@import url(https://fonts.googleapis.com/css?family=Google+Sans:400,400i,500,500i,700,700i|Google+Sans+Display:400,400i,500,500i,700,700i&amp;subset=latin,latin-ext,vietnamese,greek,cyrillic);
@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,400i,500,700,700i);
@import url(https://fonts.googleapis.com/icon?family=Material+Icons);
@-webkit-keyframes mdc-ripple-fg-radius-in {
    0% {
        -webkit-animation-timing-function: cubic-bezier(.4, 0, .2, 1);
        animation-timing-function: cubic-bezier(.4, 0, .2, 1);
        -webkit-transform: translate(var(--mdc-ripple-fg-translate-start, 0)) scale(1);
        transform: translate(var(--mdc-ripple-fg-translate-start, 0)) scale(1)
    }
    to {
        -webkit-transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1));
        transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1))
    }
}

@keyframes mdc-ripple-fg-radius-in {
    0% {
        -webkit-animation-timing-function: cubic-bezier(.4, 0, .2, 1);
        animation-timing-function: cubic-bezier(.4, 0, .2, 1);
        -webkit-transform: translate(var(--mdc-ripple-fg-translate-start, 0)) scale(1);
        transform: translate(var(--mdc-ripple-fg-translate-start, 0)) scale(1)
    }
    to {
        -webkit-transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1));
        transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1))
    }
}

@-webkit-keyframes mdc-ripple-fg-opacity-in {
    0% {
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
        opacity: 0
    }
    to {
        opacity: var(--mdc-ripple-fg-opacity, 0)
    }
}

@keyframes mdc-ripple-fg-opacity-in {
    0% {
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
        opacity: 0
    }
    to {
        opacity: var(--mdc-ripple-fg-opacity, 0)
    }
}

@-webkit-keyframes mdc-ripple-fg-opacity-out {
    0% {
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
        opacity: var(--mdc-ripple-fg-opacity, 0)
    }
    to {
        opacity: 0
    }
}

@keyframes mdc-ripple-fg-opacity-out {
    0% {
        -webkit-animation-timing-function: linear;
        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 {
    font-family: Roboto, sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-size: .875rem;
    line-height: 2.25rem;
    letter-spacing: .08929em;
    text-decoration: none;
    text-transform: uppercase;
    --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);
    will-change: transform, opacity;
    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: hidden;
    vertical-align: middle;
    border-radius: 4px
}

.mdc-button:after,
.mdc-button:before {
    position: absolute;
    border-radius: 50%;
    opacity: 0;
    pointer-events: none;
    content: ""
}

.mdc-button:before {
    transition: opacity 15ms linear, background-color 15ms linear;
    z-index: 1
}

.mdc-button.mdc-ripple-upgraded:before {
    -webkit-transform: scale(var(--mdc-ripple-fg-scale, 1));
    transform: scale(var(--mdc-ripple-fg-scale, 1))
}

.mdc-button.mdc-ripple-upgraded:after {
    top: 0;
    left: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: center center;
    transform-origin: center center
}

.mdc-button.mdc-ripple-upgraded--unbounded:after {
    top: var(--mdc-ripple-top, 0);
    left: var(--mdc-ripple-left, 0)
}

.mdc-button.mdc-ripple-upgraded--foreground-activation:after {
    -webkit-animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards;
    animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards
}

.mdc-button.mdc-ripple-upgraded--foreground-deactivation:after {
    -webkit-animation: mdc-ripple-fg-opacity-out .15s;
    animation: mdc-ripple-fg-opacity-out .15s;
    -webkit-transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1));
    transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1))
}

.mdc-button:after,
.mdc-button:before {
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%
}

.mdc-button.mdc-ripple-upgraded:after {
    width: var(--mdc-ripple-fg-size, 100%);
    height: var(--mdc-ripple-fg-size, 100%)
}

.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(60, 64, 67, .37);
    cursor: default;
    pointer-events: none
}

.mdc-button.mdc-button--dense {
    border-radius: 4px
}

.mdc-button:not(:disabled) {
    background-color: transparent;
    color: #1a73e8;
    color: var(--mdc-theme-primary, #1a73e8)
}

.mdc-button:after,
.mdc-button:before {
    background-color: #1a73e8
}

@supports not (-ms-ime-align:auto) {
    .mdc-button:after,
    .mdc-button:before {
        background-color: var(--mdc-theme-primary, #1a73e8)
    }
}

.mdc-button:hover:before {
    opacity: .04
}

.mdc-button.mdc-ripple-upgraded--background-focused:before,
.mdc-button:not(.mdc-ripple-upgraded):focus:before {
    transition-duration: 75ms;
    opacity: .12
}

.mdc-button:not(.mdc-ripple-upgraded):after {
    transition: opacity .15s linear
}

.mdc-button:not(.mdc-ripple-upgraded):active:after {
    transition-duration: 75ms;
    opacity: .16
}

.mdc-button.mdc-ripple-upgraded {
    --mdc-ripple-fg-opacity: 0.16
}

.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],
.mdc-button__label+.mdc-button__icon,
[dir=rtl] .mdc-button .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 14px
}

.mdc-button--raised:disabled,
.mdc-button--unelevated:disabled {
    background-color: rgba(60, 64, 67, .12);
    color: rgba(60, 64, 67, .37)
}

.mdc-button--raised:not(:disabled),
.mdc-button--unelevated:not(:disabled) {
    background-color: #1a73e8
}

@supports not (-ms-ime-align:auto) {
    .mdc-button--raised:not(:disabled),
    .mdc-button--unelevated:not(:disabled) {
        background-color: var(--mdc-theme-primary, #1a73e8)
    }
}

.mdc-button--raised:not(:disabled),
.mdc-button--unelevated:not(:disabled) {
    color: #fff;
    color: var(--mdc-theme-on-primary, #fff)
}

.mdc-button--raised:after,
.mdc-button--raised:before,
.mdc-button--unelevated:after,
.mdc-button--unelevated:before {
    background-color: #fff
}

@supports not (-ms-ime-align:auto) {
    .mdc-button--raised:after,
    .mdc-button--raised:before,
    .mdc-button--unelevated:after,
    .mdc-button--unelevated:before {
        background-color: var(--mdc-theme-on-primary, #fff)
    }
}

.mdc-button--raised:hover:before,
.mdc-button--unelevated:hover:before {
    opacity: .08
}

.mdc-button--raised.mdc-ripple-upgraded--background-focused:before,
.mdc-button--raised:not(.mdc-ripple-upgraded):focus:before,
.mdc-button--unelevated.mdc-ripple-upgraded--background-focused:before,
.mdc-button--unelevated:not(.mdc-ripple-upgraded):focus:before {
    transition-duration: 75ms;
    opacity: .24
}

.mdc-button--raised:not(.mdc-ripple-upgraded):after,
.mdc-button--unelevated:not(.mdc-ripple-upgraded):after {
    transition: opacity .15s linear
}

.mdc-button--raised:not(.mdc-ripple-upgraded):active:after,
.mdc-button--unelevated:not(.mdc-ripple-upgraded):active:after {
    transition-duration: 75ms;
    opacity: .32
}

.mdc-button--raised.mdc-ripple-upgraded,
.mdc-button--unelevated.mdc-ripple-upgraded {
    --mdc-ripple-fg-opacity: 0.32
}

.mdc-button--raised {
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12);
    transition: box-shadow .28s cubic-bezier(.4, 0, .2, 1)
}

.mdc-button--raised:focus,
.mdc-button--raised:hover {
    box-shadow: 0 2px 4px -1px rgba(0, 0, 0, .2), 0 4px 5px 0 rgba(0, 0, 0, .14), 0 1px 10px 0 rgba(0, 0, 0, .12)
}

.mdc-button--raised:active {
    box-shadow: 0 5px 5px -3px rgba(0, 0, 0, .2), 0 8px 10px 1px rgba(0, 0, 0, .14), 0 3px 14px 2px rgba(0, 0, 0, .12)
}

.mdc-button--raised:disabled {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, .2), 0 0 0 0 rgba(0, 0, 0, .14), 0 0 0 0 rgba(0, 0, 0, .12)
}

.mdc-button--outlined {
    border-style: solid;
    padding: 0 12px;
    border-width: 2px
}

.mdc-button--outlined:disabled {
    border-color: rgba(60, 64, 67, .37)
}

.mdc-button--outlined:not(:disabled) {
    border-color: #1a73e8;
    border-color: var(--mdc-theme-primary, #1a73e8)
}

.mdc-button--dense {
    height: 32px;
    font-size: .8125rem
}

.mdc-card {
    background-color: #fff;
    background-color: var(--mdc-theme-surface, #fff);
    border-radius: 4px;
    box-shadow: 0 2px 1px -1px rgba(0, 0, 0, .2), 0 1px 1px 0 rgba(0, 0, 0, .14), 0 1px 3px 0 rgba(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, .2), 0 0 0 0 rgba(0, 0, 0, .14), 0 0 0 0 rgba(0, 0, 0, .12);
    border: 1px solid #e8e8e8
}

.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 {
    --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);
    will-change: transform, opacity;
    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:after,
.mdc-card__primary-action:before {
    position: absolute;
    border-radius: 50%;
    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 {
    -webkit-transform: scale(var(--mdc-ripple-fg-scale, 1));
    transform: scale(var(--mdc-ripple-fg-scale, 1))
}

.mdc-card__primary-action.mdc-ripple-upgraded:after {
    top: 0;
    left: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: center center;
    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 {
    -webkit-animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards;
    animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards
}

.mdc-card__primary-action.mdc-ripple-upgraded--foreground-deactivation:after {
    -webkit-animation: mdc-ripple-fg-opacity-out .15s;
    animation: mdc-ripple-fg-opacity-out .15s;
    -webkit-transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1));
    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: #3c4043
}

.mdc-card__primary-action:hover:before {
    opacity: .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: .12
}

.mdc-card__primary-action:not(.mdc-ripple-upgraded):after {
    transition: opacity .15s linear
}

.mdc-card__primary-action:not(.mdc-ripple-upgraded):active:after {
    transition-duration: 75ms;
    opacity: .16
}

.mdc-card__primary-action.mdc-ripple-upgraded {
    --mdc-ripple-fg-opacity: 0.16
}

.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(0, 0, 0, .38);
    color: var(--mdc-theme-text-icon-on-background, rgba(0, 0, 0, .38));
    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(0, 0, 0, .38);
    color: var(--mdc-theme-text-icon-on-background, rgba(0, 0, 0, .38))
}

@-webkit-keyframes mdc-checkbox-unchecked-checked-checkmark-path {
    0%,
    50% {
        stroke-dashoffset: 29.78334
    }
    50% {
        -webkit-animation-timing-function: cubic-bezier(0, 0, .2, 1);
        animation-timing-function: cubic-bezier(0, 0, .2, 1)
    }
    to {
        stroke-dashoffset: 0
    }
}

@keyframes mdc-checkbox-unchecked-checked-checkmark-path {
    0%,
    50% {
        stroke-dashoffset: 29.78334
    }
    50% {
        -webkit-animation-timing-function: cubic-bezier(0, 0, .2, 1);
        animation-timing-function: cubic-bezier(0, 0, .2, 1)
    }
    to {
        stroke-dashoffset: 0
    }
}

@-webkit-keyframes mdc-checkbox-unchecked-indeterminate-mixedmark {
    0%,
    68.2% {
        -webkit-transform: scaleX(0);
        transform: scaleX(0)
    }
    68.2% {
        -webkit-animation-timing-function: cubic-bezier(0, 0, 0, 1);
        animation-timing-function: cubic-bezier(0, 0, 0, 1)
    }
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@keyframes mdc-checkbox-unchecked-indeterminate-mixedmark {
    0%,
    68.2% {
        -webkit-transform: scaleX(0);
        transform: scaleX(0)
    }
    68.2% {
        -webkit-animation-timing-function: cubic-bezier(0, 0, 0, 1);
        animation-timing-function: cubic-bezier(0, 0, 0, 1)
    }
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@-webkit-keyframes mdc-checkbox-checked-unchecked-checkmark-path {
    0% {
        -webkit-animation-timing-function: cubic-bezier(.4, 0, 1, 1);
        animation-timing-function: cubic-bezier(.4, 0, 1, 1);
        opacity: 1;
        stroke-dashoffset: 0
    }
    to {
        opacity: 0;
        stroke-dashoffset: -29.78334
    }
}

@keyframes mdc-checkbox-checked-unchecked-checkmark-path {
    0% {
        -webkit-animation-timing-function: cubic-bezier(.4, 0, 1, 1);
        animation-timing-function: cubic-bezier(.4, 0, 1, 1);
        opacity: 1;
        stroke-dashoffset: 0
    }
    to {
        opacity: 0;
        stroke-dashoffset: -29.78334
    }
}

@-webkit-keyframes mdc-checkbox-checked-indeterminate-checkmark {
    0% {
        -webkit-animation-timing-function: cubic-bezier(0, 0, .2, 1);
        animation-timing-function: cubic-bezier(0, 0, .2, 1);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        opacity: 1
    }
    to {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0
    }
}

@keyframes mdc-checkbox-checked-indeterminate-checkmark {
    0% {
        -webkit-animation-timing-function: cubic-bezier(0, 0, .2, 1);
        animation-timing-function: cubic-bezier(0, 0, .2, 1);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        opacity: 1
    }
    to {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0
    }
}

@-webkit-keyframes mdc-checkbox-indeterminate-checked-checkmark {
    0% {
        -webkit-animation-timing-function: cubic-bezier(.14, 0, 0, 1);
        animation-timing-function: cubic-bezier(.14, 0, 0, 1);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
        opacity: 1
    }
}

@keyframes mdc-checkbox-indeterminate-checked-checkmark {
    0% {
        -webkit-animation-timing-function: cubic-bezier(.14, 0, 0, 1);
        animation-timing-function: cubic-bezier(.14, 0, 0, 1);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
        opacity: 1
    }
}

@-webkit-keyframes mdc-checkbox-checked-indeterminate-mixedmark {
    0% {
        -webkit-animation-timing-function: mdc-animation-deceleration-curve-timing-function;
        animation-timing-function: mdc-animation-deceleration-curve-timing-function;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0
    }
    to {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        opacity: 1
    }
}

@keyframes mdc-checkbox-checked-indeterminate-mixedmark {
    0% {
        -webkit-animation-timing-function: mdc-animation-deceleration-curve-timing-function;
        animation-timing-function: mdc-animation-deceleration-curve-timing-function;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0
    }
    to {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        opacity: 1
    }
}

@-webkit-keyframes mdc-checkbox-indeterminate-checked-mixedmark {
    0% {
        -webkit-animation-timing-function: cubic-bezier(.14, 0, 0, 1);
        animation-timing-function: cubic-bezier(.14, 0, 0, 1);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        opacity: 1
    }
    to {
        -webkit-transform: rotate(315deg);
        transform: rotate(315deg);
        opacity: 0
    }
}

@keyframes mdc-checkbox-indeterminate-checked-mixedmark {
    0% {
        -webkit-animation-timing-function: cubic-bezier(.14, 0, 0, 1);
        animation-timing-function: cubic-bezier(.14, 0, 0, 1);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        opacity: 1
    }
    to {
        -webkit-transform: rotate(315deg);
        transform: rotate(315deg);
        opacity: 0
    }
}

@-webkit-keyframes mdc-checkbox-indeterminate-unchecked-mixedmark {
    0% {
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        opacity: 1
    }
    32.8%,
    to {
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        opacity: 0
    }
}

@keyframes mdc-checkbox-indeterminate-unchecked-mixedmark {
    0% {
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        opacity: 1
    }
    32.8%,
    to {
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        opacity: 0
    }
}

.mdc-checkbox {
    display: inline-block;
    position: relative;
    flex: 0 0 18px;
    box-sizing: content-box;
    width: 18px;
    height: 18px;
    padding: 11px;
    line-height: 0;
    white-space: nowrap;
    cursor: pointer;
    vertical-align: bottom;
    --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);
    will-change: transform, opacity
}

.mdc-checkbox:after,
.mdc-checkbox:before {
    position: absolute;
    border-radius: 50%;
    opacity: 0;
    pointer-events: none;
    content: ""
}

.mdc-checkbox:before {
    transition: opacity 15ms linear, background-color 15ms linear;
    z-index: 1
}

.mdc-checkbox.mdc-ripple-upgraded:before {
    -webkit-transform: scale(var(--mdc-ripple-fg-scale, 1));
    transform: scale(var(--mdc-ripple-fg-scale, 1))
}

.mdc-checkbox.mdc-ripple-upgraded:after {
    top: 0;
    left: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: center center;
    transform-origin: center center
}

.mdc-checkbox.mdc-ripple-upgraded--unbounded:after {
    top: var(--mdc-ripple-top, 0);
    left: var(--mdc-ripple-left, 0)
}

.mdc-checkbox.mdc-ripple-upgraded--foreground-activation:after {
    -webkit-animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards;
    animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards
}

.mdc-checkbox.mdc-ripple-upgraded--foreground-deactivation:after {
    -webkit-animation: mdc-ripple-fg-opacity-out .15s;
    animation: mdc-ripple-fg-opacity-out .15s;
    -webkit-transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1));
    transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1))
}

.mdc-checkbox:after,
.mdc-checkbox:before {
    background-color: #4285f4
}

