@charset "UTF-8";
@import "https://www-documents.s3.eu-west-1.amazonaws.com/assets/minudoc/public/fonts/aino/Aino-Headline.css";
@import "https://dqs3afosyxqoy.cloudfront.net/assets/common/css/fullcalendar.min.css";
@import "https://dqs3afosyxqoy.cloudfront.net/assets/common/css/daterangepicker.css";

/* node_modules/@angular/material/prebuilt-themes/azure-blue.css */
.mat-ripple {
  overflow: hidden;
  position: relative;
}
.mat-ripple:not(:empty) {
  transform: translateZ(0);
}
.mat-ripple.mat-ripple-unbounded {
  overflow: visible;
}
.mat-ripple-element {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  transition: opacity, transform 0ms cubic-bezier(0, 0, 0.2, 1);
  transform: scale3d(0, 0, 0);
  background-color: var(--mat-ripple-color, rgba(0, 0, 0, 0.1));
}
.cdk-high-contrast-active .mat-ripple-element {
  display: none;
}
.cdk-drag-preview .mat-ripple-element,
.cdk-drag-placeholder .mat-ripple-element {
  display: none;
}
.cdk-visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  left: 0;
}
[dir=rtl] .cdk-visually-hidden {
  left: auto;
  right: 0;
}
.cdk-overlay-container,
.cdk-global-overlay-wrapper {
  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: flex;
  position: absolute;
  z-index: 1000;
}
.cdk-overlay-pane {
  position: absolute;
  pointer-events: auto;
  box-sizing: border-box;
  z-index: 1000;
  display: flex;
  max-width: 100%;
  max-height: 100%;
}
.cdk-overlay-backdrop {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  pointer-events: auto;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  transition: opacity 400ms cubic-bezier(0.25, 0.8, 0.25, 1);
  opacity: 0;
}
.cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
  opacity: 1;
}
.cdk-high-contrast-active .cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
  opacity: .6;
}
.cdk-overlay-dark-backdrop {
  background: rgba(0, 0, 0, .32);
}
.cdk-overlay-transparent-backdrop {
  transition: visibility 1ms linear, opacity 1ms linear;
  visibility: hidden;
  opacity: 1;
}
.cdk-overlay-transparent-backdrop.cdk-overlay-backdrop-showing {
  opacity: 0;
  visibility: visible;
}
.cdk-overlay-backdrop-noop-animation {
  transition: none;
}
.cdk-overlay-connected-position-bounding-box {
  position: absolute;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  min-width: 1px;
  min-height: 1px;
}
.cdk-global-scrollblock {
  position: fixed;
  width: 100%;
  overflow-y: scroll;
}
textarea.cdk-textarea-autosize {
  resize: none;
}
textarea.cdk-textarea-autosize-measuring {
  padding: 2px 0 !important;
  box-sizing: content-box !important;
  height: auto !important;
  overflow: hidden !important;
}
textarea.cdk-textarea-autosize-measuring-firefox {
  padding: 2px 0 !important;
  box-sizing: content-box !important;
  height: 0 !important;
}
@keyframes cdk-text-field-autofill-start {
}
@keyframes cdk-text-field-autofill-end {
}
.cdk-text-field-autofill-monitored:-webkit-autofill {
  animation: cdk-text-field-autofill-start 0s 1ms;
}
.cdk-text-field-autofill-monitored:not(:-webkit-autofill) {
  animation: cdk-text-field-autofill-end 0s 1ms;
}
.mat-focus-indicator {
  position: relative;
}
.mat-focus-indicator::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  box-sizing: border-box;
  pointer-events: none;
  display: var(--mat-focus-indicator-display, none);
  border: var(--mat-focus-indicator-border-width, 3px) var(--mat-focus-indicator-border-style, solid) var(--mat-focus-indicator-border-color, transparent);
  border-radius: var(--mat-focus-indicator-border-radius, 4px);
}
.mat-focus-indicator:focus::before {
  content: "";
}
.cdk-high-contrast-active {
  --mat-focus-indicator-display: block;
}
.mat-mdc-focus-indicator {
  position: relative;
}
.mat-mdc-focus-indicator::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  box-sizing: border-box;
  pointer-events: none;
  display: var(--mat-mdc-focus-indicator-display, none);
  border: var(--mat-mdc-focus-indicator-border-width, 3px) var(--mat-mdc-focus-indicator-border-style, solid) var(--mat-mdc-focus-indicator-border-color, transparent);
  border-radius: var(--mat-mdc-focus-indicator-border-radius, 4px);
}
.mat-mdc-focus-indicator:focus::before {
  content: "";
}
.cdk-high-contrast-active {
  --mat-mdc-focus-indicator-display: block;
}
.mat-app-background {
  background-color: var(--mat-app-background-color, transparent);
  color: var(--mat-app-text-color, inherit);
}
.mat-elevation-z0,
.mat-mdc-elevation-specific.mat-elevation-z0 {
  box-shadow: var(--mat-app-elevation-shadow-level-0, none);
}
.mat-elevation-z1,
.mat-mdc-elevation-specific.mat-elevation-z1 {
  box-shadow: var(--mat-app-elevation-shadow-level-1, none);
}
.mat-elevation-z2,
.mat-mdc-elevation-specific.mat-elevation-z2 {
  box-shadow: var(--mat-app-elevation-shadow-level-2, none);
}
.mat-elevation-z3,
.mat-mdc-elevation-specific.mat-elevation-z3 {
  box-shadow: var(--mat-app-elevation-shadow-level-3, none);
}
.mat-elevation-z4,
.mat-mdc-elevation-specific.mat-elevation-z4 {
  box-shadow: var(--mat-app-elevation-shadow-level-4, none);
}
.mat-elevation-z5,
.mat-mdc-elevation-specific.mat-elevation-z5 {
  box-shadow: var(--mat-app-elevation-shadow-level-5, none);
}
.mat-elevation-z6,
.mat-mdc-elevation-specific.mat-elevation-z6 {
  box-shadow: var(--mat-app-elevation-shadow-level-6, none);
}
.mat-elevation-z7,
.mat-mdc-elevation-specific.mat-elevation-z7 {
  box-shadow: var(--mat-app-elevation-shadow-level-7, none);
}
.mat-elevation-z8,
.mat-mdc-elevation-specific.mat-elevation-z8 {
  box-shadow: var(--mat-app-elevation-shadow-level-8, none);
}
.mat-elevation-z9,
.mat-mdc-elevation-specific.mat-elevation-z9 {
  box-shadow: var(--mat-app-elevation-shadow-level-9, none);
}
.mat-elevation-z10,
.mat-mdc-elevation-specific.mat-elevation-z10 {
  box-shadow: var(--mat-app-elevation-shadow-level-10, none);
}
.mat-elevation-z11,
.mat-mdc-elevation-specific.mat-elevation-z11 {
  box-shadow: var(--mat-app-elevation-shadow-level-11, none);
}
.mat-elevation-z12,
.mat-mdc-elevation-specific.mat-elevation-z12 {
  box-shadow: var(--mat-app-elevation-shadow-level-12, none);
}
.mat-elevation-z13,
.mat-mdc-elevation-specific.mat-elevation-z13 {
  box-shadow: var(--mat-app-elevation-shadow-level-13, none);
}
.mat-elevation-z14,
.mat-mdc-elevation-specific.mat-elevation-z14 {
  box-shadow: var(--mat-app-elevation-shadow-level-14, none);
}
.mat-elevation-z15,
.mat-mdc-elevation-specific.mat-elevation-z15 {
  box-shadow: var(--mat-app-elevation-shadow-level-15, none);
}
.mat-elevation-z16,
.mat-mdc-elevation-specific.mat-elevation-z16 {
  box-shadow: var(--mat-app-elevation-shadow-level-16, none);
}
.mat-elevation-z17,
.mat-mdc-elevation-specific.mat-elevation-z17 {
  box-shadow: var(--mat-app-elevation-shadow-level-17, none);
}
.mat-elevation-z18,
.mat-mdc-elevation-specific.mat-elevation-z18 {
  box-shadow: var(--mat-app-elevation-shadow-level-18, none);
}
.mat-elevation-z19,
.mat-mdc-elevation-specific.mat-elevation-z19 {
  box-shadow: var(--mat-app-elevation-shadow-level-19, none);
}
.mat-elevation-z20,
.mat-mdc-elevation-specific.mat-elevation-z20 {
  box-shadow: var(--mat-app-elevation-shadow-level-20, none);
}
.mat-elevation-z21,
.mat-mdc-elevation-specific.mat-elevation-z21 {
  box-shadow: var(--mat-app-elevation-shadow-level-21, none);
}
.mat-elevation-z22,
.mat-mdc-elevation-specific.mat-elevation-z22 {
  box-shadow: var(--mat-app-elevation-shadow-level-22, none);
}
.mat-elevation-z23,
.mat-mdc-elevation-specific.mat-elevation-z23 {
  box-shadow: var(--mat-app-elevation-shadow-level-23, none);
}
.mat-elevation-z24,
.mat-mdc-elevation-specific.mat-elevation-z24 {
  box-shadow: var(--mat-app-elevation-shadow-level-24, none);
}
html {
  --mat-app-background-color:#fdfbff;
  --mat-app-text-color:#1a1b1f;
  --mat-app-elevation-shadow-level-0:0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-1:0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-2:0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-3:0px 3px 3px -2px rgba(0, 0, 0, 0.2),
    0px 3px 4px 0px rgba(0, 0, 0, 0.14),
    0px 1px 8px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-4:0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-5:0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 5px 8px 0px rgba(0, 0, 0, 0.14),
    0px 1px 14px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-6:0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-7:0px 4px 5px -2px rgba(0, 0, 0, 0.2),
    0px 7px 10px 1px rgba(0, 0, 0, 0.14),
    0px 2px 16px 1px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-8:0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-9:0px 5px 6px -3px rgba(0, 0, 0, 0.2),
    0px 9px 12px 1px rgba(0, 0, 0, 0.14),
    0px 3px 16px 2px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-10:0px 6px 6px -3px rgba(0, 0, 0, 0.2),
    0px 10px 14px 1px rgba(0, 0, 0, 0.14),
    0px 4px 18px 3px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-11:0px 6px 7px -4px rgba(0, 0, 0, 0.2),
    0px 11px 15px 1px rgba(0, 0, 0, 0.14),
    0px 4px 20px 3px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-12:0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-13:0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 13px 19px 2px rgba(0, 0, 0, 0.14),
    0px 5px 24px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-14:0px 7px 9px -4px rgba(0, 0, 0, 0.2),
    0px 14px 21px 2px rgba(0, 0, 0, 0.14),
    0px 5px 26px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-15:0px 8px 9px -5px rgba(0, 0, 0, 0.2),
    0px 15px 22px 2px rgba(0, 0, 0, 0.14),
    0px 6px 28px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-16:0px 8px 10px -5px rgba(0, 0, 0, 0.2),
    0px 16px 24px 2px rgba(0, 0, 0, 0.14),
    0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-17:0px 8px 11px -5px rgba(0, 0, 0, 0.2),
    0px 17px 26px 2px rgba(0, 0, 0, 0.14),
    0px 6px 32px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-18:0px 9px 11px -5px rgba(0, 0, 0, 0.2),
    0px 18px 28px 2px rgba(0, 0, 0, 0.14),
    0px 7px 34px 6px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-19:0px 9px 12px -6px rgba(0, 0, 0, 0.2),
    0px 19px 29px 2px rgba(0, 0, 0, 0.14),
    0px 7px 36px 6px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-20:0px 10px 13px -6px rgba(0, 0, 0, 0.2),
    0px 20px 31px 3px rgba(0, 0, 0, 0.14),
    0px 8px 38px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-21:0px 10px 13px -6px rgba(0, 0, 0, 0.2),
    0px 21px 33px 3px rgba(0, 0, 0, 0.14),
    0px 8px 40px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-22:0px 10px 14px -6px rgba(0, 0, 0, 0.2),
    0px 22px 35px 3px rgba(0, 0, 0, 0.14),
    0px 8px 42px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-23:0px 11px 14px -7px rgba(0, 0, 0, 0.2),
    0px 23px 36px 3px rgba(0, 0, 0, 0.14),
    0px 9px 44px 8px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-24:0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  --mat-ripple-color:rgba(26, 27, 31, 0.1);
  --mat-option-selected-state-label-text-color:#131c2b;
  --mat-option-label-text-color:#1a1b1f;
  --mat-option-hover-state-layer-color:rgba(26, 27, 31, 0.08);
  --mat-option-focus-state-layer-color:rgba(26, 27, 31, 0.12);
  --mat-option-selected-state-layer-color:#dae2f9;
  --mat-option-label-text-font:Roboto, sans-serif;
  --mat-option-label-text-line-height:1.25rem;
  --mat-option-label-text-size:1rem;
  --mat-option-label-text-tracking:0.006rem;
  --mat-option-label-text-weight:400;
  --mat-optgroup-label-text-color:#44474e;
  --mat-optgroup-label-text-font:Roboto, sans-serif;
  --mat-optgroup-label-text-line-height:1.25rem;
  --mat-optgroup-label-text-size:0.875rem;
  --mat-optgroup-label-text-tracking:0.006rem;
  --mat-optgroup-label-text-weight:500;
  --mat-full-pseudo-checkbox-selected-icon-color:#005cbb;
  --mat-full-pseudo-checkbox-selected-checkmark-color:#ffffff;
  --mat-full-pseudo-checkbox-unselected-icon-color:#44474e;
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color:#fdfbff;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color:rgba(26, 27, 31, 0.38);
  --mat-full-pseudo-checkbox-disabled-selected-icon-color:rgba(26, 27, 31, 0.38);
  --mat-minimal-pseudo-checkbox-selected-checkmark-color:#005cbb;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color:rgba(26, 27, 31, 0.38);
  --mdc-elevated-card-container-color:#fdfbff;
  --mdc-elevated-card-container-elevation:0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mdc-elevated-card-container-shape:12px;
  --mdc-outlined-card-container-color:#fdfbff;
  --mdc-outlined-card-outline-color:#c4c6d0;
  --mdc-outlined-card-container-elevation:0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mdc-outlined-card-container-shape:12px;
  --mdc-outlined-card-outline-width:1px;
  --mat-card-subtitle-text-color:#1a1b1f;
  --mat-card-title-text-font:Roboto, sans-serif;
  --mat-card-title-text-line-height:1.75rem;
  --mat-card-title-text-size:1.375rem;
  --mat-card-title-text-tracking:0;
  --mat-card-title-text-weight:400;
  --mat-card-subtitle-text-font:Roboto, sans-serif;
  --mat-card-subtitle-text-line-height:1.5rem;
  --mat-card-subtitle-text-size:1rem;
  --mat-card-subtitle-text-tracking:0.009rem;
  --mat-card-subtitle-text-weight:500;
  --mdc-linear-progress-active-indicator-color:#005cbb;
  --mdc-linear-progress-track-color:#e0e2ec;
  --mdc-linear-progress-active-indicator-height:4px;
  --mdc-linear-progress-track-height:4px;
  --mdc-linear-progress-track-shape:0;
  --mdc-plain-tooltip-container-color:#2f3033;
  --mdc-plain-tooltip-supporting-text-color:#f2f0f4;
  --mdc-plain-tooltip-supporting-text-line-height:1rem;
  --mdc-plain-tooltip-supporting-text-font:Roboto, sans-serif;
  --mdc-plain-tooltip-supporting-text-size:0.75rem;
  --mdc-plain-tooltip-supporting-text-weight:400;
  --mdc-plain-tooltip-supporting-text-tracking:0.025rem;
  --mdc-plain-tooltip-container-shape:4px;
  --mdc-filled-text-field-caret-color:#005cbb;
  --mdc-filled-text-field-focus-active-indicator-color:#005cbb;
  --mdc-filled-text-field-focus-label-text-color:#005cbb;
  --mdc-filled-text-field-container-color:#e0e2ec;
  --mdc-filled-text-field-disabled-container-color:rgba(26, 27, 31, 0.04);
  --mdc-filled-text-field-label-text-color:#44474e;
  --mdc-filled-text-field-hover-label-text-color:#44474e;
  --mdc-filled-text-field-disabled-label-text-color:rgba(26, 27, 31, 0.38);
  --mdc-filled-text-field-input-text-color:#1a1b1f;
  --mdc-filled-text-field-disabled-input-text-color:rgba(26, 27, 31, 0.38);
  --mdc-filled-text-field-input-text-placeholder-color:#44474e;
  --mdc-filled-text-field-error-hover-label-text-color:#410002;
  --mdc-filled-text-field-error-focus-label-text-color:#ba1a1a;
  --mdc-filled-text-field-error-label-text-color:#ba1a1a;
  --mdc-filled-text-field-active-indicator-color:#44474e;
  --mdc-filled-text-field-disabled-active-indicator-color:rgba(26, 27, 31, 0.38);
  --mdc-filled-text-field-hover-active-indicator-color:#1a1b1f;
  --mdc-filled-text-field-error-active-indicator-color:#ba1a1a;
  --mdc-filled-text-field-error-focus-active-indicator-color:#ba1a1a;
  --mdc-filled-text-field-error-hover-active-indicator-color:#410002;
  --mdc-filled-text-field-label-text-font:Roboto, sans-serif;
  --mdc-filled-text-field-label-text-size:1rem;
  --mdc-filled-text-field-label-text-tracking:0.031rem;
  --mdc-filled-text-field-label-text-weight:400;
  --mdc-filled-text-field-active-indicator-height:1px;
  --mdc-filled-text-field-focus-active-indicator-height:2px;
  --mdc-filled-text-field-container-shape:4px;
  --mdc-outlined-text-field-caret-color:#005cbb;
  --mdc-outlined-text-field-focus-outline-color:#005cbb;
  --mdc-outlined-text-field-focus-label-text-color:#005cbb;
  --mdc-outlined-text-field-label-text-color:#44474e;
  --mdc-outlined-text-field-hover-label-text-color:#1a1b1f;
  --mdc-outlined-text-field-disabled-label-text-color:rgba(26, 27, 31, 0.38);
  --mdc-outlined-text-field-input-text-color:#1a1b1f;
  --mdc-outlined-text-field-disabled-input-text-color:rgba(26, 27, 31, 0.38);
  --mdc-outlined-text-field-input-text-placeholder-color:#44474e;
  --mdc-outlined-text-field-error-focus-label-text-color:#ba1a1a;
  --mdc-outlined-text-field-error-label-text-color:#ba1a1a;
  --mdc-outlined-text-field-error-hover-label-text-color:#410002;
  --mdc-outlined-text-field-outline-color:#74777f;
  --mdc-outlined-text-field-disabled-outline-color:rgba(26, 27, 31, 0.12);
  --mdc-outlined-text-field-hover-outline-color:#1a1b1f;
  --mdc-outlined-text-field-error-focus-outline-color:#ba1a1a;
  --mdc-outlined-text-field-error-hover-outline-color:#410002;
  --mdc-outlined-text-field-error-outline-color:#ba1a1a;
  --mdc-outlined-text-field-label-text-font:Roboto, sans-serif;
  --mdc-outlined-text-field-label-text-size:1rem;
  --mdc-outlined-text-field-label-text-tracking:0.031rem;
  --mdc-outlined-text-field-label-text-weight:400;
  --mdc-outlined-text-field-outline-width:1px;
  --mdc-outlined-text-field-focus-outline-width:2px;
  --mdc-outlined-text-field-container-shape:4px;
  --mat-form-field-focus-select-arrow-color:#005cbb;
  --mat-form-field-disabled-input-text-placeholder-color:rgba(26, 27, 31, 0.38);
  --mat-form-field-state-layer-color:#1a1b1f;
  --mat-form-field-error-text-color:#ba1a1a;
  --mat-form-field-select-option-text-color:#1a1b1f;
  --mat-form-field-select-disabled-option-text-color:rgba(26, 27, 31, 0.38);
  --mat-form-field-leading-icon-color:#44474e;
  --mat-form-field-disabled-leading-icon-color:rgba(26, 27, 31, 0.38);
  --mat-form-field-trailing-icon-color:#44474e;
  --mat-form-field-disabled-trailing-icon-color:rgba(26, 27, 31, 0.38);
  --mat-form-field-error-focus-trailing-icon-color:#ba1a1a;
  --mat-form-field-error-hover-trailing-icon-color:#410002;
  --mat-form-field-error-trailing-icon-color:#ba1a1a;
  --mat-form-field-enabled-select-arrow-color:#44474e;
  --mat-form-field-disabled-select-arrow-color:rgba(26, 27, 31, 0.38);
  --mat-form-field-hover-state-layer-opacity:0.08;
  --mat-form-field-container-text-font:Roboto, sans-serif;
  --mat-form-field-container-text-line-height:1.5rem;
  --mat-form-field-container-text-size:1rem;
  --mat-form-field-container-text-tracking:0.031rem;
  --mat-form-field-container-text-weight:400;
  --mat-form-field-subscript-text-font:Roboto, sans-serif;
  --mat-form-field-subscript-text-line-height:1rem;
  --mat-form-field-subscript-text-size:0.75rem;
  --mat-form-field-subscript-text-tracking:0.025rem;
  --mat-form-field-subscript-text-weight:400;
  --mat-form-field-container-height:56px;
  --mat-form-field-filled-label-display:block;
  --mat-form-field-container-vertical-padding:16px;
  --mat-form-field-filled-with-label-container-padding-top:24px;
  --mat-form-field-filled-with-label-container-padding-bottom:8px;
  --mat-form-field-focus-state-layer-opacity:0;
  --mat-select-panel-background-color:#efedf1;
  --mat-select-enabled-trigger-text-color:#1a1b1f;
  --mat-select-disabled-trigger-text-color:rgba(26, 27, 31, 0.38);
  --mat-select-placeholder-text-color:#44474e;
  --mat-select-enabled-arrow-color:#44474e;
  --mat-select-disabled-arrow-color:rgba(26, 27, 31, 0.38);
  --mat-select-focused-arrow-color:#005cbb;
  --mat-select-invalid-arrow-color:#ba1a1a;
  --mat-select-trigger-text-font:Roboto, sans-serif;
  --mat-select-trigger-text-line-height:1.5rem;
  --mat-select-trigger-text-size:1rem;
  --mat-select-trigger-text-tracking:0.031rem;
  --mat-select-trigger-text-weight:400;
  --mat-select-arrow-transform:translateY(-8px);
  --mat-select-container-elevation-shadow:0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --mat-autocomplete-background-color:#efedf1;
  --mat-autocomplete-container-shape:4px;
  --mat-autocomplete-container-elevation-shadow:0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --mdc-dialog-container-color:#fdfbff;
  --mdc-dialog-subhead-color:#1a1b1f;
  --mdc-dialog-supporting-text-color:#44474e;
  --mdc-dialog-subhead-font:Roboto, sans-serif;
  --mdc-dialog-subhead-line-height:2rem;
  --mdc-dialog-subhead-size:1.5rem;
  --mdc-dialog-subhead-weight:400;
  --mdc-dialog-subhead-tracking:0;
  --mdc-dialog-supporting-text-font:Roboto, sans-serif;
  --mdc-dialog-supporting-text-line-height:1.25rem;
  --mdc-dialog-supporting-text-size:0.875rem;
  --mdc-dialog-supporting-text-weight:400;
  --mdc-dialog-supporting-text-tracking:0.016rem;
  --mdc-dialog-container-shape:28px;
  --mat-dialog-container-elevation-shadow:none;
  --mat-dialog-container-max-width:560px;
  --mat-dialog-container-small-max-width:calc(100vw - 32px);
  --mat-dialog-container-min-width:280px;
  --mat-dialog-actions-alignment:flex-end;
  --mat-dialog-actions-padding:16px 24px;
  --mat-dialog-content-padding:20px 24px;
  --mat-dialog-with-actions-content-padding:20px 24px 0;
  --mat-dialog-headline-padding:6px 24px 13px;
  --mdc-chip-outline-color:#74777f;
  --mdc-chip-disabled-outline-color:rgba(26, 27, 31, 0.12);
  --mdc-chip-focus-outline-color:#44474e;
  --mdc-chip-hover-state-layer-opacity:0.08;
  --mdc-chip-selected-hover-state-layer-opacity:0.08;
  --mdc-chip-disabled-label-text-color:rgba(26, 27, 31, 0.38);
  --mdc-chip-elevated-selected-container-color:#dae2f9;
  --mdc-chip-flat-disabled-selected-container-color:rgba(26, 27, 31, 0.12);
  --mdc-chip-focus-state-layer-color:#44474e;
  --mdc-chip-hover-state-layer-color:#44474e;
  --mdc-chip-selected-hover-state-layer-color:#131c2b;
  --mdc-chip-focus-state-layer-opacity:0.12;
  --mdc-chip-selected-focus-state-layer-color:#131c2b;
  --mdc-chip-selected-focus-state-layer-opacity:0.12;
  --mdc-chip-label-text-color:#44474e;
  --mdc-chip-selected-label-text-color:#131c2b;
  --mdc-chip-with-icon-icon-color:#44474e;
  --mdc-chip-with-icon-disabled-icon-color:#1a1b1f;
  --mdc-chip-with-icon-selected-icon-color:#131c2b;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color:#1a1b1f;
  --mdc-chip-with-trailing-icon-trailing-icon-color:#44474e;
  --mdc-chip-label-text-font:Roboto, sans-serif;
  --mdc-chip-label-text-line-height:1.25rem;
  --mdc-chip-label-text-size:0.875rem;
  --mdc-chip-label-text-tracking:0.006rem;
  --mdc-chip-label-text-weight:500;
  --mdc-chip-container-height:32px;
  --mdc-chip-container-shape-radius:8px;
  --mdc-chip-with-avatar-avatar-size:24px;
  --mdc-chip-with-icon-icon-size:18px;
  --mdc-chip-outline-width:1px;
  --mdc-chip-with-avatar-disabled-avatar-opacity:0.38;
  --mdc-chip-flat-selected-outline-width:0;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-opacity:0.38;
  --mdc-chip-with-icon-disabled-icon-opacity:0.38;
  --mat-chip-trailing-action-state-layer-color:#44474e;
  --mat-chip-selected-trailing-action-state-layer-color:#131c2b;
  --mat-chip-trailing-action-hover-state-layer-opacity:0.08;
  --mat-chip-trailing-action-focus-state-layer-opacity:0.12;
  --mat-chip-selected-disabled-trailing-icon-color:#1a1b1f;
  --mat-chip-selected-trailing-icon-color:#131c2b;
  --mat-chip-disabled-container-opacity:1;
  --mat-chip-trailing-action-opacity:1;
  --mat-chip-trailing-action-focus-opacity:1;
  --mdc-switch-selected-focus-state-layer-opacity:0.12;
  --mdc-switch-selected-hover-state-layer-opacity:0.08;
  --mdc-switch-selected-pressed-state-layer-opacity:0.12;
  --mdc-switch-unselected-focus-state-layer-opacity:0.12;
  --mdc-switch-unselected-hover-state-layer-opacity:0.08;
  --mdc-switch-unselected-pressed-state-layer-opacity:0.12;
  --mdc-switch-selected-focus-state-layer-color:#005cbb;
  --mdc-switch-selected-handle-color:#ffffff;
  --mdc-switch-selected-hover-state-layer-color:#005cbb;
  --mdc-switch-selected-pressed-state-layer-color:#005cbb;
  --mdc-switch-selected-focus-handle-color:#d7e3ff;
  --mdc-switch-selected-hover-handle-color:#d7e3ff;
  --mdc-switch-selected-pressed-handle-color:#d7e3ff;
  --mdc-switch-selected-focus-track-color:#005cbb;
  --mdc-switch-selected-hover-track-color:#005cbb;
  --mdc-switch-selected-pressed-track-color:#005cbb;
  --mdc-switch-selected-track-color:#005cbb;
  --mdc-switch-disabled-selected-handle-color:#fdfbff;
  --mdc-switch-disabled-selected-icon-color:#1a1b1f;
  --mdc-switch-disabled-selected-track-color:#1a1b1f;
  --mdc-switch-disabled-unselected-handle-color:#1a1b1f;
  --mdc-switch-disabled-unselected-icon-color:#e0e2ec;
  --mdc-switch-disabled-unselected-track-color:#e0e2ec;
  --mdc-switch-selected-icon-color:#001b3f;
  --mdc-switch-unselected-focus-handle-color:#44474e;
  --mdc-switch-unselected-focus-state-layer-color:#1a1b1f;
  --mdc-switch-unselected-focus-track-color:#e0e2ec;
  --mdc-switch-unselected-handle-color:#74777f;
  --mdc-switch-unselected-hover-handle-color:#44474e;
  --mdc-switch-unselected-hover-state-layer-color:#1a1b1f;
  --mdc-switch-unselected-hover-track-color:#e0e2ec;
  --mdc-switch-unselected-icon-color:#e0e2ec;
  --mdc-switch-unselected-pressed-handle-color:#44474e;
  --mdc-switch-unselected-pressed-state-layer-color:#1a1b1f;
  --mdc-switch-unselected-pressed-track-color:#e0e2ec;
  --mdc-switch-unselected-track-color:#e0e2ec;
  --mdc-switch-disabled-selected-icon-opacity:0.38;
  --mdc-switch-disabled-track-opacity:0.12;
  --mdc-switch-disabled-unselected-icon-opacity:0.38;
  --mdc-switch-handle-shape:9999px;
  --mdc-switch-selected-icon-size:16px;
  --mdc-switch-track-height:32px;
  --mdc-switch-track-shape:9999px;
  --mdc-switch-track-width:52px;
  --mdc-switch-unselected-icon-size:16px;
  --mdc-switch-state-layer-size:40px;
  --mat-switch-track-outline-color:#74777f;
  --mat-switch-disabled-unselected-track-outline-color:#1a1b1f;
  --mat-switch-label-text-color:#1a1b1f;
  --mat-switch-label-text-font:Roboto, sans-serif;
  --mat-switch-label-text-line-height:1.25rem;
  --mat-switch-label-text-size:0.875rem;
  --mat-switch-label-text-tracking:0.016rem;
  --mat-switch-label-text-weight:400;
  --mat-switch-disabled-selected-handle-opacity:1;
  --mat-switch-disabled-unselected-handle-opacity:0.38;
  --mat-switch-unselected-handle-size:16px;
  --mat-switch-selected-handle-size:24px;
  --mat-switch-pressed-handle-size:28px;
  --mat-switch-with-icon-handle-size:24px;
  --mat-switch-selected-handle-horizontal-margin:0 24px;
  --mat-switch-selected-with-icon-handle-horizontal-margin:0 24px;
  --mat-switch-selected-pressed-handle-horizontal-margin:0 22px;
  --mat-switch-unselected-handle-horizontal-margin:0 8px;
  --mat-switch-unselected-with-icon-handle-horizontal-margin:0 4px;
  --mat-switch-unselected-pressed-handle-horizontal-margin:0 2px;
  --mat-switch-visible-track-opacity:1;
  --mat-switch-hidden-track-opacity:0;
  --mat-switch-visible-track-transition:opacity 75ms;
  --mat-switch-hidden-track-transition:opacity 75ms;
  --mat-switch-track-outline-width:2px;
  --mat-switch-selected-track-outline-width:2px;
  --mat-switch-selected-track-outline-color:transparent;
  --mat-switch-disabled-unselected-track-outline-width:2px;
  --mdc-radio-disabled-selected-icon-color:#1a1b1f;
  --mdc-radio-disabled-unselected-icon-color:#1a1b1f;
  --mdc-radio-unselected-hover-icon-color:#1a1b1f;
  --mdc-radio-unselected-icon-color:#44474e;
  --mdc-radio-unselected-pressed-icon-color:#1a1b1f;
  --mdc-radio-selected-focus-icon-color:#005cbb;
  --mdc-radio-selected-hover-icon-color:#005cbb;
  --mdc-radio-selected-icon-color:#005cbb;
  --mdc-radio-selected-pressed-icon-color:#005cbb;
  --mdc-radio-state-layer-size:40px;
  --mdc-radio-disabled-selected-icon-opacity:0.38;
  --mdc-radio-disabled-unselected-icon-opacity:0.38;
  --mat-radio-ripple-color:#1a1b1f;
  --mat-radio-checked-ripple-color:#005cbb;
  --mat-radio-disabled-label-color:rgba(26, 27, 31, 0.38);
  --mat-radio-label-text-color:#1a1b1f;
  --mat-radio-label-text-font:Roboto, sans-serif;
  --mat-radio-label-text-line-height:1.25rem;
  --mat-radio-label-text-size:0.875rem;
  --mat-radio-label-text-tracking:0.016rem;
  --mat-radio-label-text-weight:400;
  --mat-radio-touch-target-display:block;
  --mdc-slider-handle-elevation:0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mdc-slider-handle-color:#005cbb;
  --mdc-slider-focus-handle-color:#005cbb;
  --mdc-slider-hover-handle-color:#005cbb;
  --mdc-slider-active-track-color:#005cbb;
  --mdc-slider-inactive-track-color:#e0e2ec;
  --mdc-slider-with-tick-marks-inactive-container-color:#44474e;
  --mdc-slider-with-tick-marks-active-container-color:#ffffff;
  --mdc-slider-disabled-active-track-color:#1a1b1f;
  --mdc-slider-disabled-handle-color:#1a1b1f;
  --mdc-slider-disabled-inactive-track-color:#1a1b1f;
  --mdc-slider-label-container-color:#005cbb;
  --mdc-slider-label-label-text-color:#ffffff;
  --mdc-slider-with-overlap-handle-outline-color:#ffffff;
  --mdc-slider-with-tick-marks-disabled-container-color:#1a1b1f;
  --mdc-slider-label-label-text-font:Roboto, sans-serif;
  --mdc-slider-label-label-text-size:0.75rem;
  --mdc-slider-label-label-text-line-height:1rem;
  --mdc-slider-label-label-text-tracking:0.031rem;
  --mdc-slider-label-label-text-weight:500;
  --mdc-slider-active-track-height:4px;
  --mdc-slider-active-track-shape:9999px;
  --mdc-slider-handle-height:20px;
  --mdc-slider-handle-shape:9999px;
  --mdc-slider-handle-width:20px;
  --mdc-slider-inactive-track-height:4px;
  --mdc-slider-inactive-track-shape:9999px;
  --mdc-slider-with-overlap-handle-outline-width:1px;
  --mdc-slider-with-tick-marks-active-container-opacity:0.38;
  --mdc-slider-with-tick-marks-container-shape:9999px;
  --mdc-slider-with-tick-marks-container-size:2px;
  --mdc-slider-with-tick-marks-inactive-container-opacity:0.38;
  --mat-slider-ripple-color:#005cbb;
  --mat-slider-hover-state-layer-color:rgba(0, 92, 187, 0.05);
  --mat-slider-focus-state-layer-color:rgba(0, 92, 187, 0.2);
  --mat-slider-value-indicator-width:28px;
  --mat-slider-value-indicator-height:28px;
  --mat-slider-value-indicator-caret-display:none;
  --mat-slider-value-indicator-border-radius:50% 50% 50% 0;
  --mat-slider-value-indicator-padding:0;
  --mat-slider-value-indicator-text-transform:rotate(45deg);
  --mat-slider-value-indicator-container-transform:translateX(-50%) rotate(-45deg);
  --mat-slider-value-indicator-opacity:1;
  --mat-menu-item-label-text-color:#1a1b1f;
  --mat-menu-item-icon-color:#44474e;
  --mat-menu-item-hover-state-layer-color:rgba(26, 27, 31, 0.08);
  --mat-menu-item-focus-state-layer-color:rgba(26, 27, 31, 0.12);
  --mat-menu-container-color:#efedf1;
  --mat-menu-divider-color:#e0e2ec;
  --mat-menu-item-label-text-font:Roboto, sans-serif;
  --mat-menu-item-label-text-size:0.875rem;
  --mat-menu-item-label-text-tracking:0.006rem;
  --mat-menu-item-label-text-line-height:1.25rem;
  --mat-menu-item-label-text-weight:500;
  --mat-menu-container-shape:4px;
  --mat-menu-divider-bottom-spacing:8px;
  --mat-menu-divider-top-spacing:8px;
  --mat-menu-item-spacing:12px;
  --mat-menu-item-icon-size:24px;
  --mat-menu-item-leading-spacing:12px;
  --mat-menu-item-trailing-spacing:12px;
  --mat-menu-item-with-icon-leading-spacing:12px;
  --mat-menu-item-with-icon-trailing-spacing:12px;
  --mat-menu-base-elevation-level:2;
  --mdc-list-list-item-container-color:transparent;
  --mdc-list-list-item-leading-avatar-color:#d7e3ff;
  --mdc-list-list-item-disabled-state-layer-color:#1a1b1f;
  --mdc-list-list-item-disabled-state-layer-opacity:0.12;
  --mdc-list-list-item-label-text-color:#1a1b1f;
  --mdc-list-list-item-supporting-text-color:#44474e;
  --mdc-list-list-item-leading-icon-color:#44474e;
  --mdc-list-list-item-trailing-supporting-text-color:#44474e;
  --mdc-list-list-item-trailing-icon-color:#44474e;
  --mdc-list-list-item-selected-trailing-icon-color:#005cbb;
  --mdc-list-list-item-disabled-label-text-color:#1a1b1f;
  --mdc-list-list-item-disabled-leading-icon-color:#1a1b1f;
  --mdc-list-list-item-disabled-trailing-icon-color:#1a1b1f;
  --mdc-list-list-item-hover-label-text-color:#1a1b1f;
  --mdc-list-list-item-focus-label-text-color:#1a1b1f;
  --mdc-list-list-item-hover-state-layer-color:#1a1b1f;
  --mdc-list-list-item-hover-state-layer-opacity:0.08;
  --mdc-list-list-item-focus-state-layer-color:#1a1b1f;
  --mdc-list-list-item-focus-state-layer-opacity:0.12;
  --mdc-list-list-item-label-text-font:Roboto, sans-serif;
  --mdc-list-list-item-label-text-line-height:1.5rem;
  --mdc-list-list-item-label-text-size:1rem;
  --mdc-list-list-item-label-text-tracking:0.031rem;
  --mdc-list-list-item-label-text-weight:400;
  --mdc-list-list-item-supporting-text-font:Roboto, sans-serif;
  --mdc-list-list-item-supporting-text-line-height:1.25rem;
  --mdc-list-list-item-supporting-text-size:0.875rem;
  --mdc-list-list-item-supporting-text-tracking:0.016rem;
  --mdc-list-list-item-supporting-text-weight:400;
  --mdc-list-list-item-trailing-supporting-text-font:Roboto, sans-serif;
  --mdc-list-list-item-trailing-supporting-text-line-height:1rem;
  --mdc-list-list-item-trailing-supporting-text-size:0.688rem;
  --mdc-list-list-item-trailing-supporting-text-tracking:0.031rem;
  --mdc-list-list-item-trailing-supporting-text-weight:500;
  --mdc-list-list-item-one-line-container-height:48px;
  --mdc-list-list-item-two-line-container-height:64px;
  --mdc-list-list-item-three-line-container-height:88px;
  --mdc-list-list-item-container-shape:0;
  --mdc-list-list-item-leading-avatar-shape:9999px;
  --mdc-list-list-item-leading-icon-size:24px;
  --mdc-list-list-item-leading-avatar-size:40px;
  --mdc-list-list-item-trailing-icon-size:24px;
  --mdc-list-list-item-disabled-label-text-opacity:0.3;
  --mdc-list-list-item-disabled-leading-icon-opacity:0.38;
  --mdc-list-list-item-disabled-trailing-icon-opacity:0.38;
  --mat-list-active-indicator-color:#dae2f9;
  --mat-list-list-item-leading-icon-start-space:16px;
  --mat-list-list-item-leading-icon-end-space:16px;
  --mat-list-active-indicator-shape:9999px;
  --mat-paginator-container-text-color:#1a1b1f;
  --mat-paginator-container-background-color:#fdfbff;
  --mat-paginator-enabled-icon-color:#44474e;
  --mat-paginator-disabled-icon-color:rgba(26, 27, 31, 0.38);
  --mat-paginator-container-text-font:Roboto, sans-serif;
  --mat-paginator-container-text-line-height:1rem;
  --mat-paginator-container-text-size:0.75rem;
  --mat-paginator-container-text-tracking:0.025rem;
  --mat-paginator-container-text-weight:400;
  --mat-paginator-select-trigger-text-size:0.75rem;
  --mat-paginator-container-size:56px;
  --mat-paginator-form-field-container-height:40px;
  --mat-paginator-form-field-container-vertical-padding:8px;
  --mat-paginator-touch-target-display:block;
  --mdc-secondary-navigation-tab-container-height:48px;
  --mdc-tab-indicator-active-indicator-color:#005cbb;
  --mdc-tab-indicator-active-indicator-height:2px;
  --mdc-tab-indicator-active-indicator-shape:0;
  --mat-tab-header-divider-color:#e0e2ec;
  --mat-tab-header-pagination-icon-color:#1a1b1f;
  --mat-tab-header-inactive-label-text-color:#1a1b1f;
  --mat-tab-header-active-label-text-color:#1a1b1f;
  --mat-tab-header-active-ripple-color:#1a1b1f;
  --mat-tab-header-inactive-ripple-color:#1a1b1f;
  --mat-tab-header-inactive-focus-label-text-color:#1a1b1f;
  --mat-tab-header-inactive-hover-label-text-color:#1a1b1f;
  --mat-tab-header-active-focus-label-text-color:#1a1b1f;
  --mat-tab-header-active-hover-label-text-color:#1a1b1f;
  --mat-tab-header-active-focus-indicator-color:#005cbb;
  --mat-tab-header-active-hover-indicator-color:#005cbb;
  --mat-tab-header-label-text-font:Roboto, sans-serif;
  --mat-tab-header-label-text-size:0.875rem;
  --mat-tab-header-label-text-tracking:0.006rem;
  --mat-tab-header-label-text-line-height:1.25rem;
  --mat-tab-header-label-text-weight:500;
  --mat-tab-header-divider-height:1px;
  --mdc-checkbox-disabled-selected-checkmark-color:#fdfbff;
  --mdc-checkbox-selected-focus-state-layer-opacity:0.12;
  --mdc-checkbox-selected-hover-state-layer-opacity:0.08;
  --mdc-checkbox-selected-pressed-state-layer-opacity:0.12;
  --mdc-checkbox-unselected-focus-state-layer-opacity:0.12;
  --mdc-checkbox-unselected-hover-state-layer-opacity:0.08;
  --mdc-checkbox-unselected-pressed-state-layer-opacity:0.12;
  --mdc-checkbox-disabled-selected-icon-color:rgba(26, 27, 31, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color:rgba(26, 27, 31, 0.38);
  --mdc-checkbox-selected-checkmark-color:#ffffff;
  --mdc-checkbox-selected-focus-icon-color:#005cbb;
  --mdc-checkbox-selected-hover-icon-color:#005cbb;
  --mdc-checkbox-selected-icon-color:#005cbb;
  --mdc-checkbox-unselected-focus-icon-color:#1a1b1f;
  --mdc-checkbox-unselected-hover-icon-color:#1a1b1f;
  --mdc-checkbox-unselected-icon-color:#44474e;
  --mdc-checkbox-selected-focus-state-layer-color:#005cbb;
  --mdc-checkbox-selected-hover-state-layer-color:#005cbb;
  --mdc-checkbox-selected-pressed-state-layer-color:#1a1b1f;
  --mdc-checkbox-unselected-focus-state-layer-color:#1a1b1f;
  --mdc-checkbox-unselected-hover-state-layer-color:#1a1b1f;
  --mdc-checkbox-unselected-pressed-state-layer-color:#005cbb;
  --mdc-checkbox-state-layer-size:40px;
  --mat-checkbox-disabled-label-color:rgba(26, 27, 31, 0.38);
  --mat-checkbox-label-text-color:#1a1b1f;
  --mat-checkbox-label-text-font:Roboto, sans-serif;
  --mat-checkbox-label-text-line-height:1.25rem;
  --mat-checkbox-label-text-size:0.875rem;
  --mat-checkbox-label-text-tracking:0.016rem;
  --mat-checkbox-label-text-weight:400;
  --mat-checkbox-touch-target-display:block;
  --mdc-text-button-label-text-color:#005cbb;
  --mdc-text-button-disabled-label-text-color:rgba(26, 27, 31, 0.38);
  --mdc-text-button-label-text-font:Roboto, sans-serif;
  --mdc-text-button-label-text-size:0.875rem;
  --mdc-text-button-label-text-tracking:0.006rem;
  --mdc-text-button-label-text-weight:500;
  --mdc-text-button-container-height:40px;
  --mdc-text-button-container-shape:9999px;
  --mdc-protected-button-container-elevation-shadow:0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-disabled-container-elevation-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-focus-container-elevation-shadow:0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-hover-container-elevation-shadow:0px 3px 3px -2px rgba(0, 0, 0, 0.2),
    0px 3px 4px 0px rgba(0, 0, 0, 0.14),
    0px 1px 8px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-pressed-container-elevation-shadow:0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-container-color:#fdfbff;
  --mdc-protected-button-label-text-color:#005cbb;
  --mdc-protected-button-disabled-container-color:rgba(26, 27, 31, 0.12);
  --mdc-protected-button-disabled-label-text-color:rgba(26, 27, 31, 0.38);
  --mdc-protected-button-label-text-font:Roboto, sans-serif;
  --mdc-protected-button-label-text-size:0.875rem;
  --mdc-protected-button-label-text-tracking:0.006rem;
  --mdc-protected-button-label-text-weight:500;
  --mdc-protected-button-container-height:40px;
  --mdc-protected-button-container-shape:9999px;
  --mdc-filled-button-container-color:#005cbb;
  --mdc-filled-button-label-text-color:#ffffff;
  --mdc-filled-button-disabled-container-color:rgba(26, 27, 31, 0.12);
  --mdc-filled-button-disabled-label-text-color:rgba(26, 27, 31, 0.38);
  --mdc-filled-button-label-text-font:Roboto, sans-serif;
  --mdc-filled-button-label-text-size:0.875rem;
  --mdc-filled-button-label-text-tracking:0.006rem;
  --mdc-filled-button-label-text-weight:500;
  --mdc-filled-button-container-height:40px;
  --mdc-filled-button-container-shape:9999px;
  --mdc-outlined-button-disabled-outline-color:rgba(26, 27, 31, 0.12);
  --mdc-outlined-button-disabled-label-text-color:rgba(26, 27, 31, 0.38);
  --mdc-outlined-button-label-text-color:#005cbb;
  --mdc-outlined-button-outline-color:#74777f;
  --mdc-outlined-button-label-text-font:Roboto, sans-serif;
  --mdc-outlined-button-label-text-size:0.875rem;
  --mdc-outlined-button-label-text-tracking:0.006rem;
  --mdc-outlined-button-label-text-weight:500;
  --mdc-outlined-button-container-height:40px;
  --mdc-outlined-button-outline-width:1px;
  --mdc-outlined-button-container-shape:9999px;
  --mat-text-button-state-layer-color:#005cbb;
  --mat-text-button-disabled-state-layer-color:#44474e;
  --mat-text-button-ripple-color:rgba(0, 92, 187, 0.12);
  --mat-text-button-hover-state-layer-opacity:0.08;
  --mat-text-button-focus-state-layer-opacity:0.12;
  --mat-text-button-pressed-state-layer-opacity:0.12;
  --mat-text-button-touch-target-display:block;
  --mat-text-button-horizontal-padding:12px;
  --mat-text-button-with-icon-horizontal-padding:16px;
  --mat-text-button-icon-spacing:8px;
  --mat-text-button-icon-offset:-4px;
  --mat-protected-button-state-layer-color:#005cbb;
  --mat-protected-button-disabled-state-layer-color:#44474e;
  --mat-protected-button-ripple-color:rgba(0, 92, 187, 0.12);
  --mat-protected-button-hover-state-layer-opacity:0.08;
  --mat-protected-button-focus-state-layer-opacity:0.12;
  --mat-protected-button-pressed-state-layer-opacity:0.12;
  --mat-protected-button-touch-target-display:block;
  --mat-protected-button-horizontal-padding:24px;
  --mat-protected-button-icon-spacing:8px;
  --mat-protected-button-icon-offset:-8px;
  --mat-filled-button-state-layer-color:#ffffff;
  --mat-filled-button-disabled-state-layer-color:#44474e;
  --mat-filled-button-ripple-color:rgba(255, 255, 255, 0.12);
  --mat-filled-button-hover-state-layer-opacity:0.08;
  --mat-filled-button-focus-state-layer-opacity:0.12;
  --mat-filled-button-pressed-state-layer-opacity:0.12;
  --mat-filled-button-touch-target-display:block;
  --mat-filled-button-horizontal-padding:24px;
  --mat-filled-button-icon-spacing:8px;
  --mat-filled-button-icon-offset:-8px;
  --mat-outlined-button-state-layer-color:#005cbb;
  --mat-outlined-button-disabled-state-layer-color:#44474e;
  --mat-outlined-button-ripple-color:rgba(0, 92, 187, 0.12);
  --mat-outlined-button-hover-state-layer-opacity:0.08;
  --mat-outlined-button-focus-state-layer-opacity:0.12;
  --mat-outlined-button-pressed-state-layer-opacity:0.12;
  --mat-outlined-button-touch-target-display:block;
  --mat-outlined-button-horizontal-padding:24px;
  --mat-outlined-button-icon-spacing:8px;
  --mat-outlined-button-icon-offset:-8px;
  --mdc-icon-button-icon-color:#44474e;
  --mdc-icon-button-disabled-icon-color:rgba(26, 27, 31, 0.38);
  --mdc-icon-button-state-layer-size:40px;
  --mdc-icon-button-icon-size:24px;
  --mat-icon-button-state-layer-color:#44474e;
  --mat-icon-button-disabled-state-layer-color:#44474e;
  --mat-icon-button-ripple-color:rgba(68, 71, 78, 0.12);
  --mat-icon-button-hover-state-layer-opacity:0.08;
  --mat-icon-button-focus-state-layer-opacity:0.12;
  --mat-icon-button-pressed-state-layer-opacity:0.12;
  --mat-icon-button-touch-target-display:block;
  --mdc-extended-fab-container-elevation-shadow:0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-focus-container-elevation-shadow:0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-hover-container-elevation-shadow:0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-pressed-container-elevation-shadow:0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-label-text-font:Roboto, sans-serif;
  --mdc-extended-fab-label-text-size:0.875rem;
  --mdc-extended-fab-label-text-tracking:0.006rem;
  --mdc-extended-fab-label-text-weight:500;
  --mdc-extended-fab-container-height:56px;
  --mdc-extended-fab-container-shape:16px;
  --mdc-fab-container-elevation-shadow:0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-fab-focus-container-elevation-shadow:0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-fab-hover-container-elevation-shadow:0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-pressed-container-elevation-shadow:0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-fab-container-color:#d7e3ff;
  --mdc-fab-container-shape:16px;
  --mdc-fab-small-container-elevation-shadow:0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-focus-container-elevation-shadow:0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-hover-container-elevation-shadow:0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-pressed-container-elevation-shadow:0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-container-color:#d7e3ff;
  --mdc-fab-small-container-shape:12px;
  --mat-fab-foreground-color:#001b3f;
  --mat-fab-state-layer-color:#001b3f;
  --mat-fab-ripple-color:rgba(0, 27, 63, 0.12);
  --mat-fab-hover-state-layer-opacity:0.08;
  --mat-fab-focus-state-layer-opacity:0.12;
  --mat-fab-pressed-state-layer-opacity:0.12;
  --mat-fab-disabled-state-container-color:rgba(26, 27, 31, 0.12);
  --mat-fab-disabled-state-foreground-color:rgba(26, 27, 31, 0.38);
  --mat-fab-touch-target-display:block;
  --mat-fab-small-foreground-color:#001b3f;
  --mat-fab-small-state-layer-color:#001b3f;
  --mat-fab-small-ripple-color:rgba(0, 27, 63, 0.12);
  --mat-fab-small-hover-state-layer-opacity:0.08;
  --mat-fab-small-focus-state-layer-opacity:0.12;
  --mat-fab-small-pressed-state-layer-opacity:0.12;
  --mat-fab-small-disabled-state-container-color:rgba(26, 27, 31, 0.12);
  --mat-fab-small-disabled-state-foreground-color:rgba(26, 27, 31, 0.38);
  --mdc-snackbar-container-color:#2f3033;
  --mdc-snackbar-supporting-text-color:#f2f0f4;
  --mdc-snackbar-supporting-text-font:Roboto, sans-serif;
  --mdc-snackbar-supporting-text-line-height:1.25rem;
  --mdc-snackbar-supporting-text-size:0.875rem;
  --mdc-snackbar-supporting-text-weight:400;
  --mdc-snackbar-container-shape:4px;
  --mat-snack-bar-button-color:#abc7ff;
  --mat-table-background-color:#fdfbff;
  --mat-table-header-headline-color:#1a1b1f;
  --mat-table-row-item-label-text-color:#1a1b1f;
  --mat-table-row-item-outline-color:#74777f;
  --mat-table-header-headline-font:Roboto, sans-serif;
  --mat-table-header-headline-line-height:1.25rem;
  --mat-table-header-headline-size:0.875rem;
  --mat-table-header-headline-weight:500;
  --mat-table-header-headline-tracking:0.006rem;
  --mat-table-row-item-label-text-font:Roboto, sans-serif;
  --mat-table-row-item-label-text-line-height:1.25rem;
  --mat-table-row-item-label-text-size:0.875rem;
  --mat-table-row-item-label-text-weight:400;
  --mat-table-row-item-label-text-tracking:0.016rem;
  --mat-table-footer-supporting-text-font:Roboto, sans-serif;
  --mat-table-footer-supporting-text-line-height:1.25rem;
  --mat-table-footer-supporting-text-size:0.875rem;
  --mat-table-footer-supporting-text-weight:400;
  --mat-table-footer-supporting-text-tracking:0.016rem;
  --mat-table-header-container-height:56px;
  --mat-table-footer-container-height:52px;
  --mat-table-row-item-container-height:52px;
  --mat-table-row-item-outline-width:1px;
  --mdc-circular-progress-active-indicator-color:#005cbb;
  --mdc-circular-progress-active-indicator-width:4px;
  --mdc-circular-progress-size:48px;
  --mat-badge-background-color:#ba1a1a;
  --mat-badge-text-color:#ffffff;
  --mat-badge-disabled-state-background-color:rgba(186, 26, 26, 0.38);
  --mat-badge-disabled-state-text-color:#ffffff;
  --mat-badge-text-font:Roboto, sans-serif;
  --mat-badge-text-size:0.688rem;
  --mat-badge-text-weight:500;
  --mat-badge-large-size-text-size:0.688rem;
  --mat-badge-container-shape:9999px;
  --mat-badge-container-size:16px;
  --mat-badge-small-size-container-size:6px;
  --mat-badge-large-size-container-size:16px;
  --mat-badge-legacy-container-size:unset;
  --mat-badge-legacy-small-size-container-size:unset;
  --mat-badge-legacy-large-size-container-size:unset;
  --mat-badge-container-offset:-12px 0;
  --mat-badge-small-size-container-offset:-6px 0;
  --mat-badge-large-size-container-offset:-12px 0;
  --mat-badge-container-overlap-offset:-12px;
  --mat-badge-small-size-container-overlap-offset:-6px;
  --mat-badge-large-size-container-overlap-offset:-12px;
  --mat-badge-container-padding:0 4px;
  --mat-badge-small-size-container-padding:0;
  --mat-badge-large-size-container-padding:0 4px;
  --mat-badge-small-size-text-size:0;
  --mat-bottom-sheet-container-text-color:#1a1b1f;
  --mat-bottom-sheet-container-background-color:#f5f3f7;
  --mat-bottom-sheet-container-text-font:Roboto, sans-serif;
  --mat-bottom-sheet-container-text-line-height:1.5rem;
  --mat-bottom-sheet-container-text-size:1rem;
  --mat-bottom-sheet-container-text-tracking:0.031rem;
  --mat-bottom-sheet-container-text-weight:400;
  --mat-bottom-sheet-container-shape:28px;
  --mat-standard-button-toggle-hover-state-layer-opacity:0.08;
  --mat-standard-button-toggle-focus-state-layer-opacity:0.12;
  --mat-standard-button-toggle-text-color:#1a1b1f;
  --mat-standard-button-toggle-state-layer-color:#1a1b1f;
  --mat-standard-button-toggle-selected-state-background-color:#dae2f9;
  --mat-standard-button-toggle-selected-state-text-color:#131c2b;
  --mat-standard-button-toggle-disabled-state-text-color:rgba(26, 27, 31, 0.38);
  --mat-standard-button-toggle-disabled-selected-state-text-color:rgba(26, 27, 31, 0.38);
  --mat-standard-button-toggle-disabled-selected-state-background-color:rgba(26, 27, 31, 0.12);
  --mat-standard-button-toggle-divider-color:#74777f;
  --mat-standard-button-toggle-label-text-font:Roboto, sans-serif;
  --mat-standard-button-toggle-label-text-line-height:1.25rem;
  --mat-standard-button-toggle-label-text-size:0.875rem;
  --mat-standard-button-toggle-label-text-tracking:0.006rem;
  --mat-standard-button-toggle-label-text-weight:500;
  --mat-standard-button-toggle-height:40px;
  --mat-standard-button-toggle-shape:9999px;
  --mat-standard-button-toggle-background-color:transparent;
  --mat-standard-button-toggle-disabled-state-background-color:transparent;
  --mat-datepicker-calendar-date-selected-state-text-color:#ffffff;
  --mat-datepicker-calendar-date-selected-state-background-color:#005cbb;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color:rgba(26, 27, 31, 0.38);
  --mat-datepicker-calendar-date-today-selected-state-outline-color:#005cbb;
  --mat-datepicker-calendar-date-focus-state-background-color:rgba(26, 27, 31, 0.12);
  --mat-datepicker-calendar-date-hover-state-background-color:rgba(26, 27, 31, 0.08);
  --mat-datepicker-toggle-active-state-icon-color:#44474e;
  --mat-datepicker-calendar-date-in-range-state-background-color:#d7e3ff;
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color:#e0e0ff;
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color:#dae2f9;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color:#565e71;
  --mat-datepicker-toggle-icon-color:#44474e;
  --mat-datepicker-calendar-body-label-text-color:#1a1b1f;
  --mat-datepicker-calendar-period-button-text-color:#44474e;
  --mat-datepicker-calendar-period-button-icon-color:#44474e;
  --mat-datepicker-calendar-navigation-button-icon-color:#44474e;
  --mat-datepicker-calendar-header-text-color:#44474e;
  --mat-datepicker-calendar-date-today-outline-color:#005cbb;
  --mat-datepicker-calendar-date-today-disabled-state-outline-color:rgba(26, 27, 31, 0.38);
  --mat-datepicker-calendar-date-text-color:#1a1b1f;
  --mat-datepicker-calendar-date-disabled-state-text-color:rgba(26, 27, 31, 0.38);
  --mat-datepicker-calendar-date-preview-state-outline-color:#005cbb;
  --mat-datepicker-range-input-separator-color:#1a1b1f;
  --mat-datepicker-range-input-disabled-state-separator-color:rgba(26, 27, 31, 0.38);
  --mat-datepicker-range-input-disabled-state-text-color:rgba(26, 27, 31, 0.38);
  --mat-datepicker-calendar-container-background-color:#e9e8ec;
  --mat-datepicker-calendar-container-text-color:#1a1b1f;
  --mat-datepicker-calendar-text-font:Roboto, sans-serif;
  --mat-datepicker-calendar-text-size:1rem;
  --mat-datepicker-calendar-body-label-text-size:0.875rem;
  --mat-datepicker-calendar-body-label-text-weight:500;
  --mat-datepicker-calendar-period-button-text-size:0.875rem;
  --mat-datepicker-calendar-period-button-text-weight:500;
  --mat-datepicker-calendar-header-text-size:0.875rem;
  --mat-datepicker-calendar-header-text-weight:500;
  --mat-datepicker-calendar-container-shape:16px;
  --mat-datepicker-calendar-container-touch-shape:28px;
  --mat-datepicker-calendar-container-elevation-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-datepicker-calendar-container-touch-elevation-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-datepicker-calendar-header-divider-color:transparent;
  --mat-datepicker-calendar-date-outline-color:transparent;
  --mat-divider-color:#74777f;
  --mat-divider-width:1px;
  --mat-expansion-container-background-color:#fdfbff;
  --mat-expansion-container-text-color:#1a1b1f;
  --mat-expansion-actions-divider-color:#74777f;
  --mat-expansion-header-hover-state-layer-color:rgba(26, 27, 31, 0.08);
  --mat-expansion-header-focus-state-layer-color:rgba(26, 27, 31, 0.12);
  --mat-expansion-header-disabled-state-text-color:rgba(26, 27, 31, 0.38);
  --mat-expansion-header-text-color:#1a1b1f;
  --mat-expansion-header-description-color:#44474e;
  --mat-expansion-header-indicator-color:#44474e;
  --mat-expansion-header-text-font:Roboto, sans-serif;
  --mat-expansion-header-text-size:1rem;
  --mat-expansion-header-text-weight:500;
  --mat-expansion-header-text-line-height:1.5rem;
  --mat-expansion-header-text-tracking:0.009rem;
  --mat-expansion-container-text-font:Roboto, sans-serif;
  --mat-expansion-container-text-line-height:1.5rem;
  --mat-expansion-container-text-size:1rem;
  --mat-expansion-container-text-tracking:0.031rem;
  --mat-expansion-container-text-weight:400;
  --mat-expansion-header-collapsed-state-height:48px;
  --mat-expansion-header-expanded-state-height:64px;
  --mat-expansion-container-shape:12px;
  --mat-expansion-legacy-header-indicator-display:none;
  --mat-expansion-header-indicator-display:inline-block;
  --mat-grid-list-tile-header-primary-text-size:400 1rem / 1.5rem Roboto, sans-serif;
  --mat-grid-list-tile-header-secondary-text-size:400 0.875rem / 1.25rem Roboto, sans-serif;
  --mat-grid-list-tile-footer-primary-text-size:400 1rem / 1.5rem Roboto, sans-serif;
  --mat-grid-list-tile-footer-secondary-text-size:400 0.875rem / 1.25rem Roboto, sans-serif;
  --mat-icon-color:inherit;
  --mat-sidenav-container-background-color:#fdfbff;
  --mat-sidenav-container-text-color:#44474e;
  --mat-sidenav-content-background-color:#fdfbff;
  --mat-sidenav-content-text-color:#1a1b1f;
  --mat-sidenav-scrim-color:rgba(45, 48, 56, 0.4);
  --mat-sidenav-container-shape:16px;
  --mat-sidenav-container-elevation-shadow:none;
  --mat-sidenav-container-width:360px;
  --mat-sidenav-container-divider-color:transparent;
  --mat-stepper-header-icon-foreground-color:#fdfbff;
  --mat-stepper-header-selected-state-icon-background-color:#005cbb;
  --mat-stepper-header-selected-state-icon-foreground-color:#ffffff;
  --mat-stepper-header-edit-state-icon-background-color:#005cbb;
  --mat-stepper-header-edit-state-icon-foreground-color:#ffffff;
  --mat-stepper-container-color:#fdfbff;
  --mat-stepper-line-color:#74777f;
  --mat-stepper-header-hover-state-layer-color:rgba(47, 48, 51, 0.08);
  --mat-stepper-header-focus-state-layer-color:rgba(47, 48, 51, 0.12);
  --mat-stepper-header-label-text-color:#44474e;
  --mat-stepper-header-optional-label-text-color:#44474e;
  --mat-stepper-header-selected-state-label-text-color:#44474e;
  --mat-stepper-header-error-state-label-text-color:#ba1a1a;
  --mat-stepper-header-icon-background-color:#44474e;
  --mat-stepper-header-error-state-icon-foreground-color:#ba1a1a;
  --mat-stepper-container-text-font:Roboto, sans-serif;
  --mat-stepper-header-label-text-font:Roboto, sans-serif;
  --mat-stepper-header-label-text-size:0.875rem;
  --mat-stepper-header-label-text-weight:500;
  --mat-stepper-header-error-state-label-text-size:0.875rem;
  --mat-stepper-header-selected-state-label-text-size:0.875rem;
  --mat-stepper-header-selected-state-label-text-weight:500;
  --mat-stepper-header-height:72px;
  --mat-stepper-header-focus-state-layer-shape:12px;
  --mat-stepper-header-hover-state-layer-shape:12px;
  --mat-stepper-header-error-state-icon-background-color:transparent;
  --mat-sort-arrow-color:#1a1b1f;
  --mat-toolbar-container-background-color:#fdfbff;
  --mat-toolbar-container-text-color:#1a1b1f;
  --mat-toolbar-title-text-font:Roboto, sans-serif;
  --mat-toolbar-title-text-line-height:1.75rem;
  --mat-toolbar-title-text-size:1.375rem;
  --mat-toolbar-title-text-tracking:0;
  --mat-toolbar-title-text-weight:400;
  --mat-toolbar-standard-height:64px;
  --mat-toolbar-mobile-height:56px;
  --mat-tree-container-background-color:#fdfbff;
  --mat-tree-node-text-color:#1a1b1f;
  --mat-tree-node-text-font:Roboto, sans-serif;
  --mat-tree-node-text-size:1rem;
  --mat-tree-node-text-weight:400;
  --mat-tree-node-min-height:48px;
}
.mat-theme-loaded-marker {
  display: none;
}
.mat-primary {
  --mat-stepper-header-selected-state-icon-background-color:#005cbb;
  --mat-stepper-header-selected-state-icon-foreground-color:#ffffff;
  --mat-stepper-header-edit-state-icon-background-color:#005cbb;
  --mat-stepper-header-edit-state-icon-foreground-color:#ffffff;
}
.mat-primary.mat-icon {
  --mat-icon-color:#005cbb;
}
.mat-primary.mat-mdc-checkbox {
  --mat-checkbox-disabled-label-color:rgba(26, 27, 31, 0.38);
  --mat-checkbox-label-text-color:#1a1b1f;
}
.mat-primary.mat-mdc-slide-toggle {
  --mat-switch-track-outline-color:#74777f;
  --mat-switch-disabled-unselected-track-outline-color:#1a1b1f;
  --mat-switch-label-text-color:#1a1b1f;
}
.mat-primary.mat-mdc-button-base {
  --mdc-icon-button-icon-color:#005cbb;
  --mat-icon-button-state-layer-color:#005cbb;
  --mat-icon-button-ripple-color:rgba(0, 92, 187, 0.12);
}
.mat-primary .mdc-list-item__start,
.mat-primary .mdc-list-item__end {
  --mat-checkbox-disabled-label-color:rgba(26, 27, 31, 0.38);
  --mat-checkbox-label-text-color:#1a1b1f;
}
.mat-badge {
  --mat-badge-background-color:#005cbb;
  --mat-badge-text-color:#ffffff;
  --mat-badge-disabled-state-background-color:rgba(0, 92, 187, 0.38);
  --mat-badge-disabled-state-text-color:#ffffff;
}
.mat-accent {
  --mat-option-selected-state-label-text-color:#00006e;
  --mat-option-selected-state-layer-color:#e0e0ff;
  --mdc-circular-progress-active-indicator-color:#343dff;
  --mat-full-pseudo-checkbox-selected-icon-color:#343dff;
  --mat-full-pseudo-checkbox-selected-checkmark-color:#ffffff;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color:#343dff;
  --mat-stepper-header-selected-state-icon-background-color:#343dff;
  --mat-stepper-header-selected-state-icon-foreground-color:#ffffff;
  --mat-stepper-header-edit-state-icon-background-color:#343dff;
  --mat-stepper-header-edit-state-icon-foreground-color:#ffffff;
}
.mat-accent.mat-icon {
  --mat-icon-color:#343dff;
}
.mat-accent.mat-mdc-checkbox {
  --mdc-checkbox-selected-checkmark-color:#ffffff;
  --mdc-checkbox-selected-focus-icon-color:#343dff;
  --mdc-checkbox-selected-hover-icon-color:#343dff;
  --mdc-checkbox-selected-icon-color:#343dff;
  --mdc-checkbox-selected-focus-state-layer-color:#343dff;
  --mdc-checkbox-selected-hover-state-layer-color:#343dff;
  --mdc-checkbox-unselected-pressed-state-layer-color:#343dff;
  --mat-checkbox-disabled-label-color:rgba(26, 27, 31, 0.38);
  --mat-checkbox-label-text-color:#1a1b1f;
}
.mat-accent.mat-mdc-slider {
  --mdc-slider-handle-color:#343dff;
  --mdc-slider-focus-handle-color:#343dff;
  --mdc-slider-hover-handle-color:#343dff;
  --mdc-slider-active-track-color:#343dff;
  --mdc-slider-with-tick-marks-active-container-color:#ffffff;
  --mdc-slider-label-container-color:#343dff;
  --mdc-slider-label-label-text-color:#ffffff;
  --mdc-slider-with-overlap-handle-outline-color:#ffffff;
  --mat-slider-ripple-color:#343dff;
  --mat-slider-hover-state-layer-color:rgba(52, 61, 255, 0.05);
  --mat-slider-focus-state-layer-color:rgba(52, 61, 255, 0.2);
}
.mat-accent.mat-mdc-tab-group,
.mat-accent.mat-mdc-tab-nav-bar {
  --mdc-tab-indicator-active-indicator-color:#343dff;
  --mat-tab-header-active-focus-indicator-color:#343dff;
  --mat-tab-header-active-hover-indicator-color:#343dff;
}
.mat-accent.mat-mdc-slide-toggle {
  --mdc-switch-selected-focus-state-layer-color:#343dff;
  --mdc-switch-selected-handle-color:#ffffff;
  --mdc-switch-selected-hover-state-layer-color:#343dff;
  --mdc-switch-selected-pressed-state-layer-color:#343dff;
  --mdc-switch-selected-focus-handle-color:#e0e0ff;
  --mdc-switch-selected-hover-handle-color:#e0e0ff;
  --mdc-switch-selected-pressed-handle-color:#e0e0ff;
  --mdc-switch-selected-focus-track-color:#343dff;
  --mdc-switch-selected-hover-track-color:#343dff;
  --mdc-switch-selected-pressed-track-color:#343dff;
  --mdc-switch-selected-track-color:#343dff;
  --mdc-switch-selected-icon-color:#00006e;
  --mat-switch-track-outline-color:#74777f;
  --mat-switch-disabled-unselected-track-outline-color:#1a1b1f;
  --mat-switch-label-text-color:#1a1b1f;
}
.mat-accent.mat-mdc-form-field {
  --mat-select-focused-arrow-color:#343dff;
}
.mat-accent.mat-mdc-radio-button {
  --mdc-radio-selected-focus-icon-color:#343dff;
  --mdc-radio-selected-hover-icon-color:#343dff;
  --mdc-radio-selected-icon-color:#343dff;
  --mdc-radio-selected-pressed-icon-color:#343dff;
  --mat-radio-checked-ripple-color:#343dff;
}
.mat-accent.mat-mdc-progress-bar {
  --mdc-linear-progress-active-indicator-color:#343dff;
  --mdc-linear-progress-track-color:#e0e0ff;
}
.mat-accent.mat-mdc-form-field {
  --mdc-filled-text-field-caret-color:#343dff;
  --mdc-filled-text-field-focus-active-indicator-color:#343dff;
  --mdc-filled-text-field-focus-label-text-color:#343dff;
  --mdc-outlined-text-field-caret-color:#343dff;
  --mdc-outlined-text-field-focus-outline-color:#343dff;
  --mdc-outlined-text-field-focus-label-text-color:#343dff;
  --mat-form-field-focus-select-arrow-color:#343dff;
}
.mat-accent.mat-datepicker-content {
  --mat-datepicker-calendar-date-selected-state-text-color:#ffffff;
  --mat-datepicker-calendar-date-selected-state-background-color:#343dff;
  --mat-datepicker-calendar-date-today-selected-state-outline-color:#343dff;
  --mat-datepicker-calendar-date-in-range-state-background-color:#e0e0ff;
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color:#d7e3ff;
  --mat-datepicker-calendar-date-today-outline-color:#343dff;
  --mat-datepicker-calendar-date-preview-state-outline-color:#343dff;
}
.mat-accent.mat-mdc-button-base {
  --mdc-text-button-label-text-color:#343dff;
  --mdc-protected-button-label-text-color:#343dff;
  --mdc-filled-button-container-color:#343dff;
  --mdc-filled-button-label-text-color:#ffffff;
  --mdc-outlined-button-label-text-color:#343dff;
  --mat-text-button-state-layer-color:#343dff;
  --mat-text-button-ripple-color:rgba(52, 61, 255, 0.12);
  --mat-protected-button-state-layer-color:#343dff;
  --mat-protected-button-ripple-color:rgba(52, 61, 255, 0.12);
  --mat-filled-button-state-layer-color:#ffffff;
  --mat-filled-button-ripple-color:rgba(255, 255, 255, 0.12);
  --mat-outlined-button-state-layer-color:#343dff;
  --mat-outlined-button-ripple-color:rgba(52, 61, 255, 0.12);
  --mdc-icon-button-icon-color:#343dff;
  --mat-icon-button-state-layer-color:#343dff;
  --mat-icon-button-ripple-color:rgba(52, 61, 255, 0.12);
}
.mat-accent.mat-mdc-standard-chip {
  --mdc-chip-elevated-selected-container-color:#e0e0ff;
  --mdc-chip-selected-hover-state-layer-color:#00006e;
  --mdc-chip-selected-focus-state-layer-color:#00006e;
  --mdc-chip-selected-label-text-color:#00006e;
  --mdc-chip-with-icon-selected-icon-color:#00006e;
  --mat-chip-selected-trailing-action-state-layer-color:#00006e;
  --mat-chip-selected-trailing-icon-color:#00006e;
}
.mat-accent .mdc-list-item__start,
.mat-accent .mdc-list-item__end {
  --mdc-checkbox-selected-checkmark-color:#ffffff;
  --mdc-checkbox-selected-focus-icon-color:#343dff;
  --mdc-checkbox-selected-hover-icon-color:#343dff;
  --mdc-checkbox-selected-icon-color:#343dff;
  --mdc-checkbox-selected-focus-state-layer-color:#343dff;
  --mdc-checkbox-selected-hover-state-layer-color:#343dff;
  --mdc-checkbox-unselected-pressed-state-layer-color:#343dff;
  --mat-checkbox-disabled-label-color:rgba(26, 27, 31, 0.38);
  --mat-checkbox-label-text-color:#1a1b1f;
  --mdc-radio-selected-focus-icon-color:#343dff;
  --mdc-radio-selected-hover-icon-color:#343dff;
  --mdc-radio-selected-icon-color:#343dff;
  --mdc-radio-selected-pressed-icon-color:#343dff;
  --mat-radio-checked-ripple-color:#343dff;
}
.mat-accent.mat-mdc-fab,
.mat-accent.mat-mdc-mini-fab {
  --mdc-fab-container-color:#e0e0ff;
  --mdc-fab-small-container-color:#e0e0ff;
  --mat-fab-foreground-color:#00006e;
  --mat-fab-state-layer-color:#00006e;
  --mat-fab-ripple-color:rgba(0, 0, 110, 0.12);
  --mat-fab-small-foreground-color:#00006e;
  --mat-fab-small-state-layer-color:#00006e;
  --mat-fab-small-ripple-color:rgba(0, 0, 110, 0.12);
}
.mat-badge-accent {
  --mat-badge-background-color:#343dff;
  --mat-badge-text-color:#ffffff;
  --mat-badge-disabled-state-background-color:rgba(52, 61, 255, 0.38);
  --mat-badge-disabled-state-text-color:#ffffff;
}
.mat-warn {
  --mat-option-selected-state-label-text-color:#410002;
  --mat-option-selected-state-layer-color:#ffdad6;
  --mdc-circular-progress-active-indicator-color:#ba1a1a;
  --mat-full-pseudo-checkbox-selected-icon-color:#ba1a1a;
  --mat-full-pseudo-checkbox-selected-checkmark-color:#ffffff;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color:#ba1a1a;
  --mat-stepper-header-selected-state-icon-background-color:#ba1a1a;
  --mat-stepper-header-selected-state-icon-foreground-color:#ffffff;
  --mat-stepper-header-edit-state-icon-background-color:#ba1a1a;
  --mat-stepper-header-edit-state-icon-foreground-color:#ffffff;
}
.mat-warn.mat-icon {
  --mat-icon-color:#ba1a1a;
}
.mat-warn.mat-mdc-checkbox {
  --mdc-checkbox-selected-checkmark-color:#ffffff;
  --mdc-checkbox-selected-focus-icon-color:#ba1a1a;
  --mdc-checkbox-selected-hover-icon-color:#ba1a1a;
  --mdc-checkbox-selected-icon-color:#ba1a1a;
  --mdc-checkbox-selected-focus-state-layer-color:#ba1a1a;
  --mdc-checkbox-selected-hover-state-layer-color:#ba1a1a;
  --mdc-checkbox-unselected-pressed-state-layer-color:#ba1a1a;
  --mat-checkbox-disabled-label-color:rgba(26, 27, 31, 0.38);
  --mat-checkbox-label-text-color:#1a1b1f;
}
.mat-warn.mat-mdc-slider {
  --mdc-slider-handle-color:#ba1a1a;
  --mdc-slider-focus-handle-color:#ba1a1a;
  --mdc-slider-hover-handle-color:#ba1a1a;
  --mdc-slider-active-track-color:#ba1a1a;
  --mdc-slider-with-tick-marks-active-container-color:#ffffff;
  --mdc-slider-label-container-color:#ba1a1a;
  --mdc-slider-label-label-text-color:#ffffff;
  --mdc-slider-with-overlap-handle-outline-color:#ffffff;
  --mat-slider-ripple-color:#ba1a1a;
  --mat-slider-hover-state-layer-color:rgba(186, 26, 26, 0.05);
  --mat-slider-focus-state-layer-color:rgba(186, 26, 26, 0.2);
}
.mat-warn.mat-mdc-tab-group,
.mat-warn.mat-mdc-tab-nav-bar {
  --mdc-tab-indicator-active-indicator-color:#ba1a1a;
  --mat-tab-header-active-focus-indicator-color:#ba1a1a;
  --mat-tab-header-active-hover-indicator-color:#ba1a1a;
}
.mat-warn.mat-mdc-slide-toggle {
  --mdc-switch-selected-focus-state-layer-color:#ba1a1a;
  --mdc-switch-selected-handle-color:#ffffff;
  --mdc-switch-selected-hover-state-layer-color:#ba1a1a;
  --mdc-switch-selected-pressed-state-layer-color:#ba1a1a;
  --mdc-switch-selected-focus-handle-color:#ffdad6;
  --mdc-switch-selected-hover-handle-color:#ffdad6;
  --mdc-switch-selected-pressed-handle-color:#ffdad6;
  --mdc-switch-selected-focus-track-color:#ba1a1a;
  --mdc-switch-selected-hover-track-color:#ba1a1a;
  --mdc-switch-selected-pressed-track-color:#ba1a1a;
  --mdc-switch-selected-track-color:#ba1a1a;
  --mdc-switch-selected-icon-color:#410002;
  --mat-switch-track-outline-color:#74777f;
  --mat-switch-disabled-unselected-track-outline-color:#1a1b1f;
  --mat-switch-label-text-color:#1a1b1f;
}
.mat-warn.mat-mdc-form-field {
  --mat-select-focused-arrow-color:#ba1a1a;
}
.mat-warn.mat-mdc-radio-button {
  --mdc-radio-selected-focus-icon-color:#ba1a1a;
  --mdc-radio-selected-hover-icon-color:#ba1a1a;
  --mdc-radio-selected-icon-color:#ba1a1a;
  --mdc-radio-selected-pressed-icon-color:#ba1a1a;
  --mat-radio-checked-ripple-color:#ba1a1a;
}
.mat-warn.mat-mdc-progress-bar {
  --mdc-linear-progress-active-indicator-color:#ba1a1a;
  --mdc-linear-progress-track-color:#ffdad6;
}
.mat-warn.mat-mdc-form-field {
  --mdc-filled-text-field-caret-color:#ba1a1a;
  --mdc-filled-text-field-focus-active-indicator-color:#ba1a1a;
  --mdc-filled-text-field-focus-label-text-color:#ba1a1a;
  --mdc-outlined-text-field-caret-color:#ba1a1a;
  --mdc-outlined-text-field-focus-outline-color:#ba1a1a;
  --mdc-outlined-text-field-focus-label-text-color:#ba1a1a;
  --mat-form-field-focus-select-arrow-color:#ba1a1a;
}
.mat-warn.mat-datepicker-content {
  --mat-datepicker-calendar-date-selected-state-text-color:#ffffff;
  --mat-datepicker-calendar-date-selected-state-background-color:#ba1a1a;
  --mat-datepicker-calendar-date-today-selected-state-outline-color:#ba1a1a;
  --mat-datepicker-calendar-date-in-range-state-background-color:#ffdad6;
  --mat-datepicker-calendar-date-today-outline-color:#ba1a1a;
  --mat-datepicker-calendar-date-preview-state-outline-color:#ba1a1a;
}
.mat-warn.mat-mdc-button-base {
  --mdc-text-button-label-text-color:#ba1a1a;
  --mdc-protected-button-label-text-color:#ba1a1a;
  --mdc-filled-button-container-color:#ba1a1a;
  --mdc-filled-button-label-text-color:#ffffff;
  --mdc-outlined-button-label-text-color:#ba1a1a;
  --mat-text-button-state-layer-color:#ba1a1a;
  --mat-text-button-ripple-color:rgba(186, 26, 26, 0.12);
  --mat-protected-button-state-layer-color:#ba1a1a;
  --mat-protected-button-ripple-color:rgba(186, 26, 26, 0.12);
  --mat-filled-button-state-layer-color:#ffffff;
  --mat-filled-button-ripple-color:rgba(255, 255, 255, 0.12);
  --mat-outlined-button-state-layer-color:#ba1a1a;
  --mat-outlined-button-ripple-color:rgba(186, 26, 26, 0.12);
  --mdc-icon-button-icon-color:#ba1a1a;
  --mat-icon-button-state-layer-color:#ba1a1a;
  --mat-icon-button-ripple-color:rgba(186, 26, 26, 0.12);
}
.mat-warn.mat-mdc-standard-chip {
  --mdc-chip-elevated-selected-container-color:#ffdad6;
  --mdc-chip-selected-hover-state-layer-color:#410002;
  --mdc-chip-selected-focus-state-layer-color:#410002;
  --mdc-chip-selected-label-text-color:#410002;
  --mdc-chip-with-icon-selected-icon-color:#410002;
  --mat-chip-selected-trailing-action-state-layer-color:#410002;
  --mat-chip-selected-trailing-icon-color:#410002;
}
.mat-warn .mdc-list-item__start,
.mat-warn .mdc-list-item__end {
  --mdc-checkbox-selected-checkmark-color:#ffffff;
  --mdc-checkbox-selected-focus-icon-color:#ba1a1a;
  --mdc-checkbox-selected-hover-icon-color:#ba1a1a;
  --mdc-checkbox-selected-icon-color:#ba1a1a;
  --mdc-checkbox-selected-focus-state-layer-color:#ba1a1a;
  --mdc-checkbox-selected-hover-state-layer-color:#ba1a1a;
  --mdc-checkbox-unselected-pressed-state-layer-color:#ba1a1a;
  --mat-checkbox-disabled-label-color:rgba(26, 27, 31, 0.38);
  --mat-checkbox-label-text-color:#1a1b1f;
  --mdc-radio-selected-focus-icon-color:#ba1a1a;
  --mdc-radio-selected-hover-icon-color:#ba1a1a;
  --mdc-radio-selected-icon-color:#ba1a1a;
  --mdc-radio-selected-pressed-icon-color:#ba1a1a;
  --mat-radio-checked-ripple-color:#ba1a1a;
}
.mat-display-large,
.mat-typography .mat-display-large,
.mat-typography h1 {
  font: 400 3.562rem / 4rem Roboto, sans-serif;
  letter-spacing: -0.016rem;
  margin: 0 0 .5em;
}
.mat-display-medium,
.mat-typography .mat-display-medium,
.mat-typography h2 {
  font: 400 2.812rem / 3.25rem Roboto, sans-serif;
  letter-spacing: 0;
  margin: 0 0 .5em;
}
.mat-display-small,
.mat-typography .mat-display-small,
.mat-typography h3 {
  font: 400 2.25rem / 2.75rem Roboto, sans-serif;
  letter-spacing: 0;
  margin: 0 0 .5em;
}
.mat-headline-large,
.mat-typography .mat-headline-large,
.mat-typography h4 {
  font: 400 2rem / 2.5rem Roboto, sans-serif;
  letter-spacing: 0;
  margin: 0 0 .5em;
}
.mat-headline-medium,
.mat-typography .mat-headline-medium,
.mat-typography h5 {
  font: 400 1.75rem / 2.25rem Roboto, sans-serif;
  letter-spacing: 0;
  margin: 0 0 .5em;
}
.mat-headline-small,
.mat-typography .mat-headline-small,
.mat-typography h6 {
  font: 400 1.5rem / 2rem Roboto, sans-serif;
  letter-spacing: 0;
  margin: 0 0 .5em;
}
.mat-title-large,
.mat-typography .mat-title-large {
  font: 400 1.375rem / 1.75rem Roboto, sans-serif;
  letter-spacing: 0;
}
.mat-title-medium,
.mat-typography .mat-title-medium {
  font: 500 1rem / 1.5rem Roboto, sans-serif;
  letter-spacing: .009rem;
}
.mat-title-small,
.mat-typography .mat-title-small {
  font: 500 .875rem / 1.25rem Roboto, sans-serif;
  letter-spacing: .006rem;
}
.mat-body-large,
.mat-typography .mat-body-large,
.mat-typography {
  font: 400 1rem / 1.5rem Roboto, sans-serif;
  letter-spacing: .031rem;
}
.mat-body-large p,
.mat-typography .mat-body-large p,
.mat-typography p {
  margin: 0 0 .75em;
}
.mat-body-medium,
.mat-typography .mat-body-medium {
  font: 400 .875rem / 1.25rem Roboto, sans-serif;
  letter-spacing: .016rem;
}
.mat-body-small,
.mat-typography .mat-body-small {
  font: 400 .75rem / 1rem Roboto, sans-serif;
  letter-spacing: .025rem;
}
.mat-label-large,
.mat-typography .mat-label-large {
  font: 500 .875rem / 1.25rem Roboto, sans-serif;
  letter-spacing: .006rem;
}
.mat-label-medium,
.mat-typography .mat-label-medium {
  font: 500 .75rem / 1rem Roboto, sans-serif;
  letter-spacing: .031rem;
}
.mat-label-small,
.mat-typography .mat-label-small {
  font: 500 .688rem / 1rem Roboto, sans-serif;
  letter-spacing: .031rem;
}

/* node_modules/@videogular/ngx-videogular/fonts/videogular.css */
@font-face {
  font-family: videogular;
  src: url("./media/videogular.eot?hj1wei");
  src:
    url("./media/videogular.eot?hj1wei#iefix") format("embedded-opentype"),
    url("./media/videogular.ttf?hj1wei") format("truetype"),
    url("./media/videogular.woff?hj1wei") format("woff"),
    url("./media/videogular.svg?hj1wei#videogular") format("svg");
  font-weight: 400;
  font-style: normal;
}
[class*=" vg-icon-"],
[class^=vg-icon-] {
  font-family: videogular !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  font-size: 24px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.vg-icon-closed_caption:before {
  content: "\e006";
}
.vg-icon-pause:before {
  content: "\e018";
}
.vg-icon-play_arrow:before {
  content: "\e01b";
}
.vg-icon-repeat:before {
  content: "\e023";
}
.vg-icon-replay:before {
  content: "\e025";
}
.vg-icon-skip_next:before {
  content: "\e027";
}
.vg-icon-skip_previous:before {
  content: "\e028";
}
.vg-icon-stop:before {
  content: "\e02a";
}
.vg-icon-volume_down:before {
  content: "\e030";
}
.vg-icon-volume_mute:before {
  content: "\e031";
}
.vg-icon-volume_off:before {
  content: "\e032";
}
.vg-icon-volume_up:before {
  content: "\e033";
}
.vg-icon-hd:before {
  content: "\e035";
}
.vg-icon-forward_10:before {
  content: "\e038";
}
.vg-icon-forward_30:before {
  content: "\e039";
}
.vg-icon-replay_10:before {
  content: "\e03b";
}
.vg-icon-replay_30:before {
  content: "\e03c";
}
.vg-icon-fullscreen:before {
  content: "\e20c";
}
.vg-icon-fullscreen_exit:before {
  content: "\e20d";
}
vg-player video {
  width: 100%;
  height: 100%;
}

/* node_modules/daterangepicker/daterangepicker.css */
.daterangepicker {
  position: absolute;
  color: inherit;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #ddd;
  width: 278px;
  max-width: none;
  padding: 0;
  margin-top: 7px;
  top: 100px;
  left: 20px;
  z-index: 3001;
  display: none;
  font-family: arial;
  font-size: 15px;
  line-height: 1em;
}
.daterangepicker:before,
.daterangepicker:after {
  position: absolute;
  display: inline-block;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: "";
}
.daterangepicker:before {
  top: -7px;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #ccc;
}
.daterangepicker:after {
  top: -6px;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
}
.daterangepicker.opensleft:before {
  right: 9px;
}
.daterangepicker.opensleft:after {
  right: 10px;
}
.daterangepicker.openscenter:before {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
}
.daterangepicker.openscenter:after {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
}
.daterangepicker.opensright:before {
  left: 9px;
}
.daterangepicker.opensright:after {
  left: 10px;
}
.daterangepicker.drop-up {
  margin-top: -7px;
}
.daterangepicker.drop-up:before {
  top: initial;
  bottom: -7px;
  border-bottom: initial;
  border-top: 7px solid #ccc;
}
.daterangepicker.drop-up:after {
  top: initial;
  bottom: -6px;
  border-bottom: initial;
  border-top: 6px solid #fff;
}
.daterangepicker.single .daterangepicker .ranges,
.daterangepicker.single .drp-calendar {
  float: none;
}
.daterangepicker.single .drp-selected {
  display: none;
}
.daterangepicker.show-calendar .drp-calendar {
  display: block;
}
.daterangepicker.show-calendar .drp-buttons {
  display: block;
}
.daterangepicker.auto-apply .drp-buttons {
  display: none;
}
.daterangepicker .drp-calendar {
  display: none;
  max-width: 270px;
}
.daterangepicker .drp-calendar.left {
  padding: 8px 0 8px 8px;
}
.daterangepicker .drp-calendar.right {
  padding: 8px;
}
.daterangepicker .drp-calendar.single .calendar-table {
  border: none;
}
.daterangepicker .calendar-table .next span,
.daterangepicker .calendar-table .prev span {
  color: #fff;
  border: solid black;
  border-width: 0 2px 2px 0;
  border-radius: 0;
  display: inline-block;
  padding: 3px;
}
.daterangepicker .calendar-table .next span {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.daterangepicker .calendar-table .prev span {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}
.daterangepicker .calendar-table th,
.daterangepicker .calendar-table td {
  white-space: nowrap;
  text-align: center;
  vertical-align: middle;
  min-width: 32px;
  width: 32px;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  border-radius: 4px;
  border: 1px solid transparent;
  white-space: nowrap;
  cursor: pointer;
}
.daterangepicker .calendar-table {
  border: 1px solid #fff;
  border-radius: 4px;
  background-color: #fff;
}
.daterangepicker .calendar-table table {
  width: 100%;
  margin: 0;
  border-spacing: 0;
  border-collapse: collapse;
}
.daterangepicker td.available:hover,
.daterangepicker th.available:hover {
  background-color: #eee;
  border-color: transparent;
  color: inherit;
}
.daterangepicker td.week,
.daterangepicker th.week {
  font-size: 80%;
  color: #ccc;
}
.daterangepicker td.off,
.daterangepicker td.off.in-range,
.daterangepicker td.off.start-date,
.daterangepicker td.off.end-date {
  background-color: #fff;
  border-color: transparent;
  color: #999;
}
.daterangepicker td.in-range {
  background-color: #ebf4f8;
  border-color: transparent;
  color: #000;
  border-radius: 0;
}
.daterangepicker td.start-date {
  border-radius: 4px 0 0 4px;
}
.daterangepicker td.end-date {
  border-radius: 0 4px 4px 0;
}
.daterangepicker td.start-date.end-date {
  border-radius: 4px;
}
.daterangepicker td.active,
.daterangepicker td.active:hover {
  background-color: #357ebd;
  border-color: transparent;
  color: #fff;
}
.daterangepicker th.month {
  width: auto;
}
.daterangepicker td.disabled,
.daterangepicker option.disabled {
  color: #999;
  cursor: not-allowed;
  text-decoration: line-through;
}
.daterangepicker select.monthselect,
.daterangepicker select.yearselect {
  font-size: 12px;
  padding: 1px;
  height: auto;
  margin: 0;
  cursor: default;
}
.daterangepicker select.monthselect {
  margin-right: 2%;
  width: 56%;
}
.daterangepicker select.yearselect {
  width: 40%;
}
.daterangepicker select.hourselect,
.daterangepicker select.minuteselect,
.daterangepicker select.secondselect,
.daterangepicker select.ampmselect {
  width: 50px;
  margin: 0 auto;
  background: #eee;
  border: 1px solid #eee;
  padding: 2px;
  outline: 0;
  font-size: 12px;
}
.daterangepicker .calendar-time {
  text-align: center;
  margin: 4px auto 0 auto;
  line-height: 30px;
  position: relative;
}
.daterangepicker .calendar-time select.disabled {
  color: #ccc;
  cursor: not-allowed;
}
.daterangepicker .drp-buttons {
  clear: both;
  text-align: right;
  padding: 8px;
  border-top: 1px solid #ddd;
  display: none;
  line-height: 12px;
  vertical-align: middle;
}
.daterangepicker .drp-selected {
  display: inline-block;
  font-size: 12px;
  padding-right: 8px;
}
.daterangepicker .drp-buttons .btn {
  margin-left: 8px;
  font-size: 12px;
  font-weight: bold;
  padding: 4px 8px;
}
.daterangepicker.show-ranges.single.rtl .drp-calendar.left {
  border-right: 1px solid #ddd;
}
.daterangepicker.show-ranges.single.ltr .drp-calendar.left {
  border-left: 1px solid #ddd;
}
.daterangepicker.show-ranges.rtl .drp-calendar.right {
  border-right: 1px solid #ddd;
}
.daterangepicker.show-ranges.ltr .drp-calendar.left {
  border-left: 1px solid #ddd;
}
.daterangepicker .ranges {
  float: none;
  text-align: left;
  margin: 0;
}
.daterangepicker.show-calendar .ranges {
  margin-top: 8px;
}
.daterangepicker .ranges ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}
.daterangepicker .ranges li {
  font-size: 12px;
  padding: 8px 12px;
  cursor: pointer;
}
.daterangepicker .ranges li:hover {
  background-color: #eee;
}
.daterangepicker .ranges li.active {
  background-color: #08c;
  color: #fff;
}
@media (min-width: 564px) {
  .daterangepicker {
    width: auto;
  }
  .daterangepicker .ranges ul {
    width: 140px;
  }
  .daterangepicker.single .ranges ul {
    width: 100%;
  }
  .daterangepicker.single .drp-calendar.left {
    clear: none;
  }
  .daterangepicker.single .ranges,
  .daterangepicker.single .drp-calendar {
    float: left;
  }
  .daterangepicker {
    direction: ltr;
    text-align: left;
  }
  .daterangepicker .drp-calendar.left {
    clear: left;
    margin-right: 0;
  }
  .daterangepicker .drp-calendar.left .calendar-table {
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .daterangepicker .drp-calendar.right {
    margin-left: 0;
  }
  .daterangepicker .drp-calendar.right .calendar-table {
    border-left: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .daterangepicker .drp-calendar.left .calendar-table {
    padding-right: 8px;
  }
  .daterangepicker .ranges,
  .daterangepicker .drp-calendar {
    float: left;
  }
}
@media (min-width: 730px) {
  .daterangepicker .ranges {
    width: auto;
  }
  .daterangepicker .ranges {
    float: left;
  }
  .daterangepicker.rtl .ranges {
    float: right;
  }
  .daterangepicker .drp-calendar.left {
    clear: none !important;
  }
}

/* src/css/style.css */
html,
body {
  height: 100%;
  color: rgba(0, 0, 0, 0.87);
  background: white;
  position: relative;
}
body {
  margin: 0;
  padding: 0;
}
[tabindex="-1"]:focus {
  outline: none;
}
.inset {
  padding: 10px;
}
button.md-no-style {
  font-weight: normal;
  background-color: inherit;
  text-align: left;
  border: none;
  padding: 0;
  margin: 0;
}
select,
button,
textarea,
input {
  vertical-align: baseline;
}
input[type=reset],
input[type=submit],
html input[type=button],
button {
  cursor: pointer;
  -webkit-appearance: button;
}
input[type=reset][disabled],
input[type=submit][disabled],
html input[type=button][disabled],
button[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-decoration,
input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: 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-padding {
  padding: 8px;
}
.md-margin {
  margin: 8px;
}
.md-scroll-mask {
  position: absolute;
  background-color: transparent;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.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 0px 0px 1px rgba(0, 0, 0, 0.3);
}
@media (min-width: 960px) {
  .md-padding {
    padding: 16px;
  }
}
html,
body {
  -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;
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 24px;
}
.md-body-1 {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 20px;
}
.md-body-2 {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 24px;
}
.md-caption {
  font-size: 12px;
  letter-spacing: 0.02em;
}
.md-button {
  letter-spacing: 0.01em;
}
button,
select,
html,
textarea,
input {
  font-family:
    Roboto,
    "Helvetica Neue",
    sans-serif;
}
select,
button,
textarea,
input {
  font-size: 100%;
}
@keyframes md-autocomplete-list-out {
  0% {
    animation-timing-function: linear;
  }
  50% {
    opacity: 0;
    height: 40px;
    animation-timing-function: ease-in;
  }
  100% {
    height: 0;
    opacity: 0;
  }
}
@keyframes md-autocomplete-list-in {
  0% {
    opacity: 0;
    height: 0;
    animation-timing-function: ease-out;
  }
  50% {
    opacity: 0;
    height: 40px;
  }
  100% {
    opacity: 1;
    height: 40px;
  }
}
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: 26px;
}
md-autocomplete[md-floating-label] md-input-container.md-input-has-messages {
  padding-bottom: 2px;
}
md-autocomplete[md-floating-label] md-autocomplete-wrap {
  height: auto;
}
md-autocomplete[md-floating-label] button {
  position: absolute;
  top: auto;
  bottom: 0;
  right: 0;
  width: 30px;
  height: 30px;
}
md-autocomplete md-autocomplete-wrap {
  display: block;
  position: relative;
  overflow: visible;
  height: 40px;
}
md-autocomplete md-autocomplete-wrap.md-menu-showing {
  z-index: 51;
}
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;
}
md-autocomplete input:not(.md-input)::-ms-clear {
  display: none;
}
md-autocomplete input:not(.md-input) {
  width: 100%;
  padding: 0 15px;
  line-height: 40px;
  height: 40px;
}
md-autocomplete 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 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 button:focus {
  outline: none;
}
md-autocomplete button:focus:after {
  transform: scale(1);
  opacity: 1;
}
md-autocomplete button md-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0) scale(0.9);
}
md-autocomplete button md-icon path {
  stroke-width: 0;
}
md-autocomplete button.ng-enter {
  transform: scale(0);
  transition: transform 0.15s ease-out;
}
md-autocomplete button.ng-enter.ng-enter-active {
  transform: scale(1);
}
md-autocomplete button.ng-leave {
  transition: transform 0.15s ease-out;
}
md-autocomplete 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-virtual-repeat-container.md-autocomplete-suggestions-container {
  position: absolute;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  height: 225.5px;
  max-height: 225.5px;
  z-index: 100;
}
.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 0.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,
  .md-autocomplete-suggestions {
    border: 1px solid #fff;
  }
}
md-backdrop {
  transition: opacity 450ms;
  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: 0.48;
  transition: opacity 400ms;
}
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 16px;
  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: flex;
  outline: none;
}
md-bottom-sheet md-list-item:hover {
  cursor: pointer;
}
md-bottom-sheet.md-list md-list-item {
  padding: 0;
  align-items: center;
  height: 48px;
}
md-bottom-sheet.md-list md-list-item div.md-icon-container {
  display: inline-block;
  height: 24px;
  margin-right: 32px;
}
md-bottom-sheet.md-grid {
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 0;
}
md-bottom-sheet.md-grid md-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  transition: all 0.5s;
  align-items: center;
}
md-bottom-sheet.md-grid md-list-item {
  flex-direction: column;
  align-items: center;
  transition: all 0.5s;
  height: 96px;
  margin-top: 8px;
  margin-bottom: 8px;
}
@media screen and (max-width: 960px) {
  md-bottom-sheet.md-grid md-list-item {
    flex: 1 1 33.3333333333%;
    max-width: 33.3333333333%;
  }
  md-bottom-sheet.md-grid md-list-item:nth-of-type(3n+1) {
    align-items: flex-start;
  }
  md-bottom-sheet.md-grid md-list-item:nth-of-type(3n) {
    align-items: flex-end;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279px) {
  md-bottom-sheet.md-grid md-list-item {
    flex: 1 1 25%;
    max-width: 25%;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1919px) {
  md-bottom-sheet.md-grid md-list-item {
    flex: 1 1 16.6666666667%;
    max-width: 16.6666666667%;
  }
}
@media screen and (min-width: 1920px) {
  md-bottom-sheet.md-grid md-list-item {
    flex: 1 1 14.2857142857%;
    max-width: 14.2857142857%;
  }
}
md-bottom-sheet.md-grid md-list-item .md-list-item-content {
  display: flex;
  flex-direction: column;
  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: flex;
  flex-direction: column;
  align-items: center;
  width: 80px;
}
md-bottom-sheet.md-grid md-list-item .md-icon-container {
  display: inline-block;
  box-sizing: border-box;
  height: 48px;
  width: 48px;
  margin: 0 0;
}
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 {
  border-radius: 3px;
  box-sizing: border-box;
  color: currentColor;
  -webkit-user-select: none;
  user-select: none;
  position: relative;
  outline: none;
  border: 0;
  display: inline-block;
  align-items: center;
  padding: 0 6px;
  margin: 6px 8px;
  line-height: 36px;
  min-height: 36px;
  background: transparent;
  white-space: nowrap;
  min-width: 88px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  font-style: inherit;
  font-variant: inherit;
  font-family: inherit;
  text-decoration: none;
  cursor: pointer;
  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-button:focus {
  outline: none;
}
.md-button:hover,
.md-button:focus {
  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-icon-button .md-ripple-container {
  border-radius: 50%;
  background-clip: padding-box;
  overflow: hidden;
  -webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC);
}
.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 {
  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-ripple-container {
  border-radius: 50%;
  background-clip: padding-box;
  overflow: hidden;
  -webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC);
}
.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-raised.md-focused,
.md-button:not([disabled]).md-fab.md-focused {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
}
.md-button:not([disabled]).md-raised:active,
.md-button:not([disabled]).md-fab:active {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4);
}
.md-button .md-ripple-container {
  border-radius: 3px;
  background-clip: padding-box;
  overflow: hidden;
  -webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC);
}
.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: flex;
  flex: 1;
  width: 100%;
}
.md-button-group > .md-button {
  flex: 1;
  display: block;
  overflow: hidden;
  width: 0;
  border-width: 1px 0px 1px 1px;
  border-radius: 0;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.md-button-group > .md-button:first-child {
  border-radius: 2px 0px 0px 2px;
}
.md-button-group > .md-button:last-child {
  border-right-width: 1px;
  border-radius: 0px 2px 2px 0px;
}
@media screen and (-ms-high-contrast: active) {
  .md-button.md-raised,
  .md-button.md-fab {
    border: 1px solid #fff;
  }
}
md-card {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  margin: 8px;
  box-shadow:
    0px 1px 3px 0px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 2px 1px -1px rgba(0, 0, 0, 0.12);
}
md-card md-card-header {
  padding: 16px;
  display: flex;
  flex-direction: row;
}
md-card md-card-header:first-child md-card-avatar {
  margin-right: 12px;
}
md-card md-card-header:last-child md-card-avatar {
  margin-left: 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-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: flex;
  flex: 1;
  flex-direction: column;
}
md-card md-card-header md-card-header-text .md-subhead {
  font-size: 14px;
}
md-card > img,
md-card > :not(md-card-content) img {
  box-sizing: border-box;
  display: flex;
  flex: 0 0 auto;
  width: 100%;
  height: auto;
}
md-card md-card-title {
  padding: 24px 16px 16px;
  display: flex;
  flex: 1;
  flex-direction: row;
}
md-card md-card-title + md-card-content {
  padding-top: 0;
}
md-card md-card-title md-card-title-text {
  flex: 1;
  flex-direction: column;
  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 {
  flex: 1;
  justify-content: flex-start;
  display: flex;
  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;
}
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;
}
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;
}
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;
}
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 {
  flex: 1;
  justify-content: flex-end;
  display: flex;
  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-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;
  user-select: none;
  position: relative;
  min-width: 20px;
  min-height: 20px;
  margin-left: 0;
}
html[dir=rtl] md-checkbox {
  margin-left: 16px;
  unicode-bidi: embed;
}
body[dir=rtl] md-checkbox {
  margin-left: 16px;
  unicode-bidi: embed;
}
md-checkbox bdo[dir=rtl] {
  direction: rtl;
  unicode-bidi: bidi-override;
}
md-checkbox bdo[dir=ltr] {
  direction: ltr;
  unicode-bidi: bidi-override;
}
md-checkbox {
  margin-right: 16px;
}
html[dir=rtl] md-checkbox {
  margin-right: 0;
  unicode-bidi: embed;
}
body[dir=rtl] md-checkbox {
  margin-right: 0;
  unicode-bidi: embed;
}
md-checkbox bdo[dir=rtl] {
  direction: rtl;
  unicode-bidi: bidi-override;
}
md-checkbox bdo[dir=ltr] {
  direction: ltr;
  unicode-bidi: bidi-override;
}
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;
}
html[dir=rtl] md-checkbox .md-container {
  left: auto;
  unicode-bidi: embed;
}
body[dir=rtl] md-checkbox .md-container {
  left: auto;
  unicode-bidi: embed;
}
md-checkbox .md-container bdo[dir=rtl] {
  direction: rtl;
  unicode-bidi: bidi-override;
}
md-checkbox .md-container bdo[dir=ltr] {
  direction: ltr;
  unicode-bidi: bidi-override;
}
md-checkbox .md-container {
  right: auto;
}
html[dir=rtl] md-checkbox .md-container {
  right: 0;
  unicode-bidi: embed;
}
body[dir=rtl] md-checkbox .md-container {
  right: 0;
  unicode-bidi: embed;
}
md-checkbox .md-container bdo[dir=rtl] {
  direction: rtl;
  unicode-bidi: bidi-override;
}
md-checkbox .md-container bdo[dir=ltr] {
  direction: ltr;
  unicode-bidi: bidi-override;
}
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 0.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: 240ms;
  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: none;
}
md-checkbox.md-checked .md-icon:after {
  box-sizing: border-box;
  transform: rotate(45deg);
  position: absolute;
  left: 6.6666666667px;
  top: 2.2222222222px;
  display: table;
  width: 6.6666666667px;
  height: 13.3333333333px;
  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;
  user-select: text;
  margin-left: 30px;
}
html[dir=rtl] md-checkbox .md-label {
  margin-left: 0;
  unicode-bidi: embed;
}
body[dir=rtl] md-checkbox .md-label {
  margin-left: 0;
  unicode-bidi: embed;
}
md-checkbox .md-label bdo[dir=rtl] {
  direction: rtl;
  unicode-bidi: bidi-override;
}
md-checkbox .md-label bdo[dir=ltr] {
  direction: ltr;
  unicode-bidi: bidi-override;
}
md-checkbox .md-label {
  margin-right: 0;
}
html[dir=rtl] md-checkbox .md-label {
  margin-right: 30px;
  unicode-bidi: embed;
}
body[dir=rtl] md-checkbox .md-label {
  margin-right: 30px;
  unicode-bidi: embed;
}
md-checkbox .md-label bdo[dir=rtl] {
  direction: rtl;
  unicode-bidi: bidi-override;
}
md-checkbox .md-label bdo[dir=ltr] {
  direction: ltr;
  unicode-bidi: bidi-override;
}
.md-contact-chips .md-chips .md-chip {
  padding: 0 25px 0 0;
}
.md-contact-chips .md-chips .md-chip .md-contact-avatar {
  float: left;
}
.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;
}
.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;
}
.md-contact-suggestion .md-contact-name,
.md-contact-suggestion .md-contact-email {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
}
.md-contact-chips-suggestions li {
  height: 100%;
}
.md-chips:after {
  content: "";
  display: table;
  clear: both;
}
.md-chips {
  display: block;
  font-family:
    Roboto,
    "Helvetica Neue",
    sans-serif;
  font-size: 16px;
  padding: 0 0 8px 3px;
  vertical-align: middle;
}
.md-chips:not(.md-readonly) {
  cursor: text;
}
.md-chips:not(.md-readonly) .md-chip:not(.md-readonly) {
  padding-right: 22px;
}
.md-chips:not(.md-readonly) .md-chip:not(.md-readonly) .md-chip-content {
  padding-right: 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 0 12px;
  float: left;
  box-sizing: border-box;
  max-width: 100%;
  position: relative;
}
.md-chips .md-chip .md-chip-content {
  display: block;
  float: left;
  white-space: nowrap;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.md-chips .md-chip .md-chip-content:focus {
  outline: none;
}
.md-chips .md-chip .md-chip-remove-container {
  position: absolute;
  right: 0;
  line-height: 22px;
}
.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;
}
.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=url],
.md-chips .md-chip-input-container input[type=text] {
  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=url]:focus,
.md-chips .md-chip-input-container input[type=text]:focus {
  outline: none;
}
.md-chips .md-chip-input-container md-autocomplete,
.md-chips .md-chip-input-container md-autocomplete-wrap {
  background: transparent;
  height: 32px;
}
.md-chips .md-chip-input-container md-autocomplete md-autocomplete-wrap {
  box-shadow: none;
}
.md-chips .md-chip-input-container md-autocomplete input {
  position: relative;
}
.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;
}
.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;
}
md-content.autoScroll {
  -webkit-overflow-scrolling: auto;
}
md-calendar {
  font-size: 13px;
  -webkit-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;
}
.md-calendar-date:first-child {
  padding-left: 16px;
}
.md-calendar-date:last-child {
  padding-right: 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;
}
.md-calendar-day-header {
  table-layout: fixed;
  border-spacing: 0;
  border-collapse: collapse;
}
.md-calendar-day-header th {
  height: 44px;
  width: 44px;
  text-align: center;
  padding: 0;
  border: none;
}
.md-calendar-day-header th:first-child {
  padding-left: 16px;
}
.md-calendar-day-header th:last-child {
  padding-right: 16px;
}
.md-calendar-day-header th {
  font-weight: normal;
  height: 40px;
}
.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-datepicker {
  white-space: nowrap;
  overflow: hidden;
  padding-right: 18px;
  margin-right: -18px;
  vertical-align: middle;
}
.md-inline-form md-datepicker {
  margin-top: 12px;
}
.md-datepicker-button {
  display: inline-block;
  box-sizing: border-box;
  background: none;
}
.md-datepicker-input {
  font-size: 14px;
  box-sizing: border-box;
  border: none;
  box-shadow: none;
  outline: none;
  background: transparent;
}
.md-datepicker-input::-ms-clear {
  display: none;
}
.md-datepicker-input {
  min-width: 120px;
  max-width: 328px;
}
.md-datepicker-input-container {
  position: relative;
  padding-bottom: 5px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  display: inline-block;
  width: auto;
  margin-left: 12px;
}
.md-datepicker-input-container.md-datepicker-focused {
  border-bottom-width: 2px;
}
.md-datepicker-calendar-pane {
  position: absolute;
  top: 0;
  left: 0;
  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;
  background: transparent;
  pointer-events: none;
  cursor: text;
}
.md-datepicker-input-mask-opaque {
  position: absolute;
  right: 0;
  left: 120px;
  height: 100%;
}
.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;
  top: 0;
  transform: translateY(-25%) translateX(45%);
}
.md-datepicker-triangle-button.md-button.md-icon-button {
  height: 100%;
  width: 36px;
  position: absolute;
}
md-datepicker[disabled] .md-datepicker-input-container {
  border-bottom-color: transparent;
}
md-datepicker[disabled] .md-datepicker-triangle-button {
  display: none;
}
.md-datepicker-open .md-datepicker-input-container {
  margin-left: -12px;
  border: none;
}
.md-datepicker-open .md-datepicker-input {
  margin-left: 24px;
  height: 40px;
}
.md-datepicker-open .md-datepicker-triangle-button {
  display: none;
}
.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: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 80;
  overflow: hidden;
}
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 {
  opacity: 0;
  min-width: 240px;
  max-width: 80%;
  max-height: 80%;
  position: relative;
  overflow: auto;
  box-shadow:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 13px 19px 2px rgba(0, 0, 0, 0.14),
    0px 5px 24px 4px rgba(0, 0, 0, 0.12);
  display: flex;
  flex-direction: column;
}
md-dialog > form {
  display: flex;
  flex-direction: column;
  overflow: auto;
}
md-dialog .md-dialog-content {
  padding: 24px;
}
md-dialog md-dialog-content {
  order: 1;
  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-subheader.sticky-clone {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16);
}
md-dialog md-dialog-content.sticky-container {
  padding: 0;
}
md-dialog md-dialog-content.sticky-container > div {
  padding: 24px;
  padding-top: 0;
}
md-dialog md-dialog-content .md-dialog-content-body {
  width: 100%;
}
md-dialog .md-actions,
md-dialog md-dialog-actions {
  display: flex;
  order: 2;
  box-sizing: border-box;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 0;
  padding-right: 8px;
  padding-left: 16px;
  min-height: 52px;
  overflow: hidden;
}
md-dialog .md-actions .md-button,
md-dialog md-dialog-actions .md-button {
  margin-bottom: 8px;
  margin-left: 8px;
  margin-right: 0;
  margin-top: 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;
}
.layout-row > md-divider {
  border-top-width: 0;
  border-right-width: 1px;
  border-right-style: solid;
}
md-fab-speed-dial {
  position: relative;
  display: flex;
  align-items: center;
}
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 {
  z-index: 20;
}
md-fab-speed-dial:not(.md-hover-full) {
  pointer-events: none;
}
md-fab-speed-dial:not(.md-hover-full) md-fab-trigger,
md-fab-speed-dial:not(.md-hover-full) .md-fab-action-item {
  pointer-events: auto;
}
md-fab-speed-dial:not(.md-hover-full).md-is-open {
  pointer-events: auto;
}
md-fab-speed-dial .md-css-variables {
  z-index: 20;
}
md-fab-speed-dial.md-is-open .md-fab-action-item {
  align-items: center;
}
md-fab-speed-dial md-fab-actions {
  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 {
  flex-direction: column;
}
md-fab-speed-dial.md-down md-fab-trigger {
  order: 1;
}
md-fab-speed-dial.md-down md-fab-actions {
  flex-direction: column;
  order: 2;
}
md-fab-speed-dial.md-up {
  flex-direction: column;
}
md-fab-speed-dial.md-up md-fab-trigger {
  order: 2;
}
md-fab-speed-dial.md-up md-fab-actions {
  flex-direction: column-reverse;
  order: 1;
}
md-fab-speed-dial.md-left {
  flex-direction: row;
}
md-fab-speed-dial.md-left md-fab-trigger {
  order: 2;
}
md-fab-speed-dial.md-left md-fab-actions {
  flex-direction: row-reverse;
  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 {
  flex-direction: row;
}
md-fab-speed-dial.md-right md-fab-trigger {
  order: 1;
}
md-fab-speed-dial.md-right md-fab-actions {
  flex-direction: row;
  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-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-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.1428571429s;
}
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 {
  display: block;
}
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 200ms ease-in;
}
md-fab-toolbar.md-left md-fab-trigger {
  right: 0;
}
md-fab-toolbar.md-left .md-toolbar-tools {
  flex-direction: row-reverse;
}
md-fab-toolbar.md-left .md-toolbar-tools > .md-button:first-child {
  margin-right: 0.6rem;
}
md-fab-toolbar.md-left .md-toolbar-tools > .md-button:first-child {
  margin-left: -0.8rem;
}
md-fab-toolbar.md-left .md-toolbar-tools > .md-button:last-child {
  margin-right: 8px;
}
md-fab-toolbar.md-right md-fab-trigger {
  left: 0;
}
md-fab-toolbar.md-right .md-toolbar-tools {
  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-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 {
  box-sizing: border-box;
  display: block;
  position: relative;
}
md-grid-list md-grid-tile,
md-grid-list md-grid-tile > figure,
md-grid-list md-grid-tile-header,
md-grid-list md-grid-tile-footer {
  box-sizing: border-box;
}
md-grid-list md-grid-tile {
  display: block;
  position: absolute;
}
md-grid-list md-grid-tile figure {
  display: flex;
  align-items: 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-header,
md-grid-list md-grid-tile md-grid-tile-footer {
  display: flex;
  flex-direction: row;
  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-header h3,
md-grid-list md-grid-tile md-grid-tile-header h4,
md-grid-list md-grid-tile md-grid-tile-footer h3,
md-grid-list md-grid-tile md-grid-tile-footer h4 {
  font-weight: 400;
  margin: 0 0 0 16px;
}
md-grid-list md-grid-tile md-grid-tile-header h3,
md-grid-list md-grid-tile md-grid-tile-footer h3 {
  font-size: 14px;
}
md-grid-list md-grid-tile md-grid-tile-header h4,
md-grid-list md-grid-tile md-grid-tile-footer 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 no-repeat;
  display: inline-block;
  vertical-align: middle;
  fill: currentColor;
  height: 24px;
  width: 24px;
}
md-icon svg {
  pointer-events: none;
  display: block;
}
md-icon[md-font-icon] {
  line-height: 1;
  width: auto;
}
md-input-container:after {
  content: "";
  display: table;
  clear: both;
}
md-input-container {
  display: inline-block;
  position: relative;
  padding: 2px;
  margin: 18px 0;
  vertical-align: middle;
}
md-input-container.md-block {
  display: block;
}
md-input-container .md-errors-spacer {
  float: right;
}
html[dir=rtl] md-input-container .md-errors-spacer {
  float: left;
  unicode-bidi: embed;
}
body[dir=rtl] md-input-container .md-errors-spacer {
  float: left;
  unicode-bidi: embed;
}
md-input-container .md-errors-spacer bdo[dir=rtl] {
  direction: rtl;
  unicode-bidi: bidi-override;
}
md-input-container .md-errors-spacer bdo[dir=ltr] {
  direction: ltr;
  unicode-bidi: bidi-override;
}
md-input-container .md-errors-spacer {
  min-height: 24px;
  min-width: 1px;
}
md-input-container > md-icon {
  position: absolute;
  top: 5px;
  left: 2px;
}
html[dir=rtl] md-input-container > md-icon {
  left: auto;
  unicode-bidi: embed;
}
body[dir=rtl] md-input-container > md-icon {
  left: auto;
  unicode-bidi: embed;
}
md-input-container > md-icon bdo[dir=rtl] {
  direction: rtl;
  unicode-bidi: bidi-override;
}
md-input-container > md-icon bdo[dir=ltr] {
  direction: ltr;
  unicode-bidi: bidi-override;
}
md-input-container > md-icon {
  right: auto;
}
html[dir=rtl] md-input-container > md-icon {
  right: 2px;
  unicode-bidi: embed;
}
body[dir=rtl] md-input-container > md-icon {
  right: 2px;
  unicode-bidi: embed;
}
md-input-container > md-icon bdo[dir=rtl] {
  direction: rtl;
  unicode-bidi: bidi-override;
}
md-input-container > md-icon bdo[dir=ltr] {
  direction: ltr;
  unicode-bidi: bidi-override;
}
md-input-container textarea,
md-input-container input[type=text],
md-input-container input[type=password],
md-input-container input[type=datetime],
md-input-container input[type=datetime-local],
md-input-container input[type=date],
md-input-container input[type=month],
md-input-container input[type=time],
md-input-container input[type=week],
md-input-container input[type=number],
md-input-container input[type=email],
md-input-container input[type=url],
md-input-container input[type=search],
md-input-container input[type=tel],
md-input-container input[type=color] {
  -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 label:not(.md-container-ignore) {
  position: absolute;
  bottom: 100%;
  left: 0;
}
html[dir=rtl] md-input-container label:not(.md-container-ignore) {
  left: auto;
  unicode-bidi: embed;
}
body[dir=rtl] md-input-container label:not(.md-container-ignore) {
  left: auto;
  unicode-bidi: embed;
}
md-input-container label:not(.md-container-ignore) bdo[dir=rtl] {
  direction: rtl;
  unicode-bidi: bidi-override;
}
md-input-container label:not(.md-container-ignore) bdo[dir=ltr] {
  direction: ltr;
  unicode-bidi: bidi-override;
}
md-input-container label:not(.md-container-ignore) {
  right: auto;
}
html[dir=rtl] md-input-container label:not(.md-container-ignore) {
  right: 0;
  unicode-bidi: embed;
}
body[dir=rtl] md-input-container label:not(.md-container-ignore) {
  right: 0;
  unicode-bidi: embed;
}
md-input-container label:not(.md-container-ignore) bdo[dir=rtl] {
  direction: rtl;
  unicode-bidi: bidi-override;
}
md-input-container label:not(.md-container-ignore) bdo[dir=ltr] {
  direction: ltr;
  unicode-bidi: bidi-override;
}
md-input-container.md-has-icon {
  padding-left: 36px;
}
html[dir=rtl] md-input-container.md-has-icon {
  padding-left: 0;
  unicode-bidi: embed;
}
body[dir=rtl] md-input-container.md-has-icon {
  padding-left: 0;
  unicode-bidi: embed;
}
md-input-container.md-has-icon bdo[dir=rtl] {
  direction: rtl;
  unicode-bidi: bidi-override;
}
md-input-container.md-has-icon bdo[dir=ltr] {
  direction: ltr;
  unicode-bidi: bidi-override;
}
md-input-container.md-has-icon {
  padding-right: 0;
}
html[dir=rtl] md-input-container.md-has-icon {
  padding-right: 36px;
  unicode-bidi: embed;
}
body[dir=rtl] md-input-container.md-has-icon {
  padding-right: 36px;
  unicode-bidi: embed;
}
md-input-container.md-has-icon bdo[dir=rtl] {
  direction: rtl;
  unicode-bidi: bidi-override;
}
md-input-container.md-has-icon bdo[dir=ltr] {
  direction: ltr;
  unicode-bidi: bidi-override;
}
md-input-container.md-has-icon > label {
  left: 36px;
}
html[dir=rtl] md-input-container.md-has-icon > label {
  left: auto;
  unicode-bidi: embed;
}
body[dir=rtl] md-input-container.md-has-icon > label {
  left: auto;
  unicode-bidi: embed;
}
md-input-container.md-has-icon > label bdo[dir=rtl] {
  direction: rtl;
  unicode-bidi: bidi-override;
}
md-input-container.md-has-icon > label bdo[dir=ltr] {
  direction: ltr;
  unicode-bidi: bidi-override;
}
md-input-container.md-has-icon > label {
  right: auto;
}
html[dir=rtl] md-input-container.md-has-icon > label {
  right: 36px;
  unicode-bidi: embed;
}
body[dir=rtl] md-input-container.md-has-icon > label {
  right: 36px;
  unicode-bidi: embed;
}
md-input-container.md-has-icon > label bdo[dir=rtl] {
  direction: rtl;
  unicode-bidi: bidi-override;
}
md-input-container.md-has-icon > label bdo[dir=ltr] {
  direction: ltr;
  unicode-bidi: bidi-override;
}
md-input-container label:not(.md-no-float):not(.md-container-ignore),
md-input-container .md-placeholder {
  order: 1;
  pointer-events: none;
  -webkit-font-smoothing: antialiased;
  padding-left: 3px;
}
html[dir=rtl] md-input-container label:not(.md-no-float):not(.md-container-ignore),
html[dir=rtl] md-input-container .md-placeholder {
  padding-left: 0;
  unicode-bidi: embed;
}
body[dir=rtl] md-input-container label:not(.md-no-float):not(.md-container-ignore),
body[dir=rtl] md-input-container .md-placeholder {
  padding-left: 0;
  unicode-bidi: embed;
}
md-input-container label:not(.md-no-float):not(.md-container-ignore) bdo[dir=rtl],
md-input-container .md-placeholder bdo[dir=rtl] {
  direction: rtl;
  unicode-bidi: bidi-override;
}
md-input-container label:not(.md-no-float):not(.md-container-ignore) bdo[dir=ltr],
md-input-container .md-placeholder bdo[dir=ltr] {
  direction: ltr;
  unicode-bidi: bidi-override;
}
md-input-container label:not(.md-no-float):not(.md-container-ignore),
md-input-container .md-placeholder {
  padding-right: 0;
}
html[dir=rtl] md-input-container label:not(.md-no-float):not(.md-container-ignore),
html[dir=rtl] md-input-container .md-placeholder {
  padding-right: 3px;
  unicode-bidi: embed;
}
body[dir=rtl] md-input-container label:not(.md-no-float):not(.md-container-ignore),
body[dir=rtl] md-input-container .md-placeholder {
  padding-right: 3px;
  unicode-bidi: embed;
}
md-input-container label:not(.md-no-float):not(.md-container-ignore) bdo[dir=rtl],
md-input-container .md-placeholder bdo[dir=rtl] {
  direction: rtl;
  unicode-bidi: bidi-override;
}
md-input-container label:not(.md-no-float):not(.md-container-ignore) bdo[dir=ltr],
md-input-container .md-placeholder bdo[dir=ltr] {
  direction: ltr;
  unicode-bidi: bidi-override;
}
md-input-container label:not(.md-no-float):not(.md-container-ignore),
md-input-container .md-placeholder {
  z-index: 1;
  transform: translate3d(0, 28px, 0) scale(1);
  transition: transform cubic-bezier(0.25, 0.8, 0.25, 1) 0.25s;
  transform-origin: left top;
}
html[dir=rtl] md-input-container label:not(.md-no-float):not(.md-container-ignore),
html[dir=rtl] md-input-container .md-placeholder {
  transform-origin: right top;
  unicode-bidi: embed;
}
body[dir=rtl] md-input-container label:not(.md-no-float):not(.md-container-ignore),
body[dir=rtl] md-input-container .md-placeholder {
  transform-origin: right top;
  unicode-bidi: embed;
}
md-input-container label:not(.md-no-float):not(.md-container-ignore) bdo[dir=rtl],
md-input-container .md-placeholder bdo[dir=rtl] {
  direction: rtl;
  unicode-bidi: bidi-override;
}
md-input-container label:not(.md-no-float):not(.md-container-ignore) bdo[dir=ltr],
md-input-container .md-placeholder bdo[dir=ltr] {
  direction: ltr;
  unicode-bidi: bidi-override;
}
md-input-container .md-placeholder {
  position: absolute;
  top: 0;
  opacity: 0;
  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) input:not(:focus),
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-week-field,
md-input-container:not(.md-input-has-value) input:not(:focus)::-webkit-datetime-edit-year-field,
md-input-container:not(.md-input-has-value) input:not(:focus)::-webkit-datetime-edit-text {
  color: transparent;
}
md-input-container {
}
md-input-container .md-input {
  order: 2;
  display: block;
  margin-top: 0;
  background: none;
  padding-top: 2px;
  padding-bottom: 1px;
  padding-left: 2px;
  padding-right: 2px;
  border-width: 0 0 1px 0;
  line-height: 26px;
  height: 30px;
  -ms-flex-preferred-size: 26px;
  border-radius: 0;
  border-style: solid;
  width: 100%;
  box-sizing: border-box;
  float: left;
}
html[dir=rtl] md-input-container .md-input {
  float: right;
  unicode-bidi: embed;
}
body[dir=rtl] md-input-container .md-input {
  float: right;
  unicode-bidi: embed;
}
md-input-container .md-input bdo[dir=rtl] {
  direction: rtl;
  unicode-bidi: bidi-override;
}
md-input-container .md-input bdo[dir=ltr] {
  direction: ltr;
  unicode-bidi: bidi-override;
}
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 {
  flex: none !important;
}
md-input-container .md-char-counter {
  text-align: right;
}
html[dir=rtl] md-input-container .md-char-counter {
  text-align: left;
  unicode-bidi: embed;
}
body[dir=rtl] md-input-container .md-char-counter {
  text-align: left;
  unicode-bidi: embed;
}
md-input-container .md-char-counter bdo[dir=rtl] {
  direction: rtl;
  unicode-bidi: bidi-override;
}
md-input-container .md-char-counter bdo[dir=ltr] {
  direction: ltr;
  unicode-bidi: bidi-override;
}
md-input-container .md-char-counter {
  padding-right: 2px;
}
html[dir=rtl] md-input-container .md-char-counter {
  padding-right: 0;
  unicode-bidi: embed;
}
body[dir=rtl] md-input-container .md-char-counter {
  padding-right: 0;
  unicode-bidi: embed;
}
md-input-container .md-char-counter bdo[dir=rtl] {
  direction: rtl;
  unicode-bidi: bidi-override;
}
md-input-container .md-char-counter bdo[dir=ltr] {
  direction: ltr;
  unicode-bidi: bidi-override;
}
md-input-container .md-char-counter {
  padding-left: 0;
}
html[dir=rtl] md-input-container .md-char-counter {
  padding-left: 2px;
  unicode-bidi: embed;
}
body[dir=rtl] md-input-container .md-char-counter {
  padding-left: 2px;
  unicode-bidi: embed;
}
md-input-container .md-char-counter bdo[dir=rtl] {
  direction: rtl;
  unicode-bidi: bidi-override;
}
md-input-container .md-char-counter bdo[dir=ltr] {
  direction: ltr;
  unicode-bidi: bidi-override;
}
md-input-container ng-messages,
md-input-container data-ng-messages,
md-input-container x-ng-messages,
md-input-container [ng-messages],
md-input-container [data-ng-messages],
md-input-container [x-ng-messages] {
  position: relative;
  order: 4;
  overflow: hidden;
  clear: left;
}
html[dir=rtl] md-input-container ng-messages,
html[dir=rtl] md-input-container data-ng-messages,
html[dir=rtl] md-input-container x-ng-messages,
html[dir=rtl] md-input-container [ng-messages],
html[dir=rtl] md-input-container [data-ng-messages],
html[dir=rtl] md-input-container [x-ng-messages] {
  clear: right;
  unicode-bidi: embed;
}
body[dir=rtl] md-input-container ng-messages,
body[dir=rtl] md-input-container data-ng-messages,
body[dir=rtl] md-input-container x-ng-messages,
body[dir=rtl] md-input-container [ng-messages],
body[dir=rtl] md-input-container [data-ng-messages],
body[dir=rtl] md-input-container [x-ng-messages] {
  clear: right;
  unicode-bidi: embed;
}
md-input-container ng-messages bdo[dir=rtl],
md-input-container data-ng-messages bdo[dir=rtl],
md-input-container x-ng-messages bdo[dir=rtl],
md-input-container [ng-messages] bdo[dir=rtl],
md-input-container [data-ng-messages] bdo[dir=rtl],
md-input-container [x-ng-messages] bdo[dir=rtl] {
  direction: rtl;
  unicode-bidi: bidi-override;
}
md-input-container ng-messages bdo[dir=ltr],
md-input-container data-ng-messages bdo[dir=ltr],
md-input-container x-ng-messages bdo[dir=ltr],
md-input-container [ng-messages] bdo[dir=ltr],
md-input-container [data-ng-messages] bdo[dir=ltr],
md-input-container [x-ng-messages] bdo[dir=ltr] {
  direction: ltr;
  unicode-bidi: bidi-override;
}
md-input-container ng-messages.ng-enter ng-message,
md-input-container ng-messages.ng-enter data-ng-message,
md-input-container ng-messages.ng-enter x-ng-message,
md-input-container ng-messages.ng-enter [ng-message],
md-input-container ng-messages.ng-enter [data-ng-message],
md-input-container ng-messages.ng-enter [x-ng-message],
md-input-container ng-messages.ng-enter [ng-message-exp],
md-input-container ng-messages.ng-enter [data-ng-message-exp],
md-input-container ng-messages.ng-enter [x-ng-message-exp],
md-input-container data-ng-messages.ng-enter ng-message,
md-input-container data-ng-messages.ng-enter data-ng-message,
md-input-container data-ng-messages.ng-enter x-ng-message,
md-input-container data-ng-messages.ng-enter [ng-message],
md-input-container data-ng-messages.ng-enter [data-ng-message],
md-input-container data-ng-messages.ng-enter [x-ng-message],
md-input-container data-ng-messages.ng-enter [ng-message-exp],
md-input-container data-ng-messages.ng-enter [data-ng-message-exp],
md-input-container data-ng-messages.ng-enter [x-ng-message-exp],
md-input-container x-ng-messages.ng-enter ng-message,
md-input-container x-ng-messages.ng-enter data-ng-message,
md-input-container x-ng-messages.ng-enter x-ng-message,
md-input-container x-ng-messages.ng-enter [ng-message],
md-input-container x-ng-messages.ng-enter [data-ng-message],
md-input-container x-ng-messages.ng-enter [x-ng-message],
md-input-container x-ng-messages.ng-enter [ng-message-exp],
md-input-container x-ng-messages.ng-enter [data-ng-message-exp],
md-input-container x-ng-messages.ng-enter [x-ng-message-exp],
md-input-container [ng-messages].ng-enter ng-message,
md-input-container [ng-messages].ng-enter data-ng-message,
md-input-container [ng-messages].ng-enter x-ng-message,
md-input-container [ng-messages].ng-enter [ng-message],
md-input-container [ng-messages].ng-enter [data-ng-message],
md-input-container [ng-messages].ng-enter [x-ng-message],
md-input-container [ng-messages].ng-enter [ng-message-exp],
md-input-container [ng-messages].ng-enter [data-ng-message-exp],
md-input-container [ng-messages].ng-enter [x-ng-message-exp],
md-input-container [data-ng-messages].ng-enter ng-message,
md-input-container [data-ng-messages].ng-enter data-ng-message,
md-input-container [data-ng-messages].ng-enter x-ng-message,
md-input-container [data-ng-messages].ng-enter [ng-message],
md-input-container [data-ng-messages].ng-enter [data-ng-message],
md-input-container [data-ng-messages].ng-enter [x-ng-message],
md-input-container [data-ng-messages].ng-enter [ng-message-exp],
md-input-container [data-ng-messages].ng-enter [data-ng-message-exp],
md-input-container [data-ng-messages].ng-enter [x-ng-message-exp],
md-input-container [x-ng-messages].ng-enter ng-message,
md-input-container [x-ng-messages].ng-enter data-ng-message,
md-input-container [x-ng-messages].ng-enter x-ng-message,
md-input-container [x-ng-messages].ng-enter [ng-message],
md-input-container [x-ng-messages].ng-enter [data-ng-message],
md-input-container [x-ng-messages].ng-enter [x-ng-message],
md-input-container [x-ng-messages].ng-enter [ng-message-exp],
md-input-container [x-ng-messages].ng-enter [data-ng-message-exp],
md-input-container [x-ng-messages].ng-enter [x-ng-message-exp] {
  opacity: 0;
  margin-top: -100px;
}
md-input-container ng-message,
md-input-container data-ng-message,
md-input-container x-ng-message,
md-input-container [ng-message],
md-input-container [data-ng-message],
md-input-container [x-ng-message],
md-input-container [ng-message-exp],
md-input-container [data-ng-message-exp],
md-input-container [x-ng-message-exp],
md-input-container .md-char-counter {
  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 ng-message:not(.md-char-counter),
md-input-container data-ng-message:not(.md-char-counter),
md-input-container x-ng-message:not(.md-char-counter),
md-input-container [ng-message]:not(.md-char-counter),
md-input-container [data-ng-message]:not(.md-char-counter),
md-input-container [x-ng-message]:not(.md-char-counter),
md-input-container [ng-message-exp]:not(.md-char-counter),
md-input-container [data-ng-message-exp]:not(.md-char-counter),
md-input-container [x-ng-message-exp]:not(.md-char-counter),
md-input-container .md-char-counter:not(.md-char-counter) {
  padding-right: 5px;
}
html[dir=rtl] md-input-container ng-message:not(.md-char-counter),
html[dir=rtl] md-input-container data-ng-message:not(.md-char-counter),
html[dir=rtl] md-input-container x-ng-message:not(.md-char-counter),
html[dir=rtl] md-input-container [ng-message]:not(.md-char-counter),
html[dir=rtl] md-input-container [data-ng-message]:not(.md-char-counter),
html[dir=rtl] md-input-container [x-ng-message]:not(.md-char-counter),
html[dir=rtl] md-input-container [ng-message-exp]:not(.md-char-counter),
html[dir=rtl] md-input-container [data-ng-message-exp]:not(.md-char-counter),
html[dir=rtl] md-input-container [x-ng-message-exp]:not(.md-char-counter),
html[dir=rtl] md-input-container .md-char-counter:not(.md-char-counter) {
  padding-right: 0;
  unicode-bidi: embed;
}
body[dir=rtl] md-input-container ng-message:not(.md-char-counter),
body[dir=rtl] md-input-container data-ng-message:not(.md-char-counter),
body[dir=rtl] md-input-container x-ng-message:not(.md-char-counter),
body[dir=rtl] md-input-container [ng-message]:not(.md-char-counter),
body[dir=rtl] md-input-container [data-ng-message]:not(.md-char-counter),
body[dir=rtl] md-input-container [x-ng-message]:not(.md-char-counter),
body[dir=rtl] md-input-container [ng-message-exp]:not(.md-char-counter),
body[dir=rtl] md-input-container [data-ng-message-exp]:not(.md-char-counter),
body[dir=rtl] md-input-container [x-ng-message-exp]:not(.md-char-counter),
body[dir=rtl] md-input-container .md-char-counter:not(.md-char-counter) {
  padding-right: 0;
  unicode-bidi: embed;
}
md-input-container ng-message:not(.md-char-counter) bdo[dir=rtl],
md-input-container data-ng-message:not(.md-char-counter) bdo[dir=rtl],
md-input-container x-ng-message:not(.md-char-counter) bdo[dir=rtl],
md-input-container [ng-message]:not(.md-char-counter) bdo[dir=rtl],
md-input-container [data-ng-message]:not(.md-char-counter) bdo[dir=rtl],
md-input-container [x-ng-message]:not(.md-char-counter) bdo[dir=rtl],
md-input-container [ng-message-exp]:not(.md-char-counter) bdo[dir=rtl],
md-input-container [data-ng-message-exp]:not(.md-char-counter) bdo[dir=rtl],
md-input-container [x-ng-message-exp]:not(.md-char-counter) bdo[dir=rtl],
md-input-container .md-char-counter:not(.md-char-counter) bdo[dir=rtl] {
  direction: rtl;
  unicode-bidi: bidi-override;
}
md-input-container ng-message:not(.md-char-counter) bdo[dir=ltr],
md-input-container data-ng-message:not(.md-char-counter) bdo[dir=ltr],
md-input-container x-ng-message:not(.md-char-counter) bdo[dir=ltr],
md-input-container [ng-message]:not(.md-char-counter) bdo[dir=ltr],
md-input-container [data-ng-message]:not(.md-char-counter) bdo[dir=ltr],
md-input-container [x-ng-message]:not(.md-char-counter) bdo[dir=ltr],
md-input-container [ng-message-exp]:not(.md-char-counter) bdo[dir=ltr],
md-input-container [data-ng-message-exp]:not(.md-char-counter) bdo[dir=ltr],
md-input-container [x-ng-message-exp]:not(.md-char-counter) bdo[dir=ltr],
md-input-container .md-char-counter:not(.md-char-counter) bdo[dir=ltr] {
  direction: ltr;
  unicode-bidi: bidi-override;
}
md-input-container ng-message:not(.md-char-counter),
md-input-container data-ng-message:not(.md-char-counter),
md-input-container x-ng-message:not(.md-char-counter),
md-input-container [ng-message]:not(.md-char-counter),
md-input-container [data-ng-message]:not(.md-char-counter),
md-input-container [x-ng-message]:not(.md-char-counter),
md-input-container [ng-message-exp]:not(.md-char-counter),
md-input-container [data-ng-message-exp]:not(.md-char-counter),
md-input-container [x-ng-message-exp]:not(.md-char-counter),
md-input-container .md-char-counter:not(.md-char-counter) {
  padding-left: 0;
}
html[dir=rtl] md-input-container ng-message:not(.md-char-counter),
html[dir=rtl] md-input-container data-ng-message:not(.md-char-counter),
html[dir=rtl] md-input-container x-ng-message:not(.md-char-counter),
html[dir=rtl] md-input-container [ng-message]:not(.md-char-counter),
html[dir=rtl] md-input-container [data-ng-message]:not(.md-char-counter),
html[dir=rtl] md-input-container [x-ng-message]:not(.md-char-counter),
html[dir=rtl] md-input-container [ng-message-exp]:not(.md-char-counter),
html[dir=rtl] md-input-container [data-ng-message-exp]:not(.md-char-counter),
html[dir=rtl] md-input-container [x-ng-message-exp]:not(.md-char-counter),
html[dir=rtl] md-input-container .md-char-counter:not(.md-char-counter) {
  padding-left: 5px;
  unicode-bidi: embed;
}
body[dir=rtl] md-input-container ng-message:not(.md-char-counter),
body[dir=rtl] md-input-container data-ng-message:not(.md-char-counter),
body[dir=rtl] md-input-container x-ng-message:not(.md-char-counter),
body[dir=rtl] md-input-container [ng-message]:not(.md-char-counter),
body[dir=rtl] md-input-container [data-ng-message]:not(.md-char-counter),
body[dir=rtl] md-input-container [x-ng-message]:not(.md-char-counter),
body[dir=rtl] md-input-container [ng-message-exp]:not(.md-char-counter),
body[dir=rtl] md-input-container [data-ng-message-exp]:not(.md-char-counter),
body[dir=rtl] md-input-container [x-ng-message-exp]:not(.md-char-counter),
body[dir=rtl] md-input-container .md-char-counter:not(.md-char-counter) {
  padding-left: 5px;
  unicode-bidi: embed;
}
md-input-container ng-message:not(.md-char-counter) bdo[dir=rtl],
md-input-container data-ng-message:not(.md-char-counter) bdo[dir=rtl],
md-input-container x-ng-message:not(.md-char-counter) bdo[dir=rtl],
md-input-container [ng-message]:not(.md-char-counter) bdo[dir=rtl],
md-input-container [data-ng-message]:not(.md-char-counter) bdo[dir=rtl],
md-input-container [x-ng-message]:not(.md-char-counter) bdo[dir=rtl],
md-input-container [ng-message-exp]:not(.md-char-counter) bdo[dir=rtl],
md-input-container [data-ng-message-exp]:not(.md-char-counter) bdo[dir=rtl],
md-input-container [x-ng-message-exp]:not(.md-char-counter) bdo[dir=rtl],
md-input-container .md-char-counter:not(.md-char-counter) bdo[dir=rtl] {
  direction: rtl;
  unicode-bidi: bidi-override;
}
md-input-container ng-message:not(.md-char-counter) bdo[dir=ltr],
md-input-container data-ng-message:not(.md-char-counter) bdo[dir=ltr],
md-input-container x-ng-message:not(.md-char-counter) bdo[dir=ltr],
md-input-container [ng-message]:not(.md-char-counter) bdo[dir=ltr],
md-input-container [data-ng-message]:not(.md-char-counter) bdo[dir=ltr],
md-input-container [x-ng-message]:not(.md-char-counter) bdo[dir=ltr],
md-input-container [ng-message-exp]:not(.md-char-counter) bdo[dir=ltr],
md-input-container [data-ng-message-exp]:not(.md-char-counter) bdo[dir=ltr],
md-input-container [x-ng-message-exp]:not(.md-char-counter) bdo[dir=ltr],
md-input-container .md-char-counter:not(.md-char-counter) bdo[dir=ltr] {
  direction: ltr;
  unicode-bidi: bidi-override;
}
md-input-container:not(.md-input-invalid) .md-auto-hide .md-input-message-animation {
  opacity: 0;
  margin-top: -100px;
}
md-input-container .md-auto-hide .md-input-message-animation:not(.ng-animate) {
  opacity: 0;
  margin-top: -100px;
}
md-input-container .md-input-message-animation.ng-enter {
  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);
}
md-input-container.md-input-has-value label {
  transition: none;
}
md-input-container.md-input-focused .md-input,
md-input-container .md-input.ng-invalid.ng-dirty {
  padding-bottom: 0;
  border-width: 0 0 2px 0;
}
md-input-container .md-input[disabled],
[disabled] md-input-container .md-input {
  background-position: 0 bottom;
  background-size: 4px 1px;
  background-repeat: repeat-x;
  margin-bottom: -1px;
}
md-input-container.md-icon-float {
  transition: margin-top 0.5s 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: 2px;
  left: 2px;
}
html[dir=rtl] md-input-container.md-icon-float > md-icon {
  left: auto;
  unicode-bidi: embed;
}
body[dir=rtl] md-input-container.md-icon-float > md-icon {
  left: auto;
  unicode-bidi: embed;
}
md-input-container.md-icon-float > md-icon bdo[dir=rtl] {
  direction: rtl;
  unicode-bidi: bidi-override;
}
md-input-container.md-icon-float > md-icon bdo[dir=ltr] {
  direction: ltr;
  unicode-bidi: bidi-override;
}
md-input-container.md-icon-float > md-icon {
  right: auto;
}
html[dir=rtl] md-input-container.md-icon-float > md-icon {
  right: 2px;
  unicode-bidi: embed;
}
body[dir=rtl] md-input-container.md-icon-float > md-icon {
  right: 2px;
  unicode-bidi: embed;
}
md-input-container.md-icon-float > md-icon bdo[dir=rtl] {
  direction: rtl;
  unicode-bidi: bidi-override;
}
md-input-container.md-icon-float > md-icon bdo[dir=ltr] {
  direction: ltr;
  unicode-bidi: bidi-override;
}
md-input-container.md-icon-float.md-input-focused label,
md-input-container.md-icon-float.md-input-has-value label {
  transform: translate3d(0, 6px, 0) scale(0.75);
  transition: transform cubic-bezier(0.25, 0.8, 0.25, 1) 0.5s;
}
md-input-container.md-icon-right {
  padding-right: 36px;
}
html[dir=rtl] md-input-container.md-icon-right {
  padding-right: 36px;
  unicode-bidi: embed;
}
body[dir=rtl] md-input-container.md-icon-right {
  padding-right: 36px;
  unicode-bidi: embed;
}
md-input-container.md-icon-right bdo[dir=rtl] {
  direction: rtl;
  unicode-bidi: bidi-override;
}
md-input-container.md-icon-right bdo[dir=ltr] {
  direction: ltr;
  unicode-bidi: bidi-override;
}
md-input-container.md-icon-right {
  padding-left: 36px;
}
html[dir=rtl] md-input-container.md-icon-right {
  padding-left: 36px;
  unicode-bidi: embed;
}
body[dir=rtl] md-input-container.md-icon-right {
  padding-left: 36px;
  unicode-bidi: embed;
}
md-input-container.md-icon-right bdo[dir=rtl] {
  direction: rtl;
  unicode-bidi: bidi-override;
}
md-input-container.md-icon-right bdo[dir=ltr] {
  direction: ltr;
  unicode-bidi: bidi-override;
}
md-input-container.md-icon-right .md-errors-spacer + md-icon {
  margin: 0;
  right: 2px;
}
html[dir=rtl] md-input-container.md-icon-right .md-errors-spacer + md-icon {
  right: auto;
  unicode-bidi: embed;
}
body[dir=rtl] md-input-container.md-icon-right .md-errors-spacer + md-icon {
  right: auto;
  unicode-bidi: embed;
}
md-input-container.md-icon-right .md-errors-spacer + md-icon bdo[dir=rtl] {
  direction: rtl;
  unicode-bidi: bidi-override;
}
md-input-container.md-icon-right .md-errors-spacer + md-icon bdo[dir=ltr] {
  direction: ltr;
  unicode-bidi: bidi-override;
}
md-input-container.md-icon-right .md-errors-spacer + md-icon {
  left: auto;
}
html[dir=rtl] md-input-container.md-icon-right .md-errors-spacer + md-icon {
  left: 2px;
  unicode-bidi: embed;
}
body[dir=rtl] md-input-container.md-icon-right .md-errors-spacer + md-icon {
  left: 2px;
  unicode-bidi: embed;
}
md-input-container.md-icon-right .md-errors-spacer + md-icon bdo[dir=rtl] {
  direction: rtl;
  unicode-bidi: bidi-override;
}
md-input-container.md-icon-right .md-errors-spacer + md-icon bdo[dir=ltr] {
  direction: ltr;
  unicode-bidi: bidi-override;
}
@media screen and (-ms-high-contrast: active) {
  md-input-container.md-default-theme > md-icon {
    fill: #fff;
  }
}
md-list {
  display: block;
  padding: 8px 0px 8px 0px;
}
md-list .md-subheader {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 1.2em;
}
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-no-proxy,
md-list-item .md-no-style {
  position: relative;
  padding: 0px 16px;
  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;
  flex-direction: inherit;
  align-items: inherit;
  border-radius: 0;
}
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-with-secondary {
  position: relative;
}
md-list-item.md-clickable:hover {
  cursor: pointer;
}
md-list-item md-divider {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
md-list-item md-divider[md-inset] {
  left: 96px;
  width: calc(100% - 96px);
  margin: 0;
}
md-list-item,
md-list-item .md-list-item-inner {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  min-height: 48px;
  height: auto;
}
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:first-child:not(.md-avatar-icon),
md-list-item > md-icon.md-secondary:not(.md-avatar-icon),
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:first-child:not(.md-avatar-icon),
md-list-item .md-list-item-inner > md-icon.md-secondary:not(.md-avatar-icon) {
  width: 24px;
  margin-top: 16px;
  margin-bottom: 12px;
  box-sizing: content-box;
}
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,
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 {
  align-self: center;
}
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,
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 {
  display: none;
}
md-list-item > md-icon:first-child:not(.md-avatar-icon),
md-list-item .md-list-item-inner > md-icon:first-child:not(.md-avatar-icon) {
  margin-right: 32px;
}
md-list-item > md-checkbox,
md-list-item .md-list-item-inner > md-checkbox {
  width: 24px;
  margin-left: 3px;
  margin-right: 29px;
  margin-top: 16px;
}
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;
}
md-list-item .md-avatar,
md-list-item .md-list-item-inner .md-avatar {
  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-checkbox.md-secondary,
md-list-item md-switch.md-secondary,
md-list-item .md-list-item-inner md-checkbox.md-secondary,
md-list-item .md-list-item-inner md-switch.md-secondary {
  margin-top: 0;
  margin-bottom: 0;
}
md-list-item md-checkbox.md-secondary,
md-list-item .md-list-item-inner md-checkbox.md-secondary {
  margin-right: 0;
}
md-list-item md-switch.md-secondary,
md-list-item .md-list-item-inner md-switch.md-secondary {
  margin-right: -6px;
}
md-list-item button.md-button.md-secondary-container,
md-list-item .md-list-item-inner button.md-button.md-secondary-container {
  background-color: transparent;
  align-self: center;
  border-radius: 50%;
  margin: 0px;
  min-width: 0px;
}
md-list-item button.md-button.md-secondary-container .md-ripple,
md-list-item button.md-button.md-secondary-container .md-ripple-container,
md-list-item .md-list-item-inner button.md-button.md-secondary-container .md-ripple,
md-list-item .md-list-item-inner button.md-button.md-secondary-container .md-ripple-container {
  border-radius: 50%;
}
md-list-item button.md-button.md-secondary-container.md-icon-button,
md-list-item .md-list-item-inner button.md-button.md-secondary-container.md-icon-button {
  margin-right: -12px;
}
md-list-item .md-secondary-container,
md-list-item .md-secondary,
md-list-item .md-list-item-inner .md-secondary-container,
md-list-item .md-list-item-inner .md-secondary {
  position: absolute;
  top: 50%;
  right: 16px;
  margin: 0 0 0 16px;
  transform: translate3d(0, -50%, 0);
}
md-list-item > .md-button.md-secondary-container > .md-secondary,
md-list-item .md-list-item-inner > .md-button.md-secondary-container > .md-secondary {
  margin-left: 0;
  position: static;
}
md-list-item > p,
md-list-item > .md-list-item-inner > p,
md-list-item .md-list-item-inner > p,
md-list-item .md-list-item-inner > .md-list-item-inner > p {
  flex: 1;
  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 {
  align-items: flex-start;
  justify-content: center;
}
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 {
  flex: 1;
  margin: auto;
  text-overflow: ellipsis;
}
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;
}
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: 0.01em;
  margin: 0 0 0px 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: 0.01em;
  margin: 3px 0 1px 0;
  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: 0.01em;
  margin: 0 0 0 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.md-long-text,
md-list-item.md-2-line > .md-no-style.md-long-text {
  margin: 1.6em;
}
md-list-item.md-2-line > .md-avatar,
md-list-item.md-2-line .md-avatar-icon,
md-list-item.md-2-line > .md-no-style > .md-avatar,
md-list-item.md-2-line > .md-no-style .md-avatar-icon {
  margin-top: 12px;
}
md-list-item.md-2-line > md-icon:first-child,
md-list-item.md-2-line > .md-no-style > md-icon:first-child {
  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 {
  flex: 1;
}
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.md-long-text,
md-list-item.md-3-line > .md-no-style.md-long-text {
  margin: 1.6em;
}
md-list-item.md-3-line > md-icon:first-child,
md-list-item.md-3-line > .md-avatar,
md-list-item.md-3-line > .md-no-style > md-icon:first-child,
md-list-item.md-3-line > .md-no-style > .md-avatar {
  margin-top: 16px;
}
.md-open-menu-container {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  opacity: 0;
  border-radius: 2px;
}
.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: 200ms;
}
.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: 200ms;
  transition-delay: 100ms;
}
.md-open-menu-container.md-leave {
  opacity: 0;
  transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
  transition-duration: 250ms;
}
md-menu-content {
  display: flex;
  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: 0px;
}
md-menu-item {
  display: flex;
  flex-direction: row;
  min-height: 48px;
  height: 48px;
  align-content: center;
  justify-content: flex-start;
}
md-menu-item > * {
  width: 100%;
  margin: auto 0;
  padding-left: 16px;
  padding-right: 16px;
}
md-menu-item > a.md-button {
  display: flex;
}
md-menu-item > .md-button {
  border-radius: 0;
  margin: auto 0;
  font-size: 15px;
  text-transform: none;
  font-weight: 400;
  text-align: left;
  text-align: start;
  height: 100%;
  padding-left: 16px;
  padding-right: 16px;
  display: inline-block;
  align-items: baseline;
  align-content: flex-start;
  width: 100%;
}
md-menu-item > .md-button md-icon {
  margin: auto 16px auto 0;
}
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-menu {
  padding: 8px 0;
}
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-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;
}
md-menu-content.md-menu-bar-menu.md-dense md-menu-item.md-indent > .md-button,
md-menu-content.md-menu-bar-menu.md-dense md-menu-item.md-indent .md-menu > .md-button {
  padding: 0 32px 0 64px;
}
md-menu-content.md-menu-bar-menu.md-dense .md-button {
  min-height: 0;
  height: 32px;
  display: flex;
}
md-menu-content.md-menu-bar-menu.md-dense .md-button span {
  flex-grow: 1;
}
md-menu-content.md-menu-bar-menu.md-dense .md-button span.md-alt-text {
  flex-grow: 0;
  align-self: flex-end;
  margin: 0 8px;
}
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-item > .md-button,
md-menu-content.md-menu-bar-menu.md-dense .md-menu > .md-button {
  text-align: left;
  text-align: start;
}
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: normal;
  border-radius: 0px;
  padding-left: 16px;
}
md-menu-content.md-menu-bar-menu.md-dense .md-menu > .md-button:after {
  display: block;
  content: "\25bc";
  position: absolute;
  top: 0px;
  speak: none;
  transform: rotate(270deg) scaleY(0.45) scaleX(0.9);
  right: 28px;
}
.md-panel-outer-wrapper {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
._md-panel-hidden {
  display: none;
}
._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-scale-out,
.md-panel._md-panel-animate-fade-out {
  opacity: 0;
}
.md-panel._md-panel-backdrop {
  height: 100%;
  position: absolute;
  width: 100%;
}
.md-panel._md-opaque-enter {
  opacity: 0.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-progress-circular {
  display: block;
  position: relative;
  width: 100px;
  height: 100px;
  padding-top: 0 !important;
  margin-bottom: 0 !important;
  z-index: 2;
}
md-progress-circular .md-spinner-wrapper {
  display: block;
  position: absolute;
  overflow: hidden;
  top: 50%;
  left: 50%;
}
md-progress-circular .md-spinner-wrapper .md-inner {
  width: 100px;
  height: 100px;
  position: relative;
}
md-progress-circular .md-spinner-wrapper .md-inner .md-gap {
  position: absolute;
  left: 49px;
  right: 49px;
  top: 0;
  bottom: 0;
  border-top-width: 10px;
  border-top-style: solid;
  box-sizing: border-box;
}
md-progress-circular .md-spinner-wrapper .md-inner .md-left,
md-progress-circular .md-spinner-wrapper .md-inner .md-right {
  position: absolute;
  top: 0;
  height: 100px;
  width: 50px;
  overflow: hidden;
}
md-progress-circular .md-spinner-wrapper .md-inner .md-left .md-half-circle,
md-progress-circular .md-spinner-wrapper .md-inner .md-right .md-half-circle {
  position: absolute;
  top: 0;
  width: 100px;
  height: 100px;
  box-sizing: border-box;
  border-width: 10px;
  border-style: solid;
  border-bottom-color: transparent;
  border-radius: 50%;
}
md-progress-circular .md-spinner-wrapper .md-inner .md-left {
  left: 0;
}
md-progress-circular .md-spinner-wrapper .md-inner .md-left .md-half-circle {
  left: 0;
  border-right-color: transparent;
}
md-progress-circular .md-spinner-wrapper .md-inner .md-right {
  right: 0;
}
md-progress-circular .md-spinner-wrapper .md-inner .md-right .md-half-circle {
  right: 0;
  border-left-color: transparent;
}
md-progress-circular .md-mode-indeterminate .md-spinner-wrapper {
  animation: outer-rotate 2.9166666667s linear infinite;
}
md-progress-circular .md-mode-indeterminate .md-spinner-wrapper .md-inner {
  animation: sporadic-rotate 5.25s cubic-bezier(0.35, 0, 0.25, 1) infinite;
}
md-progress-circular .md-mode-indeterminate .md-spinner-wrapper .md-inner .md-left .md-half-circle,
md-progress-circular .md-mode-indeterminate .md-spinner-wrapper .md-inner .md-right .md-half-circle {
  animation-iteration-count: infinite;
  animation-duration: 1.3125s;
  animation-timing-function: cubic-bezier(0.35, 0, 0.25, 1);
}
md-progress-circular .md-mode-indeterminate .md-spinner-wrapper .md-inner .md-left .md-half-circle {
  animation-name: left-wobble;
}
md-progress-circular .md-mode-indeterminate .md-spinner-wrapper .md-inner .md-right .md-half-circle {
  animation-name: right-wobble;
}
md-progress-circular md-progress-circular.ng-hide .md-spinner-wrapper {
  animation: none;
}
md-progress-circular md-progress-circular.ng-hide .md-spinner-wrapper .md-inner {
  animation: none;
}
md-progress-circular md-progress-circular.ng-hide .md-spinner-wrapper .md-inner .md-left .md-half-circle {
  animation-name: none;
}
md-progress-circular md-progress-circular.ng-hide .md-spinner-wrapper .md-inner .md-right .md-half-circle {
  animation-name: none;
}
md-progress-circular .md-spinner-wrapper.ng-hide {
  animation: none;
}
md-progress-circular .md-spinner-wrapper.ng-hide .md-inner {
  animation: none;
}
md-progress-circular .md-spinner-wrapper.ng-hide .md-inner .md-left .md-half-circle {
  animation-name: none;
}
md-progress-circular .md-spinner-wrapper.ng-hide .md-inner .md-right .md-half-circle {
  animation-name: none;
}
@keyframes outer-rotate {
  0% {
    transform: rotate(0deg) scale(0.5);
  }
  100% {
    transform: rotate(360deg) scale(0.5);
  }
}
@keyframes left-wobble {
  0%, 100% {
    transform: rotate(130deg);
  }
  50% {
    transform: rotate(-5deg);
  }
}
@keyframes right-wobble {
  0%, 100% {
    transform: rotate(-130deg);
  }
  50% {
    transform: rotate(5deg);
  }
}
@keyframes sporadic-rotate {
  12.5% {
    transform: rotate(135deg);
  }
  25% {
    transform: rotate(270deg);
  }
  37.5% {
    transform: rotate(405deg);
  }
  50% {
    transform: rotate(540deg);
  }
  62.5% {
    transform: rotate(675deg);
  }
  75% {
    transform: rotate(810deg);
  }
  87.5% {
    transform: rotate(945deg);
  }
  100% {
    transform: rotate(1080deg);
  }
}
md-progress-linear {
  display: block;
  position: relative;
  width: 100%;
  height: 5px;
  padding-top: 0 !important;
  margin-bottom: 0 !important;
}
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: 0px -23px;
}
md-progress-linear .md-container .md-bar1,
md-progress-linear .md-container .md-bar2 {
  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 0.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 {
  animation: none;
}
md-progress-linear .md-container.ng-hide .md-bar1 {
  animation-name: none;
}
md-progress-linear .md-container.ng-hide .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);
  }
  100% {
    opacity: 0;
    transform: translateX(-50%) scale(0, 1);
  }
}
@keyframes buffer {
  0% {
    opacity: 1;
    background-position: 0px -23px;
  }
  50% {
    opacity: 0;
  }
  100% {
    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.334731432, 0.124819821, 0.785843996, 1);
  }
  69.15% {
    transform: scaleX(0.83);
    animation-timing-function: cubic-bezier(0.225732004, 0, 0.233648906, 1.3709798);
  }
  100% {
    transform: scaleX(0.1);
  }
}
@keyframes md-progress-linear-indeterminate-1 {
  0% {
    left: -105.1666666667%;
    animation-timing-function: linear;
  }
  20% {
    left: -105.1666666667%;
    animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495818703);
  }
  69.15% {
    left: 21.5%;
    animation-timing-function: cubic-bezier(0.302435, 0.38135197, 0.55, 0.956352125);
  }
  100% {
    left: 95.4444444444%;
  }
}
@keyframes md-progress-linear-indeterminate-scale-2 {
  0% {
    transform: scaleX(0.1);
    animation-timing-function: cubic-bezier(0.205028172, 0.057050836, 0.57660995, 0.453970841);
  }
  19.15% {
    transform: scaleX(0.57);
    animation-timing-function: cubic-bezier(0.152312994, 0.196431957, 0.648373778, 1.00431535);
  }
  44.15% {
    transform: scaleX(0.91);
    animation-timing-function: cubic-bezier(0.25775882, -0.003163357, 0.211761916, 1.38178961);
  }
  100% {
    transform: scaleX(0.1);
  }
}
@keyframes md-progress-linear-indeterminate-2 {
  0% {
    left: -54.8888888889%;
    animation-timing-function: cubic-bezier(0.15, 0, 0.5150584, 0.409684966);
  }
  25% {
    left: -17.25%;
    animation-timing-function: cubic-bezier(0.3103299, 0.284057684, 0.8, 0.733718979);
  }
  48.35% {
    left: 29.5%;
    animation-timing-function: cubic-bezier(0.4, 0.627034903, 0.6, 0.902025796);
  }
  100% {
    left: 117.3888888889%;
  }
}
md-radio-button {
  box-sizing: border-box;
  display: block;
  margin-bottom: 16px;
  white-space: nowrap;
  cursor: pointer;
  position: relative;
}
md-radio-button[disabled] {
  cursor: default;
}
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;
}
html[dir=rtl] md-radio-button .md-container {
  left: auto;
  unicode-bidi: embed;
}
body[dir=rtl] md-radio-button .md-container {
  left: auto;
  unicode-bidi: embed;
}
md-radio-button .md-container bdo[dir=rtl] {
  direction: rtl;
  unicode-bidi: bidi-override;
}
md-radio-button .md-container bdo[dir=ltr] {
  direction: ltr;
  unicode-bidi: bidi-override;
}
md-radio-button .md-container {
  right: auto;
}
html[dir=rtl] md-radio-button .md-container {
  right: 0;
  unicode-bidi: embed;
}
body[dir=rtl] md-radio-button .md-container {
  right: 0;
  unicode-bidi: embed;
}
md-radio-button .md-container bdo[dir=rtl] {
  direction: rtl;
  unicode-bidi: bidi-override;
}
md-radio-button .md-container bdo[dir=ltr] {
  direction: ltr;
  unicode-bidi: bidi-override;
}
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 0.5s;
  width: auto;
}
md-radio-button.md-align-top-left > div.md-container {
  top: 12px;
}
md-radio-button .md-off {
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border-style: solid;
  border-width: 2px;
  border-radius: 50%;
  transition: border-color ease 0.28s;
}
md-radio-button .md-on {
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  transition: transform ease 0.28s;
  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;
}
html[dir=rtl] md-radio-button .md-label {
  margin-left: 0;
  unicode-bidi: embed;
}
body[dir=rtl] md-radio-button .md-label {
  margin-left: 0;
  unicode-bidi: embed;
}
md-radio-button .md-label bdo[dir=rtl] {
  direction: rtl;
  unicode-bidi: bidi-override;
}
md-radio-button .md-label bdo[dir=ltr] {
  direction: ltr;
  unicode-bidi: bidi-override;
}
md-radio-button .md-label {
  margin-right: 0;
}
html[dir=rtl] md-radio-button .md-label {
  margin-right: 30px;
  unicode-bidi: embed;
}
body[dir=rtl] md-radio-button .md-label {
  margin-right: 30px;
  unicode-bidi: embed;
}
md-radio-button .md-label bdo[dir=rtl] {
  direction: rtl;
  unicode-bidi: bidi-override;
}
md-radio-button .md-label bdo[dir=ltr] {
  direction: ltr;
  unicode-bidi: bidi-override;
}
md-radio-button .md-label {
  vertical-align: middle;
  white-space: normal;
  pointer-events: none;
  width: auto;
}
md-radio-button .circle {
  border-radius: 50%;
}
md-radio-group md-radio-button:not(:first-child) {
  margin-top: 16px;
}
md-radio-group.layout-row md-radio-button {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}
html[dir=rtl] md-radio-group.layout-row md-radio-button {
  margin-left: 16px;
  unicode-bidi: embed;
}
body[dir=rtl] md-radio-group.layout-row md-radio-button {
  margin-left: 16px;
  unicode-bidi: embed;
}
md-radio-group.layout-row md-radio-button bdo[dir=rtl] {
  direction: rtl;
  unicode-bidi: bidi-override;
}
md-radio-group.layout-row md-radio-button bdo[dir=ltr] {
  direction: ltr;
  unicode-bidi: bidi-override;
}
md-radio-group.layout-row md-radio-button {
  margin-right: 16px;
}
html[dir=rtl] md-radio-group.layout-row md-radio-button {
  margin-right: 0;
  unicode-bidi: embed;
}
body[dir=rtl] md-radio-group.layout-row md-radio-button {
  margin-right: 0;
  unicode-bidi: embed;
}
md-radio-group.layout-row md-radio-button bdo[dir=rtl] {
  direction: rtl;
  unicode-bidi: bidi-override;
}
md-radio-group.layout-row md-radio-button bdo[dir=ltr] {
  direction: ltr;
  unicode-bidi: bidi-override;
}
md-radio-group.layout-row md-radio-button:last-of-type {
  margin-left: 0;
  margin-right: 0;
}
md-radio-group:focus {
  outline: none;
}
md-radio-group.md-focused .md-checked .md-container:before {
  left: -8px;
  top: -8px;
  right: -8px;
  bottom: -8px;
}
.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-select-menu-container {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 90;
  opacity: 0;
  display: none;
}
.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: 150ms;
}
.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: 150ms;
  transition-delay: 100ms;
}
.md-select-menu-container.md-leave {
  opacity: 0;
  transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
  transition-duration: 250ms;
}
md-input-container > md-select {
  margin: 0;
  order: 2;
}
md-select {
  display: flex;
  margin: 20px 0 26px 0;
}
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-dirty .md-select-value {
  border-bottom: 2px solid;
  padding-bottom: 0;
}
md-select:not([disabled]):focus .md-select-value {
  border-bottom-width: 2px;
  border-bottom-style: solid;
  padding-bottom: 0;
}
.md-select-value {
  display: flex;
  align-items: center;
  padding: 2px 2px 1px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  background-color: rgba(0, 0, 0, 0);
  position: relative;
  box-sizing: content-box;
  min-width: 64px;
  min-height: 26px;
  flex-grow: 1;
}
.md-select-value .md-text {
  display: inline;
}
.md-select-value *:first-child {
  flex: 1 1 auto;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  transform: translate3d(0, 2px, 0);
}
.md-select-value .md-select-icon {
  display: block;
  align-items: flex-end;
  text-align: end;
  width: 24px;
  margin: 0 4px;
  transform: translate3d(0, 1px, 0);
}
.md-select-value .md-select-icon:after {
  display: block;
  content: "\25bc";
  position: relative;
  top: 2px;
  speak: none;
  transform: scaleY(0.6) scaleX(1);
}
.md-select-value.md-select-placeholder {
  display: flex;
  order: 1;
  pointer-events: none;
  -webkit-font-smoothing: antialiased;
  padding-left: 2px;
  z-index: 1;
}
md-select-menu {
  display: flex;
  flex-direction: column;
}
md-select-menu.md-reverse {
  flex-direction: column-reverse;
}
md-select-menu:not(.md-overflow) md-content {
  padding-top: 8px;
  padding-bottom: 8px;
}
md-select-menu {
  box-shadow:
    0px 1px 3px 0px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 2px 1px -1px rgba(0, 0, 0, 0.12);
  max-height: 256px;
  min-height: 48px;
  overflow-y: hidden;
  transform-origin: left top;
}
html[dir=rtl] md-select-menu {
  transform-origin: right top;
  unicode-bidi: embed;
}
body[dir=rtl] md-select-menu {
  transform-origin: right top;
  unicode-bidi: embed;
}
md-select-menu bdo[dir=rtl] {
  direction: rtl;
  unicode-bidi: bidi-override;
}
md-select-menu bdo[dir=ltr] {
  direction: ltr;
  unicode-bidi: bidi-override;
}
md-select-menu {
  transform: scale(1);
}
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: flex;
  align-items: center;
  width: auto;
}
md-option[disabled] {
  cursor: default;
}
md-option:focus {
  outline: none;
}
md-option .md-text {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: auto;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
}
md-option {
  padding: 0 16px 0 16px;
  height: 48px;
}
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;
}
html[dir=rtl] md-select-menu[multiple] md-option.md-checkbox-enabled {
  padding-left: 16px;
  unicode-bidi: embed;
}
body[dir=rtl] md-select-menu[multiple] md-option.md-checkbox-enabled {
  padding-left: 16px;
  unicode-bidi: embed;
}
md-select-menu[multiple] md-option.md-checkbox-enabled bdo[dir=rtl] {
  direction: rtl;
  unicode-bidi: bidi-override;
}
md-select-menu[multiple] md-option.md-checkbox-enabled bdo[dir=ltr] {
  direction: ltr;
  unicode-bidi: bidi-override;
}
md-select-menu[multiple] md-option.md-checkbox-enabled {
  padding-right: 16px;
}
html[dir=rtl] md-select-menu[multiple] md-option.md-checkbox-enabled {
  padding-right: 40px;
  unicode-bidi: embed;
}
body[dir=rtl] md-select-menu[multiple] md-option.md-checkbox-enabled {
  padding-right: 40px;
  unicode-bidi: embed;
}
md-select-menu[multiple] md-option.md-checkbox-enabled bdo[dir=rtl] {
  direction: rtl;
  unicode-bidi: bidi-override;
}
md-select-menu[multiple] md-option.md-checkbox-enabled bdo[dir=ltr] {
  direction: ltr;
  unicode-bidi: bidi-override;
}
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;
}
html[dir=rtl] md-select-menu[multiple] md-option.md-checkbox-enabled .md-container {
  left: auto;
  unicode-bidi: embed;
}
body[dir=rtl] md-select-menu[multiple] md-option.md-checkbox-enabled .md-container {
  left: auto;
  unicode-bidi: embed;
}
md-select-menu[multiple] md-option.md-checkbox-enabled .md-container bdo[dir=rtl] {
  direction: rtl;
  unicode-bidi: bidi-override;
}
md-select-menu[multiple] md-option.md-checkbox-enabled .md-container bdo[dir=ltr] {
  direction: ltr;
  unicode-bidi: bidi-override;
}
md-select-menu[multiple] md-option.md-checkbox-enabled .md-container {
  right: auto;
}
html[dir=rtl] md-select-menu[multiple] md-option.md-checkbox-enabled .md-container {
  right: 0;
  unicode-bidi: embed;
}
body[dir=rtl] md-select-menu[multiple] md-option.md-checkbox-enabled .md-container {
  right: 0;
  unicode-bidi: embed;
}
md-select-menu[multiple] md-option.md-checkbox-enabled .md-container bdo[dir=rtl] {
  direction: rtl;
  unicode-bidi: bidi-override;
}
md-select-menu[multiple] md-option.md-checkbox-enabled .md-container bdo[dir=ltr] {
  direction: ltr;
  unicode-bidi: bidi-override;
}
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 0.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: 240ms;
  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: none;
}
md-select-menu[multiple] md-option.md-checkbox-enabled[selected] .md-icon:after {
  box-sizing: border-box;
  transform: rotate(45deg);
  position: absolute;
  left: 6.6666666667px;
  top: 2.2222222222px;
  display: table;
  width: 6.6666666667px;
  height: 13.3333333333px;
  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.6666666667px;
}
html[dir=rtl] md-select-menu[multiple] md-option.md-checkbox-enabled .md-container {
  margin-left: auto;
  unicode-bidi: embed;
}
body[dir=rtl] md-select-menu[multiple] md-option.md-checkbox-enabled .md-container {
  margin-left: auto;
  unicode-bidi: embed;
}
md-select-menu[multiple] md-option.md-checkbox-enabled .md-container bdo[dir=rtl] {
  direction: rtl;
  unicode-bidi: bidi-override;
}
md-select-menu[multiple] md-option.md-checkbox-enabled .md-container bdo[dir=ltr] {
  direction: ltr;
  unicode-bidi: bidi-override;
}
md-select-menu[multiple] md-option.md-checkbox-enabled .md-container {
  margin-right: auto;
}
html[dir=rtl] md-select-menu[multiple] md-option.md-checkbox-enabled .md-container {
  margin-right: 10.6666666667px;
  unicode-bidi: embed;
}
body[dir=rtl] md-select-menu[multiple] md-option.md-checkbox-enabled .md-container {
  margin-right: 10.6666666667px;
  unicode-bidi: embed;
}
md-select-menu[multiple] md-option.md-checkbox-enabled .md-container bdo[dir=rtl] {
  direction: rtl;
  unicode-bidi: bidi-override;
}
md-select-menu[multiple] md-option.md-checkbox-enabled .md-container bdo[dir=ltr] {
  direction: ltr;
  unicode-bidi: bidi-override;
}
md-sidenav {
  box-sizing: border-box;
  position: absolute;
  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: flex;
  transition: 0.2s ease-in all;
}
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-locked-open-add,
md-sidenav.md-locked-open-remove {
  position: static;
  display: flex;
  transform: translate3d(0, 0, 0);
}
md-sidenav.md-locked-open,
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,
md-sidenav.md-locked-open-remove.md-closed {
  position: static;
  display: flex;
  transform: translate3d(0, 0, 0);
}
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);
  width: 0;
  min-width: 0;
}
md-sidenav.md-closed.md-locked-open-add {
  width: 0;
  min-width: 0;
  transform: translate3d(0%, 0, 0);
}
md-sidenav.md-closed.md-locked-open-add-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);
  width: 320px;
  min-width: 320px;
  transform: translate3d(0%, 0, 0);
}
.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: translate3d(-100%, 0, 0);
}
.md-sidenav-right.md-closed {
  transform: translate3d(0%, 0, 0);
}
@media screen and (min-width: 600px) {
  md-sidenav {
    max-width: 400px;
  }
}
@media screen and (max-width: 456px) {
  md-sidenav {
    width: calc(100% - 56px);
    min-width: calc(100% - 56px);
    max-width: calc(100% - 56px);
  }
}
@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% {
    opacity: 0;
    transform: scale(0);
  }
  50% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
md-slider {
  height: 48px;
  position: relative;
  display: block;
  margin-left: 4px;
  margin-right: 4px;
  padding: 0;
}
md-slider *,
md-slider *:after {
  box-sizing: border-box;
}
md-slider .md-slider-wrapper {
  position: relative;
}
md-slider {
}
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: width 0.05s linear;
}
md-slider .md-track-ticks {
  position: absolute;
  left: 0;
  right: 0;
  height: 100%;
}
md-slider .md-track-ticks canvas {
  width: 100%;
}
md-slider {
}
md-slider .md-thumb-container {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  transition: left 0.1s linear;
}
md-slider .md-thumb {
  z-index: 1;
  position: absolute;
  left: -19px;
  top: 5px;
  width: 38px;
  height: 38px;
  border-radius: 38px;
}
md-slider .md-thumb:after {
  content: "";
  position: absolute;
  left: 3px;
  top: 3px;
  width: 32px;
  height: 32px;
  border-radius: 32px;
  border-width: 3px;
  border-style: solid;
}
md-slider .md-thumb {
  transform: scale(0.5);
  transition: all 0.1s linear;
}
md-slider {
}
md-slider .md-sign {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: -14px;
  top: -20px;
  width: 28px;
  height: 28px;
  border-radius: 28px;
  transform: scale(0.4) translate3d(0, 70px, 0);
  transition: all 0.2s ease-in-out;
}
md-slider .md-sign:after {
  position: absolute;
  content: "";
  left: -28px;
  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 ease-in-out;
}
md-slider .md-sign .md-thumb-text {
  z-index: 1;
  font-size: 12px;
  font-weight: bold;
}
md-slider {
}
md-slider .md-focus-thumb {
  position: absolute;
  left: -24px;
  top: 0px;
  width: 48px;
  height: 48px;
  border-radius: 48px;
  display: none;
  opacity: 0;
  background-color: #C0C0C0;
  animation: sliderFocusThumb 0.4s linear;
}
md-slider .md-focus-ring {
  position: absolute;
  left: -24px;
  top: 0px;
  width: 48px;
  height: 48px;
  border-radius: 48px;
  transform: scale(0);
  transition: all 0.2s linear;
  opacity: 0.26;
}
md-slider .md-disabled-thumb {
  position: absolute;
  left: -22px;
  top: 2px;
  width: 44px;
  height: 44px;
  border-radius: 44px;
  transform: scale(0.35);
  border-width: 6px;
  border-style: solid;
  display: none;
}
md-slider.md-min .md-thumb:after {
  background-color: white;
}
md-slider.md-min .md-sign {
  opacity: 0;
}
md-slider:focus {
  outline: none;
}
md-slider {
}
md-slider.md-dragging .md-thumb-container,
md-slider.md-dragging .md-track-fill {
  transition: none;
}
md-slider:not([md-discrete]) {
}
md-slider:not([md-discrete]) .md-track-ticks,
md-slider:not([md-discrete]) .md-sign {
  display: none;
}
md-slider:not([md-discrete]):not([disabled]):hover .md-thumb {
  transform: scale(0.6);
}
md-slider:not([md-discrete]):not([disabled]):focus .md-focus-thumb,
md-slider:not([md-discrete]):not([disabled]).md-active .md-focus-thumb {
  display: block;
}
md-slider:not([md-discrete]):not([disabled]):focus .md-focus-ring,
md-slider:not([md-discrete]):not([disabled]).md-active .md-focus-ring {
  transform: scale(1);
}
md-slider:not([md-discrete]):not([disabled]):focus .md-thumb,
md-slider:not([md-discrete]):not([disabled]).md-active .md-thumb {
  transform: scale(0.85);
}
md-slider[md-discrete] {
}
md-slider[md-discrete] .md-focus-thumb,
md-slider[md-discrete] .md-focus-ring {
  display: none;
}
md-slider[md-discrete]:not([disabled]):focus .md-sign,
md-slider[md-discrete]:not([disabled]):focus .md-sign:after,
md-slider[md-discrete]:not([disabled]).md-active .md-sign,
md-slider[md-discrete]:not([disabled]).md-active .md-sign:after {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}
md-slider[disabled] .md-track-fill {
  display: none;
}
md-slider[disabled] .md-sign {
  display: none;
}
md-slider[disabled] .md-thumb {
  transform: scale(0.35);
}
md-slider[disabled] .md-disabled-thumb {
  display: block;
}
@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;
  }
  100% {
    box-shadow: 0px 2px 4px 0 rgba(0, 0, 0, 0.16);
  }
}
@keyframes subheaderStickyHoverOut {
  0% {
    box-shadow: 0px 2px 4px 0 rgba(0, 0, 0, 0.16);
  }
  100% {
    box-shadow: 0 0 0 0 transparent;
  }
}
.md-subheader-wrapper:not(.md-sticky-no-effect) .md-subheader {
  margin: 0;
}
.md-subheader-wrapper:not(.md-sticky-no-effect) {
  transition: 0.2s ease-out margin;
}
.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 0 0 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-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;
  user-select: none;
  height: 30px;
  line-height: 28px;
  align-items: center;
  display: flex;
  margin-left: inherit;
}
html[dir=rtl] md-switch {
  margin-left: 16px;
  unicode-bidi: embed;
}
body[dir=rtl] md-switch {
  margin-left: 16px;
  unicode-bidi: embed;
}
md-switch bdo[dir=rtl] {
  direction: rtl;
  unicode-bidi: bidi-override;
}
md-switch bdo[dir=ltr] {
  direction: ltr;
  unicode-bidi: bidi-override;
}
md-switch {
  margin-right: 16px;
}
html[dir=rtl] md-switch {
  margin-right: inherit;
  unicode-bidi: embed;
}
body[dir=rtl] md-switch {
  margin-right: inherit;
  unicode-bidi: embed;
}
md-switch bdo[dir=rtl] {
  direction: rtl;
  unicode-bidi: bidi-override;
}
md-switch bdo[dir=ltr] {
  direction: ltr;
  unicode-bidi: bidi-override;
}
md-switch:last-of-type {
  margin-left: inherit;
}
html[dir=rtl] md-switch:last-of-type {
  margin-left: 0;
  unicode-bidi: embed;
}
body[dir=rtl] md-switch:last-of-type {
  margin-left: 0;
  unicode-bidi: embed;
}
md-switch:last-of-type bdo[dir=rtl] {
  direction: rtl;
  unicode-bidi: bidi-override;
}
md-switch:last-of-type bdo[dir=ltr] {
  direction: ltr;
  unicode-bidi: bidi-override;
}
md-switch:last-of-type {
  margin-right: 0;
}
html[dir=rtl] md-switch:last-of-type {
  margin-right: inherit;
  unicode-bidi: embed;
}
body[dir=rtl] md-switch:last-of-type {
  margin-right: inherit;
  unicode-bidi: embed;
}
md-switch:last-of-type bdo[dir=rtl] {
  direction: rtl;
  unicode-bidi: bidi-override;
}
md-switch:last-of-type bdo[dir=ltr] {
  direction: ltr;
  unicode-bidi: bidi-override;
}
md-switch[disabled] {
  cursor: default;
}
md-switch[disabled] .md-container {
  cursor: default;
}
md-switch .md-container {
  cursor: grab;
  width: 36px;
  height: 24px;
  position: relative;
  -webkit-user-select: none;
  user-select: none;
  margin-right: 8px;
  float: left;
}
md-switch:not([disabled]) .md-dragging,
md-switch:not([disabled]).md-dragging .md-container {
  cursor: grabbing;
}
md-switch.md-focused:not([disabled]) .md-thumb:before {
  left: -8px;
  top: -8px;
  right: -8px;
  bottom: -8px;
}
md-switch.md-focused:not([disabled]):not(.md-checked) .md-thumb:before {
  background-color: rgba(0, 0, 0, 0.12);
}
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 {
  position: absolute;
  margin: 0;
  left: 0;
  top: 0;
  outline: none;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  box-shadow:
    0px 1px 3px 0px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 2px 1px -1px rgba(0, 0, 0, 0.12);
}
md-switch .md-thumb:before {
  background-color: transparent;
  border-radius: 50%;
  content: "";
  position: absolute;
  display: block;
  height: auto;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  transition: all 0.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-container,
md-switch:not(.md-dragging) .md-thumb {
  transition: all 0.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;
  }
}
md-toast {
  position: absolute;
  z-index: 105;
  box-sizing: border-box;
  cursor: default;
  overflow: hidden;
  padding: 8px;
  opacity: 1;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}
md-toast .md-toast-content {
  display: flex;
  align-items: center;
  height: 0;
  max-height: 168px;
  max-width: 100%;
  min-height: 48px;
  padding-left: 24px;
  padding-right: 24px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  border-radius: 2px;
  font-size: 14px;
  overflow: hidden;
  transform: translate3d(0, 0, 0) rotateZ(0deg);
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}
md-toast.md-capsule {
  border-radius: 24px;
}
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-toast.md-swipeleft .md-toast-content,
md-toast.md-swiperight .md-toast-content,
md-toast.md-swipeup .md-toast-content,
md-toast.md-swipedown .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 {
}
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-action.md-button {
  min-width: 0;
}
@media (max-width: 959px) {
  md-toast {
    left: 0;
    right: 0;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    border-radius: 0;
    bottom: 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-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;
}
@keyframes md-tab-content-hide {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  100% {
    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;
  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: translate3d(0, 0, 0);
}
md-tabs-wrapper md-prev-button,
md-tabs-wrapper md-next-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 center center;
  transition: all 0.5s cubic-bezier(0.35, 0, 0.25, 1);
}
md-tabs-wrapper md-prev-button:focus,
md-tabs-wrapper md-next-button:focus {
  outline: none;
}
md-tabs-wrapper md-prev-button.md-disabled,
md-tabs-wrapper md-next-button.md-disabled {
  opacity: 0.25;
  cursor: default;
}
md-tabs-wrapper md-prev-button.ng-leave,
md-tabs-wrapper md-next-button.ng-leave {
  transition: none;
}
md-tabs-wrapper md-prev-button md-icon,
md-tabs-wrapper md-next-button md-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}
md-tabs-wrapper md-prev-button {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE3LjEuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPiA8IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPiA8c3ZnIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMjQgMjQiIHhtbDpzcGFjZT0icHJlc2VydmUiPiA8ZyBpZD0iSGVhZGVyIj4gPGc+IDxyZWN0IHg9Ii02MTgiIHk9Ii0xMjA4IiBmaWxsPSJub25lIiB3aWR0aD0iMTQwMCIgaGVpZ2h0PSIzNjAwIi8+IDwvZz4gPC9nPiA8ZyBpZD0iTGFiZWwiPiA8L2c+IDxnIGlkPSJJY29uIj4gPGc+IDxwb2x5Z29uIHBvaW50cz0iMTUuNCw3LjQgMTQsNiA4LDEyIDE0LDE4IDE1LjQsMTYuNiAxMC44LDEyIAkJIiBzdHlsZT0iZmlsbDp3aGl0ZTsiLz4gPHJlY3QgZmlsbD0ibm9uZSIgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0Ii8+IDwvZz4gPC9nPiA8ZyBpZD0iR3JpZCIgZGlzcGxheT0ibm9uZSI+IDxnIGRpc3BsYXk9ImlubGluZSI+IDwvZz4gPC9nPiA8L3N2Zz4NCg==);
}
md-tabs-wrapper md-next-button {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE3LjEuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPiA8IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPiA8c3ZnIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMjQgMjQiIHhtbDpzcGFjZT0icHJlc2VydmUiPiA8ZyBpZD0iSGVhZGVyIj4gPGc+IDxyZWN0IHg9Ii02MTgiIHk9Ii0xMzM2IiBmaWxsPSJub25lIiB3aWR0aD0iMTQwMCIgaGVpZ2h0PSIzNjAwIi8+IDwvZz4gPC9nPiA8ZyBpZD0iTGFiZWwiPiA8L2c+IDxnIGlkPSJJY29uIj4gPGc+IDxwb2x5Z29uIHBvaW50cz0iMTAsNiA4LjYsNy40IDEzLjIsMTIgOC42LDE2LjYgMTAsMTggMTYsMTIgCQkiIHN0eWxlPSJmaWxsOndoaXRlOyIvPiA8cmVjdCBmaWxsPSJub25lIiB3aWR0aD0iMjQiIGhlaWdodD0iMjQiLz4gPC9nPiA8L2c+IDxnIGlkPSJHcmlkIiBkaXNwbGF5PSJub25lIj4gPGcgZGlzcGxheT0iaW5saW5lIj4gPC9nPiA8L2c+IDwvc3ZnPg0K);
}
md-tabs-wrapper md-next-button md-icon {
  transform: translate3d(-50%, -50%, 0) rotate(180deg);
}
md-tabs-wrapper.md-stretch-tabs md-pagination-wrapper {
  width: 100%;
  display: flex;
  flex-direction: row;
}
md-tabs-wrapper.md-stretch-tabs md-pagination-wrapper md-tab-item {
  flex-grow: 1;
}
md-tabs-canvas:after {
  content: "";
  display: table;
  clear: both;
}
md-tabs-canvas {
  position: relative;
  overflow: hidden;
  display: block;
  height: 48px;
}
md-tabs-canvas .md-dummy-wrapper {
  position: absolute;
  top: 0;
  left: 0;
}
md-tabs-canvas.md-paginated {
  margin: 0 32px;
}
md-tabs-canvas.md-center-tabs {
  display: flex;
  flex-direction: column;
  text-align: center;
}
md-tabs-canvas.md-center-tabs .md-tab {
  float: none;
  display: inline-block;
}
md-pagination-wrapper:after {
  content: "";
  display: table;
  clear: both;
}
md-pagination-wrapper {
  height: 48px;
  display: block;
  transition: transform 0.5s cubic-bezier(0.35, 0, 0.25, 1);
  position: absolute;
  width: 999999px;
  left: 0;
  transform: translate3d(0, 0, 0);
}
md-pagination-wrapper.md-center-tabs {
  position: relative;
  width: initial;
  margin: 0 auto;
}
md-tabs-content-wrapper {
  display: block;
  position: absolute;
  top: 48px;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
md-tab-content {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: transform 0.5s cubic-bezier(0.35, 0, 0.25, 1);
  overflow: auto;
  transform: translate3d(0, 0, 0);
}
md-tab-content.md-no-scroll {
  bottom: auto;
  overflow: hidden;
}
md-tab-content.ng-leave,
md-tab-content.md-no-transition {
  transition: none;
}
md-tab-content.md-left:not(.md-active) {
  transform: translateX(-100%);
  animation: 1s md-tab-content-hide;
  opacity: 0;
}
md-tab-content.md-left:not(.md-active) * {
  transition: visibility 0s linear;
  transition-delay: 0.5s;
  visibility: hidden;
}
md-tab-content.md-right:not(.md-active) {
  transform: translateX(100%);
  animation: 1s md-tab-content-hide;
  opacity: 0;
}
md-tab-content.md-right:not(.md-active) * {
  transition: visibility 0s linear;
  transition-delay: 0.5s;
  visibility: hidden;
}
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;
}
.md-tab.md-focused {
  box-shadow: none;
  outline: none;
}
.md-tab.md-active {
  cursor: default;
}
.md-tab.md-disabled {
  pointer-events: none;
  touch-action: pan-y;
  -webkit-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  opacity: 0.5;
  cursor: default;
}
.md-tab.ng-leave {
  transition: none;
}
md-toolbar + md-tabs {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
md-toolbar {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 2;
  font-size: 20px;
  min-height: 64px;
  width: 100%;
}
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 *:before,
md-toolbar *:after {
  box-sizing: border-box;
}
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;
}
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: 0.005em;
  box-sizing: border-box;
  font-weight: 400;
  display: flex;
  align-items: center;
  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: flex;
  align-items: center;
}
.md-toolbar-tools .md-button {
  margin-top: 0;
  margin-bottom: 0;
}
.md-toolbar-tools > .md-button:first-child {
  margin-left: -8px;
}
.md-toolbar-tools > .md-button:last-child {
  margin-right: -8px;
}
.md-toolbar-tools > md-menu:last-child {
  margin-right: -8px;
}
.md-toolbar-tools > md-menu:last-child > .md-button {
  margin-right: 0;
}
@media screen and (-ms-high-contrast: active) {
  .md-toolbar-tools {
    border-bottom: 1px solid #fff;
  }
}
@media only screen and (min-width: 0) and (max-width: 959px) and (orientation: portrait) {
  md-toolbar {
    min-height: 56px;
  }
  .md-toolbar-tools {
    height: 56px;
    max-height: 56px;
  }
}
@media only screen and (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 {
  position: absolute;
  z-index: 100;
  overflow: hidden;
  pointer-events: none;
  border-radius: 4px;
  font-weight: 500;
  font-size: 14px;
}
@media screen and (min-width: 960px) {
  md-tooltip {
    font-size: 10px;
  }
}
md-tooltip .md-content {
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transform-origin: center top;
  transform: scale(0);
  opacity: 0;
  height: 32px;
  line-height: 32px;
  padding-left: 16px;
  padding-right: 16px;
}
@media screen and (min-width: 960px) {
  md-tooltip .md-content {
    height: 22px;
    line-height: 22px;
    padding-left: 8px;
    padding-right: 8px;
  }
}
md-tooltip .md-content.md-show-add {
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition-duration: 0.2s;
  transform: scale(0);
  opacity: 0;
}
md-tooltip .md-content.md-show,
md-tooltip .md-content.md-show-add-active {
  transform: scale(1);
  opacity: 1;
  transform-origin: center top;
}
md-tooltip .md-content.md-show-remove {
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition-duration: 0.2s;
}
md-tooltip .md-content.md-show-remove.md-show-remove-active {
  transform: scale(0);
  opacity: 0;
}
md-tooltip.md-hide {
  transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
}
md-tooltip.md-show {
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  pointer-events: auto;
}
.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;
}
.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;
}
.md-whiteframe-1dp,
.md-whiteframe-z1 {
  box-shadow:
    0px 1px 3px 0px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 2px 1px -1px rgba(0, 0, 0, 0.12);
}
.md-whiteframe-2dp {
  box-shadow:
    0px 1px 5px 0px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 3px 1px -2px rgba(0, 0, 0, 0.12);
}
.md-whiteframe-3dp {
  box-shadow:
    0px 1px 8px 0px rgba(0, 0, 0, 0.2),
    0px 3px 4px 0px rgba(0, 0, 0, 0.14),
    0px 3px 3px -2px rgba(0, 0, 0, 0.12);
}
.md-whiteframe-4dp,
.md-whiteframe-z2 {
  box-shadow:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}
.md-whiteframe-5dp {
  box-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 5px 8px 0px rgba(0, 0, 0, 0.14),
    0px 1px 14px 0px rgba(0, 0, 0, 0.12);
}
.md-whiteframe-6dp {
  box-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
}
.md-whiteframe-7dp,
.md-whiteframe-z3 {
  box-shadow:
    0px 4px 5px -2px rgba(0, 0, 0, 0.2),
    0px 7px 10px 1px rgba(0, 0, 0, 0.14),
    0px 2px 16px 1px rgba(0, 0, 0, 0.12);
}
.md-whiteframe-8dp {
  box-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}
.md-whiteframe-9dp {
  box-shadow:
    0px 5px 6px -3px rgba(0, 0, 0, 0.2),
    0px 9px 12px 1px rgba(0, 0, 0, 0.14),
    0px 3px 16px 2px rgba(0, 0, 0, 0.12);
}
.md-whiteframe-10dp,
.md-whiteframe-z4 {
  box-shadow:
    0px 6px 6px -3px rgba(0, 0, 0, 0.2),
    0px 10px 14px 1px rgba(0, 0, 0, 0.14),
    0px 4px 18px 3px rgba(0, 0, 0, 0.12);
}
.md-whiteframe-11dp {
  box-shadow:
    0px 6px 7px -4px rgba(0, 0, 0, 0.2),
    0px 11px 15px 1px rgba(0, 0, 0, 0.14),
    0px 4px 20px 3px rgba(0, 0, 0, 0.12);
}
.md-whiteframe-12dp {
  box-shadow:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
}
.md-whiteframe-13dp,
.md-whiteframe-z5 {
  box-shadow:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 13px 19px 2px rgba(0, 0, 0, 0.14),
    0px 5px 24px 4px rgba(0, 0, 0, 0.12);
}
.md-whiteframe-14dp {
  box-shadow:
    0px 7px 9px -4px rgba(0, 0, 0, 0.2),
    0px 14px 21px 2px rgba(0, 0, 0, 0.14),
    0px 5px 26px 4px rgba(0, 0, 0, 0.12);
}
.md-whiteframe-15dp {
  box-shadow:
    0px 8px 9px -5px rgba(0, 0, 0, 0.2),
    0px 15px 22px 2px rgba(0, 0, 0, 0.14),
    0px 6px 28px 5px rgba(0, 0, 0, 0.12);
}
.md-whiteframe-16dp {
  box-shadow:
    0px 8px 10px -5px rgba(0, 0, 0, 0.2),
    0px 16px 24px 2px rgba(0, 0, 0, 0.14),
    0px 6px 30px 5px rgba(0, 0, 0, 0.12);
}
.md-whiteframe-17dp {
  box-shadow:
    0px 8px 11px -5px rgba(0, 0, 0, 0.2),
    0px 17px 26px 2px rgba(0, 0, 0, 0.14),
    0px 6px 32px 5px rgba(0, 0, 0, 0.12);
}
.md-whiteframe-18dp {
  box-shadow:
    0px 9px 11px -5px rgba(0, 0, 0, 0.2),
    0px 18px 28px 2px rgba(0, 0, 0, 0.14),
    0px 7px 34px 6px rgba(0, 0, 0, 0.12);
}
.md-whiteframe-19dp {
  box-shadow:
    0px 9px 12px -6px rgba(0, 0, 0, 0.2),
    0px 19px 29px 2px rgba(0, 0, 0, 0.14),
    0px 7px 36px 6px rgba(0, 0, 0, 0.12);
}
.md-whiteframe-20dp {
  box-shadow:
    0px 10px 13px -6px rgba(0, 0, 0, 0.2),
    0px 20px 31px 3px rgba(0, 0, 0, 0.14),
    0px 8px 38px 7px rgba(0, 0, 0, 0.12);
}
.md-whiteframe-21dp {
  box-shadow:
    0px 10px 13px -6px rgba(0, 0, 0, 0.2),
    0px 21px 33px 3px rgba(0, 0, 0, 0.14),
    0px 8px 40px 7px rgba(0, 0, 0, 0.12);
}
.md-whiteframe-22dp {
  box-shadow:
    0px 10px 14px -6px rgba(0, 0, 0, 0.2),
    0px 22px 35px 3px rgba(0, 0, 0, 0.14),
    0px 8px 42px 7px rgba(0, 0, 0, 0.12);
}
.md-whiteframe-23dp {
  box-shadow:
    0px 11px 14px -7px rgba(0, 0, 0, 0.2),
    0px 23px 36px 3px rgba(0, 0, 0, 0.14),
    0px 9px 44px 8px rgba(0, 0, 0, 0.12);
}
.md-whiteframe-24dp {
  box-shadow:
    0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
}
@media screen and (-ms-high-contrast: active) {
  md-whiteframe {
    border: 1px solid #fff;
  }
}
@-moz-document url-prefix() {
  [layout-fill] {
    margin: 0;
    width: 100%;
    min-height: 100%;
    height: 100%;
  }
}
[flex-order] {
  order: 0;
}
[flex-order="-20"] {
  order: -20;
}
[flex-order="-19"] {
  order: -19;
}
[flex-order="-18"] {
  order: -18;
}
[flex-order="-17"] {
  order: -17;
}
[flex-order="-16"] {
  order: -16;
}
[flex-order="-15"] {
  order: -15;
}
[flex-order="-14"] {
  order: -14;
}
[flex-order="-13"] {
  order: -13;
}
[flex-order="-12"] {
  order: -12;
}
[flex-order="-11"] {
  order: -11;
}
[flex-order="-10"] {
  order: -10;
}
[flex-order="-9"] {
  order: -9;
}
[flex-order="-8"] {
  order: -8;
}
[flex-order="-7"] {
  order: -7;
}
[flex-order="-6"] {
  order: -6;
}
[flex-order="-5"] {
  order: -5;
}
[flex-order="-4"] {
  order: -4;
}
[flex-order="-3"] {
  order: -3;
}
[flex-order="-2"] {
  order: -2;
}
[flex-order="-1"] {
  order: -1;
}
[flex-order="0"] {
  order: 0;
}
[flex-order="1"] {
  order: 1;
}
[flex-order="2"] {
  order: 2;
}
[flex-order="3"] {
  order: 3;
}
[flex-order="4"] {
  order: 4;
}
[flex-order="5"] {
  order: 5;
}
[flex-order="6"] {
  order: 6;
}
[flex-order="7"] {
  order: 7;
}
[flex-order="8"] {
  order: 8;
}
[flex-order="9"] {
  order: 9;
}
[flex-order="10"] {
  order: 10;
}
[flex-order="11"] {
  order: 11;
}
[flex-order="12"] {
  order: 12;
}
[flex-order="13"] {
  order: 13;
}
[flex-order="14"] {
  order: 14;
}
[flex-order="15"] {
  order: 15;
}
[flex-order="16"] {
  order: 16;
}
[flex-order="17"] {
  order: 17;
}
[flex-order="18"] {
  order: 18;
}
[flex-order="19"] {
  order: 19;
}
[flex-order="20"] {
  order: 20;
}
[flex-offset="0"] {
  margin-left: 0%;
}
[flex-offset="5"] {
  margin-left: 5%;
}
[flex-offset="10"] {
  margin-left: 10%;
}
[flex-offset="15"] {
  margin-left: 15%;
}
[flex-offset="20"] {
  margin-left: 20%;
}
[flex-offset="25"] {
  margin-left: 25%;
}
[flex-offset="30"] {
  margin-left: 30%;
}
[flex-offset="35"] {
  margin-left: 35%;
}
[flex-offset="40"] {
  margin-left: 40%;
}
[flex-offset="45"] {
  margin-left: 45%;
}
[flex-offset="50"] {
  margin-left: 50%;
}
[flex-offset="55"] {
  margin-left: 55%;
}
[flex-offset="60"] {
  margin-left: 60%;
}
[flex-offset="65"] {
  margin-left: 65%;
}
[flex-offset="70"] {
  margin-left: 70%;
}
[flex-offset="75"] {
  margin-left: 75%;
}
[flex-offset="80"] {
  margin-left: 80%;
}
[flex-offset="85"] {
  margin-left: 85%;
}
[flex-offset="90"] {
  margin-left: 90%;
}
[flex-offset="95"] {
  margin-left: 95%;
}
[flex-offset="33"] {
  margin-left: 33.3333333333%;
}
[flex-offset="66"] {
  margin-left: 66.6666666667%;
}
[layout-align],
[layout-align="start stretch"] {
  justify-content: flex-start;
  align-content: stretch;
  align-items: stretch;
}
[layout-align=start],
[layout-align="start start"],
[layout-align="start center"],
[layout-align="start end"],
[layout-align="start stretch"] {
  justify-content: flex-start;
}
[layout-align=center],
[layout-align="center start"],
[layout-align="center center"],
[layout-align="center end"],
[layout-align="center stretch"] {
  justify-content: center;
}
[layout-align=end],
[layout-align="end center"],
[layout-align="end start"],
[layout-align="end end"],
[layout-align="end stretch"] {
  justify-content: flex-end;
}
[layout-align=space-around],
[layout-align="space-around center"],
[layout-align="space-around start"],
[layout-align="space-around end"],
[layout-align="space-around stretch"] {
  justify-content: space-around;
}
[layout-align=space-between],
[layout-align="space-between center"],
[layout-align="space-between start"],
[layout-align="space-between end"],
[layout-align="space-between stretch"] {
  justify-content: space-between;
}
[layout-align="start start"],
[layout-align="center start"],
[layout-align="end start"],
[layout-align="space-between start"],
[layout-align="space-around start"] {
  align-items: flex-start;
  align-content: flex-start;
}
[layout-align="start center"],
[layout-align="center center"],
[layout-align="end center"],
[layout-align="space-between center"],
[layout-align="space-around center"] {
  align-items: center;
  align-content: center;
  max-width: 100%;
}
[layout-align="start center"] > *,
[layout-align="center center"] > *,
[layout-align="end center"] > *,
[layout-align="space-between center"] > *,
[layout-align="space-around center"] > * {
  max-width: 100%;
  box-sizing: border-box;
}
[layout-align="start end"],
[layout-align="center end"],
[layout-align="end end"],
[layout-align="space-between end"],
[layout-align="space-around end"] {
  align-items: flex-end;
  align-content: flex-end;
}
[layout-align="start stretch"],
[layout-align="center stretch"],
[layout-align="end stretch"],
[layout-align="space-between stretch"],
[layout-align="space-around stretch"] {
  align-items: stretch;
  align-content: stretch;
}
[flex] {
  flex: 1;
  box-sizing: border-box;
}
@media screen\fffd {
  [flex] {
    flex: 1 1 0%;
  }
}
[flex-grow] {
  flex: 1 1 100%;
  box-sizing: border-box;
}
[flex-initial] {
  flex: 0 1 auto;
  box-sizing: border-box;
}
[flex-auto] {
  flex: 1 1 auto;
  box-sizing: border-box;
}
[flex-none] {
  flex: 0 0 auto;
  box-sizing: border-box;
}
[flex="0"] {
  flex: 1 1 0%;
  max-width: 0%;
  max-height: 100%;
  box-sizing: border-box;
}
[layout=row] > [flex="0"],
[layout=row] > [flex="0"] {
  flex: 1 1 0%;
  max-width: 0%;
  max-height: 100%;
  box-sizing: border-box;
}
[layout=column] > [flex="0"],
[layout=column] > [flex="0"] {
  flex: 1 1 0%;
  max-width: 100%;
  max-height: 0%;
  box-sizing: border-box;
}
[flex="5"] {
  flex: 1 1 5%;
  max-width: 5%;
  max-height: 100%;
  box-sizing: border-box;
}
[layout=row] > [flex="5"],
[layout=row] > [flex="5"] {
  flex: 1 1 5%;
  max-width: 5%;
  max-height: 100%;
  box-sizing: border-box;
}
[layout=column] > [flex="5"],
[layout=column] > [flex="5"] {
  flex: 1 1 5%;
  max-width: 100%;
  max-height: 5%;
  box-sizing: border-box;
}
[flex="10"] {
  flex: 1 1 10%;
  max-width: 10%;
  max-height: 100%;
  box-sizing: border-box;
}
[layout=row] > [flex="10"],
[layout=row] > [flex="10"] {
  flex: 1 1 10%;
  max-width: 10%;
  max-height: 100%;
  box-sizing: border-box;
}
[layout=column] > [flex="10"],
[layout=column] > [flex="10"] {
  flex: 1 1 10%;
  max-width: 100%;
  max-height: 10%;
  box-sizing: border-box;
}
[flex="15"] {
  flex: 1 1 15%;
  max-width: 15%;
  max-height: 100%;
  box-sizing: border-box;
}
[layout=row] > [flex="15"],
[layout=row] > [flex="15"] {
  flex: 1 1 15%;
  max-width: 15%;
  max-height: 100%;
  box-sizing: border-box;
}
[layout=column] > [flex="15"],
[layout=column] > [flex="15"] {
  flex: 1 1 15%;
  max-width: 100%;
  max-height: 15%;
  box-sizing: border-box;
}
[flex="20"] {
  flex: 1 1 20%;
  max-width: 20%;
  max-height: 100%;
  box-sizing: border-box;
}
[layout=row] > [flex="20"],
[layout=row] > [flex="20"] {
  flex: 1 1 20%;
  max-width: 20%;
  max-height: 100%;
  box-sizing: border-box;
}
[layout=column] > [flex="20"],
[layout=column] > [flex="20"] {
  flex: 1 1 20%;
  max-width: 100%;
  max-height: 20%;
  box-sizing: border-box;
}
[flex="25"] {
  flex: 1 1 25%;
  max-width: 25%;
  max-height: 100%;
  box-sizing: border-box;
}
[layout=row] > [flex="25"],
[layout=row] > [flex="25"] {
  flex: 1 1 25%;
  max-width: 25%;
  max-height: 100%;
  box-sizing: border-box;
}
[layout=column] > [flex="25"],
[layout=column] > [flex="25"] {
  flex: 1 1 25%;
  max-width: 100%;
  max-height: 25%;
  box-sizing: border-box;
}
[flex="30"] {
  flex: 1 1 30%;
  max-width: 30%;
  max-height: 100%;
  box-sizing: border-box;
}
[layout=row] > [flex="30"],
[layout=row] > [flex="30"] {
  flex: 1 1 30%;
  max-width: 30%;
  max-height: 100%;
  box-sizing: border-box;
}
[layout=column] > [flex="30"],
[layout=column] > [flex="30"] {
  flex: 1 1 30%;
  max-width: 100%;
  max-height: 30%;
  box-sizing: border-box;
}
[flex="35"] {
  flex: 1 1 35%;
  max-width: 35%;
  max-height: 100%;
  box-sizing: border-box;
}
[layout=row] > [flex="35"],
[layout=row] > [flex="35"] {
  flex: 1 1 35%;
  max-width: 35%;
  max-height: 100%;
  box-sizing: border-box;
}
[layout=column] > [flex="35"],
[layout=column] > [flex="35"] {
  flex: 1 1 35%;
  max-width: 100%;
  max-height: 35%;
  box-sizing: border-box;
}
[flex="40"] {
  flex: 1 1 40%;
  max-width: 40%;
  max-height: 100%;
  box-sizing: border-box;
}
[layout=row] > [flex="40"],
[layout=row] > [flex="40"] {
  flex: 1 1 40%;
  max-width: 40%;
  max-height: 100%;
  box-sizing: border-box;
}
[layout=column] > [flex="40"],
[layout=column] > [flex="40"] {
  flex: 1 1 40%;
  max-width: 100%;
  max-height: 40%;
  box-sizing: border-box;
}
[flex="45"] {
  flex: 1 1 45%;
  max-width: 45%;
  max-height: 100%;
  box-sizing: border-box;
}
[layout=row] > [flex="45"],
[layout=row] > [flex="45"] {
  flex: 1 1 45%;
  max-width: 45%;
  max-height: 100%;
  box-sizing: border-box;
}
[layout=column] > [flex="45"],
[layout=column] > [flex="45"] {
  flex: 1 1 45%;
  max-width: 100%;
  max-height: 45%;
  box-sizing: border-box;
}
[flex="50"] {
  flex: 1 1 50%;
  max-width: 50%;
  max-height: 100%;
  box-sizing: border-box;
}
[layout=row] > [flex="50"],
[layout=row] > [flex="50"] {
  flex: 1 1 50%;
  max-width: 50%;
  max-height: 100%;
  box-sizing: border-box;
}
[layout=column] > [flex="50"],
[layout=column] > [flex="50"] {
  flex: 1 1 50%;
  max-width: 100%;
  max-height: 50%;
  box-sizing: border-box;
}
[flex="55"] {
  flex: 1 1 55%;
  max-width: 55%;
  max-height: 100%;
  box-sizing: border-box;
}
[layout=row] > [flex="55"],
[layout=row] > [flex="55"] {
  flex: 1 1 55%;
  max-width: 55%;
  max-height: 100%;
  box-sizing: border-box;
}
[layout=column] > [flex="55"],
[layout=column] > [flex="55"] {
  flex: 1 1 55%;
  max-width: 100%;
  max-height: 55%;
  box-sizing: border-box;
}
[flex="60"] {
  flex: 1 1 60%;
  max-width: 60%;
  max-height: 100%;
  box-sizing: border-box;
}
[layout=row] > [flex="60"],
[layout=row] > [flex="60"] {
  flex: 1 1 60%;
  max-width: 60%;
  max-height: 100%;
  box-sizing: border-box;
}
[layout=column] > [flex="60"],
[layout=column] > [flex="60"] {
  flex: 1 1 60%;
  max-width: 100%;
  max-height: 60%;
  box-sizing: border-box;
}
[flex="65"] {
  flex: 1 1 65%;
  max-width: 65%;
  max-height: 100%;
  box-sizing: border-box;
}
[layout=row] > [flex="65"],
[layout=row] > [flex="65"] {
  flex: 1 1 65%;
  max-width: 65%;
  max-height: 100%;
  box-sizing: border-box;
}
[layout=column] > [flex="65"],
[layout=column] > [flex="65"] {
  flex: 1 1 65%;
  max-width: 100%;
  max-height: 65%;
  box-sizing: border-box;
}
[flex="70"] {
  flex: 1 1 70%;
  max-width: 70%;
  max-height: 100%;
  box-sizing: border-box;
}
[layout=row] > [flex="70"],
[layout=row] > [flex="70"] {
  flex: 1 1 70%;
  max-width: 70%;
  max-height: 100%;
  box-sizing: border-box;
}
[layout=column] > [flex="70"],
[layout=column] > [flex="70"] {
  flex: 1 1 70%;
  max-width: 100%;
  max-height: 70%;
  box-sizing: border-box;
}
[flex="75"] {
  flex: 1 1 75%;
  max-width: 75%;
  max-height: 100%;
  box-sizing: border-box;
}
[layout=row] > [flex="75"],
[layout=row] > [flex="75"] {
  flex: 1 1 75%;
  max-width: 75%;
  max-height: 100%;
  box-sizing: border-box;
}
[layout=column] > [flex="75"],
[layout=column] > [flex="75"] {
  flex: 1 1 75%;
  max-width: 100%;
  max-height: 75%;
  box-sizing: border-box;
}
[flex="80"] {
  flex: 1 1 80%;
  max-width: 80%;
  max-height: 100%;
  box-sizing: border-box;
}
[layout=row] > [flex="80"],
[layout=row] > [flex="80"] {
  flex: 1 1 80%;
  max-width: 80%;
  max-height: 100%;
  box-sizing: border-box;
}
[layout=column] > [flex="80"],
[layout=column] > [flex="80"] {
  flex: 1 1 80%;
  max-width: 100%;
  max-height: 80%;
  box-sizing: border-box;
}
[flex="85"] {
  flex: 1 1 85%;
  max-width: 85%;
  max-height: 100%;
  box-sizing: border-box;
}
[layout=row] > [flex="85"],
[layout=row] > [flex="85"] {
  flex: 1 1 85%;
  max-width: 85%;
  max-height: 100%;
  box-sizing: border-box;
}
[layout=column] > [flex="85"],
[layout=column] > [flex="85"] {
  flex: 1 1 85%;
  max-width: 100%;
  max-height: 85%;
  box-sizing: border-box;
}
[flex="90"] {
  flex: 1 1 90%;
  max-width: 90%;
  max-height: 100%;
  box-sizing: border-box;
}
[layout=row] > [flex="90"],
[layout=row] > [flex="90"] {
  flex: 1 1 90%;
  max-width: 90%;
  max-height: 100%;
  box-sizing: border-box;
}
[layout=column] > [flex="90"],
[layout=column] > [flex="90"] {
  flex: 1 1 90%;
  max-width: 100%;
  max-height: 90%;
  box-sizing: border-box;
}
[flex="95"] {
  flex: 1 1 95%;
  max-width: 95%;
  max-height: 100%;
  box-sizing: border-box;
}
[layout=row] > [flex="95"],
[layout=row] > [flex="95"] {
  flex: 1 1 95%;
  max-width: 95%;
  max-height: 100%;
  box-sizing: border-box;
}
[layout=column] > [flex="95"],
[layout=column] > [flex="95"] {
  flex: 1 1 95%;
  max-width: 100%;
  max-height: 95%;
  box-sizing: border-box;
}
[flex="100"] {
  flex: 1 1 100%;
  max-width: 100%;
  max-height: 100%;
  box-sizing: border-box;
}
[layout=row] > [flex="100"],
[layout=row] > [flex="100"] {
  flex: 1 1 100%;
  max-width: 100%;
  max-height: 100%;
  box-sizing: border-box;
}
[layout=column] > [flex="100"],
[layout=column] > [flex="100"] {
  flex: 1 1 100%;
  max-width: 100%;
  max-height: 100%;
  box-sizing: border-box;
}
[layout=row] > [flex="33"],
[layout=row] > [flex="33"],
[layout=row] > [flex="33"],
[layout=row] > [flex="33"] {
  flex: 1 1 33.33%;
  max-width: 33.33%;
  max-height: 100%;
  box-sizing: border-box;
}
[layout=row] > [flex="66"],
[layout=row] > [flex="66"],
[layout=row] > [flex="66"],
[layout=row] > [flex="66"] {
  flex: 1 1 66.66%;
  max-width: 66.66%;
  max-height: 100%;
  box-sizing: border-box;
}
[layout=column] > [flex="33"],
[layout=column] > [flex="33"],
[layout=column] > [flex="33"],
[layout=column] > [flex="33"] {
  flex: 1 1 33.33%;
  max-width: 100%;
  max-height: 33.33%;
  box-sizing: border-box;
}
[layout=column] > [flex="66"],
[layout=column] > [flex="66"],
[layout=column] > [flex="66"],
[layout=column] > [flex="66"] {
  flex: 1 1 66.66%;
  max-width: 100%;
  max-height: 66.66%;
  box-sizing: border-box;
}
[layout],
[layout=column],
[layout=row] {
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
[layout=column] {
  flex-direction: column;
}
[layout=row] {
  flex-direction: row;
}
[layout-padding] > [flex-sm],
[layout-padding] > [flex-lt-md] {
  padding: 4px;
}
[layout-padding],
[layout-padding] > [flex],
[layout-padding] > [flex-gt-sm],
[layout-padding] > [flex-md],
[layout-padding] > [flex-lt-lg] {
  padding: 8px;
}
[layout-padding] > [flex-gt-md],
[layout-padding] > [flex-lg] {
  padding: 16px;
}
[layout-margin] > [flex-sm],
[layout-margin] > [flex-lt-md] {
  margin: 4px;
}
[layout-margin],
[layout-margin] > [flex],
[layout-margin] > [flex-gt-sm],
[layout-margin] > [flex-md],
[layout-margin] > [flex-lt-lg] {
  margin: 8px;
}
[layout-margin] > [flex-gt-md],
[layout-margin] > [flex-lg] {
  margin: 16px;
}
[layout-wrap] {
  flex-wrap: wrap;
}
[layout-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"] {
    order: -20;
  }
  [flex-order-xs="-19"] {
    order: -19;
  }
  [flex-order-xs="-18"] {
    order: -18;
  }
  [flex-order-xs="-17"] {
    order: -17;
  }
  [flex-order-xs="-16"] {
    order: -16;
  }
  [flex-order-xs="-15"] {
    order: -15;
  }
  [flex-order-xs="-14"] {
    order: -14;
  }
  [flex-order-xs="-13"] {
    order: -13;
  }
  [flex-order-xs="-12"] {
    order: -12;
  }
  [flex-order-xs="-11"] {
    order: -11;
  }
  [flex-order-xs="-10"] {
    order: -10;
  }
  [flex-order-xs="-9"] {
    order: -9;
  }
  [flex-order-xs="-8"] {
    order: -8;
  }
  [flex-order-xs="-7"] {
    order: -7;
  }
  [flex-order-xs="-6"] {
    order: -6;
  }
  [flex-order-xs="-5"] {
    order: -5;
  }
  [flex-order-xs="-4"] {
    order: -4;
  }
  [flex-order-xs="-3"] {
    order: -3;
  }
  [flex-order-xs="-2"] {
    order: -2;
  }
  [flex-order-xs="-1"] {
    order: -1;
  }
  [flex-order-xs="0"] {
    order: 0;
  }
  [flex-order-xs="1"] {
    order: 1;
  }
  [flex-order-xs="2"] {
    order: 2;
  }
  [flex-order-xs="3"] {
    order: 3;
  }
  [flex-order-xs="4"] {
    order: 4;
  }
  [flex-order-xs="5"] {
    order: 5;
  }
  [flex-order-xs="6"] {
    order: 6;
  }
  [flex-order-xs="7"] {
    order: 7;
  }
  [flex-order-xs="8"] {
    order: 8;
  }
  [flex-order-xs="9"] {
    order: 9;
  }
  [flex-order-xs="10"] {
    order: 10;
  }
  [flex-order-xs="11"] {
    order: 11;
  }
  [flex-order-xs="12"] {
    order: 12;
  }
  [flex-order-xs="13"] {
    order: 13;
  }
  [flex-order-xs="14"] {
    order: 14;
  }
  [flex-order-xs="15"] {
    order: 15;
  }
  [flex-order-xs="16"] {
    order: 16;
  }
  [flex-order-xs="17"] {
    order: 17;
  }
  [flex-order-xs="18"] {
    order: 18;
  }
  [flex-order-xs="19"] {
    order: 19;
  }
  [flex-order-xs="20"] {
    order: 20;
  }
  [flex-offset-xs="0"] {
    margin-left: 0%;
  }
  [flex-offset-xs="5"] {
    margin-left: 5%;
  }
  [flex-offset-xs="10"] {
    margin-left: 10%;
  }
  [flex-offset-xs="15"] {
    margin-left: 15%;
  }
  [flex-offset-xs="20"] {
    margin-left: 20%;
  }
  [flex-offset-xs="25"] {
    margin-left: 25%;
  }
  [flex-offset-xs="30"] {
    margin-left: 30%;
  }
  [flex-offset-xs="35"] {
    margin-left: 35%;
  }
  [flex-offset-xs="40"] {
    margin-left: 40%;
  }
  [flex-offset-xs="45"] {
    margin-left: 45%;
  }
  [flex-offset-xs="50"] {
    margin-left: 50%;
  }
  [flex-offset-xs="55"] {
    margin-left: 55%;
  }
  [flex-offset-xs="60"] {
    margin-left: 60%;
  }
  [flex-offset-xs="65"] {
    margin-left: 65%;
  }
  [flex-offset-xs="70"] {
    margin-left: 70%;
  }
  [flex-offset-xs="75"] {
    margin-left: 75%;
  }
  [flex-offset-xs="80"] {
    margin-left: 80%;
  }
  [flex-offset-xs="85"] {
    margin-left: 85%;
  }
  [flex-offset-xs="90"] {
    margin-left: 90%;
  }
  [flex-offset-xs="95"] {
    margin-left: 95%;
  }
  [flex-offset-xs="33"] {
    margin-left: 33.3333333333%;
  }
  [flex-offset-xs="66"] {
    margin-left: 66.6666666667%;
  }
  [layout-align-xs],
  [layout-align-xs="start stretch"] {
    justify-content: flex-start;
    align-content: stretch;
    align-items: stretch;
  }
  [layout-align-xs=start],
  [layout-align-xs="start start"],
  [layout-align-xs="start center"],
  [layout-align-xs="start end"],
  [layout-align-xs="start stretch"] {
    justify-content: flex-start;
  }
  [layout-align-xs=center],
  [layout-align-xs="center start"],
  [layout-align-xs="center center"],
  [layout-align-xs="center end"],
  [layout-align-xs="center stretch"] {
    justify-content: center;
  }
  [layout-align-xs=end],
  [layout-align-xs="end center"],
  [layout-align-xs="end start"],
  [layout-align-xs="end end"],
  [layout-align-xs="end stretch"] {
    justify-content: flex-end;
  }
  [layout-align-xs=space-around],
  [layout-align-xs="space-around center"],
  [layout-align-xs="space-around start"],
  [layout-align-xs="space-around end"],
  [layout-align-xs="space-around stretch"] {
    justify-content: space-around;
  }
  [layout-align-xs=space-between],
  [layout-align-xs="space-between center"],
  [layout-align-xs="space-between start"],
  [layout-align-xs="space-between end"],
  [layout-align-xs="space-between stretch"] {
    justify-content: space-between;
  }
  [layout-align-xs="start start"],
  [layout-align-xs="center start"],
  [layout-align-xs="end start"],
  [layout-align-xs="space-between start"],
  [layout-align-xs="space-around start"] {
    align-items: flex-start;
    align-content: flex-start;
  }
  [layout-align-xs="start center"],
  [layout-align-xs="center center"],
  [layout-align-xs="end center"],
  [layout-align-xs="space-between center"],
  [layout-align-xs="space-around center"] {
    align-items: center;
    align-content: center;
    max-width: 100%;
  }
  [layout-align-xs="start center"] > *,
  [layout-align-xs="center center"] > *,
  [layout-align-xs="end center"] > *,
  [layout-align-xs="space-between center"] > *,
  [layout-align-xs="space-around center"] > * {
    max-width: 100%;
    box-sizing: border-box;
  }
  [layout-align-xs="start end"],
  [layout-align-xs="center end"],
  [layout-align-xs="end end"],
  [layout-align-xs="space-between end"],
  [layout-align-xs="space-around end"] {
    align-items: flex-end;
    align-content: flex-end;
  }
  [layout-align-xs="start stretch"],
  [layout-align-xs="center stretch"],
  [layout-align-xs="end stretch"],
  [layout-align-xs="space-between stretch"],
  [layout-align-xs="space-around stretch"] {
    align-items: stretch;
    align-content: stretch;
  }
  [flex-xs] {
    flex: 1;
    box-sizing: border-box;
  }
}
@media screen\fffd  and (max-width: 599px) {
  [flex-xs] {
    flex: 1 1 0%;
  }
}
@media (max-width: 599px) {
  [flex-xs-grow] {
    flex: 1 1 100%;
    box-sizing: border-box;
  }
  [flex-xs-initial] {
    flex: 0 1 auto;
    box-sizing: border-box;
  }
  [flex-xs-auto] {
    flex: 1 1 auto;
    box-sizing: border-box;
  }
  [flex-xs-none] {
    flex: 0 0 auto;
    box-sizing: border-box;
  }
  [flex-xs="0"] {
    flex: 1 1 0%;
    max-width: 0%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=row] > [flex-xs="0"],
  [layout-xs=row] > [flex-xs="0"] {
    flex: 1 1 0%;
    max-width: 0%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=column] > [flex-xs="0"],
  [layout-xs=column] > [flex-xs="0"] {
    flex: 1 1 0%;
    max-width: 100%;
    max-height: 0%;
    box-sizing: border-box;
  }
  [flex-xs="5"] {
    flex: 1 1 5%;
    max-width: 5%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=row] > [flex-xs="5"],
  [layout-xs=row] > [flex-xs="5"] {
    flex: 1 1 5%;
    max-width: 5%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=column] > [flex-xs="5"],
  [layout-xs=column] > [flex-xs="5"] {
    flex: 1 1 5%;
    max-width: 100%;
    max-height: 5%;
    box-sizing: border-box;
  }
  [flex-xs="10"] {
    flex: 1 1 10%;
    max-width: 10%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=row] > [flex-xs="10"],
  [layout-xs=row] > [flex-xs="10"] {
    flex: 1 1 10%;
    max-width: 10%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=column] > [flex-xs="10"],
  [layout-xs=column] > [flex-xs="10"] {
    flex: 1 1 10%;
    max-width: 100%;
    max-height: 10%;
    box-sizing: border-box;
  }
  [flex-xs="15"] {
    flex: 1 1 15%;
    max-width: 15%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=row] > [flex-xs="15"],
  [layout-xs=row] > [flex-xs="15"] {
    flex: 1 1 15%;
    max-width: 15%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=column] > [flex-xs="15"],
  [layout-xs=column] > [flex-xs="15"] {
    flex: 1 1 15%;
    max-width: 100%;
    max-height: 15%;
    box-sizing: border-box;
  }
  [flex-xs="20"] {
    flex: 1 1 20%;
    max-width: 20%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=row] > [flex-xs="20"],
  [layout-xs=row] > [flex-xs="20"] {
    flex: 1 1 20%;
    max-width: 20%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=column] > [flex-xs="20"],
  [layout-xs=column] > [flex-xs="20"] {
    flex: 1 1 20%;
    max-width: 100%;
    max-height: 20%;
    box-sizing: border-box;
  }
  [flex-xs="25"] {
    flex: 1 1 25%;
    max-width: 25%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=row] > [flex-xs="25"],
  [layout-xs=row] > [flex-xs="25"] {
    flex: 1 1 25%;
    max-width: 25%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=column] > [flex-xs="25"],
  [layout-xs=column] > [flex-xs="25"] {
    flex: 1 1 25%;
    max-width: 100%;
    max-height: 25%;
    box-sizing: border-box;
  }
  [flex-xs="30"] {
    flex: 1 1 30%;
    max-width: 30%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=row] > [flex-xs="30"],
  [layout-xs=row] > [flex-xs="30"] {
    flex: 1 1 30%;
    max-width: 30%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=column] > [flex-xs="30"],
  [layout-xs=column] > [flex-xs="30"] {
    flex: 1 1 30%;
    max-width: 100%;
    max-height: 30%;
    box-sizing: border-box;
  }
  [flex-xs="35"] {
    flex: 1 1 35%;
    max-width: 35%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=row] > [flex-xs="35"],
  [layout-xs=row] > [flex-xs="35"] {
    flex: 1 1 35%;
    max-width: 35%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=column] > [flex-xs="35"],
  [layout-xs=column] > [flex-xs="35"] {
    flex: 1 1 35%;
    max-width: 100%;
    max-height: 35%;
    box-sizing: border-box;
  }
  [flex-xs="40"] {
    flex: 1 1 40%;
    max-width: 40%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=row] > [flex-xs="40"],
  [layout-xs=row] > [flex-xs="40"] {
    flex: 1 1 40%;
    max-width: 40%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=column] > [flex-xs="40"],
  [layout-xs=column] > [flex-xs="40"] {
    flex: 1 1 40%;
    max-width: 100%;
    max-height: 40%;
    box-sizing: border-box;
  }
  [flex-xs="45"] {
    flex: 1 1 45%;
    max-width: 45%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=row] > [flex-xs="45"],
  [layout-xs=row] > [flex-xs="45"] {
    flex: 1 1 45%;
    max-width: 45%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=column] > [flex-xs="45"],
  [layout-xs=column] > [flex-xs="45"] {
    flex: 1 1 45%;
    max-width: 100%;
    max-height: 45%;
    box-sizing: border-box;
  }
  [flex-xs="50"] {
    flex: 1 1 50%;
    max-width: 50%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=row] > [flex-xs="50"],
  [layout-xs=row] > [flex-xs="50"] {
    flex: 1 1 50%;
    max-width: 50%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=column] > [flex-xs="50"],
  [layout-xs=column] > [flex-xs="50"] {
    flex: 1 1 50%;
    max-width: 100%;
    max-height: 50%;
    box-sizing: border-box;
  }
  [flex-xs="55"] {
    flex: 1 1 55%;
    max-width: 55%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=row] > [flex-xs="55"],
  [layout-xs=row] > [flex-xs="55"] {
    flex: 1 1 55%;
    max-width: 55%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=column] > [flex-xs="55"],
  [layout-xs=column] > [flex-xs="55"] {
    flex: 1 1 55%;
    max-width: 100%;
    max-height: 55%;
    box-sizing: border-box;
  }
  [flex-xs="60"] {
    flex: 1 1 60%;
    max-width: 60%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=row] > [flex-xs="60"],
  [layout-xs=row] > [flex-xs="60"] {
    flex: 1 1 60%;
    max-width: 60%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=column] > [flex-xs="60"],
  [layout-xs=column] > [flex-xs="60"] {
    flex: 1 1 60%;
    max-width: 100%;
    max-height: 60%;
    box-sizing: border-box;
  }
  [flex-xs="65"] {
    flex: 1 1 65%;
    max-width: 65%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=row] > [flex-xs="65"],
  [layout-xs=row] > [flex-xs="65"] {
    flex: 1 1 65%;
    max-width: 65%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=column] > [flex-xs="65"],
  [layout-xs=column] > [flex-xs="65"] {
    flex: 1 1 65%;
    max-width: 100%;
    max-height: 65%;
    box-sizing: border-box;
  }
  [flex-xs="70"] {
    flex: 1 1 70%;
    max-width: 70%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=row] > [flex-xs="70"],
  [layout-xs=row] > [flex-xs="70"] {
    flex: 1 1 70%;
    max-width: 70%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=column] > [flex-xs="70"],
  [layout-xs=column] > [flex-xs="70"] {
    flex: 1 1 70%;
    max-width: 100%;
    max-height: 70%;
    box-sizing: border-box;
  }
  [flex-xs="75"] {
    flex: 1 1 75%;
    max-width: 75%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=row] > [flex-xs="75"],
  [layout-xs=row] > [flex-xs="75"] {
    flex: 1 1 75%;
    max-width: 75%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=column] > [flex-xs="75"],
  [layout-xs=column] > [flex-xs="75"] {
    flex: 1 1 75%;
    max-width: 100%;
    max-height: 75%;
    box-sizing: border-box;
  }
  [flex-xs="80"] {
    flex: 1 1 80%;
    max-width: 80%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=row] > [flex-xs="80"],
  [layout-xs=row] > [flex-xs="80"] {
    flex: 1 1 80%;
    max-width: 80%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=column] > [flex-xs="80"],
  [layout-xs=column] > [flex-xs="80"] {
    flex: 1 1 80%;
    max-width: 100%;
    max-height: 80%;
    box-sizing: border-box;
  }
  [flex-xs="85"] {
    flex: 1 1 85%;
    max-width: 85%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=row] > [flex-xs="85"],
  [layout-xs=row] > [flex-xs="85"] {
    flex: 1 1 85%;
    max-width: 85%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=column] > [flex-xs="85"],
  [layout-xs=column] > [flex-xs="85"] {
    flex: 1 1 85%;
    max-width: 100%;
    max-height: 85%;
    box-sizing: border-box;
  }
  [flex-xs="90"] {
    flex: 1 1 90%;
    max-width: 90%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=row] > [flex-xs="90"],
  [layout-xs=row] > [flex-xs="90"] {
    flex: 1 1 90%;
    max-width: 90%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=column] > [flex-xs="90"],
  [layout-xs=column] > [flex-xs="90"] {
    flex: 1 1 90%;
    max-width: 100%;
    max-height: 90%;
    box-sizing: border-box;
  }
  [flex-xs="95"] {
    flex: 1 1 95%;
    max-width: 95%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=row] > [flex-xs="95"],
  [layout-xs=row] > [flex-xs="95"] {
    flex: 1 1 95%;
    max-width: 95%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=column] > [flex-xs="95"],
  [layout-xs=column] > [flex-xs="95"] {
    flex: 1 1 95%;
    max-width: 100%;
    max-height: 95%;
    box-sizing: border-box;
  }
  [flex-xs="100"] {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=row] > [flex-xs="100"],
  [layout-xs=row] > [flex-xs="100"] {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=column] > [flex-xs="100"],
  [layout-xs=column] > [flex-xs="100"] {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=row] > [flex-xs="33"],
  [layout=row] > [flex-xs="33"],
  [layout-xs=row] > [flex-xs="33"],
  [layout-xs=row] > [flex-xs="33"] {
    flex: 1 1 33.33%;
    max-width: 33.33%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=row] > [flex-xs="66"],
  [layout=row] > [flex-xs="66"],
  [layout-xs=row] > [flex-xs="66"],
  [layout-xs=row] > [flex-xs="66"] {
    flex: 1 1 66.66%;
    max-width: 66.66%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=column] > [flex-xs="33"],
  [layout=column] > [flex-xs="33"],
  [layout-xs=column] > [flex-xs="33"],
  [layout-xs=column] > [flex-xs="33"] {
    flex: 1 1 33.33%;
    max-width: 100%;
    max-height: 33.33%;
    box-sizing: border-box;
  }
  [layout=column] > [flex-xs="66"],
  [layout=column] > [flex-xs="66"],
  [layout-xs=column] > [flex-xs="66"],
  [layout-xs=column] > [flex-xs="66"] {
    flex: 1 1 66.66%;
    max-width: 100%;
    max-height: 66.66%;
    box-sizing: border-box;
  }
  [layout-xs],
  [layout-xs=column],
  [layout-xs=row] {
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  [layout-xs=column] {
    flex-direction: column;
  }
  [layout-xs=row] {
    flex-direction: row;
  }
}
@media (min-width: 600px) {
  [flex-order-gt-xs="-20"] {
    order: -20;
  }
  [flex-order-gt-xs="-19"] {
    order: -19;
  }
  [flex-order-gt-xs="-18"] {
    order: -18;
  }
  [flex-order-gt-xs="-17"] {
    order: -17;
  }
  [flex-order-gt-xs="-16"] {
    order: -16;
  }
  [flex-order-gt-xs="-15"] {
    order: -15;
  }
  [flex-order-gt-xs="-14"] {
    order: -14;
  }
  [flex-order-gt-xs="-13"] {
    order: -13;
  }
  [flex-order-gt-xs="-12"] {
    order: -12;
  }
  [flex-order-gt-xs="-11"] {
    order: -11;
  }
  [flex-order-gt-xs="-10"] {
    order: -10;
  }
  [flex-order-gt-xs="-9"] {
    order: -9;
  }
  [flex-order-gt-xs="-8"] {
    order: -8;
  }
  [flex-order-gt-xs="-7"] {
    order: -7;
  }
  [flex-order-gt-xs="-6"] {
    order: -6;
  }
  [flex-order-gt-xs="-5"] {
    order: -5;
  }
  [flex-order-gt-xs="-4"] {
    order: -4;
  }
  [flex-order-gt-xs="-3"] {
    order: -3;
  }
  [flex-order-gt-xs="-2"] {
    order: -2;
  }
  [flex-order-gt-xs="-1"] {
    order: -1;
  }
  [flex-order-gt-xs="0"] {
    order: 0;
  }
  [flex-order-gt-xs="1"] {
    order: 1;
  }
  [flex-order-gt-xs="2"] {
    order: 2;
  }
  [flex-order-gt-xs="3"] {
    order: 3;
  }
  [flex-order-gt-xs="4"] {
    order: 4;
  }
  [flex-order-gt-xs="5"] {
    order: 5;
  }
  [flex-order-gt-xs="6"] {
    order: 6;
  }
  [flex-order-gt-xs="7"] {
    order: 7;
  }
  [flex-order-gt-xs="8"] {
    order: 8;
  }
  [flex-order-gt-xs="9"] {
    order: 9;
  }
  [flex-order-gt-xs="10"] {
    order: 10;
  }
  [flex-order-gt-xs="11"] {
    order: 11;
  }
  [flex-order-gt-xs="12"] {
    order: 12;
  }
  [flex-order-gt-xs="13"] {
    order: 13;
  }
  [flex-order-gt-xs="14"] {
    order: 14;
  }
  [flex-order-gt-xs="15"] {
    order: 15;
  }
  [flex-order-gt-xs="16"] {
    order: 16;
  }
  [flex-order-gt-xs="17"] {
    order: 17;
  }
  [flex-order-gt-xs="18"] {
    order: 18;
  }
  [flex-order-gt-xs="19"] {
    order: 19;
  }
  [flex-order-gt-xs="20"] {
    order: 20;
  }
  [flex-offset-gt-xs="0"] {
    margin-left: 0%;
  }
  [flex-offset-gt-xs="5"] {
    margin-left: 5%;
  }
  [flex-offset-gt-xs="10"] {
    margin-left: 10%;
  }
  [flex-offset-gt-xs="15"] {
    margin-left: 15%;
  }
  [flex-offset-gt-xs="20"] {
    margin-left: 20%;
  }
  [flex-offset-gt-xs="25"] {
    margin-left: 25%;
  }
  [flex-offset-gt-xs="30"] {
    margin-left: 30%;
  }
  [flex-offset-gt-xs="35"] {
    margin-left: 35%;
  }
  [flex-offset-gt-xs="40"] {
    margin-left: 40%;
  }
  [flex-offset-gt-xs="45"] {
    margin-left: 45%;
  }
  [flex-offset-gt-xs="50"] {
    margin-left: 50%;
  }
  [flex-offset-gt-xs="55"] {
    margin-left: 55%;
  }
  [flex-offset-gt-xs="60"] {
    margin-left: 60%;
  }
  [flex-offset-gt-xs="65"] {
    margin-left: 65%;
  }
  [flex-offset-gt-xs="70"] {
    margin-left: 70%;
  }
  [flex-offset-gt-xs="75"] {
    margin-left: 75%;
  }
  [flex-offset-gt-xs="80"] {
    margin-left: 80%;
  }
  [flex-offset-gt-xs="85"] {
    margin-left: 85%;
  }
  [flex-offset-gt-xs="90"] {
    margin-left: 90%;
  }
  [flex-offset-gt-xs="95"] {
    margin-left: 95%;
  }
  [flex-offset-gt-xs="33"] {
    margin-left: 33.3333333333%;
  }
  [flex-offset-gt-xs="66"] {
    margin-left: 66.6666666667%;
  }
  [layout-align-gt-xs],
  [layout-align-gt-xs="start stretch"] {
    justify-content: flex-start;
    align-content: stretch;
    align-items: stretch;
  }
  [layout-align-gt-xs=start],
  [layout-align-gt-xs="start start"],
  [layout-align-gt-xs="start center"],
  [layout-align-gt-xs="start end"],
  [layout-align-gt-xs="start stretch"] {
    justify-content: flex-start;
  }
  [layout-align-gt-xs=center],
  [layout-align-gt-xs="center start"],
  [layout-align-gt-xs="center center"],
  [layout-align-gt-xs="center end"],
  [layout-align-gt-xs="center stretch"] {
    justify-content: center;
  }
  [layout-align-gt-xs=end],
  [layout-align-gt-xs="end center"],
  [layout-align-gt-xs="end start"],
  [layout-align-gt-xs="end end"],
  [layout-align-gt-xs="end stretch"] {
    justify-content: flex-end;
  }
  [layout-align-gt-xs=space-around],
  [layout-align-gt-xs="space-around center"],
  [layout-align-gt-xs="space-around start"],
  [layout-align-gt-xs="space-around end"],
  [layout-align-gt-xs="space-around stretch"] {
    justify-content: space-around;
  }
  [layout-align-gt-xs=space-between],
  [layout-align-gt-xs="space-between center"],
  [layout-align-gt-xs="space-between start"],
  [layout-align-gt-xs="space-between end"],
  [layout-align-gt-xs="space-between stretch"] {
    justify-content: space-between;
  }
  [layout-align-gt-xs="start start"],
  [layout-align-gt-xs="center start"],
  [layout-align-gt-xs="end start"],
  [layout-align-gt-xs="space-between start"],
  [layout-align-gt-xs="space-around start"] {
    align-items: flex-start;
    align-content: flex-start;
  }
  [layout-align-gt-xs="start center"],
  [layout-align-gt-xs="center center"],
  [layout-align-gt-xs="end center"],
  [layout-align-gt-xs="space-between center"],
  [layout-align-gt-xs="space-around center"] {
    align-items: center;
    align-content: center;
    max-width: 100%;
  }
  [layout-align-gt-xs="start center"] > *,
  [layout-align-gt-xs="center center"] > *,
  [layout-align-gt-xs="end center"] > *,
  [layout-align-gt-xs="space-between center"] > *,
  [layout-align-gt-xs="space-around center"] > * {
    max-width: 100%;
    box-sizing: border-box;
  }
  [layout-align-gt-xs="start end"],
  [layout-align-gt-xs="center end"],
  [layout-align-gt-xs="end end"],
  [layout-align-gt-xs="space-between end"],
  [layout-align-gt-xs="space-around end"] {
    align-items: flex-end;
    align-content: flex-end;
  }
  [layout-align-gt-xs="start stretch"],
  [layout-align-gt-xs="center stretch"],
  [layout-align-gt-xs="end stretch"],
  [layout-align-gt-xs="space-between stretch"],
  [layout-align-gt-xs="space-around stretch"] {
    align-items: stretch;
    align-content: stretch;
  }
  [flex-gt-xs] {
    flex: 1;
    box-sizing: border-box;
  }
}
@media screen\fffd  and (min-width: 600px) {
  [flex-gt-xs] {
    flex: 1 1 0%;
  }
}
@media (min-width: 600px) {
  [flex-gt-xs-grow] {
    flex: 1 1 100%;
    box-sizing: border-box;
  }
  [flex-gt-xs-initial] {
    flex: 0 1 auto;
    box-sizing: border-box;
  }
  [flex-gt-xs-auto] {
    flex: 1 1 auto;
    box-sizing: border-box;
  }
  [flex-gt-xs-none] {
    flex: 0 0 auto;
    box-sizing: border-box;
  }
  [flex-gt-xs="0"] {
    flex: 1 1 0%;
    max-width: 0%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=row] > [flex-gt-xs="0"],
  [layout-gt-xs=row] > [flex-gt-xs="0"] {
    flex: 1 1 0%;
    max-width: 0%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=column] > [flex-gt-xs="0"],
  [layout-gt-xs=column] > [flex-gt-xs="0"] {
    flex: 1 1 0%;
    max-width: 100%;
    max-height: 0%;
    box-sizing: border-box;
  }
  [flex-gt-xs="5"] {
    flex: 1 1 5%;
    max-width: 5%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=row] > [flex-gt-xs="5"],
  [layout-gt-xs=row] > [flex-gt-xs="5"] {
    flex: 1 1 5%;
    max-width: 5%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=column] > [flex-gt-xs="5"],
  [layout-gt-xs=column] > [flex-gt-xs="5"] {
    flex: 1 1 5%;
    max-width: 100%;
    max-height: 5%;
    box-sizing: border-box;
  }
  [flex-gt-xs="10"] {
    flex: 1 1 10%;
    max-width: 10%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=row] > [flex-gt-xs="10"],
  [layout-gt-xs=row] > [flex-gt-xs="10"] {
    flex: 1 1 10%;
    max-width: 10%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=column] > [flex-gt-xs="10"],
  [layout-gt-xs=column] > [flex-gt-xs="10"] {
    flex: 1 1 10%;
    max-width: 100%;
    max-height: 10%;
    box-sizing: border-box;
  }
  [flex-gt-xs="15"] {
    flex: 1 1 15%;
    max-width: 15%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=row] > [flex-gt-xs="15"],
  [layout-gt-xs=row] > [flex-gt-xs="15"] {
    flex: 1 1 15%;
    max-width: 15%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=column] > [flex-gt-xs="15"],
  [layout-gt-xs=column] > [flex-gt-xs="15"] {
    flex: 1 1 15%;
    max-width: 100%;
    max-height: 15%;
    box-sizing: border-box;
  }
  [flex-gt-xs="20"] {
    flex: 1 1 20%;
    max-width: 20%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=row] > [flex-gt-xs="20"],
  [layout-gt-xs=row] > [flex-gt-xs="20"] {
    flex: 1 1 20%;
    max-width: 20%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=column] > [flex-gt-xs="20"],
  [layout-gt-xs=column] > [flex-gt-xs="20"] {
    flex: 1 1 20%;
    max-width: 100%;
    max-height: 20%;
    box-sizing: border-box;
  }
  [flex-gt-xs="25"] {
    flex: 1 1 25%;
    max-width: 25%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=row] > [flex-gt-xs="25"],
  [layout-gt-xs=row] > [flex-gt-xs="25"] {
    flex: 1 1 25%;
    max-width: 25%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=column] > [flex-gt-xs="25"],
  [layout-gt-xs=column] > [flex-gt-xs="25"] {
    flex: 1 1 25%;
    max-width: 100%;
    max-height: 25%;
    box-sizing: border-box;
  }
  [flex-gt-xs="30"] {
    flex: 1 1 30%;
    max-width: 30%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=row] > [flex-gt-xs="30"],
  [layout-gt-xs=row] > [flex-gt-xs="30"] {
    flex: 1 1 30%;
    max-width: 30%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=column] > [flex-gt-xs="30"],
  [layout-gt-xs=column] > [flex-gt-xs="30"] {
    flex: 1 1 30%;
    max-width: 100%;
    max-height: 30%;
    box-sizing: border-box;
  }
  [flex-gt-xs="35"] {
    flex: 1 1 35%;
    max-width: 35%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=row] > [flex-gt-xs="35"],
  [layout-gt-xs=row] > [flex-gt-xs="35"] {
    flex: 1 1 35%;
    max-width: 35%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=column] > [flex-gt-xs="35"],
  [layout-gt-xs=column] > [flex-gt-xs="35"] {
    flex: 1 1 35%;
    max-width: 100%;
    max-height: 35%;
    box-sizing: border-box;
  }
  [flex-gt-xs="40"] {
    flex: 1 1 40%;
    max-width: 40%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=row] > [flex-gt-xs="40"],
  [layout-gt-xs=row] > [flex-gt-xs="40"] {
    flex: 1 1 40%;
    max-width: 40%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=column] > [flex-gt-xs="40"],
  [layout-gt-xs=column] > [flex-gt-xs="40"] {
    flex: 1 1 40%;
    max-width: 100%;
    max-height: 40%;
    box-sizing: border-box;
  }
  [flex-gt-xs="45"] {
    flex: 1 1 45%;
    max-width: 45%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=row] > [flex-gt-xs="45"],
  [layout-gt-xs=row] > [flex-gt-xs="45"] {
    flex: 1 1 45%;
    max-width: 45%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=column] > [flex-gt-xs="45"],
  [layout-gt-xs=column] > [flex-gt-xs="45"] {
    flex: 1 1 45%;
    max-width: 100%;
    max-height: 45%;
    box-sizing: border-box;
  }
  [flex-gt-xs="50"] {
    flex: 1 1 50%;
    max-width: 50%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=row] > [flex-gt-xs="50"],
  [layout-gt-xs=row] > [flex-gt-xs="50"] {
    flex: 1 1 50%;
    max-width: 50%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=column] > [flex-gt-xs="50"],
  [layout-gt-xs=column] > [flex-gt-xs="50"] {
    flex: 1 1 50%;
    max-width: 100%;
    max-height: 50%;
    box-sizing: border-box;
  }
  [flex-gt-xs="55"] {
    flex: 1 1 55%;
    max-width: 55%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=row] > [flex-gt-xs="55"],
  [layout-gt-xs=row] > [flex-gt-xs="55"] {
    flex: 1 1 55%;
    max-width: 55%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=column] > [flex-gt-xs="55"],
  [layout-gt-xs=column] > [flex-gt-xs="55"] {
    flex: 1 1 55%;
    max-width: 100%;
    max-height: 55%;
    box-sizing: border-box;
  }
  [flex-gt-xs="60"] {
    flex: 1 1 60%;
    max-width: 60%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=row] > [flex-gt-xs="60"],
  [layout-gt-xs=row] > [flex-gt-xs="60"] {
    flex: 1 1 60%;
    max-width: 60%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=column] > [flex-gt-xs="60"],
  [layout-gt-xs=column] > [flex-gt-xs="60"] {
    flex: 1 1 60%;
    max-width: 100%;
    max-height: 60%;
    box-sizing: border-box;
  }
  [flex-gt-xs="65"] {
    flex: 1 1 65%;
    max-width: 65%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=row] > [flex-gt-xs="65"],
  [layout-gt-xs=row] > [flex-gt-xs="65"] {
    flex: 1 1 65%;
    max-width: 65%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=column] > [flex-gt-xs="65"],
  [layout-gt-xs=column] > [flex-gt-xs="65"] {
    flex: 1 1 65%;
    max-width: 100%;
    max-height: 65%;
    box-sizing: border-box;
  }
  [flex-gt-xs="70"] {
    flex: 1 1 70%;
    max-width: 70%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=row] > [flex-gt-xs="70"],
  [layout-gt-xs=row] > [flex-gt-xs="70"] {
    flex: 1 1 70%;
    max-width: 70%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=column] > [flex-gt-xs="70"],
  [layout-gt-xs=column] > [flex-gt-xs="70"] {
    flex: 1 1 70%;
    max-width: 100%;
    max-height: 70%;
    box-sizing: border-box;
  }
  [flex-gt-xs="75"] {
    flex: 1 1 75%;
    max-width: 75%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=row] > [flex-gt-xs="75"],
  [layout-gt-xs=row] > [flex-gt-xs="75"] {
    flex: 1 1 75%;
    max-width: 75%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=column] > [flex-gt-xs="75"],
  [layout-gt-xs=column] > [flex-gt-xs="75"] {
    flex: 1 1 75%;
    max-width: 100%;
    max-height: 75%;
    box-sizing: border-box;
  }
  [flex-gt-xs="80"] {
    flex: 1 1 80%;
    max-width: 80%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=row] > [flex-gt-xs="80"],
  [layout-gt-xs=row] > [flex-gt-xs="80"] {
    flex: 1 1 80%;
    max-width: 80%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=column] > [flex-gt-xs="80"],
  [layout-gt-xs=column] > [flex-gt-xs="80"] {
    flex: 1 1 80%;
    max-width: 100%;
    max-height: 80%;
    box-sizing: border-box;
  }
  [flex-gt-xs="85"] {
    flex: 1 1 85%;
    max-width: 85%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=row] > [flex-gt-xs="85"],
  [layout-gt-xs=row] > [flex-gt-xs="85"] {
    flex: 1 1 85%;
    max-width: 85%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=column] > [flex-gt-xs="85"],
  [layout-gt-xs=column] > [flex-gt-xs="85"] {
    flex: 1 1 85%;
    max-width: 100%;
    max-height: 85%;
    box-sizing: border-box;
  }
  [flex-gt-xs="90"] {
    flex: 1 1 90%;
    max-width: 90%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=row] > [flex-gt-xs="90"],
  [layout-gt-xs=row] > [flex-gt-xs="90"] {
    flex: 1 1 90%;
    max-width: 90%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=column] > [flex-gt-xs="90"],
  [layout-gt-xs=column] > [flex-gt-xs="90"] {
    flex: 1 1 90%;
    max-width: 100%;
    max-height: 90%;
    box-sizing: border-box;
  }
  [flex-gt-xs="95"] {
    flex: 1 1 95%;
    max-width: 95%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=row] > [flex-gt-xs="95"],
  [layout-gt-xs=row] > [flex-gt-xs="95"] {
    flex: 1 1 95%;
    max-width: 95%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=column] > [flex-gt-xs="95"],
  [layout-gt-xs=column] > [flex-gt-xs="95"] {
    flex: 1 1 95%;
    max-width: 100%;
    max-height: 95%;
    box-sizing: border-box;
  }
  [flex-gt-xs="100"] {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=row] > [flex-gt-xs="100"],
  [layout-gt-xs=row] > [flex-gt-xs="100"] {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=column] > [flex-gt-xs="100"],
  [layout-gt-xs=column] > [flex-gt-xs="100"] {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=row] > [flex-gt-xs="33"],
  [layout=row] > [flex-gt-xs="33"],
  [layout-gt-xs=row] > [flex-gt-xs="33"],
  [layout-gt-xs=row] > [flex-gt-xs="33"] {
    flex: 1 1 33.33%;
    max-width: 33.33%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=row] > [flex-gt-xs="66"],
  [layout=row] > [flex-gt-xs="66"],
  [layout-gt-xs=row] > [flex-gt-xs="66"],
  [layout-gt-xs=row] > [flex-gt-xs="66"] {
    flex: 1 1 66.66%;
    max-width: 66.66%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=column] > [flex-gt-xs="33"],
  [layout=column] > [flex-gt-xs="33"],
  [layout-gt-xs=column] > [flex-gt-xs="33"],
  [layout-gt-xs=column] > [flex-gt-xs="33"] {
    flex: 1 1 33.33%;
    max-width: 100%;
    max-height: 33.33%;
    box-sizing: border-box;
  }
  [layout=column] > [flex-gt-xs="66"],
  [layout=column] > [flex-gt-xs="66"],
  [layout-gt-xs=column] > [flex-gt-xs="66"],
  [layout-gt-xs=column] > [flex-gt-xs="66"] {
    flex: 1 1 66.66%;
    max-width: 100%;
    max-height: 66.66%;
    box-sizing: border-box;
  }
  [layout-gt-xs],
  [layout-gt-xs=column],
  [layout-gt-xs=row] {
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  [layout-gt-xs=column] {
    flex-direction: column;
  }
  [layout-gt-xs=row] {
    flex-direction: row;
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  [hide-sm]:not([show-gt-xs]):not([show-sm]):not([show]),
  [hide-gt-xs]:not([show-gt-xs]):not([show-sm]):not([show]) {
    display: none;
  }
  [hide-sm]:not([show-sm]):not([show]) {
    display: none;
  }
  [flex-order-sm="-20"] {
    order: -20;
  }
  [flex-order-sm="-19"] {
    order: -19;
  }
  [flex-order-sm="-18"] {
    order: -18;
  }
  [flex-order-sm="-17"] {
    order: -17;
  }
  [flex-order-sm="-16"] {
    order: -16;
  }
  [flex-order-sm="-15"] {
    order: -15;
  }
  [flex-order-sm="-14"] {
    order: -14;
  }
  [flex-order-sm="-13"] {
    order: -13;
  }
  [flex-order-sm="-12"] {
    order: -12;
  }
  [flex-order-sm="-11"] {
    order: -11;
  }
  [flex-order-sm="-10"] {
    order: -10;
  }
  [flex-order-sm="-9"] {
    order: -9;
  }
  [flex-order-sm="-8"] {
    order: -8;
  }
  [flex-order-sm="-7"] {
    order: -7;
  }
  [flex-order-sm="-6"] {
    order: -6;
  }
  [flex-order-sm="-5"] {
    order: -5;
  }
  [flex-order-sm="-4"] {
    order: -4;
  }
  [flex-order-sm="-3"] {
    order: -3;
  }
  [flex-order-sm="-2"] {
    order: -2;
  }
  [flex-order-sm="-1"] {
    order: -1;
  }
  [flex-order-sm="0"] {
    order: 0;
  }
  [flex-order-sm="1"] {
    order: 1;
  }
  [flex-order-sm="2"] {
    order: 2;
  }
  [flex-order-sm="3"] {
    order: 3;
  }
  [flex-order-sm="4"] {
    order: 4;
  }
  [flex-order-sm="5"] {
    order: 5;
  }
  [flex-order-sm="6"] {
    order: 6;
  }
  [flex-order-sm="7"] {
    order: 7;
  }
  [flex-order-sm="8"] {
    order: 8;
  }
  [flex-order-sm="9"] {
    order: 9;
  }
  [flex-order-sm="10"] {
    order: 10;
  }
  [flex-order-sm="11"] {
    order: 11;
  }
  [flex-order-sm="12"] {
    order: 12;
  }
  [flex-order-sm="13"] {
    order: 13;
  }
  [flex-order-sm="14"] {
    order: 14;
  }
  [flex-order-sm="15"] {
    order: 15;
  }
  [flex-order-sm="16"] {
    order: 16;
  }
  [flex-order-sm="17"] {
    order: 17;
  }
  [flex-order-sm="18"] {
    order: 18;
  }
  [flex-order-sm="19"] {
    order: 19;
  }
  [flex-order-sm="20"] {
    order: 20;
  }
  [flex-offset-sm="0"] {
    margin-left: 0%;
  }
  [flex-offset-sm="5"] {
    margin-left: 5%;
  }
  [flex-offset-sm="10"] {
    margin-left: 10%;
  }
  [flex-offset-sm="15"] {
    margin-left: 15%;
  }
  [flex-offset-sm="20"] {
    margin-left: 20%;
  }
  [flex-offset-sm="25"] {
    margin-left: 25%;
  }
  [flex-offset-sm="30"] {
    margin-left: 30%;
  }
  [flex-offset-sm="35"] {
    margin-left: 35%;
  }
  [flex-offset-sm="40"] {
    margin-left: 40%;
  }
  [flex-offset-sm="45"] {
    margin-left: 45%;
  }
  [flex-offset-sm="50"] {
    margin-left: 50%;
  }
  [flex-offset-sm="55"] {
    margin-left: 55%;
  }
  [flex-offset-sm="60"] {
    margin-left: 60%;
  }
  [flex-offset-sm="65"] {
    margin-left: 65%;
  }
  [flex-offset-sm="70"] {
    margin-left: 70%;
  }
  [flex-offset-sm="75"] {
    margin-left: 75%;
  }
  [flex-offset-sm="80"] {
    margin-left: 80%;
  }
  [flex-offset-sm="85"] {
    margin-left: 85%;
  }
  [flex-offset-sm="90"] {
    margin-left: 90%;
  }
  [flex-offset-sm="95"] {
    margin-left: 95%;
  }
  [flex-offset-sm="33"] {
    margin-left: 33.3333333333%;
  }
  [flex-offset-sm="66"] {
    margin-left: 66.6666666667%;
  }
  [layout-align-sm],
  [layout-align-sm="start stretch"] {
    justify-content: flex-start;
    align-content: stretch;
    align-items: stretch;
  }
  [layout-align-sm=start],
  [layout-align-sm="start start"],
  [layout-align-sm="start center"],
  [layout-align-sm="start end"],
  [layout-align-sm="start stretch"] {
    justify-content: flex-start;
  }
  [layout-align-sm=center],
  [layout-align-sm="center start"],
  [layout-align-sm="center center"],
  [layout-align-sm="center end"],
  [layout-align-sm="center stretch"] {
    justify-content: center;
  }
  [layout-align-sm=end],
  [layout-align-sm="end center"],
  [layout-align-sm="end start"],
  [layout-align-sm="end end"],
  [layout-align-sm="end stretch"] {
    justify-content: flex-end;
  }
  [layout-align-sm=space-around],
  [layout-align-sm="space-around center"],
  [layout-align-sm="space-around start"],
  [layout-align-sm="space-around end"],
  [layout-align-sm="space-around stretch"] {
    justify-content: space-around;
  }
  [layout-align-sm=space-between],
  [layout-align-sm="space-between center"],
  [layout-align-sm="space-between start"],
  [layout-align-sm="space-between end"],
  [layout-align-sm="space-between stretch"] {
    justify-content: space-between;
  }
  [layout-align-sm="start start"],
  [layout-align-sm="center start"],
  [layout-align-sm="end start"],
  [layout-align-sm="space-between start"],
  [layout-align-sm="space-around start"] {
    align-items: flex-start;
    align-content: flex-start;
  }
  [layout-align-sm="start center"],
  [layout-align-sm="center center"],
  [layout-align-sm="end center"],
  [layout-align-sm="space-between center"],
  [layout-align-sm="space-around center"] {
    align-items: center;
    align-content: center;
    max-width: 100%;
  }
  [layout-align-sm="start center"] > *,
  [layout-align-sm="center center"] > *,
  [layout-align-sm="end center"] > *,
  [layout-align-sm="space-between center"] > *,
  [layout-align-sm="space-around center"] > * {
    max-width: 100%;
    box-sizing: border-box;
  }
  [layout-align-sm="start end"],
  [layout-align-sm="center end"],
  [layout-align-sm="end end"],
  [layout-align-sm="space-between end"],
  [layout-align-sm="space-around end"] {
    align-items: flex-end;
    align-content: flex-end;
  }
  [layout-align-sm="start stretch"],
  [layout-align-sm="center stretch"],
  [layout-align-sm="end stretch"],
  [layout-align-sm="space-between stretch"],
  [layout-align-sm="space-around stretch"] {
    align-items: stretch;
    align-content: stretch;
  }
  [flex-sm] {
    flex: 1;
    box-sizing: border-box;
  }
}
@media screen\fffd  and (min-width: 600px) and (max-width: 959px) {
  [flex-sm] {
    flex: 1 1 0%;
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  [flex-sm-grow] {
    flex: 1 1 100%;
    box-sizing: border-box;
  }
  [flex-sm-initial] {
    flex: 0 1 auto;
    box-sizing: border-box;
  }
  [flex-sm-auto] {
    flex: 1 1 auto;
    box-sizing: border-box;
  }
  [flex-sm-none] {
    flex: 0 0 auto;
    box-sizing: border-box;
  }
  [flex-sm="0"] {
    flex: 1 1 0%;
    max-width: 0%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=row] > [flex-sm="0"],
  [layout-sm=row] > [flex-sm="0"] {
    flex: 1 1 0%;
    max-width: 0%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=column] > [flex-sm="0"],
  [layout-sm=column] > [flex-sm="0"] {
    flex: 1 1 0%;
    max-width: 100%;
    max-height: 0%;
    box-sizing: border-box;
  }
  [flex-sm="5"] {
    flex: 1 1 5%;
    max-width: 5%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=row] > [flex-sm="5"],
  [layout-sm=row] > [flex-sm="5"] {
    flex: 1 1 5%;
    max-width: 5%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=column] > [flex-sm="5"],
  [layout-sm=column] > [flex-sm="5"] {
    flex: 1 1 5%;
    max-width: 100%;
    max-height: 5%;
    box-sizing: border-box;
  }
  [flex-sm="10"] {
    flex: 1 1 10%;
    max-width: 10%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=row] > [flex-sm="10"],
  [layout-sm=row] > [flex-sm="10"] {
    flex: 1 1 10%;
    max-width: 10%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=column] > [flex-sm="10"],
  [layout-sm=column] > [flex-sm="10"] {
    flex: 1 1 10%;
    max-width: 100%;
    max-height: 10%;
    box-sizing: border-box;
  }
  [flex-sm="15"] {
    flex: 1 1 15%;
    max-width: 15%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=row] > [flex-sm="15"],
  [layout-sm=row] > [flex-sm="15"] {
    flex: 1 1 15%;
    max-width: 15%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=column] > [flex-sm="15"],
  [layout-sm=column] > [flex-sm="15"] {
    flex: 1 1 15%;
    max-width: 100%;
    max-height: 15%;
    box-sizing: border-box;
  }
  [flex-sm="20"] {
    flex: 1 1 20%;
    max-width: 20%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=row] > [flex-sm="20"],
  [layout-sm=row] > [flex-sm="20"] {
    flex: 1 1 20%;
    max-width: 20%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=column] > [flex-sm="20"],
  [layout-sm=column] > [flex-sm="20"] {
    flex: 1 1 20%;
    max-width: 100%;
    max-height: 20%;
    box-sizing: border-box;
  }
  [flex-sm="25"] {
    flex: 1 1 25%;
    max-width: 25%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=row] > [flex-sm="25"],
  [layout-sm=row] > [flex-sm="25"] {
    flex: 1 1 25%;
    max-width: 25%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=column] > [flex-sm="25"],
  [layout-sm=column] > [flex-sm="25"] {
    flex: 1 1 25%;
    max-width: 100%;
    max-height: 25%;
    box-sizing: border-box;
  }
  [flex-sm="30"] {
    flex: 1 1 30%;
    max-width: 30%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=row] > [flex-sm="30"],
  [layout-sm=row] > [flex-sm="30"] {
    flex: 1 1 30%;
    max-width: 30%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=column] > [flex-sm="30"],
  [layout-sm=column] > [flex-sm="30"] {
    flex: 1 1 30%;
    max-width: 100%;
    max-height: 30%;
    box-sizing: border-box;
  }
  [flex-sm="35"] {
    flex: 1 1 35%;
    max-width: 35%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=row] > [flex-sm="35"],
  [layout-sm=row] > [flex-sm="35"] {
    flex: 1 1 35%;
    max-width: 35%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=column] > [flex-sm="35"],
  [layout-sm=column] > [flex-sm="35"] {
    flex: 1 1 35%;
    max-width: 100%;
    max-height: 35%;
    box-sizing: border-box;
  }
  [flex-sm="40"] {
    flex: 1 1 40%;
    max-width: 40%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=row] > [flex-sm="40"],
  [layout-sm=row] > [flex-sm="40"] {
    flex: 1 1 40%;
    max-width: 40%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=column] > [flex-sm="40"],
  [layout-sm=column] > [flex-sm="40"] {
    flex: 1 1 40%;
    max-width: 100%;
    max-height: 40%;
    box-sizing: border-box;
  }
  [flex-sm="45"] {
    flex: 1 1 45%;
    max-width: 45%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=row] > [flex-sm="45"],
  [layout-sm=row] > [flex-sm="45"] {
    flex: 1 1 45%;
    max-width: 45%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=column] > [flex-sm="45"],
  [layout-sm=column] > [flex-sm="45"] {
    flex: 1 1 45%;
    max-width: 100%;
    max-height: 45%;
    box-sizing: border-box;
  }
  [flex-sm="50"] {
    flex: 1 1 50%;
    max-width: 50%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=row] > [flex-sm="50"],
  [layout-sm=row] > [flex-sm="50"] {
    flex: 1 1 50%;
    max-width: 50%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=column] > [flex-sm="50"],
  [layout-sm=column] > [flex-sm="50"] {
    flex: 1 1 50%;
    max-width: 100%;
    max-height: 50%;
    box-sizing: border-box;
  }
  [flex-sm="55"] {
    flex: 1 1 55%;
    max-width: 55%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=row] > [flex-sm="55"],
  [layout-sm=row] > [flex-sm="55"] {
    flex: 1 1 55%;
    max-width: 55%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=column] > [flex-sm="55"],
  [layout-sm=column] > [flex-sm="55"] {
    flex: 1 1 55%;
    max-width: 100%;
    max-height: 55%;
    box-sizing: border-box;
  }
  [flex-sm="60"] {
    flex: 1 1 60%;
    max-width: 60%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=row] > [flex-sm="60"],
  [layout-sm=row] > [flex-sm="60"] {
    flex: 1 1 60%;
    max-width: 60%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=column] > [flex-sm="60"],
  [layout-sm=column] > [flex-sm="60"] {
    flex: 1 1 60%;
    max-width: 100%;
    max-height: 60%;
    box-sizing: border-box;
  }
  [flex-sm="65"] {
    flex: 1 1 65%;
    max-width: 65%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=row] > [flex-sm="65"],
  [layout-sm=row] > [flex-sm="65"] {
    flex: 1 1 65%;
    max-width: 65%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=column] > [flex-sm="65"],
  [layout-sm=column] > [flex-sm="65"] {
    flex: 1 1 65%;
    max-width: 100%;
    max-height: 65%;
    box-sizing: border-box;
  }
  [flex-sm="70"] {
    flex: 1 1 70%;
    max-width: 70%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=row] > [flex-sm="70"],
  [layout-sm=row] > [flex-sm="70"] {
    flex: 1 1 70%;
    max-width: 70%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=column] > [flex-sm="70"],
  [layout-sm=column] > [flex-sm="70"] {
    flex: 1 1 70%;
    max-width: 100%;
    max-height: 70%;
    box-sizing: border-box;
  }
  [flex-sm="75"] {
    flex: 1 1 75%;
    max-width: 75%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=row] > [flex-sm="75"],
  [layout-sm=row] > [flex-sm="75"] {
    flex: 1 1 75%;
    max-width: 75%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=column] > [flex-sm="75"],
  [layout-sm=column] > [flex-sm="75"] {
    flex: 1 1 75%;
    max-width: 100%;
    max-height: 75%;
    box-sizing: border-box;
  }
  [flex-sm="80"] {
    flex: 1 1 80%;
    max-width: 80%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=row] > [flex-sm="80"],
  [layout-sm=row] > [flex-sm="80"] {
    flex: 1 1 80%;
    max-width: 80%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=column] > [flex-sm="80"],
  [layout-sm=column] > [flex-sm="80"] {
    flex: 1 1 80%;
    max-width: 100%;
    max-height: 80%;
    box-sizing: border-box;
  }
  [flex-sm="85"] {
    flex: 1 1 85%;
    max-width: 85%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=row] > [flex-sm="85"],
  [layout-sm=row] > [flex-sm="85"] {
    flex: 1 1 85%;
    max-width: 85%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=column] > [flex-sm="85"],
  [layout-sm=column] > [flex-sm="85"] {
    flex: 1 1 85%;
    max-width: 100%;
    max-height: 85%;
    box-sizing: border-box;
  }
  [flex-sm="90"] {
    flex: 1 1 90%;
    max-width: 90%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=row] > [flex-sm="90"],
  [layout-sm=row] > [flex-sm="90"] {
    flex: 1 1 90%;
    max-width: 90%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=column] > [flex-sm="90"],
  [layout-sm=column] > [flex-sm="90"] {
    flex: 1 1 90%;
    max-width: 100%;
    max-height: 90%;
    box-sizing: border-box;
  }
  [flex-sm="95"] {
    flex: 1 1 95%;
    max-width: 95%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=row] > [flex-sm="95"],
  [layout-sm=row] > [flex-sm="95"] {
    flex: 1 1 95%;
    max-width: 95%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=column] > [flex-sm="95"],
  [layout-sm=column] > [flex-sm="95"] {
    flex: 1 1 95%;
    max-width: 100%;
    max-height: 95%;
    box-sizing: border-box;
  }
  [flex-sm="100"] {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=row] > [flex-sm="100"],
  [layout-sm=row] > [flex-sm="100"] {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=column] > [flex-sm="100"],
  [layout-sm=column] > [flex-sm="100"] {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=row] > [flex-sm="33"],
  [layout=row] > [flex-sm="33"],
  [layout-sm=row] > [flex-sm="33"],
  [layout-sm=row] > [flex-sm="33"] {
    flex: 1 1 33.33%;
    max-width: 33.33%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=row] > [flex-sm="66"],
  [layout=row] > [flex-sm="66"],
  [layout-sm=row] > [flex-sm="66"],
  [layout-sm=row] > [flex-sm="66"] {
    flex: 1 1 66.66%;
    max-width: 66.66%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=column] > [flex-sm="33"],
  [layout=column] > [flex-sm="33"],
  [layout-sm=column] > [flex-sm="33"],
  [layout-sm=column] > [flex-sm="33"] {
    flex: 1 1 33.33%;
    max-width: 100%;
    max-height: 33.33%;
    box-sizing: border-box;
  }
  [layout=column] > [flex-sm="66"],
  [layout=column] > [flex-sm="66"],
  [layout-sm=column] > [flex-sm="66"],
  [layout-sm=column] > [flex-sm="66"] {
    flex: 1 1 66.66%;
    max-width: 100%;
    max-height: 66.66%;
    box-sizing: border-box;
  }
  [layout-sm],
  [layout-sm=column],
  [layout-sm=row] {
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  [layout-sm=column] {
    flex-direction: column;
  }
  [layout-sm=row] {
    flex-direction: row;
  }
}
@media (min-width: 960px) {
  [flex-order-gt-sm="-20"] {
    order: -20;
  }
  [flex-order-gt-sm="-19"] {
    order: -19;
  }
  [flex-order-gt-sm="-18"] {
    order: -18;
  }
  [flex-order-gt-sm="-17"] {
    order: -17;
  }
  [flex-order-gt-sm="-16"] {
    order: -16;
  }
  [flex-order-gt-sm="-15"] {
    order: -15;
  }
  [flex-order-gt-sm="-14"] {
    order: -14;
  }
  [flex-order-gt-sm="-13"] {
    order: -13;
  }
  [flex-order-gt-sm="-12"] {
    order: -12;
  }
  [flex-order-gt-sm="-11"] {
    order: -11;
  }
  [flex-order-gt-sm="-10"] {
    order: -10;
  }
  [flex-order-gt-sm="-9"] {
    order: -9;
  }
  [flex-order-gt-sm="-8"] {
    order: -8;
  }
  [flex-order-gt-sm="-7"] {
    order: -7;
  }
  [flex-order-gt-sm="-6"] {
    order: -6;
  }
  [flex-order-gt-sm="-5"] {
    order: -5;
  }
  [flex-order-gt-sm="-4"] {
    order: -4;
  }
  [flex-order-gt-sm="-3"] {
    order: -3;
  }
  [flex-order-gt-sm="-2"] {
    order: -2;
  }
  [flex-order-gt-sm="-1"] {
    order: -1;
  }
  [flex-order-gt-sm="0"] {
    order: 0;
  }
  [flex-order-gt-sm="1"] {
    order: 1;
  }
  [flex-order-gt-sm="2"] {
    order: 2;
  }
  [flex-order-gt-sm="3"] {
    order: 3;
  }
  [flex-order-gt-sm="4"] {
    order: 4;
  }
  [flex-order-gt-sm="5"] {
    order: 5;
  }
  [flex-order-gt-sm="6"] {
    order: 6;
  }
  [flex-order-gt-sm="7"] {
    order: 7;
  }
  [flex-order-gt-sm="8"] {
    order: 8;
  }
  [flex-order-gt-sm="9"] {
    order: 9;
  }
  [flex-order-gt-sm="10"] {
    order: 10;
  }
  [flex-order-gt-sm="11"] {
    order: 11;
  }
  [flex-order-gt-sm="12"] {
    order: 12;
  }
  [flex-order-gt-sm="13"] {
    order: 13;
  }
  [flex-order-gt-sm="14"] {
    order: 14;
  }
  [flex-order-gt-sm="15"] {
    order: 15;
  }
  [flex-order-gt-sm="16"] {
    order: 16;
  }
  [flex-order-gt-sm="17"] {
    order: 17;
  }
  [flex-order-gt-sm="18"] {
    order: 18;
  }
  [flex-order-gt-sm="19"] {
    order: 19;
  }
  [flex-order-gt-sm="20"] {
    order: 20;
  }
  [flex-offset-gt-sm="0"] {
    margin-left: 0%;
  }
  [flex-offset-gt-sm="5"] {
    margin-left: 5%;
  }
  [flex-offset-gt-sm="10"] {
    margin-left: 10%;
  }
  [flex-offset-gt-sm="15"] {
    margin-left: 15%;
  }
  [flex-offset-gt-sm="20"] {
    margin-left: 20%;
  }
  [flex-offset-gt-sm="25"] {
    margin-left: 25%;
  }
  [flex-offset-gt-sm="30"] {
    margin-left: 30%;
  }
  [flex-offset-gt-sm="35"] {
    margin-left: 35%;
  }
  [flex-offset-gt-sm="40"] {
    margin-left: 40%;
  }
  [flex-offset-gt-sm="45"] {
    margin-left: 45%;
  }
  [flex-offset-gt-sm="50"] {
    margin-left: 50%;
  }
  [flex-offset-gt-sm="55"] {
    margin-left: 55%;
  }
  [flex-offset-gt-sm="60"] {
    margin-left: 60%;
  }
  [flex-offset-gt-sm="65"] {
    margin-left: 65%;
  }
  [flex-offset-gt-sm="70"] {
    margin-left: 70%;
  }
  [flex-offset-gt-sm="75"] {
    margin-left: 75%;
  }
  [flex-offset-gt-sm="80"] {
    margin-left: 80%;
  }
  [flex-offset-gt-sm="85"] {
    margin-left: 85%;
  }
  [flex-offset-gt-sm="90"] {
    margin-left: 90%;
  }
  [flex-offset-gt-sm="95"] {
    margin-left: 95%;
  }
  [flex-offset-gt-sm="33"] {
    margin-left: 33.3333333333%;
  }
  [flex-offset-gt-sm="66"] {
    margin-left: 66.6666666667%;
  }
  [layout-align-gt-sm],
  [layout-align-gt-sm="start stretch"] {
    justify-content: flex-start;
    align-content: stretch;
    align-items: stretch;
  }
  [layout-align-gt-sm=start],
  [layout-align-gt-sm="start start"],
  [layout-align-gt-sm="start center"],
  [layout-align-gt-sm="start end"],
  [layout-align-gt-sm="start stretch"] {
    justify-content: flex-start;
  }
  [layout-align-gt-sm=center],
  [layout-align-gt-sm="center start"],
  [layout-align-gt-sm="center center"],
  [layout-align-gt-sm="center end"],
  [layout-align-gt-sm="center stretch"] {
    justify-content: center;
  }
  [layout-align-gt-sm=end],
  [layout-align-gt-sm="end center"],
  [layout-align-gt-sm="end start"],
  [layout-align-gt-sm="end end"],
  [layout-align-gt-sm="end stretch"] {
    justify-content: flex-end;
  }
  [layout-align-gt-sm=space-around],
  [layout-align-gt-sm="space-around center"],
  [layout-align-gt-sm="space-around start"],
  [layout-align-gt-sm="space-around end"],
  [layout-align-gt-sm="space-around stretch"] {
    justify-content: space-around;
  }
  [layout-align-gt-sm=space-between],
  [layout-align-gt-sm="space-between center"],
  [layout-align-gt-sm="space-between start"],
  [layout-align-gt-sm="space-between end"],
  [layout-align-gt-sm="space-between stretch"] {
    justify-content: space-between;
  }
  [layout-align-gt-sm="start start"],
  [layout-align-gt-sm="center start"],
  [layout-align-gt-sm="end start"],
  [layout-align-gt-sm="space-between start"],
  [layout-align-gt-sm="space-around start"] {
    align-items: flex-start;
    align-content: flex-start;
  }
  [layout-align-gt-sm="start center"],
  [layout-align-gt-sm="center center"],
  [layout-align-gt-sm="end center"],
  [layout-align-gt-sm="space-between center"],
  [layout-align-gt-sm="space-around center"] {
    align-items: center;
    align-content: center;
    max-width: 100%;
  }
  [layout-align-gt-sm="start center"] > *,
  [layout-align-gt-sm="center center"] > *,
  [layout-align-gt-sm="end center"] > *,
  [layout-align-gt-sm="space-between center"] > *,
  [layout-align-gt-sm="space-around center"] > * {
    max-width: 100%;
    box-sizing: border-box;
  }
  [layout-align-gt-sm="start end"],
  [layout-align-gt-sm="center end"],
  [layout-align-gt-sm="end end"],
  [layout-align-gt-sm="space-between end"],
  [layout-align-gt-sm="space-around end"] {
    align-items: flex-end;
    align-content: flex-end;
  }
  [layout-align-gt-sm="start stretch"],
  [layout-align-gt-sm="center stretch"],
  [layout-align-gt-sm="end stretch"],
  [layout-align-gt-sm="space-between stretch"],
  [layout-align-gt-sm="space-around stretch"] {
    align-items: stretch;
    align-content: stretch;
  }
  [flex-gt-sm] {
    flex: 1;
    box-sizing: border-box;
  }
}
@media screen\fffd  and (min-width: 960px) {
  [flex-gt-sm] {
    flex: 1 1 0%;
  }
}
@media (min-width: 960px) {
  [flex-gt-sm-grow] {
    flex: 1 1 100%;
    box-sizing: border-box;
  }
  [flex-gt-sm-initial] {
    flex: 0 1 auto;
    box-sizing: border-box;
  }
  [flex-gt-sm-auto] {
    flex: 1 1 auto;
    box-sizing: border-box;
  }
  [flex-gt-sm-none] {
    flex: 0 0 auto;
    box-sizing: border-box;
  }
  [flex-gt-sm="0"] {
    flex: 1 1 0%;
    max-width: 0%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=row] > [flex-gt-sm="0"],
  [layout-gt-sm=row] > [flex-gt-sm="0"] {
    flex: 1 1 0%;
    max-width: 0%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=column] > [flex-gt-sm="0"],
  [layout-gt-sm=column] > [flex-gt-sm="0"] {
    flex: 1 1 0%;
    max-width: 100%;
    max-height: 0%;
    box-sizing: border-box;
  }
  [flex-gt-sm="5"] {
    flex: 1 1 5%;
    max-width: 5%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=row] > [flex-gt-sm="5"],
  [layout-gt-sm=row] > [flex-gt-sm="5"] {
    flex: 1 1 5%;
    max-width: 5%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=column] > [flex-gt-sm="5"],
  [layout-gt-sm=column] > [flex-gt-sm="5"] {
    flex: 1 1 5%;
    max-width: 100%;
    max-height: 5%;
    box-sizing: border-box;
  }
  [flex-gt-sm="10"] {
    flex: 1 1 10%;
    max-width: 10%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=row] > [flex-gt-sm="10"],
  [layout-gt-sm=row] > [flex-gt-sm="10"] {
    flex: 1 1 10%;
    max-width: 10%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=column] > [flex-gt-sm="10"],
  [layout-gt-sm=column] > [flex-gt-sm="10"] {
    flex: 1 1 10%;
    max-width: 100%;
    max-height: 10%;
    box-sizing: border-box;
  }
  [flex-gt-sm="15"] {
    flex: 1 1 15%;
    max-width: 15%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=row] > [flex-gt-sm="15"],
  [layout-gt-sm=row] > [flex-gt-sm="15"] {
    flex: 1 1 15%;
    max-width: 15%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=column] > [flex-gt-sm="15"],
  [layout-gt-sm=column] > [flex-gt-sm="15"] {
    flex: 1 1 15%;
    max-width: 100%;
    max-height: 15%;
    box-sizing: border-box;
  }
  [flex-gt-sm="20"] {
    flex: 1 1 20%;
    max-width: 20%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=row] > [flex-gt-sm="20"],
  [layout-gt-sm=row] > [flex-gt-sm="20"] {
    flex: 1 1 20%;
    max-width: 20%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=column] > [flex-gt-sm="20"],
  [layout-gt-sm=column] > [flex-gt-sm="20"] {
    flex: 1 1 20%;
    max-width: 100%;
    max-height: 20%;
    box-sizing: border-box;
  }
  [flex-gt-sm="25"] {
    flex: 1 1 25%;
    max-width: 25%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=row] > [flex-gt-sm="25"],
  [layout-gt-sm=row] > [flex-gt-sm="25"] {
    flex: 1 1 25%;
    max-width: 25%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=column] > [flex-gt-sm="25"],
  [layout-gt-sm=column] > [flex-gt-sm="25"] {
    flex: 1 1 25%;
    max-width: 100%;
    max-height: 25%;
    box-sizing: border-box;
  }
  [flex-gt-sm="30"] {
    flex: 1 1 30%;
    max-width: 30%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=row] > [flex-gt-sm="30"],
  [layout-gt-sm=row] > [flex-gt-sm="30"] {
    flex: 1 1 30%;
    max-width: 30%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=column] > [flex-gt-sm="30"],
  [layout-gt-sm=column] > [flex-gt-sm="30"] {
    flex: 1 1 30%;
    max-width: 100%;
    max-height: 30%;
    box-sizing: border-box;
  }
  [flex-gt-sm="35"] {
    flex: 1 1 35%;
    max-width: 35%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=row] > [flex-gt-sm="35"],
  [layout-gt-sm=row] > [flex-gt-sm="35"] {
    flex: 1 1 35%;
    max-width: 35%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=column] > [flex-gt-sm="35"],
  [layout-gt-sm=column] > [flex-gt-sm="35"] {
    flex: 1 1 35%;
    max-width: 100%;
    max-height: 35%;
    box-sizing: border-box;
  }
  [flex-gt-sm="40"] {
    flex: 1 1 40%;
    max-width: 40%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=row] > [flex-gt-sm="40"],
  [layout-gt-sm=row] > [flex-gt-sm="40"] {
    flex: 1 1 40%;
    max-width: 40%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=column] > [flex-gt-sm="40"],
  [layout-gt-sm=column] > [flex-gt-sm="40"] {
    flex: 1 1 40%;
    max-width: 100%;
    max-height: 40%;
    box-sizing: border-box;
  }
  [flex-gt-sm="45"] {
    flex: 1 1 45%;
    max-width: 45%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=row] > [flex-gt-sm="45"],
  [layout-gt-sm=row] > [flex-gt-sm="45"] {
    flex: 1 1 45%;
    max-width: 45%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=column] > [flex-gt-sm="45"],
  [layout-gt-sm=column] > [flex-gt-sm="45"] {
    flex: 1 1 45%;
    max-width: 100%;
    max-height: 45%;
    box-sizing: border-box;
  }
  [flex-gt-sm="50"] {
    flex: 1 1 50%;
    max-width: 50%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=row] > [flex-gt-sm="50"],
  [layout-gt-sm=row] > [flex-gt-sm="50"] {
    flex: 1 1 50%;
    max-width: 50%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=column] > [flex-gt-sm="50"],
  [layout-gt-sm=column] > [flex-gt-sm="50"] {
    flex: 1 1 50%;
    max-width: 100%;
    max-height: 50%;
    box-sizing: border-box;
  }
  [flex-gt-sm="55"] {
    flex: 1 1 55%;
    max-width: 55%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=row] > [flex-gt-sm="55"],
  [layout-gt-sm=row] > [flex-gt-sm="55"] {
    flex: 1 1 55%;
    max-width: 55%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=column] > [flex-gt-sm="55"],
  [layout-gt-sm=column] > [flex-gt-sm="55"] {
    flex: 1 1 55%;
    max-width: 100%;
    max-height: 55%;
    box-sizing: border-box;
  }
  [flex-gt-sm="60"] {
    flex: 1 1 60%;
    max-width: 60%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=row] > [flex-gt-sm="60"],
  [layout-gt-sm=row] > [flex-gt-sm="60"] {
    flex: 1 1 60%;
    max-width: 60%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=column] > [flex-gt-sm="60"],
  [layout-gt-sm=column] > [flex-gt-sm="60"] {
    flex: 1 1 60%;
    max-width: 100%;
    max-height: 60%;
    box-sizing: border-box;
  }
  [flex-gt-sm="65"] {
    flex: 1 1 65%;
    max-width: 65%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=row] > [flex-gt-sm="65"],
  [layout-gt-sm=row] > [flex-gt-sm="65"] {
    flex: 1 1 65%;
    max-width: 65%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=column] > [flex-gt-sm="65"],
  [layout-gt-sm=column] > [flex-gt-sm="65"] {
    flex: 1 1 65%;
    max-width: 100%;
    max-height: 65%;
    box-sizing: border-box;
  }
  [flex-gt-sm="70"] {
    flex: 1 1 70%;
    max-width: 70%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=row] > [flex-gt-sm="70"],
  [layout-gt-sm=row] > [flex-gt-sm="70"] {
    flex: 1 1 70%;
    max-width: 70%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=column] > [flex-gt-sm="70"],
  [layout-gt-sm=column] > [flex-gt-sm="70"] {
    flex: 1 1 70%;
    max-width: 100%;
    max-height: 70%;
    box-sizing: border-box;
  }
  [flex-gt-sm="75"] {
    flex: 1 1 75%;
    max-width: 75%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=row] > [flex-gt-sm="75"],
  [layout-gt-sm=row] > [flex-gt-sm="75"] {
    flex: 1 1 75%;
    max-width: 75%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=column] > [flex-gt-sm="75"],
  [layout-gt-sm=column] > [flex-gt-sm="75"] {
    flex: 1 1 75%;
    max-width: 100%;
    max-height: 75%;
    box-sizing: border-box;
  }
  [flex-gt-sm="80"] {
    flex: 1 1 80%;
    max-width: 80%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=row] > [flex-gt-sm="80"],
  [layout-gt-sm=row] > [flex-gt-sm="80"] {
    flex: 1 1 80%;
    max-width: 80%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=column] > [flex-gt-sm="80"],
  [layout-gt-sm=column] > [flex-gt-sm="80"] {
    flex: 1 1 80%;
    max-width: 100%;
    max-height: 80%;
    box-sizing: border-box;
  }
  [flex-gt-sm="85"] {
    flex: 1 1 85%;
    max-width: 85%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=row] > [flex-gt-sm="85"],
  [layout-gt-sm=row] > [flex-gt-sm="85"] {
    flex: 1 1 85%;
    max-width: 85%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=column] > [flex-gt-sm="85"],
  [layout-gt-sm=column] > [flex-gt-sm="85"] {
    flex: 1 1 85%;
    max-width: 100%;
    max-height: 85%;
    box-sizing: border-box;
  }
  [flex-gt-sm="90"] {
    flex: 1 1 90%;
    max-width: 90%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=row] > [flex-gt-sm="90"],
  [layout-gt-sm=row] > [flex-gt-sm="90"] {
    flex: 1 1 90%;
    max-width: 90%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=column] > [flex-gt-sm="90"],
  [layout-gt-sm=column] > [flex-gt-sm="90"] {
    flex: 1 1 90%;
    max-width: 100%;
    max-height: 90%;
    box-sizing: border-box;
  }
  [flex-gt-sm="95"] {
    flex: 1 1 95%;
    max-width: 95%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=row] > [flex-gt-sm="95"],
  [layout-gt-sm=row] > [flex-gt-sm="95"] {
    flex: 1 1 95%;
    max-width: 95%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=column] > [flex-gt-sm="95"],
  [layout-gt-sm=column] > [flex-gt-sm="95"] {
    flex: 1 1 95%;
    max-width: 100%;
    max-height: 95%;
    box-sizing: border-box;
  }
  [flex-gt-sm="100"] {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=row] > [flex-gt-sm="100"],
  [layout-gt-sm=row] > [flex-gt-sm="100"] {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=column] > [flex-gt-sm="100"],
  [layout-gt-sm=column] > [flex-gt-sm="100"] {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=row] > [flex-gt-sm="33"],
  [layout=row] > [flex-gt-sm="33"],
  [layout-gt-sm=row] > [flex-gt-sm="33"],
  [layout-gt-sm=row] > [flex-gt-sm="33"] {
    flex: 1 1 33.33%;
    max-width: 33.33%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=row] > [flex-gt-sm="66"],
  [layout=row] > [flex-gt-sm="66"],
  [layout-gt-sm=row] > [flex-gt-sm="66"],
  [layout-gt-sm=row] > [flex-gt-sm="66"] {
    flex: 1 1 66.66%;
    max-width: 66.66%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=column] > [flex-gt-sm="33"],
  [layout=column] > [flex-gt-sm="33"],
  [layout-gt-sm=column] > [flex-gt-sm="33"],
  [layout-gt-sm=column] > [flex-gt-sm="33"] {
    flex: 1 1 33.33%;
    max-width: 100%;
    max-height: 33.33%;
    box-sizing: border-box;
  }
  [layout=column] > [flex-gt-sm="66"],
  [layout=column] > [flex-gt-sm="66"],
  [layout-gt-sm=column] > [flex-gt-sm="66"],
  [layout-gt-sm=column] > [flex-gt-sm="66"] {
    flex: 1 1 66.66%;
    max-width: 100%;
    max-height: 66.66%;
    box-sizing: border-box;
  }
  [layout-gt-sm],
  [layout-gt-sm=column],
  [layout-gt-sm=row] {
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  [layout-gt-sm=column] {
    flex-direction: column;
  }
  [layout-gt-sm=row] {
    flex-direction: row;
  }
}
@media (min-width: 960px) and (max-width: 1279px) {
  [hide]: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-gt-sm]:not([show-gt-xs]):not([show-gt-sm]):not([show-md]):not([show]) {
    display: none;
  }
  [hide-md]:not([show-md]):not([show]) {
    display: none;
  }
  [flex-order-md="-20"] {
    order: -20;
  }
  [flex-order-md="-19"] {
    order: -19;
  }
  [flex-order-md="-18"] {
    order: -18;
  }
  [flex-order-md="-17"] {
    order: -17;
  }
  [flex-order-md="-16"] {
    order: -16;
  }
  [flex-order-md="-15"] {
    order: -15;
  }
  [flex-order-md="-14"] {
    order: -14;
  }
  [flex-order-md="-13"] {
    order: -13;
  }
  [flex-order-md="-12"] {
    order: -12;
  }
  [flex-order-md="-11"] {
    order: -11;
  }
  [flex-order-md="-10"] {
    order: -10;
  }
  [flex-order-md="-9"] {
    order: -9;
  }
  [flex-order-md="-8"] {
    order: -8;
  }
  [flex-order-md="-7"] {
    order: -7;
  }
  [flex-order-md="-6"] {
    order: -6;
  }
  [flex-order-md="-5"] {
    order: -5;
  }
  [flex-order-md="-4"] {
    order: -4;
  }
  [flex-order-md="-3"] {
    order: -3;
  }
  [flex-order-md="-2"] {
    order: -2;
  }
  [flex-order-md="-1"] {
    order: -1;
  }
  [flex-order-md="0"] {
    order: 0;
  }
  [flex-order-md="1"] {
    order: 1;
  }
  [flex-order-md="2"] {
    order: 2;
  }
  [flex-order-md="3"] {
    order: 3;
  }
  [flex-order-md="4"] {
    order: 4;
  }
  [flex-order-md="5"] {
    order: 5;
  }
  [flex-order-md="6"] {
    order: 6;
  }
  [flex-order-md="7"] {
    order: 7;
  }
  [flex-order-md="8"] {
    order: 8;
  }
  [flex-order-md="9"] {
    order: 9;
  }
  [flex-order-md="10"] {
    order: 10;
  }
  [flex-order-md="11"] {
    order: 11;
  }
  [flex-order-md="12"] {
    order: 12;
  }
  [flex-order-md="13"] {
    order: 13;
  }
  [flex-order-md="14"] {
    order: 14;
  }
  [flex-order-md="15"] {
    order: 15;
  }
  [flex-order-md="16"] {
    order: 16;
  }
  [flex-order-md="17"] {
    order: 17;
  }
  [flex-order-md="18"] {
    order: 18;
  }
  [flex-order-md="19"] {
    order: 19;
  }
  [flex-order-md="20"] {
    order: 20;
  }
  [flex-offset-md="0"] {
    margin-left: 0%;
  }
  [flex-offset-md="5"] {
    margin-left: 5%;
  }
  [flex-offset-md="10"] {
    margin-left: 10%;
  }
  [flex-offset-md="15"] {
    margin-left: 15%;
  }
  [flex-offset-md="20"] {
    margin-left: 20%;
  }
  [flex-offset-md="25"] {
    margin-left: 25%;
  }
  [flex-offset-md="30"] {
    margin-left: 30%;
  }
  [flex-offset-md="35"] {
    margin-left: 35%;
  }
  [flex-offset-md="40"] {
    margin-left: 40%;
  }
  [flex-offset-md="45"] {
    margin-left: 45%;
  }
  [flex-offset-md="50"] {
    margin-left: 50%;
  }
  [flex-offset-md="55"] {
    margin-left: 55%;
  }
  [flex-offset-md="60"] {
    margin-left: 60%;
  }
  [flex-offset-md="65"] {
    margin-left: 65%;
  }
  [flex-offset-md="70"] {
    margin-left: 70%;
  }
  [flex-offset-md="75"] {
    margin-left: 75%;
  }
  [flex-offset-md="80"] {
    margin-left: 80%;
  }
  [flex-offset-md="85"] {
    margin-left: 85%;
  }
  [flex-offset-md="90"] {
    margin-left: 90%;
  }
  [flex-offset-md="95"] {
    margin-left: 95%;
  }
  [flex-offset-md="33"] {
    margin-left: 33.3333333333%;
  }
  [flex-offset-md="66"] {
    margin-left: 66.6666666667%;
  }
  [layout-align-md],
  [layout-align-md="start stretch"] {
    justify-content: flex-start;
    align-content: stretch;
    align-items: stretch;
  }
  [layout-align-md=start],
  [layout-align-md="start start"],
  [layout-align-md="start center"],
  [layout-align-md="start end"],
  [layout-align-md="start stretch"] {
    justify-content: flex-start;
  }
  [layout-align-md=center],
  [layout-align-md="center start"],
  [layout-align-md="center center"],
  [layout-align-md="center end"],
  [layout-align-md="center stretch"] {
    justify-content: center;
  }
  [layout-align-md=end],
  [layout-align-md="end center"],
  [layout-align-md="end start"],
  [layout-align-md="end end"],
  [layout-align-md="end stretch"] {
    justify-content: flex-end;
  }
  [layout-align-md=space-around],
  [layout-align-md="space-around center"],
  [layout-align-md="space-around start"],
  [layout-align-md="space-around end"],
  [layout-align-md="space-around stretch"] {
    justify-content: space-around;
  }
  [layout-align-md=space-between],
  [layout-align-md="space-between center"],
  [layout-align-md="space-between start"],
  [layout-align-md="space-between end"],
  [layout-align-md="space-between stretch"] {
    justify-content: space-between;
  }
  [layout-align-md="start start"],
  [layout-align-md="center start"],
  [layout-align-md="end start"],
  [layout-align-md="space-between start"],
  [layout-align-md="space-around start"] {
    align-items: flex-start;
    align-content: flex-start;
  }
  [layout-align-md="start center"],
  [layout-align-md="center center"],
  [layout-align-md="end center"],
  [layout-align-md="space-between center"],
  [layout-align-md="space-around center"] {
    align-items: center;
    align-content: center;
    max-width: 100%;
  }
  [layout-align-md="start center"] > *,
  [layout-align-md="center center"] > *,
  [layout-align-md="end center"] > *,
  [layout-align-md="space-between center"] > *,
  [layout-align-md="space-around center"] > * {
    max-width: 100%;
    box-sizing: border-box;
  }
  [layout-align-md="start end"],
  [layout-align-md="center end"],
  [layout-align-md="end end"],
  [layout-align-md="space-between end"],
  [layout-align-md="space-around end"] {
    align-items: flex-end;
    align-content: flex-end;
  }
  [layout-align-md="start stretch"],
  [layout-align-md="center stretch"],
  [layout-align-md="end stretch"],
  [layout-align-md="space-between stretch"],
  [layout-align-md="space-around stretch"] {
    align-items: stretch;
    align-content: stretch;
  }
  [flex-md] {
    flex: 1;
    box-sizing: border-box;
  }
}
@media screen\fffd  and (min-width: 960px) and (max-width: 1279px) {
  [flex-md] {
    flex: 1 1 0%;
  }
}
@media (min-width: 960px) and (max-width: 1279px) {
  [flex-md-grow] {
    flex: 1 1 100%;
    box-sizing: border-box;
  }
  [flex-md-initial] {
    flex: 0 1 auto;
    box-sizing: border-box;
  }
  [flex-md-auto] {
    flex: 1 1 auto;
    box-sizing: border-box;
  }
  [flex-md-none] {
    flex: 0 0 auto;
    box-sizing: border-box;
  }
  [flex-md="0"] {
    flex: 1 1 0%;
    max-width: 0%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=row] > [flex-md="0"],
  [layout-md=row] > [flex-md="0"] {
    flex: 1 1 0%;
    max-width: 0%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=column] > [flex-md="0"],
  [layout-md=column] > [flex-md="0"] {
    flex: 1 1 0%;
    max-width: 100%;
    max-height: 0%;
    box-sizing: border-box;
  }
  [flex-md="5"] {
    flex: 1 1 5%;
    max-width: 5%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=row] > [flex-md="5"],
  [layout-md=row] > [flex-md="5"] {
    flex: 1 1 5%;
    max-width: 5%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=column] > [flex-md="5"],
  [layout-md=column] > [flex-md="5"] {
    flex: 1 1 5%;
    max-width: 100%;
    max-height: 5%;
    box-sizing: border-box;
  }
  [flex-md="10"] {
    flex: 1 1 10%;
    max-width: 10%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=row] > [flex-md="10"],
  [layout-md=row] > [flex-md="10"] {
    flex: 1 1 10%;
    max-width: 10%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=column] > [flex-md="10"],
  [layout-md=column] > [flex-md="10"] {
    flex: 1 1 10%;
    max-width: 100%;
    max-height: 10%;
    box-sizing: border-box;
  }
  [flex-md="15"] {
    flex: 1 1 15%;
    max-width: 15%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=row] > [flex-md="15"],
  [layout-md=row] > [flex-md="15"] {
    flex: 1 1 15%;
    max-width: 15%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=column] > [flex-md="15"],
  [layout-md=column] > [flex-md="15"] {
    flex: 1 1 15%;
    max-width: 100%;
    max-height: 15%;
    box-sizing: border-box;
  }
  [flex-md="20"] {
    flex: 1 1 20%;
    max-width: 20%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=row] > [flex-md="20"],
  [layout-md=row] > [flex-md="20"] {
    flex: 1 1 20%;
    max-width: 20%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=column] > [flex-md="20"],
  [layout-md=column] > [flex-md="20"] {
    flex: 1 1 20%;
    max-width: 100%;
    max-height: 20%;
    box-sizing: border-box;
  }
  [flex-md="25"] {
    flex: 1 1 25%;
    max-width: 25%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=row] > [flex-md="25"],
  [layout-md=row] > [flex-md="25"] {
    flex: 1 1 25%;
    max-width: 25%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=column] > [flex-md="25"],
  [layout-md=column] > [flex-md="25"] {
    flex: 1 1 25%;
    max-width: 100%;
    max-height: 25%;
    box-sizing: border-box;
  }
  [flex-md="30"] {
    flex: 1 1 30%;
    max-width: 30%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=row] > [flex-md="30"],
  [layout-md=row] > [flex-md="30"] {
    flex: 1 1 30%;
    max-width: 30%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=column] > [flex-md="30"],
  [layout-md=column] > [flex-md="30"] {
    flex: 1 1 30%;
    max-width: 100%;
    max-height: 30%;
    box-sizing: border-box;
  }
  [flex-md="35"] {
    flex: 1 1 35%;
    max-width: 35%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=row] > [flex-md="35"],
  [layout-md=row] > [flex-md="35"] {
    flex: 1 1 35%;
    max-width: 35%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=column] > [flex-md="35"],
  [layout-md=column] > [flex-md="35"] {
    flex: 1 1 35%;
    max-width: 100%;
    max-height: 35%;
    box-sizing: border-box;
  }
  [flex-md="40"] {
    flex: 1 1 40%;
    max-width: 40%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=row] > [flex-md="40"],
  [layout-md=row] > [flex-md="40"] {
    flex: 1 1 40%;
    max-width: 40%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=column] > [flex-md="40"],
  [layout-md=column] > [flex-md="40"] {
    flex: 1 1 40%;
    max-width: 100%;
    max-height: 40%;
    box-sizing: border-box;
  }
  [flex-md="45"] {
    flex: 1 1 45%;
    max-width: 45%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=row] > [flex-md="45"],
  [layout-md=row] > [flex-md="45"] {
    flex: 1 1 45%;
    max-width: 45%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=column] > [flex-md="45"],
  [layout-md=column] > [flex-md="45"] {
    flex: 1 1 45%;
    max-width: 100%;
    max-height: 45%;
    box-sizing: border-box;
  }
  [flex-md="50"] {
    flex: 1 1 50%;
    max-width: 50%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=row] > [flex-md="50"],
  [layout-md=row] > [flex-md="50"] {
    flex: 1 1 50%;
    max-width: 50%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=column] > [flex-md="50"],
  [layout-md=column] > [flex-md="50"] {
    flex: 1 1 50%;
    max-width: 100%;
    max-height: 50%;
    box-sizing: border-box;
  }
  [flex-md="55"] {
    flex: 1 1 55%;
    max-width: 55%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=row] > [flex-md="55"],
  [layout-md=row] > [flex-md="55"] {
    flex: 1 1 55%;
    max-width: 55%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=column] > [flex-md="55"],
  [layout-md=column] > [flex-md="55"] {
    flex: 1 1 55%;
    max-width: 100%;
    max-height: 55%;
    box-sizing: border-box;
  }
  [flex-md="60"] {
    flex: 1 1 60%;
    max-width: 60%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=row] > [flex-md="60"],
  [layout-md=row] > [flex-md="60"] {
    flex: 1 1 60%;
    max-width: 60%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=column] > [flex-md="60"],
  [layout-md=column] > [flex-md="60"] {
    flex: 1 1 60%;
    max-width: 100%;
    max-height: 60%;
    box-sizing: border-box;
  }
  [flex-md="65"] {
    flex: 1 1 65%;
    max-width: 65%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=row] > [flex-md="65"],
  [layout-md=row] > [flex-md="65"] {
    flex: 1 1 65%;
    max-width: 65%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=column] > [flex-md="65"],
  [layout-md=column] > [flex-md="65"] {
    flex: 1 1 65%;
    max-width: 100%;
    max-height: 65%;
    box-sizing: border-box;
  }
  [flex-md="70"] {
    flex: 1 1 70%;
    max-width: 70%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=row] > [flex-md="70"],
  [layout-md=row] > [flex-md="70"] {
    flex: 1 1 70%;
    max-width: 70%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=column] > [flex-md="70"],
  [layout-md=column] > [flex-md="70"] {
    flex: 1 1 70%;
    max-width: 100%;
    max-height: 70%;
    box-sizing: border-box;
  }
  [flex-md="75"] {
    flex: 1 1 75%;
    max-width: 75%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=row] > [flex-md="75"],
  [layout-md=row] > [flex-md="75"] {
    flex: 1 1 75%;
    max-width: 75%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=column] > [flex-md="75"],
  [layout-md=column] > [flex-md="75"] {
    flex: 1 1 75%;
    max-width: 100%;
    max-height: 75%;
    box-sizing: border-box;
  }
  [flex-md="80"] {
    flex: 1 1 80%;
    max-width: 80%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=row] > [flex-md="80"],
  [layout-md=row] > [flex-md="80"] {
    flex: 1 1 80%;
    max-width: 80%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=column] > [flex-md="80"],
  [layout-md=column] > [flex-md="80"] {
    flex: 1 1 80%;
    max-width: 100%;
    max-height: 80%;
    box-sizing: border-box;
  }
  [flex-md="85"] {
    flex: 1 1 85%;
    max-width: 85%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=row] > [flex-md="85"],
  [layout-md=row] > [flex-md="85"] {
    flex: 1 1 85%;
    max-width: 85%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=column] > [flex-md="85"],
  [layout-md=column] > [flex-md="85"] {
    flex: 1 1 85%;
    max-width: 100%;
    max-height: 85%;
    box-sizing: border-box;
  }
  [flex-md="90"] {
    flex: 1 1 90%;
    max-width: 90%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=row] > [flex-md="90"],
  [layout-md=row] > [flex-md="90"] {
    flex: 1 1 90%;
    max-width: 90%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=column] > [flex-md="90"],
  [layout-md=column] > [flex-md="90"] {
    flex: 1 1 90%;
    max-width: 100%;
    max-height: 90%;
    box-sizing: border-box;
  }
  [flex-md="95"] {
    flex: 1 1 95%;
    max-width: 95%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=row] > [flex-md="95"],
  [layout-md=row] > [flex-md="95"] {
    flex: 1 1 95%;
    max-width: 95%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=column] > [flex-md="95"],
  [layout-md=column] > [flex-md="95"] {
    flex: 1 1 95%;
    max-width: 100%;
    max-height: 95%;
    box-sizing: border-box;
  }
  [flex-md="100"] {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=row] > [flex-md="100"],
  [layout-md=row] > [flex-md="100"] {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=column] > [flex-md="100"],
  [layout-md=column] > [flex-md="100"] {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=row] > [flex-md="33"],
  [layout=row] > [flex-md="33"],
  [layout-md=row] > [flex-md="33"],
  [layout-md=row] > [flex-md="33"] {
    flex: 1 1 33.33%;
    max-width: 33.33%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=row] > [flex-md="66"],
  [layout=row] > [flex-md="66"],
  [layout-md=row] > [flex-md="66"],
  [layout-md=row] > [flex-md="66"] {
    flex: 1 1 66.66%;
    max-width: 66.66%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=column] > [flex-md="33"],
  [layout=column] > [flex-md="33"],
  [layout-md=column] > [flex-md="33"],
  [layout-md=column] > [flex-md="33"] {
    flex: 1 1 33.33%;
    max-width: 100%;
    max-height: 33.33%;
    box-sizing: border-box;
  }
  [layout=column] > [flex-md="66"],
  [layout=column] > [flex-md="66"],
  [layout-md=column] > [flex-md="66"],
  [layout-md=column] > [flex-md="66"] {
    flex: 1 1 66.66%;
    max-width: 100%;
    max-height: 66.66%;
    box-sizing: border-box;
  }
  [layout-md],
  [layout-md=column],
  [layout-md=row] {
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  [layout-md=column] {
    flex-direction: column;
  }
  [layout-md=row] {
    flex-direction: row;
  }
}
@media (min-width: 1280px) {
  [flex-order-gt-md="-20"] {
    order: -20;
  }
  [flex-order-gt-md="-19"] {
    order: -19;
  }
  [flex-order-gt-md="-18"] {
    order: -18;
  }
  [flex-order-gt-md="-17"] {
    order: -17;
  }
  [flex-order-gt-md="-16"] {
    order: -16;
  }
  [flex-order-gt-md="-15"] {
    order: -15;
  }
  [flex-order-gt-md="-14"] {
    order: -14;
  }
  [flex-order-gt-md="-13"] {
    order: -13;
  }
  [flex-order-gt-md="-12"] {
    order: -12;
  }
  [flex-order-gt-md="-11"] {
    order: -11;
  }
  [flex-order-gt-md="-10"] {
    order: -10;
  }
  [flex-order-gt-md="-9"] {
    order: -9;
  }
  [flex-order-gt-md="-8"] {
    order: -8;
  }
  [flex-order-gt-md="-7"] {
    order: -7;
  }
  [flex-order-gt-md="-6"] {
    order: -6;
  }
  [flex-order-gt-md="-5"] {
    order: -5;
  }
  [flex-order-gt-md="-4"] {
    order: -4;
  }
  [flex-order-gt-md="-3"] {
    order: -3;
  }
  [flex-order-gt-md="-2"] {
    order: -2;
  }
  [flex-order-gt-md="-1"] {
    order: -1;
  }
  [flex-order-gt-md="0"] {
    order: 0;
  }
  [flex-order-gt-md="1"] {
    order: 1;
  }
  [flex-order-gt-md="2"] {
    order: 2;
  }
  [flex-order-gt-md="3"] {
    order: 3;
  }
  [flex-order-gt-md="4"] {
    order: 4;
  }
  [flex-order-gt-md="5"] {
    order: 5;
  }
  [flex-order-gt-md="6"] {
    order: 6;
  }
  [flex-order-gt-md="7"] {
    order: 7;
  }
  [flex-order-gt-md="8"] {
    order: 8;
  }
  [flex-order-gt-md="9"] {
    order: 9;
  }
  [flex-order-gt-md="10"] {
    order: 10;
  }
  [flex-order-gt-md="11"] {
    order: 11;
  }
  [flex-order-gt-md="12"] {
    order: 12;
  }
  [flex-order-gt-md="13"] {
    order: 13;
  }
  [flex-order-gt-md="14"] {
    order: 14;
  }
  [flex-order-gt-md="15"] {
    order: 15;
  }
  [flex-order-gt-md="16"] {
    order: 16;
  }
  [flex-order-gt-md="17"] {
    order: 17;
  }
  [flex-order-gt-md="18"] {
    order: 18;
  }
  [flex-order-gt-md="19"] {
    order: 19;
  }
  [flex-order-gt-md="20"] {
    order: 20;
  }
  [flex-offset-gt-md="0"] {
    margin-left: 0%;
  }
  [flex-offset-gt-md="5"] {
    margin-left: 5%;
  }
  [flex-offset-gt-md="10"] {
    margin-left: 10%;
  }
  [flex-offset-gt-md="15"] {
    margin-left: 15%;
  }
  [flex-offset-gt-md="20"] {
    margin-left: 20%;
  }
  [flex-offset-gt-md="25"] {
    margin-left: 25%;
  }
  [flex-offset-gt-md="30"] {
    margin-left: 30%;
  }
  [flex-offset-gt-md="35"] {
    margin-left: 35%;
  }
  [flex-offset-gt-md="40"] {
    margin-left: 40%;
  }
  [flex-offset-gt-md="45"] {
    margin-left: 45%;
  }
  [flex-offset-gt-md="50"] {
    margin-left: 50%;
  }
  [flex-offset-gt-md="55"] {
    margin-left: 55%;
  }
  [flex-offset-gt-md="60"] {
    margin-left: 60%;
  }
  [flex-offset-gt-md="65"] {
    margin-left: 65%;
  }
  [flex-offset-gt-md="70"] {
    margin-left: 70%;
  }
  [flex-offset-gt-md="75"] {
    margin-left: 75%;
  }
  [flex-offset-gt-md="80"] {
    margin-left: 80%;
  }
  [flex-offset-gt-md="85"] {
    margin-left: 85%;
  }
  [flex-offset-gt-md="90"] {
    margin-left: 90%;
  }
  [flex-offset-gt-md="95"] {
    margin-left: 95%;
  }
  [flex-offset-gt-md="33"] {
    margin-left: 33.3333333333%;
  }
  [flex-offset-gt-md="66"] {
    margin-left: 66.6666666667%;
  }
  [layout-align-gt-md],
  [layout-align-gt-md="start stretch"] {
    justify-content: flex-start;
    align-content: stretch;
    align-items: stretch;
  }
  [layout-align-gt-md=start],
  [layout-align-gt-md="start start"],
  [layout-align-gt-md="start center"],
  [layout-align-gt-md="start end"],
  [layout-align-gt-md="start stretch"] {
    justify-content: flex-start;
  }
  [layout-align-gt-md=center],
  [layout-align-gt-md="center start"],
  [layout-align-gt-md="center center"],
  [layout-align-gt-md="center end"],
  [layout-align-gt-md="center stretch"] {
    justify-content: center;
  }
  [layout-align-gt-md=end],
  [layout-align-gt-md="end center"],
  [layout-align-gt-md="end start"],
  [layout-align-gt-md="end end"],
  [layout-align-gt-md="end stretch"] {
    justify-content: flex-end;
  }
  [layout-align-gt-md=space-around],
  [layout-align-gt-md="space-around center"],
  [layout-align-gt-md="space-around start"],
  [layout-align-gt-md="space-around end"],
  [layout-align-gt-md="space-around stretch"] {
    justify-content: space-around;
  }
  [layout-align-gt-md=space-between],
  [layout-align-gt-md="space-between center"],
  [layout-align-gt-md="space-between start"],
  [layout-align-gt-md="space-between end"],
  [layout-align-gt-md="space-between stretch"] {
    justify-content: space-between;
  }
  [layout-align-gt-md="start start"],
  [layout-align-gt-md="center start"],
  [layout-align-gt-md="end start"],
  [layout-align-gt-md="space-between start"],
  [layout-align-gt-md="space-around start"] {
    align-items: flex-start;
    align-content: flex-start;
  }
  [layout-align-gt-md="start center"],
  [layout-align-gt-md="center center"],
  [layout-align-gt-md="end center"],
  [layout-align-gt-md="space-between center"],
  [layout-align-gt-md="space-around center"] {
    align-items: center;
    align-content: center;
    max-width: 100%;
  }
  [layout-align-gt-md="start center"] > *,
  [layout-align-gt-md="center center"] > *,
  [layout-align-gt-md="end center"] > *,
  [layout-align-gt-md="space-between center"] > *,
  [layout-align-gt-md="space-around center"] > * {
    max-width: 100%;
    box-sizing: border-box;
  }
  [layout-align-gt-md="start end"],
  [layout-align-gt-md="center end"],
  [layout-align-gt-md="end end"],
  [layout-align-gt-md="space-between end"],
  [layout-align-gt-md="space-around end"] {
    align-items: flex-end;
    align-content: flex-end;
  }
  [layout-align-gt-md="start stretch"],
  [layout-align-gt-md="center stretch"],
  [layout-align-gt-md="end stretch"],
  [layout-align-gt-md="space-between stretch"],
  [layout-align-gt-md="space-around stretch"] {
    align-items: stretch;
    align-content: stretch;
  }
  [flex-gt-md] {
    flex: 1;
    box-sizing: border-box;
  }
}
@media screen\fffd  and (min-width: 1280px) {
  [flex-gt-md] {
    flex: 1 1 0%;
  }
}
@media (min-width: 1280px) {
  [flex-gt-md-grow] {
    flex: 1 1 100%;
    box-sizing: border-box;
  }
  [flex-gt-md-initial] {
    flex: 0 1 auto;
    box-sizing: border-box;
  }
  [flex-gt-md-auto] {
    flex: 1 1 auto;
    box-sizing: border-box;
  }
  [flex-gt-md-none] {
    flex: 0 0 auto;
    box-sizing: border-box;
  }
  [flex-gt-md="0"] {
    flex: 1 1 0%;
    max-width: 0%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=row] > [flex-gt-md="0"],
  [layout-gt-md=row] > [flex-gt-md="0"] {
    flex: 1 1 0%;
    max-width: 0%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=column] > [flex-gt-md="0"],
  [layout-gt-md=column] > [flex-gt-md="0"] {
    flex: 1 1 0%;
    max-width: 100%;
    max-height: 0%;
    box-sizing: border-box;
  }
  [flex-gt-md="5"] {
    flex: 1 1 5%;
    max-width: 5%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=row] > [flex-gt-md="5"],
  [layout-gt-md=row] > [flex-gt-md="5"] {
    flex: 1 1 5%;
    max-width: 5%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=column] > [flex-gt-md="5"],
  [layout-gt-md=column] > [flex-gt-md="5"] {
    flex: 1 1 5%;
    max-width: 100%;
    max-height: 5%;
    box-sizing: border-box;
  }
  [flex-gt-md="10"] {
    flex: 1 1 10%;
    max-width: 10%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=row] > [flex-gt-md="10"],
  [layout-gt-md=row] > [flex-gt-md="10"] {
    flex: 1 1 10%;
    max-width: 10%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=column] > [flex-gt-md="10"],
  [layout-gt-md=column] > [flex-gt-md="10"] {
    flex: 1 1 10%;
    max-width: 100%;
    max-height: 10%;
    box-sizing: border-box;
  }
  [flex-gt-md="15"] {
    flex: 1 1 15%;
    max-width: 15%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=row] > [flex-gt-md="15"],
  [layout-gt-md=row] > [flex-gt-md="15"] {
    flex: 1 1 15%;
    max-width: 15%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=column] > [flex-gt-md="15"],
  [layout-gt-md=column] > [flex-gt-md="15"] {
    flex: 1 1 15%;
    max-width: 100%;
    max-height: 15%;
    box-sizing: border-box;
  }
  [flex-gt-md="20"] {
    flex: 1 1 20%;
    max-width: 20%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=row] > [flex-gt-md="20"],
  [layout-gt-md=row] > [flex-gt-md="20"] {
    flex: 1 1 20%;
    max-width: 20%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=column] > [flex-gt-md="20"],
  [layout-gt-md=column] > [flex-gt-md="20"] {
    flex: 1 1 20%;
    max-width: 100%;
    max-height: 20%;
    box-sizing: border-box;
  }
  [flex-gt-md="25"] {
    flex: 1 1 25%;
    max-width: 25%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=row] > [flex-gt-md="25"],
  [layout-gt-md=row] > [flex-gt-md="25"] {
    flex: 1 1 25%;
    max-width: 25%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=column] > [flex-gt-md="25"],
  [layout-gt-md=column] > [flex-gt-md="25"] {
    flex: 1 1 25%;
    max-width: 100%;
    max-height: 25%;
    box-sizing: border-box;
  }
  [flex-gt-md="30"] {
    flex: 1 1 30%;
    max-width: 30%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=row] > [flex-gt-md="30"],
  [layout-gt-md=row] > [flex-gt-md="30"] {
    flex: 1 1 30%;
    max-width: 30%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=column] > [flex-gt-md="30"],
  [layout-gt-md=column] > [flex-gt-md="30"] {
    flex: 1 1 30%;
    max-width: 100%;
    max-height: 30%;
    box-sizing: border-box;
  }
  [flex-gt-md="35"] {
    flex: 1 1 35%;
    max-width: 35%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=row] > [flex-gt-md="35"],
  [layout-gt-md=row] > [flex-gt-md="35"] {
    flex: 1 1 35%;
    max-width: 35%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=column] > [flex-gt-md="35"],
  [layout-gt-md=column] > [flex-gt-md="35"] {
    flex: 1 1 35%;
    max-width: 100%;
    max-height: 35%;
    box-sizing: border-box;
  }
  [flex-gt-md="40"] {
    flex: 1 1 40%;
    max-width: 40%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=row] > [flex-gt-md="40"],
  [layout-gt-md=row] > [flex-gt-md="40"] {
    flex: 1 1 40%;
    max-width: 40%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=column] > [flex-gt-md="40"],
  [layout-gt-md=column] > [flex-gt-md="40"] {
    flex: 1 1 40%;
    max-width: 100%;
    max-height: 40%;
    box-sizing: border-box;
  }
  [flex-gt-md="45"] {
    flex: 1 1 45%;
    max-width: 45%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=row] > [flex-gt-md="45"],
  [layout-gt-md=row] > [flex-gt-md="45"] {
    flex: 1 1 45%;
    max-width: 45%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=column] > [flex-gt-md="45"],
  [layout-gt-md=column] > [flex-gt-md="45"] {
    flex: 1 1 45%;
    max-width: 100%;
    max-height: 45%;
    box-sizing: border-box;
  }
  [flex-gt-md="50"] {
    flex: 1 1 50%;
    max-width: 50%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=row] > [flex-gt-md="50"],
  [layout-gt-md=row] > [flex-gt-md="50"] {
    flex: 1 1 50%;
    max-width: 50%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=column] > [flex-gt-md="50"],
  [layout-gt-md=column] > [flex-gt-md="50"] {
    flex: 1 1 50%;
    max-width: 100%;
    max-height: 50%;
    box-sizing: border-box;
  }
  [flex-gt-md="55"] {
    flex: 1 1 55%;
    max-width: 55%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=row] > [flex-gt-md="55"],
  [layout-gt-md=row] > [flex-gt-md="55"] {
    flex: 1 1 55%;
    max-width: 55%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=column] > [flex-gt-md="55"],
  [layout-gt-md=column] > [flex-gt-md="55"] {
    flex: 1 1 55%;
    max-width: 100%;
    max-height: 55%;
    box-sizing: border-box;
  }
  [flex-gt-md="60"] {
    flex: 1 1 60%;
    max-width: 60%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=row] > [flex-gt-md="60"],
  [layout-gt-md=row] > [flex-gt-md="60"] {
    flex: 1 1 60%;
    max-width: 60%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=column] > [flex-gt-md="60"],
  [layout-gt-md=column] > [flex-gt-md="60"] {
    flex: 1 1 60%;
    max-width: 100%;
    max-height: 60%;
    box-sizing: border-box;
  }
  [flex-gt-md="65"] {
    flex: 1 1 65%;
    max-width: 65%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=row] > [flex-gt-md="65"],
  [layout-gt-md=row] > [flex-gt-md="65"] {
    flex: 1 1 65%;
    max-width: 65%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=column] > [flex-gt-md="65"],
  [layout-gt-md=column] > [flex-gt-md="65"] {
    flex: 1 1 65%;
    max-width: 100%;
    max-height: 65%;
    box-sizing: border-box;
  }
  [flex-gt-md="70"] {
    flex: 1 1 70%;
    max-width: 70%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=row] > [flex-gt-md="70"],
  [layout-gt-md=row] > [flex-gt-md="70"] {
    flex: 1 1 70%;
    max-width: 70%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=column] > [flex-gt-md="70"],
  [layout-gt-md=column] > [flex-gt-md="70"] {
    flex: 1 1 70%;
    max-width: 100%;
    max-height: 70%;
    box-sizing: border-box;
  }
  [flex-gt-md="75"] {
    flex: 1 1 75%;
    max-width: 75%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=row] > [flex-gt-md="75"],
  [layout-gt-md=row] > [flex-gt-md="75"] {
    flex: 1 1 75%;
    max-width: 75%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=column] > [flex-gt-md="75"],
  [layout-gt-md=column] > [flex-gt-md="75"] {
    flex: 1 1 75%;
    max-width: 100%;
    max-height: 75%;
    box-sizing: border-box;
  }
  [flex-gt-md="80"] {
    flex: 1 1 80%;
    max-width: 80%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=row] > [flex-gt-md="80"],
  [layout-gt-md=row] > [flex-gt-md="80"] {
    flex: 1 1 80%;
    max-width: 80%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=column] > [flex-gt-md="80"],
  [layout-gt-md=column] > [flex-gt-md="80"] {
    flex: 1 1 80%;
    max-width: 100%;
    max-height: 80%;
    box-sizing: border-box;
  }
  [flex-gt-md="85"] {
    flex: 1 1 85%;
    max-width: 85%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=row] > [flex-gt-md="85"],
  [layout-gt-md=row] > [flex-gt-md="85"] {
    flex: 1 1 85%;
    max-width: 85%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=column] > [flex-gt-md="85"],
  [layout-gt-md=column] > [flex-gt-md="85"] {
    flex: 1 1 85%;
    max-width: 100%;
    max-height: 85%;
    box-sizing: border-box;
  }
  [flex-gt-md="90"] {
    flex: 1 1 90%;
    max-width: 90%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=row] > [flex-gt-md="90"],
  [layout-gt-md=row] > [flex-gt-md="90"] {
    flex: 1 1 90%;
    max-width: 90%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=column] > [flex-gt-md="90"],
  [layout-gt-md=column] > [flex-gt-md="90"] {
    flex: 1 1 90%;
    max-width: 100%;
    max-height: 90%;
    box-sizing: border-box;
  }
  [flex-gt-md="95"] {
    flex: 1 1 95%;
    max-width: 95%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=row] > [flex-gt-md="95"],
  [layout-gt-md=row] > [flex-gt-md="95"] {
    flex: 1 1 95%;
    max-width: 95%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=column] > [flex-gt-md="95"],
  [layout-gt-md=column] > [flex-gt-md="95"] {
    flex: 1 1 95%;
    max-width: 100%;
    max-height: 95%;
    box-sizing: border-box;
  }
  [flex-gt-md="100"] {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=row] > [flex-gt-md="100"],
  [layout-gt-md=row] > [flex-gt-md="100"] {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=column] > [flex-gt-md="100"],
  [layout-gt-md=column] > [flex-gt-md="100"] {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=row] > [flex-gt-md="33"],
  [layout=row] > [flex-gt-md="33"],
  [layout-gt-md=row] > [flex-gt-md="33"],
  [layout-gt-md=row] > [flex-gt-md="33"] {
    flex: 1 1 33.33%;
    max-width: 33.33%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=row] > [flex-gt-md="66"],
  [layout=row] > [flex-gt-md="66"],
  [layout-gt-md=row] > [flex-gt-md="66"],
  [layout-gt-md=row] > [flex-gt-md="66"] {
    flex: 1 1 66.66%;
    max-width: 66.66%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=column] > [flex-gt-md="33"],
  [layout=column] > [flex-gt-md="33"],
  [layout-gt-md=column] > [flex-gt-md="33"],
  [layout-gt-md=column] > [flex-gt-md="33"] {
    flex: 1 1 33.33%;
    max-width: 100%;
    max-height: 33.33%;
    box-sizing: border-box;
  }
  [layout=column] > [flex-gt-md="66"],
  [layout=column] > [flex-gt-md="66"],
  [layout-gt-md=column] > [flex-gt-md="66"],
  [layout-gt-md=column] > [flex-gt-md="66"] {
    flex: 1 1 66.66%;
    max-width: 100%;
    max-height: 66.66%;
    box-sizing: border-box;
  }
  [layout-gt-md],
  [layout-gt-md=column],
  [layout-gt-md=row] {
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  [layout-gt-md=column] {
    flex-direction: column;
  }
  [layout-gt-md=row] {
    flex-direction: row;
  }
}
@media (min-width: 1280px) and (max-width: 1919px) {
  [hide]: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-gt-sm]:not([show-gt-xs]):not([show-gt-sm]):not([show-gt-md]):not([show-lg]):not([show]),
  [hide-gt-md]:not([show-gt-xs]):not([show-gt-sm]):not([show-gt-md]):not([show-lg]):not([show]) {
    display: none;
  }
  [hide-lg]:not([show-lg]):not([show]) {
    display: none;
  }
  [flex-order-lg="-20"] {
    order: -20;
  }
  [flex-order-lg="-19"] {
    order: -19;
  }
  [flex-order-lg="-18"] {
    order: -18;
  }
  [flex-order-lg="-17"] {
    order: -17;
  }
  [flex-order-lg="-16"] {
    order: -16;
  }
  [flex-order-lg="-15"] {
    order: -15;
  }
  [flex-order-lg="-14"] {
    order: -14;
  }
  [flex-order-lg="-13"] {
    order: -13;
  }
  [flex-order-lg="-12"] {
    order: -12;
  }
  [flex-order-lg="-11"] {
    order: -11;
  }
  [flex-order-lg="-10"] {
    order: -10;
  }
  [flex-order-lg="-9"] {
    order: -9;
  }
  [flex-order-lg="-8"] {
    order: -8;
  }
  [flex-order-lg="-7"] {
    order: -7;
  }
  [flex-order-lg="-6"] {
    order: -6;
  }
  [flex-order-lg="-5"] {
    order: -5;
  }
  [flex-order-lg="-4"] {
    order: -4;
  }
  [flex-order-lg="-3"] {
    order: -3;
  }
  [flex-order-lg="-2"] {
    order: -2;
  }
  [flex-order-lg="-1"] {
    order: -1;
  }
  [flex-order-lg="0"] {
    order: 0;
  }
  [flex-order-lg="1"] {
    order: 1;
  }
  [flex-order-lg="2"] {
    order: 2;
  }
  [flex-order-lg="3"] {
    order: 3;
  }
  [flex-order-lg="4"] {
    order: 4;
  }
  [flex-order-lg="5"] {
    order: 5;
  }
  [flex-order-lg="6"] {
    order: 6;
  }
  [flex-order-lg="7"] {
    order: 7;
  }
  [flex-order-lg="8"] {
    order: 8;
  }
  [flex-order-lg="9"] {
    order: 9;
  }
  [flex-order-lg="10"] {
    order: 10;
  }
  [flex-order-lg="11"] {
    order: 11;
  }
  [flex-order-lg="12"] {
    order: 12;
  }
  [flex-order-lg="13"] {
    order: 13;
  }
  [flex-order-lg="14"] {
    order: 14;
  }
  [flex-order-lg="15"] {
    order: 15;
  }
  [flex-order-lg="16"] {
    order: 16;
  }
  [flex-order-lg="17"] {
    order: 17;
  }
  [flex-order-lg="18"] {
    order: 18;
  }
  [flex-order-lg="19"] {
    order: 19;
  }
  [flex-order-lg="20"] {
    order: 20;
  }
  [flex-offset-lg="0"] {
    margin-left: 0%;
  }
  [flex-offset-lg="5"] {
    margin-left: 5%;
  }
  [flex-offset-lg="10"] {
    margin-left: 10%;
  }
  [flex-offset-lg="15"] {
    margin-left: 15%;
  }
  [flex-offset-lg="20"] {
    margin-left: 20%;
  }
  [flex-offset-lg="25"] {
    margin-left: 25%;
  }
  [flex-offset-lg="30"] {
    margin-left: 30%;
  }
  [flex-offset-lg="35"] {
    margin-left: 35%;
  }
  [flex-offset-lg="40"] {
    margin-left: 40%;
  }
  [flex-offset-lg="45"] {
    margin-left: 45%;
  }
  [flex-offset-lg="50"] {
    margin-left: 50%;
  }
  [flex-offset-lg="55"] {
    margin-left: 55%;
  }
  [flex-offset-lg="60"] {
    margin-left: 60%;
  }
  [flex-offset-lg="65"] {
    margin-left: 65%;
  }
  [flex-offset-lg="70"] {
    margin-left: 70%;
  }
  [flex-offset-lg="75"] {
    margin-left: 75%;
  }
  [flex-offset-lg="80"] {
    margin-left: 80%;
  }
  [flex-offset-lg="85"] {
    margin-left: 85%;
  }
  [flex-offset-lg="90"] {
    margin-left: 90%;
  }
  [flex-offset-lg="95"] {
    margin-left: 95%;
  }
  [flex-offset-lg="33"] {
    margin-left: 33.3333333333%;
  }
  [flex-offset-lg="66"] {
    margin-left: 66.6666666667%;
  }
  [layout-align-lg],
  [layout-align-lg="start stretch"] {
    justify-content: flex-start;
    align-content: stretch;
    align-items: stretch;
  }
  [layout-align-lg=start],
  [layout-align-lg="start start"],
  [layout-align-lg="start center"],
  [layout-align-lg="start end"],
  [layout-align-lg="start stretch"] {
    justify-content: flex-start;
  }
  [layout-align-lg=center],
  [layout-align-lg="center start"],
  [layout-align-lg="center center"],
  [layout-align-lg="center end"],
  [layout-align-lg="center stretch"] {
    justify-content: center;
  }
  [layout-align-lg=end],
  [layout-align-lg="end center"],
  [layout-align-lg="end start"],
  [layout-align-lg="end end"],
  [layout-align-lg="end stretch"] {
    justify-content: flex-end;
  }
  [layout-align-lg=space-around],
  [layout-align-lg="space-around center"],
  [layout-align-lg="space-around start"],
  [layout-align-lg="space-around end"],
  [layout-align-lg="space-around stretch"] {
    justify-content: space-around;
  }
  [layout-align-lg=space-between],
  [layout-align-lg="space-between center"],
  [layout-align-lg="space-between start"],
  [layout-align-lg="space-between end"],
  [layout-align-lg="space-between stretch"] {
    justify-content: space-between;
  }
  [layout-align-lg="start start"],
  [layout-align-lg="center start"],
  [layout-align-lg="end start"],
  [layout-align-lg="space-between start"],
  [layout-align-lg="space-around start"] {
    align-items: flex-start;
    align-content: flex-start;
  }
  [layout-align-lg="start center"],
  [layout-align-lg="center center"],
  [layout-align-lg="end center"],
  [layout-align-lg="space-between center"],
  [layout-align-lg="space-around center"] {
    align-items: center;
    align-content: center;
    max-width: 100%;
  }
  [layout-align-lg="start center"] > *,
  [layout-align-lg="center center"] > *,
  [layout-align-lg="end center"] > *,
  [layout-align-lg="space-between center"] > *,
  [layout-align-lg="space-around center"] > * {
    max-width: 100%;
    box-sizing: border-box;
  }
  [layout-align-lg="start end"],
  [layout-align-lg="center end"],
  [layout-align-lg="end end"],
  [layout-align-lg="space-between end"],
  [layout-align-lg="space-around end"] {
    align-items: flex-end;
    align-content: flex-end;
  }
  [layout-align-lg="start stretch"],
  [layout-align-lg="center stretch"],
  [layout-align-lg="end stretch"],
  [layout-align-lg="space-between stretch"],
  [layout-align-lg="space-around stretch"] {
    align-items: stretch;
    align-content: stretch;
  }
  [flex-lg] {
    flex: 1;
    box-sizing: border-box;
  }
}
@media screen\fffd  and (min-width: 1280px) and (max-width: 1919px) {
  [flex-lg] {
    flex: 1 1 0%;
  }
}
@media (min-width: 1280px) and (max-width: 1919px) {
  [flex-lg-grow] {
    flex: 1 1 100%;
    box-sizing: border-box;
  }
  [flex-lg-initial] {
    flex: 0 1 auto;
    box-sizing: border-box;
  }
  [flex-lg-auto] {
    flex: 1 1 auto;
    box-sizing: border-box;
  }
  [flex-lg-none] {
    flex: 0 0 auto;
    box-sizing: border-box;
  }
  [flex-lg="0"] {
    flex: 1 1 0%;
    max-width: 0%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=row] > [flex-lg="0"],
  [layout-lg=row] > [flex-lg="0"] {
    flex: 1 1 0%;
    max-width: 0%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=column] > [flex-lg="0"],
  [layout-lg=column] > [flex-lg="0"] {
    flex: 1 1 0%;
    max-width: 100%;
    max-height: 0%;
    box-sizing: border-box;
  }
  [flex-lg="5"] {
    flex: 1 1 5%;
    max-width: 5%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=row] > [flex-lg="5"],
  [layout-lg=row] > [flex-lg="5"] {
    flex: 1 1 5%;
    max-width: 5%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=column] > [flex-lg="5"],
  [layout-lg=column] > [flex-lg="5"] {
    flex: 1 1 5%;
    max-width: 100%;
    max-height: 5%;
    box-sizing: border-box;
  }
  [flex-lg="10"] {
    flex: 1 1 10%;
    max-width: 10%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=row] > [flex-lg="10"],
  [layout-lg=row] > [flex-lg="10"] {
    flex: 1 1 10%;
    max-width: 10%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=column] > [flex-lg="10"],
  [layout-lg=column] > [flex-lg="10"] {
    flex: 1 1 10%;
    max-width: 100%;
    max-height: 10%;
    box-sizing: border-box;
  }
  [flex-lg="15"] {
    flex: 1 1 15%;
    max-width: 15%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=row] > [flex-lg="15"],
  [layout-lg=row] > [flex-lg="15"] {
    flex: 1 1 15%;
    max-width: 15%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=column] > [flex-lg="15"],
  [layout-lg=column] > [flex-lg="15"] {
    flex: 1 1 15%;
    max-width: 100%;
    max-height: 15%;
    box-sizing: border-box;
  }
  [flex-lg="20"] {
    flex: 1 1 20%;
    max-width: 20%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=row] > [flex-lg="20"],
  [layout-lg=row] > [flex-lg="20"] {
    flex: 1 1 20%;
    max-width: 20%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=column] > [flex-lg="20"],
  [layout-lg=column] > [flex-lg="20"] {
    flex: 1 1 20%;
    max-width: 100%;
    max-height: 20%;
    box-sizing: border-box;
  }
  [flex-lg="25"] {
    flex: 1 1 25%;
    max-width: 25%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=row] > [flex-lg="25"],
  [layout-lg=row] > [flex-lg="25"] {
    flex: 1 1 25%;
    max-width: 25%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=column] > [flex-lg="25"],
  [layout-lg=column] > [flex-lg="25"] {
    flex: 1 1 25%;
    max-width: 100%;
    max-height: 25%;
    box-sizing: border-box;
  }
  [flex-lg="30"] {
    flex: 1 1 30%;
    max-width: 30%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=row] > [flex-lg="30"],
  [layout-lg=row] > [flex-lg="30"] {
    flex: 1 1 30%;
    max-width: 30%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=column] > [flex-lg="30"],
  [layout-lg=column] > [flex-lg="30"] {
    flex: 1 1 30%;
    max-width: 100%;
    max-height: 30%;
    box-sizing: border-box;
  }
  [flex-lg="35"] {
    flex: 1 1 35%;
    max-width: 35%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=row] > [flex-lg="35"],
  [layout-lg=row] > [flex-lg="35"] {
    flex: 1 1 35%;
    max-width: 35%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=column] > [flex-lg="35"],
  [layout-lg=column] > [flex-lg="35"] {
    flex: 1 1 35%;
    max-width: 100%;
    max-height: 35%;
    box-sizing: border-box;
  }
  [flex-lg="40"] {
    flex: 1 1 40%;
    max-width: 40%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=row] > [flex-lg="40"],
  [layout-lg=row] > [flex-lg="40"] {
    flex: 1 1 40%;
    max-width: 40%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=column] > [flex-lg="40"],
  [layout-lg=column] > [flex-lg="40"] {
    flex: 1 1 40%;
    max-width: 100%;
    max-height: 40%;
    box-sizing: border-box;
  }
  [flex-lg="45"] {
    flex: 1 1 45%;
    max-width: 45%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=row] > [flex-lg="45"],
  [layout-lg=row] > [flex-lg="45"] {
    flex: 1 1 45%;
    max-width: 45%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=column] > [flex-lg="45"],
  [layout-lg=column] > [flex-lg="45"] {
    flex: 1 1 45%;
    max-width: 100%;
    max-height: 45%;
    box-sizing: border-box;
  }
  [flex-lg="50"] {
    flex: 1 1 50%;
    max-width: 50%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=row] > [flex-lg="50"],
  [layout-lg=row] > [flex-lg="50"] {
    flex: 1 1 50%;
    max-width: 50%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=column] > [flex-lg="50"],
  [layout-lg=column] > [flex-lg="50"] {
    flex: 1 1 50%;
    max-width: 100%;
    max-height: 50%;
    box-sizing: border-box;
  }
  [flex-lg="55"] {
    flex: 1 1 55%;
    max-width: 55%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=row] > [flex-lg="55"],
  [layout-lg=row] > [flex-lg="55"] {
    flex: 1 1 55%;
    max-width: 55%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=column] > [flex-lg="55"],
  [layout-lg=column] > [flex-lg="55"] {
    flex: 1 1 55%;
    max-width: 100%;
    max-height: 55%;
    box-sizing: border-box;
  }
  [flex-lg="60"] {
    flex: 1 1 60%;
    max-width: 60%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=row] > [flex-lg="60"],
  [layout-lg=row] > [flex-lg="60"] {
    flex: 1 1 60%;
    max-width: 60%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=column] > [flex-lg="60"],
  [layout-lg=column] > [flex-lg="60"] {
    flex: 1 1 60%;
    max-width: 100%;
    max-height: 60%;
    box-sizing: border-box;
  }
  [flex-lg="65"] {
    flex: 1 1 65%;
    max-width: 65%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=row] > [flex-lg="65"],
  [layout-lg=row] > [flex-lg="65"] {
    flex: 1 1 65%;
    max-width: 65%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=column] > [flex-lg="65"],
  [layout-lg=column] > [flex-lg="65"] {
    flex: 1 1 65%;
    max-width: 100%;
    max-height: 65%;
    box-sizing: border-box;
  }
  [flex-lg="70"] {
    flex: 1 1 70%;
    max-width: 70%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=row] > [flex-lg="70"],
  [layout-lg=row] > [flex-lg="70"] {
    flex: 1 1 70%;
    max-width: 70%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=column] > [flex-lg="70"],
  [layout-lg=column] > [flex-lg="70"] {
    flex: 1 1 70%;
    max-width: 100%;
    max-height: 70%;
    box-sizing: border-box;
  }
  [flex-lg="75"] {
    flex: 1 1 75%;
    max-width: 75%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=row] > [flex-lg="75"],
  [layout-lg=row] > [flex-lg="75"] {
    flex: 1 1 75%;
    max-width: 75%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=column] > [flex-lg="75"],
  [layout-lg=column] > [flex-lg="75"] {
    flex: 1 1 75%;
    max-width: 100%;
    max-height: 75%;
    box-sizing: border-box;
  }
  [flex-lg="80"] {
    flex: 1 1 80%;
    max-width: 80%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=row] > [flex-lg="80"],
  [layout-lg=row] > [flex-lg="80"] {
    flex: 1 1 80%;
    max-width: 80%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=column] > [flex-lg="80"],
  [layout-lg=column] > [flex-lg="80"] {
    flex: 1 1 80%;
    max-width: 100%;
    max-height: 80%;
    box-sizing: border-box;
  }
  [flex-lg="85"] {
    flex: 1 1 85%;
    max-width: 85%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=row] > [flex-lg="85"],
  [layout-lg=row] > [flex-lg="85"] {
    flex: 1 1 85%;
    max-width: 85%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=column] > [flex-lg="85"],
  [layout-lg=column] > [flex-lg="85"] {
    flex: 1 1 85%;
    max-width: 100%;
    max-height: 85%;
    box-sizing: border-box;
  }
  [flex-lg="90"] {
    flex: 1 1 90%;
    max-width: 90%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=row] > [flex-lg="90"],
  [layout-lg=row] > [flex-lg="90"] {
    flex: 1 1 90%;
    max-width: 90%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=column] > [flex-lg="90"],
  [layout-lg=column] > [flex-lg="90"] {
    flex: 1 1 90%;
    max-width: 100%;
    max-height: 90%;
    box-sizing: border-box;
  }
  [flex-lg="95"] {
    flex: 1 1 95%;
    max-width: 95%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=row] > [flex-lg="95"],
  [layout-lg=row] > [flex-lg="95"] {
    flex: 1 1 95%;
    max-width: 95%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=column] > [flex-lg="95"],
  [layout-lg=column] > [flex-lg="95"] {
    flex: 1 1 95%;
    max-width: 100%;
    max-height: 95%;
    box-sizing: border-box;
  }
  [flex-lg="100"] {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=row] > [flex-lg="100"],
  [layout-lg=row] > [flex-lg="100"] {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=column] > [flex-lg="100"],
  [layout-lg=column] > [flex-lg="100"] {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=row] > [flex-lg="33"],
  [layout=row] > [flex-lg="33"],
  [layout-lg=row] > [flex-lg="33"],
  [layout-lg=row] > [flex-lg="33"] {
    flex: 1 1 33.33%;
    max-width: 33.33%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=row] > [flex-lg="66"],
  [layout=row] > [flex-lg="66"],
  [layout-lg=row] > [flex-lg="66"],
  [layout-lg=row] > [flex-lg="66"] {
    flex: 1 1 66.66%;
    max-width: 66.66%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=column] > [flex-lg="33"],
  [layout=column] > [flex-lg="33"],
  [layout-lg=column] > [flex-lg="33"],
  [layout-lg=column] > [flex-lg="33"] {
    flex: 1 1 33.33%;
    max-width: 100%;
    max-height: 33.33%;
    box-sizing: border-box;
  }
  [layout=column] > [flex-lg="66"],
  [layout=column] > [flex-lg="66"],
  [layout-lg=column] > [flex-lg="66"],
  [layout-lg=column] > [flex-lg="66"] {
    flex: 1 1 66.66%;
    max-width: 100%;
    max-height: 66.66%;
    box-sizing: border-box;
  }
  [layout-lg],
  [layout-lg=column],
  [layout-lg=row] {
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  [layout-lg=column] {
    flex-direction: column;
  }
  [layout-lg=row] {
    flex-direction: row;
  }
}
@media (min-width: 1920px) {
  [flex-order-gt-lg="-20"] {
    order: -20;
  }
  [flex-order-gt-lg="-19"] {
    order: -19;
  }
  [flex-order-gt-lg="-18"] {
    order: -18;
  }
  [flex-order-gt-lg="-17"] {
    order: -17;
  }
  [flex-order-gt-lg="-16"] {
    order: -16;
  }
  [flex-order-gt-lg="-15"] {
    order: -15;
  }
  [flex-order-gt-lg="-14"] {
    order: -14;
  }
  [flex-order-gt-lg="-13"] {
    order: -13;
  }
  [flex-order-gt-lg="-12"] {
    order: -12;
  }
  [flex-order-gt-lg="-11"] {
    order: -11;
  }
  [flex-order-gt-lg="-10"] {
    order: -10;
  }
  [flex-order-gt-lg="-9"] {
    order: -9;
  }
  [flex-order-gt-lg="-8"] {
    order: -8;
  }
  [flex-order-gt-lg="-7"] {
    order: -7;
  }
  [flex-order-gt-lg="-6"] {
    order: -6;
  }
  [flex-order-gt-lg="-5"] {
    order: -5;
  }
  [flex-order-gt-lg="-4"] {
    order: -4;
  }
  [flex-order-gt-lg="-3"] {
    order: -3;
  }
  [flex-order-gt-lg="-2"] {
    order: -2;
  }
  [flex-order-gt-lg="-1"] {
    order: -1;
  }
  [flex-order-gt-lg="0"] {
    order: 0;
  }
  [flex-order-gt-lg="1"] {
    order: 1;
  }
  [flex-order-gt-lg="2"] {
    order: 2;
  }
  [flex-order-gt-lg="3"] {
    order: 3;
  }
  [flex-order-gt-lg="4"] {
    order: 4;
  }
  [flex-order-gt-lg="5"] {
    order: 5;
  }
  [flex-order-gt-lg="6"] {
    order: 6;
  }
  [flex-order-gt-lg="7"] {
    order: 7;
  }
  [flex-order-gt-lg="8"] {
    order: 8;
  }
  [flex-order-gt-lg="9"] {
    order: 9;
  }
  [flex-order-gt-lg="10"] {
    order: 10;
  }
  [flex-order-gt-lg="11"] {
    order: 11;
  }
  [flex-order-gt-lg="12"] {
    order: 12;
  }
  [flex-order-gt-lg="13"] {
    order: 13;
  }
  [flex-order-gt-lg="14"] {
    order: 14;
  }
  [flex-order-gt-lg="15"] {
    order: 15;
  }
  [flex-order-gt-lg="16"] {
    order: 16;
  }
  [flex-order-gt-lg="17"] {
    order: 17;
  }
  [flex-order-gt-lg="18"] {
    order: 18;
  }
  [flex-order-gt-lg="19"] {
    order: 19;
  }
  [flex-order-gt-lg="20"] {
    order: 20;
  }
  [flex-offset-gt-lg="0"] {
    margin-left: 0%;
  }
  [flex-offset-gt-lg="5"] {
    margin-left: 5%;
  }
  [flex-offset-gt-lg="10"] {
    margin-left: 10%;
  }
  [flex-offset-gt-lg="15"] {
    margin-left: 15%;
  }
  [flex-offset-gt-lg="20"] {
    margin-left: 20%;
  }
  [flex-offset-gt-lg="25"] {
    margin-left: 25%;
  }
  [flex-offset-gt-lg="30"] {
    margin-left: 30%;
  }
  [flex-offset-gt-lg="35"] {
    margin-left: 35%;
  }
  [flex-offset-gt-lg="40"] {
    margin-left: 40%;
  }
  [flex-offset-gt-lg="45"] {
    margin-left: 45%;
  }
  [flex-offset-gt-lg="50"] {
    margin-left: 50%;
  }
  [flex-offset-gt-lg="55"] {
    margin-left: 55%;
  }
  [flex-offset-gt-lg="60"] {
    margin-left: 60%;
  }
  [flex-offset-gt-lg="65"] {
    margin-left: 65%;
  }
  [flex-offset-gt-lg="70"] {
    margin-left: 70%;
  }
  [flex-offset-gt-lg="75"] {
    margin-left: 75%;
  }
  [flex-offset-gt-lg="80"] {
    margin-left: 80%;
  }
  [flex-offset-gt-lg="85"] {
    margin-left: 85%;
  }
  [flex-offset-gt-lg="90"] {
    margin-left: 90%;
  }
  [flex-offset-gt-lg="95"] {
    margin-left: 95%;
  }
  [flex-offset-gt-lg="33"] {
    margin-left: 33.3333333333%;
  }
  [flex-offset-gt-lg="66"] {
    margin-left: 66.6666666667%;
  }
  [layout-align-gt-lg],
  [layout-align-gt-lg="start stretch"] {
    justify-content: flex-start;
    align-content: stretch;
    align-items: stretch;
  }
  [layout-align-gt-lg=start],
  [layout-align-gt-lg="start start"],
  [layout-align-gt-lg="start center"],
  [layout-align-gt-lg="start end"],
  [layout-align-gt-lg="start stretch"] {
    justify-content: flex-start;
  }
  [layout-align-gt-lg=center],
  [layout-align-gt-lg="center start"],
  [layout-align-gt-lg="center center"],
  [layout-align-gt-lg="center end"],
  [layout-align-gt-lg="center stretch"] {
    justify-content: center;
  }
  [layout-align-gt-lg=end],
  [layout-align-gt-lg="end center"],
  [layout-align-gt-lg="end start"],
  [layout-align-gt-lg="end end"],
  [layout-align-gt-lg="end stretch"] {
    justify-content: flex-end;
  }
  [layout-align-gt-lg=space-around],
  [layout-align-gt-lg="space-around center"],
  [layout-align-gt-lg="space-around start"],
  [layout-align-gt-lg="space-around end"],
  [layout-align-gt-lg="space-around stretch"] {
    justify-content: space-around;
  }
  [layout-align-gt-lg=space-between],
  [layout-align-gt-lg="space-between center"],
  [layout-align-gt-lg="space-between start"],
  [layout-align-gt-lg="space-between end"],
  [layout-align-gt-lg="space-between stretch"] {
    justify-content: space-between;
  }
  [layout-align-gt-lg="start start"],
  [layout-align-gt-lg="center start"],
  [layout-align-gt-lg="end start"],
  [layout-align-gt-lg="space-between start"],
  [layout-align-gt-lg="space-around start"] {
    align-items: flex-start;
    align-content: flex-start;
  }
  [layout-align-gt-lg="start center"],
  [layout-align-gt-lg="center center"],
  [layout-align-gt-lg="end center"],
  [layout-align-gt-lg="space-between center"],
  [layout-align-gt-lg="space-around center"] {
    align-items: center;
    align-content: center;
    max-width: 100%;
  }
  [layout-align-gt-lg="start center"] > *,
  [layout-align-gt-lg="center center"] > *,
  [layout-align-gt-lg="end center"] > *,
  [layout-align-gt-lg="space-between center"] > *,
  [layout-align-gt-lg="space-around center"] > * {
    max-width: 100%;
    box-sizing: border-box;
  }
  [layout-align-gt-lg="start end"],
  [layout-align-gt-lg="center end"],
  [layout-align-gt-lg="end end"],
  [layout-align-gt-lg="space-between end"],
  [layout-align-gt-lg="space-around end"] {
    align-items: flex-end;
    align-content: flex-end;
  }
  [layout-align-gt-lg="start stretch"],
  [layout-align-gt-lg="center stretch"],
  [layout-align-gt-lg="end stretch"],
  [layout-align-gt-lg="space-between stretch"],
  [layout-align-gt-lg="space-around stretch"] {
    align-items: stretch;
    align-content: stretch;
  }
  [flex-gt-lg] {
    flex: 1;
    box-sizing: border-box;
  }
}
@media screen\fffd  and (min-width: 1920px) {
  [flex-gt-lg] {
    flex: 1 1 0%;
  }
}
@media (min-width: 1920px) {
  [flex-gt-lg-grow] {
    flex: 1 1 100%;
    box-sizing: border-box;
  }
  [flex-gt-lg-initial] {
    flex: 0 1 auto;
    box-sizing: border-box;
  }
  [flex-gt-lg-auto] {
    flex: 1 1 auto;
    box-sizing: border-box;
  }
  [flex-gt-lg-none] {
    flex: 0 0 auto;
    box-sizing: border-box;
  }
  [flex-gt-lg="0"] {
    flex: 1 1 0%;
    max-width: 0%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=row] > [flex-gt-lg="0"],
  [layout-gt-lg=row] > [flex-gt-lg="0"] {
    flex: 1 1 0%;
    max-width: 0%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=column] > [flex-gt-lg="0"],
  [layout-gt-lg=column] > [flex-gt-lg="0"] {
    flex: 1 1 0%;
    max-width: 100%;
    max-height: 0%;
    box-sizing: border-box;
  }
  [flex-gt-lg="5"] {
    flex: 1 1 5%;
    max-width: 5%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=row] > [flex-gt-lg="5"],
  [layout-gt-lg=row] > [flex-gt-lg="5"] {
    flex: 1 1 5%;
    max-width: 5%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=column] > [flex-gt-lg="5"],
  [layout-gt-lg=column] > [flex-gt-lg="5"] {
    flex: 1 1 5%;
    max-width: 100%;
    max-height: 5%;
    box-sizing: border-box;
  }
  [flex-gt-lg="10"] {
    flex: 1 1 10%;
    max-width: 10%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=row] > [flex-gt-lg="10"],
  [layout-gt-lg=row] > [flex-gt-lg="10"] {
    flex: 1 1 10%;
    max-width: 10%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=column] > [flex-gt-lg="10"],
  [layout-gt-lg=column] > [flex-gt-lg="10"] {
    flex: 1 1 10%;
    max-width: 100%;
    max-height: 10%;
    box-sizing: border-box;
  }
  [flex-gt-lg="15"] {
    flex: 1 1 15%;
    max-width: 15%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=row] > [flex-gt-lg="15"],
  [layout-gt-lg=row] > [flex-gt-lg="15"] {
    flex: 1 1 15%;
    max-width: 15%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=column] > [flex-gt-lg="15"],
  [layout-gt-lg=column] > [flex-gt-lg="15"] {
    flex: 1 1 15%;
    max-width: 100%;
    max-height: 15%;
    box-sizing: border-box;
  }
  [flex-gt-lg="20"] {
    flex: 1 1 20%;
    max-width: 20%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=row] > [flex-gt-lg="20"],
  [layout-gt-lg=row] > [flex-gt-lg="20"] {
    flex: 1 1 20%;
    max-width: 20%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=column] > [flex-gt-lg="20"],
  [layout-gt-lg=column] > [flex-gt-lg="20"] {
    flex: 1 1 20%;
    max-width: 100%;
    max-height: 20%;
    box-sizing: border-box;
  }
  [flex-gt-lg="25"] {
    flex: 1 1 25%;
    max-width: 25%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=row] > [flex-gt-lg="25"],
  [layout-gt-lg=row] > [flex-gt-lg="25"] {
    flex: 1 1 25%;
    max-width: 25%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=column] > [flex-gt-lg="25"],
  [layout-gt-lg=column] > [flex-gt-lg="25"] {
    flex: 1 1 25%;
    max-width: 100%;
    max-height: 25%;
    box-sizing: border-box;
  }
  [flex-gt-lg="30"] {
    flex: 1 1 30%;
    max-width: 30%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=row] > [flex-gt-lg="30"],
  [layout-gt-lg=row] > [flex-gt-lg="30"] {
    flex: 1 1 30%;
    max-width: 30%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=column] > [flex-gt-lg="30"],
  [layout-gt-lg=column] > [flex-gt-lg="30"] {
    flex: 1 1 30%;
    max-width: 100%;
    max-height: 30%;
    box-sizing: border-box;
  }
  [flex-gt-lg="35"] {
    flex: 1 1 35%;
    max-width: 35%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=row] > [flex-gt-lg="35"],
  [layout-gt-lg=row] > [flex-gt-lg="35"] {
    flex: 1 1 35%;
    max-width: 35%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=column] > [flex-gt-lg="35"],
  [layout-gt-lg=column] > [flex-gt-lg="35"] {
    flex: 1 1 35%;
    max-width: 100%;
    max-height: 35%;
    box-sizing: border-box;
  }
  [flex-gt-lg="40"] {
    flex: 1 1 40%;
    max-width: 40%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=row] > [flex-gt-lg="40"],
  [layout-gt-lg=row] > [flex-gt-lg="40"] {
    flex: 1 1 40%;
    max-width: 40%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=column] > [flex-gt-lg="40"],
  [layout-gt-lg=column] > [flex-gt-lg="40"] {
    flex: 1 1 40%;
    max-width: 100%;
    max-height: 40%;
    box-sizing: border-box;
  }
  [flex-gt-lg="45"] {
    flex: 1 1 45%;
    max-width: 45%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=row] > [flex-gt-lg="45"],
  [layout-gt-lg=row] > [flex-gt-lg="45"] {
    flex: 1 1 45%;
    max-width: 45%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=column] > [flex-gt-lg="45"],
  [layout-gt-lg=column] > [flex-gt-lg="45"] {
    flex: 1 1 45%;
    max-width: 100%;
    max-height: 45%;
    box-sizing: border-box;
  }
  [flex-gt-lg="50"] {
    flex: 1 1 50%;
    max-width: 50%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=row] > [flex-gt-lg="50"],
  [layout-gt-lg=row] > [flex-gt-lg="50"] {
    flex: 1 1 50%;
    max-width: 50%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=column] > [flex-gt-lg="50"],
  [layout-gt-lg=column] > [flex-gt-lg="50"] {
    flex: 1 1 50%;
    max-width: 100%;
    max-height: 50%;
    box-sizing: border-box;
  }
  [flex-gt-lg="55"] {
    flex: 1 1 55%;
    max-width: 55%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=row] > [flex-gt-lg="55"],
  [layout-gt-lg=row] > [flex-gt-lg="55"] {
    flex: 1 1 55%;
    max-width: 55%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=column] > [flex-gt-lg="55"],
  [layout-gt-lg=column] > [flex-gt-lg="55"] {
    flex: 1 1 55%;
    max-width: 100%;
    max-height: 55%;
    box-sizing: border-box;
  }
  [flex-gt-lg="60"] {
    flex: 1 1 60%;
    max-width: 60%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=row] > [flex-gt-lg="60"],
  [layout-gt-lg=row] > [flex-gt-lg="60"] {
    flex: 1 1 60%;
    max-width: 60%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=column] > [flex-gt-lg="60"],
  [layout-gt-lg=column] > [flex-gt-lg="60"] {
    flex: 1 1 60%;
    max-width: 100%;
    max-height: 60%;
    box-sizing: border-box;
  }
  [flex-gt-lg="65"] {
    flex: 1 1 65%;
    max-width: 65%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=row] > [flex-gt-lg="65"],
  [layout-gt-lg=row] > [flex-gt-lg="65"] {
    flex: 1 1 65%;
    max-width: 65%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=column] > [flex-gt-lg="65"],
  [layout-gt-lg=column] > [flex-gt-lg="65"] {
    flex: 1 1 65%;
    max-width: 100%;
    max-height: 65%;
    box-sizing: border-box;
  }
  [flex-gt-lg="70"] {
    flex: 1 1 70%;
    max-width: 70%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=row] > [flex-gt-lg="70"],
  [layout-gt-lg=row] > [flex-gt-lg="70"] {
    flex: 1 1 70%;
    max-width: 70%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=column] > [flex-gt-lg="70"],
  [layout-gt-lg=column] > [flex-gt-lg="70"] {
    flex: 1 1 70%;
    max-width: 100%;
    max-height: 70%;
    box-sizing: border-box;
  }
  [flex-gt-lg="75"] {
    flex: 1 1 75%;
    max-width: 75%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=row] > [flex-gt-lg="75"],
  [layout-gt-lg=row] > [flex-gt-lg="75"] {
    flex: 1 1 75%;
    max-width: 75%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=column] > [flex-gt-lg="75"],
  [layout-gt-lg=column] > [flex-gt-lg="75"] {
    flex: 1 1 75%;
    max-width: 100%;
    max-height: 75%;
    box-sizing: border-box;
  }
  [flex-gt-lg="80"] {
    flex: 1 1 80%;
    max-width: 80%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=row] > [flex-gt-lg="80"],
  [layout-gt-lg=row] > [flex-gt-lg="80"] {
    flex: 1 1 80%;
    max-width: 80%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=column] > [flex-gt-lg="80"],
  [layout-gt-lg=column] > [flex-gt-lg="80"] {
    flex: 1 1 80%;
    max-width: 100%;
    max-height: 80%;
    box-sizing: border-box;
  }
  [flex-gt-lg="85"] {
    flex: 1 1 85%;
    max-width: 85%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=row] > [flex-gt-lg="85"],
  [layout-gt-lg=row] > [flex-gt-lg="85"] {
    flex: 1 1 85%;
    max-width: 85%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=column] > [flex-gt-lg="85"],
  [layout-gt-lg=column] > [flex-gt-lg="85"] {
    flex: 1 1 85%;
    max-width: 100%;
    max-height: 85%;
    box-sizing: border-box;
  }
  [flex-gt-lg="90"] {
    flex: 1 1 90%;
    max-width: 90%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=row] > [flex-gt-lg="90"],
  [layout-gt-lg=row] > [flex-gt-lg="90"] {
    flex: 1 1 90%;
    max-width: 90%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=column] > [flex-gt-lg="90"],
  [layout-gt-lg=column] > [flex-gt-lg="90"] {
    flex: 1 1 90%;
    max-width: 100%;
    max-height: 90%;
    box-sizing: border-box;
  }
  [flex-gt-lg="95"] {
    flex: 1 1 95%;
    max-width: 95%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=row] > [flex-gt-lg="95"],
  [layout-gt-lg=row] > [flex-gt-lg="95"] {
    flex: 1 1 95%;
    max-width: 95%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=column] > [flex-gt-lg="95"],
  [layout-gt-lg=column] > [flex-gt-lg="95"] {
    flex: 1 1 95%;
    max-width: 100%;
    max-height: 95%;
    box-sizing: border-box;
  }
  [flex-gt-lg="100"] {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=row] > [flex-gt-lg="100"],
  [layout-gt-lg=row] > [flex-gt-lg="100"] {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=column] > [flex-gt-lg="100"],
  [layout-gt-lg=column] > [flex-gt-lg="100"] {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=row] > [flex-gt-lg="33"],
  [layout=row] > [flex-gt-lg="33"],
  [layout-gt-lg=row] > [flex-gt-lg="33"],
  [layout-gt-lg=row] > [flex-gt-lg="33"] {
    flex: 1 1 33.33%;
    max-width: 33.33%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=row] > [flex-gt-lg="66"],
  [layout=row] > [flex-gt-lg="66"],
  [layout-gt-lg=row] > [flex-gt-lg="66"],
  [layout-gt-lg=row] > [flex-gt-lg="66"] {
    flex: 1 1 66.66%;
    max-width: 66.66%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=column] > [flex-gt-lg="33"],
  [layout=column] > [flex-gt-lg="33"],
  [layout-gt-lg=column] > [flex-gt-lg="33"],
  [layout-gt-lg=column] > [flex-gt-lg="33"] {
    flex: 1 1 33.33%;
    max-width: 100%;
    max-height: 33.33%;
    box-sizing: border-box;
  }
  [layout=column] > [flex-gt-lg="66"],
  [layout=column] > [flex-gt-lg="66"],
  [layout-gt-lg=column] > [flex-gt-lg="66"],
  [layout-gt-lg=column] > [flex-gt-lg="66"] {
    flex: 1 1 66.66%;
    max-width: 100%;
    max-height: 66.66%;
    box-sizing: border-box;
  }
  [layout-gt-lg],
  [layout-gt-lg=column],
  [layout-gt-lg=row] {
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  [layout-gt-lg=column] {
    flex-direction: column;
  }
  [layout-gt-lg=row] {
    flex-direction: row;
  }
  [flex-order-xl="-20"] {
    order: -20;
  }
  [flex-order-xl="-19"] {
    order: -19;
  }
  [flex-order-xl="-18"] {
    order: -18;
  }
  [flex-order-xl="-17"] {
    order: -17;
  }
  [flex-order-xl="-16"] {
    order: -16;
  }
  [flex-order-xl="-15"] {
    order: -15;
  }
  [flex-order-xl="-14"] {
    order: -14;
  }
  [flex-order-xl="-13"] {
    order: -13;
  }
  [flex-order-xl="-12"] {
    order: -12;
  }
  [flex-order-xl="-11"] {
    order: -11;
  }
  [flex-order-xl="-10"] {
    order: -10;
  }
  [flex-order-xl="-9"] {
    order: -9;
  }
  [flex-order-xl="-8"] {
    order: -8;
  }
  [flex-order-xl="-7"] {
    order: -7;
  }
  [flex-order-xl="-6"] {
    order: -6;
  }
  [flex-order-xl="-5"] {
    order: -5;
  }
  [flex-order-xl="-4"] {
    order: -4;
  }
  [flex-order-xl="-3"] {
    order: -3;
  }
  [flex-order-xl="-2"] {
    order: -2;
  }
  [flex-order-xl="-1"] {
    order: -1;
  }
  [flex-order-xl="0"] {
    order: 0;
  }
  [flex-order-xl="1"] {
    order: 1;
  }
  [flex-order-xl="2"] {
    order: 2;
  }
  [flex-order-xl="3"] {
    order: 3;
  }
  [flex-order-xl="4"] {
    order: 4;
  }
  [flex-order-xl="5"] {
    order: 5;
  }
  [flex-order-xl="6"] {
    order: 6;
  }
  [flex-order-xl="7"] {
    order: 7;
  }
  [flex-order-xl="8"] {
    order: 8;
  }
  [flex-order-xl="9"] {
    order: 9;
  }
  [flex-order-xl="10"] {
    order: 10;
  }
  [flex-order-xl="11"] {
    order: 11;
  }
  [flex-order-xl="12"] {
    order: 12;
  }
  [flex-order-xl="13"] {
    order: 13;
  }
  [flex-order-xl="14"] {
    order: 14;
  }
  [flex-order-xl="15"] {
    order: 15;
  }
  [flex-order-xl="16"] {
    order: 16;
  }
  [flex-order-xl="17"] {
    order: 17;
  }
  [flex-order-xl="18"] {
    order: 18;
  }
  [flex-order-xl="19"] {
    order: 19;
  }
  [flex-order-xl="20"] {
    order: 20;
  }
  [flex-offset-xl="0"] {
    margin-left: 0%;
  }
  [flex-offset-xl="5"] {
    margin-left: 5%;
  }
  [flex-offset-xl="10"] {
    margin-left: 10%;
  }
  [flex-offset-xl="15"] {
    margin-left: 15%;
  }
  [flex-offset-xl="20"] {
    margin-left: 20%;
  }
  [flex-offset-xl="25"] {
    margin-left: 25%;
  }
  [flex-offset-xl="30"] {
    margin-left: 30%;
  }
  [flex-offset-xl="35"] {
    margin-left: 35%;
  }
  [flex-offset-xl="40"] {
    margin-left: 40%;
  }
  [flex-offset-xl="45"] {
    margin-left: 45%;
  }
  [flex-offset-xl="50"] {
    margin-left: 50%;
  }
  [flex-offset-xl="55"] {
    margin-left: 55%;
  }
  [flex-offset-xl="60"] {
    margin-left: 60%;
  }
  [flex-offset-xl="65"] {
    margin-left: 65%;
  }
  [flex-offset-xl="70"] {
    margin-left: 70%;
  }
  [flex-offset-xl="75"] {
    margin-left: 75%;
  }
  [flex-offset-xl="80"] {
    margin-left: 80%;
  }
  [flex-offset-xl="85"] {
    margin-left: 85%;
  }
  [flex-offset-xl="90"] {
    margin-left: 90%;
  }
  [flex-offset-xl="95"] {
    margin-left: 95%;
  }
  [flex-offset-xl="33"] {
    margin-left: 33.3333333333%;
  }
  [flex-offset-xl="66"] {
    margin-left: 66.6666666667%;
  }
  [layout-align-xl],
  [layout-align-xl="start stretch"] {
    justify-content: flex-start;
    align-content: stretch;
    align-items: stretch;
  }
  [layout-align-xl=start],
  [layout-align-xl="start start"],
  [layout-align-xl="start center"],
  [layout-align-xl="start end"],
  [layout-align-xl="start stretch"] {
    justify-content: flex-start;
  }
  [layout-align-xl=center],
  [layout-align-xl="center start"],
  [layout-align-xl="center center"],
  [layout-align-xl="center end"],
  [layout-align-xl="center stretch"] {
    justify-content: center;
  }
  [layout-align-xl=end],
  [layout-align-xl="end center"],
  [layout-align-xl="end start"],
  [layout-align-xl="end end"],
  [layout-align-xl="end stretch"] {
    justify-content: flex-end;
  }
  [layout-align-xl=space-around],
  [layout-align-xl="space-around center"],
  [layout-align-xl="space-around start"],
  [layout-align-xl="space-around end"],
  [layout-align-xl="space-around stretch"] {
    justify-content: space-around;
  }
  [layout-align-xl=space-between],
  [layout-align-xl="space-between center"],
  [layout-align-xl="space-between start"],
  [layout-align-xl="space-between end"],
  [layout-align-xl="space-between stretch"] {
    justify-content: space-between;
  }
  [layout-align-xl="start start"],
  [layout-align-xl="center start"],
  [layout-align-xl="end start"],
  [layout-align-xl="space-between start"],
  [layout-align-xl="space-around start"] {
    align-items: flex-start;
    align-content: flex-start;
  }
  [layout-align-xl="start center"],
  [layout-align-xl="center center"],
  [layout-align-xl="end center"],
  [layout-align-xl="space-between center"],
  [layout-align-xl="space-around center"] {
    align-items: center;
    align-content: center;
    max-width: 100%;
  }
  [layout-align-xl="start center"] > *,
  [layout-align-xl="center center"] > *,
  [layout-align-xl="end center"] > *,
  [layout-align-xl="space-between center"] > *,
  [layout-align-xl="space-around center"] > * {
    max-width: 100%;
    box-sizing: border-box;
  }
  [layout-align-xl="start end"],
  [layout-align-xl="center end"],
  [layout-align-xl="end end"],
  [layout-align-xl="space-between end"],
  [layout-align-xl="space-around end"] {
    align-items: flex-end;
    align-content: flex-end;
  }
  [layout-align-xl="start stretch"],
  [layout-align-xl="center stretch"],
  [layout-align-xl="end stretch"],
  [layout-align-xl="space-between stretch"],
  [layout-align-xl="space-around stretch"] {
    align-items: stretch;
    align-content: stretch;
  }
  [flex-xl] {
    flex: 1;
    box-sizing: border-box;
  }
}
@media screen\fffd  and (min-width: 1920px) {
  [flex-xl] {
    flex: 1 1 0%;
  }
}
@media (min-width: 1920px) {
  [flex-xl-grow] {
    flex: 1 1 100%;
    box-sizing: border-box;
  }
  [flex-xl-initial] {
    flex: 0 1 auto;
    box-sizing: border-box;
  }
  [flex-xl-auto] {
    flex: 1 1 auto;
    box-sizing: border-box;
  }
  [flex-xl-none] {
    flex: 0 0 auto;
    box-sizing: border-box;
  }
  [flex-xl="0"] {
    flex: 1 1 0%;
    max-width: 0%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=row] > [flex-xl="0"],
  [layout-xl=row] > [flex-xl="0"] {
    flex: 1 1 0%;
    max-width: 0%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=column] > [flex-xl="0"],
  [layout-xl=column] > [flex-xl="0"] {
    flex: 1 1 0%;
    max-width: 100%;
    max-height: 0%;
    box-sizing: border-box;
  }
  [flex-xl="5"] {
    flex: 1 1 5%;
    max-width: 5%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=row] > [flex-xl="5"],
  [layout-xl=row] > [flex-xl="5"] {
    flex: 1 1 5%;
    max-width: 5%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=column] > [flex-xl="5"],
  [layout-xl=column] > [flex-xl="5"] {
    flex: 1 1 5%;
    max-width: 100%;
    max-height: 5%;
    box-sizing: border-box;
  }
  [flex-xl="10"] {
    flex: 1 1 10%;
    max-width: 10%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=row] > [flex-xl="10"],
  [layout-xl=row] > [flex-xl="10"] {
    flex: 1 1 10%;
    max-width: 10%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=column] > [flex-xl="10"],
  [layout-xl=column] > [flex-xl="10"] {
    flex: 1 1 10%;
    max-width: 100%;
    max-height: 10%;
    box-sizing: border-box;
  }
  [flex-xl="15"] {
    flex: 1 1 15%;
    max-width: 15%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=row] > [flex-xl="15"],
  [layout-xl=row] > [flex-xl="15"] {
    flex: 1 1 15%;
    max-width: 15%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=column] > [flex-xl="15"],
  [layout-xl=column] > [flex-xl="15"] {
    flex: 1 1 15%;
    max-width: 100%;
    max-height: 15%;
    box-sizing: border-box;
  }
  [flex-xl="20"] {
    flex: 1 1 20%;
    max-width: 20%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=row] > [flex-xl="20"],
  [layout-xl=row] > [flex-xl="20"] {
    flex: 1 1 20%;
    max-width: 20%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=column] > [flex-xl="20"],
  [layout-xl=column] > [flex-xl="20"] {
    flex: 1 1 20%;
    max-width: 100%;
    max-height: 20%;
    box-sizing: border-box;
  }
  [flex-xl="25"] {
    flex: 1 1 25%;
    max-width: 25%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=row] > [flex-xl="25"],
  [layout-xl=row] > [flex-xl="25"] {
    flex: 1 1 25%;
    max-width: 25%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=column] > [flex-xl="25"],
  [layout-xl=column] > [flex-xl="25"] {
    flex: 1 1 25%;
    max-width: 100%;
    max-height: 25%;
    box-sizing: border-box;
  }
  [flex-xl="30"] {
    flex: 1 1 30%;
    max-width: 30%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=row] > [flex-xl="30"],
  [layout-xl=row] > [flex-xl="30"] {
    flex: 1 1 30%;
    max-width: 30%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=column] > [flex-xl="30"],
  [layout-xl=column] > [flex-xl="30"] {
    flex: 1 1 30%;
    max-width: 100%;
    max-height: 30%;
    box-sizing: border-box;
  }
  [flex-xl="35"] {
    flex: 1 1 35%;
    max-width: 35%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=row] > [flex-xl="35"],
  [layout-xl=row] > [flex-xl="35"] {
    flex: 1 1 35%;
    max-width: 35%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=column] > [flex-xl="35"],
  [layout-xl=column] > [flex-xl="35"] {
    flex: 1 1 35%;
    max-width: 100%;
    max-height: 35%;
    box-sizing: border-box;
  }
  [flex-xl="40"] {
    flex: 1 1 40%;
    max-width: 40%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=row] > [flex-xl="40"],
  [layout-xl=row] > [flex-xl="40"] {
    flex: 1 1 40%;
    max-width: 40%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=column] > [flex-xl="40"],
  [layout-xl=column] > [flex-xl="40"] {
    flex: 1 1 40%;
    max-width: 100%;
    max-height: 40%;
    box-sizing: border-box;
  }
  [flex-xl="45"] {
    flex: 1 1 45%;
    max-width: 45%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=row] > [flex-xl="45"],
  [layout-xl=row] > [flex-xl="45"] {
    flex: 1 1 45%;
    max-width: 45%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=column] > [flex-xl="45"],
  [layout-xl=column] > [flex-xl="45"] {
    flex: 1 1 45%;
    max-width: 100%;
    max-height: 45%;
    box-sizing: border-box;
  }
  [flex-xl="50"] {
    flex: 1 1 50%;
    max-width: 50%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=row] > [flex-xl="50"],
  [layout-xl=row] > [flex-xl="50"] {
    flex: 1 1 50%;
    max-width: 50%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=column] > [flex-xl="50"],
  [layout-xl=column] > [flex-xl="50"] {
    flex: 1 1 50%;
    max-width: 100%;
    max-height: 50%;
    box-sizing: border-box;
  }
  [flex-xl="55"] {
    flex: 1 1 55%;
    max-width: 55%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=row] > [flex-xl="55"],
  [layout-xl=row] > [flex-xl="55"] {
    flex: 1 1 55%;
    max-width: 55%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=column] > [flex-xl="55"],
  [layout-xl=column] > [flex-xl="55"] {
    flex: 1 1 55%;
    max-width: 100%;
    max-height: 55%;
    box-sizing: border-box;
  }
  [flex-xl="60"] {
    flex: 1 1 60%;
    max-width: 60%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=row] > [flex-xl="60"],
  [layout-xl=row] > [flex-xl="60"] {
    flex: 1 1 60%;
    max-width: 60%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=column] > [flex-xl="60"],
  [layout-xl=column] > [flex-xl="60"] {
    flex: 1 1 60%;
    max-width: 100%;
    max-height: 60%;
    box-sizing: border-box;
  }
  [flex-xl="65"] {
    flex: 1 1 65%;
    max-width: 65%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=row] > [flex-xl="65"],
  [layout-xl=row] > [flex-xl="65"] {
    flex: 1 1 65%;
    max-width: 65%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=column] > [flex-xl="65"],
  [layout-xl=column] > [flex-xl="65"] {
    flex: 1 1 65%;
    max-width: 100%;
    max-height: 65%;
    box-sizing: border-box;
  }
  [flex-xl="70"] {
    flex: 1 1 70%;
    max-width: 70%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=row] > [flex-xl="70"],
  [layout-xl=row] > [flex-xl="70"] {
    flex: 1 1 70%;
    max-width: 70%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=column] > [flex-xl="70"],
  [layout-xl=column] > [flex-xl="70"] {
    flex: 1 1 70%;
    max-width: 100%;
    max-height: 70%;
    box-sizing: border-box;
  }
  [flex-xl="75"] {
    flex: 1 1 75%;
    max-width: 75%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=row] > [flex-xl="75"],
  [layout-xl=row] > [flex-xl="75"] {
    flex: 1 1 75%;
    max-width: 75%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=column] > [flex-xl="75"],
  [layout-xl=column] > [flex-xl="75"] {
    flex: 1 1 75%;
    max-width: 100%;
    max-height: 75%;
    box-sizing: border-box;
  }
  [flex-xl="80"] {
    flex: 1 1 80%;
    max-width: 80%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=row] > [flex-xl="80"],
  [layout-xl=row] > [flex-xl="80"] {
    flex: 1 1 80%;
    max-width: 80%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=column] > [flex-xl="80"],
  [layout-xl=column] > [flex-xl="80"] {
    flex: 1 1 80%;
    max-width: 100%;
    max-height: 80%;
    box-sizing: border-box;
  }
  [flex-xl="85"] {
    flex: 1 1 85%;
    max-width: 85%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=row] > [flex-xl="85"],
  [layout-xl=row] > [flex-xl="85"] {
    flex: 1 1 85%;
    max-width: 85%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=column] > [flex-xl="85"],
  [layout-xl=column] > [flex-xl="85"] {
    flex: 1 1 85%;
    max-width: 100%;
    max-height: 85%;
    box-sizing: border-box;
  }
  [flex-xl="90"] {
    flex: 1 1 90%;
    max-width: 90%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=row] > [flex-xl="90"],
  [layout-xl=row] > [flex-xl="90"] {
    flex: 1 1 90%;
    max-width: 90%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=column] > [flex-xl="90"],
  [layout-xl=column] > [flex-xl="90"] {
    flex: 1 1 90%;
    max-width: 100%;
    max-height: 90%;
    box-sizing: border-box;
  }
  [flex-xl="95"] {
    flex: 1 1 95%;
    max-width: 95%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=row] > [flex-xl="95"],
  [layout-xl=row] > [flex-xl="95"] {
    flex: 1 1 95%;
    max-width: 95%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=column] > [flex-xl="95"],
  [layout-xl=column] > [flex-xl="95"] {
    flex: 1 1 95%;
    max-width: 100%;
    max-height: 95%;
    box-sizing: border-box;
  }
  [flex-xl="100"] {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=row] > [flex-xl="100"],
  [layout-xl=row] > [flex-xl="100"] {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=column] > [flex-xl="100"],
  [layout-xl=column] > [flex-xl="100"] {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=row] > [flex-xl="33"],
  [layout=row] > [flex-xl="33"],
  [layout-xl=row] > [flex-xl="33"],
  [layout-xl=row] > [flex-xl="33"] {
    flex: 1 1 33.33%;
    max-width: 33.33%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=row] > [flex-xl="66"],
  [layout=row] > [flex-xl="66"],
  [layout-xl=row] > [flex-xl="66"],
  [layout-xl=row] > [flex-xl="66"] {
    flex: 1 1 66.66%;
    max-width: 66.66%;
    max-height: 100%;
    box-sizing: border-box;
  }
  [layout=column] > [flex-xl="33"],
  [layout=column] > [flex-xl="33"],
  [layout-xl=column] > [flex-xl="33"],
  [layout-xl=column] > [flex-xl="33"] {
    flex: 1 1 33.33%;
    max-width: 100%;
    max-height: 33.33%;
    box-sizing: border-box;
  }
  [layout=column] > [flex-xl="66"],
  [layout=column] > [flex-xl="66"],
  [layout-xl=column] > [flex-xl="66"],
  [layout-xl=column] > [flex-xl="66"] {
    flex: 1 1 66.66%;
    max-width: 100%;
    max-height: 66.66%;
    box-sizing: border-box;
  }
  [layout-xl],
  [layout-xl=column],
  [layout-xl=row] {
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  [layout-xl=column] {
    flex-direction: column;
  }
  [layout-xl=row] {
    flex-direction: row;
  }
  [hide]: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-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-md]:not([show-gt-xs]):not([show-gt-sm]):not([show-gt-md]):not([show-gt-lg]):not([show-xl]):not([show]),
  [hide-gt-lg]:not([show-gt-xs]):not([show-gt-sm]):not([show-gt-md]):not([show-gt-lg]):not([show-xl]):not([show]) {
    display: none;
  }
  [hide-xl]:not([show-xl]):not([show-gt-lg]):not([show]) {
    display: none;
  }
}
@-moz-document url-prefix() {
  .layout-fill {
    margin: 0;
    width: 100%;
    min-height: 100%;
    height: 100%;
  }
}
.flex-order {
  order: 0;
}
.flex-order--20 {
  order: -20;
}
.flex-order--19 {
  order: -19;
}
.flex-order--18 {
  order: -18;
}
.flex-order--17 {
  order: -17;
}
.flex-order--16 {
  order: -16;
}
.flex-order--15 {
  order: -15;
}
.flex-order--14 {
  order: -14;
}
.flex-order--13 {
  order: -13;
}
.flex-order--12 {
  order: -12;
}
.flex-order--11 {
  order: -11;
}
.flex-order--10 {
  order: -10;
}
.flex-order--9 {
  order: -9;
}
.flex-order--8 {
  order: -8;
}
.flex-order--7 {
  order: -7;
}
.flex-order--6 {
  order: -6;
}
.flex-order--5 {
  order: -5;
}
.flex-order--4 {
  order: -4;
}
.flex-order--3 {
  order: -3;
}
.flex-order--2 {
  order: -2;
}
.flex-order--1 {
  order: -1;
}
.flex-order-0 {
  order: 0;
}
.flex-order-1 {
  order: 1;
}
.flex-order-2 {
  order: 2;
}
.flex-order-3 {
  order: 3;
}
.flex-order-4 {
  order: 4;
}
.flex-order-5 {
  order: 5;
}
.flex-order-6 {
  order: 6;
}
.flex-order-7 {
  order: 7;
}
.flex-order-8 {
  order: 8;
}
.flex-order-9 {
  order: 9;
}
.flex-order-10 {
  order: 10;
}
.flex-order-11 {
  order: 11;
}
.flex-order-12 {
  order: 12;
}
.flex-order-13 {
  order: 13;
}
.flex-order-14 {
  order: 14;
}
.flex-order-15 {
  order: 15;
}
.flex-order-16 {
  order: 16;
}
.flex-order-17 {
  order: 17;
}
.flex-order-18 {
  order: 18;
}
.flex-order-19 {
  order: 19;
}
.flex-order-20 {
  order: 20;
}
.offset-0,
.flex-offset-0 {
  margin-left: 0%;
}
.offset-5,
.flex-offset-5 {
  margin-left: 5%;
}
.offset-10,
.flex-offset-10 {
  margin-left: 10%;
}
.offset-15,
.flex-offset-15 {
  margin-left: 15%;
}
.offset-20,
.flex-offset-20 {
  margin-left: 20%;
}
.offset-25,
.flex-offset-25 {
  margin-left: 25%;
}
.offset-30,
.flex-offset-30 {
  margin-left: 30%;
}
.offset-35,
.flex-offset-35 {
  margin-left: 35%;
}
.offset-40,
.flex-offset-40 {
  margin-left: 40%;
}
.offset-45,
.flex-offset-45 {
  margin-left: 45%;
}
.offset-50,
.flex-offset-50 {
  margin-left: 50%;
}
.offset-55,
.flex-offset-55 {
  margin-left: 55%;
}
.offset-60,
.flex-offset-60 {
  margin-left: 60%;
}
.offset-65,
.flex-offset-65 {
  margin-left: 65%;
}
.offset-70,
.flex-offset-70 {
  margin-left: 70%;
}
.offset-75,
.flex-offset-75 {
  margin-left: 75%;
}
.offset-80,
.flex-offset-80 {
  margin-left: 80%;
}
.offset-85,
.flex-offset-85 {
  margin-left: 85%;
}
.offset-90,
.flex-offset-90 {
  margin-left: 90%;
}
.offset-95,
.flex-offset-95 {
  margin-left: 95%;
}
.offset-33,
.flex-offset-33 {
  margin-left: 33.3333333333%;
}
.offset-66,
.flex-offset-66 {
  margin-left: 66.6666666667%;
}
.layout-align,
.layout-align-start-stretch {
  justify-content: flex-start;
  align-content: stretch;
  align-items: stretch;
}
.layout-align-start,
.layout-align-start-start,
.layout-align-start-center,
.layout-align-start-end,
.layout-align-start-stretch {
  justify-content: flex-start;
}
.layout-align-center,
.layout-align-center-start,
.layout-align-center-center,
.layout-align-center-end,
.layout-align-center-stretch {
  justify-content: center;
}
.layout-align-end,
.layout-align-end-start,
.layout-align-end-center,
.layout-align-end-end,
.layout-align-end-stretch {
  justify-content: flex-end;
}
.layout-align-space-around,
.layout-align-space-around-center,
.layout-align-space-around-start,
.layout-align-space-around-end,
.layout-align-space-around-stretch {
  justify-content: space-around;
}
.layout-align-space-between,
.layout-align-space-between-center,
.layout-align-space-between-start,
.layout-align-space-between-end,
.layout-align-space-between-stretch {
  justify-content: space-between;
}
.layout-align-start-start,
.layout-align-center-start,
.layout-align-end-start,
.layout-align-space-between-start,
.layout-align-space-around-start {
  align-items: flex-start;
  align-content: flex-start;
}
.layout-align-start-center,
.layout-align-center-center,
.layout-align-end-center,
.layout-align-space-between-center,
.layout-align-space-around-center {
  align-items: center;
  align-content: center;
  max-width: 100%;
}
.layout-align-start-center > *,
.layout-align-center-center > *,
.layout-align-end-center > *,
.layout-align-space-between-center > *,
.layout-align-space-around-center > * {
  max-width: 100%;
  box-sizing: border-box;
}
.layout-align-start-end,
.layout-align-center-end,
.layout-align-end-end,
.layout-align-space-between-end,
.layout-align-space-around-end {
  align-items: flex-end;
  align-content: flex-end;
}
.layout-align-start-stretch,
.layout-align-center-stretch,
.layout-align-end-stretch,
.layout-align-space-between-stretch,
.layout-align-space-around-stretch {
  align-items: stretch;
  align-content: stretch;
}
.flex {
  flex: 1;
  box-sizing: border-box;
}
@media screen\fffd {
  .flex {
    flex: 1 1 0%;
  }
}
.flex-grow {
  flex: 1 1 100%;
  box-sizing: border-box;
}
.flex-initial {
  flex: 0 1 auto;
  box-sizing: border-box;
}
.flex-auto {
  flex: 1 1 auto;
  box-sizing: border-box;
}
.flex-none {
  flex: 0 0 auto;
  box-sizing: border-box;
}
.flex-noshrink {
  flex: 1 0 auto;
  box-sizing: border-box;
}
.flex-nogrow {
  flex: 0 1 auto;
  box-sizing: border-box;
}
.flex-0 {
  flex: 1 1 0%;
  max-width: 0%;
  max-height: 100%;
  box-sizing: border-box;
}
.layout-row > .flex-0,
.layout-row > .flex-0 {
  flex: 1 1 0%;
  max-width: 0%;
  max-height: 100%;
  box-sizing: border-box;
  min-width: 0;
}
.layout-column > .flex-0,
.layout-column > .flex-0 {
  flex: 1 1 0%;
  max-width: 100%;
  max-height: 0%;
  box-sizing: border-box;
  min-height: 0;
}
.flex-5 {
  flex: 1 1 5%;
  max-width: 5%;
  max-height: 100%;
  box-sizing: border-box;
}
.layout-row > .flex-5,
.layout-row > .flex-5 {
  flex: 1 1 5%;
  max-width: 5%;
  max-height: 100%;
  box-sizing: border-box;
}
.layout-column > .flex-5,
.layout-column > .flex-5 {
  flex: 1 1 5%;
  max-width: 100%;
  max-height: 5%;
  box-sizing: border-box;
}
.flex-10 {
  flex: 1 1 10%;
  max-width: 10%;
  max-height: 100%;
  box-sizing: border-box;
}
.layout-row > .flex-10,
.layout-row > .flex-10 {
  flex: 1 1 10%;
  max-width: 10%;
  max-height: 100%;
  box-sizing: border-box;
}
.layout-column > .flex-10,
.layout-column > .flex-10 {
  flex: 1 1 10%;
  max-width: 100%;
  max-height: 10%;
  box-sizing: border-box;
}
.flex-15 {
  flex: 1 1 15%;
  max-width: 15%;
  max-height: 100%;
  box-sizing: border-box;
}
.layout-row > .flex-15,
.layout-row > .flex-15 {
  flex: 1 1 15%;
  max-width: 15%;
  max-height: 100%;
  box-sizing: border-box;
}
.layout-column > .flex-15,
.layout-column > .flex-15 {
  flex: 1 1 15%;
  max-width: 100%;
  max-height: 15%;
  box-sizing: border-box;
}
.flex-20 {
  flex: 1 1 20%;
  max-width: 20%;
  max-height: 100%;
  box-sizing: border-box;
}
.layout-row > .flex-20,
.layout-row > .flex-20 {
  flex: 1 1 20%;
  max-width: 20%;
  max-height: 100%;
  box-sizing: border-box;
}
.layout-column > .flex-20,
.layout-column > .flex-20 {
  flex: 1 1 20%;
  max-width: 100%;
  max-height: 20%;
  box-sizing: border-box;
}
.flex-25 {
  flex: 1 1 25%;
  max-width: 25%;
  max-height: 100%;
  box-sizing: border-box;
}
.layout-row > .flex-25,
.layout-row > .flex-25 {
  flex: 1 1 25%;
  max-width: 25%;
  max-height: 100%;
  box-sizing: border-box;
}
.layout-column > .flex-25,
.layout-column > .flex-25 {
  flex: 1 1 25%;
  max-width: 100%;
  max-height: 25%;
  box-sizing: border-box;
}
.flex-30 {
  flex: 1 1 30%;
  max-width: 30%;
  max-height: 100%;
  box-sizing: border-box;
}
.layout-row > .flex-30,
.layout-row > .flex-30 {
  flex: 1 1 30%;
  max-width: 30%;
  max-height: 100%;
  box-sizing: border-box;
}
.layout-column > .flex-30,
.layout-column > .flex-30 {
  flex: 1 1 30%;
  max-width: 100%;
  max-height: 30%;
  box-sizing: border-box;
}
.flex-35 {
  flex: 1 1 35%;
  max-width: 35%;
  max-height: 100%;
  box-sizing: border-box;
}
.layout-row > .flex-35,
.layout-row > .flex-35 {
  flex: 1 1 35%;
  max-width: 35%;
  max-height: 100%;
  box-sizing: border-box;
}
.layout-column > .flex-35,
.layout-column > .flex-35 {
  flex: 1 1 35%;
  max-width: 100%;
  max-height: 35%;
  box-sizing: border-box;
}
.flex-40 {
  flex: 1 1 40%;
  max-width: 40%;
  max-height: 100%;
  box-sizing: border-box;
}
.layout-row > .flex-40,
.layout-row > .flex-40 {
  flex: 1 1 40%;
  max-width: 40%;
  max-height: 100%;
  box-sizing: border-box;
}
.layout-column > .flex-40,
.layout-column > .flex-40 {
  flex: 1 1 40%;
  max-width: 100%;
  max-height: 40%;
  box-sizing: border-box;
}
.flex-45 {
  flex: 1 1 45%;
  max-width: 45%;
  max-height: 100%;
  box-sizing: border-box;
}
.layout-row > .flex-45,
.layout-row > .flex-45 {
  flex: 1 1 45%;
  max-width: 45%;
  max-height: 100%;
  box-sizing: border-box;
}
.layout-column > .flex-45,
.layout-column > .flex-45 {
  flex: 1 1 45%;
  max-width: 100%;
  max-height: 45%;
  box-sizing: border-box;
}
.flex-50 {
  flex: 1 1 50%;
  max-width: 50%;
  max-height: 100%;
  box-sizing: border-box;
}
.layout-row > .flex-50,
.layout-row > .flex-50 {
  flex: 1 1 50%;
  max-width: 50%;
  max-height: 100%;
  box-sizing: border-box;
}
.layout-column > .flex-50,
.layout-column > .flex-50 {
  flex: 1 1 50%;
  max-width: 100%;
  max-height: 50%;
  box-sizing: border-box;
}
.flex-55 {
  flex: 1 1 55%;
  max-width: 55%;
  max-height: 100%;
  box-sizing: border-box;
}
.layout-row > .flex-55,
.layout-row > .flex-55 {
  flex: 1 1 55%;
  max-width: 55%;
  max-height: 100%;
  box-sizing: border-box;
}
.layout-column > .flex-55,
.layout-column > .flex-55 {
  flex: 1 1 55%;
  max-width: 100%;
  max-height: 55%;
  box-sizing: border-box;
}
.flex-60 {
  flex: 1 1 60%;
  max-width: 60%;
  max-height: 100%;
  box-sizing: border-box;
}
.layout-row > .flex-60,
.layout-row > .flex-60 {
  flex: 1 1 60%;
  max-width: 60%;
  max-height: 100%;
  box-sizing: border-box;
}
.layout-column > .flex-60,
.layout-column > .flex-60 {
  flex: 1 1 60%;
  max-width: 100%;
  max-height: 60%;
  box-sizing: border-box;
}
.flex-65 {
  flex: 1 1 65%;
  max-width: 65%;
  max-height: 100%;
  box-sizing: border-box;
}
.layout-row > .flex-65,
.layout-row > .flex-65 {
  flex: 1 1 65%;
  max-width: 65%;
  max-height: 100%;
  box-sizing: border-box;
}
.layout-column > .flex-65,
.layout-column > .flex-65 {
  flex: 1 1 65%;
  max-width: 100%;
  max-height: 65%;
  box-sizing: border-box;
}
.flex-70 {
  flex: 1 1 70%;
  max-width: 70%;
  max-height: 100%;
  box-sizing: border-box;
}
.layout-row > .flex-70,
.layout-row > .flex-70 {
  flex: 1 1 70%;
  max-width: 70%;
  max-height: 100%;
  box-sizing: border-box;
}
.layout-column > .flex-70,
.layout-column > .flex-70 {
  flex: 1 1 70%;
  max-width: 100%;
  max-height: 70%;
  box-sizing: border-box;
}
.flex-75 {
  flex: 1 1 75%;
  max-width: 75%;
  max-height: 100%;
  box-sizing: border-box;
}
.layout-row > .flex-75,
.layout-row > .flex-75 {
  flex: 1 1 75%;
  max-width: 75%;
  max-height: 100%;
  box-sizing: border-box;
}
.layout-column > .flex-75,
.layout-column > .flex-75 {
  flex: 1 1 75%;
  max-width: 100%;
  max-height: 75%;
  box-sizing: border-box;
}
.flex-80 {
  flex: 1 1 80%;
  max-width: 80%;
  max-height: 100%;
  box-sizing: border-box;
}
.layout-row > .flex-80,
.layout-row > .flex-80 {
  flex: 1 1 80%;
  max-width: 80%;
  max-height: 100%;
  box-sizing: border-box;
}
.layout-column > .flex-80,
.layout-column > .flex-80 {
  flex: 1 1 80%;
  max-width: 100%;
  max-height: 80%;
  box-sizing: border-box;
}
.flex-85 {
  flex: 1 1 85%;
  max-width: 85%;
  max-height: 100%;
  box-sizing: border-box;
}
.layout-row > .flex-85,
.layout-row > .flex-85 {
  flex: 1 1 85%;
  max-width: 85%;
  max-height: 100%;
  box-sizing: border-box;
}
.layout-column > .flex-85,
.layout-column > .flex-85 {
  flex: 1 1 85%;
  max-width: 100%;
  max-height: 85%;
  box-sizing: border-box;
}
.flex-90 {
  flex: 1 1 90%;
  max-width: 90%;
  max-height: 100%;
  box-sizing: border-box;
}
.layout-row > .flex-90,
.layout-row > .flex-90 {
  flex: 1 1 90%;
  max-width: 90%;
  max-height: 100%;
  box-sizing: border-box;
}
.layout-column > .flex-90,
.layout-column > .flex-90 {
  flex: 1 1 90%;
  max-width: 100%;
  max-height: 90%;
  box-sizing: border-box;
}
.flex-95 {
  flex: 1 1 95%;
  max-width: 95%;
  max-height: 100%;
  box-sizing: border-box;
}
.layout-row > .flex-95,
.layout-row > .flex-95 {
  flex: 1 1 95%;
  max-width: 95%;
  max-height: 100%;
  box-sizing: border-box;
}
.layout-column > .flex-95,
.layout-column > .flex-95 {
  flex: 1 1 95%;
  max-width: 100%;
  max-height: 95%;
  box-sizing: border-box;
}
.flex-100 {
  flex: 1 1 100%;
  max-width: 100%;
  max-height: 100%;
  box-sizing: border-box;
}
.layout-row > .flex-100,
.layout-row > .flex-100 {
  flex: 1 1 100%;
  max-width: 100%;
  max-height: 100%;
  box-sizing: border-box;
}
.layout-column > .flex-100,
.layout-column > .flex-100 {
  flex: 1 1 100%;
  max-width: 100%;
  max-height: 100%;
  box-sizing: border-box;
}
.layout-row > .flex-33,
.layout-row > .flex-33,
.layout-row > .flex-33,
.layout-row > .flex-33 {
  flex: 1 1 33.33%;
  max-width: 33.33%;
  max-height: 100%;
  box-sizing: border-box;
}
.layout-row > .flex-66,
.layout-row > .flex-66,
.layout-row > .flex-66,
.layout-row > .flex-66 {
  flex: 1 1 66.66%;
  max-width: 66.66%;
  max-height: 100%;
  box-sizing: border-box;
}
.layout-row > .flex,
.layout-row > .flex {
  min-width: 0;
}
.layout-column > .flex-33,
.layout-column > .flex-33,
.layout-column > .flex-33,
.layout-column > .flex-33 {
  flex: 1 1 33.33%;
  max-width: 100%;
  max-height: 33.33%;
  box-sizing: border-box;
}
.layout-column > .flex-66,
.layout-column > .flex-66,
.layout-column > .flex-66,
.layout-column > .flex-66 {
  flex: 1 1 66.66%;
  max-width: 100%;
  max-height: 66.66%;
  box-sizing: border-box;
}
.layout-column > .flex,
.layout-column > .flex {
  min-height: 0;
}
.layout,
.layout-column,
.layout-row {
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.layout-column {
  flex-direction: column;
}
.layout-row {
  flex-direction: row;
}
.layout-padding-sm > *,
.layout-padding > .flex-sm {
  padding: 4px;
}
.layout-padding,
.layout-padding-gt-sm,
.layout-padding-md,
.layout-padding > *,
.layout-padding-gt-sm > *,
.layout-padding-md > *,
.layout-padding > .flex,
.layout-padding > .flex-gt-sm,
.layout-padding > .flex-md {
  padding: 8px;
}
.layout-padding-gt-md > *,
.layout-padding-lg > *,
.layout-padding-gt-lg > *,
.layout-padding > .flex-gt-md,
.layout-padding > .flex-lg,
.layout-padding > .flex-lg,
.layout-padding > .flex-gt-lg {
  padding: 16px;
}
.layout-margin-sm > *,
.layout-margin > .flex-sm {
  margin: 4px;
}
.layout-margin,
.layout-margin-gt-sm,
.layout-margin-md,
.layout-margin > *,
.layout-margin-gt-sm > *,
.layout-margin-md > *,
.layout-margin > .flex,
.layout-margin > .flex-gt-sm,
.layout-margin > .flex-md {
  margin: 8px;
}
.layout-margin-gt-md > *,
.layout-margin-lg > *,
.layout-margin-gt-lg > *,
.layout-margin > .flex-gt-md,
.layout-margin > .flex-lg,
.layout-margin > .flex-gt-lg {
  margin: 16px;
}
.layout-wrap {
  flex-wrap: wrap;
}
.layout-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 {
    order: -20;
  }
  .flex-order-xs--19 {
    order: -19;
  }
  .flex-order-xs--18 {
    order: -18;
  }
  .flex-order-xs--17 {
    order: -17;
  }
  .flex-order-xs--16 {
    order: -16;
  }
  .flex-order-xs--15 {
    order: -15;
  }
  .flex-order-xs--14 {
    order: -14;
  }
  .flex-order-xs--13 {
    order: -13;
  }
  .flex-order-xs--12 {
    order: -12;
  }
  .flex-order-xs--11 {
    order: -11;
  }
  .flex-order-xs--10 {
    order: -10;
  }
  .flex-order-xs--9 {
    order: -9;
  }
  .flex-order-xs--8 {
    order: -8;
  }
  .flex-order-xs--7 {
    order: -7;
  }
  .flex-order-xs--6 {
    order: -6;
  }
  .flex-order-xs--5 {
    order: -5;
  }
  .flex-order-xs--4 {
    order: -4;
  }
  .flex-order-xs--3 {
    order: -3;
  }
  .flex-order-xs--2 {
    order: -2;
  }
  .flex-order-xs--1 {
    order: -1;
  }
  .flex-order-xs-0 {
    order: 0;
  }
  .flex-order-xs-1 {
    order: 1;
  }
  .flex-order-xs-2 {
    order: 2;
  }
  .flex-order-xs-3 {
    order: 3;
  }
  .flex-order-xs-4 {
    order: 4;
  }
  .flex-order-xs-5 {
    order: 5;
  }
  .flex-order-xs-6 {
    order: 6;
  }
  .flex-order-xs-7 {
    order: 7;
  }
  .flex-order-xs-8 {
    order: 8;
  }
  .flex-order-xs-9 {
    order: 9;
  }
  .flex-order-xs-10 {
    order: 10;
  }
  .flex-order-xs-11 {
    order: 11;
  }
  .flex-order-xs-12 {
    order: 12;
  }
  .flex-order-xs-13 {
    order: 13;
  }
  .flex-order-xs-14 {
    order: 14;
  }
  .flex-order-xs-15 {
    order: 15;
  }
  .flex-order-xs-16 {
    order: 16;
  }
  .flex-order-xs-17 {
    order: 17;
  }
  .flex-order-xs-18 {
    order: 18;
  }
  .flex-order-xs-19 {
    order: 19;
  }
  .flex-order-xs-20 {
    order: 20;
  }
  .offset-xs-0,
  .flex-offset-xs-0 {
    margin-left: 0%;
  }
  .offset-xs-5,
  .flex-offset-xs-5 {
    margin-left: 5%;
  }
  .offset-xs-10,
  .flex-offset-xs-10 {
    margin-left: 10%;
  }
  .offset-xs-15,
  .flex-offset-xs-15 {
    margin-left: 15%;
  }
  .offset-xs-20,
  .flex-offset-xs-20 {
    margin-left: 20%;
  }
  .offset-xs-25,
  .flex-offset-xs-25 {
    margin-left: 25%;
  }
  .offset-xs-30,
  .flex-offset-xs-30 {
    margin-left: 30%;
  }
  .offset-xs-35,
  .flex-offset-xs-35 {
    margin-left: 35%;
  }
  .offset-xs-40,
  .flex-offset-xs-40 {
    margin-left: 40%;
  }
  .offset-xs-45,
  .flex-offset-xs-45 {
    margin-left: 45%;
  }
  .offset-xs-50,
  .flex-offset-xs-50 {
    margin-left: 50%;
  }
  .offset-xs-55,
  .flex-offset-xs-55 {
    margin-left: 55%;
  }
  .offset-xs-60,
  .flex-offset-xs-60 {
    margin-left: 60%;
  }
  .offset-xs-65,
  .flex-offset-xs-65 {
    margin-left: 65%;
  }
  .offset-xs-70,
  .flex-offset-xs-70 {
    margin-left: 70%;
  }
  .offset-xs-75,
  .flex-offset-xs-75 {
    margin-left: 75%;
  }
  .offset-xs-80,
  .flex-offset-xs-80 {
    margin-left: 80%;
  }
  .offset-xs-85,
  .flex-offset-xs-85 {
    margin-left: 85%;
  }
  .offset-xs-90,
  .flex-offset-xs-90 {
    margin-left: 90%;
  }
  .offset-xs-95,
  .flex-offset-xs-95 {
    margin-left: 95%;
  }
  .offset-xs-33,
  .flex-offset-xs-33 {
    margin-left: 33.3333333333%;
  }
  .offset-xs-66,
  .flex-offset-xs-66 {
    margin-left: 66.6666666667%;
  }
  .layout-align-xs,
  .layout-align-xs-start-stretch {
    justify-content: flex-start;
    align-content: stretch;
    align-items: stretch;
  }
  .layout-align-xs-start,
  .layout-align-xs-start-start,
  .layout-align-xs-start-center,
  .layout-align-xs-start-end,
  .layout-align-xs-start-stretch {
    justify-content: flex-start;
  }
  .layout-align-xs-center,
  .layout-align-xs-center-start,
  .layout-align-xs-center-center,
  .layout-align-xs-center-end,
  .layout-align-xs-center-stretch {
    justify-content: center;
  }
  .layout-align-xs-end,
  .layout-align-xs-end-start,
  .layout-align-xs-end-center,
  .layout-align-xs-end-end,
  .layout-align-xs-end-stretch {
    justify-content: flex-end;
  }
  .layout-align-xs-space-around,
  .layout-align-xs-space-around-center,
  .layout-align-xs-space-around-start,
  .layout-align-xs-space-around-end,
  .layout-align-xs-space-around-stretch {
    justify-content: space-around;
  }
  .layout-align-xs-space-between,
  .layout-align-xs-space-between-center,
  .layout-align-xs-space-between-start,
  .layout-align-xs-space-between-end,
  .layout-align-xs-space-between-stretch {
    justify-content: space-between;
  }
  .layout-align-xs-start-start,
  .layout-align-xs-center-start,
  .layout-align-xs-end-start,
  .layout-align-xs-space-between-start,
  .layout-align-xs-space-around-start {
    align-items: flex-start;
    align-content: flex-start;
  }
  .layout-align-xs-start-center,
  .layout-align-xs-center-center,
  .layout-align-xs-end-center,
  .layout-align-xs-space-between-center,
  .layout-align-xs-space-around-center {
    align-items: center;
    align-content: center;
    max-width: 100%;
  }
  .layout-align-xs-start-center > *,
  .layout-align-xs-center-center > *,
  .layout-align-xs-end-center > *,
  .layout-align-xs-space-between-center > *,
  .layout-align-xs-space-around-center > * {
    max-width: 100%;
    box-sizing: border-box;
  }
  .layout-align-xs-start-end,
  .layout-align-xs-center-end,
  .layout-align-xs-end-end,
  .layout-align-xs-space-between-end,
  .layout-align-xs-space-around-end {
    align-items: flex-end;
    align-content: flex-end;
  }
  .layout-align-xs-start-stretch,
  .layout-align-xs-center-stretch,
  .layout-align-xs-end-stretch,
  .layout-align-xs-space-between-stretch,
  .layout-align-xs-space-around-stretch {
    align-items: stretch;
    align-content: stretch;
  }
  .flex-xs {
    flex: 1;
    box-sizing: border-box;
  }
}
@media screen\fffd  and (max-width: 599px) {
  .flex-xs {
    flex: 1 1 0%;
  }
}
@media (max-width: 599px) {
  .flex-xs-grow {
    flex: 1 1 100%;
    box-sizing: border-box;
  }
  .flex-xs-initial {
    flex: 0 1 auto;
    box-sizing: border-box;
  }
  .flex-xs-auto {
    flex: 1 1 auto;
    box-sizing: border-box;
  }
  .flex-xs-none {
    flex: 0 0 auto;
    box-sizing: border-box;
  }
  .flex-xs-noshrink {
    flex: 1 0 auto;
    box-sizing: border-box;
  }
  .flex-xs-nogrow {
    flex: 0 1 auto;
    box-sizing: border-box;
  }
  .flex-xs-0 {
    flex: 1 1 0%;
    max-width: 0%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-xs-0,
  .layout-xs-row > .flex-xs-0 {
    flex: 1 1 0%;
    max-width: 0%;
    max-height: 100%;
    box-sizing: border-box;
    min-width: 0;
  }
  .layout-column > .flex-xs-0,
  .layout-xs-column > .flex-xs-0 {
    flex: 1 1 0%;
    max-width: 100%;
    max-height: 0%;
    box-sizing: border-box;
    min-height: 0;
  }
  .flex-xs-5 {
    flex: 1 1 5%;
    max-width: 5%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-xs-5,
  .layout-xs-row > .flex-xs-5 {
    flex: 1 1 5%;
    max-width: 5%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-xs-5,
  .layout-xs-column > .flex-xs-5 {
    flex: 1 1 5%;
    max-width: 100%;
    max-height: 5%;
    box-sizing: border-box;
  }
  .flex-xs-10 {
    flex: 1 1 10%;
    max-width: 10%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-xs-10,
  .layout-xs-row > .flex-xs-10 {
    flex: 1 1 10%;
    max-width: 10%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-xs-10,
  .layout-xs-column > .flex-xs-10 {
    flex: 1 1 10%;
    max-width: 100%;
    max-height: 10%;
    box-sizing: border-box;
  }
  .flex-xs-15 {
    flex: 1 1 15%;
    max-width: 15%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-xs-15,
  .layout-xs-row > .flex-xs-15 {
    flex: 1 1 15%;
    max-width: 15%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-xs-15,
  .layout-xs-column > .flex-xs-15 {
    flex: 1 1 15%;
    max-width: 100%;
    max-height: 15%;
    box-sizing: border-box;
  }
  .flex-xs-20 {
    flex: 1 1 20%;
    max-width: 20%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-xs-20,
  .layout-xs-row > .flex-xs-20 {
    flex: 1 1 20%;
    max-width: 20%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-xs-20,
  .layout-xs-column > .flex-xs-20 {
    flex: 1 1 20%;
    max-width: 100%;
    max-height: 20%;
    box-sizing: border-box;
  }
  .flex-xs-25 {
    flex: 1 1 25%;
    max-width: 25%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-xs-25,
  .layout-xs-row > .flex-xs-25 {
    flex: 1 1 25%;
    max-width: 25%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-xs-25,
  .layout-xs-column > .flex-xs-25 {
    flex: 1 1 25%;
    max-width: 100%;
    max-height: 25%;
    box-sizing: border-box;
  }
  .flex-xs-30 {
    flex: 1 1 30%;
    max-width: 30%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-xs-30,
  .layout-xs-row > .flex-xs-30 {
    flex: 1 1 30%;
    max-width: 30%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-xs-30,
  .layout-xs-column > .flex-xs-30 {
    flex: 1 1 30%;
    max-width: 100%;
    max-height: 30%;
    box-sizing: border-box;
  }
  .flex-xs-35 {
    flex: 1 1 35%;
    max-width: 35%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-xs-35,
  .layout-xs-row > .flex-xs-35 {
    flex: 1 1 35%;
    max-width: 35%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-xs-35,
  .layout-xs-column > .flex-xs-35 {
    flex: 1 1 35%;
    max-width: 100%;
    max-height: 35%;
    box-sizing: border-box;
  }
  .flex-xs-40 {
    flex: 1 1 40%;
    max-width: 40%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-xs-40,
  .layout-xs-row > .flex-xs-40 {
    flex: 1 1 40%;
    max-width: 40%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-xs-40,
  .layout-xs-column > .flex-xs-40 {
    flex: 1 1 40%;
    max-width: 100%;
    max-height: 40%;
    box-sizing: border-box;
  }
  .flex-xs-45 {
    flex: 1 1 45%;
    max-width: 45%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-xs-45,
  .layout-xs-row > .flex-xs-45 {
    flex: 1 1 45%;
    max-width: 45%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-xs-45,
  .layout-xs-column > .flex-xs-45 {
    flex: 1 1 45%;
    max-width: 100%;
    max-height: 45%;
    box-sizing: border-box;
  }
  .flex-xs-50 {
    flex: 1 1 50%;
    max-width: 50%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-xs-50,
  .layout-xs-row > .flex-xs-50 {
    flex: 1 1 50%;
    max-width: 50%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-xs-50,
  .layout-xs-column > .flex-xs-50 {
    flex: 1 1 50%;
    max-width: 100%;
    max-height: 50%;
    box-sizing: border-box;
  }
  .flex-xs-55 {
    flex: 1 1 55%;
    max-width: 55%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-xs-55,
  .layout-xs-row > .flex-xs-55 {
    flex: 1 1 55%;
    max-width: 55%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-xs-55,
  .layout-xs-column > .flex-xs-55 {
    flex: 1 1 55%;
    max-width: 100%;
    max-height: 55%;
    box-sizing: border-box;
  }
  .flex-xs-60 {
    flex: 1 1 60%;
    max-width: 60%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-xs-60,
  .layout-xs-row > .flex-xs-60 {
    flex: 1 1 60%;
    max-width: 60%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-xs-60,
  .layout-xs-column > .flex-xs-60 {
    flex: 1 1 60%;
    max-width: 100%;
    max-height: 60%;
    box-sizing: border-box;
  }
  .flex-xs-65 {
    flex: 1 1 65%;
    max-width: 65%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-xs-65,
  .layout-xs-row > .flex-xs-65 {
    flex: 1 1 65%;
    max-width: 65%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-xs-65,
  .layout-xs-column > .flex-xs-65 {
    flex: 1 1 65%;
    max-width: 100%;
    max-height: 65%;
    box-sizing: border-box;
  }
  .flex-xs-70 {
    flex: 1 1 70%;
    max-width: 70%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-xs-70,
  .layout-xs-row > .flex-xs-70 {
    flex: 1 1 70%;
    max-width: 70%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-xs-70,
  .layout-xs-column > .flex-xs-70 {
    flex: 1 1 70%;
    max-width: 100%;
    max-height: 70%;
    box-sizing: border-box;
  }
  .flex-xs-75 {
    flex: 1 1 75%;
    max-width: 75%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-xs-75,
  .layout-xs-row > .flex-xs-75 {
    flex: 1 1 75%;
    max-width: 75%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-xs-75,
  .layout-xs-column > .flex-xs-75 {
    flex: 1 1 75%;
    max-width: 100%;
    max-height: 75%;
    box-sizing: border-box;
  }
  .flex-xs-80 {
    flex: 1 1 80%;
    max-width: 80%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-xs-80,
  .layout-xs-row > .flex-xs-80 {
    flex: 1 1 80%;
    max-width: 80%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-xs-80,
  .layout-xs-column > .flex-xs-80 {
    flex: 1 1 80%;
    max-width: 100%;
    max-height: 80%;
    box-sizing: border-box;
  }
  .flex-xs-85 {
    flex: 1 1 85%;
    max-width: 85%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-xs-85,
  .layout-xs-row > .flex-xs-85 {
    flex: 1 1 85%;
    max-width: 85%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-xs-85,
  .layout-xs-column > .flex-xs-85 {
    flex: 1 1 85%;
    max-width: 100%;
    max-height: 85%;
    box-sizing: border-box;
  }
  .flex-xs-90 {
    flex: 1 1 90%;
    max-width: 90%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-xs-90,
  .layout-xs-row > .flex-xs-90 {
    flex: 1 1 90%;
    max-width: 90%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-xs-90,
  .layout-xs-column > .flex-xs-90 {
    flex: 1 1 90%;
    max-width: 100%;
    max-height: 90%;
    box-sizing: border-box;
  }
  .flex-xs-95 {
    flex: 1 1 95%;
    max-width: 95%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-xs-95,
  .layout-xs-row > .flex-xs-95 {
    flex: 1 1 95%;
    max-width: 95%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-xs-95,
  .layout-xs-column > .flex-xs-95 {
    flex: 1 1 95%;
    max-width: 100%;
    max-height: 95%;
    box-sizing: border-box;
  }
  .flex-xs-100 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-xs-100,
  .layout-xs-row > .flex-xs-100 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-xs-100,
  .layout-xs-column > .flex-xs-100 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-xs-33,
  .layout-row > .flex-xs-33,
  .layout-xs-row > .flex-xs-33,
  .layout-xs-row > .flex-xs-33 {
    flex: 1 1 33.33%;
    max-width: 33.33%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-xs-66,
  .layout-row > .flex-xs-66,
  .layout-xs-row > .flex-xs-66,
  .layout-xs-row > .flex-xs-66 {
    flex: 1 1 66.66%;
    max-width: 66.66%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex,
  .layout-xs-row > .flex {
    min-width: 0;
  }
  .layout-column > .flex-xs-33,
  .layout-column > .flex-xs-33,
  .layout-xs-column > .flex-xs-33,
  .layout-xs-column > .flex-xs-33 {
    flex: 1 1 33.33%;
    max-width: 100%;
    max-height: 33.33%;
    box-sizing: border-box;
  }
  .layout-column > .flex-xs-66,
  .layout-column > .flex-xs-66,
  .layout-xs-column > .flex-xs-66,
  .layout-xs-column > .flex-xs-66 {
    flex: 1 1 66.66%;
    max-width: 100%;
    max-height: 66.66%;
    box-sizing: border-box;
  }
  .layout-column > .flex,
  .layout-xs-column > .flex {
    min-height: 0;
  }
  .layout-xs,
  .layout-xs-column,
  .layout-xs-row {
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .layout-xs-column {
    flex-direction: column;
  }
  .layout-xs-row {
    flex-direction: row;
  }
}
@media (min-width: 600px) {
  .flex-order-gt-xs--20 {
    order: -20;
  }
  .flex-order-gt-xs--19 {
    order: -19;
  }
  .flex-order-gt-xs--18 {
    order: -18;
  }
  .flex-order-gt-xs--17 {
    order: -17;
  }
  .flex-order-gt-xs--16 {
    order: -16;
  }
  .flex-order-gt-xs--15 {
    order: -15;
  }
  .flex-order-gt-xs--14 {
    order: -14;
  }
  .flex-order-gt-xs--13 {
    order: -13;
  }
  .flex-order-gt-xs--12 {
    order: -12;
  }
  .flex-order-gt-xs--11 {
    order: -11;
  }
  .flex-order-gt-xs--10 {
    order: -10;
  }
  .flex-order-gt-xs--9 {
    order: -9;
  }
  .flex-order-gt-xs--8 {
    order: -8;
  }
  .flex-order-gt-xs--7 {
    order: -7;
  }
  .flex-order-gt-xs--6 {
    order: -6;
  }
  .flex-order-gt-xs--5 {
    order: -5;
  }
  .flex-order-gt-xs--4 {
    order: -4;
  }
  .flex-order-gt-xs--3 {
    order: -3;
  }
  .flex-order-gt-xs--2 {
    order: -2;
  }
  .flex-order-gt-xs--1 {
    order: -1;
  }
  .flex-order-gt-xs-0 {
    order: 0;
  }
  .flex-order-gt-xs-1 {
    order: 1;
  }
  .flex-order-gt-xs-2 {
    order: 2;
  }
  .flex-order-gt-xs-3 {
    order: 3;
  }
  .flex-order-gt-xs-4 {
    order: 4;
  }
  .flex-order-gt-xs-5 {
    order: 5;
  }
  .flex-order-gt-xs-6 {
    order: 6;
  }
  .flex-order-gt-xs-7 {
    order: 7;
  }
  .flex-order-gt-xs-8 {
    order: 8;
  }
  .flex-order-gt-xs-9 {
    order: 9;
  }
  .flex-order-gt-xs-10 {
    order: 10;
  }
  .flex-order-gt-xs-11 {
    order: 11;
  }
  .flex-order-gt-xs-12 {
    order: 12;
  }
  .flex-order-gt-xs-13 {
    order: 13;
  }
  .flex-order-gt-xs-14 {
    order: 14;
  }
  .flex-order-gt-xs-15 {
    order: 15;
  }
  .flex-order-gt-xs-16 {
    order: 16;
  }
  .flex-order-gt-xs-17 {
    order: 17;
  }
  .flex-order-gt-xs-18 {
    order: 18;
  }
  .flex-order-gt-xs-19 {
    order: 19;
  }
  .flex-order-gt-xs-20 {
    order: 20;
  }
  .offset-gt-xs-0,
  .flex-offset-gt-xs-0 {
    margin-left: 0%;
  }
  .offset-gt-xs-5,
  .flex-offset-gt-xs-5 {
    margin-left: 5%;
  }
  .offset-gt-xs-10,
  .flex-offset-gt-xs-10 {
    margin-left: 10%;
  }
  .offset-gt-xs-15,
  .flex-offset-gt-xs-15 {
    margin-left: 15%;
  }
  .offset-gt-xs-20,
  .flex-offset-gt-xs-20 {
    margin-left: 20%;
  }
  .offset-gt-xs-25,
  .flex-offset-gt-xs-25 {
    margin-left: 25%;
  }
  .offset-gt-xs-30,
  .flex-offset-gt-xs-30 {
    margin-left: 30%;
  }
  .offset-gt-xs-35,
  .flex-offset-gt-xs-35 {
    margin-left: 35%;
  }
  .offset-gt-xs-40,
  .flex-offset-gt-xs-40 {
    margin-left: 40%;
  }
  .offset-gt-xs-45,
  .flex-offset-gt-xs-45 {
    margin-left: 45%;
  }
  .offset-gt-xs-50,
  .flex-offset-gt-xs-50 {
    margin-left: 50%;
  }
  .offset-gt-xs-55,
  .flex-offset-gt-xs-55 {
    margin-left: 55%;
  }
  .offset-gt-xs-60,
  .flex-offset-gt-xs-60 {
    margin-left: 60%;
  }
  .offset-gt-xs-65,
  .flex-offset-gt-xs-65 {
    margin-left: 65%;
  }
  .offset-gt-xs-70,
  .flex-offset-gt-xs-70 {
    margin-left: 70%;
  }
  .offset-gt-xs-75,
  .flex-offset-gt-xs-75 {
    margin-left: 75%;
  }
  .offset-gt-xs-80,
  .flex-offset-gt-xs-80 {
    margin-left: 80%;
  }
  .offset-gt-xs-85,
  .flex-offset-gt-xs-85 {
    margin-left: 85%;
  }
  .offset-gt-xs-90,
  .flex-offset-gt-xs-90 {
    margin-left: 90%;
  }
  .offset-gt-xs-95,
  .flex-offset-gt-xs-95 {
    margin-left: 95%;
  }
  .offset-gt-xs-33,
  .flex-offset-gt-xs-33 {
    margin-left: 33.3333333333%;
  }
  .offset-gt-xs-66,
  .flex-offset-gt-xs-66 {
    margin-left: 66.6666666667%;
  }
  .layout-align-gt-xs,
  .layout-align-gt-xs-start-stretch {
    justify-content: flex-start;
    align-content: stretch;
    align-items: stretch;
  }
  .layout-align-gt-xs-start,
  .layout-align-gt-xs-start-start,
  .layout-align-gt-xs-start-center,
  .layout-align-gt-xs-start-end,
  .layout-align-gt-xs-start-stretch {
    justify-content: flex-start;
  }
  .layout-align-gt-xs-center,
  .layout-align-gt-xs-center-start,
  .layout-align-gt-xs-center-center,
  .layout-align-gt-xs-center-end,
  .layout-align-gt-xs-center-stretch {
    justify-content: center;
  }
  .layout-align-gt-xs-end,
  .layout-align-gt-xs-end-start,
  .layout-align-gt-xs-end-center,
  .layout-align-gt-xs-end-end,
  .layout-align-gt-xs-end-stretch {
    justify-content: flex-end;
  }
  .layout-align-gt-xs-space-around,
  .layout-align-gt-xs-space-around-center,
  .layout-align-gt-xs-space-around-start,
  .layout-align-gt-xs-space-around-end,
  .layout-align-gt-xs-space-around-stretch {
    justify-content: space-around;
  }
  .layout-align-gt-xs-space-between,
  .layout-align-gt-xs-space-between-center,
  .layout-align-gt-xs-space-between-start,
  .layout-align-gt-xs-space-between-end,
  .layout-align-gt-xs-space-between-stretch {
    justify-content: space-between;
  }
  .layout-align-gt-xs-start-start,
  .layout-align-gt-xs-center-start,
  .layout-align-gt-xs-end-start,
  .layout-align-gt-xs-space-between-start,
  .layout-align-gt-xs-space-around-start {
    align-items: flex-start;
    align-content: flex-start;
  }
  .layout-align-gt-xs-start-center,
  .layout-align-gt-xs-center-center,
  .layout-align-gt-xs-end-center,
  .layout-align-gt-xs-space-between-center,
  .layout-align-gt-xs-space-around-center {
    align-items: center;
    align-content: center;
    max-width: 100%;
  }
  .layout-align-gt-xs-start-center > *,
  .layout-align-gt-xs-center-center > *,
  .layout-align-gt-xs-end-center > *,
  .layout-align-gt-xs-space-between-center > *,
  .layout-align-gt-xs-space-around-center > * {
    max-width: 100%;
    box-sizing: border-box;
  }
  .layout-align-gt-xs-start-end,
  .layout-align-gt-xs-center-end,
  .layout-align-gt-xs-end-end,
  .layout-align-gt-xs-space-between-end,
  .layout-align-gt-xs-space-around-end {
    align-items: flex-end;
    align-content: flex-end;
  }
  .layout-align-gt-xs-start-stretch,
  .layout-align-gt-xs-center-stretch,
  .layout-align-gt-xs-end-stretch,
  .layout-align-gt-xs-space-between-stretch,
  .layout-align-gt-xs-space-around-stretch {
    align-items: stretch;
    align-content: stretch;
  }
  .flex-gt-xs {
    flex: 1;
    box-sizing: border-box;
  }
}
@media screen\fffd  and (min-width: 600px) {
  .flex-gt-xs {
    flex: 1 1 0%;
  }
}
@media (min-width: 600px) {
  .flex-gt-xs-grow {
    flex: 1 1 100%;
    box-sizing: border-box;
  }
  .flex-gt-xs-initial {
    flex: 0 1 auto;
    box-sizing: border-box;
  }
  .flex-gt-xs-auto {
    flex: 1 1 auto;
    box-sizing: border-box;
  }
  .flex-gt-xs-none {
    flex: 0 0 auto;
    box-sizing: border-box;
  }
  .flex-gt-xs-noshrink {
    flex: 1 0 auto;
    box-sizing: border-box;
  }
  .flex-gt-xs-nogrow {
    flex: 0 1 auto;
    box-sizing: border-box;
  }
  .flex-gt-xs-0 {
    flex: 1 1 0%;
    max-width: 0%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-gt-xs-0,
  .layout-gt-xs-row > .flex-gt-xs-0 {
    flex: 1 1 0%;
    max-width: 0%;
    max-height: 100%;
    box-sizing: border-box;
    min-width: 0;
  }
  .layout-column > .flex-gt-xs-0,
  .layout-gt-xs-column > .flex-gt-xs-0 {
    flex: 1 1 0%;
    max-width: 100%;
    max-height: 0%;
    box-sizing: border-box;
    min-height: 0;
  }
  .flex-gt-xs-5 {
    flex: 1 1 5%;
    max-width: 5%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-gt-xs-5,
  .layout-gt-xs-row > .flex-gt-xs-5 {
    flex: 1 1 5%;
    max-width: 5%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-xs-5,
  .layout-gt-xs-column > .flex-gt-xs-5 {
    flex: 1 1 5%;
    max-width: 100%;
    max-height: 5%;
    box-sizing: border-box;
  }
  .flex-gt-xs-10 {
    flex: 1 1 10%;
    max-width: 10%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-gt-xs-10,
  .layout-gt-xs-row > .flex-gt-xs-10 {
    flex: 1 1 10%;
    max-width: 10%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-xs-10,
  .layout-gt-xs-column > .flex-gt-xs-10 {
    flex: 1 1 10%;
    max-width: 100%;
    max-height: 10%;
    box-sizing: border-box;
  }
  .flex-gt-xs-15 {
    flex: 1 1 15%;
    max-width: 15%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-gt-xs-15,
  .layout-gt-xs-row > .flex-gt-xs-15 {
    flex: 1 1 15%;
    max-width: 15%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-xs-15,
  .layout-gt-xs-column > .flex-gt-xs-15 {
    flex: 1 1 15%;
    max-width: 100%;
    max-height: 15%;
    box-sizing: border-box;
  }
  .flex-gt-xs-20 {
    flex: 1 1 20%;
    max-width: 20%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-gt-xs-20,
  .layout-gt-xs-row > .flex-gt-xs-20 {
    flex: 1 1 20%;
    max-width: 20%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-xs-20,
  .layout-gt-xs-column > .flex-gt-xs-20 {
    flex: 1 1 20%;
    max-width: 100%;
    max-height: 20%;
    box-sizing: border-box;
  }
  .flex-gt-xs-25 {
    flex: 1 1 25%;
    max-width: 25%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-gt-xs-25,
  .layout-gt-xs-row > .flex-gt-xs-25 {
    flex: 1 1 25%;
    max-width: 25%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-xs-25,
  .layout-gt-xs-column > .flex-gt-xs-25 {
    flex: 1 1 25%;
    max-width: 100%;
    max-height: 25%;
    box-sizing: border-box;
  }
  .flex-gt-xs-30 {
    flex: 1 1 30%;
    max-width: 30%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-gt-xs-30,
  .layout-gt-xs-row > .flex-gt-xs-30 {
    flex: 1 1 30%;
    max-width: 30%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-xs-30,
  .layout-gt-xs-column > .flex-gt-xs-30 {
    flex: 1 1 30%;
    max-width: 100%;
    max-height: 30%;
    box-sizing: border-box;
  }
  .flex-gt-xs-35 {
    flex: 1 1 35%;
    max-width: 35%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-gt-xs-35,
  .layout-gt-xs-row > .flex-gt-xs-35 {
    flex: 1 1 35%;
    max-width: 35%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-xs-35,
  .layout-gt-xs-column > .flex-gt-xs-35 {
    flex: 1 1 35%;
    max-width: 100%;
    max-height: 35%;
    box-sizing: border-box;
  }
  .flex-gt-xs-40 {
    flex: 1 1 40%;
    max-width: 40%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-gt-xs-40,
  .layout-gt-xs-row > .flex-gt-xs-40 {
    flex: 1 1 40%;
    max-width: 40%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-xs-40,
  .layout-gt-xs-column > .flex-gt-xs-40 {
    flex: 1 1 40%;
    max-width: 100%;
    max-height: 40%;
    box-sizing: border-box;
  }
  .flex-gt-xs-45 {
    flex: 1 1 45%;
    max-width: 45%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-gt-xs-45,
  .layout-gt-xs-row > .flex-gt-xs-45 {
    flex: 1 1 45%;
    max-width: 45%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-xs-45,
  .layout-gt-xs-column > .flex-gt-xs-45 {
    flex: 1 1 45%;
    max-width: 100%;
    max-height: 45%;
    box-sizing: border-box;
  }
  .flex-gt-xs-50 {
    flex: 1 1 50%;
    max-width: 50%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-gt-xs-50,
  .layout-gt-xs-row > .flex-gt-xs-50 {
    flex: 1 1 50%;
    max-width: 50%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-xs-50,
  .layout-gt-xs-column > .flex-gt-xs-50 {
    flex: 1 1 50%;
    max-width: 100%;
    max-height: 50%;
    box-sizing: border-box;
  }
  .flex-gt-xs-55 {
    flex: 1 1 55%;
    max-width: 55%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-gt-xs-55,
  .layout-gt-xs-row > .flex-gt-xs-55 {
    flex: 1 1 55%;
    max-width: 55%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-xs-55,
  .layout-gt-xs-column > .flex-gt-xs-55 {
    flex: 1 1 55%;
    max-width: 100%;
    max-height: 55%;
    box-sizing: border-box;
  }
  .flex-gt-xs-60 {
    flex: 1 1 60%;
    max-width: 60%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-gt-xs-60,
  .layout-gt-xs-row > .flex-gt-xs-60 {
    flex: 1 1 60%;
    max-width: 60%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-xs-60,
  .layout-gt-xs-column > .flex-gt-xs-60 {
    flex: 1 1 60%;
    max-width: 100%;
    max-height: 60%;
    box-sizing: border-box;
  }
  .flex-gt-xs-65 {
    flex: 1 1 65%;
    max-width: 65%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-gt-xs-65,
  .layout-gt-xs-row > .flex-gt-xs-65 {
    flex: 1 1 65%;
    max-width: 65%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-xs-65,
  .layout-gt-xs-column > .flex-gt-xs-65 {
    flex: 1 1 65%;
    max-width: 100%;
    max-height: 65%;
    box-sizing: border-box;
  }
  .flex-gt-xs-70 {
    flex: 1 1 70%;
    max-width: 70%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-gt-xs-70,
  .layout-gt-xs-row > .flex-gt-xs-70 {
    flex: 1 1 70%;
    max-width: 70%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-xs-70,
  .layout-gt-xs-column > .flex-gt-xs-70 {
    flex: 1 1 70%;
    max-width: 100%;
    max-height: 70%;
    box-sizing: border-box;
  }
  .flex-gt-xs-75 {
    flex: 1 1 75%;
    max-width: 75%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-gt-xs-75,
  .layout-gt-xs-row > .flex-gt-xs-75 {
    flex: 1 1 75%;
    max-width: 75%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-xs-75,
  .layout-gt-xs-column > .flex-gt-xs-75 {
    flex: 1 1 75%;
    max-width: 100%;
    max-height: 75%;
    box-sizing: border-box;
  }
  .flex-gt-xs-80 {
    flex: 1 1 80%;
    max-width: 80%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-gt-xs-80,
  .layout-gt-xs-row > .flex-gt-xs-80 {
    flex: 1 1 80%;
    max-width: 80%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-xs-80,
  .layout-gt-xs-column > .flex-gt-xs-80 {
    flex: 1 1 80%;
    max-width: 100%;
    max-height: 80%;
    box-sizing: border-box;
  }
  .flex-gt-xs-85 {
    flex: 1 1 85%;
    max-width: 85%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-gt-xs-85,
  .layout-gt-xs-row > .flex-gt-xs-85 {
    flex: 1 1 85%;
    max-width: 85%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-xs-85,
  .layout-gt-xs-column > .flex-gt-xs-85 {
    flex: 1 1 85%;
    max-width: 100%;
    max-height: 85%;
    box-sizing: border-box;
  }
  .flex-gt-xs-90 {
    flex: 1 1 90%;
    max-width: 90%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-gt-xs-90,
  .layout-gt-xs-row > .flex-gt-xs-90 {
    flex: 1 1 90%;
    max-width: 90%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-xs-90,
  .layout-gt-xs-column > .flex-gt-xs-90 {
    flex: 1 1 90%;
    max-width: 100%;
    max-height: 90%;
    box-sizing: border-box;
  }
  .flex-gt-xs-95 {
    flex: 1 1 95%;
    max-width: 95%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-gt-xs-95,
  .layout-gt-xs-row > .flex-gt-xs-95 {
    flex: 1 1 95%;
    max-width: 95%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-xs-95,
  .layout-gt-xs-column > .flex-gt-xs-95 {
    flex: 1 1 95%;
    max-width: 100%;
    max-height: 95%;
    box-sizing: border-box;
  }
  .flex-gt-xs-100 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-gt-xs-100,
  .layout-gt-xs-row > .flex-gt-xs-100 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-xs-100,
  .layout-gt-xs-column > .flex-gt-xs-100 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-gt-xs-33,
  .layout-row > .flex-gt-xs-33,
  .layout-gt-xs-row > .flex-gt-xs-33,
  .layout-gt-xs-row > .flex-gt-xs-33 {
    flex: 1 1 33.33%;
    max-width: 33.33%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-gt-xs-66,
  .layout-row > .flex-gt-xs-66,
  .layout-gt-xs-row > .flex-gt-xs-66,
  .layout-gt-xs-row > .flex-gt-xs-66 {
    flex: 1 1 66.66%;
    max-width: 66.66%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex,
  .layout-gt-xs-row > .flex {
    min-width: 0;
  }
  .layout-column > .flex-gt-xs-33,
  .layout-column > .flex-gt-xs-33,
  .layout-gt-xs-column > .flex-gt-xs-33,
  .layout-gt-xs-column > .flex-gt-xs-33 {
    flex: 1 1 33.33%;
    max-width: 100%;
    max-height: 33.33%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-xs-66,
  .layout-column > .flex-gt-xs-66,
  .layout-gt-xs-column > .flex-gt-xs-66,
  .layout-gt-xs-column > .flex-gt-xs-66 {
    flex: 1 1 66.66%;
    max-width: 100%;
    max-height: 66.66%;
    box-sizing: border-box;
  }
  .layout-column > .flex,
  .layout-gt-xs-column > .flex {
    min-height: 0;
  }
  .layout-gt-xs,
  .layout-gt-xs-column,
  .layout-gt-xs-row {
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .layout-gt-xs-column {
    flex-direction: column;
  }
  .layout-gt-xs-row {
    flex-direction: row;
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  .hide:not(.show-gt-xs):not(.show-sm):not(.show),
  .hide-gt-xs:not(.show-gt-xs):not(.show-sm):not(.show) {
    display: none;
  }
  .hide-sm:not(.show-gt-xs):not(.show-sm):not(.show) {
    display: none;
  }
  .flex-order-sm--20 {
    order: -20;
  }
  .flex-order-sm--19 {
    order: -19;
  }
  .flex-order-sm--18 {
    order: -18;
  }
  .flex-order-sm--17 {
    order: -17;
  }
  .flex-order-sm--16 {
    order: -16;
  }
  .flex-order-sm--15 {
    order: -15;
  }
  .flex-order-sm--14 {
    order: -14;
  }
  .flex-order-sm--13 {
    order: -13;
  }
  .flex-order-sm--12 {
    order: -12;
  }
  .flex-order-sm--11 {
    order: -11;
  }
  .flex-order-sm--10 {
    order: -10;
  }
  .flex-order-sm--9 {
    order: -9;
  }
  .flex-order-sm--8 {
    order: -8;
  }
  .flex-order-sm--7 {
    order: -7;
  }
  .flex-order-sm--6 {
    order: -6;
  }
  .flex-order-sm--5 {
    order: -5;
  }
  .flex-order-sm--4 {
    order: -4;
  }
  .flex-order-sm--3 {
    order: -3;
  }
  .flex-order-sm--2 {
    order: -2;
  }
  .flex-order-sm--1 {
    order: -1;
  }
  .flex-order-sm-0 {
    order: 0;
  }
  .flex-order-sm-1 {
    order: 1;
  }
  .flex-order-sm-2 {
    order: 2;
  }
  .flex-order-sm-3 {
    order: 3;
  }
  .flex-order-sm-4 {
    order: 4;
  }
  .flex-order-sm-5 {
    order: 5;
  }
  .flex-order-sm-6 {
    order: 6;
  }
  .flex-order-sm-7 {
    order: 7;
  }
  .flex-order-sm-8 {
    order: 8;
  }
  .flex-order-sm-9 {
    order: 9;
  }
  .flex-order-sm-10 {
    order: 10;
  }
  .flex-order-sm-11 {
    order: 11;
  }
  .flex-order-sm-12 {
    order: 12;
  }
  .flex-order-sm-13 {
    order: 13;
  }
  .flex-order-sm-14 {
    order: 14;
  }
  .flex-order-sm-15 {
    order: 15;
  }
  .flex-order-sm-16 {
    order: 16;
  }
  .flex-order-sm-17 {
    order: 17;
  }
  .flex-order-sm-18 {
    order: 18;
  }
  .flex-order-sm-19 {
    order: 19;
  }
  .flex-order-sm-20 {
    order: 20;
  }
  .offset-sm-0,
  .flex-offset-sm-0 {
    margin-left: 0%;
  }
  .offset-sm-5,
  .flex-offset-sm-5 {
    margin-left: 5%;
  }
  .offset-sm-10,
  .flex-offset-sm-10 {
    margin-left: 10%;
  }
  .offset-sm-15,
  .flex-offset-sm-15 {
    margin-left: 15%;
  }
  .offset-sm-20,
  .flex-offset-sm-20 {
    margin-left: 20%;
  }
  .offset-sm-25,
  .flex-offset-sm-25 {
    margin-left: 25%;
  }
  .offset-sm-30,
  .flex-offset-sm-30 {
    margin-left: 30%;
  }
  .offset-sm-35,
  .flex-offset-sm-35 {
    margin-left: 35%;
  }
  .offset-sm-40,
  .flex-offset-sm-40 {
    margin-left: 40%;
  }
  .offset-sm-45,
  .flex-offset-sm-45 {
    margin-left: 45%;
  }
  .offset-sm-50,
  .flex-offset-sm-50 {
    margin-left: 50%;
  }
  .offset-sm-55,
  .flex-offset-sm-55 {
    margin-left: 55%;
  }
  .offset-sm-60,
  .flex-offset-sm-60 {
    margin-left: 60%;
  }
  .offset-sm-65,
  .flex-offset-sm-65 {
    margin-left: 65%;
  }
  .offset-sm-70,
  .flex-offset-sm-70 {
    margin-left: 70%;
  }
  .offset-sm-75,
  .flex-offset-sm-75 {
    margin-left: 75%;
  }
  .offset-sm-80,
  .flex-offset-sm-80 {
    margin-left: 80%;
  }
  .offset-sm-85,
  .flex-offset-sm-85 {
    margin-left: 85%;
  }
  .offset-sm-90,
  .flex-offset-sm-90 {
    margin-left: 90%;
  }
  .offset-sm-95,
  .flex-offset-sm-95 {
    margin-left: 95%;
  }
  .offset-sm-33,
  .flex-offset-sm-33 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-66,
  .flex-offset-sm-66 {
    margin-left: 66.6666666667%;
  }
  .layout-align-sm,
  .layout-align-sm-start-stretch {
    justify-content: flex-start;
    align-content: stretch;
    align-items: stretch;
  }
  .layout-align-sm-start,
  .layout-align-sm-start-start,
  .layout-align-sm-start-center,
  .layout-align-sm-start-end,
  .layout-align-sm-start-stretch {
    justify-content: flex-start;
  }
  .layout-align-sm-center,
  .layout-align-sm-center-start,
  .layout-align-sm-center-center,
  .layout-align-sm-center-end,
  .layout-align-sm-center-stretch {
    justify-content: center;
  }
  .layout-align-sm-end,
  .layout-align-sm-end-start,
  .layout-align-sm-end-center,
  .layout-align-sm-end-end,
  .layout-align-sm-end-stretch {
    justify-content: flex-end;
  }
  .layout-align-sm-space-around,
  .layout-align-sm-space-around-center,
  .layout-align-sm-space-around-start,
  .layout-align-sm-space-around-end,
  .layout-align-sm-space-around-stretch {
    justify-content: space-around;
  }
  .layout-align-sm-space-between,
  .layout-align-sm-space-between-center,
  .layout-align-sm-space-between-start,
  .layout-align-sm-space-between-end,
  .layout-align-sm-space-between-stretch {
    justify-content: space-between;
  }
  .layout-align-sm-start-start,
  .layout-align-sm-center-start,
  .layout-align-sm-end-start,
  .layout-align-sm-space-between-start,
  .layout-align-sm-space-around-start {
    align-items: flex-start;
    align-content: flex-start;
  }
  .layout-align-sm-start-center,
  .layout-align-sm-center-center,
  .layout-align-sm-end-center,
  .layout-align-sm-space-between-center,
  .layout-align-sm-space-around-center {
    align-items: center;
    align-content: center;
    max-width: 100%;
  }
  .layout-align-sm-start-center > *,
  .layout-align-sm-center-center > *,
  .layout-align-sm-end-center > *,
  .layout-align-sm-space-between-center > *,
  .layout-align-sm-space-around-center > * {
    max-width: 100%;
    box-sizing: border-box;
  }
  .layout-align-sm-start-end,
  .layout-align-sm-center-end,
  .layout-align-sm-end-end,
  .layout-align-sm-space-between-end,
  .layout-align-sm-space-around-end {
    align-items: flex-end;
    align-content: flex-end;
  }
  .layout-align-sm-start-stretch,
  .layout-align-sm-center-stretch,
  .layout-align-sm-end-stretch,
  .layout-align-sm-space-between-stretch,
  .layout-align-sm-space-around-stretch {
    align-items: stretch;
    align-content: stretch;
  }
  .flex-sm {
    flex: 1;
    box-sizing: border-box;
  }
}
@media screen\fffd  and (min-width: 600px) and (max-width: 959px) {
  .flex-sm {
    flex: 1 1 0%;
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  .flex-sm-grow {
    flex: 1 1 100%;
    box-sizing: border-box;
  }
  .flex-sm-initial {
    flex: 0 1 auto;
    box-sizing: border-box;
  }
  .flex-sm-auto {
    flex: 1 1 auto;
    box-sizing: border-box;
  }
  .flex-sm-none {
    flex: 0 0 auto;
    box-sizing: border-box;
  }
  .flex-sm-noshrink {
    flex: 1 0 auto;
    box-sizing: border-box;
  }
  .flex-sm-nogrow {
    flex: 0 1 auto;
    box-sizing: border-box;
  }
  .flex-sm-0 {
    flex: 1 1 0%;
    max-width: 0%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-sm-0,
  .layout-sm-row > .flex-sm-0 {
    flex: 1 1 0%;
    max-width: 0%;
    max-height: 100%;
    box-sizing: border-box;
    min-width: 0;
  }
  .layout-column > .flex-sm-0,
  .layout-sm-column > .flex-sm-0 {
    flex: 1 1 0%;
    max-width: 100%;
    max-height: 0%;
    box-sizing: border-box;
    min-height: 0;
  }
  .flex-sm-5 {
    flex: 1 1 5%;
    max-width: 5%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-sm-5,
  .layout-sm-row > .flex-sm-5 {
    flex: 1 1 5%;
    max-width: 5%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-sm-5,
  .layout-sm-column > .flex-sm-5 {
    flex: 1 1 5%;
    max-width: 100%;
    max-height: 5%;
    box-sizing: border-box;
  }
  .flex-sm-10 {
    flex: 1 1 10%;
    max-width: 10%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-sm-10,
  .layout-sm-row > .flex-sm-10 {
    flex: 1 1 10%;
    max-width: 10%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-sm-10,
  .layout-sm-column > .flex-sm-10 {
    flex: 1 1 10%;
    max-width: 100%;
    max-height: 10%;
    box-sizing: border-box;
  }
  .flex-sm-15 {
    flex: 1 1 15%;
    max-width: 15%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-sm-15,
  .layout-sm-row > .flex-sm-15 {
    flex: 1 1 15%;
    max-width: 15%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-sm-15,
  .layout-sm-column > .flex-sm-15 {
    flex: 1 1 15%;
    max-width: 100%;
    max-height: 15%;
    box-sizing: border-box;
  }
  .flex-sm-20 {
    flex: 1 1 20%;
    max-width: 20%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-sm-20,
  .layout-sm-row > .flex-sm-20 {
    flex: 1 1 20%;
    max-width: 20%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-sm-20,
  .layout-sm-column > .flex-sm-20 {
    flex: 1 1 20%;
    max-width: 100%;
    max-height: 20%;
    box-sizing: border-box;
  }
  .flex-sm-25 {
    flex: 1 1 25%;
    max-width: 25%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-sm-25,
  .layout-sm-row > .flex-sm-25 {
    flex: 1 1 25%;
    max-width: 25%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-sm-25,
  .layout-sm-column > .flex-sm-25 {
    flex: 1 1 25%;
    max-width: 100%;
    max-height: 25%;
    box-sizing: border-box;
  }
  .flex-sm-30 {
    flex: 1 1 30%;
    max-width: 30%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-sm-30,
  .layout-sm-row > .flex-sm-30 {
    flex: 1 1 30%;
    max-width: 30%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-sm-30,
  .layout-sm-column > .flex-sm-30 {
    flex: 1 1 30%;
    max-width: 100%;
    max-height: 30%;
    box-sizing: border-box;
  }
  .flex-sm-35 {
    flex: 1 1 35%;
    max-width: 35%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-sm-35,
  .layout-sm-row > .flex-sm-35 {
    flex: 1 1 35%;
    max-width: 35%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-sm-35,
  .layout-sm-column > .flex-sm-35 {
    flex: 1 1 35%;
    max-width: 100%;
    max-height: 35%;
    box-sizing: border-box;
  }
  .flex-sm-40 {
    flex: 1 1 40%;
    max-width: 40%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-sm-40,
  .layout-sm-row > .flex-sm-40 {
    flex: 1 1 40%;
    max-width: 40%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-sm-40,
  .layout-sm-column > .flex-sm-40 {
    flex: 1 1 40%;
    max-width: 100%;
    max-height: 40%;
    box-sizing: border-box;
  }
  .flex-sm-45 {
    flex: 1 1 45%;
    max-width: 45%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-sm-45,
  .layout-sm-row > .flex-sm-45 {
    flex: 1 1 45%;
    max-width: 45%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-sm-45,
  .layout-sm-column > .flex-sm-45 {
    flex: 1 1 45%;
    max-width: 100%;
    max-height: 45%;
    box-sizing: border-box;
  }
  .flex-sm-50 {
    flex: 1 1 50%;
    max-width: 50%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-sm-50,
  .layout-sm-row > .flex-sm-50 {
    flex: 1 1 50%;
    max-width: 50%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-sm-50,
  .layout-sm-column > .flex-sm-50 {
    flex: 1 1 50%;
    max-width: 100%;
    max-height: 50%;
    box-sizing: border-box;
  }
  .flex-sm-55 {
    flex: 1 1 55%;
    max-width: 55%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-sm-55,
  .layout-sm-row > .flex-sm-55 {
    flex: 1 1 55%;
    max-width: 55%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-sm-55,
  .layout-sm-column > .flex-sm-55 {
    flex: 1 1 55%;
    max-width: 100%;
    max-height: 55%;
    box-sizing: border-box;
  }
  .flex-sm-60 {
    flex: 1 1 60%;
    max-width: 60%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-sm-60,
  .layout-sm-row > .flex-sm-60 {
    flex: 1 1 60%;
    max-width: 60%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-sm-60,
  .layout-sm-column > .flex-sm-60 {
    flex: 1 1 60%;
    max-width: 100%;
    max-height: 60%;
    box-sizing: border-box;
  }
  .flex-sm-65 {
    flex: 1 1 65%;
    max-width: 65%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-sm-65,
  .layout-sm-row > .flex-sm-65 {
    flex: 1 1 65%;
    max-width: 65%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-sm-65,
  .layout-sm-column > .flex-sm-65 {
    flex: 1 1 65%;
    max-width: 100%;
    max-height: 65%;
    box-sizing: border-box;
  }
  .flex-sm-70 {
    flex: 1 1 70%;
    max-width: 70%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-sm-70,
  .layout-sm-row > .flex-sm-70 {
    flex: 1 1 70%;
    max-width: 70%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-sm-70,
  .layout-sm-column > .flex-sm-70 {
    flex: 1 1 70%;
    max-width: 100%;
    max-height: 70%;
    box-sizing: border-box;
  }
  .flex-sm-75 {
    flex: 1 1 75%;
    max-width: 75%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-sm-75,
  .layout-sm-row > .flex-sm-75 {
    flex: 1 1 75%;
    max-width: 75%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-sm-75,
  .layout-sm-column > .flex-sm-75 {
    flex: 1 1 75%;
    max-width: 100%;
    max-height: 75%;
    box-sizing: border-box;
  }
  .flex-sm-80 {
    flex: 1 1 80%;
    max-width: 80%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-sm-80,
  .layout-sm-row > .flex-sm-80 {
    flex: 1 1 80%;
    max-width: 80%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-sm-80,
  .layout-sm-column > .flex-sm-80 {
    flex: 1 1 80%;
    max-width: 100%;
    max-height: 80%;
    box-sizing: border-box;
  }
  .flex-sm-85 {
    flex: 1 1 85%;
    max-width: 85%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-sm-85,
  .layout-sm-row > .flex-sm-85 {
    flex: 1 1 85%;
    max-width: 85%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-sm-85,
  .layout-sm-column > .flex-sm-85 {
    flex: 1 1 85%;
    max-width: 100%;
    max-height: 85%;
    box-sizing: border-box;
  }
  .flex-sm-90 {
    flex: 1 1 90%;
    max-width: 90%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-sm-90,
  .layout-sm-row > .flex-sm-90 {
    flex: 1 1 90%;
    max-width: 90%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-sm-90,
  .layout-sm-column > .flex-sm-90 {
    flex: 1 1 90%;
    max-width: 100%;
    max-height: 90%;
    box-sizing: border-box;
  }
  .flex-sm-95 {
    flex: 1 1 95%;
    max-width: 95%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-sm-95,
  .layout-sm-row > .flex-sm-95 {
    flex: 1 1 95%;
    max-width: 95%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-sm-95,
  .layout-sm-column > .flex-sm-95 {
    flex: 1 1 95%;
    max-width: 100%;
    max-height: 95%;
    box-sizing: border-box;
  }
  .flex-sm-100 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-sm-100,
  .layout-sm-row > .flex-sm-100 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-sm-100,
  .layout-sm-column > .flex-sm-100 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-sm-33,
  .layout-row > .flex-sm-33,
  .layout-sm-row > .flex-sm-33,
  .layout-sm-row > .flex-sm-33 {
    flex: 1 1 33.33%;
    max-width: 33.33%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-sm-66,
  .layout-row > .flex-sm-66,
  .layout-sm-row > .flex-sm-66,
  .layout-sm-row > .flex-sm-66 {
    flex: 1 1 66.66%;
    max-width: 66.66%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex,
  .layout-sm-row > .flex {
    min-width: 0;
  }
  .layout-column > .flex-sm-33,
  .layout-column > .flex-sm-33,
  .layout-sm-column > .flex-sm-33,
  .layout-sm-column > .flex-sm-33 {
    flex: 1 1 33.33%;
    max-width: 100%;
    max-height: 33.33%;
    box-sizing: border-box;
  }
  .layout-column > .flex-sm-66,
  .layout-column > .flex-sm-66,
  .layout-sm-column > .flex-sm-66,
  .layout-sm-column > .flex-sm-66 {
    flex: 1 1 66.66%;
    max-width: 100%;
    max-height: 66.66%;
    box-sizing: border-box;
  }
  .layout-column > .flex,
  .layout-sm-column > .flex {
    min-height: 0;
  }
  .layout-sm,
  .layout-sm-column,
  .layout-sm-row {
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .layout-sm-column {
    flex-direction: column;
  }
  .layout-sm-row {
    flex-direction: row;
  }
}
@media (min-width: 960px) {
  .flex-order-gt-sm--20 {
    order: -20;
  }
  .flex-order-gt-sm--19 {
    order: -19;
  }
  .flex-order-gt-sm--18 {
    order: -18;
  }
  .flex-order-gt-sm--17 {
    order: -17;
  }
  .flex-order-gt-sm--16 {
    order: -16;
  }
  .flex-order-gt-sm--15 {
    order: -15;
  }
  .flex-order-gt-sm--14 {
    order: -14;
  }
  .flex-order-gt-sm--13 {
    order: -13;
  }
  .flex-order-gt-sm--12 {
    order: -12;
  }
  .flex-order-gt-sm--11 {
    order: -11;
  }
  .flex-order-gt-sm--10 {
    order: -10;
  }
  .flex-order-gt-sm--9 {
    order: -9;
  }
  .flex-order-gt-sm--8 {
    order: -8;
  }
  .flex-order-gt-sm--7 {
    order: -7;
  }
  .flex-order-gt-sm--6 {
    order: -6;
  }
  .flex-order-gt-sm--5 {
    order: -5;
  }
  .flex-order-gt-sm--4 {
    order: -4;
  }
  .flex-order-gt-sm--3 {
    order: -3;
  }
  .flex-order-gt-sm--2 {
    order: -2;
  }
  .flex-order-gt-sm--1 {
    order: -1;
  }
  .flex-order-gt-sm-0 {
    order: 0;
  }
  .flex-order-gt-sm-1 {
    order: 1;
  }
  .flex-order-gt-sm-2 {
    order: 2;
  }
  .flex-order-gt-sm-3 {
    order: 3;
  }
  .flex-order-gt-sm-4 {
    order: 4;
  }
  .flex-order-gt-sm-5 {
    order: 5;
  }
  .flex-order-gt-sm-6 {
    order: 6;
  }
  .flex-order-gt-sm-7 {
    order: 7;
  }
  .flex-order-gt-sm-8 {
    order: 8;
  }
  .flex-order-gt-sm-9 {
    order: 9;
  }
  .flex-order-gt-sm-10 {
    order: 10;
  }
  .flex-order-gt-sm-11 {
    order: 11;
  }
  .flex-order-gt-sm-12 {
    order: 12;
  }
  .flex-order-gt-sm-13 {
    order: 13;
  }
  .flex-order-gt-sm-14 {
    order: 14;
  }
  .flex-order-gt-sm-15 {
    order: 15;
  }
  .flex-order-gt-sm-16 {
    order: 16;
  }
  .flex-order-gt-sm-17 {
    order: 17;
  }
  .flex-order-gt-sm-18 {
    order: 18;
  }
  .flex-order-gt-sm-19 {
    order: 19;
  }
  .flex-order-gt-sm-20 {
    order: 20;
  }
  .offset-gt-sm-0,
  .flex-offset-gt-sm-0 {
    margin-left: 0%;
  }
  .offset-gt-sm-5,
  .flex-offset-gt-sm-5 {
    margin-left: 5%;
  }
  .offset-gt-sm-10,
  .flex-offset-gt-sm-10 {
    margin-left: 10%;
  }
  .offset-gt-sm-15,
  .flex-offset-gt-sm-15 {
    margin-left: 15%;
  }
  .offset-gt-sm-20,
  .flex-offset-gt-sm-20 {
    margin-left: 20%;
  }
  .offset-gt-sm-25,
  .flex-offset-gt-sm-25 {
    margin-left: 25%;
  }
  .offset-gt-sm-30,
  .flex-offset-gt-sm-30 {
    margin-left: 30%;
  }
  .offset-gt-sm-35,
  .flex-offset-gt-sm-35 {
    margin-left: 35%;
  }
  .offset-gt-sm-40,
  .flex-offset-gt-sm-40 {
    margin-left: 40%;
  }
  .offset-gt-sm-45,
  .flex-offset-gt-sm-45 {
    margin-left: 45%;
  }
  .offset-gt-sm-50,
  .flex-offset-gt-sm-50 {
    margin-left: 50%;
  }
  .offset-gt-sm-55,
  .flex-offset-gt-sm-55 {
    margin-left: 55%;
  }
  .offset-gt-sm-60,
  .flex-offset-gt-sm-60 {
    margin-left: 60%;
  }
  .offset-gt-sm-65,
  .flex-offset-gt-sm-65 {
    margin-left: 65%;
  }
  .offset-gt-sm-70,
  .flex-offset-gt-sm-70 {
    margin-left: 70%;
  }
  .offset-gt-sm-75,
  .flex-offset-gt-sm-75 {
    margin-left: 75%;
  }
  .offset-gt-sm-80,
  .flex-offset-gt-sm-80 {
    margin-left: 80%;
  }
  .offset-gt-sm-85,
  .flex-offset-gt-sm-85 {
    margin-left: 85%;
  }
  .offset-gt-sm-90,
  .flex-offset-gt-sm-90 {
    margin-left: 90%;
  }
  .offset-gt-sm-95,
  .flex-offset-gt-sm-95 {
    margin-left: 95%;
  }
  .offset-gt-sm-33,
  .flex-offset-gt-sm-33 {
    margin-left: 33.3333333333%;
  }
  .offset-gt-sm-66,
  .flex-offset-gt-sm-66 {
    margin-left: 66.6666666667%;
  }
  .layout-align-gt-sm,
  .layout-align-gt-sm-start-stretch {
    justify-content: flex-start;
    align-content: stretch;
    align-items: stretch;
  }
  .layout-align-gt-sm-start,
  .layout-align-gt-sm-start-start,
  .layout-align-gt-sm-start-center,
  .layout-align-gt-sm-start-end,
  .layout-align-gt-sm-start-stretch {
    justify-content: flex-start;
  }
  .layout-align-gt-sm-center,
  .layout-align-gt-sm-center-start,
  .layout-align-gt-sm-center-center,
  .layout-align-gt-sm-center-end,
  .layout-align-gt-sm-center-stretch {
    justify-content: center;
  }
  .layout-align-gt-sm-end,
  .layout-align-gt-sm-end-start,
  .layout-align-gt-sm-end-center,
  .layout-align-gt-sm-end-end,
  .layout-align-gt-sm-end-stretch {
    justify-content: flex-end;
  }
  .layout-align-gt-sm-space-around,
  .layout-align-gt-sm-space-around-center,
  .layout-align-gt-sm-space-around-start,
  .layout-align-gt-sm-space-around-end,
  .layout-align-gt-sm-space-around-stretch {
    justify-content: space-around;
  }
  .layout-align-gt-sm-space-between,
  .layout-align-gt-sm-space-between-center,
  .layout-align-gt-sm-space-between-start,
  .layout-align-gt-sm-space-between-end,
  .layout-align-gt-sm-space-between-stretch {
    justify-content: space-between;
  }
  .layout-align-gt-sm-start-start,
  .layout-align-gt-sm-center-start,
  .layout-align-gt-sm-end-start,
  .layout-align-gt-sm-space-between-start,
  .layout-align-gt-sm-space-around-start {
    align-items: flex-start;
    align-content: flex-start;
  }
  .layout-align-gt-sm-start-center,
  .layout-align-gt-sm-center-center,
  .layout-align-gt-sm-end-center,
  .layout-align-gt-sm-space-between-center,
  .layout-align-gt-sm-space-around-center {
    align-items: center;
    align-content: center;
    max-width: 100%;
  }
  .layout-align-gt-sm-start-center > *,
  .layout-align-gt-sm-center-center > *,
  .layout-align-gt-sm-end-center > *,
  .layout-align-gt-sm-space-between-center > *,
  .layout-align-gt-sm-space-around-center > * {
    max-width: 100%;
    box-sizing: border-box;
  }
  .layout-align-gt-sm-start-end,
  .layout-align-gt-sm-center-end,
  .layout-align-gt-sm-end-end,
  .layout-align-gt-sm-space-between-end,
  .layout-align-gt-sm-space-around-end {
    align-items: flex-end;
    align-content: flex-end;
  }
  .layout-align-gt-sm-start-stretch,
  .layout-align-gt-sm-center-stretch,
  .layout-align-gt-sm-end-stretch,
  .layout-align-gt-sm-space-between-stretch,
  .layout-align-gt-sm-space-around-stretch {
    align-items: stretch;
    align-content: stretch;
  }
  .flex-gt-sm {
    flex: 1;
    box-sizing: border-box;
  }
}
@media screen\fffd  and (min-width: 960px) {
  .flex-gt-sm {
    flex: 1 1 0%;
  }
}
@media (min-width: 960px) {
  .flex-gt-sm-grow {
    flex: 1 1 100%;
    box-sizing: border-box;
  }
  .flex-gt-sm-initial {
    flex: 0 1 auto;
    box-sizing: border-box;
  }
  .flex-gt-sm-auto {
    flex: 1 1 auto;
    box-sizing: border-box;
  }
  .flex-gt-sm-none {
    flex: 0 0 auto;
    box-sizing: border-box;
  }
  .flex-gt-sm-noshrink {
    flex: 1 0 auto;
    box-sizing: border-box;
  }
  .flex-gt-sm-nogrow {
    flex: 0 1 auto;
    box-sizing: border-box;
  }
  .flex-gt-sm-0 {
    flex: 1 1 0%;
    max-width: 0%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-gt-sm-0,
  .layout-gt-sm-row > .flex-gt-sm-0 {
    flex: 1 1 0%;
    max-width: 0%;
    max-height: 100%;
    box-sizing: border-box;
    min-width: 0;
  }
  .layout-column > .flex-gt-sm-0,
  .layout-gt-sm-column > .flex-gt-sm-0 {
    flex: 1 1 0%;
    max-width: 100%;
    max-height: 0%;
    box-sizing: border-box;
    min-height: 0;
  }
  .flex-gt-sm-5 {
    flex: 1 1 5%;
    max-width: 5%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-gt-sm-5,
  .layout-gt-sm-row > .flex-gt-sm-5 {
    flex: 1 1 5%;
    max-width: 5%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-sm-5,
  .layout-gt-sm-column > .flex-gt-sm-5 {
    flex: 1 1 5%;
    max-width: 100%;
    max-height: 5%;
    box-sizing: border-box;
  }
  .flex-gt-sm-10 {
    flex: 1 1 10%;
    max-width: 10%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-gt-sm-10,
  .layout-gt-sm-row > .flex-gt-sm-10 {
    flex: 1 1 10%;
    max-width: 10%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-sm-10,
  .layout-gt-sm-column > .flex-gt-sm-10 {
    flex: 1 1 10%;
    max-width: 100%;
    max-height: 10%;
    box-sizing: border-box;
  }
  .flex-gt-sm-15 {
    flex: 1 1 15%;
    max-width: 15%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-gt-sm-15,
  .layout-gt-sm-row > .flex-gt-sm-15 {
    flex: 1 1 15%;
    max-width: 15%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-sm-15,
  .layout-gt-sm-column > .flex-gt-sm-15 {
    flex: 1 1 15%;
    max-width: 100%;
    max-height: 15%;
    box-sizing: border-box;
  }
  .flex-gt-sm-20 {
    flex: 1 1 20%;
    max-width: 20%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-gt-sm-20,
  .layout-gt-sm-row > .flex-gt-sm-20 {
    flex: 1 1 20%;
    max-width: 20%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-sm-20,
  .layout-gt-sm-column > .flex-gt-sm-20 {
    flex: 1 1 20%;
    max-width: 100%;
    max-height: 20%;
    box-sizing: border-box;
  }
  .flex-gt-sm-25 {
    flex: 1 1 25%;
    max-width: 25%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-gt-sm-25,
  .layout-gt-sm-row > .flex-gt-sm-25 {
    flex: 1 1 25%;
    max-width: 25%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-sm-25,
  .layout-gt-sm-column > .flex-gt-sm-25 {
    flex: 1 1 25%;
    max-width: 100%;
    max-height: 25%;
    box-sizing: border-box;
  }
  .flex-gt-sm-30 {
    flex: 1 1 30%;
    max-width: 30%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-gt-sm-30,
  .layout-gt-sm-row > .flex-gt-sm-30 {
    flex: 1 1 30%;
    max-width: 30%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-sm-30,
  .layout-gt-sm-column > .flex-gt-sm-30 {
    flex: 1 1 30%;
    max-width: 100%;
    max-height: 30%;
    box-sizing: border-box;
  }
  .flex-gt-sm-35 {
    flex: 1 1 35%;
    max-width: 35%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-gt-sm-35,
  .layout-gt-sm-row > .flex-gt-sm-35 {
    flex: 1 1 35%;
    max-width: 35%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-sm-35,
  .layout-gt-sm-column > .flex-gt-sm-35 {
    flex: 1 1 35%;
    max-width: 100%;
    max-height: 35%;
    box-sizing: border-box;
  }
  .flex-gt-sm-40 {
    flex: 1 1 40%;
    max-width: 40%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-gt-sm-40,
  .layout-gt-sm-row > .flex-gt-sm-40 {
    flex: 1 1 40%;
    max-width: 40%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-sm-40,
  .layout-gt-sm-column > .flex-gt-sm-40 {
    flex: 1 1 40%;
    max-width: 100%;
    max-height: 40%;
    box-sizing: border-box;
  }
  .flex-gt-sm-45 {
    flex: 1 1 45%;
    max-width: 45%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-gt-sm-45,
  .layout-gt-sm-row > .flex-gt-sm-45 {
    flex: 1 1 45%;
    max-width: 45%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-sm-45,
  .layout-gt-sm-column > .flex-gt-sm-45 {
    flex: 1 1 45%;
    max-width: 100%;
    max-height: 45%;
    box-sizing: border-box;
  }
  .flex-gt-sm-50 {
    flex: 1 1 50%;
    max-width: 50%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-gt-sm-50,
  .layout-gt-sm-row > .flex-gt-sm-50 {
    flex: 1 1 50%;
    max-width: 50%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-sm-50,
  .layout-gt-sm-column > .flex-gt-sm-50 {
    flex: 1 1 50%;
    max-width: 100%;
    max-height: 50%;
    box-sizing: border-box;
  }
  .flex-gt-sm-55 {
    flex: 1 1 55%;
    max-width: 55%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-gt-sm-55,
  .layout-gt-sm-row > .flex-gt-sm-55 {
    flex: 1 1 55%;
    max-width: 55%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-sm-55,
  .layout-gt-sm-column > .flex-gt-sm-55 {
    flex: 1 1 55%;
    max-width: 100%;
    max-height: 55%;
    box-sizing: border-box;
  }
  .flex-gt-sm-60 {
    flex: 1 1 60%;
    max-width: 60%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-gt-sm-60,
  .layout-gt-sm-row > .flex-gt-sm-60 {
    flex: 1 1 60%;
    max-width: 60%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-sm-60,
  .layout-gt-sm-column > .flex-gt-sm-60 {
    flex: 1 1 60%;
    max-width: 100%;
    max-height: 60%;
    box-sizing: border-box;
  }
  .flex-gt-sm-65 {
    flex: 1 1 65%;
    max-width: 65%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-gt-sm-65,
  .layout-gt-sm-row > .flex-gt-sm-65 {
    flex: 1 1 65%;
    max-width: 65%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-sm-65,
  .layout-gt-sm-column > .flex-gt-sm-65 {
    flex: 1 1 65%;
    max-width: 100%;
    max-height: 65%;
    box-sizing: border-box;
  }
  .flex-gt-sm-70 {
    flex: 1 1 70%;
    max-width: 70%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-gt-sm-70,
  .layout-gt-sm-row > .flex-gt-sm-70 {
    flex: 1 1 70%;
    max-width: 70%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-sm-70,
  .layout-gt-sm-column > .flex-gt-sm-70 {
    flex: 1 1 70%;
    max-width: 100%;
    max-height: 70%;
    box-sizing: border-box;
  }
  .flex-gt-sm-75 {
    flex: 1 1 75%;
    max-width: 75%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-gt-sm-75,
  .layout-gt-sm-row > .flex-gt-sm-75 {
    flex: 1 1 75%;
    max-width: 75%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-sm-75,
  .layout-gt-sm-column > .flex-gt-sm-75 {
    flex: 1 1 75%;
    max-width: 100%;
    max-height: 75%;
    box-sizing: border-box;
  }
  .flex-gt-sm-80 {
    flex: 1 1 80%;
    max-width: 80%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-gt-sm-80,
  .layout-gt-sm-row > .flex-gt-sm-80 {
    flex: 1 1 80%;
    max-width: 80%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-sm-80,
  .layout-gt-sm-column > .flex-gt-sm-80 {
    flex: 1 1 80%;
    max-width: 100%;
    max-height: 80%;
    box-sizing: border-box;
  }
  .flex-gt-sm-85 {
    flex: 1 1 85%;
    max-width: 85%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-gt-sm-85,
  .layout-gt-sm-row > .flex-gt-sm-85 {
    flex: 1 1 85%;
    max-width: 85%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-sm-85,
  .layout-gt-sm-column > .flex-gt-sm-85 {
    flex: 1 1 85%;
    max-width: 100%;
    max-height: 85%;
    box-sizing: border-box;
  }
  .flex-gt-sm-90 {
    flex: 1 1 90%;
    max-width: 90%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-gt-sm-90,
  .layout-gt-sm-row > .flex-gt-sm-90 {
    flex: 1 1 90%;
    max-width: 90%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-sm-90,
  .layout-gt-sm-column > .flex-gt-sm-90 {
    flex: 1 1 90%;
    max-width: 100%;
    max-height: 90%;
    box-sizing: border-box;
  }
  .flex-gt-sm-95 {
    flex: 1 1 95%;
    max-width: 95%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-gt-sm-95,
  .layout-gt-sm-row > .flex-gt-sm-95 {
    flex: 1 1 95%;
    max-width: 95%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-sm-95,
  .layout-gt-sm-column > .flex-gt-sm-95 {
    flex: 1 1 95%;
    max-width: 100%;
    max-height: 95%;
    box-sizing: border-box;
  }
  .flex-gt-sm-100 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-gt-sm-100,
  .layout-gt-sm-row > .flex-gt-sm-100 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-sm-100,
  .layout-gt-sm-column > .flex-gt-sm-100 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-gt-sm-33,
  .layout-row > .flex-gt-sm-33,
  .layout-gt-sm-row > .flex-gt-sm-33,
  .layout-gt-sm-row > .flex-gt-sm-33 {
    flex: 1 1 33.33%;
    max-width: 33.33%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-gt-sm-66,
  .layout-row > .flex-gt-sm-66,
  .layout-gt-sm-row > .flex-gt-sm-66,
  .layout-gt-sm-row > .flex-gt-sm-66 {
    flex: 1 1 66.66%;
    max-width: 66.66%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex,
  .layout-gt-sm-row > .flex {
    min-width: 0;
  }
  .layout-column > .flex-gt-sm-33,
  .layout-column > .flex-gt-sm-33,
  .layout-gt-sm-column > .flex-gt-sm-33,
  .layout-gt-sm-column > .flex-gt-sm-33 {
    flex: 1 1 33.33%;
    max-width: 100%;
    max-height: 33.33%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-sm-66,
  .layout-column > .flex-gt-sm-66,
  .layout-gt-sm-column > .flex-gt-sm-66,
  .layout-gt-sm-column > .flex-gt-sm-66 {
    flex: 1 1 66.66%;
    max-width: 100%;
    max-height: 66.66%;
    box-sizing: border-box;
  }
  .layout-column > .flex,
  .layout-gt-sm-column > .flex {
    min-height: 0;
  }
  .layout-gt-sm,
  .layout-gt-sm-column,
  .layout-gt-sm-row {
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .layout-gt-sm-column {
    flex-direction: column;
  }
  .layout-gt-sm-row {
    flex-direction: row;
  }
}
@media (min-width: 960px) and (max-width: 1279px) {
  .hide: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-gt-sm:not(.show-gt-xs):not(.show-gt-sm):not(.show-md):not(.show) {
    display: none;
  }
  .hide-md:not(.show-md):not(.show-gt-sm):not(.show-gt-xs):not(.show) {
    display: none;
  }
  .flex-order-md--20 {
    order: -20;
  }
  .flex-order-md--19 {
    order: -19;
  }
  .flex-order-md--18 {
    order: -18;
  }
  .flex-order-md--17 {
    order: -17;
  }
  .flex-order-md--16 {
    order: -16;
  }
  .flex-order-md--15 {
    order: -15;
  }
  .flex-order-md--14 {
    order: -14;
  }
  .flex-order-md--13 {
    order: -13;
  }
  .flex-order-md--12 {
    order: -12;
  }
  .flex-order-md--11 {
    order: -11;
  }
  .flex-order-md--10 {
    order: -10;
  }
  .flex-order-md--9 {
    order: -9;
  }
  .flex-order-md--8 {
    order: -8;
  }
  .flex-order-md--7 {
    order: -7;
  }
  .flex-order-md--6 {
    order: -6;
  }
  .flex-order-md--5 {
    order: -5;
  }
  .flex-order-md--4 {
    order: -4;
  }
  .flex-order-md--3 {
    order: -3;
  }
  .flex-order-md--2 {
    order: -2;
  }
  .flex-order-md--1 {
    order: -1;
  }
  .flex-order-md-0 {
    order: 0;
  }
  .flex-order-md-1 {
    order: 1;
  }
  .flex-order-md-2 {
    order: 2;
  }
  .flex-order-md-3 {
    order: 3;
  }
  .flex-order-md-4 {
    order: 4;
  }
  .flex-order-md-5 {
    order: 5;
  }
  .flex-order-md-6 {
    order: 6;
  }
  .flex-order-md-7 {
    order: 7;
  }
  .flex-order-md-8 {
    order: 8;
  }
  .flex-order-md-9 {
    order: 9;
  }
  .flex-order-md-10 {
    order: 10;
  }
  .flex-order-md-11 {
    order: 11;
  }
  .flex-order-md-12 {
    order: 12;
  }
  .flex-order-md-13 {
    order: 13;
  }
  .flex-order-md-14 {
    order: 14;
  }
  .flex-order-md-15 {
    order: 15;
  }
  .flex-order-md-16 {
    order: 16;
  }
  .flex-order-md-17 {
    order: 17;
  }
  .flex-order-md-18 {
    order: 18;
  }
  .flex-order-md-19 {
    order: 19;
  }
  .flex-order-md-20 {
    order: 20;
  }
  .offset-md-0,
  .flex-offset-md-0 {
    margin-left: 0%;
  }
  .offset-md-5,
  .flex-offset-md-5 {
    margin-left: 5%;
  }
  .offset-md-10,
  .flex-offset-md-10 {
    margin-left: 10%;
  }
  .offset-md-15,
  .flex-offset-md-15 {
    margin-left: 15%;
  }
  .offset-md-20,
  .flex-offset-md-20 {
    margin-left: 20%;
  }
  .offset-md-25,
  .flex-offset-md-25 {
    margin-left: 25%;
  }
  .offset-md-30,
  .flex-offset-md-30 {
    margin-left: 30%;
  }
  .offset-md-35,
  .flex-offset-md-35 {
    margin-left: 35%;
  }
  .offset-md-40,
  .flex-offset-md-40 {
    margin-left: 40%;
  }
  .offset-md-45,
  .flex-offset-md-45 {
    margin-left: 45%;
  }
  .offset-md-50,
  .flex-offset-md-50 {
    margin-left: 50%;
  }
  .offset-md-55,
  .flex-offset-md-55 {
    margin-left: 55%;
  }
  .offset-md-60,
  .flex-offset-md-60 {
    margin-left: 60%;
  }
  .offset-md-65,
  .flex-offset-md-65 {
    margin-left: 65%;
  }
  .offset-md-70,
  .flex-offset-md-70 {
    margin-left: 70%;
  }
  .offset-md-75,
  .flex-offset-md-75 {
    margin-left: 75%;
  }
  .offset-md-80,
  .flex-offset-md-80 {
    margin-left: 80%;
  }
  .offset-md-85,
  .flex-offset-md-85 {
    margin-left: 85%;
  }
  .offset-md-90,
  .flex-offset-md-90 {
    margin-left: 90%;
  }
  .offset-md-95,
  .flex-offset-md-95 {
    margin-left: 95%;
  }
  .offset-md-33,
  .flex-offset-md-33 {
    margin-left: 33.3333333333%;
  }
  .offset-md-66,
  .flex-offset-md-66 {
    margin-left: 66.6666666667%;
  }
  .layout-align-md,
  .layout-align-md-start-stretch {
    justify-content: flex-start;
    align-content: stretch;
    align-items: stretch;
  }
  .layout-align-md-start,
  .layout-align-md-start-start,
  .layout-align-md-start-center,
  .layout-align-md-start-end,
  .layout-align-md-start-stretch {
    justify-content: flex-start;
  }
  .layout-align-md-center,
  .layout-align-md-center-start,
  .layout-align-md-center-center,
  .layout-align-md-center-end,
  .layout-align-md-center-stretch {
    justify-content: center;
  }
  .layout-align-md-end,
  .layout-align-md-end-start,
  .layout-align-md-end-center,
  .layout-align-md-end-end,
  .layout-align-md-end-stretch {
    justify-content: flex-end;
  }
  .layout-align-md-space-around,
  .layout-align-md-space-around-center,
  .layout-align-md-space-around-start,
  .layout-align-md-space-around-end,
  .layout-align-md-space-around-stretch {
    justify-content: space-around;
  }
  .layout-align-md-space-between,
  .layout-align-md-space-between-center,
  .layout-align-md-space-between-start,
  .layout-align-md-space-between-end,
  .layout-align-md-space-between-stretch {
    justify-content: space-between;
  }
  .layout-align-md-start-start,
  .layout-align-md-center-start,
  .layout-align-md-end-start,
  .layout-align-md-space-between-start,
  .layout-align-md-space-around-start {
    align-items: flex-start;
    align-content: flex-start;
  }
  .layout-align-md-start-center,
  .layout-align-md-center-center,
  .layout-align-md-end-center,
  .layout-align-md-space-between-center,
  .layout-align-md-space-around-center {
    align-items: center;
    align-content: center;
    max-width: 100%;
  }
  .layout-align-md-start-center > *,
  .layout-align-md-center-center > *,
  .layout-align-md-end-center > *,
  .layout-align-md-space-between-center > *,
  .layout-align-md-space-around-center > * {
    max-width: 100%;
    box-sizing: border-box;
  }
  .layout-align-md-start-end,
  .layout-align-md-center-end,
  .layout-align-md-end-end,
  .layout-align-md-space-between-end,
  .layout-align-md-space-around-end {
    align-items: flex-end;
    align-content: flex-end;
  }
  .layout-align-md-start-stretch,
  .layout-align-md-center-stretch,
  .layout-align-md-end-stretch,
  .layout-align-md-space-between-stretch,
  .layout-align-md-space-around-stretch {
    align-items: stretch;
    align-content: stretch;
  }
  .flex-md {
    flex: 1;
    box-sizing: border-box;
  }
}
@media screen\fffd  and (min-width: 960px) and (max-width: 1279px) {
  .flex-md {
    flex: 1 1 0%;
  }
}
@media (min-width: 960px) and (max-width: 1279px) {
  .flex-md-grow {
    flex: 1 1 100%;
    box-sizing: border-box;
  }
  .flex-md-initial {
    flex: 0 1 auto;
    box-sizing: border-box;
  }
  .flex-md-auto {
    flex: 1 1 auto;
    box-sizing: border-box;
  }
  .flex-md-none {
    flex: 0 0 auto;
    box-sizing: border-box;
  }
  .flex-md-noshrink {
    flex: 1 0 auto;
    box-sizing: border-box;
  }
  .flex-md-nogrow {
    flex: 0 1 auto;
    box-sizing: border-box;
  }
  .flex-md-0 {
    flex: 1 1 0%;
    max-width: 0%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-md-0,
  .layout-md-row > .flex-md-0 {
    flex: 1 1 0%;
    max-width: 0%;
    max-height: 100%;
    box-sizing: border-box;
    min-width: 0;
  }
  .layout-column > .flex-md-0,
  .layout-md-column > .flex-md-0 {
    flex: 1 1 0%;
    max-width: 100%;
    max-height: 0%;
    box-sizing: border-box;
    min-height: 0;
  }
  .flex-md-5 {
    flex: 1 1 5%;
    max-width: 5%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-md-5,
  .layout-md-row > .flex-md-5 {
    flex: 1 1 5%;
    max-width: 5%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-md-5,
  .layout-md-column > .flex-md-5 {
    flex: 1 1 5%;
    max-width: 100%;
    max-height: 5%;
    box-sizing: border-box;
  }
  .flex-md-10 {
    flex: 1 1 10%;
    max-width: 10%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-md-10,
  .layout-md-row > .flex-md-10 {
    flex: 1 1 10%;
    max-width: 10%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-md-10,
  .layout-md-column > .flex-md-10 {
    flex: 1 1 10%;
    max-width: 100%;
    max-height: 10%;
    box-sizing: border-box;
  }
  .flex-md-15 {
    flex: 1 1 15%;
    max-width: 15%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-md-15,
  .layout-md-row > .flex-md-15 {
    flex: 1 1 15%;
    max-width: 15%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-md-15,
  .layout-md-column > .flex-md-15 {
    flex: 1 1 15%;
    max-width: 100%;
    max-height: 15%;
    box-sizing: border-box;
  }
  .flex-md-20 {
    flex: 1 1 20%;
    max-width: 20%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-md-20,
  .layout-md-row > .flex-md-20 {
    flex: 1 1 20%;
    max-width: 20%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-md-20,
  .layout-md-column > .flex-md-20 {
    flex: 1 1 20%;
    max-width: 100%;
    max-height: 20%;
    box-sizing: border-box;
  }
  .flex-md-25 {
    flex: 1 1 25%;
    max-width: 25%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-md-25,
  .layout-md-row > .flex-md-25 {
    flex: 1 1 25%;
    max-width: 25%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-md-25,
  .layout-md-column > .flex-md-25 {
    flex: 1 1 25%;
    max-width: 100%;
    max-height: 25%;
    box-sizing: border-box;
  }
  .flex-md-30 {
    flex: 1 1 30%;
    max-width: 30%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-md-30,
  .layout-md-row > .flex-md-30 {
    flex: 1 1 30%;
    max-width: 30%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-md-30,
  .layout-md-column > .flex-md-30 {
    flex: 1 1 30%;
    max-width: 100%;
    max-height: 30%;
    box-sizing: border-box;
  }
  .flex-md-35 {
    flex: 1 1 35%;
    max-width: 35%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-md-35,
  .layout-md-row > .flex-md-35 {
    flex: 1 1 35%;
    max-width: 35%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-md-35,
  .layout-md-column > .flex-md-35 {
    flex: 1 1 35%;
    max-width: 100%;
    max-height: 35%;
    box-sizing: border-box;
  }
  .flex-md-40 {
    flex: 1 1 40%;
    max-width: 40%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-md-40,
  .layout-md-row > .flex-md-40 {
    flex: 1 1 40%;
    max-width: 40%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-md-40,
  .layout-md-column > .flex-md-40 {
    flex: 1 1 40%;
    max-width: 100%;
    max-height: 40%;
    box-sizing: border-box;
  }
  .flex-md-45 {
    flex: 1 1 45%;
    max-width: 45%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-md-45,
  .layout-md-row > .flex-md-45 {
    flex: 1 1 45%;
    max-width: 45%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-md-45,
  .layout-md-column > .flex-md-45 {
    flex: 1 1 45%;
    max-width: 100%;
    max-height: 45%;
    box-sizing: border-box;
  }
  .flex-md-50 {
    flex: 1 1 50%;
    max-width: 50%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-md-50,
  .layout-md-row > .flex-md-50 {
    flex: 1 1 50%;
    max-width: 50%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-md-50,
  .layout-md-column > .flex-md-50 {
    flex: 1 1 50%;
    max-width: 100%;
    max-height: 50%;
    box-sizing: border-box;
  }
  .flex-md-55 {
    flex: 1 1 55%;
    max-width: 55%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-md-55,
  .layout-md-row > .flex-md-55 {
    flex: 1 1 55%;
    max-width: 55%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-md-55,
  .layout-md-column > .flex-md-55 {
    flex: 1 1 55%;
    max-width: 100%;
    max-height: 55%;
    box-sizing: border-box;
  }
  .flex-md-60 {
    flex: 1 1 60%;
    max-width: 60%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-md-60,
  .layout-md-row > .flex-md-60 {
    flex: 1 1 60%;
    max-width: 60%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-md-60,
  .layout-md-column > .flex-md-60 {
    flex: 1 1 60%;
    max-width: 100%;
    max-height: 60%;
    box-sizing: border-box;
  }
  .flex-md-65 {
    flex: 1 1 65%;
    max-width: 65%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-md-65,
  .layout-md-row > .flex-md-65 {
    flex: 1 1 65%;
    max-width: 65%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-md-65,
  .layout-md-column > .flex-md-65 {
    flex: 1 1 65%;
    max-width: 100%;
    max-height: 65%;
    box-sizing: border-box;
  }
  .flex-md-70 {
    flex: 1 1 70%;
    max-width: 70%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-md-70,
  .layout-md-row > .flex-md-70 {
    flex: 1 1 70%;
    max-width: 70%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-md-70,
  .layout-md-column > .flex-md-70 {
    flex: 1 1 70%;
    max-width: 100%;
    max-height: 70%;
    box-sizing: border-box;
  }
  .flex-md-75 {
    flex: 1 1 75%;
    max-width: 75%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-md-75,
  .layout-md-row > .flex-md-75 {
    flex: 1 1 75%;
    max-width: 75%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-md-75,
  .layout-md-column > .flex-md-75 {
    flex: 1 1 75%;
    max-width: 100%;
    max-height: 75%;
    box-sizing: border-box;
  }
  .flex-md-80 {
    flex: 1 1 80%;
    max-width: 80%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-md-80,
  .layout-md-row > .flex-md-80 {
    flex: 1 1 80%;
    max-width: 80%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-md-80,
  .layout-md-column > .flex-md-80 {
    flex: 1 1 80%;
    max-width: 100%;
    max-height: 80%;
    box-sizing: border-box;
  }
  .flex-md-85 {
    flex: 1 1 85%;
    max-width: 85%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-md-85,
  .layout-md-row > .flex-md-85 {
    flex: 1 1 85%;
    max-width: 85%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-md-85,
  .layout-md-column > .flex-md-85 {
    flex: 1 1 85%;
    max-width: 100%;
    max-height: 85%;
    box-sizing: border-box;
  }
  .flex-md-90 {
    flex: 1 1 90%;
    max-width: 90%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-md-90,
  .layout-md-row > .flex-md-90 {
    flex: 1 1 90%;
    max-width: 90%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-md-90,
  .layout-md-column > .flex-md-90 {
    flex: 1 1 90%;
    max-width: 100%;
    max-height: 90%;
    box-sizing: border-box;
  }
  .flex-md-95 {
    flex: 1 1 95%;
    max-width: 95%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-md-95,
  .layout-md-row > .flex-md-95 {
    flex: 1 1 95%;
    max-width: 95%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-md-95,
  .layout-md-column > .flex-md-95 {
    flex: 1 1 95%;
    max-width: 100%;
    max-height: 95%;
    box-sizing: border-box;
  }
  .flex-md-100 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-md-100,
  .layout-md-row > .flex-md-100 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-md-100,
  .layout-md-column > .flex-md-100 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-md-33,
  .layout-row > .flex-md-33,
  .layout-md-row > .flex-md-33,
  .layout-md-row > .flex-md-33 {
    flex: 1 1 33.33%;
    max-width: 33.33%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-md-66,
  .layout-row > .flex-md-66,
  .layout-md-row > .flex-md-66,
  .layout-md-row > .flex-md-66 {
    flex: 1 1 66.66%;
    max-width: 66.66%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex,
  .layout-md-row > .flex {
    min-width: 0;
  }
  .layout-column > .flex-md-33,
  .layout-column > .flex-md-33,
  .layout-md-column > .flex-md-33,
  .layout-md-column > .flex-md-33 {
    flex: 1 1 33.33%;
    max-width: 100%;
    max-height: 33.33%;
    box-sizing: border-box;
  }
  .layout-column > .flex-md-66,
  .layout-column > .flex-md-66,
  .layout-md-column > .flex-md-66,
  .layout-md-column > .flex-md-66 {
    flex: 1 1 66.66%;
    max-width: 100%;
    max-height: 66.66%;
    box-sizing: border-box;
  }
  .layout-column > .flex,
  .layout-md-column > .flex {
    min-height: 0;
  }
  .layout-md,
  .layout-md-column,
  .layout-md-row {
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .layout-md-column {
    flex-direction: column;
  }
  .layout-md-row {
    flex-direction: row;
  }
}
@media (min-width: 1280px) {
  .flex-order-gt-md--20 {
    order: -20;
  }
  .flex-order-gt-md--19 {
    order: -19;
  }
  .flex-order-gt-md--18 {
    order: -18;
  }
  .flex-order-gt-md--17 {
    order: -17;
  }
  .flex-order-gt-md--16 {
    order: -16;
  }
  .flex-order-gt-md--15 {
    order: -15;
  }
  .flex-order-gt-md--14 {
    order: -14;
  }
  .flex-order-gt-md--13 {
    order: -13;
  }
  .flex-order-gt-md--12 {
    order: -12;
  }
  .flex-order-gt-md--11 {
    order: -11;
  }
  .flex-order-gt-md--10 {
    order: -10;
  }
  .flex-order-gt-md--9 {
    order: -9;
  }
  .flex-order-gt-md--8 {
    order: -8;
  }
  .flex-order-gt-md--7 {
    order: -7;
  }
  .flex-order-gt-md--6 {
    order: -6;
  }
  .flex-order-gt-md--5 {
    order: -5;
  }
  .flex-order-gt-md--4 {
    order: -4;
  }
  .flex-order-gt-md--3 {
    order: -3;
  }
  .flex-order-gt-md--2 {
    order: -2;
  }
  .flex-order-gt-md--1 {
    order: -1;
  }
  .flex-order-gt-md-0 {
    order: 0;
  }
  .flex-order-gt-md-1 {
    order: 1;
  }
  .flex-order-gt-md-2 {
    order: 2;
  }
  .flex-order-gt-md-3 {
    order: 3;
  }
  .flex-order-gt-md-4 {
    order: 4;
  }
  .flex-order-gt-md-5 {
    order: 5;
  }
  .flex-order-gt-md-6 {
    order: 6;
  }
  .flex-order-gt-md-7 {
    order: 7;
  }
  .flex-order-gt-md-8 {
    order: 8;
  }
  .flex-order-gt-md-9 {
    order: 9;
  }
  .flex-order-gt-md-10 {
    order: 10;
  }
  .flex-order-gt-md-11 {
    order: 11;
  }
  .flex-order-gt-md-12 {
    order: 12;
  }
  .flex-order-gt-md-13 {
    order: 13;
  }
  .flex-order-gt-md-14 {
    order: 14;
  }
  .flex-order-gt-md-15 {
    order: 15;
  }
  .flex-order-gt-md-16 {
    order: 16;
  }
  .flex-order-gt-md-17 {
    order: 17;
  }
  .flex-order-gt-md-18 {
    order: 18;
  }
  .flex-order-gt-md-19 {
    order: 19;
  }
  .flex-order-gt-md-20 {
    order: 20;
  }
  .offset-gt-md-0,
  .flex-offset-gt-md-0 {
    margin-left: 0%;
  }
  .offset-gt-md-5,
  .flex-offset-gt-md-5 {
    margin-left: 5%;
  }
  .offset-gt-md-10,
  .flex-offset-gt-md-10 {
    margin-left: 10%;
  }
  .offset-gt-md-15,
  .flex-offset-gt-md-15 {
    margin-left: 15%;
  }
  .offset-gt-md-20,
  .flex-offset-gt-md-20 {
    margin-left: 20%;
  }
  .offset-gt-md-25,
  .flex-offset-gt-md-25 {
    margin-left: 25%;
  }
  .offset-gt-md-30,
  .flex-offset-gt-md-30 {
    margin-left: 30%;
  }
  .offset-gt-md-35,
  .flex-offset-gt-md-35 {
    margin-left: 35%;
  }
  .offset-gt-md-40,
  .flex-offset-gt-md-40 {
    margin-left: 40%;
  }
  .offset-gt-md-45,
  .flex-offset-gt-md-45 {
    margin-left: 45%;
  }
  .offset-gt-md-50,
  .flex-offset-gt-md-50 {
    margin-left: 50%;
  }
  .offset-gt-md-55,
  .flex-offset-gt-md-55 {
    margin-left: 55%;
  }
  .offset-gt-md-60,
  .flex-offset-gt-md-60 {
    margin-left: 60%;
  }
  .offset-gt-md-65,
  .flex-offset-gt-md-65 {
    margin-left: 65%;
  }
  .offset-gt-md-70,
  .flex-offset-gt-md-70 {
    margin-left: 70%;
  }
  .offset-gt-md-75,
  .flex-offset-gt-md-75 {
    margin-left: 75%;
  }
  .offset-gt-md-80,
  .flex-offset-gt-md-80 {
    margin-left: 80%;
  }
  .offset-gt-md-85,
  .flex-offset-gt-md-85 {
    margin-left: 85%;
  }
  .offset-gt-md-90,
  .flex-offset-gt-md-90 {
    margin-left: 90%;
  }
  .offset-gt-md-95,
  .flex-offset-gt-md-95 {
    margin-left: 95%;
  }
  .offset-gt-md-33,
  .flex-offset-gt-md-33 {
    margin-left: 33.3333333333%;
  }
  .offset-gt-md-66,
  .flex-offset-gt-md-66 {
    margin-left: 66.6666666667%;
  }
  .layout-align-gt-md,
  .layout-align-gt-md-start-stretch {
    justify-content: flex-start;
    align-content: stretch;
    align-items: stretch;
  }
  .layout-align-gt-md-start,
  .layout-align-gt-md-start-start,
  .layout-align-gt-md-start-center,
  .layout-align-gt-md-start-end,
  .layout-align-gt-md-start-stretch {
    justify-content: flex-start;
  }
  .layout-align-gt-md-center,
  .layout-align-gt-md-center-start,
  .layout-align-gt-md-center-center,
  .layout-align-gt-md-center-end,
  .layout-align-gt-md-center-stretch {
    justify-content: center;
  }
  .layout-align-gt-md-end,
  .layout-align-gt-md-end-start,
  .layout-align-gt-md-end-center,
  .layout-align-gt-md-end-end,
  .layout-align-gt-md-end-stretch {
    justify-content: flex-end;
  }
  .layout-align-gt-md-space-around,
  .layout-align-gt-md-space-around-center,
  .layout-align-gt-md-space-around-start,
  .layout-align-gt-md-space-around-end,
  .layout-align-gt-md-space-around-stretch {
    justify-content: space-around;
  }
  .layout-align-gt-md-space-between,
  .layout-align-gt-md-space-between-center,
  .layout-align-gt-md-space-between-start,
  .layout-align-gt-md-space-between-end,
  .layout-align-gt-md-space-between-stretch {
    justify-content: space-between;
  }
  .layout-align-gt-md-start-start,
  .layout-align-gt-md-center-start,
  .layout-align-gt-md-end-start,
  .layout-align-gt-md-space-between-start,
  .layout-align-gt-md-space-around-start {
    align-items: flex-start;
    align-content: flex-start;
  }
  .layout-align-gt-md-start-center,
  .layout-align-gt-md-center-center,
  .layout-align-gt-md-end-center,
  .layout-align-gt-md-space-between-center,
  .layout-align-gt-md-space-around-center {
    align-items: center;
    align-content: center;
    max-width: 100%;
  }
  .layout-align-gt-md-start-center > *,
  .layout-align-gt-md-center-center > *,
  .layout-align-gt-md-end-center > *,
  .layout-align-gt-md-space-between-center > *,
  .layout-align-gt-md-space-around-center > * {
    max-width: 100%;
    box-sizing: border-box;
  }
  .layout-align-gt-md-start-end,
  .layout-align-gt-md-center-end,
  .layout-align-gt-md-end-end,
  .layout-align-gt-md-space-between-end,
  .layout-align-gt-md-space-around-end {
    align-items: flex-end;
    align-content: flex-end;
  }
  .layout-align-gt-md-start-stretch,
  .layout-align-gt-md-center-stretch,
  .layout-align-gt-md-end-stretch,
  .layout-align-gt-md-space-between-stretch,
  .layout-align-gt-md-space-around-stretch {
    align-items: stretch;
    align-content: stretch;
  }
  .flex-gt-md {
    flex: 1;
    box-sizing: border-box;
  }
}
@media screen\fffd  and (min-width: 1280px) {
  .flex-gt-md {
    flex: 1 1 0%;
  }
}
@media (min-width: 1280px) {
  .flex-gt-md-grow {
    flex: 1 1 100%;
    box-sizing: border-box;
  }
  .flex-gt-md-initial {
    flex: 0 1 auto;
    box-sizing: border-box;
  }
  .flex-gt-md-auto {
    flex: 1 1 auto;
    box-sizing: border-box;
  }
  .flex-gt-md-none {
    flex: 0 0 auto;
    box-sizing: border-box;
  }
  .flex-gt-md-noshrink {
    flex: 1 0 auto;
    box-sizing: border-box;
  }
  .flex-gt-md-nogrow {
    flex: 0 1 auto;
    box-sizing: border-box;
  }
  .flex-gt-md-0 {
    flex: 1 1 0%;
    max-width: 0%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-gt-md-0,
  .layout-gt-md-row > .flex-gt-md-0 {
    flex: 1 1 0%;
    max-width: 0%;
    max-height: 100%;
    box-sizing: border-box;
    min-width: 0;
  }
  .layout-column > .flex-gt-md-0,
  .layout-gt-md-column > .flex-gt-md-0 {
    flex: 1 1 0%;
    max-width: 100%;
    max-height: 0%;
    box-sizing: border-box;
    min-height: 0;
  }
  .flex-gt-md-5 {
    flex: 1 1 5%;
    max-width: 5%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-gt-md-5,
  .layout-gt-md-row > .flex-gt-md-5 {
    flex: 1 1 5%;
    max-width: 5%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-md-5,
  .layout-gt-md-column > .flex-gt-md-5 {
    flex: 1 1 5%;
    max-width: 100%;
    max-height: 5%;
    box-sizing: border-box;
  }
  .flex-gt-md-10 {
    flex: 1 1 10%;
    max-width: 10%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-gt-md-10,
  .layout-gt-md-row > .flex-gt-md-10 {
    flex: 1 1 10%;
    max-width: 10%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-md-10,
  .layout-gt-md-column > .flex-gt-md-10 {
    flex: 1 1 10%;
    max-width: 100%;
    max-height: 10%;
    box-sizing: border-box;
  }
  .flex-gt-md-15 {
    flex: 1 1 15%;
    max-width: 15%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-gt-md-15,
  .layout-gt-md-row > .flex-gt-md-15 {
    flex: 1 1 15%;
    max-width: 15%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-md-15,
  .layout-gt-md-column > .flex-gt-md-15 {
    flex: 1 1 15%;
    max-width: 100%;
    max-height: 15%;
    box-sizing: border-box;
  }
  .flex-gt-md-20 {
    flex: 1 1 20%;
    max-width: 20%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-gt-md-20,
  .layout-gt-md-row > .flex-gt-md-20 {
    flex: 1 1 20%;
    max-width: 20%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-md-20,
  .layout-gt-md-column > .flex-gt-md-20 {
    flex: 1 1 20%;
    max-width: 100%;
    max-height: 20%;
    box-sizing: border-box;
  }
  .flex-gt-md-25 {
    flex: 1 1 25%;
    max-width: 25%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-gt-md-25,
  .layout-gt-md-row > .flex-gt-md-25 {
    flex: 1 1 25%;
    max-width: 25%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-md-25,
  .layout-gt-md-column > .flex-gt-md-25 {
    flex: 1 1 25%;
    max-width: 100%;
    max-height: 25%;
    box-sizing: border-box;
  }
  .flex-gt-md-30 {
    flex: 1 1 30%;
    max-width: 30%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-gt-md-30,
  .layout-gt-md-row > .flex-gt-md-30 {
    flex: 1 1 30%;
    max-width: 30%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-md-30,
  .layout-gt-md-column > .flex-gt-md-30 {
    flex: 1 1 30%;
    max-width: 100%;
    max-height: 30%;
    box-sizing: border-box;
  }
  .flex-gt-md-35 {
    flex: 1 1 35%;
    max-width: 35%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-gt-md-35,
  .layout-gt-md-row > .flex-gt-md-35 {
    flex: 1 1 35%;
    max-width: 35%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-md-35,
  .layout-gt-md-column > .flex-gt-md-35 {
    flex: 1 1 35%;
    max-width: 100%;
    max-height: 35%;
    box-sizing: border-box;
  }
  .flex-gt-md-40 {
    flex: 1 1 40%;
    max-width: 40%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-gt-md-40,
  .layout-gt-md-row > .flex-gt-md-40 {
    flex: 1 1 40%;
    max-width: 40%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-md-40,
  .layout-gt-md-column > .flex-gt-md-40 {
    flex: 1 1 40%;
    max-width: 100%;
    max-height: 40%;
    box-sizing: border-box;
  }
  .flex-gt-md-45 {
    flex: 1 1 45%;
    max-width: 45%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-gt-md-45,
  .layout-gt-md-row > .flex-gt-md-45 {
    flex: 1 1 45%;
    max-width: 45%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-md-45,
  .layout-gt-md-column > .flex-gt-md-45 {
    flex: 1 1 45%;
    max-width: 100%;
    max-height: 45%;
    box-sizing: border-box;
  }
  .flex-gt-md-50 {
    flex: 1 1 50%;
    max-width: 50%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-gt-md-50,
  .layout-gt-md-row > .flex-gt-md-50 {
    flex: 1 1 50%;
    max-width: 50%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-md-50,
  .layout-gt-md-column > .flex-gt-md-50 {
    flex: 1 1 50%;
    max-width: 100%;
    max-height: 50%;
    box-sizing: border-box;
  }
  .flex-gt-md-55 {
    flex: 1 1 55%;
    max-width: 55%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-gt-md-55,
  .layout-gt-md-row > .flex-gt-md-55 {
    flex: 1 1 55%;
    max-width: 55%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-md-55,
  .layout-gt-md-column > .flex-gt-md-55 {
    flex: 1 1 55%;
    max-width: 100%;
    max-height: 55%;
    box-sizing: border-box;
  }
  .flex-gt-md-60 {
    flex: 1 1 60%;
    max-width: 60%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-gt-md-60,
  .layout-gt-md-row > .flex-gt-md-60 {
    flex: 1 1 60%;
    max-width: 60%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-md-60,
  .layout-gt-md-column > .flex-gt-md-60 {
    flex: 1 1 60%;
    max-width: 100%;
    max-height: 60%;
    box-sizing: border-box;
  }
  .flex-gt-md-65 {
    flex: 1 1 65%;
    max-width: 65%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-gt-md-65,
  .layout-gt-md-row > .flex-gt-md-65 {
    flex: 1 1 65%;
    max-width: 65%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-md-65,
  .layout-gt-md-column > .flex-gt-md-65 {
    flex: 1 1 65%;
    max-width: 100%;
    max-height: 65%;
    box-sizing: border-box;
  }
  .flex-gt-md-70 {
    flex: 1 1 70%;
    max-width: 70%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-gt-md-70,
  .layout-gt-md-row > .flex-gt-md-70 {
    flex: 1 1 70%;
    max-width: 70%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-md-70,
  .layout-gt-md-column > .flex-gt-md-70 {
    flex: 1 1 70%;
    max-width: 100%;
    max-height: 70%;
    box-sizing: border-box;
  }
  .flex-gt-md-75 {
    flex: 1 1 75%;
    max-width: 75%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-gt-md-75,
  .layout-gt-md-row > .flex-gt-md-75 {
    flex: 1 1 75%;
    max-width: 75%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-md-75,
  .layout-gt-md-column > .flex-gt-md-75 {
    flex: 1 1 75%;
    max-width: 100%;
    max-height: 75%;
    box-sizing: border-box;
  }
  .flex-gt-md-80 {
    flex: 1 1 80%;
    max-width: 80%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-gt-md-80,
  .layout-gt-md-row > .flex-gt-md-80 {
    flex: 1 1 80%;
    max-width: 80%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-md-80,
  .layout-gt-md-column > .flex-gt-md-80 {
    flex: 1 1 80%;
    max-width: 100%;
    max-height: 80%;
    box-sizing: border-box;
  }
  .flex-gt-md-85 {
    flex: 1 1 85%;
    max-width: 85%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-gt-md-85,
  .layout-gt-md-row > .flex-gt-md-85 {
    flex: 1 1 85%;
    max-width: 85%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-md-85,
  .layout-gt-md-column > .flex-gt-md-85 {
    flex: 1 1 85%;
    max-width: 100%;
    max-height: 85%;
    box-sizing: border-box;
  }
  .flex-gt-md-90 {
    flex: 1 1 90%;
    max-width: 90%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-gt-md-90,
  .layout-gt-md-row > .flex-gt-md-90 {
    flex: 1 1 90%;
    max-width: 90%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-md-90,
  .layout-gt-md-column > .flex-gt-md-90 {
    flex: 1 1 90%;
    max-width: 100%;
    max-height: 90%;
    box-sizing: border-box;
  }
  .flex-gt-md-95 {
    flex: 1 1 95%;
    max-width: 95%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-gt-md-95,
  .layout-gt-md-row > .flex-gt-md-95 {
    flex: 1 1 95%;
    max-width: 95%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-md-95,
  .layout-gt-md-column > .flex-gt-md-95 {
    flex: 1 1 95%;
    max-width: 100%;
    max-height: 95%;
    box-sizing: border-box;
  }
  .flex-gt-md-100 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-gt-md-100,
  .layout-gt-md-row > .flex-gt-md-100 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-md-100,
  .layout-gt-md-column > .flex-gt-md-100 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-gt-md-33,
  .layout-row > .flex-gt-md-33,
  .layout-gt-md-row > .flex-gt-md-33,
  .layout-gt-md-row > .flex-gt-md-33 {
    flex: 1 1 33.33%;
    max-width: 33.33%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-gt-md-66,
  .layout-row > .flex-gt-md-66,
  .layout-gt-md-row > .flex-gt-md-66,
  .layout-gt-md-row > .flex-gt-md-66 {
    flex: 1 1 66.66%;
    max-width: 66.66%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex,
  .layout-gt-md-row > .flex {
    min-width: 0;
  }
  .layout-column > .flex-gt-md-33,
  .layout-column > .flex-gt-md-33,
  .layout-gt-md-column > .flex-gt-md-33,
  .layout-gt-md-column > .flex-gt-md-33 {
    flex: 1 1 33.33%;
    max-width: 100%;
    max-height: 33.33%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-md-66,
  .layout-column > .flex-gt-md-66,
  .layout-gt-md-column > .flex-gt-md-66,
  .layout-gt-md-column > .flex-gt-md-66 {
    flex: 1 1 66.66%;
    max-width: 100%;
    max-height: 66.66%;
    box-sizing: border-box;
  }
  .layout-column > .flex,
  .layout-gt-md-column > .flex {
    min-height: 0;
  }
  .layout-gt-md,
  .layout-gt-md-column,
  .layout-gt-md-row {
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .layout-gt-md-column {
    flex-direction: column;
  }
  .layout-gt-md-row {
    flex-direction: row;
  }
}
@media (min-width: 1280px) and (max-width: 1919px) {
  .hide: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-gt-sm:not(.show-gt-xs):not(.show-gt-sm):not(.show-gt-md):not(.show-lg):not(.show),
  .hide-gt-md:not(.show-gt-xs):not(.show-gt-sm):not(.show-gt-md):not(.show-lg):not(.show) {
    display: none;
  }
  .hide-lg:not(.show-lg):not(.show-gt-md):not(.show-gt-sm):not(.show-gt-xs):not(.show) {
    display: none;
  }
  .flex-order-lg--20 {
    order: -20;
  }
  .flex-order-lg--19 {
    order: -19;
  }
  .flex-order-lg--18 {
    order: -18;
  }
  .flex-order-lg--17 {
    order: -17;
  }
  .flex-order-lg--16 {
    order: -16;
  }
  .flex-order-lg--15 {
    order: -15;
  }
  .flex-order-lg--14 {
    order: -14;
  }
  .flex-order-lg--13 {
    order: -13;
  }
  .flex-order-lg--12 {
    order: -12;
  }
  .flex-order-lg--11 {
    order: -11;
  }
  .flex-order-lg--10 {
    order: -10;
  }
  .flex-order-lg--9 {
    order: -9;
  }
  .flex-order-lg--8 {
    order: -8;
  }
  .flex-order-lg--7 {
    order: -7;
  }
  .flex-order-lg--6 {
    order: -6;
  }
  .flex-order-lg--5 {
    order: -5;
  }
  .flex-order-lg--4 {
    order: -4;
  }
  .flex-order-lg--3 {
    order: -3;
  }
  .flex-order-lg--2 {
    order: -2;
  }
  .flex-order-lg--1 {
    order: -1;
  }
  .flex-order-lg-0 {
    order: 0;
  }
  .flex-order-lg-1 {
    order: 1;
  }
  .flex-order-lg-2 {
    order: 2;
  }
  .flex-order-lg-3 {
    order: 3;
  }
  .flex-order-lg-4 {
    order: 4;
  }
  .flex-order-lg-5 {
    order: 5;
  }
  .flex-order-lg-6 {
    order: 6;
  }
  .flex-order-lg-7 {
    order: 7;
  }
  .flex-order-lg-8 {
    order: 8;
  }
  .flex-order-lg-9 {
    order: 9;
  }
  .flex-order-lg-10 {
    order: 10;
  }
  .flex-order-lg-11 {
    order: 11;
  }
  .flex-order-lg-12 {
    order: 12;
  }
  .flex-order-lg-13 {
    order: 13;
  }
  .flex-order-lg-14 {
    order: 14;
  }
  .flex-order-lg-15 {
    order: 15;
  }
  .flex-order-lg-16 {
    order: 16;
  }
  .flex-order-lg-17 {
    order: 17;
  }
  .flex-order-lg-18 {
    order: 18;
  }
  .flex-order-lg-19 {
    order: 19;
  }
  .flex-order-lg-20 {
    order: 20;
  }
  .offset-lg-0,
  .flex-offset-lg-0 {
    margin-left: 0%;
  }
  .offset-lg-5,
  .flex-offset-lg-5 {
    margin-left: 5%;
  }
  .offset-lg-10,
  .flex-offset-lg-10 {
    margin-left: 10%;
  }
  .offset-lg-15,
  .flex-offset-lg-15 {
    margin-left: 15%;
  }
  .offset-lg-20,
  .flex-offset-lg-20 {
    margin-left: 20%;
  }
  .offset-lg-25,
  .flex-offset-lg-25 {
    margin-left: 25%;
  }
  .offset-lg-30,
  .flex-offset-lg-30 {
    margin-left: 30%;
  }
  .offset-lg-35,
  .flex-offset-lg-35 {
    margin-left: 35%;
  }
  .offset-lg-40,
  .flex-offset-lg-40 {
    margin-left: 40%;
  }
  .offset-lg-45,
  .flex-offset-lg-45 {
    margin-left: 45%;
  }
  .offset-lg-50,
  .flex-offset-lg-50 {
    margin-left: 50%;
  }
  .offset-lg-55,
  .flex-offset-lg-55 {
    margin-left: 55%;
  }
  .offset-lg-60,
  .flex-offset-lg-60 {
    margin-left: 60%;
  }
  .offset-lg-65,
  .flex-offset-lg-65 {
    margin-left: 65%;
  }
  .offset-lg-70,
  .flex-offset-lg-70 {
    margin-left: 70%;
  }
  .offset-lg-75,
  .flex-offset-lg-75 {
    margin-left: 75%;
  }
  .offset-lg-80,
  .flex-offset-lg-80 {
    margin-left: 80%;
  }
  .offset-lg-85,
  .flex-offset-lg-85 {
    margin-left: 85%;
  }
  .offset-lg-90,
  .flex-offset-lg-90 {
    margin-left: 90%;
  }
  .offset-lg-95,
  .flex-offset-lg-95 {
    margin-left: 95%;
  }
  .offset-lg-33,
  .flex-offset-lg-33 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-66,
  .flex-offset-lg-66 {
    margin-left: 66.6666666667%;
  }
  .layout-align-lg,
  .layout-align-lg-start-stretch {
    justify-content: flex-start;
    align-content: stretch;
    align-items: stretch;
  }
  .layout-align-lg-start,
  .layout-align-lg-start-start,
  .layout-align-lg-start-center,
  .layout-align-lg-start-end,
  .layout-align-lg-start-stretch {
    justify-content: flex-start;
  }
  .layout-align-lg-center,
  .layout-align-lg-center-start,
  .layout-align-lg-center-center,
  .layout-align-lg-center-end,
  .layout-align-lg-center-stretch {
    justify-content: center;
  }
  .layout-align-lg-end,
  .layout-align-lg-end-start,
  .layout-align-lg-end-center,
  .layout-align-lg-end-end,
  .layout-align-lg-end-stretch {
    justify-content: flex-end;
  }
  .layout-align-lg-space-around,
  .layout-align-lg-space-around-center,
  .layout-align-lg-space-around-start,
  .layout-align-lg-space-around-end,
  .layout-align-lg-space-around-stretch {
    justify-content: space-around;
  }
  .layout-align-lg-space-between,
  .layout-align-lg-space-between-center,
  .layout-align-lg-space-between-start,
  .layout-align-lg-space-between-end,
  .layout-align-lg-space-between-stretch {
    justify-content: space-between;
  }
  .layout-align-lg-start-start,
  .layout-align-lg-center-start,
  .layout-align-lg-end-start,
  .layout-align-lg-space-between-start,
  .layout-align-lg-space-around-start {
    align-items: flex-start;
    align-content: flex-start;
  }
  .layout-align-lg-start-center,
  .layout-align-lg-center-center,
  .layout-align-lg-end-center,
  .layout-align-lg-space-between-center,
  .layout-align-lg-space-around-center {
    align-items: center;
    align-content: center;
    max-width: 100%;
  }
  .layout-align-lg-start-center > *,
  .layout-align-lg-center-center > *,
  .layout-align-lg-end-center > *,
  .layout-align-lg-space-between-center > *,
  .layout-align-lg-space-around-center > * {
    max-width: 100%;
    box-sizing: border-box;
  }
  .layout-align-lg-start-end,
  .layout-align-lg-center-end,
  .layout-align-lg-end-end,
  .layout-align-lg-space-between-end,
  .layout-align-lg-space-around-end {
    align-items: flex-end;
    align-content: flex-end;
  }
  .layout-align-lg-start-stretch,
  .layout-align-lg-center-stretch,
  .layout-align-lg-end-stretch,
  .layout-align-lg-space-between-stretch,
  .layout-align-lg-space-around-stretch {
    align-items: stretch;
    align-content: stretch;
  }
  .flex-lg {
    flex: 1;
    box-sizing: border-box;
  }
}
@media screen\fffd  and (min-width: 1280px) and (max-width: 1919px) {
  .flex-lg {
    flex: 1 1 0%;
  }
}
@media (min-width: 1280px) and (max-width: 1919px) {
  .flex-lg-grow {
    flex: 1 1 100%;
    box-sizing: border-box;
  }
  .flex-lg-initial {
    flex: 0 1 auto;
    box-sizing: border-box;
  }
  .flex-lg-auto {
    flex: 1 1 auto;
    box-sizing: border-box;
  }
  .flex-lg-none {
    flex: 0 0 auto;
    box-sizing: border-box;
  }
  .flex-lg-noshrink {
    flex: 1 0 auto;
    box-sizing: border-box;
  }
  .flex-lg-nogrow {
    flex: 0 1 auto;
    box-sizing: border-box;
  }
  .flex-lg-0 {
    flex: 1 1 0%;
    max-width: 0%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-lg-0,
  .layout-lg-row > .flex-lg-0 {
    flex: 1 1 0%;
    max-width: 0%;
    max-height: 100%;
    box-sizing: border-box;
    min-width: 0;
  }
  .layout-column > .flex-lg-0,
  .layout-lg-column > .flex-lg-0 {
    flex: 1 1 0%;
    max-width: 100%;
    max-height: 0%;
    box-sizing: border-box;
    min-height: 0;
  }
  .flex-lg-5 {
    flex: 1 1 5%;
    max-width: 5%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-lg-5,
  .layout-lg-row > .flex-lg-5 {
    flex: 1 1 5%;
    max-width: 5%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-lg-5,
  .layout-lg-column > .flex-lg-5 {
    flex: 1 1 5%;
    max-width: 100%;
    max-height: 5%;
    box-sizing: border-box;
  }
  .flex-lg-10 {
    flex: 1 1 10%;
    max-width: 10%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-lg-10,
  .layout-lg-row > .flex-lg-10 {
    flex: 1 1 10%;
    max-width: 10%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-lg-10,
  .layout-lg-column > .flex-lg-10 {
    flex: 1 1 10%;
    max-width: 100%;
    max-height: 10%;
    box-sizing: border-box;
  }
  .flex-lg-15 {
    flex: 1 1 15%;
    max-width: 15%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-lg-15,
  .layout-lg-row > .flex-lg-15 {
    flex: 1 1 15%;
    max-width: 15%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-lg-15,
  .layout-lg-column > .flex-lg-15 {
    flex: 1 1 15%;
    max-width: 100%;
    max-height: 15%;
    box-sizing: border-box;
  }
  .flex-lg-20 {
    flex: 1 1 20%;
    max-width: 20%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-lg-20,
  .layout-lg-row > .flex-lg-20 {
    flex: 1 1 20%;
    max-width: 20%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-lg-20,
  .layout-lg-column > .flex-lg-20 {
    flex: 1 1 20%;
    max-width: 100%;
    max-height: 20%;
    box-sizing: border-box;
  }
  .flex-lg-25 {
    flex: 1 1 25%;
    max-width: 25%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-lg-25,
  .layout-lg-row > .flex-lg-25 {
    flex: 1 1 25%;
    max-width: 25%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-lg-25,
  .layout-lg-column > .flex-lg-25 {
    flex: 1 1 25%;
    max-width: 100%;
    max-height: 25%;
    box-sizing: border-box;
  }
  .flex-lg-30 {
    flex: 1 1 30%;
    max-width: 30%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-lg-30,
  .layout-lg-row > .flex-lg-30 {
    flex: 1 1 30%;
    max-width: 30%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-lg-30,
  .layout-lg-column > .flex-lg-30 {
    flex: 1 1 30%;
    max-width: 100%;
    max-height: 30%;
    box-sizing: border-box;
  }
  .flex-lg-35 {
    flex: 1 1 35%;
    max-width: 35%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-lg-35,
  .layout-lg-row > .flex-lg-35 {
    flex: 1 1 35%;
    max-width: 35%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-lg-35,
  .layout-lg-column > .flex-lg-35 {
    flex: 1 1 35%;
    max-width: 100%;
    max-height: 35%;
    box-sizing: border-box;
  }
  .flex-lg-40 {
    flex: 1 1 40%;
    max-width: 40%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-lg-40,
  .layout-lg-row > .flex-lg-40 {
    flex: 1 1 40%;
    max-width: 40%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-lg-40,
  .layout-lg-column > .flex-lg-40 {
    flex: 1 1 40%;
    max-width: 100%;
    max-height: 40%;
    box-sizing: border-box;
  }
  .flex-lg-45 {
    flex: 1 1 45%;
    max-width: 45%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-lg-45,
  .layout-lg-row > .flex-lg-45 {
    flex: 1 1 45%;
    max-width: 45%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-lg-45,
  .layout-lg-column > .flex-lg-45 {
    flex: 1 1 45%;
    max-width: 100%;
    max-height: 45%;
    box-sizing: border-box;
  }
  .flex-lg-50 {
    flex: 1 1 50%;
    max-width: 50%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-lg-50,
  .layout-lg-row > .flex-lg-50 {
    flex: 1 1 50%;
    max-width: 50%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-lg-50,
  .layout-lg-column > .flex-lg-50 {
    flex: 1 1 50%;
    max-width: 100%;
    max-height: 50%;
    box-sizing: border-box;
  }
  .flex-lg-55 {
    flex: 1 1 55%;
    max-width: 55%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-lg-55,
  .layout-lg-row > .flex-lg-55 {
    flex: 1 1 55%;
    max-width: 55%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-lg-55,
  .layout-lg-column > .flex-lg-55 {
    flex: 1 1 55%;
    max-width: 100%;
    max-height: 55%;
    box-sizing: border-box;
  }
  .flex-lg-60 {
    flex: 1 1 60%;
    max-width: 60%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-lg-60,
  .layout-lg-row > .flex-lg-60 {
    flex: 1 1 60%;
    max-width: 60%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-lg-60,
  .layout-lg-column > .flex-lg-60 {
    flex: 1 1 60%;
    max-width: 100%;
    max-height: 60%;
    box-sizing: border-box;
  }
  .flex-lg-65 {
    flex: 1 1 65%;
    max-width: 65%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-lg-65,
  .layout-lg-row > .flex-lg-65 {
    flex: 1 1 65%;
    max-width: 65%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-lg-65,
  .layout-lg-column > .flex-lg-65 {
    flex: 1 1 65%;
    max-width: 100%;
    max-height: 65%;
    box-sizing: border-box;
  }
  .flex-lg-70 {
    flex: 1 1 70%;
    max-width: 70%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-lg-70,
  .layout-lg-row > .flex-lg-70 {
    flex: 1 1 70%;
    max-width: 70%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-lg-70,
  .layout-lg-column > .flex-lg-70 {
    flex: 1 1 70%;
    max-width: 100%;
    max-height: 70%;
    box-sizing: border-box;
  }
  .flex-lg-75 {
    flex: 1 1 75%;
    max-width: 75%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-lg-75,
  .layout-lg-row > .flex-lg-75 {
    flex: 1 1 75%;
    max-width: 75%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-lg-75,
  .layout-lg-column > .flex-lg-75 {
    flex: 1 1 75%;
    max-width: 100%;
    max-height: 75%;
    box-sizing: border-box;
  }
  .flex-lg-80 {
    flex: 1 1 80%;
    max-width: 80%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-lg-80,
  .layout-lg-row > .flex-lg-80 {
    flex: 1 1 80%;
    max-width: 80%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-lg-80,
  .layout-lg-column > .flex-lg-80 {
    flex: 1 1 80%;
    max-width: 100%;
    max-height: 80%;
    box-sizing: border-box;
  }
  .flex-lg-85 {
    flex: 1 1 85%;
    max-width: 85%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-lg-85,
  .layout-lg-row > .flex-lg-85 {
    flex: 1 1 85%;
    max-width: 85%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-lg-85,
  .layout-lg-column > .flex-lg-85 {
    flex: 1 1 85%;
    max-width: 100%;
    max-height: 85%;
    box-sizing: border-box;
  }
  .flex-lg-90 {
    flex: 1 1 90%;
    max-width: 90%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-lg-90,
  .layout-lg-row > .flex-lg-90 {
    flex: 1 1 90%;
    max-width: 90%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-lg-90,
  .layout-lg-column > .flex-lg-90 {
    flex: 1 1 90%;
    max-width: 100%;
    max-height: 90%;
    box-sizing: border-box;
  }
  .flex-lg-95 {
    flex: 1 1 95%;
    max-width: 95%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-lg-95,
  .layout-lg-row > .flex-lg-95 {
    flex: 1 1 95%;
    max-width: 95%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-lg-95,
  .layout-lg-column > .flex-lg-95 {
    flex: 1 1 95%;
    max-width: 100%;
    max-height: 95%;
    box-sizing: border-box;
  }
  .flex-lg-100 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-lg-100,
  .layout-lg-row > .flex-lg-100 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-lg-100,
  .layout-lg-column > .flex-lg-100 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-lg-33,
  .layout-row > .flex-lg-33,
  .layout-lg-row > .flex-lg-33,
  .layout-lg-row > .flex-lg-33 {
    flex: 1 1 33.33%;
    max-width: 33.33%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-lg-66,
  .layout-row > .flex-lg-66,
  .layout-lg-row > .flex-lg-66,
  .layout-lg-row > .flex-lg-66 {
    flex: 1 1 66.66%;
    max-width: 66.66%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex,
  .layout-lg-row > .flex {
    min-width: 0;
  }
  .layout-column > .flex-lg-33,
  .layout-column > .flex-lg-33,
  .layout-lg-column > .flex-lg-33,
  .layout-lg-column > .flex-lg-33 {
    flex: 1 1 33.33%;
    max-width: 100%;
    max-height: 33.33%;
    box-sizing: border-box;
  }
  .layout-column > .flex-lg-66,
  .layout-column > .flex-lg-66,
  .layout-lg-column > .flex-lg-66,
  .layout-lg-column > .flex-lg-66 {
    flex: 1 1 66.66%;
    max-width: 100%;
    max-height: 66.66%;
    box-sizing: border-box;
  }
  .layout-column > .flex,
  .layout-lg-column > .flex {
    min-height: 0;
  }
  .layout-lg,
  .layout-lg-column,
  .layout-lg-row {
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .layout-lg-column {
    flex-direction: column;
  }
  .layout-lg-row {
    flex-direction: row;
  }
}
@media (min-width: 1920px) {
  .flex-order-gt-lg--20 {
    order: -20;
  }
  .flex-order-gt-lg--19 {
    order: -19;
  }
  .flex-order-gt-lg--18 {
    order: -18;
  }
  .flex-order-gt-lg--17 {
    order: -17;
  }
  .flex-order-gt-lg--16 {
    order: -16;
  }
  .flex-order-gt-lg--15 {
    order: -15;
  }
  .flex-order-gt-lg--14 {
    order: -14;
  }
  .flex-order-gt-lg--13 {
    order: -13;
  }
  .flex-order-gt-lg--12 {
    order: -12;
  }
  .flex-order-gt-lg--11 {
    order: -11;
  }
  .flex-order-gt-lg--10 {
    order: -10;
  }
  .flex-order-gt-lg--9 {
    order: -9;
  }
  .flex-order-gt-lg--8 {
    order: -8;
  }
  .flex-order-gt-lg--7 {
    order: -7;
  }
  .flex-order-gt-lg--6 {
    order: -6;
  }
  .flex-order-gt-lg--5 {
    order: -5;
  }
  .flex-order-gt-lg--4 {
    order: -4;
  }
  .flex-order-gt-lg--3 {
    order: -3;
  }
  .flex-order-gt-lg--2 {
    order: -2;
  }
  .flex-order-gt-lg--1 {
    order: -1;
  }
  .flex-order-gt-lg-0 {
    order: 0;
  }
  .flex-order-gt-lg-1 {
    order: 1;
  }
  .flex-order-gt-lg-2 {
    order: 2;
  }
  .flex-order-gt-lg-3 {
    order: 3;
  }
  .flex-order-gt-lg-4 {
    order: 4;
  }
  .flex-order-gt-lg-5 {
    order: 5;
  }
  .flex-order-gt-lg-6 {
    order: 6;
  }
  .flex-order-gt-lg-7 {
    order: 7;
  }
  .flex-order-gt-lg-8 {
    order: 8;
  }
  .flex-order-gt-lg-9 {
    order: 9;
  }
  .flex-order-gt-lg-10 {
    order: 10;
  }
  .flex-order-gt-lg-11 {
    order: 11;
  }
  .flex-order-gt-lg-12 {
    order: 12;
  }
  .flex-order-gt-lg-13 {
    order: 13;
  }
  .flex-order-gt-lg-14 {
    order: 14;
  }
  .flex-order-gt-lg-15 {
    order: 15;
  }
  .flex-order-gt-lg-16 {
    order: 16;
  }
  .flex-order-gt-lg-17 {
    order: 17;
  }
  .flex-order-gt-lg-18 {
    order: 18;
  }
  .flex-order-gt-lg-19 {
    order: 19;
  }
  .flex-order-gt-lg-20 {
    order: 20;
  }
  .offset-gt-lg-0,
  .flex-offset-gt-lg-0 {
    margin-left: 0%;
  }
  .offset-gt-lg-5,
  .flex-offset-gt-lg-5 {
    margin-left: 5%;
  }
  .offset-gt-lg-10,
  .flex-offset-gt-lg-10 {
    margin-left: 10%;
  }
  .offset-gt-lg-15,
  .flex-offset-gt-lg-15 {
    margin-left: 15%;
  }
  .offset-gt-lg-20,
  .flex-offset-gt-lg-20 {
    margin-left: 20%;
  }
  .offset-gt-lg-25,
  .flex-offset-gt-lg-25 {
    margin-left: 25%;
  }
  .offset-gt-lg-30,
  .flex-offset-gt-lg-30 {
    margin-left: 30%;
  }
  .offset-gt-lg-35,
  .flex-offset-gt-lg-35 {
    margin-left: 35%;
  }
  .offset-gt-lg-40,
  .flex-offset-gt-lg-40 {
    margin-left: 40%;
  }
  .offset-gt-lg-45,
  .flex-offset-gt-lg-45 {
    margin-left: 45%;
  }
  .offset-gt-lg-50,
  .flex-offset-gt-lg-50 {
    margin-left: 50%;
  }
  .offset-gt-lg-55,
  .flex-offset-gt-lg-55 {
    margin-left: 55%;
  }
  .offset-gt-lg-60,
  .flex-offset-gt-lg-60 {
    margin-left: 60%;
  }
  .offset-gt-lg-65,
  .flex-offset-gt-lg-65 {
    margin-left: 65%;
  }
  .offset-gt-lg-70,
  .flex-offset-gt-lg-70 {
    margin-left: 70%;
  }
  .offset-gt-lg-75,
  .flex-offset-gt-lg-75 {
    margin-left: 75%;
  }
  .offset-gt-lg-80,
  .flex-offset-gt-lg-80 {
    margin-left: 80%;
  }
  .offset-gt-lg-85,
  .flex-offset-gt-lg-85 {
    margin-left: 85%;
  }
  .offset-gt-lg-90,
  .flex-offset-gt-lg-90 {
    margin-left: 90%;
  }
  .offset-gt-lg-95,
  .flex-offset-gt-lg-95 {
    margin-left: 95%;
  }
  .offset-gt-lg-33,
  .flex-offset-gt-lg-33 {
    margin-left: 33.3333333333%;
  }
  .offset-gt-lg-66,
  .flex-offset-gt-lg-66 {
    margin-left: 66.6666666667%;
  }
  .layout-align-gt-lg,
  .layout-align-gt-lg-start-stretch {
    justify-content: flex-start;
    align-content: stretch;
    align-items: stretch;
  }
  .layout-align-gt-lg-start,
  .layout-align-gt-lg-start-start,
  .layout-align-gt-lg-start-center,
  .layout-align-gt-lg-start-end,
  .layout-align-gt-lg-start-stretch {
    justify-content: flex-start;
  }
  .layout-align-gt-lg-center,
  .layout-align-gt-lg-center-start,
  .layout-align-gt-lg-center-center,
  .layout-align-gt-lg-center-end,
  .layout-align-gt-lg-center-stretch {
    justify-content: center;
  }
  .layout-align-gt-lg-end,
  .layout-align-gt-lg-end-start,
  .layout-align-gt-lg-end-center,
  .layout-align-gt-lg-end-end,
  .layout-align-gt-lg-end-stretch {
    justify-content: flex-end;
  }
  .layout-align-gt-lg-space-around,
  .layout-align-gt-lg-space-around-center,
  .layout-align-gt-lg-space-around-start,
  .layout-align-gt-lg-space-around-end,
  .layout-align-gt-lg-space-around-stretch {
    justify-content: space-around;
  }
  .layout-align-gt-lg-space-between,
  .layout-align-gt-lg-space-between-center,
  .layout-align-gt-lg-space-between-start,
  .layout-align-gt-lg-space-between-end,
  .layout-align-gt-lg-space-between-stretch {
    justify-content: space-between;
  }
  .layout-align-gt-lg-start-start,
  .layout-align-gt-lg-center-start,
  .layout-align-gt-lg-end-start,
  .layout-align-gt-lg-space-between-start,
  .layout-align-gt-lg-space-around-start {
    align-items: flex-start;
    align-content: flex-start;
  }
  .layout-align-gt-lg-start-center,
  .layout-align-gt-lg-center-center,
  .layout-align-gt-lg-end-center,
  .layout-align-gt-lg-space-between-center,
  .layout-align-gt-lg-space-around-center {
    align-items: center;
    align-content: center;
    max-width: 100%;
  }
  .layout-align-gt-lg-start-center > *,
  .layout-align-gt-lg-center-center > *,
  .layout-align-gt-lg-end-center > *,
  .layout-align-gt-lg-space-between-center > *,
  .layout-align-gt-lg-space-around-center > * {
    max-width: 100%;
    box-sizing: border-box;
  }
  .layout-align-gt-lg-start-end,
  .layout-align-gt-lg-center-end,
  .layout-align-gt-lg-end-end,
  .layout-align-gt-lg-space-between-end,
  .layout-align-gt-lg-space-around-end {
    align-items: flex-end;
    align-content: flex-end;
  }
  .layout-align-gt-lg-start-stretch,
  .layout-align-gt-lg-center-stretch,
  .layout-align-gt-lg-end-stretch,
  .layout-align-gt-lg-space-between-stretch,
  .layout-align-gt-lg-space-around-stretch {
    align-items: stretch;
    align-content: stretch;
  }
  .flex-gt-lg {
    flex: 1;
    box-sizing: border-box;
  }
}
@media screen\fffd  and (min-width: 1920px) {
  .flex-gt-lg {
    flex: 1 1 0%;
  }
}
@media (min-width: 1920px) {
  .flex-gt-lg-grow {
    flex: 1 1 100%;
    box-sizing: border-box;
  }
  .flex-gt-lg-initial {
    flex: 0 1 auto;
    box-sizing: border-box;
  }
  .flex-gt-lg-auto {
    flex: 1 1 auto;
    box-sizing: border-box;
  }
  .flex-gt-lg-none {
    flex: 0 0 auto;
    box-sizing: border-box;
  }
  .flex-gt-lg-noshrink {
    flex: 1 0 auto;
    box-sizing: border-box;
  }
  .flex-gt-lg-nogrow {
    flex: 0 1 auto;
    box-sizing: border-box;
  }
  .flex-gt-lg-0 {
    flex: 1 1 0%;
    max-width: 0%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-gt-lg-0,
  .layout-gt-lg-row > .flex-gt-lg-0 {
    flex: 1 1 0%;
    max-width: 0%;
    max-height: 100%;
    box-sizing: border-box;
    min-width: 0;
  }
  .layout-column > .flex-gt-lg-0,
  .layout-gt-lg-column > .flex-gt-lg-0 {
    flex: 1 1 0%;
    max-width: 100%;
    max-height: 0%;
    box-sizing: border-box;
    min-height: 0;
  }
  .flex-gt-lg-5 {
    flex: 1 1 5%;
    max-width: 5%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-gt-lg-5,
  .layout-gt-lg-row > .flex-gt-lg-5 {
    flex: 1 1 5%;
    max-width: 5%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-lg-5,
  .layout-gt-lg-column > .flex-gt-lg-5 {
    flex: 1 1 5%;
    max-width: 100%;
    max-height: 5%;
    box-sizing: border-box;
  }
  .flex-gt-lg-10 {
    flex: 1 1 10%;
    max-width: 10%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-gt-lg-10,
  .layout-gt-lg-row > .flex-gt-lg-10 {
    flex: 1 1 10%;
    max-width: 10%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-lg-10,
  .layout-gt-lg-column > .flex-gt-lg-10 {
    flex: 1 1 10%;
    max-width: 100%;
    max-height: 10%;
    box-sizing: border-box;
  }
  .flex-gt-lg-15 {
    flex: 1 1 15%;
    max-width: 15%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-gt-lg-15,
  .layout-gt-lg-row > .flex-gt-lg-15 {
    flex: 1 1 15%;
    max-width: 15%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-lg-15,
  .layout-gt-lg-column > .flex-gt-lg-15 {
    flex: 1 1 15%;
    max-width: 100%;
    max-height: 15%;
    box-sizing: border-box;
  }
  .flex-gt-lg-20 {
    flex: 1 1 20%;
    max-width: 20%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-gt-lg-20,
  .layout-gt-lg-row > .flex-gt-lg-20 {
    flex: 1 1 20%;
    max-width: 20%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-lg-20,
  .layout-gt-lg-column > .flex-gt-lg-20 {
    flex: 1 1 20%;
    max-width: 100%;
    max-height: 20%;
    box-sizing: border-box;
  }
  .flex-gt-lg-25 {
    flex: 1 1 25%;
    max-width: 25%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-gt-lg-25,
  .layout-gt-lg-row > .flex-gt-lg-25 {
    flex: 1 1 25%;
    max-width: 25%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-lg-25,
  .layout-gt-lg-column > .flex-gt-lg-25 {
    flex: 1 1 25%;
    max-width: 100%;
    max-height: 25%;
    box-sizing: border-box;
  }
  .flex-gt-lg-30 {
    flex: 1 1 30%;
    max-width: 30%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-gt-lg-30,
  .layout-gt-lg-row > .flex-gt-lg-30 {
    flex: 1 1 30%;
    max-width: 30%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-lg-30,
  .layout-gt-lg-column > .flex-gt-lg-30 {
    flex: 1 1 30%;
    max-width: 100%;
    max-height: 30%;
    box-sizing: border-box;
  }
  .flex-gt-lg-35 {
    flex: 1 1 35%;
    max-width: 35%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-gt-lg-35,
  .layout-gt-lg-row > .flex-gt-lg-35 {
    flex: 1 1 35%;
    max-width: 35%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-lg-35,
  .layout-gt-lg-column > .flex-gt-lg-35 {
    flex: 1 1 35%;
    max-width: 100%;
    max-height: 35%;
    box-sizing: border-box;
  }
  .flex-gt-lg-40 {
    flex: 1 1 40%;
    max-width: 40%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-gt-lg-40,
  .layout-gt-lg-row > .flex-gt-lg-40 {
    flex: 1 1 40%;
    max-width: 40%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-lg-40,
  .layout-gt-lg-column > .flex-gt-lg-40 {
    flex: 1 1 40%;
    max-width: 100%;
    max-height: 40%;
    box-sizing: border-box;
  }
  .flex-gt-lg-45 {
    flex: 1 1 45%;
    max-width: 45%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-gt-lg-45,
  .layout-gt-lg-row > .flex-gt-lg-45 {
    flex: 1 1 45%;
    max-width: 45%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-lg-45,
  .layout-gt-lg-column > .flex-gt-lg-45 {
    flex: 1 1 45%;
    max-width: 100%;
    max-height: 45%;
    box-sizing: border-box;
  }
  .flex-gt-lg-50 {
    flex: 1 1 50%;
    max-width: 50%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-gt-lg-50,
  .layout-gt-lg-row > .flex-gt-lg-50 {
    flex: 1 1 50%;
    max-width: 50%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-lg-50,
  .layout-gt-lg-column > .flex-gt-lg-50 {
    flex: 1 1 50%;
    max-width: 100%;
    max-height: 50%;
    box-sizing: border-box;
  }
  .flex-gt-lg-55 {
    flex: 1 1 55%;
    max-width: 55%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-gt-lg-55,
  .layout-gt-lg-row > .flex-gt-lg-55 {
    flex: 1 1 55%;
    max-width: 55%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-lg-55,
  .layout-gt-lg-column > .flex-gt-lg-55 {
    flex: 1 1 55%;
    max-width: 100%;
    max-height: 55%;
    box-sizing: border-box;
  }
  .flex-gt-lg-60 {
    flex: 1 1 60%;
    max-width: 60%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-gt-lg-60,
  .layout-gt-lg-row > .flex-gt-lg-60 {
    flex: 1 1 60%;
    max-width: 60%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-lg-60,
  .layout-gt-lg-column > .flex-gt-lg-60 {
    flex: 1 1 60%;
    max-width: 100%;
    max-height: 60%;
    box-sizing: border-box;
  }
  .flex-gt-lg-65 {
    flex: 1 1 65%;
    max-width: 65%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-gt-lg-65,
  .layout-gt-lg-row > .flex-gt-lg-65 {
    flex: 1 1 65%;
    max-width: 65%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-lg-65,
  .layout-gt-lg-column > .flex-gt-lg-65 {
    flex: 1 1 65%;
    max-width: 100%;
    max-height: 65%;
    box-sizing: border-box;
  }
  .flex-gt-lg-70 {
    flex: 1 1 70%;
    max-width: 70%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-gt-lg-70,
  .layout-gt-lg-row > .flex-gt-lg-70 {
    flex: 1 1 70%;
    max-width: 70%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-lg-70,
  .layout-gt-lg-column > .flex-gt-lg-70 {
    flex: 1 1 70%;
    max-width: 100%;
    max-height: 70%;
    box-sizing: border-box;
  }
  .flex-gt-lg-75 {
    flex: 1 1 75%;
    max-width: 75%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-gt-lg-75,
  .layout-gt-lg-row > .flex-gt-lg-75 {
    flex: 1 1 75%;
    max-width: 75%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-lg-75,
  .layout-gt-lg-column > .flex-gt-lg-75 {
    flex: 1 1 75%;
    max-width: 100%;
    max-height: 75%;
    box-sizing: border-box;
  }
  .flex-gt-lg-80 {
    flex: 1 1 80%;
    max-width: 80%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-gt-lg-80,
  .layout-gt-lg-row > .flex-gt-lg-80 {
    flex: 1 1 80%;
    max-width: 80%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-lg-80,
  .layout-gt-lg-column > .flex-gt-lg-80 {
    flex: 1 1 80%;
    max-width: 100%;
    max-height: 80%;
    box-sizing: border-box;
  }
  .flex-gt-lg-85 {
    flex: 1 1 85%;
    max-width: 85%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-gt-lg-85,
  .layout-gt-lg-row > .flex-gt-lg-85 {
    flex: 1 1 85%;
    max-width: 85%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-lg-85,
  .layout-gt-lg-column > .flex-gt-lg-85 {
    flex: 1 1 85%;
    max-width: 100%;
    max-height: 85%;
    box-sizing: border-box;
  }
  .flex-gt-lg-90 {
    flex: 1 1 90%;
    max-width: 90%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-gt-lg-90,
  .layout-gt-lg-row > .flex-gt-lg-90 {
    flex: 1 1 90%;
    max-width: 90%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-lg-90,
  .layout-gt-lg-column > .flex-gt-lg-90 {
    flex: 1 1 90%;
    max-width: 100%;
    max-height: 90%;
    box-sizing: border-box;
  }
  .flex-gt-lg-95 {
    flex: 1 1 95%;
    max-width: 95%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-gt-lg-95,
  .layout-gt-lg-row > .flex-gt-lg-95 {
    flex: 1 1 95%;
    max-width: 95%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-lg-95,
  .layout-gt-lg-column > .flex-gt-lg-95 {
    flex: 1 1 95%;
    max-width: 100%;
    max-height: 95%;
    box-sizing: border-box;
  }
  .flex-gt-lg-100 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-gt-lg-100,
  .layout-gt-lg-row > .flex-gt-lg-100 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-lg-100,
  .layout-gt-lg-column > .flex-gt-lg-100 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-gt-lg-33,
  .layout-row > .flex-gt-lg-33,
  .layout-gt-lg-row > .flex-gt-lg-33,
  .layout-gt-lg-row > .flex-gt-lg-33 {
    flex: 1 1 33.33%;
    max-width: 33.33%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-gt-lg-66,
  .layout-row > .flex-gt-lg-66,
  .layout-gt-lg-row > .flex-gt-lg-66,
  .layout-gt-lg-row > .flex-gt-lg-66 {
    flex: 1 1 66.66%;
    max-width: 66.66%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex,
  .layout-gt-lg-row > .flex {
    min-width: 0;
  }
  .layout-column > .flex-gt-lg-33,
  .layout-column > .flex-gt-lg-33,
  .layout-gt-lg-column > .flex-gt-lg-33,
  .layout-gt-lg-column > .flex-gt-lg-33 {
    flex: 1 1 33.33%;
    max-width: 100%;
    max-height: 33.33%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-lg-66,
  .layout-column > .flex-gt-lg-66,
  .layout-gt-lg-column > .flex-gt-lg-66,
  .layout-gt-lg-column > .flex-gt-lg-66 {
    flex: 1 1 66.66%;
    max-width: 100%;
    max-height: 66.66%;
    box-sizing: border-box;
  }
  .layout-column > .flex,
  .layout-gt-lg-column > .flex {
    min-height: 0;
  }
  .layout-gt-lg,
  .layout-gt-lg-column,
  .layout-gt-lg-row {
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .layout-gt-lg-column {
    flex-direction: column;
  }
  .layout-gt-lg-row {
    flex-direction: row;
  }
  .flex-order-xl--20 {
    order: -20;
  }
  .flex-order-xl--19 {
    order: -19;
  }
  .flex-order-xl--18 {
    order: -18;
  }
  .flex-order-xl--17 {
    order: -17;
  }
  .flex-order-xl--16 {
    order: -16;
  }
  .flex-order-xl--15 {
    order: -15;
  }
  .flex-order-xl--14 {
    order: -14;
  }
  .flex-order-xl--13 {
    order: -13;
  }
  .flex-order-xl--12 {
    order: -12;
  }
  .flex-order-xl--11 {
    order: -11;
  }
  .flex-order-xl--10 {
    order: -10;
  }
  .flex-order-xl--9 {
    order: -9;
  }
  .flex-order-xl--8 {
    order: -8;
  }
  .flex-order-xl--7 {
    order: -7;
  }
  .flex-order-xl--6 {
    order: -6;
  }
  .flex-order-xl--5 {
    order: -5;
  }
  .flex-order-xl--4 {
    order: -4;
  }
  .flex-order-xl--3 {
    order: -3;
  }
  .flex-order-xl--2 {
    order: -2;
  }
  .flex-order-xl--1 {
    order: -1;
  }
  .flex-order-xl-0 {
    order: 0;
  }
  .flex-order-xl-1 {
    order: 1;
  }
  .flex-order-xl-2 {
    order: 2;
  }
  .flex-order-xl-3 {
    order: 3;
  }
  .flex-order-xl-4 {
    order: 4;
  }
  .flex-order-xl-5 {
    order: 5;
  }
  .flex-order-xl-6 {
    order: 6;
  }
  .flex-order-xl-7 {
    order: 7;
  }
  .flex-order-xl-8 {
    order: 8;
  }
  .flex-order-xl-9 {
    order: 9;
  }
  .flex-order-xl-10 {
    order: 10;
  }
  .flex-order-xl-11 {
    order: 11;
  }
  .flex-order-xl-12 {
    order: 12;
  }
  .flex-order-xl-13 {
    order: 13;
  }
  .flex-order-xl-14 {
    order: 14;
  }
  .flex-order-xl-15 {
    order: 15;
  }
  .flex-order-xl-16 {
    order: 16;
  }
  .flex-order-xl-17 {
    order: 17;
  }
  .flex-order-xl-18 {
    order: 18;
  }
  .flex-order-xl-19 {
    order: 19;
  }
  .flex-order-xl-20 {
    order: 20;
  }
  .offset-xl-0,
  .flex-offset-xl-0 {
    margin-left: 0%;
  }
  .offset-xl-5,
  .flex-offset-xl-5 {
    margin-left: 5%;
  }
  .offset-xl-10,
  .flex-offset-xl-10 {
    margin-left: 10%;
  }
  .offset-xl-15,
  .flex-offset-xl-15 {
    margin-left: 15%;
  }
  .offset-xl-20,
  .flex-offset-xl-20 {
    margin-left: 20%;
  }
  .offset-xl-25,
  .flex-offset-xl-25 {
    margin-left: 25%;
  }
  .offset-xl-30,
  .flex-offset-xl-30 {
    margin-left: 30%;
  }
  .offset-xl-35,
  .flex-offset-xl-35 {
    margin-left: 35%;
  }
  .offset-xl-40,
  .flex-offset-xl-40 {
    margin-left: 40%;
  }
  .offset-xl-45,
  .flex-offset-xl-45 {
    margin-left: 45%;
  }
  .offset-xl-50,
  .flex-offset-xl-50 {
    margin-left: 50%;
  }
  .offset-xl-55,
  .flex-offset-xl-55 {
    margin-left: 55%;
  }
  .offset-xl-60,
  .flex-offset-xl-60 {
    margin-left: 60%;
  }
  .offset-xl-65,
  .flex-offset-xl-65 {
    margin-left: 65%;
  }
  .offset-xl-70,
  .flex-offset-xl-70 {
    margin-left: 70%;
  }
  .offset-xl-75,
  .flex-offset-xl-75 {
    margin-left: 75%;
  }
  .offset-xl-80,
  .flex-offset-xl-80 {
    margin-left: 80%;
  }
  .offset-xl-85,
  .flex-offset-xl-85 {
    margin-left: 85%;
  }
  .offset-xl-90,
  .flex-offset-xl-90 {
    margin-left: 90%;
  }
  .offset-xl-95,
  .flex-offset-xl-95 {
    margin-left: 95%;
  }
  .offset-xl-33,
  .flex-offset-xl-33 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-66,
  .flex-offset-xl-66 {
    margin-left: 66.6666666667%;
  }
  .layout-align-xl,
  .layout-align-xl-start-stretch {
    justify-content: flex-start;
    align-content: stretch;
    align-items: stretch;
  }
  .layout-align-xl-start,
  .layout-align-xl-start-start,
  .layout-align-xl-start-center,
  .layout-align-xl-start-end,
  .layout-align-xl-start-stretch {
    justify-content: flex-start;
  }
  .layout-align-xl-center,
  .layout-align-xl-center-start,
  .layout-align-xl-center-center,
  .layout-align-xl-center-end,
  .layout-align-xl-center-stretch {
    justify-content: center;
  }
  .layout-align-xl-end,
  .layout-align-xl-end-start,
  .layout-align-xl-end-center,
  .layout-align-xl-end-end,
  .layout-align-xl-end-stretch {
    justify-content: flex-end;
  }
  .layout-align-xl-space-around,
  .layout-align-xl-space-around-center,
  .layout-align-xl-space-around-start,
  .layout-align-xl-space-around-end,
  .layout-align-xl-space-around-stretch {
    justify-content: space-around;
  }
  .layout-align-xl-space-between,
  .layout-align-xl-space-between-center,
  .layout-align-xl-space-between-start,
  .layout-align-xl-space-between-end,
  .layout-align-xl-space-between-stretch {
    justify-content: space-between;
  }
  .layout-align-xl-start-start,
  .layout-align-xl-center-start,
  .layout-align-xl-end-start,
  .layout-align-xl-space-between-start,
  .layout-align-xl-space-around-start {
    align-items: flex-start;
    align-content: flex-start;
  }
  .layout-align-xl-start-center,
  .layout-align-xl-center-center,
  .layout-align-xl-end-center,
  .layout-align-xl-space-between-center,
  .layout-align-xl-space-around-center {
    align-items: center;
    align-content: center;
    max-width: 100%;
  }
  .layout-align-xl-start-center > *,
  .layout-align-xl-center-center > *,
  .layout-align-xl-end-center > *,
  .layout-align-xl-space-between-center > *,
  .layout-align-xl-space-around-center > * {
    max-width: 100%;
    box-sizing: border-box;
  }
  .layout-align-xl-start-end,
  .layout-align-xl-center-end,
  .layout-align-xl-end-end,
  .layout-align-xl-space-between-end,
  .layout-align-xl-space-around-end {
    align-items: flex-end;
    align-content: flex-end;
  }
  .layout-align-xl-start-stretch,
  .layout-align-xl-center-stretch,
  .layout-align-xl-end-stretch,
  .layout-align-xl-space-between-stretch,
  .layout-align-xl-space-around-stretch {
    align-items: stretch;
    align-content: stretch;
  }
  .flex-xl {
    flex: 1;
    box-sizing: border-box;
  }
}
@media screen\fffd  and (min-width: 1920px) {
  .flex-xl {
    flex: 1 1 0%;
  }
}
@media (min-width: 1920px) {
  .flex-xl-grow {
    flex: 1 1 100%;
    box-sizing: border-box;
  }
  .flex-xl-initial {
    flex: 0 1 auto;
    box-sizing: border-box;
  }
  .flex-xl-auto {
    flex: 1 1 auto;
    box-sizing: border-box;
  }
  .flex-xl-none {
    flex: 0 0 auto;
    box-sizing: border-box;
  }
  .flex-xl-noshrink {
    flex: 1 0 auto;
    box-sizing: border-box;
  }
  .flex-xl-nogrow {
    flex: 0 1 auto;
    box-sizing: border-box;
  }
  .flex-xl-0 {
    flex: 1 1 0%;
    max-width: 0%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-xl-0,
  .layout-xl-row > .flex-xl-0 {
    flex: 1 1 0%;
    max-width: 0%;
    max-height: 100%;
    box-sizing: border-box;
    min-width: 0;
  }
  .layout-column > .flex-xl-0,
  .layout-xl-column > .flex-xl-0 {
    flex: 1 1 0%;
    max-width: 100%;
    max-height: 0%;
    box-sizing: border-box;
    min-height: 0;
  }
  .flex-xl-5 {
    flex: 1 1 5%;
    max-width: 5%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-xl-5,
  .layout-xl-row > .flex-xl-5 {
    flex: 1 1 5%;
    max-width: 5%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-xl-5,
  .layout-xl-column > .flex-xl-5 {
    flex: 1 1 5%;
    max-width: 100%;
    max-height: 5%;
    box-sizing: border-box;
  }
  .flex-xl-10 {
    flex: 1 1 10%;
    max-width: 10%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-xl-10,
  .layout-xl-row > .flex-xl-10 {
    flex: 1 1 10%;
    max-width: 10%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-xl-10,
  .layout-xl-column > .flex-xl-10 {
    flex: 1 1 10%;
    max-width: 100%;
    max-height: 10%;
    box-sizing: border-box;
  }
  .flex-xl-15 {
    flex: 1 1 15%;
    max-width: 15%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-xl-15,
  .layout-xl-row > .flex-xl-15 {
    flex: 1 1 15%;
    max-width: 15%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-xl-15,
  .layout-xl-column > .flex-xl-15 {
    flex: 1 1 15%;
    max-width: 100%;
    max-height: 15%;
    box-sizing: border-box;
  }
  .flex-xl-20 {
    flex: 1 1 20%;
    max-width: 20%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-xl-20,
  .layout-xl-row > .flex-xl-20 {
    flex: 1 1 20%;
    max-width: 20%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-xl-20,
  .layout-xl-column > .flex-xl-20 {
    flex: 1 1 20%;
    max-width: 100%;
    max-height: 20%;
    box-sizing: border-box;
  }
  .flex-xl-25 {
    flex: 1 1 25%;
    max-width: 25%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-xl-25,
  .layout-xl-row > .flex-xl-25 {
    flex: 1 1 25%;
    max-width: 25%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-xl-25,
  .layout-xl-column > .flex-xl-25 {
    flex: 1 1 25%;
    max-width: 100%;
    max-height: 25%;
    box-sizing: border-box;
  }
  .flex-xl-30 {
    flex: 1 1 30%;
    max-width: 30%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-xl-30,
  .layout-xl-row > .flex-xl-30 {
    flex: 1 1 30%;
    max-width: 30%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-xl-30,
  .layout-xl-column > .flex-xl-30 {
    flex: 1 1 30%;
    max-width: 100%;
    max-height: 30%;
    box-sizing: border-box;
  }
  .flex-xl-35 {
    flex: 1 1 35%;
    max-width: 35%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-xl-35,
  .layout-xl-row > .flex-xl-35 {
    flex: 1 1 35%;
    max-width: 35%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-xl-35,
  .layout-xl-column > .flex-xl-35 {
    flex: 1 1 35%;
    max-width: 100%;
    max-height: 35%;
    box-sizing: border-box;
  }
  .flex-xl-40 {
    flex: 1 1 40%;
    max-width: 40%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-xl-40,
  .layout-xl-row > .flex-xl-40 {
    flex: 1 1 40%;
    max-width: 40%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-xl-40,
  .layout-xl-column > .flex-xl-40 {
    flex: 1 1 40%;
    max-width: 100%;
    max-height: 40%;
    box-sizing: border-box;
  }
  .flex-xl-45 {
    flex: 1 1 45%;
    max-width: 45%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-xl-45,
  .layout-xl-row > .flex-xl-45 {
    flex: 1 1 45%;
    max-width: 45%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-xl-45,
  .layout-xl-column > .flex-xl-45 {
    flex: 1 1 45%;
    max-width: 100%;
    max-height: 45%;
    box-sizing: border-box;
  }
  .flex-xl-50 {
    flex: 1 1 50%;
    max-width: 50%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-xl-50,
  .layout-xl-row > .flex-xl-50 {
    flex: 1 1 50%;
    max-width: 50%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-xl-50,
  .layout-xl-column > .flex-xl-50 {
    flex: 1 1 50%;
    max-width: 100%;
    max-height: 50%;
    box-sizing: border-box;
  }
  .flex-xl-55 {
    flex: 1 1 55%;
    max-width: 55%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-xl-55,
  .layout-xl-row > .flex-xl-55 {
    flex: 1 1 55%;
    max-width: 55%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-xl-55,
  .layout-xl-column > .flex-xl-55 {
    flex: 1 1 55%;
    max-width: 100%;
    max-height: 55%;
    box-sizing: border-box;
  }
  .flex-xl-60 {
    flex: 1 1 60%;
    max-width: 60%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-xl-60,
  .layout-xl-row > .flex-xl-60 {
    flex: 1 1 60%;
    max-width: 60%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-xl-60,
  .layout-xl-column > .flex-xl-60 {
    flex: 1 1 60%;
    max-width: 100%;
    max-height: 60%;
    box-sizing: border-box;
  }
  .flex-xl-65 {
    flex: 1 1 65%;
    max-width: 65%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-xl-65,
  .layout-xl-row > .flex-xl-65 {
    flex: 1 1 65%;
    max-width: 65%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-xl-65,
  .layout-xl-column > .flex-xl-65 {
    flex: 1 1 65%;
    max-width: 100%;
    max-height: 65%;
    box-sizing: border-box;
  }
  .flex-xl-70 {
    flex: 1 1 70%;
    max-width: 70%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-xl-70,
  .layout-xl-row > .flex-xl-70 {
    flex: 1 1 70%;
    max-width: 70%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-xl-70,
  .layout-xl-column > .flex-xl-70 {
    flex: 1 1 70%;
    max-width: 100%;
    max-height: 70%;
    box-sizing: border-box;
  }
  .flex-xl-75 {
    flex: 1 1 75%;
    max-width: 75%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-xl-75,
  .layout-xl-row > .flex-xl-75 {
    flex: 1 1 75%;
    max-width: 75%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-xl-75,
  .layout-xl-column > .flex-xl-75 {
    flex: 1 1 75%;
    max-width: 100%;
    max-height: 75%;
    box-sizing: border-box;
  }
  .flex-xl-80 {
    flex: 1 1 80%;
    max-width: 80%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-xl-80,
  .layout-xl-row > .flex-xl-80 {
    flex: 1 1 80%;
    max-width: 80%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-xl-80,
  .layout-xl-column > .flex-xl-80 {
    flex: 1 1 80%;
    max-width: 100%;
    max-height: 80%;
    box-sizing: border-box;
  }
  .flex-xl-85 {
    flex: 1 1 85%;
    max-width: 85%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-xl-85,
  .layout-xl-row > .flex-xl-85 {
    flex: 1 1 85%;
    max-width: 85%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-xl-85,
  .layout-xl-column > .flex-xl-85 {
    flex: 1 1 85%;
    max-width: 100%;
    max-height: 85%;
    box-sizing: border-box;
  }
  .flex-xl-90 {
    flex: 1 1 90%;
    max-width: 90%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-xl-90,
  .layout-xl-row > .flex-xl-90 {
    flex: 1 1 90%;
    max-width: 90%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-xl-90,
  .layout-xl-column > .flex-xl-90 {
    flex: 1 1 90%;
    max-width: 100%;
    max-height: 90%;
    box-sizing: border-box;
  }
  .flex-xl-95 {
    flex: 1 1 95%;
    max-width: 95%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-xl-95,
  .layout-xl-row > .flex-xl-95 {
    flex: 1 1 95%;
    max-width: 95%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-xl-95,
  .layout-xl-column > .flex-xl-95 {
    flex: 1 1 95%;
    max-width: 100%;
    max-height: 95%;
    box-sizing: border-box;
  }
  .flex-xl-100 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-xl-100,
  .layout-xl-row > .flex-xl-100 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-xl-100,
  .layout-xl-column > .flex-xl-100 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-xl-33,
  .layout-row > .flex-xl-33,
  .layout-xl-row > .flex-xl-33,
  .layout-xl-row > .flex-xl-33 {
    flex: 1 1 33.33%;
    max-width: 33.33%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-xl-66,
  .layout-row > .flex-xl-66,
  .layout-xl-row > .flex-xl-66,
  .layout-xl-row > .flex-xl-66 {
    flex: 1 1 66.66%;
    max-width: 66.66%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex,
  .layout-xl-row > .flex {
    min-width: 0;
  }
  .layout-column > .flex-xl-33,
  .layout-column > .flex-xl-33,
  .layout-xl-column > .flex-xl-33,
  .layout-xl-column > .flex-xl-33 {
    flex: 1 1 33.33%;
    max-width: 100%;
    max-height: 33.33%;
    box-sizing: border-box;
  }
  .layout-column > .flex-xl-66,
  .layout-column > .flex-xl-66,
  .layout-xl-column > .flex-xl-66,
  .layout-xl-column > .flex-xl-66 {
    flex: 1 1 66.66%;
    max-width: 100%;
    max-height: 66.66%;
    box-sizing: border-box;
  }
  .layout-column > .flex,
  .layout-xl-column > .flex {
    min-height: 0;
  }
  .layout-xl,
  .layout-xl-column,
  .layout-xl-row {
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .layout-xl-column {
    flex-direction: column;
  }
  .layout-xl-row {
    flex-direction: row;
  }
  .hide: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-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-md:not(.show-gt-xs):not(.show-gt-sm):not(.show-gt-md):not(.show-gt-lg):not(.show-xl):not(.show),
  .hide-gt-lg:not(.show-gt-xs):not(.show-gt-sm):not(.show-gt-md):not(.show-gt-lg):not(.show-xl):not(.show) {
    display: none;
  }
  .hide-xl:not(.show-xl):not(.show-gt-lg):not(.show-gt-md):not(.show-gt-sm):not(.show-gt-xs):not(.show) {
    display: none;
  }
}
@media print {
  .hide-print:not(.show-print):not(.show) {
    display: none !important;
  }
}
.c-autocomplete {
  position: relative;
}
.c-autocomplete__list {
  background-color: #fff;
  box-shadow: 0 0 26px 3px rgba(0, 0, 0, 0.07);
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 100%;
  min-width: 100%;
  white-space: nowrap;
  z-index: 890;
}
.c-autocomplete__item {
  cursor: pointer;
  padding: 10px;
  word-break: keep-all;
  white-space: nowrap;
}
.c-autocomplete__item--active {
  background-color: #f3f3f3;
}
.c-badge {
  align-items: center;
  background: #d1d1d1;
  border-radius: 100%;
  color: #fff;
  display: flex;
  font-size: 10px;
  height: 21px;
  justify-content: center;
  line-height: 21px;
  margin-left: 0.25em;
  margin-right: 0.25em;
  text-align: center;
  width: 21px;
}
.c-badge--inline {
  display: inline-block;
}
.c-badge--xs {
  height: 6px;
  width: 6px;
}
.c-badge--sm {
  height: 10px;
  width: 10px;
}
.c-badge--md {
  height: 13px;
  width: 13px;
}
.c-badge--lg {
  height: 27px;
  width: 27px;
}
.c-badge--s1 {
  background: #004cdd;
}
.c-badge--s2 {
  background: #82bb25;
}
.c-badge--s3 {
  background: #82bb25;
}
.c-badge--s4 {
  background: #ff0000;
}
.c-badge--s5 {
  background: #fff;
  border: 2px solid #82bb25;
}
.c-badge--s6 {
  background: #ff0000;
}
.c-badge--s7 {
  border: 2px solid #fff;
}
.c-badge--s8 {
  background: #fff;
  border: 1px solid #ebeaea;
}
.heart-top {
  position: absolute;
  width: 25px;
  height: 22px;
}
.heart-top:before,
.heart-top:after {
  position: absolute;
  content: "";
  left: 12px;
  top: 0;
  width: 12px;
  height: 20px;
  background: #0057B8;
  border-radius: 12px 12px 0 0;
  transform: rotate(-45deg);
  transform-origin: 0 100%;
}
.heart-top:after {
  left: 0;
  transform: rotate(45deg);
  transform-origin: 100% 100%;
}
.heart-bottom {
  position: absolute;
  width: 25px;
  height: 22px;
  clip-path: inset(10px 0px 0px 0px);
}
.heart-bottom:before,
.heart-bottom:after {
  position: absolute;
  content: "";
  left: 12px;
  top: 0;
  width: 12px;
  height: 20px;
  background: #FFD700;
  border-radius: 12px 12px 0 0;
  transform: rotate(-45deg);
  transform-origin: 0 100%;
}
.heart-bottom:after {
  left: 0;
  transform: rotate(45deg);
  transform-origin: 100% 100%;
}
.c-bar {
  height: 2px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.c-bar:before {
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.c-bar--progress:before {
  animation: PROGRESS_LOOP 1s infinite linear;
  transform: translate(-100%, 0);
}
.c-bar--s1:before {
  background: -moz-linear-gradient(left, rgba(130, 187, 37, 0) 0%, #82bb25 30%, #82bb25 70%, rgba(130, 187, 37, 0) 100%);
  background: -webkit-linear-gradient(left, rgba(130, 187, 37, 0) 0%, #82bb25 30%, #82bb25 70%, rgba(130, 187, 37, 0) 100%);
  background:
    linear-gradient(
      to right,
      rgba(130, 187, 37, 0) 0%,
      #82bb25 30%,
      #82bb25 70%,
      rgba(130, 187, 37, 0) 100%);
}
.c-bar--s2:before {
  background-color: #ff0000;
}
@-webkit-keyframes PROGRESS_LOOP {
  0% {
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    transform: translate3d(100%, 0, 0);
  }
}
@-moz-keyframes PROGRESS_LOOP {
  0% {
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes PROGRESS_LOOP {
  0% {
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    transform: translate3d(100%, 0, 0);
  }
}
.c-bg {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.c-bg--s1 {
  background-image: url(https://dqs3afosyxqoy.cloudfront.net/assets/minudoc/account/img/bg.jpg);
}
@media (min-width: 769px) {
  .c-bg--s2 {
    background-image: url(https://dqs3afosyxqoy.cloudfront.net/assets/minudoc/account/img/bg.jpg);
  }
}
.c-bg--s3 {
  background-color: #000;
}
.c-bubble {
  bottom: 65px;
  position: fixed;
  right: 15px;
  z-index: 895;
}
@media (min-width: 769px) {
  .c-bubble {
    bottom: 15px;
  }
}
.c-bubble__avatar {
  background: none;
  border: none;
  border-radius: 50%;
  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);
  padding: 0;
  position: relative;
  transition: box-shadow 0.15s ease;
  z-index: 2;
}
.c-bubble__avatar:focus {
  outline: none;
}
.c-bubble__avatar:active {
  box-shadow:
    0 7px 8px -4px rgba(0, 0, 0, 0.2),
    0 12px 17px 2px rgba(0, 0, 0, 0.14),
    0 5px 22px 4px rgba(0, 0, 0, 0.12);
}
.c-bubble__popup {
  background: #fff;
  border: 1px solid #004cdd;
  border-radius: 5px;
  bottom: 100%;
  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);
  min-width: 250px;
  opacity: 0;
  position: absolute;
  right: 50%;
  transform: translate3d(35px, 35px, 0) scale(0);
  transform-origin: 100% 100%;
  transition-duration: 0.15s;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  z-index: 1;
}
@media (min-width: 480px) {
  .c-bubble__popup {
    min-width: 300px;
  }
}
@media (min-width: 769px) {
  .c-bubble__popup {
    right: 100%;
  }
}
.c-bubble__popup:before,
.c-bubble__popup:after {
  border-style: solid;
  bottom: 2px;
  content: "";
  height: 0;
  position: absolute;
  right: 0;
  width: 0;
}
@media (min-width: 769px) {
  .c-bubble__popup:before {
    transform: translate(-8px, 17px);
  }
}
.c-bubble__popup:before {
  border-color: transparent #004cdd transparent transparent;
  border-width: 0 20px 15px 0;
  transform: translate(-25px, 17px);
  z-index: -1;
}
@media (min-width: 769px) {
  .c-bubble__popup:after {
    transform: translate(-9px, 15px);
  }
}
.c-bubble__popup:after {
  border-color: transparent #fff transparent transparent;
  border-width: 0 18px 13px 0;
  transform: translate(-26px, 15px);
}
@media (min-width: 769px) {
  .c-bubble__popup--open {
    transform: translate3d(5px, 0, 0) scale(1);
  }
}
.c-bubble__popup--open {
  opacity: 1;
  transform: translate3d(0, -10px, 0) scale(1);
}
.c-bubble__close {
  top: 0;
  right: 0;
  position: absolute;
}
.burger-menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
  background-color: #ffffff;
  color: #004cdd;
}
.burger-icon {
  cursor: pointer;
  margin-top: -10px;
}
.line {
  width: 30px;
  height: 3px;
  background-color: #004cdd;
  margin: 6px 0;
}
.menu {
  position: absolute;
  top: 60px;
  right: 10px;
  background-color: #ffffff;
  color: #212121;
  border: 1px solid #004cdd;
}
.card {
  display: flex;
  flex-direction: column;
}
.card-item {
  padding: 15px 40px;
  text-align: center;
  cursor: pointer;
}
.menu.show {
  display: block;
}
.c-button {
  border: 1px solid transparent;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  font-family: "Titillium Web", sans-serif;
  font-size: 1em;
  line-height: 1.33333;
  padding: 8px 40px;
  position: relative;
  text-align: center;
  transition: background 0.15s ease;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
}
.c-button:focus {
  outline: none;
}
.c-button:disabled,
.c-button--disabled {
  background: #a6a6a6 !important;
  border-color: #a6a6a6 !important;
  color: #fff !important;
  cursor: not-allowed !important;
}
.c-button--narrow {
  padding: 8px 25px;
}
.c-button--link {
  background: transparent;
  border: none;
  color: #004cdd;
  padding: 0;
}
.c-button--link--softly-disabled {
  background: transparent !important;
  color: #a6a6a6 !important;
}
.c-button--link:disabled {
  background: transparent !important;
  color: #a6a6a6 !important;
}
.c-button--link.c-button--s2 {
  background: transparent !important;
  color: #82bb25;
}
.c-button--link.c-button--s12 {
  background: transparent !important;
  color: #175624;
}
.c-button--fit {
  width: 100%;
}
@media (max-width: 768px) {
  .c-button--fit {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media (max-width: 479px) {
  .c-button--fit\@up-to-sm {
    width: 100%;
  }
}
.c-button--icon {
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 8px 8px 8px 0;
}
.c-button--icon > i {
  margin: 0 8px;
}
.c-button--icon--s1 {
  align-items: center;
  justify-content: center;
  padding: 8px 8px 8px 0;
}
.c-button--icon--s1 > i {
  margin: 0 8px;
}
.c-button--xs {
  font-size: 0.6em;
}
.c-button--md {
  padding-bottom: 8px;
  padding-top: 8px;
}
@media (min-width: 769px) {
  .c-button--md {
    font-size: 1em;
    padding-bottom: 12px;
    padding-top: 12px;
  }
}
.c-button--lg {
  padding-bottom: 8px;
  padding-top: 8px;
}
@media (min-width: 769px) {
  .c-button--lg {
    font-size: 1.33333em;
    padding-bottom: 12px;
    padding-top: 12px;
  }
}
.c-button--tp {
  background: transparent !important;
}
.c-button--tp:disabled {
  background: transparent !important;
  border: none;
}
.c-button--tp:disabled > i {
  color: #a6a6a6 !important;
}
.c-button--float {
  bottom: 50px;
  padding: 15px;
  position: fixed;
  right: 15px;
  z-index: 900;
}
@media print {
  .c-button--float {
    display: none;
  }
}
.c-button--float-h {
  bottom: 65px;
  padding: 15px;
  position: fixed;
  right: 15px;
  z-index: 900;
}
.c-button--round {
  border-radius: 100%;
}
.c-button--valign {
  margin-bottom: -9px;
  margin-top: -9px;
}
@media (min-width: 769px) {
  .c-button--valign\@md-and-up {
    margin-bottom: -9px;
    margin-top: -9px;
  }
}
.c-button--s1 {
  background: #004cdd;
  border-color: #004cdd;
  color: #fff;
}
.c-button--s1:hover {
  background: rgb(0, 67.2307692308, 195.5);
  border-color: rgb(0, 67.2307692308, 195.5);
}
.c-button--red {
  background: #ff0000;
  border-color: #ff0000;
  color: #fff;
}
.c-button--red:hover {
  background: rgb(229.5, 0, 0);
  border-color: rgb(229.5, 0, 0);
}
.c-button--s2 {
  background: #82bb25;
  border-color: #82bb25;
  color: #fff;
}
.c-button--s2:hover {
  background: rgb(115.2008928571, 165.7120535714, 32.7879464286);
  border-color: rgb(115.2008928571, 165.7120535714, 32.7879464286);
}
.c-button--s3 {
  background: #82bb25;
  border-color: #82bb25;
  color: #fff;
}
@media (min-width: 769px) {
  .c-button--s3 {
    background: #004cdd;
    border-color: #004cdd;
    color: #fff;
  }
}
@media (min-width: 769px) {
  .c-button--s3:hover {
    background: rgb(0, 67.2307692308, 195.5);
    border-color: rgb(0, 67.2307692308, 195.5);
  }
}
.c-button--s3:hover {
  background: rgb(115.2008928571, 165.7120535714, 32.7879464286);
  border-color: rgb(115.2008928571, 165.7120535714, 32.7879464286);
}
.c-button--s4 {
  color: #ff0000;
}
@media (min-width: 769px) {
  .c-button--s4 {
    color: #fff000;
  }
}
.c-button--s5 {
  background: #82bb25;
  border-color: #82bb25;
  color: #fff;
}
@media (min-width: 769px) {
  .c-button--s5 {
    background: #fff;
    border-color: #fff;
    color: #212121;
  }
}
@media (min-width: 769px) {
  .c-button--s5:hover {
    background: #fff;
    border-color: #fff;
  }
}
.c-button--s5:hover {
  background: rgb(115.2008928571, 165.7120535714, 32.7879464286);
  border-color: rgb(115.2008928571, 165.7120535714, 32.7879464286);
}
.c-button--s6 {
  background: transparent;
  border-color: #004cdd;
  color: #004cdd;
}
.c-button--s6.c-button--disabled {
  background: transparent !important;
  border-color: #a6a6a6 !important;
  color: #a6a6a6 !important;
}
.c-button--s7 {
  background: transparent;
  border-color: transparent;
  color: #fff;
}
.c-button--s8 {
  background: #ff0000;
  border-color: #ff0000;
  color: #fff;
}
.c-button--s8:hover {
  background: rgb(229.5, 0, 0);
  border-color: rgb(229.5, 0, 0);
}
.c-button--s9 {
  background-color: transparent;
}
@media (max-width: 768px) {
  .c-button--s9 {
    background-color: transparent;
    border: 1px solid #004cdd;
    color: #004cdd;
  }
}
.c-button--s10 {
  background-color: transparent;
}
@media (max-width: 768px) {
  .c-button--s10 {
    background-color: #004cdd;
    border: 1px solid #004cdd;
    color: #fff;
  }
}
.c-button--s11 {
  background: transparent;
  border-color: #82bb25;
  color: #82bb25;
}
.c-button--s11.c-button--disabled {
  background: transparent !important;
  border-color: #a6a6a6 !important;
  color: #a6a6a6 !important;
}
.c-button--s12 {
  background: #175624;
  border-color: #175624;
  color: #fff;
}
.c-button--s12:hover {
  background: rgb(17.619266055, 65.880733945, 27.5779816514);
  border-color: rgb(17.619266055, 65.880733945, 27.5779816514);
}
.c-button--s13 {
  background: transparent;
  border-color: #ff0000;
  color: #ff0000;
}
.c-button--s13.c-button--disabled {
  background: transparent !important;
  border-color: #a6a6a6 !important;
  color: #a6a6a6 !important;
}
.c-card {
  background: #fff;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.07);
  display: flex;
  flex-direction: column;
  position: relative;
  transition-duration: 0.15s;
  transition-property: background, box-shadow;
  transition-timing-function: ease;
}
@media (min-width: 769px) {
  .c-card {
    box-shadow: 0 0 26px 3px rgba(0, 0, 0, 0.07);
  }
}
@media print {
  .c-card {
    box-shadow: none;
  }
}
.c-card:hover .c-card__thumb > img {
  transform: scale(1.1);
}
.c-card--s1 {
  background: rgba(0, 0, 0, 0.71);
}
@media (min-width: 769px) {
  .c-card--s2 {
    box-shadow: 0 0 16px 3px rgba(0, 0, 0, 0.2);
  }
}
@media (max-width: 768px) {
  .c-card--s3 {
    background: transparent;
    box-shadow: none;
  }
}
.c-card--s4 {
  background: #004cdd;
  color: black;
}
.c-card--s5 {
  background: rgba(0, 76, 221, 0.1);
}
.c-card--flat {
  box-shadow: none;
}
.c-card--elevated {
  box-shadow: 0 0 26px 3px rgba(0, 0, 0, 0.07);
}
.c-card--selected {
  border: #004cdd solid 1px !important;
}
.c-card--persistent {
  bottom: 85px;
  position: fixed;
  right: 10px;
  z-index: 1050;
}
@media (min-width: 769px) {
  .c-card--persistent {
    bottom: auto;
    left: 15px;
    right: auto;
    top: 15px;
  }
}
.c-card--preview {
  background: transparent;
  flex-direction: row;
  max-width: 20rem;
  width: 50%;
}
@media (max-width: 768px) {
  .c-card--preview {
    max-height: 25%;
    max-width: 25%;
  }
}
.c-card--preview > video {
  height: 100%;
  width: 100%;
}
.c-card--height-fit {
  height: 100%;
}
.c-card--height-fixed {
  height: 70vh;
  height: calc(100vh - 234px);
  height: calc(var(--vh, 1vh) * 100 - 234px);
  min-height: 300px;
}
@media (min-width: 769px) {
  .c-card--height-fixed {
    height: 57vh;
    height: calc(100vh - 400px);
    height: calc(var(--vh, 1vh) * 100 - 400px);
  }
}
.c-card--error {
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.07), inset 0 0 0 1px #ff0000;
}
@media (min-width: 769px) {
  .c-card--error {
    box-shadow: 0 0 26px 3px rgba(0, 0, 0, 0.07), inset 0 0 0 1px #ff0000;
  }
}
.c-card--bg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.c-card--overlay:before {
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 33%, rgba(255, 255, 255, 0.77) 66%, rgba(255, 255, 255, 0.97) 83%, rgb(255, 255, 255) 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 33%, rgba(255, 255, 255, 0.77) 66%, rgba(255, 255, 255, 0.97) 83%, rgb(255, 255, 255) 100%);
  background:
    linear-gradient(
      to bottom,
      rgba(255, 255, 255, 0) 33%,
      rgba(255, 255, 255, 0.77) 66%,
      rgba(255, 255, 255, 0.97) 83%,
      rgb(255, 255, 255) 100%);
  bottom: 0;
  content: "";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#ffffff", GradientType=0);
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}
.c-card__header {
  padding: 10px;
}
@media (min-width: 769px) {
  .c-card__header {
    background: #004cdd;
    color: #fff;
    padding: 15px 20px;
  }
}
.c-card__header .c-text {
  line-height: normal;
}
.c-card__header--s1 {
  background: #004cdd;
  color: #fff;
}
.c-card__header--s2 {
  background-image: url(https://dqs3afosyxqoy.cloudfront.net/assets/minudoc/account/img/bg-previsit.svg);
  color: black;
}
.c-card__overlay {
  background: #f3f3f3;
  bottom: 0;
  display: flex;
  flex-direction: column;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 0.15s ease;
}
.c-card__overlay--open {
  opacity: 1;
  pointer-events: all;
}
.c-card__title {
  font-size: 1em;
}
@media (max-width: 768px) {
  .c-card__title {
    font-weight: bold;
    margin-bottom: 10px;
  }
}
@media (min-width: 769px) {
  .c-card__title {
    font-family:
      "Aino",
      -apple-system,
      BlinkMacSystemFont,
      Segoe UI,
      Oxygen,
      Ubuntu,
      Cantarell,
      Fira Sans,
      Droid Sans,
      Helvetica Neue,
      sans-serif;
    font-size: 2em;
    font-weight: normal;
    margin-bottom: 30px;
  }
}
@media print {
  .c-card__title {
    font-size: 1.5em;
    line-height: 1;
    margin-bottom: 30px;
  }
}
.c-card__subtitle {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.52;
}
@media (max-width: 768px) {
  .c-card__subtitle {
    margin-bottom: 10px;
    margin-top: 10px;
  }
}
@media (min-width: 769px) {
  .c-card__subtitle {
    font-size: 1.33333em;
    margin-bottom: 20px;
    margin-top: 30px;
  }
}
.c-card__subtitle--main {
  color: #004cdd;
}
@media (min-width: 769px) {
  .c-card__subtitle--main {
    font-weight: normal;
    margin-top: 20px;
    text-transform: uppercase;
  }
}
.c-card__img {
  max-width: 100%;
}
.c-card__thumb {
  background: #f3f3f3;
  height: 150px;
  overflow: hidden;
  position: relative;
}
.c-card__thumb > img {
  height: auto;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: transform 1s ease;
  width: 100%;
  object-fit: cover;
}
.c-card__header2 {
  position: relative;
  width: 100%;
  color: #fff;
  background-color: #2958fa;
  border-bottom: 1px solid #fff;
  padding: 10px;
}
@media (max-width: 768px) {
  .c-cell {
    padding: 0;
  }
}
@media (min-width: 769px) {
  .c-cell {
    margin-bottom: 15px;
    margin-top: 15px;
  }
}
@media (max-width: 768px) {
  .c-cell--isolated {
    border-bottom: 1px solid #d1d1d1;
    border-top: 1px solid #d1d1d1;
  }
}
.c-cell--isolated:last-child {
  border-bottom: none;
}
@media (max-width: 768px) {
  .c-cell--ph {
    padding: 0 10px;
  }
}
@media (max-width: 768px) {
  .c-cell--separated {
    margin-bottom: 15px;
  }
}
.c-checkbox {
  line-height: 1.5;
}
.c-checkbox > input[type=checkbox] {
  display: none;
}
.c-checkbox > input[type=checkbox]:checked + span:before {
  background: #004cdd;
  border-color: #004cdd;
}
.c-checkbox > input[type=checkbox]:checked + span:after {
  content: "\e919";
}
.c-checkbox > input[type=checkbox]:disabled + span {
  cursor: not-allowed;
  color: rgba(33, 33, 33, 0.3);
}
.c-checkbox > span {
  min-height: 1.54em;
  padding-left: 1.75em;
  position: relative;
  color: #212121;
  display: block;
  cursor: pointer;
}
.c-checkbox > span:before {
  border: 1px solid #a6a6a6;
  content: "";
  display: block;
  height: 1.1em;
  left: 0;
  position: absolute;
  top: 0.22em;
  width: 1.1em;
  transition: 0.15s all;
}
.c-checkbox > span:after {
  content: "";
  font-family: "minudoc-icons";
  left: 0.74em;
  position: absolute;
  top: 0.46em;
  transform: translateX(-50%);
  color: #fff;
  font-size: 0.7em;
  transition: 0.15s all;
}
.c-container {
  display: flex;
  flex-direction: column;
  padding: 20px 0;
}
@media (min-width: 769px) {
  .c-container {
    padding: 30px 0;
  }
}
.c-container--fit {
  flex: 1;
  height: 100%;
}
.c-container--has-tab-bar {
  padding: 0 0 60px;
}
@media (min-width: 769px) {
  .c-container--has-tab-bar {
    padding: 0;
  }
}
.c-content {
  min-height: 1px;
  outline: none;
  padding: 10px;
}
@media print {
  .c-content {
    display: block;
    position: initial;
  }
}
@media (min-width: 769px) {
  .c-content {
    padding: 15px 20px;
  }
}
.c-content--border-bottom {
  border-bottom: 1px solid #d1d1d1;
}
@media (min-width: 769px) {
  .c-content--border-bottom\@md-and-up {
    border-bottom: 1px solid #d1d1d1;
  }
}
@media print {
  .c-content--border-bottom {
    page-break-inside: avoid;
  }
}
@media (min-width: 769px) {
  .c-content--border-left\@md-and-up {
    border-left: 1px solid #f3f3f3;
  }
}
.c-content--on-top {
  z-index: 5;
}
.c-content--border-top {
  border-top: 1px solid #d1d1d1;
}
@media (min-width: 769px) {
  .c-content--border-top\@md-and-up {
    border-top: 1px solid #d1d1d1;
  }
}
.c-content--wrapper {
  position: relative;
}
.c-content--grow {
  flex-grow: 1;
}
.c-content--fit {
  flex: 1;
}
.c-content--sticky {
  position: sticky;
  top: 0;
}
.c-content--flex {
  display: flex;
  flex-direction: column;
}
.c-content--footer {
  margin-top: auto;
  transition: background 0.15s ease;
}
.c-content--scroll {
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden;
  overflow-y: auto;
}
.c-content--overlay {
  background: #f3f3f3;
}
.c-content--slim {
  padding: 5px 10px;
}
@media (min-width: 769px) {
  .c-content--lg {
    line-height: 1.33333;
    padding: 20px;
  }
  .c-content--lg > .c-text:not(.c-form__label) {
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .c-content--lg > .c-text:not(.c-form__label) {
    margin-bottom: 10px;
  }
}
@media (min-width: 769px) {
  .c-content--xxl {
    line-height: 1.52;
    padding: 50px;
  }
  .c-content--xxl > .c-text:not(.c-form__label) {
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .c-content--xxl > .c-text:not(.c-form__label) {
    margin-bottom: 10px;
  }
}
.c-content--s1 {
  background-color: #004cdd;
}
.c-content--s2 {
  background-color: #fac917;
}
.c-content--s3 {
  background-color: #f4a557;
}
.c-content--s4 {
  background-color: #f48f70;
}
.c-content--s5 {
  background-color: #e7f2ee;
}
@media (min-width: 1248px) {
  .c-content--push-right\@xl-and-up {
    margin: auto;
    padding-left: 150px !important;
    padding-right: 40px !important;
  }
}
@media (min-width: 1248px) {
  .c-content--push-left\@xl-and-up {
    margin: auto;
    padding-right: 200px !important;
  }
}
.c-content--scaled-picture {
  margin-left: auto;
  padding-right: 40px;
}
@media (max-width: 991px) {
  .c-content--scaled-picture {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .c-content--scaled-picture {
    width: 85%;
  }
}
.c-datepicker {
  color: #212121;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.07);
}
.c-datepicker td.start-date.end-date {
  border-radius: 0;
}
.c-datepicker td.active {
  background-color: #004cdd;
}
.c-datepicker td.active:hover,
.c-datepicker td.active:active,
.c-datepicker td.active:focus {
  background-color: #004cdd;
}
.c-datepicker td.off {
  color: #a6a6a6;
}
.c-datepicker td.disabled {
  color: #ebeaea;
  text-decoration: none;
}
.c-datepicker .calendar-table th {
  font-size: 14px;
}
.c-datepicker .calendar-table td {
  border-radius: 0;
  font-size: 13px;
  height: 30px;
  line-height: 30px;
  min-width: 38px;
  width: 38px;
}
.c-datepicker .calendar-table thead tr:first-child th {
  padding: 5px 0;
}
.c-datepicker .drp-calendar {
  max-width: 300px;
}
.c-datepicker-fixed {
  position: fixed !important;
}
.c-divider {
  background: #d1d1d1;
  position: relative;
}
.c-divider:before {
  background: #fff;
  color: #9e9e9e;
  content: attr(data-label);
  display: block;
  font-family: "Titillium Web", sans-serif;
  font-weight: normal;
  left: 50%;
  padding: 0 15px;
  position: absolute;
  text-transform: uppercase;
  top: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
}
.c-divider--light {
  background: #ebeaea;
}
.c-divider--v {
  height: 100%;
  margin: 0 auto;
  width: 1px;
}
.c-divider--h {
  height: 1px;
  margin: 15px 0;
  width: 100%;
}
@media (max-width: 768px) {
  .c-divider--h\@up-to-md {
    height: 1px;
    margin: 15px 0;
    width: 100%;
  }
}
.c-dropdown:hover > .c-dropdown__menu {
  opacity: 1;
  pointer-events: all;
  transform: scale(1);
}
.c-dropdown--top > .c-dropdown__menu {
  bottom: 100%;
  top: auto;
}
.c-dropdown--right {
  margin-left: auto;
}
.c-dropdown--right > .c-dropdown__toggle {
  margin-left: auto;
}
.c-dropdown--right > .c-dropdown__menu {
  left: auto;
  right: 0;
}
.c-dropdown__menu {
  max-width: 100%;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  transform: scale(0);
  transform-origin: 50% 100%;
  transition-duration: 0.15s;
  transition-property: opacity, transform;
  transition-timing-function: ease;
}
.c-file_upload {
  width: 100%;
  padding: 32px;
  cursor: pointer;
  border-radius: 3px;
  background-color: #f8f8f8;
  border: 2px dashed #e3e3e3;
}
.c-file_upload:focus {
  outline: 0;
}
.c-file_upload__item {
  text-align: center;
}
.c-file_item {
  position: relative;
  padding-left: 24px;
}
.c-file_item__remove {
  left: 0;
  top: 2px;
  position: absolute;
}
.c-flag--ac {
  background-image: url(https://dqs3afosyxqoy.cloudfront.net/assets/minudoc/account/img/flags/1x1/ac.svg);
}
.c-flag--af {
  background-image: url(https://dqs3afosyxqoy.cloudfront.net/assets/minudoc/account/img/flags/1x1/af.svg);
}
.c-flag--ax {
  background-image: url(https://dqs3afosyxqoy.cloudfront.net/assets/minudoc/account/img/flags/1x1/ax.svg);
}
.c-flag--al {
  background-image: url(https://dqs3afosyxqoy.cloudfront.net/assets/minudoc/account/img/flags/1x1/al.svg);
}
.c-flag--dz {
  background-image: url(https://dqs3afosyxqoy.cloudfront.net/assets/minudoc/account/img/flags/1x1/dz.svg);
}
.c-flag--as {
  background-image: url(https://dqs3afosyxqoy.cloudfront.net/assets/minudoc/account/img/flags/1x1/as.svg);
}
.c-flag--ad {
  background-image: url(https://dqs3afosyxqoy.cloudfront.net/assets/minudoc/account/img/flags/1x1/ad.svg);
}
.c-flag--ao {
  background-image: url(https://dqs3afosyxqoy.cloudfront.net/assets/minudoc/account/img/flags/1x1/ao.svg);
}
.c-flag--ai {
  background-image: url(https://dqs3afosyxqoy.cloudfront.net/assets/minudoc/account/img/flags/1x1/ai.svg);
}
.c-flag--aq {
  background-image: url(https://dqs3afosyxqoy.cloudfront.net/assets/minudoc/account/img/flags/1x1/aq.svg);
}
.c-flag--ag {
  background-image: url(https://dqs3afosyxqoy.cloudfront.net/assets/minudoc/account/img/flags/1x1/ag.svg);
}
.c-flag--ar {
  background-image: url(https://dqs3afosyxqoy.cloudfront.net/assets/minudoc/account/img/flags/1x1/ar.svg);
}
.c-flag--am {
  background-image: url(https://dqs3afosyxqoy.cloudfront.net/assets/minudoc/account/img/flags/1x1/am.svg);
}
.c-flag--aw {
  background-image: url(https://dqs3afosyxqoy.cloudfront.net/assets/minudoc/account/img/flags/1x1/aw.svg);
}
.c-flag--au {
  background-image: url(https://dqs3afosyxqoy.cloudfront.net/assets/minudoc/account/img/flags/1x1/au.svg);
}
.c-flag--at {
  background-image: url(https://dqs3afosyxqoy.cloudfront.net/assets/minudoc/account/img/flags/1x1/at.svg);
}
.c-flag--az {
  background-image: url(https://dqs3afosyxqoy.cloudfront.net/assets/minudoc/account/img/flags/1x1/az.svg);
}
.c-flag--bs {
  background-image: url(https://dqs3afosyxqoy.cloudfront.net/assets/minudoc/account/img/flags/1x1/bs.svg);
}
.c-flag--bh {
  background-image: url(https://dqs3afosyxqoy.cloudfront.net/assets/minudoc/account/img/flags/1x1/bh.svg);
}
.c-flag--bd {
  background-image: url(https://dqs3afosyxqoy.cloudfront.net/assets/minudoc/account/img/flags/1x1/bd.svg);
}
.c-flag--bb {
  background-image: url(https://dqs3afosyxqoy.cloudfront.net/assets/minudoc/account/img/flags/1x1/bb.svg);
}
.c-flag--by {
  background-image: url(https://dqs3afosyxqoy.cloudfront.net/assets/minudoc/account/img/flags/1x1/by.svg);
}
.c-flag--be {
  background-image: url(https://dqs3afosyxqoy.cloudfront.net/assets/minudoc/account/img/flags/1x1/be.svg);
}
.c-flag--bz {
  background-image: url(https://dqs3afosyxqoy.cloudfront.net/assets/minudoc/account/img/flags/1x1/bz.svg);
}
.c-flag--bj {
  background-image: url(https://dqs3afosyxqoy.cloudfront.net/assets/minudoc/account/img/flags/1x1/bj.svg);
}
.c-flag--bm {
  background-image: url(https://dqs3afosyxqoy.cloudfront.net/assets/minudoc/account/img/flags/1x1/bm.svg);
}
.c-flag--bt {
  background-image: url(https://dqs3afosyxqoy.cloudfront.net/assets/minudoc/account/img/flags/1x1/bt.svg);
}
.c-flag--bo {
  background-image: url(https://dqs3afosyxqoy.cloudfront.net/assets/minudoc/account/img/flags/1x1/bo.svg);
}
.c-flag--ba {
  background-image: url(https://dqs3afosyxqoy.cloudfront.net/assets/minudoc/account/img/flags/1x1/ba.svg);
}
.c-flag--bw {
  background-image: url(https://dqs3afosyxqoy.cloudfront.net/assets/minudoc/account/img/flags/1x1/bw.svg);
}
.c-flag--br {
  background-image: url(https://dqs3afosyxqoy.cloudfront.net/assets/minudoc/account/img/flags/1x1/br.svg);
}
.c-flag--io {
  background-image: url(https://dqs3afosyxqoy.cloudfront.net/assets/minudoc/account/img/flags/1x1/io.svg);
}
.c-flag--bn {
  background-image: url(https://dqs3afosyxqoy.cloudfront.net/assets/minudoc/account/img/flags/1x1/bn.svg);
}
.c-flag--bg {
  background-image: url(https://dqs3afosyxqoy.cloudfront.net/assets/minudoc/account/img/flags/1x1/bg.svg);
}
.c-flag--bf {
  background-image: url(https://dqs3afosyxqoy.cloudfront.net/assets/minudoc/account/img/flags/1x1/bf.svg);
}
.c-flag--bi {
  background-image: url(https://dqs3afosyxqoy.cloudfront.net/assets/minudoc/account/img/flags/1x1/bi.svg);
}
.c-flag--kh {
  background-image: url(https://dqs3afosyxqoy.cloudfront.net/assets/minudoc/account/img/flags/1x1/kh.svg);
}
.c-flag--cm {
  background-image: url(https://dqs3afosyxqoy.cloudfront.net/assets/minudoc/account/img/flags/1x1/cm.svg);
}
.c-flag--ca {
  background-image: url(https://dqs3afosyxqoy.cloudfront.net/assets/minudoc/account/img/flags/1x1/ca.svg);
}
.c-flag--cv {
  background-image: url(https://dqs3afosyxqoy.cloudfront.net/assets/minudoc/account/img/flags/1x1/cv.svg);
}
.c-flag--ky {
  background-image: url(https://dqs3afosyxqoy.cloudfront.net/assets/minudoc/account/img/flags/1x1/ky.svg);
}
.c-flag--cf {
  background-image: url(https://dqs3afosyxqoy.cloudfront.net/assets/minudoc/account/img/flags/1x1/cf.svg);
}
.c-flag--td {
  background-image: url(https://dqs3afosyxqoy.cloudfront.net/assets/minudoc/account/img/flags/1x1/td.svg);
}
.c-flag--cl {
  background-image: url(https://dqs3afosyxqoy.cloudfront.net/assets/minudoc/account/img/flags/1x1/cl.svg);
}
.c-flag--cn {
  background-image: url(https://dqs3afosyxqoy.cloudfront.net/assets/minudoc/account/img/flags/1x1/cn.svg);
}
.c-flag--cx {
  background-image: url(https://dqs3afosyxqoy.cloudfront.net/assets/minudoc/account/img/flags/1x1/cx.svg);
}
.c-flag--cc {
  background-image: url(https://dqs3afosyxqoy.cloudfront.net/assets/minudoc/account/img/flags/1x1/cc.svg);
}
.c-flag--co {
  background-image: url(https://dqs3afosyxqoy.cloudfront.net/assets/minudoc/account/img/flags/1x1/co.svg);
}
.c-flag--km {
  background-image: url(https://dqs3afosyxqoy.cloudfront.net/assets/minudoc/account/img/flags/1x1/km.svg);
}
.c-flag--cg {
  background-image: url(https://dqs3afosyxqoy.cloudfront.net/assets/minudoc/account/img/flags/1x1/cg.svg);
}
.c-flag--cd {
  background-image: url(https://dqs3afosyxqoy.cloudfront.net/assets/minudoc/account/img/flags/1x1/cd.svg);
}
.c-flag--ck {
  background-image: url(https://dqs3afosyxqoy.cloudfront.net/assets/minudoc/account/img/flags/1x1/ck.svg);
}
.c-flag--cr {
  background-image: url(https://dqs3afosyxqoy.cloudfront.net/assets/minudoc/account/img/flags/1x1/cr.svg);
}
.c-flag--ci {
  background-image: url(https://dqs3afosyxqoy.cloudfront.net/assets/minudoc/account/img/flags/1x1/ci.svg);
}
.c-flag--hr {
  background-image: url(https://dqs3afosyxqoy.cloudfront.net/assets/minudoc/account/img/flags/1x1/hr.svg);
}
.c-flag--cu {
  background-image: url(https://dqs3afosyxqoy.cloudfront.net/assets/minudoc/account/img/flags/1x1/cu.svg);
}
.c-flag--cy {
  background-image: url(https://dqs3afosyxqoy.cloudfront.net/assets/minudoc/account/img/flags/1x1/cy.svg);
}
.c-flag--cz {
  background-image: url(https://dqs3afosyxqoy.cloudfront.net/assets/minudoc/account/img/flags/1x1/cz.svg);
}
.c-flag--dk {
  background-image: url(https://dqs3afosyxqoy.cloudfront.net/assets/minudoc/account/img/flags/1x1/dk.svg);
}
.c-flag--dj {
  background-image: url(https://dqs3afosyxqoy.cloudfront.net/assets/minudoc/account/img/flags/1x1/dj.svg);
}
.c-flag--dm {
  background-image: url(https://dqs3afosyxqoy.cloudfront.net/assets/minudoc/account/img/flags/1x1/dm.svg);
}
.c-flag--do {
  background-image: url(https://dqs3afosyxqoy.cloudfront.net/assets/minudoc/account/img/flags/1x1/do.svg);
}
.c-flag--ec {
  background-image: url(https://dqs3afosyxqoy.cloudfront.net/assets/minudoc/account/img/flags/1x1/ec.svg);
}
.c-flag--eg {
  background-image: url(https://dqs3afosyxqoy.cloudfront.net/assets/minudoc/account/img/flags/1x1/eg.svg);
}
.c-flag--sv {
  background-image: url(https://dqs3afosyxqoy.cloudfront.net/assets/minudoc/account/img/flags/1x1/sv.svg);
}
.c-flag--gq {
  background-image: url(https://dqs3afosyxqoy.cloudfront.net/assets/minudoc/account/img/flags/1x1/gq.svg);
}
.c-flag--er {
  background-image: url(https://dqs3afosyxqoy.cloudfront.net/assets/minudoc/account/img/flags/1x1/er.svg);
}
.c-flag--ee {
  background-image: url(https://dqs3afosyxqoy.cloudfront.net/assets/minudoc/account/img/flags/1x1/ee.svg);
}
.c-flag--et {
  background-image: url(https://dqs3afosyxqoy.cloudfront.net/assets/minudoc/account/img/flags/1x1/et.svg);
}
.c-flag--fk {
  background-image: url(https://dqs3afosyxqoy.cloudfront.net/assets/minudoc/account/img/flags/1x1/fk.svg);
}
.c-flag--fo {
  background-image: url(https://dqs3afosyxqoy.cloudfront.net/assets/minudoc/account/img/flags/1x1/fo.svg);
}
.c-flag--fj {
  background-image: url(https://dqs3afosyxqoy.cloudfront.net/assets/minudoc/account/img/flags/1x1/fj.svg);
}
.c-flag--fi {
  background-image: url(https://dqs3afosyxqoy.cloudfront.net/assets/minudoc/account/img/flags/1x1/fi.svg);
}
.c-flag--fr {
  background-image: url(https://dqs3afosyxqoy.cloudfront.net/assets/minudoc/account/img/flags/1x1/fr.svg);
}
.c-flag--gf {
  background-image: url(https://dqs3afosyxqoy.cloudfront.net/assets/minudoc/account/img/flags/1x1/gf.svg);
}
.c-flag--pf {
  background-image: url(https://dqs3afosyxqoy.cloudfront.net/assets/minudoc/account/img/flags/1x1/pf.svg);
}
.c-flag--ga {
  background-image: url(https://dqs3afosyxqoy.cloudfront.net/assets/minudoc/account/img/flags/1x1/ga.svg);
}
.c-flag--gm {
  background-image: url(https://dqs3afosyxqoy.cloudfront.net/assets/minudoc/account/img/flags/1x1/gm.svg);
}
.c-flag--ge {
  background-image: url(https://dqs3afosyxqoy.cloudfront.net/assets/minudoc/account/img/flags/1x1/ge.svg);
}
.c-flag--de {
  background-image: url(https://dqs3afosyxqoy.cloudfront.net/assets/minudoc/account/img/flags/1x1/de.svg);
}
.c-flag--gh {
  background-image: url(https://dqs3afosyxqoy.cloudfront.net/assets/minudoc/account/img/flags/1x1/gh.svg);
}
.c-flag--gi {
  background-image: url(https://dqs3afosyxqoy.cloudfront.net/assets/minudoc/account/img/flags/1x1/gi.svg);
}
.c-flag--gr {
  background-image: url(https://dqs3afosyxqoy.cloudfront.net/assets/minudoc/account/img/flags/1x1/gr.svg);
}
.c-flag--gl {
  background-image: url(https://dqs3afosyxqoy.cloudfront.net/assets/minudoc/account/img/flags/1x1/gl.svg);
}
.c-flag--gd {
  background-image: url(https://dqs3afosyxqoy.cloudfront.net/assets/minudoc/account/img/flags/1x1/gd.svg);
}
.c-flag--gp {
  background-image: url(https://dqs3afosyxqoy.cloudfront.net/assets/minudoc/account/img/flags/1x1/gp.svg);
}
.c-flag--gu {
  background-image: url(https://dqs3afosyxqoy.cloudfront.net/assets/minudoc/account/img/flags/1x1/gu.svg);
}
.c-flag--gt {
  background-image: url(https://dqs3afosyxqoy.cloudfront.net/assets/minudoc/account/img/flags/1x1/gt.svg);
}
.c-flag--gg {
  background-image: url(https://dqs3afosyxqoy.cloudfront.net/assets/minudoc/account/img/flags/1x1/gg.svg);
}
.c-flag--gn {
  background-image: url(https://dqs3afosyxqoy.cloudfront.net/assets/minudoc/account/img/flags/1x1/gn.svg);
}
.c-flag--gw {
  background-image: url(https://dqs3afosyxqoy.cloudfront.net/assets/minudoc/account/img/flags/1x1/gw.svg);
}
.c-flag--gy {
  background-image: url(https://dqs3afosyxqoy.cloudfront.net/assets/minudoc/account/img/flags/1x1/gy.svg);
}
.c-flag--ht {
  background-image: url(https://dqs3afosyxqoy.cloudfront.net/assets/minudoc/account/img/flags/1x1/ht.svg);
}
.c-flag--va {
  background-image: url(https://dqs3afosyxqoy.cloudfront.net/assets/minudoc/account/img/flags/1x1/va.svg);
}
.c-flag--hn {
  background-image: url(https://dqs3afosyxqoy.cloudfront.net/assets/minudoc/account/img/flags/1x1/hn.svg);
}
.c-flag--hk {
  background-image: url(https://dqs3afosyxqoy.cloudfront.net/assets/minudoc/account/img/flags/1x1/hk.svg);
}
.c-flag--hu {
  background-image: url(https://dqs3afosyxqoy.cloudfront.net/assets/minudoc/account/img/flags/1x1/hu.svg);
}
.c-flag--is {
  background-image: url(https://dqs3afosyxqoy.cloudfront.net/assets/minudoc/account/img/flags/1x1/is.svg);
}
.c-flag--in {
  background-image: url(https://dqs3afosyxqoy.cloudfront.net/assets/minudoc/account/img/flags/1x1/in.svg);
}
.c-flag--id {
  background-image: url(https://dqs3afosyxqoy.cloudfront.net/assets/minudoc/account/img/flags/1x1/id.svg);
}
.c-flag--ir {
  background-image: url(https://dqs3afosyxqoy.cloudfront.net/assets/minudoc/account/img/flags/1x1/ir.svg);
}
.c-flag--iq {
  background-image: url(https://dqs3afosyxqoy.cloudfront.net/assets/minudoc/account/img/flags/1x1/iq.svg);
}
.c-flag--ie {
  background-image: url(https://dqs3afosyxqoy.cloudfront.net/assets/minudoc/account/img/flags/1x1/ie.svg);
}
.c-flag--im {
  background-image: url(https://dqs3afosyxqoy.cloudfront.net/assets/minudoc/account/img/flags/1x1/im.svg);
}
.c-flag--il {
  background-image: url(https://dqs3afosyxqoy.cloudfront.net/assets/minudoc/account/img/flags/1x1/il.svg);
}
.c-flag--it {
  background-image: url(https://dqs3afosyxqoy.cloudfront.net/assets/minudoc/account/img/flags/1x1/it.svg);
}
.c-flag--jm {
  background-image: url(https://dqs3afosyxqoy.cloudfront.net/assets/minudoc/account/img/flags/1x1/jm.svg);
}
.c-flag--jp {
  background-image: url(https://dqs3afosyxqoy.cloudfront.net/assets/minudoc/account/img/flags/1x1/jp.svg);
}
.c-flag--je {
  background-image: url(https://dqs3afosyxqoy.cloudfront.net/assets/minudoc/account/img/flags/1x1/je.svg);
}
.c-flag--jo {
  background-image: url(https://dqs3afosyxqoy.cloudfront.net/assets/minudoc/account/img/flags/1x1/jo.svg);
}
.c-flag--kz {
  background-image: url(https://dqs3afosyxqoy.cloudfront.net/assets/minudoc/account/img/flags/1x1/kz.svg);
}
.c-flag--ke {
  background-image: url(https://dqs3afosyxqoy.cloudfront.net/assets/minudoc/account/img/flags/1x1/ke.svg);
}
.c-flag--ki {
  background-image: url(https://dqs3afosyxqoy.cloudfront.net/assets/minudoc/account/img/flags/1x1/ki.svg);
}
.c-flag--kp {
  background-image: url(https://dqs3afosyxqoy.cloudfront.net/assets/minudoc/account/img/flags/1x1/kp.svg);
}
.c-flag--kr {
  background-image: url(https://dqs3afosyxqoy.cloudfront.net/assets/minudoc/account/img/flags/1x1/kr.svg);
}
.c-flag--kw {
  background-image: url(https://dqs3afosyxqoy.cloudfront.net/assets/minudoc/account/img/flags/1x1/kw.svg);
}
.c-flag--kg {
  background-image: url(https://dqs3afosyxqoy.cloudfront.net/assets/minudoc/account/img/flags/1x1/kg.svg);
}
.c-flag--la {
  background-image: url(https://dqs3afosyxqoy.cloudfront.net/assets/minudoc/account/img/flags/1x1/la.svg);
}
.c-flag--lv {
  background-image: url(https://dqs3afosyxqoy.cloudfront.net/assets/minudoc/account/img/flags/1x1/lv.svg);
}
.c-flag--lb {
  background-image: url(https://dqs3afosyxqoy.cloudfront.net/assets/minudoc/account/img/flags/1x1/lb.svg);
}
.c-flag--ls {
  background-image: url(https://dqs3afosyxqoy.cloudfront.net/assets/minudoc/account/img/flags/1x1/ls.svg);
}
.c-flag--lr {
  background-image: url(https://dqs3afosyxqoy.cloudfront.net/assets/minudoc/account/img/flags/1x1/lr.svg);
}
.c-flag--ly {
  background-image: url(https://dqs3afosyxqoy.cloudfront.net/assets/minudoc/account/img/flags/1x1/ly.svg);
}
.c-flag--li {
  background-image: url(https://dqs3afosyxqoy.cloudfront.net/assets/minudoc/account/img/flags/1x1/li.svg);
}
.c-flag--lt {
  background-image: url(https://dqs3afosyxqoy.cloudfront.net/assets/minudoc/account/img/flags/1x1/lt.svg);
}
.c-flag--lu {
  background-image: url(https://dqs3afosyxqoy.cloudfront.net/assets/minudoc/account/img/flags/1x1/lu.svg);
}
.c-flag--mo {
  background-image: url(https://dqs3afosyxqoy.cloudfront.net/assets/minudoc/account/img/flags/1x1/mo.svg);
}
.c-flag--mk {
  background-image: url(https://dqs3afosyxqoy.cloudfront.net/assets/minudoc/account/img/flags/1x1/mk.svg);
}
.c-flag--mg {
  background-image: url(https://dqs3afosyxqoy.cloudfront.net/assets/minudoc/account/img/flags/1x1/mg.svg);
}
.c-flag--mw {
  background-image: url(https://dqs3afosyxqoy.cloudfront.net/assets/minudoc/account/img/flags/1x1/mw.svg);
}
.c-flag--my {
  background-image: url(https://dqs3afosyxqoy.cloudfront.net/assets/minudoc/account/img/flags/1x1/my.svg);
}
.c-flag--mv {
  background-image: url(https://dqs3afosyxqoy.cloudfront.net/assets/minudoc/account/img/flags/1x1/mv.svg);
}
.c-flag--ml {
  background-image: url(https://dqs3afosyxqoy.cloudfront.net/assets/minudoc/account/img/flags/1x1/ml.svg);
}
.c-flag--mt {
  background-image: url(https://dqs3afosyxqoy.cloudfront.net/assets/minudoc/account/img/flags/1x1/mt.svg);
}
.c-flag--mh {
  background-image: url(https://dqs3afosyxqoy.cloudfront.net/assets/minudoc/account/img/flags/1x1/mh.svg);
}
.c-flag--mq {
  background-image: url(https://dqs3afosyxqoy.cloudfront.net/assets/minudoc/account/img/flags/1x1/mq.svg);
}
.c-flag--mr {
  background-image: url(https://dqs3afosyxqoy.cloudfront.net/assets/minudoc/account/img/flags/1x1/mr.svg);
}
.c-flag--mu {
  background-image: url(https://dqs3afosyxqoy.cloudfront.net/assets/minudoc/account/img/flags/1x1/mu.svg);
}
.c-flag--yt {
  background-image: url(https://dqs3afosyxqoy.cloudfront.net/assets/minudoc/account/img/flags/1x1/yt.svg);
}
.c-flag--mx {
  background-image: url(https://dqs3afosyxqoy.cloudfront.net/assets/minudoc/account/img/flags/1x1/mx.svg);
}
.c-flag--fm {
  background-image: url(https://dqs3afosyxqoy.cloudfront.net/assets/minudoc/account/img/flags/1x1/fm.svg);
}
.c-flag--md {
  background-image: url(https://dqs3afosyxqoy.cloudfront.net/assets/minudoc/account/img/flags/1x1/md.svg);
}
.c-flag--mc {
  background-image: url(https://dqs3afosyxqoy.cloudfront.net/assets/minudoc/account/img/flags/1x1/mc.svg);
}
.c-flag--mn {
  background-image: url(https://dqs3afosyxqoy.cloudfront.net/assets/minudoc/account/img/flags/1x1/mn.svg);
}
.c-flag--me {
  background-image: url(https://dqs3afosyxqoy.cloudfront.net/assets/minudoc/account/img/flags/1x1/me.svg);
}
.c-flag--ms {
  background-image: url(https://dqs3afosyxqoy.cloudfront.net/assets/minudoc/account/img/flags/1x1/ms.svg);
}
.c-flag--ma {
  background-image: url(https://dqs3afosyxqoy.cloudfront.net/assets/minudoc/account/img/flags/1x1/ma.svg);
}
.c-flag--mz {
  background-image: url(https://dqs3afosyxqoy.cloudfront.net/assets/minudoc/account/img/flags/1x1/mz.svg);
}
.c-flag--mm {
  background-image: url(https://dqs3afosyxqoy.cloudfront.net/assets/minudoc/account/img/flags/1x1/mm.svg);
}
.c-flag--na {
  background-image: url(https://dqs3afosyxqoy.cloudfront.net/assets/minudoc/account/img/flags/1x1/na.svg);
}
.c-flag--nr {
  background-image: url(https://dqs3afosyxqoy.cloudfront.net/assets/minudoc/account/img/flags/1x1/nr.svg);
}
.c-flag--np {
  background-image: url(https://dqs3afosyxqoy.cloudfront.net/assets/minudoc/account/img/flags/1x1/np.svg);
}
.c-flag--nl {
  background-image: url(https://dqs3afosyxqoy.cloudfront.net/assets/minudoc/account/img/flags/1x1/nl.svg);
}
.c-flag--an {
  background-image: url(https://dqs3afosyxqoy.cloudfront.net/assets/minudoc/account/img/flags/1x1/an.svg);
}
.c-flag--nc {
  background-image: url(https://dqs3afosyxqoy.cloudfront.net/assets/minudoc/account/img/flags/1x1/nc.svg);
}
.c-flag--nz {
  background-image: url(https://dqs3afosyxqoy.cloudfront.net/assets/minudoc/account/img/flags/1x1/nz.svg);
}
.c-flag--ni {
  background-image: url(https://dqs3afosyxqoy.cloudfront.net/assets/minudoc/account/img/flags/1x1/ni.svg);
}
.c-flag--ne {
  background-image: url(https://dqs3afosyxqoy.cloudfront.net/assets/minudoc/account/img/flags/1x1/ne.svg);
}
.c-flag--ng {
  background-image: url(https://dqs3afosyxqoy.cloudfront.net/assets/minudoc/account/img/flags/1x1/ng.svg);
}
.c-flag--nu {
  background-image: url(https://dqs3afosyxqoy.cloudfront.net/assets/minudoc/account/img/flags/1x1/nu.svg);
}
.c-flag--nf {
  background-image: url(https://dqs3afosyxqoy.cloudfront.net/assets/minudoc/account/img/flags/1x1/nf.svg);
}
.c-flag--mp {
  background-image: url(https://dqs3afosyxqoy.cloudfront.net/assets/minudoc/account/img/flags/1x1/mp.svg);
}
.c-flag--no {
  background-image: url(https://dqs3afosyxqoy.cloudfront.net/assets/minudoc/account/img/flags/1x1/no.svg);
}
.c-flag--om {
  background-image: url(https://dqs3afosyxqoy.cloudfront.net/assets/minudoc/account/img/flags/1x1/om.svg);
}
.c-flag--pk {
  background-image: url(https://dqs3afosyxqoy.cloudfront.net/assets/minudoc/account/img/flags/1x1/pk.svg);
}
.c-flag--pw {
  background-image: url(https://dqs3afosyxqoy.cloudfront.net/assets/minudoc/account/img/flags/1x1/pw.svg);
}
.c-flag--ps {
  background-image: url(https://dqs3afosyxqoy.cloudfront.net/assets/minudoc/account/img/flags/1x1/ps.svg);
}
.c-flag--pa {
  background-image: url(https://dqs3afosyxqoy.cloudfront.net/assets/minudoc/account/img/flags/1x1/pa.svg);
}
.c-flag--pg {
  background-image: url(https://dqs3afosyxqoy.cloudfront.net/assets/minudoc/account/img/flags/1x1/pg.svg);
}
.c-flag--py {
  background-image: url(https://dqs3afosyxqoy.cloudfront.net/assets/minudoc/account/img/flags/1x1/py.svg);
}
.c-flag--pe {
  background-image: url(https://dqs3afosyxqoy.cloudfront.net/assets/minudoc/account/img/flags/1x1/pe.svg);
}
.c-flag--ph {
  background-image: url(https://dqs3afosyxqoy.cloudfront.net/assets/minudoc/account/img/flags/1x1/ph.svg);
}
.c-flag--pn {
  background-image: url(https://dqs3afosyxqoy.cloudfront.net/assets/minudoc/account/img/flags/1x1/pn.svg);
}
.c-flag--pl {
  background-image: url(https://dqs3afosyxqoy.cloudfront.net/assets/minudoc/account/img/flags/1x1/pl.svg);
}
.c-flag--pt {
  background-image: url(https://dqs3afosyxqoy.cloudfront.net/assets/minudoc/account/img/flags/1x1/pt.svg);
}
.c-flag--pr {
  background-image: url(https://dqs3afosyxqoy.cloudfront.net/assets/minudoc/account/img/flags/1x1/pr.svg);
}
.c-flag--qa {
  background-image: url(https://dqs3afosyxqoy.cloudfront.net/assets/minudoc/account/img/flags/1x1/qa.svg);
}
.c-flag--ro {
  background-image: url(https://dqs3afosyxqoy.cloudfront.net/assets/minudoc/account/img/flags/1x1/ro.svg);
}
.c-flag--ru {
  background-image: url(https://dqs3afosyxqoy.cloudfront.net/assets/minudoc/account/img/flags/1x1/ru.svg);
}
.c-flag--rw {
  background-image: url(https://dqs3afosyxqoy.cloudfront.net/assets/minudoc/account/img/flags/1x1/rw.svg);
}
.c-flag--re {
  background-image: url(https://dqs3afosyxqoy.cloudfront.net/assets/minudoc/account/img/flags/1x1/re.svg);
}
.c-flag--bl {
  background-image: url(https://dqs3afosyxqoy.cloudfront.net/assets/minudoc/account/img/flags/1x1/bl.svg);
}
.c-flag--sh {
  background-image: url(https://dqs3afosyxqoy.cloudfront.net/assets/minudoc/account/img/flags/1x1/sh.svg);
}
.c-flag--kn {
  background-image: url(https://dqs3afosyxqoy.cloudfront.net/assets/minudoc/account/img/flags/1x1/kn.svg);
}
.c-flag--lc {
  background-image: url(https://dqs3afosyxqoy.cloudfront.net/assets/minudoc/account/img/flags/1x1/lc.svg);
}
.c-flag--mf {
  background-image: url(https://dqs3afosyxqoy.cloudfront.net/assets/minudoc/account/img/flags/1x1/mf.svg);
}
.c-flag--pm {
  background-image: url(https://dqs3afosyxqoy.cloudfront.net/assets/minudoc/account/img/flags/1x1/pm.svg);
}
.c-flag--vc {
  background-image: url(https://dqs3afosyxqoy.cloudfront.net/assets/minudoc/account/img/flags/1x1/vc.svg);
}
.c-flag--ws {
  background-image: url(https://dqs3afosyxqoy.cloudfront.net/assets/minudoc/account/img/flags/1x1/ws.svg);
}
.c-flag--sm {
  background-image: url(https://dqs3afosyxqoy.cloudfront.net/assets/minudoc/account/img/flags/1x1/sm.svg);
}
.c-flag--st {
  background-image: url(https://dqs3afosyxqoy.cloudfront.net/assets/minudoc/account/img/flags/1x1/st.svg);
}
.c-flag--sa {
  background-image: url(https://dqs3afosyxqoy.cloudfront.net/assets/minudoc/account/img/flags/1x1/sa.svg);
}
.c-flag--sn {
  background-image: url(https://dqs3afosyxqoy.cloudfront.net/assets/minudoc/account/img/flags/1x1/sn.svg);
}
.c-flag--rs {
  background-image: url(https://dqs3afosyxqoy.cloudfront.net/assets/minudoc/account/img/flags/1x1/rs.svg);
}
.c-flag--sc {
  background-image: url(https://dqs3afosyxqoy.cloudfront.net/assets/minudoc/account/img/flags/1x1/sc.svg);
}
.c-flag--sl {
  background-image: url(https://dqs3afosyxqoy.cloudfront.net/assets/minudoc/account/img/flags/1x1/sl.svg);
}
.c-flag--sg {
  background-image: url(https://dqs3afosyxqoy.cloudfront.net/assets/minudoc/account/img/flags/1x1/sg.svg);
}
.c-flag--sk {
  background-image: url(https://dqs3afosyxqoy.cloudfront.net/assets/minudoc/account/img/flags/1x1/sk.svg);
}
.c-flag--si {
  background-image: url(https://dqs3afosyxqoy.cloudfront.net/assets/minudoc/account/img/flags/1x1/si.svg);
}
.c-flag--sb {
  background-image: url(https://dqs3afosyxqoy.cloudfront.net/assets/minudoc/account/img/flags/1x1/sb.svg);
}
.c-flag--so {
  background-image: url(https://dqs3afosyxqoy.cloudfront.net/assets/minudoc/account/img/flags/1x1/so.svg);
}
.c-flag--za {
  background-image: url(https://dqs3afosyxqoy.cloudfront.net/assets/minudoc/account/img/flags/1x1/za.svg);
}
.c-flag--ss {
  background-image: url(https://dqs3afosyxqoy.cloudfront.net/assets/minudoc/account/img/flags/1x1/ss.svg);
}
.c-flag--gs {
  background-image: url(https://dqs3afosyxqoy.cloudfront.net/assets/minudoc/account/img/flags/1x1/gs.svg);
}
.c-flag--es {
  background-image: url(https://dqs3afosyxqoy.cloudfront.net/assets/minudoc/account/img/flags/1x1/es.svg);
}
.c-flag--lk {
  background-image: url(https://dqs3afosyxqoy.cloudfront.net/assets/minudoc/account/img/flags/1x1/lk.svg);
}
.c-flag--sd {
  background-image: url(https://dqs3afosyxqoy.cloudfront.net/assets/minudoc/account/img/flags/1x1/sd.svg);
}
.c-flag--sr {
  background-image: url(https://dqs3afosyxqoy.cloudfront.net/assets/minudoc/account/img/flags/1x1/sr.svg);
}
.c-flag--sj {
  background-image: url(https://dqs3afosyxqoy.cloudfront.net/assets/minudoc/account/img/flags/1x1/sj.svg);
}
.c-flag--sz {
  background-image: url(https://dqs3afosyxqoy.cloudfront.net/assets/minudoc/account/img/flags/1x1/sz.svg);
}
.c-flag--se {
  background-image: url(https://dqs3afosyxqoy.cloudfront.net/assets/minudoc/account/img/flags/1x1/se.svg);
}
.c-flag--ch {
  background-image: url(https://dqs3afosyxqoy.cloudfront.net/assets/minudoc/account/img/flags/1x1/ch.svg);
}
.c-flag--sy {
  background-image: url(https://dqs3afosyxqoy.cloudfront.net/assets/minudoc/account/img/flags/1x1/sy.svg);
}
.c-flag--tw {
  background-image: url(https://dqs3afosyxqoy.cloudfront.net/assets/minudoc/account/img/flags/1x1/tw.svg);
}
.c-flag--tj {
  background-image: url(https://dqs3afosyxqoy.cloudfront.net/assets/minudoc/account/img/flags/1x1/tj.svg);
}
.c-flag--tz {
  background-image: url(https://dqs3afosyxqoy.cloudfront.net/assets/minudoc/account/img/flags/1x1/tz.svg);
}
.c-flag--th {
  background-image: url(https://dqs3afosyxqoy.cloudfront.net/assets/minudoc/account/img/flags/1x1/th.svg);
}
.c-flag--tl {
  background-image: url(https://dqs3afosyxqoy.cloudfront.net/assets/minudoc/account/img/flags/1x1/tl.svg);
}
.c-flag--tg {
  background-image: url(https://dqs3afosyxqoy.cloudfront.net/assets/minudoc/account/img/flags/1x1/tg.svg);
}
.c-flag--tk {
  background-image: url(https://dqs3afosyxqoy.cloudfront.net/assets/minudoc/account/img/flags/1x1/tk.svg);
}
.c-flag--to {
  background-image: url(https://dqs3afosyxqoy.cloudfront.net/assets/minudoc/account/img/flags/1x1/to.svg);
}
.c-flag--tt {
  background-image: url(https://dqs3afosyxqoy.cloudfront.net/assets/minudoc/account/img/flags/1x1/tt.svg);
}
.c-flag--tn {
  background-image: url(https://dqs3afosyxqoy.cloudfront.net/assets/minudoc/account/img/flags/1x1/tn.svg);
}
.c-flag--tr {
  background-image: url(https://dqs3afosyxqoy.cloudfront.net/assets/minudoc/account/img/flags/1x1/tr.svg);
}
.c-flag--tm {
  background-image: url(https://dqs3afosyxqoy.cloudfront.net/assets/minudoc/account/img/flags/1x1/tm.svg);
}
.c-flag--tc {
  background-image: url(https://dqs3afosyxqoy.cloudfront.net/assets/minudoc/account/img/flags/1x1/tc.svg);
}
.c-flag--tv {
  background-image: url(https://dqs3afosyxqoy.cloudfront.net/assets/minudoc/account/img/flags/1x1/tv.svg);
}
.c-flag--ug {
  background-image: url(https://dqs3afosyxqoy.cloudfront.net/assets/minudoc/account/img/flags/1x1/ug.svg);
}
.c-flag--ua {
  background-image: url(https://dqs3afosyxqoy.cloudfront.net/assets/minudoc/account/img/flags/1x1/ua.svg);
}
.c-flag--ae {
  background-image: url(https://dqs3afosyxqoy.cloudfront.net/assets/minudoc/account/img/flags/1x1/ae.svg);
}
.c-flag--gb {
  background-image: url(https://dqs3afosyxqoy.cloudfront.net/assets/minudoc/account/img/flags/1x1/gb.svg);
}
.c-flag--us {
  background-image: url(https://dqs3afosyxqoy.cloudfront.net/assets/minudoc/account/img/flags/1x1/us.svg);
}
.c-flag--uy {
  background-image: url(https://dqs3afosyxqoy.cloudfront.net/assets/minudoc/account/img/flags/1x1/uy.svg);
}
.c-flag--uz {
  background-image: url(https://dqs3afosyxqoy.cloudfront.net/assets/minudoc/account/img/flags/1x1/uz.svg);
}
.c-flag--vu {
  background-image: url(https://dqs3afosyxqoy.cloudfront.net/assets/minudoc/account/img/flags/1x1/vu.svg);
}
.c-flag--ve {
  background-image: url(https://dqs3afosyxqoy.cloudfront.net/assets/minudoc/account/img/flags/1x1/ve.svg);
}
.c-flag--vn {
  background-image: url(https://dqs3afosyxqoy.cloudfront.net/assets/minudoc/account/img/flags/1x1/vn.svg);
}
.c-flag--vg {
  background-image: url(https://dqs3afosyxqoy.cloudfront.net/assets/minudoc/account/img/flags/1x1/vg.svg);
}
.c-flag--vi {
  background-image: url(https://dqs3afosyxqoy.cloudfront.net/assets/minudoc/account/img/flags/1x1/vi.svg);
}
.c-flag--wf {
  background-image: url(https://dqs3afosyxqoy.cloudfront.net/assets/minudoc/account/img/flags/1x1/wf.svg);
}
.c-flag--ye {
  background-image: url(https://dqs3afosyxqoy.cloudfront.net/assets/minudoc/account/img/flags/1x1/ye.svg);
}
.c-flag--zm {
  background-image: url(https://dqs3afosyxqoy.cloudfront.net/assets/minudoc/account/img/flags/1x1/zm.svg);
}
.c-flag--zw {
  background-image: url(https://dqs3afosyxqoy.cloudfront.net/assets/minudoc/account/img/flags/1x1/zw.svg);
}
.c-flag {
  background-color: #ebeaea;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100%;
  height: 17px;
  width: 17px;
  border: 1px solid #ebeaea;
}
.c-footer {
  background: #ebeaea;
  padding: 30px 0;
}
@media (min-width: 769px) {
  .c-footer__cell {
    flex-basis: 0;
  }
}
.c-footer__list {
  text-align: center;
}
@media (max-width: 768px) {
  .c-footer__list {
    padding-bottom: 15px;
    padding-top: 15px;
  }
}
@media (min-width: 769px) {
  .c-footer__list {
    text-align: right;
  }
}
.c-footer__list > .c-list__item {
  display: block;
}
@media (min-width: 769px) {
  .c-footer__list > .c-list__item {
    display: inline-block;
    margin: 0 5px;
  }
}
.c-footer__text {
  color: #212121;
}
@media (max-width: 768px) {
  .c-footer__text {
    display: block;
    padding-top: 10px;
    text-align: center;
  }
}
.c-footer__siffi-text {
  color: #212121;
  font-size: 14px;
}
.c-footer__logo {
  display: block;
  height: 60px;
  margin: 0 auto;
  width: 140px;
}
@media (max-width: 768px) {
  .c-footer__logo {
    padding-bottom: 15px;
    padding-top: 20px;
  }
}
.c-form textarea {
  overflow: hidden;
  overflow-y: auto;
}
.c-form--fit {
  flex-grow: 1;
}
.c-form--wrapper {
  position: relative;
}
.c-form__group {
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
  position: relative;
  width: 100%;
}
@media (min-width: 769px) {
  .c-form__group {
    margin-bottom: 30px;
  }
}
.c-form__group--error .c-form__label:not(.c-form__label--disabled) {
  color: #ff0000 !important;
}
.c-form__group--error .c-form__input:not(:disabled),
.c-form__group--error .md-select {
  border-color: #ff0000 !important;
}
.c-form__group--error .c-checkbox > span,
.c-form__group--error .c-radio > span {
  color: #ff0000 !important;
}
.c-form__group--error .c-checkbox > span:before,
.c-form__group--error .c-radio > span:before {
  border-color: #ff0000 !important;
}
.c-form__group--error .c-pills__tab > span {
  border-color: #ff0000 !important;
  color: #ff0000 !important;
}
.c-form__group--error .c-autocomplete__btn {
  border-color: #ff0000 !important;
  color: #ff0000 !important;
}
.c-form__group--error .c-tag {
  border-color: 1px solid #ff0000 !important;
  color: #ff0000 !important;
}
.c-form__group--icon {
  position: relative;
}
.c-form__group--icon .c-form__input {
  padding-left: 30px;
}
.c-form__label {
  display: block;
  margin-bottom: 5px;
  width: 100%;
}
@media (max-width: 768px) {
  .c-form__label {
    color: #a6a6a6;
  }
}
@media (min-width: 769px) {
  .c-form__label {
    margin-bottom: 10px;
  }
}
.c-form__label--required:after {
  content: "*";
  margin-left: 0.25em;
}
@media (min-width: 769px) {
  .c-form__label--bold {
    font-weight: 700;
  }
}
.c-form__label--main_color {
  color: #004cdd;
}
.c-form__label--light,
.c-form__label--disabled {
  color: rgb(183.5, 183.5, 183.5) !important;
}
.c-form__input {
  border: 1px solid #d1d1d1;
  border-radius: 0;
  box-shadow: none;
  display: block;
  font-family: "Titillium Web", sans-serif;
  font-size: 1em;
  min-height: 3rem;
  padding: 5px 10px;
  resize: none;
  transition: border-color ease 0.15s;
  width: 100%;
  appearance: none;
}
.c-form__input:focus {
  border-color: #004cdd;
  outline: none;
}
.c-form__input::-moz-placeholder {
  color: #d1d1d1;
  opacity: 1;
}
.c-form__input:-ms-input-placeholder {
  color: #d1d1d1;
}
.c-form__input::-webkit-input-placeholder {
  color: #212121;
}
.c-form__input:disabled {
  background: transparent;
  color: rgba(33, 33, 33, 0.3);
  cursor: not-allowed;
}
.c-form__input--no-border {
  border: none;
}
.c-form__input--with-button {
  padding-right: 40px !important;
}
.c-form__input--with-button::-ms-clear {
  display: none !important;
}
.c-form__input--sm {
  min-height: 37px;
}
.c-form__input--md {
  min-height: 80px;
}
.c-form__input--round {
  border-radius: 6px !important;
}
.c-form__input-btn {
  background: transparent;
  border: 1px solid #707070;
  border-radius: 100%;
  box-shadow: none;
  cursor: pointer;
  font-size: 10px;
  height: 20px;
  line-height: 20px;
  padding: 0;
  position: absolute;
  right: 10px;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
}
.c-form__input-btn:focus {
  outline: none;
}
.c-form__button {
  height: 3rem;
  margin-left: auto;
}
@media (max-width: 768px) {
  .c-form__button {
    width: 100%;
  }
}
.c-form__icon {
  color: #212121;
  left: 15px;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.c-form__center-button {
  height: 3rem;
  margin: 10px auto;
}
@media (max-width: 768px) {
  .c-form__center-button {
    width: 100%;
  }
}
.c-header {
  min-height: 75px;
}
@media (min-width: 769px) {
  .c-header {
    min-height: 105px;
  }
}
@media (max-width: 768px) {
  .c-header {
    padding-top: 25px;
  }
}
@media print {
  .c-header {
    display: none;
  }
}
.c-header--hero {
  background-position: top center;
  background-repeat: no-repeat no-repeat;
  background-size: cover;
}
@media (min-width: 769px) {
  .c-header--hero {
    background-image: url(https://dqs3afosyxqoy.cloudfront.net/assets/minudoc/account/img/bg-hero.jpg);
  }
}
.c-header--iizi {
  background-position: top center;
  background-repeat: no-repeat no-repeat;
  background-size: cover;
}
@media (min-width: 769px) {
  .c-header--iizi {
    background-image: url(https://dqs3afosyxqoy.cloudfront.net/assets/minudoc/account/img/bg-iizi.jpg);
  }
}
.c-header--siffi {
  background-color: rgba(87, 77, 104, 0.0509803922);
}
@media (min-width: 769px) {
  .c-header--offset {
    margin-bottom: -35px;
  }
}
.c-header__btn {
  border-radius: 8px;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.12);
  display: block;
  line-height: 0;
  padding: 8px 10px;
}
@media (min-width: 769px) {
  .c-header__btn {
    border: 1px solid #000;
    box-shadow: none;
  }
}
.c-header__btn img {
  max-height: 30px;
  width: auto;
}
.c-header__logo {
  display: block;
  position: relative;
  z-index: 1010;
}
@media (max-width: 768px) {
  .c-header__logo {
    height: 50px;
    width: 116.6665px;
  }
}
@media (min-width: 769px) {
  .c-header__logo {
    height: 68px;
    width: 140px;
  }
}
@media (min-width: 992px) {
  .c-header__logo {
    height: 80px;
    width: 186.6664px;
  }
}
.c-header__iizi-logo {
  background-image: url(https://dqs3afosyxqoy.cloudfront.net/assets/minudoc/account/img/logo/iizi-logo.png);
  width: 86px;
  height: 87px;
  position: absolute;
  top: 0;
  right: 0;
}
.c-header__content {
  padding: 15px 0 0;
}
@media (min-width: 769px) {
  .c-header__content {
    margin-top: 100px;
    padding: 50px 0;
  }
}
.c-header__tabs {
  position: relative;
  z-index: 900;
}
.c-header__picture {
  min-height: 320px;
  margin: 20px;
  background-image: url(https://dqs3afosyxqoy.cloudfront.net/assets/minudoc/account/img/siffi-chill.png);
  background-position: top center;
  background-repeat: no-repeat no-repeat;
  background-size: contain;
}
@media (max-width: 768px) {
  .c-header__picture {
    min-height: 180px;
  }
}
.c-header__title {
  font-weight: normal;
  line-height: 1;
  text-align: center;
}
@media (min-width: 769px) {
  .c-header__title {
    font-family:
      "Aino",
      -apple-system,
      BlinkMacSystemFont,
      Segoe UI,
      Oxygen,
      Ubuntu,
      Cantarell,
      Fira Sans,
      Droid Sans,
      Helvetica Neue,
      sans-serif;
    font-size: 4em;
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .c-header__title {
    color: #153db5;
    font-size: 2.75em;
  }
}
.c-header__subtitle {
  text-align: center;
}
@media (min-width: 769px) {
  .c-header__subtitle {
    font-size: 1.33333em;
  }
}
@media (max-width: 768px) {
  .c-header__subtitle {
    color: #153db5;
    line-height: 1;
    margin-top: 15px;
  }
  .c-header__subtitle > a {
    color: #82bb25;
    display: block;
    padding: 5px;
  }
}
.c-header__heading {
  color: rgba(0, 0, 0, 0.7411764706);
  font-weight: 800;
  line-height: 1;
  text-align: left;
}
@media (min-width: 769px) {
  .c-header__heading {
    font-family:
      "Aino",
      -apple-system,
      BlinkMacSystemFont,
      Segoe UI,
      Oxygen,
      Ubuntu,
      Cantarell,
      Fira Sans,
      Droid Sans,
      Helvetica Neue,
      sans-serif;
    font-size: 2em;
  }
}
@media (max-width: 768px) {
  .c-header__heading {
    font-size: 1.33333em;
  }
}
.c-header__subheading {
  font-weight: 400;
  line-height: 1;
  text-align: left;
}
@media (min-width: 769px) {
  .c-header__subheading {
    font-family:
      "Aino",
      -apple-system,
      BlinkMacSystemFont,
      Segoe UI,
      Oxygen,
      Ubuntu,
      Cantarell,
      Fira Sans,
      Droid Sans,
      Helvetica Neue,
      sans-serif;
    font-size: 1em;
  }
}
@media (max-width: 768px) {
  .c-header__subheading {
    font-size: 1em;
  }
}
.c-header__card {
  box-shadow: 0 0 16px 3px rgba(0, 0, 0, 0.2);
  margin: 30px auto 0;
}
@media (max-width: 768px) {
  .c-header__card {
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.07);
    margin-top: 15px;
  }
}
@media (max-width: 768px) {
  .c-header__card > .c-card__content {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .c-header__filter {
    border-top: 1px solid #d1d1d1;
    height: 0;
    overflow: hidden;
    pointer-events: none;
    visibility: hidden;
  }
}
@media (max-width: 768px) {
  .c-header__filter--open {
    height: auto;
    overflow: visible;
    pointer-events: all;
    visibility: visible;
  }
}
@media (min-width: 769px) {
  .c-header__button {
    height: 50px;
  }
}
.c-header__button {
  height: 3rem;
  padding: 0;
  text-align: center;
  width: 100%;
}
@media (min-width: 769px) {
  .c-header__cell,
  .c-header__cell\@md-and-up {
    align-items: center;
    display: flex;
    height: 50px;
  }
}
.c-header__cell {
  position: relative;
}
.c-header__cell:not(:last-child):after {
  border-right: 1px solid #d1d1d1;
  content: "";
  height: 25px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 769px) {
  .c-header__cell\@md-and-up {
    position: relative;
  }
  .c-header__cell\@md-and-up:not(:last-child):after {
    border-right: 1px solid #d1d1d1;
    content: "";
    height: 25px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media (max-width: 768px) {
  .c-header__cell\@md-and-up {
    padding: 0;
  }
}
.c-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 70px;
  width: 70px;
  overflow: hidden;
  position: relative;
}
.c-image--round {
  border-radius: 100%;
}
.c-image--bg {
  background-color: rgb(230.0243902439, 228.7756097561, 228.7756097561);
}
.c-image--xs {
  height: 17px;
  width: 17px;
}
.c-image--smer {
  height: 34px;
  width: 34px;
}
.c-image--sm {
  height: 50px;
  width: 50px;
}
.c-image--md {
  height: 60px;
  width: 60px;
}
.c-image--lg {
  height: 110px;
  width: 110px;
}
.c-image--xl {
  height: 220px;
  width: 220px;
}
.qr-code-img {
  margin-top: 20px;
  width: 200px;
  height: 200px;
  border: 1px solid #ccc;
  padding: 10px;
  background-color: #fff;
}
.svg-image-container-bg {
  position: absolute;
  left: 0;
  right: auto;
  top: 0;
  bottom: 0;
  background-color: #e7f2ee;
  width: 50vw;
}
.svg-image-container {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 104%;
  min-height: 600px;
}
@media (min-width: 769px) {
  .svg-image-container {
    width: 118%;
  }
}
.svg-image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-left: 20px;
}
.base-image {
  max-width: 80%;
  display: block;
  height: auto;
  margin-left: 20px;
}
.overlay-image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 46%;
  height: auto;
  z-index: 1;
  margin-left: 20px;
}
.c-label {
  background: #d1d1d1;
  color: #fff;
  margin-right: -10px;
  padding: 0 10px;
  position: absolute;
  right: 0;
  top: 10px;
}
.c-label:after {
  border-color: rgb(183.5, 183.5, 183.5) transparent transparent transparent;
  border-style: solid;
  border-width: 10px 10px 0 0;
  content: "";
  height: 0;
  position: absolute;
  top: 100%;
  width: 0;
}
.c-label--lg {
  padding: 5px 10px;
}
@media (min-width: 769px) {
  .c-label--lg {
    top: 15px;
  }
}
.c-label--s0 {
  background: #ED008C;
}
.c-label--s0:after {
  border-color: rgb(186, 0, 109.8734177215) transparent transparent transparent;
}
.c-label--s1 {
  background: #0000ff;
}
.c-label--s1:after {
  border-color: #0000cc transparent transparent transparent;
}
.c-label--s2 {
  background: #82bb25;
}
.c-label--s2:after {
  border-color: rgb(100.4017857143, 144.4241071429, 28.5758928571) transparent transparent transparent;
}
.c-label--s3 {
  background: #eba600;
}
.c-label--s3:after {
  border-color: rgb(184, 129.9744680851, 0) transparent transparent transparent;
}
.c-label--s4 {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  white-space: nowrap;
}
@media (min-width: 769px) {
  .c-label--s4 {
    margin-right: -30px;
  }
}
@media (max-width: 768px) {
  .c-label--s4:after {
    display: none !important;
  }
}
.c-label--s5 {
  position: relative;
  display: inline-block;
  background: #fff;
  border: 1px solid #82bb25;
  bottom: 20px;
  color: #82bb25;
  z-index: 2;
  margin: 0;
}
.c-label--s5:after {
  content: none;
}
.chart-legend-container {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.chart-wrapper {
  flex: 0 0 auto;
  margin-right: 10px;
}
.custom-legend {
  display: flex;
  flex-direction: column;
  margin-top: 0;
}
.legend-item {
  display: flex;
  align-items: center;
  margin: 5px;
}
.legend-color {
  width: 15px;
  height: 15px;
  margin-right: 5px;
  border-radius: 50%;
}
.legend-label {
  font-size: 14px;
}
@media (max-width: 768px) {
  .chart-legend-container {
    flex-direction: column;
    align-items: center;
  }
  .chart-wrapper {
    margin-right: 0;
  }
  .custom-legend {
    margin-top: 20px;
  }
}
.c-list {
  line-height: 1;
  list-style-type: none;
}
.c-list--inline > .c-list__item {
  display: inline-block;
  vertical-align: top;
}
@media (max-width: 768px) {
  .c-list--center\@up-to-md {
    text-align: center !important;
  }
}
.c-list--ol {
  counter-reset: item;
}
.c-list--ol > .c-list__item {
  position: relative;
}
.c-list--ol > .c-list__item:before {
  content: counters(item, ".") ".";
  counter-increment: item;
  left: 0;
  line-height: 1.52;
  position: absolute;
}
.c-list--ol > .c-list__item > p:first-child {
  margin-left: 45px;
}
.c-list--ol > .c-list__item > h2:first-child {
  margin-left: 28px;
}
.c-list--ol > .c-list__item > .c-list--ul {
  margin-left: 30px;
}
.c-list--ul {
  list-style-type: disc;
  padding-left: 40px !important;
}
.c-list--ul > .c-list__item {
  list-style-type: disc;
}
.c-list--square > .c-list__item {
  padding: 10px;
  padding-left: 30px;
  position: relative;
}
.c-list--square > .c-list__item:before {
  color: #004cdd;
  content: "\25a0";
  left: 0;
  line-height: 0.75;
  position: absolute;
}
.c-list--columns {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.c-list--columns > .c-list__item {
  max-width: 100%;
  flex: 0 0 100%;
}
@media (min-width: 480px) {
  .c-list--columns > .c-list__item {
    max-width: 50%;
    flex: 0 0 50%;
  }
}
@media (min-width: 769px) {
  .c-list--columns > .c-list__item {
    max-width: 33.33333%;
    flex: 0 0 33.33333%;
  }
}
@media (min-width: 992px) {
  .c-list--columns > .c-list__item {
    max-width: 20%;
    flex: 0 0 20%;
  }
}
.c-list--s1 .c-list__item {
  background: #004cdd;
}
.c-list--s1 .c-list__item:hover {
  background: rgb(0, 67.2307692308, 195.5);
}
.c-list--s1 .c-list__link {
  color: #fff;
  padding: 15px;
}
.c-list__item {
  display: list-item;
}
.c-list__item--title:before {
  color: #004cdd;
}
@media (min-width: 769px) {
  .c-list__item--title:before {
    font-size: 1.33333em;
  }
}
@media (max-width: 768px) {
  .c-list__item--title:before {
    font-weight: bold;
    line-height: 1.52;
  }
}
.c-list__link {
  display: block;
  padding: 5px;
}
.c-list__icon {
  color: #004cdd;
  font-size: 1.33333em;
  text-align: center;
  width: 40px;
}
.c-list-item {
  padding: 5px 0;
}
.c-list-item__icon {
  margin-right: 5px;
}
.c-loader {
  animation: c-loader-spin 1s infinite ease-in-out;
  background-color: #004cdd;
  border-radius: 100%;
  height: 40px;
  margin: 20px auto;
  width: 40px;
}
.c-loader--blocks {
  animation: none;
  background-color: transparent;
  border-radius: 0;
  display: flex;
  height: 80px;
  width: 80px;
  flex-wrap: wrap;
}
.c-loader__block {
  animation: 1s c-loader-glow alternate infinite ease-in-out;
  background: #004cdd;
  height: 30px;
  margin: 5px;
  opacity: 0.5;
  width: 30px;
}
.c-loader__block:nth-child(1) {
  animation-delay: 0s;
}
.c-loader__block:nth-child(2) {
  animation-delay: 0.5s;
}
.c-loader__block:nth-child(3) {
  animation-delay: 1.5s;
}
.c-loader__block:nth-child(4) {
  animation-delay: 1s;
}
.c-loader-rotate {
  display: inline-block;
  width: 24px;
  height: 24px;
  opacity: 0.9;
}
.c-loader-rotate:after {
  content: " ";
  display: block;
  margin: 1px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 3px solid #fff;
  border-color: #fff transparent #fff transparent;
  animation: c-loader-rotate 1.2s linear infinite;
}
.c-dots-3 {
  width: 42px;
  text-align: center;
}
.c-dots-3 > div {
  width: 8px;
  height: 8px;
  margin-right: 2px;
  background-color: #004cdd;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: c-dots-bounce-delay 1.4s infinite ease-in-out both;
  animation: c-dots-bounce-delay 1.4s infinite ease-in-out both;
}
.c-dots-bounce-1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.c-dots-bounce-2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
@keyframes c-dots-bounce-delay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes c-loader-spin {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
    transform: scale(1);
  }
}
@keyframes c-loader-glow {
  from {
    opacity: 0.5;
    transform: scale(1, 1);
  }
  to {
    opacity: 1;
    transform: scale(1.1, 1.1);
  }
}
@keyframes c-loader-rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.c-logo {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
}
.c-logo--siffi {
  background-position: left center;
  background-image: url(https://dqs3afosyxqoy.cloudfront.net/assets/minudoc/account/img/siffi-logo.png);
  background-size: auto 65%;
}
@media (max-width: 768px) {
  .c-logo--siffi {
    margin-left: 5px;
  }
}
.c-logo--siffi.c-logo--main {
  background-image: url(https://dqs3afosyxqoy.cloudfront.net/assets/minudoc/account/img/siffi-logo.png);
  background-size: auto 96%;
}
.c-logo--siffi-green {
  background-position: left center;
  background-image: url(https://dqs3afosyxqoy.cloudfront.net/assets/minudoc/account/img/siffi-logo-green.png);
  background-size: 124px 33px;
}
@media (max-width: 768px) {
  .c-logo--siffi-green {
    margin-left: 5px !important;
    background-size: 110px 28px;
  }
}
.c-logo--siffi-green.c-logo--main {
  background-image: url(https://dqs3afosyxqoy.cloudfront.net/assets/minudoc/account/img/siffi-logo-green.png);
  background-size: 124px 33px;
}
.c-logo--previsit {
  background-position: left center;
  background-image: url(https://dqs3afosyxqoy.cloudfront.net/assets/minudoc/account/img/previsit-logo.png);
  background-size: auto 35%;
}
@media (max-width: 768px) {
  .c-logo--previsit {
    margin-left: 5px;
  }
}
.c-logo--previsit.c-logo--main {
  background-image: url(https://dqs3afosyxqoy.cloudfront.net/assets/minudoc/account/img/previsit-logo.png);
  background-size: auto 36%;
}
.c-logo--siffi-white {
  height: 20px;
  width: 140px;
  background-image: url(https://dqs3afosyxqoy.cloudfront.net/assets/minudoc/account/img/siffi-logo-white.svg);
}
.c-logo--et {
  background-image: url(https://dqs3afosyxqoy.cloudfront.net/assets/minudoc/account/img/logo/logo-et.png);
}
.c-logo--et.c-logo--main {
  background-image: url(https://dqs3afosyxqoy.cloudfront.net/assets/minudoc/account/img/logo/minudoc-et-blue.svg);
  background-size: auto 96%;
}
.c-logo--en {
  background-image: url(https://dqs3afosyxqoy.cloudfront.net/assets/minudoc/account/img/logo/logo-en.png);
}
.c-logo--en.c-logo--main {
  background-image: url(https://dqs3afosyxqoy.cloudfront.net/assets/minudoc/account/img/logo/minudoc-en-blue.svg);
  background-size: auto 96%;
}
.c-logo--ru {
  background-image: url(https://dqs3afosyxqoy.cloudfront.net/assets/minudoc/account/img/logo/logo-ru.png);
}
.c-logo--ru.c-logo--main {
  background-image: url(https://dqs3afosyxqoy.cloudfront.net/assets/minudoc/account/img/logo/logo-ru-blue.png);
  background-size: auto 93%;
}
.c-logo--fi {
  background-image: url(https://dqs3afosyxqoy.cloudfront.net/assets/minudoc/account/img/logo/logo-fi.png);
}
.c-logo--fi.c-logo--main {
  background-image: url(https://dqs3afosyxqoy.cloudfront.net/assets/minudoc/account/img/logo/minudoc-fi-blue.svg);
  background-size: auto 96%;
}
.mat-select {
  background: #fff !important;
  font-family: "Titillium Web", sans-serif !important;
  font-size: 1em !important;
  height: 3rem !important;
  line-height: 3rem !important;
  margin: 0 !important;
  padding: 0 35px 0 5px;
  position: relative !important;
}
@media (min-width: 769px) {
  .mat-select {
    padding: 0 35px 0 15px;
  }
}
.mat-select--sm {
  height: 37px !important;
  line-height: 37px !important;
}
.mat-select--border {
  border: 1px solid #d1d1d1;
}
.mat-select--border-round {
  border: 1px solid #d1d1d1;
  border-radius: 6px !important;
}
.mat-select--alt {
  padding-right: 70px;
}
.mat-select--alt .mat-select-icon:after {
  right: 40px !important;
}
.mat-select .mat-select-value {
  border: none !important;
  margin: -1px 0 1px;
  padding: 0;
  position: static;
}
.mat-select .mat-select-value.mat-select-placeholder {
  color: #212121 !important;
}
.mat-select .mat-select-icon {
  margin: 0;
  position: absolute;
  right: 0;
}
.mat-select .mat-select-icon:after {
  color: #212121;
  content: "\e91a";
  display: block;
  font-family: "minudoc-icons";
  font-size: 0.875em;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: none;
  transform: translateY(-50%) rotate(-90deg);
  transform-origin: 50% 50%;
}
.mat-select-menu-container mat-select-menu {
  box-shadow: 0 0 26px 3px rgba(0, 0, 0, 0.07);
  max-height: 328px;
}
.mat-select-menu-container mat-select-menu mat-option {
  background: transparent !important;
  color: #212121 !important;
  font-size: 1em;
  height: auto;
  line-height: 22px;
  padding: 14px 16px;
}
.mat-select-menu-container mat-select-menu mat-option .md-text {
  font-size: 1em;
}
.mat-select-menu-container mat-select-menu mat-option > .md-ripple-container {
  display: none !important;
}
.mat-select-menu-container mat-select-menu mat-option > .md-container {
  margin: 0;
}
.mat-select-menu-container mat-select-menu mat-option > .md-container > .md-icon {
  border: 1px solid #d1d1d1;
  border-radius: 0;
  box-sizing: border-box;
  content: "";
  display: block;
  height: 1.1em;
  left: 0.3em;
  position: absolute;
  top: 0.15em;
  transition: 0.15s all;
  width: 1.1em;
}
.mat-select-menu-container mat-select-menu mat-option > .md-container + .md-text {
  font-size: 1em;
  text-wrap: wrap;
  line-height: 1.5em;
  margin: 1px 0 -1px 0.1em;
}
.mat-select-menu-container mat-select-menu mat-option.md-checkbox-enabled[selected] .md-icon {
  background-color: #004cdd;
}
.mat-select-menu-container mat-select-menu mat-option.md-checkbox-enabled[selected] .md-icon:after {
  border: none;
  color: #fff;
  content: "\e919";
  font-family: "minudoc-icons";
  font-size: 0.7em;
  left: 0.8em;
  position: absolute;
  top: -0.1em;
  transform: translateX(-50%);
  transition: 0.15s all;
}
.mat-select-menu1 mat-select-menu {
  margin: 0 -15px 0 7px;
}
@media (min-width: 769px) {
  .mat-select-menu1 mat-select-menu {
    margin: 0 -17px 0 0;
  }
}
.mat-select-menu2 mat-select-menu {
  margin: 0 -17px 0 33px;
}
@media (min-width: 769px) {
  .mat-select-menu2 mat-select-menu {
    margin: 0 -18px 0 24px;
  }
}
.mat-select-menu3 mat-select-menu {
  margin: 0 30px 0 30px;
}
.c-message {
  margin: 0 0;
}
.c-message--left .c-message__content {
  border-bottom-left-radius: 0;
}
.c-message--right {
  margin-left: auto;
  text-align: right;
}
.c-message--right .c-message__content {
  border-bottom-right-radius: 0;
}
.c-message--footer {
  font-size: 12px;
}
.c-message--seen {
  color: #82bb25 !important;
}
.c-message__content {
  border: 1px solid #d1d1d1;
  border-radius: 10px;
  display: inline-block;
  max-width: 90%;
  overflow: hidden;
  padding: 5px 10px;
  position: relative;
  text-align: left;
}
@media (min-width: 769px) {
  .c-message__content {
    border-radius: 15px;
    padding: 10px 10px 5px 10px;
  }
}
.c-message__content--fw {
  max-width: 100%;
  width: 220px;
}
.c-message__content--s1 {
  background-color: #2958fa;
  border-color: #2958fa;
  color: #fff;
}
.c-message__content--s1 a {
  color: #fff;
}
.c-message__content--s2 {
  background-color: #f3f3f3;
}
.c-message__content--s3 {
  animation: KEYFRAME_SHAKE 0.3s 1 linear;
  border-color: #ff0000;
}
.c-message__content--s4 {
  animation: KEYFRAME_BOUNCE 0.3s 1 linear;
}
.c-message__content--s5 {
  animation: KEYFRAME_BLINK 1s infinite;
}
.c-message__content--typing {
  background-color: #fff;
  border-color: #2958fa;
}
.c-message__row {
  margin: 0 0;
}
.c-message__bc {
  background-color: #fff;
  display: flex;
  flex-direction: row;
  flex: 0;
  border: 1px solid #d1d1d1;
  border-radius: 10px;
  max-width: 90%;
  overflow: hidden;
  padding: 10px 10px;
}
.c-message__bc--fw {
  max-width: 100%;
  width: 240px;
}
.c-message__media {
  height: 120px;
  line-height: 0;
  position: relative;
}
.c-message__image {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
.c-message__icon {
  color: #fff;
  font-size: 3.33333em;
  left: 50%;
  pointer-events: none;
  position: absolute;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  font-style: normal;
}
.c-modal {
  align-items: center;
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  outline: none;
  overflow: hidden;
  overflow-y: scroll;
  padding: 15px;
  position: fixed;
  right: 0;
  text-align: center;
  top: 0;
  z-index: 1300;
}
.c-modal--sm > .c-modal__dialog {
  max-width: 400px;
}
.c-modal--md > .c-modal__dialog {
  max-width: 600px;
}
.c-modal__dialog {
  background: #fff;
  border-radius: 0;
  box-shadow: 0 0 26px 3px rgba(0, 0, 0, 0.07);
  margin: auto 0;
  max-height: none;
  max-width: 800px;
  padding: 15px;
  pointer-events: all;
  text-align: left;
  width: 100%;
  overflow: visible;
}
@media (min-width: 769px) {
  .c-modal__dialog {
    padding: 45px;
  }
}
.c-modal__dialog--media {
  background-color: #153db5;
  height: 100%;
  width: 100%;
}
@media (min-width: 769px) {
  .c-modal__dialog--media {
    height: auto;
    max-width: 100%;
    min-height: 142px;
    min-width: 236px;
    width: auto;
  }
}
@media (max-width: 768px) {
  .c-modal__dialog--media {
    overflow: hidden;
    transform: none !important;
  }
}
.c-modal__dialog--media > .c-modal__content {
  line-height: 0;
}
.c-modal__title {
  color: #004cdd;
  font-family:
    "Aino",
    -apple-system,
    BlinkMacSystemFont,
    Segoe UI,
    Oxygen,
    Ubuntu,
    Cantarell,
    Fira Sans,
    Droid Sans,
    Helvetica Neue,
    sans-serif;
  font-size: 2em;
  font-weight: normal;
}
.c-modal__close {
  color: #a6a6a6;
  position: relative;
  right: -10px;
  top: -10px;
}
@media (min-width: 769px) {
  .c-modal__close {
    right: -20px;
    top: -20px;
  }
}
.c-modal__close:hover {
  color: #212121;
}
.c-modal__content {
  padding: 20px 0;
}
.c-modal__footer {
  text-align: right;
}
.c-modal__media {
  height: auto;
  line-height: 0;
  width: auto;
}
@media (min-width: 769px) {
  .c-modal__media {
    max-height: 420px;
    max-width: 620px;
  }
}
@media (max-width: 768px) {
  .c-modal__media {
    left: 50%;
    max-height: 100% !important;
    max-width: 100% !important;
    position: relative;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.c-nav {
  z-index: 1000;
}
@media (max-width: 768px) {
  .c-nav {
    z-index: 1020;
  }
}
.c-nav--tab-bar {
  left: 0;
  position: absolute;
  right: 0;
}
@media (min-width: 769px) {
  .c-nav--tab-bar {
    align-items: center;
    display: flex;
    height: 80px;
    top: 0;
  }
}
@media (min-width: 769px) {
  .c-nav--tab-bar .c-nav__menu {
    padding-left: 160px;
    padding-right: 15px;
  }
}
@media (min-width: 992px) {
  .c-nav--tab-bar .c-nav__menu {
    padding-left: 201.6664px;
    padding-right: 15px;
  }
}
@media (max-width: 768px) {
  .c-nav--tab-bar .c-nav__menu {
    background: #f6f4f4;
    bottom: 0;
    display: flex;
    height: 60px;
    overflow: visible;
    padding: 0;
    position: fixed;
    top: auto;
    transform: none;
  }
}
@media (max-width: 768px) {
  .c-nav--tab-bar .c-nav__list {
    display: flex;
    flex-direction: row;
    padding: 0;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .c-nav--tab-bar .c-nav__item {
    flex-basis: 100%;
  }
}
@media (max-width: 768px) {
  .c-nav--tab-bar .c-nav__label {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
}
@media (max-width: 768px) {
  .c-nav--tab-bar .c-nav__link {
    align-items: center;
    color: #d1d1d1;
    display: flex;
    font-size: 1.8em;
    height: 60px;
    justify-content: center;
    padding: 0;
    width: 100%;
  }
}
.c-nav--tab-bar .c-nav__link--active {
  color: #004cdd;
}
@media (min-width: 769px) {
  .c-nav--tab-bar .c-nav__link--active\@up-to-md {
    color: #212121;
  }
}
.c-nav--tab-bar .c-nav__link--active\@up-to-md {
  color: #004cdd;
}
.c-nav--tab-bar .c-nav__badge {
  display: inline-block;
  vertical-align: middle;
  margin-right: 0;
}
@media (max-width: 768px) {
  .c-nav--tab-bar .c-nav__badge {
    box-shadow: 0 0 0 2px #f6f4f4;
    font-size: 0.44em;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(25%, -115%);
  }
}
@media (max-width: 768px) {
  .c-nav--tab-bar .c-nav__thumb {
    border-color: #f6f4f4;
    display: block;
    height: 1em;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    width: 1em;
  }
}
@media (max-width: 768px) {
  .c-nav__menu {
    -webkit-overflow-scrolling: touch;
    background: #153db5;
    display: block;
    height: 100%;
    left: 0;
    overflow-y: auto;
    position: fixed;
    text-align: center;
    top: 0;
    transform: translate3d(100%, 0, 0);
    transition: transform 0.3s ease;
    width: 100%;
    z-index: 1000;
  }
  .c-nav__menu:before {
    content: "";
    display: inline-block;
    height: 100%;
    margin-right: -0.25em;
    vertical-align: middle;
    width: 0;
  }
  .c-nav__menu--open {
    transform: translate3d(0, 0, 0);
  }
}
@media (min-width: 769px) {
  .c-nav__menu {
    display: flex;
  }
}
.c-nav__list {
  display: inline-block;
  list-style-type: none;
}
@media (min-width: 769px) {
  .c-nav__list {
    margin-left: auto;
    white-space: nowrap;
  }
}
@media (max-width: 768px) {
  .c-nav__list {
    padding-bottom: 80px;
    padding-top: 80px;
    vertical-align: middle;
  }
}
.c-nav__item {
  display: flex;
}
@media (min-width: 769px) {
  .c-nav__item {
    display: inline-block;
    vertical-align: middle;
  }
}
.c-nav__item--divider {
  background-color: #fff;
  height: 1px;
  opacity: 0.5;
  width: 100%;
}
@media (min-width: 769px) {
  .c-nav__item--divider {
    background-color: #707070;
    height: 100%;
    margin-left: 15px;
    margin-right: 15px;
    width: 1px;
  }
}
@media (max-width: 768px) {
  .c-nav__item--divider {
    margin-bottom: 50px;
    margin-top: 50px;
  }
}
.c-nav__link {
  cursor: pointer;
  display: inline-block;
  line-height: 1;
  outline: none;
  padding: 10px;
  position: relative;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .c-nav__link {
    color: #fff;
    font-size: 1.33333em;
    margin: 0 auto;
    padding-bottom: 15px;
    padding-top: 15px;
    text-align: center;
  }
}
@media (min-width: 769px) {
  .c-nav__link {
    color: #212121;
    font-size: 1.1em;
  }
}
@media (min-width: 769px) {
  .c-nav__link--active {
    color: #004cdd;
  }
}
@media (max-width: 768px) {
  .c-nav__link--lang {
    padding-left: 50px;
  }
}
.c-nav__label {
  vertical-align: middle;
}
.c-nav__label--w-fixed {
  display: block;
  max-width: 120px;
}
.c-nav__button {
  background-color: transparent;
  border: none;
  box-shadow: none;
  cursor: pointer;
  display: block;
  height: 50px;
  outline: none;
  padding: 0;
  position: relative;
  width: 50px;
  z-index: 1010;
}
@media (min-width: 769px) {
  .c-nav__button {
    display: none !important;
  }
}
.c-nav__button > span {
  background-color: #153db5;
  display: block;
  height: 3px;
  left: 12.5px;
  opacity: 1;
  position: absolute;
  transition: all 0.3s ease;
  width: 25px;
}
.c-nav__button > span:nth-child(1) {
  top: 14.5px;
}
.c-nav__button > span:nth-child(2) {
  top: 23.5px;
}
.c-nav__button > span:nth-child(3) {
  top: 32.5px;
}
.c-nav__button--active {
  position: fixed;
  right: 15px;
  top: 25px;
}
.c-nav__button--active > span {
  background-color: #fff;
}
.c-nav__button--active > span:nth-child(1) {
  height: 2px;
  top: 23.5px;
  transform: rotate(45deg);
}
.c-nav__button--active > span:nth-child(3) {
  height: 2px;
  top: 23.5px;
  transform: rotate(-45deg);
}
.c-nav__button--active > span:nth-child(2) {
  opacity: 0;
}
.c-nav__thumb {
  background-color: #ebeaea;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 100%;
  height: 30px;
  left: 10px;
  line-height: 30px;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  width: 30px;
}
.c-nav__dd {
  position: relative;
}
@media (min-width: 769px) {
  .c-nav__dd:hover .c-nav__dd-menu {
    opacity: 1;
    pointer-events: all;
    transform: scale(1) translateX(-50%);
  }
  .c-nav__dd:hover .c-nav__dd-toggle--arrow:after {
    transform: translate3d(0, -50%, 0) rotate(90deg);
  }
}
@media (max-width: 768px) {
  .c-nav__dd--open .c-nav__dd-menu {
    pointer-events: all;
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
}
@media (min-width: 769px) {
  .c-nav__dd-toggle {
    padding-left: 50px;
    position: relative;
  }
}
@media (min-width: 769px) {
  .c-nav__dd-toggle--arrow {
    padding-right: 30px;
  }
  .c-nav__dd-toggle--arrow:after {
    color: #212121;
    content: "\e91a";
    font-family: "minudoc-icons";
    font-size: 0.6em;
    font-weight: bold;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translate3d(0, -50%, 0) rotate(-90deg);
    transition: transform 0.15s ease;
  }
}
.c-nav__dd-menu {
  pointer-events: none;
}
@media (min-width: 769px) {
  .c-nav__dd-menu {
    display: block;
    left: 50%;
    opacity: 0;
    padding-top: 15px;
    position: absolute;
    transform: scale(0) translateX(-50%);
    transform-origin: 0 0;
    transition-duration: 0.15s;
    transition-property: opacity, transform;
    transition-timing-function: ease;
  }
}
@media (max-width: 768px) {
  .c-nav__dd-menu {
    background: #f6f4f4;
    bottom: 60px;
    min-width: 100%;
    position: absolute;
    right: 0;
    transform: translate3d(0, 200%, 0);
  }
  .c-nav__dd-menu .c-nav__dd-icon {
    height: 30px;
    left: 15px;
    line-height: 30px;
    width: 30px;
  }
}
.c-nav__dd-list {
  padding: 15px 20px;
}
@media (min-width: 769px) {
  .c-nav__dd-list {
    background: #f6f4f4;
    box-shadow: 0 0 26px 3px rgba(0, 0, 0, 0.07);
    display: inline-block;
    padding: 15px 20px;
  }
}
@media (max-width: 768px) {
  .c-nav__dd-list {
    display: inline-block;
  }
}
.c-nav__dd-item {
  display: block;
}
.c-nav__dd-link {
  color: #212121;
  display: block;
  font-size: 1.1em;
  outline: none;
  padding: 10px;
  padding-left: 40px;
}
@media (min-width: 769px) {
  .c-nav__dd-link {
    position: relative;
    white-space: nowrap;
  }
}
@media (max-width: 768px) {
  .c-nav__dd-link {
    position: relative;
    text-align: left;
  }
}
@media (min-width: 769px) {
  .c-nav__dd-icon {
    color: #004cdd;
    left: 15px;
    position: absolute;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
  }
}
@media (max-width: 768px) {
  .c-nav__dd-icon {
    display: none;
  }
}
@media print {
  .c-notice {
    display: none;
  }
}
.c-notice {
  background: rgba(0, 0, 0, 0.71);
  left: 0;
  padding: 15px;
  right: 0;
}
@media (min-width: 769px) {
  .c-notice {
    padding: 20px 15px;
  }
}
@media (min-width: 769px) {
  .c-notice--xl {
    padding: 30px 15px;
  }
}
.c-notice--fixed {
  position: fixed;
  bottom: 0;
  z-index: 900;
}
.c-notice--s1 {
  background-color: #eba600;
}
.c-notice--s2 {
  background-color: #004cdd;
}
.c-notice__container {
  position: relative;
}
.c-notice__text {
  color: #fff;
}
@media (min-width: 769px) {
  .c-notice__text {
    font-size: 1.33333em;
  }
}
@media (min-width: 769px) {
  .c-notice__btn {
    border-radius: 100%;
    box-shadow: 0 0 26px 3px rgba(0, 0, 0, 0.07);
    height: 2.6em;
    line-height: 2.6;
    padding: 0;
    position: absolute;
    text-align: center;
    top: -30px;
    width: 2.6em;
    transform: translateY(-50%);
    right: 0;
  }
}
@media (max-width: 768px) {
  .c-notice__btn {
    margin-top: 15px;
  }
}
.c-notification {
  background: #f3f3f3;
  border: 1px solid #d1d1d1;
  padding-bottom: 10px;
  padding-top: 10px;
}
@media (min-width: 769px) {
  .c-notification__icon {
    align-self: center;
  }
}
.c-notification__icon {
  font-size: 1.33333em;
  padding-bottom: 5px;
  padding-top: 5px;
}
@media (min-width: 769px) {
  .c-notification__text {
    align-self: center;
  }
}
.c-notification__button {
  font-weight: bold;
}
.c-notification--slim {
  padding-bottom: 8px;
  padding-top: 8px;
}
.c-notification--s1 {
  border-color: rgba(255, 0, 0, 0.1);
}
.c-notification--s1 .c-notification__icon {
  color: #ff0000;
}
.c-notification--s1 .c-notification__button {
  color: #ff0000;
}
.c-notification--s2 {
  border-color: rgba(0, 76, 221, 0.1);
}
.c-notification--s2 .c-notification__icon {
  color: #004cdd;
}
.c-notification--s2 .c-notification__button {
  color: #004cdd;
}
.c-notification--s3 {
  border-color: #ff0000;
}
.c-notification--s3 .c-notification__icon {
  color: #ff0000;
}
.c-notification--s3 .c-notification__text {
  color: #ff0000;
  font-weight: normal;
}
.c-notification--s4 {
  background: rgba(255, 255, 255, 0.3);
  border-color: #82bb25;
}
.c-notification--s4 .c-notification__icon {
  color: #82bb25;
}
.c-notification--s4 .c-notification__button {
  color: #82bb25;
}
.c-notification--s4 .c-notification__text {
  color: #fff;
  font-weight: normal;
}
.c-notification--s5 {
  border-color: #f48f70;
  background-color: rgba(244, 165, 87, 0.2);
}
.c-notification--s6 {
  background: rgba(0, 0, 0, 0.3);
  border-color: #82bb25;
}
.c-notification--s6 .c-notification__icon {
  color: #82bb25;
}
.c-notification--s6 .c-notification__button {
  color: #82bb25;
}
.c-notification--s6 .c-notification__text {
  color: #fff;
  font-weight: normal;
}
.c-notification--s7 {
  border-color: #82bb25;
  background-color: rgba(130, 187, 37, 0.2);
}
.c-overlay {
  align-items: center;
  background: rgba(255, 255, 255, 0.9);
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  left: 0;
  padding: 10px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 100;
}
.c-overlay--fixed {
  position: fixed;
  z-index: 1050;
}
.c-overlay--tp {
  align-items: flex-end;
  background: transparent;
  flex-direction: row;
  pointer-events: none;
}
.c-overlay--tp > .o-grid {
  flex: 1;
}
.c-overlay--tp .c-card,
.c-overlay--tp .c-dropdown {
  pointer-events: all;
}
@media (min-width: 769px) {
  .c-overlay--s1 {
    background-color: rgba(246, 244, 244, 0.9);
  }
}
.c-overlay--s2 {
  background-color: #f6f4f4;
}
.c-overlay--s3 {
  background-color: rgba(235, 234, 234, 0.9);
}
.c-overlay--s4 {
  background-color: rgba(0, 0, 0, 0.71);
}
.c-overlay--s5 {
  background-color: #fff;
}
.c-pager {
  align-items: center;
  display: flex;
  list-style-type: none;
}
.c-pager__item {
  line-height: 1;
  padding: 5px;
}
.c-pager__link {
  color: #212121;
}
.c-pager__link--active {
  color: #004cdd;
}
.c-pager__link--prev {
  padding-right: 10px;
}
.c-pager__link--next {
  padding-left: 10px;
}
.c-pager__link--next > i {
  transform: rotate(180deg);
}
.info-message {
  padding: 10px;
  border: 1px solid #004cdd;
  color: #004cdd;
}
.error-message {
  padding: 10px;
  border: 1px solid #ff0000;
  color: #ff0000;
}
.c-panel--open {
  padding: 0 0 10px;
}
@media (min-width: 769px) {
  .c-panel--open {
    padding: 0 0 20px;
  }
}
.c-panel--open > .c-panel__content {
  height: auto;
}
.c-panel--open .c-panel__header:first-of-type:before {
  transform: rotate(-90deg);
}
@media (max-width: 768px) {
  .c-panel--open\@up-to-md {
    padding: 0 0 10px;
  }
  .c-panel--open\@up-to-md > .c-panel__content {
    height: auto;
  }
  .c-panel--open\@up-to-md > .c-panel__header:before {
    transform: rotate(-90deg);
  }
}
@media (min-width: 769px) {
  .c-panel--xxl\@md-and-up > .c-panel__header {
    padding-left: 88px;
    padding-right: 50px;
  }
  .c-panel--xxl\@md-and-up > .c-panel__header:before {
    left: 50px;
  }
  .c-panel--xxl\@md-and-up > .c-panel__content {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.c-panel--link {
  display: block;
  padding: 15px 45px 15px 10px;
  position: relative;
}
.c-panel--link:before {
  color: #707070;
  content: "\e91a";
  font-family: "minudoc-icons";
  font-size: 0.875em;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translate3d(0, -50%, 0) rotate(180deg);
}
.c-panel__header {
  cursor: pointer;
  padding: 10px 10px 10px 40px;
  position: relative;
}
@media (min-width: 769px) {
  .c-panel__header {
    padding: 20px 20px 20px 70px;
  }
}
.c-panel__header:before {
  color: #707070;
  content: "\e91a";
  font-family: "minudoc-icons";
  font-size: 0.875em;
  left: 15px;
  position: absolute;
  top: 12px;
  transform: rotate(90deg);
  transition: transform 0.3s ease;
}
@media (min-width: 769px) {
  .c-panel__header:before {
    color: #d1d1d1;
    font-size: 1.33333em;
    left: 32px;
    top: 20px;
  }
}
.c-panel__header--sm {
  padding: 0 0 0 30px;
}
.c-panel__header--sm:before {
  font-size: 1em;
  left: 7px;
  top: 1px;
}
.c-panel__header--alt {
  cursor: pointer;
  padding: 15px 45px 15px 10px;
  transition: border-bottom-color 0.3s ease;
}
.c-panel__header--alt:before {
  right: 15px;
  top: 18px;
  left: auto;
}
.c-panel__content {
  height: 0;
  overflow: hidden;
  padding: 0 10px;
  transition: height 0.3s ease;
}
@media (min-width: 769px) {
  .c-panel__content {
    padding: 0 20px 0 70px;
  }
}
.c-panel__content--bg {
  background-color: #ebeaea;
}
.c-panel__title {
  color: #004cdd;
  font-weight: normal;
}
@media (min-width: 769px) {
  .c-panel__title {
    font-size: 1.33333em;
  }
}
@media (max-width: 768px) {
  .c-panel__title {
    font-size: 1em;
  }
}
.c-panels > .c-panel:not(:last-child) {
  border-bottom: 1px solid #f3f3f3;
}
.c-pie {
  height: 120px;
  pointer-events: none;
  width: 120px;
}
.c-pie--outline {
  border: 1px dashed #d1d1d1;
  border-radius: 50%;
  padding: 10px;
}
.c-pie--over .c-pie__fill:before {
  background-color: #fff;
  height: 104%;
  top: -2%;
  transform: rotate(calc((var(--percent) - 50) * 0.01turn));
  width: 52%;
}
.c-pie__fill {
  height: 100%;
  position: relative;
  width: 100%;
  border-radius: 100%;
  background-color: #fff;
}
.c-pie__fill:before,
.c-pie__fill:after {
  background-color: #004cdd;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
}
.c-pie__fill:before {
  border-radius: 0 100% 100% 0/50%;
  left: 50%;
  transform: rotate(calc(var(--percent) * 0.01turn));
  transform-origin: left center;
  width: 50%;
  z-index: 2;
}
.c-pie__fill:after {
  background-color: #004cdd;
  border-radius: 100% 0 0 100%/50%;
  content: "";
  width: 50%;
  z-index: 1;
}
.c-pills {
  display: flex;
  justify-content: center;
  margin: -5px;
  flex-wrap: wrap;
}
.c-pills--disabled .c-pills__tab > span {
  border-color: #d1d1d1 !important;
  cursor: not-allowed !important;
}
.c-pills--disabled .c-pills__tab > input:checked + span {
  background-color: #d1d1d1 !important;
}
.c-pills--disabled .c-pills__tab > input:not(:checked) + span {
  color: #d1d1d1 !important;
}
.c-pills__tab {
  margin: 5px;
  flex: 0 1 auto;
}
.c-pills__tab > input {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.c-pills__tab > input:checked + span {
  background-color: #004cdd;
  color: #fff;
  cursor: default;
}
.c-pills__tab > span {
  background-color: #fff;
  border: 1px solid #004cdd;
  border-radius: 1rem/50%;
  color: #004cdd;
  cursor: pointer;
  display: block;
  padding: 5px 15px;
  white-space: nowrap;
}
.c-hover-popover {
  top: 110%;
  left: 50%;
  min-width: 240px;
  position: absolute;
  transform: translateX(-50%);
  color: #fff;
  background: #004cdd;
  padding: 10px;
  border-radius: 4px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  z-index: 10;
}
.c-popover {
  margin: 5px;
  max-width: 300px;
  z-index: 1000;
  position: absolute;
}
@media (min-width: 480px) {
  .c-popover {
    width: 300px;
  }
}
.c-popover__container {
  background: #fff;
  color: #212121;
  box-shadow: 0 0 26px 3px rgba(0, 0, 0, 0.07);
  padding: 20px 10px;
  position: relative;
}
@media (min-width: 480px) {
  .c-popover__container {
    padding: 20px 15px;
  }
}
.c-popover__close {
  cursor: pointer;
  background: transparent;
  border: none;
  box-shadow: none;
  font-size: 0.875em;
  line-height: 0;
  padding: 0;
  position: absolute;
  right: 7.5px;
  top: 7.5px;
}
.c-popover__close:focus {
  outline: none;
}
.c-guide-popover {
  margin-top: 10px;
  margin-left: -240px;
  width: 350px;
  z-index: 1000;
  position: absolute;
}
.c-guide-popover__container {
  background: #fff;
  color: #212121;
  box-shadow: 0 0 26px 3px rgba(0, 0, 0, 0.07);
  padding: 10px 10px;
  position: relative;
}
.c-guide-popover__container::before {
  content: "";
  position: absolute;
  top: -20px;
  left: 75%;
  transform: translateX(-50%);
  border-width: 10px;
  border-style: solid;
  border-color: transparent transparent #fff transparent;
}
.c-guide-popover__close {
  cursor: pointer;
  background: transparent;
  border: none;
  box-shadow: none;
  font-size: 0.875em;
  line-height: 0;
  padding: 0;
  position: absolute;
  right: 7.5px;
  top: 7.5px;
}
.c-guide-popover__close:focus {
  outline: none;
}
@media (min-width: 480px) {
  .symptom-popover {
    width: 280px;
  }
}
.symptom-popover {
  margin: 5px;
  max-width: 500px;
  z-index: 1000;
  background-color: white;
  position: absolute;
  max-height: 300px;
  overflow-y: auto;
  box-sizing: border-box;
  border: 1px solid #d6dde3;
}
.symptom-popover__container {
  box-shadow: 0 0 26px 3px rgba(0, 0, 0, 0.07);
  padding: 20px 10px;
  position: relative;
}
@media (min-width: 480px) {
  .symptom-popover__container {
    padding: 20px 15px;
  }
}
.symptom-popover__close {
  cursor: pointer;
  background: transparent;
  border: none;
  box-shadow: none;
  font-size: 0.875em;
  line-height: 0;
  padding: 0;
  position: absolute;
  right: 7.5px;
  top: 7.5px;
}
.symptom-popover__close:focus {
  outline: none;
}
.symptom-popover h4 {
  padding: 8px;
  font-weight: bold;
  background-color: #f3f5f7;
  text-align: start;
  font-size: 1.1em;
}
.symptom-popover ul {
  list-style: none;
  padding: 0;
  margin: 5px 0;
  cursor: pointer;
  text-align: start;
  font-size: 1.1em;
}
.symptom-popover li {
  margin-bottom: 5px;
  padding: 10px;
}
@media (hover: hover) {
  .symptom-popover li:hover {
    background-color: #f3f5f7;
  }
}
.symptom-popover li.selected {
  background-color: #f3f5f7;
  border-color: #d6dde3;
}
.symptom-popover .disclaimer-box {
  margin: 10px;
  padding: 8px;
  border-radius: 4px;
  background-color: #e8f4ff;
  border: 1px solid #a2cff5;
  display: flex;
  align-items: center;
  color: #007acc;
  font-size: 0.9em;
}
.c-progress {
  background-color: #ebeaea;
  border: none;
  border-radius: 4px;
  height: 8px;
  vertical-align: middle;
  width: 100%;
}
.c-progress::-webkit-progress-bar {
  background-color: #ebeaea;
  border-radius: 4px;
}
.c-progress::-webkit-progress-value {
  background-color: #004cdd;
  border-radius: 4px;
}
.c-progress::-moz-progress-bar {
  background-color: #004cdd;
  border-radius: 4px;
}
.c-progress--1::-webkit-progress-value {
  background-color: #004cdd;
}
.c-progress--1::-moz-progress-bar {
  background-color: #004cdd;
}
.c-progress--2::-webkit-progress-value {
  background-color: #004cdd;
}
.c-progress--2::-moz-progress-bar {
  background-color: #004cdd;
}
.c-progress--3::-webkit-progress-value {
  background-color: #004cdd;
}
.c-progress--3::-moz-progress-bar {
  background-color: #004cdd;
}
.gradient-bar-container {
  width: 80%;
  margin: 20px auto;
  text-align: center;
  font-family: Arial, sans-serif;
  position: relative;
}
.gradient-bar {
  display: flex;
  height: 15px;
  overflow: hidden;
  background:
    linear-gradient(
      to right,
      #98fb98,
      #ffd700,
      #ff6347);
  position: relative;
}
.section {
  flex: 1;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: black;
}
.labels {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px;
}
.labels .label {
  text-align: center;
  flex: 1;
  font-size: 14px;
}
.tooltip {
  position: absolute;
  background: #f3f3f3;
  color: black;
  padding: 10px 20px;
  border-radius: 5px;
  font-size: 12px;
  box-shadow: rgba(0, 0, 0, 0.2);
  transform: translateX(-50%);
  white-space: nowrap;
  z-index: 10;
  top: 10px;
}
.progress-container {
  width: 100%;
  border-radius: 4px;
  margin-bottom: 20px;
}
.bar {
  position: relative;
  height: 10px;
  border-radius: 15px;
  background-color: #e0e0e0;
}
.fill {
  height: 100%;
  background-color: inherit;
  transition: width 0.3s ease;
}
.dot {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  font-weight: bold;
  color: #333;
}
.info-labels {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  margin-top: 6px;
}
.c-radio {
  line-height: 1.5;
}
.c-radio > input[type=radio] {
  display: none;
}
.c-radio > input[type=radio]:checked + span:after {
  background-color: #004cdd;
}
.c-radio > input[type=radio]:disabled + span {
  color: rgba(33, 33, 33, 0.3);
  cursor: not-allowed;
}
.c-radio > span {
  color: #212121;
  cursor: pointer;
  display: block;
  min-height: 24px;
  padding-left: 1.75em;
  position: relative;
}
@media (min-width: 769px) {
  .c-radio > span {
    min-height: 22px;
  }
}
.c-radio > span:before {
  border: 1px solid #d1d1d1;
  border-radius: 100%;
  content: "";
  display: block;
  height: 16px;
  left: 0;
  position: absolute;
  top: 4px;
  transition: 0.15s all;
  width: 16px;
}
@media (min-width: 769px) {
  .c-radio > span:before {
    top: 3px;
  }
}
.c-radio > span:after {
  background-color: #d1d1d1;
  border-radius: 100%;
  content: "";
  height: 8px;
  left: 8px;
  position: absolute;
  top: 12px;
  transform: translate(-50%, -50%);
  transition: 0.15s all;
  width: 8px;
}
@media (min-width: 769px) {
  .c-radio > span:after {
    top: 11px;
  }
}
.c-rating {
  display: inline-block;
  line-height: 0;
}
.c-rating__group {
  float: right;
  position: relative;
}
.c-rating__input:checked ~ .c-rating__label {
  color: #fac917;
}
.c-rating__input:not(:disabled) + .c-rating__label {
  cursor: pointer;
}
.c-rating__input:not(:disabled) + .c-rating__label:hover,
.c-rating__input:not(:disabled) + .c-rating__label:hover ~ .c-rating__label {
  color: #fac917;
}
.c-rating__label {
  color: rgb(237.9, 237.9, 237.9);
  float: right;
  line-height: 1;
  padding: 0 2px;
}
.c-rating__label--active {
  color: #fac917;
}
.c-rating__label--lg {
  font-size: 2em;
  padding: 0 5px;
}
.c-rating__label--md {
  font-size: 1.5em;
  padding: 0 3px;
}
.c-rating__label--sm {
  font-size: 0.875em;
  padding: 0 1px;
}
.c-rating__label--half {
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50%;
}
.c-resizer {
  border-radius: 100%;
  height: 10px;
  position: absolute;
  width: 10px;
}
@media (max-width: 768px) {
  .c-resizer {
    display: none;
  }
}
.c-resizer--ne {
  cursor: nesw-resize;
  right: -5px;
  top: -5px;
}
.c-resizer--se {
  bottom: -5px;
  cursor: nwse-resize;
  right: -5px;
}
.c-resizer--sw {
  bottom: -5px;
  cursor: nesw-resize;
  left: -5px;
}
.c-resizer--nw {
  cursor: nwse-resize;
  left: -5px;
  top: -5px;
}
.c-section {
  min-height: 1px;
  position: relative;
}
@media (max-width: 768px) {
  .c-section {
    background: #fff;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.07);
    margin-left: 15px;
    margin-right: 15px;
    transition: margin-top 0.3s ease, margin-bottom 0.3s ease;
  }
  .c-section .c-card {
    box-shadow: none;
  }
}
.c-section:before {
  border: 1px solid transparent;
  bottom: 0;
  content: "";
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -1px;
  transition: border ease 0.15s;
  z-index: 5;
}
@media (min-width: 769px) {
  .c-section .c-panels {
    margin-left: 15px;
    margin-right: 15px;
  }
}
.c-section--main {
  background-color: #153db5;
  color: #fff;
}
.c-section--main .c-section__header {
  border-bottom: #153db5;
}
.c-section--main .c-section__header:before {
  color: #fff;
}
@media (max-width: 768px) {
  .c-section--main .c-section__title {
    color: #fff;
  }
}
.c-section--main .smartid-img {
  background-color: #fff;
}
@media (max-width: 768px) {
  .c-section--open {
    padding: 0 0 10px;
  }
  .c-section--open > .c-section__header {
    border-bottom-color: #d1d1d1;
  }
  .c-section--open > .c-section__header:before {
    transform: rotate(-90deg);
  }
  .c-section--open > .c-section__content {
    height: auto;
  }
  .c-section--open:not(.c-section--first) {
    margin-top: 15px;
  }
  .c-section--open:not(.c-section--last) {
    margin-bottom: 15px;
  }
}
.c-section--static > .c-section__header {
  padding-right: 15px;
  cursor: default;
}
.c-section--static > .c-section__header:before {
  content: "";
}
.c-section--static .c-section__title {
  color: #212121;
}
.c-section--w-fit {
  width: 100%;
}
@media (min-width: 769px) {
  .c-section--fit\@md-and-up {
    display: flex;
    flex-direction: column;
    height: 100%;
  }
  .c-section--fit\@md-and-up > .c-section__content {
    flex: auto;
    width: 100%;
  }
  .c-section--fit\@md-and-up > .c-section__content > .o-grid {
    height: 100%;
  }
}
@media (max-width: 768px) {
  .c-section--error:before {
    border: 1px solid #ff0000;
  }
}
.c-section--error .c-section__title {
  color: #ff0000 !important;
}
.c-section__title {
  font-size: 1em;
  font-weight: normal;
  line-height: 1.33333;
  transition: color ease 0.15s;
}
@media (min-width: 769px) {
  .c-section__title {
    font-family:
      "Aino",
      -apple-system,
      BlinkMacSystemFont,
      Segoe UI,
      Oxygen,
      Ubuntu,
      Cantarell,
      Fira Sans,
      Droid Sans,
      Helvetica Neue,
      sans-serif;
    font-size: 3.33333em;
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .c-section__title {
    align-items: center;
    color: #153db5;
    display: flex;
  }
}
@media (min-width: 769px) {
  .c-section__title--sm {
    font-size: 2em;
  }
}
@media (min-width: 769px) {
  .c-section__title--offset {
    margin-top: 50px;
  }
}
@media (min-width: 769px) {
  .c-section__title--spaced {
    margin-bottom: 0;
    padding: 50px;
  }
}
.c-section__subtitle {
  font-size: 1em;
}
@media (min-width: 769px) {
  .c-section__subtitle {
    font-family:
      "Aino",
      -apple-system,
      BlinkMacSystemFont,
      Segoe UI,
      Oxygen,
      Ubuntu,
      Cantarell,
      Fira Sans,
      Droid Sans,
      Helvetica Neue,
      sans-serif;
    font-size: 2em;
    font-weight: normal;
  }
}
.c-section__header {
  border-bottom-color: transparent;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 768px) {
  .c-section__header {
    border-bottom-color: #f3f3f3;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    cursor: pointer;
    padding: 15px 45px 15px 10px;
    position: relative;
    transition: border-bottom-color 0.3s ease;
  }
  .c-section__header:before {
    color: #212121;
    content: "\e91a";
    font-family: "minudoc-icons";
    font-size: 0.875em;
    position: absolute;
    right: 15px;
    top: 18px;
    transform: rotate(90deg);
    transition: transform 0.3s ease;
  }
}
.c-section__content {
  position: relative;
}
@media (max-width: 768px) {
  .c-section__content {
    height: 0;
    overflow: hidden;
    transition: height 0.3s ease;
  }
}
.c-slider {
  transition: height 1s ease;
}
@media (max-width: 768px) {
  .c-slider {
    background: #fff;
    box-shadow: 0 0 26px 3px rgba(0, 0, 0, 0.07);
  }
}
.c-slider__nav {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
}
@media (max-width: 768px) {
  .c-slider__nav {
    width: 60px;
  }
}
.c-slider__nav--right > i {
  transform: rotate(180deg);
}
.c-slider__icon {
  color: #d1d1d1;
  font-size: 1.33333em;
}
@media (min-width: 769px) {
  .c-slider__icon {
    color: #212121;
    font-size: 2em;
  }
}
.c-slider__wrapper {
  overflow: hidden;
}
.c-slider__content {
  position: relative;
  transition: transform 0.3s ease;
}
.c-slider__slide {
  padding: 15px 0;
  text-align: center;
}
@media (min-width: 769px) {
  .c-slider__slide {
    padding: 50px;
  }
}
.c-slider__slide--out {
  opacity: 0;
}
.c-slider__img {
  margin: 0 auto;
}
.c-slider__img--alt {
  height: auto;
  max-height: 40px;
  max-width: 130px;
  width: auto;
}
.s-slider-container {
  position: relative;
  width: 70%;
  max-width: 600px;
  margin: 6px auto;
}
.s-slider {
  width: 100%;
  -webkit-appearance: none;
  appearance: none;
  height: 8px;
  background:
    linear-gradient(
      to right,
      lightgrey 0%,
      lightgreen 20%,
      yellow 40%,
      orange 60%,
      red 80%);
  outline: none;
  opacity: 0.7;
  transition: opacity 0.2s;
}
.s-slider-reverse {
  width: 100%;
  -webkit-appearance: none;
  appearance: none;
  height: 8px;
  background:
    linear-gradient(
      to right,
      red 20%,
      orange 40%,
      yellow 60%,
      lightgreen 80%);
  outline: none;
  opacity: 0.7;
  transition: opacity 0.2s;
}
.s-slider:hover,
s-slider-reverse:hover {
  opacity: 1;
}
.s-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  background-color: #fff;
  border: 2px solid lightgreen;
  border-radius: 50%;
  cursor: pointer;
  transition: background-color 0.3s, border 0.3s;
}
.s-slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  background-color: #fff;
  border: 2px solid lightgreen;
  border-radius: 50%;
  cursor: pointer;
  transition: background-color 0.3s, border 0.3s;
}
.s-slider-reverse::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  background-color: #fff;
  border: 2px solid lightgreen;
  border-radius: 50%;
  cursor: pointer;
  transition: background-color 0.3s, border 0.3s;
}
.s-slider-reverse::-moz-range-thumb {
  width: 25px;
  height: 25px;
  background-color: #fff;
  border: 2px solid lightgreen;
  border-radius: 50%;
  cursor: pointer;
  transition: background-color 0.3s, border 0.3s;
}
.s-slider-label,
s-slider-reverse-label {
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #f0f0f0;
  padding: 2px 8px;
  border-radius: 4px;
  font-size: 12px;
  color: #333;
  transition: left 0.3s;
  width: 17%;
  text-align: center;
}
.c-stepper {
  display: flex;
  justify-content: space-between;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 768px) {
  .c-stepper {
    overflow: hidden;
    position: relative;
  }
}
@media (min-width: 769px) {
  .c-stepper {
    flex-direction: column;
  }
}
.c-stepper__item {
  flex: 0;
}
@media (min-width: 769px) {
  .c-stepper__item {
    position: relative;
  }
}
.c-stepper__item:before,
.c-stepper__item:after {
  pointer-events: none;
  position: absolute;
}
@media (min-width: 769px) {
  .c-stepper__item:before {
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}
.c-stepper__item:before {
  background-color: #ebeaea;
  border: 3px solid #f3f3f3;
  border-radius: 50%;
  content: "";
  height: 14px;
  width: 14px;
  z-index: 2;
}
.c-stepper__item:not(:last-of-type):after {
  background-color: #ebeaea;
  content: "";
  z-index: 1;
}
@media (max-width: 768px) {
  .c-stepper__item:not(:last-of-type):after {
    height: 4px;
    margin-left: 14px;
    top: 5px;
    width: 100%;
  }
}
@media (min-width: 769px) {
  .c-stepper__item:not(:last-of-type):after {
    height: 100%;
    left: 5px;
    top: 50%;
    top: calc(50% + 7px);
    width: 4px;
  }
}
.c-stepper__item--current:before {
  background-color: #f3f3f3 !important;
  border-color: #004cdd !important;
}
.c-stepper__item--current:after {
  background-color: #004cdd !important;
}
.c-stepper__item--complete:before {
  background-color: #004cdd !important;
  border: none;
  color: #f3f3f3;
  content: "";
  font-family: "minudoc-icons";
  font-size: 0.6em;
  line-height: 15px;
  text-align: center;
}
@media (min-width: 769px) {
  .c-stepper__item--complete:before {
    content: "\e919";
  }
}
.c-stepper__item--complete:after {
  background-color: #004cdd !important;
}
.c-stepper__link {
  display: block;
  min-height: 14px;
  min-width: 14px;
}
@media (min-width: 769px) {
  .c-stepper__link {
    padding: 8px 26px;
  }
}
.c-stepper__label {
  color: #212121;
  font-size: 16px;
}
@media (max-width: 768px) {
  .c-stepper__label {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
}
.c-switch {
  cursor: pointer;
  display: flex;
  height: 1.3em;
  line-height: 1;
  position: relative;
  width: 2.6em;
}
.c-switch--active > .c-switch__slider:before {
  background-color: #82bb25;
  transform: translate(100%, -50%);
}
.c-switch__slider {
  background-color: #ebeaea;
  border-radius: 10px;
  display: block;
  height: 10px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
.c-switch__slider:before {
  background-color: #fff;
  border-radius: 100%;
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
  content: "";
  display: block;
  height: 1.3em;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  transition: all 0.3s ease;
  width: 1.3em;
}
.switch {
  position: relative;
  display: inline-block;
  width: 48px;
  height: 22px;
}
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 4px;
  bottom: 3px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
input:checked + .slider {
  background-color: #8FBA44;
}
input:focus + .slider {
  box-shadow: 0 0 1px #8FBA44;
}
input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
.slider.round {
  border-radius: 34px;
}
.slider.round:before {
  border-radius: 50%;
}
.wrapper {
  display: flex;
  flex-direction: row;
}
.wrapper > div {
  margin-left: 6px;
}
.c-switcher {
  width: 100%;
}
@media (max-width: 768px) {
  .c-switcher {
    overflow: hidden;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: -5px;
    margin-bottom: -5px;
  }
}
.c-switcher--smooth .c-switcher__panel {
  transition: transform 0.3s ease;
}
@media (max-width: 768px) {
  .c-switcher__panel {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .c-switcher--right > .c-switcher__panel {
    transform: translate3d(-100%, 0, 0);
  }
}
.c-tabs {
  margin: 0 -10px 15px;
}
.c-tabs--xs {
  margin: 0 -5px;
}
.c-tabs__link {
  background: none;
  border: none;
  border-bottom: 2px solid transparent;
  box-shadow: none;
  color: #004cdd;
  display: inline-block;
  font-family:
    "Aino",
    -apple-system,
    BlinkMacSystemFont,
    Segoe UI,
    Oxygen,
    Ubuntu,
    Cantarell,
    Fira Sans,
    Droid Sans,
    Helvetica Neue,
    sans-serif;
  font-size: 1.45em;
  font-weight: normal;
  margin: 15px 10px;
  outline: none;
  padding: 0;
  text-decoration: none;
}
.c-tabs__link--active {
  border-bottom-color: #004cdd;
}
.c-tabs__link--sm {
  font-family: "Titillium Web", sans-serif;
  font-size: 1.33333em;
}
@media (max-width: 768px) {
  .c-tabs__link--sm {
    font-size: 1em;
  }
}
.c-tabs__link--w-badge {
  margin-right: 30px;
  position: relative;
}
.c-tabs__link--w-badge > .c-badge {
  margin: 0;
  position: absolute;
  right: -26px;
  top: 50%;
  transform: translateY(-50%);
}
.c-tabs__btn {
  border: 1px solid #d1d1d1;
  cursor: pointer;
  display: block;
  height: 37px;
  min-width: 128px;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.c-tabs__btn > img {
  height: 22px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.c-tabs__btn--active {
  border-color: #004cdd;
}
@media (min-width: 769px) {
  .c-tabs__btn--active {
    border-width: 2px;
    height: 45px;
    margin: -4px -1px;
    min-width: 130px;
  }
}
[data-tab-content] {
  display: none;
}
.active[data-tab-content] {
  display: block;
}
.s-tabs {
  display: flex;
  justify-content: center;
  margin-top: 25px;
  text-align: center;
  align-items: center;
}
.s-tab {
  cursor: pointer;
  padding: 5px;
  background-color: #d1d1d1;
  color: black;
  width: 50%;
  border-radius: 4px;
}
.s-tab.active {
  background-color: #004cdd;
  color: white;
}
.s-tabs-neutral {
  display: flex;
  justify-content: center;
  margin-top: 25px;
  text-align: center;
  align-items: center;
}
.s-tab-neutral {
  cursor: pointer;
  padding: 5px;
  background-color: #d1d1d1;
  color: black;
  width: 50%;
  white-space: nowrap;
  margin-right: 1px;
}
@media (max-width: 768px) {
  .s-tab-neutral {
    font-size: 0.6em;
  }
}
.s-tab-neutral.active {
  background-color: #175624;
  color: white;
}
.category-tabs {
  display: flex;
  justify-content: center;
  margin-top: 10px;
  text-align: center;
  align-items: center;
}
.category-tabs__link {
  background: none;
  border: none;
  box-shadow: none;
  color: #a6a6a6;
  display: inline-block;
  font-size: 1.45em;
  font-weight: normal;
  margin: 15px 10px;
  outline: none;
  padding: 0;
  text-decoration: none;
}
.category-tabs__link--active {
  color: #004cdd;
  border-bottom: 1px solid #004cdd;
}
.category-tabs__link--sm {
  font-family: "Titillium Web", sans-serif;
  font-size: 1.33333em;
  cursor: pointer;
}
@media (max-width: 768px) {
  .category-tabs__link--sm {
    font-size: 1em;
  }
}
.c-tags__wrapper {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 12px;
}
@media (min-width: 769px) {
  .c-tags__wrapper {
    flex-flow: row wrap;
  }
}
.c-tags__wrapper__center {
  display: flex;
  flex-flow: row wrap;
  justify-content: left;
  align-items: flex-start;
  margin: 12px 0;
}
.c-therapies__wrapper__start {
  display: flex;
  flex-flow: row wrap;
  justify-content: left;
  align-items: flex-start;
  margin: 5px 20px;
}
.c-tag .tooltiptext {
  visibility: hidden;
  width: 320px;
  background-color: white;
  color: black;
  text-align: center;
  border-radius: 6px;
  border: 1px solid #004cdd;
  padding: 5px 5px;
  position: absolute;
  z-index: 100;
  bottom: 150%;
  left: 50%;
  margin-left: -160px;
}
.c-tag .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #004cdd transparent transparent transparent;
}
.c-tag:hover .tooltiptext {
  visibility: visible;
}
.c-tag {
  position: relative;
  display: block;
  cursor: pointer;
  margin: 6px 6px 6px 0;
  color: #004cdd;
  border: 1px solid #004cdd;
  min-height: 28px;
  border-radius: 16px;
  padding: 3px 12px;
  text-align: center;
}
.c-tag:focus,
.c-tag:visited,
.c-tag:hover {
  outline: 0;
}
.c-tag--selected {
  color: white;
  background-color: #004cdd;
}
.c-tag--selected:focus,
.c-tag--selected:visited,
.c-tag--selected:hover {
  outline: 0;
}
.c-therapies .tooltiptext {
  visibility: hidden;
  width: 320px;
  background-color: white;
  color: black;
  text-align: center;
  border-radius: 6px;
  border: 1px solid #004cdd;
  padding: 5px 5px;
  position: absolute;
  z-index: 1;
  bottom: 150%;
  left: 50%;
  margin-left: -160px;
}
.c-therapies .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #004cdd transparent transparent transparent;
}
.c-therapies:hover .tooltiptext {
  visibility: visible;
}
.c-therapies {
  position: relative;
  display: inline-block;
  cursor: pointer;
  margin: 6px 6px 6px 0;
  color: #ffffff;
  background: #004cdd;
  height: 28px;
  border-radius: 7px;
  padding: 3px 12px;
  text-align: center;
}
.c-therapies:focus,
.c-therapies:visited,
.c-therapies:hover {
  outline: 0;
}
.c-therapies_wrapper__last {
  color: #004cdd;
  background: #ffffff;
  border: 1px solid #004cdd;
}
.c-therapies__last::after {
  content: "\2192";
  display: inline;
  margin-left: 5px;
  color: #004cdd;
  background: #ffffff;
}
.c-info {
  cursor: pointer;
  margin: 6px 6px 6px 0;
  color: #ffffff;
  background: #004cdd;
  height: 32px;
  border-radius: 20px;
  padding: 5px 16px;
  text-align: center;
}
.c-info:focus,
.c-info:visited,
.c-info:hover {
  outline: 0;
}
.c-text--xs {
  font-size: 0.6em;
  line-height: 1.33333;
}
.c-text--sm {
  font-size: 0.875em;
  line-height: 1.33333;
}
.c-text--md {
  font-size: 1em;
  line-height: 1.33333;
}
.c-text--lg {
  font-size: 1.33333em;
  line-height: 1.33333;
}
.c-text--xl {
  font-size: 2em;
  line-height: 1.33333;
}
.c-text--xxl {
  font-size: 3.33333em;
  line-height: 1.33333;
}
.c-text--xxxl {
  font-size: 4em;
  line-height: 1.52;
}
@media (max-width: 479px) {
  .c-text--sm\@up-to-sm {
    font-size: 0.875em;
    line-height: 1.33333;
  }
}
@media (max-width: 768px) {
  .c-text--sm\@up-to-md {
    font-size: 0.875em;
    line-height: 1.33333;
  }
}
@media (max-width: 768px) {
  .c-text--md\@up-to-md {
    font-size: 1em;
    line-height: 1.33333;
  }
}
@media (max-width: 768px) {
  .c-text--lg\@up-to-md {
    font-size: 1.33333em;
    line-height: 1.33333;
  }
}
@media (max-width: 768px) {
  .c-text--xl\@up-to-md {
    font-size: 2em;
    line-height: 1.33333;
  }
}
.c-text--heading {
  font-family:
    "Aino",
    -apple-system,
    BlinkMacSystemFont,
    Segoe UI,
    Oxygen,
    Ubuntu,
    Cantarell,
    Fira Sans,
    Droid Sans,
    Helvetica Neue,
    sans-serif;
  font-weight: 400;
}
.c-text--bold {
  font-weight: 700;
}
@media (max-width: 768px) {
  .c-text--bold\@up-to-md {
    font-weight: 700;
  }
}
.c-text--block {
  display: block;
}
.c-text--underline {
  text-decoration: underline;
}
.c-text--normal {
  font-weight: 400;
}
.c-text--italic {
  font-style: italic;
}
.c-text--uppercase {
  text-transform: uppercase !important;
}
@media (min-width: 769px) {
  .c-text--uppercase\@md-and-up {
    text-transform: uppercase !important;
  }
}
.c-text--wrap {
  -webkit-hyphens: auto;
  hyphens: auto;
  word-break: break-word;
  word-wrap: break-word;
}
.c-text--center {
  text-align: center !important;
}
@media (max-width: 768px) {
  .c-text--center\@up-to-md {
    text-align: center !important;
  }
}
@media (min-width: 769px) {
  .c-text--center\@md-and-up {
    text-align: center !important;
  }
}
.c-text--right {
  text-align: right !important;
}
@media (max-width: 768px) {
  .c-text--right\@up-to-md {
    text-align: right !important;
  }
}
@media (min-width: 480px) {
  .c-text--right\@sm-and-up {
    text-align: right !important;
  }
}
@media (min-width: 769px) {
  .c-text--right\@md-and-up {
    text-align: right !important;
  }
}
.c-text--main {
  color: #004cdd;
}
.c-text--gray {
  color: #707070;
}
.c-text--dark-gray {
  color: rgb(140.5, 140.5, 140.5);
}
.c-text--spaced {
  line-height: 1.52;
}
.c-text--opaque {
  opacity: 0.5;
}
@media (max-width: 768px) {
  .c-text--opaque\@up-to-md {
    opacity: 0.5;
  }
}
.c-text--lines {
  white-space: pre-line;
}
.c-text--cut {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.c-text--s1 {
  color: #212121;
}
@media (min-width: 769px) {
  .c-text--s1 {
    color: #d1d1d1;
  }
}
.c-text--s2 {
  color: #212121;
}
@media (min-width: 769px) {
  .c-text--s2 {
    color: #004cdd;
  }
}
.c-text--s3 {
  color: #ff0000;
}
.c-text--success {
  color: #639909;
}
.c-text--s4 {
  color: #fff;
}
.c-text--s5 {
  color: #a6a6a6;
}
.c-text--s6 {
  color: #212121;
}
@media (min-width: 769px) {
  .c-text--s6:hover {
    color: #004cdd;
  }
}
.c-text--s7 {
  font-weight: 400;
}
@media (min-width: 769px) {
  .c-text--s7 {
    font-family:
      "Aino",
      -apple-system,
      BlinkMacSystemFont,
      Segoe UI,
      Oxygen,
      Ubuntu,
      Cantarell,
      Fira Sans,
      Droid Sans,
      Helvetica Neue,
      sans-serif;
  }
}
@media (max-width: 768px) {
  .c-text--s7 {
    color: #004cdd;
  }
}
.c-text--s8 {
  font-size: 2em;
  line-height: 1;
}
@media (min-width: 769px) {
  .c-text--s8 {
    font-size: 3.33333em;
  }
}
.c-text--s9 {
  color: #82bb25;
}
@media (max-width: 768px) {
  .c-text--s10 {
    color: #9e9e9e;
  }
}
.c-text--s11 {
  font-size: 2.75em;
}
.c-text--s12 {
  font-size: 1.33333em;
}
@media (min-width: 769px) {
  .c-text--s12 {
    font-size: 2em;
  }
}
.c-text--s13 {
  display: inline-block;
  padding-left: 35px;
  padding-right: 35px;
  position: relative;
}
.c-text--s13:before,
.c-text--s13:after {
  background: #004cdd;
  content: "";
  height: 2px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 25px;
}
.c-text--s13:before {
  left: 0;
}
.c-text--s13:after {
  right: 0;
}
.c-text--s14 {
  font-size: 1.33333em;
}
@media (min-width: 769px) {
  .c-text--s14 {
    font-family:
      "Aino",
      -apple-system,
      BlinkMacSystemFont,
      Segoe UI,
      Oxygen,
      Ubuntu,
      Cantarell,
      Fira Sans,
      Droid Sans,
      Helvetica Neue,
      sans-serif;
    font-size: 1.75em;
  }
}
.c-text--s15 {
  color: #82bb25;
}
.c-text--s16 {
  color: #f36e06;
}
.c-text--s17 {
  color: #212121;
}
.c-text--s18 {
  color: #508fd5;
}
.c-text--s19 {
  color: #004cdd;
}
.c-text--html > ul {
  padding-left: 25px;
}
.c-thumb {
  position: relative;
}
.c-thumb__extra {
  bottom: 5px;
  position: absolute;
  right: 5px;
  z-index: 10;
}
.c-thumb__extra--xs {
  bottom: 0;
  right: 0;
}
.c-thumb__extra--sm {
  bottom: 2px;
  right: 2px;
}
.c-thumb__extra--xl {
  bottom: 10px;
  right: 20px;
}
.c-thumb .c-overlay {
  z-index: 5;
}
.c-title {
  font-size: 1em;
  font-weight: normal;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 769px) {
  .c-title {
    font-family:
      "Aino",
      -apple-system,
      BlinkMacSystemFont,
      Segoe UI,
      Oxygen,
      Ubuntu,
      Cantarell,
      Fira Sans,
      Droid Sans,
      Helvetica Neue,
      sans-serif;
    font-size: 3.33333em;
    margin-bottom: 20px;
    line-height: 1.33333;
  }
}
@media (max-width: 768px) {
  .c-title {
    margin-left: 15px;
    margin-right: 15px;
    padding-bottom: 15px;
    padding-top: 15px;
    background: #fff;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.07);
    border-bottom: 1px solid #f3f3f3;
  }
}
.usage-statistics-table {
  margin-top: -50px;
  border-spacing: 0 5px;
}
.usage-statistics-table th {
  font-weight: 200;
  text-align: left;
  padding: 2px;
}
.usage-statistics-table td {
  text-align: center;
  padding: 5px;
}
.hr-invitations-table,
.services-used-table {
  margin-top: -30px;
  border-spacing: 0 5px;
}
.hr-invitations-table th,
.services-used-table th {
  font-weight: 200;
  text-align: left;
  padding: 2px;
}
.hr-invitations-table td,
.services-used-table td {
  text-align: center;
  padding: 5px;
}
.services-used-table {
  margin-top: -70px;
}
.utilization-in-period-table {
  margin-top: 10px;
  border-spacing: 0 5px;
}
.utilization-in-period-table th {
  font-weight: 200;
  text-align: left;
  padding: 2px;
}
.utilization-in-period-table td {
  text-align: center;
  padding: 5px;
}
nav.top-bar {
  box-shadow: none;
}
.av-test-wrapper {
  max-width: calc(100% - 32px);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
.av-test-wrapper #localVideo,
.av-test-wrapper #audioCanvas {
  position: absolute;
  width: 25%;
  top: 5px;
  left: 5px;
}
.av-test-wrapper #remoteVideo {
  width: 100%;
  height: 100%;
}
.av-test-wrapper #overlay {
  left: 5px;
  right: 5px;
  bottom: 5px;
}
.av-test-wrapper #overlay > div {
  display: flex;
  align-items: center;
}
.av-test-wrapper #overlay > div svg {
  margin-right: 0px;
  min-width: 48px;
  min-height: 48px;
  transform: scale(0.5);
}
.av-test-wrapper #overlay > div span {
  margin: 0 !important;
  display: flex;
  align-items: center;
}
.av-test-wrapper #overlay div {
  position: relative;
  background: rgba(0, 0, 0, 0.2509803922);
}
.av-test-wrapper #overlay div span {
  margin: auto;
  color: white;
  left: 50px;
  top: 5px;
  bottom: 5px;
}
.av-test-wrapper .icon {
  width: 48px;
  height: 48px;
}
.av-test-wrapper .select-wrapper {
  background-color: #ffffff;
  margin-bottom: 16px;
}
.av-test-wrapper .select-wrapper .dropdown-trigger {
  border: solid 1px #d9d9d9;
  border-radius: 2px;
  padding: 0 32px 0 16px;
  box-sizing: border-box;
  color: #000000;
}
.av-test-wrapper .select-wrapper .dropdown-trigger:focus {
  border: solid 1px #d9d9d9;
}
.av-test-wrapper .select-wrapper .dropdown-content li > a,
.av-test-wrapper .select-wrapper .dropdown-content li > span {
  color: #000000;
}
.av-test-wrapper form label {
  color: #000000;
  font-size: 12px;
  line-height: 22px;
  margin-bottom: 2px;
}
.av-test-wrapper .u-hidden {
  display: none !important;
}
.av-test-wrapper .st-media {
  display: block;
  max-width: 100%;
  position: relative;
  margin-bottom: 16px;
}
.av-test-wrapper #help,
.av-test-wrapper #safariHelper {
  margin: 16px 0;
}
.av-test-wrapper #help p,
.av-test-wrapper #help img,
.av-test-wrapper #safariHelper p,
.av-test-wrapper #safariHelper img {
  margin-bottom: 16px;
}
.av-test-wrapper #error {
  color: #ff0000;
}
.svg-body-model path {
  cursor: pointer;
  fill: rgba(0, 76, 221, 0.2);
}
@media (min-width: 268px) {
  .svg-body-model path {
    fill: transparent;
  }
}
@media (hover: hover) {
  .svg-body-model path:hover {
    fill: rgba(0, 76, 221, 0.5);
  }
}
.svg-body-model path:not([data-bodypart]) {
  pointer-events: none;
  fill: #004cdd;
}
.svg-body-model path.selected {
  fill: rgba(0, 76, 221, 0.6);
}
@font-face {
  font-family: "minudoc-icons";
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  src: url("./media/minudoc-icons.eot");
  src:
    url("./media/minudoc-icons.eot?#iefix") format("embedded-opentype"),
    url("./media/minudoc-icons.woff") format("woff"),
    url("./media/minudoc-icons.ttf") format("truetype"),
    url("./media/minudoc-icons.svg#as-icons") format("svg");
}
@font-face {
  font-family: "Titillium Web";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/titilliumweb/v17/NaPecZTIAOhVxoMyOr9n_E7fdMPmDQ.woff2) format("woff2");
  unicode-range:
    U+0000-00FF,
    U+0131,
    U+0152-0153,
    U+02BB-02BC,
    U+02C6,
    U+02DA,
    U+02DC,
    U+0304,
    U+0308,
    U+0329,
    U+2000-206F,
    U+2074,
    U+20AC,
    U+2122,
    U+2191,
    U+2193,
    U+2212,
    U+2215,
    U+FEFF,
    U+FFFD;
}
@font-face {
  font-family: "Titillium Web";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/titilliumweb/v17/NaPDcZTIAOhVxoMyOr9n_E7ffHjDGItzYw.woff2) format("woff2");
  unicode-range:
    U+0000-00FF,
    U+0131,
    U+0152-0153,
    U+02BB-02BC,
    U+02C6,
    U+02DA,
    U+02DC,
    U+0304,
    U+0308,
    U+0329,
    U+2000-206F,
    U+2074,
    U+20AC,
    U+2122,
    U+2191,
    U+2193,
    U+2212,
    U+2215,
    U+FEFF,
    U+FFFD;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
sm,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
html {
  box-sizing: border-box;
}
table {
  border-collapse: separate;
  border-spacing: 0;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
a {
  text-decoration: none;
  color: #004cdd;
}
img {
  max-width: 100%;
}
html,
body {
  height: 100%;
  min-height: 100%;
  width: 100%;
  background: #f6f4f4 !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-touch-callout: none;
}
body {
  color: #212121;
  font-family: "Titillium Web", sans-serif;
  font-size: 16px;
  line-height: 1.33333;
  max-height: 100%;
  overflow-y: scroll !important;
  backface-visibility: hidden;
}
@media print {
  body {
    background: none;
    margin: 0;
  }
}
@media (min-width: 769px) {
  body {
    font-size: 15px;
  }
}
@-webkit-keyframes KEYFRAME_BOUNCE {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}
@-moz-keyframes KEYFRAME_BOUNCE {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}
@keyframes KEYFRAME_BOUNCE {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}
@-webkit-keyframes KEYFRAME_SHAKE {
  0% {
    transform: translate(10px);
  }
  20% {
    transform: translate(-10px);
  }
  40% {
    transform: translate(5px);
  }
  60% {
    transform: translate(-5px);
  }
  80% {
    transform: translate(2.5px);
  }
  100% {
    transform: translate(0);
  }
}
@-moz-keyframes KEYFRAME_SHAKE {
  0% {
    transform: translate(10px);
  }
  20% {
    transform: translate(-10px);
  }
  40% {
    transform: translate(5px);
  }
  60% {
    transform: translate(-5px);
  }
  80% {
    transform: translate(2.5px);
  }
  100% {
    transform: translate(0);
  }
}
@keyframes KEYFRAME_SHAKE {
  0% {
    transform: translate(10px);
  }
  20% {
    transform: translate(-10px);
  }
  40% {
    transform: translate(5px);
  }
  60% {
    transform: translate(-5px);
  }
  80% {
    transform: translate(2.5px);
  }
  100% {
    transform: translate(0);
  }
}
@-webkit-keyframes KEYFRAME_BLINK {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes KEYFRAME_BLINK {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes KEYFRAME_BLINK {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.o-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  width: 1248px;
}
.o-container--fluid {
  width: 100%;
}
.o-grid {
  display: flex;
}
@media print {
  .o-grid {
    display: initial;
    position: initial;
  }
}
.o-grid--xs {
  margin: -5px;
}
.o-grid--fit {
  flex: auto;
  height: 100%;
  width: 100%;
}
.o-grid--fs {
  flex: auto;
  min-height: 100vh;
  width: 100%;
}
@media (min-width: 769px) {
  .o-grid--fvp {
    min-height: 400px;
  }
}
.o-grid--fvp {
  flex: auto;
  height: 100%;
  min-height: calc(100vh - 165px);
}
.o-grid--wrap {
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .o-grid--wrap\@up-to-md {
    flex-wrap: wrap;
  }
}
.o-grid--row {
  flex-direction: row;
}
.o-grid--column {
  flex-direction: column;
}
.o-grid--top {
  align-items: flex-start;
}
.o-grid--bottom {
  align-items: flex-end;
}
.o-grid--baseline {
  align-items: baseline;
}
.o-grid--center-v {
  align-items: center;
}
.o-grid--center-h {
  justify-content: center;
}
@media (max-width: 768px) {
  .o-grid--center-h\@up-to-md {
    justify-content: center;
  }
}
.o-grid--right {
  justify-content: flex-end;
}
.o-grid--reverse-v {
  flex-direction: column-reverse;
}
@media (max-width: 768px) {
  .o-grid--reverse-v\@up-to-md {
    flex-direction: column-reverse;
  }
}
.o-grid--reverse-h {
  flex-direction: row-reverse;
}
.o-grid__cell {
  flex: 1;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media print {
  .o-grid__cell {
    display: initial;
    position: initial;
  }
}
.o-grid__cell--slim {
  padding-left: 5px;
  padding-right: 5px;
}
.o-grid__cell--top {
  align-self: flex-start;
}
.o-grid__cell--image {
  line-height: 1;
}
.o-grid__cell--center {
  align-items: center;
}
@media (min-width: 769px) {
  .o-grid__cell--center\@md-and-up {
    align-items: center;
  }
}
.o-grid__cell--center-v {
  align-self: center;
}
.o-grid__cell--baseline {
  align-self: baseline;
}
.o-grid__cell--center-h {
  justify-content: center;
  text-align: center;
}
.o-grid__cell--bottom {
  align-self: flex-end;
}
.o-grid__cell--right {
  margin-left: auto;
}
@media (max-width: 479px) {
  .o-grid__cell--right\@up-to-sm {
    margin-left: auto;
  }
}
@media (max-width: 768px) {
  .o-grid__cell--right\@up-to-md {
    margin-left: auto;
  }
}
@media (min-width: 769px) {
  .o-grid__cell--right\@md-and-up {
    margin-left: auto;
  }
}
.o-grid__cell--flex {
  display: flex;
}
.o-grid__cell--column {
  flex-direction: column;
}
.o-grid__cell .o-grid__cell--o1 {
  order: 1;
}
.o-grid__cell .o-grid__cell--o2 {
  order: 2;
}
.o-grid__cell .o-grid__cell--o3 {
  order: 3;
}
.o-grid__cell .o-grid__cell--o4 {
  order: 4;
}
.o-grid__cell .o-grid__cell--o5 {
  order: 5;
}
.o-grid__cell--w-fixed {
  flex: 0 1 auto;
}
.o-grid__cell--w-fit {
  flex: 1 1 auto;
}
.o-grid__cell--w-5 {
  max-width: 5%;
  flex: 0 0 5%;
}
.o-grid__cell--offset-5 {
  margin-left: 5%;
}
.o-grid__cell--w-10 {
  max-width: 10%;
  flex: 0 0 10%;
}
.o-grid__cell--offset-10 {
  margin-left: 10%;
}
.o-grid__cell--w-14 {
  max-width: 14.2857142857%;
  flex: 0 0 14.2857142857%;
}
.o-grid__cell--offset-14 {
  margin-left: 14.2857142857%;
}
.o-grid__cell--w-15 {
  max-width: 15%;
  flex: 0 0 15%;
}
.o-grid__cell--offset-15 {
  margin-left: 15%;
}
.o-grid__cell--w-16 {
  max-width: 16.6666666667%;
  flex: 0 0 16.6666666667%;
}
.o-grid__cell--offset-16 {
  margin-left: 16.6666666667%;
}
.o-grid__cell--w-20 {
  max-width: 20%;
  flex: 0 0 20%;
}
.o-grid__cell--offset-20 {
  margin-left: 20%;
}
.o-grid__cell--w-25 {
  max-width: 25%;
  flex: 0 0 25%;
}
.o-grid__cell--offset-25 {
  margin-left: 25%;
}
.o-grid__cell--w-30 {
  max-width: 30%;
  flex: 0 0 30%;
}
.o-grid__cell--offset-30 {
  margin-left: 30%;
}
.o-grid__cell--w-33 {
  max-width: 33.3333333333%;
  flex: 0 0 33.3333333333%;
}
.o-grid__cell--offset-33 {
  margin-left: 33.3333333333%;
}
.o-grid__cell--w-35 {
  max-width: 35%;
  flex: 0 0 35%;
}
.o-grid__cell--offset-35 {
  margin-left: 35%;
}
.o-grid__cell--w-40 {
  max-width: 40%;
  flex: 0 0 40%;
}
.o-grid__cell--offset-40 {
  margin-left: 40%;
}
.o-grid__cell--w-45 {
  max-width: 45%;
  flex: 0 0 45%;
}
.o-grid__cell--offset-45 {
  margin-left: 45%;
}
.o-grid__cell--w-50 {
  max-width: 50%;
  flex: 0 0 50%;
}
.o-grid__cell--offset-50 {
  margin-left: 50%;
}
.o-grid__cell--w-55 {
  max-width: 55%;
  flex: 0 0 55%;
}
.o-grid__cell--offset-55 {
  margin-left: 55%;
}
.o-grid__cell--w-60 {
  max-width: 60%;
  flex: 0 0 60%;
}
.o-grid__cell--offset-60 {
  margin-left: 60%;
}
.o-grid__cell--w-65 {
  max-width: 65%;
  flex: 0 0 65%;
}
.o-grid__cell--offset-65 {
  margin-left: 65%;
}
.o-grid__cell--w-67 {
  max-width: 66.6666666667%;
  flex: 0 0 66.6666666667%;
}
.o-grid__cell--offset-67 {
  margin-left: 66.6666666667%;
}
.o-grid__cell--w-70 {
  max-width: 70%;
  flex: 0 0 70%;
}
.o-grid__cell--offset-70 {
  margin-left: 70%;
}
.o-grid__cell--w-75 {
  max-width: 75%;
  flex: 0 0 75%;
}
.o-grid__cell--offset-75 {
  margin-left: 75%;
}
.o-grid__cell--w-80 {
  max-width: 80%;
  flex: 0 0 80%;
}
.o-grid__cell--offset-80 {
  margin-left: 80%;
}
.o-grid__cell--w-85 {
  max-width: 85%;
  flex: 0 0 85%;
}
.o-grid__cell--offset-85 {
  margin-left: 85%;
}
.o-grid__cell--w-90 {
  max-width: 90%;
  flex: 0 0 90%;
}
.o-grid__cell--offset-90 {
  margin-left: 90%;
}
.o-grid__cell--w-95 {
  max-width: 95%;
  flex: 0 0 95%;
}
.o-grid__cell--offset-95 {
  margin-left: 95%;
}
.o-grid__cell--w-100 {
  max-width: 100%;
  flex: 0 0 100%;
}
.o-grid__cell--offset-100 {
  margin-left: 100%;
}
@media (min-width: 480px) {
  .o-grid__cell .o-grid__cell--o1\@sm-and-up {
    order: 1;
  }
  .o-grid__cell .o-grid__cell--o2\@sm-and-up {
    order: 2;
  }
  .o-grid__cell .o-grid__cell--o3\@sm-and-up {
    order: 3;
  }
  .o-grid__cell .o-grid__cell--o4\@sm-and-up {
    order: 4;
  }
  .o-grid__cell .o-grid__cell--o5\@sm-and-up {
    order: 5;
  }
  .o-grid__cell--w-5\@sm-and-up {
    max-width: 5%;
    flex: 0 0 5%;
  }
  .o-grid__cell--w-fixed\@sm-and-up {
    max-width: none;
    flex: 0 1 auto;
  }
  .o-grid__cell--w-fit\@sm-and-up {
    max-width: none;
    flex: 1 1 auto;
  }
  .o-grid__cell--w-fill\@sm-and-up {
    max-width: none;
    flex: 1 1 0;
  }
  .o-grid__cell--offset-5\@sm-and-up {
    margin-left: 5%;
  }
  .o-grid__cell .o-grid__cell--o1\@sm-and-up {
    order: 1;
  }
  .o-grid__cell .o-grid__cell--o2\@sm-and-up {
    order: 2;
  }
  .o-grid__cell .o-grid__cell--o3\@sm-and-up {
    order: 3;
  }
  .o-grid__cell .o-grid__cell--o4\@sm-and-up {
    order: 4;
  }
  .o-grid__cell .o-grid__cell--o5\@sm-and-up {
    order: 5;
  }
  .o-grid__cell--w-10\@sm-and-up {
    max-width: 10%;
    flex: 0 0 10%;
  }
  .o-grid__cell--w-fixed\@sm-and-up {
    max-width: none;
    flex: 0 1 auto;
  }
  .o-grid__cell--w-fit\@sm-and-up {
    max-width: none;
    flex: 1 1 auto;
  }
  .o-grid__cell--w-fill\@sm-and-up {
    max-width: none;
    flex: 1 1 0;
  }
  .o-grid__cell--offset-10\@sm-and-up {
    margin-left: 10%;
  }
  .o-grid__cell .o-grid__cell--o1\@sm-and-up {
    order: 1;
  }
  .o-grid__cell .o-grid__cell--o2\@sm-and-up {
    order: 2;
  }
  .o-grid__cell .o-grid__cell--o3\@sm-and-up {
    order: 3;
  }
  .o-grid__cell .o-grid__cell--o4\@sm-and-up {
    order: 4;
  }
  .o-grid__cell .o-grid__cell--o5\@sm-and-up {
    order: 5;
  }
  .o-grid__cell--w-14\@sm-and-up {
    max-width: 14.2857142857%;
    flex: 0 0 14.2857142857%;
  }
  .o-grid__cell--w-fixed\@sm-and-up {
    max-width: none;
    flex: 0 1 auto;
  }
  .o-grid__cell--w-fit\@sm-and-up {
    max-width: none;
    flex: 1 1 auto;
  }
  .o-grid__cell--w-fill\@sm-and-up {
    max-width: none;
    flex: 1 1 0;
  }
  .o-grid__cell--offset-14\@sm-and-up {
    margin-left: 14.2857142857%;
  }
  .o-grid__cell .o-grid__cell--o1\@sm-and-up {
    order: 1;
  }
  .o-grid__cell .o-grid__cell--o2\@sm-and-up {
    order: 2;
  }
  .o-grid__cell .o-grid__cell--o3\@sm-and-up {
    order: 3;
  }
  .o-grid__cell .o-grid__cell--o4\@sm-and-up {
    order: 4;
  }
  .o-grid__cell .o-grid__cell--o5\@sm-and-up {
    order: 5;
  }
  .o-grid__cell--w-15\@sm-and-up {
    max-width: 15%;
    flex: 0 0 15%;
  }
  .o-grid__cell--w-fixed\@sm-and-up {
    max-width: none;
    flex: 0 1 auto;
  }
  .o-grid__cell--w-fit\@sm-and-up {
    max-width: none;
    flex: 1 1 auto;
  }
  .o-grid__cell--w-fill\@sm-and-up {
    max-width: none;
    flex: 1 1 0;
  }
  .o-grid__cell--offset-15\@sm-and-up {
    margin-left: 15%;
  }
  .o-grid__cell .o-grid__cell--o1\@sm-and-up {
    order: 1;
  }
  .o-grid__cell .o-grid__cell--o2\@sm-and-up {
    order: 2;
  }
  .o-grid__cell .o-grid__cell--o3\@sm-and-up {
    order: 3;
  }
  .o-grid__cell .o-grid__cell--o4\@sm-and-up {
    order: 4;
  }
  .o-grid__cell .o-grid__cell--o5\@sm-and-up {
    order: 5;
  }
  .o-grid__cell--w-16\@sm-and-up {
    max-width: 16.6666666667%;
    flex: 0 0 16.6666666667%;
  }
  .o-grid__cell--w-fixed\@sm-and-up {
    max-width: none;
    flex: 0 1 auto;
  }
  .o-grid__cell--w-fit\@sm-and-up {
    max-width: none;
    flex: 1 1 auto;
  }
  .o-grid__cell--w-fill\@sm-and-up {
    max-width: none;
    flex: 1 1 0;
  }
  .o-grid__cell--offset-16\@sm-and-up {
    margin-left: 16.6666666667%;
  }
  .o-grid__cell .o-grid__cell--o1\@sm-and-up {
    order: 1;
  }
  .o-grid__cell .o-grid__cell--o2\@sm-and-up {
    order: 2;
  }
  .o-grid__cell .o-grid__cell--o3\@sm-and-up {
    order: 3;
  }
  .o-grid__cell .o-grid__cell--o4\@sm-and-up {
    order: 4;
  }
  .o-grid__cell .o-grid__cell--o5\@sm-and-up {
    order: 5;
  }
  .o-grid__cell--w-20\@sm-and-up {
    max-width: 20%;
    flex: 0 0 20%;
  }
  .o-grid__cell--w-fixed\@sm-and-up {
    max-width: none;
    flex: 0 1 auto;
  }
  .o-grid__cell--w-fit\@sm-and-up {
    max-width: none;
    flex: 1 1 auto;
  }
  .o-grid__cell--w-fill\@sm-and-up {
    max-width: none;
    flex: 1 1 0;
  }
  .o-grid__cell--offset-20\@sm-and-up {
    margin-left: 20%;
  }
  .o-grid__cell .o-grid__cell--o1\@sm-and-up {
    order: 1;
  }
  .o-grid__cell .o-grid__cell--o2\@sm-and-up {
    order: 2;
  }
  .o-grid__cell .o-grid__cell--o3\@sm-and-up {
    order: 3;
  }
  .o-grid__cell .o-grid__cell--o4\@sm-and-up {
    order: 4;
  }
  .o-grid__cell .o-grid__cell--o5\@sm-and-up {
    order: 5;
  }
  .o-grid__cell--w-25\@sm-and-up {
    max-width: 25%;
    flex: 0 0 25%;
  }
  .o-grid__cell--w-fixed\@sm-and-up {
    max-width: none;
    flex: 0 1 auto;
  }
  .o-grid__cell--w-fit\@sm-and-up {
    max-width: none;
    flex: 1 1 auto;
  }
  .o-grid__cell--w-fill\@sm-and-up {
    max-width: none;
    flex: 1 1 0;
  }
  .o-grid__cell--offset-25\@sm-and-up {
    margin-left: 25%;
  }
  .o-grid__cell .o-grid__cell--o1\@sm-and-up {
    order: 1;
  }
  .o-grid__cell .o-grid__cell--o2\@sm-and-up {
    order: 2;
  }
  .o-grid__cell .o-grid__cell--o3\@sm-and-up {
    order: 3;
  }
  .o-grid__cell .o-grid__cell--o4\@sm-and-up {
    order: 4;
  }
  .o-grid__cell .o-grid__cell--o5\@sm-and-up {
    order: 5;
  }
  .o-grid__cell--w-30\@sm-and-up {
    max-width: 30%;
    flex: 0 0 30%;
  }
  .o-grid__cell--w-fixed\@sm-and-up {
    max-width: none;
    flex: 0 1 auto;
  }
  .o-grid__cell--w-fit\@sm-and-up {
    max-width: none;
    flex: 1 1 auto;
  }
  .o-grid__cell--w-fill\@sm-and-up {
    max-width: none;
    flex: 1 1 0;
  }
  .o-grid__cell--offset-30\@sm-and-up {
    margin-left: 30%;
  }
  .o-grid__cell .o-grid__cell--o1\@sm-and-up {
    order: 1;
  }
  .o-grid__cell .o-grid__cell--o2\@sm-and-up {
    order: 2;
  }
  .o-grid__cell .o-grid__cell--o3\@sm-and-up {
    order: 3;
  }
  .o-grid__cell .o-grid__cell--o4\@sm-and-up {
    order: 4;
  }
  .o-grid__cell .o-grid__cell--o5\@sm-and-up {
    order: 5;
  }
  .o-grid__cell--w-33\@sm-and-up {
    max-width: 33.3333333333%;
    flex: 0 0 33.3333333333%;
  }
  .o-grid__cell--w-fixed\@sm-and-up {
    max-width: none;
    flex: 0 1 auto;
  }
  .o-grid__cell--w-fit\@sm-and-up {
    max-width: none;
    flex: 1 1 auto;
  }
  .o-grid__cell--w-fill\@sm-and-up {
    max-width: none;
    flex: 1 1 0;
  }
  .o-grid__cell--offset-33\@sm-and-up {
    margin-left: 33.3333333333%;
  }
  .o-grid__cell .o-grid__cell--o1\@sm-and-up {
    order: 1;
  }
  .o-grid__cell .o-grid__cell--o2\@sm-and-up {
    order: 2;
  }
  .o-grid__cell .o-grid__cell--o3\@sm-and-up {
    order: 3;
  }
  .o-grid__cell .o-grid__cell--o4\@sm-and-up {
    order: 4;
  }
  .o-grid__cell .o-grid__cell--o5\@sm-and-up {
    order: 5;
  }
  .o-grid__cell--w-35\@sm-and-up {
    max-width: 35%;
    flex: 0 0 35%;
  }
  .o-grid__cell--w-fixed\@sm-and-up {
    max-width: none;
    flex: 0 1 auto;
  }
  .o-grid__cell--w-fit\@sm-and-up {
    max-width: none;
    flex: 1 1 auto;
  }
  .o-grid__cell--w-fill\@sm-and-up {
    max-width: none;
    flex: 1 1 0;
  }
  .o-grid__cell--offset-35\@sm-and-up {
    margin-left: 35%;
  }
  .o-grid__cell .o-grid__cell--o1\@sm-and-up {
    order: 1;
  }
  .o-grid__cell .o-grid__cell--o2\@sm-and-up {
    order: 2;
  }
  .o-grid__cell .o-grid__cell--o3\@sm-and-up {
    order: 3;
  }
  .o-grid__cell .o-grid__cell--o4\@sm-and-up {
    order: 4;
  }
  .o-grid__cell .o-grid__cell--o5\@sm-and-up {
    order: 5;
  }
  .o-grid__cell--w-40\@sm-and-up {
    max-width: 40%;
    flex: 0 0 40%;
  }
  .o-grid__cell--w-fixed\@sm-and-up {
    max-width: none;
    flex: 0 1 auto;
  }
  .o-grid__cell--w-fit\@sm-and-up {
    max-width: none;
    flex: 1 1 auto;
  }
  .o-grid__cell--w-fill\@sm-and-up {
    max-width: none;
    flex: 1 1 0;
  }
  .o-grid__cell--offset-40\@sm-and-up {
    margin-left: 40%;
  }
  .o-grid__cell .o-grid__cell--o1\@sm-and-up {
    order: 1;
  }
  .o-grid__cell .o-grid__cell--o2\@sm-and-up {
    order: 2;
  }
  .o-grid__cell .o-grid__cell--o3\@sm-and-up {
    order: 3;
  }
  .o-grid__cell .o-grid__cell--o4\@sm-and-up {
    order: 4;
  }
  .o-grid__cell .o-grid__cell--o5\@sm-and-up {
    order: 5;
  }
  .o-grid__cell--w-45\@sm-and-up {
    max-width: 45%;
    flex: 0 0 45%;
  }
  .o-grid__cell--w-fixed\@sm-and-up {
    max-width: none;
    flex: 0 1 auto;
  }
  .o-grid__cell--w-fit\@sm-and-up {
    max-width: none;
    flex: 1 1 auto;
  }
  .o-grid__cell--w-fill\@sm-and-up {
    max-width: none;
    flex: 1 1 0;
  }
  .o-grid__cell--offset-45\@sm-and-up {
    margin-left: 45%;
  }
  .o-grid__cell .o-grid__cell--o1\@sm-and-up {
    order: 1;
  }
  .o-grid__cell .o-grid__cell--o2\@sm-and-up {
    order: 2;
  }
  .o-grid__cell .o-grid__cell--o3\@sm-and-up {
    order: 3;
  }
  .o-grid__cell .o-grid__cell--o4\@sm-and-up {
    order: 4;
  }
  .o-grid__cell .o-grid__cell--o5\@sm-and-up {
    order: 5;
  }
  .o-grid__cell--w-50\@sm-and-up {
    max-width: 50%;
    flex: 0 0 50%;
  }
  .o-grid__cell--w-fixed\@sm-and-up {
    max-width: none;
    flex: 0 1 auto;
  }
  .o-grid__cell--w-fit\@sm-and-up {
    max-width: none;
    flex: 1 1 auto;
  }
  .o-grid__cell--w-fill\@sm-and-up {
    max-width: none;
    flex: 1 1 0;
  }
  .o-grid__cell--offset-50\@sm-and-up {
    margin-left: 50%;
  }
  .o-grid__cell .o-grid__cell--o1\@sm-and-up {
    order: 1;
  }
  .o-grid__cell .o-grid__cell--o2\@sm-and-up {
    order: 2;
  }
  .o-grid__cell .o-grid__cell--o3\@sm-and-up {
    order: 3;
  }
  .o-grid__cell .o-grid__cell--o4\@sm-and-up {
    order: 4;
  }
  .o-grid__cell .o-grid__cell--o5\@sm-and-up {
    order: 5;
  }
  .o-grid__cell--w-55\@sm-and-up {
    max-width: 55%;
    flex: 0 0 55%;
  }
  .o-grid__cell--w-fixed\@sm-and-up {
    max-width: none;
    flex: 0 1 auto;
  }
  .o-grid__cell--w-fit\@sm-and-up {
    max-width: none;
    flex: 1 1 auto;
  }
  .o-grid__cell--w-fill\@sm-and-up {
    max-width: none;
    flex: 1 1 0;
  }
  .o-grid__cell--offset-55\@sm-and-up {
    margin-left: 55%;
  }
  .o-grid__cell .o-grid__cell--o1\@sm-and-up {
    order: 1;
  }
  .o-grid__cell .o-grid__cell--o2\@sm-and-up {
    order: 2;
  }
  .o-grid__cell .o-grid__cell--o3\@sm-and-up {
    order: 3;
  }
  .o-grid__cell .o-grid__cell--o4\@sm-and-up {
    order: 4;
  }
  .o-grid__cell .o-grid__cell--o5\@sm-and-up {
    order: 5;
  }
  .o-grid__cell--w-60\@sm-and-up {
    max-width: 60%;
    flex: 0 0 60%;
  }
  .o-grid__cell--w-fixed\@sm-and-up {
    max-width: none;
    flex: 0 1 auto;
  }
  .o-grid__cell--w-fit\@sm-and-up {
    max-width: none;
    flex: 1 1 auto;
  }
  .o-grid__cell--w-fill\@sm-and-up {
    max-width: none;
    flex: 1 1 0;
  }
  .o-grid__cell--offset-60\@sm-and-up {
    margin-left: 60%;
  }
  .o-grid__cell .o-grid__cell--o1\@sm-and-up {
    order: 1;
  }
  .o-grid__cell .o-grid__cell--o2\@sm-and-up {
    order: 2;
  }
  .o-grid__cell .o-grid__cell--o3\@sm-and-up {
    order: 3;
  }
  .o-grid__cell .o-grid__cell--o4\@sm-and-up {
    order: 4;
  }
  .o-grid__cell .o-grid__cell--o5\@sm-and-up {
    order: 5;
  }
  .o-grid__cell--w-65\@sm-and-up {
    max-width: 65%;
    flex: 0 0 65%;
  }
  .o-grid__cell--w-fixed\@sm-and-up {
    max-width: none;
    flex: 0 1 auto;
  }
  .o-grid__cell--w-fit\@sm-and-up {
    max-width: none;
    flex: 1 1 auto;
  }
  .o-grid__cell--w-fill\@sm-and-up {
    max-width: none;
    flex: 1 1 0;
  }
  .o-grid__cell--offset-65\@sm-and-up {
    margin-left: 65%;
  }
  .o-grid__cell .o-grid__cell--o1\@sm-and-up {
    order: 1;
  }
  .o-grid__cell .o-grid__cell--o2\@sm-and-up {
    order: 2;
  }
  .o-grid__cell .o-grid__cell--o3\@sm-and-up {
    order: 3;
  }
  .o-grid__cell .o-grid__cell--o4\@sm-and-up {
    order: 4;
  }
  .o-grid__cell .o-grid__cell--o5\@sm-and-up {
    order: 5;
  }
  .o-grid__cell--w-67\@sm-and-up {
    max-width: 66.6666666667%;
    flex: 0 0 66.6666666667%;
  }
  .o-grid__cell--w-fixed\@sm-and-up {
    max-width: none;
    flex: 0 1 auto;
  }
  .o-grid__cell--w-fit\@sm-and-up {
    max-width: none;
    flex: 1 1 auto;
  }
  .o-grid__cell--w-fill\@sm-and-up {
    max-width: none;
    flex: 1 1 0;
  }
  .o-grid__cell--offset-67\@sm-and-up {
    margin-left: 66.6666666667%;
  }
  .o-grid__cell .o-grid__cell--o1\@sm-and-up {
    order: 1;
  }
  .o-grid__cell .o-grid__cell--o2\@sm-and-up {
    order: 2;
  }
  .o-grid__cell .o-grid__cell--o3\@sm-and-up {
    order: 3;
  }
  .o-grid__cell .o-grid__cell--o4\@sm-and-up {
    order: 4;
  }
  .o-grid__cell .o-grid__cell--o5\@sm-and-up {
    order: 5;
  }
  .o-grid__cell--w-70\@sm-and-up {
    max-width: 70%;
    flex: 0 0 70%;
  }
  .o-grid__cell--w-fixed\@sm-and-up {
    max-width: none;
    flex: 0 1 auto;
  }
  .o-grid__cell--w-fit\@sm-and-up {
    max-width: none;
    flex: 1 1 auto;
  }
  .o-grid__cell--w-fill\@sm-and-up {
    max-width: none;
    flex: 1 1 0;
  }
  .o-grid__cell--offset-70\@sm-and-up {
    margin-left: 70%;
  }
  .o-grid__cell .o-grid__cell--o1\@sm-and-up {
    order: 1;
  }
  .o-grid__cell .o-grid__cell--o2\@sm-and-up {
    order: 2;
  }
  .o-grid__cell .o-grid__cell--o3\@sm-and-up {
    order: 3;
  }
  .o-grid__cell .o-grid__cell--o4\@sm-and-up {
    order: 4;
  }
  .o-grid__cell .o-grid__cell--o5\@sm-and-up {
    order: 5;
  }
  .o-grid__cell--w-75\@sm-and-up {
    max-width: 75%;
    flex: 0 0 75%;
  }
  .o-grid__cell--w-fixed\@sm-and-up {
    max-width: none;
    flex: 0 1 auto;
  }
  .o-grid__cell--w-fit\@sm-and-up {
    max-width: none;
    flex: 1 1 auto;
  }
  .o-grid__cell--w-fill\@sm-and-up {
    max-width: none;
    flex: 1 1 0;
  }
  .o-grid__cell--offset-75\@sm-and-up {
    margin-left: 75%;
  }
  .o-grid__cell .o-grid__cell--o1\@sm-and-up {
    order: 1;
  }
  .o-grid__cell .o-grid__cell--o2\@sm-and-up {
    order: 2;
  }
  .o-grid__cell .o-grid__cell--o3\@sm-and-up {
    order: 3;
  }
  .o-grid__cell .o-grid__cell--o4\@sm-and-up {
    order: 4;
  }
  .o-grid__cell .o-grid__cell--o5\@sm-and-up {
    order: 5;
  }
  .o-grid__cell--w-80\@sm-and-up {
    max-width: 80%;
    flex: 0 0 80%;
  }
  .o-grid__cell--w-fixed\@sm-and-up {
    max-width: none;
    flex: 0 1 auto;
  }
  .o-grid__cell--w-fit\@sm-and-up {
    max-width: none;
    flex: 1 1 auto;
  }
  .o-grid__cell--w-fill\@sm-and-up {
    max-width: none;
    flex: 1 1 0;
  }
  .o-grid__cell--offset-80\@sm-and-up {
    margin-left: 80%;
  }
  .o-grid__cell .o-grid__cell--o1\@sm-and-up {
    order: 1;
  }
  .o-grid__cell .o-grid__cell--o2\@sm-and-up {
    order: 2;
  }
  .o-grid__cell .o-grid__cell--o3\@sm-and-up {
    order: 3;
  }
  .o-grid__cell .o-grid__cell--o4\@sm-and-up {
    order: 4;
  }
  .o-grid__cell .o-grid__cell--o5\@sm-and-up {
    order: 5;
  }
  .o-grid__cell--w-85\@sm-and-up {
    max-width: 85%;
    flex: 0 0 85%;
  }
  .o-grid__cell--w-fixed\@sm-and-up {
    max-width: none;
    flex: 0 1 auto;
  }
  .o-grid__cell--w-fit\@sm-and-up {
    max-width: none;
    flex: 1 1 auto;
  }
  .o-grid__cell--w-fill\@sm-and-up {
    max-width: none;
    flex: 1 1 0;
  }
  .o-grid__cell--offset-85\@sm-and-up {
    margin-left: 85%;
  }
  .o-grid__cell .o-grid__cell--o1\@sm-and-up {
    order: 1;
  }
  .o-grid__cell .o-grid__cell--o2\@sm-and-up {
    order: 2;
  }
  .o-grid__cell .o-grid__cell--o3\@sm-and-up {
    order: 3;
  }
  .o-grid__cell .o-grid__cell--o4\@sm-and-up {
    order: 4;
  }
  .o-grid__cell .o-grid__cell--o5\@sm-and-up {
    order: 5;
  }
  .o-grid__cell--w-90\@sm-and-up {
    max-width: 90%;
    flex: 0 0 90%;
  }
  .o-grid__cell--w-fixed\@sm-and-up {
    max-width: none;
    flex: 0 1 auto;
  }
  .o-grid__cell--w-fit\@sm-and-up {
    max-width: none;
    flex: 1 1 auto;
  }
  .o-grid__cell--w-fill\@sm-and-up {
    max-width: none;
    flex: 1 1 0;
  }
  .o-grid__cell--offset-90\@sm-and-up {
    margin-left: 90%;
  }
  .o-grid__cell .o-grid__cell--o1\@sm-and-up {
    order: 1;
  }
  .o-grid__cell .o-grid__cell--o2\@sm-and-up {
    order: 2;
  }
  .o-grid__cell .o-grid__cell--o3\@sm-and-up {
    order: 3;
  }
  .o-grid__cell .o-grid__cell--o4\@sm-and-up {
    order: 4;
  }
  .o-grid__cell .o-grid__cell--o5\@sm-and-up {
    order: 5;
  }
  .o-grid__cell--w-95\@sm-and-up {
    max-width: 95%;
    flex: 0 0 95%;
  }
  .o-grid__cell--w-fixed\@sm-and-up {
    max-width: none;
    flex: 0 1 auto;
  }
  .o-grid__cell--w-fit\@sm-and-up {
    max-width: none;
    flex: 1 1 auto;
  }
  .o-grid__cell--w-fill\@sm-and-up {
    max-width: none;
    flex: 1 1 0;
  }
  .o-grid__cell--offset-95\@sm-and-up {
    margin-left: 95%;
  }
  .o-grid__cell .o-grid__cell--o1\@sm-and-up {
    order: 1;
  }
  .o-grid__cell .o-grid__cell--o2\@sm-and-up {
    order: 2;
  }
  .o-grid__cell .o-grid__cell--o3\@sm-and-up {
    order: 3;
  }
  .o-grid__cell .o-grid__cell--o4\@sm-and-up {
    order: 4;
  }
  .o-grid__cell .o-grid__cell--o5\@sm-and-up {
    order: 5;
  }
  .o-grid__cell--w-100\@sm-and-up {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .o-grid__cell--w-fixed\@sm-and-up {
    max-width: none;
    flex: 0 1 auto;
  }
  .o-grid__cell--w-fit\@sm-and-up {
    max-width: none;
    flex: 1 1 auto;
  }
  .o-grid__cell--w-fill\@sm-and-up {
    max-width: none;
    flex: 1 1 0;
  }
  .o-grid__cell--offset-100\@sm-and-up {
    margin-left: 100%;
  }
}
@media (min-width: 769px) {
  .o-grid__cell .o-grid__cell--o1\@md-and-up {
    order: 1;
  }
  .o-grid__cell .o-grid__cell--o2\@md-and-up {
    order: 2;
  }
  .o-grid__cell .o-grid__cell--o3\@md-and-up {
    order: 3;
  }
  .o-grid__cell .o-grid__cell--o4\@md-and-up {
    order: 4;
  }
  .o-grid__cell .o-grid__cell--o5\@md-and-up {
    order: 5;
  }
  .o-grid__cell--w-5\@md-and-up {
    max-width: 5%;
    flex: 0 0 5%;
  }
  .o-grid__cell--w-fixed\@md-and-up {
    max-width: none;
    flex: 0 1 auto;
  }
  .o-grid__cell--w-fit\@md-and-up {
    max-width: none;
    flex: 1 1 auto;
  }
  .o-grid__cell--w-fill\@md-and-up {
    max-width: none;
    flex: 1 1 0;
  }
  .o-grid__cell--offset-5\@md-and-up {
    margin-left: 5%;
  }
  .o-grid__cell .o-grid__cell--o1\@md-and-up {
    order: 1;
  }
  .o-grid__cell .o-grid__cell--o2\@md-and-up {
    order: 2;
  }
  .o-grid__cell .o-grid__cell--o3\@md-and-up {
    order: 3;
  }
  .o-grid__cell .o-grid__cell--o4\@md-and-up {
    order: 4;
  }
  .o-grid__cell .o-grid__cell--o5\@md-and-up {
    order: 5;
  }
  .o-grid__cell--w-10\@md-and-up {
    max-width: 10%;
    flex: 0 0 10%;
  }
  .o-grid__cell--w-fixed\@md-and-up {
    max-width: none;
    flex: 0 1 auto;
  }
  .o-grid__cell--w-fit\@md-and-up {
    max-width: none;
    flex: 1 1 auto;
  }
  .o-grid__cell--w-fill\@md-and-up {
    max-width: none;
    flex: 1 1 0;
  }
  .o-grid__cell--offset-10\@md-and-up {
    margin-left: 10%;
  }
  .o-grid__cell .o-grid__cell--o1\@md-and-up {
    order: 1;
  }
  .o-grid__cell .o-grid__cell--o2\@md-and-up {
    order: 2;
  }
  .o-grid__cell .o-grid__cell--o3\@md-and-up {
    order: 3;
  }
  .o-grid__cell .o-grid__cell--o4\@md-and-up {
    order: 4;
  }
  .o-grid__cell .o-grid__cell--o5\@md-and-up {
    order: 5;
  }
  .o-grid__cell--w-14\@md-and-up {
    max-width: 14.2857142857%;
    flex: 0 0 14.2857142857%;
  }
  .o-grid__cell--w-fixed\@md-and-up {
    max-width: none;
    flex: 0 1 auto;
  }
  .o-grid__cell--w-fit\@md-and-up {
    max-width: none;
    flex: 1 1 auto;
  }
  .o-grid__cell--w-fill\@md-and-up {
    max-width: none;
    flex: 1 1 0;
  }
  .o-grid__cell--offset-14\@md-and-up {
    margin-left: 14.2857142857%;
  }
  .o-grid__cell .o-grid__cell--o1\@md-and-up {
    order: 1;
  }
  .o-grid__cell .o-grid__cell--o2\@md-and-up {
    order: 2;
  }
  .o-grid__cell .o-grid__cell--o3\@md-and-up {
    order: 3;
  }
  .o-grid__cell .o-grid__cell--o4\@md-and-up {
    order: 4;
  }
  .o-grid__cell .o-grid__cell--o5\@md-and-up {
    order: 5;
  }
  .o-grid__cell--w-15\@md-and-up {
    max-width: 15%;
    flex: 0 0 15%;
  }
  .o-grid__cell--w-fixed\@md-and-up {
    max-width: none;
    flex: 0 1 auto;
  }
  .o-grid__cell--w-fit\@md-and-up {
    max-width: none;
    flex: 1 1 auto;
  }
  .o-grid__cell--w-fill\@md-and-up {
    max-width: none;
    flex: 1 1 0;
  }
  .o-grid__cell--offset-15\@md-and-up {
    margin-left: 15%;
  }
  .o-grid__cell .o-grid__cell--o1\@md-and-up {
    order: 1;
  }
  .o-grid__cell .o-grid__cell--o2\@md-and-up {
    order: 2;
  }
  .o-grid__cell .o-grid__cell--o3\@md-and-up {
    order: 3;
  }
  .o-grid__cell .o-grid__cell--o4\@md-and-up {
    order: 4;
  }
  .o-grid__cell .o-grid__cell--o5\@md-and-up {
    order: 5;
  }
  .o-grid__cell--w-16\@md-and-up {
    max-width: 16.6666666667%;
    flex: 0 0 16.6666666667%;
  }
  .o-grid__cell--w-fixed\@md-and-up {
    max-width: none;
    flex: 0 1 auto;
  }
  .o-grid__cell--w-fit\@md-and-up {
    max-width: none;
    flex: 1 1 auto;
  }
  .o-grid__cell--w-fill\@md-and-up {
    max-width: none;
    flex: 1 1 0;
  }
  .o-grid__cell--offset-16\@md-and-up {
    margin-left: 16.6666666667%;
  }
  .o-grid__cell .o-grid__cell--o1\@md-and-up {
    order: 1;
  }
  .o-grid__cell .o-grid__cell--o2\@md-and-up {
    order: 2;
  }
  .o-grid__cell .o-grid__cell--o3\@md-and-up {
    order: 3;
  }
  .o-grid__cell .o-grid__cell--o4\@md-and-up {
    order: 4;
  }
  .o-grid__cell .o-grid__cell--o5\@md-and-up {
    order: 5;
  }
  .o-grid__cell--w-20\@md-and-up {
    max-width: 20%;
    flex: 0 0 20%;
  }
  .o-grid__cell--w-fixed\@md-and-up {
    max-width: none;
    flex: 0 1 auto;
  }
  .o-grid__cell--w-fit\@md-and-up {
    max-width: none;
    flex: 1 1 auto;
  }
  .o-grid__cell--w-fill\@md-and-up {
    max-width: none;
    flex: 1 1 0;
  }
  .o-grid__cell--offset-20\@md-and-up {
    margin-left: 20%;
  }
  .o-grid__cell .o-grid__cell--o1\@md-and-up {
    order: 1;
  }
  .o-grid__cell .o-grid__cell--o2\@md-and-up {
    order: 2;
  }
  .o-grid__cell .o-grid__cell--o3\@md-and-up {
    order: 3;
  }
  .o-grid__cell .o-grid__cell--o4\@md-and-up {
    order: 4;
  }
  .o-grid__cell .o-grid__cell--o5\@md-and-up {
    order: 5;
  }
  .o-grid__cell--w-25\@md-and-up {
    max-width: 25%;
    flex: 0 0 25%;
  }
  .o-grid__cell--w-fixed\@md-and-up {
    max-width: none;
    flex: 0 1 auto;
  }
  .o-grid__cell--w-fit\@md-and-up {
    max-width: none;
    flex: 1 1 auto;
  }
  .o-grid__cell--w-fill\@md-and-up {
    max-width: none;
    flex: 1 1 0;
  }
  .o-grid__cell--offset-25\@md-and-up {
    margin-left: 25%;
  }
  .o-grid__cell .o-grid__cell--o1\@md-and-up {
    order: 1;
  }
  .o-grid__cell .o-grid__cell--o2\@md-and-up {
    order: 2;
  }
  .o-grid__cell .o-grid__cell--o3\@md-and-up {
    order: 3;
  }
  .o-grid__cell .o-grid__cell--o4\@md-and-up {
    order: 4;
  }
  .o-grid__cell .o-grid__cell--o5\@md-and-up {
    order: 5;
  }
  .o-grid__cell--w-30\@md-and-up {
    max-width: 30%;
    flex: 0 0 30%;
  }
  .o-grid__cell--w-fixed\@md-and-up {
    max-width: none;
    flex: 0 1 auto;
  }
  .o-grid__cell--w-fit\@md-and-up {
    max-width: none;
    flex: 1 1 auto;
  }
  .o-grid__cell--w-fill\@md-and-up {
    max-width: none;
    flex: 1 1 0;
  }
  .o-grid__cell--offset-30\@md-and-up {
    margin-left: 30%;
  }
  .o-grid__cell .o-grid__cell--o1\@md-and-up {
    order: 1;
  }
  .o-grid__cell .o-grid__cell--o2\@md-and-up {
    order: 2;
  }
  .o-grid__cell .o-grid__cell--o3\@md-and-up {
    order: 3;
  }
  .o-grid__cell .o-grid__cell--o4\@md-and-up {
    order: 4;
  }
  .o-grid__cell .o-grid__cell--o5\@md-and-up {
    order: 5;
  }
  .o-grid__cell--w-33\@md-and-up {
    max-width: 33.3333333333%;
    flex: 0 0 33.3333333333%;
  }
  .o-grid__cell--w-fixed\@md-and-up {
    max-width: none;
    flex: 0 1 auto;
  }
  .o-grid__cell--w-fit\@md-and-up {
    max-width: none;
    flex: 1 1 auto;
  }
  .o-grid__cell--w-fill\@md-and-up {
    max-width: none;
    flex: 1 1 0;
  }
  .o-grid__cell--offset-33\@md-and-up {
    margin-left: 33.3333333333%;
  }
  .o-grid__cell .o-grid__cell--o1\@md-and-up {
    order: 1;
  }
  .o-grid__cell .o-grid__cell--o2\@md-and-up {
    order: 2;
  }
  .o-grid__cell .o-grid__cell--o3\@md-and-up {
    order: 3;
  }
  .o-grid__cell .o-grid__cell--o4\@md-and-up {
    order: 4;
  }
  .o-grid__cell .o-grid__cell--o5\@md-and-up {
    order: 5;
  }
  .o-grid__cell--w-35\@md-and-up {
    max-width: 35%;
    flex: 0 0 35%;
  }
  .o-grid__cell--w-fixed\@md-and-up {
    max-width: none;
    flex: 0 1 auto;
  }
  .o-grid__cell--w-fit\@md-and-up {
    max-width: none;
    flex: 1 1 auto;
  }
  .o-grid__cell--w-fill\@md-and-up {
    max-width: none;
    flex: 1 1 0;
  }
  .o-grid__cell--offset-35\@md-and-up {
    margin-left: 35%;
  }
  .o-grid__cell .o-grid__cell--o1\@md-and-up {
    order: 1;
  }
  .o-grid__cell .o-grid__cell--o2\@md-and-up {
    order: 2;
  }
  .o-grid__cell .o-grid__cell--o3\@md-and-up {
    order: 3;
  }
  .o-grid__cell .o-grid__cell--o4\@md-and-up {
    order: 4;
  }
  .o-grid__cell .o-grid__cell--o5\@md-and-up {
    order: 5;
  }
  .o-grid__cell--w-40\@md-and-up {
    max-width: 40%;
    flex: 0 0 40%;
  }
  .o-grid__cell--w-fixed\@md-and-up {
    max-width: none;
    flex: 0 1 auto;
  }
  .o-grid__cell--w-fit\@md-and-up {
    max-width: none;
    flex: 1 1 auto;
  }
  .o-grid__cell--w-fill\@md-and-up {
    max-width: none;
    flex: 1 1 0;
  }
  .o-grid__cell--offset-40\@md-and-up {
    margin-left: 40%;
  }
  .o-grid__cell .o-grid__cell--o1\@md-and-up {
    order: 1;
  }
  .o-grid__cell .o-grid__cell--o2\@md-and-up {
    order: 2;
  }
  .o-grid__cell .o-grid__cell--o3\@md-and-up {
    order: 3;
  }
  .o-grid__cell .o-grid__cell--o4\@md-and-up {
    order: 4;
  }
  .o-grid__cell .o-grid__cell--o5\@md-and-up {
    order: 5;
  }
  .o-grid__cell--w-45\@md-and-up {
    max-width: 45%;
    flex: 0 0 45%;
  }
  .o-grid__cell--w-fixed\@md-and-up {
    max-width: none;
    flex: 0 1 auto;
  }
  .o-grid__cell--w-fit\@md-and-up {
    max-width: none;
    flex: 1 1 auto;
  }
  .o-grid__cell--w-fill\@md-and-up {
    max-width: none;
    flex: 1 1 0;
  }
  .o-grid__cell--offset-45\@md-and-up {
    margin-left: 45%;
  }
  .o-grid__cell .o-grid__cell--o1\@md-and-up {
    order: 1;
  }
  .o-grid__cell .o-grid__cell--o2\@md-and-up {
    order: 2;
  }
  .o-grid__cell .o-grid__cell--o3\@md-and-up {
    order: 3;
  }
  .o-grid__cell .o-grid__cell--o4\@md-and-up {
    order: 4;
  }
  .o-grid__cell .o-grid__cell--o5\@md-and-up {
    order: 5;
  }
  .o-grid__cell--w-50\@md-and-up {
    max-width: 50%;
    flex: 0 0 50%;
  }
  .o-grid__cell--w-fixed\@md-and-up {
    max-width: none;
    flex: 0 1 auto;
  }
  .o-grid__cell--w-fit\@md-and-up {
    max-width: none;
    flex: 1 1 auto;
  }
  .o-grid__cell--w-fill\@md-and-up {
    max-width: none;
    flex: 1 1 0;
  }
  .o-grid__cell--offset-50\@md-and-up {
    margin-left: 50%;
  }
  .o-grid__cell .o-grid__cell--o1\@md-and-up {
    order: 1;
  }
  .o-grid__cell .o-grid__cell--o2\@md-and-up {
    order: 2;
  }
  .o-grid__cell .o-grid__cell--o3\@md-and-up {
    order: 3;
  }
  .o-grid__cell .o-grid__cell--o4\@md-and-up {
    order: 4;
  }
  .o-grid__cell .o-grid__cell--o5\@md-and-up {
    order: 5;
  }
  .o-grid__cell--w-55\@md-and-up {
    max-width: 55%;
    flex: 0 0 55%;
  }
  .o-grid__cell--w-fixed\@md-and-up {
    max-width: none;
    flex: 0 1 auto;
  }
  .o-grid__cell--w-fit\@md-and-up {
    max-width: none;
    flex: 1 1 auto;
  }
  .o-grid__cell--w-fill\@md-and-up {
    max-width: none;
    flex: 1 1 0;
  }
  .o-grid__cell--offset-55\@md-and-up {
    margin-left: 55%;
  }
  .o-grid__cell .o-grid__cell--o1\@md-and-up {
    order: 1;
  }
  .o-grid__cell .o-grid__cell--o2\@md-and-up {
    order: 2;
  }
  .o-grid__cell .o-grid__cell--o3\@md-and-up {
    order: 3;
  }
  .o-grid__cell .o-grid__cell--o4\@md-and-up {
    order: 4;
  }
  .o-grid__cell .o-grid__cell--o5\@md-and-up {
    order: 5;
  }
  .o-grid__cell--w-60\@md-and-up {
    max-width: 60%;
    flex: 0 0 60%;
  }
  .o-grid__cell--w-fixed\@md-and-up {
    max-width: none;
    flex: 0 1 auto;
  }
  .o-grid__cell--w-fit\@md-and-up {
    max-width: none;
    flex: 1 1 auto;
  }
  .o-grid__cell--w-fill\@md-and-up {
    max-width: none;
    flex: 1 1 0;
  }
  .o-grid__cell--offset-60\@md-and-up {
    margin-left: 60%;
  }
  .o-grid__cell .o-grid__cell--o1\@md-and-up {
    order: 1;
  }
  .o-grid__cell .o-grid__cell--o2\@md-and-up {
    order: 2;
  }
  .o-grid__cell .o-grid__cell--o3\@md-and-up {
    order: 3;
  }
  .o-grid__cell .o-grid__cell--o4\@md-and-up {
    order: 4;
  }
  .o-grid__cell .o-grid__cell--o5\@md-and-up {
    order: 5;
  }
  .o-grid__cell--w-65\@md-and-up {
    max-width: 65%;
    flex: 0 0 65%;
  }
  .o-grid__cell--w-fixed\@md-and-up {
    max-width: none;
    flex: 0 1 auto;
  }
  .o-grid__cell--w-fit\@md-and-up {
    max-width: none;
    flex: 1 1 auto;
  }
  .o-grid__cell--w-fill\@md-and-up {
    max-width: none;
    flex: 1 1 0;
  }
  .o-grid__cell--offset-65\@md-and-up {
    margin-left: 65%;
  }
  .o-grid__cell .o-grid__cell--o1\@md-and-up {
    order: 1;
  }
  .o-grid__cell .o-grid__cell--o2\@md-and-up {
    order: 2;
  }
  .o-grid__cell .o-grid__cell--o3\@md-and-up {
    order: 3;
  }
  .o-grid__cell .o-grid__cell--o4\@md-and-up {
    order: 4;
  }
  .o-grid__cell .o-grid__cell--o5\@md-and-up {
    order: 5;
  }
  .o-grid__cell--w-67\@md-and-up {
    max-width: 66.6666666667%;
    flex: 0 0 66.6666666667%;
  }
  .o-grid__cell--w-fixed\@md-and-up {
    max-width: none;
    flex: 0 1 auto;
  }
  .o-grid__cell--w-fit\@md-and-up {
    max-width: none;
    flex: 1 1 auto;
  }
  .o-grid__cell--w-fill\@md-and-up {
    max-width: none;
    flex: 1 1 0;
  }
  .o-grid__cell--offset-67\@md-and-up {
    margin-left: 66.6666666667%;
  }
  .o-grid__cell .o-grid__cell--o1\@md-and-up {
    order: 1;
  }
  .o-grid__cell .o-grid__cell--o2\@md-and-up {
    order: 2;
  }
  .o-grid__cell .o-grid__cell--o3\@md-and-up {
    order: 3;
  }
  .o-grid__cell .o-grid__cell--o4\@md-and-up {
    order: 4;
  }
  .o-grid__cell .o-grid__cell--o5\@md-and-up {
    order: 5;
  }
  .o-grid__cell--w-70\@md-and-up {
    max-width: 70%;
    flex: 0 0 70%;
  }
  .o-grid__cell--w-fixed\@md-and-up {
    max-width: none;
    flex: 0 1 auto;
  }
  .o-grid__cell--w-fit\@md-and-up {
    max-width: none;
    flex: 1 1 auto;
  }
  .o-grid__cell--w-fill\@md-and-up {
    max-width: none;
    flex: 1 1 0;
  }
  .o-grid__cell--offset-70\@md-and-up {
    margin-left: 70%;
  }
  .o-grid__cell .o-grid__cell--o1\@md-and-up {
    order: 1;
  }
  .o-grid__cell .o-grid__cell--o2\@md-and-up {
    order: 2;
  }
  .o-grid__cell .o-grid__cell--o3\@md-and-up {
    order: 3;
  }
  .o-grid__cell .o-grid__cell--o4\@md-and-up {
    order: 4;
  }
  .o-grid__cell .o-grid__cell--o5\@md-and-up {
    order: 5;
  }
  .o-grid__cell--w-75\@md-and-up {
    max-width: 75%;
    flex: 0 0 75%;
  }
  .o-grid__cell--w-fixed\@md-and-up {
    max-width: none;
    flex: 0 1 auto;
  }
  .o-grid__cell--w-fit\@md-and-up {
    max-width: none;
    flex: 1 1 auto;
  }
  .o-grid__cell--w-fill\@md-and-up {
    max-width: none;
    flex: 1 1 0;
  }
  .o-grid__cell--offset-75\@md-and-up {
    margin-left: 75%;
  }
  .o-grid__cell .o-grid__cell--o1\@md-and-up {
    order: 1;
  }
  .o-grid__cell .o-grid__cell--o2\@md-and-up {
    order: 2;
  }
  .o-grid__cell .o-grid__cell--o3\@md-and-up {
    order: 3;
  }
  .o-grid__cell .o-grid__cell--o4\@md-and-up {
    order: 4;
  }
  .o-grid__cell .o-grid__cell--o5\@md-and-up {
    order: 5;
  }
  .o-grid__cell--w-80\@md-and-up {
    max-width: 80%;
    flex: 0 0 80%;
  }
  .o-grid__cell--w-fixed\@md-and-up {
    max-width: none;
    flex: 0 1 auto;
  }
  .o-grid__cell--w-fit\@md-and-up {
    max-width: none;
    flex: 1 1 auto;
  }
  .o-grid__cell--w-fill\@md-and-up {
    max-width: none;
    flex: 1 1 0;
  }
  .o-grid__cell--offset-80\@md-and-up {
    margin-left: 80%;
  }
  .o-grid__cell .o-grid__cell--o1\@md-and-up {
    order: 1;
  }
  .o-grid__cell .o-grid__cell--o2\@md-and-up {
    order: 2;
  }
  .o-grid__cell .o-grid__cell--o3\@md-and-up {
    order: 3;
  }
  .o-grid__cell .o-grid__cell--o4\@md-and-up {
    order: 4;
  }
  .o-grid__cell .o-grid__cell--o5\@md-and-up {
    order: 5;
  }
  .o-grid__cell--w-85\@md-and-up {
    max-width: 85%;
    flex: 0 0 85%;
  }
  .o-grid__cell--w-fixed\@md-and-up {
    max-width: none;
    flex: 0 1 auto;
  }
  .o-grid__cell--w-fit\@md-and-up {
    max-width: none;
    flex: 1 1 auto;
  }
  .o-grid__cell--w-fill\@md-and-up {
    max-width: none;
    flex: 1 1 0;
  }
  .o-grid__cell--offset-85\@md-and-up {
    margin-left: 85%;
  }
  .o-grid__cell .o-grid__cell--o1\@md-and-up {
    order: 1;
  }
  .o-grid__cell .o-grid__cell--o2\@md-and-up {
    order: 2;
  }
  .o-grid__cell .o-grid__cell--o3\@md-and-up {
    order: 3;
  }
  .o-grid__cell .o-grid__cell--o4\@md-and-up {
    order: 4;
  }
  .o-grid__cell .o-grid__cell--o5\@md-and-up {
    order: 5;
  }
  .o-grid__cell--w-90\@md-and-up {
    max-width: 90%;
    flex: 0 0 90%;
  }
  .o-grid__cell--w-fixed\@md-and-up {
    max-width: none;
    flex: 0 1 auto;
  }
  .o-grid__cell--w-fit\@md-and-up {
    max-width: none;
    flex: 1 1 auto;
  }
  .o-grid__cell--w-fill\@md-and-up {
    max-width: none;
    flex: 1 1 0;
  }
  .o-grid__cell--offset-90\@md-and-up {
    margin-left: 90%;
  }
  .o-grid__cell .o-grid__cell--o1\@md-and-up {
    order: 1;
  }
  .o-grid__cell .o-grid__cell--o2\@md-and-up {
    order: 2;
  }
  .o-grid__cell .o-grid__cell--o3\@md-and-up {
    order: 3;
  }
  .o-grid__cell .o-grid__cell--o4\@md-and-up {
    order: 4;
  }
  .o-grid__cell .o-grid__cell--o5\@md-and-up {
    order: 5;
  }
  .o-grid__cell--w-95\@md-and-up {
    max-width: 95%;
    flex: 0 0 95%;
  }
  .o-grid__cell--w-fixed\@md-and-up {
    max-width: none;
    flex: 0 1 auto;
  }
  .o-grid__cell--w-fit\@md-and-up {
    max-width: none;
    flex: 1 1 auto;
  }
  .o-grid__cell--w-fill\@md-and-up {
    max-width: none;
    flex: 1 1 0;
  }
  .o-grid__cell--offset-95\@md-and-up {
    margin-left: 95%;
  }
  .o-grid__cell .o-grid__cell--o1\@md-and-up {
    order: 1;
  }
  .o-grid__cell .o-grid__cell--o2\@md-and-up {
    order: 2;
  }
  .o-grid__cell .o-grid__cell--o3\@md-and-up {
    order: 3;
  }
  .o-grid__cell .o-grid__cell--o4\@md-and-up {
    order: 4;
  }
  .o-grid__cell .o-grid__cell--o5\@md-and-up {
    order: 5;
  }
  .o-grid__cell--w-100\@md-and-up {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .o-grid__cell--w-fixed\@md-and-up {
    max-width: none;
    flex: 0 1 auto;
  }
  .o-grid__cell--w-fit\@md-and-up {
    max-width: none;
    flex: 1 1 auto;
  }
  .o-grid__cell--w-fill\@md-and-up {
    max-width: none;
    flex: 1 1 0;
  }
  .o-grid__cell--offset-100\@md-and-up {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  .o-grid__cell .o-grid__cell--o1\@lg-and-up {
    order: 1;
  }
  .o-grid__cell .o-grid__cell--o2\@lg-and-up {
    order: 2;
  }
  .o-grid__cell .o-grid__cell--o3\@lg-and-up {
    order: 3;
  }
  .o-grid__cell .o-grid__cell--o4\@lg-and-up {
    order: 4;
  }
  .o-grid__cell .o-grid__cell--o5\@lg-and-up {
    order: 5;
  }
  .o-grid__cell--w-5\@lg-and-up {
    max-width: 5%;
    flex: 0 0 5%;
  }
  .o-grid__cell--w-fixed\@lg-and-up {
    max-width: none;
    flex: 0 1 auto;
  }
  .o-grid__cell--w-fit\@lg-and-up {
    max-width: none;
    flex: 1 1 auto;
  }
  .o-grid__cell--w-fill\@lg-and-up {
    max-width: none;
    flex: 1 1 0;
  }
  .o-grid__cell--offset-5\@lg-and-up {
    margin-left: 5%;
  }
  .o-grid__cell .o-grid__cell--o1\@lg-and-up {
    order: 1;
  }
  .o-grid__cell .o-grid__cell--o2\@lg-and-up {
    order: 2;
  }
  .o-grid__cell .o-grid__cell--o3\@lg-and-up {
    order: 3;
  }
  .o-grid__cell .o-grid__cell--o4\@lg-and-up {
    order: 4;
  }
  .o-grid__cell .o-grid__cell--o5\@lg-and-up {
    order: 5;
  }
  .o-grid__cell--w-10\@lg-and-up {
    max-width: 10%;
    flex: 0 0 10%;
  }
  .o-grid__cell--w-fixed\@lg-and-up {
    max-width: none;
    flex: 0 1 auto;
  }
  .o-grid__cell--w-fit\@lg-and-up {
    max-width: none;
    flex: 1 1 auto;
  }
  .o-grid__cell--w-fill\@lg-and-up {
    max-width: none;
    flex: 1 1 0;
  }
  .o-grid__cell--offset-10\@lg-and-up {
    margin-left: 10%;
  }
  .o-grid__cell .o-grid__cell--o1\@lg-and-up {
    order: 1;
  }
  .o-grid__cell .o-grid__cell--o2\@lg-and-up {
    order: 2;
  }
  .o-grid__cell .o-grid__cell--o3\@lg-and-up {
    order: 3;
  }
  .o-grid__cell .o-grid__cell--o4\@lg-and-up {
    order: 4;
  }
  .o-grid__cell .o-grid__cell--o5\@lg-and-up {
    order: 5;
  }
  .o-grid__cell--w-14\@lg-and-up {
    max-width: 14.2857142857%;
    flex: 0 0 14.2857142857%;
  }
  .o-grid__cell--w-fixed\@lg-and-up {
    max-width: none;
    flex: 0 1 auto;
  }
  .o-grid__cell--w-fit\@lg-and-up {
    max-width: none;
    flex: 1 1 auto;
  }
  .o-grid__cell--w-fill\@lg-and-up {
    max-width: none;
    flex: 1 1 0;
  }
  .o-grid__cell--offset-14\@lg-and-up {
    margin-left: 14.2857142857%;
  }
  .o-grid__cell .o-grid__cell--o1\@lg-and-up {
    order: 1;
  }
  .o-grid__cell .o-grid__cell--o2\@lg-and-up {
    order: 2;
  }
  .o-grid__cell .o-grid__cell--o3\@lg-and-up {
    order: 3;
  }
  .o-grid__cell .o-grid__cell--o4\@lg-and-up {
    order: 4;
  }
  .o-grid__cell .o-grid__cell--o5\@lg-and-up {
    order: 5;
  }
  .o-grid__cell--w-15\@lg-and-up {
    max-width: 15%;
    flex: 0 0 15%;
  }
  .o-grid__cell--w-fixed\@lg-and-up {
    max-width: none;
    flex: 0 1 auto;
  }
  .o-grid__cell--w-fit\@lg-and-up {
    max-width: none;
    flex: 1 1 auto;
  }
  .o-grid__cell--w-fill\@lg-and-up {
    max-width: none;
    flex: 1 1 0;
  }
  .o-grid__cell--offset-15\@lg-and-up {
    margin-left: 15%;
  }
  .o-grid__cell .o-grid__cell--o1\@lg-and-up {
    order: 1;
  }
  .o-grid__cell .o-grid__cell--o2\@lg-and-up {
    order: 2;
  }
  .o-grid__cell .o-grid__cell--o3\@lg-and-up {
    order: 3;
  }
  .o-grid__cell .o-grid__cell--o4\@lg-and-up {
    order: 4;
  }
  .o-grid__cell .o-grid__cell--o5\@lg-and-up {
    order: 5;
  }
  .o-grid__cell--w-16\@lg-and-up {
    max-width: 16.6666666667%;
    flex: 0 0 16.6666666667%;
  }
  .o-grid__cell--w-fixed\@lg-and-up {
    max-width: none;
    flex: 0 1 auto;
  }
  .o-grid__cell--w-fit\@lg-and-up {
    max-width: none;
    flex: 1 1 auto;
  }
  .o-grid__cell--w-fill\@lg-and-up {
    max-width: none;
    flex: 1 1 0;
  }
  .o-grid__cell--offset-16\@lg-and-up {
    margin-left: 16.6666666667%;
  }
  .o-grid__cell .o-grid__cell--o1\@lg-and-up {
    order: 1;
  }
  .o-grid__cell .o-grid__cell--o2\@lg-and-up {
    order: 2;
  }
  .o-grid__cell .o-grid__cell--o3\@lg-and-up {
    order: 3;
  }
  .o-grid__cell .o-grid__cell--o4\@lg-and-up {
    order: 4;
  }
  .o-grid__cell .o-grid__cell--o5\@lg-and-up {
    order: 5;
  }
  .o-grid__cell--w-20\@lg-and-up {
    max-width: 20%;
    flex: 0 0 20%;
  }
  .o-grid__cell--w-fixed\@lg-and-up {
    max-width: none;
    flex: 0 1 auto;
  }
  .o-grid__cell--w-fit\@lg-and-up {
    max-width: none;
    flex: 1 1 auto;
  }
  .o-grid__cell--w-fill\@lg-and-up {
    max-width: none;
    flex: 1 1 0;
  }
  .o-grid__cell--offset-20\@lg-and-up {
    margin-left: 20%;
  }
  .o-grid__cell .o-grid__cell--o1\@lg-and-up {
    order: 1;
  }
  .o-grid__cell .o-grid__cell--o2\@lg-and-up {
    order: 2;
  }
  .o-grid__cell .o-grid__cell--o3\@lg-and-up {
    order: 3;
  }
  .o-grid__cell .o-grid__cell--o4\@lg-and-up {
    order: 4;
  }
  .o-grid__cell .o-grid__cell--o5\@lg-and-up {
    order: 5;
  }
  .o-grid__cell--w-25\@lg-and-up {
    max-width: 25%;
    flex: 0 0 25%;
  }
  .o-grid__cell--w-fixed\@lg-and-up {
    max-width: none;
    flex: 0 1 auto;
  }
  .o-grid__cell--w-fit\@lg-and-up {
    max-width: none;
    flex: 1 1 auto;
  }
  .o-grid__cell--w-fill\@lg-and-up {
    max-width: none;
    flex: 1 1 0;
  }
  .o-grid__cell--offset-25\@lg-and-up {
    margin-left: 25%;
  }
  .o-grid__cell .o-grid__cell--o1\@lg-and-up {
    order: 1;
  }
  .o-grid__cell .o-grid__cell--o2\@lg-and-up {
    order: 2;
  }
  .o-grid__cell .o-grid__cell--o3\@lg-and-up {
    order: 3;
  }
  .o-grid__cell .o-grid__cell--o4\@lg-and-up {
    order: 4;
  }
  .o-grid__cell .o-grid__cell--o5\@lg-and-up {
    order: 5;
  }
  .o-grid__cell--w-30\@lg-and-up {
    max-width: 30%;
    flex: 0 0 30%;
  }
  .o-grid__cell--w-fixed\@lg-and-up {
    max-width: none;
    flex: 0 1 auto;
  }
  .o-grid__cell--w-fit\@lg-and-up {
    max-width: none;
    flex: 1 1 auto;
  }
  .o-grid__cell--w-fill\@lg-and-up {
    max-width: none;
    flex: 1 1 0;
  }
  .o-grid__cell--offset-30\@lg-and-up {
    margin-left: 30%;
  }
  .o-grid__cell .o-grid__cell--o1\@lg-and-up {
    order: 1;
  }
  .o-grid__cell .o-grid__cell--o2\@lg-and-up {
    order: 2;
  }
  .o-grid__cell .o-grid__cell--o3\@lg-and-up {
    order: 3;
  }
  .o-grid__cell .o-grid__cell--o4\@lg-and-up {
    order: 4;
  }
  .o-grid__cell .o-grid__cell--o5\@lg-and-up {
    order: 5;
  }
  .o-grid__cell--w-33\@lg-and-up {
    max-width: 33.3333333333%;
    flex: 0 0 33.3333333333%;
  }
  .o-grid__cell--w-fixed\@lg-and-up {
    max-width: none;
    flex: 0 1 auto;
  }
  .o-grid__cell--w-fit\@lg-and-up {
    max-width: none;
    flex: 1 1 auto;
  }
  .o-grid__cell--w-fill\@lg-and-up {
    max-width: none;
    flex: 1 1 0;
  }
  .o-grid__cell--offset-33\@lg-and-up {
    margin-left: 33.3333333333%;
  }
  .o-grid__cell .o-grid__cell--o1\@lg-and-up {
    order: 1;
  }
  .o-grid__cell .o-grid__cell--o2\@lg-and-up {
    order: 2;
  }
  .o-grid__cell .o-grid__cell--o3\@lg-and-up {
    order: 3;
  }
  .o-grid__cell .o-grid__cell--o4\@lg-and-up {
    order: 4;
  }
  .o-grid__cell .o-grid__cell--o5\@lg-and-up {
    order: 5;
  }
  .o-grid__cell--w-35\@lg-and-up {
    max-width: 35%;
    flex: 0 0 35%;
  }
  .o-grid__cell--w-fixed\@lg-and-up {
    max-width: none;
    flex: 0 1 auto;
  }
  .o-grid__cell--w-fit\@lg-and-up {
    max-width: none;
    flex: 1 1 auto;
  }
  .o-grid__cell--w-fill\@lg-and-up {
    max-width: none;
    flex: 1 1 0;
  }
  .o-grid__cell--offset-35\@lg-and-up {
    margin-left: 35%;
  }
  .o-grid__cell .o-grid__cell--o1\@lg-and-up {
    order: 1;
  }
  .o-grid__cell .o-grid__cell--o2\@lg-and-up {
    order: 2;
  }
  .o-grid__cell .o-grid__cell--o3\@lg-and-up {
    order: 3;
  }
  .o-grid__cell .o-grid__cell--o4\@lg-and-up {
    order: 4;
  }
  .o-grid__cell .o-grid__cell--o5\@lg-and-up {
    order: 5;
  }
  .o-grid__cell--w-40\@lg-and-up {
    max-width: 40%;
    flex: 0 0 40%;
  }
  .o-grid__cell--w-fixed\@lg-and-up {
    max-width: none;
    flex: 0 1 auto;
  }
  .o-grid__cell--w-fit\@lg-and-up {
    max-width: none;
    flex: 1 1 auto;
  }
  .o-grid__cell--w-fill\@lg-and-up {
    max-width: none;
    flex: 1 1 0;
  }
  .o-grid__cell--offset-40\@lg-and-up {
    margin-left: 40%;
  }
  .o-grid__cell .o-grid__cell--o1\@lg-and-up {
    order: 1;
  }
  .o-grid__cell .o-grid__cell--o2\@lg-and-up {
    order: 2;
  }
  .o-grid__cell .o-grid__cell--o3\@lg-and-up {
    order: 3;
  }
  .o-grid__cell .o-grid__cell--o4\@lg-and-up {
    order: 4;
  }
  .o-grid__cell .o-grid__cell--o5\@lg-and-up {
    order: 5;
  }
  .o-grid__cell--w-45\@lg-and-up {
    max-width: 45%;
    flex: 0 0 45%;
  }
  .o-grid__cell--w-fixed\@lg-and-up {
    max-width: none;
    flex: 0 1 auto;
  }
  .o-grid__cell--w-fit\@lg-and-up {
    max-width: none;
    flex: 1 1 auto;
  }
  .o-grid__cell--w-fill\@lg-and-up {
    max-width: none;
    flex: 1 1 0;
  }
  .o-grid__cell--offset-45\@lg-and-up {
    margin-left: 45%;
  }
  .o-grid__cell .o-grid__cell--o1\@lg-and-up {
    order: 1;
  }
  .o-grid__cell .o-grid__cell--o2\@lg-and-up {
    order: 2;
  }
  .o-grid__cell .o-grid__cell--o3\@lg-and-up {
    order: 3;
  }
  .o-grid__cell .o-grid__cell--o4\@lg-and-up {
    order: 4;
  }
  .o-grid__cell .o-grid__cell--o5\@lg-and-up {
    order: 5;
  }
  .o-grid__cell--w-50\@lg-and-up {
    max-width: 50%;
    flex: 0 0 50%;
  }
  .o-grid__cell--w-fixed\@lg-and-up {
    max-width: none;
    flex: 0 1 auto;
  }
  .o-grid__cell--w-fit\@lg-and-up {
    max-width: none;
    flex: 1 1 auto;
  }
  .o-grid__cell--w-fill\@lg-and-up {
    max-width: none;
    flex: 1 1 0;
  }
  .o-grid__cell--offset-50\@lg-and-up {
    margin-left: 50%;
  }
  .o-grid__cell .o-grid__cell--o1\@lg-and-up {
    order: 1;
  }
  .o-grid__cell .o-grid__cell--o2\@lg-and-up {
    order: 2;
  }
  .o-grid__cell .o-grid__cell--o3\@lg-and-up {
    order: 3;
  }
  .o-grid__cell .o-grid__cell--o4\@lg-and-up {
    order: 4;
  }
  .o-grid__cell .o-grid__cell--o5\@lg-and-up {
    order: 5;
  }
  .o-grid__cell--w-55\@lg-and-up {
    max-width: 55%;
    flex: 0 0 55%;
  }
  .o-grid__cell--w-fixed\@lg-and-up {
    max-width: none;
    flex: 0 1 auto;
  }
  .o-grid__cell--w-fit\@lg-and-up {
    max-width: none;
    flex: 1 1 auto;
  }
  .o-grid__cell--w-fill\@lg-and-up {
    max-width: none;
    flex: 1 1 0;
  }
  .o-grid__cell--offset-55\@lg-and-up {
    margin-left: 55%;
  }
  .o-grid__cell .o-grid__cell--o1\@lg-and-up {
    order: 1;
  }
  .o-grid__cell .o-grid__cell--o2\@lg-and-up {
    order: 2;
  }
  .o-grid__cell .o-grid__cell--o3\@lg-and-up {
    order: 3;
  }
  .o-grid__cell .o-grid__cell--o4\@lg-and-up {
    order: 4;
  }
  .o-grid__cell .o-grid__cell--o5\@lg-and-up {
    order: 5;
  }
  .o-grid__cell--w-60\@lg-and-up {
    max-width: 60%;
    flex: 0 0 60%;
  }
  .o-grid__cell--w-fixed\@lg-and-up {
    max-width: none;
    flex: 0 1 auto;
  }
  .o-grid__cell--w-fit\@lg-and-up {
    max-width: none;
    flex: 1 1 auto;
  }
  .o-grid__cell--w-fill\@lg-and-up {
    max-width: none;
    flex: 1 1 0;
  }
  .o-grid__cell--offset-60\@lg-and-up {
    margin-left: 60%;
  }
  .o-grid__cell .o-grid__cell--o1\@lg-and-up {
    order: 1;
  }
  .o-grid__cell .o-grid__cell--o2\@lg-and-up {
    order: 2;
  }
  .o-grid__cell .o-grid__cell--o3\@lg-and-up {
    order: 3;
  }
  .o-grid__cell .o-grid__cell--o4\@lg-and-up {
    order: 4;
  }
  .o-grid__cell .o-grid__cell--o5\@lg-and-up {
    order: 5;
  }
  .o-grid__cell--w-65\@lg-and-up {
    max-width: 65%;
    flex: 0 0 65%;
  }
  .o-grid__cell--w-fixed\@lg-and-up {
    max-width: none;
    flex: 0 1 auto;
  }
  .o-grid__cell--w-fit\@lg-and-up {
    max-width: none;
    flex: 1 1 auto;
  }
  .o-grid__cell--w-fill\@lg-and-up {
    max-width: none;
    flex: 1 1 0;
  }
  .o-grid__cell--offset-65\@lg-and-up {
    margin-left: 65%;
  }
  .o-grid__cell .o-grid__cell--o1\@lg-and-up {
    order: 1;
  }
  .o-grid__cell .o-grid__cell--o2\@lg-and-up {
    order: 2;
  }
  .o-grid__cell .o-grid__cell--o3\@lg-and-up {
    order: 3;
  }
  .o-grid__cell .o-grid__cell--o4\@lg-and-up {
    order: 4;
  }
  .o-grid__cell .o-grid__cell--o5\@lg-and-up {
    order: 5;
  }
  .o-grid__cell--w-67\@lg-and-up {
    max-width: 66.6666666667%;
    flex: 0 0 66.6666666667%;
  }
  .o-grid__cell--w-fixed\@lg-and-up {
    max-width: none;
    flex: 0 1 auto;
  }
  .o-grid__cell--w-fit\@lg-and-up {
    max-width: none;
    flex: 1 1 auto;
  }
  .o-grid__cell--w-fill\@lg-and-up {
    max-width: none;
    flex: 1 1 0;
  }
  .o-grid__cell--offset-67\@lg-and-up {
    margin-left: 66.6666666667%;
  }
  .o-grid__cell .o-grid__cell--o1\@lg-and-up {
    order: 1;
  }
  .o-grid__cell .o-grid__cell--o2\@lg-and-up {
    order: 2;
  }
  .o-grid__cell .o-grid__cell--o3\@lg-and-up {
    order: 3;
  }
  .o-grid__cell .o-grid__cell--o4\@lg-and-up {
    order: 4;
  }
  .o-grid__cell .o-grid__cell--o5\@lg-and-up {
    order: 5;
  }
  .o-grid__cell--w-70\@lg-and-up {
    max-width: 70%;
    flex: 0 0 70%;
  }
  .o-grid__cell--w-fixed\@lg-and-up {
    max-width: none;
    flex: 0 1 auto;
  }
  .o-grid__cell--w-fit\@lg-and-up {
    max-width: none;
    flex: 1 1 auto;
  }
  .o-grid__cell--w-fill\@lg-and-up {
    max-width: none;
    flex: 1 1 0;
  }
  .o-grid__cell--offset-70\@lg-and-up {
    margin-left: 70%;
  }
  .o-grid__cell .o-grid__cell--o1\@lg-and-up {
    order: 1;
  }
  .o-grid__cell .o-grid__cell--o2\@lg-and-up {
    order: 2;
  }
  .o-grid__cell .o-grid__cell--o3\@lg-and-up {
    order: 3;
  }
  .o-grid__cell .o-grid__cell--o4\@lg-and-up {
    order: 4;
  }
  .o-grid__cell .o-grid__cell--o5\@lg-and-up {
    order: 5;
  }
  .o-grid__cell--w-75\@lg-and-up {
    max-width: 75%;
    flex: 0 0 75%;
  }
  .o-grid__cell--w-fixed\@lg-and-up {
    max-width: none;
    flex: 0 1 auto;
  }
  .o-grid__cell--w-fit\@lg-and-up {
    max-width: none;
    flex: 1 1 auto;
  }
  .o-grid__cell--w-fill\@lg-and-up {
    max-width: none;
    flex: 1 1 0;
  }
  .o-grid__cell--offset-75\@lg-and-up {
    margin-left: 75%;
  }
  .o-grid__cell .o-grid__cell--o1\@lg-and-up {
    order: 1;
  }
  .o-grid__cell .o-grid__cell--o2\@lg-and-up {
    order: 2;
  }
  .o-grid__cell .o-grid__cell--o3\@lg-and-up {
    order: 3;
  }
  .o-grid__cell .o-grid__cell--o4\@lg-and-up {
    order: 4;
  }
  .o-grid__cell .o-grid__cell--o5\@lg-and-up {
    order: 5;
  }
  .o-grid__cell--w-80\@lg-and-up {
    max-width: 80%;
    flex: 0 0 80%;
  }
  .o-grid__cell--w-fixed\@lg-and-up {
    max-width: none;
    flex: 0 1 auto;
  }
  .o-grid__cell--w-fit\@lg-and-up {
    max-width: none;
    flex: 1 1 auto;
  }
  .o-grid__cell--w-fill\@lg-and-up {
    max-width: none;
    flex: 1 1 0;
  }
  .o-grid__cell--offset-80\@lg-and-up {
    margin-left: 80%;
  }
  .o-grid__cell .o-grid__cell--o1\@lg-and-up {
    order: 1;
  }
  .o-grid__cell .o-grid__cell--o2\@lg-and-up {
    order: 2;
  }
  .o-grid__cell .o-grid__cell--o3\@lg-and-up {
    order: 3;
  }
  .o-grid__cell .o-grid__cell--o4\@lg-and-up {
    order: 4;
  }
  .o-grid__cell .o-grid__cell--o5\@lg-and-up {
    order: 5;
  }
  .o-grid__cell--w-85\@lg-and-up {
    max-width: 85%;
    flex: 0 0 85%;
  }
  .o-grid__cell--w-fixed\@lg-and-up {
    max-width: none;
    flex: 0 1 auto;
  }
  .o-grid__cell--w-fit\@lg-and-up {
    max-width: none;
    flex: 1 1 auto;
  }
  .o-grid__cell--w-fill\@lg-and-up {
    max-width: none;
    flex: 1 1 0;
  }
  .o-grid__cell--offset-85\@lg-and-up {
    margin-left: 85%;
  }
  .o-grid__cell .o-grid__cell--o1\@lg-and-up {
    order: 1;
  }
  .o-grid__cell .o-grid__cell--o2\@lg-and-up {
    order: 2;
  }
  .o-grid__cell .o-grid__cell--o3\@lg-and-up {
    order: 3;
  }
  .o-grid__cell .o-grid__cell--o4\@lg-and-up {
    order: 4;
  }
  .o-grid__cell .o-grid__cell--o5\@lg-and-up {
    order: 5;
  }
  .o-grid__cell--w-90\@lg-and-up {
    max-width: 90%;
    flex: 0 0 90%;
  }
  .o-grid__cell--w-fixed\@lg-and-up {
    max-width: none;
    flex: 0 1 auto;
  }
  .o-grid__cell--w-fit\@lg-and-up {
    max-width: none;
    flex: 1 1 auto;
  }
  .o-grid__cell--w-fill\@lg-and-up {
    max-width: none;
    flex: 1 1 0;
  }
  .o-grid__cell--offset-90\@lg-and-up {
    margin-left: 90%;
  }
  .o-grid__cell .o-grid__cell--o1\@lg-and-up {
    order: 1;
  }
  .o-grid__cell .o-grid__cell--o2\@lg-and-up {
    order: 2;
  }
  .o-grid__cell .o-grid__cell--o3\@lg-and-up {
    order: 3;
  }
  .o-grid__cell .o-grid__cell--o4\@lg-and-up {
    order: 4;
  }
  .o-grid__cell .o-grid__cell--o5\@lg-and-up {
    order: 5;
  }
  .o-grid__cell--w-95\@lg-and-up {
    max-width: 95%;
    flex: 0 0 95%;
  }
  .o-grid__cell--w-fixed\@lg-and-up {
    max-width: none;
    flex: 0 1 auto;
  }
  .o-grid__cell--w-fit\@lg-and-up {
    max-width: none;
    flex: 1 1 auto;
  }
  .o-grid__cell--w-fill\@lg-and-up {
    max-width: none;
    flex: 1 1 0;
  }
  .o-grid__cell--offset-95\@lg-and-up {
    margin-left: 95%;
  }
  .o-grid__cell .o-grid__cell--o1\@lg-and-up {
    order: 1;
  }
  .o-grid__cell .o-grid__cell--o2\@lg-and-up {
    order: 2;
  }
  .o-grid__cell .o-grid__cell--o3\@lg-and-up {
    order: 3;
  }
  .o-grid__cell .o-grid__cell--o4\@lg-and-up {
    order: 4;
  }
  .o-grid__cell .o-grid__cell--o5\@lg-and-up {
    order: 5;
  }
  .o-grid__cell--w-100\@lg-and-up {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .o-grid__cell--w-fixed\@lg-and-up {
    max-width: none;
    flex: 0 1 auto;
  }
  .o-grid__cell--w-fit\@lg-and-up {
    max-width: none;
    flex: 1 1 auto;
  }
  .o-grid__cell--w-fill\@lg-and-up {
    max-width: none;
    flex: 1 1 0;
  }
  .o-grid__cell--offset-100\@lg-and-up {
    margin-left: 100%;
  }
}
@media (min-width: 1248px) {
  .o-grid__cell .o-grid__cell--o1\@xl-and-up {
    order: 1;
  }
  .o-grid__cell .o-grid__cell--o2\@xl-and-up {
    order: 2;
  }
  .o-grid__cell .o-grid__cell--o3\@xl-and-up {
    order: 3;
  }
  .o-grid__cell .o-grid__cell--o4\@xl-and-up {
    order: 4;
  }
  .o-grid__cell .o-grid__cell--o5\@xl-and-up {
    order: 5;
  }
  .o-grid__cell--w-5\@xl-and-up {
    max-width: 5%;
    flex: 0 0 5%;
  }
  .o-grid__cell--w-fixed\@xl-and-up {
    max-width: none;
    flex: 0 1 auto;
  }
  .o-grid__cell--w-fit\@xl-and-up {
    max-width: none;
    flex: 1 1 auto;
  }
  .o-grid__cell--w-fill\@xl-and-up {
    max-width: none;
    flex: 1 1 0;
  }
  .o-grid__cell--offset-5\@xl-and-up {
    margin-left: 5%;
  }
  .o-grid__cell .o-grid__cell--o1\@xl-and-up {
    order: 1;
  }
  .o-grid__cell .o-grid__cell--o2\@xl-and-up {
    order: 2;
  }
  .o-grid__cell .o-grid__cell--o3\@xl-and-up {
    order: 3;
  }
  .o-grid__cell .o-grid__cell--o4\@xl-and-up {
    order: 4;
  }
  .o-grid__cell .o-grid__cell--o5\@xl-and-up {
    order: 5;
  }
  .o-grid__cell--w-10\@xl-and-up {
    max-width: 10%;
    flex: 0 0 10%;
  }
  .o-grid__cell--w-fixed\@xl-and-up {
    max-width: none;
    flex: 0 1 auto;
  }
  .o-grid__cell--w-fit\@xl-and-up {
    max-width: none;
    flex: 1 1 auto;
  }
  .o-grid__cell--w-fill\@xl-and-up {
    max-width: none;
    flex: 1 1 0;
  }
  .o-grid__cell--offset-10\@xl-and-up {
    margin-left: 10%;
  }
  .o-grid__cell .o-grid__cell--o1\@xl-and-up {
    order: 1;
  }
  .o-grid__cell .o-grid__cell--o2\@xl-and-up {
    order: 2;
  }
  .o-grid__cell .o-grid__cell--o3\@xl-and-up {
    order: 3;
  }
  .o-grid__cell .o-grid__cell--o4\@xl-and-up {
    order: 4;
  }
  .o-grid__cell .o-grid__cell--o5\@xl-and-up {
    order: 5;
  }
  .o-grid__cell--w-14\@xl-and-up {
    max-width: 14.2857142857%;
    flex: 0 0 14.2857142857%;
  }
  .o-grid__cell--w-fixed\@xl-and-up {
    max-width: none;
    flex: 0 1 auto;
  }
  .o-grid__cell--w-fit\@xl-and-up {
    max-width: none;
    flex: 1 1 auto;
  }
  .o-grid__cell--w-fill\@xl-and-up {
    max-width: none;
    flex: 1 1 0;
  }
  .o-grid__cell--offset-14\@xl-and-up {
    margin-left: 14.2857142857%;
  }
  .o-grid__cell .o-grid__cell--o1\@xl-and-up {
    order: 1;
  }
  .o-grid__cell .o-grid__cell--o2\@xl-and-up {
    order: 2;
  }
  .o-grid__cell .o-grid__cell--o3\@xl-and-up {
    order: 3;
  }
  .o-grid__cell .o-grid__cell--o4\@xl-and-up {
    order: 4;
  }
  .o-grid__cell .o-grid__cell--o5\@xl-and-up {
    order: 5;
  }
  .o-grid__cell--w-15\@xl-and-up {
    max-width: 15%;
    flex: 0 0 15%;
  }
  .o-grid__cell--w-fixed\@xl-and-up {
    max-width: none;
    flex: 0 1 auto;
  }
  .o-grid__cell--w-fit\@xl-and-up {
    max-width: none;
    flex: 1 1 auto;
  }
  .o-grid__cell--w-fill\@xl-and-up {
    max-width: none;
    flex: 1 1 0;
  }
  .o-grid__cell--offset-15\@xl-and-up {
    margin-left: 15%;
  }
  .o-grid__cell .o-grid__cell--o1\@xl-and-up {
    order: 1;
  }
  .o-grid__cell .o-grid__cell--o2\@xl-and-up {
    order: 2;
  }
  .o-grid__cell .o-grid__cell--o3\@xl-and-up {
    order: 3;
  }
  .o-grid__cell .o-grid__cell--o4\@xl-and-up {
    order: 4;
  }
  .o-grid__cell .o-grid__cell--o5\@xl-and-up {
    order: 5;
  }
  .o-grid__cell--w-16\@xl-and-up {
    max-width: 16.6666666667%;
    flex: 0 0 16.6666666667%;
  }
  .o-grid__cell--w-fixed\@xl-and-up {
    max-width: none;
    flex: 0 1 auto;
  }
  .o-grid__cell--w-fit\@xl-and-up {
    max-width: none;
    flex: 1 1 auto;
  }
  .o-grid__cell--w-fill\@xl-and-up {
    max-width: none;
    flex: 1 1 0;
  }
  .o-grid__cell--offset-16\@xl-and-up {
    margin-left: 16.6666666667%;
  }
  .o-grid__cell .o-grid__cell--o1\@xl-and-up {
    order: 1;
  }
  .o-grid__cell .o-grid__cell--o2\@xl-and-up {
    order: 2;
  }
  .o-grid__cell .o-grid__cell--o3\@xl-and-up {
    order: 3;
  }
  .o-grid__cell .o-grid__cell--o4\@xl-and-up {
    order: 4;
  }
  .o-grid__cell .o-grid__cell--o5\@xl-and-up {
    order: 5;
  }
  .o-grid__cell--w-20\@xl-and-up {
    max-width: 20%;
    flex: 0 0 20%;
  }
  .o-grid__cell--w-fixed\@xl-and-up {
    max-width: none;
    flex: 0 1 auto;
  }
  .o-grid__cell--w-fit\@xl-and-up {
    max-width: none;
    flex: 1 1 auto;
  }
  .o-grid__cell--w-fill\@xl-and-up {
    max-width: none;
    flex: 1 1 0;
  }
  .o-grid__cell--offset-20\@xl-and-up {
    margin-left: 20%;
  }
  .o-grid__cell .o-grid__cell--o1\@xl-and-up {
    order: 1;
  }
  .o-grid__cell .o-grid__cell--o2\@xl-and-up {
    order: 2;
  }
  .o-grid__cell .o-grid__cell--o3\@xl-and-up {
    order: 3;
  }
  .o-grid__cell .o-grid__cell--o4\@xl-and-up {
    order: 4;
  }
  .o-grid__cell .o-grid__cell--o5\@xl-and-up {
    order: 5;
  }
  .o-grid__cell--w-25\@xl-and-up {
    max-width: 25%;
    flex: 0 0 25%;
  }
  .o-grid__cell--w-fixed\@xl-and-up {
    max-width: none;
    flex: 0 1 auto;
  }
  .o-grid__cell--w-fit\@xl-and-up {
    max-width: none;
    flex: 1 1 auto;
  }
  .o-grid__cell--w-fill\@xl-and-up {
    max-width: none;
    flex: 1 1 0;
  }
  .o-grid__cell--offset-25\@xl-and-up {
    margin-left: 25%;
  }
  .o-grid__cell .o-grid__cell--o1\@xl-and-up {
    order: 1;
  }
  .o-grid__cell .o-grid__cell--o2\@xl-and-up {
    order: 2;
  }
  .o-grid__cell .o-grid__cell--o3\@xl-and-up {
    order: 3;
  }
  .o-grid__cell .o-grid__cell--o4\@xl-and-up {
    order: 4;
  }
  .o-grid__cell .o-grid__cell--o5\@xl-and-up {
    order: 5;
  }
  .o-grid__cell--w-30\@xl-and-up {
    max-width: 30%;
    flex: 0 0 30%;
  }
  .o-grid__cell--w-fixed\@xl-and-up {
    max-width: none;
    flex: 0 1 auto;
  }
  .o-grid__cell--w-fit\@xl-and-up {
    max-width: none;
    flex: 1 1 auto;
  }
  .o-grid__cell--w-fill\@xl-and-up {
    max-width: none;
    flex: 1 1 0;
  }
  .o-grid__cell--offset-30\@xl-and-up {
    margin-left: 30%;
  }
  .o-grid__cell .o-grid__cell--o1\@xl-and-up {
    order: 1;
  }
  .o-grid__cell .o-grid__cell--o2\@xl-and-up {
    order: 2;
  }
  .o-grid__cell .o-grid__cell--o3\@xl-and-up {
    order: 3;
  }
  .o-grid__cell .o-grid__cell--o4\@xl-and-up {
    order: 4;
  }
  .o-grid__cell .o-grid__cell--o5\@xl-and-up {
    order: 5;
  }
  .o-grid__cell--w-33\@xl-and-up {
    max-width: 33.3333333333%;
    flex: 0 0 33.3333333333%;
  }
  .o-grid__cell--w-fixed\@xl-and-up {
    max-width: none;
    flex: 0 1 auto;
  }
  .o-grid__cell--w-fit\@xl-and-up {
    max-width: none;
    flex: 1 1 auto;
  }
  .o-grid__cell--w-fill\@xl-and-up {
    max-width: none;
    flex: 1 1 0;
  }
  .o-grid__cell--offset-33\@xl-and-up {
    margin-left: 33.3333333333%;
  }
  .o-grid__cell .o-grid__cell--o1\@xl-and-up {
    order: 1;
  }
  .o-grid__cell .o-grid__cell--o2\@xl-and-up {
    order: 2;
  }
  .o-grid__cell .o-grid__cell--o3\@xl-and-up {
    order: 3;
  }
  .o-grid__cell .o-grid__cell--o4\@xl-and-up {
    order: 4;
  }
  .o-grid__cell .o-grid__cell--o5\@xl-and-up {
    order: 5;
  }
  .o-grid__cell--w-35\@xl-and-up {
    max-width: 35%;
    flex: 0 0 35%;
  }
  .o-grid__cell--w-fixed\@xl-and-up {
    max-width: none;
    flex: 0 1 auto;
  }
  .o-grid__cell--w-fit\@xl-and-up {
    max-width: none;
    flex: 1 1 auto;
  }
  .o-grid__cell--w-fill\@xl-and-up {
    max-width: none;
    flex: 1 1 0;
  }
  .o-grid__cell--offset-35\@xl-and-up {
    margin-left: 35%;
  }
  .o-grid__cell .o-grid__cell--o1\@xl-and-up {
    order: 1;
  }
  .o-grid__cell .o-grid__cell--o2\@xl-and-up {
    order: 2;
  }
  .o-grid__cell .o-grid__cell--o3\@xl-and-up {
    order: 3;
  }
  .o-grid__cell .o-grid__cell--o4\@xl-and-up {
    order: 4;
  }
  .o-grid__cell .o-grid__cell--o5\@xl-and-up {
    order: 5;
  }
  .o-grid__cell--w-40\@xl-and-up {
    max-width: 40%;
    flex: 0 0 40%;
  }
  .o-grid__cell--w-fixed\@xl-and-up {
    max-width: none;
    flex: 0 1 auto;
  }
  .o-grid__cell--w-fit\@xl-and-up {
    max-width: none;
    flex: 1 1 auto;
  }
  .o-grid__cell--w-fill\@xl-and-up {
    max-width: none;
    flex: 1 1 0;
  }
  .o-grid__cell--offset-40\@xl-and-up {
    margin-left: 40%;
  }
  .o-grid__cell .o-grid__cell--o1\@xl-and-up {
    order: 1;
  }
  .o-grid__cell .o-grid__cell--o2\@xl-and-up {
    order: 2;
  }
  .o-grid__cell .o-grid__cell--o3\@xl-and-up {
    order: 3;
  }
  .o-grid__cell .o-grid__cell--o4\@xl-and-up {
    order: 4;
  }
  .o-grid__cell .o-grid__cell--o5\@xl-and-up {
    order: 5;
  }
  .o-grid__cell--w-45\@xl-and-up {
    max-width: 45%;
    flex: 0 0 45%;
  }
  .o-grid__cell--w-fixed\@xl-and-up {
    max-width: none;
    flex: 0 1 auto;
  }
  .o-grid__cell--w-fit\@xl-and-up {
    max-width: none;
    flex: 1 1 auto;
  }
  .o-grid__cell--w-fill\@xl-and-up {
    max-width: none;
    flex: 1 1 0;
  }
  .o-grid__cell--offset-45\@xl-and-up {
    margin-left: 45%;
  }
  .o-grid__cell .o-grid__cell--o1\@xl-and-up {
    order: 1;
  }
  .o-grid__cell .o-grid__cell--o2\@xl-and-up {
    order: 2;
  }
  .o-grid__cell .o-grid__cell--o3\@xl-and-up {
    order: 3;
  }
  .o-grid__cell .o-grid__cell--o4\@xl-and-up {
    order: 4;
  }
  .o-grid__cell .o-grid__cell--o5\@xl-and-up {
    order: 5;
  }
  .o-grid__cell--w-50\@xl-and-up {
    max-width: 50%;
    flex: 0 0 50%;
  }
  .o-grid__cell--w-fixed\@xl-and-up {
    max-width: none;
    flex: 0 1 auto;
  }
  .o-grid__cell--w-fit\@xl-and-up {
    max-width: none;
    flex: 1 1 auto;
  }
  .o-grid__cell--w-fill\@xl-and-up {
    max-width: none;
    flex: 1 1 0;
  }
  .o-grid__cell--offset-50\@xl-and-up {
    margin-left: 50%;
  }
  .o-grid__cell .o-grid__cell--o1\@xl-and-up {
    order: 1;
  }
  .o-grid__cell .o-grid__cell--o2\@xl-and-up {
    order: 2;
  }
  .o-grid__cell .o-grid__cell--o3\@xl-and-up {
    order: 3;
  }
  .o-grid__cell .o-grid__cell--o4\@xl-and-up {
    order: 4;
  }
  .o-grid__cell .o-grid__cell--o5\@xl-and-up {
    order: 5;
  }
  .o-grid__cell--w-55\@xl-and-up {
    max-width: 55%;
    flex: 0 0 55%;
  }
  .o-grid__cell--w-fixed\@xl-and-up {
    max-width: none;
    flex: 0 1 auto;
  }
  .o-grid__cell--w-fit\@xl-and-up {
    max-width: none;
    flex: 1 1 auto;
  }
  .o-grid__cell--w-fill\@xl-and-up {
    max-width: none;
    flex: 1 1 0;
  }
  .o-grid__cell--offset-55\@xl-and-up {
    margin-left: 55%;
  }
  .o-grid__cell .o-grid__cell--o1\@xl-and-up {
    order: 1;
  }
  .o-grid__cell .o-grid__cell--o2\@xl-and-up {
    order: 2;
  }
  .o-grid__cell .o-grid__cell--o3\@xl-and-up {
    order: 3;
  }
  .o-grid__cell .o-grid__cell--o4\@xl-and-up {
    order: 4;
  }
  .o-grid__cell .o-grid__cell--o5\@xl-and-up {
    order: 5;
  }
  .o-grid__cell--w-60\@xl-and-up {
    max-width: 60%;
    flex: 0 0 60%;
  }
  .o-grid__cell--w-fixed\@xl-and-up {
    max-width: none;
    flex: 0 1 auto;
  }
  .o-grid__cell--w-fit\@xl-and-up {
    max-width: none;
    flex: 1 1 auto;
  }
  .o-grid__cell--w-fill\@xl-and-up {
    max-width: none;
    flex: 1 1 0;
  }
  .o-grid__cell--offset-60\@xl-and-up {
    margin-left: 60%;
  }
  .o-grid__cell .o-grid__cell--o1\@xl-and-up {
    order: 1;
  }
  .o-grid__cell .o-grid__cell--o2\@xl-and-up {
    order: 2;
  }
  .o-grid__cell .o-grid__cell--o3\@xl-and-up {
    order: 3;
  }
  .o-grid__cell .o-grid__cell--o4\@xl-and-up {
    order: 4;
  }
  .o-grid__cell .o-grid__cell--o5\@xl-and-up {
    order: 5;
  }
  .o-grid__cell--w-65\@xl-and-up {
    max-width: 65%;
    flex: 0 0 65%;
  }
  .o-grid__cell--w-fixed\@xl-and-up {
    max-width: none;
    flex: 0 1 auto;
  }
  .o-grid__cell--w-fit\@xl-and-up {
    max-width: none;
    flex: 1 1 auto;
  }
  .o-grid__cell--w-fill\@xl-and-up {
    max-width: none;
    flex: 1 1 0;
  }
  .o-grid__cell--offset-65\@xl-and-up {
    margin-left: 65%;
  }
  .o-grid__cell .o-grid__cell--o1\@xl-and-up {
    order: 1;
  }
  .o-grid__cell .o-grid__cell--o2\@xl-and-up {
    order: 2;
  }
  .o-grid__cell .o-grid__cell--o3\@xl-and-up {
    order: 3;
  }
  .o-grid__cell .o-grid__cell--o4\@xl-and-up {
    order: 4;
  }
  .o-grid__cell .o-grid__cell--o5\@xl-and-up {
    order: 5;
  }
  .o-grid__cell--w-67\@xl-and-up {
    max-width: 66.6666666667%;
    flex: 0 0 66.6666666667%;
  }
  .o-grid__cell--w-fixed\@xl-and-up {
    max-width: none;
    flex: 0 1 auto;
  }
  .o-grid__cell--w-fit\@xl-and-up {
    max-width: none;
    flex: 1 1 auto;
  }
  .o-grid__cell--w-fill\@xl-and-up {
    max-width: none;
    flex: 1 1 0;
  }
  .o-grid__cell--offset-67\@xl-and-up {
    margin-left: 66.6666666667%;
  }
  .o-grid__cell .o-grid__cell--o1\@xl-and-up {
    order: 1;
  }
  .o-grid__cell .o-grid__cell--o2\@xl-and-up {
    order: 2;
  }
  .o-grid__cell .o-grid__cell--o3\@xl-and-up {
    order: 3;
  }
  .o-grid__cell .o-grid__cell--o4\@xl-and-up {
    order: 4;
  }
  .o-grid__cell .o-grid__cell--o5\@xl-and-up {
    order: 5;
  }
  .o-grid__cell--w-70\@xl-and-up {
    max-width: 70%;
    flex: 0 0 70%;
  }
  .o-grid__cell--w-fixed\@xl-and-up {
    max-width: none;
    flex: 0 1 auto;
  }
  .o-grid__cell--w-fit\@xl-and-up {
    max-width: none;
    flex: 1 1 auto;
  }
  .o-grid__cell--w-fill\@xl-and-up {
    max-width: none;
    flex: 1 1 0;
  }
  .o-grid__cell--offset-70\@xl-and-up {
    margin-left: 70%;
  }
  .o-grid__cell .o-grid__cell--o1\@xl-and-up {
    order: 1;
  }
  .o-grid__cell .o-grid__cell--o2\@xl-and-up {
    order: 2;
  }
  .o-grid__cell .o-grid__cell--o3\@xl-and-up {
    order: 3;
  }
  .o-grid__cell .o-grid__cell--o4\@xl-and-up {
    order: 4;
  }
  .o-grid__cell .o-grid__cell--o5\@xl-and-up {
    order: 5;
  }
  .o-grid__cell--w-75\@xl-and-up {
    max-width: 75%;
    flex: 0 0 75%;
  }
  .o-grid__cell--w-fixed\@xl-and-up {
    max-width: none;
    flex: 0 1 auto;
  }
  .o-grid__cell--w-fit\@xl-and-up {
    max-width: none;
    flex: 1 1 auto;
  }
  .o-grid__cell--w-fill\@xl-and-up {
    max-width: none;
    flex: 1 1 0;
  }
  .o-grid__cell--offset-75\@xl-and-up {
    margin-left: 75%;
  }
  .o-grid__cell .o-grid__cell--o1\@xl-and-up {
    order: 1;
  }
  .o-grid__cell .o-grid__cell--o2\@xl-and-up {
    order: 2;
  }
  .o-grid__cell .o-grid__cell--o3\@xl-and-up {
    order: 3;
  }
  .o-grid__cell .o-grid__cell--o4\@xl-and-up {
    order: 4;
  }
  .o-grid__cell .o-grid__cell--o5\@xl-and-up {
    order: 5;
  }
  .o-grid__cell--w-80\@xl-and-up {
    max-width: 80%;
    flex: 0 0 80%;
  }
  .o-grid__cell--w-fixed\@xl-and-up {
    max-width: none;
    flex: 0 1 auto;
  }
  .o-grid__cell--w-fit\@xl-and-up {
    max-width: none;
    flex: 1 1 auto;
  }
  .o-grid__cell--w-fill\@xl-and-up {
    max-width: none;
    flex: 1 1 0;
  }
  .o-grid__cell--offset-80\@xl-and-up {
    margin-left: 80%;
  }
  .o-grid__cell .o-grid__cell--o1\@xl-and-up {
    order: 1;
  }
  .o-grid__cell .o-grid__cell--o2\@xl-and-up {
    order: 2;
  }
  .o-grid__cell .o-grid__cell--o3\@xl-and-up {
    order: 3;
  }
  .o-grid__cell .o-grid__cell--o4\@xl-and-up {
    order: 4;
  }
  .o-grid__cell .o-grid__cell--o5\@xl-and-up {
    order: 5;
  }
  .o-grid__cell--w-85\@xl-and-up {
    max-width: 85%;
    flex: 0 0 85%;
  }
  .o-grid__cell--w-fixed\@xl-and-up {
    max-width: none;
    flex: 0 1 auto;
  }
  .o-grid__cell--w-fit\@xl-and-up {
    max-width: none;
    flex: 1 1 auto;
  }
  .o-grid__cell--w-fill\@xl-and-up {
    max-width: none;
    flex: 1 1 0;
  }
  .o-grid__cell--offset-85\@xl-and-up {
    margin-left: 85%;
  }
  .o-grid__cell .o-grid__cell--o1\@xl-and-up {
    order: 1;
  }
  .o-grid__cell .o-grid__cell--o2\@xl-and-up {
    order: 2;
  }
  .o-grid__cell .o-grid__cell--o3\@xl-and-up {
    order: 3;
  }
  .o-grid__cell .o-grid__cell--o4\@xl-and-up {
    order: 4;
  }
  .o-grid__cell .o-grid__cell--o5\@xl-and-up {
    order: 5;
  }
  .o-grid__cell--w-90\@xl-and-up {
    max-width: 90%;
    flex: 0 0 90%;
  }
  .o-grid__cell--w-fixed\@xl-and-up {
    max-width: none;
    flex: 0 1 auto;
  }
  .o-grid__cell--w-fit\@xl-and-up {
    max-width: none;
    flex: 1 1 auto;
  }
  .o-grid__cell--w-fill\@xl-and-up {
    max-width: none;
    flex: 1 1 0;
  }
  .o-grid__cell--offset-90\@xl-and-up {
    margin-left: 90%;
  }
  .o-grid__cell .o-grid__cell--o1\@xl-and-up {
    order: 1;
  }
  .o-grid__cell .o-grid__cell--o2\@xl-and-up {
    order: 2;
  }
  .o-grid__cell .o-grid__cell--o3\@xl-and-up {
    order: 3;
  }
  .o-grid__cell .o-grid__cell--o4\@xl-and-up {
    order: 4;
  }
  .o-grid__cell .o-grid__cell--o5\@xl-and-up {
    order: 5;
  }
  .o-grid__cell--w-95\@xl-and-up {
    max-width: 95%;
    flex: 0 0 95%;
  }
  .o-grid__cell--w-fixed\@xl-and-up {
    max-width: none;
    flex: 0 1 auto;
  }
  .o-grid__cell--w-fit\@xl-and-up {
    max-width: none;
    flex: 1 1 auto;
  }
  .o-grid__cell--w-fill\@xl-and-up {
    max-width: none;
    flex: 1 1 0;
  }
  .o-grid__cell--offset-95\@xl-and-up {
    margin-left: 95%;
  }
  .o-grid__cell .o-grid__cell--o1\@xl-and-up {
    order: 1;
  }
  .o-grid__cell .o-grid__cell--o2\@xl-and-up {
    order: 2;
  }
  .o-grid__cell .o-grid__cell--o3\@xl-and-up {
    order: 3;
  }
  .o-grid__cell .o-grid__cell--o4\@xl-and-up {
    order: 4;
  }
  .o-grid__cell .o-grid__cell--o5\@xl-and-up {
    order: 5;
  }
  .o-grid__cell--w-100\@xl-and-up {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .o-grid__cell--w-fixed\@xl-and-up {
    max-width: none;
    flex: 0 1 auto;
  }
  .o-grid__cell--w-fit\@xl-and-up {
    max-width: none;
    flex: 1 1 auto;
  }
  .o-grid__cell--w-fill\@xl-and-up {
    max-width: none;
    flex: 1 1 0;
  }
  .o-grid__cell--offset-100\@xl-and-up {
    margin-left: 100%;
  }
}
@media (min-width: 1600px) {
  .o-grid__cell .o-grid__cell--o1\@xxl-and-up {
    order: 1;
  }
  .o-grid__cell .o-grid__cell--o2\@xxl-and-up {
    order: 2;
  }
  .o-grid__cell .o-grid__cell--o3\@xxl-and-up {
    order: 3;
  }
  .o-grid__cell .o-grid__cell--o4\@xxl-and-up {
    order: 4;
  }
  .o-grid__cell .o-grid__cell--o5\@xxl-and-up {
    order: 5;
  }
  .o-grid__cell--w-5\@xxl-and-up {
    max-width: 5%;
    flex: 0 0 5%;
  }
  .o-grid__cell--w-fixed\@xxl-and-up {
    max-width: none;
    flex: 0 1 auto;
  }
  .o-grid__cell--w-fit\@xxl-and-up {
    max-width: none;
    flex: 1 1 auto;
  }
  .o-grid__cell--w-fill\@xxl-and-up {
    max-width: none;
    flex: 1 1 0;
  }
  .o-grid__cell--offset-5\@xxl-and-up {
    margin-left: 5%;
  }
  .o-grid__cell .o-grid__cell--o1\@xxl-and-up {
    order: 1;
  }
  .o-grid__cell .o-grid__cell--o2\@xxl-and-up {
    order: 2;
  }
  .o-grid__cell .o-grid__cell--o3\@xxl-and-up {
    order: 3;
  }
  .o-grid__cell .o-grid__cell--o4\@xxl-and-up {
    order: 4;
  }
  .o-grid__cell .o-grid__cell--o5\@xxl-and-up {
    order: 5;
  }
  .o-grid__cell--w-10\@xxl-and-up {
    max-width: 10%;
    flex: 0 0 10%;
  }
  .o-grid__cell--w-fixed\@xxl-and-up {
    max-width: none;
    flex: 0 1 auto;
  }
  .o-grid__cell--w-fit\@xxl-and-up {
    max-width: none;
    flex: 1 1 auto;
  }
  .o-grid__cell--w-fill\@xxl-and-up {
    max-width: none;
    flex: 1 1 0;
  }
  .o-grid__cell--offset-10\@xxl-and-up {
    margin-left: 10%;
  }
  .o-grid__cell .o-grid__cell--o1\@xxl-and-up {
    order: 1;
  }
  .o-grid__cell .o-grid__cell--o2\@xxl-and-up {
    order: 2;
  }
  .o-grid__cell .o-grid__cell--o3\@xxl-and-up {
    order: 3;
  }
  .o-grid__cell .o-grid__cell--o4\@xxl-and-up {
    order: 4;
  }
  .o-grid__cell .o-grid__cell--o5\@xxl-and-up {
    order: 5;
  }
  .o-grid__cell--w-14\@xxl-and-up {
    max-width: 14.2857142857%;
    flex: 0 0 14.2857142857%;
  }
  .o-grid__cell--w-fixed\@xxl-and-up {
    max-width: none;
    flex: 0 1 auto;
  }
  .o-grid__cell--w-fit\@xxl-and-up {
    max-width: none;
    flex: 1 1 auto;
  }
  .o-grid__cell--w-fill\@xxl-and-up {
    max-width: none;
    flex: 1 1 0;
  }
  .o-grid__cell--offset-14\@xxl-and-up {
    margin-left: 14.2857142857%;
  }
  .o-grid__cell .o-grid__cell--o1\@xxl-and-up {
    order: 1;
  }
  .o-grid__cell .o-grid__cell--o2\@xxl-and-up {
    order: 2;
  }
  .o-grid__cell .o-grid__cell--o3\@xxl-and-up {
    order: 3;
  }
  .o-grid__cell .o-grid__cell--o4\@xxl-and-up {
    order: 4;
  }
  .o-grid__cell .o-grid__cell--o5\@xxl-and-up {
    order: 5;
  }
  .o-grid__cell--w-15\@xxl-and-up {
    max-width: 15%;
    flex: 0 0 15%;
  }
  .o-grid__cell--w-fixed\@xxl-and-up {
    max-width: none;
    flex: 0 1 auto;
  }
  .o-grid__cell--w-fit\@xxl-and-up {
    max-width: none;
    flex: 1 1 auto;
  }
  .o-grid__cell--w-fill\@xxl-and-up {
    max-width: none;
    flex: 1 1 0;
  }
  .o-grid__cell--offset-15\@xxl-and-up {
    margin-left: 15%;
  }
  .o-grid__cell .o-grid__cell--o1\@xxl-and-up {
    order: 1;
  }
  .o-grid__cell .o-grid__cell--o2\@xxl-and-up {
    order: 2;
  }
  .o-grid__cell .o-grid__cell--o3\@xxl-and-up {
    order: 3;
  }
  .o-grid__cell .o-grid__cell--o4\@xxl-and-up {
    order: 4;
  }
  .o-grid__cell .o-grid__cell--o5\@xxl-and-up {
    order: 5;
  }
  .o-grid__cell--w-16\@xxl-and-up {
    max-width: 16.6666666667%;
    flex: 0 0 16.6666666667%;
  }
  .o-grid__cell--w-fixed\@xxl-and-up {
    max-width: none;
    flex: 0 1 auto;
  }
  .o-grid__cell--w-fit\@xxl-and-up {
    max-width: none;
    flex: 1 1 auto;
  }
  .o-grid__cell--w-fill\@xxl-and-up {
    max-width: none;
    flex: 1 1 0;
  }
  .o-grid__cell--offset-16\@xxl-and-up {
    margin-left: 16.6666666667%;
  }
  .o-grid__cell .o-grid__cell--o1\@xxl-and-up {
    order: 1;
  }
  .o-grid__cell .o-grid__cell--o2\@xxl-and-up {
    order: 2;
  }
  .o-grid__cell .o-grid__cell--o3\@xxl-and-up {
    order: 3;
  }
  .o-grid__cell .o-grid__cell--o4\@xxl-and-up {
    order: 4;
  }
  .o-grid__cell .o-grid__cell--o5\@xxl-and-up {
    order: 5;
  }
  .o-grid__cell--w-20\@xxl-and-up {
    max-width: 20%;
    flex: 0 0 20%;
  }
  .o-grid__cell--w-fixed\@xxl-and-up {
    max-width: none;
    flex: 0 1 auto;
  }
  .o-grid__cell--w-fit\@xxl-and-up {
    max-width: none;
    flex: 1 1 auto;
  }
  .o-grid__cell--w-fill\@xxl-and-up {
    max-width: none;
    flex: 1 1 0;
  }
  .o-grid__cell--offset-20\@xxl-and-up {
    margin-left: 20%;
  }
  .o-grid__cell .o-grid__cell--o1\@xxl-and-up {
    order: 1;
  }
  .o-grid__cell .o-grid__cell--o2\@xxl-and-up {
    order: 2;
  }
  .o-grid__cell .o-grid__cell--o3\@xxl-and-up {
    order: 3;
  }
  .o-grid__cell .o-grid__cell--o4\@xxl-and-up {
    order: 4;
  }
  .o-grid__cell .o-grid__cell--o5\@xxl-and-up {
    order: 5;
  }
  .o-grid__cell--w-25\@xxl-and-up {
    max-width: 25%;
    flex: 0 0 25%;
  }
  .o-grid__cell--w-fixed\@xxl-and-up {
    max-width: none;
    flex: 0 1 auto;
  }
  .o-grid__cell--w-fit\@xxl-and-up {
    max-width: none;
    flex: 1 1 auto;
  }
  .o-grid__cell--w-fill\@xxl-and-up {
    max-width: none;
    flex: 1 1 0;
  }
  .o-grid__cell--offset-25\@xxl-and-up {
    margin-left: 25%;
  }
  .o-grid__cell .o-grid__cell--o1\@xxl-and-up {
    order: 1;
  }
  .o-grid__cell .o-grid__cell--o2\@xxl-and-up {
    order: 2;
  }
  .o-grid__cell .o-grid__cell--o3\@xxl-and-up {
    order: 3;
  }
  .o-grid__cell .o-grid__cell--o4\@xxl-and-up {
    order: 4;
  }
  .o-grid__cell .o-grid__cell--o5\@xxl-and-up {
    order: 5;
  }
  .o-grid__cell--w-30\@xxl-and-up {
    max-width: 30%;
    flex: 0 0 30%;
  }
  .o-grid__cell--w-fixed\@xxl-and-up {
    max-width: none;
    flex: 0 1 auto;
  }
  .o-grid__cell--w-fit\@xxl-and-up {
    max-width: none;
    flex: 1 1 auto;
  }
  .o-grid__cell--w-fill\@xxl-and-up {
    max-width: none;
    flex: 1 1 0;
  }
  .o-grid__cell--offset-30\@xxl-and-up {
    margin-left: 30%;
  }
  .o-grid__cell .o-grid__cell--o1\@xxl-and-up {
    order: 1;
  }
  .o-grid__cell .o-grid__cell--o2\@xxl-and-up {
    order: 2;
  }
  .o-grid__cell .o-grid__cell--o3\@xxl-and-up {
    order: 3;
  }
  .o-grid__cell .o-grid__cell--o4\@xxl-and-up {
    order: 4;
  }
  .o-grid__cell .o-grid__cell--o5\@xxl-and-up {
    order: 5;
  }
  .o-grid__cell--w-33\@xxl-and-up {
    max-width: 33.3333333333%;
    flex: 0 0 33.3333333333%;
  }
  .o-grid__cell--w-fixed\@xxl-and-up {
    max-width: none;
    flex: 0 1 auto;
  }
  .o-grid__cell--w-fit\@xxl-and-up {
    max-width: none;
    flex: 1 1 auto;
  }
  .o-grid__cell--w-fill\@xxl-and-up {
    max-width: none;
    flex: 1 1 0;
  }
  .o-grid__cell--offset-33\@xxl-and-up {
    margin-left: 33.3333333333%;
  }
  .o-grid__cell .o-grid__cell--o1\@xxl-and-up {
    order: 1;
  }
  .o-grid__cell .o-grid__cell--o2\@xxl-and-up {
    order: 2;
  }
  .o-grid__cell .o-grid__cell--o3\@xxl-and-up {
    order: 3;
  }
  .o-grid__cell .o-grid__cell--o4\@xxl-and-up {
    order: 4;
  }
  .o-grid__cell .o-grid__cell--o5\@xxl-and-up {
    order: 5;
  }
  .o-grid__cell--w-35\@xxl-and-up {
    max-width: 35%;
    flex: 0 0 35%;
  }
  .o-grid__cell--w-fixed\@xxl-and-up {
    max-width: none;
    flex: 0 1 auto;
  }
  .o-grid__cell--w-fit\@xxl-and-up {
    max-width: none;
    flex: 1 1 auto;
  }
  .o-grid__cell--w-fill\@xxl-and-up {
    max-width: none;
    flex: 1 1 0;
  }
  .o-grid__cell--offset-35\@xxl-and-up {
    margin-left: 35%;
  }
  .o-grid__cell .o-grid__cell--o1\@xxl-and-up {
    order: 1;
  }
  .o-grid__cell .o-grid__cell--o2\@xxl-and-up {
    order: 2;
  }
  .o-grid__cell .o-grid__cell--o3\@xxl-and-up {
    order: 3;
  }
  .o-grid__cell .o-grid__cell--o4\@xxl-and-up {
    order: 4;
  }
  .o-grid__cell .o-grid__cell--o5\@xxl-and-up {
    order: 5;
  }
  .o-grid__cell--w-40\@xxl-and-up {
    max-width: 40%;
    flex: 0 0 40%;
  }
  .o-grid__cell--w-fixed\@xxl-and-up {
    max-width: none;
    flex: 0 1 auto;
  }
  .o-grid__cell--w-fit\@xxl-and-up {
    max-width: none;
    flex: 1 1 auto;
  }
  .o-grid__cell--w-fill\@xxl-and-up {
    max-width: none;
    flex: 1 1 0;
  }
  .o-grid__cell--offset-40\@xxl-and-up {
    margin-left: 40%;
  }
  .o-grid__cell .o-grid__cell--o1\@xxl-and-up {
    order: 1;
  }
  .o-grid__cell .o-grid__cell--o2\@xxl-and-up {
    order: 2;
  }
  .o-grid__cell .o-grid__cell--o3\@xxl-and-up {
    order: 3;
  }
  .o-grid__cell .o-grid__cell--o4\@xxl-and-up {
    order: 4;
  }
  .o-grid__cell .o-grid__cell--o5\@xxl-and-up {
    order: 5;
  }
  .o-grid__cell--w-45\@xxl-and-up {
    max-width: 45%;
    flex: 0 0 45%;
  }
  .o-grid__cell--w-fixed\@xxl-and-up {
    max-width: none;
    flex: 0 1 auto;
  }
  .o-grid__cell--w-fit\@xxl-and-up {
    max-width: none;
    flex: 1 1 auto;
  }
  .o-grid__cell--w-fill\@xxl-and-up {
    max-width: none;
    flex: 1 1 0;
  }
  .o-grid__cell--offset-45\@xxl-and-up {
    margin-left: 45%;
  }
  .o-grid__cell .o-grid__cell--o1\@xxl-and-up {
    order: 1;
  }
  .o-grid__cell .o-grid__cell--o2\@xxl-and-up {
    order: 2;
  }
  .o-grid__cell .o-grid__cell--o3\@xxl-and-up {
    order: 3;
  }
  .o-grid__cell .o-grid__cell--o4\@xxl-and-up {
    order: 4;
  }
  .o-grid__cell .o-grid__cell--o5\@xxl-and-up {
    order: 5;
  }
  .o-grid__cell--w-50\@xxl-and-up {
    max-width: 50%;
    flex: 0 0 50%;
  }
  .o-grid__cell--w-fixed\@xxl-and-up {
    max-width: none;
    flex: 0 1 auto;
  }
  .o-grid__cell--w-fit\@xxl-and-up {
    max-width: none;
    flex: 1 1 auto;
  }
  .o-grid__cell--w-fill\@xxl-and-up {
    max-width: none;
    flex: 1 1 0;
  }
  .o-grid__cell--offset-50\@xxl-and-up {
    margin-left: 50%;
  }
  .o-grid__cell .o-grid__cell--o1\@xxl-and-up {
    order: 1;
  }
  .o-grid__cell .o-grid__cell--o2\@xxl-and-up {
    order: 2;
  }
  .o-grid__cell .o-grid__cell--o3\@xxl-and-up {
    order: 3;
  }
  .o-grid__cell .o-grid__cell--o4\@xxl-and-up {
    order: 4;
  }
  .o-grid__cell .o-grid__cell--o5\@xxl-and-up {
    order: 5;
  }
  .o-grid__cell--w-55\@xxl-and-up {
    max-width: 55%;
    flex: 0 0 55%;
  }
  .o-grid__cell--w-fixed\@xxl-and-up {
    max-width: none;
    flex: 0 1 auto;
  }
  .o-grid__cell--w-fit\@xxl-and-up {
    max-width: none;
    flex: 1 1 auto;
  }
  .o-grid__cell--w-fill\@xxl-and-up {
    max-width: none;
    flex: 1 1 0;
  }
  .o-grid__cell--offset-55\@xxl-and-up {
    margin-left: 55%;
  }
  .o-grid__cell .o-grid__cell--o1\@xxl-and-up {
    order: 1;
  }
  .o-grid__cell .o-grid__cell--o2\@xxl-and-up {
    order: 2;
  }
  .o-grid__cell .o-grid__cell--o3\@xxl-and-up {
    order: 3;
  }
  .o-grid__cell .o-grid__cell--o4\@xxl-and-up {
    order: 4;
  }
  .o-grid__cell .o-grid__cell--o5\@xxl-and-up {
    order: 5;
  }
  .o-grid__cell--w-60\@xxl-and-up {
    max-width: 60%;
    flex: 0 0 60%;
  }
  .o-grid__cell--w-fixed\@xxl-and-up {
    max-width: none;
    flex: 0 1 auto;
  }
  .o-grid__cell--w-fit\@xxl-and-up {
    max-width: none;
    flex: 1 1 auto;
  }
  .o-grid__cell--w-fill\@xxl-and-up {
    max-width: none;
    flex: 1 1 0;
  }
  .o-grid__cell--offset-60\@xxl-and-up {
    margin-left: 60%;
  }
  .o-grid__cell .o-grid__cell--o1\@xxl-and-up {
    order: 1;
  }
  .o-grid__cell .o-grid__cell--o2\@xxl-and-up {
    order: 2;
  }
  .o-grid__cell .o-grid__cell--o3\@xxl-and-up {
    order: 3;
  }
  .o-grid__cell .o-grid__cell--o4\@xxl-and-up {
    order: 4;
  }
  .o-grid__cell .o-grid__cell--o5\@xxl-and-up {
    order: 5;
  }
  .o-grid__cell--w-65\@xxl-and-up {
    max-width: 65%;
    flex: 0 0 65%;
  }
  .o-grid__cell--w-fixed\@xxl-and-up {
    max-width: none;
    flex: 0 1 auto;
  }
  .o-grid__cell--w-fit\@xxl-and-up {
    max-width: none;
    flex: 1 1 auto;
  }
  .o-grid__cell--w-fill\@xxl-and-up {
    max-width: none;
    flex: 1 1 0;
  }
  .o-grid__cell--offset-65\@xxl-and-up {
    margin-left: 65%;
  }
  .o-grid__cell .o-grid__cell--o1\@xxl-and-up {
    order: 1;
  }
  .o-grid__cell .o-grid__cell--o2\@xxl-and-up {
    order: 2;
  }
  .o-grid__cell .o-grid__cell--o3\@xxl-and-up {
    order: 3;
  }
  .o-grid__cell .o-grid__cell--o4\@xxl-and-up {
    order: 4;
  }
  .o-grid__cell .o-grid__cell--o5\@xxl-and-up {
    order: 5;
  }
  .o-grid__cell--w-67\@xxl-and-up {
    max-width: 66.6666666667%;
    flex: 0 0 66.6666666667%;
  }
  .o-grid__cell--w-fixed\@xxl-and-up {
    max-width: none;
    flex: 0 1 auto;
  }
  .o-grid__cell--w-fit\@xxl-and-up {
    max-width: none;
    flex: 1 1 auto;
  }
  .o-grid__cell--w-fill\@xxl-and-up {
    max-width: none;
    flex: 1 1 0;
  }
  .o-grid__cell--offset-67\@xxl-and-up {
    margin-left: 66.6666666667%;
  }
  .o-grid__cell .o-grid__cell--o1\@xxl-and-up {
    order: 1;
  }
  .o-grid__cell .o-grid__cell--o2\@xxl-and-up {
    order: 2;
  }
  .o-grid__cell .o-grid__cell--o3\@xxl-and-up {
    order: 3;
  }
  .o-grid__cell .o-grid__cell--o4\@xxl-and-up {
    order: 4;
  }
  .o-grid__cell .o-grid__cell--o5\@xxl-and-up {
    order: 5;
  }
  .o-grid__cell--w-70\@xxl-and-up {
    max-width: 70%;
    flex: 0 0 70%;
  }
  .o-grid__cell--w-fixed\@xxl-and-up {
    max-width: none;
    flex: 0 1 auto;
  }
  .o-grid__cell--w-fit\@xxl-and-up {
    max-width: none;
    flex: 1 1 auto;
  }
  .o-grid__cell--w-fill\@xxl-and-up {
    max-width: none;
    flex: 1 1 0;
  }
  .o-grid__cell--offset-70\@xxl-and-up {
    margin-left: 70%;
  }
  .o-grid__cell .o-grid__cell--o1\@xxl-and-up {
    order: 1;
  }
  .o-grid__cell .o-grid__cell--o2\@xxl-and-up {
    order: 2;
  }
  .o-grid__cell .o-grid__cell--o3\@xxl-and-up {
    order: 3;
  }
  .o-grid__cell .o-grid__cell--o4\@xxl-and-up {
    order: 4;
  }
  .o-grid__cell .o-grid__cell--o5\@xxl-and-up {
    order: 5;
  }
  .o-grid__cell--w-75\@xxl-and-up {
    max-width: 75%;
    flex: 0 0 75%;
  }
  .o-grid__cell--w-fixed\@xxl-and-up {
    max-width: none;
    flex: 0 1 auto;
  }
  .o-grid__cell--w-fit\@xxl-and-up {
    max-width: none;
    flex: 1 1 auto;
  }
  .o-grid__cell--w-fill\@xxl-and-up {
    max-width: none;
    flex: 1 1 0;
  }
  .o-grid__cell--offset-75\@xxl-and-up {
    margin-left: 75%;
  }
  .o-grid__cell .o-grid__cell--o1\@xxl-and-up {
    order: 1;
  }
  .o-grid__cell .o-grid__cell--o2\@xxl-and-up {
    order: 2;
  }
  .o-grid__cell .o-grid__cell--o3\@xxl-and-up {
    order: 3;
  }
  .o-grid__cell .o-grid__cell--o4\@xxl-and-up {
    order: 4;
  }
  .o-grid__cell .o-grid__cell--o5\@xxl-and-up {
    order: 5;
  }
  .o-grid__cell--w-80\@xxl-and-up {
    max-width: 80%;
    flex: 0 0 80%;
  }
  .o-grid__cell--w-fixed\@xxl-and-up {
    max-width: none;
    flex: 0 1 auto;
  }
  .o-grid__cell--w-fit\@xxl-and-up {
    max-width: none;
    flex: 1 1 auto;
  }
  .o-grid__cell--w-fill\@xxl-and-up {
    max-width: none;
    flex: 1 1 0;
  }
  .o-grid__cell--offset-80\@xxl-and-up {
    margin-left: 80%;
  }
  .o-grid__cell .o-grid__cell--o1\@xxl-and-up {
    order: 1;
  }
  .o-grid__cell .o-grid__cell--o2\@xxl-and-up {
    order: 2;
  }
  .o-grid__cell .o-grid__cell--o3\@xxl-and-up {
    order: 3;
  }
  .o-grid__cell .o-grid__cell--o4\@xxl-and-up {
    order: 4;
  }
  .o-grid__cell .o-grid__cell--o5\@xxl-and-up {
    order: 5;
  }
  .o-grid__cell--w-85\@xxl-and-up {
    max-width: 85%;
    flex: 0 0 85%;
  }
  .o-grid__cell--w-fixed\@xxl-and-up {
    max-width: none;
    flex: 0 1 auto;
  }
  .o-grid__cell--w-fit\@xxl-and-up {
    max-width: none;
    flex: 1 1 auto;
  }
  .o-grid__cell--w-fill\@xxl-and-up {
    max-width: none;
    flex: 1 1 0;
  }
  .o-grid__cell--offset-85\@xxl-and-up {
    margin-left: 85%;
  }
  .o-grid__cell .o-grid__cell--o1\@xxl-and-up {
    order: 1;
  }
  .o-grid__cell .o-grid__cell--o2\@xxl-and-up {
    order: 2;
  }
  .o-grid__cell .o-grid__cell--o3\@xxl-and-up {
    order: 3;
  }
  .o-grid__cell .o-grid__cell--o4\@xxl-and-up {
    order: 4;
  }
  .o-grid__cell .o-grid__cell--o5\@xxl-and-up {
    order: 5;
  }
  .o-grid__cell--w-90\@xxl-and-up {
    max-width: 90%;
    flex: 0 0 90%;
  }
  .o-grid__cell--w-fixed\@xxl-and-up {
    max-width: none;
    flex: 0 1 auto;
  }
  .o-grid__cell--w-fit\@xxl-and-up {
    max-width: none;
    flex: 1 1 auto;
  }
  .o-grid__cell--w-fill\@xxl-and-up {
    max-width: none;
    flex: 1 1 0;
  }
  .o-grid__cell--offset-90\@xxl-and-up {
    margin-left: 90%;
  }
  .o-grid__cell .o-grid__cell--o1\@xxl-and-up {
    order: 1;
  }
  .o-grid__cell .o-grid__cell--o2\@xxl-and-up {
    order: 2;
  }
  .o-grid__cell .o-grid__cell--o3\@xxl-and-up {
    order: 3;
  }
  .o-grid__cell .o-grid__cell--o4\@xxl-and-up {
    order: 4;
  }
  .o-grid__cell .o-grid__cell--o5\@xxl-and-up {
    order: 5;
  }
  .o-grid__cell--w-95\@xxl-and-up {
    max-width: 95%;
    flex: 0 0 95%;
  }
  .o-grid__cell--w-fixed\@xxl-and-up {
    max-width: none;
    flex: 0 1 auto;
  }
  .o-grid__cell--w-fit\@xxl-and-up {
    max-width: none;
    flex: 1 1 auto;
  }
  .o-grid__cell--w-fill\@xxl-and-up {
    max-width: none;
    flex: 1 1 0;
  }
  .o-grid__cell--offset-95\@xxl-and-up {
    margin-left: 95%;
  }
  .o-grid__cell .o-grid__cell--o1\@xxl-and-up {
    order: 1;
  }
  .o-grid__cell .o-grid__cell--o2\@xxl-and-up {
    order: 2;
  }
  .o-grid__cell .o-grid__cell--o3\@xxl-and-up {
    order: 3;
  }
  .o-grid__cell .o-grid__cell--o4\@xxl-and-up {
    order: 4;
  }
  .o-grid__cell .o-grid__cell--o5\@xxl-and-up {
    order: 5;
  }
  .o-grid__cell--w-100\@xxl-and-up {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .o-grid__cell--w-fixed\@xxl-and-up {
    max-width: none;
    flex: 0 1 auto;
  }
  .o-grid__cell--w-fit\@xxl-and-up {
    max-width: none;
    flex: 1 1 auto;
  }
  .o-grid__cell--w-fill\@xxl-and-up {
    max-width: none;
    flex: 1 1 0;
  }
  .o-grid__cell--offset-100\@xxl-and-up {
    margin-left: 100%;
  }
}
@media (max-width: 768px) {
  .o-grid__cell--o1\@up-to-md {
    order: 1;
  }
  .o-grid__cell--o2\@up-to-md {
    order: 2;
  }
  .o-grid__cell--o3\@up-to-md {
    order: 3;
  }
  .o-grid__cell--o4\@up-to-md {
    order: 4;
  }
  .o-grid__cell--o5\@up-to-md {
    order: 5;
  }
}
@media (min-width: 769px) {
  .o-grid__cell--o1\@md-and-up {
    order: 1;
  }
  .o-grid__cell--o2\@md-and-up {
    order: 2;
  }
  .o-grid__cell--o3\@md-and-up {
    order: 3;
  }
  .o-grid__cell--o4\@md-and-up {
    order: 4;
  }
  .o-grid__cell--o5\@md-and-up {
    order: 5;
  }
}
.o-graph__cell {
  padding-left: 32px;
  position: relative;
}
.o-graph__cell__line {
  width: 4px;
  height: 100%;
  top: 20px;
  position: absolute;
  left: 7px;
  background-color: #e0e0e0;
}
.o-graph__cell__line--blue {
  background-color: #004cdd;
}
.o-graph__cell__circle {
  width: 18px;
  height: 18px;
  top: 4px;
  left: 0;
  position: absolute;
  border-radius: 100%;
  border: 3px solid #f6f4f4;
  background-color: #e0e0e0;
}
.o-graph__cell__circle--blue {
  border: 3px solid #004cdd;
  background-color: #f6f4f4;
}
.o-graph__cell__circle--blue--filled {
  background-color: #004cdd;
}
.o-graph__cell__circle--blue--filled:before {
  content: "\2713";
  color: #f6f4f4;
  position: absolute;
  top: -3px;
  left: 1px;
}
.o-icon-disabled {
  content: "";
  position: absolute;
  top: 30%;
  left: 75%;
  width: 73%;
  height: 2px;
  background: white;
  transform: rotate(135deg);
  transform-origin: top left;
  pointer-events: none;
  display: block;
}
.o-icon {
  display: inline-block;
  font-family: "minudoc-icons" !important;
  font-size: inherit;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-decoration: none;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  speak: none;
  text-rendering: auto;
}
.o-icon--xs {
  font-size: 0.6em;
  line-height: 1.33333;
}
.o-icon--sm {
  font-size: 0.875em;
  line-height: 1.33333;
}
.o-icon--md {
  font-size: 1em;
  line-height: 1.33333;
}
.o-icon--lg {
  font-size: 1.33333em;
  line-height: 1.33333;
}
.o-icon--xl {
  font-size: 2em;
  line-height: 1.33333;
}
.o-icon--xxl {
  font-size: 3.33333em;
  line-height: 1.33333;
}
.o-icon--xxxl {
  font-size: 4em;
  line-height: 1.52;
}
.o-icon--cart:before {
  content: "\e941";
}
.o-icon--clock:before {
  content: "\e900";
}
.o-icon--calendar:before {
  content: "\e901";
}
.o-icon--chat:before {
  content: "\e902";
}
.o-icon--chat-alt:before {
  content: "\e940";
}
.o-icon--doc:before {
  content: "\e903";
}
.o-icon--edit:before {
  content: "\e904";
}
.o-icon--home:before {
  content: "\e905";
}
.o-icon--funds:before {
  content: "\e906";
}
.o-icon--personal:before {
  content: "\e907";
}
.o-icon--calendar-alt:before {
  content: "\e908";
}
.o-icon--hand:before {
  content: "\e909";
}
.o-icon--alarm:before {
  content: "\e90a";
}
.o-icon--credit-card:before {
  content: "\e90b";
}
.o-icon--schedule:before {
  content: "\e90c";
}
.o-icon--run:before {
  content: "\e90d";
}
.o-icon--pie:before {
  content: "\e90e";
}
.o-icon--line-chart:before {
  content: "\e90f";
}
.o-icon--login:before {
  content: "\e910";
}
.o-icon--logout:before {
  content: "\e911";
}
.o-icon--search:before {
  content: "\e912";
}
.o-icon--notes:before {
  content: "\e913";
}
.o-icon--envelope:before {
  content: "\e914";
}
.o-icon--mic:before {
  content: "\e915";
}
.o-icon--mute:before {
  content: "\e916";
}
.o-icon--mic-mute:before {
  content: "\e917";
}
.o-icon--no-download:before {
  content: "\e918";
}
.o-icon--cancel:before {
  content: "\e92a";
}
.o-icon--check:before {
  content: "\e919";
}
.o-icon--check-alt:before {
  content: "\e92b";
}
.o-icon--angle:before {
  content: "\e91a";
}
.o-icon--family:before {
  content: "\e91b";
}
.o-icon--phone:before {
  content: "\e91c";
}
.o-icon--hang-up:before {
  content: "\e91c";
}
.o-icon--image:before {
  content: "\e91d";
}
.o-icon--backpain:before {
  content: "\e91e";
}
.o-icon--sound:before {
  content: "\e91f";
}
.o-icon--stress:before {
  content: "\e920";
}
.o-icon--x:before {
  content: "\e921";
}
.o-icon--transaction:before {
  content: "\e922";
}
.o-icon--employer:before {
  content: "\e923";
}
.o-icon--safety:before {
  content: "\e924";
}
.o-icon--user:before {
  content: "\e925";
}
.o-icon--video:before {
  content: "\e926";
}
.o-icon--screen:before {
  content: "\e927";
}
.o-icon--download:before {
  content: "\e928";
}
.o-icon--meet:before {
  content: "\e929";
}
.o-icon--attention:before {
  content: "\e92c";
}
.o-icon--send:before {
  content: "\e92d";
}
.o-icon--star:before {
  content: "\e92e";
}
.o-icon--filter:before {
  content: "\e92f";
}
.o-icon--video-alt:before {
  content: "\e930";
}
.o-icon--drugs:before {
  content: "\e931";
}
.o-icon--camera-flip:before {
  content: "\e932";
}
.o-icon--info:before {
  content: "\ea0c";
}
.o-icon--patch:before {
  content: "\e933";
}
.o-icon--clock-alt:before {
  content: "\e934";
}
.o-icon--virus-shield:before {
  content: "\e935";
}
.o-icon--pills:before {
  content: "\e936";
}
.o-icon--stethoscope:before {
  content: "\e937";
}
.o-icon--arrow:before {
  content: "\e938";
}
.o-icon--share:before {
  content: "\e939";
}
.o-icon--signal-0:before {
  content: "\e93a";
}
.o-icon--signal-1:before {
  content: "\e93b";
}
.o-icon--signal-2:before {
  content: "\e93c";
}
.o-icon--signal-3:before {
  content: "\e93d";
}
.o-icon--accessibility:before {
  content: "\e93e";
}
.o-icon--emergency:before {
  content: "\e93f";
}
.o-icon--file1:before {
  content: "\e942";
}
.o-icon--folder-upload:before {
  content: "\e943";
}
.o-icon--copy:before {
  content: "\e945";
}
.o-icon--angle-r {
  transform: rotate(180deg);
}
.o-icon--angle-r:before {
  content: "\e91a";
}
.o-icon--hang-up {
  transform: rotate(135deg);
}
.o-icon--arrow-up:before {
  content: "\e938";
}
.o-icon--check:before {
  content: "\e919";
}
.o-icon--arrow-down {
  transform: rotate(180deg);
}
.o-icon--arrow-down:before {
  content: "\e938";
}
.o-icon--signal-0:before {
  color: #707070;
}
.o-icon--signal-1:before {
  color: #ff0000;
}
.o-icon--signal-2:before {
  color: #fff000;
}
.o-icon--signal-3:before {
  color: #82bb25;
}
.o-media {
  display: flex;
  flex-direction: row;
}
.o-media--link {
  cursor: pointer;
}
.o-media--sm > .o-media__body {
  width: calc(100% - 50px);
}
.o-media--center {
  align-items: center;
}
.o-media__img {
  flex: 0 1 auto;
}
.o-media__body {
  padding-left: 15px;
  flex-grow: 1;
}
.o-media__body--center-v {
  align-items: center;
  display: flex;
}
.u-ost-xs {
  margin-top: 5px !important;
}
.u-osb-xs {
  margin-bottom: 5px !important;
}
.u-osl-xs {
  margin-left: 5px !important;
}
.u-osr-xs {
  margin-right: 5px !important;
}
.u-ost-sm {
  margin-top: 10px !important;
}
.u-osb-sm {
  margin-bottom: 10px !important;
}
.u-osl-sm {
  margin-left: 10px !important;
}
.u-osr-sm {
  margin-right: 10px !important;
}
.u-ost-md {
  margin-top: 15px !important;
}
.u-osb-md {
  margin-bottom: 15px !important;
}
.u-osl-md {
  margin-left: 15px !important;
}
.u-osr-md {
  margin-right: 15px !important;
}
.u-ost-lg {
  margin-top: 20px !important;
}
.u-osb-lg {
  margin-bottom: 20px !important;
}
.u-osl-lg {
  margin-left: 20px !important;
}
.u-osr-lg {
  margin-right: 20px !important;
}
.u-ost-xl {
  margin-top: 30px !important;
}
.u-osb-xl {
  margin-bottom: 30px !important;
}
.u-osl-xl {
  margin-left: 30px !important;
}
.u-osr-xl {
  margin-right: 30px !important;
}
.u-ost-xxl {
  margin-top: 50px !important;
}
.u-osb-xxl {
  margin-bottom: 50px !important;
}
.u-osl-xxl {
  margin-left: 50px !important;
}
.u-osr-xxl {
  margin-right: 50px !important;
}
@media (max-width: 768px) {
  .u-osb-sm\@up-to-md {
    margin-bottom: 10px !important;
  }
}
@media (max-width: 768px) {
  .u-osr-sm\@up-to-md {
    margin-right: 10px !important;
  }
}
@media (max-width: 768px) {
  .u-osl-sm\@up-to-md {
    margin-left: 10px !important;
  }
}
@media (min-width: 769px) {
  .u-ost-sm\@md-and-up {
    margin-top: 10px !important;
  }
}
@media (min-width: 769px) {
  .u-ost-md\@md-and-up {
    margin-top: 15px !important;
  }
}
@media (min-width: 769px) {
  .u-ost-xl\@md-and-up {
    margin-top: 30px !important;
  }
}
@media (min-width: 769px) {
  .u-ost-xxl\@md-and-up {
    margin-top: 50px !important;
  }
}
@media (max-width: 768px) {
  .u-ost-md\@up-to-md {
    margin-top: 15px !important;
  }
}
@media (min-width: 769px) {
  .u-osb-md\@md-and-up {
    margin-bottom: 15px !important;
  }
}
@media (min-width: 769px) {
  .u-osb-xl\@md-and-up {
    margin-bottom: 30px !important;
  }
}
@media (max-width: 768px) {
  .u-osb-md\@up-to-md {
    margin-bottom: 15px !important;
  }
}
@media (max-width: 768px) {
  .u-osb-lg\@up-to-md {
    margin-bottom: 20px !important;
  }
}
@media (max-width: 768px) {
  .u-osb-xxl\@up-to-md {
    margin-bottom: 50px !important;
  }
}
@media (min-width: 769px) {
  .u-osr-md\@md-and-up {
    margin-right: 15px !important;
  }
}
@media (min-width: 769px) {
  .u-osl-lg\@md-and-up {
    margin-left: 20px !important;
  }
}
@media (min-width: 769px) {
  .u-osr-xl\@md-and-up {
    margin-right: 30px !important;
  }
}
.u-no-m {
  margin: 0 !important;
}
.u-no-mt {
  margin-top: 0 !important;
}
.u-no-mr {
  margin-right: 0 !important;
}
.u-no-mb {
  margin-bottom: 0 !important;
}
.u-no-ml {
  margin-left: 0 !important;
}
.u-no-mv {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}
.u-no-mh {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
@media (min-width: 769px) {
  .u-no-m\@md-and-up {
    margin: 0 !important;
  }
}
@media (max-width: 768px) {
  .u-no-m\@up-to-md {
    margin: 0 !important;
  }
}
.u-no-p {
  padding: 0 !important;
}
.u-no-pt {
  padding-top: 0 !important;
}
.u-no-pr {
  padding-right: 0 !important;
}
.u-no-pb {
  padding-bottom: 0 !important;
}
.u-no-pl {
  padding-left: 0 !important;
}
.u-no-pv {
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}
.u-no-ph {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
@media (max-width: 768px) {
  .u-no-p\@up-to-md {
    padding: 0 !important;
  }
}
@media (max-width: 768px) {
  .u-no-pb\@up-to-md {
    padding-bottom: 0 !important;
  }
}
@media (max-width: 991px) {
  .u-no-p\@up-to-lg {
    padding: 0 !important;
  }
}
@media (min-width: 769px) {
  .u-no-p\@md-and-up {
    padding: 0 !important;
  }
}
@media (min-width: 769px) {
  .u-no-pt\@md-and-up {
    padding-top: 0 !important;
  }
}
@media (min-width: 769px) {
  .u-no-ph\@md-and-up {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media (max-width: 768px) {
  .u-no-ph\@up-to-md {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media (max-width: 768px) {
  .u-no-b\@up-to-md {
    border: none !important;
  }
}
.u-sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.u-no-wrap {
  white-space: nowrap !important;
}
@media (min-width: 769px) {
  .u-no-wrap\@md-and-up {
    white-space: nowrap !important;
  }
}
.u-opaque {
  opacity: 0.3 !important;
}
.u-of-visible {
  overflow: visible !important;
}
.u-ofy-visible {
  overflow-y: visible !important;
}
.u-no-scroll {
  overflow: hidden !important;
}
.u-no-transition {
  transition: none !important;
}
.u-movable {
  cursor: move !important;
}
.u-clickable {
  cursor: pointer !important;
}
.u-wrapper {
  position: relative !important;
}
.u-text-left {
  text-align: left !important;
}
.u-hidden {
  display: none !important;
}
@media (max-width: 768px) {
  .u-hidden\@up-to-md {
    display: none !important;
  }
}
@media (max-width: 479px) {
  .u-hidden\@up-to-sm {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .u-hidden\@up-to-lg {
    display: none !important;
  }
}
@media (min-width: 480px) {
  .u-hidden\@sm-and-up {
    display: none !important;
  }
}
@media (min-width: 769px) {
  .u-hidden\@md-and-up {
    display: none !important;
  }
}
.stb-schedule--calendar {
  padding: 30px;
  padding-top: 10px;
}
.stb-schedule--calendar#calendar .fc-agendaWeek-view .fc-widget-header,
.stb-schedule--calendar#calendar .fc-agendaDay-view .fc-widget-header {
  height: 62px;
}
.stb-schedule--calendar#calendar .fc-agendaWeek-view .fc-day-header span,
.stb-schedule--calendar#calendar .fc-agendaDay-view .fc-day-header span {
  padding-bottom: 10px;
  display: block;
}
.stb-schedule--calendar .fc-prev-button,
.stb-schedule--calendar .fc-next-button {
  position: absolute;
  top: 40px;
  background-color: transparent;
  font-size: 1em;
}
.stb-schedule--calendar .fc-prev-button span,
.stb-schedule--calendar .fc-next-button span {
  background-color: transparent;
}
.stb-schedule--calendar .fc-prev-button[disabled],
.stb-schedule--calendar .fc-next-button[disabled] {
  color: #d8d8d8;
}
.stb-schedule--calendar .fc-prev-button[disabled]:hover,
.stb-schedule--calendar .fc-prev-button[disabled]:focus,
.stb-schedule--calendar .fc-next-button[disabled]:hover,
.stb-schedule--calendar .fc-next-button[disabled]:focus {
  color: #d8d8d8;
}
.stb-schedule--calendar .fc-left {
  margin-left: 39px;
  font-size: 0.6em;
}
.stb-schedule--calendar .fc-left h2 {
  font-weight: 400;
  margin-top: 5px;
}
.stb-schedule--calendar .fc-event {
  margin-bottom: 1px;
}
@media screen and (max-width: 700px) {
  .stb-schedule--calendar .fc-day-header span {
    word-spacing: 600px !important;
  }
  .stb-schedule--calendar .fc-right .fc-agendaWeek-button,
  .stb-schedule--calendar .fc-right .fc-month-button {
    display: none;
  }
}
.stb-schedule--calendar .fc-widget-header {
  word-spacing: 100px;
}
.stb-schedule--calendar .fc-widget-header th.fc-disabled-day {
  background-color: transparent !important;
  color: #acacac;
  opacity: 1;
}
.stb-schedule--calendar .fc-month-view .fc-widget-header div {
  height: 40px;
}
.stb-schedule--calendar .fc-month-view .fc-widget-header {
  height: 25px;
  vertical-align: middle;
}
.stb-schedule--calendar .fc-month-view {
  margin-left: 39px;
}
.stb-schedule--calendar button:focus {
  outline: 0;
}
.stb-schedule--calendar .fc-prev-button {
  left: 25px;
}
.stb-schedule--calendar .fc-next-button {
  right: -15px;
}
.stb-schedule--calendar .fc-day-header span {
  word-spacing: 110px;
}
.stb-schedule--calendar .fc-widget-header {
  font-weight: normal;
  font-size: 0.93em;
  border: none;
  height: 40px;
}
.stb-schedule--calendar .fc-bg table tbody tr td.fc-axis {
  border-right: 1px solid #ddd;
}
.stb-schedule--calendar .fc-axis {
  border-color: transparent;
}
.stb-schedule--calendar .fc-agendaWeek-view .fc-slats .fc-axis,
.stb-schedule--calendar .fc-agendaDay-view .fc-slats .fc-axis {
  font-size: 0.65em;
  text-align: center;
}
.stb-schedule--calendar .fc-agendaWeek-view .fc-time-grid-event .fc-title,
.stb-schedule--calendar .fc-agendaDay-view .fc-time-grid-event .fc-title {
  padding: 0 1px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.stb-schedule--calendar .fc-agendaWeek-view .fc-scroller,
.stb-schedule--calendar .fc-agendaDay-view .fc-scroller {
  overflow-y: hidden !important;
}
.stb-schedule--calendar .fc-agendaWeek-view .fc-body .fc-bg .fc-widget-content:first-child,
.stb-schedule--calendar .fc-agendaDay-view .fc-body .fc-bg .fc-widget-content:first-child {
  border-color: transparent;
  border-right: 1px solid #ddd;
}
.stb-schedule--calendar .fc-agendaWeek-view .fc-body .fc-widget-content:first-child,
.stb-schedule--calendar .fc-agendaDay-view .fc-body .fc-widget-content:first-child {
  border-color: transparent;
}
.stb-schedule--calendar .fc-agendaWeek-view .fc-recurring,
.stb-schedule--calendar .fc-agendaDay-view .fc-recurring {
  border-radius: 0;
  border: none;
  box-shadow: none;
  background-color: transparent;
  color: white;
}
.stb-schedule--calendar .fc-agendaWeek-view .fc-recurring:focus,
.stb-schedule--calendar .fc-agendaDay-view .fc-recurring:focus {
  outline: none;
  color: black;
}
.stb-schedule--calendar .fc-agendaWeek-view .fc-time-grid table,
.stb-schedule--calendar .fc-agendaDay-view .fc-time-grid table {
  border-top: 1px;
}
.stb-schedule--calendar .fc-agendaWeek-view .fc-bg table,
.stb-schedule--calendar .fc-agendaDay-view .fc-bg table {
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
.stb-schedule--calendar .fc-agendaWeek-view .fc-ltr .fc-axis,
.stb-schedule--calendar .fc-agendaDay-view .fc-ltr .fc-axis {
  text-align: center;
}
.stb-scheduling {
  position: relative;
  color: #606060;
}
.stb-scheduling h3 {
  margin: 20px 30px 0 30px;
  font-size: 1em;
  font-weight: 300;
}
.stb-scheduling .custom-buttons {
  position: absolute;
  top: 49px;
  right: 30px;
  z-index: 2;
}
.stb-scheduling .custom-buttons button {
  text-transform: uppercase;
}
.stb-scheduling .custom-buttons.configure button {
  background-color: transparent;
  color: #004cdd;
}
.stb-scheduling .custom-buttons > .fc-button.save {
  color: white;
  background-color: #004cdd;
}
.stb-scheduling .custom-buttons > .fc-button.reserved-time-button {
  position: absolute;
  top: -98px;
  right: 4px;
  color: white;
  background-color: #004cdd;
}
@media screen and (max-width: 398px) {
  .stb-scheduling .custom-buttons {
    top: 68px;
  }
}
.stb-schedule--compact .fc-event {
  padding: 0;
  min-height: 13px;
}
.stb-page--confirm {
  overflow: auto;
  top: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  background-color: white;
  height: 100vh;
  font-size: 0.9em;
}
.stb-page--confirm .hr {
  border-bottom: 2px solid #f6f6f6;
  width: 70%;
  margin: 0 auto 50px auto;
}
.stb-page--confirm h2 {
  color: #004cdd;
  text-transform: uppercase;
  font-weight: 400;
}
.stb-page--confirm h3 {
  font-weight: 400;
  color: #777;
}
.stb-page--confirm button {
  text-transform: uppercase;
  outline: 0;
  margin-top: 20px;
  background: #004cdd;
  border: 0;
  padding: 12px;
  color: #FFFFFF;
  font-size: 1.2em;
  cursor: pointer;
  width: 360px;
}
.stb-page--confirm .signup-email-confirm-logo {
  margin: 0 auto;
  height: 100px;
  width: auto;
}
.configure-action-button button {
  width: 100%;
  margin-left: 1px;
  border-radius: 0;
  font-size: 0.9em;
  text-transform: inherit;
  border: 1px solid #ddd;
  cursor: pointer;
  color: #606060;
}
.configure-action-button button.enable-day {
  color: #004cdd;
}
.stb-divider--vertical {
  background-color: rgba(0, 0, 0, 0.15);
  height: 100%;
  width: 1px;
}
[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak {
  display: none !important;
}
md-input-container.md-default-theme.md-input-invalid.md-input-focused label,
md-input-container.md-input-invalid.md-input-focused label {
  color: #ff4a66;
}
md-input-container.md-default-theme.md-input-invalid .md-input,
md-input-container.md-input-invalid .md-input {
  border-color: #ff4a66;
}
md-select-menu {
  max-height: 256px;
}
md-select-menu md-content {
  max-height: none;
}
md-select-menu:not(.md-overflow) md-content {
  padding: 0;
}
md-select-menu md-option {
  color: rgba(0, 0, 0, 0.87);
}
md-select-menu md-option .md-container + .md-text {
  font-size: 14px;
}
md-select-menu md-option[selected],
md-select-menu md-option[selected]:focus {
  color: #004cdd;
}
md-select-menu md-option[disabled] {
  display: none;
}
md-select-menu .md-button {
  border-radius: 0;
  margin: 0;
  width: 100%;
}
.md-button--link {
  text-decoration: none !important;
}
.uppercase {
  text-transform: uppercase;
}
.st-no-margin {
  display: inline-block;
  margin: 0 !important;
  vertical-align: middle;
}
.md-select-menu-container {
  z-index: 1303;
}
.md-datepicker-input-mask {
  display: none;
}
.md-dialog-is-showing,
.md-dialog-is-showing-1 {
  overflow: visible !important;
}
md-dialog.md-transition-in,
md-dialog.md-transition-out {
  transition: opacity 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.md-panel-outer-wrapper {
  pointer-events: none;
}
.md-dialog-backdrop.md-opaque {
  background-color: rgba(0, 0, 0, 0.7) !important;
  bottom: 0;
  height: auto !important;
  left: 0;
  opacity: 1 !important;
  right: 0;
  top: 0;
}
.md-dialog-container {
  overflow: visible;
}
.md-dialog-container + .md-dialog-container {
  z-index: 1302;
}
.md-dialog-container + .md-dialog-container + .md-dialog-container {
  z-index: 1304;
}
.md-dialog-backdrop + .md-dialog-backdrop {
  z-index: 1301;
}
.md-dialog-backdrop + .md-dialog-backdrop + .md-dialog-backdrop {
  z-index: 1303;
}
.md-sidenav-backdrop {
  background: transparent !important;
  position: fixed;
}
.md-sidenav-right {
  max-width: 92%;
  overflow: visible;
  padding: 0;
  position: fixed;
  width: 403px;
}
.md-sidenav-right.md-closed-add,
.md-sidenav-right.md-closed-remove {
  display: block;
}
.md-sidenav-right--fit {
  max-width: 100%;
}
.md-sidenav-right > .c-card {
  display: block;
  height: 100%;
  overflow-y: auto;
  padding: 30px 0;
}
drawer-notes > md-backdrop {
  pointer-events: none;
}
drawer-notes > md-sidenav {
  z-index: 50;
}
md-backdrop.md-select-backdrop {
  z-index: 2500;
}
.md-select-menu-container {
  z-index: 2501;
}
.md-toast-animating {
  overflow: initial !important;
}
.fc-state-down,
.fc-state-active {
  color: #004cdd;
}
.fc-event {
  background-color: #004cdd;
}
#map_outer {
  display: none;
}

/* angular:styles/global:styles */
/*# sourceMappingURL=styles.css.map */
