/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;

}

body {
    margin: 0
}

h1,h2,h3,h4,h5,h6 {
    font-size: inherit;
    line-height: inherit;
    margin: 0 0 16px
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace;
    font-size: 1em
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

ol,ul {
    padding-left: 32px
}

li {
    padding-left: 8px
}

code,kbd,samp {
    font-family: monospace;
    font-size: 1em
}

code {
    overflow: auto;
    -ms-overflow-style: scrollbar
}

small {
    font-size: .8em
}

sub,sup {
    font-size: .75em;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

button,input,optgroup,select,textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,input {
    overflow: visible
}

button,select {
    text-transform: none
}

[type=button],[type=reset],[type=submit],button {
    -webkit-appearance: button
}

/*----- Added -----*/
.con-us{
    line-height:60px;
}

.myselect {
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      width: 100%;
      max-width: 400px;
      padding: 6px 12px;
      border-radius: 4px;
      border: 1px solid #cbd1d8;
      font-size: 1rem;
      line-height: 1.5;
      background: #fff url(/static-assets/images/down.svg) no-repeat center right 12px / 18px 18px;
      transition: all .2s ease-in-out;
    }

    /*IE*/
    .myselect::-ms-expand {
      display: none;
    }

    .myselect:focus {
      outline: 0;
      border-color: #7bbaff;
      box-shadow: 0 0 0 3px rgba(0, 121, 250, .3);
    }
    
    
    .myoption {
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      width: 100%;
      max-width: 400px;
      padding: 6px 12px;
      border-radius: 4px;
      border: 1px solid #cbd1d8;
      font-size: 1rem;
      line-height: 1.5;
      background: #fff url(/static-assets/images/down.svg) no-repeat center right 12px / 18px 18px;
      transition: all .2s ease-in-out;
    }

    /*IE*/
    .myoption::-ms-expand {
      display: none;
    }

    .myoption:focus {
      outline: 0;
      border-color: #7bbaff;
      box-shadow: 0 0 0 3px rgba(0, 121, 250, .3);
    }
    
    
    

[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

fieldset {
    padding: .35em .75em .625em
}
.grid.leftposition{
    padding-bottom:50px;
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox],[type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

[hidden],template {
    display: none
}

:root {
    --mdc-theme-primary: #ff3a30;
    --mdc-theme-secondary: #1a1a1a;
    --mdc-theme-background: #f9f9f9;
    --mdc-theme-surface: #fff;
    --mdc-theme-error: #a30000;
    --mdc-theme-on-primary: #fff;
    --mdc-theme-on-secondary: #fff;
    --mdc-theme-on-surface: #595959;
    --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: rgba(255,0,0,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-typography--subtitle1-on-dark: #fff;;
}

/*adding space between scheme select and option/plan */
#option_Select{
    margin-left: 2rem !important;
}



/* Adding Scheme Select sizing */
    #scheme_selector {
    /*width: 120%;*/
    margin-left: 2rem !important;
    }



.mdc-theme--primary {
    color: #ff3a30!important;
    color: var(--mdc-theme-primary,#ff3a30)!important
}

.mdc-theme--secondary {
    color: #1a1a1a!important;
    color: var(--mdc-theme-secondary,#1a1a1a)!important
}

.mdc-theme--background {
    background-color: #f9f9f9;
    background-color: var(--mdc-theme-background,#f9f9f9)
}

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

.mdc-theme--error {
    color: #a30000!important;
    color: var(--mdc-theme-error,#a30000)!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: #595959!important;
    color: var(--mdc-theme-on-surface,#595959)!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, .mdc-typography--subtitle1-on-dark {
    color: #fff!important;
    color: var(--mdc-theme-text-primary-on-dark,#fff)!important
}

.mdc-theme--text-secondary-on-dark {
    color: rgba(255,0,0,.7)!important;
    color: var(--mdc-theme-text-secondary-on-dark,rgba(255,0,0,.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: #ff3a30!important;
    background-color: var(--mdc-theme-primary,#ff3a30)!important
}

.mdc-theme--secondary-bg {
    background-color: #1a1a1a!important;
    background-color: var(--mdc-theme-secondary,#1a1a1a)!important
}

/* Added */
.inpage-banner {
    border-radius: 24px;
}
.inpage-banner .motion-homebanner {
    border-radius: 24px;
}
.blue-Table table {
    padding-top: 15px;
}
.blue-Table table th {
    background-color: #113262;
    padding: 10px;
    color: #FFF;
    font-weight: 400;
    border-radius: 5px;
}

#chronic-condition-lists,#benefit-summaries,#healthcareprogrammes,#provider-guides,#focus-pages,#faqs,#protocols {
  scroll-margin-top: 200px;
}

.blue-Table table th strong {
    font-weight: 700;
    display: block;
}
.blue-Table table tbody td {
    border-bottom: 1px solid #ececec;
    padding-top: 20px;
    padding-bottom: 20px;
}
.blue-Table table tbody td + td{ 
    padding-top: 0.8rem;
}

.blue-Table .motion-vertical-menu__responsive-select {
    display: inline-block;
    width: auto;
}
.blue-Table a {
    color: #ff3a30;
}
ul .indented-list ul {
    list-style-type:disc;
    padding-left: 50px;
}
 ul .indented-list ul .motion-list--item{
    padding-top:0px;
     padding-bottom:0px;
}

.indented-list{
    
}



.grid {
    box-sizing: border-box;
    margin: 0 auto;
    padding: 16px 18px
}

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

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

.grid__inner {
    display: grid;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin: 0;
    grid-gap: 16px
}

@media (max-width: 803.98px) {
    .grid__inner {
        grid-template-columns:repeat(4,minmax(0,1fr))
    }
}

@media (min-width: 804px) and (max-width:1247.98px) {
    .grid,.stepper__width {
        max-width:840px
    }

    .grid__inner {
        grid-template-columns: repeat(8,minmax(0,1fr))
    }
}

@media (min-width: 1248px) {
    .grid,.stepper__width {
        max-width:1284px
    }

    .grid__inner {
        grid-template-columns: repeat(12,minmax(0,1fr))
    }
}

.grid__cell {
    box-sizing: border-box;
    margin: 0
}

@media (max-width: 803.98px) {
    .grid__cell--span-all {
        grid-column:1/span 4;
        width: auto
    }

    .grid__cell--span-1-phone {
        grid-column: span 1;
        width: auto
    }

    .grid__cell--span-2-phone {
        grid-column: span 2;
        width: auto
    }

    .grid__cell--span-3-phone {
        grid-column: span 3;
        width: auto
    }

    .grid__cell--span-4-phone {
        grid-column: span 4;
        width: auto
    }

    .grid__cell--order-1-phone {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .grid__cell--order-2-phone {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .grid__cell--order-3-phone {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .grid__cell--order-4-phone {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }
}

@media (min-width: 804px) and (max-width:1247.98px) {
    .grid__cell--span-all {
        grid-column:1/span 8;
        width: auto
    }

    .grid__cell--span-1-tablet {
        grid-column: span 1;
        width: auto
    }

    .grid__cell--span-2-tablet {
        grid-column: span 2;
        width: auto
    }

    .grid__cell--span-3-tablet {
        grid-column: span 3;
        width: auto
    }

    .grid__cell--span-4-tablet {
        grid-column: span 4;
        width: auto
    }

    .grid__cell--span-5-tablet {
        grid-column: span 5;
        width: auto
    }

    .grid__cell--span-6-tablet {
        grid-column: span 6;
        width: auto
    }

    .grid__cell--span-7-tablet {
        grid-column: span 7;
        width: auto
    }

    .grid__cell--span-8-tablet {
        grid-column: span 8;
        width: auto
    }

    .grid__cell--order-1-tablet {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .grid__cell--order-2-tablet {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .grid__cell--order-3-tablet {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .grid__cell--order-4-tablet {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .grid__cell--order-5-tablet {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .grid__cell--order-6-tablet {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .grid__cell--order-7-tablet {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .grid__cell--order-8-tablet {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }
}

@media (min-width: 1248px) {
    .grid__cell--span-all {
        grid-column:1/span 12;
        width: auto
    }

    .grid__cell--span-1-desktop {
        grid-column: span 1;
        width: auto
    }

    .grid__cell--span-2-desktop {
        grid-column: span 2;
        width: auto
    }

    .grid__cell--span-3-desktop {
        grid-column: span 3;
        width: auto
    }

    .grid__cell--span-4-desktop {
        grid-column: span 4;
        width: auto
    }

    .grid__cell--span-5-desktop {
        grid-column: span 5;
        width: auto
    }

    .grid__cell--span-6-desktop {
        grid-column: span 6;
        width: auto
    }

    .grid__cell--span-7-desktop {
        grid-column: span 7;
        width: auto
    }

    .grid__cell--span-8-desktop {
        grid-column: span 8;
        width: auto
    }

    .grid__cell--span-9-desktop {
        grid-column: span 9;
        width: auto
    }

    .grid__cell--span-10-desktop {
        grid-column: span 10;
        width: auto
    }

    .grid__cell--span-11-desktop {
        grid-column: span 11;
        width: auto
    }

    .grid__cell--span-12-desktop {
        grid-column: span 12;
        width: auto
    }

    .grid__cell--order-1-desktop {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .grid__cell--order-2-desktop {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .grid__cell--order-3-desktop {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .grid__cell--order-4-desktop {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .grid__cell--order-5-desktop {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .grid__cell--order-6-desktop {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .grid__cell--order-7-desktop {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .grid__cell--order-8-desktop {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .grid__cell--order-9-desktop {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .grid__cell--order-10-desktop {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .grid__cell--order-11-desktop {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .grid__cell--order-12-desktop {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }
}

.grid__cell--align-top {
    -ms-flex-item-align: start;
    align-self: start
}

.grid__cell--align-middle {
    -ms-flex-item-align: center;
    align-self: center
}

.grid__cell--align-bottom {
    -ms-flex-item-align: end;
    align-self: end
}

.grid__cell--align-stretch {
    -ms-flex-item-align: stretch;
    align-self: stretch
}

.grid__cell--justify-left {
    grid-column: 1/-1;
    justify-self: start
}

.grid__cell--justify-center {
    grid-column: 1/-1;
    justify-self: center
}

.grid__cell--justify-right {
    grid-column: 1/-1;
    justify-self: end
}

.grid__cell--justify-stretch {
    grid-column: 1/-1;
    justify-self: stretch
}

@media (min-width: 804px) {
    .grid__cell--align-top-tablet {
        -ms-flex-item-align:start;
        align-self: start
    }

    .grid__cell--align-middle-tablet {
        -ms-flex-item-align: center;
        align-self: center
    }

    .grid__cell--align-bottom-tablet {
        -ms-flex-item-align: end;
        align-self: end
    }

    .grid__cell--align-stretch-tablet {
        -ms-flex-item-align: stretch;
        align-self: stretch
    }

    .grid__cell--justify-left-tablet {
        grid-column: 1/-1;
        justify-self: start
    }

    .grid__cell--justify-center-tablet {
        grid-column: 1/-1;
        justify-self: center
    }

    .grid__cell--justify-right-tablet {
        grid-column: 1/-1;
        justify-self: end
    }

    .grid__cell--justify-stretch-tablet {
        grid-column: 1/-1;
        justify-self: stretch
    }
}

@media (min-width: 1248px) {
    .grid__cell--align-top-desktop {
        -ms-flex-item-align:start;
        align-self: start
    }

    .grid__cell--align-middle-desktop {
        -ms-flex-item-align: center;
        align-self: center
    }

    .grid__cell--align-bottom-desktop {
        -ms-flex-item-align: end;
        align-self: end
    }

    .grid__cell--align-stretch-desktop {
        -ms-flex-item-align: stretch;
        align-self: stretch
    }

    .grid__cell--justify-left-desktop {
        grid-column: 1/-1;
        justify-self: start
    }

    .grid__cell--justify-center-desktop {
        grid-column: 1/-1;
        justify-self: center
    }

    .grid__cell--justify-right-desktop {
        grid-column: 1/-1;
        justify-self: end
    }

    .grid__cell--justify-stretch-desktop {
        grid-column: 1/-1;
        justify-self: stretch
    }
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    box-sizing: border-box;
    margin: 0
}

.flex,.flex.flex--col {
    -webkit-box-direction: normal
}

.flex.flex--col {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column
}

.flex__cell {
    position: relative;
    width: 100%;
    box-sizing: border-box
}

@media (max-width: 803.98px) {
    .flex__cell--span-1-phone {
        -webkit-box-flex:0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .flex__cell--order-1-phone {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .flex__cell--offset-1-phone {
        margin-left: 25%
    }

    .flex__cell--span-2-phone {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .flex__cell--order-2-phone {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .flex__cell--offset-2-phone {
        margin-left: 50%
    }

    .flex__cell--span-3-phone {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .flex__cell--order-3-phone {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .flex__cell--offset-3-phone {
        margin-left: 75%
    }

    .flex__cell--span-4-phone {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .flex__cell--order-4-phone {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .flex__cell--order-first-phone {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .flex__cell--order-last-phone {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .flex__cell--auto-phone {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }
}

@media (min-width: 804px) and (max-width:1247.98px) {
    .flex__cell--span-1-tablet {
        -webkit-box-flex:0;
        -ms-flex: 0 0 12.5%;
        flex: 0 0 12.5%;
        max-width: 12.5%
    }

    .flex__cell--order-1-tablet {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .flex__cell--offset-1-tablet {
        margin-left: 12.5%
    }

    .flex__cell--span-2-tablet {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .flex__cell--order-2-tablet {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .flex__cell--offset-2-tablet {
        margin-left: 25%
    }

    .flex__cell--span-3-tablet {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 37.5%;
        flex: 0 0 37.5%;
        max-width: 37.5%
    }

    .flex__cell--order-3-tablet {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .flex__cell--offset-3-tablet {
        margin-left: 37.5%
    }

    .flex__cell--span-4-tablet {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .flex__cell--order-4-tablet {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .flex__cell--offset-4-tablet {
        margin-left: 50%
    }

    .flex__cell--span-5-tablet {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 62.5%;
        flex: 0 0 62.5%;
        max-width: 62.5%
    }

    .flex__cell--order-5-tablet {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .flex__cell--offset-5-tablet {
        margin-left: 62.5%
    }

    .flex__cell--span-6-tablet {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .flex__cell--order-6-tablet {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .flex__cell--offset-6-tablet {
        margin-left: 75%
    }

    .flex__cell--span-7-tablet {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 87.5%;
        flex: 0 0 87.5%;
        max-width: 87.5%
    }

    .flex__cell--order-7-tablet {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .flex__cell--offset-7-tablet {
        margin-left: 87.5%
    }

    .flex__cell--span-8-tablet {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .flex__cell--order-8-tablet {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .flex__cell--order-first-tablet {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .flex__cell--order-last-tablet {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .flex__cell--auto-tablet {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }
}

@media (min-width: 1248px) {
    .flex__cell--span-1-desktop {
        -webkit-box-flex:0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .flex__cell--order-1-desktop {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .flex__cell--offset-1-desktop {
        margin-left: 8.33333%
    }

    .flex__cell--span-2-desktop {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .flex__cell--order-2-desktop {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .flex__cell--offset-2-desktop {
        margin-left: 16.66667%
    }

    .flex__cell--span-3-desktop {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .flex__cell--order-3-desktop {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .flex__cell--offset-3-desktop {
        margin-left: 25%
    }

    .flex__cell--span-4-desktop {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .flex__cell--order-4-desktop {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .flex__cell--offset-4-desktop {
        margin-left: 33.33333%
    }

    .flex__cell--span-5-desktop {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .flex__cell--order-5-desktop {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .flex__cell--offset-5-desktop {
        margin-left: 41.66667%
    }

    .flex__cell--span-6-desktop {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .flex__cell--order-6-desktop {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .flex__cell--offset-6-desktop {
        margin-left: 50%
    }

    .flex__cell--span-7-desktop {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .flex__cell--order-7-desktop {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .flex__cell--offset-7-desktop {
        margin-left: 58.33333%
    }

    .flex__cell--span-8-desktop {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .flex__cell--order-8-desktop {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .flex__cell--offset-8-desktop {
        margin-left: 66.66667%
    }

    .flex__cell--span-9-desktop {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .flex__cell--order-9-desktop {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .flex__cell--offset-9-desktop {
        margin-left: 75%
    }

    .flex__cell--span-10-desktop {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .flex__cell--order-10-desktop {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .flex__cell--offset-10-desktop {
        margin-left: 83.33333%
    }

    .flex__cell--span-11-desktop {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .flex__cell--order-11-desktop {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .flex__cell--offset-11-desktop {
        margin-left: 91.66667%
    }

    .flex__cell--span-12-desktop {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .flex__cell--order-12-desktop {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }

    .flex__cell--order-first-desktop {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .flex__cell--order-last-desktop {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }

    .flex__cell--auto-desktop {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }
}

.flex__cell--align-top {
    -ms-flex-item-align: start;
    align-self: flex-start
}

.flex__cell--align-middle {
    -ms-flex-item-align: center;
    align-self: center
}

.flex__cell--align-bottom {
    -ms-flex-item-align: end;
    align-self: flex-end
}

.flex__cell--align-stretch {
    -ms-flex-item-align: stretch;
    align-self: stretch
}

.flex__cell--justify-left {
    justify-self: flex-start
}

.flex__cell--justify-center {
    justify-self: center
}

.flex__cell--justify-right {
    justify-self: flex-end
}

.flex__cell--justify-stretch {
    justify-self: stretch
}

@media (min-width: 804px) {
    .flex__cell--align-top-tablet {
        -ms-flex-item-align:start;
        align-self: flex-start
    }

    .flex__cell--align-middle-tablet {
        -ms-flex-item-align: center;
        align-self: center
    }

    .flex__cell--align-bottom-tablet {
        -ms-flex-item-align: end;
        align-self: flex-end
    }

    .flex__cell--align-stretch-tablet {
        -ms-flex-item-align: stretch;
        align-self: stretch
    }

    .flex__cell--justify-left-tablet {
        justify-self: flex-start
    }

    .flex__cell--justify-center-tablet {
        justify-self: center
    }

    .flex__cell--justify-right-tablet {
        justify-self: flex-end
    }

    .flex__cell--justify-stretch-tablet {
        justify-self: stretch
    }
}

@media (min-width: 1248px) {
    .flex__cell--align-top-desktop {
        -ms-flex-item-align:start;
        align-self: flex-start
    }

    .flex__cell--align-middle-desktop {
        -ms-flex-item-align: center;
        align-self: center
    }

    .flex__cell--align-bottom-desktop {
        -ms-flex-item-align: end;
        align-self: flex-end
    }

    .flex__cell--align-stretch-desktop {
        -ms-flex-item-align: stretch;
        align-self: stretch
    }

    .flex__cell--justify-left-desktop {
        justify-self: flex-start
    }

    .flex__cell--justify-center-desktop {
        justify-self: center
    }

    .flex__cell--justify-right-desktop {
        justify-self: flex-end
    }

    .flex__cell--justify-stretch-desktop {
        justify-self: stretch
    }
}

@-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(0) scale(1);
        transform: translate(0) scale(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(0) scale(1);
        transform: translate(0) scale(1);
        -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(0) scale(1);
        transform: translate(0) scale(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(0) scale(1);
        transform: translate(0) scale(1);
        -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: 0;
        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: 0;
        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: 0;
        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: 0;
        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)
}

@supports not (-ms-ime-align:auto) {
    .mdc-ripple-surface--primary:after,.mdc-ripple-surface--primary:before {
        background-color: #ff3a30;
        background-color: var(--mdc-theme-primary,#ff3a30)
    }
}

@supports not (-ms-ime-align:auto) {
    .mdc-ripple-surface--accent:after,.mdc-ripple-surface--accent:before {
        background-color: #1a1a1a;
        background-color: var(--mdc-theme-secondary,#1a1a1a)
    }
}

.mdc-typography--headline1 {
    font-size: 2.25rem;
    font-weight: 800;
    line-height: 1.2em;
    letter-spacing: -.04167em;
    color: rgba(0,0,0,.87);
    margin: 0 0 16px
}

.mdc-typography--headline2,.motion-z-layout__headline {
    font-size: 2rem;
    font-weight: 800;
    line-height: 1.2em;
    letter-spacing: -.01562em;
    color: rgba(0,0,0,.87);
    margin: 0 0 16px
}

.mdc-typography--headline3,.motion-form-header__headline {
    font-size: 1.75rem;
    font-weight: 800;
    line-height: 1.04167em;
    letter-spacing: normal;
    color: rgba(0,0,0,.87);
    margin: 0 0 16px
}

.mdc-typography--headline4 {
    font-size: 1.5rem;
    font-weight: 800;
    line-height: 1.17647em;
    letter-spacing: .01042em;
    color: rgba(0,0,0,.87);
    margin: 0 0 16px
}

.mdc-card__headline,.mdc-drawer__title,.mdc-typography--headline5 {
    font-size: 1.375rem;
    font-weight: 600;
    line-height: 1.36364em;
    letter-spacing: normal;
    color: rgba(0,0,0,.87);
    margin: 0 0 16px
}

.cardlike-checker__headline,.mdc-top-app-bar__title,.mdc-typography--headline6,.michele-button.mat-button .michele-button__headline {
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1.6em;
    letter-spacing: .01389em;
    color: rgba(0,0,0,.87);
    margin: 0 0 16px
}

@media (min-width: 1248px) {
    .mdc-typography--headline1 {
        font-size:3.75rem
    }

    .mdc-typography--headline2,.motion-z-layout__headline {
        font-size: 3rem
    }

    .mdc-typography--headline3,.motion-form-header__headline {
        font-size: 2.25rem
    }

    .mdc-typography--headline4 {
        font-size: 1.875rem
    }
}

.mdc-expander__trigger-text,.mdc-list-group__subheader,.mdc-select .mdc-floating-label,.mdc-select:not(.mdc-select--disabled) .mdc-select__native-control,.mdc-select:not(.mdc-select--disabled) .mdc-select__selected-text,.mdc-typography--subtitle1, .mdc-typography--subtitle1-on-dark {
    font-size: 1rem;
    line-height: 1.75em;
    font-weight: 600;
    letter-spacing: .00937em;
    color: rgba(0,0,0,.87)
}

.mdc-typography--subtitle2 {
    font-size: .875rem;
    line-height: 1.57143em;
    font-weight: 600;
    letter-spacing: .00714em;
    color: rgba(0,0,0,.87)
}

.hero-body,.mdc-typography--body1,.motion-z-layout,.spotlight-body,.spotlight-row__inner {
    font-size: 1rem;
    line-height: 1.6875em;
    font-weight: 400;
    letter-spacing: .03125em
}

.grid.mat-grid,.mdc-card__content,.mdc-drawer .mdc-list-group__subheader,.mdc-drawer__subtitle,.mdc-list,.mdc-list-item__secondary-text,.mdc-typography--body2,.motion-error--after-submit-button,.motion-form-header__paragraph {
    font-size: .875rem;
    line-height: 1.64286em;
    font-weight: 400;
    letter-spacing: .01786em
}

.cardlike-checker__bodycopy,.mdc-list-group__annotation,.mdc-typography--caption,.michele-button.mat-button .michele-button__bodycopy {
    font-size: .75rem;
    line-height: 1.66667em;
    font-weight: 500;
    letter-spacing: .03333em
}

.mdc-button,.mdc-typography--button,.motion-chip {
    font-size: .875rem;
    font-weight: 600;
    letter-spacing: .08929em;
    text-decoration: none;
    text-transform: none
}

.hero-body__overline,.mdc-typography--overline,.spotlight-body__overline {
    font-size: .75rem;
    line-height: 2.66667em;
    font-weight: 500;
    letter-spacing: .16667em;
    text-transform: uppercase
}

.mdc-typography--quotation {
    font-size: 1.375rem;
    line-height: 1.45455em;
    font-weight: 300;
    font-style: italic
}

.mdc-typography {
    letter-spacing: normal;
    text-decoration: inherit;
    text-transform: inherit;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    color: rgba(0,0,0,.87)
}

::selection {
    color: #fff;
    background-color: rgba(0,0,0,.87)
}

p {
    margin: 0 0 1.5rem
}

a {
    color: #000;
    background-color: transparent;
    font-weight: 600;
    text-decoration: underline;
    -webkit-text-decoration-skip: objects;
    text-decoration-skip: objects;
    text-decoration-skip-ink: auto
}

a>.material-icons {
    color: inherit
}

a:focus,a:hover {
    cursor: pointer;
    color: #ff3a30
}

a:focus>.material-icons,a:focus>h1,a:focus>h2,a:focus>h3,a:focus>h4,a:focus>h5,a:focus>h6,a:hover>.material-icons,a:hover>h1,a:hover>h2,a:hover>h3,a:hover>h4,a:hover>h5,a:hover>h6 {
    color: inherit
}

a:not([href]):not([tabindex]),a:not([href]):not([tabindex]):focus,a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([tabindex]):focus {
    outline: 0
}

b,strong {
    font-weight: 600
}

hr {
    border: 0;
    border-bottom: 1px solid rgba(0,0,0,.13)
}

.hr--on-plane {
    margin: 24px 0
}

.blank-line {
    display: block
}

.blank-line:after {
    content: "";
    display: block
}

.blank-line-1:after {
    height: 1.6875em
}

.mdc-card__content .blank-line-1:after,.mdc-typography--body2 .blank-line-1:after {
    height: 1.64286em
}

.blank-line-2:after {
    height: 3.375em
}

.mdc-card__content .blank-line-2:after,.mdc-typography--body2 .blank-line-2:after {
    height: 3.28571em
}

.blank-line-3:after {
    height: 5.0625em
}

.mdc-card__content .blank-line-3:after,.mdc-typography--body2 .blank-line-3:after {
    height: 4.92857em
}

.blank-line-4:after {
    height: 6.75em
}

.mdc-card__content .blank-line-4:after,.mdc-typography--body2 .blank-line-4:after {
    height: 6.57143em
}

.blank-line-5:after {
    height: 8.4375em
}

.mdc-card__content .blank-line-5:after,.mdc-typography--body2 .blank-line-5:after {
    height: 8.21429em
}

@media (max-width: 1247.98px) {
    .blank-line {
        display:none
    }
}

.text--dark-high-emphasis {
    color: rgba(0,0,0,.87)!important
}

.text--dark-high-emphasis .material-icons {
    color: inherit
}

.text--dark-medium-emphasis {
    color: rgba(0,0,0,.6)!important
}

.text--dark-medium-emphasis .material-icons {
    color: inherit
}

.text--dark-low-emphasis {
    color: rgba(0,0,0,.38)!important
}

.text--dark-low-emphasis .material-icons {
    color: inherit
}

.text--breakword {
    word-break: break-all
}

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

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

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

.text--nowrap {
    white-space: nowrap
}

@media (min-width: 804px) {
    .text--align-left-tablet {
        text-align:left!important
    }

    .text--align-right-tablet {
        text-align: right!important
    }

    .text--align-center-tablet {
        text-align: center!important
    }

    .text--nowrap-tablet {
        white-space: nowrap
    }
}

@media (min-width: 1248px) {
    .text--align-left-desktop {
        text-align:left!important
    }

    .text--align-right-desktop {
        text-align: right!important
    }

    .text--align-center-desktop {
        text-align: center!important
    }

    .text--nowrap-desktop {
        white-space: nowrap
    }
}

.text--weight-light {
    font-weight: 300!important
}

.text--weight-book {
    font-weight: 400!important
}

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

.text--weight-semibold {
    font-weight: 600!important
}

.text--weight-bold {
    font-weight: 700!important
}

.text--weight-black {
    font-weight: 800!important
}

.text--italic {
    font-style: italic!important
}

.text--monospace {
    font-family: SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace!important
}

.motion-fyi-link,.text--decoration-none {
    text-decoration: none
}

.motion-fyi-link {
    font-style: italic;
    border-bottom: 2px dashed rgba(0,0,0,.87)
}

.motion-fyi-link:focus,.motion-fyi-link:hover {
    border-color: #ff3a30
}

@supports not (-ms-ime-align:auto) {
    .mdc-ripple-surface--primary:after,.mdc-ripple-surface--primary:before {
        background-color: #ff3a30;
        background-color: var(--mdc-theme-primary,#ff3a30)
    }
}

@supports not (-ms-ime-align:auto) {
    .mdc-ripple-surface--accent:after,.mdc-ripple-surface--accent:before {
        background-color: #1a1a1a;
        background-color: var(--mdc-theme-secondary,#1a1a1a)
    }
}

.hero-body__actions,.mdc-btn-container,.spotlight-body__actions {
    display: block;
    text-align: center;
    margin-top: 32px
}

.hero-body__actions>.mat-button,.hero-body__actions>.mdc-button,.mdc-btn-container>.mat-button,.mdc-btn-container>.mdc-button,.spotlight-body__actions>.mat-button,.spotlight-body__actions>.mdc-button {
    margin: 0 8px 32px
}

.hero-body__actions>.mat-button:first-child:last-child,.hero-body__actions>.mdc-button:first-child:last-child,.mdc-btn-container>.mat-button:first-child:last-child,.mdc-btn-container>.mdc-button:first-child:last-child,.spotlight-body__actions>.mat-button:first-child:last-child,.spotlight-body__actions>.mdc-button:first-child:last-child {
    margin: 0
}

.mdc-btn-container.mdc-btn-container--column-stack>.mdc-button:last-child,.mdc-card__content .mdc-btn-container>.mdc-button:last-child {
    margin-bottom: 0
}

.mdc-button {
    --mdc-ripple-fg-size: 0;
    --mdc-ripple-left: 0;
    --mdc-ripple-top: 0;
    --mdc-ripple-fg-scale: 1;
    --mdc-ripple-fg-translate-end: 0;
    --mdc-ripple-fg-translate-start: 0;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    will-change: transform,opacity;
    padding: 0 8px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    box-sizing: border-box;
    min-width: 64px;
    height: 36px;
    border: none;
    outline: none;
    line-height: inherit;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-appearance: none;
    overflow: hidden;
    vertical-align: middle;
    border-radius: 24px
}

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

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

.mdc-button.mdc-ripple-upgraded:before {
    -webkit-transform: scale(1);
    transform: scale(1);
    -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: 0;
    top: var(--mdc-ripple-top,0);
    left: 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(0) scale(1);
    transform: translate(0) scale(1);
    -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: 100%;
    width: var(--mdc-ripple-fg-size,100%);
    height: 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 {
    color: rgba(89,89,89,.37);
    cursor: default;
    pointer-events: none
}

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

.mdc-button:not(:disabled) {
    color: #de2329
}

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

.mdc-button:hover:before {
    opacity: .08
}

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

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

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

.mdc-button.mdc-ripple-upgraded {
    --mdc-ripple-fg-opacity: 0.24
}

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

.mdc-button svg.mdc-button__icon {
    fill: currentColor
}

.mdc-button--on-darkbg:active,.mdc-button--on-darkbg:focus,.mdc-button--on-darkbg:hover {
    color: #f9f9f9!important
}

.mdc-button:not(.mdc-button--raised):not(.mdc-button--unelevated):not(:disabled):active,.mdc-button:not(.mdc-button--raised):not(.mdc-button--unelevated):not(:disabled):focus,.mdc-button:not(.mdc-button--raised):not(.mdc-button--unelevated):not(:disabled):hover {
    color: rgba(0,0,0,.87)
}

.mdc-button--secondary:after,.mdc-button--secondary:before {
    background-color: rgba(0,86,235,.12)
}

.mdc-button--secondary:hover:before {
    opacity: .08
}

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

.mdc-button--secondary:not(.mdc-ripple-upgraded):active:after {
    opacity: .24
}

.mdc-button--secondary.mdc-ripple-upgraded {
    --mdc-ripple-fg-opacity: 0.24
}

.mdc-button--secondary.active,.mdc-button--secondary:hover {
    border-color: rgba(0,86,235,.025)!important;
    background-color: rgba(0,86,235,.12)
}

.mdc-button--secondary:not(:disabled) {
    color: rgba(0,0,0,.87)
}

.mdc-button--secondary:not(.mdc-ripple-upgraded):after {
    -webkit-transition: opacity .15s linear;
    transition: opacity .15s linear
}

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

.mdc-button--secondary.mdc-ripple-upgraded {
    --mdc-ripple-fg-opacity: 0.94
}

.mdc-button--radiobtn {
    position: relative
}

.mdc-button--radiobtn>.material-icons {
    color: #0056eb;
    display: none;
    position: absolute;
    left: 15px
}

.mdc-button--radiobtn.active .material-icons {
    display: inline-block
}

.motion-button--short {
    width: 144px
}

.motion-button--medium {
    width: 224px
}

.motion-button--long {
    width: 100%;
    max-width: 296px
}

.motion-button--toggle {
    display: inline-block;
    height: auto;
    padding: 15px 16px 10px
}

.motion-button--toggle .mdc-button__icon {
    margin-right: 0!important;
    margin-left: 0!important
}

.motion-button--mini-toggle {
    min-width: 40px;
    height: 34px;
    border-radius: 10px;
    padding: 0 10px!important
}

.motion-button--mini-toggle:after,.motion-button--mini-toggle:before {
    background-color: rgba(193,230,237,.87)
}

.motion-button--mini-toggle:hover:before {
    opacity: .08
}

.motion-button--mini-toggle.mdc-ripple-upgraded--background-focused:before,.motion-button--mini-toggle:not(.mdc-ripple-upgraded):focus:before {
    -webkit-transition-duration: 75ms;
    transition-duration: 75ms;
    opacity: .24
}

.motion-button--mini-toggle:not(.mdc-ripple-upgraded):after {
    -webkit-transition: opacity .15s linear;
    transition: opacity .15s linear
}

.motion-button--mini-toggle:not(.mdc-ripple-upgraded):active:after {
    -webkit-transition-duration: 75ms;
    transition-duration: 75ms;
    opacity: .32
}

.motion-button--mini-toggle.mdc-ripple-upgraded {
    --mdc-ripple-fg-opacity: 0.32
}

.motion-button--mini-toggle:active,.motion-button--mini-toggle:focus,.motion-button--mini-toggle:target {
    background-color: rgba(193,230,237,.87)!important
}

.motion-button--mini-toggle.active,.motion-button--mini-toggle:hover {
    border-color: rgba(193,230,237,.025)!important;
    background-color: rgba(193,230,237,.87)
}

.motion-button--mini-toggle:not(:disabled) {
    color: rgba(0,0,0,.87)
}

.motion-button--width-full {
    width: 100%!important;
    padding: 8px 24px!important
}

.button--hover-default:focus,.button--hover-default:hover {
    color: inherit!important
}

.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--raised,.mdc-button--unelevated {
    padding: 0 16px
}

.mdc-button--raised:disabled,.mdc-button--unelevated:disabled {
    background-color: rgba(89,89,89,.12);
    color: rgba(89,89,89,.37)
}

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

.mdc-button--raised:not(:disabled),.mdc-button--unelevated:not(:disabled) {
    color: #fff;
    color: var(--mdc-theme-on-primary,#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: #fff;
        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 {
    -webkit-transition-duration: 75ms;
    transition-duration: 75ms;
    opacity: .24
}

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

.mdc-button--raised:not(.mdc-ripple-upgraded):active:after,.mdc-button--unelevated:not(.mdc-ripple-upgraded):active:after {
    -webkit-transition-duration: 75ms;
    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:active,.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)
}

.cta-appstore+.mdc-btn-container {
    margin-top: 0
}

p.mdc-typography--body1+.mdc-btn-container,p.mdc-typography--body2+.mdc-btn-container {
    margin-top: 8px
}

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

.mdc-button--outlined:disabled {
    border-color: rgba(89,89,89,.37)
}

.mdc-button--outlined:not(:disabled) {
    border-color: hsla(0,0%,70.6%,.88)
}

.mdc-button--dense {
    height: 32px;
    font-size: .8125rem
}

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

.mdc-button__fill--darkblue {
    background-color: #036!important
}

.mdc-button__fill--white {
    background-color: #fff!important
}

.mdc-button__color--darkblue {
    color: #036!important
}

@media (max-width: 803.98px) {
    .grid__inner--layout-12>.grid__cell,.grid__inner--layout-66-44>.grid__cell,.grid__inner--layout-66>.grid__cell,.grid__inner--layout-444-44>.grid__cell,.grid__inner--layout-444>.grid__cell,.grid__inner--layout-3333-44>.grid__cell,.grid__inner--layout-3333>.grid__cell,.grid__inner--layout-b8b>.grid__cell,.grid__inner--layout-b44b-44>.grid__cell,.grid__inner--layout-b44b-a6a>.grid__cell,.grid__inner--layout-b44b>.grid__cell,.grid__inner--layout-c6c-a6a>.grid__cell,.grid__inner--layout-c6c-b4b>.grid__cell,.grid__inner--layout-c6c>.grid__cell,.grid__inner--layout-c9>.grid__cell,.grid__inner--layout-c33c-44>.grid__cell,.grid__inner--layout-c33c>.grid__cell,.grid__inner--layout-d4d-b4b>.grid__cell,.grid__inner--layout-d4d>.grid__cell {
        grid-column:1/span 4
    }

    .grid__inner--layout-66-44-22>.grid__cell:nth-child(odd),.grid__inner--layout-3333-44-22>.grid__cell:nth-child(odd),.grid__inner--layout-222222-44-22>.grid__cell:nth-child(odd),.grid__inner--layout-a22222a-44-22>.grid__cell:nth-child(odd),.grid__inner--layout-b2222b-44-22>.grid__cell:nth-child(odd),.grid__inner--layout-c33c-44-22>.grid__cell:nth-child(odd),.grid__inner--layout-c222c-44-22>.grid__cell:nth-child(odd),.grid__inner--layout-d22d-44-22>.grid__cell:nth-child(odd) {
        grid-column: 1/span 2
    }

    .grid__inner--layout-66-44-22>.grid__cell:nth-child(2n),.grid__inner--layout-3333-44-22>.grid__cell:nth-child(2n),.grid__inner--layout-222222-44-22>.grid__cell:nth-child(2n),.grid__inner--layout-a22222a-44-22>.grid__cell:nth-child(2n),.grid__inner--layout-b2222b-44-22>.grid__cell:nth-child(2n),.grid__inner--layout-c33c-44-22>.grid__cell:nth-child(2n),.grid__inner--layout-c222c-44-22>.grid__cell:nth-child(2n),.grid__inner--layout-d22d-44-22>.grid__cell:nth-child(2n) {
        grid-column: 3/span 2
    }

    .grid__inner--layout-363>.grid__col {
        grid-column: 1/span 4
    }
}

@media (min-width: 804px) and (max-width:1247.98px) {
    .grid__inner--layout-12>.grid__cell,.grid__inner--layout-66>.grid__cell,.grid__inner--layout-444>.grid__cell,.grid__inner--layout-3333>.grid__cell,.grid__inner--layout-b8b>.grid__cell,.grid__inner--layout-b44b>.grid__cell,.grid__inner--layout-c6c>.grid__cell,.grid__inner--layout-c33c>.grid__cell,.grid__inner--layout-d4d>.grid__cell {
        grid-column:1/span 8
    }

    .grid__inner--layout-c9>.grid__cell {
        grid-column: 4/span 9
    }

    .grid__inner--layout-b44b-a6a>.grid__cell,.grid__inner--layout-c6c-a6a>.grid__cell {
        grid-column: 2/span 6
    }

    .grid__inner--layout-c6c-b4b>.grid__cell,.grid__inner--layout-d4d-b4b>.grid__cell {
        grid-column: 3/span 4
    }

    .grid__inner--layout-66-44-22>.grid__cell,.grid__inner--layout-66-44>.grid__cell,.grid__inner--layout-444-44>.grid__cell,.grid__inner--layout-3333-44-22>.grid__cell,.grid__inner--layout-3333-44>.grid__cell,.grid__inner--layout-222222-44-22>.grid__cell,.grid__inner--layout-a22222a-44-22>.grid__cell,.grid__inner--layout-b44b-44>.grid__cell,.grid__inner--layout-b2222b-44-22>.grid__cell,.grid__inner--layout-c33c-44-22>.grid__cell,.grid__inner--layout-c33c-44>.grid__cell,.grid__inner--layout-c222c-44-22>.grid__cell,.grid__inner--layout-d22d-44-22>.grid__cell {
        grid-column: span 4
    }

    .grid__inner--layout-363>.grid__col,.grid__inner--layout-363>.grid__col:nth-child(2) {
        grid-column: span 8
    }
}

@media (min-width: 1248px) {
    .grid__inner--layout-12>.grid__cell {
        grid-column:span 12
    }

    .grid__inner--layout-c9>.grid__cell {
        grid-column: 4/span 9
    }

    .grid__inner--layout-66-44-22>.grid__cell,.grid__inner--layout-66-44>.grid__cell,.grid__inner--layout-66>.grid__cell {
        grid-column: span 6
    }

    .grid__inner--layout-444-44>.grid__cell,.grid__inner--layout-444>.grid__cell {
        grid-column: span 4
    }

    .grid__inner--layout-b8b>.grid__cell {
        grid-column: 3/span 8
    }

    .grid__inner--layout-c6c-a6a>.grid__cell,.grid__inner--layout-c6c-b4b>.grid__cell,.grid__inner--layout-c6c>.grid__cell {
        grid-column: 4/span 6
    }

    .grid__inner--layout-d4d-b4b>.grid__cell,.grid__inner--layout-d4d>.grid__cell {
        grid-column: 5/span 4
    }

    .grid__inner--layout-3333-44-22>.grid__cell,.grid__inner--layout-3333-44>.grid__cell,.grid__inner--layout-3333>.grid__cell {
        grid-column: span 3
    }

    .grid__inner--layout-222222-44-22>.grid__cell,.grid__inner--layout-222222-44>.grid__cell,.grid__inner--layout-222222>.grid__cell {
        grid-column: span 2
    }

    .grid__inner--layout-c33c-44-22>.grid__cell:nth-child(odd),.grid__inner--layout-c33c-44>.grid__cell:nth-child(odd),.grid__inner--layout-c33c>.grid__cell:nth-child(odd) {
        grid-column: 4/span 3
    }

    .grid__inner--layout-c33c-44-22>.grid__cell:nth-child(2n),.grid__inner--layout-c33c-44>.grid__cell:nth-child(2n),.grid__inner--layout-c33c>.grid__cell:nth-child(2n) {
        grid-column: 7/span 3
    }

    .grid__inner--layout-b44b-44>.grid__cell:nth-child(odd),.grid__inner--layout-b44b-a6a>.grid__cell:nth-child(odd),.grid__inner--layout-b44b>.grid__cell:nth-child(odd) {
        grid-column: 3/span 4
    }

    .grid__inner--layout-b44b-44>.grid__cell:nth-child(2n),.grid__inner--layout-b44b-a6a>.grid__cell:nth-child(2n),.grid__inner--layout-b44b>.grid__cell:nth-child(2n) {
        grid-column: 7/span 4
    }

    .grid__inner--layout-b2222b-44-22>.grid__cell {
        grid-column: span 2
    }

    .grid__inner--layout-b2222b-44-22>.grid__cell:first-child,.grid__inner--layout-b2222b-44-22>.grid__cell:nth-child(4n+5) {
        grid-column: 3/span 2
    }

    .grid__inner--layout-a22222a-44-22>.grid__cell {
        grid-column: span 2
    }

    .grid__inner--layout-a22222a-44-22>.grid__cell:first-child,.grid__inner--layout-a22222a-44-22>.grid__cell:nth-child(5n+6) {
        grid-column: 2/span 2
    }

    .grid__inner--layout-c222c-44-22>.grid__cell {
        grid-column: span 2
    }

    .grid__inner--layout-c222c-44-22>.grid__cell:nth-child(3n+1) {
        grid-column: 4/span 2
    }

    .grid__inner--layout-d22d-44-22>.grid__cell {
        grid-column: span 2
    }

    .grid__inner--layout-d22d-44-22>.grid__cell:nth-child(odd) {
        grid-column: 5/span 2
    }

    .grid__inner--layout-363>.grid__col {
        grid-column: span 3
    }

    .grid__inner--layout-363>.grid__col:nth-child(2) {
        grid-column: span 6
    }

 /*   .grid__inner--layout-b44b>.grid__cell:nth-child(2n) {
        grid-column: 7/span 12
    }*/
}

.grid__inner--layout-3333-44 {
    margin-top: 16px
}

.hero-picture,.spotlight-picture {
    text-align: center
}

@media (min-width: 1248px) {
    .hero-picture,.spotlight-picture {
        -webkit-box-ordinal-group:3;
        -ms-flex-order: 2;
        order: 2
    }
}

.hero-picture__image,.spotlight-picture__image {
    width: 100%
}

@media (min-width: 1248px) {
    .hero-picture__image,.spotlight-picture__image {
        width:auto
    }
}

.spotlight-picture__shadow {
    background-image: radial-gradient(rgba(0,0,0,.63) 12%,rgba(0,0,0,.04) 60%,transparent 70%);
    background-image: -ms-radial-gradient(rgba(0,0,0,.63) 12%,rgba(0,0,0,.04) 60%,transparent 70%);
    width: 100%;
    height: 167px;
    position: absolute;
    bottom: -60px;
    z-index: -1;
    left: 0
}

.spotlight-picture__position {
    position: relative
}

.hero-body,.spotlight-body {
    text-align: center
}

.hero-body__copy,.hero-body__copy.mdc-list,.spotlight-body__copy,.spotlight-body__copy.mdc-list {
    margin-bottom: 24px
}

.hero-body__copy.mdc-list,.spotlight-body__copy.mdc-list {
    text-align: left
}

@media (min-width: 1248px) {
    .hero-body,.spotlight-body {
        -webkit-box-ordinal-group:2;
        -ms-flex-order: 1;
        order: 1;
        text-align: left;
        -ms-flex-item-align: center;
        align-self: center
    }

    .hero-body__content,.spotlight-body__content {
        margin-right: 16px
    }

    .hero-body__actions,.spotlight-body__actions {
        margin-top: 48px;
        text-align: left
    }

    .hero-body__actions .mdc-button:first-child,.spotlight-body__actions .mdc-button:first-child {
        margin-left: 0
    }
}

.spotlight-row__inner,.spotlight-row__inner .mdc-btn-container {
    text-align: center
}

.spotlight-row__cell {
    -ms-flex-item-align: center;
    align-self: center
}

.spotlight-row__inner>.spotlight-row__cell {
    grid-column: 1/span 4
}

.spotlight-row__cell.spotlight-row__cell--image {
    text-align: center;
    vertical-align: middle
}

.spotlight-row__copy {
    text-align: left;
    margin-bottom: 0
}

@media (min-width: 804px) and (max-width:1247.98px) {
    .spotlight-row__inner>.spotlight-row__cell {
        grid-column:1/span 8
    }
}

@media (min-width: 1248px) {
    .spotlight-row__inner,.spotlight-row__inner .mdc-btn-container {
        text-align:left
    }

    .spotlight-row__inner>.spotlight-row__cell {
        grid-column: span 6
    }
}

.motion-z-layout {
    text-align: center
}

.motion-z-layout__cell {
    -ms-flex-item-align: center;
    align-self: center
}

.motion-z-layout__headline {
    color: rgba(0,0,0,.87)
}

.motion-z-layout__copy {
    text-align: left;
    margin-bottom: 0
}

@media (max-width: 803.98px) {
    .motion-z-layout__inner>.motion-z-layout__cell {
        grid-column:1/span 4
    }
}

@media (max-width: 1247.98px) {
    .motion-z-layout__inner>.motion-z-layout__cell {
        grid-column:1/span 8
    }

    .motion-z-layout__cell:nth-child(odd) {
        margin-bottom: 16px
    }

    .motion-z-layout__cell:nth-child(2n) {
        margin-bottom: 56px
    }

    .motion-z-layout--reversed .motion-z-layout__cell {
        margin-bottom: 0
    }

    .motion-z-layout--reversed .motion-z-layout__cell:first-child {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        margin-bottom: 56px
    }

    .motion-z-layout__inner:last-child .motion-z-layout__cell {
        margin-bottom: 0
    }
}

@media (min-width: 1248px) {
    .motion-z-layout__image {
        width:98.05195%
    }

    .motion-z-layout__cell {
        margin-bottom: 56px
    }

    .motion-z-layout__inner>.motion-z-layout__cell {
        grid-column: span 6
    }

    .motion-z-layout__cell:first-child {
        text-align: left
    }

    .motion-z-layout__cell:nth-child(2) {
        padding-left: 12px
    }

    .motion-z-layout__inner:last-child .motion-z-layout__cell {
        margin-bottom: 0
    }

    .motion-z-layout__cell--span-8 {
        grid-column: span 8!important
    }

    .motion-z-layout__cell--span-4 {
        grid-column: span 4!important
    }

    .motion-z-layout__inner {
        text-align: left
    }

    .motion-z-layout__inner:nth-child(odd) .motion-z-layout__cell:first-child {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        text-align: right
    }

    .motion-z-layout__inner:nth-child(odd) .motion-z-layout__cell:nth-child(2) {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        padding-right: 12px;
        padding-left: 0
    }

    .motion-z-layout--reversed .motion-z-layout__inner:nth-child(odd) .motion-z-layout__cell {
        -webkit-box-ordinal-group: inherit;
        -ms-flex-order: inherit;
        order: inherit;
        text-align: left
    }

    .motion-z-layout__inner .mdc-btn-container {
        text-align: left
    }
}

.element__order-first {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.element__order-second {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

@media (min-width: 804px) {
    .element__order-first-tablet {
        -webkit-box-ordinal-group:2;
        -ms-flex-order: 1;
        order: 1
    }

    .element__order-second-tablet {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
}

@media (min-width: 1248px) {
    .element__order-first-desktop {
        -webkit-box-ordinal-group:2;
        -ms-flex-order: 1;
        order: 1
    }

    .element__order-second-desktop {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
}

#motion-main-content {
    min-height: 50vh;
    padding-bottom: 144px
}

.section-spacing--tier-1 {
    padding-top: 72px;
    margin-bottom: 40px
}

.section-spacing--tier-2 {
    padding-top: 72px
}

.section-spacing--tier-1>.section-spacing--tier-2:first-child {
    padding-top: 0
}

.section-spacing--tier-3 {
    padding-top: 56px
}

.section-spacing--cancel-top,.section-spacing--tier-2>.section-spacing--tier-3:first-child {
    padding-top: 0
}

.section-spacing--cancel-bottom {
    margin-bottom: 0
}

.d-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.d-none {
    display: none!important
}

.d-inline-block {
    display: inline-block!important
}

.d-block {
    display: block!important
}

.d-table {
    display: table!important;
    width: 100%
}

.d-table-row {
    display: table-row!important
}

.d-table-cell {
    display: table-cell!important
}

.d-flex {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important
}

.d-inline-flex {
    display: -webkit-inline-box!important;
    display: -ms-inline-flexbox!important;
    display: inline-flex!important
}

@media (min-width: 804px) {
    .d-none-tablet {
        display:none!important
    }

    .d-inline-block-tablet {
        display: inline-block!important
    }

    .d-block-tablet {
        display: block!important
    }

    .d-table-tablet {
        display: table!important;
        width: 100%
    }

    .d-table-row-tablet {
        display: table-row!important
    }

    .d-table-cell-tablet {
        display: table-cell!important
    }

    .d-flex-tablet {
        display: -webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important
    }

    .d-inline-flex-tablet {
        display: -webkit-inline-box!important;
        display: -ms-inline-flexbox!important;
        display: inline-flex!important
    }
}

@media (min-width: 1248px) {
    .d-none-desktop {
        display:none!important
    }

    .d-inline-block-desktop {
        display: inline-block!important
    }

    .d-block-desktop {
        display: block!important
    }

    .d-table-desktop {
        display: table!important;
        width: 100%
    }

    .d-table-row-desktop {
        display: table-row!important
    }

    .d-table-cell-desktop {
        display: table-cell!important
    }

    .d-flex-desktop {
        display: -webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important
    }

    .d-inline-flex-desktop {
        display: -webkit-inline-box!important;
        display: -ms-inline-flexbox!important;
        display: inline-flex!important
    }
}

.d-table-width-50 {
    width: 50%
}

.d-table-width-75 {
    width: 75%
}

.d-table-width-100 {
    width: 100%
}

.d-valign-texttop {
    vertical-align: text-top
}

.d-valign-middle {
    vertical-align: middle
}

@media (min-width: 804px) {
    .d-table-width-50-tablet {
        width:50%
    }

    .d-table-width-75-tablet {
        width: 75%
    }

    .d-table-width-100-tablet {
        width: 100%
    }

    .d-valign-texttop-tablet {
        vertical-align: text-top
    }

    .d-valign-middle-tablet {
        vertical-align: middle
    }
}

@media (min-width: 1248px) {
    .d-table-width-50-desktop {
        width:50%
    }

    .d-table-width-75-desktop {
        width: 75%
    }

    .d-table-width-100-desktop {
        width: 100%
    }

    .d-valign-texttop-desktop {
        vertical-align: text-top
    }

    .d-valign-middle-desktop {
        vertical-align: middle
    }
}

.flex-fill {
    -webkit-box-flex: 1;
    flex: 1 1 auto;
    -moz-flex: 1 1 auto;
    -ms-flex: 1 0px!important
}

.flex-col {
    -webkit-box-orient: vertical!important;
    -webkit-box-direction: normal!important;
    -ms-flex-direction: column!important;
    flex-direction: column!important
}

.justify-content-start {
    -webkit-box-pack: start!important;
    -ms-flex-pack: start!important;
    justify-content: flex-start!important
}

.justify-content-between {
    -webkit-box-pack: justify!important;
    -ms-flex-pack: justify!important;
    justify-content: space-between!important
}

.align-items-center {
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important
}

@media (min-width: 804px) {
    .flex-col-tablet {
        -webkit-box-orient:vertical!important;
        -webkit-box-direction: normal!important;
        -ms-flex-direction: column!important;
        flex-direction: column!important
    }

    .justify-content-start-tablet {
        -webkit-box-pack: start!important;
        -ms-flex-pack: start!important;
        justify-content: flex-start!important
    }

    .justify-content-between-tablet {
        -webkit-box-pack: justify!important;
        -ms-flex-pack: justify!important;
        justify-content: space-between!important
    }

    .align-items-center-tablet {
        -webkit-box-align: center!important;
        -ms-flex-align: center!important;
        align-items: center!important
    }
}

@media (min-width: 1248px) {
    .flex-col-desktop {
        -webkit-box-orient:vertical!important;
        -webkit-box-direction: normal!important;
        -ms-flex-direction: column!important;
        flex-direction: column!important
    }

    .justify-content-start-desktop {
        -webkit-box-pack: start!important;
        -ms-flex-pack: start!important;
        justify-content: flex-start!important
    }

    .justify-content-between-desktop {
        -webkit-box-pack: justify!important;
        -ms-flex-pack: justify!important;
        justify-content: space-between!important
    }

    .align-items-center-desktop {
        -webkit-box-align: center!important;
        -ms-flex-align: center!important;
        align-items: center!important
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    border: 0
}

.sr-only-focusable:active,.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal;
    -webkit-clip-path: none;
    clip-path: none
}

.p-0 {
    padding: 0!important
}

.p-4 {
    padding: 32px!important
}

.p-2 {
    padding: 16px!important
}

.p-1 {
    padding: 8px!important
}

.pl-1,.px-1 {
    padding-left: 8px!important
}

.px-1 {
    padding-right: 8px!important
}

.pl-2 {
    padding-left: 16px!important
}

.pr-2,.px-2 {
    padding-right: 16px!important
}

.px-2 {
    padding-left: 16px!important
}

.pb-0 {
    padding-bottom: 0!important
}

.pt-1 {
    padding-top: 8px!important
}

.pb-1,.py-1 {
    padding-bottom: 8px!important
}

.py-1 {
    padding-top: 8px!important
}

.pr-1 {
    padding-right: 8px!important
}

.pt-2 {
    padding-top: 16px!important
}

.pb-2,.py-2 {
    padding-bottom: 16px!important
}

.py-2 {
    padding-top: 16px!important
}

.p-3 {
    padding: 24px!important
}

.pl-3 {
    padding-left: 24px!important
}

.pr-3,.px-3 {
    padding-right: 24px!important
}

.px-3 {
    padding-left: 24px!important
}

.pt-3 {
    padding-top: 24px!important
}

.pt-4 {
    padding-top: 32px!important
}

.pb-4,.py-4 {
    padding-bottom: 32px!important
}

.py-4 {
    padding-top: 32px!important
}

.pb-8 {
    padding-bottom: 64px!important
}

.m-0 {
    margin: 0!important
}

.mb-0 {
    margin-bottom: 0!important
}

.mb-1 {
    margin-bottom: 8px!important
}

.ml-1 {
    margin-left: 8px!important
}

.mb-2 {
    margin-bottom: 16px!important
}

.mb-3 {
    margin-bottom: 24px!important
}

.mb-4 {
    margin-bottom: 32px!important
}

.mb-17 {
    margin-bottom: 136px!important
}

.mt-0 {
    margin-top: 0!important
}

.mt-1 {
    margin-top: 8px!important
}

.mt-2 {
    margin-top: 16px!important
}

.mt-3 {
    margin-top: 24px!important
}

.mt-4 {
    margin-top: 32px!important
}

.mr-0 {
    margin-right: 0!important
}

.mr-1 {
    margin-right: 8px!important
}

.mr-2 {
    margin-right: 16px!important
}

.mr-3 {
    margin-right: 24px!important
}

.mr-4 {
    margin-right: 32px!important
}

.bb-1-motion-grey--light {
    border-bottom: 1px solid #e8e8e8
}

.bb-2-motion-grey--light {
    border-bottom: 2px solid #e8e8e8
}

.bb-1-motion-grey {
    border-bottom: 1px solid #949494
}

.bt-1-motion-grey {
    border-top: 1px solid #949494
}

.bt-1-motion-grey--light {
    border-top: 1px solid #e8e8e8
}

.bt-2-motion-grey--light {
    border-top: 2px solid #e8e8e8
}

.bl-1-motion-grey--light {
    border-left: 1px solid #e8e8e8
}

.br-1-motion-grey--light {
    border-right: 1px solid #e8e8e8
}

.bb-1-motion-blue {
    border-bottom: 1px solid #0056eb
}

.bb-2-motion-blue {
    border-bottom: 2px solid #0056eb
}

.bb-1-momentum-blue {
    border-bottom: 1px solid #001950
}

.bb-2-momentum-blue {
    border-bottom: 2px solid #001950
}

.bt-1-momentum-blue {
    border-top: 1px solid #001950
}

.bt-2-momentum-blue {
    border-top: 2px solid #001950
}

.br-1-momentum-blue {
    border-right: 1px solid #001950
}

.br-2-momentum-blue {
    border-right: 2px solid #001950
}

.bl-1-momentum-blue {
    border-left: 1px solid #001950
}

.bl-2-momentum-blue {
    border-left: 2px solid #001950
}

.bb-2-motion-red {
    border-bottom: 2px solid #ff3a30
}

.bb-2-motion-error {
    border-bottom: 2px solid #a30000
}

.bb-1-motion-red--light {
    border-bottom: 1px solid #f69999
}

.mdc-list {
    color: rgba(0,0,0,.87);
    margin: 0;
    padding: 8px 0;
    list-style-type: none
}

.mdc-list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    height: 48px;
    padding: 0 16px;
    overflow: hidden
}

.mdc-list-item a{
    width:100%;
}

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

.mdc-list-item:first-child:last-child {
    border-bottom: 1px solid rgba(0,0,0,.13)
}

.mdc-list-item--activated,.mdc-list-item--selected {
    font-weight: 500;
    color: #595959;
    color: var(--mdc-theme-on-surface,#595959)
}

.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 {
    width: 24px;
    height: 24px;
    font-size: 24px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    fill: rgba(0,0,0,.87);
    color: rgba(0,0,0,.87);
    margin-right: 8px;
    background-color: transparent
}

.mdc-list-item--activated .mdc-list-item__graphic,.mdc-list-item__graphic .mdc-list-item--selected {
    color: rgba(0,0,0,.87)
}

.mdc-list--numbered-icon-list .mdc-list-item__number-icon {
    width: 50px;
    height: 50px;
    font-size: 32px;
    margin-right: 16px;
    border-radius: 50%;
    background: #c1e6ed;
    color: #001950
}

.mdc-list-item__meta {
    margin-left: auto;
    margin-right: 0;
    color: rgba(0,0,0,.38)
}

.mdc-list--multiline .mdc-list-item {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    height: auto;
    padding-top: 16px;
    padding-bottom: 16px
}

.mdc-list--multiline .mdc-list-item__graphic,.mdc-list--multiline .mdc-list-item__meta {
    -ms-flex-item-align: start;
    align-self: flex-start
}

@media (min-width: 1248px) {
    .mdc-list--multiline .mdc-list-item--fixed-height-2 {
        min-height:46px
    }

    .mdc-list--multiline .mdc-list-item--fixed-height-3 {
        min-height: 69px
    }

    .mdc-list--multiline .mdc-list-item--fixed-height-4 {
        min-height: 92px
    }
}

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

.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-item__secondary-text {
    display: block;
    margin-top: 0;
    line-height: normal;
    color: rgba(0,0,0,.6)
}

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

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

.mdc-list--avatar-list .mdc-list-item__graphic {
    width: 40px;
    height: 40px;
    font-size: 40px;
    margin-right: 16px;
    border-radius: 50%
}

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

.mdc-list--two-line .mdc-list-item__text, .mdc-list--two-line .mdc-list-item--activated.mdc-list-item__text{
    -ms-flex-item-align: start;
    align-self: flex-start
}

.mdc-list--interactive.mdc-list--rounded-left>.mdc-list-item {
    border-radius: 0 36px 36px 0
}

.mdc-list--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
}

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

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

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

.mdc-list--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
}

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

.mdc-list--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
}

.mdc-list--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(0) scale(1);
    transform: translate(0) scale(1);
    -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-list--interactive>:not(.mdc-list-item--disabled).mdc-list-item:after,.mdc-list--interactive>:not(.mdc-list-item--disabled).mdc-list-item:before {
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mdc-list--interactive>:not(.mdc-list-item--disabled).mdc-list-item:active>.mdc-list-item__meta,.mdc-list--interactive>:not(.mdc-list-item--disabled).mdc-list-item:focus>.mdc-list-item__meta,.mdc-list--interactive>:not(.mdc-list-item--disabled).mdc-list-item:hover>.mdc-list-item__meta {
    color: rgba(0,0,0,.87)
}

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

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

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

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

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

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

.mdc-list-group__subheader {
    margin: 0;
    color: rgba(0,0,0,.87);
    padding: 8px 16px;
    border-bottom: 1px solid rgba(0,0,0,.13)
}

.mdc-list-group__annotation {
    padding: 0 16px
}

.motion-list--ordered>.motion-list--item,.motion-list--unordered>.motion-list--item {
    line-height: 1.5rem;
    padding-top: 8px;
    padding-bottom: 8px
}

.motion-list--ol,.motion-list--ul {
    margin-bottom: 24px
}

.motion-list--lower-alpha {
    list-style-type: lower-alpha
}

.motion-list--circle {
    list-style-type: circle
}

.motion-list--ul-bullets li {
    padding: 8px 0 8px 8px;
    text-align: left
}

.motion-list__inline li {
    display: inline-block
}

.grid__plane--form-padding {
    padding: 40px 16px 24px;
    margin-bottom: 18px
}

.grid__plane--form-padding .mdc-btn-container {
    margin-top: 0
}

.grid__plane--form-padding .mdc-btn-container>.button-spinner--container,.grid__plane--form-padding .mdc-btn-container>.mat-button,.grid__plane--form-padding .mdc-btn-container>.mdc-button {
    margin-bottom: 0
}

@media (max-width: 375px) {
    .grid__plane--form-padding .mdc-btn-container>.button-spinner--container,.grid__plane--form-padding .mdc-btn-container>.mat-button,.grid__plane--form-padding .mdc-btn-container>.mdc-button {
        margin-bottom:32px
    }

    .grid__plane--form-padding .mdc-btn-container>.button-spinner--container:last-child,.grid__plane--form-padding .mdc-btn-container>.mat-button:last-child,.grid__plane--form-padding .mdc-btn-container>.mdc-button:last-child {
        margin-bottom: 0
    }
}

@media (min-width: 804px) {
    .grid__plane--form-padding {
        padding:40px 69px 32px
    }
}

@media (min-width: 1248px) {
    .grid__plane--form-padding {
        padding-left:100px;
        padding-right: 100px
    }
}

.bg-white {
    background-color: #fff
}

.bg-grey100 {
    background-color: #f3f3f3
}

.bg--shadow {
    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)
}

.bg-primary-blue {
    background-color: #c1e6ed!important
}

.bg-primary-blue--light {
    background-color: rgba(193,230,237,.5)
}

.mdc-tab-bar .mdc-tab {
    font-family: "The Curve Variable",-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;
    text-transform: none
}

.mdc-tab-bar .mdc-tab:not(.mdc-tab--active) .mdc-tab__text-label {
    color: #ff3a30;
    color: var(--mdc-theme-primary,#ff3a30);
    font-weight: 400!important;
    color: #1a1a1a!important
}

.mdc-tab-bar .mdc-tab.mdc-tab--active .mdc-tab__text-label {
    color: #de2329
}

.mdc-tab-bar .mdc-tab.mdc-tab--active .mdc-tab-indicator__content--underline {
    background-color: #de2329
}

.mdc-tab-bar.mdc-tab-bar--fixed {
    position: fixed;
    z-index: 5;
    background-color: #f9f9f9;
    background-color: var(--mdc-theme-background,#f9f9f9);
    top: 48px;
    height: 47px;
    left: 0
}

.mdc-tab-bar.mdc-tab-bar--fixed,.mdc-tab-bar.mdc-tab-bar--fixed-scrolled {
    -webkit-transition: box-shadow .2s linear;
    transition: box-shadow .2s linear
}

.mdc-tab-bar.mdc-tab-bar--fixed-scrolled {
    box-shadow: 0 4px 4px 0 rgba(0,0,0,.2),0 3px 3px 0 rgba(0,0,0,.08),0 1px 1px 0 rgba(0,0,0,.08)
}

.mdc-tab-bar-container {
    position: relative
}

.mdc-tab-bar-container .mdc-tab-bar-scroll-indicator {
    position: absolute;
    top: 0;
    height: 100%;
    z-index: 2
}

.mdc-tab-bar-container .mdc-tab-bar-scroll-indicator.right {
    right: -14px;
    background: -webkit-gradient(linear,left top,right top,from(hsla(0,0%,100%,0)),color-stop(50%,#fcfcfc),to(#f9f9f9));
    background: linear-gradient(90deg,hsla(0,0%,100%,0) 0,#fcfcfc 50%,#f9f9f9);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="rgb(0, 255, 255)",endColorstr="#f9f9f9",GradientType=1)
}

.mdc-tab-bar-container .mdc-tab-bar-scroll-indicator.left {
    left: -14px;
    background: -webkit-gradient(linear,left top,right top,from(#f9f9f9),color-stop(50%,#fcfcfc),to(hsla(0,0%,100%,0)));
    background: linear-gradient(90deg,#f9f9f9 0,#fcfcfc 50%,hsla(0,0%,100%,0));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f9f9f9",endColorstr="rgb(0, 255, 255)",GradientType=1)
}

.mdc-tab-bar-container .mdc-tab-bar-scroll-indicator .mdc-tab-bar-scroll-icon {
    width: 20px;
    padding: 12px 3px;
    text-decoration: none;
    cursor: pointer;
    color: #3a3a3a;
    background-color: transparent;
    will-change: transform,opacity
}

.motion-sidetabs {
    display: none;
    vertical-align: top;
    position: relative;
    z-index: 1;
    padding: 0;
    width: 35%;
    height: auto;
    min-width: 175px;
    list-style: none;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.motion-sidetabs li {
    margin: 0;
    cursor: pointer;
    padding: 8px 15px;
    line-height: 56px;
    font-size: 1.75rem;
    text-align: left;
    font-weight: 400
}

.motion-sidetabs li,.motion-sidetabs li:hover {
    color: #2b2b2b;
    background-color: transparent;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.motion-sidetabs li.active,.motion-sidetabs li:hover {
    border-left: 2px solid #ff3b30;
    margin-right: 10px;
    font-weight: 700
}

.motion-sidetabs li.active {
    background-color: transparent;
    color: #2b2b2b;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.motion-sidetabs_container {
    display: block;
    margin: 0 auto;
    width: 95%;
    border-top: none;
    background: transparent;
    border-radius: 0
}

@media (max-width: 1247.98px) {
    .d_active {
        border-bottom:none
    }

    .tab_drawer_heading {
        font-size: 1rem;
        font-weight: 400;
        letter-spacing: .5px;
        margin: 0;
        padding: 11px 18px 11px 0;
        display: block;
        cursor: pointer;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -ms-user-select: none;
        user-select: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border-bottom: 1px solid #d5dbe7;
        position: relative
    }

    .tab_drawer_heading.d_active:after {
        content: "\E5CE"
    }

    .tab_drawer_heading.d_active:after,.tab_drawer_heading:after {
        font-family: Material Icons;
        font-size: 20px;
        color: #000;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        position: absolute;
        right: 0
    }

    .tab_drawer_heading:after {
        content: "\E5CF"
    }

    .motion-side-tabs .section-spacing--tier-1 {
        padding-top: 32px
    }
}

@media (min-width: 1248px) {
    .motion-sidetabs {
        display:inline-block
    }

    .motion-sidetabs_container {
        display: inline-block;
        vertical-align: top;
        position: relative;
        z-index: 1;
        left: 0;
        width: 65%;
        min-width: 10px;
        text-align: left;
        background: transparent;
        border-radius: 0 50px 50px
    }

    .tab_drawer_heading {
        display: none
    }
}

@supports not (-ms-ime-align:auto) {
    .mdc-ripple-surface--primary:after,.mdc-ripple-surface--primary:before {
        background-color: #ff3a30;
        background-color: var(--mdc-theme-primary,#ff3a30)
    }
}

@supports not (-ms-ime-align:auto) {
    .mdc-ripple-surface--accent:after,.mdc-ripple-surface--accent:before {
        background-color: #1a1a1a;
        background-color: var(--mdc-theme-secondary,#1a1a1a)
    }
}

.motion-chip-container {
    display: block;
    text-align: center;
    margin-top: 32px
}

.motion-chip-container>.motion-chip {
    margin: 0 8px 16px
}

.motion-chip-container>.motion-chip:first-child:last-child {
    margin: 0
}

.motion-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;
    padding: 0 16px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    box-sizing: border-box;
    min-width: 64px;
    height: 36px;
    border: none;
    outline: none;
    line-height: inherit;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-appearance: none;
    overflow: hidden;
    vertical-align: middle;
    border-radius: 24px
}

.motion-chip:after,.motion-chip:before {
    position: absolute;
    border-radius: 50%;
    opacity: 0;
    pointer-events: none;
    content: ""
}

.motion-chip:before {
    -webkit-transition: opacity 15ms linear,background-color 15ms linear;
    transition: opacity 15ms linear,background-color 15ms linear;
    z-index: 1
}

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

.motion-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
}

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

.motion-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
}

.motion-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(0) scale(1);
    transform: translate(0) scale(1);
    -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))
}

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

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

.motion-chip::-moz-focus-inner {
    padding: 0;
    border: 0
}

.motion-chip:active {
    outline: none
}

.motion-chip:hover {
    cursor: pointer
}

.motion-chip:disabled {
    background-color: transparent;
    color: rgba(89,89,89,.37);
    cursor: default;
    pointer-events: none
}

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

.motion-chip:hover:before {
    opacity: .08
}

.motion-chip.mdc-ripple-upgraded--background-focused:before,.motion-chip:not(.mdc-ripple-upgraded):focus:before {
    -webkit-transition-duration: 75ms;
    transition-duration: 75ms;
    opacity: .18
}

.motion-chip:not(.mdc-ripple-upgraded):after {
    -webkit-transition: opacity .15s linear;
    transition: opacity .15s linear
}

.motion-chip:not(.mdc-ripple-upgraded):active:after {
    -webkit-transition-duration: 75ms;
    transition-duration: 75ms;
    opacity: .24
}

.motion-chip.mdc-ripple-upgraded {
    --mdc-ripple-fg-opacity: 0.24
}

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

.motion-chip svg.mdc-button__icon {
    fill: currentColor
}

.motion-chip--on-darkbg:active,.motion-chip--on-darkbg:focus,.motion-chip--on-darkbg:hover {
    color: #f9f9f9!important
}

.motion-chip:not(:disabled) {
    background-color: #e6e6e6!important;
    -webkit-box-flex: 0!important;
    -ms-flex: 0 0 auto!important;
    flex: 0 0 auto!important
}

.motion-chip:not(:disabled):active,.motion-chip:not(:disabled):focus {
    color: rgba(0,0,0,.87)
}

.mdc-chip__text-label {
    display: inline-block;
    line-height: 1
}

.motion-chip--secondary:after,.motion-chip--secondary:before {
    background-color: rgba(193,230,237,.3)
}

.motion-chip--secondary:hover:before {
    opacity: .08
}

.motion-chip--secondary.mdc-ripple-upgraded--background-focused:before,.motion-chip--secondary:not(.mdc-ripple-upgraded):focus:before {
    -webkit-transition-duration: 75ms;
    transition-duration: 75ms;
    opacity: .24
}

.motion-chip--secondary:not(.mdc-ripple-upgraded):after {
    -webkit-transition: opacity .15s linear;
    transition: opacity .15s linear
}

.motion-chip--secondary:not(.mdc-ripple-upgraded):active:after {
    -webkit-transition-duration: 75ms;
    transition-duration: 75ms;
    opacity: .32
}

.motion-chip--secondary.mdc-ripple-upgraded {
    --mdc-ripple-fg-opacity: 0.32
}

.motion-chip--secondary.active {
    background-color: #c1e6ed!important;
    border: 2px solid #001950!important;
    color: #001950
}

.motion-chip--secondary:not(:disabled) {
    -webkit-box-flex: 0!important;
    -ms-flex: 0 0 auto!important;
    flex: 0 0 auto!important
}

.motion-chip--secondary:not(:disabled):hover {
    background-color: #c1e6ed!important;
    color: #001950!important
}

.motion-chip--secondary:not(:disabled):active,.motion-chip--secondary:not(:disabled):focus {
    color: #001950
}

.mdc-chip--radiobtn {
    position: relative
}

.mdc-chip--radiobtn>.material-icons {
    color: #0056eb;
    display: none;
    position: absolute;
    left: 15px
}

.mdc-chip--radiobtn.active .material-icons {
    display: inline-block
}

a.mat-button,a.mat-raised-button,a.mat-stroked-button,a.mdc-button {
    text-decoration: none
}

.mdc-icon--inline {
    font-size: inherit;
    vertical-align: middle;
    margin: 0 4px
}

.hero-picture__image,.motion-image__radius--square,.motion-picture--rounded,.motion-z-layout__image,.spotlight-picture__image,.spotlight-row__image {
    border-radius: 24px
}

.hero-picture__image,.motion-image__radius--square,.motion-picture--responsive,.motion-z-layout__image,.spotlight-picture__image,.spotlight-row__image {
    height: auto;
    max-width: 100%
}

@media (max-width: 803.98px) {
    .motion-picture--stretchphone {
        width:100%
    }
}

@media (min-width: 804px) and (max-width:1247.98px) {
    .motion-picture--stretchtablet {
        width:100%
    }
}

@media (min-width: 1248px) {
    .motion-picture--stretchdesktop {
        width:100%
    }
}

.motion-icon--inline {
    font-size: 20px;
    height: 20px!important;
    width: 20px!important
}

.mdc-card {
    background-color: #fff;
    background-color: var(--mdc-theme-surface,#fff);
    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);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    box-sizing: border-box;
    border-radius: 24px
}

.mdc-card__shadow-light {
    box-shadow: 0 0 17px 0 rgba(0,0,0,.05),1px 4px 3px 0 rgba(0,0,0,.03),0 2px 17px 0 rgba(0,0,0,.05)
}

.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 #ebebeb
}

.motion-card__section--primary {
    padding: 1rem
}

.motion-card__section--secondary {
    padding: 0 1rem 8px
}

.mdc-card__media+.motion-card__section--secondary {
    padding-top: 1rem
}

.motion-card_subtitle,.motion-card_title {
    margin: 0
}

.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--card-carousel {
    background-position: 0!important
}

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

.mdc-card__illustration {
    box-sizing: border-box;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    margin: 32px 16px
}

.mdc-card__illustration--square:before,.mdc-card__media--1-1:before,.mdc-card__media--square:before {
    margin-top: 100%
}

.mdc-card__illustration--2-1:before,.mdc-card__media--2-1:before {
    margin-top: 50%
}

.mdc-card__media--card-carousel:before {
    margin-top: 70%
}

.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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    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 {
    -webkit-transition: opacity 15ms linear,background-color 15ms linear;
    transition: opacity 15ms linear,background-color 15ms linear;
    z-index: 1
}

.mdc-card__primary-action.mdc-ripple-upgraded:before {
    -webkit-transform: scale(1);
    transform: scale(1);
    -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: 0;
    top: var(--mdc-ripple-top,0);
    left: 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(0) scale(1);
    transform: translate(0) scale(1);
    -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: 100%;
    width: var(--mdc-ripple-fg-size,100%);
    height: 100%;
    height: var(--mdc-ripple-fg-size,100%)
}

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

.mdc-card__primary-action:hover:before {
    opacity: .08
}

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

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

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

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

.mdc-card__content {
    padding: 32px 16px
}

.mdc-card__content>p:last-child {
    margin-bottom: 0
}

@media (min-width: 584px) and (max-width:803px) {
    .mdc-card__content .mdc-btn-container>.mdc-button {
        margin-bottom:0
    }
}

.mdc-card__content.mdc-card__content--flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (min-width: 1248px) {
    .mdc-card__content.mdc-card__content--flex {
        min-height:256px
    }
}

.mdc-card__content.mdc-card__content--flex .card-panel__heading {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto
}

.mdc-card__content.mdc-card__content--flex .card-panel__body {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.mdc-card__content.mdc-card__content--flex .mdc-btn-container {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto
}

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

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

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

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

.mdc-card__actions-buttons,.mdc-card__actions-icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    box-sizing: border-box
}

.mdc-card__actions-icons {
    color: rgba(0,0,0,.38);
    color: var(--mdc-theme-text-icon-on-background,rgba(0,0,0,.38));
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

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

.mdc-card__action {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    box-sizing: border-box;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    -webkit-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:last-child {
    margin-left: 0;
    margin-right: 0
}

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

.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))
}

#app-bar-logo {
    margin: 2px 0 0 16px
}

#app-bar-logo__path {
    fill: #ff3a30
}

#app-bar-login, .mdc-drawer .mdc-list-item.menu-login{
    color: #de2329
}

#app-bar-full-logo {
    position: relative;
    left: 40%;
    top: 11px
}

#app-bar-logo-m {
    position: relative;
    left: 47%
}

.mdc-top-app-bar {
    background-color: #f9f9f9;
    position: fixed;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    z-index: 4
}

.mdc-top-app-bar,.mdc-top-app-bar__col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    box-sizing: border-box
}

.mdc-top-app-bar__col {
    position: relative;
    height: 64px
}

.mdc-top-app-bar__toplinks {
    font-size: .94rem;
    font-weight: 500;
    padding: 16px;
    text-decoration: none
}

.mdc-top-app-bar__section,.mdc-top-app-bar__toplinks {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.mdc-top-app-bar__section {
    background-color: #ff3a30;
    background-color: var(--mdc-theme-primary,#ff3a30);
    color: #fff;
    border-bottom-right-radius: 12px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-width: 0;
    padding: 8px 12px;
    z-index: 1
}

.mdc-top-app-bar__section .mdc-top-app-bar__action-item,.mdc-top-app-bar__section .mdc-top-app-bar__navigation-icon {
    color: #fff;
    color: var(--mdc-theme-on-primary,#fff)
}

.mdc-top-app-bar__section .mdc-top-app-bar__action-item:after,.mdc-top-app-bar__section .mdc-top-app-bar__action-item:before,.mdc-top-app-bar__section .mdc-top-app-bar__navigation-icon:after,.mdc-top-app-bar__section .mdc-top-app-bar__navigation-icon:before {
    background-color: #fff
}

@supports not (-ms-ime-align:auto) {
    .mdc-top-app-bar__section .mdc-top-app-bar__action-item:after,.mdc-top-app-bar__section .mdc-top-app-bar__action-item:before,.mdc-top-app-bar__section .mdc-top-app-bar__navigation-icon:after,.mdc-top-app-bar__section .mdc-top-app-bar__navigation-icon:before {
        background-color: #fff;
        background-color: var(--mdc-theme-on-primary,#fff)
    }
}

.mdc-top-app-bar__section .mdc-top-app-bar__action-item:hover:before,.mdc-top-app-bar__section .mdc-top-app-bar__navigation-icon:hover:before {
    opacity: .08
}

.mdc-top-app-bar__section .mdc-top-app-bar__action-item.mdc-ripple-upgraded--background-focused:before,.mdc-top-app-bar__section .mdc-top-app-bar__action-item:not(.mdc-ripple-upgraded):focus:before,.mdc-top-app-bar__section .mdc-top-app-bar__navigation-icon.mdc-ripple-upgraded--background-focused:before,.mdc-top-app-bar__section .mdc-top-app-bar__navigation-icon:not(.mdc-ripple-upgraded):focus:before {
    -webkit-transition-duration: 75ms;
    transition-duration: 75ms;
    opacity: .24
}

.mdc-top-app-bar__section .mdc-top-app-bar__action-item:not(.mdc-ripple-upgraded):after,.mdc-top-app-bar__section .mdc-top-app-bar__navigation-icon:not(.mdc-ripple-upgraded):after {
    -webkit-transition: opacity .15s linear;
    transition: opacity .15s linear
}

.mdc-top-app-bar__section .mdc-top-app-bar__action-item:not(.mdc-ripple-upgraded):active:after,.mdc-top-app-bar__section .mdc-top-app-bar__navigation-icon:not(.mdc-ripple-upgraded):active:after {
    -webkit-transition-duration: 75ms;
    transition-duration: 75ms;
    opacity: .32
}

.mdc-top-app-bar__section .mdc-top-app-bar__action-item.mdc-ripple-upgraded,.mdc-top-app-bar__section .mdc-top-app-bar__navigation-icon.mdc-ripple-upgraded {
    --mdc-ripple-fg-opacity: 0.32
}

.mdc-top-app-bar__section--align-start {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
}

.mdc-top-app-bar__section--align-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.mdc-top-app-bar__title {
    color: #ff3a30;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 20px;
    overflow: hidden;
    z-index: 1
}

.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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: 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;
    color: #3a3a3a
}

.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 {
    -webkit-transition: opacity 15ms linear,background-color 15ms linear;
    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(1);
    transform: scale(1);
    -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: 0;
    top: var(--mdc-ripple-top,0);
    left: 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(0) scale(1);
    transform: translate(0) scale(1);
    -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: 0;
    top: var(--mdc-ripple-top,0);
    left: 0;
    left: var(--mdc-ripple-left,0);
    width: 100%;
    width: var(--mdc-ripple-fg-size,100%);
    height: 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: 100%;
    width: var(--mdc-ripple-fg-size,100%);
    height: 100%;
    height: var(--mdc-ripple-fg-size,100%)
}

.mdc-top-app-bar--short {
    top: 0;
    left: 0;
    right: auto;
    width: 100%;
    -webkit-transition: width .25s cubic-bezier(.4,0,.2,1);
    transition: width .25s cubic-bezier(.4,0,.2,1)
}

.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 {
    -webkit-transition: opacity .2s cubic-bezier(.4,0,.2,1);
    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);
    border-bottom-right-radius: 12px;
    width: 112px;
    -webkit-transition: width .3s cubic-bezier(.4,0,.2,1);
    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,.mdc-top-app-bar--short-collapsed .mdc-top-app-bar__navigation-icon {
    color: #fff
}

.mdc-top-app-bar--short-collapsed .mdc-top-app-bar__action-item {
    -webkit-transition: padding .15s cubic-bezier(.4,0,.2,1);
    transition: padding .15s cubic-bezier(.4,0,.2,1)
}

.mdc-top-app-bar--short-collapsed.mdc-top-app-bar--short-has-action-item {
    width: 224px
}

.mdc-top-app-bar--short-collapsed.mdc-top-app-bar--short-has-action-item .mdc-top-app-bar__section--align-end {
    padding-right: 12px
}

.mdc-top-app-bar--dense .mdc-top-app-bar__col {
    /*height: 48px*/
    height:74px;
}

.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
}

.mdc-top-app-bar--prominent .mdc-top-app-bar__row {
    height: 128px
}

.mdc-top-app-bar--prominent .mdc-top-app-bar__title {
    -ms-flex-item-align: end;
    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 {
    -ms-flex-item-align: start;
    align-self: flex-start
}

.mdc-top-app-bar--maintenance #app-bar-logo {
    margin: 6px 0 0 16px!important;
    display: inline-block
}

.mdc-top-app-bar--maintenance #app-bar-full-logo {
    position: relative;
    left: 31%;
    top: 2px
}

.mdc-top-app-bar--maintenance .mdc-top-app-bar__toplinks,.mdc-top-app-bar--maintenance .motion-search-bar-icon {
    visibility: hidden
}

.mdc-top-app-bar--fixed,.mdc-top-app-bar--fixed-scrolled {
    -webkit-transition: box-shadow .2s linear;
    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)
}

.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-bottom: 9px
}

.mdc-top-app-bar--fixed-adjust {
    padding-top: 64px
}

.mdc-top-app-bar--short-fixed-adjust {
    padding-top: 56px
}

.mdc-top-app-bar--dense-fixed-adjust {
    padding-top: 48px
}

.mdc-top-app-bar--prominent-fixed-adjust {
    padding-top: 128px
}

.mdc-top-app-bar--dense-prominent-fixed-adjust {
    padding-top: 96px
}

.motion-topbar-logo {
    opacity: 1
}

.motion-topbar-logo.scroll-fadeout {
    opacity: 0;
    -webkit-transform: translateX(50%);
    transform: translateX(50%)
}

.motion-topbar-logo.scroll-fadein,.motion-topbar-logo.scroll-fadeout {
    -webkit-transition: opacity .5s cubic-bezier(.8,0,.2,1),-webkit-transform .5s cubic-bezier(.8,0,.2,1);
    transition: opacity .5s cubic-bezier(.8,0,.2,1),-webkit-transform .5s cubic-bezier(.8,0,.2,1);
    transition: opacity .5s cubic-bezier(.8,0,.2,1),transform .5s cubic-bezier(.8,0,.2,1);
    transition: opacity .5s cubic-bezier(.8,0,.2,1),transform .5s cubic-bezier(.8,0,.2,1),-webkit-transform .5s cubic-bezier(.8,0,.2,1)
}

.motion-topbar-logo.scroll-fadein {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.motion-topbar-logo-m {
    position: absolute;
    display: block;
    left: 8px;
    top: 7px;
    margin: 0 55%;
    opacity: 0;
    z-index: 999
}

.motion-topbar-logo-m.scroll-fadein {
    opacity: 1;
    -webkit-transform: translateX(50%);
    transform: translateX(50%)
}

.motion-topbar-logo-m.scroll-fadein,.motion-topbar-logo-m.scroll-fadeout {
    -webkit-transition: opacity .5s cubic-bezier(.8,0,.2,1),-webkit-transform .5s cubic-bezier(.8,0,.2,1);
    transition: opacity .5s cubic-bezier(.8,0,.2,1),-webkit-transform .5s cubic-bezier(.8,0,.2,1);
    transition: opacity .5s cubic-bezier(.8,0,.2,1),transform .5s cubic-bezier(.8,0,.2,1);
    transition: opacity .5s cubic-bezier(.8,0,.2,1),transform .5s cubic-bezier(.8,0,.2,1),-webkit-transform .5s cubic-bezier(.8,0,.2,1)
}

.motion-topbar-logo-m.scroll-fadeout {
    opacity: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

#motion-top-bar-left {
    width: 57px
}

#motion-top-bar-right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

@media (max-width: 803.98px) {
    .mdc-top-app-bar__row {
        height:56px
    }

    .mdc-top-app-bar__section {
        padding: 4px
    }

    .mdc-top-app-bar--short {
        -webkit-transition: width .2s cubic-bezier(.4,0,.2,1);
        transition: width .2s cubic-bezier(.4,0,.2,1)
    }

    .mdc-top-app-bar--short-collapsed {
        -webkit-transition: width .25s cubic-bezier(.4,0,.2,1);
        transition: width .25s cubic-bezier(.4,0,.2,1)
    }

    .mdc-top-app-bar--short-collapsed .mdc-top-app-bar__section--align-end {
        padding-right: 12px
    }

    .mdc-top-app-bar--prominent .mdc-top-app-bar__title {
        padding-bottom: 6px
    }

    .mdc-top-app-bar--fixed-adjust {
        padding-top: 56px
    }
}

.mdc-top-app-bar__navigation-icon.mdc-ripple-upgraded--background-focused:before {
    opacity: 0!important
}

div#motion-top-bar-right-container {
    width: 242px
}

div#motion-top-bar-right {
    position: absolute;
    right: 0;
    width: auto
}

.mdc-top-app-bar__pipe {
    /*padding: 15px 0*/
    padding: 27px 0;
}

.mdc-top-app-bar__toplinks {
    vertical-align: middle;
    white-space: nowrap
}

.mdc-expander {
    margin-bottom: 24px
}

.mdc-expander--rounded {
    margin-bottom: 24px;
    border-radius: 24px!important;
    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-expander__trigger {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 12px 16px;
    text-decoration: none;
    cursor: pointer
}

.mdc-expander__trigger-text {
    color: rgba(0,0,0,.87);
    margin-bottom: 0
}

.mdc-expander__indicator {
    color: inherit;
    margin-left: auto;
    margin-right: 0
}

.mdc-expander__trigger:focus {
    outline: none
}

.mdc-expander__trigger:focus,.mdc-expander__trigger:hover {
    background-color: #e8e8e8;
    color: rgba(0,0,0,.87)
}

.mdc-expander--rounded .mdc-expander__trigger:focus,.mdc-expander--rounded .mdc-expander__trigger:hover {
    border-radius: 24px!important
}

.mdc-expander__item {
    padding: 0
}

.mdc-expander__item:after {
    content: "";
    display: block;
    border-top: 1px solid rgba(0,0,0,.12)
}

.mdc-expander--rounded>.mdc-expander__item:after {
    border-top: none!important
}

.mdc-expander--rounded .mdc-expander__item--open .mdc-expander__trigger {
    background-color: transparent!important
}

.mdc-expander__item--open .mdc-expander__trigger-text__open,.mdc-expander__item:not(.mdc-expander__item--open) .mdc-expander__trigger-text__close {
    display: none
}

.mdc-expander__item__border-0:after {
    border: 0
}

.mdc-expander__content {
    display: none
}

.mdc-expander__content.open {
    display: block
}

.mdc-expander__content-inner {
    padding: 0 16px 24px
}

.mdc-expander__content-inner p:last-child {
    margin-bottom: 0
}

.mat-expansion-panel-header.mat-expanded,.mat-expansion-panel-header.mat-expanded:focus,.mat-expansion-panel-header.mat-expanded:hover {
    background-color: #f7f7f7!important
}

.mdc-drawer {
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    box-sizing: border-box;
    width: 256px;
    max-width: 256px;
    height: 100%;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    -webkit-transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    border-right: 1px solid;
    border-color: rgba(89,89,89,.12);
    overflow: hidden;
    z-index: 6
}

.mdc-drawer .mdc-drawer__title {
    color: rgba(89,89,89,.87)
}

.mdc-drawer .mdc-drawer__subtitle,.mdc-drawer .mdc-list-group__subheader,.mdc-drawer .mdc-list-item__graphic {
    color: rgba(89,89,89,.6)
}

.mdc-drawer .mdc-list-item--activated .mdc-list-item__graphic {
    color: #ff3a30
}

.mdc-drawer .mdc-list-item--activated {
    color: rgba(255,58,48,.87)
}

.mdc-drawer .mdc-list-item {
    color: rgba(0,0,0,.87);
    font-size: .9375rem;
    line-height: 1.5rem;
    font-weight: 600;
    letter-spacing: .01333em;
    height: auto;
    margin: 8px 8px 8px 0;
    padding: 8px 8px 8px 16px;
    border-radius: 0 24px 24px 0
}

.mdc-drawer .mdc-list-item.mdc-drawer__accordionlabel {
    padding: 8px 16px!important;
    border-bottom: 1px solid rgba(0,0,0,.13);
    border-radius: 0;
    margin: 0
}

.mdc-drawer .mdc-list-item.mdc-drawer__accordionlabel:hover:before,.mdc-drawer .mdc-list-item:not(.mdc-list-item--disabled).mdc-list-item.mdc-drawer__accordionlabel.mdc-list-item--activated:before,.mdc-drawer .mdc-list-item:not(.mdc-list-item--disabled).mdc-list-item.mdc-drawer__accordionlabel:after {
    background-color: transparent!important;
    opacity: 0!important
}

.mdc-drawer .mdc-list-item: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
}

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

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

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

.mdc-drawer .mdc-list-item: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
}

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

.mdc-drawer .mdc-list-item: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
}

.mdc-drawer .mdc-list-item: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(0) scale(1);
    transform: translate(0) scale(1);
    -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-drawer .mdc-list-item:not(.mdc-list-item--disabled).mdc-list-item:after,.mdc-drawer .mdc-list-item:not(.mdc-list-item--disabled).mdc-list-item:before {
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%
}

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

.mdc-drawer .mdc-list-item:not(.mdc-list-item--disabled).mdc-list-item:after,.mdc-drawer .mdc-list-item:not(.mdc-list-item--disabled).mdc-list-item:before {
    background-color: #c1e6ed
}

.mdc-drawer .mdc-list-item:not(.mdc-list-item--disabled).mdc-list-item:hover:before {
    opacity: .08
}

.mdc-drawer .mdc-list-item:not(.mdc-list-item--disabled).mdc-list-item.mdc-ripple-upgraded--background-focused:before,.mdc-drawer .mdc-list-item:not(.mdc-list-item--disabled).mdc-list-item:not(.mdc-ripple-upgraded):focus:before {
    -webkit-transition-duration: 75ms;
    transition-duration: 75ms;
    opacity: .24
}

.mdc-drawer .mdc-list-item:not(.mdc-list-item--disabled).mdc-list-item:not(.mdc-ripple-upgraded):after {
    -webkit-transition: opacity .15s linear;
    transition: opacity .15s linear
}

.mdc-drawer .mdc-list-item:not(.mdc-list-item--disabled).mdc-list-item:not(.mdc-ripple-upgraded):active:after {
    -webkit-transition-duration: 75ms;
    transition-duration: 75ms;
    opacity: .32
}

.mdc-drawer .mdc-list-item:not(.mdc-list-item--disabled).mdc-list-item.mdc-ripple-upgraded {
    --mdc-ripple-fg-opacity: 0.32
}

.mdc-drawer .mdc-list-item:not(.mdc-list-item--disabled).mdc-list-item--activated:before {
    opacity: .24
}

.mdc-drawer .mdc-list-item:not(.mdc-list-item--disabled).mdc-list-item--activated:after,.mdc-drawer .mdc-list-item:not(.mdc-list-item--disabled).mdc-list-item--activated:before {
    background-color: #c1e6ed
}

.mdc-drawer .mdc-list-item:not(.mdc-list-item--disabled).mdc-list-item--activated:hover:before {
    opacity: .32
}

.mdc-drawer .mdc-list-item:not(.mdc-list-item--disabled).mdc-list-item--activated.mdc-ripple-upgraded--background-focused:before,.mdc-drawer .mdc-list-item:not(.mdc-list-item--disabled).mdc-list-item--activated:not(.mdc-ripple-upgraded):focus:before {
    -webkit-transition-duration: 75ms;
    transition-duration: 75ms;
    opacity: .48
}

.mdc-drawer .mdc-list-item:not(.mdc-list-item--disabled).mdc-list-item--activated:not(.mdc-ripple-upgraded):after {
    -webkit-transition: opacity .15s linear;
    transition: opacity .15s linear
}

.mdc-drawer .mdc-list-item:not(.mdc-list-item--disabled).mdc-list-item--activated:not(.mdc-ripple-upgraded):active:after {
    -webkit-transition-duration: 75ms;
    transition-duration: 75ms;
    opacity: .56
}

.mdc-drawer .mdc-list-item:not(.mdc-list-item--disabled).mdc-list-item--activated.mdc-ripple-upgraded {
    --mdc-ripple-fg-opacity: 0.56
}

.mdc-drawer .mdc-list-item:not(.mdc-list-item--disabled).mdc-list-item--selected:before {
    opacity: .16
}

.mdc-drawer .mdc-list-item:not(.mdc-list-item--disabled).mdc-list-item--selected:after,.mdc-drawer .mdc-list-item:not(.mdc-list-item--disabled).mdc-list-item--selected:before {
    background-color: #c1e6ed
}

.mdc-drawer .mdc-list-item:not(.mdc-list-item--disabled).mdc-list-item--selected:hover:before {
    opacity: .24
}

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

.mdc-drawer .mdc-list-item:not(.mdc-list-item--disabled).mdc-list-item--selected:not(.mdc-ripple-upgraded):after {
    -webkit-transition: opacity .15s linear;
    transition: opacity .15s linear
}

.mdc-drawer .mdc-list-item:not(.mdc-list-item--disabled).mdc-list-item--selected:not(.mdc-ripple-upgraded):active:after {
    -webkit-transition-duration: 75ms;
    transition-duration: 75ms;
    opacity: .48
}

.mdc-drawer .mdc-list-item:not(.mdc-list-item--disabled).mdc-list-item--selected.mdc-ripple-upgraded {
    --mdc-ripple-fg-opacity: 0.48
}

.mdc-drawer .mdc-list-item:not(.mdc-list-item--disabled).mdc-list-item:active>.mdc-list-item__meta,.mdc-drawer .mdc-list-item:not(.mdc-list-item--disabled).mdc-list-item:focus>.mdc-list-item__meta,.mdc-drawer .mdc-list-item:not(.mdc-list-item--disabled).mdc-list-item:hover>.mdc-list-item__meta {
    color: rgba(0,0,0,.87)
}

.mdc-drawer .mdc-list-item:not(.mdc-list-item--disabled).mdc-list-item:hover:before {
    opacity: .4!important
}

.mdc-drawer .mdc-list-item:not(.mdc-list-item--disabled).mdc-list-item--activated:before {
    opacity: 1!important
}

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

.mdc-drawer .mdc-list-group__subheader {
    display: block;
    margin-top: 0;
    line-height: normal
}

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

.mdc-drawer .mdc-list-item__graphic,.mdc-drawer .mdc-list-item__text, .mdc-drawer .mdc-list-item--activated.mdc-list-item__text {
    pointer-events: none;
    z-index: 1!important;
    text-decoration: none;/*Added*/
}

.mdc-drawer--open {
    -webkit-transition: -webkit-transform .25s cubic-bezier(.4,0,.2,1) 0ms;
    transition: -webkit-transform .25s cubic-bezier(.4,0,.2,1) 0ms;
    transition: transform .25s cubic-bezier(.4,0,.2,1) 0ms;
    transition: transform .25s cubic-bezier(.4,0,.2,1) 0ms,-webkit-transform .25s cubic-bezier(.4,0,.2,1) 0ms
}

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

.mdc-drawer--opening {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition-duration: .25s;
    transition-duration: .25s
}

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

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

.mdc-drawer__title {
    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 {
    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__close {
    padding: 10px
}

.mdc-drawer__close .material-icons {
    text-decoration: none!important
}

.mdc-drawer__accordioncontent {
    max-height: 0;
    overflow-x: hidden;
    background: #f9f9f9;
    will-change: max-height,opacity;
    opacity: 0;
    cursor: pointer
}

.mdc-drawer__accordioncontent.slidedown,.mdc-drawer__accordioncontent.slideup {
    max-height: 0;
    opacity: 1;
    overflow-y: hidden;
    will-change: max-height;
    -webkit-transition: max-height .3s cubic-bezier(.6,0,.2,0),opacity .3s cubic-bezier(.3,0,.2,1);
    transition: max-height .3s cubic-bezier(.6,0,.2,0),opacity .3s cubic-bezier(.3,0,.2,1)
}

.mdc-drawer__accordioncontent.slidedown {
    max-height: 500px
}

.mdc-drawer__accordioncontent .mdc-list-item {
    padding: 8px 8px 8px 24px
}

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

.mdc-drawer--dismissible.mdc-drawer--open {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

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

.mdc-drawer--open+.mdc-drawer-app-content {
    margin-left: 256px
}

.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);
    top: 0;
    left: 0;
    display: none;
    position: fixed;
    z-index: 2147483641
}

.mdc-drawer--modal+.mdc-drawer-scrim {
    background-color: rgba(89,89,89,.32)
}

.mdc-drawer--modal.mdc-drawer--open {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.mdc-drawer-scrim {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition-property: opacity,-webkit-backdrop-filter;
    transition-property: opacity,-webkit-backdrop-filter;
    transition-property: opacity,backdrop-filter;
    transition-property: opacity,backdrop-filter,-webkit-backdrop-filter;
    -webkit-transition-duration: 3s;
    transition-duration: 3s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    z-index: 6;
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px)
}

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

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

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

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

#portal-dummy-link.mdc-list-item.mdc-list-item--activated,#portal-placeholder-link.mdc-list-item.mdc-list-item--activated {
    color: #fff;
    font-size: 1px;
    height: 0;
    padding: 0;
    margin: 0
}

#portal-dummy-link.mdc-list-item.mdc-list-item--activated:after,#portal-dummy-link.mdc-list-item.mdc-list-item--activated:before,#portal-placeholder-link.mdc-list-item.mdc-list-item--activated:after,#portal-placeholder-link.mdc-list-item.mdc-list-item--activated:before {
    background-color: #fff
}

.cta-appstore__btn,.footer__app-store,.footer__social {
    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);
    background: transparent url(../img/sprites/third-party.png) no-repeat;
    display: block;
    margin-right: 16px
}

.cta-appstore__btn:last-child,.footer__app-store:last-child,.footer__social:last-child {
    margin-right: 0
}

.cta-appstore__btn:focus,.cta-appstore__btn:hover,.footer__app-store:focus,.footer__app-store:hover,.footer__social:focus,.footer__social:hover {
    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);
    margin-bottom: -1px
}

#motion-footer__app-stores,#motion-footer__external-links .cta-appstore,.cta-appstore {
    padding: 32px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.cta-appstore__btn,.footer__app-store {
    width: 136px;
    height: 46px
}

.mdc-typography--body1+.cta-appstore,.mdc-typography--body2+.cta-appstore {
    padding-top: 8px
}

#footer-appstore-apple,.cta-appstore__btn--apple {
    background-position: 0 0
}

#footer-appstore-google,.cta-appstore__btn--google {
    background-position: -136px 0
}

@-webkit-keyframes tron-animation-1 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes tron-animation-1 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@-webkit-keyframes tron-animation-2 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(-1turn);
        transform: rotate(-1turn)
    }
}

@keyframes tron-animation-2 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(-1turn);
        transform: rotate(-1turn)
    }
}

.m-tron {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 140px;
    height: 140px;
    box-sizing: border-box
}

.m-tron__face {
    position: absolute;
    border: 2px solid #f1f1f1;
    border-radius: 50%
}

.m-tron__face--outer {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #f1f1f1;
    box-shadow: 0 0 20px rgba(0,0,0,.25);
    border-left-color: #ff3a30;
    border-top-color: #ff3a30;
    -webkit-animation: tron-animation-1 3s linear infinite;
    animation: tron-animation-1 3s linear infinite
}

.m-tron__face--inner {
    top: 30px;
    left: 30px;
    right: 30px;
    bottom: 30px;
    background-color: #f1f1f1;
    box-shadow: 0 0 10px rgba(0,0,0,.3);
    border-right-color: #6c6c6c;
    border-bottom-color: #6c6c6c;
    -webkit-animation: tron-animation-2 3s linear infinite;
    animation: tron-animation-2 3s linear infinite
}

.m-tron__face--logo {
    top: 46px;
    left: 46px;
    border: 0
}

.m-tron__face--logo .m-tron__m-logo {
    background: url(../img/m-tron-loader-logo.svg) 0 0 no-repeat;
    width: 48px;
    height: 48px
}

@media (min-width: 1248px) {
    .m-tron {
        width:200px;
        height: 200px
    }

    .m-tron__face--logo {
        top: 52px;
        left: 52px
    }

    .m-tron__face--logo .m-tron__m-logo {
        width: 96px;
        height: 96px
    }
}

.m-tron__dot {
    position: absolute;
    top: calc(50% - 1px);
    left: 50%;
    width: 50%;
    height: 2px;
    -webkit-transform-origin: left;
    transform-origin: left
}

.m-tron__dot:before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #fff;
    top: -4px;
    right: -6px
}

.m-tron__face--inner .m-tron__dot,.m-tron__face--outer .m-tron__dot {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.m-tron__face--outer .m-tron__dot:before {
    background-color: #ff3a30;
    box-shadow: 0 0 20px #ff3a30,0 0 40px #ff3a30,0 0 60px #ff3a30,0 0 80px #ff3a30,0 0 100px #ff3a30,0 0 0 5px rgba(255,58,48,.1)
}

.m-tron__face--inner .m-tron__dot:before {
    background-color: #6c6c6c;
    box-shadow: 0 0 20px #6c6c6c,0 0 40px #6c6c6c,0 0 60px #6c6c6c,0 0 80px #6c6c6c,0 0 100px #6c6c6c,0 0 0 5px hsla(0,0%,42.4%,.1)
}

.m-tron__overlay {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    -ms-flex-pack: center;
    -ms-flex-line-pack: center;
    align-content: center;
    background-color: hsla(0,0%,100%,.91);
    overflow-x: hidden
}

.m-tron__overlay,.spinner__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-pack: center;
    justify-content: center
}

.spinner__wrapper {
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.spinner {
    -webkit-animation: rotator 1.4s linear infinite;
    animation: rotator 1.4s linear infinite
}

@-webkit-keyframes rotator {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg)
    }
}

@keyframes rotator {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg)
    }
}

.path {
    stroke: #ff3b30;
    stroke-dasharray: 187;
    stroke-dashoffset: 0;
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-animation: dash 1.4s ease-in-out infinite;
    animation: dash 1.4s ease-in-out infinite
}

@-webkit-keyframes dash {
    0% {
        stroke-dashoffset: 187
    }

    50% {
        stroke-dashoffset: 46.75;
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg)
    }

    to {
        stroke-dashoffset: 187;
        -webkit-transform: rotate(450deg);
        transform: rotate(450deg)
    }
}

@keyframes dash {
    0% {
        stroke-dashoffset: 187
    }

    50% {
        stroke-dashoffset: 46.75;
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg)
    }

    to {
        stroke-dashoffset: 187;
        -webkit-transform: rotate(450deg);
        transform: rotate(450deg)
    }
}

.progress-wrap:after,.progress-wrap:before {
    content: "arrow_upward";
    font-family: Material Icons;
    position: absolute;
    height: 46px;
    width: 46px;
    text-align: center;
    line-height: 46px;
    font-size: 24px;
    color: #ff3b30;
    left: 0;
    top: 0;
    display: block;
    cursor: pointer;
    z-index: 1
}

.progress-wrap,.progress-wrap svg.progress-circle path {
    -webkit-transition: all .2s linear;
    transition: all .2s linear
}

.main {
    max-width: 1440px;
    width: 99%;
    margin: 0 auto
}

.progress-wrap {
    position: fixed;
    right: 50px;
    bottom: 120px;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: none;
    border-radius: 50px;
    box-shadow: inset 0 0 0 2px hsla(0,0%,100%,.2);
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(15px);
    transform: translateY(15px)
}

@media (min-width: 840px) {
    .progress-wrap {
        display:block
    }
}

.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.progress-wrap:hover:after {
    opacity: .2
}

.progress-wrap:before {
    opacity: 0;
    background-image: linear-gradient(298deg,#ff3b30,#ffc107);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    z-index: 2
}

.progress-wrap:hover:before {
    opacity: 1
}

.progress-wrap svg path {
    fill: none
}

.progress-wrap svg.progress-circle path {
    stroke: #ff3b30;
    stroke-width: 4;
    box-sizing: border-box
}

.progress-wrap:hover svg.progress-circle path {
    opacity: .2
}

.overlay {
    position: fixed;
    z-index: 9999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    top: 0;
    left: 0;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    background-color: hsla(0,0%,100%,.91);
    overflow-x: hidden
}

.overlay-loader-message {
    position: relative;
    top: 56%;
    left: 0;
    width: 100%;
    margin: 0 auto
}

.three-bar-loader {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 50px;
    background: #949494
}

.three-bar-loader,.three-bar-loader:after,.three-bar-loader:before {
    position: absolute;
    height: 10px;
    border-radius: 5px;
    -webkit-animation: threeBarLoader 1.8s ease-in-out infinite;
    animation: threeBarLoader 1.8s ease-in-out infinite
}

.three-bar-loader:after,.three-bar-loader:before {
    display: block;
    content: ""
}

.three-bar-loader:before {
    top: -20px;
    left: 10px;
    width: 40px;
    background: #ff3a30
}

.three-bar-loader:after {
    bottom: -20px;
    width: 35px;
    background: #ff3a30
}

@-webkit-keyframes threeBarLoader {
    0% {
        -webkit-transform: translateX(40px);
        transform: translateX(40px)
    }

    50% {
        -webkit-transform: translateX(-30px);
        transform: translateX(-30px)
    }

    to {
        -webkit-transform: translateX(40px);
        transform: translateX(40px)
    }
}

@keyframes threeBarLoader {
    0% {
        -webkit-transform: translateX(40px);
        transform: translateX(40px)
    }

    50% {
        -webkit-transform: translateX(-30px);
        transform: translateX(-30px)
    }

    to {
        -webkit-transform: translateX(40px);
        transform: translateX(40px)
    }
}

#motion-footer>.grid {
    padding-top: 0;
    padding-bottom: 0
}

#motion-footer__internal-links {
    padding-bottom: 24px
}

#motion-footer__external-links {
    border-bottom: 1px solid rgba(0,0,0,.13)
}

@media (max-width: 803.98px) {
    #motion-footer__app-stores {
        border-bottom:1px solid rgba(0,0,0,.13)
    }
}

@media (min-width: 804px) {
    #motion-footer__app-stores {
        -webkit-box-pack:start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding-top: 56px
    }
}

#motion-footer__socials {
    padding: 16px 0 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.footer__social {
    width: 32px;
    height: 32px
}

#footer-social-facebook {
    background-position: 0 -46px
}

#footer-social-twitter {
    background-position: -32px -46px
}

#footer-social-youtube {
    background-position: -64px -46px
}

#footer-social-googleplus {
    background-position: -96px -46px
}

#motion-footer__caption {
    text-align: center;
    padding: 16px 0
}

@media (max-width: 803.98px) {
    #motion-footer__external-links .cta-appstore {
        border-bottom:1px solid rgba(0,0,0,.13)
    }
}

@media (min-width: 804px) {
    #motion-footer__external-links .cta-appstore {
        -webkit-box-pack:start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    #motion-footer__socials {
        padding: 39px 0;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
}

.motion-popup {
    position: absolute;
    z-index: 999;
    width: 100%;
    top: 12%;
    height: 100%
}

.motion-popup-bg {
    position: fixed;
    top: 0;
    background-color: rgba(0,0,0,.32);
    width: 100%;
    height: 100%;
    opacity: 0
}

.motion-popup-bg--fadein {
    opacity: 1;
    animation: fade-in-bg .3s;
    -moz-animation: fade-in-bg .3s;
    -webkit-animation: fade-in-bg .3s;
    -ms-animation: fade-in-bg .3s;
    -o-animation: fade-in-bg .3s;
    animation-fill-mode: forwards;
    -webkit-animation-direction: normal;
    animation-direction: normal;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-direction: normal;
    -ms-animation-direction: normal
}

.motion-popup-dialog {
    max-width: 30em;
    margin: 0 auto;
    z-index: 1;
    position: fixed;
    left: 0;
    width: 50%;
    right: 0;
    border-radius: 1em;
    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);
    opacity: 0;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    transition: opacity 75ms linear,transform .15s cubic-bezier(0,0,.2,1) 0ms,-webkit-transform .15s cubic-bezier(0,0,.2,1) 0ms;
    -webkit-transition: opacity 75ms linear,-webkit-transform .15s cubic-bezier(0,0,.2,1) 0ms;
    -o-transition: opacity 75ms linear,transform .15s 0ms cubic-bezier(0,0,.2,1)
}

.motion-popup-dialog--fadein {
    opacity: 1;
    -webkit-animation: fade-in-popup .1s;
    animation: fade-in-popup .1s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-direction: normal;
    animation-direction: normal
}

@media (max-width: 803.98px) {
    .motion-popup-dialog {
        width:90%
    }
}

@media (min-width: 804px) {
    .motion-popup-dialog {
        width:90%
    }
}

@-webkit-keyframes fade-in-popup {
    0% {
        opacity: 0;
        -webkit-transform: scale(.5);
        transform: scale(.5);
        visibility: hidden
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
        visibility: visible
    }
}

@keyframes fade-in-popup {
    0% {
        opacity: 0;
        -webkit-transform: scale(.5);
        transform: scale(.5);
        visibility: hidden
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
        visibility: visible
    }
}

@-webkit-keyframes fade-in-bg {
    0% {
        opacity: 0;
        visibility: hidden
    }

    to {
        opacity: 1;
        visibility: visible
    }
}

@keyframes fade-in-bg {
    0% {
        opacity: 0;
        visibility: hidden
    }

    to {
        opacity: 1;
        visibility: visible
    }
}

.motion-browser-notice,.motion-cookies,.motion-cookies-disabled-notice {
    position: fixed;
    left: 0;
    bottom: -110px;
    height: 100px;
    width: 100%;
    background-color: #f3f3f3;
    color: #1a1a1a;
    z-index: 2147483640;
    border-radius: 0;
    text-align: center;
    -webkit-transition: -webkit-transform .5s cubic-bezier(.8,0,.2,1);
    transition: -webkit-transform .5s cubic-bezier(.8,0,.2,1);
    transition: transform .5s cubic-bezier(.8,0,.2,1);
    transition: transform .5s cubic-bezier(.8,0,.2,1),-webkit-transform .5s cubic-bezier(.8,0,.2,1)
}

.motion-browser-notice a,.motion-cookies-disabled-notice a,.motion-cookies a {
    color: #1a1a1a
}

.motion-browser-notice .d-table-cell,.motion-cookies-disabled-notice .d-table-cell,.motion-cookies .d-table-cell {
    vertical-align: middle
}

.motion-browser-notice.slidein-up,.motion-cookies-disabled-notice.slidein-up,.motion-cookies.slidein-up {
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    opacity: 1!important;
    -webkit-animation: notifications-slidein-up .5s cubic-bezier(.8,0,.2,1);
    animation: notifications-slidein-up .5s cubic-bezier(.8,0,.2,1)
}

.motion-browser-notice.slidein-down,.motion-cookies-disabled-notice.slidein-down,.motion-cookies.slidein-down {
    transform: translateY(100%);
    -webkit-transform: translateY(100%);
    -o-transform: translateY(100%);
    -moz-transform: translateY(100%)
}

.motion__popup-notice {
    padding-left: 48px;
    padding-right: 48px;
    box-sizing: border-box
}

.motion__popup-notice.slidein-up {
    box-shadow: 0 -5px 11px rgba(0,0,0,.1)
}

.motion__popup-notice .grid__cell--span-all {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.motion__popup-notice .grid__cell--span-all .notice__body {
    display: inherit;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.motion__popup-notice .grid__cell--span-all .notice__body span {
    margin-right: 8px
}

.motion__popup-notice a {
    color: #1a1a1a
}

.motion__popup-notice a.mat-button {
    min-width: 1px;
    padding: 0
}

@media (max-width: 803px) {
    .motion__popup-notice {
        padding-left:8px;
        padding-right: 8px
    }
}

@media (max-width: 1247.98px) {
    .motion-cookies .mat-button-wrapper-text {
        display:none
    }

    #motion-browsercheck-btn a,#motion-cookies-btn {
        min-width: auto
    }

    #motion-cookies-btn {
        width: 10%
    }
}

@-webkit-keyframes notifications-slidein-up {
    0% {
        opacity: 0;
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -o-transform: translateY(0);
        -moz-transform: translateY(0);
        visibility: hidden
    }

    to {
        opacity: 1;
        transform: translateY(-100%);
        -webkit-transform: translateY(-100%);
        -o-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        visibility: visible
    }
}

@keyframes notifications-slidein-up {
    0% {
        opacity: 0;
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -o-transform: translateY(0);
        -moz-transform: translateY(0);
        visibility: hidden
    }

    to {
        opacity: 1;
        transform: translateY(-100%);
        -webkit-transform: translateY(-100%);
        -o-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        visibility: visible
    }
}

#motion-widget-feedback {
    position: fixed;
    z-index: 999;
    right: -28px;
    bottom: 200px;
    height: 135px
}

#motion-widget-feedback .mdc-button {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    height: 100%;
    background-color: #f9f9f9;
    background-color: var(--mdc-theme-background,#f9f9f9);
    box-shadow: 1px -3px 5px 0 rgba(0,0,0,.1),0 3px 3px 0 rgba(0,0,0,.08),0 1px 1px 0 rgba(0,0,0,.08)
}

#motion-widget-feedback .motion-widget-feedback-label {
    position: relative;
    left: 17px;
    top: -4px;
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

#motion-widget-feedback .motion-widget-feedback-label .material-icons {
    padding: 2px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    font-size: 18px
}

.client-assist {
    position: fixed;
    width: 68%;
    left: 14%;
    z-index: 6;
    border-radius: 0 0 10px 10px
}

.client-assist__container {
    padding: 6px 16px;
    background-color: #e8e8e8;
    border-radius: 0 0 10px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between
}

.client-assist__links {
    padding-right: 16px;
    font-size: .75rem;
    text-decoration: none
}

.client-assist--icon {
    float: right;
    margin-left: 5px;
    display: inline-block;
    vertical-align: bottom;
    font-size: 20px
}

.client-assist--minimize {
    width: 50%!important
}

.client-assist--minimize #session-controls,.client-assist--minimize #toggle-controls {
    display: none
}

.client-assist--minimize .client-assist__middle span {
    width: 55%
}

@media (max-width: 600px) {
    .client-assist {
        -webkit-transition:all .5s cubic-bezier(.8,0,.2,1);
        transition: all .5s cubic-bezier(.8,0,.2,1);
        width: 75%;
        left: 14%
    }

    .client-assist__middle span {
        width: 60%!important
    }

    .client-assist #minimize-bar {
        display: block!important
    }
}

@media (min-width: 600px) and (max-width:1283.98px) {
    .client-assist {
        width:55%;
        left: 21%
    }
}

@media (max-width: 1247.98px) {
    .client-assist__middle {
        width:100%
    }

    .client-assist__middle span {
        width: 80%;
        overflow: auto;
        display: inline-block;
        white-space: nowrap
    }

    .client-assist #session-controls {
        position: absolute;
        top: -5px;
        width: 96%;
        left: 2%;
        text-align: center;
        padding: 10px 0;
        background-color: hsla(0,0%,90.2%,.7);
        -webkit-transition: all .5s cubic-bezier(.8,0,.2,1);
        transition: all .5s cubic-bezier(.8,0,.2,1);
        z-index: -1;
        opacity: 0
    }

    .client-assist #session-controls.slidein-down {
        opacity: 1
    }

    .client-assist__links {
        padding: 0 10%
    }
}

.motion-homebanner, .motion-homebannerSingle {
    width: 100%;
    height: 100%;
    background-size: cover
}

.motion-homebanner__elements {
    width: 100%;
    position: relative;
    z-index: 3;
    margin: 24px auto 0
}

.motion-homebanner__heading-body {
    width: 100%
}

.motion-homebanner__heading-body--text-on-dark * {
    color: #fff!important
}

@media (min-width: 1248px) {
    .motion-homebanner__heading-body {
        width:90%;
        float: left;
        margin: 15% 0
    }

    .motion-homebanner__media-image {
        width: auto
    }
}

@media (max-width: 1247.98px) {
    .motion-homebanner__media-image {
        width:50%
    }
}

@media (max-width: 803.98px) {
    .motion-homebanner__media-image {
        width:60%
    }
}

#quickLinks {
    background: #fff
}

@media (max-width: 1247px) {
    #quickLinks {
        display:none
    }
}

.mdc-text-link {
    list-style-type: none;
    margin: 0 0 16px;
    padding: 0 16px
}

.mdc-text-link:last-child a {
    color: #ff3b30
}

.mdc-text-link>a {
    text-decoration: none
}

.mdc-quicklinks {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    margin: 0 auto
}

@media (max-width: 803.98px) {
    .mdc-quicklinks {
        display:inline-block
    }
}

.iframe_container {
    border-radius: 20px;
    overflow: hidden
}

.iframe_container .iframe_box {
    width: 100%;
    height: 308px;
    border: 0
}

.iframe__thumbnail {
    cursor: pointer;
    position: relative
}

.iframe__thumbnail img {
    border-radius: 25px
}

.iframe__buttons {
    position: absolute;
    top: calc(50% - 1.5em);
    left: calc(50% - 2em)
}

.play {
    background: #000;
    border-radius: 50%/10%;
    color: #fff;
    font-size: 1em;
    height: 3em;
    margin: 0 auto;
    padding: 0;
    position: relative;
    text-align: center;
    text-indent: .1em;
    -webkit-transition: all .15s ease-out;
    transition: all .15s ease-out;
    width: 4em
}

.play:not(:hover) {
    opacity: .6
}

.play:before {
    background: inherit;
    border-radius: 5%/50%;
    bottom: 9%;
    left: -5%;
    right: -5%;
    top: 9%
}

.play:after,.play:before {
    content: "";
    position: absolute
}

.play:after {
    border-color: transparent transparent transparent #fff;
    border-style: solid;
    border-width: 1em 0 1em 1.732em;
    font-size: .65em;
    height: 0;
    margin: -11px 0 0 -6px;
    top: 50%;
    left: 50%;
    width: 0
}

.iframe__thumbnail:hover .play,.play:hover {
    background: red;
    opacity: 1
}

.social-buttons--share .d-table {
    width: auto;
    float: right
}

.social-buttons--share .d-table-cell {
    padding: 10px 5px;
    vertical-align: middle
}

.social-buttons--share .d-table-cell>* {
    float: left
}

.motion-social-media a {
    display: inline-block;
    margin: 0 8px
}

.motion-social-media a:last-child {
    margin-right: 0
}

.motion-social-media a:first-child {
    margin-left: 0
}

.motion-social-media a img {
    border-radius: 4px;
    box-shadow: 0 0 1px 0 rgba(0,0,0,.15),0 1px 5px 0 rgba(0,0,0,.15),0 2px 10px 0 rgba(0,0,0,.16)
}

@media (max-width: 803.98px) {
    .motion-story .motion-story-content {
        -webkit-box-ordinal-group:3;
        -ms-flex-order: 2;
        order: 2
    }

    .motion-story .motion-story-video {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
}

.motion-media-share__container {
    display: table;
    margin: 0 auto
}

.motion-media-share__container .motion-media-share {
    display: table-cell;
    cursor: pointer
}

.motion-carousel {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 580px;
    background: #000;
    top:48px; /*added*/
}

.motion-carousel--effect-fade .motion-homebanner, .motion-carousel--effect-fade .motion-homebannerSingle {
    -webkit-animation: motion-carousel__fade 1s cubic-bezier(.3,0,.22,.76);
    animation: motion-carousel__fade 1s cubic-bezier(.3,0,.22,.76)
}

.motion-carousel .motion-homebanner, .motion-carousel .motion-homebannerSingle {
    position: absolute
}

.motion-carousel-indicators {
    text-align: center;
    position: absolute;
    z-index: 3;
    bottom: 16px;
    margin: 0 auto;
    width: 100%
}

.motion-carousel-indicators .motion-carousel__indicator {
    cursor: pointer;
    height: 16px;
    width: 16px;
    margin: 0 3px;
    background-color: #f1f1f1;
    border-radius: 50%;
    display: inline-block;
    -webkit-transition: background-color .3s cubic-bezier(.5,0,.2,1),width .5s cubic-bezier(.5,0,.2,1);
    transition: background-color .3s cubic-bezier(.5,0,.2,1),width .5s cubic-bezier(.5,0,.2,1)
}

.motion-carousel-indicators .active,.motion-carousel-indicators .motion-carousel__indicator:hover {
    background-color: #fcd3c1!important
}

.motion-carousel-indicators .motion-carousel__indicator:hover {
    background-color: #fff!important;
    -webkit-transition: background-color .3s cubic-bezier(.8,0,.2,1),width .5s cubic-bezier(.5,0,.2,1);
    transition: background-color .3s cubic-bezier(.8,0,.2,1),width .5s cubic-bezier(.5,0,.2,1)
}

.motion-carousel-indicators .motion-carousel__indicator:not(:first-child):not(:nth-child(2)):not(:nth-child(3)) {
    margin-left: 6px
}

.motion-card-carousel {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 580px
}

.motion-card-carousel--effect-fade .motion-homebanner, .motion-card-carousel--effect-fade .motion-homebannerSingle {
    -webkit-animation: motion-carousel__fade 1s cubic-bezier(.3,0,.22,.76);
    animation: motion-carousel__fade 1s cubic-bezier(.3,0,.22,.76)
}

.motion-cardcarousel-indicators {
    text-align: center;
    position: absolute;
    z-index: 3;
    bottom: 30px;
    margin: 0 auto;
    width: 100%
}

.motion-cardcarousel-indicators .motion-carousel__indicator {
    cursor: pointer;
    height: 16px;
    width: 16px;
    margin: 0 3px;
    background-color: #f1f1f1;
    border-radius: 50%;
    display: inline-block;
    -webkit-transition: background-color .3s cubic-bezier(.5,0,.2,1),width .5s cubic-bezier(.5,0,.2,1);
    transition: background-color .3s cubic-bezier(.5,0,.2,1),width .5s cubic-bezier(.5,0,.2,1)
}

.motion-cardcarousel-indicators .active,.motion-cardcarousel-indicators .motion-carousel__indicator:hover {
    background-color: #fcd3c1!important
}

.motion-cardcarousel-indicators .motion-carousel__indicator:hover {
    background-color: #fcd3c1!important;
    -webkit-transition: background-color .3s cubic-bezier(.8,0,.2,1),width .5s cubic-bezier(.5,0,.2,1);
    transition: background-color .3s cubic-bezier(.8,0,.2,1),width .5s cubic-bezier(.5,0,.2,1)
}

.motion-cardcarousel-indicators .motion-carousel__indicator:not(:first-child):not(:nth-child(2)):not(:nth-child(3)) {
    margin-left: 6px
}

@-webkit-keyframes motion-carousel__fade {
    0% {
        opacity: .6
    }

    to {
        opacity: 1
    }
}

@keyframes motion-carousel__fade {
    0% {
        opacity: .6
    }

    to {
        opacity: 1
    }
}

@media (min-width: 1248px) {
    .motion-homebanner__heading-body {
        width:90%;
        float: left;
        margin: 7% 0 18%
    }

    .motion-homebanner__media-image {
        width: auto
    }

    .motion-carousel-indicators {
        width: 99%
    }
}

@media (max-width: 1247.98px) {
    .motion-homebanner__media-image {
        width:50%
    }

    .motion-carousel {
        min-height: 550px
    }
}

@media (max-width: 803.98px) {
    .motion-carousel {
        min-height:550px
    }

    .motion-homebanner__media-image {
        width: 60%
    }

    .motion-carousel-container {
        min-height: 640px
    }
}

.motion-sitemap .mdc-list .mdc-list {
    margin-left: 32px
}

.motion-sitemap .mdc-list-item:first-child:last-child {
    border: 0
}

.motion-sitemap .mdc-list-item__graphic {
    font-size: 8px!important
}

.motion-sitemap .mdc-list-group__subheader a {
    text-decoration: none
}

.motion-sitemap .grid__cell:nth-child(5) {
    clear: both
}

iframe#launcher,iframe#webWidget {
    left: 0!important
}

.motion-image__radius--circular {
    border-radius: 50%
}

.article-header__image {
    width: 100px;
    height: 100px
}

@media (min-width: 804px) {
    .mat-tabular-fields__col {
        width:30%;
        box-sizing: border-box;
        padding-right: 16px;
        display: inline-block
    }

    .mat-tabular-fields__buttons {
        width: 10%;
        display: inline-block;
        white-space: nowrap;
        position: absolute;
        bottom: 0;
        right: 0
    }
}

.mat-tabular-fields label {
    display: inline-block;
    margin-bottom: 32px
}

.mat-tabular-fields__row {
    position: relative
}

.mat-tabular-fields__buttons,.mat-tabular-fields__row {
    margin-bottom: 32px
}

.mat-tabular-fields__buttons .material-icons {
    margin-right: 16px
}

@media (max-width: 803.98px) {
    .vertical-plane {
        width:274px!important;
        margin: 0 auto
    }

    .vertical-plane--scroll-mobile {
        overflow-x: hidden;
        position: relative;
        min-height: 725px;
        height: 100%
    }

    .vertical-plane--scroll-mobile .vertical-plane--scroll__container {
        position: absolute;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        left: 0;
        -webkit-transition: left .3s cubic-bezier(.6,0,.2,0),opacity .3s cubic-bezier(.3,0,.2,1);
        transition: left .3s cubic-bezier(.6,0,.2,0),opacity .3s cubic-bezier(.3,0,.2,1)
    }

    .vertical-plane--scroll-mobile .vertical-plane {
        float: left;
        margin-right: 16px
    }

    .vertical-plane--full-width .vertical-plane__image-spacing {
        padding-top: 16px
    }
}

.vertical-plane,.vertical-plane__container {
    position: relative
}

.vertical-plane .d-table-cell-desktop,.vertical-plane .d-table-cell-tablet,.vertical-plane__container .d-table-cell-desktop,.vertical-plane__container .d-table-cell-tablet {
    vertical-align: top
}

.vertical-plane__image {
    position: relative;
    box-sizing: border-box;
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: cover
}

.vertical-plane__social-icons {
    position: absolute;
    bottom: 32px
}

.vertical-plane__social-icons a {
    text-decoration: none
}

@media (max-width: 1247.98px) {
    .vertical-plane__image:before {
        height:374px;
        content: "";
        display: block
    }
}

@media (max-width: 803.98px) {
    .vertical-plane__image:before {
        height:274px;
        content: "";
        display: block
    }
}

@media (min-width: 804px) {
    .vertical-plane--full-width {
        width:100%!important
    }

    .vertical-plane--full-width .vertical-plane__image {
        width: 45%!important
    }
}

@media (min-width: 1248px) {
    .vertical-plane__image {
        width:45%
    }

    .vertical-plane {
        min-height: 365px;
        height: 100%
    }

    .vertical-plane--full-width .vertical-plane__image {
        width: 25%!important
    }
}

.slider__indicators {
    text-align: center
}

.slider__indicators.slider__indicators--absolute {
    position: absolute;
    bottom: 0;
    width: 100%
}

.slider__indicators .slider__indicator--circular {
    background-color: #c1e6ed;
    border-radius: 50%;
    margin: 0 5px 2px;
    padding: 0;
    height: 6px;
    width: 6px;
    display: inline-block;
    cursor: pointer;
    -webkit-transition: background-color .3s cubic-bezier(.5,0,.2,.5);
    transition: background-color .3s cubic-bezier(.5,0,.2,.5)
}

.slider__indicators .slider__indicator--circular.active {
    height: 10px;
    width: 10px;
    background-color: #001950;
    margin-bottom: 0
}

.slider__indicators .slider__indicator--circular.sml_indicator {
    height: 3px!important;
    width: 3px!important;
    margin-bottom: 3px!important
}

.slider_container {
    position: relative;
    overflow: hidden
}

.slider__items--wrapper {
    width: 100%;
    display: block;
    left: 0
}

.slider--effect-fade {
    position: relative
}

.slider--effect-fade .slider_item {
    float: left;
    display: inline-block;
    width: 100%;
    -webkit-animation: slider-carousel__fade 1s cubic-bezier(.3,0,.22,.76);
    animation: slider-carousel__fade 1s cubic-bezier(.3,0,.22,.76)
}

.slider--effect-fade .slider_item:not(.active) {
    display: none
}

@-webkit-keyframes slider-carousel__fade {
    0% {
        opacity: .6
    }

    to {
        opacity: 1
    }
}

@keyframes slider-carousel__fade {
    0% {
        opacity: .6
    }

    to {
        opacity: 1
    }
}

.indicator_box {
    position: relative;
    width: 110px;
    margin: 0 auto;
    height: 20px;
    overflow: hidden
}

.indicator_box .slider__indicators {
    left: 0;
    -webkit-transition: left .3s cubic-bezier(.6,0,.2,0),opacity .3s cubic-bezier(.3,0,.2,1);
    transition: left .3s cubic-bezier(.6,0,.2,0),opacity .3s cubic-bezier(.3,0,.2,1)
}

.box--align-absolute {
    position: absolute;
    width: 200%;
    text-align: left
}

@media (max-width: 340px) {
    .slider_container--height {
        height:620px
    }
}

@media (min-width: 341px) and (max-width:362px) {
    .slider_container--height {
        height:605px
    }
}

@media (min-width: 363px) and (max-width:390px) {
    .slider_container--height {
        height:540px
    }
}

@media (min-width: 400px) and (max-width:493px) {
    .slider_container--height {
        height:520px
    }
}

@media (min-width: 800px) {
    .slider_container--height {
        height:350px
    }
}

@media (min-width: 661px) and (max-width:799px) {
    .slider_container--height {
        height:380px
    }
}

.motion-vertical-menu {
    position: absolute;
    margin-right: 10px
}

.motion-vertical-menu__responsive-select .mdc-select {
    width: 100%;
    /*overflow:auto;*/
}

.mdc-select__menu[data-for=rc_page_selector] {
    width: 100%!important
}

.rc-filter a:not(.rc-filter-default):not([onclick]) {
    color: rgba(0,0,0,.26);
    cursor: default
}

.rc-card-loader {
    position: absolute;
    overflow: hidden;
    height: 92%;
    width: 100%
}

.rc-card-loader .m-tron__overlay {
    position: relative!important;
    border-radius: 0 0 24px 24px
}

.rc-card-loader .spinner {
    -webkit-animation: rotator 1.4s cubic-bezier(0,0,.08,1.01) infinite!important;
    animation: rotator 1.4s cubic-bezier(0,0,.08,1.01) infinite!important;
    width: 48px;
    height: 48px
}

@media (min-width: 1248px) {
    .rc-content__layout--width {
        width:584px
    }
}

.mdc-card__media--overlapping-text {
    position: absolute;
    top: 8px;
    width: 90%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%)
}

.mdc-card__media--overlapping-text__medium {
    top: 16px
}

.expandable_content--closed {
    height: 0
}

.expandable_content--closed,.expandable_content--open {
    overflow: hidden;
    -webkit-transition-property: height,margin,padding;
    transition-property: height,margin,padding;
    -webkit-transition-duration: .35s;
    transition-duration: .35s
}

.expandable_content--open {
    display: block;
    height: auto
}

@media (min-width: 1248px) {
    .expandable_content--open__desktop {
        height:auto!important
    }
}

@media (min-width: 804px) {
    .expandable_content--open__tablet {
        height:auto!important
    }
}

@media (min-width: 804px) and (max-width:1247.98px) {
    .mdc-card__media--overlapping-text {
        width:70%
    }
}

@media (max-width: 803.98px) {
    .mdc-card__media--overlapping-text {
        top:0
    }

    .mdc-card__media--overlapping-text__large {
        font-size: 1.125rem
    }
}

.inpage-banner {
    width: 100%;
    height: 100%;
    background-size: cover
}

.motion-inpage-banner {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 784px;
    background: #000
}

.motion-inpage-banner .inpage-banner {
    position: absolute
}

@media (min-width: 1248px) {
    .motion-homebanner__heading-body {
        width:90%;
        float: left;
        margin: 7% 0 18%
    }

    .inpage-banner__media-image {
        width: auto
    }
}

@media (max-width: 1247.98px) {
    .inpage-banner__media-image {
        width:50%
    }

    .motion-inpage-banner {
        min-height: 550px
    }

    .inpage-banner {
        padding-top: 16px
    }
    
    .inpage-banner.no-padding--top {
        padding-top: 0px
    }
}

@media (max-width: 803.98px) {
    .motion-inpage-banner {
        min-height:550px
    }

    .inpage-banner__media-image {
        width: 60%
    }

    .motion-inpage-banner-container {
        min-height: 640px
    }

    .inpage-banner {
        padding-top: 0
    }
}

.inpage-banner__elements {
    width: 100%;
    position: relative;
    z-index: 3;
    margin: 24px auto 0
}

.inpage-banner__heading-body {
    width: 100%
}

.inpage-banner__heading-body--text-on-dark * {
    color: #fff!important
}

@media (min-width: 1248px) {
    .inpage-banner__heading-body {
        width:90%;
        float: left;
        margin: 15% 0
    }

    .inpage-banner__media-image {
        width: auto
    }
}

@media (max-width: 1247.98px) {
    .inpage-banner__media-image {
        width:50%
    }
}

@media (max-width: 803.98px) {
    .inpage-banner__media-image {
        width:60%
    }
}

.motion-notice {
    border-radius: 24px
}

.motion-notice--info {
    background-color: #c1e6ed!important
}

.motion-spotlight {
    width: 224px;
    height: 224px;
    font-size: 32px;
    border-radius: 50%;
    background: #c1e6ed;
    background-color: rgba(193,230,237,.5);
    color: #000
}

.mdc-button--secondary .mat-radio-label {
    width: 100%!important;
    height: 100%!important
}

.motion-radiobtn .mat-radio-label-content {
    text-align: center;
    width: 69%
}

.motion-radiobtn .mat-radio-container {
    visibility: hidden;
    margin-top: 1px
}

.motion-radiobtn.active .mat-radio-container {
    visibility: visible!important
}

.mat-checkbox-layout {
    white-space: normal!important
}

.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: #ebebeb;
    color: rgba(89,89,89,.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: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    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 {
    -webkit-transition: opacity 15ms linear,background-color 15ms linear;
    transition: opacity 15ms linear,background-color 15ms linear;
    z-index: 1
}

.mdc-chip.mdc-ripple-upgraded:before {
    -webkit-transform: scale(1);
    transform: scale(1);
    -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: 0;
    top: var(--mdc-ripple-top,0);
    left: 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(0) scale(1);
    transform: translate(0) scale(1);
    -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: 100%;
    width: var(--mdc-ripple-fg-size,100%);
    height: 100%;
    height: var(--mdc-ripple-fg-size,100%)
}

.mdc-chip:after,.mdc-chip:before {
    background-color: rgba(89,89,89,.87)
}

.mdc-chip:hover:before {
    opacity: .08
}

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

.mdc-chip:not(.mdc-ripple-upgraded):after {
    -webkit-transition: opacity .15s linear;
    transition: opacity .15s linear
}

.mdc-chip:not(.mdc-ripple-upgraded):active:after {
    -webkit-transition-duration: 75ms;
    transition-duration: 75ms;
    opacity: .24
}

.mdc-chip.mdc-ripple-upgraded {
    --mdc-ripple-fg-opacity: 0.24
}

.mdc-chip:hover {
    color: rgba(89,89,89,.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: #595959;
    color: var(--mdc-theme-on-surface,#595959)
}

.mdc-chip__icon--leading,.mdc-chip__icon--trailing {
    color: rgba(89,89,89,.54)
}

.mdc-chip__icon--trailing:hover {
    color: rgba(89,89,89,.62)
}

.mdc-chip__icon--trailing:focus {
    color: rgba(89,89,89,.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 {
    -webkit-transition: opacity 75ms cubic-bezier(.4,0,.2,1),width .15s cubic-bezier(0,0,.2,1),padding .1s linear,margin .1s linear;
    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 {
    -webkit-transition: stroke-dashoffset .15s cubic-bezier(.4,0,.6,1) 50ms;
    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: .12
}

.mdc-chip-set--choice .mdc-chip.mdc-chip--selected:after,.mdc-chip-set--choice .mdc-chip.mdc-chip--selected:before {
    background-color: #ff3a30
}

@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: #ff3a30;
        background-color: var(--mdc-theme-primary,#ff3a30)
    }
}

.mdc-chip-set--choice .mdc-chip.mdc-chip--selected:hover:before {
    opacity: .2
}

.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 {
    -webkit-transition-duration: 75ms;
    transition-duration: 75ms;
    opacity: .3
}

.mdc-chip-set--choice .mdc-chip.mdc-chip--selected:not(.mdc-ripple-upgraded):after {
    -webkit-transition: opacity .15s linear;
    transition: opacity .15s linear
}

.mdc-chip-set--choice .mdc-chip.mdc-chip--selected:not(.mdc-ripple-upgraded):active:after {
    -webkit-transition-duration: 75ms;
    transition-duration: 75ms;
    opacity: .36
}

.mdc-chip-set--choice .mdc-chip.mdc-chip--selected.mdc-ripple-upgraded {
    --mdc-ripple-fg-opacity: 0.36
}

.mdc-chip-set--choice .mdc-chip.mdc-chip--selected {
    color: #ff3a30;
    color: var(--mdc-theme-primary,#ff3a30)
}

.mdc-chip-set--choice .mdc-chip.mdc-chip--selected .mdc-chip__icon--leading {
    color: rgba(255,58,48,.54)
}

.mdc-chip-set--choice .mdc-chip.mdc-chip--selected:hover {
    color: #ff3a30;
    color: var(--mdc-theme-primary,#ff3a30)
}

.mdc-chip-set--choice .mdc-chip .mdc-chip__checkmark-path {
    stroke: #ff3a30;
    stroke: var(--mdc-theme-primary,#ff3a30)
}

.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;
    -webkit-transition: width .15s cubic-bezier(.4,0,.2,1);
    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 {
    -webkit-transition: opacity 75ms linear;
    transition: opacity 75ms linear;
    -webkit-transition-delay: -50ms;
    transition-delay: -50ms;
    opacity: 1
}

.mdc-chip-set--filter .mdc-chip__icon--leading+.mdc-chip__checkmark {
    -webkit-transition: opacity 75ms linear;
    transition: opacity 75ms linear;
    -webkit-transition-delay: 80ms;
    transition-delay: 80ms;
    opacity: 0
}

.mdc-chip-set--filter .mdc-chip__icon--leading+.mdc-chip__checkmark .mdc-chip__checkmark-svg {
    -webkit-transition: width 0ms;
    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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    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;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: 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(89,89,89,.32)
}

.mdc-dialog .mdc-dialog__title {
    color: rgba(89,89,89,.87)
}

.mdc-dialog .mdc-dialog__content {
    color: rgba(89,89,89,.6)
}

.mdc-dialog.mdc-dialog--scrollable .mdc-dialog__actions,.mdc-dialog.mdc-dialog--scrollable .mdc-dialog__title {
    border-color: rgba(89,89,89,.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 {
    -webkit-box-orient: horizontal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-transform: scale(.8);
    transform: scale(.8);
    opacity: 0
}

.mdc-dialog__container,.mdc-dialog__surface {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    box-sizing: border-box
}

.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);
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    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: Roboto,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;
    -ms-flex-negative: 0;
    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;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    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 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    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: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

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

.mdc-dialog--opening .mdc-dialog__container {
    -webkit-transition: opacity 75ms linear,-webkit-transform .15s cubic-bezier(0,0,.2,1) 0ms;
    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 {
    -webkit-transition: opacity 75ms linear;
    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 {
    overflow: hidden
}

.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)
}

.cta-appstore__btn,.footer__app-store,.footer__social,.mdc-elevation-transition {
    -webkit-transition: box-shadow .28s cubic-bezier(.4,0,.2,1);
    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);
    border-radius: 28px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    box-sizing: border-box;
    width: 56px;
    height: 56px;
    padding: 0;
    -webkit-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,-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;
    -ms-user-select: none;
    user-select: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    overflow: hidden;
    background-color: #1a1a1a;
    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 {
    -webkit-transition: opacity 15ms linear,background-color 15ms linear;
    transition: opacity 15ms linear,background-color 15ms linear;
    z-index: 1
}

.mdc-fab.mdc-ripple-upgraded:before {
    -webkit-transform: scale(1);
    transform: scale(1);
    -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: 0;
    top: var(--mdc-ripple-top,0);
    left: 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(0) scale(1);
    transform: translate(0) scale(1);
    -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: 100%;
    width: var(--mdc-ripple-fg-size,100%);
    height: 100%;
    height: var(--mdc-ripple-fg-size,100%)
}

.mdc-fab.mdc-fab--mini {
    border-radius: 20px
}

.mdc-fab.mdc-fab--extended {
    border-radius: 24px
}

.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: #1a1a1a;
        background-color: var(--mdc-theme-secondary,#1a1a1a)
    }
}

.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: #fff;
        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 {
    -webkit-transition-duration: 75ms;
    transition-duration: 75ms;
    opacity: .24
}

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

.mdc-fab:not(.mdc-ripple-upgraded):active:after {
    -webkit-transition-duration: 75ms;
    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;
    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 {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.mdc-fab__icon {
    -webkit-transition: -webkit-transform .18s cubic-bezier(0,0,.2,1) 90ms;
    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: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.mdc-fab--exited {
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: opacity 15ms linear .15s,-webkit-transform .18s cubic-bezier(.4,0,1,1) 0ms;
    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);
    -webkit-transition: -webkit-transform 135ms cubic-bezier(.4,0,1,1) 0ms;
    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-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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    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: #f9f9f9;
    background-color: var(--mdc-theme-background,#f9f9f9);
    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: #ff3a30;
    background-color: var(--mdc-theme-primary,#ff3a30);
    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: Roboto,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;
    -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 {
    -webkit-transition: opacity 15ms linear,background-color 15ms linear;
    transition: opacity 15ms linear,background-color 15ms linear;
    z-index: 1
}

.mdc-icon-button.mdc-ripple-upgraded:before {
    -webkit-transform: scale(1);
    transform: scale(1);
    -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: 0;
    top: var(--mdc-ripple-top,0);
    left: 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(0) scale(1);
    transform: translate(0) scale(1);
    -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: 0;
    top: var(--mdc-ripple-top,0);
    left: 0;
    left: var(--mdc-ripple-left,0)
}

.mdc-icon-button.mdc-ripple-upgraded:after,.mdc-icon-button.mdc-ripple-upgraded:before {
    width: 100%;
    width: var(--mdc-ripple-fg-size,100%);
    height: 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: #595959
}

.mdc-icon-button:hover:before {
    opacity: .08
}

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

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

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

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

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

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

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

.mdc-icon-toggle {
    --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;
    color: rgba(0,0,0,.87);
    color: var(--mdc-theme-text-primary-on-light,rgba(0,0,0,.87));
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    box-sizing: border-box;
    width: 48px;
    height: 48px;
    padding: 12px;
    outline: none;
    font-size: 1.5rem;
    cursor: pointer;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    will-change: auto
}

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

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

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

.mdc-icon-toggle.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-toggle.mdc-ripple-upgraded--unbounded:after {
    top: 0;
    top: var(--mdc-ripple-top,0);
    left: 0;
    left: var(--mdc-ripple-left,0)
}

.mdc-icon-toggle.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-toggle.mdc-ripple-upgraded--foreground-deactivation:after {
    -webkit-animation: mdc-ripple-fg-opacity-out .15s;
    animation: mdc-ripple-fg-opacity-out .15s;
    -webkit-transform: translate(0) scale(1);
    transform: translate(0) scale(1);
    -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-toggle:after,.mdc-icon-toggle:before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

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

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

.mdc-icon-toggle:after,.mdc-icon-toggle:before {
    background-color: #000
}

.mdc-icon-toggle:hover:before {
    opacity: .08
}

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

.mdc-icon-toggle:not(.mdc-ripple-upgraded):after {
    -webkit-transition: opacity .15s linear;
    transition: opacity .15s linear
}

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

.mdc-icon-toggle.mdc-ripple-upgraded {
    --mdc-ripple-fg-opacity: 0.24
}

.mdc-icon-toggle:after {
    position: absolute;
    border-radius: 50%;
    opacity: 0;
    pointer-events: none;
    content: ""
}

.mdc-icon-toggle--disabled {
    color: rgba(0,0,0,.38);
    color: var(--mdc-theme-text-disabled-on-light,rgba(0,0,0,.38));
    pointer-events: none
}

.mdc-image-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 8px 0;
    line-height: 24px
}

.mdc-image-list__label {
    font-family: Roboto,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
}

.mdc-line-ripple {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: opacity .18s cubic-bezier(.4,0,.2,1),-webkit-transform .18s cubic-bezier(.4,0,.2,1);
    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);
    -webkit-transition: opacity .25s cubic-bezier(.4,0,.6,1) 0ms;
    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;
    -webkit-transition: -webkit-transform .25s cubic-bezier(.4,0,.6,1) 0ms;
    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;
    -webkit-transition: -webkit-transform .25s cubic-bezier(.4,0,.6,1) 0ms;
    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 {
    -webkit-transition: none;
    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: #ff3a30;
    background-color: var(--mdc-theme-primary,#ff3a30)
}

.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-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;
    -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, .mdc-menu a.mdc-list-item .mdc-list-item--activated.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-icon {
    left: 16px;
    right: auto;
    display: none;
    position: absolute
}

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

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

.mdc-notched-outline,.mdc-notched-outline__idle {
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
    width: 100%;
    height: 100%
}

.mdc-notched-outline {
    -webkit-transition: opacity .15s cubic-bezier(.4,0,.2,1);
    transition: opacity .15s cubic-bezier(.4,0,.2,1);
    opacity: 0;
    text-align: left;
    overflow: hidden
}

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

.mdc-notched-outline svg {
    position: absolute;
    width: 100%;
    height: 100%
}

.mdc-notched-outline__idle {
    -webkit-transition: opacity .15s cubic-bezier(.4,0,.2,1),border-color .15s cubic-bezier(.4,0,.2,1);
    transition: opacity .15s cubic-bezier(.4,0,.2,1),border-color .15s cubic-bezier(.4,0,.2,1);
    border: 1px solid;
    opacity: 1
}

.mdc-notched-outline__path {
    stroke-width: 1px;
    -webkit-transition: stroke .15s cubic-bezier(.4,0,.2,1),stroke-width .15s cubic-bezier(.4,0,.2,1);
    transition: stroke .15s cubic-bezier(.4,0,.2,1),stroke-width .15s cubic-bezier(.4,0,.2,1);
    fill: transparent
}

.mdc-notched-outline--notched {
    opacity: 1
}

.mdc-notched-outline--notched~.mdc-notched-outline__idle {
    opacity: 0
}

.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 {
    -webkit-transition: opacity 15ms linear,background-color 15ms linear;
    transition: opacity 15ms linear,background-color 15ms linear;
    z-index: 1
}

.mdc-ripple-surface.mdc-ripple-upgraded:before {
    -webkit-transform: scale(1);
    transform: scale(1);
    -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: 0;
    top: var(--mdc-ripple-top,0);
    left: 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(0) scale(1);
    transform: translate(0) scale(1);
    -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: #595959
}

.mdc-ripple-surface:hover:before {
    opacity: .08
}

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

.mdc-ripple-surface:not(.mdc-ripple-upgraded):after {
    -webkit-transition: opacity .15s linear;
    transition: opacity .15s linear
}

.mdc-ripple-surface:not(.mdc-ripple-upgraded):active:after {
    -webkit-transition-duration: 75ms;
    transition-duration: 75ms;
    opacity: .24
}

.mdc-ripple-surface.mdc-ripple-upgraded {
    --mdc-ripple-fg-opacity: 0.24
}

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

.mdc-ripple-surface.mdc-ripple-upgraded:after {
    width: 100%;
    width: var(--mdc-ripple-fg-size,100%);
    height: 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: 0;
    top: var(--mdc-ripple-top,0);
    left: 0;
    left: var(--mdc-ripple-left,0);
    width: 100%;
    width: var(--mdc-ripple-fg-size,100%);
    height: 100%;
    height: var(--mdc-ripple-fg-size,100%)
}

.mdc-ripple-surface[data-mdc-ripple-is-unbounded].mdc-ripple-upgraded:after {
    width: 100%;
    width: var(--mdc-ripple-fg-size,100%);
    height: 100%;
    height: var(--mdc-ripple-fg-size,100%)
}

.mdc-ripple-surface--primary:after,.mdc-ripple-surface--primary:before {
    background-color: #ff3a30
}

@supports not (-ms-ime-align:auto) {
    .mdc-ripple-surface--primary:after,.mdc-ripple-surface--primary:before {
        background-color: #ff3a30;
        background-color: var(--mdc-theme-primary,#ff3a30)
    }
}

.mdc-ripple-surface--primary:hover:before {
    opacity: .08
}

.mdc-ripple-surface--primary.mdc-ripple-upgraded--background-focused:before,.mdc-ripple-surface--primary:not(.mdc-ripple-upgraded):focus:before {
    -webkit-transition-duration: 75ms;
    transition-duration: 75ms;
    opacity: .18
}

.mdc-ripple-surface--primary:not(.mdc-ripple-upgraded):after {
    -webkit-transition: opacity .15s linear;
    transition: opacity .15s linear
}

.mdc-ripple-surface--primary:not(.mdc-ripple-upgraded):active:after {
    -webkit-transition-duration: 75ms;
    transition-duration: 75ms;
    opacity: .24
}

.mdc-ripple-surface--primary.mdc-ripple-upgraded {
    --mdc-ripple-fg-opacity: 0.24
}

.mdc-ripple-surface--accent:after,.mdc-ripple-surface--accent:before {
    background-color: #1a1a1a
}

@supports not (-ms-ime-align:auto) {
    .mdc-ripple-surface--accent:after,.mdc-ripple-surface--accent:before {
        background-color: #1a1a1a;
        background-color: var(--mdc-theme-secondary,#1a1a1a)
    }
}

.mdc-ripple-surface--accent:hover:before {
    opacity: .08
}

.mdc-ripple-surface--accent.mdc-ripple-upgraded--background-focused:before,.mdc-ripple-surface--accent:not(.mdc-ripple-upgraded):focus:before {
    -webkit-transition-duration: 75ms;
    transition-duration: 75ms;
    opacity: .18
}

.mdc-ripple-surface--accent:not(.mdc-ripple-upgraded):after {
    -webkit-transition: opacity .15s linear;
    transition: opacity .15s linear
}

.mdc-ripple-surface--accent:not(.mdc-ripple-upgraded):active:after {
    -webkit-transition-duration: 75ms;
    transition-duration: 75ms;
    opacity: .24
}

.mdc-ripple-surface--accent.mdc-ripple-upgraded {
    --mdc-ripple-fg-opacity: 0.24
}

.mdc-snackbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    bottom: 0;
    left: 50%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    box-sizing: border-box;
    padding-right: 24px;
    padding-left: 24px;
    -webkit-transform: translate(-50%,100%);
    transform: translate(-50%,100%);
    -webkit-transition: -webkit-transform .25s cubic-bezier(.4,0,1,1) 0ms;
    transition: -webkit-transform .25s cubic-bezier(.4,0,1,1) 0ms;
    transition: transform .25s cubic-bezier(.4,0,1,1) 0ms;
    transition: transform .25s cubic-bezier(.4,0,1,1) 0ms,-webkit-transform .25s cubic-bezier(.4,0,1,1) 0ms;
    background-color: #323232;
    pointer-events: none;
    will-change: transform
}

@media (max-width: 599px) {
    .mdc-snackbar {
        left:0;
        width: 100%;
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }
}

@media (min-width: 600px) {
    .mdc-snackbar {
        min-width:288px;
        max-width: 568px;
        border-radius: 2px
    }
}

@media (min-width: 600px) {
    .mdc-snackbar--align-start {
        left:24px;
        right: auto;
        bottom: 24px;
        -webkit-transform: translateY(200%);
        transform: translateY(200%)
    }

    .mdc-snackbar--align-start[dir=rtl],[dir=rtl] .mdc-snackbar--align-start {
        left: auto;
        right: 24px
    }
}

@media (max-width: 599px) {
    .mdc-snackbar--align-start {
        bottom:0;
        left: 0;
        width: 100%;
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }
}

.mdc-snackbar--active {
    -webkit-transform: translate(0);
    transform: translate(0);
    -webkit-transition: -webkit-transform .25s cubic-bezier(0,0,.2,1) 0ms;
    transition: -webkit-transform .25s cubic-bezier(0,0,.2,1) 0ms;
    transition: transform .25s cubic-bezier(0,0,.2,1) 0ms;
    transition: transform .25s cubic-bezier(0,0,.2,1) 0ms,-webkit-transform .25s cubic-bezier(0,0,.2,1) 0ms;
    pointer-events: auto
}

.mdc-snackbar--active:not(.mdc-snackbar--align-start) {
    -webkit-transform: translate(-50%);
    transform: translate(-50%)
}

@media (max-width: 599px) {
    .mdc-snackbar--active:not(.mdc-snackbar--align-start) {
        bottom:0;
        left: 0;
        width: 100%;
        -webkit-transform: translate(0);
        transform: translate(0)
    }
}

.mdc-snackbar__action-wrapper {
    padding-left: 24px;
    padding-right: 0
}

.mdc-snackbar__action-wrapper[dir=rtl],[dir=rtl] .mdc-snackbar__action-wrapper {
    padding-left: 0;
    padding-right: 24px
}

.mdc-snackbar--action-on-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.mdc-snackbar__text {
    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;
    margin-left: 0;
    margin-right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 48px;
    -webkit-transition: opacity .3s cubic-bezier(.4,0,1,1) 0ms;
    transition: opacity .3s cubic-bezier(.4,0,1,1) 0ms;
    opacity: 0;
    color: #fff
}

.mdc-snackbar[dir=rtl] .mdc-snackbar__text,[dir=rtl] .mdc-snackbar .mdc-snackbar__text {
    margin-left: auto;
    margin-right: 0
}

@media (min-width: 600px) {
    .mdc-snackbar__text {
        padding-left:0;
        padding-right: 24px
    }

    .mdc-snackbar__text[dir=rtl],[dir=rtl] .mdc-snackbar__text {
        padding-left: 24px;
        padding-right: 0
    }
}

.mdc-snackbar--action-on-bottom .mdc-snackbar__text {
    margin-right: inherit
}

.mdc-snackbar--action-on-bottom .mdc-snackbar__action-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: -12px 0 8px auto
}

.mdc-snackbar--action-on-bottom .mdc-snackbar__action-wrapper[dir=rtl],[dir=rtl] .mdc-snackbar--action-on-bottom .mdc-snackbar__action-wrapper {
    margin-left: 0;
    margin-right: auto
}

.mdc-snackbar--multiline .mdc-snackbar__text {
    height: 80px
}

.mdc-snackbar__action-button {
    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;
    color: #1a1a1a;
    color: var(--mdc-theme-secondary,#1a1a1a);
    padding: 0;
    -webkit-transition: opacity .3s cubic-bezier(.4,0,1,1) 0ms;
    transition: opacity .3s cubic-bezier(.4,0,1,1) 0ms;
    border: none;
    outline: none;
    background-color: transparent;
    opacity: 0;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-appearance: none;
    visibility: hidden
}

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

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

.mdc-snackbar__action-button:not([aria-hidden]) {
    visibility: inherit
}

.mdc-snackbar--active .mdc-snackbar__action-button:not([aria-hidden]),.mdc-snackbar--active .mdc-snackbar__text {
    -webkit-transition: opacity .3s cubic-bezier(.4,0,1,1) 0ms;
    transition: opacity .3s cubic-bezier(.4,0,1,1) 0ms;
    opacity: 1
}

.mdc-snackbar--multiline.mdc-snackbar--action-on-bottom .mdc-snackbar__text {
    margin: 0
}

.mdc-tab {
    position: relative;
    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;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    box-sizing: border-box;
    height: 48px;
    padding: 0 24px;
    border: none;
    outline: none;
    background: none;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
    cursor: pointer;
    -webkit-appearance: none;
    z-index: 1
}

.mdc-tab .mdc-tab__icon,.mdc-tab .mdc-tab__text-label {
    color: #595959;
    color: var(--mdc-theme-on-surface,#595959)
}

.mdc-tab--min-width {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto
}

.mdc-tab__ripple {
    --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: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden
}

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

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

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

.mdc-tab__ripple.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-tab__ripple.mdc-ripple-upgraded--unbounded:after {
    top: 0;
    top: var(--mdc-ripple-top,0);
    left: 0;
    left: var(--mdc-ripple-left,0)
}

.mdc-tab__ripple.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-tab__ripple.mdc-ripple-upgraded--foreground-deactivation:after {
    -webkit-animation: mdc-ripple-fg-opacity-out .15s;
    animation: mdc-ripple-fg-opacity-out .15s;
    -webkit-transform: translate(0) scale(1);
    transform: translate(0) scale(1);
    -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-tab__ripple:after,.mdc-tab__ripple:before {
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%
}

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

.mdc-tab__ripple:after,.mdc-tab__ripple:before {
    background-color: #ff3a30
}

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

.mdc-tab__ripple:hover:before {
    opacity: .08
}

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

.mdc-tab__ripple:not(.mdc-ripple-upgraded):after {
    -webkit-transition: opacity .15s linear;
    transition: opacity .15s linear
}

.mdc-tab__ripple:not(.mdc-ripple-upgraded):active:after {
    -webkit-transition-duration: 75ms;
    transition-duration: 75ms;
    opacity: .24
}

.mdc-tab__ripple.mdc-ripple-upgraded {
    --mdc-ripple-fg-opacity: 0.24
}

.mdc-tab__content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: inherit;
    pointer-events: none
}

.mdc-tab__icon,.mdc-tab__text-label {
    -webkit-transition: color .15s linear,opacity .15s linear;
    transition: color .15s linear,opacity .15s linear;
    z-index: 2
}

.mdc-tab__text-label {
    display: inline-block;
    opacity: .6;
    line-height: 1
}

.mdc-tab__icon {
    width: 24px;
    height: 24px;
    opacity: .54;
    font-size: 24px
}

.mdc-tab--stacked {
    height: 72px
}

.mdc-tab--stacked .mdc-tab__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.mdc-tab--stacked .mdc-tab__icon {
    padding-top: 12px
}

.mdc-tab--stacked .mdc-tab__text-label {
    padding-bottom: 16px
}

.mdc-tab--active .mdc-tab__icon,.mdc-tab--active .mdc-tab__text-label {
    color: #ff3a30;
    color: var(--mdc-theme-primary,#ff3a30)
}

.mdc-tab--active .mdc-tab__icon,.mdc-tab--active .mdc-tab__text-label {
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
    opacity: 1
}

.mdc-tab:not(.mdc-tab--stacked) .mdc-tab__icon+.mdc-tab__text-label {
    padding-left: 8px;
    padding-right: 0
}

.mdc-tab:not(.mdc-tab--stacked) .mdc-tab__icon+.mdc-tab__text-label[dir=rtl],[dir=rtl] .mdc-tab:not(.mdc-tab--stacked) .mdc-tab__icon+.mdc-tab__text-label {
    padding-left: 0;
    padding-right: 8px
}

.mdc-tab-bar {
    width: 100%
}

.mdc-tab-indicator {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1
}

.mdc-tab-indicator>.mdc-tab-indicator__content--underline {
    background-color: #ff3a30;
    background-color: var(--mdc-theme-primary,#ff3a30);
    height: 2px
}

.mdc-tab-indicator>.mdc-tab-indicator__content--icon {
    color: #1a1a1a;
    color: var(--mdc-theme-secondary,#1a1a1a);
    height: 34px;
    font-size: 34px
}

.mdc-tab-indicator__content {
    -webkit-transform-origin: left;
    transform-origin: left;
    opacity: 0
}

.mdc-tab-indicator__content--underline {
    -ms-flex-item-align: end;
    align-self: flex-end;
    width: 100%
}

.mdc-tab-indicator__content--icon {
    -ms-flex-item-align: center;
    align-self: center;
    margin: 0 auto
}

.mdc-tab-indicator--active>.mdc-tab-indicator__content {
    opacity: 1
}

.mdc-tab-indicator>.mdc-tab-indicator__content {
    -webkit-transition: -webkit-transform .25s cubic-bezier(.4,0,.2,1);
    transition: -webkit-transform .25s cubic-bezier(.4,0,.2,1);
    transition: transform .25s cubic-bezier(.4,0,.2,1);
    transition: transform .25s cubic-bezier(.4,0,.2,1),-webkit-transform .25s cubic-bezier(.4,0,.2,1)
}

.mdc-tab-indicator--no-transition>.mdc-tab-indicator__content {
    -webkit-transition: none;
    transition: none
}

.mdc-tab-indicator--fade>.mdc-tab-indicator__content {
    -webkit-transition: opacity .15s linear;
    transition: opacity .15s linear
}

.mdc-tab-indicator--active.mdc-tab-indicator--fade>.mdc-tab-indicator__content {
    -webkit-transition-delay: .1s;
    transition-delay: .1s
}

.mdc-tab-scroller {
    overflow-y: hidden
}

.mdc-tab-scroller__test {
    position: absolute;
    top: -9999px;
    width: 100px;
    height: 100px;
    overflow-x: scroll
}

.mdc-tab-scroller__scroll-area {
    -webkit-overflow-scrolling: touch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow-x: hidden
}

.mdc-tab-scroller__scroll-area::-webkit-scrollbar,.mdc-tab-scroller__test::-webkit-scrollbar {
    display: none
}

.mdc-tab-scroller__scroll-area--scroll {
    overflow-x: scroll
}

.mdc-tab-scroller__scroll-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    -webkit-transform: none;
    transform: none;
    will-change: transform
}

.mdc-tab-scroller--align-start .mdc-tab-scroller__scroll-content {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.mdc-tab-scroller--align-end .mdc-tab-scroller__scroll-content {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.mdc-tab-scroller--align-center .mdc-tab-scroller__scroll-content {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.mdc-tab-scroller--animating .mdc-tab-scroller__scroll-area {
    -webkit-overflow-scrolling: auto
}

.mdc-tab-scroller--animating .mdc-tab-scroller__scroll-content {
    -webkit-transition: -webkit-transform .25s cubic-bezier(.4,0,.2,1);
    transition: -webkit-transform .25s cubic-bezier(.4,0,.2,1);
    transition: transform .25s cubic-bezier(.4,0,.2,1);
    transition: transform .25s cubic-bezier(.4,0,.2,1),-webkit-transform .25s cubic-bezier(.4,0,.2,1)
}

.mdc-toolbar {
    background-color: #ff3a30;
    background-color: var(--mdc-theme-primary,#ff3a30);
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    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 {
    -webkit-transition-duration: 75ms;
    transition-duration: 75ms;
    opacity: .24
}

.mdc-toolbar .mdc-toolbar__icon:not(.mdc-ripple-upgraded):after {
    -webkit-transition: opacity .15s linear;
    transition: opacity .15s linear
}

.mdc-toolbar .mdc-toolbar__icon:not(.mdc-ripple-upgraded):active:after {
    -webkit-transition-duration: 75ms;
    transition-duration: 75ms;
    opacity: .32
}

.mdc-toolbar .mdc-toolbar__icon.mdc-ripple-upgraded {
    --mdc-ripple-fg-opacity: 0.32
}

.mdc-toolbar__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    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: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    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;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    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;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    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: Roboto,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;
    -ms-flex-item-align: center;
    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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-box-pack: center;
    -ms-flex-pack: 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-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 {
    -webkit-transition: opacity 15ms linear,background-color 15ms linear;
    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(1);
    transform: scale(1);
    -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: 0;
    top: var(--mdc-ripple-top,0);
    left: 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(0) scale(1);
    transform: translate(0) scale(1);
    -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: 0;
    top: var(--mdc-ripple-top,0);
    left: 0;
    left: var(--mdc-ripple-left,0);
    width: 100%;
    width: var(--mdc-ripple-fg-size,100%);
    height: 100%;
    height: var(--mdc-ripple-fg-size,100%)
}

.mdc-toolbar__icon.mdc-ripple-upgraded:after,.mdc-toolbar__menu-icon.mdc-ripple-upgraded:after {
    width: 100%;
    width: var(--mdc-ripple-fg-size,100%);
    height: 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: Roboto,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;
    -ms-flex-item-align: end;
    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%;
    -webkit-transition: opacity .2s ease;
    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);
    -webkit-transition: box-shadow .28s cubic-bezier(.4,0,.2,1);
    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 {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none
}

@-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-floating-label {
    font-family: Roboto,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;
    bottom: 8px;
    left: 0;
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-transition: color .15s cubic-bezier(.4,0,.2,1),-webkit-transform .15s cubic-bezier(.4,0,.2,1);
    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 {
    cursor: auto;
    -webkit-transform: translateY(-100%) scale(.75);
    transform: translateY(-100%) 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(-100%) scale(.75);
        transform: translateX(0) translateY(-100%) 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(-100%) scale(.75);
        transform: translateX(4%) translateY(-100%) 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(-100%) scale(.75);
        transform: translateX(-4%) translateY(-100%) scale(.75)
    }

    to {
        -webkit-transform: translateX(0) translateY(-100%) scale(.75);
        transform: translateX(0) translateY(-100%) scale(.75)
    }
}

@keyframes mdc-floating-label-shake-float-above-standard {
    0% {
        -webkit-transform: translateX(0) translateY(-100%) scale(.75);
        transform: translateX(0) translateY(-100%) 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(-100%) scale(.75);
        transform: translateX(4%) translateY(-100%) 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(-100%) scale(.75);
        transform: translateX(-4%) translateY(-100%) scale(.75)
    }

    to {
        -webkit-transform: translateX(0) translateY(-100%) scale(.75);
        transform: translateX(0) translateY(-100%) scale(.75)
    }
}

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

.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;
    -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;
    -webkit-transition: opacity .18s cubic-bezier(.4,0,.2,1);
    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 {
    -webkit-transition: none;
    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: -webkit-inline-box;
    display: -ms-inline-flexbox;
    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: #f8f8f8
}

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

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

.mdc-select.mdc-ripple-upgraded:before {
    -webkit-transform: scale(1);
    transform: scale(1);
    -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: 0;
    top: var(--mdc-ripple-top,0);
    left: 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(0) scale(1);
    transform: translate(0) scale(1);
    -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: 100%;
    width: var(--mdc-ripple-fg-size,100%);
    height: 100%;
    height: var(--mdc-ripple-fg-size,100%)
}

.mdc-select:after,.mdc-select:before {
    background-color: rgba(89,89,89,.87)
}

.mdc-select:hover:before {
    opacity: .08
}

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

.mdc-select:not(.mdc-select--disabled) .mdc-select__native-control,.mdc-select:not(.mdc-select--disabled) .mdc-select__selected-text {
    color: rgba(89,89,89,.87)
}

.mdc-select:not(.mdc-select--disabled) .mdc-floating-label {
    color: rgba(89,89,89,.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(89,89,89,.42)
}

.mdc-select:not(.mdc-select--disabled)+.mdc-select-helper-text {
    color: rgba(89,89,89,.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: #ff3a30;
    background-color: var(--mdc-theme-primary,#ff3a30)
}

.mdc-select:not(.mdc-select--disabled).mdc-select--focused .mdc-floating-label {
    color: rgba(255,58,48,.87)
}

.mdc-select:not(.mdc-select--disabled) .mdc-select__native-control:hover {
    border-bottom-color: rgba(89,89,89,.87)
}

.mdc-select .mdc-floating-label--float-above {
    -webkit-transform: translateY(-40%) scale(.75);
    transform: translateY(-40%) scale(.75)
}

.mdc-select .mdc-floating-label {
    left: 16px;
    right: auto;
    bottom: 12px;
    line-height: 1.75rem;
    pointer-events: none
}

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

.mdc-select[dir=rtl],[dir=rtl] .mdc-select {
    background-position: left 10px center
}

.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='%23595959' 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;
    -webkit-transition: -webkit-transform .15s cubic-bezier(.4,0,.2,1);
    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='%23ff3a30' 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);
    -webkit-transition: -webkit-transform .15s cubic-bezier(.4,0,.2,1);
    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: Roboto,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 26px 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: 26px;
    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__native-control>option,.mdc-select__selected-text>option {
    background-color: #fff;
    background-color: var(--mdc-theme-surface,#fff);
    color: inherit
}

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

.mdc-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__idle {
    border-color: rgba(89,89,89,.24)
}

.mdc-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__path {
    stroke: rgba(89,89,89,.24)
}

.mdc-select--outlined:not(.mdc-select--disabled):not(.mdc-select--focused) .mdc-select__native-control:hover~.mdc-notched-outline__idle,.mdc-select--outlined:not(.mdc-select--disabled):not(.mdc-select--focused) .mdc-select__selected-text:hover~.mdc-notched-outline__idle {
    border-color: rgba(89,89,89,.87)
}

.mdc-select--outlined:not(.mdc-select--disabled):not(.mdc-select--focused) .mdc-select__native-control:hover~.mdc-notched-outline .mdc-notched-outline__path,.mdc-select--outlined:not(.mdc-select--disabled):not(.mdc-select--focused) .mdc-select__selected-text:hover~.mdc-notched-outline .mdc-notched-outline__path {
    stroke: rgba(89,89,89,.87)
}

.mdc-select--outlined:not(.mdc-select--disabled).mdc-select--focused .mdc-notched-outline .mdc-notched-outline__path {
    stroke-width: 2px;
    stroke: #ff3a30;
    stroke: var(--mdc-theme-primary,#ff3a30)
}

.mdc-select--outlined:not(.mdc-select--disabled).mdc-select--focused .mdc-notched-outline__idle {
    border-color: #ff3a30;
    border-color: var(--mdc-theme-primary,#ff3a30)
}

.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-select--outlined .mdc-notched-outline__idle,.mdc-select--outlined__native-control {
    border-radius: 4px
}

.mdc-select--outlined .mdc-floating-label--float-above {
    -webkit-transform: translateY(-130%) scale(.75);
    transform: translateY(-130%) scale(.75)
}

.mdc-select--outlined:after,.mdc-select--outlined:before,.mdc-select--outlined:not(.mdc-select--disabled) {
    background-color: transparent
}

.mdc-select--outlined .mdc-select__native-control,.mdc-select--outlined .mdc-select__selected-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 12px 26px 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: 26px;
    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 {
    bottom: 20px;
    line-height: 1.15rem;
    pointer-events: auto
}

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

.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: #a30000;
    border-bottom-color: var(--mdc-theme-error,#a30000)
}

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

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

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

.mdc-select--invalid:not(.mdc-select--disabled) .mdc-select__native-control:hover {
    border-bottom-color: #a30000;
    border-bottom-color: var(--mdc-theme-error,#a30000)
}

.mdc-select--invalid.mdc-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__idle {
    border-color: #a30000;
    border-color: var(--mdc-theme-error,#a30000)
}

.mdc-select--invalid.mdc-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__path {
    stroke: #a30000;
    stroke: var(--mdc-theme-error,#a30000)
}

.mdc-select--invalid.mdc-select--outlined:not(.mdc-select--disabled):not(.mdc-select--focused) .mdc-select__native-control:hover~.mdc-notched-outline__idle,.mdc-select--invalid.mdc-select--outlined:not(.mdc-select--disabled):not(.mdc-select--focused) .mdc-select__selected-text:hover~.mdc-notched-outline__idle {
    border-color: #a30000;
    border-color: var(--mdc-theme-error,#a30000)
}

.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__path,.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__path {
    stroke: #a30000;
    stroke: var(--mdc-theme-error,#a30000)
}

.mdc-select--invalid.mdc-select--outlined:not(.mdc-select--disabled).mdc-select--focused .mdc-notched-outline .mdc-notched-outline__path {
    stroke-width: 2px;
    stroke: #a30000;
    stroke: var(--mdc-theme-error,#a30000)
}

.mdc-select--invalid.mdc-select--outlined:not(.mdc-select--disabled).mdc-select--focused .mdc-notched-outline__idle {
    border-color: #a30000;
    border-color: var(--mdc-theme-error,#a30000)
}

.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='%23a30000' 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: #fcfcfc;
    cursor: default;
    pointer-events: none
}

.mdc-select--disabled .mdc-floating-label {
    color: rgba(89,89,89,.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='%23595959' 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(89,89,89,.37)
}

.mdc-select--disabled .mdc-select__native-control,.mdc-select--disabled .mdc-select__selected-text {
    color: rgba(89,89,89,.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__idle {
    border-color: rgba(89,89,89,.16)
}

.mdc-select--disabled.mdc-select--outlined .mdc-notched-outline__path {
    stroke: rgba(89,89,89,.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-floating-label {
    left: 48px;
    right: auto
}

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

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

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

.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: #595959;
    color: var(--mdc-theme-on-surface,#595959)
}

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

@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: #595959;
        background-color: var(--mdc-theme-on-surface,#595959)
    }
}

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

.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 {
    -webkit-transition-duration: 75ms;
    transition-duration: 75ms;
    opacity: .18
}

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

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

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

@-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)
    }
}

.mdc-menu-surface {
    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);
    background-color: #fff;
    background-color: var(--mdc-theme-surface,#fff);
    color: #595959;
    color: var(--mdc-theme-on-surface,#595959);
    transform-origin-left: top left;
    transform-origin-right: top right;
    border-radius: 4px;
    display: none;
    position: absolute;
    box-sizing: border-box;
    max-width: calc(100vw - 32px);
    max-height: calc(100vh - 32px);
    margin: 0;
    padding: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    opacity: 0;
    overflow: auto;
    will-change: transform,opacity;
    z-index: 4
}

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

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

.mdc-menu-surface--animating-open {
    display: inline-block;
    -webkit-transform: scale(.8);
    transform: scale(.8);
    -webkit-transition: opacity .03s linear,-webkit-transform .12s cubic-bezier(0,0,.2,1);
    transition: opacity .03s linear,-webkit-transform .12s cubic-bezier(0,0,.2,1);
    transition: opacity .03s linear,transform .12s cubic-bezier(0,0,.2,1);
    transition: opacity .03s linear,transform .12s cubic-bezier(0,0,.2,1),-webkit-transform .12s cubic-bezier(0,0,.2,1);
    opacity: 0
}

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

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

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

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

.mdc-select .mdc-select__menu {
    width: 100%
}

.mdc-select.mdc-select--disabled {
    background-color: transparent
}

.mdc-select--outlined {
    border: 1px solid rgba(0,0,0,.38);
    border-radius: 4px 4px 4px 4px!important
}

.mdc-select--outlined .mdc-select__selected-text {
    border: none!important;
    padding-top: 13px!important
}

.mdc-select .mdc-floating-label {
    font-family: "The Curve Variable",-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif
}

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

.mdc-select:not(.mdc-select--disabled) .mdc-select__native-control,.mdc-select:not(.mdc-select--disabled) .mdc-select__selected-text {
    font-family: "The Curve Variable",-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;
    border-bottom: 2px solid;
    padding-top: 15px;
    border-bottom-color: rgba(0,0,0,.38)!important
}

.mdc-select__focused .mdc-select:not(.mdc-select--disabled) .mdc-select__native-control,.mdc-select__focused .mdc-select:not(.mdc-select--disabled) .mdc-select__selected-text {
    color: rgba(0,0,0,.6)!important
}

.motion-error .mdc-select:not(.mdc-select--disabled) .mdc-select__native-control,.motion-error .mdc-select:not(.mdc-select--disabled) .mdc-select__selected-text {
    border-bottom-color: #a30000!important
}

.mdc-select:not(.mdc-select--disabled) .mdc-floating-label {
    color: rgba(0,0,0,.6)!important
}

.mdc-select:not(.mdc-select--disabled).mdc-select--focused .mdc-floating-label {
    color: #176cff!important;
    font-weight: 400
}

.mdc-select:not(.mdc-select--disabled).mdc-select--focused .mdc-line-ripple {
    background-color: #176cff
}

.mdc-select:not(.mdc-select--disabled).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='%23gba(0, 0, 0, 0.6)' fill-rule='evenodd' opacity='.54' d='M7 10l5 5 5-5z'/%3E%3C/svg%3E") no-repeat 50%
}

.mdc-select .mdc-icon-button__icon {
    left: auto;
    right: 8px;
    position: absolute;
    bottom: 16px;
    color: #a30000
}

.motion-error .error-label {
    color: #a30000
}

.mdc-select--position-fixed {
    position: fixed;
    max-width: 1248px;
    width: 100%;
    top: 84px;
    background-color: #f9f9f9;
    z-index: 3
}

#compare-option-selector.mdc-select--position-fixed .grid__inner {
    margin-bottom: 0!important
}

.motion-search-bar {
    position: fixed;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    background: #fff;
    width: 100%;
    z-index: 7;
    top: -57px;
    height: 51px;
    -webkit-transition: -webkit-transform .5s cubic-bezier(.8,0,.2,1);
    transition: -webkit-transform .5s cubic-bezier(.8,0,.2,1);
    transition: transform .5s cubic-bezier(.8,0,.2,1);
    transition: transform .5s cubic-bezier(.8,0,.2,1),-webkit-transform .5s cubic-bezier(.8,0,.2,1)
}

.motion-search-bar.slidein-left {
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    -moz-transform: translateX(-100%)
}

.motion-search-bar.slidein-down {
    transform: translateY(100%);
    -webkit-transform: translateY(100%);
    -o-transform: translateY(100%);
    -moz-transform: translateY(100%)
}

.motion-search-bar.slidein-up {
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    -moz-transform: translateY(-100%)
}

.motion-search-input {
    width: 96%
}

.motion-search-bar-icon {
    padding: 11px 16px;
    vertical-align: middle
}

#motion-search-back {
    display: none
}

.motion-search-bar-icon .material-icons {
    text-decoration: none!important
}

.gsc-input-box {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-size: 2.125rem;
    line-height: 2.5rem;
    font-weight: 400;
    letter-spacing: normal;
    text-decoration: inherit;
    text-transform: inherit
}

.gsc-input-box,.gsc-input-box .gsc-input {
    padding: 0!important;
    border: none!important
}

.gsc-input-box .gsc-input {
    font-family: "The Curve Variable",-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;
    font-size: 16px!important;
    font-weight: semi-bold;
    width: 100%
}

.gsc-input-box .gsst_a,.gsc-input-box gsib_a {
    display: none!important
}

.gsc-search-button-v2 {
    padding-right: 16px!important
}

.gsc-search-button-v2 svg {
    width: 18px!important;
    height: 18px!important;
    padding-top: 2px
}

.gssb_c {
    position: absolute!important;
    top: 48px!important;
    left: 25px!important;
    z-index: 999!important
}

.gsc-completion-container .gssb_a {
    padding: 8px
}

.gssb_c .gsc-completion-container {
    padding: 18px!important;
    min-height: 80px!important;
    font-family: "The Curve Variable",-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif!important;
    position: fixed!important;
    width: 80%!important
}

.motion-search-form,.search-form,.search-form__input {
    width: 100%;
    height: 100%
}

.motion-breadcrumbs {
    position: fixed;
    /*top: 48px;*/
    top:74px;
    height: 37px;
    z-index: 4;
    width: 100%;
    background-color: #f9f9f9
}

.motion-breadcrumbs.mdc-breadcrumbs--fixed-scrolled {
    box-shadow: 0 4px 4px 0 rgba(0,0,0,.2),0 3px 3px 0 rgba(0,0,0,.08),0 1px 1px 0 rgba(0,0,0,.08);
    -webkit-transition: box-shadow .2s linear;
    transition: box-shadow .2s linear
}

.breadcrumb {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    list-style-type: none;
    padding-left: 0;
    width: 100%;
    overflow: auto
}

.breadcrumb .breadcrumb-item a {
    text-decoration: none;
    white-space: nowrap
}

.breadcrumb .breadcrumb-item:not(:last-child)>a {
    font-weight: 400
}

.breadcrumb .breadcrumb-item:not(:first-child):before {
    content: ">";
    clear: both;
    padding-right: 8px
}

.mat-button,.mat-flat-button,.mat-icon-button,.mat-stroked-button {
    box-sizing: border-box;
    position: relative;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    outline: none;
    border: none;
    -webkit-tap-highlight-color: transparent;
    display: inline-block;
    white-space: nowrap;
    text-decoration: none;
    vertical-align: baseline;
    text-align: center;
    margin: 0;
    min-width: 88px;
    line-height: 36px;
    padding: 0 16px;
    border-radius: 24px;
    overflow: visible
}

.mat-button[disabled],.mat-flat-button[disabled],.mat-icon-button[disabled],.mat-stroked-button[disabled] {
    cursor: default
}

.mat-button.cdk-keyboard-focused .mat-button-focus-overlay,.mat-button.cdk-program-focused .mat-button-focus-overlay,.mat-flat-button.cdk-keyboard-focused .mat-button-focus-overlay,.mat-flat-button.cdk-program-focused .mat-button-focus-overlay,.mat-icon-button.cdk-keyboard-focused .mat-button-focus-overlay,.mat-icon-button.cdk-program-focused .mat-button-focus-overlay,.mat-stroked-button.cdk-keyboard-focused .mat-button-focus-overlay,.mat-stroked-button.cdk-program-focused .mat-button-focus-overlay {
    opacity: 1
}

.mat-button::-moz-focus-inner,.mat-flat-button::-moz-focus-inner,.mat-icon-button::-moz-focus-inner,.mat-stroked-button::-moz-focus-inner {
    border: 0
}

.mat-button .mat-button-focus-overlay,.mat-icon-button .mat-button-focus-overlay {
    opacity: 0
}

.mat-button:hover .mat-button-focus-overlay,.mat-stroked-button:hover .mat-button-focus-overlay {
    opacity: 1
}

@media (hover: none) {
    .mat-button:hover .mat-button-focus-overlay,.mat-stroked-button:hover .mat-button-focus-overlay {
        opacity:0
    }
}

.mat-raised-button {
    box-sizing: border-box;
    position: relative;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    outline: none;
    border: none;
    -webkit-tap-highlight-color: transparent;
    display: inline-block;
    white-space: nowrap;
    text-decoration: none;
    vertical-align: baseline;
    text-align: center;
    margin: 0;
    min-width: 88px;
    line-height: 36px;
    padding: 0 16px;
    border-radius: 24px;
    overflow: visible;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: background .4s cubic-bezier(.25,.8,.25,1),box-shadow .28s cubic-bezier(.4,0,.2,1);
    transition: background .4s cubic-bezier(.25,.8,.25,1),box-shadow .28s cubic-bezier(.4,0,.2,1)
}

.mat-raised-button[disabled] {
    cursor: default
}

.mat-raised-button.cdk-keyboard-focused .mat-button-focus-overlay,.mat-raised-button.cdk-program-focused .mat-button-focus-overlay {
    opacity: 1
}

.mat-raised-button::-moz-focus-inner {
    border: 0
}

.mat-raised-button:not([class*=mat-elevation-z]) {
    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)
}

._mat-animation-noopable.mat-raised-button {
    -webkit-transition: none;
    transition: none;
    -webkit-animation: none;
    animation: none
}

.mat-raised-button:not([disabled]):active:not([class*=mat-elevation-z]) {
    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)
}

.mat-raised-button[disabled] {
    box-shadow: none
}

.mat-stroked-button {
    border: 1px solid hsla(0,0%,70.6%,.88);
    padding: 0 15px;
    line-height: 34px
}

.mat-fab {
    box-sizing: border-box;
    position: relative;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    outline: none;
    border: none;
    -webkit-tap-highlight-color: transparent;
    display: inline-block;
    white-space: nowrap;
    text-decoration: none;
    vertical-align: baseline;
    text-align: center;
    margin: 0;
    min-width: 88px;
    line-height: 36px;
    border-radius: 24px;
    overflow: visible;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: background .4s cubic-bezier(.25,.8,.25,1),box-shadow .28s cubic-bezier(.4,0,.2,1);
    transition: background .4s cubic-bezier(.25,.8,.25,1),box-shadow .28s cubic-bezier(.4,0,.2,1);
    min-width: 0;
    border-radius: 50%;
    width: 56px;
    height: 56px;
    padding: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.mat-fab[disabled] {
    cursor: default
}

.mat-fab.cdk-keyboard-focused .mat-button-focus-overlay,.mat-fab.cdk-program-focused .mat-button-focus-overlay {
    opacity: 1
}

.mat-fab::-moz-focus-inner {
    border: 0
}

.mat-fab:not([class*=mat-elevation-z]) {
    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)
}

._mat-animation-noopable.mat-fab {
    -webkit-transition: none;
    transition: none;
    -webkit-animation: none;
    animation: none
}

.mat-fab:not([disabled]):active:not([class*=mat-elevation-z]) {
    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)
}

.mat-fab[disabled] {
    box-shadow: none
}

.mat-fab:not([class*=mat-elevation-z]) {
    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)
}

.mat-fab:not([disabled]):active:not([class*=mat-elevation-z]) {
    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)
}

.mat-fab .mat-button-wrapper {
    padding: 16px 0;
    display: inline-block;
    line-height: 24px
}

.mat-mini-fab {
    box-sizing: border-box;
    position: relative;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    outline: none;
    border: none;
    -webkit-tap-highlight-color: transparent;
    display: inline-block;
    white-space: nowrap;
    text-decoration: none;
    vertical-align: baseline;
    text-align: center;
    margin: 0;
    min-width: 88px;
    line-height: 36px;
    border-radius: 24px;
    overflow: visible;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: background .4s cubic-bezier(.25,.8,.25,1),box-shadow .28s cubic-bezier(.4,0,.2,1);
    transition: background .4s cubic-bezier(.25,.8,.25,1),box-shadow .28s cubic-bezier(.4,0,.2,1);
    min-width: 0;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    padding: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.mat-mini-fab[disabled] {
    cursor: default
}

.mat-mini-fab.cdk-keyboard-focused .mat-button-focus-overlay,.mat-mini-fab.cdk-program-focused .mat-button-focus-overlay {
    opacity: 1
}

.mat-mini-fab::-moz-focus-inner {
    border: 0
}

.mat-mini-fab:not([class*=mat-elevation-z]) {
    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)
}

._mat-animation-noopable.mat-mini-fab {
    -webkit-transition: none;
    transition: none;
    -webkit-animation: none;
    animation: none
}

.mat-mini-fab:not([disabled]):active:not([class*=mat-elevation-z]) {
    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)
}

.mat-mini-fab[disabled] {
    box-shadow: none
}

.mat-mini-fab:not([class*=mat-elevation-z]) {
    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)
}

.mat-mini-fab:not([disabled]):active:not([class*=mat-elevation-z]) {
    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)
}

.mat-mini-fab .mat-button-wrapper {
    padding: 8px 0;
    display: inline-block;
    line-height: 24px
}

.mat-icon-button {
    padding: 0;
    min-width: 0;
    width: 40px;
    height: 40px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    line-height: 40px;
    border-radius: 50%
}

.mat-icon-button .mat-icon,.mat-icon-button i {
    line-height: 24px
}

.mat-button-focus-overlay,.mat-button-ripple {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    pointer-events: none;
    border-radius: inherit
}

.mat-button-focus-overlay {
    background-color: rgba(0,0,0,.12);
    border-radius: inherit;
    opacity: 0;
    -webkit-transition: opacity .2s cubic-bezier(.35,0,.25,1),background-color .2s cubic-bezier(.35,0,.25,1);
    transition: opacity .2s cubic-bezier(.35,0,.25,1),background-color .2s cubic-bezier(.35,0,.25,1)
}

._mat-animation-noopable .mat-button-focus-overlay {
    -webkit-transition: none;
    transition: none
}

@media screen and (-ms-high-contrast:active) {
    .mat-button-focus-overlay {
        background-color: hsla(0,0%,100%,.5)
    }
}

.mat-button-ripple-round {
    border-radius: 50%;
    z-index: 1
}

.mat-button .mat-button-wrapper>*,.mat-fab .mat-button-wrapper>*,.mat-flat-button .mat-button-wrapper>*,.mat-icon-button .mat-button-wrapper>*,.mat-mini-fab .mat-button-wrapper>*,.mat-raised-button .mat-button-wrapper>*,.mat-stroked-button .mat-button-wrapper>* {
    vertical-align: middle
}

.mat-form-field:not(.mat-form-field-appearance-legacy) .mat-form-field-prefix .mat-icon-button,.mat-form-field:not(.mat-form-field-appearance-legacy) .mat-form-field-suffix .mat-icon-button {
    display: block;
    font-size: inherit;
    width: 2.5em;
    height: 2.5em
}

.mat-datepicker-content {
    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);
    display: block;
    border-radius: 2px
}

.mat-datepicker-content .mat-calendar {
    width: 296px;
    height: 354px
}

.mat-datepicker-content-touch {
    display: block;
    max-height: 80vh;
    overflow: auto;
    margin: -24px
}

.mat-datepicker-content-touch .mat-calendar {
    min-width: 250px;
    min-height: 312px;
    max-width: 750px;
    max-height: 788px
}

@media (orientation: landscape) {
    .mat-datepicker-content-touch .mat-calendar {
        width:64vh;
        height: 80vh
    }
}

@media (orientation: portrait) {
    .mat-datepicker-content-touch .mat-calendar {
        width:80vw;
        height: 100vw
    }
}

.mat-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)
}

.mat-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)
}

.mat-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)
}

.mat-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)
}

.mat-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)
}

.mat-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)
}

.mat-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)
}

.mat-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)
}

.mat-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)
}

.mat-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)
}

.mat-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)
}

.mat-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)
}

.mat-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)
}

.mat-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)
}

.mat-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)
}

.mat-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)
}

.mat-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)
}

.mat-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)
}

.mat-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)
}

.mat-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)
}

.mat-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)
}

.mat-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)
}

.mat-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)
}

.mat-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)
}

.mat-badge-content {
    font-weight: 600;
    font-size: 12px;
    font-family: inherit
}

.mat-badge-small .mat-badge-content {
    font-size: 6px
}

.mat-badge-large .mat-badge-content {
    font-size: 24px
}

.mat-bottom-sheet-container {
    font-family: inherit;
    font-size: 1rem;
    font-weight: 400
}

.mat-button,.mat-fab,.mat-flat-button,.mat-icon-button,.mat-mini-fab,.mat-raised-button,.mat-stroked-button {
    font-family: inherit;
    font-size: .875rem;
    font-weight: 600
}

.mat-button-toggle,.mat-card {
    font-family: inherit
}

.mat-card-title {
    font-size: 3.75rem;
    font-weight: 800
}

.mat-card-content,.mat-card-header .mat-card-title,.mat-card-subtitle {
    font-size: 1rem
}

.mat-checkbox {
    font-family: inherit
}

.mat-checkbox-layout .mat-checkbox-label {
    line-height: 1.25rem
}

.mat-chip {
    font-size: 13px;
    line-height: 18px
}

.mat-chip .mat-chip-remove.mat-icon,.mat-chip .mat-chip-trailing-icon.mat-icon {
    font-size: 18px
}

.mat-table {
    font-family: inherit
}

.mat-header-cell {
    font-size: .75rem;
    font-weight: 400
}

.mat-cell,.mat-footer-cell {
    font-size: 1rem
}

.mat-calendar {
    font-family: inherit
}

.mat-calendar-body {
    font-size: 13px
}

.mat-calendar-body-label,.mat-calendar-period-button {
    font-size: .875rem;
    font-weight: 600
}

.mat-calendar-table-header th {
    font-size: 11px;
    font-weight: 400
}

.mat-dialog-title {
    font-size: 3rem;
    font-weight: 800;
    line-height: 1.14286em;
    font-family: inherit;
    letter-spacing: -.01042em
}

.mat-expansion-panel-header {
    font-family: inherit;
    font-size: .9375rem;
    font-weight: 400
}

.mat-expansion-panel-content {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5rem;
    font-family: inherit;
    letter-spacing: .03125em
}

.mat-form-field {
    font-size: inherit;
    font-weight: 400;
    line-height: 1.14286;
    font-family: inherit;
    letter-spacing: inherit
}

.mat-form-field-wrapper {
    padding-bottom: 1.35714em
}

.mat-form-field-prefix .mat-icon,.mat-form-field-suffix .mat-icon {
    font-size: 150%;
    line-height: 1.14286
}

.mat-form-field-prefix .mat-icon-button,.mat-form-field-suffix .mat-icon-button {
    height: 1.5em;
    width: 1.5em
}

.mat-form-field-prefix .mat-icon-button .mat-icon,.mat-form-field-suffix .mat-icon-button .mat-icon {
    height: 1.14286em;
    line-height: 1.14286
}

.mat-form-field-infix {
    padding: .5em 0;
    border-top: .85714em solid transparent
}

.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,.mat-form-field-can-float .mat-input-server:focus+.mat-form-field-label-wrapper .mat-form-field-label {
    -webkit-transform: translateY(-1.35714em) scale(.75);
    transform: translateY(-1.35714em) scale(.75);
    width: 133.33333%
}

.mat-form-field-can-float .mat-input-server[label]:not(:label-shown)+.mat-form-field-label-wrapper .mat-form-field-label {
    -webkit-transform: translateY(-1.35713em) scale(.75);
    transform: translateY(-1.35713em) scale(.75);
    width: 133.33334%
}

.mat-form-field-label-wrapper {
    top: -.85714em;
    padding-top: .85714em
}

.mat-form-field-label {
    top: 1.35714em
}

.mat-form-field-underline {
    bottom: 1.35714em
}

.mat-form-field-subscript-wrapper {
    font-size: 75%;
    margin-top: .66667em;
    top: calc(100% - 1.80952em)
}

.mat-form-field-appearance-legacy .mat-form-field-wrapper {
    padding-bottom: 1.25em
}

.mat-form-field-appearance-legacy .mat-form-field-infix {
    padding: .42857em 0
}

.mat-form-field-appearance-legacy.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server:focus+.mat-form-field-label-wrapper .mat-form-field-label {
    -webkit-transform: translateY(-1.28571em) scale(.75) perspective(100px) translateZ(.001px);
    transform: translateY(-1.28571em) scale(.75) perspective(100px) translateZ(.001px);
    -ms-transform: translateY(-1.28571em) scale(.75);
    width: 133.33333%
}

.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-form-field-autofill-control:-webkit-autofill+.mat-form-field-label-wrapper .mat-form-field-label {
    -webkit-transform: translateY(-1.28571em) scale(.75) perspective(100px) translateZ(.00101px);
    transform: translateY(-1.28571em) scale(.75) perspective(100px) translateZ(.00101px);
    -ms-transform: translateY(-1.2857em) scale(.75);
    width: 133.33334%
}

.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server[label]:not(:label-shown)+.mat-form-field-label-wrapper .mat-form-field-label {
    -webkit-transform: translateY(-1.28571em) scale(.75) perspective(100px) translateZ(.00102px);
    transform: translateY(-1.28571em) scale(.75) perspective(100px) translateZ(.00102px);
    -ms-transform: translateY(-1.28569em) scale(.75);
    width: 133.33335%
}

.mat-form-field-appearance-legacy .mat-form-field-label {
    top: 1.28571em
}

.mat-form-field-appearance-legacy .mat-form-field-underline {
    bottom: 1.25em
}

.mat-form-field-appearance-legacy .mat-form-field-subscript-wrapper {
    margin-top: .52381em;
    top: calc(100% - 1.66667em)
}

.mat-form-field-appearance-fill .mat-form-field-infix {
    padding: .25em 0 .75em
}

.mat-form-field-appearance-fill .mat-form-field-label {
    top: 1.10714em;
    margin-top: -.5em
}

.mat-form-field-appearance-fill.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,.mat-form-field-appearance-fill.mat-form-field-can-float .mat-input-server:focus+.mat-form-field-label-wrapper .mat-form-field-label {
    -webkit-transform: translateY(-.60714em) scale(.75);
    transform: translateY(-.60714em) scale(.75);
    width: 133.33333%
}

.mat-form-field-appearance-fill.mat-form-field-can-float .mat-input-server[label]:not(:label-shown)+.mat-form-field-label-wrapper .mat-form-field-label {
    -webkit-transform: translateY(-.60713em) scale(.75);
    transform: translateY(-.60713em) scale(.75);
    width: 133.33334%
}

.mat-form-field-appearance-outline .mat-form-field-infix {
    padding: 1em 0
}

.mat-form-field-appearance-outline .mat-form-field-label {
    top: 1.85714em;
    margin-top: -.25em
}

.mat-form-field-appearance-outline.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,.mat-form-field-appearance-outline.mat-form-field-can-float .mat-input-server:focus+.mat-form-field-label-wrapper .mat-form-field-label {
    -webkit-transform: translateY(-1.60714em) scale(.75);
    transform: translateY(-1.60714em) scale(.75);
    width: 133.33333%
}

.mat-form-field-appearance-outline.mat-form-field-can-float .mat-input-server[label]:not(:label-shown)+.mat-form-field-label-wrapper .mat-form-field-label {
    -webkit-transform: translateY(-1.60713em) scale(.75);
    transform: translateY(-1.60713em) scale(.75);
    width: 133.33334%
}

.mat-grid-tile-footer,.mat-grid-tile-header {
    font-size: 1rem
}

.mat-grid-tile-footer .mat-line,.mat-grid-tile-header .mat-line {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    box-sizing: border-box
}

.mat-grid-tile-footer .mat-line:nth-child(n+2),.mat-grid-tile-header .mat-line:nth-child(n+2) {
    font-size: .75rem
}

input.mat-input-element {
    margin-top: -.07143em
}

.mat-menu-item {
    font-family: inherit;
    font-size: 1rem;
    font-weight: 400
}

.mat-paginator,.mat-paginator-page-size .mat-select-trigger {
    font-family: inherit;
    font-size: .75rem
}

.mat-radio-button,.mat-select {
    font-family: inherit
}

.mat-select-trigger {
    height: 1.14286em
}

.mat-slide-toggle-content {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5rem;
    font-family: inherit;
    letter-spacing: .03125em
}

.mat-slider-thumb-label-text {
    font-family: inherit;
    font-size: .75rem;
    font-weight: 400
}

.mat-stepper-horizontal,.mat-stepper-vertical {
    font-family: inherit
}

.mat-step-label {
    font-size: 1rem;
    font-weight: 400
}

.mat-step-label-selected {
    font-size: .875rem;
    font-weight: 400
}

.mat-tab-group {
    font-family: inherit
}

.mat-tab-label,.mat-tab-link {
    font-family: inherit;
    font-size: .875rem;
    font-weight: 600
}

.mat-toolbar,.mat-toolbar h1,.mat-toolbar h2,.mat-toolbar h3,.mat-toolbar h4,.mat-toolbar h5,.mat-toolbar h6 {
    font-size: 3rem;
    font-weight: 800;
    line-height: 1.14286em;
    font-family: inherit;
    letter-spacing: -.01042em;
    margin: 0
}

.mat-tooltip {
    font-family: inherit;
    font-size: 10px;
    padding-top: 6px;
    padding-bottom: 6px
}

.mat-tooltip-handset {
    font-size: 14px;
    padding-top: 9px;
    padding-bottom: 9px
}

.mat-list-item,.mat-list-option {
    font-family: inherit
}

.mat-list .mat-list-item,.mat-nav-list .mat-list-item,.mat-selection-list .mat-list-item {
    font-size: 1rem
}

.mat-list .mat-list-item .mat-line,.mat-nav-list .mat-list-item .mat-line,.mat-selection-list .mat-list-item .mat-line {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    box-sizing: border-box
}

.mat-list .mat-list-item .mat-line:nth-child(n+2),.mat-list .mat-list-option,.mat-nav-list .mat-list-item .mat-line:nth-child(n+2),.mat-nav-list .mat-list-option,.mat-selection-list .mat-list-item .mat-line:nth-child(n+2),.mat-selection-list .mat-list-option {
    font-size: 1rem
}

.mat-list .mat-list-option .mat-line,.mat-nav-list .mat-list-option .mat-line,.mat-selection-list .mat-list-option .mat-line {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    box-sizing: border-box
}

.mat-list .mat-list-option .mat-line:nth-child(n+2),.mat-nav-list .mat-list-option .mat-line:nth-child(n+2),.mat-selection-list .mat-list-option .mat-line:nth-child(n+2) {
    font-size: 1rem
}

.mat-list .mat-subheader,.mat-nav-list .mat-subheader,.mat-selection-list .mat-subheader {
    font-family: inherit;
    font-size: .875rem;
    font-weight: 400
}

.mat-list[dense] .mat-list-item,.mat-nav-list[dense] .mat-list-item,.mat-selection-list[dense] .mat-list-item {
    font-size: .75rem
}

.mat-list[dense] .mat-list-item .mat-line,.mat-nav-list[dense] .mat-list-item .mat-line,.mat-selection-list[dense] .mat-list-item .mat-line {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    box-sizing: border-box
}

.mat-list[dense] .mat-list-item .mat-line:nth-child(n+2),.mat-list[dense] .mat-list-option,.mat-nav-list[dense] .mat-list-item .mat-line:nth-child(n+2),.mat-nav-list[dense] .mat-list-option,.mat-selection-list[dense] .mat-list-item .mat-line:nth-child(n+2),.mat-selection-list[dense] .mat-list-option {
    font-size: .75rem
}

.mat-list[dense] .mat-list-option .mat-line,.mat-nav-list[dense] .mat-list-option .mat-line,.mat-selection-list[dense] .mat-list-option .mat-line {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    box-sizing: border-box
}

.mat-list[dense] .mat-list-option .mat-line:nth-child(n+2),.mat-nav-list[dense] .mat-list-option .mat-line:nth-child(n+2),.mat-selection-list[dense] .mat-list-option .mat-line:nth-child(n+2) {
    font-size: .75rem
}

.mat-list[dense] .mat-subheader,.mat-nav-list[dense] .mat-subheader,.mat-selection-list[dense] .mat-subheader {
    font-family: inherit;
    font-size: .75rem;
    font-weight: 400
}

.mat-option {
    font-family: inherit;
    font-size: 1rem
}

.mat-optgroup-label {
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.25rem;
    font-family: inherit;
    letter-spacing: .01786em
}

.mat-simple-snackbar {
    font-family: inherit;
    font-size: 1rem
}

.mat-simple-snackbar-action {
    line-height: 1;
    font-family: inherit;
    font-size: inherit;
    font-weight: 600
}

.mat-tree {
    font-family: inherit
}

.mat-nested-tree-node,.mat-tree-node {
    font-weight: 400;
    font-size: 1rem
}

.mat-ripple {
    overflow: hidden
}

.mat-ripple.mat-ripple-unbounded {
    overflow: visible
}

.mat-ripple-element {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    -webkit-transition: opacity,-webkit-transform 0ms cubic-bezier(0,0,.2,1);
    transition: opacity,-webkit-transform 0ms cubic-bezier(0,0,.2,1);
    transition: opacity,transform 0ms cubic-bezier(0,0,.2,1);
    transition: opacity,transform 0ms cubic-bezier(0,0,.2,1),-webkit-transform 0ms cubic-bezier(0,0,.2,1);
    -webkit-transform: scale(0);
    transform: scale(0)
}

@media screen and (-ms-high-contrast:active) {
    .mat-ripple-element {
        display: none
    }
}

.cdk-visually-hidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    outline: 0;
    -webkit-appearance: none;
    -moz-appearance: none
}

.cdk-global-overlay-wrapper,.cdk-overlay-container {
    pointer-events: none;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%
}

.cdk-overlay-container {
    position: fixed;
    z-index: 1000
}

.cdk-overlay-container:empty {
    display: none
}

.cdk-global-overlay-wrapper,.cdk-overlay-pane {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    z-index: 1000
}

.cdk-overlay-pane {
    pointer-events: auto;
    box-sizing: border-box;
    max-width: 100%;
    max-height: 100%
}

.cdk-overlay-backdrop {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    pointer-events: auto;
    -webkit-tap-highlight-color: transparent;
    -webkit-transition: opacity .4s cubic-bezier(.25,.8,.25,1);
    transition: opacity .4s cubic-bezier(.25,.8,.25,1);
    opacity: 0
}

.cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
    opacity: 1
}

@media screen and (-ms-high-contrast:active) {
    .cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
        opacity: .6
    }
}

.cdk-overlay-dark-backdrop {
    background: rgba(0,0,0,.288)
}

.cdk-overlay-transparent-backdrop,.cdk-overlay-transparent-backdrop.cdk-overlay-backdrop-showing {
    opacity: 0
}

.cdk-overlay-connected-position-bounding-box {
    position: absolute;
    z-index: 1000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 1px;
    min-height: 1px
}

.cdk-global-scrollblock {
    position: fixed;
    width: 100%;
    overflow-y: scroll
}

@-webkit-keyframes cdk-text-field-autofill-start {
    /*!*/
}

@keyframes cdk-text-field-autofill-start {
    /*!*/
}

@-webkit-keyframes cdk-text-field-autofill-end {
    /*!*/
}

@keyframes cdk-text-field-autofill-end {
    /*!*/
}

.cdk-text-field-autofill-monitored:-webkit-autofill {
    -webkit-animation-name: cdk-text-field-autofill-start;
    animation-name: cdk-text-field-autofill-start
}

.cdk-text-field-autofill-monitored:not(:-webkit-autofill) {
    -webkit-animation-name: cdk-text-field-autofill-end;
    animation-name: cdk-text-field-autofill-end
}

textarea.cdk-textarea-autosize {
    resize: none
}

textarea.cdk-textarea-autosize-measuring {
    height: auto!important;
    overflow: hidden!important;
    padding: 2px 0!important;
    box-sizing: content-box!important
}

.mat-ripple-element {
    background-color: rgba(0,0,0,.1)
}

.mat-option {
    color: rgba(0,0,0,.87)
}

.mat-option.mat-active,.mat-option.mat-selected:not(.mat-option-multiple):not(.mat-option-disabled),.mat-option:focus:not(.mat-option-disabled),.mat-option:hover:not(.mat-option-disabled) {
    background: rgba(0,0,0,.04)
}

.mat-option.mat-active {
    color: rgba(0,0,0,.87)
}

.mat-option.mat-option-disabled {
    color: rgba(0,0,0,.38)
}

.mat-primary .mat-option.mat-selected:not(.mat-option-disabled) {
    color: #0056eb
}

.mat-accent .mat-option.mat-selected:not(.mat-option-disabled) {
    color: #ff3a30
}

.mat-warn .mat-option.mat-selected:not(.mat-option-disabled) {
    color: #a30000
}

.mat-optgroup-label {
    color: rgba(0,0,0,.54)
}

.mat-optgroup-disabled .mat-optgroup-label {
    color: rgba(0,0,0,.38)
}

.mat-pseudo-checkbox {
    color: rgba(0,0,0,.54)
}

.mat-pseudo-checkbox:after {
    color: #fafafa
}

.mat-accent .mat-pseudo-checkbox-checked,.mat-accent .mat-pseudo-checkbox-indeterminate,.mat-pseudo-checkbox-checked,.mat-pseudo-checkbox-indeterminate {
    background: #ff3a30
}

.mat-primary .mat-pseudo-checkbox-checked,.mat-primary .mat-pseudo-checkbox-indeterminate {
    background: #0056eb
}

.mat-warn .mat-pseudo-checkbox-checked,.mat-warn .mat-pseudo-checkbox-indeterminate {
    background: #a30000
}

.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-disabled,.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-disabled {
    background: #b0b0b0
}

.mat-app-background {
    background-color: #fafafa;
    color: rgba(0,0,0,.87)
}

.mat-theme-loaded-marker {
    display: none
}

.mat-autocomplete-panel {
    background: #fff;
    color: rgba(0,0,0,.87)
}

.mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover) {
    background: #fff
}

.mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover):not(.mat-option-disabled) {
    color: rgba(0,0,0,.87)
}

.mat-badge-content {
    color: #fff;
    background: #0056eb
}

.mat-badge-accent .mat-badge-content {
    background: #ff3a30;
    color: #fff
}

.mat-badge-warn .mat-badge-content {
    color: #fff;
    background: #a30000
}

.mat-badge {
    position: relative
}

.mat-badge-hidden .mat-badge-content {
    display: none
}

.mat-badge-content {
    position: absolute;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    -webkit-transition: -webkit-transform .2s ease-in-out;
    transition: -webkit-transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out,-webkit-transform .2s ease-in-out;
    -webkit-transform: scale(.6);
    transform: scale(.6);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    pointer-events: none
}

.mat-badge-content.mat-badge-active {
    -webkit-transform: none;
    transform: none
}

.mat-badge-small .mat-badge-content {
    width: 16px;
    height: 16px;
    line-height: 16px
}

@media screen and (-ms-high-contrast:active) {
    .mat-badge-small .mat-badge-content {
        outline: 1px solid;
        border-radius: 0
    }
}

.mat-badge-small.mat-badge-above .mat-badge-content {
    top: -8px
}

.mat-badge-small.mat-badge-below .mat-badge-content {
    bottom: -8px
}

.mat-badge-small.mat-badge-before .mat-badge-content {
    left: -16px
}

[dir=rtl] .mat-badge-small.mat-badge-before .mat-badge-content {
    left: auto;
    right: -16px
}

.mat-badge-small.mat-badge-after .mat-badge-content {
    right: -16px
}

[dir=rtl] .mat-badge-small.mat-badge-after .mat-badge-content {
    right: auto;
    left: -16px
}

.mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content {
    left: -8px
}

[dir=rtl] .mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content {
    left: auto;
    right: -8px
}

.mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content {
    right: -8px
}

[dir=rtl] .mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content {
    right: auto;
    left: -8px
}

.mat-badge-medium .mat-badge-content {
    width: 22px;
    height: 22px;
    line-height: 22px
}

@media screen and (-ms-high-contrast:active) {
    .mat-badge-medium .mat-badge-content {
        outline: 1px solid;
        border-radius: 0
    }
}

.mat-badge-medium.mat-badge-above .mat-badge-content {
    top: -11px
}

.mat-badge-medium.mat-badge-below .mat-badge-content {
    bottom: -11px
}

.mat-badge-medium.mat-badge-before .mat-badge-content {
    left: -22px
}

[dir=rtl] .mat-badge-medium.mat-badge-before .mat-badge-content {
    left: auto;
    right: -22px
}

.mat-badge-medium.mat-badge-after .mat-badge-content {
    right: -22px
}

[dir=rtl] .mat-badge-medium.mat-badge-after .mat-badge-content {
    right: auto;
    left: -22px
}

.mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content {
    left: -11px
}

[dir=rtl] .mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content {
    left: auto;
    right: -11px
}

.mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content {
    right: -11px
}

[dir=rtl] .mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content {
    right: auto;
    left: -11px
}

.mat-badge-large .mat-badge-content {
    width: 28px;
    height: 28px;
    line-height: 28px
}

@media screen and (-ms-high-contrast:active) {
    .mat-badge-large .mat-badge-content {
        outline: 1px solid;
        border-radius: 0
    }
}

.mat-badge-large.mat-badge-above .mat-badge-content {
    top: -14px
}

.mat-badge-large.mat-badge-below .mat-badge-content {
    bottom: -14px
}

.mat-badge-large.mat-badge-before .mat-badge-content {
    left: -28px
}

[dir=rtl] .mat-badge-large.mat-badge-before .mat-badge-content {
    left: auto;
    right: -28px
}

.mat-badge-large.mat-badge-after .mat-badge-content {
    right: -28px
}

[dir=rtl] .mat-badge-large.mat-badge-after .mat-badge-content {
    right: auto;
    left: -28px
}

.mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content {
    left: -14px
}

[dir=rtl] .mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content {
    left: auto;
    right: -14px
}

.mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content {
    right: -14px
}

[dir=rtl] .mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content {
    right: auto;
    left: -14px
}

.mat-bottom-sheet-container {
    background: #fff;
    color: rgba(0,0,0,.87)
}

.mat-button,.mat-icon-button,.mat-stroked-button {
    color: inherit;
    background: transparent
}

.mat-button.mat-primary,.mat-icon-button.mat-primary,.mat-stroked-button.mat-primary {
    color: #0056eb
}

.mat-button.mat-accent,.mat-icon-button.mat-accent,.mat-stroked-button.mat-accent {
    color: #ff3a30
}

.mat-button.mat-warn,.mat-icon-button.mat-warn,.mat-stroked-button.mat-warn {
    color: #a30000
}

.mat-button.mat-accent[disabled],.mat-button.mat-primary[disabled],.mat-button.mat-warn[disabled],.mat-button[disabled][disabled],.mat-icon-button.mat-accent[disabled],.mat-icon-button.mat-primary[disabled],.mat-icon-button.mat-warn[disabled],.mat-icon-button[disabled][disabled],.mat-stroked-button.mat-accent[disabled],.mat-stroked-button.mat-primary[disabled],.mat-stroked-button.mat-warn[disabled],.mat-stroked-button[disabled][disabled] {
    color: rgba(0,0,0,.26)
}

.mat-button.mat-primary .mat-button-focus-overlay,.mat-icon-button.mat-primary .mat-button-focus-overlay,.mat-stroked-button.mat-primary .mat-button-focus-overlay {
    background-color: rgba(0,86,235,.12)
}

.mat-button.mat-accent .mat-button-focus-overlay,.mat-icon-button.mat-accent .mat-button-focus-overlay,.mat-stroked-button.mat-accent .mat-button-focus-overlay {
    background-color: rgba(255,58,48,.12)
}

.mat-button.mat-warn .mat-button-focus-overlay,.mat-icon-button.mat-warn .mat-button-focus-overlay,.mat-stroked-button.mat-warn .mat-button-focus-overlay {
    background-color: rgba(163,0,0,.12)
}

.mat-button[disabled] .mat-button-focus-overlay,.mat-icon-button[disabled] .mat-button-focus-overlay,.mat-stroked-button[disabled] .mat-button-focus-overlay {
    background-color: transparent
}

.mat-button.mat-primary .mat-ripple-element,.mat-icon-button.mat-primary .mat-ripple-element,.mat-stroked-button.mat-primary .mat-ripple-element {
    background-color: rgba(0,86,235,.1)
}

.mat-button.mat-accent .mat-ripple-element,.mat-icon-button.mat-accent .mat-ripple-element,.mat-stroked-button.mat-accent .mat-ripple-element {
    background-color: rgba(255,58,48,.1)
}

.mat-button.mat-warn .mat-ripple-element,.mat-icon-button.mat-warn .mat-ripple-element,.mat-stroked-button.mat-warn .mat-ripple-element {
    background-color: rgba(163,0,0,.1)
}

.mat-fab,.mat-flat-button,.mat-mini-fab,.mat-raised-button {
    color: rgba(0,0,0,.87);
    background-color: #fff
}

.mat-fab.mat-accent,.mat-fab.mat-primary,.mat-fab.mat-warn,.mat-flat-button.mat-accent,.mat-flat-button.mat-primary,.mat-flat-button.mat-warn,.mat-mini-fab.mat-accent,.mat-mini-fab.mat-primary,.mat-mini-fab.mat-warn,.mat-raised-button.mat-accent,.mat-raised-button.mat-primary,.mat-raised-button.mat-warn {
    color: #fff
}

.mat-fab.mat-accent[disabled],.mat-fab.mat-primary[disabled],.mat-fab.mat-warn[disabled],.mat-fab[disabled][disabled],.mat-flat-button.mat-accent[disabled],.mat-flat-button.mat-primary[disabled],.mat-flat-button.mat-warn[disabled],.mat-flat-button[disabled][disabled],.mat-mini-fab.mat-accent[disabled],.mat-mini-fab.mat-primary[disabled],.mat-mini-fab.mat-warn[disabled],.mat-mini-fab[disabled][disabled],.mat-raised-button.mat-accent[disabled],.mat-raised-button.mat-primary[disabled],.mat-raised-button.mat-warn[disabled],.mat-raised-button[disabled][disabled] {
    color: rgba(0,0,0,.26)
}

.mat-fab.mat-primary,.mat-flat-button.mat-primary,.mat-mini-fab.mat-primary,.mat-raised-button.mat-primary {
    background-color: #0056eb
}

.mat-fab.mat-accent,.mat-flat-button.mat-accent,.mat-mini-fab.mat-accent,.mat-raised-button.mat-accent {
    background-color: #ff3a30
}

.mat-fab.mat-warn,.mat-flat-button.mat-warn,.mat-mini-fab.mat-warn,.mat-raised-button.mat-warn {
    background-color: #a30000
}

.mat-fab.mat-accent[disabled],.mat-fab.mat-primary[disabled],.mat-fab.mat-warn[disabled],.mat-fab[disabled][disabled],.mat-flat-button.mat-accent[disabled],.mat-flat-button.mat-primary[disabled],.mat-flat-button.mat-warn[disabled],.mat-flat-button[disabled][disabled],.mat-mini-fab.mat-accent[disabled],.mat-mini-fab.mat-primary[disabled],.mat-mini-fab.mat-warn[disabled],.mat-mini-fab[disabled][disabled],.mat-raised-button.mat-accent[disabled],.mat-raised-button.mat-primary[disabled],.mat-raised-button.mat-warn[disabled],.mat-raised-button[disabled][disabled] {
    background-color: rgba(0,0,0,.12)
}

.mat-fab.mat-accent .mat-ripple-element,.mat-fab.mat-primary .mat-ripple-element,.mat-fab.mat-warn .mat-ripple-element,.mat-flat-button.mat-accent .mat-ripple-element,.mat-flat-button.mat-primary .mat-ripple-element,.mat-flat-button.mat-warn .mat-ripple-element,.mat-mini-fab.mat-accent .mat-ripple-element,.mat-mini-fab.mat-primary .mat-ripple-element,.mat-mini-fab.mat-warn .mat-ripple-element,.mat-raised-button.mat-accent .mat-ripple-element,.mat-raised-button.mat-primary .mat-ripple-element,.mat-raised-button.mat-warn .mat-ripple-element {
    background-color: hsla(0,0%,100%,.1)
}

.mat-icon-button.mat-primary .mat-ripple-element {
    background-color: rgba(0,86,235,.2)
}

.mat-icon-button.mat-accent .mat-ripple-element {
    background-color: rgba(255,58,48,.2)
}

.mat-icon-button.mat-warn .mat-ripple-element {
    background-color: rgba(163,0,0,.2)
}

.mat-button-toggle {
    color: rgba(0,0,0,.38)
}

.mat-button-toggle .mat-button-toggle-focus-overlay {
    background-color: rgba(0,0,0,.12)
}

.mat-button-toggle-checked {
    background-color: #e0e0e0;
    color: rgba(0,0,0,.54)
}

.mat-button-toggle-disabled {
    background-color: #eee;
    color: rgba(0,0,0,.26)
}

.mat-button-toggle-disabled.mat-button-toggle-checked {
    background-color: #bdbdbd
}

.mat-card {
    background: #fff;
    color: rgba(0,0,0,.87)
}

.mat-card-subtitle {
    color: rgba(0,0,0,.54)
}

.mat-checkbox-frame {
    border-color: rgba(0,0,0,.54)
}

.mat-checkbox-checkmark {
    fill: #fafafa
}

.mat-checkbox-checkmark-path {
    stroke: #fafafa!important
}

@media screen and (-ms-high-contrast:black-on-white) {
    .mat-checkbox-checkmark-path {
        stroke: #000!important
    }
}

.mat-checkbox-mixedmark {
    background-color: #fafafa
}

.mat-checkbox-checked.mat-primary .mat-checkbox-background,.mat-checkbox-indeterminate.mat-primary .mat-checkbox-background {
    background-color: #0056eb
}

.mat-checkbox-checked.mat-accent .mat-checkbox-background,.mat-checkbox-indeterminate.mat-accent .mat-checkbox-background {
    background-color: #ff3a30
}

.mat-checkbox-checked.mat-warn .mat-checkbox-background,.mat-checkbox-indeterminate.mat-warn .mat-checkbox-background {
    background-color: #a30000
}

.mat-checkbox-disabled.mat-checkbox-checked .mat-checkbox-background,.mat-checkbox-disabled.mat-checkbox-indeterminate .mat-checkbox-background {
    background-color: #b0b0b0
}

.mat-checkbox-disabled:not(.mat-checkbox-checked) .mat-checkbox-frame {
    border-color: #b0b0b0
}

.mat-checkbox-disabled .mat-checkbox-label {
    color: #b0b0b0
}

@media screen and (-ms-high-contrast:active) {
    .mat-checkbox-disabled {
        opacity: .5
    }
}

@media screen and (-ms-high-contrast:active) {
    .mat-checkbox-background {
        background: none
    }
}

.mat-checkbox:not(.mat-checkbox-disabled).mat-primary .mat-checkbox-ripple .mat-ripple-element {
    background-color: rgba(0,86,235,.26)
}

.mat-checkbox:not(.mat-checkbox-disabled).mat-accent .mat-checkbox-ripple .mat-ripple-element {
    background-color: rgba(255,58,48,.26)
}

.mat-checkbox:not(.mat-checkbox-disabled).mat-warn .mat-checkbox-ripple .mat-ripple-element {
    background-color: rgba(163,0,0,.26)
}

.mat-chip.mat-standard-chip {
    background-color: #e0e0e0;
    color: rgba(0,0,0,.87)
}

.mat-chip.mat-standard-chip .mat-chip-remove {
    color: rgba(0,0,0,.87);
    opacity: .4
}

.mat-chip.mat-standard-chip .mat-chip-remove:hover {
    opacity: .54
}

.mat-chip.mat-standard-chip.mat-chip-selected.mat-primary {
    background-color: #0056eb;
    color: #fff
}

.mat-chip.mat-standard-chip.mat-chip-selected.mat-primary .mat-chip-remove {
    color: #fff;
    opacity: .4
}

.mat-chip.mat-standard-chip.mat-chip-selected.mat-primary .mat-chip-remove:hover {
    opacity: .54
}

.mat-chip.mat-standard-chip.mat-chip-selected.mat-warn {
    background-color: #a30000;
    color: #fff
}

.mat-chip.mat-standard-chip.mat-chip-selected.mat-warn .mat-chip-remove {
    color: #fff;
    opacity: .4
}

.mat-chip.mat-standard-chip.mat-chip-selected.mat-warn .mat-chip-remove:hover {
    opacity: .54
}

.mat-chip.mat-standard-chip.mat-chip-selected.mat-accent {
    background-color: #ff3a30;
    color: #fff
}

.mat-chip.mat-standard-chip.mat-chip-selected.mat-accent .mat-chip-remove {
    color: #fff;
    opacity: .4
}

.mat-chip.mat-standard-chip.mat-chip-selected.mat-accent .mat-chip-remove:hover {
    opacity: .54
}

.mat-table {
    background: #fff
}

.mat-table-sticky,.mat-table tbody,.mat-table tfoot,.mat-table thead,[mat-footer-row],[mat-header-row],[mat-row],mat-footer-row,mat-header-row,mat-row {
    background: inherit
}

mat-footer-row,mat-header-row,mat-row,td.mat-cell,td.mat-footer-cell,th.mat-header-cell {
    border-bottom-color: rgba(0,0,0,.12)
}

.mat-header-cell {
    color: rgba(0,0,0,.54)
}

.mat-cell,.mat-footer-cell {
    color: rgba(0,0,0,.87)
}

.mat-calendar-arrow {
    border-top-color: rgba(0,0,0,.54)
}

.mat-datepicker-content .mat-calendar-next-button,.mat-datepicker-content .mat-calendar-previous-button,.mat-datepicker-toggle {
    color: rgba(0,0,0,.54)
}

.mat-calendar-table-header {
    color: rgba(0,0,0,.38)
}

.mat-calendar-table-header-divider:after {
    background: rgba(0,0,0,.12)
}

.mat-calendar-body-label {
    color: rgba(0,0,0,.54)
}

.mat-calendar-body-cell-content {
    color: rgba(0,0,0,.87);
    border-color: transparent
}

.mat-calendar-body-disabled>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected) {
    color: rgba(0,0,0,.38)
}

.cdk-keyboard-focused .mat-calendar-body-active>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected),.cdk-program-focused .mat-calendar-body-active>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected),.mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected) {
    background-color: rgba(0,0,0,.04)
}

.mat-calendar-body-today:not(.mat-calendar-body-selected) {
    border-color: rgba(0,0,0,.38)
}

.mat-calendar-body-disabled>.mat-calendar-body-today:not(.mat-calendar-body-selected) {
    border-color: rgba(0,0,0,.18)
}

.mat-calendar-body-selected {
    background-color: #0056eb;
    color: #fff
}

.mat-calendar-body-disabled>.mat-calendar-body-selected {
    background-color: rgba(0,86,235,.4)
}

.mat-calendar-body-today.mat-calendar-body-selected {
    box-shadow: inset 0 0 0 1px #fff
}

.mat-datepicker-content {
    background-color: #fff;
    color: rgba(0,0,0,.87)
}

.mat-datepicker-content.mat-accent .mat-calendar-body-selected {
    background-color: #ff3a30;
    color: #fff
}

.mat-datepicker-content.mat-accent .mat-calendar-body-disabled>.mat-calendar-body-selected {
    background-color: rgba(255,58,48,.4)
}

.mat-datepicker-content.mat-accent .mat-calendar-body-today.mat-calendar-body-selected {
    box-shadow: inset 0 0 0 1px #fff
}

.mat-datepicker-content.mat-warn .mat-calendar-body-selected {
    background-color: #a30000;
    color: #fff
}

.mat-datepicker-content.mat-warn .mat-calendar-body-disabled>.mat-calendar-body-selected {
    background-color: rgba(163,0,0,.4)
}

.mat-datepicker-content.mat-warn .mat-calendar-body-today.mat-calendar-body-selected {
    box-shadow: inset 0 0 0 1px #fff
}

.mat-datepicker-toggle-active {
    color: #0056eb
}

.mat-datepicker-toggle-active.mat-accent {
    color: #ff3a30
}

.mat-datepicker-toggle-active.mat-warn {
    color: #a30000
}

.mat-dialog-container {
    background: #fff;
    color: rgba(0,0,0,.87)
}

.mat-divider {
    border-top-color: rgba(0,0,0,.12)
}

.mat-divider-vertical {
    border-right-color: rgba(0,0,0,.12)
}

.mat-expansion-panel {
    background: #fff;
    color: rgba(0,0,0,.87)
}

.mat-action-row {
    border-top-color: rgba(0,0,0,.12)
}

.mat-expansion-panel:not(.mat-expanded) .mat-expansion-panel-header:not([aria-disabled=true]).cdk-keyboard-focused,.mat-expansion-panel:not(.mat-expanded) .mat-expansion-panel-header:not([aria-disabled=true]).cdk-program-focused,.mat-expansion-panel:not(.mat-expanded) .mat-expansion-panel-header:not([aria-disabled=true]):hover {
    background: rgba(0,0,0,.04)
}

@media (hover: none) {
    .mat-expansion-panel:not(.mat-expanded):not([aria-disabled=true]) .mat-expansion-panel-header:hover {
        background:#fff
    }
}

.mat-expansion-panel-header-title {
    color: rgba(0,0,0,.87)
}

.mat-expansion-indicator:after,.mat-expansion-panel-header-description {
    color: rgba(0,0,0,.54)
}

.mat-expansion-panel-header[aria-disabled=true] {
    color: rgba(0,0,0,.26)
}

.mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-description,.mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-title {
    color: inherit
}

.mat-form-field-label,.mat-hint {
    color: rgba(0,0,0,.6)
}

.mat-form-field.mat-focused .mat-form-field-label {
    color: #0056eb
}

.mat-form-field.mat-focused .mat-form-field-label.mat-accent {
    color: #ff3a30
}

.mat-form-field.mat-focused .mat-form-field-label.mat-warn {
    color: #a30000
}

.mat-focused .mat-form-field-required-marker {
    color: #ff3a30
}

.mat-form-field-ripple {
    background-color: rgba(0,0,0,.87)
}

.mat-form-field.mat-focused .mat-form-field-ripple {
    background-color: #0056eb
}

.mat-form-field.mat-focused .mat-form-field-ripple.mat-accent {
    background-color: #ff3a30
}

.mat-form-field.mat-focused .mat-form-field-ripple.mat-warn {
    background-color: #a30000
}

.mat-form-field.mat-form-field-invalid .mat-form-field-label,.mat-form-field.mat-form-field-invalid .mat-form-field-label.mat-accent,.mat-form-field.mat-form-field-invalid .mat-form-field-label .mat-form-field-required-marker {
    color: #a30000
}

.mat-form-field.mat-form-field-invalid .mat-form-field-ripple,.mat-form-field.mat-form-field-invalid .mat-form-field-ripple.mat-accent {
    background-color: #a30000
}

.mat-error {
    color: #a30000!important
}

.mat-form-field-appearance-legacy .mat-form-field-label,.mat-form-field-appearance-legacy .mat-hint {
    color: rgba(0,0,0,.54)
}

.mat-form-field-appearance-legacy .mat-form-field-underline {
    background-color: rgba(0,0,0,.42)
}

.mat-form-field-appearance-legacy.mat-form-field-disabled .mat-form-field-underline {
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.42)),color-stop(33%,rgba(0,0,0,.42)),color-stop(0,transparent));
    background-image: linear-gradient(90deg,rgba(0,0,0,.42) 0,rgba(0,0,0,.42) 33%,transparent 0);
    background-size: 4px 100%;
    background-repeat: repeat-x
}

.mat-form-field-appearance-standard .mat-form-field-underline {
    background-color: rgba(0,0,0,.42)
}

.mat-form-field-appearance-standard.mat-form-field-disabled .mat-form-field-underline {
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.42)),color-stop(33%,rgba(0,0,0,.42)),color-stop(0,transparent));
    background-image: linear-gradient(90deg,rgba(0,0,0,.42) 0,rgba(0,0,0,.42) 33%,transparent 0);
    background-size: 4px 100%;
    background-repeat: repeat-x
}

.mat-form-field-appearance-fill .mat-form-field-flex {
    background-color: rgba(0,0,0,.04)
}

.mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-flex {
    background-color: rgba(0,0,0,.02)
}

.mat-form-field-appearance-fill .mat-form-field-underline:before {
    background-color: rgba(0,0,0,.42)
}

.mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-label {
    color: rgba(0,0,0,.38)
}

.mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-underline:before {
    background-color: transparent
}

.mat-form-field-appearance-outline .mat-form-field-outline {
    color: rgba(0,0,0,.12)
}

.mat-form-field-appearance-outline .mat-form-field-outline-thick {
    color: rgba(0,0,0,.87)
}

.mat-form-field-appearance-outline.mat-focused .mat-form-field-outline-thick {
    color: #0056eb
}

.mat-form-field-appearance-outline.mat-focused.mat-accent .mat-form-field-outline-thick {
    color: #ff3a30
}

.mat-form-field-appearance-outline.mat-focused.mat-warn .mat-form-field-outline-thick,.mat-form-field-appearance-outline.mat-form-field-invalid.mat-form-field-invalid .mat-form-field-outline-thick {
    color: #a30000
}

.mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-label {
    color: rgba(0,0,0,.38)
}

.mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-outline {
    color: rgba(0,0,0,.06)
}

.mat-icon.mat-primary {
    color: #0056eb
}

.mat-icon.mat-accent {
    color: #ff3a30
}

.mat-icon.mat-warn {
    color: #a30000
}

.mat-input-element:disabled {
    color: rgba(0,0,0,.38)
}

.mat-input-element {
    caret-color: #0056eb
}

.mat-input-element::-ms-input-placeholder {
    color: rgba(0,0,0,.42)
}

.mat-input-element::placeholder {
    color: rgba(0,0,0,.42)
}

.mat-input-element::-moz-placeholder {
    color: rgba(0,0,0,.42)
}

.mat-input-element::-webkit-input-placeholder {
    color: rgba(0,0,0,.42)
}

.mat-input-element:-ms-input-placeholder {
    color: rgba(0,0,0,.42)
}

.mat-accent .mat-input-element {
    caret-color: #ff3a30
}

.mat-form-field-invalid .mat-input-element,.mat-warn .mat-input-element {
    caret-color: #a30000
}

.mat-list .mat-list-item,.mat-list .mat-list-option,.mat-nav-list .mat-list-item,.mat-nav-list .mat-list-option,.mat-selection-list .mat-list-item,.mat-selection-list .mat-list-option {
    color: rgba(0,0,0,.87)
}

.mat-list .mat-subheader,.mat-nav-list .mat-subheader,.mat-selection-list .mat-subheader {
    color: rgba(0,0,0,.54)
}

.mat-list-item-disabled {
    background-color: #eee
}

.mat-list-option:focus,.mat-list-option:hover,.mat-nav-list .mat-list-item:focus,.mat-nav-list .mat-list-item:hover {
    background: rgba(0,0,0,.04)
}

.mat-menu-panel {
    background: #fff
}

.mat-menu-item {
    background: transparent;
    color: rgba(0,0,0,.87)
}

.mat-menu-item[disabled],.mat-menu-item[disabled]:after {
    color: rgba(0,0,0,.38)
}

.mat-menu-item-submenu-trigger:after,.mat-menu-item .mat-icon:not([color]) {
    color: rgba(0,0,0,.54)
}

.mat-menu-item-highlighted:not([disabled]),.mat-menu-item.cdk-keyboard-focused:not([disabled]),.mat-menu-item.cdk-program-focused:not([disabled]),.mat-menu-item:hover:not([disabled]) {
    background: rgba(0,0,0,.04)
}

.mat-paginator {
    background: #fff
}

.mat-paginator,.mat-paginator-page-size .mat-select-trigger {
    color: rgba(0,0,0,.54)
}

.mat-paginator-decrement,.mat-paginator-increment {
    border-top: 2px solid rgba(0,0,0,.54);
    border-right: 2px solid rgba(0,0,0,.54)
}

.mat-paginator-first,.mat-paginator-last {
    border-top: 2px solid rgba(0,0,0,.54)
}

.mat-icon-button[disabled] .mat-paginator-decrement,.mat-icon-button[disabled] .mat-paginator-first,.mat-icon-button[disabled] .mat-paginator-increment,.mat-icon-button[disabled] .mat-paginator-last {
    border-color: rgba(0,0,0,.38)
}

.mat-progress-bar-background {
    fill: #d0d7fb
}

.mat-progress-bar-buffer {
    background-color: #d0d7fb
}

.mat-progress-bar-fill:after {
    background-color: #0056eb
}

.mat-progress-bar.mat-accent .mat-progress-bar-background {
    fill: #ffcdd2
}

.mat-progress-bar.mat-accent .mat-progress-bar-buffer {
    background-color: #ffcdd2
}

.mat-progress-bar.mat-accent .mat-progress-bar-fill:after {
    background-color: #ff3a30
}

.mat-progress-bar.mat-warn .mat-progress-bar-background {
    fill: #ff8f85
}

.mat-progress-bar.mat-warn .mat-progress-bar-buffer {
    background-color: #ff8f85
}

.mat-progress-bar.mat-warn .mat-progress-bar-fill:after {
    background-color: #a30000
}

.mat-progress-spinner circle,.mat-spinner circle {
    stroke: #0056eb
}

.mat-progress-spinner.mat-accent circle,.mat-spinner.mat-accent circle {
    stroke: #ff3a30
}

.mat-progress-spinner.mat-warn circle,.mat-spinner.mat-warn circle {
    stroke: #a30000
}

.mat-radio-outer-circle {
    border-color: rgba(0,0,0,.54)
}

.mat-radio-button.mat-primary.mat-radio-checked .mat-radio-outer-circle {
    border-color: #0056eb
}

.mat-radio-button.mat-primary .mat-radio-inner-circle {
    background-color: #0056eb
}

.mat-radio-button.mat-primary .mat-radio-ripple .mat-ripple-element {
    background-color: rgba(0,86,235,.26)
}

.mat-radio-button.mat-accent.mat-radio-checked .mat-radio-outer-circle {
    border-color: #ff3a30
}

.mat-radio-button.mat-accent .mat-radio-inner-circle {
    background-color: #ff3a30
}

.mat-radio-button.mat-accent .mat-radio-ripple .mat-ripple-element {
    background-color: rgba(255,58,48,.26)
}

.mat-radio-button.mat-warn.mat-radio-checked .mat-radio-outer-circle {
    border-color: #a30000
}

.mat-radio-button.mat-warn .mat-radio-inner-circle {
    background-color: #a30000
}

.mat-radio-button.mat-warn .mat-radio-ripple .mat-ripple-element {
    background-color: rgba(163,0,0,.26)
}

.mat-radio-button.mat-radio-disabled.mat-radio-checked .mat-radio-outer-circle,.mat-radio-button.mat-radio-disabled .mat-radio-outer-circle {
    border-color: rgba(0,0,0,.38)
}

.mat-radio-button.mat-radio-disabled .mat-radio-inner-circle,.mat-radio-button.mat-radio-disabled .mat-radio-ripple .mat-ripple-element {
    background-color: rgba(0,0,0,.38)
}

.mat-radio-button.mat-radio-disabled .mat-radio-label-content {
    color: rgba(0,0,0,.38)
}

.mat-select-content,.mat-select-panel-done-animating {
    background: #fff
}

.mat-select-value {
    color: rgba(0,0,0,.87)
}

.mat-select-placeholder {
    color: rgba(0,0,0,.42)
}

.mat-select-disabled .mat-select-value {
    color: rgba(0,0,0,.38)
}

.mat-select-arrow {
    color: rgba(0,0,0,.54)
}

.mat-select-panel .mat-option.mat-selected:not(.mat-option-multiple) {
    background: rgba(0,0,0,.12)
}

.mat-form-field.mat-focused.mat-primary .mat-select-arrow {
    color: #0056eb
}

.mat-form-field.mat-focused.mat-accent .mat-select-arrow {
    color: #ff3a30
}

.mat-form-field.mat-focused.mat-warn .mat-select-arrow,.mat-form-field .mat-select.mat-select-invalid .mat-select-arrow {
    color: #a30000
}

.mat-form-field .mat-select.mat-select-disabled .mat-select-arrow {
    color: rgba(0,0,0,.38)
}

.mat-drawer-container {
    background-color: #fafafa;
    color: rgba(0,0,0,.87)
}

.mat-drawer {
    color: rgba(0,0,0,.87)
}

.mat-drawer,.mat-drawer.mat-drawer-push {
    background-color: #fff
}

.mat-drawer-backdrop.mat-drawer-shown {
    background-color: rgba(0,0,0,.6)
}

.mat-slide-toggle.mat-checked:not(.mat-disabled) .mat-slide-toggle-thumb {
    background-color: #ff3a30
}

.mat-slide-toggle.mat-checked:not(.mat-disabled) .mat-slide-toggle-bar {
    background-color: rgba(255,58,48,.5)
}

.mat-slide-toggle:not(.mat-checked) .mat-ripple-element {
    background-color: rgba(0,0,0,.06)
}

.mat-slide-toggle .mat-ripple-element {
    background-color: rgba(255,58,48,.12)
}

.mat-slide-toggle.mat-primary.mat-checked:not(.mat-disabled) .mat-slide-toggle-thumb {
    background-color: #0056eb
}

.mat-slide-toggle.mat-primary.mat-checked:not(.mat-disabled) .mat-slide-toggle-bar {
    background-color: rgba(0,86,235,.5)
}

.mat-slide-toggle.mat-primary:not(.mat-checked) .mat-ripple-element {
    background-color: rgba(0,0,0,.06)
}

.mat-slide-toggle.mat-primary .mat-ripple-element {
    background-color: rgba(0,86,235,.12)
}

.mat-slide-toggle.mat-warn.mat-checked:not(.mat-disabled) .mat-slide-toggle-thumb {
    background-color: #a30000
}

.mat-slide-toggle.mat-warn.mat-checked:not(.mat-disabled) .mat-slide-toggle-bar {
    background-color: rgba(163,0,0,.5)
}

.mat-slide-toggle.mat-warn:not(.mat-checked) .mat-ripple-element {
    background-color: rgba(0,0,0,.06)
}

.mat-slide-toggle.mat-warn .mat-ripple-element {
    background-color: rgba(163,0,0,.12)
}

.mat-disabled .mat-slide-toggle-thumb {
    background-color: #bdbdbd
}

.mat-disabled .mat-slide-toggle-bar {
    background-color: rgba(0,0,0,.1)
}

.mat-slide-toggle-thumb {
    background-color: #fafafa
}

.mat-slide-toggle-bar {
    background-color: rgba(0,0,0,.38)
}

.mat-slider-track-background {
    background-color: rgba(0,0,0,.26)
}

.mat-primary .mat-slider-thumb,.mat-primary .mat-slider-thumb-label,.mat-primary .mat-slider-track-fill {
    background-color: #0056eb
}

.mat-primary .mat-slider-thumb-label-text {
    color: #fff
}

.mat-accent .mat-slider-thumb,.mat-accent .mat-slider-thumb-label,.mat-accent .mat-slider-track-fill {
    background-color: #ff3a30
}

.mat-accent .mat-slider-thumb-label-text {
    color: #fff
}

.mat-warn .mat-slider-thumb,.mat-warn .mat-slider-thumb-label,.mat-warn .mat-slider-track-fill {
    background-color: #a30000
}

.mat-warn .mat-slider-thumb-label-text {
    color: #fff
}

.mat-slider-focus-ring {
    background-color: rgba(255,58,48,.2)
}

.cdk-focused .mat-slider-track-background,.mat-slider:hover .mat-slider-track-background {
    background-color: rgba(0,0,0,.38)
}

.mat-slider-disabled .mat-slider-thumb,.mat-slider-disabled .mat-slider-track-background,.mat-slider-disabled .mat-slider-track-fill,.mat-slider-disabled:hover .mat-slider-track-background {
    background-color: rgba(0,0,0,.26)
}

.mat-slider-min-value .mat-slider-focus-ring {
    background-color: rgba(0,0,0,.12)
}

.mat-slider-min-value.mat-slider-thumb-label-showing .mat-slider-thumb,.mat-slider-min-value.mat-slider-thumb-label-showing .mat-slider-thumb-label {
    background-color: rgba(0,0,0,.87)
}

.mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused .mat-slider-thumb,.mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused .mat-slider-thumb-label {
    background-color: rgba(0,0,0,.26)
}

.mat-slider-min-value:not(.mat-slider-thumb-label-showing) .mat-slider-thumb {
    border-color: rgba(0,0,0,.26);
    background-color: transparent
}

.mat-slider-min-value:not(.mat-slider-thumb-label-showing).cdk-focused .mat-slider-thumb,.mat-slider-min-value:not(.mat-slider-thumb-label-showing):hover .mat-slider-thumb {
    border-color: rgba(0,0,0,.38)
}

.mat-slider-min-value:not(.mat-slider-thumb-label-showing).cdk-focused.mat-slider-disabled .mat-slider-thumb,.mat-slider-min-value:not(.mat-slider-thumb-label-showing):hover.mat-slider-disabled .mat-slider-thumb {
    border-color: rgba(0,0,0,.26)
}

.mat-slider-has-ticks .mat-slider-wrapper:after {
    border-color: rgba(0,0,0,.7)
}

.mat-slider-horizontal .mat-slider-ticks {
    background-image: repeating-linear-gradient(90deg,rgba(0,0,0,.7),rgba(0,0,0,.7) 2px,transparent 0,transparent);
    background-image: -moz-repeating-linear-gradient(.0001deg,rgba(0,0,0,.7),rgba(0,0,0,.7) 2px,transparent 0,transparent)
}

.mat-slider-vertical .mat-slider-ticks {
    background-image: repeating-linear-gradient(180deg,rgba(0,0,0,.7),rgba(0,0,0,.7) 2px,transparent 0,transparent)
}

.mat-step-header.cdk-keyboard-focused,.mat-step-header.cdk-program-focused,.mat-step-header:hover {
    background-color: rgba(0,0,0,.04)
}

.mat-step-header .mat-step-label,.mat-step-header .mat-step-optional {
    color: rgba(0,0,0,.38)
}

.mat-step-header .mat-step-icon {
    background-color: #0056eb;
    color: #fff
}

.mat-step-header .mat-step-icon-not-touched {
    background-color: rgba(0,0,0,.38);
    color: #fff
}

.mat-step-header .mat-step-label.mat-step-label-active {
    color: rgba(0,0,0,.87)
}

.mat-stepper-horizontal,.mat-stepper-vertical {
    background-color: #fff
}

.mat-stepper-vertical-line:before {
    border-left-color: rgba(0,0,0,.12)
}

.mat-stepper-horizontal-line {
    border-top-color: rgba(0,0,0,.12)
}

.mat-sort-header-arrow {
    color: #757575
}

.mat-tab-header,.mat-tab-nav-bar {
    border-bottom: 1px solid rgba(0,0,0,.12)
}

.mat-tab-group-inverted-header .mat-tab-header,.mat-tab-group-inverted-header .mat-tab-nav-bar {
    border-top: 1px solid rgba(0,0,0,.12);
    border-bottom: none
}

.mat-tab-label,.mat-tab-link {
    color: rgba(0,0,0,.87)
}

.mat-tab-label.mat-tab-disabled,.mat-tab-link.mat-tab-disabled {
    color: rgba(0,0,0,.38)
}

.mat-tab-header-pagination-chevron {
    border-color: rgba(0,0,0,.87)
}

.mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
    border-color: rgba(0,0,0,.38)
}

.mat-tab-group[class*=mat-background-] .mat-tab-header,.mat-tab-nav-bar[class*=mat-background-] {
    border-bottom: none;
    border-top: none
}

.mat-tab-group.mat-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-group.mat-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
    background-color: rgba(208,215,251,.3)
}

.mat-tab-group.mat-primary .mat-ink-bar,.mat-tab-nav-bar.mat-primary .mat-ink-bar {
    background-color: #0056eb
}

.mat-tab-group.mat-primary.mat-background-primary .mat-ink-bar,.mat-tab-nav-bar.mat-primary.mat-background-primary .mat-ink-bar {
    background-color: #fff
}

.mat-tab-group.mat-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-group.mat-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
    background-color: rgba(255,205,210,.3)
}

.mat-tab-group.mat-accent .mat-ink-bar,.mat-tab-nav-bar.mat-accent .mat-ink-bar {
    background-color: #ff3a30
}

.mat-tab-group.mat-accent.mat-background-accent .mat-ink-bar,.mat-tab-nav-bar.mat-accent.mat-background-accent .mat-ink-bar {
    background-color: #fff
}

.mat-tab-group.mat-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-group.mat-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
    background-color: rgba(255,143,133,.3)
}

.mat-tab-group.mat-warn .mat-ink-bar,.mat-tab-nav-bar.mat-warn .mat-ink-bar {
    background-color: #a30000
}

.mat-tab-group.mat-warn.mat-background-warn .mat-ink-bar,.mat-tab-nav-bar.mat-warn.mat-background-warn .mat-ink-bar {
    background-color: #fff
}

.mat-tab-group.mat-background-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-background-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-group.mat-background-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-background-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
    background-color: rgba(208,215,251,.3)
}

.mat-tab-group.mat-background-primary .mat-tab-header,.mat-tab-group.mat-background-primary .mat-tab-links,.mat-tab-nav-bar.mat-background-primary .mat-tab-header,.mat-tab-nav-bar.mat-background-primary .mat-tab-links {
    background-color: #0056eb
}

.mat-tab-group.mat-background-primary .mat-tab-label,.mat-tab-group.mat-background-primary .mat-tab-link,.mat-tab-nav-bar.mat-background-primary .mat-tab-label,.mat-tab-nav-bar.mat-background-primary .mat-tab-link {
    color: #fff
}

.mat-tab-group.mat-background-primary .mat-tab-label.mat-tab-disabled,.mat-tab-group.mat-background-primary .mat-tab-link.mat-tab-disabled,.mat-tab-nav-bar.mat-background-primary .mat-tab-label.mat-tab-disabled,.mat-tab-nav-bar.mat-background-primary .mat-tab-link.mat-tab-disabled {
    color: hsla(0,0%,100%,.4)
}

.mat-tab-group.mat-background-primary .mat-tab-header-pagination-chevron,.mat-tab-nav-bar.mat-background-primary .mat-tab-header-pagination-chevron {
    border-color: #fff
}

.mat-tab-group.mat-background-primary .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,.mat-tab-nav-bar.mat-background-primary .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
    border-color: hsla(0,0%,100%,.4)
}

.mat-tab-group.mat-background-primary .mat-ripple-element,.mat-tab-nav-bar.mat-background-primary .mat-ripple-element {
    background-color: hsla(0,0%,100%,.12)
}

.mat-tab-group.mat-background-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-background-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-group.mat-background-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-background-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
    background-color: rgba(255,205,210,.3)
}