@supports not (-ms-ime-align:auto) {
    .mdc-checkbox:after,
    .mdc-checkbox:before {
        background-color: var(--mdc-theme-secondary, #4285f4)
    }
}

.mdc-checkbox:hover:before {
    opacity: .04
}

.mdc-checkbox.mdc-ripple-upgraded--background-focused:before,
.mdc-checkbox:not(.mdc-ripple-upgraded):focus:before {
    transition-duration: 75ms;
    opacity: .12
}

.mdc-checkbox:not(.mdc-ripple-upgraded):after {
    transition: opacity .15s linear
}

.mdc-checkbox:not(.mdc-ripple-upgraded):active:after {
    transition-duration: 75ms;
    opacity: .16
}

.mdc-checkbox.mdc-ripple-upgraded {
    --mdc-ripple-fg-opacity: 0.16
}

.mdc-checkbox:after,
.mdc-checkbox:before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.mdc-checkbox.mdc-ripple-upgraded:after,
.mdc-checkbox.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-checkbox.mdc-ripple-upgraded:after {
    width: var(--mdc-ripple-fg-size, 100%);
    height: var(--mdc-ripple-fg-size, 100%)
}

.mdc-checkbox__checkmark {
    color: #fff
}

.mdc-checkbox__mixedmark {
    border-color: #fff
}

.mdc-checkbox__background:before {
    background-color: #4285f4
}

@supports not (-ms-ime-align:auto) {
    .mdc-checkbox__background:before {
        background-color: var(--mdc-theme-secondary, #4285f4)
    }
}

.mdc-checkbox__native-control:enabled:not(:checked):not(:indeterminate)~.mdc-checkbox__background {
    border-color: rgba(60, 64, 67, .54);
    background-color: transparent
}

.mdc-checkbox__native-control:enabled:checked~.mdc-checkbox__background,
.mdc-checkbox__native-control:enabled:indeterminate~.mdc-checkbox__background {
    border-color: #4285f4;
    border-color: var(--mdc-theme-secondary, #4285f4);
    background-color: #4285f4;
    background-color: var(--mdc-theme-secondary, #4285f4)
}

@-webkit-keyframes mdc-checkbox-fade-in-background-0 {
    0% {
        border-color: rgba(60, 64, 67, .54);
        background-color: transparent
    }
    50% {
        border-color: #4285f4;
        border-color: var(--mdc-theme-secondary, #4285f4);
        background-color: #4285f4;
        background-color: var(--mdc-theme-secondary, #4285f4)
    }
}

@keyframes mdc-checkbox-fade-in-background-0 {
    0% {
        border-color: rgba(60, 64, 67, .54);
        background-color: transparent
    }
    50% {
        border-color: #4285f4;
        border-color: var(--mdc-theme-secondary, #4285f4);
        background-color: #4285f4;
        background-color: var(--mdc-theme-secondary, #4285f4)
    }
}

@-webkit-keyframes mdc-checkbox-fade-out-background-0 {
    0%,
    80% {
        border-color: #4285f4;
        border-color: var(--mdc-theme-secondary, #4285f4);
        background-color: #4285f4;
        background-color: var(--mdc-theme-secondary, #4285f4)
    }
    to {
        border-color: rgba(60, 64, 67, .54);
        background-color: transparent
    }
}

@keyframes mdc-checkbox-fade-out-background-0 {
    0%,
    80% {
        border-color: #4285f4;
        border-color: var(--mdc-theme-secondary, #4285f4);
        background-color: #4285f4;
        background-color: var(--mdc-theme-secondary, #4285f4)
    }
    to {
        border-color: rgba(60, 64, 67, .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 {
    -webkit-animation-name: mdc-checkbox-fade-in-background-0;
    animation-name: mdc-checkbox-fade-in-background-0
}

.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 {
    -webkit-animation-name: mdc-checkbox-fade-out-background-0;
    animation-name: mdc-checkbox-fade-out-background-0
}

.mdc-checkbox__native-control:disabled:not(:checked):not(:indeterminate)~.mdc-checkbox__background {
    border-color: rgba(60, 64, 67, .26)
}

.mdc-checkbox__native-control:disabled:checked~.mdc-checkbox__background,
.mdc-checkbox__native-control:disabled:indeterminate~.mdc-checkbox__background {
    border-color: transparent;
    background-color: rgba(60, 64, 67, .26)
}

@media screen and (-ms-high-contrast:active) {
    .mdc-checkbox__mixedmark {
        margin: 0 1px
    }
}

.mdc-checkbox--disabled {
    cursor: default;
    pointer-events: none
}

.mdc-checkbox__background {
    left: 11px;
    right: auto;
    display: inline-flex;
    position: absolute;
    top: 11px;
    bottom: 0;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    width: 45%;
    height: 45%;
    transition: background-color 90ms cubic-bezier(.4, 0, .6, 1) 0ms, border-color 90ms cubic-bezier(.4, 0, .6, 1) 0ms;
    border: 2px solid;
    border-radius: 2px;
    background-color: transparent;
    pointer-events: none;
    will-change: background-color, border-color
}

.mdc-checkbox[dir=rtl] .mdc-checkbox__background,
[dir=rtl] .mdc-checkbox .mdc-checkbox__background {
    left: auto;
    right: 11px
}

.mdc-checkbox__checkmark {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    transition: opacity .18s cubic-bezier(.4, 0, .6, 1) 0ms;
    opacity: 0
}

.mdc-checkbox--upgraded .mdc-checkbox__checkmark {
    opacity: 1
}

.mdc-checkbox__checkmark-path {
    transition: stroke-dashoffset .18s cubic-bezier(.4, 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;
    -webkit-transform: scaleX(0) rotate(0deg);
    transform: scaleX(0) rotate(0deg);
    transition: opacity 90ms cubic-bezier(.4, 0, .6, 1) 0ms, -webkit-transform 90ms cubic-bezier(.4, 0, .6, 1) 0ms;
    transition: opacity 90ms cubic-bezier(.4, 0, .6, 1) 0ms, transform 90ms cubic-bezier(.4, 0, .6, 1) 0ms;
    transition: opacity 90ms cubic-bezier(.4, 0, .6, 1) 0ms, transform 90ms cubic-bezier(.4, 0, .6, 1) 0ms, -webkit-transform 90ms cubic-bezier(.4, 0, .6, 1) 0ms;
    border-width: 1px;
    border-style: solid;
    opacity: 0
}

.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 {
    -webkit-animation-duration: .18s;
    animation-duration: .18s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear
}

.mdc-checkbox--anim-unchecked-checked .mdc-checkbox__checkmark-path {
    -webkit-animation: mdc-checkbox-unchecked-checked-checkmark-path .18s linear 0s;
    animation: mdc-checkbox-unchecked-checked-checkmark-path .18s linear 0s;
    transition: none
}

.mdc-checkbox--anim-unchecked-indeterminate .mdc-checkbox__mixedmark {
    -webkit-animation: mdc-checkbox-unchecked-indeterminate-mixedmark 90ms linear 0s;
    animation: mdc-checkbox-unchecked-indeterminate-mixedmark 90ms linear 0s;
    transition: none
}

.mdc-checkbox--anim-checked-unchecked .mdc-checkbox__checkmark-path {
    -webkit-animation: mdc-checkbox-checked-unchecked-checkmark-path 90ms linear 0s;
    animation: mdc-checkbox-checked-unchecked-checkmark-path 90ms linear 0s;
    transition: none
}

.mdc-checkbox--anim-checked-indeterminate .mdc-checkbox__checkmark {
    -webkit-animation: mdc-checkbox-checked-indeterminate-checkmark 90ms linear 0s;
    animation: mdc-checkbox-checked-indeterminate-checkmark 90ms linear 0s;
    transition: none
}

.mdc-checkbox--anim-checked-indeterminate .mdc-checkbox__mixedmark {
    -webkit-animation: mdc-checkbox-checked-indeterminate-mixedmark 90ms linear 0s;
    animation: mdc-checkbox-checked-indeterminate-mixedmark 90ms linear 0s;
    transition: none
}

.mdc-checkbox--anim-indeterminate-checked .mdc-checkbox__checkmark {
    -webkit-animation: mdc-checkbox-indeterminate-checked-checkmark .5s linear 0s;
    animation: mdc-checkbox-indeterminate-checked-checkmark .5s linear 0s;
    transition: none
}

.mdc-checkbox--anim-indeterminate-checked .mdc-checkbox__mixedmark {
    -webkit-animation: mdc-checkbox-indeterminate-checked-mixedmark .5s linear 0s;
    animation: mdc-checkbox-indeterminate-checked-mixedmark .5s linear 0s;
    transition: none
}

.mdc-checkbox--anim-indeterminate-unchecked .mdc-checkbox__mixedmark {
    -webkit-animation: mdc-checkbox-indeterminate-unchecked-mixedmark .3s linear 0s;
    animation: mdc-checkbox-indeterminate-unchecked-mixedmark .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, .2, 1) 0ms, background-color 90ms cubic-bezier(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;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
    transition: opacity 90ms cubic-bezier(.4, 0, .6, 1) 0ms, -webkit-transform 90ms cubic-bezier(.4, 0, .6, 1) 0ms;
    transition: opacity 90ms cubic-bezier(.4, 0, .6, 1) 0ms, transform 90ms cubic-bezier(.4, 0, .6, 1) 0ms;
    transition: opacity 90ms cubic-bezier(.4, 0, .6, 1) 0ms, transform 90ms cubic-bezier(.4, 0, .6, 1) 0ms, -webkit-transform 90ms cubic-bezier(.4, 0, .6, 1) 0ms;
    border-radius: 50%;
    opacity: 0;
    pointer-events: none;
    content: "";
    will-change: opacity, transform
}

.mdc-ripple-upgraded--background-focused .mdc-checkbox__background:before {
    content: none
}

.mdc-checkbox__native-control:focus~.mdc-checkbox__background:before {
    -webkit-transform: scale(2.75);
    transform: scale(2.75);
    transition: opacity 80ms cubic-bezier(0, 0, .2, 1) 0ms, -webkit-transform 80ms cubic-bezier(0, 0, .2, 1) 0ms;
    transition: opacity 80ms cubic-bezier(0, 0, .2, 1) 0ms, transform 80ms cubic-bezier(0, 0, .2, 1) 0ms;
    transition: opacity 80ms cubic-bezier(0, 0, .2, 1) 0ms, transform 80ms cubic-bezier(0, 0, .2, 1) 0ms, -webkit-transform 80ms cubic-bezier(0, 0, .2, 1) 0ms;
    opacity: .12
}

.mdc-checkbox__native-control {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    opacity: 0;
    cursor: inherit
}

.mdc-checkbox__native-control:disabled {
    cursor: default;
    pointer-events: none
}

.mdc-checkbox__native-control:checked~.mdc-checkbox__background .mdc-checkbox__checkmark {
    transition: opacity .18s cubic-bezier(0, 0, .2, 1) 0ms, -webkit-transform .18s cubic-bezier(0, 0, .2, 1) 0ms;
    transition: opacity .18s cubic-bezier(0, 0, .2, 1) 0ms, transform .18s cubic-bezier(0, 0, .2, 1) 0ms;
    transition: opacity .18s cubic-bezier(0, 0, .2, 1) 0ms, transform .18s cubic-bezier(0, 0, .2, 1) 0ms, -webkit-transform .18s cubic-bezier(0, 0, .2, 1) 0ms;
    opacity: 1
}

.mdc-checkbox__native-control:checked~.mdc-checkbox__background .mdc-checkbox__mixedmark {
    -webkit-transform: scaleX(1) rotate(-45deg);
    transform: scaleX(1) rotate(-45deg)
}

.mdc-checkbox__native-control:indeterminate~.mdc-checkbox__background .mdc-checkbox__checkmark {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: opacity 90ms cubic-bezier(.4, 0, .6, 1) 0ms, -webkit-transform 90ms cubic-bezier(.4, 0, .6, 1) 0ms;
    transition: opacity 90ms cubic-bezier(.4, 0, .6, 1) 0ms, transform 90ms cubic-bezier(.4, 0, .6, 1) 0ms;
    transition: opacity 90ms cubic-bezier(.4, 0, .6, 1) 0ms, transform 90ms cubic-bezier(.4, 0, .6, 1) 0ms, -webkit-transform 90ms cubic-bezier(.4, 0, .6, 1) 0ms;
    opacity: 0
}

.mdc-checkbox__native-control:indeterminate~.mdc-checkbox__background .mdc-checkbox__mixedmark {
    -webkit-transform: scaleX(1) rotate(0deg);
    transform: scaleX(1) rotate(0deg);
    opacity: 1
}

.mdc-chip {
    --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);
    will-change: transform, opacity;
    border-radius: 16px;
    background-color: #e8e8e8;
    color: rgba(60, 64, 67, .87);
    font-family: Roboto, sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-size: .875rem;
    line-height: 1.25rem;
    font-weight: 400;
    letter-spacing: .01786em;
    text-decoration: inherit;
    text-transform: inherit;
    height: 32px;
    display: inline-flex;
    position: relative;
    align-items: center;
    box-sizing: border-box;
    padding: 7px 12px;
    outline: none;
    cursor: pointer;
    overflow: hidden
}

.mdc-chip:after,
.mdc-chip:before {
    position: absolute;
    border-radius: 50%;
    opacity: 0;
    pointer-events: none;
    content: ""
}

.mdc-chip:before {
    transition: opacity 15ms linear, background-color 15ms linear;
    z-index: 1
}

.mdc-chip.mdc-ripple-upgraded:before {
    -webkit-transform: scale(var(--mdc-ripple-fg-scale, 1));
    transform: scale(var(--mdc-ripple-fg-scale, 1))
}

.mdc-chip.mdc-ripple-upgraded:after {
    top: 0;
    left: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: center center;
    transform-origin: center center
}

.mdc-chip.mdc-ripple-upgraded--unbounded:after {
    top: var(--mdc-ripple-top, 0);
    left: var(--mdc-ripple-left, 0)
}

.mdc-chip.mdc-ripple-upgraded--foreground-activation:after {
    -webkit-animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards;
    animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards
}

.mdc-chip.mdc-ripple-upgraded--foreground-deactivation:after {
    -webkit-animation: mdc-ripple-fg-opacity-out .15s;
    animation: mdc-ripple-fg-opacity-out .15s;
    -webkit-transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1));
    transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1))
}

.mdc-chip:after,
.mdc-chip:before {
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%
}

.mdc-chip.mdc-ripple-upgraded:after {
    width: var(--mdc-ripple-fg-size, 100%);
    height: var(--mdc-ripple-fg-size, 100%)
}

.mdc-chip:after,
.mdc-chip:before {
    background-color: rgba(60, 64, 67, .87)
}

.mdc-chip:hover:before {
    opacity: .04
}

.mdc-chip.mdc-ripple-upgraded--background-focused:before,
.mdc-chip:not(.mdc-ripple-upgraded):focus:before {
    transition-duration: 75ms;
    opacity: .12
}

.mdc-chip:not(.mdc-ripple-upgraded):after {
    transition: opacity .15s linear
}

.mdc-chip:not(.mdc-ripple-upgraded):active:after {
    transition-duration: 75ms;
    opacity: .16
}

.mdc-chip.mdc-ripple-upgraded {
    --mdc-ripple-fg-opacity: 0.16
}

.mdc-chip:hover {
    color: rgba(60, 64, 67, .87)
}

.mdc-chip.mdc-chip--selected .mdc-chip__checkmark,
.mdc-chip .mdc-chip__icon--leading:not(.mdc-chip__icon--leading-hidden) {
    margin: -4px 4px -4px -4px
}

.mdc-chip:hover {
    color: #3c4043;
    color: var(--mdc-theme-on-surface, #3c4043)
}

.mdc-chip__icon--leading,
.mdc-chip__icon--trailing {
    color: rgba(60, 64, 67, .54)
}

.mdc-chip__icon--trailing:hover {
    color: rgba(60, 64, 67, .62)
}

.mdc-chip__icon--trailing:focus {
    color: rgba(60, 64, 67, .87)
}

.mdc-chip__icon.mdc-chip__icon--leading:not(.mdc-chip__icon--leading-hidden) {
    width: 20px;
    height: 20px;
    font-size: 20px
}

.mdc-chip__icon.mdc-chip__icon--trailing {
    width: 18px;
    height: 18px;
    font-size: 18px
}

.mdc-chip__icon--trailing {
    margin: 0 -4px 0 4px
}

.mdc-chip--exit {
    transition: opacity 75ms cubic-bezier(.4, 0, .2, 1), width .15s cubic-bezier(0, 0, .2, 1), padding .1s linear, margin .1s linear;
    opacity: 0
}

.mdc-chip__text {
    white-space: nowrap
}

.mdc-chip__icon {
    border-radius: 50%;
    outline: none;
    vertical-align: middle
}

.mdc-chip__checkmark {
    height: 20px
}

.mdc-chip__checkmark-path {
    transition: stroke-dashoffset .15s cubic-bezier(.4, 0, .6, 1) 50ms;
    stroke-width: 2px;
    stroke-dashoffset: 29.78334;
    stroke-dasharray: 29.78334
}

.mdc-chip--selected .mdc-chip__checkmark-path {
    stroke-dashoffset: 0
}

.mdc-chip-set--choice .mdc-chip.mdc-chip--selected:before {
    opacity: .08
}

.mdc-chip-set--choice .mdc-chip.mdc-chip--selected:after,
.mdc-chip-set--choice .mdc-chip.mdc-chip--selected:before {
    background-color: #1a73e8
}

@supports not (-ms-ime-align:auto) {
    .mdc-chip-set--choice .mdc-chip.mdc-chip--selected:after,
    .mdc-chip-set--choice .mdc-chip.mdc-chip--selected:before {
        background-color: var(--mdc-theme-primary, #1a73e8)
    }
}

.mdc-chip-set--choice .mdc-chip.mdc-chip--selected:hover:before {
    opacity: .12
}

.mdc-chip-set--choice .mdc-chip.mdc-chip--selected.mdc-ripple-upgraded--background-focused:before,
.mdc-chip-set--choice .mdc-chip.mdc-chip--selected:not(.mdc-ripple-upgraded):focus:before {
    transition-duration: 75ms;
    opacity: .2
}

.mdc-chip-set--choice .mdc-chip.mdc-chip--selected:not(.mdc-ripple-upgraded):after {
    transition: opacity .15s linear
}

.mdc-chip-set--choice .mdc-chip.mdc-chip--selected:not(.mdc-ripple-upgraded):active:after {
    transition-duration: 75ms;
    opacity: .24
}

.mdc-chip-set--choice .mdc-chip.mdc-chip--selected.mdc-ripple-upgraded {
    --mdc-ripple-fg-opacity: 0.24
}

.mdc-chip-set--choice .mdc-chip.mdc-chip--selected {
    color: #1a73e8;
    color: var(--mdc-theme-primary, #1a73e8)
}

.mdc-chip-set--choice .mdc-chip.mdc-chip--selected .mdc-chip__icon--leading {
    color: rgba(26, 115, 232, .54)
}

.mdc-chip-set--choice .mdc-chip.mdc-chip--selected:hover {
    color: #1a73e8;
    color: var(--mdc-theme-primary, #1a73e8)
}

.mdc-chip-set--choice .mdc-chip .mdc-chip__checkmark-path {
    stroke: #1a73e8;
    stroke: var(--mdc-theme-primary, #1a73e8)
}

.mdc-chip-set--choice .mdc-chip--selected {
    background-color: #fff;
    background-color: var(--mdc-theme-surface, #fff)
}

.mdc-chip__checkmark-svg {
    width: 0;
    height: 20px;
    transition: width .15s cubic-bezier(.4, 0, .2, 1)
}

.mdc-chip--selected .mdc-chip__checkmark-svg {
    width: 20px
}

.mdc-chip-set--filter .mdc-chip__icon--leading {
    transition: opacity 75ms linear;
    transition-delay: -50ms;
    opacity: 1
}

.mdc-chip-set--filter .mdc-chip__icon--leading+.mdc-chip__checkmark {
    transition: opacity 75ms linear;
    transition-delay: 80ms;
    opacity: 0
}

.mdc-chip-set--filter .mdc-chip__icon--leading+.mdc-chip__checkmark .mdc-chip__checkmark-svg {
    transition: width 0ms
}

.mdc-chip-set--filter .mdc-chip--selected .mdc-chip__icon--leading {
    opacity: 0
}

.mdc-chip-set--filter .mdc-chip--selected .mdc-chip__icon--leading+.mdc-chip__checkmark {
    width: 0;
    opacity: 1
}

.mdc-chip-set--filter .mdc-chip__icon--leading-hidden.mdc-chip__icon--leading {
    width: 0;
    opacity: 0
}

.mdc-chip-set--filter .mdc-chip__icon--leading-hidden.mdc-chip__icon--leading+.mdc-chip__checkmark {
    width: 20px
}

@-webkit-keyframes mdc-chip-entry {
    0% {
        -webkit-transform: scale(.8);
        transform: scale(.8);
        opacity: .4
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

@keyframes mdc-chip-entry {
    0% {
        -webkit-transform: scale(.8);
        transform: scale(.8);
        opacity: .4
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

.mdc-chip-set {
    padding: 4px;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box
}

.mdc-chip-set .mdc-chip {
    margin: 4px
}

.mdc-chip-set--input .mdc-chip {
    -webkit-animation: mdc-chip-entry .1s cubic-bezier(0, 0, .2, 1);
    animation: mdc-chip-entry .1s cubic-bezier(0, 0, .2, 1)
}

.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(60, 64, 67, .32)
}

.mdc-dialog .mdc-dialog__title {
    color: rgba(60, 64, 67, .87)
}

.mdc-dialog .mdc-dialog__content {
    color: rgba(60, 64, 67, .6)
}

.mdc-dialog.mdc-dialog--scrollable .mdc-dialog__actions,
.mdc-dialog.mdc-dialog--scrollable .mdc-dialog__title {
    border-color: rgba(60, 64, 67, .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(100vh - 32px);
    border-radius: 4px
}

.mdc-dialog__scrim {
    opacity: 0;
    z-index: -1
}

.mdc-dialog__container {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    box-sizing: border-box;
    -webkit-transform: scale(.8);
    transform: scale(.8);
    opacity: 0
}

.mdc-dialog__surface {
    box-shadow: 0 11px 15px -7px rgba(0, 0, 0, .2), 0 24px 38px 3px rgba(0, 0, 0, .14), 0 9px 46px 8px rgba(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%
}

.mdc-dialog[dir=rtl] .mdc-dialog__surface,
[dir=rtl] .mdc-dialog .mdc-dialog__surface {
    text-align: right
}

.mdc-dialog__title {
    line-height: normal;
    font-family: Google Sans, Roboto, Arial, sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-size: 1.25rem;
    line-height: 2rem;
    font-weight: 500;
    letter-spacing: .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: Roboto, sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 400;
    letter-spacing: .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 .15s linear
}

.mdc-dialog--opening .mdc-dialog__container {
    transition: opacity 75ms linear, -webkit-transform .15s cubic-bezier(0, 0, .2, 1) 0ms;
    transition: opacity 75ms linear, transform .15s cubic-bezier(0, 0, .2, 1) 0ms;
    transition: opacity 75ms linear, transform .15s cubic-bezier(0, 0, .2, 1) 0ms, -webkit-transform .15s cubic-bezier(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 {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.mdc-dialog--open .mdc-dialog__scrim {
    opacity: 1
}

.mdc-dialog--open .mdc-dialog__container {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
}

.mdc-dialog-scroll-lock,
.mdc-drawer {
    overflow: hidden
}

.mdc-drawer {
    background-color: #fff;
    border-radius: 0 0 0 0;
    z-index: 6;
    width: 256px;
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    box-sizing: border-box;
    height: 100%;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    border-right: 1px solid;
    border-color: rgba(60, 64, 67, .12)
}

.mdc-drawer .mdc-drawer__title {
    color: rgba(60, 64, 67, .87)
}

.mdc-drawer .mdc-drawer__subtitle,
.mdc-drawer .mdc-list-group__subheader,
.mdc-drawer .mdc-list-item__graphic {
    color: rgba(60, 64, 67, .6)
}

.mdc-drawer .mdc-list-item {
    color: rgba(60, 64, 67, .87)
}

.mdc-drawer .mdc-list-item--activated .mdc-list-item__graphic {
    color: #1a73e8
}

.mdc-drawer .mdc-list-item--activated {
    color: rgba(26, 115, 232, .87)
}

.mdc-drawer[dir=rtl],
[dir=rtl] .mdc-drawer {
    border-radius: 0 0 0 0
}

.mdc-drawer .mdc-list-item {
    border-radius: 4px
}

.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: Google Sans, Roboto, Arial, sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-size: .875rem;
    line-height: 1.375rem;
    font-weight: 500;
    letter-spacing: .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: Roboto, sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-size: .875rem;
    line-height: 1.25rem;
    font-weight: 400;
    letter-spacing: .01786em;
    text-decoration: inherit;
    text-transform: inherit;
    display: block;
    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 {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}

.mdc-drawer--animate[dir=rtl],
[dir=rtl] .mdc-drawer--animate {
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

.mdc-drawer--opening {
    transition-duration: .25s
}

.mdc-drawer--opening,
.mdc-drawer--opening[dir=rtl],
[dir=rtl] .mdc-drawer--opening {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.mdc-drawer--closing {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    transition-duration: .2s
}

.mdc-drawer--closing[dir=rtl],
[dir=rtl] .mdc-drawer--closing {
    -webkit-transform: translateX(100%);
    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: Google Sans, Roboto, Arial, sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-size: 1.25rem;
    line-height: 2rem;
    font-weight: 500;
    letter-spacing: .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: Roboto, sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-size: .875rem;
    line-height: 1.25rem;
    font-weight: 400;
    letter-spacing: .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, .2), 0 16px 24px 2px rgba(0, 0, 0, .14), 0 6px 30px 5px rgba(0, 0, 0, .12);
    left: 0;
    right: auto;
    display: none;
    position: fixed
}

.mdc-drawer--modal+.mdc-drawer-scrim {
    background-color: rgba(60, 64, 67, .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%;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    z-index: 5
}

.mdc-drawer--open+.mdc-drawer-scrim {
    display: block
}

.mdc-drawer--animate+.mdc-drawer-scrim {
    opacity: 0
}

.mdc-drawer--opening+.mdc-drawer-scrim {
    transition-duration: .25s;
    opacity: 1
}

.mdc-drawer--closing+.mdc-drawer-scrim {
    transition-duration: .2s;
    opacity: 0
}

.mdc-elevation--z0 {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, .2), 0 0 0 0 rgba(0, 0, 0, .14), 0 0 0 0 rgba(0, 0, 0, .12)
}

.mdc-elevation--z1 {
    box-shadow: 0 2px 1px -1px rgba(0, 0, 0, .2), 0 1px 1px 0 rgba(0, 0, 0, .14), 0 1px 3px 0 rgba(0, 0, 0, .12)
}

.mdc-elevation--z2 {
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12)
}

.mdc-elevation--z3 {
    box-shadow: 0 3px 3px -2px rgba(0, 0, 0, .2), 0 3px 4px 0 rgba(0, 0, 0, .14), 0 1px 8px 0 rgba(0, 0, 0, .12)
}

.mdc-elevation--z4 {
    box-shadow: 0 2px 4px -1px rgba(0, 0, 0, .2), 0 4px 5px 0 rgba(0, 0, 0, .14), 0 1px 10px 0 rgba(0, 0, 0, .12)
}

.mdc-elevation--z5 {
    box-shadow: 0 3px 5px -1px rgba(0, 0, 0, .2), 0 5px 8px 0 rgba(0, 0, 0, .14), 0 1px 14px 0 rgba(0, 0, 0, .12)
}

.mdc-elevation--z6 {
    box-shadow: 0 3px 5px -1px rgba(0, 0, 0, .2), 0 6px 10px 0 rgba(0, 0, 0, .14), 0 1px 18px 0 rgba(0, 0, 0, .12)
}

.mdc-elevation--z7 {
    box-shadow: 0 4px 5px -2px rgba(0, 0, 0, .2), 0 7px 10px 1px rgba(0, 0, 0, .14), 0 2px 16px 1px rgba(0, 0, 0, .12)
}

.mdc-elevation--z8 {
    box-shadow: 0 5px 5px -3px rgba(0, 0, 0, .2), 0 8px 10px 1px rgba(0, 0, 0, .14), 0 3px 14px 2px rgba(0, 0, 0, .12)
}

.mdc-elevation--z9 {
    box-shadow: 0 5px 6px -3px rgba(0, 0, 0, .2), 0 9px 12px 1px rgba(0, 0, 0, .14), 0 3px 16px 2px rgba(0, 0, 0, .12)
}

.mdc-elevation--z10 {
    box-shadow: 0 6px 6px -3px rgba(0, 0, 0, .2), 0 10px 14px 1px rgba(0, 0, 0, .14), 0 4px 18px 3px rgba(0, 0, 0, .12)
}

.mdc-elevation--z11 {
    box-shadow: 0 6px 7px -4px rgba(0, 0, 0, .2), 0 11px 15px 1px rgba(0, 0, 0, .14), 0 4px 20px 3px rgba(0, 0, 0, .12)
}

.mdc-elevation--z12 {
    box-shadow: 0 7px 8px -4px rgba(0, 0, 0, .2), 0 12px 17px 2px rgba(0, 0, 0, .14), 0 5px 22px 4px rgba(0, 0, 0, .12)
}

.mdc-elevation--z13 {
    box-shadow: 0 7px 8px -4px rgba(0, 0, 0, .2), 0 13px 19px 2px rgba(0, 0, 0, .14), 0 5px 24px 4px rgba(0, 0, 0, .12)
}

.mdc-elevation--z14 {
    box-shadow: 0 7px 9px -4px rgba(0, 0, 0, .2), 0 14px 21px 2px rgba(0, 0, 0, .14), 0 5px 26px 4px rgba(0, 0, 0, .12)
}

.mdc-elevation--z15 {
    box-shadow: 0 8px 9px -5px rgba(0, 0, 0, .2), 0 15px 22px 2px rgba(0, 0, 0, .14), 0 6px 28px 5px rgba(0, 0, 0, .12)
}

.mdc-elevation--z16 {
    box-shadow: 0 8px 10px -5px rgba(0, 0, 0, .2), 0 16px 24px 2px rgba(0, 0, 0, .14), 0 6px 30px 5px rgba(0, 0, 0, .12)
}

.mdc-elevation--z17 {
    box-shadow: 0 8px 11px -5px rgba(0, 0, 0, .2), 0 17px 26px 2px rgba(0, 0, 0, .14), 0 6px 32px 5px rgba(0, 0, 0, .12)
}

.mdc-elevation--z18 {
    box-shadow: 0 9px 11px -5px rgba(0, 0, 0, .2), 0 18px 28px 2px rgba(0, 0, 0, .14), 0 7px 34px 6px rgba(0, 0, 0, .12)
}

.mdc-elevation--z19 {
    box-shadow: 0 9px 12px -6px rgba(0, 0, 0, .2), 0 19px 29px 2px rgba(0, 0, 0, .14), 0 7px 36px 6px rgba(0, 0, 0, .12)
}

.mdc-elevation--z20 {
    box-shadow: 0 10px 13px -6px rgba(0, 0, 0, .2), 0 20px 31px 3px rgba(0, 0, 0, .14), 0 8px 38px 7px rgba(0, 0, 0, .12)
}

.mdc-elevation--z21 {
    box-shadow: 0 10px 13px -6px rgba(0, 0, 0, .2), 0 21px 33px 3px rgba(0, 0, 0, .14), 0 8px 40px 7px rgba(0, 0, 0, .12)
}

.mdc-elevation--z22 {
    box-shadow: 0 10px 14px -6px rgba(0, 0, 0, .2), 0 22px 35px 3px rgba(0, 0, 0, .14), 0 8px 42px 7px rgba(0, 0, 0, .12)
}

.mdc-elevation--z23 {
    box-shadow: 0 11px 14px -7px rgba(0, 0, 0, .2), 0 23px 36px 3px rgba(0, 0, 0, .14), 0 9px 44px 8px rgba(0, 0, 0, .12)
}

.mdc-elevation--z24 {
    box-shadow: 0 11px 15px -7px rgba(0, 0, 0, .2), 0 24px 38px 3px rgba(0, 0, 0, .14), 0 9px 46px 8px rgba(0, 0, 0, .12)
}

.mdc-elevation-transition {
    transition: box-shadow .28s cubic-bezier(.4, 0, .2, 1);
    will-change: box-shadow
}

.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);
    will-change: transform, opacity;
    box-shadow: 0 3px 5px -1px rgba(0, 0, 0, .2), 0 6px 10px 0 rgba(0, 0, 0, .14), 0 1px 18px 0 rgba(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;
    transition: box-shadow .28s cubic-bezier(.4, 0, .2, 1), opacity 15ms linear 30ms, -webkit-transform .27s cubic-bezier(0, 0, .2, 1) 0ms;
    transition: box-shadow .28s cubic-bezier(.4, 0, .2, 1), opacity 15ms linear 30ms, transform .27s cubic-bezier(0, 0, .2, 1) 0ms;
    transition: box-shadow .28s cubic-bezier(.4, 0, .2, 1), opacity 15ms linear 30ms, transform .27s cubic-bezier(0, 0, .2, 1) 0ms, -webkit-transform .27s cubic-bezier(0, 0, .2, 1) 0ms;
    border: none;
    fill: currentColor;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    overflow: hidden;
    background-color: #4285f4;
    color: #fff;
    color: var(--mdc-theme-on-secondary, #fff)
}

.mdc-fab:after,
.mdc-fab:before {
    position: absolute;
    border-radius: 50%;
    opacity: 0;
    pointer-events: none;
    content: ""
}

.mdc-fab:before {
    transition: opacity 15ms linear, background-color 15ms linear;
    z-index: 1
}

.mdc-fab.mdc-ripple-upgraded:before {
    -webkit-transform: scale(var(--mdc-ripple-fg-scale, 1));
    transform: scale(var(--mdc-ripple-fg-scale, 1))
}

.mdc-fab.mdc-ripple-upgraded:after {
    top: 0;
    left: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: center center;
    transform-origin: center center
}

.mdc-fab.mdc-ripple-upgraded--unbounded:after {
    top: var(--mdc-ripple-top, 0);
    left: var(--mdc-ripple-left, 0)
}

.mdc-fab.mdc-ripple-upgraded--foreground-activation:after {
    -webkit-animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards;
    animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards
}

.mdc-fab.mdc-ripple-upgraded--foreground-deactivation:after {
    -webkit-animation: mdc-ripple-fg-opacity-out .15s;
    animation: mdc-ripple-fg-opacity-out .15s;
    -webkit-transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1));
    transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1))
}

.mdc-fab:after,
.mdc-fab:before {
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%
}

.mdc-fab.mdc-ripple-upgraded:after {
    width: var(--mdc-ripple-fg-size, 100%);
    height: var(--mdc-ripple-fg-size, 100%)
}

.mdc-fab:not(.mdc-fab--extended) {
    border-radius: 50%
}

.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, .2), 0 8px 10px 1px rgba(0, 0, 0, .14), 0 3px 14px 2px rgba(0, 0, 0, .12)
}

.mdc-fab:active {
    box-shadow: 0 7px 8px -4px rgba(0, 0, 0, .2), 0 12px 17px 2px rgba(0, 0, 0, .14), 0 5px 22px 4px rgba(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, #4285f4)
    }
}

.mdc-fab .mdc-fab__icon {
    width: 24px;
    height: 24px;
    font-size: 24px
}

.mdc-fab:after,
.mdc-fab:before {
    background-color: #fff
}

@supports not (-ms-ime-align:auto) {
    .mdc-fab:after,
    .mdc-fab:before {
        background-color: var(--mdc-theme-on-secondary, #fff)
    }
}

.mdc-fab:hover:before {
    opacity: .08
}

.mdc-fab.mdc-ripple-upgraded--background-focused:before,
.mdc-fab:not(.mdc-ripple-upgraded):focus:before {
    transition-duration: 75ms;
    opacity: .24
}

.mdc-fab:not(.mdc-ripple-upgraded):after {
    transition: opacity .15s linear
}

.mdc-fab:not(.mdc-ripple-upgraded):active:after {
    transition-duration: 75ms;
    opacity: .32
}

.mdc-fab.mdc-ripple-upgraded {
    --mdc-ripple-fg-opacity: 0.32
}

.mdc-fab--mini {
    width: 40px;
    height: 40px
}

.mdc-fab--extended {
    font-family: Roboto, sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-size: .875rem;
    line-height: 2.25rem;
    font-weight: 500;
    letter-spacing: .08929em;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 24px;
    padding: 0 20px;
    width: auto;
    max-width: 100%;
    height: 48px
}

.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: -webkit-transform .18s cubic-bezier(0, 0, .2, 1) 90ms;
    transition: transform .18s cubic-bezier(0, 0, .2, 1) 90ms;
    transition: transform .18s cubic-bezier(0, 0, .2, 1) 90ms, -webkit-transform .18s cubic-bezier(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 {
    -webkit-transform: scale(0);
    transform: scale(0);
    transition: opacity 15ms linear .15s, -webkit-transform .18s cubic-bezier(.4, 0, 1, 1) 0ms;
    transition: opacity 15ms linear .15s, transform .18s cubic-bezier(.4, 0, 1, 1) 0ms;
    transition: opacity 15ms linear .15s, transform .18s cubic-bezier(.4, 0, 1, 1) 0ms, -webkit-transform .18s cubic-bezier(.4, 0, 1, 1) 0ms;
    opacity: 0
}

.mdc-fab--exited .mdc-fab__icon {
    -webkit-transform: scale(0);
    transform: scale(0);
    transition: -webkit-transform 135ms cubic-bezier(.4, 0, 1, 1) 0ms;
    transition: transform 135ms cubic-bezier(.4, 0, 1, 1) 0ms;
    transition: transform 135ms cubic-bezier(.4, 0, 1, 1) 0ms, -webkit-transform 135ms cubic-bezier(.4, 0, 1, 1) 0ms
}

.mdc-floating-label {
    font-family: Google Sans, Roboto, Arial, sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-size: 1rem;
    line-height: 1.75rem;
    font-weight: 400;
    letter-spacing: .00937em;
    text-decoration: inherit;
    text-transform: inherit;
    position: absolute;
    left: 0;
    -webkit-transform-origin: left top;
    transform-origin: left top;
    transition: color .15s cubic-bezier(.4, 0, .2, 1), -webkit-transform .15s cubic-bezier(.4, 0, .2, 1);
    transition: transform .15s cubic-bezier(.4, 0, .2, 1), color .15s cubic-bezier(.4, 0, .2, 1);
    transition: transform .15s cubic-bezier(.4, 0, .2, 1), color .15s cubic-bezier(.4, 0, .2, 1), -webkit-transform .15s cubic-bezier(.4, 0, .2, 1);
    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;
    -webkit-transform-origin: right top;
    transform-origin: right top;
    text-align: right
}

.mdc-floating-label--float-above,
form[id^=mktoForm_].mktoForm .hovered-label {
    cursor: auto;
    -webkit-transform: translateY(-50%) scale(.75);
    transform: translateY(-50%) scale(.75)
}

.mdc-floating-label--shake {
    -webkit-animation: mdc-floating-label-shake-float-above-standard .25s 1;
    animation: mdc-floating-label-shake-float-above-standard .25s 1
}

@-webkit-keyframes mdc-floating-label-shake-float-above-standard {
    0% {
        -webkit-transform: translateX(0) translateY(-50%) scale(.75);
        transform: translateX(0) translateY(-50%) scale(.75)
    }
    33% {
        -webkit-animation-timing-function: cubic-bezier(.5, 0, .70173, .49582);
        animation-timing-function: cubic-bezier(.5, 0, .70173, .49582);
        -webkit-transform: translateX(4%) translateY(-50%) scale(.75);
        transform: translateX(4%) translateY(-50%) scale(.75)
    }
    66% {
        -webkit-animation-timing-function: cubic-bezier(.30244, .38135, .55, .95635);
        animation-timing-function: cubic-bezier(.30244, .38135, .55, .95635);
        -webkit-transform: translateX(-4%) translateY(-50%) scale(.75);
        transform: translateX(-4%) translateY(-50%) scale(.75)
    }
    to {
        -webkit-transform: translateX(0) translateY(-50%) scale(.75);
        transform: translateX(0) translateY(-50%) scale(.75)
    }
}

@keyframes mdc-floating-label-shake-float-above-standard {
    0% {
        -webkit-transform: translateX(0) translateY(-50%) scale(.75);
        transform: translateX(0) translateY(-50%) scale(.75)
    }
    33% {
        -webkit-animation-timing-function: cubic-bezier(.5, 0, .70173, .49582);
        animation-timing-function: cubic-bezier(.5, 0, .70173, .49582);
        -webkit-transform: translateX(4%) translateY(-50%) scale(.75);
        transform: translateX(4%) translateY(-50%) scale(.75)
    }
    66% {
        -webkit-animation-timing-function: cubic-bezier(.30244, .38135, .55, .95635);
        animation-timing-function: cubic-bezier(.30244, .38135, .55, .95635);
        -webkit-transform: translateX(-4%) translateY(-50%) scale(.75);
        transform: translateX(-4%) translateY(-50%) scale(.75)
    }
    to {
        -webkit-transform: translateX(0) translateY(-50%) scale(.75);
        transform: translateX(0) translateY(-50%) scale(.75)
    }
}

.mdc-form-field {
    font-family: Roboto, sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-size: .875rem;
    line-height: 1.25rem;
    font-weight: 400;
    letter-spacing: .01786em;
    text-decoration: inherit;
    text-transform: inherit;
    color: rgba(0, 0, 0, .87);
    color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, .87));
    display: inline-flex;
    align-items: center;
    vertical-align: middle
}

.mdc-form-field>label {
    order: 0;
    margin-right: auto;
    padding-left: 4px
}

.mdc-form-field--align-end>label,
.mdc-form-field[dir=rtl]>label,
[dir=rtl] .mdc-form-field>label {
    margin-left: auto;
    padding-right: 4px
}

.mdc-form-field--align-end>label {
    order: -1
}

.mdc-form-field--align-end[dir=rtl]>label,
[dir=rtl] .mdc-form-field--align-end>label {
    margin-right: auto;
    padding-left: 4px
}

.mdc-grid-tile__primary {
    padding-bottom: 100%
}

.mdc-grid-tile {
    margin: 2px 0;
    padding: 0 2px
}

.mdc-grid-tile__secondary {
    left: 2px;
    width: calc(100% - 4px)
}

.mdc-grid-list__tiles {
    margin: 2px auto;
    display: flex;
    flex-flow: row wrap;
    padding: 0
}

.mdc-grid-list--tile-gutter-1 .mdc-grid-tile {
    margin: .5px 0;
    padding: 0 .5px
}

.mdc-grid-list--tile-gutter-1 .mdc-grid-tile__secondary {
    left: .5px;
    width: calc(100% - 1px)
}

.mdc-grid-list--tile-gutter-1 .mdc-grid-list__tiles {
    margin: .5px auto
}

.mdc-grid-list--tile-aspect-16x9 .mdc-grid-tile__primary {
    padding-bottom: 56.24993%
}

.mdc-grid-list--tile-aspect-3x2 .mdc-grid-tile__primary {
    padding-bottom: 66.66667%
}

.mdc-grid-list--tile-aspect-2x3 .mdc-grid-tile__primary {
    padding-bottom: 149.99925%
}

.mdc-grid-list--tile-aspect-4x3 .mdc-grid-tile__primary {
    padding-bottom: 75.00019%
}

.mdc-grid-list--tile-aspect-3x4 .mdc-grid-tile__primary {
    padding-bottom: 133.33333%
}

.mdc-grid-tile {
    display: block;
    position: relative;
    width: 200px;
    width: var(--mdc-grid-list-tile-width, 200px)
}

.mdc-grid-tile__primary {
    background-color: #fff;
    background-color: var(--mdc-theme-background, #fff);
    color: rgba(0, 0, 0, .87);
    color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, .87));
    position: relative;
    height: 0
}

.mdc-grid-tile__primary-content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover
}

.mdc-grid-tile__secondary {
    background-color: #1a73e8;
    background-color: var(--mdc-theme-primary, #1a73e8);
    color: #fff;
    color: var(--mdc-theme-on-primary, #fff);
    position: absolute;
    bottom: 0;
    box-sizing: border-box;
    height: 48px;
    padding: 16px
}

.mdc-grid-tile__title {
    margin: 0;
    font-weight: 500;
    line-height: 1rem
}

.mdc-grid-tile__support-text,
.mdc-grid-tile__title {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    padding: 0;
    font-size: 1rem
}

.mdc-grid-tile__support-text {
    font-family: Google Sans, Roboto, Arial, sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    line-height: 1.75rem;
    font-weight: 400;
    letter-spacing: .00937em;
    text-decoration: inherit;
    text-transform: inherit;
    margin: 4px 0 0
}

.mdc-grid-tile__icon {
    position: absolute;
    top: calc(50% - 12px);
    font-size: 0
}

.mdc-grid-list--twoline-caption .mdc-grid-tile__secondary {
    height: 68px
}

.mdc-grid-list--header-caption .mdc-grid-tile__secondary {
    top: 0;
    bottom: auto
}

.mdc-grid-list--with-icon-align-start .mdc-grid-tile__secondary {
    padding-left: 56px;
    padding-right: 8px
}

.mdc-grid-list[dir=rtl] .mdc-grid-list--with-icon-align-start .mdc-grid-tile__secondary,
[dir=rtl] .mdc-grid-list .mdc-grid-list--with-icon-align-start .mdc-grid-tile__secondary {
    padding-left: 8px;
    padding-right: 56px
}

.mdc-grid-list--with-icon-align-start .mdc-grid-tile__icon {
    left: 16px;
    right: auto;
    font-size: 24px
}

.mdc-grid-list[dir=rtl] .mdc-grid-list--with-icon-align-start .mdc-grid-tile__icon,
[dir=rtl] .mdc-grid-list .mdc-grid-list--with-icon-align-start .mdc-grid-tile__icon {
    left: auto;
    right: 16px
}

.mdc-grid-list--with-icon-align-end .mdc-grid-tile__secondary {
    padding-left: 16px;
    padding-right: 56px
}

.mdc-grid-list[dir=rtl] .mdc-grid-list--with-icon-align-end .mdc-grid-tile__secondary,
[dir=rtl] .mdc-grid-list .mdc-grid-list--with-icon-align-end .mdc-grid-tile__secondary {
    padding-left: 56px;
    padding-right: 16px
}

.mdc-grid-list--with-icon-align-end .mdc-grid-tile__icon {
    left: auto;
    right: 16px;
    font-size: 24px
}

.mdc-grid-list[dir=rtl] .mdc-grid-list--with-icon-align-end .mdc-grid-tile__icon,
[dir=rtl] .mdc-grid-list .mdc-grid-list--with-icon-align-end .mdc-grid-tile__icon {
    left: 16px;
    right: auto
}

.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);
    will-change: transform, opacity;
    width: 48px;
    height: 48px;
    padding: 12px;
    font-size: 24px;
    display: inline-block;
    position: relative;
    box-sizing: border-box;
    border: none;
    outline: none;
    background-color: transparent;
    fill: currentColor;
    color: inherit;
    text-decoration: none;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.mdc-icon-button:after,
.mdc-icon-button:before {
    position: absolute;
    border-radius: 50%;
    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 {
    -webkit-transform: scale(var(--mdc-ripple-fg-scale, 1));
    transform: scale(var(--mdc-ripple-fg-scale, 1))
}

.mdc-icon-button.mdc-ripple-upgraded:after {
    top: 0;
    left: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: center center;
    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 {
    -webkit-animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards;
    animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards
}

.mdc-icon-button.mdc-ripple-upgraded--foreground-deactivation:after {
    -webkit-animation: mdc-ripple-fg-opacity-out .15s;
    animation: mdc-ripple-fg-opacity-out .15s;
    -webkit-transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1));
    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 img,
.mdc-icon-button svg {
    width: 24px;
    height: 24px
}

.mdc-icon-button:disabled {
    color: rgba(0, 0, 0, .38);
    color: var(--mdc-theme-text-disabled-on-light, rgba(0, 0, 0, .38));
    cursor: default;
    pointer-events: none
}

.mdc-icon-button:after,
.mdc-icon-button:before {
    background-color: #3c4043
}

.mdc-icon-button:hover:before {
    opacity: .04
}

.mdc-icon-button.mdc-ripple-upgraded--background-focused:before,
.mdc-icon-button:not(.mdc-ripple-upgraded):focus:before {
    transition-duration: 75ms;
    opacity: .12
}

.mdc-icon-button:not(.mdc-ripple-upgraded):after {
    transition: opacity .15s linear
}

.mdc-icon-button:not(.mdc-ripple-upgraded):active:after {
    transition-duration: 75ms;
    opacity: .16
}

.mdc-icon-button.mdc-ripple-upgraded {
    --mdc-ripple-fg-opacity: 0.16
}

.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-image-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    padding: 0
}

.mdc-image-list__image-aspect-container,
.mdc-image-list__item {
    position: relative;
    box-sizing: border-box
}

.mdc-image-list__item {
    list-style-type: none
}

.mdc-image-list__image {
    width: 100%
}

.mdc-image-list__image-aspect-container .mdc-image-list__image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover
}

.mdc-image-list__image-aspect-container {
    padding-bottom: 100%
}

.mdc-image-list__image {
    border-radius: 0
}

.mdc-image-list--with-text-protection .mdc-image-list__supporting {
    border-radius: 0 0 0 0
}

.mdc-image-list__supporting {
    color: rgba(0, 0, 0, .87);
    color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, .87));
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 8px 0;
    line-height: 24px
}

.mdc-image-list__label {
    font-family: Google Sans, Roboto, Arial, sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-size: 1rem;
    line-height: 1.75rem;
    font-weight: 400;
    letter-spacing: .00937em;
    text-decoration: inherit;
    text-transform: inherit;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.mdc-image-list--with-text-protection .mdc-image-list__supporting {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 48px;
    padding: 0 16px;
    background: rgba(0, 0, 0, .6);
    color: #fff
}

.mdc-image-list--masonry {
    display: block
}

.mdc-image-list--masonry .mdc-image-list__item {
    -webkit-column-break-inside: avoid;
    break-inside: avoid-column
}

.mdc-image-list--masonry .mdc-image-list__image {
    display: block;
    height: auto
}

/*
:root {
    --mdc-layout-grid-margin-desktop: 80px;
    --mdc-layout-grid-gutter-desktop: 28px;
    --mdc-layout-grid-column-width-desktop: 81px;
    --mdc-layout-grid-margin-tablet: 32px;
    --mdc-layout-grid-gutter-tablet: 16px;
    --mdc-layout-grid-column-width-tablet: 44px;
    --mdc-layout-grid-margin-phone: 16px;
    --mdc-layout-grid-gutter-phone: 16px;
    --mdc-layout-grid-column-width-phone: 60px
}

 */

@media (min-width:1024px) {
    .mdc-layout-grid {
        box-sizing: border-box;
        margin: 0 auto;
        padding: 80px;
        padding: var(--mdc-layout-grid-margin-desktop, 80px);
        max-width: 1280px
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .mdc-layout-grid {
        box-sizing: border-box;
        margin: 0 auto;
        padding: 32px;
        padding: var(--mdc-layout-grid-margin-tablet, 32px);
        max-width: 1280px
    }
}

@media (max-width:767px) {
    .mdc-layout-grid {
        box-sizing: border-box;
        margin: 0 auto;
        padding: 16px;
        padding: var(--mdc-layout-grid-margin-phone, 16px);
        max-width: 1280px
    }
}

@media (min-width:1024px) {
    .mdc-layout-grid__inner {
        display: flex;
        flex-flow: row wrap;
        align-items: stretch;
        margin: -14px;
        margin: calc(var(--mdc-layout-grid-gutter-desktop, 28px)/2*-1)
    }
    @supports (display:grid) {
        .mdc-layout-grid__inner {
            display: grid;
            margin: 0;
            grid-gap: 28px;
            grid-gap: var(--mdc-layout-grid-gutter-desktop, 28px);
            grid-template-columns: repeat(12, minmax(0, 1fr))
        }
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .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(12, minmax(0, 1fr))
        }
    }
}

@media (max-width:767px) {
    .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:1024px) {
    .mdc-layout-grid__cell {
        width: calc(33.33333% - 28px);
        width: calc(33.33333% - var(--mdc-layout-grid-gutter-desktop, 28px));
        box-sizing: border-box;
        margin: 14px;
        margin: calc(var(--mdc-layout-grid-gutter-desktop, 28px)/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% - 28px);
        width: calc(8.33333% - var(--mdc-layout-grid-gutter-desktop, 28px))
    }
    @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% - 28px);
        width: calc(16.66667% - var(--mdc-layout-grid-gutter-desktop, 28px))
    }
    @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% - 28px);
        width: calc(25% - var(--mdc-layout-grid-gutter-desktop, 28px))
    }
    @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% - 28px);
        width: calc(33.33333% - var(--mdc-layout-grid-gutter-desktop, 28px))
    }
    @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% - 28px);
        width: calc(41.66667% - var(--mdc-layout-grid-gutter-desktop, 28px))
    }
    @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% - 28px);
        width: calc(50% - var(--mdc-layout-grid-gutter-desktop, 28px))
    }
    @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% - 28px);
        width: calc(58.33333% - var(--mdc-layout-grid-gutter-desktop, 28px))
    }
    @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% - 28px);
        width: calc(66.66667% - var(--mdc-layout-grid-gutter-desktop, 28px))
    }
    @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% - 28px);
        width: calc(75% - var(--mdc-layout-grid-gutter-desktop, 28px))
    }
    @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% - 28px);
        width: calc(83.33333% - var(--mdc-layout-grid-gutter-desktop, 28px))
    }
    @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% - 28px);
        width: calc(91.66667% - var(--mdc-layout-grid-gutter-desktop, 28px))
    }
    @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% - 28px);
        width: calc(100% - var(--mdc-layout-grid-gutter-desktop, 28px))
    }
    @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:768px) and (max-width:1023px) {
    .mdc-layout-grid__cell {
        width: calc(33.33333% - 16px);
        width: calc(33.33333% - 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(8.33333% - 16px);
        width: calc(8.33333% - 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(16.66667% - 16px);
        width: calc(16.66667% - 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(25% - 16px);
        width: calc(25% - 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(33.33333% - 16px);
        width: calc(33.33333% - 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(41.66667% - 16px);
        width: calc(41.66667% - 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(50% - 16px);
        width: calc(50% - 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(58.33333% - 16px);
        width: calc(58.33333% - 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(66.66667% - 16px);
        width: calc(66.66667% - 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(75% - 16px);
        width: calc(75% - 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 9
        }
    }
    .mdc-layout-grid__cell--span-10,
    .mdc-layout-grid__cell--span-10-tablet {
        width: calc(83.33333% - 16px);
        width: calc(83.33333% - 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 10
        }
    }
    .mdc-layout-grid__cell--span-11,
    .mdc-layout-grid__cell--span-11-tablet {
        width: calc(91.66667% - 16px);
        width: calc(91.66667% - 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 11
        }
    }
    .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 12
        }
    }
}

@media (max-width:767px) {
    .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:1024px) {
    .mdc-layout-grid--fixed-column-width {
        width: 1440px;
        width: calc(var(--mdc-layout-grid-column-width-desktop, 81px)*12 + var(--mdc-layout-grid-gutter-desktop, 28px)*11 + var(--mdc-layout-grid-margin-desktop, 80px)*2)
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .mdc-layout-grid--fixed-column-width {
        width: 768px;
        width: calc(var(--mdc-layout-grid-column-width-tablet, 44px)*12 + var(--mdc-layout-grid-gutter-tablet, 16px)*11 + var(--mdc-layout-grid-margin-tablet, 32px)*2)
    }
}

@media (max-width:767px) {
    .mdc-layout-grid--fixed-column-width {
        width: 320px;
        width: calc(var(--mdc-layout-grid-column-width-phone, 60px)*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
}

.mdc-line-ripple {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    transition: opacity .18s cubic-bezier(.4, 0, .2, 1), -webkit-transform .18s cubic-bezier(.4, 0, .2, 1);
    transition: transform .18s cubic-bezier(.4, 0, .2, 1), opacity .18s cubic-bezier(.4, 0, .2, 1);
    transition: transform .18s cubic-bezier(.4, 0, .2, 1), opacity .18s cubic-bezier(.4, 0, .2, 1), -webkit-transform .18s cubic-bezier(.4, 0, .2, 1);
    opacity: 0;
    z-index: 2
}

.mdc-line-ripple--active {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    opacity: 1
}

.mdc-line-ripple--deactivating {
    opacity: 0
}

@-webkit-keyframes primary-indeterminate-translate {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    20% {
        -webkit-animation-timing-function: cubic-bezier(.5, 0, .70173, .49582);
        animation-timing-function: cubic-bezier(.5, 0, .70173, .49582);
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    59.15% {
        -webkit-animation-timing-function: cubic-bezier(.30244, .38135, .55, .95635);
        animation-timing-function: cubic-bezier(.30244, .38135, .55, .95635);
        -webkit-transform: translateX(83.67142%);
        transform: translateX(83.67142%)
    }
    to {
        -webkit-transform: translateX(200.61106%);
        transform: translateX(200.61106%)
    }
}

@keyframes primary-indeterminate-translate {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    20% {
        -webkit-animation-timing-function: cubic-bezier(.5, 0, .70173, .49582);
        animation-timing-function: cubic-bezier(.5, 0, .70173, .49582);
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    59.15% {
        -webkit-animation-timing-function: cubic-bezier(.30244, .38135, .55, .95635);
        animation-timing-function: cubic-bezier(.30244, .38135, .55, .95635);
        -webkit-transform: translateX(83.67142%);
        transform: translateX(83.67142%)
    }
    to {
        -webkit-transform: translateX(200.61106%);
        transform: translateX(200.61106%)
    }
}

@-webkit-keyframes primary-indeterminate-scale {
    0% {
        -webkit-transform: scaleX(.08);
        transform: scaleX(.08)
    }
    36.65% {
        -webkit-animation-timing-function: cubic-bezier(.33473, .12482, .78584, 1);
        animation-timing-function: cubic-bezier(.33473, .12482, .78584, 1);
        -webkit-transform: scaleX(.08);
        transform: scaleX(.08)
    }
    69.15% {
        -webkit-animation-timing-function: cubic-bezier(.06, .11, .6, 1);
        animation-timing-function: cubic-bezier(.06, .11, .6, 1);
        -webkit-transform: scaleX(.66148);
        transform: scaleX(.66148)
    }
    to {
        -webkit-transform: scaleX(.08);
        transform: scaleX(.08)
    }
}

@keyframes primary-indeterminate-scale {
    0% {
        -webkit-transform: scaleX(.08);
        transform: scaleX(.08)
    }
    36.65% {
        -webkit-animation-timing-function: cubic-bezier(.33473, .12482, .78584, 1);
        animation-timing-function: cubic-bezier(.33473, .12482, .78584, 1);
        -webkit-transform: scaleX(.08);
        transform: scaleX(.08)
    }
    69.15% {
        -webkit-animation-timing-function: cubic-bezier(.06, .11, .6, 1);
        animation-timing-function: cubic-bezier(.06, .11, .6, 1);
        -webkit-transform: scaleX(.66148);
        transform: scaleX(.66148)
    }
    to {
        -webkit-transform: scaleX(.08);
        transform: scaleX(.08)
    }
}

@-webkit-keyframes secondary-indeterminate-translate {
    0% {
        -webkit-animation-timing-function: cubic-bezier(.15, 0, .51506, .40969);
        animation-timing-function: cubic-bezier(.15, 0, .51506, .40969);
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    25% {
        -webkit-animation-timing-function: cubic-bezier(.31033, .28406, .8, .73371);
        animation-timing-function: cubic-bezier(.31033, .28406, .8, .73371);
        -webkit-transform: translateX(37.65191%);
        transform: translateX(37.65191%)
    }
    48.35% {
        -webkit-animation-timing-function: cubic-bezier(.4, .62704, .6, .90203);
        animation-timing-function: cubic-bezier(.4, .62704, .6, .90203);
        -webkit-transform: translateX(84.38617%);
        transform: translateX(84.38617%)
    }
    to {
        -webkit-transform: translateX(160.27778%);
        transform: translateX(160.27778%)
    }
}

@keyframes secondary-indeterminate-translate {
    0% {
        -webkit-animation-timing-function: cubic-bezier(.15, 0, .51506, .40969);
        animation-timing-function: cubic-bezier(.15, 0, .51506, .40969);
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    25% {
        -webkit-animation-timing-function: cubic-bezier(.31033, .28406, .8, .73371);
        animation-timing-function: cubic-bezier(.31033, .28406, .8, .73371);
        -webkit-transform: translateX(37.65191%);
        transform: translateX(37.65191%)
    }
    48.35% {
        -webkit-animation-timing-function: cubic-bezier(.4, .62704, .6, .90203);
        animation-timing-function: cubic-bezier(.4, .62704, .6, .90203);
        -webkit-transform: translateX(84.38617%);
        transform: translateX(84.38617%)
    }
    to {
        -webkit-transform: translateX(160.27778%);
        transform: translateX(160.27778%)
    }
}

@-webkit-keyframes secondary-indeterminate-scale {
    0% {
        -webkit-animation-timing-function: cubic-bezier(.20503, .05705, .57661, .45397);
        animation-timing-function: cubic-bezier(.20503, .05705, .57661, .45397);
        -webkit-transform: scaleX(.08);
        transform: scaleX(.08)
    }
    19.15% {
        -webkit-animation-timing-function: cubic-bezier(.15231, .19643, .64837, 1.00432);
        animation-timing-function: cubic-bezier(.15231, .19643, .64837, 1.00432);
        -webkit-transform: scaleX(.4571);
        transform: scaleX(.4571)
    }
    44.15% {
        -webkit-animation-timing-function: cubic-bezier(.25776, -.00316, .21176, 1.38179);
        animation-timing-function: cubic-bezier(.25776, -.00316, .21176, 1.38179);
        -webkit-transform: scaleX(.72796);
        transform: scaleX(.72796)
    }
    to {
        -webkit-transform: scaleX(.08);
        transform: scaleX(.08)
    }
}

@keyframes secondary-indeterminate-scale {
    0% {
        -webkit-animation-timing-function: cubic-bezier(.20503, .05705, .57661, .45397);
        animation-timing-function: cubic-bezier(.20503, .05705, .57661, .45397);
        -webkit-transform: scaleX(.08);
        transform: scaleX(.08)
    }
    19.15% {
        -webkit-animation-timing-function: cubic-bezier(.15231, .19643, .64837, 1.00432);
        animation-timing-function: cubic-bezier(.15231, .19643, .64837, 1.00432);
        -webkit-transform: scaleX(.4571);
        transform: scaleX(.4571)
    }
    44.15% {
        -webkit-animation-timing-function: cubic-bezier(.25776, -.00316, .21176, 1.38179);
        animation-timing-function: cubic-bezier(.25776, -.00316, .21176, 1.38179);
        -webkit-transform: scaleX(.72796);
        transform: scaleX(.72796)
    }
    to {
        -webkit-transform: scaleX(.08);
        transform: scaleX(.08)
    }
}

@-webkit-keyframes buffering {
    to {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px)
    }
}

@keyframes buffering {
    to {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px)
    }
}

@-webkit-keyframes primary-indeterminate-translate-reverse {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    20% {
        -webkit-animation-timing-function: cubic-bezier(.5, 0, .70173, .49582);
        animation-timing-function: cubic-bezier(.5, 0, .70173, .49582);
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    59.15% {
        -webkit-animation-timing-function: cubic-bezier(.30244, .38135, .55, .95635);
        animation-timing-function: cubic-bezier(.30244, .38135, .55, .95635);
        -webkit-transform: translateX(-83.67142%);
        transform: translateX(-83.67142%)
    }
    to {
        -webkit-transform: translateX(-200.61106%);
        transform: translateX(-200.61106%)
    }
}

@keyframes primary-indeterminate-translate-reverse {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    20% {
        -webkit-animation-timing-function: cubic-bezier(.5, 0, .70173, .49582);
        animation-timing-function: cubic-bezier(.5, 0, .70173, .49582);
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    59.15% {
        -webkit-animation-timing-function: cubic-bezier(.30244, .38135, .55, .95635);
        animation-timing-function: cubic-bezier(.30244, .38135, .55, .95635);
        -webkit-transform: translateX(-83.67142%);
        transform: translateX(-83.67142%)
    }
    to {
        -webkit-transform: translateX(-200.61106%);
        transform: translateX(-200.61106%)
    }
}

@-webkit-keyframes secondary-indeterminate-translate-reverse {
    0% {
        -webkit-animation-timing-function: cubic-bezier(.15, 0, .51506, .40969);
        animation-timing-function: cubic-bezier(.15, 0, .51506, .40969);
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    25% {
        -webkit-animation-timing-function: cubic-bezier(.31033, .28406, .8, .73371);
        animation-timing-function: cubic-bezier(.31033, .28406, .8, .73371);
        -webkit-transform: translateX(-37.65191%);
        transform: translateX(-37.65191%)
    }
    48.35% {
        -webkit-animation-timing-function: cubic-bezier(.4, .62704, .6, .90203);
        animation-timing-function: cubic-bezier(.4, .62704, .6, .90203);
        -webkit-transform: translateX(-84.38617%);
        transform: translateX(-84.38617%)
    }
    to {
        -webkit-transform: translateX(-160.27778%);
        transform: translateX(-160.27778%)
    }
}

@keyframes secondary-indeterminate-translate-reverse {
    0% {
        -webkit-animation-timing-function: cubic-bezier(.15, 0, .51506, .40969);
        animation-timing-function: cubic-bezier(.15, 0, .51506, .40969);
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    25% {
        -webkit-animation-timing-function: cubic-bezier(.31033, .28406, .8, .73371);
        animation-timing-function: cubic-bezier(.31033, .28406, .8, .73371);
        -webkit-transform: translateX(-37.65191%);
        transform: translateX(-37.65191%)
    }
    48.35% {
        -webkit-animation-timing-function: cubic-bezier(.4, .62704, .6, .90203);
        animation-timing-function: cubic-bezier(.4, .62704, .6, .90203);
        -webkit-transform: translateX(-84.38617%);
        transform: translateX(-84.38617%)
    }
    to {
        -webkit-transform: translateX(-160.27778%);
        transform: translateX(-160.27778%)
    }
}

@-webkit-keyframes buffering-reverse {
    to {
        -webkit-transform: translateX(10px);
        transform: translateX(10px)
    }
}

@keyframes buffering-reverse {
    to {
        -webkit-transform: translateX(10px);
        transform: translateX(10px)
    }
}

.mdc-linear-progress {
    position: relative;
    width: 100%;
    height: 4px;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    transition: opacity .25s cubic-bezier(.4, 0, .6, 1) 0ms;
    overflow: hidden
}

.mdc-linear-progress__bar {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    transition: -webkit-transform .25s cubic-bezier(.4, 0, .6, 1) 0ms;
    transition: transform .25s cubic-bezier(.4, 0, .6, 1) 0ms;
    transition: transform .25s cubic-bezier(.4, 0, .6, 1) 0ms, -webkit-transform .25s cubic-bezier(.4, 0, .6, 1) 0ms
}

.mdc-linear-progress__bar,
.mdc-linear-progress__bar-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-animation: none;
    animation: none
}

.mdc-linear-progress__bar-inner {
    display: inline-block
}

.mdc-linear-progress__buffering-dots {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-animation: buffering .25s linear infinite;
    animation: buffering .25s linear infinite;
    background-repeat: repeat-x;
    background-size: 10px 4px
}

.mdc-linear-progress__buffer {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    transition: -webkit-transform .25s cubic-bezier(.4, 0, .6, 1) 0ms;
    transition: transform .25s cubic-bezier(.4, 0, .6, 1) 0ms;
    transition: transform .25s cubic-bezier(.4, 0, .6, 1) 0ms, -webkit-transform .25s cubic-bezier(.4, 0, .6, 1) 0ms
}

.mdc-linear-progress__primary-bar {
    -webkit-transform: scaleX(0);
    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%;
    -webkit-animation: primary-indeterminate-translate 2s linear infinite;
    animation: primary-indeterminate-translate 2s linear infinite
}

.mdc-linear-progress--indeterminate .mdc-linear-progress__primary-bar>.mdc-linear-progress__bar-inner {
    -webkit-animation: primary-indeterminate-scale 2s linear infinite;
    animation: primary-indeterminate-scale 2s linear infinite
}

.mdc-linear-progress--indeterminate .mdc-linear-progress__secondary-bar {
    left: -54.888891%;
    -webkit-animation: secondary-indeterminate-translate 2s linear infinite;
    animation: secondary-indeterminate-translate 2s linear infinite;
    visibility: visible
}

.mdc-linear-progress--indeterminate .mdc-linear-progress__secondary-bar>.mdc-linear-progress__bar-inner {
    -webkit-animation: secondary-indeterminate-scale 2s linear infinite;
    animation: secondary-indeterminate-scale 2s linear infinite
}

.mdc-linear-progress--reversed .mdc-linear-progress__bar,
.mdc-linear-progress--reversed .mdc-linear-progress__buffer {
    right: 0;
    -webkit-transform-origin: center right;
    transform-origin: center right
}

.mdc-linear-progress--reversed .mdc-linear-progress__primary-bar {
    -webkit-animation-name: primary-indeterminate-translate-reverse;
    animation-name: primary-indeterminate-translate-reverse
}

.mdc-linear-progress--reversed .mdc-linear-progress__secondary-bar {
    -webkit-animation-name: secondary-indeterminate-translate-reverse;
    animation-name: secondary-indeterminate-translate-reverse
}

.mdc-linear-progress--reversed .mdc-linear-progress__buffering-dots {
    -webkit-animation: buffering-reverse .25s linear infinite;
    animation: buffering-reverse .25s linear infinite
}

.mdc-linear-progress--closed {
    opacity: 0
}

.mdc-linear-progress__bar-inner {
    background-color: #1a73e8;
    background-color: var(--mdc-theme-primary, #1a73e8)
}

.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: Google Sans, Roboto, Arial, sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-size: 1rem;
    line-height: 1.75rem;
    font-weight: 400;
    letter-spacing: .00937em;
    text-decoration: inherit;
    text-transform: inherit;
    color: rgba(0, 0, 0, .87);
    color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, .87));
    margin: 0;
    padding: 8px 0;
    line-height: 1.5rem;
    list-style-type: none
}

.mdc-list-item__secondary-text {
    color: rgba(0, 0, 0, .54);
    color: var(--mdc-theme-text-secondary-on-background, rgba(0, 0, 0, .54))
}

.mdc-list-item__graphic {
    background-color: transparent;
    color: rgba(0, 0, 0, .38);
    color: var(--mdc-theme-text-icon-on-background, rgba(0, 0, 0, .38))
}

.mdc-list-item__meta {
    color: rgba(0, 0, 0, .38);
    color: var(--mdc-theme-text-hint-on-background, rgba(0, 0, 0, .38))
}

.mdc-list--dense {
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: .812rem
}

.mdc-list-item {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: flex-start;
    height: 48px;
    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: #1a73e8;
    color: var(--mdc-theme-primary, #1a73e8)
}

.mdc-list-item--disabled {
    color: rgba(0, 0, 0, .38);
    color: var(--mdc-theme-text-disabled-on-background, rgba(0, 0, 0, .38))
}

.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[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: Roboto, sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-size: .875rem;
    line-height: 1.25rem;
    font-weight: 400;
    letter-spacing: .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: 50%
}

.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 {
    --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);
    will-change: transform, opacity
}

: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: 50%;
    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 {
    -webkit-transform: scale(var(--mdc-ripple-fg-scale, 1));
    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;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: center center;
    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 {
    -webkit-animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards;
    animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards
}

:not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item.mdc-ripple-upgraded--foreground-deactivation:after {
    -webkit-animation: mdc-ripple-fg-opacity-out .15s;
    animation: mdc-ripple-fg-opacity-out .15s;
    -webkit-transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1));
    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: #3c4043
}

:not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item:hover:before {
    opacity: .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: .12
}

:not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item:not(.mdc-ripple-upgraded):after {
    transition: opacity .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: .16
}

:not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item.mdc-ripple-upgraded {
    --mdc-ripple-fg-opacity: 0.16
}

:not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item--activated:before {
    opacity: .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: #1a73e8
}

@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, #1a73e8)
    }
}

:not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item--activated:hover:before {
    opacity: .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: .24
}

:not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item--activated:not(.mdc-ripple-upgraded):after {
    transition: opacity .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: .28
}

:not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item--activated.mdc-ripple-upgraded {
    --mdc-ripple-fg-opacity: 0.28
}

:not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item--selected:before {
    opacity: .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: #1a73e8
}

@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, #1a73e8)
    }
}

:not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item--selected:hover:before {
    opacity: .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: .2
}

:not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item--selected:not(.mdc-ripple-upgraded):after {
    transition: opacity .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: .24
}

:not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item--selected.mdc-ripple-upgraded {
    --mdc-ripple-fg-opacity: 0.24
}

a.mdc-list-item {
    color: inherit;
    text-decoration: none
}

.mdc-list-divider {
    height: 0;
    margin: 0;
    border: none;
    border-bottom: 1px solid;
    border-bottom-color: rgba(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% - 88px)
}

.mdc-list-group .mdc-list {
    padding: 0
}

.mdc-list-group__subheader {
    font-family: Google Sans, Roboto, Arial, sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-size: 1rem;
    line-height: 1.75rem;
    font-weight: 400;
    letter-spacing: .00937em;
    text-decoration: inherit;
    text-transform: inherit;
    margin: .75rem 16px;
    color: rgba(0, 0, 0, .87);
    color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, .87))
}

.mdc-menu {
    min-width: 112px
}

.mdc-menu .mdc-list-item__graphic,
.mdc-menu .mdc-list-item__meta {
    color: rgba(0, 0, 0, .87);
    color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, .87))
}

.mdc-menu .mdc-list-divider {
    margin: 8px 0
}

.mdc-menu .mdc-list-item {
    cursor: pointer;
    -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: 0
}

.mdc-menu__selection-group .mdc-list-item[dir=rtl],
[dir=rtl] .mdc-menu__selection-group .mdc-list-item {
    padding-left: 0;
    padding-right: 56px
}

.mdc-menu__selection-group .mdc-menu__selection-group-icon {
    left: 16px;
    right: auto;
    display: none;
    position: absolute
}

.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-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% - 24px)
}

.mdc-notched-outline .mdc-floating-label {
    display: inline-block;
    position: relative;
    top: 17px;
    bottom: auto;
    max-width: 100%
}

.mdc-notched-outline .mdc-floating-label--float-above,
.mdc-notched-outline form[id^=mktoForm_].mktoForm .hovered-label,
form[id^=mktoForm_].mktoForm .mdc-notched-outline .hovered-label {
    text-overflow: clip
}

.mdc-notched-outline--upgraded .mdc-floating-label--float-above,
.mdc-notched-outline--upgraded form[id^=mktoForm_].mktoForm .hovered-label,
form[id^=mktoForm_].mktoForm .mdc-notched-outline--upgraded .hovered-label {
    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-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);
    will-change: transform, opacity;
    display: inline-block;
    position: relative;
    flex: 0 0 auto;
    box-sizing: border-box;
    width: 40px;
    height: 40px;
    padding: 10px;
    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(60, 64, 67, .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: #4285f4;
    border-color: var(--mdc-theme-secondary, #4285f4)
}

.mdc-radio .mdc-radio__background:before {
    background-color: #4285f4
}

@supports not (-ms-ime-align:auto) {
    .mdc-radio .mdc-radio__background:before {
        background-color: var(--mdc-theme-secondary, #4285f4)
    }
}

.mdc-radio:after,
.mdc-radio:before {
    position: absolute;
    border-radius: 50%;
    opacity: 0;
    pointer-events: none;
    content: ""
}

.mdc-radio:before {
    transition: opacity 15ms linear, background-color 15ms linear;
    z-index: 1
}

.mdc-radio.mdc-ripple-upgraded:before {
    -webkit-transform: scale(var(--mdc-ripple-fg-scale, 1));
    transform: scale(var(--mdc-ripple-fg-scale, 1))
}

.mdc-radio.mdc-ripple-upgraded:after {
    top: 0;
    left: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: center center;
    transform-origin: center center
}

.mdc-radio.mdc-ripple-upgraded--unbounded:after {
    top: var(--mdc-ripple-top, 0);
    left: var(--mdc-ripple-left, 0)
}

.mdc-radio.mdc-ripple-upgraded--foreground-activation:after {
    -webkit-animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards;
    animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards
}

.mdc-radio.mdc-ripple-upgraded--foreground-deactivation:after {
    -webkit-animation: mdc-ripple-fg-opacity-out .15s;
    animation: mdc-ripple-fg-opacity-out .15s;
    -webkit-transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1));
    transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1))
}

