@charset "UTF-8";
/*!
 * AngularJS Material Design
 * https://github.com/angular/material
 * @license MIT
 * v1.1.20
 */
body,
html {
  height: 100%;
  position: relative;
}
body {
  margin: 0;
  padding: 0;
}
[tabindex="-1"]:focus {
  outline: none;
}
.inset {
  padding: 10px;
}
a.md-no-style,
button.md-no-style {
  font-weight: 400;
  background-color: inherit;
  text-align: left;
  border: none;
  padding: 0;
  margin: 0;
}
button,
input,
select,
textarea {
  vertical-align: baseline;
}
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  cursor: pointer;
  -webkit-appearance: button;
}
button[disabled],
html input[type=button][disabled],
input[type=reset][disabled],
input[type=submit][disabled] {
  cursor: default;
}
textarea {
  vertical-align: top;
  overflow: auto;
}
input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
}
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
input:-webkit-autofill {
  text-shadow: none;
}
.md-visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  text-transform: none;
  width: 1px;
}
.md-shadow {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: inherit;
  pointer-events: none;
}
.md-shadow-bottom-z-1 {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
}
.md-shadow-bottom-z-2 {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4);
}
.md-shadow-animated.md-shadow {
  transition: box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
}
.md-ripple-container {
  pointer-events: none;
  position: absolute;
  overflow: hidden;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 0.55s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.md-ripple {
  position: absolute;
  transform: translate(-50%, -50%) scale(0);
  transform-origin: 50% 50%;
  opacity: 0;
  border-radius: 50%;
}
.md-ripple.md-ripple-placed {
  transition: margin 0.9s cubic-bezier(0.25, 0.8, 0.25, 1), border 0.9s cubic-bezier(0.25, 0.8, 0.25, 1), width 0.9s cubic-bezier(0.25, 0.8, 0.25, 1), height 0.9s cubic-bezier(0.25, 0.8, 0.25, 1), opacity 0.9s cubic-bezier(0.25, 0.8, 0.25, 1), transform 0.9s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.md-ripple.md-ripple-scaled {
  transform: translate(-50%, -50%) scale(1);
}
.md-ripple.md-ripple-active,
.md-ripple.md-ripple-full,
.md-ripple.md-ripple-visible {
  opacity: 0.2;
}
.md-ripple.md-ripple-remove {
  animation: md-remove-ripple 0.9s cubic-bezier(0.25, 0.8, 0.25, 1);
}
@keyframes md-remove-ripple {
  0% {
    opacity: 0.15;
  }
  to {
    opacity: 0;
  }
}
.md-padding {
  padding: 8px;
}
.md-margin {
  margin: 8px;
}
.md-scroll-mask {
  position: absolute;
  background-color: transparent;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 50;
}
.md-scroll-mask > .md-scroll-mask-bar {
  display: block;
  position: absolute;
  background-color: #fafafa;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 65;
  box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.3);
}
.md-no-momentum {
  -webkit-overflow-scrolling: auto;
}
.md-no-flicker {
  -webkit-filter: blur(0);
}
@media (min-width: 960px) {
  .md-padding {
    padding: 16px;
  }
}
body[dir=ltr],
body[dir=rtl],
html[dir=ltr],
html[dir=rtl] {
  unicode-bidi: embed;
}
bdo[dir=rtl] {
  direction: rtl;
}
bdo[dir=ltr],
bdo[dir=rtl] {
  unicode-bidi: bidi-override;
}
bdo[dir=ltr] {
  direction: ltr;
}
body,
html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
  min-height: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.md-display-4 {
  font-size: 112px;
  font-weight: 300;
  letter-spacing: -0.01em;
  line-height: 112px;
}
.md-display-3 {
  font-size: 56px;
  font-weight: 400;
  letter-spacing: -0.005em;
  line-height: 56px;
}
.md-display-2 {
  font-size: 45px;
  font-weight: 400;
  line-height: 64px;
}
.md-display-1 {
  font-size: 34px;
  font-weight: 400;
  line-height: 40px;
}
.md-headline {
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
}
.md-title {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.005em;
}
.md-subhead {
  font-size: 16px;
  line-height: 24px;
}
.md-body-1,
.md-subhead {
  font-weight: 400;
  letter-spacing: 0.01em;
}
.md-body-1 {
  font-size: 14px;
  line-height: 20px;
}
.md-body-2 {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: .01em;
  line-height: 24px;
}
.md-caption {
  font-size: 12px;
  letter-spacing: 0.02em;
}
.md-button {
  letter-spacing: 0.01em;
}
button,
html,
input,
select,
textarea {
  font-family: Roboto, Helvetica Neue, sans-serif;
}
button,
input,
select,
textarea {
  font-size: 100%;
}
.md-panel-outer-wrapper {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
._md-panel-hidden {
  display: none;
}
._md-panel-offscreen {
  left: -9999px;
}
._md-panel-fullscreen {
  border-radius: 0;
  left: 0;
  min-height: 100%;
  min-width: 100%;
  position: fixed;
  top: 0;
}
._md-panel-shown .md-panel {
  opacity: 1;
  transition: none;
}
.md-panel {
  opacity: 0;
  position: fixed;
}
.md-panel._md-panel-shown {
  opacity: 1;
  transition: none;
}
.md-panel._md-panel-animate-enter {
  opacity: 1;
  transition: all 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.md-panel._md-panel-animate-leave {
  opacity: 1;
  transition: all 0.3s cubic-bezier(0.4, 0, 1, 1);
}
.md-panel._md-panel-animate-fade-out,
.md-panel._md-panel-animate-scale-out {
  opacity: 0;
}
.md-panel._md-panel-backdrop {
  height: 100%;
  position: absolute;
  width: 100%;
}
.md-panel._md-opaque-enter {
  opacity: .48;
  transition: opacity 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.md-panel._md-opaque-leave {
  transition: opacity 0.3s cubic-bezier(0.4, 0, 1, 1);
}
md-autocomplete {
  border-radius: 2px;
  display: block;
  height: 40px;
  position: relative;
  overflow: visible;
  min-width: 190px;
}
md-autocomplete[disabled] input {
  cursor: default;
}
md-autocomplete[md-floating-label] {
  border-radius: 0;
  background: transparent;
  height: auto;
}
md-autocomplete[md-floating-label] md-input-container {
  padding-bottom: 0;
}
md-autocomplete[md-floating-label] md-autocomplete-wrap {
  height: auto;
}
md-autocomplete[md-floating-label] .md-show-clear-button button {
  display: block;
  position: absolute;
  right: 0;
  top: 20px;
  width: 30px;
  height: 30px;
}
md-autocomplete[md-floating-label] .md-show-clear-button input {
  padding-right: 30px;
}
[dir=rtl] md-autocomplete[md-floating-label] .md-show-clear-button input {
  padding-right: 0;
  padding-left: 30px;
}
md-autocomplete md-autocomplete-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  box-sizing: border-box;
  position: relative;
  overflow: visible;
  height: 40px;
}
md-autocomplete md-autocomplete-wrap.md-menu-showing {
  z-index: 51;
}
md-autocomplete md-autocomplete-wrap input,
md-autocomplete md-autocomplete-wrap md-input-container {
  -ms-flex: 1 1 0%;
      flex: 1 1 0%;
  box-sizing: border-box;
  min-width: 0;
}
md-autocomplete md-autocomplete-wrap md-progress-linear {
  position: absolute;
  bottom: -2px;
  left: 0;
}
md-autocomplete md-autocomplete-wrap md-progress-linear.md-inline {
  bottom: 40px;
  right: 2px;
  left: 2px;
  width: auto;
}
md-autocomplete md-autocomplete-wrap md-progress-linear .md-mode-indeterminate {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  transition: none;
}
md-autocomplete md-autocomplete-wrap md-progress-linear .md-mode-indeterminate .md-container {
  transition: none;
  height: 3px;
}
md-autocomplete md-autocomplete-wrap md-progress-linear .md-mode-indeterminate.ng-enter {
  transition: opacity 0.15s linear;
}
md-autocomplete md-autocomplete-wrap md-progress-linear .md-mode-indeterminate.ng-enter.ng-enter-active {
  opacity: 1;
}
md-autocomplete md-autocomplete-wrap md-progress-linear .md-mode-indeterminate.ng-leave {
  transition: opacity 0.15s linear;
}
md-autocomplete md-autocomplete-wrap md-progress-linear .md-mode-indeterminate.ng-leave.ng-leave-active {
  opacity: 0;
}
md-autocomplete input:not(.md-input) {
  font-size: 14px;
  box-sizing: border-box;
  border: none;
  box-shadow: none;
  outline: none;
  background: transparent;
  width: 100%;
  padding: 0 15px;
  line-height: 40px;
  height: 40px;
}
md-autocomplete input:not(.md-input)::-ms-clear {
  display: none;
}
md-autocomplete .md-show-clear-button button {
  position: relative;
  line-height: 20px;
  text-align: center;
  width: 30px;
  height: 30px;
  cursor: pointer;
  border: none;
  border-radius: 50%;
  padding: 0;
  font-size: 12px;
  background: transparent;
  margin: auto 5px;
}
md-autocomplete .md-show-clear-button button:after {
  content: "";
  position: absolute;
  top: -6px;
  right: -6px;
  bottom: -6px;
  left: -6px;
  border-radius: 50%;
  transform: scale(0);
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}
md-autocomplete .md-show-clear-button button:focus {
  outline: none;
}
md-autocomplete .md-show-clear-button button:focus:after {
  transform: scale(1);
  opacity: 1;
}
md-autocomplete .md-show-clear-button button md-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0) scale(0.9);
}
md-autocomplete .md-show-clear-button button md-icon path {
  stroke-width: 0;
}
md-autocomplete .md-show-clear-button button.ng-enter {
  transform: scale(0);
  transition: transform 0.15s ease-out;
}
md-autocomplete .md-show-clear-button button.ng-enter.ng-enter-active {
  transform: scale(1);
}
md-autocomplete .md-show-clear-button button.ng-leave {
  transition: transform 0.15s ease-out;
}
md-autocomplete .md-show-clear-button button.ng-leave.ng-leave-active {
  transform: scale(0);
}
@media screen and (-ms-high-contrast: active) {
  md-autocomplete input {
    border: 1px solid #fff;
  }
  md-autocomplete li:focus {
    color: #fff;
  }
}
.md-standard-list-container.md-autocomplete-suggestions-container,
.md-virtual-repeat-container.md-autocomplete-suggestions-container {
  position: absolute;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  z-index: 100;
  height: 100%;
}
.md-standard-list-container.md-autocomplete-suggestions-container .highlight,
.md-virtual-repeat-container.md-autocomplete-suggestions-container .highlight {
  font-weight: 700;
}
.md-standard-list-container {
  box-sizing: border-box;
  display: block;
  margin: 0;
  overflow: hidden;
  overflow-y: auto;
  padding: 0;
}
.md-standard-list-container.md-not-found,
.md-virtual-repeat-container.md-not-found {
  height: 48px;
}
.md-autocomplete-suggestions {
  margin: 0;
  list-style: none;
  padding: 0;
}
.md-autocomplete-suggestions li {
  font-size: 14px;
  overflow: hidden;
  padding: 0 15px;
  line-height: 48px;
  height: 48px;
  transition: background .15s linear;
  margin: 0;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.md-autocomplete-suggestions li:focus {
  outline: none;
}
.md-autocomplete-suggestions li:not(.md-not-found-wrapper) {
  cursor: pointer;
}
@media screen and (-ms-high-contrast: active) {
  .md-autocomplete-suggestions,
  md-autocomplete {
    border: 1px solid #fff;
  }
}
md-backdrop {
  transition: opacity .45s;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 50;
}
md-backdrop.md-menu-backdrop {
  position: fixed!important;
  z-index: 99;
}
md-backdrop.md-select-backdrop {
  z-index: 81;
  transition-duration: 0;
}
md-backdrop.md-dialog-backdrop {
  z-index: 79;
}
md-backdrop.md-bottom-sheet-backdrop {
  z-index: 69;
}
md-backdrop.md-sidenav-backdrop {
  z-index: 59;
}
md-backdrop.md-click-catcher {
  position: absolute;
}
md-backdrop.md-opaque {
  opacity: 0.48;
}
md-backdrop.md-opaque.ng-enter {
  opacity: 0;
}
md-backdrop.md-opaque.ng-enter.md-opaque.ng-enter-active {
  opacity: 0.48;
}
md-backdrop.md-opaque.ng-leave {
  opacity: .48;
  transition: opacity 0.4s;
}
md-backdrop.md-opaque.ng-leave.md-opaque.ng-leave-active {
  opacity: 0;
}
md-bottom-sheet {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 8px 16px 88px;
  z-index: 70;
  border-top-width: 1px;
  border-top-style: solid;
  transform: translate3d(0, 80px, 0);
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition-property: transform;
}
md-bottom-sheet.md-has-header {
  padding-top: 0;
}
md-bottom-sheet.ng-enter {
  opacity: 0;
  transform: translate3d(0, 100%, 0);
}
md-bottom-sheet.ng-enter-active {
  opacity: 1;
  display: block;
  transform: translate3d(0, 80px, 0) !important;
}
md-bottom-sheet.ng-leave-active {
  transform: translate3d(0, 100%, 0) !important;
  transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
}
md-bottom-sheet .md-subheader {
  background-color: transparent;
  font-family: Roboto, Helvetica Neue, sans-serif;
  line-height: 56px;
  padding: 0;
  white-space: nowrap;
}
md-bottom-sheet md-inline-icon {
  display: inline-block;
  height: 24px;
  width: 24px;
  fill: #444;
}
md-bottom-sheet md-list-item {
  display: -ms-flexbox;
  display: flex;
  outline: none;
}
md-bottom-sheet md-list-item:hover {
  cursor: pointer;
}
md-bottom-sheet.md-list md-list-item {
  padding: 0;
  -ms-flex-align: center;
      align-items: center;
  height: 48px;
}
md-bottom-sheet.md-grid {
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 0;
}
md-bottom-sheet.md-grid md-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  transition: all .5s;
  -ms-flex-align: center;
      align-items: center;
}
md-bottom-sheet.md-grid md-list-item {
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  transition: all .5s;
  height: 96px;
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (max-width: 960px) {
  md-bottom-sheet.md-grid md-list-item {
    -ms-flex: 1 1 33.33333%;
        flex: 1 1 33.33333%;
    max-width: 33.33333%;
  }
  md-bottom-sheet.md-grid md-list-item:nth-of-type(3n+1) {
    -ms-flex-align: start;
        align-items: flex-start;
  }
  md-bottom-sheet.md-grid md-list-item:nth-of-type(3n) {
    -ms-flex-align: end;
        align-items: flex-end;
  }
}
@media (min-width: 960px) and (max-width: 1279px) {
  md-bottom-sheet.md-grid md-list-item {
    -ms-flex: 1 1 25%;
        flex: 1 1 25%;
    max-width: 25%;
  }
}
@media (min-width: 1280px) and (max-width: 1919px) {
  md-bottom-sheet.md-grid md-list-item {
    -ms-flex: 1 1 16.66667%;
        flex: 1 1 16.66667%;
    max-width: 16.66667%;
  }
}
@media (min-width: 1920px) {
  md-bottom-sheet.md-grid md-list-item {
    -ms-flex: 1 1 14.28571%;
        flex: 1 1 14.28571%;
    max-width: 14.28571%;
  }
}
md-bottom-sheet.md-grid md-list-item:before {
  display: none;
}
md-bottom-sheet.md-grid md-list-item .md-list-item-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  width: 48px;
  padding-bottom: 16px;
}
md-bottom-sheet.md-grid md-list-item .md-grid-item-content {
  border: 1px solid transparent;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  width: 80px;
}
md-bottom-sheet.md-grid md-list-item .md-grid-text {
  font-weight: 400;
  line-height: 16px;
  font-size: 13px;
  margin: 0;
  white-space: nowrap;
  width: 64px;
  text-align: center;
  text-transform: none;
  padding-top: 8px;
}
@media screen and (-ms-high-contrast: active) {
  md-bottom-sheet {
    border: 1px solid #fff;
  }
}
button.md-button::-moz-focus-inner {
  border: 0;
}
.md-button {
  display: inline-block;
  position: relative;
  cursor: pointer;
  min-height: 36px;
  min-width: 88px;
  line-height: 36px;
  vertical-align: middle;
  -ms-flex-align: center;
      align-items: center;
  text-align: center;
  border-radius: 2px;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: none;
  border: 0;
  padding: 0 6px;
  margin: 6px 8px;
  background: transparent;
  color: currentColor;
  white-space: nowrap;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  font-style: inherit;
  font-variant: inherit;
  font-family: inherit;
  text-decoration: none;
  overflow: hidden;
  transition: box-shadow 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), background-color 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.md-dense :not(.md-dense-disabled) .md-button:not(.md-dense-disabled),
.md-dense > .md-button:not(.md-dense-disabled) {
  min-height: 32px;
  line-height: 32px;
  font-size: 13px;
}
.md-button:focus {
  outline: none;
}
.md-button:focus,
.md-button:hover {
  text-decoration: none;
}
.md-button.ng-hide,
.md-button.ng-leave {
  transition: none;
}
.md-button.md-cornered {
  border-radius: 0;
}
.md-button.md-icon {
  padding: 0;
  background: none;
}
.md-button.md-raised:not([disabled]) {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
}
.md-button.md-icon-button {
  margin: 0 6px;
  height: 40px;
  min-width: 0;
  line-height: 24px;
  padding: 8px;
  width: 40px;
  border-radius: 50%;
}
.md-button.md-fab {
  z-index: 20;
  line-height: 56px;
  min-width: 0;
  width: 56px;
  height: 56px;
  vertical-align: middle;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  border-radius: 50%;
  background-clip: padding-box;
  overflow: hidden;
  transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
  transition-property: background-color, box-shadow, transform;
}
.md-button.md-fab.md-fab-bottom-right {
  top: auto;
  right: 20px;
  bottom: 20px;
  left: auto;
  position: absolute;
}
.md-button.md-fab.md-fab-bottom-left {
  top: auto;
  right: auto;
  bottom: 20px;
  left: 20px;
  position: absolute;
}
.md-button.md-fab.md-fab-top-right {
  top: 20px;
  right: 20px;
  bottom: auto;
  left: auto;
  position: absolute;
}
.md-button.md-fab.md-fab-top-left {
  top: 20px;
  right: auto;
  bottom: auto;
  left: 20px;
  position: absolute;
}
.md-button.md-fab.md-mini {
  line-height: 40px;
  width: 40px;
  height: 40px;
}
.md-button.md-fab.ng-hide,
.md-button.md-fab.ng-leave {
  transition: none;
}
.md-button:not([disabled]).md-fab.md-focused,
.md-button:not([disabled]).md-raised.md-focused {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
}
.md-button:not([disabled]).md-fab:active,
.md-button:not([disabled]).md-raised:active {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4);
}
.md-button .md-ripple-container {
  border-radius: inherit;
  background-clip: padding-box;
  overflow: hidden;
  -webkit-transform: translateZ(0);
}
.md-button.md-icon-button md-icon,
button.md-button.md-fab md-icon {
  display: block;
}
.md-toast-open-top .md-button.md-fab-top-left,
.md-toast-open-top .md-button.md-fab-top-right {
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transform: translate3d(0, 42px, 0);
}
.md-toast-open-top .md-button.md-fab-top-left:not([disabled]).md-focused,
.md-toast-open-top .md-button.md-fab-top-left:not([disabled]):hover,
.md-toast-open-top .md-button.md-fab-top-right:not([disabled]).md-focused,
.md-toast-open-top .md-button.md-fab-top-right:not([disabled]):hover {
  transform: translate3d(0, 41px, 0);
}
.md-toast-open-bottom .md-button.md-fab-bottom-left,
.md-toast-open-bottom .md-button.md-fab-bottom-right {
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transform: translate3d(0, -42px, 0);
}
.md-toast-open-bottom .md-button.md-fab-bottom-left:not([disabled]).md-focused,
.md-toast-open-bottom .md-button.md-fab-bottom-left:not([disabled]):hover,
.md-toast-open-bottom .md-button.md-fab-bottom-right:not([disabled]).md-focused,
.md-toast-open-bottom .md-button.md-fab-bottom-right:not([disabled]):hover {
  transform: translate3d(0, -43px, 0);
}
.md-button-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
      flex: 1;
  width: 100%;
}
.md-button-group > .md-button {
  -ms-flex: 1;
      flex: 1;
  display: block;
  overflow: hidden;
  width: 0;
  border-width: 1px 0 1px 1px;
  border-radius: 0;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.md-button-group > .md-button:first-child {
  border-radius: 2px 0 0 2px;
}
.md-button-group > .md-button:last-child {
  border-right-width: 1px;
  border-radius: 0 2px 2px 0;
}
@media screen and (-ms-high-contrast: active) {
  .md-button.md-fab,
  .md-button.md-raised {
    border: 1px solid #fff;
  }
}
md-card {
  box-sizing: border-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  margin: 8px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12);
}
md-card md-card-header {
  padding: 16px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
}
md-card md-card-header:first-child md-card-avatar {
  margin-right: 12px;
}
[dir=rtl] md-card md-card-header:first-child md-card-avatar {
  margin-right: auto;
  margin-left: 12px;
}
md-card md-card-header:last-child md-card-avatar {
  margin-left: 12px;
}
[dir=rtl] md-card md-card-header:last-child md-card-avatar {
  margin-left: auto;
  margin-right: 12px;
}
md-card md-card-header md-card-avatar {
  width: 40px;
  height: 40px;
}
md-card md-card-header md-card-avatar .md-user-avatar,
md-card md-card-header md-card-avatar md-icon {
  border-radius: 50%;
}
md-card md-card-header md-card-avatar md-icon {
  padding: 8px;
}
md-card md-card-header md-card-avatar md-icon > svg {
  height: inherit;
  width: inherit;
}
md-card md-card-header md-card-avatar + md-card-header-text {
  max-height: 40px;
}
md-card md-card-header md-card-avatar + md-card-header-text .md-title {
  font-size: 14px;
}
md-card md-card-header md-card-header-text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
      flex: 1;
  -ms-flex-direction: column;
      flex-direction: column;
}
md-card md-card-header md-card-header-text .md-subhead {
  font-size: 14px;
}
md-card > img,
md-card > md-card-header img,
md-card md-card-title-media img {
  box-sizing: border-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  width: 100%;
  height: auto;
}
md-card md-card-title {
  padding: 24px 16px 16px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  -ms-flex-direction: row;
      flex-direction: row;
}
md-card md-card-title + md-card-content {
  padding-top: 0;
}
md-card md-card-title md-card-title-text {
  -ms-flex: 1;
      flex: 1;
  -ms-flex-direction: column;
      flex-direction: column;
  display: -ms-flexbox;
  display: flex;
}
md-card md-card-title md-card-title-text .md-subhead {
  padding-top: 0;
  font-size: 14px;
}
md-card md-card-title md-card-title-text:only-child .md-subhead {
  padding-top: 12px;
}
md-card md-card-title md-card-title-media {
  margin-top: -8px;
}
md-card md-card-title md-card-title-media .md-media-sm {
  height: 80px;
  width: 80px;
}
md-card md-card-title md-card-title-media .md-media-md {
  height: 112px;
  width: 112px;
}
md-card md-card-title md-card-title-media .md-media-lg {
  height: 152px;
  width: 152px;
}
md-card md-card-content {
  display: block;
  padding: 16px;
}
md-card md-card-content > p:first-child {
  margin-top: 0;
}
md-card md-card-content > p:last-child {
  margin-bottom: 0;
}
md-card md-card-content .md-media-xl {
  height: 240px;
  width: 240px;
}
md-card .md-actions,
md-card md-card-actions {
  margin: 8px;
}
md-card .md-actions.layout-column .md-button:not(.md-icon-button),
md-card md-card-actions.layout-column .md-button:not(.md-icon-button) {
  margin: 2px 0;
}
md-card .md-actions.layout-column .md-button:not(.md-icon-button):first-of-type,
md-card md-card-actions.layout-column .md-button:not(.md-icon-button):first-of-type {
  margin-top: 0;
}
md-card .md-actions.layout-column .md-button:not(.md-icon-button):last-of-type,
md-card md-card-actions.layout-column .md-button:not(.md-icon-button):last-of-type {
  margin-bottom: 0;
}
md-card .md-actions.layout-column .md-button.md-icon-button,
md-card md-card-actions.layout-column .md-button.md-icon-button {
  margin-top: 6px;
  margin-bottom: 6px;
}
md-card .md-actions md-card-icon-actions,
md-card md-card-actions md-card-icon-actions {
  -ms-flex: 1;
      flex: 1;
  -ms-flex-pack: start;
      justify-content: flex-start;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
}
md-card .md-actions:not(.layout-column) .md-button:not(.md-icon-button),
md-card md-card-actions:not(.layout-column) .md-button:not(.md-icon-button) {
  margin: 0 4px;
}
md-card .md-actions:not(.layout-column) .md-button:not(.md-icon-button):first-of-type,
md-card md-card-actions:not(.layout-column) .md-button:not(.md-icon-button):first-of-type {
  margin-left: 0;
}
[dir=rtl] md-card .md-actions:not(.layout-column) .md-button:not(.md-icon-button):first-of-type,
[dir=rtl] md-card md-card-actions:not(.layout-column) .md-button:not(.md-icon-button):first-of-type {
  margin-left: auto;
  margin-right: 0;
}
md-card .md-actions:not(.layout-column) .md-button:not(.md-icon-button):last-of-type,
md-card md-card-actions:not(.layout-column) .md-button:not(.md-icon-button):last-of-type {
  margin-right: 0;
}
[dir=rtl] md-card .md-actions:not(.layout-column) .md-button:not(.md-icon-button):last-of-type,
[dir=rtl] md-card md-card-actions:not(.layout-column) .md-button:not(.md-icon-button):last-of-type {
  margin-right: auto;
  margin-left: 0;
}
md-card .md-actions:not(.layout-column) .md-button.md-icon-button,
md-card md-card-actions:not(.layout-column) .md-button.md-icon-button {
  margin-left: 6px;
  margin-right: 6px;
}
md-card .md-actions:not(.layout-column) .md-button.md-icon-button:first-of-type,
md-card md-card-actions:not(.layout-column) .md-button.md-icon-button:first-of-type {
  margin-left: 12px;
}
[dir=rtl] md-card .md-actions:not(.layout-column) .md-button.md-icon-button:first-of-type,
[dir=rtl] md-card md-card-actions:not(.layout-column) .md-button.md-icon-button:first-of-type {
  margin-left: auto;
  margin-right: 12px;
}
md-card .md-actions:not(.layout-column) .md-button.md-icon-button:last-of-type,
md-card md-card-actions:not(.layout-column) .md-button.md-icon-button:last-of-type {
  margin-right: 12px;
}
[dir=rtl] md-card .md-actions:not(.layout-column) .md-button.md-icon-button:last-of-type,
[dir=rtl] md-card md-card-actions:not(.layout-column) .md-button.md-icon-button:last-of-type {
  margin-right: auto;
  margin-left: 12px;
}
md-card .md-actions:not(.layout-column) .md-button + md-card-icon-actions,
md-card md-card-actions:not(.layout-column) .md-button + md-card-icon-actions {
  -ms-flex: 1;
      flex: 1;
  -ms-flex-pack: end;
      justify-content: flex-end;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
}
md-card md-card-footer {
  margin-top: auto;
  padding: 16px;
}
@media screen and (-ms-high-contrast: active) {
  md-card {
    border: 1px solid #fff;
  }
}
.md-image-no-fill > img {
  width: auto;
  height: auto;
}
.md-inline-form md-checkbox {
  margin: 19px 0 18px;
}
md-checkbox {
  box-sizing: border-box;
  display: inline-block;
  margin-bottom: 16px;
  white-space: nowrap;
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  min-width: 20px;
  min-height: 20px;
  margin-left: 0;
  margin-right: 16px;
}
[dir=rtl] md-checkbox {
  margin-left: 16px;
  margin-right: 0;
}
md-checkbox:last-of-type {
  margin-left: 0;
  margin-right: 0;
}
md-checkbox.md-focused:not([disabled]) .md-container:before {
  left: -8px;
  top: -8px;
  right: -8px;
  bottom: -8px;
}
md-checkbox.md-focused:not([disabled]):not(.md-checked) .md-container:before {
  background-color: rgba(0, 0, 0, 0.12);
}
md-checkbox.md-align-top-left > div.md-container {
  top: 12px;
}
md-checkbox .md-container {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  box-sizing: border-box;
  display: inline-block;
  width: 20px;
  height: 20px;
  left: 0;
  right: auto;
}
[dir=rtl] md-checkbox .md-container {
  left: auto;
  right: 0;
}
md-checkbox .md-container:before {
  box-sizing: border-box;
  background-color: transparent;
  border-radius: 50%;
  content: "";
  position: absolute;
  display: block;
  height: auto;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  transition: all .5s;
  width: auto;
}
md-checkbox .md-container:after {
  box-sizing: border-box;
  content: "";
  position: absolute;
  top: -10px;
  right: -10px;
  bottom: -10px;
  left: -10px;
}
md-checkbox .md-container .md-ripple-container {
  position: absolute;
  display: block;
  width: auto;
  height: auto;
  left: -15px;
  top: -15px;
  right: -15px;
  bottom: -15px;
}
md-checkbox .md-icon {
  box-sizing: border-box;
  transition: .24s;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border-width: 2px;
  border-style: solid;
  border-radius: 2px;
}
md-checkbox.md-checked .md-icon {
  border-color: transparent;
}
md-checkbox.md-checked .md-icon:after {
  box-sizing: border-box;
  transform: rotate(45deg);
  position: absolute;
  left: 4.66667px;
  top: .22222px;
  display: table;
  width: 6.66667px;
  height: 13.33333px;
  border-width: 2px;
  border-style: solid;
  border-top: 0;
  border-left: 0;
  content: "";
}
md-checkbox[disabled] {
  cursor: default;
}
md-checkbox.md-indeterminate .md-icon:after {
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: table;
  width: 12px;
  height: 2px;
  border-width: 2px;
  border-style: solid;
  border-top: 0;
  border-left: 0;
  content: "";
}
md-checkbox .md-label {
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
  margin-left: 30px;
  margin-right: 0;
}
[dir=rtl] md-checkbox .md-label {
  margin-left: 0;
  margin-right: 30px;
}
.md-contact-chips .md-chips md-chip {
  padding: 0 25px 0 0;
}
[dir=rtl] .md-contact-chips .md-chips md-chip {
  padding: 0 0 0 25px;
}
.md-contact-chips .md-chips md-chip .md-contact-avatar {
  float: left;
}
[dir=rtl] .md-contact-chips .md-chips md-chip .md-contact-avatar {
  float: right;
}
.md-contact-chips .md-chips md-chip .md-contact-avatar img {
  height: 32px;
  border-radius: 16px;
}
.md-contact-chips .md-chips md-chip .md-contact-name {
  display: inline-block;
  height: 32px;
  margin-left: 8px;
}
[dir=rtl] .md-contact-chips .md-chips md-chip .md-contact-name {
  margin-left: auto;
  margin-right: 8px;
}
.md-contact-suggestion {
  height: 56px;
}
.md-contact-suggestion img {
  height: 40px;
  border-radius: 20px;
  margin-top: 8px;
}
.md-contact-suggestion .md-contact-name {
  margin-left: 8px;
  width: 120px;
}
[dir=rtl] .md-contact-suggestion .md-contact-name {
  margin-left: auto;
  margin-right: 8px;
}
.md-contact-suggestion .md-contact-email,
.md-contact-suggestion .md-contact-name {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
}
.md-contact-chips-suggestions li {
  height: 100%;
}
.md-chips {
  display: block;
  font-family: Roboto, Helvetica Neue, sans-serif;
  font-size: 16px;
  padding: 0 0 8px 3px;
  vertical-align: middle;
}
.md-chips:after {
  content: "";
  display: table;
  clear: both;
}
[dir=rtl] .md-chips {
  padding: 0 3px 8px 0;
}
.md-chips.md-readonly .md-chip-input-container {
  min-height: 32px;
}
.md-chips:not(.md-readonly) {
  cursor: text;
}
.md-chips.md-removable md-chip {
  padding-right: 22px;
}
[dir=rtl] .md-chips.md-removable md-chip {
  padding-right: 0;
  padding-left: 22px;
}
.md-chips.md-removable md-chip .md-chip-content {
  padding-right: 4px;
}
[dir=rtl] .md-chips.md-removable md-chip .md-chip-content {
  padding-right: 0;
  padding-left: 4px;
}
.md-chips md-chip {
  cursor: default;
  border-radius: 16px;
  display: block;
  height: 32px;
  line-height: 32px;
  margin: 8px 8px 0 0;
  padding: 0 12px;
  float: left;
  box-sizing: border-box;
  max-width: 100%;
  position: relative;
}
[dir=rtl] .md-chips md-chip {
  margin: 8px 0 0 8px;
  float: right;
}
.md-chips md-chip .md-chip-content {
  display: block;
  float: left;
  white-space: nowrap;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
[dir=rtl] .md-chips md-chip .md-chip-content {
  float: right;
}
.md-chips md-chip .md-chip-content:focus {
  outline: none;
}
.md-chips md-chip._md-chip-content-edit-is-enabled {
  -webkit-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none;
}
.md-chips md-chip .md-chip-remove-container {
  position: absolute;
  right: 0;
  line-height: 22px;
}
[dir=rtl] .md-chips md-chip .md-chip-remove-container {
  right: auto;
  left: 0;
}
.md-chips md-chip .md-chip-remove {
  text-align: center;
  width: 32px;
  height: 32px;
  min-width: 0;
  padding: 0;
  background: transparent;
  border: none;
  box-shadow: none;
  margin: 0;
  position: relative;
}
.md-chips md-chip .md-chip-remove md-icon {
  height: 18px;
  width: 18px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.md-chips .md-chip-input-container {
  display: block;
  line-height: 32px;
  margin: 8px 8px 0 0;
  padding: 0;
  float: left;
}
[dir=rtl] .md-chips .md-chip-input-container {
  margin: 8px 0 0 8px;
  float: right;
}
.md-chips .md-chip-input-container input:not([type]),
.md-chips .md-chip-input-container input[type=email],
.md-chips .md-chip-input-container input[type=number],
.md-chips .md-chip-input-container input[type=tel],
.md-chips .md-chip-input-container input[type=text],
.md-chips .md-chip-input-container input[type=url] {
  border: 0;
  height: 32px;
  line-height: 32px;
  padding: 0;
}
.md-chips .md-chip-input-container input:not([type]):focus,
.md-chips .md-chip-input-container input[type=email]:focus,
.md-chips .md-chip-input-container input[type=number]:focus,
.md-chips .md-chip-input-container input[type=tel]:focus,
.md-chips .md-chip-input-container input[type=text]:focus,
.md-chips .md-chip-input-container input[type=url]:focus {
  outline: none;
}
.md-chips .md-chip-input-container md-autocomplete,
.md-chips .md-chip-input-container md-autocomplete-wrap {
  background: transparent;
}
.md-chips .md-chip-input-container md-autocomplete md-autocomplete-wrap {
  box-shadow: none;
}
.md-chips .md-chip-input-container input {
  border: 0;
  height: 32px;
  line-height: 32px;
  padding: 0;
}
.md-chips .md-chip-input-container input:focus {
  outline: none;
}
.md-chips .md-chip-input-container md-autocomplete,
.md-chips .md-chip-input-container md-autocomplete-wrap {
  height: 32px;
}
.md-chips .md-chip-input-container md-autocomplete {
  box-shadow: none;
}
.md-chips .md-chip-input-container md-autocomplete input {
  position: relative;
}
.md-chips .md-chip-input-container:not(:first-child) {
  margin: 8px 8px 0 0;
}
[dir=rtl] .md-chips .md-chip-input-container:not(:first-child) {
  margin: 8px 0 0 8px;
}
.md-chips .md-chip-input-container input {
  background: transparent;
  border-width: 0;
}
.md-chips md-autocomplete button {
  display: none;
}
@media screen and (-ms-high-contrast: active) {
  .md-chip-input-container,
  md-chip {
    border: 1px solid #fff;
  }
  .md-chip-input-container md-autocomplete {
    border: none;
  }
}
md-content {
  display: block;
  position: relative;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
md-content[md-scroll-y] {
  overflow-y: auto;
  overflow-x: hidden;
}
md-content[md-scroll-x] {
  overflow-x: auto;
  overflow-y: hidden;
}
@media print {
  md-content {
    overflow: visible !important;
  }
}
md-calendar {
  font-size: 13px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.md-calendar-scroll-mask {
  display: inline-block;
  overflow: hidden;
  height: 308px;
}
.md-calendar-scroll-mask .md-virtual-repeat-scroller {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.md-calendar-scroll-mask .md-virtual-repeat-scroller::-webkit-scrollbar {
  display: none;
}
.md-calendar-scroll-mask .md-virtual-repeat-offsetter {
  width: 100%;
}
.md-calendar-scroll-container {
  box-shadow: inset -3px 3px 6px rgba(0, 0, 0, 0.2);
  display: inline-block;
  height: 308px;
  width: 346px;
}
.md-calendar-date {
  height: 44px;
  width: 44px;
  text-align: center;
  padding: 0;
  border: none;
  box-sizing: content-box;
}
.md-calendar-date:first-child {
  padding-left: 16px;
}
[dir=rtl] .md-calendar-date:first-child {
  padding-left: 0;
  padding-right: 16px;
}
.md-calendar-date:last-child {
  padding-right: 16px;
}
[dir=rtl] .md-calendar-date:last-child {
  padding-right: 0;
  padding-left: 16px;
}
.md-calendar-date.md-calendar-date-disabled {
  cursor: default;
}
.md-calendar-date-selection-indicator {
  transition: background-color, color 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  border-radius: 50%;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
}
.md-calendar-date:not(.md-disabled) .md-calendar-date-selection-indicator {
  cursor: pointer;
}
.md-calendar-month-label {
  height: 44px;
  font-size: 14px;
  font-weight: 500;
  padding: 0 0 0 24px;
}
[dir=rtl] .md-calendar-month-label {
  padding: 0 24px 0 0;
}
.md-calendar-month-label.md-calendar-label-clickable {
  cursor: pointer;
}
.md-calendar-month-label md-icon {
  transform: rotate(180deg);
}
[dir=rtl] .md-calendar-month-label md-icon {
  transform: none;
}
.md-calendar-month-label span {
  vertical-align: middle;
}
.md-calendar-day-header {
  table-layout: fixed;
  border-spacing: 0;
  border-collapse: collapse;
}
.md-calendar-day-header th {
  height: 40px;
  width: 44px;
  text-align: center;
  padding: 0;
  border: none;
  box-sizing: content-box;
  font-weight: 400;
}
.md-calendar-day-header th:first-child {
  padding-left: 16px;
}
[dir=rtl] .md-calendar-day-header th:first-child {
  padding-left: 0;
  padding-right: 16px;
}
.md-calendar-day-header th:last-child {
  padding-right: 16px;
}
[dir=rtl] .md-calendar-day-header th:last-child {
  padding-right: 0;
  padding-left: 16px;
}
.md-calendar {
  table-layout: fixed;
  border-spacing: 0;
  border-collapse: collapse;
}
.md-calendar tr:last-child td {
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
.md-calendar:first-child {
  border-top: 1px solid transparent;
}
.md-calendar tbody,
.md-calendar td,
.md-calendar tr {
  vertical-align: middle;
  box-sizing: content-box;
}
md-datepicker {
  white-space: nowrap;
  overflow: hidden;
  vertical-align: middle;
}
.md-inline-form md-datepicker {
  margin-top: 12px;
}
.md-datepicker-button {
  display: inline-block;
  box-sizing: border-box;
  background: none;
  vertical-align: middle;
  position: relative;
}
.md-datepicker-button:before {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  content: "";
  speak: none;
}
.md-datepicker-input {
  font-size: 14px;
  box-sizing: border-box;
  border: none;
  box-shadow: none;
  outline: none;
  background: transparent;
  min-width: 120px;
  max-width: 328px;
  padding: 0 0 5px;
}
.md-datepicker-input::-ms-clear {
  display: none;
}
._md-datepicker-floating-label > md-datepicker {
  overflow: visible;
}
._md-datepicker-floating-label > md-datepicker .md-datepicker-input-container {
  border: none;
}
._md-datepicker-floating-label > md-datepicker .md-datepicker-button {
  float: left;
  margin-top: -12px;
  top: 9.5px;
}
[dir=rtl] ._md-datepicker-floating-label > md-datepicker .md-datepicker-button {
  float: right;
}
._md-datepicker-floating-label .md-input {
  float: none;
}
._md-datepicker-floating-label._md-datepicker-has-calendar-icon > label:not(.md-no-float):not(.md-container-ignore) {
  right: 18px;
  left: auto;
  width: calc(16%);
}
[dir=rtl] ._md-datepicker-floating-label._md-datepicker-has-calendar-icon > label:not(.md-no-float):not(.md-container-ignore) {
  right: auto;
  left: 18px;
}
._md-datepicker-floating-label._md-datepicker-has-calendar-icon .md-input-message-animation {
  margin-left: 64px;
}
[dir=rtl] ._md-datepicker-floating-label._md-datepicker-has-calendar-icon .md-input-message-animation {
  margin-left: auto;
  margin-right: 64px;
}
._md-datepicker-has-triangle-icon {
  padding-right: 18px;
  margin-right: -18px;
}
[dir=rtl] ._md-datepicker-has-triangle-icon {
  padding-right: 0;
  padding-left: 18px;
  margin-right: auto;
  margin-left: -18px;
}
.md-datepicker-input-container {
  position: relative;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  display: inline-block;
  width: auto;
}
.md-icon-button + .md-datepicker-input-container {
  margin-left: 12px;
}
[dir=rtl] .md-icon-button + .md-datepicker-input-container {
  margin-left: auto;
  margin-right: 12px;
}
.md-datepicker-input-container.md-datepicker-focused {
  border-bottom-width: 2px;
}
.md-datepicker-is-showing .md-scroll-mask {
  z-index: 99;
}
.md-datepicker-calendar-pane {
  position: absolute;
  top: 0;
  left: -100%;
  z-index: 100;
  border-width: 1px;
  border-style: solid;
  background: transparent;
  transform: scale(0);
  transform-origin: 0 0;
  transition: transform 0.2s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.md-datepicker-calendar-pane.md-pane-open {
  transform: scale(1);
}
.md-datepicker-input-mask {
  height: 40px;
  width: 340px;
  position: relative;
  overflow: hidden;
  background: transparent;
  pointer-events: none;
  cursor: text;
}
.md-datepicker-calendar {
  opacity: 0;
  transition: opacity 0.2s cubic-bezier(0.5, 0, 0.25, 1);
}
.md-pane-open .md-datepicker-calendar {
  opacity: 1;
}
.md-datepicker-calendar md-calendar:focus {
  outline: none;
}
.md-datepicker-expand-triangle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid;
}
.md-datepicker-triangle-button {
  position: absolute;
  right: 0;
  bottom: -2.5px;
  transform: translateX(45%);
}
[dir=rtl] .md-datepicker-triangle-button {
  right: auto;
  left: 0;
  transform: translateX(-45%);
}
.md-datepicker-triangle-button.md-button.md-icon-button {
  height: 36px;
  width: 36px;
  position: absolute;
  padding: 8px;
}
md-datepicker[disabled] .md-datepicker-input-container {
  border-bottom-color: transparent;
}
md-datepicker[disabled] .md-datepicker-triangle-button {
  display: none;
}
.md-datepicker-open {
  overflow: hidden;
}
.md-datepicker-open .md-datepicker-input-container,
.md-datepicker-open input.md-input {
  border-bottom-color: transparent;
}
.md-datepicker-open .md-datepicker-triangle-button,
.md-datepicker-open.md-input-has-placeholder > label,
.md-datepicker-open.md-input-has-value > label,
.md-datepicker-pos-adjusted .md-datepicker-input-mask {
  display: none;
}
.md-datepicker-calendar-pane .md-calendar {
  transform: translateY(-85px);
  transition: transform 0.65s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition-delay: 0.125s;
}
.md-datepicker-calendar-pane.md-pane-open .md-calendar {
  transform: translateY(0);
}
.md-dialog-is-showing {
  max-height: 100%;
}
.md-dialog-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 80;
  overflow: hidden;
}
md-dialog {
  opacity: 0;
  min-width: 240px;
  max-width: 80%;
  max-height: 80%;
  position: relative;
  overflow: auto;
  box-shadow: 0 7px 8px -4px rgba(0, 0, 0, 0.2), 0 13px 19px 2px rgba(0, 0, 0, 0.14), 0 5px 24px 4px rgba(0, 0, 0, 0.12);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
md-dialog.md-transition-in {
  opacity: 1;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transform: translate(0, 0) scale(1);
}
md-dialog.md-transition-out {
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transform: translate(0, 100%) scale(0.2);
}
md-dialog > form {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  overflow: auto;
}
md-dialog .md-dialog-content {
  padding: 24px;
}
md-dialog md-dialog-content {
  -ms-flex-order: 1;
      order: 1;
  -ms-flex-direction: column;
      flex-direction: column;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
md-dialog md-dialog-content:not([layout=row]) > :first-child:not(.md-subheader) {
  margin-top: 0;
}
md-dialog md-dialog-content:focus {
  outline: none;
}
md-dialog md-dialog-content .md-subheader {
  margin: 0;
}
md-dialog md-dialog-content .md-dialog-content-body {
  width: 100%;
}
md-dialog md-dialog-content .md-prompt-input-container {
  width: 100%;
  box-sizing: border-box;
}
md-dialog .md-actions,
md-dialog md-dialog-actions {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-order: 2;
      order: 2;
  box-sizing: border-box;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: end;
      justify-content: flex-end;
  margin-bottom: 0;
  padding-right: 8px;
  padding-left: 16px;
  min-height: 52px;
  overflow: hidden;
}
[dir=rtl] md-dialog .md-actions,
[dir=rtl] md-dialog md-dialog-actions {
  padding-right: 16px;
  padding-left: 8px;
}
md-dialog .md-actions .md-button,
md-dialog md-dialog-actions .md-button {
  margin: 8px 0 8px 8px;
}
[dir=rtl] md-dialog .md-actions .md-button,
[dir=rtl] md-dialog md-dialog-actions .md-button {
  margin-left: 0;
  margin-right: 8px;
}
md-dialog.md-content-overflow .md-actions,
md-dialog.md-content-overflow md-dialog-actions {
  border-top-width: 1px;
  border-top-style: solid;
}
@media screen and (-ms-high-contrast: active) {
  md-dialog {
    border: 1px solid #fff;
  }
}
@media (max-width: 959px) {
  md-dialog.md-dialog-fullscreen {
    min-height: 100%;
    min-width: 100%;
    border-radius: 0;
  }
}
md-divider {
  display: block;
  border-top-width: 1px;
  border-top-style: solid;
  margin: 0;
}
md-divider[md-inset] {
  margin-left: 80px;
}
[dir=rtl] md-divider[md-inset] {
  margin-left: auto;
  margin-right: 80px;
}
.layout-gt-lg-row > md-divider,
.layout-gt-md-row > md-divider,
.layout-gt-sm-row > md-divider,
.layout-gt-xs-row > md-divider,
.layout-lg-row > md-divider,
.layout-md-row > md-divider,
.layout-row > md-divider,
.layout-sm-row > md-divider,
.layout-xl-row > md-divider,
.layout-xs-row > md-divider {
  border-top-width: 0;
  border-right-width: 1px;
  border-right-style: solid;
}
md-fab-speed-dial {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  z-index: 20;
}
md-fab-speed-dial.md-fab-bottom-right {
  top: auto;
  right: 20px;
  bottom: 20px;
  left: auto;
  position: absolute;
}
md-fab-speed-dial.md-fab-bottom-left {
  top: auto;
  right: auto;
  bottom: 20px;
  left: 20px;
  position: absolute;
}
md-fab-speed-dial.md-fab-top-right {
  top: 20px;
  right: 20px;
  bottom: auto;
  left: auto;
  position: absolute;
}
md-fab-speed-dial.md-fab-top-left {
  top: 20px;
  right: auto;
  bottom: auto;
  left: 20px;
  position: absolute;
}
md-fab-speed-dial:not(.md-hover-full) {
  pointer-events: none;
}
md-fab-speed-dial:not(.md-hover-full) .md-fab-action-item,
md-fab-speed-dial:not(.md-hover-full).md-is-open,
md-fab-speed-dial:not(.md-hover-full) md-fab-trigger {
  pointer-events: auto;
}
md-fab-speed-dial ._md-css-variables {
  z-index: 20;
}
md-fab-speed-dial.md-is-open .md-fab-action-item {
  -ms-flex-align: center;
      align-items: center;
}
md-fab-speed-dial md-fab-actions {
  display: -ms-flexbox;
  display: flex;
  height: auto;
}
md-fab-speed-dial md-fab-actions .md-fab-action-item {
  transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
}
md-fab-speed-dial.md-down {
  -ms-flex-direction: column;
      flex-direction: column;
}
md-fab-speed-dial.md-down md-fab-trigger {
  -ms-flex-order: 1;
      order: 1;
}
md-fab-speed-dial.md-down md-fab-actions {
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-order: 2;
      order: 2;
}
md-fab-speed-dial.md-up {
  -ms-flex-direction: column;
      flex-direction: column;
}
md-fab-speed-dial.md-up md-fab-trigger {
  -ms-flex-order: 2;
      order: 2;
}
md-fab-speed-dial.md-up md-fab-actions {
  -ms-flex-direction: column-reverse;
      flex-direction: column-reverse;
  -ms-flex-order: 1;
      order: 1;
}
md-fab-speed-dial.md-left {
  -ms-flex-direction: row;
      flex-direction: row;
}
md-fab-speed-dial.md-left md-fab-trigger {
  -ms-flex-order: 2;
      order: 2;
}
md-fab-speed-dial.md-left md-fab-actions {
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
  -ms-flex-order: 1;
      order: 1;
}
md-fab-speed-dial.md-left md-fab-actions .md-fab-action-item {
  transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
}
md-fab-speed-dial.md-right {
  -ms-flex-direction: row;
      flex-direction: row;
}
md-fab-speed-dial.md-right md-fab-trigger {
  -ms-flex-order: 1;
      order: 1;
}
md-fab-speed-dial.md-right md-fab-actions {
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-order: 2;
      order: 2;
}
md-fab-speed-dial.md-right md-fab-actions .md-fab-action-item {
  transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
}
md-fab-speed-dial.md-fling-remove .md-fab-action-item > *,
md-fab-speed-dial.md-scale-remove .md-fab-action-item > * {
  visibility: hidden;
}
md-fab-speed-dial.md-fling .md-fab-action-item {
  opacity: 1;
}
md-fab-speed-dial.md-fling.md-animations-waiting .md-fab-action-item {
  opacity: 0;
  transition-duration: 0s;
}
md-fab-speed-dial.md-scale .md-fab-action-item {
  transform: scale(0);
  transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
  transition-duration: 0.14286s;
}
md-fab-toolbar {
  display: block;
}
md-fab-toolbar.md-fab-bottom-right {
  top: auto;
  right: 20px;
  bottom: 20px;
  left: auto;
  position: absolute;
}
md-fab-toolbar.md-fab-bottom-left {
  top: auto;
  right: auto;
  bottom: 20px;
  left: 20px;
  position: absolute;
}
md-fab-toolbar.md-fab-top-right {
  top: 20px;
  right: 20px;
  bottom: auto;
  left: auto;
  position: absolute;
}
md-fab-toolbar.md-fab-top-left {
  top: 20px;
  right: auto;
  bottom: auto;
  left: 20px;
  position: absolute;
}
md-fab-toolbar .md-fab-toolbar-wrapper {
  display: block;
  position: relative;
  overflow: hidden;
  height: 68px;
}
md-fab-toolbar md-fab-trigger {
  position: absolute;
  z-index: 20;
}
md-fab-toolbar md-fab-trigger button {
  overflow: visible !important;
}
md-fab-toolbar md-fab-trigger .md-fab-toolbar-background {
  display: block;
  position: absolute;
  z-index: 21;
  opacity: 1;
  transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
}
md-fab-toolbar md-fab-trigger md-icon {
  position: relative;
  z-index: 22;
  opacity: 1;
  transition: all 0.2s ease-in;
}
md-fab-toolbar.md-left md-fab-trigger {
  right: 0;
}
[dir=rtl] md-fab-toolbar.md-left md-fab-trigger {
  right: auto;
  left: 0;
}
md-fab-toolbar.md-left .md-toolbar-tools {
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
}
md-fab-toolbar.md-left .md-toolbar-tools > .md-button:first-child {
  margin-right: 0.6rem;
}
[dir=rtl] md-fab-toolbar.md-left .md-toolbar-tools > .md-button:first-child {
  margin-right: auto;
  margin-left: 0.6rem;
}
md-fab-toolbar.md-left .md-toolbar-tools > .md-button:first-child {
  margin-left: -0.8rem;
}
[dir=rtl] md-fab-toolbar.md-left .md-toolbar-tools > .md-button:first-child {
  margin-left: auto;
  margin-right: -0.8rem;
}
md-fab-toolbar.md-left .md-toolbar-tools > .md-button:last-child {
  margin-right: 8px;
}
[dir=rtl] md-fab-toolbar.md-left .md-toolbar-tools > .md-button:last-child {
  margin-right: auto;
  margin-left: 8px;
}
md-fab-toolbar.md-right md-fab-trigger {
  left: 0;
}
[dir=rtl] md-fab-toolbar.md-right md-fab-trigger {
  left: auto;
  right: 0;
}
md-fab-toolbar.md-right .md-toolbar-tools {
  -ms-flex-direction: row;
      flex-direction: row;
}
md-fab-toolbar md-toolbar {
  background-color: transparent!important;
  pointer-events: none;
  z-index: 23;
}
md-fab-toolbar md-toolbar .md-toolbar-tools {
  padding: 0 20px;
  margin-top: 3px;
}
md-fab-toolbar md-toolbar .md-fab-action-item {
  opacity: 0;
  transform: scale(0);
  transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
  transition-duration: 0.15s;
}
md-fab-toolbar.md-is-open md-fab-trigger > button {
  box-shadow: none;
}
md-fab-toolbar.md-is-open md-fab-trigger > button md-icon {
  opacity: 0;
}
md-fab-toolbar.md-is-open .md-fab-action-item {
  opacity: 1;
  transform: scale(1);
}
md-grid-list {
  display: block;
  position: relative;
}
md-grid-list,
md-grid-list md-grid-tile,
md-grid-list md-grid-tile-footer,
md-grid-list md-grid-tile-header,
md-grid-list md-grid-tile > figure {
  box-sizing: border-box;
}
md-grid-list md-grid-tile {
  display: block;
  position: absolute;
}
md-grid-list md-grid-tile figure {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0;
  margin: 0;
}
md-grid-list md-grid-tile md-grid-tile-footer,
md-grid-list md-grid-tile md-grid-tile-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: center;
      align-items: center;
  height: 48px;
  color: #fff;
  background: rgba(0, 0, 0, 0.18);
  overflow: hidden;
  position: absolute;
  left: 0;
  right: 0;
}
md-grid-list md-grid-tile md-grid-tile-footer h3,
md-grid-list md-grid-tile md-grid-tile-footer h4,
md-grid-list md-grid-tile md-grid-tile-header h3,
md-grid-list md-grid-tile md-grid-tile-header h4 {
  font-weight: 400;
  margin: 0 0 0 16px;
}
md-grid-list md-grid-tile md-grid-tile-footer h3,
md-grid-list md-grid-tile md-grid-tile-header h3 {
  font-size: 14px;
}
md-grid-list md-grid-tile md-grid-tile-footer h4,
md-grid-list md-grid-tile md-grid-tile-header h4 {
  font-size: 12px;
}
md-grid-list md-grid-tile md-grid-tile-header {
  top: 0;
}
md-grid-list md-grid-tile md-grid-tile-footer {
  bottom: 0;
}
@media screen and (-ms-high-contrast: active) {
  md-grid-tile {
    border: 1px solid #fff;
  }
  md-grid-tile-footer {
    border-top: 1px solid #fff;
  }
}
md-icon {
  margin: auto;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
  fill: currentColor;
  height: 24px;
  width: 24px;
  min-height: 24px;
  min-width: 24px;
}
md-icon svg {
  pointer-events: none;
  display: block;
}
md-icon[md-font-icon] {
  line-height: 24px;
  width: auto;
}
md-input-container {
  display: inline-block;
  position: relative;
  padding: 2px;
  margin: 18px 0;
  vertical-align: middle;
}
md-input-container:after {
  content: "";
  display: table;
  clear: both;
}
md-input-container.md-block {
  display: block;
}
md-input-container .md-errors-spacer {
  float: right;
  min-height: 24px;
  min-width: 1px;
}
[dir=rtl] md-input-container .md-errors-spacer {
  float: left;
}
md-input-container > md-icon {
  position: absolute;
  top: 8px;
  left: 2px;
  right: auto;
}
[dir=rtl] md-input-container > md-icon {
  left: auto;
  right: 2px;
}
md-input-container input[type=color],
md-input-container input[type=date],
md-input-container input[type=datetime-local],
md-input-container input[type=datetime],
md-input-container input[type=email],
md-input-container input[type=month],
md-input-container input[type=number],
md-input-container input[type=password],
md-input-container input[type=search],
md-input-container input[type=tel],
md-input-container input[type=text],
md-input-container input[type=time],
md-input-container input[type=url],
md-input-container input[type=week],
md-input-container textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
}
md-input-container input[type=date],
md-input-container input[type=datetime-local],
md-input-container input[type=month],
md-input-container input[type=time],
md-input-container input[type=week] {
  min-height: 26px;
}
md-input-container textarea {
  resize: none;
  overflow: hidden;
}
md-input-container textarea.md-input {
  min-height: 26px;
  -ms-flex-preferred-size: auto;
}
md-input-container textarea[md-no-autogrow] {
  height: auto;
  overflow: auto;
}
md-input-container label:not(.md-container-ignore) {
  position: absolute;
  bottom: 100%;
  left: 0;
  right: auto;
}
[dir=rtl] md-input-container label:not(.md-container-ignore) {
  left: auto;
  right: 0;
}
md-input-container label:not(.md-container-ignore).md-required:after {
  content: " *";
  font-size: 13px;
  vertical-align: top;
}
md-input-container .md-placeholder,
md-input-container label:not(.md-no-float):not(.md-container-ignore) {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  -ms-flex-order: 1;
      order: 1;
  pointer-events: none;
  -webkit-font-smoothing: antialiased;
  padding-left: 3px;
  padding-right: 0;
  z-index: 1;
  transform: translate3d(0, 28px, 0) scale(1);
  transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  max-width: 100%;
  transform-origin: left top;
}
[dir=rtl] md-input-container .md-placeholder,
[dir=rtl] md-input-container label:not(.md-no-float):not(.md-container-ignore) {
  padding-left: 0;
  padding-right: 3px;
  transform-origin: right top;
}
md-input-container .md-placeholder {
  position: absolute;
  top: 0;
  opacity: 0;
  transition-property: opacity,transform;
  transition-property: opacity, transform;
  transform: translate3d(0, 30px, 0);
}
md-input-container.md-input-focused .md-placeholder {
  opacity: 1;
  transform: translate3d(0, 24px, 0);
}
md-input-container.md-input-has-value .md-placeholder {
  transition: none;
  opacity: 0;
}
md-input-container:not(.md-input-has-value):not(.md-input-has-placeholder) input:not(:focus) {
  color: transparent;
}
md-input-container:not(.md-input-has-value) input:not(:focus)::-webkit-datetime-edit-ampm-field,
md-input-container:not(.md-input-has-value) input:not(:focus)::-webkit-datetime-edit-day-field,
md-input-container:not(.md-input-has-value) input:not(:focus)::-webkit-datetime-edit-hour-field,
md-input-container:not(.md-input-has-value) input:not(:focus)::-webkit-datetime-edit-millisecond-field,
md-input-container:not(.md-input-has-value) input:not(:focus)::-webkit-datetime-edit-minute-field,
md-input-container:not(.md-input-has-value) input:not(:focus)::-webkit-datetime-edit-month-field,
md-input-container:not(.md-input-has-value) input:not(:focus)::-webkit-datetime-edit-second-field,
md-input-container:not(.md-input-has-value) input:not(:focus)::-webkit-datetime-edit-text,
md-input-container:not(.md-input-has-value) input:not(:focus)::-webkit-datetime-edit-week-field,
md-input-container:not(.md-input-has-value) input:not(:focus)::-webkit-datetime-edit-year-field {
  color: transparent;
}
md-input-container .md-input {
  -ms-flex-order: 2;
      order: 2;
  display: block;
  margin-top: 0;
  background: none;
  padding: 2px 2px 1px;
  border-width: 0 0 1px;
  line-height: 26px;
  height: 30px;
  -ms-flex-preferred-size: 26px;
  border-radius: 0;
  border-style: solid;
  width: 100%;
  box-sizing: border-box;
  float: left;
}
[dir=rtl] md-input-container .md-input {
  float: right;
}
md-input-container .md-input:focus {
  outline: none;
}
md-input-container .md-input:invalid {
  outline: none;
  box-shadow: none;
}
md-input-container .md-input.md-no-flex {
  -ms-flex: none !important;
      flex: none !important;
}
md-input-container .md-char-counter {
  text-align: right;
  padding-right: 2px;
  padding-left: 0;
}
[dir=rtl] md-input-container .md-char-counter {
  text-align: left;
  padding-right: 0;
  padding-left: 2px;
}
md-input-container .md-input-messages-animation {
  position: relative;
  -ms-flex-order: 4;
      order: 4;
  overflow: hidden;
  clear: left;
}
[dir=rtl] md-input-container .md-input-messages-animation {
  clear: right;
}
md-input-container .md-char-counter,
md-input-container .md-input-message-animation {
  font-size: 12px;
  line-height: 14px;
  overflow: hidden;
  transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
  opacity: 1;
  margin-top: 0;
  padding-top: 5px;
}
md-input-container .md-char-counter:not(.md-char-counter),
md-input-container .md-input-message-animation:not(.md-char-counter) {
  padding-right: 5px;
  padding-left: 0;
}
[dir=rtl] md-input-container .md-char-counter:not(.md-char-counter),
[dir=rtl] md-input-container .md-input-message-animation:not(.md-char-counter) {
  padding-right: 0;
  padding-left: 5px;
}
md-input-container .md-input-message-animation.ng-enter-prepare,
md-input-container .md-input-message-animation.ng-enter:not(.ng-enter-active),
md-input-container:not(.md-input-invalid) .md-auto-hide .md-input-message-animation {
  opacity: 0;
  margin-top: -100px;
}
md-input-container.md-input-focused label:not(.md-no-float),
md-input-container.md-input-has-placeholder label:not(.md-no-float),
md-input-container.md-input-has-value label:not(.md-no-float) {
  transform: translate3d(0, 6px, 0) scale(0.75);
  transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), width 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}
md-input-container.md-input-has-value label {
  transition: none;
}
md-input-container.md-input-focused .md-input,
md-input-container.md-input-resized .md-input,
md-input-container .md-input.ng-invalid.ng-dirty {
  padding-bottom: 0;
  border-width: 0 0 2px;
}
[disabled] md-input-container .md-input,
md-input-container .md-input[disabled] {
  background-position: bottom -1px left 0;
  background-size: 4px 1px;
  background-repeat: repeat-x;
}
md-input-container.md-icon-float {
  transition: margin-top 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}
md-input-container.md-icon-float > label {
  pointer-events: none;
  position: absolute;
}
md-input-container.md-icon-float > md-icon {
  top: 8px;
  left: 2px;
  right: auto;
}
[dir=rtl] md-input-container.md-icon-float > md-icon {
  left: auto;
  right: 2px;
}
md-input-container.md-icon-left > label .md-placeholder,
md-input-container.md-icon-left > label:not(.md-no-float):not(.md-container-ignore),
md-input-container.md-icon-right > label .md-placeholder,
md-input-container.md-icon-right > label:not(.md-no-float):not(.md-container-ignore) {
  width: calc(46%);
}
md-input-container.md-icon-left {
  padding-left: 36px;
  padding-right: 0;
}
[dir=rtl] md-input-container.md-icon-left {
  padding-left: 0;
  padding-right: 36px;
}
md-input-container.md-icon-left > label {
  left: 36px;
  right: auto;
}
[dir=rtl] md-input-container.md-icon-left > label {
  left: auto;
  right: 36px;
}
md-input-container.md-icon-right {
  padding-left: 0;
  padding-right: 36px;
}
[dir=rtl] md-input-container.md-icon-right {
  padding-left: 36px;
  padding-right: 0;
}
md-input-container.md-icon-right > md-icon:last-of-type {
  margin: 0;
  right: 2px;
  left: auto;
}
[dir=rtl] md-input-container.md-icon-right > md-icon:last-of-type {
  right: auto;
  left: 2px;
}
md-input-container.md-icon-left.md-icon-right {
  padding-left: 36px;
  padding-right: 36px;
}
md-input-container.md-icon-left.md-icon-right > label .md-placeholder,
md-input-container.md-icon-left.md-icon-right > label:not(.md-no-float):not(.md-container-ignore) {
  width: calc(28%);
}
.md-resize-wrapper {
  position: relative;
}
.md-resize-wrapper:after {
  content: "";
  display: table;
  clear: both;
}
.md-resize-handle {
  position: absolute;
  bottom: -5px;
  left: 0;
  height: 10px;
  background: transparent;
  width: 100%;
  cursor: ns-resize;
}
@media screen and (-ms-high-contrast: active) {
  md-input-container.md-default-theme > md-icon {
    fill: #fff;
  }
}
md-list {
  display: block;
  padding: 8px 0;
}
md-list .md-subheader {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: .01em;
  line-height: 1.2em;
}
md-list.md-dense md-list-item,
md-list.md-dense md-list-item .md-list-item-inner {
  min-height: 48px;
}
md-list.md-dense md-list-item .md-list-item-inner:before,
md-list.md-dense md-list-item:before {
  content: "";
  min-height: 48px;
  visibility: hidden;
  display: inline-block;
}
md-list.md-dense md-list-item .md-list-item-inner md-icon:first-child,
md-list.md-dense md-list-item md-icon:first-child {
  width: 20px;
  height: 20px;
}
md-list.md-dense md-list-item .md-list-item-inner > md-icon:first-child:not(.md-avatar-icon),
md-list.md-dense md-list-item > md-icon:first-child:not(.md-avatar-icon) {
  margin-right: 36px;
}
[dir=rtl] md-list.md-dense md-list-item .md-list-item-inner > md-icon:first-child:not(.md-avatar-icon),
[dir=rtl] md-list.md-dense md-list-item > md-icon:first-child:not(.md-avatar-icon) {
  margin-right: auto;
  margin-left: 36px;
}
md-list.md-dense md-list-item .md-avatar,
md-list.md-dense md-list-item .md-avatar-icon,
md-list.md-dense md-list-item .md-list-item-inner .md-avatar,
md-list.md-dense md-list-item .md-list-item-inner .md-avatar-icon {
  margin-right: 20px;
}
[dir=rtl] md-list.md-dense md-list-item .md-avatar,
[dir=rtl] md-list.md-dense md-list-item .md-avatar-icon,
[dir=rtl] md-list.md-dense md-list-item .md-list-item-inner .md-avatar,
[dir=rtl] md-list.md-dense md-list-item .md-list-item-inner .md-avatar-icon {
  margin-right: auto;
  margin-left: 20px;
}
md-list.md-dense md-list-item .md-avatar,
md-list.md-dense md-list-item .md-list-item-inner .md-avatar {
  -ms-flex: none;
      flex: none;
  width: 36px;
  height: 36px;
}
md-list.md-dense md-list-item.md-2-line .md-list-item-text.md-offset,
md-list.md-dense md-list-item.md-2-line > .md-no-style .md-list-item-text.md-offset,
md-list.md-dense md-list-item.md-3-line .md-list-item-text.md-offset,
md-list.md-dense md-list-item.md-3-line > .md-no-style .md-list-item-text.md-offset {
  margin-left: 56px;
}
[dir=rtl] md-list.md-dense md-list-item.md-2-line .md-list-item-text.md-offset,
[dir=rtl] md-list.md-dense md-list-item.md-2-line > .md-no-style .md-list-item-text.md-offset,
[dir=rtl] md-list.md-dense md-list-item.md-3-line .md-list-item-text.md-offset,
[dir=rtl] md-list.md-dense md-list-item.md-3-line > .md-no-style .md-list-item-text.md-offset {
  margin-left: auto;
  margin-right: 56px;
}
md-list.md-dense md-list-item.md-2-line .md-list-item-text h3,
md-list.md-dense md-list-item.md-2-line .md-list-item-text h4,
md-list.md-dense md-list-item.md-2-line .md-list-item-text p,
md-list.md-dense md-list-item.md-2-line > .md-no-style .md-list-item-text h3,
md-list.md-dense md-list-item.md-2-line > .md-no-style .md-list-item-text h4,
md-list.md-dense md-list-item.md-2-line > .md-no-style .md-list-item-text p,
md-list.md-dense md-list-item.md-3-line .md-list-item-text h3,
md-list.md-dense md-list-item.md-3-line .md-list-item-text h4,
md-list.md-dense md-list-item.md-3-line .md-list-item-text p,
md-list.md-dense md-list-item.md-3-line > .md-no-style .md-list-item-text h3,
md-list.md-dense md-list-item.md-3-line > .md-no-style .md-list-item-text h4,
md-list.md-dense md-list-item.md-3-line > .md-no-style .md-list-item-text p {
  line-height: 1.05;
  font-size: 12px;
}
md-list.md-dense md-list-item.md-2-line .md-list-item-text h3,
md-list.md-dense md-list-item.md-2-line > .md-no-style .md-list-item-text h3,
md-list.md-dense md-list-item.md-3-line .md-list-item-text h3,
md-list.md-dense md-list-item.md-3-line > .md-no-style .md-list-item-text h3 {
  font-size: 13px;
}
md-list.md-dense md-list-item.md-2-line,
md-list.md-dense md-list-item.md-2-line > .md-no-style {
  min-height: 60px;
}
md-list.md-dense md-list-item.md-2-line:before,
md-list.md-dense md-list-item.md-2-line > .md-no-style:before {
  content: "";
  min-height: 60px;
  visibility: hidden;
  display: inline-block;
}
md-list.md-dense md-list-item.md-2-line .md-avatar-icon,
md-list.md-dense md-list-item.md-2-line > .md-avatar,
md-list.md-dense md-list-item.md-2-line > .md-no-style .md-avatar-icon,
md-list.md-dense md-list-item.md-2-line > .md-no-style > .md-avatar {
  margin-top: 12px;
}
md-list.md-dense md-list-item.md-3-line,
md-list.md-dense md-list-item.md-3-line > .md-no-style {
  min-height: 76px;
}
md-list.md-dense md-list-item.md-3-line:before,
md-list.md-dense md-list-item.md-3-line > .md-no-style:before {
  content: "";
  min-height: 76px;
  visibility: hidden;
  display: inline-block;
}
md-list.md-dense md-list-item.md-3-line > .md-avatar,
md-list.md-dense md-list-item.md-3-line > .md-no-style > .md-avatar,
md-list.md-dense md-list-item.md-3-line > .md-no-style > md-icon:first-child,
md-list.md-dense md-list-item.md-3-line > md-icon:first-child {
  margin-top: 16px;
}
md-list-item {
  position: relative;
}
md-list-item.md-proxy-focus.md-focused .md-no-style {
  transition: background-color 0.15s linear;
}
md-list-item._md-button-wrap {
  position: relative;
}
md-list-item._md-button-wrap > div.md-button:first-child {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: start;
      justify-content: flex-start;
  padding: 0 16px;
  margin: 0;
  font-weight: 400;
  text-align: left;
  border: medium none;
}
[dir=rtl] md-list-item._md-button-wrap > div.md-button:first-child {
  text-align: right;
}
md-list-item._md-button-wrap > div.md-button:first-child > .md-button:first-child {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  margin: 0;
  padding: 0;
}
md-list-item._md-button-wrap > div.md-button:first-child .md-list-item-inner {
  width: 100%;
}
md-list-item._md-button-wrap > div.md-button:first-child .md-list-item-inner:before {
  content: "";
  min-height: inherit;
  visibility: hidden;
  display: inline-block;
}
md-list-item.md-no-proxy,
md-list-item .md-no-style {
  position: relative;
  padding: 0 16px;
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
}
md-list-item.md-no-proxy.md-button,
md-list-item .md-no-style.md-button {
  font-size: inherit;
  height: inherit;
  text-align: left;
  text-transform: none;
  width: 100%;
  white-space: normal;
  -ms-flex-direction: inherit;
      flex-direction: inherit;
  -ms-flex-align: inherit;
      align-items: inherit;
  border-radius: 0;
  margin: 0;
}
[dir=rtl] md-list-item.md-no-proxy.md-button,
[dir=rtl] md-list-item .md-no-style.md-button {
  text-align: right;
}
md-list-item.md-no-proxy.md-button > .md-ripple-container,
md-list-item .md-no-style.md-button > .md-ripple-container {
  border-radius: 0;
}
md-list-item.md-no-proxy:focus,
md-list-item .md-no-style:focus {
  outline: none;
}
md-list-item.md-clickable:hover {
  cursor: pointer;
}
md-list-item md-divider {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
[dir=rtl] md-list-item md-divider {
  left: auto;
  right: 0;
}
md-list-item md-divider[md-inset] {
  left: 72px;
  width: calc(28%);
  margin: 0 !important;
}
[dir=rtl] md-list-item md-divider[md-inset] {
  left: auto;
  right: 72px;
}
md-list-item,
md-list-item .md-list-item-inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: center;
      align-items: center;
  min-height: 48px;
  height: auto;
}
md-list-item .md-list-item-inner:before,
md-list-item:before {
  content: "";
  min-height: 48px;
  visibility: hidden;
  display: inline-block;
}
md-list-item .md-list-item-inner > div.md-primary > md-icon:not(.md-avatar-icon),
md-list-item .md-list-item-inner > div.md-secondary > md-icon:not(.md-avatar-icon),
md-list-item .md-list-item-inner > md-icon.md-secondary:not(.md-avatar-icon),
md-list-item .md-list-item-inner > md-icon:first-child:not(.md-avatar-icon),
md-list-item > div.md-primary > md-icon:not(.md-avatar-icon),
md-list-item > div.md-secondary > md-icon:not(.md-avatar-icon),
md-list-item > md-icon.md-secondary:not(.md-avatar-icon),
md-list-item > md-icon:first-child:not(.md-avatar-icon) {
  width: 24px;
  margin-top: 16px;
  margin-bottom: 12px;
  box-sizing: content-box;
}
md-list-item .md-list-item-inner > div.md-primary > md-checkbox,
md-list-item .md-list-item-inner > div.md-secondary > md-checkbox,
md-list-item .md-list-item-inner > md-checkbox,
md-list-item .md-list-item-inner md-checkbox.md-secondary,
md-list-item > div.md-primary > md-checkbox,
md-list-item > div.md-secondary > md-checkbox,
md-list-item > md-checkbox,
md-list-item md-checkbox.md-secondary {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
md-list-item .md-list-item-inner > div.md-primary > md-checkbox .md-label,
md-list-item .md-list-item-inner > div.md-secondary > md-checkbox .md-label,
md-list-item .md-list-item-inner > md-checkbox .md-label,
md-list-item .md-list-item-inner md-checkbox.md-secondary .md-label,
md-list-item > div.md-primary > md-checkbox .md-label,
md-list-item > div.md-secondary > md-checkbox .md-label,
md-list-item > md-checkbox .md-label,
md-list-item md-checkbox.md-secondary .md-label {
  display: none;
}
md-list-item .md-list-item-inner > md-icon:first-child:not(.md-avatar-icon),
md-list-item > md-icon:first-child:not(.md-avatar-icon) {
  margin-right: 32px;
}
[dir=rtl] md-list-item .md-list-item-inner > md-icon:first-child:not(.md-avatar-icon),
[dir=rtl] md-list-item > md-icon:first-child:not(.md-avatar-icon) {
  margin-right: auto;
  margin-left: 32px;
}
md-list-item .md-avatar,
md-list-item .md-avatar-icon,
md-list-item .md-list-item-inner .md-avatar,
md-list-item .md-list-item-inner .md-avatar-icon {
  margin-top: 8px;
  margin-bottom: 8px;
  margin-right: 16px;
  border-radius: 50%;
  box-sizing: content-box;
}
[dir=rtl] md-list-item .md-avatar,
[dir=rtl] md-list-item .md-avatar-icon,
[dir=rtl] md-list-item .md-list-item-inner .md-avatar,
[dir=rtl] md-list-item .md-list-item-inner .md-avatar-icon {
  margin-right: auto;
  margin-left: 16px;
}
md-list-item .md-avatar,
md-list-item .md-list-item-inner .md-avatar {
  -ms-flex: none;
      flex: none;
  width: 40px;
  height: 40px;
}
md-list-item .md-avatar-icon,
md-list-item .md-list-item-inner .md-avatar-icon {
  padding: 8px;
}
md-list-item .md-avatar-icon svg,
md-list-item .md-list-item-inner .md-avatar-icon svg {
  width: 24px;
  height: 24px;
}
md-list-item .md-list-item-inner > md-checkbox,
md-list-item > md-checkbox {
  width: 24px;
  margin-left: 3px;
  margin-right: 29px;
  margin-top: 16px;
}
[dir=rtl] md-list-item .md-list-item-inner > md-checkbox,
[dir=rtl] md-list-item > md-checkbox {
  margin-left: 29px;
  margin-right: 3px;
}
md-list-item .md-list-item-inner .md-secondary-container,
md-list-item .md-secondary-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: auto;
  margin-right: 0;
  margin-left: auto;
}
[dir=rtl] md-list-item .md-list-item-inner .md-secondary-container,
[dir=rtl] md-list-item .md-secondary-container {
  margin-right: auto;
  margin-left: 0;
}
md-list-item .md-list-item-inner .md-secondary-container .md-button:last-of-type,
md-list-item .md-list-item-inner .md-secondary-container .md-icon-button:last-of-type,
md-list-item .md-secondary-container .md-button:last-of-type,
md-list-item .md-secondary-container .md-icon-button:last-of-type {
  margin-right: 0;
}
[dir=rtl] md-list-item .md-list-item-inner .md-secondary-container .md-button:last-of-type,
[dir=rtl] md-list-item .md-list-item-inner .md-secondary-container .md-icon-button:last-of-type,
[dir=rtl] md-list-item .md-secondary-container .md-button:last-of-type,
[dir=rtl] md-list-item .md-secondary-container .md-icon-button:last-of-type {
  margin-right: auto;
  margin-left: 0;
}
md-list-item .md-list-item-inner .md-secondary-container md-checkbox,
md-list-item .md-secondary-container md-checkbox {
  margin-top: 0;
  margin-bottom: 0;
}
md-list-item .md-list-item-inner .md-secondary-container md-checkbox:last-child,
md-list-item .md-secondary-container md-checkbox:last-child {
  width: 24px;
  margin-right: 0;
}
[dir=rtl] md-list-item .md-list-item-inner .md-secondary-container md-checkbox:last-child,
[dir=rtl] md-list-item .md-secondary-container md-checkbox:last-child {
  margin-right: auto;
  margin-left: 0;
}
md-list-item .md-list-item-inner .md-secondary-container md-switch,
md-list-item .md-secondary-container md-switch {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: -6px;
}
[dir=rtl] md-list-item .md-list-item-inner .md-secondary-container md-switch,
[dir=rtl] md-list-item .md-secondary-container md-switch {
  margin-right: auto;
  margin-left: -6px;
}
md-list-item .md-list-item-inner > .md-list-item-inner > p,
md-list-item .md-list-item-inner > p,
md-list-item > .md-list-item-inner > p,
md-list-item > p {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  margin: 0;
}
md-list-item.md-2-line,
md-list-item.md-2-line > .md-no-style,
md-list-item.md-3-line,
md-list-item.md-3-line > .md-no-style {
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: center;
      justify-content: center;
}
md-list-item.md-2-line.md-long-text,
md-list-item.md-2-line > .md-no-style.md-long-text,
md-list-item.md-3-line.md-long-text,
md-list-item.md-3-line > .md-no-style.md-long-text {
  margin-top: 8px;
  margin-bottom: 8px;
}
md-list-item.md-2-line .md-list-item-text,
md-list-item.md-2-line > .md-no-style .md-list-item-text,
md-list-item.md-3-line .md-list-item-text,
md-list-item.md-3-line > .md-no-style .md-list-item-text {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  margin: auto;
  text-overflow: ellipsis;
  overflow: hidden;
}
md-list-item.md-2-line .md-list-item-text.md-offset,
md-list-item.md-2-line > .md-no-style .md-list-item-text.md-offset,
md-list-item.md-3-line .md-list-item-text.md-offset,
md-list-item.md-3-line > .md-no-style .md-list-item-text.md-offset {
  margin-left: 56px;
}
[dir=rtl] md-list-item.md-2-line .md-list-item-text.md-offset,
[dir=rtl] md-list-item.md-2-line > .md-no-style .md-list-item-text.md-offset,
[dir=rtl] md-list-item.md-3-line .md-list-item-text.md-offset,
[dir=rtl] md-list-item.md-3-line > .md-no-style .md-list-item-text.md-offset {
  margin-left: auto;
  margin-right: 56px;
}
md-list-item.md-2-line .md-list-item-text h3,
md-list-item.md-2-line > .md-no-style .md-list-item-text h3,
md-list-item.md-3-line .md-list-item-text h3,
md-list-item.md-3-line > .md-no-style .md-list-item-text h3 {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: .01em;
  margin: 0;
  line-height: 1.2em;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
md-list-item.md-2-line .md-list-item-text h4,
md-list-item.md-2-line > .md-no-style .md-list-item-text h4,
md-list-item.md-3-line .md-list-item-text h4,
md-list-item.md-3-line > .md-no-style .md-list-item-text h4 {
  font-size: 14px;
  letter-spacing: .01em;
  margin: 3px 0 1px;
  font-weight: 400;
  line-height: 1.2em;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
md-list-item.md-2-line .md-list-item-text p,
md-list-item.md-2-line > .md-no-style .md-list-item-text p,
md-list-item.md-3-line .md-list-item-text p,
md-list-item.md-3-line > .md-no-style .md-list-item-text p {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: .01em;
  margin: 0;
  line-height: 1.6em;
}
md-list-item.md-2-line,
md-list-item.md-2-line > .md-no-style {
  height: auto;
  min-height: 72px;
}
md-list-item.md-2-line:before,
md-list-item.md-2-line > .md-no-style:before {
  content: "";
  min-height: 72px;
  visibility: hidden;
  display: inline-block;
}
md-list-item.md-2-line .md-avatar-icon,
md-list-item.md-2-line > .md-avatar,
md-list-item.md-2-line > .md-no-style .md-avatar-icon,
md-list-item.md-2-line > .md-no-style > .md-avatar {
  margin-top: 12px;
}
md-list-item.md-2-line > .md-no-style > md-icon:first-child,
md-list-item.md-2-line > md-icon:first-child {
  -ms-flex-item-align: start;
      align-self: flex-start;
}
md-list-item.md-2-line .md-list-item-text,
md-list-item.md-2-line > .md-no-style .md-list-item-text {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
}
md-list-item.md-3-line,
md-list-item.md-3-line > .md-no-style {
  height: auto;
  min-height: 88px;
}
md-list-item.md-3-line:before,
md-list-item.md-3-line > .md-no-style:before {
  content: "";
  min-height: 88px;
  visibility: hidden;
  display: inline-block;
}
md-list-item.md-3-line > .md-avatar,
md-list-item.md-3-line > .md-no-style > .md-avatar,
md-list-item.md-3-line > .md-no-style > md-icon:first-child,
md-list-item.md-3-line > md-icon:first-child {
  margin-top: 16px;
}
.md-open-menu-container {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  opacity: 0;
  border-radius: 2px;
  max-height: calc(90vh);
  overflow: auto;
}
.md-open-menu-container md-menu-divider {
  margin-top: 4px;
  margin-bottom: 4px;
  height: 1px;
  min-height: 1px;
  max-height: 1px;
  width: 100%;
}
.md-open-menu-container md-menu-content > * {
  opacity: 0;
}
.md-open-menu-container:not(.md-clickable) {
  pointer-events: none;
}
.md-open-menu-container.md-active {
  opacity: 1;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition-duration: 0.2s;
}
.md-open-menu-container.md-active > md-menu-content > * {
  opacity: 1;
  transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
  transition-duration: .2s;
  transition-delay: 0.1s;
}
.md-open-menu-container.md-leave {
  opacity: 0;
  transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
  transition-duration: 0.25s;
}
md-menu-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  padding: 8px 0;
  max-height: 304px;
  overflow-y: auto;
}
md-menu-content.md-dense {
  max-height: 208px;
}
md-menu-content.md-dense md-menu-item {
  height: 32px;
  min-height: 32px;
}
md-menu-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  min-height: 48px;
  height: 48px;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-pack: start;
      justify-content: flex-start;
}
md-menu-item > * {
  width: 100%;
  margin: auto 0;
  padding-left: 16px;
  padding-right: 16px;
}
md-menu-item > a.md-button {
  padding-top: 5px;
}
md-menu-item > .md-button {
  text-align: left;
  display: inline-block;
  border-radius: 0;
  margin: auto 0;
  font-size: 15px;
  text-transform: none;
  font-weight: 400;
  height: 100%;
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
}
md-menu-item > .md-button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
[dir=rtl] md-menu-item > .md-button {
  text-align: right;
}
md-menu-item > .md-button md-icon {
  margin: auto 16px auto 0;
}
[dir=rtl] md-menu-item > .md-button md-icon {
  margin: auto 0 auto 16px;
}
md-menu-item > .md-button p {
  display: inline-block;
  margin: auto;
}
md-menu-item > .md-button span {
  margin-top: auto;
  margin-bottom: auto;
}
md-menu-item > .md-button .md-ripple-container {
  border-radius: inherit;
}
md-toolbar .md-menu {
  height: auto;
  margin: auto;
  padding: 0;
}
@media (max-width: 959px) {
  md-menu-content {
    min-width: 112px;
  }
  md-menu-content[width="3"] {
    min-width: 168px;
  }
  md-menu-content[width="4"] {
    min-width: 224px;
  }
  md-menu-content[width="5"] {
    min-width: 280px;
  }
  md-menu-content[width="6"] {
    min-width: 336px;
  }
  md-menu-content[width="7"] {
    min-width: 392px;
  }
}
@media (min-width: 960px) {
  md-menu-content {
    min-width: 96px;
  }
  md-menu-content[width="3"] {
    min-width: 192px;
  }
  md-menu-content[width="4"] {
    min-width: 256px;
  }
  md-menu-content[width="5"] {
    min-width: 320px;
  }
  md-menu-content[width="6"] {
    min-width: 384px;
  }
  md-menu-content[width="7"] {
    min-width: 448px;
  }
}
md-toolbar.md-menu-toolbar h2.md-toolbar-tools {
  line-height: 1rem;
  height: auto;
  padding: 28px;
  padding-bottom: 12px;
}
md-toolbar.md-has-open-menu {
  position: relative;
  z-index: 100;
}
md-menu-bar {
  padding: 0 20px;
  display: block;
  position: relative;
  z-index: 2;
}
md-menu-bar .md-menu {
  display: inline-block;
  padding: 0;
  position: relative;
}
md-menu-bar button {
  font-size: 14px;
  padding: 0 10px;
  margin: 0;
  border: 0;
  background-color: transparent;
  height: 40px;
}
md-menu-bar md-backdrop.md-menu-backdrop {
  z-index: -2;
}
md-menu-content.md-menu-bar-menu.md-dense {
  max-height: none;
  padding: 16px 0;
}
md-menu-content.md-menu-bar-menu.md-dense md-menu-item.md-indent {
  position: relative;
}
md-menu-content.md-menu-bar-menu.md-dense md-menu-item.md-indent > md-icon {
  position: absolute;
  padding: 0;
  width: 24px;
  top: 6px;
  left: 24px;
}
[dir=rtl] md-menu-content.md-menu-bar-menu.md-dense md-menu-item.md-indent > md-icon {
  left: auto;
  right: 24px;
}
md-menu-content.md-menu-bar-menu.md-dense md-menu-item.md-indent .md-menu > .md-button,
md-menu-content.md-menu-bar-menu.md-dense md-menu-item.md-indent > .md-button {
  padding: 0 32px 0 64px;
}
[dir=rtl] md-menu-content.md-menu-bar-menu.md-dense md-menu-item.md-indent .md-menu > .md-button,
[dir=rtl] md-menu-content.md-menu-bar-menu.md-dense md-menu-item.md-indent > .md-button {
  padding: 0 64px 0 32px;
}
md-menu-content.md-menu-bar-menu.md-dense .md-button {
  min-height: 0;
  height: 32px;
}
md-menu-content.md-menu-bar-menu.md-dense .md-button span {
  float: left;
}
[dir=rtl] md-menu-content.md-menu-bar-menu.md-dense .md-button span {
  float: right;
}
md-menu-content.md-menu-bar-menu.md-dense .md-button span.md-alt-text {
  float: right;
  margin: 0 8px;
}
[dir=rtl] md-menu-content.md-menu-bar-menu.md-dense .md-button span.md-alt-text {
  float: left;
}
md-menu-content.md-menu-bar-menu.md-dense md-menu-divider {
  margin: 8px 0;
}
md-menu-content.md-menu-bar-menu.md-dense .md-menu > .md-button,
md-menu-content.md-menu-bar-menu.md-dense md-menu-item > .md-button {
  text-align: left;
}
[dir=rtl] md-menu-content.md-menu-bar-menu.md-dense .md-menu > .md-button,
[dir=rtl] md-menu-content.md-menu-bar-menu.md-dense md-menu-item > .md-button {
  text-align: right;
}
md-menu-content.md-menu-bar-menu.md-dense .md-menu {
  padding: 0;
}
md-menu-content.md-menu-bar-menu.md-dense .md-menu > .md-button {
  position: relative;
  margin: 0;
  width: 100%;
  text-transform: none;
  font-weight: 400;
  border-radius: 0;
  padding-left: 16px;
}
[dir=rtl] md-menu-content.md-menu-bar-menu.md-dense .md-menu > .md-button {
  padding-left: 0;
  padding-right: 16px;
}
md-menu-content.md-menu-bar-menu.md-dense .md-menu > .md-button:after {
  display: block;
  content: "\25BC";
  position: absolute;
  top: 0;
  speak: none;
  transform: rotate(270deg) scaleY(0.45) scaleX(0.9);
  right: 28px;
}
[dir=rtl] md-menu-content.md-menu-bar-menu.md-dense .md-menu > .md-button:after {
  transform: rotate(90deg) scaleY(0.45) scaleX(0.9);
  right: auto;
  left: 28px;
}
.md-nav-bar {
  border-style: solid;
  border-width: 0 0 1px;
  height: 48px;
  position: relative;
}
._md-nav-bar-list {
  outline: none;
  list-style: none;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
}
.md-nav-item:first-of-type {
  margin-left: 8px;
}
.md-button._md-nav-button {
  line-height: 24px;
  margin: 0 4px;
  padding: 12px 16px;
  transition: background-color 0.35s cubic-bezier(0.35, 0, 0.25, 1);
}
.md-button._md-nav-button:focus {
  outline: none;
}
md-nav-ink-bar {
  bottom: 0;
  height: 2px;
  left: auto;
  position: absolute;
  right: auto;
  background-color: #000;
}
md-nav-ink-bar._md-left {
  transition: left 0.125s cubic-bezier(0.35, 0, 0.25, 1), right 0.25s cubic-bezier(0.35, 0, 0.25, 1);
}
md-nav-ink-bar._md-right {
  transition: left 0.25s cubic-bezier(0.35, 0, 0.25, 1), right 0.125s cubic-bezier(0.35, 0, 0.25, 1);
}
md-nav-ink-bar.ng-animate {
  transition: none;
}
md-nav-extra-content {
  min-height: 48px;
  padding-right: 12px;
}
@keyframes indeterminate-rotate {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
md-progress-circular {
  position: relative;
  display: block;
}
md-progress-circular._md-progress-circular-disabled {
  visibility: hidden;
}
md-progress-circular.md-mode-indeterminate svg {
  animation: indeterminate-rotate 1568.63ms linear infinite;
}
md-progress-circular svg {
  position: absolute;
  overflow: visible;
  top: 0;
  left: 0;
}
md-progress-linear {
  display: block;
  position: relative;
  width: 100%;
  height: 5px;
  padding-top: 0!important;
  margin-bottom: 0 !important;
}
md-progress-linear._md-progress-linear-disabled {
  visibility: hidden;
}
md-progress-linear .md-container {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 5px;
  transform: translate(0, 0) scale(1, 1);
}
md-progress-linear .md-container .md-bar {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 5px;
}
md-progress-linear .md-container .md-dashed:before {
  content: "";
  display: none;
  position: absolute;
  margin-top: 0;
  height: 5px;
  width: 100%;
  background-color: transparent;
  background-size: 10px 10px!important;
  background-position: 0 -23px;
}
md-progress-linear .md-container .md-bar1,
md-progress-linear .md-container .md-bar2 {
  transition: transform .2s linear;
  transition: transform 0.2s linear;
}
md-progress-linear .md-container.md-mode-query .md-bar1 {
  display: none;
}
md-progress-linear .md-container.md-mode-query .md-bar2 {
  transition: all .2s linear;
  animation: query 0.8s infinite cubic-bezier(0.39, 0.575, 0.565, 1);
}
md-progress-linear .md-container.md-mode-determinate .md-bar1 {
  display: none;
}
md-progress-linear .md-container.md-mode-indeterminate .md-bar1 {
  animation: md-progress-linear-indeterminate-scale-1 4s infinite, md-progress-linear-indeterminate-1 4s infinite;
}
md-progress-linear .md-container.md-mode-indeterminate .md-bar2 {
  animation: md-progress-linear-indeterminate-scale-2 4s infinite, md-progress-linear-indeterminate-2 4s infinite;
}
md-progress-linear .md-container.ng-hide ._md-progress-linear-disabled md-progress-linear .md-container {
  animation: none;
}
md-progress-linear .md-container.ng-hide ._md-progress-linear-disabled md-progress-linear .md-container .md-bar1,
md-progress-linear .md-container.ng-hide ._md-progress-linear-disabled md-progress-linear .md-container .md-bar2 {
  animation-name: none;
}
md-progress-linear .md-container.md-mode-buffer {
  background-color: transparent!important;
  transition: all 0.2s linear;
}
md-progress-linear .md-container.md-mode-buffer .md-dashed:before {
  display: block;
  animation: buffer 3s infinite linear;
}
@keyframes query {
  0% {
    opacity: 1;
    transform: translateX(35%) scale(0.3, 1);
  }
  to {
    opacity: 0;
    transform: translateX(-50%) scale(0, 1);
  }
}
@keyframes buffer {
  0% {
    opacity: 1;
    background-position: 0 -23px;
  }
  50% {
    opacity: 0;
  }
  to {
    opacity: 1;
    background-position: -200px -23px;
  }
}
@keyframes md-progress-linear-indeterminate-scale-1 {
  0% {
    transform: scaleX(0.1);
    animation-timing-function: linear;
  }
  36.6% {
    transform: scaleX(0.1);
    animation-timing-function: cubic-bezier(0.33473, 0.12482, 0.78584, 1);
  }
  69.15% {
    transform: scaleX(0.83);
    animation-timing-function: cubic-bezier(0.22573, 0, 0.23365, 1.37098);
  }
  to {
    transform: scaleX(0.1);
  }
}
@keyframes md-progress-linear-indeterminate-1 {
  0% {
    left: -105.16667%;
    animation-timing-function: linear;
  }
  20% {
    left: -105.16667%;
    animation-timing-function: cubic-bezier(0.5, 0, 0.70173, 0.49582);
  }
  69.15% {
    left: 21.5%;
    animation-timing-function: cubic-bezier(0.30244, 0.38135, 0.55, 0.95635);
  }
  to {
    left: 95.44444%;
  }
}
@keyframes md-progress-linear-indeterminate-scale-2 {
  0% {
    transform: scaleX(0.1);
    animation-timing-function: cubic-bezier(0.20503, 0.05705, 0.57661, 0.45397);
  }
  19.15% {
    transform: scaleX(0.57);
    animation-timing-function: cubic-bezier(0.15231, 0.19643, 0.64837, 1.00432);
  }
  44.15% {
    transform: scaleX(0.91);
    animation-timing-function: cubic-bezier(0.25776, -0.00316, 0.21176, 1.38179);
  }
  to {
    transform: scaleX(0.1);
  }
}
@keyframes md-progress-linear-indeterminate-2 {
  0% {
    left: -54.88889%;
    animation-timing-function: cubic-bezier(0.15, 0, 0.51506, 0.40968);
  }
  25% {
    left: -17.25%;
    animation-timing-function: cubic-bezier(0.31033, 0.28406, 0.8, 0.73372);
  }
  48.35% {
    left: 29.5%;
    animation-timing-function: cubic-bezier(0.4, 0.62703, 0.6, 0.90203);
  }
  to {
    left: 117.38889%;
  }
}
md-radio-button {
  box-sizing: border-box;
  display: block;
  margin-bottom: 16px;
  white-space: nowrap;
  cursor: pointer;
  position: relative;
}
md-radio-button[disabled],
md-radio-button[disabled] .md-container {
  cursor: default;
}
md-radio-button .md-container {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  box-sizing: border-box;
  display: inline-block;
  width: 20px;
  height: 20px;
  cursor: pointer;
  left: 0;
  right: auto;
}
[dir=rtl] md-radio-button .md-container {
  left: auto;
  right: 0;
}
md-radio-button .md-container .md-ripple-container {
  position: absolute;
  display: block;
  width: auto;
  height: auto;
  left: -15px;
  top: -15px;
  right: -15px;
  bottom: -15px;
}
md-radio-button .md-container:before {
  box-sizing: border-box;
  background-color: transparent;
  border-radius: 50%;
  content: "";
  position: absolute;
  display: block;
  height: auto;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  transition: all .5s;
  width: auto;
}
md-radio-button.md-align-top-left > div.md-container {
  top: 12px;
}
md-radio-button .md-off {
  border-style: solid;
  border-width: 2px;
  transition: border-color 0.28s ease;
}
md-radio-button .md-off,
md-radio-button .md-on {
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
}
md-radio-button .md-on {
  transition: transform .28s ease;
  transition: transform 0.28s ease;
  transform: scale(0);
}
md-radio-button.md-checked .md-on {
  transform: scale(0.5);
}
md-radio-button .md-label {
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  margin-left: 30px;
  margin-right: 0;
  vertical-align: middle;
  white-space: normal;
  pointer-events: none;
  width: auto;
}
[dir=rtl] md-radio-button .md-label {
  margin-left: 0;
  margin-right: 30px;
}
md-radio-group.layout-column md-radio-button,
md-radio-group.layout-gt-lg-column md-radio-button,
md-radio-group.layout-gt-md-column md-radio-button,
md-radio-group.layout-gt-sm-column md-radio-button,
md-radio-group.layout-gt-xs-column md-radio-button,
md-radio-group.layout-lg-column md-radio-button,
md-radio-group.layout-md-column md-radio-button,
md-radio-group.layout-sm-column md-radio-button,
md-radio-group.layout-xl-column md-radio-button,
md-radio-group.layout-xs-column md-radio-button {
  margin-bottom: 16px;
}
md-radio-group.layout-gt-lg-row md-radio-button,
md-radio-group.layout-gt-md-row md-radio-button,
md-radio-group.layout-gt-sm-row md-radio-button,
md-radio-group.layout-gt-xs-row md-radio-button,
md-radio-group.layout-lg-row md-radio-button,
md-radio-group.layout-md-row md-radio-button,
md-radio-group.layout-row md-radio-button,
md-radio-group.layout-sm-row md-radio-button,
md-radio-group.layout-xl-row md-radio-button,
md-radio-group.layout-xs-row md-radio-button {
  margin: 0 16px 0 0;
}
[dir=rtl] md-radio-group.layout-gt-lg-row md-radio-button,
[dir=rtl] md-radio-group.layout-gt-md-row md-radio-button,
[dir=rtl] md-radio-group.layout-gt-sm-row md-radio-button,
[dir=rtl] md-radio-group.layout-gt-xs-row md-radio-button,
[dir=rtl] md-radio-group.layout-lg-row md-radio-button,
[dir=rtl] md-radio-group.layout-md-row md-radio-button,
[dir=rtl] md-radio-group.layout-row md-radio-button,
[dir=rtl] md-radio-group.layout-sm-row md-radio-button,
[dir=rtl] md-radio-group.layout-xl-row md-radio-button,
[dir=rtl] md-radio-group.layout-xs-row md-radio-button {
  margin-left: 16px;
  margin-right: 0;
}
md-radio-group.layout-gt-lg-row md-radio-button:last-of-type,
md-radio-group.layout-gt-md-row md-radio-button:last-of-type,
md-radio-group.layout-gt-sm-row md-radio-button:last-of-type,
md-radio-group.layout-gt-xs-row md-radio-button:last-of-type,
md-radio-group.layout-lg-row md-radio-button:last-of-type,
md-radio-group.layout-md-row md-radio-button:last-of-type,
md-radio-group.layout-row md-radio-button:last-of-type,
md-radio-group.layout-sm-row md-radio-button:last-of-type,
md-radio-group.layout-xl-row md-radio-button:last-of-type,
md-radio-group.layout-xs-row md-radio-button:last-of-type {
  margin-left: 0;
  margin-right: 0;
}
md-radio-group:focus {
  outline: none;
}
md-radio-group.md-focused.ng-empty > md-radio-button:first-child .md-container:before,
md-radio-group.md-focused.ng-not-empty .md-checked .md-container:before {
  left: -8px;
  top: -8px;
  right: -8px;
  bottom: -8px;
}
md-radio-group[disabled] md-radio-button,
md-radio-group[disabled] md-radio-button .md-container {
  cursor: default;
}
.md-inline-form md-radio-group {
  margin: 18px 0 19px;
}
.md-inline-form md-radio-group md-radio-button {
  display: inline-block;
  height: 30px;
  padding: 2px;
  box-sizing: border-box;
  margin-top: 0;
  margin-bottom: 0;
}
@media screen and (-ms-high-contrast: active) {
  md-radio-button.md-default-theme .md-on {
    background-color: #fff;
  }
}
md-input-container:not([md-no-float]) .md-select-placeholder span:first-child {
  transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transform-origin: left top;
}
[dir=rtl] md-input-container:not([md-no-float]) .md-select-placeholder span:first-child {
  transform-origin: right top;
}
md-input-container.md-input-focused:not([md-no-float]) .md-select-placeholder span:first-child {
  transform: translateY(-22px) translateX(-2px) scale(0.75);
}
.md-select-menu-container {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 90;
  opacity: 0;
  display: none;
  transform: translateY(-1px);
}
.md-select-menu-container:not(.md-clickable) {
  pointer-events: none;
}
.md-select-menu-container md-progress-circular {
  display: table;
  margin: 24px auto !important;
}
.md-select-menu-container.md-active {
  display: block;
  opacity: 1;
}
.md-select-menu-container.md-active md-select-menu {
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition-duration: 0.15s;
}
.md-select-menu-container.md-active md-select-menu > * {
  opacity: 1;
  transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
  transition-duration: .15s;
  transition-delay: 0.1s;
}
.md-select-menu-container.md-leave {
  opacity: 0;
  transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
  transition-duration: 0.25s;
}
md-input-container > md-select {
  margin: 0;
  -ms-flex-order: 2;
      order: 2;
}
md-input-container:not(.md-input-has-value) md-select.ng-required:not(.md-no-asterisk) .md-select-value span:first-child:after,
md-input-container:not(.md-input-has-value) md-select[required]:not(.md-no-asterisk) .md-select-value span:first-child:after {
  content: " *";
  font-size: 13px;
  vertical-align: top;
}
md-input-container.md-input-invalid md-select .md-select-value {
  border-bottom-style: solid;
  padding-bottom: 1px;
}
md-select {
  display: -ms-flexbox;
  display: flex;
  margin: 20px 0 26px;
}
md-select.ng-required.ng-empty.ng-invalid:not(.md-no-asterisk) .md-select-value span:first-child:after,
md-select[required].ng-empty.ng-invalid:not(.md-no-asterisk) .md-select-value span:first-child:after {
  content: " *";
  font-size: 13px;
  vertical-align: top;
}
md-select[disabled] .md-select-value {
  background-position: 0 bottom;
  background-size: 4px 1px;
  background-repeat: repeat-x;
  margin-bottom: -1px;
}
md-select:focus {
  outline: none;
}
md-select[disabled]:hover {
  cursor: default;
}
md-select:not([disabled]):hover {
  cursor: pointer;
}
md-select:not([disabled]).ng-invalid.ng-touched .md-select-value {
  border-bottom-style: solid;
  padding-bottom: 1px;
}
md-select:not([disabled]):focus .md-select-value {
  border-bottom-width: 2px;
  border-bottom-style: solid;
  padding-bottom: 0;
}
md-select:not([disabled]):focus.ng-invalid.ng-touched .md-select-value {
  padding-bottom: 0;
}
md-input-container.md-input-has-value .md-select-value > span:not(.md-select-icon) {
  transform: translate3d(0, 1px, 0);
}
.md-select-value {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 2px 2px 1px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  background-color: transparent;
  position: relative;
  box-sizing: content-box;
  min-width: 64px;
  min-height: 26px;
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.md-select-value > span:not(.md-select-icon) {
  max-width: 100%;
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.md-select-value > span:not(.md-select-icon) .md-text {
  display: inline;
}
.md-select-value .md-select-icon {
  display: block;
  -ms-flex-align: end;
      align-items: flex-end;
  text-align: right;
  width: 24px;
  margin: 0 4px;
  transform: translate3d(0, -2px, 0);
  font-size: 1.2rem;
}
[dir=rtl] .md-select-value .md-select-icon {
  -ms-flex-align: start;
      align-items: flex-start;
  text-align: left;
}
.md-select-value .md-select-icon:after {
  display: block;
  content: "\25BC";
  position: relative;
  top: 2px;
  speak: none;
  font-size: 13px;
  transform: scaleY(0.5) scaleX(1);
}
.md-select-value.md-select-placeholder {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-order: 1;
      order: 1;
  pointer-events: none;
  -webkit-font-smoothing: antialiased;
  padding-left: 2px;
  z-index: 1;
}
md-select-menu {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12);
  max-height: 256px;
  min-height: 48px;
  overflow-y: hidden;
  transform-origin: left top;
  transform: scale(1);
}
md-select-menu.md-reverse {
  -ms-flex-direction: column-reverse;
      flex-direction: column-reverse;
}
md-select-menu:not(.md-overflow) md-content {
  padding-top: 8px;
  padding-bottom: 8px;
}
[dir=rtl] md-select-menu {
  transform-origin: right top;
}
md-select-menu md-content {
  min-width: 136px;
  min-height: 48px;
  max-height: 256px;
  overflow-y: auto;
}
md-select-menu > * {
  opacity: 0;
}
md-option {
  cursor: pointer;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  width: auto;
  transition: background .15s linear;
  padding: 0 16px;
  height: 48px;
}
md-option[disabled] {
  cursor: default;
}
md-option:focus {
  outline: none;
}
md-option .md-text {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: auto;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
md-optgroup {
  display: block;
}
md-optgroup label {
  display: block;
  font-size: 14px;
  text-transform: uppercase;
  padding: 16px;
  font-weight: 500;
}
md-optgroup md-option {
  padding-left: 32px;
  padding-right: 32px;
}
@media screen and (-ms-high-contrast: active) {
  .md-select-backdrop {
    background-color: transparent;
  }
  md-select-menu {
    border: 1px solid #fff;
  }
}
md-select-menu[multiple] md-option.md-checkbox-enabled {
  padding-left: 40px;
  padding-right: 16px;
}
[dir=rtl] md-select-menu[multiple] md-option.md-checkbox-enabled {
  padding-left: 16px;
  padding-right: 40px;
}
md-select-menu[multiple] md-option.md-checkbox-enabled .md-container {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  box-sizing: border-box;
  display: inline-block;
  width: 20px;
  height: 20px;
  left: 0;
  right: auto;
}
[dir=rtl] md-select-menu[multiple] md-option.md-checkbox-enabled .md-container {
  left: auto;
  right: 0;
}
md-select-menu[multiple] md-option.md-checkbox-enabled .md-container:before {
  box-sizing: border-box;
  background-color: transparent;
  border-radius: 50%;
  content: "";
  position: absolute;
  display: block;
  height: auto;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  transition: all .5s;
  width: auto;
}
md-select-menu[multiple] md-option.md-checkbox-enabled .md-container:after {
  box-sizing: border-box;
  content: "";
  position: absolute;
  top: -10px;
  right: -10px;
  bottom: -10px;
  left: -10px;
}
md-select-menu[multiple] md-option.md-checkbox-enabled .md-container .md-ripple-container {
  position: absolute;
  display: block;
  width: auto;
  height: auto;
  left: -15px;
  top: -15px;
  right: -15px;
  bottom: -15px;
}
md-select-menu[multiple] md-option.md-checkbox-enabled .md-icon {
  box-sizing: border-box;
  transition: .24s;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border-width: 2px;
  border-style: solid;
  border-radius: 2px;
}
md-select-menu[multiple] md-option.md-checkbox-enabled[selected] .md-icon {
  border-color: transparent;
}
md-select-menu[multiple] md-option.md-checkbox-enabled[selected] .md-icon:after {
  box-sizing: border-box;
  transform: rotate(45deg);
  position: absolute;
  left: 4.66667px;
  top: .22222px;
  display: table;
  width: 6.66667px;
  height: 13.33333px;
  border-width: 2px;
  border-style: solid;
  border-top: 0;
  border-left: 0;
  content: "";
}
md-select-menu[multiple] md-option.md-checkbox-enabled[disabled] {
  cursor: default;
}
md-select-menu[multiple] md-option.md-checkbox-enabled.md-indeterminate .md-icon:after {
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: table;
  width: 12px;
  height: 2px;
  border-width: 2px;
  border-style: solid;
  border-top: 0;
  border-left: 0;
  content: "";
}
md-select-menu[multiple] md-option.md-checkbox-enabled .md-container {
  margin-left: 10.66667px;
  margin-right: auto;
}
[dir=rtl] md-select-menu[multiple] md-option.md-checkbox-enabled .md-container {
  margin-left: auto;
  margin-right: 10.66667px;
}
md-sidenav {
  box-sizing: border-box;
  position: absolute;
  -ms-flex-direction: column;
      flex-direction: column;
  z-index: 60;
  width: 320px;
  max-width: 320px;
  bottom: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
md-sidenav ul {
  list-style: none;
}
md-sidenav.md-closed {
  display: none;
}
md-sidenav.md-closed-add,
md-sidenav.md-closed-remove {
  display: -ms-flexbox;
  display: flex;
  transition: all 0.2s ease-in;
}
md-sidenav.md-closed-add.md-closed-add-active,
md-sidenav.md-closed-remove.md-closed-remove-active {
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}
md-sidenav.md-closed.md-locked-open-add,
md-sidenav.md-locked-open,
md-sidenav.md-locked-open-add,
md-sidenav.md-locked-open-remove,
md-sidenav.md-locked-open-remove.md-closed,
md-sidenav.md-locked-open.md-closed,
md-sidenav.md-locked-open.md-closed.md-sidenav-left,
md-sidenav.md-locked-open.md-closed.md-sidenav-right {
  position: static;
  display: -ms-flexbox;
  display: flex;
  transform: translate3d(0, 0, 0);
}
md-sidenav.md-closed.md-locked-open-add:not(.md-locked-open-add-active) {
  width: 0!important;
  min-width: 0 !important;
}
md-sidenav.md-closed.md-locked-open-add-active,
md-sidenav.md-closed.md-locked-open-add:not(.md-locked-open-add-active),
md-sidenav.md-locked-open-remove-active {
  transition: width 0.3s cubic-bezier(0.55, 0, 0.55, 0.2), min-width 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
}
md-sidenav.md-locked-open-remove-active {
  width: 0!important;
  min-width: 0 !important;
}
.md-sidenav-backdrop.md-locked-open {
  display: none;
}
.md-sidenav-left,
md-sidenav {
  left: 0;
  top: 0;
  transform: translate3d(0, 0, 0);
}
.md-sidenav-left.md-closed,
md-sidenav.md-closed {
  transform: translate3d(-100%, 0, 0);
}
.md-sidenav-right {
  left: 100%;
  top: 0;
  transform: translate(-100%, 0);
}
.md-sidenav-right.md-closed {
  transform: translate(0, 0);
}
@media (min-width: 600px) {
  md-sidenav {
    max-width: 400px;
  }
}
@media (max-width: 456px) {
  md-sidenav {
    width: calc(44%);
    min-width: calc(44%);
    max-width: calc(44%);
  }
}
@media screen and (-ms-high-contrast: active) {
  .md-sidenav-left,
  md-sidenav {
    border-right: 1px solid #fff;
  }
  .md-sidenav-right {
    border-left: 1px solid #fff;
  }
}
@keyframes sliderFocusThumb {
  0% {
    transform: scale(0.7);
  }
  30% {
    transform: scale(1);
  }
  to {
    transform: scale(0.7);
  }
}
@keyframes sliderDiscreteFocusThumb {
  0% {
    transform: scale(0.7);
  }
  50% {
    transform: scale(0.8);
  }
  to {
    transform: scale(0);
  }
}
@keyframes sliderDiscreteFocusRing {
  0% {
    transform: scale(0.7);
    opacity: 0;
  }
  50% {
    transform: scale(1);
    opacity: 1;
  }
  to {
    transform: scale(0);
  }
}
md-slider {
  height: 48px;
  min-width: 128px;
  position: relative;
  margin-left: 4px;
  margin-right: 4px;
  padding: 0;
  display: block;
  -ms-flex-direction: row;
      flex-direction: row;
}
md-slider *,
md-slider :after {
  box-sizing: border-box;
}
md-slider .md-slider-wrapper {
  outline: none;
  width: 100%;
  height: 100%;
}
md-slider .md-slider-content {
  position: relative;
}
md-slider .md-track-container {
  width: 100%;
  position: absolute;
  top: 23px;
  height: 2px;
}
md-slider .md-track {
  position: absolute;
  left: 0;
  right: 0;
  height: 100%;
}
md-slider .md-track-fill {
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition-property: width, height;
}
md-slider .md-track-ticks {
  position: absolute;
  left: 0;
  right: 0;
  height: 100%;
}
md-slider .md-track-ticks canvas {
  width: 100%;
  height: 100%;
}
md-slider .md-thumb-container {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition-property: left, right, bottom;
}
[dir=rtl] md-slider .md-thumb-container {
  left: auto;
  right: 0;
}
md-slider .md-thumb {
  z-index: 1;
  position: absolute;
  left: -10px;
  top: 14px;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  transform: scale(0.7);
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}
[dir=rtl] md-slider .md-thumb {
  left: auto;
  right: -10px;
}
md-slider .md-thumb:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  border-width: 3px;
  border-style: solid;
  transition: inherit;
}
md-slider .md-sign {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  position: absolute;
  left: -14px;
  top: -17px;
  width: 28px;
  height: 28px;
  border-radius: 28px;
  transform: scale(0.4) translate3d(0, 67.5px, 0);
  transition: all 0.3s cubic-bezier(0.35, 0, 0.25, 1);
}
md-slider .md-sign:after {
  position: absolute;
  content: "";
  left: 0;
  border-radius: 16px;
  top: 19px;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-top-width: 16px;
  border-top-style: solid;
  opacity: 0;
  transform: translate3d(0, -8px, 0);
  transition: all 0.2s cubic-bezier(0.35, 0, 0.25, 1);
}
[dir=rtl] md-slider .md-sign:after {
  left: auto;
  right: 0;
}
md-slider .md-sign .md-thumb-text {
  z-index: 1;
  font-size: 12px;
  font-weight: 700;
}
md-slider .md-focus-ring {
  position: absolute;
  left: -17px;
  top: 7px;
  width: 34px;
  height: 34px;
  border-radius: 34px;
  transform: scale(0.7);
  opacity: 0;
  transition: all 0.35s cubic-bezier(0.35, 0, 0.25, 1);
}
[dir=rtl] md-slider .md-focus-ring {
  left: auto;
  right: -17px;
}
md-slider .md-disabled-thumb {
  position: absolute;
  left: -14px;
  top: 10px;
  width: 28px;
  height: 28px;
  border-radius: 28px;
  transform: scale(0.5);
  border-width: 4px;
  border-style: solid;
  display: none;
}
[dir=rtl] md-slider .md-disabled-thumb {
  left: auto;
  right: -14px;
}
md-slider.md-min .md-sign {
  opacity: 0;
}
md-slider:focus {
  outline: none;
}
md-slider.md-dragging .md-thumb-container,
md-slider.md-dragging .md-track-fill {
  transition: none;
}
md-slider:not([md-discrete]) .md-sign,
md-slider:not([md-discrete]) .md-track-ticks {
  display: none;
}
md-slider:not([md-discrete]):not([disabled]) .md-slider-wrapper .md-thumb:hover {
  transform: scale(0.8);
}
md-slider:not([md-discrete]):not([disabled]) .md-slider-wrapper.md-focused .md-focus-ring {
  transform: scale(1);
  opacity: 1;
}
md-slider:not([md-discrete]):not([disabled]) .md-slider-wrapper.md-focused .md-thumb {
  animation: sliderFocusThumb 0.7s cubic-bezier(0.35, 0, 0.25, 1);
}
md-slider:not([md-discrete]):not([disabled]).md-active .md-slider-wrapper .md-thumb {
  transform: scale(1);
}
md-slider[md-discrete]:not([disabled]) .md-slider-wrapper.md-focused .md-focus-ring {
  transform: scale(0);
  animation: sliderDiscreteFocusRing 0.5s cubic-bezier(0.35, 0, 0.25, 1);
}
md-slider[md-discrete]:not([disabled]) .md-slider-wrapper.md-focused .md-thumb {
  animation: sliderDiscreteFocusThumb 0.5s cubic-bezier(0.35, 0, 0.25, 1);
}
md-slider[md-discrete]:not([disabled]).md-active .md-thumb,
md-slider[md-discrete]:not([disabled]) .md-slider-wrapper.md-focused .md-thumb {
  transform: scale(0);
}
md-slider[md-discrete]:not([disabled]).md-active .md-sign,
md-slider[md-discrete]:not([disabled]).md-active .md-sign:after,
md-slider[md-discrete]:not([disabled]) .md-slider-wrapper.md-focused .md-sign,
md-slider[md-discrete]:not([disabled]) .md-slider-wrapper.md-focused .md-sign:after {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}
md-slider[md-discrete][disabled][readonly] .md-thumb {
  transform: scale(0);
}
md-slider[md-discrete][disabled][readonly] .md-sign,
md-slider[md-discrete][disabled][readonly] .md-sign:after {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}
md-slider[disabled] .md-track-fill {
  display: none;
}
md-slider[disabled] .md-track-ticks,
md-slider[disabled]:not([readonly]) .md-sign {
  opacity: 0;
}
md-slider[disabled] .md-thumb {
  transform: scale(0.5);
}
md-slider[disabled] .md-disabled-thumb {
  display: block;
}
md-slider[md-vertical] {
  -ms-flex-direction: column;
      flex-direction: column;
  min-height: 128px;
  min-width: 0;
}
md-slider[md-vertical] .md-slider-wrapper {
  -ms-flex: 1;
      flex: 1;
  padding-top: 12px;
  padding-bottom: 12px;
  width: 48px;
  -ms-flex-item-align: center;
      align-self: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}
md-slider[md-vertical] .md-track-container {
  height: 100%;
  width: 2px;
  top: 0;
  left: calc(49%);
}
md-slider[md-vertical] .md-thumb-container {
  top: auto;
  margin-bottom: 23px;
  left: calc(49%);
  bottom: 0;
}
md-slider[md-vertical] .md-thumb-container .md-thumb:after {
  left: 1px;
}
md-slider[md-vertical] .md-thumb-container .md-focus-ring {
  left: -16px;
}
md-slider[md-vertical] .md-track-fill {
  bottom: 0;
}
md-slider[md-vertical][md-discrete] .md-sign {
  left: -40px;
  top: 9.5px;
  transform: scale(0.4) translate3d(67.5px, 0, 0);
}
md-slider[md-vertical][md-discrete] .md-sign:after {
  top: 9.5px;
  left: 19px;
  border-top: 14px solid transparent;
  border-right: 0;
  border-bottom: 14px solid transparent;
  border-left-width: 16px;
  border-left-style: solid;
  opacity: 0;
  transform: translate3d(0, -8px, 0);
  transition: all 0.2s ease-in-out;
}
md-slider[md-vertical][md-discrete] .md-sign .md-thumb-text {
  z-index: 1;
  font-size: 12px;
  font-weight: 700;
}
md-slider[md-vertical][md-discrete].md-active .md-sign:after,
md-slider[md-vertical][md-discrete] .md-focused .md-sign:after,
md-slider[md-vertical][md-discrete][disabled][readonly] .md-sign:after {
  top: 0;
}
md-slider[md-vertical][disabled][readonly] .md-thumb {
  transform: scale(0);
}
md-slider[md-vertical][disabled][readonly] .md-sign,
md-slider[md-vertical][disabled][readonly] .md-sign:after {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}
md-slider[md-invert]:not([md-vertical]) .md-track-fill {
  left: auto;
  right: 0;
}
[dir=rtl] md-slider[md-invert]:not([md-vertical]) .md-track-fill {
  left: 0;
  right: auto;
}
md-slider[md-invert][md-vertical] .md-track-fill {
  bottom: auto;
  top: 0;
}
md-slider-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-direction: row;
      flex-direction: row;
}
md-slider-container > :first-child:not(md-slider),
md-slider-container > :last-child:not(md-slider) {
  min-width: 25px;
  max-width: 42px;
  height: 25px;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition-property: color, max-width;
}
md-slider-container > :first-child:not(md-slider) {
  margin-right: 16px;
}
[dir=rtl] md-slider-container > :first-child:not(md-slider) {
  margin-right: auto;
  margin-left: 16px;
}
md-slider-container > :last-child:not(md-slider) {
  margin-left: 16px;
}
[dir=rtl] md-slider-container > :last-child:not(md-slider) {
  margin-left: auto;
  margin-right: 16px;
}
md-slider-container[md-vertical] {
  -ms-flex-direction: column;
      flex-direction: column;
}
md-slider-container[md-vertical] > :first-child:not(md-slider),
md-slider-container[md-vertical] > :last-child:not(md-slider) {
  margin-right: 0;
  margin-left: 0;
  text-align: center;
}
md-slider-container md-input-container input[type=number] {
  text-align: center;
  padding-left: 15px;
  height: 50px;
  margin-top: -25px;
}
[dir=rtl] md-slider-container md-input-container input[type=number] {
  padding-left: 0;
  padding-right: 15px;
}
@media screen and (-ms-high-contrast: active) {
  md-slider.md-default-theme .md-track {
    border-bottom: 1px solid #fff;
  }
}
.md-sticky-clone {
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  position: absolute!important;
  transform: translate3d(-9999px, -9999px, 0);
}
.md-sticky-clone[sticky-state=active] {
  transform: translate3d(0, 0, 0);
}
.md-sticky-clone[sticky-state=active]:not(.md-sticky-no-effect) .md-subheader-inner {
  animation: subheaderStickyHoverIn 0.3s ease-out both;
}
@keyframes subheaderStickyHoverIn {
  0% {
    box-shadow: 0 0 0 0 transparent;
  }
  to {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16);
  }
}
@keyframes subheaderStickyHoverOut {
  0% {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16);
  }
  to {
    box-shadow: 0 0 0 0 transparent;
  }
}
.md-subheader-wrapper:not(.md-sticky-no-effect) {
  transition: margin 0.2s ease-out;
}
.md-subheader-wrapper:not(.md-sticky-no-effect) .md-subheader {
  margin: 0;
}
.md-subheader-wrapper:not(.md-sticky-no-effect).md-sticky-clone {
  z-index: 2;
}
.md-subheader-wrapper:not(.md-sticky-no-effect)[sticky-state=active] {
  margin-top: -2px;
}
.md-subheader-wrapper:not(.md-sticky-no-effect):not(.md-sticky-clone)[sticky-prev-state=active] .md-subheader-inner:after {
  animation: subheaderStickyHoverOut 0.3s ease-out both;
}
.md-subheader {
  display: block;
  font-size: 14px;
  font-weight: 500;
  line-height: 1em;
  margin: 0;
  position: relative;
}
.md-subheader .md-subheader-inner {
  display: block;
  padding: 16px;
}
.md-subheader .md-subheader-content {
  display: block;
  z-index: 1;
  position: relative;
}
[md-swipe-left],
[md-swipe-right] {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}
[md-swipe-down],
[md-swipe-up] {
  -ms-touch-action: pan-x;
      touch-action: pan-x;
}
.md-inline-form md-switch {
  margin-top: 18px;
  margin-bottom: 19px;
}
md-switch {
  margin: 16px 0;
  white-space: nowrap;
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  height: 30px;
  line-height: 28px;
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  margin-left: inherit;
  margin-right: 16px;
}
[dir=rtl] md-switch {
  margin-left: 16px;
  margin-right: inherit;
}
md-switch:last-of-type {
  margin-left: inherit;
  margin-right: 0;
}
[dir=rtl] md-switch:last-of-type {
  margin-left: 0;
  margin-right: inherit;
}
md-switch[disabled],
md-switch[disabled] .md-container {
  cursor: default;
}
md-switch .md-container {
  cursor: grab;
  width: 36px;
  height: 24px;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-right: 8px;
  float: left;
}
[dir=rtl] md-switch .md-container,
md-switch.md-inverted .md-container {
  margin-right: 0;
  margin-left: 8px;
}
[dir=rtl] md-switch.md-inverted .md-container {
  margin-right: 8px;
  margin-left: 0;
}
md-switch:not([disabled]) .md-dragging,
md-switch:not([disabled]).md-dragging .md-container {
  cursor: grabbing;
}
md-switch.md-focused .md-thumb:before {
  left: -8px;
  top: -8px;
  right: -8px;
  bottom: -8px;
}
md-switch .md-label {
  border-color: transparent;
  border-width: 0;
  float: left;
}
md-switch .md-bar {
  left: 1px;
  width: 34px;
  top: 5px;
  height: 14px;
  border-radius: 8px;
  position: absolute;
}
md-switch .md-thumb-container {
  top: 2px;
  left: 0;
  width: 16px;
  position: absolute;
  transform: translate3d(0, 0, 0);
  z-index: 1;
}
md-switch.md-checked .md-thumb-container {
  transform: translate3d(100%, 0, 0);
}
md-switch .md-thumb {
  margin: 0;
  outline: none;
  height: 20px;
  width: 20px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12);
}
md-switch .md-thumb,
md-switch .md-thumb:before {
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50%;
}
md-switch .md-thumb:before {
  background-color: transparent;
  content: "";
  display: block;
  height: auto;
  right: 0;
  bottom: 0;
  transition: all .5s;
  width: auto;
}
md-switch .md-thumb .md-ripple-container {
  position: absolute;
  display: block;
  width: auto;
  height: auto;
  left: -20px;
  top: -20px;
  right: -20px;
  bottom: -20px;
}
md-switch:not(.md-dragging) .md-bar,
md-switch:not(.md-dragging) .md-thumb,
md-switch:not(.md-dragging) .md-thumb-container {
  transition: all .08s linear;
  transition-property: transform, background-color;
}
md-switch:not(.md-dragging) .md-bar,
md-switch:not(.md-dragging) .md-thumb {
  transition-delay: 0.05s;
}
@media screen and (-ms-high-contrast: active) {
  md-switch.md-default-theme .md-bar {
    background-color: #666;
  }
  md-switch.md-default-theme.md-checked .md-bar {
    background-color: #9e9e9e;
  }
  md-switch.md-default-theme .md-thumb {
    background-color: #fff;
  }
}
@keyframes md-tab-content-hide {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
md-tab-data {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  opacity: 0;
}
md-tabs {
  display: block;
  margin: 0;
  border-radius: 2px;
  overflow: hidden;
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
md-tabs:not(.md-no-tab-content):not(.md-dynamic-height) {
  min-height: 248px;
}
md-tabs[md-align-tabs=bottom] {
  padding-bottom: 48px;
}
md-tabs[md-align-tabs=bottom] md-tabs-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 48px;
  z-index: 2;
}
md-tabs[md-align-tabs=bottom] md-tabs-content-wrapper {
  top: 0;
  bottom: 48px;
}
md-tabs.md-dynamic-height md-tabs-content-wrapper {
  min-height: 0;
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  overflow: visible;
}
md-tabs.md-dynamic-height md-tab-content.md-active {
  position: relative;
}
md-tabs[md-border-bottom] md-tabs-wrapper {
  border-width: 0 0 1px;
  border-style: solid;
}
md-tabs[md-border-bottom]:not(.md-dynamic-height) md-tabs-content-wrapper {
  top: 49px;
}
md-tabs-wrapper {
  display: block;
  position: relative;
  transform: translate(0, 0);
}
md-tabs-wrapper md-next-button,
md-tabs-wrapper md-prev-button {
  height: 100%;
  width: 32px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  line-height: 1em;
  z-index: 2;
  cursor: pointer;
  font-size: 16px;
  background: transparent no-repeat 50%;
  transition: all 0.5s cubic-bezier(0.35, 0, 0.25, 1);
}
md-tabs-wrapper md-next-button:focus,
md-tabs-wrapper md-prev-button:focus {
  outline: none;
}
md-tabs-wrapper md-next-button.md-disabled,
md-tabs-wrapper md-prev-button.md-disabled {
  opacity: .25;
  cursor: default;
}
md-tabs-wrapper md-next-button.ng-leave,
md-tabs-wrapper md-prev-button.ng-leave {
  transition: none;
}
md-tabs-wrapper md-next-button md-icon,
md-tabs-wrapper md-prev-button md-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
[dir=rtl] md-tabs-wrapper md-next-button,
[dir=rtl] md-tabs-wrapper md-prev-button {
  transform: rotateY(180deg) translateY(-50%);
}
md-tabs-wrapper md-prev-button {
  left: 0;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE3LjEuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPiA8IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPiA8c3ZnIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMjQgMjQiIHhtbDpzcGFjZT0icHJlc2VydmUiPiA8ZyBpZD0iSGVhZGVyIj4gPGc+IDxyZWN0IHg9Ii02MTgiIHk9Ii0xMjA4IiBmaWxsPSJub25lIiB3aWR0aD0iMTQwMCIgaGVpZ2h0PSIzNjAwIi8+IDwvZz4gPC9nPiA8ZyBpZD0iTGFiZWwiPiA8L2c+IDxnIGlkPSJJY29uIj4gPGc+IDxwb2x5Z29uIHBvaW50cz0iMTUuNCw3LjQgMTQsNiA4LDEyIDE0LDE4IDE1LjQsMTYuNiAxMC44LDEyIAkJIiBzdHlsZT0iZmlsbDp3aGl0ZTsiLz4gPHJlY3QgZmlsbD0ibm9uZSIgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0Ii8+IDwvZz4gPC9nPiA8ZyBpZD0iR3JpZCIgZGlzcGxheT0ibm9uZSI+IDxnIGRpc3BsYXk9ImlubGluZSI+IDwvZz4gPC9nPiA8L3N2Zz4NCg==");
}
[dir=rtl] md-tabs-wrapper md-prev-button {
  left: auto;
  right: 0;
}
md-tabs-wrapper md-next-button {
  right: 0;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE3LjEuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPiA8IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPiA8c3ZnIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMjQgMjQiIHhtbDpzcGFjZT0icHJlc2VydmUiPiA8ZyBpZD0iSGVhZGVyIj4gPGc+IDxyZWN0IHg9Ii02MTgiIHk9Ii0xMzM2IiBmaWxsPSJub25lIiB3aWR0aD0iMTQwMCIgaGVpZ2h0PSIzNjAwIi8+IDwvZz4gPC9nPiA8ZyBpZD0iTGFiZWwiPiA8L2c+IDxnIGlkPSJJY29uIj4gPGc+IDxwb2x5Z29uIHBvaW50cz0iMTAsNiA4LjYsNy40IDEzLjIsMTIgOC42LDE2LjYgMTAsMTggMTYsMTIgCQkiIHN0eWxlPSJmaWxsOndoaXRlOyIvPiA8cmVjdCBmaWxsPSJub25lIiB3aWR0aD0iMjQiIGhlaWdodD0iMjQiLz4gPC9nPiA8L2c+IDxnIGlkPSJHcmlkIiBkaXNwbGF5PSJub25lIj4gPGcgZGlzcGxheT0iaW5saW5lIj4gPC9nPiA8L2c+IDwvc3ZnPg0K");
}
[dir=rtl] md-tabs-wrapper md-next-button {
  right: auto;
  left: 0;
}
md-tabs-wrapper md-next-button md-icon {
  transform: translate(-50%, -50%) rotate(180deg);
}
md-tabs-wrapper.md-stretch-tabs md-pagination-wrapper {
  width: 100%;
  -ms-flex-direction: row;
      flex-direction: row;
}
md-tabs-wrapper.md-stretch-tabs md-pagination-wrapper md-tab-item {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
md-tabs-canvas {
  position: relative;
  overflow: hidden;
  display: block;
  height: 48px;
}
md-tabs-canvas:after {
  content: "";
  display: table;
  clear: both;
}
md-tabs-canvas .md-dummy-wrapper {
  position: absolute;
  top: 0;
  left: 0;
}
[dir=rtl] md-tabs-canvas .md-dummy-wrapper {
  left: auto;
  right: 0;
}
md-tabs-canvas.md-paginated {
  margin: 0 32px;
}
md-tabs-canvas.md-center-tabs {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  text-align: center;
}
md-tabs-canvas.md-center-tabs .md-tab {
  float: none;
  display: inline-block;
}
md-pagination-wrapper {
  height: 48px;
  display: -ms-flexbox;
  display: flex;
  transition: transform 0.5s cubic-bezier(0.35, 0, 0.25, 1);
  position: absolute;
  left: 0;
  transform: translate(0, 0);
}
md-pagination-wrapper:after {
  content: "";
  display: table;
  clear: both;
}
[dir=rtl] md-pagination-wrapper {
  left: auto;
  right: 0;
}
md-pagination-wrapper.md-center-tabs {
  position: relative;
  -ms-flex-pack: center;
      justify-content: center;
}
md-tabs-content-wrapper {
  display: block;
  top: 48px;
  overflow: hidden;
}
md-tab-content,
md-tabs-content-wrapper {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
md-tab-content {
  display: -ms-flexbox;
  display: flex;
  top: 0;
  transition: transform 0.5s cubic-bezier(0.35, 0, 0.25, 1);
  overflow: auto;
  transform: translate(0, 0);
}
md-tab-content.md-no-scroll {
  bottom: auto;
  overflow: hidden;
}
md-tab-content.md-no-transition,
md-tab-content.ng-leave {
  transition: none;
}
md-tab-content.md-left:not(.md-active) {
  transform: translateX(-100%);
  animation: 1s md-tab-content-hide;
  visibility: hidden;
}
[dir=rtl] md-tab-content.md-left:not(.md-active) {
  transform: translateX(100%);
}
md-tab-content.md-left:not(.md-active) * {
  transition: visibility 0s linear;
  transition-delay: .5s;
  visibility: hidden;
}
md-tab-content.md-right:not(.md-active) {
  transform: translateX(100%);
  animation: 1s md-tab-content-hide;
  visibility: hidden;
}
[dir=rtl] md-tab-content.md-right:not(.md-active) {
  transform: translateX(-100%);
}
md-tab-content.md-right:not(.md-active) * {
  transition: visibility 0s linear;
  transition-delay: .5s;
  visibility: hidden;
}
md-tab-content > div {
  -ms-flex: 1 0 100%;
      flex: 1 0 100%;
  min-width: 0;
}
md-tab-content > div.ng-leave {
  animation: 1s md-tab-content-hide;
}
md-ink-bar {
  position: absolute;
  left: auto;
  right: auto;
  bottom: 0;
  height: 2px;
}
md-ink-bar.md-left {
  transition: left 0.125s cubic-bezier(0.35, 0, 0.25, 1), right 0.25s cubic-bezier(0.35, 0, 0.25, 1);
}
md-ink-bar.md-right {
  transition: left 0.25s cubic-bezier(0.35, 0, 0.25, 1), right 0.125s cubic-bezier(0.35, 0, 0.25, 1);
}
md-tab {
  position: absolute;
  z-index: -1;
  left: -9999px;
}
.md-tab {
  font-size: 14px;
  text-align: center;
  line-height: 24px;
  padding: 12px 24px;
  transition: background-color 0.35s cubic-bezier(0.35, 0, 0.25, 1);
  cursor: pointer;
  white-space: nowrap;
  position: relative;
  text-transform: uppercase;
  float: left;
  font-weight: 500;
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
}
[dir=rtl] .md-tab {
  float: right;
}
.md-tab.md-focused,
.md-tab:focus {
  box-shadow: none;
  outline: none;
}
.md-tab.md-active {
  cursor: default;
}
.md-tab.md-disabled {
  pointer-events: none;
  -ms-touch-action: pan-y;
      touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  opacity: .5;
  cursor: default;
}
.md-tab.ng-leave {
  transition: none;
}
md-toolbar + md-dialog-content md-tabs,
md-toolbar + md-tabs {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.md-toast-text {
  padding: 0 6px;
}
md-toast {
  position: absolute;
  z-index: 105;
  box-sizing: border-box;
  cursor: default;
  padding: 8px;
  opacity: 1;
}
md-toast,
md-toast .md-toast-content {
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}
md-toast .md-toast-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: center;
      align-items: center;
  max-height: 168px;
  max-width: 100%;
  min-height: 48px;
  padding: 0 18px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  border-radius: 2px;
  font-size: 14px;
  transform: translate3d(0, 0, 0) rotateZ(0deg);
  -ms-flex-pack: start;
      justify-content: flex-start;
}
md-toast .md-toast-content:before {
  content: "";
  min-height: 48px;
  visibility: hidden;
  display: inline-block;
}
[dir=rtl] md-toast .md-toast-content {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
md-toast .md-toast-content span {
  -ms-flex: 1 1 0%;
      flex: 1 1 0%;
  box-sizing: border-box;
  min-width: 0;
}
md-toast.md-capsule,
md-toast.md-capsule .md-toast-content {
  border-radius: 24px;
}
md-toast.ng-leave-active .md-toast-content {
  transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
}
md-toast.md-swipedown .md-toast-content,
md-toast.md-swipeleft .md-toast-content,
md-toast.md-swiperight .md-toast-content,
md-toast.md-swipeup .md-toast-content {
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}
md-toast.ng-enter {
  opacity: 0;
}
md-toast.ng-enter .md-toast-content {
  transform: translate3d(0, 100%, 0);
}
md-toast.ng-enter.md-top .md-toast-content {
  transform: translate3d(0, -100%, 0);
}
md-toast.ng-enter.ng-enter-active {
  opacity: 1;
}
md-toast.ng-enter.ng-enter-active .md-toast-content {
  transform: translate3d(0, 0, 0);
}
md-toast.ng-leave.ng-leave-active .md-toast-content {
  opacity: 0;
  transform: translate3d(0, 100%, 0);
}
md-toast.ng-leave.ng-leave-active.md-swipeup .md-toast-content {
  transform: translate3d(0, -50%, 0);
}
md-toast.ng-leave.ng-leave-active.md-swipedown .md-toast-content {
  transform: translate3d(0, 50%, 0);
}
md-toast.ng-leave.ng-leave-active.md-top .md-toast-content {
  transform: translate3d(0, -100%, 0);
}
md-toast .md-action {
  line-height: 19px;
  margin-left: 24px;
  margin-right: 0;
  cursor: pointer;
  text-transform: uppercase;
  float: right;
}
md-toast .md-button {
  min-width: 0;
  margin-right: 0;
  margin-left: 12px;
}
[dir=rtl] md-toast .md-button {
  margin-right: 12px;
  margin-left: 0;
}
@media (max-width: 959px) {
  md-toast {
    left: 0;
    right: 0;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    border-radius: 0;
    bottom: 0;
    padding: 0;
  }
  md-toast.ng-leave.ng-leave-active.md-swipeup .md-toast-content {
    transform: translate3d(0, -50%, 0);
  }
  md-toast.ng-leave.ng-leave-active.md-swipedown .md-toast-content {
    transform: translate3d(0, 50%, 0);
  }
}
@media (min-width: 960px) {
  md-toast {
    min-width: 304px;
  }
  md-toast.md-bottom {
    bottom: 0;
  }
  md-toast.md-left {
    left: 0;
  }
  md-toast.md-right {
    right: 0;
  }
  md-toast.md-top {
    top: 0;
  }
  md-toast._md-start {
    left: 0;
  }
  [dir=rtl] md-toast._md-start {
    left: auto;
    right: 0;
  }
  md-toast._md-end {
    right: 0;
  }
  [dir=rtl] md-toast._md-end {
    right: auto;
    left: 0;
  }
  md-toast.ng-leave.ng-leave-active.md-swipeleft .md-toast-content {
    transform: translate3d(-50%, 0, 0);
  }
  md-toast.ng-leave.ng-leave-active.md-swiperight .md-toast-content {
    transform: translate3d(50%, 0, 0);
  }
}
@media (min-width: 1920px) {
  md-toast .md-toast-content {
    max-width: 568px;
  }
}
@media screen and (-ms-high-contrast: active) {
  md-toast {
    border: 1px solid #fff;
  }
}
.md-toast-animating {
  overflow: hidden !important;
}
md-toolbar {
  box-sizing: border-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  position: relative;
  z-index: 2;
  font-size: 20px;
  min-height: 64px;
  width: 100%;
}
md-toolbar._md-toolbar-transitions {
  transition-duration: .5s;
  transition-timing-function: cubic-bezier(0.35, 0, 0.25, 1);
  transition-property: background-color, fill, color;
}
md-toolbar.md-whiteframe-z1-add,
md-toolbar.md-whiteframe-z1-remove {
  transition: box-shadow 0.5s linear;
}
md-toolbar md-toolbar-filler {
  width: 72px;
}
md-toolbar *,
md-toolbar :after,
md-toolbar :before {
  box-sizing: border-box;
}
md-toolbar.ng-animate {
  transition: none;
}
md-toolbar.md-tall {
  height: 128px;
  min-height: 128px;
  max-height: 128px;
}
md-toolbar.md-medium-tall {
  height: 88px;
  min-height: 88px;
  max-height: 88px;
}
md-toolbar.md-medium-tall .md-toolbar-tools {
  height: 48px;
  min-height: 48px;
  max-height: 48px;
}
md-toolbar > .md-indent {
  margin-left: 64px;
}
[dir=rtl] md-toolbar > .md-indent {
  margin-left: auto;
  margin-right: 64px;
}
md-toolbar ~ md-content > md-list {
  padding: 0;
}
md-toolbar ~ md-content > md-list md-list-item:last-child md-divider {
  display: none;
}
.md-toolbar-tools {
  font-size: 20px;
  letter-spacing: .005em;
  box-sizing: border-box;
  font-weight: 400;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-direction: row;
      flex-direction: row;
  width: 100%;
  height: 64px;
  max-height: 64px;
  padding: 0 16px;
  margin: 0;
}
.md-toolbar-tools h1,
.md-toolbar-tools h2,
.md-toolbar-tools h3 {
  font-size: inherit;
  font-weight: inherit;
  margin: inherit;
}
.md-toolbar-tools a {
  color: inherit;
  text-decoration: none;
}
.md-toolbar-tools .fill-height {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.md-toolbar-tools md-checkbox {
  margin: inherit;
}
.md-toolbar-tools .md-button {
  margin-top: 0;
  margin-bottom: 0;
}
.md-toolbar-tools .md-button,
.md-toolbar-tools .md-button.md-icon-button md-icon {
  transition-duration: .5s;
  transition-timing-function: cubic-bezier(0.35, 0, 0.25, 1);
  transition-property: background-color, fill, color;
}
.md-toolbar-tools .md-button.md-icon-button md-icon.ng-animate,
.md-toolbar-tools .md-button.ng-animate {
  transition: none;
}
.md-toolbar-tools > .md-button:first-child {
  margin-left: -8px;
}
[dir=rtl] .md-toolbar-tools > .md-button:first-child {
  margin-left: auto;
  margin-right: -8px;
}
.md-toolbar-tools > .md-button:last-child {
  margin-right: -8px;
}
[dir=rtl] .md-toolbar-tools > .md-button:last-child {
  margin-right: auto;
  margin-left: -8px;
}
.md-toolbar-tools > md-menu:last-child {
  margin-right: -8px;
}
[dir=rtl] .md-toolbar-tools > md-menu:last-child {
  margin-right: auto;
  margin-left: -8px;
}
.md-toolbar-tools > md-menu:last-child > .md-button {
  margin-right: 0;
}
[dir=rtl] .md-toolbar-tools > md-menu:last-child > .md-button {
  margin-right: auto;
  margin-left: 0;
}
@media screen and (-ms-high-contrast: active) {
  .md-toolbar-tools {
    border-bottom: 1px solid #fff;
  }
}
@media (min-width: 0) and (max-width: 959px) and (orientation: portrait) {
  md-toolbar {
    min-height: 56px;
  }
  .md-toolbar-tools {
    height: 56px;
    max-height: 56px;
  }
}
@media (min-width: 0) and (max-width: 959px) and (orientation: landscape) {
  md-toolbar {
    min-height: 48px;
  }
  .md-toolbar-tools {
    height: 48px;
    max-height: 48px;
  }
}
.md-tooltip {
  pointer-events: none;
  border-radius: 4px;
  overflow: hidden;
  opacity: 0;
  font-weight: 500;
  font-size: 14px;
  white-space: nowrap;
  text-overflow: ellipsis;
  height: 32px;
  line-height: 32px;
  padding-right: 16px;
  padding-left: 16px;
}
.md-tooltip.md-origin-top {
  transform-origin: center bottom;
  margin-top: -24px;
}
.md-tooltip.md-origin-right {
  transform-origin: left center;
  margin-left: 24px;
}
.md-tooltip.md-origin-bottom {
  transform-origin: center top;
  margin-top: 24px;
}
.md-tooltip.md-origin-left {
  transform-origin: right center;
  margin-left: -24px;
}
@media (min-width: 960px) {
  .md-tooltip {
    font-size: 10px;
    height: 22px;
    line-height: 22px;
    padding-right: 8px;
    padding-left: 8px;
  }
  .md-tooltip.md-origin-top {
    margin-top: -14px;
  }
  .md-tooltip.md-origin-right {
    margin-left: 14px;
  }
  .md-tooltip.md-origin-bottom {
    margin-top: 14px;
  }
  .md-tooltip.md-origin-left {
    margin-left: -14px;
  }
}
.md-tooltip.md-show-add {
  transform: scale(0);
}
.md-tooltip.md-show {
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition-duration: .15s;
  transform: scale(1);
  opacity: 0.9;
}
.md-tooltip.md-hide {
  transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
  transition-duration: .15s;
  transform: scale(0);
  opacity: 0;
}
.md-truncate {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.md-truncate.md-clip {
  text-overflow: clip;
}
.md-truncate.flex {
  width: 0;
}
.md-virtual-repeat-container {
  box-sizing: border-box;
  display: block;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
}
.md-virtual-repeat-container .md-virtual-repeat-scroller {
  bottom: 0;
  box-sizing: border-box;
  left: 0;
  margin: 0;
  overflow-x: hidden;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-overflow-scrolling: touch;
}
.md-virtual-repeat-container .md-virtual-repeat-sizer {
  box-sizing: border-box;
  height: 1px;
  display: block;
  margin: 0;
  padding: 0;
  width: 1px;
}
.md-virtual-repeat-container .md-virtual-repeat-offsetter {
  box-sizing: border-box;
  left: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.md-virtual-repeat-container.md-orient-horizontal .md-virtual-repeat-scroller {
  overflow-x: auto;
  overflow-y: hidden;
}
.md-virtual-repeat-container.md-orient-horizontal .md-virtual-repeat-offsetter {
  bottom: 16px;
  right: auto;
  white-space: nowrap;
}
[dir=rtl] .md-virtual-repeat-container.md-orient-horizontal .md-virtual-repeat-offsetter {
  right: auto;
  left: auto;
}
.md-whiteframe-1dp,
.md-whiteframe-z1 {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12);
}
.md-whiteframe-2dp {
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12);
}
.md-whiteframe-3dp {
  box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.2), 0 3px 4px 0 rgba(0, 0, 0, 0.14), 0 3px 3px -2px rgba(0, 0, 0, 0.12);
}
.md-whiteframe-4dp,
.md-whiteframe-z2 {
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
}
.md-whiteframe-5dp {
  box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2), 0 5px 8px 0 rgba(0, 0, 0, 0.14), 0 1px 14px 0 rgba(0, 0, 0, 0.12);
}
.md-whiteframe-6dp {
  box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12);
}
.md-whiteframe-7dp,
.md-whiteframe-z3 {
  box-shadow: 0 4px 5px -2px rgba(0, 0, 0, 0.2), 0 7px 10px 1px rgba(0, 0, 0, 0.14), 0 2px 16px 1px rgba(0, 0, 0, 0.12);
}
.md-whiteframe-8dp {
  box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
}
.md-whiteframe-9dp {
  box-shadow: 0 5px 6px -3px rgba(0, 0, 0, 0.2), 0 9px 12px 1px rgba(0, 0, 0, 0.14), 0 3px 16px 2px rgba(0, 0, 0, 0.12);
}
.md-whiteframe-10dp,
.md-whiteframe-z4 {
  box-shadow: 0 6px 6px -3px rgba(0, 0, 0, 0.2), 0 10px 14px 1px rgba(0, 0, 0, 0.14), 0 4px 18px 3px rgba(0, 0, 0, 0.12);
}
.md-whiteframe-11dp {
  box-shadow: 0 6px 7px -4px rgba(0, 0, 0, 0.2), 0 11px 15px 1px rgba(0, 0, 0, 0.14), 0 4px 20px 3px rgba(0, 0, 0, 0.12);
}
.md-whiteframe-12dp {
  box-shadow: 0 7px 8px -4px rgba(0, 0, 0, 0.2), 0 12px 17px 2px rgba(0, 0, 0, 0.14), 0 5px 22px 4px rgba(0, 0, 0, 0.12);
}
.md-whiteframe-13dp,
.md-whiteframe-z5 {
  box-shadow: 0 7px 8px -4px rgba(0, 0, 0, 0.2), 0 13px 19px 2px rgba(0, 0, 0, 0.14), 0 5px 24px 4px rgba(0, 0, 0, 0.12);
}
.md-whiteframe-14dp {
  box-shadow: 0 7px 9px -4px rgba(0, 0, 0, 0.2), 0 14px 21px 2px rgba(0, 0, 0, 0.14), 0 5px 26px 4px rgba(0, 0, 0, 0.12);
}
.md-whiteframe-15dp {
  box-shadow: 0 8px 9px -5px rgba(0, 0, 0, 0.2), 0 15px 22px 2px rgba(0, 0, 0, 0.14), 0 6px 28px 5px rgba(0, 0, 0, 0.12);
}
.md-whiteframe-16dp {
  box-shadow: 0 8px 10px -5px rgba(0, 0, 0, 0.2), 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12);
}
.md-whiteframe-17dp {
  box-shadow: 0 8px 11px -5px rgba(0, 0, 0, 0.2), 0 17px 26px 2px rgba(0, 0, 0, 0.14), 0 6px 32px 5px rgba(0, 0, 0, 0.12);
}
.md-whiteframe-18dp {
  box-shadow: 0 9px 11px -5px rgba(0, 0, 0, 0.2), 0 18px 28px 2px rgba(0, 0, 0, 0.14), 0 7px 34px 6px rgba(0, 0, 0, 0.12);
}
.md-whiteframe-19dp {
  box-shadow: 0 9px 12px -6px rgba(0, 0, 0, 0.2), 0 19px 29px 2px rgba(0, 0, 0, 0.14), 0 7px 36px 6px rgba(0, 0, 0, 0.12);
}
.md-whiteframe-20dp {
  box-shadow: 0 10px 13px -6px rgba(0, 0, 0, 0.2), 0 20px 31px 3px rgba(0, 0, 0, 0.14), 0 8px 38px 7px rgba(0, 0, 0, 0.12);
}
.md-whiteframe-21dp {
  box-shadow: 0 10px 13px -6px rgba(0, 0, 0, 0.2), 0 21px 33px 3px rgba(0, 0, 0, 0.14), 0 8px 40px 7px rgba(0, 0, 0, 0.12);
}
.md-whiteframe-22dp {
  box-shadow: 0 10px 14px -6px rgba(0, 0, 0, 0.2), 0 22px 35px 3px rgba(0, 0, 0, 0.14), 0 8px 42px 7px rgba(0, 0, 0, 0.12);
}
.md-whiteframe-23dp {
  box-shadow: 0 11px 14px -7px rgba(0, 0, 0, 0.2), 0 23px 36px 3px rgba(0, 0, 0, 0.14), 0 9px 44px 8px rgba(0, 0, 0, 0.12);
}
.md-whiteframe-24dp {
  box-shadow: 0 11px 15px -7px rgba(0, 0, 0, 0.2), 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12);
}
@media screen and (-ms-high-contrast: active) {
  md-whiteframe {
    border: 1px solid #fff;
  }
}
@media print {
  [md-whiteframe],
  md-whiteframe {
    background-color: #fff;
  }
}
.ng-cloak,
.x-ng-cloak,
[data-ng-cloak],
[ng-cloak],
[ng\:cloak],
[x-ng-cloak] {
  display: none !important;
}
@-moz-document url-prefix() {
  .layout-fill {
    margin: 0;
    width: 100%;
    min-height: 100%;
    height: 100%;
  }
}
.flex-order {
  -ms-flex-order: 0;
      order: 0;
}
.flex-order--20 {
  -ms-flex-order: -20;
      order: -20;
}
.flex-order--19 {
  -ms-flex-order: -19;
      order: -19;
}
.flex-order--18 {
  -ms-flex-order: -18;
      order: -18;
}
.flex-order--17 {
  -ms-flex-order: -17;
      order: -17;
}
.flex-order--16 {
  -ms-flex-order: -16;
      order: -16;
}
.flex-order--15 {
  -ms-flex-order: -15;
      order: -15;
}
.flex-order--14 {
  -ms-flex-order: -14;
      order: -14;
}
.flex-order--13 {
  -ms-flex-order: -13;
      order: -13;
}
.flex-order--12 {
  -ms-flex-order: -12;
      order: -12;
}
.flex-order--11 {
  -ms-flex-order: -11;
      order: -11;
}
.flex-order--10 {
  -ms-flex-order: -10;
      order: -10;
}
.flex-order--9 {
  -ms-flex-order: -9;
      order: -9;
}
.flex-order--8 {
  -ms-flex-order: -8;
      order: -8;
}
.flex-order--7 {
  -ms-flex-order: -7;
      order: -7;
}
.flex-order--6 {
  -ms-flex-order: -6;
      order: -6;
}
.flex-order--5 {
  -ms-flex-order: -5;
      order: -5;
}
.flex-order--4 {
  -ms-flex-order: -4;
      order: -4;
}
.flex-order--3 {
  -ms-flex-order: -3;
      order: -3;
}
.flex-order--2 {
  -ms-flex-order: -2;
      order: -2;
}
.flex-order--1 {
  -ms-flex-order: -1;
      order: -1;
}
.flex-order-0 {
  -ms-flex-order: 0;
      order: 0;
}
.flex-order-1 {
  -ms-flex-order: 1;
      order: 1;
}
.flex-order-2 {
  -ms-flex-order: 2;
      order: 2;
}
.flex-order-3 {
  -ms-flex-order: 3;
      order: 3;
}
.flex-order-4 {
  -ms-flex-order: 4;
      order: 4;
}
.flex-order-5 {
  -ms-flex-order: 5;
      order: 5;
}
.flex-order-6 {
  -ms-flex-order: 6;
      order: 6;
}
.flex-order-7 {
  -ms-flex-order: 7;
      order: 7;
}
.flex-order-8 {
  -ms-flex-order: 8;
      order: 8;
}
.flex-order-9 {
  -ms-flex-order: 9;
      order: 9;
}
.flex-order-10 {
  -ms-flex-order: 10;
      order: 10;
}
.flex-order-11 {
  -ms-flex-order: 11;
      order: 11;
}
.flex-order-12 {
  -ms-flex-order: 12;
      order: 12;
}
.flex-order-13 {
  -ms-flex-order: 13;
      order: 13;
}
.flex-order-14 {
  -ms-flex-order: 14;
      order: 14;
}
.flex-order-15 {
  -ms-flex-order: 15;
      order: 15;
}
.flex-order-16 {
  -ms-flex-order: 16;
      order: 16;
}
.flex-order-17 {
  -ms-flex-order: 17;
      order: 17;
}
.flex-order-18 {
  -ms-flex-order: 18;
      order: 18;
}
.flex-order-19 {
  -ms-flex-order: 19;
      order: 19;
}
.flex-order-20 {
  -ms-flex-order: 20;
      order: 20;
}
.flex-offset-0,
.layout-margin .flex-offset-0,
.layout-margin .offset-0,
.offset-0 {
  margin-left: 0;
}
[dir=rtl] .flex-offset-0,
[dir=rtl] .layout-margin .flex-offset-0,
[dir=rtl] .layout-margin .offset-0,
[dir=rtl] .offset-0 {
  margin-left: auto;
  margin-right: 0;
}
.flex-offset-5,
.layout-margin .flex-offset-5,
.layout-margin .offset-5,
.offset-5 {
  margin-left: 5%;
}
[dir=rtl] .flex-offset-5,
[dir=rtl] .layout-margin .flex-offset-5,
[dir=rtl] .layout-margin .offset-5,
[dir=rtl] .offset-5 {
  margin-left: auto;
  margin-right: 5%;
}
.flex-offset-10,
.layout-margin .flex-offset-10,
.layout-margin .offset-10,
.offset-10 {
  margin-left: 10%;
}
[dir=rtl] .flex-offset-10,
[dir=rtl] .layout-margin .flex-offset-10,
[dir=rtl] .layout-margin .offset-10,
[dir=rtl] .offset-10 {
  margin-left: auto;
  margin-right: 10%;
}
.flex-offset-15,
.layout-margin .flex-offset-15,
.layout-margin .offset-15,
.offset-15 {
  margin-left: 15%;
}
[dir=rtl] .flex-offset-15,
[dir=rtl] .layout-margin .flex-offset-15,
[dir=rtl] .layout-margin .offset-15,
[dir=rtl] .offset-15 {
  margin-left: auto;
  margin-right: 15%;
}
.flex-offset-20,
.layout-margin .flex-offset-20,
.layout-margin .offset-20,
.offset-20 {
  margin-left: 20%;
}
[dir=rtl] .flex-offset-20,
[dir=rtl] .layout-margin .flex-offset-20,
[dir=rtl] .layout-margin .offset-20,
[dir=rtl] .offset-20 {
  margin-left: auto;
  margin-right: 20%;
}
.flex-offset-25,
.layout-margin .flex-offset-25,
.layout-margin .offset-25,
.offset-25 {
  margin-left: 25%;
}
[dir=rtl] .flex-offset-25,
[dir=rtl] .layout-margin .flex-offset-25,
[dir=rtl] .layout-margin .offset-25,
[dir=rtl] .offset-25 {
  margin-left: auto;
  margin-right: 25%;
}
.flex-offset-30,
.layout-margin .flex-offset-30,
.layout-margin .offset-30,
.offset-30 {
  margin-left: 30%;
}
[dir=rtl] .flex-offset-30,
[dir=rtl] .layout-margin .flex-offset-30,
[dir=rtl] .layout-margin .offset-30,
[dir=rtl] .offset-30 {
  margin-left: auto;
  margin-right: 30%;
}
.flex-offset-35,
.layout-margin .flex-offset-35,
.layout-margin .offset-35,
.offset-35 {
  margin-left: 35%;
}
[dir=rtl] .flex-offset-35,
[dir=rtl] .layout-margin .flex-offset-35,
[dir=rtl] .layout-margin .offset-35,
[dir=rtl] .offset-35 {
  margin-left: auto;
  margin-right: 35%;
}
.flex-offset-40,
.layout-margin .flex-offset-40,
.layout-margin .offset-40,
.offset-40 {
  margin-left: 40%;
}
[dir=rtl] .flex-offset-40,
[dir=rtl] .layout-margin .flex-offset-40,
[dir=rtl] .layout-margin .offset-40,
[dir=rtl] .offset-40 {
  margin-left: auto;
  margin-right: 40%;
}
.flex-offset-45,
.layout-margin .flex-offset-45,
.layout-margin .offset-45,
.offset-45 {
  margin-left: 45%;
}
[dir=rtl] .flex-offset-45,
[dir=rtl] .layout-margin .flex-offset-45,
[dir=rtl] .layout-margin .offset-45,
[dir=rtl] .offset-45 {
  margin-left: auto;
  margin-right: 45%;
}
.flex-offset-50,
.layout-margin .flex-offset-50,
.layout-margin .offset-50,
.offset-50 {
  margin-left: 50%;
}
[dir=rtl] .flex-offset-50,
[dir=rtl] .layout-margin .flex-offset-50,
[dir=rtl] .layout-margin .offset-50,
[dir=rtl] .offset-50 {
  margin-left: auto;
  margin-right: 50%;
}
.flex-offset-55,
.layout-margin .flex-offset-55,
.layout-margin .offset-55,
.offset-55 {
  margin-left: 55%;
}
[dir=rtl] .flex-offset-55,
[dir=rtl] .layout-margin .flex-offset-55,
[dir=rtl] .layout-margin .offset-55,
[dir=rtl] .offset-55 {
  margin-left: auto;
  margin-right: 55%;
}
.flex-offset-60,
.layout-margin .flex-offset-60,
.layout-margin .offset-60,
.offset-60 {
  margin-left: 60%;
}
[dir=rtl] .flex-offset-60,
[dir=rtl] .layout-margin .flex-offset-60,
[dir=rtl] .layout-margin .offset-60,
[dir=rtl] .offset-60 {
  margin-left: auto;
  margin-right: 60%;
}
.flex-offset-65,
.layout-margin .flex-offset-65,
.layout-margin .offset-65,
.offset-65 {
  margin-left: 65%;
}
[dir=rtl] .flex-offset-65,
[dir=rtl] .layout-margin .flex-offset-65,
[dir=rtl] .layout-margin .offset-65,
[dir=rtl] .offset-65 {
  margin-left: auto;
  margin-right: 65%;
}
.flex-offset-70,
.layout-margin .flex-offset-70,
.layout-margin .offset-70,
.offset-70 {
  margin-left: 70%;
}
[dir=rtl] .flex-offset-70,
[dir=rtl] .layout-margin .flex-offset-70,
[dir=rtl] .layout-margin .offset-70,
[dir=rtl] .offset-70 {
  margin-left: auto;
  margin-right: 70%;
}
.flex-offset-75,
.layout-margin .flex-offset-75,
.layout-margin .offset-75,
.offset-75 {
  margin-left: 75%;
}
[dir=rtl] .flex-offset-75,
[dir=rtl] .layout-margin .flex-offset-75,
[dir=rtl] .layout-margin .offset-75,
[dir=rtl] .offset-75 {
  margin-left: auto;
  margin-right: 75%;
}
.flex-offset-80,
.layout-margin .flex-offset-80,
.layout-margin .offset-80,
.offset-80 {
  margin-left: 80%;
}
[dir=rtl] .flex-offset-80,
[dir=rtl] .layout-margin .flex-offset-80,
[dir=rtl] .layout-margin .offset-80,
[dir=rtl] .offset-80 {
  margin-left: auto;
  margin-right: 80%;
}
.flex-offset-85,
.layout-margin .flex-offset-85,
.layout-margin .offset-85,
.offset-85 {
  margin-left: 85%;
}
[dir=rtl] .flex-offset-85,
[dir=rtl] .layout-margin .flex-offset-85,
[dir=rtl] .layout-margin .offset-85,
[dir=rtl] .offset-85 {
  margin-left: auto;
  margin-right: 85%;
}
.flex-offset-90,
.layout-margin .flex-offset-90,
.layout-margin .offset-90,
.offset-90 {
  margin-left: 90%;
}
[dir=rtl] .flex-offset-90,
[dir=rtl] .layout-margin .flex-offset-90,
[dir=rtl] .layout-margin .offset-90,
[dir=rtl] .offset-90 {
  margin-left: auto;
  margin-right: 90%;
}
.flex-offset-95,
.layout-margin .flex-offset-95,
.layout-margin .offset-95,
.offset-95 {
  margin-left: 95%;
}
[dir=rtl] .flex-offset-95,
[dir=rtl] .layout-margin .flex-offset-95,
[dir=rtl] .layout-margin .offset-95,
[dir=rtl] .offset-95 {
  margin-left: auto;
  margin-right: 95%;
}
.flex-offset-33,
.layout-margin .flex-offset-33,
.layout-margin .offset-33,
.offset-33 {
  margin-left: 33.33333%;
}
.flex-offset-66,
.layout-margin .flex-offset-66,
.layout-margin .offset-66,
.offset-66 {
  margin-left: 66.66667%;
}
[dir=rtl] .flex-offset-66,
[dir=rtl] .layout-margin .flex-offset-66,
[dir=rtl] .layout-margin .offset-66,
[dir=rtl] .offset-66 {
  margin-left: auto;
  margin-right: 66.66667%;
}
.layout-align,
.layout-align-start-stretch {
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -ms-flex-align: stretch;
      align-items: stretch;
}
.layout-align-start,
.layout-align-start-center,
.layout-align-start-end,
.layout-align-start-start,
.layout-align-start-stretch {
  -ms-flex-pack: start;
      justify-content: flex-start;
}
.layout-align-center,
.layout-align-center-center,
.layout-align-center-end,
.layout-align-center-start,
.layout-align-center-stretch {
  -ms-flex-pack: center;
      justify-content: center;
}
.layout-align-end,
.layout-align-end-center,
.layout-align-end-end,
.layout-align-end-start,
.layout-align-end-stretch {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.layout-align-space-around,
.layout-align-space-around-center,
.layout-align-space-around-end,
.layout-align-space-around-start,
.layout-align-space-around-stretch {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.layout-align-space-between,
.layout-align-space-between-center,
.layout-align-space-between-end,
.layout-align-space-between-start,
.layout-align-space-between-stretch {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.layout-align-center-start,
.layout-align-end-start,
.layout-align-space-around-start,
.layout-align-space-between-start,
.layout-align-start-start {
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
.layout-align-center-center,
.layout-align-end-center,
.layout-align-space-around-center,
.layout-align-space-between-center,
.layout-align-start-center {
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  max-width: 100%;
}
.layout-align-center-center > *,
.layout-align-end-center > *,
.layout-align-space-around-center > *,
.layout-align-space-between-center > *,
.layout-align-start-center > * {
  max-width: 100%;
  box-sizing: border-box;
}
.layout-align-center-end,
.layout-align-end-end,
.layout-align-space-around-end,
.layout-align-space-between-end,
.layout-align-start-end {
  -ms-flex-align: end;
      align-items: flex-end;
  -ms-flex-line-pack: end;
      align-content: flex-end;
}
.layout-align-center-stretch,
.layout-align-end-stretch,
.layout-align-space-around-stretch,
.layout-align-space-between-stretch,
.layout-align-start-stretch {
  -ms-flex-align: stretch;
      align-items: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
}
.flex {
  -ms-flex: 1;
      flex: 1;
}
.flex,
.flex-grow {
  box-sizing: border-box;
}
.flex-grow {
  -ms-flex: 1 1 100%;
      flex: 1 1 100%;
}
.flex-initial {
  -ms-flex: 0 1 auto;
      flex: 0 1 auto;
  box-sizing: border-box;
}
.flex-auto {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  box-sizing: border-box;
}
.flex-none {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  box-sizing: border-box;
}
.flex-noshrink {
  -ms-flex: 1 0 auto;
      flex: 1 0 auto;
  box-sizing: border-box;
}
.flex-nogrow {
  -ms-flex: 0 1 auto;
      flex: 0 1 auto;
  box-sizing: border-box;
}
.flex-0,
.layout-row > .flex-0 {
  -ms-flex: 1 1 100%;
      flex: 1 1 100%;
  max-width: 0;
  max-height: 100%;
  box-sizing: border-box;
}
.layout-row > .flex-0 {
  min-width: 0;
}
.layout-column > .flex-0 {
  -ms-flex: 1 1 100%;
      flex: 1 1 100%;
  max-width: 100%;
  max-height: 0%;
  box-sizing: border-box;
}
.flex-5,
.layout-row > .flex-5 {
  -ms-flex: 1 1 100%;
      flex: 1 1 100%;
  max-width: 5%;
  max-height: 100%;
  box-sizing: border-box;
}
.layout-column > .flex-5 {
  -ms-flex: 1 1 100%;
      flex: 1 1 100%;
  max-width: 100%;
  max-height: 5%;
  box-sizing: border-box;
}
.flex-10,
.layout-row > .flex-10 {
  -ms-flex: 1 1 100%;
      flex: 1 1 100%;
  max-width: 10%;
  max-height: 100%;
  box-sizing: border-box;
}
.layout-column > .flex-10 {
  -ms-flex: 1 1 100%;
      flex: 1 1 100%;
  max-width: 100%;
  max-height: 10%;
  box-sizing: border-box;
}
.flex-15,
.layout-row > .flex-15 {
  -ms-flex: 1 1 100%;
      flex: 1 1 100%;
  max-width: 15%;
  max-height: 100%;
  box-sizing: border-box;
}
.layout-column > .flex-15 {
  -ms-flex: 1 1 100%;
      flex: 1 1 100%;
  max-width: 100%;
  max-height: 15%;
  box-sizing: border-box;
}
.flex-20,
.layout-row > .flex-20 {
  -ms-flex: 1 1 100%;
      flex: 1 1 100%;
  max-width: 20%;
  max-height: 100%;
  box-sizing: border-box;
}
.layout-column > .flex-20 {
  -ms-flex: 1 1 100%;
      flex: 1 1 100%;
  max-width: 100%;
  max-height: 20%;
  box-sizing: border-box;
}
.flex-25,
.layout-row > .flex-25 {
  -ms-flex: 1 1 100%;
      flex: 1 1 100%;
  max-width: 25%;
  max-height: 100%;
  box-sizing: border-box;
}
.layout-column > .flex-25 {
  -ms-flex: 1 1 100%;
      flex: 1 1 100%;
  max-width: 100%;
  max-height: 25%;
  box-sizing: border-box;
}
.flex-30,
.layout-row > .flex-30 {
  -ms-flex: 1 1 100%;
      flex: 1 1 100%;
  max-width: 30%;
  max-height: 100%;
  box-sizing: border-box;
}
.layout-column > .flex-30 {
  -ms-flex: 1 1 100%;
      flex: 1 1 100%;
  max-width: 100%;
  max-height: 30%;
  box-sizing: border-box;
}
.flex-35,
.layout-row > .flex-35 {
  -ms-flex: 1 1 100%;
      flex: 1 1 100%;
  max-width: 35%;
  max-height: 100%;
  box-sizing: border-box;
}
.layout-column > .flex-35 {
  -ms-flex: 1 1 100%;
      flex: 1 1 100%;
  max-width: 100%;
  max-height: 35%;
  box-sizing: border-box;
}
.flex-40,
.layout-row > .flex-40 {
  -ms-flex: 1 1 100%;
      flex: 1 1 100%;
  max-width: 40%;
  max-height: 100%;
  box-sizing: border-box;
}
.layout-column > .flex-40 {
  -ms-flex: 1 1 100%;
      flex: 1 1 100%;
  max-width: 100%;
  max-height: 40%;
  box-sizing: border-box;
}
.flex-45,
.layout-row > .flex-45 {
  -ms-flex: 1 1 100%;
      flex: 1 1 100%;
  max-width: 45%;
  max-height: 100%;
  box-sizing: border-box;
}
.layout-column > .flex-45 {
  -ms-flex: 1 1 100%;
      flex: 1 1 100%;
  max-width: 100%;
  max-height: 45%;
  box-sizing: border-box;
}
.flex-50,
.layout-row > .flex-50 {
  -ms-flex: 1 1 100%;
      flex: 1 1 100%;
  max-width: 50%;
  max-height: 100%;
  box-sizing: border-box;
}
.layout-column > .flex-50 {
  -ms-flex: 1 1 100%;
      flex: 1 1 100%;
  max-width: 100%;
  max-height: 50%;
  box-sizing: border-box;
}
.flex-55,
.layout-row > .flex-55 {
  -ms-flex: 1 1 100%;
      flex: 1 1 100%;
  max-width: 55%;
  max-height: 100%;
  box-sizing: border-box;
}
.layout-column > .flex-55 {
  -ms-flex: 1 1 100%;
      flex: 1 1 100%;
  max-width: 100%;
  max-height: 55%;
  box-sizing: border-box;
}
.flex-60,
.layout-row > .flex-60 {
  -ms-flex: 1 1 100%;
      flex: 1 1 100%;
  max-width: 60%;
  max-height: 100%;
  box-sizing: border-box;
}
.layout-column > .flex-60 {
  -ms-flex: 1 1 100%;
      flex: 1 1 100%;
  max-width: 100%;
  max-height: 60%;
  box-sizing: border-box;
}
.flex-65,
.layout-row > .flex-65 {
  -ms-flex: 1 1 100%;
      flex: 1 1 100%;
  max-width: 65%;
  max-height: 100%;
  box-sizing: border-box;
}
.layout-column > .flex-65 {
  -ms-flex: 1 1 100%;
      flex: 1 1 100%;
  max-width: 100%;
  max-height: 65%;
  box-sizing: border-box;
}
.flex-70,
.layout-row > .flex-70 {
  -ms-flex: 1 1 100%;
      flex: 1 1 100%;
  max-width: 70%;
  max-height: 100%;
  box-sizing: border-box;
}
.layout-column > .flex-70 {
  -ms-flex: 1 1 100%;
      flex: 1 1 100%;
  max-width: 100%;
  max-height: 70%;
  box-sizing: border-box;
}
.flex-75,
.layout-row > .flex-75 {
  -ms-flex: 1 1 100%;
      flex: 1 1 100%;
  max-width: 75%;
  max-height: 100%;
  box-sizing: border-box;
}
.layout-column > .flex-75 {
  -ms-flex: 1 1 100%;
      flex: 1 1 100%;
  max-width: 100%;
  max-height: 75%;
  box-sizing: border-box;
}
.flex-80,
.layout-row > .flex-80 {
  -ms-flex: 1 1 100%;
      flex: 1 1 100%;
  max-width: 80%;
  max-height: 100%;
  box-sizing: border-box;
}
.layout-column > .flex-80 {
  -ms-flex: 1 1 100%;
      flex: 1 1 100%;
  max-width: 100%;
  max-height: 80%;
  box-sizing: border-box;
}
.flex-85,
.layout-row > .flex-85 {
  -ms-flex: 1 1 100%;
      flex: 1 1 100%;
  max-width: 85%;
  max-height: 100%;
  box-sizing: border-box;
}
.layout-column > .flex-85 {
  -ms-flex: 1 1 100%;
      flex: 1 1 100%;
  max-width: 100%;
  max-height: 85%;
  box-sizing: border-box;
}
.flex-90,
.layout-row > .flex-90 {
  -ms-flex: 1 1 100%;
      flex: 1 1 100%;
  max-width: 90%;
  max-height: 100%;
  box-sizing: border-box;
}
.layout-column > .flex-90 {
  -ms-flex: 1 1 100%;
      flex: 1 1 100%;
  max-width: 100%;
  max-height: 90%;
  box-sizing: border-box;
}
.flex-95,
.layout-row > .flex-95 {
  -ms-flex: 1 1 100%;
      flex: 1 1 100%;
  max-width: 95%;
  max-height: 100%;
  box-sizing: border-box;
}
.layout-column > .flex-95 {
  max-height: 95%;
}
.flex-100,
.layout-column > .flex-95 {
  -ms-flex: 1 1 100%;
      flex: 1 1 100%;
  max-width: 100%;
  box-sizing: border-box;
}
.flex-100 {
  max-height: 100%;
}
.layout-column > .flex-100,
.layout-row > .flex-100 {
  -ms-flex: 1 1 100%;
      flex: 1 1 100%;
  max-width: 100%;
  max-height: 100%;
  box-sizing: border-box;
}
.flex-33 {
  max-width: 33.33%;
}
.flex-33,
.flex-66 {
  -ms-flex: 1 1 100%;
      flex: 1 1 100%;
  max-height: 100%;
  box-sizing: border-box;
}
.flex-66 {
  max-width: 66.66%;
}
.layout-row > .flex-33 {
  -ms-flex: 1 1 33.33%;
      flex: 1 1 33.33%;
}
.layout-row > .flex-66 {
  -ms-flex: 1 1 66.66%;
      flex: 1 1 66.66%;
}
.layout-column > .flex-33 {
  -ms-flex: 1 1 33.33%;
      flex: 1 1 33.33%;
}
.layout-column > .flex-66 {
  -ms-flex: 1 1 66.66%;
      flex: 1 1 66.66%;
}
.layout-row > .flex-33 {
  max-width: 33.33%;
}
.layout-row > .flex-33,
.layout-row > .flex-66 {
  -ms-flex: 1 1 100%;
      flex: 1 1 100%;
  max-height: 100%;
  box-sizing: border-box;
}
.layout-row > .flex-66 {
  max-width: 66.66%;
}
.layout-row > .flex {
  min-width: 0;
}
.layout-column > .flex-33 {
  max-height: 33.33%;
}
.layout-column > .flex-33,
.layout-column > .flex-66 {
  -ms-flex: 1 1 100%;
      flex: 1 1 100%;
  max-width: 100%;
  box-sizing: border-box;
}
.layout-column > .flex-66 {
  max-height: 66.66%;
}
.layout-column > .flex {
  min-height: 0;
}
.layout,
.layout-column,
.layout-row {
  box-sizing: border-box;
  display: -ms-flexbox;
  display: flex;
}
.layout-column {
  -ms-flex-direction: column;
      flex-direction: column;
}
.layout-row {
  -ms-flex-direction: row;
      flex-direction: row;
}
.layout-padding-sm > *,
.layout-padding > .flex-sm {
  padding: 4px;
}
.layout-padding,
.layout-padding-gt-sm,
.layout-padding-gt-sm > *,
.layout-padding-md,
.layout-padding-md > *,
.layout-padding > *,
.layout-padding > .flex,
.layout-padding > .flex-gt-sm,
.layout-padding > .flex-md {
  padding: 8px;
}
.layout-padding-gt-lg > *,
.layout-padding-gt-md > *,
.layout-padding-lg > *,
.layout-padding > .flex-gt-lg,
.layout-padding > .flex-gt-md,
.layout-padding > .flex-lg {
  padding: 16px;
}
.layout-margin-sm > *,
.layout-margin > .flex-sm {
  margin: 4px;
}
.layout-margin,
.layout-margin-gt-sm,
.layout-margin-gt-sm > *,
.layout-margin-md,
.layout-margin-md > *,
.layout-margin > *,
.layout-margin > .flex,
.layout-margin > .flex-gt-sm,
.layout-margin > .flex-md {
  margin: 8px;
}
.layout-margin-gt-lg > *,
.layout-margin-gt-md > *,
.layout-margin-lg > *,
.layout-margin > .flex-gt-lg,
.layout-margin > .flex-gt-md,
.layout-margin > .flex-lg {
  margin: 16px;
}
.layout-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.layout-nowrap {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.layout-fill {
  margin: 0;
  width: 100%;
  min-height: 100%;
  height: 100%;
}
@media (max-width: 599px) {
  .hide-xs:not(.show-xs):not(.show),
  .hide:not(.show-xs):not(.show) {
    display: none;
  }
  .flex-order-xs--20 {
    -ms-flex-order: -20;
        order: -20;
  }
  .flex-order-xs--19 {
    -ms-flex-order: -19;
        order: -19;
  }
  .flex-order-xs--18 {
    -ms-flex-order: -18;
        order: -18;
  }
  .flex-order-xs--17 {
    -ms-flex-order: -17;
        order: -17;
  }
  .flex-order-xs--16 {
    -ms-flex-order: -16;
        order: -16;
  }
  .flex-order-xs--15 {
    -ms-flex-order: -15;
        order: -15;
  }
  .flex-order-xs--14 {
    -ms-flex-order: -14;
        order: -14;
  }
  .flex-order-xs--13 {
    -ms-flex-order: -13;
        order: -13;
  }
  .flex-order-xs--12 {
    -ms-flex-order: -12;
        order: -12;
  }
  .flex-order-xs--11 {
    -ms-flex-order: -11;
        order: -11;
  }
  .flex-order-xs--10 {
    -ms-flex-order: -10;
        order: -10;
  }
  .flex-order-xs--9 {
    -ms-flex-order: -9;
        order: -9;
  }
  .flex-order-xs--8 {
    -ms-flex-order: -8;
        order: -8;
  }
  .flex-order-xs--7 {
    -ms-flex-order: -7;
        order: -7;
  }
  .flex-order-xs--6 {
    -ms-flex-order: -6;
        order: -6;
  }
  .flex-order-xs--5 {
    -ms-flex-order: -5;
        order: -5;
  }
  .flex-order-xs--4 {
    -ms-flex-order: -4;
        order: -4;
  }
  .flex-order-xs--3 {
    -ms-flex-order: -3;
        order: -3;
  }
  .flex-order-xs--2 {
    -ms-flex-order: -2;
        order: -2;
  }
  .flex-order-xs--1 {
    -ms-flex-order: -1;
        order: -1;
  }
  .flex-order-xs-0 {
    -ms-flex-order: 0;
        order: 0;
  }
  .flex-order-xs-1 {
    -ms-flex-order: 1;
        order: 1;
  }
  .flex-order-xs-2 {
    -ms-flex-order: 2;
        order: 2;
  }
  .flex-order-xs-3 {
    -ms-flex-order: 3;
        order: 3;
  }
  .flex-order-xs-4 {
    -ms-flex-order: 4;
        order: 4;
  }
  .flex-order-xs-5 {
    -ms-flex-order: 5;
        order: 5;
  }
  .flex-order-xs-6 {
    -ms-flex-order: 6;
        order: 6;
  }
  .flex-order-xs-7 {
    -ms-flex-order: 7;
        order: 7;
  }
  .flex-order-xs-8 {
    -ms-flex-order: 8;
        order: 8;
  }
  .flex-order-xs-9 {
    -ms-flex-order: 9;
        order: 9;
  }
  .flex-order-xs-10 {
    -ms-flex-order: 10;
        order: 10;
  }
  .flex-order-xs-11 {
    -ms-flex-order: 11;
        order: 11;
  }
  .flex-order-xs-12 {
    -ms-flex-order: 12;
        order: 12;
  }
  .flex-order-xs-13 {
    -ms-flex-order: 13;
        order: 13;
  }
  .flex-order-xs-14 {
    -ms-flex-order: 14;
        order: 14;
  }
  .flex-order-xs-15 {
    -ms-flex-order: 15;
        order: 15;
  }
  .flex-order-xs-16 {
    -ms-flex-order: 16;
        order: 16;
  }
  .flex-order-xs-17 {
    -ms-flex-order: 17;
        order: 17;
  }
  .flex-order-xs-18 {
    -ms-flex-order: 18;
        order: 18;
  }
  .flex-order-xs-19 {
    -ms-flex-order: 19;
        order: 19;
  }
  .flex-order-xs-20 {
    -ms-flex-order: 20;
        order: 20;
  }
  .flex-offset-xs-0,
  .layout-margin .flex-offset-xs-0,
  .layout-margin .offset-xs-0,
  .offset-xs-0 {
    margin-left: 0;
  }
  [dir=rtl] .flex-offset-xs-0,
  [dir=rtl] .layout-margin .flex-offset-xs-0,
  [dir=rtl] .layout-margin .offset-xs-0,
  [dir=rtl] .offset-xs-0 {
    margin-left: auto;
    margin-right: 0;
  }
  .flex-offset-xs-5,
  .layout-margin .flex-offset-xs-5,
  .layout-margin .offset-xs-5,
  .offset-xs-5 {
    margin-left: 5%;
  }
  [dir=rtl] .flex-offset-xs-5,
  [dir=rtl] .layout-margin .flex-offset-xs-5,
  [dir=rtl] .layout-margin .offset-xs-5,
  [dir=rtl] .offset-xs-5 {
    margin-left: auto;
    margin-right: 5%;
  }
  .flex-offset-xs-10,
  .layout-margin .flex-offset-xs-10,
  .layout-margin .offset-xs-10,
  .offset-xs-10 {
    margin-left: 10%;
  }
  [dir=rtl] .flex-offset-xs-10,
  [dir=rtl] .layout-margin .flex-offset-xs-10,
  [dir=rtl] .layout-margin .offset-xs-10,
  [dir=rtl] .offset-xs-10 {
    margin-left: auto;
    margin-right: 10%;
  }
  .flex-offset-xs-15,
  .layout-margin .flex-offset-xs-15,
  .layout-margin .offset-xs-15,
  .offset-xs-15 {
    margin-left: 15%;
  }
  [dir=rtl] .flex-offset-xs-15,
  [dir=rtl] .layout-margin .flex-offset-xs-15,
  [dir=rtl] .layout-margin .offset-xs-15,
  [dir=rtl] .offset-xs-15 {
    margin-left: auto;
    margin-right: 15%;
  }
  .flex-offset-xs-20,
  .layout-margin .flex-offset-xs-20,
  .layout-margin .offset-xs-20,
  .offset-xs-20 {
    margin-left: 20%;
  }
  [dir=rtl] .flex-offset-xs-20,
  [dir=rtl] .layout-margin .flex-offset-xs-20,
  [dir=rtl] .layout-margin .offset-xs-20,
  [dir=rtl] .offset-xs-20 {
    margin-left: auto;
    margin-right: 20%;
  }
  .flex-offset-xs-25,
  .layout-margin .flex-offset-xs-25,
  .layout-margin .offset-xs-25,
  .offset-xs-25 {
    margin-left: 25%;
  }
  [dir=rtl] .flex-offset-xs-25,
  [dir=rtl] .layout-margin .flex-offset-xs-25,
  [dir=rtl] .layout-margin .offset-xs-25,
  [dir=rtl] .offset-xs-25 {
    margin-left: auto;
    margin-right: 25%;
  }
  .flex-offset-xs-30,
  .layout-margin .flex-offset-xs-30,
  .layout-margin .offset-xs-30,
  .offset-xs-30 {
    margin-left: 30%;
  }
  [dir=rtl] .flex-offset-xs-30,
  [dir=rtl] .layout-margin .flex-offset-xs-30,
  [dir=rtl] .layout-margin .offset-xs-30,
  [dir=rtl] .offset-xs-30 {
    margin-left: auto;
    margin-right: 30%;
  }
  .flex-offset-xs-35,
  .layout-margin .flex-offset-xs-35,
  .layout-margin .offset-xs-35,
  .offset-xs-35 {
    margin-left: 35%;
  }
  [dir=rtl] .flex-offset-xs-35,
  [dir=rtl] .layout-margin .flex-offset-xs-35,
  [dir=rtl] .layout-margin .offset-xs-35,
  [dir=rtl] .offset-xs-35 {
    margin-left: auto;
    margin-right: 35%;
  }
  .flex-offset-xs-40,
  .layout-margin .flex-offset-xs-40,
  .layout-margin .offset-xs-40,
  .offset-xs-40 {
    margin-left: 40%;
  }
  [dir=rtl] .flex-offset-xs-40,
  [dir=rtl] .layout-margin .flex-offset-xs-40,
  [dir=rtl] .layout-margin .offset-xs-40,
  [dir=rtl] .offset-xs-40 {
    margin-left: auto;
    margin-right: 40%;
  }
  .flex-offset-xs-45,
  .layout-margin .flex-offset-xs-45,
  .layout-margin .offset-xs-45,
  .offset-xs-45 {
    margin-left: 45%;
  }
  [dir=rtl] .flex-offset-xs-45,
  [dir=rtl] .layout-margin .flex-offset-xs-45,
  [dir=rtl] .layout-margin .offset-xs-45,
  [dir=rtl] .offset-xs-45 {
    margin-left: auto;
    margin-right: 45%;
  }
  .flex-offset-xs-50,
  .layout-margin .flex-offset-xs-50,
  .layout-margin .offset-xs-50,
  .offset-xs-50 {
    margin-left: 50%;
  }
  [dir=rtl] .flex-offset-xs-50,
  [dir=rtl] .layout-margin .flex-offset-xs-50,
  [dir=rtl] .layout-margin .offset-xs-50,
  [dir=rtl] .offset-xs-50 {
    margin-left: auto;
    margin-right: 50%;
  }
  .flex-offset-xs-55,
  .layout-margin .flex-offset-xs-55,
  .layout-margin .offset-xs-55,
  .offset-xs-55 {
    margin-left: 55%;
  }
  [dir=rtl] .flex-offset-xs-55,
  [dir=rtl] .layout-margin .flex-offset-xs-55,
  [dir=rtl] .layout-margin .offset-xs-55,
  [dir=rtl] .offset-xs-55 {
    margin-left: auto;
    margin-right: 55%;
  }
  .flex-offset-xs-60,
  .layout-margin .flex-offset-xs-60,
  .layout-margin .offset-xs-60,
  .offset-xs-60 {
    margin-left: 60%;
  }
  [dir=rtl] .flex-offset-xs-60,
  [dir=rtl] .layout-margin .flex-offset-xs-60,
  [dir=rtl] .layout-margin .offset-xs-60,
  [dir=rtl] .offset-xs-60 {
    margin-left: auto;
    margin-right: 60%;
  }
  .flex-offset-xs-65,
  .layout-margin .flex-offset-xs-65,
  .layout-margin .offset-xs-65,
  .offset-xs-65 {
    margin-left: 65%;
  }
  [dir=rtl] .flex-offset-xs-65,
  [dir=rtl] .layout-margin .flex-offset-xs-65,
  [dir=rtl] .layout-margin .offset-xs-65,
  [dir=rtl] .offset-xs-65 {
    margin-left: auto;
    margin-right: 65%;
  }
  .flex-offset-xs-70,
  .layout-margin .flex-offset-xs-70,
  .layout-margin .offset-xs-70,
  .offset-xs-70 {
    margin-left: 70%;
  }
  [dir=rtl] .flex-offset-xs-70,
  [dir=rtl] .layout-margin .flex-offset-xs-70,
  [dir=rtl] .layout-margin .offset-xs-70,
  [dir=rtl] .offset-xs-70 {
    margin-left: auto;
    margin-right: 70%;
  }
  .flex-offset-xs-75,
  .layout-margin .flex-offset-xs-75,
  .layout-margin .offset-xs-75,
  .offset-xs-75 {
    margin-left: 75%;
  }
  [dir=rtl] .flex-offset-xs-75,
  [dir=rtl] .layout-margin .flex-offset-xs-75,
  [dir=rtl] .layout-margin .offset-xs-75,
  [dir=rtl] .offset-xs-75 {
    margin-left: auto;
    margin-right: 75%;
  }
  .flex-offset-xs-80,
  .layout-margin .flex-offset-xs-80,
  .layout-margin .offset-xs-80,
  .offset-xs-80 {
    margin-left: 80%;
  }
  [dir=rtl] .flex-offset-xs-80,
  [dir=rtl] .layout-margin .flex-offset-xs-80,
  [dir=rtl] .layout-margin .offset-xs-80,
  [dir=rtl] .offset-xs-80 {
    margin-left: auto;
    margin-right: 80%;
  }
  .flex-offset-xs-85,
  .layout-margin .flex-offset-xs-85,
  .layout-margin .offset-xs-85,
  .offset-xs-85 {
    margin-left: 85%;
  }
  [dir=rtl] .flex-offset-xs-85,
  [dir=rtl] .layout-margin .flex-offset-xs-85,
  [dir=rtl] .layout-margin .offset-xs-85,
  [dir=rtl] .offset-xs-85 {
    margin-left: auto;
    margin-right: 85%;
  }
  .flex-offset-xs-90,
  .layout-margin .flex-offset-xs-90,
  .layout-margin .offset-xs-90,
  .offset-xs-90 {
    margin-left: 90%;
  }
  [dir=rtl] .flex-offset-xs-90,
  [dir=rtl] .layout-margin .flex-offset-xs-90,
  [dir=rtl] .layout-margin .offset-xs-90,
  [dir=rtl] .offset-xs-90 {
    margin-left: auto;
    margin-right: 90%;
  }
  .flex-offset-xs-95,
  .layout-margin .flex-offset-xs-95,
  .layout-margin .offset-xs-95,
  .offset-xs-95 {
    margin-left: 95%;
  }
  [dir=rtl] .flex-offset-xs-95,
  [dir=rtl] .layout-margin .flex-offset-xs-95,
  [dir=rtl] .layout-margin .offset-xs-95,
  [dir=rtl] .offset-xs-95 {
    margin-left: auto;
    margin-right: 95%;
  }
  .flex-offset-xs-33,
  .layout-margin .flex-offset-xs-33,
  .layout-margin .offset-xs-33,
  .offset-xs-33 {
    margin-left: 33.33333%;
  }
  .flex-offset-xs-66,
  .layout-margin .flex-offset-xs-66,
  .layout-margin .offset-xs-66,
  .offset-xs-66 {
    margin-left: 66.66667%;
  }
  [dir=rtl] .flex-offset-xs-66,
  [dir=rtl] .layout-margin .flex-offset-xs-66,
  [dir=rtl] .layout-margin .offset-xs-66,
  [dir=rtl] .offset-xs-66 {
    margin-left: auto;
    margin-right: 66.66667%;
  }
  .layout-align-xs,
  .layout-align-xs-start-stretch {
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-line-pack: stretch;
        align-content: stretch;
    -ms-flex-align: stretch;
        align-items: stretch;
  }
  .layout-align-xs-start,
  .layout-align-xs-start-center,
  .layout-align-xs-start-end,
  .layout-align-xs-start-start,
  .layout-align-xs-start-stretch {
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
  .layout-align-xs-center,
  .layout-align-xs-center-center,
  .layout-align-xs-center-end,
  .layout-align-xs-center-start,
  .layout-align-xs-center-stretch {
    -ms-flex-pack: center;
        justify-content: center;
  }
  .layout-align-xs-end,
  .layout-align-xs-end-center,
  .layout-align-xs-end-end,
  .layout-align-xs-end-start,
  .layout-align-xs-end-stretch {
    -ms-flex-pack: end;
        justify-content: flex-end;
  }
  .layout-align-xs-space-around,
  .layout-align-xs-space-around-center,
  .layout-align-xs-space-around-end,
  .layout-align-xs-space-around-start,
  .layout-align-xs-space-around-stretch {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .layout-align-xs-space-between,
  .layout-align-xs-space-between-center,
  .layout-align-xs-space-between-end,
  .layout-align-xs-space-between-start,
  .layout-align-xs-space-between-stretch {
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .layout-align-xs-center-start,
  .layout-align-xs-end-start,
  .layout-align-xs-space-around-start,
  .layout-align-xs-space-between-start,
  .layout-align-xs-start-start {
    -ms-flex-align: start;
        align-items: flex-start;
    -ms-flex-line-pack: start;
        align-content: flex-start;
  }
  .layout-align-xs-center-center,
  .layout-align-xs-end-center,
  .layout-align-xs-space-around-center,
  .layout-align-xs-space-between-center,
  .layout-align-xs-start-center {
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-line-pack: center;
        align-content: center;
    max-width: 100%;
  }
  .layout-align-xs-center-center > *,
  .layout-align-xs-end-center > *,
  .layout-align-xs-space-around-center > *,
  .layout-align-xs-space-between-center > *,
  .layout-align-xs-start-center > * {
    max-width: 100%;
    box-sizing: border-box;
  }
  .layout-align-xs-center-end,
  .layout-align-xs-end-end,
  .layout-align-xs-space-around-end,
  .layout-align-xs-space-between-end,
  .layout-align-xs-start-end {
    -ms-flex-align: end;
        align-items: flex-end;
    -ms-flex-line-pack: end;
        align-content: flex-end;
  }
  .layout-align-xs-center-stretch,
  .layout-align-xs-end-stretch,
  .layout-align-xs-space-around-stretch,
  .layout-align-xs-space-between-stretch,
  .layout-align-xs-start-stretch {
    -ms-flex-align: stretch;
        align-items: stretch;
    -ms-flex-line-pack: stretch;
        align-content: stretch;
  }
  .flex-xs {
    -ms-flex: 1;
        flex: 1;
    box-sizing: border-box;
  }
  .flex-xs-grow {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    box-sizing: border-box;
  }
  .flex-xs-initial {
    -ms-flex: 0 1 auto;
        flex: 0 1 auto;
    box-sizing: border-box;
  }
  .flex-xs-auto {
    -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    box-sizing: border-box;
  }
  .flex-xs-none {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    box-sizing: border-box;
  }
  .flex-xs-noshrink {
    -ms-flex: 1 0 auto;
        flex: 1 0 auto;
    box-sizing: border-box;
  }
  .flex-xs-nogrow {
    -ms-flex: 0 1 auto;
        flex: 0 1 auto;
    box-sizing: border-box;
  }
  .flex-xs-0,
  .layout-row > .flex-xs-0 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 0;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-xs-0 {
    min-width: 0;
  }
  .layout-column > .flex-xs-0 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 0%;
    box-sizing: border-box;
  }
  .layout-xs-row > .flex-xs-0 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 0;
    max-height: 100%;
    box-sizing: border-box;
    min-width: 0;
  }
  .layout-xs-column > .flex-xs-0 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 0%;
    box-sizing: border-box;
    min-height: 0;
  }
  .flex-xs-5,
  .layout-row > .flex-xs-5 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 5%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-xs-5 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 5%;
    box-sizing: border-box;
  }
  .layout-xs-row > .flex-xs-5 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 5%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-xs-column > .flex-xs-5 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 5%;
    box-sizing: border-box;
  }
  .flex-xs-10,
  .layout-row > .flex-xs-10 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 10%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-xs-10 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 10%;
    box-sizing: border-box;
  }
  .layout-xs-row > .flex-xs-10 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 10%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-xs-column > .flex-xs-10 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 10%;
    box-sizing: border-box;
  }
  .flex-xs-15,
  .layout-row > .flex-xs-15 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 15%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-xs-15 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 15%;
    box-sizing: border-box;
  }
  .layout-xs-row > .flex-xs-15 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 15%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-xs-column > .flex-xs-15 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 15%;
    box-sizing: border-box;
  }
  .flex-xs-20,
  .layout-row > .flex-xs-20 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 20%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-xs-20 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 20%;
    box-sizing: border-box;
  }
  .layout-xs-row > .flex-xs-20 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 20%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-xs-column > .flex-xs-20 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 20%;
    box-sizing: border-box;
  }
  .flex-xs-25,
  .layout-row > .flex-xs-25 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 25%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-xs-25 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 25%;
    box-sizing: border-box;
  }
  .layout-xs-row > .flex-xs-25 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 25%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-xs-column > .flex-xs-25 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 25%;
    box-sizing: border-box;
  }
  .flex-xs-30,
  .layout-row > .flex-xs-30 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 30%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-xs-30 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 30%;
    box-sizing: border-box;
  }
  .layout-xs-row > .flex-xs-30 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 30%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-xs-column > .flex-xs-30 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 30%;
    box-sizing: border-box;
  }
  .flex-xs-35,
  .layout-row > .flex-xs-35 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 35%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-xs-35 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 35%;
    box-sizing: border-box;
  }
  .layout-xs-row > .flex-xs-35 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 35%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-xs-column > .flex-xs-35 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 35%;
    box-sizing: border-box;
  }
  .flex-xs-40,
  .layout-row > .flex-xs-40 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 40%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-xs-40 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 40%;
    box-sizing: border-box;
  }
  .layout-xs-row > .flex-xs-40 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 40%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-xs-column > .flex-xs-40 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 40%;
    box-sizing: border-box;
  }
  .flex-xs-45,
  .layout-row > .flex-xs-45 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 45%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-xs-45 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 45%;
    box-sizing: border-box;
  }
  .layout-xs-row > .flex-xs-45 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 45%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-xs-column > .flex-xs-45 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 45%;
    box-sizing: border-box;
  }
  .flex-xs-50,
  .layout-row > .flex-xs-50 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 50%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-xs-50 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 50%;
    box-sizing: border-box;
  }
  .layout-xs-row > .flex-xs-50 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 50%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-xs-column > .flex-xs-50 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 50%;
    box-sizing: border-box;
  }
  .flex-xs-55,
  .layout-row > .flex-xs-55 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 55%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-xs-55 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 55%;
    box-sizing: border-box;
  }
  .layout-xs-row > .flex-xs-55 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 55%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-xs-column > .flex-xs-55 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 55%;
    box-sizing: border-box;
  }
  .flex-xs-60,
  .layout-row > .flex-xs-60 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 60%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-xs-60 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 60%;
    box-sizing: border-box;
  }
  .layout-xs-row > .flex-xs-60 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 60%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-xs-column > .flex-xs-60 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 60%;
    box-sizing: border-box;
  }
  .flex-xs-65,
  .layout-row > .flex-xs-65 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 65%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-xs-65 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 65%;
    box-sizing: border-box;
  }
  .layout-xs-row > .flex-xs-65 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 65%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-xs-column > .flex-xs-65 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 65%;
    box-sizing: border-box;
  }
  .flex-xs-70,
  .layout-row > .flex-xs-70 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 70%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-xs-70 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 70%;
    box-sizing: border-box;
  }
  .layout-xs-row > .flex-xs-70 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 70%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-xs-column > .flex-xs-70 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 70%;
    box-sizing: border-box;
  }
  .flex-xs-75,
  .layout-row > .flex-xs-75 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 75%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-xs-75 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 75%;
    box-sizing: border-box;
  }
  .layout-xs-row > .flex-xs-75 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 75%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-xs-column > .flex-xs-75 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 75%;
    box-sizing: border-box;
  }
  .flex-xs-80,
  .layout-row > .flex-xs-80 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 80%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-xs-80 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 80%;
    box-sizing: border-box;
  }
  .layout-xs-row > .flex-xs-80 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 80%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-xs-column > .flex-xs-80 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 80%;
    box-sizing: border-box;
  }
  .flex-xs-85,
  .layout-row > .flex-xs-85 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 85%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-xs-85 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 85%;
    box-sizing: border-box;
  }
  .layout-xs-row > .flex-xs-85 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 85%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-xs-column > .flex-xs-85 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 85%;
    box-sizing: border-box;
  }
  .flex-xs-90,
  .layout-row > .flex-xs-90 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 90%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-xs-90 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 90%;
    box-sizing: border-box;
  }
  .layout-xs-row > .flex-xs-90 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 90%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-xs-column > .flex-xs-90 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 90%;
    box-sizing: border-box;
  }
  .flex-xs-95,
  .layout-row > .flex-xs-95 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 95%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-xs-95 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 95%;
    box-sizing: border-box;
  }
  .layout-xs-row > .flex-xs-95 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 95%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-xs-column > .flex-xs-95 {
    max-height: 95%;
  }
  .flex-xs-100,
  .layout-xs-column > .flex-xs-95 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    box-sizing: border-box;
  }
  .flex-xs-100 {
    max-height: 100%;
  }
  .layout-column > .flex-xs-100,
  .layout-row > .flex-xs-100,
  .layout-xs-column > .flex-xs-100,
  .layout-xs-row > .flex-xs-100 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-xs-33 {
    -ms-flex: 1 1 33.33%;
        flex: 1 1 33.33%;
    max-width: 33.33%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-xs-66 {
    -ms-flex: 1 1 66.66%;
        flex: 1 1 66.66%;
    max-width: 66.66%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-xs-33 {
    -ms-flex: 1 1 33.33%;
        flex: 1 1 33.33%;
    max-width: 100%;
    max-height: 33.33%;
    box-sizing: border-box;
  }
  .layout-column > .flex-xs-66 {
    -ms-flex: 1 1 66.66%;
        flex: 1 1 66.66%;
    max-width: 100%;
    max-height: 66.66%;
    box-sizing: border-box;
  }
  .layout-xs-row > .flex-xs-33 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 33.33%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-xs-row > .flex-xs-66 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 66.66%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-xs-row > .flex {
    min-width: 0;
  }
  .layout-xs-column > .flex-xs-33 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 33.33%;
    box-sizing: border-box;
  }
  .layout-xs-column > .flex-xs-66 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 66.66%;
    box-sizing: border-box;
  }
  .layout-xs-column > .flex {
    min-height: 0;
  }
  .layout-xs,
  .layout-xs-column,
  .layout-xs-row {
    box-sizing: border-box;
    display: -ms-flexbox;
    display: flex;
  }
  .layout-xs-column {
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .layout-xs-row {
    -ms-flex-direction: row;
        flex-direction: row;
  }
}
@media (min-width: 600px) {
  .flex-order-gt-xs--20 {
    -ms-flex-order: -20;
        order: -20;
  }
  .flex-order-gt-xs--19 {
    -ms-flex-order: -19;
        order: -19;
  }
  .flex-order-gt-xs--18 {
    -ms-flex-order: -18;
        order: -18;
  }
  .flex-order-gt-xs--17 {
    -ms-flex-order: -17;
        order: -17;
  }
  .flex-order-gt-xs--16 {
    -ms-flex-order: -16;
        order: -16;
  }
  .flex-order-gt-xs--15 {
    -ms-flex-order: -15;
        order: -15;
  }
  .flex-order-gt-xs--14 {
    -ms-flex-order: -14;
        order: -14;
  }
  .flex-order-gt-xs--13 {
    -ms-flex-order: -13;
        order: -13;
  }
  .flex-order-gt-xs--12 {
    -ms-flex-order: -12;
        order: -12;
  }
  .flex-order-gt-xs--11 {
    -ms-flex-order: -11;
        order: -11;
  }
  .flex-order-gt-xs--10 {
    -ms-flex-order: -10;
        order: -10;
  }
  .flex-order-gt-xs--9 {
    -ms-flex-order: -9;
        order: -9;
  }
  .flex-order-gt-xs--8 {
    -ms-flex-order: -8;
        order: -8;
  }
  .flex-order-gt-xs--7 {
    -ms-flex-order: -7;
        order: -7;
  }
  .flex-order-gt-xs--6 {
    -ms-flex-order: -6;
        order: -6;
  }
  .flex-order-gt-xs--5 {
    -ms-flex-order: -5;
        order: -5;
  }
  .flex-order-gt-xs--4 {
    -ms-flex-order: -4;
        order: -4;
  }
  .flex-order-gt-xs--3 {
    -ms-flex-order: -3;
        order: -3;
  }
  .flex-order-gt-xs--2 {
    -ms-flex-order: -2;
        order: -2;
  }
  .flex-order-gt-xs--1 {
    -ms-flex-order: -1;
        order: -1;
  }
  .flex-order-gt-xs-0 {
    -ms-flex-order: 0;
        order: 0;
  }
  .flex-order-gt-xs-1 {
    -ms-flex-order: 1;
        order: 1;
  }
  .flex-order-gt-xs-2 {
    -ms-flex-order: 2;
        order: 2;
  }
  .flex-order-gt-xs-3 {
    -ms-flex-order: 3;
        order: 3;
  }
  .flex-order-gt-xs-4 {
    -ms-flex-order: 4;
        order: 4;
  }
  .flex-order-gt-xs-5 {
    -ms-flex-order: 5;
        order: 5;
  }
  .flex-order-gt-xs-6 {
    -ms-flex-order: 6;
        order: 6;
  }
  .flex-order-gt-xs-7 {
    -ms-flex-order: 7;
        order: 7;
  }
  .flex-order-gt-xs-8 {
    -ms-flex-order: 8;
        order: 8;
  }
  .flex-order-gt-xs-9 {
    -ms-flex-order: 9;
        order: 9;
  }
  .flex-order-gt-xs-10 {
    -ms-flex-order: 10;
        order: 10;
  }
  .flex-order-gt-xs-11 {
    -ms-flex-order: 11;
        order: 11;
  }
  .flex-order-gt-xs-12 {
    -ms-flex-order: 12;
        order: 12;
  }
  .flex-order-gt-xs-13 {
    -ms-flex-order: 13;
        order: 13;
  }
  .flex-order-gt-xs-14 {
    -ms-flex-order: 14;
        order: 14;
  }
  .flex-order-gt-xs-15 {
    -ms-flex-order: 15;
        order: 15;
  }
  .flex-order-gt-xs-16 {
    -ms-flex-order: 16;
        order: 16;
  }
  .flex-order-gt-xs-17 {
    -ms-flex-order: 17;
        order: 17;
  }
  .flex-order-gt-xs-18 {
    -ms-flex-order: 18;
        order: 18;
  }
  .flex-order-gt-xs-19 {
    -ms-flex-order: 19;
        order: 19;
  }
  .flex-order-gt-xs-20 {
    -ms-flex-order: 20;
        order: 20;
  }
  .flex-offset-gt-xs-0,
  .layout-margin .flex-offset-gt-xs-0,
  .layout-margin .offset-gt-xs-0,
  .offset-gt-xs-0 {
    margin-left: 0;
  }
  [dir=rtl] .flex-offset-gt-xs-0,
  [dir=rtl] .layout-margin .flex-offset-gt-xs-0,
  [dir=rtl] .layout-margin .offset-gt-xs-0,
  [dir=rtl] .offset-gt-xs-0 {
    margin-left: auto;
    margin-right: 0;
  }
  .flex-offset-gt-xs-5,
  .layout-margin .flex-offset-gt-xs-5,
  .layout-margin .offset-gt-xs-5,
  .offset-gt-xs-5 {
    margin-left: 5%;
  }
  [dir=rtl] .flex-offset-gt-xs-5,
  [dir=rtl] .layout-margin .flex-offset-gt-xs-5,
  [dir=rtl] .layout-margin .offset-gt-xs-5,
  [dir=rtl] .offset-gt-xs-5 {
    margin-left: auto;
    margin-right: 5%;
  }
  .flex-offset-gt-xs-10,
  .layout-margin .flex-offset-gt-xs-10,
  .layout-margin .offset-gt-xs-10,
  .offset-gt-xs-10 {
    margin-left: 10%;
  }
  [dir=rtl] .flex-offset-gt-xs-10,
  [dir=rtl] .layout-margin .flex-offset-gt-xs-10,
  [dir=rtl] .layout-margin .offset-gt-xs-10,
  [dir=rtl] .offset-gt-xs-10 {
    margin-left: auto;
    margin-right: 10%;
  }
  .flex-offset-gt-xs-15,
  .layout-margin .flex-offset-gt-xs-15,
  .layout-margin .offset-gt-xs-15,
  .offset-gt-xs-15 {
    margin-left: 15%;
  }
  [dir=rtl] .flex-offset-gt-xs-15,
  [dir=rtl] .layout-margin .flex-offset-gt-xs-15,
  [dir=rtl] .layout-margin .offset-gt-xs-15,
  [dir=rtl] .offset-gt-xs-15 {
    margin-left: auto;
    margin-right: 15%;
  }
  .flex-offset-gt-xs-20,
  .layout-margin .flex-offset-gt-xs-20,
  .layout-margin .offset-gt-xs-20,
  .offset-gt-xs-20 {
    margin-left: 20%;
  }
  [dir=rtl] .flex-offset-gt-xs-20,
  [dir=rtl] .layout-margin .flex-offset-gt-xs-20,
  [dir=rtl] .layout-margin .offset-gt-xs-20,
  [dir=rtl] .offset-gt-xs-20 {
    margin-left: auto;
    margin-right: 20%;
  }
  .flex-offset-gt-xs-25,
  .layout-margin .flex-offset-gt-xs-25,
  .layout-margin .offset-gt-xs-25,
  .offset-gt-xs-25 {
    margin-left: 25%;
  }
  [dir=rtl] .flex-offset-gt-xs-25,
  [dir=rtl] .layout-margin .flex-offset-gt-xs-25,
  [dir=rtl] .layout-margin .offset-gt-xs-25,
  [dir=rtl] .offset-gt-xs-25 {
    margin-left: auto;
    margin-right: 25%;
  }
  .flex-offset-gt-xs-30,
  .layout-margin .flex-offset-gt-xs-30,
  .layout-margin .offset-gt-xs-30,
  .offset-gt-xs-30 {
    margin-left: 30%;
  }
  [dir=rtl] .flex-offset-gt-xs-30,
  [dir=rtl] .layout-margin .flex-offset-gt-xs-30,
  [dir=rtl] .layout-margin .offset-gt-xs-30,
  [dir=rtl] .offset-gt-xs-30 {
    margin-left: auto;
    margin-right: 30%;
  }
  .flex-offset-gt-xs-35,
  .layout-margin .flex-offset-gt-xs-35,
  .layout-margin .offset-gt-xs-35,
  .offset-gt-xs-35 {
    margin-left: 35%;
  }
  [dir=rtl] .flex-offset-gt-xs-35,
  [dir=rtl] .layout-margin .flex-offset-gt-xs-35,
  [dir=rtl] .layout-margin .offset-gt-xs-35,
  [dir=rtl] .offset-gt-xs-35 {
    margin-left: auto;
    margin-right: 35%;
  }
  .flex-offset-gt-xs-40,
  .layout-margin .flex-offset-gt-xs-40,
  .layout-margin .offset-gt-xs-40,
  .offset-gt-xs-40 {
    margin-left: 40%;
  }
  [dir=rtl] .flex-offset-gt-xs-40,
  [dir=rtl] .layout-margin .flex-offset-gt-xs-40,
  [dir=rtl] .layout-margin .offset-gt-xs-40,
  [dir=rtl] .offset-gt-xs-40 {
    margin-left: auto;
    margin-right: 40%;
  }
  .flex-offset-gt-xs-45,
  .layout-margin .flex-offset-gt-xs-45,
  .layout-margin .offset-gt-xs-45,
  .offset-gt-xs-45 {
    margin-left: 45%;
  }
  [dir=rtl] .flex-offset-gt-xs-45,
  [dir=rtl] .layout-margin .flex-offset-gt-xs-45,
  [dir=rtl] .layout-margin .offset-gt-xs-45,
  [dir=rtl] .offset-gt-xs-45 {
    margin-left: auto;
    margin-right: 45%;
  }
  .flex-offset-gt-xs-50,
  .layout-margin .flex-offset-gt-xs-50,
  .layout-margin .offset-gt-xs-50,
  .offset-gt-xs-50 {
    margin-left: 50%;
  }
  [dir=rtl] .flex-offset-gt-xs-50,
  [dir=rtl] .layout-margin .flex-offset-gt-xs-50,
  [dir=rtl] .layout-margin .offset-gt-xs-50,
  [dir=rtl] .offset-gt-xs-50 {
    margin-left: auto;
    margin-right: 50%;
  }
  .flex-offset-gt-xs-55,
  .layout-margin .flex-offset-gt-xs-55,
  .layout-margin .offset-gt-xs-55,
  .offset-gt-xs-55 {
    margin-left: 55%;
  }
  [dir=rtl] .flex-offset-gt-xs-55,
  [dir=rtl] .layout-margin .flex-offset-gt-xs-55,
  [dir=rtl] .layout-margin .offset-gt-xs-55,
  [dir=rtl] .offset-gt-xs-55 {
    margin-left: auto;
    margin-right: 55%;
  }
  .flex-offset-gt-xs-60,
  .layout-margin .flex-offset-gt-xs-60,
  .layout-margin .offset-gt-xs-60,
  .offset-gt-xs-60 {
    margin-left: 60%;
  }
  [dir=rtl] .flex-offset-gt-xs-60,
  [dir=rtl] .layout-margin .flex-offset-gt-xs-60,
  [dir=rtl] .layout-margin .offset-gt-xs-60,
  [dir=rtl] .offset-gt-xs-60 {
    margin-left: auto;
    margin-right: 60%;
  }
  .flex-offset-gt-xs-65,
  .layout-margin .flex-offset-gt-xs-65,
  .layout-margin .offset-gt-xs-65,
  .offset-gt-xs-65 {
    margin-left: 65%;
  }
  [dir=rtl] .flex-offset-gt-xs-65,
  [dir=rtl] .layout-margin .flex-offset-gt-xs-65,
  [dir=rtl] .layout-margin .offset-gt-xs-65,
  [dir=rtl] .offset-gt-xs-65 {
    margin-left: auto;
    margin-right: 65%;
  }
  .flex-offset-gt-xs-70,
  .layout-margin .flex-offset-gt-xs-70,
  .layout-margin .offset-gt-xs-70,
  .offset-gt-xs-70 {
    margin-left: 70%;
  }
  [dir=rtl] .flex-offset-gt-xs-70,
  [dir=rtl] .layout-margin .flex-offset-gt-xs-70,
  [dir=rtl] .layout-margin .offset-gt-xs-70,
  [dir=rtl] .offset-gt-xs-70 {
    margin-left: auto;
    margin-right: 70%;
  }
  .flex-offset-gt-xs-75,
  .layout-margin .flex-offset-gt-xs-75,
  .layout-margin .offset-gt-xs-75,
  .offset-gt-xs-75 {
    margin-left: 75%;
  }
  [dir=rtl] .flex-offset-gt-xs-75,
  [dir=rtl] .layout-margin .flex-offset-gt-xs-75,
  [dir=rtl] .layout-margin .offset-gt-xs-75,
  [dir=rtl] .offset-gt-xs-75 {
    margin-left: auto;
    margin-right: 75%;
  }
  .flex-offset-gt-xs-80,
  .layout-margin .flex-offset-gt-xs-80,
  .layout-margin .offset-gt-xs-80,
  .offset-gt-xs-80 {
    margin-left: 80%;
  }
  [dir=rtl] .flex-offset-gt-xs-80,
  [dir=rtl] .layout-margin .flex-offset-gt-xs-80,
  [dir=rtl] .layout-margin .offset-gt-xs-80,
  [dir=rtl] .offset-gt-xs-80 {
    margin-left: auto;
    margin-right: 80%;
  }
  .flex-offset-gt-xs-85,
  .layout-margin .flex-offset-gt-xs-85,
  .layout-margin .offset-gt-xs-85,
  .offset-gt-xs-85 {
    margin-left: 85%;
  }
  [dir=rtl] .flex-offset-gt-xs-85,
  [dir=rtl] .layout-margin .flex-offset-gt-xs-85,
  [dir=rtl] .layout-margin .offset-gt-xs-85,
  [dir=rtl] .offset-gt-xs-85 {
    margin-left: auto;
    margin-right: 85%;
  }
  .flex-offset-gt-xs-90,
  .layout-margin .flex-offset-gt-xs-90,
  .layout-margin .offset-gt-xs-90,
  .offset-gt-xs-90 {
    margin-left: 90%;
  }
  [dir=rtl] .flex-offset-gt-xs-90,
  [dir=rtl] .layout-margin .flex-offset-gt-xs-90,
  [dir=rtl] .layout-margin .offset-gt-xs-90,
  [dir=rtl] .offset-gt-xs-90 {
    margin-left: auto;
    margin-right: 90%;
  }
  .flex-offset-gt-xs-95,
  .layout-margin .flex-offset-gt-xs-95,
  .layout-margin .offset-gt-xs-95,
  .offset-gt-xs-95 {
    margin-left: 95%;
  }
  [dir=rtl] .flex-offset-gt-xs-95,
  [dir=rtl] .layout-margin .flex-offset-gt-xs-95,
  [dir=rtl] .layout-margin .offset-gt-xs-95,
  [dir=rtl] .offset-gt-xs-95 {
    margin-left: auto;
    margin-right: 95%;
  }
  .flex-offset-gt-xs-33,
  .layout-margin .flex-offset-gt-xs-33,
  .layout-margin .offset-gt-xs-33,
  .offset-gt-xs-33 {
    margin-left: 33.33333%;
  }
  .flex-offset-gt-xs-66,
  .layout-margin .flex-offset-gt-xs-66,
  .layout-margin .offset-gt-xs-66,
  .offset-gt-xs-66 {
    margin-left: 66.66667%;
  }
  [dir=rtl] .flex-offset-gt-xs-66,
  [dir=rtl] .layout-margin .flex-offset-gt-xs-66,
  [dir=rtl] .layout-margin .offset-gt-xs-66,
  [dir=rtl] .offset-gt-xs-66 {
    margin-left: auto;
    margin-right: 66.66667%;
  }
  .layout-align-gt-xs,
  .layout-align-gt-xs-start-stretch {
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-line-pack: stretch;
        align-content: stretch;
    -ms-flex-align: stretch;
        align-items: stretch;
  }
  .layout-align-gt-xs-start,
  .layout-align-gt-xs-start-center,
  .layout-align-gt-xs-start-end,
  .layout-align-gt-xs-start-start,
  .layout-align-gt-xs-start-stretch {
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
  .layout-align-gt-xs-center,
  .layout-align-gt-xs-center-center,
  .layout-align-gt-xs-center-end,
  .layout-align-gt-xs-center-start,
  .layout-align-gt-xs-center-stretch {
    -ms-flex-pack: center;
        justify-content: center;
  }
  .layout-align-gt-xs-end,
  .layout-align-gt-xs-end-center,
  .layout-align-gt-xs-end-end,
  .layout-align-gt-xs-end-start,
  .layout-align-gt-xs-end-stretch {
    -ms-flex-pack: end;
        justify-content: flex-end;
  }
  .layout-align-gt-xs-space-around,
  .layout-align-gt-xs-space-around-center,
  .layout-align-gt-xs-space-around-end,
  .layout-align-gt-xs-space-around-start,
  .layout-align-gt-xs-space-around-stretch {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .layout-align-gt-xs-space-between,
  .layout-align-gt-xs-space-between-center,
  .layout-align-gt-xs-space-between-end,
  .layout-align-gt-xs-space-between-start,
  .layout-align-gt-xs-space-between-stretch {
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .layout-align-gt-xs-center-start,
  .layout-align-gt-xs-end-start,
  .layout-align-gt-xs-space-around-start,
  .layout-align-gt-xs-space-between-start,
  .layout-align-gt-xs-start-start {
    -ms-flex-align: start;
        align-items: flex-start;
    -ms-flex-line-pack: start;
        align-content: flex-start;
  }
  .layout-align-gt-xs-center-center,
  .layout-align-gt-xs-end-center,
  .layout-align-gt-xs-space-around-center,
  .layout-align-gt-xs-space-between-center,
  .layout-align-gt-xs-start-center {
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-line-pack: center;
        align-content: center;
    max-width: 100%;
  }
  .layout-align-gt-xs-center-center > *,
  .layout-align-gt-xs-end-center > *,
  .layout-align-gt-xs-space-around-center > *,
  .layout-align-gt-xs-space-between-center > *,
  .layout-align-gt-xs-start-center > * {
    max-width: 100%;
    box-sizing: border-box;
  }
  .layout-align-gt-xs-center-end,
  .layout-align-gt-xs-end-end,
  .layout-align-gt-xs-space-around-end,
  .layout-align-gt-xs-space-between-end,
  .layout-align-gt-xs-start-end {
    -ms-flex-align: end;
        align-items: flex-end;
    -ms-flex-line-pack: end;
        align-content: flex-end;
  }
  .layout-align-gt-xs-center-stretch,
  .layout-align-gt-xs-end-stretch,
  .layout-align-gt-xs-space-around-stretch,
  .layout-align-gt-xs-space-between-stretch,
  .layout-align-gt-xs-start-stretch {
    -ms-flex-align: stretch;
        align-items: stretch;
    -ms-flex-line-pack: stretch;
        align-content: stretch;
  }
  .flex-gt-xs {
    -ms-flex: 1;
        flex: 1;
    box-sizing: border-box;
  }
  .flex-gt-xs-grow {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    box-sizing: border-box;
  }
  .flex-gt-xs-initial {
    -ms-flex: 0 1 auto;
        flex: 0 1 auto;
    box-sizing: border-box;
  }
  .flex-gt-xs-auto {
    -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    box-sizing: border-box;
  }
  .flex-gt-xs-none {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    box-sizing: border-box;
  }
  .flex-gt-xs-noshrink {
    -ms-flex: 1 0 auto;
        flex: 1 0 auto;
    box-sizing: border-box;
  }
  .flex-gt-xs-nogrow {
    -ms-flex: 0 1 auto;
        flex: 0 1 auto;
    box-sizing: border-box;
  }
  .flex-gt-xs-0,
  .layout-row > .flex-gt-xs-0 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 0;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-gt-xs-0 {
    min-width: 0;
  }
  .layout-column > .flex-gt-xs-0 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 0%;
    box-sizing: border-box;
  }
  .layout-gt-xs-row > .flex-gt-xs-0 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 0;
    max-height: 100%;
    box-sizing: border-box;
    min-width: 0;
  }
  .layout-gt-xs-column > .flex-gt-xs-0 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 0%;
    box-sizing: border-box;
    min-height: 0;
  }
  .flex-gt-xs-5,
  .layout-row > .flex-gt-xs-5 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 5%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-xs-5 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 5%;
    box-sizing: border-box;
  }
  .layout-gt-xs-row > .flex-gt-xs-5 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 5%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-gt-xs-column > .flex-gt-xs-5 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 5%;
    box-sizing: border-box;
  }
  .flex-gt-xs-10,
  .layout-row > .flex-gt-xs-10 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 10%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-xs-10 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 10%;
    box-sizing: border-box;
  }
  .layout-gt-xs-row > .flex-gt-xs-10 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 10%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-gt-xs-column > .flex-gt-xs-10 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 10%;
    box-sizing: border-box;
  }
  .flex-gt-xs-15,
  .layout-row > .flex-gt-xs-15 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 15%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-xs-15 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 15%;
    box-sizing: border-box;
  }
  .layout-gt-xs-row > .flex-gt-xs-15 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 15%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-gt-xs-column > .flex-gt-xs-15 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 15%;
    box-sizing: border-box;
  }
  .flex-gt-xs-20,
  .layout-row > .flex-gt-xs-20 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 20%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-xs-20 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 20%;
    box-sizing: border-box;
  }
  .layout-gt-xs-row > .flex-gt-xs-20 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 20%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-gt-xs-column > .flex-gt-xs-20 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 20%;
    box-sizing: border-box;
  }
  .flex-gt-xs-25,
  .layout-row > .flex-gt-xs-25 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 25%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-xs-25 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 25%;
    box-sizing: border-box;
  }
  .layout-gt-xs-row > .flex-gt-xs-25 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 25%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-gt-xs-column > .flex-gt-xs-25 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 25%;
    box-sizing: border-box;
  }
  .flex-gt-xs-30,
  .layout-row > .flex-gt-xs-30 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 30%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-xs-30 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 30%;
    box-sizing: border-box;
  }
  .layout-gt-xs-row > .flex-gt-xs-30 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 30%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-gt-xs-column > .flex-gt-xs-30 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 30%;
    box-sizing: border-box;
  }
  .flex-gt-xs-35,
  .layout-row > .flex-gt-xs-35 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 35%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-xs-35 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 35%;
    box-sizing: border-box;
  }
  .layout-gt-xs-row > .flex-gt-xs-35 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 35%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-gt-xs-column > .flex-gt-xs-35 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 35%;
    box-sizing: border-box;
  }
  .flex-gt-xs-40,
  .layout-row > .flex-gt-xs-40 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 40%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-xs-40 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 40%;
    box-sizing: border-box;
  }
  .layout-gt-xs-row > .flex-gt-xs-40 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 40%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-gt-xs-column > .flex-gt-xs-40 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 40%;
    box-sizing: border-box;
  }
  .flex-gt-xs-45,
  .layout-row > .flex-gt-xs-45 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 45%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-xs-45 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 45%;
    box-sizing: border-box;
  }
  .layout-gt-xs-row > .flex-gt-xs-45 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 45%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-gt-xs-column > .flex-gt-xs-45 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 45%;
    box-sizing: border-box;
  }
  .flex-gt-xs-50,
  .layout-row > .flex-gt-xs-50 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 50%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-xs-50 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 50%;
    box-sizing: border-box;
  }
  .layout-gt-xs-row > .flex-gt-xs-50 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 50%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-gt-xs-column > .flex-gt-xs-50 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 50%;
    box-sizing: border-box;
  }
  .flex-gt-xs-55,
  .layout-row > .flex-gt-xs-55 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 55%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-xs-55 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 55%;
    box-sizing: border-box;
  }
  .layout-gt-xs-row > .flex-gt-xs-55 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 55%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-gt-xs-column > .flex-gt-xs-55 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 55%;
    box-sizing: border-box;
  }
  .flex-gt-xs-60,
  .layout-row > .flex-gt-xs-60 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 60%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-xs-60 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 60%;
    box-sizing: border-box;
  }
  .layout-gt-xs-row > .flex-gt-xs-60 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 60%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-gt-xs-column > .flex-gt-xs-60 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 60%;
    box-sizing: border-box;
  }
  .flex-gt-xs-65,
  .layout-row > .flex-gt-xs-65 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 65%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-xs-65 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 65%;
    box-sizing: border-box;
  }
  .layout-gt-xs-row > .flex-gt-xs-65 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 65%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-gt-xs-column > .flex-gt-xs-65 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 65%;
    box-sizing: border-box;
  }
  .flex-gt-xs-70,
  .layout-row > .flex-gt-xs-70 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 70%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-xs-70 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 70%;
    box-sizing: border-box;
  }
  .layout-gt-xs-row > .flex-gt-xs-70 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 70%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-gt-xs-column > .flex-gt-xs-70 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 70%;
    box-sizing: border-box;
  }
  .flex-gt-xs-75,
  .layout-row > .flex-gt-xs-75 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 75%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-xs-75 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 75%;
    box-sizing: border-box;
  }
  .layout-gt-xs-row > .flex-gt-xs-75 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 75%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-gt-xs-column > .flex-gt-xs-75 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 75%;
    box-sizing: border-box;
  }
  .flex-gt-xs-80,
  .layout-row > .flex-gt-xs-80 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 80%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-xs-80 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 80%;
    box-sizing: border-box;
  }
  .layout-gt-xs-row > .flex-gt-xs-80 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 80%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-gt-xs-column > .flex-gt-xs-80 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 80%;
    box-sizing: border-box;
  }
  .flex-gt-xs-85,
  .layout-row > .flex-gt-xs-85 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 85%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-xs-85 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 85%;
    box-sizing: border-box;
  }
  .layout-gt-xs-row > .flex-gt-xs-85 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 85%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-gt-xs-column > .flex-gt-xs-85 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 85%;
    box-sizing: border-box;
  }
  .flex-gt-xs-90,
  .layout-row > .flex-gt-xs-90 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 90%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-xs-90 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 90%;
    box-sizing: border-box;
  }
  .layout-gt-xs-row > .flex-gt-xs-90 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 90%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-gt-xs-column > .flex-gt-xs-90 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 90%;
    box-sizing: border-box;
  }
  .flex-gt-xs-95,
  .layout-row > .flex-gt-xs-95 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 95%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-xs-95 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 95%;
    box-sizing: border-box;
  }
  .layout-gt-xs-row > .flex-gt-xs-95 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 95%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-gt-xs-column > .flex-gt-xs-95 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 95%;
    box-sizing: border-box;
  }
  .flex-gt-xs-100,
  .layout-column > .flex-gt-xs-100,
  .layout-gt-xs-column > .flex-gt-xs-100,
  .layout-gt-xs-row > .flex-gt-xs-100,
  .layout-row > .flex-gt-xs-100 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-gt-xs-33 {
    -ms-flex: 1 1 33.33%;
        flex: 1 1 33.33%;
    max-width: 33.33%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-gt-xs-66 {
    -ms-flex: 1 1 66.66%;
        flex: 1 1 66.66%;
    max-width: 66.66%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-xs-33 {
    -ms-flex: 1 1 33.33%;
        flex: 1 1 33.33%;
    max-width: 100%;
    max-height: 33.33%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-xs-66 {
    -ms-flex: 1 1 66.66%;
        flex: 1 1 66.66%;
    max-width: 100%;
    max-height: 66.66%;
    box-sizing: border-box;
  }
  .layout-gt-xs-row > .flex-gt-xs-33 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 33.33%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-gt-xs-row > .flex-gt-xs-66 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 66.66%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-gt-xs-row > .flex {
    min-width: 0;
  }
  .layout-gt-xs-column > .flex-gt-xs-33 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 33.33%;
    box-sizing: border-box;
  }
  .layout-gt-xs-column > .flex-gt-xs-66 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 66.66%;
    box-sizing: border-box;
  }
  .layout-gt-xs-column > .flex {
    min-height: 0;
  }
  .layout-gt-xs,
  .layout-gt-xs-column,
  .layout-gt-xs-row {
    box-sizing: border-box;
    display: -ms-flexbox;
    display: flex;
  }
  .layout-gt-xs-column {
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .layout-gt-xs-row {
    -ms-flex-direction: row;
        flex-direction: row;
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  .hide-gt-xs:not(.show-gt-xs):not(.show-sm):not(.show),
  .hide-sm:not(.show-gt-xs):not(.show-sm):not(.show),
  .hide:not(.show-gt-xs):not(.show-sm):not(.show) {
    display: none;
  }
  .flex-order-sm--20 {
    -ms-flex-order: -20;
        order: -20;
  }
  .flex-order-sm--19 {
    -ms-flex-order: -19;
        order: -19;
  }
  .flex-order-sm--18 {
    -ms-flex-order: -18;
        order: -18;
  }
  .flex-order-sm--17 {
    -ms-flex-order: -17;
        order: -17;
  }
  .flex-order-sm--16 {
    -ms-flex-order: -16;
        order: -16;
  }
  .flex-order-sm--15 {
    -ms-flex-order: -15;
        order: -15;
  }
  .flex-order-sm--14 {
    -ms-flex-order: -14;
        order: -14;
  }
  .flex-order-sm--13 {
    -ms-flex-order: -13;
        order: -13;
  }
  .flex-order-sm--12 {
    -ms-flex-order: -12;
        order: -12;
  }
  .flex-order-sm--11 {
    -ms-flex-order: -11;
        order: -11;
  }
  .flex-order-sm--10 {
    -ms-flex-order: -10;
        order: -10;
  }
  .flex-order-sm--9 {
    -ms-flex-order: -9;
        order: -9;
  }
  .flex-order-sm--8 {
    -ms-flex-order: -8;
        order: -8;
  }
  .flex-order-sm--7 {
    -ms-flex-order: -7;
        order: -7;
  }
  .flex-order-sm--6 {
    -ms-flex-order: -6;
        order: -6;
  }
  .flex-order-sm--5 {
    -ms-flex-order: -5;
        order: -5;
  }
  .flex-order-sm--4 {
    -ms-flex-order: -4;
        order: -4;
  }
  .flex-order-sm--3 {
    -ms-flex-order: -3;
        order: -3;
  }
  .flex-order-sm--2 {
    -ms-flex-order: -2;
        order: -2;
  }
  .flex-order-sm--1 {
    -ms-flex-order: -1;
        order: -1;
  }
  .flex-order-sm-0 {
    -ms-flex-order: 0;
        order: 0;
  }
  .flex-order-sm-1 {
    -ms-flex-order: 1;
        order: 1;
  }
  .flex-order-sm-2 {
    -ms-flex-order: 2;
        order: 2;
  }
  .flex-order-sm-3 {
    -ms-flex-order: 3;
        order: 3;
  }
  .flex-order-sm-4 {
    -ms-flex-order: 4;
        order: 4;
  }
  .flex-order-sm-5 {
    -ms-flex-order: 5;
        order: 5;
  }
  .flex-order-sm-6 {
    -ms-flex-order: 6;
        order: 6;
  }
  .flex-order-sm-7 {
    -ms-flex-order: 7;
        order: 7;
  }
  .flex-order-sm-8 {
    -ms-flex-order: 8;
        order: 8;
  }
  .flex-order-sm-9 {
    -ms-flex-order: 9;
        order: 9;
  }
  .flex-order-sm-10 {
    -ms-flex-order: 10;
        order: 10;
  }
  .flex-order-sm-11 {
    -ms-flex-order: 11;
        order: 11;
  }
  .flex-order-sm-12 {
    -ms-flex-order: 12;
        order: 12;
  }
  .flex-order-sm-13 {
    -ms-flex-order: 13;
        order: 13;
  }
  .flex-order-sm-14 {
    -ms-flex-order: 14;
        order: 14;
  }
  .flex-order-sm-15 {
    -ms-flex-order: 15;
        order: 15;
  }
  .flex-order-sm-16 {
    -ms-flex-order: 16;
        order: 16;
  }
  .flex-order-sm-17 {
    -ms-flex-order: 17;
        order: 17;
  }
  .flex-order-sm-18 {
    -ms-flex-order: 18;
        order: 18;
  }
  .flex-order-sm-19 {
    -ms-flex-order: 19;
        order: 19;
  }
  .flex-order-sm-20 {
    -ms-flex-order: 20;
        order: 20;
  }
  .flex-offset-sm-0,
  .layout-margin .flex-offset-sm-0,
  .layout-margin .offset-sm-0,
  .offset-sm-0 {
    margin-left: 0;
  }
  [dir=rtl] .flex-offset-sm-0,
  [dir=rtl] .layout-margin .flex-offset-sm-0,
  [dir=rtl] .layout-margin .offset-sm-0,
  [dir=rtl] .offset-sm-0 {
    margin-left: auto;
    margin-right: 0;
  }
  .flex-offset-sm-5,
  .layout-margin .flex-offset-sm-5,
  .layout-margin .offset-sm-5,
  .offset-sm-5 {
    margin-left: 5%;
  }
  [dir=rtl] .flex-offset-sm-5,
  [dir=rtl] .layout-margin .flex-offset-sm-5,
  [dir=rtl] .layout-margin .offset-sm-5,
  [dir=rtl] .offset-sm-5 {
    margin-left: auto;
    margin-right: 5%;
  }
  .flex-offset-sm-10,
  .layout-margin .flex-offset-sm-10,
  .layout-margin .offset-sm-10,
  .offset-sm-10 {
    margin-left: 10%;
  }
  [dir=rtl] .flex-offset-sm-10,
  [dir=rtl] .layout-margin .flex-offset-sm-10,
  [dir=rtl] .layout-margin .offset-sm-10,
  [dir=rtl] .offset-sm-10 {
    margin-left: auto;
    margin-right: 10%;
  }
  .flex-offset-sm-15,
  .layout-margin .flex-offset-sm-15,
  .layout-margin .offset-sm-15,
  .offset-sm-15 {
    margin-left: 15%;
  }
  [dir=rtl] .flex-offset-sm-15,
  [dir=rtl] .layout-margin .flex-offset-sm-15,
  [dir=rtl] .layout-margin .offset-sm-15,
  [dir=rtl] .offset-sm-15 {
    margin-left: auto;
    margin-right: 15%;
  }
  .flex-offset-sm-20,
  .layout-margin .flex-offset-sm-20,
  .layout-margin .offset-sm-20,
  .offset-sm-20 {
    margin-left: 20%;
  }
  [dir=rtl] .flex-offset-sm-20,
  [dir=rtl] .layout-margin .flex-offset-sm-20,
  [dir=rtl] .layout-margin .offset-sm-20,
  [dir=rtl] .offset-sm-20 {
    margin-left: auto;
    margin-right: 20%;
  }
  .flex-offset-sm-25,
  .layout-margin .flex-offset-sm-25,
  .layout-margin .offset-sm-25,
  .offset-sm-25 {
    margin-left: 25%;
  }
  [dir=rtl] .flex-offset-sm-25,
  [dir=rtl] .layout-margin .flex-offset-sm-25,
  [dir=rtl] .layout-margin .offset-sm-25,
  [dir=rtl] .offset-sm-25 {
    margin-left: auto;
    margin-right: 25%;
  }
  .flex-offset-sm-30,
  .layout-margin .flex-offset-sm-30,
  .layout-margin .offset-sm-30,
  .offset-sm-30 {
    margin-left: 30%;
  }
  [dir=rtl] .flex-offset-sm-30,
  [dir=rtl] .layout-margin .flex-offset-sm-30,
  [dir=rtl] .layout-margin .offset-sm-30,
  [dir=rtl] .offset-sm-30 {
    margin-left: auto;
    margin-right: 30%;
  }
  .flex-offset-sm-35,
  .layout-margin .flex-offset-sm-35,
  .layout-margin .offset-sm-35,
  .offset-sm-35 {
    margin-left: 35%;
  }
  [dir=rtl] .flex-offset-sm-35,
  [dir=rtl] .layout-margin .flex-offset-sm-35,
  [dir=rtl] .layout-margin .offset-sm-35,
  [dir=rtl] .offset-sm-35 {
    margin-left: auto;
    margin-right: 35%;
  }
  .flex-offset-sm-40,
  .layout-margin .flex-offset-sm-40,
  .layout-margin .offset-sm-40,
  .offset-sm-40 {
    margin-left: 40%;
  }
  [dir=rtl] .flex-offset-sm-40,
  [dir=rtl] .layout-margin .flex-offset-sm-40,
  [dir=rtl] .layout-margin .offset-sm-40,
  [dir=rtl] .offset-sm-40 {
    margin-left: auto;
    margin-right: 40%;
  }
  .flex-offset-sm-45,
  .layout-margin .flex-offset-sm-45,
  .layout-margin .offset-sm-45,
  .offset-sm-45 {
    margin-left: 45%;
  }
  [dir=rtl] .flex-offset-sm-45,
  [dir=rtl] .layout-margin .flex-offset-sm-45,
  [dir=rtl] .layout-margin .offset-sm-45,
  [dir=rtl] .offset-sm-45 {
    margin-left: auto;
    margin-right: 45%;
  }
  .flex-offset-sm-50,
  .layout-margin .flex-offset-sm-50,
  .layout-margin .offset-sm-50,
  .offset-sm-50 {
    margin-left: 50%;
  }
  [dir=rtl] .flex-offset-sm-50,
  [dir=rtl] .layout-margin .flex-offset-sm-50,
  [dir=rtl] .layout-margin .offset-sm-50,
  [dir=rtl] .offset-sm-50 {
    margin-left: auto;
    margin-right: 50%;
  }
  .flex-offset-sm-55,
  .layout-margin .flex-offset-sm-55,
  .layout-margin .offset-sm-55,
  .offset-sm-55 {
    margin-left: 55%;
  }
  [dir=rtl] .flex-offset-sm-55,
  [dir=rtl] .layout-margin .flex-offset-sm-55,
  [dir=rtl] .layout-margin .offset-sm-55,
  [dir=rtl] .offset-sm-55 {
    margin-left: auto;
    margin-right: 55%;
  }
  .flex-offset-sm-60,
  .layout-margin .flex-offset-sm-60,
  .layout-margin .offset-sm-60,
  .offset-sm-60 {
    margin-left: 60%;
  }
  [dir=rtl] .flex-offset-sm-60,
  [dir=rtl] .layout-margin .flex-offset-sm-60,
  [dir=rtl] .layout-margin .offset-sm-60,
  [dir=rtl] .offset-sm-60 {
    margin-left: auto;
    margin-right: 60%;
  }
  .flex-offset-sm-65,
  .layout-margin .flex-offset-sm-65,
  .layout-margin .offset-sm-65,
  .offset-sm-65 {
    margin-left: 65%;
  }
  [dir=rtl] .flex-offset-sm-65,
  [dir=rtl] .layout-margin .flex-offset-sm-65,
  [dir=rtl] .layout-margin .offset-sm-65,
  [dir=rtl] .offset-sm-65 {
    margin-left: auto;
    margin-right: 65%;
  }
  .flex-offset-sm-70,
  .layout-margin .flex-offset-sm-70,
  .layout-margin .offset-sm-70,
  .offset-sm-70 {
    margin-left: 70%;
  }
  [dir=rtl] .flex-offset-sm-70,
  [dir=rtl] .layout-margin .flex-offset-sm-70,
  [dir=rtl] .layout-margin .offset-sm-70,
  [dir=rtl] .offset-sm-70 {
    margin-left: auto;
    margin-right: 70%;
  }
  .flex-offset-sm-75,
  .layout-margin .flex-offset-sm-75,
  .layout-margin .offset-sm-75,
  .offset-sm-75 {
    margin-left: 75%;
  }
  [dir=rtl] .flex-offset-sm-75,
  [dir=rtl] .layout-margin .flex-offset-sm-75,
  [dir=rtl] .layout-margin .offset-sm-75,
  [dir=rtl] .offset-sm-75 {
    margin-left: auto;
    margin-right: 75%;
  }
  .flex-offset-sm-80,
  .layout-margin .flex-offset-sm-80,
  .layout-margin .offset-sm-80,
  .offset-sm-80 {
    margin-left: 80%;
  }
  [dir=rtl] .flex-offset-sm-80,
  [dir=rtl] .layout-margin .flex-offset-sm-80,
  [dir=rtl] .layout-margin .offset-sm-80,
  [dir=rtl] .offset-sm-80 {
    margin-left: auto;
    margin-right: 80%;
  }
  .flex-offset-sm-85,
  .layout-margin .flex-offset-sm-85,
  .layout-margin .offset-sm-85,
  .offset-sm-85 {
    margin-left: 85%;
  }
  [dir=rtl] .flex-offset-sm-85,
  [dir=rtl] .layout-margin .flex-offset-sm-85,
  [dir=rtl] .layout-margin .offset-sm-85,
  [dir=rtl] .offset-sm-85 {
    margin-left: auto;
    margin-right: 85%;
  }
  .flex-offset-sm-90,
  .layout-margin .flex-offset-sm-90,
  .layout-margin .offset-sm-90,
  .offset-sm-90 {
    margin-left: 90%;
  }
  [dir=rtl] .flex-offset-sm-90,
  [dir=rtl] .layout-margin .flex-offset-sm-90,
  [dir=rtl] .layout-margin .offset-sm-90,
  [dir=rtl] .offset-sm-90 {
    margin-left: auto;
    margin-right: 90%;
  }
  .flex-offset-sm-95,
  .layout-margin .flex-offset-sm-95,
  .layout-margin .offset-sm-95,
  .offset-sm-95 {
    margin-left: 95%;
  }
  [dir=rtl] .flex-offset-sm-95,
  [dir=rtl] .layout-margin .flex-offset-sm-95,
  [dir=rtl] .layout-margin .offset-sm-95,
  [dir=rtl] .offset-sm-95 {
    margin-left: auto;
    margin-right: 95%;
  }
  .flex-offset-sm-33,
  .layout-margin .flex-offset-sm-33,
  .layout-margin .offset-sm-33,
  .offset-sm-33 {
    margin-left: 33.33333%;
  }
  .flex-offset-sm-66,
  .layout-margin .flex-offset-sm-66,
  .layout-margin .offset-sm-66,
  .offset-sm-66 {
    margin-left: 66.66667%;
  }
  [dir=rtl] .flex-offset-sm-66,
  [dir=rtl] .layout-margin .flex-offset-sm-66,
  [dir=rtl] .layout-margin .offset-sm-66,
  [dir=rtl] .offset-sm-66 {
    margin-left: auto;
    margin-right: 66.66667%;
  }
  .layout-align-sm,
  .layout-align-sm-start-stretch {
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-line-pack: stretch;
        align-content: stretch;
    -ms-flex-align: stretch;
        align-items: stretch;
  }
  .layout-align-sm-start,
  .layout-align-sm-start-center,
  .layout-align-sm-start-end,
  .layout-align-sm-start-start,
  .layout-align-sm-start-stretch {
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
  .layout-align-sm-center,
  .layout-align-sm-center-center,
  .layout-align-sm-center-end,
  .layout-align-sm-center-start,
  .layout-align-sm-center-stretch {
    -ms-flex-pack: center;
        justify-content: center;
  }
  .layout-align-sm-end,
  .layout-align-sm-end-center,
  .layout-align-sm-end-end,
  .layout-align-sm-end-start,
  .layout-align-sm-end-stretch {
    -ms-flex-pack: end;
        justify-content: flex-end;
  }
  .layout-align-sm-space-around,
  .layout-align-sm-space-around-center,
  .layout-align-sm-space-around-end,
  .layout-align-sm-space-around-start,
  .layout-align-sm-space-around-stretch {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .layout-align-sm-space-between,
  .layout-align-sm-space-between-center,
  .layout-align-sm-space-between-end,
  .layout-align-sm-space-between-start,
  .layout-align-sm-space-between-stretch {
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .layout-align-sm-center-start,
  .layout-align-sm-end-start,
  .layout-align-sm-space-around-start,
  .layout-align-sm-space-between-start,
  .layout-align-sm-start-start {
    -ms-flex-align: start;
        align-items: flex-start;
    -ms-flex-line-pack: start;
        align-content: flex-start;
  }
  .layout-align-sm-center-center,
  .layout-align-sm-end-center,
  .layout-align-sm-space-around-center,
  .layout-align-sm-space-between-center,
  .layout-align-sm-start-center {
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-line-pack: center;
        align-content: center;
    max-width: 100%;
  }
  .layout-align-sm-center-center > *,
  .layout-align-sm-end-center > *,
  .layout-align-sm-space-around-center > *,
  .layout-align-sm-space-between-center > *,
  .layout-align-sm-start-center > * {
    max-width: 100%;
    box-sizing: border-box;
  }
  .layout-align-sm-center-end,
  .layout-align-sm-end-end,
  .layout-align-sm-space-around-end,
  .layout-align-sm-space-between-end,
  .layout-align-sm-start-end {
    -ms-flex-align: end;
        align-items: flex-end;
    -ms-flex-line-pack: end;
        align-content: flex-end;
  }
  .layout-align-sm-center-stretch,
  .layout-align-sm-end-stretch,
  .layout-align-sm-space-around-stretch,
  .layout-align-sm-space-between-stretch,
  .layout-align-sm-start-stretch {
    -ms-flex-align: stretch;
        align-items: stretch;
    -ms-flex-line-pack: stretch;
        align-content: stretch;
  }
  .flex-sm {
    -ms-flex: 1;
        flex: 1;
    box-sizing: border-box;
  }
  .flex-sm-grow {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    box-sizing: border-box;
  }
  .flex-sm-initial {
    -ms-flex: 0 1 auto;
        flex: 0 1 auto;
    box-sizing: border-box;
  }
  .flex-sm-auto {
    -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    box-sizing: border-box;
  }
  .flex-sm-none {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    box-sizing: border-box;
  }
  .flex-sm-noshrink {
    -ms-flex: 1 0 auto;
        flex: 1 0 auto;
    box-sizing: border-box;
  }
  .flex-sm-nogrow {
    -ms-flex: 0 1 auto;
        flex: 0 1 auto;
    box-sizing: border-box;
  }
  .flex-sm-0,
  .layout-row > .flex-sm-0 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 0;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-sm-0 {
    min-width: 0;
  }
  .layout-column > .flex-sm-0 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 0%;
    box-sizing: border-box;
  }
  .layout-sm-row > .flex-sm-0 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 0;
    max-height: 100%;
    box-sizing: border-box;
    min-width: 0;
  }
  .layout-sm-column > .flex-sm-0 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 0%;
    box-sizing: border-box;
    min-height: 0;
  }
  .flex-sm-5,
  .layout-row > .flex-sm-5 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 5%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-sm-5 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 5%;
    box-sizing: border-box;
  }
  .layout-sm-row > .flex-sm-5 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 5%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-sm-column > .flex-sm-5 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 5%;
    box-sizing: border-box;
  }
  .flex-sm-10,
  .layout-row > .flex-sm-10 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 10%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-sm-10 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 10%;
    box-sizing: border-box;
  }
  .layout-sm-row > .flex-sm-10 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 10%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-sm-column > .flex-sm-10 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 10%;
    box-sizing: border-box;
  }
  .flex-sm-15,
  .layout-row > .flex-sm-15 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 15%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-sm-15 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 15%;
    box-sizing: border-box;
  }
  .layout-sm-row > .flex-sm-15 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 15%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-sm-column > .flex-sm-15 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 15%;
    box-sizing: border-box;
  }
  .flex-sm-20,
  .layout-row > .flex-sm-20 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 20%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-sm-20 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 20%;
    box-sizing: border-box;
  }
  .layout-sm-row > .flex-sm-20 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 20%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-sm-column > .flex-sm-20 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 20%;
    box-sizing: border-box;
  }
  .flex-sm-25,
  .layout-row > .flex-sm-25 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 25%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-sm-25 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 25%;
    box-sizing: border-box;
  }
  .layout-sm-row > .flex-sm-25 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 25%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-sm-column > .flex-sm-25 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 25%;
    box-sizing: border-box;
  }
  .flex-sm-30,
  .layout-row > .flex-sm-30 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 30%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-sm-30 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 30%;
    box-sizing: border-box;
  }
  .layout-sm-row > .flex-sm-30 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 30%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-sm-column > .flex-sm-30 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 30%;
    box-sizing: border-box;
  }
  .flex-sm-35,
  .layout-row > .flex-sm-35 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 35%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-sm-35 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 35%;
    box-sizing: border-box;
  }
  .layout-sm-row > .flex-sm-35 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 35%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-sm-column > .flex-sm-35 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 35%;
    box-sizing: border-box;
  }
  .flex-sm-40,
  .layout-row > .flex-sm-40 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 40%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-sm-40 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 40%;
    box-sizing: border-box;
  }
  .layout-sm-row > .flex-sm-40 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 40%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-sm-column > .flex-sm-40 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 40%;
    box-sizing: border-box;
  }
  .flex-sm-45,
  .layout-row > .flex-sm-45 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 45%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-sm-45 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 45%;
    box-sizing: border-box;
  }
  .layout-sm-row > .flex-sm-45 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 45%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-sm-column > .flex-sm-45 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 45%;
    box-sizing: border-box;
  }
  .flex-sm-50,
  .layout-row > .flex-sm-50 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 50%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-sm-50 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 50%;
    box-sizing: border-box;
  }
  .layout-sm-row > .flex-sm-50 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 50%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-sm-column > .flex-sm-50 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 50%;
    box-sizing: border-box;
  }
  .flex-sm-55,
  .layout-row > .flex-sm-55 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 55%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-sm-55 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 55%;
    box-sizing: border-box;
  }
  .layout-sm-row > .flex-sm-55 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 55%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-sm-column > .flex-sm-55 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 55%;
    box-sizing: border-box;
  }
  .flex-sm-60,
  .layout-row > .flex-sm-60 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 60%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-sm-60 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 60%;
    box-sizing: border-box;
  }
  .layout-sm-row > .flex-sm-60 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 60%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-sm-column > .flex-sm-60 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 60%;
    box-sizing: border-box;
  }
  .flex-sm-65,
  .layout-row > .flex-sm-65 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 65%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-sm-65 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 65%;
    box-sizing: border-box;
  }
  .layout-sm-row > .flex-sm-65 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 65%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-sm-column > .flex-sm-65 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 65%;
    box-sizing: border-box;
  }
  .flex-sm-70,
  .layout-row > .flex-sm-70 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 70%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-sm-70 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 70%;
    box-sizing: border-box;
  }
  .layout-sm-row > .flex-sm-70 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 70%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-sm-column > .flex-sm-70 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 70%;
    box-sizing: border-box;
  }
  .flex-sm-75,
  .layout-row > .flex-sm-75 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 75%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-sm-75 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 75%;
    box-sizing: border-box;
  }
  .layout-sm-row > .flex-sm-75 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 75%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-sm-column > .flex-sm-75 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 75%;
    box-sizing: border-box;
  }
  .flex-sm-80,
  .layout-row > .flex-sm-80 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 80%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-sm-80 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 80%;
    box-sizing: border-box;
  }
  .layout-sm-row > .flex-sm-80 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 80%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-sm-column > .flex-sm-80 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 80%;
    box-sizing: border-box;
  }
  .flex-sm-85,
  .layout-row > .flex-sm-85 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 85%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-sm-85 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 85%;
    box-sizing: border-box;
  }
  .layout-sm-row > .flex-sm-85 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 85%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-sm-column > .flex-sm-85 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 85%;
    box-sizing: border-box;
  }
  .flex-sm-90,
  .layout-row > .flex-sm-90 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 90%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-sm-90 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 90%;
    box-sizing: border-box;
  }
  .layout-sm-row > .flex-sm-90 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 90%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-sm-column > .flex-sm-90 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 90%;
    box-sizing: border-box;
  }
  .flex-sm-95,
  .layout-row > .flex-sm-95 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 95%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-sm-95 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 95%;
    box-sizing: border-box;
  }
  .layout-sm-row > .flex-sm-95 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 95%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-sm-column > .flex-sm-95 {
    max-height: 95%;
  }
  .flex-sm-100,
  .layout-sm-column > .flex-sm-95 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    box-sizing: border-box;
  }
  .flex-sm-100 {
    max-height: 100%;
  }
  .layout-column > .flex-sm-100,
  .layout-row > .flex-sm-100,
  .layout-sm-column > .flex-sm-100,
  .layout-sm-row > .flex-sm-100 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-sm-33 {
    -ms-flex: 1 1 33.33%;
        flex: 1 1 33.33%;
    max-width: 33.33%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-sm-66 {
    -ms-flex: 1 1 66.66%;
        flex: 1 1 66.66%;
    max-width: 66.66%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-sm-33 {
    -ms-flex: 1 1 33.33%;
        flex: 1 1 33.33%;
    max-width: 100%;
    max-height: 33.33%;
    box-sizing: border-box;
  }
  .layout-column > .flex-sm-66 {
    -ms-flex: 1 1 66.66%;
        flex: 1 1 66.66%;
    max-width: 100%;
    max-height: 66.66%;
    box-sizing: border-box;
  }
  .layout-sm-row > .flex-sm-33 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 33.33%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-sm-row > .flex-sm-66 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 66.66%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-sm-row > .flex {
    min-width: 0;
  }
  .layout-sm-column > .flex-sm-33 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 33.33%;
    box-sizing: border-box;
  }
  .layout-sm-column > .flex-sm-66 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 66.66%;
    box-sizing: border-box;
  }
  .layout-sm-column > .flex {
    min-height: 0;
  }
  .layout-sm,
  .layout-sm-column,
  .layout-sm-row {
    box-sizing: border-box;
    display: -ms-flexbox;
    display: flex;
  }
  .layout-sm-column {
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .layout-sm-row {
    -ms-flex-direction: row;
        flex-direction: row;
  }
}
@media (min-width: 960px) {
  .flex-order-gt-sm--20 {
    -ms-flex-order: -20;
        order: -20;
  }
  .flex-order-gt-sm--19 {
    -ms-flex-order: -19;
        order: -19;
  }
  .flex-order-gt-sm--18 {
    -ms-flex-order: -18;
        order: -18;
  }
  .flex-order-gt-sm--17 {
    -ms-flex-order: -17;
        order: -17;
  }
  .flex-order-gt-sm--16 {
    -ms-flex-order: -16;
        order: -16;
  }
  .flex-order-gt-sm--15 {
    -ms-flex-order: -15;
        order: -15;
  }
  .flex-order-gt-sm--14 {
    -ms-flex-order: -14;
        order: -14;
  }
  .flex-order-gt-sm--13 {
    -ms-flex-order: -13;
        order: -13;
  }
  .flex-order-gt-sm--12 {
    -ms-flex-order: -12;
        order: -12;
  }
  .flex-order-gt-sm--11 {
    -ms-flex-order: -11;
        order: -11;
  }
  .flex-order-gt-sm--10 {
    -ms-flex-order: -10;
        order: -10;
  }
  .flex-order-gt-sm--9 {
    -ms-flex-order: -9;
        order: -9;
  }
  .flex-order-gt-sm--8 {
    -ms-flex-order: -8;
        order: -8;
  }
  .flex-order-gt-sm--7 {
    -ms-flex-order: -7;
        order: -7;
  }
  .flex-order-gt-sm--6 {
    -ms-flex-order: -6;
        order: -6;
  }
  .flex-order-gt-sm--5 {
    -ms-flex-order: -5;
        order: -5;
  }
  .flex-order-gt-sm--4 {
    -ms-flex-order: -4;
        order: -4;
  }
  .flex-order-gt-sm--3 {
    -ms-flex-order: -3;
        order: -3;
  }
  .flex-order-gt-sm--2 {
    -ms-flex-order: -2;
        order: -2;
  }
  .flex-order-gt-sm--1 {
    -ms-flex-order: -1;
        order: -1;
  }
  .flex-order-gt-sm-0 {
    -ms-flex-order: 0;
        order: 0;
  }
  .flex-order-gt-sm-1 {
    -ms-flex-order: 1;
        order: 1;
  }
  .flex-order-gt-sm-2 {
    -ms-flex-order: 2;
        order: 2;
  }
  .flex-order-gt-sm-3 {
    -ms-flex-order: 3;
        order: 3;
  }
  .flex-order-gt-sm-4 {
    -ms-flex-order: 4;
        order: 4;
  }
  .flex-order-gt-sm-5 {
    -ms-flex-order: 5;
        order: 5;
  }
  .flex-order-gt-sm-6 {
    -ms-flex-order: 6;
        order: 6;
  }
  .flex-order-gt-sm-7 {
    -ms-flex-order: 7;
        order: 7;
  }
  .flex-order-gt-sm-8 {
    -ms-flex-order: 8;
        order: 8;
  }
  .flex-order-gt-sm-9 {
    -ms-flex-order: 9;
        order: 9;
  }
  .flex-order-gt-sm-10 {
    -ms-flex-order: 10;
        order: 10;
  }
  .flex-order-gt-sm-11 {
    -ms-flex-order: 11;
        order: 11;
  }
  .flex-order-gt-sm-12 {
    -ms-flex-order: 12;
        order: 12;
  }
  .flex-order-gt-sm-13 {
    -ms-flex-order: 13;
        order: 13;
  }
  .flex-order-gt-sm-14 {
    -ms-flex-order: 14;
        order: 14;
  }
  .flex-order-gt-sm-15 {
    -ms-flex-order: 15;
        order: 15;
  }
  .flex-order-gt-sm-16 {
    -ms-flex-order: 16;
        order: 16;
  }
  .flex-order-gt-sm-17 {
    -ms-flex-order: 17;
        order: 17;
  }
  .flex-order-gt-sm-18 {
    -ms-flex-order: 18;
        order: 18;
  }
  .flex-order-gt-sm-19 {
    -ms-flex-order: 19;
        order: 19;
  }
  .flex-order-gt-sm-20 {
    -ms-flex-order: 20;
        order: 20;
  }
  .flex-offset-gt-sm-0,
  .layout-margin .flex-offset-gt-sm-0,
  .layout-margin .offset-gt-sm-0,
  .offset-gt-sm-0 {
    margin-left: 0;
  }
  [dir=rtl] .flex-offset-gt-sm-0,
  [dir=rtl] .layout-margin .flex-offset-gt-sm-0,
  [dir=rtl] .layout-margin .offset-gt-sm-0,
  [dir=rtl] .offset-gt-sm-0 {
    margin-left: auto;
    margin-right: 0;
  }
  .flex-offset-gt-sm-5,
  .layout-margin .flex-offset-gt-sm-5,
  .layout-margin .offset-gt-sm-5,
  .offset-gt-sm-5 {
    margin-left: 5%;
  }
  [dir=rtl] .flex-offset-gt-sm-5,
  [dir=rtl] .layout-margin .flex-offset-gt-sm-5,
  [dir=rtl] .layout-margin .offset-gt-sm-5,
  [dir=rtl] .offset-gt-sm-5 {
    margin-left: auto;
    margin-right: 5%;
  }
  .flex-offset-gt-sm-10,
  .layout-margin .flex-offset-gt-sm-10,
  .layout-margin .offset-gt-sm-10,
  .offset-gt-sm-10 {
    margin-left: 10%;
  }
  [dir=rtl] .flex-offset-gt-sm-10,
  [dir=rtl] .layout-margin .flex-offset-gt-sm-10,
  [dir=rtl] .layout-margin .offset-gt-sm-10,
  [dir=rtl] .offset-gt-sm-10 {
    margin-left: auto;
    margin-right: 10%;
  }
  .flex-offset-gt-sm-15,
  .layout-margin .flex-offset-gt-sm-15,
  .layout-margin .offset-gt-sm-15,
  .offset-gt-sm-15 {
    margin-left: 15%;
  }
  [dir=rtl] .flex-offset-gt-sm-15,
  [dir=rtl] .layout-margin .flex-offset-gt-sm-15,
  [dir=rtl] .layout-margin .offset-gt-sm-15,
  [dir=rtl] .offset-gt-sm-15 {
    margin-left: auto;
    margin-right: 15%;
  }
  .flex-offset-gt-sm-20,
  .layout-margin .flex-offset-gt-sm-20,
  .layout-margin .offset-gt-sm-20,
  .offset-gt-sm-20 {
    margin-left: 20%;
  }
  [dir=rtl] .flex-offset-gt-sm-20,
  [dir=rtl] .layout-margin .flex-offset-gt-sm-20,
  [dir=rtl] .layout-margin .offset-gt-sm-20,
  [dir=rtl] .offset-gt-sm-20 {
    margin-left: auto;
    margin-right: 20%;
  }
  .flex-offset-gt-sm-25,
  .layout-margin .flex-offset-gt-sm-25,
  .layout-margin .offset-gt-sm-25,
  .offset-gt-sm-25 {
    margin-left: 25%;
  }
  [dir=rtl] .flex-offset-gt-sm-25,
  [dir=rtl] .layout-margin .flex-offset-gt-sm-25,
  [dir=rtl] .layout-margin .offset-gt-sm-25,
  [dir=rtl] .offset-gt-sm-25 {
    margin-left: auto;
    margin-right: 25%;
  }
  .flex-offset-gt-sm-30,
  .layout-margin .flex-offset-gt-sm-30,
  .layout-margin .offset-gt-sm-30,
  .offset-gt-sm-30 {
    margin-left: 30%;
  }
  [dir=rtl] .flex-offset-gt-sm-30,
  [dir=rtl] .layout-margin .flex-offset-gt-sm-30,
  [dir=rtl] .layout-margin .offset-gt-sm-30,
  [dir=rtl] .offset-gt-sm-30 {
    margin-left: auto;
    margin-right: 30%;
  }
  .flex-offset-gt-sm-35,
  .layout-margin .flex-offset-gt-sm-35,
  .layout-margin .offset-gt-sm-35,
  .offset-gt-sm-35 {
    margin-left: 35%;
  }
  [dir=rtl] .flex-offset-gt-sm-35,
  [dir=rtl] .layout-margin .flex-offset-gt-sm-35,
  [dir=rtl] .layout-margin .offset-gt-sm-35,
  [dir=rtl] .offset-gt-sm-35 {
    margin-left: auto;
    margin-right: 35%;
  }
  .flex-offset-gt-sm-40,
  .layout-margin .flex-offset-gt-sm-40,
  .layout-margin .offset-gt-sm-40,
  .offset-gt-sm-40 {
    margin-left: 40%;
  }
  [dir=rtl] .flex-offset-gt-sm-40,
  [dir=rtl] .layout-margin .flex-offset-gt-sm-40,
  [dir=rtl] .layout-margin .offset-gt-sm-40,
  [dir=rtl] .offset-gt-sm-40 {
    margin-left: auto;
    margin-right: 40%;
  }
  .flex-offset-gt-sm-45,
  .layout-margin .flex-offset-gt-sm-45,
  .layout-margin .offset-gt-sm-45,
  .offset-gt-sm-45 {
    margin-left: 45%;
  }
  [dir=rtl] .flex-offset-gt-sm-45,
  [dir=rtl] .layout-margin .flex-offset-gt-sm-45,
  [dir=rtl] .layout-margin .offset-gt-sm-45,
  [dir=rtl] .offset-gt-sm-45 {
    margin-left: auto;
    margin-right: 45%;
  }
  .flex-offset-gt-sm-50,
  .layout-margin .flex-offset-gt-sm-50,
  .layout-margin .offset-gt-sm-50,
  .offset-gt-sm-50 {
    margin-left: 50%;
  }
  [dir=rtl] .flex-offset-gt-sm-50,
  [dir=rtl] .layout-margin .flex-offset-gt-sm-50,
  [dir=rtl] .layout-margin .offset-gt-sm-50,
  [dir=rtl] .offset-gt-sm-50 {
    margin-left: auto;
    margin-right: 50%;
  }
  .flex-offset-gt-sm-55,
  .layout-margin .flex-offset-gt-sm-55,
  .layout-margin .offset-gt-sm-55,
  .offset-gt-sm-55 {
    margin-left: 55%;
  }
  [dir=rtl] .flex-offset-gt-sm-55,
  [dir=rtl] .layout-margin .flex-offset-gt-sm-55,
  [dir=rtl] .layout-margin .offset-gt-sm-55,
  [dir=rtl] .offset-gt-sm-55 {
    margin-left: auto;
    margin-right: 55%;
  }
  .flex-offset-gt-sm-60,
  .layout-margin .flex-offset-gt-sm-60,
  .layout-margin .offset-gt-sm-60,
  .offset-gt-sm-60 {
    margin-left: 60%;
  }
  [dir=rtl] .flex-offset-gt-sm-60,
  [dir=rtl] .layout-margin .flex-offset-gt-sm-60,
  [dir=rtl] .layout-margin .offset-gt-sm-60,
  [dir=rtl] .offset-gt-sm-60 {
    margin-left: auto;
    margin-right: 60%;
  }
  .flex-offset-gt-sm-65,
  .layout-margin .flex-offset-gt-sm-65,
  .layout-margin .offset-gt-sm-65,
  .offset-gt-sm-65 {
    margin-left: 65%;
  }
  [dir=rtl] .flex-offset-gt-sm-65,
  [dir=rtl] .layout-margin .flex-offset-gt-sm-65,
  [dir=rtl] .layout-margin .offset-gt-sm-65,
  [dir=rtl] .offset-gt-sm-65 {
    margin-left: auto;
    margin-right: 65%;
  }
  .flex-offset-gt-sm-70,
  .layout-margin .flex-offset-gt-sm-70,
  .layout-margin .offset-gt-sm-70,
  .offset-gt-sm-70 {
    margin-left: 70%;
  }
  [dir=rtl] .flex-offset-gt-sm-70,
  [dir=rtl] .layout-margin .flex-offset-gt-sm-70,
  [dir=rtl] .layout-margin .offset-gt-sm-70,
  [dir=rtl] .offset-gt-sm-70 {
    margin-left: auto;
    margin-right: 70%;
  }
  .flex-offset-gt-sm-75,
  .layout-margin .flex-offset-gt-sm-75,
  .layout-margin .offset-gt-sm-75,
  .offset-gt-sm-75 {
    margin-left: 75%;
  }
  [dir=rtl] .flex-offset-gt-sm-75,
  [dir=rtl] .layout-margin .flex-offset-gt-sm-75,
  [dir=rtl] .layout-margin .offset-gt-sm-75,
  [dir=rtl] .offset-gt-sm-75 {
    margin-left: auto;
    margin-right: 75%;
  }
  .flex-offset-gt-sm-80,
  .layout-margin .flex-offset-gt-sm-80,
  .layout-margin .offset-gt-sm-80,
  .offset-gt-sm-80 {
    margin-left: 80%;
  }
  [dir=rtl] .flex-offset-gt-sm-80,
  [dir=rtl] .layout-margin .flex-offset-gt-sm-80,
  [dir=rtl] .layout-margin .offset-gt-sm-80,
  [dir=rtl] .offset-gt-sm-80 {
    margin-left: auto;
    margin-right: 80%;
  }
  .flex-offset-gt-sm-85,
  .layout-margin .flex-offset-gt-sm-85,
  .layout-margin .offset-gt-sm-85,
  .offset-gt-sm-85 {
    margin-left: 85%;
  }
  [dir=rtl] .flex-offset-gt-sm-85,
  [dir=rtl] .layout-margin .flex-offset-gt-sm-85,
  [dir=rtl] .layout-margin .offset-gt-sm-85,
  [dir=rtl] .offset-gt-sm-85 {
    margin-left: auto;
    margin-right: 85%;
  }
  .flex-offset-gt-sm-90,
  .layout-margin .flex-offset-gt-sm-90,
  .layout-margin .offset-gt-sm-90,
  .offset-gt-sm-90 {
    margin-left: 90%;
  }
  [dir=rtl] .flex-offset-gt-sm-90,
  [dir=rtl] .layout-margin .flex-offset-gt-sm-90,
  [dir=rtl] .layout-margin .offset-gt-sm-90,
  [dir=rtl] .offset-gt-sm-90 {
    margin-left: auto;
    margin-right: 90%;
  }
  .flex-offset-gt-sm-95,
  .layout-margin .flex-offset-gt-sm-95,
  .layout-margin .offset-gt-sm-95,
  .offset-gt-sm-95 {
    margin-left: 95%;
  }
  [dir=rtl] .flex-offset-gt-sm-95,
  [dir=rtl] .layout-margin .flex-offset-gt-sm-95,
  [dir=rtl] .layout-margin .offset-gt-sm-95,
  [dir=rtl] .offset-gt-sm-95 {
    margin-left: auto;
    margin-right: 95%;
  }
  .flex-offset-gt-sm-33,
  .layout-margin .flex-offset-gt-sm-33,
  .layout-margin .offset-gt-sm-33,
  .offset-gt-sm-33 {
    margin-left: 33.33333%;
  }
  .flex-offset-gt-sm-66,
  .layout-margin .flex-offset-gt-sm-66,
  .layout-margin .offset-gt-sm-66,
  .offset-gt-sm-66 {
    margin-left: 66.66667%;
  }
  [dir=rtl] .flex-offset-gt-sm-66,
  [dir=rtl] .layout-margin .flex-offset-gt-sm-66,
  [dir=rtl] .layout-margin .offset-gt-sm-66,
  [dir=rtl] .offset-gt-sm-66 {
    margin-left: auto;
    margin-right: 66.66667%;
  }
  .layout-align-gt-sm,
  .layout-align-gt-sm-start-stretch {
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-line-pack: stretch;
        align-content: stretch;
    -ms-flex-align: stretch;
        align-items: stretch;
  }
  .layout-align-gt-sm-start,
  .layout-align-gt-sm-start-center,
  .layout-align-gt-sm-start-end,
  .layout-align-gt-sm-start-start,
  .layout-align-gt-sm-start-stretch {
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
  .layout-align-gt-sm-center,
  .layout-align-gt-sm-center-center,
  .layout-align-gt-sm-center-end,
  .layout-align-gt-sm-center-start,
  .layout-align-gt-sm-center-stretch {
    -ms-flex-pack: center;
        justify-content: center;
  }
  .layout-align-gt-sm-end,
  .layout-align-gt-sm-end-center,
  .layout-align-gt-sm-end-end,
  .layout-align-gt-sm-end-start,
  .layout-align-gt-sm-end-stretch {
    -ms-flex-pack: end;
        justify-content: flex-end;
  }
  .layout-align-gt-sm-space-around,
  .layout-align-gt-sm-space-around-center,
  .layout-align-gt-sm-space-around-end,
  .layout-align-gt-sm-space-around-start,
  .layout-align-gt-sm-space-around-stretch {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .layout-align-gt-sm-space-between,
  .layout-align-gt-sm-space-between-center,
  .layout-align-gt-sm-space-between-end,
  .layout-align-gt-sm-space-between-start,
  .layout-align-gt-sm-space-between-stretch {
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .layout-align-gt-sm-center-start,
  .layout-align-gt-sm-end-start,
  .layout-align-gt-sm-space-around-start,
  .layout-align-gt-sm-space-between-start,
  .layout-align-gt-sm-start-start {
    -ms-flex-align: start;
        align-items: flex-start;
    -ms-flex-line-pack: start;
        align-content: flex-start;
  }
  .layout-align-gt-sm-center-center,
  .layout-align-gt-sm-end-center,
  .layout-align-gt-sm-space-around-center,
  .layout-align-gt-sm-space-between-center,
  .layout-align-gt-sm-start-center {
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-line-pack: center;
        align-content: center;
    max-width: 100%;
  }
  .layout-align-gt-sm-center-center > *,
  .layout-align-gt-sm-end-center > *,
  .layout-align-gt-sm-space-around-center > *,
  .layout-align-gt-sm-space-between-center > *,
  .layout-align-gt-sm-start-center > * {
    max-width: 100%;
    box-sizing: border-box;
  }
  .layout-align-gt-sm-center-end,
  .layout-align-gt-sm-end-end,
  .layout-align-gt-sm-space-around-end,
  .layout-align-gt-sm-space-between-end,
  .layout-align-gt-sm-start-end {
    -ms-flex-align: end;
        align-items: flex-end;
    -ms-flex-line-pack: end;
        align-content: flex-end;
  }
  .layout-align-gt-sm-center-stretch,
  .layout-align-gt-sm-end-stretch,
  .layout-align-gt-sm-space-around-stretch,
  .layout-align-gt-sm-space-between-stretch,
  .layout-align-gt-sm-start-stretch {
    -ms-flex-align: stretch;
        align-items: stretch;
    -ms-flex-line-pack: stretch;
        align-content: stretch;
  }
  .flex-gt-sm {
    -ms-flex: 1;
        flex: 1;
    box-sizing: border-box;
  }
  .flex-gt-sm-grow {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    box-sizing: border-box;
  }
  .flex-gt-sm-initial {
    -ms-flex: 0 1 auto;
        flex: 0 1 auto;
    box-sizing: border-box;
  }
  .flex-gt-sm-auto {
    -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    box-sizing: border-box;
  }
  .flex-gt-sm-none {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    box-sizing: border-box;
  }
  .flex-gt-sm-noshrink {
    -ms-flex: 1 0 auto;
        flex: 1 0 auto;
    box-sizing: border-box;
  }
  .flex-gt-sm-nogrow {
    -ms-flex: 0 1 auto;
        flex: 0 1 auto;
    box-sizing: border-box;
  }
  .flex-gt-sm-0,
  .layout-row > .flex-gt-sm-0 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 0;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-gt-sm-0 {
    min-width: 0;
  }
  .layout-column > .flex-gt-sm-0 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 0%;
    box-sizing: border-box;
  }
  .layout-gt-sm-row > .flex-gt-sm-0 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 0;
    max-height: 100%;
    box-sizing: border-box;
    min-width: 0;
  }
  .layout-gt-sm-column > .flex-gt-sm-0 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 0%;
    box-sizing: border-box;
    min-height: 0;
  }
  .flex-gt-sm-5,
  .layout-row > .flex-gt-sm-5 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 5%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-sm-5 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 5%;
    box-sizing: border-box;
  }
  .layout-gt-sm-row > .flex-gt-sm-5 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 5%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-gt-sm-column > .flex-gt-sm-5 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 5%;
    box-sizing: border-box;
  }
  .flex-gt-sm-10,
  .layout-row > .flex-gt-sm-10 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 10%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-sm-10 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 10%;
    box-sizing: border-box;
  }
  .layout-gt-sm-row > .flex-gt-sm-10 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 10%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-gt-sm-column > .flex-gt-sm-10 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 10%;
    box-sizing: border-box;
  }
  .flex-gt-sm-15,
  .layout-row > .flex-gt-sm-15 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 15%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-sm-15 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 15%;
    box-sizing: border-box;
  }
  .layout-gt-sm-row > .flex-gt-sm-15 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 15%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-gt-sm-column > .flex-gt-sm-15 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 15%;
    box-sizing: border-box;
  }
  .flex-gt-sm-20,
  .layout-row > .flex-gt-sm-20 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 20%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-sm-20 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 20%;
    box-sizing: border-box;
  }
  .layout-gt-sm-row > .flex-gt-sm-20 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 20%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-gt-sm-column > .flex-gt-sm-20 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 20%;
    box-sizing: border-box;
  }
  .flex-gt-sm-25,
  .layout-row > .flex-gt-sm-25 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 25%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-sm-25 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 25%;
    box-sizing: border-box;
  }
  .layout-gt-sm-row > .flex-gt-sm-25 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 25%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-gt-sm-column > .flex-gt-sm-25 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 25%;
    box-sizing: border-box;
  }
  .flex-gt-sm-30,
  .layout-row > .flex-gt-sm-30 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 30%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-sm-30 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 30%;
    box-sizing: border-box;
  }
  .layout-gt-sm-row > .flex-gt-sm-30 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 30%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-gt-sm-column > .flex-gt-sm-30 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 30%;
    box-sizing: border-box;
  }
  .flex-gt-sm-35,
  .layout-row > .flex-gt-sm-35 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 35%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-sm-35 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 35%;
    box-sizing: border-box;
  }
  .layout-gt-sm-row > .flex-gt-sm-35 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 35%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-gt-sm-column > .flex-gt-sm-35 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 35%;
    box-sizing: border-box;
  }
  .flex-gt-sm-40,
  .layout-row > .flex-gt-sm-40 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 40%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-sm-40 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 40%;
    box-sizing: border-box;
  }
  .layout-gt-sm-row > .flex-gt-sm-40 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 40%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-gt-sm-column > .flex-gt-sm-40 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 40%;
    box-sizing: border-box;
  }
  .flex-gt-sm-45,
  .layout-row > .flex-gt-sm-45 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 45%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-sm-45 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 45%;
    box-sizing: border-box;
  }
  .layout-gt-sm-row > .flex-gt-sm-45 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 45%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-gt-sm-column > .flex-gt-sm-45 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 45%;
    box-sizing: border-box;
  }
  .flex-gt-sm-50,
  .layout-row > .flex-gt-sm-50 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 50%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-sm-50 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 50%;
    box-sizing: border-box;
  }
  .layout-gt-sm-row > .flex-gt-sm-50 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 50%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-gt-sm-column > .flex-gt-sm-50 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 50%;
    box-sizing: border-box;
  }
  .flex-gt-sm-55,
  .layout-row > .flex-gt-sm-55 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 55%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-sm-55 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 55%;
    box-sizing: border-box;
  }
  .layout-gt-sm-row > .flex-gt-sm-55 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 55%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-gt-sm-column > .flex-gt-sm-55 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 55%;
    box-sizing: border-box;
  }
  .flex-gt-sm-60,
  .layout-row > .flex-gt-sm-60 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 60%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-sm-60 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 60%;
    box-sizing: border-box;
  }
  .layout-gt-sm-row > .flex-gt-sm-60 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 60%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-gt-sm-column > .flex-gt-sm-60 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 60%;
    box-sizing: border-box;
  }
  .flex-gt-sm-65,
  .layout-row > .flex-gt-sm-65 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 65%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-sm-65 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 65%;
    box-sizing: border-box;
  }
  .layout-gt-sm-row > .flex-gt-sm-65 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 65%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-gt-sm-column > .flex-gt-sm-65 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 65%;
    box-sizing: border-box;
  }
  .flex-gt-sm-70,
  .layout-row > .flex-gt-sm-70 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 70%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-sm-70 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 70%;
    box-sizing: border-box;
  }
  .layout-gt-sm-row > .flex-gt-sm-70 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 70%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-gt-sm-column > .flex-gt-sm-70 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 70%;
    box-sizing: border-box;
  }
  .flex-gt-sm-75,
  .layout-row > .flex-gt-sm-75 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 75%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-sm-75 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 75%;
    box-sizing: border-box;
  }
  .layout-gt-sm-row > .flex-gt-sm-75 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 75%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-gt-sm-column > .flex-gt-sm-75 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 75%;
    box-sizing: border-box;
  }
  .flex-gt-sm-80,
  .layout-row > .flex-gt-sm-80 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 80%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-sm-80 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 80%;
    box-sizing: border-box;
  }
  .layout-gt-sm-row > .flex-gt-sm-80 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 80%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-gt-sm-column > .flex-gt-sm-80 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 80%;
    box-sizing: border-box;
  }
  .flex-gt-sm-85,
  .layout-row > .flex-gt-sm-85 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 85%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-sm-85 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 85%;
    box-sizing: border-box;
  }
  .layout-gt-sm-row > .flex-gt-sm-85 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 85%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-gt-sm-column > .flex-gt-sm-85 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 85%;
    box-sizing: border-box;
  }
  .flex-gt-sm-90,
  .layout-row > .flex-gt-sm-90 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 90%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-sm-90 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 90%;
    box-sizing: border-box;
  }
  .layout-gt-sm-row > .flex-gt-sm-90 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 90%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-gt-sm-column > .flex-gt-sm-90 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 90%;
    box-sizing: border-box;
  }
  .flex-gt-sm-95,
  .layout-row > .flex-gt-sm-95 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 95%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-sm-95 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 95%;
    box-sizing: border-box;
  }
  .layout-gt-sm-row > .flex-gt-sm-95 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 95%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-gt-sm-column > .flex-gt-sm-95 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 95%;
    box-sizing: border-box;
  }
  .flex-gt-sm-100,
  .layout-column > .flex-gt-sm-100,
  .layout-gt-sm-column > .flex-gt-sm-100,
  .layout-gt-sm-row > .flex-gt-sm-100,
  .layout-row > .flex-gt-sm-100 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-gt-sm-33 {
    -ms-flex: 1 1 33.33%;
        flex: 1 1 33.33%;
    max-width: 33.33%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-gt-sm-66 {
    -ms-flex: 1 1 66.66%;
        flex: 1 1 66.66%;
    max-width: 66.66%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-sm-33 {
    -ms-flex: 1 1 33.33%;
        flex: 1 1 33.33%;
    max-width: 100%;
    max-height: 33.33%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-sm-66 {
    -ms-flex: 1 1 66.66%;
        flex: 1 1 66.66%;
    max-width: 100%;
    max-height: 66.66%;
    box-sizing: border-box;
  }
  .layout-gt-sm-row > .flex-gt-sm-33 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 33.33%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-gt-sm-row > .flex-gt-sm-66 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 66.66%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-gt-sm-row > .flex {
    min-width: 0;
  }
  .layout-gt-sm-column > .flex-gt-sm-33 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 33.33%;
    box-sizing: border-box;
  }
  .layout-gt-sm-column > .flex-gt-sm-66 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 66.66%;
    box-sizing: border-box;
  }
  .layout-gt-sm-column > .flex {
    min-height: 0;
  }
  .layout-gt-sm,
  .layout-gt-sm-column,
  .layout-gt-sm-row {
    box-sizing: border-box;
    display: -ms-flexbox;
    display: flex;
  }
  .layout-gt-sm-column {
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .layout-gt-sm-row {
    -ms-flex-direction: row;
        flex-direction: row;
  }
}
@media (min-width: 960px) and (max-width: 1279px) {
  .hide-gt-sm:not(.show-gt-xs):not(.show-gt-sm):not(.show-md):not(.show),
  .hide-gt-xs:not(.show-gt-xs):not(.show-gt-sm):not(.show-md):not(.show),
  .hide-md:not(.show-md):not(.show-gt-sm):not(.show-gt-xs):not(.show),
  .hide:not(.show-gt-xs):not(.show-gt-sm):not(.show-md):not(.show) {
    display: none;
  }
  .flex-order-md--20 {
    -ms-flex-order: -20;
        order: -20;
  }
  .flex-order-md--19 {
    -ms-flex-order: -19;
        order: -19;
  }
  .flex-order-md--18 {
    -ms-flex-order: -18;
        order: -18;
  }
  .flex-order-md--17 {
    -ms-flex-order: -17;
        order: -17;
  }
  .flex-order-md--16 {
    -ms-flex-order: -16;
        order: -16;
  }
  .flex-order-md--15 {
    -ms-flex-order: -15;
        order: -15;
  }
  .flex-order-md--14 {
    -ms-flex-order: -14;
        order: -14;
  }
  .flex-order-md--13 {
    -ms-flex-order: -13;
        order: -13;
  }
  .flex-order-md--12 {
    -ms-flex-order: -12;
        order: -12;
  }
  .flex-order-md--11 {
    -ms-flex-order: -11;
        order: -11;
  }
  .flex-order-md--10 {
    -ms-flex-order: -10;
        order: -10;
  }
  .flex-order-md--9 {
    -ms-flex-order: -9;
        order: -9;
  }
  .flex-order-md--8 {
    -ms-flex-order: -8;
        order: -8;
  }
  .flex-order-md--7 {
    -ms-flex-order: -7;
        order: -7;
  }
  .flex-order-md--6 {
    -ms-flex-order: -6;
        order: -6;
  }
  .flex-order-md--5 {
    -ms-flex-order: -5;
        order: -5;
  }
  .flex-order-md--4 {
    -ms-flex-order: -4;
        order: -4;
  }
  .flex-order-md--3 {
    -ms-flex-order: -3;
        order: -3;
  }
  .flex-order-md--2 {
    -ms-flex-order: -2;
        order: -2;
  }
  .flex-order-md--1 {
    -ms-flex-order: -1;
        order: -1;
  }
  .flex-order-md-0 {
    -ms-flex-order: 0;
        order: 0;
  }
  .flex-order-md-1 {
    -ms-flex-order: 1;
        order: 1;
  }
  .flex-order-md-2 {
    -ms-flex-order: 2;
        order: 2;
  }
  .flex-order-md-3 {
    -ms-flex-order: 3;
        order: 3;
  }
  .flex-order-md-4 {
    -ms-flex-order: 4;
        order: 4;
  }
  .flex-order-md-5 {
    -ms-flex-order: 5;
        order: 5;
  }
  .flex-order-md-6 {
    -ms-flex-order: 6;
        order: 6;
  }
  .flex-order-md-7 {
    -ms-flex-order: 7;
        order: 7;
  }
  .flex-order-md-8 {
    -ms-flex-order: 8;
        order: 8;
  }
  .flex-order-md-9 {
    -ms-flex-order: 9;
        order: 9;
  }
  .flex-order-md-10 {
    -ms-flex-order: 10;
        order: 10;
  }
  .flex-order-md-11 {
    -ms-flex-order: 11;
        order: 11;
  }
  .flex-order-md-12 {
    -ms-flex-order: 12;
        order: 12;
  }
  .flex-order-md-13 {
    -ms-flex-order: 13;
        order: 13;
  }
  .flex-order-md-14 {
    -ms-flex-order: 14;
        order: 14;
  }
  .flex-order-md-15 {
    -ms-flex-order: 15;
        order: 15;
  }
  .flex-order-md-16 {
    -ms-flex-order: 16;
        order: 16;
  }
  .flex-order-md-17 {
    -ms-flex-order: 17;
        order: 17;
  }
  .flex-order-md-18 {
    -ms-flex-order: 18;
        order: 18;
  }
  .flex-order-md-19 {
    -ms-flex-order: 19;
        order: 19;
  }
  .flex-order-md-20 {
    -ms-flex-order: 20;
        order: 20;
  }
  .flex-offset-md-0,
  .layout-margin .flex-offset-md-0,
  .layout-margin .offset-md-0,
  .offset-md-0 {
    margin-left: 0;
  }
  [dir=rtl] .flex-offset-md-0,
  [dir=rtl] .layout-margin .flex-offset-md-0,
  [dir=rtl] .layout-margin .offset-md-0,
  [dir=rtl] .offset-md-0 {
    margin-left: auto;
    margin-right: 0;
  }
  .flex-offset-md-5,
  .layout-margin .flex-offset-md-5,
  .layout-margin .offset-md-5,
  .offset-md-5 {
    margin-left: 5%;
  }
  [dir=rtl] .flex-offset-md-5,
  [dir=rtl] .layout-margin .flex-offset-md-5,
  [dir=rtl] .layout-margin .offset-md-5,
  [dir=rtl] .offset-md-5 {
    margin-left: auto;
    margin-right: 5%;
  }
  .flex-offset-md-10,
  .layout-margin .flex-offset-md-10,
  .layout-margin .offset-md-10,
  .offset-md-10 {
    margin-left: 10%;
  }
  [dir=rtl] .flex-offset-md-10,
  [dir=rtl] .layout-margin .flex-offset-md-10,
  [dir=rtl] .layout-margin .offset-md-10,
  [dir=rtl] .offset-md-10 {
    margin-left: auto;
    margin-right: 10%;
  }
  .flex-offset-md-15,
  .layout-margin .flex-offset-md-15,
  .layout-margin .offset-md-15,
  .offset-md-15 {
    margin-left: 15%;
  }
  [dir=rtl] .flex-offset-md-15,
  [dir=rtl] .layout-margin .flex-offset-md-15,
  [dir=rtl] .layout-margin .offset-md-15,
  [dir=rtl] .offset-md-15 {
    margin-left: auto;
    margin-right: 15%;
  }
  .flex-offset-md-20,
  .layout-margin .flex-offset-md-20,
  .layout-margin .offset-md-20,
  .offset-md-20 {
    margin-left: 20%;
  }
  [dir=rtl] .flex-offset-md-20,
  [dir=rtl] .layout-margin .flex-offset-md-20,
  [dir=rtl] .layout-margin .offset-md-20,
  [dir=rtl] .offset-md-20 {
    margin-left: auto;
    margin-right: 20%;
  }
  .flex-offset-md-25,
  .layout-margin .flex-offset-md-25,
  .layout-margin .offset-md-25,
  .offset-md-25 {
    margin-left: 25%;
  }
  [dir=rtl] .flex-offset-md-25,
  [dir=rtl] .layout-margin .flex-offset-md-25,
  [dir=rtl] .layout-margin .offset-md-25,
  [dir=rtl] .offset-md-25 {
    margin-left: auto;
    margin-right: 25%;
  }
  .flex-offset-md-30,
  .layout-margin .flex-offset-md-30,
  .layout-margin .offset-md-30,
  .offset-md-30 {
    margin-left: 30%;
  }
  [dir=rtl] .flex-offset-md-30,
  [dir=rtl] .layout-margin .flex-offset-md-30,
  [dir=rtl] .layout-margin .offset-md-30,
  [dir=rtl] .offset-md-30 {
    margin-left: auto;
    margin-right: 30%;
  }
  .flex-offset-md-35,
  .layout-margin .flex-offset-md-35,
  .layout-margin .offset-md-35,
  .offset-md-35 {
    margin-left: 35%;
  }
  [dir=rtl] .flex-offset-md-35,
  [dir=rtl] .layout-margin .flex-offset-md-35,
  [dir=rtl] .layout-margin .offset-md-35,
  [dir=rtl] .offset-md-35 {
    margin-left: auto;
    margin-right: 35%;
  }
  .flex-offset-md-40,
  .layout-margin .flex-offset-md-40,
  .layout-margin .offset-md-40,
  .offset-md-40 {
    margin-left: 40%;
  }
  [dir=rtl] .flex-offset-md-40,
  [dir=rtl] .layout-margin .flex-offset-md-40,
  [dir=rtl] .layout-margin .offset-md-40,
  [dir=rtl] .offset-md-40 {
    margin-left: auto;
    margin-right: 40%;
  }
  .flex-offset-md-45,
  .layout-margin .flex-offset-md-45,
  .layout-margin .offset-md-45,
  .offset-md-45 {
    margin-left: 45%;
  }
  [dir=rtl] .flex-offset-md-45,
  [dir=rtl] .layout-margin .flex-offset-md-45,
  [dir=rtl] .layout-margin .offset-md-45,
  [dir=rtl] .offset-md-45 {
    margin-left: auto;
    margin-right: 45%;
  }
  .flex-offset-md-50,
  .layout-margin .flex-offset-md-50,
  .layout-margin .offset-md-50,
  .offset-md-50 {
    margin-left: 50%;
  }
  [dir=rtl] .flex-offset-md-50,
  [dir=rtl] .layout-margin .flex-offset-md-50,
  [dir=rtl] .layout-margin .offset-md-50,
  [dir=rtl] .offset-md-50 {
    margin-left: auto;
    margin-right: 50%;
  }
  .flex-offset-md-55,
  .layout-margin .flex-offset-md-55,
  .layout-margin .offset-md-55,
  .offset-md-55 {
    margin-left: 55%;
  }
  [dir=rtl] .flex-offset-md-55,
  [dir=rtl] .layout-margin .flex-offset-md-55,
  [dir=rtl] .layout-margin .offset-md-55,
  [dir=rtl] .offset-md-55 {
    margin-left: auto;
    margin-right: 55%;
  }
  .flex-offset-md-60,
  .layout-margin .flex-offset-md-60,
  .layout-margin .offset-md-60,
  .offset-md-60 {
    margin-left: 60%;
  }
  [dir=rtl] .flex-offset-md-60,
  [dir=rtl] .layout-margin .flex-offset-md-60,
  [dir=rtl] .layout-margin .offset-md-60,
  [dir=rtl] .offset-md-60 {
    margin-left: auto;
    margin-right: 60%;
  }
  .flex-offset-md-65,
  .layout-margin .flex-offset-md-65,
  .layout-margin .offset-md-65,
  .offset-md-65 {
    margin-left: 65%;
  }
  [dir=rtl] .flex-offset-md-65,
  [dir=rtl] .layout-margin .flex-offset-md-65,
  [dir=rtl] .layout-margin .offset-md-65,
  [dir=rtl] .offset-md-65 {
    margin-left: auto;
    margin-right: 65%;
  }
  .flex-offset-md-70,
  .layout-margin .flex-offset-md-70,
  .layout-margin .offset-md-70,
  .offset-md-70 {
    margin-left: 70%;
  }
  [dir=rtl] .flex-offset-md-70,
  [dir=rtl] .layout-margin .flex-offset-md-70,
  [dir=rtl] .layout-margin .offset-md-70,
  [dir=rtl] .offset-md-70 {
    margin-left: auto;
    margin-right: 70%;
  }
  .flex-offset-md-75,
  .layout-margin .flex-offset-md-75,
  .layout-margin .offset-md-75,
  .offset-md-75 {
    margin-left: 75%;
  }
  [dir=rtl] .flex-offset-md-75,
  [dir=rtl] .layout-margin .flex-offset-md-75,
  [dir=rtl] .layout-margin .offset-md-75,
  [dir=rtl] .offset-md-75 {
    margin-left: auto;
    margin-right: 75%;
  }
  .flex-offset-md-80,
  .layout-margin .flex-offset-md-80,
  .layout-margin .offset-md-80,
  .offset-md-80 {
    margin-left: 80%;
  }
  [dir=rtl] .flex-offset-md-80,
  [dir=rtl] .layout-margin .flex-offset-md-80,
  [dir=rtl] .layout-margin .offset-md-80,
  [dir=rtl] .offset-md-80 {
    margin-left: auto;
    margin-right: 80%;
  }
  .flex-offset-md-85,
  .layout-margin .flex-offset-md-85,
  .layout-margin .offset-md-85,
  .offset-md-85 {
    margin-left: 85%;
  }
  [dir=rtl] .flex-offset-md-85,
  [dir=rtl] .layout-margin .flex-offset-md-85,
  [dir=rtl] .layout-margin .offset-md-85,
  [dir=rtl] .offset-md-85 {
    margin-left: auto;
    margin-right: 85%;
  }
  .flex-offset-md-90,
  .layout-margin .flex-offset-md-90,
  .layout-margin .offset-md-90,
  .offset-md-90 {
    margin-left: 90%;
  }
  [dir=rtl] .flex-offset-md-90,
  [dir=rtl] .layout-margin .flex-offset-md-90,
  [dir=rtl] .layout-margin .offset-md-90,
  [dir=rtl] .offset-md-90 {
    margin-left: auto;
    margin-right: 90%;
  }
  .flex-offset-md-95,
  .layout-margin .flex-offset-md-95,
  .layout-margin .offset-md-95,
  .offset-md-95 {
    margin-left: 95%;
  }
  [dir=rtl] .flex-offset-md-95,
  [dir=rtl] .layout-margin .flex-offset-md-95,
  [dir=rtl] .layout-margin .offset-md-95,
  [dir=rtl] .offset-md-95 {
    margin-left: auto;
    margin-right: 95%;
  }
  .flex-offset-md-33,
  .layout-margin .flex-offset-md-33,
  .layout-margin .offset-md-33,
  .offset-md-33 {
    margin-left: 33.33333%;
  }
  .flex-offset-md-66,
  .layout-margin .flex-offset-md-66,
  .layout-margin .offset-md-66,
  .offset-md-66 {
    margin-left: 66.66667%;
  }
  [dir=rtl] .flex-offset-md-66,
  [dir=rtl] .layout-margin .flex-offset-md-66,
  [dir=rtl] .layout-margin .offset-md-66,
  [dir=rtl] .offset-md-66 {
    margin-left: auto;
    margin-right: 66.66667%;
  }
  .layout-align-md,
  .layout-align-md-start-stretch {
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-line-pack: stretch;
        align-content: stretch;
    -ms-flex-align: stretch;
        align-items: stretch;
  }
  .layout-align-md-start,
  .layout-align-md-start-center,
  .layout-align-md-start-end,
  .layout-align-md-start-start,
  .layout-align-md-start-stretch {
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
  .layout-align-md-center,
  .layout-align-md-center-center,
  .layout-align-md-center-end,
  .layout-align-md-center-start,
  .layout-align-md-center-stretch {
    -ms-flex-pack: center;
        justify-content: center;
  }
  .layout-align-md-end,
  .layout-align-md-end-center,
  .layout-align-md-end-end,
  .layout-align-md-end-start,
  .layout-align-md-end-stretch {
    -ms-flex-pack: end;
        justify-content: flex-end;
  }
  .layout-align-md-space-around,
  .layout-align-md-space-around-center,
  .layout-align-md-space-around-end,
  .layout-align-md-space-around-start,
  .layout-align-md-space-around-stretch {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .layout-align-md-space-between,
  .layout-align-md-space-between-center,
  .layout-align-md-space-between-end,
  .layout-align-md-space-between-start,
  .layout-align-md-space-between-stretch {
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .layout-align-md-center-start,
  .layout-align-md-end-start,
  .layout-align-md-space-around-start,
  .layout-align-md-space-between-start,
  .layout-align-md-start-start {
    -ms-flex-align: start;
        align-items: flex-start;
    -ms-flex-line-pack: start;
        align-content: flex-start;
  }
  .layout-align-md-center-center,
  .layout-align-md-end-center,
  .layout-align-md-space-around-center,
  .layout-align-md-space-between-center,
  .layout-align-md-start-center {
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-line-pack: center;
        align-content: center;
    max-width: 100%;
  }
  .layout-align-md-center-center > *,
  .layout-align-md-end-center > *,
  .layout-align-md-space-around-center > *,
  .layout-align-md-space-between-center > *,
  .layout-align-md-start-center > * {
    max-width: 100%;
    box-sizing: border-box;
  }
  .layout-align-md-center-end,
  .layout-align-md-end-end,
  .layout-align-md-space-around-end,
  .layout-align-md-space-between-end,
  .layout-align-md-start-end {
    -ms-flex-align: end;
        align-items: flex-end;
    -ms-flex-line-pack: end;
        align-content: flex-end;
  }
  .layout-align-md-center-stretch,
  .layout-align-md-end-stretch,
  .layout-align-md-space-around-stretch,
  .layout-align-md-space-between-stretch,
  .layout-align-md-start-stretch {
    -ms-flex-align: stretch;
        align-items: stretch;
    -ms-flex-line-pack: stretch;
        align-content: stretch;
  }
  .flex-md {
    -ms-flex: 1;
        flex: 1;
    box-sizing: border-box;
  }
  .flex-md-grow {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    box-sizing: border-box;
  }
  .flex-md-initial {
    -ms-flex: 0 1 auto;
        flex: 0 1 auto;
    box-sizing: border-box;
  }
  .flex-md-auto {
    -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    box-sizing: border-box;
  }
  .flex-md-none {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    box-sizing: border-box;
  }
  .flex-md-noshrink {
    -ms-flex: 1 0 auto;
        flex: 1 0 auto;
    box-sizing: border-box;
  }
  .flex-md-nogrow {
    -ms-flex: 0 1 auto;
        flex: 0 1 auto;
    box-sizing: border-box;
  }
  .flex-md-0,
  .layout-row > .flex-md-0 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 0;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-md-0 {
    min-width: 0;
  }
  .layout-column > .flex-md-0 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 0%;
    box-sizing: border-box;
  }
  .layout-md-row > .flex-md-0 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 0;
    max-height: 100%;
    box-sizing: border-box;
    min-width: 0;
  }
  .layout-md-column > .flex-md-0 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 0%;
    box-sizing: border-box;
    min-height: 0;
  }
  .flex-md-5,
  .layout-row > .flex-md-5 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 5%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-md-5 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 5%;
    box-sizing: border-box;
  }
  .layout-md-row > .flex-md-5 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 5%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-md-column > .flex-md-5 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 5%;
    box-sizing: border-box;
  }
  .flex-md-10,
  .layout-row > .flex-md-10 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 10%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-md-10 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 10%;
    box-sizing: border-box;
  }
  .layout-md-row > .flex-md-10 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 10%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-md-column > .flex-md-10 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 10%;
    box-sizing: border-box;
  }
  .flex-md-15,
  .layout-row > .flex-md-15 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 15%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-md-15 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 15%;
    box-sizing: border-box;
  }
  .layout-md-row > .flex-md-15 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 15%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-md-column > .flex-md-15 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 15%;
    box-sizing: border-box;
  }
  .flex-md-20,
  .layout-row > .flex-md-20 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 20%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-md-20 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 20%;
    box-sizing: border-box;
  }
  .layout-md-row > .flex-md-20 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 20%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-md-column > .flex-md-20 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 20%;
    box-sizing: border-box;
  }
  .flex-md-25,
  .layout-row > .flex-md-25 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 25%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-md-25 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 25%;
    box-sizing: border-box;
  }
  .layout-md-row > .flex-md-25 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 25%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-md-column > .flex-md-25 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 25%;
    box-sizing: border-box;
  }
  .flex-md-30,
  .layout-row > .flex-md-30 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 30%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-md-30 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 30%;
    box-sizing: border-box;
  }
  .layout-md-row > .flex-md-30 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 30%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-md-column > .flex-md-30 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 30%;
    box-sizing: border-box;
  }
  .flex-md-35,
  .layout-row > .flex-md-35 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 35%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-md-35 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 35%;
    box-sizing: border-box;
  }
  .layout-md-row > .flex-md-35 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 35%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-md-column > .flex-md-35 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 35%;
    box-sizing: border-box;
  }
  .flex-md-40,
  .layout-row > .flex-md-40 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 40%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-md-40 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 40%;
    box-sizing: border-box;
  }
  .layout-md-row > .flex-md-40 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 40%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-md-column > .flex-md-40 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 40%;
    box-sizing: border-box;
  }
  .flex-md-45,
  .layout-row > .flex-md-45 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 45%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-md-45 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 45%;
    box-sizing: border-box;
  }
  .layout-md-row > .flex-md-45 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 45%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-md-column > .flex-md-45 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 45%;
    box-sizing: border-box;
  }
  .flex-md-50,
  .layout-row > .flex-md-50 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 50%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-md-50 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 50%;
    box-sizing: border-box;
  }
  .layout-md-row > .flex-md-50 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 50%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-md-column > .flex-md-50 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 50%;
    box-sizing: border-box;
  }
  .flex-md-55,
  .layout-row > .flex-md-55 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 55%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-md-55 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 55%;
    box-sizing: border-box;
  }
  .layout-md-row > .flex-md-55 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 55%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-md-column > .flex-md-55 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 55%;
    box-sizing: border-box;
  }
  .flex-md-60,
  .layout-row > .flex-md-60 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 60%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-md-60 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 60%;
    box-sizing: border-box;
  }
  .layout-md-row > .flex-md-60 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 60%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-md-column > .flex-md-60 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 60%;
    box-sizing: border-box;
  }
  .flex-md-65,
  .layout-row > .flex-md-65 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 65%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-md-65 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 65%;
    box-sizing: border-box;
  }
  .layout-md-row > .flex-md-65 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 65%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-md-column > .flex-md-65 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 65%;
    box-sizing: border-box;
  }
  .flex-md-70,
  .layout-row > .flex-md-70 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 70%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-md-70 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 70%;
    box-sizing: border-box;
  }
  .layout-md-row > .flex-md-70 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 70%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-md-column > .flex-md-70 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 70%;
    box-sizing: border-box;
  }
  .flex-md-75,
  .layout-row > .flex-md-75 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 75%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-md-75 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 75%;
    box-sizing: border-box;
  }
  .layout-md-row > .flex-md-75 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 75%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-md-column > .flex-md-75 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 75%;
    box-sizing: border-box;
  }
  .flex-md-80,
  .layout-row > .flex-md-80 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 80%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-md-80 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 80%;
    box-sizing: border-box;
  }
  .layout-md-row > .flex-md-80 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 80%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-md-column > .flex-md-80 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 80%;
    box-sizing: border-box;
  }
  .flex-md-85,
  .layout-row > .flex-md-85 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 85%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-md-85 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 85%;
    box-sizing: border-box;
  }
  .layout-md-row > .flex-md-85 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 85%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-md-column > .flex-md-85 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 85%;
    box-sizing: border-box;
  }
  .flex-md-90,
  .layout-row > .flex-md-90 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 90%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-md-90 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 90%;
    box-sizing: border-box;
  }
  .layout-md-row > .flex-md-90 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 90%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-md-column > .flex-md-90 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 90%;
    box-sizing: border-box;
  }
  .flex-md-95,
  .layout-row > .flex-md-95 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 95%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-md-95 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 95%;
    box-sizing: border-box;
  }
  .layout-md-row > .flex-md-95 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 95%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-md-column > .flex-md-95 {
    max-height: 95%;
  }
  .flex-md-100,
  .layout-md-column > .flex-md-95 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    box-sizing: border-box;
  }
  .flex-md-100 {
    max-height: 100%;
  }
  .layout-column > .flex-md-100,
  .layout-md-column > .flex-md-100,
  .layout-md-row > .flex-md-100,
  .layout-row > .flex-md-100 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-md-33 {
    -ms-flex: 1 1 33.33%;
        flex: 1 1 33.33%;
    max-width: 33.33%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-md-66 {
    -ms-flex: 1 1 66.66%;
        flex: 1 1 66.66%;
    max-width: 66.66%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-md-33 {
    -ms-flex: 1 1 33.33%;
        flex: 1 1 33.33%;
    max-width: 100%;
    max-height: 33.33%;
    box-sizing: border-box;
  }
  .layout-column > .flex-md-66 {
    -ms-flex: 1 1 66.66%;
        flex: 1 1 66.66%;
    max-width: 100%;
    max-height: 66.66%;
    box-sizing: border-box;
  }
  .layout-md-row > .flex-md-33 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 33.33%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-md-row > .flex-md-66 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 66.66%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-md-row > .flex {
    min-width: 0;
  }
  .layout-md-column > .flex-md-33 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 33.33%;
    box-sizing: border-box;
  }
  .layout-md-column > .flex-md-66 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 66.66%;
    box-sizing: border-box;
  }
  .layout-md-column > .flex {
    min-height: 0;
  }
  .layout-md,
  .layout-md-column,
  .layout-md-row {
    box-sizing: border-box;
    display: -ms-flexbox;
    display: flex;
  }
  .layout-md-column {
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .layout-md-row {
    -ms-flex-direction: row;
        flex-direction: row;
  }
}
@media (min-width: 1280px) {
  .flex-order-gt-md--20 {
    -ms-flex-order: -20;
        order: -20;
  }
  .flex-order-gt-md--19 {
    -ms-flex-order: -19;
        order: -19;
  }
  .flex-order-gt-md--18 {
    -ms-flex-order: -18;
        order: -18;
  }
  .flex-order-gt-md--17 {
    -ms-flex-order: -17;
        order: -17;
  }
  .flex-order-gt-md--16 {
    -ms-flex-order: -16;
        order: -16;
  }
  .flex-order-gt-md--15 {
    -ms-flex-order: -15;
        order: -15;
  }
  .flex-order-gt-md--14 {
    -ms-flex-order: -14;
        order: -14;
  }
  .flex-order-gt-md--13 {
    -ms-flex-order: -13;
        order: -13;
  }
  .flex-order-gt-md--12 {
    -ms-flex-order: -12;
        order: -12;
  }
  .flex-order-gt-md--11 {
    -ms-flex-order: -11;
        order: -11;
  }
  .flex-order-gt-md--10 {
    -ms-flex-order: -10;
        order: -10;
  }
  .flex-order-gt-md--9 {
    -ms-flex-order: -9;
        order: -9;
  }
  .flex-order-gt-md--8 {
    -ms-flex-order: -8;
        order: -8;
  }
  .flex-order-gt-md--7 {
    -ms-flex-order: -7;
        order: -7;
  }
  .flex-order-gt-md--6 {
    -ms-flex-order: -6;
        order: -6;
  }
  .flex-order-gt-md--5 {
    -ms-flex-order: -5;
        order: -5;
  }
  .flex-order-gt-md--4 {
    -ms-flex-order: -4;
        order: -4;
  }
  .flex-order-gt-md--3 {
    -ms-flex-order: -3;
        order: -3;
  }
  .flex-order-gt-md--2 {
    -ms-flex-order: -2;
        order: -2;
  }
  .flex-order-gt-md--1 {
    -ms-flex-order: -1;
        order: -1;
  }
  .flex-order-gt-md-0 {
    -ms-flex-order: 0;
        order: 0;
  }
  .flex-order-gt-md-1 {
    -ms-flex-order: 1;
        order: 1;
  }
  .flex-order-gt-md-2 {
    -ms-flex-order: 2;
        order: 2;
  }
  .flex-order-gt-md-3 {
    -ms-flex-order: 3;
        order: 3;
  }
  .flex-order-gt-md-4 {
    -ms-flex-order: 4;
        order: 4;
  }
  .flex-order-gt-md-5 {
    -ms-flex-order: 5;
        order: 5;
  }
  .flex-order-gt-md-6 {
    -ms-flex-order: 6;
        order: 6;
  }
  .flex-order-gt-md-7 {
    -ms-flex-order: 7;
        order: 7;
  }
  .flex-order-gt-md-8 {
    -ms-flex-order: 8;
        order: 8;
  }
  .flex-order-gt-md-9 {
    -ms-flex-order: 9;
        order: 9;
  }
  .flex-order-gt-md-10 {
    -ms-flex-order: 10;
        order: 10;
  }
  .flex-order-gt-md-11 {
    -ms-flex-order: 11;
        order: 11;
  }
  .flex-order-gt-md-12 {
    -ms-flex-order: 12;
        order: 12;
  }
  .flex-order-gt-md-13 {
    -ms-flex-order: 13;
        order: 13;
  }
  .flex-order-gt-md-14 {
    -ms-flex-order: 14;
        order: 14;
  }
  .flex-order-gt-md-15 {
    -ms-flex-order: 15;
        order: 15;
  }
  .flex-order-gt-md-16 {
    -ms-flex-order: 16;
        order: 16;
  }
  .flex-order-gt-md-17 {
    -ms-flex-order: 17;
        order: 17;
  }
  .flex-order-gt-md-18 {
    -ms-flex-order: 18;
        order: 18;
  }
  .flex-order-gt-md-19 {
    -ms-flex-order: 19;
        order: 19;
  }
  .flex-order-gt-md-20 {
    -ms-flex-order: 20;
        order: 20;
  }
  .flex-offset-gt-md-0,
  .layout-margin .flex-offset-gt-md-0,
  .layout-margin .offset-gt-md-0,
  .offset-gt-md-0 {
    margin-left: 0;
  }
  [dir=rtl] .flex-offset-gt-md-0,
  [dir=rtl] .layout-margin .flex-offset-gt-md-0,
  [dir=rtl] .layout-margin .offset-gt-md-0,
  [dir=rtl] .offset-gt-md-0 {
    margin-left: auto;
    margin-right: 0;
  }
  .flex-offset-gt-md-5,
  .layout-margin .flex-offset-gt-md-5,
  .layout-margin .offset-gt-md-5,
  .offset-gt-md-5 {
    margin-left: 5%;
  }
  [dir=rtl] .flex-offset-gt-md-5,
  [dir=rtl] .layout-margin .flex-offset-gt-md-5,
  [dir=rtl] .layout-margin .offset-gt-md-5,
  [dir=rtl] .offset-gt-md-5 {
    margin-left: auto;
    margin-right: 5%;
  }
  .flex-offset-gt-md-10,
  .layout-margin .flex-offset-gt-md-10,
  .layout-margin .offset-gt-md-10,
  .offset-gt-md-10 {
    margin-left: 10%;
  }
  [dir=rtl] .flex-offset-gt-md-10,
  [dir=rtl] .layout-margin .flex-offset-gt-md-10,
  [dir=rtl] .layout-margin .offset-gt-md-10,
  [dir=rtl] .offset-gt-md-10 {
    margin-left: auto;
    margin-right: 10%;
  }
  .flex-offset-gt-md-15,
  .layout-margin .flex-offset-gt-md-15,
  .layout-margin .offset-gt-md-15,
  .offset-gt-md-15 {
    margin-left: 15%;
  }
  [dir=rtl] .flex-offset-gt-md-15,
  [dir=rtl] .layout-margin .flex-offset-gt-md-15,
  [dir=rtl] .layout-margin .offset-gt-md-15,
  [dir=rtl] .offset-gt-md-15 {
    margin-left: auto;
    margin-right: 15%;
  }
  .flex-offset-gt-md-20,
  .layout-margin .flex-offset-gt-md-20,
  .layout-margin .offset-gt-md-20,
  .offset-gt-md-20 {
    margin-left: 20%;
  }
  [dir=rtl] .flex-offset-gt-md-20,
  [dir=rtl] .layout-margin .flex-offset-gt-md-20,
  [dir=rtl] .layout-margin .offset-gt-md-20,
  [dir=rtl] .offset-gt-md-20 {
    margin-left: auto;
    margin-right: 20%;
  }
  .flex-offset-gt-md-25,
  .layout-margin .flex-offset-gt-md-25,
  .layout-margin .offset-gt-md-25,
  .offset-gt-md-25 {
    margin-left: 25%;
  }
  [dir=rtl] .flex-offset-gt-md-25,
  [dir=rtl] .layout-margin .flex-offset-gt-md-25,
  [dir=rtl] .layout-margin .offset-gt-md-25,
  [dir=rtl] .offset-gt-md-25 {
    margin-left: auto;
    margin-right: 25%;
  }
  .flex-offset-gt-md-30,
  .layout-margin .flex-offset-gt-md-30,
  .layout-margin .offset-gt-md-30,
  .offset-gt-md-30 {
    margin-left: 30%;
  }
  [dir=rtl] .flex-offset-gt-md-30,
  [dir=rtl] .layout-margin .flex-offset-gt-md-30,
  [dir=rtl] .layout-margin .offset-gt-md-30,
  [dir=rtl] .offset-gt-md-30 {
    margin-left: auto;
    margin-right: 30%;
  }
  .flex-offset-gt-md-35,
  .layout-margin .flex-offset-gt-md-35,
  .layout-margin .offset-gt-md-35,
  .offset-gt-md-35 {
    margin-left: 35%;
  }
  [dir=rtl] .flex-offset-gt-md-35,
  [dir=rtl] .layout-margin .flex-offset-gt-md-35,
  [dir=rtl] .layout-margin .offset-gt-md-35,
  [dir=rtl] .offset-gt-md-35 {
    margin-left: auto;
    margin-right: 35%;
  }
  .flex-offset-gt-md-40,
  .layout-margin .flex-offset-gt-md-40,
  .layout-margin .offset-gt-md-40,
  .offset-gt-md-40 {
    margin-left: 40%;
  }
  [dir=rtl] .flex-offset-gt-md-40,
  [dir=rtl] .layout-margin .flex-offset-gt-md-40,
  [dir=rtl] .layout-margin .offset-gt-md-40,
  [dir=rtl] .offset-gt-md-40 {
    margin-left: auto;
    margin-right: 40%;
  }
  .flex-offset-gt-md-45,
  .layout-margin .flex-offset-gt-md-45,
  .layout-margin .offset-gt-md-45,
  .offset-gt-md-45 {
    margin-left: 45%;
  }
  [dir=rtl] .flex-offset-gt-md-45,
  [dir=rtl] .layout-margin .flex-offset-gt-md-45,
  [dir=rtl] .layout-margin .offset-gt-md-45,
  [dir=rtl] .offset-gt-md-45 {
    margin-left: auto;
    margin-right: 45%;
  }
  .flex-offset-gt-md-50,
  .layout-margin .flex-offset-gt-md-50,
  .layout-margin .offset-gt-md-50,
  .offset-gt-md-50 {
    margin-left: 50%;
  }
  [dir=rtl] .flex-offset-gt-md-50,
  [dir=rtl] .layout-margin .flex-offset-gt-md-50,
  [dir=rtl] .layout-margin .offset-gt-md-50,
  [dir=rtl] .offset-gt-md-50 {
    margin-left: auto;
    margin-right: 50%;
  }
  .flex-offset-gt-md-55,
  .layout-margin .flex-offset-gt-md-55,
  .layout-margin .offset-gt-md-55,
  .offset-gt-md-55 {
    margin-left: 55%;
  }
  [dir=rtl] .flex-offset-gt-md-55,
  [dir=rtl] .layout-margin .flex-offset-gt-md-55,
  [dir=rtl] .layout-margin .offset-gt-md-55,
  [dir=rtl] .offset-gt-md-55 {
    margin-left: auto;
    margin-right: 55%;
  }
  .flex-offset-gt-md-60,
  .layout-margin .flex-offset-gt-md-60,
  .layout-margin .offset-gt-md-60,
  .offset-gt-md-60 {
    margin-left: 60%;
  }
  [dir=rtl] .flex-offset-gt-md-60,
  [dir=rtl] .layout-margin .flex-offset-gt-md-60,
  [dir=rtl] .layout-margin .offset-gt-md-60,
  [dir=rtl] .offset-gt-md-60 {
    margin-left: auto;
    margin-right: 60%;
  }
  .flex-offset-gt-md-65,
  .layout-margin .flex-offset-gt-md-65,
  .layout-margin .offset-gt-md-65,
  .offset-gt-md-65 {
    margin-left: 65%;
  }
  [dir=rtl] .flex-offset-gt-md-65,
  [dir=rtl] .layout-margin .flex-offset-gt-md-65,
  [dir=rtl] .layout-margin .offset-gt-md-65,
  [dir=rtl] .offset-gt-md-65 {
    margin-left: auto;
    margin-right: 65%;
  }
  .flex-offset-gt-md-70,
  .layout-margin .flex-offset-gt-md-70,
  .layout-margin .offset-gt-md-70,
  .offset-gt-md-70 {
    margin-left: 70%;
  }
  [dir=rtl] .flex-offset-gt-md-70,
  [dir=rtl] .layout-margin .flex-offset-gt-md-70,
  [dir=rtl] .layout-margin .offset-gt-md-70,
  [dir=rtl] .offset-gt-md-70 {
    margin-left: auto;
    margin-right: 70%;
  }
  .flex-offset-gt-md-75,
  .layout-margin .flex-offset-gt-md-75,
  .layout-margin .offset-gt-md-75,
  .offset-gt-md-75 {
    margin-left: 75%;
  }
  [dir=rtl] .flex-offset-gt-md-75,
  [dir=rtl] .layout-margin .flex-offset-gt-md-75,
  [dir=rtl] .layout-margin .offset-gt-md-75,
  [dir=rtl] .offset-gt-md-75 {
    margin-left: auto;
    margin-right: 75%;
  }
  .flex-offset-gt-md-80,
  .layout-margin .flex-offset-gt-md-80,
  .layout-margin .offset-gt-md-80,
  .offset-gt-md-80 {
    margin-left: 80%;
  }
  [dir=rtl] .flex-offset-gt-md-80,
  [dir=rtl] .layout-margin .flex-offset-gt-md-80,
  [dir=rtl] .layout-margin .offset-gt-md-80,
  [dir=rtl] .offset-gt-md-80 {
    margin-left: auto;
    margin-right: 80%;
  }
  .flex-offset-gt-md-85,
  .layout-margin .flex-offset-gt-md-85,
  .layout-margin .offset-gt-md-85,
  .offset-gt-md-85 {
    margin-left: 85%;
  }
  [dir=rtl] .flex-offset-gt-md-85,
  [dir=rtl] .layout-margin .flex-offset-gt-md-85,
  [dir=rtl] .layout-margin .offset-gt-md-85,
  [dir=rtl] .offset-gt-md-85 {
    margin-left: auto;
    margin-right: 85%;
  }
  .flex-offset-gt-md-90,
  .layout-margin .flex-offset-gt-md-90,
  .layout-margin .offset-gt-md-90,
  .offset-gt-md-90 {
    margin-left: 90%;
  }
  [dir=rtl] .flex-offset-gt-md-90,
  [dir=rtl] .layout-margin .flex-offset-gt-md-90,
  [dir=rtl] .layout-margin .offset-gt-md-90,
  [dir=rtl] .offset-gt-md-90 {
    margin-left: auto;
    margin-right: 90%;
  }
  .flex-offset-gt-md-95,
  .layout-margin .flex-offset-gt-md-95,
  .layout-margin .offset-gt-md-95,
  .offset-gt-md-95 {
    margin-left: 95%;
  }
  [dir=rtl] .flex-offset-gt-md-95,
  [dir=rtl] .layout-margin .flex-offset-gt-md-95,
  [dir=rtl] .layout-margin .offset-gt-md-95,
  [dir=rtl] .offset-gt-md-95 {
    margin-left: auto;
    margin-right: 95%;
  }
  .flex-offset-gt-md-33,
  .layout-margin .flex-offset-gt-md-33,
  .layout-margin .offset-gt-md-33,
  .offset-gt-md-33 {
    margin-left: 33.33333%;
  }
  .flex-offset-gt-md-66,
  .layout-margin .flex-offset-gt-md-66,
  .layout-margin .offset-gt-md-66,
  .offset-gt-md-66 {
    margin-left: 66.66667%;
  }
  [dir=rtl] .flex-offset-gt-md-66,
  [dir=rtl] .layout-margin .flex-offset-gt-md-66,
  [dir=rtl] .layout-margin .offset-gt-md-66,
  [dir=rtl] .offset-gt-md-66 {
    margin-left: auto;
    margin-right: 66.66667%;
  }
  .layout-align-gt-md,
  .layout-align-gt-md-start-stretch {
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-line-pack: stretch;
        align-content: stretch;
    -ms-flex-align: stretch;
        align-items: stretch;
  }
  .layout-align-gt-md-start,
  .layout-align-gt-md-start-center,
  .layout-align-gt-md-start-end,
  .layout-align-gt-md-start-start,
  .layout-align-gt-md-start-stretch {
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
  .layout-align-gt-md-center,
  .layout-align-gt-md-center-center,
  .layout-align-gt-md-center-end,
  .layout-align-gt-md-center-start,
  .layout-align-gt-md-center-stretch {
    -ms-flex-pack: center;
        justify-content: center;
  }
  .layout-align-gt-md-end,
  .layout-align-gt-md-end-center,
  .layout-align-gt-md-end-end,
  .layout-align-gt-md-end-start,
  .layout-align-gt-md-end-stretch {
    -ms-flex-pack: end;
        justify-content: flex-end;
  }
  .layout-align-gt-md-space-around,
  .layout-align-gt-md-space-around-center,
  .layout-align-gt-md-space-around-end,
  .layout-align-gt-md-space-around-start,
  .layout-align-gt-md-space-around-stretch {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .layout-align-gt-md-space-between,
  .layout-align-gt-md-space-between-center,
  .layout-align-gt-md-space-between-end,
  .layout-align-gt-md-space-between-start,
  .layout-align-gt-md-space-between-stretch {
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .layout-align-gt-md-center-start,
  .layout-align-gt-md-end-start,
  .layout-align-gt-md-space-around-start,
  .layout-align-gt-md-space-between-start,
  .layout-align-gt-md-start-start {
    -ms-flex-align: start;
        align-items: flex-start;
    -ms-flex-line-pack: start;
        align-content: flex-start;
  }
  .layout-align-gt-md-center-center,
  .layout-align-gt-md-end-center,
  .layout-align-gt-md-space-around-center,
  .layout-align-gt-md-space-between-center,
  .layout-align-gt-md-start-center {
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-line-pack: center;
        align-content: center;
    max-width: 100%;
  }
  .layout-align-gt-md-center-center > *,
  .layout-align-gt-md-end-center > *,
  .layout-align-gt-md-space-around-center > *,
  .layout-align-gt-md-space-between-center > *,
  .layout-align-gt-md-start-center > * {
    max-width: 100%;
    box-sizing: border-box;
  }
  .layout-align-gt-md-center-end,
  .layout-align-gt-md-end-end,
  .layout-align-gt-md-space-around-end,
  .layout-align-gt-md-space-between-end,
  .layout-align-gt-md-start-end {
    -ms-flex-align: end;
        align-items: flex-end;
    -ms-flex-line-pack: end;
        align-content: flex-end;
  }
  .layout-align-gt-md-center-stretch,
  .layout-align-gt-md-end-stretch,
  .layout-align-gt-md-space-around-stretch,
  .layout-align-gt-md-space-between-stretch,
  .layout-align-gt-md-start-stretch {
    -ms-flex-align: stretch;
        align-items: stretch;
    -ms-flex-line-pack: stretch;
        align-content: stretch;
  }
  .flex-gt-md {
    -ms-flex: 1;
        flex: 1;
    box-sizing: border-box;
  }
  .flex-gt-md-grow {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    box-sizing: border-box;
  }
  .flex-gt-md-initial {
    -ms-flex: 0 1 auto;
        flex: 0 1 auto;
    box-sizing: border-box;
  }
  .flex-gt-md-auto {
    -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    box-sizing: border-box;
  }
  .flex-gt-md-none {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    box-sizing: border-box;
  }
  .flex-gt-md-noshrink {
    -ms-flex: 1 0 auto;
        flex: 1 0 auto;
    box-sizing: border-box;
  }
  .flex-gt-md-nogrow {
    -ms-flex: 0 1 auto;
        flex: 0 1 auto;
    box-sizing: border-box;
  }
  .flex-gt-md-0,
  .layout-row > .flex-gt-md-0 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 0;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-gt-md-0 {
    min-width: 0;
  }
  .layout-column > .flex-gt-md-0 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 0%;
    box-sizing: border-box;
  }
  .layout-gt-md-row > .flex-gt-md-0 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 0;
    max-height: 100%;
    box-sizing: border-box;
    min-width: 0;
  }
  .layout-gt-md-column > .flex-gt-md-0 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 0%;
    box-sizing: border-box;
    min-height: 0;
  }
  .flex-gt-md-5,
  .layout-row > .flex-gt-md-5 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 5%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-md-5 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 5%;
    box-sizing: border-box;
  }
  .layout-gt-md-row > .flex-gt-md-5 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 5%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-gt-md-column > .flex-gt-md-5 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 5%;
    box-sizing: border-box;
  }
  .flex-gt-md-10,
  .layout-row > .flex-gt-md-10 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 10%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-md-10 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 10%;
    box-sizing: border-box;
  }
  .layout-gt-md-row > .flex-gt-md-10 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 10%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-gt-md-column > .flex-gt-md-10 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 10%;
    box-sizing: border-box;
  }
  .flex-gt-md-15,
  .layout-row > .flex-gt-md-15 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 15%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-md-15 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 15%;
    box-sizing: border-box;
  }
  .layout-gt-md-row > .flex-gt-md-15 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 15%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-gt-md-column > .flex-gt-md-15 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 15%;
    box-sizing: border-box;
  }
  .flex-gt-md-20,
  .layout-row > .flex-gt-md-20 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 20%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-md-20 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 20%;
    box-sizing: border-box;
  }
  .layout-gt-md-row > .flex-gt-md-20 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 20%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-gt-md-column > .flex-gt-md-20 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 20%;
    box-sizing: border-box;
  }
  .flex-gt-md-25,
  .layout-row > .flex-gt-md-25 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 25%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-md-25 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 25%;
    box-sizing: border-box;
  }
  .layout-gt-md-row > .flex-gt-md-25 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 25%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-gt-md-column > .flex-gt-md-25 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 25%;
    box-sizing: border-box;
  }
  .flex-gt-md-30,
  .layout-row > .flex-gt-md-30 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 30%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-md-30 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 30%;
    box-sizing: border-box;
  }
  .layout-gt-md-row > .flex-gt-md-30 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 30%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-gt-md-column > .flex-gt-md-30 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 30%;
    box-sizing: border-box;
  }
  .flex-gt-md-35,
  .layout-row > .flex-gt-md-35 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 35%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-md-35 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 35%;
    box-sizing: border-box;
  }
  .layout-gt-md-row > .flex-gt-md-35 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 35%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-gt-md-column > .flex-gt-md-35 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 35%;
    box-sizing: border-box;
  }
  .flex-gt-md-40,
  .layout-row > .flex-gt-md-40 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 40%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-md-40 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 40%;
    box-sizing: border-box;
  }
  .layout-gt-md-row > .flex-gt-md-40 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 40%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-gt-md-column > .flex-gt-md-40 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 40%;
    box-sizing: border-box;
  }
  .flex-gt-md-45,
  .layout-row > .flex-gt-md-45 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 45%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-md-45 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 45%;
    box-sizing: border-box;
  }
  .layout-gt-md-row > .flex-gt-md-45 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 45%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-gt-md-column > .flex-gt-md-45 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 45%;
    box-sizing: border-box;
  }
  .flex-gt-md-50,
  .layout-row > .flex-gt-md-50 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 50%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-md-50 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 50%;
    box-sizing: border-box;
  }
  .layout-gt-md-row > .flex-gt-md-50 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 50%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-gt-md-column > .flex-gt-md-50 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 50%;
    box-sizing: border-box;
  }
  .flex-gt-md-55,
  .layout-row > .flex-gt-md-55 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 55%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-md-55 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 55%;
    box-sizing: border-box;
  }
  .layout-gt-md-row > .flex-gt-md-55 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 55%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-gt-md-column > .flex-gt-md-55 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 55%;
    box-sizing: border-box;
  }
  .flex-gt-md-60,
  .layout-row > .flex-gt-md-60 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 60%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-md-60 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 60%;
    box-sizing: border-box;
  }
  .layout-gt-md-row > .flex-gt-md-60 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 60%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-gt-md-column > .flex-gt-md-60 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 60%;
    box-sizing: border-box;
  }
  .flex-gt-md-65,
  .layout-row > .flex-gt-md-65 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 65%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-md-65 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 65%;
    box-sizing: border-box;
  }
  .layout-gt-md-row > .flex-gt-md-65 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 65%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-gt-md-column > .flex-gt-md-65 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 65%;
    box-sizing: border-box;
  }
  .flex-gt-md-70,
  .layout-row > .flex-gt-md-70 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 70%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-md-70 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 70%;
    box-sizing: border-box;
  }
  .layout-gt-md-row > .flex-gt-md-70 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 70%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-gt-md-column > .flex-gt-md-70 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 70%;
    box-sizing: border-box;
  }
  .flex-gt-md-75,
  .layout-row > .flex-gt-md-75 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 75%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-md-75 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 75%;
    box-sizing: border-box;
  }
  .layout-gt-md-row > .flex-gt-md-75 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 75%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-gt-md-column > .flex-gt-md-75 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 75%;
    box-sizing: border-box;
  }
  .flex-gt-md-80,
  .layout-row > .flex-gt-md-80 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 80%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-md-80 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 80%;
    box-sizing: border-box;
  }
  .layout-gt-md-row > .flex-gt-md-80 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 80%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-gt-md-column > .flex-gt-md-80 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 80%;
    box-sizing: border-box;
  }
  .flex-gt-md-85,
  .layout-row > .flex-gt-md-85 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 85%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-md-85 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 85%;
    box-sizing: border-box;
  }
  .layout-gt-md-row > .flex-gt-md-85 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 85%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-gt-md-column > .flex-gt-md-85 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 85%;
    box-sizing: border-box;
  }
  .flex-gt-md-90,
  .layout-row > .flex-gt-md-90 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 90%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-md-90 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 90%;
    box-sizing: border-box;
  }
  .layout-gt-md-row > .flex-gt-md-90 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 90%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-gt-md-column > .flex-gt-md-90 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 90%;
    box-sizing: border-box;
  }
  .flex-gt-md-95,
  .layout-row > .flex-gt-md-95 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 95%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-md-95 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 95%;
    box-sizing: border-box;
  }
  .layout-gt-md-row > .flex-gt-md-95 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 95%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-gt-md-column > .flex-gt-md-95 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 95%;
    box-sizing: border-box;
  }
  .flex-gt-md-100,
  .layout-column > .flex-gt-md-100,
  .layout-gt-md-column > .flex-gt-md-100,
  .layout-gt-md-row > .flex-gt-md-100,
  .layout-row > .flex-gt-md-100 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-gt-md-33 {
    -ms-flex: 1 1 33.33%;
        flex: 1 1 33.33%;
    max-width: 33.33%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-gt-md-66 {
    -ms-flex: 1 1 66.66%;
        flex: 1 1 66.66%;
    max-width: 66.66%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-md-33 {
    -ms-flex: 1 1 33.33%;
        flex: 1 1 33.33%;
    max-width: 100%;
    max-height: 33.33%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-md-66 {
    -ms-flex: 1 1 66.66%;
        flex: 1 1 66.66%;
    max-width: 100%;
    max-height: 66.66%;
    box-sizing: border-box;
  }
  .layout-gt-md-row > .flex-gt-md-33 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 33.33%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-gt-md-row > .flex-gt-md-66 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 66.66%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-gt-md-row > .flex {
    min-width: 0;
  }
  .layout-gt-md-column > .flex-gt-md-33 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 33.33%;
    box-sizing: border-box;
  }
  .layout-gt-md-column > .flex-gt-md-66 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 66.66%;
    box-sizing: border-box;
  }
  .layout-gt-md-column > .flex {
    min-height: 0;
  }
  .layout-gt-md,
  .layout-gt-md-column,
  .layout-gt-md-row {
    box-sizing: border-box;
    display: -ms-flexbox;
    display: flex;
  }
  .layout-gt-md-column {
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .layout-gt-md-row {
    -ms-flex-direction: row;
        flex-direction: row;
  }
}
@media (min-width: 1280px) and (max-width: 1919px) {
  .hide-gt-md:not(.show-gt-xs):not(.show-gt-sm):not(.show-gt-md):not(.show-lg):not(.show),
  .hide-gt-sm:not(.show-gt-xs):not(.show-gt-sm):not(.show-gt-md):not(.show-lg):not(.show),
  .hide-gt-xs:not(.show-gt-xs):not(.show-gt-sm):not(.show-gt-md):not(.show-lg):not(.show),
  .hide-lg:not(.show-lg):not(.show-gt-md):not(.show-gt-sm):not(.show-gt-xs):not(.show),
  .hide:not(.show-gt-xs):not(.show-gt-sm):not(.show-gt-md):not(.show-lg):not(.show) {
    display: none;
  }
  .flex-order-lg--20 {
    -ms-flex-order: -20;
        order: -20;
  }
  .flex-order-lg--19 {
    -ms-flex-order: -19;
        order: -19;
  }
  .flex-order-lg--18 {
    -ms-flex-order: -18;
        order: -18;
  }
  .flex-order-lg--17 {
    -ms-flex-order: -17;
        order: -17;
  }
  .flex-order-lg--16 {
    -ms-flex-order: -16;
        order: -16;
  }
  .flex-order-lg--15 {
    -ms-flex-order: -15;
        order: -15;
  }
  .flex-order-lg--14 {
    -ms-flex-order: -14;
        order: -14;
  }
  .flex-order-lg--13 {
    -ms-flex-order: -13;
        order: -13;
  }
  .flex-order-lg--12 {
    -ms-flex-order: -12;
        order: -12;
  }
  .flex-order-lg--11 {
    -ms-flex-order: -11;
        order: -11;
  }
  .flex-order-lg--10 {
    -ms-flex-order: -10;
        order: -10;
  }
  .flex-order-lg--9 {
    -ms-flex-order: -9;
        order: -9;
  }
  .flex-order-lg--8 {
    -ms-flex-order: -8;
        order: -8;
  }
  .flex-order-lg--7 {
    -ms-flex-order: -7;
        order: -7;
  }
  .flex-order-lg--6 {
    -ms-flex-order: -6;
        order: -6;
  }
  .flex-order-lg--5 {
    -ms-flex-order: -5;
        order: -5;
  }
  .flex-order-lg--4 {
    -ms-flex-order: -4;
        order: -4;
  }
  .flex-order-lg--3 {
    -ms-flex-order: -3;
        order: -3;
  }
  .flex-order-lg--2 {
    -ms-flex-order: -2;
        order: -2;
  }
  .flex-order-lg--1 {
    -ms-flex-order: -1;
        order: -1;
  }
  .flex-order-lg-0 {
    -ms-flex-order: 0;
        order: 0;
  }
  .flex-order-lg-1 {
    -ms-flex-order: 1;
        order: 1;
  }
  .flex-order-lg-2 {
    -ms-flex-order: 2;
        order: 2;
  }
  .flex-order-lg-3 {
    -ms-flex-order: 3;
        order: 3;
  }
  .flex-order-lg-4 {
    -ms-flex-order: 4;
        order: 4;
  }
  .flex-order-lg-5 {
    -ms-flex-order: 5;
        order: 5;
  }
  .flex-order-lg-6 {
    -ms-flex-order: 6;
        order: 6;
  }
  .flex-order-lg-7 {
    -ms-flex-order: 7;
        order: 7;
  }
  .flex-order-lg-8 {
    -ms-flex-order: 8;
        order: 8;
  }
  .flex-order-lg-9 {
    -ms-flex-order: 9;
        order: 9;
  }
  .flex-order-lg-10 {
    -ms-flex-order: 10;
        order: 10;
  }
  .flex-order-lg-11 {
    -ms-flex-order: 11;
        order: 11;
  }
  .flex-order-lg-12 {
    -ms-flex-order: 12;
        order: 12;
  }
  .flex-order-lg-13 {
    -ms-flex-order: 13;
        order: 13;
  }
  .flex-order-lg-14 {
    -ms-flex-order: 14;
        order: 14;
  }
  .flex-order-lg-15 {
    -ms-flex-order: 15;
        order: 15;
  }
  .flex-order-lg-16 {
    -ms-flex-order: 16;
        order: 16;
  }
  .flex-order-lg-17 {
    -ms-flex-order: 17;
        order: 17;
  }
  .flex-order-lg-18 {
    -ms-flex-order: 18;
        order: 18;
  }
  .flex-order-lg-19 {
    -ms-flex-order: 19;
        order: 19;
  }
  .flex-order-lg-20 {
    -ms-flex-order: 20;
        order: 20;
  }
  .flex-offset-lg-0,
  .layout-margin .flex-offset-lg-0,
  .layout-margin .offset-lg-0,
  .offset-lg-0 {
    margin-left: 0;
  }
  [dir=rtl] .flex-offset-lg-0,
  [dir=rtl] .layout-margin .flex-offset-lg-0,
  [dir=rtl] .layout-margin .offset-lg-0,
  [dir=rtl] .offset-lg-0 {
    margin-left: auto;
    margin-right: 0;
  }
  .flex-offset-lg-5,
  .layout-margin .flex-offset-lg-5,
  .layout-margin .offset-lg-5,
  .offset-lg-5 {
    margin-left: 5%;
  }
  [dir=rtl] .flex-offset-lg-5,
  [dir=rtl] .layout-margin .flex-offset-lg-5,
  [dir=rtl] .layout-margin .offset-lg-5,
  [dir=rtl] .offset-lg-5 {
    margin-left: auto;
    margin-right: 5%;
  }
  .flex-offset-lg-10,
  .layout-margin .flex-offset-lg-10,
  .layout-margin .offset-lg-10,
  .offset-lg-10 {
    margin-left: 10%;
  }
  [dir=rtl] .flex-offset-lg-10,
  [dir=rtl] .layout-margin .flex-offset-lg-10,
  [dir=rtl] .layout-margin .offset-lg-10,
  [dir=rtl] .offset-lg-10 {
    margin-left: auto;
    margin-right: 10%;
  }
  .flex-offset-lg-15,
  .layout-margin .flex-offset-lg-15,
  .layout-margin .offset-lg-15,
  .offset-lg-15 {
    margin-left: 15%;
  }
  [dir=rtl] .flex-offset-lg-15,
  [dir=rtl] .layout-margin .flex-offset-lg-15,
  [dir=rtl] .layout-margin .offset-lg-15,
  [dir=rtl] .offset-lg-15 {
    margin-left: auto;
    margin-right: 15%;
  }
  .flex-offset-lg-20,
  .layout-margin .flex-offset-lg-20,
  .layout-margin .offset-lg-20,
  .offset-lg-20 {
    margin-left: 20%;
  }
  [dir=rtl] .flex-offset-lg-20,
  [dir=rtl] .layout-margin .flex-offset-lg-20,
  [dir=rtl] .layout-margin .offset-lg-20,
  [dir=rtl] .offset-lg-20 {
    margin-left: auto;
    margin-right: 20%;
  }
  .flex-offset-lg-25,
  .layout-margin .flex-offset-lg-25,
  .layout-margin .offset-lg-25,
  .offset-lg-25 {
    margin-left: 25%;
  }
  [dir=rtl] .flex-offset-lg-25,
  [dir=rtl] .layout-margin .flex-offset-lg-25,
  [dir=rtl] .layout-margin .offset-lg-25,
  [dir=rtl] .offset-lg-25 {
    margin-left: auto;
    margin-right: 25%;
  }
  .flex-offset-lg-30,
  .layout-margin .flex-offset-lg-30,
  .layout-margin .offset-lg-30,
  .offset-lg-30 {
    margin-left: 30%;
  }
  [dir=rtl] .flex-offset-lg-30,
  [dir=rtl] .layout-margin .flex-offset-lg-30,
  [dir=rtl] .layout-margin .offset-lg-30,
  [dir=rtl] .offset-lg-30 {
    margin-left: auto;
    margin-right: 30%;
  }
  .flex-offset-lg-35,
  .layout-margin .flex-offset-lg-35,
  .layout-margin .offset-lg-35,
  .offset-lg-35 {
    margin-left: 35%;
  }
  [dir=rtl] .flex-offset-lg-35,
  [dir=rtl] .layout-margin .flex-offset-lg-35,
  [dir=rtl] .layout-margin .offset-lg-35,
  [dir=rtl] .offset-lg-35 {
    margin-left: auto;
    margin-right: 35%;
  }
  .flex-offset-lg-40,
  .layout-margin .flex-offset-lg-40,
  .layout-margin .offset-lg-40,
  .offset-lg-40 {
    margin-left: 40%;
  }
  [dir=rtl] .flex-offset-lg-40,
  [dir=rtl] .layout-margin .flex-offset-lg-40,
  [dir=rtl] .layout-margin .offset-lg-40,
  [dir=rtl] .offset-lg-40 {
    margin-left: auto;
    margin-right: 40%;
  }
  .flex-offset-lg-45,
  .layout-margin .flex-offset-lg-45,
  .layout-margin .offset-lg-45,
  .offset-lg-45 {
    margin-left: 45%;
  }
  [dir=rtl] .flex-offset-lg-45,
  [dir=rtl] .layout-margin .flex-offset-lg-45,
  [dir=rtl] .layout-margin .offset-lg-45,
  [dir=rtl] .offset-lg-45 {
    margin-left: auto;
    margin-right: 45%;
  }
  .flex-offset-lg-50,
  .layout-margin .flex-offset-lg-50,
  .layout-margin .offset-lg-50,
  .offset-lg-50 {
    margin-left: 50%;
  }
  [dir=rtl] .flex-offset-lg-50,
  [dir=rtl] .layout-margin .flex-offset-lg-50,
  [dir=rtl] .layout-margin .offset-lg-50,
  [dir=rtl] .offset-lg-50 {
    margin-left: auto;
    margin-right: 50%;
  }
  .flex-offset-lg-55,
  .layout-margin .flex-offset-lg-55,
  .layout-margin .offset-lg-55,
  .offset-lg-55 {
    margin-left: 55%;
  }
  [dir=rtl] .flex-offset-lg-55,
  [dir=rtl] .layout-margin .flex-offset-lg-55,
  [dir=rtl] .layout-margin .offset-lg-55,
  [dir=rtl] .offset-lg-55 {
    margin-left: auto;
    margin-right: 55%;
  }
  .flex-offset-lg-60,
  .layout-margin .flex-offset-lg-60,
  .layout-margin .offset-lg-60,
  .offset-lg-60 {
    margin-left: 60%;
  }
  [dir=rtl] .flex-offset-lg-60,
  [dir=rtl] .layout-margin .flex-offset-lg-60,
  [dir=rtl] .layout-margin .offset-lg-60,
  [dir=rtl] .offset-lg-60 {
    margin-left: auto;
    margin-right: 60%;
  }
  .flex-offset-lg-65,
  .layout-margin .flex-offset-lg-65,
  .layout-margin .offset-lg-65,
  .offset-lg-65 {
    margin-left: 65%;
  }
  [dir=rtl] .flex-offset-lg-65,
  [dir=rtl] .layout-margin .flex-offset-lg-65,
  [dir=rtl] .layout-margin .offset-lg-65,
  [dir=rtl] .offset-lg-65 {
    margin-left: auto;
    margin-right: 65%;
  }
  .flex-offset-lg-70,
  .layout-margin .flex-offset-lg-70,
  .layout-margin .offset-lg-70,
  .offset-lg-70 {
    margin-left: 70%;
  }
  [dir=rtl] .flex-offset-lg-70,
  [dir=rtl] .layout-margin .flex-offset-lg-70,
  [dir=rtl] .layout-margin .offset-lg-70,
  [dir=rtl] .offset-lg-70 {
    margin-left: auto;
    margin-right: 70%;
  }
  .flex-offset-lg-75,
  .layout-margin .flex-offset-lg-75,
  .layout-margin .offset-lg-75,
  .offset-lg-75 {
    margin-left: 75%;
  }
  [dir=rtl] .flex-offset-lg-75,
  [dir=rtl] .layout-margin .flex-offset-lg-75,
  [dir=rtl] .layout-margin .offset-lg-75,
  [dir=rtl] .offset-lg-75 {
    margin-left: auto;
    margin-right: 75%;
  }
  .flex-offset-lg-80,
  .layout-margin .flex-offset-lg-80,
  .layout-margin .offset-lg-80,
  .offset-lg-80 {
    margin-left: 80%;
  }
  [dir=rtl] .flex-offset-lg-80,
  [dir=rtl] .layout-margin .flex-offset-lg-80,
  [dir=rtl] .layout-margin .offset-lg-80,
  [dir=rtl] .offset-lg-80 {
    margin-left: auto;
    margin-right: 80%;
  }
  .flex-offset-lg-85,
  .layout-margin .flex-offset-lg-85,
  .layout-margin .offset-lg-85,
  .offset-lg-85 {
    margin-left: 85%;
  }
  [dir=rtl] .flex-offset-lg-85,
  [dir=rtl] .layout-margin .flex-offset-lg-85,
  [dir=rtl] .layout-margin .offset-lg-85,
  [dir=rtl] .offset-lg-85 {
    margin-left: auto;
    margin-right: 85%;
  }
  .flex-offset-lg-90,
  .layout-margin .flex-offset-lg-90,
  .layout-margin .offset-lg-90,
  .offset-lg-90 {
    margin-left: 90%;
  }
  [dir=rtl] .flex-offset-lg-90,
  [dir=rtl] .layout-margin .flex-offset-lg-90,
  [dir=rtl] .layout-margin .offset-lg-90,
  [dir=rtl] .offset-lg-90 {
    margin-left: auto;
    margin-right: 90%;
  }
  .flex-offset-lg-95,
  .layout-margin .flex-offset-lg-95,
  .layout-margin .offset-lg-95,
  .offset-lg-95 {
    margin-left: 95%;
  }
  [dir=rtl] .flex-offset-lg-95,
  [dir=rtl] .layout-margin .flex-offset-lg-95,
  [dir=rtl] .layout-margin .offset-lg-95,
  [dir=rtl] .offset-lg-95 {
    margin-left: auto;
    margin-right: 95%;
  }
  .flex-offset-lg-33,
  .layout-margin .flex-offset-lg-33,
  .layout-margin .offset-lg-33,
  .offset-lg-33 {
    margin-left: 33.33333%;
  }
  .flex-offset-lg-66,
  .layout-margin .flex-offset-lg-66,
  .layout-margin .offset-lg-66,
  .offset-lg-66 {
    margin-left: 66.66667%;
  }
  [dir=rtl] .flex-offset-lg-66,
  [dir=rtl] .layout-margin .flex-offset-lg-66,
  [dir=rtl] .layout-margin .offset-lg-66,
  [dir=rtl] .offset-lg-66 {
    margin-left: auto;
    margin-right: 66.66667%;
  }
  .layout-align-lg,
  .layout-align-lg-start-stretch {
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-line-pack: stretch;
        align-content: stretch;
    -ms-flex-align: stretch;
        align-items: stretch;
  }
  .layout-align-lg-start,
  .layout-align-lg-start-center,
  .layout-align-lg-start-end,
  .layout-align-lg-start-start,
  .layout-align-lg-start-stretch {
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
  .layout-align-lg-center,
  .layout-align-lg-center-center,
  .layout-align-lg-center-end,
  .layout-align-lg-center-start,
  .layout-align-lg-center-stretch {
    -ms-flex-pack: center;
        justify-content: center;
  }
  .layout-align-lg-end,
  .layout-align-lg-end-center,
  .layout-align-lg-end-end,
  .layout-align-lg-end-start,
  .layout-align-lg-end-stretch {
    -ms-flex-pack: end;
        justify-content: flex-end;
  }
  .layout-align-lg-space-around,
  .layout-align-lg-space-around-center,
  .layout-align-lg-space-around-end,
  .layout-align-lg-space-around-start,
  .layout-align-lg-space-around-stretch {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .layout-align-lg-space-between,
  .layout-align-lg-space-between-center,
  .layout-align-lg-space-between-end,
  .layout-align-lg-space-between-start,
  .layout-align-lg-space-between-stretch {
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .layout-align-lg-center-start,
  .layout-align-lg-end-start,
  .layout-align-lg-space-around-start,
  .layout-align-lg-space-between-start,
  .layout-align-lg-start-start {
    -ms-flex-align: start;
        align-items: flex-start;
    -ms-flex-line-pack: start;
        align-content: flex-start;
  }
  .layout-align-lg-center-center,
  .layout-align-lg-end-center,
  .layout-align-lg-space-around-center,
  .layout-align-lg-space-between-center,
  .layout-align-lg-start-center {
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-line-pack: center;
        align-content: center;
    max-width: 100%;
  }
  .layout-align-lg-center-center > *,
  .layout-align-lg-end-center > *,
  .layout-align-lg-space-around-center > *,
  .layout-align-lg-space-between-center > *,
  .layout-align-lg-start-center > * {
    max-width: 100%;
    box-sizing: border-box;
  }
  .layout-align-lg-center-end,
  .layout-align-lg-end-end,
  .layout-align-lg-space-around-end,
  .layout-align-lg-space-between-end,
  .layout-align-lg-start-end {
    -ms-flex-align: end;
        align-items: flex-end;
    -ms-flex-line-pack: end;
        align-content: flex-end;
  }
  .layout-align-lg-center-stretch,
  .layout-align-lg-end-stretch,
  .layout-align-lg-space-around-stretch,
  .layout-align-lg-space-between-stretch,
  .layout-align-lg-start-stretch {
    -ms-flex-align: stretch;
        align-items: stretch;
    -ms-flex-line-pack: stretch;
        align-content: stretch;
  }
  .flex-lg {
    -ms-flex: 1;
        flex: 1;
    box-sizing: border-box;
  }
  .flex-lg-grow {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    box-sizing: border-box;
  }
  .flex-lg-initial {
    -ms-flex: 0 1 auto;
        flex: 0 1 auto;
    box-sizing: border-box;
  }
  .flex-lg-auto {
    -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    box-sizing: border-box;
  }
  .flex-lg-none {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    box-sizing: border-box;
  }
  .flex-lg-noshrink {
    -ms-flex: 1 0 auto;
        flex: 1 0 auto;
    box-sizing: border-box;
  }
  .flex-lg-nogrow {
    -ms-flex: 0 1 auto;
        flex: 0 1 auto;
    box-sizing: border-box;
  }
  .flex-lg-0,
  .layout-row > .flex-lg-0 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 0;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-lg-0 {
    min-width: 0;
  }
  .layout-column > .flex-lg-0 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 0%;
    box-sizing: border-box;
  }
  .layout-lg-row > .flex-lg-0 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 0;
    max-height: 100%;
    box-sizing: border-box;
    min-width: 0;
  }
  .layout-lg-column > .flex-lg-0 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 0%;
    box-sizing: border-box;
    min-height: 0;
  }
  .flex-lg-5,
  .layout-row > .flex-lg-5 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 5%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-lg-5 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 5%;
    box-sizing: border-box;
  }
  .layout-lg-row > .flex-lg-5 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 5%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-lg-column > .flex-lg-5 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 5%;
    box-sizing: border-box;
  }
  .flex-lg-10,
  .layout-row > .flex-lg-10 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 10%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-lg-10 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 10%;
    box-sizing: border-box;
  }
  .layout-lg-row > .flex-lg-10 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 10%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-lg-column > .flex-lg-10 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 10%;
    box-sizing: border-box;
  }
  .flex-lg-15,
  .layout-row > .flex-lg-15 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 15%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-lg-15 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 15%;
    box-sizing: border-box;
  }
  .layout-lg-row > .flex-lg-15 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 15%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-lg-column > .flex-lg-15 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 15%;
    box-sizing: border-box;
  }
  .flex-lg-20,
  .layout-row > .flex-lg-20 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 20%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-lg-20 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 20%;
    box-sizing: border-box;
  }
  .layout-lg-row > .flex-lg-20 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 20%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-lg-column > .flex-lg-20 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 20%;
    box-sizing: border-box;
  }
  .flex-lg-25,
  .layout-row > .flex-lg-25 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 25%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-lg-25 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 25%;
    box-sizing: border-box;
  }
  .layout-lg-row > .flex-lg-25 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 25%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-lg-column > .flex-lg-25 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 25%;
    box-sizing: border-box;
  }
  .flex-lg-30,
  .layout-row > .flex-lg-30 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 30%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-lg-30 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 30%;
    box-sizing: border-box;
  }
  .layout-lg-row > .flex-lg-30 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 30%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-lg-column > .flex-lg-30 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 30%;
    box-sizing: border-box;
  }
  .flex-lg-35,
  .layout-row > .flex-lg-35 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 35%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-lg-35 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 35%;
    box-sizing: border-box;
  }
  .layout-lg-row > .flex-lg-35 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 35%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-lg-column > .flex-lg-35 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 35%;
    box-sizing: border-box;
  }
  .flex-lg-40,
  .layout-row > .flex-lg-40 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 40%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-lg-40 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 40%;
    box-sizing: border-box;
  }
  .layout-lg-row > .flex-lg-40 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 40%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-lg-column > .flex-lg-40 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 40%;
    box-sizing: border-box;
  }
  .flex-lg-45,
  .layout-row > .flex-lg-45 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 45%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-lg-45 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 45%;
    box-sizing: border-box;
  }
  .layout-lg-row > .flex-lg-45 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 45%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-lg-column > .flex-lg-45 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 45%;
    box-sizing: border-box;
  }
  .flex-lg-50,
  .layout-row > .flex-lg-50 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 50%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-lg-50 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 50%;
    box-sizing: border-box;
  }
  .layout-lg-row > .flex-lg-50 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 50%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-lg-column > .flex-lg-50 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 50%;
    box-sizing: border-box;
  }
  .flex-lg-55,
  .layout-row > .flex-lg-55 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 55%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-lg-55 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 55%;
    box-sizing: border-box;
  }
  .layout-lg-row > .flex-lg-55 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 55%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-lg-column > .flex-lg-55 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 55%;
    box-sizing: border-box;
  }
  .flex-lg-60,
  .layout-row > .flex-lg-60 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 60%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-lg-60 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 60%;
    box-sizing: border-box;
  }
  .layout-lg-row > .flex-lg-60 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 60%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-lg-column > .flex-lg-60 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 60%;
    box-sizing: border-box;
  }
  .flex-lg-65,
  .layout-row > .flex-lg-65 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 65%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-lg-65 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 65%;
    box-sizing: border-box;
  }
  .layout-lg-row > .flex-lg-65 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 65%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-lg-column > .flex-lg-65 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 65%;
    box-sizing: border-box;
  }
  .flex-lg-70,
  .layout-row > .flex-lg-70 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 70%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-lg-70 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 70%;
    box-sizing: border-box;
  }
  .layout-lg-row > .flex-lg-70 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 70%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-lg-column > .flex-lg-70 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 70%;
    box-sizing: border-box;
  }
  .flex-lg-75,
  .layout-row > .flex-lg-75 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 75%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-lg-75 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 75%;
    box-sizing: border-box;
  }
  .layout-lg-row > .flex-lg-75 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 75%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-lg-column > .flex-lg-75 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 75%;
    box-sizing: border-box;
  }
  .flex-lg-80,
  .layout-row > .flex-lg-80 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 80%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-lg-80 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 80%;
    box-sizing: border-box;
  }
  .layout-lg-row > .flex-lg-80 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 80%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-lg-column > .flex-lg-80 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 80%;
    box-sizing: border-box;
  }
  .flex-lg-85,
  .layout-row > .flex-lg-85 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 85%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-lg-85 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 85%;
    box-sizing: border-box;
  }
  .layout-lg-row > .flex-lg-85 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 85%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-lg-column > .flex-lg-85 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 85%;
    box-sizing: border-box;
  }
  .flex-lg-90,
  .layout-row > .flex-lg-90 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 90%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-lg-90 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 90%;
    box-sizing: border-box;
  }
  .layout-lg-row > .flex-lg-90 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 90%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-lg-column > .flex-lg-90 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 90%;
    box-sizing: border-box;
  }
  .flex-lg-95,
  .layout-row > .flex-lg-95 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 95%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-lg-95 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 95%;
    box-sizing: border-box;
  }
  .layout-lg-row > .flex-lg-95 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 95%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-lg-column > .flex-lg-95 {
    max-height: 95%;
  }
  .flex-lg-100,
  .layout-lg-column > .flex-lg-95 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    box-sizing: border-box;
  }
  .flex-lg-100 {
    max-height: 100%;
  }
  .layout-column > .flex-lg-100,
  .layout-lg-column > .flex-lg-100,
  .layout-lg-row > .flex-lg-100,
  .layout-row > .flex-lg-100 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-lg-33 {
    -ms-flex: 1 1 33.33%;
        flex: 1 1 33.33%;
    max-width: 33.33%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-lg-66 {
    -ms-flex: 1 1 66.66%;
        flex: 1 1 66.66%;
    max-width: 66.66%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-lg-33 {
    -ms-flex: 1 1 33.33%;
        flex: 1 1 33.33%;
    max-width: 100%;
    max-height: 33.33%;
    box-sizing: border-box;
  }
  .layout-column > .flex-lg-66 {
    -ms-flex: 1 1 66.66%;
        flex: 1 1 66.66%;
    max-width: 100%;
    max-height: 66.66%;
    box-sizing: border-box;
  }
  .layout-lg-row > .flex-lg-33 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 33.33%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-lg-row > .flex-lg-66 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 66.66%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-lg-row > .flex {
    min-width: 0;
  }
  .layout-lg-column > .flex-lg-33 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 33.33%;
    box-sizing: border-box;
  }
  .layout-lg-column > .flex-lg-66 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 66.66%;
    box-sizing: border-box;
  }
  .layout-lg-column > .flex {
    min-height: 0;
  }
  .layout-lg,
  .layout-lg-column,
  .layout-lg-row {
    box-sizing: border-box;
    display: -ms-flexbox;
    display: flex;
  }
  .layout-lg-column {
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .layout-lg-row {
    -ms-flex-direction: row;
        flex-direction: row;
  }
}
@media (min-width: 1920px) {
  .flex-order-gt-lg--20 {
    -ms-flex-order: -20;
        order: -20;
  }
  .flex-order-gt-lg--19 {
    -ms-flex-order: -19;
        order: -19;
  }
  .flex-order-gt-lg--18 {
    -ms-flex-order: -18;
        order: -18;
  }
  .flex-order-gt-lg--17 {
    -ms-flex-order: -17;
        order: -17;
  }
  .flex-order-gt-lg--16 {
    -ms-flex-order: -16;
        order: -16;
  }
  .flex-order-gt-lg--15 {
    -ms-flex-order: -15;
        order: -15;
  }
  .flex-order-gt-lg--14 {
    -ms-flex-order: -14;
        order: -14;
  }
  .flex-order-gt-lg--13 {
    -ms-flex-order: -13;
        order: -13;
  }
  .flex-order-gt-lg--12 {
    -ms-flex-order: -12;
        order: -12;
  }
  .flex-order-gt-lg--11 {
    -ms-flex-order: -11;
        order: -11;
  }
  .flex-order-gt-lg--10 {
    -ms-flex-order: -10;
        order: -10;
  }
  .flex-order-gt-lg--9 {
    -ms-flex-order: -9;
        order: -9;
  }
  .flex-order-gt-lg--8 {
    -ms-flex-order: -8;
        order: -8;
  }
  .flex-order-gt-lg--7 {
    -ms-flex-order: -7;
        order: -7;
  }
  .flex-order-gt-lg--6 {
    -ms-flex-order: -6;
        order: -6;
  }
  .flex-order-gt-lg--5 {
    -ms-flex-order: -5;
        order: -5;
  }
  .flex-order-gt-lg--4 {
    -ms-flex-order: -4;
        order: -4;
  }
  .flex-order-gt-lg--3 {
    -ms-flex-order: -3;
        order: -3;
  }
  .flex-order-gt-lg--2 {
    -ms-flex-order: -2;
        order: -2;
  }
  .flex-order-gt-lg--1 {
    -ms-flex-order: -1;
        order: -1;
  }
  .flex-order-gt-lg-0 {
    -ms-flex-order: 0;
        order: 0;
  }
  .flex-order-gt-lg-1 {
    -ms-flex-order: 1;
        order: 1;
  }
  .flex-order-gt-lg-2 {
    -ms-flex-order: 2;
        order: 2;
  }
  .flex-order-gt-lg-3 {
    -ms-flex-order: 3;
        order: 3;
  }
  .flex-order-gt-lg-4 {
    -ms-flex-order: 4;
        order: 4;
  }
  .flex-order-gt-lg-5 {
    -ms-flex-order: 5;
        order: 5;
  }
  .flex-order-gt-lg-6 {
    -ms-flex-order: 6;
        order: 6;
  }
  .flex-order-gt-lg-7 {
    -ms-flex-order: 7;
        order: 7;
  }
  .flex-order-gt-lg-8 {
    -ms-flex-order: 8;
        order: 8;
  }
  .flex-order-gt-lg-9 {
    -ms-flex-order: 9;
        order: 9;
  }
  .flex-order-gt-lg-10 {
    -ms-flex-order: 10;
        order: 10;
  }
  .flex-order-gt-lg-11 {
    -ms-flex-order: 11;
        order: 11;
  }
  .flex-order-gt-lg-12 {
    -ms-flex-order: 12;
        order: 12;
  }
  .flex-order-gt-lg-13 {
    -ms-flex-order: 13;
        order: 13;
  }
  .flex-order-gt-lg-14 {
    -ms-flex-order: 14;
        order: 14;
  }
  .flex-order-gt-lg-15 {
    -ms-flex-order: 15;
        order: 15;
  }
  .flex-order-gt-lg-16 {
    -ms-flex-order: 16;
        order: 16;
  }
  .flex-order-gt-lg-17 {
    -ms-flex-order: 17;
        order: 17;
  }
  .flex-order-gt-lg-18 {
    -ms-flex-order: 18;
        order: 18;
  }
  .flex-order-gt-lg-19 {
    -ms-flex-order: 19;
        order: 19;
  }
  .flex-order-gt-lg-20 {
    -ms-flex-order: 20;
        order: 20;
  }
  .flex-offset-gt-lg-0,
  .layout-margin .flex-offset-gt-lg-0,
  .layout-margin .offset-gt-lg-0,
  .offset-gt-lg-0 {
    margin-left: 0;
  }
  [dir=rtl] .flex-offset-gt-lg-0,
  [dir=rtl] .layout-margin .flex-offset-gt-lg-0,
  [dir=rtl] .layout-margin .offset-gt-lg-0,
  [dir=rtl] .offset-gt-lg-0 {
    margin-left: auto;
    margin-right: 0;
  }
  .flex-offset-gt-lg-5,
  .layout-margin .flex-offset-gt-lg-5,
  .layout-margin .offset-gt-lg-5,
  .offset-gt-lg-5 {
    margin-left: 5%;
  }
  [dir=rtl] .flex-offset-gt-lg-5,
  [dir=rtl] .layout-margin .flex-offset-gt-lg-5,
  [dir=rtl] .layout-margin .offset-gt-lg-5,
  [dir=rtl] .offset-gt-lg-5 {
    margin-left: auto;
    margin-right: 5%;
  }
  .flex-offset-gt-lg-10,
  .layout-margin .flex-offset-gt-lg-10,
  .layout-margin .offset-gt-lg-10,
  .offset-gt-lg-10 {
    margin-left: 10%;
  }
  [dir=rtl] .flex-offset-gt-lg-10,
  [dir=rtl] .layout-margin .flex-offset-gt-lg-10,
  [dir=rtl] .layout-margin .offset-gt-lg-10,
  [dir=rtl] .offset-gt-lg-10 {
    margin-left: auto;
    margin-right: 10%;
  }
  .flex-offset-gt-lg-15,
  .layout-margin .flex-offset-gt-lg-15,
  .layout-margin .offset-gt-lg-15,
  .offset-gt-lg-15 {
    margin-left: 15%;
  }
  [dir=rtl] .flex-offset-gt-lg-15,
  [dir=rtl] .layout-margin .flex-offset-gt-lg-15,
  [dir=rtl] .layout-margin .offset-gt-lg-15,
  [dir=rtl] .offset-gt-lg-15 {
    margin-left: auto;
    margin-right: 15%;
  }
  .flex-offset-gt-lg-20,
  .layout-margin .flex-offset-gt-lg-20,
  .layout-margin .offset-gt-lg-20,
  .offset-gt-lg-20 {
    margin-left: 20%;
  }
  [dir=rtl] .flex-offset-gt-lg-20,
  [dir=rtl] .layout-margin .flex-offset-gt-lg-20,
  [dir=rtl] .layout-margin .offset-gt-lg-20,
  [dir=rtl] .offset-gt-lg-20 {
    margin-left: auto;
    margin-right: 20%;
  }
  .flex-offset-gt-lg-25,
  .layout-margin .flex-offset-gt-lg-25,
  .layout-margin .offset-gt-lg-25,
  .offset-gt-lg-25 {
    margin-left: 25%;
  }
  [dir=rtl] .flex-offset-gt-lg-25,
  [dir=rtl] .layout-margin .flex-offset-gt-lg-25,
  [dir=rtl] .layout-margin .offset-gt-lg-25,
  [dir=rtl] .offset-gt-lg-25 {
    margin-left: auto;
    margin-right: 25%;
  }
  .flex-offset-gt-lg-30,
  .layout-margin .flex-offset-gt-lg-30,
  .layout-margin .offset-gt-lg-30,
  .offset-gt-lg-30 {
    margin-left: 30%;
  }
  [dir=rtl] .flex-offset-gt-lg-30,
  [dir=rtl] .layout-margin .flex-offset-gt-lg-30,
  [dir=rtl] .layout-margin .offset-gt-lg-30,
  [dir=rtl] .offset-gt-lg-30 {
    margin-left: auto;
    margin-right: 30%;
  }
  .flex-offset-gt-lg-35,
  .layout-margin .flex-offset-gt-lg-35,
  .layout-margin .offset-gt-lg-35,
  .offset-gt-lg-35 {
    margin-left: 35%;
  }
  [dir=rtl] .flex-offset-gt-lg-35,
  [dir=rtl] .layout-margin .flex-offset-gt-lg-35,
  [dir=rtl] .layout-margin .offset-gt-lg-35,
  [dir=rtl] .offset-gt-lg-35 {
    margin-left: auto;
    margin-right: 35%;
  }
  .flex-offset-gt-lg-40,
  .layout-margin .flex-offset-gt-lg-40,
  .layout-margin .offset-gt-lg-40,
  .offset-gt-lg-40 {
    margin-left: 40%;
  }
  [dir=rtl] .flex-offset-gt-lg-40,
  [dir=rtl] .layout-margin .flex-offset-gt-lg-40,
  [dir=rtl] .layout-margin .offset-gt-lg-40,
  [dir=rtl] .offset-gt-lg-40 {
    margin-left: auto;
    margin-right: 40%;
  }
  .flex-offset-gt-lg-45,
  .layout-margin .flex-offset-gt-lg-45,
  .layout-margin .offset-gt-lg-45,
  .offset-gt-lg-45 {
    margin-left: 45%;
  }
  [dir=rtl] .flex-offset-gt-lg-45,
  [dir=rtl] .layout-margin .flex-offset-gt-lg-45,
  [dir=rtl] .layout-margin .offset-gt-lg-45,
  [dir=rtl] .offset-gt-lg-45 {
    margin-left: auto;
    margin-right: 45%;
  }
  .flex-offset-gt-lg-50,
  .layout-margin .flex-offset-gt-lg-50,
  .layout-margin .offset-gt-lg-50,
  .offset-gt-lg-50 {
    margin-left: 50%;
  }
  [dir=rtl] .flex-offset-gt-lg-50,
  [dir=rtl] .layout-margin .flex-offset-gt-lg-50,
  [dir=rtl] .layout-margin .offset-gt-lg-50,
  [dir=rtl] .offset-gt-lg-50 {
    margin-left: auto;
    margin-right: 50%;
  }
  .flex-offset-gt-lg-55,
  .layout-margin .flex-offset-gt-lg-55,
  .layout-margin .offset-gt-lg-55,
  .offset-gt-lg-55 {
    margin-left: 55%;
  }
  [dir=rtl] .flex-offset-gt-lg-55,
  [dir=rtl] .layout-margin .flex-offset-gt-lg-55,
  [dir=rtl] .layout-margin .offset-gt-lg-55,
  [dir=rtl] .offset-gt-lg-55 {
    margin-left: auto;
    margin-right: 55%;
  }
  .flex-offset-gt-lg-60,
  .layout-margin .flex-offset-gt-lg-60,
  .layout-margin .offset-gt-lg-60,
  .offset-gt-lg-60 {
    margin-left: 60%;
  }
  [dir=rtl] .flex-offset-gt-lg-60,
  [dir=rtl] .layout-margin .flex-offset-gt-lg-60,
  [dir=rtl] .layout-margin .offset-gt-lg-60,
  [dir=rtl] .offset-gt-lg-60 {
    margin-left: auto;
    margin-right: 60%;
  }
  .flex-offset-gt-lg-65,
  .layout-margin .flex-offset-gt-lg-65,
  .layout-margin .offset-gt-lg-65,
  .offset-gt-lg-65 {
    margin-left: 65%;
  }
  [dir=rtl] .flex-offset-gt-lg-65,
  [dir=rtl] .layout-margin .flex-offset-gt-lg-65,
  [dir=rtl] .layout-margin .offset-gt-lg-65,
  [dir=rtl] .offset-gt-lg-65 {
    margin-left: auto;
    margin-right: 65%;
  }
  .flex-offset-gt-lg-70,
  .layout-margin .flex-offset-gt-lg-70,
  .layout-margin .offset-gt-lg-70,
  .offset-gt-lg-70 {
    margin-left: 70%;
  }
  [dir=rtl] .flex-offset-gt-lg-70,
  [dir=rtl] .layout-margin .flex-offset-gt-lg-70,
  [dir=rtl] .layout-margin .offset-gt-lg-70,
  [dir=rtl] .offset-gt-lg-70 {
    margin-left: auto;
    margin-right: 70%;
  }
  .flex-offset-gt-lg-75,
  .layout-margin .flex-offset-gt-lg-75,
  .layout-margin .offset-gt-lg-75,
  .offset-gt-lg-75 {
    margin-left: 75%;
  }
  [dir=rtl] .flex-offset-gt-lg-75,
  [dir=rtl] .layout-margin .flex-offset-gt-lg-75,
  [dir=rtl] .layout-margin .offset-gt-lg-75,
  [dir=rtl] .offset-gt-lg-75 {
    margin-left: auto;
    margin-right: 75%;
  }
  .flex-offset-gt-lg-80,
  .layout-margin .flex-offset-gt-lg-80,
  .layout-margin .offset-gt-lg-80,
  .offset-gt-lg-80 {
    margin-left: 80%;
  }
  [dir=rtl] .flex-offset-gt-lg-80,
  [dir=rtl] .layout-margin .flex-offset-gt-lg-80,
  [dir=rtl] .layout-margin .offset-gt-lg-80,
  [dir=rtl] .offset-gt-lg-80 {
    margin-left: auto;
    margin-right: 80%;
  }
  .flex-offset-gt-lg-85,
  .layout-margin .flex-offset-gt-lg-85,
  .layout-margin .offset-gt-lg-85,
  .offset-gt-lg-85 {
    margin-left: 85%;
  }
  [dir=rtl] .flex-offset-gt-lg-85,
  [dir=rtl] .layout-margin .flex-offset-gt-lg-85,
  [dir=rtl] .layout-margin .offset-gt-lg-85,
  [dir=rtl] .offset-gt-lg-85 {
    margin-left: auto;
    margin-right: 85%;
  }
  .flex-offset-gt-lg-90,
  .layout-margin .flex-offset-gt-lg-90,
  .layout-margin .offset-gt-lg-90,
  .offset-gt-lg-90 {
    margin-left: 90%;
  }
  [dir=rtl] .flex-offset-gt-lg-90,
  [dir=rtl] .layout-margin .flex-offset-gt-lg-90,
  [dir=rtl] .layout-margin .offset-gt-lg-90,
  [dir=rtl] .offset-gt-lg-90 {
    margin-left: auto;
    margin-right: 90%;
  }
  .flex-offset-gt-lg-95,
  .layout-margin .flex-offset-gt-lg-95,
  .layout-margin .offset-gt-lg-95,
  .offset-gt-lg-95 {
    margin-left: 95%;
  }
  [dir=rtl] .flex-offset-gt-lg-95,
  [dir=rtl] .layout-margin .flex-offset-gt-lg-95,
  [dir=rtl] .layout-margin .offset-gt-lg-95,
  [dir=rtl] .offset-gt-lg-95 {
    margin-left: auto;
    margin-right: 95%;
  }
  .flex-offset-gt-lg-33,
  .layout-margin .flex-offset-gt-lg-33,
  .layout-margin .offset-gt-lg-33,
  .offset-gt-lg-33 {
    margin-left: 33.33333%;
  }
  .flex-offset-gt-lg-66,
  .layout-margin .flex-offset-gt-lg-66,
  .layout-margin .offset-gt-lg-66,
  .offset-gt-lg-66 {
    margin-left: 66.66667%;
  }
  [dir=rtl] .flex-offset-gt-lg-66,
  [dir=rtl] .layout-margin .flex-offset-gt-lg-66,
  [dir=rtl] .layout-margin .offset-gt-lg-66,
  [dir=rtl] .offset-gt-lg-66 {
    margin-left: auto;
    margin-right: 66.66667%;
  }
  .layout-align-gt-lg,
  .layout-align-gt-lg-start-stretch {
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-line-pack: stretch;
        align-content: stretch;
    -ms-flex-align: stretch;
        align-items: stretch;
  }
  .layout-align-gt-lg-start,
  .layout-align-gt-lg-start-center,
  .layout-align-gt-lg-start-end,
  .layout-align-gt-lg-start-start,
  .layout-align-gt-lg-start-stretch {
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
  .layout-align-gt-lg-center,
  .layout-align-gt-lg-center-center,
  .layout-align-gt-lg-center-end,
  .layout-align-gt-lg-center-start,
  .layout-align-gt-lg-center-stretch {
    -ms-flex-pack: center;
        justify-content: center;
  }
  .layout-align-gt-lg-end,
  .layout-align-gt-lg-end-center,
  .layout-align-gt-lg-end-end,
  .layout-align-gt-lg-end-start,
  .layout-align-gt-lg-end-stretch {
    -ms-flex-pack: end;
        justify-content: flex-end;
  }
  .layout-align-gt-lg-space-around,
  .layout-align-gt-lg-space-around-center,
  .layout-align-gt-lg-space-around-end,
  .layout-align-gt-lg-space-around-start,
  .layout-align-gt-lg-space-around-stretch {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .layout-align-gt-lg-space-between,
  .layout-align-gt-lg-space-between-center,
  .layout-align-gt-lg-space-between-end,
  .layout-align-gt-lg-space-between-start,
  .layout-align-gt-lg-space-between-stretch {
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .layout-align-gt-lg-center-start,
  .layout-align-gt-lg-end-start,
  .layout-align-gt-lg-space-around-start,
  .layout-align-gt-lg-space-between-start,
  .layout-align-gt-lg-start-start {
    -ms-flex-align: start;
        align-items: flex-start;
    -ms-flex-line-pack: start;
        align-content: flex-start;
  }
  .layout-align-gt-lg-center-center,
  .layout-align-gt-lg-end-center,
  .layout-align-gt-lg-space-around-center,
  .layout-align-gt-lg-space-between-center,
  .layout-align-gt-lg-start-center {
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-line-pack: center;
        align-content: center;
    max-width: 100%;
  }
  .layout-align-gt-lg-center-center > *,
  .layout-align-gt-lg-end-center > *,
  .layout-align-gt-lg-space-around-center > *,
  .layout-align-gt-lg-space-between-center > *,
  .layout-align-gt-lg-start-center > * {
    max-width: 100%;
    box-sizing: border-box;
  }
  .layout-align-gt-lg-center-end,
  .layout-align-gt-lg-end-end,
  .layout-align-gt-lg-space-around-end,
  .layout-align-gt-lg-space-between-end,
  .layout-align-gt-lg-start-end {
    -ms-flex-align: end;
        align-items: flex-end;
    -ms-flex-line-pack: end;
        align-content: flex-end;
  }
  .layout-align-gt-lg-center-stretch,
  .layout-align-gt-lg-end-stretch,
  .layout-align-gt-lg-space-around-stretch,
  .layout-align-gt-lg-space-between-stretch,
  .layout-align-gt-lg-start-stretch {
    -ms-flex-align: stretch;
        align-items: stretch;
    -ms-flex-line-pack: stretch;
        align-content: stretch;
  }
  .flex-gt-lg {
    -ms-flex: 1;
        flex: 1;
    box-sizing: border-box;
  }
  .flex-gt-lg-grow {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    box-sizing: border-box;
  }
  .flex-gt-lg-initial {
    -ms-flex: 0 1 auto;
        flex: 0 1 auto;
    box-sizing: border-box;
  }
  .flex-gt-lg-auto {
    -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    box-sizing: border-box;
  }
  .flex-gt-lg-none {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    box-sizing: border-box;
  }
  .flex-gt-lg-noshrink {
    -ms-flex: 1 0 auto;
        flex: 1 0 auto;
    box-sizing: border-box;
  }
  .flex-gt-lg-nogrow {
    -ms-flex: 0 1 auto;
        flex: 0 1 auto;
    box-sizing: border-box;
  }
  .flex-gt-lg-0,
  .layout-row > .flex-gt-lg-0 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 0;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-gt-lg-0 {
    min-width: 0;
  }
  .layout-column > .flex-gt-lg-0 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 0%;
    box-sizing: border-box;
  }
  .layout-gt-lg-row > .flex-gt-lg-0 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 0;
    max-height: 100%;
    box-sizing: border-box;
    min-width: 0;
  }
  .layout-gt-lg-column > .flex-gt-lg-0 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 0%;
    box-sizing: border-box;
    min-height: 0;
  }
  .flex-gt-lg-5,
  .layout-row > .flex-gt-lg-5 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 5%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-lg-5 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 5%;
    box-sizing: border-box;
  }
  .layout-gt-lg-row > .flex-gt-lg-5 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 5%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-gt-lg-column > .flex-gt-lg-5 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 5%;
    box-sizing: border-box;
  }
  .flex-gt-lg-10,
  .layout-row > .flex-gt-lg-10 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 10%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-lg-10 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 10%;
    box-sizing: border-box;
  }
  .layout-gt-lg-row > .flex-gt-lg-10 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 10%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-gt-lg-column > .flex-gt-lg-10 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 10%;
    box-sizing: border-box;
  }
  .flex-gt-lg-15,
  .layout-row > .flex-gt-lg-15 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 15%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-lg-15 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 15%;
    box-sizing: border-box;
  }
  .layout-gt-lg-row > .flex-gt-lg-15 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 15%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-gt-lg-column > .flex-gt-lg-15 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 15%;
    box-sizing: border-box;
  }
  .flex-gt-lg-20,
  .layout-row > .flex-gt-lg-20 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 20%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-lg-20 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 20%;
    box-sizing: border-box;
  }
  .layout-gt-lg-row > .flex-gt-lg-20 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 20%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-gt-lg-column > .flex-gt-lg-20 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 20%;
    box-sizing: border-box;
  }
  .flex-gt-lg-25,
  .layout-row > .flex-gt-lg-25 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 25%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-lg-25 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 25%;
    box-sizing: border-box;
  }
  .layout-gt-lg-row > .flex-gt-lg-25 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 25%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-gt-lg-column > .flex-gt-lg-25 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 25%;
    box-sizing: border-box;
  }
  .flex-gt-lg-30,
  .layout-row > .flex-gt-lg-30 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 30%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-lg-30 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 30%;
    box-sizing: border-box;
  }
  .layout-gt-lg-row > .flex-gt-lg-30 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 30%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-gt-lg-column > .flex-gt-lg-30 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 30%;
    box-sizing: border-box;
  }
  .flex-gt-lg-35,
  .layout-row > .flex-gt-lg-35 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 35%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-lg-35 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 35%;
    box-sizing: border-box;
  }
  .layout-gt-lg-row > .flex-gt-lg-35 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 35%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-gt-lg-column > .flex-gt-lg-35 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 35%;
    box-sizing: border-box;
  }
  .flex-gt-lg-40,
  .layout-row > .flex-gt-lg-40 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 40%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-lg-40 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 40%;
    box-sizing: border-box;
  }
  .layout-gt-lg-row > .flex-gt-lg-40 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 40%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-gt-lg-column > .flex-gt-lg-40 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 40%;
    box-sizing: border-box;
  }
  .flex-gt-lg-45,
  .layout-row > .flex-gt-lg-45 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 45%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-lg-45 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 45%;
    box-sizing: border-box;
  }
  .layout-gt-lg-row > .flex-gt-lg-45 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 45%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-gt-lg-column > .flex-gt-lg-45 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 45%;
    box-sizing: border-box;
  }
  .flex-gt-lg-50,
  .layout-row > .flex-gt-lg-50 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 50%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-lg-50 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 50%;
    box-sizing: border-box;
  }
  .layout-gt-lg-row > .flex-gt-lg-50 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 50%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-gt-lg-column > .flex-gt-lg-50 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 50%;
    box-sizing: border-box;
  }
  .flex-gt-lg-55,
  .layout-row > .flex-gt-lg-55 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 55%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-lg-55 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 55%;
    box-sizing: border-box;
  }
  .layout-gt-lg-row > .flex-gt-lg-55 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 55%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-gt-lg-column > .flex-gt-lg-55 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 55%;
    box-sizing: border-box;
  }
  .flex-gt-lg-60,
  .layout-row > .flex-gt-lg-60 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 60%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-lg-60 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 60%;
    box-sizing: border-box;
  }
  .layout-gt-lg-row > .flex-gt-lg-60 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 60%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-gt-lg-column > .flex-gt-lg-60 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 60%;
    box-sizing: border-box;
  }
  .flex-gt-lg-65,
  .layout-row > .flex-gt-lg-65 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 65%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-lg-65 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 65%;
    box-sizing: border-box;
  }
  .layout-gt-lg-row > .flex-gt-lg-65 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 65%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-gt-lg-column > .flex-gt-lg-65 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 65%;
    box-sizing: border-box;
  }
  .flex-gt-lg-70,
  .layout-row > .flex-gt-lg-70 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 70%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-lg-70 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 70%;
    box-sizing: border-box;
  }
  .layout-gt-lg-row > .flex-gt-lg-70 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 70%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-gt-lg-column > .flex-gt-lg-70 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 70%;
    box-sizing: border-box;
  }
  .flex-gt-lg-75,
  .layout-row > .flex-gt-lg-75 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 75%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-lg-75 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 75%;
    box-sizing: border-box;
  }
  .layout-gt-lg-row > .flex-gt-lg-75 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 75%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-gt-lg-column > .flex-gt-lg-75 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 75%;
    box-sizing: border-box;
  }
  .flex-gt-lg-80,
  .layout-row > .flex-gt-lg-80 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 80%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-lg-80 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 80%;
    box-sizing: border-box;
  }
  .layout-gt-lg-row > .flex-gt-lg-80 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 80%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-gt-lg-column > .flex-gt-lg-80 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 80%;
    box-sizing: border-box;
  }
  .flex-gt-lg-85,
  .layout-row > .flex-gt-lg-85 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 85%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-lg-85 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 85%;
    box-sizing: border-box;
  }
  .layout-gt-lg-row > .flex-gt-lg-85 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 85%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-gt-lg-column > .flex-gt-lg-85 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 85%;
    box-sizing: border-box;
  }
  .flex-gt-lg-90,
  .layout-row > .flex-gt-lg-90 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 90%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-lg-90 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 90%;
    box-sizing: border-box;
  }
  .layout-gt-lg-row > .flex-gt-lg-90 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 90%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-gt-lg-column > .flex-gt-lg-90 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 90%;
    box-sizing: border-box;
  }
  .flex-gt-lg-95,
  .layout-row > .flex-gt-lg-95 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 95%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-lg-95 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 95%;
    box-sizing: border-box;
  }
  .layout-gt-lg-row > .flex-gt-lg-95 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 95%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-gt-lg-column > .flex-gt-lg-95 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 95%;
    box-sizing: border-box;
  }
  .flex-gt-lg-100,
  .layout-column > .flex-gt-lg-100,
  .layout-gt-lg-column > .flex-gt-lg-100,
  .layout-gt-lg-row > .flex-gt-lg-100,
  .layout-row > .flex-gt-lg-100 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-gt-lg-33 {
    -ms-flex: 1 1 33.33%;
        flex: 1 1 33.33%;
    max-width: 33.33%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-gt-lg-66 {
    -ms-flex: 1 1 66.66%;
        flex: 1 1 66.66%;
    max-width: 66.66%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-lg-33 {
    -ms-flex: 1 1 33.33%;
        flex: 1 1 33.33%;
    max-width: 100%;
    max-height: 33.33%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-lg-66 {
    -ms-flex: 1 1 66.66%;
        flex: 1 1 66.66%;
    max-width: 100%;
    max-height: 66.66%;
    box-sizing: border-box;
  }
  .layout-gt-lg-row > .flex-gt-lg-33 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 33.33%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-gt-lg-row > .flex-gt-lg-66 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 66.66%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-gt-lg-row > .flex {
    min-width: 0;
  }
  .layout-gt-lg-column > .flex-gt-lg-33 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 33.33%;
    box-sizing: border-box;
  }
  .layout-gt-lg-column > .flex-gt-lg-66 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 66.66%;
    box-sizing: border-box;
  }
  .layout-gt-lg-column > .flex {
    min-height: 0;
  }
  .layout-gt-lg,
  .layout-gt-lg-column,
  .layout-gt-lg-row {
    box-sizing: border-box;
    display: -ms-flexbox;
    display: flex;
  }
  .layout-gt-lg-column {
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .layout-gt-lg-row {
    -ms-flex-direction: row;
        flex-direction: row;
  }
  .flex-order-xl--20 {
    -ms-flex-order: -20;
        order: -20;
  }
  .flex-order-xl--19 {
    -ms-flex-order: -19;
        order: -19;
  }
  .flex-order-xl--18 {
    -ms-flex-order: -18;
        order: -18;
  }
  .flex-order-xl--17 {
    -ms-flex-order: -17;
        order: -17;
  }
  .flex-order-xl--16 {
    -ms-flex-order: -16;
        order: -16;
  }
  .flex-order-xl--15 {
    -ms-flex-order: -15;
        order: -15;
  }
  .flex-order-xl--14 {
    -ms-flex-order: -14;
        order: -14;
  }
  .flex-order-xl--13 {
    -ms-flex-order: -13;
        order: -13;
  }
  .flex-order-xl--12 {
    -ms-flex-order: -12;
        order: -12;
  }
  .flex-order-xl--11 {
    -ms-flex-order: -11;
        order: -11;
  }
  .flex-order-xl--10 {
    -ms-flex-order: -10;
        order: -10;
  }
  .flex-order-xl--9 {
    -ms-flex-order: -9;
        order: -9;
  }
  .flex-order-xl--8 {
    -ms-flex-order: -8;
        order: -8;
  }
  .flex-order-xl--7 {
    -ms-flex-order: -7;
        order: -7;
  }
  .flex-order-xl--6 {
    -ms-flex-order: -6;
        order: -6;
  }
  .flex-order-xl--5 {
    -ms-flex-order: -5;
        order: -5;
  }
  .flex-order-xl--4 {
    -ms-flex-order: -4;
        order: -4;
  }
  .flex-order-xl--3 {
    -ms-flex-order: -3;
        order: -3;
  }
  .flex-order-xl--2 {
    -ms-flex-order: -2;
        order: -2;
  }
  .flex-order-xl--1 {
    -ms-flex-order: -1;
        order: -1;
  }
  .flex-order-xl-0 {
    -ms-flex-order: 0;
        order: 0;
  }
  .flex-order-xl-1 {
    -ms-flex-order: 1;
        order: 1;
  }
  .flex-order-xl-2 {
    -ms-flex-order: 2;
        order: 2;
  }
  .flex-order-xl-3 {
    -ms-flex-order: 3;
        order: 3;
  }
  .flex-order-xl-4 {
    -ms-flex-order: 4;
        order: 4;
  }
  .flex-order-xl-5 {
    -ms-flex-order: 5;
        order: 5;
  }
  .flex-order-xl-6 {
    -ms-flex-order: 6;
        order: 6;
  }
  .flex-order-xl-7 {
    -ms-flex-order: 7;
        order: 7;
  }
  .flex-order-xl-8 {
    -ms-flex-order: 8;
        order: 8;
  }
  .flex-order-xl-9 {
    -ms-flex-order: 9;
        order: 9;
  }
  .flex-order-xl-10 {
    -ms-flex-order: 10;
        order: 10;
  }
  .flex-order-xl-11 {
    -ms-flex-order: 11;
        order: 11;
  }
  .flex-order-xl-12 {
    -ms-flex-order: 12;
        order: 12;
  }
  .flex-order-xl-13 {
    -ms-flex-order: 13;
        order: 13;
  }
  .flex-order-xl-14 {
    -ms-flex-order: 14;
        order: 14;
  }
  .flex-order-xl-15 {
    -ms-flex-order: 15;
        order: 15;
  }
  .flex-order-xl-16 {
    -ms-flex-order: 16;
        order: 16;
  }
  .flex-order-xl-17 {
    -ms-flex-order: 17;
        order: 17;
  }
  .flex-order-xl-18 {
    -ms-flex-order: 18;
        order: 18;
  }
  .flex-order-xl-19 {
    -ms-flex-order: 19;
        order: 19;
  }
  .flex-order-xl-20 {
    -ms-flex-order: 20;
        order: 20;
  }
  .flex-offset-xl-0,
  .layout-margin .flex-offset-xl-0,
  .layout-margin .offset-xl-0,
  .offset-xl-0 {
    margin-left: 0;
  }
  [dir=rtl] .flex-offset-xl-0,
  [dir=rtl] .layout-margin .flex-offset-xl-0,
  [dir=rtl] .layout-margin .offset-xl-0,
  [dir=rtl] .offset-xl-0 {
    margin-left: auto;
    margin-right: 0;
  }
  .flex-offset-xl-5,
  .layout-margin .flex-offset-xl-5,
  .layout-margin .offset-xl-5,
  .offset-xl-5 {
    margin-left: 5%;
  }
  [dir=rtl] .flex-offset-xl-5,
  [dir=rtl] .layout-margin .flex-offset-xl-5,
  [dir=rtl] .layout-margin .offset-xl-5,
  [dir=rtl] .offset-xl-5 {
    margin-left: auto;
    margin-right: 5%;
  }
  .flex-offset-xl-10,
  .layout-margin .flex-offset-xl-10,
  .layout-margin .offset-xl-10,
  .offset-xl-10 {
    margin-left: 10%;
  }
  [dir=rtl] .flex-offset-xl-10,
  [dir=rtl] .layout-margin .flex-offset-xl-10,
  [dir=rtl] .layout-margin .offset-xl-10,
  [dir=rtl] .offset-xl-10 {
    margin-left: auto;
    margin-right: 10%;
  }
  .flex-offset-xl-15,
  .layout-margin .flex-offset-xl-15,
  .layout-margin .offset-xl-15,
  .offset-xl-15 {
    margin-left: 15%;
  }
  [dir=rtl] .flex-offset-xl-15,
  [dir=rtl] .layout-margin .flex-offset-xl-15,
  [dir=rtl] .layout-margin .offset-xl-15,
  [dir=rtl] .offset-xl-15 {
    margin-left: auto;
    margin-right: 15%;
  }
  .flex-offset-xl-20,
  .layout-margin .flex-offset-xl-20,
  .layout-margin .offset-xl-20,
  .offset-xl-20 {
    margin-left: 20%;
  }
  [dir=rtl] .flex-offset-xl-20,
  [dir=rtl] .layout-margin .flex-offset-xl-20,
  [dir=rtl] .layout-margin .offset-xl-20,
  [dir=rtl] .offset-xl-20 {
    margin-left: auto;
    margin-right: 20%;
  }
  .flex-offset-xl-25,
  .layout-margin .flex-offset-xl-25,
  .layout-margin .offset-xl-25,
  .offset-xl-25 {
    margin-left: 25%;
  }
  [dir=rtl] .flex-offset-xl-25,
  [dir=rtl] .layout-margin .flex-offset-xl-25,
  [dir=rtl] .layout-margin .offset-xl-25,
  [dir=rtl] .offset-xl-25 {
    margin-left: auto;
    margin-right: 25%;
  }
  .flex-offset-xl-30,
  .layout-margin .flex-offset-xl-30,
  .layout-margin .offset-xl-30,
  .offset-xl-30 {
    margin-left: 30%;
  }
  [dir=rtl] .flex-offset-xl-30,
  [dir=rtl] .layout-margin .flex-offset-xl-30,
  [dir=rtl] .layout-margin .offset-xl-30,
  [dir=rtl] .offset-xl-30 {
    margin-left: auto;
    margin-right: 30%;
  }
  .flex-offset-xl-35,
  .layout-margin .flex-offset-xl-35,
  .layout-margin .offset-xl-35,
  .offset-xl-35 {
    margin-left: 35%;
  }
  [dir=rtl] .flex-offset-xl-35,
  [dir=rtl] .layout-margin .flex-offset-xl-35,
  [dir=rtl] .layout-margin .offset-xl-35,
  [dir=rtl] .offset-xl-35 {
    margin-left: auto;
    margin-right: 35%;
  }
  .flex-offset-xl-40,
  .layout-margin .flex-offset-xl-40,
  .layout-margin .offset-xl-40,
  .offset-xl-40 {
    margin-left: 40%;
  }
  [dir=rtl] .flex-offset-xl-40,
  [dir=rtl] .layout-margin .flex-offset-xl-40,
  [dir=rtl] .layout-margin .offset-xl-40,
  [dir=rtl] .offset-xl-40 {
    margin-left: auto;
    margin-right: 40%;
  }
  .flex-offset-xl-45,
  .layout-margin .flex-offset-xl-45,
  .layout-margin .offset-xl-45,
  .offset-xl-45 {
    margin-left: 45%;
  }
  [dir=rtl] .flex-offset-xl-45,
  [dir=rtl] .layout-margin .flex-offset-xl-45,
  [dir=rtl] .layout-margin .offset-xl-45,
  [dir=rtl] .offset-xl-45 {
    margin-left: auto;
    margin-right: 45%;
  }
  .flex-offset-xl-50,
  .layout-margin .flex-offset-xl-50,
  .layout-margin .offset-xl-50,
  .offset-xl-50 {
    margin-left: 50%;
  }
  [dir=rtl] .flex-offset-xl-50,
  [dir=rtl] .layout-margin .flex-offset-xl-50,
  [dir=rtl] .layout-margin .offset-xl-50,
  [dir=rtl] .offset-xl-50 {
    margin-left: auto;
    margin-right: 50%;
  }
  .flex-offset-xl-55,
  .layout-margin .flex-offset-xl-55,
  .layout-margin .offset-xl-55,
  .offset-xl-55 {
    margin-left: 55%;
  }
  [dir=rtl] .flex-offset-xl-55,
  [dir=rtl] .layout-margin .flex-offset-xl-55,
  [dir=rtl] .layout-margin .offset-xl-55,
  [dir=rtl] .offset-xl-55 {
    margin-left: auto;
    margin-right: 55%;
  }
  .flex-offset-xl-60,
  .layout-margin .flex-offset-xl-60,
  .layout-margin .offset-xl-60,
  .offset-xl-60 {
    margin-left: 60%;
  }
  [dir=rtl] .flex-offset-xl-60,
  [dir=rtl] .layout-margin .flex-offset-xl-60,
  [dir=rtl] .layout-margin .offset-xl-60,
  [dir=rtl] .offset-xl-60 {
    margin-left: auto;
    margin-right: 60%;
  }
  .flex-offset-xl-65,
  .layout-margin .flex-offset-xl-65,
  .layout-margin .offset-xl-65,
  .offset-xl-65 {
    margin-left: 65%;
  }
  [dir=rtl] .flex-offset-xl-65,
  [dir=rtl] .layout-margin .flex-offset-xl-65,
  [dir=rtl] .layout-margin .offset-xl-65,
  [dir=rtl] .offset-xl-65 {
    margin-left: auto;
    margin-right: 65%;
  }
  .flex-offset-xl-70,
  .layout-margin .flex-offset-xl-70,
  .layout-margin .offset-xl-70,
  .offset-xl-70 {
    margin-left: 70%;
  }
  [dir=rtl] .flex-offset-xl-70,
  [dir=rtl] .layout-margin .flex-offset-xl-70,
  [dir=rtl] .layout-margin .offset-xl-70,
  [dir=rtl] .offset-xl-70 {
    margin-left: auto;
    margin-right: 70%;
  }
  .flex-offset-xl-75,
  .layout-margin .flex-offset-xl-75,
  .layout-margin .offset-xl-75,
  .offset-xl-75 {
    margin-left: 75%;
  }
  [dir=rtl] .flex-offset-xl-75,
  [dir=rtl] .layout-margin .flex-offset-xl-75,
  [dir=rtl] .layout-margin .offset-xl-75,
  [dir=rtl] .offset-xl-75 {
    margin-left: auto;
    margin-right: 75%;
  }
  .flex-offset-xl-80,
  .layout-margin .flex-offset-xl-80,
  .layout-margin .offset-xl-80,
  .offset-xl-80 {
    margin-left: 80%;
  }
  [dir=rtl] .flex-offset-xl-80,
  [dir=rtl] .layout-margin .flex-offset-xl-80,
  [dir=rtl] .layout-margin .offset-xl-80,
  [dir=rtl] .offset-xl-80 {
    margin-left: auto;
    margin-right: 80%;
  }
  .flex-offset-xl-85,
  .layout-margin .flex-offset-xl-85,
  .layout-margin .offset-xl-85,
  .offset-xl-85 {
    margin-left: 85%;
  }
  [dir=rtl] .flex-offset-xl-85,
  [dir=rtl] .layout-margin .flex-offset-xl-85,
  [dir=rtl] .layout-margin .offset-xl-85,
  [dir=rtl] .offset-xl-85 {
    margin-left: auto;
    margin-right: 85%;
  }
  .flex-offset-xl-90,
  .layout-margin .flex-offset-xl-90,
  .layout-margin .offset-xl-90,
  .offset-xl-90 {
    margin-left: 90%;
  }
  [dir=rtl] .flex-offset-xl-90,
  [dir=rtl] .layout-margin .flex-offset-xl-90,
  [dir=rtl] .layout-margin .offset-xl-90,
  [dir=rtl] .offset-xl-90 {
    margin-left: auto;
    margin-right: 90%;
  }
  .flex-offset-xl-95,
  .layout-margin .flex-offset-xl-95,
  .layout-margin .offset-xl-95,
  .offset-xl-95 {
    margin-left: 95%;
  }
  [dir=rtl] .flex-offset-xl-95,
  [dir=rtl] .layout-margin .flex-offset-xl-95,
  [dir=rtl] .layout-margin .offset-xl-95,
  [dir=rtl] .offset-xl-95 {
    margin-left: auto;
    margin-right: 95%;
  }
  .flex-offset-xl-33,
  .layout-margin .flex-offset-xl-33,
  .layout-margin .offset-xl-33,
  .offset-xl-33 {
    margin-left: 33.33333%;
  }
  .flex-offset-xl-66,
  .layout-margin .flex-offset-xl-66,
  .layout-margin .offset-xl-66,
  .offset-xl-66 {
    margin-left: 66.66667%;
  }
  [dir=rtl] .flex-offset-xl-66,
  [dir=rtl] .layout-margin .flex-offset-xl-66,
  [dir=rtl] .layout-margin .offset-xl-66,
  [dir=rtl] .offset-xl-66 {
    margin-left: auto;
    margin-right: 66.66667%;
  }
  .layout-align-xl,
  .layout-align-xl-start-stretch {
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-line-pack: stretch;
        align-content: stretch;
    -ms-flex-align: stretch;
        align-items: stretch;
  }
  .layout-align-xl-start,
  .layout-align-xl-start-center,
  .layout-align-xl-start-end,
  .layout-align-xl-start-start,
  .layout-align-xl-start-stretch {
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
  .layout-align-xl-center,
  .layout-align-xl-center-center,
  .layout-align-xl-center-end,
  .layout-align-xl-center-start,
  .layout-align-xl-center-stretch {
    -ms-flex-pack: center;
        justify-content: center;
  }
  .layout-align-xl-end,
  .layout-align-xl-end-center,
  .layout-align-xl-end-end,
  .layout-align-xl-end-start,
  .layout-align-xl-end-stretch {
    -ms-flex-pack: end;
        justify-content: flex-end;
  }
  .layout-align-xl-space-around,
  .layout-align-xl-space-around-center,
  .layout-align-xl-space-around-end,
  .layout-align-xl-space-around-start,
  .layout-align-xl-space-around-stretch {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .layout-align-xl-space-between,
  .layout-align-xl-space-between-center,
  .layout-align-xl-space-between-end,
  .layout-align-xl-space-between-start,
  .layout-align-xl-space-between-stretch {
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .layout-align-xl-center-start,
  .layout-align-xl-end-start,
  .layout-align-xl-space-around-start,
  .layout-align-xl-space-between-start,
  .layout-align-xl-start-start {
    -ms-flex-align: start;
        align-items: flex-start;
    -ms-flex-line-pack: start;
        align-content: flex-start;
  }
  .layout-align-xl-center-center,
  .layout-align-xl-end-center,
  .layout-align-xl-space-around-center,
  .layout-align-xl-space-between-center,
  .layout-align-xl-start-center {
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-line-pack: center;
        align-content: center;
    max-width: 100%;
  }
  .layout-align-xl-center-center > *,
  .layout-align-xl-end-center > *,
  .layout-align-xl-space-around-center > *,
  .layout-align-xl-space-between-center > *,
  .layout-align-xl-start-center > * {
    max-width: 100%;
    box-sizing: border-box;
  }
  .layout-align-xl-center-end,
  .layout-align-xl-end-end,
  .layout-align-xl-space-around-end,
  .layout-align-xl-space-between-end,
  .layout-align-xl-start-end {
    -ms-flex-align: end;
        align-items: flex-end;
    -ms-flex-line-pack: end;
        align-content: flex-end;
  }
  .layout-align-xl-center-stretch,
  .layout-align-xl-end-stretch,
  .layout-align-xl-space-around-stretch,
  .layout-align-xl-space-between-stretch,
  .layout-align-xl-start-stretch {
    -ms-flex-align: stretch;
        align-items: stretch;
    -ms-flex-line-pack: stretch;
        align-content: stretch;
  }
  .flex-xl {
    -ms-flex: 1;
        flex: 1;
    box-sizing: border-box;
  }
  .flex-xl-grow {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    box-sizing: border-box;
  }
  .flex-xl-initial {
    -ms-flex: 0 1 auto;
        flex: 0 1 auto;
    box-sizing: border-box;
  }
  .flex-xl-auto {
    -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    box-sizing: border-box;
  }
  .flex-xl-none {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    box-sizing: border-box;
  }
  .flex-xl-noshrink {
    -ms-flex: 1 0 auto;
        flex: 1 0 auto;
    box-sizing: border-box;
  }
  .flex-xl-nogrow {
    -ms-flex: 0 1 auto;
        flex: 0 1 auto;
    box-sizing: border-box;
  }
  .flex-xl-0,
  .layout-row > .flex-xl-0 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 0;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-xl-0 {
    min-width: 0;
  }
  .layout-column > .flex-xl-0 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 0%;
    box-sizing: border-box;
  }
  .layout-xl-row > .flex-xl-0 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 0;
    max-height: 100%;
    box-sizing: border-box;
    min-width: 0;
  }
  .layout-xl-column > .flex-xl-0 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 0%;
    box-sizing: border-box;
    min-height: 0;
  }
  .flex-xl-5,
  .layout-row > .flex-xl-5 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 5%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-xl-5 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 5%;
    box-sizing: border-box;
  }
  .layout-xl-row > .flex-xl-5 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 5%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-xl-column > .flex-xl-5 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 5%;
    box-sizing: border-box;
  }
  .flex-xl-10,
  .layout-row > .flex-xl-10 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 10%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-xl-10 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 10%;
    box-sizing: border-box;
  }
  .layout-xl-row > .flex-xl-10 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 10%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-xl-column > .flex-xl-10 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 10%;
    box-sizing: border-box;
  }
  .flex-xl-15,
  .layout-row > .flex-xl-15 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 15%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-xl-15 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 15%;
    box-sizing: border-box;
  }
  .layout-xl-row > .flex-xl-15 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 15%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-xl-column > .flex-xl-15 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 15%;
    box-sizing: border-box;
  }
  .flex-xl-20,
  .layout-row > .flex-xl-20 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 20%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-xl-20 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 20%;
    box-sizing: border-box;
  }
  .layout-xl-row > .flex-xl-20 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 20%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-xl-column > .flex-xl-20 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 20%;
    box-sizing: border-box;
  }
  .flex-xl-25,
  .layout-row > .flex-xl-25 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 25%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-xl-25 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 25%;
    box-sizing: border-box;
  }
  .layout-xl-row > .flex-xl-25 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 25%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-xl-column > .flex-xl-25 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 25%;
    box-sizing: border-box;
  }
  .flex-xl-30,
  .layout-row > .flex-xl-30 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 30%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-xl-30 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 30%;
    box-sizing: border-box;
  }
  .layout-xl-row > .flex-xl-30 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 30%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-xl-column > .flex-xl-30 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 30%;
    box-sizing: border-box;
  }
  .flex-xl-35,
  .layout-row > .flex-xl-35 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 35%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-xl-35 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 35%;
    box-sizing: border-box;
  }
  .layout-xl-row > .flex-xl-35 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 35%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-xl-column > .flex-xl-35 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 35%;
    box-sizing: border-box;
  }
  .flex-xl-40,
  .layout-row > .flex-xl-40 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 40%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-xl-40 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 40%;
    box-sizing: border-box;
  }
  .layout-xl-row > .flex-xl-40 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 40%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-xl-column > .flex-xl-40 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 40%;
    box-sizing: border-box;
  }
  .flex-xl-45,
  .layout-row > .flex-xl-45 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 45%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-xl-45 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 45%;
    box-sizing: border-box;
  }
  .layout-xl-row > .flex-xl-45 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 45%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-xl-column > .flex-xl-45 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 45%;
    box-sizing: border-box;
  }
  .flex-xl-50,
  .layout-row > .flex-xl-50 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 50%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-xl-50 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 50%;
    box-sizing: border-box;
  }
  .layout-xl-row > .flex-xl-50 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 50%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-xl-column > .flex-xl-50 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 50%;
    box-sizing: border-box;
  }
  .flex-xl-55,
  .layout-row > .flex-xl-55 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 55%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-xl-55 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 55%;
    box-sizing: border-box;
  }
  .layout-xl-row > .flex-xl-55 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 55%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-xl-column > .flex-xl-55 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 55%;
    box-sizing: border-box;
  }
  .flex-xl-60,
  .layout-row > .flex-xl-60 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 60%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-xl-60 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 60%;
    box-sizing: border-box;
  }
  .layout-xl-row > .flex-xl-60 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 60%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-xl-column > .flex-xl-60 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 60%;
    box-sizing: border-box;
  }
  .flex-xl-65,
  .layout-row > .flex-xl-65 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 65%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-xl-65 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 65%;
    box-sizing: border-box;
  }
  .layout-xl-row > .flex-xl-65 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 65%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-xl-column > .flex-xl-65 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 65%;
    box-sizing: border-box;
  }
  .flex-xl-70,
  .layout-row > .flex-xl-70 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 70%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-xl-70 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 70%;
    box-sizing: border-box;
  }
  .layout-xl-row > .flex-xl-70 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 70%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-xl-column > .flex-xl-70 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 70%;
    box-sizing: border-box;
  }
  .flex-xl-75,
  .layout-row > .flex-xl-75 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 75%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-xl-75 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 75%;
    box-sizing: border-box;
  }
  .layout-xl-row > .flex-xl-75 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 75%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-xl-column > .flex-xl-75 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 75%;
    box-sizing: border-box;
  }
  .flex-xl-80,
  .layout-row > .flex-xl-80 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 80%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-xl-80 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 80%;
    box-sizing: border-box;
  }
  .layout-xl-row > .flex-xl-80 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 80%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-xl-column > .flex-xl-80 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 80%;
    box-sizing: border-box;
  }
  .flex-xl-85,
  .layout-row > .flex-xl-85 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 85%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-xl-85 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 85%;
    box-sizing: border-box;
  }
  .layout-xl-row > .flex-xl-85 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 85%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-xl-column > .flex-xl-85 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 85%;
    box-sizing: border-box;
  }
  .flex-xl-90,
  .layout-row > .flex-xl-90 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 90%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-xl-90 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 90%;
    box-sizing: border-box;
  }
  .layout-xl-row > .flex-xl-90 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 90%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-xl-column > .flex-xl-90 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 90%;
    box-sizing: border-box;
  }
  .flex-xl-95,
  .layout-row > .flex-xl-95 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 95%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-xl-95 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 95%;
    box-sizing: border-box;
  }
  .layout-xl-row > .flex-xl-95 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 95%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-xl-column > .flex-xl-95 {
    max-height: 95%;
  }
  .flex-xl-100,
  .layout-xl-column > .flex-xl-95 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    box-sizing: border-box;
  }
  .flex-xl-100 {
    max-height: 100%;
  }
  .layout-column > .flex-xl-100,
  .layout-row > .flex-xl-100,
  .layout-xl-column > .flex-xl-100,
  .layout-xl-row > .flex-xl-100 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-xl-33 {
    -ms-flex: 1 1 33.33%;
        flex: 1 1 33.33%;
    max-width: 33.33%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-xl-66 {
    -ms-flex: 1 1 66.66%;
        flex: 1 1 66.66%;
    max-width: 66.66%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-xl-33 {
    -ms-flex: 1 1 33.33%;
        flex: 1 1 33.33%;
    max-width: 100%;
    max-height: 33.33%;
    box-sizing: border-box;
  }
  .layout-column > .flex-xl-66 {
    -ms-flex: 1 1 66.66%;
        flex: 1 1 66.66%;
    max-width: 100%;
    max-height: 66.66%;
    box-sizing: border-box;
  }
  .layout-xl-row > .flex-xl-33 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 33.33%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-xl-row > .flex-xl-66 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 66.66%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-xl-row > .flex {
    min-width: 0;
  }
  .layout-xl-column > .flex-xl-33 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 33.33%;
    box-sizing: border-box;
  }
  .layout-xl-column > .flex-xl-66 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    max-height: 66.66%;
    box-sizing: border-box;
  }
  .layout-xl-column > .flex {
    min-height: 0;
  }
  .layout-xl,
  .layout-xl-column,
  .layout-xl-row {
    box-sizing: border-box;
    display: -ms-flexbox;
    display: flex;
  }
  .layout-xl-column {
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .layout-xl-row {
    -ms-flex-direction: row;
        flex-direction: row;
  }
  .hide-gt-lg:not(.show-gt-xs):not(.show-gt-sm):not(.show-gt-md):not(.show-gt-lg):not(.show-xl):not(.show),
  .hide-gt-md:not(.show-gt-xs):not(.show-gt-sm):not(.show-gt-md):not(.show-gt-lg):not(.show-xl):not(.show),
  .hide-gt-sm:not(.show-gt-xs):not(.show-gt-sm):not(.show-gt-md):not(.show-gt-lg):not(.show-xl):not(.show),
  .hide-gt-xs:not(.show-gt-xs):not(.show-gt-sm):not(.show-gt-md):not(.show-gt-lg):not(.show-xl):not(.show),
  .hide-xl:not(.show-xl):not(.show-gt-lg):not(.show-gt-md):not(.show-gt-sm):not(.show-gt-xs):not(.show),
  .hide:not(.show-gt-xs):not(.show-gt-sm):not(.show-gt-md):not(.show-gt-lg):not(.show-xl):not(.show) {
    display: none;
  }
}
@media print {
  .hide-print:not(.show-print):not(.show) {
    display: none !important;
  }
}
/*!
  Ionicons, v2.0.1
  Created by Ben Sperry for the Ionic Framework, http://ionicons.com/
  https://twitter.com/benjsperry  https://twitter.com/ionicframework
  MIT License: https://github.com/driftyco/ionicons

  Android-style icons originally built by Google’s
  Material Design Icons: https://github.com/google/material-design-icons
  used under CC BY http://creativecommons.org/licenses/by/4.0/
  Modified icons to fit ionicon’s grid from original.
*/
@font-face {
  font-family: "Ionicons";
  src: url(/fonts/ionicons.19e65b89cee273a249fba4c09b951b74.eot?);
  src: url(/fonts/ionicons.19e65b89cee273a249fba4c09b951b74.eot?#iefix) format("embedded-opentype"), url(/fonts/ionicons.dd4781d1acc57ba4c4808d1b44301201.ttf?) format("truetype"), url(/fonts/ionicons.2c159d0d05473040b53ec79df8797d32.woff?) format("woff"), url(/fonts/ionicons.28df6ee7b407fd8a14b40bc01f4fd3ae.svg?#Ionicons) format("svg");
  font-weight: normal;
  font-style: normal;
}
.ion,
.ionicons,
.ion-alert:before,
.ion-alert-circled:before,
.ion-android-add:before,
.ion-android-add-circle:before,
.ion-android-alarm-clock:before,
.ion-android-alert:before,
.ion-android-apps:before,
.ion-android-archive:before,
.ion-android-arrow-back:before,
.ion-android-arrow-down:before,
.ion-android-arrow-dropdown:before,
.ion-android-arrow-dropdown-circle:before,
.ion-android-arrow-dropleft:before,
.ion-android-arrow-dropleft-circle:before,
.ion-android-arrow-dropright:before,
.ion-android-arrow-dropright-circle:before,
.ion-android-arrow-dropup:before,
.ion-android-arrow-dropup-circle:before,
.ion-android-arrow-forward:before,
.ion-android-arrow-up:before,
.ion-android-attach:before,
.ion-android-bar:before,
.ion-android-bicycle:before,
.ion-android-boat:before,
.ion-android-bookmark:before,
.ion-android-bulb:before,
.ion-android-bus:before,
.ion-android-calendar:before,
.ion-android-call:before,
.ion-android-camera:before,
.ion-android-cancel:before,
.ion-android-car:before,
.ion-android-cart:before,
.ion-android-chat:before,
.ion-android-checkbox:before,
.ion-android-checkbox-blank:before,
.ion-android-checkbox-outline:before,
.ion-android-checkbox-outline-blank:before,
.ion-android-checkmark-circle:before,
.ion-android-clipboard:before,
.ion-android-close:before,
.ion-android-cloud:before,
.ion-android-cloud-circle:before,
.ion-android-cloud-done:before,
.ion-android-cloud-outline:before,
.ion-android-color-palette:before,
.ion-android-compass:before,
.ion-android-contact:before,
.ion-android-contacts:before,
.ion-android-contract:before,
.ion-android-create:before,
.ion-android-delete:before,
.ion-android-desktop:before,
.ion-android-document:before,
.ion-android-done:before,
.ion-android-done-all:before,
.ion-android-download:before,
.ion-android-drafts:before,
.ion-android-exit:before,
.ion-android-expand:before,
.ion-android-favorite:before,
.ion-android-favorite-outline:before,
.ion-android-film:before,
.ion-android-folder:before,
.ion-android-folder-open:before,
.ion-android-funnel:before,
.ion-android-globe:before,
.ion-android-hand:before,
.ion-android-hangout:before,
.ion-android-happy:before,
.ion-android-home:before,
.ion-android-image:before,
.ion-android-laptop:before,
.ion-android-list:before,
.ion-android-locate:before,
.ion-android-lock:before,
.ion-android-mail:before,
.ion-android-map:before,
.ion-android-menu:before,
.ion-android-microphone:before,
.ion-android-microphone-off:before,
.ion-android-more-horizontal:before,
.ion-android-more-vertical:before,
.ion-android-navigate:before,
.ion-android-notifications:before,
.ion-android-notifications-none:before,
.ion-android-notifications-off:before,
.ion-android-open:before,
.ion-android-options:before,
.ion-android-people:before,
.ion-android-person:before,
.ion-android-person-add:before,
.ion-android-phone-landscape:before,
.ion-android-phone-portrait:before,
.ion-android-pin:before,
.ion-android-plane:before,
.ion-android-playstore:before,
.ion-android-print:before,
.ion-android-radio-button-off:before,
.ion-android-radio-button-on:before,
.ion-android-refresh:before,
.ion-android-remove:before,
.ion-android-remove-circle:before,
.ion-android-restaurant:before,
.ion-android-sad:before,
.ion-android-search:before,
.ion-android-send:before,
.ion-android-settings:before,
.ion-android-share:before,
.ion-android-share-alt:before,
.ion-android-star:before,
.ion-android-star-half:before,
.ion-android-star-outline:before,
.ion-android-stopwatch:before,
.ion-android-subway:before,
.ion-android-sunny:before,
.ion-android-sync:before,
.ion-android-textsms:before,
.ion-android-time:before,
.ion-android-train:before,
.ion-android-unlock:before,
.ion-android-upload:before,
.ion-android-volume-down:before,
.ion-android-volume-mute:before,
.ion-android-volume-off:before,
.ion-android-volume-up:before,
.ion-android-walk:before,
.ion-android-warning:before,
.ion-android-watch:before,
.ion-android-wifi:before,
.ion-aperture:before,
.ion-archive:before,
.ion-arrow-down-a:before,
.ion-arrow-down-b:before,
.ion-arrow-down-c:before,
.ion-arrow-expand:before,
.ion-arrow-graph-down-left:before,
.ion-arrow-graph-down-right:before,
.ion-arrow-graph-up-left:before,
.ion-arrow-graph-up-right:before,
.ion-arrow-left-a:before,
.ion-arrow-left-b:before,
.ion-arrow-left-c:before,
.ion-arrow-move:before,
.ion-arrow-resize:before,
.ion-arrow-return-left:before,
.ion-arrow-return-right:before,
.ion-arrow-right-a:before,
.ion-arrow-right-b:before,
.ion-arrow-right-c:before,
.ion-arrow-shrink:before,
.ion-arrow-swap:before,
.ion-arrow-up-a:before,
.ion-arrow-up-b:before,
.ion-arrow-up-c:before,
.ion-asterisk:before,
.ion-at:before,
.ion-backspace:before,
.ion-backspace-outline:before,
.ion-bag:before,
.ion-battery-charging:before,
.ion-battery-empty:before,
.ion-battery-full:before,
.ion-battery-half:before,
.ion-battery-low:before,
.ion-beaker:before,
.ion-beer:before,
.ion-bluetooth:before,
.ion-bonfire:before,
.ion-bookmark:before,
.ion-bowtie:before,
.ion-briefcase:before,
.ion-bug:before,
.ion-calculator:before,
.ion-calendar:before,
.ion-camera:before,
.ion-card:before,
.ion-cash:before,
.ion-chatbox:before,
.ion-chatbox-working:before,
.ion-chatboxes:before,
.ion-chatbubble:before,
.ion-chatbubble-working:before,
.ion-chatbubbles:before,
.ion-checkmark:before,
.ion-checkmark-circled:before,
.ion-checkmark-round:before,
.ion-chevron-down:before,
.ion-chevron-left:before,
.ion-chevron-right:before,
.ion-chevron-up:before,
.ion-clipboard:before,
.ion-clock:before,
.ion-close:before,
.ion-close-circled:before,
.ion-close-round:before,
.ion-closed-captioning:before,
.ion-cloud:before,
.ion-code:before,
.ion-code-download:before,
.ion-code-working:before,
.ion-coffee:before,
.ion-compass:before,
.ion-compose:before,
.ion-connection-bars:before,
.ion-contrast:before,
.ion-crop:before,
.ion-cube:before,
.ion-disc:before,
.ion-document:before,
.ion-document-text:before,
.ion-drag:before,
.ion-earth:before,
.ion-easel:before,
.ion-edit:before,
.ion-egg:before,
.ion-eject:before,
.ion-email:before,
.ion-email-unread:before,
.ion-erlenmeyer-flask:before,
.ion-erlenmeyer-flask-bubbles:before,
.ion-eye:before,
.ion-eye-disabled:before,
.ion-female:before,
.ion-filing:before,
.ion-film-marker:before,
.ion-fireball:before,
.ion-flag:before,
.ion-flame:before,
.ion-flash:before,
.ion-flash-off:before,
.ion-folder:before,
.ion-fork:before,
.ion-fork-repo:before,
.ion-forward:before,
.ion-funnel:before,
.ion-gear-a:before,
.ion-gear-b:before,
.ion-grid:before,
.ion-hammer:before,
.ion-happy:before,
.ion-happy-outline:before,
.ion-headphone:before,
.ion-heart:before,
.ion-heart-broken:before,
.ion-help:before,
.ion-help-buoy:before,
.ion-help-circled:before,
.ion-home:before,
.ion-icecream:before,
.ion-image:before,
.ion-images:before,
.ion-information:before,
.ion-information-circled:before,
.ion-ionic:before,
.ion-ios-alarm:before,
.ion-ios-alarm-outline:before,
.ion-ios-albums:before,
.ion-ios-albums-outline:before,
.ion-ios-americanfootball:before,
.ion-ios-americanfootball-outline:before,
.ion-ios-analytics:before,
.ion-ios-analytics-outline:before,
.ion-ios-arrow-back:before,
.ion-ios-arrow-down:before,
.ion-ios-arrow-forward:before,
.ion-ios-arrow-left:before,
.ion-ios-arrow-right:before,
.ion-ios-arrow-thin-down:before,
.ion-ios-arrow-thin-left:before,
.ion-ios-arrow-thin-right:before,
.ion-ios-arrow-thin-up:before,
.ion-ios-arrow-up:before,
.ion-ios-at:before,
.ion-ios-at-outline:before,
.ion-ios-barcode:before,
.ion-ios-barcode-outline:before,
.ion-ios-baseball:before,
.ion-ios-baseball-outline:before,
.ion-ios-basketball:before,
.ion-ios-basketball-outline:before,
.ion-ios-bell:before,
.ion-ios-bell-outline:before,
.ion-ios-body:before,
.ion-ios-body-outline:before,
.ion-ios-bolt:before,
.ion-ios-bolt-outline:before,
.ion-ios-book:before,
.ion-ios-book-outline:before,
.ion-ios-bookmarks:before,
.ion-ios-bookmarks-outline:before,
.ion-ios-box:before,
.ion-ios-box-outline:before,
.ion-ios-briefcase:before,
.ion-ios-briefcase-outline:before,
.ion-ios-browsers:before,
.ion-ios-browsers-outline:before,
.ion-ios-calculator:before,
.ion-ios-calculator-outline:before,
.ion-ios-calendar:before,
.ion-ios-calendar-outline:before,
.ion-ios-camera:before,
.ion-ios-camera-outline:before,
.ion-ios-cart:before,
.ion-ios-cart-outline:before,
.ion-ios-chatboxes:before,
.ion-ios-chatboxes-outline:before,
.ion-ios-chatbubble:before,
.ion-ios-chatbubble-outline:before,
.ion-ios-checkmark:before,
.ion-ios-checkmark-empty:before,
.ion-ios-checkmark-outline:before,
.ion-ios-circle-filled:before,
.ion-ios-circle-outline:before,
.ion-ios-clock:before,
.ion-ios-clock-outline:before,
.ion-ios-close:before,
.ion-ios-close-empty:before,
.ion-ios-close-outline:before,
.ion-ios-cloud:before,
.ion-ios-cloud-download:before,
.ion-ios-cloud-download-outline:before,
.ion-ios-cloud-outline:before,
.ion-ios-cloud-upload:before,
.ion-ios-cloud-upload-outline:before,
.ion-ios-cloudy:before,
.ion-ios-cloudy-night:before,
.ion-ios-cloudy-night-outline:before,
.ion-ios-cloudy-outline:before,
.ion-ios-cog:before,
.ion-ios-cog-outline:before,
.ion-ios-color-filter:before,
.ion-ios-color-filter-outline:before,
.ion-ios-color-wand:before,
.ion-ios-color-wand-outline:before,
.ion-ios-compose:before,
.ion-ios-compose-outline:before,
.ion-ios-contact:before,
.ion-ios-contact-outline:before,
.ion-ios-copy:before,
.ion-ios-copy-outline:before,
.ion-ios-crop:before,
.ion-ios-crop-strong:before,
.ion-ios-download:before,
.ion-ios-download-outline:before,
.ion-ios-drag:before,
.ion-ios-email:before,
.ion-ios-email-outline:before,
.ion-ios-eye:before,
.ion-ios-eye-outline:before,
.ion-ios-fastforward:before,
.ion-ios-fastforward-outline:before,
.ion-ios-filing:before,
.ion-ios-filing-outline:before,
.ion-ios-film:before,
.ion-ios-film-outline:before,
.ion-ios-flag:before,
.ion-ios-flag-outline:before,
.ion-ios-flame:before,
.ion-ios-flame-outline:before,
.ion-ios-flask:before,
.ion-ios-flask-outline:before,
.ion-ios-flower:before,
.ion-ios-flower-outline:before,
.ion-ios-folder:before,
.ion-ios-folder-outline:before,
.ion-ios-football:before,
.ion-ios-football-outline:before,
.ion-ios-game-controller-a:before,
.ion-ios-game-controller-a-outline:before,
.ion-ios-game-controller-b:before,
.ion-ios-game-controller-b-outline:before,
.ion-ios-gear:before,
.ion-ios-gear-outline:before,
.ion-ios-glasses:before,
.ion-ios-glasses-outline:before,
.ion-ios-grid-view:before,
.ion-ios-grid-view-outline:before,
.ion-ios-heart:before,
.ion-ios-heart-outline:before,
.ion-ios-help:before,
.ion-ios-help-empty:before,
.ion-ios-help-outline:before,
.ion-ios-home:before,
.ion-ios-home-outline:before,
.ion-ios-infinite:before,
.ion-ios-infinite-outline:before,
.ion-ios-information:before,
.ion-ios-information-empty:before,
.ion-ios-information-outline:before,
.ion-ios-ionic-outline:before,
.ion-ios-keypad:before,
.ion-ios-keypad-outline:before,
.ion-ios-lightbulb:before,
.ion-ios-lightbulb-outline:before,
.ion-ios-list:before,
.ion-ios-list-outline:before,
.ion-ios-location:before,
.ion-ios-location-outline:before,
.ion-ios-locked:before,
.ion-ios-locked-outline:before,
.ion-ios-loop:before,
.ion-ios-loop-strong:before,
.ion-ios-medical:before,
.ion-ios-medical-outline:before,
.ion-ios-medkit:before,
.ion-ios-medkit-outline:before,
.ion-ios-mic:before,
.ion-ios-mic-off:before,
.ion-ios-mic-outline:before,
.ion-ios-minus:before,
.ion-ios-minus-empty:before,
.ion-ios-minus-outline:before,
.ion-ios-monitor:before,
.ion-ios-monitor-outline:before,
.ion-ios-moon:before,
.ion-ios-moon-outline:before,
.ion-ios-more:before,
.ion-ios-more-outline:before,
.ion-ios-musical-note:before,
.ion-ios-musical-notes:before,
.ion-ios-navigate:before,
.ion-ios-navigate-outline:before,
.ion-ios-nutrition:before,
.ion-ios-nutrition-outline:before,
.ion-ios-paper:before,
.ion-ios-paper-outline:before,
.ion-ios-paperplane:before,
.ion-ios-paperplane-outline:before,
.ion-ios-partlysunny:before,
.ion-ios-partlysunny-outline:before,
.ion-ios-pause:before,
.ion-ios-pause-outline:before,
.ion-ios-paw:before,
.ion-ios-paw-outline:before,
.ion-ios-people:before,
.ion-ios-people-outline:before,
.ion-ios-person:before,
.ion-ios-person-outline:before,
.ion-ios-personadd:before,
.ion-ios-personadd-outline:before,
.ion-ios-photos:before,
.ion-ios-photos-outline:before,
.ion-ios-pie:before,
.ion-ios-pie-outline:before,
.ion-ios-pint:before,
.ion-ios-pint-outline:before,
.ion-ios-play:before,
.ion-ios-play-outline:before,
.ion-ios-plus:before,
.ion-ios-plus-empty:before,
.ion-ios-plus-outline:before,
.ion-ios-pricetag:before,
.ion-ios-pricetag-outline:before,
.ion-ios-pricetags:before,
.ion-ios-pricetags-outline:before,
.ion-ios-printer:before,
.ion-ios-printer-outline:before,
.ion-ios-pulse:before,
.ion-ios-pulse-strong:before,
.ion-ios-rainy:before,
.ion-ios-rainy-outline:before,
.ion-ios-recording:before,
.ion-ios-recording-outline:before,
.ion-ios-redo:before,
.ion-ios-redo-outline:before,
.ion-ios-refresh:before,
.ion-ios-refresh-empty:before,
.ion-ios-refresh-outline:before,
.ion-ios-reload:before,
.ion-ios-reverse-camera:before,
.ion-ios-reverse-camera-outline:before,
.ion-ios-rewind:before,
.ion-ios-rewind-outline:before,
.ion-ios-rose:before,
.ion-ios-rose-outline:before,
.ion-ios-search:before,
.ion-ios-search-strong:before,
.ion-ios-settings:before,
.ion-ios-settings-strong:before,
.ion-ios-shuffle:before,
.ion-ios-shuffle-strong:before,
.ion-ios-skipbackward:before,
.ion-ios-skipbackward-outline:before,
.ion-ios-skipforward:before,
.ion-ios-skipforward-outline:before,
.ion-ios-snowy:before,
.ion-ios-speedometer:before,
.ion-ios-speedometer-outline:before,
.ion-ios-star:before,
.ion-ios-star-half:before,
.ion-ios-star-outline:before,
.ion-ios-stopwatch:before,
.ion-ios-stopwatch-outline:before,
.ion-ios-sunny:before,
.ion-ios-sunny-outline:before,
.ion-ios-telephone:before,
.ion-ios-telephone-outline:before,
.ion-ios-tennisball:before,
.ion-ios-tennisball-outline:before,
.ion-ios-thunderstorm:before,
.ion-ios-thunderstorm-outline:before,
.ion-ios-time:before,
.ion-ios-time-outline:before,
.ion-ios-timer:before,
.ion-ios-timer-outline:before,
.ion-ios-toggle:before,
.ion-ios-toggle-outline:before,
.ion-ios-trash:before,
.ion-ios-trash-outline:before,
.ion-ios-undo:before,
.ion-ios-undo-outline:before,
.ion-ios-unlocked:before,
.ion-ios-unlocked-outline:before,
.ion-ios-upload:before,
.ion-ios-upload-outline:before,
.ion-ios-videocam:before,
.ion-ios-videocam-outline:before,
.ion-ios-volume-high:before,
.ion-ios-volume-low:before,
.ion-ios-wineglass:before,
.ion-ios-wineglass-outline:before,
.ion-ios-world:before,
.ion-ios-world-outline:before,
.ion-ipad:before,
.ion-iphone:before,
.ion-ipod:before,
.ion-jet:before,
.ion-key:before,
.ion-knife:before,
.ion-laptop:before,
.ion-leaf:before,
.ion-levels:before,
.ion-lightbulb:before,
.ion-link:before,
.ion-load-a:before,
.ion-load-b:before,
.ion-load-c:before,
.ion-load-d:before,
.ion-location:before,
.ion-lock-combination:before,
.ion-locked:before,
.ion-log-in:before,
.ion-log-out:before,
.ion-loop:before,
.ion-magnet:before,
.ion-male:before,
.ion-man:before,
.ion-map:before,
.ion-medkit:before,
.ion-merge:before,
.ion-mic-a:before,
.ion-mic-b:before,
.ion-mic-c:before,
.ion-minus:before,
.ion-minus-circled:before,
.ion-minus-round:before,
.ion-model-s:before,
.ion-monitor:before,
.ion-more:before,
.ion-mouse:before,
.ion-music-note:before,
.ion-navicon:before,
.ion-navicon-round:before,
.ion-navigate:before,
.ion-network:before,
.ion-no-smoking:before,
.ion-nuclear:before,
.ion-outlet:before,
.ion-paintbrush:before,
.ion-paintbucket:before,
.ion-paper-airplane:before,
.ion-paperclip:before,
.ion-pause:before,
.ion-person:before,
.ion-person-add:before,
.ion-person-stalker:before,
.ion-pie-graph:before,
.ion-pin:before,
.ion-pinpoint:before,
.ion-pizza:before,
.ion-plane:before,
.ion-planet:before,
.ion-play:before,
.ion-playstation:before,
.ion-plus:before,
.ion-plus-circled:before,
.ion-plus-round:before,
.ion-podium:before,
.ion-pound:before,
.ion-power:before,
.ion-pricetag:before,
.ion-pricetags:before,
.ion-printer:before,
.ion-pull-request:before,
.ion-qr-scanner:before,
.ion-quote:before,
.ion-radio-waves:before,
.ion-record:before,
.ion-refresh:before,
.ion-reply:before,
.ion-reply-all:before,
.ion-ribbon-a:before,
.ion-ribbon-b:before,
.ion-sad:before,
.ion-sad-outline:before,
.ion-scissors:before,
.ion-search:before,
.ion-settings:before,
.ion-share:before,
.ion-shuffle:before,
.ion-skip-backward:before,
.ion-skip-forward:before,
.ion-social-android:before,
.ion-social-android-outline:before,
.ion-social-angular:before,
.ion-social-angular-outline:before,
.ion-social-apple:before,
.ion-social-apple-outline:before,
.ion-social-bitcoin:before,
.ion-social-bitcoin-outline:before,
.ion-social-buffer:before,
.ion-social-buffer-outline:before,
.ion-social-chrome:before,
.ion-social-chrome-outline:before,
.ion-social-codepen:before,
.ion-social-codepen-outline:before,
.ion-social-css3:before,
.ion-social-css3-outline:before,
.ion-social-designernews:before,
.ion-social-designernews-outline:before,
.ion-social-dribbble:before,
.ion-social-dribbble-outline:before,
.ion-social-dropbox:before,
.ion-social-dropbox-outline:before,
.ion-social-euro:before,
.ion-social-euro-outline:before,
.ion-social-facebook:before,
.ion-social-facebook-outline:before,
.ion-social-foursquare:before,
.ion-social-foursquare-outline:before,
.ion-social-freebsd-devil:before,
.ion-social-github:before,
.ion-social-github-outline:before,
.ion-social-google:before,
.ion-social-google-outline:before,
.ion-social-googleplus:before,
.ion-social-googleplus-outline:before,
.ion-social-hackernews:before,
.ion-social-hackernews-outline:before,
.ion-social-html5:before,
.ion-social-html5-outline:before,
.ion-social-instagram:before,
.ion-social-instagram-outline:before,
.ion-social-javascript:before,
.ion-social-javascript-outline:before,
.ion-social-linkedin:before,
.ion-social-linkedin-outline:before,
.ion-social-markdown:before,
.ion-social-nodejs:before,
.ion-social-octocat:before,
.ion-social-pinterest:before,
.ion-social-pinterest-outline:before,
.ion-social-python:before,
.ion-social-reddit:before,
.ion-social-reddit-outline:before,
.ion-social-rss:before,
.ion-social-rss-outline:before,
.ion-social-sass:before,
.ion-social-skype:before,
.ion-social-skype-outline:before,
.ion-social-snapchat:before,
.ion-social-snapchat-outline:before,
.ion-social-tumblr:before,
.ion-social-tumblr-outline:before,
.ion-social-tux:before,
.ion-social-twitch:before,
.ion-social-twitch-outline:before,
.ion-social-twitter:before,
.ion-social-twitter-outline:before,
.ion-social-usd:before,
.ion-social-usd-outline:before,
.ion-social-vimeo:before,
.ion-social-vimeo-outline:before,
.ion-social-whatsapp:before,
.ion-social-whatsapp-outline:before,
.ion-social-windows:before,
.ion-social-windows-outline:before,
.ion-social-wordpress:before,
.ion-social-wordpress-outline:before,
.ion-social-yahoo:before,
.ion-social-yahoo-outline:before,
.ion-social-yen:before,
.ion-social-yen-outline:before,
.ion-social-youtube:before,
.ion-social-youtube-outline:before,
.ion-soup-can:before,
.ion-soup-can-outline:before,
.ion-speakerphone:before,
.ion-speedometer:before,
.ion-spoon:before,
.ion-star:before,
.ion-stats-bars:before,
.ion-steam:before,
.ion-stop:before,
.ion-thermometer:before,
.ion-thumbsdown:before,
.ion-thumbsup:before,
.ion-toggle:before,
.ion-toggle-filled:before,
.ion-transgender:before,
.ion-trash-a:before,
.ion-trash-b:before,
.ion-trophy:before,
.ion-tshirt:before,
.ion-tshirt-outline:before,
.ion-umbrella:before,
.ion-university:before,
.ion-unlocked:before,
.ion-upload:before,
.ion-usb:before,
.ion-videocamera:before,
.ion-volume-high:before,
.ion-volume-low:before,
.ion-volume-medium:before,
.ion-volume-mute:before,
.ion-wand:before,
.ion-waterdrop:before,
.ion-wifi:before,
.ion-wineglass:before,
.ion-woman:before,
.ion-wrench:before,
.ion-xbox:before {
  display: inline-block;
  font-family: "Ionicons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ion-alert:before {
  content: "\F101";
}
.ion-alert-circled:before {
  content: "\F100";
}
.ion-android-add:before {
  content: "\F2C7";
}
.ion-android-add-circle:before {
  content: "\F359";
}
.ion-android-alarm-clock:before {
  content: "\F35A";
}
.ion-android-alert:before {
  content: "\F35B";
}
.ion-android-apps:before {
  content: "\F35C";
}
.ion-android-archive:before {
  content: "\F2C9";
}
.ion-android-arrow-back:before {
  content: "\F2CA";
}
.ion-android-arrow-down:before {
  content: "\F35D";
}
.ion-android-arrow-dropdown:before {
  content: "\F35F";
}
.ion-android-arrow-dropdown-circle:before {
  content: "\F35E";
}
.ion-android-arrow-dropleft:before {
  content: "\F361";
}
.ion-android-arrow-dropleft-circle:before {
  content: "\F360";
}
.ion-android-arrow-dropright:before {
  content: "\F363";
}
.ion-android-arrow-dropright-circle:before {
  content: "\F362";
}
.ion-android-arrow-dropup:before {
  content: "\F365";
}
.ion-android-arrow-dropup-circle:before {
  content: "\F364";
}
.ion-android-arrow-forward:before {
  content: "\F30F";
}
.ion-android-arrow-up:before {
  content: "\F366";
}
.ion-android-attach:before {
  content: "\F367";
}
.ion-android-bar:before {
  content: "\F368";
}
.ion-android-bicycle:before {
  content: "\F369";
}
.ion-android-boat:before {
  content: "\F36A";
}
.ion-android-bookmark:before {
  content: "\F36B";
}
.ion-android-bulb:before {
  content: "\F36C";
}
.ion-android-bus:before {
  content: "\F36D";
}
.ion-android-calendar:before {
  content: "\F2D1";
}
.ion-android-call:before {
  content: "\F2D2";
}
.ion-android-camera:before {
  content: "\F2D3";
}
.ion-android-cancel:before {
  content: "\F36E";
}
.ion-android-car:before {
  content: "\F36F";
}
.ion-android-cart:before {
  content: "\F370";
}
.ion-android-chat:before {
  content: "\F2D4";
}
.ion-android-checkbox:before {
  content: "\F374";
}
.ion-android-checkbox-blank:before {
  content: "\F371";
}
.ion-android-checkbox-outline:before {
  content: "\F373";
}
.ion-android-checkbox-outline-blank:before {
  content: "\F372";
}
.ion-android-checkmark-circle:before {
  content: "\F375";
}
.ion-android-clipboard:before {
  content: "\F376";
}
.ion-android-close:before {
  content: "\F2D7";
}
.ion-android-cloud:before {
  content: "\F37A";
}
.ion-android-cloud-circle:before {
  content: "\F377";
}
.ion-android-cloud-done:before {
  content: "\F378";
}
.ion-android-cloud-outline:before {
  content: "\F379";
}
.ion-android-color-palette:before {
  content: "\F37B";
}
.ion-android-compass:before {
  content: "\F37C";
}
.ion-android-contact:before {
  content: "\F2D8";
}
.ion-android-contacts:before {
  content: "\F2D9";
}
.ion-android-contract:before {
  content: "\F37D";
}
.ion-android-create:before {
  content: "\F37E";
}
.ion-android-delete:before {
  content: "\F37F";
}
.ion-android-desktop:before {
  content: "\F380";
}
.ion-android-document:before {
  content: "\F381";
}
.ion-android-done:before {
  content: "\F383";
}
.ion-android-done-all:before {
  content: "\F382";
}
.ion-android-download:before {
  content: "\F2DD";
}
.ion-android-drafts:before {
  content: "\F384";
}
.ion-android-exit:before {
  content: "\F385";
}
.ion-android-expand:before {
  content: "\F386";
}
.ion-android-favorite:before {
  content: "\F388";
}
.ion-android-favorite-outline:before {
  content: "\F387";
}
.ion-android-film:before {
  content: "\F389";
}
.ion-android-folder:before {
  content: "\F2E0";
}
.ion-android-folder-open:before {
  content: "\F38A";
}
.ion-android-funnel:before {
  content: "\F38B";
}
.ion-android-globe:before {
  content: "\F38C";
}
.ion-android-hand:before {
  content: "\F2E3";
}
.ion-android-hangout:before {
  content: "\F38D";
}
.ion-android-happy:before {
  content: "\F38E";
}
.ion-android-home:before {
  content: "\F38F";
}
.ion-android-image:before {
  content: "\F2E4";
}
.ion-android-laptop:before {
  content: "\F390";
}
.ion-android-list:before {
  content: "\F391";
}
.ion-android-locate:before {
  content: "\F2E9";
}
.ion-android-lock:before {
  content: "\F392";
}
.ion-android-mail:before {
  content: "\F2EB";
}
.ion-android-map:before {
  content: "\F393";
}
.ion-android-menu:before {
  content: "\F394";
}
.ion-android-microphone:before {
  content: "\F2EC";
}
.ion-android-microphone-off:before {
  content: "\F395";
}
.ion-android-more-horizontal:before {
  content: "\F396";
}
.ion-android-more-vertical:before {
  content: "\F397";
}
.ion-android-navigate:before {
  content: "\F398";
}
.ion-android-notifications:before {
  content: "\F39B";
}
.ion-android-notifications-none:before {
  content: "\F399";
}
.ion-android-notifications-off:before {
  content: "\F39A";
}
.ion-android-open:before {
  content: "\F39C";
}
.ion-android-options:before {
  content: "\F39D";
}
.ion-android-people:before {
  content: "\F39E";
}
.ion-android-person:before {
  content: "\F3A0";
}
.ion-android-person-add:before {
  content: "\F39F";
}
.ion-android-phone-landscape:before {
  content: "\F3A1";
}
.ion-android-phone-portrait:before {
  content: "\F3A2";
}
.ion-android-pin:before {
  content: "\F3A3";
}
.ion-android-plane:before {
  content: "\F3A4";
}
.ion-android-playstore:before {
  content: "\F2F0";
}
.ion-android-print:before {
  content: "\F3A5";
}
.ion-android-radio-button-off:before {
  content: "\F3A6";
}
.ion-android-radio-button-on:before {
  content: "\F3A7";
}
.ion-android-refresh:before {
  content: "\F3A8";
}
.ion-android-remove:before {
  content: "\F2F4";
}
.ion-android-remove-circle:before {
  content: "\F3A9";
}
.ion-android-restaurant:before {
  content: "\F3AA";
}
.ion-android-sad:before {
  content: "\F3AB";
}
.ion-android-search:before {
  content: "\F2F5";
}
.ion-android-send:before {
  content: "\F2F6";
}
.ion-android-settings:before {
  content: "\F2F7";
}
.ion-android-share:before {
  content: "\F2F8";
}
.ion-android-share-alt:before {
  content: "\F3AC";
}
.ion-android-star:before {
  content: "\F2FC";
}
.ion-android-star-half:before {
  content: "\F3AD";
}
.ion-android-star-outline:before {
  content: "\F3AE";
}
.ion-android-stopwatch:before {
  content: "\F2FD";
}
.ion-android-subway:before {
  content: "\F3AF";
}
.ion-android-sunny:before {
  content: "\F3B0";
}
.ion-android-sync:before {
  content: "\F3B1";
}
.ion-android-textsms:before {
  content: "\F3B2";
}
.ion-android-time:before {
  content: "\F3B3";
}
.ion-android-train:before {
  content: "\F3B4";
}
.ion-android-unlock:before {
  content: "\F3B5";
}
.ion-android-upload:before {
  content: "\F3B6";
}
.ion-android-volume-down:before {
  content: "\F3B7";
}
.ion-android-volume-mute:before {
  content: "\F3B8";
}
.ion-android-volume-off:before {
  content: "\F3B9";
}
.ion-android-volume-up:before {
  content: "\F3BA";
}
.ion-android-walk:before {
  content: "\F3BB";
}
.ion-android-warning:before {
  content: "\F3BC";
}
.ion-android-watch:before {
  content: "\F3BD";
}
.ion-android-wifi:before {
  content: "\F305";
}
.ion-aperture:before {
  content: "\F313";
}
.ion-archive:before {
  content: "\F102";
}
.ion-arrow-down-a:before {
  content: "\F103";
}
.ion-arrow-down-b:before {
  content: "\F104";
}
.ion-arrow-down-c:before {
  content: "\F105";
}
.ion-arrow-expand:before {
  content: "\F25E";
}
.ion-arrow-graph-down-left:before {
  content: "\F25F";
}
.ion-arrow-graph-down-right:before {
  content: "\F260";
}
.ion-arrow-graph-up-left:before {
  content: "\F261";
}
.ion-arrow-graph-up-right:before {
  content: "\F262";
}
.ion-arrow-left-a:before {
  content: "\F106";
}
.ion-arrow-left-b:before {
  content: "\F107";
}
.ion-arrow-left-c:before {
  content: "\F108";
}
.ion-arrow-move:before {
  content: "\F263";
}
.ion-arrow-resize:before {
  content: "\F264";
}
.ion-arrow-return-left:before {
  content: "\F265";
}
.ion-arrow-return-right:before {
  content: "\F266";
}
.ion-arrow-right-a:before {
  content: "\F109";
}
.ion-arrow-right-b:before {
  content: "\F10A";
}
.ion-arrow-right-c:before {
  content: "\F10B";
}
.ion-arrow-shrink:before {
  content: "\F267";
}
.ion-arrow-swap:before {
  content: "\F268";
}
.ion-arrow-up-a:before {
  content: "\F10C";
}
.ion-arrow-up-b:before {
  content: "\F10D";
}
.ion-arrow-up-c:before {
  content: "\F10E";
}
.ion-asterisk:before {
  content: "\F314";
}
.ion-at:before {
  content: "\F10F";
}
.ion-backspace:before {
  content: "\F3BF";
}
.ion-backspace-outline:before {
  content: "\F3BE";
}
.ion-bag:before {
  content: "\F110";
}
.ion-battery-charging:before {
  content: "\F111";
}
.ion-battery-empty:before {
  content: "\F112";
}
.ion-battery-full:before {
  content: "\F113";
}
.ion-battery-half:before {
  content: "\F114";
}
.ion-battery-low:before {
  content: "\F115";
}
.ion-beaker:before {
  content: "\F269";
}
.ion-beer:before {
  content: "\F26A";
}
.ion-bluetooth:before {
  content: "\F116";
}
.ion-bonfire:before {
  content: "\F315";
}
.ion-bookmark:before {
  content: "\F26B";
}
.ion-bowtie:before {
  content: "\F3C0";
}
.ion-briefcase:before {
  content: "\F26C";
}
.ion-bug:before {
  content: "\F2BE";
}
.ion-calculator:before {
  content: "\F26D";
}
.ion-calendar:before {
  content: "\F117";
}
.ion-camera:before {
  content: "\F118";
}
.ion-card:before {
  content: "\F119";
}
.ion-cash:before {
  content: "\F316";
}
.ion-chatbox:before {
  content: "\F11B";
}
.ion-chatbox-working:before {
  content: "\F11A";
}
.ion-chatboxes:before {
  content: "\F11C";
}
.ion-chatbubble:before {
  content: "\F11E";
}
.ion-chatbubble-working:before {
  content: "\F11D";
}
.ion-chatbubbles:before {
  content: "\F11F";
}
.ion-checkmark:before {
  content: "\F122";
}
.ion-checkmark-circled:before {
  content: "\F120";
}
.ion-checkmark-round:before {
  content: "\F121";
}
.ion-chevron-down:before {
  content: "\F123";
}
.ion-chevron-left:before {
  content: "\F124";
}
.ion-chevron-right:before {
  content: "\F125";
}
.ion-chevron-up:before {
  content: "\F126";
}
.ion-clipboard:before {
  content: "\F127";
}
.ion-clock:before {
  content: "\F26E";
}
.ion-close:before {
  content: "\F12A";
}
.ion-close-circled:before {
  content: "\F128";
}
.ion-close-round:before {
  content: "\F129";
}
.ion-closed-captioning:before {
  content: "\F317";
}
.ion-cloud:before {
  content: "\F12B";
}
.ion-code:before {
  content: "\F271";
}
.ion-code-download:before {
  content: "\F26F";
}
.ion-code-working:before {
  content: "\F270";
}
.ion-coffee:before {
  content: "\F272";
}
.ion-compass:before {
  content: "\F273";
}
.ion-compose:before {
  content: "\F12C";
}
.ion-connection-bars:before {
  content: "\F274";
}
.ion-contrast:before {
  content: "\F275";
}
.ion-crop:before {
  content: "\F3C1";
}
.ion-cube:before {
  content: "\F318";
}
.ion-disc:before {
  content: "\F12D";
}
.ion-document:before {
  content: "\F12F";
}
.ion-document-text:before {
  content: "\F12E";
}
.ion-drag:before {
  content: "\F130";
}
.ion-earth:before {
  content: "\F276";
}
.ion-easel:before {
  content: "\F3C2";
}
.ion-edit:before {
  content: "\F2BF";
}
.ion-egg:before {
  content: "\F277";
}
.ion-eject:before {
  content: "\F131";
}
.ion-email:before {
  content: "\F132";
}
.ion-email-unread:before {
  content: "\F3C3";
}
.ion-erlenmeyer-flask:before {
  content: "\F3C5";
}
.ion-erlenmeyer-flask-bubbles:before {
  content: "\F3C4";
}
.ion-eye:before {
  content: "\F133";
}
.ion-eye-disabled:before {
  content: "\F306";
}
.ion-female:before {
  content: "\F278";
}
.ion-filing:before {
  content: "\F134";
}
.ion-film-marker:before {
  content: "\F135";
}
.ion-fireball:before {
  content: "\F319";
}
.ion-flag:before {
  content: "\F279";
}
.ion-flame:before {
  content: "\F31A";
}
.ion-flash:before {
  content: "\F137";
}
.ion-flash-off:before {
  content: "\F136";
}
.ion-folder:before {
  content: "\F139";
}
.ion-fork:before {
  content: "\F27A";
}
.ion-fork-repo:before {
  content: "\F2C0";
}
.ion-forward:before {
  content: "\F13A";
}
.ion-funnel:before {
  content: "\F31B";
}
.ion-gear-a:before {
  content: "\F13D";
}
.ion-gear-b:before {
  content: "\F13E";
}
.ion-grid:before {
  content: "\F13F";
}
.ion-hammer:before {
  content: "\F27B";
}
.ion-happy:before {
  content: "\F31C";
}
.ion-happy-outline:before {
  content: "\F3C6";
}
.ion-headphone:before {
  content: "\F140";
}
.ion-heart:before {
  content: "\F141";
}
.ion-heart-broken:before {
  content: "\F31D";
}
.ion-help:before {
  content: "\F143";
}
.ion-help-buoy:before {
  content: "\F27C";
}
.ion-help-circled:before {
  content: "\F142";
}
.ion-home:before {
  content: "\F144";
}
.ion-icecream:before {
  content: "\F27D";
}
.ion-image:before {
  content: "\F147";
}
.ion-images:before {
  content: "\F148";
}
.ion-information:before {
  content: "\F14A";
}
.ion-information-circled:before {
  content: "\F149";
}
.ion-ionic:before {
  content: "\F14B";
}
.ion-ios-alarm:before {
  content: "\F3C8";
}
.ion-ios-alarm-outline:before {
  content: "\F3C7";
}
.ion-ios-albums:before {
  content: "\F3CA";
}
.ion-ios-albums-outline:before {
  content: "\F3C9";
}
.ion-ios-americanfootball:before {
  content: "\F3CC";
}
.ion-ios-americanfootball-outline:before {
  content: "\F3CB";
}
.ion-ios-analytics:before {
  content: "\F3CE";
}
.ion-ios-analytics-outline:before {
  content: "\F3CD";
}
.ion-ios-arrow-back:before {
  content: "\F3CF";
}
.ion-ios-arrow-down:before {
  content: "\F3D0";
}
.ion-ios-arrow-forward:before {
  content: "\F3D1";
}
.ion-ios-arrow-left:before {
  content: "\F3D2";
}
.ion-ios-arrow-right:before {
  content: "\F3D3";
}
.ion-ios-arrow-thin-down:before {
  content: "\F3D4";
}
.ion-ios-arrow-thin-left:before {
  content: "\F3D5";
}
.ion-ios-arrow-thin-right:before {
  content: "\F3D6";
}
.ion-ios-arrow-thin-up:before {
  content: "\F3D7";
}
.ion-ios-arrow-up:before {
  content: "\F3D8";
}
.ion-ios-at:before {
  content: "\F3DA";
}
.ion-ios-at-outline:before {
  content: "\F3D9";
}
.ion-ios-barcode:before {
  content: "\F3DC";
}
.ion-ios-barcode-outline:before {
  content: "\F3DB";
}
.ion-ios-baseball:before {
  content: "\F3DE";
}
.ion-ios-baseball-outline:before {
  content: "\F3DD";
}
.ion-ios-basketball:before {
  content: "\F3E0";
}
.ion-ios-basketball-outline:before {
  content: "\F3DF";
}
.ion-ios-bell:before {
  content: "\F3E2";
}
.ion-ios-bell-outline:before {
  content: "\F3E1";
}
.ion-ios-body:before {
  content: "\F3E4";
}
.ion-ios-body-outline:before {
  content: "\F3E3";
}
.ion-ios-bolt:before {
  content: "\F3E6";
}
.ion-ios-bolt-outline:before {
  content: "\F3E5";
}
.ion-ios-book:before {
  content: "\F3E8";
}
.ion-ios-book-outline:before {
  content: "\F3E7";
}
.ion-ios-bookmarks:before {
  content: "\F3EA";
}
.ion-ios-bookmarks-outline:before {
  content: "\F3E9";
}
.ion-ios-box:before {
  content: "\F3EC";
}
.ion-ios-box-outline:before {
  content: "\F3EB";
}
.ion-ios-briefcase:before {
  content: "\F3EE";
}
.ion-ios-briefcase-outline:before {
  content: "\F3ED";
}
.ion-ios-browsers:before {
  content: "\F3F0";
}
.ion-ios-browsers-outline:before {
  content: "\F3EF";
}
.ion-ios-calculator:before {
  content: "\F3F2";
}
.ion-ios-calculator-outline:before {
  content: "\F3F1";
}
.ion-ios-calendar:before {
  content: "\F3F4";
}
.ion-ios-calendar-outline:before {
  content: "\F3F3";
}
.ion-ios-camera:before {
  content: "\F3F6";
}
.ion-ios-camera-outline:before {
  content: "\F3F5";
}
.ion-ios-cart:before {
  content: "\F3F8";
}
.ion-ios-cart-outline:before {
  content: "\F3F7";
}
.ion-ios-chatboxes:before {
  content: "\F3FA";
}
.ion-ios-chatboxes-outline:before {
  content: "\F3F9";
}
.ion-ios-chatbubble:before {
  content: "\F3FC";
}
.ion-ios-chatbubble-outline:before {
  content: "\F3FB";
}
.ion-ios-checkmark:before {
  content: "\F3FF";
}
.ion-ios-checkmark-empty:before {
  content: "\F3FD";
}
.ion-ios-checkmark-outline:before {
  content: "\F3FE";
}
.ion-ios-circle-filled:before {
  content: "\F400";
}
.ion-ios-circle-outline:before {
  content: "\F401";
}
.ion-ios-clock:before {
  content: "\F403";
}
.ion-ios-clock-outline:before {
  content: "\F402";
}
.ion-ios-close:before {
  content: "\F406";
}
.ion-ios-close-empty:before {
  content: "\F404";
}
.ion-ios-close-outline:before {
  content: "\F405";
}
.ion-ios-cloud:before {
  content: "\F40C";
}
.ion-ios-cloud-download:before {
  content: "\F408";
}
.ion-ios-cloud-download-outline:before {
  content: "\F407";
}
.ion-ios-cloud-outline:before {
  content: "\F409";
}
.ion-ios-cloud-upload:before {
  content: "\F40B";
}
.ion-ios-cloud-upload-outline:before {
  content: "\F40A";
}
.ion-ios-cloudy:before {
  content: "\F410";
}
.ion-ios-cloudy-night:before {
  content: "\F40E";
}
.ion-ios-cloudy-night-outline:before {
  content: "\F40D";
}
.ion-ios-cloudy-outline:before {
  content: "\F40F";
}
.ion-ios-cog:before {
  content: "\F412";
}
.ion-ios-cog-outline:before {
  content: "\F411";
}
.ion-ios-color-filter:before {
  content: "\F414";
}
.ion-ios-color-filter-outline:before {
  content: "\F413";
}
.ion-ios-color-wand:before {
  content: "\F416";
}
.ion-ios-color-wand-outline:before {
  content: "\F415";
}
.ion-ios-compose:before {
  content: "\F418";
}
.ion-ios-compose-outline:before {
  content: "\F417";
}
.ion-ios-contact:before {
  content: "\F41A";
}
.ion-ios-contact-outline:before {
  content: "\F419";
}
.ion-ios-copy:before {
  content: "\F41C";
}
.ion-ios-copy-outline:before {
  content: "\F41B";
}
.ion-ios-crop:before {
  content: "\F41E";
}
.ion-ios-crop-strong:before {
  content: "\F41D";
}
.ion-ios-download:before {
  content: "\F420";
}
.ion-ios-download-outline:before {
  content: "\F41F";
}
.ion-ios-drag:before {
  content: "\F421";
}
.ion-ios-email:before {
  content: "\F423";
}
.ion-ios-email-outline:before {
  content: "\F422";
}
.ion-ios-eye:before {
  content: "\F425";
}
.ion-ios-eye-outline:before {
  content: "\F424";
}
.ion-ios-fastforward:before {
  content: "\F427";
}
.ion-ios-fastforward-outline:before {
  content: "\F426";
}
.ion-ios-filing:before {
  content: "\F429";
}
.ion-ios-filing-outline:before {
  content: "\F428";
}
.ion-ios-film:before {
  content: "\F42B";
}
.ion-ios-film-outline:before {
  content: "\F42A";
}
.ion-ios-flag:before {
  content: "\F42D";
}
.ion-ios-flag-outline:before {
  content: "\F42C";
}
.ion-ios-flame:before {
  content: "\F42F";
}
.ion-ios-flame-outline:before {
  content: "\F42E";
}
.ion-ios-flask:before {
  content: "\F431";
}
.ion-ios-flask-outline:before {
  content: "\F430";
}
.ion-ios-flower:before {
  content: "\F433";
}
.ion-ios-flower-outline:before {
  content: "\F432";
}
.ion-ios-folder:before {
  content: "\F435";
}
.ion-ios-folder-outline:before {
  content: "\F434";
}
.ion-ios-football:before {
  content: "\F437";
}
.ion-ios-football-outline:before {
  content: "\F436";
}
.ion-ios-game-controller-a:before {
  content: "\F439";
}
.ion-ios-game-controller-a-outline:before {
  content: "\F438";
}
.ion-ios-game-controller-b:before {
  content: "\F43B";
}
.ion-ios-game-controller-b-outline:before {
  content: "\F43A";
}
.ion-ios-gear:before {
  content: "\F43D";
}
.ion-ios-gear-outline:before {
  content: "\F43C";
}
.ion-ios-glasses:before {
  content: "\F43F";
}
.ion-ios-glasses-outline:before {
  content: "\F43E";
}
.ion-ios-grid-view:before {
  content: "\F441";
}
.ion-ios-grid-view-outline:before {
  content: "\F440";
}
.ion-ios-heart:before {
  content: "\F443";
}
.ion-ios-heart-outline:before {
  content: "\F442";
}
.ion-ios-help:before {
  content: "\F446";
}
.ion-ios-help-empty:before {
  content: "\F444";
}
.ion-ios-help-outline:before {
  content: "\F445";
}
.ion-ios-home:before {
  content: "\F448";
}
.ion-ios-home-outline:before {
  content: "\F447";
}
.ion-ios-infinite:before {
  content: "\F44A";
}
.ion-ios-infinite-outline:before {
  content: "\F449";
}
.ion-ios-information:before {
  content: "\F44D";
}
.ion-ios-information-empty:before {
  content: "\F44B";
}
.ion-ios-information-outline:before {
  content: "\F44C";
}
.ion-ios-ionic-outline:before {
  content: "\F44E";
}
.ion-ios-keypad:before {
  content: "\F450";
}
.ion-ios-keypad-outline:before {
  content: "\F44F";
}
.ion-ios-lightbulb:before {
  content: "\F452";
}
.ion-ios-lightbulb-outline:before {
  content: "\F451";
}
.ion-ios-list:before {
  content: "\F454";
}
.ion-ios-list-outline:before {
  content: "\F453";
}
.ion-ios-location:before {
  content: "\F456";
}
.ion-ios-location-outline:before {
  content: "\F455";
}
.ion-ios-locked:before {
  content: "\F458";
}
.ion-ios-locked-outline:before {
  content: "\F457";
}
.ion-ios-loop:before {
  content: "\F45A";
}
.ion-ios-loop-strong:before {
  content: "\F459";
}
.ion-ios-medical:before {
  content: "\F45C";
}
.ion-ios-medical-outline:before {
  content: "\F45B";
}
.ion-ios-medkit:before {
  content: "\F45E";
}
.ion-ios-medkit-outline:before {
  content: "\F45D";
}
.ion-ios-mic:before {
  content: "\F461";
}
.ion-ios-mic-off:before {
  content: "\F45F";
}
.ion-ios-mic-outline:before {
  content: "\F460";
}
.ion-ios-minus:before {
  content: "\F464";
}
.ion-ios-minus-empty:before {
  content: "\F462";
}
.ion-ios-minus-outline:before {
  content: "\F463";
}
.ion-ios-monitor:before {
  content: "\F466";
}
.ion-ios-monitor-outline:before {
  content: "\F465";
}
.ion-ios-moon:before {
  content: "\F468";
}
.ion-ios-moon-outline:before {
  content: "\F467";
}
.ion-ios-more:before {
  content: "\F46A";
}
.ion-ios-more-outline:before {
  content: "\F469";
}
.ion-ios-musical-note:before {
  content: "\F46B";
}
.ion-ios-musical-notes:before {
  content: "\F46C";
}
.ion-ios-navigate:before {
  content: "\F46E";
}
.ion-ios-navigate-outline:before {
  content: "\F46D";
}
.ion-ios-nutrition:before {
  content: "\F470";
}
.ion-ios-nutrition-outline:before {
  content: "\F46F";
}
.ion-ios-paper:before {
  content: "\F472";
}
.ion-ios-paper-outline:before {
  content: "\F471";
}
.ion-ios-paperplane:before {
  content: "\F474";
}
.ion-ios-paperplane-outline:before {
  content: "\F473";
}
.ion-ios-partlysunny:before {
  content: "\F476";
}
.ion-ios-partlysunny-outline:before {
  content: "\F475";
}
.ion-ios-pause:before {
  content: "\F478";
}
.ion-ios-pause-outline:before {
  content: "\F477";
}
.ion-ios-paw:before {
  content: "\F47A";
}
.ion-ios-paw-outline:before {
  content: "\F479";
}
.ion-ios-people:before {
  content: "\F47C";
}
.ion-ios-people-outline:before {
  content: "\F47B";
}
.ion-ios-person:before {
  content: "\F47E";
}
.ion-ios-person-outline:before {
  content: "\F47D";
}
.ion-ios-personadd:before {
  content: "\F480";
}
.ion-ios-personadd-outline:before {
  content: "\F47F";
}
.ion-ios-photos:before {
  content: "\F482";
}
.ion-ios-photos-outline:before {
  content: "\F481";
}
.ion-ios-pie:before {
  content: "\F484";
}
.ion-ios-pie-outline:before {
  content: "\F483";
}
.ion-ios-pint:before {
  content: "\F486";
}
.ion-ios-pint-outline:before {
  content: "\F485";
}
.ion-ios-play:before {
  content: "\F488";
}
.ion-ios-play-outline:before {
  content: "\F487";
}
.ion-ios-plus:before {
  content: "\F48B";
}
.ion-ios-plus-empty:before {
  content: "\F489";
}
.ion-ios-plus-outline:before {
  content: "\F48A";
}
.ion-ios-pricetag:before {
  content: "\F48D";
}
.ion-ios-pricetag-outline:before {
  content: "\F48C";
}
.ion-ios-pricetags:before {
  content: "\F48F";
}
.ion-ios-pricetags-outline:before {
  content: "\F48E";
}
.ion-ios-printer:before {
  content: "\F491";
}
.ion-ios-printer-outline:before {
  content: "\F490";
}
.ion-ios-pulse:before {
  content: "\F493";
}
.ion-ios-pulse-strong:before {
  content: "\F492";
}
.ion-ios-rainy:before {
  content: "\F495";
}
.ion-ios-rainy-outline:before {
  content: "\F494";
}
.ion-ios-recording:before {
  content: "\F497";
}
.ion-ios-recording-outline:before {
  content: "\F496";
}
.ion-ios-redo:before {
  content: "\F499";
}
.ion-ios-redo-outline:before {
  content: "\F498";
}
.ion-ios-refresh:before {
  content: "\F49C";
}
.ion-ios-refresh-empty:before {
  content: "\F49A";
}
.ion-ios-refresh-outline:before {
  content: "\F49B";
}
.ion-ios-reload:before {
  content: "\F49D";
}
.ion-ios-reverse-camera:before {
  content: "\F49F";
}
.ion-ios-reverse-camera-outline:before {
  content: "\F49E";
}
.ion-ios-rewind:before {
  content: "\F4A1";
}
.ion-ios-rewind-outline:before {
  content: "\F4A0";
}
.ion-ios-rose:before {
  content: "\F4A3";
}
.ion-ios-rose-outline:before {
  content: "\F4A2";
}
.ion-ios-search:before {
  content: "\F4A5";
}
.ion-ios-search-strong:before {
  content: "\F4A4";
}
.ion-ios-settings:before {
  content: "\F4A7";
}
.ion-ios-settings-strong:before {
  content: "\F4A6";
}
.ion-ios-shuffle:before {
  content: "\F4A9";
}
.ion-ios-shuffle-strong:before {
  content: "\F4A8";
}
.ion-ios-skipbackward:before {
  content: "\F4AB";
}
.ion-ios-skipbackward-outline:before {
  content: "\F4AA";
}
.ion-ios-skipforward:before {
  content: "\F4AD";
}
.ion-ios-skipforward-outline:before {
  content: "\F4AC";
}
.ion-ios-snowy:before {
  content: "\F4AE";
}
.ion-ios-speedometer:before {
  content: "\F4B0";
}
.ion-ios-speedometer-outline:before {
  content: "\F4AF";
}
.ion-ios-star:before {
  content: "\F4B3";
}
.ion-ios-star-half:before {
  content: "\F4B1";
}
.ion-ios-star-outline:before {
  content: "\F4B2";
}
.ion-ios-stopwatch:before {
  content: "\F4B5";
}
.ion-ios-stopwatch-outline:before {
  content: "\F4B4";
}
.ion-ios-sunny:before {
  content: "\F4B7";
}
.ion-ios-sunny-outline:before {
  content: "\F4B6";
}
.ion-ios-telephone:before {
  content: "\F4B9";
}
.ion-ios-telephone-outline:before {
  content: "\F4B8";
}
.ion-ios-tennisball:before {
  content: "\F4BB";
}
.ion-ios-tennisball-outline:before {
  content: "\F4BA";
}
.ion-ios-thunderstorm:before {
  content: "\F4BD";
}
.ion-ios-thunderstorm-outline:before {
  content: "\F4BC";
}
.ion-ios-time:before {
  content: "\F4BF";
}
.ion-ios-time-outline:before {
  content: "\F4BE";
}
.ion-ios-timer:before {
  content: "\F4C1";
}
.ion-ios-timer-outline:before {
  content: "\F4C0";
}
.ion-ios-toggle:before {
  content: "\F4C3";
}
.ion-ios-toggle-outline:before {
  content: "\F4C2";
}
.ion-ios-trash:before {
  content: "\F4C5";
}
.ion-ios-trash-outline:before {
  content: "\F4C4";
}
.ion-ios-undo:before {
  content: "\F4C7";
}
.ion-ios-undo-outline:before {
  content: "\F4C6";
}
.ion-ios-unlocked:before {
  content: "\F4C9";
}
.ion-ios-unlocked-outline:before {
  content: "\F4C8";
}
.ion-ios-upload:before {
  content: "\F4CB";
}
.ion-ios-upload-outline:before {
  content: "\F4CA";
}
.ion-ios-videocam:before {
  content: "\F4CD";
}
.ion-ios-videocam-outline:before {
  content: "\F4CC";
}
.ion-ios-volume-high:before {
  content: "\F4CE";
}
.ion-ios-volume-low:before {
  content: "\F4CF";
}
.ion-ios-wineglass:before {
  content: "\F4D1";
}
.ion-ios-wineglass-outline:before {
  content: "\F4D0";
}
.ion-ios-world:before {
  content: "\F4D3";
}
.ion-ios-world-outline:before {
  content: "\F4D2";
}
.ion-ipad:before {
  content: "\F1F9";
}
.ion-iphone:before {
  content: "\F1FA";
}
.ion-ipod:before {
  content: "\F1FB";
}
.ion-jet:before {
  content: "\F295";
}
.ion-key:before {
  content: "\F296";
}
.ion-knife:before {
  content: "\F297";
}
.ion-laptop:before {
  content: "\F1FC";
}
.ion-leaf:before {
  content: "\F1FD";
}
.ion-levels:before {
  content: "\F298";
}
.ion-lightbulb:before {
  content: "\F299";
}
.ion-link:before {
  content: "\F1FE";
}
.ion-load-a:before {
  content: "\F29A";
}
.ion-load-b:before {
  content: "\F29B";
}
.ion-load-c:before {
  content: "\F29C";
}
.ion-load-d:before {
  content: "\F29D";
}
.ion-location:before {
  content: "\F1FF";
}
.ion-lock-combination:before {
  content: "\F4D4";
}
.ion-locked:before {
  content: "\F200";
}
.ion-log-in:before {
  content: "\F29E";
}
.ion-log-out:before {
  content: "\F29F";
}
.ion-loop:before {
  content: "\F201";
}
.ion-magnet:before {
  content: "\F2A0";
}
.ion-male:before {
  content: "\F2A1";
}
.ion-man:before {
  content: "\F202";
}
.ion-map:before {
  content: "\F203";
}
.ion-medkit:before {
  content: "\F2A2";
}
.ion-merge:before {
  content: "\F33F";
}
.ion-mic-a:before {
  content: "\F204";
}
.ion-mic-b:before {
  content: "\F205";
}
.ion-mic-c:before {
  content: "\F206";
}
.ion-minus:before {
  content: "\F209";
}
.ion-minus-circled:before {
  content: "\F207";
}
.ion-minus-round:before {
  content: "\F208";
}
.ion-model-s:before {
  content: "\F2C1";
}
.ion-monitor:before {
  content: "\F20A";
}
.ion-more:before {
  content: "\F20B";
}
.ion-mouse:before {
  content: "\F340";
}
.ion-music-note:before {
  content: "\F20C";
}
.ion-navicon:before {
  content: "\F20E";
}
.ion-navicon-round:before {
  content: "\F20D";
}
.ion-navigate:before {
  content: "\F2A3";
}
.ion-network:before {
  content: "\F341";
}
.ion-no-smoking:before {
  content: "\F2C2";
}
.ion-nuclear:before {
  content: "\F2A4";
}
.ion-outlet:before {
  content: "\F342";
}
.ion-paintbrush:before {
  content: "\F4D5";
}
.ion-paintbucket:before {
  content: "\F4D6";
}
.ion-paper-airplane:before {
  content: "\F2C3";
}
.ion-paperclip:before {
  content: "\F20F";
}
.ion-pause:before {
  content: "\F210";
}
.ion-person:before {
  content: "\F213";
}
.ion-person-add:before {
  content: "\F211";
}
.ion-person-stalker:before {
  content: "\F212";
}
.ion-pie-graph:before {
  content: "\F2A5";
}
.ion-pin:before {
  content: "\F2A6";
}
.ion-pinpoint:before {
  content: "\F2A7";
}
.ion-pizza:before {
  content: "\F2A8";
}
.ion-plane:before {
  content: "\F214";
}
.ion-planet:before {
  content: "\F343";
}
.ion-play:before {
  content: "\F215";
}
.ion-playstation:before {
  content: "\F30A";
}
.ion-plus:before {
  content: "\F218";
}
.ion-plus-circled:before {
  content: "\F216";
}
.ion-plus-round:before {
  content: "\F217";
}
.ion-podium:before {
  content: "\F344";
}
.ion-pound:before {
  content: "\F219";
}
.ion-power:before {
  content: "\F2A9";
}
.ion-pricetag:before {
  content: "\F2AA";
}
.ion-pricetags:before {
  content: "\F2AB";
}
.ion-printer:before {
  content: "\F21A";
}
.ion-pull-request:before {
  content: "\F345";
}
.ion-qr-scanner:before {
  content: "\F346";
}
.ion-quote:before {
  content: "\F347";
}
.ion-radio-waves:before {
  content: "\F2AC";
}
.ion-record:before {
  content: "\F21B";
}
.ion-refresh:before {
  content: "\F21C";
}
.ion-reply:before {
  content: "\F21E";
}
.ion-reply-all:before {
  content: "\F21D";
}
.ion-ribbon-a:before {
  content: "\F348";
}
.ion-ribbon-b:before {
  content: "\F349";
}
.ion-sad:before {
  content: "\F34A";
}
.ion-sad-outline:before {
  content: "\F4D7";
}
.ion-scissors:before {
  content: "\F34B";
}
.ion-search:before {
  content: "\F21F";
}
.ion-settings:before {
  content: "\F2AD";
}
.ion-share:before {
  content: "\F220";
}
.ion-shuffle:before {
  content: "\F221";
}
.ion-skip-backward:before {
  content: "\F222";
}
.ion-skip-forward:before {
  content: "\F223";
}
.ion-social-android:before {
  content: "\F225";
}
.ion-social-android-outline:before {
  content: "\F224";
}
.ion-social-angular:before {
  content: "\F4D9";
}
.ion-social-angular-outline:before {
  content: "\F4D8";
}
.ion-social-apple:before {
  content: "\F227";
}
.ion-social-apple-outline:before {
  content: "\F226";
}
.ion-social-bitcoin:before {
  content: "\F2AF";
}
.ion-social-bitcoin-outline:before {
  content: "\F2AE";
}
.ion-social-buffer:before {
  content: "\F229";
}
.ion-social-buffer-outline:before {
  content: "\F228";
}
.ion-social-chrome:before {
  content: "\F4DB";
}
.ion-social-chrome-outline:before {
  content: "\F4DA";
}
.ion-social-codepen:before {
  content: "\F4DD";
}
.ion-social-codepen-outline:before {
  content: "\F4DC";
}
.ion-social-css3:before {
  content: "\F4DF";
}
.ion-social-css3-outline:before {
  content: "\F4DE";
}
.ion-social-designernews:before {
  content: "\F22B";
}
.ion-social-designernews-outline:before {
  content: "\F22A";
}
.ion-social-dribbble:before {
  content: "\F22D";
}
.ion-social-dribbble-outline:before {
  content: "\F22C";
}
.ion-social-dropbox:before {
  content: "\F22F";
}
.ion-social-dropbox-outline:before {
  content: "\F22E";
}
.ion-social-euro:before {
  content: "\F4E1";
}
.ion-social-euro-outline:before {
  content: "\F4E0";
}
.ion-social-facebook:before {
  content: "\F231";
}
.ion-social-facebook-outline:before {
  content: "\F230";
}
.ion-social-foursquare:before {
  content: "\F34D";
}
.ion-social-foursquare-outline:before {
  content: "\F34C";
}
.ion-social-freebsd-devil:before {
  content: "\F2C4";
}
.ion-social-github:before {
  content: "\F233";
}
.ion-social-github-outline:before {
  content: "\F232";
}
.ion-social-google:before {
  content: "\F34F";
}
.ion-social-google-outline:before {
  content: "\F34E";
}
.ion-social-googleplus:before {
  content: "\F235";
}
.ion-social-googleplus-outline:before {
  content: "\F234";
}
.ion-social-hackernews:before {
  content: "\F237";
}
.ion-social-hackernews-outline:before {
  content: "\F236";
}
.ion-social-html5:before {
  content: "\F4E3";
}
.ion-social-html5-outline:before {
  content: "\F4E2";
}
.ion-social-instagram:before {
  content: "\F351";
}
.ion-social-instagram-outline:before {
  content: "\F350";
}
.ion-social-javascript:before {
  content: "\F4E5";
}
.ion-social-javascript-outline:before {
  content: "\F4E4";
}
.ion-social-linkedin:before {
  content: "\F239";
}
.ion-social-linkedin-outline:before {
  content: "\F238";
}
.ion-social-markdown:before {
  content: "\F4E6";
}
.ion-social-nodejs:before {
  content: "\F4E7";
}
.ion-social-octocat:before {
  content: "\F4E8";
}
.ion-social-pinterest:before {
  content: "\F2B1";
}
.ion-social-pinterest-outline:before {
  content: "\F2B0";
}
.ion-social-python:before {
  content: "\F4E9";
}
.ion-social-reddit:before {
  content: "\F23B";
}
.ion-social-reddit-outline:before {
  content: "\F23A";
}
.ion-social-rss:before {
  content: "\F23D";
}
.ion-social-rss-outline:before {
  content: "\F23C";
}
.ion-social-sass:before {
  content: "\F4EA";
}
.ion-social-skype:before {
  content: "\F23F";
}
.ion-social-skype-outline:before {
  content: "\F23E";
}
.ion-social-snapchat:before {
  content: "\F4EC";
}
.ion-social-snapchat-outline:before {
  content: "\F4EB";
}
.ion-social-tumblr:before {
  content: "\F241";
}
.ion-social-tumblr-outline:before {
  content: "\F240";
}
.ion-social-tux:before {
  content: "\F2C5";
}
.ion-social-twitch:before {
  content: "\F4EE";
}
.ion-social-twitch-outline:before {
  content: "\F4ED";
}
.ion-social-twitter:before {
  content: "\F243";
}
.ion-social-twitter-outline:before {
  content: "\F242";
}
.ion-social-usd:before {
  content: "\F353";
}
.ion-social-usd-outline:before {
  content: "\F352";
}
.ion-social-vimeo:before {
  content: "\F245";
}
.ion-social-vimeo-outline:before {
  content: "\F244";
}
.ion-social-whatsapp:before {
  content: "\F4F0";
}
.ion-social-whatsapp-outline:before {
  content: "\F4EF";
}
.ion-social-windows:before {
  content: "\F247";
}
.ion-social-windows-outline:before {
  content: "\F246";
}
.ion-social-wordpress:before {
  content: "\F249";
}
.ion-social-wordpress-outline:before {
  content: "\F248";
}
.ion-social-yahoo:before {
  content: "\F24B";
}
.ion-social-yahoo-outline:before {
  content: "\F24A";
}
.ion-social-yen:before {
  content: "\F4F2";
}
.ion-social-yen-outline:before {
  content: "\F4F1";
}
.ion-social-youtube:before {
  content: "\F24D";
}
.ion-social-youtube-outline:before {
  content: "\F24C";
}
.ion-soup-can:before {
  content: "\F4F4";
}
.ion-soup-can-outline:before {
  content: "\F4F3";
}
.ion-speakerphone:before {
  content: "\F2B2";
}
.ion-speedometer:before {
  content: "\F2B3";
}
.ion-spoon:before {
  content: "\F2B4";
}
.ion-star:before {
  content: "\F24E";
}
.ion-stats-bars:before {
  content: "\F2B5";
}
.ion-steam:before {
  content: "\F30B";
}
.ion-stop:before {
  content: "\F24F";
}
.ion-thermometer:before {
  content: "\F2B6";
}
.ion-thumbsdown:before {
  content: "\F250";
}
.ion-thumbsup:before {
  content: "\F251";
}
.ion-toggle:before {
  content: "\F355";
}
.ion-toggle-filled:before {
  content: "\F354";
}
.ion-transgender:before {
  content: "\F4F5";
}
.ion-trash-a:before {
  content: "\F252";
}
.ion-trash-b:before {
  content: "\F253";
}
.ion-trophy:before {
  content: "\F356";
}
.ion-tshirt:before {
  content: "\F4F7";
}
.ion-tshirt-outline:before {
  content: "\F4F6";
}
.ion-umbrella:before {
  content: "\F2B7";
}
.ion-university:before {
  content: "\F357";
}
.ion-unlocked:before {
  content: "\F254";
}
.ion-upload:before {
  content: "\F255";
}
.ion-usb:before {
  content: "\F2B8";
}
.ion-videocamera:before {
  content: "\F256";
}
.ion-volume-high:before {
  content: "\F257";
}
.ion-volume-low:before {
  content: "\F258";
}
.ion-volume-medium:before {
  content: "\F259";
}
.ion-volume-mute:before {
  content: "\F25A";
}
.ion-wand:before {
  content: "\F358";
}
.ion-waterdrop:before {
  content: "\F25B";
}
.ion-wifi:before {
  content: "\F25C";
}
.ion-wineglass:before {
  content: "\F2B9";
}
.ion-woman:before {
  content: "\F25D";
}
.ion-wrench:before {
  content: "\F2BA";
}
.ion-xbox:before {
  content: "\F30C";
}
/***
Spectrum Colorpicker v1.8.0
https://github.com/bgrins/spectrum
Author: Brian Grinstead
License: MIT
***/
.sp-container {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  /* https://github.com/bgrins/spectrum/issues/40 */
  z-index: 9999994;
  overflow: hidden;
}
.sp-container.sp-flat {
  position: relative;
}
/* Fix for * { box-sizing: border-box; } */
.sp-container,
.sp-container * {
  box-sizing: content-box;
}
/* http://ansciath.tumblr.com/post/7347495869/css-aspect-ratio */
.sp-top {
  position: relative;
  width: 100%;
  display: inline-block;
}
.sp-top-inner {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.sp-color {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 20%;
}
.sp-hue {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 84%;
  height: 100%;
}
.sp-clear-enabled .sp-hue {
  top: 33px;
  height: 77.5%;
}
.sp-fill {
  padding-top: 80%;
}
.sp-sat,
.sp-val {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.sp-alpha-enabled .sp-top {
  margin-bottom: 18px;
}
.sp-alpha-enabled .sp-alpha {
  display: block;
}
.sp-alpha-handle {
  position: absolute;
  top: -4px;
  bottom: -4px;
  width: 6px;
  left: 50%;
  cursor: pointer;
  border: 1px solid black;
  background: white;
  opacity: .8;
}
.sp-alpha {
  display: none;
  position: absolute;
  bottom: -14px;
  right: 0;
  left: 0;
  height: 8px;
}
.sp-alpha-inner {
  border: solid 1px #333;
}
.sp-clear {
  display: none;
}
.sp-clear.sp-clear-display {
  background-position: center;
}
.sp-clear-enabled .sp-clear {
  display: block;
  position: absolute;
  top: 0px;
  right: 0;
  bottom: 0;
  left: 84%;
  height: 28px;
}
/* Don't allow text selection */
.sp-container,
.sp-replacer,
.sp-preview,
.sp-dragger,
.sp-slider,
.sp-alpha,
.sp-clear,
.sp-alpha-handle,
.sp-container.sp-dragging .sp-input,
.sp-container button {
  -webkit-user-select: none;
  -moz-user-select: -moz-none;
  -o-user-select: none;
  -ms-user-select: none;
      user-select: none;
}
.sp-container.sp-input-disabled .sp-input-container {
  display: none;
}
.sp-container.sp-buttons-disabled .sp-button-container {
  display: none;
}
.sp-container.sp-palette-buttons-disabled .sp-palette-button-container {
  display: none;
}
.sp-palette-only .sp-picker-container {
  display: none;
}
.sp-palette-disabled .sp-palette-container {
  display: none;
}
.sp-initial-disabled .sp-initial {
  display: none;
}
/* Gradients for hue, saturation and value instead of images.  Not pretty... but it works */
.sp-sat {
  background-image: linear-gradient(to right, #fff, rgba(204, 154, 129, 0));
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType = 1, startColorstr=#FFFFFFFF, endColorstr=#00CC9A81)";
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr='#FFFFFFFF', endColorstr='#00CC9A81');
}
.sp-val {
  background-image: linear-gradient(to top, #000, rgba(204, 154, 129, 0));
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00CC9A81, endColorstr=#FF000000)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00CC9A81', endColorstr='#FF000000');
}
.sp-hue {
  background: linear-gradient(to bottom, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
}
/* IE filters do not support multiple color stops.
   Generate 6 divs, line them up, and do two color gradients for each.
   Yes, really.
 */
.sp-1 {
  height: 17%;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0000', endColorstr='#ffff00');
}
.sp-2 {
  height: 16%;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff00', endColorstr='#00ff00');
}
.sp-3 {
  height: 17%;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ff00', endColorstr='#00ffff');
}
.sp-4 {
  height: 17%;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffff', endColorstr='#0000ff');
}
.sp-5 {
  height: 16%;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0000ff', endColorstr='#ff00ff');
}
.sp-6 {
  height: 17%;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff00ff', endColorstr='#ff0000');
}
.sp-hidden {
  display: none !important;
}
/* Clearfix hack */
.sp-cf:before,
.sp-cf:after {
  content: "";
  display: table;
}
.sp-cf:after {
  clear: both;
}
.sp-cf {
  *zoom: 1;
}
/* Mobile devices, make hue slider bigger so it is easier to slide */
@media (max-device-width: 480px) {
  .sp-color {
    right: 40%;
  }
  .sp-hue {
    left: 63%;
  }
  .sp-fill {
    padding-top: 60%;
  }
}
.sp-dragger {
  border-radius: 5px;
  height: 5px;
  width: 5px;
  border: 1px solid #fff;
  background: #000;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
}
.sp-slider {
  position: absolute;
  top: 0;
  cursor: pointer;
  height: 3px;
  left: -1px;
  right: -1px;
  border: 1px solid #000;
  background: white;
  opacity: .8;
}
/*
Theme authors:
Here are the basic themeable display options (colors, fonts, global widths).
See http://bgrins.github.io/spectrum/themes/ for instructions.
*/
.sp-container {
  border-radius: 0;
  background-color: #ECECEC;
  border: solid 1px #f0c49B;
  padding: 0;
}
.sp-container,
.sp-container button,
.sp-container input,
.sp-color,
.sp-hue,
.sp-clear {
  font: normal 12px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.sp-top {
  margin-bottom: 3px;
}
.sp-color,
.sp-hue,
.sp-clear {
  border: solid 1px #666;
}
/* Input */
.sp-input-container {
  float: right;
  width: 100px;
  margin-bottom: 4px;
}
.sp-initial-disabled .sp-input-container {
  width: 100%;
}
.sp-input {
  font-size: 12px !important;
  border: 1px inset;
  padding: 4px 5px;
  margin: 0;
  width: 100%;
  background: transparent;
  border-radius: 3px;
  color: #222;
}
.sp-input:focus {
  border: 1px solid orange;
}
.sp-input.sp-validation-error {
  border: 1px solid red;
  background: #fdd;
}
.sp-picker-container,
.sp-palette-container {
  float: left;
  position: relative;
  padding: 10px;
  padding-bottom: 300px;
  margin-bottom: -290px;
}
.sp-picker-container {
  width: 172px;
  border-left: solid 1px #fff;
}
/* Palettes */
.sp-palette-container {
  border-right: solid 1px #ccc;
}
.sp-palette-only .sp-palette-container {
  border: 0;
}
.sp-palette .sp-thumb-el {
  display: block;
  position: relative;
  float: left;
  width: 24px;
  height: 15px;
  margin: 3px;
  cursor: pointer;
  border: solid 2px transparent;
}
.sp-palette .sp-thumb-el:hover,
.sp-palette .sp-thumb-el.sp-thumb-active {
  border-color: orange;
}
.sp-thumb-el {
  position: relative;
}
/* Initial */
.sp-initial {
  float: left;
  border: solid 1px #333;
}
.sp-initial span {
  width: 30px;
  height: 25px;
  border: none;
  display: block;
  float: left;
  margin: 0;
}
.sp-initial .sp-clear-display {
  background-position: center;
}
/* Buttons */
.sp-palette-button-container,
.sp-button-container {
  float: right;
}
/* Replacer (the little preview div that shows up instead of the <input>) */
.sp-replacer {
  margin: 0;
  overflow: hidden;
  cursor: pointer;
  padding: 4px;
  display: inline-block;
  *zoom: 1;
  *display: inline;
  border: solid 1px #91765d;
  background: #eee;
  color: #333;
  vertical-align: middle;
}
.sp-replacer:hover,
.sp-replacer.sp-active {
  border-color: #F0C49B;
  color: #111;
}
.sp-replacer.sp-disabled {
  cursor: default;
  border-color: silver;
  color: silver;
}
.sp-dd {
  padding: 2px 0;
  height: 16px;
  line-height: 16px;
  float: left;
  font-size: 10px;
}
.sp-preview {
  position: relative;
  width: 25px;
  height: 20px;
  border: solid 1px #222;
  margin-right: 5px;
  float: left;
  z-index: 0;
}
.sp-palette {
  *width: 220px;
  max-width: 220px;
}
.sp-palette .sp-thumb-el {
  width: 16px;
  height: 16px;
  margin: 2px 1px;
  border: solid 1px #d0d0d0;
}
.sp-container {
  padding-bottom: 0;
}
/* Buttons: http://hellohappy.org/css3-buttons/ */
.sp-container button {
  background-color: #eeeeee;
  background-image: linear-gradient(to bottom, #eeeeee, #cccccc);
  border: 1px solid #ccc;
  border-bottom: 1px solid #bbb;
  border-radius: 3px;
  color: #333;
  font-size: 14px;
  line-height: 1;
  padding: 5px 4px;
  text-align: center;
  text-shadow: 0 1px 0 #eee;
  vertical-align: middle;
}
.sp-container button:hover {
  background-color: #dddddd;
  background-image: linear-gradient(to bottom, #dddddd, #bbbbbb);
  border: 1px solid #bbb;
  border-bottom: 1px solid #999;
  cursor: pointer;
  text-shadow: 0 1px 0 #ddd;
}
.sp-container button:active {
  border: 1px solid #aaa;
  border-bottom: 1px solid #888;
  -ms-box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
  -o-box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
  box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
}
.sp-cancel {
  font-size: 11px;
  color: #d93f3f !important;
  margin: 0;
  padding: 2px;
  margin-right: 5px;
  vertical-align: middle;
  text-decoration: none;
}
.sp-cancel:hover {
  color: #d93f3f !important;
  text-decoration: underline;
}
.sp-palette span:hover,
.sp-palette span.sp-thumb-active {
  border-color: #000;
}
.sp-preview,
.sp-alpha,
.sp-thumb-el {
  position: relative;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==);
}
.sp-preview-inner,
.sp-alpha-inner,
.sp-thumb-inner {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.sp-palette .sp-thumb-inner {
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.sp-palette .sp-thumb-light.sp-thumb-active .sp-thumb-inner {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIVJREFUeNpiYBhsgJFMffxAXABlN5JruT4Q3wfi/0DsT64h8UD8HmpIPCWG/KemIfOJCUB+Aoacx6EGBZyHBqI+WsDCwuQ9mhxeg2A210Ntfo8klk9sOMijaURm7yc1UP2RNCMbKE9ODK1HM6iegYLkfx8pligC9lCD7KmRof0ZhjQACDAAceovrtpVBRkAAAAASUVORK5CYII=);
}
.sp-palette .sp-thumb-dark.sp-thumb-active .sp-thumb-inner {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAadEVYdFNvZnR3YXJlAFBhaW50Lk5FVCB2My41LjEwMPRyoQAAAMdJREFUOE+tkgsNwzAMRMugEAahEAahEAZhEAqlEAZhEAohEAYh81X2dIm8fKpEspLGvudPOsUYpxE2BIJCroJmEW9qJ+MKaBFhEMNabSy9oIcIPwrB+afvAUFoK4H0tMaQ3XtlrggDhOVVMuT4E5MMG0FBbCEYzjYT7OxLEvIHQLY2zWwQ3D+9luyOQTfKDiFD3iUIfPk8VqrKjgAiSfGFPecrg6HN6m/iBcwiDAo7WiBeawa+Kwh7tZoSCGLMqwlSAzVDhoK+6vH4G0P5wdkAAAAASUVORK5CYII=);
}
.sp-clear-display {
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(data:image/gif;base64,R0lGODlhFAAUAPcAAAAAAJmZmZ2dnZ6enqKioqOjo6SkpKWlpaampqenp6ioqKmpqaqqqqurq/Hx8fLy8vT09PX19ff39/j4+Pn5+fr6+vv7+wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAP8ALAAAAAAUABQAAAihAP9FoPCvoMGDBy08+EdhQAIJCCMybCDAAYUEARBAlFiQQoMABQhKUJBxY0SPICEYHBnggEmDKAuoPMjS5cGYMxHW3IiT478JJA8M/CjTZ0GgLRekNGpwAsYABHIypcAgQMsITDtWJYBR6NSqMico9cqR6tKfY7GeBCuVwlipDNmefAtTrkSzB1RaIAoXodsABiZAEFB06gIBWC1mLVgBa0AAOw==);
}
#loading-bar,
#loading-bar-spinner {
  pointer-events: none;
  -webkit-pointer-events: none;
  transition: 350ms linear all;
}
#loading-bar-spinner.ng-enter,
#loading-bar-spinner.ng-leave.ng-leave-active,
#loading-bar.ng-enter,
#loading-bar.ng-leave.ng-leave-active {
  opacity: 0;
}
#loading-bar-spinner.ng-enter.ng-enter-active,
#loading-bar-spinner.ng-leave,
#loading-bar.ng-enter.ng-enter-active,
#loading-bar.ng-leave {
  opacity: 1;
}
#loading-bar .bar {
  transition: width 350ms;
  background: #29d;
  position: fixed;
  z-index: 10002;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  border-bottom-right-radius: 1px;
  border-top-right-radius: 1px;
}
#loading-bar .peg {
  position: absolute;
  width: 70px;
  right: 0;
  top: 0;
  height: 2px;
  opacity: .45;
  -ms-box-shadow: #29d 1px 0 6px 1px;
  box-shadow: #29d 1px 0 6px 1px;
  border-radius: 100%;
}
#loading-bar-spinner {
  display: block;
  position: fixed;
  z-index: 10002;
  top: 10px;
  left: 10px;
}
#loading-bar-spinner .spinner-icon {
  width: 14px;
  height: 14px;
  border: 2px solid transparent;
  border-top-color: #29d;
  border-left-color: #29d;
  border-radius: 50%;
  animation: loading-bar-spinner 400ms linear infinite;
}
@keyframes loading-bar-spinner {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.mat-elevation-z0 {
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2), 0 0 0 0 rgba(0, 0, 0, 0.14), 0 0 0 0 rgba(0, 0, 0, 0.12);
}
.mat-elevation-z1 {
  box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(0, 0, 0, 0.12);
}
.mat-elevation-z2 {
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.mat-elevation-z3 {
  box-shadow: 0 3px 3px -2px rgba(0, 0, 0, 0.2), 0 3px 4px 0 rgba(0, 0, 0, 0.14), 0 1px 8px 0 rgba(0, 0, 0, 0.12);
}
.mat-elevation-z4 {
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
}
.mat-elevation-z5 {
  box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2), 0 5px 8px 0 rgba(0, 0, 0, 0.14), 0 1px 14px 0 rgba(0, 0, 0, 0.12);
}
.mat-elevation-z6 {
  box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12);
}
.mat-elevation-z7 {
  box-shadow: 0 4px 5px -2px rgba(0, 0, 0, 0.2), 0 7px 10px 1px rgba(0, 0, 0, 0.14), 0 2px 16px 1px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z8 {
  box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z9 {
  box-shadow: 0 5px 6px -3px rgba(0, 0, 0, 0.2), 0 9px 12px 1px rgba(0, 0, 0, 0.14), 0 3px 16px 2px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z10 {
  box-shadow: 0 6px 6px -3px rgba(0, 0, 0, 0.2), 0 10px 14px 1px rgba(0, 0, 0, 0.14), 0 4px 18px 3px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z11 {
  box-shadow: 0 6px 7px -4px rgba(0, 0, 0, 0.2), 0 11px 15px 1px rgba(0, 0, 0, 0.14), 0 4px 20px 3px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z12 {
  box-shadow: 0 7px 8px -4px rgba(0, 0, 0, 0.2), 0 12px 17px 2px rgba(0, 0, 0, 0.14), 0 5px 22px 4px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z13 {
  box-shadow: 0 7px 8px -4px rgba(0, 0, 0, 0.2), 0 13px 19px 2px rgba(0, 0, 0, 0.14), 0 5px 24px 4px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z14 {
  box-shadow: 0 7px 9px -4px rgba(0, 0, 0, 0.2), 0 14px 21px 2px rgba(0, 0, 0, 0.14), 0 5px 26px 4px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z15 {
  box-shadow: 0 8px 9px -5px rgba(0, 0, 0, 0.2), 0 15px 22px 2px rgba(0, 0, 0, 0.14), 0 6px 28px 5px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z16 {
  box-shadow: 0 8px 10px -5px rgba(0, 0, 0, 0.2), 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z17 {
  box-shadow: 0 8px 11px -5px rgba(0, 0, 0, 0.2), 0 17px 26px 2px rgba(0, 0, 0, 0.14), 0 6px 32px 5px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z18 {
  box-shadow: 0 9px 11px -5px rgba(0, 0, 0, 0.2), 0 18px 28px 2px rgba(0, 0, 0, 0.14), 0 7px 34px 6px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z19 {
  box-shadow: 0 9px 12px -6px rgba(0, 0, 0, 0.2), 0 19px 29px 2px rgba(0, 0, 0, 0.14), 0 7px 36px 6px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z20 {
  box-shadow: 0 10px 13px -6px rgba(0, 0, 0, 0.2), 0 20px 31px 3px rgba(0, 0, 0, 0.14), 0 8px 38px 7px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z21 {
  box-shadow: 0 10px 13px -6px rgba(0, 0, 0, 0.2), 0 21px 33px 3px rgba(0, 0, 0, 0.14), 0 8px 40px 7px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z22 {
  box-shadow: 0 10px 14px -6px rgba(0, 0, 0, 0.2), 0 22px 35px 3px rgba(0, 0, 0, 0.14), 0 8px 42px 7px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z23 {
  box-shadow: 0 11px 14px -7px rgba(0, 0, 0, 0.2), 0 23px 36px 3px rgba(0, 0, 0, 0.14), 0 9px 44px 8px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z24 {
  box-shadow: 0 11px 15px -7px rgba(0, 0, 0, 0.2), 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12);
}
.mat-h1,
.mat-headline,
.mat-typography h1 {
  font: 400 24px/32px Roboto, "Helvetica Neue", sans-serif;
  margin: 0 0 16px;
}
.mat-h2,
.mat-title,
.mat-typography h2 {
  font: 500 20px/32px Roboto, "Helvetica Neue", sans-serif;
  margin: 0 0 16px;
}
.mat-h3,
.mat-subheading-2,
.mat-typography h3 {
  font: 400 16px/28px Roboto, "Helvetica Neue", sans-serif;
  margin: 0 0 16px;
}
.mat-h4,
.mat-subheading-1,
.mat-typography h4 {
  font: 400 15px/24px Roboto, "Helvetica Neue", sans-serif;
  margin: 0 0 16px;
}
.mat-h5,
.mat-typography h5 {
  font: 400 11.62px/20px Roboto, "Helvetica Neue", sans-serif;
  margin: 0 0 12px;
}
.mat-h6,
.mat-typography h6 {
  font: 400 9.38px/20px Roboto, "Helvetica Neue", sans-serif;
  margin: 0 0 12px;
}
.mat-body-2,
.mat-body-strong {
  font: 500 14px/24px Roboto, "Helvetica Neue", sans-serif;
}
.mat-body,
.mat-body-1,
.mat-typography {
  font: 400 14px/20px Roboto, "Helvetica Neue", sans-serif;
}
.mat-body p,
.mat-body-1 p,
.mat-typography p {
  margin: 0 0 12px;
}
.mat-caption,
.mat-small {
  font: 400 12px/20px Roboto, "Helvetica Neue", sans-serif;
}
.mat-display-4,
.mat-typography .mat-display-4 {
  font: 300 112px/112px Roboto, "Helvetica Neue", sans-serif;
  margin: 0 0 56px;
  letter-spacing: -0.05em;
}
.mat-display-3,
.mat-typography .mat-display-3 {
  font: 400 56px/56px Roboto, "Helvetica Neue", sans-serif;
  margin: 0 0 64px;
  letter-spacing: -0.02em;
}
.mat-display-2,
.mat-typography .mat-display-2 {
  font: 400 45px/48px Roboto, "Helvetica Neue", sans-serif;
  margin: 0 0 64px;
  letter-spacing: -0.005em;
}
.mat-display-1,
.mat-typography .mat-display-1 {
  font: 400 34px/40px Roboto, "Helvetica Neue", sans-serif;
  margin: 0 0 64px;
}
.mat-button,
.mat-fab,
.mat-flat-button,
.mat-icon-button,
.mat-mini-fab,
.mat-raised-button,
.mat-stroked-button {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-weight: 500;
}
.mat-button-toggle {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-card {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-card-title {
  font-size: 24px;
  font-weight: 400;
}
.mat-card-content,
.mat-card-header .mat-card-title,
.mat-card-subtitle {
  font-size: 14px;
}
.mat-checkbox {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-checkbox-layout .mat-checkbox-label {
  line-height: 24px;
}
.mat-chip {
  font-size: 13px;
  line-height: 18px;
}
.mat-chip .mat-chip-remove.mat-icon {
  font-size: 18px;
}
.mat-table {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-header-cell {
  font-size: 12px;
  font-weight: 500;
}
.mat-cell {
  font-size: 14px;
}
.mat-calendar {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-calendar-body {
  font-size: 13px;
}
.mat-calendar-body-label,
.mat-calendar-period-button {
  font-size: 14px;
  font-weight: 500;
}
.mat-calendar-table-header th {
  font-size: 11px;
  font-weight: 400;
}
.mat-dialog-title {
  font: 500 20px/32px Roboto, "Helvetica Neue", sans-serif;
}
.mat-expansion-panel-header {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 15px;
  font-weight: 400;
}
.mat-expansion-panel-content {
  font: 400 14px/20px Roboto, "Helvetica Neue", sans-serif;
}
.mat-form-field {
  font-size: inherit;
  font-weight: 400;
  line-height: 1.125;
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-form-field-wrapper {
  padding-bottom: 1.25em;
}
.mat-form-field-prefix .mat-icon,
.mat-form-field-suffix .mat-icon {
  font-size: 150%;
  line-height: 1.125;
}
.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.125em;
  line-height: 1.125;
}
.mat-form-field-infix {
  padding: .4375em 0;
  border-top: 0.84375em solid transparent;
}
.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label,
.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label {
  transform: translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.001px);
  -ms-transform: translateY(-1.28125em) scale(0.75);
  width: 133.33333%;
}
.mat-form-field-can-float .mat-form-field-autofill-control:-webkit-autofill + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.00101px);
  -ms-transform: translateY(-1.28124em) scale(0.75);
  width: 133.33334%;
}
.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.00102px);
  -ms-transform: translateY(-1.28123em) scale(0.75);
  width: 133.33335%;
}
.mat-form-field-label-wrapper {
  top: -0.84375em;
  padding-top: 0.84375em;
}
.mat-form-field-label {
  top: 1.28125em;
}
.mat-form-field-underline {
  bottom: 1.25em;
}
.mat-form-field-subscript-wrapper {
  font-size: 75%;
  margin-top: .54167em;
  top: calc(98.33333%);
}
.mat-grid-tile-footer,
.mat-grid-tile-header {
  font-size: 14px;
}
.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: 12px;
}
input.mat-input-element {
  margin-top: -0.0625em;
}
.mat-menu-item {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 16px;
  font-weight: 400;
}
.mat-paginator,
.mat-paginator-page-size .mat-select-trigger {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 12px;
}
.mat-radio-button {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-select {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-select-trigger {
  height: 1.125em;
}
.mat-slide-toggle-content {
  font: 400 14px/20px Roboto, "Helvetica Neue", sans-serif;
}
.mat-slider-thumb-label-text {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 12px;
  font-weight: 500;
}
.mat-stepper-horizontal,
.mat-stepper-vertical {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-step-label {
  font-size: 14px;
  font-weight: 400;
}
.mat-step-label-selected {
  font-size: 14px;
  font-weight: 500;
}
.mat-tab-group {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-tab-label,
.mat-tab-link {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-weight: 500;
}
.mat-toolbar,
.mat-toolbar h1,
.mat-toolbar h2,
.mat-toolbar h3,
.mat-toolbar h4,
.mat-toolbar h5,
.mat-toolbar h6 {
  font: 500 20px/32px Roboto, "Helvetica Neue", sans-serif;
  margin: 0;
}
.mat-tooltip {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 10px;
  padding-top: 6px;
  padding-bottom: 6px;
}
.mat-tooltip-handset {
  font-size: 14px;
  padding-top: 9px;
  padding-bottom: 9px;
}
.mat-list-item {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-list-option {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-list .mat-list-item,
.mat-nav-list .mat-list-item,
.mat-selection-list .mat-list-item {
  font-size: 16px;
}
.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-nav-list .mat-list-item .mat-line:nth-child(n+2),
.mat-selection-list .mat-list-item .mat-line:nth-child(n+2) {
  font-size: 14px;
}
.mat-list .mat-list-option,
.mat-nav-list .mat-list-option,
.mat-selection-list .mat-list-option {
  font-size: 16px;
}
.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: 14px;
}
.mat-list .mat-subheader,
.mat-nav-list .mat-subheader,
.mat-selection-list .mat-subheader {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-weight: 500;
}
.mat-list[dense] .mat-list-item,
.mat-nav-list[dense] .mat-list-item,
.mat-selection-list[dense] .mat-list-item {
  font-size: 12px;
}
.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-nav-list[dense] .mat-list-item .mat-line:nth-child(n+2),
.mat-selection-list[dense] .mat-list-item .mat-line:nth-child(n+2) {
  font-size: 12px;
}
.mat-list[dense] .mat-list-option,
.mat-nav-list[dense] .mat-list-option,
.mat-selection-list[dense] .mat-list-option {
  font-size: 12px;
}
.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: 12px;
}
.mat-list[dense] .mat-subheader,
.mat-nav-list[dense] .mat-subheader,
.mat-selection-list[dense] .mat-subheader {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 12px;
  font-weight: 500;
}
.mat-option {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 16px;
}
.mat-optgroup-label {
  font: 500 14px/24px Roboto, "Helvetica Neue", sans-serif;
}
.mat-simple-snackbar {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 14px;
}
.mat-simple-snackbar-action {
  line-height: 1;
  font-family: inherit;
  font-size: inherit;
  font-weight: 500;
}
.mat-ripple {
  overflow: hidden;
}
@media screen and (-ms-high-contrast: active) {
  .mat-ripple {
    display: none;
  }
}
.mat-ripple.mat-ripple-unbounded {
  overflow: visible;
}
.mat-ripple-element {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  transition: opacity, transform 0s cubic-bezier(0, 0, 0.2, 1);
  transform: scale(0);
}
.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 {
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  z-index: 1000;
}
.cdk-overlay-pane {
  position: absolute;
  pointer-events: auto;
  box-sizing: border-box;
  z-index: 1000;
}
.cdk-overlay-backdrop {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  pointer-events: auto;
  -webkit-tap-highlight-color: transparent;
  transition: opacity 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  opacity: 0;
}
.cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
  opacity: 1;
}
.cdk-overlay-dark-backdrop {
  background: rgba(0, 0, 0, 0.288);
}
.cdk-overlay-transparent-backdrop,
.cdk-overlay-transparent-backdrop.cdk-overlay-backdrop-showing {
  opacity: 0;
}
.cdk-global-scrollblock {
  position: fixed;
  width: 100%;
  overflow-y: scroll;
}
.mat-ripple-element {
  background-color: rgba(0, 0, 0, 0.1);
}
.mat-option {
  color: rgba(0, 0, 0, 0.87);
}
.mat-option:focus:not(.mat-option-disabled),
.mat-option:hover:not(.mat-option-disabled) {
  background: rgba(0, 0, 0, 0.04);
}
.mat-primary .mat-option.mat-selected:not(.mat-option-disabled) {
  color: #3f51b5;
}
.mat-accent .mat-option.mat-selected:not(.mat-option-disabled) {
  color: #ff4081;
}
.mat-warn .mat-option.mat-selected:not(.mat-option-disabled) {
  color: #f44336;
}
.mat-option.mat-selected:not(.mat-option-multiple):not(.mat-option-disabled) {
  background: rgba(0, 0, 0, 0.04);
}
.mat-option.mat-active {
  background: rgba(0, 0, 0, 0.04);
  color: rgba(0, 0, 0, 0.87);
}
.mat-option.mat-option-disabled {
  color: rgba(0, 0, 0, 0.38);
}
.mat-optgroup-label {
  color: rgba(0, 0, 0, 0.54);
}
.mat-optgroup-disabled .mat-optgroup-label {
  color: rgba(0, 0, 0, 0.38);
}
.mat-pseudo-checkbox {
  color: rgba(0, 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: #ff4081;
}
.mat-primary .mat-pseudo-checkbox-checked,
.mat-primary .mat-pseudo-checkbox-indeterminate {
  background: #3f51b5;
}
.mat-warn .mat-pseudo-checkbox-checked,
.mat-warn .mat-pseudo-checkbox-indeterminate {
  background: #f44336;
}
.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, 0.87);
}
.mat-theme-loaded-marker {
  display: none;
}
.mat-autocomplete-panel {
  background: #fff;
  color: rgba(0, 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, 0.87);
}
.mat-button,
.mat-icon-button,
.mat-stroked-button {
  background: 0 0;
}
.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(63, 81, 181, 0.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, 64, 129, 0.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(244, 67, 54, 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-icon-button.mat-primary,
.mat-stroked-button.mat-primary {
  color: #3f51b5;
}
.mat-button.mat-accent,
.mat-icon-button.mat-accent,
.mat-stroked-button.mat-accent {
  color: #ff4081;
}
.mat-button.mat-warn,
.mat-icon-button.mat-warn,
.mat-stroked-button.mat-warn {
  color: #f44336;
}
.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, 0.26);
}
.mat-fab,
.mat-mini-fab,
.mat-raised-button {
  color: rgba(0, 0, 0, 0.87);
  background-color: #fff;
}
.mat-fab.mat-primary,
.mat-mini-fab.mat-primary,
.mat-raised-button.mat-primary {
  color: #fff;
}
.mat-fab.mat-accent,
.mat-mini-fab.mat-accent,
.mat-raised-button.mat-accent {
  color: #fff;
}
.mat-fab.mat-warn,
.mat-mini-fab.mat-warn,
.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-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, 0.26);
}
.mat-fab.mat-primary,
.mat-mini-fab.mat-primary,
.mat-raised-button.mat-primary {
  background-color: #3f51b5;
}
.mat-fab.mat-accent,
.mat-mini-fab.mat-accent,
.mat-raised-button.mat-accent {
  background-color: #ff4081;
}
.mat-fab.mat-warn,
.mat-mini-fab.mat-warn,
.mat-raised-button.mat-warn {
  background-color: #f44336;
}
.mat-fab.mat-accent[disabled],
.mat-fab.mat-primary[disabled],
.mat-fab.mat-warn[disabled],
.mat-fab[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, 0.12);
}
.mat-fab.mat-primary .mat-ripple-element,
.mat-mini-fab.mat-primary .mat-ripple-element,
.mat-raised-button.mat-primary .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.2);
}
.mat-fab.mat-accent .mat-ripple-element,
.mat-mini-fab.mat-accent .mat-ripple-element,
.mat-raised-button.mat-accent .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.2);
}
.mat-fab.mat-warn .mat-ripple-element,
.mat-mini-fab.mat-warn .mat-ripple-element,
.mat-raised-button.mat-warn .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.2);
}
.mat-button.mat-primary .mat-ripple-element {
  background-color: rgba(63, 81, 181, 0.1);
}
.mat-button.mat-accent .mat-ripple-element {
  background-color: rgba(255, 64, 129, 0.1);
}
.mat-button.mat-warn .mat-ripple-element {
  background-color: rgba(244, 67, 54, 0.1);
}
.mat-flat-button {
  color: rgba(0, 0, 0, 0.87);
  background-color: #fff;
}
.mat-flat-button.mat-primary {
  color: #fff;
}
.mat-flat-button.mat-accent {
  color: #fff;
}
.mat-flat-button.mat-warn {
  color: #fff;
}
.mat-flat-button.mat-accent[disabled],
.mat-flat-button.mat-primary[disabled],
.mat-flat-button.mat-warn[disabled],
.mat-flat-button[disabled][disabled] {
  color: rgba(0, 0, 0, 0.26);
}
.mat-flat-button.mat-primary {
  background-color: #3f51b5;
}
.mat-flat-button.mat-accent {
  background-color: #ff4081;
}
.mat-flat-button.mat-warn {
  background-color: #f44336;
}
.mat-flat-button.mat-accent[disabled],
.mat-flat-button.mat-primary[disabled],
.mat-flat-button.mat-warn[disabled],
.mat-flat-button[disabled][disabled] {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-flat-button.mat-primary .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.2);
}
.mat-flat-button.mat-accent .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.2);
}
.mat-flat-button.mat-warn .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.2);
}
.mat-icon-button.mat-primary .mat-ripple-element {
  background-color: rgba(63, 81, 181, 0.2);
}
.mat-icon-button.mat-accent .mat-ripple-element {
  background-color: rgba(255, 64, 129, 0.2);
}
.mat-icon-button.mat-warn .mat-ripple-element {
  background-color: rgba(244, 67, 54, 0.2);
}
.mat-button-toggle {
  color: rgba(0, 0, 0, 0.38);
}
.mat-button-toggle.cdk-focused .mat-button-toggle-focus-overlay {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-button-toggle-checked {
  background-color: #e0e0e0;
  color: rgba(0, 0, 0, 0.54);
}
.mat-button-toggle-disabled {
  background-color: #eee;
  color: rgba(0, 0, 0, 0.26);
}
.mat-button-toggle-disabled.mat-button-toggle-checked {
  background-color: #bdbdbd;
}
.mat-card {
  background: #fff;
  color: rgba(0, 0, 0, 0.87);
}
.mat-card-subtitle {
  color: rgba(0, 0, 0, 0.54);
}
.mat-checkbox-frame {
  border-color: rgba(0, 0, 0, 0.54);
}
.mat-checkbox-checkmark {
  fill: #fafafa;
}
.mat-checkbox-checkmark-path {
  stroke: #fafafa !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: #3f51b5;
}
.mat-checkbox-checked.mat-accent .mat-checkbox-background,
.mat-checkbox-indeterminate.mat-accent .mat-checkbox-background {
  background-color: #ff4081;
}
.mat-checkbox-checked.mat-warn .mat-checkbox-background,
.mat-checkbox-indeterminate.mat-warn .mat-checkbox-background {
  background-color: #f44336;
}
.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;
}
.mat-checkbox:not(.mat-checkbox-disabled).mat-primary .mat-checkbox-ripple .mat-ripple-element {
  background-color: rgba(63, 81, 181, 0.26);
}
.mat-checkbox:not(.mat-checkbox-disabled).mat-accent .mat-checkbox-ripple .mat-ripple-element {
  background-color: rgba(255, 64, 129, 0.26);
}
.mat-checkbox:not(.mat-checkbox-disabled).mat-warn .mat-checkbox-ripple .mat-ripple-element {
  background-color: rgba(244, 67, 54, 0.26);
}
.mat-chip:not(.mat-basic-chip) {
  background-color: #e0e0e0;
  color: rgba(0, 0, 0, 0.87);
}
.mat-chip:not(.mat-basic-chip) .mat-chip-remove {
  color: rgba(0, 0, 0, 0.87);
  opacity: 0.4;
}
.mat-chip:not(.mat-basic-chip) .mat-chip-remove:hover {
  opacity: 0.54;
}
.mat-chip.mat-chip-selected.mat-primary {
  background-color: #3f51b5;
  color: #fff;
}
.mat-chip.mat-chip-selected.mat-primary .mat-chip-remove {
  color: #fff;
  opacity: 0.4;
}
.mat-chip.mat-chip-selected.mat-primary .mat-chip-remove:hover {
  opacity: 0.54;
}
.mat-chip.mat-chip-selected.mat-warn {
  background-color: #f44336;
  color: #fff;
}
.mat-chip.mat-chip-selected.mat-warn .mat-chip-remove {
  color: #fff;
  opacity: 0.4;
}
.mat-chip.mat-chip-selected.mat-warn .mat-chip-remove:hover {
  opacity: 0.54;
}
.mat-chip.mat-chip-selected.mat-accent {
  background-color: #ff4081;
  color: #fff;
}
.mat-chip.mat-chip-selected.mat-accent .mat-chip-remove {
  color: #fff;
  opacity: 0.4;
}
.mat-chip.mat-chip-selected.mat-accent .mat-chip-remove:hover {
  opacity: 0.54;
}
.mat-table {
  background: #fff;
}
.mat-header-row,
.mat-row {
  border-bottom-color: rgba(0, 0, 0, 0.12);
}
.mat-header-cell {
  color: rgba(0, 0, 0, 0.54);
}
.mat-cell {
  color: rgba(0, 0, 0, 0.87);
}
.mat-datepicker-content {
  background-color: #fff;
  color: rgba(0, 0, 0, 0.87);
}
.mat-calendar-arrow {
  border-top-color: rgba(0, 0, 0, 0.54);
}
.mat-calendar-next-button,
.mat-calendar-previous-button {
  color: rgba(0, 0, 0, 0.54);
}
.mat-calendar-table-header {
  color: rgba(0, 0, 0, 0.38);
}
.mat-calendar-table-header-divider::after {
  background: rgba(0, 0, 0, 0.12);
}
.mat-calendar-body-label {
  color: rgba(0, 0, 0, 0.54);
}
.mat-calendar-body-cell-content {
  color: rgba(0, 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, 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),
:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected) {
  background-color: rgba(0, 0, 0, 0.04);
}
.mat-calendar-body-selected {
  background-color: #3f51b5;
  color: #fff;
}
.mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(63, 81, 181, 0.4);
}
.mat-calendar-body-today:not(.mat-calendar-body-selected) {
  border-color: rgba(0, 0, 0, 0.38);
}
.mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px #fff;
}
.mat-calendar-body-disabled > .mat-calendar-body-today:not(.mat-calendar-body-selected) {
  border-color: rgba(0, 0, 0, 0.18);
}
.mat-datepicker-toggle-active {
  color: #3f51b5;
}
.mat-dialog-container {
  background: #fff;
  color: rgba(0, 0, 0, 0.87);
}
.mat-divider {
  border-top-color: rgba(0, 0, 0, 0.12);
}
.mat-divider-vertical {
  border-right-color: rgba(0, 0, 0, 0.12);
}
.mat-expansion-panel {
  background: #fff;
  color: rgba(0, 0, 0, 0.87);
}
.mat-action-row {
  border-top-color: rgba(0, 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, 0.04);
}
.mat-expansion-panel-header-title {
  color: rgba(0, 0, 0, 0.87);
}
.mat-expansion-indicator::after,
.mat-expansion-panel-header-description {
  color: rgba(0, 0, 0, 0.54);
}
.mat-expansion-panel-header[aria-disabled=true] {
  color: rgba(0, 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 {
  color: rgba(0, 0, 0, 0.54);
}
.mat-hint {
  color: rgba(0, 0, 0, 0.54);
}
.mat-focused .mat-form-field-label {
  color: #3f51b5;
}
.mat-focused .mat-form-field-label.mat-accent {
  color: #ff4081;
}
.mat-focused .mat-form-field-label.mat-warn {
  color: #f44336;
}
.mat-focused .mat-form-field-required-marker {
  color: #ff4081;
}
.mat-form-field-underline {
  background-color: rgba(0, 0, 0, 0.42);
}
.mat-form-field-disabled .mat-form-field-underline {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.42) 0, rgba(0, 0, 0, 0.42) 33%, transparent 0);
  background-size: 4px 1px;
  background-repeat: repeat-x;
}
.mat-form-field-ripple {
  background-color: #3f51b5;
}
.mat-form-field-ripple.mat-accent {
  background-color: #ff4081;
}
.mat-form-field-ripple.mat-warn {
  background-color: #f44336;
}
.mat-form-field-invalid .mat-form-field-label {
  color: #f44336;
}
.mat-form-field-invalid .mat-form-field-label .mat-form-field-required-marker,
.mat-form-field-invalid .mat-form-field-label.mat-accent {
  color: #f44336;
}
.mat-form-field-invalid .mat-form-field-ripple {
  background-color: #f44336;
}
.mat-error {
  color: #f44336;
}
.mat-icon.mat-primary {
  color: #3f51b5;
}
.mat-icon.mat-accent {
  color: #ff4081;
}
.mat-icon.mat-warn {
  color: #f44336;
}
.mat-input-element:disabled {
  color: rgba(0, 0, 0, 0.38);
}
.mat-input-element {
  caret-color: #3f51b5;
}
.mat-input-element:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.42);
}
.mat-input-element::placeholder {
  color: rgba(0, 0, 0, 0.42);
}
.mat-input-element::-moz-placeholder {
  color: rgba(0, 0, 0, 0.42);
}
.mat-input-element::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.42);
}
.mat-input-element:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.42);
}
.mat-accent .mat-input-element {
  caret-color: #ff4081;
}
.mat-form-field-invalid .mat-input-element,
.mat-warn .mat-input-element {
  caret-color: #f44336;
}
.mat-list .mat-list-item,
.mat-nav-list .mat-list-item,
.mat-selection-list .mat-list-item {
  color: rgba(0, 0, 0, 0.87);
}
.mat-list .mat-list-option,
.mat-nav-list .mat-list-option,
.mat-selection-list .mat-list-option {
  color: rgba(0, 0, 0, 0.87);
}
.mat-list .mat-subheader,
.mat-nav-list .mat-subheader,
.mat-selection-list .mat-subheader {
  color: rgba(0, 0, 0, 0.54);
}
.mat-list-item-disabled {
  background-color: #eee;
}
.mat-list-option.mat-list-item-focus,
.mat-list-option:hover,
.mat-nav-list .mat-list-item.mat-list-item-focus,
.mat-nav-list .mat-list-item:hover {
  background: rgba(0, 0, 0, 0.04);
}
.mat-menu-panel {
  background: #fff;
}
.mat-menu-item {
  background: 0 0;
  color: rgba(0, 0, 0, 0.87);
}
.mat-menu-item[disabled] {
  color: rgba(0, 0, 0, 0.38);
}
.mat-menu-item .mat-icon:not([color]),
.mat-menu-item-submenu-trigger::after {
  color: rgba(0, 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, 0.04);
}
.mat-paginator {
  background: #fff;
}
.mat-paginator,
.mat-paginator-page-size .mat-select-trigger {
  color: rgba(0, 0, 0, 0.54);
}
.mat-paginator-decrement,
.mat-paginator-increment {
  border-top: 2px solid rgba(0, 0, 0, 0.54);
  border-right: 2px solid rgba(0, 0, 0, 0.54);
}
.mat-paginator-first,
.mat-paginator-last {
  border-top: 2px solid rgba(0, 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, 0.38);
}
.mat-progress-bar-background {
  fill: #c5cae9;
}
.mat-progress-bar-buffer {
  background-color: #c5cae9;
}
.mat-progress-bar-fill::after {
  background-color: #3f51b5;
}
.mat-progress-bar.mat-accent .mat-progress-bar-background {
  fill: #ff80ab;
}
.mat-progress-bar.mat-accent .mat-progress-bar-buffer {
  background-color: #ff80ab;
}
.mat-progress-bar.mat-accent .mat-progress-bar-fill::after {
  background-color: #ff4081;
}
.mat-progress-bar.mat-warn .mat-progress-bar-background {
  fill: #ffcdd2;
}
.mat-progress-bar.mat-warn .mat-progress-bar-buffer {
  background-color: #ffcdd2;
}
.mat-progress-bar.mat-warn .mat-progress-bar-fill::after {
  background-color: #f44336;
}
.mat-progress-spinner circle,
.mat-spinner circle {
  stroke: #3f51b5;
}
.mat-progress-spinner.mat-accent circle,
.mat-spinner.mat-accent circle {
  stroke: #ff4081;
}
.mat-progress-spinner.mat-warn circle,
.mat-spinner.mat-warn circle {
  stroke: #f44336;
}
.mat-radio-outer-circle {
  border-color: rgba(0, 0, 0, 0.54);
}
.mat-radio-disabled .mat-radio-outer-circle {
  border-color: rgba(0, 0, 0, 0.38);
}
.mat-radio-disabled .mat-radio-inner-circle,
.mat-radio-disabled .mat-radio-ripple .mat-ripple-element {
  background-color: rgba(0, 0, 0, 0.38);
}
.mat-radio-disabled .mat-radio-label-content {
  color: rgba(0, 0, 0, 0.38);
}
.mat-radio-button.mat-primary.mat-radio-checked .mat-radio-outer-circle {
  border-color: #3f51b5;
}
.mat-radio-button.mat-primary .mat-radio-inner-circle {
  background-color: #3f51b5;
}
.mat-radio-button.mat-primary .mat-radio-ripple .mat-ripple-element {
  background-color: rgba(63, 81, 181, 0.26);
}
.mat-radio-button.mat-accent.mat-radio-checked .mat-radio-outer-circle {
  border-color: #ff4081;
}
.mat-radio-button.mat-accent .mat-radio-inner-circle {
  background-color: #ff4081;
}
.mat-radio-button.mat-accent .mat-radio-ripple .mat-ripple-element {
  background-color: rgba(255, 64, 129, 0.26);
}
.mat-radio-button.mat-warn.mat-radio-checked .mat-radio-outer-circle {
  border-color: #f44336;
}
.mat-radio-button.mat-warn .mat-radio-inner-circle {
  background-color: #f44336;
}
.mat-radio-button.mat-warn .mat-radio-ripple .mat-ripple-element {
  background-color: rgba(244, 67, 54, 0.26);
}
.mat-select-content,
.mat-select-panel-done-animating {
  background: #fff;
}
.mat-select-value {
  color: rgba(0, 0, 0, 0.87);
}
.mat-select-placeholder {
  color: rgba(0, 0, 0, 0.42);
}
.mat-select-disabled .mat-select-value {
  color: rgba(0, 0, 0, 0.38);
}
.mat-select-arrow {
  color: rgba(0, 0, 0, 0.54);
}
.mat-select-panel .mat-option.mat-selected:not(.mat-option-multiple) {
  background: rgba(0, 0, 0, 0.12);
}
.mat-form-field.mat-focused.mat-primary .mat-select-arrow {
  color: #3f51b5;
}
.mat-form-field.mat-focused.mat-accent .mat-select-arrow {
  color: #ff4081;
}
.mat-form-field.mat-focused.mat-warn .mat-select-arrow {
  color: #f44336;
}
.mat-form-field .mat-select.mat-select-invalid .mat-select-arrow {
  color: #f44336;
}
.mat-form-field .mat-select.mat-select-disabled .mat-select-arrow {
  color: rgba(0, 0, 0, 0.38);
}
.mat-drawer-container {
  background-color: #fafafa;
  color: rgba(0, 0, 0, 0.87);
}
.mat-drawer {
  background-color: #fff;
  color: rgba(0, 0, 0, 0.87);
}
.mat-drawer.mat-drawer-push {
  background-color: #fff;
}
.mat-drawer-backdrop.mat-drawer-shown {
  background-color: rgba(0, 0, 0, 0.6);
}
.mat-slide-toggle.mat-checked:not(.mat-disabled) .mat-slide-toggle-thumb {
  background-color: #e91e63;
}
.mat-slide-toggle.mat-checked:not(.mat-disabled) .mat-slide-toggle-bar {
  background-color: rgba(233, 30, 99, 0.5);
}
.mat-slide-toggle:not(.mat-checked) .mat-ripple-element {
  background-color: rgba(0, 0, 0, 0.06);
}
.mat-slide-toggle .mat-ripple-element {
  background-color: rgba(233, 30, 99, 0.12);
}
.mat-slide-toggle.mat-primary.mat-checked:not(.mat-disabled) .mat-slide-toggle-thumb {
  background-color: #3f51b5;
}
.mat-slide-toggle.mat-primary.mat-checked:not(.mat-disabled) .mat-slide-toggle-bar {
  background-color: rgba(63, 81, 181, 0.5);
}
.mat-slide-toggle.mat-primary:not(.mat-checked) .mat-ripple-element {
  background-color: rgba(0, 0, 0, 0.06);
}
.mat-slide-toggle.mat-primary .mat-ripple-element {
  background-color: rgba(63, 81, 181, 0.12);
}
.mat-slide-toggle.mat-warn.mat-checked:not(.mat-disabled) .mat-slide-toggle-thumb {
  background-color: #f44336;
}
.mat-slide-toggle.mat-warn.mat-checked:not(.mat-disabled) .mat-slide-toggle-bar {
  background-color: rgba(244, 67, 54, 0.5);
}
.mat-slide-toggle.mat-warn:not(.mat-checked) .mat-ripple-element {
  background-color: rgba(0, 0, 0, 0.06);
}
.mat-slide-toggle.mat-warn .mat-ripple-element {
  background-color: rgba(244, 67, 54, 0.12);
}
.mat-disabled .mat-slide-toggle-thumb {
  background-color: #bdbdbd;
}
.mat-disabled .mat-slide-toggle-bar {
  background-color: rgba(0, 0, 0, 0.1);
}
.mat-slide-toggle-thumb {
  background-color: #fafafa;
}
.mat-slide-toggle-bar {
  background-color: rgba(0, 0, 0, 0.38);
}
.mat-slider-track-background {
  background-color: rgba(0, 0, 0, 0.26);
}
.mat-primary .mat-slider-thumb,
.mat-primary .mat-slider-thumb-label,
.mat-primary .mat-slider-track-fill {
  background-color: #3f51b5;
}
.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: #ff4081;
}
.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: #f44336;
}
.mat-warn .mat-slider-thumb-label-text {
  color: #fff;
}
.mat-slider-focus-ring {
  background-color: rgba(255, 64, 129, 0.2);
}
.cdk-focused .mat-slider-track-background,
.mat-slider:hover .mat-slider-track-background {
  background-color: rgba(0, 0, 0, 0.38);
}
.mat-slider-disabled .mat-slider-thumb,
.mat-slider-disabled .mat-slider-track-background,
.mat-slider-disabled .mat-slider-track-fill {
  background-color: rgba(0, 0, 0, 0.26);
}
.mat-slider-disabled:hover .mat-slider-track-background {
  background-color: rgba(0, 0, 0, 0.26);
}
.mat-slider-min-value .mat-slider-focus-ring {
  background-color: rgba(0, 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, 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, 0.26);
}
.mat-slider-min-value:not(.mat-slider-thumb-label-showing) .mat-slider-thumb {
  border-color: rgba(0, 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, 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, 0.26);
}
.mat-slider-has-ticks .mat-slider-wrapper::after {
  border-color: rgba(0, 0, 0, 0.7);
}
.mat-slider-horizontal .mat-slider-ticks {
  background-image: repeating-linear-gradient(to right, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7) 2px, transparent 0, transparent);
  background-image: -moz-repeating-linear-gradient(0.0001deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7) 2px, transparent 0, transparent);
}
.mat-slider-vertical .mat-slider-ticks {
  background-image: repeating-linear-gradient(to bottom, rgba(0, 0, 0, 0.7), rgba(0, 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, 0.04);
}
.mat-step-header .mat-step-label,
.mat-step-header .mat-step-optional {
  color: rgba(0, 0, 0, 0.38);
}
.mat-step-header .mat-step-icon {
  background-color: #3f51b5;
  color: #fff;
}
.mat-step-header .mat-step-icon-not-touched {
  background-color: rgba(0, 0, 0, 0.38);
  color: #fff;
}
.mat-step-header .mat-step-label.mat-step-label-active {
  color: rgba(0, 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, 0.12);
}
.mat-stepper-horizontal-line {
  border-top-color: rgba(0, 0, 0, 0.12);
}
.mat-tab-header,
.mat-tab-nav-bar {
  border-bottom: 1px solid rgba(0, 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, 0.12);
  border-bottom: none;
}
.mat-tab-label,
.mat-tab-link {
  color: rgba(0, 0, 0, 0.87);
}
.mat-tab-label.mat-tab-disabled,
.mat-tab-link.mat-tab-disabled {
  color: rgba(0, 0, 0, 0.38);
}
.mat-tab-header-pagination-chevron {
  border-color: rgba(0, 0, 0, 0.87);
}
.mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
  border-color: rgba(0, 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:not(.mat-tab-disabled):focus,
.mat-tab-group.mat-primary .mat-tab-link:not(.mat-tab-disabled):focus,
.mat-tab-nav-bar.mat-primary .mat-tab-label:not(.mat-tab-disabled):focus,
.mat-tab-nav-bar.mat-primary .mat-tab-link:not(.mat-tab-disabled):focus {
  background-color: rgba(197, 202, 233, 0.3);
}
.mat-tab-group.mat-primary .mat-ink-bar,
.mat-tab-nav-bar.mat-primary .mat-ink-bar {
  background-color: #3f51b5;
}
.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:not(.mat-tab-disabled):focus,
.mat-tab-group.mat-accent .mat-tab-link:not(.mat-tab-disabled):focus,
.mat-tab-nav-bar.mat-accent .mat-tab-label:not(.mat-tab-disabled):focus,
.mat-tab-nav-bar.mat-accent .mat-tab-link:not(.mat-tab-disabled):focus {
  background-color: rgba(255, 128, 171, 0.3);
}
.mat-tab-group.mat-accent .mat-ink-bar,
.mat-tab-nav-bar.mat-accent .mat-ink-bar {
  background-color: #ff4081;
}
.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:not(.mat-tab-disabled):focus,
.mat-tab-group.mat-warn .mat-tab-link:not(.mat-tab-disabled):focus,
.mat-tab-nav-bar.mat-warn .mat-tab-label:not(.mat-tab-disabled):focus,
.mat-tab-nav-bar.mat-warn .mat-tab-link:not(.mat-tab-disabled):focus {
  background-color: rgba(255, 205, 210, 0.3);
}
.mat-tab-group.mat-warn .mat-ink-bar,
.mat-tab-nav-bar.mat-warn .mat-ink-bar {
  background-color: #f44336;
}
.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:not(.mat-tab-disabled):focus,
.mat-tab-group.mat-background-primary .mat-tab-link:not(.mat-tab-disabled):focus,
.mat-tab-nav-bar.mat-background-primary .mat-tab-label:not(.mat-tab-disabled):focus,
.mat-tab-nav-bar.mat-background-primary .mat-tab-link:not(.mat-tab-disabled):focus {
  background-color: rgba(197, 202, 233, 0.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: #3f51b5;
}
.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: rgba(255, 255, 255, 0.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: rgba(255, 255, 255, 0.4);
}
.mat-tab-group.mat-background-primary .mat-ripple-element,
.mat-tab-nav-bar.mat-background-primary .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-tab-group.mat-background-accent .mat-tab-label:not(.mat-tab-disabled):focus,
.mat-tab-group.mat-background-accent .mat-tab-link:not(.mat-tab-disabled):focus,
.mat-tab-nav-bar.mat-background-accent .mat-tab-label:not(.mat-tab-disabled):focus,
.mat-tab-nav-bar.mat-background-accent .mat-tab-link:not(.mat-tab-disabled):focus {
  background-color: rgba(255, 128, 171, 0.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: #ff4081;
}
.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: rgba(255, 255, 255, 0.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: rgba(255, 255, 255, 0.4);
}
.mat-tab-group.mat-background-accent .mat-ripple-element,
.mat-tab-nav-bar.mat-background-accent .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-tab-group.mat-background-warn .mat-tab-label:not(.mat-tab-disabled):focus,
.mat-tab-group.mat-background-warn .mat-tab-link:not(.mat-tab-disabled):focus,
.mat-tab-nav-bar.mat-background-warn .mat-tab-label:not(.mat-tab-disabled):focus,
.mat-tab-nav-bar.mat-background-warn .mat-tab-link:not(.mat-tab-disabled):focus {
  background-color: rgba(255, 205, 210, 0.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: #f44336;
}
.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: rgba(255, 255, 255, 0.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: rgba(255, 255, 255, 0.4);
}
.mat-tab-group.mat-background-warn .mat-ripple-element,
.mat-tab-nav-bar.mat-background-warn .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-toolbar {
  background: #f5f5f5;
  color: rgba(0, 0, 0, 0.87);
}
.mat-toolbar.mat-primary {
  background: #3f51b5;
  color: #fff;
}
.mat-toolbar.mat-accent {
  background: #ff4081;
  color: #fff;
}
.mat-toolbar.mat-warn {
  background: #f44336;
  color: #fff;
}
.mat-tooltip {
  background: rgba(97, 97, 97, 0.9);
}
.mat-snack-bar-container {
  background: #323232;
  color: #fff;
}
.mat-simple-snackbar-action {
  color: #ff4081;
}
.list {
  max-height: 1000px;
}
.top-navigation-bar {
  background-color: white !important;
  color: grey;
}
.top-navigation-bar .menu-items {
  list-style: none;
}
.top-navigation-bar .menu-items > li {
  display: inline;
}
.top-navigation-bar .menu-items .selected {
  border-bottom: 1px white solid;
}
.menu-section.selected > md-list-item {
  color: #007bc0;
}
.menu-section.selected > md-list-item md-icon {
  color: #007bc0;
}
.selected > div > a {
  border-left: solid 4px #007bc0;
  color: #007bc0;
}
.selected > div .md-list-item-inner {
  color: #007bc0;
}
.menu-list-item {
  padding: 8px;
}
.child-menu-padding {
  padding-left: 50px;
}
.heading {
  padding-top: 30px;
  padding-left: 30px;
}
.heading a {
  font-size: 60px;
}
select {
  color: grey !important;
}
md-sidenav.md-locked-open,
md-sidenav.md-locked-open-add,
md-sidenav.md-locked-open-remove,
md-sidenav.md-locked-open-remove.md-closed,
md-sidenav.md-locked-open.md-closed,
md-sidenav.md-locked-open.md-closed.md-sidenav-left,
md-sidenav.md-locked-open.md-closed.md-sidenav-right {
  margin-left: 40px;
  margin-top: 40px;
}
md-list {
  padding: 1px;
}
.view-transition {
  transition: 0.2s linear all;
}
.reveal-animation.ng-enter {
  transition: 0.2s linear all;
  opacity: 0;
  margin-left: 20px;
  margin-right: -20px;
}
.reveal-animation.ng-enter.ng-enter-active {
  opacity: 1;
  margin-left: 0;
  margin-right: 0;
}
.animate-show.ng-hide-add,
.animate-show.ng-hide-remove {
  transition: 0.2s linear all;
  display: block !important;
}
.animate-show.ng-hide-add.ng-hide-add-active,
.animate-show.ng-hide-remove {
  opacity: 0;
}
.animate-show.ng-hide-add,
.animate-show.ng-hide-remove.ng-hide-remove-active {
  opacity: 1;
}
md-grid-tile {
  cursor: pointer;
  transition: box-shadow linear 0.1s;
}
md-grid-tile:hover {
  box-shadow: 0 0 20px 2px rgba(0, 0, 0, 0.75);
}
md-grid-tile img {
  height: 100%;
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
md-grid-tile md-grid-tile-footer,
md-grid-tile md-grid-tile-header {
  background-color: rgba(0, 0, 0, 0.4) !important;
}
.tiles-container {
  min-height: 500px;
  max-height: 1000px;
}
.icon {
  margin-top: 75px;
  text-align: center;
  height: 90px;
  width: 100%;
  color: black;
  font-size: 90px !important;
}
.tile {
  transition: 100ms;
  margin-right: 30px;
  margin-bottom: 30px;
  display: block;
  width: 258px;
  height: 258px;
  background: #F4F3F3;
  float: left;
  color: black;
  text-decoration: none;
}
.tile:hover {
  text-decoration: none;
  color: black;
  background: #ddd;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8);
}
.tile:visited,
.tile:focus {
  text-decoration: none;
  color: black;
}
.tile > mat-icon {
  margin-right: 0 !important;
  margin-top: 75px;
  text-align: center;
  display: block;
  font-size: 75px;
  height: 90px;
  width: auto;
}
.tile:first-child > .icon {
  color: #007bc0;
}
.tile > p {
  margin-top: 25px;
  font-size: 20px;
  text-transform: uppercase;
  text-align: center;
}
.tile.disabled {
  pointer-events: none;
  cursor: default;
  background: #f9f9f9;
}
.tile.disabled > i {
  color: #ddd;
}
.tile.disabled > p {
  color: #ddd;
}
.tile-container {
  margin-top: 85px;
  max-width: 864px;
  margin-left: auto;
  margin-right: auto;
}
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(/fonts/MaterialIcons-Regular.96c476804d7a788cc1c05351b287ee41.eot?);
  /* For IE6-8 */
  src: local("\263A"), url(/fonts/MaterialIcons-Regular.0509ab09c1b0d2200a4135803c91d6ce.woff2?) format("woff2"), url(/fonts/MaterialIcons-Regular.29b882f018fa6fe75fd338aaae6235b8.woff?) format("woff"), url(/fonts/MaterialIcons-Regular.da4ea5cdfca6b3baab285741f5ccb59f.ttf?) format("truetype");
}
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: 'liga';
}
.material-icons._10k:before {
  content: "\E951";
}
.material-icons._10mp:before {
  content: "\E952";
}
.material-icons._11mp:before {
  content: "\E953";
}
.material-icons._12mp:before {
  content: "\E954";
}
.material-icons._13mp:before {
  content: "\E955";
}
.material-icons._14mp:before {
  content: "\E956";
}
.material-icons._15mp:before {
  content: "\E957";
}
.material-icons._16mp:before {
  content: "\E958";
}
.material-icons._17mp:before {
  content: "\E959";
}
.material-icons._18mp:before {
  content: "\E95A";
}
.material-icons._19mp:before {
  content: "\E95B";
}
.material-icons._1k:before {
  content: "\E95C";
}
.material-icons._1k_plus:before {
  content: "\E95D";
}
.material-icons._20mp:before {
  content: "\E95E";
}
.material-icons._21mp:before {
  content: "\E95F";
}
.material-icons._22mp:before {
  content: "\E960";
}
.material-icons._23mp:before {
  content: "\E961";
}
.material-icons._24mp:before {
  content: "\E962";
}
.material-icons._2k:before {
  content: "\E963";
}
.material-icons._2k_plus:before {
  content: "\E964";
}
.material-icons._2mp:before {
  content: "\E965";
}
.material-icons._360:before {
  content: "\E577";
}
.material-icons._3d_rotation:before {
  content: "\E84D";
}
.material-icons._3k:before {
  content: "\E966";
}
.material-icons._3k_plus:before {
  content: "\E967";
}
.material-icons._3mp:before {
  content: "\E968";
}
.material-icons._4k:before {
  content: "\E072";
}
.material-icons._4k_plus:before {
  content: "\E969";
}
.material-icons._4mp:before {
  content: "\E96A";
}
.material-icons._5k:before {
  content: "\E96B";
}
.material-icons._5k_plus:before {
  content: "\E96C";
}
.material-icons._5mp:before {
  content: "\E96D";
}
.material-icons._6k:before {
  content: "\E96E";
}
.material-icons._6k_plus:before {
  content: "\E96F";
}
.material-icons._6mp:before {
  content: "\E970";
}
.material-icons._7k:before {
  content: "\E971";
}
.material-icons._7k_plus:before {
  content: "\E972";
}
.material-icons._7mp:before {
  content: "\E973";
}
.material-icons._8k:before {
  content: "\E974";
}
.material-icons._8k_plus:before {
  content: "\E975";
}
.material-icons._8mp:before {
  content: "\E976";
}
.material-icons._9k:before {
  content: "\E977";
}
.material-icons._9k_plus:before {
  content: "\E978";
}
.material-icons._9mp:before {
  content: "\E979";
}
.material-icons.ac_unit:before {
  content: "\EB3B";
}
.material-icons.access_alarm:before {
  content: "\E190";
}
.material-icons.access_alarms:before {
  content: "\E191";
}
.material-icons.access_time:before {
  content: "\E192";
}
.material-icons.accessibility:before {
  content: "\E84E";
}
.material-icons.accessibility_new:before {
  content: "\E92C";
}
.material-icons.accessible:before {
  content: "\E914";
}
.material-icons.accessible_forward:before {
  content: "\E934";
}
.material-icons.account_balance:before {
  content: "\E84F";
}
.material-icons.account_balance_wallet:before {
  content: "\E850";
}
.material-icons.account_box:before {
  content: "\E851";
}
.material-icons.account_circle:before {
  content: "\E853";
}
.material-icons.account_tree:before {
  content: "\E97A";
}
.material-icons.adb:before {
  content: "\E60E";
}
.material-icons.add:before {
  content: "\E145";
}
.material-icons.add_a_photo:before {
  content: "\E439";
}
.material-icons.add_alarm:before {
  content: "\E193";
}
.material-icons.add_alert:before {
  content: "\E003";
}
.material-icons.add_box:before {
  content: "\E146";
}
.material-icons.add_call:before {
  content: "\E0E8";
}
.material-icons.add_chart:before {
  content: "\E97B";
}
.material-icons.add_circle:before {
  content: "\E147";
}
.material-icons.add_circle_outline:before {
  content: "\E148";
}
.material-icons.add_comment:before {
  content: "\E266";
}
.material-icons.add_ic_call:before {
  content: "\E97C";
}
.material-icons.add_link:before {
  content: "\E178";
}
.material-icons.add_location:before {
  content: "\E567";
}
.material-icons.add_moderator:before {
  content: "\E97D";
}
.material-icons.add_photo_alternate:before {
  content: "\E43E";
}
.material-icons.add_shopping_cart:before {
  content: "\E854";
}
.material-icons.add_to_home_screen:before {
  content: "\E1FE";
}
.material-icons.add_to_photos:before {
  content: "\E39D";
}
.material-icons.add_to_queue:before {
  content: "\E05C";
}
.material-icons.adjust:before {
  content: "\E39E";
}
.material-icons.airline_seat_flat:before {
  content: "\E630";
}
.material-icons.airline_seat_flat_angled:before {
  content: "\E631";
}
.material-icons.airline_seat_individual_suite:before {
  content: "\E632";
}
.material-icons.airline_seat_legroom_extra:before {
  content: "\E633";
}
.material-icons.airline_seat_legroom_normal:before {
  content: "\E634";
}
.material-icons.airline_seat_legroom_reduced:before {
  content: "\E635";
}
.material-icons.airline_seat_recline_extra:before {
  content: "\E636";
}
.material-icons.airline_seat_recline_normal:before {
  content: "\E637";
}
.material-icons.airplanemode_active:before {
  content: "\E195";
}
.material-icons.airplanemode_inactive:before {
  content: "\E194";
}
.material-icons.airplanemode_off:before {
  content: "\E194";
}
.material-icons.airplanemode_on:before {
  content: "\E195";
}
.material-icons.airplay:before {
  content: "\E055";
}
.material-icons.airport_shuttle:before {
  content: "\EB3C";
}
.material-icons.alarm:before {
  content: "\E855";
}
.material-icons.alarm_add:before {
  content: "\E856";
}
.material-icons.alarm_off:before {
  content: "\E857";
}
.material-icons.alarm_on:before {
  content: "\E858";
}
.material-icons.album:before {
  content: "\E019";
}
.material-icons.all_inbox:before {
  content: "\E97F";
}
.material-icons.all_inclusive:before {
  content: "\EB3D";
}
.material-icons.all_out:before {
  content: "\E90B";
}
.material-icons.alternate_email:before {
  content: "\E0E6";
}
.material-icons.amp_stories:before {
  content: "\EA13";
}
.material-icons.android:before {
  content: "\E859";
}
.material-icons.announcement:before {
  content: "\E85A";
}
.material-icons.apartment:before {
  content: "\EA40";
}
.material-icons.approval:before {
  content: "\E982";
}
.material-icons.apps:before {
  content: "\E5C3";
}
.material-icons.archive:before {
  content: "\E149";
}
.material-icons.arrow_back:before {
  content: "\E5C4";
}
.material-icons.arrow_back_ios:before {
  content: "\E5E0";
}
.material-icons.arrow_downward:before {
  content: "\E5DB";
}
.material-icons.arrow_drop_down:before {
  content: "\E5C5";
}
.material-icons.arrow_drop_down_circle:before {
  content: "\E5C6";
}
.material-icons.arrow_drop_up:before {
  content: "\E5C7";
}
.material-icons.arrow_forward:before {
  content: "\E5C8";
}
.material-icons.arrow_forward_ios:before {
  content: "\E5E1";
}
.material-icons.arrow_left:before {
  content: "\E5DE";
}
.material-icons.arrow_right:before {
  content: "\E5DF";
}
.material-icons.arrow_right_alt:before {
  content: "\E941";
}
.material-icons.arrow_upward:before {
  content: "\E5D8";
}
.material-icons.art_track:before {
  content: "\E060";
}
.material-icons.aspect_ratio:before {
  content: "\E85B";
}
.material-icons.assessment:before {
  content: "\E85C";
}
.material-icons.assignment:before {
  content: "\E85D";
}
.material-icons.assignment_ind:before {
  content: "\E85E";
}
.material-icons.assignment_late:before {
  content: "\E85F";
}
.material-icons.assignment_return:before {
  content: "\E860";
}
.material-icons.assignment_returned:before {
  content: "\E861";
}
.material-icons.assignment_turned_in:before {
  content: "\E862";
}
.material-icons.assistant:before {
  content: "\E39F";
}
.material-icons.assistant_direction:before {
  content: "\E988";
}
.material-icons.assistant_navigation:before {
  content: "\E989";
}
.material-icons.assistant_photo:before {
  content: "\E3A0";
}
.material-icons.atm:before {
  content: "\E573";
}
.material-icons.attach_file:before {
  content: "\E226";
}
.material-icons.attach_money:before {
  content: "\E227";
}
.material-icons.attachment:before {
  content: "\E2BC";
}
.material-icons.attractions:before {
  content: "\EA52";
}
.material-icons.audiotrack:before {
  content: "\E3A1";
}
.material-icons.autorenew:before {
  content: "\E863";
}
.material-icons.av_timer:before {
  content: "\E01B";
}
.material-icons.backspace:before {
  content: "\E14A";
}
.material-icons.backup:before {
  content: "\E864";
}
.material-icons.badge:before {
  content: "\EA67";
}
.material-icons.bakery_dining:before {
  content: "\EA53";
}
.material-icons.ballot:before {
  content: "\E172";
}
.material-icons.bar_chart:before {
  content: "\E26B";
}
.material-icons.bathtub:before {
  content: "\EA41";
}
.material-icons.battery_alert:before {
  content: "\E19C";
}
.material-icons.battery_charging_full:before {
  content: "\E1A3";
}
.material-icons.battery_full:before {
  content: "\E1A4";
}
.material-icons.battery_std:before {
  content: "\E1A5";
}
.material-icons.battery_unknown:before {
  content: "\E1A6";
}
.material-icons.beach_access:before {
  content: "\EB3E";
}
.material-icons.beenhere:before {
  content: "\E52D";
}
.material-icons.block:before {
  content: "\E14B";
}
.material-icons.bluetooth:before {
  content: "\E1A7";
}
.material-icons.bluetooth_audio:before {
  content: "\E60F";
}
.material-icons.bluetooth_connected:before {
  content: "\E1A8";
}
.material-icons.bluetooth_disabled:before {
  content: "\E1A9";
}
.material-icons.bluetooth_searching:before {
  content: "\E1AA";
}
.material-icons.blur_circular:before {
  content: "\E3A2";
}
.material-icons.blur_linear:before {
  content: "\E3A3";
}
.material-icons.blur_off:before {
  content: "\E3A4";
}
.material-icons.blur_on:before {
  content: "\E3A5";
}
.material-icons.bolt:before {
  content: "\EA0B";
}
.material-icons.book:before {
  content: "\E865";
}
.material-icons.bookmark:before {
  content: "\E866";
}
.material-icons.bookmark_border:before {
  content: "\E867";
}
.material-icons.bookmark_outline:before {
  content: "\E867";
}
.material-icons.bookmarks:before {
  content: "\E98B";
}
.material-icons.border_all:before {
  content: "\E228";
}
.material-icons.border_bottom:before {
  content: "\E229";
}
.material-icons.border_clear:before {
  content: "\E22A";
}
.material-icons.border_color:before {
  content: "\E22B";
}
.material-icons.border_horizontal:before {
  content: "\E22C";
}
.material-icons.border_inner:before {
  content: "\E22D";
}
.material-icons.border_left:before {
  content: "\E22E";
}
.material-icons.border_outer:before {
  content: "\E22F";
}
.material-icons.border_right:before {
  content: "\E230";
}
.material-icons.border_style:before {
  content: "\E231";
}
.material-icons.border_top:before {
  content: "\E232";
}
.material-icons.border_vertical:before {
  content: "\E233";
}
.material-icons.branding_watermark:before {
  content: "\E06B";
}
.material-icons.breakfast_dining:before {
  content: "\EA54";
}
.material-icons.brightness_1:before {
  content: "\E3A6";
}
.material-icons.brightness_2:before {
  content: "\E3A7";
}
.material-icons.brightness_3:before {
  content: "\E3A8";
}
.material-icons.brightness_4:before {
  content: "\E3A9";
}
.material-icons.brightness_5:before {
  content: "\E3AA";
}
.material-icons.brightness_6:before {
  content: "\E3AB";
}
.material-icons.brightness_7:before {
  content: "\E3AC";
}
.material-icons.brightness_auto:before {
  content: "\E1AB";
}
.material-icons.brightness_high:before {
  content: "\E1AC";
}
.material-icons.brightness_low:before {
  content: "\E1AD";
}
.material-icons.brightness_medium:before {
  content: "\E1AE";
}
.material-icons.broken_image:before {
  content: "\E3AD";
}
.material-icons.brunch_dining:before {
  content: "\EA73";
}
.material-icons.brush:before {
  content: "\E3AE";
}
.material-icons.bubble_chart:before {
  content: "\E6DD";
}
.material-icons.bug_report:before {
  content: "\E868";
}
.material-icons.build:before {
  content: "\E869";
}
.material-icons.burst_mode:before {
  content: "\E43C";
}
.material-icons.bus_alert:before {
  content: "\E98F";
}
.material-icons.business:before {
  content: "\E0AF";
}
.material-icons.business_center:before {
  content: "\EB3F";
}
.material-icons.cached:before {
  content: "\E86A";
}
.material-icons.cake:before {
  content: "\E7E9";
}
.material-icons.calendar_today:before {
  content: "\E935";
}
.material-icons.calendar_view_day:before {
  content: "\E936";
}
.material-icons.call:before {
  content: "\E0B0";
}
.material-icons.call_end:before {
  content: "\E0B1";
}
.material-icons.call_made:before {
  content: "\E0B2";
}
.material-icons.call_merge:before {
  content: "\E0B3";
}
.material-icons.call_missed:before {
  content: "\E0B4";
}
.material-icons.call_missed_outgoing:before {
  content: "\E0E4";
}
.material-icons.call_received:before {
  content: "\E0B5";
}
.material-icons.call_split:before {
  content: "\E0B6";
}
.material-icons.call_to_action:before {
  content: "\E06C";
}
.material-icons.camera:before {
  content: "\E3AF";
}
.material-icons.camera_alt:before {
  content: "\E3B0";
}
.material-icons.camera_enhance:before {
  content: "\E8FC";
}
.material-icons.camera_front:before {
  content: "\E3B1";
}
.material-icons.camera_rear:before {
  content: "\E3B2";
}
.material-icons.camera_roll:before {
  content: "\E3B3";
}
.material-icons.cancel:before {
  content: "\E5C9";
}
.material-icons.cancel_presentation:before {
  content: "\E0E9";
}
.material-icons.cancel_schedule_send:before {
  content: "\EA39";
}
.material-icons.car_rental:before {
  content: "\EA55";
}
.material-icons.car_repair:before {
  content: "\EA56";
}
.material-icons.card_giftcard:before {
  content: "\E8F6";
}
.material-icons.card_membership:before {
  content: "\E8F7";
}
.material-icons.card_travel:before {
  content: "\E8F8";
}
.material-icons.cases:before {
  content: "\E992";
}
.material-icons.casino:before {
  content: "\EB40";
}
.material-icons.cast:before {
  content: "\E307";
}
.material-icons.cast_connected:before {
  content: "\E308";
}
.material-icons.category:before {
  content: "\E574";
}
.material-icons.celebration:before {
  content: "\EA65";
}
.material-icons.cell_wifi:before {
  content: "\E0EC";
}
.material-icons.center_focus_strong:before {
  content: "\E3B4";
}
.material-icons.center_focus_weak:before {
  content: "\E3B5";
}
.material-icons.change_history:before {
  content: "\E86B";
}
.material-icons.chat:before {
  content: "\E0B7";
}
.material-icons.chat_bubble:before {
  content: "\E0CA";
}
.material-icons.chat_bubble_outline:before {
  content: "\E0CB";
}
.material-icons.check:before {
  content: "\E5CA";
}
.material-icons.check_box:before {
  content: "\E834";
}
.material-icons.check_box_outline_blank:before {
  content: "\E835";
}
.material-icons.check_circle:before {
  content: "\E86C";
}
.material-icons.check_circle_outline:before {
  content: "\E92D";
}
.material-icons.chevron_left:before {
  content: "\E5CB";
}
.material-icons.chevron_right:before {
  content: "\E5CC";
}
.material-icons.child_care:before {
  content: "\EB41";
}
.material-icons.child_friendly:before {
  content: "\EB42";
}
.material-icons.chrome_reader_mode:before {
  content: "\E86D";
}
.material-icons.circle_notifications:before {
  content: "\E994";
}
.material-icons.class:before {
  content: "\E86E";
}
.material-icons.clear:before {
  content: "\E14C";
}
.material-icons.clear_all:before {
  content: "\E0B8";
}
.material-icons.close:before {
  content: "\E5CD";
}
.material-icons.closed_caption:before {
  content: "\E01C";
}
.material-icons.closed_caption_off:before {
  content: "\E996";
}
.material-icons.cloud:before {
  content: "\E2BD";
}
.material-icons.cloud_circle:before {
  content: "\E2BE";
}
.material-icons.cloud_done:before {
  content: "\E2BF";
}
.material-icons.cloud_download:before {
  content: "\E2C0";
}
.material-icons.cloud_off:before {
  content: "\E2C1";
}
.material-icons.cloud_queue:before {
  content: "\E2C2";
}
.material-icons.cloud_upload:before {
  content: "\E2C3";
}
.material-icons.code:before {
  content: "\E86F";
}
.material-icons.collections:before {
  content: "\E3B6";
}
.material-icons.collections_bookmark:before {
  content: "\E431";
}
.material-icons.color_lens:before {
  content: "\E3B7";
}
.material-icons.colorize:before {
  content: "\E3B8";
}
.material-icons.comment:before {
  content: "\E0B9";
}
.material-icons.commute:before {
  content: "\E940";
}
.material-icons.compare:before {
  content: "\E3B9";
}
.material-icons.compare_arrows:before {
  content: "\E915";
}
.material-icons.compass_calibration:before {
  content: "\E57C";
}
.material-icons.compress:before {
  content: "\E94D";
}
.material-icons.computer:before {
  content: "\E30A";
}
.material-icons.confirmation_num:before {
  content: "\E638";
}
.material-icons.confirmation_number:before {
  content: "\E638";
}
.material-icons.connected_tv:before {
  content: "\E998";
}
.material-icons.contact_mail:before {
  content: "\E0D0";
}
.material-icons.contact_phone:before {
  content: "\E0CF";
}
.material-icons.contact_support:before {
  content: "\E94C";
}
.material-icons.contactless:before {
  content: "\EA71";
}
.material-icons.contacts:before {
  content: "\E0BA";
}
.material-icons.content_copy:before {
  content: "\E14D";
}
.material-icons.content_cut:before {
  content: "\E14E";
}
.material-icons.content_paste:before {
  content: "\E14F";
}
.material-icons.control_camera:before {
  content: "\E074";
}
.material-icons.control_point:before {
  content: "\E3BA";
}
.material-icons.control_point_duplicate:before {
  content: "\E3BB";
}
.material-icons.copyright:before {
  content: "\E90C";
}
.material-icons.create:before {
  content: "\E150";
}
.material-icons.create_new_folder:before {
  content: "\E2CC";
}
.material-icons.credit_card:before {
  content: "\E870";
}
.material-icons.crop:before {
  content: "\E3BE";
}
.material-icons.crop_16_9:before {
  content: "\E3BC";
}
.material-icons.crop_3_2:before {
  content: "\E3BD";
}
.material-icons.crop_5_4:before {
  content: "\E3BF";
}
.material-icons.crop_7_5:before {
  content: "\E3C0";
}
.material-icons.crop_din:before {
  content: "\E3C1";
}
.material-icons.crop_free:before {
  content: "\E3C2";
}
.material-icons.crop_landscape:before {
  content: "\E3C3";
}
.material-icons.crop_original:before {
  content: "\E3C4";
}
.material-icons.crop_portrait:before {
  content: "\E3C5";
}
.material-icons.crop_rotate:before {
  content: "\E437";
}
.material-icons.crop_square:before {
  content: "\E3C6";
}
.material-icons.dangerous:before {
  content: "\E99A";
}
.material-icons.dashboard:before {
  content: "\E871";
}
.material-icons.dashboard_customize:before {
  content: "\E99B";
}
.material-icons.data_usage:before {
  content: "\E1AF";
}
.material-icons.date_range:before {
  content: "\E916";
}
.material-icons.deck:before {
  content: "\EA42";
}
.material-icons.dehaze:before {
  content: "\E3C7";
}
.material-icons.delete:before {
  content: "\E872";
}
.material-icons.delete_forever:before {
  content: "\E92B";
}
.material-icons.delete_outline:before {
  content: "\E92E";
}
.material-icons.delete_sweep:before {
  content: "\E16C";
}
.material-icons.delivery_dining:before {
  content: "\EA72";
}
.material-icons.departure_board:before {
  content: "\E576";
}
.material-icons.description:before {
  content: "\E873";
}
.material-icons.desktop_access_disabled:before {
  content: "\E99D";
}
.material-icons.desktop_mac:before {
  content: "\E30B";
}
.material-icons.desktop_windows:before {
  content: "\E30C";
}
.material-icons.details:before {
  content: "\E3C8";
}
.material-icons.developer_board:before {
  content: "\E30D";
}
.material-icons.developer_mode:before {
  content: "\E1B0";
}
.material-icons.device_hub:before {
  content: "\E335";
}
.material-icons.device_thermostat:before {
  content: "\E1FF";
}
.material-icons.device_unknown:before {
  content: "\E339";
}
.material-icons.devices:before {
  content: "\E1B1";
}
.material-icons.devices_other:before {
  content: "\E337";
}
.material-icons.dialer_sip:before {
  content: "\E0BB";
}
.material-icons.dialpad:before {
  content: "\E0BC";
}
.material-icons.dinner_dining:before {
  content: "\EA57";
}
.material-icons.directions:before {
  content: "\E52E";
}
.material-icons.directions_bike:before {
  content: "\E52F";
}
.material-icons.directions_boat:before {
  content: "\E532";
}
.material-icons.directions_bus:before {
  content: "\E530";
}
.material-icons.directions_car:before {
  content: "\E531";
}
.material-icons.directions_ferry:before {
  content: "\E532";
}
.material-icons.directions_railway:before {
  content: "\E534";
}
.material-icons.directions_run:before {
  content: "\E566";
}
.material-icons.directions_subway:before {
  content: "\E533";
}
.material-icons.directions_train:before {
  content: "\E534";
}
.material-icons.directions_transit:before {
  content: "\E535";
}
.material-icons.directions_walk:before {
  content: "\E536";
}
.material-icons.disc_full:before {
  content: "\E610";
}
.material-icons.dnd_forwardslash:before {
  content: "\E611";
}
.material-icons.dns:before {
  content: "\E875";
}
.material-icons.do_not_disturb:before {
  content: "\E612";
}
.material-icons.do_not_disturb_alt:before {
  content: "\E611";
}
.material-icons.do_not_disturb_off:before {
  content: "\E643";
}
.material-icons.do_not_disturb_on:before {
  content: "\E644";
}
.material-icons.dock:before {
  content: "\E30E";
}
.material-icons.domain:before {
  content: "\E7EE";
}
.material-icons.domain_disabled:before {
  content: "\E0EF";
}
.material-icons.done:before {
  content: "\E876";
}
.material-icons.done_all:before {
  content: "\E877";
}
.material-icons.done_outline:before {
  content: "\E92F";
}
.material-icons.donut_large:before {
  content: "\E917";
}
.material-icons.donut_small:before {
  content: "\E918";
}
.material-icons.double_arrow:before {
  content: "\EA50";
}
.material-icons.drafts:before {
  content: "\E151";
}
.material-icons.drag_handle:before {
  content: "\E25D";
}
.material-icons.drag_indicator:before {
  content: "\E945";
}
.material-icons.drive_eta:before {
  content: "\E613";
}
.material-icons.drive_file_move_outline:before {
  content: "\E9A1";
}
.material-icons.drive_file_rename_outline:before {
  content: "\E9A2";
}
.material-icons.drive_folder_upload:before {
  content: "\E9A3";
}
.material-icons.dry_cleaning:before {
  content: "\EA58";
}
.material-icons.duo:before {
  content: "\E9A5";
}
.material-icons.dvr:before {
  content: "\E1B2";
}
.material-icons.dynamic_feed:before {
  content: "\EA14";
}
.material-icons.eco:before {
  content: "\EA35";
}
.material-icons.edit:before {
  content: "\E3C9";
}
.material-icons.edit_attributes:before {
  content: "\E578";
}
.material-icons.edit_location:before {
  content: "\E568";
}
.material-icons.edit_off:before {
  content: "\E950";
}
.material-icons.eject:before {
  content: "\E8FB";
}
.material-icons.email:before {
  content: "\E0BE";
}
.material-icons.emoji_emotions:before {
  content: "\EA22";
}
.material-icons.emoji_events:before {
  content: "\EA23";
}
.material-icons.emoji_flags:before {
  content: "\EA1A";
}
.material-icons.emoji_food_beverage:before {
  content: "\EA1B";
}
.material-icons.emoji_nature:before {
  content: "\EA1C";
}
.material-icons.emoji_objects:before {
  content: "\EA24";
}
.material-icons.emoji_people:before {
  content: "\EA1D";
}
.material-icons.emoji_symbols:before {
  content: "\EA1E";
}
.material-icons.emoji_transportation:before {
  content: "\EA1F";
}
.material-icons.enhance_photo_translate:before {
  content: "\E8FC";
}
.material-icons.enhanced_encryption:before {
  content: "\E63F";
}
.material-icons.equalizer:before {
  content: "\E01D";
}
.material-icons.error:before {
  content: "\E000";
}
.material-icons.error_outline:before {
  content: "\E001";
}
.material-icons.euro:before {
  content: "\EA15";
}
.material-icons.euro_symbol:before {
  content: "\E926";
}
.material-icons.ev_station:before {
  content: "\E56D";
}
.material-icons.event:before {
  content: "\E878";
}
.material-icons.event_available:before {
  content: "\E614";
}
.material-icons.event_busy:before {
  content: "\E615";
}
.material-icons.event_note:before {
  content: "\E616";
}
.material-icons.event_seat:before {
  content: "\E903";
}
.material-icons.exit_to_app:before {
  content: "\E879";
}
.material-icons.expand:before {
  content: "\E94F";
}
.material-icons.expand_less:before {
  content: "\E5CE";
}
.material-icons.expand_more:before {
  content: "\E5CF";
}
.material-icons.explicit:before {
  content: "\E01E";
}
.material-icons.explore:before {
  content: "\E87A";
}
.material-icons.explore_off:before {
  content: "\E9A8";
}
.material-icons.exposure:before {
  content: "\E3CA";
}
.material-icons.exposure_minus_1:before {
  content: "\E3CB";
}
.material-icons.exposure_minus_2:before {
  content: "\E3CC";
}
.material-icons.exposure_neg_1:before {
  content: "\E3CB";
}
.material-icons.exposure_neg_2:before {
  content: "\E3CC";
}
.material-icons.exposure_plus_1:before {
  content: "\E3CD";
}
.material-icons.exposure_plus_2:before {
  content: "\E3CE";
}
.material-icons.exposure_zero:before {
  content: "\E3CF";
}
.material-icons.extension:before {
  content: "\E87B";
}
.material-icons.face:before {
  content: "\E87C";
}
.material-icons.fast_forward:before {
  content: "\E01F";
}
.material-icons.fast_rewind:before {
  content: "\E020";
}
.material-icons.fastfood:before {
  content: "\E57A";
}
.material-icons.favorite:before {
  content: "\E87D";
}
.material-icons.favorite_border:before {
  content: "\E87E";
}
.material-icons.favorite_outline:before {
  content: "\E87E";
}
.material-icons.featured_play_list:before {
  content: "\E06D";
}
.material-icons.featured_video:before {
  content: "\E06E";
}
.material-icons.feedback:before {
  content: "\E87F";
}
.material-icons.festival:before {
  content: "\EA68";
}
.material-icons.fiber_dvr:before {
  content: "\E05D";
}
.material-icons.fiber_manual_record:before {
  content: "\E061";
}
.material-icons.fiber_new:before {
  content: "\E05E";
}
.material-icons.fiber_pin:before {
  content: "\E06A";
}
.material-icons.fiber_smart_record:before {
  content: "\E062";
}
.material-icons.file_copy:before {
  content: "\E173";
}
.material-icons.file_download:before {
  content: "\E2C4";
}
.material-icons.file_download_done:before {
  content: "\E9AA";
}
.material-icons.file_present:before {
  content: "\EA0E";
}
.material-icons.file_upload:before {
  content: "\E2C6";
}
.material-icons.filter:before {
  content: "\E3D3";
}
.material-icons.filter_1:before {
  content: "\E3D0";
}
.material-icons.filter_2:before {
  content: "\E3D1";
}
.material-icons.filter_3:before {
  content: "\E3D2";
}
.material-icons.filter_4:before {
  content: "\E3D4";
}
.material-icons.filter_5:before {
  content: "\E3D5";
}
.material-icons.filter_6:before {
  content: "\E3D6";
}
.material-icons.filter_7:before {
  content: "\E3D7";
}
.material-icons.filter_8:before {
  content: "\E3D8";
}
.material-icons.filter_9:before {
  content: "\E3D9";
}
.material-icons.filter_9_plus:before {
  content: "\E3DA";
}
.material-icons.filter_b_and_w:before {
  content: "\E3DB";
}
.material-icons.filter_center_focus:before {
  content: "\E3DC";
}
.material-icons.filter_drama:before {
  content: "\E3DD";
}
.material-icons.filter_frames:before {
  content: "\E3DE";
}
.material-icons.filter_hdr:before {
  content: "\E3DF";
}
.material-icons.filter_list:before {
  content: "\E152";
}
.material-icons.filter_list_alt:before {
  content: "\E94E";
}
.material-icons.filter_none:before {
  content: "\E3E0";
}
.material-icons.filter_tilt_shift:before {
  content: "\E3E2";
}
.material-icons.filter_vintage:before {
  content: "\E3E3";
}
.material-icons.find_in_page:before {
  content: "\E880";
}
.material-icons.find_replace:before {
  content: "\E881";
}
.material-icons.fingerprint:before {
  content: "\E90D";
}
.material-icons.fireplace:before {
  content: "\EA43";
}
.material-icons.first_page:before {
  content: "\E5DC";
}
.material-icons.fit_screen:before {
  content: "\EA10";
}
.material-icons.fitness_center:before {
  content: "\EB43";
}
.material-icons.flag:before {
  content: "\E153";
}
.material-icons.flare:before {
  content: "\E3E4";
}
.material-icons.flash_auto:before {
  content: "\E3E5";
}
.material-icons.flash_off:before {
  content: "\E3E6";
}
.material-icons.flash_on:before {
  content: "\E3E7";
}
.material-icons.flight:before {
  content: "\E539";
}
.material-icons.flight_land:before {
  content: "\E904";
}
.material-icons.flight_takeoff:before {
  content: "\E905";
}
.material-icons.flip:before {
  content: "\E3E8";
}
.material-icons.flip_camera_android:before {
  content: "\EA37";
}
.material-icons.flip_camera_ios:before {
  content: "\EA38";
}
.material-icons.flip_to_back:before {
  content: "\E882";
}
.material-icons.flip_to_front:before {
  content: "\E883";
}
.material-icons.folder:before {
  content: "\E2C7";
}
.material-icons.folder_open:before {
  content: "\E2C8";
}
.material-icons.folder_shared:before {
  content: "\E2C9";
}
.material-icons.folder_special:before {
  content: "\E617";
}
.material-icons.font_download:before {
  content: "\E167";
}
.material-icons.format_align_center:before {
  content: "\E234";
}
.material-icons.format_align_justify:before {
  content: "\E235";
}
.material-icons.format_align_left:before {
  content: "\E236";
}
.material-icons.format_align_right:before {
  content: "\E237";
}
.material-icons.format_bold:before {
  content: "\E238";
}
.material-icons.format_clear:before {
  content: "\E239";
}
.material-icons.format_color_fill:before {
  content: "\E23A";
}
.material-icons.format_color_reset:before {
  content: "\E23B";
}
.material-icons.format_color_text:before {
  content: "\E23C";
}
.material-icons.format_indent_decrease:before {
  content: "\E23D";
}
.material-icons.format_indent_increase:before {
  content: "\E23E";
}
.material-icons.format_italic:before {
  content: "\E23F";
}
.material-icons.format_line_spacing:before {
  content: "\E240";
}
.material-icons.format_list_bulleted:before {
  content: "\E241";
}
.material-icons.format_list_numbered:before {
  content: "\E242";
}
.material-icons.format_list_numbered_rtl:before {
  content: "\E267";
}
.material-icons.format_paint:before {
  content: "\E243";
}
.material-icons.format_quote:before {
  content: "\E244";
}
.material-icons.format_shapes:before {
  content: "\E25E";
}
.material-icons.format_size:before {
  content: "\E245";
}
.material-icons.format_strikethrough:before {
  content: "\E246";
}
.material-icons.format_textdirection_l_to_r:before {
  content: "\E247";
}
.material-icons.format_textdirection_r_to_l:before {
  content: "\E248";
}
.material-icons.format_underline:before {
  content: "\E249";
}
.material-icons.format_underlined:before {
  content: "\E249";
}
.material-icons.forum:before {
  content: "\E0BF";
}
.material-icons.forward:before {
  content: "\E154";
}
.material-icons.forward_10:before {
  content: "\E056";
}
.material-icons.forward_30:before {
  content: "\E057";
}
.material-icons.forward_5:before {
  content: "\E058";
}
.material-icons.free_breakfast:before {
  content: "\EB44";
}
.material-icons.fullscreen:before {
  content: "\E5D0";
}
.material-icons.fullscreen_exit:before {
  content: "\E5D1";
}
.material-icons.functions:before {
  content: "\E24A";
}
.material-icons.g_translate:before {
  content: "\E927";
}
.material-icons.gamepad:before {
  content: "\E30F";
}
.material-icons.games:before {
  content: "\E021";
}
.material-icons.gavel:before {
  content: "\E90E";
}
.material-icons.gesture:before {
  content: "\E155";
}
.material-icons.get_app:before {
  content: "\E884";
}
.material-icons.gif:before {
  content: "\E908";
}
.material-icons.goat:before {
  content: "\DBFF";
}
.material-icons.golf_course:before {
  content: "\EB45";
}
.material-icons.gps_fixed:before {
  content: "\E1B3";
}
.material-icons.gps_not_fixed:before {
  content: "\E1B4";
}
.material-icons.gps_off:before {
  content: "\E1B5";
}
.material-icons.grade:before {
  content: "\E885";
}
.material-icons.gradient:before {
  content: "\E3E9";
}
.material-icons.grain:before {
  content: "\E3EA";
}
.material-icons.graphic_eq:before {
  content: "\E1B8";
}
.material-icons.grid_off:before {
  content: "\E3EB";
}
.material-icons.grid_on:before {
  content: "\E3EC";
}
.material-icons.grid_view:before {
  content: "\E9B0";
}
.material-icons.group:before {
  content: "\E7EF";
}
.material-icons.group_add:before {
  content: "\E7F0";
}
.material-icons.group_work:before {
  content: "\E886";
}
.material-icons.hail:before {
  content: "\E9B1";
}
.material-icons.hardware:before {
  content: "\EA59";
}
.material-icons.hd:before {
  content: "\E052";
}
.material-icons.hdr_off:before {
  content: "\E3ED";
}
.material-icons.hdr_on:before {
  content: "\E3EE";
}
.material-icons.hdr_strong:before {
  content: "\E3F1";
}
.material-icons.hdr_weak:before {
  content: "\E3F2";
}
.material-icons.headset:before {
  content: "\E310";
}
.material-icons.headset_mic:before {
  content: "\E311";
}
.material-icons.headset_off:before {
  content: "\E33A";
}
.material-icons.healing:before {
  content: "\E3F3";
}
.material-icons.hearing:before {
  content: "\E023";
}
.material-icons.height:before {
  content: "\EA16";
}
.material-icons.help:before {
  content: "\E887";
}
.material-icons.help_outline:before {
  content: "\E8FD";
}
.material-icons.high_quality:before {
  content: "\E024";
}
.material-icons.highlight:before {
  content: "\E25F";
}
.material-icons.highlight_off:before {
  content: "\E888";
}
.material-icons.highlight_remove:before {
  content: "\E888";
}
.material-icons.history:before {
  content: "\E889";
}
.material-icons.home:before {
  content: "\E88A";
}
.material-icons.home_filled:before {
  content: "\E9B2";
}
.material-icons.home_work:before {
  content: "\EA09";
}
.material-icons.horizontal_split:before {
  content: "\E947";
}
.material-icons.hot_tub:before {
  content: "\EB46";
}
.material-icons.hotel:before {
  content: "\E53A";
}
.material-icons.hourglass_empty:before {
  content: "\E88B";
}
.material-icons.hourglass_full:before {
  content: "\E88C";
}
.material-icons.house:before {
  content: "\EA44";
}
.material-icons.how_to_reg:before {
  content: "\E174";
}
.material-icons.how_to_vote:before {
  content: "\E175";
}
.material-icons.http:before {
  content: "\E902";
}
.material-icons.https:before {
  content: "\E88D";
}
.material-icons.icecream:before {
  content: "\EA69";
}
.material-icons.image:before {
  content: "\E3F4";
}
.material-icons.image_aspect_ratio:before {
  content: "\E3F5";
}
.material-icons.image_search:before {
  content: "\E43F";
}
.material-icons.imagesearch_roller:before {
  content: "\E9B4";
}
.material-icons.import_contacts:before {
  content: "\E0E0";
}
.material-icons.import_export:before {
  content: "\E0C3";
}
.material-icons.important_devices:before {
  content: "\E912";
}
.material-icons.inbox:before {
  content: "\E156";
}
.material-icons.indeterminate_check_box:before {
  content: "\E909";
}
.material-icons.info:before {
  content: "\E88E";
}
.material-icons.info_outline:before {
  content: "\E88F";
}
.material-icons.input:before {
  content: "\E890";
}
.material-icons.insert_chart:before {
  content: "\E24B";
}
.material-icons.insert_chart_outlined:before {
  content: "\E26A";
}
.material-icons.insert_comment:before {
  content: "\E24C";
}
.material-icons.insert_drive_file:before {
  content: "\E24D";
}
.material-icons.insert_emoticon:before {
  content: "\E24E";
}
.material-icons.insert_invitation:before {
  content: "\E24F";
}
.material-icons.insert_link:before {
  content: "\E250";
}
.material-icons.insert_photo:before {
  content: "\E251";
}
.material-icons.inventory:before {
  content: "\E179";
}
.material-icons.invert_colors:before {
  content: "\E891";
}
.material-icons.invert_colors_off:before {
  content: "\E0C4";
}
.material-icons.invert_colors_on:before {
  content: "\E891";
}
.material-icons.iso:before {
  content: "\E3F6";
}
.material-icons.keyboard:before {
  content: "\E312";
}
.material-icons.keyboard_arrow_down:before {
  content: "\E313";
}
.material-icons.keyboard_arrow_left:before {
  content: "\E314";
}
.material-icons.keyboard_arrow_right:before {
  content: "\E315";
}
.material-icons.keyboard_arrow_up:before {
  content: "\E316";
}
.material-icons.keyboard_backspace:before {
  content: "\E317";
}
.material-icons.keyboard_capslock:before {
  content: "\E318";
}
.material-icons.keyboard_control:before {
  content: "\E5D3";
}
.material-icons.keyboard_hide:before {
  content: "\E31A";
}
.material-icons.keyboard_return:before {
  content: "\E31B";
}
.material-icons.keyboard_tab:before {
  content: "\E31C";
}
.material-icons.keyboard_voice:before {
  content: "\E31D";
}
.material-icons.king_bed:before {
  content: "\EA45";
}
.material-icons.kitchen:before {
  content: "\EB47";
}
.material-icons.label:before {
  content: "\E892";
}
.material-icons.label_important:before {
  content: "\E937";
}
.material-icons.label_important_outline:before {
  content: "\E948";
}
.material-icons.label_off:before {
  content: "\E9B6";
}
.material-icons.label_outline:before {
  content: "\E893";
}
.material-icons.landscape:before {
  content: "\E3F7";
}
.material-icons.language:before {
  content: "\E894";
}
.material-icons.laptop:before {
  content: "\E31E";
}
.material-icons.laptop_chromebook:before {
  content: "\E31F";
}
.material-icons.laptop_mac:before {
  content: "\E320";
}
.material-icons.laptop_windows:before {
  content: "\E321";
}
.material-icons.last_page:before {
  content: "\E5DD";
}
.material-icons.launch:before {
  content: "\E895";
}
.material-icons.layers:before {
  content: "\E53B";
}
.material-icons.layers_clear:before {
  content: "\E53C";
}
.material-icons.leak_add:before {
  content: "\E3F8";
}
.material-icons.leak_remove:before {
  content: "\E3F9";
}
.material-icons.lens:before {
  content: "\E3FA";
}
.material-icons.library_add:before {
  content: "\E02E";
}
.material-icons.library_add_check:before {
  content: "\E9B7";
}
.material-icons.library_books:before {
  content: "\E02F";
}
.material-icons.library_music:before {
  content: "\E030";
}
.material-icons.lightbulb:before {
  content: "\E0F0";
}
.material-icons.lightbulb_outline:before {
  content: "\E90F";
}
.material-icons.line_style:before {
  content: "\E919";
}
.material-icons.line_weight:before {
  content: "\E91A";
}
.material-icons.linear_scale:before {
  content: "\E260";
}
.material-icons.link:before {
  content: "\E157";
}
.material-icons.link_off:before {
  content: "\E16F";
}
.material-icons.linked_camera:before {
  content: "\E438";
}
.material-icons.liquor:before {
  content: "\EA60";
}
.material-icons.list:before {
  content: "\E896";
}
.material-icons.list_alt:before {
  content: "\E0EE";
}
.material-icons.live_help:before {
  content: "\E0C6";
}
.material-icons.live_tv:before {
  content: "\E639";
}
.material-icons.local_activity:before {
  content: "\E53F";
}
.material-icons.local_airport:before {
  content: "\E53D";
}
.material-icons.local_atm:before {
  content: "\E53E";
}
.material-icons.local_attraction:before {
  content: "\E53F";
}
.material-icons.local_bar:before {
  content: "\E540";
}
.material-icons.local_cafe:before {
  content: "\E541";
}
.material-icons.local_car_wash:before {
  content: "\E542";
}
.material-icons.local_convenience_store:before {
  content: "\E543";
}
.material-icons.local_dining:before {
  content: "\E556";
}
.material-icons.local_drink:before {
  content: "\E544";
}
.material-icons.local_florist:before {
  content: "\E545";
}
.material-icons.local_gas_station:before {
  content: "\E546";
}
.material-icons.local_grocery_store:before {
  content: "\E547";
}
.material-icons.local_hospital:before {
  content: "\E548";
}
.material-icons.local_hotel:before {
  content: "\E549";
}
.material-icons.local_laundry_service:before {
  content: "\E54A";
}
.material-icons.local_library:before {
  content: "\E54B";
}
.material-icons.local_mall:before {
  content: "\E54C";
}
.material-icons.local_movies:before {
  content: "\E54D";
}
.material-icons.local_offer:before {
  content: "\E54E";
}
.material-icons.local_parking:before {
  content: "\E54F";
}
.material-icons.local_pharmacy:before {
  content: "\E550";
}
.material-icons.local_phone:before {
  content: "\E551";
}
.material-icons.local_pizza:before {
  content: "\E552";
}
.material-icons.local_play:before {
  content: "\E553";
}
.material-icons.local_post_office:before {
  content: "\E554";
}
.material-icons.local_print_shop:before {
  content: "\E555";
}
.material-icons.local_printshop:before {
  content: "\E555";
}
.material-icons.local_restaurant:before {
  content: "\E556";
}
.material-icons.local_see:before {
  content: "\E557";
}
.material-icons.local_shipping:before {
  content: "\E558";
}
.material-icons.local_taxi:before {
  content: "\E559";
}
.material-icons.location_city:before {
  content: "\E7F1";
}
.material-icons.location_disabled:before {
  content: "\E1B6";
}
.material-icons.location_history:before {
  content: "\E55A";
}
.material-icons.location_off:before {
  content: "\E0C7";
}
.material-icons.location_on:before {
  content: "\E0C8";
}
.material-icons.location_searching:before {
  content: "\E1B7";
}
.material-icons.lock:before {
  content: "\E897";
}
.material-icons.lock_open:before {
  content: "\E898";
}
.material-icons.lock_outline:before {
  content: "\E899";
}
.material-icons.logout:before {
  content: "\E9BA";
}
.material-icons.looks:before {
  content: "\E3FC";
}
.material-icons.looks_3:before {
  content: "\E3FB";
}
.material-icons.looks_4:before {
  content: "\E3FD";
}
.material-icons.looks_5:before {
  content: "\E3FE";
}
.material-icons.looks_6:before {
  content: "\E3FF";
}
.material-icons.looks_one:before {
  content: "\E400";
}
.material-icons.looks_two:before {
  content: "\E401";
}
.material-icons.loop:before {
  content: "\E028";
}
.material-icons.loupe:before {
  content: "\E402";
}
.material-icons.low_priority:before {
  content: "\E16D";
}
.material-icons.loyalty:before {
  content: "\E89A";
}
.material-icons.lunch_dining:before {
  content: "\EA61";
}
.material-icons.mail:before {
  content: "\E158";
}
.material-icons.mail_outline:before {
  content: "\E0E1";
}
.material-icons.map:before {
  content: "\E55B";
}
.material-icons.margin:before {
  content: "\E9BB";
}
.material-icons.mark_as_unread:before {
  content: "\E9BC";
}
.material-icons.markunread:before {
  content: "\E159";
}
.material-icons.markunread_mailbox:before {
  content: "\E89B";
}
.material-icons.maximize:before {
  content: "\E930";
}
.material-icons.meeting_room:before {
  content: "\EB4F";
}
.material-icons.memory:before {
  content: "\E322";
}
.material-icons.menu:before {
  content: "\E5D2";
}
.material-icons.menu_book:before {
  content: "\EA19";
}
.material-icons.menu_open:before {
  content: "\E9BD";
}
.material-icons.merge_type:before {
  content: "\E252";
}
.material-icons.message:before {
  content: "\E0C9";
}
.material-icons.messenger:before {
  content: "\E0CA";
}
.material-icons.messenger_outline:before {
  content: "\E0CB";
}
.material-icons.mic:before {
  content: "\E029";
}
.material-icons.mic_none:before {
  content: "\E02A";
}
.material-icons.mic_off:before {
  content: "\E02B";
}
.material-icons.minimize:before {
  content: "\E931";
}
.material-icons.missed_video_call:before {
  content: "\E073";
}
.material-icons.mms:before {
  content: "\E618";
}
.material-icons.mobile_friendly:before {
  content: "\E200";
}
.material-icons.mobile_off:before {
  content: "\E201";
}
.material-icons.mobile_screen_share:before {
  content: "\E0E7";
}
.material-icons.mode_comment:before {
  content: "\E253";
}
.material-icons.mode_edit:before {
  content: "\E254";
}
.material-icons.monetization_on:before {
  content: "\E263";
}
.material-icons.money:before {
  content: "\E57D";
}
.material-icons.money_off:before {
  content: "\E25C";
}
.material-icons.monochrome_photos:before {
  content: "\E403";
}
.material-icons.mood:before {
  content: "\E7F2";
}
.material-icons.mood_bad:before {
  content: "\E7F3";
}
.material-icons.more:before {
  content: "\E619";
}
.material-icons.more_horiz:before {
  content: "\E5D3";
}
.material-icons.more_vert:before {
  content: "\E5D4";
}
.material-icons.motorcycle:before {
  content: "\E91B";
}
.material-icons.mouse:before {
  content: "\E323";
}
.material-icons.move_to_inbox:before {
  content: "\E168";
}
.material-icons.movie:before {
  content: "\E02C";
}
.material-icons.movie_creation:before {
  content: "\E404";
}
.material-icons.movie_filter:before {
  content: "\E43A";
}
.material-icons.mp:before {
  content: "\E9C3";
}
.material-icons.multiline_chart:before {
  content: "\E6DF";
}
.material-icons.multitrack_audio:before {
  content: "\E1B8";
}
.material-icons.museum:before {
  content: "\EA36";
}
.material-icons.music_note:before {
  content: "\E405";
}
.material-icons.music_off:before {
  content: "\E440";
}
.material-icons.music_video:before {
  content: "\E063";
}
.material-icons.my_library_add:before {
  content: "\E02E";
}
.material-icons.my_library_books:before {
  content: "\E02F";
}
.material-icons.my_library_music:before {
  content: "\E030";
}
.material-icons.my_location:before {
  content: "\E55C";
}
.material-icons.nature:before {
  content: "\E406";
}
.material-icons.nature_people:before {
  content: "\E407";
}
.material-icons.navigate_before:before {
  content: "\E408";
}
.material-icons.navigate_next:before {
  content: "\E409";
}
.material-icons.navigation:before {
  content: "\E55D";
}
.material-icons.near_me:before {
  content: "\E569";
}
.material-icons.network_cell:before {
  content: "\E1B9";
}
.material-icons.network_check:before {
  content: "\E640";
}
.material-icons.network_locked:before {
  content: "\E61A";
}
.material-icons.network_wifi:before {
  content: "\E1BA";
}
.material-icons.new_releases:before {
  content: "\E031";
}
.material-icons.next_week:before {
  content: "\E16A";
}
.material-icons.nfc:before {
  content: "\E1BB";
}
.material-icons.nightlife:before {
  content: "\EA62";
}
.material-icons.nights_stay:before {
  content: "\EA46";
}
.material-icons.no_encryption:before {
  content: "\E641";
}
.material-icons.no_meeting_room:before {
  content: "\EB4E";
}
.material-icons.no_sim:before {
  content: "\E0CC";
}
.material-icons.not_interested:before {
  content: "\E033";
}
.material-icons.not_listed_location:before {
  content: "\E575";
}
.material-icons.note:before {
  content: "\E06F";
}
.material-icons.note_add:before {
  content: "\E89C";
}
.material-icons.notes:before {
  content: "\E26C";
}
.material-icons.notification_important:before {
  content: "\E004";
}
.material-icons.notifications:before {
  content: "\E7F4";
}
.material-icons.notifications_active:before {
  content: "\E7F7";
}
.material-icons.notifications_none:before {
  content: "\E7F5";
}
.material-icons.notifications_off:before {
  content: "\E7F6";
}
.material-icons.notifications_on:before {
  content: "\E7F7";
}
.material-icons.notifications_paused:before {
  content: "\E7F8";
}
.material-icons.now_wallpaper:before {
  content: "\E1BC";
}
.material-icons.now_widgets:before {
  content: "\E1BD";
}
.material-icons.offline_bolt:before {
  content: "\E932";
}
.material-icons.offline_pin:before {
  content: "\E90A";
}
.material-icons.offline_share:before {
  content: "\E9C5";
}
.material-icons.ondemand_video:before {
  content: "\E63A";
}
.material-icons.opacity:before {
  content: "\E91C";
}
.material-icons.open_in_browser:before {
  content: "\E89D";
}
.material-icons.open_in_new:before {
  content: "\E89E";
}
.material-icons.open_with:before {
  content: "\E89F";
}
.material-icons.outdoor_grill:before {
  content: "\EA47";
}
.material-icons.outlined_flag:before {
  content: "\E16E";
}
.material-icons.padding:before {
  content: "\E9C8";
}
.material-icons.pages:before {
  content: "\E7F9";
}
.material-icons.pageview:before {
  content: "\E8A0";
}
.material-icons.palette:before {
  content: "\E40A";
}
.material-icons.pan_tool:before {
  content: "\E925";
}
.material-icons.panorama:before {
  content: "\E40B";
}
.material-icons.panorama_fish_eye:before {
  content: "\E40C";
}
.material-icons.panorama_fisheye:before {
  content: "\E40C";
}
.material-icons.panorama_horizontal:before {
  content: "\E40D";
}
.material-icons.panorama_photosphere:before {
  content: "\E9C9";
}
.material-icons.panorama_photosphere_select:before {
  content: "\E9CA";
}
.material-icons.panorama_vertical:before {
  content: "\E40E";
}
.material-icons.panorama_wide_angle:before {
  content: "\E40F";
}
.material-icons.park:before {
  content: "\EA63";
}
.material-icons.party_mode:before {
  content: "\E7FA";
}
.material-icons.pause:before {
  content: "\E034";
}
.material-icons.pause_circle_filled:before {
  content: "\E035";
}
.material-icons.pause_circle_outline:before {
  content: "\E036";
}
.material-icons.pause_presentation:before {
  content: "\E0EA";
}
.material-icons.payment:before {
  content: "\E8A1";
}
.material-icons.people:before {
  content: "\E7FB";
}
.material-icons.people_alt:before {
  content: "\EA21";
}
.material-icons.people_outline:before {
  content: "\E7FC";
}
.material-icons.perm_camera_mic:before {
  content: "\E8A2";
}
.material-icons.perm_contact_cal:before {
  content: "\E8A3";
}
.material-icons.perm_contact_calendar:before {
  content: "\E8A3";
}
.material-icons.perm_data_setting:before {
  content: "\E8A4";
}
.material-icons.perm_device_info:before {
  content: "\E8A5";
}
.material-icons.perm_device_information:before {
  content: "\E8A5";
}
.material-icons.perm_identity:before {
  content: "\E8A6";
}
.material-icons.perm_media:before {
  content: "\E8A7";
}
.material-icons.perm_phone_msg:before {
  content: "\E8A8";
}
.material-icons.perm_scan_wifi:before {
  content: "\E8A9";
}
.material-icons.person:before {
  content: "\E7FD";
}
.material-icons.person_add:before {
  content: "\E7FE";
}
.material-icons.person_add_disabled:before {
  content: "\E9CB";
}
.material-icons.person_outline:before {
  content: "\E7FF";
}
.material-icons.person_pin:before {
  content: "\E55A";
}
.material-icons.person_pin_circle:before {
  content: "\E56A";
}
.material-icons.personal_video:before {
  content: "\E63B";
}
.material-icons.pets:before {
  content: "\E91D";
}
.material-icons.phone:before {
  content: "\E0CD";
}
.material-icons.phone_android:before {
  content: "\E324";
}
.material-icons.phone_bluetooth_speaker:before {
  content: "\E61B";
}
.material-icons.phone_callback:before {
  content: "\E649";
}
.material-icons.phone_disabled:before {
  content: "\E9CC";
}
.material-icons.phone_enabled:before {
  content: "\E9CD";
}
.material-icons.phone_forwarded:before {
  content: "\E61C";
}
.material-icons.phone_in_talk:before {
  content: "\E61D";
}
.material-icons.phone_iphone:before {
  content: "\E325";
}
.material-icons.phone_locked:before {
  content: "\E61E";
}
.material-icons.phone_missed:before {
  content: "\E61F";
}
.material-icons.phone_paused:before {
  content: "\E620";
}
.material-icons.phonelink:before {
  content: "\E326";
}
.material-icons.phonelink_erase:before {
  content: "\E0DB";
}
.material-icons.phonelink_lock:before {
  content: "\E0DC";
}
.material-icons.phonelink_off:before {
  content: "\E327";
}
.material-icons.phonelink_ring:before {
  content: "\E0DD";
}
.material-icons.phonelink_setup:before {
  content: "\E0DE";
}
.material-icons.photo:before {
  content: "\E410";
}
.material-icons.photo_album:before {
  content: "\E411";
}
.material-icons.photo_camera:before {
  content: "\E412";
}
.material-icons.photo_filter:before {
  content: "\E43B";
}
.material-icons.photo_library:before {
  content: "\E413";
}
.material-icons.photo_size_select_actual:before {
  content: "\E432";
}
.material-icons.photo_size_select_large:before {
  content: "\E433";
}
.material-icons.photo_size_select_small:before {
  content: "\E434";
}
.material-icons.picture_as_pdf:before {
  content: "\E415";
}
.material-icons.picture_in_picture:before {
  content: "\E8AA";
}
.material-icons.picture_in_picture_alt:before {
  content: "\E911";
}
.material-icons.pie_chart:before {
  content: "\E6C4";
}
.material-icons.pie_chart_outlined:before {
  content: "\E6C5";
}
.material-icons.pin_drop:before {
  content: "\E55E";
}
.material-icons.pivot_table_chart:before {
  content: "\E9CE";
}
.material-icons.place:before {
  content: "\E55F";
}
.material-icons.play_arrow:before {
  content: "\E037";
}
.material-icons.play_circle_fill:before {
  content: "\E038";
}
.material-icons.play_circle_filled:before {
  content: "\E038";
}
.material-icons.play_circle_outline:before {
  content: "\E039";
}
.material-icons.play_for_work:before {
  content: "\E906";
}
.material-icons.playlist_add:before {
  content: "\E03B";
}
.material-icons.playlist_add_check:before {
  content: "\E065";
}
.material-icons.playlist_play:before {
  content: "\E05F";
}
.material-icons.plus_one:before {
  content: "\E800";
}
.material-icons.policy:before {
  content: "\EA17";
}
.material-icons.poll:before {
  content: "\E801";
}
.material-icons.polymer:before {
  content: "\E8AB";
}
.material-icons.pool:before {
  content: "\EB48";
}
.material-icons.portable_wifi_off:before {
  content: "\E0CE";
}
.material-icons.portrait:before {
  content: "\E416";
}
.material-icons.post_add:before {
  content: "\EA20";
}
.material-icons.power:before {
  content: "\E63C";
}
.material-icons.power_input:before {
  content: "\E336";
}
.material-icons.power_off:before {
  content: "\E646";
}
.material-icons.power_settings_new:before {
  content: "\E8AC";
}
.material-icons.pregnant_woman:before {
  content: "\E91E";
}
.material-icons.present_to_all:before {
  content: "\E0DF";
}
.material-icons.print:before {
  content: "\E8AD";
}
.material-icons.print_disabled:before {
  content: "\E9CF";
}
.material-icons.priority_high:before {
  content: "\E645";
}
.material-icons.public:before {
  content: "\E80B";
}
.material-icons.publish:before {
  content: "\E255";
}
.material-icons.query_builder:before {
  content: "\E8AE";
}
.material-icons.question_answer:before {
  content: "\E8AF";
}
.material-icons.queue:before {
  content: "\E03C";
}
.material-icons.queue_music:before {
  content: "\E03D";
}
.material-icons.queue_play_next:before {
  content: "\E066";
}
.material-icons.quick_contacts_dialer:before {
  content: "\E0CF";
}
.material-icons.quick_contacts_mail:before {
  content: "\E0D0";
}
.material-icons.radio:before {
  content: "\E03E";
}
.material-icons.radio_button_checked:before {
  content: "\E837";
}
.material-icons.radio_button_off:before {
  content: "\E836";
}
.material-icons.radio_button_on:before {
  content: "\E837";
}
.material-icons.radio_button_unchecked:before {
  content: "\E836";
}
.material-icons.railway_alert:before {
  content: "\E9D1";
}
.material-icons.ramen_dining:before {
  content: "\EA64";
}
.material-icons.rate_review:before {
  content: "\E560";
}
.material-icons.receipt:before {
  content: "\E8B0";
}
.material-icons.recent_actors:before {
  content: "\E03F";
}
.material-icons.recommend:before {
  content: "\E9D2";
}
.material-icons.record_voice_over:before {
  content: "\E91F";
}
.material-icons.redeem:before {
  content: "\E8B1";
}
.material-icons.redo:before {
  content: "\E15A";
}
.material-icons.refresh:before {
  content: "\E5D5";
}
.material-icons.remove:before {
  content: "\E15B";
}
.material-icons.remove_circle:before {
  content: "\E15C";
}
.material-icons.remove_circle_outline:before {
  content: "\E15D";
}
.material-icons.remove_done:before {
  content: "\E9D3";
}
.material-icons.remove_from_queue:before {
  content: "\E067";
}
.material-icons.remove_moderator:before {
  content: "\E9D4";
}
.material-icons.remove_red_eye:before {
  content: "\E417";
}
.material-icons.remove_shopping_cart:before {
  content: "\E928";
}
.material-icons.reorder:before {
  content: "\E8FE";
}
.material-icons.repeat:before {
  content: "\E040";
}
.material-icons.repeat_on:before {
  content: "\E9D6";
}
.material-icons.repeat_one:before {
  content: "\E041";
}
.material-icons.repeat_one_on:before {
  content: "\E9D7";
}
.material-icons.replay:before {
  content: "\E042";
}
.material-icons.replay_10:before {
  content: "\E059";
}
.material-icons.replay_30:before {
  content: "\E05A";
}
.material-icons.replay_5:before {
  content: "\E05B";
}
.material-icons.replay_circle_filled:before {
  content: "\E9D8";
}
.material-icons.reply:before {
  content: "\E15E";
}
.material-icons.reply_all:before {
  content: "\E15F";
}
.material-icons.report:before {
  content: "\E160";
}
.material-icons.report_off:before {
  content: "\E170";
}
.material-icons.report_problem:before {
  content: "\E8B2";
}
.material-icons.reset_tv:before {
  content: "\E9D9";
}
.material-icons.restaurant:before {
  content: "\E56C";
}
.material-icons.restaurant_menu:before {
  content: "\E561";
}
.material-icons.restore:before {
  content: "\E8B3";
}
.material-icons.restore_from_trash:before {
  content: "\E938";
}
.material-icons.restore_page:before {
  content: "\E929";
}
.material-icons.ring_volume:before {
  content: "\E0D1";
}
.material-icons.room:before {
  content: "\E8B4";
}
.material-icons.room_service:before {
  content: "\EB49";
}
.material-icons.rotate_90_degrees_ccw:before {
  content: "\E418";
}
.material-icons.rotate_left:before {
  content: "\E419";
}
.material-icons.rotate_right:before {
  content: "\E41A";
}
.material-icons.rounded_corner:before {
  content: "\E920";
}
.material-icons.router:before {
  content: "\E328";
}
.material-icons.rowing:before {
  content: "\E921";
}
.material-icons.rss_feed:before {
  content: "\E0E5";
}
.material-icons.rtt:before {
  content: "\E9AD";
}
.material-icons.rv_hookup:before {
  content: "\E642";
}
.material-icons.satellite:before {
  content: "\E562";
}
.material-icons.save:before {
  content: "\E161";
}
.material-icons.save_alt:before {
  content: "\E171";
}
.material-icons.saved_search:before {
  content: "\EA11";
}
.material-icons.scanner:before {
  content: "\E329";
}
.material-icons.scatter_plot:before {
  content: "\E268";
}
.material-icons.schedule:before {
  content: "\E8B5";
}
.material-icons.schedule_send:before {
  content: "\EA0A";
}
.material-icons.school:before {
  content: "\E80C";
}
.material-icons.score:before {
  content: "\E269";
}
.material-icons.screen_lock_landscape:before {
  content: "\E1BE";
}
.material-icons.screen_lock_portrait:before {
  content: "\E1BF";
}
.material-icons.screen_lock_rotation:before {
  content: "\E1C0";
}
.material-icons.screen_rotation:before {
  content: "\E1C1";
}
.material-icons.screen_share:before {
  content: "\E0E2";
}
.material-icons.sd:before {
  content: "\E9DD";
}
.material-icons.sd_card:before {
  content: "\E623";
}
.material-icons.sd_storage:before {
  content: "\E1C2";
}
.material-icons.search:before {
  content: "\E8B6";
}
.material-icons.security:before {
  content: "\E32A";
}
.material-icons.segment:before {
  content: "\E94B";
}
.material-icons.select_all:before {
  content: "\E162";
}
.material-icons.send:before {
  content: "\E163";
}
.material-icons.send_and_archive:before {
  content: "\EA0C";
}
.material-icons.sentiment_dissatisfied:before {
  content: "\E811";
}
.material-icons.sentiment_neutral:before {
  content: "\E812";
}
.material-icons.sentiment_satisfied:before {
  content: "\E813";
}
.material-icons.sentiment_satisfied_alt:before {
  content: "\E0ED";
}
.material-icons.sentiment_very_dissatisfied:before {
  content: "\E814";
}
.material-icons.sentiment_very_satisfied:before {
  content: "\E815";
}
.material-icons.settings:before {
  content: "\E8B8";
}
.material-icons.settings_applications:before {
  content: "\E8B9";
}
.material-icons.settings_backup_restore:before {
  content: "\E8BA";
}
.material-icons.settings_bluetooth:before {
  content: "\E8BB";
}
.material-icons.settings_brightness:before {
  content: "\E8BD";
}
.material-icons.settings_cell:before {
  content: "\E8BC";
}
.material-icons.settings_display:before {
  content: "\E8BD";
}
.material-icons.settings_ethernet:before {
  content: "\E8BE";
}
.material-icons.settings_input_antenna:before {
  content: "\E8BF";
}
.material-icons.settings_input_component:before {
  content: "\E8C0";
}
.material-icons.settings_input_composite:before {
  content: "\E8C1";
}
.material-icons.settings_input_hdmi:before {
  content: "\E8C2";
}
.material-icons.settings_input_svideo:before {
  content: "\E8C3";
}
.material-icons.settings_overscan:before {
  content: "\E8C4";
}
.material-icons.settings_phone:before {
  content: "\E8C5";
}
.material-icons.settings_power:before {
  content: "\E8C6";
}
.material-icons.settings_remote:before {
  content: "\E8C7";
}
.material-icons.settings_system_daydream:before {
  content: "\E1C3";
}
.material-icons.settings_voice:before {
  content: "\E8C8";
}
.material-icons.share:before {
  content: "\E80D";
}
.material-icons.shield:before {
  content: "\E9E0";
}
.material-icons.shop:before {
  content: "\E8C9";
}
.material-icons.shop_two:before {
  content: "\E8CA";
}
.material-icons.shopping_basket:before {
  content: "\E8CB";
}
.material-icons.shopping_cart:before {
  content: "\E8CC";
}
.material-icons.short_text:before {
  content: "\E261";
}
.material-icons.show_chart:before {
  content: "\E6E1";
}
.material-icons.shuffle:before {
  content: "\E043";
}
.material-icons.shuffle_on:before {
  content: "\E9E1";
}
.material-icons.shutter_speed:before {
  content: "\E43D";
}
.material-icons.signal_cellular_4_bar:before {
  content: "\E1C8";
}
.material-icons.signal_cellular_alt:before {
  content: "\E202";
}
.material-icons.signal_cellular_connected_no_internet_4_bar:before {
  content: "\E1CD";
}
.material-icons.signal_cellular_no_sim:before {
  content: "\E1CE";
}
.material-icons.signal_cellular_null:before {
  content: "\E1CF";
}
.material-icons.signal_cellular_off:before {
  content: "\E1D0";
}
.material-icons.signal_wifi_4_bar:before {
  content: "\E1D8";
}
.material-icons.signal_wifi_4_bar_lock:before {
  content: "\E1D9";
}
.material-icons.signal_wifi_off:before {
  content: "\E1DA";
}
.material-icons.sim_card:before {
  content: "\E32B";
}
.material-icons.sim_card_alert:before {
  content: "\E624";
}
.material-icons.single_bed:before {
  content: "\EA48";
}
.material-icons.skip_next:before {
  content: "\E044";
}
.material-icons.skip_previous:before {
  content: "\E045";
}
.material-icons.slideshow:before {
  content: "\E41B";
}
.material-icons.slow_motion_video:before {
  content: "\E068";
}
.material-icons.smartphone:before {
  content: "\E32C";
}
.material-icons.smoke_free:before {
  content: "\EB4A";
}
.material-icons.smoking_rooms:before {
  content: "\EB4B";
}
.material-icons.sms:before {
  content: "\E625";
}
.material-icons.sms_failed:before {
  content: "\E626";
}
.material-icons.snooze:before {
  content: "\E046";
}
.material-icons.sort:before {
  content: "\E164";
}
.material-icons.sort_by_alpha:before {
  content: "\E053";
}
.material-icons.spa:before {
  content: "\EB4C";
}
.material-icons.space_bar:before {
  content: "\E256";
}
.material-icons.speaker:before {
  content: "\E32D";
}
.material-icons.speaker_group:before {
  content: "\E32E";
}
.material-icons.speaker_notes:before {
  content: "\E8CD";
}
.material-icons.speaker_notes_off:before {
  content: "\E92A";
}
.material-icons.speaker_phone:before {
  content: "\E0D2";
}
.material-icons.speed:before {
  content: "\E9E4";
}
.material-icons.spellcheck:before {
  content: "\E8CE";
}
.material-icons.sports:before {
  content: "\EA30";
}
.material-icons.sports_baseball:before {
  content: "\EA51";
}
.material-icons.sports_basketball:before {
  content: "\EA26";
}
.material-icons.sports_cricket:before {
  content: "\EA27";
}
.material-icons.sports_esports:before {
  content: "\EA28";
}
.material-icons.sports_football:before {
  content: "\EA29";
}
.material-icons.sports_golf:before {
  content: "\EA2A";
}
.material-icons.sports_handball:before {
  content: "\EA33";
}
.material-icons.sports_hockey:before {
  content: "\EA2B";
}
.material-icons.sports_kabaddi:before {
  content: "\EA34";
}
.material-icons.sports_mma:before {
  content: "\EA2C";
}
.material-icons.sports_motorsports:before {
  content: "\EA2D";
}
.material-icons.sports_rugby:before {
  content: "\EA2E";
}
.material-icons.sports_soccer:before {
  content: "\EA2F";
}
.material-icons.sports_tennis:before {
  content: "\EA32";
}
.material-icons.sports_volleyball:before {
  content: "\EA31";
}
.material-icons.square_foot:before {
  content: "\EA49";
}
.material-icons.stacked_bar_chart:before {
  content: "\E9E6";
}
.material-icons.star:before {
  content: "\E838";
}
.material-icons.star_border:before {
  content: "\E83A";
}
.material-icons.star_half:before {
  content: "\E839";
}
.material-icons.star_outline:before {
  content: "\E83A";
}
.material-icons.stars:before {
  content: "\E8D0";
}
.material-icons.stay_current_landscape:before {
  content: "\E0D3";
}
.material-icons.stay_current_portrait:before {
  content: "\E0D4";
}
.material-icons.stay_primary_landscape:before {
  content: "\E0D5";
}
.material-icons.stay_primary_portrait:before {
  content: "\E0D6";
}
.material-icons.stop:before {
  content: "\E047";
}
.material-icons.stop_screen_share:before {
  content: "\E0E3";
}
.material-icons.storage:before {
  content: "\E1DB";
}
.material-icons.store:before {
  content: "\E8D1";
}
.material-icons.store_mall_directory:before {
  content: "\E563";
}
.material-icons.storefront:before {
  content: "\EA12";
}
.material-icons.straighten:before {
  content: "\E41C";
}
.material-icons.stream:before {
  content: "\E9E9";
}
.material-icons.streetview:before {
  content: "\E56E";
}
.material-icons.strikethrough_s:before {
  content: "\E257";
}
.material-icons.style:before {
  content: "\E41D";
}
.material-icons.subdirectory_arrow_left:before {
  content: "\E5D9";
}
.material-icons.subdirectory_arrow_right:before {
  content: "\E5DA";
}
.material-icons.subject:before {
  content: "\E8D2";
}
.material-icons.subscriptions:before {
  content: "\E064";
}
.material-icons.subtitles:before {
  content: "\E048";
}
.material-icons.subway:before {
  content: "\E56F";
}
.material-icons.supervised_user_circle:before {
  content: "\E939";
}
.material-icons.supervisor_account:before {
  content: "\E8D3";
}
.material-icons.surround_sound:before {
  content: "\E049";
}
.material-icons.swap_calls:before {
  content: "\E0D7";
}
.material-icons.swap_horiz:before {
  content: "\E8D4";
}
.material-icons.swap_horizontal_circle:before {
  content: "\E933";
}
.material-icons.swap_vert:before {
  content: "\E8D5";
}
.material-icons.swap_vert_circle:before {
  content: "\E8D6";
}
.material-icons.swap_vertical_circle:before {
  content: "\E8D6";
}
.material-icons.swipe:before {
  content: "\E9EC";
}
.material-icons.switch_account:before {
  content: "\E9ED";
}
.material-icons.switch_camera:before {
  content: "\E41E";
}
.material-icons.switch_video:before {
  content: "\E41F";
}
.material-icons.sync:before {
  content: "\E627";
}
.material-icons.sync_alt:before {
  content: "\EA18";
}
.material-icons.sync_disabled:before {
  content: "\E628";
}
.material-icons.sync_problem:before {
  content: "\E629";
}
.material-icons.system_update:before {
  content: "\E62A";
}
.material-icons.system_update_alt:before {
  content: "\E8D7";
}
.material-icons.system_update_tv:before {
  content: "\E8D7";
}
.material-icons.tab:before {
  content: "\E8D8";
}
.material-icons.tab_unselected:before {
  content: "\E8D9";
}
.material-icons.table_chart:before {
  content: "\E265";
}
.material-icons.tablet:before {
  content: "\E32F";
}
.material-icons.tablet_android:before {
  content: "\E330";
}
.material-icons.tablet_mac:before {
  content: "\E331";
}
.material-icons.tag:before {
  content: "\E9EF";
}
.material-icons.tag_faces:before {
  content: "\E420";
}
.material-icons.takeout_dining:before {
  content: "\EA74";
}
.material-icons.tap_and_play:before {
  content: "\E62B";
}
.material-icons.terrain:before {
  content: "\E564";
}
.material-icons.text_fields:before {
  content: "\E262";
}
.material-icons.text_format:before {
  content: "\E165";
}
.material-icons.text_rotate_up:before {
  content: "\E93A";
}
.material-icons.text_rotate_vertical:before {
  content: "\E93B";
}
.material-icons.text_rotation_angledown:before {
  content: "\E93C";
}
.material-icons.text_rotation_angleup:before {
  content: "\E93D";
}
.material-icons.text_rotation_down:before {
  content: "\E93E";
}
.material-icons.text_rotation_none:before {
  content: "\E93F";
}
.material-icons.textsms:before {
  content: "\E0D8";
}
.material-icons.texture:before {
  content: "\E421";
}
.material-icons.theater_comedy:before {
  content: "\EA66";
}
.material-icons.theaters:before {
  content: "\E8DA";
}
.material-icons.thumb_down:before {
  content: "\E8DB";
}
.material-icons.thumb_down_alt:before {
  content: "\E816";
}
.material-icons.thumb_down_off_alt:before {
  content: "\E9F2";
}
.material-icons.thumb_up:before {
  content: "\E8DC";
}
.material-icons.thumb_up_alt:before {
  content: "\E817";
}
.material-icons.thumb_up_off_alt:before {
  content: "\E9F3";
}
.material-icons.thumbs_up_down:before {
  content: "\E8DD";
}
.material-icons.time_to_leave:before {
  content: "\E62C";
}
.material-icons.timelapse:before {
  content: "\E422";
}
.material-icons.timeline:before {
  content: "\E922";
}
.material-icons.timer:before {
  content: "\E425";
}
.material-icons.timer_10:before {
  content: "\E423";
}
.material-icons.timer_3:before {
  content: "\E424";
}
.material-icons.timer_off:before {
  content: "\E426";
}
.material-icons.title:before {
  content: "\E264";
}
.material-icons.toc:before {
  content: "\E8DE";
}
.material-icons.today:before {
  content: "\E8DF";
}
.material-icons.toggle_off:before {
  content: "\E9F5";
}
.material-icons.toggle_on:before {
  content: "\E9F6";
}
.material-icons.toll:before {
  content: "\E8E0";
}
.material-icons.tonality:before {
  content: "\E427";
}
.material-icons.touch_app:before {
  content: "\E913";
}
.material-icons.toys:before {
  content: "\E332";
}
.material-icons.track_changes:before {
  content: "\E8E1";
}
.material-icons.traffic:before {
  content: "\E565";
}
.material-icons.train:before {
  content: "\E570";
}
.material-icons.tram:before {
  content: "\E571";
}
.material-icons.transfer_within_a_station:before {
  content: "\E572";
}
.material-icons.transform:before {
  content: "\E428";
}
.material-icons.transit_enterexit:before {
  content: "\E579";
}
.material-icons.translate:before {
  content: "\E8E2";
}
.material-icons.trending_down:before {
  content: "\E8E3";
}
.material-icons.trending_flat:before {
  content: "\E8E4";
}
.material-icons.trending_neutral:before {
  content: "\E8E4";
}
.material-icons.trending_up:before {
  content: "\E8E5";
}
.material-icons.trip_origin:before {
  content: "\E57B";
}
.material-icons.tune:before {
  content: "\E429";
}
.material-icons.turned_in:before {
  content: "\E8E6";
}
.material-icons.turned_in_not:before {
  content: "\E8E7";
}
.material-icons.tv:before {
  content: "\E333";
}
.material-icons.tv_off:before {
  content: "\E647";
}
.material-icons.two_wheeler:before {
  content: "\E9F9";
}
.material-icons.unarchive:before {
  content: "\E169";
}
.material-icons.undo:before {
  content: "\E166";
}
.material-icons.unfold_less:before {
  content: "\E5D6";
}
.material-icons.unfold_more:before {
  content: "\E5D7";
}
.material-icons.unsubscribe:before {
  content: "\E0EB";
}
.material-icons.update:before {
  content: "\E923";
}
.material-icons.upload_file:before {
  content: "\E9FC";
}
.material-icons.usb:before {
  content: "\E1E0";
}
.material-icons.verified_user:before {
  content: "\E8E8";
}
.material-icons.vertical_align_bottom:before {
  content: "\E258";
}
.material-icons.vertical_align_center:before {
  content: "\E259";
}
.material-icons.vertical_align_top:before {
  content: "\E25A";
}
.material-icons.vertical_split:before {
  content: "\E949";
}
.material-icons.vibration:before {
  content: "\E62D";
}
.material-icons.video_call:before {
  content: "\E070";
}
.material-icons.video_collection:before {
  content: "\E04A";
}
.material-icons.video_label:before {
  content: "\E071";
}
.material-icons.video_library:before {
  content: "\E04A";
}
.material-icons.videocam:before {
  content: "\E04B";
}
.material-icons.videocam_off:before {
  content: "\E04C";
}
.material-icons.videogame_asset:before {
  content: "\E338";
}
.material-icons.view_agenda:before {
  content: "\E8E9";
}
.material-icons.view_array:before {
  content: "\E8EA";
}
.material-icons.view_carousel:before {
  content: "\E8EB";
}
.material-icons.view_column:before {
  content: "\E8EC";
}
.material-icons.view_comfortable:before {
  content: "\E42A";
}
.material-icons.view_comfy:before {
  content: "\E42A";
}
.material-icons.view_compact:before {
  content: "\E42B";
}
.material-icons.view_day:before {
  content: "\E8ED";
}
.material-icons.view_headline:before {
  content: "\E8EE";
}
.material-icons.view_in_ar:before {
  content: "\E9FE";
}
.material-icons.view_list:before {
  content: "\E8EF";
}
.material-icons.view_module:before {
  content: "\E8F0";
}
.material-icons.view_quilt:before {
  content: "\E8F1";
}
.material-icons.view_stream:before {
  content: "\E8F2";
}
.material-icons.view_week:before {
  content: "\E8F3";
}
.material-icons.vignette:before {
  content: "\E435";
}
.material-icons.visibility:before {
  content: "\E8F4";
}
.material-icons.visibility_off:before {
  content: "\E8F5";
}
.material-icons.voice_chat:before {
  content: "\E62E";
}
.material-icons.voice_over_off:before {
  content: "\E94A";
}
.material-icons.voicemail:before {
  content: "\E0D9";
}
.material-icons.volume_down:before {
  content: "\E04D";
}
.material-icons.volume_mute:before {
  content: "\E04E";
}
.material-icons.volume_off:before {
  content: "\E04F";
}
.material-icons.volume_up:before {
  content: "\E050";
}
.material-icons.volunteer_activism:before {
  content: "\EA70";
}
.material-icons.vpn_key:before {
  content: "\E0DA";
}
.material-icons.vpn_lock:before {
  content: "\E62F";
}
.material-icons.wallet_giftcard:before {
  content: "\E8F6";
}
.material-icons.wallet_membership:before {
  content: "\E8F7";
}
.material-icons.wallet_travel:before {
  content: "\E8F8";
}
.material-icons.wallpaper:before {
  content: "\E1BC";
}
.material-icons.warning:before {
  content: "\E002";
}
.material-icons.watch:before {
  content: "\E334";
}
.material-icons.watch_later:before {
  content: "\E924";
}
.material-icons.waterfall_chart:before {
  content: "\EA00";
}
.material-icons.waves:before {
  content: "\E176";
}
.material-icons.wb_auto:before {
  content: "\E42C";
}
.material-icons.wb_cloudy:before {
  content: "\E42D";
}
.material-icons.wb_incandescent:before {
  content: "\E42E";
}
.material-icons.wb_iridescent:before {
  content: "\E436";
}
.material-icons.wb_shade:before {
  content: "\EA01";
}
.material-icons.wb_sunny:before {
  content: "\E430";
}
.material-icons.wb_twighlight:before {
  content: "\EA02";
}
.material-icons.wc:before {
  content: "\E63D";
}
.material-icons.web:before {
  content: "\E051";
}
.material-icons.web_asset:before {
  content: "\E069";
}
.material-icons.weekend:before {
  content: "\E16B";
}
.material-icons.whatshot:before {
  content: "\E80E";
}
.material-icons.where_to_vote:before {
  content: "\E177";
}
.material-icons.widgets:before {
  content: "\E1BD";
}
.material-icons.wifi:before {
  content: "\E63E";
}
.material-icons.wifi_lock:before {
  content: "\E1E1";
}
.material-icons.wifi_off:before {
  content: "\E648";
}
.material-icons.wifi_tethering:before {
  content: "\E1E2";
}
.material-icons.work:before {
  content: "\E8F9";
}
.material-icons.work_off:before {
  content: "\E942";
}
.material-icons.work_outline:before {
  content: "\E943";
}
.material-icons.workspaces_filled:before {
  content: "\EA0D";
}
.material-icons.workspaces_outline:before {
  content: "\EA0F";
}
.material-icons.wrap_text:before {
  content: "\E25B";
}
.material-icons.youtube_searched_for:before {
  content: "\E8FA";
}
.material-icons.zoom_in:before {
  content: "\E8FF";
}
.material-icons.zoom_out:before {
  content: "\E900";
}
.material-icons.zoom_out_map:before {
  content: "\E56B";
}
body {
  overflow: hidden;
}
.profile-image {
  width: 250px;
}
.md-font {
  font-size: 24px;
}
md-input-container.md-input-focused {
  color: #043655;
}
.md-errors-spacer {
  display: none;
}
.search-box {
  margin-top: 15px;
  padding-bottom: 15px;
}
.search-box md-icon {
  margin-left: 25px;
}
.image-button md-icon {
  display: table-cell;
  vertical-align: middle;
}
.image-button md-icon .md-font {
  display: table-cell;
  vertical-align: middle;
}
.image-button .image-button-label {
  padding-left: 10px;
  padding-right: 10px;
  display: table-cell;
  vertical-align: middle;
}
.button-group button {
  min-width: 200px;
  text-transform: none;
  margin: 6px;
}
.center-content {
  display: table-cell;
  vertical-align: middle;
}
#top-heading-bar {
  background: white;
  color: #043655;
}
#top-heading-bar h1 {
  margin-bottom: 10px;
  font-family: Helvetica, sans-serif;
  font-size: 50px;
}
#top-heading-bar h1 a {
  font-weight: bold;
}
#top-heading-bar h1 b {
  font-size: 68.5pt;
  color: #007bc0;
  margin-bottom: 15px;
}
.profile {
  position: absolute;
  right: 0;
  top: 0;
  margin-top: 15px;
  margin-right: 15px;
}
.profile .user-name {
  display: table-cell;
  vertical-align: middle;
  font-size: 14px;
  padding-right: 10px;
}
.profile md-icon {
  display: table-cell;
  vertical-align: middle;
}
.profile md-icon .md-font {
  color: rgba(0, 0, 0, 0.541176);
  display: table-cell;
  vertical-align: middle;
}
.person-details {
  min-height: 620px;
}
.lower-case {
  text-transform: none;
}
.no-left-margin {
  margin-left: 0;
}
.no-right-margin {
  margin-right: 0;
}
.no-bottom-margin {
  margin-bottom: 0;
}
.no-top-margin {
  margin-top: 0;
}
.with-padding {
  padding: 8px;
}
.no-left-padding {
  padding-left: 0;
}
.no-right-padding {
  padding-right: 0;
}
.no-side-padding {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.with-left-padding {
  padding-left: 15px;
}
.with-right-padding {
  padding-right: 15px;
}
.with-top-padding {
  padding-top: 15px;
}
.with-right-margin {
  margin-right: 15px;
}
.with-left-margin {
  margin-left: 15px;
}
.with-top-margin {
  margin-top: 15px;
}
.with-large-top-margin {
  margin-top: 30px;
}
.with-bottom-margin {
  margin-bottom: 15px !important;
}
.with-large-bottom-margin {
  margin-bottom: 30px;
}
.with-bottom-border {
  border-bottom: solid 1px lightgray;
}
.with-bottom-padding {
  padding-bottom: 15px !important;
}
.with-top-border {
  border-top: solid 1px lightgray;
}
.select-container > md-select {
  margin-top: 0;
}
.select-container > p {
  margin-top: 0;
  margin-bottom: 0;
  -webkit-font-smoothing: antialiased;
  font-size: 12px;
  padding-left: 2px;
  color: rgba(0, 0, 0, 0.54);
  border-color: rgba(0, 0, 0, 0.12);
}
.input-label {
  margin-top: 0;
  margin-bottom: 0;
  -webkit-font-smoothing: antialiased;
  font-size: 12px;
  padding-left: 2px;
  color: rgba(0, 0, 0, 0.54);
  border-color: rgba(0, 0, 0, 0.12);
}
.modal-overlay {
  visibility: visible;
  position: absolute;
  background-color: lightgray;
  opacity: 0.8;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  z-index: 1000;
}
.model-overlay div {
  width: 300px;
  margin: 100px auto;
  opacity: 1;
  background-color: #fff;
  border: 1px solid #000;
  padding: 15px;
  text-align: center;
}
.multiselect {
  padding: 15px;
  border: solid 1px lightgray;
}
.multiselect option {
  padding: 7px;
}
.link-no-style {
  color: rgba(0, 0, 0, 0.870588);
  text-decoration: none;
}
.logical-operator-text {
  font-size: 10px;
  font-weight: bold;
}
.disabled {
  color: rgba(0, 0, 0, 0.258824);
}
.table-header {
  font-weight: bold;
  border-bottom: 1px solid rgba(0, 0, 0, 0.870588);
}
.table-header > span {
  padding-right: 5px;
  padding-bottom: 5px;
}
.table-content button {
  padding-left: 0;
  padding-right: 0;
}
.highlight {
  font-style: italic;
}
.active {
  color: #007bc0;
}
.bold {
  font-weight: bold;
}
.fixed {
  position: fixed;
}
.small-text {
  font-size: 12px;
}
.with-box-shadow {
  background: #f1f5f7;
  box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.24);
}
select {
  padding: 5px;
  border-width: 0 0 1px 0;
  width: 100%;
}
.transparent {
  background-color: transparent;
}
.inversed-select {
  background-color: transparent;
  color: white;
}
.inversed-select > option {
  background-color: white;
  color: black;
}
.auto-width {
  width: auto;
}
.spectrum-label {
  margin-bottom: 35px;
}
.competence-status-list {
  list-style: none;
}
.competence-status-list li {
  margin-bottom: 20px;
  display: table;
}
.bullet {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  margin-right: 15px;
  width: 20px;
  height: 20px;
  border-radius: 15px;
}
.red {
  background-color: red;
}
.orange {
  background-color: orange;
}
.green {
  background-color: green;
}
.status-text {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  padding-left: 15px;
}
.person-tile {
  width: 200px;
  height: 200px;
  display: inline-block !important;
  position: relative;
  margin: 3px;
  padding: 0 !important;
  cursor: pointer;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26) !important;
  background: #fff;
  transition: all 0.3s !important;
}
.person-tile:hover {
  transform: translate3d(0, -3px, 0) !important;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.4) !important;
}
.person-tile-text {
  position: absolute;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 10px;
  color: white;
  white-space: normal;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  width: 180px;
  height: 56px;
}
.person-image {
  width: 200px;
  height: 200px;
  display: inline-block;
  position: absolute;
}
.layout-fill.layout-align-start-start.layout-column {
  height: inherit !important;
  min-height: inherit;
}
.graph {
  min-width: 400px;
  /* Normal min-width is 600px */
}
.graph-heading {
  margin-top: 8px;
  font-size: 18px;
  width: 100%;
  text-align: center;
  font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
  font-weight: normal;
}
.top-navigation-bar {
  min-height: 90px;
  box-shadow: 0px 0px 18px -4px rgba(0, 0, 0, 0.1);
  z-index: 100;
}
.top-navigation-bar .md-toolbar-tools {
  min-height: 90px;
  background: none;
  position: absolute;
  bottom: 0;
}
.white {
  color: white;
}
.logo-image-link {
  height: 50px;
  padding-left: 67px;
  padding-right: 15px;
}
.breadcrumb {
  background-color: transparent;
  color: black;
  left: 100px;
  top: 25px;
  position: relative;
  font-size: 10px;
  text-transform: uppercase;
  padding: 5px;
}
.md-button.md-fab.md-mini {
  background-color: lightgray;
}
.datepicker-label {
  left: 0 !important;
  width: 100% !important;
}
.mat-subheader {
  font-weight: bold !important;
  font-size: 20px !important;
}
mat-checkbox {
  padding-top: 20px;
  padding-bottom: 20px;
}
/* ==========================================================================
Developement Ribbon
========================================================================== */
.ribbon {
  background-color: rgba(170, 0, 0, 0.7);
  right: -3.5em;
  transform: rotate(-45deg);
  overflow: hidden;
  position: fixed;
  bottom: 40px;
  white-space: nowrap;
  width: 15em;
  z-index: 9999;
  pointer-events: none;
}
.ribbon a {
  color: #fff;
  display: block;
  font-weight: 400;
  margin: 1px 0;
  padding: 10px 50px;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 0 5px #444;
  pointer-events: none;
}
/*body {
    background: red;
    color: #fff;
}
a {
    color: #03A9F4;
}*/
.my-custom-tooltip {
  max-width: unset !important; }

/*# sourceMappingURL=app.c1dc135b55c64610bee9.css.map*/