.mat-tab-group.mat-background-accent .mat-tab-header,.mat-tab-group.mat-background-accent .mat-tab-links,.mat-tab-nav-bar.mat-background-accent .mat-tab-header,.mat-tab-nav-bar.mat-background-accent .mat-tab-links {
    background-color: #ff3a30
}

.mat-tab-group.mat-background-accent .mat-tab-label,.mat-tab-group.mat-background-accent .mat-tab-link,.mat-tab-nav-bar.mat-background-accent .mat-tab-label,.mat-tab-nav-bar.mat-background-accent .mat-tab-link {
    color: #fff
}

.mat-tab-group.mat-background-accent .mat-tab-label.mat-tab-disabled,.mat-tab-group.mat-background-accent .mat-tab-link.mat-tab-disabled,.mat-tab-nav-bar.mat-background-accent .mat-tab-label.mat-tab-disabled,.mat-tab-nav-bar.mat-background-accent .mat-tab-link.mat-tab-disabled {
    color: hsla(0,0%,100%,.4)
}

.mat-tab-group.mat-background-accent .mat-tab-header-pagination-chevron,.mat-tab-nav-bar.mat-background-accent .mat-tab-header-pagination-chevron {
    border-color: #fff
}

.mat-tab-group.mat-background-accent .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,.mat-tab-nav-bar.mat-background-accent .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
    border-color: hsla(0,0%,100%,.4)
}