.mdc-radio:after,
.mdc-radio:before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.mdc-radio.mdc-ripple-upgraded:after,
.mdc-radio.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-radio.mdc-ripple-upgraded:after {
    width: var(--mdc-ripple-fg-size, 100%);
    height: var(--mdc-ripple-fg-size, 100%)
}

.mdc-radio:after,
.mdc-radio:before {
    background-color: #4285f4
}

@supports not (-ms-ime-align:auto) {
    .mdc-radio:after,
    .mdc-radio:before {
        background-color: var(--mdc-theme-secondary, #4285f4)
    }
}

.mdc-radio:hover:before {
    opacity: .04
}

.mdc-radio.mdc-ripple-upgraded--background-focused:before,
.mdc-radio:not(.mdc-ripple-upgraded):focus:before {
    transition-duration: 75ms;
    opacity: .12
}

.mdc-radio:not(.mdc-ripple-upgraded):after {
    transition: opacity .15s linear
}

.mdc-radio:not(.mdc-ripple-upgraded):active:after {
    transition-duration: 75ms;
    opacity: .16
}

.mdc-radio.mdc-ripple-upgraded {
    --mdc-ripple-fg-opacity: 0.16
}

.mdc-radio__background {
    display: inline-block;
    position: absolute;
    left: 10px;
    box-sizing: border-box;
    width: 50%;
    height: 50%
}

.mdc-radio__background:before {
    -webkit-transform: scale(0);
    transform: scale(0);
    transition: opacity .12s cubic-bezier(.4, 0, .6, 1) 0ms, -webkit-transform .12s cubic-bezier(.4, 0, .6, 1) 0ms;
    transition: opacity .12s cubic-bezier(.4, 0, .6, 1) 0ms, transform .12s cubic-bezier(.4, 0, .6, 1) 0ms;
    transition: opacity .12s cubic-bezier(.4, 0, .6, 1) 0ms, transform .12s cubic-bezier(.4, 0, .6, 1) 0ms, -webkit-transform .12s cubic-bezier(.4, 0, .6, 1) 0ms;
    opacity: 0;
    pointer-events: none;
    content: ""
}

.mdc-radio__background:before,
.mdc-radio__outer-circle {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%
}

.mdc-radio__outer-circle {
    box-sizing: border-box;
    transition: border-color .12s cubic-bezier(.4, 0, .6, 1) 0ms;
    border-width: 2px;
    border-style: solid
}

.mdc-radio__inner-circle {
    box-sizing: border-box;
    -webkit-transform: scale(0);
    transform: scale(0);
    transition: border-color .12s cubic-bezier(.4, 0, .6, 1) 0ms, -webkit-transform .12s cubic-bezier(.4, 0, .6, 1) 0ms;
    transition: transform .12s cubic-bezier(.4, 0, .6, 1) 0ms, border-color .12s cubic-bezier(.4, 0, .6, 1) 0ms;
    transition: transform .12s cubic-bezier(.4, 0, .6, 1) 0ms, border-color .12s cubic-bezier(.4, 0, .6, 1) 0ms, -webkit-transform .12s cubic-bezier(.4, 0, .6, 1) 0ms;
    border-width: 10px;
    border-style: solid;
    border-radius: 50%
}

.mdc-radio__inner-circle,
.mdc-radio__native-control {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.mdc-radio__native-control {
    margin: 0;
    padding: 0;
    opacity: 0;
    cursor: inherit;
    z-index: 1
}

.mdc-radio.mdc-ripple-upgraded--background-focused .mdc-radio__background:before {
    content: none
}

.mdc-radio__native-control:checked+.mdc-radio__background,
.mdc-radio__native-control:disabled+.mdc-radio__background {
    transition: opacity .12s cubic-bezier(0, 0, .2, 1) 0ms, -webkit-transform .12s cubic-bezier(0, 0, .2, 1) 0ms;
    transition: opacity .12s cubic-bezier(0, 0, .2, 1) 0ms, transform .12s cubic-bezier(0, 0, .2, 1) 0ms;
    transition: opacity .12s cubic-bezier(0, 0, .2, 1) 0ms, transform .12s cubic-bezier(0, 0, .2, 1) 0ms, -webkit-transform .12s cubic-bezier(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 .12s cubic-bezier(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: border-color .12s cubic-bezier(0, 0, .2, 1) 0ms, -webkit-transform .12s cubic-bezier(0, 0, .2, 1) 0ms;
    transition: transform .12s cubic-bezier(0, 0, .2, 1) 0ms, border-color .12s cubic-bezier(0, 0, .2, 1) 0ms;
    transition: transform .12s cubic-bezier(0, 0, .2, 1) 0ms, border-color .12s cubic-bezier(0, 0, .2, 1) 0ms, -webkit-transform .12s cubic-bezier(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 {
    -webkit-transform: scale(.5);
    transform: scale(.5);
    transition: border-color .12s cubic-bezier(0, 0, .2, 1) 0ms, -webkit-transform .12s cubic-bezier(0, 0, .2, 1) 0ms;
    transition: transform .12s cubic-bezier(0, 0, .2, 1) 0ms, border-color .12s cubic-bezier(0, 0, .2, 1) 0ms;
    transition: transform .12s cubic-bezier(0, 0, .2, 1) 0ms, border-color .12s cubic-bezier(0, 0, .2, 1) 0ms, -webkit-transform .12s cubic-bezier(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:disabled+.mdc-radio__background .mdc-radio__inner-circle,
.mdc-radio__native-control:disabled+.mdc-radio__background .mdc-radio__outer-circle,
[aria-disabled=true] .mdc-radio__native-control+.mdc-radio__background .mdc-radio__inner-circle,
[aria-disabled=true] .mdc-radio__native-control+.mdc-radio__background .mdc-radio__outer-circle {
    border-color: rgba(60, 64, 67, .26)
}

.mdc-radio__native-control:focus+.mdc-radio__background:before {
    -webkit-transform: scale(2);
    transform: scale(2);
    transition: opacity .12s cubic-bezier(0, 0, .2, 1) 0ms, -webkit-transform .12s cubic-bezier(0, 0, .2, 1) 0ms;
    transition: opacity .12s cubic-bezier(0, 0, .2, 1) 0ms, transform .12s cubic-bezier(0, 0, .2, 1) 0ms;
    transition: opacity .12s cubic-bezier(0, 0, .2, 1) 0ms, transform .12s cubic-bezier(0, 0, .2, 1) 0ms, -webkit-transform .12s cubic-bezier(0, 0, .2, 1) 0ms;
    opacity: .12
}

.mdc-ripple-surface {
    --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);
    will-change: transform, opacity;
    position: relative;
    outline: none;
    overflow: hidden
}

.mdc-ripple-surface:after,
.mdc-ripple-surface:before {
    position: absolute;
    border-radius: 50%;
    opacity: 0;
    pointer-events: none;
    content: ""
}

.mdc-ripple-surface:before {
    transition: opacity 15ms linear, background-color 15ms linear;
    z-index: 1
}

.mdc-ripple-surface.mdc-ripple-upgraded:before {
    -webkit-transform: scale(var(--mdc-ripple-fg-scale, 1));
    transform: scale(var(--mdc-ripple-fg-scale, 1))
}

.mdc-ripple-surface.mdc-ripple-upgraded:after {
    top: 0;
    left: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: center center;
    transform-origin: center center
}

.mdc-ripple-surface.mdc-ripple-upgraded--unbounded:after {
    top: var(--mdc-ripple-top, 0);
    left: var(--mdc-ripple-left, 0)
}

.mdc-ripple-surface.mdc-ripple-upgraded--foreground-activation:after {
    -webkit-animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards;
    animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards
}

.mdc-ripple-surface.mdc-ripple-upgraded--foreground-deactivation:after {
    -webkit-animation: mdc-ripple-fg-opacity-out .15s;
    animation: mdc-ripple-fg-opacity-out .15s;
    -webkit-transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1));
    transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1))
}

.mdc-ripple-surface:after,
.mdc-ripple-surface:before {
    background-color: #3c4043
}

.mdc-ripple-surface:hover:before {
    opacity: .04
}

.mdc-ripple-surface.mdc-ripple-upgraded--background-focused:before,
.mdc-ripple-surface:not(.mdc-ripple-upgraded):focus:before {
    transition-duration: 75ms;
    opacity: .12
}

.mdc-ripple-surface:not(.mdc-ripple-upgraded):after {
    transition: opacity .15s linear
}

.mdc-ripple-surface:not(.mdc-ripple-upgraded):active:after {
    transition-duration: 75ms;
    opacity: .16
}

.mdc-ripple-surface.mdc-ripple-upgraded {
    --mdc-ripple-fg-opacity: 0.16
}

.mdc-ripple-surface:after,
.mdc-ripple-surface:before {
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%
}

.mdc-ripple-surface.mdc-ripple-upgraded:after {
    width: var(--mdc-ripple-fg-size, 100%);
    height: var(--mdc-ripple-fg-size, 100%)
}

.mdc-ripple-surface[data-mdc-ripple-is-unbounded] {
    overflow: visible
}

.mdc-ripple-surface[data-mdc-ripple-is-unbounded]:after,
.mdc-ripple-surface[data-mdc-ripple-is-unbounded]:before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.mdc-ripple-surface[data-mdc-ripple-is-unbounded].mdc-ripple-upgraded:after,
.mdc-ripple-surface[data-mdc-ripple-is-unbounded].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-ripple-surface[data-mdc-ripple-is-unbounded].mdc-ripple-upgraded:after {
    width: var(--mdc-ripple-fg-size, 100%);
    height: var(--mdc-ripple-fg-size, 100%)
}

.mdc-ripple-surface--primary:after,
.mdc-ripple-surface--primary:before {
    background-color: #1a73e8
}

@supports not (-ms-ime-align:auto) {
    .mdc-ripple-surface--primary:after,
    .mdc-ripple-surface--primary:before {
        background-color: var(--mdc-theme-primary, #1a73e8)
    }
}

.mdc-ripple-surface--primary:hover:before {
    opacity: .04
}

.mdc-ripple-surface--primary.mdc-ripple-upgraded--background-focused:before,
.mdc-ripple-surface--primary:not(.mdc-ripple-upgraded):focus:before {
    transition-duration: 75ms;
    opacity: .12
}

.mdc-ripple-surface--primary:not(.mdc-ripple-upgraded):after {
    transition: opacity .15s linear
}

.mdc-ripple-surface--primary:not(.mdc-ripple-upgraded):active:after {
    transition-duration: 75ms;
    opacity: .16
}

.mdc-ripple-surface--primary.mdc-ripple-upgraded {
    --mdc-ripple-fg-opacity: 0.16
}

.mdc-ripple-surface--accent:after,
.mdc-ripple-surface--accent:before {
    background-color: #4285f4
}

@supports not (-ms-ime-align:auto) {
    .mdc-ripple-surface--accent:after,
    .mdc-ripple-surface--accent:before {
        background-color: var(--mdc-theme-secondary, #4285f4)
    }
}

.mdc-ripple-surface--accent:hover:before {
    opacity: .04
}

.mdc-ripple-surface--accent.mdc-ripple-upgraded--background-focused:before,
.mdc-ripple-surface--accent:not(.mdc-ripple-upgraded):focus:before {
    transition-duration: 75ms;
    opacity: .12
}

.mdc-ripple-surface--accent:not(.mdc-ripple-upgraded):after {
    transition: opacity .15s linear
}

.mdc-ripple-surface--accent:not(.mdc-ripple-upgraded):active:after {
    transition-duration: 75ms;
    opacity: .16
}

.mdc-ripple-surface--accent.mdc-ripple-upgraded {
    --mdc-ripple-fg-opacity: 0.16
}

@-webkit-keyframes mdc-select-float-native-control {
    0% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px);
        opacity: 0
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

@keyframes mdc-select-float-native-control {
    0% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px);
        opacity: 0
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

.mdc-select--with-leading-icon:not(.mdc-select--disabled) .mdc-select__icon {
    color: #3c4043;
    color: var(--mdc-theme-on-surface, #3c4043)
}

.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: .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: Roboto, sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-size: .75rem;
    line-height: 1.25rem;
    font-weight: 400;
    letter-spacing: .03333em;
    text-decoration: inherit;
    text-transform: inherit;
    display: block;
    line-height: normal;
    margin: 0;
    transition: opacity .18s cubic-bezier(.4, 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 {
    --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);
    will-change: transform, opacity;
    display: inline-flex;
    position: relative;
    box-sizing: border-box;
    height: 56px;
    overflow: hidden;
    will-change: opacity, transform, color
}

.mdc-select:not(.mdc-select--disabled) {
    background-color: #f7f7f7
}

.mdc-select:after,
.mdc-select:before {
    position: absolute;
    border-radius: 50%;
    opacity: 0;
    pointer-events: none;
    content: ""
}

.mdc-select:before {
    transition: opacity 15ms linear, background-color 15ms linear;
    z-index: 1
}

.mdc-select.mdc-ripple-upgraded:before {
    -webkit-transform: scale(var(--mdc-ripple-fg-scale, 1));
    transform: scale(var(--mdc-ripple-fg-scale, 1))
}

.mdc-select.mdc-ripple-upgraded:after {
    top: 0;
    left: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: center center;
    transform-origin: center center
}

.mdc-select.mdc-ripple-upgraded--unbounded:after {
    top: var(--mdc-ripple-top, 0);
    left: var(--mdc-ripple-left, 0)
}

.mdc-select.mdc-ripple-upgraded--foreground-activation:after {
    -webkit-animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards;
    animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards
}

.mdc-select.mdc-ripple-upgraded--foreground-deactivation:after {
    -webkit-animation: mdc-ripple-fg-opacity-out .15s;
    animation: mdc-ripple-fg-opacity-out .15s;
    -webkit-transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1));
    transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1))
}

.mdc-select:after,
.mdc-select:before {
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%
}

.mdc-select.mdc-ripple-upgraded:after {
    width: var(--mdc-ripple-fg-size, 100%);
    height: var(--mdc-ripple-fg-size, 100%)
}

.mdc-select:after,
.mdc-select:before {
    background-color: rgba(60, 64, 67, .87)
}

.mdc-select:hover:before {
    opacity: .04
}

.mdc-select.mdc-ripple-upgraded--background-focused:before,
.mdc-select:not(.mdc-ripple-upgraded):focus:before {
    transition-duration: 75ms;
    opacity: .12
}

.mdc-select:not(.mdc-select--disabled) .mdc-select__native-control,
.mdc-select:not(.mdc-select--disabled) .mdc-select__selected-text {
    color: rgba(60, 64, 67, .87)
}

.mdc-select:not(.mdc-select--disabled) .mdc-floating-label {
    color: rgba(60, 64, 67, .6)
}

.mdc-select:not(.mdc-select--disabled) .mdc-select__native-control,
.mdc-select:not(.mdc-select--disabled) .mdc-select__selected-text {
    border-bottom-color: rgba(60, 64, 67, .42)
}

.mdc-select:not(.mdc-select--disabled)+.mdc-select-helper-text {
    color: rgba(60, 64, 67, .6)
}

.mdc-select,
.mdc-select__native-control {
    border-radius: 4px 4px 0 0
}

.mdc-select:not(.mdc-select--disabled).mdc-select--focused .mdc-line-ripple {
    background-color: #1a73e8;
    background-color: var(--mdc-theme-primary, #1a73e8)
}

.mdc-select:not(.mdc-select--disabled).mdc-select--focused .mdc-floating-label {
    color: rgba(26, 115, 232, .87)
}

.mdc-select:not(.mdc-select--disabled) .mdc-select__native-control:hover {
    border-bottom-color: rgba(60, 64, 67, .87)
}

.mdc-select .mdc-floating-label--float-above,
.mdc-select form[id^=mktoForm_].mktoForm .hovered-label,
form[id^=mktoForm_].mktoForm .mdc-select .hovered-label {
    -webkit-transform: translateY(-70%) scale(.75);
    transform: translateY(-70%) scale(.75)
}

.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,
.mdc-select.mdc-select--outlined.mdc-select--with-leading-icon form[id^=mktoForm_].mktoForm .hovered-label,
form[id^=mktoForm_].mktoForm .mdc-select.mdc-select--outlined.mdc-select--with-leading-icon .hovered-label {
    left: 36px;
    right: auto
}

.mdc-select.mdc-select--outlined.mdc-select--with-leading-icon .mdc-floating-label--float-above[dir=rtl],
.mdc-select.mdc-select--outlined.mdc-select--with-leading-icon form[id^=mktoForm_].mktoForm .hovered-label[dir=rtl],
[dir=rtl] .mdc-select.mdc-select--outlined.mdc-select--with-leading-icon .mdc-floating-label--float-above,
[dir=rtl] .mdc-select.mdc-select--outlined.mdc-select--with-leading-icon form[id^=mktoForm_].mktoForm .hovered-label,
form[id^=mktoForm_].mktoForm .mdc-select.mdc-select--outlined.mdc-select--with-leading-icon .hovered-label[dir=rtl],
form[id^=mktoForm_].mktoForm [dir=rtl] .mdc-select.mdc-select--outlined.mdc-select--with-leading-icon .hovered-label {
    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='%233C4043' 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: -webkit-transform .15s cubic-bezier(.4, 0, .2, 1);
    transition: transform .15s cubic-bezier(.4, 0, .2, 1);
    transition: transform .15s cubic-bezier(.4, 0, .2, 1), -webkit-transform .15s cubic-bezier(.4, 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='%231A73E8' fill-rule='evenodd' d='M7 10l5 5 5-5z'/%3E%3C/svg%3E") no-repeat 50%;
    -webkit-transform: rotate(180deg) translateY(-5px);
    transform: rotate(180deg) translateY(-5px);
    transition: -webkit-transform .15s cubic-bezier(.4, 0, .2, 1);
    transition: transform .15s cubic-bezier(.4, 0, .2, 1);
    transition: transform .15s cubic-bezier(.4, 0, .2, 1), -webkit-transform .15s cubic-bezier(.4, 0, .2, 1)
}

.mdc-select__native-control {
    padding-top: 20px
}

.mdc-select.mdc-select--focused .mdc-line-ripple:after {
    -webkit-transform: scaleY(2);
    transform: scaleY(2);
    opacity: 1
}

.mdc-select+.mdc-select-helper-text {
    margin-right: 12px;
    margin-left: 12px
}

.mdc-select--outlined+.mdc-select-helper-text {
    margin-right: 16px;
    margin-left: 16px
}

.mdc-select--focused+.mdc-select-helper-text:not(.mdc-select-helper-text--validation-msg) {
    opacity: 1
}

.mdc-select__selected-text {
    min-width: 200px;
    padding-top: 22px
}

.mdc-select__native-control,
.mdc-select__selected-text {
    font-family: Google Sans, Roboto, Arial, sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-size: 1rem;
    line-height: 1.75rem;
    font-weight: 400;
    letter-spacing: .00937em;
    text-decoration: inherit;
    text-transform: inherit;
    box-sizing: border-box;
    width: 100%;
    height: 56px;
    padding: 20px 52px 4px 16px;
    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__native-control[dir=rtl],
.mdc-select__selected-text[dir=rtl],
[dir=rtl] .mdc-select__native-control,
[dir=rtl] .mdc-select__selected-text {
    padding-left: 52px;
    padding-right: 16px
}

.mdc-select__native-control::-ms-expand,
.mdc-select__selected-text::-ms-expand {
    display: none
}

.mdc-select__native-control::-ms-value,
.mdc-select__selected-text::-ms-value {
    background-color: transparent;
    color: inherit
}

@-moz-document url-prefix("") {
    .mdc-select__native-control,
    .mdc-select__selected-text {
        text-indent: -2px
    }
}

.mdc-select--outlined {
    border: none;
    overflow: visible
}

.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(60, 64, 67, .24)
}

.mdc-select--outlined:not(.mdc-select--disabled):not(.mdc-select--focused) .mdc-select__native-control:hover~.mdc-notched-outline .mdc-notched-outline__leading,
.mdc-select--outlined:not(.mdc-select--disabled):not(.mdc-select--focused) .mdc-select__native-control:hover~.mdc-notched-outline .mdc-notched-outline__notch,
.mdc-select--outlined:not(.mdc-select--disabled):not(.mdc-select--focused) .mdc-select__native-control:hover~.mdc-notched-outline .mdc-notched-outline__trailing,
.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(60, 64, 67, .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: #1a73e8;
    border-color: var(--mdc-theme-primary, #1a73e8)
}

.mdc-select--outlined .mdc-floating-label--shake {
    -webkit-animation: mdc-floating-label-shake-float-above-text-field-outlined .25s 1;
    animation: mdc-floating-label-shake-float-above-text-field-outlined .25s 1
}

.mdc-select--outlined .mdc-notched-outline .mdc-notched-outline__leading {
    border-radius: 4px 0 0 4px
}

.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 4px 4px 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: 4px 0 0 4px
}

.mdc-select--outlined .mdc-select__native-control {
    border-radius: 4px
}

.mdc-select--outlined:after,
.mdc-select--outlined:before {
    content: none
}

.mdc-select--outlined:not(.mdc-select--disabled) {
    background-color: transparent
}

.mdc-select--outlined .mdc-floating-label--float-above,
.mdc-select--outlined form[id^=mktoForm_].mktoForm .hovered-label,
form[id^=mktoForm_].mktoForm .mdc-select--outlined .hovered-label {
    -webkit-transform: translateY(-144%) scale(1);
    transform: translateY(-144%) scale(1);
    font-size: .75rem
}

.mdc-select--outlined.mdc-notched-outline--upgraded .mdc-floating-label--float-above,
.mdc-select--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above,
.mdc-select--outlined.mdc-notched-outline--upgraded form[id^=mktoForm_].mktoForm .hovered-label,
.mdc-select--outlined .mdc-notched-outline--upgraded form[id^=mktoForm_].mktoForm .hovered-label,
form[id^=mktoForm_].mktoForm .mdc-select--outlined.mdc-notched-outline--upgraded .hovered-label,
form[id^=mktoForm_].mktoForm .mdc-select--outlined .mdc-notched-outline--upgraded .hovered-label {
    -webkit-transform: translateY(-130%) scale(.75);
    transform: translateY(-130%) scale(.75);
    font-size: 1rem
}

.mdc-select--outlined .mdc-select__native-control,
.mdc-select--outlined .mdc-select__selected-text {
    display: flex;
    padding: 12px 52px 12px 16px;
    border: none;
    background-color: transparent;
    z-index: 1
}

.mdc-select--outlined .mdc-select__native-control[dir=rtl],
.mdc-select--outlined .mdc-select__selected-text[dir=rtl],
[dir=rtl] .mdc-select--outlined .mdc-select__native-control,
[dir=rtl] .mdc-select--outlined .mdc-select__selected-text {
    padding-left: 52px;
    padding-right: 16px
}

.mdc-select--outlined .mdc-select__selected-text {
    padding-top: 14px
}

.mdc-select--outlined .mdc-select__icon {
    z-index: 2
}

.mdc-select--outlined .mdc-floating-label {
    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__native-control,
.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-helper-text--validation-msg {
    color: #b00020;
    color: var(--mdc-theme-error, #b00020)
}

.mdc-select--invalid:not(.mdc-select--disabled) .mdc-select__native-control: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__native-control:hover~.mdc-notched-outline .mdc-notched-outline__leading,
.mdc-select--invalid.mdc-select--outlined:not(.mdc-select--disabled):not(.mdc-select--focused) .mdc-select__native-control:hover~.mdc-notched-outline .mdc-notched-outline__notch,
.mdc-select--invalid.mdc-select--outlined:not(.mdc-select--disabled):not(.mdc-select--focused) .mdc-select__native-control:hover~.mdc-notched-outline .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 {
    background-color: #fbfbfb;
    cursor: default;
    pointer-events: none
}

.mdc-select--disabled .mdc-floating-label {
    color: rgba(60, 64, 67, .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='%233C4043' 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(60, 64, 67, .37)
}

.mdc-select--disabled .mdc-select__native-control,
.mdc-select--disabled .mdc-select__selected-text {
    color: rgba(60, 64, 67, .37);
    border-bottom-style: dotted
}

.mdc-select--disabled .mdc-select__selected-text {
    pointer-events: none
}

.mdc-select--disabled.mdc-select--outlined {
    background-color: transparent
}

.mdc-select--disabled.mdc-select--outlined .mdc-select__native-control,
.mdc-select--disabled.mdc-select--outlined .mdc-select__selected-text {
    border-bottom-style: none
}

.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(60, 64, 67, .16)
}

.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__native-control,
.mdc-select--with-leading-icon .mdc-select__selected-text {
    padding-left: 48px;
    padding-right: 32px
}

.mdc-select--with-leading-icon .mdc-select__native-control[dir=rtl],
.mdc-select--with-leading-icon .mdc-select__selected-text[dir=rtl],
[dir=rtl] .mdc-select--with-leading-icon .mdc-select__native-control,
[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,
.mdc-select--with-leading-icon.mdc-select--outlined form[id^=mktoForm_].mktoForm .hovered-label,
form[id^=mktoForm_].mktoForm .mdc-select--with-leading-icon.mdc-select--outlined .hovered-label {
    -webkit-transform: translateY(-144%) translateX(-32px) scale(1);
    transform: translateY(-144%) translateX(-32px) scale(1)
}

.mdc-select--with-leading-icon.mdc-select--outlined .mdc-floating-label--float-above[dir=rtl],
.mdc-select--with-leading-icon.mdc-select--outlined form[id^=mktoForm_].mktoForm .hovered-label[dir=rtl],
[dir=rtl] .mdc-select--with-leading-icon.mdc-select--outlined .mdc-floating-label--float-above,
[dir=rtl] .mdc-select--with-leading-icon.mdc-select--outlined form[id^=mktoForm_].mktoForm .hovered-label,
form[id^=mktoForm_].mktoForm .mdc-select--with-leading-icon.mdc-select--outlined .hovered-label[dir=rtl],
form[id^=mktoForm_].mktoForm [dir=rtl] .mdc-select--with-leading-icon.mdc-select--outlined .hovered-label {
    -webkit-transform: translateY(-144%) translateX(32px) scale(1);
    transform: translateY(-144%) translateX(32px) scale(1)
}

.mdc-select--with-leading-icon.mdc-select--outlined .mdc-floating-label--float-above,
.mdc-select--with-leading-icon.mdc-select--outlined form[id^=mktoForm_].mktoForm .hovered-label,
form[id^=mktoForm_].mktoForm .mdc-select--with-leading-icon.mdc-select--outlined .hovered-label {
    font-size: .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,
.mdc-select--with-leading-icon.mdc-select--outlined.mdc-notched-outline--upgraded form[id^=mktoForm_].mktoForm .hovered-label,
.mdc-select--with-leading-icon.mdc-select--outlined .mdc-notched-outline--upgraded form[id^=mktoForm_].mktoForm .hovered-label,
form[id^=mktoForm_].mktoForm .mdc-select--with-leading-icon.mdc-select--outlined.mdc-notched-outline--upgraded .hovered-label,
form[id^=mktoForm_].mktoForm .mdc-select--with-leading-icon.mdc-select--outlined .mdc-notched-outline--upgraded .hovered-label {
    -webkit-transform: translateY(-130%) translateX(-32px) scale(.75);
    transform: translateY(-130%) translateX(-32px) scale(.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],
.mdc-select--with-leading-icon.mdc-select--outlined.mdc-notched-outline--upgraded form[id^=mktoForm_].mktoForm .hovered-label[dir=rtl],
.mdc-select--with-leading-icon.mdc-select--outlined .mdc-notched-outline--upgraded form[id^=mktoForm_].mktoForm .hovered-label[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,
[dir=rtl] .mdc-select--with-leading-icon.mdc-select--outlined.mdc-notched-outline--upgraded form[id^=mktoForm_].mktoForm .hovered-label,
[dir=rtl] .mdc-select--with-leading-icon.mdc-select--outlined .mdc-notched-outline--upgraded form[id^=mktoForm_].mktoForm .hovered-label,
form[id^=mktoForm_].mktoForm .mdc-select--with-leading-icon.mdc-select--outlined.mdc-notched-outline--upgraded .hovered-label[dir=rtl],
form[id^=mktoForm_].mktoForm .mdc-select--with-leading-icon.mdc-select--outlined .mdc-notched-outline--upgraded .hovered-label[dir=rtl],
form[id^=mktoForm_].mktoForm [dir=rtl] .mdc-select--with-leading-icon.mdc-select--outlined.mdc-notched-outline--upgraded .hovered-label,
form[id^=mktoForm_].mktoForm [dir=rtl] .mdc-select--with-leading-icon.mdc-select--outlined .mdc-notched-outline--upgraded .hovered-label {
    -webkit-transform: translateY(-130%) translateX(32px) scale(.75);
    transform: translateY(-130%) translateX(32px) scale(.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,
.mdc-select--with-leading-icon.mdc-select--outlined.mdc-notched-outline--upgraded form[id^=mktoForm_].mktoForm .hovered-label,
.mdc-select--with-leading-icon.mdc-select--outlined .mdc-notched-outline--upgraded form[id^=mktoForm_].mktoForm .hovered-label,
form[id^=mktoForm_].mktoForm .mdc-select--with-leading-icon.mdc-select--outlined.mdc-notched-outline--upgraded .hovered-label,
form[id^=mktoForm_].mktoForm .mdc-select--with-leading-icon.mdc-select--outlined .mdc-notched-outline--upgraded .hovered-label {
    font-size: 1rem
}

.mdc-select--with-leading-icon.mdc-select--outlined .mdc-floating-label--shake {
    -webkit-animation: mdc-floating-label-shake-float-above-select-outlined-leading-icon .25s 1;
    animation: mdc-floating-label-shake-float-above-select-outlined-leading-icon .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 {
    -webkit-animation: mdc-floating-label-shake-float-above-select-outlined-leading-icon-rtl .25s 1;
    animation: mdc-floating-label-shake-float-above-select-outlined-leading-icon-rtl .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: #3c4043;
    color: var(--mdc-theme-on-surface, #3c4043)
}

.mdc-select__menu .mdc-list .mdc-list-item--selected:after,
.mdc-select__menu .mdc-list .mdc-list-item--selected:before {
    background-color: #3c4043
}

@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, #3c4043)
    }
}

.mdc-select__menu .mdc-list .mdc-list-item--selected:hover:before {
    opacity: .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: .12
}

.mdc-select__menu .mdc-list .mdc-list-item--selected:not(.mdc-ripple-upgraded):after {
    transition: opacity .15s linear
}

.mdc-select__menu .mdc-list .mdc-list-item--selected:not(.mdc-ripple-upgraded):active:after {
    transition-duration: 75ms;
    opacity: .16
}

.mdc-select__menu .mdc-list .mdc-list-item--selected.mdc-ripple-upgraded {
    --mdc-ripple-fg-opacity: 0.16
}

@-webkit-keyframes mdc-floating-label-shake-float-above-select-outlined-leading-icon {
    0% {
        -webkit-transform: translateX(-32px) translateY(-130%) scale(.75);
        transform: translateX(-32px) translateY(-130%) scale(.75)
    }
    33% {
        -webkit-animation-timing-function: cubic-bezier(.5, 0, .70173, .49582);
        animation-timing-function: cubic-bezier(.5, 0, .70173, .49582);
        -webkit-transform: translateX(calc(4% - 32px)) translateY(-130%) scale(.75);
        transform: translateX(calc(4% - 32px)) translateY(-130%) scale(.75)
    }
    66% {
        -webkit-animation-timing-function: cubic-bezier(.30244, .38135, .55, .95635);
        animation-timing-function: cubic-bezier(.30244, .38135, .55, .95635);
        -webkit-transform: translateX(calc(-4% - 32px)) translateY(-130%) scale(.75);
        transform: translateX(calc(-4% - 32px)) translateY(-130%) scale(.75)
    }
    to {
        -webkit-transform: translateX(-32px) translateY(-130%) scale(.75);
        transform: translateX(-32px) translateY(-130%) scale(.75)
    }
}

@keyframes mdc-floating-label-shake-float-above-select-outlined-leading-icon {
    0% {
        -webkit-transform: translateX(-32px) translateY(-130%) scale(.75);
        transform: translateX(-32px) translateY(-130%) scale(.75)
    }
    33% {
        -webkit-animation-timing-function: cubic-bezier(.5, 0, .70173, .49582);
        animation-timing-function: cubic-bezier(.5, 0, .70173, .49582);
        -webkit-transform: translateX(calc(4% - 32px)) translateY(-130%) scale(.75);
        transform: translateX(calc(4% - 32px)) translateY(-130%) scale(.75)
    }
    66% {
        -webkit-animation-timing-function: cubic-bezier(.30244, .38135, .55, .95635);
        animation-timing-function: cubic-bezier(.30244, .38135, .55, .95635);
        -webkit-transform: translateX(calc(-4% - 32px)) translateY(-130%) scale(.75);
        transform: translateX(calc(-4% - 32px)) translateY(-130%) scale(.75)
    }
    to {
        -webkit-transform: translateX(-32px) translateY(-130%) scale(.75);
        transform: translateX(-32px) translateY(-130%) scale(.75)
    }
}

@-webkit-keyframes mdc-floating-label-shake-float-above-select-outlined-leading-icon-rtl {
    0% {
        -webkit-transform: translateX(32px) translateY(-130%) scale(.75);
        transform: translateX(32px) translateY(-130%) scale(.75)
    }
    33% {
        -webkit-animation-timing-function: cubic-bezier(.5, 0, .70173, .49582);
        animation-timing-function: cubic-bezier(.5, 0, .70173, .49582);
        -webkit-transform: translateX(calc(4% - -32px)) translateY(-130%) scale(.75);
        transform: translateX(calc(4% - -32px)) translateY(-130%) scale(.75)
    }
    66% {
        -webkit-animation-timing-function: cubic-bezier(.30244, .38135, .55, .95635);
        animation-timing-function: cubic-bezier(.30244, .38135, .55, .95635);
        -webkit-transform: translateX(calc(-4% - -32px)) translateY(-130%) scale(.75);
        transform: translateX(calc(-4% - -32px)) translateY(-130%) scale(.75)
    }
    to {
        -webkit-transform: translateX(32px) translateY(-130%) scale(.75);
        transform: translateX(32px) translateY(-130%) scale(.75)
    }
}

@keyframes mdc-floating-label-shake-float-above-select-outlined-leading-icon-rtl {
    0% {
        -webkit-transform: translateX(32px) translateY(-130%) scale(.75);
        transform: translateX(32px) translateY(-130%) scale(.75)
    }
    33% {
        -webkit-animation-timing-function: cubic-bezier(.5, 0, .70173, .49582);
        animation-timing-function: cubic-bezier(.5, 0, .70173, .49582);
        -webkit-transform: translateX(calc(4% - -32px)) translateY(-130%) scale(.75);
        transform: translateX(calc(4% - -32px)) translateY(-130%) scale(.75)
    }
    66% {
        -webkit-animation-timing-function: cubic-bezier(.30244, .38135, .55, .95635);
        animation-timing-function: cubic-bezier(.30244, .38135, .55, .95635);
        -webkit-transform: translateX(calc(-4% - -32px)) translateY(-130%) scale(.75);
        transform: translateX(calc(-4% - -32px)) translateY(-130%) scale(.75)
    }
    to {
        -webkit-transform: translateX(32px) translateY(-130%) scale(.75);
        transform: translateX(32px) translateY(-130%) scale(.75)
    }
}

@-webkit-keyframes mdc-slider-emphasize {
    0% {
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    50% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        -webkit-transform: scale(.85);
        transform: scale(.85)
    }
    to {
        -webkit-transform: scale(.571);
        transform: scale(.571)
    }
}

@keyframes mdc-slider-emphasize {
    0% {
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    50% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        -webkit-transform: scale(.85);
        transform: scale(.85)
    }
    to {
        -webkit-transform: scale(.571);
        transform: scale(.571)
    }
}

.mdc-slider {
    position: relative;
    width: 100%;
    height: 48px;
    cursor: pointer;
    touch-action: pan-x;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.mdc-slider:not(.mdc-slider--disabled) .mdc-slider__track {
    background-color: #4285f4;
    background-color: var(--mdc-theme-secondary, #4285f4)
}

.mdc-slider:not(.mdc-slider--disabled) .mdc-slider__track-container {
    background-color: rgba(66, 133, 244, .26)
}

.mdc-slider:not(.mdc-slider--disabled) .mdc-slider__track-marker-container:after,
.mdc-slider:not(.mdc-slider--disabled) .mdc-slider__track-marker:after {
    background-color: #4285f4;
    background-color: var(--mdc-theme-secondary, #4285f4)
}

.mdc-slider:not(.mdc-slider--disabled) .mdc-slider__thumb {
    fill: #4285f4;
    fill: var(--mdc-theme-secondary, #4285f4);
    stroke: #4285f4;
    stroke: var(--mdc-theme-secondary, #4285f4)
}

.mdc-slider:not(.mdc-slider--disabled) .mdc-slider__focus-ring,
.mdc-slider:not(.mdc-slider--disabled) .mdc-slider__pin {
    background-color: #4285f4;
    background-color: var(--mdc-theme-secondary, #4285f4)
}

.mdc-slider:not(.mdc-slider--disabled) .mdc-slider__pin {
    color: #fff;
    color: var(--mdc-theme-text-primary-on-dark, #fff)
}

.mdc-slider--disabled {
    cursor: auto
}

.mdc-slider--disabled .mdc-slider__track {
    background-color: #9a9a9a
}

.mdc-slider--disabled .mdc-slider__track-container {
    background-color: hsla(0, 0%, 60.4%, .26)
}

.mdc-slider--disabled .mdc-slider__track-marker-container:after,
.mdc-slider--disabled .mdc-slider__track-marker:after {
    background-color: #9a9a9a
}

.mdc-slider--disabled .mdc-slider__thumb {
    fill: #9a9a9a;
    stroke: #9a9a9a;
    stroke: #fff;
    stroke: var(--mdc-slider-bg-color-behind-component, #fff)
}

.mdc-slider:focus {
    outline: none
}

.mdc-slider__track-container {
    position: absolute;
    top: 50%;
    width: 100%;
    height: 2px;
    overflow: hidden
}

.mdc-slider__track {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-transform-origin: left top;
    transform-origin: left top;
    will-change: transform
}

.mdc-slider[dir=rtl] .mdc-slider__track,
[dir=rtl] .mdc-slider .mdc-slider__track {
    -webkit-transform-origin: right top;
    transform-origin: right top
}

.mdc-slider__track-marker-container {
    display: flex;
    margin-right: 0;
    margin-left: -1px;
    visibility: hidden
}

.mdc-slider[dir=rtl] .mdc-slider__track-marker-container,
[dir=rtl] .mdc-slider .mdc-slider__track-marker-container {
    margin-right: -1px;
    margin-left: 0
}

.mdc-slider__track-marker-container:after {
    display: block;
    width: 2px;
    height: 2px;
    content: ""
}

.mdc-slider__track-marker {
    flex: 1
}

.mdc-slider__track-marker:after {
    display: block;
    width: 2px;
    height: 2px;
    content: ""
}

.mdc-slider__track-marker:first-child:after {
    width: 3px
}

.mdc-slider__thumb-container {
    position: absolute;
    top: 15px;
    left: 0;
    width: 21px;
    height: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    will-change: transform
}

.mdc-slider__thumb {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: scale(.571);
    transform: scale(.571);
    transition: fill .1s ease-out, stroke .1s ease-out, -webkit-transform .1s ease-out;
    transition: transform .1s ease-out, fill .1s ease-out, stroke .1s ease-out;
    transition: transform .1s ease-out, fill .1s ease-out, stroke .1s ease-out, -webkit-transform .1s ease-out;
    stroke-width: 3.5
}

.mdc-slider__focus-ring {
    width: 21px;
    height: 21px;
    transition: opacity .26667s ease-out, background-color .26667s ease-out, -webkit-transform .26667s ease-out;
    transition: transform .26667s ease-out, opacity .26667s ease-out, background-color .26667s ease-out;
    transition: transform .26667s ease-out, opacity .26667s ease-out, background-color .26667s ease-out, -webkit-transform .26667s ease-out;
    border-radius: 50%;
    opacity: 0
}

.mdc-slider__pin {
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    margin-top: -2px;
    margin-left: -2px;
    -webkit-transform: rotate(-45deg) scale(0) translate(0);
    transform: rotate(-45deg) scale(0) translate(0);
    transition: -webkit-transform .1s ease-out;
    transition: transform .1s ease-out;
    transition: transform .1s ease-out, -webkit-transform .1s ease-out;
    border-radius: 50% 50% 50% 0;
    z-index: 1
}

.mdc-slider__pin-value-marker {
    font-family: Roboto, sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-size: .875rem;
    line-height: 1.25rem;
    font-weight: 400;
    letter-spacing: .01786em;
    text-decoration: inherit;
    text-transform: inherit;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.mdc-slider--active .mdc-slider__thumb {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}

.mdc-slider--focus .mdc-slider__thumb {
    -webkit-animation: mdc-slider-emphasize .26667s linear;
    animation: mdc-slider-emphasize .26667s linear
}

.mdc-slider--focus .mdc-slider__focus-ring {
    -webkit-transform: scale3d(1.55, 1.55, 1.55);
    transform: scale3d(1.55, 1.55, 1.55);
    opacity: .25
}

.mdc-slider--in-transit .mdc-slider__thumb {
    transition-delay: .14s
}

.mdc-slider--in-transit .mdc-slider__thumb-container,
.mdc-slider--in-transit .mdc-slider__track,
.mdc-slider:focus:not(.mdc-slider--active) .mdc-slider__thumb-container,
.mdc-slider:focus:not(.mdc-slider--active) .mdc-slider__track {
    transition: -webkit-transform 80ms ease;
    transition: transform 80ms ease;
    transition: transform 80ms ease, -webkit-transform 80ms ease
}

.mdc-slider--discrete.mdc-slider--active .mdc-slider__thumb {
    -webkit-transform: scale(.57143);
    transform: scale(.57143)
}

.mdc-slider--discrete.mdc-slider--active .mdc-slider__pin {
    -webkit-transform: rotate(-45deg) scale(1) translate(19px, -20px);
    transform: rotate(-45deg) scale(1) translate(19px, -20px)
}

.mdc-slider--discrete.mdc-slider--focus .mdc-slider__thumb {
    -webkit-animation: none;
    animation: none
}

.mdc-slider--discrete.mdc-slider--display-markers .mdc-slider__track-marker-container {
    visibility: visible
}

.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: #636669
}

.mdc-snackbar__label {
    color: hsla(0, 0%, 100%, .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, .2), 0 6px 10px 0 rgba(0, 0, 0, .14), 0 1px 18px 0 rgba(0, 0, 0, .12);
    border-radius: 4px
}

.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;
    -webkit-transform: scale(.8);
    transform: scale(.8);
    opacity: 0
}

.mdc-snackbar--open .mdc-snackbar__surface {
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: opacity .15s cubic-bezier(0, 0, .2, 1) 0ms, -webkit-transform .15s cubic-bezier(0, 0, .2, 1) 0ms;
    transition: opacity .15s cubic-bezier(0, 0, .2, 1) 0ms, transform .15s cubic-bezier(0, 0, .2, 1) 0ms;
    transition: opacity .15s cubic-bezier(0, 0, .2, 1) 0ms, transform .15s cubic-bezier(0, 0, .2, 1) 0ms, -webkit-transform .15s cubic-bezier(0, 0, .2, 1) 0ms;
    opacity: 1;
    pointer-events: auto
}

.mdc-snackbar--closing .mdc-snackbar__surface {
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: opacity 75ms cubic-bezier(.4, 0, 1, 1) 0ms
}

.mdc-snackbar__label {
    font-family: Roboto, sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-size: .875rem;
    line-height: 1.25rem;
    font-weight: 400;
    letter-spacing: .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: .08
}

.mdc-snackbar__action.mdc-ripple-upgraded--background-focused:before,
.mdc-snackbar__action:not(.mdc-ripple-upgraded):focus:before {
    transition-duration: 75ms;
    opacity: .24
}

.mdc-snackbar__action:not(.mdc-ripple-upgraded):after {
    transition: opacity .15s linear
}

.mdc-snackbar__action:not(.mdc-ripple-upgraded):active:after {
    transition-duration: 75ms;
    opacity: .32
}

.mdc-snackbar__action.mdc-ripple-upgraded {
    --mdc-ripple-fg-opacity: 0.32
}

.mdc-snackbar__dismiss {
    color: hsla(0, 0%, 100%, .87)
}

.mdc-snackbar__dismiss:after,
.mdc-snackbar__dismiss:before {
    background-color: hsla(0, 0%, 100%, .87)
}

.mdc-snackbar__dismiss:hover:before {
    opacity: .08
}

.mdc-snackbar__dismiss.mdc-ripple-upgraded--background-focused:before,
.mdc-snackbar__dismiss:not(.mdc-ripple-upgraded):focus:before {
    transition-duration: 75ms;
    opacity: .24
}

.mdc-snackbar__dismiss:not(.mdc-ripple-upgraded):after {
    transition: opacity .15s linear
}

.mdc-snackbar__dismiss:not(.mdc-ripple-upgraded):active:after {
    transition-duration: 75ms;
    opacity: .32
}

.mdc-snackbar__dismiss.mdc-ripple-upgraded {
    --mdc-ripple-fg-opacity: 0.32
}

.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-switch {
    display: inline-block;
    position: relative;
    outline: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.mdc-switch.mdc-switch--checked .mdc-switch__thumb,
.mdc-switch.mdc-switch--checked .mdc-switch__track {
    background-color: #4285f4;
    background-color: var(--mdc-theme-secondary, #4285f4);
    border-color: #4285f4;
    border-color: var(--mdc-theme-secondary, #4285f4)
}

.mdc-switch:not(.mdc-switch--checked) .mdc-switch__track {
    background-color: #3c4043;
    border-color: #3c4043
}

.mdc-switch:not(.mdc-switch--checked) .mdc-switch__thumb {
    background-color: #fff;
    border-color: #fff
}

.mdc-switch:not(.mdc-switch--checked) .mdc-switch__thumb-underlay:after,
.mdc-switch:not(.mdc-switch--checked) .mdc-switch__thumb-underlay:before {
    background-color: #9e9e9e
}

.mdc-switch:not(.mdc-switch--checked) .mdc-switch__thumb-underlay:hover:before {
    opacity: .08
}

.mdc-switch:not(.mdc-switch--checked) .mdc-switch__thumb-underlay.mdc-ripple-upgraded--background-focused:before,
.mdc-switch:not(.mdc-switch--checked) .mdc-switch__thumb-underlay:not(.mdc-ripple-upgraded):focus:before {
    transition-duration: 75ms;
    opacity: .24
}

.mdc-switch:not(.mdc-switch--checked) .mdc-switch__thumb-underlay:not(.mdc-ripple-upgraded):after {
    transition: opacity .15s linear
}

.mdc-switch:not(.mdc-switch--checked) .mdc-switch__thumb-underlay:not(.mdc-ripple-upgraded):active:after {
    transition-duration: 75ms;
    opacity: .32
}

.mdc-switch:not(.mdc-switch--checked) .mdc-switch__thumb-underlay.mdc-ripple-upgraded {
    --mdc-ripple-fg-opacity: 0.32
}

.mdc-switch__native-control {
    left: 0;
    right: auto;
    position: absolute;
    top: 0;
    width: 68px;
    height: 48px;
    margin: 0;
    opacity: 0;
    cursor: pointer;
    pointer-events: auto
}

.mdc-switch__native-control[dir=rtl],
[dir=rtl] .mdc-switch__native-control {
    left: auto;
    right: 0
}

.mdc-switch__track {
    box-sizing: border-box;
    width: 32px;
    height: 14px;
    transition: opacity 90ms cubic-bezier(.4, 0, .2, 1), background-color 90ms cubic-bezier(.4, 0, .2, 1), border-color 90ms cubic-bezier(.4, 0, .2, 1);
    border: 1px solid;
    border-radius: 7px;
    opacity: .38
}

.mdc-switch__thumb-underlay {
    left: -18px;
    right: auto;
    --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);
    will-change: transform, opacity;
    display: flex;
    position: absolute;
    top: -17px;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    transition: background-color 90ms cubic-bezier(.4, 0, .2, 1), border-color 90ms cubic-bezier(.4, 0, .2, 1), -webkit-transform 90ms cubic-bezier(.4, 0, .2, 1);
    transition: transform 90ms cubic-bezier(.4, 0, .2, 1), background-color 90ms cubic-bezier(.4, 0, .2, 1), border-color 90ms cubic-bezier(.4, 0, .2, 1);
    transition: transform 90ms cubic-bezier(.4, 0, .2, 1), background-color 90ms cubic-bezier(.4, 0, .2, 1), border-color 90ms cubic-bezier(.4, 0, .2, 1), -webkit-transform 90ms cubic-bezier(.4, 0, .2, 1)
}

.mdc-switch__thumb-underlay[dir=rtl],
[dir=rtl] .mdc-switch__thumb-underlay {
    left: auto;
    right: -18px
}

.mdc-switch__thumb-underlay:after,
.mdc-switch__thumb-underlay:before {
    position: absolute;
    border-radius: 50%;
    opacity: 0;
    pointer-events: none;
    content: ""
}

.mdc-switch__thumb-underlay:before {
    transition: opacity 15ms linear, background-color 15ms linear;
    z-index: 1
}

.mdc-switch__thumb-underlay.mdc-ripple-upgraded:before {
    -webkit-transform: scale(var(--mdc-ripple-fg-scale, 1));
    transform: scale(var(--mdc-ripple-fg-scale, 1))
}

.mdc-switch__thumb-underlay.mdc-ripple-upgraded:after {
    top: 0;
    left: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: center center;
    transform-origin: center center
}

.mdc-switch__thumb-underlay.mdc-ripple-upgraded--unbounded:after {
    top: var(--mdc-ripple-top, 0);
    left: var(--mdc-ripple-left, 0)
}

.mdc-switch__thumb-underlay.mdc-ripple-upgraded--foreground-activation:after {
    -webkit-animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards;
    animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards
}

.mdc-switch__thumb-underlay.mdc-ripple-upgraded--foreground-deactivation:after {
    -webkit-animation: mdc-ripple-fg-opacity-out .15s;
    animation: mdc-ripple-fg-opacity-out .15s;
    -webkit-transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1));
    transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1))
}

.mdc-switch__thumb-underlay:after,
.mdc-switch__thumb-underlay:before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.mdc-switch__thumb-underlay.mdc-ripple-upgraded:after,
.mdc-switch__thumb-underlay.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-switch__thumb-underlay.mdc-ripple-upgraded:after {
    width: var(--mdc-ripple-fg-size, 100%);
    height: var(--mdc-ripple-fg-size, 100%)
}

.mdc-switch__thumb-underlay:after,
.mdc-switch__thumb-underlay:before {
    background-color: #4285f4
}

@supports not (-ms-ime-align:auto) {
    .mdc-switch__thumb-underlay:after,
    .mdc-switch__thumb-underlay:before {
        background-color: var(--mdc-theme-secondary, #4285f4)
    }
}

.mdc-switch__thumb-underlay:hover:before {
    opacity: .04
}

.mdc-switch__thumb-underlay.mdc-ripple-upgraded--background-focused:before,
.mdc-switch__thumb-underlay:not(.mdc-ripple-upgraded):focus:before {
    transition-duration: 75ms;
    opacity: .12
}

.mdc-switch__thumb-underlay:not(.mdc-ripple-upgraded):after {
    transition: opacity .15s linear
}

.mdc-switch__thumb-underlay:not(.mdc-ripple-upgraded):active:after {
    transition-duration: 75ms;
    opacity: .16
}

.mdc-switch__thumb-underlay.mdc-ripple-upgraded {
    --mdc-ripple-fg-opacity: 0.16
}

.mdc-switch__thumb {
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12);
    box-sizing: border-box;
    width: 20px;
    height: 20px;
    border: 10px solid;
    border-radius: 50%;
    pointer-events: none;
    z-index: 1
}

.mdc-switch--checked .mdc-switch__track {
    opacity: .54
}

.mdc-switch--checked .mdc-switch__thumb-underlay {
    -webkit-transform: translateX(20px);
    transform: translateX(20px)
}

.mdc-switch--checked .mdc-switch__native-control,
.mdc-switch--checked .mdc-switch__thumb-underlay[dir=rtl],
[dir=rtl] .mdc-switch--checked .mdc-switch__thumb-underlay {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px)
}

.mdc-switch--checked .mdc-switch__native-control[dir=rtl],
[dir=rtl] .mdc-switch--checked .mdc-switch__native-control {
    -webkit-transform: translateX(20px);
    transform: translateX(20px)
}

.mdc-switch--disabled {
    opacity: .38;
    pointer-events: none
}

.mdc-switch--disabled .mdc-switch__thumb {
    border-width: 1px
}

.mdc-switch--disabled .mdc-switch__native-control {
    cursor: default;
    pointer-events: none
}

.mdc-text-field-helper-text {
    font-family: Roboto, sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-size: .75rem;
    line-height: 1.25rem;
    font-weight: 400;
    letter-spacing: .03333em;
    text-decoration: inherit;
    text-transform: inherit;
    display: block;
    line-height: normal;
    margin: 0;
    transition: opacity .18s cubic-bezier(.4, 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-text-field--with-leading-icon .mdc-text-field__icon,
.mdc-text-field--with-trailing-icon .mdc-text-field__icon {
    position: absolute;
    bottom: 16px;
    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);
    will-change: transform, opacity;
    border-radius: 4px 4px 0 0;
    display: inline-flex;
    position: relative;
    box-sizing: border-box;
    height: 56px;
    overflow: hidden;
    will-change: opacity, transform, color
}

.mdc-text-field:after,
.mdc-text-field:before {
    position: absolute;
    border-radius: 50%;
    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 {
    -webkit-transform: scale(var(--mdc-ripple-fg-scale, 1));
    transform: scale(var(--mdc-ripple-fg-scale, 1))
}

.mdc-text-field.mdc-ripple-upgraded:after {
    top: 0;
    left: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: center center;
    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 {
    -webkit-animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards;
    animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards
}

.mdc-text-field.mdc-ripple-upgraded--foreground-deactivation:after {
    -webkit-animation: mdc-ripple-fg-opacity-out .15s;
    animation: mdc-ripple-fg-opacity-out .15s;
    -webkit-transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1));
    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(60, 64, 67, .87)
}

.mdc-text-field:hover:before {
    opacity: .04
}

.mdc-text-field.mdc-ripple-upgraded--background-focused:before,
.mdc-text-field:not(.mdc-ripple-upgraded):focus:before {
    transition-duration: 75ms;
    opacity: .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(60, 64, 67, .6)
}

.mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input::-webkit-input-placeholder {
    color: rgba(60, 64, 67, .6)
}

.mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input:-ms-input-placeholder {
    color: rgba(60, 64, 67, .6)
}

.mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input::-ms-input-placeholder {
    color: rgba(60, 64, 67, .6)
}

.mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input::placeholder {
    color: rgba(60, 64, 67, .6)
}

.mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input {
    color: rgba(60, 64, 67, .87)
}

.mdc-text-field .mdc-text-field__input {
    caret-color: #1a73e8;
    caret-color: var(--mdc-theme-primary, #1a73e8)
}

.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(60, 64, 67, .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(60, 64, 67, .87)
}

.mdc-text-field .mdc-line-ripple {
    background-color: #1a73e8;
    background-color: var(--mdc-theme-primary, #1a73e8)
}

.mdc-text-field:not(.mdc-text-field--disabled):not(.mdc-text-field--textarea) {
    border-bottom-color: rgba(60, 64, 67, .12)
}

.mdc-text-field:not(.mdc-text-field--disabled)+.mdc-text-field-helper-text {
    color: rgba(60, 64, 67, .6)
}

.mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__icon {
    color: rgba(60, 64, 67, .54)
}

.mdc-text-field:not(.mdc-text-field--disabled) {
    background-color: #f7f7f7
}

.mdc-text-field .mdc-floating-label {
    left: 16px;
    right: auto;
    top: 18px;
    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--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;
    top: 17px
}

.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,
.mdc-text-field--outlined--with-leading-icon form[id^=mktoForm_].mktoForm .hovered-label,
form[id^=mktoForm_].mktoForm .mdc-text-field--outlined--with-leading-icon .hovered-label {
    left: 40px;
    right: auto
}

.mdc-text-field--outlined--with-leading-icon .mdc-floating-label--float-above[dir=rtl],
.mdc-text-field--outlined--with-leading-icon form[id^=mktoForm_].mktoForm .hovered-label[dir=rtl],
[dir=rtl] .mdc-text-field--outlined--with-leading-icon .mdc-floating-label--float-above,
[dir=rtl] .mdc-text-field--outlined--with-leading-icon form[id^=mktoForm_].mktoForm .hovered-label,
form[id^=mktoForm_].mktoForm .mdc-text-field--outlined--with-leading-icon .hovered-label[dir=rtl],
form[id^=mktoForm_].mktoForm [dir=rtl] .mdc-text-field--outlined--with-leading-icon .hovered-label {
    left: auto;
    right: 40px
}

.mdc-text-field__input {
    font-family: Google Sans, Roboto, Arial, sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-size: 1rem;
    line-height: 1.75rem;
    font-weight: 400;
    letter-spacing: .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 .18s cubic-bezier(.4, 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: color .18s cubic-bezier(.4, 0, .2, 1);
    opacity: 1
}

.mdc-text-field__input:-ms-input-placeholder {
    transition: color .18s cubic-bezier(.4, 0, .2, 1);
    opacity: 1
}

.mdc-text-field__input::-ms-input-placeholder {
    transition: color .18s cubic-bezier(.4, 0, .2, 1);
    opacity: 1
}

.mdc-text-field__input::placeholder {
    transition: color .18s cubic-bezier(.4, 0, .2, 1);
    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__input:-webkit-autofill+.mdc-floating-label {
    -webkit-transform: translateY(-50%) scale(.75);
    transform: translateY(-50%) scale(.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(60, 64, 67, .24)
}

.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(60, 64, 67, .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: #1a73e8;
    border-color: var(--mdc-theme-primary, #1a73e8)
}

.mdc-text-field--outlined .mdc-floating-label--shake {
    -webkit-animation: mdc-floating-label-shake-float-above-text-field-outlined .25s 1;
    animation: mdc-floating-label-shake-float-above-text-field-outlined .25s 1
}

.mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__leading {
    border-radius: 4px 0 0 4px
}

.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 4px 4px 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: 4px 0 0 4px
}

.mdc-text-field--outlined .mdc-floating-label--float-above,
.mdc-text-field--outlined form[id^=mktoForm_].mktoForm .hovered-label,
form[id^=mktoForm_].mktoForm .mdc-text-field--outlined .hovered-label {
    -webkit-transform: translateY(-144%) scale(1);
    transform: translateY(-144%) scale(1);
    font-size: .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,
.mdc-text-field--outlined.mdc-notched-outline--upgraded form[id^=mktoForm_].mktoForm .hovered-label,
.mdc-text-field--outlined .mdc-notched-outline--upgraded form[id^=mktoForm_].mktoForm .hovered-label,
form[id^=mktoForm_].mktoForm .mdc-text-field--outlined.mdc-notched-outline--upgraded .hovered-label,
form[id^=mktoForm_].mktoForm .mdc-text-field--outlined .mdc-notched-outline--upgraded .hovered-label {
    -webkit-transform: translateY(-130%) scale(.75);
    transform: translateY(-130%) scale(.75);
    font-size: 1rem
}

.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__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(60, 64, 67, .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,
.mdc-text-field--outlined.mdc-text-field--dense form[id^=mktoForm_].mktoForm .hovered-label,
form[id^=mktoForm_].mktoForm .mdc-text-field--outlined.mdc-text-field--dense .hovered-label {
    -webkit-transform: translateY(-134%) scale(1);
    transform: translateY(-134%) scale(1);
    font-size: .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,
.mdc-text-field--outlined.mdc-text-field--dense.mdc-notched-outline--upgraded form[id^=mktoForm_].mktoForm .hovered-label,
.mdc-text-field--outlined.mdc-text-field--dense .mdc-notched-outline--upgraded form[id^=mktoForm_].mktoForm .hovered-label,
form[id^=mktoForm_].mktoForm .mdc-text-field--outlined.mdc-text-field--dense.mdc-notched-outline--upgraded .hovered-label,
form[id^=mktoForm_].mktoForm .mdc-text-field--outlined.mdc-text-field--dense .mdc-notched-outline--upgraded .hovered-label {
    -webkit-transform: translateY(-120%) scale(.8);
    transform: translateY(-120%) scale(.8);
    font-size: 1rem
}

.mdc-text-field--outlined.mdc-text-field--dense .mdc-floating-label--shake {
    -webkit-animation: mdc-floating-label-shake-float-above-text-field-outlined-dense .25s 1;
    animation: mdc-floating-label-shake-float-above-text-field-outlined-dense .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,
.mdc-text-field--with-leading-icon.mdc-text-field--outlined form[id^=mktoForm_].mktoForm .hovered-label,
form[id^=mktoForm_].mktoForm .mdc-text-field--with-leading-icon.mdc-text-field--outlined .hovered-label {
    -webkit-transform: translateY(-144%) translateX(-32px) scale(1);
    transform: translateY(-144%) translateX(-32px) scale(1)
}

.mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-floating-label--float-above[dir=rtl],
.mdc-text-field--with-leading-icon.mdc-text-field--outlined form[id^=mktoForm_].mktoForm .hovered-label[dir=rtl],
[dir=rtl] .mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-floating-label--float-above,
[dir=rtl] .mdc-text-field--with-leading-icon.mdc-text-field--outlined form[id^=mktoForm_].mktoForm .hovered-label,
form[id^=mktoForm_].mktoForm .mdc-text-field--with-leading-icon.mdc-text-field--outlined .hovered-label[dir=rtl],
form[id^=mktoForm_].mktoForm [dir=rtl] .mdc-text-field--with-leading-icon.mdc-text-field--outlined .hovered-label {
    -webkit-transform: translateY(-144%) translateX(32px) scale(1);
    transform: translateY(-144%) translateX(32px) scale(1)
}

.mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-floating-label--float-above,
.mdc-text-field--with-leading-icon.mdc-text-field--outlined form[id^=mktoForm_].mktoForm .hovered-label,
form[id^=mktoForm_].mktoForm .mdc-text-field--with-leading-icon.mdc-text-field--outlined .hovered-label {
    font-size: .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,
.mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-notched-outline--upgraded form[id^=mktoForm_].mktoForm .hovered-label,
.mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-notched-outline--upgraded form[id^=mktoForm_].mktoForm .hovered-label,
form[id^=mktoForm_].mktoForm .mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-notched-outline--upgraded .hovered-label,
form[id^=mktoForm_].mktoForm .mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-notched-outline--upgraded .hovered-label {
    -webkit-transform: translateY(-130%) translateX(-32px) scale(.75);
    transform: translateY(-130%) translateX(-32px) scale(.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],
.mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-notched-outline--upgraded form[id^=mktoForm_].mktoForm .hovered-label[dir=rtl],
.mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-notched-outline--upgraded form[id^=mktoForm_].mktoForm .hovered-label[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,
[dir=rtl] .mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-notched-outline--upgraded form[id^=mktoForm_].mktoForm .hovered-label,
[dir=rtl] .mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-notched-outline--upgraded form[id^=mktoForm_].mktoForm .hovered-label,
form[id^=mktoForm_].mktoForm .mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-notched-outline--upgraded .hovered-label[dir=rtl],
form[id^=mktoForm_].mktoForm .mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-notched-outline--upgraded .hovered-label[dir=rtl],
form[id^=mktoForm_].mktoForm [dir=rtl] .mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-notched-outline--upgraded .hovered-label,
form[id^=mktoForm_].mktoForm [dir=rtl] .mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-notched-outline--upgraded .hovered-label {
    -webkit-transform: translateY(-130%) translateX(32px) scale(.75);
    transform: translateY(-130%) translateX(32px) scale(.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,
.mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-notched-outline--upgraded form[id^=mktoForm_].mktoForm .hovered-label,
.mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-notched-outline--upgraded form[id^=mktoForm_].mktoForm .hovered-label,
form[id^=mktoForm_].mktoForm .mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-notched-outline--upgraded .hovered-label,
form[id^=mktoForm_].mktoForm .mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-notched-outline--upgraded .hovered-label {
    font-size: 1rem
}

.mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-floating-label--shake {
    -webkit-animation: mdc-floating-label-shake-float-above-text-field-outlined-leading-icon .25s 1;
    animation: mdc-floating-label-shake-float-above-text-field-outlined-leading-icon .25s 1
}

.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 {
    -webkit-animation: mdc-floating-label-shake-float-above-text-field-outlined-leading-icon-rtl .25s 1;
    animation: mdc-floating-label-shake-float-above-text-field-outlined-leading-icon-rtl .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,
.mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense form[id^=mktoForm_].mktoForm .hovered-label,
form[id^=mktoForm_].mktoForm .mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense .hovered-label {
    -webkit-transform: translateY(-134%) translateX(-21px) scale(1);
    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],
.mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense form[id^=mktoForm_].mktoForm .hovered-label[dir=rtl],
[dir=rtl] .mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense .mdc-floating-label--float-above,
[dir=rtl] .mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense form[id^=mktoForm_].mktoForm .hovered-label,
form[id^=mktoForm_].mktoForm .mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense .hovered-label[dir=rtl],
form[id^=mktoForm_].mktoForm [dir=rtl] .mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense .hovered-label {
    -webkit-transform: translateY(-134%) translateX(21px) scale(1);
    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,
.mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense form[id^=mktoForm_].mktoForm .hovered-label,
form[id^=mktoForm_].mktoForm .mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense .hovered-label {
    font-size: .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,
.mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense.mdc-notched-outline--upgraded form[id^=mktoForm_].mktoForm .hovered-label,
.mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense .mdc-notched-outline--upgraded form[id^=mktoForm_].mktoForm .hovered-label,
form[id^=mktoForm_].mktoForm .mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense.mdc-notched-outline--upgraded .hovered-label,
form[id^=mktoForm_].mktoForm .mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense .mdc-notched-outline--upgraded .hovered-label {
    -webkit-transform: translateY(-120%) translateX(-21px) scale(.8);
    transform: translateY(-120%) translateX(-21px) scale(.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],
.mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense.mdc-notched-outline--upgraded form[id^=mktoForm_].mktoForm .hovered-label[dir=rtl],
.mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense .mdc-notched-outline--upgraded form[id^=mktoForm_].mktoForm .hovered-label[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,
[dir=rtl] .mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense.mdc-notched-outline--upgraded form[id^=mktoForm_].mktoForm .hovered-label,
[dir=rtl] .mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense .mdc-notched-outline--upgraded form[id^=mktoForm_].mktoForm .hovered-label,
form[id^=mktoForm_].mktoForm .mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense.mdc-notched-outline--upgraded .hovered-label[dir=rtl],
form[id^=mktoForm_].mktoForm .mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense .mdc-notched-outline--upgraded .hovered-label[dir=rtl],
form[id^=mktoForm_].mktoForm [dir=rtl] .mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense.mdc-notched-outline--upgraded .hovered-label,
form[id^=mktoForm_].mktoForm [dir=rtl] .mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense .mdc-notched-outline--upgraded .hovered-label {
    -webkit-transform: translateY(-120%) translateX(21px) scale(.8);
    transform: translateY(-120%) translateX(21px) scale(.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,
.mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense.mdc-notched-outline--upgraded form[id^=mktoForm_].mktoForm .hovered-label,
.mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense .mdc-notched-outline--upgraded form[id^=mktoForm_].mktoForm .hovered-label,
form[id^=mktoForm_].mktoForm .mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense.mdc-notched-outline--upgraded .hovered-label,
form[id^=mktoForm_].mktoForm .mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense .mdc-notched-outline--upgraded .hovered-label {
    font-size: 1rem
}

.mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense .mdc-floating-label--shake {
    -webkit-animation: mdc-floating-label-shake-float-above-text-field-outlined-leading-icon-dense .25s 1;
    animation: mdc-floating-label-shake-float-above-text-field-outlined-leading-icon-dense .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 {
    -webkit-animation: mdc-floating-label-shake-float-above-text-field-outlined-leading-icon-dense-rtl .25s 1;
    animation: mdc-floating-label-shake-float-above-text-field-outlined-leading-icon-dense-rtl .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: 12px;
    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: 12px
}

.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;
    -webkit-transform: scale(.8);
    transform: scale(.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: 12px
}

.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: 12px;
    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: 12px;
    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: 12px
}

.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,
.mdc-text-field--dense form[id^=mktoForm_].mktoForm .hovered-label,
form[id^=mktoForm_].mktoForm .mdc-text-field--dense .hovered-label {
    -webkit-transform: translateY(-70%) scale(.8);
    transform: translateY(-70%) scale(.8)
}

.mdc-text-field--dense .mdc-floating-label--shake {
    -webkit-animation: mdc-floating-label-shake-float-above-text-field-dense .25s 1;
    animation: mdc-floating-label-shake-float-above-text-field-dense .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,
.mdc-text-field--dense form[id^=mktoForm_].mktoForm .hovered-label,
form[id^=mktoForm_].mktoForm .mdc-text-field--dense .hovered-label {
    font-size: .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(60, 64, 67, .24)
}

.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(60, 64, 67, .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: #1a73e8;
    border-color: var(--mdc-theme-primary, #1a73e8)
}

.mdc-text-field--textarea .mdc-floating-label--shake {
    -webkit-animation: mdc-floating-label-shake-float-above-text-field-outlined .25s 1;
    animation: mdc-floating-label-shake-float-above-text-field-outlined .25s 1
}

.mdc-text-field--textarea .mdc-notched-outline .mdc-notched-outline__leading {
    border-radius: 4px 0 0 4px
}

.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 4px 4px 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: 4px 0 0 4px
}

.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,
.mdc-text-field--textarea form[id^=mktoForm_].mktoForm .hovered-label,
form[id^=mktoForm_].mktoForm .mdc-text-field--textarea .hovered-label {
    -webkit-transform: translateY(-144%) scale(1);
    transform: translateY(-144%) scale(1);
    font-size: .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,
.mdc-text-field--textarea.mdc-notched-outline--upgraded form[id^=mktoForm_].mktoForm .hovered-label,
.mdc-text-field--textarea .mdc-notched-outline--upgraded form[id^=mktoForm_].mktoForm .hovered-label,
form[id^=mktoForm_].mktoForm .mdc-text-field--textarea.mdc-notched-outline--upgraded .hovered-label,
form[id^=mktoForm_].mktoForm .mdc-text-field--textarea .mdc-notched-outline--upgraded .hovered-label {
    -webkit-transform: translateY(-130%) scale(.75);
    transform: translateY(-130%) scale(.75);
    font-size: 1rem
}

.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
}

.mdc-text-field--textarea .mdc-floating-label {
    top: 17px;
    bottom: auto;
    width: auto;
    pointer-events: 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),
.mdc-text-field--fullwidth.mdc-text-field.invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--textarea),
form[id^=mktoForm_].mktoForm .mdc-text-field--fullwidth.mdc-select.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--dense+.mdc-text-field-helper-text {
    margin-bottom: 4px
}

.mdc-text-field+.mdc-text-field-helper-text {
    margin-right: 12px;
    margin-left: 12px
}

.mdc-text-field--outlined+.mdc-text-field-helper-text {
    margin-right: 16px;
    margin-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(26, 115, 232, .87)
}

.mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-text-field__input::-webkit-input-placeholder {
    color: rgba(26, 115, 232, .87)
}

.mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-text-field__input:-ms-input-placeholder {
    color: rgba(26, 115, 232, .87)
}

.mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-text-field__input::-ms-input-placeholder {
    color: rgba(26, 115, 232, .87)
}

.mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-text-field__input::placeholder {
    color: rgba(26, 115, 232, .87)
}

.mdc-text-field--focused .mdc-text-field__input:required~.mdc-floating-label:after,
.mdc-text-field--focused .mdc-text-field__input:required~.mdc-notched-outline .mdc-floating-label:after {
    color: #b00020;
    color: var(--mdc-theme-error, #b00020)
}

.mdc-text-field--focused+.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: #1a73e8;
    border-color: var(--mdc-theme-primary, #1a73e8)
}

.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,
.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,
form[id^=mktoForm_].mktoForm .mdc-select.invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--outlined):not(.mdc-text-field--textarea) .mdc-text-field__input,
form[id^=mktoForm_].mktoForm .mdc-select.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,
.mdc-text-field.invalid:not(.mdc-text-field--disabled) .mdc-line-ripple,
form[id^=mktoForm_].mktoForm .mdc-select.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-floating-label,
form[id^=mktoForm_].mktoForm .mdc-select.invalid:not(.mdc-text-field--disabled) .mdc-floating-label {
    color: #b00020;
    color: var(--mdc-theme-error, #b00020)
}

.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-text-field__input::-webkit-input-placeholder,
.mdc-text-field.invalid:not(.mdc-text-field--disabled) .mdc-text-field__input::-webkit-input-placeholder,
form[id^=mktoForm_].mktoForm .mdc-select.invalid:not(.mdc-text-field--disabled) .mdc-text-field__input::-webkit-input-placeholder {
    color: #b00020;
    color: var(--mdc-theme-error, #b00020)
}

.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-text-field__input:-ms-input-placeholder,
.mdc-text-field.invalid:not(.mdc-text-field--disabled) .mdc-text-field__input:-ms-input-placeholder,
form[id^=mktoForm_].mktoForm .mdc-select.invalid:not(.mdc-text-field--disabled) .mdc-text-field__input:-ms-input-placeholder {
    color: #b00020;
    color: var(--mdc-theme-error, #b00020)
}

.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-text-field__input::-ms-input-placeholder,
.mdc-text-field.invalid:not(.mdc-text-field--disabled) .mdc-text-field__input::-ms-input-placeholder,
form[id^=mktoForm_].mktoForm .mdc-select.invalid:not(.mdc-text-field--disabled) .mdc-text-field__input::-ms-input-placeholder {
    color: #b00020;
    color: var(--mdc-theme-error, #b00020)
}

.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-text-field__input::placeholder,
.mdc-text-field.invalid:not(.mdc-text-field--disabled) .mdc-text-field__input::placeholder,
form[id^=mktoForm_].mktoForm .mdc-select.invalid:not(.mdc-text-field--disabled) .mdc-text-field__input::placeholder {
    color: #b00020;
    color: var(--mdc-theme-error, #b00020)
}

.mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--invalid+.mdc-text-field-helper-text--validation-msg,
.mdc-text-field.invalid:not(.mdc-text-field--disabled)+.mdc-text-field-helper-text--validation-msg,
form[id^=mktoForm_].mktoForm .mdc-select.invalid:not(.mdc-text-field--disabled)+.mdc-text-field-helper-text--validation-msg {
    color: #b00020;
    color: var(--mdc-theme-error, #b00020)
}

.mdc-text-field--invalid .mdc-text-field__input,
.mdc-text-field.invalid .mdc-text-field__input,
form[id^=mktoForm_].mktoForm .mdc-select.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,
.mdc-text-field--with-trailing-icon.mdc-text-field--with-leading-icon.mdc-text-field.invalid:not(.mdc-text-field--disabled) .mdc-text-field__icon~.mdc-text-field__icon,
.mdc-text-field--with-trailing-icon.mdc-text-field.invalid:not(.mdc-text-field--with-leading-icon):not(.mdc-text-field--disabled) .mdc-text-field__icon,
form[id^=mktoForm_].mktoForm .mdc-text-field--with-trailing-icon.mdc-select.invalid:not(.mdc-text-field--with-leading-icon):not(.mdc-text-field--disabled) .mdc-text-field__icon,
form[id^=mktoForm_].mktoForm .mdc-text-field--with-trailing-icon.mdc-text-field--with-leading-icon.mdc-select.invalid:not(.mdc-text-field--disabled) .mdc-text-field__icon~.mdc-text-field__icon {
    color: #b00020;
    color: var(--mdc-theme-error, #b00020)
}

.mdc-text-field--invalid+.mdc-text-field-helper-text--validation-msg,
.mdc-text-field.invalid+.mdc-text-field-helper-text--validation-msg,
form[id^=mktoForm_].mktoForm .mdc-select.invalid+.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--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,
.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,
form[id^=mktoForm_].mktoForm .mdc-text-field--outlined.mdc-select.invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
form[id^=mktoForm_].mktoForm .mdc-text-field--outlined.mdc-select.invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
form[id^=mktoForm_].mktoForm .mdc-text-field--outlined.mdc-select.invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing,
form[id^=mktoForm_].mktoForm .mdc-text-field--outlined.mdc-select.invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
form[id^=mktoForm_].mktoForm .mdc-text-field--outlined.mdc-select.invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
form[id^=mktoForm_].mktoForm .mdc-text-field--outlined.mdc-select.invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing,
form[id^=mktoForm_].mktoForm .mdc-text-field--outlined.mdc-select.invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__icon:hover~.mdc-notched-outline .mdc-notched-outline__leading,
form[id^=mktoForm_].mktoForm .mdc-text-field--outlined.mdc-select.invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__icon:hover~.mdc-notched-outline .mdc-notched-outline__notch,
form[id^=mktoForm_].mktoForm .mdc-text-field--outlined.mdc-select.invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__icon:hover~.mdc-notched-outline .mdc-notched-outline__trailing,
form[id^=mktoForm_].mktoForm .mdc-text-field--outlined.mdc-select.invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__input:hover~.mdc-notched-outline .mdc-notched-outline__leading,
form[id^=mktoForm_].mktoForm .mdc-text-field--outlined.mdc-select.invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__input:hover~.mdc-notched-outline .mdc-notched-outline__notch,
form[id^=mktoForm_].mktoForm .mdc-text-field--outlined.mdc-select.invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__input:hover~.mdc-notched-outline .mdc-notched-outline__trailing,
form[id^=mktoForm_].mktoForm .mdc-text-field--textarea.mdc-select.invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
form[id^=mktoForm_].mktoForm .mdc-text-field--textarea.mdc-select.invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
form[id^=mktoForm_].mktoForm .mdc-text-field--textarea.mdc-select.invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing,
form[id^=mktoForm_].mktoForm .mdc-text-field--textarea.mdc-select.invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
form[id^=mktoForm_].mktoForm .mdc-text-field--textarea.mdc-select.invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
form[id^=mktoForm_].mktoForm .mdc-text-field--textarea.mdc-select.invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing,
form[id^=mktoForm_].mktoForm .mdc-text-field--textarea.mdc-select.invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__icon:hover~.mdc-notched-outline .mdc-notched-outline__leading,
form[id^=mktoForm_].mktoForm .mdc-text-field--textarea.mdc-select.invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__icon:hover~.mdc-notched-outline .mdc-notched-outline__notch,
form[id^=mktoForm_].mktoForm .mdc-text-field--textarea.mdc-select.invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__icon:hover~.mdc-notched-outline .mdc-notched-outline__trailing,
form[id^=mktoForm_].mktoForm .mdc-text-field--textarea.mdc-select.invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__input:hover~.mdc-notched-outline .mdc-notched-outline__leading,
form[id^=mktoForm_].mktoForm .mdc-text-field--textarea.mdc-select.invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__input:hover~.mdc-notched-outline .mdc-notched-outline__notch,
form[id^=mktoForm_].mktoForm .mdc-text-field--textarea.mdc-select.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(60, 64, 67, .06);
    color: rgba(60, 64, 67, .37)
}

.mdc-text-field--disabled .mdc-floating-label {
    color: rgba(60, 64, 67, .37)
}

.mdc-text-field--disabled .mdc-text-field__input::-webkit-input-placeholder {
    color: rgba(60, 64, 67, .37)
}

.mdc-text-field--disabled .mdc-text-field__input:-ms-input-placeholder {
    color: rgba(60, 64, 67, .37)
}

.mdc-text-field--disabled .mdc-text-field__input::-ms-input-placeholder {
    color: rgba(60, 64, 67, .37)
}

.mdc-text-field--disabled .mdc-text-field__input::placeholder {
    color: rgba(60, 64, 67, .37)
}

.mdc-text-field--disabled+.mdc-text-field-helper-text {
    color: rgba(60, 64, 67, .37)
}

.mdc-text-field--disabled .mdc-text-field__icon {
    color: rgba(60, 64, 67, .3)
}

.mdc-text-field--disabled:not(.mdc-text-field--textarea) {
    border-bottom-color: rgba(60, 64, 67, .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(60, 64, 67, .06)
}

.mdc-text-field--textarea.mdc-text-field--disabled .mdc-text-field__input {
    border-bottom: none
}

@-webkit-keyframes mdc-floating-label-shake-float-above-text-field-dense {
    0% {
        -webkit-transform: translateX(0) translateY(-70%) scale(.8);
        transform: translateX(0) translateY(-70%) scale(.8)
    }
    33% {
        -webkit-animation-timing-function: cubic-bezier(.5, 0, .70173, .49582);
        animation-timing-function: cubic-bezier(.5, 0, .70173, .49582);
        -webkit-transform: translateX(4%) translateY(-70%) scale(.8);
        transform: translateX(4%) translateY(-70%) scale(.8)
    }
    66% {
        -webkit-animation-timing-function: cubic-bezier(.30244, .38135, .55, .95635);
        animation-timing-function: cubic-bezier(.30244, .38135, .55, .95635);
        -webkit-transform: translateX(-4%) translateY(-70%) scale(.8);
        transform: translateX(-4%) translateY(-70%) scale(.8)
    }
    to {
        -webkit-transform: translateX(0) translateY(-70%) scale(.8);
        transform: translateX(0) translateY(-70%) scale(.8)
    }
}

@keyframes mdc-floating-label-shake-float-above-text-field-dense {
    0% {
        -webkit-transform: translateX(0) translateY(-70%) scale(.8);
        transform: translateX(0) translateY(-70%) scale(.8)
    }
    33% {
        -webkit-animation-timing-function: cubic-bezier(.5, 0, .70173, .49582);
        animation-timing-function: cubic-bezier(.5, 0, .70173, .49582);
        -webkit-transform: translateX(4%) translateY(-70%) scale(.8);
        transform: translateX(4%) translateY(-70%) scale(.8)
    }
    66% {
        -webkit-animation-timing-function: cubic-bezier(.30244, .38135, .55, .95635);
        animation-timing-function: cubic-bezier(.30244, .38135, .55, .95635);
        -webkit-transform: translateX(-4%) translateY(-70%) scale(.8);
        transform: translateX(-4%) translateY(-70%) scale(.8)
    }
    to {
        -webkit-transform: translateX(0) translateY(-70%) scale(.8);
        transform: translateX(0) translateY(-70%) scale(.8)
    }
}

@-webkit-keyframes mdc-floating-label-shake-float-above-text-field-outlined {
    0% {
        -webkit-transform: translateX(0) translateY(-130%) scale(.75);
        transform: translateX(0) translateY(-130%) scale(.75)
    }
    33% {
        -webkit-animation-timing-function: cubic-bezier(.5, 0, .70173, .49582);
        animation-timing-function: cubic-bezier(.5, 0, .70173, .49582);
        -webkit-transform: translateX(4%) translateY(-130%) scale(.75);
        transform: translateX(4%) translateY(-130%) scale(.75)
    }
    66% {
        -webkit-animation-timing-function: cubic-bezier(.30244, .38135, .55, .95635);
        animation-timing-function: cubic-bezier(.30244, .38135, .55, .95635);
        -webkit-transform: translateX(-4%) translateY(-130%) scale(.75);
        transform: translateX(-4%) translateY(-130%) scale(.75)
    }
    to {
        -webkit-transform: translateX(0) translateY(-130%) scale(.75);
        transform: translateX(0) translateY(-130%) scale(.75)
    }
}

@keyframes mdc-floating-label-shake-float-above-text-field-outlined {
    0% {
        -webkit-transform: translateX(0) translateY(-130%) scale(.75);
        transform: translateX(0) translateY(-130%) scale(.75)
    }
    33% {
        -webkit-animation-timing-function: cubic-bezier(.5, 0, .70173, .49582);
        animation-timing-function: cubic-bezier(.5, 0, .70173, .49582);
        -webkit-transform: translateX(4%) translateY(-130%) scale(.75);
        transform: translateX(4%) translateY(-130%) scale(.75)
    }
    66% {
        -webkit-animation-timing-function: cubic-bezier(.30244, .38135, .55, .95635);
        animation-timing-function: cubic-bezier(.30244, .38135, .55, .95635);
        -webkit-transform: translateX(-4%) translateY(-130%) scale(.75);
        transform: translateX(-4%) translateY(-130%) scale(.75)
    }
    to {
        -webkit-transform: translateX(0) translateY(-130%) scale(.75);
        transform: translateX(0) translateY(-130%) scale(.75)
    }
}

@-webkit-keyframes mdc-floating-label-shake-float-above-text-field-outlined-dense {
    0% {
        -webkit-transform: translateX(0) translateY(-120%) scale(.8);
        transform: translateX(0) translateY(-120%) scale(.8)
    }
    33% {
        -webkit-animation-timing-function: cubic-bezier(.5, 0, .70173, .49582);
        animation-timing-function: cubic-bezier(.5, 0, .70173, .49582);
        -webkit-transform: translateX(4%) translateY(-120%) scale(.8);
        transform: translateX(4%) translateY(-120%) scale(.8)
    }
    66% {
        -webkit-animation-timing-function: cubic-bezier(.30244, .38135, .55, .95635);
        animation-timing-function: cubic-bezier(.30244, .38135, .55, .95635);
        -webkit-transform: translateX(-4%) translateY(-120%) scale(.8);
        transform: translateX(-4%) translateY(-120%) scale(.8)
    }
    to {
        -webkit-transform: translateX(0) translateY(-120%) scale(.8);
        transform: translateX(0) translateY(-120%) scale(.8)
    }
}

@keyframes mdc-floating-label-shake-float-above-text-field-outlined-dense {
    0% {
        -webkit-transform: translateX(0) translateY(-120%) scale(.8);
        transform: translateX(0) translateY(-120%) scale(.8)
    }
    33% {
        -webkit-animation-timing-function: cubic-bezier(.5, 0, .70173, .49582);
        animation-timing-function: cubic-bezier(.5, 0, .70173, .49582);
        -webkit-transform: translateX(4%) translateY(-120%) scale(.8);
        transform: translateX(4%) translateY(-120%) scale(.8)
    }
    66% {
        -webkit-animation-timing-function: cubic-bezier(.30244, .38135, .55, .95635);
        animation-timing-function: cubic-bezier(.30244, .38135, .55, .95635);
        -webkit-transform: translateX(-4%) translateY(-120%) scale(.8);
        transform: translateX(-4%) translateY(-120%) scale(.8)
    }
    to {
        -webkit-transform: translateX(0) translateY(-120%) scale(.8);
        transform: translateX(0) translateY(-120%) scale(.8)
    }
}

@-webkit-keyframes mdc-floating-label-shake-float-above-text-field-outlined-leading-icon {
    0% {
        -webkit-transform: translateX(0) translateY(-130%) scale(.75);
        transform: translateX(0) translateY(-130%) scale(.75)
    }
    33% {
        -webkit-animation-timing-function: cubic-bezier(.5, 0, .70173, .49582);
        animation-timing-function: cubic-bezier(.5, 0, .70173, .49582);
        -webkit-transform: translateX(4%) translateY(-130%) scale(.75);
        transform: translateX(4%) translateY(-130%) scale(.75)
    }
    66% {
        -webkit-animation-timing-function: cubic-bezier(.30244, .38135, .55, .95635);
        animation-timing-function: cubic-bezier(.30244, .38135, .55, .95635);
        -webkit-transform: translateX(-4%) translateY(-130%) scale(.75);
        transform: translateX(-4%) translateY(-130%) scale(.75)
    }
    to {
        -webkit-transform: translateX(0) translateY(-130%) scale(.75);
        transform: translateX(0) translateY(-130%) scale(.75)
    }
}

@keyframes mdc-floating-label-shake-float-above-text-field-outlined-leading-icon {
    0% {
        -webkit-transform: translateX(0) translateY(-130%) scale(.75);
        transform: translateX(0) translateY(-130%) scale(.75)
    }
    33% {
        -webkit-animation-timing-function: cubic-bezier(.5, 0, .70173, .49582);
        animation-timing-function: cubic-bezier(.5, 0, .70173, .49582);
        -webkit-transform: translateX(4%) translateY(-130%) scale(.75);
        transform: translateX(4%) translateY(-130%) scale(.75)
    }
    66% {
        -webkit-animation-timing-function: cubic-bezier(.30244, .38135, .55, .95635);
        animation-timing-function: cubic-bezier(.30244, .38135, .55, .95635);
        -webkit-transform: translateX(-4%) translateY(-130%) scale(.75);
        transform: translateX(-4%) translateY(-130%) scale(.75)
    }
    to {
        -webkit-transform: translateX(0) translateY(-130%) scale(.75);
        transform: translateX(0) translateY(-130%) scale(.75)
    }
}

@-webkit-keyframes mdc-floating-label-shake-float-above-text-field-outlined-leading-icon-dense {
    0% {
        -webkit-transform: translateX(-21px) translateY(-120%) scale(.8);
        transform: translateX(-21px) translateY(-120%) scale(.8)
    }
    33% {
        -webkit-animation-timing-function: cubic-bezier(.5, 0, .70173, .49582);
        animation-timing-function: cubic-bezier(.5, 0, .70173, .49582);
        -webkit-transform: translateX(calc(4% - 21px)) translateY(-120%) scale(.8);
        transform: translateX(calc(4% - 21px)) translateY(-120%) scale(.8)
    }
    66% {
        -webkit-animation-timing-function: cubic-bezier(.30244, .38135, .55, .95635);
        animation-timing-function: cubic-bezier(.30244, .38135, .55, .95635);
        -webkit-transform: translateX(calc(-4% - 21px)) translateY(-120%) scale(.8);
        transform: translateX(calc(-4% - 21px)) translateY(-120%) scale(.8)
    }
    to {
        -webkit-transform: translateX(-21px) translateY(-120%) scale(.8);
        transform: translateX(-21px) translateY(-120%) scale(.8)
    }
}

@keyframes mdc-floating-label-shake-float-above-text-field-outlined-leading-icon-dense {
    0% {
        -webkit-transform: translateX(-21px) translateY(-120%) scale(.8);
        transform: translateX(-21px) translateY(-120%) scale(.8)
    }
    33% {
        -webkit-animation-timing-function: cubic-bezier(.5, 0, .70173, .49582);
        animation-timing-function: cubic-bezier(.5, 0, .70173, .49582);
        -webkit-transform: translateX(calc(4% - 21px)) translateY(-120%) scale(.8);
        transform: translateX(calc(4% - 21px)) translateY(-120%) scale(.8)
    }
    66% {
        -webkit-animation-timing-function: cubic-bezier(.30244, .38135, .55, .95635);
        animation-timing-function: cubic-bezier(.30244, .38135, .55, .95635);
        -webkit-transform: translateX(calc(-4% - 21px)) translateY(-120%) scale(.8);
        transform: translateX(calc(-4% - 21px)) translateY(-120%) scale(.8)
    }
    to {
        -webkit-transform: translateX(-21px) translateY(-120%) scale(.8);
        transform: translateX(-21px) translateY(-120%) scale(.8)
    }
}

@-webkit-keyframes mdc-floating-label-shake-float-above-text-field-outlined-leading-icon-rtl {
    0% {
        -webkit-transform: translateX(0) translateY(-130%) scale(.75);
        transform: translateX(0) translateY(-130%) scale(.75)
    }
    33% {
        -webkit-animation-timing-function: cubic-bezier(.5, 0, .70173, .49582);
        animation-timing-function: cubic-bezier(.5, 0, .70173, .49582);
        -webkit-transform: translateX(4%) translateY(-130%) scale(.75);
        transform: translateX(4%) translateY(-130%) scale(.75)
    }
    66% {
        -webkit-animation-timing-function: cubic-bezier(.30244, .38135, .55, .95635);
        animation-timing-function: cubic-bezier(.30244, .38135, .55, .95635);
        -webkit-transform: translateX(-4%) translateY(-130%) scale(.75);
        transform: translateX(-4%) translateY(-130%) scale(.75)
    }
    to {
        -webkit-transform: translateX(0) translateY(-130%) scale(.75);
        transform: translateX(0) translateY(-130%) scale(.75)
    }
}

@keyframes mdc-floating-label-shake-float-above-text-field-outlined-leading-icon-rtl {
    0% {
        -webkit-transform: translateX(0) translateY(-130%) scale(.75);
        transform: translateX(0) translateY(-130%) scale(.75)
    }
    33% {
        -webkit-animation-timing-function: cubic-bezier(.5, 0, .70173, .49582);
        animation-timing-function: cubic-bezier(.5, 0, .70173, .49582);
        -webkit-transform: translateX(4%) translateY(-130%) scale(.75);
        transform: translateX(4%) translateY(-130%) scale(.75)
    }
    66% {
        -webkit-animation-timing-function: cubic-bezier(.30244, .38135, .55, .95635);
        animation-timing-function: cubic-bezier(.30244, .38135, .55, .95635);
        -webkit-transform: translateX(-4%) translateY(-130%) scale(.75);
        transform: translateX(-4%) translateY(-130%) scale(.75)
    }
    to {
        -webkit-transform: translateX(0) translateY(-130%) scale(.75);
        transform: translateX(0) translateY(-130%) scale(.75)
    }
}

@-webkit-keyframes mdc-floating-label-shake-float-above-text-field-outlined-leading-icon-dense-rtl {
    0% {
        -webkit-transform: translateX(21px) translateY(-120%) scale(.8);
        transform: translateX(21px) translateY(-120%) scale(.8)
    }
    33% {
        -webkit-animation-timing-function: cubic-bezier(.5, 0, .70173, .49582);
        animation-timing-function: cubic-bezier(.5, 0, .70173, .49582);
        -webkit-transform: translateX(calc(4% - -21px)) translateY(-120%) scale(.8);
        transform: translateX(calc(4% - -21px)) translateY(-120%) scale(.8)
    }
    66% {
        -webkit-animation-timing-function: cubic-bezier(.30244, .38135, .55, .95635);
        animation-timing-function: cubic-bezier(.30244, .38135, .55, .95635);
        -webkit-transform: translateX(calc(-4% - -21px)) translateY(-120%) scale(.8);
        transform: translateX(calc(-4% - -21px)) translateY(-120%) scale(.8)
    }
    to {
        -webkit-transform: translateX(21px) translateY(-120%) scale(.8);
        transform: translateX(21px) translateY(-120%) scale(.8)
    }
}

@keyframes mdc-floating-label-shake-float-above-text-field-outlined-leading-icon-dense-rtl {
    0% {
        -webkit-transform: translateX(21px) translateY(-120%) scale(.8);
        transform: translateX(21px) translateY(-120%) scale(.8)
    }
    33% {
        -webkit-animation-timing-function: cubic-bezier(.5, 0, .70173, .49582);
        animation-timing-function: cubic-bezier(.5, 0, .70173, .49582);
        -webkit-transform: translateX(calc(4% - -21px)) translateY(-120%) scale(.8);
        transform: translateX(calc(4% - -21px)) translateY(-120%) scale(.8)
    }
    66% {
        -webkit-animation-timing-function: cubic-bezier(.30244, .38135, .55, .95635);
        animation-timing-function: cubic-bezier(.30244, .38135, .55, .95635);
        -webkit-transform: translateX(calc(-4% - -21px)) translateY(-120%) scale(.8);
        transform: translateX(calc(-4% - -21px)) translateY(-120%) scale(.8)
    }
    to {
        -webkit-transform: translateX(21px) translateY(-120%) scale(.8);
        transform: translateX(21px) translateY(-120%) scale(.8)
    }
}

@-webkit-keyframes mdc-floating-label-shake-float-above-textarea {
    0% {
        -webkit-transform: translateX(0) translateY(-130%) scale(.75);
        transform: translateX(0) translateY(-130%) scale(.75)
    }
    33% {
        -webkit-animation-timing-function: cubic-bezier(.5, 0, .70173, .49582);
        animation-timing-function: cubic-bezier(.5, 0, .70173, .49582);
        -webkit-transform: translateX(4%) translateY(-130%) scale(.75);
        transform: translateX(4%) translateY(-130%) scale(.75)
    }
    66% {
        -webkit-animation-timing-function: cubic-bezier(.30244, .38135, .55, .95635);
        animation-timing-function: cubic-bezier(.30244, .38135, .55, .95635);
        -webkit-transform: translateX(-4%) translateY(-130%) scale(.75);
        transform: translateX(-4%) translateY(-130%) scale(.75)
    }
    to {
        -webkit-transform: translateX(0) translateY(-130%) scale(.75);
        transform: translateX(0) translateY(-130%) scale(.75)
    }
}

@keyframes mdc-floating-label-shake-float-above-textarea {
    0% {
        -webkit-transform: translateX(0) translateY(-130%) scale(.75);
        transform: translateX(0) translateY(-130%) scale(.75)
    }
    33% {
        -webkit-animation-timing-function: cubic-bezier(.5, 0, .70173, .49582);
        animation-timing-function: cubic-bezier(.5, 0, .70173, .49582);
        -webkit-transform: translateX(4%) translateY(-130%) scale(.75);
        transform: translateX(4%) translateY(-130%) scale(.75)
    }
    66% {
        -webkit-animation-timing-function: cubic-bezier(.30244, .38135, .55, .95635);
        animation-timing-function: cubic-bezier(.30244, .38135, .55, .95635);
        -webkit-transform: translateX(-4%) translateY(-130%) scale(.75);
        transform: translateX(-4%) translateY(-130%) scale(.75)
    }
    to {
        -webkit-transform: translateX(0) translateY(-130%) scale(.75);
        transform: translateX(0) translateY(-130%) scale(.75)
    }
}

/*
:root {
    --mdc-theme-primary: #1a73e8;
    --mdc-theme-secondary: #4285f4;
    --mdc-theme-background: #fff;
    --mdc-theme-surface: #fff;
    --mdc-theme-error: #b00020;
    --mdc-theme-on-primary: #fff;
    --mdc-theme-on-secondary: #fff;
    --mdc-theme-on-surface: #3c4043;
    --mdc-theme-on-error: #fff;
    --mdc-theme-text-primary-on-background: rgba(0, 0, 0, 0.87);
    --mdc-theme-text-secondary-on-background: rgba(0, 0, 0, 0.54);
    --mdc-theme-text-hint-on-background: rgba(0, 0, 0, 0.38);
    --mdc-theme-text-disabled-on-background: rgba(0, 0, 0, 0.38);
    --mdc-theme-text-icon-on-background: rgba(0, 0, 0, 0.38);
    --mdc-theme-text-primary-on-light: rgba(0, 0, 0, 0.87);
    --mdc-theme-text-secondary-on-light: rgba(0, 0, 0, 0.54);
    --mdc-theme-text-hint-on-light: rgba(0, 0, 0, 0.38);
    --mdc-theme-text-disabled-on-light: rgba(0, 0, 0, 0.38);
    --mdc-theme-text-icon-on-light: rgba(0, 0, 0, 0.38);
    --mdc-theme-text-primary-on-dark: #fff;
    --mdc-theme-text-secondary-on-dark: hsla(0, 0%, 100%, 0.7);
    --mdc-theme-text-hint-on-dark: hsla(0, 0%, 100%, 0.5);
    --mdc-theme-text-disabled-on-dark: hsla(0, 0%, 100%, 0.5);
    --mdc-theme-text-icon-on-dark: hsla(0, 0%, 100%, 0.5)
}


 */
.mdc-theme--primary {
    color: #1a73e8!important;
    color: var(--mdc-theme-primary, #1a73e8)!important
}

.mdc-theme--secondary {
    color: #4285f4!important;
    color: var(--mdc-theme-secondary, #4285f4)!important
}

.mdc-theme--background {
    background-color: #fff;
    background-color: var(--mdc-theme-background, #fff)
}

.mdc-theme--surface {
    background-color: #fff;
    background-color: var(--mdc-theme-surface, #fff)
}

.mdc-theme--error {
    color: #b00020!important;
    color: var(--mdc-theme-error, #b00020)!important
}

.mdc-theme--on-primary {
    color: #fff!important;
    color: var(--mdc-theme-on-primary, #fff)!important
}

.mdc-theme--on-secondary {
    color: #fff!important;
    color: var(--mdc-theme-on-secondary, #fff)!important
}

.mdc-theme--on-surface {
    color: #3c4043!important;
    color: var(--mdc-theme-on-surface, #3c4043)!important
}

.mdc-theme--on-error {
    color: #fff!important;
    color: var(--mdc-theme-on-error, #fff)!important
}

.mdc-theme--text-primary-on-background {
    color: rgba(0, 0, 0, .87)!important;
    color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, .87))!important
}

.mdc-theme--text-secondary-on-background {
    color: rgba(0, 0, 0, .54)!important;
    color: var(--mdc-theme-text-secondary-on-background, rgba(0, 0, 0, .54))!important
}

.mdc-theme--text-hint-on-background {
    color: rgba(0, 0, 0, .38)!important;
    color: var(--mdc-theme-text-hint-on-background, rgba(0, 0, 0, .38))!important
}

.mdc-theme--text-disabled-on-background {
    color: rgba(0, 0, 0, .38)!important;
    color: var(--mdc-theme-text-disabled-on-background, rgba(0, 0, 0, .38))!important
}

.mdc-theme--text-icon-on-background {
    color: rgba(0, 0, 0, .38)!important;
    color: var(--mdc-theme-text-icon-on-background, rgba(0, 0, 0, .38))!important
}

.mdc-theme--text-primary-on-light {
    color: rgba(0, 0, 0, .87)!important;
    color: var(--mdc-theme-text-primary-on-light, rgba(0, 0, 0, .87))!important
}

.mdc-theme--text-secondary-on-light {
    color: rgba(0, 0, 0, .54)!important;
    color: var(--mdc-theme-text-secondary-on-light, rgba(0, 0, 0, .54))!important
}

.mdc-theme--text-hint-on-light {
    color: rgba(0, 0, 0, .38)!important;
    color: var(--mdc-theme-text-hint-on-light, rgba(0, 0, 0, .38))!important
}

.mdc-theme--text-disabled-on-light {
    color: rgba(0, 0, 0, .38)!important;
    color: var(--mdc-theme-text-disabled-on-light, rgba(0, 0, 0, .38))!important
}

.mdc-theme--text-icon-on-light {
    color: rgba(0, 0, 0, .38)!important;
    color: var(--mdc-theme-text-icon-on-light, rgba(0, 0, 0, .38))!important
}

.mdc-theme--text-primary-on-dark {
    color: #fff!important;
    color: var(--mdc-theme-text-primary-on-dark, #fff)!important
}

.mdc-theme--text-secondary-on-dark {
    color: hsla(0, 0%, 100%, .7)!important;
    color: var(--mdc-theme-text-secondary-on-dark, hsla(0, 0%, 100%, .7))!important
}

.mdc-theme--text-hint-on-dark {
    color: hsla(0, 0%, 100%, .5)!important;
    color: var(--mdc-theme-text-hint-on-dark, hsla(0, 0%, 100%, .5))!important
}

.mdc-theme--text-disabled-on-dark {
    color: hsla(0, 0%, 100%, .5)!important;
    color: var(--mdc-theme-text-disabled-on-dark, hsla(0, 0%, 100%, .5))!important
}

.mdc-theme--text-icon-on-dark {
    color: hsla(0, 0%, 100%, .5)!important;
    color: var(--mdc-theme-text-icon-on-dark, hsla(0, 0%, 100%, .5))!important
}

.mdc-theme--primary-bg {
    background-color: #1a73e8!important;
    background-color: var(--mdc-theme-primary, #1a73e8)!important
}

.mdc-theme--secondary-bg {
    background-color: #4285f4!important;
    background-color: var(--mdc-theme-secondary, #4285f4)!important
}

.mdc-toolbar {
    background-color: #1a73e8;
    background-color: var(--mdc-theme-primary, #1a73e8);
    color: #fff;
    display: flex;
    position: relative;
    flex-direction: column;
    justify-content: space-between;
    box-sizing: border-box;
    width: 100%
}

.mdc-toolbar .mdc-toolbar__icon {
    color: #fff
}

.mdc-toolbar .mdc-toolbar__icon:after,
.mdc-toolbar .mdc-toolbar__icon:before {
    background-color: #fff
}

.mdc-toolbar .mdc-toolbar__icon:hover:before {
    opacity: .08
}

.mdc-toolbar .mdc-toolbar__icon.mdc-ripple-upgraded--background-focused:before,
.mdc-toolbar .mdc-toolbar__icon:not(.mdc-ripple-upgraded):focus:before {
    transition-duration: 75ms;
    opacity: .24
}

.mdc-toolbar .mdc-toolbar__icon:not(.mdc-ripple-upgraded):after {
    transition: opacity .15s linear
}

.mdc-toolbar .mdc-toolbar__icon:not(.mdc-ripple-upgraded):active:after {
    transition-duration: 75ms;
    opacity: .32
}

.mdc-toolbar .mdc-toolbar__icon.mdc-ripple-upgraded {
    --mdc-ripple-fg-opacity: 0.32
}

.mdc-toolbar__row {
    display: flex;
    position: relative;
    align-items: center;
    box-sizing: border-box;
    width: 100%;
    height: auto;
    min-height: 64px
}

@media (max-width:959px) and (orientation:landscape) {
    .mdc-toolbar__row {
        min-height: 48px
    }
}

@media (max-width:599px) {
    .mdc-toolbar__row {
        min-height: 56px
    }
}

.mdc-toolbar__section {
    display: inline-flex;
    flex: 1;
    align-items: start;
    justify-content: center;
    box-sizing: border-box;
    min-width: 0;
    height: 100%;
    padding: 8px;
    z-index: 1
}

@media (max-width:959px) and (orientation:landscape) {
    .mdc-toolbar__section {
        padding: 0
    }
}

@media (max-width:599px) {
    .mdc-toolbar__section {
        padding: 4px 0
    }
}

.mdc-toolbar__section--align-start {
    padding-left: 12px;
    padding-right: 0;
    justify-content: flex-start;
    order: -1
}

.mdc-toolbar__section--align-start[dir=rtl],
[dir=rtl] .mdc-toolbar__section--align-start {
    padding-left: 0;
    padding-right: 12px
}

@media (max-width:959px) and (orientation:landscape) {
    .mdc-toolbar__section--align-start {
        padding-left: 4px;
        padding-right: 0
    }
    .mdc-toolbar__section--align-start[dir=rtl],
    [dir=rtl] .mdc-toolbar__section--align-start {
        padding-left: 0;
        padding-right: 4px
    }
}

@media (max-width:599px) {
    .mdc-toolbar__section--align-start {
        padding-left: 4px;
        padding-right: 0
    }
    .mdc-toolbar__section--align-start[dir=rtl],
    [dir=rtl] .mdc-toolbar__section--align-start {
        padding-left: 0;
        padding-right: 4px
    }
}

.mdc-toolbar__section--align-end {
    padding-left: 0;
    padding-right: 12px;
    justify-content: flex-end;
    order: 1
}

.mdc-toolbar__section--align-end[dir=rtl],
[dir=rtl] .mdc-toolbar__section--align-end {
    padding-left: 12px;
    padding-right: 0
}

@media (max-width:959px) and (orientation:landscape) {
    .mdc-toolbar__section--align-end {
        padding-left: 0;
        padding-right: 4px
    }
    .mdc-toolbar__section--align-end[dir=rtl],
    [dir=rtl] .mdc-toolbar__section--align-end {
        padding-left: 4px;
        padding-right: 0
    }
}

@media (max-width:599px) {
    .mdc-toolbar__section--align-end {
        padding-left: 0;
        padding-right: 4px
    }
    .mdc-toolbar__section--align-end[dir=rtl],
    [dir=rtl] .mdc-toolbar__section--align-end {
        padding-left: 4px;
        padding-right: 0
    }
}

.mdc-toolbar__title {
    font-family: Google Sans, Roboto, Arial, sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-size: 1.25rem;
    line-height: 2rem;
    font-weight: 500;
    letter-spacing: .0125em;
    text-decoration: inherit;
    text-transform: inherit;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-left: 24px;
    margin-right: 0;
    align-self: center;
    padding: 12px 0;
    line-height: 1.5rem;
    z-index: 1
}

.mdc-toolbar__title[dir=rtl],
[dir=rtl] .mdc-toolbar__title {
    margin-left: 0;
    margin-right: 24px
}

.mdc-toolbar__icon,
.mdc-toolbar__menu-icon {
    --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);
    will-change: transform, opacity;
    display: flex;
    position: relative;
    align-items: start;
    justify-content: center;
    box-sizing: border-box;
    width: 48px;
    height: 48px;
    padding: 12px;
    border: none;
    outline: none;
    background-color: transparent;
    fill: currentColor;
    color: inherit;
    text-decoration: none;
    cursor: pointer
}

.mdc-toolbar__icon:after,
.mdc-toolbar__icon:before,
.mdc-toolbar__menu-icon:after,
.mdc-toolbar__menu-icon:before {
    position: absolute;
    border-radius: 50%;
    opacity: 0;
    pointer-events: none;
    content: ""
}

.mdc-toolbar__icon:before,
.mdc-toolbar__menu-icon:before {
    transition: opacity 15ms linear, background-color 15ms linear;
    z-index: 1
}

.mdc-toolbar__icon.mdc-ripple-upgraded:before,
.mdc-toolbar__menu-icon.mdc-ripple-upgraded:before {
    -webkit-transform: scale(var(--mdc-ripple-fg-scale, 1));
    transform: scale(var(--mdc-ripple-fg-scale, 1))
}

.mdc-toolbar__icon.mdc-ripple-upgraded:after,
.mdc-toolbar__menu-icon.mdc-ripple-upgraded:after {
    top: 0;
    left: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: center center;
    transform-origin: center center
}

.mdc-toolbar__icon.mdc-ripple-upgraded--unbounded:after,
.mdc-toolbar__menu-icon.mdc-ripple-upgraded--unbounded:after {
    top: var(--mdc-ripple-top, 0);
    left: var(--mdc-ripple-left, 0)
}

.mdc-toolbar__icon.mdc-ripple-upgraded--foreground-activation:after,
.mdc-toolbar__menu-icon.mdc-ripple-upgraded--foreground-activation:after {
    -webkit-animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards;
    animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards
}

.mdc-toolbar__icon.mdc-ripple-upgraded--foreground-deactivation:after,
.mdc-toolbar__menu-icon.mdc-ripple-upgraded--foreground-deactivation:after {
    -webkit-animation: mdc-ripple-fg-opacity-out .15s;
    animation: mdc-ripple-fg-opacity-out .15s;
    -webkit-transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1));
    transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1))
}

.mdc-toolbar__icon:after,
.mdc-toolbar__icon:before,
.mdc-toolbar__menu-icon:after,
.mdc-toolbar__menu-icon:before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.mdc-toolbar__icon.mdc-ripple-upgraded:after,
.mdc-toolbar__icon.mdc-ripple-upgraded:before,
.mdc-toolbar__menu-icon.mdc-ripple-upgraded:after,
.mdc-toolbar__menu-icon.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-toolbar__icon.mdc-ripple-upgraded:after,
.mdc-toolbar__menu-icon.mdc-ripple-upgraded:after {
    width: var(--mdc-ripple-fg-size, 100%);
    height: var(--mdc-ripple-fg-size, 100%)
}

.mdc-toolbar__menu-icon+.mdc-toolbar__title {
    margin-left: 8px;
    margin-right: 0
}

.mdc-toolbar__menu-icon+.mdc-toolbar__title[dir=rtl],
[dir=rtl] .mdc-toolbar__menu-icon+.mdc-toolbar__title {
    margin-left: 0;
    margin-right: 8px
}

@media (max-width:599px) {
    .mdc-toolbar__title {
        margin-left: 16px;
        margin-right: 0
    }
    .mdc-toolbar__title[dir=rtl],
    [dir=rtl] .mdc-toolbar__title {
        margin-left: 0;
        margin-right: 16px
    }
}

.mdc-toolbar--fixed {
    box-shadow: 0 2px 4px -1px rgba(0, 0, 0, .2), 0 4px 5px 0 rgba(0, 0, 0, .14), 0 1px 10px 0 rgba(0, 0, 0, .12);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 4
}

.mdc-toolbar--flexible {
    --mdc-toolbar-ratio-to-extend-flexible: 4
}

.mdc-toolbar--flexible .mdc-toolbar__row:first-child {
    height: 256px;
    height: calc(64px*var(--mdc-toolbar-ratio-to-extend-flexible, 4))
}

@media (max-width:599px) {
    .mdc-toolbar--flexible .mdc-toolbar__row:first-child {
        height: 224px;
        height: calc(56px*var(--mdc-toolbar-ratio-to-extend-flexible, 4))
    }
}

.mdc-toolbar--flexible .mdc-toolbar__row:first-child:after {
    position: absolute;
    content: ""
}

.mdc-toolbar--flexible-default-behavior .mdc-toolbar__title {
    font-family: Google Sans, Roboto, Arial, sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-size: 1.25rem;
    line-height: 2rem;
    font-weight: 500;
    letter-spacing: .0125em;
    text-decoration: inherit;
    text-transform: inherit;
    align-self: flex-end;
    line-height: 1.5rem
}

.mdc-toolbar--flexible-default-behavior .mdc-toolbar__row:first-child:after {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: opacity .2s ease;
    opacity: 1
}

.mdc-toolbar--flexible-default-behavior.mdc-toolbar--flexible-space-minimized .mdc-toolbar__row:first-child:after {
    opacity: 0
}

.mdc-toolbar--flexible-default-behavior.mdc-toolbar--flexible-space-minimized .mdc-toolbar__title {
    font-weight: 500
}

.mdc-toolbar--waterfall.mdc-toolbar--fixed {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, .2), 0 0 0 0 rgba(0, 0, 0, .14), 0 0 0 0 rgba(0, 0, 0, .12);
    transition: box-shadow .28s cubic-bezier(.4, 0, .2, 1);
    will-change: box-shadow
}

.mdc-toolbar--waterfall.mdc-toolbar--fixed.mdc-toolbar--flexible-space-minimized {
    box-shadow: 0 2px 4px -1px rgba(0, 0, 0, .2), 0 4px 5px 0 rgba(0, 0, 0, .14), 0 1px 10px 0 rgba(0, 0, 0, .12)
}

.mdc-toolbar--waterfall.mdc-toolbar--fixed.mdc-toolbar--fixed-lastrow-only.mdc-toolbar--flexible-space-minimized {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, .2), 0 0 0 0 rgba(0, 0, 0, .14), 0 0 0 0 rgba(0, 0, 0, .12)
}

.mdc-toolbar--waterfall.mdc-toolbar--fixed.mdc-toolbar--fixed-lastrow-only.mdc-toolbar--fixed-at-last-row {
    box-shadow: 0 2px 4px -1px rgba(0, 0, 0, .2), 0 4px 5px 0 rgba(0, 0, 0, .14), 0 1px 10px 0 rgba(0, 0, 0, .12)
}

.mdc-toolbar-fixed-adjust {
    padding-top: 64px
}

@media (max-width:959px) and (max-height:599px) {
    .mdc-toolbar-fixed-adjust {
        padding-top: 48px
    }
}

@media (max-width:599px) {
    .mdc-toolbar-fixed-adjust {
        padding-top: 56px
    }
}

.mdc-toolbar__section--shrink-to-fit {
    flex: none
}

.mdc-top-app-bar {
    background-color: #1a73e8;
    background-color: var(--mdc-theme-primary, #1a73e8);
    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: .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: .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 .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: .32
}

.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.32
}

.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: Google Sans, Roboto, Arial, sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-size: 1.25rem;
    line-height: 2rem;
    font-weight: 500;
    letter-spacing: .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__action-item,
.mdc-top-app-bar__navigation-icon {
    --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);
    will-change: transform, opacity;
    display: flex;
    position: relative;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    width: 48px;
    height: 48px;
    padding: 12px;
    border: none;
    outline: none;
    background-color: transparent;
    fill: currentColor;
    color: inherit;
    text-decoration: none;
    cursor: pointer
}

.mdc-top-app-bar__action-item:after,
.mdc-top-app-bar__action-item:before,
.mdc-top-app-bar__navigation-icon:after,
.mdc-top-app-bar__navigation-icon:before {
    position: absolute;
    border-radius: 50%;
    opacity: 0;
    pointer-events: none;
    content: ""
}

.mdc-top-app-bar__action-item:before,
.mdc-top-app-bar__navigation-icon:before {
    transition: opacity 15ms linear, background-color 15ms linear;
    z-index: 1
}

.mdc-top-app-bar__action-item.mdc-ripple-upgraded:before,
.mdc-top-app-bar__navigation-icon.mdc-ripple-upgraded:before {
    -webkit-transform: scale(var(--mdc-ripple-fg-scale, 1));
    transform: scale(var(--mdc-ripple-fg-scale, 1))
}

.mdc-top-app-bar__action-item.mdc-ripple-upgraded:after,
.mdc-top-app-bar__navigation-icon.mdc-ripple-upgraded:after {
    top: 0;
    left: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: center center;
    transform-origin: center center
}

.mdc-top-app-bar__action-item.mdc-ripple-upgraded--unbounded:after,
.mdc-top-app-bar__navigation-icon.mdc-ripple-upgraded--unbounded:after {
    top: var(--mdc-ripple-top, 0);
    left: var(--mdc-ripple-left, 0)
}

.mdc-top-app-bar__action-item.mdc-ripple-upgraded--foreground-activation:after,
.mdc-top-app-bar__navigation-icon.mdc-ripple-upgraded--foreground-activation:after {
    -webkit-animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards;
    animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards
}

.mdc-top-app-bar__action-item.mdc-ripple-upgraded--foreground-deactivation:after,
.mdc-top-app-bar__navigation-icon.mdc-ripple-upgraded--foreground-deactivation:after {
    -webkit-animation: mdc-ripple-fg-opacity-out .15s;
    animation: mdc-ripple-fg-opacity-out .15s;
    -webkit-transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1));
    transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1))
}

.mdc-top-app-bar__action-item:after,
.mdc-top-app-bar__action-item:before,
.mdc-top-app-bar__navigation-icon:after,
.mdc-top-app-bar__navigation-icon:before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.mdc-top-app-bar__action-item.mdc-ripple-upgraded:after,
.mdc-top-app-bar__action-item.mdc-ripple-upgraded:before,
.mdc-top-app-bar__navigation-icon.mdc-ripple-upgraded:after,
.mdc-top-app-bar__navigation-icon.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-top-app-bar__action-item.mdc-ripple-upgraded:after,
.mdc-top-app-bar__navigation-icon.mdc-ripple-upgraded:after {
    width: var(--mdc-ripple-fg-size, 100%);
    height: var(--mdc-ripple-fg-size, 100%)
}

.mdc-top-app-bar--short-collapsed {
    border-radius: 0 0 24px 0
}

.mdc-top-app-bar--short-collapsed[dir=rtl],
[dir=rtl] .mdc-top-app-bar--short-collapsed {
    border-radius: 0 0 0 24px
}

.mdc-top-app-bar--short {
    top: 0;
    right: auto;
    left: 0;
    width: 100%;
    transition: width .25s cubic-bezier(.4, 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 .2s cubic-bezier(.4, 0, .2, 1);
    opacity: 1
}

.mdc-top-app-bar--short-collapsed {
    box-shadow: 0 2px 4px -1px rgba(0, 0, 0, .2), 0 4px 5px 0 rgba(0, 0, 0, .14), 0 1px 10px 0 rgba(0, 0, 0, .12);
    width: 56px;
    transition: width .3s cubic-bezier(.4, 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 .15s cubic-bezier(.4, 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 .2s linear
}

.mdc-top-app-bar--fixed-scrolled {
    box-shadow: 0 2px 4px -1px rgba(0, 0, 0, .2), 0 4px 5px 0 rgba(0, 0, 0, .14), 0 1px 10px 0 rgba(0, 0, 0, .12);
    transition: box-shadow .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 .2s cubic-bezier(.4, 0, .2, 1)
    }
    .mdc-top-app-bar--short-collapsed {
        transition: width .25s cubic-bezier(.4, 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: Roboto, sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased
}

.mdc-typography--headline1 {
    font-size: 3rem;
    line-height: rem;
    font-weight: 700;
    letter-spacing: -.01562em
}

.mdc-typography--headline1,
.mdc-typography--headline2 {
    font-family: Google Sans, Roboto, Arial, sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    text-decoration: inherit;
    text-transform: inherit
}

.mdc-typography--headline2 {
    font-size: 3.75rem;
    line-height: 3.75rem;
    font-weight: 300;
    letter-spacing: -.00833em
}

.mdc-typography--headline3 {
    font-size: 3rem;
    line-height: 3.125rem;
    letter-spacing: normal
}

.mdc-typography--headline3,
.mdc-typography--headline4 {
    font-family: Google Sans, Roboto, 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: 2.125rem;
    line-height: 2.5rem;
    letter-spacing: .00735em
}

.mdc-typography--headline5 {
    font-size: 1.5rem;
    font-weight: 400;
    letter-spacing: normal
}

.mdc-typography--headline5,
.mdc-typography--headline6 {
    font-family: Google Sans, Roboto, Arial, sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    line-height: 2rem;
    text-decoration: inherit;
    text-transform: inherit
}

.mdc-typography--headline6 {
    font-size: 1.25rem;
    font-weight: 500;
    letter-spacing: .0125em
}

.mdc-typography--subtitle1 {
    font-size: 1rem;
    line-height: 1.75rem;
    font-weight: 400;
    letter-spacing: .00937em
}

.mdc-typography--subtitle1,
.mdc-typography--subtitle2 {
    font-family: Google Sans, Roboto, Arial, sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    text-decoration: inherit;
    text-transform: inherit
}

.mdc-typography--subtitle2 {
    font-size: .875rem;
    line-height: 1.375rem;
    font-weight: 500;
    letter-spacing: .00714em
}

.mdc-typography--body1 {
    font-family: Roboto, sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 400;
    letter-spacing: .03125em;
    text-decoration: inherit;
    text-transform: inherit
}

.mdc-typography--body2 {
    font-size: .875rem;
    letter-spacing: .01786em
}

.mdc-typography--body2,
.mdc-typography--caption {
    font-family: Roboto, sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    line-height: 1.25rem;
    font-weight: 400;
    text-decoration: inherit;
    text-transform: inherit
}

.mdc-typography--caption {
    font-size: .75rem;
    letter-spacing: .03333em
}

.mdc-typography--button {
    font-size: .875rem;
    line-height: 2.25rem;
    letter-spacing: .08929em
}

.mdc-typography--button,
.mdc-typography--overline {
    font-family: Roboto, 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: .75rem;
    line-height: 2rem;
    letter-spacing: .16667em
}

.blue {
    color: #1a73e8
}

.yellow {
    color: #e37400
}

.red {
    color: #d93025
}

.green {
    color: #1e8e3e
}

.text {
    color: #3c4043
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Google Sans, Roboto, Arial, sans-serif;
    line-height: 1.15;
    color: #3c4043
}

h1 {
    font-size: 32px;
    line-height: 40px;
    font-weight: 700
}

@media (min-width:768px) {
    h1 {
        font-size: 38px;
        line-height: 44px
    }
}

@media (min-width:1024px) {
    h1 {
        font-size: 56px!important;
        line-height: 66px;
        letter-spacing: -.5px
    }
}

h2 {
    font-size: 24px!important;
    line-height: 32px;
    font-weight: 700
}

@media (min-width:768px) {
    h2 {
        font-size: 32px!important;
        line-height: 40px
    }
}

@media (min-width:1024px) {
    h2 {
        font-size: 44px!important;
        line-height: 52px;
        letter-spacing: -.5px
    }
}

h3 {
    font-size: 24px!important;
    line-height: 32px;
    font-weight: 700;
    margin-top: 0
}

@media (min-width:1024px) {
    h3 {
        font-size: 32px!important;
        line-height: 40px
    }
}

h4 {
    font-size: 16px;
    line-height: 26px;
    font-weight: 700
}

@media (min-width:1024px) {
    h4 {
        font-size: 22px;
        line-height: 30px
    }
}

h5 {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400
}

@media (min-width:1024px) {
    h5 {
        font-size: 18px;
        line-height: 30px
    }
}

/*
body {
    font-size: 14px;
    line-height: 24px;
    color: #3c4043
}



@media (min-width:1024px) {
    body {
        font-size: 16px;
        line-height: 26px
    }
}


p {
    letter-spacing: .25px
}

 */

/*
@media (min-width:1024px) {
    p {
        letter-spacing: 0
    }
}

a {
    text-decoration: underline;
    cursor: pointer
}

a,
a:visited {
    color: #1a73e8
}

a:hover {
    color: #174ea6
}

a.cta {
    cursor: pointer;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    font-family: Google Sans, Roboto, Arial, sans-serif;
    text-decoration: none;
    letter-spacing: .75px;
    color: #1a73e8
}

@media (min-width:1024px) {
    a.cta {
        font-size: 16px;
        line-height: 22px;
        letter-spacing: .5px
    }
}

*/


.mdc-button--unelevated:not(:disabled):hover {
    background-color: #174ea6
}

a.button {
    font-family: Google Sans, Roboto, Arial, sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    letter-spacing: .25px;
    text-decoration: none;
    background-color: #1a73e8;
    color: #fff;
    padding: 10px 14px;
    display: inline-flex;
    position: relative;
    align-items: center;
    justify-content: center;
    min-width: 120px;
    height: 40px;
    overflow: hidden;
    vertical-align: middle;
    border-radius: 4px
}

a.button-outline:hover,
a.button:hover {
    background-color: #174ea6
}

a.button-inverse:hover {
    background-color: #f1f3f4
}

a.button-inverse {
    font-size: 14px;
    line-height: 18px;
    letter-spacing: .25px;
    color: #1a73e8;
    background-color: #fff;
    overflow: hidden;
    border-radius: 4px
}

a.button-inverse,
a.button-outline {
    font-family: Google Sans, Roboto, Arial, sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-weight: 500;
    text-decoration: none;
    padding: 10px 14px;
    display: inline-flex;
    position: relative;
    align-items: center;
    justify-content: center;
    height: 40px;
    vertical-align: middle;
    min-width: 120px
}

a.button-outline {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: .5px;
    color: #fff;
    background-color: transparent;
    border: 2px solid #fff;
    border-radius: 4px
}

form[id^=mktoForm_].mktoForm {
    width: 100%!important;
    color: inherit!important;
    font-family: Roboto, sans-serif;
    box-sizing: border-box
}

form[id^=mktoForm_].mktoForm .mdc-select,
form[id^=mktoForm_].mktoForm .mdc-text-field {
    margin-bottom: 1rem
}

form[id^=mktoForm_].mktoForm .mdc-select.invalid:not(.mdc-select--disabled) .mdc-notched-outline__leading,
form[id^=mktoForm_].mktoForm .mdc-select.invalid:not(.mdc-select--disabled) .mdc-notched-outline__notch,
form[id^=mktoForm_].mktoForm .mdc-select.invalid:not(.mdc-select--disabled) .mdc-notched-outline__trailing {
    border-color: #b00020
}

form[id^=mktoForm_].mktoForm .mdc-button {
    margin: 1.5rem 0
}

form[id^=mktoForm_].mktoForm .mktoButtonWrap {
    margin: 0!important
}

form[id^=mktoForm_].mktoForm .mktoFormRow {
    margin: 0
}

form[id^=mktoForm_].mktoForm .mdc-select__native-control {
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none
}

form[id^=mktoForm_].mktoForm .mktoFormCol {
    margin-bottom: 0!important
}

form[id^=mktoForm_].mktoForm .mktoAsterix {
    display: inline
}

form[id^=mktoForm_].mktoForm .mktoFieldWrap {
    margin: 0 0 1.5rem
}

form[id^=mktoForm_].mktoForm .mdc-form-field {
    width: 100%
}

form[id^=mktoForm_].mktoForm .mktoCheckboxList {
    width: 100%!important
}

form[id^=mktoForm_].mktoForm .mktoLabel,
form[id^=mktoForm_].mktoForm label {
    float: none;
    width: auto!important;
    color: #80868b;
    font-family: Roboto, sans-serif;
    box-sizing: border-box;
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: .00937em;
    line-height: 1.15rem
}

form[id^=mktoForm_].mktoForm .mktoFormCol {
    margin: 0!important;
    min-height: 0;
    float: none
}

form[id^=mktoForm_].mktoForm .mktoFieldWrap {
    float: none;
    width: 100%
}

form[id^=mktoForm_].mktoForm .mdc-select select,
form[id^=mktoForm_].mktoForm textarea {
    width: 100%!important
}

form[id^=mktoForm_].mktoForm .mktoError {
    position: relative;
    right: auto!important;
    color: inherit;
    box-shadow: none;
    bottom: -4px!important;
    color: #b00020
}

form[id^=mktoForm_].mktoForm .mktoError .mktoErrorArrowWrap {
    display: none
}

form[id^=mktoForm_].mktoForm .mktoError .mktoErrorMsg {
    background: none;
    border: none;
    box-shadow: none;
    max-width: 100%;
    text-shadow: none;
    color: inherit;
    position: relative;
    min-height: 18px;
    display: block;
    font-size: 12px;
    padding: 0;
    margin: 0
}

form[id^=mktoForm_].mktoForm .mktoError .mktoErrorMsg .mktoErrorDetail {
    display: inline-block;
    font-style: italic
}

.mdc-text-field {
    flex-wrap: wrap;
    overflow: inherit
}

.mdc-text-field:after,
.mdc-text-field:before {
    background-color: #fff
}

.mdc-text-field:hover {
    background: none
}

.mdc-text-field input {
    font-family: Roboto, sans-serif;
    padding: 20px 0 6px;
    width: 100%!important;
    background: #fff
}

.mdc-text-field input:hover {
    background: none
}

.mdc-text-field .mdc-floating-label {
    left: 0
}

.mktoInvalid {
    border-color: red
}

.mdc-text-field--invalid .mktoError .mktoErrorMsg,
.mdc-text-field--invalid label,
.mdc-text-field.invalid .mktoError .mktoErrorMsg,
.mdc-text-field.invalid label,
form[id^=mktoForm_].mktoForm .mdc-select.invalid .mktoError .mktoErrorMsg,
form[id^=mktoForm_].mktoForm .mdc-select.invalid label {
    color: #b00020
}

.material-icons {
    font-family: Material Icons;
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-feature-settings: "liga";
    font-feature-settings: "liga"
}

.material-icons.md-18 {
    font-size: 18px
}

.material-icons.md-24 {
    font-size: 24px
}

.material-icons.md-36 {
    font-size: 36px
}

.material-icons.md-48 {
    font-size: 48px
}

.material-icons.md-dark {
    color: rgba(0, 0, 0, .54)
}

.material-icons.md-dark.md-inactive {
    color: rgba(0, 0, 0, .26)
}

.material-icons.md-light {
    color: #fff
}

.material-icons.md-light.md-inactive {
    color: hsla(0, 0%, 100%, .3)
}

.icon-list {
    padding: 0;
    margin: 0;
    font-family: Google Sans, Roboto, Arial, sans-serif;
    line-height: 1.3;
    color: #1a73e8
}

.icon-list li {
    font-weight: 500;
    display: grid;
    grid-template-columns: 30px auto;
    margin: 1.5rem 0
}

.mdc-button {
    font-weight: 500;
    font-family: Google Sans, Roboto, Arial, sans-serif;
    height: 40px;
    letter-spacing: 0;
    text-transform: none
}

header {
    max-width: 100%;
    margin: 0 auto
}

#navigation {
    padding: 16px 0
}

@media (min-width:768px) {
    #navigation {
        padding: 32px 0 32px 32px
    }
}

@media (min-width:1024px) {
    #navigation {
        padding: 32px 0 55px 62px
    }
}

@media (min-width:1440px) {
    #navigation {
        padding: 32px 0 55px 80px
    }
}

.nav-wrapper {
    display: flex;
    justify-content: space-between;
    padding: 26px 16px;
    background: url(https://lp.google-mkto.com/rs/248-TPC-286/images/navbar-bg.svg);
    background-repeat: no-repeat;
    background-position: 10% 100%;
    background-size: cover;
    position: absolute;
    left: 0;
    right: 0;
    top: 0
}

@media (min-width:520px) {
    .nav-wrapper {
        left: -10px
    }
}

@media (min-width:640px) {
    .nav-wrapper {
        padding: 36px 16px
    }
}

@media (min-width:768px) {
    .nav-wrapper {
        align-items: flex-end;
        left: auto;
        background-position: 0 120%;
        padding: 46px 32px
    }
}

@media (min-width:1024px) {
    .nav-wrapper {
        background-position: 0 100%;
        padding: 46px 62px
    }
}

@media (min-width:1440px) {
    .nav-wrapper {
        padding: 46px 80px
    }
}

.nav-wrapper a.button-inverse {
    position: absolute;
    right: 16px
}

@media (min-width:768px) {
    .nav-wrapper a.button-inverse {
        position: relative;
        right: auto
    }
}

.nav-wrapper nav {
    width: 100%;
    align-items: center;
    z-index: unset
}

@media (min-width:520px) {
    .nav-wrapper nav {
        padding-left: 20px
    }
}

@media (min-width:768px) {
    .nav-wrapper nav {
        display: flex;
        justify-content: space-around
    }
}

.nav-wrapper nav i {
    color: #fff;
    font-size: 35px!important
}

.nav-wrapper nav #mobile-nav {
    display: none;
    flex-basis: 100%
}

@media (min-width:768px) {
    .nav-wrapper nav #mobile-nav {
        display: flex;
        flex-basis: auto;
        order: 0;
        padding: 0
    }
}

.nav-wrapper nav #mobile-nav ul {
    list-style: none;
    margin: 0;
    padding: 1rem 0 0;
    display: block
}

@media (min-width:768px) {
    .nav-wrapper nav #mobile-nav ul {
        padding-top: 0
    }
}

@media (min-width:1024px) {
    .nav-wrapper nav #mobile-nav ul {
        padding-top: 0
    }
}

.nav-wrapper nav #mobile-nav ul li {
    border-bottom: 1px solid #fff
}

@media (min-width:768px) {
    .nav-wrapper nav #mobile-nav ul li {
        display: inline-block;
        border-bottom: none;
        padding: 0 35px 0 0
    }
    .nav-wrapper nav #mobile-nav ul li:first-child {
        padding-left: 0
    }
}

.nav-wrapper nav #mobile-nav ul li:last-child {
    margin-bottom: 20px
}

@media (min-width:768px) {
    .nav-wrapper nav #mobile-nav ul li:last-child {
        margin-bottom: 0
    }
}

.nav-wrapper nav #mobile-nav ul li:hover {
    border-bottom: 1px solid #dadce0
}

@media (min-width:768px) {
    .nav-wrapper nav #mobile-nav ul li:hover {
        border-bottom: none
    }
}

.nav-wrapper nav #mobile-nav ul li.active {
    border-bottom: 1px solid #fff
}

@media (min-width:768px) {
    .nav-wrapper nav #mobile-nav ul li.active {
        border-bottom: none
    }
}

.nav-wrapper nav #mobile-nav ul li.active a {
    color: #fff;
    border-bottom: 3px solid #fff
}

.nav-wrapper nav #mobile-nav ul a {
    line-height: 1;
    padding: 21px 0 18px;
    display: block;
    border-bottom: 3px solid rgba(26, 115, 232, 0);
    color: #fff;
    font-weight: 500;
    text-decoration: none
}

@media (min-width:768px) {
    .nav-wrapper nav #mobile-nav ul a {
        display: inline-block;
        padding: 0 0 10px
    }
}

.nav-wrapper nav #mobile-nav ul a:hover {
    border-bottom: 3px solid #dadce0;
    color: #dadce0
}

.nav-wrapper nav #mobile-nav2 ul {
    list-style: none;
    padding: 0;
    margin: 10px 0
}

.nav-wrapper nav #mobile-nav2 a {
    text-decoration: none;
    color: #fff;
    font-weight: 500;
    border-bottom: 3px solid #fff;
    padding-bottom: 5px
}

@media (min-width:768px) {
    .nav-wrapper nav #mobile-nav2 a {
        margin-right: 40px
    }
}

#localization {
    position: absolute;
    color: #fff;
    font-family: Google Sans, Roboto, Arial, sans-serif;
    font-weight: 500;
    left: unset;
    -webkit-transform: unset;
    transform: unset;
    align-self: center;
    width: 150px;
    text-align: center;
    top: 35px;
    margin-left: calc(50% - 140px)
}

@media (min-width:640px) {
    #localization {
        top: 45px
    }
}

@media (min-width:768px) {
    #localization {
        bottom: -40px;
        -webkit-transform: none;
        transform: none;
        right: 32px;
        left: unset;
        color: #3c4043;
        width: auto;
        top: unset
    }
}

@media (min-width:1024px) {
    #localization {
        right: 62px
    }
}

@media (min-width:1440px) {
    #localization {
        right: 80px
    }
}

#localization a,
#localization p {
    color: #fff;
    font-family: Google Sans, Roboto, Arial, sans-serif;
    font-weight: 500;
    margin: 0 5px;
    display: inline-block
}

@media (min-width:768px) {
    #localization a,
    #localization p {
        color: #3c4043
    }
    #localization a:last-child,
    #localization p:last-child {
        margin-right: 0
    }
}

#localization a {
    text-decoration: none
}

@media (min-width:768px) {
    #localization a {
        font-weight: 400
    }
}

@media (min-width:768px) {
    #localization p {
        font-weight: 500
    }
}

.mobile-toggle {
    font-size: 16px;
    text-decoration: none!important;
    z-index: 10;
    position: relative;
    top: 3px
}

.mobile-toggle:hover {
    cursor: pointer
}

@media (min-width:768px) {
    .mobile-toggle {
        display: none
    }
}

.header-logo-mobile {
    text-align: center;
    margin: 120px 0 34px
}

.header-logo-mobile img {
    width: 80px
}

@media (min-width:768px) {
    .header-logo-mobile {
        display: none
    }
}

.header-logo-desktop {
    display: none
}

.header-logo-desktop img {
    width: 90px
}

@media (min-width:1024px) {
    .header-logo-desktop img {
        width: 124px
    }
}

@media (min-width:768px) {
    .header-logo-desktop {
        display: inline-block
    }
}

section#hero {
    text-align: center
}

section#hero h1 {
    margin: 0
}

section#hero h3 {
    margin-bottom: 0
}

section#hero h5 {
    margin-bottom: 25px
}

section#hero p {
    margin: 0
}

section#hero a {
    font-family: Google Sans, Roboto, Arial, sans-serif;
    margin-top: 30px
}

section#hero .three-actions-wrapper {
    margin: 80px 0 0
}

@media (min-width:768px) {
    section#hero .three-actions-wrapper {
        display: flex;
        justify-content: space-between
    }
}

@media (min-width:1280px) {
    section#hero .three-actions-wrapper {
        justify-content: space-around
    }
}

@media (min-width:768px) {
    section#hero .three-actions-wrapper {
        margin: 90px 0 0;
        margin: 120px 0 0
    }
}

section#hero .three-actions-wrapper h3 {
    margin-top: 30px
}

section#hero .three-actions {
    margin: 50px auto 0;
    width: 291px
}

@media (min-width:768px) {
    section#hero .three-actions {
        width: 173px;
        margin-top: 0
    }
}

