@charset "UTF-8";
.md-searchbox {
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.1), 0 0 0 0 rgba(0, 0, 0, 0.14), 0 0 0 0 rgba(0, 0, 0, 0.12);
  padding-left: 10.667px;
  height: 48px;
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  width: auto;
}

.md-searchinput {
  border: none;
  outline: none;
  height: 100%;
  width: 100%;
  padding: 0;
}

/* TODO is this part of the spec? Demos rely on this. */
.paper-list-inline {
  list-style: none;
  margin-left: -5px;
  padding-left: 0;
}

.paper-list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

.md-spin {
  animation: md-spin 1.5s infinite linear;
}

.md-spin-reverse {
  animation: md-spin-reverse 1.5s infinite linear;
}

@keyframes md-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
@keyframes md-spin-reverse {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-359deg);
  }
}
/*
$colors-export: export('palettes', $colors);
$contrasts-export: export('contrasts', (
  'light-contrast-color': $light-contrast-color,
  'dark-contrast-color': $dark-contrast-color,
  'strong-light-contrast-color': $strong-light-contrast-color
));
*/
:root {
  --primary-50: 240, 253, 250;
  --primary-50-contrast: 255, 255, 255;
  --primary-100: 174, 242, 226;
  --primary-100-contrast: 255, 255, 255;
  --primary-200: 152, 239, 218;
  --primary-200-contrast: 255, 255, 255;
  --primary-300: 130, 235, 210;
  --primary-300-contrast: 255, 255, 255;
  --primary-400: 108, 232, 202;
  --primary-400-contrast: 255, 255, 255;
  --primary-500: 42, 221, 178;
  --primary-500-contrast: 255, 255, 255;
  --primary-600: 33, 205, 163;
  --primary-600-contrast: 255, 255, 255;
  --primary-700: 29, 183, 146;
  --primary-700-contrast: 255, 255, 255;
  --primary-800: 26, 161, 128;
  --primary-800-contrast: 255, 255, 255;
  --primary-900: 22, 139, 111;
  --primary-900-contrast: 255, 255, 255;
  --primary-A100: 117, 233, 205;
  --primary-A100-contrast: 255, 255, 255;
  --primary-A200: 73, 226, 189;
  --primary-A200-contrast: 255, 255, 255;
  --primary-A400: 31, 196, 156;
  --primary-A400-contrast: 255, 255, 255;
  --primary-A700: 24, 152, 121;
  --primary-A700-contrast: 255, 255, 255;
  --accent-50: 255, 255, 255;
  --accent-50-contrast: 255, 255, 255;
  --accent-100: 240, 232, 255;
  --accent-100-contrast: 255, 255, 255;
  --accent-200: 223, 206, 255;
  --accent-200-contrast: 255, 255, 255;
  --accent-300: 206, 181, 255;
  --accent-300-contrast: 255, 255, 255;
  --accent-400: 189, 155, 255;
  --accent-400-contrast: 255, 255, 255;
  --accent-500: 138, 79, 255;
  --accent-500-contrast: 255, 255, 255;
  --accent-600: 121, 53, 255;
  --accent-600-contrast: 255, 255, 255;
  --accent-700: 104, 28, 255;
  --accent-700-contrast: 255, 255, 255;
  --accent-800: 87, 2, 255;
  --accent-800-contrast: 255, 255, 255;
  --accent-900: 78, 0, 232;
  --accent-900-contrast: 255, 255, 255;
  --accent-A100: 196, 166, 255;
  --accent-A100-contrast: 255, 255, 255;
  --accent-A200: 162, 115, 255;
  --accent-A200-contrast: 255, 255, 255;
  --accent-A400: 114, 43, 255;
  --accent-A400-contrast: 255, 255, 255;
  --accent-A700: 83, 0, 247;
  --accent-A700-contrast: 255, 255, 255;
  --warn-50: 252, 228, 236;
  --warn-50-contrast: 0, 0, 0;
  --warn-100: 248, 187, 208;
  --warn-100-contrast: 0, 0, 0;
  --warn-200: 244, 143, 177;
  --warn-200-contrast: 0, 0, 0;
  --warn-300: 240, 98, 146;
  --warn-300-contrast: 255, 255, 255;
  --warn-400: 236, 64, 122;
  --warn-400-contrast: 255, 255, 255;
  --warn-500: 233, 30, 99;
  --warn-500-contrast: 255, 255, 255;
  --warn-600: 216, 27, 96;
  --warn-600-contrast: 255, 255, 255;
  --warn-700: 194, 24, 91;
  --warn-700-contrast: 255, 255, 255;
  --warn-800: 173, 20, 87;
  --warn-800-contrast: 255, 255, 255;
  --warn-900: 136, 14, 79;
  --warn-900-contrast: 255, 255, 255;
  --warn-A100: 255, 128, 171;
  --warn-A100-contrast: 0, 0, 0;
  --warn-A200: 255, 64, 129;
  --warn-A200-contrast: 255, 255, 255;
  --warn-A400: 245, 0, 87;
  --warn-A400-contrast: 255, 255, 255;
  --warn-A700: 197, 17, 98;
  --warn-A700-contrast: 255, 255, 255;
  --background-50: 250, 250, 250;
  --background-50-contrast: 0, 0, 0;
  --background-100: 245, 245, 245;
  --background-100-contrast: 0, 0, 0;
  --background-200: 238, 238, 238;
  --background-200-contrast: 0, 0, 0;
  --background-300: 224, 224, 224;
  --background-300-contrast: 0, 0, 0;
  --background-400: 189, 189, 189;
  --background-400-contrast: 0, 0, 0;
  --background-500: 158, 158, 158;
  --background-500-contrast: 0, 0, 0;
  --background-600: 117, 117, 117;
  --background-600-contrast: 255, 255, 255;
  --background-700: 97, 97, 97;
  --background-700-contrast: 255, 255, 255;
  --background-800: 66, 66, 66;
  --background-800-contrast: 255, 255, 255;
  --background-900: 33, 33, 33;
  --background-900-contrast: 255, 255, 255;
  --background-A100: 255, 255, 255;
  --background-A100-contrast: 0, 0, 0;
  --background-A200: 0, 0, 0;
  --background-A200-contrast: 255, 255, 255;
  --background-A400: 48, 48, 48;
  --background-A400-contrast: 255, 255, 255;
  --background-A700: 97, 97, 97;
  --background-A700-contrast: 255, 255, 255;
  --foreground-1: rgba(0, 0, 0, 0.87);
  --foreground-2: rgba(0, 0, 0, 0.54);
  --foreground-3: rgba(0, 0, 0, 0.38);
  --foreground-4: rgba(0, 0, 0, 0.12);
  --foreground-shadow: none;
}

html, body {
  height: 100%;
  position: relative;
}

body {
  margin: 0;
  padding: 0;
}

[tabindex="-1"]:focus {
  outline: none;
}

.inset {
  padding: 10px;
}

a.md-no-style,
button.md-no-style {
  font-weight: 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;
}
input:-webkit-autofill {
  text-shadow: none;
}

.md-visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  text-transform: none;
  width: 1px;
}

.md-shadow {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: inherit;
  pointer-events: none;
}

.md-shadow-bottom-z-1 {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
}

.md-shadow-bottom-z-2 {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4);
}

.md-shadow-animated.md-shadow {
  transition: box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
}

/*
 * A container inside of a rippling element (eg a button),
 * which contains all of the individual ripples
 */
.md-ripple-container {
  pointer-events: none;
  position: absolute;
  overflow: hidden;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 0.55s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.md-ripple {
  position: absolute;
  transform: translate(-50%, -50%) scale(0);
  transform-origin: 50% 50%;
  opacity: 0;
  border-radius: 50%;
}
.md-ripple.md-ripple-placed {
  transition: margin 0.9s cubic-bezier(0.25, 0.8, 0.25, 1), border 0.9s cubic-bezier(0.25, 0.8, 0.25, 1), width 0.9s cubic-bezier(0.25, 0.8, 0.25, 1), height 0.9s cubic-bezier(0.25, 0.8, 0.25, 1), opacity 0.9s cubic-bezier(0.25, 0.8, 0.25, 1), transform 0.9s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.md-ripple.md-ripple-scaled {
  transform: translate(-50%, -50%) scale(1);
}
.md-ripple.md-ripple-active, .md-ripple.md-ripple-full, .md-ripple.md-ripple-visible {
  opacity: 0.2;
}
.md-ripple.md-ripple-remove {
  animation: md-remove-ripple 0.9s cubic-bezier(0.25, 0.8, 0.25, 1);
}

@keyframes md-remove-ripple {
  0% {
    opacity: 0.15;
  }
  100% {
    opacity: 0;
  }
}
.md-padding {
  padding: 8px;
}

.md-margin {
  margin: 8px;
}

.md-scroll-mask {
  position: absolute;
  background-color: transparent;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 50;
}
.md-scroll-mask > .md-scroll-mask-bar {
  display: block;
  position: absolute;
  background-color: #fafafa;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 65;
  box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.3);
}

.md-no-momentum {
  -webkit-overflow-scrolling: auto;
}

.md-no-flicker {
  -webkit-filter: blur(0px);
}

@media (min-width: 960px) {
  .md-padding {
    padding: 16px;
  }
}
html[dir=rtl], html[dir=ltr], body[dir=rtl], body[dir=ltr] {
  unicode-bidi: embed;
}

bdo[dir=rtl] {
  direction: rtl;
  unicode-bidi: bidi-override;
}

bdo[dir=ltr] {
  direction: ltr;
  unicode-bidi: bidi-override;
}

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;
}

/************
 * Headings
 ************/
.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;
}

/************
 * Body Copy
 ************/
.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;
}

/************
 * Defaults
 ************/
button,
select,
html,
textarea,
input {
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

select,
button,
textarea,
input {
  font-size: 100%;
}

/*
*  Responsive attributes
*
*  References:
*  1) https://scotch.io/tutorials/a-visual-guide-to-css3-flexbox-properties#flex
*  2) https://css-tricks.com/almanac/properties/f/flex/
*  3) https://css-tricks.com/snippets/css/a-guide-to-flexbox/
*  4) https://github.com/philipwalton/flexbugs#3-min-height-on-a-flex-container-wont-apply-to-its-flex-items
*  5) http://godban.com.ua/projects/flexgrid
*/
/*
* Since Layout API uses ng-cloak to hide the dom elements while layouts are adjusted
*/
[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
  display: none !important;
}

/*
*  Responsive attributes
*
*  References:
*  1) https://scotch.io/tutorials/a-visual-guide-to-css3-flexbox-properties#flex
*  2) https://css-tricks.com/almanac/properties/f/flex/
*  3) https://css-tricks.com/snippets/css/a-guide-to-flexbox/
*  4) https://github.com/philipwalton/flexbugs#3-min-height-on-a-flex-container-wont-apply-to-its-flex-items
*  5) http://godban.com.ua/projects/flexgrid
*/
@-moz-document url-prefix() {
  .layout-fill {
    margin: 0;
    width: 100%;
    min-height: 100%;
    height: 100%;
  }
}
/*
 *  Apply Mixins to create Layout/Flexbox styles
 */
.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, .layout-margin .flex-offset-0, .layout-margin .offset-0 {
  margin-left: 0;
}
[dir=rtl] .offset-0, [dir=rtl] .flex-offset-0, [dir=rtl] .layout-margin .flex-offset-0, [dir=rtl] .layout-margin .offset-0 {
  margin-left: auto;
  margin-right: 0;
}

.offset-5, .flex-offset-5, .layout-margin .flex-offset-5, .layout-margin .offset-5 {
  margin-left: 5%;
}
[dir=rtl] .offset-5, [dir=rtl] .flex-offset-5, [dir=rtl] .layout-margin .flex-offset-5, [dir=rtl] .layout-margin .offset-5 {
  margin-left: auto;
  margin-right: 5%;
}

.offset-10, .flex-offset-10, .layout-margin .flex-offset-10, .layout-margin .offset-10 {
  margin-left: 10%;
}
[dir=rtl] .offset-10, [dir=rtl] .flex-offset-10, [dir=rtl] .layout-margin .flex-offset-10, [dir=rtl] .layout-margin .offset-10 {
  margin-left: auto;
  margin-right: 10%;
}

.offset-15, .flex-offset-15, .layout-margin .flex-offset-15, .layout-margin .offset-15 {
  margin-left: 15%;
}
[dir=rtl] .offset-15, [dir=rtl] .flex-offset-15, [dir=rtl] .layout-margin .flex-offset-15, [dir=rtl] .layout-margin .offset-15 {
  margin-left: auto;
  margin-right: 15%;
}

.offset-20, .flex-offset-20, .layout-margin .flex-offset-20, .layout-margin .offset-20 {
  margin-left: 20%;
}
[dir=rtl] .offset-20, [dir=rtl] .flex-offset-20, [dir=rtl] .layout-margin .flex-offset-20, [dir=rtl] .layout-margin .offset-20 {
  margin-left: auto;
  margin-right: 20%;
}

.offset-25, .flex-offset-25, .layout-margin .flex-offset-25, .layout-margin .offset-25 {
  margin-left: 25%;
}
[dir=rtl] .offset-25, [dir=rtl] .flex-offset-25, [dir=rtl] .layout-margin .flex-offset-25, [dir=rtl] .layout-margin .offset-25 {
  margin-left: auto;
  margin-right: 25%;
}

.offset-30, .flex-offset-30, .layout-margin .flex-offset-30, .layout-margin .offset-30 {
  margin-left: 30%;
}
[dir=rtl] .offset-30, [dir=rtl] .flex-offset-30, [dir=rtl] .layout-margin .flex-offset-30, [dir=rtl] .layout-margin .offset-30 {
  margin-left: auto;
  margin-right: 30%;
}

.offset-35, .flex-offset-35, .layout-margin .flex-offset-35, .layout-margin .offset-35 {
  margin-left: 35%;
}
[dir=rtl] .offset-35, [dir=rtl] .flex-offset-35, [dir=rtl] .layout-margin .flex-offset-35, [dir=rtl] .layout-margin .offset-35 {
  margin-left: auto;
  margin-right: 35%;
}

.offset-40, .flex-offset-40, .layout-margin .flex-offset-40, .layout-margin .offset-40 {
  margin-left: 40%;
}
[dir=rtl] .offset-40, [dir=rtl] .flex-offset-40, [dir=rtl] .layout-margin .flex-offset-40, [dir=rtl] .layout-margin .offset-40 {
  margin-left: auto;
  margin-right: 40%;
}

.offset-45, .flex-offset-45, .layout-margin .flex-offset-45, .layout-margin .offset-45 {
  margin-left: 45%;
}
[dir=rtl] .offset-45, [dir=rtl] .flex-offset-45, [dir=rtl] .layout-margin .flex-offset-45, [dir=rtl] .layout-margin .offset-45 {
  margin-left: auto;
  margin-right: 45%;
}

.offset-50, .flex-offset-50, .layout-margin .flex-offset-50, .layout-margin .offset-50 {
  margin-left: 50%;
}
[dir=rtl] .offset-50, [dir=rtl] .flex-offset-50, [dir=rtl] .layout-margin .flex-offset-50, [dir=rtl] .layout-margin .offset-50 {
  margin-left: auto;
  margin-right: 50%;
}

.offset-55, .flex-offset-55, .layout-margin .flex-offset-55, .layout-margin .offset-55 {
  margin-left: 55%;
}
[dir=rtl] .offset-55, [dir=rtl] .flex-offset-55, [dir=rtl] .layout-margin .flex-offset-55, [dir=rtl] .layout-margin .offset-55 {
  margin-left: auto;
  margin-right: 55%;
}

.offset-60, .flex-offset-60, .layout-margin .flex-offset-60, .layout-margin .offset-60 {
  margin-left: 60%;
}
[dir=rtl] .offset-60, [dir=rtl] .flex-offset-60, [dir=rtl] .layout-margin .flex-offset-60, [dir=rtl] .layout-margin .offset-60 {
  margin-left: auto;
  margin-right: 60%;
}

.offset-65, .flex-offset-65, .layout-margin .flex-offset-65, .layout-margin .offset-65 {
  margin-left: 65%;
}
[dir=rtl] .offset-65, [dir=rtl] .flex-offset-65, [dir=rtl] .layout-margin .flex-offset-65, [dir=rtl] .layout-margin .offset-65 {
  margin-left: auto;
  margin-right: 65%;
}

.offset-70, .flex-offset-70, .layout-margin .flex-offset-70, .layout-margin .offset-70 {
  margin-left: 70%;
}
[dir=rtl] .offset-70, [dir=rtl] .flex-offset-70, [dir=rtl] .layout-margin .flex-offset-70, [dir=rtl] .layout-margin .offset-70 {
  margin-left: auto;
  margin-right: 70%;
}

.offset-75, .flex-offset-75, .layout-margin .flex-offset-75, .layout-margin .offset-75 {
  margin-left: 75%;
}
[dir=rtl] .offset-75, [dir=rtl] .flex-offset-75, [dir=rtl] .layout-margin .flex-offset-75, [dir=rtl] .layout-margin .offset-75 {
  margin-left: auto;
  margin-right: 75%;
}

.offset-80, .flex-offset-80, .layout-margin .flex-offset-80, .layout-margin .offset-80 {
  margin-left: 80%;
}
[dir=rtl] .offset-80, [dir=rtl] .flex-offset-80, [dir=rtl] .layout-margin .flex-offset-80, [dir=rtl] .layout-margin .offset-80 {
  margin-left: auto;
  margin-right: 80%;
}

.offset-85, .flex-offset-85, .layout-margin .flex-offset-85, .layout-margin .offset-85 {
  margin-left: 85%;
}
[dir=rtl] .offset-85, [dir=rtl] .flex-offset-85, [dir=rtl] .layout-margin .flex-offset-85, [dir=rtl] .layout-margin .offset-85 {
  margin-left: auto;
  margin-right: 85%;
}

.offset-90, .flex-offset-90, .layout-margin .flex-offset-90, .layout-margin .offset-90 {
  margin-left: 90%;
}
[dir=rtl] .offset-90, [dir=rtl] .flex-offset-90, [dir=rtl] .layout-margin .flex-offset-90, [dir=rtl] .layout-margin .offset-90 {
  margin-left: auto;
  margin-right: 90%;
}

.offset-95, .flex-offset-95, .layout-margin .flex-offset-95, .layout-margin .offset-95 {
  margin-left: 95%;
}
[dir=rtl] .offset-95, [dir=rtl] .flex-offset-95, [dir=rtl] .layout-margin .flex-offset-95, [dir=rtl] .layout-margin .offset-95 {
  margin-left: auto;
  margin-right: 95%;
}

.offset-33, .flex-offset-33, .layout-margin .flex-offset-33, .layout-margin .offset-33 {
  margin-left: 33.3333333333%;
}

.offset-66, .flex-offset-66, .layout-margin .flex-offset-66, .layout-margin .offset-66 {
  margin-left: 66.6666666667%;
}
[dir=rtl] .offset-66, [dir=rtl] .flex-offset-66, [dir=rtl] .layout-margin .flex-offset-66, [dir=rtl] .layout-margin .offset-66 {
  margin-left: auto;
  margin-right: 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;
}

.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 100%;
  max-width: 0%;
  max-height: 100%;
  box-sizing: border-box;
}

.layout-row > .flex-0 {
  flex: 1 1 100%;
  max-width: 0%;
  max-height: 100%;
  box-sizing: border-box;
  min-width: 0;
}

.layout-column > .flex-0 {
  flex: 1 1 100%;
  max-width: 100%;
  max-height: 0%;
  box-sizing: border-box;
}

.flex-5 {
  flex: 1 1 100%;
  max-width: 5%;
  max-height: 100%;
  box-sizing: border-box;
}

.layout-row > .flex-5 {
  flex: 1 1 100%;
  max-width: 5%;
  max-height: 100%;
  box-sizing: border-box;
}

.layout-column > .flex-5 {
  flex: 1 1 100%;
  max-width: 100%;
  max-height: 5%;
  box-sizing: border-box;
}

.flex-10 {
  flex: 1 1 100%;
  max-width: 10%;
  max-height: 100%;
  box-sizing: border-box;
}

.layout-row > .flex-10 {
  flex: 1 1 100%;
  max-width: 10%;
  max-height: 100%;
  box-sizing: border-box;
}

.layout-column > .flex-10 {
  flex: 1 1 100%;
  max-width: 100%;
  max-height: 10%;
  box-sizing: border-box;
}

.flex-15 {
  flex: 1 1 100%;
  max-width: 15%;
  max-height: 100%;
  box-sizing: border-box;
}

.layout-row > .flex-15 {
  flex: 1 1 100%;
  max-width: 15%;
  max-height: 100%;
  box-sizing: border-box;
}

.layout-column > .flex-15 {
  flex: 1 1 100%;
  max-width: 100%;
  max-height: 15%;
  box-sizing: border-box;
}

.flex-20 {
  flex: 1 1 100%;
  max-width: 20%;
  max-height: 100%;
  box-sizing: border-box;
}

.layout-row > .flex-20 {
  flex: 1 1 100%;
  max-width: 20%;
  max-height: 100%;
  box-sizing: border-box;
}

.layout-column > .flex-20 {
  flex: 1 1 100%;
  max-width: 100%;
  max-height: 20%;
  box-sizing: border-box;
}

.flex-25 {
  flex: 1 1 100%;
  max-width: 25%;
  max-height: 100%;
  box-sizing: border-box;
}

.layout-row > .flex-25 {
  flex: 1 1 100%;
  max-width: 25%;
  max-height: 100%;
  box-sizing: border-box;
}

.layout-column > .flex-25 {
  flex: 1 1 100%;
  max-width: 100%;
  max-height: 25%;
  box-sizing: border-box;
}

.flex-30 {
  flex: 1 1 100%;
  max-width: 30%;
  max-height: 100%;
  box-sizing: border-box;
}

.layout-row > .flex-30 {
  flex: 1 1 100%;
  max-width: 30%;
  max-height: 100%;
  box-sizing: border-box;
}

.layout-column > .flex-30 {
  flex: 1 1 100%;
  max-width: 100%;
  max-height: 30%;
  box-sizing: border-box;
}

.flex-35 {
  flex: 1 1 100%;
  max-width: 35%;
  max-height: 100%;
  box-sizing: border-box;
}

.layout-row > .flex-35 {
  flex: 1 1 100%;
  max-width: 35%;
  max-height: 100%;
  box-sizing: border-box;
}

.layout-column > .flex-35 {
  flex: 1 1 100%;
  max-width: 100%;
  max-height: 35%;
  box-sizing: border-box;
}

.flex-40 {
  flex: 1 1 100%;
  max-width: 40%;
  max-height: 100%;
  box-sizing: border-box;
}

.layout-row > .flex-40 {
  flex: 1 1 100%;
  max-width: 40%;
  max-height: 100%;
  box-sizing: border-box;
}

.layout-column > .flex-40 {
  flex: 1 1 100%;
  max-width: 100%;
  max-height: 40%;
  box-sizing: border-box;
}

.flex-45 {
  flex: 1 1 100%;
  max-width: 45%;
  max-height: 100%;
  box-sizing: border-box;
}

.layout-row > .flex-45 {
  flex: 1 1 100%;
  max-width: 45%;
  max-height: 100%;
  box-sizing: border-box;
}

.layout-column > .flex-45 {
  flex: 1 1 100%;
  max-width: 100%;
  max-height: 45%;
  box-sizing: border-box;
}

.flex-50 {
  flex: 1 1 100%;
  max-width: 50%;
  max-height: 100%;
  box-sizing: border-box;
}

.layout-row > .flex-50 {
  flex: 1 1 100%;
  max-width: 50%;
  max-height: 100%;
  box-sizing: border-box;
}

.layout-column > .flex-50 {
  flex: 1 1 100%;
  max-width: 100%;
  max-height: 50%;
  box-sizing: border-box;
}

.flex-55 {
  flex: 1 1 100%;
  max-width: 55%;
  max-height: 100%;
  box-sizing: border-box;
}

.layout-row > .flex-55 {
  flex: 1 1 100%;
  max-width: 55%;
  max-height: 100%;
  box-sizing: border-box;
}

.layout-column > .flex-55 {
  flex: 1 1 100%;
  max-width: 100%;
  max-height: 55%;
  box-sizing: border-box;
}

.flex-60 {
  flex: 1 1 100%;
  max-width: 60%;
  max-height: 100%;
  box-sizing: border-box;
}

.layout-row > .flex-60 {
  flex: 1 1 100%;
  max-width: 60%;
  max-height: 100%;
  box-sizing: border-box;
}

.layout-column > .flex-60 {
  flex: 1 1 100%;
  max-width: 100%;
  max-height: 60%;
  box-sizing: border-box;
}

.flex-65 {
  flex: 1 1 100%;
  max-width: 65%;
  max-height: 100%;
  box-sizing: border-box;
}

.layout-row > .flex-65 {
  flex: 1 1 100%;
  max-width: 65%;
  max-height: 100%;
  box-sizing: border-box;
}

.layout-column > .flex-65 {
  flex: 1 1 100%;
  max-width: 100%;
  max-height: 65%;
  box-sizing: border-box;
}

.flex-70 {
  flex: 1 1 100%;
  max-width: 70%;
  max-height: 100%;
  box-sizing: border-box;
}

.layout-row > .flex-70 {
  flex: 1 1 100%;
  max-width: 70%;
  max-height: 100%;
  box-sizing: border-box;
}

.layout-column > .flex-70 {
  flex: 1 1 100%;
  max-width: 100%;
  max-height: 70%;
  box-sizing: border-box;
}

.flex-75 {
  flex: 1 1 100%;
  max-width: 75%;
  max-height: 100%;
  box-sizing: border-box;
}

.layout-row > .flex-75 {
  flex: 1 1 100%;
  max-width: 75%;
  max-height: 100%;
  box-sizing: border-box;
}

.layout-column > .flex-75 {
  flex: 1 1 100%;
  max-width: 100%;
  max-height: 75%;
  box-sizing: border-box;
}

.flex-80 {
  flex: 1 1 100%;
  max-width: 80%;
  max-height: 100%;
  box-sizing: border-box;
}

.layout-row > .flex-80 {
  flex: 1 1 100%;
  max-width: 80%;
  max-height: 100%;
  box-sizing: border-box;
}

.layout-column > .flex-80 {
  flex: 1 1 100%;
  max-width: 100%;
  max-height: 80%;
  box-sizing: border-box;
}

.flex-85 {
  flex: 1 1 100%;
  max-width: 85%;
  max-height: 100%;
  box-sizing: border-box;
}

.layout-row > .flex-85 {
  flex: 1 1 100%;
  max-width: 85%;
  max-height: 100%;
  box-sizing: border-box;
}

.layout-column > .flex-85 {
  flex: 1 1 100%;
  max-width: 100%;
  max-height: 85%;
  box-sizing: border-box;
}

.flex-90 {
  flex: 1 1 100%;
  max-width: 90%;
  max-height: 100%;
  box-sizing: border-box;
}

.layout-row > .flex-90 {
  flex: 1 1 100%;
  max-width: 90%;
  max-height: 100%;
  box-sizing: border-box;
}

.layout-column > .flex-90 {
  flex: 1 1 100%;
  max-width: 100%;
  max-height: 90%;
  box-sizing: border-box;
}

.flex-95 {
  flex: 1 1 100%;
  max-width: 95%;
  max-height: 100%;
  box-sizing: border-box;
}

.layout-row > .flex-95 {
  flex: 1 1 100%;
  max-width: 95%;
  max-height: 100%;
  box-sizing: border-box;
}

.layout-column > .flex-95 {
  flex: 1 1 100%;
  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 {
  flex: 1 1 100%;
  max-width: 100%;
  max-height: 100%;
  box-sizing: border-box;
}

.layout-column > .flex-100 {
  flex: 1 1 100%;
  max-width: 100%;
  max-height: 100%;
  box-sizing: border-box;
}

.flex-33 {
  flex: 1 1 100%;
  max-width: 33.33%;
  max-height: 100%;
  box-sizing: border-box;
}

.flex-66 {
  flex: 1 1 100%;
  max-width: 66.66%;
  max-height: 100%;
  box-sizing: border-box;
}

.layout-row > .flex-33 {
  flex: 1 1 33.33%;
  max-width: 33.33%;
  max-height: 100%;
  box-sizing: border-box;
}
.layout-row > .flex-66 {
  flex: 1 1 66.66%;
  max-width: 66.66%;
  max-height: 100%;
  box-sizing: border-box;
}

.layout-column > .flex-33 {
  flex: 1 1 33.33%;
  max-width: 100%;
  max-height: 33.33%;
  box-sizing: border-box;
}
.layout-column > .flex-66 {
  flex: 1 1 66.66%;
  max-width: 100%;
  max-height: 66.66%;
  box-sizing: border-box;
}

.layout-row > .flex-33 {
  flex: 1 1 100%;
  max-width: 33.33%;
  max-height: 100%;
  box-sizing: border-box;
}
.layout-row > .flex-66 {
  flex: 1 1 100%;
  max-width: 66.66%;
  max-height: 100%;
  box-sizing: border-box;
}
.layout-row > .flex {
  min-width: 0;
}

.layout-column > .flex-33 {
  flex: 1 1 100%;
  max-width: 100%;
  max-height: 33.33%;
  box-sizing: border-box;
}
.layout-column > .flex-66 {
  flex: 1 1 100%;
  max-width: 100%;
  max-height: 66.66%;
  box-sizing: border-box;
}
.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%;
}

/**
 * `hide-gt-sm show-gt-lg` should hide from 600px to 1200px
 * `show-md hide-gt-sm` should show from 0px to 960px and hide at >960px
 * `hide-gt-md show-gt-sm` should show everywhere (show overrides hide)`
 *
 *  hide means hide everywhere
 *  Sizes:
 *         $layout-breakpoint-xs:     600px !default;
 *         $layout-breakpoint-sm:     960px !default;
 *         $layout-breakpoint-md:     1280px !default;
 *         $layout-breakpoint-lg:     1920px !default;
 */
@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, .layout-margin .flex-offset-xs-0, .layout-margin .offset-xs-0 {
    margin-left: 0;
  }
  [dir=rtl] .offset-xs-0, [dir=rtl] .flex-offset-xs-0, [dir=rtl] .layout-margin .flex-offset-xs-0, [dir=rtl] .layout-margin .offset-xs-0 {
    margin-left: auto;
    margin-right: 0;
  }
  .offset-xs-5, .flex-offset-xs-5, .layout-margin .flex-offset-xs-5, .layout-margin .offset-xs-5 {
    margin-left: 5%;
  }
  [dir=rtl] .offset-xs-5, [dir=rtl] .flex-offset-xs-5, [dir=rtl] .layout-margin .flex-offset-xs-5, [dir=rtl] .layout-margin .offset-xs-5 {
    margin-left: auto;
    margin-right: 5%;
  }
  .offset-xs-10, .flex-offset-xs-10, .layout-margin .flex-offset-xs-10, .layout-margin .offset-xs-10 {
    margin-left: 10%;
  }
  [dir=rtl] .offset-xs-10, [dir=rtl] .flex-offset-xs-10, [dir=rtl] .layout-margin .flex-offset-xs-10, [dir=rtl] .layout-margin .offset-xs-10 {
    margin-left: auto;
    margin-right: 10%;
  }
  .offset-xs-15, .flex-offset-xs-15, .layout-margin .flex-offset-xs-15, .layout-margin .offset-xs-15 {
    margin-left: 15%;
  }
  [dir=rtl] .offset-xs-15, [dir=rtl] .flex-offset-xs-15, [dir=rtl] .layout-margin .flex-offset-xs-15, [dir=rtl] .layout-margin .offset-xs-15 {
    margin-left: auto;
    margin-right: 15%;
  }
  .offset-xs-20, .flex-offset-xs-20, .layout-margin .flex-offset-xs-20, .layout-margin .offset-xs-20 {
    margin-left: 20%;
  }
  [dir=rtl] .offset-xs-20, [dir=rtl] .flex-offset-xs-20, [dir=rtl] .layout-margin .flex-offset-xs-20, [dir=rtl] .layout-margin .offset-xs-20 {
    margin-left: auto;
    margin-right: 20%;
  }
  .offset-xs-25, .flex-offset-xs-25, .layout-margin .flex-offset-xs-25, .layout-margin .offset-xs-25 {
    margin-left: 25%;
  }
  [dir=rtl] .offset-xs-25, [dir=rtl] .flex-offset-xs-25, [dir=rtl] .layout-margin .flex-offset-xs-25, [dir=rtl] .layout-margin .offset-xs-25 {
    margin-left: auto;
    margin-right: 25%;
  }
  .offset-xs-30, .flex-offset-xs-30, .layout-margin .flex-offset-xs-30, .layout-margin .offset-xs-30 {
    margin-left: 30%;
  }
  [dir=rtl] .offset-xs-30, [dir=rtl] .flex-offset-xs-30, [dir=rtl] .layout-margin .flex-offset-xs-30, [dir=rtl] .layout-margin .offset-xs-30 {
    margin-left: auto;
    margin-right: 30%;
  }
  .offset-xs-35, .flex-offset-xs-35, .layout-margin .flex-offset-xs-35, .layout-margin .offset-xs-35 {
    margin-left: 35%;
  }
  [dir=rtl] .offset-xs-35, [dir=rtl] .flex-offset-xs-35, [dir=rtl] .layout-margin .flex-offset-xs-35, [dir=rtl] .layout-margin .offset-xs-35 {
    margin-left: auto;
    margin-right: 35%;
  }
  .offset-xs-40, .flex-offset-xs-40, .layout-margin .flex-offset-xs-40, .layout-margin .offset-xs-40 {
    margin-left: 40%;
  }
  [dir=rtl] .offset-xs-40, [dir=rtl] .flex-offset-xs-40, [dir=rtl] .layout-margin .flex-offset-xs-40, [dir=rtl] .layout-margin .offset-xs-40 {
    margin-left: auto;
    margin-right: 40%;
  }
  .offset-xs-45, .flex-offset-xs-45, .layout-margin .flex-offset-xs-45, .layout-margin .offset-xs-45 {
    margin-left: 45%;
  }
  [dir=rtl] .offset-xs-45, [dir=rtl] .flex-offset-xs-45, [dir=rtl] .layout-margin .flex-offset-xs-45, [dir=rtl] .layout-margin .offset-xs-45 {
    margin-left: auto;
    margin-right: 45%;
  }
  .offset-xs-50, .flex-offset-xs-50, .layout-margin .flex-offset-xs-50, .layout-margin .offset-xs-50 {
    margin-left: 50%;
  }
  [dir=rtl] .offset-xs-50, [dir=rtl] .flex-offset-xs-50, [dir=rtl] .layout-margin .flex-offset-xs-50, [dir=rtl] .layout-margin .offset-xs-50 {
    margin-left: auto;
    margin-right: 50%;
  }
  .offset-xs-55, .flex-offset-xs-55, .layout-margin .flex-offset-xs-55, .layout-margin .offset-xs-55 {
    margin-left: 55%;
  }
  [dir=rtl] .offset-xs-55, [dir=rtl] .flex-offset-xs-55, [dir=rtl] .layout-margin .flex-offset-xs-55, [dir=rtl] .layout-margin .offset-xs-55 {
    margin-left: auto;
    margin-right: 55%;
  }
  .offset-xs-60, .flex-offset-xs-60, .layout-margin .flex-offset-xs-60, .layout-margin .offset-xs-60 {
    margin-left: 60%;
  }
  [dir=rtl] .offset-xs-60, [dir=rtl] .flex-offset-xs-60, [dir=rtl] .layout-margin .flex-offset-xs-60, [dir=rtl] .layout-margin .offset-xs-60 {
    margin-left: auto;
    margin-right: 60%;
  }
  .offset-xs-65, .flex-offset-xs-65, .layout-margin .flex-offset-xs-65, .layout-margin .offset-xs-65 {
    margin-left: 65%;
  }
  [dir=rtl] .offset-xs-65, [dir=rtl] .flex-offset-xs-65, [dir=rtl] .layout-margin .flex-offset-xs-65, [dir=rtl] .layout-margin .offset-xs-65 {
    margin-left: auto;
    margin-right: 65%;
  }
  .offset-xs-70, .flex-offset-xs-70, .layout-margin .flex-offset-xs-70, .layout-margin .offset-xs-70 {
    margin-left: 70%;
  }
  [dir=rtl] .offset-xs-70, [dir=rtl] .flex-offset-xs-70, [dir=rtl] .layout-margin .flex-offset-xs-70, [dir=rtl] .layout-margin .offset-xs-70 {
    margin-left: auto;
    margin-right: 70%;
  }
  .offset-xs-75, .flex-offset-xs-75, .layout-margin .flex-offset-xs-75, .layout-margin .offset-xs-75 {
    margin-left: 75%;
  }
  [dir=rtl] .offset-xs-75, [dir=rtl] .flex-offset-xs-75, [dir=rtl] .layout-margin .flex-offset-xs-75, [dir=rtl] .layout-margin .offset-xs-75 {
    margin-left: auto;
    margin-right: 75%;
  }
  .offset-xs-80, .flex-offset-xs-80, .layout-margin .flex-offset-xs-80, .layout-margin .offset-xs-80 {
    margin-left: 80%;
  }
  [dir=rtl] .offset-xs-80, [dir=rtl] .flex-offset-xs-80, [dir=rtl] .layout-margin .flex-offset-xs-80, [dir=rtl] .layout-margin .offset-xs-80 {
    margin-left: auto;
    margin-right: 80%;
  }
  .offset-xs-85, .flex-offset-xs-85, .layout-margin .flex-offset-xs-85, .layout-margin .offset-xs-85 {
    margin-left: 85%;
  }
  [dir=rtl] .offset-xs-85, [dir=rtl] .flex-offset-xs-85, [dir=rtl] .layout-margin .flex-offset-xs-85, [dir=rtl] .layout-margin .offset-xs-85 {
    margin-left: auto;
    margin-right: 85%;
  }
  .offset-xs-90, .flex-offset-xs-90, .layout-margin .flex-offset-xs-90, .layout-margin .offset-xs-90 {
    margin-left: 90%;
  }
  [dir=rtl] .offset-xs-90, [dir=rtl] .flex-offset-xs-90, [dir=rtl] .layout-margin .flex-offset-xs-90, [dir=rtl] .layout-margin .offset-xs-90 {
    margin-left: auto;
    margin-right: 90%;
  }
  .offset-xs-95, .flex-offset-xs-95, .layout-margin .flex-offset-xs-95, .layout-margin .offset-xs-95 {
    margin-left: 95%;
  }
  [dir=rtl] .offset-xs-95, [dir=rtl] .flex-offset-xs-95, [dir=rtl] .layout-margin .flex-offset-xs-95, [dir=rtl] .layout-margin .offset-xs-95 {
    margin-left: auto;
    margin-right: 95%;
  }
  .offset-xs-33, .flex-offset-xs-33, .layout-margin .flex-offset-xs-33, .layout-margin .offset-xs-33 {
    margin-left: 33.3333333333%;
  }
  .offset-xs-66, .flex-offset-xs-66, .layout-margin .flex-offset-xs-66, .layout-margin .offset-xs-66 {
    margin-left: 66.6666666667%;
  }
  [dir=rtl] .offset-xs-66, [dir=rtl] .flex-offset-xs-66, [dir=rtl] .layout-margin .flex-offset-xs-66, [dir=rtl] .layout-margin .offset-xs-66 {
    margin-left: auto;
    margin-right: 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;
  }
  .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 100%;
    max-width: 0%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-xs-0 {
    flex: 1 1 100%;
    max-width: 0%;
    max-height: 100%;
    box-sizing: border-box;
    min-width: 0;
  }
  .layout-column > .flex-xs-0 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 0%;
    box-sizing: border-box;
  }
  .layout-xs-row > .flex-xs-0 {
    flex: 1 1 100%;
    max-width: 0%;
    max-height: 100%;
    box-sizing: border-box;
    min-width: 0;
  }
  .layout-xs-column > .flex-xs-0 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 0%;
    box-sizing: border-box;
    min-height: 0;
  }
  .flex-xs-5 {
    flex: 1 1 100%;
    max-width: 5%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-xs-5 {
    flex: 1 1 100%;
    max-width: 5%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-xs-5 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 5%;
    box-sizing: border-box;
  }
  .layout-xs-row > .flex-xs-5 {
    flex: 1 1 100%;
    max-width: 5%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-xs-column > .flex-xs-5 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 5%;
    box-sizing: border-box;
  }
  .flex-xs-10 {
    flex: 1 1 100%;
    max-width: 10%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-xs-10 {
    flex: 1 1 100%;
    max-width: 10%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-xs-10 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 10%;
    box-sizing: border-box;
  }
  .layout-xs-row > .flex-xs-10 {
    flex: 1 1 100%;
    max-width: 10%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-xs-column > .flex-xs-10 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 10%;
    box-sizing: border-box;
  }
  .flex-xs-15 {
    flex: 1 1 100%;
    max-width: 15%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-xs-15 {
    flex: 1 1 100%;
    max-width: 15%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-xs-15 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 15%;
    box-sizing: border-box;
  }
  .layout-xs-row > .flex-xs-15 {
    flex: 1 1 100%;
    max-width: 15%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-xs-column > .flex-xs-15 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 15%;
    box-sizing: border-box;
  }
  .flex-xs-20 {
    flex: 1 1 100%;
    max-width: 20%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-xs-20 {
    flex: 1 1 100%;
    max-width: 20%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-xs-20 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 20%;
    box-sizing: border-box;
  }
  .layout-xs-row > .flex-xs-20 {
    flex: 1 1 100%;
    max-width: 20%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-xs-column > .flex-xs-20 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 20%;
    box-sizing: border-box;
  }
  .flex-xs-25 {
    flex: 1 1 100%;
    max-width: 25%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-xs-25 {
    flex: 1 1 100%;
    max-width: 25%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-xs-25 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 25%;
    box-sizing: border-box;
  }
  .layout-xs-row > .flex-xs-25 {
    flex: 1 1 100%;
    max-width: 25%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-xs-column > .flex-xs-25 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 25%;
    box-sizing: border-box;
  }
  .flex-xs-30 {
    flex: 1 1 100%;
    max-width: 30%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-xs-30 {
    flex: 1 1 100%;
    max-width: 30%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-xs-30 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 30%;
    box-sizing: border-box;
  }
  .layout-xs-row > .flex-xs-30 {
    flex: 1 1 100%;
    max-width: 30%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-xs-column > .flex-xs-30 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 30%;
    box-sizing: border-box;
  }
  .flex-xs-35 {
    flex: 1 1 100%;
    max-width: 35%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-xs-35 {
    flex: 1 1 100%;
    max-width: 35%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-xs-35 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 35%;
    box-sizing: border-box;
  }
  .layout-xs-row > .flex-xs-35 {
    flex: 1 1 100%;
    max-width: 35%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-xs-column > .flex-xs-35 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 35%;
    box-sizing: border-box;
  }
  .flex-xs-40 {
    flex: 1 1 100%;
    max-width: 40%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-xs-40 {
    flex: 1 1 100%;
    max-width: 40%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-xs-40 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 40%;
    box-sizing: border-box;
  }
  .layout-xs-row > .flex-xs-40 {
    flex: 1 1 100%;
    max-width: 40%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-xs-column > .flex-xs-40 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 40%;
    box-sizing: border-box;
  }
  .flex-xs-45 {
    flex: 1 1 100%;
    max-width: 45%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-xs-45 {
    flex: 1 1 100%;
    max-width: 45%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-xs-45 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 45%;
    box-sizing: border-box;
  }
  .layout-xs-row > .flex-xs-45 {
    flex: 1 1 100%;
    max-width: 45%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-xs-column > .flex-xs-45 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 45%;
    box-sizing: border-box;
  }
  .flex-xs-50 {
    flex: 1 1 100%;
    max-width: 50%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-xs-50 {
    flex: 1 1 100%;
    max-width: 50%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-xs-50 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 50%;
    box-sizing: border-box;
  }
  .layout-xs-row > .flex-xs-50 {
    flex: 1 1 100%;
    max-width: 50%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-xs-column > .flex-xs-50 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 50%;
    box-sizing: border-box;
  }
  .flex-xs-55 {
    flex: 1 1 100%;
    max-width: 55%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-xs-55 {
    flex: 1 1 100%;
    max-width: 55%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-xs-55 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 55%;
    box-sizing: border-box;
  }
  .layout-xs-row > .flex-xs-55 {
    flex: 1 1 100%;
    max-width: 55%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-xs-column > .flex-xs-55 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 55%;
    box-sizing: border-box;
  }
  .flex-xs-60 {
    flex: 1 1 100%;
    max-width: 60%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-xs-60 {
    flex: 1 1 100%;
    max-width: 60%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-xs-60 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 60%;
    box-sizing: border-box;
  }
  .layout-xs-row > .flex-xs-60 {
    flex: 1 1 100%;
    max-width: 60%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-xs-column > .flex-xs-60 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 60%;
    box-sizing: border-box;
  }
  .flex-xs-65 {
    flex: 1 1 100%;
    max-width: 65%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-xs-65 {
    flex: 1 1 100%;
    max-width: 65%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-xs-65 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 65%;
    box-sizing: border-box;
  }
  .layout-xs-row > .flex-xs-65 {
    flex: 1 1 100%;
    max-width: 65%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-xs-column > .flex-xs-65 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 65%;
    box-sizing: border-box;
  }
  .flex-xs-70 {
    flex: 1 1 100%;
    max-width: 70%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-xs-70 {
    flex: 1 1 100%;
    max-width: 70%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-xs-70 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 70%;
    box-sizing: border-box;
  }
  .layout-xs-row > .flex-xs-70 {
    flex: 1 1 100%;
    max-width: 70%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-xs-column > .flex-xs-70 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 70%;
    box-sizing: border-box;
  }
  .flex-xs-75 {
    flex: 1 1 100%;
    max-width: 75%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-xs-75 {
    flex: 1 1 100%;
    max-width: 75%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-xs-75 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 75%;
    box-sizing: border-box;
  }
  .layout-xs-row > .flex-xs-75 {
    flex: 1 1 100%;
    max-width: 75%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-xs-column > .flex-xs-75 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 75%;
    box-sizing: border-box;
  }
  .flex-xs-80 {
    flex: 1 1 100%;
    max-width: 80%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-xs-80 {
    flex: 1 1 100%;
    max-width: 80%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-xs-80 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 80%;
    box-sizing: border-box;
  }
  .layout-xs-row > .flex-xs-80 {
    flex: 1 1 100%;
    max-width: 80%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-xs-column > .flex-xs-80 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 80%;
    box-sizing: border-box;
  }
  .flex-xs-85 {
    flex: 1 1 100%;
    max-width: 85%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-xs-85 {
    flex: 1 1 100%;
    max-width: 85%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-xs-85 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 85%;
    box-sizing: border-box;
  }
  .layout-xs-row > .flex-xs-85 {
    flex: 1 1 100%;
    max-width: 85%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-xs-column > .flex-xs-85 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 85%;
    box-sizing: border-box;
  }
  .flex-xs-90 {
    flex: 1 1 100%;
    max-width: 90%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-xs-90 {
    flex: 1 1 100%;
    max-width: 90%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-xs-90 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 90%;
    box-sizing: border-box;
  }
  .layout-xs-row > .flex-xs-90 {
    flex: 1 1 100%;
    max-width: 90%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-xs-column > .flex-xs-90 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 90%;
    box-sizing: border-box;
  }
  .flex-xs-95 {
    flex: 1 1 100%;
    max-width: 95%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-xs-95 {
    flex: 1 1 100%;
    max-width: 95%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-xs-95 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 95%;
    box-sizing: border-box;
  }
  .layout-xs-row > .flex-xs-95 {
    flex: 1 1 100%;
    max-width: 95%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-xs-column > .flex-xs-95 {
    flex: 1 1 100%;
    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 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-xs-100 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-xs-row > .flex-xs-100 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .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 {
    flex: 1 1 33.33%;
    max-width: 33.33%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-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 {
    flex: 1 1 33.33%;
    max-width: 100%;
    max-height: 33.33%;
    box-sizing: border-box;
  }
  .layout-column > .flex-xs-66 {
    flex: 1 1 66.66%;
    max-width: 100%;
    max-height: 66.66%;
    box-sizing: border-box;
  }
  .layout-xs-row > .flex-xs-33 {
    flex: 1 1 100%;
    max-width: 33.33%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-xs-row > .flex-xs-66 {
    flex: 1 1 100%;
    max-width: 66.66%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-xs-row > .flex {
    min-width: 0;
  }
  .layout-xs-column > .flex-xs-33 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 33.33%;
    box-sizing: border-box;
  }
  .layout-xs-column > .flex-xs-66 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 66.66%;
    box-sizing: border-box;
  }
  .layout-xs-column > .flex {
    min-height: 0;
  }
  .layout-xs, .layout-xs-column, .layout-xs-row {
    box-sizing: border-box;
    display: -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, .layout-margin .flex-offset-gt-xs-0, .layout-margin .offset-gt-xs-0 {
    margin-left: 0;
  }
  [dir=rtl] .offset-gt-xs-0, [dir=rtl] .flex-offset-gt-xs-0, [dir=rtl] .layout-margin .flex-offset-gt-xs-0, [dir=rtl] .layout-margin .offset-gt-xs-0 {
    margin-left: auto;
    margin-right: 0;
  }
  .offset-gt-xs-5, .flex-offset-gt-xs-5, .layout-margin .flex-offset-gt-xs-5, .layout-margin .offset-gt-xs-5 {
    margin-left: 5%;
  }
  [dir=rtl] .offset-gt-xs-5, [dir=rtl] .flex-offset-gt-xs-5, [dir=rtl] .layout-margin .flex-offset-gt-xs-5, [dir=rtl] .layout-margin .offset-gt-xs-5 {
    margin-left: auto;
    margin-right: 5%;
  }
  .offset-gt-xs-10, .flex-offset-gt-xs-10, .layout-margin .flex-offset-gt-xs-10, .layout-margin .offset-gt-xs-10 {
    margin-left: 10%;
  }
  [dir=rtl] .offset-gt-xs-10, [dir=rtl] .flex-offset-gt-xs-10, [dir=rtl] .layout-margin .flex-offset-gt-xs-10, [dir=rtl] .layout-margin .offset-gt-xs-10 {
    margin-left: auto;
    margin-right: 10%;
  }
  .offset-gt-xs-15, .flex-offset-gt-xs-15, .layout-margin .flex-offset-gt-xs-15, .layout-margin .offset-gt-xs-15 {
    margin-left: 15%;
  }
  [dir=rtl] .offset-gt-xs-15, [dir=rtl] .flex-offset-gt-xs-15, [dir=rtl] .layout-margin .flex-offset-gt-xs-15, [dir=rtl] .layout-margin .offset-gt-xs-15 {
    margin-left: auto;
    margin-right: 15%;
  }
  .offset-gt-xs-20, .flex-offset-gt-xs-20, .layout-margin .flex-offset-gt-xs-20, .layout-margin .offset-gt-xs-20 {
    margin-left: 20%;
  }
  [dir=rtl] .offset-gt-xs-20, [dir=rtl] .flex-offset-gt-xs-20, [dir=rtl] .layout-margin .flex-offset-gt-xs-20, [dir=rtl] .layout-margin .offset-gt-xs-20 {
    margin-left: auto;
    margin-right: 20%;
  }
  .offset-gt-xs-25, .flex-offset-gt-xs-25, .layout-margin .flex-offset-gt-xs-25, .layout-margin .offset-gt-xs-25 {
    margin-left: 25%;
  }
  [dir=rtl] .offset-gt-xs-25, [dir=rtl] .flex-offset-gt-xs-25, [dir=rtl] .layout-margin .flex-offset-gt-xs-25, [dir=rtl] .layout-margin .offset-gt-xs-25 {
    margin-left: auto;
    margin-right: 25%;
  }
  .offset-gt-xs-30, .flex-offset-gt-xs-30, .layout-margin .flex-offset-gt-xs-30, .layout-margin .offset-gt-xs-30 {
    margin-left: 30%;
  }
  [dir=rtl] .offset-gt-xs-30, [dir=rtl] .flex-offset-gt-xs-30, [dir=rtl] .layout-margin .flex-offset-gt-xs-30, [dir=rtl] .layout-margin .offset-gt-xs-30 {
    margin-left: auto;
    margin-right: 30%;
  }
  .offset-gt-xs-35, .flex-offset-gt-xs-35, .layout-margin .flex-offset-gt-xs-35, .layout-margin .offset-gt-xs-35 {
    margin-left: 35%;
  }
  [dir=rtl] .offset-gt-xs-35, [dir=rtl] .flex-offset-gt-xs-35, [dir=rtl] .layout-margin .flex-offset-gt-xs-35, [dir=rtl] .layout-margin .offset-gt-xs-35 {
    margin-left: auto;
    margin-right: 35%;
  }
  .offset-gt-xs-40, .flex-offset-gt-xs-40, .layout-margin .flex-offset-gt-xs-40, .layout-margin .offset-gt-xs-40 {
    margin-left: 40%;
  }
  [dir=rtl] .offset-gt-xs-40, [dir=rtl] .flex-offset-gt-xs-40, [dir=rtl] .layout-margin .flex-offset-gt-xs-40, [dir=rtl] .layout-margin .offset-gt-xs-40 {
    margin-left: auto;
    margin-right: 40%;
  }
  .offset-gt-xs-45, .flex-offset-gt-xs-45, .layout-margin .flex-offset-gt-xs-45, .layout-margin .offset-gt-xs-45 {
    margin-left: 45%;
  }
  [dir=rtl] .offset-gt-xs-45, [dir=rtl] .flex-offset-gt-xs-45, [dir=rtl] .layout-margin .flex-offset-gt-xs-45, [dir=rtl] .layout-margin .offset-gt-xs-45 {
    margin-left: auto;
    margin-right: 45%;
  }
  .offset-gt-xs-50, .flex-offset-gt-xs-50, .layout-margin .flex-offset-gt-xs-50, .layout-margin .offset-gt-xs-50 {
    margin-left: 50%;
  }
  [dir=rtl] .offset-gt-xs-50, [dir=rtl] .flex-offset-gt-xs-50, [dir=rtl] .layout-margin .flex-offset-gt-xs-50, [dir=rtl] .layout-margin .offset-gt-xs-50 {
    margin-left: auto;
    margin-right: 50%;
  }
  .offset-gt-xs-55, .flex-offset-gt-xs-55, .layout-margin .flex-offset-gt-xs-55, .layout-margin .offset-gt-xs-55 {
    margin-left: 55%;
  }
  [dir=rtl] .offset-gt-xs-55, [dir=rtl] .flex-offset-gt-xs-55, [dir=rtl] .layout-margin .flex-offset-gt-xs-55, [dir=rtl] .layout-margin .offset-gt-xs-55 {
    margin-left: auto;
    margin-right: 55%;
  }
  .offset-gt-xs-60, .flex-offset-gt-xs-60, .layout-margin .flex-offset-gt-xs-60, .layout-margin .offset-gt-xs-60 {
    margin-left: 60%;
  }
  [dir=rtl] .offset-gt-xs-60, [dir=rtl] .flex-offset-gt-xs-60, [dir=rtl] .layout-margin .flex-offset-gt-xs-60, [dir=rtl] .layout-margin .offset-gt-xs-60 {
    margin-left: auto;
    margin-right: 60%;
  }
  .offset-gt-xs-65, .flex-offset-gt-xs-65, .layout-margin .flex-offset-gt-xs-65, .layout-margin .offset-gt-xs-65 {
    margin-left: 65%;
  }
  [dir=rtl] .offset-gt-xs-65, [dir=rtl] .flex-offset-gt-xs-65, [dir=rtl] .layout-margin .flex-offset-gt-xs-65, [dir=rtl] .layout-margin .offset-gt-xs-65 {
    margin-left: auto;
    margin-right: 65%;
  }
  .offset-gt-xs-70, .flex-offset-gt-xs-70, .layout-margin .flex-offset-gt-xs-70, .layout-margin .offset-gt-xs-70 {
    margin-left: 70%;
  }
  [dir=rtl] .offset-gt-xs-70, [dir=rtl] .flex-offset-gt-xs-70, [dir=rtl] .layout-margin .flex-offset-gt-xs-70, [dir=rtl] .layout-margin .offset-gt-xs-70 {
    margin-left: auto;
    margin-right: 70%;
  }
  .offset-gt-xs-75, .flex-offset-gt-xs-75, .layout-margin .flex-offset-gt-xs-75, .layout-margin .offset-gt-xs-75 {
    margin-left: 75%;
  }
  [dir=rtl] .offset-gt-xs-75, [dir=rtl] .flex-offset-gt-xs-75, [dir=rtl] .layout-margin .flex-offset-gt-xs-75, [dir=rtl] .layout-margin .offset-gt-xs-75 {
    margin-left: auto;
    margin-right: 75%;
  }
  .offset-gt-xs-80, .flex-offset-gt-xs-80, .layout-margin .flex-offset-gt-xs-80, .layout-margin .offset-gt-xs-80 {
    margin-left: 80%;
  }
  [dir=rtl] .offset-gt-xs-80, [dir=rtl] .flex-offset-gt-xs-80, [dir=rtl] .layout-margin .flex-offset-gt-xs-80, [dir=rtl] .layout-margin .offset-gt-xs-80 {
    margin-left: auto;
    margin-right: 80%;
  }
  .offset-gt-xs-85, .flex-offset-gt-xs-85, .layout-margin .flex-offset-gt-xs-85, .layout-margin .offset-gt-xs-85 {
    margin-left: 85%;
  }
  [dir=rtl] .offset-gt-xs-85, [dir=rtl] .flex-offset-gt-xs-85, [dir=rtl] .layout-margin .flex-offset-gt-xs-85, [dir=rtl] .layout-margin .offset-gt-xs-85 {
    margin-left: auto;
    margin-right: 85%;
  }
  .offset-gt-xs-90, .flex-offset-gt-xs-90, .layout-margin .flex-offset-gt-xs-90, .layout-margin .offset-gt-xs-90 {
    margin-left: 90%;
  }
  [dir=rtl] .offset-gt-xs-90, [dir=rtl] .flex-offset-gt-xs-90, [dir=rtl] .layout-margin .flex-offset-gt-xs-90, [dir=rtl] .layout-margin .offset-gt-xs-90 {
    margin-left: auto;
    margin-right: 90%;
  }
  .offset-gt-xs-95, .flex-offset-gt-xs-95, .layout-margin .flex-offset-gt-xs-95, .layout-margin .offset-gt-xs-95 {
    margin-left: 95%;
  }
  [dir=rtl] .offset-gt-xs-95, [dir=rtl] .flex-offset-gt-xs-95, [dir=rtl] .layout-margin .flex-offset-gt-xs-95, [dir=rtl] .layout-margin .offset-gt-xs-95 {
    margin-left: auto;
    margin-right: 95%;
  }
  .offset-gt-xs-33, .flex-offset-gt-xs-33, .layout-margin .flex-offset-gt-xs-33, .layout-margin .offset-gt-xs-33 {
    margin-left: 33.3333333333%;
  }
  .offset-gt-xs-66, .flex-offset-gt-xs-66, .layout-margin .flex-offset-gt-xs-66, .layout-margin .offset-gt-xs-66 {
    margin-left: 66.6666666667%;
  }
  [dir=rtl] .offset-gt-xs-66, [dir=rtl] .flex-offset-gt-xs-66, [dir=rtl] .layout-margin .flex-offset-gt-xs-66, [dir=rtl] .layout-margin .offset-gt-xs-66 {
    margin-left: auto;
    margin-right: 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;
  }
  .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 100%;
    max-width: 0%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-gt-xs-0 {
    flex: 1 1 100%;
    max-width: 0%;
    max-height: 100%;
    box-sizing: border-box;
    min-width: 0;
  }
  .layout-column > .flex-gt-xs-0 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 0%;
    box-sizing: border-box;
  }
  .layout-gt-xs-row > .flex-gt-xs-0 {
    flex: 1 1 100%;
    max-width: 0%;
    max-height: 100%;
    box-sizing: border-box;
    min-width: 0;
  }
  .layout-gt-xs-column > .flex-gt-xs-0 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 0%;
    box-sizing: border-box;
    min-height: 0;
  }
  .flex-gt-xs-5 {
    flex: 1 1 100%;
    max-width: 5%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-gt-xs-5 {
    flex: 1 1 100%;
    max-width: 5%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-xs-5 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 5%;
    box-sizing: border-box;
  }
  .layout-gt-xs-row > .flex-gt-xs-5 {
    flex: 1 1 100%;
    max-width: 5%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-gt-xs-column > .flex-gt-xs-5 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 5%;
    box-sizing: border-box;
  }
  .flex-gt-xs-10 {
    flex: 1 1 100%;
    max-width: 10%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-gt-xs-10 {
    flex: 1 1 100%;
    max-width: 10%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-xs-10 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 10%;
    box-sizing: border-box;
  }
  .layout-gt-xs-row > .flex-gt-xs-10 {
    flex: 1 1 100%;
    max-width: 10%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-gt-xs-column > .flex-gt-xs-10 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 10%;
    box-sizing: border-box;
  }
  .flex-gt-xs-15 {
    flex: 1 1 100%;
    max-width: 15%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-gt-xs-15 {
    flex: 1 1 100%;
    max-width: 15%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-xs-15 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 15%;
    box-sizing: border-box;
  }
  .layout-gt-xs-row > .flex-gt-xs-15 {
    flex: 1 1 100%;
    max-width: 15%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-gt-xs-column > .flex-gt-xs-15 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 15%;
    box-sizing: border-box;
  }
  .flex-gt-xs-20 {
    flex: 1 1 100%;
    max-width: 20%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-gt-xs-20 {
    flex: 1 1 100%;
    max-width: 20%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-xs-20 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 20%;
    box-sizing: border-box;
  }
  .layout-gt-xs-row > .flex-gt-xs-20 {
    flex: 1 1 100%;
    max-width: 20%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-gt-xs-column > .flex-gt-xs-20 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 20%;
    box-sizing: border-box;
  }
  .flex-gt-xs-25 {
    flex: 1 1 100%;
    max-width: 25%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-gt-xs-25 {
    flex: 1 1 100%;
    max-width: 25%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-xs-25 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 25%;
    box-sizing: border-box;
  }
  .layout-gt-xs-row > .flex-gt-xs-25 {
    flex: 1 1 100%;
    max-width: 25%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-gt-xs-column > .flex-gt-xs-25 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 25%;
    box-sizing: border-box;
  }
  .flex-gt-xs-30 {
    flex: 1 1 100%;
    max-width: 30%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-gt-xs-30 {
    flex: 1 1 100%;
    max-width: 30%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-xs-30 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 30%;
    box-sizing: border-box;
  }
  .layout-gt-xs-row > .flex-gt-xs-30 {
    flex: 1 1 100%;
    max-width: 30%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-gt-xs-column > .flex-gt-xs-30 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 30%;
    box-sizing: border-box;
  }
  .flex-gt-xs-35 {
    flex: 1 1 100%;
    max-width: 35%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-gt-xs-35 {
    flex: 1 1 100%;
    max-width: 35%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-xs-35 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 35%;
    box-sizing: border-box;
  }
  .layout-gt-xs-row > .flex-gt-xs-35 {
    flex: 1 1 100%;
    max-width: 35%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-gt-xs-column > .flex-gt-xs-35 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 35%;
    box-sizing: border-box;
  }
  .flex-gt-xs-40 {
    flex: 1 1 100%;
    max-width: 40%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-gt-xs-40 {
    flex: 1 1 100%;
    max-width: 40%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-xs-40 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 40%;
    box-sizing: border-box;
  }
  .layout-gt-xs-row > .flex-gt-xs-40 {
    flex: 1 1 100%;
    max-width: 40%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-gt-xs-column > .flex-gt-xs-40 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 40%;
    box-sizing: border-box;
  }
  .flex-gt-xs-45 {
    flex: 1 1 100%;
    max-width: 45%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-gt-xs-45 {
    flex: 1 1 100%;
    max-width: 45%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-xs-45 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 45%;
    box-sizing: border-box;
  }
  .layout-gt-xs-row > .flex-gt-xs-45 {
    flex: 1 1 100%;
    max-width: 45%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-gt-xs-column > .flex-gt-xs-45 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 45%;
    box-sizing: border-box;
  }
  .flex-gt-xs-50 {
    flex: 1 1 100%;
    max-width: 50%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-gt-xs-50 {
    flex: 1 1 100%;
    max-width: 50%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-xs-50 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 50%;
    box-sizing: border-box;
  }
  .layout-gt-xs-row > .flex-gt-xs-50 {
    flex: 1 1 100%;
    max-width: 50%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-gt-xs-column > .flex-gt-xs-50 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 50%;
    box-sizing: border-box;
  }
  .flex-gt-xs-55 {
    flex: 1 1 100%;
    max-width: 55%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-gt-xs-55 {
    flex: 1 1 100%;
    max-width: 55%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-xs-55 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 55%;
    box-sizing: border-box;
  }
  .layout-gt-xs-row > .flex-gt-xs-55 {
    flex: 1 1 100%;
    max-width: 55%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-gt-xs-column > .flex-gt-xs-55 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 55%;
    box-sizing: border-box;
  }
  .flex-gt-xs-60 {
    flex: 1 1 100%;
    max-width: 60%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-gt-xs-60 {
    flex: 1 1 100%;
    max-width: 60%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-xs-60 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 60%;
    box-sizing: border-box;
  }
  .layout-gt-xs-row > .flex-gt-xs-60 {
    flex: 1 1 100%;
    max-width: 60%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-gt-xs-column > .flex-gt-xs-60 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 60%;
    box-sizing: border-box;
  }
  .flex-gt-xs-65 {
    flex: 1 1 100%;
    max-width: 65%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-gt-xs-65 {
    flex: 1 1 100%;
    max-width: 65%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-xs-65 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 65%;
    box-sizing: border-box;
  }
  .layout-gt-xs-row > .flex-gt-xs-65 {
    flex: 1 1 100%;
    max-width: 65%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-gt-xs-column > .flex-gt-xs-65 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 65%;
    box-sizing: border-box;
  }
  .flex-gt-xs-70 {
    flex: 1 1 100%;
    max-width: 70%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-gt-xs-70 {
    flex: 1 1 100%;
    max-width: 70%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-xs-70 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 70%;
    box-sizing: border-box;
  }
  .layout-gt-xs-row > .flex-gt-xs-70 {
    flex: 1 1 100%;
    max-width: 70%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-gt-xs-column > .flex-gt-xs-70 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 70%;
    box-sizing: border-box;
  }
  .flex-gt-xs-75 {
    flex: 1 1 100%;
    max-width: 75%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-gt-xs-75 {
    flex: 1 1 100%;
    max-width: 75%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-xs-75 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 75%;
    box-sizing: border-box;
  }
  .layout-gt-xs-row > .flex-gt-xs-75 {
    flex: 1 1 100%;
    max-width: 75%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-gt-xs-column > .flex-gt-xs-75 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 75%;
    box-sizing: border-box;
  }
  .flex-gt-xs-80 {
    flex: 1 1 100%;
    max-width: 80%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-gt-xs-80 {
    flex: 1 1 100%;
    max-width: 80%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-xs-80 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 80%;
    box-sizing: border-box;
  }
  .layout-gt-xs-row > .flex-gt-xs-80 {
    flex: 1 1 100%;
    max-width: 80%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-gt-xs-column > .flex-gt-xs-80 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 80%;
    box-sizing: border-box;
  }
  .flex-gt-xs-85 {
    flex: 1 1 100%;
    max-width: 85%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-gt-xs-85 {
    flex: 1 1 100%;
    max-width: 85%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-xs-85 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 85%;
    box-sizing: border-box;
  }
  .layout-gt-xs-row > .flex-gt-xs-85 {
    flex: 1 1 100%;
    max-width: 85%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-gt-xs-column > .flex-gt-xs-85 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 85%;
    box-sizing: border-box;
  }
  .flex-gt-xs-90 {
    flex: 1 1 100%;
    max-width: 90%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-gt-xs-90 {
    flex: 1 1 100%;
    max-width: 90%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-xs-90 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 90%;
    box-sizing: border-box;
  }
  .layout-gt-xs-row > .flex-gt-xs-90 {
    flex: 1 1 100%;
    max-width: 90%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-gt-xs-column > .flex-gt-xs-90 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 90%;
    box-sizing: border-box;
  }
  .flex-gt-xs-95 {
    flex: 1 1 100%;
    max-width: 95%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-gt-xs-95 {
    flex: 1 1 100%;
    max-width: 95%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-xs-95 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 95%;
    box-sizing: border-box;
  }
  .layout-gt-xs-row > .flex-gt-xs-95 {
    flex: 1 1 100%;
    max-width: 95%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-gt-xs-column > .flex-gt-xs-95 {
    flex: 1 1 100%;
    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 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-xs-100 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-gt-xs-row > .flex-gt-xs-100 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .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 {
    flex: 1 1 33.33%;
    max-width: 33.33%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-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 {
    flex: 1 1 33.33%;
    max-width: 100%;
    max-height: 33.33%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-xs-66 {
    flex: 1 1 66.66%;
    max-width: 100%;
    max-height: 66.66%;
    box-sizing: border-box;
  }
  .layout-gt-xs-row > .flex-gt-xs-33 {
    flex: 1 1 100%;
    max-width: 33.33%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-gt-xs-row > .flex-gt-xs-66 {
    flex: 1 1 100%;
    max-width: 66.66%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-gt-xs-row > .flex {
    min-width: 0;
  }
  .layout-gt-xs-column > .flex-gt-xs-33 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 33.33%;
    box-sizing: border-box;
  }
  .layout-gt-xs-column > .flex-gt-xs-66 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 66.66%;
    box-sizing: border-box;
  }
  .layout-gt-xs-column > .flex {
    min-height: 0;
  }
  .layout-gt-xs, .layout-gt-xs-column, .layout-gt-xs-row {
    box-sizing: border-box;
    display: -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, .layout-margin .flex-offset-sm-0, .layout-margin .offset-sm-0 {
    margin-left: 0;
  }
  [dir=rtl] .offset-sm-0, [dir=rtl] .flex-offset-sm-0, [dir=rtl] .layout-margin .flex-offset-sm-0, [dir=rtl] .layout-margin .offset-sm-0 {
    margin-left: auto;
    margin-right: 0;
  }
  .offset-sm-5, .flex-offset-sm-5, .layout-margin .flex-offset-sm-5, .layout-margin .offset-sm-5 {
    margin-left: 5%;
  }
  [dir=rtl] .offset-sm-5, [dir=rtl] .flex-offset-sm-5, [dir=rtl] .layout-margin .flex-offset-sm-5, [dir=rtl] .layout-margin .offset-sm-5 {
    margin-left: auto;
    margin-right: 5%;
  }
  .offset-sm-10, .flex-offset-sm-10, .layout-margin .flex-offset-sm-10, .layout-margin .offset-sm-10 {
    margin-left: 10%;
  }
  [dir=rtl] .offset-sm-10, [dir=rtl] .flex-offset-sm-10, [dir=rtl] .layout-margin .flex-offset-sm-10, [dir=rtl] .layout-margin .offset-sm-10 {
    margin-left: auto;
    margin-right: 10%;
  }
  .offset-sm-15, .flex-offset-sm-15, .layout-margin .flex-offset-sm-15, .layout-margin .offset-sm-15 {
    margin-left: 15%;
  }
  [dir=rtl] .offset-sm-15, [dir=rtl] .flex-offset-sm-15, [dir=rtl] .layout-margin .flex-offset-sm-15, [dir=rtl] .layout-margin .offset-sm-15 {
    margin-left: auto;
    margin-right: 15%;
  }
  .offset-sm-20, .flex-offset-sm-20, .layout-margin .flex-offset-sm-20, .layout-margin .offset-sm-20 {
    margin-left: 20%;
  }
  [dir=rtl] .offset-sm-20, [dir=rtl] .flex-offset-sm-20, [dir=rtl] .layout-margin .flex-offset-sm-20, [dir=rtl] .layout-margin .offset-sm-20 {
    margin-left: auto;
    margin-right: 20%;
  }
  .offset-sm-25, .flex-offset-sm-25, .layout-margin .flex-offset-sm-25, .layout-margin .offset-sm-25 {
    margin-left: 25%;
  }
  [dir=rtl] .offset-sm-25, [dir=rtl] .flex-offset-sm-25, [dir=rtl] .layout-margin .flex-offset-sm-25, [dir=rtl] .layout-margin .offset-sm-25 {
    margin-left: auto;
    margin-right: 25%;
  }
  .offset-sm-30, .flex-offset-sm-30, .layout-margin .flex-offset-sm-30, .layout-margin .offset-sm-30 {
    margin-left: 30%;
  }
  [dir=rtl] .offset-sm-30, [dir=rtl] .flex-offset-sm-30, [dir=rtl] .layout-margin .flex-offset-sm-30, [dir=rtl] .layout-margin .offset-sm-30 {
    margin-left: auto;
    margin-right: 30%;
  }
  .offset-sm-35, .flex-offset-sm-35, .layout-margin .flex-offset-sm-35, .layout-margin .offset-sm-35 {
    margin-left: 35%;
  }
  [dir=rtl] .offset-sm-35, [dir=rtl] .flex-offset-sm-35, [dir=rtl] .layout-margin .flex-offset-sm-35, [dir=rtl] .layout-margin .offset-sm-35 {
    margin-left: auto;
    margin-right: 35%;
  }
  .offset-sm-40, .flex-offset-sm-40, .layout-margin .flex-offset-sm-40, .layout-margin .offset-sm-40 {
    margin-left: 40%;
  }
  [dir=rtl] .offset-sm-40, [dir=rtl] .flex-offset-sm-40, [dir=rtl] .layout-margin .flex-offset-sm-40, [dir=rtl] .layout-margin .offset-sm-40 {
    margin-left: auto;
    margin-right: 40%;
  }
  .offset-sm-45, .flex-offset-sm-45, .layout-margin .flex-offset-sm-45, .layout-margin .offset-sm-45 {
    margin-left: 45%;
  }
  [dir=rtl] .offset-sm-45, [dir=rtl] .flex-offset-sm-45, [dir=rtl] .layout-margin .flex-offset-sm-45, [dir=rtl] .layout-margin .offset-sm-45 {
    margin-left: auto;
    margin-right: 45%;
  }
  .offset-sm-50, .flex-offset-sm-50, .layout-margin .flex-offset-sm-50, .layout-margin .offset-sm-50 {
    margin-left: 50%;
  }
  [dir=rtl] .offset-sm-50, [dir=rtl] .flex-offset-sm-50, [dir=rtl] .layout-margin .flex-offset-sm-50, [dir=rtl] .layout-margin .offset-sm-50 {
    margin-left: auto;
    margin-right: 50%;
  }
  .offset-sm-55, .flex-offset-sm-55, .layout-margin .flex-offset-sm-55, .layout-margin .offset-sm-55 {
    margin-left: 55%;
  }
  [dir=rtl] .offset-sm-55, [dir=rtl] .flex-offset-sm-55, [dir=rtl] .layout-margin .flex-offset-sm-55, [dir=rtl] .layout-margin .offset-sm-55 {
    margin-left: auto;
    margin-right: 55%;
  }
  .offset-sm-60, .flex-offset-sm-60, .layout-margin .flex-offset-sm-60, .layout-margin .offset-sm-60 {
    margin-left: 60%;
  }
  [dir=rtl] .offset-sm-60, [dir=rtl] .flex-offset-sm-60, [dir=rtl] .layout-margin .flex-offset-sm-60, [dir=rtl] .layout-margin .offset-sm-60 {
    margin-left: auto;
    margin-right: 60%;
  }
  .offset-sm-65, .flex-offset-sm-65, .layout-margin .flex-offset-sm-65, .layout-margin .offset-sm-65 {
    margin-left: 65%;
  }
  [dir=rtl] .offset-sm-65, [dir=rtl] .flex-offset-sm-65, [dir=rtl] .layout-margin .flex-offset-sm-65, [dir=rtl] .layout-margin .offset-sm-65 {
    margin-left: auto;
    margin-right: 65%;
  }
  .offset-sm-70, .flex-offset-sm-70, .layout-margin .flex-offset-sm-70, .layout-margin .offset-sm-70 {
    margin-left: 70%;
  }
  [dir=rtl] .offset-sm-70, [dir=rtl] .flex-offset-sm-70, [dir=rtl] .layout-margin .flex-offset-sm-70, [dir=rtl] .layout-margin .offset-sm-70 {
    margin-left: auto;
    margin-right: 70%;
  }
  .offset-sm-75, .flex-offset-sm-75, .layout-margin .flex-offset-sm-75, .layout-margin .offset-sm-75 {
    margin-left: 75%;
  }
  [dir=rtl] .offset-sm-75, [dir=rtl] .flex-offset-sm-75, [dir=rtl] .layout-margin .flex-offset-sm-75, [dir=rtl] .layout-margin .offset-sm-75 {
    margin-left: auto;
    margin-right: 75%;
  }
  .offset-sm-80, .flex-offset-sm-80, .layout-margin .flex-offset-sm-80, .layout-margin .offset-sm-80 {
    margin-left: 80%;
  }
  [dir=rtl] .offset-sm-80, [dir=rtl] .flex-offset-sm-80, [dir=rtl] .layout-margin .flex-offset-sm-80, [dir=rtl] .layout-margin .offset-sm-80 {
    margin-left: auto;
    margin-right: 80%;
  }
  .offset-sm-85, .flex-offset-sm-85, .layout-margin .flex-offset-sm-85, .layout-margin .offset-sm-85 {
    margin-left: 85%;
  }
  [dir=rtl] .offset-sm-85, [dir=rtl] .flex-offset-sm-85, [dir=rtl] .layout-margin .flex-offset-sm-85, [dir=rtl] .layout-margin .offset-sm-85 {
    margin-left: auto;
    margin-right: 85%;
  }
  .offset-sm-90, .flex-offset-sm-90, .layout-margin .flex-offset-sm-90, .layout-margin .offset-sm-90 {
    margin-left: 90%;
  }
  [dir=rtl] .offset-sm-90, [dir=rtl] .flex-offset-sm-90, [dir=rtl] .layout-margin .flex-offset-sm-90, [dir=rtl] .layout-margin .offset-sm-90 {
    margin-left: auto;
    margin-right: 90%;
  }
  .offset-sm-95, .flex-offset-sm-95, .layout-margin .flex-offset-sm-95, .layout-margin .offset-sm-95 {
    margin-left: 95%;
  }
  [dir=rtl] .offset-sm-95, [dir=rtl] .flex-offset-sm-95, [dir=rtl] .layout-margin .flex-offset-sm-95, [dir=rtl] .layout-margin .offset-sm-95 {
    margin-left: auto;
    margin-right: 95%;
  }
  .offset-sm-33, .flex-offset-sm-33, .layout-margin .flex-offset-sm-33, .layout-margin .offset-sm-33 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-66, .flex-offset-sm-66, .layout-margin .flex-offset-sm-66, .layout-margin .offset-sm-66 {
    margin-left: 66.6666666667%;
  }
  [dir=rtl] .offset-sm-66, [dir=rtl] .flex-offset-sm-66, [dir=rtl] .layout-margin .flex-offset-sm-66, [dir=rtl] .layout-margin .offset-sm-66 {
    margin-left: auto;
    margin-right: 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;
  }
  .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 100%;
    max-width: 0%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-sm-0 {
    flex: 1 1 100%;
    max-width: 0%;
    max-height: 100%;
    box-sizing: border-box;
    min-width: 0;
  }
  .layout-column > .flex-sm-0 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 0%;
    box-sizing: border-box;
  }
  .layout-sm-row > .flex-sm-0 {
    flex: 1 1 100%;
    max-width: 0%;
    max-height: 100%;
    box-sizing: border-box;
    min-width: 0;
  }
  .layout-sm-column > .flex-sm-0 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 0%;
    box-sizing: border-box;
    min-height: 0;
  }
  .flex-sm-5 {
    flex: 1 1 100%;
    max-width: 5%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-sm-5 {
    flex: 1 1 100%;
    max-width: 5%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-sm-5 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 5%;
    box-sizing: border-box;
  }
  .layout-sm-row > .flex-sm-5 {
    flex: 1 1 100%;
    max-width: 5%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-sm-column > .flex-sm-5 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 5%;
    box-sizing: border-box;
  }
  .flex-sm-10 {
    flex: 1 1 100%;
    max-width: 10%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-sm-10 {
    flex: 1 1 100%;
    max-width: 10%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-sm-10 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 10%;
    box-sizing: border-box;
  }
  .layout-sm-row > .flex-sm-10 {
    flex: 1 1 100%;
    max-width: 10%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-sm-column > .flex-sm-10 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 10%;
    box-sizing: border-box;
  }
  .flex-sm-15 {
    flex: 1 1 100%;
    max-width: 15%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-sm-15 {
    flex: 1 1 100%;
    max-width: 15%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-sm-15 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 15%;
    box-sizing: border-box;
  }
  .layout-sm-row > .flex-sm-15 {
    flex: 1 1 100%;
    max-width: 15%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-sm-column > .flex-sm-15 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 15%;
    box-sizing: border-box;
  }
  .flex-sm-20 {
    flex: 1 1 100%;
    max-width: 20%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-sm-20 {
    flex: 1 1 100%;
    max-width: 20%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-sm-20 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 20%;
    box-sizing: border-box;
  }
  .layout-sm-row > .flex-sm-20 {
    flex: 1 1 100%;
    max-width: 20%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-sm-column > .flex-sm-20 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 20%;
    box-sizing: border-box;
  }
  .flex-sm-25 {
    flex: 1 1 100%;
    max-width: 25%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-sm-25 {
    flex: 1 1 100%;
    max-width: 25%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-sm-25 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 25%;
    box-sizing: border-box;
  }
  .layout-sm-row > .flex-sm-25 {
    flex: 1 1 100%;
    max-width: 25%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-sm-column > .flex-sm-25 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 25%;
    box-sizing: border-box;
  }
  .flex-sm-30 {
    flex: 1 1 100%;
    max-width: 30%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-sm-30 {
    flex: 1 1 100%;
    max-width: 30%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-sm-30 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 30%;
    box-sizing: border-box;
  }
  .layout-sm-row > .flex-sm-30 {
    flex: 1 1 100%;
    max-width: 30%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-sm-column > .flex-sm-30 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 30%;
    box-sizing: border-box;
  }
  .flex-sm-35 {
    flex: 1 1 100%;
    max-width: 35%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-sm-35 {
    flex: 1 1 100%;
    max-width: 35%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-sm-35 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 35%;
    box-sizing: border-box;
  }
  .layout-sm-row > .flex-sm-35 {
    flex: 1 1 100%;
    max-width: 35%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-sm-column > .flex-sm-35 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 35%;
    box-sizing: border-box;
  }
  .flex-sm-40 {
    flex: 1 1 100%;
    max-width: 40%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-sm-40 {
    flex: 1 1 100%;
    max-width: 40%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-sm-40 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 40%;
    box-sizing: border-box;
  }
  .layout-sm-row > .flex-sm-40 {
    flex: 1 1 100%;
    max-width: 40%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-sm-column > .flex-sm-40 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 40%;
    box-sizing: border-box;
  }
  .flex-sm-45 {
    flex: 1 1 100%;
    max-width: 45%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-sm-45 {
    flex: 1 1 100%;
    max-width: 45%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-sm-45 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 45%;
    box-sizing: border-box;
  }
  .layout-sm-row > .flex-sm-45 {
    flex: 1 1 100%;
    max-width: 45%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-sm-column > .flex-sm-45 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 45%;
    box-sizing: border-box;
  }
  .flex-sm-50 {
    flex: 1 1 100%;
    max-width: 50%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-sm-50 {
    flex: 1 1 100%;
    max-width: 50%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-sm-50 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 50%;
    box-sizing: border-box;
  }
  .layout-sm-row > .flex-sm-50 {
    flex: 1 1 100%;
    max-width: 50%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-sm-column > .flex-sm-50 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 50%;
    box-sizing: border-box;
  }
  .flex-sm-55 {
    flex: 1 1 100%;
    max-width: 55%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-sm-55 {
    flex: 1 1 100%;
    max-width: 55%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-sm-55 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 55%;
    box-sizing: border-box;
  }
  .layout-sm-row > .flex-sm-55 {
    flex: 1 1 100%;
    max-width: 55%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-sm-column > .flex-sm-55 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 55%;
    box-sizing: border-box;
  }
  .flex-sm-60 {
    flex: 1 1 100%;
    max-width: 60%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-sm-60 {
    flex: 1 1 100%;
    max-width: 60%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-sm-60 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 60%;
    box-sizing: border-box;
  }
  .layout-sm-row > .flex-sm-60 {
    flex: 1 1 100%;
    max-width: 60%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-sm-column > .flex-sm-60 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 60%;
    box-sizing: border-box;
  }
  .flex-sm-65 {
    flex: 1 1 100%;
    max-width: 65%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-sm-65 {
    flex: 1 1 100%;
    max-width: 65%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-sm-65 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 65%;
    box-sizing: border-box;
  }
  .layout-sm-row > .flex-sm-65 {
    flex: 1 1 100%;
    max-width: 65%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-sm-column > .flex-sm-65 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 65%;
    box-sizing: border-box;
  }
  .flex-sm-70 {
    flex: 1 1 100%;
    max-width: 70%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-sm-70 {
    flex: 1 1 100%;
    max-width: 70%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-sm-70 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 70%;
    box-sizing: border-box;
  }
  .layout-sm-row > .flex-sm-70 {
    flex: 1 1 100%;
    max-width: 70%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-sm-column > .flex-sm-70 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 70%;
    box-sizing: border-box;
  }
  .flex-sm-75 {
    flex: 1 1 100%;
    max-width: 75%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-sm-75 {
    flex: 1 1 100%;
    max-width: 75%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-sm-75 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 75%;
    box-sizing: border-box;
  }
  .layout-sm-row > .flex-sm-75 {
    flex: 1 1 100%;
    max-width: 75%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-sm-column > .flex-sm-75 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 75%;
    box-sizing: border-box;
  }
  .flex-sm-80 {
    flex: 1 1 100%;
    max-width: 80%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-sm-80 {
    flex: 1 1 100%;
    max-width: 80%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-sm-80 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 80%;
    box-sizing: border-box;
  }
  .layout-sm-row > .flex-sm-80 {
    flex: 1 1 100%;
    max-width: 80%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-sm-column > .flex-sm-80 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 80%;
    box-sizing: border-box;
  }
  .flex-sm-85 {
    flex: 1 1 100%;
    max-width: 85%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-sm-85 {
    flex: 1 1 100%;
    max-width: 85%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-sm-85 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 85%;
    box-sizing: border-box;
  }
  .layout-sm-row > .flex-sm-85 {
    flex: 1 1 100%;
    max-width: 85%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-sm-column > .flex-sm-85 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 85%;
    box-sizing: border-box;
  }
  .flex-sm-90 {
    flex: 1 1 100%;
    max-width: 90%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-sm-90 {
    flex: 1 1 100%;
    max-width: 90%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-sm-90 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 90%;
    box-sizing: border-box;
  }
  .layout-sm-row > .flex-sm-90 {
    flex: 1 1 100%;
    max-width: 90%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-sm-column > .flex-sm-90 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 90%;
    box-sizing: border-box;
  }
  .flex-sm-95 {
    flex: 1 1 100%;
    max-width: 95%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-sm-95 {
    flex: 1 1 100%;
    max-width: 95%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-sm-95 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 95%;
    box-sizing: border-box;
  }
  .layout-sm-row > .flex-sm-95 {
    flex: 1 1 100%;
    max-width: 95%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-sm-column > .flex-sm-95 {
    flex: 1 1 100%;
    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 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-sm-100 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-sm-row > .flex-sm-100 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .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 {
    flex: 1 1 33.33%;
    max-width: 33.33%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-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 {
    flex: 1 1 33.33%;
    max-width: 100%;
    max-height: 33.33%;
    box-sizing: border-box;
  }
  .layout-column > .flex-sm-66 {
    flex: 1 1 66.66%;
    max-width: 100%;
    max-height: 66.66%;
    box-sizing: border-box;
  }
  .layout-sm-row > .flex-sm-33 {
    flex: 1 1 100%;
    max-width: 33.33%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-sm-row > .flex-sm-66 {
    flex: 1 1 100%;
    max-width: 66.66%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-sm-row > .flex {
    min-width: 0;
  }
  .layout-sm-column > .flex-sm-33 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 33.33%;
    box-sizing: border-box;
  }
  .layout-sm-column > .flex-sm-66 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 66.66%;
    box-sizing: border-box;
  }
  .layout-sm-column > .flex {
    min-height: 0;
  }
  .layout-sm, .layout-sm-column, .layout-sm-row {
    box-sizing: border-box;
    display: -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, .layout-margin .flex-offset-gt-sm-0, .layout-margin .offset-gt-sm-0 {
    margin-left: 0;
  }
  [dir=rtl] .offset-gt-sm-0, [dir=rtl] .flex-offset-gt-sm-0, [dir=rtl] .layout-margin .flex-offset-gt-sm-0, [dir=rtl] .layout-margin .offset-gt-sm-0 {
    margin-left: auto;
    margin-right: 0;
  }
  .offset-gt-sm-5, .flex-offset-gt-sm-5, .layout-margin .flex-offset-gt-sm-5, .layout-margin .offset-gt-sm-5 {
    margin-left: 5%;
  }
  [dir=rtl] .offset-gt-sm-5, [dir=rtl] .flex-offset-gt-sm-5, [dir=rtl] .layout-margin .flex-offset-gt-sm-5, [dir=rtl] .layout-margin .offset-gt-sm-5 {
    margin-left: auto;
    margin-right: 5%;
  }
  .offset-gt-sm-10, .flex-offset-gt-sm-10, .layout-margin .flex-offset-gt-sm-10, .layout-margin .offset-gt-sm-10 {
    margin-left: 10%;
  }
  [dir=rtl] .offset-gt-sm-10, [dir=rtl] .flex-offset-gt-sm-10, [dir=rtl] .layout-margin .flex-offset-gt-sm-10, [dir=rtl] .layout-margin .offset-gt-sm-10 {
    margin-left: auto;
    margin-right: 10%;
  }
  .offset-gt-sm-15, .flex-offset-gt-sm-15, .layout-margin .flex-offset-gt-sm-15, .layout-margin .offset-gt-sm-15 {
    margin-left: 15%;
  }
  [dir=rtl] .offset-gt-sm-15, [dir=rtl] .flex-offset-gt-sm-15, [dir=rtl] .layout-margin .flex-offset-gt-sm-15, [dir=rtl] .layout-margin .offset-gt-sm-15 {
    margin-left: auto;
    margin-right: 15%;
  }
  .offset-gt-sm-20, .flex-offset-gt-sm-20, .layout-margin .flex-offset-gt-sm-20, .layout-margin .offset-gt-sm-20 {
    margin-left: 20%;
  }
  [dir=rtl] .offset-gt-sm-20, [dir=rtl] .flex-offset-gt-sm-20, [dir=rtl] .layout-margin .flex-offset-gt-sm-20, [dir=rtl] .layout-margin .offset-gt-sm-20 {
    margin-left: auto;
    margin-right: 20%;
  }
  .offset-gt-sm-25, .flex-offset-gt-sm-25, .layout-margin .flex-offset-gt-sm-25, .layout-margin .offset-gt-sm-25 {
    margin-left: 25%;
  }
  [dir=rtl] .offset-gt-sm-25, [dir=rtl] .flex-offset-gt-sm-25, [dir=rtl] .layout-margin .flex-offset-gt-sm-25, [dir=rtl] .layout-margin .offset-gt-sm-25 {
    margin-left: auto;
    margin-right: 25%;
  }
  .offset-gt-sm-30, .flex-offset-gt-sm-30, .layout-margin .flex-offset-gt-sm-30, .layout-margin .offset-gt-sm-30 {
    margin-left: 30%;
  }
  [dir=rtl] .offset-gt-sm-30, [dir=rtl] .flex-offset-gt-sm-30, [dir=rtl] .layout-margin .flex-offset-gt-sm-30, [dir=rtl] .layout-margin .offset-gt-sm-30 {
    margin-left: auto;
    margin-right: 30%;
  }
  .offset-gt-sm-35, .flex-offset-gt-sm-35, .layout-margin .flex-offset-gt-sm-35, .layout-margin .offset-gt-sm-35 {
    margin-left: 35%;
  }
  [dir=rtl] .offset-gt-sm-35, [dir=rtl] .flex-offset-gt-sm-35, [dir=rtl] .layout-margin .flex-offset-gt-sm-35, [dir=rtl] .layout-margin .offset-gt-sm-35 {
    margin-left: auto;
    margin-right: 35%;
  }
  .offset-gt-sm-40, .flex-offset-gt-sm-40, .layout-margin .flex-offset-gt-sm-40, .layout-margin .offset-gt-sm-40 {
    margin-left: 40%;
  }
  [dir=rtl] .offset-gt-sm-40, [dir=rtl] .flex-offset-gt-sm-40, [dir=rtl] .layout-margin .flex-offset-gt-sm-40, [dir=rtl] .layout-margin .offset-gt-sm-40 {
    margin-left: auto;
    margin-right: 40%;
  }
  .offset-gt-sm-45, .flex-offset-gt-sm-45, .layout-margin .flex-offset-gt-sm-45, .layout-margin .offset-gt-sm-45 {
    margin-left: 45%;
  }
  [dir=rtl] .offset-gt-sm-45, [dir=rtl] .flex-offset-gt-sm-45, [dir=rtl] .layout-margin .flex-offset-gt-sm-45, [dir=rtl] .layout-margin .offset-gt-sm-45 {
    margin-left: auto;
    margin-right: 45%;
  }
  .offset-gt-sm-50, .flex-offset-gt-sm-50, .layout-margin .flex-offset-gt-sm-50, .layout-margin .offset-gt-sm-50 {
    margin-left: 50%;
  }
  [dir=rtl] .offset-gt-sm-50, [dir=rtl] .flex-offset-gt-sm-50, [dir=rtl] .layout-margin .flex-offset-gt-sm-50, [dir=rtl] .layout-margin .offset-gt-sm-50 {
    margin-left: auto;
    margin-right: 50%;
  }
  .offset-gt-sm-55, .flex-offset-gt-sm-55, .layout-margin .flex-offset-gt-sm-55, .layout-margin .offset-gt-sm-55 {
    margin-left: 55%;
  }
  [dir=rtl] .offset-gt-sm-55, [dir=rtl] .flex-offset-gt-sm-55, [dir=rtl] .layout-margin .flex-offset-gt-sm-55, [dir=rtl] .layout-margin .offset-gt-sm-55 {
    margin-left: auto;
    margin-right: 55%;
  }
  .offset-gt-sm-60, .flex-offset-gt-sm-60, .layout-margin .flex-offset-gt-sm-60, .layout-margin .offset-gt-sm-60 {
    margin-left: 60%;
  }
  [dir=rtl] .offset-gt-sm-60, [dir=rtl] .flex-offset-gt-sm-60, [dir=rtl] .layout-margin .flex-offset-gt-sm-60, [dir=rtl] .layout-margin .offset-gt-sm-60 {
    margin-left: auto;
    margin-right: 60%;
  }
  .offset-gt-sm-65, .flex-offset-gt-sm-65, .layout-margin .flex-offset-gt-sm-65, .layout-margin .offset-gt-sm-65 {
    margin-left: 65%;
  }
  [dir=rtl] .offset-gt-sm-65, [dir=rtl] .flex-offset-gt-sm-65, [dir=rtl] .layout-margin .flex-offset-gt-sm-65, [dir=rtl] .layout-margin .offset-gt-sm-65 {
    margin-left: auto;
    margin-right: 65%;
  }
  .offset-gt-sm-70, .flex-offset-gt-sm-70, .layout-margin .flex-offset-gt-sm-70, .layout-margin .offset-gt-sm-70 {
    margin-left: 70%;
  }
  [dir=rtl] .offset-gt-sm-70, [dir=rtl] .flex-offset-gt-sm-70, [dir=rtl] .layout-margin .flex-offset-gt-sm-70, [dir=rtl] .layout-margin .offset-gt-sm-70 {
    margin-left: auto;
    margin-right: 70%;
  }
  .offset-gt-sm-75, .flex-offset-gt-sm-75, .layout-margin .flex-offset-gt-sm-75, .layout-margin .offset-gt-sm-75 {
    margin-left: 75%;
  }
  [dir=rtl] .offset-gt-sm-75, [dir=rtl] .flex-offset-gt-sm-75, [dir=rtl] .layout-margin .flex-offset-gt-sm-75, [dir=rtl] .layout-margin .offset-gt-sm-75 {
    margin-left: auto;
    margin-right: 75%;
  }
  .offset-gt-sm-80, .flex-offset-gt-sm-80, .layout-margin .flex-offset-gt-sm-80, .layout-margin .offset-gt-sm-80 {
    margin-left: 80%;
  }
  [dir=rtl] .offset-gt-sm-80, [dir=rtl] .flex-offset-gt-sm-80, [dir=rtl] .layout-margin .flex-offset-gt-sm-80, [dir=rtl] .layout-margin .offset-gt-sm-80 {
    margin-left: auto;
    margin-right: 80%;
  }
  .offset-gt-sm-85, .flex-offset-gt-sm-85, .layout-margin .flex-offset-gt-sm-85, .layout-margin .offset-gt-sm-85 {
    margin-left: 85%;
  }
  [dir=rtl] .offset-gt-sm-85, [dir=rtl] .flex-offset-gt-sm-85, [dir=rtl] .layout-margin .flex-offset-gt-sm-85, [dir=rtl] .layout-margin .offset-gt-sm-85 {
    margin-left: auto;
    margin-right: 85%;
  }
  .offset-gt-sm-90, .flex-offset-gt-sm-90, .layout-margin .flex-offset-gt-sm-90, .layout-margin .offset-gt-sm-90 {
    margin-left: 90%;
  }
  [dir=rtl] .offset-gt-sm-90, [dir=rtl] .flex-offset-gt-sm-90, [dir=rtl] .layout-margin .flex-offset-gt-sm-90, [dir=rtl] .layout-margin .offset-gt-sm-90 {
    margin-left: auto;
    margin-right: 90%;
  }
  .offset-gt-sm-95, .flex-offset-gt-sm-95, .layout-margin .flex-offset-gt-sm-95, .layout-margin .offset-gt-sm-95 {
    margin-left: 95%;
  }
  [dir=rtl] .offset-gt-sm-95, [dir=rtl] .flex-offset-gt-sm-95, [dir=rtl] .layout-margin .flex-offset-gt-sm-95, [dir=rtl] .layout-margin .offset-gt-sm-95 {
    margin-left: auto;
    margin-right: 95%;
  }
  .offset-gt-sm-33, .flex-offset-gt-sm-33, .layout-margin .flex-offset-gt-sm-33, .layout-margin .offset-gt-sm-33 {
    margin-left: 33.3333333333%;
  }
  .offset-gt-sm-66, .flex-offset-gt-sm-66, .layout-margin .flex-offset-gt-sm-66, .layout-margin .offset-gt-sm-66 {
    margin-left: 66.6666666667%;
  }
  [dir=rtl] .offset-gt-sm-66, [dir=rtl] .flex-offset-gt-sm-66, [dir=rtl] .layout-margin .flex-offset-gt-sm-66, [dir=rtl] .layout-margin .offset-gt-sm-66 {
    margin-left: auto;
    margin-right: 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;
  }
  .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 100%;
    max-width: 0%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-gt-sm-0 {
    flex: 1 1 100%;
    max-width: 0%;
    max-height: 100%;
    box-sizing: border-box;
    min-width: 0;
  }
  .layout-column > .flex-gt-sm-0 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 0%;
    box-sizing: border-box;
  }
  .layout-gt-sm-row > .flex-gt-sm-0 {
    flex: 1 1 100%;
    max-width: 0%;
    max-height: 100%;
    box-sizing: border-box;
    min-width: 0;
  }
  .layout-gt-sm-column > .flex-gt-sm-0 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 0%;
    box-sizing: border-box;
    min-height: 0;
  }
  .flex-gt-sm-5 {
    flex: 1 1 100%;
    max-width: 5%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-gt-sm-5 {
    flex: 1 1 100%;
    max-width: 5%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-sm-5 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 5%;
    box-sizing: border-box;
  }
  .layout-gt-sm-row > .flex-gt-sm-5 {
    flex: 1 1 100%;
    max-width: 5%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-gt-sm-column > .flex-gt-sm-5 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 5%;
    box-sizing: border-box;
  }
  .flex-gt-sm-10 {
    flex: 1 1 100%;
    max-width: 10%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-gt-sm-10 {
    flex: 1 1 100%;
    max-width: 10%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-sm-10 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 10%;
    box-sizing: border-box;
  }
  .layout-gt-sm-row > .flex-gt-sm-10 {
    flex: 1 1 100%;
    max-width: 10%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-gt-sm-column > .flex-gt-sm-10 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 10%;
    box-sizing: border-box;
  }
  .flex-gt-sm-15 {
    flex: 1 1 100%;
    max-width: 15%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-gt-sm-15 {
    flex: 1 1 100%;
    max-width: 15%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-sm-15 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 15%;
    box-sizing: border-box;
  }
  .layout-gt-sm-row > .flex-gt-sm-15 {
    flex: 1 1 100%;
    max-width: 15%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-gt-sm-column > .flex-gt-sm-15 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 15%;
    box-sizing: border-box;
  }
  .flex-gt-sm-20 {
    flex: 1 1 100%;
    max-width: 20%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-gt-sm-20 {
    flex: 1 1 100%;
    max-width: 20%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-sm-20 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 20%;
    box-sizing: border-box;
  }
  .layout-gt-sm-row > .flex-gt-sm-20 {
    flex: 1 1 100%;
    max-width: 20%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-gt-sm-column > .flex-gt-sm-20 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 20%;
    box-sizing: border-box;
  }
  .flex-gt-sm-25 {
    flex: 1 1 100%;
    max-width: 25%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-gt-sm-25 {
    flex: 1 1 100%;
    max-width: 25%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-sm-25 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 25%;
    box-sizing: border-box;
  }
  .layout-gt-sm-row > .flex-gt-sm-25 {
    flex: 1 1 100%;
    max-width: 25%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-gt-sm-column > .flex-gt-sm-25 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 25%;
    box-sizing: border-box;
  }
  .flex-gt-sm-30 {
    flex: 1 1 100%;
    max-width: 30%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-gt-sm-30 {
    flex: 1 1 100%;
    max-width: 30%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-sm-30 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 30%;
    box-sizing: border-box;
  }
  .layout-gt-sm-row > .flex-gt-sm-30 {
    flex: 1 1 100%;
    max-width: 30%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-gt-sm-column > .flex-gt-sm-30 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 30%;
    box-sizing: border-box;
  }
  .flex-gt-sm-35 {
    flex: 1 1 100%;
    max-width: 35%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-gt-sm-35 {
    flex: 1 1 100%;
    max-width: 35%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-sm-35 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 35%;
    box-sizing: border-box;
  }
  .layout-gt-sm-row > .flex-gt-sm-35 {
    flex: 1 1 100%;
    max-width: 35%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-gt-sm-column > .flex-gt-sm-35 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 35%;
    box-sizing: border-box;
  }
  .flex-gt-sm-40 {
    flex: 1 1 100%;
    max-width: 40%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-gt-sm-40 {
    flex: 1 1 100%;
    max-width: 40%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-sm-40 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 40%;
    box-sizing: border-box;
  }
  .layout-gt-sm-row > .flex-gt-sm-40 {
    flex: 1 1 100%;
    max-width: 40%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-gt-sm-column > .flex-gt-sm-40 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 40%;
    box-sizing: border-box;
  }
  .flex-gt-sm-45 {
    flex: 1 1 100%;
    max-width: 45%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-gt-sm-45 {
    flex: 1 1 100%;
    max-width: 45%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-sm-45 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 45%;
    box-sizing: border-box;
  }
  .layout-gt-sm-row > .flex-gt-sm-45 {
    flex: 1 1 100%;
    max-width: 45%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-gt-sm-column > .flex-gt-sm-45 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 45%;
    box-sizing: border-box;
  }
  .flex-gt-sm-50 {
    flex: 1 1 100%;
    max-width: 50%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-gt-sm-50 {
    flex: 1 1 100%;
    max-width: 50%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-sm-50 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 50%;
    box-sizing: border-box;
  }
  .layout-gt-sm-row > .flex-gt-sm-50 {
    flex: 1 1 100%;
    max-width: 50%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-gt-sm-column > .flex-gt-sm-50 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 50%;
    box-sizing: border-box;
  }
  .flex-gt-sm-55 {
    flex: 1 1 100%;
    max-width: 55%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-gt-sm-55 {
    flex: 1 1 100%;
    max-width: 55%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-sm-55 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 55%;
    box-sizing: border-box;
  }
  .layout-gt-sm-row > .flex-gt-sm-55 {
    flex: 1 1 100%;
    max-width: 55%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-gt-sm-column > .flex-gt-sm-55 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 55%;
    box-sizing: border-box;
  }
  .flex-gt-sm-60 {
    flex: 1 1 100%;
    max-width: 60%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-gt-sm-60 {
    flex: 1 1 100%;
    max-width: 60%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-sm-60 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 60%;
    box-sizing: border-box;
  }
  .layout-gt-sm-row > .flex-gt-sm-60 {
    flex: 1 1 100%;
    max-width: 60%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-gt-sm-column > .flex-gt-sm-60 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 60%;
    box-sizing: border-box;
  }
  .flex-gt-sm-65 {
    flex: 1 1 100%;
    max-width: 65%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-gt-sm-65 {
    flex: 1 1 100%;
    max-width: 65%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-sm-65 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 65%;
    box-sizing: border-box;
  }
  .layout-gt-sm-row > .flex-gt-sm-65 {
    flex: 1 1 100%;
    max-width: 65%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-gt-sm-column > .flex-gt-sm-65 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 65%;
    box-sizing: border-box;
  }
  .flex-gt-sm-70 {
    flex: 1 1 100%;
    max-width: 70%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-gt-sm-70 {
    flex: 1 1 100%;
    max-width: 70%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-sm-70 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 70%;
    box-sizing: border-box;
  }
  .layout-gt-sm-row > .flex-gt-sm-70 {
    flex: 1 1 100%;
    max-width: 70%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-gt-sm-column > .flex-gt-sm-70 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 70%;
    box-sizing: border-box;
  }
  .flex-gt-sm-75 {
    flex: 1 1 100%;
    max-width: 75%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-gt-sm-75 {
    flex: 1 1 100%;
    max-width: 75%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-sm-75 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 75%;
    box-sizing: border-box;
  }
  .layout-gt-sm-row > .flex-gt-sm-75 {
    flex: 1 1 100%;
    max-width: 75%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-gt-sm-column > .flex-gt-sm-75 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 75%;
    box-sizing: border-box;
  }
  .flex-gt-sm-80 {
    flex: 1 1 100%;
    max-width: 80%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-gt-sm-80 {
    flex: 1 1 100%;
    max-width: 80%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-sm-80 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 80%;
    box-sizing: border-box;
  }
  .layout-gt-sm-row > .flex-gt-sm-80 {
    flex: 1 1 100%;
    max-width: 80%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-gt-sm-column > .flex-gt-sm-80 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 80%;
    box-sizing: border-box;
  }
  .flex-gt-sm-85 {
    flex: 1 1 100%;
    max-width: 85%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-gt-sm-85 {
    flex: 1 1 100%;
    max-width: 85%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-sm-85 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 85%;
    box-sizing: border-box;
  }
  .layout-gt-sm-row > .flex-gt-sm-85 {
    flex: 1 1 100%;
    max-width: 85%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-gt-sm-column > .flex-gt-sm-85 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 85%;
    box-sizing: border-box;
  }
  .flex-gt-sm-90 {
    flex: 1 1 100%;
    max-width: 90%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-gt-sm-90 {
    flex: 1 1 100%;
    max-width: 90%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-sm-90 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 90%;
    box-sizing: border-box;
  }
  .layout-gt-sm-row > .flex-gt-sm-90 {
    flex: 1 1 100%;
    max-width: 90%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-gt-sm-column > .flex-gt-sm-90 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 90%;
    box-sizing: border-box;
  }
  .flex-gt-sm-95 {
    flex: 1 1 100%;
    max-width: 95%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-gt-sm-95 {
    flex: 1 1 100%;
    max-width: 95%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-sm-95 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 95%;
    box-sizing: border-box;
  }
  .layout-gt-sm-row > .flex-gt-sm-95 {
    flex: 1 1 100%;
    max-width: 95%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-gt-sm-column > .flex-gt-sm-95 {
    flex: 1 1 100%;
    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 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-sm-100 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-gt-sm-row > .flex-gt-sm-100 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .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 {
    flex: 1 1 33.33%;
    max-width: 33.33%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-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 {
    flex: 1 1 33.33%;
    max-width: 100%;
    max-height: 33.33%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-sm-66 {
    flex: 1 1 66.66%;
    max-width: 100%;
    max-height: 66.66%;
    box-sizing: border-box;
  }
  .layout-gt-sm-row > .flex-gt-sm-33 {
    flex: 1 1 100%;
    max-width: 33.33%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-gt-sm-row > .flex-gt-sm-66 {
    flex: 1 1 100%;
    max-width: 66.66%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-gt-sm-row > .flex {
    min-width: 0;
  }
  .layout-gt-sm-column > .flex-gt-sm-33 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 33.33%;
    box-sizing: border-box;
  }
  .layout-gt-sm-column > .flex-gt-sm-66 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 66.66%;
    box-sizing: border-box;
  }
  .layout-gt-sm-column > .flex {
    min-height: 0;
  }
  .layout-gt-sm, .layout-gt-sm-column, .layout-gt-sm-row {
    box-sizing: border-box;
    display: -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, .layout-margin .flex-offset-md-0, .layout-margin .offset-md-0 {
    margin-left: 0;
  }
  [dir=rtl] .offset-md-0, [dir=rtl] .flex-offset-md-0, [dir=rtl] .layout-margin .flex-offset-md-0, [dir=rtl] .layout-margin .offset-md-0 {
    margin-left: auto;
    margin-right: 0;
  }
  .offset-md-5, .flex-offset-md-5, .layout-margin .flex-offset-md-5, .layout-margin .offset-md-5 {
    margin-left: 5%;
  }
  [dir=rtl] .offset-md-5, [dir=rtl] .flex-offset-md-5, [dir=rtl] .layout-margin .flex-offset-md-5, [dir=rtl] .layout-margin .offset-md-5 {
    margin-left: auto;
    margin-right: 5%;
  }
  .offset-md-10, .flex-offset-md-10, .layout-margin .flex-offset-md-10, .layout-margin .offset-md-10 {
    margin-left: 10%;
  }
  [dir=rtl] .offset-md-10, [dir=rtl] .flex-offset-md-10, [dir=rtl] .layout-margin .flex-offset-md-10, [dir=rtl] .layout-margin .offset-md-10 {
    margin-left: auto;
    margin-right: 10%;
  }
  .offset-md-15, .flex-offset-md-15, .layout-margin .flex-offset-md-15, .layout-margin .offset-md-15 {
    margin-left: 15%;
  }
  [dir=rtl] .offset-md-15, [dir=rtl] .flex-offset-md-15, [dir=rtl] .layout-margin .flex-offset-md-15, [dir=rtl] .layout-margin .offset-md-15 {
    margin-left: auto;
    margin-right: 15%;
  }
  .offset-md-20, .flex-offset-md-20, .layout-margin .flex-offset-md-20, .layout-margin .offset-md-20 {
    margin-left: 20%;
  }
  [dir=rtl] .offset-md-20, [dir=rtl] .flex-offset-md-20, [dir=rtl] .layout-margin .flex-offset-md-20, [dir=rtl] .layout-margin .offset-md-20 {
    margin-left: auto;
    margin-right: 20%;
  }
  .offset-md-25, .flex-offset-md-25, .layout-margin .flex-offset-md-25, .layout-margin .offset-md-25 {
    margin-left: 25%;
  }
  [dir=rtl] .offset-md-25, [dir=rtl] .flex-offset-md-25, [dir=rtl] .layout-margin .flex-offset-md-25, [dir=rtl] .layout-margin .offset-md-25 {
    margin-left: auto;
    margin-right: 25%;
  }
  .offset-md-30, .flex-offset-md-30, .layout-margin .flex-offset-md-30, .layout-margin .offset-md-30 {
    margin-left: 30%;
  }
  [dir=rtl] .offset-md-30, [dir=rtl] .flex-offset-md-30, [dir=rtl] .layout-margin .flex-offset-md-30, [dir=rtl] .layout-margin .offset-md-30 {
    margin-left: auto;
    margin-right: 30%;
  }
  .offset-md-35, .flex-offset-md-35, .layout-margin .flex-offset-md-35, .layout-margin .offset-md-35 {
    margin-left: 35%;
  }
  [dir=rtl] .offset-md-35, [dir=rtl] .flex-offset-md-35, [dir=rtl] .layout-margin .flex-offset-md-35, [dir=rtl] .layout-margin .offset-md-35 {
    margin-left: auto;
    margin-right: 35%;
  }
  .offset-md-40, .flex-offset-md-40, .layout-margin .flex-offset-md-40, .layout-margin .offset-md-40 {
    margin-left: 40%;
  }
  [dir=rtl] .offset-md-40, [dir=rtl] .flex-offset-md-40, [dir=rtl] .layout-margin .flex-offset-md-40, [dir=rtl] .layout-margin .offset-md-40 {
    margin-left: auto;
    margin-right: 40%;
  }
  .offset-md-45, .flex-offset-md-45, .layout-margin .flex-offset-md-45, .layout-margin .offset-md-45 {
    margin-left: 45%;
  }
  [dir=rtl] .offset-md-45, [dir=rtl] .flex-offset-md-45, [dir=rtl] .layout-margin .flex-offset-md-45, [dir=rtl] .layout-margin .offset-md-45 {
    margin-left: auto;
    margin-right: 45%;
  }
  .offset-md-50, .flex-offset-md-50, .layout-margin .flex-offset-md-50, .layout-margin .offset-md-50 {
    margin-left: 50%;
  }
  [dir=rtl] .offset-md-50, [dir=rtl] .flex-offset-md-50, [dir=rtl] .layout-margin .flex-offset-md-50, [dir=rtl] .layout-margin .offset-md-50 {
    margin-left: auto;
    margin-right: 50%;
  }
  .offset-md-55, .flex-offset-md-55, .layout-margin .flex-offset-md-55, .layout-margin .offset-md-55 {
    margin-left: 55%;
  }
  [dir=rtl] .offset-md-55, [dir=rtl] .flex-offset-md-55, [dir=rtl] .layout-margin .flex-offset-md-55, [dir=rtl] .layout-margin .offset-md-55 {
    margin-left: auto;
    margin-right: 55%;
  }
  .offset-md-60, .flex-offset-md-60, .layout-margin .flex-offset-md-60, .layout-margin .offset-md-60 {
    margin-left: 60%;
  }
  [dir=rtl] .offset-md-60, [dir=rtl] .flex-offset-md-60, [dir=rtl] .layout-margin .flex-offset-md-60, [dir=rtl] .layout-margin .offset-md-60 {
    margin-left: auto;
    margin-right: 60%;
  }
  .offset-md-65, .flex-offset-md-65, .layout-margin .flex-offset-md-65, .layout-margin .offset-md-65 {
    margin-left: 65%;
  }
  [dir=rtl] .offset-md-65, [dir=rtl] .flex-offset-md-65, [dir=rtl] .layout-margin .flex-offset-md-65, [dir=rtl] .layout-margin .offset-md-65 {
    margin-left: auto;
    margin-right: 65%;
  }
  .offset-md-70, .flex-offset-md-70, .layout-margin .flex-offset-md-70, .layout-margin .offset-md-70 {
    margin-left: 70%;
  }
  [dir=rtl] .offset-md-70, [dir=rtl] .flex-offset-md-70, [dir=rtl] .layout-margin .flex-offset-md-70, [dir=rtl] .layout-margin .offset-md-70 {
    margin-left: auto;
    margin-right: 70%;
  }
  .offset-md-75, .flex-offset-md-75, .layout-margin .flex-offset-md-75, .layout-margin .offset-md-75 {
    margin-left: 75%;
  }
  [dir=rtl] .offset-md-75, [dir=rtl] .flex-offset-md-75, [dir=rtl] .layout-margin .flex-offset-md-75, [dir=rtl] .layout-margin .offset-md-75 {
    margin-left: auto;
    margin-right: 75%;
  }
  .offset-md-80, .flex-offset-md-80, .layout-margin .flex-offset-md-80, .layout-margin .offset-md-80 {
    margin-left: 80%;
  }
  [dir=rtl] .offset-md-80, [dir=rtl] .flex-offset-md-80, [dir=rtl] .layout-margin .flex-offset-md-80, [dir=rtl] .layout-margin .offset-md-80 {
    margin-left: auto;
    margin-right: 80%;
  }
  .offset-md-85, .flex-offset-md-85, .layout-margin .flex-offset-md-85, .layout-margin .offset-md-85 {
    margin-left: 85%;
  }
  [dir=rtl] .offset-md-85, [dir=rtl] .flex-offset-md-85, [dir=rtl] .layout-margin .flex-offset-md-85, [dir=rtl] .layout-margin .offset-md-85 {
    margin-left: auto;
    margin-right: 85%;
  }
  .offset-md-90, .flex-offset-md-90, .layout-margin .flex-offset-md-90, .layout-margin .offset-md-90 {
    margin-left: 90%;
  }
  [dir=rtl] .offset-md-90, [dir=rtl] .flex-offset-md-90, [dir=rtl] .layout-margin .flex-offset-md-90, [dir=rtl] .layout-margin .offset-md-90 {
    margin-left: auto;
    margin-right: 90%;
  }
  .offset-md-95, .flex-offset-md-95, .layout-margin .flex-offset-md-95, .layout-margin .offset-md-95 {
    margin-left: 95%;
  }
  [dir=rtl] .offset-md-95, [dir=rtl] .flex-offset-md-95, [dir=rtl] .layout-margin .flex-offset-md-95, [dir=rtl] .layout-margin .offset-md-95 {
    margin-left: auto;
    margin-right: 95%;
  }
  .offset-md-33, .flex-offset-md-33, .layout-margin .flex-offset-md-33, .layout-margin .offset-md-33 {
    margin-left: 33.3333333333%;
  }
  .offset-md-66, .flex-offset-md-66, .layout-margin .flex-offset-md-66, .layout-margin .offset-md-66 {
    margin-left: 66.6666666667%;
  }
  [dir=rtl] .offset-md-66, [dir=rtl] .flex-offset-md-66, [dir=rtl] .layout-margin .flex-offset-md-66, [dir=rtl] .layout-margin .offset-md-66 {
    margin-left: auto;
    margin-right: 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;
  }
  .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 100%;
    max-width: 0%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-md-0 {
    flex: 1 1 100%;
    max-width: 0%;
    max-height: 100%;
    box-sizing: border-box;
    min-width: 0;
  }
  .layout-column > .flex-md-0 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 0%;
    box-sizing: border-box;
  }
  .layout-md-row > .flex-md-0 {
    flex: 1 1 100%;
    max-width: 0%;
    max-height: 100%;
    box-sizing: border-box;
    min-width: 0;
  }
  .layout-md-column > .flex-md-0 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 0%;
    box-sizing: border-box;
    min-height: 0;
  }
  .flex-md-5 {
    flex: 1 1 100%;
    max-width: 5%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-md-5 {
    flex: 1 1 100%;
    max-width: 5%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-md-5 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 5%;
    box-sizing: border-box;
  }
  .layout-md-row > .flex-md-5 {
    flex: 1 1 100%;
    max-width: 5%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-md-column > .flex-md-5 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 5%;
    box-sizing: border-box;
  }
  .flex-md-10 {
    flex: 1 1 100%;
    max-width: 10%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-md-10 {
    flex: 1 1 100%;
    max-width: 10%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-md-10 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 10%;
    box-sizing: border-box;
  }
  .layout-md-row > .flex-md-10 {
    flex: 1 1 100%;
    max-width: 10%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-md-column > .flex-md-10 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 10%;
    box-sizing: border-box;
  }
  .flex-md-15 {
    flex: 1 1 100%;
    max-width: 15%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-md-15 {
    flex: 1 1 100%;
    max-width: 15%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-md-15 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 15%;
    box-sizing: border-box;
  }
  .layout-md-row > .flex-md-15 {
    flex: 1 1 100%;
    max-width: 15%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-md-column > .flex-md-15 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 15%;
    box-sizing: border-box;
  }
  .flex-md-20 {
    flex: 1 1 100%;
    max-width: 20%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-md-20 {
    flex: 1 1 100%;
    max-width: 20%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-md-20 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 20%;
    box-sizing: border-box;
  }
  .layout-md-row > .flex-md-20 {
    flex: 1 1 100%;
    max-width: 20%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-md-column > .flex-md-20 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 20%;
    box-sizing: border-box;
  }
  .flex-md-25 {
    flex: 1 1 100%;
    max-width: 25%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-md-25 {
    flex: 1 1 100%;
    max-width: 25%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-md-25 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 25%;
    box-sizing: border-box;
  }
  .layout-md-row > .flex-md-25 {
    flex: 1 1 100%;
    max-width: 25%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-md-column > .flex-md-25 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 25%;
    box-sizing: border-box;
  }
  .flex-md-30 {
    flex: 1 1 100%;
    max-width: 30%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-md-30 {
    flex: 1 1 100%;
    max-width: 30%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-md-30 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 30%;
    box-sizing: border-box;
  }
  .layout-md-row > .flex-md-30 {
    flex: 1 1 100%;
    max-width: 30%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-md-column > .flex-md-30 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 30%;
    box-sizing: border-box;
  }
  .flex-md-35 {
    flex: 1 1 100%;
    max-width: 35%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-md-35 {
    flex: 1 1 100%;
    max-width: 35%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-md-35 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 35%;
    box-sizing: border-box;
  }
  .layout-md-row > .flex-md-35 {
    flex: 1 1 100%;
    max-width: 35%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-md-column > .flex-md-35 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 35%;
    box-sizing: border-box;
  }
  .flex-md-40 {
    flex: 1 1 100%;
    max-width: 40%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-md-40 {
    flex: 1 1 100%;
    max-width: 40%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-md-40 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 40%;
    box-sizing: border-box;
  }
  .layout-md-row > .flex-md-40 {
    flex: 1 1 100%;
    max-width: 40%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-md-column > .flex-md-40 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 40%;
    box-sizing: border-box;
  }
  .flex-md-45 {
    flex: 1 1 100%;
    max-width: 45%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-md-45 {
    flex: 1 1 100%;
    max-width: 45%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-md-45 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 45%;
    box-sizing: border-box;
  }
  .layout-md-row > .flex-md-45 {
    flex: 1 1 100%;
    max-width: 45%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-md-column > .flex-md-45 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 45%;
    box-sizing: border-box;
  }
  .flex-md-50 {
    flex: 1 1 100%;
    max-width: 50%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-md-50 {
    flex: 1 1 100%;
    max-width: 50%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-md-50 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 50%;
    box-sizing: border-box;
  }
  .layout-md-row > .flex-md-50 {
    flex: 1 1 100%;
    max-width: 50%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-md-column > .flex-md-50 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 50%;
    box-sizing: border-box;
  }
  .flex-md-55 {
    flex: 1 1 100%;
    max-width: 55%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-md-55 {
    flex: 1 1 100%;
    max-width: 55%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-md-55 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 55%;
    box-sizing: border-box;
  }
  .layout-md-row > .flex-md-55 {
    flex: 1 1 100%;
    max-width: 55%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-md-column > .flex-md-55 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 55%;
    box-sizing: border-box;
  }
  .flex-md-60 {
    flex: 1 1 100%;
    max-width: 60%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-md-60 {
    flex: 1 1 100%;
    max-width: 60%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-md-60 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 60%;
    box-sizing: border-box;
  }
  .layout-md-row > .flex-md-60 {
    flex: 1 1 100%;
    max-width: 60%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-md-column > .flex-md-60 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 60%;
    box-sizing: border-box;
  }
  .flex-md-65 {
    flex: 1 1 100%;
    max-width: 65%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-md-65 {
    flex: 1 1 100%;
    max-width: 65%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-md-65 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 65%;
    box-sizing: border-box;
  }
  .layout-md-row > .flex-md-65 {
    flex: 1 1 100%;
    max-width: 65%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-md-column > .flex-md-65 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 65%;
    box-sizing: border-box;
  }
  .flex-md-70 {
    flex: 1 1 100%;
    max-width: 70%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-md-70 {
    flex: 1 1 100%;
    max-width: 70%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-md-70 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 70%;
    box-sizing: border-box;
  }
  .layout-md-row > .flex-md-70 {
    flex: 1 1 100%;
    max-width: 70%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-md-column > .flex-md-70 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 70%;
    box-sizing: border-box;
  }
  .flex-md-75 {
    flex: 1 1 100%;
    max-width: 75%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-md-75 {
    flex: 1 1 100%;
    max-width: 75%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-md-75 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 75%;
    box-sizing: border-box;
  }
  .layout-md-row > .flex-md-75 {
    flex: 1 1 100%;
    max-width: 75%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-md-column > .flex-md-75 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 75%;
    box-sizing: border-box;
  }
  .flex-md-80 {
    flex: 1 1 100%;
    max-width: 80%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-md-80 {
    flex: 1 1 100%;
    max-width: 80%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-md-80 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 80%;
    box-sizing: border-box;
  }
  .layout-md-row > .flex-md-80 {
    flex: 1 1 100%;
    max-width: 80%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-md-column > .flex-md-80 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 80%;
    box-sizing: border-box;
  }
  .flex-md-85 {
    flex: 1 1 100%;
    max-width: 85%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-md-85 {
    flex: 1 1 100%;
    max-width: 85%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-md-85 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 85%;
    box-sizing: border-box;
  }
  .layout-md-row > .flex-md-85 {
    flex: 1 1 100%;
    max-width: 85%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-md-column > .flex-md-85 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 85%;
    box-sizing: border-box;
  }
  .flex-md-90 {
    flex: 1 1 100%;
    max-width: 90%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-md-90 {
    flex: 1 1 100%;
    max-width: 90%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-md-90 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 90%;
    box-sizing: border-box;
  }
  .layout-md-row > .flex-md-90 {
    flex: 1 1 100%;
    max-width: 90%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-md-column > .flex-md-90 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 90%;
    box-sizing: border-box;
  }
  .flex-md-95 {
    flex: 1 1 100%;
    max-width: 95%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-md-95 {
    flex: 1 1 100%;
    max-width: 95%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-md-95 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 95%;
    box-sizing: border-box;
  }
  .layout-md-row > .flex-md-95 {
    flex: 1 1 100%;
    max-width: 95%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-md-column > .flex-md-95 {
    flex: 1 1 100%;
    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 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-md-100 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-md-row > .flex-md-100 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .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 {
    flex: 1 1 33.33%;
    max-width: 33.33%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-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 {
    flex: 1 1 33.33%;
    max-width: 100%;
    max-height: 33.33%;
    box-sizing: border-box;
  }
  .layout-column > .flex-md-66 {
    flex: 1 1 66.66%;
    max-width: 100%;
    max-height: 66.66%;
    box-sizing: border-box;
  }
  .layout-md-row > .flex-md-33 {
    flex: 1 1 100%;
    max-width: 33.33%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-md-row > .flex-md-66 {
    flex: 1 1 100%;
    max-width: 66.66%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-md-row > .flex {
    min-width: 0;
  }
  .layout-md-column > .flex-md-33 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 33.33%;
    box-sizing: border-box;
  }
  .layout-md-column > .flex-md-66 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 66.66%;
    box-sizing: border-box;
  }
  .layout-md-column > .flex {
    min-height: 0;
  }
  .layout-md, .layout-md-column, .layout-md-row {
    box-sizing: border-box;
    display: -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, .layout-margin .flex-offset-gt-md-0, .layout-margin .offset-gt-md-0 {
    margin-left: 0;
  }
  [dir=rtl] .offset-gt-md-0, [dir=rtl] .flex-offset-gt-md-0, [dir=rtl] .layout-margin .flex-offset-gt-md-0, [dir=rtl] .layout-margin .offset-gt-md-0 {
    margin-left: auto;
    margin-right: 0;
  }
  .offset-gt-md-5, .flex-offset-gt-md-5, .layout-margin .flex-offset-gt-md-5, .layout-margin .offset-gt-md-5 {
    margin-left: 5%;
  }
  [dir=rtl] .offset-gt-md-5, [dir=rtl] .flex-offset-gt-md-5, [dir=rtl] .layout-margin .flex-offset-gt-md-5, [dir=rtl] .layout-margin .offset-gt-md-5 {
    margin-left: auto;
    margin-right: 5%;
  }
  .offset-gt-md-10, .flex-offset-gt-md-10, .layout-margin .flex-offset-gt-md-10, .layout-margin .offset-gt-md-10 {
    margin-left: 10%;
  }
  [dir=rtl] .offset-gt-md-10, [dir=rtl] .flex-offset-gt-md-10, [dir=rtl] .layout-margin .flex-offset-gt-md-10, [dir=rtl] .layout-margin .offset-gt-md-10 {
    margin-left: auto;
    margin-right: 10%;
  }
  .offset-gt-md-15, .flex-offset-gt-md-15, .layout-margin .flex-offset-gt-md-15, .layout-margin .offset-gt-md-15 {
    margin-left: 15%;
  }
  [dir=rtl] .offset-gt-md-15, [dir=rtl] .flex-offset-gt-md-15, [dir=rtl] .layout-margin .flex-offset-gt-md-15, [dir=rtl] .layout-margin .offset-gt-md-15 {
    margin-left: auto;
    margin-right: 15%;
  }
  .offset-gt-md-20, .flex-offset-gt-md-20, .layout-margin .flex-offset-gt-md-20, .layout-margin .offset-gt-md-20 {
    margin-left: 20%;
  }
  [dir=rtl] .offset-gt-md-20, [dir=rtl] .flex-offset-gt-md-20, [dir=rtl] .layout-margin .flex-offset-gt-md-20, [dir=rtl] .layout-margin .offset-gt-md-20 {
    margin-left: auto;
    margin-right: 20%;
  }
  .offset-gt-md-25, .flex-offset-gt-md-25, .layout-margin .flex-offset-gt-md-25, .layout-margin .offset-gt-md-25 {
    margin-left: 25%;
  }
  [dir=rtl] .offset-gt-md-25, [dir=rtl] .flex-offset-gt-md-25, [dir=rtl] .layout-margin .flex-offset-gt-md-25, [dir=rtl] .layout-margin .offset-gt-md-25 {
    margin-left: auto;
    margin-right: 25%;
  }
  .offset-gt-md-30, .flex-offset-gt-md-30, .layout-margin .flex-offset-gt-md-30, .layout-margin .offset-gt-md-30 {
    margin-left: 30%;
  }
  [dir=rtl] .offset-gt-md-30, [dir=rtl] .flex-offset-gt-md-30, [dir=rtl] .layout-margin .flex-offset-gt-md-30, [dir=rtl] .layout-margin .offset-gt-md-30 {
    margin-left: auto;
    margin-right: 30%;
  }
  .offset-gt-md-35, .flex-offset-gt-md-35, .layout-margin .flex-offset-gt-md-35, .layout-margin .offset-gt-md-35 {
    margin-left: 35%;
  }
  [dir=rtl] .offset-gt-md-35, [dir=rtl] .flex-offset-gt-md-35, [dir=rtl] .layout-margin .flex-offset-gt-md-35, [dir=rtl] .layout-margin .offset-gt-md-35 {
    margin-left: auto;
    margin-right: 35%;
  }
  .offset-gt-md-40, .flex-offset-gt-md-40, .layout-margin .flex-offset-gt-md-40, .layout-margin .offset-gt-md-40 {
    margin-left: 40%;
  }
  [dir=rtl] .offset-gt-md-40, [dir=rtl] .flex-offset-gt-md-40, [dir=rtl] .layout-margin .flex-offset-gt-md-40, [dir=rtl] .layout-margin .offset-gt-md-40 {
    margin-left: auto;
    margin-right: 40%;
  }
  .offset-gt-md-45, .flex-offset-gt-md-45, .layout-margin .flex-offset-gt-md-45, .layout-margin .offset-gt-md-45 {
    margin-left: 45%;
  }
  [dir=rtl] .offset-gt-md-45, [dir=rtl] .flex-offset-gt-md-45, [dir=rtl] .layout-margin .flex-offset-gt-md-45, [dir=rtl] .layout-margin .offset-gt-md-45 {
    margin-left: auto;
    margin-right: 45%;
  }
  .offset-gt-md-50, .flex-offset-gt-md-50, .layout-margin .flex-offset-gt-md-50, .layout-margin .offset-gt-md-50 {
    margin-left: 50%;
  }
  [dir=rtl] .offset-gt-md-50, [dir=rtl] .flex-offset-gt-md-50, [dir=rtl] .layout-margin .flex-offset-gt-md-50, [dir=rtl] .layout-margin .offset-gt-md-50 {
    margin-left: auto;
    margin-right: 50%;
  }
  .offset-gt-md-55, .flex-offset-gt-md-55, .layout-margin .flex-offset-gt-md-55, .layout-margin .offset-gt-md-55 {
    margin-left: 55%;
  }
  [dir=rtl] .offset-gt-md-55, [dir=rtl] .flex-offset-gt-md-55, [dir=rtl] .layout-margin .flex-offset-gt-md-55, [dir=rtl] .layout-margin .offset-gt-md-55 {
    margin-left: auto;
    margin-right: 55%;
  }
  .offset-gt-md-60, .flex-offset-gt-md-60, .layout-margin .flex-offset-gt-md-60, .layout-margin .offset-gt-md-60 {
    margin-left: 60%;
  }
  [dir=rtl] .offset-gt-md-60, [dir=rtl] .flex-offset-gt-md-60, [dir=rtl] .layout-margin .flex-offset-gt-md-60, [dir=rtl] .layout-margin .offset-gt-md-60 {
    margin-left: auto;
    margin-right: 60%;
  }
  .offset-gt-md-65, .flex-offset-gt-md-65, .layout-margin .flex-offset-gt-md-65, .layout-margin .offset-gt-md-65 {
    margin-left: 65%;
  }
  [dir=rtl] .offset-gt-md-65, [dir=rtl] .flex-offset-gt-md-65, [dir=rtl] .layout-margin .flex-offset-gt-md-65, [dir=rtl] .layout-margin .offset-gt-md-65 {
    margin-left: auto;
    margin-right: 65%;
  }
  .offset-gt-md-70, .flex-offset-gt-md-70, .layout-margin .flex-offset-gt-md-70, .layout-margin .offset-gt-md-70 {
    margin-left: 70%;
  }
  [dir=rtl] .offset-gt-md-70, [dir=rtl] .flex-offset-gt-md-70, [dir=rtl] .layout-margin .flex-offset-gt-md-70, [dir=rtl] .layout-margin .offset-gt-md-70 {
    margin-left: auto;
    margin-right: 70%;
  }
  .offset-gt-md-75, .flex-offset-gt-md-75, .layout-margin .flex-offset-gt-md-75, .layout-margin .offset-gt-md-75 {
    margin-left: 75%;
  }
  [dir=rtl] .offset-gt-md-75, [dir=rtl] .flex-offset-gt-md-75, [dir=rtl] .layout-margin .flex-offset-gt-md-75, [dir=rtl] .layout-margin .offset-gt-md-75 {
    margin-left: auto;
    margin-right: 75%;
  }
  .offset-gt-md-80, .flex-offset-gt-md-80, .layout-margin .flex-offset-gt-md-80, .layout-margin .offset-gt-md-80 {
    margin-left: 80%;
  }
  [dir=rtl] .offset-gt-md-80, [dir=rtl] .flex-offset-gt-md-80, [dir=rtl] .layout-margin .flex-offset-gt-md-80, [dir=rtl] .layout-margin .offset-gt-md-80 {
    margin-left: auto;
    margin-right: 80%;
  }
  .offset-gt-md-85, .flex-offset-gt-md-85, .layout-margin .flex-offset-gt-md-85, .layout-margin .offset-gt-md-85 {
    margin-left: 85%;
  }
  [dir=rtl] .offset-gt-md-85, [dir=rtl] .flex-offset-gt-md-85, [dir=rtl] .layout-margin .flex-offset-gt-md-85, [dir=rtl] .layout-margin .offset-gt-md-85 {
    margin-left: auto;
    margin-right: 85%;
  }
  .offset-gt-md-90, .flex-offset-gt-md-90, .layout-margin .flex-offset-gt-md-90, .layout-margin .offset-gt-md-90 {
    margin-left: 90%;
  }
  [dir=rtl] .offset-gt-md-90, [dir=rtl] .flex-offset-gt-md-90, [dir=rtl] .layout-margin .flex-offset-gt-md-90, [dir=rtl] .layout-margin .offset-gt-md-90 {
    margin-left: auto;
    margin-right: 90%;
  }
  .offset-gt-md-95, .flex-offset-gt-md-95, .layout-margin .flex-offset-gt-md-95, .layout-margin .offset-gt-md-95 {
    margin-left: 95%;
  }
  [dir=rtl] .offset-gt-md-95, [dir=rtl] .flex-offset-gt-md-95, [dir=rtl] .layout-margin .flex-offset-gt-md-95, [dir=rtl] .layout-margin .offset-gt-md-95 {
    margin-left: auto;
    margin-right: 95%;
  }
  .offset-gt-md-33, .flex-offset-gt-md-33, .layout-margin .flex-offset-gt-md-33, .layout-margin .offset-gt-md-33 {
    margin-left: 33.3333333333%;
  }
  .offset-gt-md-66, .flex-offset-gt-md-66, .layout-margin .flex-offset-gt-md-66, .layout-margin .offset-gt-md-66 {
    margin-left: 66.6666666667%;
  }
  [dir=rtl] .offset-gt-md-66, [dir=rtl] .flex-offset-gt-md-66, [dir=rtl] .layout-margin .flex-offset-gt-md-66, [dir=rtl] .layout-margin .offset-gt-md-66 {
    margin-left: auto;
    margin-right: 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;
  }
  .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 100%;
    max-width: 0%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-gt-md-0 {
    flex: 1 1 100%;
    max-width: 0%;
    max-height: 100%;
    box-sizing: border-box;
    min-width: 0;
  }
  .layout-column > .flex-gt-md-0 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 0%;
    box-sizing: border-box;
  }
  .layout-gt-md-row > .flex-gt-md-0 {
    flex: 1 1 100%;
    max-width: 0%;
    max-height: 100%;
    box-sizing: border-box;
    min-width: 0;
  }
  .layout-gt-md-column > .flex-gt-md-0 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 0%;
    box-sizing: border-box;
    min-height: 0;
  }
  .flex-gt-md-5 {
    flex: 1 1 100%;
    max-width: 5%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-gt-md-5 {
    flex: 1 1 100%;
    max-width: 5%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-md-5 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 5%;
    box-sizing: border-box;
  }
  .layout-gt-md-row > .flex-gt-md-5 {
    flex: 1 1 100%;
    max-width: 5%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-gt-md-column > .flex-gt-md-5 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 5%;
    box-sizing: border-box;
  }
  .flex-gt-md-10 {
    flex: 1 1 100%;
    max-width: 10%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-gt-md-10 {
    flex: 1 1 100%;
    max-width: 10%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-md-10 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 10%;
    box-sizing: border-box;
  }
  .layout-gt-md-row > .flex-gt-md-10 {
    flex: 1 1 100%;
    max-width: 10%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-gt-md-column > .flex-gt-md-10 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 10%;
    box-sizing: border-box;
  }
  .flex-gt-md-15 {
    flex: 1 1 100%;
    max-width: 15%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-gt-md-15 {
    flex: 1 1 100%;
    max-width: 15%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-md-15 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 15%;
    box-sizing: border-box;
  }
  .layout-gt-md-row > .flex-gt-md-15 {
    flex: 1 1 100%;
    max-width: 15%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-gt-md-column > .flex-gt-md-15 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 15%;
    box-sizing: border-box;
  }
  .flex-gt-md-20 {
    flex: 1 1 100%;
    max-width: 20%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-gt-md-20 {
    flex: 1 1 100%;
    max-width: 20%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-md-20 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 20%;
    box-sizing: border-box;
  }
  .layout-gt-md-row > .flex-gt-md-20 {
    flex: 1 1 100%;
    max-width: 20%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-gt-md-column > .flex-gt-md-20 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 20%;
    box-sizing: border-box;
  }
  .flex-gt-md-25 {
    flex: 1 1 100%;
    max-width: 25%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-gt-md-25 {
    flex: 1 1 100%;
    max-width: 25%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-md-25 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 25%;
    box-sizing: border-box;
  }
  .layout-gt-md-row > .flex-gt-md-25 {
    flex: 1 1 100%;
    max-width: 25%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-gt-md-column > .flex-gt-md-25 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 25%;
    box-sizing: border-box;
  }
  .flex-gt-md-30 {
    flex: 1 1 100%;
    max-width: 30%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-gt-md-30 {
    flex: 1 1 100%;
    max-width: 30%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-md-30 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 30%;
    box-sizing: border-box;
  }
  .layout-gt-md-row > .flex-gt-md-30 {
    flex: 1 1 100%;
    max-width: 30%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-gt-md-column > .flex-gt-md-30 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 30%;
    box-sizing: border-box;
  }
  .flex-gt-md-35 {
    flex: 1 1 100%;
    max-width: 35%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-gt-md-35 {
    flex: 1 1 100%;
    max-width: 35%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-md-35 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 35%;
    box-sizing: border-box;
  }
  .layout-gt-md-row > .flex-gt-md-35 {
    flex: 1 1 100%;
    max-width: 35%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-gt-md-column > .flex-gt-md-35 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 35%;
    box-sizing: border-box;
  }
  .flex-gt-md-40 {
    flex: 1 1 100%;
    max-width: 40%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-gt-md-40 {
    flex: 1 1 100%;
    max-width: 40%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-md-40 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 40%;
    box-sizing: border-box;
  }
  .layout-gt-md-row > .flex-gt-md-40 {
    flex: 1 1 100%;
    max-width: 40%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-gt-md-column > .flex-gt-md-40 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 40%;
    box-sizing: border-box;
  }
  .flex-gt-md-45 {
    flex: 1 1 100%;
    max-width: 45%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-gt-md-45 {
    flex: 1 1 100%;
    max-width: 45%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-md-45 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 45%;
    box-sizing: border-box;
  }
  .layout-gt-md-row > .flex-gt-md-45 {
    flex: 1 1 100%;
    max-width: 45%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-gt-md-column > .flex-gt-md-45 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 45%;
    box-sizing: border-box;
  }
  .flex-gt-md-50 {
    flex: 1 1 100%;
    max-width: 50%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-gt-md-50 {
    flex: 1 1 100%;
    max-width: 50%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-md-50 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 50%;
    box-sizing: border-box;
  }
  .layout-gt-md-row > .flex-gt-md-50 {
    flex: 1 1 100%;
    max-width: 50%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-gt-md-column > .flex-gt-md-50 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 50%;
    box-sizing: border-box;
  }
  .flex-gt-md-55 {
    flex: 1 1 100%;
    max-width: 55%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-gt-md-55 {
    flex: 1 1 100%;
    max-width: 55%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-md-55 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 55%;
    box-sizing: border-box;
  }
  .layout-gt-md-row > .flex-gt-md-55 {
    flex: 1 1 100%;
    max-width: 55%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-gt-md-column > .flex-gt-md-55 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 55%;
    box-sizing: border-box;
  }
  .flex-gt-md-60 {
    flex: 1 1 100%;
    max-width: 60%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-gt-md-60 {
    flex: 1 1 100%;
    max-width: 60%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-md-60 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 60%;
    box-sizing: border-box;
  }
  .layout-gt-md-row > .flex-gt-md-60 {
    flex: 1 1 100%;
    max-width: 60%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-gt-md-column > .flex-gt-md-60 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 60%;
    box-sizing: border-box;
  }
  .flex-gt-md-65 {
    flex: 1 1 100%;
    max-width: 65%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-gt-md-65 {
    flex: 1 1 100%;
    max-width: 65%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-md-65 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 65%;
    box-sizing: border-box;
  }
  .layout-gt-md-row > .flex-gt-md-65 {
    flex: 1 1 100%;
    max-width: 65%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-gt-md-column > .flex-gt-md-65 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 65%;
    box-sizing: border-box;
  }
  .flex-gt-md-70 {
    flex: 1 1 100%;
    max-width: 70%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-gt-md-70 {
    flex: 1 1 100%;
    max-width: 70%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-md-70 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 70%;
    box-sizing: border-box;
  }
  .layout-gt-md-row > .flex-gt-md-70 {
    flex: 1 1 100%;
    max-width: 70%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-gt-md-column > .flex-gt-md-70 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 70%;
    box-sizing: border-box;
  }
  .flex-gt-md-75 {
    flex: 1 1 100%;
    max-width: 75%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-gt-md-75 {
    flex: 1 1 100%;
    max-width: 75%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-md-75 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 75%;
    box-sizing: border-box;
  }
  .layout-gt-md-row > .flex-gt-md-75 {
    flex: 1 1 100%;
    max-width: 75%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-gt-md-column > .flex-gt-md-75 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 75%;
    box-sizing: border-box;
  }
  .flex-gt-md-80 {
    flex: 1 1 100%;
    max-width: 80%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-gt-md-80 {
    flex: 1 1 100%;
    max-width: 80%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-md-80 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 80%;
    box-sizing: border-box;
  }
  .layout-gt-md-row > .flex-gt-md-80 {
    flex: 1 1 100%;
    max-width: 80%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-gt-md-column > .flex-gt-md-80 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 80%;
    box-sizing: border-box;
  }
  .flex-gt-md-85 {
    flex: 1 1 100%;
    max-width: 85%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-gt-md-85 {
    flex: 1 1 100%;
    max-width: 85%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-md-85 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 85%;
    box-sizing: border-box;
  }
  .layout-gt-md-row > .flex-gt-md-85 {
    flex: 1 1 100%;
    max-width: 85%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-gt-md-column > .flex-gt-md-85 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 85%;
    box-sizing: border-box;
  }
  .flex-gt-md-90 {
    flex: 1 1 100%;
    max-width: 90%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-gt-md-90 {
    flex: 1 1 100%;
    max-width: 90%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-md-90 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 90%;
    box-sizing: border-box;
  }
  .layout-gt-md-row > .flex-gt-md-90 {
    flex: 1 1 100%;
    max-width: 90%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-gt-md-column > .flex-gt-md-90 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 90%;
    box-sizing: border-box;
  }
  .flex-gt-md-95 {
    flex: 1 1 100%;
    max-width: 95%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-gt-md-95 {
    flex: 1 1 100%;
    max-width: 95%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-md-95 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 95%;
    box-sizing: border-box;
  }
  .layout-gt-md-row > .flex-gt-md-95 {
    flex: 1 1 100%;
    max-width: 95%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-gt-md-column > .flex-gt-md-95 {
    flex: 1 1 100%;
    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 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-md-100 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-gt-md-row > .flex-gt-md-100 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .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 {
    flex: 1 1 33.33%;
    max-width: 33.33%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-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 {
    flex: 1 1 33.33%;
    max-width: 100%;
    max-height: 33.33%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-md-66 {
    flex: 1 1 66.66%;
    max-width: 100%;
    max-height: 66.66%;
    box-sizing: border-box;
  }
  .layout-gt-md-row > .flex-gt-md-33 {
    flex: 1 1 100%;
    max-width: 33.33%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-gt-md-row > .flex-gt-md-66 {
    flex: 1 1 100%;
    max-width: 66.66%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-gt-md-row > .flex {
    min-width: 0;
  }
  .layout-gt-md-column > .flex-gt-md-33 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 33.33%;
    box-sizing: border-box;
  }
  .layout-gt-md-column > .flex-gt-md-66 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 66.66%;
    box-sizing: border-box;
  }
  .layout-gt-md-column > .flex {
    min-height: 0;
  }
  .layout-gt-md, .layout-gt-md-column, .layout-gt-md-row {
    box-sizing: border-box;
    display: -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, .layout-margin .flex-offset-lg-0, .layout-margin .offset-lg-0 {
    margin-left: 0;
  }
  [dir=rtl] .offset-lg-0, [dir=rtl] .flex-offset-lg-0, [dir=rtl] .layout-margin .flex-offset-lg-0, [dir=rtl] .layout-margin .offset-lg-0 {
    margin-left: auto;
    margin-right: 0;
  }
  .offset-lg-5, .flex-offset-lg-5, .layout-margin .flex-offset-lg-5, .layout-margin .offset-lg-5 {
    margin-left: 5%;
  }
  [dir=rtl] .offset-lg-5, [dir=rtl] .flex-offset-lg-5, [dir=rtl] .layout-margin .flex-offset-lg-5, [dir=rtl] .layout-margin .offset-lg-5 {
    margin-left: auto;
    margin-right: 5%;
  }
  .offset-lg-10, .flex-offset-lg-10, .layout-margin .flex-offset-lg-10, .layout-margin .offset-lg-10 {
    margin-left: 10%;
  }
  [dir=rtl] .offset-lg-10, [dir=rtl] .flex-offset-lg-10, [dir=rtl] .layout-margin .flex-offset-lg-10, [dir=rtl] .layout-margin .offset-lg-10 {
    margin-left: auto;
    margin-right: 10%;
  }
  .offset-lg-15, .flex-offset-lg-15, .layout-margin .flex-offset-lg-15, .layout-margin .offset-lg-15 {
    margin-left: 15%;
  }
  [dir=rtl] .offset-lg-15, [dir=rtl] .flex-offset-lg-15, [dir=rtl] .layout-margin .flex-offset-lg-15, [dir=rtl] .layout-margin .offset-lg-15 {
    margin-left: auto;
    margin-right: 15%;
  }
  .offset-lg-20, .flex-offset-lg-20, .layout-margin .flex-offset-lg-20, .layout-margin .offset-lg-20 {
    margin-left: 20%;
  }
  [dir=rtl] .offset-lg-20, [dir=rtl] .flex-offset-lg-20, [dir=rtl] .layout-margin .flex-offset-lg-20, [dir=rtl] .layout-margin .offset-lg-20 {
    margin-left: auto;
    margin-right: 20%;
  }
  .offset-lg-25, .flex-offset-lg-25, .layout-margin .flex-offset-lg-25, .layout-margin .offset-lg-25 {
    margin-left: 25%;
  }
  [dir=rtl] .offset-lg-25, [dir=rtl] .flex-offset-lg-25, [dir=rtl] .layout-margin .flex-offset-lg-25, [dir=rtl] .layout-margin .offset-lg-25 {
    margin-left: auto;
    margin-right: 25%;
  }
  .offset-lg-30, .flex-offset-lg-30, .layout-margin .flex-offset-lg-30, .layout-margin .offset-lg-30 {
    margin-left: 30%;
  }
  [dir=rtl] .offset-lg-30, [dir=rtl] .flex-offset-lg-30, [dir=rtl] .layout-margin .flex-offset-lg-30, [dir=rtl] .layout-margin .offset-lg-30 {
    margin-left: auto;
    margin-right: 30%;
  }
  .offset-lg-35, .flex-offset-lg-35, .layout-margin .flex-offset-lg-35, .layout-margin .offset-lg-35 {
    margin-left: 35%;
  }
  [dir=rtl] .offset-lg-35, [dir=rtl] .flex-offset-lg-35, [dir=rtl] .layout-margin .flex-offset-lg-35, [dir=rtl] .layout-margin .offset-lg-35 {
    margin-left: auto;
    margin-right: 35%;
  }
  .offset-lg-40, .flex-offset-lg-40, .layout-margin .flex-offset-lg-40, .layout-margin .offset-lg-40 {
    margin-left: 40%;
  }
  [dir=rtl] .offset-lg-40, [dir=rtl] .flex-offset-lg-40, [dir=rtl] .layout-margin .flex-offset-lg-40, [dir=rtl] .layout-margin .offset-lg-40 {
    margin-left: auto;
    margin-right: 40%;
  }
  .offset-lg-45, .flex-offset-lg-45, .layout-margin .flex-offset-lg-45, .layout-margin .offset-lg-45 {
    margin-left: 45%;
  }
  [dir=rtl] .offset-lg-45, [dir=rtl] .flex-offset-lg-45, [dir=rtl] .layout-margin .flex-offset-lg-45, [dir=rtl] .layout-margin .offset-lg-45 {
    margin-left: auto;
    margin-right: 45%;
  }
  .offset-lg-50, .flex-offset-lg-50, .layout-margin .flex-offset-lg-50, .layout-margin .offset-lg-50 {
    margin-left: 50%;
  }
  [dir=rtl] .offset-lg-50, [dir=rtl] .flex-offset-lg-50, [dir=rtl] .layout-margin .flex-offset-lg-50, [dir=rtl] .layout-margin .offset-lg-50 {
    margin-left: auto;
    margin-right: 50%;
  }
  .offset-lg-55, .flex-offset-lg-55, .layout-margin .flex-offset-lg-55, .layout-margin .offset-lg-55 {
    margin-left: 55%;
  }
  [dir=rtl] .offset-lg-55, [dir=rtl] .flex-offset-lg-55, [dir=rtl] .layout-margin .flex-offset-lg-55, [dir=rtl] .layout-margin .offset-lg-55 {
    margin-left: auto;
    margin-right: 55%;
  }
  .offset-lg-60, .flex-offset-lg-60, .layout-margin .flex-offset-lg-60, .layout-margin .offset-lg-60 {
    margin-left: 60%;
  }
  [dir=rtl] .offset-lg-60, [dir=rtl] .flex-offset-lg-60, [dir=rtl] .layout-margin .flex-offset-lg-60, [dir=rtl] .layout-margin .offset-lg-60 {
    margin-left: auto;
    margin-right: 60%;
  }
  .offset-lg-65, .flex-offset-lg-65, .layout-margin .flex-offset-lg-65, .layout-margin .offset-lg-65 {
    margin-left: 65%;
  }
  [dir=rtl] .offset-lg-65, [dir=rtl] .flex-offset-lg-65, [dir=rtl] .layout-margin .flex-offset-lg-65, [dir=rtl] .layout-margin .offset-lg-65 {
    margin-left: auto;
    margin-right: 65%;
  }
  .offset-lg-70, .flex-offset-lg-70, .layout-margin .flex-offset-lg-70, .layout-margin .offset-lg-70 {
    margin-left: 70%;
  }
  [dir=rtl] .offset-lg-70, [dir=rtl] .flex-offset-lg-70, [dir=rtl] .layout-margin .flex-offset-lg-70, [dir=rtl] .layout-margin .offset-lg-70 {
    margin-left: auto;
    margin-right: 70%;
  }
  .offset-lg-75, .flex-offset-lg-75, .layout-margin .flex-offset-lg-75, .layout-margin .offset-lg-75 {
    margin-left: 75%;
  }
  [dir=rtl] .offset-lg-75, [dir=rtl] .flex-offset-lg-75, [dir=rtl] .layout-margin .flex-offset-lg-75, [dir=rtl] .layout-margin .offset-lg-75 {
    margin-left: auto;
    margin-right: 75%;
  }
  .offset-lg-80, .flex-offset-lg-80, .layout-margin .flex-offset-lg-80, .layout-margin .offset-lg-80 {
    margin-left: 80%;
  }
  [dir=rtl] .offset-lg-80, [dir=rtl] .flex-offset-lg-80, [dir=rtl] .layout-margin .flex-offset-lg-80, [dir=rtl] .layout-margin .offset-lg-80 {
    margin-left: auto;
    margin-right: 80%;
  }
  .offset-lg-85, .flex-offset-lg-85, .layout-margin .flex-offset-lg-85, .layout-margin .offset-lg-85 {
    margin-left: 85%;
  }
  [dir=rtl] .offset-lg-85, [dir=rtl] .flex-offset-lg-85, [dir=rtl] .layout-margin .flex-offset-lg-85, [dir=rtl] .layout-margin .offset-lg-85 {
    margin-left: auto;
    margin-right: 85%;
  }
  .offset-lg-90, .flex-offset-lg-90, .layout-margin .flex-offset-lg-90, .layout-margin .offset-lg-90 {
    margin-left: 90%;
  }
  [dir=rtl] .offset-lg-90, [dir=rtl] .flex-offset-lg-90, [dir=rtl] .layout-margin .flex-offset-lg-90, [dir=rtl] .layout-margin .offset-lg-90 {
    margin-left: auto;
    margin-right: 90%;
  }
  .offset-lg-95, .flex-offset-lg-95, .layout-margin .flex-offset-lg-95, .layout-margin .offset-lg-95 {
    margin-left: 95%;
  }
  [dir=rtl] .offset-lg-95, [dir=rtl] .flex-offset-lg-95, [dir=rtl] .layout-margin .flex-offset-lg-95, [dir=rtl] .layout-margin .offset-lg-95 {
    margin-left: auto;
    margin-right: 95%;
  }
  .offset-lg-33, .flex-offset-lg-33, .layout-margin .flex-offset-lg-33, .layout-margin .offset-lg-33 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-66, .flex-offset-lg-66, .layout-margin .flex-offset-lg-66, .layout-margin .offset-lg-66 {
    margin-left: 66.6666666667%;
  }
  [dir=rtl] .offset-lg-66, [dir=rtl] .flex-offset-lg-66, [dir=rtl] .layout-margin .flex-offset-lg-66, [dir=rtl] .layout-margin .offset-lg-66 {
    margin-left: auto;
    margin-right: 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;
  }
  .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 100%;
    max-width: 0%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-lg-0 {
    flex: 1 1 100%;
    max-width: 0%;
    max-height: 100%;
    box-sizing: border-box;
    min-width: 0;
  }
  .layout-column > .flex-lg-0 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 0%;
    box-sizing: border-box;
  }
  .layout-lg-row > .flex-lg-0 {
    flex: 1 1 100%;
    max-width: 0%;
    max-height: 100%;
    box-sizing: border-box;
    min-width: 0;
  }
  .layout-lg-column > .flex-lg-0 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 0%;
    box-sizing: border-box;
    min-height: 0;
  }
  .flex-lg-5 {
    flex: 1 1 100%;
    max-width: 5%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-lg-5 {
    flex: 1 1 100%;
    max-width: 5%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-lg-5 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 5%;
    box-sizing: border-box;
  }
  .layout-lg-row > .flex-lg-5 {
    flex: 1 1 100%;
    max-width: 5%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-lg-column > .flex-lg-5 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 5%;
    box-sizing: border-box;
  }
  .flex-lg-10 {
    flex: 1 1 100%;
    max-width: 10%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-lg-10 {
    flex: 1 1 100%;
    max-width: 10%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-lg-10 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 10%;
    box-sizing: border-box;
  }
  .layout-lg-row > .flex-lg-10 {
    flex: 1 1 100%;
    max-width: 10%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-lg-column > .flex-lg-10 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 10%;
    box-sizing: border-box;
  }
  .flex-lg-15 {
    flex: 1 1 100%;
    max-width: 15%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-lg-15 {
    flex: 1 1 100%;
    max-width: 15%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-lg-15 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 15%;
    box-sizing: border-box;
  }
  .layout-lg-row > .flex-lg-15 {
    flex: 1 1 100%;
    max-width: 15%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-lg-column > .flex-lg-15 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 15%;
    box-sizing: border-box;
  }
  .flex-lg-20 {
    flex: 1 1 100%;
    max-width: 20%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-lg-20 {
    flex: 1 1 100%;
    max-width: 20%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-lg-20 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 20%;
    box-sizing: border-box;
  }
  .layout-lg-row > .flex-lg-20 {
    flex: 1 1 100%;
    max-width: 20%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-lg-column > .flex-lg-20 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 20%;
    box-sizing: border-box;
  }
  .flex-lg-25 {
    flex: 1 1 100%;
    max-width: 25%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-lg-25 {
    flex: 1 1 100%;
    max-width: 25%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-lg-25 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 25%;
    box-sizing: border-box;
  }
  .layout-lg-row > .flex-lg-25 {
    flex: 1 1 100%;
    max-width: 25%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-lg-column > .flex-lg-25 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 25%;
    box-sizing: border-box;
  }
  .flex-lg-30 {
    flex: 1 1 100%;
    max-width: 30%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-lg-30 {
    flex: 1 1 100%;
    max-width: 30%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-lg-30 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 30%;
    box-sizing: border-box;
  }
  .layout-lg-row > .flex-lg-30 {
    flex: 1 1 100%;
    max-width: 30%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-lg-column > .flex-lg-30 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 30%;
    box-sizing: border-box;
  }
  .flex-lg-35 {
    flex: 1 1 100%;
    max-width: 35%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-lg-35 {
    flex: 1 1 100%;
    max-width: 35%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-lg-35 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 35%;
    box-sizing: border-box;
  }
  .layout-lg-row > .flex-lg-35 {
    flex: 1 1 100%;
    max-width: 35%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-lg-column > .flex-lg-35 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 35%;
    box-sizing: border-box;
  }
  .flex-lg-40 {
    flex: 1 1 100%;
    max-width: 40%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-lg-40 {
    flex: 1 1 100%;
    max-width: 40%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-lg-40 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 40%;
    box-sizing: border-box;
  }
  .layout-lg-row > .flex-lg-40 {
    flex: 1 1 100%;
    max-width: 40%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-lg-column > .flex-lg-40 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 40%;
    box-sizing: border-box;
  }
  .flex-lg-45 {
    flex: 1 1 100%;
    max-width: 45%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-lg-45 {
    flex: 1 1 100%;
    max-width: 45%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-lg-45 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 45%;
    box-sizing: border-box;
  }
  .layout-lg-row > .flex-lg-45 {
    flex: 1 1 100%;
    max-width: 45%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-lg-column > .flex-lg-45 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 45%;
    box-sizing: border-box;
  }
  .flex-lg-50 {
    flex: 1 1 100%;
    max-width: 50%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-lg-50 {
    flex: 1 1 100%;
    max-width: 50%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-lg-50 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 50%;
    box-sizing: border-box;
  }
  .layout-lg-row > .flex-lg-50 {
    flex: 1 1 100%;
    max-width: 50%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-lg-column > .flex-lg-50 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 50%;
    box-sizing: border-box;
  }
  .flex-lg-55 {
    flex: 1 1 100%;
    max-width: 55%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-lg-55 {
    flex: 1 1 100%;
    max-width: 55%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-lg-55 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 55%;
    box-sizing: border-box;
  }
  .layout-lg-row > .flex-lg-55 {
    flex: 1 1 100%;
    max-width: 55%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-lg-column > .flex-lg-55 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 55%;
    box-sizing: border-box;
  }
  .flex-lg-60 {
    flex: 1 1 100%;
    max-width: 60%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-lg-60 {
    flex: 1 1 100%;
    max-width: 60%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-lg-60 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 60%;
    box-sizing: border-box;
  }
  .layout-lg-row > .flex-lg-60 {
    flex: 1 1 100%;
    max-width: 60%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-lg-column > .flex-lg-60 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 60%;
    box-sizing: border-box;
  }
  .flex-lg-65 {
    flex: 1 1 100%;
    max-width: 65%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-lg-65 {
    flex: 1 1 100%;
    max-width: 65%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-lg-65 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 65%;
    box-sizing: border-box;
  }
  .layout-lg-row > .flex-lg-65 {
    flex: 1 1 100%;
    max-width: 65%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-lg-column > .flex-lg-65 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 65%;
    box-sizing: border-box;
  }
  .flex-lg-70 {
    flex: 1 1 100%;
    max-width: 70%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-lg-70 {
    flex: 1 1 100%;
    max-width: 70%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-lg-70 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 70%;
    box-sizing: border-box;
  }
  .layout-lg-row > .flex-lg-70 {
    flex: 1 1 100%;
    max-width: 70%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-lg-column > .flex-lg-70 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 70%;
    box-sizing: border-box;
  }
  .flex-lg-75 {
    flex: 1 1 100%;
    max-width: 75%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-lg-75 {
    flex: 1 1 100%;
    max-width: 75%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-lg-75 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 75%;
    box-sizing: border-box;
  }
  .layout-lg-row > .flex-lg-75 {
    flex: 1 1 100%;
    max-width: 75%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-lg-column > .flex-lg-75 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 75%;
    box-sizing: border-box;
  }
  .flex-lg-80 {
    flex: 1 1 100%;
    max-width: 80%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-lg-80 {
    flex: 1 1 100%;
    max-width: 80%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-lg-80 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 80%;
    box-sizing: border-box;
  }
  .layout-lg-row > .flex-lg-80 {
    flex: 1 1 100%;
    max-width: 80%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-lg-column > .flex-lg-80 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 80%;
    box-sizing: border-box;
  }
  .flex-lg-85 {
    flex: 1 1 100%;
    max-width: 85%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-lg-85 {
    flex: 1 1 100%;
    max-width: 85%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-lg-85 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 85%;
    box-sizing: border-box;
  }
  .layout-lg-row > .flex-lg-85 {
    flex: 1 1 100%;
    max-width: 85%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-lg-column > .flex-lg-85 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 85%;
    box-sizing: border-box;
  }
  .flex-lg-90 {
    flex: 1 1 100%;
    max-width: 90%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-lg-90 {
    flex: 1 1 100%;
    max-width: 90%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-lg-90 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 90%;
    box-sizing: border-box;
  }
  .layout-lg-row > .flex-lg-90 {
    flex: 1 1 100%;
    max-width: 90%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-lg-column > .flex-lg-90 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 90%;
    box-sizing: border-box;
  }
  .flex-lg-95 {
    flex: 1 1 100%;
    max-width: 95%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-lg-95 {
    flex: 1 1 100%;
    max-width: 95%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-lg-95 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 95%;
    box-sizing: border-box;
  }
  .layout-lg-row > .flex-lg-95 {
    flex: 1 1 100%;
    max-width: 95%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-lg-column > .flex-lg-95 {
    flex: 1 1 100%;
    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 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-lg-100 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-lg-row > .flex-lg-100 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .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 {
    flex: 1 1 33.33%;
    max-width: 33.33%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-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 {
    flex: 1 1 33.33%;
    max-width: 100%;
    max-height: 33.33%;
    box-sizing: border-box;
  }
  .layout-column > .flex-lg-66 {
    flex: 1 1 66.66%;
    max-width: 100%;
    max-height: 66.66%;
    box-sizing: border-box;
  }
  .layout-lg-row > .flex-lg-33 {
    flex: 1 1 100%;
    max-width: 33.33%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-lg-row > .flex-lg-66 {
    flex: 1 1 100%;
    max-width: 66.66%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-lg-row > .flex {
    min-width: 0;
  }
  .layout-lg-column > .flex-lg-33 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 33.33%;
    box-sizing: border-box;
  }
  .layout-lg-column > .flex-lg-66 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 66.66%;
    box-sizing: border-box;
  }
  .layout-lg-column > .flex {
    min-height: 0;
  }
  .layout-lg, .layout-lg-column, .layout-lg-row {
    box-sizing: border-box;
    display: -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, .layout-margin .flex-offset-gt-lg-0, .layout-margin .offset-gt-lg-0 {
    margin-left: 0;
  }
  [dir=rtl] .offset-gt-lg-0, [dir=rtl] .flex-offset-gt-lg-0, [dir=rtl] .layout-margin .flex-offset-gt-lg-0, [dir=rtl] .layout-margin .offset-gt-lg-0 {
    margin-left: auto;
    margin-right: 0;
  }
  .offset-gt-lg-5, .flex-offset-gt-lg-5, .layout-margin .flex-offset-gt-lg-5, .layout-margin .offset-gt-lg-5 {
    margin-left: 5%;
  }
  [dir=rtl] .offset-gt-lg-5, [dir=rtl] .flex-offset-gt-lg-5, [dir=rtl] .layout-margin .flex-offset-gt-lg-5, [dir=rtl] .layout-margin .offset-gt-lg-5 {
    margin-left: auto;
    margin-right: 5%;
  }
  .offset-gt-lg-10, .flex-offset-gt-lg-10, .layout-margin .flex-offset-gt-lg-10, .layout-margin .offset-gt-lg-10 {
    margin-left: 10%;
  }
  [dir=rtl] .offset-gt-lg-10, [dir=rtl] .flex-offset-gt-lg-10, [dir=rtl] .layout-margin .flex-offset-gt-lg-10, [dir=rtl] .layout-margin .offset-gt-lg-10 {
    margin-left: auto;
    margin-right: 10%;
  }
  .offset-gt-lg-15, .flex-offset-gt-lg-15, .layout-margin .flex-offset-gt-lg-15, .layout-margin .offset-gt-lg-15 {
    margin-left: 15%;
  }
  [dir=rtl] .offset-gt-lg-15, [dir=rtl] .flex-offset-gt-lg-15, [dir=rtl] .layout-margin .flex-offset-gt-lg-15, [dir=rtl] .layout-margin .offset-gt-lg-15 {
    margin-left: auto;
    margin-right: 15%;
  }
  .offset-gt-lg-20, .flex-offset-gt-lg-20, .layout-margin .flex-offset-gt-lg-20, .layout-margin .offset-gt-lg-20 {
    margin-left: 20%;
  }
  [dir=rtl] .offset-gt-lg-20, [dir=rtl] .flex-offset-gt-lg-20, [dir=rtl] .layout-margin .flex-offset-gt-lg-20, [dir=rtl] .layout-margin .offset-gt-lg-20 {
    margin-left: auto;
    margin-right: 20%;
  }
  .offset-gt-lg-25, .flex-offset-gt-lg-25, .layout-margin .flex-offset-gt-lg-25, .layout-margin .offset-gt-lg-25 {
    margin-left: 25%;
  }
  [dir=rtl] .offset-gt-lg-25, [dir=rtl] .flex-offset-gt-lg-25, [dir=rtl] .layout-margin .flex-offset-gt-lg-25, [dir=rtl] .layout-margin .offset-gt-lg-25 {
    margin-left: auto;
    margin-right: 25%;
  }
  .offset-gt-lg-30, .flex-offset-gt-lg-30, .layout-margin .flex-offset-gt-lg-30, .layout-margin .offset-gt-lg-30 {
    margin-left: 30%;
  }
  [dir=rtl] .offset-gt-lg-30, [dir=rtl] .flex-offset-gt-lg-30, [dir=rtl] .layout-margin .flex-offset-gt-lg-30, [dir=rtl] .layout-margin .offset-gt-lg-30 {
    margin-left: auto;
    margin-right: 30%;
  }
  .offset-gt-lg-35, .flex-offset-gt-lg-35, .layout-margin .flex-offset-gt-lg-35, .layout-margin .offset-gt-lg-35 {
    margin-left: 35%;
  }
  [dir=rtl] .offset-gt-lg-35, [dir=rtl] .flex-offset-gt-lg-35, [dir=rtl] .layout-margin .flex-offset-gt-lg-35, [dir=rtl] .layout-margin .offset-gt-lg-35 {
    margin-left: auto;
    margin-right: 35%;
  }
  .offset-gt-lg-40, .flex-offset-gt-lg-40, .layout-margin .flex-offset-gt-lg-40, .layout-margin .offset-gt-lg-40 {
    margin-left: 40%;
  }
  [dir=rtl] .offset-gt-lg-40, [dir=rtl] .flex-offset-gt-lg-40, [dir=rtl] .layout-margin .flex-offset-gt-lg-40, [dir=rtl] .layout-margin .offset-gt-lg-40 {
    margin-left: auto;
    margin-right: 40%;
  }
  .offset-gt-lg-45, .flex-offset-gt-lg-45, .layout-margin .flex-offset-gt-lg-45, .layout-margin .offset-gt-lg-45 {
    margin-left: 45%;
  }
  [dir=rtl] .offset-gt-lg-45, [dir=rtl] .flex-offset-gt-lg-45, [dir=rtl] .layout-margin .flex-offset-gt-lg-45, [dir=rtl] .layout-margin .offset-gt-lg-45 {
    margin-left: auto;
    margin-right: 45%;
  }
  .offset-gt-lg-50, .flex-offset-gt-lg-50, .layout-margin .flex-offset-gt-lg-50, .layout-margin .offset-gt-lg-50 {
    margin-left: 50%;
  }
  [dir=rtl] .offset-gt-lg-50, [dir=rtl] .flex-offset-gt-lg-50, [dir=rtl] .layout-margin .flex-offset-gt-lg-50, [dir=rtl] .layout-margin .offset-gt-lg-50 {
    margin-left: auto;
    margin-right: 50%;
  }
  .offset-gt-lg-55, .flex-offset-gt-lg-55, .layout-margin .flex-offset-gt-lg-55, .layout-margin .offset-gt-lg-55 {
    margin-left: 55%;
  }
  [dir=rtl] .offset-gt-lg-55, [dir=rtl] .flex-offset-gt-lg-55, [dir=rtl] .layout-margin .flex-offset-gt-lg-55, [dir=rtl] .layout-margin .offset-gt-lg-55 {
    margin-left: auto;
    margin-right: 55%;
  }
  .offset-gt-lg-60, .flex-offset-gt-lg-60, .layout-margin .flex-offset-gt-lg-60, .layout-margin .offset-gt-lg-60 {
    margin-left: 60%;
  }
  [dir=rtl] .offset-gt-lg-60, [dir=rtl] .flex-offset-gt-lg-60, [dir=rtl] .layout-margin .flex-offset-gt-lg-60, [dir=rtl] .layout-margin .offset-gt-lg-60 {
    margin-left: auto;
    margin-right: 60%;
  }
  .offset-gt-lg-65, .flex-offset-gt-lg-65, .layout-margin .flex-offset-gt-lg-65, .layout-margin .offset-gt-lg-65 {
    margin-left: 65%;
  }
  [dir=rtl] .offset-gt-lg-65, [dir=rtl] .flex-offset-gt-lg-65, [dir=rtl] .layout-margin .flex-offset-gt-lg-65, [dir=rtl] .layout-margin .offset-gt-lg-65 {
    margin-left: auto;
    margin-right: 65%;
  }
  .offset-gt-lg-70, .flex-offset-gt-lg-70, .layout-margin .flex-offset-gt-lg-70, .layout-margin .offset-gt-lg-70 {
    margin-left: 70%;
  }
  [dir=rtl] .offset-gt-lg-70, [dir=rtl] .flex-offset-gt-lg-70, [dir=rtl] .layout-margin .flex-offset-gt-lg-70, [dir=rtl] .layout-margin .offset-gt-lg-70 {
    margin-left: auto;
    margin-right: 70%;
  }
  .offset-gt-lg-75, .flex-offset-gt-lg-75, .layout-margin .flex-offset-gt-lg-75, .layout-margin .offset-gt-lg-75 {
    margin-left: 75%;
  }
  [dir=rtl] .offset-gt-lg-75, [dir=rtl] .flex-offset-gt-lg-75, [dir=rtl] .layout-margin .flex-offset-gt-lg-75, [dir=rtl] .layout-margin .offset-gt-lg-75 {
    margin-left: auto;
    margin-right: 75%;
  }
  .offset-gt-lg-80, .flex-offset-gt-lg-80, .layout-margin .flex-offset-gt-lg-80, .layout-margin .offset-gt-lg-80 {
    margin-left: 80%;
  }
  [dir=rtl] .offset-gt-lg-80, [dir=rtl] .flex-offset-gt-lg-80, [dir=rtl] .layout-margin .flex-offset-gt-lg-80, [dir=rtl] .layout-margin .offset-gt-lg-80 {
    margin-left: auto;
    margin-right: 80%;
  }
  .offset-gt-lg-85, .flex-offset-gt-lg-85, .layout-margin .flex-offset-gt-lg-85, .layout-margin .offset-gt-lg-85 {
    margin-left: 85%;
  }
  [dir=rtl] .offset-gt-lg-85, [dir=rtl] .flex-offset-gt-lg-85, [dir=rtl] .layout-margin .flex-offset-gt-lg-85, [dir=rtl] .layout-margin .offset-gt-lg-85 {
    margin-left: auto;
    margin-right: 85%;
  }
  .offset-gt-lg-90, .flex-offset-gt-lg-90, .layout-margin .flex-offset-gt-lg-90, .layout-margin .offset-gt-lg-90 {
    margin-left: 90%;
  }
  [dir=rtl] .offset-gt-lg-90, [dir=rtl] .flex-offset-gt-lg-90, [dir=rtl] .layout-margin .flex-offset-gt-lg-90, [dir=rtl] .layout-margin .offset-gt-lg-90 {
    margin-left: auto;
    margin-right: 90%;
  }
  .offset-gt-lg-95, .flex-offset-gt-lg-95, .layout-margin .flex-offset-gt-lg-95, .layout-margin .offset-gt-lg-95 {
    margin-left: 95%;
  }
  [dir=rtl] .offset-gt-lg-95, [dir=rtl] .flex-offset-gt-lg-95, [dir=rtl] .layout-margin .flex-offset-gt-lg-95, [dir=rtl] .layout-margin .offset-gt-lg-95 {
    margin-left: auto;
    margin-right: 95%;
  }
  .offset-gt-lg-33, .flex-offset-gt-lg-33, .layout-margin .flex-offset-gt-lg-33, .layout-margin .offset-gt-lg-33 {
    margin-left: 33.3333333333%;
  }
  .offset-gt-lg-66, .flex-offset-gt-lg-66, .layout-margin .flex-offset-gt-lg-66, .layout-margin .offset-gt-lg-66 {
    margin-left: 66.6666666667%;
  }
  [dir=rtl] .offset-gt-lg-66, [dir=rtl] .flex-offset-gt-lg-66, [dir=rtl] .layout-margin .flex-offset-gt-lg-66, [dir=rtl] .layout-margin .offset-gt-lg-66 {
    margin-left: auto;
    margin-right: 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;
  }
  .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 100%;
    max-width: 0%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-gt-lg-0 {
    flex: 1 1 100%;
    max-width: 0%;
    max-height: 100%;
    box-sizing: border-box;
    min-width: 0;
  }
  .layout-column > .flex-gt-lg-0 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 0%;
    box-sizing: border-box;
  }
  .layout-gt-lg-row > .flex-gt-lg-0 {
    flex: 1 1 100%;
    max-width: 0%;
    max-height: 100%;
    box-sizing: border-box;
    min-width: 0;
  }
  .layout-gt-lg-column > .flex-gt-lg-0 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 0%;
    box-sizing: border-box;
    min-height: 0;
  }
  .flex-gt-lg-5 {
    flex: 1 1 100%;
    max-width: 5%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-gt-lg-5 {
    flex: 1 1 100%;
    max-width: 5%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-lg-5 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 5%;
    box-sizing: border-box;
  }
  .layout-gt-lg-row > .flex-gt-lg-5 {
    flex: 1 1 100%;
    max-width: 5%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-gt-lg-column > .flex-gt-lg-5 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 5%;
    box-sizing: border-box;
  }
  .flex-gt-lg-10 {
    flex: 1 1 100%;
    max-width: 10%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-gt-lg-10 {
    flex: 1 1 100%;
    max-width: 10%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-lg-10 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 10%;
    box-sizing: border-box;
  }
  .layout-gt-lg-row > .flex-gt-lg-10 {
    flex: 1 1 100%;
    max-width: 10%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-gt-lg-column > .flex-gt-lg-10 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 10%;
    box-sizing: border-box;
  }
  .flex-gt-lg-15 {
    flex: 1 1 100%;
    max-width: 15%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-gt-lg-15 {
    flex: 1 1 100%;
    max-width: 15%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-lg-15 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 15%;
    box-sizing: border-box;
  }
  .layout-gt-lg-row > .flex-gt-lg-15 {
    flex: 1 1 100%;
    max-width: 15%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-gt-lg-column > .flex-gt-lg-15 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 15%;
    box-sizing: border-box;
  }
  .flex-gt-lg-20 {
    flex: 1 1 100%;
    max-width: 20%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-gt-lg-20 {
    flex: 1 1 100%;
    max-width: 20%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-lg-20 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 20%;
    box-sizing: border-box;
  }
  .layout-gt-lg-row > .flex-gt-lg-20 {
    flex: 1 1 100%;
    max-width: 20%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-gt-lg-column > .flex-gt-lg-20 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 20%;
    box-sizing: border-box;
  }
  .flex-gt-lg-25 {
    flex: 1 1 100%;
    max-width: 25%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-gt-lg-25 {
    flex: 1 1 100%;
    max-width: 25%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-lg-25 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 25%;
    box-sizing: border-box;
  }
  .layout-gt-lg-row > .flex-gt-lg-25 {
    flex: 1 1 100%;
    max-width: 25%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-gt-lg-column > .flex-gt-lg-25 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 25%;
    box-sizing: border-box;
  }
  .flex-gt-lg-30 {
    flex: 1 1 100%;
    max-width: 30%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-gt-lg-30 {
    flex: 1 1 100%;
    max-width: 30%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-lg-30 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 30%;
    box-sizing: border-box;
  }
  .layout-gt-lg-row > .flex-gt-lg-30 {
    flex: 1 1 100%;
    max-width: 30%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-gt-lg-column > .flex-gt-lg-30 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 30%;
    box-sizing: border-box;
  }
  .flex-gt-lg-35 {
    flex: 1 1 100%;
    max-width: 35%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-gt-lg-35 {
    flex: 1 1 100%;
    max-width: 35%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-lg-35 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 35%;
    box-sizing: border-box;
  }
  .layout-gt-lg-row > .flex-gt-lg-35 {
    flex: 1 1 100%;
    max-width: 35%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-gt-lg-column > .flex-gt-lg-35 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 35%;
    box-sizing: border-box;
  }
  .flex-gt-lg-40 {
    flex: 1 1 100%;
    max-width: 40%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-gt-lg-40 {
    flex: 1 1 100%;
    max-width: 40%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-lg-40 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 40%;
    box-sizing: border-box;
  }
  .layout-gt-lg-row > .flex-gt-lg-40 {
    flex: 1 1 100%;
    max-width: 40%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-gt-lg-column > .flex-gt-lg-40 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 40%;
    box-sizing: border-box;
  }
  .flex-gt-lg-45 {
    flex: 1 1 100%;
    max-width: 45%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-gt-lg-45 {
    flex: 1 1 100%;
    max-width: 45%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-lg-45 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 45%;
    box-sizing: border-box;
  }
  .layout-gt-lg-row > .flex-gt-lg-45 {
    flex: 1 1 100%;
    max-width: 45%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-gt-lg-column > .flex-gt-lg-45 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 45%;
    box-sizing: border-box;
  }
  .flex-gt-lg-50 {
    flex: 1 1 100%;
    max-width: 50%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-gt-lg-50 {
    flex: 1 1 100%;
    max-width: 50%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-lg-50 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 50%;
    box-sizing: border-box;
  }
  .layout-gt-lg-row > .flex-gt-lg-50 {
    flex: 1 1 100%;
    max-width: 50%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-gt-lg-column > .flex-gt-lg-50 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 50%;
    box-sizing: border-box;
  }
  .flex-gt-lg-55 {
    flex: 1 1 100%;
    max-width: 55%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-gt-lg-55 {
    flex: 1 1 100%;
    max-width: 55%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-lg-55 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 55%;
    box-sizing: border-box;
  }
  .layout-gt-lg-row > .flex-gt-lg-55 {
    flex: 1 1 100%;
    max-width: 55%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-gt-lg-column > .flex-gt-lg-55 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 55%;
    box-sizing: border-box;
  }
  .flex-gt-lg-60 {
    flex: 1 1 100%;
    max-width: 60%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-gt-lg-60 {
    flex: 1 1 100%;
    max-width: 60%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-lg-60 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 60%;
    box-sizing: border-box;
  }
  .layout-gt-lg-row > .flex-gt-lg-60 {
    flex: 1 1 100%;
    max-width: 60%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-gt-lg-column > .flex-gt-lg-60 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 60%;
    box-sizing: border-box;
  }
  .flex-gt-lg-65 {
    flex: 1 1 100%;
    max-width: 65%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-gt-lg-65 {
    flex: 1 1 100%;
    max-width: 65%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-lg-65 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 65%;
    box-sizing: border-box;
  }
  .layout-gt-lg-row > .flex-gt-lg-65 {
    flex: 1 1 100%;
    max-width: 65%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-gt-lg-column > .flex-gt-lg-65 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 65%;
    box-sizing: border-box;
  }
  .flex-gt-lg-70 {
    flex: 1 1 100%;
    max-width: 70%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-gt-lg-70 {
    flex: 1 1 100%;
    max-width: 70%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-lg-70 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 70%;
    box-sizing: border-box;
  }
  .layout-gt-lg-row > .flex-gt-lg-70 {
    flex: 1 1 100%;
    max-width: 70%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-gt-lg-column > .flex-gt-lg-70 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 70%;
    box-sizing: border-box;
  }
  .flex-gt-lg-75 {
    flex: 1 1 100%;
    max-width: 75%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-gt-lg-75 {
    flex: 1 1 100%;
    max-width: 75%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-lg-75 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 75%;
    box-sizing: border-box;
  }
  .layout-gt-lg-row > .flex-gt-lg-75 {
    flex: 1 1 100%;
    max-width: 75%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-gt-lg-column > .flex-gt-lg-75 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 75%;
    box-sizing: border-box;
  }
  .flex-gt-lg-80 {
    flex: 1 1 100%;
    max-width: 80%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-gt-lg-80 {
    flex: 1 1 100%;
    max-width: 80%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-lg-80 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 80%;
    box-sizing: border-box;
  }
  .layout-gt-lg-row > .flex-gt-lg-80 {
    flex: 1 1 100%;
    max-width: 80%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-gt-lg-column > .flex-gt-lg-80 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 80%;
    box-sizing: border-box;
  }
  .flex-gt-lg-85 {
    flex: 1 1 100%;
    max-width: 85%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-gt-lg-85 {
    flex: 1 1 100%;
    max-width: 85%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-lg-85 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 85%;
    box-sizing: border-box;
  }
  .layout-gt-lg-row > .flex-gt-lg-85 {
    flex: 1 1 100%;
    max-width: 85%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-gt-lg-column > .flex-gt-lg-85 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 85%;
    box-sizing: border-box;
  }
  .flex-gt-lg-90 {
    flex: 1 1 100%;
    max-width: 90%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-gt-lg-90 {
    flex: 1 1 100%;
    max-width: 90%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-lg-90 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 90%;
    box-sizing: border-box;
  }
  .layout-gt-lg-row > .flex-gt-lg-90 {
    flex: 1 1 100%;
    max-width: 90%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-gt-lg-column > .flex-gt-lg-90 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 90%;
    box-sizing: border-box;
  }
  .flex-gt-lg-95 {
    flex: 1 1 100%;
    max-width: 95%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-gt-lg-95 {
    flex: 1 1 100%;
    max-width: 95%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-lg-95 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 95%;
    box-sizing: border-box;
  }
  .layout-gt-lg-row > .flex-gt-lg-95 {
    flex: 1 1 100%;
    max-width: 95%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-gt-lg-column > .flex-gt-lg-95 {
    flex: 1 1 100%;
    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 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-lg-100 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-gt-lg-row > .flex-gt-lg-100 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .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 {
    flex: 1 1 33.33%;
    max-width: 33.33%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-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 {
    flex: 1 1 33.33%;
    max-width: 100%;
    max-height: 33.33%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-lg-66 {
    flex: 1 1 66.66%;
    max-width: 100%;
    max-height: 66.66%;
    box-sizing: border-box;
  }
  .layout-gt-lg-row > .flex-gt-lg-33 {
    flex: 1 1 100%;
    max-width: 33.33%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-gt-lg-row > .flex-gt-lg-66 {
    flex: 1 1 100%;
    max-width: 66.66%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-gt-lg-row > .flex {
    min-width: 0;
  }
  .layout-gt-lg-column > .flex-gt-lg-33 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 33.33%;
    box-sizing: border-box;
  }
  .layout-gt-lg-column > .flex-gt-lg-66 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 66.66%;
    box-sizing: border-box;
  }
  .layout-gt-lg-column > .flex {
    min-height: 0;
  }
  .layout-gt-lg, .layout-gt-lg-column, .layout-gt-lg-row {
    box-sizing: border-box;
    display: -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, .layout-margin .flex-offset-xl-0, .layout-margin .offset-xl-0 {
    margin-left: 0;
  }
  [dir=rtl] .offset-xl-0, [dir=rtl] .flex-offset-xl-0, [dir=rtl] .layout-margin .flex-offset-xl-0, [dir=rtl] .layout-margin .offset-xl-0 {
    margin-left: auto;
    margin-right: 0;
  }
  .offset-xl-5, .flex-offset-xl-5, .layout-margin .flex-offset-xl-5, .layout-margin .offset-xl-5 {
    margin-left: 5%;
  }
  [dir=rtl] .offset-xl-5, [dir=rtl] .flex-offset-xl-5, [dir=rtl] .layout-margin .flex-offset-xl-5, [dir=rtl] .layout-margin .offset-xl-5 {
    margin-left: auto;
    margin-right: 5%;
  }
  .offset-xl-10, .flex-offset-xl-10, .layout-margin .flex-offset-xl-10, .layout-margin .offset-xl-10 {
    margin-left: 10%;
  }
  [dir=rtl] .offset-xl-10, [dir=rtl] .flex-offset-xl-10, [dir=rtl] .layout-margin .flex-offset-xl-10, [dir=rtl] .layout-margin .offset-xl-10 {
    margin-left: auto;
    margin-right: 10%;
  }
  .offset-xl-15, .flex-offset-xl-15, .layout-margin .flex-offset-xl-15, .layout-margin .offset-xl-15 {
    margin-left: 15%;
  }
  [dir=rtl] .offset-xl-15, [dir=rtl] .flex-offset-xl-15, [dir=rtl] .layout-margin .flex-offset-xl-15, [dir=rtl] .layout-margin .offset-xl-15 {
    margin-left: auto;
    margin-right: 15%;
  }
  .offset-xl-20, .flex-offset-xl-20, .layout-margin .flex-offset-xl-20, .layout-margin .offset-xl-20 {
    margin-left: 20%;
  }
  [dir=rtl] .offset-xl-20, [dir=rtl] .flex-offset-xl-20, [dir=rtl] .layout-margin .flex-offset-xl-20, [dir=rtl] .layout-margin .offset-xl-20 {
    margin-left: auto;
    margin-right: 20%;
  }
  .offset-xl-25, .flex-offset-xl-25, .layout-margin .flex-offset-xl-25, .layout-margin .offset-xl-25 {
    margin-left: 25%;
  }
  [dir=rtl] .offset-xl-25, [dir=rtl] .flex-offset-xl-25, [dir=rtl] .layout-margin .flex-offset-xl-25, [dir=rtl] .layout-margin .offset-xl-25 {
    margin-left: auto;
    margin-right: 25%;
  }
  .offset-xl-30, .flex-offset-xl-30, .layout-margin .flex-offset-xl-30, .layout-margin .offset-xl-30 {
    margin-left: 30%;
  }
  [dir=rtl] .offset-xl-30, [dir=rtl] .flex-offset-xl-30, [dir=rtl] .layout-margin .flex-offset-xl-30, [dir=rtl] .layout-margin .offset-xl-30 {
    margin-left: auto;
    margin-right: 30%;
  }
  .offset-xl-35, .flex-offset-xl-35, .layout-margin .flex-offset-xl-35, .layout-margin .offset-xl-35 {
    margin-left: 35%;
  }
  [dir=rtl] .offset-xl-35, [dir=rtl] .flex-offset-xl-35, [dir=rtl] .layout-margin .flex-offset-xl-35, [dir=rtl] .layout-margin .offset-xl-35 {
    margin-left: auto;
    margin-right: 35%;
  }
  .offset-xl-40, .flex-offset-xl-40, .layout-margin .flex-offset-xl-40, .layout-margin .offset-xl-40 {
    margin-left: 40%;
  }
  [dir=rtl] .offset-xl-40, [dir=rtl] .flex-offset-xl-40, [dir=rtl] .layout-margin .flex-offset-xl-40, [dir=rtl] .layout-margin .offset-xl-40 {
    margin-left: auto;
    margin-right: 40%;
  }
  .offset-xl-45, .flex-offset-xl-45, .layout-margin .flex-offset-xl-45, .layout-margin .offset-xl-45 {
    margin-left: 45%;
  }
  [dir=rtl] .offset-xl-45, [dir=rtl] .flex-offset-xl-45, [dir=rtl] .layout-margin .flex-offset-xl-45, [dir=rtl] .layout-margin .offset-xl-45 {
    margin-left: auto;
    margin-right: 45%;
  }
  .offset-xl-50, .flex-offset-xl-50, .layout-margin .flex-offset-xl-50, .layout-margin .offset-xl-50 {
    margin-left: 50%;
  }
  [dir=rtl] .offset-xl-50, [dir=rtl] .flex-offset-xl-50, [dir=rtl] .layout-margin .flex-offset-xl-50, [dir=rtl] .layout-margin .offset-xl-50 {
    margin-left: auto;
    margin-right: 50%;
  }
  .offset-xl-55, .flex-offset-xl-55, .layout-margin .flex-offset-xl-55, .layout-margin .offset-xl-55 {
    margin-left: 55%;
  }
  [dir=rtl] .offset-xl-55, [dir=rtl] .flex-offset-xl-55, [dir=rtl] .layout-margin .flex-offset-xl-55, [dir=rtl] .layout-margin .offset-xl-55 {
    margin-left: auto;
    margin-right: 55%;
  }
  .offset-xl-60, .flex-offset-xl-60, .layout-margin .flex-offset-xl-60, .layout-margin .offset-xl-60 {
    margin-left: 60%;
  }
  [dir=rtl] .offset-xl-60, [dir=rtl] .flex-offset-xl-60, [dir=rtl] .layout-margin .flex-offset-xl-60, [dir=rtl] .layout-margin .offset-xl-60 {
    margin-left: auto;
    margin-right: 60%;
  }
  .offset-xl-65, .flex-offset-xl-65, .layout-margin .flex-offset-xl-65, .layout-margin .offset-xl-65 {
    margin-left: 65%;
  }
  [dir=rtl] .offset-xl-65, [dir=rtl] .flex-offset-xl-65, [dir=rtl] .layout-margin .flex-offset-xl-65, [dir=rtl] .layout-margin .offset-xl-65 {
    margin-left: auto;
    margin-right: 65%;
  }
  .offset-xl-70, .flex-offset-xl-70, .layout-margin .flex-offset-xl-70, .layout-margin .offset-xl-70 {
    margin-left: 70%;
  }
  [dir=rtl] .offset-xl-70, [dir=rtl] .flex-offset-xl-70, [dir=rtl] .layout-margin .flex-offset-xl-70, [dir=rtl] .layout-margin .offset-xl-70 {
    margin-left: auto;
    margin-right: 70%;
  }
  .offset-xl-75, .flex-offset-xl-75, .layout-margin .flex-offset-xl-75, .layout-margin .offset-xl-75 {
    margin-left: 75%;
  }
  [dir=rtl] .offset-xl-75, [dir=rtl] .flex-offset-xl-75, [dir=rtl] .layout-margin .flex-offset-xl-75, [dir=rtl] .layout-margin .offset-xl-75 {
    margin-left: auto;
    margin-right: 75%;
  }
  .offset-xl-80, .flex-offset-xl-80, .layout-margin .flex-offset-xl-80, .layout-margin .offset-xl-80 {
    margin-left: 80%;
  }
  [dir=rtl] .offset-xl-80, [dir=rtl] .flex-offset-xl-80, [dir=rtl] .layout-margin .flex-offset-xl-80, [dir=rtl] .layout-margin .offset-xl-80 {
    margin-left: auto;
    margin-right: 80%;
  }
  .offset-xl-85, .flex-offset-xl-85, .layout-margin .flex-offset-xl-85, .layout-margin .offset-xl-85 {
    margin-left: 85%;
  }
  [dir=rtl] .offset-xl-85, [dir=rtl] .flex-offset-xl-85, [dir=rtl] .layout-margin .flex-offset-xl-85, [dir=rtl] .layout-margin .offset-xl-85 {
    margin-left: auto;
    margin-right: 85%;
  }
  .offset-xl-90, .flex-offset-xl-90, .layout-margin .flex-offset-xl-90, .layout-margin .offset-xl-90 {
    margin-left: 90%;
  }
  [dir=rtl] .offset-xl-90, [dir=rtl] .flex-offset-xl-90, [dir=rtl] .layout-margin .flex-offset-xl-90, [dir=rtl] .layout-margin .offset-xl-90 {
    margin-left: auto;
    margin-right: 90%;
  }
  .offset-xl-95, .flex-offset-xl-95, .layout-margin .flex-offset-xl-95, .layout-margin .offset-xl-95 {
    margin-left: 95%;
  }
  [dir=rtl] .offset-xl-95, [dir=rtl] .flex-offset-xl-95, [dir=rtl] .layout-margin .flex-offset-xl-95, [dir=rtl] .layout-margin .offset-xl-95 {
    margin-left: auto;
    margin-right: 95%;
  }
  .offset-xl-33, .flex-offset-xl-33, .layout-margin .flex-offset-xl-33, .layout-margin .offset-xl-33 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-66, .flex-offset-xl-66, .layout-margin .flex-offset-xl-66, .layout-margin .offset-xl-66 {
    margin-left: 66.6666666667%;
  }
  [dir=rtl] .offset-xl-66, [dir=rtl] .flex-offset-xl-66, [dir=rtl] .layout-margin .flex-offset-xl-66, [dir=rtl] .layout-margin .offset-xl-66 {
    margin-left: auto;
    margin-right: 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;
  }
  .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 100%;
    max-width: 0%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-xl-0 {
    flex: 1 1 100%;
    max-width: 0%;
    max-height: 100%;
    box-sizing: border-box;
    min-width: 0;
  }
  .layout-column > .flex-xl-0 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 0%;
    box-sizing: border-box;
  }
  .layout-xl-row > .flex-xl-0 {
    flex: 1 1 100%;
    max-width: 0%;
    max-height: 100%;
    box-sizing: border-box;
    min-width: 0;
  }
  .layout-xl-column > .flex-xl-0 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 0%;
    box-sizing: border-box;
    min-height: 0;
  }
  .flex-xl-5 {
    flex: 1 1 100%;
    max-width: 5%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-xl-5 {
    flex: 1 1 100%;
    max-width: 5%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-xl-5 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 5%;
    box-sizing: border-box;
  }
  .layout-xl-row > .flex-xl-5 {
    flex: 1 1 100%;
    max-width: 5%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-xl-column > .flex-xl-5 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 5%;
    box-sizing: border-box;
  }
  .flex-xl-10 {
    flex: 1 1 100%;
    max-width: 10%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-xl-10 {
    flex: 1 1 100%;
    max-width: 10%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-xl-10 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 10%;
    box-sizing: border-box;
  }
  .layout-xl-row > .flex-xl-10 {
    flex: 1 1 100%;
    max-width: 10%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-xl-column > .flex-xl-10 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 10%;
    box-sizing: border-box;
  }
  .flex-xl-15 {
    flex: 1 1 100%;
    max-width: 15%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-xl-15 {
    flex: 1 1 100%;
    max-width: 15%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-xl-15 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 15%;
    box-sizing: border-box;
  }
  .layout-xl-row > .flex-xl-15 {
    flex: 1 1 100%;
    max-width: 15%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-xl-column > .flex-xl-15 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 15%;
    box-sizing: border-box;
  }
  .flex-xl-20 {
    flex: 1 1 100%;
    max-width: 20%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-xl-20 {
    flex: 1 1 100%;
    max-width: 20%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-xl-20 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 20%;
    box-sizing: border-box;
  }
  .layout-xl-row > .flex-xl-20 {
    flex: 1 1 100%;
    max-width: 20%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-xl-column > .flex-xl-20 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 20%;
    box-sizing: border-box;
  }
  .flex-xl-25 {
    flex: 1 1 100%;
    max-width: 25%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-xl-25 {
    flex: 1 1 100%;
    max-width: 25%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-xl-25 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 25%;
    box-sizing: border-box;
  }
  .layout-xl-row > .flex-xl-25 {
    flex: 1 1 100%;
    max-width: 25%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-xl-column > .flex-xl-25 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 25%;
    box-sizing: border-box;
  }
  .flex-xl-30 {
    flex: 1 1 100%;
    max-width: 30%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-xl-30 {
    flex: 1 1 100%;
    max-width: 30%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-xl-30 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 30%;
    box-sizing: border-box;
  }
  .layout-xl-row > .flex-xl-30 {
    flex: 1 1 100%;
    max-width: 30%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-xl-column > .flex-xl-30 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 30%;
    box-sizing: border-box;
  }
  .flex-xl-35 {
    flex: 1 1 100%;
    max-width: 35%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-xl-35 {
    flex: 1 1 100%;
    max-width: 35%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-xl-35 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 35%;
    box-sizing: border-box;
  }
  .layout-xl-row > .flex-xl-35 {
    flex: 1 1 100%;
    max-width: 35%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-xl-column > .flex-xl-35 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 35%;
    box-sizing: border-box;
  }
  .flex-xl-40 {
    flex: 1 1 100%;
    max-width: 40%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-xl-40 {
    flex: 1 1 100%;
    max-width: 40%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-xl-40 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 40%;
    box-sizing: border-box;
  }
  .layout-xl-row > .flex-xl-40 {
    flex: 1 1 100%;
    max-width: 40%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-xl-column > .flex-xl-40 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 40%;
    box-sizing: border-box;
  }
  .flex-xl-45 {
    flex: 1 1 100%;
    max-width: 45%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-xl-45 {
    flex: 1 1 100%;
    max-width: 45%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-xl-45 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 45%;
    box-sizing: border-box;
  }
  .layout-xl-row > .flex-xl-45 {
    flex: 1 1 100%;
    max-width: 45%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-xl-column > .flex-xl-45 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 45%;
    box-sizing: border-box;
  }
  .flex-xl-50 {
    flex: 1 1 100%;
    max-width: 50%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-xl-50 {
    flex: 1 1 100%;
    max-width: 50%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-xl-50 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 50%;
    box-sizing: border-box;
  }
  .layout-xl-row > .flex-xl-50 {
    flex: 1 1 100%;
    max-width: 50%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-xl-column > .flex-xl-50 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 50%;
    box-sizing: border-box;
  }
  .flex-xl-55 {
    flex: 1 1 100%;
    max-width: 55%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-xl-55 {
    flex: 1 1 100%;
    max-width: 55%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-xl-55 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 55%;
    box-sizing: border-box;
  }
  .layout-xl-row > .flex-xl-55 {
    flex: 1 1 100%;
    max-width: 55%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-xl-column > .flex-xl-55 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 55%;
    box-sizing: border-box;
  }
  .flex-xl-60 {
    flex: 1 1 100%;
    max-width: 60%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-xl-60 {
    flex: 1 1 100%;
    max-width: 60%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-xl-60 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 60%;
    box-sizing: border-box;
  }
  .layout-xl-row > .flex-xl-60 {
    flex: 1 1 100%;
    max-width: 60%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-xl-column > .flex-xl-60 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 60%;
    box-sizing: border-box;
  }
  .flex-xl-65 {
    flex: 1 1 100%;
    max-width: 65%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-xl-65 {
    flex: 1 1 100%;
    max-width: 65%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-xl-65 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 65%;
    box-sizing: border-box;
  }
  .layout-xl-row > .flex-xl-65 {
    flex: 1 1 100%;
    max-width: 65%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-xl-column > .flex-xl-65 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 65%;
    box-sizing: border-box;
  }
  .flex-xl-70 {
    flex: 1 1 100%;
    max-width: 70%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-xl-70 {
    flex: 1 1 100%;
    max-width: 70%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-xl-70 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 70%;
    box-sizing: border-box;
  }
  .layout-xl-row > .flex-xl-70 {
    flex: 1 1 100%;
    max-width: 70%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-xl-column > .flex-xl-70 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 70%;
    box-sizing: border-box;
  }
  .flex-xl-75 {
    flex: 1 1 100%;
    max-width: 75%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-xl-75 {
    flex: 1 1 100%;
    max-width: 75%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-xl-75 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 75%;
    box-sizing: border-box;
  }
  .layout-xl-row > .flex-xl-75 {
    flex: 1 1 100%;
    max-width: 75%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-xl-column > .flex-xl-75 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 75%;
    box-sizing: border-box;
  }
  .flex-xl-80 {
    flex: 1 1 100%;
    max-width: 80%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-xl-80 {
    flex: 1 1 100%;
    max-width: 80%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-xl-80 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 80%;
    box-sizing: border-box;
  }
  .layout-xl-row > .flex-xl-80 {
    flex: 1 1 100%;
    max-width: 80%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-xl-column > .flex-xl-80 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 80%;
    box-sizing: border-box;
  }
  .flex-xl-85 {
    flex: 1 1 100%;
    max-width: 85%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-xl-85 {
    flex: 1 1 100%;
    max-width: 85%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-xl-85 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 85%;
    box-sizing: border-box;
  }
  .layout-xl-row > .flex-xl-85 {
    flex: 1 1 100%;
    max-width: 85%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-xl-column > .flex-xl-85 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 85%;
    box-sizing: border-box;
  }
  .flex-xl-90 {
    flex: 1 1 100%;
    max-width: 90%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-xl-90 {
    flex: 1 1 100%;
    max-width: 90%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-xl-90 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 90%;
    box-sizing: border-box;
  }
  .layout-xl-row > .flex-xl-90 {
    flex: 1 1 100%;
    max-width: 90%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-xl-column > .flex-xl-90 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 90%;
    box-sizing: border-box;
  }
  .flex-xl-95 {
    flex: 1 1 100%;
    max-width: 95%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-xl-95 {
    flex: 1 1 100%;
    max-width: 95%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-xl-95 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 95%;
    box-sizing: border-box;
  }
  .layout-xl-row > .flex-xl-95 {
    flex: 1 1 100%;
    max-width: 95%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-xl-column > .flex-xl-95 {
    flex: 1 1 100%;
    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 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-column > .flex-xl-100 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-xl-row > .flex-xl-100 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .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 {
    flex: 1 1 33.33%;
    max-width: 33.33%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-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 {
    flex: 1 1 33.33%;
    max-width: 100%;
    max-height: 33.33%;
    box-sizing: border-box;
  }
  .layout-column > .flex-xl-66 {
    flex: 1 1 66.66%;
    max-width: 100%;
    max-height: 66.66%;
    box-sizing: border-box;
  }
  .layout-xl-row > .flex-xl-33 {
    flex: 1 1 100%;
    max-width: 33.33%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-xl-row > .flex-xl-66 {
    flex: 1 1 100%;
    max-width: 66.66%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-xl-row > .flex {
    min-width: 0;
  }
  .layout-xl-column > .flex-xl-33 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 33.33%;
    box-sizing: border-box;
  }
  .layout-xl-column > .flex-xl-66 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 66.66%;
    box-sizing: border-box;
  }
  .layout-xl-column > .flex {
    min-height: 0;
  }
  .layout-xl, .layout-xl-column, .layout-xl-row {
    box-sizing: border-box;
    display: -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;
  }
}
.md-open-menu-container {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  opacity: 0;
  border-radius: 2px;
  max-height: calc(100vh - 10px);
  overflow: auto;
}
.md-open-menu-container md-menu-divider {
  margin-top: 4px;
  margin-bottom: 4px;
  height: 1px;
  min-height: 1px;
  max-height: 1px;
  width: 100%;
}
.md-open-menu-container md-menu-content > * {
  opacity: 0;
}
.md-open-menu-container:not(.md-clickable) {
  pointer-events: none;
}
.md-open-menu-container.md-active {
  opacity: 1;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition-duration: 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: 32px;
}

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 {
  /*
   * We cannot use flex on <button> elements due to a bug in Firefox, so we also can't use it on
   * <a> elements. Add some top padding to fix alignment since buttons automatically align their
   * text vertically.
   */
}
md-menu-item > a.md-button {
  padding-top: 5px;
}
md-menu-item > .md-button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
md-menu-item > .md-button {
  text-align: left;
}
[dir=rtl] md-menu-item > .md-button {
  text-align: right;
}
md-menu-item > .md-button {
  display: inline-block;
  border-radius: 0;
  margin: auto 0;
  font-size: 15px;
  text-transform: none;
  font-weight: 400;
  height: 100%;
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
}
md-menu-item > .md-button md-icon {
  margin: auto 16px auto 0;
}
[dir=rtl] md-menu-item > .md-button md-icon {
  margin: auto 0 auto 16px;
}
md-menu-item > .md-button p {
  display: inline-block;
  margin: auto;
}
md-menu-item > .md-button span {
  margin-top: auto;
  margin-bottom: auto;
}
md-menu-item > .md-button .md-ripple-container {
  border-radius: inherit;
}

md-toolbar .md-menu {
  height: auto;
  margin: auto;
  padding: 0;
}

@media (max-width: 959px) {
  md-menu-content {
    min-width: 112px;
  }
  md-menu-content[width="3"] {
    min-width: 168px;
  }
  md-menu-content[width="4"] {
    min-width: 224px;
  }
  md-menu-content[width="5"] {
    min-width: 280px;
  }
  md-menu-content[width="6"] {
    min-width: 336px;
  }
  md-menu-content[width="7"] {
    min-width: 392px;
  }
}
@media (min-width: 960px) {
  md-menu-content {
    min-width: 96px;
  }
  md-menu-content[width="3"] {
    min-width: 192px;
  }
  md-menu-content[width="4"] {
    min-width: 256px;
  }
  md-menu-content[width="5"] {
    min-width: 320px;
  }
  md-menu-content[width="6"] {
    min-width: 384px;
  }
  md-menu-content[width="7"] {
    min-width: 448px;
  }
}
md-menu-content {
  background-color: #ffffff;
  background-color: RGB(var(--background-A100));
}
md-menu-content md-menu-item {
  color: rgba(0, 0, 0, 0.87);
  color: var(--foreground-1);
}
md-menu-content md-menu-item md-icon {
  color: rgba(0, 0, 0, 0.54);
  color: var(--foreground-2);
}
md-menu-content md-menu-item .md-button[disabled] {
  color: rgba(0, 0, 0, 0.38);
  color: var(--foreground-3);
}
md-menu-content md-menu-item .md-button[disabled] md-icon {
  color: rgba(0, 0, 0, 0.38);
  color: var(--foreground-3);
}
md-menu-content md-menu-divider {
  background-color: rgba(0, 0, 0, 0.12);
  background-color: var(--foreground-4);
}

.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;
  }
}
@media print {
  md-whiteframe, [md-whiteframe] {
    background-color: #ffffff;
  }
}
.md-panel-outer-wrapper {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

._md-panel-hidden {
  display: none;
}

._md-panel-offscreen {
  left: -9999px;
}

._md-panel-fullscreen {
  border-radius: 0;
  left: 0;
  min-height: 100%;
  min-width: 100%;
  position: fixed;
  top: 0;
}

._md-panel-shown .md-panel {
  opacity: 1;
  transition: none;
}

.md-panel {
  opacity: 0;
  position: fixed;
}
.md-panel._md-panel-shown {
  opacity: 1;
  transition: none;
}
.md-panel._md-panel-animate-enter {
  opacity: 1;
  transition: all 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.md-panel._md-panel-animate-leave {
  opacity: 1;
  transition: all 0.3s cubic-bezier(0.4, 0, 1, 1);
}
.md-panel._md-panel-animate-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-panel-backdrop {
  background-color: #212121;
  background-color: RGBA(var(--background-900), 1);
}

md-autocomplete {
  border-radius: 2px;
  display: block;
  height: 40px;
  position: relative;
  overflow: visible;
  min-width: 190px;
}
md-autocomplete[disabled] input {
  cursor: default;
}
md-autocomplete[md-floating-label] {
  border-radius: 0;
  background: transparent;
  height: auto;
}
md-autocomplete[md-floating-label] md-input-container {
  padding-bottom: 0;
}
md-autocomplete[md-floating-label] md-autocomplete-wrap {
  height: auto;
}
md-autocomplete[md-floating-label] .md-show-clear-button button {
  display: block;
  position: absolute;
  right: 0;
  top: 20px;
  width: 30px;
  height: 30px;
}
md-autocomplete[md-floating-label] .md-show-clear-button input {
  padding-right: 30px;
}
[dir=rtl] md-autocomplete[md-floating-label] .md-show-clear-button input {
  padding-right: 0;
  padding-left: 30px;
}
md-autocomplete md-autocomplete-wrap {
  display: flex;
  flex-direction: row;
  box-sizing: border-box;
  position: relative;
  overflow: visible;
  height: 40px;
}
md-autocomplete md-autocomplete-wrap.md-menu-showing {
  z-index: 51;
}
md-autocomplete md-autocomplete-wrap md-input-container,
md-autocomplete md-autocomplete-wrap input {
  flex: 1 1 0;
  box-sizing: border-box;
  min-width: 0;
}
md-autocomplete md-autocomplete-wrap md-progress-linear {
  position: absolute;
  bottom: -2px;
  left: 0;
}
md-autocomplete md-autocomplete-wrap md-progress-linear.md-inline {
  bottom: 40px;
  right: 2px;
  left: 2px;
  width: auto;
}
md-autocomplete md-autocomplete-wrap md-progress-linear .md-mode-indeterminate {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  transition: none;
}
md-autocomplete md-autocomplete-wrap md-progress-linear .md-mode-indeterminate .md-container {
  transition: none;
  height: 3px;
}
md-autocomplete md-autocomplete-wrap md-progress-linear .md-mode-indeterminate.ng-enter {
  transition: opacity 0.15s linear;
}
md-autocomplete md-autocomplete-wrap md-progress-linear .md-mode-indeterminate.ng-enter.ng-enter-active {
  opacity: 1;
}
md-autocomplete md-autocomplete-wrap md-progress-linear .md-mode-indeterminate.ng-leave {
  transition: opacity 0.15s linear;
}
md-autocomplete md-autocomplete-wrap md-progress-linear .md-mode-indeterminate.ng-leave.ng-leave-active {
  opacity: 0;
}
md-autocomplete input:not(.md-input) {
  font-size: 14px;
  box-sizing: border-box;
  border: none;
  box-shadow: none;
  outline: none;
  background: transparent;
}
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 .md-show-clear-button button {
  position: relative;
  line-height: 20px;
  text-align: center;
  width: 30px;
  height: 30px;
  cursor: pointer;
  border: none;
  border-radius: 50%;
  padding: 0;
  font-size: 12px;
  background: transparent;
  margin: auto 5px;
}
md-autocomplete .md-show-clear-button button:after {
  content: "";
  position: absolute;
  top: -6px;
  right: -6px;
  bottom: -6px;
  left: -6px;
  border-radius: 50%;
  transform: scale(0);
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}
md-autocomplete .md-show-clear-button button:focus {
  outline: none;
}
md-autocomplete .md-show-clear-button button:focus:after {
  transform: scale(1);
  opacity: 1;
}
md-autocomplete .md-show-clear-button button md-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0) scale(0.9);
}
md-autocomplete .md-show-clear-button button md-icon path {
  stroke-width: 0;
}
md-autocomplete .md-show-clear-button button.ng-enter {
  transform: scale(0);
  transition: transform 0.15s ease-out;
}
md-autocomplete .md-show-clear-button button.ng-enter.ng-enter-active {
  transform: scale(1);
}
md-autocomplete .md-show-clear-button button.ng-leave {
  transition: transform 0.15s ease-out;
}
md-autocomplete .md-show-clear-button button.ng-leave.ng-leave-active {
  transform: scale(0);
}
@media screen and (-ms-high-contrast: active) {
  md-autocomplete input {
    border: 1px solid #fff;
  }
  md-autocomplete .md-autocomplete-suggestion:focus {
    color: #fff;
  }
}

.md-virtual-repeat-container.md-autocomplete-suggestions-container,
.md-standard-list-container.md-autocomplete-suggestions-container {
  position: absolute;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  z-index: 100;
  height: 100%;
}
.md-virtual-repeat-container.md-autocomplete-suggestions-container .highlight,
.md-standard-list-container.md-autocomplete-suggestions-container .highlight {
  font-weight: bold;
}

.md-standard-list-container {
  box-sizing: border-box;
  display: block;
  margin: 0;
  overflow: hidden;
  overflow-y: auto;
  padding: 0;
}

.md-virtual-repeat-container.md-not-found,
.md-standard-list-container.md-not-found {
  height: 48px;
}

.md-autocomplete-suggestions {
  margin: 0;
  list-style: none;
  padding: 0;
}
.md-autocomplete-suggestions .md-autocomplete-suggestion {
  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 .md-autocomplete-suggestion:focus {
  outline: none;
}
.md-autocomplete-suggestions .md-autocomplete-suggestion:not(.md-not-found-wrapper) {
  cursor: pointer;
}

@media screen and (-ms-high-contrast: active) {
  md-autocomplete,
  .md-autocomplete-suggestions {
    border: 1px solid #fff;
  }
}
md-autocomplete {
  background: #ffffff;
  background: RGB(var(--background-A100));
}
md-autocomplete[disabled]:not([md-floating-label]) {
  background: #f5f5f5;
  background: RGB(var(--background-100));
}
md-autocomplete button md-icon path {
  fill: #757575;
  fill: RGB(var(--background-600));
}
md-autocomplete button:after {
  background: rgba(117, 117, 117, 0.3);
  background: RGBA(var(--background-600), 0.3);
}
md-autocomplete input {
  color: rgba(0, 0, 0, 0.87);
  color: var(--foreground-1);
}
md-autocomplete.md-accent md-input-container.md-input-focused .md-input {
  border-color: #8a4fff;
}
md-autocomplete.md-accent md-input-container.md-input-focused label,
md-autocomplete.md-accent md-input-container.md-input-focused md-icon {
  color: #8a4fff;
}
md-autocomplete.md-accent md-input-container.md-input-focused .md-input {
  border-color: RGB(var(--accent-500));
}
md-autocomplete.md-accent md-input-container.md-input-focused label,
md-autocomplete.md-accent md-input-container.md-input-focused md-icon {
  color: RGB(var(--accent-500));
}
md-autocomplete.md-accent md-progress-linear .md-container {
  background-color: rgb(239.7102272727, 232, 255);
}
md-autocomplete.md-accent md-progress-linear .md-bar {
  background-color: #8a4fff;
}
md-autocomplete.md-accent md-progress-linear .md-container {
  background-color: RGB(var(--accent-100));
}
md-autocomplete.md-accent md-progress-linear .md-bar {
  background-color: RGB(var(--accent-500));
}
md-autocomplete.md-warn md-input-container.md-input-focused .md-input {
  border-color: #c51162;
}
md-autocomplete.md-warn md-input-container.md-input-focused label,
md-autocomplete.md-warn md-input-container.md-input-focused md-icon {
  color: #c51162;
}
md-autocomplete.md-warn md-input-container.md-input-focused .md-input {
  border-color: RGB(var(--warn-A700));
}
md-autocomplete.md-warn md-input-container.md-input-focused label,
md-autocomplete.md-warn md-input-container.md-input-focused md-icon {
  color: RGB(var(--warn-A700));
}
md-autocomplete.md-warn md-progress-linear .md-container {
  background-color: #f8bbd0;
}
md-autocomplete.md-warn md-progress-linear .md-bar {
  background-color: #e91e63;
}
md-autocomplete.md-warn md-progress-linear .md-container {
  background-color: RGB(var(--warn-100));
}
md-autocomplete.md-warn md-progress-linear .md-bar {
  background-color: RGB(var(--warn-500));
}

.md-autocomplete-suggestions-container,
.md-autocomplete-standard-list-container {
  background: #ffffff;
  background: RGB(var(--background-A100));
}
.md-autocomplete-suggestions-container .md-autocomplete-suggestion,
.md-autocomplete-standard-list-container .md-autocomplete-suggestion {
  color: rgba(0, 0, 0, 0.87);
  color: var(--foreground-1);
}
.md-autocomplete-suggestions-container .md-autocomplete-suggestion:hover, .md-autocomplete-suggestions-container .md-autocomplete-suggestion.selected,
.md-autocomplete-standard-list-container .md-autocomplete-suggestion:hover,
.md-autocomplete-standard-list-container .md-autocomplete-suggestion.selected {
  background: rgba(158, 158, 158, 0.18);
  background: RGBA(var(--background-500), 0.18);
}

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-backdrop {
  background-color: rgba(33, 33, 33, 0);
  background-color: RGBA(var(--background-900), 0);
}
md-backdrop.md-opaque {
  background-color: #212121;
  background-color: RGBA(var(--background-900), 1);
}

button.md-button::-moz-focus-inner {
  border: 0;
}

.md-button {
  display: inline-block;
  position: relative;
  cursor: pointer;
  /** Alignment adjustments */
  min-height: 36px;
}
.md-dense > .md-button:not(.md-dense-disabled), .md-dense :not(.md-dense-disabled) .md-button:not(.md-dense-disabled) {
  min-height: 32px;
}
.md-button {
  min-width: 88px;
  line-height: 36px;
}
.md-dense > .md-button:not(.md-dense-disabled), .md-dense :not(.md-dense-disabled) .md-button:not(.md-dense-disabled) {
  line-height: 32px;
}
.md-button {
  vertical-align: middle;
  align-items: center;
  text-align: center;
  border-radius: 2px;
  box-sizing: border-box;
  /* Reset default button appearance */
  user-select: none;
  outline: none;
  border: 0;
  /** Custom styling for button */
  padding: 0 6px;
  margin: 6px 8px;
  background: transparent;
  color: currentColor;
  white-space: nowrap;
  /* Uppercase text content */
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
}
.md-dense > .md-button:not(.md-dense-disabled), .md-dense :not(.md-dense-disabled) .md-button:not(.md-dense-disabled) {
  font-size: 13px;
}
.md-button {
  font-style: inherit;
  font-variant: inherit;
  font-family: inherit;
  text-decoration: none;
  overflow: hidden;
  transition: box-shadow 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), background-color 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.md-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-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-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: inherit;
  background-clip: padding-box;
  overflow: hidden;
  -webkit-transform: translateZ(0);
}

.md-button.md-icon-button md-icon,
button.md-button.md-fab md-icon {
  display: block;
}

.md-toast-open-top .md-button.md-fab-top-left,
.md-toast-open-top .md-button.md-fab-top-right {
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transform: translate3d(0, 42px, 0);
}
.md-toast-open-top .md-button.md-fab-top-left:not([disabled]).md-focused, .md-toast-open-top .md-button.md-fab-top-left:not([disabled]):hover,
.md-toast-open-top .md-button.md-fab-top-right:not([disabled]).md-focused,
.md-toast-open-top .md-button.md-fab-top-right:not([disabled]):hover {
  transform: translate3d(0, 41px, 0);
}

.md-toast-open-bottom .md-button.md-fab-bottom-left,
.md-toast-open-bottom .md-button.md-fab-bottom-right {
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transform: translate3d(0, -42px, 0);
}
.md-toast-open-bottom .md-button.md-fab-bottom-left:not([disabled]).md-focused, .md-toast-open-bottom .md-button.md-fab-bottom-left:not([disabled]):hover,
.md-toast-open-bottom .md-button.md-fab-bottom-right:not([disabled]).md-focused,
.md-toast-open-bottom .md-button.md-fab-bottom-right:not([disabled]):hover {
  transform: translate3d(0, -43px, 0);
}

.md-button-group {
  display: 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-button:not([disabled]):hover {
  background-color: rgba(158, 158, 158, 0.2);
  background-color: RGBA(var(--background-500), 0.2);
}
.md-button:not([disabled]).md-focused {
  background-color: rgba(158, 158, 158, 0.2);
  background-color: RGBA(var(--background-500), 0.2);
}
.md-button:not([disabled]).md-icon-button:hover {
  background-color: transparent;
}
.md-button.md-fab {
  background-color: #8a4fff;
  background-color: RGB(var(--accent-500));
  color: rgba(255, 255, 255, 0.87);
  color: RGB(var(--accent-500-contrast));
}
.md-button.md-fab md-icon {
  color: rgba(255, 255, 255, 0.87);
  color: RGB(var(--accent-500-contrast));
}
.md-button.md-fab:not([disabled]):hover {
  background-color: rgb(82.9017045455, 0, 247.3);
  background-color: RGB(var(--accent-A700));
}
.md-button.md-fab:not([disabled]).md-focused {
  background-color: rgb(82.9017045455, 0, 247.3);
  background-color: RGB(var(--accent-A700));
}
.md-button.md-primary {
  color: #2addb2;
  color: RGB(var(--primary-500));
}
.md-button.md-primary.md-raised, .md-button.md-primary.md-fab {
  color: rgba(255, 255, 255, 0.87);
  color: RGB(var(--primary-500-contrast));
  background-color: #2addb2;
  background-color: RGB(var(--primary-500));
}
.md-button.md-primary.md-raised:not([disabled]) md-icon, .md-button.md-primary.md-fab:not([disabled]) md-icon {
  color: rgba(255, 255, 255, 0.87);
  color: RGB(var(--primary-500-contrast));
}
.md-button.md-primary.md-raised:not([disabled]):hover, .md-button.md-primary.md-fab:not([disabled]):hover {
  background-color: rgb(32.6923076923, 204.8076923077, 163.4615384615);
  background-color: RGB(var(--primary-600));
}
.md-button.md-primary.md-raised:not([disabled]).md-focused, .md-button.md-primary.md-fab:not([disabled]).md-focused {
  background-color: rgb(32.6923076923, 204.8076923077, 163.4615384615);
  background-color: RGB(var(--primary-600));
}
.md-button.md-primary:not([disabled]) md-icon {
  color: #2addb2;
  color: RGB(var(--primary-500));
}
.md-button.md-fab {
  background-color: #8a4fff;
  background-color: RGB(var(--accent-500));
  color: rgba(255, 255, 255, 0.87);
  color: RGB(var(--accent-500-contrast));
}
.md-button.md-fab:not([disabled]) .md-icon {
  color: rgba(255, 255, 255, 0.87);
  color: RGB(var(--accent-500-contrast));
}
.md-button.md-fab:not([disabled]):hover {
  background-color: rgb(82.9017045455, 0, 247.3);
  background-color: RGB(var(--accent-A700));
}
.md-button.md-fab:not([disabled]).md-focused {
  background-color: rgb(82.9017045455, 0, 247.3);
  background-color: RGB(var(--accent-A700));
}
.md-button.md-raised {
  color: #212121;
  color: RGB(var(--background-900));
  background-color: #fafafa;
  background-color: RGB(var(--background-50));
}
.md-button.md-raised:not([disabled]) md-icon {
  color: #212121;
  color: RGB(var(--background-900));
}
.md-button.md-raised:not([disabled]):hover {
  background-color: #fafafa;
  background-color: RGB(var(--background-50));
}
.md-button.md-raised:not([disabled]).md-focused {
  background-color: #eeeeee;
  background-color: RGB(var(--background-200));
}
.md-button.md-warn {
  color: #e91e63;
  color: RGB(var(--warn-500));
}
.md-button.md-warn.md-raised, .md-button.md-warn.md-fab {
  color: rgb(255, 255, 255);
  color: RGB(var(--warn-500-contrast));
  background-color: #e91e63;
  background-color: RGB(var(--warn-500));
}
.md-button.md-warn.md-raised:not([disabled]) md-icon, .md-button.md-warn.md-fab:not([disabled]) md-icon {
  color: rgb(255, 255, 255);
  color: RGB(var(--warn-500-contrast));
}
.md-button.md-warn.md-raised:not([disabled]):hover, .md-button.md-warn.md-fab:not([disabled]):hover {
  background-color: #d81b60;
  background-color: RGB(var(--warn-600));
}
.md-button.md-warn.md-raised:not([disabled]).md-focused, .md-button.md-warn.md-fab:not([disabled]).md-focused {
  background-color: #d81b60;
  background-color: RGB(var(--warn-600));
}
.md-button.md-warn:not([disabled]) md-icon {
  color: #e91e63;
  color: RGB(var(--warn-500));
}
.md-button.md-accent {
  color: #8a4fff;
  color: RGB(var(--accent-500));
}
.md-button.md-accent.md-raised, .md-button.md-accent.md-fab {
  color: rgba(255, 255, 255, 0.87);
  color: RGB(var(--accent-500-contrast));
  background-color: #8a4fff;
  background-color: RGB(var(--accent-500));
}
.md-button.md-accent.md-raised:not([disabled]) md-icon, .md-button.md-accent.md-fab:not([disabled]) md-icon {
  color: rgba(255, 255, 255, 0.87);
  color: RGB(var(--accent-500-contrast));
}
.md-button.md-accent.md-raised:not([disabled]):hover, .md-button.md-accent.md-fab:not([disabled]):hover {
  background-color: rgb(82.9017045455, 0, 247.3);
  background-color: RGB(var(--accent-A700));
}
.md-button.md-accent.md-raised:not([disabled]).md-focused, .md-button.md-accent.md-fab:not([disabled]).md-focused {
  background-color: rgb(82.9017045455, 0, 247.3);
  background-color: RGB(var(--accent-A700));
}
.md-button.md-accent:not([disabled]) md-icon {
  color: #8a4fff;
  color: RGB(var(--accent-500));
}
.md-button[disabled], .md-button.md-raised[disabled], .md-button.md-fab[disabled], .md-button.md-accent[disabled], .md-button.md-warn[disabled] {
  color: rgba(0, 0, 0, 0.38);
  color: var(--foreground-3);
  cursor: default;
}
.md-button[disabled] md-icon, .md-button.md-raised[disabled] md-icon, .md-button.md-fab[disabled] md-icon, .md-button.md-accent[disabled] md-icon, .md-button.md-warn[disabled] md-icon {
  color: rgba(0, 0, 0, 0.38);
  color: var(--foreground-3);
}
.md-button.md-raised[disabled], .md-button.md-fab[disabled] {
  background-color: rgba(0, 0, 0, 0.12);
  background-color: var(--foreground-4);
}
.md-button[disabled] {
  background-color: transparent;
}

._md a:not(.md-button).md-primary {
  color: #2addb2;
  color: RGB(var(--primary-500));
}
._md a:not(.md-button).md-primary:hover {
  color: rgb(29.1821862348, 182.8178137652, 145.9109311741);
  color: RGB(var(--primary-700));
}
._md a:not(.md-button).md-accent {
  color: #8a4fff;
  color: RGB(var(--accent-500));
}
._md a:not(.md-button).md-accent:hover {
  color: rgb(82.9017045455, 0, 247.3);
  color: RGB(var(--accent-A700));
}
._md a:not(.md-button).md-warn {
  color: #e91e63;
  color: RGB(var(--warn-500));
}
._md a:not(.md-button).md-warn:hover {
  color: #c2185b;
  color: RGB(var(--warn-700));
}

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;
}
[dir=rtl] md-card md-card-header:first-child md-card-avatar {
  margin-right: auto;
  margin-left: 12px;
}
md-card md-card-header:last-child md-card-avatar {
  margin-left: 12px;
}
[dir=rtl] md-card md-card-header:last-child md-card-avatar {
  margin-left: auto;
  margin-right: 12px;
}
md-card md-card-header md-card-avatar {
  width: 40px;
  height: 40px;
}
md-card md-card-header md-card-avatar .md-user-avatar,
md-card md-card-header md-card-avatar md-icon {
  border-radius: 50%;
}
md-card md-card-header md-card-avatar md-icon {
  padding: 8px;
}
md-card md-card-header md-card-avatar md-icon > svg {
  height: inherit;
  width: inherit;
}
md-card md-card-header md-card-avatar + md-card-header-text {
  max-height: 40px;
}
md-card md-card-header md-card-avatar + md-card-header-text .md-title {
  font-size: 14px;
}
md-card md-card-header md-card-header-text {
  display: 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 > md-card-header img,
md-card md-card-title-media 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 1 auto;
  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;
}
[dir=rtl] md-card .md-actions:not(.layout-column) .md-button:not(.md-icon-button):first-of-type, [dir=rtl] md-card md-card-actions:not(.layout-column) .md-button:not(.md-icon-button):first-of-type {
  margin-left: auto;
  margin-right: 0;
}
md-card .md-actions:not(.layout-column) .md-button:not(.md-icon-button):last-of-type, md-card md-card-actions:not(.layout-column) .md-button:not(.md-icon-button):last-of-type {
  margin-right: 0;
}
[dir=rtl] md-card .md-actions:not(.layout-column) .md-button:not(.md-icon-button):last-of-type, [dir=rtl] md-card md-card-actions:not(.layout-column) .md-button:not(.md-icon-button):last-of-type {
  margin-right: auto;
  margin-left: 0;
}
md-card .md-actions:not(.layout-column) .md-button.md-icon-button, md-card md-card-actions:not(.layout-column) .md-button.md-icon-button {
  margin-left: 6px;
  margin-right: 6px;
}
md-card .md-actions:not(.layout-column) .md-button.md-icon-button:first-of-type, md-card md-card-actions:not(.layout-column) .md-button.md-icon-button:first-of-type {
  margin-left: 12px;
}
[dir=rtl] md-card .md-actions:not(.layout-column) .md-button.md-icon-button:first-of-type, [dir=rtl] md-card md-card-actions:not(.layout-column) .md-button.md-icon-button:first-of-type {
  margin-left: auto;
  margin-right: 12px;
}
md-card .md-actions:not(.layout-column) .md-button.md-icon-button:last-of-type, md-card md-card-actions:not(.layout-column) .md-button.md-icon-button:last-of-type {
  margin-right: 12px;
}
[dir=rtl] md-card .md-actions:not(.layout-column) .md-button.md-icon-button:last-of-type, [dir=rtl] md-card md-card-actions:not(.layout-column) .md-button.md-icon-button:last-of-type {
  margin-right: auto;
  margin-left: 12px;
}
md-card .md-actions:not(.layout-column) .md-button + md-card-icon-actions, md-card md-card-actions:not(.layout-column) .md-button + md-card-icon-actions {
  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-image-no-fill > img {
  width: auto;
  height: auto;
}

md-card {
  color: rgba(0, 0, 0, 0.87);
  color: var(--foreground-1);
  background-color: #ffffff;
  background-color: RGB(var(--background-A100));
  border-radius: 2px;
}
md-card .md-card-image {
  border-radius: 2px 2px 0 0;
}
md-card md-card-header md-card-avatar md-icon {
  color: #fafafa;
  color: RGB(var(--background-50));
  background-color: rgba(0, 0, 0, 0.38);
  background-color: var(--foreground-3);
}
md-card md-card-header md-card-header-text .md-subhead {
  color: rgba(0, 0, 0, 0.54);
  color: var(--foreground-2);
}
md-card md-card-title md-card-title-text:not(:only-child) .md-subhead {
  color: rgba(0, 0, 0, 0.54);
  color: var(--foreground-2);
}

.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;
  user-select: none;
  position: relative;
  min-width: 20px;
  min-height: 20px;
  margin-left: 0;
}
[dir=rtl] md-checkbox {
  margin-left: 16px;
}
md-checkbox {
  margin-right: 16px;
}
[dir=rtl] md-checkbox {
  margin-right: 0;
}
md-checkbox:last-of-type {
  margin-left: 0;
  margin-right: 0;
}
md-checkbox.md-focused:not([disabled]) .md-container:before {
  left: -8px;
  top: -8px;
  right: -8px;
  bottom: -8px;
}
md-checkbox.md-focused:not([disabled]):not(.md-checked) .md-container:before {
  background-color: rgba(0, 0, 0, 0.12);
}
md-checkbox.md-align-top-left > div.md-container {
  top: 12px;
}
md-checkbox .md-container {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  box-sizing: border-box;
  display: inline-block;
  width: 20px;
  height: 20px;
  left: 0;
}
[dir=rtl] md-checkbox .md-container {
  left: auto;
}
md-checkbox .md-container {
  right: auto;
}
[dir=rtl] md-checkbox .md-container {
  right: 0;
}
md-checkbox .md-container:before {
  box-sizing: border-box;
  background-color: transparent;
  border-radius: 50%;
  content: "";
  position: absolute;
  display: block;
  height: auto;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  transition: all 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-color: transparent;
}
md-checkbox.md-checked .md-icon:after {
  box-sizing: border-box;
  transform: rotate(45deg);
  position: absolute;
  left: 4.6666666667px;
  top: 0.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;
  user-select: text;
  margin-left: 30px;
}
[dir=rtl] md-checkbox .md-label {
  margin-left: 0;
}
md-checkbox .md-label {
  margin-right: 0;
}
[dir=rtl] md-checkbox .md-label {
  margin-right: 30px;
}

md-checkbox .md-ripple {
  color: rgb(82.9017045455, 0, 247.3);
  color: RGB(var(--accent-A700));
}
md-checkbox.md-checked .md-ripple {
  color: #757575;
  color: RGB(var(--background-600));
}
md-checkbox.md-checked.md-focused .md-container:before {
  background-color: rgba(138, 79, 255, 0.26);
  background-color: RGBA(var(--accent-500), 0.26);
}
md-checkbox .md-ink-ripple {
  color: rgba(0, 0, 0, 0.54);
  color: var(--foreground-2);
}
md-checkbox.md-checked .md-ink-ripple {
  color: rgba(138, 79, 255, 0.87);
  color: RGBA(var(--accent-500), 0.87);
}
md-checkbox:not(.md-checked) .md-icon {
  border-color: rgba(0, 0, 0, 0.54);
  border-color: var(--foreground-2);
}
md-checkbox.md-checked .md-icon {
  background-color: rgba(138, 79, 255, 0.87);
  background-color: RGBA(var(--accent-500), 0.87);
}
md-checkbox.md-checked .md-icon:after {
  border-color: rgba(255, 255, 255, 0.87);
  border-color: RGBA(var(--accent-500-contrast), 0.87);
}
md-checkbox:not([disabled]).md-primary .md-ripple {
  color: rgb(32.6923076923, 204.8076923077, 163.4615384615);
  color: RGB(var(--primary-600));
}
md-checkbox:not([disabled]).md-primary.md-checked .md-ripple {
  color: #757575;
  color: RGB(var(--background-600));
}
md-checkbox:not([disabled]).md-primary .md-ink-ripple {
  color: rgba(0, 0, 0, 0.54);
  color: var(--foreground-2);
}
md-checkbox:not([disabled]).md-primary.md-checked .md-ink-ripple {
  color: rgba(42, 221, 178, 0.87);
  color: RGBA(var(--primary-500), 0.87);
}
md-checkbox:not([disabled]).md-primary:not(.md-checked) .md-icon {
  border-color: rgba(0, 0, 0, 0.54);
  border-color: var(--foreground-2);
}
md-checkbox:not([disabled]).md-primary.md-checked .md-icon {
  background-color: rgba(42, 221, 178, 0.87);
  background-color: RGBA(var(--primary-500), 0.87);
}
md-checkbox:not([disabled]).md-primary.md-checked.md-focused .md-container:before {
  background-color: rgba(42, 221, 178, 0.26);
  background-color: RGBA(var(--primary-500), 0.26);
}
md-checkbox:not([disabled]).md-primary.md-checked .md-icon:after {
  border-color: rgba(255, 255, 255, 0.87);
  border-color: RGBA(var(--primary-500-contrast), 0.87);
}
md-checkbox:not([disabled]).md-primary .md-indeterminate[disabled] .md-container {
  color: rgba(0, 0, 0, 0.38);
  color: var(--foreground-3);
}
md-checkbox:not([disabled]).md-warn .md-ripple {
  color: #d81b60;
  color: RGB(var(--warn-600));
}
md-checkbox:not([disabled]).md-warn .md-ink-ripple {
  color: rgba(0, 0, 0, 0.54);
  color: var(--foreground-2);
}
md-checkbox:not([disabled]).md-warn.md-checked .md-ink-ripple {
  color: rgba(233, 30, 99, 0.87);
  color: RGBA(var(--warn-500), 0.87);
}
md-checkbox:not([disabled]).md-warn:not(.md-checked) .md-icon {
  border-color: rgba(0, 0, 0, 0.54);
  border-color: var(--foreground-2);
}
md-checkbox:not([disabled]).md-warn.md-checked .md-icon {
  background-color: rgba(233, 30, 99, 0.87);
  background-color: RGBA(var(--warn-500), 0.87);
}
md-checkbox:not([disabled]).md-warn.md-checked.md-focused:not([disabled]) .md-container:before {
  background-color: rgba(233, 30, 99, 0.26);
  background-color: RGBA(var(--warn-500), 0.26);
}
md-checkbox:not([disabled]).md-warn.md-checked .md-icon:after {
  border-color: #eeeeee;
  border-color: RGB(var(--background-200));
}
md-checkbox[disabled]:not(.md-checked) .md-icon {
  border-color: rgba(0, 0, 0, 0.38);
  border-color: var(--foreground-3);
}
md-checkbox[disabled].md-checked .md-icon {
  background-color: rgba(0, 0, 0, 0.38);
  background-color: var(--foreground-3);
}
md-checkbox[disabled].md-checked .md-icon:after {
  border-color: #eeeeee;
  border-color: RGB(var(--background-200));
}
md-checkbox[disabled] .md-icon:after {
  border-color: rgba(0, 0, 0, 0.38);
  border-color: var(--foreground-3);
}
md-checkbox[disabled] .md-label {
  color: rgba(0, 0, 0, 0.38);
  color: var(--foreground-3);
}

.md-contact-chips .md-chips md-chip {
  padding: 0 25px 0 0;
}
[dir=rtl] .md-contact-chips .md-chips md-chip {
  padding: 0 0 0 25px;
}
.md-contact-chips .md-chips md-chip .md-contact-avatar {
  float: left;
}
[dir=rtl] .md-contact-chips .md-chips md-chip .md-contact-avatar {
  float: right;
}
.md-contact-chips .md-chips md-chip .md-contact-avatar img {
  height: 32px;
  border-radius: 16px;
}
.md-contact-chips .md-chips md-chip .md-contact-name {
  display: inline-block;
  height: 32px;
  margin-left: 8px;
}
[dir=rtl] .md-contact-chips .md-chips md-chip .md-contact-name {
  margin-left: auto;
  margin-right: 8px;
}

.md-contact-suggestion {
  height: 56px;
}
.md-contact-suggestion img {
  height: 40px;
  border-radius: 20px;
  margin-top: 8px;
}
.md-contact-suggestion .md-contact-name {
  margin-left: 8px;
}
[dir=rtl] .md-contact-suggestion .md-contact-name {
  margin-left: auto;
  margin-right: 8px;
}
.md-contact-suggestion .md-contact-name {
  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: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 16px;
  padding: 0 0 8px 3px;
}
[dir=rtl] .md-chips {
  padding: 0 3px 8px 0;
}
.md-chips {
  vertical-align: middle;
}
.md-chips.md-readonly .md-chip-input-container {
  min-height: 32px;
}
.md-chips:not(.md-readonly) {
  cursor: text;
}
.md-chips.md-removable md-chip {
  padding-right: 22px;
}
[dir=rtl] .md-chips.md-removable md-chip {
  padding-right: 0;
  padding-left: 22px;
}
.md-chips.md-removable md-chip .md-chip-content {
  padding-right: 4px;
}
[dir=rtl] .md-chips.md-removable md-chip .md-chip-content {
  padding-right: 0;
  padding-left: 4px;
}
.md-chips md-chip {
  cursor: default;
  border-radius: 16px;
  display: block;
  height: 32px;
  line-height: 32px;
  margin: 8px 8px 0 0;
}
[dir=rtl] .md-chips md-chip {
  margin: 8px 0 0 8px;
}
.md-chips md-chip {
  padding: 0 12px 0 12px;
  float: left;
}
[dir=rtl] .md-chips md-chip {
  float: right;
}
.md-chips md-chip {
  box-sizing: border-box;
  max-width: 100%;
  position: relative;
}
.md-chips md-chip .md-chip-content {
  display: block;
  float: left;
}
[dir=rtl] .md-chips md-chip .md-chip-content {
  float: right;
}
.md-chips md-chip .md-chip-content {
  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-content-edit-is-enabled {
  -webkit-user-select: none; /* webkit (safari, chrome) browsers */
  -moz-user-select: none; /* mozilla browsers */
  -khtml-user-select: none; /* webkit (konqueror) browsers */
  -ms-user-select: none; /* IE10+ */
}
.md-chips md-chip .md-chip-remove-container {
  position: absolute;
  right: 0;
}
[dir=rtl] .md-chips md-chip .md-chip-remove-container {
  right: auto;
  left: 0;
}
.md-chips md-chip .md-chip-remove-container {
  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;
}
[dir=rtl] .md-chips .md-chip-input-container {
  margin: 8px 0 0 8px;
}
.md-chips .md-chip-input-container {
  padding: 0;
  float: left;
}
[dir=rtl] .md-chips .md-chip-input-container {
  float: right;
}
.md-chips .md-chip-input-container input:not([type]), .md-chips .md-chip-input-container input[type=email], .md-chips .md-chip-input-container input[type=number], .md-chips .md-chip-input-container input[type=tel], .md-chips .md-chip-input-container input[type=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;
}
[dir=rtl] .md-chips .md-chip-input-container:not(:first-child) {
  margin: 8px 0 0 8px;
}
.md-chips .md-chip-input-container input {
  background: transparent;
  border-width: 0;
}
.md-chips md-autocomplete button {
  display: none;
}

@media screen and (-ms-high-contrast: active) {
  .md-chip-input-container,
  md-chip {
    border: 1px solid #fff;
  }
  .md-chip-input-container md-autocomplete {
    border: none;
  }
}
md-chips .md-chips {
  box-shadow: 0 1px rgba(0, 0, 0, 0.12);
  box-shadow: 0 1px var(--foreground-4);
}
md-chips .md-chips.md-focused {
  box-shadow: 0 2px #2addb2;
  box-shadow: 0 2px RGB(var(--primary-500));
}
md-chips .md-chips .md-chip-input-container input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
}
md-chips .md-chips .md-chip-input-container input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
}
md-chips .md-chips .md-chip-input-container input::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
}
md-chips .md-chips .md-chip-input-container input::placeholder {
  color: rgba(0, 0, 0, 0.38);
}
md-chips .md-chips .md-chip-input-container input:-moz-placeholder {
  color: rgba(0, 0, 0, 0.38);
  opacity: 1;
}
md-chips .md-chips .md-chip-input-container input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.38);
  opacity: 1;
}
md-chips .md-chips .md-chip-input-container input::-webkit-input-placeholder {
  color: var(--foreground-3);
}
md-chips .md-chips .md-chip-input-container input:-ms-input-placeholder {
  color: var(--foreground-3);
}
md-chips .md-chips .md-chip-input-container input::-ms-input-placeholder {
  color: var(--foreground-3);
}
md-chips .md-chips .md-chip-input-container input::placeholder {
  color: var(--foreground-3);
}
md-chips .md-chips .md-chip-input-container input:-moz-placeholder {
  color: var(--foreground-3);
  opacity: 1;
}
md-chips .md-chips .md-chip-input-container input::-moz-placeholder {
  color: var(--foreground-3);
  opacity: 1;
}
md-chips .md-chips .md-chip-input-container input {
  color: rgba(0, 0, 0, 0.87);
  color: var(--foreground-1);
}
md-chips md-chip {
  background: #e0e0e0;
  background: RGB(var(--background-300));
  color: #424242;
  color: RGB(var(--background-800));
}
md-chips md-chip md-icon {
  color: #616161;
  color: RGB(var(--background-700));
}
md-chips md-chip.md-focused {
  background: #2addb2;
  background: RGB(var(--primary-500));
  color: rgba(255, 255, 255, 0.87);
  color: RGB(var(--primary-500-contrast));
}
md-chips md-chip.md-focused md-icon {
  color: rgba(255, 255, 255, 0.87);
  color: RGB(var(--primary-500-contrast));
}
md-chips md-chip._md-chip-editing {
  background: transparent;
  color: #424242;
  color: RGB(var(--background-800));
}
md-chips md-chip-remove .md-button md-icon path {
  fill: #9e9e9e;
  fill: RGB(var(--background-500));
}

.md-contact-suggestion span.md-contact-email {
  color: #bdbdbd;
  color: RGB(var(--background-400));
}

md-content {
  display: block;
  position: relative;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
md-content[md-scroll-y] {
  overflow-y: auto;
  overflow-x: hidden;
}
md-content[md-scroll-x] {
  overflow-x: auto;
  overflow-y: hidden;
}
@media print {
  md-content {
    overflow: visible !important;
  }
}

md-content {
  color: rgba(0, 0, 0, 0.87);
  color: var(--foreground-1);
  background-color: #fafafa;
  background-color: RGB(var(--background-50));
}

.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-dialog-content-body {
  width: 100%;
}
md-dialog md-dialog-content .md-prompt-input-container {
  width: 100%;
  box-sizing: border-box;
}
md-dialog .md-actions, md-dialog md-dialog-actions {
  display: flex;
  order: 2;
  box-sizing: border-box;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 0;
  padding-right: 8px;
}
[dir=rtl] md-dialog .md-actions, [dir=rtl] md-dialog md-dialog-actions {
  padding-right: 16px;
}
md-dialog .md-actions, md-dialog md-dialog-actions {
  padding-left: 16px;
}
[dir=rtl] md-dialog .md-actions, [dir=rtl] md-dialog md-dialog-actions {
  padding-left: 8px;
}
md-dialog .md-actions, md-dialog md-dialog-actions {
  min-height: 52px;
  overflow: hidden;
}
md-dialog .md-actions .md-button, md-dialog md-dialog-actions .md-button {
  margin-bottom: 8px;
  margin-left: 8px;
}
[dir=rtl] md-dialog .md-actions .md-button, [dir=rtl] md-dialog md-dialog-actions .md-button {
  margin-left: 0;
}
md-dialog .md-actions .md-button, md-dialog md-dialog-actions .md-button {
  margin-right: 0;
}
[dir=rtl] md-dialog .md-actions .md-button, [dir=rtl] md-dialog md-dialog-actions .md-button {
  margin-right: 8px;
}
md-dialog .md-actions .md-button, md-dialog md-dialog-actions .md-button {
  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-dialog {
  border-radius: 4px;
  background-color: #ffffff;
  background-color: RGB(var(--background-A100));
  color: rgba(0, 0, 0, 0.87);
  color: var(--foreground-1);
}
md-dialog.md-content-overflow .md-actions, md-dialog.md-content-overflow md-dialog-actions {
  border-top-color: rgba(0, 0, 0, 0.12);
  border-top-color: var(--foreground-4);
}

md-divider {
  display: block;
  border-top-width: 1px;
  border-top-style: solid;
  margin: 0;
}
md-divider[md-inset] {
  margin-left: 80px;
}
[dir=rtl] md-divider[md-inset] {
  margin-left: auto;
  margin-right: 80px;
}

.layout-row > md-divider,
.layout-xs-row > md-divider, .layout-gt-xs-row > md-divider,
.layout-sm-row > md-divider, .layout-gt-sm-row > md-divider,
.layout-md-row > md-divider, .layout-gt-md-row > md-divider,
.layout-lg-row > md-divider, .layout-gt-lg-row > md-divider,
.layout-xl-row > md-divider {
  border-top-width: 0;
  border-right-width: 1px;
  border-right-style: solid;
}

md-divider {
  border-top-color: rgba(0, 0, 0, 0.12);
  border-top-color: var(--foreground-4);
}

.layout-row > md-divider,
.layout-xs-row > md-divider, .layout-gt-xs-row > md-divider,
.layout-sm-row > md-divider, .layout-gt-sm-row > md-divider,
.layout-md-row > md-divider, .layout-gt-md-row > md-divider,
.layout-lg-row > md-divider, .layout-gt-lg-row > md-divider,
.layout-xl-row > md-divider {
  border-right-color: rgba(0, 0, 0, 0.12);
  border-right-color: var(--foreground-4);
}

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;
  min-height: 24px;
  min-width: 24px;
}
md-icon svg {
  pointer-events: none;
  display: block;
}
md-icon[md-font-icon] {
  line-height: 24px;
  width: auto;
}

md-icon {
  color: rgba(0, 0, 0, 0.54);
  color: var(--foreground-2);
}
md-icon.md-primary {
  color: #2addb2;
  color: RGB(var(--primary-500));
}
md-icon.md-accent {
  color: #8a4fff;
  color: RGB(var(--accent-500));
}
md-icon.md-warn {
  color: #e91e63;
  color: RGB(var(--warn-500));
}

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;
}
[dir=rtl] md-input-container .md-errors-spacer {
  float: left;
}
md-input-container .md-errors-spacer {
  min-height: 24px;
  min-width: 1px;
}
md-input-container > md-icon {
  position: absolute;
  top: 8px;
  left: 2px;
}
[dir=rtl] md-input-container > md-icon {
  left: auto;
}
md-input-container > md-icon {
  right: auto;
}
[dir=rtl] md-input-container > md-icon {
  right: 2px;
}
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] {
  /* remove default appearance from all input/textarea */
  -moz-appearance: none;
  -webkit-appearance: none;
}
md-input-container input[type=date],
md-input-container input[type=datetime-local],
md-input-container input[type=month],
md-input-container input[type=time],
md-input-container input[type=week] {
  min-height: 26px;
}
md-input-container textarea {
  resize: none;
  overflow: hidden;
}
md-input-container textarea.md-input {
  min-height: 26px;
  -ms-flex-preferred-size: auto;
}
md-input-container textarea[md-no-autogrow] {
  height: auto;
  overflow: auto;
}
md-input-container label:not(.md-container-ignore) {
  position: absolute;
  bottom: 100%;
  left: 0;
}
[dir=rtl] md-input-container label:not(.md-container-ignore) {
  left: auto;
}
md-input-container label:not(.md-container-ignore) {
  right: auto;
}
[dir=rtl] md-input-container label:not(.md-container-ignore) {
  right: 0;
}
md-input-container label:not(.md-container-ignore).md-required:after {
  content: " *";
  font-size: 13px;
  vertical-align: top;
}
md-input-container label:not(.md-no-float):not(.md-container-ignore),
md-input-container .md-placeholder {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  order: 1;
  pointer-events: none;
  -webkit-font-smoothing: antialiased;
  padding-left: 3px;
}
[dir=rtl] md-input-container label:not(.md-no-float):not(.md-container-ignore),
[dir=rtl] md-input-container .md-placeholder {
  padding-left: 0;
}
md-input-container label:not(.md-no-float):not(.md-container-ignore),
md-input-container .md-placeholder {
  padding-right: 0;
}
[dir=rtl] md-input-container label:not(.md-no-float):not(.md-container-ignore),
[dir=rtl] md-input-container .md-placeholder {
  padding-right: 3px;
}
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 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  max-width: 100%;
  transform-origin: left top;
}
[dir=rtl] md-input-container label:not(.md-no-float):not(.md-container-ignore),
[dir=rtl] md-input-container .md-placeholder {
  transform-origin: right top;
}
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):not(.md-input-has-placeholder) input:not(:focus) {
  color: transparent;
}
md-input-container:not(.md-input-has-value) input:not(:focus)::-webkit-datetime-edit-ampm-field, md-input-container:not(.md-input-has-value) input:not(:focus)::-webkit-datetime-edit-day-field, md-input-container:not(.md-input-has-value) input:not(:focus)::-webkit-datetime-edit-hour-field, md-input-container:not(.md-input-has-value) input:not(:focus)::-webkit-datetime-edit-millisecond-field, md-input-container:not(.md-input-has-value) input:not(:focus)::-webkit-datetime-edit-minute-field, md-input-container:not(.md-input-has-value) input:not(:focus)::-webkit-datetime-edit-month-field, md-input-container:not(.md-input-has-value) input:not(:focus)::-webkit-datetime-edit-second-field, md-input-container:not(.md-input-has-value) input:not(:focus)::-webkit-datetime-edit-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 {
  /*
   * The .md-input class is added to the input/textarea
   */
}
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;
}
[dir=rtl] md-input-container .md-input {
  float: right;
}
md-input-container .md-input:focus {
  outline: none;
}
md-input-container .md-input:invalid {
  outline: none;
  box-shadow: none;
}
md-input-container .md-input.md-no-flex {
  flex: none !important;
}
md-input-container .md-char-counter {
  text-align: right;
}
[dir=rtl] md-input-container .md-char-counter {
  text-align: left;
}
md-input-container .md-char-counter {
  padding-right: 2px;
}
[dir=rtl] md-input-container .md-char-counter {
  padding-right: 0;
}
md-input-container .md-char-counter {
  padding-left: 0;
}
[dir=rtl] md-input-container .md-char-counter {
  padding-left: 2px;
}
md-input-container .md-input-messages-animation {
  position: relative;
  order: 4;
  overflow: hidden;
  clear: left;
}
[dir=rtl] md-input-container .md-input-messages-animation {
  clear: right;
}
md-input-container .md-input-message-animation, 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 .md-input-message-animation:not(.md-char-counter), md-input-container .md-char-counter:not(.md-char-counter) {
  padding-right: 5px;
}
[dir=rtl] md-input-container .md-input-message-animation:not(.md-char-counter), [dir=rtl] md-input-container .md-char-counter:not(.md-char-counter) {
  padding-right: 0;
}
md-input-container .md-input-message-animation:not(.md-char-counter), md-input-container .md-char-counter:not(.md-char-counter) {
  padding-left: 0;
}
[dir=rtl] md-input-container .md-input-message-animation:not(.md-char-counter), [dir=rtl] md-input-container .md-char-counter:not(.md-char-counter) {
  padding-left: 5px;
}
md-input-container:not(.md-input-invalid) .md-auto-hide .md-input-message-animation {
  opacity: 0;
  margin-top: -100px;
}
md-input-container .md-input-message-animation.ng-enter-prepare {
  opacity: 0;
  margin-top: -100px;
}
md-input-container .md-input-message-animation.ng-enter:not(.ng-enter-active) {
  opacity: 0;
  margin-top: -100px;
}
md-input-container.md-input-focused label:not(.md-no-float), md-input-container.md-input-has-placeholder label:not(.md-no-float), md-input-container.md-input-has-value label:not(.md-no-float) {
  transform: translate3d(0, 6px, 0) scale(0.75);
  transition: transform cubic-bezier(0.25, 0.8, 0.25, 1) 0.4s, width cubic-bezier(0.25, 0.8, 0.25, 1) 0.4s;
}
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, md-input-container.md-input-resized .md-input {
  padding-bottom: 0;
  border-width: 0 0 2px 0;
}
md-input-container .md-input[disabled], [disabled] md-input-container .md-input {
  background-position: bottom -1px left 0;
  background-size: 4px 1px;
  background-repeat: repeat-x;
}
md-input-container.md-icon-float {
  transition: margin-top 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}
md-input-container.md-icon-float > label {
  pointer-events: none;
  position: absolute;
}
md-input-container.md-icon-float > md-icon {
  top: 8px;
  left: 2px;
}
[dir=rtl] md-input-container.md-icon-float > md-icon {
  left: auto;
}
md-input-container.md-icon-float > md-icon {
  right: auto;
}
[dir=rtl] md-input-container.md-icon-float > md-icon {
  right: 2px;
}
md-input-container.md-icon-left > label:not(.md-no-float):not(.md-container-ignore),
md-input-container.md-icon-left > label .md-placeholder, md-input-container.md-icon-right > label:not(.md-no-float):not(.md-container-ignore),
md-input-container.md-icon-right > label .md-placeholder {
  width: calc(100% - 36px - 18px);
}
md-input-container.md-icon-left {
  padding-left: 36px;
}
[dir=rtl] md-input-container.md-icon-left {
  padding-left: 0;
}
md-input-container.md-icon-left {
  padding-right: 0;
}
[dir=rtl] md-input-container.md-icon-left {
  padding-right: 36px;
}
md-input-container.md-icon-left > label {
  left: 36px;
}
[dir=rtl] md-input-container.md-icon-left > label {
  left: auto;
}
md-input-container.md-icon-left > label {
  right: auto;
}
[dir=rtl] md-input-container.md-icon-left > label {
  right: 36px;
}
md-input-container.md-icon-right {
  padding-left: 0;
}
[dir=rtl] md-input-container.md-icon-right {
  padding-left: 36px;
}
md-input-container.md-icon-right {
  padding-right: 36px;
}
[dir=rtl] md-input-container.md-icon-right {
  padding-right: 0;
}
md-input-container.md-icon-right > md-icon:last-of-type {
  margin: 0;
  right: 2px;
}
[dir=rtl] md-input-container.md-icon-right > md-icon:last-of-type {
  right: auto;
}
md-input-container.md-icon-right > md-icon:last-of-type {
  left: auto;
}
[dir=rtl] md-input-container.md-icon-right > md-icon:last-of-type {
  left: 2px;
}
md-input-container.md-icon-left.md-icon-right {
  padding-left: 36px;
  padding-right: 36px;
}
md-input-container.md-icon-left.md-icon-right > label:not(.md-no-float):not(.md-container-ignore),
md-input-container.md-icon-left.md-icon-right > label .md-placeholder {
  width: calc(100% - 36px * 2);
}

.md-resize-wrapper:after {
  content: "";
  display: table;
  clear: both;
}
.md-resize-wrapper {
  position: relative;
}

.md-resize-handle {
  position: absolute;
  bottom: -5px;
  left: 0;
  height: 10px;
  background: transparent;
  width: 100%;
  cursor: ns-resize;
}

@media screen and (-ms-high-contrast: active) {
  md-input-container.md-default-theme > md-icon {
    fill: #fff;
  }
}
md-input-container .md-input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.54);
}
md-input-container .md-input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.54);
}
md-input-container .md-input::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.54);
}
md-input-container .md-input::placeholder {
  color: rgba(0, 0, 0, 0.54);
}
md-input-container .md-input:-moz-placeholder {
  color: rgba(0, 0, 0, 0.54);
  opacity: 1;
}
md-input-container .md-input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.54);
  opacity: 1;
}
md-input-container .md-input::-webkit-input-placeholder {
  color: var(--foreground-2);
}
md-input-container .md-input:-ms-input-placeholder {
  color: var(--foreground-2);
}
md-input-container .md-input::-ms-input-placeholder {
  color: var(--foreground-2);
}
md-input-container .md-input::placeholder {
  color: var(--foreground-2);
}
md-input-container .md-input:-moz-placeholder {
  color: var(--foreground-2);
  opacity: 1;
}
md-input-container .md-input::-moz-placeholder {
  color: var(--foreground-2);
  opacity: 1;
}
md-input-container .md-input {
  color: rgba(0, 0, 0, 0.87);
  color: var(--foreground-1);
  border-color: rgba(0, 0, 0, 0.12);
  border-color: var(--foreground-4);
}
md-input-container > md-icon {
  color: rgba(0, 0, 0, 0.87);
  color: var(--foreground-1);
}
md-input-container label,
md-input-container .md-placeholder {
  color: rgba(0, 0, 0, 0.54);
  color: var(--foreground-2);
}
md-input-container label.md-required:after {
  color: #c51162;
  color: RGB(var(--warn-A700));
}
md-input-container:not(.md-input-focused):not(.md-input-invalid) label.md-required:after {
  color: rgba(0, 0, 0, 0.54);
  color: var(--foreground-2);
}
md-input-container .md-input-messages-animation, md-input-container .md-input-message-animation {
  color: #c51162;
  color: RGB(var(--warn-A700));
}
md-input-container .md-input-messages-animation .md-char-counter, md-input-container .md-input-message-animation .md-char-counter {
  color: rgba(0, 0, 0, 0.87);
  color: var(--foreground-1);
}
md-input-container.md-input-focused .md-input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.54);
}
md-input-container.md-input-focused .md-input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.54);
}
md-input-container.md-input-focused .md-input::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.54);
}
md-input-container.md-input-focused .md-input::placeholder {
  color: rgba(0, 0, 0, 0.54);
}
md-input-container.md-input-focused .md-input:-moz-placeholder {
  color: rgba(0, 0, 0, 0.54);
  opacity: 1;
}
md-input-container.md-input-focused .md-input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.54);
  opacity: 1;
}
md-input-container.md-input-focused .md-input::-webkit-input-placeholder {
  color: var(--foreground-2);
}
md-input-container.md-input-focused .md-input:-ms-input-placeholder {
  color: var(--foreground-2);
}
md-input-container.md-input-focused .md-input::-ms-input-placeholder {
  color: var(--foreground-2);
}
md-input-container.md-input-focused .md-input::placeholder {
  color: var(--foreground-2);
}
md-input-container.md-input-focused .md-input:-moz-placeholder {
  color: var(--foreground-2);
  opacity: 1;
}
md-input-container.md-input-focused .md-input::-moz-placeholder {
  color: var(--foreground-2);
  opacity: 1;
}
md-input-container:not(.md-input-invalid).md-input-has-value label {
  color: rgba(0, 0, 0, 0.54);
  color: var(--foreground-2);
}
md-input-container:not(.md-input-invalid).md-input-focused .md-input, md-input-container:not(.md-input-invalid).md-input-resized .md-input {
  border-color: #2addb2;
  border-color: RGB(var(--primary-500));
}
md-input-container:not(.md-input-invalid).md-input-focused label,
md-input-container:not(.md-input-invalid).md-input-focused md-icon {
  color: #2addb2;
  color: RGB(var(--primary-500));
}
md-input-container:not(.md-input-invalid).md-input-focused.md-accent .md-input {
  border-color: #8a4fff;
  border-color: RGB(var(--accent-500));
}
md-input-container:not(.md-input-invalid).md-input-focused.md-accent label,
md-input-container:not(.md-input-invalid).md-input-focused.md-accent md-icon {
  color: #8a4fff;
  color: RGB(var(--accent-500));
}
md-input-container:not(.md-input-invalid).md-input-focused.md-warn .md-input {
  border-color: #c51162;
  border-color: RGB(var(--warn-A700));
}
md-input-container:not(.md-input-invalid).md-input-focused.md-warn label,
md-input-container:not(.md-input-invalid).md-input-focused.md-warn md-icon {
  color: #c51162;
  color: RGB(var(--warn-A700));
}
md-input-container.md-input-invalid .md-input {
  border-color: #c51162;
  border-color: RGB(var(--warn-A700));
}
md-input-container.md-input-invalid label,
md-input-container.md-input-invalid .md-input-message-animation,
md-input-container.md-input-invalid .md-char-counter {
  color: #c51162;
  color: RGB(var(--warn-A700));
}
md-input-container .md-input[disabled], [disabled] md-input-container .md-input {
  border-bottom-color: transparent;
  color: rgba(0, 0, 0, 0.38);
  color: var(--foreground-3);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.38) 0%, rgba(0, 0, 0, 0.38) 33%, transparent 0%);
  background-image: linear-gradient(to right, var(--foreground-3) 0%, var(--foreground-3) 33%, transparent 0%);
  background-image: -ms-linear-gradient(left, transparent 0%, rgba(0, 0, 0, 0.38) 100%);
  background-image: -ms-linear-gradient(left, transparent 0%, var(--foreground-3) 100%);
}

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.md-dense md-list-item,
md-list.md-dense md-list-item .md-list-item-inner {
  min-height: 48px;
}
md-list.md-dense md-list-item::before,
md-list.md-dense md-list-item .md-list-item-inner::before {
  content: "";
  min-height: 48px;
  visibility: hidden;
  display: inline-block;
}
md-list.md-dense md-list-item md-icon:first-child,
md-list.md-dense md-list-item .md-list-item-inner md-icon:first-child {
  width: 20px;
  height: 20px;
}
md-list.md-dense md-list-item > md-icon:first-child:not(.md-avatar-icon),
md-list.md-dense md-list-item .md-list-item-inner > md-icon:first-child:not(.md-avatar-icon) {
  margin-right: 36px;
}
[dir=rtl] md-list.md-dense md-list-item > md-icon:first-child:not(.md-avatar-icon),
[dir=rtl] md-list.md-dense md-list-item .md-list-item-inner > md-icon:first-child:not(.md-avatar-icon) {
  margin-right: auto;
  margin-left: 36px;
}
md-list.md-dense md-list-item .md-avatar, md-list.md-dense md-list-item .md-avatar-icon,
md-list.md-dense md-list-item .md-list-item-inner .md-avatar,
md-list.md-dense md-list-item .md-list-item-inner .md-avatar-icon {
  margin-right: 20px;
}
[dir=rtl] md-list.md-dense md-list-item .md-avatar, [dir=rtl] md-list.md-dense md-list-item .md-avatar-icon,
[dir=rtl] md-list.md-dense md-list-item .md-list-item-inner .md-avatar,
[dir=rtl] md-list.md-dense md-list-item .md-list-item-inner .md-avatar-icon {
  margin-right: auto;
  margin-left: 20px;
}
md-list.md-dense md-list-item .md-avatar,
md-list.md-dense md-list-item .md-list-item-inner .md-avatar {
  flex: none;
  width: 36px;
  height: 36px;
}
md-list.md-dense md-list-item.md-2-line .md-list-item-text.md-offset, md-list.md-dense md-list-item.md-2-line > .md-no-style .md-list-item-text.md-offset, md-list.md-dense md-list-item.md-3-line .md-list-item-text.md-offset, md-list.md-dense md-list-item.md-3-line > .md-no-style .md-list-item-text.md-offset {
  margin-left: 56px;
}
[dir=rtl] md-list.md-dense md-list-item.md-2-line .md-list-item-text.md-offset, [dir=rtl] md-list.md-dense md-list-item.md-2-line > .md-no-style .md-list-item-text.md-offset, [dir=rtl] md-list.md-dense md-list-item.md-3-line .md-list-item-text.md-offset, [dir=rtl] md-list.md-dense md-list-item.md-3-line > .md-no-style .md-list-item-text.md-offset {
  margin-left: auto;
  margin-right: 56px;
}
md-list.md-dense md-list-item.md-2-line .md-list-item-text h3,
md-list.md-dense md-list-item.md-2-line .md-list-item-text h4,
md-list.md-dense md-list-item.md-2-line .md-list-item-text p, md-list.md-dense md-list-item.md-2-line > .md-no-style .md-list-item-text h3,
md-list.md-dense md-list-item.md-2-line > .md-no-style .md-list-item-text h4,
md-list.md-dense md-list-item.md-2-line > .md-no-style .md-list-item-text p, md-list.md-dense md-list-item.md-3-line .md-list-item-text h3,
md-list.md-dense md-list-item.md-3-line .md-list-item-text h4,
md-list.md-dense md-list-item.md-3-line .md-list-item-text p, md-list.md-dense md-list-item.md-3-line > .md-no-style .md-list-item-text h3,
md-list.md-dense md-list-item.md-3-line > .md-no-style .md-list-item-text h4,
md-list.md-dense md-list-item.md-3-line > .md-no-style .md-list-item-text p {
  line-height: 1.05;
  font-size: 12px;
}
md-list.md-dense md-list-item.md-2-line .md-list-item-text h3, md-list.md-dense md-list-item.md-2-line > .md-no-style .md-list-item-text h3, md-list.md-dense md-list-item.md-3-line .md-list-item-text h3, md-list.md-dense md-list-item.md-3-line > .md-no-style .md-list-item-text h3 {
  font-size: 13px;
}
md-list.md-dense md-list-item.md-2-line, md-list.md-dense md-list-item.md-2-line > .md-no-style {
  min-height: 60px;
}
md-list.md-dense md-list-item.md-2-line::before, md-list.md-dense md-list-item.md-2-line > .md-no-style::before {
  content: "";
  min-height: 60px;
  visibility: hidden;
  display: inline-block;
}
md-list.md-dense md-list-item.md-2-line > .md-avatar, md-list.md-dense md-list-item.md-2-line .md-avatar-icon, md-list.md-dense md-list-item.md-2-line > .md-no-style > .md-avatar, md-list.md-dense md-list-item.md-2-line > .md-no-style .md-avatar-icon {
  margin-top: 12px;
}
md-list.md-dense md-list-item.md-3-line, md-list.md-dense md-list-item.md-3-line > .md-no-style {
  min-height: 76px;
}
md-list.md-dense md-list-item.md-3-line::before, md-list.md-dense md-list-item.md-3-line > .md-no-style::before {
  content: "";
  min-height: 76px;
  visibility: hidden;
  display: inline-block;
}
md-list.md-dense md-list-item.md-3-line > md-icon:first-child,
md-list.md-dense md-list-item.md-3-line > .md-avatar, md-list.md-dense md-list-item.md-3-line > .md-no-style > md-icon:first-child,
md-list.md-dense md-list-item.md-3-line > .md-no-style > .md-avatar {
  margin-top: 16px;
}

md-list-item {
  position: relative;
}
md-list-item.md-proxy-focus.md-focused .md-no-style {
  transition: background-color 0.15s linear;
}
md-list-item._md-button-wrap {
  position: relative;
}
md-list-item._md-button-wrap > div.md-button:first-child {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 16px;
  margin: 0;
  font-weight: 400;
  text-align: left;
}
[dir=rtl] md-list-item._md-button-wrap > div.md-button:first-child {
  text-align: right;
}
md-list-item._md-button-wrap > div.md-button:first-child {
  border: medium none;
}
md-list-item._md-button-wrap > div.md-button:first-child > .md-button:first-child {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  margin: 0;
  padding: 0;
}
md-list-item._md-button-wrap > div.md-button:first-child .md-list-item-inner {
  width: 100%;
}
md-list-item._md-button-wrap > div.md-button:first-child .md-list-item-inner::before {
  content: "";
  min-height: inherit;
  visibility: hidden;
  display: inline-block;
}
md-list-item.md-no-proxy,
md-list-item .md-no-style {
  position: relative;
  padding: 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;
}
[dir=rtl] md-list-item.md-no-proxy.md-button,
[dir=rtl] md-list-item .md-no-style.md-button {
  text-align: right;
}
md-list-item.md-no-proxy.md-button,
md-list-item .md-no-style.md-button {
  text-transform: none;
  width: 100%;
  white-space: normal;
  flex-direction: inherit;
  align-items: inherit;
  border-radius: 0;
  margin: 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-clickable:hover {
  cursor: pointer;
}
md-list-item md-divider {
  position: absolute;
  bottom: 0;
  left: 0;
}
[dir=rtl] md-list-item md-divider {
  left: auto;
  right: 0;
}
md-list-item md-divider {
  width: 100%;
}
md-list-item md-divider[md-inset] {
  left: 72px;
}
[dir=rtl] md-list-item md-divider[md-inset] {
  left: auto;
  right: 72px;
}
md-list-item md-divider[md-inset] {
  width: calc(100% - 72px);
  margin: 0 !important;
}
md-list-item,
md-list-item .md-list-item-inner {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  min-height: 48px;
}
md-list-item::before,
md-list-item .md-list-item-inner::before {
  content: "";
  min-height: 48px;
  visibility: hidden;
  display: inline-block;
}
md-list-item,
md-list-item .md-list-item-inner {
  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;
}
[dir=rtl] md-list-item > md-icon:first-child:not(.md-avatar-icon),
[dir=rtl] md-list-item .md-list-item-inner > md-icon:first-child:not(.md-avatar-icon) {
  margin-right: auto;
  margin-left: 32px;
}
md-list-item .md-avatar, md-list-item .md-avatar-icon,
md-list-item .md-list-item-inner .md-avatar,
md-list-item .md-list-item-inner .md-avatar-icon {
  margin-top: 8px;
  margin-bottom: 8px;
  margin-right: 16px;
}
[dir=rtl] md-list-item .md-avatar, [dir=rtl] md-list-item .md-avatar-icon,
[dir=rtl] md-list-item .md-list-item-inner .md-avatar,
[dir=rtl] md-list-item .md-list-item-inner .md-avatar-icon {
  margin-right: auto;
  margin-left: 16px;
}
md-list-item .md-avatar, md-list-item .md-avatar-icon,
md-list-item .md-list-item-inner .md-avatar,
md-list-item .md-list-item-inner .md-avatar-icon {
  border-radius: 50%;
  box-sizing: content-box;
}
md-list-item .md-avatar,
md-list-item .md-list-item-inner .md-avatar {
  flex: none;
  width: 40px;
  height: 40px;
}
md-list-item .md-avatar-icon,
md-list-item .md-list-item-inner .md-avatar-icon {
  padding: 8px;
}
md-list-item .md-avatar-icon svg,
md-list-item .md-list-item-inner .md-avatar-icon svg {
  width: 24px;
  height: 24px;
}
md-list-item > md-checkbox,
md-list-item .md-list-item-inner > md-checkbox {
  width: 24px;
  margin-left: 3px;
}
[dir=rtl] md-list-item > md-checkbox,
[dir=rtl] md-list-item .md-list-item-inner > md-checkbox {
  margin-left: 29px;
}
md-list-item > md-checkbox,
md-list-item .md-list-item-inner > md-checkbox {
  margin-right: 29px;
}
[dir=rtl] md-list-item > md-checkbox,
[dir=rtl] md-list-item .md-list-item-inner > md-checkbox {
  margin-right: 3px;
}
md-list-item > md-checkbox,
md-list-item .md-list-item-inner > md-checkbox {
  margin-top: 16px;
}
md-list-item .md-secondary-container,
md-list-item .md-list-item-inner .md-secondary-container {
  display: flex;
  align-items: center;
  position: relative;
  flex-shrink: 0;
  margin: auto;
  margin-right: 0;
}
[dir=rtl] md-list-item .md-secondary-container,
[dir=rtl] md-list-item .md-list-item-inner .md-secondary-container {
  margin-right: auto;
}
md-list-item .md-secondary-container,
md-list-item .md-list-item-inner .md-secondary-container {
  margin-left: auto;
}
[dir=rtl] md-list-item .md-secondary-container,
[dir=rtl] md-list-item .md-list-item-inner .md-secondary-container {
  margin-left: 0;
}
md-list-item .md-secondary-container .md-button:last-of-type, md-list-item .md-secondary-container .md-icon-button:last-of-type,
md-list-item .md-list-item-inner .md-secondary-container .md-button:last-of-type,
md-list-item .md-list-item-inner .md-secondary-container .md-icon-button:last-of-type {
  margin-right: 0;
}
[dir=rtl] md-list-item .md-secondary-container .md-button:last-of-type, [dir=rtl] md-list-item .md-secondary-container .md-icon-button:last-of-type,
[dir=rtl] md-list-item .md-list-item-inner .md-secondary-container .md-button:last-of-type,
[dir=rtl] md-list-item .md-list-item-inner .md-secondary-container .md-icon-button:last-of-type {
  margin-right: auto;
  margin-left: 0;
}
md-list-item .md-secondary-container md-checkbox,
md-list-item .md-list-item-inner .md-secondary-container md-checkbox {
  margin-top: 0;
  margin-bottom: 0;
}
md-list-item .md-secondary-container md-checkbox:last-child,
md-list-item .md-list-item-inner .md-secondary-container md-checkbox:last-child {
  width: 24px;
  margin-right: 0;
}
[dir=rtl] md-list-item .md-secondary-container md-checkbox:last-child,
[dir=rtl] md-list-item .md-list-item-inner .md-secondary-container md-checkbox:last-child {
  margin-right: auto;
  margin-left: 0;
}
md-list-item .md-secondary-container md-switch,
md-list-item .md-list-item-inner .md-secondary-container md-switch {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: -6px;
}
[dir=rtl] md-list-item .md-secondary-container md-switch,
[dir=rtl] md-list-item .md-list-item-inner .md-secondary-container md-switch {
  margin-right: auto;
  margin-left: -6px;
}
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 1 auto;
  margin: 0;
}
md-list-item.md-2-line, md-list-item.md-2-line > .md-no-style, md-list-item.md-3-line, md-list-item.md-3-line > .md-no-style {
  align-items: flex-start;
  justify-content: center;
}
md-list-item.md-2-line.md-long-text, md-list-item.md-2-line > .md-no-style.md-long-text, md-list-item.md-3-line.md-long-text, md-list-item.md-3-line > .md-no-style.md-long-text {
  margin-top: 8px;
  margin-bottom: 8px;
}
md-list-item.md-2-line .md-list-item-text, md-list-item.md-2-line > .md-no-style .md-list-item-text, md-list-item.md-3-line .md-list-item-text, md-list-item.md-3-line > .md-no-style .md-list-item-text {
  flex: 1 1 auto;
  margin: auto;
  text-overflow: ellipsis;
  overflow: hidden;
}
md-list-item.md-2-line .md-list-item-text.md-offset, md-list-item.md-2-line > .md-no-style .md-list-item-text.md-offset, md-list-item.md-3-line .md-list-item-text.md-offset, md-list-item.md-3-line > .md-no-style .md-list-item-text.md-offset {
  margin-left: 56px;
}
[dir=rtl] md-list-item.md-2-line .md-list-item-text.md-offset, [dir=rtl] md-list-item.md-2-line > .md-no-style .md-list-item-text.md-offset, [dir=rtl] md-list-item.md-3-line .md-list-item-text.md-offset, [dir=rtl] md-list-item.md-3-line > .md-no-style .md-list-item-text.md-offset {
  margin-left: auto;
  margin-right: 56px;
}
md-list-item.md-2-line .md-list-item-text h3, md-list-item.md-2-line > .md-no-style .md-list-item-text h3, md-list-item.md-3-line .md-list-item-text h3, md-list-item.md-3-line > .md-no-style .md-list-item-text h3 {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 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::before, md-list-item.md-2-line > .md-no-style::before {
  content: "";
  min-height: 72px;
  visibility: hidden;
  display: inline-block;
}
md-list-item.md-2-line > .md-avatar, 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 1 auto;
}
md-list-item.md-3-line, md-list-item.md-3-line > .md-no-style {
  height: auto;
  min-height: 88px;
}
md-list-item.md-3-line::before, md-list-item.md-3-line > .md-no-style::before {
  content: "";
  min-height: 88px;
  visibility: hidden;
  display: inline-block;
}
md-list-item.md-3-line > md-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-list md-list-item.md-2-line .md-list-item-text h3, md-list md-list-item.md-2-line .md-list-item-text h4,
md-list md-list-item.md-3-line .md-list-item-text h3,
md-list md-list-item.md-3-line .md-list-item-text h4 {
  color: rgba(0, 0, 0, 0.87);
  color: var(--foreground-1);
}
md-list md-list-item.md-2-line .md-list-item-text p,
md-list md-list-item.md-3-line .md-list-item-text p {
  color: rgba(0, 0, 0, 0.54);
  color: var(--foreground-2);
}
md-list .md-proxy-focus.md-focused div.md-no-style {
  background-color: #f5f5f5;
  background-color: RGB(var(--background-100));
}
md-list md-list-item .md-avatar-icon {
  background-color: rgba(0, 0, 0, 0.38);
  background-color: var(--foreground-3);
  color: #fafafa;
  color: RGB(var(--background-50));
}
md-list md-list-item > md-icon {
  color: rgba(0, 0, 0, 0.54);
  color: var(--foreground-2);
}
md-list md-list-item > md-icon.md-highlight {
  color: #2addb2;
  color: RGB(var(--primary-500));
}
md-list md-list-item > md-icon.md-highlight.md-accent {
  color: #8a4fff;
  color: RGB(var(--accent-500));
}

@keyframes indeterminate-rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
md-progress-circular {
  position: relative;
  display: block;
}
md-progress-circular._md-progress-circular-disabled {
  visibility: hidden;
}
md-progress-circular.md-mode-indeterminate svg {
  animation: indeterminate-rotate 1568.63ms linear infinite;
}
md-progress-circular svg {
  position: absolute;
  overflow: visible;
  top: 0;
  left: 0;
}

md-progress-circular path {
  stroke: #2addb2;
  stroke: RGB(var(--primary-500));
}
md-progress-circular.md-warn path {
  stroke: #e91e63;
  stroke: RGB(var(--warn-500));
}
md-progress-circular.md-accent path {
  stroke: #8a4fff;
  stroke: RGB(var(--accent-500));
}

md-progress-linear {
  display: block;
  position: relative;
  width: 100%;
  height: 5px;
  padding-top: 0 !important;
  margin-bottom: 0 !important;
}
md-progress-linear._md-progress-linear-disabled {
  visibility: hidden;
}
md-progress-linear .md-container {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 5px;
  transform: translate(0, 0) scale(1, 1);
}
md-progress-linear .md-container .md-bar {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 5px;
}
md-progress-linear .md-container .md-dashed:before {
  content: "";
  display: none;
  position: absolute;
  margin-top: 0;
  height: 5px;
  width: 100%;
  background-color: transparent;
  background-size: 10px 10px !important;
  background-position: 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 ._md-progress-linear-disabled md-progress-linear .md-container {
  animation: none;
}
md-progress-linear .md-container.ng-hide ._md-progress-linear-disabled md-progress-linear .md-container .md-bar1 {
  animation-name: none;
}
md-progress-linear .md-container.ng-hide ._md-progress-linear-disabled md-progress-linear .md-container .md-bar2 {
  animation-name: none;
}
md-progress-linear .md-container.md-mode-buffer {
  background-color: transparent !important;
  transition: all 0.2s linear;
}
md-progress-linear .md-container.md-mode-buffer .md-dashed:before {
  display: block;
  animation: buffer 3s infinite linear;
}

@keyframes query {
  0% {
    opacity: 1;
    transform: translateX(35%) scale(0.3, 1);
  }
  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-progress-linear .md-container {
  background-color: rgb(173.9392712551, 242.0607287449, 225.6963562753);
  background-color: RGB(var(--primary-100));
}
md-progress-linear .md-bar {
  background-color: #2addb2;
  background-color: RGB(var(--primary-500));
}
md-progress-linear.md-warn .md-container {
  background-color: #f8bbd0;
  background-color: RGB(var(--warn-100));
}
md-progress-linear.md-warn .md-bar {
  background-color: #e91e63;
  background-color: RGB(var(--warn-500));
}
md-progress-linear.md-accent .md-container {
  background-color: rgb(239.7102272727, 232, 255);
  background-color: RGB(var(--accent-100));
}
md-progress-linear.md-accent .md-bar {
  background-color: #8a4fff;
  background-color: RGB(var(--accent-500));
}
md-progress-linear[md-mode=buffer].md-primary .md-bar1 {
  background-color: rgb(173.9392712551, 242.0607287449, 225.6963562753);
  background-color: RGB(var(--primary-100));
}
md-progress-linear[md-mode=buffer].md-primary .md-dashed:before {
  background: radial-gradient(rgb(173.9392712551, 242.0607287449, 225.6963562753) 0%, rgb(173.9392712551, 242.0607287449, 225.6963562753) 16%, transparent 42%);
  background: radial-gradient(RGB(var(--primary-100)) 0%, RGB(var(--primary-100)) 16%, transparent 42%);
}
md-progress-linear[md-mode=buffer].md-warn .md-bar1 {
  background-color: #f8bbd0;
  background-color: RGB(var(--warn-100));
}
md-progress-linear[md-mode=buffer].md-warn .md-dashed:before {
  background: radial-gradient(#f8bbd0 0%, #f8bbd0 16%, transparent 42%);
  background: radial-gradient(RGB(var(--warn-100)) 0%, RGB(var(--warn-100)) 16%, transparent 42%);
}
md-progress-linear[md-mode=buffer].md-accent .md-bar1 {
  background-color: rgb(239.7102272727, 232, 255);
  background-color: RGB(var(--accent-100));
}
md-progress-linear[md-mode=buffer].md-accent .md-dashed:before {
  background: radial-gradient(rgb(239.7102272727, 232, 255) 0%, rgb(239.7102272727, 232, 255) 16%, transparent 42%);
  background: radial-gradient(RGB(var(--accent-100)) 0%, RGB(var(--accent-100)) 16%, transparent 42%);
}

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;
}
[dir=rtl] md-radio-button .md-container {
  left: auto;
}
md-radio-button .md-container {
  right: auto;
}
[dir=rtl] md-radio-button .md-container {
  right: 0;
}
md-radio-button .md-container .md-ripple-container {
  position: absolute;
  display: block;
  width: auto;
  height: auto;
  left: -15px;
  top: -15px;
  right: -15px;
  bottom: -15px;
}
md-radio-button .md-container:before {
  box-sizing: border-box;
  background-color: transparent;
  border-radius: 50%;
  content: "";
  position: absolute;
  display: block;
  height: auto;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  transition: all 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;
}
[dir=rtl] md-radio-button .md-label {
  margin-left: 0;
}
md-radio-button .md-label {
  margin-right: 0;
}
[dir=rtl] md-radio-button .md-label {
  margin-right: 30px;
}
md-radio-button .md-label {
  vertical-align: middle;
  white-space: normal;
  pointer-events: none;
  width: auto;
}

md-radio-group {
  /** Layout adjustments for the radio group. */
}
md-radio-group.layout-column md-radio-button, md-radio-group.layout-xs-column md-radio-button, md-radio-group.layout-gt-xs-column md-radio-button, md-radio-group.layout-sm-column md-radio-button, md-radio-group.layout-gt-sm-column md-radio-button, md-radio-group.layout-md-column md-radio-button, md-radio-group.layout-gt-md-column md-radio-button, md-radio-group.layout-lg-column md-radio-button, md-radio-group.layout-gt-lg-column md-radio-button, md-radio-group.layout-xl-column md-radio-button {
  margin-bottom: 16px;
}
md-radio-group.layout-row md-radio-button, md-radio-group.layout-xs-row md-radio-button, md-radio-group.layout-gt-xs-row md-radio-button, md-radio-group.layout-sm-row md-radio-button, md-radio-group.layout-gt-sm-row md-radio-button, md-radio-group.layout-md-row md-radio-button, md-radio-group.layout-gt-md-row md-radio-button, md-radio-group.layout-lg-row md-radio-button, md-radio-group.layout-gt-lg-row md-radio-button, md-radio-group.layout-xl-row md-radio-button {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}
[dir=rtl] md-radio-group.layout-row md-radio-button, [dir=rtl] md-radio-group.layout-xs-row md-radio-button, [dir=rtl] md-radio-group.layout-gt-xs-row md-radio-button, [dir=rtl] md-radio-group.layout-sm-row md-radio-button, [dir=rtl] md-radio-group.layout-gt-sm-row md-radio-button, [dir=rtl] md-radio-group.layout-md-row md-radio-button, [dir=rtl] md-radio-group.layout-gt-md-row md-radio-button, [dir=rtl] md-radio-group.layout-lg-row md-radio-button, [dir=rtl] md-radio-group.layout-gt-lg-row md-radio-button, [dir=rtl] md-radio-group.layout-xl-row md-radio-button {
  margin-left: 16px;
}
md-radio-group.layout-row md-radio-button, md-radio-group.layout-xs-row md-radio-button, md-radio-group.layout-gt-xs-row md-radio-button, md-radio-group.layout-sm-row md-radio-button, md-radio-group.layout-gt-sm-row md-radio-button, md-radio-group.layout-md-row md-radio-button, md-radio-group.layout-gt-md-row md-radio-button, md-radio-group.layout-lg-row md-radio-button, md-radio-group.layout-gt-lg-row md-radio-button, md-radio-group.layout-xl-row md-radio-button {
  margin-right: 16px;
}
[dir=rtl] md-radio-group.layout-row md-radio-button, [dir=rtl] md-radio-group.layout-xs-row md-radio-button, [dir=rtl] md-radio-group.layout-gt-xs-row md-radio-button, [dir=rtl] md-radio-group.layout-sm-row md-radio-button, [dir=rtl] md-radio-group.layout-gt-sm-row md-radio-button, [dir=rtl] md-radio-group.layout-md-row md-radio-button, [dir=rtl] md-radio-group.layout-gt-md-row md-radio-button, [dir=rtl] md-radio-group.layout-lg-row md-radio-button, [dir=rtl] md-radio-group.layout-gt-lg-row md-radio-button, [dir=rtl] md-radio-group.layout-xl-row md-radio-button {
  margin-right: 0;
}
md-radio-group.layout-row md-radio-button:last-of-type, md-radio-group.layout-xs-row md-radio-button:last-of-type, md-radio-group.layout-gt-xs-row md-radio-button:last-of-type, md-radio-group.layout-sm-row md-radio-button:last-of-type, md-radio-group.layout-gt-sm-row md-radio-button:last-of-type, md-radio-group.layout-md-row md-radio-button:last-of-type, md-radio-group.layout-gt-md-row md-radio-button:last-of-type, md-radio-group.layout-lg-row md-radio-button:last-of-type, md-radio-group.layout-gt-lg-row md-radio-button:last-of-type, md-radio-group.layout-xl-row md-radio-button:last-of-type {
  margin-left: 0;
  margin-right: 0;
}
md-radio-group:focus {
  outline: none;
}
md-radio-group.md-focused.ng-not-empty .md-checked .md-container:before {
  left: -8px;
  top: -8px;
  right: -8px;
  bottom: -8px;
}
md-radio-group.md-focused.ng-empty > md-radio-button:first-child .md-container:before {
  left: -8px;
  top: -8px;
  right: -8px;
  bottom: -8px;
}
md-radio-group[disabled] md-radio-button {
  cursor: default;
}
md-radio-group[disabled] md-radio-button .md-container {
  cursor: default;
}

.md-inline-form md-radio-group {
  margin: 18px 0 19px;
}
.md-inline-form md-radio-group md-radio-button {
  display: inline-block;
  height: 30px;
  padding: 2px;
  box-sizing: border-box;
  margin-top: 0;
  margin-bottom: 0;
}

@media screen and (-ms-high-contrast: active) {
  md-radio-button.md-default-theme .md-on {
    background-color: #fff;
  }
}
md-radio-button .md-off {
  border-color: rgba(0, 0, 0, 0.54);
  border-color: var(--foreground-2);
}
md-radio-button .md-on {
  background-color: rgba(138, 79, 255, 0.87);
  background-color: RGBA(var(--accent-500), 0.87);
}
md-radio-button.md-checked .md-off {
  border-color: rgba(138, 79, 255, 0.87);
  border-color: RGBA(var(--accent-500), 0.87);
}
md-radio-button.md-checked .md-ink-ripple {
  color: rgba(138, 79, 255, 0.87);
  color: RGBA(var(--accent-500), 0.87);
}
md-radio-button .md-container .md-ripple {
  color: rgb(82.9017045455, 0, 247.3);
  color: RGB(var(--accent-A700));
}

md-radio-group:not([disabled]) .md-primary .md-on, md-radio-group:not([disabled]).md-primary .md-on,
md-radio-button:not([disabled]) .md-primary .md-on,
md-radio-button:not([disabled]).md-primary .md-on {
  background-color: rgba(42, 221, 178, 0.87);
  background-color: RGBA(var(--primary-500), 0.87);
}
md-radio-group:not([disabled]) .md-primary .md-checked .md-off, md-radio-group:not([disabled]) .md-primary.md-checked .md-off, md-radio-group:not([disabled]).md-primary .md-checked .md-off, md-radio-group:not([disabled]).md-primary.md-checked .md-off,
md-radio-button:not([disabled]) .md-primary .md-checked .md-off,
md-radio-button:not([disabled]) .md-primary.md-checked .md-off,
md-radio-button:not([disabled]).md-primary .md-checked .md-off,
md-radio-button:not([disabled]).md-primary.md-checked .md-off {
  border-color: rgba(42, 221, 178, 0.87);
  border-color: RGBA(var(--primary-500), 0.87);
}
md-radio-group:not([disabled]) .md-primary .md-checked .md-ink-ripple, md-radio-group:not([disabled]) .md-primary.md-checked .md-ink-ripple, md-radio-group:not([disabled]).md-primary .md-checked .md-ink-ripple, md-radio-group:not([disabled]).md-primary.md-checked .md-ink-ripple,
md-radio-button:not([disabled]) .md-primary .md-checked .md-ink-ripple,
md-radio-button:not([disabled]) .md-primary.md-checked .md-ink-ripple,
md-radio-button:not([disabled]).md-primary .md-checked .md-ink-ripple,
md-radio-button:not([disabled]).md-primary.md-checked .md-ink-ripple {
  color: rgba(42, 221, 178, 0.87);
  color: RGBA(var(--primary-500), 0.87);
}
md-radio-group:not([disabled]) .md-primary .md-container .md-ripple, md-radio-group:not([disabled]).md-primary .md-container .md-ripple,
md-radio-button:not([disabled]) .md-primary .md-container .md-ripple,
md-radio-button:not([disabled]).md-primary .md-container .md-ripple {
  color: rgb(32.6923076923, 204.8076923077, 163.4615384615);
  color: RGB(var(--primary-600));
}
md-radio-group:not([disabled]) .md-warn .md-on, md-radio-group:not([disabled]).md-warn .md-on,
md-radio-button:not([disabled]) .md-warn .md-on,
md-radio-button:not([disabled]).md-warn .md-on {
  background-color: rgba(233, 30, 99, 0.87);
  background-color: RGBA(var(--warn-500), 0.87);
}
md-radio-group:not([disabled]) .md-warn .md-checked .md-off, md-radio-group:not([disabled]) .md-warn.md-checked .md-off, md-radio-group:not([disabled]).md-warn .md-checked .md-off, md-radio-group:not([disabled]).md-warn.md-checked .md-off,
md-radio-button:not([disabled]) .md-warn .md-checked .md-off,
md-radio-button:not([disabled]) .md-warn.md-checked .md-off,
md-radio-button:not([disabled]).md-warn .md-checked .md-off,
md-radio-button:not([disabled]).md-warn.md-checked .md-off {
  border-color: rgba(233, 30, 99, 0.87);
  border-color: RGBA(var(--warn-500), 0.87);
}
md-radio-group:not([disabled]) .md-warn .md-checked .md-ink-ripple, md-radio-group:not([disabled]) .md-warn.md-checked .md-ink-ripple, md-radio-group:not([disabled]).md-warn .md-checked .md-ink-ripple, md-radio-group:not([disabled]).md-warn.md-checked .md-ink-ripple,
md-radio-button:not([disabled]) .md-warn .md-checked .md-ink-ripple,
md-radio-button:not([disabled]) .md-warn.md-checked .md-ink-ripple,
md-radio-button:not([disabled]).md-warn .md-checked .md-ink-ripple,
md-radio-button:not([disabled]).md-warn.md-checked .md-ink-ripple {
  color: rgba(233, 30, 99, 0.87);
  color: RGBA(var(--warn-500), 0.87);
}
md-radio-group:not([disabled]) .md-warn .md-container .md-ripple, md-radio-group:not([disabled]).md-warn .md-container .md-ripple,
md-radio-button:not([disabled]) .md-warn .md-container .md-ripple,
md-radio-button:not([disabled]).md-warn .md-container .md-ripple {
  color: #d81b60;
  color: RGB(var(--warn-600));
}
md-radio-group[disabled],
md-radio-button[disabled] {
  color: rgba(0, 0, 0, 0.38);
  color: var(--foreground-3);
}
md-radio-group[disabled] .md-container .md-off,
md-radio-button[disabled] .md-container .md-off {
  border-color: rgba(0, 0, 0, 0.38);
  border-color: var(--foreground-3);
}
md-radio-group[disabled] .md-container .md-on,
md-radio-button[disabled] .md-container .md-on {
  border-color: rgba(0, 0, 0, 0.38);
  border-color: var(--foreground-3);
}

md-radio-group .md-checked .md-ink-ripple {
  color: rgba(138, 79, 255, 0.26);
  color: RGBA(var(--accent-500), 0.26);
}
md-radio-group.md-primary .md-checked:not([disabled]) .md-ink-ripple, md-radio-group .md-checked:not([disabled]).md-primary .md-ink-ripple {
  color: rgba(42, 221, 178, 0.26);
  color: RGBA(var(--primary-500), 0.26);
}

md-radio-group.md-focused.ng-empty > md-radio-button:first-child .md-container:before {
  background-color: rgba(0, 0, 0, 0.26);
  background-color: var(--foreground-3);
}

md-radio-group.md-focused:not(:empty) .md-checked .md-container:before {
  background-color: rgba(138, 79, 255, 0.26);
  background-color: RGBA(var(--accent-500), 0.26);
}
md-radio-group.md-focused:not(:empty).md-primary .md-checked .md-container:before,
md-radio-group.md-focused:not(:empty) .md-checked.md-primary .md-container:before {
  background-color: rgba(42, 221, 178, 0.26);
  background-color: RGBA(var(--primary-500), 0.26);
}
md-radio-group.md-focused:not(:empty).md-warn .md-checked .md-container:before,
md-radio-group.md-focused:not(:empty) .md-checked.md-warn .md-container:before {
  background-color: rgba(233, 30, 99, 0.26);
  background-color: RGBA(var(--warn-500), 0.26);
}

md-input-container:not([md-no-float]) .md-select-placeholder span:first-child {
  transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transform-origin: left top;
}
[dir=rtl] md-input-container:not([md-no-float]) .md-select-placeholder span:first-child {
  transform-origin: right top;
}
md-input-container.md-input-focused:not([md-no-float]) .md-select-placeholder span:first-child {
  transform: translateY(-22px) translateX(-2px) scale(0.75);
}

.md-select-menu-container {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 90;
  opacity: 0;
  display: none;
  transform: translateY(-1px);
}
.md-select-menu-container:not(.md-clickable) {
  pointer-events: none;
}
.md-select-menu-container md-progress-circular {
  display: table;
  margin: 24px auto !important;
}
.md-select-menu-container.md-active {
  display: block;
  opacity: 1;
}
.md-select-menu-container.md-active md-select-menu {
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition-duration: 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-input-container:not(.md-input-has-value) md-select[required]:not(.md-no-asterisk) .md-select-value span:first-child:after, md-input-container:not(.md-input-has-value) md-select.ng-required:not(.md-no-asterisk) .md-select-value span:first-child:after {
  content: " *";
  font-size: 13px;
  vertical-align: top;
}

md-input-container.md-input-invalid md-select .md-select-value {
  border-bottom-style: solid;
  padding-bottom: 1px;
}

md-select {
  display: flex;
  margin: 20px 0 26px 0;
}
md-select[required].ng-empty.ng-invalid:not(.md-no-asterisk) .md-select-value span:first-child:after, md-select.ng-required.ng-empty.ng-invalid:not(.md-no-asterisk) .md-select-value span:first-child:after {
  content: " *";
  font-size: 13px;
  vertical-align: top;
}
md-select[disabled] .md-select-value {
  background-position: 0 bottom;
  background-size: 4px 1px;
  background-repeat: repeat-x;
  margin-bottom: -1px;
}
md-select:focus {
  outline: none;
}
md-select[disabled]:hover {
  cursor: default;
}
md-select:not([disabled]):hover {
  cursor: pointer;
}
md-select:not([disabled]).ng-invalid.ng-touched .md-select-value {
  border-bottom-style: solid;
  padding-bottom: 1px;
}
md-select:not([disabled]):focus .md-select-value {
  border-bottom-width: 2px;
  border-bottom-style: solid;
  padding-bottom: 0;
}
md-select:not([disabled]):focus.ng-invalid.ng-touched .md-select-value {
  padding-bottom: 0;
}

md-input-container.md-input-has-value .md-select-value > span:not(.md-select-icon) {
  transform: translate3d(0, 1px, 0);
}

.md-select-value {
  display: 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 > span:not(.md-select-icon) {
  max-width: 100%;
  flex: 1 1 auto;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.md-select-value > span:not(.md-select-icon) .md-text {
  display: inline;
}
.md-select-value .md-select-icon {
  display: block;
  align-items: flex-end;
}
[dir=rtl] .md-select-value .md-select-icon {
  align-items: flex-start;
}
.md-select-value .md-select-icon {
  text-align: right;
}
[dir=rtl] .md-select-value .md-select-icon {
  text-align: left;
}
.md-select-value .md-select-icon {
  width: 24px;
  margin: 0 4px;
  transform: translate3d(0, -2px, 0);
  font-size: 1.2rem;
}
.md-select-value .md-select-icon:after {
  display: block;
  content: "▼";
  position: relative;
  top: 2px;
  speak: none;
  font-size: 13px;
  transform: scaleY(0.5) 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;
}
[dir=rtl] md-select-menu {
  transform-origin: right top;
}
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;
  transition: background 0.15s linear;
}
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;
}
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;
}
[dir=rtl] md-select-menu[multiple] md-option.md-checkbox-enabled {
  padding-left: 16px;
}
md-select-menu[multiple] md-option.md-checkbox-enabled {
  padding-right: 16px;
}
[dir=rtl] md-select-menu[multiple] md-option.md-checkbox-enabled {
  padding-right: 40px;
}
md-select-menu[multiple] md-option.md-checkbox-enabled .md-container {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  box-sizing: border-box;
  display: inline-block;
  width: 20px;
  height: 20px;
  left: 0;
}
[dir=rtl] md-select-menu[multiple] md-option.md-checkbox-enabled .md-container {
  left: auto;
}
md-select-menu[multiple] md-option.md-checkbox-enabled .md-container {
  right: auto;
}
[dir=rtl] md-select-menu[multiple] md-option.md-checkbox-enabled .md-container {
  right: 0;
}
md-select-menu[multiple] md-option.md-checkbox-enabled .md-container:before {
  box-sizing: border-box;
  background-color: transparent;
  border-radius: 50%;
  content: "";
  position: absolute;
  display: block;
  height: auto;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  transition: all 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-color: transparent;
}
md-select-menu[multiple] md-option.md-checkbox-enabled[selected] .md-icon:after {
  box-sizing: border-box;
  transform: rotate(45deg);
  position: absolute;
  left: 4.6666666667px;
  top: 0.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;
}
[dir=rtl] md-select-menu[multiple] md-option.md-checkbox-enabled .md-container {
  margin-left: auto;
}
md-select-menu[multiple] md-option.md-checkbox-enabled .md-container {
  margin-right: auto;
}
[dir=rtl] md-select-menu[multiple] md-option.md-checkbox-enabled .md-container {
  margin-right: 10.6666666667px;
}

md-input-container md-select .md-select-value span:first-child:after {
  color: #c51162;
  color: RGB(var(--warn-A700));
}
md-input-container:not(.md-input-focused):not(.md-input-invalid) md-select .md-select-value span:first-child:after {
  color: rgba(0, 0, 0, 0.38);
  color: var(--foreground-3);
}
md-input-container.md-input-focused:not(.md-input-has-value) md-select .md-select-value {
  color: #2addb2;
  color: RGB(var(--primary-500));
}
md-input-container.md-input-focused:not(.md-input-has-value) md-select .md-select-value.md-select-placeholder {
  color: #2addb2;
  color: RGB(var(--primary-500));
}
md-input-container.md-input-invalid md-select .md-select-value {
  color: #c51162 !important;
  color: RGB(var(--warn-A700)) !important;
  border-bottom-color: #c51162 !important;
  border-bottom-color: RGB(var(--warn-A700)) !important;
}
md-input-container.md-input-invalid md-select.md-no-underline .md-select-value {
  border-bottom-color: transparent !important;
}
md-input-container:not(.md-input-invalid).md-input-focused.md-accent .md-select-value {
  border-color: #8a4fff;
  border-color: RGB(var(--accent-500));
}
md-input-container:not(.md-input-invalid).md-input-focused.md-accent .md-select-value span {
  color: #8a4fff;
  color: RGB(var(--accent-500));
}
md-input-container:not(.md-input-invalid).md-input-focused.md-warn .md-select-value {
  border-color: #c51162;
  border-color: RGB(var(--warn-A700));
}
md-input-container:not(.md-input-invalid).md-input-focused.md-warn .md-select-value span {
  color: #c51162;
  color: RGB(var(--warn-A700));
}

md-select[disabled] .md-select-value {
  border-bottom-color: transparent;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.38) 0%, rgba(0, 0, 0, 0.38) 33%, transparent 0%);
  background-image: linear-gradient(to right, var(--foreground-3) 0%, var(--foreground-3) 33%, transparent 0%);
  background-image: -ms-linear-gradient(left, transparent 0%, rgba(0, 0, 0, 0.38) 100%);
  background-image: -ms-linear-gradient(left, transparent 0%, var(--foreground-3) 100%);
}
md-select .md-select-value {
  border-bottom-color: rgba(0, 0, 0, 0.12);
  border-bottom-color: var(--foreground-4);
}
md-select .md-select-value.md-select-placeholder {
  color: rgba(0, 0, 0, 0.38);
  color: var(--foreground-3);
}
md-select .md-select-value span:first-child:after {
  color: #c51162;
  color: RGB(var(--warn-A700));
}
md-select.md-no-underline .md-select-value {
  border-bottom-color: transparent !important;
}
md-select.ng-invalid.ng-touched .md-select-value {
  color: #c51162 !important;
  color: RGB(var(--warn-A700)) !important;
  border-bottom-color: #c51162 !important;
  border-bottom-color: RGB(var(--warn-A700)) !important;
}
md-select.ng-invalid.ng-touched.md-no-underline .md-select-value {
  border-bottom-color: transparent !important;
}
md-select:not([disabled]):focus .md-select-value {
  border-bottom-color: #2addb2;
  border-bottom-color: RGB(var(--primary-500));
  color: rgba(0, 0, 0, 0.87);
  color: var(--foreground-1);
}
md-select:not([disabled]):focus .md-select-value.md-select-placeholder {
  color: rgba(0, 0, 0, 0.87);
  color: var(--foreground-1);
}
md-select:not([disabled]):focus.md-no-underline .md-select-value {
  border-bottom-color: transparent !important;
}
md-select:not([disabled]):focus.md-accent .md-select-value {
  border-bottom-color: #8a4fff;
  border-bottom-color: RGB(var(--accent-500));
}
md-select:not([disabled]):focus.md-warn .md-select-value {
  border-bottom-color: #e91e63;
  border-bottom-color: RGB(var(--warn-500));
}
md-select[disabled] .md-select-value {
  color: rgba(0, 0, 0, 0.38);
  color: var(--foreground-3);
}
md-select[disabled] .md-select-value.md-select-placeholder {
  color: rgba(0, 0, 0, 0.38);
  color: var(--foreground-3);
}
md-select[disabled] .md-select-icon {
  color: rgba(0, 0, 0, 0.38);
  color: var(--foreground-3);
}
md-select .md-select-icon {
  color: rgba(0, 0, 0, 0.54);
  color: var(--foreground-2);
}

md-select-menu md-content {
  background-color: #ffffff;
  background-color: RGB(var(--background-A100));
}
md-select-menu md-content md-optgroup {
  color: rgba(0, 0, 0, 0.54);
  color: var(--foreground-2);
}
md-select-menu md-content md-option {
  color: rgba(0, 0, 0, 0.87);
  color: var(--foreground-1);
}
md-select-menu md-content md-option[disabled] .md-text {
  color: rgba(0, 0, 0, 0.38);
  color: var(--foreground-3);
}
md-select-menu md-content md-option:not([disabled]):focus, md-select-menu md-content md-option:not([disabled]):hover {
  background-color: rgba(158, 158, 158, 0.18);
  background-color: RGBA(var(--background-500), 0.18);
}
md-select-menu md-content md-option[selected] {
  color: #2addb2;
  color: RGB(var(--primary-500));
}
md-select-menu md-content md-option[selected]:focus {
  color: rgb(32.6923076923, 204.8076923077, 163.4615384615);
  color: RGB(var(--primary-600));
}
md-select-menu md-content md-option[selected].md-accent {
  color: #8a4fff;
  color: RGB(var(--accent-500));
}
md-select-menu md-content md-option[selected].md-accent:focus {
  color: rgb(82.9017045455, 0, 247.3);
  color: RGB(var(--accent-A700));
}

.md-checkbox-enabled .md-ripple {
  color: rgb(32.6923076923, 204.8076923077, 163.4615384615);
  color: RGB(var(--primary-600));
}
.md-checkbox-enabled[selected] .md-ripple {
  color: #757575;
  color: RGB(var(--background-600));
}
.md-checkbox-enabled .md-ink-ripple {
  color: rgba(0, 0, 0, 0.54);
  color: var(--foreground-2);
}
.md-checkbox-enabled[selected] .md-ink-ripple {
  color: rgba(42, 221, 178, 0.87);
  color: RGBA(var(--primary-500), 0.87);
}
.md-checkbox-enabled:not(.md-checked) .md-icon {
  border-color: rgba(0, 0, 0, 0.54);
  border-color: var(--foreground-2);
}
.md-checkbox-enabled[selected] .md-icon {
  background-color: rgba(42, 221, 178, 0.87);
  background-color: RGBA(var(--primary-500), 0.87);
}
.md-checkbox-enabled[selected].md-focused .md-container:before {
  background-color: rgba(42, 221, 178, 0.26);
  background-color: RGBA(var(--primary-500), 0.26);
}
.md-checkbox-enabled[selected] .md-icon:after {
  border-color: rgba(255, 255, 255, 0.87);
  border-color: RGBA(var(--primary-500-contrast), 0.87);
}
.md-checkbox-enabled .md-indeterminate[disabled] .md-container {
  color: rgba(0, 0, 0, 0.38);
  color: var(--foreground-3);
}
.md-checkbox-enabled md-option .md-text {
  color: rgba(0, 0, 0, 0.87);
  color: var(--foreground-1);
}

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 {
  position: static;
  display: flex;
  transform: translate3d(0, 0, 0);
}
md-sidenav.md-locked-open-remove.md-closed {
  position: static;
  display: flex;
  transform: translate3d(0, 0, 0);
}
md-sidenav.md-closed.md-locked-open-add {
  position: static;
  display: flex;
  transform: translate3d(0%, 0, 0);
}
md-sidenav.md-closed.md-locked-open-add:not(.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: 0 !important;
  min-width: 0 !important;
}
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);
}
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 !important;
  min-width: 0 !important;
}

.md-sidenav-backdrop.md-locked-open {
  display: none;
}

.md-sidenav-left, md-sidenav {
  left: 0;
  top: 0;
  transform: translate3d(0%, 0, 0);
}
.md-sidenav-left.md-closed, md-sidenav.md-closed {
  transform: translate3d(-100%, 0, 0);
}

.md-sidenav-right {
  left: 100%;
  top: 0;
  transform: translate(-100%, 0);
}
.md-sidenav-right.md-closed {
  transform: translate(0%, 0);
}

@media (min-width: 600px) {
  md-sidenav {
    max-width: 400px;
  }
}
@media (max-width: 456px) {
  md-sidenav {
    width: calc(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;
  }
}
md-sidenav, md-sidenav md-content {
  background-color: #ffffff;
  background-color: RGB(var(--background-A100));
}

@keyframes sliderFocusThumb {
  0% {
    transform: scale(0.7);
  }
  30% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.7);
  }
}
@keyframes sliderDiscreteFocusThumb {
  0% {
    transform: scale(0.7);
  }
  50% {
    transform: scale(0.8);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes sliderDiscreteFocusRing {
  0% {
    transform: scale(0.7);
    opacity: 0;
  }
  50% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(0);
  }
}
md-slider {
  height: 48px;
  min-width: 128px;
  position: relative;
  margin-left: 4px;
  margin-right: 4px;
  padding: 0;
  display: block;
  flex-direction: row;
}
md-slider *, md-slider *:after {
  box-sizing: border-box;
}
md-slider .md-slider-wrapper {
  outline: none;
  width: 100%;
  height: 100%;
}
md-slider .md-slider-content {
  position: relative;
}
md-slider {
  /**
   * Track
   */
}
md-slider .md-track-container {
  width: 100%;
  position: absolute;
  top: 23px;
  height: 2px;
}
md-slider .md-track {
  position: absolute;
  left: 0;
  right: 0;
  height: 100%;
}
md-slider .md-track-fill {
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition-property: width, height;
}
md-slider .md-track-ticks {
  position: absolute;
  left: 0;
  right: 0;
  height: 100%;
}
md-slider .md-track-ticks canvas {
  width: 100%;
  height: 100%;
}
md-slider {
  /**
   * Slider thumb
   */
}
md-slider .md-thumb-container {
  position: absolute;
  left: 0;
}
[dir=rtl] md-slider .md-thumb-container {
  left: auto;
  right: 0;
}
md-slider .md-thumb-container {
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition-property: left, right, bottom;
}
md-slider .md-thumb {
  z-index: 1;
  position: absolute;
  left: -10px;
}
[dir=rtl] md-slider .md-thumb {
  left: auto;
  right: -10px;
}
md-slider .md-thumb {
  top: 14px;
  width: 20px;
  height: 20px;
  border-radius: 20px;
}
md-slider .md-thumb:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  border-width: 3px;
  border-style: solid;
  transition: inherit;
}
md-slider .md-thumb {
  transform: scale(0.7);
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}
md-slider {
  /* The sign that's focused in discrete mode */
}
md-slider .md-sign {
  /* Center the children (slider-thumb-text) */
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: -14px;
  top: -17px;
  width: 28px;
  height: 28px;
  border-radius: 28px;
  transform: scale(0.4) translate3d(0, 67.5px, 0);
  transition: all 0.3s cubic-bezier(0.35, 0, 0.25, 1);
  /* The arrow pointing down under the sign */
}
md-slider .md-sign:after {
  position: absolute;
  content: "";
  left: 0px;
}
[dir=rtl] md-slider .md-sign:after {
  left: auto;
  right: 0px;
}
md-slider .md-sign:after {
  border-radius: 16px;
  top: 19px;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-top-width: 16px;
  border-top-style: solid;
  opacity: 0;
  transform: translate3d(0, -8px, 0);
  transition: all 0.2s cubic-bezier(0.35, 0, 0.25, 1);
}
md-slider .md-sign .md-thumb-text {
  z-index: 1;
  font-size: 12px;
  font-weight: bold;
}
md-slider {
  /**
   * The border/background that comes in when focused in non-discrete mode
   */
}
md-slider .md-focus-ring {
  position: absolute;
  left: -17px;
}
[dir=rtl] md-slider .md-focus-ring {
  left: auto;
  right: -17px;
}
md-slider .md-focus-ring {
  top: 7px;
  width: 34px;
  height: 34px;
  border-radius: 34px;
  transform: scale(0.7);
  opacity: 0;
  transition: all 0.35s cubic-bezier(0.35, 0, 0.25, 1);
}
md-slider .md-disabled-thumb {
  position: absolute;
  left: -14px;
}
[dir=rtl] md-slider .md-disabled-thumb {
  left: auto;
  right: -14px;
}
md-slider .md-disabled-thumb {
  top: 10px;
  width: 28px;
  height: 28px;
  border-radius: 28px;
  transform: scale(0.5);
  border-width: 4px;
  border-style: solid;
  display: none;
}
md-slider.md-min .md-sign {
  opacity: 0;
}
md-slider:focus {
  outline: none;
}
md-slider {
  /* Don't animate left/right while panning */
}
md-slider.md-dragging .md-thumb-container,
md-slider.md-dragging .md-track-fill {
  transition: none;
}
md-slider:not([md-discrete]) {
  /* Hide the sign and ticks in non-discrete mode */
}
md-slider:not([md-discrete]) .md-track-ticks,
md-slider:not([md-discrete]) .md-sign {
  display: none;
}
md-slider:not([md-discrete]):not([disabled]) .md-slider-wrapper .md-thumb:hover {
  transform: scale(0.8);
}
md-slider:not([md-discrete]):not([disabled]) .md-slider-wrapper.md-focused .md-focus-ring {
  transform: scale(1);
  opacity: 1;
}
md-slider:not([md-discrete]):not([disabled]) .md-slider-wrapper.md-focused .md-thumb {
  animation: sliderFocusThumb 0.7s cubic-bezier(0.35, 0, 0.25, 1);
}
md-slider:not([md-discrete]):not([disabled]).md-active .md-slider-wrapper .md-thumb {
  transform: scale(1);
}
md-slider[md-discrete]:not([disabled]) .md-slider-wrapper.md-focused .md-focus-ring {
  transform: scale(0);
  animation: sliderDiscreteFocusRing 0.5s cubic-bezier(0.35, 0, 0.25, 1);
}
md-slider[md-discrete]:not([disabled]) .md-slider-wrapper.md-focused .md-thumb {
  animation: sliderDiscreteFocusThumb 0.5s cubic-bezier(0.35, 0, 0.25, 1);
}
md-slider[md-discrete]:not([disabled]) .md-slider-wrapper.md-focused .md-thumb, md-slider[md-discrete]:not([disabled]).md-active .md-thumb {
  transform: scale(0);
}
md-slider[md-discrete]:not([disabled]) .md-slider-wrapper.md-focused .md-sign,
md-slider[md-discrete]:not([disabled]) .md-slider-wrapper.md-focused .md-sign:after, 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[md-discrete][disabled][readonly] .md-thumb {
  transform: scale(0);
}
md-slider[md-discrete][disabled][readonly] .md-sign,
md-slider[md-discrete][disabled][readonly] .md-sign:after {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}
md-slider[disabled] .md-track-fill {
  display: none;
}
md-slider[disabled] .md-track-ticks {
  opacity: 0;
}
md-slider[disabled]:not([readonly]) .md-sign {
  opacity: 0;
}
md-slider[disabled] .md-thumb {
  transform: scale(0.5);
}
md-slider[disabled] .md-disabled-thumb {
  display: block;
}
md-slider[md-vertical] {
  flex-direction: column;
  min-height: 128px;
  min-width: 0;
}
md-slider[md-vertical] .md-slider-wrapper {
  flex: 1;
  padding-top: 12px;
  padding-bottom: 12px;
  width: 48px;
  align-self: center;
  display: flex;
  justify-content: center;
}
md-slider[md-vertical] .md-track-container {
  height: 100%;
  width: 2px;
  top: 0;
  left: calc(50% - 2px / 2);
}
md-slider[md-vertical] .md-thumb-container {
  top: auto;
  margin-bottom: 23px;
  left: calc(50% - 1px);
  bottom: 0;
}
md-slider[md-vertical] .md-thumb-container .md-thumb:after {
  left: 1px;
}
md-slider[md-vertical] .md-thumb-container .md-focus-ring {
  left: -16px;
}
md-slider[md-vertical] .md-track-fill {
  bottom: 0;
}
md-slider[md-vertical][md-discrete] .md-sign {
  left: -40px;
  top: 9.5px;
  transform: scale(0.4) translate3d(67.5px, 0, 0);
  /* The arrow pointing left next the sign */
}
md-slider[md-vertical][md-discrete] .md-sign:after {
  top: 9.5px;
  left: 19px;
  border-top: 14px solid transparent;
  border-right: 0;
  border-bottom: 14px solid transparent;
  border-left-width: 16px;
  border-left-style: solid;
  opacity: 0;
  transform: translate3d(0, -8px, 0);
  transition: all 0.2s ease-in-out;
}
md-slider[md-vertical][md-discrete] .md-sign .md-thumb-text {
  z-index: 1;
  font-size: 12px;
  font-weight: bold;
}
md-slider[md-vertical][md-discrete].md-active .md-sign:after,
md-slider[md-vertical][md-discrete] .md-focused .md-sign:after, md-slider[md-vertical][md-discrete][disabled][readonly] .md-sign:after {
  top: 0;
}
md-slider[md-vertical][disabled][readonly] .md-thumb {
  transform: scale(0);
}
md-slider[md-vertical][disabled][readonly] .md-sign,
md-slider[md-vertical][disabled][readonly] .md-sign:after {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}
md-slider[md-invert]:not([md-vertical]) .md-track-fill {
  left: auto;
}
[dir=rtl] md-slider[md-invert]:not([md-vertical]) .md-track-fill {
  left: 0;
}
md-slider[md-invert]:not([md-vertical]) .md-track-fill {
  right: 0;
}
[dir=rtl] md-slider[md-invert]:not([md-vertical]) .md-track-fill {
  right: auto;
}
md-slider[md-invert][md-vertical] .md-track-fill {
  bottom: auto;
  top: 0;
}

md-slider-container {
  display: flex;
  align-items: center;
  flex-direction: row;
}
md-slider-container > *:first-child:not(md-slider), md-slider-container > *:last-child:not(md-slider) {
  min-width: 25px;
  max-width: 42px;
  height: 25px;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition-property: color, max-width;
}
md-slider-container > *:first-child:not(md-slider) {
  margin-right: 16px;
}
[dir=rtl] md-slider-container > *:first-child:not(md-slider) {
  margin-right: auto;
  margin-left: 16px;
}
md-slider-container > *:last-child:not(md-slider) {
  margin-left: 16px;
}
[dir=rtl] md-slider-container > *:last-child:not(md-slider) {
  margin-left: auto;
  margin-right: 16px;
}
md-slider-container[md-vertical] {
  flex-direction: column;
}
md-slider-container[md-vertical] > *:first-child:not(md-slider), md-slider-container[md-vertical] > *:last-child:not(md-slider) {
  margin-right: 0;
  margin-left: 0;
  text-align: center;
}
md-slider-container md-input-container input[type=number] {
  text-align: center;
  padding-left: 15px;
}
[dir=rtl] md-slider-container md-input-container input[type=number] {
  padding-left: 0;
  padding-right: 15px;
}
md-slider-container md-input-container input[type=number] {
  height: 50px;
  margin-top: -25px;
}

@media screen and (-ms-high-contrast: active) {
  md-slider.md-default-theme .md-track {
    border-bottom: 1px solid #fff;
  }
}
md-slider .md-track {
  background-color: rgba(0, 0, 0, 0.38);
  background-color: var(--foreground-3);
}
md-slider .md-track-ticks {
  color: rgba(0, 0, 0, 0.87);
  color: RGB(var(--background-50-contrast));
}
md-slider .md-focus-ring {
  background-color: rgba(161.7323863636, 114.7, 255, 0.2);
  background-color: RGBA(var(--accent-A200), 0.2);
}
md-slider .md-disabled-thumb {
  border-color: #fafafa;
  border-color: RGB(var(--background-50));
  background-color: #fafafa;
  background-color: RGB(var(--background-50));
}
md-slider.md-min .md-thumb:after {
  background-color: #fafafa;
  background-color: RGB(var(--background-50));
  border-color: rgba(0, 0, 0, 0.38);
  border-color: var(--foreground-3);
}
md-slider.md-min .md-focus-ring {
  background-color: rgba(0, 0, 0, 0.38);
  background-color: var(--foreground-3);
}
md-slider.md-min[md-discrete] .md-thumb:after {
  background-color: rgba(0, 0, 0, 0.87);
  background-color: RGB(var(--background-50-contrast));
  border-color: transparent;
}
md-slider.md-min[md-discrete] .md-sign {
  background-color: #bdbdbd;
  background-color: RGB(var(--background-400));
}
md-slider.md-min[md-discrete] .md-sign:after {
  border-top-color: #bdbdbd;
  border-top-color: RGB(var(--background-400));
}
md-slider.md-min[md-discrete][md-vertical] .md-sign:after {
  border-top-color: transparent;
  border-left-color: #bdbdbd;
  border-left-color: RGB(var(--background-400));
}
md-slider .md-track.md-track-fill {
  background-color: #8a4fff;
  background-color: RGB(var(--accent-500));
}
md-slider .md-thumb:after {
  border-color: #8a4fff;
  border-color: RGB(var(--accent-500));
  background-color: #8a4fff;
  background-color: RGB(var(--accent-500));
}
md-slider .md-sign {
  background-color: #8a4fff;
  background-color: RGB(var(--accent-500));
}
md-slider .md-sign:after {
  border-top-color: #8a4fff;
  border-top-color: RGB(var(--accent-500));
}
md-slider[md-vertical] .md-sign:after {
  border-top-color: transparent;
  border-left-color: #8a4fff;
  border-left-color: RGB(var(--accent-500));
}
md-slider .md-thumb-text {
  color: rgba(255, 255, 255, 0.87);
  color: RGB(var(--accent-500-contrast));
}
md-slider.md-warn .md-focus-ring {
  background-color: rgba(244, 143, 177, 0.38);
  background-color: RGBA(var(--warn-200), 0.38);
}
md-slider.md-warn .md-track.md-track-fill {
  background-color: #e91e63;
  background-color: RGB(var(--warn-500));
}
md-slider.md-warn .md-thumb:after {
  border-color: #e91e63;
  border-color: RGB(var(--warn-500));
  background-color: #e91e63;
  background-color: RGB(var(--warn-500));
}
md-slider.md-warn .md-sign {
  background-color: #e91e63;
  background-color: RGB(var(--warn-500));
}
md-slider.md-warn .md-sign:after {
  border-top-color: #e91e63;
  border-top-color: RGB(var(--warn-500));
}
md-slider.md-warn[md-vertical] .md-sign:after {
  border-top-color: transparent;
  border-left-color: #e91e63;
  border-left-color: RGB(var(--warn-500));
}
md-slider.md-warn .md-thumb-text {
  color: rgb(255, 255, 255);
  color: RGB(var(--warn-500-contrast));
}
md-slider.md-primary .md-focus-ring {
  background-color: rgba(151.9493927126, 238.5506072874, 217.7469635628, 0.38);
  background-color: RGBA(var(--primary-200), 0.38);
}
md-slider.md-primary .md-track.md-track-fill {
  background-color: #2addb2;
  background-color: RGB(var(--primary-500));
}
md-slider.md-primary .md-thumb:after {
  border-color: #2addb2;
  border-color: RGB(var(--primary-500));
  background-color: #2addb2;
  background-color: RGB(var(--primary-500));
}
md-slider.md-primary .md-sign {
  background-color: #2addb2;
  background-color: RGB(var(--primary-500));
}
md-slider.md-primary .md-sign:after {
  border-top-color: #2addb2;
  border-top-color: RGB(var(--primary-500));
}
md-slider.md-primary[md-vertical] .md-sign:after {
  border-top-color: transparent;
  border-left-color: #2addb2;
  border-left-color: RGB(var(--primary-500));
}
md-slider.md-primary .md-thumb-text {
  color: rgba(255, 255, 255, 0.87);
  color: RGB(var(--primary-500-contrast));
}
md-slider[disabled] .md-thumb:after {
  border-color: transparent;
}
md-slider[disabled]:not(.md-min) .md-thumb:after, md-slider[disabled][md-discrete] .md-thumb:after {
  background-color: rgba(0, 0, 0, 0.38);
  background-color: var(--foreground-3);
  border-color: transparent;
}
md-slider[disabled][readonly] .md-sign {
  background-color: #bdbdbd;
  background-color: RGB(var(--background-400));
}
md-slider[disabled][readonly] .md-sign:after {
  border-top-color: #bdbdbd;
  border-top-color: RGB(var(--background-400));
}
md-slider[disabled][readonly][md-vertical] .md-sign:after {
  border-top-color: transparent;
  border-left-color: #bdbdbd;
  border-left-color: RGB(var(--background-400));
}
md-slider[disabled][readonly] .md-disabled-thumb {
  border-color: transparent;
  background-color: transparent;
}

md-slider-container[disabled] > *:first-child:not(md-slider), md-slider-container[disabled] > *:last-child:not(md-slider) {
  color: rgba(0, 0, 0, 0.38);
  color: var(--foreground-3);
}

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 {
  /*
   * Hide some graphics glitches if switching animation types
   */
}
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 {
  /*
   * Handle the animations
   */
}
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;
}

@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-subheader {
  color: rgba(0, 0, 0, 0.23);
  color: var(--foreground-2);
  background-color: #fafafa;
  background-color: RGB(var(--background-50));
}
.md-subheader.md-primary {
  color: #2addb2;
  color: RGB(var(--primary-500));
}
.md-subheader.md-accent {
  color: #8a4fff;
  color: RGB(var(--accent-500));
}
.md-subheader.md-warn {
  color: #e91e63;
  color: RGB(var(--warn-500));
}

.md-inline-form md-switch {
  margin-top: 18px;
  margin-bottom: 19px;
}

md-switch {
  margin: 16px 0;
  white-space: nowrap;
  cursor: pointer;
  outline: none;
  user-select: none;
  height: 30px;
  line-height: 28px;
  align-items: center;
  display: flex;
  margin-left: inherit;
}
[dir=rtl] md-switch {
  margin-left: 16px;
}
md-switch {
  margin-right: 16px;
}
[dir=rtl] md-switch {
  margin-right: inherit;
}
md-switch:last-of-type {
  margin-left: inherit;
}
[dir=rtl] md-switch:last-of-type {
  margin-left: 0;
}
md-switch:last-of-type {
  margin-right: 0;
}
[dir=rtl] md-switch:last-of-type {
  margin-right: inherit;
}
md-switch[disabled] {
  cursor: default;
}
md-switch[disabled] .md-container {
  cursor: default;
}
md-switch .md-container {
  cursor: grab;
  width: 36px;
  height: 24px;
  position: relative;
  user-select: none;
  margin-right: 8px;
}
[dir=rtl] md-switch .md-container {
  margin-right: 0px;
  margin-left: 8px;
}
md-switch .md-container {
  float: left;
}
md-switch.md-inverted .md-container {
  margin-right: initial;
}
[dir=rtl] md-switch.md-inverted .md-container {
  margin-right: 8px;
}
md-switch.md-inverted .md-container {
  margin-left: 8px;
}
[dir=rtl] md-switch.md-inverted .md-container {
  margin-left: initial;
}
md-switch:not([disabled]) .md-dragging, md-switch:not([disabled]).md-dragging .md-container {
  cursor: grabbing;
}
md-switch.md-focused .md-thumb:before {
  left: -8px;
  top: -8px;
  right: -8px;
  bottom: -8px;
}
md-switch .md-label {
  border-color: transparent;
  border-width: 0;
  float: left;
}
md-switch .md-bar {
  left: 1px;
  width: 34px;
  top: 5px;
  height: 14px;
  border-radius: 8px;
  position: absolute;
}
md-switch .md-thumb-container {
  top: 2px;
  left: 0;
  width: 16px;
  position: absolute;
  transform: translate3d(0, 0, 0);
  z-index: 1;
}
md-switch.md-checked .md-thumb-container {
  transform: translate3d(100%, 0, 0);
}
md-switch .md-thumb {
  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-switch .md-ink-ripple {
  color: #9e9e9e;
  color: RGB(var(--background-500));
}
md-switch .md-thumb {
  background-color: #fafafa;
  background-color: RGB(var(--background-50));
}
md-switch .md-bar {
  background-color: #9e9e9e;
  background-color: RGB(var(--background-500));
}
md-switch.md-focused:not(.md-checked) .md-thumb:before {
  background-color: rgba(0, 0, 0, 0.12);
  background-color: var(--foreground-4);
}
md-switch.md-focused[disabled] .md-thumb:before {
  background-color: rgba(0, 0, 0, 0.12);
  background-color: var(--foreground-4);
}
md-switch.md-checked:not([disabled]) .md-ink-ripple {
  color: #8a4fff;
  color: RGB(var(--accent-500));
}
md-switch.md-checked:not([disabled]) .md-thumb {
  background-color: #8a4fff;
  background-color: RGB(var(--accent-500));
}
md-switch.md-checked:not([disabled]) .md-bar {
  background-color: rgba(138, 79, 255, 0.5);
  background-color: RGBA(var(--accent-500), 0.5);
}
md-switch.md-checked:not([disabled]).md-focused .md-thumb:before {
  background-color: rgba(138, 79, 255, 0.26);
  background-color: RGBA(var(--accent-500), 0.26);
}
md-switch.md-checked:not([disabled]).md-primary .md-ink-ripple {
  color: #2addb2;
  color: RGB(var(--primary-500));
}
md-switch.md-checked:not([disabled]).md-primary .md-thumb {
  background-color: #2addb2;
  background-color: RGB(var(--primary-500));
}
md-switch.md-checked:not([disabled]).md-primary .md-bar {
  background-color: rgba(42, 221, 178, 0.5);
  background-color: RGBA(var(--primary-500), 0.5);
}
md-switch.md-checked:not([disabled]).md-primary.md-focused .md-thumb:before {
  background-color: rgba(42, 221, 178, 0.26);
  background-color: RGBA(var(--primary-500), 0.26);
}
md-switch.md-checked:not([disabled]).md-warn .md-ink-ripple {
  color: #e91e63;
  color: RGB(var(--warn-500));
}
md-switch.md-checked:not([disabled]).md-warn .md-thumb {
  background-color: #e91e63;
  background-color: RGB(var(--warn-500));
}
md-switch.md-checked:not([disabled]).md-warn .md-bar {
  background-color: rgba(233, 30, 99, 0.5);
  background-color: RGBA(var(--warn-500), 0.5);
}
md-switch.md-checked:not([disabled]).md-warn.md-focused .md-thumb:before {
  background-color: rgba(233, 30, 99, 0.26);
  background-color: RGBA(var(--warn-500), 0.26);
}
md-switch[disabled] .md-thumb {
  background-color: #bdbdbd;
  background-color: RGB(var(--background-400));
}
md-switch[disabled] .md-bar {
  background-color: rgba(0, 0, 0, 0.12);
  background-color: var(--foreground-4);
}

@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: translate(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: translate(-50%, -50%);
}
[dir=rtl] md-tabs-wrapper md-prev-button, [dir=rtl] md-tabs-wrapper md-next-button {
  transform: rotateY(180deg) translateY(-50%);
}
md-tabs-wrapper md-prev-button {
  left: 0;
}
[dir=rtl] md-tabs-wrapper md-prev-button {
  left: auto;
  right: 0;
}
md-tabs-wrapper md-prev-button {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE3LjEuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPiA8IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPiA8c3ZnIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMjQgMjQiIHhtbDpzcGFjZT0icHJlc2VydmUiPiA8ZyBpZD0iSGVhZGVyIj4gPGc+IDxyZWN0IHg9Ii02MTgiIHk9Ii0xMjA4IiBmaWxsPSJub25lIiB3aWR0aD0iMTQwMCIgaGVpZ2h0PSIzNjAwIi8+IDwvZz4gPC9nPiA8ZyBpZD0iTGFiZWwiPiA8L2c+IDxnIGlkPSJJY29uIj4gPGc+IDxwb2x5Z29uIHBvaW50cz0iMTUuNCw3LjQgMTQsNiA4LDEyIDE0LDE4IDE1LjQsMTYuNiAxMC44LDEyIAkJIiBzdHlsZT0iZmlsbDp3aGl0ZTsiLz4gPHJlY3QgZmlsbD0ibm9uZSIgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0Ii8+IDwvZz4gPC9nPiA8ZyBpZD0iR3JpZCIgZGlzcGxheT0ibm9uZSI+IDxnIGRpc3BsYXk9ImlubGluZSI+IDwvZz4gPC9nPiA8L3N2Zz4NCg==");
}
md-tabs-wrapper md-next-button {
  right: 0;
}
[dir=rtl] md-tabs-wrapper md-next-button {
  right: auto;
  left: 0;
}
md-tabs-wrapper md-next-button {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE3LjEuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPiA8IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPiA8c3ZnIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMjQgMjQiIHhtbDpzcGFjZT0icHJlc2VydmUiPiA8ZyBpZD0iSGVhZGVyIj4gPGc+IDxyZWN0IHg9Ii02MTgiIHk9Ii0xMzM2IiBmaWxsPSJub25lIiB3aWR0aD0iMTQwMCIgaGVpZ2h0PSIzNjAwIi8+IDwvZz4gPC9nPiA8ZyBpZD0iTGFiZWwiPiA8L2c+IDxnIGlkPSJJY29uIj4gPGc+IDxwb2x5Z29uIHBvaW50cz0iMTAsNiA4LjYsNy40IDEzLjIsMTIgOC42LDE2LjYgMTAsMTggMTYsMTIgCQkiIHN0eWxlPSJmaWxsOndoaXRlOyIvPiA8cmVjdCBmaWxsPSJub25lIiB3aWR0aD0iMjQiIGhlaWdodD0iMjQiLz4gPC9nPiA8L2c+IDxnIGlkPSJHcmlkIiBkaXNwbGF5PSJub25lIj4gPGcgZGlzcGxheT0iaW5saW5lIj4gPC9nPiA8L2c+IDwvc3ZnPg0K");
}
md-tabs-wrapper md-next-button md-icon {
  transform: translate(-50%, -50%) rotate(180deg);
}
md-tabs-wrapper.md-stretch-tabs md-pagination-wrapper {
  width: 100%;
  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;
}
[dir=rtl] md-tabs-canvas .md-dummy-wrapper {
  left: auto;
  right: 0;
}
md-tabs-canvas.md-paginated {
  margin: 0 32px;
}
md-tabs-canvas.md-center-tabs {
  display: 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: flex;
  transition: transform 0.5s cubic-bezier(0.35, 0, 0.25, 1);
  position: absolute;
  left: 0;
}
[dir=rtl] md-pagination-wrapper {
  left: auto;
  right: 0;
}
md-pagination-wrapper {
  transform: translate(0, 0);
}
md-pagination-wrapper.md-center-tabs {
  position: relative;
  justify-content: center;
}

md-tabs-content-wrapper {
  display: block;
  position: absolute;
  top: 48px;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

md-tab-content {
  display: flex;
  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: translate(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%);
}
[dir=rtl] md-tab-content.md-left:not(.md-active) {
  transform: translateX(100%);
}
md-tab-content.md-left:not(.md-active) {
  animation: 1s md-tab-content-hide;
  visibility: hidden;
}
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%);
}
[dir=rtl] md-tab-content.md-right:not(.md-active) {
  transform: translateX(-100%);
}
md-tab-content.md-right:not(.md-active) {
  animation: 1s md-tab-content-hide;
  visibility: hidden;
}
md-tab-content.md-right:not(.md-active) * {
  transition: visibility 0s linear;
  transition-delay: 0.5s;
  visibility: hidden;
}
md-tab-content > div {
  flex: 1 0 100%;
  min-width: 0;
}
md-tab-content > div.ng-leave {
  animation: 1s md-tab-content-hide;
}

md-ink-bar {
  position: absolute;
  left: auto;
  right: auto;
  bottom: 0;
  height: 2px;
}
md-ink-bar.md-left {
  transition: left 0.125s cubic-bezier(0.35, 0, 0.25, 1), right 0.25s cubic-bezier(0.35, 0, 0.25, 1);
}
md-ink-bar.md-right {
  transition: left 0.25s cubic-bezier(0.35, 0, 0.25, 1), right 0.125s cubic-bezier(0.35, 0, 0.25, 1);
}

md-tab {
  position: absolute;
  z-index: -1;
  left: -9999px;
}

.md-tab {
  font-size: 14px;
  text-align: center;
  line-height: 24px;
  padding: 12px 24px;
  transition: background-color 0.35s cubic-bezier(0.35, 0, 0.25, 1);
  cursor: pointer;
  white-space: nowrap;
  position: relative;
  text-transform: uppercase;
  float: left;
}
[dir=rtl] .md-tab {
  float: right;
}
.md-tab {
  font-weight: 500;
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
}
.md-tab.md-focused, .md-tab:focus {
  box-shadow: none;
  outline: none;
}
.md-tab.md-active {
  cursor: default;
}
.md-tab.md-disabled {
  pointer-events: none;
  touch-action: pan-y;
  user-select: none;
  -webkit-user-drag: none;
  opacity: 0.5;
  cursor: default;
}
.md-tab.ng-leave {
  transition: none;
}

md-toolbar + md-tabs, md-toolbar + md-dialog-content md-tabs {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

md-tabs md-tabs-wrapper {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.12);
  border-color: var(--foreground-4);
}
md-tabs .md-paginator md-icon {
  color: #2addb2;
  color: RGB(var(--primary-500));
}
md-tabs md-ink-bar {
  color: #8a4fff;
  color: RGB(var(--accent-500));
  background: #8a4fff;
  background: RGB(var(--accent-500));
}
md-tabs .md-tab {
  color: rgba(0, 0, 0, 0.54);
  color: var(--foreground-2);
}
md-tabs .md-tab[disabled], md-tabs .md-tab[disabled] md-icon {
  color: rgba(0, 0, 0, 0.38);
  color: var(--foreground-3);
}
md-tabs .md-tab.md-active, md-tabs .md-tab.md-active md-icon, md-tabs .md-tab.md-focused, md-tabs .md-tab.md-focused md-icon {
  color: #2addb2;
  color: RGB(var(--primary-500));
}
md-tabs .md-tab.md-focused {
  background: rgba(42, 221, 178, 0.1);
  background: RGBA(var(--primary-500), 0.1);
}
md-tabs .md-tab .md-ripple-container {
  color: rgb(195.6357954545, 165.7, 255);
  color: RGB(var(--accent-A100));
}
md-tabs.md-accent > md-tabs-wrapper {
  background-color: #8a4fff;
  background-color: RGB(var(--accent-500));
}
md-tabs.md-accent > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]), md-tabs.md-accent > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]) md-icon {
  color: rgb(195.6357954545, 165.7, 255);
  color: RGB(var(--accent-A100));
}
md-tabs.md-accent > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]).md-active, md-tabs.md-accent > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]).md-active md-icon, md-tabs.md-accent > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]).md-focused, md-tabs.md-accent > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]).md-focused md-icon {
  color: rgba(255, 255, 255, 0.87);
  color: RGB(var(--accent-500-contrast));
}
md-tabs.md-accent > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]).md-focused {
  background: rgba(255, 255, 255, 0.1);
  background: RGBA(var(--accent-500-contrast), 0.1);
}
md-tabs.md-accent > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-ink-bar {
  color: rgb(32.6923076923, 204.8076923077, 163.4615384615);
  color: RGBA(var(--primary-600), 1);
  background: rgb(32.6923076923, 204.8076923077, 163.4615384615);
  background: RGBA(var(--primary-600), 1);
}
md-tabs.md-primary > md-tabs-wrapper {
  background-color: #2addb2;
  background-color: RGB(var(--primary-500));
}
md-tabs.md-primary > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]), md-tabs.md-primary > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]) md-icon {
  color: rgb(173.9392712551, 242.0607287449, 225.6963562753);
  color: RGB(var(--primary-100));
}
md-tabs.md-primary > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]).md-active, md-tabs.md-primary > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]).md-active md-icon, md-tabs.md-primary > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]).md-focused, md-tabs.md-primary > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]).md-focused md-icon {
  color: rgba(255, 255, 255, 0.87);
  color: RGB(var(--primary-500-contrast));
}
md-tabs.md-primary > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]).md-focused {
  background: rgba(255, 255, 255, 0.1);
  background: RGBA(var(--primary-500-contrast), 0.1);
}
md-tabs.md-warn > md-tabs-wrapper {
  background-color: #e91e63;
  background-color: RGB(var(--warn-500));
}
md-tabs.md-warn > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]), md-tabs.md-warn > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]) md-icon {
  color: #f8bbd0;
  color: RGB(var(--warn-100));
}
md-tabs.md-warn > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]).md-active, md-tabs.md-warn > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]).md-active md-icon, md-tabs.md-warn > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]).md-focused, md-tabs.md-warn > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]).md-focused md-icon {
  color: rgb(255, 255, 255);
  color: RGB(var(--warn-500-contrast));
}
md-tabs.md-warn > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]).md-focused {
  background: rgba(255, 255, 255, 0.1);
  background: RGBA(var(--warn-500-contrast), 0.1);
}

md-toolbar > md-tabs > md-tabs-wrapper {
  background-color: #2addb2;
  background-color: RGB(var(--primary-500));
}
md-toolbar > md-tabs > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]), md-toolbar > md-tabs > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]) md-icon {
  color: rgb(173.9392712551, 242.0607287449, 225.6963562753);
  color: RGB(var(--primary-100));
}
md-toolbar > md-tabs > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]).md-active, md-toolbar > md-tabs > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]).md-active md-icon, md-toolbar > md-tabs > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]).md-focused, md-toolbar > md-tabs > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]).md-focused md-icon {
  color: rgba(255, 255, 255, 0.87);
  color: RGB(var(--primary-500-contrast));
}
md-toolbar > md-tabs > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]).md-focused {
  background: rgba(255, 255, 255, 0.1);
  background: RGBA(var(--primary-500-contrast), 0.1);
}

md-toolbar.md-accent > md-tabs > md-tabs-wrapper {
  background-color: #8a4fff;
  background-color: RGB(var(--accent-500));
}
md-toolbar.md-accent > md-tabs > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]), md-toolbar.md-accent > md-tabs > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]) md-icon {
  color: rgb(195.6357954545, 165.7, 255);
  color: RGB(var(--accent-A100));
}
md-toolbar.md-accent > md-tabs > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]).md-active, md-toolbar.md-accent > md-tabs > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]).md-active md-icon, md-toolbar.md-accent > md-tabs > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]).md-focused, md-toolbar.md-accent > md-tabs > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]).md-focused md-icon {
  color: rgba(255, 255, 255, 0.87);
  color: RGB(var(--accent-500-contrast));
}
md-toolbar.md-accent > md-tabs > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]).md-focused {
  background: rgba(255, 255, 255, 0.1);
  background: RGBA(var(--accent-500-contrast), 0.1);
}
md-toolbar.md-accent > md-tabs > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-ink-bar {
  color: rgb(32.6923076923, 204.8076923077, 163.4615384615);
  color: RGBA(var(--primary-600), 1);
  background: rgb(32.6923076923, 204.8076923077, 163.4615384615);
  background: RGBA(var(--primary-600), 1);
}

md-toolbar.md-warn > md-tabs > md-tabs-wrapper {
  background-color: #e91e63;
  background-color: RGB(var(--warn-500));
}
md-toolbar.md-warn > md-tabs > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]), md-toolbar.md-warn > md-tabs > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]) md-icon {
  color: #f8bbd0;
  color: RGB(var(--warn-100));
}
md-toolbar.md-warn > md-tabs > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]).md-active, md-toolbar.md-warn > md-tabs > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]).md-active md-icon, md-toolbar.md-warn > md-tabs > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]).md-focused, md-toolbar.md-warn > md-tabs > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]).md-focused md-icon {
  color: rgb(255, 255, 255);
  color: RGB(var(--warn-500-contrast));
}
md-toolbar.md-warn > md-tabs > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]).md-focused {
  background: rgba(255, 255, 255, 0.1);
  background: RGBA(var(--warn-500-contrast), 0.1);
}

.md-toast-text {
  padding: 0 6px;
}

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;
  flex-direction: row;
  align-items: center;
  max-height: 168px;
  max-width: 100%;
  min-height: 48px;
}
md-toast .md-toast-content::before {
  content: "";
  min-height: 48px;
  visibility: hidden;
  display: inline-block;
}
md-toast .md-toast-content {
  padding: 0 18px;
  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);
  justify-content: flex-start;
}
[dir=rtl] md-toast .md-toast-content {
  justify-content: flex-end;
}
md-toast .md-toast-content span {
  flex: 1 1 0%;
  box-sizing: border-box;
  min-width: 0;
}
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 {
  /* Transition differently when swiping */
}
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 {
  /*
   * When the toast doesn't take up the whole screen,
   * make it rotate when the user swipes it away
   */
}
md-toast.ng-leave.ng-leave-active .md-toast-content {
  opacity: 0;
  transform: translate3d(0, 100%, 0);
}
md-toast.ng-leave.ng-leave-active.md-swipeup .md-toast-content {
  transform: translate3d(0, -50%, 0);
}
md-toast.ng-leave.ng-leave-active.md-swipedown .md-toast-content {
  transform: translate3d(0, 50%, 0);
}
md-toast.ng-leave.ng-leave-active.md-top .md-toast-content {
  transform: translate3d(0, -100%, 0);
}
md-toast .md-action {
  line-height: 19px;
  margin-left: 24px;
  margin-right: 0;
  cursor: pointer;
  text-transform: uppercase;
  float: right;
}
md-toast .md-button {
  min-width: 0;
  margin-right: 0;
}
[dir=rtl] md-toast .md-button {
  margin-right: 12px;
}
md-toast .md-button {
  margin-left: 12px;
}
[dir=rtl] md-toast .md-button {
  margin-left: 0;
}

@media (max-width: 959px) {
  md-toast {
    left: 0;
    right: 0;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    border-radius: 0;
    bottom: 0;
    padding: 0;
  }
  md-toast.ng-leave.ng-leave-active.md-swipeup .md-toast-content {
    transform: translate3d(0, -50%, 0);
  }
  md-toast.ng-leave.ng-leave-active.md-swipedown .md-toast-content {
    transform: translate3d(0, 50%, 0);
  }
}
@media (min-width: 960px) {
  md-toast {
    min-width: 304px;
  }
  md-toast.md-bottom {
    bottom: 0;
  }
  md-toast.md-left {
    left: 0;
  }
  md-toast.md-right {
    right: 0;
  }
  md-toast.md-top {
    top: 0;
  }
  md-toast._md-start {
    left: 0;
  }
  [dir=rtl] md-toast._md-start {
    left: auto;
    right: 0;
  }
  md-toast._md-end {
    right: 0;
  }
  [dir=rtl] md-toast._md-end {
    right: auto;
    left: 0;
  }
  md-toast {
    /*
    * When the toast doesn't take up the whole screen,
    * make it rotate when the user swipes it away
    */
  }
  md-toast.ng-leave.ng-leave-active.md-swipeleft .md-toast-content {
    transform: translate3d(-50%, 0, 0);
  }
  md-toast.ng-leave.ng-leave-active.md-swiperight .md-toast-content {
    transform: translate3d(50%, 0, 0);
  }
}
@media (min-width: 1920px) {
  md-toast .md-toast-content {
    max-width: 568px;
  }
}
@media screen and (-ms-high-contrast: active) {
  md-toast {
    border: 1px solid #fff;
  }
}
.md-toast-animating {
  overflow: hidden !important;
}

md-toast .md-toast-content {
  background-color: #323232;
  color: #fafafa;
  color: RGB(var(--background-50));
}
md-toast .md-toast-content .md-button {
  color: #fafafa;
  color: RGB(var(--background-50));
}
md-toast .md-toast-content .md-button.md-highlight {
  color: #8a4fff;
  color: RGB(var(--accent-500));
}
md-toast .md-toast-content .md-button.md-highlight.md-primary {
  color: #2addb2;
  color: RGB(var(--primary-500));
}
md-toast .md-toast-content .md-button.md-highlight.md-warn {
  color: #e91e63;
  color: RGB(var(--warn-500));
}

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-toolbar-transitions {
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.35, 0, 0.25, 1);
  transition-property: background-color, fill, color;
}
md-toolbar.md-whiteframe-z1-add, md-toolbar.md-whiteframe-z1-remove {
  transition: box-shadow 0.5s linear;
}
md-toolbar md-toolbar-filler {
  width: 72px;
}
md-toolbar *,
md-toolbar *:before,
md-toolbar *:after {
  box-sizing: border-box;
}
md-toolbar.ng-animate {
  transition: none;
}
md-toolbar.md-tall {
  height: 128px;
  min-height: 128px;
  max-height: 128px;
}
md-toolbar.md-medium-tall {
  height: 88px;
  min-height: 88px;
  max-height: 88px;
}
md-toolbar.md-medium-tall .md-toolbar-tools {
  height: 48px;
  min-height: 48px;
  max-height: 48px;
}
md-toolbar > .md-indent {
  margin-left: 64px;
}
[dir=rtl] md-toolbar > .md-indent {
  margin-left: auto;
  margin-right: 64px;
}
md-toolbar ~ md-content > md-list {
  padding: 0;
}
md-toolbar ~ md-content > md-list md-list-item:last-child md-divider {
  display: none;
}

.md-toolbar-tools {
  font-size: 20px;
  letter-spacing: 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-checkbox {
  margin: inherit;
}
.md-toolbar-tools .md-button {
  margin-top: 0;
  margin-bottom: 0;
}
.md-toolbar-tools .md-button, .md-toolbar-tools .md-button.md-icon-button md-icon {
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.35, 0, 0.25, 1);
  transition-property: background-color, fill, color;
}
.md-toolbar-tools .md-button.ng-animate, .md-toolbar-tools .md-button.md-icon-button md-icon.ng-animate {
  transition: none;
}
.md-toolbar-tools > .md-button:first-child {
  margin-left: -8px;
}
[dir=rtl] .md-toolbar-tools > .md-button:first-child {
  margin-left: auto;
  margin-right: -8px;
}
.md-toolbar-tools > .md-button:last-child {
  margin-right: -8px;
}
[dir=rtl] .md-toolbar-tools > .md-button:last-child {
  margin-right: auto;
  margin-left: -8px;
}
.md-toolbar-tools > md-menu:last-child {
  margin-right: -8px;
}
[dir=rtl] .md-toolbar-tools > md-menu:last-child {
  margin-right: auto;
  margin-left: -8px;
}
.md-toolbar-tools > md-menu:last-child > .md-button {
  margin-right: 0;
}
[dir=rtl] .md-toolbar-tools > md-menu:last-child > .md-button {
  margin-right: auto;
  margin-left: 0;
}
@media screen and (-ms-high-contrast: active) {
  .md-toolbar-tools {
    border-bottom: 1px solid #fff;
  }
}

@media (min-width: 0) and (max-width: 959px) and (orientation: portrait) {
  md-toolbar {
    min-height: 56px;
  }
  .md-toolbar-tools {
    height: 56px;
    max-height: 56px;
  }
}
@media (min-width: 0) and (max-width: 959px) and (orientation: landscape) {
  md-toolbar {
    min-height: 48px;
  }
  .md-toolbar-tools {
    height: 48px;
    max-height: 48px;
  }
}
md-toolbar:not(.md-menu-toolbar) {
  background-color: #2addb2;
  background-color: RGB(var(--primary-500));
  color: rgba(255, 255, 255, 0.87);
  color: RGB(var(--primary-500-contrast));
}
md-toolbar:not(.md-menu-toolbar) md-icon {
  color: rgba(255, 255, 255, 0.87);
  color: RGB(var(--primary-500-contrast));
  fill: rgba(255, 255, 255, 0.87);
  fill: RGB(var(--primary-500-contrast));
}
md-toolbar:not(.md-menu-toolbar) .md-button[disabled] md-icon {
  color: rgba(255, 255, 255, 0.26);
  color: RGBA(var(--primary-500-contrast), 0.26);
  fill: rgba(255, 255, 255, 0.26);
  fill: RGBA(var(--primary-500-contrast), 0.26);
}
md-toolbar:not(.md-menu-toolbar).md-accent {
  background-color: #8a4fff;
  background-color: RGB(var(--accent-500));
  color: rgba(255, 255, 255, 0.87);
  color: RGB(var(--accent-500-contrast));
}
md-toolbar:not(.md-menu-toolbar).md-accent .md-ink-ripple {
  color: rgba(255, 255, 255, 0.87);
  color: RGB(var(--accent-500-contrast));
}
md-toolbar:not(.md-menu-toolbar).md-accent md-icon {
  color: rgba(255, 255, 255, 0.87);
  color: RGB(var(--accent-500-contrast));
  fill: rgba(255, 255, 255, 0.87);
  fill: RGB(var(--accent-500-contrast));
}
md-toolbar:not(.md-menu-toolbar).md-accent .md-button[disabled] md-icon {
  color: rgba(255, 255, 255, 0.26);
  color: RGBA(var(--accent-500-contrast), 0.26);
  fill: rgba(255, 255, 255, 0.26);
  fill: RGBA(var(--accent-500-contrast), 0.26);
}
md-toolbar:not(.md-menu-toolbar).md-warn {
  background-color: #e91e63;
  background-color: RGB(var(--warn-500));
  color: rgb(255, 255, 255);
  color: RGB(var(--warn-500-contrast));
}

.md-tooltip {
  pointer-events: none;
  border-radius: 4px;
  overflow: hidden;
  opacity: 0;
  font-weight: 500;
  font-size: 14px;
  white-space: nowrap;
  text-overflow: ellipsis;
  height: 32px;
  line-height: 32px;
  padding-right: 16px;
  padding-left: 16px;
}
.md-tooltip.md-origin-top {
  transform-origin: center bottom;
  margin-top: -24px;
}
.md-tooltip.md-origin-right {
  transform-origin: left center;
  margin-left: 24px;
}
.md-tooltip.md-origin-bottom {
  transform-origin: center top;
  margin-top: 24px;
}
.md-tooltip.md-origin-left {
  transform-origin: right center;
  margin-left: -24px;
}
@media (min-width: 960px) {
  .md-tooltip {
    font-size: 10px;
    height: 22px;
    line-height: 22px;
    padding-right: 8px;
    padding-left: 8px;
  }
  .md-tooltip.md-origin-top {
    margin-top: -14px;
  }
  .md-tooltip.md-origin-right {
    margin-left: 14px;
  }
  .md-tooltip.md-origin-bottom {
    margin-top: 14px;
  }
  .md-tooltip.md-origin-left {
    margin-left: -14px;
  }
}
.md-tooltip.md-show-add {
  transform: scale(0);
}
.md-tooltip.md-show {
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition-duration: 150ms;
  transform: scale(1);
  opacity: 0.9;
}
.md-tooltip.md-hide {
  transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
  transition-duration: 150ms;
  transform: scale(0);
  opacity: 0;
}

.md-panel.md-tooltip {
  color: rgba(255, 255, 255, 0.87);
  color: RGB(var(--background-700-contrast));
  background-color: #616161;
  background-color: RGB(var(--background-700));
}

.md-virtual-repeat-container.md-autocomplete-suggestions-container {
  height: 225.5px;
  max-height: 225.5px;
}

.auth-login-container {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  background: linear-gradient(135deg, white 0%, rgb(239.9089068826, 252.5910931174, 249.544534413) 100%);
}

.auth-login-content {
  text-align: center;
  background: white;
  padding: 48px;
  border-radius: 12px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.08);
  max-width: 400px;
  width: 90%;
}

.auth-login-spinner {
  margin-bottom: 24px;
}
.auth-login-spinner md-progress-circular {
  margin: 0 auto;
}

.auth-login-title {
  font-size: 24px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.87);
  margin: 0 0 12px 0;
}

.auth-login-message {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.64);
  margin: 0;
}

.bnb-as-seen-on {
  text-align: center;
  padding: 4vh 20px;
  background: #eee;
}
.bnb-as-seen-on .as-seen {
  display: inline-block;
  vertical-align: middle;
  margin: 0 15px;
  text-align: center;
}
.bnb-as-seen-on .as-seen img {
  margin: 10px;
  max-width: 100px;
  vertical-align: middle;
}
.bnb-as-seen-on blockquote {
  max-width: 800px;
  margin: 20px auto 0 auto;
  font-size: 24px;
}
@media only screen and (max-width: 580px) {
  .bnb-as-seen-on blockquote {
    font-size: 20px;
  }
}

.bnb-partners {
  text-align: left;
}
.bnb-partners .partner {
  display: inline-block;
  vertical-align: middle;
  margin: 0 15px 0 0;
  text-align: center;
}
.bnb-partners .partner img {
  height: 40px;
  margin: 20px;
  max-width: 100%;
  vertical-align: middle;
}
@media only screen and (max-width: 580px) {
  .bnb-partners .partner img {
    height: 45px;
    margin: 15px;
  }
}

.bnb-landing-explainer {
  overflow: hidden;
  padding: 3vh 20px;
  font-size: 0px;
}
@media screen and (max-width: 960px) {
  .bnb-landing-explainer {
    padding: 3vh 20px;
  }
}
.bnb-landing-explainer .no-margin {
  margin: 0;
}
.bnb-landing-explainer .block {
  text-align: left;
  font-size: initial;
  vertical-align: middle;
  width: 50%;
  display: inline-block;
}
@media screen and (max-width: 540px) {
  .bnb-landing-explainer {
    display: flex;
    flex-direction: column;
  }
  .bnb-landing-explainer h3 {
    font-size: 1.5em !important;
  }
  .bnb-landing-explainer.right .block.image {
    order: 2;
  }
  .bnb-landing-explainer.right .block.text {
    order: 1;
  }
  .bnb-landing-explainer .block {
    width: 100%;
  }
  .bnb-landing-explainer .block.image {
    padding-top: 20px;
    text-align: center !important;
  }
}
.bnb-landing-explainer h4,
.bnb-landing-explainer h3,
.bnb-landing-explainer p {
  text-align: left;
}
.bnb-landing-explainer.left .image {
  text-align: right;
}
.bnb-landing-explainer.right .image {
  text-align: left;
}
.bnb-landing-explainer h4 {
  font-weight: 500;
  margin: 0 0 20px 0;
  color: rgba(0, 0, 0, 0.87);
  text-transform: uppercase;
}
.bnb-landing-explainer h3 {
  margin: 0 0 20px 0;
  font-size: 2em;
  text-transform: uppercase;
}
.bnb-landing-explainer p {
  margin: 0 0 20px 0;
  line-height: 1.5em;
}
.bnb-landing-explainer .image {
  height: 500px;
}

.bnb-lander {
  text-align: left;
}
.bnb-lander .peek-users {
  text-align: center;
}
.bnb-lander .peek-users h2 {
  font-size: 36px;
}
.bnb-lander .peek-users p {
  text-align: center;
}
.bnb-lander .lander-section p {
  font-size: initial;
}
.bnb-lander .lander-section .block {
  position: relative;
}
.bnb-lander .lander-section .text {
  z-index: 2;
  background-color: #fff;
  padding: 0 10px;
  border-radius: 4px;
}
.bnb-lander .lander-section .image {
  border-radius: 50%;
}
.bnb-lander .lander-section .listing {
  text-align: center;
  margin-top: 35px;
}
.bnb-lander .lander-section .listing a {
  text-decoration: none;
}
.bnb-lander .lander-section .listing .hangout {
  width: 140px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
}
.bnb-lander .lander-section .listing .hangout .title {
  font-size: 14px !important;
  text-align: center;
  color: rgba(0, 0, 0, 0.87);
}
.bnb-lander .lander-section .listing .hangout .image-wrap {
  display: inline-block;
  height: 120px;
  width: 120px;
  background-image: url("/assets/images/noimg-45-space.svg");
  background-size: 45px;
  background-repeat: space;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
}
.bnb-lander .lander-section .listing .hangout .image-wrap .hangout-image {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.bnb-lander .header {
  height: 400px;
  width: 100%;
  position: relative;
}
.bnb-lander .header .image {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.bnb-lander .header:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 200px;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
  z-index: 1;
}
.bnb-lander .header .info {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  z-index: 2;
  padding: 0px 20px;
  color: #fff;
}
.bnb-lander .header .info .title {
  font-size: 42px;
  margin-bottom: 0px;
}
.bnb-lander .header .info .text {
  font-size: 18px;
}
@media screen and (min-width: 760px) {
  .bnb-lander .header .info .title {
    font-size: 56px;
  }
  .bnb-lander .header .info .text {
    font-size: 24px;
  }
}
.bnb-lander .related-blog-articles {
  margin: 0 20px;
}
.bnb-lander .gym-finder-promo {
  text-align: center;
  background: #eee;
  border-radius: 4px;
  margin: 20px;
  padding: 40px 20px;
}
.bnb-lander .gym-finder-promo .block.text.centered {
  width: 100%;
  text-align: center;
}
.bnb-lander .gym-finder-promo .block.text.centered h2 {
  text-align: center;
}
.bnb-lander .gym-finder-promo .block.text.centered p {
  text-align: center;
  max-width: 500px;
  margin: 0 auto 20px;
}

.bnb-login {
  text-align: center;
  position: relative;
  max-width: 720px;
  margin: 0 auto;
}
.bnb-login .field-wrap {
  background-color: #fff;
  border-radius: 4px;
  text-align: left;
}
.bnb-login .browser-notification {
  background: #fa3e3e;
  color: #fff;
  padding: 20px;
}
.bnb-login .browser-notification a {
  color: #2addb2;
}
.bnb-login .buttons {
  text-align: center;
}
.bnb-login .buttons .md-button {
  padding: 5px 1em;
  border-radius: 30px;
  margin: 1em;
}
.bnb-login .buttons .md-button img {
  width: 24px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  margin-left: 5px;
  margin-top: -2px;
}
.bnb-login .buttons md-progress-circular {
  display: inline-block;
}
.bnb-login .notice {
  color: #8a4fff;
}
.bnb-login .login-button-wrap {
  position: relative;
  display: inline-block;
}
.bnb-login .last-used-pill {
  position: absolute;
  top: 0px;
  right: 30px;
  background-color: #2addb2;
  color: #fff;
  font-size: 11px;
  font-weight: 500;
  padding: 3px 10px;
  border-radius: 12px;
  white-space: nowrap;
  cursor: default;
  z-index: 1;
}
.bnb-login .last-used-pill .paper-icon {
  color: #fff;
  vertical-align: middle;
  margin-right: 2px;
}
.bnb-login .referral {
  background-color: #eee;
  padding: 15px;
}
.bnb-login .referral .paper-icon {
  color: #8a4fff;
  float: left;
  margin: 0 15px 15px 0;
}
.bnb-login .code {
  padding: 5px;
  border-radius: 6px;
}
.bnb-login form {
  width: 100%;
}
.bnb-login form md-input-container {
  margin-bottom: 0px;
}
.bnb-login form md-input-container .md-errors-spacer {
  display: none;
}
.bnb-login .show-code-field {
  position: absolute;
  top: 10px;
  right: 15px;
  color: #8a4fff;
  font-size: 14px;
}
.bnb-login .show-code-field .paper-icon {
  color: #8a4fff;
}

.wizard > md-tabs {
  display: none;
}

.wizard + footer {
  display: none;
}

.bnb-wizard {
  margin: 0px auto 0 auto;
  padding: 1em;
  text-align: left;
  max-width: 720px;
}
.bnb-wizard .request-trigger {
  color: #8a4fff;
  cursor: pointer;
}
.bnb-wizard form {
  display: none;
}
.bnb-wizard form.active {
  display: block;
}
.bnb-wizard form h3:first-child {
  margin-top: 0px;
}
.bnb-wizard form h4 {
  margin: 16px 0;
}
.bnb-wizard md-radio-group md-radio-button {
  display: inline-block;
  margin-right: 25px;
}
.bnb-wizard md-radio-group md-radio-button:last-child {
  margin-right: 0px;
}
.bnb-wizard md-input-container {
  margin-bottom: 0px;
}
.bnb-wizard md-select {
  margin-bottom: 24px;
}
.bnb-wizard .note {
  border-radius: 4px;
  background-color: #eee;
  color: rgba(0, 0, 0, 0.64);
  padding: 5px 7px 6px 7px;
  font-size: 14px;
}
.bnb-wizard .note.for-field {
  margin-top: 0px;
  margin-bottom: 30px;
}
.bnb-wizard .note .paper-icon {
  color: #8a4fff;
}
.bnb-wizard .more-options-link {
  background: none;
  border: none;
  color: #8a4fff;
  cursor: pointer;
  font-size: 14px;
  padding: 8px 0;
  text-decoration: underline;
}
.bnb-wizard .more-options-link:hover {
  color: rgb(104.0965909091, 28, 255);
}
.bnb-wizard .bnb-listing {
  height: calc(100vh - 270px);
  max-height: 800px;
  overflow-y: scroll;
  padding-top: 0px;
}
.bnb-wizard .bnb-listing .flex-xs {
  flex: 1 1 100%;
}
.bnb-wizard .bnb-listing .bnb-sweatbuddies {
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 3px;
  background-color: rgba(0, 0, 0, 0.4);
  border-bottom-left-radius: 4px;
}
.bnb-wizard .bnb-listing .heart-on-top {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -30px;
  margin-top: -30px;
  z-index: 100;
  color: #2addb2;
}

.bnb-wizard-explanation {
  background-color: #eee;
  padding: 1px 10px;
  border-radius: 4px;
  max-width: 720px;
  margin-bottom: 10px;
}

@media screen and (min-width: 760px) {
  .logged-out-menu-button {
    display: none !important;
  }
}

@media screen and (max-width: 760px) {
  .desktop-header-right,
  .desktop-header-left {
    display: none !important;
  }
}
.desktop-header-right,
.desktop-header-left {
  font-size: 16px;
  color: #333;
}
.desktop-header-right a,
.desktop-header-left a {
  color: #333;
  text-decoration: none;
  padding: 10px;
}
.desktop-header-right a:hover,
.desktop-header-left a:hover {
  color: #2addb2;
}

.bnb-mobile-menu .close-icon {
  position: fixed;
  top: 20px;
  right: 304px;
  pointer-events: all;
  z-index: 10002;
  color: #333;
  cursor: pointer;
  background: white;
  border-radius: 50%;
  padding: 0;
  box-shadow: -2px 2px 8px rgba(0, 0, 0, 0.15);
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
}
@media screen and (max-width: 360px) {
  .bnb-mobile-menu .close-icon {
    right: auto;
    left: 10px;
  }
}
.bnb-mobile-menu .close-icon:hover {
  background: #f5f5f5;
  transform: scale(1.05);
}
.bnb-mobile-menu .menu-profile .lower-links {
  border-bottom: 1px solid #ccc;
  background: #2addb2;
}
.bnb-mobile-menu .menu-profile .lower-links .unanswered-badge {
  vertical-align: middle;
}
.bnb-mobile-menu .menu-profile .lower-links .item {
  font-size: 12px;
  background-color: rgba(0, 0, 0, 0.05);
  padding: 10px 0 10px 20px;
  text-align: left;
  display: inline-block;
  width: 50%;
  color: #fff;
}
.bnb-mobile-menu .menu-profile .lower-links .item .paper-icon {
  color: #fff;
}
.bnb-mobile-menu .menu-profile .lower-links .item.no-pad {
  padding-left: 0px;
}
.bnb-mobile-menu .menu-profile .profile-link {
  width: 80%;
  vertical-align: middle;
  display: inline-block;
}
.bnb-mobile-menu .menu-profile .settings-link {
  width: 20%;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
}
.bnb-mobile-menu .menu-profile .md-padding {
  padding-left: 22px;
}
.bnb-mobile-menu .menu-profile .md-button {
  padding-left: 0px;
  margin-left: 0px;
}
.bnb-mobile-menu .menu-profile md-content {
  color: #fff;
}
.bnb-mobile-menu .menu-profile md-content a {
  text-transform: none;
  color: #fff;
}
.bnb-mobile-menu .menu-profile md-content md-icon {
  color: #fff;
}
.bnb-mobile-menu .menu-profile md-content {
  background: #2addb2;
}
.bnb-mobile-menu .menu-profile .image {
  float: left;
  margin-right: 10px;
  border-radius: 50%;
  width: 45px;
}
.bnb-mobile-menu .menu-profile .name {
  margin: 5px 0 0 0px;
}
.bnb-mobile-menu .menu-profile .text {
  margin: 0px 0 0 0px;
}
.bnb-mobile-menu .menu-left-icon {
  margin-right: 15px;
  color: #2addb2;
}
.bnb-mobile-menu .logout-menu-item .paper-icon {
  color: #ccc;
}
.bnb-mobile-menu .logout-menu-item {
  color: #ccc;
}
.bnb-mobile-menu a {
  color: rgba(0, 0, 0, 0.87);
  text-decoration: none;
  text-transform: uppercase;
}
.bnb-mobile-menu .md-button {
  width: 90%;
  text-align: left;
}
.bnb-mobile-menu .md-button .bnb-notification-badge {
  margin-top: 4px;
}
.bnb-mobile-menu md-list-item.md-3-line > .md-no-style {
  min-height: 70px;
  background-color: #eee;
  border-radius: 4px;
}
.bnb-mobile-menu md-sidenav {
  z-index: 1001;
  position: fixed;
  min-width: auto !important;
}
.bnb-mobile-menu md-sidenav[name=right2], .bnb-mobile-menu md-sidenav.main-menu-sidenav {
  width: 300px;
  max-width: 85vw;
}
.bnb-mobile-menu md-backdrop {
  z-index: 1001;
  position: fixed;
}

.bnb-email-verify svg {
  float: right;
}
.bnb-email-verify .check-choice-buttons {
  flex-wrap: wrap;
}
.bnb-email-verify .email-display {
  background: #f5f5f5;
  padding: 16px;
  border-radius: 8px;
  margin: 20px 0;
}
.bnb-email-verify .email-display p {
  margin: 0;
}
.bnb-email-verify .email-display .email-source-note {
  font-size: 0.9em;
  color: #666;
  margin-top: 4px;
}
.bnb-email-verify .email-importance-list {
  text-align: left;
  max-width: 400px;
  margin: 24px 0;
}
.bnb-email-verify .email-importance-list .section-label {
  font-weight: 600;
  margin-bottom: 12px;
}
.bnb-email-verify .email-importance-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.bnb-email-verify .email-importance-list ul li {
  padding: 8px 0;
  font-size: 0.95em;
}
.bnb-email-verify .warning-box {
  background: #fff3cd;
  border-left: 4px solid #ffc107;
  padding: 12px 16px;
  margin: 20px 0;
  border-radius: 4px;
}
.bnb-email-verify .warning-box p {
  margin: 0;
}
.bnb-email-verify .check-frequency {
  font-size: 1.1em;
  font-weight: 500;
  margin: 24px 0 16px;
}
.bnb-email-verify .helper-text {
  font-size: 0.9em;
  color: #666;
  margin-top: 20px;
}
.bnb-email-verify .helper-text .accent {
  color: #4caf50;
  font-weight: 600;
}

.bnb-hangout .centered-content {
  text-align: center;
  padding: 20px;
}
.bnb-hangout .thank-you-message h3 {
  margin-bottom: 10px;
  color: #2addb2; /* Green color for success */
}
.bnb-hangout .enrichment-loading md-progress-circular {
  margin: 0 auto 20px;
}
.bnb-hangout .enrichment-loading h3 {
  margin-bottom: 10px;
  color: rgba(0, 0, 0, 0.87);
}
.bnb-hangout .enrichment-loading p {
  color: rgba(0, 0, 0, 0.64);
}
.bnb-hangout .hangout-header-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  padding: 10px 0 0 0;
}
.bnb-hangout .hangout-header-actions .bnb-bread-crumbs {
  margin-right: auto;
}
.bnb-hangout .hangout-header-actions .bnb-bread-crumbs ol {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px;
}
.bnb-hangout .hangout-header-actions .bnb-bread-crumbs ol li {
  display: flex;
  align-items: center;
}
.bnb-hangout .hangout-header-actions .bnb-bread-crumbs ol li:not(:last-child)::after {
  content: "›";
  margin-left: 8px;
  color: #ccc;
}
.bnb-hangout .hangout-header-actions .bnb-bread-crumbs ol li a {
  color: rgba(0, 0, 0, 0.64);
  text-decoration: none;
  font-size: 14px;
}
.bnb-hangout .hangout-header-actions .bnb-bread-crumbs ol li a:hover {
  text-decoration: underline;
}
.bnb-hangout .hangout-header-actions .bnb-bread-crumbs ol li a[aria-current=page] {
  color: rgba(0, 0, 0, 0.87);
  font-weight: 500;
}
.bnb-hangout .hangout-header-actions .hangout-action-buttons {
  display: flex;
  gap: 8px;
  flex-shrink: 0;
  flex-grow: 1;
  justify-content: end;
  margin: 0 14px;
}
.bnb-hangout .hangout-header-actions .hangout-action-buttons .md-button {
  flex-shrink: 0;
  white-space: nowrap;
  margin: 0;
}
.bnb-hangout .gym-buddy-banner {
  background: linear-gradient(135deg, #2addb2 0%, rgb(29.1821862348, 182.8178137652, 145.9109311741) 100%);
  border-radius: 8px;
  margin: 16px;
  padding: 20px;
  color: white;
}
.bnb-hangout .gym-buddy-banner.has-code {
  background: linear-gradient(135deg, #455a64 0%, #263238 100%);
}
.bnb-hangout .gym-buddy-banner .banner-content {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}
@media screen and (max-width: 640px) {
  .bnb-hangout .gym-buddy-banner .banner-content {
    flex-direction: column;
  }
}
.bnb-hangout .gym-buddy-banner .banner-content .banner-icon {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bnb-hangout .gym-buddy-banner .banner-content .banner-icon md-icon,
.bnb-hangout .gym-buddy-banner .banner-content .banner-icon .md-icon {
  color: white;
}
.bnb-hangout .gym-buddy-banner .banner-content .banner-text {
  flex: 1;
  text-align: left;
}
.bnb-hangout .gym-buddy-banner .banner-content .banner-text h4 {
  margin: 0 0 8px;
  font-size: 18px;
  font-weight: 600;
}
.bnb-hangout .gym-buddy-banner .banner-content .banner-text p {
  margin: 0 0 16px;
  font-size: 14px;
  opacity: 0.9;
  line-height: 1.5;
}
.bnb-hangout .gym-buddy-banner .banner-content .banner-text .gym-buddy-code-form {
  display: flex;
  gap: 8px;
  align-items: center;
  flex-wrap: wrap;
}
.bnb-hangout .gym-buddy-banner .banner-content .banner-text .gym-buddy-code-form .gym-buddy-code-input {
  padding: 10px 14px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.1);
  color: white;
  width: 140px;
}
.bnb-hangout .gym-buddy-banner .banner-content .banner-text .gym-buddy-code-form .gym-buddy-code-input::placeholder {
  color: rgba(255, 255, 255, 0.5);
  font-weight: 400;
  letter-spacing: normal;
}
.bnb-hangout .gym-buddy-banner .banner-content .banner-text .gym-buddy-code-form .gym-buddy-code-input:focus {
  outline: none;
  border-color: rgba(255, 255, 255, 0.6);
  background: rgba(255, 255, 255, 0.15);
}
.bnb-hangout .gym-buddy-banner .banner-content .banner-text .gym-buddy-code-form .gym-buddy-code-input.error {
  border-color: #ff5252;
  background: rgba(255, 82, 82, 0.15);
}
.bnb-hangout .gym-buddy-banner .banner-content .banner-text .code-error {
  display: block;
  margin-top: 8px;
  font-size: 13px;
  color: #ff8a80;
}
.bnb-hangout .gym-buddy-banner .banner-content .md-button {
  flex-shrink: 0;
  background: white !important;
  color: #2addb2 !important;
}

.feedback-button {
  position: fixed;
  bottom: 24px;
  right: 24px;
  background-color: #8a4fff;
  color: white;
  padding: 12px 24px;
  border-radius: 24px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  display: none;
  align-items: center;
  gap: 8px;
  z-index: 9999;
  transition: transform 0.2s ease;
}
@media screen and (min-width: 760px) {
  .feedback-button {
    display: flex;
  }
}
.feedback-button:hover {
  transform: translateY(-2px);
  background-color: rgb(121.0482954545, 53.5, 255);
}
.feedback-button md-icon {
  color: white;
  margin-right: 4px;
}

#dialog-container {
  z-index: 10000;
}

.feedback-dialog {
  min-width: 400px;
  max-width: 600px;
  border-radius: 8px;
  overflow: hidden;
}
.feedback-dialog .md-dialog-container {
  padding: 0;
}
.feedback-dialog md-dialog-content {
  padding: 15px !important;
  text-align: left;
}
.feedback-dialog .feedback-dialog-title {
  font-size: 24px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.87);
  margin: 0 0 24px;
  padding: 8px 0 0;
}
.feedback-dialog textarea.md-input {
  min-height: 120px;
}
.feedback-dialog md-dialog-actions {
  padding: 16px 32px;
  background: #f3f3f3;
  margin: 0;
  border-top: 1px solid #eee;
}
.feedback-dialog md-dialog-actions .md-button {
  margin: 0;
  min-width: 88px;
}
.feedback-dialog md-dialog-actions .md-button.md-primary {
  background-color: #8a4fff;
  color: white;
}
.feedback-dialog md-dialog-actions .md-button.md-primary:hover {
  background-color: rgb(121.0482954545, 53.5, 255);
}
.feedback-dialog md-dialog-actions .md-button.md-primary[disabled] {
  background-color: #ccc;
}
.feedback-dialog .character-count {
  color: rgba(0, 0, 0, 0.64);
  font-size: 12px;
  text-align: right;
  margin-top: -12px;
}

.review-change {
  margin-top: 2em;
  padding: 1em;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  background-color: #fafafa;
}
.review-change h3 {
  margin-top: 0;
  color: #8a4fff;
  font-size: 1.2em;
}
.review-change .change-list .change-item {
  padding: 0.75em;
  margin-bottom: 0.5em;
  border: 1px solid #ddd;
  border-radius: 4px;
  background: #fff;
}
.review-change .change-list .change-item.add {
  border-left: 4px solid #27ae60;
}
.review-change .change-list .change-item.update {
  border-left: 4px solid #3498db;
}
.review-change .change-list .change-item:last-child {
  margin-bottom: 0;
}
.review-change .change-list .change-item strong {
  color: rgba(0, 0, 0, 0.64);
  text-transform: capitalize;
  display: block;
  margin-bottom: 0.25em;
  font-size: 1.1em;
}
.review-change .change-list .change-item .change-details {
  margin-left: 1em;
}
.review-change .change-list .change-item .change-details .label {
  color: #666;
  font-size: 0.9em;
  font-weight: 500;
  display: inline-block;
  min-width: 80px;
}
.review-change .change-list .change-item .change-details .new-value {
  color: #27ae60;
  font-weight: 500;
  margin-left: 0.5em;
}
.review-change .change-list .change-item .change-details .current-value {
  color: #666;
  margin-left: 0.5em;
}

.bnb-review-change {
  padding: 20px;
  max-width: 1200px;
  margin: 0 auto;
}
.bnb-review-change h1 {
  font-size: 24px;
  margin-bottom: 20px;
  color: #333;
}
.bnb-review-change .business-context {
  background: #f8f9fa;
  border: 1px solid #e1e4e8;
  border-radius: 8px;
  padding: 16px;
  margin-bottom: 20px;
}
.bnb-review-change .business-context .business-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.bnb-review-change .business-context .business-info .business-details {
  flex: 1;
}
.bnb-review-change .business-context .business-info .business-details h2 {
  margin: 0 0 4px 0;
  color: #24292e;
  font-size: 20px;
  font-weight: 600;
}
.bnb-review-change .business-context .business-info .business-details .business-location {
  margin: 0;
  color: #656d76;
  font-size: 14px;
  font-weight: 500;
  margin-top: 4px;
}
.bnb-review-change .business-context .business-info .view-business-btn {
  font-size: 14px;
  flex-shrink: 0;
  margin-left: 16px;
  white-space: nowrap;
}
.bnb-review-change .action-bar {
  display: flex;
  gap: 12px;
  margin-bottom: 20px;
  padding: 16px;
  background: #f6f8fa;
  border-radius: 6px;
  border: 1px solid #d0d7de;
}
.bnb-review-change .action-bar .accept-btn {
  background: #2da44e;
  border-color: #2da44e;
}
.bnb-review-change .action-bar .accept-btn:hover {
  background: #2c974b;
}
.bnb-review-change .action-bar .reject-btn {
  background: #cf222e;
  border-color: #cf222e;
  color: white;
}
.bnb-review-change .action-bar .reject-btn:hover {
  background: #c1222d;
}
.bnb-review-change .rejection-reason {
  margin-bottom: 20px;
}
.bnb-review-change .submitter-info {
  background: #e8f4fd;
  border: 1px solid #b6d4fe;
  border-radius: 6px;
  padding: 12px 16px;
  margin-bottom: 16px;
  font-size: 14px;
  color: #0a58ca;
}
.bnb-review-change .create-preview {
  margin-top: 20px;
  border: 1px solid #d0d7de;
  border-radius: 8px;
  overflow: hidden;
}
.bnb-review-change .create-preview > h3 {
  background: #f6f8fa;
  border-bottom: 1px solid #d0d7de;
  padding: 12px 16px;
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  color: #24292e;
}
.bnb-review-change .status-indicator {
  padding: 12px;
  background: #f6f8fa;
  border-radius: 6px;
  margin-bottom: 20px;
  font-weight: 600;
}
.bnb-review-change .status-indicator .status-accepted {
  color: #2da44e;
}
.bnb-review-change .status-indicator .status-rejected {
  color: #cf222e;
}
.bnb-review-change .status-indicator .status-pending {
  color: #fb8500;
}
.bnb-review-change .diff-container {
  background: white;
  border: 1px solid #d0d7de;
  border-radius: 6px;
  overflow: hidden;
}
.bnb-review-change .diff-container .diff-header {
  background: #f6f8fa;
  border-bottom: 1px solid #d0d7de;
  padding: 16px 20px;
}
.bnb-review-change .diff-container .diff-header h3 {
  margin: 0 0 4px 0;
  color: #24292e;
  font-size: 16px;
  font-weight: 600;
}
.bnb-review-change .diff-container .diff-header .diff-summary {
  margin: 0;
  color: #656d76;
  font-size: 14px;
  margin-top: 4px;
}
.bnb-review-change .diff-container .diff-list .diff-item {
  border-bottom: 1px solid #d8dee4;
  transition: background-color 0.2s;
}
.bnb-review-change .diff-container .diff-list .diff-item:last-child {
  border-bottom: none;
}
.bnb-review-change .diff-container .diff-list .diff-item.selected {
  background: #f0f9ff;
  border-left: 3px solid #0969da;
}
.bnb-review-change .diff-container .diff-list .diff-item.disabled {
  opacity: 0.6;
  pointer-events: none;
}
.bnb-review-change .diff-container .diff-list .diff-item.disabled .field-selector {
  cursor: not-allowed;
}
.bnb-review-change .diff-container .diff-list .diff-item .diff-item-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 20px;
  background: #f6f8fa;
  border-bottom: 1px solid #d8dee4;
}
.bnb-review-change .diff-container .diff-list .diff-item .diff-item-header .field-selector {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  font-weight: 600;
  color: #24292e;
}
.bnb-review-change .diff-container .diff-list .diff-item .diff-item-header .field-selector .field-name {
  text-transform: capitalize;
  font-size: 14px;
}
.bnb-review-change .diff-container .diff-list .diff-item .diff-item-header .change-type-badge {
  font-size: 11px;
  font-weight: 700;
  padding: 2px 6px;
  border-radius: 3px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.bnb-review-change .diff-container .diff-list .diff-item .diff-item-header .change-type-badge.add {
  background: #dcfce7;
  color: #166534;
}
.bnb-review-change .diff-container .diff-list .diff-item .diff-item-header .change-type-badge.update {
  background: #fef3c7;
  color: #92400e;
}
.bnb-review-change .diff-container .diff-list .diff-item .diff-item-header .change-type-badge.additive {
  background: #dbeafe;
  color: #1e40af;
}
.bnb-review-change .diff-container .diff-list .diff-item .diff-item-header .change-type-badge.nested {
  background: #f3e5f5;
  color: #6a1b9a;
}
.bnb-review-change .diff-container .diff-list .diff-item .diff-content {
  font-family: "SF Mono", "Monaco", "Inconsolata", "Roboto Mono", "Menlo", "Ubuntu Mono", monospace;
  font-size: 13px;
  line-height: 1.45;
  padding: 12px 16px 12px 40px;
  background: white;
}
.bnb-review-change .diff-container .diff-list .diff-item .diff-content .diff-line {
  display: flex;
  align-items: flex-start;
  padding: 4px 0;
}
.bnb-review-change .diff-container .diff-list .diff-item .diff-content .diff-line .line-marker {
  width: 24px;
  text-align: center;
  flex-shrink: 0;
  font-weight: bold;
  padding: 8px 0;
  margin-right: 8px;
}
.bnb-review-change .diff-container .diff-list .diff-item .diff-content .diff-line .line-content {
  flex: 1;
  padding: 8px 16px 8px 8px;
  word-break: break-word;
}
.bnb-review-change .diff-container .diff-list .diff-item .diff-content .diff-line .addition-note {
  color: #656d76;
  font-style: italic;
  margin-left: 8px;
  font-size: 12px;
}
.bnb-review-change .diff-container .diff-list .diff-item .diff-content .diff-line.addition {
  background: #f0f9ff;
  border-left: 3px solid #22c55e;
}
.bnb-review-change .diff-container .diff-list .diff-item .diff-content .diff-line.addition .line-marker {
  color: #22c55e;
  background: #dcfce7;
}
.bnb-review-change .diff-container .diff-list .diff-item .diff-content .diff-line.addition .line-content {
  color: #166534;
}
.bnb-review-change .diff-container .diff-list .diff-item .diff-content .diff-line.deletion {
  background: #fef2f2;
  border-left: 3px solid #ef4444;
}
.bnb-review-change .diff-container .diff-list .diff-item .diff-content .diff-line.deletion .line-marker {
  color: #ef4444;
  background: #fecaca;
}
.bnb-review-change .diff-container .diff-list .diff-item .diff-content .diff-line.deletion .line-content {
  color: #991b1b;
  text-decoration: line-through;
  opacity: 0.8;
}
.bnb-review-change .diff-container .diff-list .diff-item .diff-content .diff-line.context {
  background: #f8f9fa;
}
.bnb-review-change .diff-container .diff-list .diff-item .diff-content .diff-line.context .line-marker {
  color: #656d76;
}
.bnb-review-change .diff-container .diff-list .diff-item .diff-content .diff-line.context .line-content {
  color: #24292e;
}
.bnb-review-change .diff-container .diff-list .diff-item .diff-content .diff-line .empty-value {
  color: #999;
  font-style: italic;
}
.bnb-review-change .diff-container .diff-list .diff-item .diff-content .diff-preview {
  background: #f6f8fa;
  padding: 12px 20px;
  border-top: 1px solid #d8dee4;
  margin-top: 8px;
  border-left: 3px solid #2196f3;
  border-radius: 2px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
.bnb-review-change .diff-container .diff-list .diff-item .diff-content .diff-preview .preview-label {
  font-weight: 600;
  color: #656d76;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-right: 8px;
}
.bnb-review-change .diff-container .diff-list .diff-item .diff-content .diff-preview .preview-content {
  color: #24292e;
  margin-left: 8px;
}
.bnb-review-change .diff-container .diff-list .diff-item .diff-content .nested-changes {
  padding: 12px 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.bnb-review-change .diff-container .diff-list .diff-item .diff-content .nested-changes .nested-field {
  display: flex;
  align-items: center;
  padding: 8px 12px;
  margin-bottom: 8px;
  background: #f6f8fa;
  border-radius: 4px;
  border: 1px solid #d8dee4;
}
.bnb-review-change .diff-container .diff-list .diff-item .diff-content .nested-changes .nested-field:last-child {
  margin-bottom: 0;
}
.bnb-review-change .diff-container .diff-list .diff-item .diff-content .nested-changes .nested-field .sub-field-name {
  font-weight: 600;
  color: #24292e;
  min-width: 140px;
  text-transform: capitalize;
  font-size: 13px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
.bnb-review-change .diff-container .diff-list .diff-item .diff-content .nested-changes .nested-field .nested-values {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: "SF Mono", "Monaco", "Inconsolata", "Roboto Mono", monospace;
  font-size: 13px;
}
.bnb-review-change .diff-container .diff-list .diff-item .diff-content .nested-changes .nested-field .nested-values .old-value {
  background: #fef2f2;
  color: #991b1b;
  padding: 4px 10px;
  border-radius: 4px;
  border: 1px solid #fecaca;
  text-decoration: line-through;
  min-width: 35px;
  text-align: center;
  font-weight: 600;
}
.bnb-review-change .diff-container .diff-list .diff-item .diff-content .nested-changes .nested-field .nested-values .arrow {
  color: #656d76;
  font-weight: bold;
}
.bnb-review-change .diff-container .diff-list .diff-item .diff-content .nested-changes .nested-field .nested-values .new-value {
  background: #dcfce7;
  color: #166534;
  padding: 4px 10px;
  border-radius: 4px;
  border: 1px solid #bbf7d0;
  font-weight: 600;
  min-width: 35px;
  text-align: center;
}
.bnb-review-change .no-changes {
  text-align: center;
  padding: 60px 20px;
  color: #656d76;
}
.bnb-review-change .no-changes .no-changes-icon {
  font-size: 48px;
  margin-bottom: 16px;
}
.bnb-review-change .no-changes h3 {
  color: #24292e;
  margin: 0 0 8px 0;
}
.bnb-review-change .no-changes p {
  margin: 0;
  max-width: 400px;
  margin: 0 auto;
  color: #999;
}
.bnb-review-change .status-message {
  text-align: center;
  padding: 60px 20px;
  border-radius: 8px;
  margin: 20px 0;
}
.bnb-review-change .status-message .status-icon {
  font-size: 48px;
  margin-bottom: 16px;
}
.bnb-review-change .status-message h3 {
  margin-bottom: 8px;
  font-size: 24px;
}
.bnb-review-change .status-message p {
  margin: 0 0 20px 0;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  color: #656d76;
}
.bnb-review-change .status-message.accepted {
  background: #f0f9ff;
  border: 1px solid #0ea5e9;
}
.bnb-review-change .status-message.accepted h3 {
  color: #0284c7;
}
.bnb-review-change .status-message.rejected {
  background: #fef2f2;
  border: 1px solid #ef4444;
}
.bnb-review-change .status-message.rejected h3 {
  color: #dc2626;
}
.bnb-review-change .status-message .view-business-btn {
  margin-top: 20px;
}
.bnb-review-change .paper-checkbox input[type=checkbox] {
  width: 16px !important;
  height: 16px !important;
  accent-color: #0969da;
}

.bnb-manage-favorites {
  padding: 20px;
  max-width: 1200px;
  margin: 0 auto;
}
.bnb-manage-favorites .favorites-header {
  margin-bottom: 32px;
}
.bnb-manage-favorites .favorites-header .header-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}
.bnb-manage-favorites .favorites-header .header-top h2 {
  margin: 0;
  color: rgba(0, 0, 0, 0.87);
  text-align: left;
}
.bnb-manage-favorites .favorites-header .header-top .favorites-count {
  color: rgba(0, 0, 0, 0.64);
  font-size: 14px;
  font-weight: 500;
}
.bnb-manage-favorites .favorites-header p {
  color: rgba(0, 0, 0, 0.64);
  margin: 0;
  text-align: left;
}
.bnb-manage-favorites .cities-list .city-section {
  margin-bottom: 16px;
}
.bnb-manage-favorites .cities-list .city-section.current-city {
  border: 2px solid #2addb2;
}
.bnb-manage-favorites .cities-list .city-section .city-header {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px;
  transition: background-color 0.3s;
}
.bnb-manage-favorites .cities-list .city-section .city-header:hover {
  background-color: rgba(0, 0, 0, 0.04);
}
.bnb-manage-favorites .cities-list .city-section .city-header.current-city {
  background-color: rgba(42, 221, 178, 0.05);
}
.bnb-manage-favorites .cities-list .city-section .city-header .city-title {
  display: flex;
  align-items: center;
  gap: 8px;
}
.bnb-manage-favorites .cities-list .city-section .city-header .city-title h3 {
  margin: 0;
}
.bnb-manage-favorites .cities-list .city-section .city-header .city-title h3 .current-badge {
  display: inline;
  margin-left: 8px;
  color: #2addb2;
  font-size: 14px;
  font-weight: normal;
  font-style: italic;
}
.bnb-manage-favorites .cities-list .city-section .city-header .city-count {
  display: inline-block;
  padding: 4px 10px;
  background: rgba(0, 0, 0, 0.08);
  border-radius: 12px;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.64);
}
.bnb-manage-favorites .cities-list .city-section .city-favorites {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  padding: 16px;
}
.bnb-manage-favorites .hangout-item {
  flex: 0 1 calc(50% - 8px);
  min-width: 280px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px;
  border: 1px solid #ddd;
  border-radius: 8px;
  transition: all 0.2s;
}
.bnb-manage-favorites .hangout-item:hover {
  border-color: #2addb2;
  background-color: rgba(42, 221, 178, 0.02);
}
.bnb-manage-favorites .hangout-item .hangout-link {
  flex: 1;
  text-decoration: none;
  color: inherit;
  display: flex;
  align-items: center;
  gap: 12px;
  margin-right: 12px;
}
.bnb-manage-favorites .hangout-item .hangout-link .hangout-image {
  width: 60px;
  height: 60px;
  border-radius: 6px;
  object-fit: cover;
  flex-shrink: 0;
}
.bnb-manage-favorites .hangout-item .hangout-link .hangout-image.placeholder {
  background-color: #eee;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bnb-manage-favorites .hangout-item .hangout-link .hangout-image.placeholder .md-icon {
  color: #999;
}
.bnb-manage-favorites .hangout-item .hangout-link .hangout-details {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.bnb-manage-favorites .hangout-item .hangout-link .hangout-details h4 {
  margin: 0;
  color: #8a4fff;
  font-size: 16px;
  font-weight: 500;
  transition: color 0.2s;
  text-align: left;
}
.bnb-manage-favorites .hangout-item .hangout-link .hangout-details .category-label {
  display: inline-block;
  padding: 2px 8px;
  background-color: rgba(138, 79, 255, 0.1);
  border-radius: 10px;
  font-size: 12px;
  color: #8a4fff;
  align-self: flex-start;
  text-align: left;
}
.bnb-manage-favorites .hangout-item .hangout-link .hangout-details .neighborhood {
  display: flex;
  align-items: center;
  gap: 4px;
  color: rgba(0, 0, 0, 0.64);
  font-size: 13px;
  margin-top: 2px;
}
.bnb-manage-favorites .hangout-item .hangout-link .hangout-details .neighborhood .md-icon {
  opacity: 0.6;
}
.bnb-manage-favorites .hangout-item .hangout-link:hover h4 {
  color: rgb(104.0965909091, 28, 255);
  text-decoration: underline;
}
.bnb-manage-favorites .hangout-item .remove-btn {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px 10px;
  background: white;
  border: 1px solid #ccc;
  border-radius: 6px;
  color: rgba(0, 0, 0, 0.64);
  font-size: 13px;
  cursor: pointer;
  transition: all 0.2s;
  white-space: nowrap;
}
.bnb-manage-favorites .hangout-item .remove-btn:hover {
  background: white;
  border-color: #fa3e3e;
  color: #fa3e3e;
}
.bnb-manage-favorites .hangout-item .remove-btn:hover .md-icon {
  color: #fa3e3e;
}
.bnb-manage-favorites .hangout-item .remove-btn .md-icon {
  color: rgba(0, 0, 0, 0.64);
}
@media (max-width: 640px) {
  .bnb-manage-favorites .hangout-item {
    flex: 0 1 100%;
    min-width: unset;
  }
}
@media (min-width: 1200px) {
  .bnb-manage-favorites .hangout-item {
    flex: 0 1 calc(33.333% - 11px);
  }
}
.bnb-manage-favorites .empty-state {
  margin-top: 40px;
  text-align: center;
}
.bnb-manage-favorites .empty-state .empty-content {
  padding: 40px 20px;
}
.bnb-manage-favorites .empty-state .empty-content .md-icon {
  color: #999;
  margin-bottom: 20px;
}
.bnb-manage-favorites .empty-state .empty-content h3 {
  color: rgba(0, 0, 0, 0.87);
  margin-bottom: 12px;
}
.bnb-manage-favorites .empty-state .empty-content p {
  color: rgba(0, 0, 0, 0.64);
  margin-bottom: 24px;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}
.bnb-manage-favorites .add-favorites-section {
  margin-top: 40px;
  padding: 24px;
  background: linear-gradient(135deg, rgba(42, 221, 178, 0.03), rgba(138, 79, 255, 0.03));
  border: 1px solid rgba(42, 221, 178, 0.2);
  border-radius: 8px;
}
.bnb-manage-favorites .add-favorites-section .add-favorites-content {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
.bnb-manage-favorites .add-favorites-section .add-favorites-content .md-icon {
  color: #2addb2;
  flex-shrink: 0;
}
.bnb-manage-favorites .add-favorites-section .add-favorites-content .add-favorites-info {
  flex: 1;
  min-width: 280px;
}
.bnb-manage-favorites .add-favorites-section .add-favorites-content .add-favorites-info h3 {
  margin-top: 0;
  margin-bottom: 8px;
  color: rgba(0, 0, 0, 0.87);
  text-align: left;
  font-size: 18px;
}
.bnb-manage-favorites .add-favorites-section .add-favorites-content .add-favorites-info p {
  margin: 0;
  color: rgba(0, 0, 0, 0.64);
  text-align: left;
  font-size: 14px;
}
.bnb-manage-favorites .add-favorites-section .add-favorites-content .md-button {
  flex-shrink: 0;
}
.bnb-manage-favorites .add-favorites-section .add-favorites-content .md-button .md-icon {
  margin-right: 8px;
  color: white;
}
.bnb-manage-favorites .share-profile-section {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid #ddd;
}
.bnb-manage-favorites .share-profile-section .share-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}
.bnb-manage-favorites .share-profile-section .share-content .share-info {
  flex: 1;
  min-width: 280px;
}
.bnb-manage-favorites .share-profile-section .share-content .share-info h3 {
  margin-top: 0;
  margin-bottom: 8px;
  color: rgba(0, 0, 0, 0.87);
  text-align: left;
}
.bnb-manage-favorites .share-profile-section .share-content .share-info p {
  margin: 0;
  color: rgba(0, 0, 0, 0.64);
  text-align: left;
}
.bnb-manage-favorites .share-profile-section .share-content .share-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.bnb-manage-favorites .share-profile-section .share-content .share-actions .md-button .md-icon {
  margin-right: 8px;
}

@media (max-width: 768px) {
  .bnb-manage-favorites {
    padding: 12px;
  }
  .bnb-manage-favorites .add-favorites-content {
    flex-direction: column;
    text-align: center;
  }
  .bnb-manage-favorites .add-favorites-content .add-favorites-info h3, .bnb-manage-favorites .add-favorites-content .add-favorites-info p {
    text-align: center;
  }
  .bnb-manage-favorites .share-content {
    flex-direction: column;
    text-align: center;
  }
  .bnb-manage-favorites .share-content .share-actions {
    width: 100%;
    justify-content: center;
  }
}
.bnb-contributors {
  text-align: left;
  padding: 20px;
}
@media screen and (max-width: 640px) {
  .bnb-contributors {
    padding: 15px;
  }
}
.bnb-contributors h2 {
  margin-bottom: 10px;
}
.bnb-contributors .intro {
  margin-bottom: 25px;
  color: rgba(0, 0, 0, 0.64);
}
.bnb-contributors .contributors-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 20px;
}
@media screen and (max-width: 640px) {
  .bnb-contributors .contributors-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }
}
.bnb-contributors .contributor-card {
  background: white;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}
.bnb-contributors .contributor-card:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
  transform: translateY(-2px);
}
.bnb-contributors .rank {
  position: absolute;
  top: 12px;
  left: 12px;
  background: #8a4fff;
  color: white;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 14px;
}
.bnb-contributors .avatar {
  margin-bottom: 15px;
}
.bnb-contributors .avatar-image {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
}
.bnb-contributors .initials-avatar {
  width: 80px;
  height: 80px;
  font-size: 28px;
}
.bnb-contributors .info {
  margin-bottom: 15px;
}
.bnb-contributors .name {
  display: block;
  font-size: 18px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.87);
  margin-bottom: 5px;
}
.bnb-contributors .count {
  display: block;
  color: rgba(0, 0, 0, 0.64);
  font-size: 14px;
}
.bnb-contributors .view-profile-link {
  display: inline-block;
  padding: 8px 20px;
  background: #2addb2;
  color: white;
  text-decoration: none;
  border-radius: 20px;
  font-weight: 500;
  font-size: 14px;
  transition: background 0.2s ease;
}
.bnb-contributors .view-profile-link:hover {
  background: rgb(30.5862348178, 191.6137651822, 152.9311740891);
}

.bnb-gym-claim {
  max-width: 600px;
  margin: 0 auto;
  padding: 24px 16px;
}
.bnb-gym-claim .business-card {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 20px;
  background: linear-gradient(135deg, #8a4fff 0%, rgb(104.0965909091, 28, 255) 100%);
  border-radius: 12px;
  color: white;
  margin-bottom: 24px;
}
.bnb-gym-claim .business-card .business-image {
  width: 80px;
  height: 80px;
  min-width: 80px;
  border-radius: 8px;
  object-fit: cover;
  border: 2px solid rgba(255, 255, 255, 0.3);
}
.bnb-gym-claim .business-card .business-image-placeholder {
  width: 80px;
  height: 80px;
  min-width: 80px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
}
.bnb-gym-claim .business-card .business-image-placeholder md-icon,
.bnb-gym-claim .business-card .business-image-placeholder .md-icon {
  color: white;
  opacity: 0.8;
}
.bnb-gym-claim .business-card .business-info {
  flex: 1;
  display: block;
  text-align: left;
}
.bnb-gym-claim .business-card .business-info h1 {
  margin: 0 0 4px;
  font-size: 20px;
  font-weight: 600;
}
.bnb-gym-claim .business-card .business-info .business-location {
  margin: 0;
  opacity: 0.9;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
.bnb-gym-claim .business-card .business-info .business-location md-icon,
.bnb-gym-claim .business-card .business-info .business-location .md-icon {
  color: white;
}
.bnb-gym-claim .claim-content {
  background: white;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  padding: 24px;
  text-align: left;
}
.bnb-gym-claim .method-selection {
  text-align: left;
}
.bnb-gym-claim .method-selection h2 {
  margin: 0 0 8px;
  font-size: 20px;
  text-align: left;
}
.bnb-gym-claim .method-selection .intro {
  color: rgba(0, 0, 0, 0.6);
  margin: 0 0 24px;
  text-align: left;
}
.bnb-gym-claim .method-selection .method-card {
  cursor: pointer;
  margin-bottom: 12px;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}
.bnb-gym-claim .method-selection .method-card:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  transform: translateY(-1px);
}
.bnb-gym-claim .method-selection .method-card .method-content {
  display: flex;
  align-items: center;
  padding: 16px;
  gap: 16px;
}
.bnb-gym-claim .method-selection .method-card .method-content md-icon:first-child,
.bnb-gym-claim .method-selection .method-card .method-content .md-icon:first-child {
  color: #2addb2;
}
.bnb-gym-claim .method-selection .method-card .method-content .method-info {
  flex: 1;
}
.bnb-gym-claim .method-selection .method-card .method-content .method-info h3 {
  margin: 0 0 4px;
  font-size: 16px;
}
.bnb-gym-claim .method-selection .method-card .method-content .method-info p {
  margin: 0;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.6);
}
.bnb-gym-claim .method-selection .method-card .method-content md-icon:last-child,
.bnb-gym-claim .method-selection .method-card .method-content .md-icon:last-child {
  color: rgba(0, 0, 0, 0.3);
}
.bnb-gym-claim .method-selection .note {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.5);
  margin-top: 16px;
}
.bnb-gym-claim .method-selection .benefits-section {
  margin-top: 32px;
  padding-top: 32px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}
.bnb-gym-claim .method-selection .benefits-section .benefit-block {
  margin-bottom: 24px;
  text-align: left;
}
.bnb-gym-claim .method-selection .benefits-section .benefit-block:last-child {
  margin-bottom: 0;
}
.bnb-gym-claim .method-selection .benefits-section .benefit-block .benefit-header {
  margin-bottom: 12px;
}
.bnb-gym-claim .method-selection .benefits-section .benefit-block .benefit-header h3 {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.87);
}
.bnb-gym-claim .method-selection .benefits-section .benefit-block .benefit-header h3 md-icon,
.bnb-gym-claim .method-selection .benefits-section .benefit-block .benefit-header h3 .md-icon {
  display: inline-block;
  color: #2addb2;
  vertical-align: middle;
  margin-right: 8px;
}
.bnb-gym-claim .method-selection .benefits-section .benefit-block p {
  margin: 0 0 12px;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.7);
  line-height: 1.5;
}
.bnb-gym-claim .method-selection .benefits-section .benefit-block ul {
  margin: 0 0 12px;
  padding-left: 20px;
}
.bnb-gym-claim .method-selection .benefits-section .benefit-block ul li {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.7);
  line-height: 1.6;
  margin-bottom: 4px;
}
.bnb-gym-claim .verification-step .back-link {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  background: none;
  border: none;
  color: #2addb2;
  cursor: pointer;
  padding: 0;
  font-size: 14px;
  margin-bottom: 20px;
}
.bnb-gym-claim .verification-step .back-link:hover {
  text-decoration: underline;
}
.bnb-gym-claim .verification-step .back-link md-icon,
.bnb-gym-claim .verification-step .back-link .md-icon {
  color: #2addb2;
}
.bnb-gym-claim .verification-step h2 {
  margin: 0 0 8px;
  font-size: 20px;
}
.bnb-gym-claim .verification-step p {
  margin: 0 0 16px;
  color: rgba(0, 0, 0, 0.7);
}
.bnb-gym-claim .verification-step .note {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.5);
}
.bnb-gym-claim .email-sent {
  text-align: center;
  padding: 24px 0;
}
.bnb-gym-claim .email-sent md-icon,
.bnb-gym-claim .email-sent .md-icon {
  color: #2addb2;
  margin-bottom: 16px;
}
.bnb-gym-claim .email-sent h2 {
  color: #2addb2;
}
.bnb-gym-claim .email-verification h2,
.bnb-gym-claim .linkback-verification h2 {
  margin-bottom: 8px;
}
.bnb-gym-claim .email-input-row {
  display: flex;
  align-items: baseline;
  gap: 4px;
  margin: 20px 0;
}
.bnb-gym-claim .email-input-row md-input-container {
  flex: 1;
  margin: 0;
}
.bnb-gym-claim .email-input-row md-input-container .md-errors-spacer {
  display: none;
}
.bnb-gym-claim .email-input-row .domain-suffix {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.6);
  white-space: nowrap;
}
.bnb-gym-claim .linkback-instructions {
  background: rgba(0, 0, 0, 0.04);
  border-radius: 8px;
  padding: 16px;
  margin: 20px 0;
}
.bnb-gym-claim .linkback-instructions h3 {
  font-size: 14px;
  font-weight: 500;
  margin: 0 0 8px;
  color: rgba(0, 0, 0, 0.6);
}
.bnb-gym-claim .linkback-instructions h3:not(:first-child) {
  margin-top: 16px;
}
.bnb-gym-claim .linkback-instructions .url-box,
.bnb-gym-claim .linkback-instructions .code-box {
  background: white;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 4px;
  padding: 8px 12px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.bnb-gym-claim .linkback-instructions .url-box code,
.bnb-gym-claim .linkback-instructions .code-box code {
  flex: 1;
  font-size: 13px;
  word-break: break-all;
}
.bnb-gym-claim .linkback-instructions .url-box .md-button,
.bnb-gym-claim .linkback-instructions .code-box .md-button {
  min-width: 36px;
  margin: 0;
}
.bnb-gym-claim .linkback-instructions .note {
  margin-top: 12px;
}
.bnb-gym-claim .error-message {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 16px;
  background: rgba(244, 67, 54, 0.1);
  border-radius: 4px;
  color: #f44336;
  margin: 16px 0;
}
.bnb-gym-claim .error-message md-icon,
.bnb-gym-claim .error-message .md-icon {
  color: #f44336;
}
.bnb-gym-claim .success-message {
  text-align: center;
  padding: 32px 0;
}
.bnb-gym-claim .success-message md-icon,
.bnb-gym-claim .success-message .md-icon {
  color: #2addb2;
  margin-bottom: 16px;
}
.bnb-gym-claim .success-message h2 {
  color: #2addb2;
  margin-bottom: 8px;
}
.bnb-gym-claim .claim-button {
  margin-top: 20px;
  width: 100%;
}

.verify-claim-page {
  max-width: 500px;
  margin: 60px auto;
  padding: 24px 16px;
  text-align: center;
}
.verify-claim-page .success-message,
.verify-claim-page .error-message {
  background: white;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  padding: 48px 32px;
}
.verify-claim-page .success-message md-icon,
.verify-claim-page .success-message .md-icon,
.verify-claim-page .error-message md-icon,
.verify-claim-page .error-message .md-icon {
  margin-bottom: 16px;
}
.verify-claim-page .success-message h1,
.verify-claim-page .error-message h1 {
  margin: 0 0 16px;
  font-size: 24px;
}
.verify-claim-page .success-message p,
.verify-claim-page .error-message p {
  margin: 0 0 12px;
  color: rgba(0, 0, 0, 0.7);
}
.verify-claim-page .success-message .md-button,
.verify-claim-page .error-message .md-button {
  margin-top: 24px;
}
.verify-claim-page .success-message md-icon,
.verify-claim-page .success-message .md-icon {
  color: #2addb2;
}
.verify-claim-page .success-message h1 {
  color: #2addb2;
}
.verify-claim-page .error-message md-icon,
.verify-claim-page .error-message .md-icon {
  color: #f44336;
}
.verify-claim-page .error-message h1 {
  color: #f44336;
}

.bnb-gym-buddy-landing {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 16px 32px;
}
.bnb-gym-buddy-landing .gym-header {
  background: linear-gradient(135deg, #2addb2 0%, rgb(29.1821862348, 182.8178137652, 145.9109311741) 100%);
  border-radius: 12px;
  padding: 24px;
  margin-bottom: 24px;
  color: white;
}
.bnb-gym-buddy-landing .gym-header .gym-header-content {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 600px) {
  .bnb-gym-buddy-landing .gym-header .gym-header-content {
    flex-direction: column;
    text-align: left;
  }
}
.bnb-gym-buddy-landing .gym-header .gym-image {
  width: 120px;
  height: 120px;
  border-radius: 12px;
  object-fit: cover;
  border: 3px solid rgba(255, 255, 255, 0.3);
  flex-shrink: 0;
}
@media (max-width: 600px) {
  .bnb-gym-buddy-landing .gym-header .gym-image {
    width: 100px;
    height: 100px;
  }
}
.bnb-gym-buddy-landing .gym-header .gym-info {
  text-align: left;
}
.bnb-gym-buddy-landing .gym-header .gym-info h1 {
  margin: 0 0 8px;
  font-size: 1.75rem;
  font-weight: 600;
}
@media (max-width: 600px) {
  .bnb-gym-buddy-landing .gym-header .gym-info h1 {
    font-size: 1.5rem;
  }
}
.bnb-gym-buddy-landing .gym-header .gym-info .gym-location {
  display: flex;
  align-items: center;
  gap: 4px;
  margin: 0 0 12px;
  opacity: 0.9;
}
.bnb-gym-buddy-landing .gym-header .gym-info .view-hangout-link {
  background: rgba(255, 255, 255, 0.2);
  border: none;
  color: white;
  padding: 8px 16px;
  border-radius: 20px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 0.9rem;
  transition: background 0.2s;
}
.bnb-gym-buddy-landing .gym-header .gym-info .view-hangout-link:hover {
  background: rgba(255, 255, 255, 0.3);
}
.bnb-gym-buddy-landing .access-code-gate {
  margin-bottom: 24px;
}
.bnb-gym-buddy-landing .access-code-gate .access-code-content {
  padding: 32px 24px;
  text-align: left;
}
.bnb-gym-buddy-landing .access-code-gate .access-code-content .lock-icon {
  color: rgba(0, 0, 0, 0.3);
  margin-bottom: 16px;
}
.bnb-gym-buddy-landing .access-code-gate .access-code-content h2 {
  margin: 0 0 12px;
  color: #333;
}
.bnb-gym-buddy-landing .access-code-gate .access-code-content p {
  color: #666;
  margin: 0 0 24px;
  line-height: 1.6;
}
.bnb-gym-buddy-landing .access-code-gate .access-code-content .access-code-form {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 300px;
}
.bnb-gym-buddy-landing .access-code-gate .access-code-content .access-code-form .access-code-input {
  padding: 12px 16px;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  border: 2px solid rgba(0, 0, 0, 0.12);
  border-radius: 8px;
  text-align: center;
}
.bnb-gym-buddy-landing .access-code-gate .access-code-content .access-code-form .access-code-input:focus {
  outline: none;
  border-color: #2addb2;
}
.bnb-gym-buddy-landing .access-code-gate .access-code-content .access-code-form .access-code-input.error {
  border-color: #f44336;
}
.bnb-gym-buddy-landing .access-code-gate .access-code-content .access-code-form .code-error {
  color: #f44336;
  font-size: 14px;
}
.bnb-gym-buddy-landing .welcome-section {
  text-align: left;
  padding: 24px;
  background: white;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  margin-bottom: 24px;
}
.bnb-gym-buddy-landing .welcome-section h2 {
  margin: 0 0 12px;
  color: #2addb2;
}
.bnb-gym-buddy-landing .welcome-section .welcome-text {
  color: #666;
  margin: 0 0 20px;
  line-height: 1.6;
}
.bnb-gym-buddy-landing .welcome-section .member-status .member-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(42, 221, 178, 0.1);
  color: #2addb2;
  padding: 8px 16px;
  border-radius: 20px;
  font-weight: 500;
}
.bnb-gym-buddy-landing .welcome-section .member-status .member-badge md-icon,
.bnb-gym-buddy-landing .welcome-section .member-status .member-badge .md-icon {
  color: #2addb2;
}
.bnb-gym-buddy-landing .welcome-section .cta-buttons {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.bnb-gym-buddy-landing .welcome-section .cta-buttons .switch-gym-warning {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  padding: 12px 16px;
  background: rgba(255, 152, 0, 0.1);
  border-radius: 8px;
  color: #e65100;
  font-size: 14px;
  line-height: 1.4;
}
.bnb-gym-buddy-landing .welcome-section .cta-buttons .switch-gym-warning md-icon,
.bnb-gym-buddy-landing .welcome-section .cta-buttons .switch-gym-warning .md-icon {
  color: #ff9800;
  flex-shrink: 0;
  margin-top: 2px;
}
.bnb-gym-buddy-landing .members-section {
  background: white;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  padding: 24px;
}
.bnb-gym-buddy-landing .members-section h3 {
  margin: 0 0 20px;
  text-align: left;
  color: #333;
}
.bnb-gym-buddy-landing .members-section .members-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
  gap: 16px;
  margin-bottom: 24px;
}
@media (max-width: 400px) {
  .bnb-gym-buddy-landing .members-section .members-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.bnb-gym-buddy-landing .members-section .member-card {
  background: #f9f9f9;
  border-radius: 12px;
  padding: 16px;
  text-align: center;
  cursor: pointer;
  transition: transform 0.2s, box-shadow 0.2s;
  position: relative;
}
.bnb-gym-buddy-landing .members-section .member-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.bnb-gym-buddy-landing .members-section .member-card .member-image {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 12px;
}
.bnb-gym-buddy-landing .members-section .member-card .member-avatar {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: "green";
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: 600;
  margin: 0 auto 12px;
}
.bnb-gym-buddy-landing .members-section .member-card .new-badge {
  position: absolute;
  top: 8px;
  right: 8px;
  background: "purple";
  color: white;
  font-size: 0.7rem;
  padding: 2px 8px;
  border-radius: 10px;
  font-weight: 600;
}
.bnb-gym-buddy-landing .members-section .member-card .member-info .member-name {
  font-weight: 600;
  color: #333;
}
.bnb-gym-buddy-landing .members-section .member-card .member-info .member-age {
  color: #666;
}
.bnb-gym-buddy-landing .members-section .member-card .member-info .member-title {
  display: block;
  font-size: 0.85rem;
  color: #888;
  margin-top: 4px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.bnb-gym-buddy-landing .members-section .signup-prompt {
  text-align: left;
  padding: 20px;
  background: #f5f5f5;
  border-radius: 8px;
}
.bnb-gym-buddy-landing .members-section .signup-prompt p {
  margin: 0 0 16px;
  color: #666;
}
.bnb-gym-buddy-landing .members-section .no-members {
  text-align: left;
  padding: 40px 20px;
}
.bnb-gym-buddy-landing .members-section .no-members .empty-state-icon {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
  opacity: 0.6;
}
.bnb-gym-buddy-landing .members-section .no-members h3 {
  margin: 0 0 12px;
}
.bnb-gym-buddy-landing .members-section .no-members p {
  color: #666;
  margin: 0 0 20px;
  max-width: 400px;
}

.switch-gym-dialog .dialog-content {
  text-align: left;
  padding: 16px 0;
}
.switch-gym-dialog .dialog-content .dialog-icon {
  color: #ff9800;
  margin-bottom: 16px;
}
.switch-gym-dialog .dialog-content h3 {
  margin: 0 0 16px;
  font-size: 20px;
}
.switch-gym-dialog .dialog-content p {
  color: #666;
  margin: 0 0 12px;
  line-height: 1.5;
}
.switch-gym-dialog .dialog-content ul {
  margin: 0 0 16px;
  padding-left: 20px;
  color: #666;
}
.switch-gym-dialog .dialog-content ul li {
  margin-bottom: 8px;
  line-height: 1.4;
}
.switch-gym-dialog .dialog-content .note {
  font-size: 13px;
  color: #999;
  font-style: italic;
}

.bnb-manage-gym {
  max-width: 800px;
  margin: 0 auto;
  padding: 24px 16px;
}
.bnb-manage-gym .manage-header {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 24px;
}
.bnb-manage-gym .manage-header h1 {
  margin: 0;
  font-size: 24px;
  flex: 1;
}
.bnb-manage-gym .manage-header .verified-badge,
.bnb-manage-gym .manage-header .pending-badge {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 4px 12px;
  border-radius: 16px;
  font-size: 14px;
  font-weight: 500;
}
.bnb-manage-gym .manage-header .verified-badge {
  background: rgba(76, 175, 80, 0.1);
  color: #2addb2;
}
.bnb-manage-gym .manage-header .pending-badge {
  background: rgba(255, 152, 0, 0.1);
  color: #ff9800;
}
.bnb-manage-gym .manage-section {
  margin-bottom: 24px;
}
.bnb-manage-gym .manage-section .section-content {
  padding: 24px;
  text-align: left;
}
.bnb-manage-gym .manage-section .section-content h2 {
  margin: 0 0 8px;
  font-size: 20px;
  text-align: left;
}
.bnb-manage-gym .manage-section .section-content h3 {
  margin: 0 0 8px;
  font-size: 16px;
  text-align: left;
}
.bnb-manage-gym .manage-section .section-content p {
  margin: 0 0 16px;
  color: rgba(0, 0, 0, 0.6);
  text-align: left;
}
.bnb-manage-gym .manage-section .section-content .note {
  font-size: 14px;
}
.bnb-manage-gym .section-divider {
  border: none;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  margin: 24px 0;
}
.bnb-manage-gym .access-code-display {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 16px;
  background: rgba(0, 0, 0, 0.02);
  border-radius: 8px;
  margin-top: 12px;
}
.bnb-manage-gym .access-code-display .access-code-label {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.6);
}
.bnb-manage-gym .access-code-display .access-code {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 2px;
  color: #2addb2;
  background: rgba(76, 175, 80, 0.1);
  padding: 4px 12px;
  border-radius: 4px;
}
.bnb-manage-gym .toggle-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px;
  background: rgba(0, 0, 0, 0.02);
  border-radius: 8px;
  margin: 16px 0;
}
.bnb-manage-gym .toggle-row .toggle-label {
  display: flex;
  flex-direction: column;
  gap: 4px;
  text-align: left;
}
.bnb-manage-gym .toggle-row .toggle-label .toggle-description {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.6);
}
.bnb-manage-gym .welcome-textarea-wrap {
  margin: 16px 0;
  position: relative;
}
.bnb-manage-gym .welcome-textarea-wrap textarea {
  width: 100%;
  min-height: 100px;
  padding: 12px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 4px;
  font-family: inherit;
  font-size: 14px;
  resize: vertical;
}
.bnb-manage-gym .welcome-textarea-wrap textarea:focus {
  outline: none;
  border-color: #8a4fff;
}
.bnb-manage-gym .welcome-textarea-wrap textarea::placeholder {
  color: rgba(0, 0, 0, 0.4);
}
.bnb-manage-gym .welcome-textarea-wrap .char-count {
  position: absolute;
  bottom: 8px;
  right: 12px;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.4);
}
.bnb-manage-gym .qr-and-url {
  display: flex;
  gap: 24px;
  align-items: flex-start;
  margin-top: 16px;
}
@media (max-width: 600px) {
  .bnb-manage-gym .qr-and-url {
    flex-direction: column;
    align-items: flex-start;
  }
}
.bnb-manage-gym .qr-and-url .qr-preview {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}
.bnb-manage-gym .qr-and-url .qr-preview img {
  width: 160px;
  height: 160px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 8px;
}
.bnb-manage-gym .qr-and-url .qr-preview .qr-placeholder {
  width: 160px;
  height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.04);
  border-radius: 8px;
  color: rgba(0, 0, 0, 0.3);
}
.bnb-manage-gym .qr-and-url .url-section {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}
.bnb-manage-gym .qr-and-url .url-section .url-display {
  display: flex;
  align-items: center;
  gap: 8px;
  background: rgba(0, 0, 0, 0.04);
  border-radius: 4px;
  padding: 12px;
  width: 100%;
}
.bnb-manage-gym .qr-and-url .url-section .url-display code {
  flex: 1;
  font-size: 13px;
  word-break: break-all;
  text-align: left;
}
.bnb-manage-gym .stats-section .stats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 24px;
}
.bnb-manage-gym .stats-section .stat-item {
  text-align: center;
  padding: 16px;
  background: rgba(0, 0, 0, 0.02);
  border-radius: 8px;
}
.bnb-manage-gym .stats-section .stat-item .stat-value {
  display: block;
  font-size: 32px;
  font-weight: 600;
  color: #2addb2;
}
.bnb-manage-gym .stats-section .stat-item .stat-label {
  display: block;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.6);
  margin-top: 4px;
}

.bnb-gym-finder {
  max-width: 800px;
  margin: 0 auto;
  padding: 20px;
  min-height: 70vh;
}
.bnb-gym-finder .quiz-progress {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 30px;
}
.bnb-gym-finder .quiz-progress .progress-bar {
  flex: 1;
  height: 6px;
  background: #ddd;
  border-radius: 3px;
  overflow: hidden;
}
.bnb-gym-finder .quiz-progress .progress-bar .progress-fill {
  height: 100%;
  background: linear-gradient(90deg, #8a4fff, #2addb2);
  border-radius: 3px;
  transition: width 0.3s ease;
}
.bnb-gym-finder .quiz-progress .back-button {
  display: flex;
  align-items: center;
  gap: 4px;
  background: none;
  border: none;
  color: rgba(0, 0, 0, 0.64);
  cursor: pointer;
  font-size: 14px;
  padding: 8px 12px;
  border-radius: 4px;
  transition: all 0.2s ease;
}
.bnb-gym-finder .quiz-progress .back-button:hover:not(:disabled) {
  background: #eee;
  color: rgba(0, 0, 0, 0.87);
}
.bnb-gym-finder .quiz-progress .back-button:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
.bnb-gym-finder .quiz-step {
  animation: fadeIn 0.3s ease;
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.bnb-gym-finder .quiz-step .step-header {
  text-align: center;
  margin-bottom: 30px;
}
.bnb-gym-finder .quiz-step .step-header .step-number {
  display: inline-block;
  background: #eee;
  color: rgba(0, 0, 0, 0.64);
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 15px;
}
.bnb-gym-finder .quiz-step .step-header h2 {
  font-size: 1.8em;
  margin-bottom: 10px;
}
@media screen and (max-width: 540px) {
  .bnb-gym-finder .quiz-step .step-header h2 {
    font-size: 1.4em;
  }
}
.bnb-gym-finder .quiz-step .step-header p {
  color: rgba(0, 0, 0, 0.64);
  max-width: 400px;
  margin: 0 auto;
  line-height: 1.5;
}
.bnb-gym-finder .quiz-step .step-actions {
  text-align: center;
  margin-top: 30px;
}
.bnb-gym-finder .welcome-step {
  text-align: center;
  padding: 40px 20px;
}
.bnb-gym-finder .welcome-step .step-content {
  max-width: 500px;
  margin: 0 auto;
}
.bnb-gym-finder .welcome-step .step-content h1 {
  font-size: 2.2em;
  margin-bottom: 20px;
  line-height: 1.2;
}
@media screen and (max-width: 540px) {
  .bnb-gym-finder .welcome-step .step-content h1 {
    font-size: 1.6em;
  }
}
.bnb-gym-finder .welcome-step .step-content .subtitle {
  color: rgba(0, 0, 0, 0.64);
  font-size: 1.1em;
  line-height: 1.6;
  margin-bottom: 20px;
}
.bnb-gym-finder .welcome-step .step-content .gym-count {
  background: #eee;
  padding: 12px 20px;
  border-radius: 4px;
  display: inline-block;
  margin-bottom: 30px;
}
.bnb-gym-finder .welcome-step .step-content .gym-count strong {
  color: #8a4fff;
}
.bnb-gym-finder .welcome-step .step-content .start-button {
  font-size: 1.1em;
  padding: 12px 40px !important;
}
.bnb-gym-finder .welcome-step .step-content .start-button md-icon,
.bnb-gym-finder .welcome-step .step-content .start-button .paper-icon {
  margin-left: 8px;
}
.bnb-gym-finder .welcome-step .step-content .skip-link {
  margin-top: 20px;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.64);
}
.bnb-gym-finder .welcome-step .step-content .skip-link a {
  color: #8a4fff;
  text-decoration: underline;
}
.bnb-gym-finder .style-step .style-options {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  gap: 12px;
}
@media screen and (max-width: 400px) {
  .bnb-gym-finder .style-step .style-options {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }
}
.bnb-gym-finder .style-step .style-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px 15px;
  background: white;
  border: 2px solid #ddd;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.2s ease;
  text-align: center;
}
.bnb-gym-finder .style-step .style-card:hover {
  border-color: #8a4fff;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.bnb-gym-finder .style-step .style-card .style-emoji {
  font-size: 2.5em;
  margin-bottom: 10px;
}
.bnb-gym-finder .style-step .style-card .style-label {
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 6px;
  color: rgba(0, 0, 0, 0.87);
}
.bnb-gym-finder .style-step .style-card .style-desc {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.64);
  line-height: 1.4;
}
.bnb-gym-finder .amenities-step .amenity-options {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
  gap: 10px;
}
@media screen and (max-width: 400px) {
  .bnb-gym-finder .amenities-step .amenity-options {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }
}
.bnb-gym-finder .amenities-step .amenity-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 16px 12px;
  background: white;
  border: 2px solid #ddd;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.2s ease;
  text-align: center;
  position: relative;
}
.bnb-gym-finder .amenities-step .amenity-card:hover {
  border-color: #2addb2;
}
.bnb-gym-finder .amenities-step .amenity-card.selected {
  border-color: #8a4fff;
  background: white;
}
.bnb-gym-finder .amenities-step .amenity-card.selected .check-mark {
  color: #8a4fff;
}
.bnb-gym-finder .amenities-step .amenity-card .amenity-emoji {
  font-size: 1.8em;
  margin-bottom: 8px;
}
.bnb-gym-finder .amenities-step .amenity-card .amenity-label {
  font-size: 13px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.87);
}
.bnb-gym-finder .amenities-step .amenity-card .check-mark {
  position: absolute;
  top: 8px;
  right: 8px;
}
.bnb-gym-finder .location-step .location-options {
  display: flex;
  flex-direction: column;
  gap: 15px;
  max-width: 350px;
  margin: 0 auto;
}
.bnb-gym-finder .location-step .location-loading {
  text-align: center;
  padding: 40px;
}
.bnb-gym-finder .location-step .location-loading p {
  margin-top: 15px;
  color: rgba(0, 0, 0, 0.64);
}
.bnb-gym-finder .location-step .location-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 25px 20px;
  background: white;
  border: 2px solid #ddd;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.2s ease;
  text-align: center;
}
.bnb-gym-finder .location-step .location-card:hover {
  border-color: #2addb2;
  transform: translateY(-2px);
}
.bnb-gym-finder .location-step .location-card.primary {
  border-color: #8a4fff;
  background: linear-gradient(135deg, white, rgb(226.7149797571, 250.4850202429, 244.7748987854));
}
.bnb-gym-finder .location-step .location-card.primary:hover {
  background: linear-gradient(135deg, white, rgb(209.1230769231, 247.6769230769, 238.4153846154));
}
.bnb-gym-finder .location-step .location-card.primary .location-icon {
  color: #8a4fff;
}
.bnb-gym-finder .location-step .location-card.secondary .location-icon {
  color: rgba(0, 0, 0, 0.64);
}
.bnb-gym-finder .location-step .location-card .location-icon {
  margin-bottom: 12px;
}
.bnb-gym-finder .location-step .location-card .location-label {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 4px;
  color: rgba(0, 0, 0, 0.87);
}
.bnb-gym-finder .location-step .location-card .location-desc {
  font-size: 13px;
  color: rgba(0, 0, 0, 0.64);
}
.bnb-gym-finder .results-step {
  max-width: 1200px;
  margin: 0 auto;
}
.bnb-gym-finder .results-step .results-header {
  text-align: center;
  margin-bottom: 30px;
}
.bnb-gym-finder .results-step .results-header h2 {
  font-size: 1.8em;
  margin-bottom: 20px;
}
@media screen and (max-width: 540px) {
  .bnb-gym-finder .results-step .results-header h2 {
    font-size: 1.4em;
  }
}
.bnb-gym-finder .results-step .results-header .your-preferences {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.bnb-gym-finder .results-step .results-header .your-preferences .pref-label {
  font-size: 13px;
  color: rgba(0, 0, 0, 0.64);
}
.bnb-gym-finder .results-step .results-header .your-preferences .pref-tag {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 500;
}
.bnb-gym-finder .results-step .results-header .your-preferences .pref-tag.style-tag {
  background: white;
  color: rgb(104.0965909091, 28, 255);
}
.bnb-gym-finder .results-step .results-header .your-preferences .pref-tag.amenity-tag {
  background: rgb(217.9190283401, 249.0809716599, 241.5951417004);
  color: rgb(25.6720647773, 160.8279352227, 128.3603238866);
}
.bnb-gym-finder .results-step .results-header .your-preferences .pref-tag.location-tag {
  background: #eee;
  color: rgba(0, 0, 0, 0.87);
}
.bnb-gym-finder .results-step .results-header .your-preferences .edit-prefs {
  background: none;
  border: none;
  color: #8a4fff;
  cursor: pointer;
  font-size: 13px;
  text-decoration: underline;
  padding: 4px 8px;
}
.bnb-gym-finder .results-step .results-header .your-preferences .edit-prefs:hover {
  color: rgb(104.0965909091, 28, 255);
}
.bnb-gym-finder .results-step .no-results {
  text-align: center;
  padding: 40px 20px;
  background: #eee;
  border-radius: 4px;
}
.bnb-gym-finder .results-step .no-results p {
  color: rgba(0, 0, 0, 0.64);
  max-width: 400px;
  margin: 0 auto 25px;
  line-height: 1.5;
}
.bnb-gym-finder .results-step .no-results .no-results-actions {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
}
.bnb-gym-finder .results-step .the-grid .bnb-hangout-listing {
  height: 100%;
}
.bnb-gym-finder .results-step .the-grid .bnb-hangout-listing .image-wrap {
  position: relative;
  height: 180px;
  overflow: hidden;
}
.bnb-gym-finder .results-step .the-grid .bnb-hangout-listing .image-wrap .image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bnb-gym-finder .results-step .the-grid .bnb-hangout-listing .image-wrap .info {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.7));
  padding: 40px 12px 12px;
}
.bnb-gym-finder .results-step .the-grid .bnb-hangout-listing .image-wrap .info .title {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: white;
  margin-bottom: 4px;
}
.bnb-gym-finder .results-step .the-grid .bnb-hangout-listing .image-wrap .info .desc {
  display: block;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.3;
}
.bnb-gym-finder .results-step .the-grid .bnb-hangout-listing .image-wrap .distance {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  background: rgba(0, 0, 0, 0.6);
  color: white;
  padding: 3px 10px;
  border-radius: 3px;
  font-size: 12px;
  margin-top: 6px;
}
.bnb-gym-finder .results-step .the-grid .bnb-hangout-listing md-card-content,
.bnb-gym-finder .results-step .the-grid .bnb-hangout-listing .md-card-content {
  padding: 12px;
}
.bnb-gym-finder .results-step .the-grid .bnb-hangout-listing .tags {
  margin: 0;
}
.bnb-gym-finder .results-step .amenities-preview {
  margin-bottom: 8px;
}
.bnb-gym-finder .results-step .amenities-preview .tag {
  display: inline-block;
  padding: 2px 8px;
  border-radius: 3px;
  font-size: 11px;
  margin-right: 4px;
  margin-bottom: 4px;
}
.bnb-gym-finder .results-step .amenities-preview .amenity-tag {
  background: rgb(217.9190283401, 249.0809716599, 241.5951417004);
  color: rgb(22.1619433198, 138.8380566802, 110.8097165992);
}
.bnb-gym-finder .results-step .amenities-preview .more-tag {
  background: #eee;
  color: rgba(0, 0, 0, 0.64);
}
.bnb-gym-finder .results-step .gym-buddy-cta {
  text-align: center;
  background: linear-gradient(135deg, white, rgb(226.7149797571, 250.4850202429, 244.7748987854));
  border: 2px solid #8a4fff;
  border-radius: 4px;
  padding: 40px 30px;
  margin: 40px 0;
}
.bnb-gym-finder .results-step .gym-buddy-cta .cta-icon {
  margin-bottom: 15px;
  color: #8a4fff;
}
.bnb-gym-finder .results-step .gym-buddy-cta .cta-icon img {
  height: 48px;
  width: auto;
}
.bnb-gym-finder .results-step .gym-buddy-cta h3 {
  font-size: 1.4em;
  margin-bottom: 12px;
  color: rgba(0, 0, 0, 0.87);
}
@media screen and (max-width: 540px) {
  .bnb-gym-finder .results-step .gym-buddy-cta h3 {
    font-size: 1.2em;
  }
}
.bnb-gym-finder .results-step .gym-buddy-cta p {
  color: rgba(0, 0, 0, 0.64);
  max-width: 450px;
  margin: 0 auto 20px;
  line-height: 1.5;
}
.bnb-gym-finder .results-step .gym-buddy-cta .referral-note {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin-top: 15px;
  font-size: 13px;
  color: #8a4fff;
}
.bnb-gym-finder .results-step .results-footer {
  text-align: center;
  margin-top: 40px;
  padding: 30px 20px;
  background: #eee;
  border-radius: 4px;
}
.bnb-gym-finder .results-step .results-footer p {
  margin-bottom: 15px;
  color: rgba(0, 0, 0, 0.64);
}
.bnb-gym-finder .gym-finder-footer {
  text-align: center;
  padding: 30px 20px;
  margin-top: 40px;
  border-top: 1px solid #ddd;
}
.bnb-gym-finder .gym-finder-footer p {
  color: rgba(0, 0, 0, 0.64);
  font-size: 14px;
}
.bnb-gym-finder .gym-finder-footer p a {
  color: #8a4fff;
  font-weight: 500;
}

md-toolbar.md-default-theme:not(.md-menu-toolbar),
md-toolbar:not(.md-menu-toolbar) {
  background-color: #fff;
  color: #333;
}

md-toolbar.md-default-theme:not(.md-menu-toolbar) .md-button:not(.md-raised),
md-toolbar:not(.md-menu-toolbar) .md-button:not(.md-raised) {
  color: #333;
}

md-toolbar.md-default-theme:not(.md-menu-toolbar) md-icon,
md-toolbar:not(.md-menu-toolbar) md-icon {
  color: #333;
}

.md-center-tabs .md-tab {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
@media screen and (max-width: 640px) {
  .md-center-tabs .md-tab {
    font-size: 10px;
    line-height: 16px;
    padding: 8px 12px !important;
  }
  .md-center-tabs .md-tab .paper-icon {
    font-size: 20px;
    line-height: 20px;
    height: 20px;
    min-height: 20px;
    min-width: 20px;
    display: block;
  }
}

.md-tab {
  padding: 12px 12px !important;
}

md-dialog.md-dialog-fullscreen {
  max-width: 420px;
}

md-dialog .md-dialog-content {
  padding: 0px;
}

md-input-container {
  width: 100%;
  max-width: 420px;
}
md-input-container.full-w {
  max-width: 1280px;
}

md-input-container.md-default-theme label.md-required:after,
md-input-container label.md-required:after {
  color: #d50000 !important;
  font-size: 18px;
}

md-input-container:not(.md-input-has-value) md-select[required]:not(.md-no-asterisk) .md-select-value span:first-child:after,
md-input-container:not(.md-input-has-value) md-select.ng-required:not(.md-no-asterisk) .md-select-value span:first-child:after {
  content: " *";
  vertical-align: top;
  color: #d50000 !important;
  font-size: 18px;
}

md-progress-linear.md-default-theme.md-warn .md-bar,
md-progress-linear.md-warn .md-bar {
  background-color: #8a4fff;
}

md-progress-linear.md-default-theme.md-warn .md-container,
md-progress-linear.md-warn .md-container {
  background-color: rgb(239.7102272727, 232, 255);
}

md-progress-circular.md-default-theme path,
md-progress-circular path {
  stroke: #8a4fff;
}

.md-steppers-scope h3 {
  margin-top: 0px;
}
.md-steppers-scope h4 {
  margin-bottom: 10px;
}
.md-steppers-scope md-checkbox {
  margin-bottom: 0px;
}
.md-steppers-scope md-radio-button {
  margin-right: 20px;
  display: inline-block;
}

.md-stepper-indicator {
  min-height: 60px !important;
  padding: 0 10px;
}
.md-stepper-indicator .md-stepper-indicator-wrapper {
  padding: 0px;
}

.md-steppers-header {
  box-shadow: none !important;
}

.md-select-value {
  position: relative;
}
.md-select-value .ember-power-select-clear-btn {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%) !important;
  width: 20px;
  height: 20px;
  line-height: 18px;
  text-align: center;
  font-size: 1.2rem;
  color: rgba(0, 0, 0, 0.54);
  cursor: pointer;
  z-index: 1;
}
.md-select-value .ember-power-select-clear-btn:hover {
  color: rgba(0, 0, 0, 0.87);
}

.ember-power-select-trigger {
  padding-right: 0px;
}

.md-autocomplete-suggestions-container {
  width: 340px !important;
}

.ember-power-select-options {
  list-style: none;
}
.ember-power-select-options .ember-power-select-option--search-message {
  font-size: 14px;
}

/**
 * Skipped minification because the original files appears to be already minified.
 * Original file: /npm/shepherd.js@14.3.0/dist/css/shepherd.css
 *
 * Do NOT use SRI with dynamically generated files! More information: https://www.jsdelivr.com/using-sri-with-dynamic-files
 */
.shepherd-button {
  background: #3288e6;
  border: 0;
  border-radius: 3px;
  color: hsla(0, 0%, 100%, 0.75);
  cursor: pointer;
  margin-right: 0.5rem;
  padding: 0.5rem 1.5rem;
  transition: all 0.5s ease;
}

.shepherd-button:not(:disabled):hover {
  background: #196fcc;
  color: hsla(0, 0%, 100%, 0.75);
}

.shepherd-button.shepherd-button-secondary {
  background: #f1f2f3;
  color: rgba(0, 0, 0, 0.75);
}

.shepherd-button.shepherd-button-secondary:not(:disabled):hover {
  background: #d6d9db;
  color: rgba(0, 0, 0, 0.75);
}

.shepherd-button:disabled {
  cursor: not-allowed;
}

.shepherd-footer {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  display: flex;
  justify-content: flex-end;
  padding: 0 0.75rem 0.75rem;
}

.shepherd-footer .shepherd-button:last-child {
  margin-right: 0;
}

.shepherd-cancel-icon {
  background: transparent;
  border: none;
  color: hsla(0, 0%, 50%, 0.75);
  cursor: pointer;
  font-size: 2em;
  font-weight: 400;
  margin: 0;
  padding: 0;
  transition: color 0.5s ease;
}

.shepherd-cancel-icon:hover {
  color: rgba(0, 0, 0, 0.75);
}

.shepherd-has-title .shepherd-content .shepherd-cancel-icon {
  color: hsla(0, 0%, 50%, 0.75);
}

.shepherd-has-title .shepherd-content .shepherd-cancel-icon:hover {
  color: rgba(0, 0, 0, 0.75);
}

.shepherd-title {
  color: rgba(0, 0, 0, 0.75);
  display: flex;
  flex: 1 0 auto;
  font-size: 1rem;
  font-weight: 400;
  margin: 0;
  padding: 0;
}

.shepherd-header {
  align-items: center;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  display: flex;
  justify-content: flex-end;
  line-height: 2em;
  padding: 0.75rem 0.75rem 0;
}

.shepherd-has-title .shepherd-content .shepherd-header {
  background: #e6e6e6;
  padding: 1em;
}

.shepherd-text {
  color: rgba(0, 0, 0, 0.75);
  font-size: 1rem;
  line-height: 1.3em;
  padding: 0.75em;
}

.shepherd-text p {
  margin-top: 0;
}

.shepherd-text p:last-child {
  margin-bottom: 0;
}

.shepherd-content {
  border-radius: 5px;
  outline: none;
  padding: 0;
}

.shepherd-element {
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  margin: 0;
  max-width: 400px;
  opacity: 0;
  outline: none;
  transition: opacity 0.3s, visibility 0.3s;
  visibility: hidden;
  width: 100%;
  z-index: 9999;
}

.shepherd-enabled.shepherd-element {
  opacity: 1;
  visibility: visible;
}

.shepherd-element[data-popper-reference-hidden]:not(.shepherd-centered) {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}

.shepherd-element, .shepherd-element *, .shepherd-element :after, .shepherd-element :before {
  box-sizing: border-box;
}

.shepherd-arrow, .shepherd-arrow:before {
  height: 16px;
  position: absolute;
  width: 16px;
  z-index: -1;
}

.shepherd-arrow:before {
  background: #fff;
  content: "";
  transform: rotate(45deg);
}

.shepherd-element[data-popper-placement^=top] > .shepherd-arrow {
  bottom: -8px;
}

.shepherd-element[data-popper-placement^=bottom] > .shepherd-arrow {
  top: -8px;
}

.shepherd-element[data-popper-placement^=left] > .shepherd-arrow {
  right: -8px;
}

.shepherd-element[data-popper-placement^=right] > .shepherd-arrow {
  left: -8px;
}

.shepherd-element.shepherd-centered > .shepherd-arrow {
  opacity: 0;
}

.shepherd-element.shepherd-has-title[data-popper-placement^=bottom] > .shepherd-arrow:before {
  background-color: #e6e6e6;
}

.shepherd-target-click-disabled.shepherd-enabled.shepherd-target, .shepherd-target-click-disabled.shepherd-enabled.shepherd-target * {
  pointer-events: none;
}

.shepherd-modal-overlay-container {
  height: 0;
  left: 0;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  position: fixed;
  top: 0;
  transition: all 0.3s ease-out, height 0s 0.3s, opacity 0.3s 0s;
  width: 100vw;
  z-index: 9997;
}

.shepherd-modal-overlay-container.shepherd-modal-is-visible {
  height: 100vh;
  opacity: 0.5;
  transform: translateZ(0);
  transition: all 0.3s ease-out, height 0s 0s, opacity 0.3s 0s;
}

.shepherd-modal-overlay-container.shepherd-modal-is-visible path {
  pointer-events: all;
}

body {
  position: initial;
  height: auto;
  min-height: 100%;
}

[data-ember-action],
a,
button,
input,
md-radio-button,
.link {
  cursor: pointer;
  touch-action: manipulation;
}

* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
  -webkit-touch-callout: none;
}
* input,
* textarea {
  -webkit-touch-callout: auto;
  -webkit-user-select: auto;
}

.native-scroll {
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
}

a {
  color: #8a4fff;
}

hr {
  border: none;
  position: relative;
  border-bottom: 1px solid #999;
  margin: 30px 0;
}
hr.bnb-or:before {
  text-align: center;
  color: #fff;
  font-size: 14px;
  line-height: 30px;
  position: absolute;
  top: -15px;
  left: 50%;
  margin-left: -15px;
  width: 30px;
  height: 30px;
  background-color: #2addb2;
  border-radius: 50%;
  content: "or";
}

blockquote {
  font-family: Cambria, "Hoefler Text", Utopia, "Liberation Serif", "Nimbus Roman No9 L Regular", Times, "Times New Roman", serif;
}
@media screen and (max-width: 960px) {
  blockquote {
    font-size: 28px;
  }
}
blockquote {
  font-size: 32px;
  line-height: 1.3em;
  margin: 28px 20px;
}

.menu-full-parts .md-button.mode-active {
  background-color: rgba(0, 0, 0, 0.12);
}
@media screen and (max-width: 760px) {
  .menu-full-parts .md-button {
    min-width: 40px;
    padding: 8px;
    font-size: 0;
  }
  .menu-full-parts .md-button .paper-icon {
    font-size: 24px;
    margin: 0;
  }
}

@media screen and (max-width: 640px) {
  .hide-on-small {
    display: none;
  }
}

@media screen and (max-width: 520px) {
  .login-small-mode .text {
    display: none;
  }
  .login-small-mode .md-button {
    margin: 0 6px;
    height: 40px;
    min-width: 0;
    line-height: 24px;
    padding: 8px;
    width: 40px;
    border-radius: 50%;
  }
}

.header-menu {
  position: fixed;
  box-shadow: 0px 0px 2px #ccc;
  z-index: 100;
  top: 0px;
  left: 0px;
  width: 100%;
  background: #2addb2;
}
.header-menu.disabled {
  pointer-events: none;
}
.header-menu.disabled .md-toolbar-tools {
  opacity: 0.4;
}
.header-menu .md-toolbar-tools {
  padding: 0px;
}
.header-menu .unanswered-badge {
  position: absolute;
  left: 12px;
  top: 32px;
}
.header-menu .logo-item {
  flex: 0 1 auto;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.header-menu .logo-item .logo {
  margin-bottom: -7px;
  display: inline-block;
  width: 124px;
  height: 40px;
}
.header-menu .logo-item .text {
  font-size: 0.8em;
}
.header-menu .nav-right-item {
  flex: 0 1 auto;
  margin-left: auto;
  margin-right: 0px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 640px) {
  .header-menu .nav-right-item .user-menu-button {
    margin-right: 0px;
    padding-right: 0px;
  }
}
.header-menu .nav-right-item .user-menu-button {
  display: flex;
  align-items: center;
  gap: 4px;
  overflow: visible;
}
.header-menu .nav-right-item .user-menu-button .user-avatar-wrapper {
  position: relative;
  display: inline-block;
}
.header-menu .nav-right-item .user-menu-button .user-avatar-wrapper .premium-badge-overlay {
  position: absolute !important;
  bottom: -2px;
  right: -2px;
  background: white;
  border-radius: 50%;
  color: #8a4fff !important;
  width: 14px !important;
  height: 14px !important;
  z-index: 2;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
.header-menu .header-login-link .md-button {
  margin-right: -6px;
  padding-right: 0px;
}
.header-menu .header-profile-image {
  width: 36px;
  height: 36px;
  display: inline-block;
  border-radius: 50%;
  border: 1px solid #2addb2;
  vertical-align: middle;
  object-fit: cover;
}

.bnb-tutorial .close-button {
  position: absolute;
  top: 5px;
  right: 0px;
  z-index: 100;
}
.bnb-tutorial .close-button .paper-icon {
  color: rgba(0, 0, 0, 0.64);
}
.bnb-tutorial .image-wrap {
  height: 300px;
  width: 100%;
}
.bnb-tutorial .image-wrap .image {
  object-fit: cover;
  object-position: 50% 50%;
  height: 100%;
  width: 100%;
}
.bnb-tutorial .tutorial-slider .paper-icon {
  color: #8a4fff;
}
.bnb-tutorial .tutorial-slider {
  text-align: center;
}
.bnb-tutorial .tutorial-slider h3 {
  font-size: 26px;
  padding: 0 20px;
}
.bnb-tutorial .tutorial-slider p {
  font-size: 15px;
  padding: 0 20px;
}
.bnb-tutorial .tutorial-slider .swiper-slide {
  padding-bottom: 40px;
}

.swiper-container.index-slider {
  text-align: center;
}
.swiper-container.index-slider .swiper-pagination-bullets {
  bottom: 23px;
}
.swiper-container.index-slider .swiper-pagination-bullet-active {
  background-color: #2addb2;
}
.swiper-container.index-slider {
  height: 80vh;
}
.swiper-container.index-slider .swiper-slide {
  color: #fff;
  background-size: cover;
  background-position: center;
  background-position: top center;
  background-position-x: 49%;
  background-image: url("/assets/images/swiper-front-2019.jpg");
}
.swiper-container.index-slider .swiper-slide:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 40vh;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
}
@media screen and (max-width: 640px) {
  .swiper-container.index-slider .swiper-slide:before {
    height: 75vh;
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
  }
}
.swiper-container.index-slider .swiper-slide .bottom {
  position: absolute;
  bottom: 0px;
  width: 100%;
}
.swiper-container.index-slider .swiper-slide .bottom .slide-sub {
  display: block;
  font-size: 0.8em;
}
.swiper-container.index-slider .swiper-slide h1,
.swiper-container.index-slider .swiper-slide h2,
.swiper-container.index-slider .swiper-slide h3 {
  position: relative;
  text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.9);
  margin-bottom: 15px;
}
.swiper-container.index-slider .swiper-slide h1 {
  padding: 0 10px;
  margin-bottom: 0px;
}
@media screen and (min-width: 640px) {
  .swiper-container.index-slider .swiper-slide h1 {
    font-size: 4em;
  }
}
.swiper-container.index-slider .swiper-slide h2 {
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
  padding: 0 10px;
  margin-top: 5px;
  font-size: 1.1em;
  font-weight: 500;
  line-height: 1.3em;
}
@media screen and (min-width: 640px) {
  .swiper-container.index-slider .swiper-slide h2 {
    font-size: 1.5em;
  }
}

.bnb-hangout .md-headline,
.bnb-event .md-headline {
  font-size: 20px;
}
.bnb-hangout p,
.bnb-event p {
  margin-top: 5px;
}
.bnb-hangout h3,
.bnb-hangout h4,
.bnb-event h3,
.bnb-event h4 {
  margin-bottom: 0px;
}
.bnb-hangout h3 .paper-icon,
.bnb-hangout h4 .paper-icon,
.bnb-event h3 .paper-icon,
.bnb-event h4 .paper-icon {
  margin-right: 5px;
  color: #8a4fff;
}
.bnb-hangout .contact-and-location a,
.bnb-event .contact-and-location a {
  max-width: 100%;
  margin-left: 0px;
}
.bnb-hangout .contact-and-location .chope,
.bnb-event .contact-and-location .chope {
  width: 110px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
}
.bnb-hangout .bnb-bread-crumbs,
.bnb-event .bnb-bread-crumbs {
  padding: 10px 8px 4px 8px;
}

.bnb-hangout-listing {
  position: relative;
}
.bnb-hangout-listing .buttons {
  z-index: 3;
  position: absolute;
  top: 0px;
  right: 0px;
  background-color: #eee;
  padding: 5px 8px 6px 10px;
  border-bottom-left-radius: 10px;
}
.bnb-hangout-listing .buttons .active .paper-icon {
  color: #8a4fff;
}
.bnb-hangout-listing .buttons .paper-icon {
  padding: 0 4px;
  color: rgba(0, 0, 0, 0.87);
}
.bnb-hangout-listing .bnb-card {
  color: #333;
  text-decoration: none;
}

.cta-area .full-w-button {
  width: 100%;
  max-width: 420px;
  margin-left: 0px;
  margin-right: 0px;
}
.cta-area .bnb-sweatbuddies {
  max-width: 100%;
}

.bnb-card-top {
  text-align: left;
  width: 98%;
}
@media screen and (min-width: 760px) {
  .bnb-card-top {
    width: 100%;
  }
}
.bnb-card-top {
  margin: 0px auto 0 auto;
  padding: 14px 20px 10px 0px;
}
.bnb-card-top .back-button {
  display: inline-block;
  width: 50%;
}
.bnb-card-top .edit-button {
  display: inline-block;
  width: 50%;
  text-align: right;
}
.bnb-card-top .edit-button a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.87);
}

.bnb-card-single {
  width: 100%;
  margin: 0px auto 3vh auto;
  text-align: left;
}
.bnb-card-single .hangout-gallery-container {
  padding: 16px 16px 0 16px;
}
.bnb-card-single .action-button {
  width: 50%;
  max-width: 300px;
}
.bnb-card-single .map-button {
  margin-left: 0px;
  padding-left: 0px;
}
.bnb-card-single .ember-google-map {
  height: 300px;
}
@media screen and (max-width: 920px) {
  .bnb-card-single.mobile {
    width: 120px;
    display: block;
  }
}
@media screen and (min-width: 921px) {
  .bnb-card-single.desktop {
    width: 220px;
    display: block;
  }
}
.bnb-card-single .md-headline {
  margin-bottom: 0px;
}
.bnb-card-single .bnb-card-subtitle {
  margin-top: 0px;
  margin: 0 20px 0 0;
}
.bnb-card-single .bnb-card-text {
  font-size: 0.9em;
  margin-right: 20px;
  white-space: pre-line;
}
.bnb-card-single .bnb-card-text .md-button {
  margin-left: 0px;
}
@media screen and (max-width: 540px) {
  .bnb-card-single md-card-title {
    display: block;
    padding-top: 0px;
  }
  .bnb-card-single md-card-title md-card-title-text {
    display: block;
    width: 100%;
  }
  .bnb-card-single md-card-title md-card-title-media {
    height: 150px;
    display: block;
    width: 100%;
  }
}
.bnb-card-single md-card-title-media {
  width: 40%;
}
.bnb-card-single md-card-title-media .md-media-lg {
  background-image: url("/assets/images/noimg-45-space.svg");
  background-size: 45px;
  background-repeat: space;
  height: 100%;
  width: 100%;
  object-fit: cover;
  max-height: 250px;
}

.bnb-map {
  height: 80vh;
  position: relative;
}

.ember-google-map {
  height: 100%;
}
.ember-google-map .bnb-map-button {
  margin: 0px;
  width: 100%;
}
.ember-google-map .bnb-marker-icon {
  height: 40px;
  width: 30px;
  cursor: pointer;
}
.ember-google-map .bnb-marker-tooltip {
  display: none;
  position: absolute;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 5px;
  bottom: 5px;
  left: -75px;
  width: 180px;
  z-index: 1000;
}
.ember-google-map .bnb-marker-tooltip.active {
  display: block;
}
.ember-google-map .bnb-marker-tooltip h3 {
  margin: 0px;
  padding: 3px 5px;
}
.ember-google-map .bnb-marker-tooltip p {
  margin: 5px 0 5px 0;
  padding: 3px 5px;
}
.ember-google-map .bnb-marker-tooltip .md-button {
  margin: 0px;
  padding: 0px;
  width: 100%;
  text-align: center;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  cursor: pointer;
}

.the-grid {
  flex-wrap: wrap;
}
.the-grid > div {
  flex-grow: 1;
}

.city-links {
  text-align: center;
  margin: 0 auto;
  padding: 76px;
  max-width: 1024px;
}
@media screen and (max-width: 760px) {
  .city-links {
    padding: 16px;
  }
}
.city-links a {
  border-bottom: 5px solid #2addb2;
  width: 100%;
  height: 150px;
  display: inline-block;
  text-align: center;
  line-height: 150px;
  padding: 0px;
  font-size: 1.5em;
  text-decoration: none;
  color: #fff;
  background-color: #eee;
  margin: 6px 0;
  border-radius: 4px;
  position: relative;
}
.city-links a h2 {
  margin: 0;
  padding: 0;
  text-shadow: 0px 0px 3px #000;
  z-index: 10;
  position: relative;
}
.city-links a img {
  z-index: 9;
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media screen and (min-width: 760px) {
  .city-links a {
    width: 44%;
  }
}
.city-links.enhanced {
  max-width: 1200px;
  padding: 40px 20px;
}
.city-links.enhanced a {
  height: auto;
  line-height: normal;
  background-color: transparent;
  border-radius: 0;
  display: inline;
  width: auto;
  padding: 0;
  margin: 0;
}
.city-links.enhanced h1 {
  font-size: 2.5em;
  margin-bottom: 10px;
  color: rgba(0, 0, 0, 0.87);
}
.city-links.enhanced .page-description {
  font-size: 1.1em;
  color: rgba(0, 0, 0, 0.64);
  margin-bottom: 30px;
}
.city-links.enhanced .city-search {
  max-width: 400px;
  margin: 0 auto 20px;
  text-align: left;
}
.city-links.enhanced .city-search .city-search-input md-input-container {
  margin: 0;
}
.city-links.enhanced .cities-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 30px;
}
@media screen and (max-width: 760px) {
  .city-links.enhanced .cities-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.city-links.enhanced .city-card {
  border: 1px solid #999;
  border-radius: 4px;
  overflow: hidden;
  background: white;
  transition: transform 0.2s, box-shadow 0.2s;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.city-links.enhanced .city-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.city-links.enhanced .city-card .city-main-link {
  display: block !important;
  height: 200px !important;
  position: relative;
  margin: 0 !important;
  border-bottom: 3px solid #2addb2 !important;
  width: 100% !important;
  text-decoration: none;
  background-color: #eee !important;
  border-radius: 4px 4px 0 0 !important;
}
.city-links.enhanced .city-card .city-main-link img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.city-links.enhanced .city-card .city-main-link h2 {
  position: absolute;
  bottom: 20px;
  left: 20px;
  color: white;
  font-size: 1.8em;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
  margin: 0;
}
.city-links.enhanced .city-card .city-description {
  padding: 15px 20px;
  color: rgba(0, 0, 0, 0.64);
  font-size: 0.95em;
  line-height: 1.5;
  margin: 0;
  min-height: 60px;
  text-align: left;
  flex: 1;
}
.city-links.enhanced .city-card .city-sections {
  margin-top: auto;
  background: #f8f9fa;
  padding: 20px;
}
.city-links.enhanced .city-card .city-sections .section-group {
  margin-bottom: 20px;
}
.city-links.enhanced .city-card .city-sections .section-group .section-label {
  font-weight: 700;
  font-size: 0.75em;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 12px;
  color: #8e95a3;
  text-align: left;
}
.city-links.enhanced .city-card .city-sections .section-group .section-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.city-links.enhanced .city-card .city-sections .section-group .section-links .section-link {
  display: inline-block !important;
  padding: 8px 16px !important;
  background: white !important;
  border: none !important;
  border-radius: 8px !important;
  color: #4a5568 !important;
  text-decoration: none !important;
  font-size: 0.9em !important;
  height: auto !important;
  line-height: normal !important;
  width: auto !important;
  transition: all 0.2s;
  margin: 0 !important;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}
.city-links.enhanced .city-card .city-sections .section-group .section-links .section-link:hover {
  background: #2addb2 !important;
  color: white !important;
  transform: translateY(-1px);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.15);
}
.city-links.enhanced .city-card .city-sections .action-buttons {
  margin-top: 20px;
}
.city-links.enhanced .city-card .city-sections .action-buttons .action-btn {
  display: flex !important;
  width: 100% !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 6px;
  padding: 12px 16px !important;
  border-radius: 8px !important;
  text-decoration: none !important;
  font-weight: 500 !important;
  font-size: 0.95em !important;
  transition: all 0.2s;
  height: auto !important;
  line-height: 1.2 !important;
  margin: 0 !important;
  border: none !important;
}
.city-links.enhanced .city-card .city-sections .action-buttons .action-btn md-icon {
  display: flex !important;
  align-items: center !important;
  margin: 0 !important;
}
.city-links.enhanced .city-card .city-sections .action-buttons .action-btn span {
  display: flex !important;
  align-items: center !important;
  line-height: 1 !important;
}
.city-links.enhanced .city-card .city-sections .action-buttons .action-btn.join {
  background: #2addb2 !important;
  color: white !important;
}
.city-links.enhanced .city-card .city-sections .action-buttons .action-btn.join:hover {
  background: rgb(29.1821862348, 182.8178137652, 145.9109311741) !important;
  transform: translateY(-1px);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.15);
}
.city-links.enhanced .no-results {
  text-align: center;
  padding: 60px 20px;
  color: rgba(0, 0, 0, 0.64);
}
.city-links.enhanced .no-results p {
  margin: 10px 0;
}
.city-links.enhanced .no-results p:first-child {
  font-size: 1.2em;
  color: rgba(0, 0, 0, 0.87);
}

md-menu-item.sub button {
  padding-left: 3em !important;
  font-size: 0.8em;
}

md-menu-content {
  max-height: 100%;
}

.md-select-menu-container {
  z-index: 300;
}

.hero.gym-buddy {
  padding-top: 76px;
}
.hero.gym-buddy.new-front {
  background-image: url("/assets/images/swiper-front-2019.jpg");
}
.hero.gym-buddy {
  background-image: url("/assets/images/bnb-sweatbuddy.jpg");
  height: 100vh;
  max-height: 1000px;
  margin-bottom: -50px;
}
@media screen and (min-width: 640px) {
  .hero.gym-buddy {
    min-height: 400px;
  }
}
.hero.gym-buddy .md-button {
  margin: 0 5px 5px 5px;
}
.hero.gym-buddy .hero-content h1 {
  color: #fff;
  line-height: 1.2;
  text-shadow: 0 0 8px #000;
  margin-top: 20vh;
}
.hero {
  position: relative;
  padding: 20px;
  text-align: center;
  background-size: cover;
  background-position: center center;
}
.hero .hero-content {
  max-width: 1024px;
  margin: 0 auto;
}
.hero .hero-content h1 {
  margin-top: 5vh;
}
@media screen and (max-width: 540px) {
  .hero .hero-content h1 {
    font-size: 2.3em;
  }
}
.hero .hero-content h1,
.hero .hero-content h2 {
  color: rgba(0, 0, 0, 0.87);
  line-height: 1.5em;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}
.hero .hero-content h2 {
  font-size: 1.3em;
  color: #444;
}
.hero .hero-content h2.desktop {
  display: none;
}
@media screen and (min-width: 760px) {
  .hero .hero-content h2.desktop {
    display: block;
  }
  .hero .hero-content h2.mobile {
    display: none;
  }
}
.hero .hero-page {
  position: relative;
  height: 90vh;
}
.hero .cta-buttons {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 720px;
  padding: 0 20px;
  margin-top: 25vh;
}
@media screen and (min-width: 960px) {
  .hero .cta-buttons {
    bottom: 100px;
  }
  .hero .cta-buttons .arrow-down {
    margin-top: 50px;
  }
}
.hero .cta-buttons .md-button {
  max-width: 300px;
  width: 100%;
  margin: 0 0 1rem 0;
}
.hero .cta-buttons .md-button .paper-icon {
  margin-right: 10px;
}

.login-area {
  padding: 5vh 20px;
  margin-top: 5vh;
  text-align: left;
}

.centered-loader {
  padding: 2em 0;
  text-align: center;
}
.centered-loader md-progress-circular {
  display: inline-block;
}
.centered-loader {
  margin-bottom: 250px;
}
.centered-loader .loading-status-text {
  margin-top: 1em;
  color: #666;
  font-size: 0.95em;
  animation: fadeIn 0.3s ease-in;
}

.section {
  margin: 3vh auto;
  max-width: 720px;
}
.section.full-width {
  max-width: 90%;
}
.section h2 {
  text-transform: uppercase;
  padding: 0 20px;
}
.section.gray {
  background-color: #eee;
}
@media screen and (min-width: 960px) {
  .section {
    max-width: 920px;
  }
}
.section h3 {
  padding-top: 0px;
  margin-top: 0px;
}
.section .point {
  display: inline-block;
  text-align: left;
  width: 100%;
  padding: 1rem;
  vertical-align: top;
  margin-bottom: 15px;
  color: rgba(0, 0, 0, 0.64);
}
.section .point md-icon {
  color: #2addb2;
  vertical-align: middle;
  margin-right: 1rem;
  float: left;
  display: inline-block;
  margin-top: -5px;
}
@media screen and (min-width: 960px) {
  .section .point md-icon {
    margin-top: 0px;
    display: block;
    float: none;
    height: 60px !important;
    min-height: 60px !important;
    min-width: 60px !important;
    font-size: 60px !important;
    line-height: 60px !important;
  }
}
@media screen and (min-width: 960px) {
  .section .point {
    text-align: center;
    font-size: 20px;
    width: 30%;
    margin: 0 1%;
  }
  .section .point md-icon {
    float: none;
    display: block;
    margin-right: 0px;
    margin-bottom: 1rem;
  }
}

.testimonials-section {
  margin: 3vh auto 3vh auto;
  overflow: hidden;
  max-width: 720px;
}
.testimonials-section h2 {
  text-align: center;
}
.testimonials-section.gray {
  background-color: #eee;
}
@media screen and (min-width: 960px) {
  .testimonials-section {
    max-width: 920px;
  }
}
.testimonials-section h3 {
  padding-top: 0px;
  margin-top: 0px;
}
@media screen and (min-width: 960px) {
  .testimonials-section h3 {
    text-align: center;
  }
}
.testimonials-section .testimonial {
  display: inline-block;
  width: 100%;
  padding: 1rem;
  vertical-align: top;
  margin-bottom: 15px;
  color: rgba(0, 0, 0, 0.64);
}
.testimonials-section .testimonial.slim {
  text-align: center;
}
@media screen and (min-width: 960px) {
  .testimonials-section .testimonial.slim {
    font-size: 20px;
    width: 31%;
    margin: 0 1%;
  }
}
@media screen and (min-width: 960px) {
  .testimonials-section .testimonial {
    font-size: 20px;
    width: 46%;
    margin: 0 1%;
  }
}
.testimonials-section .testimonial .image {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  border: 5px solid #2addb2;
}
.testimonials-section .testimonial .name {
  display: block;
  padding: 1em 0 0 0em;
  font-weight: bold;
}
.testimonials-section .testimonial p {
  font-size: 16px;
  text-align: left;
}

footer {
  position: initial;
  right: 0;
  bottom: 0;
  left: 0;
  margin-top: 50px;
  padding: 50px 20px;
  text-align: center;
  background: #333;
  color: #eee;
}
footer a,
footer a:visited {
  color: #2addb2;
}
footer.disabled {
  display: none;
}
footer .links {
  max-width: 1024px;
  margin: 0 auto;
}
footer .links .credits {
  font-size: 12px;
}
footer .links .credits a {
  display: inline-block;
  padding: 3px 2px;
}
footer .all-cities {
  margin-top: 6vh;
  margin-bottom: 1vh;
}
footer .all-cities h3 {
  color: #fff;
  text-align: left;
  padding: 0px;
  margin: 0px;
}
footer .all-cities a {
  text-decoration: none;
}
footer .city-categories {
  text-align: left;
}
footer .city-categories a {
  text-decoration: none;
}
footer .city-categories h4 {
  padding: 0px;
  margin: 0px;
}
footer .city-categories h4 a {
  display: inline-block;
  padding: 0 15px 10px 0;
}
footer .city-categories h5 {
  padding: 0px;
  margin: 5px 0 0 0px;
}
footer .city-categories ul {
  margin-top: 0px;
  list-style: none;
  padding: 0 20px 0 0;
}
footer .city-categories ul li {
  margin: 1px 0;
  padding: 0;
  font-size: 14px;
}
footer .city-categories ul li a {
  display: inline-block;
  padding: 6px 0;
  color: #fff;
}

.bnb-listing {
  position: relative;
  margin: 0px auto 8px auto;
  padding-top: 45px;
}
.bnb-listing .the-grid {
  text-align: left;
}
.bnb-listing md-card md-card-content {
  padding: 8px;
}
.bnb-listing .list-top-right-actions {
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 10;
}
.bnb-listing .list-top-right-actions .add-hangout {
  cursor: pointer;
  color: rgba(0, 0, 0, 0.64);
}
@media screen and (max-width: 760px) {
  .bnb-listing .list-top-right-actions .add-hangout .text {
    display: none;
  }
}
.bnb-listing .users {
  margin: 0px 0px 5px 0px;
  padding: 0px;
}
.bnb-listing .image-wrap {
  height: 200px;
  width: 100%;
  background-image: url("/assets/images/noimg-45-space.svg");
  background-size: 45px;
  background-repeat: space;
  position: relative;
}
.bnb-listing .image-wrap .image {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.bnb-listing .image-wrap .info {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  z-index: 2;
  padding: 6px 10px;
  color: #fff;
  font-size: 24px;
  line-height: 22px;
}
.bnb-listing .image-wrap .info .title {
  font-weight: bold;
}
.bnb-listing .image-wrap .info .desc {
  font-size: 16px;
  line-height: 16px;
  margin-top: 3px;
  display: block;
}
.bnb-listing .image-wrap .info .distance {
  display: block;
  font-size: 14px;
}
.bnb-listing .image-wrap .info .distance .paper-icon {
  color: #fff;
}
.bnb-listing .image-wrap:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 14vh;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
  z-index: 1;
}

.user-locator {
  z-index: 55;
  top: 10px;
  left: 5px;
  position: absolute;
}

.bnb-search {
  font-size: 16px;
  z-index: 1000;
  display: block;
  position: absolute;
  top: 5px;
  left: 0px;
  width: 100%;
  max-width: 600px;
  padding: 0 15px;
}
@media screen and (max-width: 640px) {
  .bnb-search {
    padding-right: 60px;
  }
}
.bnb-search .search-box {
  width: 100%;
  text-align: left;
}
.bnb-search .search-box .close {
  position: absolute;
  font-size: 16px;
  top: 9px;
  right: 10px;
}
@media screen and (max-width: 640px) {
  .bnb-search .search-box .close {
    right: 70px;
  }
}
.bnb-search .search-box .cancel {
  position: absolute;
  top: 0px;
  right: 0;
  padding: 24px 0;
  width: 14vw;
  text-align: center;
  color: #fff;
  font-size: 16px;
}
.bnb-search .search-box .search-icon {
  position: absolute;
  font-size: 16px;
  top: 6px;
  left: 15px;
  color: #2addb2;
}
.bnb-search .search-box .search-field {
  font-size: 16px;
  width: 100%;
  max-width: 520px;
  padding: 7px 10px 7px 20px;
  border: none;
  border-bottom: 1px solid #ddd;
}
.bnb-search .search-box .search-field:focus {
  outline: none;
}
.bnb-search .list-items {
  position: absolute;
  top: 30px;
  left: 0px;
  list-style: none;
  background-color: transparent;
  padding: 0 10px;
  margin: 0px;
  height: auto;
  background-color: #fff;
  text-align: left;
  width: 100%;
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.5);
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.bnb-search .list-items a {
  text-decoration: none;
}
.bnb-search .list-items .list-item {
  padding: 10px 0;
  margin-top: 2px;
}
.bnb-search .list-items .list-item.category {
  background: #eee;
  padding: 5px 10px;
  color: rgba(0, 0, 0, 0.87);
}
.bnb-search .list-items .list-item.tag {
  background: #2addb2;
  color: #fff;
  border-radius: 4px;
  display: inline-block;
  padding: 5px 10px;
  margin-bottom: 5px;
  margin-top: 5px;
}
.bnb-search .list-items .list-item .list-image {
  width: 40px;
  height: 40px;
  border-radius: 20px;
  overflow: hidden;
  vertical-align: middle;
  margin-right: 10px;
}
.bnb-search .list-items .list-item h4 {
  margin: 0px;
}

.bnb-promo-box {
  background-color: #eee;
  padding: 1em;
  margin: 1em auto 0;
}
.bnb-promo-box .md-button {
  width: 100%;
  max-width: 420px;
  margin-left: 0px;
  margin-right: 0px;
}
.bnb-promo-box a {
  text-decoration: none;
}

.card-sub-header {
  color: rgba(0, 0, 0, 0.64);
}

.bnb-share-buttons {
  margin-top: 20px;
}
.bnb-share-buttons h4 {
  margin-bottom: 0px;
  margin-top: 0px;
}
.bnb-share-buttons a {
  display: inline-block;
  padding: 1em;
  text-decoration: none;
}

.bnb-card-entitlements {
  margin-right: 20px;
}
.bnb-card-entitlements .entitlement {
  border-radius: 4px;
  display: inline-block;
  color: #8a4fff;
  padding: 4px 10px;
  border: 1px solid #8a4fff;
}
.bnb-card-entitlements .entitlement i {
  margin-right: 5px;
}
.bnb-card-entitlements .entitlement .explain {
  padding-top: 2px;
  display: block;
  color: rgba(0, 0, 0, 0.64);
  font-size: 12px;
}

.bnb-signup {
  text-align: left;
  max-width: 540px;
  margin: 0 auto 50px auto;
}
.bnb-signup.cc h3,
.bnb-signup.cc p {
  text-align: left;
}
.bnb-signup .paper-divider {
  margin: 2em 0;
}

.error-box {
  width: 100%;
  padding: 20px;
  max-width: 420px;
  margin: 2em auto 2em auto;
  margin-top: 100px;
}
.error-box a {
  text-decoration: none;
}
.error-box .md-button {
  width: 100%;
  max-width: 420px;
  margin-left: 0px;
  margin-right: 0px;
  display: block;
}

.category-description {
  text-align: left;
  margin: 0 auto;
  padding: 1em 1em 0 1em;
  overflow: hidden;
}
.category-description h1 {
  font-size: 1.1em;
  text-transform: uppercase;
  margin-top: 0px;
  margin-bottom: 0px;
}
.category-description .tag-description {
  white-space: pre-wrap;
}
.category-description p {
  padding-bottom: 1em;
}
.category-description img {
  width: 200px;
  margin-left: 15px;
  margin-bottom: 15px;
  float: right;
}

.full-w-button {
  width: 100%;
  margin-right: 0px;
  margin-left: 0px;
}

.half-w-button {
  width: 48%;
  max-width: calc(50% - 12px);
  margin-right: 3px;
  margin-left: 3px;
}

.min-200w-button {
  margin-right: 3px;
  margin-left: 3px;
  min-width: 200px;
}

.app-content {
  padding-top: 64px;
  padding-bottom: 64px;
}
@media screen and (max-width: 960px) {
  .app-content {
    padding-top: 54px;
    padding-bottom: 54px;
  }
}
.app-content {
  text-align: center;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}
.app-content.index {
  max-width: 5000px;
}

.bnb-collaborate-connect {
  text-align: left;
  margin: 56px auto 0 auto;
  padding: 1rem;
  max-width: 720px;
}
.bnb-collaborate-connect ul li {
  padding: 5px 0;
}

.bnb-thanks {
  margin-top: 64px;
  padding-bottom: 64px;
}
@media screen and (max-width: 960px) {
  .bnb-thanks {
    margin-top: 54px;
    padding-bottom: 54px;
  }
}
.bnb-thanks {
  padding: 2em;
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.bnb-thanks .success-icon {
  max-width: 150px;
  margin-bottom: 10px;
}
.bnb-thanks .text-button {
  border: 1px solid #eee;
  border-radius: 4px;
}

ul li a {
  color: #2addb2;
}

.some-icon .md-button {
  margin-right: 2px !important;
  margin-left: 2px !important;
}

.bnb-profile {
  margin-left: auto;
  margin-right: auto;
}
.bnb-profile md-radio-button {
  margin-bottom: 0px;
  margin-right: 15px;
  display: inline-block;
}

.bnb-profile-form {
  text-align: left;
}
.bnb-profile-form md-input-container {
  margin-bottom: 0px;
}
.bnb-profile-form h3 {
  margin-bottom: 10px;
  font-size: 16px;
}
.bnb-profile-form h4 {
  margin-bottom: 10px;
  font-size: 16px;
}
.bnb-profile-form p {
  font-size: 14px;
}
.bnb-profile-form p:last-child {
  margin-bottom: 0px;
}
.bnb-profile-form p:first-child {
  margin-top: 0px;
}
.bnb-profile-form h4:first-child {
  margin-top: 0px;
}
.bnb-profile-form .row {
  margin: 18px 0px;
}
.bnb-profile-form .row:last-child {
  margin-bottom: 0px;
}
.bnb-profile-form .padded {
  padding: 1em 0 2em 0;
}

md-toast {
  position: fixed;
  z-index: 2147483648;
}
md-toast.md-warn .md-toast-content {
  background-color: #fa3e3e;
  color: #fafafa;
}
md-toast .md-toast-content {
  background-color: #8a4fff;
  color: #fafafa;
}

.bnb-centered {
  text-align: center !important;
}

.bnb-padded {
  padding: 1em !important;
}

.bnb-mb {
  margin-bottom: 1em !important;
}

.bnb-mb-2 {
  margin-bottom: 2em !important;
}

.bnb-mt {
  margin-top: 1em !important;
}

.bnb-mt-2 {
  margin-top: 2em !important;
}

.gray-wrap {
  text-align: center;
  background: #eee;
  padding: 3vh 0;
}

.bnb-sweatbuddies-page {
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  position: relative;
}

.bnb-ask-out-dialog {
  text-align: left;
  position: relative;
}
.bnb-ask-out-dialog .md-dialog-content {
  position: relative;
  padding: 0px;
}
.bnb-ask-out-dialog .ask-out-confirm-buttons {
  width: 100%;
  text-align: center;
}
.bnb-ask-out-dialog .profile-bottom-nav {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.65));
  padding: 8px 16px;
  z-index: 95;
  backdrop-filter: blur(8px);
}
.bnb-ask-out-dialog .profile-bottom-nav .nav-button {
  background: transparent;
  color: white;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
}
.bnb-ask-out-dialog .profile-bottom-nav .nav-button.hidden {
  opacity: 0;
  pointer-events: none;
}
.bnb-ask-out-dialog .profile-bottom-nav .nav-button:hover:not(:disabled) {
  background: rgba(255, 255, 255, 0.1);
  transform: scale(1.05);
}
.bnb-ask-out-dialog .profile-bottom-nav .nav-button:disabled {
  opacity: 0.2;
  cursor: not-allowed;
}
.bnb-ask-out-dialog .profile-bottom-nav .nav-button.close {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
}
.bnb-ask-out-dialog .profile-bottom-nav .nav-button.close:hover {
  background: rgba(255, 255, 255, 0.15);
}
@media (max-width: 768px) {
  .bnb-ask-out-dialog .profile-bottom-nav .nav-button {
    width: 40px;
    height: 40px;
  }
}
.bnb-ask-out-dialog .profile-bottom-nav .nav-spacer {
  width: 44px;
}
@media (max-width: 768px) {
  .bnb-ask-out-dialog .profile-bottom-nav .nav-spacer {
    width: 40px;
  }
}
.bnb-ask-out-dialog .scroll-hint {
  position: fixed;
  bottom: 75px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 60;
  background: rgba(0, 0, 0, 0.7);
  color: white;
  padding: 6px 16px;
  border-radius: 16px;
  font-size: 13px;
  transition: opacity 0.3s ease;
  pointer-events: none;
}
.bnb-ask-out-dialog .scroll-hint span {
  display: flex;
  align-items: center;
  gap: 5px;
}
@media (max-width: 768px) {
  .bnb-ask-out-dialog .scroll-hint {
    bottom: 70px;
  }
}

.bnb-sweatbuddies {
  overflow: hidden;
  text-align: left;
  font-size: 0px;
}
.bnb-sweatbuddies .premium-filter-nag {
  text-align: center;
  z-index: 2;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  padding: 80px;
  background: rgba(255, 255, 255, 0.8);
}
.bnb-sweatbuddies .cta-cover {
  display: block;
  padding: 200px 0px 300px 0px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 100vh;
  z-index: 2;
  background: linear-gradient(to top, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.6) 92%, rgba(255, 255, 255, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.bnb-sweatbuddies md-list-item.md-2-line {
  width: 50%;
  display: inline-flex;
}
@media screen and (min-width: 760px) {
  .bnb-sweatbuddies md-list-item.md-2-line {
    width: 33.333%;
  }
}
.bnb-sweatbuddies .filters {
  padding: 0 1em;
  font-size: 14px;
  line-height: 40px;
  color: rgba(0, 0, 0, 0.64);
  text-decoration: none;
}
.bnb-sweatbuddies .filters .paper-icon {
  vertical-align: middle;
}
.bnb-sweatbuddies .paper-icon {
  color: #2addb2;
}
.bnb-sweatbuddies .person {
  overflow: hidden;
  position: relative;
}
.bnb-sweatbuddies .person img {
  background-image: url("/assets/images/noimg-45-space.svg");
  background-repeat: space;
  background-size: 65px;
  background-position: center -3px;
}
.bnb-sweatbuddies .person.normal .bnb-avatar {
  width: 100%;
  height: 100%;
  border-radius: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 58px;
  letter-spacing: normal;
}
.bnb-sweatbuddies .person .bnb-avatar {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  color: #fff;
  background-color: #8a4fff;
  text-transform: uppercase;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  line-height: 60px;
  font-size: 24px;
  letter-spacing: normal;
}
.bnb-sweatbuddies .person.fadeout {
  display: none !important;
}
.bnb-sweatbuddies .person .newuser {
  background-color: #2addb2;
  position: absolute;
  top: 0px;
  right: 0px;
  color: #fff;
  font-size: 12px;
  padding: 5px;
  border-bottom-left-radius: 5px;
}
.bnb-sweatbuddies .person .newuser.mini, .bnb-sweatbuddies .person .newuser.simple {
  display: none;
}
.bnb-sweatbuddies .person.mini {
  border-radius: 50%;
  background-size: 40px;
  background-position: center center;
}
.bnb-sweatbuddies .person.mini .info {
  display: none;
}
.bnb-sweatbuddies .person.mini .bnb-avatar {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  line-height: 30px;
  font-size: 14px;
  letter-spacing: normal;
}
.bnb-sweatbuddies .person.normal {
  display: inline-block;
  position: relative;
  width: 48%;
  height: 25vh;
  max-height: 260px;
  margin: 3px;
  text-decoration: none;
}
@media screen and (min-width: 760px) {
  .bnb-sweatbuddies .person.normal {
    width: 32%;
    margin: 4px;
  }
}
@media screen and (min-width: 1024px) {
  .bnb-sweatbuddies .person.normal {
    margin: 5px;
    width: 24%;
  }
}
.bnb-sweatbuddies .person.normal:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 8vh;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
  z-index: 1;
}
.bnb-sweatbuddies .person.normal .image {
  object-fit: cover;
  object-position: 50% 50%;
  height: 100%;
  width: 100%;
}
.bnb-sweatbuddies .person.normal .info {
  padding: 3px 6px;
  color: #fff;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  font-size: 18px;
  line-height: 16px;
  z-index: 2;
}
.bnb-sweatbuddies .person.normal .info .name-and-age {
  display: block;
}
.bnb-sweatbuddies .person.normal .info .name {
  font-weight: bold;
}
.bnb-sweatbuddies .person.normal .info .title {
  font-size: 14px;
  display: block;
}
.bnb-sweatbuddies .person.normal .info .commonalities {
  font-size: 12px;
  display: block;
}
.bnb-sweatbuddies .person.normal .info .commonalities div {
  display: inline-block;
}
.bnb-sweatbuddies .person .unanswered-badge {
  position: absolute;
  top: 0px;
  right: 0px;
}
.bnb-sweatbuddies .person.simple {
  text-align: center;
  display: inline-block;
  margin: 3px;
  text-decoration: none;
}
.bnb-sweatbuddies .person.simple .image {
  width: 60px;
  height: 60px;
  display: inline-block;
  border-radius: 50%;
  border: 2px solid #2addb2;
  object-fit: cover;
}
.bnb-sweatbuddies .person.simple .name {
  font-weight: normal;
  font-size: 13px;
  margin: 0px;
}
.bnb-sweatbuddies .person.simple.mini .image {
  width: 30px;
  height: 30px;
  border: 1px solid #2addb2;
}
.bnb-sweatbuddies .person.simple.mini .name {
  display: none;
}
.bnb-sweatbuddies .see-more {
  text-align: center;
}
.bnb-sweatbuddies .see-more.simple {
  font-size: 13px;
  display: inline-block;
  line-height: 30px;
  vertical-align: top;
  margin: 3px 6px;
  color: rgba(0, 0, 0, 0.64);
}
.confirm-ask-out .md-button {
  width: 180px;
  margin-right: 20px;
}

.bnb-toggle-fav {
  margin-left: 15px !important;
}
.bnb-toggle-fav.on .paper-icon {
  color: #8a4fff !important;
}

.notice-text {
  color: rgba(0, 0, 0, 0.64);
  font-size: 12px;
}
.notice-text a {
  color: #8a4fff;
}

.bottom .notice-text {
  color: #fff;
}

.bnb-points {
  text-align: center;
}

.md-button.rounded {
  padding: 5px 20px;
  border-radius: 30px;
  color: #fff;
}

.bnb-crucial-bit {
  padding: 4vh 20px;
  text-align: center;
}
.bnb-crucial-bit h3 {
  color: rgba(0, 0, 0, 0.87);
}

.public-private-mode {
  color: #8a4fff;
  display: inline-block;
  font-size: 0.8em;
  font-weight: normal;
  background: #fff;
  padding: 2px 6px;
  border-radius: 4px;
}
.public-private-mode .paper-icon {
  color: #8a4fff;
  vertical-align: top;
}

md-radio-button {
  margin-bottom: 5px;
}

/**
 * Paper select search fix
 **/
md-select-menu .md-searchbox {
  min-height: 48px;
  background: #fff;
}

.strong {
  font-weight: bold;
}

.bnb-ask-out-dialog .header {
  text-align: center;
}
.bnb-ask-out-dialog .header .image-wrap {
  display: inline-block;
  position: relative;
  overflow: hidden;
  width: 100%;
  border: 2px solid #fff;
}
.bnb-ask-out-dialog .header .image-wrap .image {
  display: block;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
  max-height: 260px;
}
.bnb-ask-out-dialog .md-title {
  margin-bottom: 0px;
  line-height: 16px;
}
.bnb-ask-out-dialog .md-title .title {
  font-size: 16px;
  color: #999;
}
.bnb-ask-out-dialog md-input-container {
  margin-bottom: 0px;
}
.bnb-ask-out-dialog .description {
  color: #999;
  font-size: 14px;
}
.bnb-ask-out-dialog .confirmation {
  margin-bottom: 0px;
}
.bnb-ask-out-dialog .bnb-icon {
  width: 220px;
}
.bnb-ask-out-dialog .progress-area {
  text-align: center;
  padding: 1em;
  font-size: 16px;
  min-height: 180px;
}
.bnb-ask-out-dialog .progress-area md-progress-circular {
  display: inline-block;
}

.bnb-pending-requests {
  border-radius: 4px;
  margin-bottom: 1em;
  position: relative;
  padding: 25px 5px 5px 5px;
  background-color: #eee;
  overflow: auto;
  flex-shrink: 0;
}
.bnb-pending-requests .bnb-mode-switcher {
  position: absolute;
  top: 5px;
  font-size: 14px;
  left: 10px;
}
.bnb-pending-requests .bnb-mode-switcher .tab {
  text-decoration: none;
  color: #999;
}
.bnb-pending-requests .bnb-mode-switcher .tab .warn {
  color: #fa3e3e;
}
.bnb-pending-requests .bnb-mode-switcher .tab.active {
  color: rgba(0, 0, 0, 0.87);
}
.bnb-pending-requests .title {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 16px;
}
.bnb-pending-requests .title .bnb-notification-badge {
  margin-left: 5px;
  vertical-align: middle;
}

.bnb-connections {
  padding: 1em;
  text-align: left;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  min-height: 0;
  max-height: calc(100vh - 103px);
}
@media screen and (min-width: 960px) {
  .bnb-connections {
    max-height: calc(100vh - 111px);
  }
}
.bnb-connections .turn-indicator {
  font-size: 13px;
  display: inline-block;
  padding: 3px 6px;
  color: rgba(0, 0, 0, 0.87);
  background-color: rgb(236.3198863636, 226.9, 255);
  border-radius: 4px;
  margin: 0 2px;
  position: absolute;
  bottom: 5px;
  right: 0px;
}
.bnb-connections .turn-indicator .paper-icon {
  color: #8a4fff;
}
.bnb-connections.show-connections .connections {
  display: block !important;
}
@media screen and (max-width: 760px) {
  .bnb-connections.show-connections .messages {
    display: none !important;
  }
}
.bnb-connections .bnb-messaging {
  border-radius: 4px;
  border: 1px solid #ddd;
  display: flex;
  flex: 1;
  overflow: auto;
  min-height: 0px;
}
@media screen and (max-width: 760px) {
  .bnb-connections .bnb-messaging .connections {
    display: none;
  }
}
.bnb-connections .bnb-messaging .connections {
  overflow: scroll;
  flex: 2;
  max-width: 480px;
}
.bnb-connections .bnb-messaging .connections .header {
  color: #fff;
  margin: 0px;
  padding: 10px 15px;
  border-bottom: 1px solid #ddd;
  font-size: 1em;
  color: rgba(0, 0, 0, 0.87);
  height: 42px;
}
.bnb-connections .bnb-messaging .connections .connection {
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: top;
  padding: 5px 15px 5px 10px;
  border-left: 5px solid #fff;
  border-bottom: 1px solid #ddd;
}
.bnb-connections .bnb-messaging .connections .connection:hover {
  background-color: rgb(245.65, 245.65, 245.65);
}
.bnb-connections .bnb-messaging .connections .connection.active {
  border-left: 5px solid #2addb2;
  background-color: #eee;
}
.bnb-connections .bnb-messaging .connections .connection .image {
  width: 56px;
  height: 56px;
  min-width: 56px;
  min-height: 56px;
  display: inline-block;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 10px;
}
.bnb-connections .bnb-messaging .connections .connection .text {
  position: relative;
  flex-grow: 1;
}
.bnb-connections .bnb-messaging .connections .connection .text .time-stamp {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 0.8em;
}
.bnb-connections .bnb-messaging .connections .connection .text .unread-count {
  position: absolute;
  right: 0;
  top: 20px;
  font-size: 0.8em;
}
.bnb-connections .bnb-messaging .connections .connection .name {
  padding: 0;
  margin: 0 0 3px 0;
}
.bnb-connections .bnb-messaging .connections .connection .name .city-badge {
  display: inline-block;
  font-size: 0.75em;
  background-color: #ddd;
  color: rgba(0, 0, 0, 0.64);
  padding: 2px 6px;
  border-radius: 10px;
  margin-left: 5px;
  font-weight: normal;
}
.bnb-connections .bnb-messaging .connections .connection .last-message {
  padding: 0;
  margin: 0;
}
.bnb-connections .bnb-messaging .connections .connection .last-message {
  padding-right: 85px;
  color: rgba(0, 0, 0, 0.64);
  font-size: 0.9em;
}
.bnb-connections .bnb-messaging .messages {
  flex: 3;
  border-left: 1px solid #ddd;
  display: flex;
  flex-direction: column;
  min-height: 0px;
}
@media screen and (max-width: 760px) {
  .bnb-connections .bnb-messaging .messages {
    border-left: none;
  }
}
.bnb-connections .bnb-messaging .messages .messages-header {
  display: flex;
  flex-shrink: 0;
  border-bottom: 1px solid #ddd;
  color: #fff;
  margin: 0px;
  padding: 5px;
  height: 42px;
}
.bnb-connections .bnb-messaging .messages .messages-header .back-button {
  padding-right: 10px;
  display: none;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
@media screen and (max-width: 760px) {
  .bnb-connections .bnb-messaging .messages .messages-header .back-button {
    display: flex;
  }
}
.bnb-connections .bnb-messaging .messages .messages-header .menu-trigger {
  margin-left: auto;
}
.bnb-connections .bnb-messaging .messages .messages-header .menu-trigger .ember-basic-dropdown-trigger {
  cursor: pointer;
  padding: 5px 10px;
  display: block;
}
.bnb-connections .bnb-messaging .messages .messages-header .info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.bnb-connections .bnb-messaging .messages .messages-header .info .name {
  color: rgba(0, 0, 0, 0.87);
  display: block;
  font-weight: bold;
  margin-bottom: 0px;
  font-size: 1em;
  line-height: 1.1em;
}
.bnb-connections .bnb-messaging .messages .messages-header .info .name .connected-at {
  display: none;
}
.bnb-connections .bnb-messaging .messages .messages-header .info .title {
  line-height: 1em;
  margin-top: 1px;
  display: block;
  font-size: 0.8em;
  color: rgba(0, 0, 0, 0.64);
}
.bnb-connections .bnb-messaging .messages .message-input {
  flex-shrink: 0;
  padding: 10px 10px 11px 10px;
  border-top: 1px solid #ddd;
  position: relative;
}
.bnb-connections .bnb-messaging .messages .message-input .sending-message {
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
}
.bnb-connections .bnb-messaging .messages .message-input .sending-message .text {
  font-size: 0.9em;
  color: rgba(0, 0, 0, 0.64);
}
.bnb-connections .bnb-messaging .messages .message-input .message-bottom {
  display: flex;
  gap: 10px;
  justify-content: space-between;
  align-items: center;
}
.bnb-connections .bnb-messaging .messages .message-input .message-bottom .note {
  margin-left: 5px;
  font-size: 0.9em;
  color: rgba(0, 0, 0, 0.64);
}
.bnb-connections .bnb-messaging .messages .message-input .message-bottom .note.warning {
  color: #ff6d00;
}
.bnb-connections .bnb-messaging .messages .message-input .message-bottom .note.ok {
  color: #8a4fff;
}
.bnb-connections .bnb-messaging .messages .message-input .message-bottom .md-button {
  margin: 0px;
}
.bnb-connections .bnb-messaging .messages .message-input .suggestion-btn {
  position: absolute;
  top: 10px;
  right: 15px;
}
.bnb-connections .bnb-messaging .messages .message-input .textarea {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 10px;
  background-color: #eee;
  border-radius: 4px;
  max-width: 100%;
}
.bnb-connections .bnb-messaging .messages .message-input .textarea textarea {
  border-bottom: 0px;
}
.bnb-connections .bnb-messaging .messages .message-input .textarea label {
  padding-left: 10px;
}
.bnb-connections .bnb-messaging .messages .message-input .textarea .md-errors-spacer {
  display: none;
}
.bnb-connections .bnb-messaging .messages .messages-scroll-wrapper {
  flex: 1;
  min-height: 0;
  overflow: auto;
}
.bnb-connections .bnb-messaging .messages .messages-scroll-wrapper .initial-message .message.system {
  padding: 20px;
  background-color: #f3f3f3;
  border-bottom: 1px solid #ddd;
}
.bnb-connections .bnb-messaging .messages .messages-scroll-wrapper .initial-message .message.system .initial-avatar-link {
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
}
.bnb-connections .bnb-messaging .messages .messages-scroll-wrapper .initial-message .message.system .initial-avatar-link .initial-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
}
.bnb-connections .bnb-messaging .messages .messages-scroll-wrapper .initial-message .message.system .initial-cta {
  margin-top: 20px;
  text-align: center;
  padding: 20px;
  background-color: rgb(250.75, 250.75, 250.75);
  border-radius: 8px;
}
.bnb-connections .bnb-messaging .messages .messages-scroll-wrapper .initial-message .message.system .initial-cta .cta-icon {
  width: 60px;
  height: 60px;
  margin-bottom: 10px;
}
.bnb-connections .bnb-messaging .messages .messages-scroll-wrapper .initial-message .message.system .initial-cta .cta-text {
  margin: 0;
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.1em;
}
.bnb-connections .bnb-messaging .messages .messages-scroll-wrapper .message {
  padding: 10px;
  position: relative;
}
.bnb-connections .bnb-messaging .messages .messages-scroll-wrapper .message:nth-child(odd) {
  background-color: #f3f3f3;
}
.bnb-connections .bnb-messaging .messages .messages-scroll-wrapper .message .avatar-link {
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 1;
}
.bnb-connections .bnb-messaging .messages .messages-scroll-wrapper .message .avatar-link .image {
  width: 36px;
  height: 36px;
  display: inline-block;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 10px;
}
.bnb-connections .bnb-messaging .messages .messages-scroll-wrapper .message .message-content {
  padding-left: 46px;
  white-space: pre-line;
}
.bnb-connections .bnb-messaging .messages .messages-scroll-wrapper .message .message-header {
  padding-left: 46px;
  position: relative;
  padding-bottom: 10px;
}
.bnb-connections .bnb-messaging .messages .messages-scroll-wrapper .message .message-header .message-time {
  display: inline-block;
  font-size: 0.8em;
  color: rgba(0, 0, 0, 0.64);
}
.bnb-connections .bnb-messaging .messages .messages-scroll-wrapper .message .message-header .name-link {
  display: inline-block;
  text-decoration: none;
  color: rgba(0, 0, 0, 0.87);
}
.bnb-connections .bnb-messaging .messages .messages-scroll-wrapper .message .message-header .name-link:hover {
  text-decoration: underline;
  color: #8a4fff;
}
.bnb-connections .bnb-messaging .messages .messages-scroll-wrapper .message .message-header .name {
  padding: 0;
  margin: 0;
}

.padding-wrap {
  padding: 1rem;
}

.on .paper-icon {
  color: #8a4fff !important;
}

.bnb-divider {
  height: 400px;
  overflow: hidden;
}
.bnb-divider img {
  object-fit: cover;
  object-position: 50% 50%;
  height: 100%;
  width: 100%;
}

.bnb-explained .area {
  padding: 10px;
}
@media screen and (max-width: 960px) {
  .bnb-explained .area {
    padding: 2em;
  }
}
.bnb-explained .area .paper-icon {
  color: #8a4fff;
}
.bnb-explained .area {
  color: rgba(0, 0, 0, 0.87);
}
.bnb-explained .area h3 {
  margin-top: 20px;
  font-size: 20px;
  text-transform: uppercase;
}
.cta-blockquote {
  text-align: center;
}

.bnb-lf-settings h4 {
  text-align: left;
}
.bnb-lf-settings md-radio-button {
  margin-bottom: 0px;
  margin-right: 15px;
  display: inline-block;
}

.bnb-profile-header {
  background-color: #2addb2;
  padding: 20px 20px 10px 20px;
  position: relative;
}
.bnb-profile-header .preview-profile {
  display: block;
  padding: 5px 0px;
  font-size: 12px;
  color: #fff;
}
.bnb-profile-header .preview-profile .paper-icon {
  color: #fff;
}
.bnb-profile-header .profile-image-admin {
  margin: 0 auto;
}
.bnb-profile-header .name {
  font-size: 1.5em;
  color: #fff;
  margin: 0px;
}

.got-sticky-tabs {
  padding-top: 105px;
}
@media screen and (min-width: 960px) {
  .got-sticky-tabs {
    padding-top: 113px;
  }
}
.got-sticky-tabs .sticky-tabs {
  top: 56px;
  position: fixed;
  background: #fff;
  width: 100%;
  max-width: 1280px;
  z-index: 58;
}
@media screen and (min-width: 960px) {
  .got-sticky-tabs .sticky-tabs {
    top: 64px;
  }
}

.stop-scrolling {
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: fixed;
}
.stop-scrolling footer {
  display: none;
}

.info-bit {
  margin: 16px;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.64);
}
.info-bit .info-header {
  color: rgba(0, 0, 0, 0.87);
  display: block;
  font-weight: 600;
}

.note-box {
  background-color: #eee;
  padding: 10px 20px;
  margin-bottom: 16px;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.87);
}

.empty-listing {
  margin: 1vh auto;
  max-width: 920px;
  text-align: center;
}
.empty-listing .image {
  display: block;
  width: 100px;
  margin: 0 auto 15px auto;
}
.empty-listing .text {
  border-radius: 4px;
  background-color: #eee;
  padding: 1em;
}
.empty-listing a {
  text-decoration: none;
}
.empty-listing .md-button {
  width: 100%;
  max-width: 380px;
  margin-left: 0px;
  margin-right: 0px;
}

.profile-view-wrap {
  max-width: 960px;
  margin: 64px auto 0;
}
@media screen and (max-width: 920px) {
  .profile-view-wrap {
    margin-top: 0;
  }
}

.md-dialog-content .bnb-profile-view {
  display: block;
}
.md-dialog-content .bnb-profile-view .content {
  padding-bottom: 60px;
}
.md-dialog-content .bnb-profile-view .content:after {
  content: "";
  display: block;
  height: 20px;
}

.bnb-profile-view {
  transition: opacity 0.2s ease;
}
.bnb-profile-view.transitioning {
  opacity: 0.7;
}
@media screen and (min-width: 640px) {
  .bnb-profile-view {
    display: flex;
  }
}
.bnb-profile-view .notice-text a {
  color: #8a4fff;
}
.bnb-profile-view .profile-map .bnb-map {
  height: 420px;
}
.bnb-profile-view .ask-out-tutorial-banner {
  background: rgba(138, 79, 255, 0.08);
  border-left: 3px solid #8a4fff;
  margin: 0;
  padding: 12px 40px 12px 15px;
  position: relative;
}
.bnb-profile-view .ask-out-tutorial-banner .dismiss-btn {
  position: absolute;
  top: 8px;
  right: 8px;
}
.bnb-profile-view .ask-out-tutorial-banner .dismiss-btn .paper-icon {
  color: #9e9e9e;
  font-size: 18px;
}
.bnb-profile-view .ask-out-tutorial-banner .tutorial-content {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.bnb-profile-view .ask-out-tutorial-banner .tutorial-content .paper-icon {
  color: #8a4fff;
  flex-shrink: 0;
  margin-top: 2px;
}
.bnb-profile-view .ask-out-tutorial-banner .tutorial-content .tutorial-text {
  flex: 1;
}
.bnb-profile-view .ask-out-tutorial-banner .tutorial-content .tutorial-text strong {
  display: block;
  color: #8a4fff;
  margin-bottom: 4px;
  font-size: 14px;
  font-weight: 600;
}
.bnb-profile-view .ask-out-tutorial-banner .tutorial-content .tutorial-text p {
  margin: 0;
  color: #616161;
  font-size: 13px;
  line-height: 1.4;
}
.bnb-profile-view .primary-ask-out-section {
  margin: 15px 15px 15px 15px;
}
.bnb-profile-view .primary-ask-out-section.is-match .ask-out-card {
  background: linear-gradient(135deg, rgba(42, 221, 178, 0.05), rgba(42, 221, 178, 0.1));
  border-color: #2addb2;
}
.bnb-profile-view .primary-ask-out-section .ask-out-card {
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  padding: 0;
  cursor: pointer;
  transition: all 0.2s ease;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}
.bnb-profile-view .primary-ask-out-section .ask-out-card:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  border-color: #8a4fff;
}
.bnb-profile-view .primary-ask-out-section .ask-out-card .ask-out-content {
  display: flex;
  align-items: center;
  min-height: 80px;
}
.bnb-profile-view .primary-ask-out-section .ask-out-card .ask-out-content .ask-out-image {
  position: relative;
  width: 80px;
  height: 80px;
  flex-shrink: 0;
  overflow: hidden;
}
.bnb-profile-view .primary-ask-out-section .ask-out-card .ask-out-content .ask-out-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.bnb-profile-view .primary-ask-out-section .ask-out-card .ask-out-content .ask-out-details {
  flex: 1;
  padding: 12px 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.bnb-profile-view .primary-ask-out-section .ask-out-card .ask-out-content .ask-out-details .ask-out-info {
  flex: 1;
}
.bnb-profile-view .primary-ask-out-section .ask-out-card .ask-out-content .ask-out-details .ask-out-info .ask-out-title {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  color: #212121;
  line-height: 1.3;
}
.bnb-profile-view .primary-ask-out-section .ask-out-card .ask-out-content .ask-out-details .ask-out-cta {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
}
.bnb-profile-view .primary-ask-out-section .ask-out-card .ask-out-content .ask-out-details .ask-out-cta .ask-btn {
  background: #8a4fff;
  color: white;
  font-weight: 500;
  font-size: 14px;
  padding: 6px 16px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border-radius: 20px;
  transition: background 0.2s ease;
}
.bnb-profile-view .primary-ask-out-section .ask-out-card .ask-out-content .ask-out-details .ask-out-cta .ask-btn:hover {
  background: rgb(110.8772727273, 38.2, 255);
}
.bnb-profile-view .primary-ask-out-section .ask-out-card .ask-out-content .ask-out-details .ask-out-cta .ask-btn .paper-icon {
  color: white;
  font-size: 16px;
}
.bnb-profile-view .primary-ask-out-section .ask-out-card .ask-out-content .ask-out-details .ask-out-cta .common-indicator {
  font-size: 11px;
  color: #2addb2;
  font-weight: 500;
}
@media screen and (max-width: 480px) {
  .bnb-profile-view .primary-ask-out-section {
    margin: 15px 10px 15px 10px;
  }
  .bnb-profile-view .primary-ask-out-section .ask-out-card .ask-out-content .ask-out-details {
    padding: 10px 12px;
  }
  .bnb-profile-view .primary-ask-out-section .ask-out-card .ask-out-content .ask-out-details .ask-out-info .ask-out-title {
    font-size: 15px;
  }
  .bnb-profile-view .primary-ask-out-section .ask-out-card .ask-out-content .ask-out-details .ask-out-cta .ask-btn {
    font-size: 13px;
    padding: 5px 14px;
  }
}
.bnb-profile-view .exploded {
  margin: 10px 0px;
}
.bnb-profile-view .exploded .image-wrap {
  position: relative;
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  max-height: 400px;
  justify-content: center;
}
.bnb-profile-view .exploded .image-wrap .image {
  filter: brightness(90%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}
.bnb-profile-view .exploded .image-wrap:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 220px;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
  z-index: 1;
}
.bnb-profile-view .exploded .message {
  border-top-left-radius: 4px;
  background-color: #8a4fff;
  z-index: 2;
  display: block;
  position: absolute;
  bottom: 0px;
  right: 0px;
  text-align: left;
  font-size: 18px;
  font-weight: bold;
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 10px;
}
.bnb-profile-view .exploded .message .paper-icon {
  color: #2addb2;
}
.bnb-profile-view .profile-url a {
  font-size: 13px;
}
.bnb-profile-view .swiper-slide {
  min-height: 200px;
  max-height: 500px;
  height: 60vh;
}
.bnb-profile-view .swiper-slide .image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}
.bnb-profile-view .swiper-pagination-bullet {
  box-shadow: 0 0 2px 1px #333;
  background-color: #2addb2;
  opacity: 0.9;
}
.bnb-profile-view .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #8a4fff;
}
.bnb-profile-view .content {
  font-size: 16px;
}
.bnb-profile-view .content.closed {
  display: none;
}
@media screen and (min-width: 640px) {
  .bnb-profile-view .content:not(.modaled) {
    margin-top: 20px;
    vertical-align: top;
    display: inline-block;
    border-radius: 2px;
    flex-grow: 1;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15);
  }
}
.bnb-profile-view .giveback {
  background-color: #8a4fff !important;
  color: #fff;
}
.bnb-profile-view .giveback p {
  font-size: 13px;
  margin-top: 0px;
}
.bnb-profile-view .giveback blockquote {
  margin: 20px;
  text-align: center;
  font-size: 20px;
}
.bnb-profile-view .profile-image-cta {
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: #eee;
  padding: 80px 50px;
}
.bnb-profile-view .profile-image-cta .paper-icon {
  color: #8a4fff;
}
.bnb-profile-view .header {
  position: relative;
  font-size: 16px;
  margin-bottom: 26px;
}
.bnb-profile-view .header:not(.modaled) {
  margin-bottom: 0px;
}
@media screen and (min-width: 640px) {
  .bnb-profile-view .header:not(.modaled) {
    margin-right: 20px;
    margin-top: 20px;
    vertical-align: top;
    display: inline-block;
    flex-grow: 0;
    min-width: 260px;
    width: 260px;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15);
    border-radius: 2px;
    height: 400px;
  }
  .bnb-profile-view .header:not(.modaled) .swiper-slide {
    height: 400px;
  }
  .bnb-profile-view .header:not(.modaled) .info {
    bottom: 0 !important;
  }
}
.bnb-profile-view .header:not(.modaled) .info {
  bottom: 18px;
}
.bnb-profile-view .header:not(.modaled) .ask-out {
  background: #8a4fff;
  padding: 8px;
  text-align: center;
}
.bnb-profile-view .header:not(.modaled) .ask-out .broccoli-visual {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  color: white;
  font-weight: 500;
}
.bnb-profile-view .header:not(.modaled) .ask-out .broccoli-visual .bnb-broccoli {
  display: inline-block;
  max-width: 20px;
  margin-right: 8px;
  vertical-align: middle;
}
.bnb-profile-view .header.minified .images {
  height: 200px;
}
.bnb-profile-view .header.minified .image {
  margin: 0 auto;
}
.bnb-profile-view .header.modaled .profile-badge {
  bottom: -26px !important;
}
@media screen and (min-width: 640px) {
  .bnb-profile-view .header .profile-badge {
    bottom: -26px !important;
  }
}
.bnb-profile-view .header .profile-badge {
  background-color: rgb(85.979757085, 228.020242915, 193.8987854251);
  position: absolute;
  color: #fff;
  font-size: 12px;
  padding: 5px;
  z-index: 5;
  bottom: 0px;
  left: 0px;
  width: 100%;
  text-align: center;
}
.bnb-profile-view .header .profile-badge.selectively {
  background-color: rgb(171.9034090909, 130, 255);
}
.bnb-profile-view .header .profile-badge.rarely {
  background-color: rgb(251.2878787879, 111.7121212121, 111.7121212121);
}
.bnb-profile-view .header .profile-badge .paper-icon {
  color: #fff;
}
.bnb-profile-view .header .images {
  background-image: url("/assets/images/noimg-45-space.svg");
  background-size: 45px;
  background-repeat: space;
  height: 100%;
}
.bnb-profile-view .header .images:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 80px;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
  z-index: 2;
}
.bnb-profile-view .header .images .swiper-pagination {
  bottom: auto;
  top: 10px;
}
.bnb-profile-view .header .images .image {
  width: 100%;
  display: block;
}
.bnb-profile-view .header .info {
  text-align: left;
  color: #fff;
  position: absolute;
  bottom: 0px;
  z-index: 5;
  width: 100%;
  padding: 10px;
}
.bnb-profile-view .header .info .paper-icon {
  color: #fff;
}
.bnb-profile-view .header .info .first-row {
  padding: 0px;
  margin: 0px;
}
.bnb-profile-view .header .info .second-row {
  padding: 0px;
  margin: 0px;
  font-weight: normal;
}
.bnb-profile-view .profile-section {
  background-color: #eee;
  padding: 10px;
  margin-bottom: 10px;
  text-align: left;
}
.bnb-profile-view .profile-section h4 {
  margin: 0px 0px 10px 0px;
}
.bnb-profile-view .profile-section .title {
  font-weight: bold;
  display: block;
  margin-bottom: 3px;
}
.bnb-profile-view .profile-section h4.separator {
  margin: 10px 0 0 0;
  font-size: 12px;
  font-weight: normal;
  color: #999;
  display: table;
  white-space: nowrap;
}
.bnb-profile-view .profile-section h4.separator:before, .bnb-profile-view .profile-section h4.separator:after {
  border-top: 1px solid #ccc;
  content: "";
  display: table-cell;
  position: relative;
  top: 0.5em;
  width: 45%;
}
.bnb-profile-view .profile-section h4.separator:before {
  right: 1.5%;
}
.bnb-profile-view .profile-section h4.separator:after {
  left: 1.5%;
}
.bnb-profile-view .profile-section .hangouts {
  margin: 0 -10px;
}
.bnb-profile-view .profile-section .hangouts .hangout {
  position: relative;
  margin: 15px 0px 0 10px;
  display: inline-block;
}
.bnb-profile-view .profile-section .hangouts .hangout.in-common .image-wrap {
  border: 3px solid #2addb2;
}
.bnb-profile-view .profile-section .hangouts .hangout.in-common .image-wrap:before {
  border-color: transparent transparent transparent #2addb2;
}
.bnb-profile-view .profile-section .hangouts .hangout.highlight .image-wrap {
  border: 3px solid #8a4fff;
}
.bnb-profile-view .profile-section .hangouts .hangout .image-wrap {
  border: 3px solid #fff;
  transform: scale(1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.5);
}
.bnb-profile-view .profile-section .hangouts .hangout .image-wrap.fade-in {
  animation: pulse 2s 2;
}
.bnb-profile-view .profile-section .hangouts .hangout .image-wrap:before {
  content: "\a";
  border-style: solid;
  border-width: 16px 0px 16px 12px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  right: -12px;
}
.bnb-profile-view .profile-section .hangouts .hangout .image-wrap .image {
  border-radius: 50%;
  object-fit: cover;
  filter: brightness(80%);
}
.bnb-profile-view .profile-section .hangouts .hangout .title {
  display: block;
  position: absolute;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  text-shadow: 0px 0px 5px rgb(0, 0, 0);
  color: #fff;
  padding: 0 5px;
  width: 100px;
}
.bnb-profile-view .profile-section .hangouts .image-wrap {
  background-image: url("/assets/images/noimg-45-space.svg");
  background-size: 25px;
  background-repeat: space;
  background-color: #fff;
  width: 100px;
  min-width: 100px;
  height: 100px;
}
.bnb-profile-view .profile-section .hangouts .image-wrap .image {
  object-fit: cover;
  object-position: 50% 50%;
  height: 100%;
  width: 100%;
}
.bnb-profile-view .item {
  background-color: #fff;
  color: rgba(0, 0, 0, 0.87);
  border-radius: 6px;
  padding: 3px 6px;
  margin: 2px 0px 2px 0px;
  display: inline-block;
  font-size: 14px;
}
.bnb-profile-view .item.common {
  background-color: #2addb2;
  color: #fff;
}
.bnb-profile-view .item.common .paper-icon {
  color: #8a4fff;
}
.bnb-profile-view .item.warning {
  background-color: #fa3e3e;
}
.bnb-profile-view .item.warning .paper-icon {
  color: #fff;
}
.bnb-profile-view .item .paper-icon {
  margin-right: 1px;
  color: #2addb2;
}

.bnb-dialog-close-button {
  position: absolute;
  right: 5px;
  z-index: 100;
  top: 10px;
}

@media screen and (max-width: 959px) {
  .md-dialog-fullscreen .bnb-dialog-close-button {
    top: 62px;
  }
}

@keyframes pulse_animation {
  0% {
    transform: scale(1);
  }
  30% {
    transform: scale(1);
  }
  40% {
    transform: scale(1.2);
  }
  50% {
    transform: scale(1);
  }
  60% {
    transform: scale(1);
  }
  70% {
    transform: scale(1.25);
  }
  80% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
.bnb-upgrade-cta {
  font-size: 14px;
  margin: 0 auto;
}
@media screen and (min-width: 640px) {
  .bnb-upgrade-cta {
    width: 90%;
  }
}
.bnb-upgrade-cta h3 .paper-icon {
  color: #8a4fff;
}
.bnb-upgrade-cta h3 {
  margin-top: 0px;
  margin-bottom: 0px;
}
.bnb-upgrade-cta .extra-margin {
  margin-bottom: 32px;
}
.bnb-upgrade-cta .card {
  background-color: #eee;
  border: 2px solid #999;
  overflow: hidden;
  border-radius: 4px;
}
.bnb-upgrade-cta .invite-or-pay {
  position: relative;
  margin: -16px -16px -16px -16px;
  font-size: 0px;
}
.bnb-upgrade-cta .invite-or-pay .block {
  cursor: pointer;
  font-size: 14px;
  padding: 16px;
  width: 100%;
  display: inline-block;
  vertical-align: top;
  min-height: 120px;
}
.bnb-upgrade-cta .invite-or-pay .block p {
  color: #fff;
  margin-bottom: 0px;
}
.bnb-upgrade-cta .invite-or-pay .pay {
  background-color: #8a4fff;
  padding: 26px 16px 16px 16px;
}
.bnb-upgrade-cta .invite-or-pay .md-button {
  margin-top: 16px;
  margin-left: 0px;
  padding-left: 20px;
  padding-right: 20px;
}
.bnb-upgrade-cta .invite-or-pay .invite {
  padding: 16px 16px 26px 16px;
  background-color: #2addb2;
}
.bnb-upgrade-cta .invite-or-pay .or {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.64);
  display: block;
  position: absolute;
  left: 50%;
  bottom: 50%;
  margin-bottom: -20px;
  margin-left: -20px;
  background: #fff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
}
@media screen and (min-width: 640px) {
  .bnb-upgrade-cta .invite-or-pay .block {
    width: 50%;
  }
  .bnb-upgrade-cta .invite-or-pay .pay {
    padding: 16px 16px 16px 40px;
  }
  .bnb-upgrade-cta .invite-or-pay .invite {
    padding: 16px 40px 16px 16px;
  }
}

.bnb-profile-link-dialog {
  z-index: 110;
}

.bnb-referral-link,
.bnb-profile-link {
  background: #8a4fff;
  padding: 20px;
  font-size: 16px;
}
.bnb-referral-link .error,
.bnb-profile-link .error {
  font-size: 12px;
  color: red;
  text-align: center;
}
.bnb-referral-link input,
.bnb-profile-link input {
  display: inline-block;
  vertical-align: middle;
  padding: 7px;
  min-width: 262px;
  font-size: 14px;
}
.bnb-referral-link .md-button,
.bnb-profile-link .md-button {
  margin-left: 0px;
}

.bnb-profile-link input {
  min-width: 296px;
}

.bnb-subscription .header-area {
  background-color: #8a4fff;
  color: #fff;
  padding: 20px;
}
.bnb-subscription .short-featurelist {
  margin-top: 0px;
  list-style: none;
}
.bnb-subscription .imgs {
  margin-top: 15px;
  font-size: 0px;
}
.bnb-subscription .imgs .image {
  width: 50%;
  display: inline-block;
}
.bnb-subscription md-card.active {
  box-shadow: 0 0 5px 2px #8a4fff;
}
.bnb-subscription md-card {
  padding-top: 30px;
  position: relative;
  text-align: center;
}
.bnb-subscription md-card .top-label {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  padding: 10px 10px;
  background-color: #eee;
  color: rgba(0, 0, 0, 0.87);
}
.bnb-subscription md-card .top-label.green {
  background-color: #2addb2;
  color: #fff;
}
.bnb-subscription md-card .top-label.purple {
  background-color: #8a4fff;
  color: #fff;
}
.bnb-subscription h1 .paper-icon {
  color: #8a4fff;
  vertical-align: bottom;
}
.bnb-subscription .md-headline {
  text-align: center;
  line-height: 28px;
  font-size: 32px;
}
.bnb-subscription .md-headline .pay-per {
  font-size: 14px;
}
.bnb-subscription .md-headline .paper-icon {
  width: 30px;
}
.bnb-subscription .purple .paper-icon {
  color: #8a4fff;
}
.bnb-subscription .green .paper-icon {
  color: #2addb2;
}
.bnb-subscription .note {
  color: rgba(0, 0, 0, 0.64);
  font-size: 13px;
  text-align: left;
}
.bnb-subscription .code .md-button {
  margin: 15px;
}
.bnb-subscription p.code-message {
  margin-top: 0px;
  padding: 20px;
  background-color: #eee;
  color: red;
}
.bnb-subscription p.code-message .paper-icon {
  color: #2addb2;
  margin-right: 10px;
}
.bnb-subscription p.code-message.valid {
  color: #2addb2;
}

.premium-badge {
  color: #8a4fff !important;
  width: 18px;
  height: 18px;
  z-index: 15;
}

#dialog-container,
#sec-dialog-container {
  z-index: 120;
  bottom: 0px;
  right: 0px;
  left: 0px;
  font-size: 14px;
  left: 0px;
  position: fixed;
  top: 0;
}
#dialog-container .close-button,
#sec-dialog-container .close-button {
  position: absolute;
  top: 5px;
  right: 0px;
  z-index: 100;
}
#dialog-container .close-button .paper-icon,
#sec-dialog-container .close-button .paper-icon {
  color: rgba(0, 0, 0, 0.64);
}

.bnb-sweatbuddies-filters .md-errors-spacer {
  display: none;
}

.bnb-sweatbuddies-out-of-requests h3,
.bnb-sweatbuddies-filters h3 {
  margin-top: 0px;
}

.padded-area {
  padding: 20px;
}
.padded-area .md-button {
  margin-left: 0px;
}

.paper-select-image {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
}

.pricing {
  text-align: left;
  width: 100%;
  font-size: 14px;
  table-layout: fixed;
}
.pricing th {
  padding: 10px;
  background-color: #eee;
}
.pricing th.white {
  background-color: #fff;
}
.pricing th:last-child {
  color: #fff;
  background-color: #8a4fff;
}
.pricing th:last-child .paper-icon {
  color: #fff;
  margin-right: 5px;
}
.pricing td {
  word-break: break-word;
  border: 0;
  padding: 10px;
  border-top: 1px solid #eee;
  background-color: #eee;
  background-color: rgb(243.1, 243.1, 243.1);
}
.pricing td:last-child {
  background-color: rgb(236.3198863636, 226.9, 255);
}
.pricing td:first-child {
  background-color: rgb(248.2, 248.2, 248.2);
}
.pricing td.bold .paper-icon {
  color: #8a4fff;
  margin-right: 10px;
}
.pricing td.bold {
  background: #fff;
  padding-left: 0px;
  font-weight: bold;
}
.pricing tr {
  border: 0;
}
.c-purple,
.c2 {
  color: #8a4fff !important;
}

.c-green,
.c1 {
  color: #2addb2 !important;
}

.bnb-success .paper-icon {
  margin-bottom: 5px;
}

.bnb-notification-badge {
  vertical-align: top;
  display: inline-block;
  border-radius: 50%;
  font-size: 9px;
  width: 16px;
  height: 16px;
  text-align: center;
  line-height: 16px;
  color: #fff;
}
.bnb-notification-badge.medium {
  font-size: 12px;
  line-height: 24px;
  width: 24px;
  height: 24px;
}
.bnb-notification-badge.large {
  font-size: 16px;
  line-height: 30px;
  width: 30px;
  height: 30px;
}
.bnb-notification-badge.warning {
  background-color: #fa3e3e;
}

.more-to-see-later {
  text-align: center;
  font-size: 16px;
  padding: 20px;
}
.more-to-see-later h3 {
  margin-bottom: 0px;
}
.more-to-see-later p {
  margin-top: 5px;
}
.more-to-see-later .bnb-icon {
  width: 100px;
  margin: 0 auto;
}

.swiper-button-next:focus,
.swiper-button-prev:focus {
  outline: none;
}

.bnb-signup-cta {
  padding: 15px;
  margin: 15px;
  border-radius: 4px;
}
@media screen and (max-width: 640px) {
  .bnb-signup-cta {
    margin: 0 0 15px 0;
    border-radius: 0px;
  }
}
.bnb-signup-cta {
  background-color: #eee;
  text-align: center;
}
@media screen and (max-width: 760px) {
  .bnb-signup-cta {
    text-align: left;
  }
}
.bnb-signup-cta h3 {
  margin-top: 0px;
  margin-bottom: 5px;
}
.bnb-signup-cta ul {
  list-style: none;
  padding: 0px;
  font-size: 0px;
}
.bnb-signup-cta ul li {
  font-size: 16px;
  display: inline-block;
  margin: 5px 30px 5px 0px;
}
.bnb-signup-cta ul .paper-icon {
  margin-right: 5px;
  color: #2addb2;
}
.bnb-signup-cta .notice-text {
  margin: 0px;
}

.bnb-educator {
  text-align: left;
}
.bnb-educator .wrapper {
  overflow: hidden;
  background-color: #eee;
  margin: 0 0 15px 0;
}
@media screen and (max-width: 640px) {
  .bnb-educator .wrapper {
    border-radius: 0px;
  }
}
.bnb-educator .wrapper {
  padding: 15px 15px 0 130px;
  border-radius: 4px;
  position: relative;
}
.bnb-educator h3 {
  margin-top: 0px;
  padding-right: 20px;
}
.bnb-educator .icon {
  position: absolute;
  top: 50%;
  margin-top: -30px;
  left: 35px;
  color: #8a4fff;
}
.bnb-educator img {
  position: absolute;
  top: 50%;
  margin-top: -50px;
  left: 15px;
  color: #8a4fff;
  width: 100px;
  height: 100px;
}
.bnb-educator .close {
  position: absolute;
  top: 10px;
  right: 10px;
}
.bnb-educator .md-button {
  margin: 0px;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 30px;
}

.bnb-account .note {
  color: rgba(0, 0, 0, 0.64);
  font-size: 13px;
  text-align: center;
}
.bnb-account .bnb-warning-banner {
  background: #fff3cd;
  border: 1px solid #ffc107;
  border-radius: 4px;
  padding: 12px 16px;
  margin-bottom: 16px;
}

.standalone-lander {
  margin: 10vh 0;
}
.standalone-lander .md-button {
  margin-left: 0px;
}

.no-margin {
  margin: 0px !important;
}

.tags {
  min-height: 22px;
  margin: 0px;
  padding: 0px;
}
.tags .category {
  color: #fff;
  display: inline-block;
  margin-right: 3px;
  padding: 2px 5px;
  background-color: #2addb2;
  border-radius: 4px;
  text-decoration: none;
  vertical-align: middle;
}
.tags .tag {
  background: #eee;
  border-radius: 6px;
  padding: 3px 6px;
  color: #333;
  display: inline-block;
  margin: 3px;
  text-decoration: none;
  font-size: 13px;
  vertical-align: middle;
}

.shared-interests {
  vertical-align: middle;
  position: relative;
  display: inline-block;
  width: 14px;
  height: 12px;
  margin-left: 3px;
}
.shared-interests:before, .shared-interests:after,
.shared-interests .inner {
  content: " ";
  display: block;
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.1);
  border: 1px solid #2addb2;
}
.shared-interests:before {
  left: -3px;
}
.shared-interests:after {
  left: 2px;
}
.shared-interests .inner {
  z-index: 2;
  height: 8px;
  width: 5px;
  left: 2px;
  background: #2addb2;
  top: 1px;
  border-radius: 50%;
}

.bnb-profile-tabs {
  background-color: #eee;
}

.action-note {
  white-space: normal;
  display: flex;
  align-items: center;
  border-radius: 4px;
  height: 100px;
  padding: 10px;
  font-size: 16px;
  background-color: #eee;
  width: 90vw;
  max-width: 500px;
}
.action-note.white {
  background-color: #fff;
}
.action-note img {
  width: 80px;
  height: 80px;
  margin-right: 15px;
}

.bnb-invite-status {
  padding: 10px;
}
.bnb-invite-status a {
  text-decoration: none;
}
.bnb-invite-status h3 {
  margin: -10px -10px 10px -10px;
  padding: 10px;
  background-color: #8a4fff;
  color: #fff;
}
.bnb-invite-status .hangout-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.bnb-invite-status .hangout-link .image {
  border: 1px solid #2addb2;
  border-radius: 20px;
  width: 40px;
  height: 40px;
  object-fit: cover;
  margin-top: 4px;
  display: block;
  margin-right: 10px;
}
.bnb-invite-status .request-contact-details-title {
  margin-top: 40px;
  margin-bottom: 0px;
  text-align: left;
}
.bnb-invite-status .request-contact-details {
  text-align: left;
  margin-top: 3px;
  margin-bottom: 0px;
  line-height: 30px;
}
.bnb-invite-status .request-contact-details .fa-instagram,
.bnb-invite-status .request-contact-details .fa,
.bnb-invite-status .request-contact-details .paper-icon {
  font-size: 24px;
  color: #999;
  vertical-align: middle;
  margin-right: 5px;
}

.in-text-pill {
  font-size: 13px;
  display: inline-block;
  padding: 2px 4px;
  color: rgba(0, 0, 0, 0.87);
  background-color: #ddd;
  border-radius: 4px;
  margin: 0 2px;
}
.in-text-pill.green {
  background-color: #2addb2;
  color: #fff !important;
}
.in-text-pill.purple {
  background-color: #8a4fff;
  color: #fff !important;
}
.in-text-pill.rounded {
  border-radius: 20px;
  padding-left: 12px;
  padding-right: 12px;
}

.bnb-pill-select {
  touch-action: manipulation;
}
.bnb-pill-select .pill {
  font-size: 13px;
  display: inline-block;
  padding: 4px 7px;
  color: #fff;
  background-color: #999;
  border-radius: 4px;
  margin: 2px;
  cursor: pointer;
}
.bnb-pill-select .pill.selected {
  background-color: #8a4fff;
}
.bnb-pill-select .pill.on {
  background-color: #2addb2;
}
.bnb-pill-select .pill.off {
  background-color: #fa3e3e;
}

.mindfull-note {
  text-align: center;
}
.mindfull-note .paper-icon {
  color: #8a4fff;
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}
.flash-note {
  background-color: #2addb2;
  padding: 10px 10px;
  text-align: center;
  color: #fff;
  overflow: hidden;
  transform-origin: top;
  transition: transform 0.5s ease-in-out;
  opacity: 0;
}
.flash-note.not-visible {
  opacity: 0;
  margin: 0px;
  padding: 0px;
  height: 0px;
}
.flash-note.fade-in {
  animation: fadeInUp 0.5s ease-in-out 0s forwards;
}
.flash-note.fade-out {
  animation: fadeOutUp 0.5s ease-in-out 0s forwards;
}
.flash-note .text {
  display: inline-block;
}
.flash-note .paper-icon {
  color: #fff;
}
.flash-note .bounce {
  display: inline-block;
  margin-right: 10px;
  animation: bounce 1s ease-in infinite;
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
    transform: translate(0, 0, 0) scale(1);
  }
  to {
    opacity: 0;
    margin: 0px;
    padding: 0px;
    height: 0px;
    transform: translate3d(0, -25%, 0) scale(0);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 75%, 0) scale(0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }
}
@keyframes animatedgradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes bounce {
  25% {
    transform: translateY(-4px);
  }
  75% {
    transform: translateY(4px);
  }
}
.bnb-badge-master .bnb-badge-master-dialog {
  padding: 20px;
  text-align: center;
}
.bnb-badge-master .bnb-badge-master-dialog hr {
  margin: 40px 0;
}
.bnb-badge-master .bnb-badge-master-dialog img {
  width: 140px;
  height: 140px;
}

.badges {
  margin-top: 15px;
}
.badges > div {
  display: inline-block;
}

.bnb-badge {
  margin-right: 5px;
  margin-bottom: 15px;
  vertical-align: top;
  display: inline-block;
  text-align: center;
}
.bnb-badge.large .badge-inner {
  width: 140px;
  height: 140px;
  border-width: 10px;
  padding-top: 6px;
}
.bnb-badge.large h3 {
  font-size: 14px;
}
.bnb-badge.medium .badge-inner {
  border: 6px solid rgb(154.9517045455, 104.5, 255);
}
.bnb-badge.medium .badge-inner .paper-icon {
  color: rgb(134.6096590909, 73.9, 255);
}
.bnb-badge.hard .badge-inner {
  border: 6px solid rgb(250.6439393939, 86.8560606061, 86.8560606061);
}
.bnb-badge.hard .badge-inner .paper-icon {
  color: rgb(249.8712121212, 57.0287878788, 57.0287878788);
}
.bnb-badge .badge-inner {
  padding-top: 4px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: inline-block;
  background-color: #fff;
  border: 6px solid rgb(63.9898785425, 224.5101214575, 185.9493927126);
}
.bnb-badge .badge-inner .paper-icon {
  color: rgb(37.6020242915, 220.2979757085, 176.4101214575);
  object-fit: cover;
}
.bnb-badge h3 {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.87);
  margin: 2px 0 0 0;
}
.bnb-badge p {
  color: #fff;
  margin: 0px;
  font-size: 13px;
  padding: 0 15px;
}

.bnb-badge-list {
  font-size: 0;
}
.bnb-badge-list p {
  margin-top: 5px;
  font-size: 14px;
}
.bnb-badge-list .dialog-title {
  font-size: 16px;
  margin-top: 0px;
}
.bnb-badge-list .badge-wrap {
  vertical-align: top;
  text-align: center;
  display: inline-block;
  width: 50%;
}
.bnb-badge-list .badge-wrap h3 {
  font-size: 16px;
}

.terms-and-privacy {
  width: 100%;
  outline: 0;
  border: 0;
  min-height: 600px;
}

.flatpickr-confirm {
  cursor: pointer;
  background-color: #2addb2;
  color: #fff;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.flatpickr-day.selected {
  background-color: #2addb2;
  border: none;
}
.flatpickr-day.selected:hover {
  background-color: #8a4fff;
}

.bnb-confirm {
  text-align: left;
  min-width: 320px;
}
.bnb-confirm .dialog-title {
  margin-top: 0px;
}

.bnb-write-review {
  text-align: left;
}
.bnb-write-review .dialog-title {
  margin-top: 0px;
}

.bnb-sub-menu {
  margin-top: -1px;
  background-color: #eee;
  font-size: 0;
}
.bnb-sub-menu .active .menu-item {
  color: rgb(30.5862348178, 191.6137651822, 152.9311740891);
  border-bottom: 2px solid #2addb2;
  background-color: #eee;
}
.bnb-sub-menu .menu-item {
  text-align: center;
  text-decoration: none;
  color: rgba(0, 0, 0, 0.64);
  font-size: 14px;
  text-transform: uppercase;
}
@media screen and (max-width: 960px) {
  .bnb-sub-menu .menu-item {
    font-size: 12px;
  }
}
.bnb-sub-menu .menu-item {
  display: inline-block;
  width: 50%;
  padding: 10px 0;
  background-color: #f5f5f5;
}

.bnb-new-hangout {
  text-align: left;
}
.bnb-new-hangout .or {
  margin: 0 15px;
}
.bnb-new-hangout .bnb-new-hangout-form {
  font-size: 0px;
}
.bnb-new-hangout .bnb-new-hangout-form p {
  font-size: 16px;
}
.bnb-new-hangout .bnb-new-hangout-form h3 {
  font-size: 18px;
}
.bnb-new-hangout .image-preview {
  width: 200px;
  height: 200px;
  object-fit: cover;
  margin-top: 4px;
  display: block;
}
.bnb-new-hangout .image-count {
  font-size: 14px;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.64);
}
.bnb-new-hangout .image-selection-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
  gap: 8px;
  margin: 12px 0;
}
.bnb-new-hangout .image-option-wrapper {
  position: relative;
  cursor: pointer;
  border-radius: 6px;
  overflow: hidden;
  border: 3px solid transparent;
  transition: border-color 0.2s, transform 0.1s;
}
.bnb-new-hangout .image-option-wrapper:hover {
  transform: scale(1.02);
}
.bnb-new-hangout .image-option-wrapper.selected {
  border-color: #2addb2;
}
.bnb-new-hangout .image-option-wrapper.selected .selection-check {
  display: flex;
}
.bnb-new-hangout .image-option-wrapper .image-option {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  display: block;
}
.bnb-new-hangout .image-option-wrapper .selection-check {
  display: none;
  position: absolute;
  top: 4px;
  right: 4px;
  color: #2addb2;
  background: white;
  border-radius: 50%;
}
.bnb-new-hangout .selected-images-preview {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #ddd;
}
.bnb-new-hangout .selected-images-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 8px;
}
.bnb-new-hangout .selected-image-item {
  position: relative;
  width: 80px;
  height: 80px;
}
.bnb-new-hangout .selected-image-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
}
.bnb-new-hangout .selected-image-item .primary-badge {
  position: absolute;
  bottom: 4px;
  left: 4px;
  background: #2addb2;
  color: white;
  font-size: 10px;
  padding: 2px 6px;
  border-radius: 4px;
  font-weight: 500;
}
.bnb-new-hangout .selected-image-item .image-controls {
  position: absolute;
  top: -6px;
  right: -6px;
  display: flex;
  gap: 2px;
}
.bnb-new-hangout .selected-image-item .move-image,
.bnb-new-hangout .selected-image-item .remove-image {
  background: #ccc;
  color: white;
  border: none;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.bnb-new-hangout .selected-image-item .move-image:hover,
.bnb-new-hangout .selected-image-item .remove-image:hover {
  background: rgb(165.75, 165.75, 165.75);
}
.bnb-new-hangout .selected-image-item .remove-image {
  background: #f44336;
}
.bnb-new-hangout .selected-image-item .remove-image:hover {
  background: rgb(234.1839622642, 27.9622641509, 12.8160377358);
}
.bnb-new-hangout .cancel-link {
  margin-top: 15px;
  display: block;
  text-align: center;
  color: rgba(0, 0, 0, 0.64);
}
.bnb-new-hangout .pill {
  text-transform: capitalize;
}

.discoverer-profile .discoverer-name {
  margin-left: 10px;
  margin-right: 10px;
}
.discoverer-profile .discoverer-link {
  margin-right: 5px;
}
.discoverer-profile .discoverer-image {
  width: 36px;
  height: 36px;
  display: inline-block;
  border-radius: 50%;
  vertical-align: middle;
  object-fit: cover;
}

.bnb-label {
  margin-top: 30px;
  margin-bottom: 0px;
}

.bnb-similar-hangouts {
  list-style: none;
  padding: 0;
  margin: 0;
}
.bnb-similar-hangouts a {
  text-decoration: none;
}
.bnb-similar-hangouts li {
  position: relative;
  padding: 10px 10px 10px 55px;
  margin-right: 10px;
}
.bnb-similar-hangouts li .image {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -25px;
  margin-right: 10px;
  width: 50px;
  height: 50px;
  display: inline-block;
  border-radius: 50%;
  vertical-align: middle;
  object-fit: cover;
}
.bnb-similar-hangouts li .text {
  margin-left: 10px;
  display: inline-block;
  vertical-align: middle;
}
.bnb-similar-hangouts li .slogan {
  color: rgba(0, 0, 0, 0.64);
}

.bnb-hide {
  display: none;
}

.form-section {
  max-width: initial;
  margin-top: 0px;
  background: #eee;
  padding: 20px;
  margin-bottom: 20px;
  font-size: 0px;
}
.form-section h3:first-child {
  margin-top: 0px;
}

.field-wrap {
  padding: 10px;
  font-size: 16px;
  display: inline-block;
  width: 50%;
  vertical-align: top;
}
.field-wrap.mt {
  margin-top: 10px;
}
.field-wrap.mb {
  margin-bottom: 10px;
}
.field-wrap.full-w {
  width: 100%;
}
.field-wrap .field-info {
  margin-bottom: 0px;
}
.field-wrap .field-info.mb {
  margin-bottom: 10px;
}
.field-wrap .field-info.mt {
  margin-top: 10px;
}
.field-wrap .field-info.mt-2 {
  margin-top: 20px;
}
.field-wrap p {
  font-size: 16px;
}
@media screen and (max-width: 640px) {
  .field-wrap {
    padding: 0px;
    width: 100%;
    margin-bottom: 20px;
  }
  .field-wrap:last-child {
    margin-bottom: 0px;
  }
}
.field-wrap .md-errors-spacer {
  min-height: 0;
}
.field-wrap md-checkbox {
  margin-bottom: 0px;
}
.field-wrap h4 {
  color: rgba(0, 0, 0, 0.87);
  margin-bottom: 0px;
}
.field-wrap p {
  color: rgba(0, 0, 0, 0.87);
  margin-top: 5px;
  margin-bottom: 10px;
}

.bnb-email-login {
  background-color: #fff;
  border-radius: 4px;
  max-width: 520px;
  margin: 0 auto 25px auto;
  padding: 15px 0;
}
.bnb-email-login p {
  font-size: 16px;
  padding: 15px;
  color: rgba(0, 0, 0, 0.87);
}
.bnb-email-login p.note {
  color: #999;
  font-size: 14px;
}
.bnb-email-login .field-wrap {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.bnb-email-login .md-button {
  margin: 1em 0.5em !important;
}
.bnb-email-login .continue-btn {
  min-width: 180px;
}
@media screen and (min-width: 760px) {
  .bnb-email-login .continue-btn {
    min-width: 240px;
  }
  .bnb-email-login .cancel-btn {
    min-width: 180px;
  }
}

.required {
  color: #fa3e3e;
}

.peek-users .avatar {
  border-radius: 50%;
  display: inline-block;
  width: 80px;
  height: 80px;
  object-fit: cover;
  margin: 0 10px 0 0;
}

.bnb-version {
  color: rgba(0, 0, 0, 0.64);
  font-size: 11px;
  padding: 15px;
}

.bnb-manage,
.bnb-manage-single {
  text-align: left;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}
.bnb-manage h1,
.bnb-manage-single h1 {
  margin-bottom: 20px;
}
.bnb-manage h3,
.bnb-manage-single h3 {
  font-size: 16px;
}
.bnb-manage .tab-badge,
.bnb-manage-single .tab-badge {
  background: #2addb2;
  color: white;
  border-radius: 10px;
  padding: 2px 8px;
  font-size: 12px;
  margin-left: 6px;
}
.bnb-manage .tab-content,
.bnb-manage-single .tab-content {
  padding: 20px 0;
}
.bnb-manage .status-filter,
.bnb-manage-single .status-filter {
  display: flex;
  gap: 8px;
  margin-bottom: 16px;
}
.bnb-manage .status-filter .md-button,
.bnb-manage-single .status-filter .md-button {
  text-transform: capitalize;
}
.bnb-manage table,
.bnb-manage-single table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 16px;
}
.bnb-manage table th,
.bnb-manage table td,
.bnb-manage-single table th,
.bnb-manage-single table td {
  padding: 12px;
  text-align: left;
  border-bottom: 1px solid #ddd;
}
.bnb-manage table th,
.bnb-manage-single table th {
  font-weight: 600;
  color: rgba(0, 0, 0, 0.64);
  background: #eee;
}
.bnb-manage table tr:hover,
.bnb-manage-single table tr:hover {
  background: #eee;
}
.bnb-manage .change-type,
.bnb-manage-single .change-type {
  display: inline-block;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 500;
}
.bnb-manage .change-type.create,
.bnb-manage-single .change-type.create {
  background: #dcfce7;
  color: #166534;
}
.bnb-manage .change-type.edit,
.bnb-manage-single .change-type.edit {
  background: #fef3c7;
  color: #92400e;
}
.bnb-manage .system-badge,
.bnb-manage-single .system-badge {
  background: #e0e7ff;
  color: #3730a3;
  padding: 2px 8px;
  border-radius: 4px;
  font-size: 12px;
}
.bnb-manage .empty-state,
.bnb-manage-single .empty-state {
  text-align: center;
  padding: 60px 20px;
  color: rgba(0, 0, 0, 0.64);
}
.bnb-manage .empty-state md-icon,
.bnb-manage .empty-state .paper-icon,
.bnb-manage-single .empty-state md-icon,
.bnb-manage-single .empty-state .paper-icon {
  color: #2addb2;
  margin-bottom: 16px;
}
.bnb-manage .empty-state h3,
.bnb-manage-single .empty-state h3 {
  margin: 0 0 8px 0;
  color: rgba(0, 0, 0, 0.87);
}
.bnb-manage .empty-state p,
.bnb-manage-single .empty-state p {
  margin: 0;
  color: #ccc;
}
.bnb-manage .loading-state,
.bnb-manage .error-state,
.bnb-manage-single .loading-state,
.bnb-manage-single .error-state {
  text-align: center;
  padding: 60px 20px;
}
.bnb-manage .loading-state p,
.bnb-manage .error-state p,
.bnb-manage-single .loading-state p,
.bnb-manage-single .error-state p {
  margin-top: 16px;
  color: rgba(0, 0, 0, 0.64);
}
.bnb-manage .error-state .paper-icon,
.bnb-manage-single .error-state .paper-icon {
  color: #ef4444;
}
.bnb-manage .error-state h3,
.bnb-manage-single .error-state h3 {
  color: rgba(0, 0, 0, 0.87);
  margin: 16px 0 8px;
}
.bnb-manage .error-state .md-button,
.bnb-manage-single .error-state .md-button {
  margin-top: 16px;
}
.bnb-manage .stats-section .stats-header,
.bnb-manage-single .stats-section .stats-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  padding: 12px 16px;
  background: #eee;
  border-radius: 8px;
}
.bnb-manage .stats-section .stats-header .cached-info,
.bnb-manage-single .stats-section .stats-header .cached-info {
  color: rgba(0, 0, 0, 0.64);
  font-size: 14px;
}
.bnb-manage .stats-section .stats-grid,
.bnb-manage-single .stats-section .stats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
  margin-bottom: 40px;
}
.bnb-manage .stats-section .stats-card,
.bnb-manage-single .stats-section .stats-card {
  background: white;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 20px;
}
.bnb-manage .stats-section .stats-card h3,
.bnb-manage-single .stats-section .stats-card h3 {
  margin: 0 0 16px 0;
  font-size: 16px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.87);
  border-bottom: 1px solid #ddd;
  padding-bottom: 12px;
}
.bnb-manage .stats-section .stats-card .stat-row,
.bnb-manage-single .stats-section .stats-card .stat-row {
  display: flex;
  justify-content: space-between;
  padding: 8px 0;
  border-bottom: 1px solid #eee;
}
.bnb-manage .stats-section .stats-card .stat-row:last-child,
.bnb-manage-single .stats-section .stats-card .stat-row:last-child {
  border-bottom: none;
}
.bnb-manage .stats-section .stats-card .stat-label,
.bnb-manage-single .stats-section .stats-card .stat-label {
  color: rgba(0, 0, 0, 0.64);
}
.bnb-manage .stats-section .stats-card .stat-value,
.bnb-manage-single .stats-section .stats-card .stat-value {
  font-weight: 600;
  color: rgba(0, 0, 0, 0.87);
}
.bnb-manage .stats-section .stats-card .stat-value.highlight-green,
.bnb-manage-single .stats-section .stats-card .stat-value.highlight-green {
  color: #16a34a;
}
.bnb-manage .stats-section .stats-card .stat-value.highlight-red,
.bnb-manage-single .stats-section .stats-card .stat-value.highlight-red {
  color: #dc2626;
}
.bnb-manage .stats-section .stats-card .stat-value.highlight-yellow,
.bnb-manage-single .stats-section .stats-card .stat-value.highlight-yellow {
  color: #d97706;
}
.bnb-manage .stats-section .stats-tables .stats-table-section,
.bnb-manage-single .stats-section .stats-tables .stats-table-section {
  margin-bottom: 40px;
}
.bnb-manage .stats-section .stats-tables .stats-table-section h3,
.bnb-manage-single .stats-section .stats-tables .stats-table-section h3 {
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 16px 0;
  color: rgba(0, 0, 0, 0.87);
}
.bnb-manage .stats-section .highlight-green,
.bnb-manage-single .stats-section .highlight-green {
  color: #16a34a;
}
.bnb-manage .stats-section .highlight-red,
.bnb-manage-single .stats-section .highlight-red {
  color: #dc2626;
}
.bnb-manage .stats-section .highlight-yellow,
.bnb-manage-single .stats-section .highlight-yellow {
  color: #d97706;
}
.bnb-manage .reports-section .tab-badge.warn,
.bnb-manage-single .reports-section .tab-badge.warn {
  background: #ef4444;
}
.bnb-manage .reports-section .user-info small,
.bnb-manage-single .reports-section .user-info small {
  color: rgba(0, 0, 0, 0.64);
}
.bnb-manage .reports-section .report-count-badge,
.bnb-manage-single .reports-section .report-count-badge {
  display: inline-block;
  background: #fef3c7;
  color: #92400e;
  padding: 2px 8px;
  border-radius: 4px;
  font-size: 11px;
  margin-left: 8px;
}
.bnb-manage .reports-section .status-badge,
.bnb-manage-single .reports-section .status-badge {
  display: inline-block;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 500;
}
.bnb-manage .reports-section .status-badge.pending,
.bnb-manage-single .reports-section .status-badge.pending {
  background: #fef3c7;
  color: #92400e;
}
.bnb-manage .reports-section .status-badge.reviewed,
.bnb-manage-single .reports-section .status-badge.reviewed {
  background: #e0e7ff;
  color: #3730a3;
}
.bnb-manage .reports-section .status-badge.dismissed,
.bnb-manage-single .reports-section .status-badge.dismissed {
  background: #ddd;
  color: rgba(0, 0, 0, 0.64);
}
.bnb-manage .reports-section .status-badge.action_taken,
.bnb-manage-single .reports-section .status-badge.action_taken {
  background: #dcfce7;
  color: #166534;
}
.bnb-manage .reports-section .status-badge.warned,
.bnb-manage-single .reports-section .status-badge.warned {
  background: #fef3c7;
  color: #92400e;
}
.bnb-manage .reports-section .status-badge.banned,
.bnb-manage-single .reports-section .status-badge.banned {
  background: #fee2e2;
  color: #dc2626;
}
.bnb-manage .reports-section .reason-badge,
.bnb-manage-single .reports-section .reason-badge {
  display: inline-block;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 12px;
  background: #ddd;
  color: rgba(0, 0, 0, 0.87);
}
.bnb-manage .reports-section .reason-badge.scam, .bnb-manage .reports-section .reason-badge.harassment,
.bnb-manage-single .reports-section .reason-badge.scam,
.bnb-manage-single .reports-section .reason-badge.harassment {
  background: #fee2e2;
  color: #dc2626;
}
.bnb-manage .reports-section .reason-badge.spam, .bnb-manage .reports-section .reason-badge.fake_profile,
.bnb-manage-single .reports-section .reason-badge.spam,
.bnb-manage-single .reports-section .reason-badge.fake_profile {
  background: #fef3c7;
  color: #92400e;
}
.bnb-manage .reports-section .report-description,
.bnb-manage-single .reports-section .report-description {
  color: rgba(0, 0, 0, 0.64);
  font-style: italic;
  max-width: 200px;
  display: inline-block;
}
.bnb-manage .reports-section .action-buttons,
.bnb-manage-single .reports-section .action-buttons {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  align-items: center;
}

.chat-viewer-dialog {
  max-width: 800px;
  width: 800px;
}

.chat-viewer .chat-viewer-header {
  margin-bottom: 20px;
  padding-bottom: 16px;
  border-bottom: 1px solid #ddd;
}
.chat-viewer .chat-viewer-header h2 {
  margin: 0 0 4px 0;
}
.chat-viewer .chat-viewer-header small {
  color: rgba(0, 0, 0, 0.64);
}
.chat-viewer .conversations-list {
  max-height: 60vh;
  overflow-y: auto;
}
.chat-viewer .conversation-card {
  border: 1px solid #ddd;
  border-radius: 8px;
  margin-bottom: 16px;
  overflow: hidden;
}
.chat-viewer .conversation-card .conversation-header {
  background: #eee;
  padding: 12px 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #ddd;
}
.chat-viewer .conversation-card .conversation-header small {
  color: rgba(0, 0, 0, 0.64);
}
.chat-viewer .conversation-card .messages-list {
  padding: 16px;
  max-height: 300px;
  overflow-y: auto;
  background: #fafafa;
}
.chat-viewer .conversation-card .message-item {
  margin-bottom: 12px;
  padding: 10px 14px;
  border-radius: 8px;
  max-width: 80%;
}
.chat-viewer .conversation-card .message-item.sent {
  background: #fee2e2;
  margin-left: auto;
  border: 1px solid #fecaca;
}
.chat-viewer .conversation-card .message-item.received {
  background: white;
  border: 1px solid #ddd;
}
.chat-viewer .conversation-card .message-item .message-meta {
  display: flex;
  justify-content: space-between;
  margin-bottom: 6px;
  font-size: 12px;
}
.chat-viewer .conversation-card .message-item .message-meta .sender-name {
  font-weight: 600;
  color: rgba(0, 0, 0, 0.87);
}
.chat-viewer .conversation-card .message-item .message-meta .message-time {
  color: rgba(0, 0, 0, 0.64);
}
.chat-viewer .conversation-card .message-item .message-content {
  color: rgba(0, 0, 0, 0.87);
  line-height: 1.4;
  word-break: break-word;
}

.bnb-image-field {
  position: relative;
}
.bnb-image-field .remove {
  position: absolute;
  top: 0px;
  right: 0px;
  background-color: rgba(255, 255, 255, 0.8);
  border-bottom-left-radius: 5px;
  border-left: 1px solid #999;
  border-bottom: 1px solid #999;
}
.bnb-image-field .loader {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -25px;
  margin-top: -25px;
}
.bnb-image-field.default .image-preview {
  width: 100px;
}
.bnb-image-field.for-profile {
  display: inline-block;
  width: 150px;
  height: 150px;
  position: relative;
  border-radius: 4px;
  border: 1px solid #999;
  overflow: hidden;
}
.bnb-image-field.for-profile .add {
  cursor: pointer;
  position: absolute;
  top: 0px;
  left: 0px;
  font-size: 48px;
  line-height: 150px;
  width: 100%;
  text-align: center;
}
.bnb-image-field.for-profile .add.text {
  font-size: 15px;
}
.bnb-image-field.for-profile .image-preview {
  object-fit: cover;
  object-position: 50% 50%;
  height: 100%;
  width: 100%;
}

.screen-reader-text {
  font-size: 0;
}

.initials-avatar {
  /* A green circle */
  height: 36px;
  width: 36px;
  border-radius: 50%;
  background-color: #8a4fff;
  /* White initials */
  color: white;
  font-size: 16px;
  font-weight: bold;
  /* And centered */
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.bnb-tags-listing {
  padding: 1em;
  text-align: left;
}
.bnb-tags-listing ul {
  padding-left: 0px;
}
.bnb-tags-listing ul li {
  margin-bottom: 8px;
  padding: 5px 6px;
}
.bnb-tags-listing ul li a {
  color: rgba(0, 0, 0, 0.87);
  text-decoration: none;
}

.bnb-request-city-dialog {
  text-align: center;
  max-width: 480px;
}
.bnb-request-city-dialog md-input-container {
  text-align: left;
}
.bnb-request-city-dialog .buttons {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.shepherd-image {
  width: 150px;
  display: block;
  margin: 0 auto;
}

.shepherd-element {
  width: 95%;
  max-width: 500px;
  border-radius: 4px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  border: 1px solid #999;
  padding: 0px;
}

.shepherd-button {
  border-radius: 4px;
  padding: 8px 15px;
  border: none;
}

.shepherd-button:not(:disabled) {
  background: #2addb2;
  color: #fff;
}
.shepherd-button:not(:disabled).shepherd-button-secondary {
  background: #999;
}

.shepherd-button:not(:disabled):hover {
  background: rgb(29.1821862348, 182.8178137652, 145.9109311741);
}
.shepherd-button:not(:disabled):hover.shepherd-button-secondary {
  color: #fff;
  background: #777;
}

.shepherd-header {
  padding: 10px 15px !important;
}
.shepherd-header .shepherd-title {
  font-weight: bold;
  margin: 0px;
}

.shepherd-footer {
  margin-top: 5px;
  background-color: #fff;
  align-items: center;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  display: flex;
  justify-content: space-between;
  padding: 0 20px 20px 20px;
}
.shepherd-footer .shepherd-button:last-child {
  margin-right: 0;
}

.shepherd-progress {
  font-size: 0.8rem;
  color: rgba(0, 0, 0, 0.64);
}

.shepherd-text {
  padding: 15px 20px !important;
}
.shepherd-text .pac-tour-image {
  width: 100%;
}

.bnb-avatar-default {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  color: #fff;
  background-color: #8a4fff;
  text-transform: uppercase;
  border-radius: 50%;
  letter-spacing: normal;
  width: 36px;
  height: 36px;
  line-height: 36px;
  font-size: 16px;
}
.bnb-avatar-default.connection-avatar {
  width: 56px;
  height: 56px;
  min-width: 56px;
  min-height: 56px;
  line-height: 56px;
  font-size: 22px;
  margin-right: 10px;
}

.bnb-sort-options {
  padding: 0 8px;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.87);
  display: flex;
  gap: 10px;
}
.bnb-sort-options a {
  text-decoration: none;
  align-items: center;
  justify-content: center;
  display: flex;
  gap: 3px;
  color: rgba(0, 0, 0, 0.64);
}
.bnb-sort-options a.active {
  color: #8a4fff;
}
.bnb-sort-options a.active .order {
  display: inline-block;
}
.bnb-sort-options a.active .order .paper-icon {
  color: #8a4fff;
}
.bnb-sort-options .order {
  display: none;
  width: 14px;
  height: 14px;
  margin-top: -6px;
}

.confirmation-dialog {
  max-width: 400px;
  width: 400px;
  overflow: hidden;
  border-radius: 4px;
}
.confirmation-dialog md-progress-linear {
  margin: -2em 0 calc(2em - 5px) -2em !important;
  width: calc(100% + 4em) !important;
  z-index: 2;
}
.confirmation-dialog .title {
  font-weight: bold;
  color: rgba(0, 0, 0, 0.64);
}
.confirmation-dialog .md-icon-button {
  position: absolute;
  top: -30px;
  right: -30px;
  margin-right: -8px;
}
.confirmation-dialog .md-icon-button md-icon {
  font-size: 36px;
  color: rgba(0, 0, 0, 0.64);
}
@media (max-width: 760px) {
  .confirmation-dialog .md-icon-button {
    position: absolute;
    top: 0px;
    right: 10px;
  }
  .confirmation-dialog .md-icon-button md-icon {
    font-size: 24px;
  }
}
.confirmation-dialog md-toolbar {
  background: none;
  flex-shrink: 0;
}
.confirmation-dialog md-toolbar .md-toolbar-tools {
  padding: 1em 0 1em 0;
  height: auto;
  max-height: fit-content;
  background: #fff;
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 95%, rgba(255, 255, 255, 0) 100%);
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.confirmation-dialog md-toolbar .md-toolbar-tools h2 {
  display: block;
  width: 100%;
  padding-left: 0.5em;
  padding-right: 0.5em;
  word-break: break-word;
  text-align: center;
  font-size: 1.3em;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.64);
}
.confirmation-dialog md-toolbar .md-toolbar-tools h2 .icon {
  vertical-align: middle;
  margin-right: 5px;
}
.confirmation-dialog .md-dialog-content {
  padding: 2em;
}
@media (max-width: 760px) {
  .confirmation-dialog .md-dialog-content {
    padding: 1em;
  }
}
.confirmation-dialog md-dialog-actions {
  justify-content: center;
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
  padding: 2em 0 0;
}
.confirmation-dialog md-dialog-actions .bnb-even-spacing {
  width: 100%;
}
.confirmation-dialog md-dialog-actions .pac-btn {
  justify-content: center;
  flex: 1;
}
.confirmation-dialog > .actions {
  position: relative;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  margin: 2em -2em -2em;
  padding: 0.5em 2em;
  background: #f3f3f3;
  border-top: solid 1px #eee;
  box-sizing: content-box;
  z-index: 2;
}
.confirmation-dialog .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0.5;
  z-index: 1;
}
.confirmation-dialog input {
  max-width: 100%;
}

.report-user-dialog {
  max-width: 360px;
  border-radius: 8px;
  overflow: hidden;
}
.report-user-dialog md-dialog-content {
  padding: 24px !important;
  text-align: left;
}
.report-user-dialog .report-header {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 1.3em;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.87);
  margin: 0 0 4px;
}
.report-user-dialog .report-header md-icon {
  color: #8a4fff;
  flex-grow: 0;
}
.report-user-dialog .report-header span {
  flex-grow: 1;
}
.report-user-dialog .report-subtitle {
  color: rgba(0, 0, 0, 0.64);
  font-size: 0.9em;
  margin: 0 0 16px;
}
.report-user-dialog md-dialog-actions {
  padding: 16px 24px;
  background: #f3f3f3;
  margin: 0;
  border-top: 1px solid #eee;
}

.pac-confirmation-dialog .actions {
  margin: 0;
  box-sizing: border-box;
}

.bnb-even-spacing {
  display: flex;
  white-space: nowrap;
  align-items: center;
}
.bnb-even-spacing.centered {
  flex-grow: 1;
  width: 100%;
  justify-content: center;
}
.bnb-even-spacing.align-right {
  justify-content: flex-end;
}
.bnb-even-spacing > * {
  margin-right: 0.5em;
}
.bnb-even-spacing > *:last-child {
  margin-right: 0;
}

.bnb-bread-crumbs {
  padding: 1px 0 7px 0;
}
.bnb-bread-crumbs ol {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
.bnb-bread-crumbs li {
  display: inline;
  font-size: 14px;
  color: #666;
}
.bnb-bread-crumbs li:not(:last-child)::after {
  content: "›";
  margin: 0 5px;
  color: #999;
}
@media screen and (max-width: 640px) {
  .bnb-bread-crumbs li:not(:last-child)::after {
    margin: 0 5px 0 2px;
  }
}
.bnb-bread-crumbs a {
  color: #8a4fff;
  text-decoration: none;
  text-transform: capitalize;
}
.bnb-bread-crumbs a[aria-current=page] {
  color: #333;
  font-weight: bold;
  pointer-events: none;
}

.bnb-warning-badge {
  text-align: center;
  padding: 10px;
  max-width: 90%;
  color: #fff;
  border-radius: 4px;
  background-color: rgb(250.6439393939, 86.8560606061, 86.8560606061);
}

.nav-left-item {
  flex: 0 1 auto;
  margin-right: auto;
}

.gm-style-iw {
  display: flex;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: center !important;
  padding-bottom: 0px !important;
  padding-left: 0px !important;
  gap: 10px;
}

.critical-info-missing {
  position: relative;
  display: inline-block;
  margin-left: 8px;
}
.critical-info-missing .red-dot {
  width: 8px;
  height: 8px;
  background-color: #e74c3c;
  border-radius: 50%;
  display: inline-block;
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.6;
    transform: scale(1.1);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.business-link-wrap {
  margin: 1em 0 2em 0;
}
.business-link-wrap .view-business-btn {
  background-color: #f8f9fa;
  border: 1px solid #dee2e6;
  color: #495057;
}
.business-link-wrap .view-business-btn:hover {
  background-color: #e9ecef;
}

.discover-gyms {
  margin-left: 12px;
  display: inline-block;
}

.discovery-dialog.wide-dialog .md-dialog {
  max-width: 900px !important;
  width: 90% !important;
}
.discovery-dialog .selection-controls {
  display: flex;
  gap: 12px;
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid #eee;
}
.discovery-dialog .selection-controls .md-button {
  display: flex;
  align-items: center;
  gap: 8px;
}
.discovery-dialog .selection-controls .md-button md-icon {
  margin-right: 4px;
}
.discovery-dialog .gym-list {
  max-height: 500px;
  overflow-y: auto;
  padding-right: 8px;
}
.discovery-dialog .gym-list .gym-item {
  display: flex;
  align-items: flex-start;
  padding: 12px 8px;
  border-bottom: 1px solid #eee;
  transition: background-color 0.2s;
}
.discovery-dialog .gym-list .gym-item:hover {
  background-color: #f9f9f9;
}
.discovery-dialog .gym-list .gym-item:last-child {
  border-bottom: none;
}
.discovery-dialog .gym-list .gym-item input[type=checkbox] {
  margin-right: 12px;
  margin-top: 4px;
  accent-color: #8a4fff;
  cursor: pointer;
  transform: scale(1.2);
}
.discovery-dialog .gym-list .gym-item label {
  flex: 1;
  cursor: pointer;
  line-height: 1.4;
}
.discovery-dialog .gym-list .gym-item label strong {
  display: inline-block;
  color: #333;
  margin-bottom: 4px;
  font-size: 16px;
}
.discovery-dialog .gym-list .gym-item label .activities {
  display: inline-block;
  color: #666;
  font-size: 14px;
  margin-left: 8px;
}
.discovery-dialog .gym-list .gym-item label .location {
  display: block;
  color: #888;
  font-size: 13px;
  margin-top: 4px;
}
.discovery-dialog .gym-list .gym-item label .venue-link {
  display: inline-flex;
  align-items: center;
  margin-left: 12px;
  color: #8a4fff;
  text-decoration: none;
  font-size: 13px;
  transition: color 0.2s;
}
.discovery-dialog .gym-list .gym-item label .venue-link:hover {
  color: rgb(104.0965909091, 28, 255);
  text-decoration: underline;
}
.discovery-dialog .gym-list .gym-item label .venue-link md-icon {
  margin-right: 4px;
}

.bnb-image-gallery {
  position: relative;
  width: 100%;
}
.bnb-image-gallery .gallery-swiper {
  border-radius: 8px;
  overflow: hidden;
}
.bnb-image-gallery .gallery-swiper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}
.bnb-image-gallery .gallery-swiper .gallery-image {
  width: 100%;
  height: 250px;
  object-fit: cover;
  cursor: pointer;
}
@media (min-width: 760px) {
  .bnb-image-gallery .gallery-swiper .gallery-image {
    height: 350px;
  }
}
.bnb-image-gallery .gallery-image.single {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 8px;
}
@media (min-width: 760px) {
  .bnb-image-gallery .gallery-image.single {
    height: 350px;
  }
}
.bnb-image-gallery .gallery-thumbnails {
  display: none;
}
@media (min-width: 760px) {
  .bnb-image-gallery .gallery-thumbnails {
    display: flex;
    gap: 8px;
    margin-top: 12px;
    overflow-x: auto;
    padding: 4px 0;
  }
  .bnb-image-gallery .gallery-thumbnails .thumbnail {
    flex-shrink: 0;
    width: 60px;
    height: 60px;
    border: 2px solid transparent;
    border-radius: 4px;
    padding: 0;
    cursor: pointer;
    transition: border-color 0.2s;
    background: none;
  }
  .bnb-image-gallery .gallery-thumbnails .thumbnail.active {
    border-color: #2addb2;
  }
  .bnb-image-gallery .gallery-thumbnails .thumbnail:hover {
    border-color: #ccc;
  }
  .bnb-image-gallery .gallery-thumbnails .thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 2px;
  }
}
.bnb-image-gallery .gallery-lightbox {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bnb-image-gallery .gallery-lightbox .lightbox-backdrop {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.95);
}
.bnb-image-gallery .gallery-lightbox .close-button {
  position: absolute;
  top: 20px;
  right: 20px;
  color: white;
  background: rgba(0, 0, 0, 0.5);
  border: 2px solid rgba(255, 255, 255, 0.5);
  cursor: pointer;
  z-index: 1001;
  padding: 8px;
  border-radius: 50%;
  transition: all 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bnb-image-gallery .gallery-lightbox .close-button .paper-icon,
.bnb-image-gallery .gallery-lightbox .close-button md-icon {
  font-size: 28px;
  color: white;
}
.bnb-image-gallery .gallery-lightbox .close-button:hover {
  background: rgba(255, 255, 255, 0.2);
  border-color: white;
}
.bnb-image-gallery .gallery-lightbox .lightbox-swiper {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 90vw;
  max-height: 90vh;
  pointer-events: none;
}
.bnb-image-gallery .gallery-lightbox .lightbox-swiper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}
.bnb-image-gallery .gallery-lightbox .lightbox-swiper .lightbox-image {
  max-width: 100%;
  max-height: 85vh;
  object-fit: contain;
  pointer-events: auto;
}
.bnb-image-gallery .gallery-lightbox .lightbox-swiper .swiper-button-next,
.bnb-image-gallery .gallery-lightbox .lightbox-swiper .swiper-button-prev {
  color: white;
  pointer-events: auto;
}
.bnb-image-gallery .gallery-lightbox .lightbox-swiper .swiper-pagination {
  pointer-events: auto;
}
.bnb-image-gallery .gallery-lightbox .lightbox-swiper .swiper-pagination-bullet {
  background: white;
}

md-dialog.bnb-deletion-dialog {
  max-width: 400px;
  width: 90vw;
}

.bnb-deletion-dialog .retention-message {
  background-color: #fff8e1;
  border-left: 4px solid #ffc107;
  padding: 16px;
  margin-bottom: 20px;
  border-radius: 4px;
}
.bnb-deletion-dialog .retention-message p {
  margin: 0;
  color: #5d4037;
}
.bnb-deletion-dialog .feedback-section {
  margin-bottom: 20px;
}
.bnb-deletion-dialog .feedback-section .feedback-intro {
  color: #666;
  font-size: 14px;
  margin-bottom: 12px;
}
.bnb-deletion-dialog .feedback-section md-input-container {
  width: 100%;
}
.bnb-deletion-dialog .field-wrap {
  width: 100%;
}
.bnb-deletion-dialog .field-wrap md-input-container {
  width: 100%;
}
.bnb-deletion-dialog .dialog-actions {
  display: flex;
  gap: 12px;
  justify-content: flex-end;
  margin-top: 20px;
  flex-wrap: wrap;
}
.bnb-deletion-dialog .loading-state {
  display: flex;
  justify-content: center;
  padding: 20px;
}

.deletions-section .reason-cell {
  max-width: 300px;
}
.deletions-section .reason-cell .reason-text {
  white-space: pre-wrap;
  word-break: break-word;
}
.deletions-section .reason-cell .no-reason {
  color: #999;
  font-style: italic;
}
.deletions-section .refresh-button {
  margin-bottom: 20px;
  text-align: right;
}

.gyms-section .gyms-controls {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 20px;
  padding: 16px;
  background: #eee;
  border-radius: 8px;
  align-items: flex-end;
}
.gyms-section .gyms-controls .city-filter {
  display: flex;
  align-items: center;
  gap: 10px;
}
.gyms-section .gyms-controls .city-filter label {
  font-weight: 500;
  color: rgba(0, 0, 0, 0.64);
}
.gyms-section .gyms-controls .city-filter .city-select {
  padding: 8px 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 14px;
  min-width: 150px;
}
.gyms-section .gyms-controls .bulk-actions {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-left: auto;
}
.gyms-section .gyms-table .checkbox-col {
  width: 50px;
  text-align: center;
}
.gyms-section .gyms-table tr.no-email {
  opacity: 0.6;
}
.gyms-section .gyms-table tr.no-email td {
  color: rgba(0, 0, 0, 0.64);
}
.gyms-section .gyms-table tr.claimed {
  background: #f0fdf4;
}
.gyms-section .gyms-table .email-col {
  font-size: 13px;
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.gyms-section .gyms-table .no-email-badge {
  background: #fef2f2;
  color: #dc2626;
  padding: 2px 8px;
  border-radius: 4px;
  font-size: 11px;
  font-weight: 500;
}
.gyms-section .gyms-table .status-badge {
  display: inline-block;
  padding: 2px 8px;
  border-radius: 4px;
  font-size: 11px;
  font-weight: 500;
  margin-right: 4px;
}
.gyms-section .gyms-table .status-badge.claimed {
  background: #dcfce7;
  color: #166534;
}
.gyms-section .gyms-table .status-badge.verified {
  background: #dbeafe;
  color: #1d4ed8;
}
.gyms-section .gyms-table .sent-date {
  color: #166534;
  font-size: 13px;
}
.gyms-section .gyms-table .not-sent {
  color: #999;
  font-size: 13px;
  font-style: italic;
}
.gyms-section .gyms-table .edit-link {
  color: #8a4fff;
  text-decoration: none;
  font-weight: 500;
}
.gyms-section .gyms-table .edit-link:hover {
  text-decoration: underline;
}
.gyms-section .pagination-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
  padding: 16px;
  background: #eee;
  border-radius: 8px;
}
.gyms-section .pagination-controls .pagination-info {
  color: rgba(0, 0, 0, 0.64);
  margin: 0;
}

.admin-info-section {
  margin-top: 20px;
  padding: 16px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
}
.admin-info-section h4 {
  margin: 0 0 12px 0;
  font-size: 14px;
  font-weight: 600;
  color: #64748b;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.admin-info-section .admin-info-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 12px;
}
.admin-info-section .admin-info-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
}
.admin-info-section .admin-info-item .label {
  font-weight: 500;
  color: #475569;
}
.admin-info-section .admin-info-item .value {
  color: #0f172a;
}
.admin-info-section .admin-info-item .value.sent {
  color: #16a34a;
}
.admin-info-section .admin-info-item .value.not-sent {
  color: #94a3b8;
  font-style: italic;
}