.mat-tab-group.mat-background-accent .mat-ripple-element,.mat-tab-nav-bar.mat-background-accent .mat-ripple-element {
    background-color: hsla(0,0%,100%,.12)
}

.mat-tab-group.mat-background-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-background-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-group.mat-background-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-background-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
    background-color: rgba(255,143,133,.3)
}

.mat-tab-group.mat-background-warn .mat-tab-header,.mat-tab-group.mat-background-warn .mat-tab-links,.mat-tab-nav-bar.mat-background-warn .mat-tab-header,.mat-tab-nav-bar.mat-background-warn .mat-tab-links {
    background-color: #a30000
}

.mat-tab-group.mat-background-warn .mat-tab-label,.mat-tab-group.mat-background-warn .mat-tab-link,.mat-tab-nav-bar.mat-background-warn .mat-tab-label,.mat-tab-nav-bar.mat-background-warn .mat-tab-link {
    color: #fff
}

.mat-tab-group.mat-background-warn .mat-tab-label.mat-tab-disabled,.mat-tab-group.mat-background-warn .mat-tab-link.mat-tab-disabled,.mat-tab-nav-bar.mat-background-warn .mat-tab-label.mat-tab-disabled,.mat-tab-nav-bar.mat-background-warn .mat-tab-link.mat-tab-disabled {
    color: hsla(0,0%,100%,.4)
}