@media (min-width:1024px) {
    section#hero .three-actions {
        width: 220px
    }
}

@media (min-width:1280px) {
    section#hero .three-actions {
        width: 340px
    }
}

section#hero .hero-date-location {
    display: flex;
    justify-content: center
}

section#hero .hero-date-location ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center
}

section#hero .hero-date-location ul li {
    display: block;
    color: #1a73e8;
    font-family: Google Sans, Roboto, Arial, sans-serif;
    font-weight: 500;
    vertical-align: top
}

@media (min-width:1024px) {
    section#hero .hero-date-location ul li {
        display: inline-flex
    }
}

section#hero .hero-date-location ul li:first-child {
    margin-right: 0;
    margin-bottom: 12px
}

@media (min-width:1024px) {
    section#hero .hero-date-location ul li:first-child {
        margin-right: 40px;
        margin-bottom: 0
    }
}

section#hero .hero-date-location ul li a {
    margin-top: 0;
    text-decoration: none
}

section#hero .hero-date-location i {
    margin-right: 8px;
    vertical-align: middle
}

section#hero2 {
    margin-bottom: 0;
    text-align: center
}

@media (min-width:768px) {
    section#hero2 {
        text-align: left
    }
}

section#hero2 h1 {
    margin: 0
}

section#hero2 a {
    font-family: Google Sans, Roboto, Arial, sans-serif;
    margin-top: 30px
}

