@media (--lg-viewport){.u-lg-flex{display:flex !important;}
.u-lg-flexInline{display:inline-flex !important;}
.u-lg-flexRow{flex-direction:row !important;}
.u-lg-flexRowReverse{flex-direction:row-reverse !important;}
.u-lg-flexCol{flex-direction:column !important;}
.u-lg-flexColReverse{flex-direction:column-reverse !important;}
.u-lg-flexWrap{flex-wrap:wrap !important;}
.u-lg-flexNoWrap{flex-wrap:nowrap !important;}
.u-lg-flexWrapReverse{flex-wrap:wrap-reverse !important;}
.u-lg-flexJustifyStart{justify-content:flex-start !important;}
.u-lg-flexJustifyEnd{justify-content:flex-end !important;}
.u-lg-flexJustifyCenter{justify-content:center !important;}
.u-lg-flexJustifyBetween{justify-content:space-between !important;}
.u-lg-flexJustifyAround{justify-content:space-around !important;}
.u-lg-flexAlignItemsStart{align-items:flex-start !important;}
.u-lg-flexAlignItemsEnd{align-items:flex-end !important;}
.u-lg-flexAlignItemsCenter{align-items:center !important;}
.u-lg-flexAlignItemsStretch{align-items:stretch !important;}
.u-lg-flexAlignItemsBaseline{align-items:baseline !important;}
.u-lg-flexAlignContentStart{align-content:flex-start !important;}
.u-lg-flexAlignContentEnd{align-content:flex-end !important;}
.u-lg-flexAlignContentCenter{align-content:center !important;}
.u-lg-flexAlignContentStretch{align-content:stretch !important;}
.u-lg-flexAlignContentBetween{align-content:space-between !important;}
.u-lg-flexAlignContentAround{align-content:space-around !important;}
.u-lg-flexAlignSelfStart{align-self:flex-start !important;}
.u-lg-flexAlignSelfEnd{align-self:flex-end !important;}
.u-lg-flexAlignSelfCenter{align-self:center !important;}
.u-lg-flexAlignSelfStretch{align-self:stretch !important;}
.u-lg-flexAlignSelfBaseline{align-self:baseline !important;}
.u-lg-flexAlignSelfAuto{align-self:auto !important;}
.u-lg-flexOrderFirst{order:-1 !important;}
.u-lg-flexOrderLast{order:1 !important;}
.u-lg-flexOrderNone{order:0 !important;}
.u-lg-flexGrow1{flex:1 1 0% !important;}
.u-lg-flexGrow2{flex:2 1 0% !important;}
.u-lg-flexGrow3{flex:3 1 0% !important;}
.u-lg-flexGrow4{flex:4 1 0% !important;}
.u-lg-flexGrow5{flex:5 1 0% !important;}
.u-lg-flexShrink0{flex-shrink:0 !important;}
.u-lg-flexShrink1{flex-shrink:1 !important;}
.u-lg-flexShrink2{flex-shrink:2 !important;}
.u-lg-flexShrink3{flex-shrink:3 !important;}
.u-lg-flexShrink4{flex-shrink:4 !important;}
.u-lg-flexShrink5{flex-shrink:5 !important;}
.u-lg-flexExpand{margin:auto !important;}
.u-lg-flexExpandLeft{margin-left:auto !important;}
.u-lg-flexExpandRight{margin-right:auto !important;}
.u-lg-flexExpandTop{margin-top:auto !important;}
.u-lg-flexExpandBottom{margin-bottom:auto !important;}
.u-lg-flexBasisAuto{flex-basis:auto !important;}
.u-lg-flexBasis0{flex-basis:0 !important;}
.u-lg-flexInitial{flex:0 1 auto !important;flex-basis:auto !important;}
.u-lg-flexAuto{flex:1 1 auto !important;flex-basis:auto !important;}
.u-lg-flexNone{flex:0 0 auto !important;flex-basis:auto !important;}
}