.mat-tab-group.mat-background-warn .mat-tab-header-pagination-chevron,.mat-tab-nav-bar.mat-background-warn .mat-tab-header-pagination-chevron {
    border-color: #fff
}

.mat-tab-group.mat-background-warn .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,.mat-tab-nav-bar.mat-background-warn .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
    border-color: hsla(0,0%,100%,.4)
}

.mat-tab-group.mat-background-warn .mat-ripple-element,.mat-tab-nav-bar.mat-background-warn .mat-ripple-element {
    background-color: hsla(0,0%,100%,.12)
}

.mat-toolbar {
    background: #f5f5f5;
    color: rgba(0,0,0,.87)
}

.mat-toolbar.mat-primary {
    background: #0056eb;
    color: #fff
}

.mat-toolbar.mat-accent {
    background: #ff3a30;
    color: #fff
}

.mat-toolbar.mat-warn {
    background: #a30000;
    color: #fff
}

.mat-toolbar .mat-focused .mat-form-field-ripple,.mat-toolbar .mat-form-field-ripple,.mat-toolbar .mat-form-field-underline {
    background-color: currentColor
}

.mat-toolbar .mat-focused .mat-form-field-label,.mat-toolbar .mat-form-field-label,.mat-toolbar .mat-form-field.mat-focused .mat-select-arrow,.mat-toolbar .mat-select-arrow,.mat-toolbar .mat-select-value {
    color: inherit
}