section#hero2 .hero-copy {
    align-self: center
}

section#hero2 .hero-date-location {
    display: block
}

section#hero2 .hero-date-location ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center
}

@media (min-width:768px) {
    section#hero2 .hero-date-location ul {
        text-align: left
    }
}

section#hero2 .hero-date-location ul li {
    display: block;
    color: #1a73e8;
    font-family: Google Sans, Roboto, Arial, sans-serif;
    font-weight: 500;
    vertical-align: top
}

section#hero2 .hero-date-location ul li:first-child {
    margin-right: 0;
    margin-bottom: 12px
}

@media (min-width:1280px) {
    section#hero2 .hero-date-location ul li {
        display: inline-flex
    }
    section#hero2 .hero-date-location ul li:first-child {
        margin-right: 20px;
        margin-bottom: 0
    }
}

section#hero2 .hero-date-location ul li a {
    margin-top: 0;
    text-decoration: none
}

section#hero2 .hero-date-location i {
    margin-right: 8px;
    vertical-align: middle
}

section#content-tailored {
    background-color: #f1f3f4;
    text-align: center;
    padding-bottom: 40px;
    padding-top: 40px
}

@media (min-width:768px) {
    section#content-tailored {
        padding-bottom: 0;
        padding-top: 0
    }
}