.mat-toolbar .mat-input-element {
    caret-color: currentColor
}

.mat-tooltip {
    background: rgba(97,97,97,.9)
}

.mat-tree {
    background: #fff
}

.mat-nested-tree-node,.mat-tree-node {
    color: rgba(0,0,0,.87)
}

.mat-snack-bar-container {
    background: #323232;
    color: #fff
}

.mat-simple-snackbar-action {
    color: #ff3a30
}

.grid.mat-grid {
    padding-top: 72px;
    text-align: center
}

.grid.mat-grid.mat-grid--below-stepper {
    padding-top: 48px
}

.form_grid {
    width: 280px
}

@media (min-width: 804px) {
    .form_grid {
        width:584px
    }
}

.checkbox--large {
    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);
    position: relative;
    background: #fff;
    white-space: normal;
    display: inline-block;
    border-radius: 24px;
    margin: 8px;
    width: 100%
}

@media (min-width: 804px) {
    .checkbox--large {
        width:343px
    }
}

.checkbox--large .mat-checkbox-layout {
    padding: 24px 0;
    width: 100%
}

.checkbox--large .mat-checkbox-label {
    display: inline-block;
    text-align: center;
    width: 90%;
    margin: 0 auto;
    white-space: normal
}

.checkbox--large .mat-checkbox-background,.checkbox--large .mat-checkbox-frame {
    border-radius: 24px;
    border-style: none
}

.checkbox--large .mat-checkbox-inner-container {
    border-radius: 24px;
    position: absolute;
    top: 12px;
    right: 6px
}

.checkbox--large.mat-checkbox-checked,.checkbox--large:focus,.checkbox--large:hover {
    background: #f3f3f3
}

.cardlike-checker__container,.michele-button__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    box-sizing: border-box;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.cardlike-checker__item,.michele-button__outer {
    position: relative;
    width: 100%;
    box-sizing: border-box;
    padding: 8px 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.cardlike-checker__headline,.michele-button.mat-button .michele-button__headline {
    margin-bottom: 8px;
    display: block;
    color: rgba(0,0,0,.87)
}

.cardlike-checker__headline:last-child,.michele-button.mat-button .michele-button__headline:last-child {
    margin-bottom: 0
}

.cardlike-checker__bodycopy,.michele-button.mat-button .michele-button__bodycopy {
    color: rgba(0,0,0,.6)
}

.cardlike-checker__checkbox,.michele-button.mat-button {
    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);
    display: block;
    height: 100%;
    background-color: #fff!important
}

.cardlike-checker__checkbox.cdk-focused,.cardlike-checker__checkbox.cdk-keyboardfocused,.cardlike-checker__checkbox.mat-checkbox-checked,.cardlike-checker__checkbox:focus,.cardlike-checker__checkbox:hover,.michele-button.mat-button:active,.michele-button.mat-button:focus,.michele-button.mat-button:hover {
    color: rgba(0,0,0,.6);
    background-color: #f1f3fd!important
}