@media (min-width:768px) {
    section#content-tailored .mdc-layout-grid {
        padding: 50px 0 70px
    }
}

section#content-tailored h3 {
    margin-bottom: 0
}

section#content-tailored a {
    font-family: Google Sans, Roboto, Arial, sans-serif;
    text-decoration: none
}

section#content-tailored a img {
    max-width: 16px;
    vertical-align: middle
}

section#content-tailored .shape-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 0;
    margin-top: 55px
}

@media (min-width:590px) {
    section#content-tailored .shape-wrapper {
        padding: 0 30px
    }
}

@media (min-width:640px) {
    section#content-tailored .shape-wrapper {
        padding: 0 40px
    }
}

@media (min-width:670px) {
    section#content-tailored .shape-wrapper {
        padding: 0 70px
    }
}

@media (min-width:730px) {
    section#content-tailored .shape-wrapper {
        padding: 0
    }
}

@media (min-width:768px) {
    section#content-tailored .shape-wrapper {
        padding: 0 80px
    }
}

@media (min-width:870px) {
    section#content-tailored .shape-wrapper {
        padding: 0
    }
}

section#content-tailored .shape-wrapper .shapes {
    position: relative;
    align-items: center;
    margin: 20px;
    text-align: center;
    display: flex;
    justify-content: center
}