.michele-button__outer {
    padding-bottom: 16px;
    text-align: center
}

@media (min-width: 804px) {
    .michele-button__container--two-column>.michele-button__outer {
        -webkit-box-flex:0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .michele-button__container--two-column>.michele-button__outer:nth-child(odd) {
        padding-right: 8px
    }

    .michele-button__container--two-column>.michele-button__outer:nth-child(2n) {
        padding-left: 8px
    }

    .michele-button__container--three-column>.michele-button__outer {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .michele-button__container--three-column>.michele-button__outer:nth-child(3n+1),.michele-button__container--three-column>.michele-button__outer:nth-child(3n+2) {
        padding-right: 8px
    }

    .michele-button__container--three-column>.michele-button__outer:nth-child(3n),.michele-button__container--three-column>.michele-button__outer:nth-child(3n+2) {
        padding-left: 8px
    }
}

.michele-button.mat-button {
    line-height: inherit;
    padding: 24px 16px
}

.cardlike-checker__item {
    position: relative;
    padding: 8px 0
}

@media (min-width: 804px) {
    .cardlike-checker__container--three-column>.cardlike-checker__item {
        -webkit-box-flex:0;
        -ms-flex: 0 0 33%;
        flex: 0 0 33%;
        max-width: 33%;
        padding: 8px
    }

    .cardlike-checker__container--two-column>.cardlike-checker__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .cardlike-checker__container--two-column>.cardlike-checker__item:nth-child(odd) {
        padding-right: 8px
    }

    .cardlike-checker__container--two-column>.cardlike-checker__item:nth-child(2n) {
        padding-left: 8px
    }
}

.cardlike-checker__checkbox {
    border-radius: 24px;
    position: relative
}

.cardlike-checker__checkbox .mat-checkbox-layout {
    padding: 24px 16px;
    position: relative;
    display: block
}

.cardlike-checker__checkbox .mat-checkbox-label {
    display: block;
    text-align: center;
    white-space: normal;
    width: 100%
}

.cardlike-checker__checkbox .mat-checkbox-inner-container {
    position: absolute;
    top: 8px;
    right: 8px;
    margin: 0
}

.cardlike-checker__checkbox .mat-checkbox-background,.cardlike-checker__checkbox .mat-checkbox-frame {
    border-radius: 24px;
    border-width: 0
}

.motion-form-body {
    padding: 32px;
    display: inline-block
}

.motion-form-body:not(.motion-form-body--bare) {
    background-color: #fff
}

.motion-form-body--shadow {
    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)
}

.motion-form-body--radius {
    border-radius: 24px
}

@media (min-width: 804px) and (max-width:1247.98px) {
    .motion-form-body {
        padding-left:96px;
        padding-right: 96px
    }
}

@media (min-width: 1248px) {
    .motion-form-body {
        padding-left:144px;
        padding-right: 144px
    }
}

.mat-radio-button {
    display: inline-block;
    -webkit-tap-highlight-color: transparent
}

.mat-radio-button--flow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 15px 0
}

.mat-radio-button--flow mat-radio-button {
    margin-bottom: 16px
}

.mat-radio-button-error {
    font-size: 75%!important
}

.mat-icon_size {
    font-size: 18px!important
}

.motion-form-header__headline:last-child,.motion-form-header__paragraph:last-child {
    margin-bottom: 0
}

.motion-form-header {
    margin-bottom: 16px
}

.motion-form-field {
    width: 100%;
    margin-bottom: 24px
}

.mat-primary .mat-option.mat-selected:not(.mat-option-disabled) {
    color: rgba(0,0,0,.87)!important
}

@media (min-width: 804px) {
    .motion-form-field--position-bottom {
        position:relative;
        min-height: 89px
    }

    .motion-form-field--position-bottom .motion-form-field {
        position: absolute;
        bottom: 5px
    }
}

.motion-form-actions {
    display: inline-block;
    text-align: center;
    margin-top: 8px
}

.motion-form-actions>.mat-button {
    margin: 0 8px 32px
}

@media (min-width: 420px) {
    .motion-form-actions>.mat-button {
        float:left
    }
}

.motion-form-actions>.mat-button:first-child:last-child {
    margin: 0
}

.mat-button--selected .mat-button-focus-overlay {
    opacity: 1;
    background-color: rgba(0,0,0,.12)
}

.motion-error--after-submit-button {
    font-weight: 600;
    display: block
}

.mat-icon-error {
    color: #a30000!important
}

.cdk-overlay-pane {
    max-width: 90vw!important;
    max-height: 90vh
}

.cdk-global-scrollblock {
    position: static!important;
    width: auto!important;
    overflow-y: inherit!important
}

.mat-button,.mat-flat-button,.mat-raised-button,.mat-stroked-button {
    cursor: pointer;
    border-radius: 24px!important
}

.mat-button.michele-button,.mat-button.motion-button--large {
    width: 100%;
    padding: 24px 16px;
    font-size: 1.1875rem;
    white-space: normal
}

.button-large--container .mat-button {
    display: block;
    margin-bottom: 16px
}

.multiple-button--container .mat-button {
    margin: 8px
}

.mat-button .mat-progress-spinner circle,.mat-button .mat-spinner circle {
    stroke: #fff
}

.mat-button.motion-button--long,.mat-button.motion-button--medium,.mat-button.motion-button--short {
    padding: 0
}

.button-large--container,.michele-buttons__container,.multiple-button--container {
    margin: 16px auto 32px
}

@media (min-width: 804px) {
    .button-large--container,.multiple-button--container .mat-button.motion-button--large {
        width:343px
    }
}

.mat-accent.mat-button:focus .mat-button-focus-overlay,.mat-accent.mat-button:hover .mat-button-focus-overlay {
    background-color: #ee7171;
    opacity: .08
}