section#content-tailored .shape-wrapper .shapes img {
    max-width: 100px
}

@media (min-width:768px) {
    section#content-tailored .shape-wrapper .shapes img {
        max-width: 115px
    }
}

section#content-tailored .shape-wrapper .shapes a,
section#content-tailored .shape-wrapper .shapes p {
    font-size: 16px;
    position: absolute;
    margin: 0
}

@media (min-width:768px) {
    section#content-tailored .shape-wrapper .shapes a,
    section#content-tailored .shape-wrapper .shapes p {
        font-size: 22px;
        line-height: 30px
    }
}

section#video {
    text-align: center
}

section#video h3 {
    margin: 0
}

section#video img {
    margin-top: 50px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, .5)
}

section#video p {
    margin-bottom: 0
}

section#video .hidden {
    display: none
}

section#video .slideshow-container {
    max-width: 100%;
    background-color: #fff;
    border: none;
    width: 100%;
    height: auto;
    position: relative;
    display: flex;
    align-items: center;
    margin: 40px auto 0
}

section#video .slideshow-container a {
    opacity: 0;
    display: inline-block;
    color: #fff;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    font-weight: 700;
    position: absolute;
    z-index: 100
}

section#video .slideshow-container a.arrowR {
    right: 20px
}

@media (min-width:768px) {
    section#video .slideshow-container a.arrowR {
        right: 40px
    }
}

section#video .slideshow-container a.arrowL {
    left: 20px
}

@media (min-width:768px) {
    section#video .slideshow-container a.arrowL {
        left: 40px
    }
}

section#video .slideshow-container i.material-icons.circle-gray {
    background-color: rgba(0, 0, 0, .5);
    border-radius: 100px;
    font-size: 40px
}

section#video .slideshow-container:hover a {
    opacity: 1;
    transition: opacity .3s ease;
    -webkit-transition: opacity .3s ease
}

section#video .slideshow-container>div {
    display: inline-block
}

section#video #slideshow {
    margin: 0;
    position: relative;
    width: 100%;
    height: 260px
}

@media (min-width:440px) {
    section#video #slideshow {
        height: 300px
    }
}

@media (min-width:500px) {
    section#video #slideshow {
        height: 350px
    }
}

@media (min-width:580px) {
    section#video #slideshow {
        height: 400px
    }
}

@media (min-width:640px) {
    section#video #slideshow {
        height: 450px
    }
}

@media (min-width:700px) {
    section#video #slideshow {
        height: 500px
    }
}

@media (min-width:768px) {
    section#video #slideshow {
        height: 430px
    }
}

@media (min-width:840px) {
    section#video #slideshow {
        height: 450px
    }
}

@media (min-width:900px) {
    section#video #slideshow {
        height: 500px
    }
}

@media (min-width:960px) {
    section#video #slideshow {
        height: 540px
    }
}

@media (min-width:1024px) {
    section#video #slideshow {
        height: 400px
    }
}

@media (min-width:1090px) {
    section#video #slideshow {
        height: 440px
    }
}

@media (min-width:1190px) {
    section#video #slideshow {
        height: 480px
    }
}

@media (min-width:1280px) {
    section#video #slideshow {
        height: 600px
    }
}

section#video #slideshow>div {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

section#video #slideshow img {
    width: 100%;
    margin: 0
}

section#video .iframe-container {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
    margin-top: 50px
}

section#video .iframe-resp {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border: 0
}

section#agenda {
    margin-top: 40px
}

section#agenda h4 {
    font-weight: 500;
    color: #1a73e8;
    border-bottom: 1px solid #d8d8d8;
    padding: 25px 0;
    display: flex;
    justify-content: space-between;
    margin: 0;
    cursor: pointer
}

section#agenda h4:hover {
    color: #174ea6
}

@media (min-width:768px) {
    section#agenda h4 {
        font-size: 18px;
        line-height: 30px
    }
}

section#agenda .agenda-track-subtitle {
    margin: 44px 0 24px
}

section#agenda p {
    margin: 0
}

section#agenda p.time {
    font-weight: 300
}

section#agenda p.desc {
    font-weight: 400;
    font-family: Google Sans, Roboto, Arial, sans-serif;
    font-size: 20px;
    line-height: 28px;
    margin: 0
}

@media (min-width:768px) {
    section#agenda p.desc {
        font-size: 24px;
        line-height: 32px
    }
}

@media (min-width:1024px) {
    section#agenda p.desc {
        font-size: 32px;
        line-height: 40px
    }
}

section#agenda p.track-subtitle {
    text-transform: uppercase;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 1.15px
}

section#agenda p.item-cta,
section#agenda p.track-subtitle {
    font-family: Google Sans, Roboto, Arial, sans-serif;
    font-weight: 500;
    display: inline-block;
    margin: 0
}

section#agenda p.item-cta {
    float: right;
    font-size: 14px;
    line-height: 20px;
    color: #1a73e8;
    letter-spacing: .75px;
    cursor: pointer
}

section#agenda p.item-cta:hover {
    color: #174ea6
}

section#agenda .all-day-track-container {
    border-top: 1px solid #d8d8d8
}

section#agenda .agenda-item {
    margin-top: 24px
}

section#agenda .agenda-item:first-child {
    margin-top: 0
}

section#agenda .agenda-item:last-child {
    margin-bottom: 45px
}

section#agenda .agenda-item p.all-day.desc {
    font-family: Roboto, Arial, sans-serif;
    font-size: inherit;
    line-height: inherit
}

section#agenda .agenda-item a.item-cta {
    float: left;
    font-family: Google Sans, Roboto, Arial, sans-serif;
    font-weight: 500;
    margin-top: 10px;
    display: block;
    width: 100%;
    cursor: pointer;
    text-decoration: underline
}

section#agenda .agenda-item a.item-cta:hover {
    color: #174ea6
}

section#agenda .agenda-item .item-cta {
    float: left;
    font-family: Google Sans, Roboto, Arial, sans-serif;
    font-weight: 500;
    margin-top: 0;
    display: block;
    width: 100%;
    color: #1a73e8;
    cursor: pointer;
    text-decoration: underline
}

section#agenda .agenda-item .item-cta:hover {
    color: #174ea6
}

section#agenda .agenda-track.closed .agenda-content {
    display: none
}

section#agenda .agenda-track .agenda-content {
    padding: 1rem 0;
    border-bottom: 1px solid #d8d8d8
}

section#agenda .agenda-track .agenda-content .agenda-item {
    padding: .5rem 0;
    display: inline-block;
    width: 100%
}

section#agenda .agenda-track i {
    transition: all .2s ease-in-out
}

section#agenda .agenda-track.closed .agenda-track-content {
    display: none
}

section#agenda .agenda-track.closed .agenda-track-subtitle i,
section#agenda .agenda-track.closed .agenda-track-title i {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

@media (min-width:1024px) {
    section#agenda-table .mdc-layout-grid {
        padding: 0 80px
    }
}

section#agenda-table .blue-bg {
    background-color: #1a73e8;
    color: #fff
}

section#agenda-table .blue-bg .agenda-item {
    padding: 20px 0
}

@media (min-width:1024px) {
    section#agenda-table .blue-bg .agenda-item {
        text-align: center;
        margin: 0 auto
    }
}

section#agenda-table .gray-bg {
    background-color: #f8f9fa
}

section#agenda-table .gray-bg .agenda-item {
    padding: 20px 0
}

@media (min-width:1024px) {
    section#agenda-table .gray-bg .agenda-item {
        text-align: center;
        margin: 0 auto
    }
}

section#agenda-table .gray-bg.margt20 {
    margin-top: 20px
}

section#agenda-table .gray-bg.margb20 {
    margin-bottom: 20px
}

section#agenda-table p {
    margin: 0
}

section#agenda-table p.time {
    font-weight: 300
}

section#agenda-table p.desc {
    font-weight: 500;
    font-family: Google Sans, Roboto, Arial, sans-serif;
    font-size: 18px;
    line-height: 24px;
    margin: 0
}

@media (min-width:768px) {
    section#agenda-table p.desc {
        font-size: 20px;
        line-height: 30px
    }
}

@media (min-width:1024px) {
    section#agenda-table p.desc {
        font-size: 18px;
        line-height: 28px
    }
}

section#agenda-table p.item-cta {
    display: inline-block;
    float: right;
    font-size: 14px;
    line-height: 20px;
    color: #1a73e8;
    font-family: Google Sans, Roboto, Arial, sans-serif;
    letter-spacing: .75px;
    font-weight: 500;
    margin: 0;
    cursor: pointer;
    text-decoration: underline
}

section#agenda-table p.item-cta:hover {
    color: #174ea6
}

@media (min-width:1024px) {
    section#agenda-table .mdc-layout-grid.sticky .agenda-row.desktop-title {
        max-width: 875px;
        margin: 0 auto;
        padding: 0
    }
    section#agenda-table .mdc-layout-grid.sticky {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        background: #fff;
        padding: 20px;
        margin: 0 auto;
        text-align: center;
        width: 100%;
        max-width: 100%
    }
}

@media (min-width:1150px) {
    section#agenda-table .mdc-layout-grid.sticky .agenda-row.desktop-title {
        max-width: 975px
    }
}

@media (min-width:1220px) {
    section#agenda-table .mdc-layout-grid.sticky .agenda-row.desktop-title {
        max-width: 1045px
    }
}

@media (min-width:1280px) {
    section#agenda-table .mdc-layout-grid.sticky .agenda-row.desktop-title {
        max-width: 1170px
    }
}

section#agenda-table .agenda-row p.time {
    padding-top: 20px
}

@media (min-width:768px) {
    section#agenda-table .agenda-row p.time {
        font-size: 18px
    }
}