.mat-accent.mat-raised-button:focus,.mat-accent.mat-raised-button: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)
}

.mat-accent.mat-raised-button:focus .mat-button-focus-overlay,.mat-accent.mat-raised-button:hover .mat-button-focus-overlay {
    background-color: #fff;
    opacity: .1
}

.mat-accent.mat-raised-button:active {
    box-shadow: none!important
}

.mat-accent.mat-raised-button:active .mat-button-focus-overlay {
    background-color: #fff;
    opacity: .4
}

.remove_button {
    color: #ff3a30;
    padding-left: 0!important
}

label.mat-checkbox-layout {
    text-align: left;
    white-space: normal
}

@media (min-width: 804px) {
    label.mat-checkbox-layout {
        white-space:nowrap
    }

    .mat-checkbox--enable-wrap label.mat-checkbox-layout {
        white-space: normal!important
    }
}

.check-box {
    position: absolute;
    top: 10px;
    right: 10px
}

.cover-type-card.mat-card,mat-card.cover-type-card.mat-card {
    box-shadow: none;
    border-radius: 24px;
    -webkit-transition: width 2s;
    transition: width 2s
}

.motion-close--btn {
    position: absolute;
    top: 0;
    right: 0
}

.mat-progress-spinner {
    margin: 0 auto
}

.mat-progress-spinner circle {
    stroke: #de2329
}

.mat-dialog-container.ng-trigger {
    border-radius: 24px
}

@media (min-width: 804px) and (max-width:1247.98px) {
    .motion-dialog__width--small {
        width:343px
    }

    .motion-dialog__width--medium {
        width: 584px
    }
}

@media (min-width: 1248px) {
    .motion-dialog__width--small {
        width:343px
    }

    .motion-dialog__width--medium {
        width: 584px
    }
}

.mat-dialog-actions {
    position: relative
}

.mat-horizontal-stepper-header-container {
    pointer-events: none!important
}

.stepper__width {
    margin: 0 auto
}

.stepper__width .mat-horizontal-content-container {
    padding: 0
}

@media (max-width: 479.98px) {
    .mat-horizontal-stepper-header .mat-step-icon,.mat-horizontal-stepper-header .mat-step-icon-not-touched {
        margin-right:0!important
    }

    .mat-step-label {
        display: none!important
    }
}

@media (min-width: 480px) and (max-width:767.98px) {
    .mat-stepper-horizontal {
        padding-left:8px;
        padding-right: 8px
    }

    .mat-horizontal-stepper-header {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        height: 104px!important;
        padding-left: 16px!important;
        padding-right: 16px!important
    }

    .mat-horizontal-stepper-header .mat-step-icon,.mat-horizontal-stepper-header .mat-step-icon-not-touched {
        margin-top: 24px;
        margin-right: 0!important
    }

    .mat-step-label {
        margin-top: 16px;
        width: 100%
    }

    .mat-step-text-label {
        text-align: center
    }

    .mat-stepper-horizontal-line {
        margin-top: -32px!important;
        max-width: 32px
    }
}

.mat-step-label.mat-step-label-active.mat-step-label-selected .mdc-typography--caption.ng-star-inserted {
    color: #0057ed;
    font-weight: 600
}

.mat-step-header .mat-step-icon-state-number.mat-step-icon-selected {
    background-color: #0057ed;
    color: #fff
}

.mat-step-header .mat-step-icon-state-number {
    background-color: rgba(0,0,0,.38);
    color: #fff
}

.mat-step-header.cdk-keyboard-focused,.mat-step-header.cdk-program-focused,.mat-step-header:hover {
    background: none!important
}

.card-panel--transitionfadein,.col-panel--transitionfadein {
    opacity: 0;
    -webkit-animation: fadeinCard .5s ease-in .5ms;
    animation: fadeinCard .5s ease-in .5ms;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-direction: normal;
    animation-direction: normal
}

.card-panel--transitionfadein {
    -webkit-backface-visibility: hidden;
    -webkit-transform: scale(1);
    backface-visibility: hidden;
    transform: scale(1)
}

.card-panel--transparent .mdc-card {
    background-color: transparent
}

.card-panel__body>.card-panel__data-container:last-child,.card-panel__data-container--total .card-panel__data-item:nth-last-child(2),.card-panel__data-container .card-panel__data-item:last-child {
    border-bottom: 0
}

.actions-panel .actions-panel__links-container a {
    line-height: 2.5em!important
}

#motion-backbtn-container {
    vertical-align: middle;
    width: 5%
}

.slidein-left {
    -webkit-animation: slidein-left-anim .5s cubic-bezier(.8,0,.2,1);
    animation: slidein-left-anim .5s cubic-bezier(.8,0,.2,1);
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-direction: normal;
    animation-direction: normal
}

.slidein-left,.slidein-right {
    opacity: 0;
    -webkit-backface-visibility: hidden;
    -webkit-transform: scale(1);
    backface-visibility: hidden;
    transform: scale(1)
}

.slidein-right {
    -webkit-animation: slidein-right-anim .8s cubic-bezier(.8,0,.2,1);
    animation: slidein-right-anim .8s cubic-bezier(.8,0,.2,1);
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-direction: normal;
    animation-direction: normal
}

.slidein-up {
    opacity: 0;
    -webkit-animation: slidein-up-anim .5s cubic-bezier(.8,0,.2,1);
    animation: slidein-up-anim .5s cubic-bezier(.8,0,.2,1);
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-direction: normal;
    animation-direction: normal;
    -webkit-backface-visibility: hidden;
    -webkit-transform: scale(1);
    backface-visibility: hidden;
    transform: scale(1)
}

@-webkit-keyframes fadeinCard {
    0% {
        opacity: 0;
        visibility: hidden
    }

    to {
        opacity: 1;
        visibility: visible
    }
}

@keyframes fadeinCard {
    0% {
        opacity: 0;
        visibility: hidden
    }

    to {
        opacity: 1;
        visibility: visible
    }
}

@-webkit-keyframes slidein-up-anim {
    0% {
        opacity: 0;
        transform: translateY(50%);
        -webkit-transform: translateY(50%);
        -o-transform: translateY(50%);
        -moz-transform: translateY(50%);
        visibility: hidden
    }

    to {
        opacity: 1;
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -o-transform: translateY(0);
        -moz-transform: translateY(0);
        visibility: visible
    }
}

@keyframes slidein-up-anim {
    0% {
        opacity: 0;
        transform: translateY(50%);
        -webkit-transform: translateY(50%);
        -o-transform: translateY(50%);
        -moz-transform: translateY(50%);
        visibility: hidden
    }

    to {
        opacity: 1;
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -o-transform: translateY(0);
        -moz-transform: translateY(0);
        visibility: visible
    }
}

@-webkit-keyframes slidein-down-anim {
    0% {
        opacity: 0;
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -o-transform: translateY(0);
        -moz-transform: translateY(0);
        visibility: hidden
    }

    to {
        opacity: 1;
        transform: translateY(50%);
        -webkit-transform: translateY(50%);
        -o-transform: translateY(50%);
        -moz-transform: translateY(50%);
        visibility: visible
    }
}

@keyframes slidein-down-anim {
    0% {
        opacity: 0;
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -o-transform: translateY(0);
        -moz-transform: translateY(0);
        visibility: hidden
    }

    to {
        opacity: 1;
        transform: translateY(50%);
        -webkit-transform: translateY(50%);
        -o-transform: translateY(50%);
        -moz-transform: translateY(50%);
        visibility: visible
    }
}

@-webkit-keyframes slidein-right-anim {
    0% {
        opacity: 0;
        transform: translateX(50%);
        -webkit-transform: translateX(50%);
        -o-transform: translateX(50%);
        -moz-transform: translateX(50%);
        visibility: hidden
    }

    to {
        opacity: 1;
        transform: translateX(0);
        -webkit-transform: translateX(0);
        -o-transform: translateX(0);
        -moz-transform: translateX(0);
        visibility: visible
    }
}

@keyframes slidein-right-anim {
    0% {
        opacity: 0;
        transform: translateX(50%);
        -webkit-transform: translateX(50%);
        -o-transform: translateX(50%);
        -moz-transform: translateX(50%);
        visibility: hidden
    }

    to {
        opacity: 1;
        transform: translateX(0);
        -webkit-transform: translateX(0);
        -o-transform: translateX(0);
        -moz-transform: translateX(0);
        visibility: visible
    }
}

@-webkit-keyframes slidein-left-anim {
    0% {
        opacity: 0;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        visibility: hidden
    }

    to {
        opacity: 1;
        transform: translateX(0);
        -webkit-transform: translateX(0);
        -o-transform: translateX(0);
        -moz-transform: translateX(0);
        visibility: visible
    }
}

@keyframes slidein-left-anim {
    0% {
        opacity: 0;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        visibility: hidden
    }

    to {
        opacity: 1;
        transform: translateX(0);
        -webkit-transform: translateX(0);
        -o-transform: translateX(0);
        -moz-transform: translateX(0);
        visibility: visible
    }
}

.profile-photo__container {
    height: 128px;
    width: 128px;
    border-radius: 50%;
    margin: auto;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    position: relative
}

@media (max-width: 803.98px) {
    .profile-photo {
        height:180px;
        width: 180px
    }
}

@media (min-width: 804px) and (max-width:1247.98px) {
    .profile-photo {
        height:192px;
        width: 192px
    }
}

.circle-chart__circle {
    animation: circle-chart-fill 2s reverse;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: center;
    transform-origin: center
}

.circle-chart__info {
    -webkit-animation: circle-chart-appear 2s forwards;
    animation: circle-chart-appear 2s forwards;
    opacity: 1;
    -webkit-transform: translateY(.3em);
    transform: translateY(.3em);
    position: relative;
    top: 3px
}

@-webkit-keyframes circle-chart-fill {
    to {
        stroke-dasharray: 0 100
    }
}

@keyframes circle-chart-fill {
    to {
        stroke-dasharray: 0 100
    }
}

@-webkit-keyframes circle-chart-appear {
    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes circle-chart-appear {
    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.circle-chart__color--provider-level-1 {
    stroke: #58a400
}

.circle-chart__color--provider-level-1-bg {
    stroke: #eef5e5
}

.circle-chart__color--provider-level-2 {
    stroke: #f37320
}

.circle-chart__color--provider-level-2-bg {
    stroke: #fdf1e8
}

.circle-chart__color--provider-level-3 {
    stroke: #124e78
}

.circle-chart__color--provider-level-3-bg {
    stroke: #e7edf1
}

.circle-chart__color--premier-bronze {
    stroke: #aa8300
}

.circle-chart__color--premier-bronze-bg {
    stroke: #ffeeba
}

.circle-chart__color--premier-silver {
    stroke: #999
}

.circle-chart__color--premier-silver-bg {
    stroke: #f4f4f4
}

.circle-chart__color--premier-gold {
    stroke: #ffbf00
}

.circle-chart__color--premier-gold-bg {
    stroke: #fff8e5
}

.circle-chart__color--premier-platinum {
    stroke: #333
}

.circle-chart__color--premier-platinum-bg {
    stroke: #eaeaea
}

.circle-chart__color--premier-privateclub {
    stroke: #bf050b
}

.circle-chart__color--premier-privateclub-bg {
    stroke: #f8e6e6
}

.circle-chart__color--activedayz {
    stroke: #bd10e0
}

.circle-chart__color--activedayz-bg {
    stroke: #f2cef9
}

.circle-chart__color--safedayz {
    stroke: #71ba6f
}

.circle-chart__color--safedayz-bg {
    stroke: #e3f1e2
}

.circle-chart__color--safety-returns {
    stroke: #036
}

.circle-chart__color--safety-returns-bg {
    stroke: #c1e6ed;
    opacity: .5
}

.circle-chart-container .circle-chart-filled {
    background: rgba(193,230,237,.5);
    width: 200px;
    height: 200px;
    border-radius: 50%;
    display: -webkit-inline-box;
    display: inline-flex;
    display: -ms-inline-flexbox;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto
}

.circle-chart-container .circle-chart-filled .circle-chart__info .circle-chart__percent {
    line-height: .3em!important
}

#password-checker .mdc-list {
    padding: 0;
    color: rgba(0,0,0,.6)
}

#password-checker .mdc-list-item__graphic {
    color: rgba(0,0,0,.38)
}

#password-checker .mdc-list-item {
    padding: 0
}

#password-checker .mdc-list-item--password-checker-pass>.mdc-list-item__graphic {
    color: rgba(0,0,0,.87)
}

#password-checker .mdc-list-item--password-checker-pass>.mdc-list-item__text, #password-checker .mdc-list-item--password-checker-pass>.mdc-list-item--activated.mdc-list-item__text {
    font-weight: 600;
    color: rgba(0,0,0,.87)
}

.cover-amount--padding {
    padding-left: 18px;
    padding-right: 18px
}

.cover-amount-slide--padding {
    padding-left: 10px;
    padding-right: 10px
}

.cover--amount-sub-container {
    margin-top: 24px
}

.cover-amount--list,.cover-amount--list-divider {
    padding: 0;
    margin: 0
}

.cover-amount--bold {
    font-weight: 600
}

.cover-amount--list-item {
    padding: 0;
    list-style: none
}

.cover-amount--list-divider .cover-amount--list-item {
    padding-top: 20px;
    padding-bottom: 20px
}

.motion-card--cover-amount {
    position: relative;
    margin-top: 8px;
    margin-bottom: 12px
}

.cover-amount--sub-item {
    text-align: left;
    display: inline-block;
    width: 50%
}

.cover-amount--sub-item:nth-of-type(2) {
    text-align: right
}

.cover-amount--margin-top {
    margin-top: 16px
}

.side-assist-drawer {
    padding: 25% 40px 16px 24px;
    text-align: left;
    font-size: 14px;
    line-height: 1.3;
    box-shadow: 0 0 0 0;
    max-width: 384px!important
}

.mat-tab-label {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex: 1 0 auto;
    -webkit-box-flex: 1;
    flex: 1 0 auto;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center
}

.mat-tab-group.mat-primary .mat-ink-bar {
    background-color: #de2329
}

.mat-tab-body-content {
    overflow: hidden!important
}

.mat-table {
    width: 100%
}

.mat-table .mat-header-row {
    background: #001950
}

.mat-table .mat-header-cell {
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    white-space: nowrap
}

.mat-table .mat-cell {
    font-size: 14px;
    padding: 12px 0
}

.mat-table .mat-cell:first-child {
    padding-left: 24px!important
}

.mat-cell--width-1 {
    width: 1%!important
}

.mat-cell--width-2 {
    width: 2%!important
}

.mat-cell--width-3 {
    width: 3%!important
}

.mat-cell--width-4 {
    width: 4%!important
}

.mat-cell--width-5 {
    width: 5%!important
}

.mat-cell--width-6 {
    width: 6%!important
}

.mat-cell--width-7 {
    width: 7%!important
}

.mat-cell--width-8 {
    width: 8%!important
}

.mat-cell--width-9 {
    width: 9%!important
}

.mat-cell--width-10 {
    width: 10%!important
}

.mat-cell--width-11 {
    width: 11%!important
}

.mat-cell--width-12 {
    width: 12%!important
}

.mat-cell--width-13 {
    width: 13%!important
}

.mat-cell--width-14 {
    width: 14%!important
}

.mat-cell--width-15 {
    width: 15%!important
}

.mat-cell--width-16 {
    width: 16%!important
}

.mat-cell--width-17 {
    width: 17%!important
}

.mat-cell--width-18 {
    width: 18%!important
}

.mat-cell--width-19 {
    width: 19%!important
}

.mat-cell--width-20 {
    width: 20%!important
}

.mat-cell--width-21 {
    width: 21%!important
}

.mat-cell--width-22 {
    width: 22%!important
}

.mat-cell--width-23 {
    width: 23%!important
}

.mat-cell--width-24 {
    width: 24%!important
}

.mat-cell--width-25 {
    width: 25%!important
}

.mat-cell--width-26 {
    width: 26%!important
}

.mat-cell--width-27 {
    width: 27%!important
}

.mat-cell--width-28 {
    width: 28%!important
}

.mat-cell--width-29 {
    width: 29%!important
}

.mat-cell--width-30 {
    width: 30%!important
}

.mat-cell--width-31 {
    width: 31%!important
}

.mat-cell--width-32 {
    width: 32%!important
}

.mat-cell--width-33 {
    width: 33%!important
}

.mat-cell--width-34 {
    width: 34%!important
}

.mat-cell--width-35 {
    width: 35%!important
}

.mat-cell--width-36 {
    width: 36%!important
}

.mat-cell--width-37 {
    width: 37%!important
}

.mat-cell--width-38 {
    width: 38%!important
}

.mat-cell--width-39 {
    width: 39%!important
}

.mat-cell--width-40 {
    width: 40%!important
}

.mat-cell--width-41 {
    width: 41%!important
}

.mat-cell--width-42 {
    width: 42%!important
}

.mat-cell--width-43 {
    width: 43%!important
}

.mat-cell--width-44 {
    width: 44%!important
}

.mat-cell--width-45 {
    width: 45%!important
}

.mat-cell--width-46 {
    width: 46%!important
}

.mat-cell--width-47 {
    width: 47%!important
}

.mat-cell--width-48 {
    width: 48%!important
}

.mat-cell--width-49 {
    width: 49%!important
}

.mat-cell--width-50 {
    width: 50%!important
}

.mat-cell--width-51 {
    width: 51%!important
}

.mat-cell--width-52 {
    width: 52%!important
}

.mat-cell--width-53 {
    width: 53%!important
}

.mat-cell--width-54 {
    width: 54%!important
}

.mat-cell--width-55 {
    width: 55%!important
}

.mat-cell--width-56 {
    width: 56%!important
}

.mat-cell--width-57 {
    width: 57%!important
}

.mat-cell--width-58 {
    width: 58%!important
}

.mat-cell--width-59 {
    width: 59%!important
}

.mat-cell--width-60 {
    width: 60%!important
}

.mat-cell--width-61 {
    width: 61%!important
}

.mat-cell--width-62 {
    width: 62%!important
}

.mat-cell--width-63 {
    width: 63%!important
}

.mat-cell--width-64 {
    width: 64%!important
}

.mat-cell--width-65 {
    width: 65%!important
}

.mat-cell--width-66 {
    width: 66%!important
}

.mat-cell--width-67 {
    width: 67%!important
}

.mat-cell--width-68 {
    width: 68%!important
}

.mat-cell--width-69 {
    width: 69%!important
}

.mat-cell--width-70 {
    width: 70%!important
}

.mat-cell--width-71 {
    width: 71%!important
}

.mat-cell--width-72 {
    width: 72%!important
}

.mat-cell--width-73 {
    width: 73%!important
}

.mat-cell--width-74 {
    width: 74%!important
}

.mat-cell--width-75 {
    width: 75%!important
}

.mat-cell--width-76 {
    width: 76%!important
}

.mat-cell--width-77 {
    width: 77%!important
}

.mat-cell--width-78 {
    width: 78%!important
}

.mat-cell--width-79 {
    width: 79%!important
}

.mat-cell--width-80 {
    width: 80%!important
}

.mat-cell--width-81 {
    width: 81%!important
}

.mat-cell--width-82 {
    width: 82%!important
}

.mat-cell--width-83 {
    width: 83%!important
}

.mat-cell--width-84 {
    width: 84%!important
}

.mat-cell--width-85 {
    width: 85%!important
}

.mat-cell--width-86 {
    width: 86%!important
}

.mat-cell--width-87 {
    width: 87%!important
}

.mat-cell--width-88 {
    width: 88%!important
}

.mat-cell--width-89 {
    width: 89%!important
}

.mat-cell--width-90 {
    width: 90%!important
}

.mat-cell--width-91 {
    width: 91%!important
}

.mat-cell--width-92 {
    width: 92%!important
}

.mat-cell--width-93 {
    width: 93%!important
}

.mat-cell--width-94 {
    width: 94%!important
}

.mat-cell--width-95 {
    width: 95%!important
}

.mat-cell--width-96 {
    width: 96%!important
}

.mat-cell--width-97 {
    width: 97%!important
}

.mat-cell--width-98 {
    width: 98%!important
}

.mat-cell--width-99 {
    width: 99%!important
}

.mat-cell--width-100 {
    width: 100%!important
}

.mat-paginator-container,.mat-paginator .mat-select-trigger {
    font-size: 14px
}

app-local-unit-trusts .mat-button:focus,app-local-unit-trusts .mat-button:hover {
    background-color: #f3f3f3!important
}

@media (-ms-high-contrast:active) and (min-width: 1248px),(-ms-high-contrast:none) and (min-width:1248px) {
    .mdc-typography--body2 {
        font-size:.88rem;
        letter-spacing: .02em
    }
}

@media (-ms-high-contrast:active),(-ms-high-contrast:none) {
    .grid__inner {
        display: block;
        width: 100%
    }

    .grid__inner:after {
        display: table;
        content: "";
        clear: both
    }

    .grid__inner--valign-for-ie {
        display: -webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important
    }

    .grid__cell {
        display: block;
        margin-bottom: 16px
    }

    .grid__cell--span-1-phone,.grid__cell--span-2-phone,.grid__cell--span-3-phone,.grid__cell--span-4-phone,.grid__cell--span-all {
        width: 100%
    }

    .grid__cell--span__spacing {
        padding-right: 16px
    }
}

@media (-ms-high-contrast:active) and (min-width: 804px),(-ms-high-contrast:none) and (min-width:804px) {
    .grid__cell--span-1-tablet {
        width:12.5%;
        float: left
    }

    .grid__cell--span-2-tablet {
        width: 25%;
        float: left
    }

    .grid__cell--span-3-tablet {
        width: 37.5%;
        float: left
    }

    .grid__cell--span-4-tablet {
        width: 50%;
        float: left
    }

    .grid__cell--span-5-tablet {
        width: 62.5%;
        float: left
    }

    .grid__cell--span-6-tablet {
        width: 75%;
        float: left
    }

    .grid__cell--span-7-tablet {
        width: 87.5%;
        float: left
    }

    .grid__cell--span-8-tablet {
        width: 100%;
        float: left
    }

    .grid__cell--span-9-tablet {
        width: 112.5%;
        float: left
    }

    .grid__cell--span-10-tablet {
        width: 125%;
        float: left
    }

    .grid__cell--span-11-tablet {
        width: 137.5%;
        float: left
    }

    .grid__cell--span-12-tablet {
        width: 150%;
        float: left
    }
}

@media (-ms-high-contrast:active) and (min-width: 1248px),(-ms-high-contrast:none) and (min-width:1248px) {
    .grid__cell--span-1-desktop {
        width:8.33333%;
        float: left
    }

    .grid__cell--span-2-desktop {
        width: 16.66667%;
        float: left
    }

    .grid__cell--span-3-desktop {
        width: 25%;
        float: left
    }

    .grid__cell--span-4-desktop {
        width: 33.33333%;
        float: left
    }

    .grid__cell--span-5-desktop {
        width: 41.66667%;
        float: left
    }

    .grid__cell--span-6-desktop {
        width: 50%;
        float: left
    }

    .grid__cell--span-7-desktop {
        width: 58.33333%;
        float: left
    }

    .grid__cell--span-8-desktop {
        width: 66.66667%;
        float: left
    }

    .grid__cell--span-9-desktop {
        width: 75%;
        float: left
    }

    .grid__cell--span-10-desktop {
        width: 83.33333%;
        float: left
    }

    .grid__cell--span-11-desktop {
        width: 91.66667%;
        float: left
    }

    .grid__cell--span-12-desktop {
        width: 100%;
        float: left
    }
}

@media (-ms-high-contrast:active),(-ms-high-contrast:none) {
    .grid__inner--layout-12>.grid__cell,.grid__inner--layout-66-44-22>.grid__cell,.grid__inner--layout-66-44>.grid__cell,.grid__inner--layout-66>.grid__cell,.grid__inner--layout-444-44>.grid__cell,.grid__inner--layout-444>.grid__cell,.grid__inner--layout-3333-44>.grid__cell,.grid__inner--layout-3333>.grid__cell,.grid__inner--layout-b8b>.grid__cell,.grid__inner--layout-b44b-a6a>.grid__cell,.grid__inner--layout-b44b>.grid__cell,.grid__inner--layout-c6c-a6a>.grid__cell,.grid__inner--layout-c6c-b4b>.grid__cell,.grid__inner--layout-c6c>.grid__cell,.grid__inner--layout-c9>.grid__cell,.grid__inner--layout-c33c-44>.grid__cell,.grid__inner--layout-c33c>.grid__cell,.grid__inner--layout-d4d-b4b>.grid__cell,.grid__inner--layout-d4d>.grid__cell {
        width: 100%
    }

    .grid__inner--layout-222222-44-22>.grid__cell,.grid__inner--layout-a22222a-44-22>.grid__cell,.grid__inner--layout-b2222b-44-22>.grid__cell,.grid__inner--layout-c33c-44-22>.grid__cell,.grid__inner--layout-c222c-44-22>.grid__cell,.grid__inner--layout-d22d-44-22>.grid__cell {
        width: calc(50% - 8px);
        float: left
    }

    .grid__inner--layout-222222-44-22>.grid__cell:nth-child(odd),.grid__inner--layout-a22222a-44-22>.grid__cell:nth-child(odd),.grid__inner--layout-b2222b-44-22>.grid__cell:nth-child(odd),.grid__inner--layout-c33c-44-22>.grid__cell:nth-child(odd),.grid__inner--layout-c222c-44-22>.grid__cell:nth-child(odd),.grid__inner--layout-d22d-44-22>.grid__cell:nth-child(odd) {
        margin-right: 16px
    }

    .grid__inner--layout-363>.grid__col {
        width: 100%
    }

    .flex__cell {
        float: left
    }
}

@media (-ms-high-contrast:active) and (min-width: 804px),(-ms-high-contrast:none) and (min-width:804px) {
    .grid__inner--layout-66-44-22>.grid__cell,.grid__inner--layout-66-44>.grid__cell,.grid__inner--layout-444-44>.grid__cell,.grid__inner--layout-3333-44>.grid__cell,.grid__inner--layout-222222-44-22>.grid__cell,.grid__inner--layout-a22222a-44-22>.grid__cell,.grid__inner--layout-b44b-44>.grid__cell,.grid__inner--layout-b2222b-44-22>.grid__cell,.grid__inner--layout-c33c-44-22>.grid__cell,.grid__inner--layout-c33c-44>.grid__cell,.grid__inner--layout-c222c-44-22>.grid__cell,.grid__inner--layout-d22d-44-22>.grid__cell {
        width:calc(50% - 8px);
        float: left
    }

    .grid__inner--layout-66-44-22>.grid__cell:nth-child(odd),.grid__inner--layout-66-44>.grid__cell:nth-child(odd),.grid__inner--layout-444-44>.grid__cell:nth-child(odd),.grid__inner--layout-3333-44>.grid__cell:nth-child(odd),.grid__inner--layout-222222-44-22>.grid__cell:nth-child(odd),.grid__inner--layout-a22222a-44-22>.grid__cell:nth-child(odd),.grid__inner--layout-b44b-44>.grid__cell:nth-child(odd),.grid__inner--layout-b2222b-44-22>.grid__cell:nth-child(odd),.grid__inner--layout-c33c-44-22>.grid__cell:nth-child(odd),.grid__inner--layout-c33c-44>.grid__cell:nth-child(odd),.grid__inner--layout-c222c-44-22>.grid__cell:nth-child(odd),.grid__inner--layout-d22d-44-22>.grid__cell:nth-child(odd) {
        margin-right: 16px
    }

    .grid__inner--layout-b44b-a6a>.grid__cell,.grid__inner--layout-c6c-a6a>.grid__cell {
        width: 75%;
        margin-left: auto;
        margin-right: auto
    }

    .grid__inner--layout-c6c-b4b>.grid__cell,.grid__inner--layout-d4d-b4b>.grid__cell {
        width: 50%;
        margin-left: auto;
        margin-right: auto
    }

    .grid__inner--layout-363>.grid__col,.grid__inner--layout-363>.grid__col:nth-child(2) {
        grid-column: span 8
    }
}

@media (-ms-high-contrast:active) and (min-width: 1248px),(-ms-high-contrast:none) and (min-width:1248px) {
    .grid__cell {
        margin-bottom:16px
    }

    .grid__inner--layout-12>.grid__cell {
        width: 100%;
        float: left
    }

    .grid__inner--layout-66-44-22>.grid__cell,.grid__inner--layout-66-44>.grid__cell,.grid__inner--layout-66>.grid__cell {
        width: calc(50% - 8px);
        float: left
    }

    .grid__inner--layout-66-44-22>.grid__cell:nth-child(odd),.grid__inner--layout-66-44>.grid__cell:nth-child(odd),.grid__inner--layout-66>.grid__cell:nth-child(odd) {
        margin-right: 16px
    }

    .grid__inner--layout-222222-44-22>.grid__cell {
        width: calc(16% - 8px);
        float: left;
        margin-right: 16px
    }

    .grid__inner--layout-444-44>.grid__cell,.grid__inner--layout-444>.grid__cell {
        width: calc(33.33333% - 10.66667px);
        float: left
    }

    .grid__inner--layout-444-44>.grid__cell:nth-child(odd),.grid__inner--layout-444>.grid__cell:nth-child(odd) {
        margin-right: 0
    }

    .grid__inner--layout-444-44>.grid__cell:nth-child(3n+1),.grid__inner--layout-444-44>.grid__cell:nth-child(3n+2),.grid__inner--layout-444>.grid__cell:nth-child(3n+1),.grid__inner--layout-444>.grid__cell:nth-child(3n+2) {
        margin-right: 16px
    }

    .grid__inner--layout-b8b>.grid__cell {
        width: 66.66667%;
        margin-left: auto;
        margin-right: auto
    }

    .grid__inner--layout-c6c-a6a>.grid__cell,.grid__inner--layout-c6c-b4b>.grid__cell,.grid__inner--layout-c6c>.grid__cell {
        width: 50%;
        margin-left: auto;
        margin-right: auto
    }

    .grid__inner--layout-d4d-b4b>.grid__cell,.grid__inner--layout-d4d>.grid__cell {
        width: 33.33333%;
        margin-left: auto;
        margin-right: auto
    }

    .grid__inner--layout-3333-44>.grid__cell,.grid__inner--layout-3333>.grid__cell {
        width: calc(25% - 12px);
        float: left
    }

    .grid__inner--layout-3333-44>.grid__cell:nth-child(4n+1),.grid__inner--layout-3333-44>.grid__cell:nth-child(4n+2),.grid__inner--layout-3333-44>.grid__cell:nth-child(4n+3),.grid__inner--layout-3333>.grid__cell:nth-child(4n+1),.grid__inner--layout-3333>.grid__cell:nth-child(4n+2),.grid__inner--layout-3333>.grid__cell:nth-child(4n+3) {
        margin-right: 16px
    }

    .grid__inner--layout-b44b-44>.grid__cell,.grid__inner--layout-b44b-a6a>.grid__cell,.grid__inner--layout-b44b>.grid__cell {
        width: calc(33.33333% - 8px);
        float: left
    }

    .grid__inner--layout-b44b-44>.grid__cell:nth-child(odd),.grid__inner--layout-b44b-a6a>.grid__cell:nth-child(odd),.grid__inner--layout-b44b>.grid__cell:nth-child(odd) {
        margin-left: 16.66667%;
        margin-right: 16px
    }

    .grid__inner--layout-b44b-44>.grid__cell:nth-child(2n+2),.grid__inner--layout-b44b-a6a>.grid__cell:nth-child(2n+2),.grid__inner--layout-b44b>.grid__cell:nth-child(2n+2) {
        margin-right: 16.66667%
    }

    .grid__inner--layout-a22222a-44-22>.grid__cell {
        width: calc(16.66667% - 16px);
        float: left;
        margin-right: 16px
    }

    .grid__inner--layout-a22222a-44-22>.grid__cell:first-child,.grid__inner--layout-a22222a-44-22>.grid__cell:nth-child(5n+6) {
        margin-left: 8.33333%
    }

    .grid__inner--layout-b2222b-44-22>.grid__cell {
        width: calc(16.66667% - 16px);
        float: left;
        margin-right: 16px
    }

    .grid__inner--layout-b2222b-44-22>.grid__cell:first-child,.grid__inner--layout-b2222b-44-22>.grid__cell:nth-child(4n+5) {
        margin-left: 16.66667%
    }

    .grid__inner--layout-c222c-44-22>.grid__cell {
        width: calc(16.66667% - 16px);
        float: left;
        margin-right: 16px
    }

    .grid__inner--layout-c222c-44-22>.grid__cell:nth-child(3n+1) {
        margin-left: 25%
    }

    .grid__inner--layout-c222c-44-22>.grid__cell:nth-child(3n+3) {
        margin-right: 25%
    }

    .grid__inner--layout-d22d-44-22>.grid__cell {
        width: calc(16.66667% - 16px);
        float: left;
        margin-right: 16px
    }

    .grid__inner--layout-d22d-44-22>.grid__cell:nth-child(odd) {
        margin-left: 33.33333%
    }

    .grid__inner--layout-d22d-44-22>.grid__cell:nth-child(2n+2) {
        margin-right: 33.33333%
    }

    .grid__inner--layout-c33c-44-22>.grid__cell,.grid__inner--layout-c33c-44>.grid__cell,.grid__inner--layout-c33c>.grid__cell {
        width: calc(25% - 8px);
        float: left
    }

    .grid__inner--layout-c33c-44-22>.grid__cell:nth-child(odd),.grid__inner--layout-c33c-44>.grid__cell:nth-child(odd),.grid__inner--layout-c33c>.grid__cell:nth-child(odd) {
        margin-left: 25%;
        margin-right: 16px
    }

    .grid__inner--layout-c33c-44-22>.grid__cell:nth-child(2n+2),.grid__inner--layout-c33c-44>.grid__cell:nth-child(2n+2),.grid__inner--layout-c33c>.grid__cell:nth-child(2n+2) {
        margin-right: 25%
    }

    .grid__inner--layout-c9>.grid__cell {
        width: 75%;
        margin-left: auto
    }

    .grid__inner--layout-363>.grid__col {
        width: calc(25% - 16px);
        float: left
    }

    .grid__inner--layout-363>.grid__col:nth-child(2) {
        width: calc(50% - 16px);
        float: left
    }

    .grid__inner--layout-363>.grid__col:nth-child(4n+1),.grid__inner--layout-363>.grid__col:nth-child(4n+2),.grid__inner--layout-363>.grid__col:nth-child(4n+3) {
        margin-right: 16px
    }
}

@media (-ms-high-contrast:active) and (min-width: 1248px),(-ms-high-contrast:none) and (min-width:1248px) {
    .hero-picture,.spotlight-picture {
        float:right
    }

    .spotlight-row__inner>.spotlight-row__cell {
        width: 50%;
        float: left
    }

    .spotlight-row__inner>.spotlight-row__cell:nth-child(2n+2) {
        padding-left: 8px
    }

    .spotlight-row__inner>.spotlight-row__cell:nth-child(odd) {
        padding-right: 8px
    }
}

@media (-ms-high-contrast:active),(-ms-high-contrast:none) {
    .motion-z-layout__inner {
        margin-bottom: 56px
    }
}

@media (-ms-high-contrast:active) and (min-width: 1248px),(-ms-high-contrast:none) and (min-width:1248px) {
    .motion-z-layout__inner {
        clear:both
    }

    .motion-z-layout__inner>.motion-z-layout__cell {
        width: 50%
    }

    .motion-z-layout__inner>.motion-z-layout__cell--span-8 {
        width: 60%!important
    }

    .motion-z-layout__inner>.motion-z-layout__cell--span-4 {
        width: 40%!important
    }

    .motion-z-layout__inner:nth-child(2n)>.motion-z-layout__cell:first-child {
        float: left
    }

    .motion-z-layout__inner:nth-child(2n)>.motion-z-layout__cell:last-child,.motion-z-layout__inner:nth-child(odd)>.motion-z-layout__cell:first-child {
        float: right
    }

    .motion-z-layout__inner:nth-child(odd)>.motion-z-layout__cell:last-child {
        float: left
    }
}

@media (-ms-high-contrast:active),(-ms-high-contrast:none) {
    #motion-footer__caption>.grid__cell {
        margin-bottom: 0
    }
}

.mdc-button--raised {
    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);
    -webkit-transition: box-shadow .28s cubic-bezier(.4,0,.2,1);
    transition: box-shadow .28s cubic-bezier(.4,0,.2,1)
}

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

.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,.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)
}

@media (-ms-high-contrast:active) and (min-width: 804px),(-ms-high-contrast:none) and (min-width:804px) {
    .element__order-second-tablet {
        float:right
    }
}

@media (-ms-high-contrast:active) and (min-width: 1248px),(-ms-high-contrast:none) and (min-width:1248px) {
    .element__order-second-desktop {
        float:right
    }
}

@media (-ms-high-contrast:active) and (max-width: 803.98px),(-ms-high-contrast:none) and (max-width:803.98px) {
    .vertical-plane--scroll-mobile .vertical-plane--scroll__container {
        display:block!important;
        width: 500%
    }
}

@media (-ms-high-contrast:active) and (min-width: 804px),(-ms-high-contrast:none) and (min-width:804px) {
    .motion-form-field--position-bottom {
        position:relative;
        min-height: 89px
    }

    .motion-form-field--position-bottom .motion-form-field {
        position: absolute;
        bottom: -17px!important;
        width: calc(100% - 16px)
    }
}

.ie-mat-form-field-flex .mat-form-field-flex {
    display: table
}

.ie-mat-form-field-flex .mat-form-field-flex .mat-form-field-infix,.ie-mat-form-field-flex .mat-form-field-flex .mat-form-field-suffix {
    display: table-cell;
    vertical-align: bottom
}

.ie-mat-form-field-flex .mat-form-field-flex .mat-form-field-infix {
    width: auto
}

.ie-mat-form-field-flex .mat-form-field-flex .mat-form-field-suffix {
    width: 40px
}

/* Added */
.hide{
    display:none;
}
body > app-root > app-footer {
    display: none!important;
}