@media (min-width:1024px) {
    section#agenda-table .agenda-row p.desc {
        display: none
    }
}

@media (min-width:1024px) {
    section#agenda-table .agenda-row {
        display: grid;
        grid-gap: 2%;
        grid-template-columns: 175px 1fr 1fr 1fr 1fr
    }
}

section#agenda-table .agenda-row.desktop-title {
    display: none
}

@media (min-width:1024px) {
    section#agenda-table .agenda-row.desktop-title {
        display: grid;
        margin-bottom: 20px
    }
    section#agenda-table .agenda-row.desktop-title p.desc {
        display: block
    }
}

section#agenda-table .agenda-item {
    padding: 15px 0;
    display: table
}

@media (min-width:768px) {
    section#agenda-table .agenda-item p {
        font-size: 18px
    }
}

section#agenda-table .agenda-item a.item-cta {
    float: left;
    font-family: Google Sans, Roboto, Arial, sans-serif;
    font-weight: 500;
    margin-top: 10px;
    display: block;
    width: 100%;
    cursor: pointer;
    text-decoration: underline
}

section#agenda-table .agenda-item a.item-cta:hover {
    color: #174ea6
}

section#agenda-table .agenda-item .item-cta {
    float: left;
    font-family: Google Sans, Roboto, Arial, sans-serif;
    font-weight: 500;
    margin-top: 0;
    display: block;
    width: 100%;
    color: #1a73e8;
    cursor: pointer;
    text-decoration: underline
}

section#agenda-table .agenda-item .item-cta:hover {
    color: #174ea6
}

section#form {
    background-color: #f8f9fa;
    padding: 20px
}

@media (min-width:768px) {
    section#form .form {
        padding: 80px;
        background-image: url(https://lp.google-mkto.com/rs/248-TPC-286/images/form-bg.svg);
        background-repeat: no-repeat;
        background-size: cover
    }
}

@media (min-width:768px) {
    section#form {
        background-color: transparent
    }
}

@media (min-width:1280px) {
    section#form .split {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 5px
    }
    section#form .split .mktoFormRow {
        width: 49%!important;
        display: block!important
    }
    section#form .split .mktoFormRow:nth-child(odd) {
        margin-right: 2%!important
    }
}

section#form .mdc-form-field {
    color: #80868b
}

section#form .mktoHtmlText {
    width: 100%!important
}

section#form .mktoFormRow {
    position: relative;
    margin-bottom: 5px!important
}

section#form .mktoRadioList {
    width: 100%!important
}

section#form .mdc-select__native-control {
    line-height: 33px!important
}

form[id^=mktoForm_].mktoForm section#form .mdc-select .mdc-floating-label.hovered-label,
section#form .mdc-select .mdc-floating-label.mdc-floating-label--float-above,
section#form .mdc-select form[id^=mktoForm_].mktoForm .mdc-floating-label.hovered-label {
    top: 22px!important
}

section#form .textified {
    font-size: 16px;
    line-height: 26px
}

section#form .mdc-select .mdc-floating-label {
    left: 0!important;
    top: 18px!important
}

section#form .mktoHtmlText,
section#form form[id^=mktoForm_].mktoForm .mdc-select,
section#form form[id^=mktoForm_].mktoForm .mktoLabel {
    color: #80868b
}

section#form select {
    padding: 20px 0 6px!important
}

section#form .mdc-select {
    overflow: initial
}

section#form .mdc-select:after,
section#form .mdc-select:before,
section#form .mdc-select:not(.mdc-select--disabled) {
    background-color: transparent!important
}

section#form form[id^=mktoForm_].mktoForm .mktoError {
    position: absolute;
    bottom: -24px!important
}

section#form .mdc-text-field,
section#form .mdc-text-field input {
    background-color: transparent
}

section#form .mdc-radio.mdc-ripple-upgraded:after,
section#form .mdc-radio.mdc-ripple-upgraded:before {
    display: none!important
}

#speakers-keynote h3,
#speakers h3 {
    margin-bottom: 0
}

#speakers-keynote .speaker-grid,
#speakers .speaker-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around
}

@media (min-width:768px) {
    #speakers-keynote .speaker-grid,
    #speakers .speaker-grid {
        justify-content: center
    }
}

@media (min-width:1024px) {
    #speakers-keynote .speaker-grid,
    #speakers .speaker-grid {
        justify-content: center
    }
}

#speakers-keynote .speaker,
#speakers .speaker {
    width: 45%;
    margin: 20px 0
}

@media (min-width:768px) {
    #speakers-keynote .speaker,
    #speakers .speaker {
        width: 35%;
        margin: 20px 2rem
    }
}

@media (min-width:1024px) {
    #speakers-keynote .speaker,
    #speakers .speaker {
        width: 28%;
        margin: 20px 1rem
    }
}

@media (min-width:1280px) {
    #speakers-keynote .speaker,
    #speakers .speaker {
        width: 21%
    }
}

#speakers-keynote .speaker-card,
#speakers .speaker-card {
    text-align: center;
    font-size: 14px;
    margin: 0
}

#speakers-keynote .speaker-card:not(.disabled):hover,
#speakers .speaker-card:not(.disabled):hover {
    cursor: pointer
}

#speakers-keynote .speaker-card:not(.disabled):hover h4.title,
#speakers .speaker-card:not(.disabled):hover h4.title {
    color: #174ea6
}

#speakers-keynote .speaker-card img,
#speakers .speaker-card img {
    border-radius: 1000px
}

#speakers-keynote .speaker-card h4.title,
#speakers .speaker-card h4.title {
    font-size: 14px;
    margin: 0 0 .35rem;
    color: #1a73e8;
    transition: all .1s ease-in-out
}

@media (min-width:768px) {
    #speakers-keynote .speaker-card h4.title,
    #speakers .speaker-card h4.title {
        font-size: 18px
    }
}

@media (min-width:1024px) {
    #speakers-keynote .speaker-card h4.title,
    #speakers .speaker-card h4.title {
        font-size: 21px;
        margin-bottom: .5rem
    }
}

#speakers-keynote .speaker-card p,
#speakers .speaker-card p {
    margin: 0;
    font-size: 14px
}

@media (min-width:768px) {
    #speakers-keynote .speaker-card p,
    #speakers .speaker-card p {
        font-size: 16px
    }
}

@media (min-width:1024px) {
    #speakers-keynote .speaker-card p,
    #speakers .speaker-card p {
        font-size: 18px
    }
}

section#partners {
    text-align: center
}

@media (min-width:768px) {
    section#partners {
        text-align: left
    }
}

section#partners h3 {
    font-weight: 700;
    margin-top: 45px;
    margin-bottom: 0
}

@media (min-width:768px) {
    section#partners h3 {
        margin-top: 50px
    }
}

@media (min-width:1024px) {
    section#partners h3 {
        margin-top: 70px;
        margin-bottom: -20px
    }
}

section#partners #platinumPartners h3 {
    margin-top: 0
}

section#partners .partner-card:not(.disabled):hover {
    cursor: pointer
}

section#partners .partners_wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap
}

@media (min-width:768px) {
    section#partners .partners_wrapper {
        justify-content: flex-start
    }
}

section#partners .partners_wrapper img {
    max-width: 65px;
    max-height: 35px;
    margin: 15px 16px 15px 0;
    width: auto
}

@media (min-width:768px) {
    section#partners .partners_wrapper img {
        max-width: 120px;
        max-height: 70px;
        margin: 30px 40px 30px 0
    }
}

@media (min-width:1024px) {
    section#partners .partners_wrapper img {
        max-width: 170px;
        max-height: 80px;
        margin: 50px 40px 50px 0
    }
}

section#insights {
    padding: 30px 0 50px;
    background-color: #f1f3f4
}

@media (min-width:768px) {
    section#insights {
        background-color: transparent;
        background-image: url(https://lp.google-mkto.com/rs/248-TPC-286/images/insights-bg.svg);
        background-repeat: no-repeat;
        padding: 30px 0;
        background-position: 50%;
        background-size: cover
    }
}

@media (min-width:1024px) {
    section#insights {
        background-size: 99%
    }
}

@media (min-width:1280px) {
    section#insights {
        background-size: 90%
    }
}

@media (min-width:1440px) {
    section#insights {
        background-size: 80%
    }
}

section#insights h3 {
    margin-top: 0;
    margin-bottom: 12px
}

section#insights h4 {
    font-weight: 400;
    display: list-item;
    list-style-type: disc;
    margin-left: 20px
}

@media (min-width:768px) {
    section#insights h4 {
        display: inline-block;
        list-style-type: none
    }
}

section#insights h4:last-child {
    margin-bottom: 0
}

@media (min-width:768px) {
    section#insights .insights-wrapper {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        grid-gap: 3%
    }
}

@media (min-width:1024px) {
    section#insights .insights-wrapper {
        grid-gap: 5%
    }
}

section.promo h3 {
    text-align: center
}

@media (min-width:768px) {
    section.promo h3 {
        margin-bottom: 40px
    }
}

section.promo h4 {
    margin: 0
}

section.promo p {
    margin-bottom: 0
}

section.promo a.button {
    margin-top: 20px
}

@media (min-width:1024px) {
    section.promo a.button {
        margin-top: 25px
    }
}

#promo1 {
    margin-bottom: 0
}

#promo2 {
    margin: 40px 0 0
}

#promo2 .flipText {
    order: 2
}

@media (min-width:768px) {
    #promo2 .flipText {
        order: unset
    }
}

#promo2 .flipImage {
    order: 1
}

@media (min-width:768px) {
    #promo2 .flipImage {
        order: unset
    }
}

#promo3,
#promo4 {
    margin: 40px 0 0
}

#promo4 .flipText {
    order: 2
}

@media (min-width:768px) {
    #promo4 .flipText {
        order: unset
    }
}

#promo4 .flipImage {
    order: 1
}

@media (min-width:768px) {
    #promo4 .flipImage {
        order: unset
    }
}

#promo5 {
    margin-top: 40px
}

section#connect-agenda h3 {
    margin-bottom: 0;
    margin-top: 0
}

section#connect-agenda h3.blue {
    font-weight: 400;
    margin-top: 0
}

section#connect-agenda ul {
    list-style: none;
    margin: 0;
    padding: 0
}

section#connect-agenda ul dl {
    margin: 20px 0
}

@media (min-width:768px) {
    section#connect-agenda ul dl {
        display: grid;
        grid-template-columns: 1fr 3fr
    }
}

@media (min-width:1024px) {
    section#connect-agenda ul dl {
        display: grid;
        grid-template-columns: 1fr 2fr
    }
}

section#connect-agenda ul dt {
    font-weight: 300;
    letter-spacing: .25px
}

section#connect-agenda ul dd {
    font-family: Google Sans, Roboto, Arial, sans-serif;
    margin: 0;
    font-size: 16px;
    line-height: 26px
}

@media (min-width:1024px) {
    section#connect-agenda ul dd {
        font-size: 22px;
        line-height: 30px
    }
}

section#connect-subfooter {
    margin-bottom: 0
}

@media (min-width:1280px) {
    section#connect-subfooter .subfooter-wrapper {
        display: flex;
        justify-content: space-between;
        height: 520px
    }
}

section#connect-subfooter h3 {
    color: #fff;
    margin: 0
}

@media (min-width:768px) {
    section#connect-subfooter h3 {
        width: 70%
    }
}

@media (min-width:1280px) {
    section#connect-subfooter h3 {
        width: 100%
    }
}

section#connect-subfooter .subfooter-col {
    width: 100%
}

@media (min-width:1280px) {
    section#connect-subfooter .subfooter-col {
        width: 51%
    }
}

section#connect-subfooter .subfooter-background {
    background-image: url(../jpg/subfooter-image.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 180px
}

@media (min-width:768px) {
    section#connect-subfooter .subfooter-background {
        height: 340px;
        background-position-y: -30px
    }
}

@media (min-width:1024px) {
    section#connect-subfooter .subfooter-background {
        height: 390px
    }
}

@media (min-width:1280px) {
    section#connect-subfooter .subfooter-background {
        height: auto;
        background-size: 120%
    }
}

section#connect-subfooter .subfooter-content {
    background-color: #1a73e8;
    padding: 30px 16px 80px;
    color: #fff
}

@media (min-width:768px) {
    section#connect-subfooter .subfooter-content {
        padding: 40px 32px 60px
    }
}

@media (min-width:1280px) {
    section#connect-subfooter .subfooter-content {
        padding: 90px 90px 115px;
        display: flex;
        justify-content: center
    }
}

section#connect-subfooter .subfooter-content .content-wrapper {
    width: 100%
}

@media (min-width:1024px) {
    section#connect-subfooter .subfooter-content .content-wrapper {
        width: 70%
    }
}

@media (min-width:1280px) {
    section#connect-subfooter .subfooter-content .content-wrapper {
        width: 80%;
        align-self: center
    }
}

section#connect-subfooter a.button-outline {
    margin-top: 10px
}

footer {
    background-color: #3c4043;
    width: 100%;
    color: #fff;
    margin-top: 120px;
    padding: 0 0 51px
}

footer a,
footer a:hover,
footer a:visited {
    color: #fff;
    text-decoration: none
}

@media (min-width:768px) {
    footer {
        padding-top: 0;
        padding-bottom: 45px;
        margin-top: 150px
    }
}

@media (min-width:1280px) {
    footer {
        margin-top: 170px
    }
}

footer .logo-follow {
    padding: 30px 0 0
}

@media (min-width:768px) {
    footer .logo-follow {
        display: flex;
        justify-content: space-between;
        border-bottom: 1px solid #fff;
        margin-bottom: 30px;
        padding-bottom: 30px
    }
}

footer .logo-follow #connect-footer-logo,
footer .logo-follow #footer-logo {
    max-width: 140px
}

footer .social-follow {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    margin: 20px 0 36px;
    padding: 25px 0
}

@media (min-width:768px) {
    footer .social-follow {
        border-top: none;
        border-bottom: none;
        padding: 0;
        margin: 0
    }
}

footer .social-follow p {
    margin-right: 20px;
    vertical-align: top;
    display: inline-block
}

footer .social-follow .social-icons {
    display: inline-block
}

footer .social-follow .social-icons.faized {
    display: inline-flex;
    font-size: 24px
}

footer .social-follow .social-icons.faized a {
    display: block;
    margin: 0 0 0 24px
}

footer .social-follow .social-icons.faized a:first-child {
    margin-left: 0
}

footer svg {
    fill: #fff;
    border: #fff;
    width: 24px;
    height: 24px;
    display: inline-block;
    margin-right: 20px;
    vertical-align: top
}

footer p {
    font-weight: 500;
    margin: 0
}

@media (min-width:768px) {
    footer p {
        grid-row: 1
    }
}

footer ul.explore-links {
    list-style: none;
    padding: 0;
    margin: 0
}

@media (min-width:768px) {
    footer ul.explore-links {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        grid-gap: 2%
    }
}

footer ul.explore-links li {
    color: #fff;
    padding: 5px 0;
    color: #bdc1c6
}

footer ul.explore-links li a,
footer ul.explore-links li a:visited {
    color: #bdc1c6
}

footer .footer-col:first-child {
    margin-top: 0
}

footer .footer-col p {
    padding-bottom: 5px
}

footer .about-privacy {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #fff
}

@media (min-width:768px) {
    footer .about-privacy {
        padding-left: 0
    }
}

footer .about-privacy ul.about-links {
    padding-left: 0;
    margin: 0
}

footer .about-privacy ul.about-links li {
    display: inline-block;
    margin-right: 30px
}

footer .about-privacy ul.about-links li:last-child {
    padding-top: 18px
}

@media (min-width:768px) {
    footer .about-privacy ul.about-links li:last-child {
        padding-top: 0
    }
}

footer#connect-footer {
    background-color: #3c4043;
    width: 100%;
    color: #fff;
    margin-top: 0;
    padding: 0 0 51px
}

footer#connect-footer a,
footer#connect-footer a:hover,
footer#connect-footer a:visited {
    color: #fff
}

@media (min-width:768px) {
    footer#connect-footer {
        padding-top: 0;
        padding-bottom: 45px
    }
}

footer#connect-footer .logo-follow {
    padding: 30px 0 0
}

@media (min-width:768px) {
    footer#connect-footer .logo-follow {
        display: flex;
        justify-content: space-between;
        border-bottom: 1px solid #fff;
        margin-bottom: 30px;
        padding-bottom: 30px
    }
}

footer#connect-footer .logo-follow #footer-logo {
    max-width: 140px
}

footer#connect-footer .social-follow {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    margin: 20px 0 36px;
    padding: 25px 0
}

@media (min-width:768px) {
    footer#connect-footer .social-follow {
        border-top: none;
        border-bottom: none;
        padding: 0;
        margin: 0
    }
}

footer#connect-footer .social-follow p {
    margin-right: 20px;
    vertical-align: top;
    display: inline-block
}

footer#connect-footer .social-follow .social-icons {
    display: inline-block
}

footer#connect-footer .social-follow .social-icons.faized {
    display: inline-flex;
    font-size: 24px
}

footer#connect-footer .social-follow .social-icons.faized a {
    display: block;
    margin: 0 0 0 24px
}

footer#connect-footer .social-follow .social-icons.faized a:first-child {
    margin-left: 0
}

footer#connect-footer svg {
    fill: #fff;
    border: #fff;
    width: 24px;
    height: 24px;
    display: inline-block;
    margin-right: 20px;
    vertical-align: top
}

footer#connect-footer p {
    font-weight: 500;
    margin: 0
}

@media (min-width:768px) {
    footer#connect-footer p {
        grid-row: 1
    }
}

footer#connect-footer ul.explore-links {
    list-style: none;
    padding: 0;
    margin: 0
}

@media (min-width:768px) {
    footer#connect-footer ul.explore-links {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        grid-gap: 2%
    }
}

footer#connect-footer ul.explore-links li {
    color: #fff;
    padding: 5px 0;
    color: #bdc1c6
}

footer#connect-footer ul.explore-links li a,
footer#connect-footer ul.explore-links li a:visited {
    color: #bdc1c6
}

footer#connect-footer .footer-col:first-child {
    margin-top: 0
}

footer#connect-footer .footer-col p {
    padding-bottom: 5px
}

footer#connect-footer .about-privacy {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #fff
}

@media (min-width:768px) {
    footer#connect-footer .about-privacy {
        padding-left: 0
    }
}

footer#connect-footer .about-privacy ul.about-links {
    padding-left: 0
}

footer#connect-footer .about-privacy ul.about-links li {
    display: inline-block;
    margin-right: 30px
}

footer#connect-footer .about-privacy ul.about-links li:last-child {
    padding-top: 18px
}

@media (min-width:768px) {
    footer#connect-footer .about-privacy ul.about-links li:last-child {
        padding-top: 0
    }
}

footer#connect-footer .about-privacy ul.about-links li a:hover,
footer#connect-footer .about-privacy ul.about-links li a:visited {
    color: #fff
}

#global-nav #header-global {
    text-align: center;
    padding-top: 20px
}

@media (min-width:768px) {
    #global-nav #header-global {
        padding-top: 70px
    }
}

@media (min-width:1280px) {
    #global-nav #header-global {
        padding-top: 80px
    }
}

#global-nav #header-global img {
    width: 94px
}

@media (min-width:768px) {
    #global-nav #header-global img {
        width: 104px
    }
}

@media (min-width:1280px) {
    #global-nav #header-global img {
        width: 140px
    }
}

#global-nav h1 {
    color: #4285f4;
    margin-top: 10px
}

#global-nav h1,
#global-nav h5 {
    text-align: center;
    margin-bottom: 0
}

#global-nav a {
    text-decoration: none
}

#global-nav section#regions-mobile h4 {
    cursor: pointer
}

@media (min-width:1024px) {
    #global-nav section#regions-mobile {
        display: none
    }
}

#global-nav .region-wrapper {
    border-top: 1px solid #dadce0
}

#global-nav .region-title {
    border-bottom: 1px solid #dadce0;
    padding: 20px 0;
    margin: 0
}

#global-nav .region-title span {
    font-size: 16px;
    line-height: 24px;
    color: #3c4043;
    font-family: Google Sans, Roboto, Arial, sans-serif;
    font-weight: 400
}

@media (min-width:768px) {
    #global-nav .region-title span {
        font-size: 20px
    }
}

#global-nav .region-cities {
    display: block;
    margin: 20px 0
}

#global-nav .region-cities.last {
    margin-bottom: 0;
    border-bottom: 1px solid #dadce0;
    padding-bottom: 20px
}

#global-nav .region-cities a {
    color: #1a73e8;
    font-family: Google Sans, Roboto, Arial, sans-serif;
    font-weight: 500;
    letter-spacing: .75px;
    margin-bottom: 0;
    display: grid;
    grid-template-columns: 145px 1fr;
    text-decoration: none
}

#global-nav .region-cities a.disabled {
    color: #5f6369
}

@media (min-width:768px) {
    #global-nav .region-cities a {
        font-size: 16px;
        grid-template-columns: 150px 1fr
    }
}

#global-nav .region i {
    transition: all .2s ease-in-out;
    float: right;
    vertical-align: middle
}

#global-nav .region.closed .region-title i {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

#global-nav .region.open .region-cities {
    display: block
}

#global-nav #regions-desktop {
    display: none
}

@media (min-width:1024px) {
    #global-nav #regions-desktop {
        display: block
    }
}

#global-nav #regions-desktop .nav-desktop {
    text-align: center
}

#global-nav #regions-desktop .nav-desktop #desktopNavLinks {
    margin-bottom: 20px
}

#global-nav #regions-desktop .nav-desktop button.slick-arrow {
    border: none;
    background: transparent;
    outline: none
}

#global-nav #regions-desktop .nav-desktop button.slick-arrow.slick-next,
#global-nav #regions-desktop .nav-desktop button.slick-arrow.slick-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: auto;
    height: auto;
    padding: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    border: none;
    outline: none;
    background: transparent;
    background-color: #e8eaed;
    border-radius: 100px
}

#global-nav #regions-desktop .nav-desktop button.slick-arrow.slick-prev {
    left: 5%
}

@media (min-width:1090px) {
    #global-nav #regions-desktop .nav-desktop button.slick-arrow.slick-prev {
        left: 2%
    }
}

#global-nav #regions-desktop .nav-desktop button.slick-arrow.slick-next {
    right: 5%
}

@media (min-width:1090px) {
    #global-nav #regions-desktop .nav-desktop button.slick-arrow.slick-next {
        right: 2%
    }
}

#global-nav #regions-desktop .nav-desktop button.slick-arrow i {
    cursor: pointer;
    font-size: 50px;
    color: #3c4043
}

#global-nav #regions-desktop .nav-desktop .slick-track {
    margin-top: 0
}

#global-nav #regions-desktop .nav-desktop .slick-list {
    max-width: calc(100% - 220px);
    margin: 30px auto 0;
    padding: 0 0 0 35px
}

@media (min-width:1060px) {
    #global-nav #regions-desktop .nav-desktop .slick-list {
        padding-left: 40px
    }
}

@media (min-width:1130px) {
    #global-nav #regions-desktop .nav-desktop .slick-list {
        padding-left: 25px
    }
}

@media (min-width:1200px) {
    #global-nav #regions-desktop .nav-desktop .slick-list {
        padding-left: 25px
    }
}

@media (min-width:1230px) {
    #global-nav #regions-desktop .nav-desktop .slick-list {
        padding-left: 30px
    }
}

@media (min-width:1250px) {
    #global-nav #regions-desktop .nav-desktop .slick-list {
        padding-left: 35px
    }
}

@media (min-width:1280px) {
    #global-nav #regions-desktop .nav-desktop .slick-list {
        padding-left: 40px
    }
}

@media (min-width:1310px) {
    #global-nav #regions-desktop .nav-desktop .slick-list {
        padding-left: 18px;
        max-width: calc(100% - 240px)
    }
}

@media (min-width:1370px) {
    #global-nav #regions-desktop .nav-desktop .slick-list {
        padding-left: 25px
    }
}

@media (min-width:1420px) {
    #global-nav #regions-desktop .nav-desktop .slick-list {
        padding-left: 30px;
        max-width: calc(100% - 250px)
    }
}

@media (min-width:1450px) {
    #global-nav #regions-desktop .nav-desktop .slick-list {
        padding-left: 0;
        max-width: calc(100% - 275px)
    }
}

@media (min-width:1500px) {
    #global-nav #regions-desktop .nav-desktop .slick-list {
        padding-left: 20px
    }
}

@media (min-width:1610px) {
    #global-nav #regions-desktop .nav-desktop .slick-list {
        padding-left: 10px;
        max-width: calc(100% - 290px)
    }
}

@media (min-width:1740px) {
    #global-nav #regions-desktop .nav-desktop .slick-list {
        padding-left: 20px
    }
}

#global-nav #regions-desktop .navBox {
    display: inline-block;
    text-align: center;
    width: 100%
}

#global-nav #regions-desktop .navBox a {
    display: inline-block;
    color: #bdc1c6;
    font-family: Google Sans, Roboto, Arial, sans-serif;
    margin: 0 20px
}

#global-nav #regions-desktop .navBox a.highlight {
    color: #000
}

#global-nav #regions-desktop .navBox a:hover {
    color: #3c4043
}

#global-nav :focus {
    outline: none
}

#global-nav .navD-hovers {
    position: relative;
    opacity: .5
}

#global-nav .navD-hovers.in-view {
    opacity: 1;
    transition: opacity .25s ease-in-out
}

#global-nav .navD-hovers.not-in-view {
    opacity: .5
}

#global-nav .navD-hovers:focus {
    outline: none
}

#global-nav .navD-hovers img {
    width: 150px
}

#global-nav .navD-hovers img:focus {
    outline: none
}

#global-nav .navD-hovers .navD-place-date {
    color: #fff;
    position: absolute;
    z-index: 100;
    top: 40px;
    bottom: 0;
    width: 150px;
    font-family: Google Sans, Roboto, Arial, sans-serif
}

#global-nav .navD-hovers .navD-place-date i {
    line-height: 1.5
}

#global-nav .navD-hovers a,
#global-nav .navD-hovers p,
#global-nav .navD-hovers span {
    margin: 0;
    color: #fff
}

#global-nav .navD-hovers a.city-name,
#global-nav .navD-hovers p.city-name,
#global-nav .navD-hovers span.city-name {
    font-size: 18px;
    line-height: 22px;
    font-weight: 700
}

#global-nav .navD-hovers a {
    display: block;
    height: 100%
}

#global-nav .navD-hovers small {
    font-size: 11px
}

#global-map a {
    text-decoration: none
}

#global-map #image-map {
    display: none
}

@media (min-width:1024px) {
    #global-map #image-map {
        display: block
    }
}

#global-map .imp-wrap {
    width: 100%!important;
    max-width: 100%!important
}

section#save-the-date {
    margin: 50px 0 0;
    text-align: center
}

section#save-the-date h3 {
    margin-bottom: 0
}

section#save-the-date p {
    margin-top: 0
}

section#global-form {
    margin: 25px 0 0;
    background-color: #f8f9fa
}

section#global-form a {
    color: #1a73e8!important
}

section#global-form a:hover {
    color: #174ea6
}

section#global-form .mdc-form-field {
    color: #80868b
}

section#global-form .mktoHtmlText {
    width: 100%!important
}

section#global-form .mktoFormRow {
    position: relative;
    margin-bottom: 5px!important
}

section#global-form .mktoRadioList {
    width: 100%!important
}

section#global-form .mdc-select__native-control {
    line-height: 33px!important
}

form[id^=mktoForm_].mktoForm section#global-form .mdc-select .mdc-floating-label.hovered-label,
section#global-form .mdc-select .mdc-floating-label.mdc-floating-label--float-above,
section#global-form .mdc-select form[id^=mktoForm_].mktoForm .mdc-floating-label.hovered-label {
    top: 22px!important
}

section#global-form .textified {
    font-size: 16px;
    line-height: 26px
}

section#global-form .mdc-select .mdc-floating-label {
    left: 0!important;
    top: 18px!important
}

section#global-form .mktoHtmlText,
section#global-form form[id^=mktoForm_].mktoForm .mdc-select,
section#global-form form[id^=mktoForm_].mktoForm .mktoLabel {
    color: #80868b
}

section#global-form .mdc-select:after,
section#global-form .mdc-select:before,
section#global-form .mdc-select:not(.mdc-select--disabled) {
    background-color: transparent!important
}

section#global-form select {
    padding: 20px 0 6px!important
}

@media (min-width:768px) {
    section#global-form {
        background-color: transparent
    }
}

section#global-form .form {
    padding: 20px;
    background-image: url(https://lp.google-mkto.com/rs/248-TPC-286/images/form-bg.svg);
    background-repeat: no-repeat;
    background-size: cover
}

@media (min-width:768px) {
    section#global-form .form {
        padding: 80px
    }
}

@media (min-width:1024px) {
    section#global-form .form {
        padding: 80px
    }
}

@media (min-width:1280px) {
    section#global-form .form {
        padding: 80px 150px
    }
}

section#global-form .mdc-text-field,
section#global-form .mdc-text-field input {
    background-color: transparent
}

@media (min-width:1280px) {
    section#global-form .split {
        display: flex;
        flex-wrap: wrap
    }
    section#global-form .split .mktoFormRow {
        width: 49%!important;
        display: inline-block!important
    }
    section#global-form .split .mktoFormRow:nth-child(odd) {
        margin-right: 2%!important
    }
}

section#global-form .mdc-select {
    overflow: inherit!important
}

section#global-form form[id^=mktoForm_].mktoForm .mktoError {
    position: absolute;
    bottom: -24px!important
}

/*

html {
    box-sizing: border-box;
    scroll-behavior: smooth
}

*,
:after,
:before {
    box-sizing: inherit
}

.wrap {
    display: grid;
    position: relative
}

.mktoForm {
    overflow: hidden
}

img {
    max-width: 100%;
    height: auto
}

a.button.disabled {
    background-color: rgba(60, 64, 67, .12)
}

a.button-inverse.disabled,
a.button.disabled {
    cursor: default;
    pointer-events: none;
    color: rgba(60, 64, 67, .37)
}

a.button-inverse.disabled {
    background-color: #f1f3f4
}

.disabled {
    cursor: default;
    pointer-events: none
}

*/

i.material-icons.circle {
    background: #1a73e8;
    border-radius: 100%;
    color: #fff;
    vertical-align: text-top;
    font-size: 18px
}




.mdc-dialog-scroll-lock {
    overflow: auto
}

.mdc-layout-grid {
    padding-top: 0;
    padding-bottom: 0
}

@media (min-width:1280px) {
    .mdc-layout-grid {
        padding-left: 0;
        padding-right: 0
    }
}

.hide-mobile {
    display: none
}

@media (min-width:768px) {
    .hide-mobile {
        display: inherit
    }
}

.hide-mobile-tablet {
    display: none
}

@media (min-width:1024px) {
    .hide-mobile-tablet {
        display: inherit
    }
}

section {
    margin: 40px 0
}

@media (min-width:768px) {
    section {
        margin: 45px 0
    }
}

@media (min-width:1280px) {
    section {
        margin: 60px 0
    }
}

.mdc-dialog.agenda-dialog,
.mdc-dialog.agenda-table-dialog,
.mdc-dialog.partner-dialog,
.mdc-dialog.speaker-dialog {
    z-index: 400;
    cursor: pointer
}

.mdc-dialog.agenda-dialog .mdc-dialog__content,
.mdc-dialog.agenda-table-dialog .mdc-dialog__content,
.mdc-dialog.partner-dialog .mdc-dialog__content,
.mdc-dialog.speaker-dialog .mdc-dialog__content {
    color: #3c4043;
    text-align: left
}

.mdc-dialog.agenda-dialog .close-it,
.mdc-dialog.agenda-table-dialog .close-it,
.mdc-dialog.partner-dialog .close-it,
.mdc-dialog.speaker-dialog .close-it {
    background: #1a73e8;
    position: absolute;
    top: -14px;
    right: -2px;
    display: block;
    height: 42px;
    width: 42px;
    text-align: center;
    padding: 9px;
    border-radius: 100px;
    border: none;
    outline: 0;
    z-index: 1000
}

@media (min-width:768px) {
    .mdc-dialog.agenda-dialog .close-it,
    .mdc-dialog.agenda-table-dialog .close-it,
    .mdc-dialog.partner-dialog .close-it,
    .mdc-dialog.speaker-dialog .close-it {
        right: -14px
    }
}

.mdc-dialog.agenda-dialog .close-it:hover,
.mdc-dialog.agenda-table-dialog .close-it:hover,
.mdc-dialog.partner-dialog .close-it:hover,
.mdc-dialog.speaker-dialog .close-it:hover {
    cursor: pointer
}

.mdc-dialog.agenda-dialog .close-it i.close-it-inner,
.mdc-dialog.agenda-table-dialog .close-it i.close-it-inner,
.mdc-dialog.partner-dialog .close-it i.close-it-inner,
.mdc-dialog.speaker-dialog .close-it i.close-it-inner {
    color: #fff;
    font-size: 24px
}

@media (min-width:768px) {
    .mdc-dialog.agenda-dialog .modal-header,
    .mdc-dialog.agenda-table-dialog .modal-header,
    .mdc-dialog.partner-dialog .modal-header,
    .mdc-dialog.speaker-dialog .modal-header {
        display: grid;
        grid-template-columns: 240px auto;
        grid-column-gap: 1rem;
        align-items: end;
        margin-bottom: 1rem;
        text-align: left
    }
}

.mdc-dialog.agenda-dialog .modal-header h3,
.mdc-dialog.agenda-table-dialog .modal-header h3,
.mdc-dialog.partner-dialog .modal-header h3,
.mdc-dialog.speaker-dialog .modal-header h3 {
    margin: 0 0 .25rem;
    color: #3c4043;
    text-align: left
}

.mdc-dialog.agenda-dialog .modal-header p,
.mdc-dialog.agenda-table-dialog .modal-header p,
.mdc-dialog.partner-dialog .modal-header p,
.mdc-dialog.speaker-dialog .modal-header p {
    margin: 0
}

.mdc-dialog.agenda-dialog .modal-header p:last-child,
.mdc-dialog.agenda-table-dialog .modal-header p:last-child,
.mdc-dialog.partner-dialog .modal-header p:last-child,
.mdc-dialog.speaker-dialog .modal-header p:last-child {
    margin-bottom: .25rem
}

.mdc-dialog.agenda-dialog .modal-header img,
.mdc-dialog.agenda-table-dialog .modal-header img,
.mdc-dialog.partner-dialog .modal-header img,
.mdc-dialog.speaker-dialog .modal-header img {
    height: auto;
    width: 160px;
    margin: 0 0 .5rem;
    border-radius: 100000px
}

@media (min-width:768px) {
    .mdc-dialog.agenda-dialog .modal-header img,
    .mdc-dialog.agenda-table-dialog .modal-header img,
    .mdc-dialog.partner-dialog .modal-header img,
    .mdc-dialog.speaker-dialog .modal-header img {
        margin: 0;
        width: 240px
    }
}

.mdc-dialog .mdc-dialog__surface {
    border-radius: 0
}

.mdc-dialog--scrollable .mdc-dialog__content,
.mdc-dialog__content {
    padding: 1.5rem
}

.mdc-dialog__body {
    color: #3c4043
}

.mdc-dialog .mdc-dialog__scrim {
    background: rgba(60, 64, 67, .8)
}

@media (min-width:1024px) {
    .mdc-dialog .mdc-dialog__container {
        max-width: 770px
    }
}