input[type=range] {
  width: 300px;
}

ul[rn-carousel] {
  overflow: hidden;
  padding: 0;
  white-space: nowrap;
  position: relative;
  -ms-perspective: 1000px;
  perspective: 1000px;
  touch-action: pan-y;
}

ul[rn-carousel]>li {
  color: #000;
  backface-visibility: hidden;
  overflow: visible;
  vertical-align: top;
  position: absolute;
  left: 0;
  right: 0;
  white-space: normal;
  padding: 0;
  margin: 0;
  list-style-type: none;
  width: 100%;
  height: 100%;
  display: inline-block;
}

ul[rn-carousel-buffered]>li {
  display: none;
}

ul[rn-carousel-transition=hexagon] {
  overflow: visible;
}

div.rn-carousel-indicator span {
  cursor: pointer;
  color: #666;
}

div.rn-carousel-indicator span.active {
  color: #fff;
}

.rn-carousel-control {
  transition: opacity .2s ease-out;
  font-size: 2rem;
  position: absolute;
  top: 40%;
  opacity: .75;
  cursor: pointer;
}

.rn-carousel-control:hover {
  opacity: 1;
}

.rn-carousel-control.rn-carousel-control-prev {
  left: .5em;
}

.rn-carousel-control.rn-carousel-control-prev:before {
  content: "<";
}

.rn-carousel-control.rn-carousel-control-next {
  right: .5em;
}

.rn-carousel-control.rn-carousel-control-next:before {
  content: ">";
}
/*!
 * Angular Material Design
 * https://github.com/angular/material
 * @license MIT
 * v1.1.0-rc.5
 */

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

.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 0px 0px 1px rgba(0, 0, 0, 0.3);
}

@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: transparent;
  -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.010em;
  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.010em;
  line-height: 24px;
}

/************
 * Body Copy
 ************/

.md-body-1 {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.010em;
  line-height: 20px;
}

.md-body-2 {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.010em;
  line-height: 24px;
}

.md-caption {
  font-size: 12px;
  letter-spacing: 0.020em;
}

.md-button {
  letter-spacing: 0.010em;
}

/************
 * Defaults
 ************/

button,
select,
html,
textarea,
input {
  font-family: Roboto, "Helvetica Neue", 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
*
*
*/

/* IE10-IE11 column-flex bug fix (set proper default value) */

.layout-column > .flex {
  -ms-flex-basis: auto;
  flex-basis: auto;
}

@keyframes md-autocomplete-list-out {
  0% {
    animation-timing-function: linear;
  }

  50% {
    opacity: 0;
    height: 40px;
    animation-timing-function: ease-in;
  }

  100% {
    height: 0;
    opacity: 0;
  }
}

@keyframes md-autocomplete-list-in {
  0% {
    opacity: 0;
    height: 0;
    animation-timing-function: ease-out;
  }

  50% {
    opacity: 0;
    height: 40px;
  }

  100% {
    opacity: 1;
    height: 40px;
  }
}

md-autocomplete {
  border-radius: 2px;
  display: block;
  height: 40px;
  position: relative;
  overflow: visible;
  min-width: 190px;
}

md-autocomplete[disabled] input {
  cursor: default;
}

md-autocomplete[md-floating-label] {
  border-radius: 0;
  background: transparent;
  height: auto;
}

md-autocomplete[md-floating-label] md-input-container {
  padding-bottom: 0px;
}

md-autocomplete[md-floating-label] md-autocomplete-wrap {
  height: auto;
}

md-autocomplete[md-floating-label] button {
  position: absolute;
  top: auto;
  bottom: 0;
  right: 0;
  width: 30px;
  height: 30px;
}

md-autocomplete md-autocomplete-wrap {
  display: block;
  position: relative;
  overflow: visible;
  height: 40px;
}

md-autocomplete md-autocomplete-wrap.md-menu-showing {
  z-index: 51;
}

md-autocomplete md-autocomplete-wrap md-progress-linear {
  position: absolute;
  bottom: -2px;
  left: 0;
}

md-autocomplete md-autocomplete-wrap md-progress-linear.md-inline {
  bottom: 40px;
  right: 2px;
  left: 2px;
  width: auto;
}

md-autocomplete md-autocomplete-wrap md-progress-linear ._md-mode-indeterminate {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  transition: none;
}

md-autocomplete md-autocomplete-wrap md-progress-linear ._md-mode-indeterminate .md-container {
  transition: none;
  height: 3px;
}

md-autocomplete md-autocomplete-wrap md-progress-linear ._md-mode-indeterminate.ng-enter {
  transition: opacity 0.15s linear;
}

md-autocomplete md-autocomplete-wrap md-progress-linear ._md-mode-indeterminate.ng-enter.ng-enter-active {
  opacity: 1;
}

md-autocomplete md-autocomplete-wrap md-progress-linear ._md-mode-indeterminate.ng-leave {
  transition: opacity 0.15s linear;
}

md-autocomplete md-autocomplete-wrap md-progress-linear ._md-mode-indeterminate.ng-leave.ng-leave-active {
  opacity: 0;
}

md-autocomplete input:not(.md-input) {
  font-size: 14px;
  box-sizing: border-box;
  border: none;
  box-shadow: none;
  outline: none;
  background: transparent;
  width: 100%;
  padding: 0 15px;
  line-height: 40px;
  height: 40px;
}

md-autocomplete input:not(.md-input)::-ms-clear {
  display: none;
}

md-autocomplete button {
  position: relative;
  line-height: 20px;
  text-align: center;
  width: 30px;
  height: 30px;
  cursor: pointer;
  border: none;
  border-radius: 50%;
  padding: 0;
  font-size: 12px;
  background: transparent;
  margin: auto 5px;
}

md-autocomplete button:after {
  content: '';
  position: absolute;
  top: -6px;
  right: -6px;
  bottom: -6px;
  left: -6px;
  border-radius: 50%;
  transform: scale(0);
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}

md-autocomplete button:focus {
  outline: none;
}

md-autocomplete button:focus:after {
  transform: scale(1);
  opacity: 1;
}

md-autocomplete button md-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0) scale(0.9);
}

md-autocomplete button md-icon path {
  stroke-width: 0;
}

md-autocomplete button.ng-enter {
  transform: scale(0);
  transition: transform 0.15s ease-out;
}

md-autocomplete button.ng-enter.ng-enter-active {
  transform: scale(1);
}

md-autocomplete button.ng-leave {
  transition: transform 0.15s ease-out;
}

md-autocomplete button.ng-leave.ng-leave-active {
  transform: scale(0);
}

@media screen and (-ms-high-contrast: active) {
  md-autocomplete input {
    border: 1px solid #fff;
  }

  md-autocomplete li:focus {
    color: #fff;
  }
}

.md-virtual-repeat-container.md-autocomplete-suggestions-container {
  position: absolute;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  height: 225.5px;
  max-height: 225.5px;
  z-index: 100;
}

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

.md-autocomplete-suggestions {
  margin: 0;
  list-style: none;
  padding: 0;
}

.md-autocomplete-suggestions li {
  font-size: 14px;
  overflow: hidden;
  padding: 0 15px;
  line-height: 48px;
  height: 48px;
  transition: background 0.15s linear;
  margin: 0;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.md-autocomplete-suggestions li:focus {
  outline: none;
}

.md-autocomplete-suggestions li:not(.md-not-found-wrapper) {
  cursor: pointer;
}

@media screen and (-ms-high-contrast: active) {
  md-autocomplete,
  .md-autocomplete-suggestions {
    border: 1px solid #fff;
  }
}

md-backdrop {
  transition: opacity 450ms;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 50;
}

md-backdrop._md-menu-backdrop {
  position: fixed !important;
  z-index: 99;
}

md-backdrop._md-select-backdrop {
  z-index: 81;
  transition-duration: 0;
}

md-backdrop._md-dialog-backdrop {
  z-index: 79;
}

md-backdrop._md-bottom-sheet-backdrop {
  z-index: 69;
}

md-backdrop._md-sidenav-backdrop {
  z-index: 59;
}

md-backdrop._md-click-catcher {
  position: absolute;
}

md-backdrop.md-opaque {
  opacity: .48;
}

md-backdrop.md-opaque.ng-enter {
  opacity: 0;
}

md-backdrop.md-opaque.ng-enter.md-opaque.ng-enter-active {
  opacity: .48;
}

md-backdrop.md-opaque.ng-leave {
  opacity: .48;
  transition: opacity 400ms;
}

md-backdrop.md-opaque.ng-leave.md-opaque.ng-leave-active {
  opacity: 0;
}

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

.md-button {
  border-radius: 3px;
  box-sizing: border-box;
  color: currentColor;
  -webkit-user-select: none;
  user-select: none;
  position: relative;
  outline: none;
  border: 0;
  display: inline-block;
  align-items: center;
  padding: 0 6px;
  margin: 6px 8px;
  line-height: 36px;
  min-height: 36px;
  background: transparent;
  white-space: nowrap;
  min-width: 88px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  font-style: inherit;
  font-variant: inherit;
  font-family: inherit;
  text-decoration: none;
  cursor: pointer;
  overflow: hidden;
  transition: box-shadow 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), background-color 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.md-button:focus {
  outline: none;
}

.md-button:hover,
.md-button:focus {
  text-decoration: none;
}

.md-button.ng-hide,
.md-button.ng-leave {
  transition: none;
}

.md-button.md-cornered {
  border-radius: 0;
}

.md-button.md-icon {
  padding: 0;
  background: none;
}

.md-button.md-raised:not([disabled]) {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
}

.md-button.md-icon-button {
  margin: 0 6px;
  height: 40px;
  min-width: 0;
  line-height: 24px;
  padding: 8px;
  width: 40px;
  border-radius: 50%;
}

.md-button.md-icon-button .md-ripple-container {
  border-radius: 50%;
  background-clip: padding-box;
  overflow: hidden;
  -webkit-mask-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC");
}

.md-button.md-fab {
  z-index: 20;
  line-height: 56px;
  min-width: 0;
  width: 56px;
  height: 56px;
  vertical-align: middle;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  border-radius: 50%;
  background-clip: padding-box;
  overflow: hidden;
  transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
  transition-property: background-color, box-shadow, transform;
}

.md-button.md-fab.md-fab-bottom-right {
  top: auto;
  right: 20px;
  bottom: 20px;
  left: auto;
  position: absolute;
}

.md-button.md-fab.md-fab-bottom-left {
  top: auto;
  right: auto;
  bottom: 20px;
  left: 20px;
  position: absolute;
}

.md-button.md-fab.md-fab-top-right {
  top: 20px;
  right: 20px;
  bottom: auto;
  left: auto;
  position: absolute;
}

.md-button.md-fab.md-fab-top-left {
  top: 20px;
  right: auto;
  bottom: auto;
  left: 20px;
  position: absolute;
}

.md-button.md-fab .md-ripple-container {
  border-radius: 50%;
  background-clip: padding-box;
  overflow: hidden;
  -webkit-mask-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC");
}

.md-button.md-fab.md-mini {
  line-height: 40px;
  width: 40px;
  height: 40px;
}

.md-button.md-fab.ng-hide,
.md-button.md-fab.ng-leave {
  transition: none;
}

.md-button:not([disabled]).md-raised.md-focused,
.md-button:not([disabled]).md-fab.md-focused {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
}

.md-button:not([disabled]).md-raised:active,
.md-button:not([disabled]).md-fab:active {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4);
}

.md-button .md-ripple-container {
  border-radius: 3px;
  background-clip: padding-box;
  overflow: hidden;
  -webkit-mask-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC");
}

.md-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-bottom-sheet {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 8px 16px 88px 16px;
  z-index: 70;
  border-top-width: 1px;
  border-top-style: solid;
  transform: translate3d(0, 80px, 0);
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition-property: transform;
}

md-bottom-sheet.md-has-header {
  padding-top: 0;
}

md-bottom-sheet.ng-enter {
  opacity: 0;
  transform: translate3d(0, 100%, 0);
}

md-bottom-sheet.ng-enter-active {
  opacity: 1;
  display: block;
  transform: translate3d(0, 80px, 0) !important;
}

md-bottom-sheet.ng-leave-active {
  transform: translate3d(0, 100%, 0) !important;
  transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
}

md-bottom-sheet .md-subheader {
  background-color: transparent;
  font-family: Roboto, "Helvetica Neue", sans-serif;
  line-height: 56px;
  padding: 0;
  white-space: nowrap;
}

md-bottom-sheet md-inline-icon {
  display: inline-block;
  height: 24px;
  width: 24px;
  fill: #444;
}

md-bottom-sheet md-list-item {
  display: flex;
  outline: none;
}

md-bottom-sheet md-list-item:hover {
  cursor: pointer;
}

md-bottom-sheet.md-list md-list-item {
  padding: 0;
  align-items: center;
  height: 48px;
}

md-bottom-sheet.md-grid {
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 0;
}

md-bottom-sheet.md-grid md-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  transition: all 0.5s;
  align-items: center;
}

md-bottom-sheet.md-grid md-list-item {
  flex-direction: column;
  align-items: center;
  transition: all 0.5s;
  height: 96px;
  margin-top: 8px;
  margin-bottom: 8px;
  /* Mixin for how many grid items to show per row */
}

@media (max-width: 960px) {
  md-bottom-sheet.md-grid md-list-item {
    flex: 1 1 33.33333%;
    max-width: 33.33333%;
  }

  md-bottom-sheet.md-grid md-list-item:nth-of-type(3n + 1) {
    align-items: flex-start;
  }

  md-bottom-sheet.md-grid md-list-item:nth-of-type(3n) {
    align-items: flex-end;
  }
}

@media (min-width: 960px) and (max-width: 1279px) {
  md-bottom-sheet.md-grid md-list-item {
    flex: 1 1 25%;
    max-width: 25%;
  }
}

@media (min-width: 1280px) and (max-width: 1919px) {
  md-bottom-sheet.md-grid md-list-item {
    flex: 1 1 16.66667%;
    max-width: 16.66667%;
  }
}

@media (min-width: 1920px) {
  md-bottom-sheet.md-grid md-list-item {
    flex: 1 1 14.28571%;
    max-width: 14.28571%;
  }
}

md-bottom-sheet.md-grid md-list-item .md-list-item-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 48px;
  padding-bottom: 16px;
}

md-bottom-sheet.md-grid md-list-item .md-grid-item-content {
  border: 1px solid transparent;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 80px;
}

md-bottom-sheet.md-grid md-list-item .md-grid-text {
  font-weight: 400;
  line-height: 16px;
  font-size: 13px;
  margin: 0;
  white-space: nowrap;
  width: 64px;
  text-align: center;
  text-transform: none;
  padding-top: 8px;
}

@media screen and (-ms-high-contrast: active) {
  md-bottom-sheet {
    border: 1px solid #fff;
  }
}

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: 0;
  margin-right: auto;
  margin-right: initial;
  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: 0;
  margin-left: auto;
  margin-left: initial;
  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-card-header-text {
  max-height: 40px;
}

md-card md-card-header md-card-avatar + md-card-header-text .md-title {
  font-size: 14px;
}

md-card md-card-header md-card-header-text {
  display: flex;
  flex: 1;
  flex-direction: column;
}

md-card md-card-header md-card-header-text .md-subhead {
  font-size: 14px;
}

md-card > img,
md-card > :not(md-card-content) img {
  box-sizing: border-box;
  display: flex;
  flex: 0 0 auto;
  width: 100%;
  height: 100% !important;
}

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: 0;
  margin-left: auto;
  margin-left: initial;
  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: 0;
  margin-right: auto;
  margin-right: initial;
  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: 0;
  margin-left: auto;
  margin-left: initial;
  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: 0;
  margin-right: auto;
  margin-right: initial;
  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-inline-form md-checkbox {
  margin: 19px 0 18px;
}

md-checkbox {
  box-sizing: border-box;
  display: inline-block;
  margin-bottom: 16px;
  white-space: nowrap;
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
  user-select: none;
  position: relative;
  min-width: 20px;
  min-height: 20px;
  margin-left: 0;
  margin-right: 16px;
}

[dir=rtl] md-checkbox {
  margin-left: 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;
  right: auto;
}

[dir=rtl] md-checkbox ._md-container {
  left: 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: none;
}

md-checkbox.md-checked ._md-icon:after {
  box-sizing: border-box;
  transform: rotate(45deg);
  position: absolute;
  left: 6.66667px;
  top: 2.22222px;
  display: table;
  width: 6.66667px;
  height: 13.33333px;
  border-width: 2px;
  border-style: solid;
  border-top: 0;
  border-left: 0;
  content: '';
}

md-checkbox[disabled] {
  cursor: default;
}

md-checkbox.md-indeterminate ._md-icon:after {
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: table;
  width: 12px;
  height: 2px;
  border-width: 2px;
  border-style: solid;
  border-top: 0;
  border-left: 0;
  content: '';
}

md-checkbox ._md-label {
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  -webkit-user-select: text;
  user-select: text;
  margin-left: 30px;
  margin-right: 0;
}

[dir=rtl] md-checkbox ._md-label {
  margin-left: 0;
}

[dir=rtl] md-checkbox ._md-label {
  margin-right: 30px;
}

.md-contact-chips .md-chips md-chip {
  padding: 0 25px 0 0;
}

[dir=rtl] .md-contact-chips .md-chips md-chip {
  padding: 0 0 0 25px;
}

.md-contact-chips .md-chips md-chip .md-contact-avatar {
  float: left;
}

[dir=rtl] .md-contact-chips .md-chips md-chip .md-contact-avatar {
  float: right;
}

.md-contact-chips .md-chips md-chip .md-contact-avatar img {
  height: 32px;
  border-radius: 16px;
}

.md-contact-chips .md-chips md-chip .md-contact-name {
  display: inline-block;
  height: 32px;
  margin-left: 8px;
}

[dir=rtl] .md-contact-chips .md-chips md-chip .md-contact-name {
  margin-left: 0;
  margin-left: auto;
  margin-left: initial;
  margin-right: 8px;
}

.md-contact-suggestion {
  height: 56px;
}

.md-contact-suggestion img {
  height: 40px;
  border-radius: 20px;
  margin-top: 8px;
}

.md-contact-suggestion .md-contact-name {
  margin-left: 8px;
  width: 120px;
}

[dir=rtl] .md-contact-suggestion .md-contact-name {
  margin-left: 0;
  margin-left: auto;
  margin-left: initial;
  margin-right: 8px;
}

.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 {
  display: block;
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 16px;
  padding: 0 0 8px 3px;
  vertical-align: middle;
}

.md-chips:after {
  content: '';
  display: table;
  clear: both;
}

[dir=rtl] .md-chips {
  padding: 0 3px 8px 0;
}

.md-chips.md-readonly ._md-chip-input-container {
  min-height: 32px;
}

.md-chips:not(.md-readonly) {
  cursor: text;
}

.md-chips:not(.md-readonly) md-chip:not(.md-readonly) {
  padding-right: 22px;
}

[dir=rtl] .md-chips:not(.md-readonly) md-chip:not(.md-readonly) {
  padding-right: 0;
  padding-right: auto;
  padding-right: initial;
  padding-left: 22px;
}

.md-chips:not(.md-readonly) md-chip:not(.md-readonly) ._md-chip-content {
  padding-right: 4px;
}

[dir=rtl] .md-chips:not(.md-readonly) md-chip:not(.md-readonly) ._md-chip-content {
  padding-right: 0;
  padding-right: auto;
  padding-right: initial;
  padding-left: 4px;
}

.md-chips md-chip {
  cursor: default;
  border-radius: 16px;
  display: block;
  height: 32px;
  line-height: 32px;
  margin: 8px 8px 0 0;
  padding: 0 12px 0 12px;
  float: left;
  box-sizing: border-box;
  max-width: 100%;
  position: relative;
}

[dir=rtl] .md-chips md-chip {
  margin: 8px 0 0 8px;
}

[dir=rtl] .md-chips md-chip {
  float: right;
}

.md-chips md-chip ._md-chip-content {
  display: block;
  float: left;
  white-space: nowrap;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}

[dir=rtl] .md-chips md-chip ._md-chip-content {
  float: right;
}

.md-chips md-chip ._md-chip-content:focus {
  outline: none;
}

.md-chips md-chip._md-chip-content-edit-is-enabled {
  -webkit-user-select: none;
  /* 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;
  line-height: 22px;
}

[dir=rtl] .md-chips md-chip ._md-chip-remove-container {
  right: 0;
  right: auto;
  right: initial;
  left: 0;
}

.md-chips md-chip ._md-chip-remove {
  text-align: center;
  width: 32px;
  height: 32px;
  min-width: 0;
  padding: 0;
  background: transparent;
  border: none;
  box-shadow: none;
  margin: 0;
  position: relative;
}

.md-chips md-chip ._md-chip-remove md-icon {
  height: 18px;
  width: 18px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}

.md-chips ._md-chip-input-container {
  display: block;
  line-height: 32px;
  margin: 8px 8px 0 0;
  padding: 0;
  float: left;
}

[dir=rtl] .md-chips ._md-chip-input-container {
  margin: 8px 0 0 8px;
}

[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-content {
  display: block;
  position: relative;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

md-content[md-scroll-y] {
  overflow-y: auto;
  overflow-x: hidden;
}

md-content[md-scroll-x] {
  overflow-x: auto;
  overflow-y: hidden;
}

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

@media print {
  md-content {
    overflow: visible !important;
  }
}

/** Styles for mdCalendar. */

md-calendar {
  font-size: 13px;
  -webkit-user-select: none;
  user-select: none;
}

.md-calendar-scroll-mask {
  display: inline-block;
  overflow: hidden;
  height: 308px;
}

.md-calendar-scroll-mask .md-virtual-repeat-scroller {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

.md-calendar-scroll-mask .md-virtual-repeat-scroller::-webkit-scrollbar {
  display: none;
}

.md-calendar-scroll-mask .md-virtual-repeat-offsetter {
  width: 100%;
}

.md-calendar-scroll-container {
  box-shadow: inset -3px 3px 6px rgba(0, 0, 0, 0.2);
  display: inline-block;
  height: 308px;
  width: 346px;
}

.md-calendar-date {
  height: 44px;
  width: 44px;
  text-align: center;
  padding: 0;
  border: none;
  box-sizing: content-box;
}

.md-calendar-date:first-child {
  padding-left: 16px;
}

[dir=rtl] .md-calendar-date:first-child {
  padding-left: 0;
  padding-left: auto;
  padding-left: initial;
  padding-right: 16px;
}

.md-calendar-date:last-child {
  padding-right: 16px;
}

[dir=rtl] .md-calendar-date:last-child {
  padding-right: 0;
  padding-right: auto;
  padding-right: initial;
  padding-left: 16px;
}

.md-calendar-date.md-calendar-date-disabled {
  cursor: default;
}

.md-calendar-date-selection-indicator {
  transition: background-color, color 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  border-radius: 50%;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
}

.md-calendar-date:not(.md-disabled) .md-calendar-date-selection-indicator {
  cursor: pointer;
}

.md-calendar-month-label {
  height: 44px;
  font-size: 14px;
  font-weight: 500;
  padding: 0 0 0 24px;
}

[dir=rtl] .md-calendar-month-label {
  padding: 0 24px 0 0;
}

md-calendar-month .md-calendar-month-label:not(.md-calendar-month-label-disabled) {
  cursor: pointer;
}

.md-calendar-day-header {
  table-layout: fixed;
  border-spacing: 0;
  border-collapse: collapse;
}

.md-calendar-day-header th {
  height: 44px;
  width: 44px;
  text-align: center;
  padding: 0;
  border: none;
  box-sizing: content-box;
  font-weight: normal;
  height: 40px;
}

.md-calendar-day-header th:first-child {
  padding-left: 16px;
}

[dir=rtl] .md-calendar-day-header th:first-child {
  padding-left: 0;
  padding-left: auto;
  padding-left: initial;
  padding-right: 16px;
}

.md-calendar-day-header th:last-child {
  padding-right: 16px;
}

[dir=rtl] .md-calendar-day-header th:last-child {
  padding-right: 0;
  padding-right: auto;
  padding-right: initial;
  padding-left: 16px;
}

.md-calendar {
  table-layout: fixed;
  border-spacing: 0;
  border-collapse: collapse;
}

.md-calendar tr:last-child td {
  border-bottom-width: 1px;
  border-bottom-style: solid;
}

.md-calendar:first-child {
  border-top: 1px solid transparent;
}

.md-calendar tbody,
.md-calendar td,
.md-calendar tr {
  vertical-align: middle;
  box-sizing: content-box;
}

/** Styles for mdDatepicker. */

md-datepicker {
  white-space: nowrap;
  overflow: hidden;
  padding-right: 18px;
  margin-right: -18px;
  vertical-align: middle;
}

[dir=rtl] md-datepicker {
  padding-right: 0;
  padding-right: auto;
  padding-right: initial;
  padding-left: 18px;
}

[dir=rtl] md-datepicker {
  margin-right: 0;
  margin-right: auto;
  margin-right: initial;
  margin-left: -18px;
}

.md-inline-form md-datepicker {
  margin-top: 12px;
}

.md-datepicker-button {
  display: inline-block;
  box-sizing: border-box;
  background: none;
}

.md-datepicker-input {
  font-size: 14px;
  box-sizing: border-box;
  border: none;
  box-shadow: none;
  outline: none;
  background: transparent;
  min-width: 120px;
  max-width: 328px;
}

.md-datepicker-input::-ms-clear {
  display: none;
}

.md-datepicker-input-container {
  position: relative;
  padding-bottom: 5px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  display: inline-block;
  width: auto;
  margin-left: 12px;
}

[dir=rtl] .md-datepicker-input-container {
  margin-left: 0;
  margin-left: auto;
  margin-left: initial;
  margin-right: 12px;
}

.md-datepicker-input-container.md-datepicker-focused {
  border-bottom-width: 2px;
}

.md-datepicker-is-showing .md-scroll-mask {
  z-index: 99;
}

.md-datepicker-calendar-pane {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  border-width: 1px;
  border-style: solid;
  background: transparent;
  transform: scale(0);
  transform-origin: 0 0;
  transition: transform 0.2s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.md-datepicker-calendar-pane.md-pane-open {
  transform: scale(1);
}

.md-datepicker-input-mask {
  height: 40px;
  width: 340px;
  position: relative;
  background: transparent;
  pointer-events: none;
  cursor: text;
}

.md-datepicker-input-mask-opaque {
  position: absolute;
  right: 0;
  left: 120px;
  height: 100%;
  margin-left: -1px;
}

.md-datepicker-calendar {
  opacity: 0;
  transition: opacity 0.2s cubic-bezier(0.5, 0, 0.25, 1);
}

.md-pane-open .md-datepicker-calendar {
  opacity: 1;
}

.md-datepicker-calendar md-calendar:focus {
  outline: none;
}

.md-datepicker-expand-triangle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid;
}

.md-datepicker-triangle-button {
  position: absolute;
  right: 0;
  top: 0;
  transform: translateY(-25%) translateX(45%);
}

[dir=rtl] .md-datepicker-triangle-button {
  right: 0;
  right: auto;
  right: initial;
  left: 0;
}

[dir=rtl] .md-datepicker-triangle-button {
  transform: translateY(-25%) translateX(-45%);
}

.md-datepicker-triangle-button.md-button.md-icon-button {
  height: 100%;
  width: 36px;
  position: absolute;
}

md-datepicker[disabled] .md-datepicker-input-container {
  border-bottom-color: transparent;
}

md-datepicker[disabled] .md-datepicker-triangle-button {
  display: none;
}

.md-datepicker-open .md-datepicker-input-container {
  margin-left: -12px;
  margin-bottom: -5px;
  border: none;
}

[dir=rtl] .md-datepicker-open .md-datepicker-input-container {
  margin-left: 0;
  margin-left: auto;
  margin-left: initial;
  margin-right: -12px;
}

.md-datepicker-open .md-datepicker-input {
  margin-left: 24px;
  height: 40px;
}

[dir=rtl] .md-datepicker-open .md-datepicker-input {
  margin-left: 0;
  margin-left: auto;
  margin-left: initial;
  margin-right: 24px;
}

.md-datepicker-open .md-datepicker-triangle-button {
  display: none;
}

.md-datepicker-pos-adjusted .md-datepicker-input-mask {
  display: none;
}

.md-datepicker-calendar-pane .md-calendar {
  transform: translateY(-85px);
  transition: transform 0.65s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition-delay: 0.125s;
}

.md-datepicker-calendar-pane.md-pane-open .md-calendar {
  transform: translateY(0);
}

.md-dialog-is-showing {
  max-height: 100%;
}

.md-dialog-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 80;
  overflow: hidden;
}

md-dialog {
  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._md-transition-in {
  opacity: 1;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transform: translate(0, 0) scale(1);
}

md-dialog._md-transition-out {
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transform: translate(0, 100%) scale(0.2);
}

md-dialog > form {
  display: 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;
  padding-left: 16px;
  min-height: 52px;
  overflow: hidden;
}

[dir=rtl] md-dialog .md-actions,
[dir=rtl] md-dialog md-dialog-actions {
  padding-right: 16px;
}

[dir=rtl] md-dialog .md-actions,
[dir=rtl] md-dialog md-dialog-actions {
  padding-left: 8px;
}

md-dialog .md-actions .md-button,
md-dialog md-dialog-actions .md-button {
  margin-bottom: 8px;
  margin-left: 8px;
  margin-right: 0;
  margin-top: 8px;
}

[dir=rtl] md-dialog .md-actions .md-button,
[dir=rtl] md-dialog md-dialog-actions .md-button {
  margin-left: 0;
}

[dir=rtl] md-dialog .md-actions .md-button,
[dir=rtl] md-dialog md-dialog-actions .md-button {
  margin-right: 8px;
}

md-dialog.md-content-overflow .md-actions,
md-dialog.md-content-overflow md-dialog-actions {
  border-top-width: 1px;
  border-top-style: solid;
}

@media screen and (-ms-high-contrast: active) {
  md-dialog {
    border: 1px solid #fff;
  }
}

@media (max-width: 959px) {
  md-dialog.md-dialog-fullscreen {
    min-height: 100%;
    min-width: 100%;
    border-radius: 0;
  }
}

md-divider {
  display: block;
  border-top-width: 1px;
  border-top-style: solid;
  margin: 0;
}

md-divider[md-inset] {
  margin-left: 80px;
}

[dir=rtl] md-divider[md-inset] {
  margin-left: 0;
  margin-left: auto;
  margin-left: initial;
  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-fab-speed-dial {
  position: relative;
  display: flex;
  align-items: center;
  z-index: 20;
  /*
   * Hide some graphics glitches if switching animation types
   */
  /*
   * Handle the animations
   */
}

md-fab-speed-dial.md-fab-bottom-right {
  top: auto;
  right: 20px;
  bottom: 20px;
  left: auto;
  position: absolute;
}

md-fab-speed-dial.md-fab-bottom-left {
  top: auto;
  right: auto;
  bottom: 20px;
  left: 20px;
  position: absolute;
}

md-fab-speed-dial.md-fab-top-right {
  top: 20px;
  right: 20px;
  bottom: auto;
  left: auto;
  position: absolute;
}

md-fab-speed-dial.md-fab-top-left {
  top: 20px;
  right: auto;
  bottom: auto;
  left: 20px;
  position: absolute;
}

md-fab-speed-dial:not(.md-hover-full) {
  pointer-events: none;
}

md-fab-speed-dial:not(.md-hover-full) md-fab-trigger,
md-fab-speed-dial:not(.md-hover-full) .md-fab-action-item {
  pointer-events: auto;
}

md-fab-speed-dial:not(.md-hover-full).md-is-open {
  pointer-events: auto;
}

md-fab-speed-dial ._md-css-variables {
  z-index: 20;
}

md-fab-speed-dial.md-is-open .md-fab-action-item {
  align-items: center;
}

md-fab-speed-dial md-fab-actions {
  display: flex;
  height: auto;
}

md-fab-speed-dial md-fab-actions .md-fab-action-item {
  transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
}

md-fab-speed-dial.md-down {
  flex-direction: column;
}

md-fab-speed-dial.md-down md-fab-trigger {
  order: 1;
}

md-fab-speed-dial.md-down md-fab-actions {
  flex-direction: column;
  order: 2;
}

md-fab-speed-dial.md-up {
  flex-direction: column;
}

md-fab-speed-dial.md-up md-fab-trigger {
  order: 2;
}

md-fab-speed-dial.md-up md-fab-actions {
  flex-direction: column-reverse;
  order: 1;
}

md-fab-speed-dial.md-left {
  flex-direction: row;
}

md-fab-speed-dial.md-left md-fab-trigger {
  order: 2;
}

md-fab-speed-dial.md-left md-fab-actions {
  flex-direction: row-reverse;
  order: 1;
}

md-fab-speed-dial.md-left md-fab-actions .md-fab-action-item {
  transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
}

md-fab-speed-dial.md-right {
  flex-direction: row;
}

md-fab-speed-dial.md-right md-fab-trigger {
  order: 1;
}

md-fab-speed-dial.md-right md-fab-actions {
  flex-direction: row;
  order: 2;
}

md-fab-speed-dial.md-right md-fab-actions .md-fab-action-item {
  transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
}

md-fab-speed-dial.md-fling-remove .md-fab-action-item > *,
md-fab-speed-dial.md-scale-remove .md-fab-action-item > * {
  visibility: hidden;
}

md-fab-speed-dial.md-fling .md-fab-action-item {
  opacity: 1;
}

md-fab-speed-dial.md-fling._md-animations-waiting .md-fab-action-item {
  opacity: 0;
  transition-duration: 0s;
}

md-fab-speed-dial.md-scale .md-fab-action-item {
  transform: scale(0);
  transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
  transition-duration: 0.14286s;
}

md-fab-toolbar {
  display: block;
  /*
   * Closed styling
   */
  /*
   * Hover styling
   */
}

md-fab-toolbar.md-fab-bottom-right {
  top: auto;
  right: 20px;
  bottom: 20px;
  left: auto;
  position: absolute;
}

md-fab-toolbar.md-fab-bottom-left {
  top: auto;
  right: auto;
  bottom: 20px;
  left: 20px;
  position: absolute;
}

md-fab-toolbar.md-fab-top-right {
  top: 20px;
  right: 20px;
  bottom: auto;
  left: auto;
  position: absolute;
}

md-fab-toolbar.md-fab-top-left {
  top: 20px;
  right: auto;
  bottom: auto;
  left: 20px;
  position: absolute;
}

md-fab-toolbar ._md-fab-toolbar-wrapper {
  display: block;
  position: relative;
  overflow: hidden;
  height: 68px;
}

md-fab-toolbar md-fab-trigger {
  position: absolute;
  z-index: 20;
}

md-fab-toolbar md-fab-trigger button {
  overflow: visible !important;
}

md-fab-toolbar md-fab-trigger ._md-fab-toolbar-background {
  display: block;
  position: absolute;
  z-index: 21;
  opacity: 1;
  transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
}

md-fab-toolbar md-fab-trigger md-icon {
  position: relative;
  z-index: 22;
  opacity: 1;
  transition: all 200ms ease-in;
}

md-fab-toolbar.md-left md-fab-trigger {
  right: 0;
}

[dir=rtl] md-fab-toolbar.md-left md-fab-trigger {
  right: 0;
  right: auto;
  right: initial;
  left: 0;
}

md-fab-toolbar.md-left .md-toolbar-tools {
  flex-direction: row-reverse;
}

md-fab-toolbar.md-left .md-toolbar-tools > .md-button:first-child {
  margin-right: 0.6rem;
}

[dir=rtl] md-fab-toolbar.md-left .md-toolbar-tools > .md-button:first-child {
  margin-right: 0;
  margin-right: auto;
  margin-right: initial;
  margin-left: 0.6rem;
}

md-fab-toolbar.md-left .md-toolbar-tools > .md-button:first-child {
  margin-left: -0.8rem;
}

[dir=rtl] md-fab-toolbar.md-left .md-toolbar-tools > .md-button:first-child {
  margin-left: 0;
  margin-left: auto;
  margin-left: initial;
  margin-right: -0.8rem;
}

md-fab-toolbar.md-left .md-toolbar-tools > .md-button:last-child {
  margin-right: 8px;
}

[dir=rtl] md-fab-toolbar.md-left .md-toolbar-tools > .md-button:last-child {
  margin-right: 0;
  margin-right: auto;
  margin-right: initial;
  margin-left: 8px;
}

md-fab-toolbar.md-right md-fab-trigger {
  left: 0;
}

[dir=rtl] md-fab-toolbar.md-right md-fab-trigger {
  left: 0;
  left: auto;
  left: initial;
  right: 0;
}

md-fab-toolbar.md-right .md-toolbar-tools {
  flex-direction: row;
}

md-fab-toolbar md-toolbar {
  background-color: transparent !important;
  pointer-events: none;
  z-index: 23;
}

md-fab-toolbar md-toolbar .md-toolbar-tools {
  padding: 0 20px;
  margin-top: 3px;
}

md-fab-toolbar md-toolbar .md-fab-action-item {
  opacity: 0;
  transform: scale(0);
  transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
  transition-duration: 0.15s;
}

md-fab-toolbar.md-is-open md-fab-trigger > button {
  box-shadow: none;
}

md-fab-toolbar.md-is-open md-fab-trigger > button md-icon {
  opacity: 0;
}

md-fab-toolbar.md-is-open .md-fab-action-item {
  opacity: 1;
  transform: scale(1);
}

md-grid-list {
  box-sizing: border-box;
  display: block;
  position: relative;
}

md-grid-list md-grid-tile,
md-grid-list md-grid-tile > figure,
md-grid-list md-grid-tile-header,
md-grid-list md-grid-tile-footer {
  box-sizing: border-box;
}

md-grid-list md-grid-tile {
  display: block;
  position: absolute;
}

md-grid-list md-grid-tile figure {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0;
  margin: 0;
}

md-grid-list md-grid-tile md-grid-tile-header,
md-grid-list md-grid-tile md-grid-tile-footer {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 48px;
  color: #fff;
  background: rgba(0, 0, 0, 0.18);
  overflow: hidden;
  position: absolute;
  left: 0;
  right: 0;
}

md-grid-list md-grid-tile md-grid-tile-header h3,
md-grid-list md-grid-tile md-grid-tile-header h4,
md-grid-list md-grid-tile md-grid-tile-footer h3,
md-grid-list md-grid-tile md-grid-tile-footer h4 {
  font-weight: 400;
  margin: 0 0 0 16px;
}

md-grid-list md-grid-tile md-grid-tile-header h3,
md-grid-list md-grid-tile md-grid-tile-footer h3 {
  font-size: 14px;
}

md-grid-list md-grid-tile md-grid-tile-header h4,
md-grid-list md-grid-tile md-grid-tile-footer h4 {
  font-size: 12px;
}

md-grid-list md-grid-tile md-grid-tile-header {
  top: 0;
}

md-grid-list md-grid-tile md-grid-tile-footer {
  bottom: 0;
}

@media screen and (-ms-high-contrast: active) {
  md-grid-tile {
    border: 1px solid #fff;
  }

  md-grid-tile-footer {
    border-top: 1px solid #fff;
  }
}

md-icon {
  margin: auto;
  background-repeat: no-repeat no-repeat;
  display: inline-block;
  vertical-align: middle;
  fill: currentColor;
  height: 24px;
  width: 24px;
  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-list {
  display: block;
  padding: 8px 0px 8px 0px;
}

md-list .md-subheader {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.010em;
  line-height: 1.2em;
}

md-list.md-dense md-list-item,
md-list.md-dense md-list-item ._md-list-item-inner {
  min-height: 48px;
}

md-list.md-dense md-list-item md-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: 0;
  margin-right: auto;
  margin-right: initial;
  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: 0;
  margin-right: auto;
  margin-right: initial;
  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: 0;
  margin-left: auto;
  margin-left: initial;
  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 div.md-button:first-child::before,
md-list.md-dense md-list-item.md-2-line > ._md-no-style div.md-button:first-child::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 div.md-button:first-child::before,
md-list.md-dense md-list-item.md-3-line > ._md-no-style div.md-button:first-child::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;
  background-color: initial;
  font-weight: 400;
  text-align: left;
  border: medium none;
}

[dir=rtl] md-list-item._md-button-wrap > div.md-button:first-child {
  text-align: right;
}

md-list-item._md-button-wrap > div.md-button:first-child > .md-button:first-child {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  margin: 0;
  padding: 0;
}

md-list-item._md-button-wrap > div.md-button:first-child ._md-list-item-inner {
  width: 100%;
  height: 100%;
}

md-list-item._md-no-proxy,
md-list-item ._md-no-style {
  position: relative;
  padding: 0px 16px;
  flex: 1 1 auto;
}

md-list-item._md-no-proxy.md-button,
md-list-item ._md-no-style.md-button {
  font-size: inherit;
  height: inherit;
  text-align: left;
  text-transform: none;
  width: 100%;
  white-space: normal;
  flex-direction: inherit;
  align-items: inherit;
  border-radius: 0;
  margin: 0;
}

[dir=rtl] md-list-item._md-no-proxy.md-button,
[dir=rtl]
      md-list-item ._md-no-style.md-button {
  text-align: right;
}

md-list-item._md-no-proxy.md-button > .md-ripple-container,
md-list-item ._md-no-style.md-button > .md-ripple-container {
  border-radius: 0;
}

md-list-item._md-no-proxy:focus,
md-list-item ._md-no-style:focus {
  outline: none;
}

md-list-item.md-clickable:hover {
  cursor: pointer;
}

md-list-item md-divider {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

[dir=rtl] md-list-item md-divider {
  left: 0;
  left: auto;
  left: initial;
  right: 0;
}

md-list-item md-divider[md-inset] {
  left: 72px;
  width: calc(100% - 72px);
  margin: 0 !important;
}

[dir=rtl] md-list-item md-divider[md-inset] {
  left: 0;
  left: auto;
  left: initial;
  right: 72px;
}

md-list-item,
md-list-item ._md-list-item-inner {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  min-height: 48px;
  height: auto;
}

md-list-item > div.md-primary > md-icon:not(.md-avatar-icon),
md-list-item > div.md-secondary > md-icon:not(.md-avatar-icon),
md-list-item > md-icon:first-child:not(.md-avatar-icon),
md-list-item > md-icon.md-secondary:not(.md-avatar-icon),
md-list-item ._md-list-item-inner > div.md-primary > md-icon:not(.md-avatar-icon),
md-list-item ._md-list-item-inner > div.md-secondary > md-icon:not(.md-avatar-icon),
md-list-item ._md-list-item-inner > md-icon:first-child:not(.md-avatar-icon),
md-list-item ._md-list-item-inner > md-icon.md-secondary:not(.md-avatar-icon) {
  width: 24px;
  margin-top: 16px;
  margin-bottom: 12px;
  box-sizing: content-box;
}

md-list-item > div.md-primary > md-checkbox,
md-list-item > div.md-secondary > md-checkbox,
md-list-item > md-checkbox,
md-list-item md-checkbox.md-secondary,
md-list-item ._md-list-item-inner > div.md-primary > md-checkbox,
md-list-item ._md-list-item-inner > div.md-secondary > md-checkbox,
md-list-item ._md-list-item-inner > md-checkbox,
md-list-item ._md-list-item-inner md-checkbox.md-secondary {
  align-self: center;
}

md-list-item > div.md-primary > md-checkbox .md-label,
md-list-item > div.md-secondary > md-checkbox .md-label,
md-list-item > md-checkbox .md-label,
md-list-item md-checkbox.md-secondary .md-label,
md-list-item ._md-list-item-inner > div.md-primary > md-checkbox .md-label,
md-list-item ._md-list-item-inner > div.md-secondary > md-checkbox .md-label,
md-list-item ._md-list-item-inner > md-checkbox .md-label,
md-list-item ._md-list-item-inner md-checkbox.md-secondary .md-label {
  display: none;
}

md-list-item > md-icon:first-child:not(.md-avatar-icon),
md-list-item ._md-list-item-inner > md-icon:first-child:not(.md-avatar-icon) {
  margin-right: 32px;
}

[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: 0;
  margin-right: auto;
  margin-right: initial;
  margin-left: 32px;
}

md-list-item .md-avatar,
md-list-item .md-avatar-icon,
md-list-item ._md-list-item-inner .md-avatar,
md-list-item ._md-list-item-inner .md-avatar-icon {
  margin-top: 8px;
  margin-bottom: 8px;
  margin-right: 16px;
  border-radius: 50%;
  box-sizing: content-box;
}

[dir=rtl] md-list-item .md-avatar,
[dir=rtl] md-list-item .md-avatar-icon,
[dir=rtl]
      md-list-item ._md-list-item-inner .md-avatar,
[dir=rtl]
      md-list-item ._md-list-item-inner .md-avatar-icon {
  margin-right: 0;
  margin-right: auto;
  margin-right: initial;
  margin-left: 16px;
}

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;
  margin-right: 29px;
  margin-top: 16px;
}

[dir=rtl] md-list-item > md-checkbox,
[dir=rtl]
      md-list-item ._md-list-item-inner > md-checkbox {
  margin-left: 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-secondary-container,
md-list-item ._md-list-item-inner ._md-secondary-container {
  display: flex;
  align-items: center;
  margin: auto;
  margin-right: 0;
  margin-left: auto;
}

[dir=rtl] md-list-item ._md-secondary-container,
[dir=rtl]
      md-list-item ._md-list-item-inner ._md-secondary-container {
  margin-right: 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: 0px;
}

[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: 0;
  margin-right: auto;
  margin-right: initial;
  margin-left: 0px;
}

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: 0;
  margin-right: auto;
  margin-right: initial;
  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: 0;
  margin-right: auto;
  margin-right: initial;
  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: 0;
  margin-left: auto;
  margin-left: initial;
  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.010em;
  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.010em;
  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.010em;
  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 div.md-button:first-child::before,
md-list-item.md-2-line > ._md-no-style div.md-button:first-child::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 div.md-button:first-child::before,
md-list-item.md-3-line > ._md-no-style div.md-button:first-child::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-input-container {
  display: inline-block;
  position: relative;
  padding: 2px;
  margin: 18px 0;
  vertical-align: middle;
  /*
   * The .md-input class is added to the input/textarea
   */
}

md-input-container:after {
  content: '';
  display: table;
  clear: both;
}

md-input-container.md-block {
  display: block;
}

md-input-container .md-errors-spacer {
  float: right;
  min-height: 24px;
  min-width: 1px;
}

[dir=rtl] md-input-container .md-errors-spacer {
  float: left;
}

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

md-input-container > md-icon {
  position: absolute;
  top: 8px;
  left: 2px;
  right: auto;
}

[dir=rtl] md-input-container > md-icon {
  left: 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;
  right: auto;
}

[dir=rtl] md-input-container label:not(._md-container-ignore) {
  left: 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;
  padding-right: 0;
  z-index: 1;
  transform: translate3d(0, 28px, 0) scale(1);
  transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  max-width: 100%;
  transform-origin: left top;
}

[dir=rtl] md-input-container label:not(.md-no-float):not(._md-container-ignore),
[dir=rtl]
    md-input-container ._md-placeholder {
  padding-left: 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;
}

[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) input:not(:focus),
md-input-container:not(.md-input-has-value) input:not(:focus)::-webkit-datetime-edit-ampm-field,
md-input-container:not(.md-input-has-value) input:not(:focus)::-webkit-datetime-edit-day-field,
md-input-container:not(.md-input-has-value) input:not(:focus)::-webkit-datetime-edit-hour-field,
md-input-container:not(.md-input-has-value) input:not(:focus)::-webkit-datetime-edit-millisecond-field,
md-input-container:not(.md-input-has-value) input:not(:focus)::-webkit-datetime-edit-minute-field,
md-input-container:not(.md-input-has-value) input:not(:focus)::-webkit-datetime-edit-month-field,
md-input-container:not(.md-input-has-value) input:not(:focus)::-webkit-datetime-edit-second-field,
md-input-container:not(.md-input-has-value) input:not(:focus)::-webkit-datetime-edit-week-field,
md-input-container:not(.md-input-has-value) input:not(:focus)::-webkit-datetime-edit-year-field,
md-input-container:not(.md-input-has-value) input:not(:focus)::-webkit-datetime-edit-text {
  color: transparent;
}

md-input-container .md-input {
  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;
  padding-right: 2px;
  padding-left: 0;
}

[dir=rtl] md-input-container .md-char-counter {
  text-align: left;
}

[dir=rtl] md-input-container .md-char-counter {
  padding-right: 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-messages-animation.ng-enter .md-input-message-animation {
  opacity: 0;
  margin-top: -100px;
}

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;
  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-right: 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-auto-hide .md-input-message-animation:not(.ng-animate) {
  opacity: 0;
  margin-top: -100px;
}

md-input-container .md-input-message-animation.ng-enter {
  opacity: 0;
  margin-top: -100px;
}

md-input-container.md-input-focused label:not(.md-no-float),
md-input-container.md-input-has-placeholder label:not(.md-no-float),
md-input-container.md-input-has-value label:not(.md-no-float) {
  transform: translate3d(0, 6px, 0) scale(0.75);
  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;
  right: auto;
}

[dir=rtl] md-input-container.md-icon-float > md-icon {
  left: 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;
  padding-right: 0;
}

[dir=rtl] md-input-container.md-icon-left {
  padding-left: 0;
}

[dir=rtl] md-input-container.md-icon-left {
  padding-right: 36px;
}

md-input-container.md-icon-left > label {
  left: 36px;
  right: auto;
}

[dir=rtl] md-input-container.md-icon-left > label {
  left: auto;
}

[dir=rtl] md-input-container.md-icon-left > label {
  right: 36px;
}

md-input-container.md-icon-right {
  padding-left: 0;
  padding-right: 36px;
}

[dir=rtl] md-input-container.md-icon-right {
  padding-left: 36px;
}

[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;
  left: auto;
}

[dir=rtl] md-input-container.md-icon-right > md-icon:last-of-type {
  right: 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));
}

@media screen and (-ms-high-contrast: active) {
  md-input-container.md-default-theme > md-icon {
    fill: #fff;
  }
}

md-toolbar.md-menu-toolbar h2.md-toolbar-tools {
  line-height: 1rem;
  height: auto;
  padding: 28px;
  padding-bottom: 12px;
}

md-menu-bar {
  padding: 0 20px;
  display: block;
  position: relative;
  z-index: 2;
}

md-menu-bar .md-menu {
  display: inline-block;
  padding: 0;
  position: relative;
}

md-menu-bar button {
  font-size: 14px;
  padding: 0 10px;
  margin: 0;
  border: 0;
  background-color: transparent;
  height: 40px;
}

md-menu-bar md-backdrop._md-menu-backdrop {
  z-index: -2;
}

md-menu-content._md-menu-bar-menu.md-dense {
  max-height: none;
  padding: 16px 0;
}

md-menu-content._md-menu-bar-menu.md-dense md-menu-item.md-indent {
  position: relative;
}

md-menu-content._md-menu-bar-menu.md-dense md-menu-item.md-indent > md-icon {
  position: absolute;
  padding: 0;
  width: 24px;
  top: 6px;
  left: 24px;
}

[dir=rtl] md-menu-content._md-menu-bar-menu.md-dense md-menu-item.md-indent > md-icon {
  left: 0;
  left: auto;
  left: initial;
  right: 24px;
}

md-menu-content._md-menu-bar-menu.md-dense md-menu-item.md-indent > .md-button,
md-menu-content._md-menu-bar-menu.md-dense md-menu-item.md-indent .md-menu > .md-button {
  padding: 0 32px 0 64px;
}

[dir=rtl] md-menu-content._md-menu-bar-menu.md-dense md-menu-item.md-indent > .md-button,
[dir=rtl] md-menu-content._md-menu-bar-menu.md-dense md-menu-item.md-indent .md-menu > .md-button {
  padding: 0 64px 0 32px;
}

md-menu-content._md-menu-bar-menu.md-dense .md-button {
  min-height: 0;
  height: 32px;
  display: flex;
}

md-menu-content._md-menu-bar-menu.md-dense .md-button span {
  flex-grow: 1;
}

md-menu-content._md-menu-bar-menu.md-dense .md-button span.md-alt-text {
  flex-grow: 0;
  align-self: flex-end;
  margin: 0 8px;
}

md-menu-content._md-menu-bar-menu.md-dense md-menu-divider {
  margin: 8px 0;
}

md-menu-content._md-menu-bar-menu.md-dense md-menu-item > .md-button,
md-menu-content._md-menu-bar-menu.md-dense .md-menu > .md-button {
  text-align: left;
  text-align: start;
}

[dir=rtl] md-menu-content._md-menu-bar-menu.md-dense md-menu-item > .md-button,
[dir=rtl] md-menu-content._md-menu-bar-menu.md-dense .md-menu > .md-button {
  text-align: right;
}

md-menu-content._md-menu-bar-menu.md-dense .md-menu {
  padding: 0;
}

md-menu-content._md-menu-bar-menu.md-dense .md-menu > .md-button {
  position: relative;
  margin: 0;
  width: 100%;
  text-transform: none;
  font-weight: normal;
  border-radius: 0px;
  padding-left: 16px;
}

[dir=rtl] md-menu-content._md-menu-bar-menu.md-dense .md-menu > .md-button {
  padding-left: 0;
  padding-left: auto;
  padding-left: initial;
  padding-right: 16px;
}

md-menu-content._md-menu-bar-menu.md-dense .md-menu > .md-button:after {
  display: block;
  content: '\25BC';
  position: absolute;
  top: 0px;
  speak: none;
  transform: rotate(270deg) scaleY(0.45) scaleX(0.9);
  right: 28px;
}

[dir=rtl] md-menu-content._md-menu-bar-menu.md-dense .md-menu > .md-button:after {
  transform: rotate(90deg) scaleY(0.45) scaleX(0.9);
}

[dir=rtl] md-menu-content._md-menu-bar-menu.md-dense .md-menu > .md-button:after {
  right: 0;
  right: auto;
  right: initial;
  left: 28px;
}

._md-open-menu-container {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  opacity: 0;
  border-radius: 2px;
}

._md-open-menu-container md-menu-divider {
  margin-top: 4px;
  margin-bottom: 4px;
  height: 1px;
  min-height: 1px;
  max-height: 1px;
  width: 100%;
}

._md-open-menu-container md-menu-content > * {
  opacity: 0;
}

._md-open-menu-container:not(._md-clickable) {
  pointer-events: none;
}

._md-open-menu-container._md-active {
  opacity: 1;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition-duration: 200ms;
}

._md-open-menu-container._md-active > md-menu-content > * {
  opacity: 1;
  transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
  transition-duration: 200ms;
  transition-delay: 100ms;
}

._md-open-menu-container._md-leave {
  opacity: 0;
  transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
  transition-duration: 250ms;
}

md-menu-content {
  display: flex;
  flex-direction: column;
  padding: 8px 0;
  max-height: 304px;
  overflow-y: auto;
}

md-menu-content.md-dense {
  max-height: 208px;
}

md-menu-content.md-dense md-menu-item {
  height: 32px;
  min-height: 0px;
}

md-menu-item {
  display: flex;
  flex-direction: row;
  min-height: 48px;
  height: 48px;
  align-content: center;
  justify-content: flex-start;
}

md-menu-item > * {
  width: 100%;
  margin: auto 0;
  padding-left: 16px;
  padding-right: 16px;
}

md-menu-item > .md-button {
  border-radius: 0;
  margin: auto 0;
  font-size: 15px;
  text-transform: none;
  font-weight: 400;
  height: 100%;
  padding-left: 16px;
  padding-right: 16px;
  text-align: left;
  display: flex;
  align-items: baseline;
  align-content: flex-start;
  width: 100%;
}

[dir=rtl] md-menu-item > .md-button {
  text-align: right;
}

md-menu-item > .md-button md-icon {
  margin: auto 16px auto 0;
}

[dir=rtl] md-menu-item > .md-button md-icon {
  margin: auto 0 auto 16px;
}

md-menu-item > .md-button p {
  display: inline-block;
  margin: auto;
}

md-menu-item > .md-button span {
  margin-top: auto;
  margin-bottom: auto;
}

md-menu-item > .md-button .md-ripple-container {
  border-radius: inherit;
}

.md-menu {
  padding: 8px 0;
}

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

@media (max-width: 959px) {
  md-menu-content {
    min-width: 112px;
  }

  md-menu-content[width="3"] {
    min-width: 168px;
  }

  md-menu-content[width="4"] {
    min-width: 224px;
  }

  md-menu-content[width="5"] {
    min-width: 280px;
  }

  md-menu-content[width="6"] {
    min-width: 336px;
  }

  md-menu-content[width="7"] {
    min-width: 392px;
  }
}

@media (min-width: 960px) {
  md-menu-content {
    min-width: 96px;
  }

  md-menu-content[width="3"] {
    min-width: 192px;
  }

  md-menu-content[width="4"] {
    min-width: 256px;
  }

  md-menu-content[width="5"] {
    min-width: 320px;
  }

  md-menu-content[width="6"] {
    min-width: 384px;
  }

  md-menu-content[width="7"] {
    min-width: 448px;
  }
}

/** Matches "md-tabs md-tabs-wrapper" style. */

.md-nav-bar {
  border-style: solid;
  border-width: 0 0 1px;
  height: 48px;
  position: relative;
}

._md-nav-bar-list {
  outline: none;
  list-style: none;
  margin: 0;
  padding: 0;
}

.md-nav-item:first-of-type {
  margin-left: 8px;
}

.md-button._md-nav-button {
  line-height: 24px;
  margin: 0 4px;
  padding: 12px 16px;
  transition: background-color 0.35s cubic-bezier(0.35, 0, 0.25, 1);
}

.md-button._md-nav-button:focus {
  outline: none;
}

.md-button._md-nav-button:hover {
  background-color: inherit;
}

md-nav-ink-bar {
  bottom: 0;
  height: 2px;
  left: auto;
  position: absolute;
  right: auto;
  background-color: black;
}

md-nav-ink-bar._md-left {
  transition: left 0.125s cubic-bezier(0.35, 0, 0.25, 1), right 0.25s cubic-bezier(0.35, 0, 0.25, 1);
}

md-nav-ink-bar._md-right {
  transition: left 0.25s cubic-bezier(0.35, 0, 0.25, 1), right 0.125s cubic-bezier(0.35, 0, 0.25, 1);
}

md-nav-extra-content {
  min-height: 48px;
  padding-right: 12px;
}

.md-panel-outer-wrapper {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

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

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

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

.md-panel {
  opacity: 0;
  position: fixed;
}

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

.md-panel._md-panel-animate-enter {
  opacity: 1;
  transition: all 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.md-panel._md-panel-animate-leave {
  opacity: 1;
  transition: all 0.3s cubic-bezier(0.4, 0, 1, 1);
}

.md-panel._md-panel-animate-scale-out,
.md-panel._md-panel-animate-fade-out {
  opacity: 0;
}

.md-panel._md-panel-backdrop {
  height: 100%;
  position: absolute;
  width: 100%;
}

.md-panel._md-opaque-enter {
  opacity: .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);
}

@keyframes indeterminate-rotate {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

md-progress-circular {
  position: relative;
}

md-progress-circular._md-progress-circular-disabled {
  visibility: hidden;
}

md-progress-circular._md-mode-indeterminate svg {
  animation: indeterminate-rotate 2.9s linear infinite;
}

md-progress-circular svg {
  position: absolute;
  overflow: visible;
  top: 0;
  left: 0;
}

md-progress-linear {
  display: block;
  position: relative;
  width: 100%;
  height: 5px;
  padding-top: 0 !important;
  margin-bottom: 0 !important;
}

md-progress-linear._md-progress-linear-disabled {
  visibility: hidden;
}

md-progress-linear ._md-container {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 5px;
  transform: translate(0, 0) scale(1, 1);
}

md-progress-linear ._md-container ._md-bar {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 5px;
}

md-progress-linear ._md-container ._md-dashed:before {
  content: "";
  display: none;
  position: absolute;
  margin-top: 0;
  height: 5px;
  width: 100%;
  background-color: transparent;
  background-size: 10px 10px !important;
  background-position: 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.33473, 0.12482, 0.78584, 1);
  }

  69.15% {
    transform: scaleX(0.83);
    animation-timing-function: cubic-bezier(0.22573, 0, 0.23365, 1.37098);
  }

  100% {
    transform: scaleX(0.1);
  }
}

@keyframes md-progress-linear-indeterminate-1 {
  0% {
    left: -105.16667%;
    animation-timing-function: linear;
  }

  20% {
    left: -105.16667%;
    animation-timing-function: cubic-bezier(0.5, 0, 0.70173, 0.49582);
  }

  69.15% {
    left: 21.5%;
    animation-timing-function: cubic-bezier(0.30244, 0.38135, 0.55, 0.95635);
  }

  100% {
    left: 95.44444%;
  }
}

@keyframes md-progress-linear-indeterminate-scale-2 {
  0% {
    transform: scaleX(0.1);
    animation-timing-function: cubic-bezier(0.20503, 0.05705, 0.57661, 0.45397);
  }

  19.15% {
    transform: scaleX(0.57);
    animation-timing-function: cubic-bezier(0.15231, 0.19643, 0.64837, 1.00432);
  }

  44.15% {
    transform: scaleX(0.91);
    animation-timing-function: cubic-bezier(0.25776, -0.00316, 0.21176, 1.38179);
  }

  100% {
    transform: scaleX(0.1);
  }
}

@keyframes md-progress-linear-indeterminate-2 {
  0% {
    left: -54.88889%;
    animation-timing-function: cubic-bezier(0.15, 0, 0.51506, 0.40968);
  }

  25% {
    left: -17.25%;
    animation-timing-function: cubic-bezier(0.31033, 0.28406, 0.8, 0.73372);
  }

  48.35% {
    left: 29.5%;
    animation-timing-function: cubic-bezier(0.4, 0.62703, 0.6, 0.90203);
  }

  100% {
    left: 117.38889%;
  }
}

md-radio-button {
  box-sizing: border-box;
  display: block;
  margin-bottom: 16px;
  white-space: nowrap;
  cursor: pointer;
  position: relative;
}

md-radio-button[disabled] {
  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;
  right: auto;
}

[dir=rtl] md-radio-button ._md-container {
  left: 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;
  margin-right: 0;
  vertical-align: middle;
  white-space: normal;
  pointer-events: none;
  width: auto;
}

[dir=rtl] md-radio-button ._md-label {
  margin-left: 0;
}

[dir=rtl] md-radio-button ._md-label {
  margin-right: 30px;
}

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;
  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-left: 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 .md-checked ._md-container:before {
  left: -8px;
  top: -8px;
  right: -8px;
  bottom: -8px;
}

.md-inline-form md-radio-group {
  margin: 18px 0 19px;
}

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

@media screen and (-ms-high-contrast: active) {
  md-radio-button.md-default-theme ._md-on {
    background-color: #fff;
  }
}

md-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._md-locked-open._md-closed.md-sidenav-right,
md-sidenav._md-locked-open-remove._md-closed {
  position: static;
  display: flex;
  transform: translate3d(0, 0, 0);
}

md-sidenav._md-locked-open-remove-active {
  transition: width 0.3s cubic-bezier(0.55, 0, 0.55, 0.2), min-width 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
  width: 0 !important;
  min-width: 0 !important;
}

md-sidenav._md-closed._md-locked-open-add {
  width: 0 !important;
  min-width: 0 !important;
  transform: translate3d(0%, 0, 0);
}

md-sidenav._md-closed._md-locked-open-add-active {
  transition: width 0.3s cubic-bezier(0.55, 0, 0.55, 0.2), min-width 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
  width: 320px;
  min-width: 320px;
  transform: translate3d(0%, 0, 0);
}

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

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

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

.md-sidenav-right {
  left: 100%;
  top: 0;
  transform: 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-select-menu-container {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 90;
  opacity: 0;
  display: none;
}

._md-select-menu-container:not(._md-clickable) {
  pointer-events: none;
}

._md-select-menu-container md-progress-circular {
  display: table;
  margin: 24px auto !important;
}

._md-select-menu-container._md-active {
  display: block;
  opacity: 1;
}

._md-select-menu-container._md-active md-select-menu {
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition-duration: 150ms;
}

._md-select-menu-container._md-active md-select-menu > * {
  opacity: 1;
  transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
  transition-duration: 150ms;
  transition-delay: 100ms;
}

._md-select-menu-container._md-leave {
  opacity: 0;
  transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
  transition-duration: 250ms;
}

md-input-container > md-select {
  margin: 0;
  order: 2;
}

md-select {
  display: flex;
  margin: 20px 0 26px 0;
}

md-select[disabled] ._md-select-value {
  background-position: 0 bottom;
  background-size: 4px 1px;
  background-repeat: repeat-x;
  margin-bottom: -1px;
}

md-select:focus {
  outline: none;
}

md-select[disabled]:hover {
  cursor: default;
}

md-select:not([disabled]):hover {
  cursor: pointer;
}

md-select:not([disabled]).ng-invalid.ng-dirty ._md-select-value {
  border-bottom: 2px solid;
  padding-bottom: 0;
}

md-select:not([disabled]):focus ._md-select-value {
  border-bottom-width: 2px;
  border-bottom-style: solid;
  padding-bottom: 0;
}

._md-select-value {
  display: flex;
  align-items: center;
  padding: 2px 2px 1px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  background-color: transparent;
  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;
  transform: translate3d(0, 2px, 0);
  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;
  text-align: end;
  width: 24px;
  margin: 0 4px;
  transform: translate3d(0, 1px, 0);
}

._md-select-value ._md-select-icon:after {
  display: block;
  content: '\25BC';
  position: relative;
  top: 2px;
  speak: none;
  transform: scaleY(0.6) scaleX(1);
}

._md-select-value._md-select-placeholder {
  display: flex;
  order: 1;
  pointer-events: none;
  -webkit-font-smoothing: antialiased;
  padding-left: 2px;
  z-index: 1;
}

md-select-menu {
  display: flex;
  flex-direction: column;
  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;
  transform: scale(1);
}

md-select-menu.md-reverse {
  flex-direction: column-reverse;
}

md-select-menu:not(._md-overflow) md-content {
  padding-top: 8px;
  padding-bottom: 8px;
}

[dir=rtl] md-select-menu {
  transform-origin: right top;
}

md-select-menu md-content {
  min-width: 136px;
  min-height: 48px;
  max-height: 256px;
  overflow-y: auto;
}

md-select-menu > * {
  opacity: 0;
}

md-option {
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  width: auto;
  transition: background 0.15s linear;
  padding: 0 16px 0 16px;
  height: 48px;
}

md-option[disabled] {
  cursor: default;
}

md-option:focus {
  outline: none;
}

md-option ._md-text {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
  width: auto;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
}

md-optgroup {
  display: block;
}

md-optgroup label {
  display: block;
  font-size: 14px;
  text-transform: uppercase;
  padding: 16px;
  font-weight: 500;
}

md-optgroup md-option {
  padding-left: 32px;
  padding-right: 32px;
}

@media screen and (-ms-high-contrast: active) {
  ._md-select-backdrop {
    background-color: transparent;
  }

  md-select-menu {
    border: 1px solid #fff;
  }
}

md-select-menu[multiple] md-option._md-checkbox-enabled {
  padding-left: 40px;
  padding-right: 16px;
}

[dir=rtl] md-select-menu[multiple] md-option._md-checkbox-enabled {
  padding-left: 16px;
}

[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;
  right: auto;
}

[dir=rtl] md-select-menu[multiple] md-option._md-checkbox-enabled ._md-container {
  left: 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: none;
}

md-select-menu[multiple] md-option._md-checkbox-enabled[selected] ._md-icon:after {
  box-sizing: border-box;
  transform: rotate(45deg);
  position: absolute;
  left: 6.66667px;
  top: 2.22222px;
  display: table;
  width: 6.66667px;
  height: 13.33333px;
  border-width: 2px;
  border-style: solid;
  border-top: 0;
  border-left: 0;
  content: '';
}

md-select-menu[multiple] md-option._md-checkbox-enabled[disabled] {
  cursor: default;
}

md-select-menu[multiple] md-option._md-checkbox-enabled.md-indeterminate ._md-icon:after {
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: table;
  width: 12px;
  height: 2px;
  border-width: 2px;
  border-style: solid;
  border-top: 0;
  border-left: 0;
  content: '';
}

md-select-menu[multiple] md-option._md-checkbox-enabled ._md-container {
  margin-left: 10.66667px;
  margin-right: auto;
}

[dir=rtl] md-select-menu[multiple] md-option._md-checkbox-enabled ._md-container {
  margin-left: auto;
}

[dir=rtl] md-select-menu[multiple] md-option._md-checkbox-enabled ._md-container {
  margin-right: 10.66667px;
}

@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;
  /**
   * Track
   */
  /**
   * Slider thumb
   */
  /* The sign that's focused in discrete mode */
  /**
   * The border/background that comes in when focused in non-discrete mode
   */
  /* Don't animate left/right while panning */
}

md-slider *,
md-slider *:after {
  box-sizing: border-box;
}

md-slider ._md-slider-wrapper {
  outline: none;
  width: 100%;
  height: 100%;
}

md-slider ._md-slider-content {
  position: relative;
}

md-slider ._md-track-container {
  width: 100%;
  position: absolute;
  top: 23px;
  height: 2px;
}

md-slider ._md-track {
  position: absolute;
  left: 0;
  right: 0;
  height: 100%;
}

md-slider ._md-track-fill {
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition-property: width, height;
}

md-slider ._md-track-ticks {
  position: absolute;
  left: 0;
  right: 0;
  height: 100%;
}

md-slider ._md-track-ticks canvas {
  width: 100%;
  height: 100%;
}

md-slider ._md-thumb-container {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition-property: left, bottom;
}

md-slider ._md-thumb {
  z-index: 1;
  position: absolute;
  left: -10px;
  top: 14px;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  transform: scale(0.7);
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}

md-slider ._md-thumb:after {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  border-width: 3px;
  border-style: solid;
  transition: inherit;
}

md-slider ._md-sign {
  /* 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;
  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 ._md-focus-ring {
  position: absolute;
  left: -17px;
  top: 7px;
  width: 34px;
  height: 34px;
  border-radius: 34px;
  transform: scale(0.7);
  opacity: 0;
  transition: all 0.35s cubic-bezier(0.35, 0, 0.25, 1);
}

md-slider ._md-disabled-thumb {
  position: absolute;
  left: -14px;
  top: 10px;
  width: 28px;
  height: 28px;
  border-radius: 28px;
  transform: scale(0.5);
  border-width: 4px;
  border-style: solid;
  display: none;
}

md-slider._md-min ._md-sign {
  opacity: 0;
}

md-slider:focus {
  outline: none;
}

md-slider._md-dragging ._md-thumb-container,
md-slider._md-dragging ._md-track-fill {
  transition: none;
}

md-slider:not([md-discrete]) {
  /* 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;
  right: 0;
}

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

md-slider-container > *:last-child:not(md-slider) {
  margin-left: 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;
  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-sticky-clone {
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  position: absolute !important;
  transform: translate3d(-9999px, -9999px, 0);
}

._md-sticky-clone[sticky-state="active"] {
  transform: translate3d(0, 0, 0);
}

._md-sticky-clone[sticky-state="active"]:not(.md-sticky-no-effect) ._md-subheader-inner {
  animation: subheaderStickyHoverIn 0.3s ease-out both;
}

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

md-switch {
  margin: 16px 0;
  white-space: nowrap;
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
  user-select: none;
  height: 30px;
  line-height: 28px;
  align-items: center;
  display: flex;
  margin-left: inherit;
  margin-right: 16px;
}

[dir=rtl] md-switch {
  margin-left: 16px;
}

[dir=rtl] md-switch {
  margin-right: inherit;
}

md-switch:last-of-type {
  margin-left: inherit;
  margin-right: 0;
}

[dir=rtl] md-switch:last-of-type {
  margin-left: 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;
  -webkit-user-select: none;
  user-select: none;
  margin-right: 8px;
  float: left;
}

[dir=rtl] md-switch ._md-container {
  margin-right: 0;
  margin-right: auto;
  margin-right: initial;
  margin-left: 8px;
}

md-switch:not([disabled]) ._md-dragging,
md-switch:not([disabled])._md-dragging ._md-container {
  cursor: grabbing;
}

md-switch.md-focused:not([disabled]) ._md-thumb:before {
  left: -8px;
  top: -8px;
  right: -8px;
  bottom: -8px;
}

md-switch.md-focused:not([disabled]):not(.md-checked) ._md-thumb:before {
  background-color: rgba(0, 0, 0, 0.12);
}

md-switch ._md-label {
  border-color: transparent;
  border-width: 0;
  float: left;
}

md-switch ._md-bar {
  left: 1px;
  width: 34px;
  top: 5px;
  height: 14px;
  border-radius: 8px;
  position: absolute;
}

md-switch ._md-thumb-container {
  top: 2px;
  left: 0;
  width: 16px;
  position: absolute;
  transform: translate3d(0, 0, 0);
  z-index: 1;
}

md-switch.md-checked ._md-thumb-container {
  transform: translate3d(100%, 0, 0);
}

md-switch ._md-thumb {
  position: absolute;
  margin: 0;
  left: 0;
  top: 0;
  outline: none;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 2px 1px -1px rgba(0, 0, 0, 0.12);
}

md-switch ._md-thumb:before {
  background-color: transparent;
  border-radius: 50%;
  content: '';
  position: absolute;
  display: block;
  height: auto;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  transition: all 0.5s;
  width: auto;
}

md-switch ._md-thumb .md-ripple-container {
  position: absolute;
  display: block;
  width: auto;
  height: auto;
  left: -20px;
  top: -20px;
  right: -20px;
  bottom: -20px;
}

md-switch:not(._md-dragging) ._md-bar,
md-switch:not(._md-dragging) ._md-thumb-container,
md-switch:not(._md-dragging) ._md-thumb {
  transition: all 0.08s linear;
  transition-property: transform, background-color;
}

md-switch:not(._md-dragging) ._md-bar,
md-switch:not(._md-dragging) ._md-thumb {
  transition-delay: 0.05s;
}

@media screen and (-ms-high-contrast: active) {
  md-switch.md-default-theme ._md-bar {
    background-color: #666;
  }

  md-switch.md-default-theme.md-checked ._md-bar {
    background-color: #9E9E9E;
  }

  md-switch.md-default-theme ._md-thumb {
    background-color: #fff;
  }
}

@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) {
  transition: 0.2s ease-out margin;
}

._md-subheader-wrapper:not(.md-sticky-no-effect) .md-subheader {
  margin: 0;
}

._md-subheader-wrapper:not(.md-sticky-no-effect).md-sticky-clone {
  z-index: 2;
}

._md-subheader-wrapper:not(.md-sticky-no-effect)[sticky-state="active"] {
  margin-top: -2px;
}

._md-subheader-wrapper:not(.md-sticky-no-effect):not(.md-sticky-clone)[sticky-prev-state="active"] ._md-subheader-inner:after {
  animation: subheaderStickyHoverOut 0.3s ease-out both;
}

.md-subheader {
  display: block;
  font-size: 14px;
  font-weight: 500;
  line-height: 1em;
  margin: 0 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;
}

@keyframes md-tab-content-hide {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

md-tab-data {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  opacity: 0;
}

md-tabs {
  display: block;
  margin: 0;
  border-radius: 2px;
  overflow: hidden;
  position: relative;
  flex-shrink: 0;
}

md-tabs:not(.md-no-tab-content):not(.md-dynamic-height) {
  min-height: 248px;
}

md-tabs[md-align-tabs="bottom"] {
  padding-bottom: 48px;
}

md-tabs[md-align-tabs="bottom"] md-tabs-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 48px;
  z-index: 2;
}

md-tabs[md-align-tabs="bottom"] md-tabs-content-wrapper {
  top: 0;
  bottom: 48px;
}

md-tabs.md-dynamic-height md-tabs-content-wrapper {
  min-height: 0;
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  overflow: visible;
}

md-tabs.md-dynamic-height md-tab-content.md-active {
  position: relative;
}

md-tabs[md-border-bottom] md-tabs-wrapper {
  border-width: 0 0 1px;
  border-style: solid;
}

md-tabs[md-border-bottom]:not(.md-dynamic-height) md-tabs-content-wrapper {
  top: 49px;
}

md-tabs-wrapper {
  display: block;
  position: relative;
  transform: translate3d(0, 0, 0);
}

md-tabs-wrapper md-prev-button,
md-tabs-wrapper md-next-button {
  height: 100%;
  width: 32px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  line-height: 1em;
  z-index: 2;
  cursor: pointer;
  font-size: 16px;
  background: transparent no-repeat center center;
  transition: all 0.5s cubic-bezier(0.35, 0, 0.25, 1);
}

md-tabs-wrapper md-prev-button:focus,
md-tabs-wrapper md-next-button:focus {
  outline: none;
}

md-tabs-wrapper md-prev-button.md-disabled,
md-tabs-wrapper md-next-button.md-disabled {
  opacity: 0.25;
  cursor: default;
}

md-tabs-wrapper md-prev-button.ng-leave,
md-tabs-wrapper md-next-button.ng-leave {
  transition: none;
}

md-tabs-wrapper md-prev-button md-icon,
md-tabs-wrapper md-next-button md-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}

md-tabs-wrapper md-prev-button {
  left: 0;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE3LjEuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPiA8IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPiA8c3ZnIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMjQgMjQiIHhtbDpzcGFjZT0icHJlc2VydmUiPiA8ZyBpZD0iSGVhZGVyIj4gPGc+IDxyZWN0IHg9Ii02MTgiIHk9Ii0xMjA4IiBmaWxsPSJub25lIiB3aWR0aD0iMTQwMCIgaGVpZ2h0PSIzNjAwIi8+IDwvZz4gPC9nPiA8ZyBpZD0iTGFiZWwiPiA8L2c+IDxnIGlkPSJJY29uIj4gPGc+IDxwb2x5Z29uIHBvaW50cz0iMTUuNCw3LjQgMTQsNiA4LDEyIDE0LDE4IDE1LjQsMTYuNiAxMC44LDEyIAkJIiBzdHlsZT0iZmlsbDp3aGl0ZTsiLz4gPHJlY3QgZmlsbD0ibm9uZSIgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0Ii8+IDwvZz4gPC9nPiA8ZyBpZD0iR3JpZCIgZGlzcGxheT0ibm9uZSI+IDxnIGRpc3BsYXk9ImlubGluZSI+IDwvZz4gPC9nPiA8L3N2Zz4NCg==");
}

[dir=rtl] md-tabs-wrapper md-prev-button {
  left: 0;
  left: auto;
  left: initial;
  right: 0;
}

md-tabs-wrapper md-next-button {
  right: 0;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE3LjEuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPiA8IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPiA8c3ZnIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMjQgMjQiIHhtbDpzcGFjZT0icHJlc2VydmUiPiA8ZyBpZD0iSGVhZGVyIj4gPGc+IDxyZWN0IHg9Ii02MTgiIHk9Ii0xMzM2IiBmaWxsPSJub25lIiB3aWR0aD0iMTQwMCIgaGVpZ2h0PSIzNjAwIi8+IDwvZz4gPC9nPiA8ZyBpZD0iTGFiZWwiPiA8L2c+IDxnIGlkPSJJY29uIj4gPGc+IDxwb2x5Z29uIHBvaW50cz0iMTAsNiA4LjYsNy40IDEzLjIsMTIgOC42LDE2LjYgMTAsMTggMTYsMTIgCQkiIHN0eWxlPSJmaWxsOndoaXRlOyIvPiA8cmVjdCBmaWxsPSJub25lIiB3aWR0aD0iMjQiIGhlaWdodD0iMjQiLz4gPC9nPiA8L2c+IDxnIGlkPSJHcmlkIiBkaXNwbGF5PSJub25lIj4gPGcgZGlzcGxheT0iaW5saW5lIj4gPC9nPiA8L2c+IDwvc3ZnPg0K");
}

[dir=rtl] md-tabs-wrapper md-next-button {
  right: 0;
  right: auto;
  right: initial;
  left: 0;
}

md-tabs-wrapper md-next-button md-icon {
  transform: translate3d(-50%, -50%, 0) rotate(180deg);
}

md-tabs-wrapper.md-stretch-tabs md-pagination-wrapper {
  width: 100%;
  display: flex;
  flex-direction: row;
}

md-tabs-wrapper.md-stretch-tabs md-pagination-wrapper md-tab-item {
  flex-grow: 1;
}

md-tabs-canvas {
  position: relative;
  overflow: hidden;
  display: block;
  height: 48px;
}

md-tabs-canvas:after {
  content: '';
  display: table;
  clear: both;
}

md-tabs-canvas .md-dummy-wrapper {
  position: absolute;
  top: 0;
  left: 0;
}

[dir=rtl] md-tabs-canvas .md-dummy-wrapper {
  left: 0;
  left: auto;
  left: initial;
  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 {
  height: 48px;
  display: block;
  transition: transform 0.5s cubic-bezier(0.35, 0, 0.25, 1);
  position: absolute;
  width: 999999px;
  left: 0;
  transform: translate3d(0, 0, 0);
}

md-pagination-wrapper:after {
  content: '';
  display: table;
  clear: both;
}

[dir=rtl] md-pagination-wrapper {
  left: 0;
  left: auto;
  left: initial;
  right: 0;
}

md-pagination-wrapper.md-center-tabs {
  position: relative;
  width: initial;
  margin: 0 auto;
}

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

md-tab-content {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: transform 0.5s cubic-bezier(0.35, 0, 0.25, 1);
  overflow: auto;
  transform: translate3d(0, 0, 0);
}

md-tab-content.md-no-scroll {
  bottom: auto;
  overflow: hidden;
}

md-tab-content.ng-leave,
md-tab-content.md-no-transition {
  transition: none;
}

md-tab-content.md-left:not(.md-active) {
  transform: translateX(-100%);
  animation: 1s md-tab-content-hide;
  opacity: 0;
}

[dir=rtl] md-tab-content.md-left:not(.md-active) {
  transform: translateX(100%);
}

md-tab-content.md-left:not(.md-active) * {
  transition: visibility 0s linear;
  transition-delay: 0.5s;
  visibility: hidden;
}

md-tab-content.md-right:not(.md-active) {
  transform: translateX(100%);
  animation: 1s md-tab-content-hide;
  opacity: 0;
}

[dir=rtl] md-tab-content.md-right:not(.md-active) {
  transform: translateX(-100%);
}

md-tab-content.md-right:not(.md-active) * {
  transition: visibility 0s linear;
  transition-delay: 0.5s;
  visibility: hidden;
}

md-tab-content > div.ng-leave {
  animation: 1s md-tab-content-hide;
}

md-ink-bar {
  position: absolute;
  left: auto;
  right: auto;
  bottom: 0;
  height: 2px;
}

md-ink-bar.md-left {
  transition: left 0.125s cubic-bezier(0.35, 0, 0.25, 1), right 0.25s cubic-bezier(0.35, 0, 0.25, 1);
}

md-ink-bar.md-right {
  transition: left 0.25s cubic-bezier(0.35, 0, 0.25, 1), right 0.125s cubic-bezier(0.35, 0, 0.25, 1);
}

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

.md-tab {
  font-size: 14px;
  text-align: center;
  line-height: 24px;
  padding: 12px 24px;
  transition: background-color 0.35s cubic-bezier(0.35, 0, 0.25, 1);
  cursor: pointer;
  white-space: nowrap;
  position: relative;
  text-transform: uppercase;
  float: left;
  font-weight: 500;
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
}

[dir=rtl] .md-tab {
  float: right;
}

.md-tab.md-focused {
  box-shadow: none;
  outline: none;
}

.md-tab.md-active {
  cursor: default;
}

.md-tab.md-disabled {
  pointer-events: none;
  touch-action: pan-y;
  -webkit-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  opacity: 0.5;
  cursor: default;
}

.md-tab.ng-leave {
  transition: none;
}

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

.md-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);
  /* Transition differently when swiping */
  /*
   * When the toast doesn't take up the whole screen,
   * make it rotate when the user swipes it away
   */
}

md-toast .md-toast-content {
  display: flex;
  align-items: center;
  max-height: 168px;
  max-width: 100%;
  min-height: 48px;
  padding: 0 18px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  border-radius: 2px;
  font-size: 14px;
  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;
}

md-toast .md-toast-content::before {
  content: '';
  min-height: 48px;
  visibility: hidden;
  display: inline-block;
}

[dir=rtl] md-toast .md-toast-content {
  justify-content: flex-end;
}

md-toast.md-capsule {
  border-radius: 24px;
}

md-toast.md-capsule .md-toast-content {
  border-radius: 24px;
}

md-toast.ng-leave-active .md-toast-content {
  transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
}

md-toast._md-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.ng-leave.ng-leave-active .md-toast-content {
  opacity: 0;
  transform: translate3d(0, 100%, 0);
}

md-toast.ng-leave.ng-leave-active._md-swipeup .md-toast-content {
  transform: translate3d(0, -50%, 0);
}

md-toast.ng-leave.ng-leave-active._md-swipedown .md-toast-content {
  transform: translate3d(0, 50%, 0);
}

md-toast.ng-leave.ng-leave-active._md-top .md-toast-content {
  transform: translate3d(0, -100%, 0);
}

md-toast .md-action {
  line-height: 19px;
  margin-left: 24px;
  margin-right: 0;
  cursor: pointer;
  text-transform: uppercase;
  float: right;
}

md-toast .md-button {
  min-width: 0;
  margin-right: 0;
  margin-left: 12px;
}

[dir=rtl] md-toast .md-button {
  margin-right: 12px;
}

[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;
    /*
   * When the toast doesn't take up the whole screen,
   * make it rotate when the user swipes it away
   */
  }

  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: 0;
    left: auto;
    left: initial;
    right: 0;
  }

  md-toast._md-end {
    right: 0;
  }

  [dir=rtl] md-toast._md-end {
    right: 0;
    right: auto;
    right: initial;
    left: 0;
  }

  md-toast.ng-leave.ng-leave-active._md-swipeleft .md-toast-content {
    transform: translate3d(-50%, 0, 0);
  }

  md-toast.ng-leave.ng-leave-active._md-swiperight .md-toast-content {
    transform: translate3d(50%, 0, 0);
  }
}

@media (min-width: 1920px) {
  md-toast .md-toast-content {
    max-width: 568px;
  }
}

@media screen and (-ms-high-contrast: active) {
  md-toast {
    border: 1px solid #fff;
  }
}

._md-toast-animating {
  overflow: hidden !important;
}

md-toolbar {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 2;
  font-size: 20px;
  min-height: 64px;
  width: 100%;
  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: 0;
  margin-left: auto;
  margin-left: initial;
  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-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: 0;
  margin-left: auto;
  margin-left: initial;
  margin-right: -8px;
}

.md-toolbar-tools > .md-button:last-child {
  margin-right: -8px;
}

[dir=rtl] .md-toolbar-tools > .md-button:last-child {
  margin-right: 0;
  margin-right: auto;
  margin-right: initial;
  margin-left: -8px;
}

.md-toolbar-tools > md-menu:last-child {
  margin-right: -8px;
}

[dir=rtl] .md-toolbar-tools > md-menu:last-child {
  margin-right: 0;
  margin-right: auto;
  margin-right: initial;
  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: 0;
  margin-right: auto;
  margin-right: initial;
  margin-left: 0;
}

@media screen and (-ms-high-contrast: active) {
  .md-toolbar-tools {
    border-bottom: 1px solid #fff;
  }
}

@media (min-width: 0) and (max-width: 959px) and (orientation: portrait) {
  md-toolbar {
    min-height: 56px;
  }

  .md-toolbar-tools {
    height: 56px;
    max-height: 56px;
  }
}

@media (min-width: 0) and (max-width: 959px) and (orientation: landscape) {
  md-toolbar {
    min-height: 48px;
  }

  .md-toolbar-tools {
    height: 48px;
    max-height: 48px;
  }
}

md-tooltip {
  position: absolute;
  z-index: 100;
  overflow: hidden;
  pointer-events: none;
  border-radius: 4px;
  font-weight: 500;
  font-size: 14px;
}

@media (min-width: 960px) {
  md-tooltip {
    font-size: 10px;
  }
}

md-tooltip ._md-content {
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transform-origin: center top;
  transform: scale(0);
  opacity: 0;
  height: 32px;
  line-height: 32px;
  padding-left: 16px;
  padding-right: 16px;
}

@media (min-width: 960px) {
  md-tooltip ._md-content {
    height: 22px;
    line-height: 22px;
    padding-left: 8px;
    padding-right: 8px;
  }
}

md-tooltip ._md-content._md-show-add {
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition-duration: .2s;
  transform: scale(0);
  opacity: 0;
}

md-tooltip ._md-content._md-show,
md-tooltip ._md-content._md-show-add-active {
  transform: scale(1);
  opacity: 1;
  transform-origin: center top;
}

md-tooltip ._md-content._md-show-remove {
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition-duration: .2s;
}

md-tooltip ._md-content._md-show-remove._md-show-remove-active {
  transform: scale(0);
  opacity: 0;
}

md-tooltip._md-hide {
  transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
}

md-tooltip._md-show {
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  pointer-events: auto;
}

.md-virtual-repeat-container {
  box-sizing: border-box;
  display: block;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
}

.md-virtual-repeat-container .md-virtual-repeat-scroller {
  bottom: 0;
  box-sizing: border-box;
  left: 0;
  margin: 0;
  overflow-x: hidden;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.md-virtual-repeat-container .md-virtual-repeat-sizer {
  box-sizing: border-box;
  height: 1px;
  display: block;
  margin: 0;
  padding: 0;
  width: 1px;
}

.md-virtual-repeat-container .md-virtual-repeat-offsetter {
  box-sizing: border-box;
  left: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.md-virtual-repeat-container.md-orient-horizontal .md-virtual-repeat-scroller {
  overflow-x: auto;
  overflow-y: hidden;
}

.md-virtual-repeat-container.md-orient-horizontal .md-virtual-repeat-offsetter {
  bottom: 16px;
  right: auto;
  white-space: nowrap;
}

[dir=rtl] .md-virtual-repeat-container.md-orient-horizontal .md-virtual-repeat-offsetter {
  right: 0;
  right: auto;
  right: initial;
  left: auto;
}

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

/*
* 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 {
  margin-left: 0;
}

[dir=rtl] .offset-0,
[dir=rtl] .flex-offset-0 {
  margin-left: 0;
  margin-left: auto;
  margin-left: initial;
  margin-right: 0;
}

.offset-5,
.flex-offset-5 {
  margin-left: 5%;
}

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

.offset-10,
.flex-offset-10 {
  margin-left: 10%;
}

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

.offset-15,
.flex-offset-15 {
  margin-left: 15%;
}

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

.offset-20,
.flex-offset-20 {
  margin-left: 20%;
}

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

.offset-25,
.flex-offset-25 {
  margin-left: 25%;
}

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

.offset-30,
.flex-offset-30 {
  margin-left: 30%;
}

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

.offset-35,
.flex-offset-35 {
  margin-left: 35%;
}

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

.offset-40,
.flex-offset-40 {
  margin-left: 40%;
}

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

.offset-45,
.flex-offset-45 {
  margin-left: 45%;
}

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

.offset-50,
.flex-offset-50 {
  margin-left: 50%;
}

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

.offset-55,
.flex-offset-55 {
  margin-left: 55%;
}

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

.offset-60,
.flex-offset-60 {
  margin-left: 60%;
}

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

.offset-65,
.flex-offset-65 {
  margin-left: 65%;
}

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

.offset-70,
.flex-offset-70 {
  margin-left: 70%;
}

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

.offset-75,
.flex-offset-75 {
  margin-left: 75%;
}

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

.offset-80,
.flex-offset-80 {
  margin-left: 80%;
}

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

.offset-85,
.flex-offset-85 {
  margin-left: 85%;
}

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

.offset-90,
.flex-offset-90 {
  margin-left: 90%;
}

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

.offset-95,
.flex-offset-95 {
  margin-left: 95%;
}

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

.offset-33,
.flex-offset-33 {
  margin-left: calc(100% / 3);
}

.offset-66,
.flex-offset-66 {
  margin-left: calc(200% / 3);
}

[dir=rtl] .offset-66,
[dir=rtl] .flex-offset-66 {
  margin-left: 0;
  margin-left: auto;
  margin-left: initial;
  margin-right: calc(200% / 3);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.layout-row > .flex,
.layout-row > .flex {
  min-width: 0;
}

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

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

.layout-column > .flex,
.layout-column > .flex {
  min-height: 0;
}

.layout,
.layout-column,
.layout-row {
  box-sizing: border-box;
  display: 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 {
    margin-left: 0;
  }

  [dir=rtl] .offset-xs-0,
  [dir=rtl] .flex-offset-xs-0 {
    margin-left: 0;
    margin-left: auto;
    margin-left: initial;
    margin-right: 0;
  }

  .offset-xs-5,
  .flex-offset-xs-5 {
    margin-left: 5%;
  }

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

  .offset-xs-10,
  .flex-offset-xs-10 {
    margin-left: 10%;
  }

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

  .offset-xs-15,
  .flex-offset-xs-15 {
    margin-left: 15%;
  }

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

  .offset-xs-20,
  .flex-offset-xs-20 {
    margin-left: 20%;
  }

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

  .offset-xs-25,
  .flex-offset-xs-25 {
    margin-left: 25%;
  }

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

  .offset-xs-30,
  .flex-offset-xs-30 {
    margin-left: 30%;
  }

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

  .offset-xs-35,
  .flex-offset-xs-35 {
    margin-left: 35%;
  }

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

  .offset-xs-40,
  .flex-offset-xs-40 {
    margin-left: 40%;
  }

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

  .offset-xs-45,
  .flex-offset-xs-45 {
    margin-left: 45%;
  }

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

  .offset-xs-50,
  .flex-offset-xs-50 {
    margin-left: 50%;
  }

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

  .offset-xs-55,
  .flex-offset-xs-55 {
    margin-left: 55%;
  }

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

  .offset-xs-60,
  .flex-offset-xs-60 {
    margin-left: 60%;
  }

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

  .offset-xs-65,
  .flex-offset-xs-65 {
    margin-left: 65%;
  }

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

  .offset-xs-70,
  .flex-offset-xs-70 {
    margin-left: 70%;
  }

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

  .offset-xs-75,
  .flex-offset-xs-75 {
    margin-left: 75%;
  }

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

  .offset-xs-80,
  .flex-offset-xs-80 {
    margin-left: 80%;
  }

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

  .offset-xs-85,
  .flex-offset-xs-85 {
    margin-left: 85%;
  }

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

  .offset-xs-90,
  .flex-offset-xs-90 {
    margin-left: 90%;
  }

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

  .offset-xs-95,
  .flex-offset-xs-95 {
    margin-left: 95%;
  }

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

  .offset-xs-33,
  .flex-offset-xs-33 {
    margin-left: calc(100% / 3);
  }

  .offset-xs-66,
  .flex-offset-xs-66 {
    margin-left: calc(200% / 3);
  }

  [dir=rtl] .offset-xs-66,
  [dir=rtl] .flex-offset-xs-66 {
    margin-left: 0;
    margin-left: auto;
    margin-left: initial;
    margin-right: calc(200% / 3);
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .layout-row > .flex,
  .layout-xs-row > .flex {
    min-width: 0;
  }

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

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

  .layout-column > .flex,
  .layout-xs-column > .flex {
    min-height: 0;
  }

  .layout-xs,
  .layout-xs-column,
  .layout-xs-row {
    box-sizing: border-box;
    display: flex;
  }

  .layout-xs-column {
    flex-direction: column;
  }

  .layout-xs-row {
    flex-direction: row;
  }
}

@media (min-width: 600px) {
  .flex-order-gt-xs--20 {
    order: -20;
  }

  .flex-order-gt-xs--19 {
    order: -19;
  }

  .flex-order-gt-xs--18 {
    order: -18;
  }

  .flex-order-gt-xs--17 {
    order: -17;
  }

  .flex-order-gt-xs--16 {
    order: -16;
  }

  .flex-order-gt-xs--15 {
    order: -15;
  }

  .flex-order-gt-xs--14 {
    order: -14;
  }

  .flex-order-gt-xs--13 {
    order: -13;
  }

  .flex-order-gt-xs--12 {
    order: -12;
  }

  .flex-order-gt-xs--11 {
    order: -11;
  }

  .flex-order-gt-xs--10 {
    order: -10;
  }

  .flex-order-gt-xs--9 {
    order: -9;
  }

  .flex-order-gt-xs--8 {
    order: -8;
  }

  .flex-order-gt-xs--7 {
    order: -7;
  }

  .flex-order-gt-xs--6 {
    order: -6;
  }

  .flex-order-gt-xs--5 {
    order: -5;
  }

  .flex-order-gt-xs--4 {
    order: -4;
  }

  .flex-order-gt-xs--3 {
    order: -3;
  }

  .flex-order-gt-xs--2 {
    order: -2;
  }

  .flex-order-gt-xs--1 {
    order: -1;
  }

  .flex-order-gt-xs-0 {
    order: 0;
  }

  .flex-order-gt-xs-1 {
    order: 1;
  }

  .flex-order-gt-xs-2 {
    order: 2;
  }

  .flex-order-gt-xs-3 {
    order: 3;
  }

  .flex-order-gt-xs-4 {
    order: 4;
  }

  .flex-order-gt-xs-5 {
    order: 5;
  }

  .flex-order-gt-xs-6 {
    order: 6;
  }

  .flex-order-gt-xs-7 {
    order: 7;
  }

  .flex-order-gt-xs-8 {
    order: 8;
  }

  .flex-order-gt-xs-9 {
    order: 9;
  }

  .flex-order-gt-xs-10 {
    order: 10;
  }

  .flex-order-gt-xs-11 {
    order: 11;
  }

  .flex-order-gt-xs-12 {
    order: 12;
  }

  .flex-order-gt-xs-13 {
    order: 13;
  }

  .flex-order-gt-xs-14 {
    order: 14;
  }

  .flex-order-gt-xs-15 {
    order: 15;
  }

  .flex-order-gt-xs-16 {
    order: 16;
  }

  .flex-order-gt-xs-17 {
    order: 17;
  }

  .flex-order-gt-xs-18 {
    order: 18;
  }

  .flex-order-gt-xs-19 {
    order: 19;
  }

  .flex-order-gt-xs-20 {
    order: 20;
  }

  .offset-gt-xs-0,
  .flex-offset-gt-xs-0 {
    margin-left: 0;
  }

  [dir=rtl] .offset-gt-xs-0,
  [dir=rtl] .flex-offset-gt-xs-0 {
    margin-left: 0;
    margin-left: auto;
    margin-left: initial;
    margin-right: 0;
  }

  .offset-gt-xs-5,
  .flex-offset-gt-xs-5 {
    margin-left: 5%;
  }

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

  .offset-gt-xs-10,
  .flex-offset-gt-xs-10 {
    margin-left: 10%;
  }

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

  .offset-gt-xs-15,
  .flex-offset-gt-xs-15 {
    margin-left: 15%;
  }

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

  .offset-gt-xs-20,
  .flex-offset-gt-xs-20 {
    margin-left: 20%;
  }

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

  .offset-gt-xs-25,
  .flex-offset-gt-xs-25 {
    margin-left: 25%;
  }

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

  .offset-gt-xs-30,
  .flex-offset-gt-xs-30 {
    margin-left: 30%;
  }

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

  .offset-gt-xs-35,
  .flex-offset-gt-xs-35 {
    margin-left: 35%;
  }

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

  .offset-gt-xs-40,
  .flex-offset-gt-xs-40 {
    margin-left: 40%;
  }

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

  .offset-gt-xs-45,
  .flex-offset-gt-xs-45 {
    margin-left: 45%;
  }

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

  .offset-gt-xs-50,
  .flex-offset-gt-xs-50 {
    margin-left: 50%;
  }

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

  .offset-gt-xs-55,
  .flex-offset-gt-xs-55 {
    margin-left: 55%;
  }

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

  .offset-gt-xs-60,
  .flex-offset-gt-xs-60 {
    margin-left: 60%;
  }

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

  .offset-gt-xs-65,
  .flex-offset-gt-xs-65 {
    margin-left: 65%;
  }

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

  .offset-gt-xs-70,
  .flex-offset-gt-xs-70 {
    margin-left: 70%;
  }

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

  .offset-gt-xs-75,
  .flex-offset-gt-xs-75 {
    margin-left: 75%;
  }

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

  .offset-gt-xs-80,
  .flex-offset-gt-xs-80 {
    margin-left: 80%;
  }

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

  .offset-gt-xs-85,
  .flex-offset-gt-xs-85 {
    margin-left: 85%;
  }

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

  .offset-gt-xs-90,
  .flex-offset-gt-xs-90 {
    margin-left: 90%;
  }

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

  .offset-gt-xs-95,
  .flex-offset-gt-xs-95 {
    margin-left: 95%;
  }

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

  .offset-gt-xs-33,
  .flex-offset-gt-xs-33 {
    margin-left: calc(100% / 3);
  }

  .offset-gt-xs-66,
  .flex-offset-gt-xs-66 {
    margin-left: calc(200% / 3);
  }

  [dir=rtl] .offset-gt-xs-66,
  [dir=rtl] .flex-offset-gt-xs-66 {
    margin-left: 0;
    margin-left: auto;
    margin-left: initial;
    margin-right: calc(200% / 3);
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .layout-row > .flex,
  .layout-gt-xs-row > .flex {
    min-width: 0;
  }

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

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

  .layout-column > .flex,
  .layout-gt-xs-column > .flex {
    min-height: 0;
  }

  .layout-gt-xs,
  .layout-gt-xs-column,
  .layout-gt-xs-row {
    box-sizing: border-box;
    display: flex;
  }

  .layout-gt-xs-column {
    flex-direction: column;
  }

  .layout-gt-xs-row {
    flex-direction: row;
  }
}

@media (min-width: 600px) and (max-width: 959px) {
  .hide:not(.show-gt-xs):not(.show-sm):not(.show),
  .hide-gt-xs:not(.show-gt-xs):not(.show-sm):not(.show) {
    display: none;
  }

  .hide-sm:not(.show-gt-xs):not(.show-sm):not(.show) {
    display: none;
  }

  .flex-order-sm--20 {
    order: -20;
  }

  .flex-order-sm--19 {
    order: -19;
  }

  .flex-order-sm--18 {
    order: -18;
  }

  .flex-order-sm--17 {
    order: -17;
  }

  .flex-order-sm--16 {
    order: -16;
  }

  .flex-order-sm--15 {
    order: -15;
  }

  .flex-order-sm--14 {
    order: -14;
  }

  .flex-order-sm--13 {
    order: -13;
  }

  .flex-order-sm--12 {
    order: -12;
  }

  .flex-order-sm--11 {
    order: -11;
  }

  .flex-order-sm--10 {
    order: -10;
  }

  .flex-order-sm--9 {
    order: -9;
  }

  .flex-order-sm--8 {
    order: -8;
  }

  .flex-order-sm--7 {
    order: -7;
  }

  .flex-order-sm--6 {
    order: -6;
  }

  .flex-order-sm--5 {
    order: -5;
  }

  .flex-order-sm--4 {
    order: -4;
  }

  .flex-order-sm--3 {
    order: -3;
  }

  .flex-order-sm--2 {
    order: -2;
  }

  .flex-order-sm--1 {
    order: -1;
  }

  .flex-order-sm-0 {
    order: 0;
  }

  .flex-order-sm-1 {
    order: 1;
  }

  .flex-order-sm-2 {
    order: 2;
  }

  .flex-order-sm-3 {
    order: 3;
  }

  .flex-order-sm-4 {
    order: 4;
  }

  .flex-order-sm-5 {
    order: 5;
  }

  .flex-order-sm-6 {
    order: 6;
  }

  .flex-order-sm-7 {
    order: 7;
  }

  .flex-order-sm-8 {
    order: 8;
  }

  .flex-order-sm-9 {
    order: 9;
  }

  .flex-order-sm-10 {
    order: 10;
  }

  .flex-order-sm-11 {
    order: 11;
  }

  .flex-order-sm-12 {
    order: 12;
  }

  .flex-order-sm-13 {
    order: 13;
  }

  .flex-order-sm-14 {
    order: 14;
  }

  .flex-order-sm-15 {
    order: 15;
  }

  .flex-order-sm-16 {
    order: 16;
  }

  .flex-order-sm-17 {
    order: 17;
  }

  .flex-order-sm-18 {
    order: 18;
  }

  .flex-order-sm-19 {
    order: 19;
  }

  .flex-order-sm-20 {
    order: 20;
  }

  .offset-sm-0,
  .flex-offset-sm-0 {
    margin-left: 0;
  }

  [dir=rtl] .offset-sm-0,
  [dir=rtl] .flex-offset-sm-0 {
    margin-left: 0;
    margin-left: auto;
    margin-left: initial;
    margin-right: 0;
  }

  .offset-sm-5,
  .flex-offset-sm-5 {
    margin-left: 5%;
  }

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

  .offset-sm-10,
  .flex-offset-sm-10 {
    margin-left: 10%;
  }

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

  .offset-sm-15,
  .flex-offset-sm-15 {
    margin-left: 15%;
  }

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

  .offset-sm-20,
  .flex-offset-sm-20 {
    margin-left: 20%;
  }

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

  .offset-sm-25,
  .flex-offset-sm-25 {
    margin-left: 25%;
  }

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

  .offset-sm-30,
  .flex-offset-sm-30 {
    margin-left: 30%;
  }

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

  .offset-sm-35,
  .flex-offset-sm-35 {
    margin-left: 35%;
  }

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

  .offset-sm-40,
  .flex-offset-sm-40 {
    margin-left: 40%;
  }

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

  .offset-sm-45,
  .flex-offset-sm-45 {
    margin-left: 45%;
  }

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

  .offset-sm-50,
  .flex-offset-sm-50 {
    margin-left: 50%;
  }

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

  .offset-sm-55,
  .flex-offset-sm-55 {
    margin-left: 55%;
  }

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

  .offset-sm-60,
  .flex-offset-sm-60 {
    margin-left: 60%;
  }

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

  .offset-sm-65,
  .flex-offset-sm-65 {
    margin-left: 65%;
  }

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

  .offset-sm-70,
  .flex-offset-sm-70 {
    margin-left: 70%;
  }

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

  .offset-sm-75,
  .flex-offset-sm-75 {
    margin-left: 75%;
  }

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

  .offset-sm-80,
  .flex-offset-sm-80 {
    margin-left: 80%;
  }

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

  .offset-sm-85,
  .flex-offset-sm-85 {
    margin-left: 85%;
  }

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

  .offset-sm-90,
  .flex-offset-sm-90 {
    margin-left: 90%;
  }

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

  .offset-sm-95,
  .flex-offset-sm-95 {
    margin-left: 95%;
  }

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

  .offset-sm-33,
  .flex-offset-sm-33 {
    margin-left: calc(100% / 3);
  }

  .offset-sm-66,
  .flex-offset-sm-66 {
    margin-left: calc(200% / 3);
  }

  [dir=rtl] .offset-sm-66,
  [dir=rtl] .flex-offset-sm-66 {
    margin-left: 0;
    margin-left: auto;
    margin-left: initial;
    margin-right: calc(200% / 3);
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .layout-row > .flex,
  .layout-sm-row > .flex {
    min-width: 0;
  }

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

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

  .layout-column > .flex,
  .layout-sm-column > .flex {
    min-height: 0;
  }

  .layout-sm,
  .layout-sm-column,
  .layout-sm-row {
    box-sizing: border-box;
    display: flex;
  }

  .layout-sm-column {
    flex-direction: column;
  }

  .layout-sm-row {
    flex-direction: row;
  }
}

@media (min-width: 960px) {
  .flex-order-gt-sm--20 {
    order: -20;
  }

  .flex-order-gt-sm--19 {
    order: -19;
  }

  .flex-order-gt-sm--18 {
    order: -18;
  }

  .flex-order-gt-sm--17 {
    order: -17;
  }

  .flex-order-gt-sm--16 {
    order: -16;
  }

  .flex-order-gt-sm--15 {
    order: -15;
  }

  .flex-order-gt-sm--14 {
    order: -14;
  }

  .flex-order-gt-sm--13 {
    order: -13;
  }

  .flex-order-gt-sm--12 {
    order: -12;
  }

  .flex-order-gt-sm--11 {
    order: -11;
  }

  .flex-order-gt-sm--10 {
    order: -10;
  }

  .flex-order-gt-sm--9 {
    order: -9;
  }

  .flex-order-gt-sm--8 {
    order: -8;
  }

  .flex-order-gt-sm--7 {
    order: -7;
  }

  .flex-order-gt-sm--6 {
    order: -6;
  }

  .flex-order-gt-sm--5 {
    order: -5;
  }

  .flex-order-gt-sm--4 {
    order: -4;
  }

  .flex-order-gt-sm--3 {
    order: -3;
  }

  .flex-order-gt-sm--2 {
    order: -2;
  }

  .flex-order-gt-sm--1 {
    order: -1;
  }

  .flex-order-gt-sm-0 {
    order: 0;
  }

  .flex-order-gt-sm-1 {
    order: 1;
  }

  .flex-order-gt-sm-2 {
    order: 2;
  }

  .flex-order-gt-sm-3 {
    order: 3;
  }

  .flex-order-gt-sm-4 {
    order: 4;
  }

  .flex-order-gt-sm-5 {
    order: 5;
  }

  .flex-order-gt-sm-6 {
    order: 6;
  }

  .flex-order-gt-sm-7 {
    order: 7;
  }

  .flex-order-gt-sm-8 {
    order: 8;
  }

  .flex-order-gt-sm-9 {
    order: 9;
  }

  .flex-order-gt-sm-10 {
    order: 10;
  }

  .flex-order-gt-sm-11 {
    order: 11;
  }

  .flex-order-gt-sm-12 {
    order: 12;
  }

  .flex-order-gt-sm-13 {
    order: 13;
  }

  .flex-order-gt-sm-14 {
    order: 14;
  }

  .flex-order-gt-sm-15 {
    order: 15;
  }

  .flex-order-gt-sm-16 {
    order: 16;
  }

  .flex-order-gt-sm-17 {
    order: 17;
  }

  .flex-order-gt-sm-18 {
    order: 18;
  }

  .flex-order-gt-sm-19 {
    order: 19;
  }

  .flex-order-gt-sm-20 {
    order: 20;
  }

  .offset-gt-sm-0,
  .flex-offset-gt-sm-0 {
    margin-left: 0;
  }

  [dir=rtl] .offset-gt-sm-0,
  [dir=rtl] .flex-offset-gt-sm-0 {
    margin-left: 0;
    margin-left: auto;
    margin-left: initial;
    margin-right: 0;
  }

  .offset-gt-sm-5,
  .flex-offset-gt-sm-5 {
    margin-left: 5%;
  }

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

  .offset-gt-sm-10,
  .flex-offset-gt-sm-10 {
    margin-left: 10%;
  }

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

  .offset-gt-sm-15,
  .flex-offset-gt-sm-15 {
    margin-left: 15%;
  }

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

  .offset-gt-sm-20,
  .flex-offset-gt-sm-20 {
    margin-left: 20%;
  }

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

  .offset-gt-sm-25,
  .flex-offset-gt-sm-25 {
    margin-left: 25%;
  }

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

  .offset-gt-sm-30,
  .flex-offset-gt-sm-30 {
    margin-left: 30%;
  }

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

  .offset-gt-sm-35,
  .flex-offset-gt-sm-35 {
    margin-left: 35%;
  }

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

  .offset-gt-sm-40,
  .flex-offset-gt-sm-40 {
    margin-left: 40%;
  }

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

  .offset-gt-sm-45,
  .flex-offset-gt-sm-45 {
    margin-left: 45%;
  }

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

  .offset-gt-sm-50,
  .flex-offset-gt-sm-50 {
    margin-left: 50%;
  }

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

  .offset-gt-sm-55,
  .flex-offset-gt-sm-55 {
    margin-left: 55%;
  }

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

  .offset-gt-sm-60,
  .flex-offset-gt-sm-60 {
    margin-left: 60%;
  }

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

  .offset-gt-sm-65,
  .flex-offset-gt-sm-65 {
    margin-left: 65%;
  }

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

  .offset-gt-sm-70,
  .flex-offset-gt-sm-70 {
    margin-left: 70%;
  }

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

  .offset-gt-sm-75,
  .flex-offset-gt-sm-75 {
    margin-left: 75%;
  }

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

  .offset-gt-sm-80,
  .flex-offset-gt-sm-80 {
    margin-left: 80%;
  }

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

  .offset-gt-sm-85,
  .flex-offset-gt-sm-85 {
    margin-left: 85%;
  }

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

  .offset-gt-sm-90,
  .flex-offset-gt-sm-90 {
    margin-left: 90%;
  }

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

  .offset-gt-sm-95,
  .flex-offset-gt-sm-95 {
    margin-left: 95%;
  }

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

  .offset-gt-sm-33,
  .flex-offset-gt-sm-33 {
    margin-left: calc(100% / 3);
  }

  .offset-gt-sm-66,
  .flex-offset-gt-sm-66 {
    margin-left: calc(200% / 3);
  }

  [dir=rtl] .offset-gt-sm-66,
  [dir=rtl] .flex-offset-gt-sm-66 {
    margin-left: 0;
    margin-left: auto;
    margin-left: initial;
    margin-right: calc(200% / 3);
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .layout-row > .flex,
  .layout-gt-sm-row > .flex {
    min-width: 0;
  }

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

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

  .layout-column > .flex,
  .layout-gt-sm-column > .flex {
    min-height: 0;
  }

  .layout-gt-sm,
  .layout-gt-sm-column,
  .layout-gt-sm-row {
    box-sizing: border-box;
    display: flex;
  }

  .layout-gt-sm-column {
    flex-direction: column;
  }

  .layout-gt-sm-row {
    flex-direction: row;
  }
}

@media (min-width: 960px) and (max-width: 1279px) {
  .hide:not(.show-gt-xs):not(.show-gt-sm):not(.show-md):not(.show),
  .hide-gt-xs:not(.show-gt-xs):not(.show-gt-sm):not(.show-md):not(.show),
  .hide-gt-sm:not(.show-gt-xs):not(.show-gt-sm):not(.show-md):not(.show) {
    display: none;
  }

  .hide-md:not(.show-md):not(.show-gt-sm):not(.show-gt-xs):not(.show) {
    display: none;
  }

  .flex-order-md--20 {
    order: -20;
  }

  .flex-order-md--19 {
    order: -19;
  }

  .flex-order-md--18 {
    order: -18;
  }

  .flex-order-md--17 {
    order: -17;
  }

  .flex-order-md--16 {
    order: -16;
  }

  .flex-order-md--15 {
    order: -15;
  }

  .flex-order-md--14 {
    order: -14;
  }

  .flex-order-md--13 {
    order: -13;
  }

  .flex-order-md--12 {
    order: -12;
  }

  .flex-order-md--11 {
    order: -11;
  }

  .flex-order-md--10 {
    order: -10;
  }

  .flex-order-md--9 {
    order: -9;
  }

  .flex-order-md--8 {
    order: -8;
  }

  .flex-order-md--7 {
    order: -7;
  }

  .flex-order-md--6 {
    order: -6;
  }

  .flex-order-md--5 {
    order: -5;
  }

  .flex-order-md--4 {
    order: -4;
  }

  .flex-order-md--3 {
    order: -3;
  }

  .flex-order-md--2 {
    order: -2;
  }

  .flex-order-md--1 {
    order: -1;
  }

  .flex-order-md-0 {
    order: 0;
  }

  .flex-order-md-1 {
    order: 1;
  }

  .flex-order-md-2 {
    order: 2;
  }

  .flex-order-md-3 {
    order: 3;
  }

  .flex-order-md-4 {
    order: 4;
  }

  .flex-order-md-5 {
    order: 5;
  }

  .flex-order-md-6 {
    order: 6;
  }

  .flex-order-md-7 {
    order: 7;
  }

  .flex-order-md-8 {
    order: 8;
  }

  .flex-order-md-9 {
    order: 9;
  }

  .flex-order-md-10 {
    order: 10;
  }

  .flex-order-md-11 {
    order: 11;
  }

  .flex-order-md-12 {
    order: 12;
  }

  .flex-order-md-13 {
    order: 13;
  }

  .flex-order-md-14 {
    order: 14;
  }

  .flex-order-md-15 {
    order: 15;
  }

  .flex-order-md-16 {
    order: 16;
  }

  .flex-order-md-17 {
    order: 17;
  }

  .flex-order-md-18 {
    order: 18;
  }

  .flex-order-md-19 {
    order: 19;
  }

  .flex-order-md-20 {
    order: 20;
  }

  .offset-md-0,
  .flex-offset-md-0 {
    margin-left: 0;
  }

  [dir=rtl] .offset-md-0,
  [dir=rtl] .flex-offset-md-0 {
    margin-left: 0;
    margin-left: auto;
    margin-left: initial;
    margin-right: 0;
  }

  .offset-md-5,
  .flex-offset-md-5 {
    margin-left: 5%;
  }

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

  .offset-md-10,
  .flex-offset-md-10 {
    margin-left: 10%;
  }

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

  .offset-md-15,
  .flex-offset-md-15 {
    margin-left: 15%;
  }

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

  .offset-md-20,
  .flex-offset-md-20 {
    margin-left: 20%;
  }

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

  .offset-md-25,
  .flex-offset-md-25 {
    margin-left: 25%;
  }

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

  .offset-md-30,
  .flex-offset-md-30 {
    margin-left: 30%;
  }

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

  .offset-md-35,
  .flex-offset-md-35 {
    margin-left: 35%;
  }

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

  .offset-md-40,
  .flex-offset-md-40 {
    margin-left: 40%;
  }

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

  .offset-md-45,
  .flex-offset-md-45 {
    margin-left: 45%;
  }

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

  .offset-md-50,
  .flex-offset-md-50 {
    margin-left: 50%;
  }

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

  .offset-md-55,
  .flex-offset-md-55 {
    margin-left: 55%;
  }

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

  .offset-md-60,
  .flex-offset-md-60 {
    margin-left: 60%;
  }

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

  .offset-md-65,
  .flex-offset-md-65 {
    margin-left: 65%;
  }

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

  .offset-md-70,
  .flex-offset-md-70 {
    margin-left: 70%;
  }

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

  .offset-md-75,
  .flex-offset-md-75 {
    margin-left: 75%;
  }

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

  .offset-md-80,
  .flex-offset-md-80 {
    margin-left: 80%;
  }

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

  .offset-md-85,
  .flex-offset-md-85 {
    margin-left: 85%;
  }

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

  .offset-md-90,
  .flex-offset-md-90 {
    margin-left: 90%;
  }

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

  .offset-md-95,
  .flex-offset-md-95 {
    margin-left: 95%;
  }

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

  .offset-md-33,
  .flex-offset-md-33 {
    margin-left: calc(100% / 3);
  }

  .offset-md-66,
  .flex-offset-md-66 {
    margin-left: calc(200% / 3);
  }

  [dir=rtl] .offset-md-66,
  [dir=rtl] .flex-offset-md-66 {
    margin-left: 0;
    margin-left: auto;
    margin-left: initial;
    margin-right: calc(200% / 3);
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .layout-row > .flex,
  .layout-md-row > .flex {
    min-width: 0;
  }

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

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

  .layout-column > .flex,
  .layout-md-column > .flex {
    min-height: 0;
  }

  .layout-md,
  .layout-md-column,
  .layout-md-row {
    box-sizing: border-box;
    display: flex;
  }

  .layout-md-column {
    flex-direction: column;
  }

  .layout-md-row {
    flex-direction: row;
  }
}

@media (min-width: 1280px) {
  .flex-order-gt-md--20 {
    order: -20;
  }

  .flex-order-gt-md--19 {
    order: -19;
  }

  .flex-order-gt-md--18 {
    order: -18;
  }

  .flex-order-gt-md--17 {
    order: -17;
  }

  .flex-order-gt-md--16 {
    order: -16;
  }

  .flex-order-gt-md--15 {
    order: -15;
  }

  .flex-order-gt-md--14 {
    order: -14;
  }

  .flex-order-gt-md--13 {
    order: -13;
  }

  .flex-order-gt-md--12 {
    order: -12;
  }

  .flex-order-gt-md--11 {
    order: -11;
  }

  .flex-order-gt-md--10 {
    order: -10;
  }

  .flex-order-gt-md--9 {
    order: -9;
  }

  .flex-order-gt-md--8 {
    order: -8;
  }

  .flex-order-gt-md--7 {
    order: -7;
  }

  .flex-order-gt-md--6 {
    order: -6;
  }

  .flex-order-gt-md--5 {
    order: -5;
  }

  .flex-order-gt-md--4 {
    order: -4;
  }

  .flex-order-gt-md--3 {
    order: -3;
  }

  .flex-order-gt-md--2 {
    order: -2;
  }

  .flex-order-gt-md--1 {
    order: -1;
  }

  .flex-order-gt-md-0 {
    order: 0;
  }

  .flex-order-gt-md-1 {
    order: 1;
  }

  .flex-order-gt-md-2 {
    order: 2;
  }

  .flex-order-gt-md-3 {
    order: 3;
  }

  .flex-order-gt-md-4 {
    order: 4;
  }

  .flex-order-gt-md-5 {
    order: 5;
  }

  .flex-order-gt-md-6 {
    order: 6;
  }

  .flex-order-gt-md-7 {
    order: 7;
  }

  .flex-order-gt-md-8 {
    order: 8;
  }

  .flex-order-gt-md-9 {
    order: 9;
  }

  .flex-order-gt-md-10 {
    order: 10;
  }

  .flex-order-gt-md-11 {
    order: 11;
  }

  .flex-order-gt-md-12 {
    order: 12;
  }

  .flex-order-gt-md-13 {
    order: 13;
  }

  .flex-order-gt-md-14 {
    order: 14;
  }

  .flex-order-gt-md-15 {
    order: 15;
  }

  .flex-order-gt-md-16 {
    order: 16;
  }

  .flex-order-gt-md-17 {
    order: 17;
  }

  .flex-order-gt-md-18 {
    order: 18;
  }

  .flex-order-gt-md-19 {
    order: 19;
  }

  .flex-order-gt-md-20 {
    order: 20;
  }

  .offset-gt-md-0,
  .flex-offset-gt-md-0 {
    margin-left: 0;
  }

  [dir=rtl] .offset-gt-md-0,
  [dir=rtl] .flex-offset-gt-md-0 {
    margin-left: 0;
    margin-left: auto;
    margin-left: initial;
    margin-right: 0;
  }

  .offset-gt-md-5,
  .flex-offset-gt-md-5 {
    margin-left: 5%;
  }

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

  .offset-gt-md-10,
  .flex-offset-gt-md-10 {
    margin-left: 10%;
  }

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

  .offset-gt-md-15,
  .flex-offset-gt-md-15 {
    margin-left: 15%;
  }

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

  .offset-gt-md-20,
  .flex-offset-gt-md-20 {
    margin-left: 20%;
  }

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

  .offset-gt-md-25,
  .flex-offset-gt-md-25 {
    margin-left: 25%;
  }

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

  .offset-gt-md-30,
  .flex-offset-gt-md-30 {
    margin-left: 30%;
  }

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

  .offset-gt-md-35,
  .flex-offset-gt-md-35 {
    margin-left: 35%;
  }

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

  .offset-gt-md-40,
  .flex-offset-gt-md-40 {
    margin-left: 40%;
  }

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

  .offset-gt-md-45,
  .flex-offset-gt-md-45 {
    margin-left: 45%;
  }

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

  .offset-gt-md-50,
  .flex-offset-gt-md-50 {
    margin-left: 50%;
  }

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

  .offset-gt-md-55,
  .flex-offset-gt-md-55 {
    margin-left: 55%;
  }

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

  .offset-gt-md-60,
  .flex-offset-gt-md-60 {
    margin-left: 60%;
  }

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

  .offset-gt-md-65,
  .flex-offset-gt-md-65 {
    margin-left: 65%;
  }

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

  .offset-gt-md-70,
  .flex-offset-gt-md-70 {
    margin-left: 70%;
  }

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

  .offset-gt-md-75,
  .flex-offset-gt-md-75 {
    margin-left: 75%;
  }

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

  .offset-gt-md-80,
  .flex-offset-gt-md-80 {
    margin-left: 80%;
  }

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

  .offset-gt-md-85,
  .flex-offset-gt-md-85 {
    margin-left: 85%;
  }

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

  .offset-gt-md-90,
  .flex-offset-gt-md-90 {
    margin-left: 90%;
  }

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

  .offset-gt-md-95,
  .flex-offset-gt-md-95 {
    margin-left: 95%;
  }

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

  .offset-gt-md-33,
  .flex-offset-gt-md-33 {
    margin-left: calc(100% / 3);
  }

  .offset-gt-md-66,
  .flex-offset-gt-md-66 {
    margin-left: calc(200% / 3);
  }

  [dir=rtl] .offset-gt-md-66,
  [dir=rtl] .flex-offset-gt-md-66 {
    margin-left: 0;
    margin-left: auto;
    margin-left: initial;
    margin-right: calc(200% / 3);
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .layout-row > .flex,
  .layout-gt-md-row > .flex {
    min-width: 0;
  }

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

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

  .layout-column > .flex,
  .layout-gt-md-column > .flex {
    min-height: 0;
  }

  .layout-gt-md,
  .layout-gt-md-column,
  .layout-gt-md-row {
    box-sizing: border-box;
    display: flex;
  }

  .layout-gt-md-column {
    flex-direction: column;
  }

  .layout-gt-md-row {
    flex-direction: row;
  }
}

@media (min-width: 1280px) and (max-width: 1919px) {
  .hide:not(.show-gt-xs):not(.show-gt-sm):not(.show-gt-md):not(.show-lg):not(.show),
  .hide-gt-xs:not(.show-gt-xs):not(.show-gt-sm):not(.show-gt-md):not(.show-lg):not(.show),
  .hide-gt-sm:not(.show-gt-xs):not(.show-gt-sm):not(.show-gt-md):not(.show-lg):not(.show),
  .hide-gt-md:not(.show-gt-xs):not(.show-gt-sm):not(.show-gt-md):not(.show-lg):not(.show) {
    display: none;
  }

  .hide-lg:not(.show-lg):not(.show-gt-md):not(.show-gt-sm):not(.show-gt-xs):not(.show) {
    display: none;
  }

  .flex-order-lg--20 {
    order: -20;
  }

  .flex-order-lg--19 {
    order: -19;
  }

  .flex-order-lg--18 {
    order: -18;
  }

  .flex-order-lg--17 {
    order: -17;
  }

  .flex-order-lg--16 {
    order: -16;
  }

  .flex-order-lg--15 {
    order: -15;
  }

  .flex-order-lg--14 {
    order: -14;
  }

  .flex-order-lg--13 {
    order: -13;
  }

  .flex-order-lg--12 {
    order: -12;
  }

  .flex-order-lg--11 {
    order: -11;
  }

  .flex-order-lg--10 {
    order: -10;
  }

  .flex-order-lg--9 {
    order: -9;
  }

  .flex-order-lg--8 {
    order: -8;
  }

  .flex-order-lg--7 {
    order: -7;
  }

  .flex-order-lg--6 {
    order: -6;
  }

  .flex-order-lg--5 {
    order: -5;
  }

  .flex-order-lg--4 {
    order: -4;
  }

  .flex-order-lg--3 {
    order: -3;
  }

  .flex-order-lg--2 {
    order: -2;
  }

  .flex-order-lg--1 {
    order: -1;
  }

  .flex-order-lg-0 {
    order: 0;
  }

  .flex-order-lg-1 {
    order: 1;
  }

  .flex-order-lg-2 {
    order: 2;
  }

  .flex-order-lg-3 {
    order: 3;
  }

  .flex-order-lg-4 {
    order: 4;
  }

  .flex-order-lg-5 {
    order: 5;
  }

  .flex-order-lg-6 {
    order: 6;
  }

  .flex-order-lg-7 {
    order: 7;
  }

  .flex-order-lg-8 {
    order: 8;
  }

  .flex-order-lg-9 {
    order: 9;
  }

  .flex-order-lg-10 {
    order: 10;
  }

  .flex-order-lg-11 {
    order: 11;
  }

  .flex-order-lg-12 {
    order: 12;
  }

  .flex-order-lg-13 {
    order: 13;
  }

  .flex-order-lg-14 {
    order: 14;
  }

  .flex-order-lg-15 {
    order: 15;
  }

  .flex-order-lg-16 {
    order: 16;
  }

  .flex-order-lg-17 {
    order: 17;
  }

  .flex-order-lg-18 {
    order: 18;
  }

  .flex-order-lg-19 {
    order: 19;
  }

  .flex-order-lg-20 {
    order: 20;
  }

  .offset-lg-0,
  .flex-offset-lg-0 {
    margin-left: 0;
  }

  [dir=rtl] .offset-lg-0,
  [dir=rtl] .flex-offset-lg-0 {
    margin-left: 0;
    margin-left: auto;
    margin-left: initial;
    margin-right: 0;
  }

  .offset-lg-5,
  .flex-offset-lg-5 {
    margin-left: 5%;
  }

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

  .offset-lg-10,
  .flex-offset-lg-10 {
    margin-left: 10%;
  }

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

  .offset-lg-15,
  .flex-offset-lg-15 {
    margin-left: 15%;
  }

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

  .offset-lg-20,
  .flex-offset-lg-20 {
    margin-left: 20%;
  }

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

  .offset-lg-25,
  .flex-offset-lg-25 {
    margin-left: 25%;
  }

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

  .offset-lg-30,
  .flex-offset-lg-30 {
    margin-left: 30%;
  }

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

  .offset-lg-35,
  .flex-offset-lg-35 {
    margin-left: 35%;
  }

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

  .offset-lg-40,
  .flex-offset-lg-40 {
    margin-left: 40%;
  }

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

  .offset-lg-45,
  .flex-offset-lg-45 {
    margin-left: 45%;
  }

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

  .offset-lg-50,
  .flex-offset-lg-50 {
    margin-left: 50%;
  }

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

  .offset-lg-55,
  .flex-offset-lg-55 {
    margin-left: 55%;
  }

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

  .offset-lg-60,
  .flex-offset-lg-60 {
    margin-left: 60%;
  }

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

  .offset-lg-65,
  .flex-offset-lg-65 {
    margin-left: 65%;
  }

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

  .offset-lg-70,
  .flex-offset-lg-70 {
    margin-left: 70%;
  }

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

  .offset-lg-75,
  .flex-offset-lg-75 {
    margin-left: 75%;
  }

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

  .offset-lg-80,
  .flex-offset-lg-80 {
    margin-left: 80%;
  }

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

  .offset-lg-85,
  .flex-offset-lg-85 {
    margin-left: 85%;
  }

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

  .offset-lg-90,
  .flex-offset-lg-90 {
    margin-left: 90%;
  }

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

  .offset-lg-95,
  .flex-offset-lg-95 {
    margin-left: 95%;
  }

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

  .offset-lg-33,
  .flex-offset-lg-33 {
    margin-left: calc(100% / 3);
  }

  .offset-lg-66,
  .flex-offset-lg-66 {
    margin-left: calc(200% / 3);
  }

  [dir=rtl] .offset-lg-66,
  [dir=rtl] .flex-offset-lg-66 {
    margin-left: 0;
    margin-left: auto;
    margin-left: initial;
    margin-right: calc(200% / 3);
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .layout-row > .flex,
  .layout-lg-row > .flex {
    min-width: 0;
  }

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

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

  .layout-column > .flex,
  .layout-lg-column > .flex {
    min-height: 0;
  }

  .layout-lg,
  .layout-lg-column,
  .layout-lg-row {
    box-sizing: border-box;
    display: flex;
  }

  .layout-lg-column {
    flex-direction: column;
  }

  .layout-lg-row {
    flex-direction: row;
  }
}

@media (min-width: 1920px) {
  .flex-order-gt-lg--20 {
    order: -20;
  }

  .flex-order-gt-lg--19 {
    order: -19;
  }

  .flex-order-gt-lg--18 {
    order: -18;
  }

  .flex-order-gt-lg--17 {
    order: -17;
  }

  .flex-order-gt-lg--16 {
    order: -16;
  }

  .flex-order-gt-lg--15 {
    order: -15;
  }

  .flex-order-gt-lg--14 {
    order: -14;
  }

  .flex-order-gt-lg--13 {
    order: -13;
  }

  .flex-order-gt-lg--12 {
    order: -12;
  }

  .flex-order-gt-lg--11 {
    order: -11;
  }

  .flex-order-gt-lg--10 {
    order: -10;
  }

  .flex-order-gt-lg--9 {
    order: -9;
  }

  .flex-order-gt-lg--8 {
    order: -8;
  }

  .flex-order-gt-lg--7 {
    order: -7;
  }

  .flex-order-gt-lg--6 {
    order: -6;
  }

  .flex-order-gt-lg--5 {
    order: -5;
  }

  .flex-order-gt-lg--4 {
    order: -4;
  }

  .flex-order-gt-lg--3 {
    order: -3;
  }

  .flex-order-gt-lg--2 {
    order: -2;
  }

  .flex-order-gt-lg--1 {
    order: -1;
  }

  .flex-order-gt-lg-0 {
    order: 0;
  }

  .flex-order-gt-lg-1 {
    order: 1;
  }

  .flex-order-gt-lg-2 {
    order: 2;
  }

  .flex-order-gt-lg-3 {
    order: 3;
  }

  .flex-order-gt-lg-4 {
    order: 4;
  }

  .flex-order-gt-lg-5 {
    order: 5;
  }

  .flex-order-gt-lg-6 {
    order: 6;
  }

  .flex-order-gt-lg-7 {
    order: 7;
  }

  .flex-order-gt-lg-8 {
    order: 8;
  }

  .flex-order-gt-lg-9 {
    order: 9;
  }

  .flex-order-gt-lg-10 {
    order: 10;
  }

  .flex-order-gt-lg-11 {
    order: 11;
  }

  .flex-order-gt-lg-12 {
    order: 12;
  }

  .flex-order-gt-lg-13 {
    order: 13;
  }

  .flex-order-gt-lg-14 {
    order: 14;
  }

  .flex-order-gt-lg-15 {
    order: 15;
  }

  .flex-order-gt-lg-16 {
    order: 16;
  }

  .flex-order-gt-lg-17 {
    order: 17;
  }

  .flex-order-gt-lg-18 {
    order: 18;
  }

  .flex-order-gt-lg-19 {
    order: 19;
  }

  .flex-order-gt-lg-20 {
    order: 20;
  }

  .offset-gt-lg-0,
  .flex-offset-gt-lg-0 {
    margin-left: 0;
  }

  [dir=rtl] .offset-gt-lg-0,
  [dir=rtl] .flex-offset-gt-lg-0 {
    margin-left: 0;
    margin-left: auto;
    margin-left: initial;
    margin-right: 0;
  }

  .offset-gt-lg-5,
  .flex-offset-gt-lg-5 {
    margin-left: 5%;
  }

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

  .offset-gt-lg-10,
  .flex-offset-gt-lg-10 {
    margin-left: 10%;
  }

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

  .offset-gt-lg-15,
  .flex-offset-gt-lg-15 {
    margin-left: 15%;
  }

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

  .offset-gt-lg-20,
  .flex-offset-gt-lg-20 {
    margin-left: 20%;
  }

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

  .offset-gt-lg-25,
  .flex-offset-gt-lg-25 {
    margin-left: 25%;
  }

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

  .offset-gt-lg-30,
  .flex-offset-gt-lg-30 {
    margin-left: 30%;
  }

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

  .offset-gt-lg-35,
  .flex-offset-gt-lg-35 {
    margin-left: 35%;
  }

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

  .offset-gt-lg-40,
  .flex-offset-gt-lg-40 {
    margin-left: 40%;
  }

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

  .offset-gt-lg-45,
  .flex-offset-gt-lg-45 {
    margin-left: 45%;
  }

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

  .offset-gt-lg-50,
  .flex-offset-gt-lg-50 {
    margin-left: 50%;
  }

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

  .offset-gt-lg-55,
  .flex-offset-gt-lg-55 {
    margin-left: 55%;
  }

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

  .offset-gt-lg-60,
  .flex-offset-gt-lg-60 {
    margin-left: 60%;
  }

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

  .offset-gt-lg-65,
  .flex-offset-gt-lg-65 {
    margin-left: 65%;
  }

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

  .offset-gt-lg-70,
  .flex-offset-gt-lg-70 {
    margin-left: 70%;
  }

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

  .offset-gt-lg-75,
  .flex-offset-gt-lg-75 {
    margin-left: 75%;
  }

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

  .offset-gt-lg-80,
  .flex-offset-gt-lg-80 {
    margin-left: 80%;
  }

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

  .offset-gt-lg-85,
  .flex-offset-gt-lg-85 {
    margin-left: 85%;
  }

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

  .offset-gt-lg-90,
  .flex-offset-gt-lg-90 {
    margin-left: 90%;
  }

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

  .offset-gt-lg-95,
  .flex-offset-gt-lg-95 {
    margin-left: 95%;
  }

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

  .offset-gt-lg-33,
  .flex-offset-gt-lg-33 {
    margin-left: calc(100% / 3);
  }

  .offset-gt-lg-66,
  .flex-offset-gt-lg-66 {
    margin-left: calc(200% / 3);
  }

  [dir=rtl] .offset-gt-lg-66,
  [dir=rtl] .flex-offset-gt-lg-66 {
    margin-left: 0;
    margin-left: auto;
    margin-left: initial;
    margin-right: calc(200% / 3);
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .layout-row > .flex,
  .layout-gt-lg-row > .flex {
    min-width: 0;
  }

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

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

  .layout-column > .flex,
  .layout-gt-lg-column > .flex {
    min-height: 0;
  }

  .layout-gt-lg,
  .layout-gt-lg-column,
  .layout-gt-lg-row {
    box-sizing: border-box;
    display: flex;
  }

  .layout-gt-lg-column {
    flex-direction: column;
  }

  .layout-gt-lg-row {
    flex-direction: row;
  }

  .flex-order-xl--20 {
    order: -20;
  }

  .flex-order-xl--19 {
    order: -19;
  }

  .flex-order-xl--18 {
    order: -18;
  }

  .flex-order-xl--17 {
    order: -17;
  }

  .flex-order-xl--16 {
    order: -16;
  }

  .flex-order-xl--15 {
    order: -15;
  }

  .flex-order-xl--14 {
    order: -14;
  }

  .flex-order-xl--13 {
    order: -13;
  }

  .flex-order-xl--12 {
    order: -12;
  }

  .flex-order-xl--11 {
    order: -11;
  }

  .flex-order-xl--10 {
    order: -10;
  }

  .flex-order-xl--9 {
    order: -9;
  }

  .flex-order-xl--8 {
    order: -8;
  }

  .flex-order-xl--7 {
    order: -7;
  }

  .flex-order-xl--6 {
    order: -6;
  }

  .flex-order-xl--5 {
    order: -5;
  }

  .flex-order-xl--4 {
    order: -4;
  }

  .flex-order-xl--3 {
    order: -3;
  }

  .flex-order-xl--2 {
    order: -2;
  }

  .flex-order-xl--1 {
    order: -1;
  }

  .flex-order-xl-0 {
    order: 0;
  }

  .flex-order-xl-1 {
    order: 1;
  }

  .flex-order-xl-2 {
    order: 2;
  }

  .flex-order-xl-3 {
    order: 3;
  }

  .flex-order-xl-4 {
    order: 4;
  }

  .flex-order-xl-5 {
    order: 5;
  }

  .flex-order-xl-6 {
    order: 6;
  }

  .flex-order-xl-7 {
    order: 7;
  }

  .flex-order-xl-8 {
    order: 8;
  }

  .flex-order-xl-9 {
    order: 9;
  }

  .flex-order-xl-10 {
    order: 10;
  }

  .flex-order-xl-11 {
    order: 11;
  }

  .flex-order-xl-12 {
    order: 12;
  }

  .flex-order-xl-13 {
    order: 13;
  }

  .flex-order-xl-14 {
    order: 14;
  }

  .flex-order-xl-15 {
    order: 15;
  }

  .flex-order-xl-16 {
    order: 16;
  }

  .flex-order-xl-17 {
    order: 17;
  }

  .flex-order-xl-18 {
    order: 18;
  }

  .flex-order-xl-19 {
    order: 19;
  }

  .flex-order-xl-20 {
    order: 20;
  }

  .offset-xl-0,
  .flex-offset-xl-0 {
    margin-left: 0;
  }

  [dir=rtl] .offset-xl-0,
  [dir=rtl] .flex-offset-xl-0 {
    margin-left: 0;
    margin-left: auto;
    margin-left: initial;
    margin-right: 0;
  }

  .offset-xl-5,
  .flex-offset-xl-5 {
    margin-left: 5%;
  }

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

  .offset-xl-10,
  .flex-offset-xl-10 {
    margin-left: 10%;
  }

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

  .offset-xl-15,
  .flex-offset-xl-15 {
    margin-left: 15%;
  }

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

  .offset-xl-20,
  .flex-offset-xl-20 {
    margin-left: 20%;
  }

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

  .offset-xl-25,
  .flex-offset-xl-25 {
    margin-left: 25%;
  }

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

  .offset-xl-30,
  .flex-offset-xl-30 {
    margin-left: 30%;
  }

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

  .offset-xl-35,
  .flex-offset-xl-35 {
    margin-left: 35%;
  }

  [dir=rtl] .offset-xl-35,
  [dir=rtl] .flex-offset-xl-35 {
    margin-left: 0;
    margin-left: auto;
    margin-left: initial;
    margin-right: 35%;
  }

  .offset-xl-40,
  .flex-offset-xl-40 {
    margin-left: 40%;
  }

  [dir=rtl] .offset-xl-40,
  [dir=rtl] .flex-offset-xl-40 {
    margin-left: 0;
    margin-left: auto;
    margin-left: initial;
    margin-right: 40%;
  }

  .offset-xl-45,
  .flex-offset-xl-45 {
    margin-left: 45%;
  }

  [dir=rtl] .offset-xl-45,
  [dir=rtl] .flex-offset-xl-45 {
    margin-left: 0;
    margin-left: auto;
    margin-left: initial;
    margin-right: 45%;
  }

  .offset-xl-50,
  .flex-offset-xl-50 {
    margin-left: 50%;
  }

  [dir=rtl] .offset-xl-50,
  [dir=rtl] .flex-offset-xl-50 {
    margin-left: 0;
    margin-left: auto;
    margin-left: initial;
    margin-right: 50%;
  }

  .offset-xl-55,
  .flex-offset-xl-55 {
    margin-left: 55%;
  }

  [dir=rtl] .offset-xl-55,
  [dir=rtl] .flex-offset-xl-55 {
    margin-left: 0;
    margin-left: auto;
    margin-left: initial;
    margin-right: 55%;
  }

  .offset-xl-60,
  .flex-offset-xl-60 {
    margin-left: 60%;
  }

  [dir=rtl] .offset-xl-60,
  [dir=rtl] .flex-offset-xl-60 {
    margin-left: 0;
    margin-left: auto;
    margin-left: initial;
    margin-right: 60%;
  }

  .offset-xl-65,
  .flex-offset-xl-65 {
    margin-left: 65%;
  }

  [dir=rtl] .offset-xl-65,
  [dir=rtl] .flex-offset-xl-65 {
    margin-left: 0;
    margin-left: auto;
    margin-left: initial;
    margin-right: 65%;
  }

  .offset-xl-70,
  .flex-offset-xl-70 {
    margin-left: 70%;
  }

  [dir=rtl] .offset-xl-70,
  [dir=rtl] .flex-offset-xl-70 {
    margin-left: 0;
    margin-left: auto;
    margin-left: initial;
    margin-right: 70%;
  }

  .offset-xl-75,
  .flex-offset-xl-75 {
    margin-left: 75%;
  }

  [dir=rtl] .offset-xl-75,
  [dir=rtl] .flex-offset-xl-75 {
    margin-left: 0;
    margin-left: auto;
    margin-left: initial;
    margin-right: 75%;
  }

  .offset-xl-80,
  .flex-offset-xl-80 {
    margin-left: 80%;
  }

  [dir=rtl] .offset-xl-80,
  [dir=rtl] .flex-offset-xl-80 {
    margin-left: 0;
    margin-left: auto;
    margin-left: initial;
    margin-right: 80%;
  }

  .offset-xl-85,
  .flex-offset-xl-85 {
    margin-left: 85%;
  }

  [dir=rtl] .offset-xl-85,
  [dir=rtl] .flex-offset-xl-85 {
    margin-left: 0;
    margin-left: auto;
    margin-left: initial;
    margin-right: 85%;
  }

  .offset-xl-90,
  .flex-offset-xl-90 {
    margin-left: 90%;
  }

  [dir=rtl] .offset-xl-90,
  [dir=rtl] .flex-offset-xl-90 {
    margin-left: 0;
    margin-left: auto;
    margin-left: initial;
    margin-right: 90%;
  }

  .offset-xl-95,
  .flex-offset-xl-95 {
    margin-left: 95%;
  }

  [dir=rtl] .offset-xl-95,
  [dir=rtl] .flex-offset-xl-95 {
    margin-left: 0;
    margin-left: auto;
    margin-left: initial;
    margin-right: 95%;
  }

  .offset-xl-33,
  .flex-offset-xl-33 {
    margin-left: calc(100% / 3);
  }

  .offset-xl-66,
  .flex-offset-xl-66 {
    margin-left: calc(200% / 3);
  }

  [dir=rtl] .offset-xl-66,
  [dir=rtl] .flex-offset-xl-66 {
    margin-left: 0;
    margin-left: auto;
    margin-left: initial;
    margin-right: calc(200% / 3);
  }

  .layout-align-xl {
    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 0%;
    max-width: 0%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-xl-0,
  .layout-xl-row > .flex-xl-0 {
    flex: 1 1 0%;
    max-width: 0%;
    max-height: 100%;
    box-sizing: border-box;
    min-width: 0;
  }

  .layout-column > .flex-xl-0,
  .layout-xl-column > .flex-xl-0 {
    flex: 1 1 0%;
    max-width: 100%;
    max-height: 0%;
    box-sizing: border-box;
    min-height: 0;
  }

  .flex-xl-5 {
    flex: 1 1 5%;
    max-width: 5%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-xl-5,
  .layout-xl-row > .flex-xl-5 {
    flex: 1 1 5%;
    max-width: 5%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-xl-5,
  .layout-xl-column > .flex-xl-5 {
    flex: 1 1 5%;
    max-width: 100%;
    max-height: 5%;
    box-sizing: border-box;
  }

  .flex-xl-10 {
    flex: 1 1 10%;
    max-width: 10%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-xl-10,
  .layout-xl-row > .flex-xl-10 {
    flex: 1 1 10%;
    max-width: 10%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-xl-10,
  .layout-xl-column > .flex-xl-10 {
    flex: 1 1 10%;
    max-width: 100%;
    max-height: 10%;
    box-sizing: border-box;
  }

  .flex-xl-15 {
    flex: 1 1 15%;
    max-width: 15%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-xl-15,
  .layout-xl-row > .flex-xl-15 {
    flex: 1 1 15%;
    max-width: 15%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-xl-15,
  .layout-xl-column > .flex-xl-15 {
    flex: 1 1 15%;
    max-width: 100%;
    max-height: 15%;
    box-sizing: border-box;
  }

  .flex-xl-20 {
    flex: 1 1 20%;
    max-width: 20%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-xl-20,
  .layout-xl-row > .flex-xl-20 {
    flex: 1 1 20%;
    max-width: 20%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-xl-20,
  .layout-xl-column > .flex-xl-20 {
    flex: 1 1 20%;
    max-width: 100%;
    max-height: 20%;
    box-sizing: border-box;
  }

  .flex-xl-25 {
    flex: 1 1 25%;
    max-width: 25%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-xl-25,
  .layout-xl-row > .flex-xl-25 {
    flex: 1 1 25%;
    max-width: 25%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-xl-25,
  .layout-xl-column > .flex-xl-25 {
    flex: 1 1 25%;
    max-width: 100%;
    max-height: 25%;
    box-sizing: border-box;
  }

  .flex-xl-30 {
    flex: 1 1 30%;
    max-width: 30%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-xl-30,
  .layout-xl-row > .flex-xl-30 {
    flex: 1 1 30%;
    max-width: 30%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-xl-30,
  .layout-xl-column > .flex-xl-30 {
    flex: 1 1 30%;
    max-width: 100%;
    max-height: 30%;
    box-sizing: border-box;
  }

  .flex-xl-35 {
    flex: 1 1 35%;
    max-width: 35%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-xl-35,
  .layout-xl-row > .flex-xl-35 {
    flex: 1 1 35%;
    max-width: 35%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-xl-35,
  .layout-xl-column > .flex-xl-35 {
    flex: 1 1 35%;
    max-width: 100%;
    max-height: 35%;
    box-sizing: border-box;
  }

  .flex-xl-40 {
    flex: 1 1 40%;
    max-width: 40%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-xl-40,
  .layout-xl-row > .flex-xl-40 {
    flex: 1 1 40%;
    max-width: 40%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-xl-40,
  .layout-xl-column > .flex-xl-40 {
    flex: 1 1 40%;
    max-width: 100%;
    max-height: 40%;
    box-sizing: border-box;
  }

  .flex-xl-45 {
    flex: 1 1 45%;
    max-width: 45%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-xl-45,
  .layout-xl-row > .flex-xl-45 {
    flex: 1 1 45%;
    max-width: 45%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-xl-45,
  .layout-xl-column > .flex-xl-45 {
    flex: 1 1 45%;
    max-width: 100%;
    max-height: 45%;
    box-sizing: border-box;
  }

  .flex-xl-50 {
    flex: 1 1 50%;
    max-width: 50%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-xl-50,
  .layout-xl-row > .flex-xl-50 {
    flex: 1 1 50%;
    max-width: 50%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-xl-50,
  .layout-xl-column > .flex-xl-50 {
    flex: 1 1 50%;
    max-width: 100%;
    max-height: 50%;
    box-sizing: border-box;
  }

  .flex-xl-55 {
    flex: 1 1 55%;
    max-width: 55%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-xl-55,
  .layout-xl-row > .flex-xl-55 {
    flex: 1 1 55%;
    max-width: 55%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-xl-55,
  .layout-xl-column > .flex-xl-55 {
    flex: 1 1 55%;
    max-width: 100%;
    max-height: 55%;
    box-sizing: border-box;
  }

  .flex-xl-60 {
    flex: 1 1 60%;
    max-width: 60%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-xl-60,
  .layout-xl-row > .flex-xl-60 {
    flex: 1 1 60%;
    max-width: 60%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-xl-60,
  .layout-xl-column > .flex-xl-60 {
    flex: 1 1 60%;
    max-width: 100%;
    max-height: 60%;
    box-sizing: border-box;
  }

  .flex-xl-65 {
    flex: 1 1 65%;
    max-width: 65%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-xl-65,
  .layout-xl-row > .flex-xl-65 {
    flex: 1 1 65%;
    max-width: 65%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-xl-65,
  .layout-xl-column > .flex-xl-65 {
    flex: 1 1 65%;
    max-width: 100%;
    max-height: 65%;
    box-sizing: border-box;
  }

  .flex-xl-70 {
    flex: 1 1 70%;
    max-width: 70%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-xl-70,
  .layout-xl-row > .flex-xl-70 {
    flex: 1 1 70%;
    max-width: 70%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-xl-70,
  .layout-xl-column > .flex-xl-70 {
    flex: 1 1 70%;
    max-width: 100%;
    max-height: 70%;
    box-sizing: border-box;
  }

  .flex-xl-75 {
    flex: 1 1 75%;
    max-width: 75%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-xl-75,
  .layout-xl-row > .flex-xl-75 {
    flex: 1 1 75%;
    max-width: 75%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-xl-75,
  .layout-xl-column > .flex-xl-75 {
    flex: 1 1 75%;
    max-width: 100%;
    max-height: 75%;
    box-sizing: border-box;
  }

  .flex-xl-80 {
    flex: 1 1 80%;
    max-width: 80%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-xl-80,
  .layout-xl-row > .flex-xl-80 {
    flex: 1 1 80%;
    max-width: 80%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-xl-80,
  .layout-xl-column > .flex-xl-80 {
    flex: 1 1 80%;
    max-width: 100%;
    max-height: 80%;
    box-sizing: border-box;
  }

  .flex-xl-85 {
    flex: 1 1 85%;
    max-width: 85%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-xl-85,
  .layout-xl-row > .flex-xl-85 {
    flex: 1 1 85%;
    max-width: 85%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-xl-85,
  .layout-xl-column > .flex-xl-85 {
    flex: 1 1 85%;
    max-width: 100%;
    max-height: 85%;
    box-sizing: border-box;
  }

  .flex-xl-90 {
    flex: 1 1 90%;
    max-width: 90%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-xl-90,
  .layout-xl-row > .flex-xl-90 {
    flex: 1 1 90%;
    max-width: 90%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-xl-90,
  .layout-xl-column > .flex-xl-90 {
    flex: 1 1 90%;
    max-width: 100%;
    max-height: 90%;
    box-sizing: border-box;
  }

  .flex-xl-95 {
    flex: 1 1 95%;
    max-width: 95%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-xl-95,
  .layout-xl-row > .flex-xl-95 {
    flex: 1 1 95%;
    max-width: 95%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-xl-95,
  .layout-xl-column > .flex-xl-95 {
    flex: 1 1 95%;
    max-width: 100%;
    max-height: 95%;
    box-sizing: border-box;
  }

  .flex-xl-100 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-xl-100,
  .layout-xl-row > .flex-xl-100 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-xl-100,
  .layout-xl-column > .flex-xl-100 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-xl-33,
  .layout-row > .flex-xl-33,
  .layout-xl-row > .flex-xl-33,
  .layout-xl-row > .flex-xl-33 {
    flex: 1 1 33.33%;
    max-width: 33.33%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-xl-66,
  .layout-row > .flex-xl-66,
  .layout-xl-row > .flex-xl-66,
  .layout-xl-row > .flex-xl-66 {
    flex: 1 1 66.66%;
    max-width: 66.66%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex,
  .layout-xl-row > .flex {
    min-width: 0;
  }

  .layout-column > .flex-xl-33,
  .layout-column > .flex-xl-33,
  .layout-xl-column > .flex-xl-33,
  .layout-xl-column > .flex-xl-33 {
    flex: 1 1 33.33%;
    max-width: 100%;
    max-height: 33.33%;
    box-sizing: border-box;
  }

  .layout-column > .flex-xl-66,
  .layout-column > .flex-xl-66,
  .layout-xl-column > .flex-xl-66,
  .layout-xl-column > .flex-xl-66 {
    flex: 1 1 66.66%;
    max-width: 100%;
    max-height: 66.66%;
    box-sizing: border-box;
  }

  .layout-column > .flex,
  .layout-xl-column > .flex {
    min-height: 0;
  }

  .layout-xl,
  .layout-xl-column,
  .layout-xl-row {
    box-sizing: border-box;
    display: 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;
  }
}
/* ====================================
====== ANIMATION ======================
==================================== */

.animate_start {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  transition-timing-function: cubic-bezier(.78,.13,.15,.86);
}

/* Fade */

@keyframes fade {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.animate_fade {
  opacity: 0;
}

.animate_fade.animate_start {
  animation-name: fade;
  opacity: 1;
}

/* Appear From Center */

@keyframes afc {
  from {
    opacity: 0;
    transform: scale(0.2);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

.animate_afc {
  opacity: 0;
}

.animate_afc.animate_start {
  animation-name: afc;
  opacity: 1;
}

/* Appear From Left */

@keyframes afl {
  from {
    opacity: 0;
    transform: translateX(-50px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.animate_afl {
  opacity: 0;
}

.animate_afl.animate_start {
  animation-name: afl;
  opacity: 1;
}

/* Appear From Right */

@keyframes afr {
  from {
    opacity: 0;
    transform: translateX(50px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.animate_afr {
  opacity: 0;
}

.animate_afr.animate_start {
  animation-name: afr;
  opacity: 1;
}

/* Appear From Top */

@keyframes aft {
  from {
    opacity: 0;
    transform: translateY(-50px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.animate_aft {
  opacity: 0;
}

.animate_aft.animate_start {
  animation-name: aft;
  opacity: 1;
}

/* Appear From Bottom */

@keyframes afb {
  from {
    opacity: 0;
    transform: translateY(50px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.animate_afb {
  opacity: 0;
}

.animate_afb.animate_start {
  animation-name: afb;
  opacity: 1;
}

/* Width From Center */

@keyframes wfc {
  from {
    opacity: 0;
    transform: scaleX(0.01);
  }

  to {
    opacity: 1;
    transform: scaleX(1);
  }
}

.animate_wfc {
  opacity: 0;
}

.animate_wfc.animate_start {
  animation-name: wfc;
  opacity: 1;
}

/* Height From Center */

@keyframes hfc {
  from {
    opacity: 0;
    transform: scaleY(0.01);
  }

  to {
    opacity: 1;
    transform: scaleY(1);
  }
}

.animate_hfc {
  opacity: 0;
}

.animate_hfc.animate_start {
  animation-name: hfc;
  opacity: 1;
}

/* Animation Delays */

.d1.animate_start {
  animation-delay: 0.2s;
}

.d2.animate_start {
  animation-delay: 0.3s;
}

.d3.animate_start {
  animation-delay: 0.4s;
}

.d4.animate_start {
  animation-delay: 0.5s;
}

.d5.animate_start {
  animation-delay: 0.6s;
}

/* Animation Speed */

.s1.animate_start {
  animation-duration: 0.3s;
}

.s2.animate_start {
  animation-duration: 0.5s;
}

.s3.animate_start {
  animation-duration: 0.7s;
}

.s4.animate_start {
  animation-duration: 0.9s;
}

.s5.animate_start {
  animation-duration: 1.1s;
}

/* Grid material design reveal */

.animate_revealgrid .animate_reveal {
  opacity: 0;
}

/* Disable animation */

.disable_animation .animate_afc,
.disable_animation .animate_aft,
.disable_animation .animate_afb,
.disable_animation .animate_afl,
.disable_animation .animate_afr,
.disable_animation .animate_wfc,
.disable_animation .animate_hfc,
.disable_animation .animate_rfl,
.disable_animation .animate_rfr,
.disable_animation .animate_rfc,
.disable_animation .animate_revealgrid .animate_reveal {
  opacity: 1;
  animation: none !important;
}
body {
  margin: 0;
  font-family: Lato, Helvetica,Arial,sans-serif;
}

/*.content {
	width: 600px;
	height: 100%;
	margin: 100px auto 0 auto;
}*/
@charset "UTF-8";

/*!
 * Angular Material Design
 * https://github.com/angular/material
 * @license MIT
 * v1.1.0-rc.5
 */

body,
html {
  height: 100%;
  position: relative;
}

body {
  margin: 0;
  padding: 0;
}

[tabindex="-1"]:focus {
  outline: 0;
}

.inset {
  padding: 10px;
}

a._md-no-style,
button._md-no-style {
  font-weight: 400;
  background-color: inherit;
  text-align: left;
  border: none;
  padding: 0;
  margin: 0;
}

button,
input,
select,
textarea {
  vertical-align: baseline;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  cursor: pointer;
  -webkit-appearance: button;
}

button[disabled],
html input[type=button][disabled],
input[type=reset][disabled],
input[type=submit][disabled] {
  cursor: default;
}

textarea {
  vertical-align: top;
  overflow: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

input:-webkit-autofill {
  text-shadow: none;
}

._md-visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  text-transform: none;
  width: 1px;
}

.md-shadow {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: inherit;
  pointer-events: none;
}

.md-shadow-bottom-z-1 {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
}

.md-shadow-bottom-z-2 {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4);
}

.md-shadow-animated.md-shadow {
  transition: box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
}

.md-ripple-container {
  pointer-events: none;
  position: absolute;
  overflow: hidden;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 0.55s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.md-ripple {
  position: absolute;
  transform: translate(-50%, -50%) scale(0);
  transform-origin: 50% 50%;
  opacity: 0;
  border-radius: 50%;
}

.md-ripple.md-ripple-placed {
  transition: margin 0.9s cubic-bezier(0.25, 0.8, 0.25, 1), border 0.9s cubic-bezier(0.25, 0.8, 0.25, 1), width 0.9s cubic-bezier(0.25, 0.8, 0.25, 1), height 0.9s cubic-bezier(0.25, 0.8, 0.25, 1), opacity 0.9s cubic-bezier(0.25, 0.8, 0.25, 1), transform 0.9s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.md-ripple.md-ripple-scaled {
  transform: translate(-50%, -50%) scale(1);
}

.md-ripple.md-ripple-active,
.md-ripple.md-ripple-full,
.md-ripple.md-ripple-visible {
  opacity: 0.2;
}

.md-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);
}

@media (min-width: 960px) {
  .md-padding {
    padding: 16px;
  }
}

body[dir=ltr],
body[dir=rtl],
html[dir=ltr],
html[dir=rtl] {
  unicode-bidi: embed;
}

bdo[dir=rtl] {
  direction: rtl;
  unicode-bidi: bidi-override;
}

bdo[dir=ltr] {
  direction: ltr;
  unicode-bidi: bidi-override;
}

body,
html {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  min-height: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.md-display-4 {
  font-size: 112px;
  font-weight: 300;
  letter-spacing: -0.01em;
  line-height: 112px;
}

.md-display-3 {
  font-size: 56px;
  font-weight: 400;
  letter-spacing: -0.005em;
  line-height: 56px;
}

.md-display-2 {
  font-size: 45px;
  font-weight: 400;
  line-height: 64px;
}

.md-display-1 {
  font-size: 34px;
  font-weight: 400;
  line-height: 40px;
}

.md-headline {
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
}

.md-title {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.005em;
}

.md-subhead {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 24px;
}

.md-body-1 {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 20px;
}

.md-body-2 {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 24px;
}

.md-caption {
  font-size: 12px;
  letter-spacing: 0.02em;
}

.md-button {
  letter-spacing: 0.01em;
}

button,
html,
input,
select,
textarea {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}

button,
input,
select,
textarea {
  font-size: 100%;
}

.layout-column > .flex {
  -ms-flex-basis: auto;
  flex-basis: auto;
}

@keyframes md-autocomplete-list-out {
  0% {
    animation-timing-function: linear;
  }

  50% {
    opacity: 0;
    height: 40px;
    animation-timing-function: ease-in;
  }

  100% {
    height: 0;
    opacity: 0;
  }
}

@keyframes md-autocomplete-list-in {
  0% {
    opacity: 0;
    height: 0;
    animation-timing-function: ease-out;
  }

  50% {
    opacity: 0;
    height: 40px;
  }

  100% {
    opacity: 1;
    height: 40px;
  }
}

md-autocomplete {
  border-radius: 2px;
  display: block;
  height: 40px;
  position: relative;
  overflow: visible;
  min-width: 190px;
}

md-autocomplete[disabled] input {
  cursor: default;
}

md-autocomplete[md-floating-label] {
  border-radius: 0;
  background: 0 0;
  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] button {
  position: absolute;
  top: auto;
  bottom: 0;
  right: 0;
  width: 30px;
  height: 30px;
}

md-autocomplete md-autocomplete-wrap {
  display: block;
  position: relative;
  overflow: visible;
  height: 40px;
}

md-autocomplete md-autocomplete-wrap.md-menu-showing {
  z-index: 51;
}

md-autocomplete md-autocomplete-wrap md-progress-linear {
  position: absolute;
  bottom: -2px;
  left: 0;
}

md-autocomplete md-autocomplete-wrap md-progress-linear.md-inline {
  bottom: 40px;
  right: 2px;
  left: 2px;
  width: auto;
}

md-autocomplete md-autocomplete-wrap md-progress-linear ._md-mode-indeterminate {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  transition: none;
}

md-autocomplete md-autocomplete-wrap md-progress-linear ._md-mode-indeterminate .md-container {
  transition: none;
  height: 3px;
}

md-autocomplete md-autocomplete-wrap md-progress-linear ._md-mode-indeterminate.ng-enter {
  transition: opacity 0.15s linear;
}

md-autocomplete md-autocomplete-wrap md-progress-linear ._md-mode-indeterminate.ng-enter.ng-enter-active {
  opacity: 1;
}

md-autocomplete md-autocomplete-wrap md-progress-linear ._md-mode-indeterminate.ng-leave {
  transition: opacity 0.15s linear;
}

md-autocomplete md-autocomplete-wrap md-progress-linear ._md-mode-indeterminate.ng-leave.ng-leave-active {
  opacity: 0;
}

md-autocomplete input:not(.md-input) {
  font-size: 14px;
  box-sizing: border-box;
  border: none;
  box-shadow: none;
  outline: 0;
  background: 0 0;
  width: 100%;
  padding: 0 15px;
  line-height: 40px;
  height: 40px;
}

md-autocomplete input:not(.md-input)::-ms-clear {
  display: none;
}

md-autocomplete button {
  position: relative;
  line-height: 20px;
  text-align: center;
  width: 30px;
  height: 30px;
  cursor: pointer;
  border: none;
  border-radius: 50%;
  padding: 0;
  font-size: 12px;
  background: 0 0;
  margin: auto 5px;
}

md-autocomplete button:after {
  content: "";
  position: absolute;
  top: -6px;
  right: -6px;
  bottom: -6px;
  left: -6px;
  border-radius: 50%;
  transform: scale(0);
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}

md-autocomplete button:focus {
  outline: 0;
}

md-autocomplete button:focus:after {
  transform: scale(1);
  opacity: 1;
}

md-autocomplete button md-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0) scale(0.9);
}

md-autocomplete button md-icon path {
  stroke-width: 0;
}

md-autocomplete button.ng-enter {
  transform: scale(0);
  transition: transform 0.15s ease-out;
}

md-autocomplete button.ng-enter.ng-enter-active {
  transform: scale(1);
}

md-autocomplete button.ng-leave {
  transition: transform 0.15s ease-out;
}

md-autocomplete button.ng-leave.ng-leave-active {
  transform: scale(0);
}

@media screen and (-ms-high-contrast: active) {
  md-autocomplete input {
    border: 1px solid #fff;
  }

  md-autocomplete li:focus {
    color: #fff;
  }
}

.md-virtual-repeat-container.md-autocomplete-suggestions-container {
  position: absolute;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  height: 225.5px;
  max-height: 225.5px;
  z-index: 100;
}

.md-virtual-repeat-container.md-not-found {
  height: 48px;
}

.md-autocomplete-suggestions {
  margin: 0;
  list-style: none;
  padding: 0;
}

.md-autocomplete-suggestions li {
  font-size: 14px;
  overflow: hidden;
  padding: 0 15px;
  line-height: 48px;
  height: 48px;
  transition: background 0.15s linear;
  margin: 0;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.md-autocomplete-suggestions li:focus {
  outline: 0;
}

.md-autocomplete-suggestions li:not(.md-not-found-wrapper) {
  cursor: pointer;
}

@media screen and (-ms-high-contrast: active) {
  .md-autocomplete-suggestions,
  md-autocomplete {
    border: 1px solid #fff;
  }
}

md-backdrop {
  transition: opacity 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;
}

button.md-button::-moz-focus-inner {
  border: 0;
}

.md-button {
  border-radius: 3px;
  box-sizing: border-box;
  color: currentColor;
  -webkit-user-select: none;
  user-select: none;
  position: relative;
  outline: 0;
  border: 0;
  display: inline-block;
  align-items: center;
  padding: 0 6px;
  margin: 6px 8px;
  line-height: 36px;
  min-height: 36px;
  background: 0 0;
  white-space: nowrap;
  min-width: 88px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  font-style: inherit;
  font-variant: inherit;
  font-family: inherit;
  text-decoration: none;
  cursor: pointer;
  overflow: hidden;
  transition: box-shadow 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), background-color 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.md-button:focus {
  outline: 0;
}

.md-button:focus,
.md-button:hover {
  text-decoration: none;
}

.md-button.ng-hide,
.md-button.ng-leave {
  transition: none;
}

.md-button.md-cornered {
  border-radius: 0;
}

.md-button.md-icon {
  padding: 0;
  background: 0 0;
}

.md-button.md-raised:not([disabled]) {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
}

.md-button.md-icon-button {
  margin: 0 6px;
  height: 40px;
  min-width: 0;
  line-height: 24px;
  padding: 8px;
  width: 40px;
  border-radius: 50%;
}

.md-button.md-icon-button .md-ripple-container {
  border-radius: 50%;
  background-clip: padding-box;
  overflow: hidden;
  -webkit-mask-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC");
}

.md-button.md-fab {
  z-index: 20;
  line-height: 56px;
  min-width: 0;
  width: 56px;
  height: 56px;
  vertical-align: middle;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  border-radius: 50%;
  background-clip: padding-box;
  overflow: hidden;
  transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
  transition-property: background-color, box-shadow, transform;
}

.md-button.md-fab.md-fab-bottom-right {
  top: auto;
  right: 20px;
  bottom: 20px;
  left: auto;
  position: absolute;
}

.md-button.md-fab.md-fab-bottom-left {
  top: auto;
  right: auto;
  bottom: 20px;
  left: 20px;
  position: absolute;
}

.md-button.md-fab.md-fab-top-right {
  top: 20px;
  right: 20px;
  bottom: auto;
  left: auto;
  position: absolute;
}

.md-button.md-fab.md-fab-top-left {
  top: 20px;
  right: auto;
  bottom: auto;
  left: 20px;
  position: absolute;
}

.md-button.md-fab .md-ripple-container {
  border-radius: 50%;
  background-clip: padding-box;
  overflow: hidden;
  -webkit-mask-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC");
}

.md-button.md-fab.md-mini {
  line-height: 40px;
  width: 40px;
  height: 40px;
}

.md-button.md-fab.ng-hide,
.md-button.md-fab.ng-leave {
  transition: none;
}

.md-button:not([disabled]).md-fab.md-focused,
.md-button:not([disabled]).md-raised.md-focused {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
}

.md-button:not([disabled]).md-fab:active,
.md-button:not([disabled]).md-raised:active {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4);
}

.md-button .md-ripple-container {
  border-radius: 3px;
  background-clip: padding-box;
  overflow: hidden;
  -webkit-mask-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC");
}

.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 0 1px 1px;
  border-radius: 0;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.md-button-group > .md-button:first-child {
  border-radius: 2px 0 0 2px;
}

.md-button-group > .md-button:last-child {
  border-right-width: 1px;
  border-radius: 0 2px 2px 0;
}

@media screen and (-ms-high-contrast: active) {
  .md-button.md-fab,
  .md-button.md-raised {
    border: 1px solid #fff;
  }
}

md-bottom-sheet {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 8px 16px 88px;
  z-index: 70;
  border-top-width: 1px;
  border-top-style: solid;
  transform: translate3d(0, 80px, 0);
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition-property: transform;
}

md-bottom-sheet.md-has-header {
  padding-top: 0;
}

md-bottom-sheet.ng-enter {
  opacity: 0;
  transform: translate3d(0, 100%, 0);
}

md-bottom-sheet.ng-enter-active {
  opacity: 1;
  display: block;
  transform: translate3d(0, 80px, 0) !important;
}

md-bottom-sheet.ng-leave-active {
  transform: translate3d(0, 100%, 0) !important;
  transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
}

md-bottom-sheet .md-subheader {
  background-color: transparent;
  font-family: Roboto, "Helvetica Neue", sans-serif;
  line-height: 56px;
  padding: 0;
  white-space: nowrap;
}

md-bottom-sheet md-inline-icon {
  display: inline-block;
  height: 24px;
  width: 24px;
  fill: #444;
}

md-bottom-sheet md-list-item {
  display: flex;
  outline: 0;
}

md-bottom-sheet md-list-item:hover {
  cursor: pointer;
}

md-bottom-sheet.md-list md-list-item {
  padding: 0;
  align-items: center;
  height: 48px;
}

md-bottom-sheet.md-grid {
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 0;
}

md-bottom-sheet.md-grid md-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  transition: all 0.5s;
  align-items: center;
}

md-bottom-sheet.md-grid md-list-item {
  flex-direction: column;
  align-items: center;
  transition: all 0.5s;
  height: 96px;
  margin-top: 8px;
  margin-bottom: 8px;
}

@media (max-width: 960px) {
  md-bottom-sheet.md-grid md-list-item {
    flex: 1 1 33.33333%;
    max-width: 33.33333%;
  }

  md-bottom-sheet.md-grid md-list-item:nth-of-type(3n+1) {
    align-items: flex-start;
  }

  md-bottom-sheet.md-grid md-list-item:nth-of-type(3n) {
    align-items: flex-end;
  }
}

@media (min-width: 960px) and (max-width: 1279px) {
  md-bottom-sheet.md-grid md-list-item {
    flex: 1 1 25%;
    max-width: 25%;
  }
}

@media (min-width: 1280px) and (max-width: 1919px) {
  md-bottom-sheet.md-grid md-list-item {
    flex: 1 1 16.66667%;
    max-width: 16.66667%;
  }
}

@media (min-width: 1920px) {
  md-bottom-sheet.md-grid md-list-item {
    flex: 1 1 14.28571%;
    max-width: 14.28571%;
  }
}

md-bottom-sheet.md-grid md-list-item .md-list-item-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 48px;
  padding-bottom: 16px;
}

md-bottom-sheet.md-grid md-list-item .md-grid-item-content {
  border: 1px solid transparent;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 80px;
}

md-bottom-sheet.md-grid md-list-item .md-grid-text {
  font-weight: 400;
  line-height: 16px;
  font-size: 13px;
  margin: 0;
  white-space: nowrap;
  width: 64px;
  text-align: center;
  text-transform: none;
  padding-top: 8px;
}

@media screen and (-ms-high-contrast: active) {
  md-bottom-sheet {
    border: 1px solid #fff;
  }
}

md-card {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  margin: 8px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12);
}

md-card md-card-header {
  padding: 16px;
  display: 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-right: initial;
  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-left: initial;
  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-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 > :not(md-card-content) img,
md-card > img {
  box-sizing: border-box;
  display: flex;
  flex: 0 0 auto;
  width: 100%;
  height: 100% !important;
}

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-left: initial;
  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-right: initial;
  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-left: initial;
  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-right: initial;
  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-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: 0;
  -webkit-user-select: none;
  user-select: none;
  position: relative;
  min-width: 20px;
  min-height: 20px;
  margin-left: 0;
  margin-right: 16px;
}

[dir=rtl] md-checkbox {
  margin-left: 16px;
  margin-right: 0;
}

md-checkbox:last-of-type {
  margin-left: 0;
  margin-right: 0;
}

md-checkbox.md-focused:not([disabled]) ._md-container:before {
  left: -8px;
  top: -8px;
  right: -8px;
  bottom: -8px;
}

md-checkbox.md-focused:not([disabled]):not(.md-checked) ._md-container:before {
  background-color: rgba(0, 0, 0, 0.12);
}

md-checkbox.md-align-top-left > div._md-container {
  top: 12px;
}

md-checkbox ._md-container {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  box-sizing: border-box;
  display: inline-block;
  width: 20px;
  height: 20px;
  left: 0;
  right: auto;
}

[dir=rtl] md-checkbox ._md-container {
  left: auto;
  right: 0;
}

md-checkbox ._md-container:before {
  box-sizing: border-box;
  background-color: transparent;
  border-radius: 50%;
  content: "";
  position: absolute;
  display: block;
  height: auto;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  transition: all 0.5s;
  width: auto;
}

md-checkbox ._md-container:after {
  box-sizing: border-box;
  content: "";
  position: absolute;
  top: -10px;
  right: -10px;
  bottom: -10px;
  left: -10px;
}

md-checkbox ._md-container .md-ripple-container {
  position: absolute;
  display: block;
  width: auto;
  height: auto;
  left: -15px;
  top: -15px;
  right: -15px;
  bottom: -15px;
}

md-checkbox ._md-icon {
  box-sizing: border-box;
  transition: 240ms;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border-width: 2px;
  border-style: solid;
  border-radius: 2px;
}

md-checkbox.md-checked ._md-icon {
  border: none;
}

md-checkbox.md-checked ._md-icon:after {
  box-sizing: border-box;
  transform: rotate(45deg);
  position: absolute;
  left: 6.67px;
  top: 2.22px;
  display: table;
  width: 6.67px;
  height: 13.33px;
  border-width: 2px;
  border-style: solid;
  border-top: 0;
  border-left: 0;
  content: "";
}

md-checkbox[disabled] {
  cursor: default;
}

md-checkbox.md-indeterminate ._md-icon:after {
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: table;
  width: 12px;
  height: 2px;
  border-width: 2px;
  border-style: solid;
  border-top: 0;
  border-left: 0;
  content: "";
}

md-checkbox ._md-label {
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  -webkit-user-select: text;
  user-select: text;
  margin-left: 30px;
  margin-right: 0;
}

[dir=rtl] md-checkbox ._md-label {
  margin-left: 0;
  margin-right: 30px;
}

.md-contact-chips .md-chips md-chip {
  padding: 0 25px 0 0;
}

[dir=rtl] .md-contact-chips .md-chips md-chip {
  padding: 0 0 0 25px;
}

.md-contact-chips .md-chips md-chip .md-contact-avatar {
  float: left;
}

[dir=rtl] .md-contact-chips .md-chips md-chip .md-contact-avatar {
  float: right;
}

.md-contact-chips .md-chips md-chip .md-contact-avatar img {
  height: 32px;
  border-radius: 16px;
}

.md-contact-chips .md-chips md-chip .md-contact-name {
  display: inline-block;
  height: 32px;
  margin-left: 8px;
}

[dir=rtl] .md-contact-chips .md-chips md-chip .md-contact-name {
  margin-left: auto;
  margin-left: initial;
  margin-right: 8px;
}

.md-contact-suggestion {
  height: 56px;
}

.md-contact-suggestion img {
  height: 40px;
  border-radius: 20px;
  margin-top: 8px;
}

.md-contact-suggestion .md-contact-name {
  margin-left: 8px;
  width: 120px;
}

[dir=rtl] .md-contact-suggestion .md-contact-name {
  margin-left: auto;
  margin-left: initial;
  margin-right: 8px;
}

.md-contact-suggestion .md-contact-email,
.md-contact-suggestion .md-contact-name {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
}

.md-contact-chips-suggestions li {
  height: 100%;
}

.md-chips {
  display: block;
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 16px;
  padding: 0 0 8px 3px;
  vertical-align: middle;
}

.md-chips:after {
  content: "";
  display: table;
  clear: both;
}

[dir=rtl] .md-chips {
  padding: 0 3px 8px 0;
}

.md-chips.md-readonly ._md-chip-input-container {
  min-height: 32px;
}

.md-chips:not(.md-readonly) {
  cursor: text;
}

.md-chips:not(.md-readonly) md-chip:not(.md-readonly) {
  padding-right: 22px;
}

[dir=rtl] .md-chips:not(.md-readonly) md-chip:not(.md-readonly) {
  padding-right: auto;
  padding-right: initial;
  padding-left: 22px;
}

.md-chips:not(.md-readonly) md-chip:not(.md-readonly) ._md-chip-content {
  padding-right: 4px;
}

[dir=rtl] .md-chips:not(.md-readonly) md-chip:not(.md-readonly) ._md-chip-content {
  padding-right: auto;
  padding-right: initial;
  padding-left: 4px;
}

.md-chips md-chip {
  cursor: default;
  border-radius: 16px;
  display: block;
  height: 32px;
  line-height: 32px;
  margin: 8px 8px 0 0;
  padding: 0 12px;
  float: left;
  box-sizing: border-box;
  max-width: 100%;
  position: relative;
}

[dir=rtl] .md-chips md-chip {
  margin: 8px 0 0 8px;
  float: right;
}

.md-chips md-chip ._md-chip-content {
  display: block;
  float: left;
  white-space: nowrap;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}

[dir=rtl] .md-chips md-chip ._md-chip-content {
  float: right;
}

.md-chips md-chip ._md-chip-content:focus {
  outline: 0;
}

.md-chips md-chip._md-chip-content-edit-is-enabled {
  -webkit-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none;
}

.md-chips md-chip ._md-chip-remove-container {
  position: absolute;
  right: 0;
  line-height: 22px;
}

[dir=rtl] .md-chips md-chip ._md-chip-remove-container {
  right: 0;
  right: auto;
  right: initial;
  left: 0;
}

.md-chips md-chip ._md-chip-remove {
  text-align: center;
  width: 32px;
  height: 32px;
  min-width: 0;
  padding: 0;
  background: 0 0;
  border: none;
  box-shadow: none;
  margin: 0;
  position: relative;
}

.md-chips md-chip ._md-chip-remove md-icon {
  height: 18px;
  width: 18px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}

.md-chips ._md-chip-input-container {
  display: block;
  line-height: 32px;
  margin: 8px 8px 0 0;
  padding: 0;
  float: left;
}

[dir=rtl] .md-chips ._md-chip-input-container {
  margin: 8px 0 0 8px;
  float: right;
}

.md-chips ._md-chip-input-container input:not([type]),
.md-chips ._md-chip-input-container input[type=url],
.md-chips ._md-chip-input-container input[type=text],
.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] {
  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=url]:focus,
.md-chips ._md-chip-input-container input[type=text]: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 {
  outline: 0;
}

.md-chips ._md-chip-input-container md-autocomplete,
.md-chips ._md-chip-input-container md-autocomplete-wrap {
  background: 0 0;
}

.md-chips ._md-chip-input-container md-autocomplete md-autocomplete-wrap {
  box-shadow: none;
}

.md-chips ._md-chip-input-container input {
  border: 0;
  height: 32px;
  line-height: 32px;
  padding: 0;
}

.md-chips ._md-chip-input-container input:focus {
  outline: 0;
}

.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: 0 0;
  border-width: 0;
}

.md-chips md-autocomplete button {
  display: none;
}

@media screen and (-ms-high-contrast: active) {
  ._md-chip-input-container,
  md-chip {
    border: 1px solid #fff;
  }

  ._md-chip-input-container md-autocomplete {
    border: none;
  }
}

md-content {
  display: block;
  position: relative;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

md-content[md-scroll-y] {
  overflow-y: auto;
  overflow-x: hidden;
}

md-content[md-scroll-x] {
  overflow-x: auto;
  overflow-y: hidden;
}

md-content.md-no-momentum {
  -webkit-overflow-scrolling: auto;
}

@media print {
  md-content {
    overflow: visible !important;
  }
}

md-calendar {
  font-size: 13px;
  -webkit-user-select: none;
  user-select: none;
}

.md-calendar-scroll-mask {
  display: inline-block;
  overflow: hidden;
  height: 308px;
}

.md-calendar-scroll-mask .md-virtual-repeat-scroller {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

.md-calendar-scroll-mask .md-virtual-repeat-scroller::-webkit-scrollbar {
  display: none;
}

.md-calendar-scroll-mask .md-virtual-repeat-offsetter {
  width: 100%;
}

.md-calendar-scroll-container {
  box-shadow: inset -3px 3px 6px rgba(0, 0, 0, 0.2);
  display: inline-block;
  height: 308px;
  width: 346px;
}

.md-calendar-date {
  height: 44px;
  width: 44px;
  text-align: center;
  padding: 0;
  border: none;
  box-sizing: content-box;
}

.md-calendar-date:first-child {
  padding-left: 16px;
}

[dir=rtl] .md-calendar-date:first-child {
  padding-left: auto;
  padding-left: initial;
  padding-right: 16px;
}

.md-calendar-date:last-child {
  padding-right: 16px;
}

[dir=rtl] .md-calendar-date:last-child {
  padding-right: auto;
  padding-right: initial;
  padding-left: 16px;
}

.md-calendar-date.md-calendar-date-disabled {
  cursor: default;
}

.md-calendar-date-selection-indicator {
  transition: background-color, color 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  border-radius: 50%;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
}

.md-calendar-date:not(.md-disabled) .md-calendar-date-selection-indicator {
  cursor: pointer;
}

.md-calendar-month-label {
  height: 44px;
  font-size: 14px;
  font-weight: 500;
  padding: 0 0 0 24px;
}

[dir=rtl] .md-calendar-month-label {
  padding: 0 24px 0 0;
}

md-calendar-month .md-calendar-month-label:not(.md-calendar-month-label-disabled) {
  cursor: pointer;
}

.md-calendar-day-header {
  table-layout: fixed;
  border-spacing: 0;
  border-collapse: collapse;
}

.md-calendar-day-header th {
  width: 44px;
  text-align: center;
  padding: 0;
  border: none;
  box-sizing: content-box;
  font-weight: 400;
  height: 40px;
}

.md-calendar-day-header th:first-child {
  padding-left: 16px;
}

[dir=rtl] .md-calendar-day-header th:first-child {
  padding-left: auto;
  padding-left: initial;
  padding-right: 16px;
}

.md-calendar-day-header th:last-child {
  padding-right: 16px;
}

[dir=rtl] .md-calendar-day-header th:last-child {
  padding-right: auto;
  padding-right: initial;
  padding-left: 16px;
}

.md-calendar {
  table-layout: fixed;
  border-spacing: 0;
  border-collapse: collapse;
}

.md-calendar tr:last-child td {
  border-bottom-width: 1px;
  border-bottom-style: solid;
}

.md-calendar:first-child {
  border-top: 1px solid transparent;
}

.md-calendar tbody,
.md-calendar td,
.md-calendar tr {
  vertical-align: middle;
  box-sizing: content-box;
}

md-datepicker {
  white-space: nowrap;
  overflow: hidden;
  padding-right: 18px;
  margin-right: -18px;
  vertical-align: middle;
}

[dir=rtl] md-datepicker {
  padding-right: auto;
  padding-right: initial;
  padding-left: 18px;
  margin-right: auto;
  margin-right: initial;
  margin-left: -18px;
}

.md-inline-form md-datepicker {
  margin-top: 12px;
}

.md-datepicker-button {
  display: inline-block;
  box-sizing: border-box;
  background: 0 0;
}

.md-datepicker-input {
  font-size: 14px;
  box-sizing: border-box;
  border: none;
  box-shadow: none;
  outline: 0;
  background: 0 0;
  min-width: 120px;
  max-width: 328px;
}

.md-datepicker-input::-ms-clear {
  display: none;
}

.md-datepicker-input-container {
  position: relative;
  padding-bottom: 5px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  display: inline-block;
  width: auto;
  margin-left: 12px;
}

[dir=rtl] .md-datepicker-input-container {
  margin-left: auto;
  margin-left: initial;
  margin-right: 12px;
}

.md-datepicker-input-container.md-datepicker-focused {
  border-bottom-width: 2px;
}

.md-datepicker-is-showing .md-scroll-mask {
  z-index: 99;
}

.md-datepicker-calendar-pane {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  border-width: 1px;
  border-style: solid;
  background: 0 0;
  transform: scale(0);
  transform-origin: 0 0;
  transition: transform 0.2s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.md-datepicker-calendar-pane.md-pane-open {
  transform: scale(1);
}

.md-datepicker-input-mask {
  height: 40px;
  width: 340px;
  position: relative;
  background: 0 0;
  pointer-events: none;
  cursor: text;
}

.md-datepicker-input-mask-opaque {
  position: absolute;
  right: 0;
  left: 120px;
  height: 100%;
  margin-left: -1px;
}

.md-datepicker-calendar {
  opacity: 1;
  transition: opacity 0.2s cubic-bezier(0.5, 0, 0.25, 1);
}

.md-pane-open .md-datepicker-calendar {
  opacity: 1;
}

.md-datepicker-calendar md-calendar:focus {
  outline: 0;
}

.md-datepicker-expand-triangle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid;
}

.md-datepicker-triangle-button {
  position: absolute;
  right: 0;
  top: 0;
  transform: translateY(-25%) translateX(45%);
}

[dir=rtl] .md-datepicker-triangle-button {
  right: 0;
  right: auto;
  right: initial;
  left: 0;
  transform: translateY(-25%) translateX(-45%);
}

.md-datepicker-triangle-button.md-button.md-icon-button {
  height: 100%;
  width: 36px;
  position: absolute;
}

md-datepicker[disabled] .md-datepicker-input-container {
  border-bottom-color: transparent;
}

md-datepicker[disabled] .md-datepicker-triangle-button {
  display: none;
}

.md-datepicker-open .md-datepicker-input-container {
  margin-left: -12px;
  margin-bottom: -5px;
  border: none;
}

[dir=rtl] .md-datepicker-open .md-datepicker-input-container {
  margin-left: auto;
  margin-left: initial;
  margin-right: -12px;
}

.md-datepicker-open .md-datepicker-input {
  margin-left: 24px;
  height: 40px;
}

[dir=rtl] .md-datepicker-open .md-datepicker-input {
  margin-left: auto;
  margin-left: initial;
  margin-right: 24px;
}

.md-datepicker-open .md-datepicker-triangle-button,
.md-datepicker-pos-adjusted .md-datepicker-input-mask {
  display: none;
}

.md-datepicker-calendar-pane .md-calendar {
  transform: translateY(-85px);
  transition: transform 0.65s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition-delay: 0.125s;
}

.md-datepicker-calendar-pane.md-pane-open .md-calendar {
  transform: translateY(0);
}

.md-dialog-is-showing {
  max-height: 100%;
}

.md-dialog-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 80;
  overflow: hidden;
}

md-dialog {
  opacity: 0;
  min-width: 240px;
  max-width: 80%;
  max-height: 80%;
  position: relative;
  overflow: auto;
  box-shadow: 0 7px 8px -4px rgba(0, 0, 0, 0.2), 0 13px 19px 2px rgba(0, 0, 0, 0.14), 0 5px 24px 4px rgba(0, 0, 0, 0.12);
  display: flex;
  flex-direction: column;
}

md-dialog._md-transition-in {
  opacity: 1;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transform: translate(0, 0) scale(1);
}

md-dialog._md-transition-out {
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transform: translate(0, 100%) scale(0.2);
}

md-dialog > form {
  display: 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: 0;
}

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;
  padding-left: 16px;
  min-height: 52px;
  overflow: hidden;
}

[dir=rtl] md-dialog .md-actions,
[dir=rtl] md-dialog md-dialog-actions {
  padding-right: 16px;
  padding-left: 8px;
}

md-dialog .md-actions .md-button,
md-dialog md-dialog-actions .md-button {
  margin: 8px 0 8px 8px;
}

[dir=rtl] md-dialog .md-actions .md-button,
[dir=rtl] md-dialog md-dialog-actions .md-button {
  margin-left: 0;
  margin-right: 8px;
}

md-dialog.md-content-overflow .md-actions,
md-dialog.md-content-overflow md-dialog-actions {
  border-top-width: 1px;
  border-top-style: solid;
}

@media screen and (-ms-high-contrast: active) {
  md-dialog {
    border: 1px solid #fff;
  }
}

@media (max-width: 959px) {
  md-dialog.md-dialog-fullscreen {
    min-height: 100%;
    min-width: 100%;
    border-radius: 0;
  }
}

md-divider {
  display: block;
  border-top-width: 1px;
  border-top-style: solid;
  margin: 0;
}

md-divider[md-inset] {
  margin-left: 80px;
}

[dir=rtl] md-divider[md-inset] {
  margin-left: auto;
  margin-left: initial;
  margin-right: 80px;
}

.layout-gt-lg-row > md-divider,
.layout-gt-md-row > md-divider,
.layout-gt-sm-row > md-divider,
.layout-gt-xs-row > md-divider,
.layout-lg-row > md-divider,
.layout-md-row > md-divider,
.layout-row > md-divider,
.layout-sm-row > md-divider,
.layout-xl-row > md-divider,
.layout-xs-row > md-divider {
  border-top-width: 0;
  border-right-width: 1px;
  border-right-style: solid;
}

md-fab-speed-dial {
  position: relative;
  display: flex;
  align-items: center;
  z-index: 20;
}

md-fab-speed-dial.md-fab-bottom-right {
  top: auto;
  right: 20px;
  bottom: 20px;
  left: auto;
  position: absolute;
}

md-fab-speed-dial.md-fab-bottom-left {
  top: auto;
  right: auto;
  bottom: 20px;
  left: 20px;
  position: absolute;
}

md-fab-speed-dial.md-fab-top-right {
  top: 20px;
  right: 20px;
  bottom: auto;
  left: auto;
  position: absolute;
}

md-fab-speed-dial.md-fab-top-left {
  top: 20px;
  right: auto;
  bottom: auto;
  left: 20px;
  position: absolute;
}

md-fab-speed-dial:not(.md-hover-full) {
  pointer-events: none;
}

md-fab-speed-dial:not(.md-hover-full) .md-fab-action-item,
md-fab-speed-dial:not(.md-hover-full) md-fab-trigger,
md-fab-speed-dial:not(.md-hover-full).md-is-open {
  pointer-events: auto;
}

md-fab-speed-dial ._md-css-variables {
  z-index: 20;
}

md-fab-speed-dial.md-is-open .md-fab-action-item {
  align-items: center;
}

md-fab-speed-dial md-fab-actions {
  display: flex;
  height: auto;
}

md-fab-speed-dial md-fab-actions .md-fab-action-item {
  transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
}

md-fab-speed-dial.md-down {
  flex-direction: column;
}

md-fab-speed-dial.md-down md-fab-trigger {
  order: 1;
}

md-fab-speed-dial.md-down md-fab-actions {
  flex-direction: column;
  order: 2;
}

md-fab-speed-dial.md-up {
  flex-direction: column;
}

md-fab-speed-dial.md-up md-fab-trigger {
  order: 2;
}

md-fab-speed-dial.md-up md-fab-actions {
  flex-direction: column-reverse;
  order: 1;
}

md-fab-speed-dial.md-left {
  flex-direction: row;
}

md-fab-speed-dial.md-left md-fab-trigger {
  order: 2;
}

md-fab-speed-dial.md-left md-fab-actions {
  flex-direction: row-reverse;
  order: 1;
}

md-fab-speed-dial.md-left md-fab-actions .md-fab-action-item {
  transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
}

md-fab-speed-dial.md-right {
  flex-direction: row;
}

md-fab-speed-dial.md-right md-fab-trigger {
  order: 1;
}

md-fab-speed-dial.md-right md-fab-actions {
  flex-direction: row;
  order: 2;
}

md-fab-speed-dial.md-right md-fab-actions .md-fab-action-item {
  transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
}

md-fab-speed-dial.md-fling-remove .md-fab-action-item > *,
md-fab-speed-dial.md-scale-remove .md-fab-action-item > * {
  visibility: hidden;
}

md-fab-speed-dial.md-fling .md-fab-action-item {
  opacity: 1;
}

md-fab-speed-dial.md-fling._md-animations-waiting .md-fab-action-item {
  opacity: 0;
  transition-duration: 0s;
}

md-fab-speed-dial.md-scale .md-fab-action-item {
  transform: scale(0);
  transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
  transition-duration: 0.14286s;
}

md-fab-toolbar {
  display: block;
}

md-fab-toolbar.md-fab-bottom-right {
  top: auto;
  right: 20px;
  bottom: 20px;
  left: auto;
  position: absolute;
}

md-fab-toolbar.md-fab-bottom-left {
  top: auto;
  right: auto;
  bottom: 20px;
  left: 20px;
  position: absolute;
}

md-fab-toolbar.md-fab-top-right {
  top: 20px;
  right: 20px;
  bottom: auto;
  left: auto;
  position: absolute;
}

md-fab-toolbar.md-fab-top-left {
  top: 20px;
  right: auto;
  bottom: auto;
  left: 20px;
  position: absolute;
}

md-fab-toolbar ._md-fab-toolbar-wrapper {
  display: block;
  position: relative;
  overflow: hidden;
  height: 68px;
}

md-fab-toolbar md-fab-trigger {
  position: absolute;
  z-index: 20;
}

md-fab-toolbar md-fab-trigger button {
  overflow: visible !important;
}

md-fab-toolbar md-fab-trigger ._md-fab-toolbar-background {
  display: block;
  position: absolute;
  z-index: 21;
  opacity: 1;
  transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
}

md-fab-toolbar md-fab-trigger md-icon {
  position: relative;
  z-index: 22;
  opacity: 1;
  transition: all 200ms ease-in;
}

md-fab-toolbar.md-left md-fab-trigger {
  right: 0;
}

[dir=rtl] md-fab-toolbar.md-left md-fab-trigger {
  right: 0;
  right: auto;
  right: initial;
  left: 0;
}

md-fab-toolbar.md-left .md-toolbar-tools {
  flex-direction: row-reverse;
}

md-fab-toolbar.md-left .md-toolbar-tools > .md-button:first-child {
  margin-right: 0.6rem;
}

md-fab-toolbar.md-left .md-toolbar-tools > .md-button:first-child {
  margin-left: -0.8rem;
}

[dir=rtl] md-fab-toolbar.md-left .md-toolbar-tools > .md-button:first-child {
  margin-left: auto;
  margin-left: initial;
  margin-right: -0.8rem;
}

md-fab-toolbar.md-left .md-toolbar-tools > .md-button:last-child {
  margin-right: 8px;
}

[dir=rtl] md-fab-toolbar.md-left .md-toolbar-tools > .md-button:last-child {
  margin-right: auto;
  margin-right: initial;
  margin-left: 8px;
}

md-fab-toolbar.md-right md-fab-trigger {
  left: 0;
}

[dir=rtl] md-fab-toolbar.md-right md-fab-trigger {
  left: 0;
  left: auto;
  left: initial;
  right: 0;
}

md-fab-toolbar.md-right .md-toolbar-tools {
  flex-direction: row;
}

md-fab-toolbar md-toolbar {
  background-color: transparent !important;
  pointer-events: none;
  z-index: 23;
}

md-fab-toolbar md-toolbar .md-toolbar-tools {
  padding: 0 20px;
  margin-top: 3px;
}

md-fab-toolbar md-toolbar .md-fab-action-item {
  opacity: 0;
  transform: scale(0);
  transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
  transition-duration: 0.15s;
}

md-fab-toolbar.md-is-open md-fab-trigger > button {
  box-shadow: none;
}

md-fab-toolbar.md-is-open md-fab-trigger > button md-icon {
  opacity: 0;
}

md-fab-toolbar.md-is-open .md-fab-action-item {
  opacity: 1;
  transform: scale(1);
}

md-grid-list {
  box-sizing: border-box;
  display: block;
  position: relative;
}

md-grid-list md-grid-tile,
md-grid-list md-grid-tile-footer,
md-grid-list md-grid-tile-header,
md-grid-list md-grid-tile > figure {
  box-sizing: border-box;
}

md-grid-list md-grid-tile {
  display: block;
  position: absolute;
}

md-grid-list md-grid-tile figure {
  display: 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-footer,
md-grid-list md-grid-tile md-grid-tile-header {
  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-footer h3,
md-grid-list md-grid-tile md-grid-tile-footer h4,
md-grid-list md-grid-tile md-grid-tile-header h3,
md-grid-list md-grid-tile md-grid-tile-header h4 {
  font-weight: 400;
  margin: 0 0 0 16px;
}

md-grid-list md-grid-tile md-grid-tile-footer h3,
md-grid-list md-grid-tile md-grid-tile-header h3 {
  font-size: 14px;
}

md-grid-list md-grid-tile md-grid-tile-footer h4,
md-grid-list md-grid-tile md-grid-tile-header h4 {
  font-size: 12px;
}

md-grid-list md-grid-tile md-grid-tile-header {
  top: 0;
}

md-grid-list md-grid-tile md-grid-tile-footer {
  bottom: 0;
}

@media screen and (-ms-high-contrast: active) {
  md-grid-tile {
    border: 1px solid #fff;
  }

  md-grid-tile-footer {
    border-top: 1px solid #fff;
  }
}

md-icon {
  margin: auto;
  background-repeat: no-repeat 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-list {
  display: block;
  padding: 8px 0;
}

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 ._md-list-item-inner md-icon:first-child,
md-list.md-dense md-list-item md-icon:first-child {
  width: 20px;
  height: 20px;
}

md-list.md-dense md-list-item ._md-list-item-inner > md-icon:first-child:not(.md-avatar-icon),
md-list.md-dense md-list-item > md-icon:first-child:not(.md-avatar-icon) {
  margin-right: 36px;
}

[dir=rtl] md-list.md-dense md-list-item ._md-list-item-inner > md-icon:first-child:not(.md-avatar-icon),
[dir=rtl] md-list.md-dense md-list-item > md-icon:first-child:not(.md-avatar-icon) {
  margin-right: auto;
  margin-right: initial;
  margin-left: 36px;
}

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,
md-list.md-dense md-list-item .md-avatar,
md-list.md-dense md-list-item .md-avatar-icon {
  margin-right: 20px;
}

[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,
[dir=rtl] md-list.md-dense md-list-item .md-avatar,
[dir=rtl] md-list.md-dense md-list-item .md-avatar-icon {
  margin-right: auto;
  margin-right: initial;
  margin-left: 20px;
}

md-list.md-dense md-list-item ._md-list-item-inner .md-avatar,
md-list.md-dense md-list-item .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-left: initial;
  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 div.md-button:first-child::before,
md-list.md-dense md-list-item.md-2-line > ._md-no-style div.md-button:first-child::before {
  content: "";
  min-height: 60px;
  visibility: hidden;
  display: inline-block;
}

md-list.md-dense md-list-item.md-2-line .md-avatar-icon,
md-list.md-dense md-list-item.md-2-line > ._md-no-style .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-avatar {
  margin-top: 12px;
}

md-list.md-dense md-list-item.md-3-line,
md-list.md-dense md-list-item.md-3-line > ._md-no-style {
  min-height: 76px;
}

md-list.md-dense md-list-item.md-3-line div.md-button:first-child::before,
md-list.md-dense md-list-item.md-3-line > ._md-no-style div.md-button:first-child::before {
  content: "";
  min-height: 76px;
  visibility: hidden;
  display: inline-block;
}

md-list.md-dense md-list-item.md-3-line > ._md-no-style > .md-avatar,
md-list.md-dense md-list-item.md-3-line > ._md-no-style > md-icon:first-child,
md-list.md-dense md-list-item.md-3-line > .md-avatar,
md-list.md-dense md-list-item.md-3-line > md-icon:first-child {
  margin-top: 16px;
}

md-list-item {
  position: relative;
}

md-list-item._md-proxy-focus.md-focused ._md-no-style {
  transition: background-color 0.15s linear;
}

md-list-item._md-button-wrap {
  position: relative;
}

md-list-item._md-button-wrap > div.md-button:first-child {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 16px;
  margin: 0;
  background-color: initial;
  font-weight: 400;
  text-align: left;
  border: none;
}

[dir=rtl] md-list-item._md-button-wrap > div.md-button:first-child {
  text-align: right;
}

md-list-item._md-button-wrap > div.md-button:first-child > .md-button:first-child {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  margin: 0;
  padding: 0;
}

md-list-item._md-button-wrap > div.md-button:first-child ._md-list-item-inner {
  width: 100%;
  height: 100%;
}

md-list-item ._md-no-style,
md-list-item._md-no-proxy {
  position: relative;
  padding: 0 16px;
  flex: 1 1 auto;
}

md-list-item ._md-no-style.md-button,
md-list-item._md-no-proxy.md-button {
  font-size: inherit;
  height: inherit;
  text-align: left;
  text-transform: none;
  width: 100%;
  white-space: normal;
  flex-direction: inherit;
  align-items: inherit;
  border-radius: 0;
  margin: 0;
}

[dir=rtl] md-list-item ._md-no-style.md-button,
[dir=rtl] md-list-item._md-no-proxy.md-button {
  text-align: right;
}

md-list-item ._md-no-style.md-button > .md-ripple-container,
md-list-item._md-no-proxy.md-button > .md-ripple-container {
  border-radius: 0;
}

md-list-item ._md-no-style:focus,
md-list-item._md-no-proxy:focus {
  outline: 0;
}

md-list-item.md-clickable:hover {
  cursor: pointer;
}

md-list-item md-divider {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

[dir=rtl] md-list-item md-divider {
  left: 0;
  left: auto;
  left: initial;
  right: 0;
}

md-list-item md-divider[md-inset] {
  left: 72px;
  width: calc(100% - 72px);
  margin: 0 !important;
}

[dir=rtl] md-list-item md-divider[md-inset] {
  left: 0;
  left: auto;
  left: initial;
  right: 72px;
}

md-list-item,
md-list-item ._md-list-item-inner {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  min-height: 48px;
  height: auto;
}

md-list-item ._md-list-item-inner > div.md-primary > md-icon:not(.md-avatar-icon),
md-list-item ._md-list-item-inner > div.md-secondary > md-icon:not(.md-avatar-icon),
md-list-item ._md-list-item-inner > md-icon.md-secondary:not(.md-avatar-icon),
md-list-item ._md-list-item-inner > md-icon:first-child:not(.md-avatar-icon),
md-list-item > div.md-primary > md-icon:not(.md-avatar-icon),
md-list-item > div.md-secondary > md-icon:not(.md-avatar-icon),
md-list-item > md-icon.md-secondary:not(.md-avatar-icon),
md-list-item > md-icon:first-child:not(.md-avatar-icon) {
  width: 24px;
  margin-top: 16px;
  margin-bottom: 12px;
  box-sizing: content-box;
}

md-list-item ._md-list-item-inner 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-checkbox.md-secondary,
md-list-item > div.md-primary > md-checkbox,
md-list-item > div.md-secondary > md-checkbox,
md-list-item > md-checkbox {
  align-self: center;
}

md-list-item ._md-list-item-inner 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-checkbox.md-secondary .md-label,
md-list-item > div.md-primary > md-checkbox .md-label,
md-list-item > div.md-secondary > md-checkbox .md-label,
md-list-item > md-checkbox .md-label {
  display: none;
}

md-list-item ._md-list-item-inner > md-icon:first-child:not(.md-avatar-icon),
md-list-item > md-icon:first-child:not(.md-avatar-icon) {
  margin-right: 32px;
}

[dir=rtl] md-list-item ._md-list-item-inner > md-icon:first-child:not(.md-avatar-icon),
[dir=rtl] md-list-item > md-icon:first-child:not(.md-avatar-icon) {
  margin-right: auto;
  margin-right: initial;
  margin-left: 32px;
}

md-list-item ._md-list-item-inner .md-avatar,
md-list-item ._md-list-item-inner .md-avatar-icon,
md-list-item .md-avatar,
md-list-item .md-avatar-icon {
  margin-top: 8px;
  margin-bottom: 8px;
  margin-right: 16px;
  border-radius: 50%;
  box-sizing: content-box;
}

[dir=rtl] md-list-item ._md-list-item-inner .md-avatar,
[dir=rtl] md-list-item ._md-list-item-inner .md-avatar-icon,
[dir=rtl] md-list-item .md-avatar,
[dir=rtl] md-list-item .md-avatar-icon {
  margin-right: auto;
  margin-right: initial;
  margin-left: 16px;
}

md-list-item ._md-list-item-inner .md-avatar,
md-list-item .md-avatar {
  flex: none;
  width: 40px;
  height: 40px;
}

md-list-item ._md-list-item-inner .md-avatar-icon,
md-list-item .md-avatar-icon {
  padding: 8px;
}

md-list-item ._md-list-item-inner .md-avatar-icon svg,
md-list-item .md-avatar-icon svg {
  width: 24px;
  height: 24px;
}

md-list-item ._md-list-item-inner > md-checkbox,
md-list-item > md-checkbox {
  width: 24px;
  margin-left: 3px;
  margin-right: 29px;
  margin-top: 16px;
}

[dir=rtl] md-list-item ._md-list-item-inner > md-checkbox,
[dir=rtl] md-list-item > md-checkbox {
  margin-left: 29px;
  margin-right: 3px;
}

md-list-item ._md-list-item-inner ._md-secondary-container,
md-list-item ._md-secondary-container {
  display: flex;
  align-items: center;
  margin: auto 0 auto auto;
}

[dir=rtl] md-list-item ._md-list-item-inner ._md-secondary-container,
[dir=rtl] md-list-item ._md-secondary-container {
  margin-right: auto;
  margin-left: 0;
}

md-list-item ._md-list-item-inner ._md-secondary-container .md-button:last-of-type,
md-list-item ._md-list-item-inner ._md-secondary-container .md-icon-button:last-of-type,
md-list-item ._md-secondary-container .md-button:last-of-type,
md-list-item ._md-secondary-container .md-icon-button:last-of-type {
  margin-right: 0;
}

[dir=rtl] md-list-item ._md-list-item-inner ._md-secondary-container .md-button:last-of-type,
[dir=rtl] md-list-item ._md-list-item-inner ._md-secondary-container .md-icon-button:last-of-type,
[dir=rtl] md-list-item ._md-secondary-container .md-button:last-of-type,
[dir=rtl] md-list-item ._md-secondary-container .md-icon-button:last-of-type {
  margin-right: auto;
  margin-right: initial;
  margin-left: 0;
}

md-list-item ._md-list-item-inner ._md-secondary-container md-checkbox,
md-list-item ._md-secondary-container md-checkbox {
  margin-top: 0;
  margin-bottom: 0;
}

md-list-item ._md-list-item-inner ._md-secondary-container md-checkbox:last-child,
md-list-item ._md-secondary-container md-checkbox:last-child {
  width: 24px;
  margin-right: 0;
}

[dir=rtl] md-list-item ._md-list-item-inner ._md-secondary-container md-checkbox:last-child,
[dir=rtl] md-list-item ._md-secondary-container md-checkbox:last-child {
  margin-right: auto;
  margin-right: initial;
  margin-left: 0;
}

md-list-item ._md-list-item-inner ._md-secondary-container md-switch,
md-list-item ._md-secondary-container md-switch {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: -6px;
}

[dir=rtl] md-list-item ._md-list-item-inner ._md-secondary-container md-switch,
[dir=rtl] md-list-item ._md-secondary-container md-switch {
  margin-right: auto;
  margin-right: initial;
  margin-left: -6px;
}

md-list-item ._md-list-item-inner > ._md-list-item-inner > p,
md-list-item ._md-list-item-inner > p,
md-list-item > ._md-list-item-inner > p,
md-list-item > p {
  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-left: initial;
  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;
  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;
  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;
  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 div.md-button:first-child::before,
md-list-item.md-2-line > ._md-no-style div.md-button:first-child::before {
  content: "";
  min-height: 72px;
  visibility: hidden;
  display: inline-block;
}

md-list-item.md-2-line .md-avatar-icon,
md-list-item.md-2-line > ._md-no-style .md-avatar-icon,
md-list-item.md-2-line > ._md-no-style > .md-avatar,
md-list-item.md-2-line > .md-avatar {
  margin-top: 12px;
}

md-list-item.md-2-line > ._md-no-style > md-icon:first-child,
md-list-item.md-2-line > md-icon:first-child {
  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 div.md-button:first-child::before,
md-list-item.md-3-line > ._md-no-style div.md-button:first-child::before {
  content: "";
  min-height: 88px;
  visibility: hidden;
  display: inline-block;
}

md-list-item.md-3-line > ._md-no-style > .md-avatar,
md-list-item.md-3-line > ._md-no-style > md-icon:first-child,
md-list-item.md-3-line > .md-avatar,
md-list-item.md-3-line > md-icon:first-child {
  margin-top: 16px;
}

md-input-container {
  display: inline-block;
  position: relative;
  padding: 2px;
  margin: 18px 0;
  vertical-align: middle;
}

md-input-container:after {
  content: "";
  display: table;
  clear: both;
}

md-input-container.md-block {
  display: block;
}

md-input-container .md-errors-spacer {
  float: right;
  min-height: 24px;
  min-width: 1px;
}

[dir=rtl] md-input-container .md-errors-spacer {
  float: left;
}

md-input-container .md-resize-handle {
  position: absolute;
  bottom: 22px;
  left: 0;
  height: 10px;
  background: 0 0;
  width: 100%;
  cursor: ns-resize;
}

md-input-container > md-icon {
  position: absolute;
  top: 8px;
  left: 2px;
  right: auto;
}

[dir=rtl] md-input-container > md-icon {
  left: auto;
  right: 2px;
}

md-input-container input[type=url],
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=color],
md-input-container input[type=search],
md-input-container input[type=email],
md-input-container input[type=number],
md-input-container input[type=tel],
md-input-container textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
}

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] {
  min-height: 26px;
}

md-input-container textarea {
  resize: none;
  overflow: hidden;
}

md-input-container textarea.md-input {
  min-height: 26px;
  -ms-flex-preferred-size: auto;
}

md-input-container textarea[md-no-autogrow] {
  height: auto;
  overflow: auto;
}

md-input-container label:not(._md-container-ignore) {
  position: absolute;
  bottom: 100%;
  left: 0;
  right: auto;
}

[dir=rtl] md-input-container label:not(._md-container-ignore) {
  left: auto;
  right: 0;
}

md-input-container label:not(._md-container-ignore).md-required:after {
  content: " *";
  font-size: 13px;
  vertical-align: top;
}

md-input-container ._md-placeholder,
md-input-container label:not(.md-no-float):not(._md-container-ignore) {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  order: 1;
  pointer-events: none;
  -webkit-font-smoothing: antialiased;
  padding-left: 3px;
  padding-right: 0;
  z-index: 1;
  transform: translate3d(0, 28px, 0) scale(1);
  transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  max-width: 100%;
  transform-origin: left top;
}

[dir=rtl] md-input-container ._md-placeholder,
[dir=rtl] md-input-container label:not(.md-no-float):not(._md-container-ignore) {
  padding-left: 0;
  padding-right: 3px;
  transform-origin: right top;
}

md-input-container ._md-placeholder {
  position: absolute;
  top: 0;
  opacity: 0;
  transition-property: opacity, transform;
  transform: translate3d(0, 30px, 0);
}

md-input-container.md-input-focused ._md-placeholder {
  opacity: 1;
  transform: translate3d(0, 24px, 0);
}

md-input-container.md-input-has-value ._md-placeholder {
  transition: none;
  opacity: 0;
}

md-input-container:not(.md-input-has-value) input:not(:focus),
md-input-container:not(.md-input-has-value) input:not(:focus)::-webkit-datetime-edit-ampm-field,
md-input-container:not(.md-input-has-value) input:not(:focus)::-webkit-datetime-edit-day-field,
md-input-container:not(.md-input-has-value) input:not(:focus)::-webkit-datetime-edit-hour-field,
md-input-container:not(.md-input-has-value) input:not(:focus)::-webkit-datetime-edit-millisecond-field,
md-input-container:not(.md-input-has-value) input:not(:focus)::-webkit-datetime-edit-minute-field,
md-input-container:not(.md-input-has-value) input:not(:focus)::-webkit-datetime-edit-month-field,
md-input-container:not(.md-input-has-value) input:not(:focus)::-webkit-datetime-edit-second-field,
md-input-container:not(.md-input-has-value) input:not(:focus)::-webkit-datetime-edit-text,
md-input-container:not(.md-input-has-value) input:not(:focus)::-webkit-datetime-edit-week-field,
md-input-container:not(.md-input-has-value) input:not(:focus)::-webkit-datetime-edit-year-field {
  color: transparent;
}

md-input-container .md-input {
  order: 2;
  display: block;
  margin-top: 0;
  background: 0 0;
  padding: 2px 2px 1px;
  border-width: 0 0 1px;
  line-height: 26px;
  height: 30px;
  -ms-flex-preferred-size: 26px;
  border-radius: 0;
  border-style: solid;
  width: 100%;
  box-sizing: border-box;
  float: left;
}

[dir=rtl] md-input-container .md-input {
  float: right;
}

md-input-container .md-input:focus {
  outline: 0;
}

md-input-container .md-input:invalid {
  outline: 0;
  box-shadow: none;
}

md-input-container .md-input.md-no-flex {
  flex: none !important;
}

md-input-container .md-char-counter {
  text-align: right;
  padding-right: 2px;
  padding-left: 0;
}

[dir=rtl] md-input-container .md-char-counter {
  text-align: left;
  padding-right: 0;
  padding-left: 2px;
}

md-input-container .md-input-messages-animation {
  position: relative;
  order: 4;
  overflow: hidden;
  clear: left;
}

[dir=rtl] md-input-container .md-input-messages-animation {
  clear: right;
}

md-input-container .md-input-messages-animation.ng-enter .md-input-message-animation {
  opacity: 0;
  margin-top: -100px;
}

md-input-container .md-char-counter,
md-input-container .md-input-message-animation {
  font-size: 12px;
  line-height: 14px;
  overflow: hidden;
  transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
  opacity: 1;
  margin-top: 0;
  padding-top: 5px;
}

md-input-container .md-char-counter:not(.md-char-counter),
md-input-container .md-input-message-animation:not(.md-char-counter) {
  padding-right: 5px;
  padding-left: 0;
}

[dir=rtl] md-input-container .md-char-counter:not(.md-char-counter),
[dir=rtl] md-input-container .md-input-message-animation:not(.md-char-counter) {
  padding-right: 0;
  padding-left: 5px;
}

md-input-container .md-auto-hide .md-input-message-animation:not(.ng-animate),
md-input-container .md-input-message-animation.ng-enter,
md-input-container:not(.md-input-invalid) .md-auto-hide .md-input-message-animation {
  opacity: 0;
  margin-top: -100px;
}

md-input-container.md-input-focused label:not(.md-no-float),
md-input-container.md-input-has-placeholder label:not(.md-no-float),
md-input-container.md-input-has-value label:not(.md-no-float) {
  transform: translate3d(0, 6px, 0) scale(0.75);
  transition: transform 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.ng-invalid.ng-dirty,
md-input-container.md-input-focused .md-input,
md-input-container.md-input-resized .md-input {
  padding-bottom: 0;
  border-width: 0 0 2px;
}

[disabled] md-input-container .md-input,
md-input-container .md-input[disabled] {
  background-position: bottom -1px left 0;
  background-size: 4px 1px;
  background-repeat: repeat-x;
}

md-input-container.md-icon-float {
  transition: margin-top 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}

md-input-container.md-icon-float > label {
  pointer-events: none;
  position: absolute;
}

md-input-container.md-icon-float > md-icon {
  top: 8px;
  left: 2px;
  right: auto;
}

[dir=rtl] md-input-container.md-icon-float > md-icon {
  left: auto;
  right: 2px;
}

md-input-container.md-icon-left > label .md-placeholder,
md-input-container.md-icon-left > label:not(.md-no-float):not(._md-container-ignore),
md-input-container.md-icon-right > label .md-placeholder,
md-input-container.md-icon-right > label:not(.md-no-float):not(._md-container-ignore) {
  width: calc(100% - 36px - 18px);
}

md-input-container.md-icon-left {
  padding-left: 36px;
  padding-right: 0;
}

[dir=rtl] md-input-container.md-icon-left {
  padding-left: 0;
  padding-right: 36px;
}

md-input-container.md-icon-left > label {
  left: 36px;
  right: auto;
}

[dir=rtl] md-input-container.md-icon-left > label {
  left: auto;
  right: 36px;
}

md-input-container.md-icon-right {
  padding-left: 0;
  padding-right: 36px;
}

[dir=rtl] md-input-container.md-icon-right {
  padding-left: 36px;
  padding-right: 0;
}

md-input-container.md-icon-right > md-icon:last-of-type {
  margin: 0;
  right: 2px;
  left: auto;
}

[dir=rtl] md-input-container.md-icon-right > md-icon:last-of-type {
  right: auto;
  left: 2px;
}

md-input-container.md-icon-left.md-icon-right {
  padding-left: 36px;
  padding-right: 36px;
}

md-input-container.md-icon-left.md-icon-right > label .md-placeholder,
md-input-container.md-icon-left.md-icon-right > label:not(.md-no-float):not(._md-container-ignore) {
  width: calc(100% - 72px);
}

@media screen and (-ms-high-contrast: active) {
  md-input-container.md-default-theme > md-icon {
    fill: #fff;
  }
}

md-toolbar.md-menu-toolbar h2.md-toolbar-tools {
  line-height: 1rem;
  height: auto;
  padding: 28px 28px 12px;
}

md-menu-bar {
  padding: 0 20px;
  display: block;
  position: relative;
  z-index: 2;
}

md-menu-bar .md-menu {
  display: inline-block;
  padding: 0;
  position: relative;
}

md-menu-bar button {
  font-size: 14px;
  padding: 0 10px;
  margin: 0;
  border: 0;
  background-color: transparent;
  height: 40px;
}

md-menu-bar md-backdrop._md-menu-backdrop {
  z-index: -2;
}

md-menu-content._md-menu-bar-menu.md-dense {
  max-height: none;
  padding: 16px 0;
}

md-menu-content._md-menu-bar-menu.md-dense md-menu-item.md-indent {
  position: relative;
}

md-menu-content._md-menu-bar-menu.md-dense md-menu-item.md-indent > md-icon {
  position: absolute;
  padding: 0;
  width: 24px;
  top: 6px;
  left: 24px;
}

[dir=rtl] md-menu-content._md-menu-bar-menu.md-dense md-menu-item.md-indent > md-icon {
  left: 0;
  left: auto;
  left: initial;
  right: 24px;
}

md-menu-content._md-menu-bar-menu.md-dense md-menu-item.md-indent .md-menu > .md-button,
md-menu-content._md-menu-bar-menu.md-dense md-menu-item.md-indent > .md-button {
  padding: 0 32px 0 64px;
}

[dir=rtl] md-menu-content._md-menu-bar-menu.md-dense md-menu-item.md-indent .md-menu > .md-button,
[dir=rtl] md-menu-content._md-menu-bar-menu.md-dense md-menu-item.md-indent > .md-button {
  padding: 0 64px 0 32px;
}

md-menu-content._md-menu-bar-menu.md-dense .md-button {
  min-height: 0;
  height: 32px;
  display: flex;
}

md-menu-content._md-menu-bar-menu.md-dense .md-button span {
  flex-grow: 1;
}

md-menu-content._md-menu-bar-menu.md-dense .md-button span.md-alt-text {
  flex-grow: 0;
  align-self: flex-end;
  margin: 0 8px;
}

md-menu-content._md-menu-bar-menu.md-dense md-menu-divider {
  margin: 8px 0;
}

md-menu-content._md-menu-bar-menu.md-dense .md-menu > .md-button,
md-menu-content._md-menu-bar-menu.md-dense md-menu-item > .md-button {
  text-align: left;
  text-align: start;
}

[dir=rtl] md-menu-content._md-menu-bar-menu.md-dense .md-menu > .md-button,
[dir=rtl] md-menu-content._md-menu-bar-menu.md-dense md-menu-item > .md-button {
  text-align: right;
}

md-menu-content._md-menu-bar-menu.md-dense .md-menu {
  padding: 0;
}

md-menu-content._md-menu-bar-menu.md-dense .md-menu > .md-button {
  position: relative;
  margin: 0;
  width: 100%;
  text-transform: none;
  font-weight: 400;
  border-radius: 0;
  padding-left: 16px;
}

[dir=rtl] md-menu-content._md-menu-bar-menu.md-dense .md-menu > .md-button {
  padding-left: auto;
  padding-left: initial;
  padding-right: 16px;
}

md-menu-content._md-menu-bar-menu.md-dense .md-menu > .md-button:after {
  display: block;
  content: "▼";
  position: absolute;
  top: 0;
  speak: none;
  transform: rotate(270deg) scaleY(0.45) scaleX(0.9);
  right: 28px;
}

[dir=rtl] md-menu-content._md-menu-bar-menu.md-dense .md-menu > .md-button:after {
  transform: rotate(90deg) scaleY(0.45) scaleX(0.9);
  right: 0;
  right: auto;
  right: initial;
  left: 28px;
}

._md-open-menu-container {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  opacity: 0;
  border-radius: 2px;
}

._md-open-menu-container md-menu-divider {
  margin-top: 4px;
  margin-bottom: 4px;
  height: 1px;
  min-height: 1px;
  max-height: 1px;
  width: 100%;
}

._md-open-menu-container md-menu-content > * {
  opacity: 0;
}

._md-open-menu-container:not(._md-clickable) {
  pointer-events: none;
}

._md-open-menu-container._md-active {
  opacity: 1;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition-duration: 200ms;
}

._md-open-menu-container._md-active > md-menu-content > * {
  opacity: 1;
  transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
  transition-duration: 200ms;
  transition-delay: 100ms;
}

._md-open-menu-container._md-leave {
  opacity: 0;
  transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
  transition-duration: 250ms;
}

md-menu-content {
  display: flex;
  flex-direction: column;
  padding: 8px 0;
  max-height: 304px;
  overflow-y: auto;
}

md-menu-content.md-dense {
  max-height: 208px;
}

md-menu-content.md-dense md-menu-item {
  height: 32px;
  min-height: 0;
}

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 > .md-button {
  border-radius: 0;
  margin: auto 0;
  font-size: 15px;
  text-transform: none;
  font-weight: 400;
  height: 100%;
  padding-left: 16px;
  padding-right: 16px;
  text-align: left;
  display: flex;
  align-items: baseline;
  align-content: flex-start;
  width: 100%;
}

[dir=rtl] md-menu-item > .md-button {
  text-align: right;
}

md-menu-item > .md-button md-icon {
  margin: auto 16px auto 0;
}

[dir=rtl] md-menu-item > .md-button md-icon {
  margin: auto 0 auto 16px;
}

md-menu-item > .md-button p {
  display: inline-block;
  margin: auto;
}

md-menu-item > .md-button span {
  margin-top: auto;
  margin-bottom: auto;
}

md-menu-item > .md-button .md-ripple-container {
  border-radius: inherit;
}

.md-menu {
  padding: 8px 0;
}

md-toolbar .md-menu {
  height: auto;
  margin: auto;
  padding: 0;
}

@media (max-width: 959px) {
  md-menu-content {
    min-width: 112px;
  }

  md-menu-content[width="3"] {
    min-width: 168px;
  }

  md-menu-content[width="4"] {
    min-width: 224px;
  }

  md-menu-content[width="5"] {
    min-width: 280px;
  }

  md-menu-content[width="6"] {
    min-width: 336px;
  }

  md-menu-content[width="7"] {
    min-width: 392px;
  }
}

@media (min-width: 960px) {
  md-menu-content {
    min-width: 96px;
  }

  md-menu-content[width="3"] {
    min-width: 192px;
  }

  md-menu-content[width="4"] {
    min-width: 256px;
  }

  md-menu-content[width="5"] {
    min-width: 320px;
  }

  md-menu-content[width="6"] {
    min-width: 384px;
  }

  md-menu-content[width="7"] {
    min-width: 448px;
  }
}

.md-nav-bar {
  border-style: solid;
  border-width: 0 0 1px;
  height: 48px;
  position: relative;
}

._md-nav-bar-list {
  outline: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}

.md-nav-item:first-of-type {
  margin-left: 8px;
}

.md-button._md-nav-button {
  line-height: 24px;
  margin: 0 4px;
  padding: 12px 16px;
  transition: background-color 0.35s cubic-bezier(0.35, 0, 0.25, 1);
}

.md-button._md-nav-button:focus {
  outline: 0;
}

.md-button._md-nav-button:hover {
  background-color: inherit;
}

md-nav-ink-bar {
  bottom: 0;
  height: 2px;
  left: auto;
  position: absolute;
  right: auto;
  background-color: #000;
}

md-nav-ink-bar._md-left {
  transition: left 0.125s cubic-bezier(0.35, 0, 0.25, 1), right 0.25s cubic-bezier(0.35, 0, 0.25, 1);
}

md-nav-ink-bar._md-right {
  transition: left 0.25s cubic-bezier(0.35, 0, 0.25, 1), right 0.125s cubic-bezier(0.35, 0, 0.25, 1);
}

md-nav-extra-content {
  min-height: 48px;
  padding-right: 12px;
}

.md-panel-outer-wrapper {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

._md-panel-hidden {
  display: none;
}

._md-panel-fullscreen {
  border-radius: 0;
  left: 0;
  min-height: 100%;
  min-width: 100%;
  position: fixed;
  top: 0;
}

._md-panel-shown .md-panel {
  opacity: 1;
  transition: none;
}

.md-panel {
  opacity: 0;
  position: fixed;
}

.md-panel._md-panel-shown {
  opacity: 1;
  transition: none;
}

.md-panel._md-panel-animate-enter {
  opacity: 1;
  transition: all 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.md-panel._md-panel-animate-leave {
  opacity: 1;
  transition: all 0.3s cubic-bezier(0.4, 0, 1, 1);
}

.md-panel._md-panel-animate-fade-out,
.md-panel._md-panel-animate-scale-out {
  opacity: 0;
}

.md-panel._md-panel-backdrop {
  height: 100%;
  position: absolute;
  width: 100%;
}

.md-panel._md-opaque-enter {
  opacity: 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);
}

@keyframes indeterminate-rotate {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

md-progress-circular {
  position: relative;
}

md-progress-circular._md-progress-circular-disabled {
  visibility: hidden;
}

md-progress-circular._md-mode-indeterminate svg {
  animation: indeterminate-rotate 2.9s linear infinite;
}

md-progress-circular svg {
  position: absolute;
  overflow: visible;
  top: 0;
  left: 0;
}

md-progress-linear {
  display: block;
  position: relative;
  width: 100%;
  height: 5px;
  padding-top: 0 !important;
  margin-bottom: 0 !important;
}

md-progress-linear._md-progress-linear-disabled {
  visibility: hidden;
}

md-progress-linear ._md-container {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 5px;
  transform: translate(0, 0) scale(1, 1);
}

md-progress-linear ._md-container ._md-bar {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 5px;
}

md-progress-linear ._md-container ._md-dashed:before {
  content: "";
  display: none;
  position: absolute;
  margin-top: 0;
  height: 5px;
  width: 100%;
  background-color: transparent;
  background-size: 10px 10px !important;
  background-position: 0 -23px;
}

md-progress-linear ._md-container ._md-bar1,
md-progress-linear ._md-container ._md-bar2 {
  transition: transform 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,
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: 0 -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.33473, 0.12482, 0.78584, 1);
  }

  69.15% {
    transform: scaleX(0.83);
    animation-timing-function: cubic-bezier(0.22573, 0, 0.23365, 1.37098);
  }

  100% {
    transform: scaleX(0.1);
  }
}

@keyframes md-progress-linear-indeterminate-1 {
  0% {
    left: -105.16667%;
    animation-timing-function: linear;
  }

  20% {
    left: -105.16667%;
    animation-timing-function: cubic-bezier(0.5, 0, 0.70173, 0.49582);
  }

  69.15% {
    left: 21.5%;
    animation-timing-function: cubic-bezier(0.30244, 0.38135, 0.55, 0.95635);
  }

  100% {
    left: 95.44444%;
  }
}

@keyframes md-progress-linear-indeterminate-scale-2 {
  0% {
    transform: scaleX(0.1);
    animation-timing-function: cubic-bezier(0.20503, 0.05705, 0.57661, 0.45397);
  }

  19.15% {
    transform: scaleX(0.57);
    animation-timing-function: cubic-bezier(0.15231, 0.19643, 0.64837, 1.00432);
  }

  44.15% {
    transform: scaleX(0.91);
    animation-timing-function: cubic-bezier(0.25776, -0.00316, 0.21176, 1.38179);
  }

  100% {
    transform: scaleX(0.1);
  }
}

@keyframes md-progress-linear-indeterminate-2 {
  0% {
    left: -54.88889%;
    animation-timing-function: cubic-bezier(0.15, 0, 0.51506, 0.40968);
  }

  25% {
    left: -17.25%;
    animation-timing-function: cubic-bezier(0.31033, 0.28406, 0.8, 0.73372);
  }

  48.35% {
    left: 29.5%;
    animation-timing-function: cubic-bezier(0.4, 0.62703, 0.6, 0.90203);
  }

  100% {
    left: 117.38889%;
  }
}

md-radio-button {
  box-sizing: border-box;
  display: block;
  margin-bottom: 16px;
  white-space: nowrap;
  cursor: pointer;
  position: relative;
}

md-radio-button[disabled],
md-radio-button[disabled] ._md-container {
  cursor: default;
}

md-radio-button ._md-container {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  box-sizing: border-box;
  display: inline-block;
  width: 20px;
  height: 20px;
  cursor: pointer;
  left: 0;
  right: auto;
}

[dir=rtl] md-radio-button ._md-container {
  left: auto;
  right: 0;
}

md-radio-button ._md-container .md-ripple-container {
  position: absolute;
  display: block;
  width: auto;
  height: auto;
  left: -15px;
  top: -15px;
  right: -15px;
  bottom: -15px;
}

md-radio-button ._md-container:before {
  box-sizing: border-box;
  background-color: transparent;
  border-radius: 50%;
  content: "";
  position: absolute;
  display: block;
  height: auto;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  transition: all 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;
  margin-right: 0;
  vertical-align: middle;
  white-space: normal;
  pointer-events: none;
  width: auto;
}

[dir=rtl] md-radio-button ._md-label {
  margin-left: 0;
  margin-right: 30px;
}

md-radio-group.layout-column md-radio-button,
md-radio-group.layout-gt-lg-column md-radio-button,
md-radio-group.layout-gt-md-column md-radio-button,
md-radio-group.layout-gt-sm-column md-radio-button,
md-radio-group.layout-gt-xs-column md-radio-button,
md-radio-group.layout-lg-column md-radio-button,
md-radio-group.layout-md-column md-radio-button,
md-radio-group.layout-sm-column md-radio-button,
md-radio-group.layout-xl-column md-radio-button,
md-radio-group.layout-xs-column md-radio-button {
  margin-bottom: 16px;
}

md-radio-group.layout-gt-lg-row md-radio-button,
md-radio-group.layout-gt-md-row md-radio-button,
md-radio-group.layout-gt-sm-row md-radio-button,
md-radio-group.layout-gt-xs-row md-radio-button,
md-radio-group.layout-lg-row md-radio-button,
md-radio-group.layout-md-row md-radio-button,
md-radio-group.layout-row md-radio-button,
md-radio-group.layout-sm-row md-radio-button,
md-radio-group.layout-xl-row md-radio-button,
md-radio-group.layout-xs-row md-radio-button {
  margin: 0 16px 0 0;
}

[dir=rtl] md-radio-group.layout-gt-lg-row md-radio-button,
[dir=rtl] md-radio-group.layout-gt-md-row md-radio-button,
[dir=rtl] md-radio-group.layout-gt-sm-row md-radio-button,
[dir=rtl] md-radio-group.layout-gt-xs-row md-radio-button,
[dir=rtl] md-radio-group.layout-lg-row md-radio-button,
[dir=rtl] md-radio-group.layout-md-row md-radio-button,
[dir=rtl] md-radio-group.layout-row md-radio-button,
[dir=rtl] md-radio-group.layout-sm-row md-radio-button,
[dir=rtl] md-radio-group.layout-xl-row md-radio-button,
[dir=rtl] md-radio-group.layout-xs-row md-radio-button {
  margin-left: 16px;
  margin-right: 0;
}

md-radio-group.layout-gt-lg-row md-radio-button:last-of-type,
md-radio-group.layout-gt-md-row md-radio-button:last-of-type,
md-radio-group.layout-gt-sm-row md-radio-button:last-of-type,
md-radio-group.layout-gt-xs-row md-radio-button:last-of-type,
md-radio-group.layout-lg-row md-radio-button:last-of-type,
md-radio-group.layout-md-row md-radio-button:last-of-type,
md-radio-group.layout-row md-radio-button:last-of-type,
md-radio-group.layout-sm-row md-radio-button:last-of-type,
md-radio-group.layout-xl-row md-radio-button:last-of-type,
md-radio-group.layout-xs-row md-radio-button:last-of-type {
  margin-left: 0;
  margin-right: 0;
}

md-radio-group:focus {
  outline: 0;
}

md-radio-group.md-focused .md-checked ._md-container:before {
  left: -8px;
  top: -8px;
  right: -8px;
  bottom: -8px;
}

.md-inline-form md-radio-group {
  margin: 18px 0 19px;
}

.md-inline-form md-radio-group md-radio-button {
  display: inline-block;
  height: 30px;
  padding: 2px;
  box-sizing: border-box;
  margin-top: 0;
  margin-bottom: 0;
}

@media screen and (-ms-high-contrast: active) {
  md-radio-button.md-default-theme ._md-on {
    background-color: #fff;
  }
}

md-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,
md-sidenav._md-locked-open-add,
md-sidenav._md-locked-open-remove,
md-sidenav._md-locked-open-remove._md-closed,
md-sidenav._md-locked-open._md-closed,
md-sidenav._md-locked-open._md-closed.md-sidenav-left,
md-sidenav._md-locked-open._md-closed.md-sidenav-right {
  position: static;
  display: flex;
  transform: translate3d(0, 0, 0);
}

md-sidenav._md-locked-open-remove-active {
  transition: width 0.3s cubic-bezier(0.55, 0, 0.55, 0.2), min-width 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
  width: 0 !important;
  min-width: 0 !important;
}

md-sidenav._md-closed._md-locked-open-add {
  width: 0 !important;
  min-width: 0 !important;
  transform: translate3d(0, 0, 0);
}

md-sidenav._md-closed._md-locked-open-add-active {
  transition: width 0.3s cubic-bezier(0.55, 0, 0.55, 0.2), min-width 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
  width: 320px;
  min-width: 320px;
  transform: translate3d(0, 0, 0);
}

._md-sidenav-backdrop._md-locked-open {
  display: none;
}

.md-sidenav-left,
md-sidenav {
  left: 0;
  top: 0;
  transform: translate3d(0, 0, 0);
}

.md-sidenav-left._md-closed,
md-sidenav._md-closed {
  transform: translate3d(-100%, 0, 0);
}

.md-sidenav-right {
  left: 100%;
  top: 0;
  transform: 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-select-menu-container {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 90;
  opacity: 0;
  display: none;
}

._md-select-menu-container:not(._md-clickable) {
  pointer-events: none;
}

._md-select-menu-container md-progress-circular {
  display: table;
  margin: 24px auto !important;
}

._md-select-menu-container._md-active {
  display: block;
  opacity: 1;
}

._md-select-menu-container._md-active md-select-menu {
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition-duration: 150ms;
}

._md-select-menu-container._md-active md-select-menu > * {
  opacity: 1;
  transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
  transition-duration: 150ms;
  transition-delay: 100ms;
}

._md-select-menu-container._md-leave {
  opacity: 0;
  transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
  transition-duration: 250ms;
}

md-input-container > md-select {
  margin: 0;
  order: 2;
}

md-select {
  display: flex;
  margin: 20px 0 26px;
}

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: 0;
}

md-select[disabled]:hover {
  cursor: default;
}

md-select:not([disabled]):hover {
  cursor: pointer;
}

md-select:not([disabled]).ng-invalid.ng-dirty ._md-select-value {
  border-bottom: 2px solid;
  padding-bottom: 0;
}

md-select:not([disabled]):focus ._md-select-value {
  border-bottom-width: 2px;
  border-bottom-style: solid;
  padding-bottom: 0;
}

._md-select-value {
  display: flex;
  align-items: center;
  padding: 2px 2px 1px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  background-color: transparent;
  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;
  transform: translate3d(0, 2px, 0);
  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;
  text-align: end;
  width: 24px;
  margin: 0 4px;
  transform: translate3d(0, 1px, 0);
}

._md-select-value ._md-select-icon:after {
  display: block;
  content: "▼";
  position: relative;
  top: 2px;
  speak: none;
  transform: scaleY(0.6) scaleX(1);
}

._md-select-value._md-select-placeholder {
  display: flex;
  order: 1;
  pointer-events: none;
  -webkit-font-smoothing: antialiased;
  padding-left: 2px;
  z-index: 1;
}

md-select-menu {
  display: flex;
  flex-direction: column;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12);
  max-height: 256px;
  min-height: 48px;
  overflow-y: hidden;
  transform-origin: left top;
  transform: scale(1);
}

md-select-menu.md-reverse {
  flex-direction: column-reverse;
}

md-select-menu:not(._md-overflow) md-content {
  padding-top: 8px;
  padding-bottom: 8px;
}

[dir=rtl] md-select-menu {
  transform-origin: right top;
}

md-select-menu md-content {
  min-width: 136px;
  min-height: 48px;
  max-height: 256px;
  overflow-y: auto;
}

md-select-menu > * {
  opacity: 0;
}

md-option {
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  width: auto;
  transition: background 0.15s linear;
  padding: 0 16px;
  height: 48px;
}

md-option[disabled] {
  cursor: default;
}

md-option:focus {
  outline: 0;
}

md-option ._md-text {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
  width: auto;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
}

md-optgroup {
  display: block;
}

md-optgroup label {
  display: block;
  font-size: 14px;
  text-transform: uppercase;
  padding: 16px;
  font-weight: 500;
}

md-optgroup md-option {
  padding-left: 32px;
  padding-right: 32px;
}

@media screen and (-ms-high-contrast: active) {
  ._md-select-backdrop {
    background-color: transparent;
  }

  md-select-menu {
    border: 1px solid #fff;
  }
}

md-select-menu[multiple] md-option._md-checkbox-enabled {
  padding-left: 40px;
  padding-right: 16px;
}

[dir=rtl] md-select-menu[multiple] md-option._md-checkbox-enabled {
  padding-left: 16px;
  padding-right: 40px;
}

md-select-menu[multiple] md-option._md-checkbox-enabled ._md-container {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  box-sizing: border-box;
  display: inline-block;
  width: 20px;
  height: 20px;
  left: 0;
  right: auto;
}

[dir=rtl] md-select-menu[multiple] md-option._md-checkbox-enabled ._md-container {
  left: auto;
  right: 0;
}

md-select-menu[multiple] md-option._md-checkbox-enabled ._md-container:before {
  box-sizing: border-box;
  background-color: transparent;
  border-radius: 50%;
  content: "";
  position: absolute;
  display: block;
  height: auto;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  transition: all 0.5s;
  width: auto;
}

md-select-menu[multiple] md-option._md-checkbox-enabled ._md-container:after {
  box-sizing: border-box;
  content: "";
  position: absolute;
  top: -10px;
  right: -10px;
  bottom: -10px;
  left: -10px;
}

md-select-menu[multiple] md-option._md-checkbox-enabled ._md-container .md-ripple-container {
  position: absolute;
  display: block;
  width: auto;
  height: auto;
  left: -15px;
  top: -15px;
  right: -15px;
  bottom: -15px;
}

md-select-menu[multiple] md-option._md-checkbox-enabled ._md-icon {
  box-sizing: border-box;
  transition: 240ms;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border-width: 2px;
  border-style: solid;
  border-radius: 2px;
}

md-select-menu[multiple] md-option._md-checkbox-enabled[selected] ._md-icon {
  border: none;
}

md-select-menu[multiple] md-option._md-checkbox-enabled[selected] ._md-icon:after {
  box-sizing: border-box;
  transform: rotate(45deg);
  position: absolute;
  left: 6.67px;
  top: 2.22px;
  display: table;
  width: 6.67px;
  height: 13.33px;
  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.67px;
  margin-right: auto;
}

[dir=rtl] md-select-menu[multiple] md-option._md-checkbox-enabled ._md-container {
  margin-left: auto;
  margin-right: 10.67px;
}

@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: 0;
  width: 100%;
  height: 100%;
}

md-slider ._md-slider-content {
  position: relative;
}

md-slider ._md-track-container {
  width: 100%;
  position: absolute;
  top: 23px;
  height: 2px;
}

md-slider ._md-track {
  position: absolute;
  left: 0;
  right: 0;
  height: 100%;
}

md-slider ._md-track-fill {
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition-property: width, height;
}

md-slider ._md-track-ticks {
  position: absolute;
  left: 0;
  right: 0;
  height: 100%;
}

md-slider ._md-track-ticks canvas {
  width: 100%;
  height: 100%;
}

md-slider ._md-thumb-container {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition-property: left, bottom;
}

md-slider ._md-thumb {
  z-index: 1;
  position: absolute;
  left: -10px;
  top: 14px;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  transform: scale(0.7);
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}

md-slider ._md-thumb:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  border-width: 3px;
  border-style: solid;
  transition: inherit;
}

md-slider ._md-sign {
  display: 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);
}

md-slider ._md-sign:after {
  position: absolute;
  content: "";
  left: 0;
  border-radius: 16px;
  top: 19px;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-top-width: 16px;
  border-top-style: solid;
  opacity: 0;
  transform: translate3d(0, -8px, 0);
  transition: all 0.2s cubic-bezier(0.35, 0, 0.25, 1);
}

md-slider ._md-sign ._md-thumb-text {
  z-index: 1;
  font-size: 12px;
  font-weight: 700;
}

md-slider ._md-focus-ring {
  position: absolute;
  left: -17px;
  top: 7px;
  width: 34px;
  height: 34px;
  border-radius: 34px;
  transform: scale(0.7);
  opacity: 0;
  transition: all 0.35s cubic-bezier(0.35, 0, 0.25, 1);
}

md-slider ._md-disabled-thumb {
  position: absolute;
  left: -14px;
  top: 10px;
  width: 28px;
  height: 28px;
  border-radius: 28px;
  transform: scale(0.5);
  border-width: 4px;
  border-style: solid;
  display: none;
}

md-slider._md-min ._md-sign {
  opacity: 0;
}

md-slider:focus {
  outline: 0;
}

md-slider._md-dragging ._md-thumb-container,
md-slider._md-dragging ._md-track-fill {
  transition: none;
}

md-slider:not([md-discrete]) ._md-sign,
md-slider:not([md-discrete]) ._md-track-ticks {
  display: none;
}

md-slider:not([md-discrete]):not([disabled]) ._md-slider-wrapper ._md-thumb:hover {
  transform: scale(0.8);
}

md-slider:not([md-discrete]):not([disabled]) ._md-slider-wrapper.md-focused ._md-focus-ring {
  transform: scale(1);
  opacity: 1;
}

md-slider:not([md-discrete]):not([disabled]) ._md-slider-wrapper.md-focused ._md-thumb {
  animation: sliderFocusThumb 0.7s cubic-bezier(0.35, 0, 0.25, 1);
}

md-slider:not([md-discrete]):not([disabled])._md-active ._md-slider-wrapper ._md-thumb {
  transform: scale(1);
}

md-slider[md-discrete]:not([disabled]) ._md-slider-wrapper.md-focused ._md-focus-ring {
  transform: scale(0);
  animation: sliderDiscreteFocusRing 0.5s cubic-bezier(0.35, 0, 0.25, 1);
}

md-slider[md-discrete]:not([disabled]) ._md-slider-wrapper.md-focused ._md-thumb {
  animation: sliderDiscreteFocusThumb 0.5s cubic-bezier(0.35, 0, 0.25, 1);
}

md-slider[md-discrete]:not([disabled]) ._md-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,
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% - 1px);
}

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);
}

md-slider[md-vertical][md-discrete] ._md-sign:after {
  top: 9.5px;
  left: 19px;
  border-top: 14px solid transparent;
  border-right: 0;
  border-bottom: 14px solid transparent;
  border-left-width: 16px;
  border-left-style: solid;
  opacity: 0;
  transform: translate3d(0, -8px, 0);
  transition: all 0.2s ease-in-out;
}

md-slider[md-vertical][md-discrete] ._md-sign ._md-thumb-text {
  z-index: 1;
  font-size: 12px;
  font-weight: 700;
}

md-slider[md-vertical][md-discrete] .md-focused ._md-sign:after,
md-slider[md-vertical][md-discrete]._md-active ._md-sign:after,
md-slider[md-vertical][md-discrete][disabled][readonly] ._md-sign:after {
  top: 0;
}

md-slider[md-vertical][disabled][readonly] ._md-thumb {
  transform: scale(0);
}

md-slider[md-vertical][disabled][readonly] ._md-sign,
md-slider[md-vertical][disabled][readonly] ._md-sign:after {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}

md-slider[md-invert]:not([md-vertical]) ._md-track-fill {
  left: auto;
  right: 0;
}

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;
}

md-slider-container > :last-child:not(md-slider) {
  margin-left: 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;
  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-sticky-clone {
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  position: absolute !important;
  transform: translate3d(-9999px, -9999px, 0);
}

._md-sticky-clone[sticky-state=active] {
  transform: translate3d(0, 0, 0);
}

._md-sticky-clone[sticky-state=active]:not(.md-sticky-no-effect) ._md-subheader-inner {
  animation: subheaderStickyHoverIn 0.3s ease-out both;
}

.md-inline-form md-switch {
  margin-top: 18px;
  margin-bottom: 19px;
}

md-switch {
  margin: 16px;
  margin-left: inherit;
  white-space: nowrap;
  cursor: pointer;
  outline: 0;
  -webkit-user-select: none;
  user-select: none;
  height: 30px;
  line-height: 28px;
  align-items: center;
  display: flex;
}

[dir=rtl] md-switch {
  margin-left: 16px;
  margin-right: inherit;
}

md-switch:last-of-type {
  margin-left: inherit;
  margin-right: 0;
}

[dir=rtl] md-switch:last-of-type {
  margin-left: 0;
  margin-right: inherit;
}

md-switch[disabled],
md-switch[disabled] ._md-container {
  cursor: default;
}

md-switch ._md-container {
  cursor: grab;
  width: 36px;
  height: 24px;
  position: relative;
  -webkit-user-select: none;
  user-select: none;
  margin-right: 8px;
  float: left;
}

[dir=rtl] md-switch ._md-container {
  margin-right: auto;
  margin-right: initial;
  margin-left: 8px;
}

md-switch:not([disabled]) ._md-dragging,
md-switch:not([disabled])._md-dragging ._md-container {
  cursor: grabbing;
}

md-switch.md-focused:not([disabled]) ._md-thumb:before {
  left: -8px;
  top: -8px;
  right: -8px;
  bottom: -8px;
}

md-switch.md-focused:not([disabled]):not(.md-checked) ._md-thumb:before {
  background-color: rgba(0, 0, 0, 0.12);
}

md-switch ._md-label {
  border-color: transparent;
  border-width: 0;
  float: left;
}

md-switch ._md-bar {
  left: 1px;
  width: 34px;
  top: 5px;
  height: 14px;
  border-radius: 8px;
  position: absolute;
}

md-switch ._md-thumb-container {
  top: 2px;
  left: 0;
  width: 16px;
  position: absolute;
  transform: translate3d(0, 0, 0);
  z-index: 1;
}

md-switch.md-checked ._md-thumb-container {
  transform: translate3d(100%, 0, 0);
}

md-switch ._md-thumb {
  position: absolute;
  margin: 0;
  left: 0;
  top: 0;
  outline: 0;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12);
}

md-switch ._md-thumb: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,
md-switch:not(._md-dragging) ._md-thumb-container {
  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;
  }
}

@keyframes subheaderStickyHoverIn {
  0% {
    box-shadow: 0 0 0 0 transparent;
  }

  100% {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16);
  }
}

@keyframes subheaderStickyHoverOut {
  0% {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16);
  }

  100% {
    box-shadow: 0 0 0 0 transparent;
  }
}

._md-subheader-wrapper:not(.md-sticky-no-effect) {
  transition: 0.2s ease-out margin;
}

._md-subheader-wrapper:not(.md-sticky-no-effect) .md-subheader {
  margin: 0;
}

._md-subheader-wrapper:not(.md-sticky-no-effect).md-sticky-clone {
  z-index: 2;
}

._md-subheader-wrapper:not(.md-sticky-no-effect)[sticky-state=active] {
  margin-top: -2px;
}

._md-subheader-wrapper:not(.md-sticky-no-effect):not(.md-sticky-clone)[sticky-prev-state=active] ._md-subheader-inner:after {
  animation: subheaderStickyHoverOut 0.3s ease-out both;
}

.md-subheader {
  display: block;
  font-size: 14px;
  font-weight: 500;
  line-height: 1em;
  margin: 0;
  position: relative;
}

.md-subheader ._md-subheader-inner {
  display: block;
  padding: 16px;
}

.md-subheader ._md-subheader-content {
  display: block;
  z-index: 1;
  position: relative;
}

@keyframes md-tab-content-hide {
  0%, 50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

md-tab-data {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  opacity: 0;
}

md-tabs {
  display: block;
  margin: 0;
  border-radius: 2px;
  overflow: hidden;
  position: relative;
  flex-shrink: 0;
}

md-tabs:not(.md-no-tab-content):not(.md-dynamic-height) {
  min-height: 248px;
}

md-tabs[md-align-tabs=bottom] {
  padding-bottom: 48px;
}

md-tabs[md-align-tabs=bottom] md-tabs-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 48px;
  z-index: 2;
}

md-tabs[md-align-tabs=bottom] md-tabs-content-wrapper {
  top: 0;
  bottom: 48px;
}

md-tabs.md-dynamic-height md-tabs-content-wrapper {
  min-height: 0;
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  overflow: visible;
}

md-tabs.md-dynamic-height md-tab-content.md-active {
  position: relative;
}

md-tabs[md-border-bottom] md-tabs-wrapper {
  border-width: 0 0 1px;
  border-style: solid;
}

md-tabs[md-border-bottom]:not(.md-dynamic-height) md-tabs-content-wrapper {
  top: 49px;
}

md-tabs-wrapper {
  display: block;
  position: relative;
  transform: translate3d(0, 0, 0);
}

md-tabs-wrapper md-next-button,
md-tabs-wrapper md-prev-button {
  height: 100%;
  width: 32px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  line-height: 1em;
  z-index: 2;
  cursor: pointer;
  font-size: 16px;
  background: center center no-repeat;
  transition: all 0.5s cubic-bezier(0.35, 0, 0.25, 1);
}

md-tabs-wrapper md-next-button:focus,
md-tabs-wrapper md-prev-button:focus {
  outline: 0;
}

md-tabs-wrapper md-next-button.md-disabled,
md-tabs-wrapper md-prev-button.md-disabled {
  opacity: 0.25;
  cursor: default;
}

md-tabs-wrapper md-next-button.ng-leave,
md-tabs-wrapper md-prev-button.ng-leave {
  transition: none;
}

md-tabs-wrapper md-next-button md-icon,
md-tabs-wrapper md-prev-button md-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}

md-tabs-wrapper md-prev-button {
  left: 0;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE3LjEuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPiA8IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPiA8c3ZnIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMjQgMjQiIHhtbDpzcGFjZT0icHJlc2VydmUiPiA8ZyBpZD0iSGVhZGVyIj4gPGc+IDxyZWN0IHg9Ii02MTgiIHk9Ii0xMjA4IiBmaWxsPSJub25lIiB3aWR0aD0iMTQwMCIgaGVpZ2h0PSIzNjAwIi8+IDwvZz4gPC9nPiA8ZyBpZD0iTGFiZWwiPiA8L2c+IDxnIGlkPSJJY29uIj4gPGc+IDxwb2x5Z29uIHBvaW50cz0iMTUuNCw3LjQgMTQsNiA4LDEyIDE0LDE4IDE1LjQsMTYuNiAxMC44LDEyIAkJIiBzdHlsZT0iZmlsbDp3aGl0ZTsiLz4gPHJlY3QgZmlsbD0ibm9uZSIgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0Ii8+IDwvZz4gPC9nPiA8ZyBpZD0iR3JpZCIgZGlzcGxheT0ibm9uZSI+IDxnIGRpc3BsYXk9ImlubGluZSI+IDwvZz4gPC9nPiA8L3N2Zz4NCg==");
}

[dir=rtl] md-tabs-wrapper md-prev-button {
  left: 0;
  left: auto;
  left: initial;
  right: 0;
}

md-tabs-wrapper md-next-button {
  right: 0;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE3LjEuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPiA8IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPiA8c3ZnIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMjQgMjQiIHhtbDpzcGFjZT0icHJlc2VydmUiPiA8ZyBpZD0iSGVhZGVyIj4gPGc+IDxyZWN0IHg9Ii02MTgiIHk9Ii0xMzM2IiBmaWxsPSJub25lIiB3aWR0aD0iMTQwMCIgaGVpZ2h0PSIzNjAwIi8+IDwvZz4gPC9nPiA8ZyBpZD0iTGFiZWwiPiA8L2c+IDxnIGlkPSJJY29uIj4gPGc+IDxwb2x5Z29uIHBvaW50cz0iMTAsNiA4LjYsNy40IDEzLjIsMTIgOC42LDE2LjYgMTAsMTggMTYsMTIgCQkiIHN0eWxlPSJmaWxsOndoaXRlOyIvPiA8cmVjdCBmaWxsPSJub25lIiB3aWR0aD0iMjQiIGhlaWdodD0iMjQiLz4gPC9nPiA8L2c+IDxnIGlkPSJHcmlkIiBkaXNwbGF5PSJub25lIj4gPGcgZGlzcGxheT0iaW5saW5lIj4gPC9nPiA8L2c+IDwvc3ZnPg0K");
}

[dir=rtl] md-tabs-wrapper md-next-button {
  right: 0;
  right: auto;
  right: initial;
  left: 0;
}

md-tabs-wrapper md-next-button md-icon {
  transform: translate3d(-50%, -50%, 0) rotate(180deg);
}

md-tabs-wrapper.md-stretch-tabs md-pagination-wrapper {
  width: 100%;
  display: flex;
  flex-direction: row;
}

md-tabs-wrapper.md-stretch-tabs md-pagination-wrapper md-tab-item {
  flex-grow: 1;
}

md-tabs-canvas {
  position: relative;
  overflow: hidden;
  display: block;
  height: 48px;
}

md-tabs-canvas:after {
  content: "";
  display: table;
  clear: both;
}

md-tabs-canvas .md-dummy-wrapper {
  position: absolute;
  top: 0;
  left: 0;
}

[dir=rtl] md-tabs-canvas .md-dummy-wrapper {
  left: 0;
  left: auto;
  left: initial;
  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 {
  height: 48px;
  display: block;
  transition: transform 0.5s cubic-bezier(0.35, 0, 0.25, 1);
  position: absolute;
  width: 999999px;
  left: 0;
  transform: translate3d(0, 0, 0);
}

md-pagination-wrapper:after {
  content: "";
  display: table;
  clear: both;
}

[dir=rtl] md-pagination-wrapper {
  left: 0;
  left: auto;
  left: initial;
  right: 0;
}

md-pagination-wrapper.md-center-tabs {
  position: relative;
  width: initial;
  margin: 0 auto;
}

md-tabs-content-wrapper {
  display: block;
  position: absolute;
  top: 48px;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

md-tab-content {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: transform 0.5s cubic-bezier(0.35, 0, 0.25, 1);
  overflow: auto;
  transform: translate3d(0, 0, 0);
}

md-tab-content.md-no-scroll {
  bottom: auto;
  overflow: hidden;
}

md-tab-content.md-no-transition,
md-tab-content.ng-leave {
  transition: none;
}

md-tab-content.md-left:not(.md-active) {
  transform: translateX(-100%);
  animation: 1s md-tab-content-hide;
  opacity: 0;
}

[dir=rtl] md-tab-content.md-left:not(.md-active) {
  transform: translateX(100%);
}

md-tab-content.md-left:not(.md-active) * {
  transition: visibility 0s linear;
  transition-delay: 0.5s;
  visibility: hidden;
}

md-tab-content.md-right:not(.md-active) {
  transform: translateX(100%);
  animation: 1s md-tab-content-hide;
  opacity: 0;
}

[dir=rtl] md-tab-content.md-right:not(.md-active) {
  transform: translateX(-100%);
}

md-tab-content.md-right:not(.md-active) * {
  transition: visibility 0s linear;
  transition-delay: 0.5s;
  visibility: hidden;
}

md-tab-content > div.ng-leave {
  animation: 1s md-tab-content-hide;
}

md-ink-bar {
  position: absolute;
  left: auto;
  right: auto;
  bottom: 0;
  height: 2px;
}

md-ink-bar.md-left {
  transition: left 0.125s cubic-bezier(0.35, 0, 0.25, 1), right 0.25s cubic-bezier(0.35, 0, 0.25, 1);
}

md-ink-bar.md-right {
  transition: left 0.25s cubic-bezier(0.35, 0, 0.25, 1), right 0.125s cubic-bezier(0.35, 0, 0.25, 1);
}

md-tab {
  position: absolute;
  z-index: -1;
  left: -9999px;
}

.md-tab {
  font-size: 14px;
  text-align: center;
  line-height: 24px;
  padding: 12px 24px;
  transition: background-color 0.35s cubic-bezier(0.35, 0, 0.25, 1);
  cursor: pointer;
  white-space: nowrap;
  position: relative;
  text-transform: uppercase;
  float: left;
  font-weight: 500;
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
}

[dir=rtl] .md-tab {
  float: right;
}

.md-tab.md-focused {
  box-shadow: none;
  outline: 0;
}

.md-tab.md-active {
  cursor: default;
}

.md-tab.md-disabled {
  pointer-events: none;
  touch-action: pan-y;
  -webkit-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  opacity: 0.5;
  cursor: default;
}

.md-tab.ng-leave {
  transition: none;
}

md-toolbar + md-tabs {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.md-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;
  align-items: center;
  max-height: 168px;
  max-width: 100%;
  min-height: 48px;
  padding: 0 18px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  border-radius: 2px;
  font-size: 14px;
  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;
}

md-toast .md-toast-content::before {
  content: "";
  min-height: 48px;
  visibility: hidden;
  display: inline-block;
}

[dir=rtl] md-toast .md-toast-content {
  justify-content: flex-end;
}

md-toast.md-capsule,
md-toast.md-capsule .md-toast-content {
  border-radius: 24px;
}

md-toast.ng-leave-active .md-toast-content {
  transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
}

md-toast._md-swipedown .md-toast-content,
md-toast._md-swipeleft .md-toast-content,
md-toast._md-swiperight .md-toast-content,
md-toast._md-swipeup .md-toast-content {
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}

md-toast.ng-enter {
  opacity: 0;
}

md-toast.ng-enter .md-toast-content {
  transform: translate3d(0, 100%, 0);
}

md-toast.ng-enter._md-top .md-toast-content {
  transform: translate3d(0, -100%, 0);
}

md-toast.ng-enter.ng-enter-active {
  opacity: 1;
}

md-toast.ng-enter.ng-enter-active .md-toast-content {
  transform: translate3d(0, 0, 0);
}

md-toast.ng-leave.ng-leave-active .md-toast-content {
  opacity: 0;
  transform: translate3d(0, 100%, 0);
}

md-toast.ng-leave.ng-leave-active._md-swipeup .md-toast-content {
  transform: translate3d(0, -50%, 0);
}

md-toast.ng-leave.ng-leave-active._md-swipedown .md-toast-content {
  transform: translate3d(0, 50%, 0);
}

md-toast.ng-leave.ng-leave-active._md-top .md-toast-content {
  transform: translate3d(0, -100%, 0);
}

md-toast .md-action {
  line-height: 19px;
  margin-left: 24px;
  margin-right: 0;
  cursor: pointer;
  text-transform: uppercase;
  float: right;
}

md-toast .md-button {
  min-width: 0;
  margin-right: 0;
  margin-left: 12px;
}

[dir=rtl] md-toast .md-button {
  margin-right: 12px;
  margin-left: 0;
}

@media (max-width: 959px) {
  md-toast {
    left: 0;
    right: 0;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    border-radius: 0;
    bottom: 0;
    padding: 0;
  }

  md-toast.ng-leave.ng-leave-active._md-swipeup .md-toast-content {
    transform: translate3d(0, -50%, 0);
  }

  md-toast.ng-leave.ng-leave-active._md-swipedown .md-toast-content {
    transform: translate3d(0, 50%, 0);
  }
}

@media (min-width: 960px) {
  md-toast {
    min-width: 304px;
  }

  md-toast._md-bottom {
    bottom: 0;
  }

  md-toast._md-left {
    left: 0;
  }

  md-toast._md-right {
    right: 0;
  }

  md-toast._md-top {
    top: 0;
  }

  md-toast._md-start {
    left: 0;
  }

  [dir=rtl] md-toast._md-start {
    left: 0;
    left: auto;
    left: initial;
    right: 0;
  }

  md-toast._md-end {
    right: 0;
  }

  [dir=rtl] md-toast._md-end {
    right: 0;
    right: auto;
    right: initial;
    left: 0;
  }

  md-toast.ng-leave.ng-leave-active._md-swipeleft .md-toast-content {
    transform: translate3d(-50%, 0, 0);
  }

  md-toast.ng-leave.ng-leave-active._md-swiperight .md-toast-content {
    transform: translate3d(50%, 0, 0);
  }
}

@media (min-width: 1920px) {
  md-toast .md-toast-content {
    max-width: 568px;
  }
}

@media screen and (-ms-high-contrast: active) {
  md-toast {
    border: 1px solid #fff;
  }
}

._md-toast-animating {
  overflow: hidden !important;
}

md-toolbar {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 2;
  font-size: 20px;
  min-height: 64px;
  width: 100%;
  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 :after,
md-toolbar :before {
  box-sizing: border-box;
}

md-toolbar.ng-animate {
  transition: none;
}

md-toolbar.md-tall {
  height: 128px;
  min-height: 128px;
  max-height: 128px;
}

md-toolbar.md-medium-tall {
  height: 88px;
  min-height: 88px;
  max-height: 88px;
}

md-toolbar.md-medium-tall .md-toolbar-tools {
  height: 48px;
  min-height: 48px;
  max-height: 48px;
}

md-toolbar > .md-indent {
  margin-left: 64px;
}

[dir=rtl] md-toolbar > .md-indent {
  margin-left: auto;
  margin-left: initial;
  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-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.md-icon-button md-icon.ng-animate,
.md-toolbar-tools .md-button.ng-animate {
  transition: none;
}

.md-toolbar-tools > .md-button:first-child {
  margin-left: -8px;
}

[dir=rtl] .md-toolbar-tools > .md-button:first-child {
  margin-left: auto;
  margin-left: initial;
  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-right: initial;
  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-right: initial;
  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-right: initial;
  margin-left: 0;
}

@media screen and (-ms-high-contrast: active) {
  .md-toolbar-tools {
    border-bottom: 1px solid #fff;
  }
}

@media (min-width: 0) and (max-width: 959px) and (orientation: portrait) {
  md-toolbar {
    min-height: 56px;
  }

  .md-toolbar-tools {
    height: 56px;
    max-height: 56px;
  }
}

@media (min-width: 0) and (max-width: 959px) and (orientation: landscape) {
  md-toolbar {
    min-height: 48px;
  }

  .md-toolbar-tools {
    height: 48px;
    max-height: 48px;
  }
}

md-tooltip {
  position: absolute;
  z-index: 100;
  overflow: hidden;
  pointer-events: none;
  border-radius: 4px;
  font-weight: 500;
  font-size: 14px;
}

@media (min-width: 960px) {
  md-tooltip {
    font-size: 10px;
  }
}

md-tooltip ._md-content {
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transform-origin: center top;
  transform: scale(0);
  opacity: 0;
  height: 32px;
  line-height: 32px;
  padding-left: 16px;
  padding-right: 16px;
}

@media (min-width: 960px) {
  md-tooltip ._md-content {
    height: 22px;
    line-height: 22px;
    padding-left: 8px;
    padding-right: 8px;
  }
}

md-tooltip ._md-content._md-show-add {
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition-duration: 0.2s;
  transform: scale(0);
  opacity: 0;
}

md-tooltip ._md-content._md-show,
md-tooltip ._md-content._md-show-add-active {
  transform: scale(1);
  opacity: 1;
  transform-origin: center top;
}

md-tooltip ._md-content._md-show-remove {
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition-duration: 0.2s;
}

md-tooltip ._md-content._md-show-remove._md-show-remove-active {
  transform: scale(0);
  opacity: 0;
}

md-tooltip._md-hide {
  transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
}

md-tooltip._md-show {
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  pointer-events: auto;
}

.md-virtual-repeat-container {
  box-sizing: border-box;
  display: block;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
}

.md-virtual-repeat-container .md-virtual-repeat-scroller {
  bottom: 0;
  box-sizing: border-box;
  left: 0;
  margin: 0;
  overflow-x: hidden;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.md-virtual-repeat-container .md-virtual-repeat-sizer {
  box-sizing: border-box;
  height: 1px;
  display: block;
  margin: 0;
  padding: 0;
  width: 1px;
}

.md-virtual-repeat-container .md-virtual-repeat-offsetter {
  box-sizing: border-box;
  left: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.md-virtual-repeat-container.md-orient-horizontal .md-virtual-repeat-scroller {
  overflow-x: auto;
  overflow-y: hidden;
}

.md-virtual-repeat-container.md-orient-horizontal .md-virtual-repeat-offsetter {
  bottom: 16px;
  right: auto;
  white-space: nowrap;
}

[dir=rtl] .md-virtual-repeat-container.md-orient-horizontal .md-virtual-repeat-offsetter {
  right: 0;
  right: auto;
  right: initial;
  left: auto;
}

.md-whiteframe-1dp,
.md-whiteframe-z1 {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12);
}

.md-whiteframe-2dp {
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12);
}

.md-whiteframe-3dp {
  box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.2), 0 3px 4px 0 rgba(0, 0, 0, 0.14), 0 3px 3px -2px rgba(0, 0, 0, 0.12);
}

.md-whiteframe-4dp,
.md-whiteframe-z2 {
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
}

.md-whiteframe-5dp {
  box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2), 0 5px 8px 0 rgba(0, 0, 0, 0.14), 0 1px 14px 0 rgba(0, 0, 0, 0.12);
}

.md-whiteframe-6dp {
  box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12);
}

.md-whiteframe-7dp,
.md-whiteframe-z3 {
  box-shadow: 0 4px 5px -2px rgba(0, 0, 0, 0.2), 0 7px 10px 1px rgba(0, 0, 0, 0.14), 0 2px 16px 1px rgba(0, 0, 0, 0.12);
}

.md-whiteframe-8dp {
  box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
}

.md-whiteframe-9dp {
  box-shadow: 0 5px 6px -3px rgba(0, 0, 0, 0.2), 0 9px 12px 1px rgba(0, 0, 0, 0.14), 0 3px 16px 2px rgba(0, 0, 0, 0.12);
}

.md-whiteframe-10dp,
.md-whiteframe-z4 {
  box-shadow: 0 6px 6px -3px rgba(0, 0, 0, 0.2), 0 10px 14px 1px rgba(0, 0, 0, 0.14), 0 4px 18px 3px rgba(0, 0, 0, 0.12);
}

.md-whiteframe-11dp {
  box-shadow: 0 6px 7px -4px rgba(0, 0, 0, 0.2), 0 11px 15px 1px rgba(0, 0, 0, 0.14), 0 4px 20px 3px rgba(0, 0, 0, 0.12);
}

.md-whiteframe-12dp {
  box-shadow: 0 7px 8px -4px rgba(0, 0, 0, 0.2), 0 12px 17px 2px rgba(0, 0, 0, 0.14), 0 5px 22px 4px rgba(0, 0, 0, 0.12);
}

.md-whiteframe-13dp,
.md-whiteframe-z5 {
  box-shadow: 0 7px 8px -4px rgba(0, 0, 0, 0.2), 0 13px 19px 2px rgba(0, 0, 0, 0.14), 0 5px 24px 4px rgba(0, 0, 0, 0.12);
}

.md-whiteframe-14dp {
  box-shadow: 0 7px 9px -4px rgba(0, 0, 0, 0.2), 0 14px 21px 2px rgba(0, 0, 0, 0.14), 0 5px 26px 4px rgba(0, 0, 0, 0.12);
}

.md-whiteframe-15dp {
  box-shadow: 0 8px 9px -5px rgba(0, 0, 0, 0.2), 0 15px 22px 2px rgba(0, 0, 0, 0.14), 0 6px 28px 5px rgba(0, 0, 0, 0.12);
}

.md-whiteframe-16dp {
  box-shadow: 0 8px 10px -5px rgba(0, 0, 0, 0.2), 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12);
}

.md-whiteframe-17dp {
  box-shadow: 0 8px 11px -5px rgba(0, 0, 0, 0.2), 0 17px 26px 2px rgba(0, 0, 0, 0.14), 0 6px 32px 5px rgba(0, 0, 0, 0.12);
}

.md-whiteframe-18dp {
  box-shadow: 0 9px 11px -5px rgba(0, 0, 0, 0.2), 0 18px 28px 2px rgba(0, 0, 0, 0.14), 0 7px 34px 6px rgba(0, 0, 0, 0.12);
}

.md-whiteframe-19dp {
  box-shadow: 0 9px 12px -6px rgba(0, 0, 0, 0.2), 0 19px 29px 2px rgba(0, 0, 0, 0.14), 0 7px 36px 6px rgba(0, 0, 0, 0.12);
}

.md-whiteframe-20dp {
  box-shadow: 0 10px 13px -6px rgba(0, 0, 0, 0.2), 0 20px 31px 3px rgba(0, 0, 0, 0.14), 0 8px 38px 7px rgba(0, 0, 0, 0.12);
}

.md-whiteframe-21dp {
  box-shadow: 0 10px 13px -6px rgba(0, 0, 0, 0.2), 0 21px 33px 3px rgba(0, 0, 0, 0.14), 0 8px 40px 7px rgba(0, 0, 0, 0.12);
}

.md-whiteframe-22dp {
  box-shadow: 0 10px 14px -6px rgba(0, 0, 0, 0.2), 0 22px 35px 3px rgba(0, 0, 0, 0.14), 0 8px 42px 7px rgba(0, 0, 0, 0.12);
}

.md-whiteframe-23dp {
  box-shadow: 0 11px 14px -7px rgba(0, 0, 0, 0.2), 0 23px 36px 3px rgba(0, 0, 0, 0.14), 0 9px 44px 8px rgba(0, 0, 0, 0.12);
}

.md-whiteframe-24dp {
  box-shadow: 0 11px 15px -7px rgba(0, 0, 0, 0.2), 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12);
}

@media screen and (-ms-high-contrast: active) {
  md-whiteframe {
    border: 1px solid #fff;
  }
}

@media print {
  [md-whiteframe],
  md-whiteframe {
    background-color: #fff;
  }
}

.ng-cloak,
.x-ng-cloak,
[data-ng-cloak],
[ng-cloak],
[ng\:cloak],
[x-ng-cloak] {
  display: none !important;
}

@-moz-document url-prefix()  {
  .layout-fill {
    margin: 0;
    width: 100%;
    min-height: 100%;
    height: 100%;
  }
}

.flex-order {
  order: 0;
}

.flex-order--20 {
  order: -20;
}

.flex-order--19 {
  order: -19;
}

.flex-order--18 {
  order: -18;
}

.flex-order--17 {
  order: -17;
}

.flex-order--16 {
  order: -16;
}

.flex-order--15 {
  order: -15;
}

.flex-order--14 {
  order: -14;
}

.flex-order--13 {
  order: -13;
}

.flex-order--12 {
  order: -12;
}

.flex-order--11 {
  order: -11;
}

.flex-order--10 {
  order: -10;
}

.flex-order--9 {
  order: -9;
}

.flex-order--8 {
  order: -8;
}

.flex-order--7 {
  order: -7;
}

.flex-order--6 {
  order: -6;
}

.flex-order--5 {
  order: -5;
}

.flex-order--4 {
  order: -4;
}

.flex-order--3 {
  order: -3;
}

.flex-order--2 {
  order: -2;
}

.flex-order--1 {
  order: -1;
}

.flex-order-0 {
  order: 0;
}

.flex-order-1 {
  order: 1;
}

.flex-order-2 {
  order: 2;
}

.flex-order-3 {
  order: 3;
}

.flex-order-4 {
  order: 4;
}

.flex-order-5 {
  order: 5;
}

.flex-order-6 {
  order: 6;
}

.flex-order-7 {
  order: 7;
}

.flex-order-8 {
  order: 8;
}

.flex-order-9 {
  order: 9;
}

.flex-order-10 {
  order: 10;
}

.flex-order-11 {
  order: 11;
}

.flex-order-12 {
  order: 12;
}

.flex-order-13 {
  order: 13;
}

.flex-order-14 {
  order: 14;
}

.flex-order-15 {
  order: 15;
}

.flex-order-16 {
  order: 16;
}

.flex-order-17 {
  order: 17;
}

.flex-order-18 {
  order: 18;
}

.flex-order-19 {
  order: 19;
}

.flex-order-20 {
  order: 20;
}

.flex-offset-0,
.offset-0 {
  margin-left: 0;
}

[dir=rtl] .flex-offset-0,
[dir=rtl] .offset-0 {
  margin-left: auto;
  margin-left: initial;
  margin-right: 0;
}

.flex-offset-5,
.offset-5 {
  margin-left: 5%;
}

[dir=rtl] .flex-offset-5,
[dir=rtl] .offset-5 {
  margin-left: auto;
  margin-left: initial;
  margin-right: 5%;
}

.flex-offset-10,
.offset-10 {
  margin-left: 10%;
}

[dir=rtl] .flex-offset-10,
[dir=rtl] .offset-10 {
  margin-left: auto;
  margin-left: initial;
  margin-right: 10%;
}

.flex-offset-15,
.offset-15 {
  margin-left: 15%;
}

[dir=rtl] .flex-offset-15,
[dir=rtl] .offset-15 {
  margin-left: auto;
  margin-left: initial;
  margin-right: 15%;
}

.flex-offset-20,
.offset-20 {
  margin-left: 20%;
}

[dir=rtl] .flex-offset-20,
[dir=rtl] .offset-20 {
  margin-left: auto;
  margin-left: initial;
  margin-right: 20%;
}

.flex-offset-25,
.offset-25 {
  margin-left: 25%;
}

[dir=rtl] .flex-offset-25,
[dir=rtl] .offset-25 {
  margin-left: auto;
  margin-left: initial;
  margin-right: 25%;
}

.flex-offset-30,
.offset-30 {
  margin-left: 30%;
}

[dir=rtl] .flex-offset-30,
[dir=rtl] .offset-30 {
  margin-left: auto;
  margin-left: initial;
  margin-right: 30%;
}

.flex-offset-35,
.offset-35 {
  margin-left: 35%;
}

[dir=rtl] .flex-offset-35,
[dir=rtl] .offset-35 {
  margin-left: auto;
  margin-left: initial;
  margin-right: 35%;
}

.flex-offset-40,
.offset-40 {
  margin-left: 40%;
}

[dir=rtl] .flex-offset-40,
[dir=rtl] .offset-40 {
  margin-left: auto;
  margin-left: initial;
  margin-right: 40%;
}

.flex-offset-45,
.offset-45 {
  margin-left: 45%;
}

[dir=rtl] .flex-offset-45,
[dir=rtl] .offset-45 {
  margin-left: auto;
  margin-left: initial;
  margin-right: 45%;
}

.flex-offset-50,
.offset-50 {
  margin-left: 50%;
}

[dir=rtl] .flex-offset-50,
[dir=rtl] .offset-50 {
  margin-left: auto;
  margin-left: initial;
  margin-right: 50%;
}

.flex-offset-55,
.offset-55 {
  margin-left: 55%;
}

[dir=rtl] .flex-offset-55,
[dir=rtl] .offset-55 {
  margin-left: auto;
  margin-left: initial;
  margin-right: 55%;
}

.flex-offset-60,
.offset-60 {
  margin-left: 60%;
}

[dir=rtl] .flex-offset-60,
[dir=rtl] .offset-60 {
  margin-left: auto;
  margin-left: initial;
  margin-right: 60%;
}

.flex-offset-65,
.offset-65 {
  margin-left: 65%;
}

[dir=rtl] .flex-offset-65,
[dir=rtl] .offset-65 {
  margin-left: auto;
  margin-left: initial;
  margin-right: 65%;
}

.flex-offset-70,
.offset-70 {
  margin-left: 70%;
}

[dir=rtl] .flex-offset-70,
[dir=rtl] .offset-70 {
  margin-left: auto;
  margin-left: initial;
  margin-right: 70%;
}

.flex-offset-75,
.offset-75 {
  margin-left: 75%;
}

[dir=rtl] .flex-offset-75,
[dir=rtl] .offset-75 {
  margin-left: auto;
  margin-left: initial;
  margin-right: 75%;
}

.flex-offset-80,
.offset-80 {
  margin-left: 80%;
}

[dir=rtl] .flex-offset-80,
[dir=rtl] .offset-80 {
  margin-left: auto;
  margin-left: initial;
  margin-right: 80%;
}

.flex-offset-85,
.offset-85 {
  margin-left: 85%;
}

[dir=rtl] .flex-offset-85,
[dir=rtl] .offset-85 {
  margin-left: auto;
  margin-left: initial;
  margin-right: 85%;
}

.flex-offset-90,
.offset-90 {
  margin-left: 90%;
}

[dir=rtl] .flex-offset-90,
[dir=rtl] .offset-90 {
  margin-left: auto;
  margin-left: initial;
  margin-right: 90%;
}

.flex-offset-95,
.offset-95 {
  margin-left: 95%;
}

[dir=rtl] .flex-offset-95,
[dir=rtl] .offset-95 {
  margin-left: auto;
  margin-left: initial;
  margin-right: 95%;
}

.flex-offset-33,
.offset-33 {
  margin-left: 33.3333333333%;
}

.flex-offset-66,
.offset-66 {
  margin-left: 66.6666666667%;
}

[dir=rtl] .flex-offset-66,
[dir=rtl] .offset-66 {
  margin-left: auto;
  margin-left: initial;
  margin-right: 66.6666666667%;
}

.layout-align {
  justify-content: flex-start;
  align-content: stretch;
  align-items: stretch;
}

.layout-align-start,
.layout-align-start-center,
.layout-align-start-end,
.layout-align-start-start,
.layout-align-start-stretch {
  justify-content: flex-start;
}

.layout-align-center,
.layout-align-center-center,
.layout-align-center-end,
.layout-align-center-start,
.layout-align-center-stretch {
  justify-content: center;
}

.layout-align-end,
.layout-align-end-center,
.layout-align-end-end,
.layout-align-end-start,
.layout-align-end-stretch {
  justify-content: flex-end;
}

.layout-align-space-around,
.layout-align-space-around-center,
.layout-align-space-around-end,
.layout-align-space-around-start,
.layout-align-space-around-stretch {
  justify-content: space-around;
}

.layout-align-space-between,
.layout-align-space-between-center,
.layout-align-space-between-end,
.layout-align-space-between-start,
.layout-align-space-between-stretch {
  justify-content: space-between;
}

.layout-align-center-start,
.layout-align-end-start,
.layout-align-space-around-start,
.layout-align-space-between-start,
.layout-align-start-start {
  align-items: flex-start;
  align-content: flex-start;
}

.layout-align-center-center,
.layout-align-end-center,
.layout-align-space-around-center,
.layout-align-space-between-center,
.layout-align-start-center {
  align-items: center;
  align-content: center;
  max-width: 100%;
}

.layout-align-center-center > *,
.layout-align-end-center > *,
.layout-align-space-around-center > *,
.layout-align-space-between-center > *,
.layout-align-start-center > * {
  max-width: 100%;
  box-sizing: border-box;
}

.layout-align-center-end,
.layout-align-end-end,
.layout-align-space-around-end,
.layout-align-space-between-end,
.layout-align-start-end {
  align-items: flex-end;
  align-content: flex-end;
}

.layout-align-center-stretch,
.layout-align-end-stretch,
.layout-align-space-around-stretch,
.layout-align-space-between-stretch,
.layout-align-start-stretch {
  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 0;
  max-width: 0;
  max-height: 100%;
  box-sizing: border-box;
}

.layout-row > .flex-0 {
  flex: 1 1 0;
  max-width: 0;
  max-height: 100%;
  box-sizing: border-box;
  min-width: 0;
}

.layout-column > .flex-0 {
  flex: 1 1 0;
  max-width: 100%;
  max-height: 0;
  box-sizing: border-box;
  min-height: 0;
}

.flex-5,
.layout-row > .flex-5 {
  flex: 1 1 5%;
  max-width: 5%;
  max-height: 100%;
  box-sizing: border-box;
}

.layout-column > .flex-5 {
  flex: 1 1 5%;
  max-width: 100%;
  max-height: 5%;
  box-sizing: border-box;
}

.flex-10,
.layout-row > .flex-10 {
  flex: 1 1 10%;
  max-width: 10%;
  max-height: 100%;
  box-sizing: border-box;
}

.layout-column > .flex-10 {
  flex: 1 1 10%;
  max-width: 100%;
  max-height: 10%;
  box-sizing: border-box;
}

.flex-15,
.layout-row > .flex-15 {
  flex: 1 1 15%;
  max-width: 15%;
  max-height: 100%;
  box-sizing: border-box;
}

.layout-column > .flex-15 {
  flex: 1 1 15%;
  max-width: 100%;
  max-height: 15%;
  box-sizing: border-box;
}

.flex-20,
.layout-row > .flex-20 {
  flex: 1 1 20%;
  max-width: 20%;
  max-height: 100%;
  box-sizing: border-box;
}

.layout-column > .flex-20 {
  flex: 1 1 20%;
  max-width: 100%;
  max-height: 20%;
  box-sizing: border-box;
}

.flex-25,
.layout-row > .flex-25 {
  flex: 1 1 25%;
  max-width: 25%;
  max-height: 100%;
  box-sizing: border-box;
}

.layout-column > .flex-25 {
  flex: 1 1 25%;
  max-width: 100%;
  max-height: 25%;
  box-sizing: border-box;
}

.flex-30,
.layout-row > .flex-30 {
  flex: 1 1 30%;
  max-width: 30%;
  max-height: 100%;
  box-sizing: border-box;
}

.layout-column > .flex-30 {
  flex: 1 1 30%;
  max-width: 100%;
  max-height: 30%;
  box-sizing: border-box;
}

.flex-35,
.layout-row > .flex-35 {
  flex: 1 1 35%;
  max-width: 35%;
  max-height: 100%;
  box-sizing: border-box;
}

.layout-column > .flex-35 {
  flex: 1 1 35%;
  max-width: 100%;
  max-height: 35%;
  box-sizing: border-box;
}

.flex-40,
.layout-row > .flex-40 {
  flex: 1 1 40%;
  max-width: 40%;
  max-height: 100%;
  box-sizing: border-box;
}

.layout-column > .flex-40 {
  flex: 1 1 40%;
  max-width: 100%;
  max-height: 40%;
  box-sizing: border-box;
}

.flex-45,
.layout-row > .flex-45 {
  flex: 1 1 45%;
  max-width: 45%;
  max-height: 100%;
  box-sizing: border-box;
}

.layout-column > .flex-45 {
  flex: 1 1 45%;
  max-width: 100%;
  max-height: 45%;
  box-sizing: border-box;
}

.flex-50,
.layout-row > .flex-50 {
  flex: 1 1 50%;
  max-width: 50%;
  max-height: 100%;
  box-sizing: border-box;
}

.layout-column > .flex-50 {
  flex: 1 1 50%;
  max-width: 100%;
  max-height: 50%;
  box-sizing: border-box;
}

.flex-55,
.layout-row > .flex-55 {
  flex: 1 1 55%;
  max-width: 55%;
  max-height: 100%;
  box-sizing: border-box;
}

.layout-column > .flex-55 {
  flex: 1 1 55%;
  max-width: 100%;
  max-height: 55%;
  box-sizing: border-box;
}

.flex-60,
.layout-row > .flex-60 {
  flex: 1 1 60%;
  max-width: 60%;
  max-height: 100%;
  box-sizing: border-box;
}

.layout-column > .flex-60 {
  flex: 1 1 60%;
  max-width: 100%;
  max-height: 60%;
  box-sizing: border-box;
}

.flex-65,
.layout-row > .flex-65 {
  flex: 1 1 65%;
  max-width: 65%;
  max-height: 100%;
  box-sizing: border-box;
}

.layout-column > .flex-65 {
  flex: 1 1 65%;
  max-width: 100%;
  max-height: 65%;
  box-sizing: border-box;
}

.flex-70,
.layout-row > .flex-70 {
  flex: 1 1 70%;
  max-width: 70%;
  max-height: 100%;
  box-sizing: border-box;
}

.layout-column > .flex-70 {
  flex: 1 1 70%;
  max-width: 100%;
  max-height: 70%;
  box-sizing: border-box;
}

.flex-75,
.layout-row > .flex-75 {
  flex: 1 1 75%;
  max-width: 75%;
  max-height: 100%;
  box-sizing: border-box;
}

.layout-column > .flex-75 {
  flex: 1 1 75%;
  max-width: 100%;
  max-height: 75%;
  box-sizing: border-box;
}

.flex-80,
.layout-row > .flex-80 {
  flex: 1 1 80%;
  max-width: 80%;
  max-height: 100%;
  box-sizing: border-box;
}

.layout-column > .flex-80 {
  flex: 1 1 80%;
  max-width: 100%;
  max-height: 80%;
  box-sizing: border-box;
}

.flex-85,
.layout-row > .flex-85 {
  flex: 1 1 85%;
  max-width: 85%;
  max-height: 100%;
  box-sizing: border-box;
}

.layout-column > .flex-85 {
  flex: 1 1 85%;
  max-width: 100%;
  max-height: 85%;
  box-sizing: border-box;
}

.flex-90,
.layout-row > .flex-90 {
  flex: 1 1 90%;
  max-width: 90%;
  max-height: 100%;
  box-sizing: border-box;
}

.layout-column > .flex-90 {
  flex: 1 1 90%;
  max-width: 100%;
  max-height: 90%;
  box-sizing: border-box;
}

.flex-95,
.layout-row > .flex-95 {
  flex: 1 1 95%;
  max-width: 95%;
  max-height: 100%;
  box-sizing: border-box;
}

.layout-column > .flex-95 {
  flex: 1 1 95%;
  max-width: 100%;
  max-height: 95%;
  box-sizing: border-box;
}

.flex-100,
.layout-column > .flex-100,
.layout-row > .flex-100 {
  flex: 1 1 100%;
  max-width: 100%;
  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-row > .flex {
  min-width: 0;
}

.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-column > .flex {
  min-height: 0;
}

.layout,
.layout-column,
.layout-row {
  box-sizing: border-box;
  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-gt-sm > *,
.layout-padding-md,
.layout-padding-md > *,
.layout-padding > *,
.layout-padding > .flex,
.layout-padding > .flex-gt-sm,
.layout-padding > .flex-md {
  padding: 8px;
}

.layout-padding-gt-lg > *,
.layout-padding-gt-md > *,
.layout-padding-lg > *,
.layout-padding > .flex-gt-lg,
.layout-padding > .flex-gt-md,
.layout-padding > .flex-lg {
  padding: 16px;
}

.layout-margin-sm > *,
.layout-margin > .flex-sm {
  margin: 4px;
}

.layout-margin,
.layout-margin-gt-sm,
.layout-margin-gt-sm > *,
.layout-margin-md,
.layout-margin-md > *,
.layout-margin > *,
.layout-margin > .flex,
.layout-margin > .flex-gt-sm,
.layout-margin > .flex-md {
  margin: 8px;
}

.layout-margin-gt-lg > *,
.layout-margin-gt-md > *,
.layout-margin-lg > *,
.layout-margin > .flex-gt-lg,
.layout-margin > .flex-gt-md,
.layout-margin > .flex-lg {
  margin: 16px;
}

.layout-wrap {
  flex-wrap: wrap;
}

.layout-nowrap {
  flex-wrap: nowrap;
}

.layout-fill {
  margin: 0;
  width: 100%;
  min-height: 100%;
  height: 100%;
}

@media (max-width: 599px) {
  .hide-xs:not(.show-xs):not(.show),
  .hide:not(.show-xs):not(.show) {
    display: none;
  }

  .flex-order-xs--20 {
    order: -20;
  }

  .flex-order-xs--19 {
    order: -19;
  }

  .flex-order-xs--18 {
    order: -18;
  }

  .flex-order-xs--17 {
    order: -17;
  }

  .flex-order-xs--16 {
    order: -16;
  }

  .flex-order-xs--15 {
    order: -15;
  }

  .flex-order-xs--14 {
    order: -14;
  }

  .flex-order-xs--13 {
    order: -13;
  }

  .flex-order-xs--12 {
    order: -12;
  }

  .flex-order-xs--11 {
    order: -11;
  }

  .flex-order-xs--10 {
    order: -10;
  }

  .flex-order-xs--9 {
    order: -9;
  }

  .flex-order-xs--8 {
    order: -8;
  }

  .flex-order-xs--7 {
    order: -7;
  }

  .flex-order-xs--6 {
    order: -6;
  }

  .flex-order-xs--5 {
    order: -5;
  }

  .flex-order-xs--4 {
    order: -4;
  }

  .flex-order-xs--3 {
    order: -3;
  }

  .flex-order-xs--2 {
    order: -2;
  }

  .flex-order-xs--1 {
    order: -1;
  }

  .flex-order-xs-0 {
    order: 0;
  }

  .flex-order-xs-1 {
    order: 1;
  }

  .flex-order-xs-2 {
    order: 2;
  }

  .flex-order-xs-3 {
    order: 3;
  }

  .flex-order-xs-4 {
    order: 4;
  }

  .flex-order-xs-5 {
    order: 5;
  }

  .flex-order-xs-6 {
    order: 6;
  }

  .flex-order-xs-7 {
    order: 7;
  }

  .flex-order-xs-8 {
    order: 8;
  }

  .flex-order-xs-9 {
    order: 9;
  }

  .flex-order-xs-10 {
    order: 10;
  }

  .flex-order-xs-11 {
    order: 11;
  }

  .flex-order-xs-12 {
    order: 12;
  }

  .flex-order-xs-13 {
    order: 13;
  }

  .flex-order-xs-14 {
    order: 14;
  }

  .flex-order-xs-15 {
    order: 15;
  }

  .flex-order-xs-16 {
    order: 16;
  }

  .flex-order-xs-17 {
    order: 17;
  }

  .flex-order-xs-18 {
    order: 18;
  }

  .flex-order-xs-19 {
    order: 19;
  }

  .flex-order-xs-20 {
    order: 20;
  }

  .flex-offset-xs-0,
  .offset-xs-0 {
    margin-left: 0;
  }

  [dir=rtl] .flex-offset-xs-0,
  [dir=rtl] .offset-xs-0 {
    margin-left: auto;
    margin-left: initial;
    margin-right: 0;
  }

  .flex-offset-xs-5,
  .offset-xs-5 {
    margin-left: 5%;
  }

  [dir=rtl] .flex-offset-xs-5,
  [dir=rtl] .offset-xs-5 {
    margin-left: auto;
    margin-left: initial;
    margin-right: 5%;
  }

  .flex-offset-xs-10,
  .offset-xs-10 {
    margin-left: 10%;
  }

  [dir=rtl] .flex-offset-xs-10,
  [dir=rtl] .offset-xs-10 {
    margin-left: auto;
    margin-left: initial;
    margin-right: 10%;
  }

  .flex-offset-xs-15,
  .offset-xs-15 {
    margin-left: 15%;
  }

  [dir=rtl] .flex-offset-xs-15,
  [dir=rtl] .offset-xs-15 {
    margin-left: auto;
    margin-left: initial;
    margin-right: 15%;
  }

  .flex-offset-xs-20,
  .offset-xs-20 {
    margin-left: 20%;
  }

  [dir=rtl] .flex-offset-xs-20,
  [dir=rtl] .offset-xs-20 {
    margin-left: auto;
    margin-left: initial;
    margin-right: 20%;
  }

  .flex-offset-xs-25,
  .offset-xs-25 {
    margin-left: 25%;
  }

  [dir=rtl] .flex-offset-xs-25,
  [dir=rtl] .offset-xs-25 {
    margin-left: auto;
    margin-left: initial;
    margin-right: 25%;
  }

  .flex-offset-xs-30,
  .offset-xs-30 {
    margin-left: 30%;
  }

  [dir=rtl] .flex-offset-xs-30,
  [dir=rtl] .offset-xs-30 {
    margin-left: auto;
    margin-left: initial;
    margin-right: 30%;
  }

  .flex-offset-xs-35,
  .offset-xs-35 {
    margin-left: 35%;
  }

  [dir=rtl] .flex-offset-xs-35,
  [dir=rtl] .offset-xs-35 {
    margin-left: auto;
    margin-left: initial;
    margin-right: 35%;
  }

  .flex-offset-xs-40,
  .offset-xs-40 {
    margin-left: 40%;
  }

  [dir=rtl] .flex-offset-xs-40,
  [dir=rtl] .offset-xs-40 {
    margin-left: auto;
    margin-left: initial;
    margin-right: 40%;
  }

  .flex-offset-xs-45,
  .offset-xs-45 {
    margin-left: 45%;
  }

  [dir=rtl] .flex-offset-xs-45,
  [dir=rtl] .offset-xs-45 {
    margin-left: auto;
    margin-left: initial;
    margin-right: 45%;
  }

  .flex-offset-xs-50,
  .offset-xs-50 {
    margin-left: 50%;
  }

  [dir=rtl] .flex-offset-xs-50,
  [dir=rtl] .offset-xs-50 {
    margin-left: auto;
    margin-left: initial;
    margin-right: 50%;
  }

  .flex-offset-xs-55,
  .offset-xs-55 {
    margin-left: 55%;
  }

  [dir=rtl] .flex-offset-xs-55,
  [dir=rtl] .offset-xs-55 {
    margin-left: auto;
    margin-left: initial;
    margin-right: 55%;
  }

  .flex-offset-xs-60,
  .offset-xs-60 {
    margin-left: 60%;
  }

  [dir=rtl] .flex-offset-xs-60,
  [dir=rtl] .offset-xs-60 {
    margin-left: auto;
    margin-left: initial;
    margin-right: 60%;
  }

  .flex-offset-xs-65,
  .offset-xs-65 {
    margin-left: 65%;
  }

  [dir=rtl] .flex-offset-xs-65,
  [dir=rtl] .offset-xs-65 {
    margin-left: auto;
    margin-left: initial;
    margin-right: 65%;
  }

  .flex-offset-xs-70,
  .offset-xs-70 {
    margin-left: 70%;
  }

  [dir=rtl] .flex-offset-xs-70,
  [dir=rtl] .offset-xs-70 {
    margin-left: auto;
    margin-left: initial;
    margin-right: 70%;
  }

  .flex-offset-xs-75,
  .offset-xs-75 {
    margin-left: 75%;
  }

  [dir=rtl] .flex-offset-xs-75,
  [dir=rtl] .offset-xs-75 {
    margin-left: auto;
    margin-left: initial;
    margin-right: 75%;
  }

  .flex-offset-xs-80,
  .offset-xs-80 {
    margin-left: 80%;
  }

  [dir=rtl] .flex-offset-xs-80,
  [dir=rtl] .offset-xs-80 {
    margin-left: auto;
    margin-left: initial;
    margin-right: 80%;
  }

  .flex-offset-xs-85,
  .offset-xs-85 {
    margin-left: 85%;
  }

  [dir=rtl] .flex-offset-xs-85,
  [dir=rtl] .offset-xs-85 {
    margin-left: auto;
    margin-left: initial;
    margin-right: 85%;
  }

  .flex-offset-xs-90,
  .offset-xs-90 {
    margin-left: 90%;
  }

  [dir=rtl] .flex-offset-xs-90,
  [dir=rtl] .offset-xs-90 {
    margin-left: auto;
    margin-left: initial;
    margin-right: 90%;
  }

  .flex-offset-xs-95,
  .offset-xs-95 {
    margin-left: 95%;
  }

  [dir=rtl] .flex-offset-xs-95,
  [dir=rtl] .offset-xs-95 {
    margin-left: auto;
    margin-left: initial;
    margin-right: 95%;
  }

  .flex-offset-xs-33,
  .offset-xs-33 {
    margin-left: 33.3333333333%;
  }

  .flex-offset-xs-66,
  .offset-xs-66 {
    margin-left: 66.6666666667%;
  }

  [dir=rtl] .flex-offset-xs-66,
  [dir=rtl] .offset-xs-66 {
    margin-left: auto;
    margin-left: initial;
    margin-right: 66.6666666667%;
  }

  .layout-align-xs {
    justify-content: flex-start;
    align-content: stretch;
    align-items: stretch;
  }

  .layout-align-xs-start,
  .layout-align-xs-start-center,
  .layout-align-xs-start-end,
  .layout-align-xs-start-start,
  .layout-align-xs-start-stretch {
    justify-content: flex-start;
  }

  .layout-align-xs-center,
  .layout-align-xs-center-center,
  .layout-align-xs-center-end,
  .layout-align-xs-center-start,
  .layout-align-xs-center-stretch {
    justify-content: center;
  }

  .layout-align-xs-end,
  .layout-align-xs-end-center,
  .layout-align-xs-end-end,
  .layout-align-xs-end-start,
  .layout-align-xs-end-stretch {
    justify-content: flex-end;
  }

  .layout-align-xs-space-around,
  .layout-align-xs-space-around-center,
  .layout-align-xs-space-around-end,
  .layout-align-xs-space-around-start,
  .layout-align-xs-space-around-stretch {
    justify-content: space-around;
  }

  .layout-align-xs-space-between,
  .layout-align-xs-space-between-center,
  .layout-align-xs-space-between-end,
  .layout-align-xs-space-between-start,
  .layout-align-xs-space-between-stretch {
    justify-content: space-between;
  }

  .layout-align-xs-center-start,
  .layout-align-xs-end-start,
  .layout-align-xs-space-around-start,
  .layout-align-xs-space-between-start,
  .layout-align-xs-start-start {
    align-items: flex-start;
    align-content: flex-start;
  }

  .layout-align-xs-center-center,
  .layout-align-xs-end-center,
  .layout-align-xs-space-around-center,
  .layout-align-xs-space-between-center,
  .layout-align-xs-start-center {
    align-items: center;
    align-content: center;
    max-width: 100%;
  }

  .layout-align-xs-center-center > *,
  .layout-align-xs-end-center > *,
  .layout-align-xs-space-around-center > *,
  .layout-align-xs-space-between-center > *,
  .layout-align-xs-start-center > * {
    max-width: 100%;
    box-sizing: border-box;
  }

  .layout-align-xs-center-end,
  .layout-align-xs-end-end,
  .layout-align-xs-space-around-end,
  .layout-align-xs-space-between-end,
  .layout-align-xs-start-end {
    align-items: flex-end;
    align-content: flex-end;
  }

  .layout-align-xs-center-stretch,
  .layout-align-xs-end-stretch,
  .layout-align-xs-space-around-stretch,
  .layout-align-xs-space-between-stretch,
  .layout-align-xs-start-stretch {
    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 0;
    max-width: 0;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-xs-0,
  .layout-xs-row > .flex-xs-0 {
    flex: 1 1 0;
    max-width: 0;
    max-height: 100%;
    box-sizing: border-box;
    min-width: 0;
  }

  .layout-column > .flex-xs-0,
  .layout-xs-column > .flex-xs-0 {
    flex: 1 1 0;
    max-width: 100%;
    max-height: 0;
    box-sizing: border-box;
    min-height: 0;
  }

  .flex-xs-5,
  .layout-row > .flex-xs-5,
  .layout-xs-row > .flex-xs-5 {
    flex: 1 1 5%;
    max-width: 5%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-xs-5,
  .layout-xs-column > .flex-xs-5 {
    flex: 1 1 5%;
    max-width: 100%;
    max-height: 5%;
    box-sizing: border-box;
  }

  .flex-xs-10,
  .layout-row > .flex-xs-10,
  .layout-xs-row > .flex-xs-10 {
    flex: 1 1 10%;
    max-width: 10%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-xs-10,
  .layout-xs-column > .flex-xs-10 {
    flex: 1 1 10%;
    max-width: 100%;
    max-height: 10%;
    box-sizing: border-box;
  }

  .flex-xs-15,
  .layout-row > .flex-xs-15,
  .layout-xs-row > .flex-xs-15 {
    flex: 1 1 15%;
    max-width: 15%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-xs-15,
  .layout-xs-column > .flex-xs-15 {
    flex: 1 1 15%;
    max-width: 100%;
    max-height: 15%;
    box-sizing: border-box;
  }

  .flex-xs-20,
  .layout-row > .flex-xs-20,
  .layout-xs-row > .flex-xs-20 {
    flex: 1 1 20%;
    max-width: 20%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-xs-20,
  .layout-xs-column > .flex-xs-20 {
    flex: 1 1 20%;
    max-width: 100%;
    max-height: 20%;
    box-sizing: border-box;
  }

  .flex-xs-25,
  .layout-row > .flex-xs-25,
  .layout-xs-row > .flex-xs-25 {
    flex: 1 1 25%;
    max-width: 25%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-xs-25,
  .layout-xs-column > .flex-xs-25 {
    flex: 1 1 25%;
    max-width: 100%;
    max-height: 25%;
    box-sizing: border-box;
  }

  .flex-xs-30,
  .layout-row > .flex-xs-30,
  .layout-xs-row > .flex-xs-30 {
    flex: 1 1 30%;
    max-width: 30%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-xs-30,
  .layout-xs-column > .flex-xs-30 {
    flex: 1 1 30%;
    max-width: 100%;
    max-height: 30%;
    box-sizing: border-box;
  }

  .flex-xs-35,
  .layout-row > .flex-xs-35,
  .layout-xs-row > .flex-xs-35 {
    flex: 1 1 35%;
    max-width: 35%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-xs-35,
  .layout-xs-column > .flex-xs-35 {
    flex: 1 1 35%;
    max-width: 100%;
    max-height: 35%;
    box-sizing: border-box;
  }

  .flex-xs-40,
  .layout-row > .flex-xs-40,
  .layout-xs-row > .flex-xs-40 {
    flex: 1 1 40%;
    max-width: 40%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-xs-40,
  .layout-xs-column > .flex-xs-40 {
    flex: 1 1 40%;
    max-width: 100%;
    max-height: 40%;
    box-sizing: border-box;
  }

  .flex-xs-45,
  .layout-row > .flex-xs-45,
  .layout-xs-row > .flex-xs-45 {
    flex: 1 1 45%;
    max-width: 45%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-xs-45,
  .layout-xs-column > .flex-xs-45 {
    flex: 1 1 45%;
    max-width: 100%;
    max-height: 45%;
    box-sizing: border-box;
  }

  .flex-xs-50,
  .layout-row > .flex-xs-50,
  .layout-xs-row > .flex-xs-50 {
    flex: 1 1 50%;
    max-width: 50%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-xs-50,
  .layout-xs-column > .flex-xs-50 {
    flex: 1 1 50%;
    max-width: 100%;
    max-height: 50%;
    box-sizing: border-box;
  }

  .flex-xs-55,
  .layout-row > .flex-xs-55,
  .layout-xs-row > .flex-xs-55 {
    flex: 1 1 55%;
    max-width: 55%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-xs-55,
  .layout-xs-column > .flex-xs-55 {
    flex: 1 1 55%;
    max-width: 100%;
    max-height: 55%;
    box-sizing: border-box;
  }

  .flex-xs-60,
  .layout-row > .flex-xs-60,
  .layout-xs-row > .flex-xs-60 {
    flex: 1 1 60%;
    max-width: 60%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-xs-60,
  .layout-xs-column > .flex-xs-60 {
    flex: 1 1 60%;
    max-width: 100%;
    max-height: 60%;
    box-sizing: border-box;
  }

  .flex-xs-65,
  .layout-row > .flex-xs-65,
  .layout-xs-row > .flex-xs-65 {
    flex: 1 1 65%;
    max-width: 65%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-xs-65,
  .layout-xs-column > .flex-xs-65 {
    flex: 1 1 65%;
    max-width: 100%;
    max-height: 65%;
    box-sizing: border-box;
  }

  .flex-xs-70,
  .layout-row > .flex-xs-70,
  .layout-xs-row > .flex-xs-70 {
    flex: 1 1 70%;
    max-width: 70%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-xs-70,
  .layout-xs-column > .flex-xs-70 {
    flex: 1 1 70%;
    max-width: 100%;
    max-height: 70%;
    box-sizing: border-box;
  }

  .flex-xs-75,
  .layout-row > .flex-xs-75,
  .layout-xs-row > .flex-xs-75 {
    flex: 1 1 75%;
    max-width: 75%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-xs-75,
  .layout-xs-column > .flex-xs-75 {
    flex: 1 1 75%;
    max-width: 100%;
    max-height: 75%;
    box-sizing: border-box;
  }

  .flex-xs-80,
  .layout-row > .flex-xs-80,
  .layout-xs-row > .flex-xs-80 {
    flex: 1 1 80%;
    max-width: 80%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-xs-80,
  .layout-xs-column > .flex-xs-80 {
    flex: 1 1 80%;
    max-width: 100%;
    max-height: 80%;
    box-sizing: border-box;
  }

  .flex-xs-85,
  .layout-row > .flex-xs-85,
  .layout-xs-row > .flex-xs-85 {
    flex: 1 1 85%;
    max-width: 85%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-xs-85,
  .layout-xs-column > .flex-xs-85 {
    flex: 1 1 85%;
    max-width: 100%;
    max-height: 85%;
    box-sizing: border-box;
  }

  .flex-xs-90,
  .layout-row > .flex-xs-90,
  .layout-xs-row > .flex-xs-90 {
    flex: 1 1 90%;
    max-width: 90%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-xs-90,
  .layout-xs-column > .flex-xs-90 {
    flex: 1 1 90%;
    max-width: 100%;
    max-height: 90%;
    box-sizing: border-box;
  }

  .flex-xs-95,
  .layout-row > .flex-xs-95,
  .layout-xs-row > .flex-xs-95 {
    flex: 1 1 95%;
    max-width: 95%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-xs-95,
  .layout-xs-column > .flex-xs-95 {
    flex: 1 1 95%;
    max-width: 100%;
    max-height: 95%;
    box-sizing: border-box;
  }

  .flex-xs-100,
  .layout-column > .flex-xs-100,
  .layout-row > .flex-xs-100,
  .layout-xs-column > .flex-xs-100,
  .layout-xs-row > .flex-xs-100 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-xs-33,
  .layout-xs-row > .flex-xs-33 {
    flex: 1 1 33.33%;
    max-width: 33.33%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-xs-66,
  .layout-xs-row > .flex-xs-66 {
    flex: 1 1 66.66%;
    max-width: 66.66%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex,
  .layout-xs-row > .flex {
    min-width: 0;
  }

  .layout-column > .flex-xs-33,
  .layout-xs-column > .flex-xs-33 {
    flex: 1 1 33.33%;
    max-width: 100%;
    max-height: 33.33%;
    box-sizing: border-box;
  }

  .layout-column > .flex-xs-66,
  .layout-xs-column > .flex-xs-66 {
    flex: 1 1 66.66%;
    max-width: 100%;
    max-height: 66.66%;
    box-sizing: border-box;
  }

  .layout-column > .flex,
  .layout-xs-column > .flex {
    min-height: 0;
  }

  .layout-xs,
  .layout-xs-column,
  .layout-xs-row {
    box-sizing: border-box;
    display: flex;
  }

  .layout-xs-column {
    flex-direction: column;
  }

  .layout-xs-row {
    flex-direction: row;
  }
}

@media (min-width: 600px) {
  .flex-order-gt-xs--20 {
    order: -20;
  }

  .flex-order-gt-xs--19 {
    order: -19;
  }

  .flex-order-gt-xs--18 {
    order: -18;
  }

  .flex-order-gt-xs--17 {
    order: -17;
  }

  .flex-order-gt-xs--16 {
    order: -16;
  }

  .flex-order-gt-xs--15 {
    order: -15;
  }

  .flex-order-gt-xs--14 {
    order: -14;
  }

  .flex-order-gt-xs--13 {
    order: -13;
  }

  .flex-order-gt-xs--12 {
    order: -12;
  }

  .flex-order-gt-xs--11 {
    order: -11;
  }

  .flex-order-gt-xs--10 {
    order: -10;
  }

  .flex-order-gt-xs--9 {
    order: -9;
  }

  .flex-order-gt-xs--8 {
    order: -8;
  }

  .flex-order-gt-xs--7 {
    order: -7;
  }

  .flex-order-gt-xs--6 {
    order: -6;
  }

  .flex-order-gt-xs--5 {
    order: -5;
  }

  .flex-order-gt-xs--4 {
    order: -4;
  }

  .flex-order-gt-xs--3 {
    order: -3;
  }

  .flex-order-gt-xs--2 {
    order: -2;
  }

  .flex-order-gt-xs--1 {
    order: -1;
  }

  .flex-order-gt-xs-0 {
    order: 0;
  }

  .flex-order-gt-xs-1 {
    order: 1;
  }

  .flex-order-gt-xs-2 {
    order: 2;
  }

  .flex-order-gt-xs-3 {
    order: 3;
  }

  .flex-order-gt-xs-4 {
    order: 4;
  }

  .flex-order-gt-xs-5 {
    order: 5;
  }

  .flex-order-gt-xs-6 {
    order: 6;
  }

  .flex-order-gt-xs-7 {
    order: 7;
  }

  .flex-order-gt-xs-8 {
    order: 8;
  }

  .flex-order-gt-xs-9 {
    order: 9;
  }

  .flex-order-gt-xs-10 {
    order: 10;
  }

  .flex-order-gt-xs-11 {
    order: 11;
  }

  .flex-order-gt-xs-12 {
    order: 12;
  }

  .flex-order-gt-xs-13 {
    order: 13;
  }

  .flex-order-gt-xs-14 {
    order: 14;
  }

  .flex-order-gt-xs-15 {
    order: 15;
  }

  .flex-order-gt-xs-16 {
    order: 16;
  }

  .flex-order-gt-xs-17 {
    order: 17;
  }

  .flex-order-gt-xs-18 {
    order: 18;
  }

  .flex-order-gt-xs-19 {
    order: 19;
  }

  .flex-order-gt-xs-20 {
    order: 20;
  }

  .flex-offset-gt-xs-0,
  .offset-gt-xs-0 {
    margin-left: 0;
  }

  [dir=rtl] .flex-offset-gt-xs-0,
  [dir=rtl] .offset-gt-xs-0 {
    margin-left: auto;
    margin-left: initial;
    margin-right: 0;
  }

  .flex-offset-gt-xs-5,
  .offset-gt-xs-5 {
    margin-left: 5%;
  }

  [dir=rtl] .flex-offset-gt-xs-5,
  [dir=rtl] .offset-gt-xs-5 {
    margin-left: auto;
    margin-left: initial;
    margin-right: 5%;
  }

  .flex-offset-gt-xs-10,
  .offset-gt-xs-10 {
    margin-left: 10%;
  }

  [dir=rtl] .flex-offset-gt-xs-10,
  [dir=rtl] .offset-gt-xs-10 {
    margin-left: auto;
    margin-left: initial;
    margin-right: 10%;
  }

  .flex-offset-gt-xs-15,
  .offset-gt-xs-15 {
    margin-left: 15%;
  }

  [dir=rtl] .flex-offset-gt-xs-15,
  [dir=rtl] .offset-gt-xs-15 {
    margin-left: auto;
    margin-left: initial;
    margin-right: 15%;
  }

  .flex-offset-gt-xs-20,
  .offset-gt-xs-20 {
    margin-left: 20%;
  }

  [dir=rtl] .flex-offset-gt-xs-20,
  [dir=rtl] .offset-gt-xs-20 {
    margin-left: auto;
    margin-left: initial;
    margin-right: 20%;
  }

  .flex-offset-gt-xs-25,
  .offset-gt-xs-25 {
    margin-left: 25%;
  }

  [dir=rtl] .flex-offset-gt-xs-25,
  [dir=rtl] .offset-gt-xs-25 {
    margin-left: auto;
    margin-left: initial;
    margin-right: 25%;
  }

  .flex-offset-gt-xs-30,
  .offset-gt-xs-30 {
    margin-left: 30%;
  }

  [dir=rtl] .flex-offset-gt-xs-30,
  [dir=rtl] .offset-gt-xs-30 {
    margin-left: auto;
    margin-left: initial;
    margin-right: 30%;
  }

  .flex-offset-gt-xs-35,
  .offset-gt-xs-35 {
    margin-left: 35%;
  }

  [dir=rtl] .flex-offset-gt-xs-35,
  [dir=rtl] .offset-gt-xs-35 {
    margin-left: auto;
    margin-left: initial;
    margin-right: 35%;
  }

  .flex-offset-gt-xs-40,
  .offset-gt-xs-40 {
    margin-left: 40%;
  }

  [dir=rtl] .flex-offset-gt-xs-40,
  [dir=rtl] .offset-gt-xs-40 {
    margin-left: auto;
    margin-left: initial;
    margin-right: 40%;
  }

  .flex-offset-gt-xs-45,
  .offset-gt-xs-45 {
    margin-left: 45%;
  }

  [dir=rtl] .flex-offset-gt-xs-45,
  [dir=rtl] .offset-gt-xs-45 {
    margin-left: auto;
    margin-left: initial;
    margin-right: 45%;
  }

  .flex-offset-gt-xs-50,
  .offset-gt-xs-50 {
    margin-left: 50%;
  }

  [dir=rtl] .flex-offset-gt-xs-50,
  [dir=rtl] .offset-gt-xs-50 {
    margin-left: auto;
    margin-left: initial;
    margin-right: 50%;
  }

  .flex-offset-gt-xs-55,
  .offset-gt-xs-55 {
    margin-left: 55%;
  }

  [dir=rtl] .flex-offset-gt-xs-55,
  [dir=rtl] .offset-gt-xs-55 {
    margin-left: auto;
    margin-left: initial;
    margin-right: 55%;
  }

  .flex-offset-gt-xs-60,
  .offset-gt-xs-60 {
    margin-left: 60%;
  }

  [dir=rtl] .flex-offset-gt-xs-60,
  [dir=rtl] .offset-gt-xs-60 {
    margin-left: auto;
    margin-left: initial;
    margin-right: 60%;
  }

  .flex-offset-gt-xs-65,
  .offset-gt-xs-65 {
    margin-left: 65%;
  }

  [dir=rtl] .flex-offset-gt-xs-65,
  [dir=rtl] .offset-gt-xs-65 {
    margin-left: auto;
    margin-left: initial;
    margin-right: 65%;
  }

  .flex-offset-gt-xs-70,
  .offset-gt-xs-70 {
    margin-left: 70%;
  }

  [dir=rtl] .flex-offset-gt-xs-70,
  [dir=rtl] .offset-gt-xs-70 {
    margin-left: auto;
    margin-left: initial;
    margin-right: 70%;
  }

  .flex-offset-gt-xs-75,
  .offset-gt-xs-75 {
    margin-left: 75%;
  }

  [dir=rtl] .flex-offset-gt-xs-75,
  [dir=rtl] .offset-gt-xs-75 {
    margin-left: auto;
    margin-left: initial;
    margin-right: 75%;
  }

  .flex-offset-gt-xs-80,
  .offset-gt-xs-80 {
    margin-left: 80%;
  }

  [dir=rtl] .flex-offset-gt-xs-80,
  [dir=rtl] .offset-gt-xs-80 {
    margin-left: auto;
    margin-left: initial;
    margin-right: 80%;
  }

  .flex-offset-gt-xs-85,
  .offset-gt-xs-85 {
    margin-left: 85%;
  }

  [dir=rtl] .flex-offset-gt-xs-85,
  [dir=rtl] .offset-gt-xs-85 {
    margin-left: auto;
    margin-left: initial;
    margin-right: 85%;
  }

  .flex-offset-gt-xs-90,
  .offset-gt-xs-90 {
    margin-left: 90%;
  }

  [dir=rtl] .flex-offset-gt-xs-90,
  [dir=rtl] .offset-gt-xs-90 {
    margin-left: auto;
    margin-left: initial;
    margin-right: 90%;
  }

  .flex-offset-gt-xs-95,
  .offset-gt-xs-95 {
    margin-left: 95%;
  }

  [dir=rtl] .flex-offset-gt-xs-95,
  [dir=rtl] .offset-gt-xs-95 {
    margin-left: auto;
    margin-left: initial;
    margin-right: 95%;
  }

  .flex-offset-gt-xs-33,
  .offset-gt-xs-33 {
    margin-left: 33.3333333333%;
  }

  .flex-offset-gt-xs-66,
  .offset-gt-xs-66 {
    margin-left: 66.6666666667%;
  }

  [dir=rtl] .flex-offset-gt-xs-66,
  [dir=rtl] .offset-gt-xs-66 {
    margin-left: auto;
    margin-left: initial;
    margin-right: 66.6666666667%;
  }

  .layout-align-gt-xs {
    justify-content: flex-start;
    align-content: stretch;
    align-items: stretch;
  }

  .layout-align-gt-xs-start,
  .layout-align-gt-xs-start-center,
  .layout-align-gt-xs-start-end,
  .layout-align-gt-xs-start-start,
  .layout-align-gt-xs-start-stretch {
    justify-content: flex-start;
  }

  .layout-align-gt-xs-center,
  .layout-align-gt-xs-center-center,
  .layout-align-gt-xs-center-end,
  .layout-align-gt-xs-center-start,
  .layout-align-gt-xs-center-stretch {
    justify-content: center;
  }

  .layout-align-gt-xs-end,
  .layout-align-gt-xs-end-center,
  .layout-align-gt-xs-end-end,
  .layout-align-gt-xs-end-start,
  .layout-align-gt-xs-end-stretch {
    justify-content: flex-end;
  }

  .layout-align-gt-xs-space-around,
  .layout-align-gt-xs-space-around-center,
  .layout-align-gt-xs-space-around-end,
  .layout-align-gt-xs-space-around-start,
  .layout-align-gt-xs-space-around-stretch {
    justify-content: space-around;
  }

  .layout-align-gt-xs-space-between,
  .layout-align-gt-xs-space-between-center,
  .layout-align-gt-xs-space-between-end,
  .layout-align-gt-xs-space-between-start,
  .layout-align-gt-xs-space-between-stretch {
    justify-content: space-between;
  }

  .layout-align-gt-xs-center-start,
  .layout-align-gt-xs-end-start,
  .layout-align-gt-xs-space-around-start,
  .layout-align-gt-xs-space-between-start,
  .layout-align-gt-xs-start-start {
    align-items: flex-start;
    align-content: flex-start;
  }

  .layout-align-gt-xs-center-center,
  .layout-align-gt-xs-end-center,
  .layout-align-gt-xs-space-around-center,
  .layout-align-gt-xs-space-between-center,
  .layout-align-gt-xs-start-center {
    align-items: center;
    align-content: center;
    max-width: 100%;
  }

  .layout-align-gt-xs-center-center > *,
  .layout-align-gt-xs-end-center > *,
  .layout-align-gt-xs-space-around-center > *,
  .layout-align-gt-xs-space-between-center > *,
  .layout-align-gt-xs-start-center > * {
    max-width: 100%;
    box-sizing: border-box;
  }

  .layout-align-gt-xs-center-end,
  .layout-align-gt-xs-end-end,
  .layout-align-gt-xs-space-around-end,
  .layout-align-gt-xs-space-between-end,
  .layout-align-gt-xs-start-end {
    align-items: flex-end;
    align-content: flex-end;
  }

  .layout-align-gt-xs-center-stretch,
  .layout-align-gt-xs-end-stretch,
  .layout-align-gt-xs-space-around-stretch,
  .layout-align-gt-xs-space-between-stretch,
  .layout-align-gt-xs-start-stretch {
    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 0;
    max-width: 0;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-gt-xs-row > .flex-gt-xs-0,
  .layout-row > .flex-gt-xs-0 {
    flex: 1 1 0;
    max-width: 0;
    max-height: 100%;
    box-sizing: border-box;
    min-width: 0;
  }

  .layout-column > .flex-gt-xs-0,
  .layout-gt-xs-column > .flex-gt-xs-0 {
    flex: 1 1 0;
    max-width: 100%;
    max-height: 0;
    box-sizing: border-box;
    min-height: 0;
  }

  .flex-gt-xs-5,
  .layout-gt-xs-row > .flex-gt-xs-5,
  .layout-row > .flex-gt-xs-5 {
    flex: 1 1 5%;
    max-width: 5%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-gt-xs-5,
  .layout-gt-xs-column > .flex-gt-xs-5 {
    flex: 1 1 5%;
    max-width: 100%;
    max-height: 5%;
    box-sizing: border-box;
  }

  .flex-gt-xs-10,
  .layout-gt-xs-row > .flex-gt-xs-10,
  .layout-row > .flex-gt-xs-10 {
    flex: 1 1 10%;
    max-width: 10%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-gt-xs-10,
  .layout-gt-xs-column > .flex-gt-xs-10 {
    flex: 1 1 10%;
    max-width: 100%;
    max-height: 10%;
    box-sizing: border-box;
  }

  .flex-gt-xs-15,
  .layout-gt-xs-row > .flex-gt-xs-15,
  .layout-row > .flex-gt-xs-15 {
    flex: 1 1 15%;
    max-width: 15%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-gt-xs-15,
  .layout-gt-xs-column > .flex-gt-xs-15 {
    flex: 1 1 15%;
    max-width: 100%;
    max-height: 15%;
    box-sizing: border-box;
  }

  .flex-gt-xs-20,
  .layout-gt-xs-row > .flex-gt-xs-20,
  .layout-row > .flex-gt-xs-20 {
    flex: 1 1 20%;
    max-width: 20%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-gt-xs-20,
  .layout-gt-xs-column > .flex-gt-xs-20 {
    flex: 1 1 20%;
    max-width: 100%;
    max-height: 20%;
    box-sizing: border-box;
  }

  .flex-gt-xs-25,
  .layout-gt-xs-row > .flex-gt-xs-25,
  .layout-row > .flex-gt-xs-25 {
    flex: 1 1 25%;
    max-width: 25%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-gt-xs-25,
  .layout-gt-xs-column > .flex-gt-xs-25 {
    flex: 1 1 25%;
    max-width: 100%;
    max-height: 25%;
    box-sizing: border-box;
  }

  .flex-gt-xs-30,
  .layout-gt-xs-row > .flex-gt-xs-30,
  .layout-row > .flex-gt-xs-30 {
    flex: 1 1 30%;
    max-width: 30%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-gt-xs-30,
  .layout-gt-xs-column > .flex-gt-xs-30 {
    flex: 1 1 30%;
    max-width: 100%;
    max-height: 30%;
    box-sizing: border-box;
  }

  .flex-gt-xs-35,
  .layout-gt-xs-row > .flex-gt-xs-35,
  .layout-row > .flex-gt-xs-35 {
    flex: 1 1 35%;
    max-width: 35%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-gt-xs-35,
  .layout-gt-xs-column > .flex-gt-xs-35 {
    flex: 1 1 35%;
    max-width: 100%;
    max-height: 35%;
    box-sizing: border-box;
  }

  .flex-gt-xs-40,
  .layout-gt-xs-row > .flex-gt-xs-40,
  .layout-row > .flex-gt-xs-40 {
    flex: 1 1 40%;
    max-width: 40%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-gt-xs-40,
  .layout-gt-xs-column > .flex-gt-xs-40 {
    flex: 1 1 40%;
    max-width: 100%;
    max-height: 40%;
    box-sizing: border-box;
  }

  .flex-gt-xs-45,
  .layout-gt-xs-row > .flex-gt-xs-45,
  .layout-row > .flex-gt-xs-45 {
    flex: 1 1 45%;
    max-width: 45%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-gt-xs-45,
  .layout-gt-xs-column > .flex-gt-xs-45 {
    flex: 1 1 45%;
    max-width: 100%;
    max-height: 45%;
    box-sizing: border-box;
  }

  .flex-gt-xs-50,
  .layout-gt-xs-row > .flex-gt-xs-50,
  .layout-row > .flex-gt-xs-50 {
    flex: 1 1 50%;
    max-width: 50%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-gt-xs-50,
  .layout-gt-xs-column > .flex-gt-xs-50 {
    flex: 1 1 50%;
    max-width: 100%;
    max-height: 50%;
    box-sizing: border-box;
  }

  .flex-gt-xs-55,
  .layout-gt-xs-row > .flex-gt-xs-55,
  .layout-row > .flex-gt-xs-55 {
    flex: 1 1 55%;
    max-width: 55%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-gt-xs-55,
  .layout-gt-xs-column > .flex-gt-xs-55 {
    flex: 1 1 55%;
    max-width: 100%;
    max-height: 55%;
    box-sizing: border-box;
  }

  .flex-gt-xs-60,
  .layout-gt-xs-row > .flex-gt-xs-60,
  .layout-row > .flex-gt-xs-60 {
    flex: 1 1 60%;
    max-width: 60%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-gt-xs-60,
  .layout-gt-xs-column > .flex-gt-xs-60 {
    flex: 1 1 60%;
    max-width: 100%;
    max-height: 60%;
    box-sizing: border-box;
  }

  .flex-gt-xs-65,
  .layout-gt-xs-row > .flex-gt-xs-65,
  .layout-row > .flex-gt-xs-65 {
    flex: 1 1 65%;
    max-width: 65%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-gt-xs-65,
  .layout-gt-xs-column > .flex-gt-xs-65 {
    flex: 1 1 65%;
    max-width: 100%;
    max-height: 65%;
    box-sizing: border-box;
  }

  .flex-gt-xs-70,
  .layout-gt-xs-row > .flex-gt-xs-70,
  .layout-row > .flex-gt-xs-70 {
    flex: 1 1 70%;
    max-width: 70%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-gt-xs-70,
  .layout-gt-xs-column > .flex-gt-xs-70 {
    flex: 1 1 70%;
    max-width: 100%;
    max-height: 70%;
    box-sizing: border-box;
  }

  .flex-gt-xs-75,
  .layout-gt-xs-row > .flex-gt-xs-75,
  .layout-row > .flex-gt-xs-75 {
    flex: 1 1 75%;
    max-width: 75%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-gt-xs-75,
  .layout-gt-xs-column > .flex-gt-xs-75 {
    flex: 1 1 75%;
    max-width: 100%;
    max-height: 75%;
    box-sizing: border-box;
  }

  .flex-gt-xs-80,
  .layout-gt-xs-row > .flex-gt-xs-80,
  .layout-row > .flex-gt-xs-80 {
    flex: 1 1 80%;
    max-width: 80%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-gt-xs-80,
  .layout-gt-xs-column > .flex-gt-xs-80 {
    flex: 1 1 80%;
    max-width: 100%;
    max-height: 80%;
    box-sizing: border-box;
  }

  .flex-gt-xs-85,
  .layout-gt-xs-row > .flex-gt-xs-85,
  .layout-row > .flex-gt-xs-85 {
    flex: 1 1 85%;
    max-width: 85%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-gt-xs-85,
  .layout-gt-xs-column > .flex-gt-xs-85 {
    flex: 1 1 85%;
    max-width: 100%;
    max-height: 85%;
    box-sizing: border-box;
  }

  .flex-gt-xs-90,
  .layout-gt-xs-row > .flex-gt-xs-90,
  .layout-row > .flex-gt-xs-90 {
    flex: 1 1 90%;
    max-width: 90%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-gt-xs-90,
  .layout-gt-xs-column > .flex-gt-xs-90 {
    flex: 1 1 90%;
    max-width: 100%;
    max-height: 90%;
    box-sizing: border-box;
  }

  .flex-gt-xs-95,
  .layout-gt-xs-row > .flex-gt-xs-95,
  .layout-row > .flex-gt-xs-95 {
    flex: 1 1 95%;
    max-width: 95%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-gt-xs-95,
  .layout-gt-xs-column > .flex-gt-xs-95 {
    flex: 1 1 95%;
    max-width: 100%;
    max-height: 95%;
    box-sizing: border-box;
  }

  .flex-gt-xs-100,
  .layout-column > .flex-gt-xs-100,
  .layout-gt-xs-column > .flex-gt-xs-100,
  .layout-gt-xs-row > .flex-gt-xs-100,
  .layout-row > .flex-gt-xs-100 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-gt-xs-row > .flex-gt-xs-33,
  .layout-row > .flex-gt-xs-33 {
    flex: 1 1 33.33%;
    max-width: 33.33%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-gt-xs-row > .flex-gt-xs-66,
  .layout-row > .flex-gt-xs-66 {
    flex: 1 1 66.66%;
    max-width: 66.66%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-gt-xs-row > .flex,
  .layout-row > .flex {
    min-width: 0;
  }

  .layout-column > .flex-gt-xs-33,
  .layout-gt-xs-column > .flex-gt-xs-33 {
    flex: 1 1 33.33%;
    max-width: 100%;
    max-height: 33.33%;
    box-sizing: border-box;
  }

  .layout-column > .flex-gt-xs-66,
  .layout-gt-xs-column > .flex-gt-xs-66 {
    flex: 1 1 66.66%;
    max-width: 100%;
    max-height: 66.66%;
    box-sizing: border-box;
  }

  .layout-column > .flex,
  .layout-gt-xs-column > .flex {
    min-height: 0;
  }

  .layout-gt-xs,
  .layout-gt-xs-column,
  .layout-gt-xs-row {
    box-sizing: border-box;
    display: flex;
  }

  .layout-gt-xs-column {
    flex-direction: column;
  }

  .layout-gt-xs-row {
    flex-direction: row;
  }
}

@media (min-width: 600px) and (max-width: 959px) {
  .hide-gt-xs:not(.show-gt-xs):not(.show-sm):not(.show),
  .hide-sm:not(.show-gt-xs):not(.show-sm):not(.show),
  .hide:not(.show-gt-xs):not(.show-sm):not(.show) {
    display: none;
  }

  .flex-order-sm--20 {
    order: -20;
  }

  .flex-order-sm--19 {
    order: -19;
  }

  .flex-order-sm--18 {
    order: -18;
  }

  .flex-order-sm--17 {
    order: -17;
  }

  .flex-order-sm--16 {
    order: -16;
  }

  .flex-order-sm--15 {
    order: -15;
  }

  .flex-order-sm--14 {
    order: -14;
  }

  .flex-order-sm--13 {
    order: -13;
  }

  .flex-order-sm--12 {
    order: -12;
  }

  .flex-order-sm--11 {
    order: -11;
  }

  .flex-order-sm--10 {
    order: -10;
  }

  .flex-order-sm--9 {
    order: -9;
  }

  .flex-order-sm--8 {
    order: -8;
  }

  .flex-order-sm--7 {
    order: -7;
  }

  .flex-order-sm--6 {
    order: -6;
  }

  .flex-order-sm--5 {
    order: -5;
  }

  .flex-order-sm--4 {
    order: -4;
  }

  .flex-order-sm--3 {
    order: -3;
  }

  .flex-order-sm--2 {
    order: -2;
  }

  .flex-order-sm--1 {
    order: -1;
  }

  .flex-order-sm-0 {
    order: 0;
  }

  .flex-order-sm-1 {
    order: 1;
  }

  .flex-order-sm-2 {
    order: 2;
  }

  .flex-order-sm-3 {
    order: 3;
  }

  .flex-order-sm-4 {
    order: 4;
  }

  .flex-order-sm-5 {
    order: 5;
  }

  .flex-order-sm-6 {
    order: 6;
  }

  .flex-order-sm-7 {
    order: 7;
  }

  .flex-order-sm-8 {
    order: 8;
  }

  .flex-order-sm-9 {
    order: 9;
  }

  .flex-order-sm-10 {
    order: 10;
  }

  .flex-order-sm-11 {
    order: 11;
  }

  .flex-order-sm-12 {
    order: 12;
  }

  .flex-order-sm-13 {
    order: 13;
  }

  .flex-order-sm-14 {
    order: 14;
  }

  .flex-order-sm-15 {
    order: 15;
  }

  .flex-order-sm-16 {
    order: 16;
  }

  .flex-order-sm-17 {
    order: 17;
  }

  .flex-order-sm-18 {
    order: 18;
  }

  .flex-order-sm-19 {
    order: 19;
  }

  .flex-order-sm-20 {
    order: 20;
  }

  .flex-offset-sm-0,
  .offset-sm-0 {
    margin-left: 0;
  }

  [dir=rtl] .flex-offset-sm-0,
  [dir=rtl] .offset-sm-0 {
    margin-left: auto;
    margin-left: initial;
    margin-right: 0;
  }

  .flex-offset-sm-5,
  .offset-sm-5 {
    margin-left: 5%;
  }

  [dir=rtl] .flex-offset-sm-5,
  [dir=rtl] .offset-sm-5 {
    margin-left: auto;
    margin-left: initial;
    margin-right: 5%;
  }

  .flex-offset-sm-10,
  .offset-sm-10 {
    margin-left: 10%;
  }

  [dir=rtl] .flex-offset-sm-10,
  [dir=rtl] .offset-sm-10 {
    margin-left: auto;
    margin-left: initial;
    margin-right: 10%;
  }

  .flex-offset-sm-15,
  .offset-sm-15 {
    margin-left: 15%;
  }

  [dir=rtl] .flex-offset-sm-15,
  [dir=rtl] .offset-sm-15 {
    margin-left: auto;
    margin-left: initial;
    margin-right: 15%;
  }

  .flex-offset-sm-20,
  .offset-sm-20 {
    margin-left: 20%;
  }

  [dir=rtl] .flex-offset-sm-20,
  [dir=rtl] .offset-sm-20 {
    margin-left: auto;
    margin-left: initial;
    margin-right: 20%;
  }

  .flex-offset-sm-25,
  .offset-sm-25 {
    margin-left: 25%;
  }

  [dir=rtl] .flex-offset-sm-25,
  [dir=rtl] .offset-sm-25 {
    margin-left: auto;
    margin-left: initial;
    margin-right: 25%;
  }

  .flex-offset-sm-30,
  .offset-sm-30 {
    margin-left: 30%;
  }

  [dir=rtl] .flex-offset-sm-30,
  [dir=rtl] .offset-sm-30 {
    margin-left: auto;
    margin-left: initial;
    margin-right: 30%;
  }

  .flex-offset-sm-35,
  .offset-sm-35 {
    margin-left: 35%;
  }

  [dir=rtl] .flex-offset-sm-35,
  [dir=rtl] .offset-sm-35 {
    margin-left: auto;
    margin-left: initial;
    margin-right: 35%;
  }

  .flex-offset-sm-40,
  .offset-sm-40 {
    margin-left: 40%;
  }

  [dir=rtl] .flex-offset-sm-40,
  [dir=rtl] .offset-sm-40 {
    margin-left: auto;
    margin-left: initial;
    margin-right: 40%;
  }

  .flex-offset-sm-45,
  .offset-sm-45 {
    margin-left: 45%;
  }

  [dir=rtl] .flex-offset-sm-45,
  [dir=rtl] .offset-sm-45 {
    margin-left: auto;
    margin-left: initial;
    margin-right: 45%;
  }

  .flex-offset-sm-50,
  .offset-sm-50 {
    margin-left: 50%;
  }

  [dir=rtl] .flex-offset-sm-50,
  [dir=rtl] .offset-sm-50 {
    margin-left: auto;
    margin-left: initial;
    margin-right: 50%;
  }

  .flex-offset-sm-55,
  .offset-sm-55 {
    margin-left: 55%;
  }

  [dir=rtl] .flex-offset-sm-55,
  [dir=rtl] .offset-sm-55 {
    margin-left: auto;
    margin-left: initial;
    margin-right: 55%;
  }

  .flex-offset-sm-60,
  .offset-sm-60 {
    margin-left: 60%;
  }

  [dir=rtl] .flex-offset-sm-60,
  [dir=rtl] .offset-sm-60 {
    margin-left: auto;
    margin-left: initial;
    margin-right: 60%;
  }

  .flex-offset-sm-65,
  .offset-sm-65 {
    margin-left: 65%;
  }

  [dir=rtl] .flex-offset-sm-65,
  [dir=rtl] .offset-sm-65 {
    margin-left: auto;
    margin-left: initial;
    margin-right: 65%;
  }

  .flex-offset-sm-70,
  .offset-sm-70 {
    margin-left: 70%;
  }

  [dir=rtl] .flex-offset-sm-70,
  [dir=rtl] .offset-sm-70 {
    margin-left: auto;
    margin-left: initial;
    margin-right: 70%;
  }

  .flex-offset-sm-75,
  .offset-sm-75 {
    margin-left: 75%;
  }

  [dir=rtl] .flex-offset-sm-75,
  [dir=rtl] .offset-sm-75 {
    margin-left: auto;
    margin-left: initial;
    margin-right: 75%;
  }

  .flex-offset-sm-80,
  .offset-sm-80 {
    margin-left: 80%;
  }

  [dir=rtl] .flex-offset-sm-80,
  [dir=rtl] .offset-sm-80 {
    margin-left: auto;
    margin-left: initial;
    margin-right: 80%;
  }

  .flex-offset-sm-85,
  .offset-sm-85 {
    margin-left: 85%;
  }

  [dir=rtl] .flex-offset-sm-85,
  [dir=rtl] .offset-sm-85 {
    margin-left: auto;
    margin-left: initial;
    margin-right: 85%;
  }

  .flex-offset-sm-90,
  .offset-sm-90 {
    margin-left: 90%;
  }

  [dir=rtl] .flex-offset-sm-90,
  [dir=rtl] .offset-sm-90 {
    margin-left: auto;
    margin-left: initial;
    margin-right: 90%;
  }

  .flex-offset-sm-95,
  .offset-sm-95 {
    margin-left: 95%;
  }

  [dir=rtl] .flex-offset-sm-95,
  [dir=rtl] .offset-sm-95 {
    margin-left: auto;
    margin-left: initial;
    margin-right: 95%;
  }

  .flex-offset-sm-33,
  .offset-sm-33 {
    margin-left: 33.3333333333%;
  }

  .flex-offset-sm-66,
  .offset-sm-66 {
    margin-left: 66.6666666667%;
  }

  [dir=rtl] .flex-offset-sm-66,
  [dir=rtl] .offset-sm-66 {
    margin-left: auto;
    margin-left: initial;
    margin-right: 66.6666666667%;
  }

  .layout-align-sm {
    justify-content: flex-start;
    align-content: stretch;
    align-items: stretch;
  }

  .layout-align-sm-start,
  .layout-align-sm-start-center,
  .layout-align-sm-start-end,
  .layout-align-sm-start-start,
  .layout-align-sm-start-stretch {
    justify-content: flex-start;
  }

  .layout-align-sm-center,
  .layout-align-sm-center-center,
  .layout-align-sm-center-end,
  .layout-align-sm-center-start,
  .layout-align-sm-center-stretch {
    justify-content: center;
  }

  .layout-align-sm-end,
  .layout-align-sm-end-center,
  .layout-align-sm-end-end,
  .layout-align-sm-end-start,
  .layout-align-sm-end-stretch {
    justify-content: flex-end;
  }

  .layout-align-sm-space-around,
  .layout-align-sm-space-around-center,
  .layout-align-sm-space-around-end,
  .layout-align-sm-space-around-start,
  .layout-align-sm-space-around-stretch {
    justify-content: space-around;
  }

  .layout-align-sm-space-between,
  .layout-align-sm-space-between-center,
  .layout-align-sm-space-between-end,
  .layout-align-sm-space-between-start,
  .layout-align-sm-space-between-stretch {
    justify-content: space-between;
  }

  .layout-align-sm-center-start,
  .layout-align-sm-end-start,
  .layout-align-sm-space-around-start,
  .layout-align-sm-space-between-start,
  .layout-align-sm-start-start {
    align-items: flex-start;
    align-content: flex-start;
  }

  .layout-align-sm-center-center,
  .layout-align-sm-end-center,
  .layout-align-sm-space-around-center,
  .layout-align-sm-space-between-center,
  .layout-align-sm-start-center {
    align-items: center;
    align-content: center;
    max-width: 100%;
  }

  .layout-align-sm-center-center > *,
  .layout-align-sm-end-center > *,
  .layout-align-sm-space-around-center > *,
  .layout-align-sm-space-between-center > *,
  .layout-align-sm-start-center > * {
    max-width: 100%;
    box-sizing: border-box;
  }

  .layout-align-sm-center-end,
  .layout-align-sm-end-end,
  .layout-align-sm-space-around-end,
  .layout-align-sm-space-between-end,
  .layout-align-sm-start-end {
    align-items: flex-end;
    align-content: flex-end;
  }

  .layout-align-sm-center-stretch,
  .layout-align-sm-end-stretch,
  .layout-align-sm-space-around-stretch,
  .layout-align-sm-space-between-stretch,
  .layout-align-sm-start-stretch {
    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 0;
    max-width: 0;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-sm-0,
  .layout-sm-row > .flex-sm-0 {
    flex: 1 1 0;
    max-width: 0;
    max-height: 100%;
    box-sizing: border-box;
    min-width: 0;
  }

  .layout-column > .flex-sm-0,
  .layout-sm-column > .flex-sm-0 {
    flex: 1 1 0;
    max-width: 100%;
    max-height: 0;
    box-sizing: border-box;
    min-height: 0;
  }

  .flex-sm-5,
  .layout-row > .flex-sm-5,
  .layout-sm-row > .flex-sm-5 {
    flex: 1 1 5%;
    max-width: 5%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-sm-5,
  .layout-sm-column > .flex-sm-5 {
    flex: 1 1 5%;
    max-width: 100%;
    max-height: 5%;
    box-sizing: border-box;
  }

  .flex-sm-10,
  .layout-row > .flex-sm-10,
  .layout-sm-row > .flex-sm-10 {
    flex: 1 1 10%;
    max-width: 10%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-sm-10,
  .layout-sm-column > .flex-sm-10 {
    flex: 1 1 10%;
    max-width: 100%;
    max-height: 10%;
    box-sizing: border-box;
  }

  .flex-sm-15,
  .layout-row > .flex-sm-15,
  .layout-sm-row > .flex-sm-15 {
    flex: 1 1 15%;
    max-width: 15%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-sm-15,
  .layout-sm-column > .flex-sm-15 {
    flex: 1 1 15%;
    max-width: 100%;
    max-height: 15%;
    box-sizing: border-box;
  }

  .flex-sm-20,
  .layout-row > .flex-sm-20,
  .layout-sm-row > .flex-sm-20 {
    flex: 1 1 20%;
    max-width: 20%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-sm-20,
  .layout-sm-column > .flex-sm-20 {
    flex: 1 1 20%;
    max-width: 100%;
    max-height: 20%;
    box-sizing: border-box;
  }

  .flex-sm-25,
  .layout-row > .flex-sm-25,
  .layout-sm-row > .flex-sm-25 {
    flex: 1 1 25%;
    max-width: 25%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-sm-25,
  .layout-sm-column > .flex-sm-25 {
    flex: 1 1 25%;
    max-width: 100%;
    max-height: 25%;
    box-sizing: border-box;
  }

  .flex-sm-30,
  .layout-row > .flex-sm-30,
  .layout-sm-row > .flex-sm-30 {
    flex: 1 1 30%;
    max-width: 30%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-sm-30,
  .layout-sm-column > .flex-sm-30 {
    flex: 1 1 30%;
    max-width: 100%;
    max-height: 30%;
    box-sizing: border-box;
  }

  .flex-sm-35,
  .layout-row > .flex-sm-35,
  .layout-sm-row > .flex-sm-35 {
    flex: 1 1 35%;
    max-width: 35%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-sm-35,
  .layout-sm-column > .flex-sm-35 {
    flex: 1 1 35%;
    max-width: 100%;
    max-height: 35%;
    box-sizing: border-box;
  }

  .flex-sm-40,
  .layout-row > .flex-sm-40,
  .layout-sm-row > .flex-sm-40 {
    flex: 1 1 40%;
    max-width: 40%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-sm-40,
  .layout-sm-column > .flex-sm-40 {
    flex: 1 1 40%;
    max-width: 100%;
    max-height: 40%;
    box-sizing: border-box;
  }

  .flex-sm-45,
  .layout-row > .flex-sm-45,
  .layout-sm-row > .flex-sm-45 {
    flex: 1 1 45%;
    max-width: 45%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-sm-45,
  .layout-sm-column > .flex-sm-45 {
    flex: 1 1 45%;
    max-width: 100%;
    max-height: 45%;
    box-sizing: border-box;
  }

  .flex-sm-50,
  .layout-row > .flex-sm-50,
  .layout-sm-row > .flex-sm-50 {
    flex: 1 1 50%;
    max-width: 50%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-sm-50,
  .layout-sm-column > .flex-sm-50 {
    flex: 1 1 50%;
    max-width: 100%;
    max-height: 50%;
    box-sizing: border-box;
  }

  .flex-sm-55,
  .layout-row > .flex-sm-55,
  .layout-sm-row > .flex-sm-55 {
    flex: 1 1 55%;
    max-width: 55%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-sm-55,
  .layout-sm-column > .flex-sm-55 {
    flex: 1 1 55%;
    max-width: 100%;
    max-height: 55%;
    box-sizing: border-box;
  }

  .flex-sm-60,
  .layout-row > .flex-sm-60,
  .layout-sm-row > .flex-sm-60 {
    flex: 1 1 60%;
    max-width: 60%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-sm-60,
  .layout-sm-column > .flex-sm-60 {
    flex: 1 1 60%;
    max-width: 100%;
    max-height: 60%;
    box-sizing: border-box;
  }

  .flex-sm-65,
  .layout-row > .flex-sm-65,
  .layout-sm-row > .flex-sm-65 {
    flex: 1 1 65%;
    max-width: 65%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-sm-65,
  .layout-sm-column > .flex-sm-65 {
    flex: 1 1 65%;
    max-width: 100%;
    max-height: 65%;
    box-sizing: border-box;
  }

  .flex-sm-70,
  .layout-row > .flex-sm-70,
  .layout-sm-row > .flex-sm-70 {
    flex: 1 1 70%;
    max-width: 70%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-sm-70,
  .layout-sm-column > .flex-sm-70 {
    flex: 1 1 70%;
    max-width: 100%;
    max-height: 70%;
    box-sizing: border-box;
  }

  .flex-sm-75,
  .layout-row > .flex-sm-75,
  .layout-sm-row > .flex-sm-75 {
    flex: 1 1 75%;
    max-width: 75%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-sm-75,
  .layout-sm-column > .flex-sm-75 {
    flex: 1 1 75%;
    max-width: 100%;
    max-height: 75%;
    box-sizing: border-box;
  }

  .flex-sm-80,
  .layout-row > .flex-sm-80,
  .layout-sm-row > .flex-sm-80 {
    flex: 1 1 80%;
    max-width: 80%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-sm-80,
  .layout-sm-column > .flex-sm-80 {
    flex: 1 1 80%;
    max-width: 100%;
    max-height: 80%;
    box-sizing: border-box;
  }

  .flex-sm-85,
  .layout-row > .flex-sm-85,
  .layout-sm-row > .flex-sm-85 {
    flex: 1 1 85%;
    max-width: 85%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-sm-85,
  .layout-sm-column > .flex-sm-85 {
    flex: 1 1 85%;
    max-width: 100%;
    max-height: 85%;
    box-sizing: border-box;
  }

  .flex-sm-90,
  .layout-row > .flex-sm-90,
  .layout-sm-row > .flex-sm-90 {
    flex: 1 1 90%;
    max-width: 90%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-sm-90,
  .layout-sm-column > .flex-sm-90 {
    flex: 1 1 90%;
    max-width: 100%;
    max-height: 90%;
    box-sizing: border-box;
  }

  .flex-sm-95,
  .layout-row > .flex-sm-95,
  .layout-sm-row > .flex-sm-95 {
    flex: 1 1 95%;
    max-width: 95%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-sm-95,
  .layout-sm-column > .flex-sm-95 {
    flex: 1 1 95%;
    max-width: 100%;
    max-height: 95%;
    box-sizing: border-box;
  }

  .flex-sm-100,
  .layout-column > .flex-sm-100,
  .layout-row > .flex-sm-100,
  .layout-sm-column > .flex-sm-100,
  .layout-sm-row > .flex-sm-100 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-sm-33,
  .layout-sm-row > .flex-sm-33 {
    flex: 1 1 33.33%;
    max-width: 33.33%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-sm-66,
  .layout-sm-row > .flex-sm-66 {
    flex: 1 1 66.66%;
    max-width: 66.66%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex,
  .layout-sm-row > .flex {
    min-width: 0;
  }

  .layout-column > .flex-sm-33,
  .layout-sm-column > .flex-sm-33 {
    flex: 1 1 33.33%;
    max-width: 100%;
    max-height: 33.33%;
    box-sizing: border-box;
  }

  .layout-column > .flex-sm-66,
  .layout-sm-column > .flex-sm-66 {
    flex: 1 1 66.66%;
    max-width: 100%;
    max-height: 66.66%;
    box-sizing: border-box;
  }

  .layout-column > .flex,
  .layout-sm-column > .flex {
    min-height: 0;
  }

  .layout-sm,
  .layout-sm-column,
  .layout-sm-row {
    box-sizing: border-box;
    display: flex;
  }

  .layout-sm-column {
    flex-direction: column;
  }

  .layout-sm-row {
    flex-direction: row;
  }
}

@media (min-width: 960px) {
  .flex-order-gt-sm--20 {
    order: -20;
  }

  .flex-order-gt-sm--19 {
    order: -19;
  }

  .flex-order-gt-sm--18 {
    order: -18;
  }

  .flex-order-gt-sm--17 {
    order: -17;
  }

  .flex-order-gt-sm--16 {
    order: -16;
  }

  .flex-order-gt-sm--15 {
    order: -15;
  }

  .flex-order-gt-sm--14 {
    order: -14;
  }

  .flex-order-gt-sm--13 {
    order: -13;
  }

  .flex-order-gt-sm--12 {
    order: -12;
  }

  .flex-order-gt-sm--11 {
    order: -11;
  }

  .flex-order-gt-sm--10 {
    order: -10;
  }

  .flex-order-gt-sm--9 {
    order: -9;
  }

  .flex-order-gt-sm--8 {
    order: -8;
  }

  .flex-order-gt-sm--7 {
    order: -7;
  }

  .flex-order-gt-sm--6 {
    order: -6;
  }

  .flex-order-gt-sm--5 {
    order: -5;
  }

  .flex-order-gt-sm--4 {
    order: -4;
  }

  .flex-order-gt-sm--3 {
    order: -3;
  }

  .flex-order-gt-sm--2 {
    order: -2;
  }

  .flex-order-gt-sm--1 {
    order: -1;
  }

  .flex-order-gt-sm-0 {
    order: 0;
  }

  .flex-order-gt-sm-1 {
    order: 1;
  }

  .flex-order-gt-sm-2 {
    order: 2;
  }

  .flex-order-gt-sm-3 {
    order: 3;
  }

  .flex-order-gt-sm-4 {
    order: 4;
  }

  .flex-order-gt-sm-5 {
    order: 5;
  }

  .flex-order-gt-sm-6 {
    order: 6;
  }

  .flex-order-gt-sm-7 {
    order: 7;
  }

  .flex-order-gt-sm-8 {
    order: 8;
  }

  .flex-order-gt-sm-9 {
    order: 9;
  }

  .flex-order-gt-sm-10 {
    order: 10;
  }

  .flex-order-gt-sm-11 {
    order: 11;
  }

  .flex-order-gt-sm-12 {
    order: 12;
  }

  .flex-order-gt-sm-13 {
    order: 13;
  }

  .flex-order-gt-sm-14 {
    order: 14;
  }

  .flex-order-gt-sm-15 {
    order: 15;
  }

  .flex-order-gt-sm-16 {
    order: 16;
  }

  .flex-order-gt-sm-17 {
    order: 17;
  }

  .flex-order-gt-sm-18 {
    order: 18;
  }

  .flex-order-gt-sm-19 {
    order: 19;
  }

  .flex-order-gt-sm-20 {
    order: 20;
  }

  .flex-offset-gt-sm-0,
  .offset-gt-sm-0 {
    margin-left: 0;
  }

  [dir=rtl] .flex-offset-gt-sm-0,
  [dir=rtl] .offset-gt-sm-0 {
    margin-left: auto;
    margin-left: initial;
    margin-right: 0;
  }

  .flex-offset-gt-sm-5,
  .offset-gt-sm-5 {
    margin-left: 5%;
  }

  [dir=rtl] .flex-offset-gt-sm-5,
  [dir=rtl] .offset-gt-sm-5 {
    margin-left: auto;
    margin-left: initial;
    margin-right: 5%;
  }

  .flex-offset-gt-sm-10,
  .offset-gt-sm-10 {
    margin-left: 10%;
  }

  [dir=rtl] .flex-offset-gt-sm-10,
  [dir=rtl] .offset-gt-sm-10 {
    margin-left: auto;
    margin-left: initial;
    margin-right: 10%;
  }

  .flex-offset-gt-sm-15,
  .offset-gt-sm-15 {
    margin-left: 15%;
  }

  [dir=rtl] .flex-offset-gt-sm-15,
  [dir=rtl] .offset-gt-sm-15 {
    margin-left: auto;
    margin-left: initial;
    margin-right: 15%;
  }

  .flex-offset-gt-sm-20,
  .offset-gt-sm-20 {
    margin-left: 20%;
  }

  [dir=rtl] .flex-offset-gt-sm-20,
  [dir=rtl] .offset-gt-sm-20 {
    margin-left: auto;
    margin-left: initial;
    margin-right: 20%;
  }

  .flex-offset-gt-sm-25,
  .offset-gt-sm-25 {
    margin-left: 25%;
  }

  [dir=rtl] .flex-offset-gt-sm-25,
  [dir=rtl] .offset-gt-sm-25 {
    margin-left: auto;
    margin-left: initial;
    margin-right: 25%;
  }

  .flex-offset-gt-sm-30,
  .offset-gt-sm-30 {
    margin-left: 30%;
  }

  [dir=rtl] .flex-offset-gt-sm-30,
  [dir=rtl] .offset-gt-sm-30 {
    margin-left: auto;
    margin-left: initial;
    margin-right: 30%;
  }

  .flex-offset-gt-sm-35,
  .offset-gt-sm-35 {
    margin-left: 35%;
  }

  [dir=rtl] .flex-offset-gt-sm-35,
  [dir=rtl] .offset-gt-sm-35 {
    margin-left: auto;
    margin-left: initial;
    margin-right: 35%;
  }

  .flex-offset-gt-sm-40,
  .offset-gt-sm-40 {
    margin-left: 40%;
  }

  [dir=rtl] .flex-offset-gt-sm-40,
  [dir=rtl] .offset-gt-sm-40 {
    margin-left: auto;
    margin-left: initial;
    margin-right: 40%;
  }

  .flex-offset-gt-sm-45,
  .offset-gt-sm-45 {
    margin-left: 45%;
  }

  [dir=rtl] .flex-offset-gt-sm-45,
  [dir=rtl] .offset-gt-sm-45 {
    margin-left: auto;
    margin-left: initial;
    margin-right: 45%;
  }

  .flex-offset-gt-sm-50,
  .offset-gt-sm-50 {
    margin-left: 50%;
  }

  [dir=rtl] .flex-offset-gt-sm-50,
  [dir=rtl] .offset-gt-sm-50 {
    margin-left: auto;
    margin-left: initial;
    margin-right: 50%;
  }

  .flex-offset-gt-sm-55,
  .offset-gt-sm-55 {
    margin-left: 55%;
  }

  [dir=rtl] .flex-offset-gt-sm-55,
  [dir=rtl] .offset-gt-sm-55 {
    margin-left: auto;
    margin-left: initial;
    margin-right: 55%;
  }

  .flex-offset-gt-sm-60,
  .offset-gt-sm-60 {
    margin-left: 60%;
  }

  [dir=rtl] .flex-offset-gt-sm-60,
  [dir=rtl] .offset-gt-sm-60 {
    margin-left: auto;
    margin-left: initial;
    margin-right: 60%;
  }

  .flex-offset-gt-sm-65,
  .offset-gt-sm-65 {
    margin-left: 65%;
  }

  [dir=rtl] .flex-offset-gt-sm-65,
  [dir=rtl] .offset-gt-sm-65 {
    margin-left: auto;
    margin-left: initial;
    margin-right: 65%;
  }

  .flex-offset-gt-sm-70,
  .offset-gt-sm-70 {
    margin-left: 70%;
  }

  [dir=rtl] .flex-offset-gt-sm-70,
  [dir=rtl] .offset-gt-sm-70 {
    margin-left: auto;
    margin-left: initial;
    margin-right: 70%;
  }

  .flex-offset-gt-sm-75,
  .offset-gt-sm-75 {
    margin-left: 75%;
  }

  [dir=rtl] .flex-offset-gt-sm-75,
  [dir=rtl] .offset-gt-sm-75 {
    margin-left: auto;
    margin-left: initial;
    margin-right: 75%;
  }

  .flex-offset-gt-sm-80,
  .offset-gt-sm-80 {
    margin-left: 80%;
  }

  [dir=rtl] .flex-offset-gt-sm-80,
  [dir=rtl] .offset-gt-sm-80 {
    margin-left: auto;
    margin-left: initial;
    margin-right: 80%;
  }

  .flex-offset-gt-sm-85,
  .offset-gt-sm-85 {
    margin-left: 85%;
  }

  [dir=rtl] .flex-offset-gt-sm-85,
  [dir=rtl] .offset-gt-sm-85 {
    margin-left: auto;
    margin-left: initial;
    margin-right: 85%;
  }

  .flex-offset-gt-sm-90,
  .offset-gt-sm-90 {
    margin-left: 90%;
  }

  [dir=rtl] .flex-offset-gt-sm-90,
  [dir=rtl] .offset-gt-sm-90 {
    margin-left: auto;
    margin-left: initial;
    margin-right: 90%;
  }

  .flex-offset-gt-sm-95,
  .offset-gt-sm-95 {
    margin-left: 95%;
  }

  [dir=rtl] .flex-offset-gt-sm-95,
  [dir=rtl] .offset-gt-sm-95 {
    margin-left: auto;
    margin-left: initial;
    margin-right: 95%;
  }

  .flex-offset-gt-sm-33,
  .offset-gt-sm-33 {
    margin-left: 33.3333333333%;
  }

  .flex-offset-gt-sm-66,
  .offset-gt-sm-66 {
    margin-left: 66.6666666667%;
  }

  [dir=rtl] .flex-offset-gt-sm-66,
  [dir=rtl] .offset-gt-sm-66 {
    margin-left: auto;
    margin-left: initial;
    margin-right: 66.6666666667%;
  }

  .layout-align-gt-sm {
    justify-content: flex-start;
    align-content: stretch;
    align-items: stretch;
  }

  .layout-align-gt-sm-start,
  .layout-align-gt-sm-start-center,
  .layout-align-gt-sm-start-end,
  .layout-align-gt-sm-start-start,
  .layout-align-gt-sm-start-stretch {
    justify-content: flex-start;
  }

  .layout-align-gt-sm-center,
  .layout-align-gt-sm-center-center,
  .layout-align-gt-sm-center-end,
  .layout-align-gt-sm-center-start,
  .layout-align-gt-sm-center-stretch {
    justify-content: center;
  }

  .layout-align-gt-sm-end,
  .layout-align-gt-sm-end-center,
  .layout-align-gt-sm-end-end,
  .layout-align-gt-sm-end-start,
  .layout-align-gt-sm-end-stretch {
    justify-content: flex-end;
  }

  .layout-align-gt-sm-space-around,
  .layout-align-gt-sm-space-around-center,
  .layout-align-gt-sm-space-around-end,
  .layout-align-gt-sm-space-around-start,
  .layout-align-gt-sm-space-around-stretch {
    justify-content: space-around;
  }

  .layout-align-gt-sm-space-between,
  .layout-align-gt-sm-space-between-center,
  .layout-align-gt-sm-space-between-end,
  .layout-align-gt-sm-space-between-start,
  .layout-align-gt-sm-space-between-stretch {
    justify-content: space-between;
  }

  .layout-align-gt-sm-center-start,
  .layout-align-gt-sm-end-start,
  .layout-align-gt-sm-space-around-start,
  .layout-align-gt-sm-space-between-start,
  .layout-align-gt-sm-start-start {
    align-items: flex-start;
    align-content: flex-start;
  }

  .layout-align-gt-sm-center-center,
  .layout-align-gt-sm-end-center,
  .layout-align-gt-sm-space-around-center,
  .layout-align-gt-sm-space-between-center,
  .layout-align-gt-sm-start-center {
    align-items: center;
    align-content: center;
    max-width: 100%;
  }

  .layout-align-gt-sm-center-center > *,
  .layout-align-gt-sm-end-center > *,
  .layout-align-gt-sm-space-around-center > *,
  .layout-align-gt-sm-space-between-center > *,
  .layout-align-gt-sm-start-center > * {
    max-width: 100%;
    box-sizing: border-box;
  }

  .layout-align-gt-sm-center-end,
  .layout-align-gt-sm-end-end,
  .layout-align-gt-sm-space-around-end,
  .layout-align-gt-sm-space-between-end,
  .layout-align-gt-sm-start-end {
    align-items: flex-end;
    align-content: flex-end;
  }

  .layout-align-gt-sm-center-stretch,
  .layout-align-gt-sm-end-stretch,
  .layout-align-gt-sm-space-around-stretch,
  .layout-align-gt-sm-space-between-stretch,
  .layout-align-gt-sm-start-stretch {
    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 0;
    max-width: 0;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-gt-sm-row > .flex-gt-sm-0,
  .layout-row > .flex-gt-sm-0 {
    flex: 1 1 0;
    max-width: 0;
    max-height: 100%;
    box-sizing: border-box;
    min-width: 0;
  }

  .layout-column > .flex-gt-sm-0,
  .layout-gt-sm-column > .flex-gt-sm-0 {
    flex: 1 1 0;
    max-width: 100%;
    max-height: 0;
    box-sizing: border-box;
    min-height: 0;
  }

  .flex-gt-sm-5,
  .layout-gt-sm-row > .flex-gt-sm-5,
  .layout-row > .flex-gt-sm-5 {
    flex: 1 1 5%;
    max-width: 5%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-gt-sm-5,
  .layout-gt-sm-column > .flex-gt-sm-5 {
    flex: 1 1 5%;
    max-width: 100%;
    max-height: 5%;
    box-sizing: border-box;
  }

  .flex-gt-sm-10,
  .layout-gt-sm-row > .flex-gt-sm-10,
  .layout-row > .flex-gt-sm-10 {
    flex: 1 1 10%;
    max-width: 10%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-gt-sm-10,
  .layout-gt-sm-column > .flex-gt-sm-10 {
    flex: 1 1 10%;
    max-width: 100%;
    max-height: 10%;
    box-sizing: border-box;
  }

  .flex-gt-sm-15,
  .layout-gt-sm-row > .flex-gt-sm-15,
  .layout-row > .flex-gt-sm-15 {
    flex: 1 1 15%;
    max-width: 15%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-gt-sm-15,
  .layout-gt-sm-column > .flex-gt-sm-15 {
    flex: 1 1 15%;
    max-width: 100%;
    max-height: 15%;
    box-sizing: border-box;
  }

  .flex-gt-sm-20,
  .layout-gt-sm-row > .flex-gt-sm-20,
  .layout-row > .flex-gt-sm-20 {
    flex: 1 1 20%;
    max-width: 20%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-gt-sm-20,
  .layout-gt-sm-column > .flex-gt-sm-20 {
    flex: 1 1 20%;
    max-width: 100%;
    max-height: 20%;
    box-sizing: border-box;
  }

  .flex-gt-sm-25,
  .layout-gt-sm-row > .flex-gt-sm-25,
  .layout-row > .flex-gt-sm-25 {
    flex: 1 1 25%;
    max-width: 25%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-gt-sm-25,
  .layout-gt-sm-column > .flex-gt-sm-25 {
    flex: 1 1 25%;
    max-width: 100%;
    max-height: 25%;
    box-sizing: border-box;
  }

  .flex-gt-sm-30,
  .layout-gt-sm-row > .flex-gt-sm-30,
  .layout-row > .flex-gt-sm-30 {
    flex: 1 1 30%;
    max-width: 30%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-gt-sm-30,
  .layout-gt-sm-column > .flex-gt-sm-30 {
    flex: 1 1 30%;
    max-width: 100%;
    max-height: 30%;
    box-sizing: border-box;
  }

  .flex-gt-sm-35,
  .layout-gt-sm-row > .flex-gt-sm-35,
  .layout-row > .flex-gt-sm-35 {
    flex: 1 1 35%;
    max-width: 35%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-gt-sm-35,
  .layout-gt-sm-column > .flex-gt-sm-35 {
    flex: 1 1 35%;
    max-width: 100%;
    max-height: 35%;
    box-sizing: border-box;
  }

  .flex-gt-sm-40,
  .layout-gt-sm-row > .flex-gt-sm-40,
  .layout-row > .flex-gt-sm-40 {
    flex: 1 1 40%;
    max-width: 40%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-gt-sm-40,
  .layout-gt-sm-column > .flex-gt-sm-40 {
    flex: 1 1 40%;
    max-width: 100%;
    max-height: 40%;
    box-sizing: border-box;
  }

  .flex-gt-sm-45,
  .layout-gt-sm-row > .flex-gt-sm-45,
  .layout-row > .flex-gt-sm-45 {
    flex: 1 1 45%;
    max-width: 45%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-gt-sm-45,
  .layout-gt-sm-column > .flex-gt-sm-45 {
    flex: 1 1 45%;
    max-width: 100%;
    max-height: 45%;
    box-sizing: border-box;
  }

  .flex-gt-sm-50,
  .layout-gt-sm-row > .flex-gt-sm-50,
  .layout-row > .flex-gt-sm-50 {
    flex: 1 1 50%;
    max-width: 50%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-gt-sm-50,
  .layout-gt-sm-column > .flex-gt-sm-50 {
    flex: 1 1 50%;
    max-width: 100%;
    max-height: 50%;
    box-sizing: border-box;
  }

  .flex-gt-sm-55,
  .layout-gt-sm-row > .flex-gt-sm-55,
  .layout-row > .flex-gt-sm-55 {
    flex: 1 1 55%;
    max-width: 55%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-gt-sm-55,
  .layout-gt-sm-column > .flex-gt-sm-55 {
    flex: 1 1 55%;
    max-width: 100%;
    max-height: 55%;
    box-sizing: border-box;
  }

  .flex-gt-sm-60,
  .layout-gt-sm-row > .flex-gt-sm-60,
  .layout-row > .flex-gt-sm-60 {
    flex: 1 1 60%;
    max-width: 60%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-gt-sm-60,
  .layout-gt-sm-column > .flex-gt-sm-60 {
    flex: 1 1 60%;
    max-width: 100%;
    max-height: 60%;
    box-sizing: border-box;
  }

  .flex-gt-sm-65,
  .layout-gt-sm-row > .flex-gt-sm-65,
  .layout-row > .flex-gt-sm-65 {
    flex: 1 1 65%;
    max-width: 65%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-gt-sm-65,
  .layout-gt-sm-column > .flex-gt-sm-65 {
    flex: 1 1 65%;
    max-width: 100%;
    max-height: 65%;
    box-sizing: border-box;
  }

  .flex-gt-sm-70,
  .layout-gt-sm-row > .flex-gt-sm-70,
  .layout-row > .flex-gt-sm-70 {
    flex: 1 1 70%;
    max-width: 70%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-gt-sm-70,
  .layout-gt-sm-column > .flex-gt-sm-70 {
    flex: 1 1 70%;
    max-width: 100%;
    max-height: 70%;
    box-sizing: border-box;
  }

  .flex-gt-sm-75,
  .layout-gt-sm-row > .flex-gt-sm-75,
  .layout-row > .flex-gt-sm-75 {
    flex: 1 1 75%;
    max-width: 75%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-gt-sm-75,
  .layout-gt-sm-column > .flex-gt-sm-75 {
    flex: 1 1 75%;
    max-width: 100%;
    max-height: 75%;
    box-sizing: border-box;
  }

  .flex-gt-sm-80,
  .layout-gt-sm-row > .flex-gt-sm-80,
  .layout-row > .flex-gt-sm-80 {
    flex: 1 1 80%;
    max-width: 80%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-gt-sm-80,
  .layout-gt-sm-column > .flex-gt-sm-80 {
    flex: 1 1 80%;
    max-width: 100%;
    max-height: 80%;
    box-sizing: border-box;
  }

  .flex-gt-sm-85,
  .layout-gt-sm-row > .flex-gt-sm-85,
  .layout-row > .flex-gt-sm-85 {
    flex: 1 1 85%;
    max-width: 85%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-gt-sm-85,
  .layout-gt-sm-column > .flex-gt-sm-85 {
    flex: 1 1 85%;
    max-width: 100%;
    max-height: 85%;
    box-sizing: border-box;
  }

  .flex-gt-sm-90,
  .layout-gt-sm-row > .flex-gt-sm-90,
  .layout-row > .flex-gt-sm-90 {
    flex: 1 1 90%;
    max-width: 90%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-gt-sm-90,
  .layout-gt-sm-column > .flex-gt-sm-90 {
    flex: 1 1 90%;
    max-width: 100%;
    max-height: 90%;
    box-sizing: border-box;
  }

  .flex-gt-sm-95,
  .layout-gt-sm-row > .flex-gt-sm-95,
  .layout-row > .flex-gt-sm-95 {
    flex: 1 1 95%;
    max-width: 95%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-gt-sm-95,
  .layout-gt-sm-column > .flex-gt-sm-95 {
    flex: 1 1 95%;
    max-width: 100%;
    max-height: 95%;
    box-sizing: border-box;
  }

  .flex-gt-sm-100,
  .layout-column > .flex-gt-sm-100,
  .layout-gt-sm-column > .flex-gt-sm-100,
  .layout-gt-sm-row > .flex-gt-sm-100,
  .layout-row > .flex-gt-sm-100 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-gt-sm-row > .flex-gt-sm-33,
  .layout-row > .flex-gt-sm-33 {
    flex: 1 1 33.33%;
    max-width: 33.33%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-gt-sm-row > .flex-gt-sm-66,
  .layout-row > .flex-gt-sm-66 {
    flex: 1 1 66.66%;
    max-width: 66.66%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-gt-sm-row > .flex,
  .layout-row > .flex {
    min-width: 0;
  }

  .layout-column > .flex-gt-sm-33,
  .layout-gt-sm-column > .flex-gt-sm-33 {
    flex: 1 1 33.33%;
    max-width: 100%;
    max-height: 33.33%;
    box-sizing: border-box;
  }

  .layout-column > .flex-gt-sm-66,
  .layout-gt-sm-column > .flex-gt-sm-66 {
    flex: 1 1 66.66%;
    max-width: 100%;
    max-height: 66.66%;
    box-sizing: border-box;
  }

  .layout-column > .flex,
  .layout-gt-sm-column > .flex {
    min-height: 0;
  }

  .layout-gt-sm,
  .layout-gt-sm-column,
  .layout-gt-sm-row {
    box-sizing: border-box;
    display: flex;
  }

  .layout-gt-sm-column {
    flex-direction: column;
  }

  .layout-gt-sm-row {
    flex-direction: row;
  }
}

@media (min-width: 960px) and (max-width: 1279px) {
  .hide-gt-sm:not(.show-gt-xs):not(.show-gt-sm):not(.show-md):not(.show),
  .hide-gt-xs:not(.show-gt-xs):not(.show-gt-sm):not(.show-md):not(.show),
  .hide-md:not(.show-md):not(.show-gt-sm):not(.show-gt-xs):not(.show),
  .hide:not(.show-gt-xs):not(.show-gt-sm):not(.show-md):not(.show) {
    display: none;
  }

  .flex-order-md--20 {
    order: -20;
  }

  .flex-order-md--19 {
    order: -19;
  }

  .flex-order-md--18 {
    order: -18;
  }

  .flex-order-md--17 {
    order: -17;
  }

  .flex-order-md--16 {
    order: -16;
  }

  .flex-order-md--15 {
    order: -15;
  }

  .flex-order-md--14 {
    order: -14;
  }

  .flex-order-md--13 {
    order: -13;
  }

  .flex-order-md--12 {
    order: -12;
  }

  .flex-order-md--11 {
    order: -11;
  }

  .flex-order-md--10 {
    order: -10;
  }

  .flex-order-md--9 {
    order: -9;
  }

  .flex-order-md--8 {
    order: -8;
  }

  .flex-order-md--7 {
    order: -7;
  }

  .flex-order-md--6 {
    order: -6;
  }

  .flex-order-md--5 {
    order: -5;
  }

  .flex-order-md--4 {
    order: -4;
  }

  .flex-order-md--3 {
    order: -3;
  }

  .flex-order-md--2 {
    order: -2;
  }

  .flex-order-md--1 {
    order: -1;
  }

  .flex-order-md-0 {
    order: 0;
  }

  .flex-order-md-1 {
    order: 1;
  }

  .flex-order-md-2 {
    order: 2;
  }

  .flex-order-md-3 {
    order: 3;
  }

  .flex-order-md-4 {
    order: 4;
  }

  .flex-order-md-5 {
    order: 5;
  }

  .flex-order-md-6 {
    order: 6;
  }

  .flex-order-md-7 {
    order: 7;
  }

  .flex-order-md-8 {
    order: 8;
  }

  .flex-order-md-9 {
    order: 9;
  }

  .flex-order-md-10 {
    order: 10;
  }

  .flex-order-md-11 {
    order: 11;
  }

  .flex-order-md-12 {
    order: 12;
  }

  .flex-order-md-13 {
    order: 13;
  }

  .flex-order-md-14 {
    order: 14;
  }

  .flex-order-md-15 {
    order: 15;
  }

  .flex-order-md-16 {
    order: 16;
  }

  .flex-order-md-17 {
    order: 17;
  }

  .flex-order-md-18 {
    order: 18;
  }

  .flex-order-md-19 {
    order: 19;
  }

  .flex-order-md-20 {
    order: 20;
  }

  .flex-offset-md-0,
  .offset-md-0 {
    margin-left: 0;
  }

  [dir=rtl] .flex-offset-md-0,
  [dir=rtl] .offset-md-0 {
    margin-left: auto;
    margin-left: initial;
    margin-right: 0;
  }

  .flex-offset-md-5,
  .offset-md-5 {
    margin-left: 5%;
  }

  [dir=rtl] .flex-offset-md-5,
  [dir=rtl] .offset-md-5 {
    margin-left: auto;
    margin-left: initial;
    margin-right: 5%;
  }

  .flex-offset-md-10,
  .offset-md-10 {
    margin-left: 10%;
  }

  [dir=rtl] .flex-offset-md-10,
  [dir=rtl] .offset-md-10 {
    margin-left: auto;
    margin-left: initial;
    margin-right: 10%;
  }

  .flex-offset-md-15,
  .offset-md-15 {
    margin-left: 15%;
  }

  [dir=rtl] .flex-offset-md-15,
  [dir=rtl] .offset-md-15 {
    margin-left: auto;
    margin-left: initial;
    margin-right: 15%;
  }

  .flex-offset-md-20,
  .offset-md-20 {
    margin-left: 20%;
  }

  [dir=rtl] .flex-offset-md-20,
  [dir=rtl] .offset-md-20 {
    margin-left: auto;
    margin-left: initial;
    margin-right: 20%;
  }

  .flex-offset-md-25,
  .offset-md-25 {
    margin-left: 25%;
  }

  [dir=rtl] .flex-offset-md-25,
  [dir=rtl] .offset-md-25 {
    margin-left: auto;
    margin-left: initial;
    margin-right: 25%;
  }

  .flex-offset-md-30,
  .offset-md-30 {
    margin-left: 30%;
  }

  [dir=rtl] .flex-offset-md-30,
  [dir=rtl] .offset-md-30 {
    margin-left: auto;
    margin-left: initial;
    margin-right: 30%;
  }

  .flex-offset-md-35,
  .offset-md-35 {
    margin-left: 35%;
  }

  [dir=rtl] .flex-offset-md-35,
  [dir=rtl] .offset-md-35 {
    margin-left: auto;
    margin-left: initial;
    margin-right: 35%;
  }

  .flex-offset-md-40,
  .offset-md-40 {
    margin-left: 40%;
  }

  [dir=rtl] .flex-offset-md-40,
  [dir=rtl] .offset-md-40 {
    margin-left: auto;
    margin-left: initial;
    margin-right: 40%;
  }

  .flex-offset-md-45,
  .offset-md-45 {
    margin-left: 45%;
  }

  [dir=rtl] .flex-offset-md-45,
  [dir=rtl] .offset-md-45 {
    margin-left: auto;
    margin-left: initial;
    margin-right: 45%;
  }

  .flex-offset-md-50,
  .offset-md-50 {
    margin-left: 50%;
  }

  [dir=rtl] .flex-offset-md-50,
  [dir=rtl] .offset-md-50 {
    margin-left: auto;
    margin-left: initial;
    margin-right: 50%;
  }

  .flex-offset-md-55,
  .offset-md-55 {
    margin-left: 55%;
  }

  [dir=rtl] .flex-offset-md-55,
  [dir=rtl] .offset-md-55 {
    margin-left: auto;
    margin-left: initial;
    margin-right: 55%;
  }

  .flex-offset-md-60,
  .offset-md-60 {
    margin-left: 60%;
  }

  [dir=rtl] .flex-offset-md-60,
  [dir=rtl] .offset-md-60 {
    margin-left: auto;
    margin-left: initial;
    margin-right: 60%;
  }

  .flex-offset-md-65,
  .offset-md-65 {
    margin-left: 65%;
  }

  [dir=rtl] .flex-offset-md-65,
  [dir=rtl] .offset-md-65 {
    margin-left: auto;
    margin-left: initial;
    margin-right: 65%;
  }

  .flex-offset-md-70,
  .offset-md-70 {
    margin-left: 70%;
  }

  [dir=rtl] .flex-offset-md-70,
  [dir=rtl] .offset-md-70 {
    margin-left: auto;
    margin-left: initial;
    margin-right: 70%;
  }

  .flex-offset-md-75,
  .offset-md-75 {
    margin-left: 75%;
  }

  [dir=rtl] .flex-offset-md-75,
  [dir=rtl] .offset-md-75 {
    margin-left: auto;
    margin-left: initial;
    margin-right: 75%;
  }

  .flex-offset-md-80,
  .offset-md-80 {
    margin-left: 80%;
  }

  [dir=rtl] .flex-offset-md-80,
  [dir=rtl] .offset-md-80 {
    margin-left: auto;
    margin-left: initial;
    margin-right: 80%;
  }

  .flex-offset-md-85,
  .offset-md-85 {
    margin-left: 85%;
  }

  [dir=rtl] .flex-offset-md-85,
  [dir=rtl] .offset-md-85 {
    margin-left: auto;
    margin-left: initial;
    margin-right: 85%;
  }

  .flex-offset-md-90,
  .offset-md-90 {
    margin-left: 90%;
  }

  [dir=rtl] .flex-offset-md-90,
  [dir=rtl] .offset-md-90 {
    margin-left: auto;
    margin-left: initial;
    margin-right: 90%;
  }

  .flex-offset-md-95,
  .offset-md-95 {
    margin-left: 95%;
  }

  [dir=rtl] .flex-offset-md-95,
  [dir=rtl] .offset-md-95 {
    margin-left: auto;
    margin-left: initial;
    margin-right: 95%;
  }

  .flex-offset-md-33,
  .offset-md-33 {
    margin-left: 33.3333333333%;
  }

  .flex-offset-md-66,
  .offset-md-66 {
    margin-left: 66.6666666667%;
  }

  [dir=rtl] .flex-offset-md-66,
  [dir=rtl] .offset-md-66 {
    margin-left: auto;
    margin-left: initial;
    margin-right: 66.6666666667%;
  }

  .layout-align-md {
    justify-content: flex-start;
    align-content: stretch;
    align-items: stretch;
  }

  .layout-align-md-start,
  .layout-align-md-start-center,
  .layout-align-md-start-end,
  .layout-align-md-start-start,
  .layout-align-md-start-stretch {
    justify-content: flex-start;
  }

  .layout-align-md-center,
  .layout-align-md-center-center,
  .layout-align-md-center-end,
  .layout-align-md-center-start,
  .layout-align-md-center-stretch {
    justify-content: center;
  }

  .layout-align-md-end,
  .layout-align-md-end-center,
  .layout-align-md-end-end,
  .layout-align-md-end-start,
  .layout-align-md-end-stretch {
    justify-content: flex-end;
  }

  .layout-align-md-space-around,
  .layout-align-md-space-around-center,
  .layout-align-md-space-around-end,
  .layout-align-md-space-around-start,
  .layout-align-md-space-around-stretch {
    justify-content: space-around;
  }

  .layout-align-md-space-between,
  .layout-align-md-space-between-center,
  .layout-align-md-space-between-end,
  .layout-align-md-space-between-start,
  .layout-align-md-space-between-stretch {
    justify-content: space-between;
  }

  .layout-align-md-center-start,
  .layout-align-md-end-start,
  .layout-align-md-space-around-start,
  .layout-align-md-space-between-start,
  .layout-align-md-start-start {
    align-items: flex-start;
    align-content: flex-start;
  }

  .layout-align-md-center-center,
  .layout-align-md-end-center,
  .layout-align-md-space-around-center,
  .layout-align-md-space-between-center,
  .layout-align-md-start-center {
    align-items: center;
    align-content: center;
    max-width: 100%;
  }

  .layout-align-md-center-center > *,
  .layout-align-md-end-center > *,
  .layout-align-md-space-around-center > *,
  .layout-align-md-space-between-center > *,
  .layout-align-md-start-center > * {
    max-width: 100%;
    box-sizing: border-box;
  }

  .layout-align-md-center-end,
  .layout-align-md-end-end,
  .layout-align-md-space-around-end,
  .layout-align-md-space-between-end,
  .layout-align-md-start-end {
    align-items: flex-end;
    align-content: flex-end;
  }

  .layout-align-md-center-stretch,
  .layout-align-md-end-stretch,
  .layout-align-md-space-around-stretch,
  .layout-align-md-space-between-stretch,
  .layout-align-md-start-stretch {
    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 0;
    max-width: 0;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-md-row > .flex-md-0,
  .layout-row > .flex-md-0 {
    flex: 1 1 0;
    max-width: 0;
    max-height: 100%;
    box-sizing: border-box;
    min-width: 0;
  }

  .layout-column > .flex-md-0,
  .layout-md-column > .flex-md-0 {
    flex: 1 1 0;
    max-width: 100%;
    max-height: 0;
    box-sizing: border-box;
    min-height: 0;
  }

  .flex-md-5,
  .layout-md-row > .flex-md-5,
  .layout-row > .flex-md-5 {
    flex: 1 1 5%;
    max-width: 5%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-md-5,
  .layout-md-column > .flex-md-5 {
    flex: 1 1 5%;
    max-width: 100%;
    max-height: 5%;
    box-sizing: border-box;
  }

  .flex-md-10,
  .layout-md-row > .flex-md-10,
  .layout-row > .flex-md-10 {
    flex: 1 1 10%;
    max-width: 10%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-md-10,
  .layout-md-column > .flex-md-10 {
    flex: 1 1 10%;
    max-width: 100%;
    max-height: 10%;
    box-sizing: border-box;
  }

  .flex-md-15,
  .layout-md-row > .flex-md-15,
  .layout-row > .flex-md-15 {
    flex: 1 1 15%;
    max-width: 15%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-md-15,
  .layout-md-column > .flex-md-15 {
    flex: 1 1 15%;
    max-width: 100%;
    max-height: 15%;
    box-sizing: border-box;
  }

  .flex-md-20,
  .layout-md-row > .flex-md-20,
  .layout-row > .flex-md-20 {
    flex: 1 1 20%;
    max-width: 20%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-md-20,
  .layout-md-column > .flex-md-20 {
    flex: 1 1 20%;
    max-width: 100%;
    max-height: 20%;
    box-sizing: border-box;
  }

  .flex-md-25,
  .layout-md-row > .flex-md-25,
  .layout-row > .flex-md-25 {
    flex: 1 1 25%;
    max-width: 25%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-md-25,
  .layout-md-column > .flex-md-25 {
    flex: 1 1 25%;
    max-width: 100%;
    max-height: 25%;
    box-sizing: border-box;
  }

  .flex-md-30,
  .layout-md-row > .flex-md-30,
  .layout-row > .flex-md-30 {
    flex: 1 1 30%;
    max-width: 30%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-md-30,
  .layout-md-column > .flex-md-30 {
    flex: 1 1 30%;
    max-width: 100%;
    max-height: 30%;
    box-sizing: border-box;
  }

  .flex-md-35,
  .layout-md-row > .flex-md-35,
  .layout-row > .flex-md-35 {
    flex: 1 1 35%;
    max-width: 35%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-md-35,
  .layout-md-column > .flex-md-35 {
    flex: 1 1 35%;
    max-width: 100%;
    max-height: 35%;
    box-sizing: border-box;
  }

  .flex-md-40,
  .layout-md-row > .flex-md-40,
  .layout-row > .flex-md-40 {
    flex: 1 1 40%;
    max-width: 40%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-md-40,
  .layout-md-column > .flex-md-40 {
    flex: 1 1 40%;
    max-width: 100%;
    max-height: 40%;
    box-sizing: border-box;
  }

  .flex-md-45,
  .layout-md-row > .flex-md-45,
  .layout-row > .flex-md-45 {
    flex: 1 1 45%;
    max-width: 45%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-md-45,
  .layout-md-column > .flex-md-45 {
    flex: 1 1 45%;
    max-width: 100%;
    max-height: 45%;
    box-sizing: border-box;
  }

  .flex-md-50,
  .layout-md-row > .flex-md-50,
  .layout-row > .flex-md-50 {
    flex: 1 1 50%;
    max-width: 50%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-md-50,
  .layout-md-column > .flex-md-50 {
    flex: 1 1 50%;
    max-width: 100%;
    max-height: 50%;
    box-sizing: border-box;
  }

  .flex-md-55,
  .layout-md-row > .flex-md-55,
  .layout-row > .flex-md-55 {
    flex: 1 1 55%;
    max-width: 55%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-md-55,
  .layout-md-column > .flex-md-55 {
    flex: 1 1 55%;
    max-width: 100%;
    max-height: 55%;
    box-sizing: border-box;
  }

  .flex-md-60,
  .layout-md-row > .flex-md-60,
  .layout-row > .flex-md-60 {
    flex: 1 1 60%;
    max-width: 60%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-md-60,
  .layout-md-column > .flex-md-60 {
    flex: 1 1 60%;
    max-width: 100%;
    max-height: 60%;
    box-sizing: border-box;
  }

  .flex-md-65,
  .layout-md-row > .flex-md-65,
  .layout-row > .flex-md-65 {
    flex: 1 1 65%;
    max-width: 65%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-md-65,
  .layout-md-column > .flex-md-65 {
    flex: 1 1 65%;
    max-width: 100%;
    max-height: 65%;
    box-sizing: border-box;
  }

  .flex-md-70,
  .layout-md-row > .flex-md-70,
  .layout-row > .flex-md-70 {
    flex: 1 1 70%;
    max-width: 70%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-md-70,
  .layout-md-column > .flex-md-70 {
    flex: 1 1 70%;
    max-width: 100%;
    max-height: 70%;
    box-sizing: border-box;
  }

  .flex-md-75,
  .layout-md-row > .flex-md-75,
  .layout-row > .flex-md-75 {
    flex: 1 1 75%;
    max-width: 75%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-md-75,
  .layout-md-column > .flex-md-75 {
    flex: 1 1 75%;
    max-width: 100%;
    max-height: 75%;
    box-sizing: border-box;
  }

  .flex-md-80,
  .layout-md-row > .flex-md-80,
  .layout-row > .flex-md-80 {
    flex: 1 1 80%;
    max-width: 80%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-md-80,
  .layout-md-column > .flex-md-80 {
    flex: 1 1 80%;
    max-width: 100%;
    max-height: 80%;
    box-sizing: border-box;
  }

  .flex-md-85,
  .layout-md-row > .flex-md-85,
  .layout-row > .flex-md-85 {
    flex: 1 1 85%;
    max-width: 85%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-md-85,
  .layout-md-column > .flex-md-85 {
    flex: 1 1 85%;
    max-width: 100%;
    max-height: 85%;
    box-sizing: border-box;
  }

  .flex-md-90,
  .layout-md-row > .flex-md-90,
  .layout-row > .flex-md-90 {
    flex: 1 1 90%;
    max-width: 90%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-md-90,
  .layout-md-column > .flex-md-90 {
    flex: 1 1 90%;
    max-width: 100%;
    max-height: 90%;
    box-sizing: border-box;
  }

  .flex-md-95,
  .layout-md-row > .flex-md-95,
  .layout-row > .flex-md-95 {
    flex: 1 1 95%;
    max-width: 95%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-md-95,
  .layout-md-column > .flex-md-95 {
    flex: 1 1 95%;
    max-width: 100%;
    max-height: 95%;
    box-sizing: border-box;
  }

  .flex-md-100,
  .layout-column > .flex-md-100,
  .layout-md-column > .flex-md-100,
  .layout-md-row > .flex-md-100,
  .layout-row > .flex-md-100 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-md-row > .flex-md-33,
  .layout-row > .flex-md-33 {
    flex: 1 1 33.33%;
    max-width: 33.33%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-md-row > .flex-md-66,
  .layout-row > .flex-md-66 {
    flex: 1 1 66.66%;
    max-width: 66.66%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-md-row > .flex,
  .layout-row > .flex {
    min-width: 0;
  }

  .layout-column > .flex-md-33,
  .layout-md-column > .flex-md-33 {
    flex: 1 1 33.33%;
    max-width: 100%;
    max-height: 33.33%;
    box-sizing: border-box;
  }

  .layout-column > .flex-md-66,
  .layout-md-column > .flex-md-66 {
    flex: 1 1 66.66%;
    max-width: 100%;
    max-height: 66.66%;
    box-sizing: border-box;
  }

  .layout-column > .flex,
  .layout-md-column > .flex {
    min-height: 0;
  }

  .layout-md,
  .layout-md-column,
  .layout-md-row {
    box-sizing: border-box;
    display: flex;
  }

  .layout-md-column {
    flex-direction: column;
  }

  .layout-md-row {
    flex-direction: row;
  }
}

@media (min-width: 1280px) {
  .flex-order-gt-md--20 {
    order: -20;
  }

  .flex-order-gt-md--19 {
    order: -19;
  }

  .flex-order-gt-md--18 {
    order: -18;
  }

  .flex-order-gt-md--17 {
    order: -17;
  }

  .flex-order-gt-md--16 {
    order: -16;
  }

  .flex-order-gt-md--15 {
    order: -15;
  }

  .flex-order-gt-md--14 {
    order: -14;
  }

  .flex-order-gt-md--13 {
    order: -13;
  }

  .flex-order-gt-md--12 {
    order: -12;
  }

  .flex-order-gt-md--11 {
    order: -11;
  }

  .flex-order-gt-md--10 {
    order: -10;
  }

  .flex-order-gt-md--9 {
    order: -9;
  }

  .flex-order-gt-md--8 {
    order: -8;
  }

  .flex-order-gt-md--7 {
    order: -7;
  }

  .flex-order-gt-md--6 {
    order: -6;
  }

  .flex-order-gt-md--5 {
    order: -5;
  }

  .flex-order-gt-md--4 {
    order: -4;
  }

  .flex-order-gt-md--3 {
    order: -3;
  }

  .flex-order-gt-md--2 {
    order: -2;
  }

  .flex-order-gt-md--1 {
    order: -1;
  }

  .flex-order-gt-md-0 {
    order: 0;
  }

  .flex-order-gt-md-1 {
    order: 1;
  }

  .flex-order-gt-md-2 {
    order: 2;
  }

  .flex-order-gt-md-3 {
    order: 3;
  }

  .flex-order-gt-md-4 {
    order: 4;
  }

  .flex-order-gt-md-5 {
    order: 5;
  }

  .flex-order-gt-md-6 {
    order: 6;
  }

  .flex-order-gt-md-7 {
    order: 7;
  }

  .flex-order-gt-md-8 {
    order: 8;
  }

  .flex-order-gt-md-9 {
    order: 9;
  }

  .flex-order-gt-md-10 {
    order: 10;
  }

  .flex-order-gt-md-11 {
    order: 11;
  }

  .flex-order-gt-md-12 {
    order: 12;
  }

  .flex-order-gt-md-13 {
    order: 13;
  }

  .flex-order-gt-md-14 {
    order: 14;
  }

  .flex-order-gt-md-15 {
    order: 15;
  }

  .flex-order-gt-md-16 {
    order: 16;
  }

  .flex-order-gt-md-17 {
    order: 17;
  }

  .flex-order-gt-md-18 {
    order: 18;
  }

  .flex-order-gt-md-19 {
    order: 19;
  }

  .flex-order-gt-md-20 {
    order: 20;
  }

  .flex-offset-gt-md-0,
  .offset-gt-md-0 {
    margin-left: 0;
  }

  [dir=rtl] .flex-offset-gt-md-0,
  [dir=rtl] .offset-gt-md-0 {
    margin-left: auto;
    margin-left: initial;
    margin-right: 0;
  }

  .flex-offset-gt-md-5,
  .offset-gt-md-5 {
    margin-left: 5%;
  }

  [dir=rtl] .flex-offset-gt-md-5,
  [dir=rtl] .offset-gt-md-5 {
    margin-left: auto;
    margin-left: initial;
    margin-right: 5%;
  }

  .flex-offset-gt-md-10,
  .offset-gt-md-10 {
    margin-left: 10%;
  }

  [dir=rtl] .flex-offset-gt-md-10,
  [dir=rtl] .offset-gt-md-10 {
    margin-left: auto;
    margin-left: initial;
    margin-right: 10%;
  }

  .flex-offset-gt-md-15,
  .offset-gt-md-15 {
    margin-left: 15%;
  }

  [dir=rtl] .flex-offset-gt-md-15,
  [dir=rtl] .offset-gt-md-15 {
    margin-left: auto;
    margin-left: initial;
    margin-right: 15%;
  }

  .flex-offset-gt-md-20,
  .offset-gt-md-20 {
    margin-left: 20%;
  }

  [dir=rtl] .flex-offset-gt-md-20,
  [dir=rtl] .offset-gt-md-20 {
    margin-left: auto;
    margin-left: initial;
    margin-right: 20%;
  }

  .flex-offset-gt-md-25,
  .offset-gt-md-25 {
    margin-left: 25%;
  }

  [dir=rtl] .flex-offset-gt-md-25,
  [dir=rtl] .offset-gt-md-25 {
    margin-left: auto;
    margin-left: initial;
    margin-right: 25%;
  }

  .flex-offset-gt-md-30,
  .offset-gt-md-30 {
    margin-left: 30%;
  }

  [dir=rtl] .flex-offset-gt-md-30,
  [dir=rtl] .offset-gt-md-30 {
    margin-left: auto;
    margin-left: initial;
    margin-right: 30%;
  }

  .flex-offset-gt-md-35,
  .offset-gt-md-35 {
    margin-left: 35%;
  }

  [dir=rtl] .flex-offset-gt-md-35,
  [dir=rtl] .offset-gt-md-35 {
    margin-left: auto;
    margin-left: initial;
    margin-right: 35%;
  }

  .flex-offset-gt-md-40,
  .offset-gt-md-40 {
    margin-left: 40%;
  }

  [dir=rtl] .flex-offset-gt-md-40,
  [dir=rtl] .offset-gt-md-40 {
    margin-left: auto;
    margin-left: initial;
    margin-right: 40%;
  }

  .flex-offset-gt-md-45,
  .offset-gt-md-45 {
    margin-left: 45%;
  }

  [dir=rtl] .flex-offset-gt-md-45,
  [dir=rtl] .offset-gt-md-45 {
    margin-left: auto;
    margin-left: initial;
    margin-right: 45%;
  }

  .flex-offset-gt-md-50,
  .offset-gt-md-50 {
    margin-left: 50%;
  }

  [dir=rtl] .flex-offset-gt-md-50,
  [dir=rtl] .offset-gt-md-50 {
    margin-left: auto;
    margin-left: initial;
    margin-right: 50%;
  }

  .flex-offset-gt-md-55,
  .offset-gt-md-55 {
    margin-left: 55%;
  }

  [dir=rtl] .flex-offset-gt-md-55,
  [dir=rtl] .offset-gt-md-55 {
    margin-left: auto;
    margin-left: initial;
    margin-right: 55%;
  }

  .flex-offset-gt-md-60,
  .offset-gt-md-60 {
    margin-left: 60%;
  }

  [dir=rtl] .flex-offset-gt-md-60,
  [dir=rtl] .offset-gt-md-60 {
    margin-left: auto;
    margin-left: initial;
    margin-right: 60%;
  }

  .flex-offset-gt-md-65,
  .offset-gt-md-65 {
    margin-left: 65%;
  }

  [dir=rtl] .flex-offset-gt-md-65,
  [dir=rtl] .offset-gt-md-65 {
    margin-left: auto;
    margin-left: initial;
    margin-right: 65%;
  }

  .flex-offset-gt-md-70,
  .offset-gt-md-70 {
    margin-left: 70%;
  }

  [dir=rtl] .flex-offset-gt-md-70,
  [dir=rtl] .offset-gt-md-70 {
    margin-left: auto;
    margin-left: initial;
    margin-right: 70%;
  }

  .flex-offset-gt-md-75,
  .offset-gt-md-75 {
    margin-left: 75%;
  }

  [dir=rtl] .flex-offset-gt-md-75,
  [dir=rtl] .offset-gt-md-75 {
    margin-left: auto;
    margin-left: initial;
    margin-right: 75%;
  }

  .flex-offset-gt-md-80,
  .offset-gt-md-80 {
    margin-left: 80%;
  }

  [dir=rtl] .flex-offset-gt-md-80,
  [dir=rtl] .offset-gt-md-80 {
    margin-left: auto;
    margin-left: initial;
    margin-right: 80%;
  }

  .flex-offset-gt-md-85,
  .offset-gt-md-85 {
    margin-left: 85%;
  }

  [dir=rtl] .flex-offset-gt-md-85,
  [dir=rtl] .offset-gt-md-85 {
    margin-left: auto;
    margin-left: initial;
    margin-right: 85%;
  }

  .flex-offset-gt-md-90,
  .offset-gt-md-90 {
    margin-left: 90%;
  }

  [dir=rtl] .flex-offset-gt-md-90,
  [dir=rtl] .offset-gt-md-90 {
    margin-left: auto;
    margin-left: initial;
    margin-right: 90%;
  }

  .flex-offset-gt-md-95,
  .offset-gt-md-95 {
    margin-left: 95%;
  }

  [dir=rtl] .flex-offset-gt-md-95,
  [dir=rtl] .offset-gt-md-95 {
    margin-left: auto;
    margin-left: initial;
    margin-right: 95%;
  }

  .flex-offset-gt-md-33,
  .offset-gt-md-33 {
    margin-left: 33.3333333333%;
  }

  .flex-offset-gt-md-66,
  .offset-gt-md-66 {
    margin-left: 66.6666666667%;
  }

  [dir=rtl] .flex-offset-gt-md-66,
  [dir=rtl] .offset-gt-md-66 {
    margin-left: auto;
    margin-left: initial;
    margin-right: 66.6666666667%;
  }

  .layout-align-gt-md {
    justify-content: flex-start;
    align-content: stretch;
    align-items: stretch;
  }

  .layout-align-gt-md-start,
  .layout-align-gt-md-start-center,
  .layout-align-gt-md-start-end,
  .layout-align-gt-md-start-start,
  .layout-align-gt-md-start-stretch {
    justify-content: flex-start;
  }

  .layout-align-gt-md-center,
  .layout-align-gt-md-center-center,
  .layout-align-gt-md-center-end,
  .layout-align-gt-md-center-start,
  .layout-align-gt-md-center-stretch {
    justify-content: center;
  }

  .layout-align-gt-md-end,
  .layout-align-gt-md-end-center,
  .layout-align-gt-md-end-end,
  .layout-align-gt-md-end-start,
  .layout-align-gt-md-end-stretch {
    justify-content: flex-end;
  }

  .layout-align-gt-md-space-around,
  .layout-align-gt-md-space-around-center,
  .layout-align-gt-md-space-around-end,
  .layout-align-gt-md-space-around-start,
  .layout-align-gt-md-space-around-stretch {
    justify-content: space-around;
  }

  .layout-align-gt-md-space-between,
  .layout-align-gt-md-space-between-center,
  .layout-align-gt-md-space-between-end,
  .layout-align-gt-md-space-between-start,
  .layout-align-gt-md-space-between-stretch {
    justify-content: space-between;
  }

  .layout-align-gt-md-center-start,
  .layout-align-gt-md-end-start,
  .layout-align-gt-md-space-around-start,
  .layout-align-gt-md-space-between-start,
  .layout-align-gt-md-start-start {
    align-items: flex-start;
    align-content: flex-start;
  }

  .layout-align-gt-md-center-center,
  .layout-align-gt-md-end-center,
  .layout-align-gt-md-space-around-center,
  .layout-align-gt-md-space-between-center,
  .layout-align-gt-md-start-center {
    align-items: center;
    align-content: center;
    max-width: 100%;
  }

  .layout-align-gt-md-center-center > *,
  .layout-align-gt-md-end-center > *,
  .layout-align-gt-md-space-around-center > *,
  .layout-align-gt-md-space-between-center > *,
  .layout-align-gt-md-start-center > * {
    max-width: 100%;
    box-sizing: border-box;
  }

  .layout-align-gt-md-center-end,
  .layout-align-gt-md-end-end,
  .layout-align-gt-md-space-around-end,
  .layout-align-gt-md-space-between-end,
  .layout-align-gt-md-start-end {
    align-items: flex-end;
    align-content: flex-end;
  }

  .layout-align-gt-md-center-stretch,
  .layout-align-gt-md-end-stretch,
  .layout-align-gt-md-space-around-stretch,
  .layout-align-gt-md-space-between-stretch,
  .layout-align-gt-md-start-stretch {
    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 0;
    max-width: 0;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-gt-md-row > .flex-gt-md-0,
  .layout-row > .flex-gt-md-0 {
    flex: 1 1 0;
    max-width: 0;
    max-height: 100%;
    box-sizing: border-box;
    min-width: 0;
  }

  .layout-column > .flex-gt-md-0,
  .layout-gt-md-column > .flex-gt-md-0 {
    flex: 1 1 0;
    max-width: 100%;
    max-height: 0;
    box-sizing: border-box;
    min-height: 0;
  }

  .flex-gt-md-5,
  .layout-gt-md-row > .flex-gt-md-5,
  .layout-row > .flex-gt-md-5 {
    flex: 1 1 5%;
    max-width: 5%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-gt-md-5,
  .layout-gt-md-column > .flex-gt-md-5 {
    flex: 1 1 5%;
    max-width: 100%;
    max-height: 5%;
    box-sizing: border-box;
  }

  .flex-gt-md-10,
  .layout-gt-md-row > .flex-gt-md-10,
  .layout-row > .flex-gt-md-10 {
    flex: 1 1 10%;
    max-width: 10%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-gt-md-10,
  .layout-gt-md-column > .flex-gt-md-10 {
    flex: 1 1 10%;
    max-width: 100%;
    max-height: 10%;
    box-sizing: border-box;
  }

  .flex-gt-md-15,
  .layout-gt-md-row > .flex-gt-md-15,
  .layout-row > .flex-gt-md-15 {
    flex: 1 1 15%;
    max-width: 15%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-gt-md-15,
  .layout-gt-md-column > .flex-gt-md-15 {
    flex: 1 1 15%;
    max-width: 100%;
    max-height: 15%;
    box-sizing: border-box;
  }

  .flex-gt-md-20,
  .layout-gt-md-row > .flex-gt-md-20,
  .layout-row > .flex-gt-md-20 {
    flex: 1 1 20%;
    max-width: 20%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-gt-md-20,
  .layout-gt-md-column > .flex-gt-md-20 {
    flex: 1 1 20%;
    max-width: 100%;
    max-height: 20%;
    box-sizing: border-box;
  }

  .flex-gt-md-25,
  .layout-gt-md-row > .flex-gt-md-25,
  .layout-row > .flex-gt-md-25 {
    flex: 1 1 25%;
    max-width: 25%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-gt-md-25,
  .layout-gt-md-column > .flex-gt-md-25 {
    flex: 1 1 25%;
    max-width: 100%;
    max-height: 25%;
    box-sizing: border-box;
  }

  .flex-gt-md-30,
  .layout-gt-md-row > .flex-gt-md-30,
  .layout-row > .flex-gt-md-30 {
    flex: 1 1 30%;
    max-width: 30%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-gt-md-30,
  .layout-gt-md-column > .flex-gt-md-30 {
    flex: 1 1 30%;
    max-width: 100%;
    max-height: 30%;
    box-sizing: border-box;
  }

  .flex-gt-md-35,
  .layout-gt-md-row > .flex-gt-md-35,
  .layout-row > .flex-gt-md-35 {
    flex: 1 1 35%;
    max-width: 35%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-gt-md-35,
  .layout-gt-md-column > .flex-gt-md-35 {
    flex: 1 1 35%;
    max-width: 100%;
    max-height: 35%;
    box-sizing: border-box;
  }

  .flex-gt-md-40,
  .layout-gt-md-row > .flex-gt-md-40,
  .layout-row > .flex-gt-md-40 {
    flex: 1 1 40%;
    max-width: 40%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-gt-md-40,
  .layout-gt-md-column > .flex-gt-md-40 {
    flex: 1 1 40%;
    max-width: 100%;
    max-height: 40%;
    box-sizing: border-box;
  }

  .flex-gt-md-45,
  .layout-gt-md-row > .flex-gt-md-45,
  .layout-row > .flex-gt-md-45 {
    flex: 1 1 45%;
    max-width: 45%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-gt-md-45,
  .layout-gt-md-column > .flex-gt-md-45 {
    flex: 1 1 45%;
    max-width: 100%;
    max-height: 45%;
    box-sizing: border-box;
  }

  .flex-gt-md-50,
  .layout-gt-md-row > .flex-gt-md-50,
  .layout-row > .flex-gt-md-50 {
    flex: 1 1 50%;
    max-width: 50%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-gt-md-50,
  .layout-gt-md-column > .flex-gt-md-50 {
    flex: 1 1 50%;
    max-width: 100%;
    max-height: 50%;
    box-sizing: border-box;
  }

  .flex-gt-md-55,
  .layout-gt-md-row > .flex-gt-md-55,
  .layout-row > .flex-gt-md-55 {
    flex: 1 1 55%;
    max-width: 55%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-gt-md-55,
  .layout-gt-md-column > .flex-gt-md-55 {
    flex: 1 1 55%;
    max-width: 100%;
    max-height: 55%;
    box-sizing: border-box;
  }

  .flex-gt-md-60,
  .layout-gt-md-row > .flex-gt-md-60,
  .layout-row > .flex-gt-md-60 {
    flex: 1 1 60%;
    max-width: 60%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-gt-md-60,
  .layout-gt-md-column > .flex-gt-md-60 {
    flex: 1 1 60%;
    max-width: 100%;
    max-height: 60%;
    box-sizing: border-box;
  }

  .flex-gt-md-65,
  .layout-gt-md-row > .flex-gt-md-65,
  .layout-row > .flex-gt-md-65 {
    flex: 1 1 65%;
    max-width: 65%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-gt-md-65,
  .layout-gt-md-column > .flex-gt-md-65 {
    flex: 1 1 65%;
    max-width: 100%;
    max-height: 65%;
    box-sizing: border-box;
  }

  .flex-gt-md-70,
  .layout-gt-md-row > .flex-gt-md-70,
  .layout-row > .flex-gt-md-70 {
    flex: 1 1 70%;
    max-width: 70%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-gt-md-70,
  .layout-gt-md-column > .flex-gt-md-70 {
    flex: 1 1 70%;
    max-width: 100%;
    max-height: 70%;
    box-sizing: border-box;
  }

  .flex-gt-md-75,
  .layout-gt-md-row > .flex-gt-md-75,
  .layout-row > .flex-gt-md-75 {
    flex: 1 1 75%;
    max-width: 75%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-gt-md-75,
  .layout-gt-md-column > .flex-gt-md-75 {
    flex: 1 1 75%;
    max-width: 100%;
    max-height: 75%;
    box-sizing: border-box;
  }

  .flex-gt-md-80,
  .layout-gt-md-row > .flex-gt-md-80,
  .layout-row > .flex-gt-md-80 {
    flex: 1 1 80%;
    max-width: 80%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-gt-md-80,
  .layout-gt-md-column > .flex-gt-md-80 {
    flex: 1 1 80%;
    max-width: 100%;
    max-height: 80%;
    box-sizing: border-box;
  }

  .flex-gt-md-85,
  .layout-gt-md-row > .flex-gt-md-85,
  .layout-row > .flex-gt-md-85 {
    flex: 1 1 85%;
    max-width: 85%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-gt-md-85,
  .layout-gt-md-column > .flex-gt-md-85 {
    flex: 1 1 85%;
    max-width: 100%;
    max-height: 85%;
    box-sizing: border-box;
  }

  .flex-gt-md-90,
  .layout-gt-md-row > .flex-gt-md-90,
  .layout-row > .flex-gt-md-90 {
    flex: 1 1 90%;
    max-width: 90%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-gt-md-90,
  .layout-gt-md-column > .flex-gt-md-90 {
    flex: 1 1 90%;
    max-width: 100%;
    max-height: 90%;
    box-sizing: border-box;
  }

  .flex-gt-md-95,
  .layout-gt-md-row > .flex-gt-md-95,
  .layout-row > .flex-gt-md-95 {
    flex: 1 1 95%;
    max-width: 95%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-gt-md-95,
  .layout-gt-md-column > .flex-gt-md-95 {
    flex: 1 1 95%;
    max-width: 100%;
    max-height: 95%;
    box-sizing: border-box;
  }

  .flex-gt-md-100,
  .layout-column > .flex-gt-md-100,
  .layout-gt-md-column > .flex-gt-md-100,
  .layout-gt-md-row > .flex-gt-md-100,
  .layout-row > .flex-gt-md-100 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-gt-md-row > .flex-gt-md-33,
  .layout-row > .flex-gt-md-33 {
    flex: 1 1 33.33%;
    max-width: 33.33%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-gt-md-row > .flex-gt-md-66,
  .layout-row > .flex-gt-md-66 {
    flex: 1 1 66.66%;
    max-width: 66.66%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-gt-md-row > .flex,
  .layout-row > .flex {
    min-width: 0;
  }

  .layout-column > .flex-gt-md-33,
  .layout-gt-md-column > .flex-gt-md-33 {
    flex: 1 1 33.33%;
    max-width: 100%;
    max-height: 33.33%;
    box-sizing: border-box;
  }

  .layout-column > .flex-gt-md-66,
  .layout-gt-md-column > .flex-gt-md-66 {
    flex: 1 1 66.66%;
    max-width: 100%;
    max-height: 66.66%;
    box-sizing: border-box;
  }

  .layout-column > .flex,
  .layout-gt-md-column > .flex {
    min-height: 0;
  }

  .layout-gt-md,
  .layout-gt-md-column,
  .layout-gt-md-row {
    box-sizing: border-box;
    display: flex;
  }

  .layout-gt-md-column {
    flex-direction: column;
  }

  .layout-gt-md-row {
    flex-direction: row;
  }
}

@media (min-width: 1280px) and (max-width: 1919px) {
  .hide-gt-md:not(.show-gt-xs):not(.show-gt-sm):not(.show-gt-md):not(.show-lg):not(.show),
  .hide-gt-sm:not(.show-gt-xs):not(.show-gt-sm):not(.show-gt-md):not(.show-lg):not(.show),
  .hide-gt-xs:not(.show-gt-xs):not(.show-gt-sm):not(.show-gt-md):not(.show-lg):not(.show),
  .hide-lg:not(.show-lg):not(.show-gt-md):not(.show-gt-sm):not(.show-gt-xs):not(.show),
  .hide:not(.show-gt-xs):not(.show-gt-sm):not(.show-gt-md):not(.show-lg):not(.show) {
    display: none;
  }

  .flex-order-lg--20 {
    order: -20;
  }

  .flex-order-lg--19 {
    order: -19;
  }

  .flex-order-lg--18 {
    order: -18;
  }

  .flex-order-lg--17 {
    order: -17;
  }

  .flex-order-lg--16 {
    order: -16;
  }

  .flex-order-lg--15 {
    order: -15;
  }

  .flex-order-lg--14 {
    order: -14;
  }

  .flex-order-lg--13 {
    order: -13;
  }

  .flex-order-lg--12 {
    order: -12;
  }

  .flex-order-lg--11 {
    order: -11;
  }

  .flex-order-lg--10 {
    order: -10;
  }

  .flex-order-lg--9 {
    order: -9;
  }

  .flex-order-lg--8 {
    order: -8;
  }

  .flex-order-lg--7 {
    order: -7;
  }

  .flex-order-lg--6 {
    order: -6;
  }

  .flex-order-lg--5 {
    order: -5;
  }

  .flex-order-lg--4 {
    order: -4;
  }

  .flex-order-lg--3 {
    order: -3;
  }

  .flex-order-lg--2 {
    order: -2;
  }

  .flex-order-lg--1 {
    order: -1;
  }

  .flex-order-lg-0 {
    order: 0;
  }

  .flex-order-lg-1 {
    order: 1;
  }

  .flex-order-lg-2 {
    order: 2;
  }

  .flex-order-lg-3 {
    order: 3;
  }

  .flex-order-lg-4 {
    order: 4;
  }

  .flex-order-lg-5 {
    order: 5;
  }

  .flex-order-lg-6 {
    order: 6;
  }

  .flex-order-lg-7 {
    order: 7;
  }

  .flex-order-lg-8 {
    order: 8;
  }

  .flex-order-lg-9 {
    order: 9;
  }

  .flex-order-lg-10 {
    order: 10;
  }

  .flex-order-lg-11 {
    order: 11;
  }

  .flex-order-lg-12 {
    order: 12;
  }

  .flex-order-lg-13 {
    order: 13;
  }

  .flex-order-lg-14 {
    order: 14;
  }

  .flex-order-lg-15 {
    order: 15;
  }

  .flex-order-lg-16 {
    order: 16;
  }

  .flex-order-lg-17 {
    order: 17;
  }

  .flex-order-lg-18 {
    order: 18;
  }

  .flex-order-lg-19 {
    order: 19;
  }

  .flex-order-lg-20 {
    order: 20;
  }

  .flex-offset-lg-0,
  .offset-lg-0 {
    margin-left: 0;
  }

  [dir=rtl] .flex-offset-lg-0,
  [dir=rtl] .offset-lg-0 {
    margin-left: auto;
    margin-left: initial;
    margin-right: 0;
  }

  .flex-offset-lg-5,
  .offset-lg-5 {
    margin-left: 5%;
  }

  [dir=rtl] .flex-offset-lg-5,
  [dir=rtl] .offset-lg-5 {
    margin-left: auto;
    margin-left: initial;
    margin-right: 5%;
  }

  .flex-offset-lg-10,
  .offset-lg-10 {
    margin-left: 10%;
  }

  [dir=rtl] .flex-offset-lg-10,
  [dir=rtl] .offset-lg-10 {
    margin-left: auto;
    margin-left: initial;
    margin-right: 10%;
  }

  .flex-offset-lg-15,
  .offset-lg-15 {
    margin-left: 15%;
  }

  [dir=rtl] .flex-offset-lg-15,
  [dir=rtl] .offset-lg-15 {
    margin-left: auto;
    margin-left: initial;
    margin-right: 15%;
  }

  .flex-offset-lg-20,
  .offset-lg-20 {
    margin-left: 20%;
  }

  [dir=rtl] .flex-offset-lg-20,
  [dir=rtl] .offset-lg-20 {
    margin-left: auto;
    margin-left: initial;
    margin-right: 20%;
  }

  .flex-offset-lg-25,
  .offset-lg-25 {
    margin-left: 25%;
  }

  [dir=rtl] .flex-offset-lg-25,
  [dir=rtl] .offset-lg-25 {
    margin-left: auto;
    margin-left: initial;
    margin-right: 25%;
  }

  .flex-offset-lg-30,
  .offset-lg-30 {
    margin-left: 30%;
  }

  [dir=rtl] .flex-offset-lg-30,
  [dir=rtl] .offset-lg-30 {
    margin-left: auto;
    margin-left: initial;
    margin-right: 30%;
  }

  .flex-offset-lg-35,
  .offset-lg-35 {
    margin-left: 35%;
  }

  [dir=rtl] .flex-offset-lg-35,
  [dir=rtl] .offset-lg-35 {
    margin-left: auto;
    margin-left: initial;
    margin-right: 35%;
  }

  .flex-offset-lg-40,
  .offset-lg-40 {
    margin-left: 40%;
  }

  [dir=rtl] .flex-offset-lg-40,
  [dir=rtl] .offset-lg-40 {
    margin-left: auto;
    margin-left: initial;
    margin-right: 40%;
  }

  .flex-offset-lg-45,
  .offset-lg-45 {
    margin-left: 45%;
  }

  [dir=rtl] .flex-offset-lg-45,
  [dir=rtl] .offset-lg-45 {
    margin-left: auto;
    margin-left: initial;
    margin-right: 45%;
  }

  .flex-offset-lg-50,
  .offset-lg-50 {
    margin-left: 50%;
  }

  [dir=rtl] .flex-offset-lg-50,
  [dir=rtl] .offset-lg-50 {
    margin-left: auto;
    margin-left: initial;
    margin-right: 50%;
  }

  .flex-offset-lg-55,
  .offset-lg-55 {
    margin-left: 55%;
  }

  [dir=rtl] .flex-offset-lg-55,
  [dir=rtl] .offset-lg-55 {
    margin-left: auto;
    margin-left: initial;
    margin-right: 55%;
  }

  .flex-offset-lg-60,
  .offset-lg-60 {
    margin-left: 60%;
  }

  [dir=rtl] .flex-offset-lg-60,
  [dir=rtl] .offset-lg-60 {
    margin-left: auto;
    margin-left: initial;
    margin-right: 60%;
  }

  .flex-offset-lg-65,
  .offset-lg-65 {
    margin-left: 65%;
  }

  [dir=rtl] .flex-offset-lg-65,
  [dir=rtl] .offset-lg-65 {
    margin-left: auto;
    margin-left: initial;
    margin-right: 65%;
  }

  .flex-offset-lg-70,
  .offset-lg-70 {
    margin-left: 70%;
  }

  [dir=rtl] .flex-offset-lg-70,
  [dir=rtl] .offset-lg-70 {
    margin-left: auto;
    margin-left: initial;
    margin-right: 70%;
  }

  .flex-offset-lg-75,
  .offset-lg-75 {
    margin-left: 75%;
  }

  [dir=rtl] .flex-offset-lg-75,
  [dir=rtl] .offset-lg-75 {
    margin-left: auto;
    margin-left: initial;
    margin-right: 75%;
  }

  .flex-offset-lg-80,
  .offset-lg-80 {
    margin-left: 80%;
  }

  [dir=rtl] .flex-offset-lg-80,
  [dir=rtl] .offset-lg-80 {
    margin-left: auto;
    margin-left: initial;
    margin-right: 80%;
  }

  .flex-offset-lg-85,
  .offset-lg-85 {
    margin-left: 85%;
  }

  [dir=rtl] .flex-offset-lg-85,
  [dir=rtl] .offset-lg-85 {
    margin-left: auto;
    margin-left: initial;
    margin-right: 85%;
  }

  .flex-offset-lg-90,
  .offset-lg-90 {
    margin-left: 90%;
  }

  [dir=rtl] .flex-offset-lg-90,
  [dir=rtl] .offset-lg-90 {
    margin-left: auto;
    margin-left: initial;
    margin-right: 90%;
  }

  .flex-offset-lg-95,
  .offset-lg-95 {
    margin-left: 95%;
  }

  [dir=rtl] .flex-offset-lg-95,
  [dir=rtl] .offset-lg-95 {
    margin-left: auto;
    margin-left: initial;
    margin-right: 95%;
  }

  .flex-offset-lg-33,
  .offset-lg-33 {
    margin-left: 33.3333333333%;
  }

  .flex-offset-lg-66,
  .offset-lg-66 {
    margin-left: 66.6666666667%;
  }

  [dir=rtl] .flex-offset-lg-66,
  [dir=rtl] .offset-lg-66 {
    margin-left: auto;
    margin-left: initial;
    margin-right: 66.6666666667%;
  }

  .layout-align-lg {
    justify-content: flex-start;
    align-content: stretch;
    align-items: stretch;
  }

  .layout-align-lg-start,
  .layout-align-lg-start-center,
  .layout-align-lg-start-end,
  .layout-align-lg-start-start,
  .layout-align-lg-start-stretch {
    justify-content: flex-start;
  }

  .layout-align-lg-center,
  .layout-align-lg-center-center,
  .layout-align-lg-center-end,
  .layout-align-lg-center-start,
  .layout-align-lg-center-stretch {
    justify-content: center;
  }

  .layout-align-lg-end,
  .layout-align-lg-end-center,
  .layout-align-lg-end-end,
  .layout-align-lg-end-start,
  .layout-align-lg-end-stretch {
    justify-content: flex-end;
  }

  .layout-align-lg-space-around,
  .layout-align-lg-space-around-center,
  .layout-align-lg-space-around-end,
  .layout-align-lg-space-around-start,
  .layout-align-lg-space-around-stretch {
    justify-content: space-around;
  }

  .layout-align-lg-space-between,
  .layout-align-lg-space-between-center,
  .layout-align-lg-space-between-end,
  .layout-align-lg-space-between-start,
  .layout-align-lg-space-between-stretch {
    justify-content: space-between;
  }

  .layout-align-lg-center-start,
  .layout-align-lg-end-start,
  .layout-align-lg-space-around-start,
  .layout-align-lg-space-between-start,
  .layout-align-lg-start-start {
    align-items: flex-start;
    align-content: flex-start;
  }

  .layout-align-lg-center-center,
  .layout-align-lg-end-center,
  .layout-align-lg-space-around-center,
  .layout-align-lg-space-between-center,
  .layout-align-lg-start-center {
    align-items: center;
    align-content: center;
    max-width: 100%;
  }

  .layout-align-lg-center-center > *,
  .layout-align-lg-end-center > *,
  .layout-align-lg-space-around-center > *,
  .layout-align-lg-space-between-center > *,
  .layout-align-lg-start-center > * {
    max-width: 100%;
    box-sizing: border-box;
  }

  .layout-align-lg-center-end,
  .layout-align-lg-end-end,
  .layout-align-lg-space-around-end,
  .layout-align-lg-space-between-end,
  .layout-align-lg-start-end {
    align-items: flex-end;
    align-content: flex-end;
  }

  .layout-align-lg-center-stretch,
  .layout-align-lg-end-stretch,
  .layout-align-lg-space-around-stretch,
  .layout-align-lg-space-between-stretch,
  .layout-align-lg-start-stretch {
    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 0;
    max-width: 0;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-lg-row > .flex-lg-0,
  .layout-row > .flex-lg-0 {
    flex: 1 1 0;
    max-width: 0;
    max-height: 100%;
    box-sizing: border-box;
    min-width: 0;
  }

  .layout-column > .flex-lg-0,
  .layout-lg-column > .flex-lg-0 {
    flex: 1 1 0;
    max-width: 100%;
    max-height: 0;
    box-sizing: border-box;
    min-height: 0;
  }

  .flex-lg-5,
  .layout-lg-row > .flex-lg-5,
  .layout-row > .flex-lg-5 {
    flex: 1 1 5%;
    max-width: 5%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-lg-5,
  .layout-lg-column > .flex-lg-5 {
    flex: 1 1 5%;
    max-width: 100%;
    max-height: 5%;
    box-sizing: border-box;
  }

  .flex-lg-10,
  .layout-lg-row > .flex-lg-10,
  .layout-row > .flex-lg-10 {
    flex: 1 1 10%;
    max-width: 10%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-lg-10,
  .layout-lg-column > .flex-lg-10 {
    flex: 1 1 10%;
    max-width: 100%;
    max-height: 10%;
    box-sizing: border-box;
  }

  .flex-lg-15,
  .layout-lg-row > .flex-lg-15,
  .layout-row > .flex-lg-15 {
    flex: 1 1 15%;
    max-width: 15%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-lg-15,
  .layout-lg-column > .flex-lg-15 {
    flex: 1 1 15%;
    max-width: 100%;
    max-height: 15%;
    box-sizing: border-box;
  }

  .flex-lg-20,
  .layout-lg-row > .flex-lg-20,
  .layout-row > .flex-lg-20 {
    flex: 1 1 20%;
    max-width: 20%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-lg-20,
  .layout-lg-column > .flex-lg-20 {
    flex: 1 1 20%;
    max-width: 100%;
    max-height: 20%;
    box-sizing: border-box;
  }

  .flex-lg-25,
  .layout-lg-row > .flex-lg-25,
  .layout-row > .flex-lg-25 {
    flex: 1 1 25%;
    max-width: 25%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-lg-25,
  .layout-lg-column > .flex-lg-25 {
    flex: 1 1 25%;
    max-width: 100%;
    max-height: 25%;
    box-sizing: border-box;
  }

  .flex-lg-30,
  .layout-lg-row > .flex-lg-30,
  .layout-row > .flex-lg-30 {
    flex: 1 1 30%;
    max-width: 30%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-lg-30,
  .layout-lg-column > .flex-lg-30 {
    flex: 1 1 30%;
    max-width: 100%;
    max-height: 30%;
    box-sizing: border-box;
  }

  .flex-lg-35,
  .layout-lg-row > .flex-lg-35,
  .layout-row > .flex-lg-35 {
    flex: 1 1 35%;
    max-width: 35%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-lg-35,
  .layout-lg-column > .flex-lg-35 {
    flex: 1 1 35%;
    max-width: 100%;
    max-height: 35%;
    box-sizing: border-box;
  }

  .flex-lg-40,
  .layout-lg-row > .flex-lg-40,
  .layout-row > .flex-lg-40 {
    flex: 1 1 40%;
    max-width: 40%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-lg-40,
  .layout-lg-column > .flex-lg-40 {
    flex: 1 1 40%;
    max-width: 100%;
    max-height: 40%;
    box-sizing: border-box;
  }

  .flex-lg-45,
  .layout-lg-row > .flex-lg-45,
  .layout-row > .flex-lg-45 {
    flex: 1 1 45%;
    max-width: 45%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-lg-45,
  .layout-lg-column > .flex-lg-45 {
    flex: 1 1 45%;
    max-width: 100%;
    max-height: 45%;
    box-sizing: border-box;
  }

  .flex-lg-50,
  .layout-lg-row > .flex-lg-50,
  .layout-row > .flex-lg-50 {
    flex: 1 1 50%;
    max-width: 50%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-lg-50,
  .layout-lg-column > .flex-lg-50 {
    flex: 1 1 50%;
    max-width: 100%;
    max-height: 50%;
    box-sizing: border-box;
  }

  .flex-lg-55,
  .layout-lg-row > .flex-lg-55,
  .layout-row > .flex-lg-55 {
    flex: 1 1 55%;
    max-width: 55%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-lg-55,
  .layout-lg-column > .flex-lg-55 {
    flex: 1 1 55%;
    max-width: 100%;
    max-height: 55%;
    box-sizing: border-box;
  }

  .flex-lg-60,
  .layout-lg-row > .flex-lg-60,
  .layout-row > .flex-lg-60 {
    flex: 1 1 60%;
    max-width: 60%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-lg-60,
  .layout-lg-column > .flex-lg-60 {
    flex: 1 1 60%;
    max-width: 100%;
    max-height: 60%;
    box-sizing: border-box;
  }

  .flex-lg-65,
  .layout-lg-row > .flex-lg-65,
  .layout-row > .flex-lg-65 {
    flex: 1 1 65%;
    max-width: 65%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-lg-65,
  .layout-lg-column > .flex-lg-65 {
    flex: 1 1 65%;
    max-width: 100%;
    max-height: 65%;
    box-sizing: border-box;
  }

  .flex-lg-70,
  .layout-lg-row > .flex-lg-70,
  .layout-row > .flex-lg-70 {
    flex: 1 1 70%;
    max-width: 70%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-lg-70,
  .layout-lg-column > .flex-lg-70 {
    flex: 1 1 70%;
    max-width: 100%;
    max-height: 70%;
    box-sizing: border-box;
  }

  .flex-lg-75,
  .layout-lg-row > .flex-lg-75,
  .layout-row > .flex-lg-75 {
    flex: 1 1 75%;
    max-width: 75%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-lg-75,
  .layout-lg-column > .flex-lg-75 {
    flex: 1 1 75%;
    max-width: 100%;
    max-height: 75%;
    box-sizing: border-box;
  }

  .flex-lg-80,
  .layout-lg-row > .flex-lg-80,
  .layout-row > .flex-lg-80 {
    flex: 1 1 80%;
    max-width: 80%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-lg-80,
  .layout-lg-column > .flex-lg-80 {
    flex: 1 1 80%;
    max-width: 100%;
    max-height: 80%;
    box-sizing: border-box;
  }

  .flex-lg-85,
  .layout-lg-row > .flex-lg-85,
  .layout-row > .flex-lg-85 {
    flex: 1 1 85%;
    max-width: 85%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-lg-85,
  .layout-lg-column > .flex-lg-85 {
    flex: 1 1 85%;
    max-width: 100%;
    max-height: 85%;
    box-sizing: border-box;
  }

  .flex-lg-90,
  .layout-lg-row > .flex-lg-90,
  .layout-row > .flex-lg-90 {
    flex: 1 1 90%;
    max-width: 90%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-lg-90,
  .layout-lg-column > .flex-lg-90 {
    flex: 1 1 90%;
    max-width: 100%;
    max-height: 90%;
    box-sizing: border-box;
  }

  .flex-lg-95,
  .layout-lg-row > .flex-lg-95,
  .layout-row > .flex-lg-95 {
    flex: 1 1 95%;
    max-width: 95%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-lg-95,
  .layout-lg-column > .flex-lg-95 {
    flex: 1 1 95%;
    max-width: 100%;
    max-height: 95%;
    box-sizing: border-box;
  }

  .flex-lg-100,
  .layout-column > .flex-lg-100,
  .layout-lg-column > .flex-lg-100,
  .layout-lg-row > .flex-lg-100,
  .layout-row > .flex-lg-100 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-lg-row > .flex-lg-33,
  .layout-row > .flex-lg-33 {
    flex: 1 1 33.33%;
    max-width: 33.33%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-lg-row > .flex-lg-66,
  .layout-row > .flex-lg-66 {
    flex: 1 1 66.66%;
    max-width: 66.66%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-lg-row > .flex,
  .layout-row > .flex {
    min-width: 0;
  }

  .layout-column > .flex-lg-33,
  .layout-lg-column > .flex-lg-33 {
    flex: 1 1 33.33%;
    max-width: 100%;
    max-height: 33.33%;
    box-sizing: border-box;
  }

  .layout-column > .flex-lg-66,
  .layout-lg-column > .flex-lg-66 {
    flex: 1 1 66.66%;
    max-width: 100%;
    max-height: 66.66%;
    box-sizing: border-box;
  }

  .layout-column > .flex,
  .layout-lg-column > .flex {
    min-height: 0;
  }

  .layout-lg,
  .layout-lg-column,
  .layout-lg-row {
    box-sizing: border-box;
    display: flex;
  }

  .layout-lg-column {
    flex-direction: column;
  }

  .layout-lg-row {
    flex-direction: row;
  }
}

@media (min-width: 1920px) {
  .flex-order-gt-lg--20 {
    order: -20;
  }

  .flex-order-gt-lg--19 {
    order: -19;
  }

  .flex-order-gt-lg--18 {
    order: -18;
  }

  .flex-order-gt-lg--17 {
    order: -17;
  }

  .flex-order-gt-lg--16 {
    order: -16;
  }

  .flex-order-gt-lg--15 {
    order: -15;
  }

  .flex-order-gt-lg--14 {
    order: -14;
  }

  .flex-order-gt-lg--13 {
    order: -13;
  }

  .flex-order-gt-lg--12 {
    order: -12;
  }

  .flex-order-gt-lg--11 {
    order: -11;
  }

  .flex-order-gt-lg--10 {
    order: -10;
  }

  .flex-order-gt-lg--9 {
    order: -9;
  }

  .flex-order-gt-lg--8 {
    order: -8;
  }

  .flex-order-gt-lg--7 {
    order: -7;
  }

  .flex-order-gt-lg--6 {
    order: -6;
  }

  .flex-order-gt-lg--5 {
    order: -5;
  }

  .flex-order-gt-lg--4 {
    order: -4;
  }

  .flex-order-gt-lg--3 {
    order: -3;
  }

  .flex-order-gt-lg--2 {
    order: -2;
  }

  .flex-order-gt-lg--1 {
    order: -1;
  }

  .flex-order-gt-lg-0 {
    order: 0;
  }

  .flex-order-gt-lg-1 {
    order: 1;
  }

  .flex-order-gt-lg-2 {
    order: 2;
  }

  .flex-order-gt-lg-3 {
    order: 3;
  }

  .flex-order-gt-lg-4 {
    order: 4;
  }

  .flex-order-gt-lg-5 {
    order: 5;
  }

  .flex-order-gt-lg-6 {
    order: 6;
  }

  .flex-order-gt-lg-7 {
    order: 7;
  }

  .flex-order-gt-lg-8 {
    order: 8;
  }

  .flex-order-gt-lg-9 {
    order: 9;
  }

  .flex-order-gt-lg-10 {
    order: 10;
  }

  .flex-order-gt-lg-11 {
    order: 11;
  }

  .flex-order-gt-lg-12 {
    order: 12;
  }

  .flex-order-gt-lg-13 {
    order: 13;
  }

  .flex-order-gt-lg-14 {
    order: 14;
  }

  .flex-order-gt-lg-15 {
    order: 15;
  }

  .flex-order-gt-lg-16 {
    order: 16;
  }

  .flex-order-gt-lg-17 {
    order: 17;
  }

  .flex-order-gt-lg-18 {
    order: 18;
  }

  .flex-order-gt-lg-19 {
    order: 19;
  }

  .flex-order-gt-lg-20 {
    order: 20;
  }

  .flex-offset-gt-lg-0,
  .offset-gt-lg-0 {
    margin-left: 0;
  }

  [dir=rtl] .flex-offset-gt-lg-0,
  [dir=rtl] .offset-gt-lg-0 {
    margin-left: auto;
    margin-left: initial;
    margin-right: 0;
  }

  .flex-offset-gt-lg-5,
  .offset-gt-lg-5 {
    margin-left: 5%;
  }

  [dir=rtl] .flex-offset-gt-lg-5,
  [dir=rtl] .offset-gt-lg-5 {
    margin-left: auto;
    margin-left: initial;
    margin-right: 5%;
  }

  .flex-offset-gt-lg-10,
  .offset-gt-lg-10 {
    margin-left: 10%;
  }

  [dir=rtl] .flex-offset-gt-lg-10,
  [dir=rtl] .offset-gt-lg-10 {
    margin-left: auto;
    margin-left: initial;
    margin-right: 10%;
  }

  .flex-offset-gt-lg-15,
  .offset-gt-lg-15 {
    margin-left: 15%;
  }

  [dir=rtl] .flex-offset-gt-lg-15,
  [dir=rtl] .offset-gt-lg-15 {
    margin-left: auto;
    margin-left: initial;
    margin-right: 15%;
  }

  .flex-offset-gt-lg-20,
  .offset-gt-lg-20 {
    margin-left: 20%;
  }

  [dir=rtl] .flex-offset-gt-lg-20,
  [dir=rtl] .offset-gt-lg-20 {
    margin-left: auto;
    margin-left: initial;
    margin-right: 20%;
  }

  .flex-offset-gt-lg-25,
  .offset-gt-lg-25 {
    margin-left: 25%;
  }

  [dir=rtl] .flex-offset-gt-lg-25,
  [dir=rtl] .offset-gt-lg-25 {
    margin-left: auto;
    margin-left: initial;
    margin-right: 25%;
  }

  .flex-offset-gt-lg-30,
  .offset-gt-lg-30 {
    margin-left: 30%;
  }

  [dir=rtl] .flex-offset-gt-lg-30,
  [dir=rtl] .offset-gt-lg-30 {
    margin-left: auto;
    margin-left: initial;
    margin-right: 30%;
  }

  .flex-offset-gt-lg-35,
  .offset-gt-lg-35 {
    margin-left: 35%;
  }

  [dir=rtl] .flex-offset-gt-lg-35,
  [dir=rtl] .offset-gt-lg-35 {
    margin-left: auto;
    margin-left: initial;
    margin-right: 35%;
  }

  .flex-offset-gt-lg-40,
  .offset-gt-lg-40 {
    margin-left: 40%;
  }

  [dir=rtl] .flex-offset-gt-lg-40,
  [dir=rtl] .offset-gt-lg-40 {
    margin-left: auto;
    margin-left: initial;
    margin-right: 40%;
  }

  .flex-offset-gt-lg-45,
  .offset-gt-lg-45 {
    margin-left: 45%;
  }

  [dir=rtl] .flex-offset-gt-lg-45,
  [dir=rtl] .offset-gt-lg-45 {
    margin-left: auto;
    margin-left: initial;
    margin-right: 45%;
  }

  .flex-offset-gt-lg-50,
  .offset-gt-lg-50 {
    margin-left: 50%;
  }

  [dir=rtl] .flex-offset-gt-lg-50,
  [dir=rtl] .offset-gt-lg-50 {
    margin-left: auto;
    margin-left: initial;
    margin-right: 50%;
  }

  .flex-offset-gt-lg-55,
  .offset-gt-lg-55 {
    margin-left: 55%;
  }

  [dir=rtl] .flex-offset-gt-lg-55,
  [dir=rtl] .offset-gt-lg-55 {
    margin-left: auto;
    margin-left: initial;
    margin-right: 55%;
  }

  .flex-offset-gt-lg-60,
  .offset-gt-lg-60 {
    margin-left: 60%;
  }

  [dir=rtl] .flex-offset-gt-lg-60,
  [dir=rtl] .offset-gt-lg-60 {
    margin-left: auto;
    margin-left: initial;
    margin-right: 60%;
  }

  .flex-offset-gt-lg-65,
  .offset-gt-lg-65 {
    margin-left: 65%;
  }

  [dir=rtl] .flex-offset-gt-lg-65,
  [dir=rtl] .offset-gt-lg-65 {
    margin-left: auto;
    margin-left: initial;
    margin-right: 65%;
  }

  .flex-offset-gt-lg-70,
  .offset-gt-lg-70 {
    margin-left: 70%;
  }

  [dir=rtl] .flex-offset-gt-lg-70,
  [dir=rtl] .offset-gt-lg-70 {
    margin-left: auto;
    margin-left: initial;
    margin-right: 70%;
  }

  .flex-offset-gt-lg-75,
  .offset-gt-lg-75 {
    margin-left: 75%;
  }

  [dir=rtl] .flex-offset-gt-lg-75,
  [dir=rtl] .offset-gt-lg-75 {
    margin-left: auto;
    margin-left: initial;
    margin-right: 75%;
  }

  .flex-offset-gt-lg-80,
  .offset-gt-lg-80 {
    margin-left: 80%;
  }

  [dir=rtl] .flex-offset-gt-lg-80,
  [dir=rtl] .offset-gt-lg-80 {
    margin-left: auto;
    margin-left: initial;
    margin-right: 80%;
  }

  .flex-offset-gt-lg-85,
  .offset-gt-lg-85 {
    margin-left: 85%;
  }

  [dir=rtl] .flex-offset-gt-lg-85,
  [dir=rtl] .offset-gt-lg-85 {
    margin-left: auto;
    margin-left: initial;
    margin-right: 85%;
  }

  .flex-offset-gt-lg-90,
  .offset-gt-lg-90 {
    margin-left: 90%;
  }

  [dir=rtl] .flex-offset-gt-lg-90,
  [dir=rtl] .offset-gt-lg-90 {
    margin-left: auto;
    margin-left: initial;
    margin-right: 90%;
  }

  .flex-offset-gt-lg-95,
  .offset-gt-lg-95 {
    margin-left: 95%;
  }

  [dir=rtl] .flex-offset-gt-lg-95,
  [dir=rtl] .offset-gt-lg-95 {
    margin-left: auto;
    margin-left: initial;
    margin-right: 95%;
  }

  .flex-offset-gt-lg-33,
  .offset-gt-lg-33 {
    margin-left: 33.3333333333%;
  }

  .flex-offset-gt-lg-66,
  .offset-gt-lg-66 {
    margin-left: 66.6666666667%;
  }

  [dir=rtl] .flex-offset-gt-lg-66,
  [dir=rtl] .offset-gt-lg-66 {
    margin-left: auto;
    margin-left: initial;
    margin-right: 66.6666666667%;
  }

  .layout-align-gt-lg {
    justify-content: flex-start;
    align-content: stretch;
    align-items: stretch;
  }

  .layout-align-gt-lg-start,
  .layout-align-gt-lg-start-center,
  .layout-align-gt-lg-start-end,
  .layout-align-gt-lg-start-start,
  .layout-align-gt-lg-start-stretch {
    justify-content: flex-start;
  }

  .layout-align-gt-lg-center,
  .layout-align-gt-lg-center-center,
  .layout-align-gt-lg-center-end,
  .layout-align-gt-lg-center-start,
  .layout-align-gt-lg-center-stretch {
    justify-content: center;
  }

  .layout-align-gt-lg-end,
  .layout-align-gt-lg-end-center,
  .layout-align-gt-lg-end-end,
  .layout-align-gt-lg-end-start,
  .layout-align-gt-lg-end-stretch {
    justify-content: flex-end;
  }

  .layout-align-gt-lg-space-around,
  .layout-align-gt-lg-space-around-center,
  .layout-align-gt-lg-space-around-end,
  .layout-align-gt-lg-space-around-start,
  .layout-align-gt-lg-space-around-stretch {
    justify-content: space-around;
  }

  .layout-align-gt-lg-space-between,
  .layout-align-gt-lg-space-between-center,
  .layout-align-gt-lg-space-between-end,
  .layout-align-gt-lg-space-between-start,
  .layout-align-gt-lg-space-between-stretch {
    justify-content: space-between;
  }

  .layout-align-gt-lg-center-start,
  .layout-align-gt-lg-end-start,
  .layout-align-gt-lg-space-around-start,
  .layout-align-gt-lg-space-between-start,
  .layout-align-gt-lg-start-start {
    align-items: flex-start;
    align-content: flex-start;
  }

  .layout-align-gt-lg-center-center,
  .layout-align-gt-lg-end-center,
  .layout-align-gt-lg-space-around-center,
  .layout-align-gt-lg-space-between-center,
  .layout-align-gt-lg-start-center {
    align-items: center;
    align-content: center;
    max-width: 100%;
  }

  .layout-align-gt-lg-center-center > *,
  .layout-align-gt-lg-end-center > *,
  .layout-align-gt-lg-space-around-center > *,
  .layout-align-gt-lg-space-between-center > *,
  .layout-align-gt-lg-start-center > * {
    max-width: 100%;
    box-sizing: border-box;
  }

  .layout-align-gt-lg-center-end,
  .layout-align-gt-lg-end-end,
  .layout-align-gt-lg-space-around-end,
  .layout-align-gt-lg-space-between-end,
  .layout-align-gt-lg-start-end {
    align-items: flex-end;
    align-content: flex-end;
  }

  .layout-align-gt-lg-center-stretch,
  .layout-align-gt-lg-end-stretch,
  .layout-align-gt-lg-space-around-stretch,
  .layout-align-gt-lg-space-between-stretch,
  .layout-align-gt-lg-start-stretch {
    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 0;
    max-width: 0;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-gt-lg-row > .flex-gt-lg-0,
  .layout-row > .flex-gt-lg-0 {
    flex: 1 1 0;
    max-width: 0;
    max-height: 100%;
    box-sizing: border-box;
    min-width: 0;
  }

  .layout-column > .flex-gt-lg-0,
  .layout-gt-lg-column > .flex-gt-lg-0 {
    flex: 1 1 0;
    max-width: 100%;
    max-height: 0;
    box-sizing: border-box;
    min-height: 0;
  }

  .flex-gt-lg-5,
  .layout-gt-lg-row > .flex-gt-lg-5,
  .layout-row > .flex-gt-lg-5 {
    flex: 1 1 5%;
    max-width: 5%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-gt-lg-5,
  .layout-gt-lg-column > .flex-gt-lg-5 {
    flex: 1 1 5%;
    max-width: 100%;
    max-height: 5%;
    box-sizing: border-box;
  }

  .flex-gt-lg-10,
  .layout-gt-lg-row > .flex-gt-lg-10,
  .layout-row > .flex-gt-lg-10 {
    flex: 1 1 10%;
    max-width: 10%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-gt-lg-10,
  .layout-gt-lg-column > .flex-gt-lg-10 {
    flex: 1 1 10%;
    max-width: 100%;
    max-height: 10%;
    box-sizing: border-box;
  }

  .flex-gt-lg-15,
  .layout-gt-lg-row > .flex-gt-lg-15,
  .layout-row > .flex-gt-lg-15 {
    flex: 1 1 15%;
    max-width: 15%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-gt-lg-15,
  .layout-gt-lg-column > .flex-gt-lg-15 {
    flex: 1 1 15%;
    max-width: 100%;
    max-height: 15%;
    box-sizing: border-box;
  }

  .flex-gt-lg-20,
  .layout-gt-lg-row > .flex-gt-lg-20,
  .layout-row > .flex-gt-lg-20 {
    flex: 1 1 20%;
    max-width: 20%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-gt-lg-20,
  .layout-gt-lg-column > .flex-gt-lg-20 {
    flex: 1 1 20%;
    max-width: 100%;
    max-height: 20%;
    box-sizing: border-box;
  }

  .flex-gt-lg-25,
  .layout-gt-lg-row > .flex-gt-lg-25,
  .layout-row > .flex-gt-lg-25 {
    flex: 1 1 25%;
    max-width: 25%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-gt-lg-25,
  .layout-gt-lg-column > .flex-gt-lg-25 {
    flex: 1 1 25%;
    max-width: 100%;
    max-height: 25%;
    box-sizing: border-box;
  }

  .flex-gt-lg-30,
  .layout-gt-lg-row > .flex-gt-lg-30,
  .layout-row > .flex-gt-lg-30 {
    flex: 1 1 30%;
    max-width: 30%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-gt-lg-30,
  .layout-gt-lg-column > .flex-gt-lg-30 {
    flex: 1 1 30%;
    max-width: 100%;
    max-height: 30%;
    box-sizing: border-box;
  }

  .flex-gt-lg-35,
  .layout-gt-lg-row > .flex-gt-lg-35,
  .layout-row > .flex-gt-lg-35 {
    flex: 1 1 35%;
    max-width: 35%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-gt-lg-35,
  .layout-gt-lg-column > .flex-gt-lg-35 {
    flex: 1 1 35%;
    max-width: 100%;
    max-height: 35%;
    box-sizing: border-box;
  }

  .flex-gt-lg-40,
  .layout-gt-lg-row > .flex-gt-lg-40,
  .layout-row > .flex-gt-lg-40 {
    flex: 1 1 40%;
    max-width: 40%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-gt-lg-40,
  .layout-gt-lg-column > .flex-gt-lg-40 {
    flex: 1 1 40%;
    max-width: 100%;
    max-height: 40%;
    box-sizing: border-box;
  }

  .flex-gt-lg-45,
  .layout-gt-lg-row > .flex-gt-lg-45,
  .layout-row > .flex-gt-lg-45 {
    flex: 1 1 45%;
    max-width: 45%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-gt-lg-45,
  .layout-gt-lg-column > .flex-gt-lg-45 {
    flex: 1 1 45%;
    max-width: 100%;
    max-height: 45%;
    box-sizing: border-box;
  }

  .flex-gt-lg-50,
  .layout-gt-lg-row > .flex-gt-lg-50,
  .layout-row > .flex-gt-lg-50 {
    flex: 1 1 50%;
    max-width: 50%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-gt-lg-50,
  .layout-gt-lg-column > .flex-gt-lg-50 {
    flex: 1 1 50%;
    max-width: 100%;
    max-height: 50%;
    box-sizing: border-box;
  }

  .flex-gt-lg-55,
  .layout-gt-lg-row > .flex-gt-lg-55,
  .layout-row > .flex-gt-lg-55 {
    flex: 1 1 55%;
    max-width: 55%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-gt-lg-55,
  .layout-gt-lg-column > .flex-gt-lg-55 {
    flex: 1 1 55%;
    max-width: 100%;
    max-height: 55%;
    box-sizing: border-box;
  }

  .flex-gt-lg-60,
  .layout-gt-lg-row > .flex-gt-lg-60,
  .layout-row > .flex-gt-lg-60 {
    flex: 1 1 60%;
    max-width: 60%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-gt-lg-60,
  .layout-gt-lg-column > .flex-gt-lg-60 {
    flex: 1 1 60%;
    max-width: 100%;
    max-height: 60%;
    box-sizing: border-box;
  }

  .flex-gt-lg-65,
  .layout-gt-lg-row > .flex-gt-lg-65,
  .layout-row > .flex-gt-lg-65 {
    flex: 1 1 65%;
    max-width: 65%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-gt-lg-65,
  .layout-gt-lg-column > .flex-gt-lg-65 {
    flex: 1 1 65%;
    max-width: 100%;
    max-height: 65%;
    box-sizing: border-box;
  }

  .flex-gt-lg-70,
  .layout-gt-lg-row > .flex-gt-lg-70,
  .layout-row > .flex-gt-lg-70 {
    flex: 1 1 70%;
    max-width: 70%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-gt-lg-70,
  .layout-gt-lg-column > .flex-gt-lg-70 {
    flex: 1 1 70%;
    max-width: 100%;
    max-height: 70%;
    box-sizing: border-box;
  }

  .flex-gt-lg-75,
  .layout-gt-lg-row > .flex-gt-lg-75,
  .layout-row > .flex-gt-lg-75 {
    flex: 1 1 75%;
    max-width: 75%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-gt-lg-75,
  .layout-gt-lg-column > .flex-gt-lg-75 {
    flex: 1 1 75%;
    max-width: 100%;
    max-height: 75%;
    box-sizing: border-box;
  }

  .flex-gt-lg-80,
  .layout-gt-lg-row > .flex-gt-lg-80,
  .layout-row > .flex-gt-lg-80 {
    flex: 1 1 80%;
    max-width: 80%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-gt-lg-80,
  .layout-gt-lg-column > .flex-gt-lg-80 {
    flex: 1 1 80%;
    max-width: 100%;
    max-height: 80%;
    box-sizing: border-box;
  }

  .flex-gt-lg-85,
  .layout-gt-lg-row > .flex-gt-lg-85,
  .layout-row > .flex-gt-lg-85 {
    flex: 1 1 85%;
    max-width: 85%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-gt-lg-85,
  .layout-gt-lg-column > .flex-gt-lg-85 {
    flex: 1 1 85%;
    max-width: 100%;
    max-height: 85%;
    box-sizing: border-box;
  }

  .flex-gt-lg-90,
  .layout-gt-lg-row > .flex-gt-lg-90,
  .layout-row > .flex-gt-lg-90 {
    flex: 1 1 90%;
    max-width: 90%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-gt-lg-90,
  .layout-gt-lg-column > .flex-gt-lg-90 {
    flex: 1 1 90%;
    max-width: 100%;
    max-height: 90%;
    box-sizing: border-box;
  }

  .flex-gt-lg-95,
  .layout-gt-lg-row > .flex-gt-lg-95,
  .layout-row > .flex-gt-lg-95 {
    flex: 1 1 95%;
    max-width: 95%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-gt-lg-95,
  .layout-gt-lg-column > .flex-gt-lg-95 {
    flex: 1 1 95%;
    max-width: 100%;
    max-height: 95%;
    box-sizing: border-box;
  }

  .flex-gt-lg-100,
  .layout-column > .flex-gt-lg-100,
  .layout-gt-lg-column > .flex-gt-lg-100,
  .layout-gt-lg-row > .flex-gt-lg-100,
  .layout-row > .flex-gt-lg-100 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-gt-lg-row > .flex-gt-lg-33,
  .layout-row > .flex-gt-lg-33 {
    flex: 1 1 33.33%;
    max-width: 33.33%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-gt-lg-row > .flex-gt-lg-66,
  .layout-row > .flex-gt-lg-66 {
    flex: 1 1 66.66%;
    max-width: 66.66%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-gt-lg-row > .flex,
  .layout-row > .flex {
    min-width: 0;
  }

  .layout-column > .flex-gt-lg-33,
  .layout-gt-lg-column > .flex-gt-lg-33 {
    flex: 1 1 33.33%;
    max-width: 100%;
    max-height: 33.33%;
    box-sizing: border-box;
  }

  .layout-column > .flex-gt-lg-66,
  .layout-gt-lg-column > .flex-gt-lg-66 {
    flex: 1 1 66.66%;
    max-width: 100%;
    max-height: 66.66%;
    box-sizing: border-box;
  }

  .layout-column > .flex,
  .layout-gt-lg-column > .flex {
    min-height: 0;
  }

  .layout-gt-lg,
  .layout-gt-lg-column,
  .layout-gt-lg-row {
    box-sizing: border-box;
    display: flex;
  }

  .layout-gt-lg-column {
    flex-direction: column;
  }

  .layout-gt-lg-row {
    flex-direction: row;
  }

  .flex-order-xl--20 {
    order: -20;
  }

  .flex-order-xl--19 {
    order: -19;
  }

  .flex-order-xl--18 {
    order: -18;
  }

  .flex-order-xl--17 {
    order: -17;
  }

  .flex-order-xl--16 {
    order: -16;
  }

  .flex-order-xl--15 {
    order: -15;
  }

  .flex-order-xl--14 {
    order: -14;
  }

  .flex-order-xl--13 {
    order: -13;
  }

  .flex-order-xl--12 {
    order: -12;
  }

  .flex-order-xl--11 {
    order: -11;
  }

  .flex-order-xl--10 {
    order: -10;
  }

  .flex-order-xl--9 {
    order: -9;
  }

  .flex-order-xl--8 {
    order: -8;
  }

  .flex-order-xl--7 {
    order: -7;
  }

  .flex-order-xl--6 {
    order: -6;
  }

  .flex-order-xl--5 {
    order: -5;
  }

  .flex-order-xl--4 {
    order: -4;
  }

  .flex-order-xl--3 {
    order: -3;
  }

  .flex-order-xl--2 {
    order: -2;
  }

  .flex-order-xl--1 {
    order: -1;
  }

  .flex-order-xl-0 {
    order: 0;
  }

  .flex-order-xl-1 {
    order: 1;
  }

  .flex-order-xl-2 {
    order: 2;
  }

  .flex-order-xl-3 {
    order: 3;
  }

  .flex-order-xl-4 {
    order: 4;
  }

  .flex-order-xl-5 {
    order: 5;
  }

  .flex-order-xl-6 {
    order: 6;
  }

  .flex-order-xl-7 {
    order: 7;
  }

  .flex-order-xl-8 {
    order: 8;
  }

  .flex-order-xl-9 {
    order: 9;
  }

  .flex-order-xl-10 {
    order: 10;
  }

  .flex-order-xl-11 {
    order: 11;
  }

  .flex-order-xl-12 {
    order: 12;
  }

  .flex-order-xl-13 {
    order: 13;
  }

  .flex-order-xl-14 {
    order: 14;
  }

  .flex-order-xl-15 {
    order: 15;
  }

  .flex-order-xl-16 {
    order: 16;
  }

  .flex-order-xl-17 {
    order: 17;
  }

  .flex-order-xl-18 {
    order: 18;
  }

  .flex-order-xl-19 {
    order: 19;
  }

  .flex-order-xl-20 {
    order: 20;
  }

  .flex-offset-xl-0,
  .offset-xl-0 {
    margin-left: 0;
  }

  [dir=rtl] .flex-offset-xl-0,
  [dir=rtl] .offset-xl-0 {
    margin-left: auto;
    margin-left: initial;
    margin-right: 0;
  }

  .flex-offset-xl-5,
  .offset-xl-5 {
    margin-left: 5%;
  }

  [dir=rtl] .flex-offset-xl-5,
  [dir=rtl] .offset-xl-5 {
    margin-left: auto;
    margin-left: initial;
    margin-right: 5%;
  }

  .flex-offset-xl-10,
  .offset-xl-10 {
    margin-left: 10%;
  }

  [dir=rtl] .flex-offset-xl-10,
  [dir=rtl] .offset-xl-10 {
    margin-left: auto;
    margin-left: initial;
    margin-right: 10%;
  }

  .flex-offset-xl-15,
  .offset-xl-15 {
    margin-left: 15%;
  }

  [dir=rtl] .flex-offset-xl-15,
  [dir=rtl] .offset-xl-15 {
    margin-left: auto;
    margin-left: initial;
    margin-right: 15%;
  }

  .flex-offset-xl-20,
  .offset-xl-20 {
    margin-left: 20%;
  }

  [dir=rtl] .flex-offset-xl-20,
  [dir=rtl] .offset-xl-20 {
    margin-left: auto;
    margin-left: initial;
    margin-right: 20%;
  }

  .flex-offset-xl-25,
  .offset-xl-25 {
    margin-left: 25%;
  }

  [dir=rtl] .flex-offset-xl-25,
  [dir=rtl] .offset-xl-25 {
    margin-left: auto;
    margin-left: initial;
    margin-right: 25%;
  }

  .flex-offset-xl-30,
  .offset-xl-30 {
    margin-left: 30%;
  }

  [dir=rtl] .flex-offset-xl-30,
  [dir=rtl] .offset-xl-30 {
    margin-left: auto;
    margin-left: initial;
    margin-right: 30%;
  }

  .flex-offset-xl-35,
  .offset-xl-35 {
    margin-left: 35%;
  }

  [dir=rtl] .flex-offset-xl-35,
  [dir=rtl] .offset-xl-35 {
    margin-left: auto;
    margin-left: initial;
    margin-right: 35%;
  }

  .flex-offset-xl-40,
  .offset-xl-40 {
    margin-left: 40%;
  }

  [dir=rtl] .flex-offset-xl-40,
  [dir=rtl] .offset-xl-40 {
    margin-left: auto;
    margin-left: initial;
    margin-right: 40%;
  }

  .flex-offset-xl-45,
  .offset-xl-45 {
    margin-left: 45%;
  }

  [dir=rtl] .flex-offset-xl-45,
  [dir=rtl] .offset-xl-45 {
    margin-left: auto;
    margin-left: initial;
    margin-right: 45%;
  }

  .flex-offset-xl-50,
  .offset-xl-50 {
    margin-left: 50%;
  }

  [dir=rtl] .flex-offset-xl-50,
  [dir=rtl] .offset-xl-50 {
    margin-left: auto;
    margin-left: initial;
    margin-right: 50%;
  }

  .flex-offset-xl-55,
  .offset-xl-55 {
    margin-left: 55%;
  }

  [dir=rtl] .flex-offset-xl-55,
  [dir=rtl] .offset-xl-55 {
    margin-left: auto;
    margin-left: initial;
    margin-right: 55%;
  }

  .flex-offset-xl-60,
  .offset-xl-60 {
    margin-left: 60%;
  }

  [dir=rtl] .flex-offset-xl-60,
  [dir=rtl] .offset-xl-60 {
    margin-left: auto;
    margin-left: initial;
    margin-right: 60%;
  }

  .flex-offset-xl-65,
  .offset-xl-65 {
    margin-left: 65%;
  }

  [dir=rtl] .flex-offset-xl-65,
  [dir=rtl] .offset-xl-65 {
    margin-left: auto;
    margin-left: initial;
    margin-right: 65%;
  }

  .flex-offset-xl-70,
  .offset-xl-70 {
    margin-left: 70%;
  }

  [dir=rtl] .flex-offset-xl-70,
  [dir=rtl] .offset-xl-70 {
    margin-left: auto;
    margin-left: initial;
    margin-right: 70%;
  }

  .flex-offset-xl-75,
  .offset-xl-75 {
    margin-left: 75%;
  }

  [dir=rtl] .flex-offset-xl-75,
  [dir=rtl] .offset-xl-75 {
    margin-left: auto;
    margin-left: initial;
    margin-right: 75%;
  }

  .flex-offset-xl-80,
  .offset-xl-80 {
    margin-left: 80%;
  }

  [dir=rtl] .flex-offset-xl-80,
  [dir=rtl] .offset-xl-80 {
    margin-left: auto;
    margin-left: initial;
    margin-right: 80%;
  }

  .flex-offset-xl-85,
  .offset-xl-85 {
    margin-left: 85%;
  }

  [dir=rtl] .flex-offset-xl-85,
  [dir=rtl] .offset-xl-85 {
    margin-left: auto;
    margin-left: initial;
    margin-right: 85%;
  }

  .flex-offset-xl-90,
  .offset-xl-90 {
    margin-left: 90%;
  }

  [dir=rtl] .flex-offset-xl-90,
  [dir=rtl] .offset-xl-90 {
    margin-left: auto;
    margin-left: initial;
    margin-right: 90%;
  }

  .flex-offset-xl-95,
  .offset-xl-95 {
    margin-left: 95%;
  }

  [dir=rtl] .flex-offset-xl-95,
  [dir=rtl] .offset-xl-95 {
    margin-left: auto;
    margin-left: initial;
    margin-right: 95%;
  }

  .flex-offset-xl-33,
  .offset-xl-33 {
    margin-left: 33.3333333333%;
  }

  .flex-offset-xl-66,
  .offset-xl-66 {
    margin-left: 66.6666666667%;
  }

  [dir=rtl] .flex-offset-xl-66,
  [dir=rtl] .offset-xl-66 {
    margin-left: auto;
    margin-left: initial;
    margin-right: 66.6666666667%;
  }

  .layout-align-xl {
    justify-content: flex-start;
    align-content: stretch;
    align-items: stretch;
  }

  .layout-align-xl-start,
  .layout-align-xl-start-center,
  .layout-align-xl-start-end,
  .layout-align-xl-start-start,
  .layout-align-xl-start-stretch {
    justify-content: flex-start;
  }

  .layout-align-xl-center,
  .layout-align-xl-center-center,
  .layout-align-xl-center-end,
  .layout-align-xl-center-start,
  .layout-align-xl-center-stretch {
    justify-content: center;
  }

  .layout-align-xl-end,
  .layout-align-xl-end-center,
  .layout-align-xl-end-end,
  .layout-align-xl-end-start,
  .layout-align-xl-end-stretch {
    justify-content: flex-end;
  }

  .layout-align-xl-space-around,
  .layout-align-xl-space-around-center,
  .layout-align-xl-space-around-end,
  .layout-align-xl-space-around-start,
  .layout-align-xl-space-around-stretch {
    justify-content: space-around;
  }

  .layout-align-xl-space-between,
  .layout-align-xl-space-between-center,
  .layout-align-xl-space-between-end,
  .layout-align-xl-space-between-start,
  .layout-align-xl-space-between-stretch {
    justify-content: space-between;
  }

  .layout-align-xl-center-start,
  .layout-align-xl-end-start,
  .layout-align-xl-space-around-start,
  .layout-align-xl-space-between-start,
  .layout-align-xl-start-start {
    align-items: flex-start;
    align-content: flex-start;
  }

  .layout-align-xl-center-center,
  .layout-align-xl-end-center,
  .layout-align-xl-space-around-center,
  .layout-align-xl-space-between-center,
  .layout-align-xl-start-center {
    align-items: center;
    align-content: center;
    max-width: 100%;
  }

  .layout-align-xl-center-center > *,
  .layout-align-xl-end-center > *,
  .layout-align-xl-space-around-center > *,
  .layout-align-xl-space-between-center > *,
  .layout-align-xl-start-center > * {
    max-width: 100%;
    box-sizing: border-box;
  }

  .layout-align-xl-center-end,
  .layout-align-xl-end-end,
  .layout-align-xl-space-around-end,
  .layout-align-xl-space-between-end,
  .layout-align-xl-start-end {
    align-items: flex-end;
    align-content: flex-end;
  }

  .layout-align-xl-center-stretch,
  .layout-align-xl-end-stretch,
  .layout-align-xl-space-around-stretch,
  .layout-align-xl-space-between-stretch,
  .layout-align-xl-start-stretch {
    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 0;
    max-width: 0;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-xl-0,
  .layout-xl-row > .flex-xl-0 {
    flex: 1 1 0;
    max-width: 0;
    max-height: 100%;
    box-sizing: border-box;
    min-width: 0;
  }

  .layout-column > .flex-xl-0,
  .layout-xl-column > .flex-xl-0 {
    flex: 1 1 0;
    max-width: 100%;
    max-height: 0;
    box-sizing: border-box;
    min-height: 0;
  }

  .flex-xl-5,
  .layout-row > .flex-xl-5,
  .layout-xl-row > .flex-xl-5 {
    flex: 1 1 5%;
    max-width: 5%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-xl-5,
  .layout-xl-column > .flex-xl-5 {
    flex: 1 1 5%;
    max-width: 100%;
    max-height: 5%;
    box-sizing: border-box;
  }

  .flex-xl-10,
  .layout-row > .flex-xl-10,
  .layout-xl-row > .flex-xl-10 {
    flex: 1 1 10%;
    max-width: 10%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-xl-10,
  .layout-xl-column > .flex-xl-10 {
    flex: 1 1 10%;
    max-width: 100%;
    max-height: 10%;
    box-sizing: border-box;
  }

  .flex-xl-15,
  .layout-row > .flex-xl-15,
  .layout-xl-row > .flex-xl-15 {
    flex: 1 1 15%;
    max-width: 15%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-xl-15,
  .layout-xl-column > .flex-xl-15 {
    flex: 1 1 15%;
    max-width: 100%;
    max-height: 15%;
    box-sizing: border-box;
  }

  .flex-xl-20,
  .layout-row > .flex-xl-20,
  .layout-xl-row > .flex-xl-20 {
    flex: 1 1 20%;
    max-width: 20%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-xl-20,
  .layout-xl-column > .flex-xl-20 {
    flex: 1 1 20%;
    max-width: 100%;
    max-height: 20%;
    box-sizing: border-box;
  }

  .flex-xl-25,
  .layout-row > .flex-xl-25,
  .layout-xl-row > .flex-xl-25 {
    flex: 1 1 25%;
    max-width: 25%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-xl-25,
  .layout-xl-column > .flex-xl-25 {
    flex: 1 1 25%;
    max-width: 100%;
    max-height: 25%;
    box-sizing: border-box;
  }

  .flex-xl-30,
  .layout-row > .flex-xl-30,
  .layout-xl-row > .flex-xl-30 {
    flex: 1 1 30%;
    max-width: 30%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-xl-30,
  .layout-xl-column > .flex-xl-30 {
    flex: 1 1 30%;
    max-width: 100%;
    max-height: 30%;
    box-sizing: border-box;
  }

  .flex-xl-35,
  .layout-row > .flex-xl-35,
  .layout-xl-row > .flex-xl-35 {
    flex: 1 1 35%;
    max-width: 35%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-xl-35,
  .layout-xl-column > .flex-xl-35 {
    flex: 1 1 35%;
    max-width: 100%;
    max-height: 35%;
    box-sizing: border-box;
  }

  .flex-xl-40,
  .layout-row > .flex-xl-40,
  .layout-xl-row > .flex-xl-40 {
    flex: 1 1 40%;
    max-width: 40%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-xl-40,
  .layout-xl-column > .flex-xl-40 {
    flex: 1 1 40%;
    max-width: 100%;
    max-height: 40%;
    box-sizing: border-box;
  }

  .flex-xl-45,
  .layout-row > .flex-xl-45,
  .layout-xl-row > .flex-xl-45 {
    flex: 1 1 45%;
    max-width: 45%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-xl-45,
  .layout-xl-column > .flex-xl-45 {
    flex: 1 1 45%;
    max-width: 100%;
    max-height: 45%;
    box-sizing: border-box;
  }

  .flex-xl-50,
  .layout-row > .flex-xl-50,
  .layout-xl-row > .flex-xl-50 {
    flex: 1 1 50%;
    max-width: 50%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-xl-50,
  .layout-xl-column > .flex-xl-50 {
    flex: 1 1 50%;
    max-width: 100%;
    max-height: 50%;
    box-sizing: border-box;
  }

  .flex-xl-55,
  .layout-row > .flex-xl-55,
  .layout-xl-row > .flex-xl-55 {
    flex: 1 1 55%;
    max-width: 55%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-xl-55,
  .layout-xl-column > .flex-xl-55 {
    flex: 1 1 55%;
    max-width: 100%;
    max-height: 55%;
    box-sizing: border-box;
  }

  .flex-xl-60,
  .layout-row > .flex-xl-60,
  .layout-xl-row > .flex-xl-60 {
    flex: 1 1 60%;
    max-width: 60%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-xl-60,
  .layout-xl-column > .flex-xl-60 {
    flex: 1 1 60%;
    max-width: 100%;
    max-height: 60%;
    box-sizing: border-box;
  }

  .flex-xl-65,
  .layout-row > .flex-xl-65,
  .layout-xl-row > .flex-xl-65 {
    flex: 1 1 65%;
    max-width: 65%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-xl-65,
  .layout-xl-column > .flex-xl-65 {
    flex: 1 1 65%;
    max-width: 100%;
    max-height: 65%;
    box-sizing: border-box;
  }

  .flex-xl-70,
  .layout-row > .flex-xl-70,
  .layout-xl-row > .flex-xl-70 {
    flex: 1 1 70%;
    max-width: 70%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-xl-70,
  .layout-xl-column > .flex-xl-70 {
    flex: 1 1 70%;
    max-width: 100%;
    max-height: 70%;
    box-sizing: border-box;
  }

  .flex-xl-75,
  .layout-row > .flex-xl-75,
  .layout-xl-row > .flex-xl-75 {
    flex: 1 1 75%;
    max-width: 75%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-xl-75,
  .layout-xl-column > .flex-xl-75 {
    flex: 1 1 75%;
    max-width: 100%;
    max-height: 75%;
    box-sizing: border-box;
  }

  .flex-xl-80,
  .layout-row > .flex-xl-80,
  .layout-xl-row > .flex-xl-80 {
    flex: 1 1 80%;
    max-width: 80%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-xl-80,
  .layout-xl-column > .flex-xl-80 {
    flex: 1 1 80%;
    max-width: 100%;
    max-height: 80%;
    box-sizing: border-box;
  }

  .flex-xl-85,
  .layout-row > .flex-xl-85,
  .layout-xl-row > .flex-xl-85 {
    flex: 1 1 85%;
    max-width: 85%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-xl-85,
  .layout-xl-column > .flex-xl-85 {
    flex: 1 1 85%;
    max-width: 100%;
    max-height: 85%;
    box-sizing: border-box;
  }

  .flex-xl-90,
  .layout-row > .flex-xl-90,
  .layout-xl-row > .flex-xl-90 {
    flex: 1 1 90%;
    max-width: 90%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-xl-90,
  .layout-xl-column > .flex-xl-90 {
    flex: 1 1 90%;
    max-width: 100%;
    max-height: 90%;
    box-sizing: border-box;
  }

  .flex-xl-95,
  .layout-row > .flex-xl-95,
  .layout-xl-row > .flex-xl-95 {
    flex: 1 1 95%;
    max-width: 95%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-xl-95,
  .layout-xl-column > .flex-xl-95 {
    flex: 1 1 95%;
    max-width: 100%;
    max-height: 95%;
    box-sizing: border-box;
  }

  .flex-xl-100,
  .layout-column > .flex-xl-100,
  .layout-row > .flex-xl-100,
  .layout-xl-column > .flex-xl-100,
  .layout-xl-row > .flex-xl-100 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-xl-33,
  .layout-xl-row > .flex-xl-33 {
    flex: 1 1 33.33%;
    max-width: 33.33%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-xl-66,
  .layout-xl-row > .flex-xl-66 {
    flex: 1 1 66.66%;
    max-width: 66.66%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex,
  .layout-xl-row > .flex {
    min-width: 0;
  }

  .layout-column > .flex-xl-33,
  .layout-xl-column > .flex-xl-33 {
    flex: 1 1 33.33%;
    max-width: 100%;
    max-height: 33.33%;
    box-sizing: border-box;
  }

  .layout-column > .flex-xl-66,
  .layout-xl-column > .flex-xl-66 {
    flex: 1 1 66.66%;
    max-width: 100%;
    max-height: 66.66%;
    box-sizing: border-box;
  }

  .layout-column > .flex,
  .layout-xl-column > .flex {
    min-height: 0;
  }

  .layout-xl,
  .layout-xl-column,
  .layout-xl-row {
    box-sizing: border-box;
    display: flex;
  }

  .layout-xl-column {
    flex-direction: column;
  }

  .layout-xl-row {
    flex-direction: row;
  }

  .hide-gt-lg:not(.show-gt-xs):not(.show-gt-sm):not(.show-gt-md):not(.show-gt-lg):not(.show-xl):not(.show),
  .hide-gt-md:not(.show-gt-xs):not(.show-gt-sm):not(.show-gt-md):not(.show-gt-lg):not(.show-xl):not(.show),
  .hide-gt-sm:not(.show-gt-xs):not(.show-gt-sm):not(.show-gt-md):not(.show-gt-lg):not(.show-xl):not(.show),
  .hide-gt-xs:not(.show-gt-xs):not(.show-gt-sm):not(.show-gt-md):not(.show-gt-lg):not(.show-xl):not(.show),
  .hide-xl:not(.show-xl):not(.show-gt-lg):not(.show-gt-md):not(.show-gt-sm):not(.show-gt-xs):not(.show),
  .hide:not(.show-gt-xs):not(.show-gt-sm):not(.show-gt-md):not(.show-gt-lg):not(.show-xl):not(.show) {
    display: none;
  }
}

@media print {
  .hide-print:not(.show-print):not(.show) {
    display: none !important;
  }
}

/*------------------------------------*\
    $COLORS
\*------------------------------------*/

/**
 * Brand stuff
 */

/**
 * Escala de grises
 * A veces no queremos que el negro sea "negro" o el blanco "blanco", puedes cambiarlos.
 */

/**
 * Redesign
 */

/*------------------------------------*\
    $BREAKPOINTS
\*------------------------------------*/

/*------------------------------------*\
    $LAYOUT
\*------------------------------------*/

/**
 * Definimos elementos constantes del layout
 */

/*------------------------------------*\
    $MIXINS
\*------------------------------------*/

/*
* Fácil de usar: las variables a usar están en settings.scss y son:

    'small'  : 48em,
    'medium' : 56.25em,
    'large'  : 68.75em,

* Y el uso va como sigue:

.foo {
  color: red;
  @include respond-to('small') {
    color: blue;
  }
}
*/

/**
* Centrar y dar un ancho máximo igual a $pagemaxwidth.
*/

/*------------------------------------*\
    $FONT-FACE
\*------------------------------------*/

/**
 * Definimos las fuentes a utilizar:
 * $basefont para todos los textos inline
 * $altfont para textos alternativos, como citas, intro, etc...
 * $codefont para código
 */

/*------------------------------------*\
    $TAMAÑOS
\*------------------------------------*/

/**
 * Definimos los tamaños de fuentes:

 */

/*
 * Las variables de tamaño las definimos en un MAP, puedes añadir, quitar o cambiarlas.
 * Vienen dadas en REM. Esto creará una clase con el mismo nombre de la variable:

  .x-small { font-size: .8rem}

 * También podemos asignar tamaños con un función llamada fs:

    .selector { font-size: fs(x-small);}

 *
 */

/*------------------------------------*\
    $RESET
\*------------------------------------*/

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
figure,
footer,
header,
main,
menu,
nav,
section,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  /*font-size:12px;*/
  background: transparent;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

*,
*::before,
*::after {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  /*max-width : 100%;*/
  border-width: 0;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
  /*height: auto;*/
}

a {
  text-decoration: none;
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.row {
  margin-right: 0px;
  margin-left: 0px;
}

/* line 4, ../sass/_offline-theme-base.sass */

.offline-ui,
.offline-ui *,
.offline-ui:before,
.offline-ui:after,
.offline-ui *:before,
.offline-ui *:after {
  box-sizing: border-box;
}

/* line 7, ../sass/_offline-theme-base.sass */

.offline-ui {
  display: none;
  position: fixed;
  background: white;
  z-index: 2000;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
}

/* line 17, ../sass/_offline-theme-base.sass */

.offline-ui .offline-ui-content:before {
  display: inline;
}

/* line 20, ../sass/_offline-theme-base.sass */

.offline-ui .offline-ui-retry {
  -webkit-user-select: none;
  user-select: none;
  display: none;
}

/* line 24, ../sass/_offline-theme-base.sass */

.offline-ui .offline-ui-retry:before {
  display: inline;
}

/* line 29, ../sass/_offline-theme-base.sass */

.offline-ui.offline-ui-up.offline-ui-up-5s {
  display: block;
}

/* line 32, ../sass/_offline-theme-base.sass */

.offline-ui.offline-ui-down {
  display: block;
}

/* line 37, ../sass/_offline-theme-base.sass */

.offline-ui.offline-ui-down.offline-ui-waiting .offline-ui-retry {
  display: block;
}

/* line 42, ../sass/_offline-theme-base.sass */

.offline-ui.offline-ui-down.offline-ui-reconnect-failed-2s.offline-ui-waiting .offline-ui-retry {
  display: none;
}

@keyframes offline-dropin {
  /* line 40, ../sass/_keyframes.sass */
  0% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    opacity: 0;
  }

  /* line 43, ../sass/_keyframes.sass */
  1% {
    transform: translateY(-800px);
    -webkit-transform: translateY(-800px);
    -moz-transform: translateY(-800px);
    -ms-transform: translateY(-800px);
    -o-transform: translateY(-800px);
    opacity: 0;
  }

  /* line 48, ../sass/_keyframes.sass */
  2% {
    transform: translateY(-800px);
    -webkit-transform: translateY(-800px);
    -moz-transform: translateY(-800px);
    -ms-transform: translateY(-800px);
    -o-transform: translateY(-800px);
    opacity: 1;
  }

  /* line 51, ../sass/_keyframes.sass */
  100% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    opacity: 1;
  }
}

@keyframes offline-dropout {
  /* line 57, ../sass/_keyframes.sass */
  0% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }

  /* line 59, ../sass/_keyframes.sass */
  100% {
    transform: translateY(-800px);
    -webkit-transform: translateY(-800px);
    -moz-transform: translateY(-800px);
    -ms-transform: translateY(-800px);
    -o-transform: translateY(-800px);
  }
}

@keyframes offline-rotation {
  /* line 64, ../sass/_keyframes.sass */
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }

  /* line 66, ../sass/_keyframes.sass */
  100% {
    transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -ms-transform: rotate(359deg);
    -o-transform: rotate(359deg);
  }
}

/* line 16, ../sass/offline-theme-dark.sass */

.offline-ui {
  border-radius: 0 0 4px 4px;
  font-family: "Helvetica Neue", sans-serif;
  font-weight: 300;
  padding: 1em;
  width: 38em;
  max-width: 100%;
  background: black;
  color: #cccccc;
  overflow: hidden;
}

@media (max-width: 38em) {
  /* line 16, ../sass/offline-theme-dark.sass */

  .offline-ui {
    border-radius: 0;
  }
}

/* line 30, ../sass/offline-theme-dark.sass */

.offline-ui .offline-ui-content {
  padding-left: 2em;
}

/* line 33, ../sass/offline-theme-dark.sass */

.offline-ui .offline-ui-content:before {
  line-height: 1.25em;
}

/* line 36, ../sass/offline-theme-dark.sass */

.offline-ui .offline-ui-content:after {
  border-radius: 50%;
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 1em;
  margin: auto;
  height: 1em;
  width: 1em;
}

/* line 48, ../sass/offline-theme-dark.sass */

.offline-ui .offline-ui-retry {
  position: absolute;
  right: 3em;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.2);
  text-decoration: none;
  color: inherit;
  line-height: 3.5em;
  height: 3.5em;
  margin: auto;
  padding: 0 1em;
}

/* line 61, ../sass/offline-theme-dark.sass */

.offline-ui.offline-ui-up {
  animation: offline-dropout forwards 0.5s 2s;
  -webkit-backface-visibility: hidden;
}

/* line 64, ../sass/offline-theme-dark.sass */

.offline-ui.offline-ui-up .offline-ui-content:after {
  background: #80d580;
}

/* line 67, ../sass/offline-theme-dark.sass */

.offline-ui.offline-ui-down {
  animation: offline-dropin 0.5s;
  -webkit-backface-visibility: hidden;
}

/* line 70, ../sass/offline-theme-dark.sass */

.offline-ui.offline-ui-down .offline-ui-content:after {
  background: #e24949;
}

/* line 73, ../sass/offline-theme-dark.sass */

.offline-ui.offline-ui-down.offline-ui-connecting,
.offline-ui.offline-ui-down.offline-ui-waiting {
  padding-right: 3em;
}

/* line 76, ../sass/offline-theme-dark.sass */

.offline-ui.offline-ui-down.offline-ui-connecting .offline-ui-content:after,
.offline-ui.offline-ui-down.offline-ui-waiting .offline-ui-content:after {
  background: #e24949;
}

/* line 79, ../sass/offline-theme-dark.sass */

.offline-ui.offline-ui-down.offline-ui-connecting:after,
.offline-ui.offline-ui-down.offline-ui-waiting:after {
  animation: offline-rotation 0.7s linear infinite;
  -webkit-backface-visibility: hidden;
  border-radius: 50%;
  content: " ";
  display: block;
  position: absolute;
  right: 1em;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 1em;
  width: 1em;
  border: 2px solid transparent;
  border-top-color: rgba(255, 255, 255, 0.5);
  border-left-color: rgba(255, 255, 255, 0.5);
  opacity: 0.7;
}

/* line 96, ../sass/offline-theme-dark.sass */

.offline-ui.offline-ui-down.offline-ui-waiting {
  padding-right: 11em;
}

/* line 99, ../sass/offline-theme-dark.sass */

.offline-ui.offline-ui-down.offline-ui-waiting.offline-ui-reconnect-failed-2s {
  padding-right: 0;
}

hr {
  margin: 0 !important;
  padding: 0 !important;
}

@-webkit-viewport {
  width: device-width;
}

@-moz-viewport {
  width: device-width;
}

@viewport {
  width: device-width;
}

html {
  background: rgb(255, 255, 255);
  font-size: 16px;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
  padding: 0;
  width: 100%;
  font-family: Lato, Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.5em;
  color: #262626;
  font-size: 14px;
}

a {
  text-decoration: none;
  cursor: pointer;
  color: #31b7bc;
}

header {
  box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
}

@media (max-width: 959px) {
  header {
    position: fixed;
    z-index: 1000;
    width: 100%;
  }
}

@media (max-width: 767px) {
  header {
    position: fixed;
    z-index: 1000;
    width: 100%;
  }
}

@media (max-width: 959px) {
  header-login {
    height: 120px;
  }
}

@media (max-width: 767px) {
  header-login {
    height: 60px;
  }
}

.generalContent {
  background-color: #ECECEC;
}

.breadcrumb {
  display: none;
  background-color: #ECECEC;
}

@media (max-width: 959px) {
  .breadcrumb {
    display: inline-block;
  }
}

@media (max-width: 1440px) {
  .breadcrumb {
    display: inline-block;
  }
}

.container {
  padding: 12px;
}

@media (max-width: 959px) {
  .container {
    padding: 24px;
  }
}

@media (max-width: 767px) {
  .container__item {
    display: inline-block;
    width: 48%;
    vertical-align: top;
    border: 1px solid #bfbfbf;
    border-radius: 2px;
    padding: 12px;
  }
}

.single.container__item {
  width: 90%;
  margin: 0 auto;
  display: block;
}

.page .container__item {
  width: 90%;
  margin: 0 auto;
  display: block;
}

.page.sidebar {
  width: 68%;
  display: table-cell;
}

.table {
  display: table;
}

aside {
  display: table-cell;
  width: 72%;
}

.footer__landing {
  background-color: #404040;
  color: white;
}

.footer__landing li {
  display: inline-block;
  color: rgb(255, 255, 255);
}

.footer {
  color: rgb(255, 255, 255);
  background-color: dimgrey;
}

.footer-line1 {
  background-color: #262230;
}

.footer-line2 {
  background-color: #3A5960;
}

.footer-line3 {
  background-color: #3A5960;
  height: 60px;
}

.footer-line4 {
  background-color: #262230;
}

.footer-line5 {
  background-color: #262230;
}

.footer--list {
  list-style: none;
}

.footer--list--item {
  color: rgb(255, 255, 255);
}

.footer-options {
  border-top: 1px solid rgba(255, 255, 255, 0.46);
  border-bottom: 1px solid rgba(255, 255, 255, 0.46);
  padding: 20px 0;
}

.footer-options ul > li {
  line-height: 30px;
}

.footer-options ul > li a {
  text-decoration: none;
}

.blog {
  background-color: #31b7bc;
}

.blog .container__item {
  width: 90%;
  margin: 0 auto 2em;
  display: block;
}

main {
  display: table;
}

main section {
  display: table-cell;
  width: 68%;
}

main aside {
  display: table-cell;
  width: 32%;
}

.section {
  margin-top: 1em;
  margin-bottom: 1em;
  padding-left: 40px;
  padding-right: 40px;
}

.section .section_content {
  margin: 0 auto;
  /*max-width: 1200px;*/
}

@media (max-width: 959px) {
  .section {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (max-width: 767px) {
  .section {
    padding-left: 5px;
    padding-right: 5px;
    overflow: hidden;
  }
}

.section-last {
  /*margin-top: 1em;*/
  margin-bottom: 10em;
  /*padding-left: 40px;
  padding-right: 40px;*/
}

.section-last .section_content {
  margin: 0 auto;
  /*max-width: 1200px;*/
}

@media (max-width: 959px) {
  .section-last {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (max-width: 767px) {
  .section-last {
    padding-left: 5px;
    padding-right: 5px;
  }
}

.main-menu-logo {
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 1em;
}

@media (max-width: 767px) {
  .main-menu-logo {
    padding-left: 0px;
  }
}

@media (max-width: 959px) {
  .main-menu-logo {
    padding-left: 20px;
  }
}

.main-menu-logo .menu_content {
  /*max-width: 1200px;*/
  margin: 0 auto;
  width: 100%;
}

.main-menu-logo .menu_content .logo {
  display: inline-block;
  width: 1em;
  vertical-align: top;
}

.main-menu-logo .menu_content .logo a img {
  width: 120px;
}

.main-menu-logo .menu_content .menu_content-menu {
  display: none;
}

@media (max-width: 1440px) {
  .main-menu-logo .menu_content .menu_content-menu {
    display: inline-block;
    float: right;
    text-align: right;
    width: 78%;
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  .main-menu {
    padding-left: 0px;
    padding-right: 0px;
    height: 60px;
  }
}

.main-menu .menu_content {
  margin: 0 auto;
  width: 100%;
}

@media (max-width: 767px) {
  .main-menu .menu_content .logo {
    display: block;
  }
}

.main-menu .menu_content .menu_content-menu {
  display: none;
}

@media (max-width: 1440px) {
  .main-menu .menu_content .menu_content-menu {
    display: inline-block;
    float: right;
    text-align: right;
    width: 78%;
    margin-top: 20px;
  }
}

.top_menu {
  color: rgb(255, 255, 255);
  line-height: 0px;
  bottom: 0;
  position: absolute;
}

@media (max-width: 767px) {
  .top_menu {
    padding-left: 0px;
    display: none;
  }
}

.top_menu .top_menu_content {
  margin: 0 auto;
}

.top_menu .top_menu_content .contact {
  display: inline-block;
}

.top_menu .top_menu_content .contact .contact-item {
  display: inline-block;
  font-size: 0.9em;
  margin: 0 10px;
  vertical-align: middle;
}

@media (max-width: 959px) {
  .top_menu .top_menu_content .contact .contact-item {
    display: inline-block;
    font-size: 0.9em;
    margin: 0 10px;
    vertical-align: middle;
  }
}

@media (max-width: 767px) {
  .top_menu .top_menu_content .contact .contact-item {
    display: none;
  }
}

.top_menu .top_menu_content .social {
  display: inline-block;
  float: right;
  margin-left: 1em;
  font-size: 0.7em;
}

.top_menu .top_menu_content .social .social-item {
  display: inline-block;
  font-size: 1.8em;
  vertical-align: middle;
  width: 28px;
  height: 28px;
  text-align: center;
  background-color: #fff;
  line-height: 28px;
  border-radius: 30px;
  margin-right: 3px;
  color: #000;
  font-size: 12px;
  font-weight: 700;
  color: black;
}

.top_menu .top_menu_content .social .social-item:hover {
  color: #31b7bc;
}

@media (max-width: 959px) {
  .top_menu .top_menu_content .social {
    display: inline-block;
    float: right;
    margin-left: 1em;
  }

  .top_menu .top_menu_content .social .social-item {
    display: inline-block;
    font-size: 1.4em;
    vertical-align: middle;
  }
}

@media (max-width: 767px) {
  .top_menu .top_menu_content .social {
    font-size: 0.9em;
  }
}

.top_menu .top_menu_content .language {
  display: inline-block;
  float: right;
  margin-left: 8px;
}

.top_menu .top_menu_content .language .language-item {
  display: inline-block;
  font-size: 0.8em;
  vertical-align: middle;
  margin-left: 3px;
}

.top_menu .top_menu_content .language a {
  color: white;
  font-style: normal;
  line-height: 20px;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  display: block;
  padding: 4px 4px;
}

.top_menu .top_menu_content .language .active a {
  background-color: rgb(255, 255, 255);
  color: rgb(0, 0, 0);
  border-radius: 4px;
}

.top_menu .top_menu_content .language a:hover,
.top_menu .top_menu_content .language a:focus {
  background-color: rgb(255, 255, 255);
  color: rgb(0, 0, 0);
  border-radius: 4px;
}

.top_menu .top_menu_content a {
  color: rgb(255, 255, 255);
  text-decoration: none;
  cursor: pointer;
}

.topMenu {
  list-style: none;
  padding-left: 0;
}

.topMenu a {
  display: inline-block;
  line-height: 34px;
  font-weight: 700;
  position: relative;
  color: rgb(255, 255, 255);
  text-decoration: none;
  border-style: none;
  cursor: pointer;
  font-size: 12px;
  padding: 2px 10px;
  margin: 0 3px;
}

.topMenu a i {
  position: absolute;
  font-size: 20px;
  top: 0;
  width: 25px;
  text-align: center;
  padding: 9px 0;
  left: 0px;
  margin-left: 5px;
}

.topMenu a span {
  margin-left: 25px;
  font-size: 14px;
}

.topMenu a:hover {
  background-color: #31b7bc;
  padding: 2px 10px 2px 10px;
  font-size: 12px;
  /*border-radius: 4px;*/
  color: white;
  text-decoration: none;
  cursor: pointer;
  border-style: none;
}

.topMenu-active {
  background-color: #31b7bc;
  margin: 0 3px;
  padding: 0px 10px;
  font-size: 12px;
  /*border-radius: 4px;*/
  color: white;
  text-decoration: none;
  cursor: pointer;
  border-style: none;
}

.topMenuCompany {
  list-style: none;
  padding-left: 0;
}

.topMenuCompany a {
  display: inline-block;
  line-height: 32px;
  font-weight: 700;
  position: relative;
  color: rgb(255, 255, 255);
  text-decoration: none;
  border-style: none;
  cursor: pointer;
  font-size: 12px;
  padding: 2px 10px 2px 10px;
}

.topMenuCompany a i {
  position: absolute;
  font-size: 20px;
  top: 0;
  width: 25px;
  text-align: center;
  padding: 9px 0;
  left: 0px;
  margin-left: 5px;
}

.topMenuCompany a span {
  margin-left: 25px;
  font-size: 14px;
}

.topMenuCompany a:hover {
  background-color: gray;
  padding: 2px 10px 2px 10px;
  font-size: 12px;
  border-radius: 4px;
  color: white;
  text-decoration: none;
  cursor: pointer;
  border-style: none;
}

.topMenuCompany-active {
  background-color: gray;
  padding: 2px 10px 2px 10px;
  font-size: 12px;
  border-radius: 4px;
  color: white;
  text-decoration: none;
  cursor: pointer;
  border-style: none;
}

.footer_menu {
  color: rgb(255, 255, 255);
  line-height: 40px;
}

.footer_menu .footer_menu_content {
  margin: 0 auto;
}

.footer_menu .footer_menu_content .contact {
  display: inline-block;
}

.footer_menu .footer_menu_content .contact .contact-item {
  display: inline-block;
  font-size: 0.9em;
  vertical-align: middle;
}

@media (max-width: 959px) {
  .footer_menu .footer_menu_content .contact .contact-item {
    display: inline-block;
    font-size: 0.9em;
    margin: 0 10px;
    vertical-align: middle;
  }
}

@media (max-width: 767px) {
  .footer_menu .footer_menu_content .contact .contact-item {
    display: none;
  }
}

.footer_menu .footer_menu_content .social {
  display: inline-block;
  float: right;
  font-size: 0.7em;
}

.footer_menu .footer_menu_content .social .social-item {
  display: inline-block;
  font-size: 1.8em;
  vertical-align: middle;
  width: 28px;
  height: 28px;
  text-align: center;
  background-color: #fff;
  line-height: 30px;
  border-radius: 30px;
  margin-right: 3px;
  color: black;
}

.footer_menu .footer_menu_content .social .social-item:hover {
  color: #31b7bc;
}

@media (max-width: 959px) {
  .footer_menu .footer_menu_content .social {
    display: inline-block;
    float: right;
    margin-left: 1em;
  }

  .footer_menu .footer_menu_content .social .social-item {
    display: inline-block;
    font-size: 1.4em;
    vertical-align: middle;
  }
}

@media (max-width: 767px) {
  .footer_menu .footer_menu_content .social {
    font-size: 0.9em;
  }
}

.footer_menu .footer_menu_content .language {
  display: inline-block;
  float: right;
  margin-left: 8px;
}

.footer_menu .footer_menu_content .language .language-item {
  display: inline-block;
  font-size: 0.8em;
  vertical-align: middle;
  margin-left: 3px;
}

.footer_menu .footer_menu_content .language a {
  color: white;
  font-style: normal;
  line-height: 20px;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  display: block;
  padding: 4px 4px;
}

.footer_menu .footer_menu_content .language .active a {
  background-color: rgb(255, 255, 255);
  color: rgb(0, 0, 0);
  border-radius: 4px;
}

.footer_menu .footer_menu_content .language a:hover,
.footer_menu .footer_menu_content .language a:focus {
  background-color: rgb(255, 255, 255);
  color: rgb(0, 0, 0);
  border-radius: 4px;
}

.footer_menu .footer_menu_content a {
  color: rgb(255, 255, 255);
  text-decoration: none;
}

.footer_menu .footer_menu_content a:hover {
  color: #31b7bc;
}

.slider-home {
  margin: 0 auto;
}

.slider-home .rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}

.slider-home img {
  width: 100%;
  height: 10em;
}

.profile-box {
  right: 20px;
  position: absolute;
  top: 148px;
  opacity: 1;
}

.panel {
  border: 1px solid #e2e9e6;
  padding: 0;
}

.player {
  width: 100%;
  display: block;
}

.player--Profile {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

@media (max-width: 959px) {
  .player--Profile {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media (max-width: 767px) {
  .player--Profile {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
  }
}

.player-profile {
  background-color: rgb(255, 255, 255);
}

.player-profile--image {
  display: inline-block;
  margin-left: 1em;
  margin-top: 2em;
  text-align: center;
  vertical-align: top;
}

@media (max-width: 767px) {
  .player-profile--image {
    margin: 0;
  }
}

.player-profile--image img {
  width: 10em;
  height: 10em;
  border-radius: 5em;
  border-color: rgb(255, 255, 255);
  border-width: 3px;
  border-style: solid;
}

@media (max-width: 767px) {
  .player-profile--image img {
    box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
    width: 13em;
    height: 13em;
    border-radius: 50%;
    border: 0;
  }
}

.player-profile--data {
  display: inline-block;
  width: 85%;
}

@media (max-width: 959px) {
  .player-profile--data {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .player-profile--data {
    width: 100%;
  }
}

.player-profile--foto button {
  padding: 0px 15px;
}

.player-profile--foto i {
  padding: 0 5px !important;
}

.inputdemoErrors .inputErrorsApp {
  min-height: 48px;
}

.login--signup {
  padding-left: 1em;
  padding-bottom: 1em;
  padding-right: 1em;
}

.md-secondary {
  margin-left: 1em;
}

.sign_up_footer_message {
  margin-top: 2em;
  margin-bottom: 2em;
}

.sign_up_footer_message label {
  font-weight: normal;
}

.help-block {
  color: rgb(244, 67, 54);
  font-size: 12px;
}

.menu-list {
  list-style: none;
  padding: 0;
}

.menu-list--link {
  color: black;
  width: 100%;
  height: 4em;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  cursor: pointer;
  overflow: hidden;
  transition: box-shadow 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), background-color 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  text-align: left;
  padding-left: 1em;
  background-color: rgb(250, 250, 250);
  margin-top: 0.3em;
}

.menu-list--link a {
  text-decoration: none;
  vertical-align: middle;
}

.menu-list--link a i {
  font-size: 1.6em;
  padding-top: 0.8em;
  padding-left: 0.8em;
  width: 2.4em;
}

.menu-list--link a span {
  padding-left: 1em;
  vertical-align: middle;
  color: black;
}

.menu-list--general {
  display: none;
}

@media (max-width: 767px) {
  .menu-list--general {
    display: block;
  }
}

.menu-list--large {
  display: block;
}

@media (max-width: 767px) {
  .menu-list--large {
    display: none;
  }
}

.menu-list--mobile {
  display: none;
}

@media (max-width: 767px) {
  .menu-list--mobile {
    display: block;
  }
}

.login-section {
  margin-bottom: 20px;
}

.login-Top {
  position: fixed;
  z-index: 300;
  top: 50%;
  left: 50%;
  margin-top: -205px;
  margin-left: -167px;
}

.login-logo {
  text-align: center;
}

.login-logo img {
  width: 30em;
}

@media (max-width: 767px) {
  .login-logo img {
    display: none;
  }
}

.login-links {
  margin-top: 1em;
}

.login-news-figure {
  transition: all 0.4s ease-in-out;
}

.login-news-figure:hover {
  transform: scale(1.1) rotate(3deg);
}

.login-news-content {
  height: 120px;
}

.login-news-title {
  text-align: left;
  font-family: Oswald, Georgia, Times, "Times New Roman";
  font-size: 16px;
  color: #424141;
  font-weight: 700;
  text-transform: uppercase;
  margin: 10px 5px 0 5px;
  min-height: 60px;
  height: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 20px;
}

@media (max-width: 1600px) {
  .login-news-title {
    font-size: 18px;
  }
}

@media (max-width: 1440px) {
  .login-news-title {
    font-size: 16px;
  }
}

@media (max-width: 959px) {
  .login-news-title {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .login-news-title {
    font-size: 13px;
    text-transform: none;
    font-weight: 400;
    margin: 10px 10px;
    min-height: auto;
  }
}

.login-news-titleContent {
  height: 50px;
}

@media (max-width: 767px) {
  .login-news-titleContent {
    height: auto;
  }
}

.login-news-excerpt {
  font-family: Lato, Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  /*font-size: 16px; */
  color: #3C3C3C;
  font-weight: 400;
  padding: 5px 5px 5px 5px;
  text-align: left;
  display: block;
  /* Fallback for non-webkit */
  display: -webkit-box;
  max-width: 400px;
  height: 42px;
  /* Fallback for non-webkit */
  margin: 0 auto;
  font-size: 16px;
  line-height: 18px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  /*height: 48px;
  overflow: hidden;
  line-height: 22px;
  text-overflow: ellipsis;*/
}

@media (max-width: 1600px) {
  .login-news-excerpt {
    font-size: 16px;
  }
}

@media (max-width: 1440px) {
  .login-news-excerpt {
    font-size: 16px;
  }
}

@media (max-width: 959px) {
  .login-news-excerpt {
    font-size: 12px;
  }
}

@media (max-width: 767px) {
  .login-news-excerpt {
    font-size: 12px;
  }
}

.login-news-date {
  background: #31B7BC;
  min-height: 50px;
  width: 100%;
  margin-bottom: 0px;
  margin-top: 10px;
}

.login-news-date span {
  font-family: Lato, Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 10px 15px;
  color: white;
  font-weight: 400;
  text-transform: uppercase;
  display: inline-block;
}

.login-news-viewmore {
  font-size: 12px;
  font-family: Oswald, Georgia, Times, "Times New Roman", sans-serif;
  color: white;
  font-weight: 400;
  text-transform: uppercase;
  float: right;
  padding-right: 30px;
}

.login-news-viewmore:hover {
  color: #31b7bc;
}

.login-Icon {
  padding-right: 0.9em;
}

.login-facebookButton {
  background-color: #3b5999;
  color: rgb(255, 255, 255);
  width: 120px;
  height: 50px;
  font-size: 1.1em;
  font-weight: 700;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  width: 180px;
}

@media (max-width: 767px) {
  .login-facebookButton {
    width: 120px;
    height: 40px;
    font-size: 0.8em;
  }
}

.login-googleButton {
  background-color: #31b7bc;
  color: rgb(255, 255, 255);
  width: 120px;
  height: 50px;
  font-size: 1.1em;
  font-weight: 700;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  width: 180px;
}

@media (max-width: 767px) {
  .login-googleButton {
    width: 120px;
    height: 40px;
    font-size: 0.8em;
  }
}

.login-buttons {
  width: 230px;
  height: 60px;
  font-size: 1.3em;
  font-weight: 700;
}

.login-buttons-header {
  width: 130px;
  height: 40px;
  font-size: 1em;
  font-weight: 500;
}

.login--avatar {
  display: block;
  text-align: center;
  padding-top: 10px;
}

.login--avatar .login--avatar-img {
  width: 8em;
  height: 8em;
  border-radius: 15em;
  border-color: rgb(255, 255, 255);
  border-width: 3px;
  border-style: solid;
  border-color: grey;
  border-width: 1px;
}

.login-Box {
  width: 80%;
  margin: 0 auto;
}

.login-social {
  padding: 0.5em 0 0 0;
}

.login--box {
  margin-top: 1em;
  padding-top: 1em;
  background-color: rgb(255, 255, 255);
  border-radius: 4px;
  position: relative;
  opacity: 1;
}

.login--box h2 {
  text-align: center;
  font-size: 1.7em;
}

.login-orText {
  padding: 1.5em 0 0.5em 0;
}

@media (max-width: 767px) {
  .login-video {
    display: none;
  }
}

.login-background {
  background: url("../img/home-slider-1400.jpg") no-repeat;
  background-size: cover;
}

@media (max-width: 767px) {
  .login-background {
    display: none;
  }
}

.login-textbox {
  background-image: url("../img/fons_gris_social_new.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  color: black;
  height: 300px;
  width: 100%;
}

.login-textbox-content {
  margin-left: 21%;
  margin-right: 30px;
}

@media (max-width: 1040px) {
  .login-textbox-content {
    margin-left: 23%;
  }
}

@media (max-width: 959px) {
  .login-textbox-content {
    margin-left: 27%;
  }
}

.login-textbox h2 {
  text-align: justify;
  font-weight: 400;
  font-family: Oswald, Georgia, Times, "Times New Roman";
  text-transform: uppercase;
}

@media (max-width: 959px) {
  .login-textbox h2 {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .login-textbox h2 {
    font-size: 18px;
  }
}

.login-textbox h4 {
  padding-top: 30px;
  font-weight: 100;
  font-size: 18px;
  font-family: Oswald, Georgia, Times, "Times New Roman";
}

@media (max-width: 959px) {
  .login-textbox h4 {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .login-textbox h4 {
    font-size: 16px;
  }
}

.login-textbox-mobile {
  background-image: url("../img/fons_registre_mobil.jpg");
  background-size: cover;
  padding: 40px 20px;
  width: 100vw;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 414px) {
  .login-textbox-mobile {
    max-height: 500px;
    max-width: 100%;
  }
}

.login-textbox-mobile h2 {
  font-family: Oswald, Georgia, Times, "Times New Roman";
  text-transform: uppercase;
  text-align: justify;
}

@media (max-width: 959px) {
  .login-textbox-mobile h2 {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .login-textbox-mobile h2 {
    font-size: 18px;
  }
}

.login-textbox-mobile-left h2 {
  text-align: left !important;
}

.login-textbox-mobile h4 {
  font-size: 18px;
  font-family: Oswald, Georgia, Times, "Times New Roman";
  font-weight: 100;
  padding-top: 20px;
}

@media (max-width: 959px) {
  .login-textbox-mobile h4 {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .login-textbox-mobile h4 {
    font-size: 16px;
  }
}

.login-textboxBottom {
  background-image: url("../img/fons_gris_machine_new.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  color: black;
  height: 300px;
  width: 100%;
}

.login-textboxBottom-content {
  margin-left: 30%;
  margin-right: 30px;
}

@media (max-width: 1040px) {
  .login-textboxBottom-content {
    margin-left: 34%;
  }
}

@media (max-width: 959px) {
  .login-textboxBottom-content {
    margin-left: 40%;
  }
}

.login-textboxBottom h2 {
  text-align: justify;
  font-weight: 400;
  font-family: Oswald, Georgia, Times, "Times New Roman";
  text-transform: uppercase;
}

@media (max-width: 959px) {
  .login-textboxBottom h2 {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .login-textboxBottom h2 {
    font-size: 18px;
  }
}

.login-textboxBottom h4 {
  padding-top: 30px;
  font-weight: 100;
  font-size: 18px;
  font-family: Oswald, Georgia, Times, "Times New Roman";
}

@media (max-width: 959px) {
  .login-textboxBottom h4 {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .login-textboxBottom h4 {
    font-size: 16px;
  }
}

.login-textboxBottom-mobile {
  background-image: url("../img/fons_connection_mobil.jpg");
  background-size: cover;
  padding: 40px 20px;
  width: 100vw;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 414px) {
  .login-textboxBottom-mobile {
    max-height: 500px;
    max-width: 100%;
  }
}

.login-textboxBottom-mobile h2 {
  font-family: Oswald, Georgia, Times, "Times New Roman";
  text-transform: uppercase;
  text-align: justify;
}

@media (max-width: 959px) {
  .login-textboxBottom-mobile h2 {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .login-textboxBottom-mobile h2 {
    font-size: 18px;
  }
}

.login-textboxBottom-mobile h4 {
  font-size: 18px;
  font-family: Oswald, Georgia, Times, "Times New Roman";
  font-weight: 100;
  padding-top: 20px;
}

@media (max-width: 959px) {
  .login-textboxBottom-mobile h4 {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .login-textboxBottom-mobile h4 {
    font-size: 16px;
  }
}

.md-toolbar-aux {
  min-height: 40px;
}

.md-toolbar-aux .md-toolbar-tools {
  height: 40px;
  font-size: 0.9em;
}

.main-fab {
  position: absolute;
  z-index: 20;
  font-size: 30px;
  top: 20px;
  right: 30px;
  transform: scale(0.88, 0.88);
}

.main-fab2 {
  position: absolute;
  z-index: 1000;
  font-size: 30px;
  top: 0px;
  right: 0px;
  transform: scale(0.88, 0.88);
}

.md-breadcrumb {
  padding-left: 88px;
}

.JCLRgrip:first-child {
  left: 105px !important;
  display: none !important;
}

.JColResizer th:first-child {
  width: 105px !important;
}

.md-table {
  min-width: 100%;
  border-collapse: collapse;
}

.md-table tbody tr:hover,
.md-table tbody tr:focus {
  cursor: pointer;
  background-color: rgba(63, 81, 181, 0.2);
}

.md-table-header {
  border-bottom: 1px solid rgb(230, 230, 230);
  color: rgb(130, 130, 130);
  text-align: left;
  font-weight: 700;
  padding: 16px 16px 16px 0;
}

.md-table-header a {
  text-decoration: none;
  color: inherit;
}

.md-table-content {
  white-space: nowrap;
  padding: 16px 16px 16px 0;
  height: 72px;
}

.md-table-td-more {
  max-width: 72px;
  width: 72px;
  padding: 16px;
}

.md-table-thumbs {
  max-width: 104px;
  width: 104px;
  padding: 16px 32px;
}

.md-table-thumbs div {
  overflow: hidden;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background-size: cover;
  box-shadow: 0 8px 10px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 8px 10px rgba(0, 0, 0, 0.1);
}

.md-table-footer {
  height: 40px;
  padding-left: 32px;
  padding-right: 32px;
}

.md-table-count-info {
  line-height: 40px;
}

.md-table-footer-item {
  width: 40px;
  height: 40px;
  vertical-align: middle;
}

.md-table-active-page {
  font-weight: 700;
}

.bold {
  font-weight: 700;
}

.grey {
  color: grey;
}

.text-left {
  text-align: left;
  vertical-align: middle;
}

.text-center .text-left .text-right {
  vertical-align: middle;
}

.text-center {
  text-align: center !important;
}

md-grid-tile-footer div {
  display: inline-block;
  padding-left: 0.3em;
}

md-grid-list md-grid-tile md-grid-tile-footer,
md-grid-list md-grid-tile md-grid-tile-header {
  background: rgba(113, 113, 113, 0.74);
}

.md-button.md-fab.md-xs {
  width: 34px;
  height: 34px;
  margin: 0;
  padding: 0;
}

.cardView {
  width: 96%;
  margin-left: 2em;
}

.cardView--text {
  font-size: 14px;
}

.cardView--textred i {
  color: #31b7bc;
}

.cardView--textgreen i {
  color: green;
}

.cardView--textorange i {
  color: darkorange;
}

.cardView--textgrey i {
  color: grey;
}

.cardView--textblack i {
  color: black;
}

.cardView--textwhite i {
  color: white;
}

.cardViewType {
  display: block;
}

@media (max-width: 959px) {
  .cardViewType {
    display: none;
  }
}

@media (max-width: 1440px) {
  .cardViewType {
    display: none;
  }
}

.gridViewType {
  display: none;
}

@media (max-width: 767px) {
  .gridViewType {
    display: none;
  }
}

@media (max-width: 959px) {
  .gridViewType {
    display: block;
  }
}

@media (max-width: 1440px) {
  .gridViewType {
    display: block;
  }
}

.community-avatar {
  width: 5em;
  height: 5em;
  border-radius: 5em;
  vertical-align: inherit;
}

.community-text {
  font-size: 14px;
}

.community-player-name {
  font-size: 1.3em;
  font-weight: bold;
  display: inline-block;
  white-space: pre-wrap;
  padding-left: 20px;
  padding-top: 5px;
}

.community-player-name a {
  color: rgb(255, 255, 255);
}

.community-player-followers {
  font-size: 14px;
  font-weight: normal;
  display: block;
  white-space: pre-wrap;
  padding-left: 20px;
  padding-bottom: 5px;
}

.community-profile-avatar {
  width: 16em;
  height: 16em;
  border-radius: 1em;
  vertical-align: inherit;
}

@media (max-width: 767px) {
  .community-profile-avatar {
    width: 6em;
    height: 6em;
  }
}

.community-profile-slogan {
  width: 80%;
  margin-left: 10%;
  margin-right: 10%;
}

@media (max-width: 959px) {
  .community-profile-image {
    width: 100%;
    text-align: center;
  }
}

@media (max-width: 767px) {
  .community-profile-image {
    width: 100%;
    text-align: center;
  }
}

.community-profile-separator {
  background-image: url("../img/connection-darts-header-red.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  height: 50px;
}

.community-profile-separator span {
  color: rgb(255, 255, 255);
  line-height: 50px;
  vertical-align: middle;
  padding-left: 40px;
  font-size: 18px;
  font-weight: bold;
}

.community-profile-player-name {
  font-size: 3em;
  font-weight: bold;
  display: inline-block;
  white-space: pre-wrap;
  padding-top: 10px;
}

@media (max-width: 1440px) {
  .community-profile-player-name {
    font-size: 3em;
  }
}

@media (max-width: 959px) {
  .community-profile-player-name {
    font-size: 3em;
    width: 100%;
    text-align: center;
  }
}

@media (max-width: 767px) {
  .community-profile-player-name {
    font-size: 2em;
    width: 100%;
    text-align: center;
  }
}

.community-profile-player-alias {
  font-size: 1.3em;
  font-weight: bold;
  display: inline-block;
  white-space: pre-wrap;
  line-height: 1.3em;
  padding-bottom: 10px;
}

.community-profile-player-followers {
  font-size: 14px;
  font-weight: normal;
  display: block;
  white-space: pre-wrap;
  padding-left: 20px;
  padding-bottom: 5px;
}

.community-profile-tile-heading {
  color: #9e9e9e;
  height: 18px;
  line-height: 18px;
  font-size: 18px;
  text-transform: uppercase;
  display: inline-block;
  text-align: center;
}

.community-profile-tile-body {
  color: #616161;
  font-size: 50px;
  font-weight: 600;
  z-index: 1;
  margin-top: 20px;
  text-align: center;
}

.community-profile-tile-icon {
  font-size: 1em;
  display: inline-block;
  padding-right: 10px;
}

.community-profile-tile-icon-green {
  color: #76D45F;
}

.community-profile-tile-icon-red {
  color: #F3B6B6;
}

.community-profile-tile-icon-blue {
  color: #95bbd8;
}

.community-profile-tile-icon-gold {
  color: gold;
}

.community-profile2 {
  background-size: cover;
  height: auto;
  padding-top: 50px;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  position: relative;
}

.community-profile2-slogan {
  width: 80%;
  margin-left: 10%;
  margin-right: 10%;
  color: white;
  text-align: center;
}

.community-profile2-slogan label {
  color: white;
}

.community-profile2-location {
  color: white;
  font-size: 18px;
  background: black;
  border-radius: 10px;
  padding: 10px 20px;
  margin: 10px;
}

@media (max-width: 767px) {
  .community-profile2-location {
    font-size: 16px;
  }
}

.community-profile2-headbar {
  background-color: rgba(0, 0, 0, 0.5);
  bottom: 0;
  color: white;
  font-size: 32px;
  line-height: 70px;
  margin: 0;
  padding: 0px 0px 0px 30px;
  position: absolute;
  text-align: left;
  width: 100%;
  left: 0px;
}

@media (max-width: 1040px) {
  .community-profile2-headbar {
    font-size: 28px;
  }
}

@media (max-width: 1040px) {
  .community-profile2-headbar {
    font-size: 24px;
  }
}

@media (max-width: 959px) {
  .community-profile2-headbar {
    line-height: 20px;
    font-size: 18px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.community-profile2-player-name {
  background: black;
  border-radius: 10px;
  padding: 10px 20px;
  margin: 10px;
  color: white;
  font-size: 32px;
  line-height: 30px;
  font-weight: bold;
  display: inline-block;
  opacity: 0.8;
}

@media (max-width: 959px) {
  .community-profile2-player-name {
    max-width: 80%;
    text-align: center;
  }
}

@media (max-width: 767px) {
  .community-profile2-player-name {
    font-size: 20px;
    line-height: 26px;
    max-width: 80%;
    text-align: center;
  }
}

.community-profile2-player-alias {
  font-style: italic;
}

.community-profile2-player-avatar img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  vertical-align: inherit;
  box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
}

@media (max-width: 767px) {
  .community-profile2-player-avatar img {
    width: 80px;
    height: 80px;
  }
}

.community-search {
  background-color: #F1EFEF;
  padding-left: 10px;
}

.community-search-detail {
  width: 100%;
  margin-left: 20px;
}

@media (max-width: 767px) {
  .community-search-detail {
    margin-left: 0px;
  }
}

.community-search-leftbar {
  margin-left: 0px;
  min-width: 240px;
  margin-right: 20px;
}

@media (max-width: 767px) {
  .community-search-leftbar {
    margin-right: 0px;
  }
}

.community-search-leftbar li {
  list-style: none;
}

.community-search-leftbar li a {
  cursor: inherit;
  color: #6B6B6B;
  text-decoration: none;
  border-bottom: 1px solid #CCC;
  padding: 5px 0;
  margin: 5px 0;
  display: block;
  font-size: 12px;
}

.community-search-leftbar li a:hover {
  cursor: inherit;
  color: black;
  text-decoration: none;
  border-bottom: 1px solid #CCC;
  padding: 5px 0;
  margin: 5px 0;
  display: block;
  font-size: 12px;
}

.community-search-leftbar li a.active {
  color: #31b7bc;
}

.home-profile-image-1 {
  background: url("../img/home/header/home1.jpg") no-repeat;
  background-size: cover;
}

.home-profile-image-2 {
  background: url("../img/home/header/home2.jpg") no-repeat;
  background-size: cover;
}

.home-profile-image-3 {
  background: url("../img/home/header/home3.jpg") no-repeat;
  background-size: cover;
}

.home-profile-image-4 {
  background: url("../img/home/header/home4.jpg") no-repeat;
  background-size: cover;
}

.home-profile-image-5 {
  background: url("../img/home/header/home5.jpg") no-repeat;
  background-size: cover;
}

.home-profile-image-6 {
  background: url("../img/home/header/home6.jpg") no-repeat;
  background-size: cover;
}

.home-profile-image-7 {
  background: url("../img/home/header/home7.jpg") no-repeat;
  background-size: cover;
}

.sidenav-left {
  height: 115px;
}

.sidenav-left--inner {
  padding-top: 1em;
  padding-left: 1em;
}

.sidenav-left--foto {
  display: inline-block;
}

.sidenav-left--foto--logo {
  width: 4em;
  height: 4em;
  border-radius: 3em;
  border-color: rgb(255, 255, 255);
  border-width: 3px;
  border-style: solid;
  vertical-align: inherit;
}

.sidenav-left--data {
  display: inline-block;
  color: rgb(255, 255, 255);
  display: inline-block;
  padding-left: 1em;
}

.menu-list2 {
  list-style: none;
  padding-left: 0;
  margin: 20px 0 0 0;
}

.menu-list2 li > a {
  padding: 14px 20px 14px 52px;
  display: block;
  /*color: #4C4C4C;*/
  color: white;
  font-weight: 500;
  position: relative;
}

.menu-list2 li > a i {
  position: absolute;
  left: 16px;
  font-size: 20px;
  top: 0;
  width: 25px;
  text-align: center;
  padding: 9px 0;
}

.menu-list2 a {
  padding: 14px 20px 14px 52px;
  display: inline-block;
  /*color: #4C4C4C;*/
  color: white;
  font-weight: 500;
  position: relative;
}

.menu-list2 a i {
  position: absolute;
  left: 16px;
  font-size: 20px;
  top: 0;
  width: 25px;
  text-align: center;
  padding: 9px 0;
}

.menu-list3 {
  list-style: none;
  padding-left: 0;
  margin: 20px 0 0 0;
}

.menu-list3 li > a {
  padding: 14px 20px 14px 52px;
  display: block;
  font-weight: 500;
  position: relative;
}

.menu-list3 li > a i {
  position: absolute;
  left: 16px;
  font-size: 20px;
  top: 0;
  width: 25px;
  text-align: center;
  padding: 9px 0;
}

.menu-list3 li > a span {
  font-weight: 700;
}

.menu-top {
  list-style: none;
  padding-left: 0;
}

.menu-top a {
  padding: 2px 2px 2px 52px;
  display: inline-block;
  line-height: 32px;
  color: white;
  font-weight: 500;
  position: relative;
}

.menu-top a i {
  position: absolute;
  left: 16px;
  font-size: 20px;
  top: 0;
  width: 25px;
  text-align: center;
  padding: 9px 0;
}

.menu-list2 > li:active,
.menu-list2 > li:hover {
  background-color: #F4F4F4;
}

.menu-list2 > li:active a,
.menu-list2 > li:hover a {
  text-decoration: none;
  color: #31b7bc;
}

.menu-list3 > li:active,
.menu-list3 > li:hover {
  background-color: #31b7bc;
}

.menu-list3 > li:active a,
.menu-list3 > li:hover a {
  text-decoration: none;
}

.menu-list3 > li:active a i,
.menu-list3 > li:hover a i {
  color: #31b7bc;
}

.menu-list3 > li:active a span,
.menu-list3 > li:hover a span {
  color: white;
}

.menu-list3-noactive {
  padding: 2px 10px 2px 10px;
  font-size: 12px;
  border-radius: 4px;
  color: #4C4C4C;
}

.menu-list3-active {
  background-color: #31b7bc;
  padding: 2px 10px 2px 10px;
  font-size: 12px;
  border-radius: 4px;
  color: white;
}

.main-menu {
  padding: 0px 20px;
  height: 124px;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-color: #262230;
}

@media (max-width: 959px) {
  .main-menu {
    padding-left: 0px;
    padding-right: 0px;
    height: 60px;
  }
}

@media (max-width: 767px) {
  .main-menu {
    padding-left: 0px;
    padding-right: 0px;
    height: 60px;
  }
}

.main-menu .menu_content {
  margin: 0 auto;
}

.main-menu .menu_content .logo {
  display: inline-block;
  padding-top: 4px;
}

@media (max-width: 767px) {
  .main-menu .menu_content .logo {
    padding-top: 0;
  }
}

.main-menu .menu_content .logo a img {
  display: block;
}

@media (max-width: 959px) {
  .main-menu .menu_content .logo a img {
    width: 160px;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
  }
}

.main-menu .menu_content .menu_content-menu {
  display: none;
}

@media (max-width: 1440px) {
  .main-menu .menu_content .menu_content-menu {
    display: inline-block;
    float: right;
    text-align: right;
    width: 78%;
    margin-top: 20px;
  }
}

.main-menu-4players {
  bottom: 0px;
  position: absolute;
  text-align: center;
  width: 100%;
}

.main-menu-4players img {
  height: 110px;
}

.main-menu-line {
  background-color: rgba(0, 0, 0, 0.5);
  bottom: 0px;
  height: 40px;
  margin-left: -20px;
  position: absolute;
  width: 100%;
}

.main-menu-avatar {
  position: absolute;
  right: 20px;
  top: 12px;
}

@media (max-width: 959px) {
  .main-menu-avatar {
    right: 10px;
    top: 3px;
  }
}

@media (max-width: 767px) {
  .main-menu-avatar {
    right: 10px;
    top: 5px;
  }
}

.main-menu-avatar img {
  border-radius: 50%;
  box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.2);
  height: 88px;
  vertical-align: inherit;
  width: 88px;
}

@media (max-width: 959px) {
  .main-menu-avatar img {
    height: 50px;
    width: 50px;
  }
}

@media (max-width: 767px) {
  .main-menu-avatar img {
    height: 50px;
    width: 50px;
  }
}

.main-menu-avatar i {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 0px;
  right: 0px;
}

@media (max-width: 959px) {
  .main-menu-avatar i {
    right: -10px;
  }
}

@media (max-width: 767px) {
  .main-menu-avatar i {
    right: -10px;
  }
}

.main-menu-avatar-notification {
  background-color: rgb(213, 0, 0);
  border-radius: 50%;
  text-align: center;
  color: white;
  vertical-align: middle;
  line-height: 18px;
  width: 20px;
  font-size: 12px;
  height: 20px;
  font-weight: bolder;
  bottom: 10px;
  position: absolute;
  right: 0px;
  cursor: pointer;
}

@media (max-width: 767px) {
  .main-menu-avatar-notification {
    bottom: 0px;
    right: -5px;
  }
}

.header-inner {
  list-style: none;
  float: right !important;
  padding-top: 30px;
}

.header-inner li {
  display: inline-block;
  vertical-align: top;
}

.header-title {
  padding-top: 25px;
  vertical-align: top;
  height: 40px;
  color: white;
  font-size: 1.2em;
  cursor: pointer;
}

.header-title-sm {
  margin: 0px;
  padding-top: 16px;
  vertical-align: top;
  height: 40px;
  color: white;
  font-size: 1.2em;
  cursor: pointer;
}

.header-menu {
  display: inline-block;
  padding-top: 30px;
  margin-top: -10px;
}

@media (max-width: 959px) {
  .header-menu {
    padding-top: 6px;
    display: inline-block;
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  .header-menu {
    padding-top: 6px;
    display: inline-block;
    margin: 0 auto;
  }
}

.login-menu {
  float: right;
  display: inline-block;
  padding-top: 30px;
  margin-top: -10px;
}

@media (max-width: 959px) {
  .login-menu {
    padding-top: 14px;
  }
}

@media (max-width: 767px) {
  .login-menu {
    padding-top: 5px;
    display: inline-block;
    margin: 0 auto;
    padding-right: 8px;
  }
}

.top-menu {
  list-style: none;
  padding: 0;
  margin-top: -10px;
}

.pull-right {
  float: right !important;
}

.md-button.md-fab-mini {
  line-height: 44px;
}

.md-button.md-fab-mini i {
  font-size: 20px;
}

.header-right--foto {
  display: inline-block;
  margin-left: 20px;
  margin-top: -10px;
}

.header-right--foto--logo {
  width: 62px;
  height: 62px;
  border-radius: 62px;
  vertical-align: inherit;
  box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.2);
}

@media (max-width: 767px) {
  .header-right--foto--logo {
    margin-right: 4px;
    width: 48px;
    height: 48px;
    border-radius: 48px;
  }
}

.Summary-CurrentState {
  margin: 8px 8px 8px 8px;
  font-color: rgb(0, 0, 0);
}

.Summary-CurrentState-Avatar {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  border-color: rgb(255, 255, 255);
  border-width: 3px;
  border-style: solid;
}

.Summary-avatar img {
  width: 10em;
  height: 10em;
  border-radius: 10em;
  border-color: rgb(255, 255, 255);
  border-width: 0px;
  border-style: none;
  vertical-align: inherit;
}

.Summary-ChartEvolution {
  background-color: yellow;
  width: 200px;
}

.Player-State {
  margin: 8px 8px 8px 8px;
  font-color: rgb(0, 0, 0);
}

.Player-State-Avatar {
  width: 80px;
  height: 80px;
  border-radius: 50px;
  border-color: rgb(255, 255, 255);
  border-width: 3px;
  border-style: solid;
}

connectionplayer-header,
connectionplayer-header-login,
connectionplayer-header-login-sm,
headerprivatelogin {
  width: 100%;
  z-index: 100;
  position: fixed;
}

@media (max-width: 1440px) {
  connectionplayer-header,
  connectionplayer-header-login,
  connectionplayer-header-login-sm,
  headerprivatelogin {
    z-index: 100;
    height: 100px;
  }
}

@media (max-width: 959px) {
  connectionplayer-header,
  connectionplayer-header-login,
  connectionplayer-header-login-sm,
  headerprivatelogin {
    z-index: 100;
  }
}

@media (max-width: 767px) {
  connectionplayer-header,
  connectionplayer-header-login,
  connectionplayer-header-login-sm,
  headerprivatelogin {
    z-index: 100;
  }
}

.connectionplayer-footer-fixed {
  position: absolute;
  width: 100%;
  bottom: 0px;
}

connectionplayer-header-return {
  width: 100%;
  position: fixed;
  z-index: 100;
}

.fa-transparent {
  background-color: transparent !important;
}

.fa-menu {
  width: 40px !important;
  height: 40px !important;
  line-height: 40px !important;
}

.fa-menu i {
  font-size: 20px !important;
}

.fa-red {
  color: #31b7bc;
}

.fa-grey {
  color: grey;
}

.fa-big {
  font-size: 24px;
  padding-top: 10px;
  padding-right: 10px;
}

.fa-search {
  color: rgb(255, 255, 255);
  font-size: 20px;
}

@media (max-width: 767px) {
  .fa-search {
    font-size: 20px;
    width: 20px;
  }
}

.fa-search-small {
  font-size: 16px;
  padding-right: 10px;
}

.fa-user2 {
  color: rgb(255, 255, 255);
  font-size: 24px;
}

@media (max-width: 767px) {
  .fa-user2 {
    font-size: 20px;
    width: 30px;
  }
}

.fa-bell-o {
  color: rgb(255, 255, 255);
  font-size: 24px;
}

@media (max-width: 767px) {
  .fa-bell-o {
    font-size: 20px;
    width: 30px;
  }
}

.fa-bell {
  color: rgb(255, 255, 255);
  font-size: 24px;
}

@media (max-width: 767px) {
  .fa-bell {
    font-size: 20px;
    width: 30px;
  }
}

.fa-bell-slash-o {
  color: rgb(255, 255, 255);
  font-size: 24px;
}

@media (max-width: 767px) {
  .fa-bell-slash-o {
    font-size: 20px;
    width: 30px;
  }
}

.app-container {
  background-color: #F5F5F5;
}

@media (max-width: 767px) {
  .app-container {
    background-color: white;
  }
}

.game-status {
  font-size: 2em;
  line-height: 35px;
  width: 35px;
  height: 35px;
  vertical-align: middle;
}

.game-status-normal {
  font-size: 2em;
  vertical-align: middle;
}

.game-status-mini {
  font-size: 1em;
  vertical-align: middle;
}

.filter-button {
  position: absolute;
  z-index: 1000;
  right: 0px;
  top: -2px;
}

.content {
  min-height: 1000px;
  height: 100%;
  padding-top: 80px;
}

@media (max-width: 1440px) {
  .content {
    padding-top: 80px;
  }
}

@media (max-width: 959px) {
  .content {
    padding-top: 80px;
  }
}

@media (max-width: 767px) {
  .content {
    padding-top: 60px;
  }
}

.please-wait {
  min-height: 150px;
}

md-select {
  padding: 0px 5px 5px 0px;
  margin: 5px 10px 5px;
}

.banner-right {
  width: 300px;
  min-height: 800px;
}

@media (max-width: 1440px) {
  .banner-right {
    width: 300px;
  }
}

@media (max-width: 959px) {
  .banner-right {
    width: 200px;
  }
}

@media (max-width: 767px) {
  .banner-right {
    width: 200px;
  }
}

.banner-right figure {
  margin-bottom: 5px;
}

banner-top {
  display: none;
}

.banner-top {
  width: 100%;
  height: 100%;
}

banner-bottom {
  margin-top: 5px;
  margin-bottom: 20px;
  width: 100%;
  text-align: center;
}

@media (max-width: 959px) {
  banner-bottom {
    width: 100%;
    height: auto;
    text-align: center;
    padding-left: 5px;
  }
}

@media (max-width: 767px) {
  banner-bottom {
    width: 100%;
    height: auto;
    text-align: center;
    padding-left: 5px;
  }
}

banner-bottom div {
  text-align: center;
}

@media (max-width: 959px) {
  banner-bottom div {
    padding-right: 2px;
  }
}

@media (max-width: 767px) {
  banner-bottom div {
    padding-right: 2px;
  }
}

@media (max-width: 959px) {
  banner-bottom div > figure > img {
    max-width: 400px;
    padding-bottom: 10px;
  }
}

@media (max-width: 767px) {
  banner-bottom div > figure > img {
    max-width: 300px;
    padding-bottom: 10px;
  }
}

.banner-bottom {
  width: 100%;
  height: 100%;
}

video {
  width: 100%;
  height: auto;
  z-index: 10;
}

@media screen and (max-device-width: 800px) {
  #bgvid {
    display: none;
  }

  #divbgvid {
    position: fixed;
    top: 0%;
    left: 0px;
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    height: 100%;
    z-index: 10;
    background: url("../img/41f6372b9245e288e63690b3914ddc03.jpg") #000 no-repeat center center fixed;
    background-size: cover;
  }
}

.label-input-container {
  color: black;
}

.section-login {
  z-index: 20;
  opacity: 0.95;
  padding-top: 15px;
}

@media (max-width: 767px) {
  .section-login {
    padding-top: 0px;
  }
}

.page {
  width: 100%;
  height: auto;
}

.page--background {
  min-height: 1000px;
  background: url("../img/41f6372b9245e288e63690b3914ddc03b.jpg") white no-repeat center center fixed;
  background-size: cover;
}

.page--table {
  background-color: white;
  /*min-height: 820px; */
}

md-option .md-text {
  width: 300px;
}

.Calendar {
  text-align: center;
  background-color: #31b7bc;
  display: inline-block;
  margin-left: 2px;
  color: black;
  background: url("../img/41f6372b9245e288e63690b3914ddc03b.jpg") white no-repeat center center fixed;
  background-size: cover;
}

.Calendar-CurrentState {
  margin: 8px 8px 8px 8px;
  font-color: rgb(0, 0, 0);
}

.Calendar-CurrentState-Avatar {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  border-color: rgb(255, 255, 255);
  border-width: 3px;
  border-style: solid;
}

.Calendar-match {
  width: 270px;
  background-color: black;
  margin: 10px;
  text-align: center;
  vertical-align: middle;
  color: black;
  opacity: 0.8;
}

.Calendar-team-name {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 1.8em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  text-align: center;
  color: black;
}

.Calendar-team-result {
  margin-top: 10px;
  font-size: 2.4em;
  color: black;
  font-weight: bold;
}

.Calendar-team-vs {
  margin: 10px 0 10px 0;
  font-size: 0.9em;
  color: black;
  vertical-align: middle;
  font-weight: normal;
}

.Calendar-team-vs div {
  display: inline-block;
}

.Calendar-team-vs-result {
  font-size: 2.4em;
  font-weight: bold;
  background-color: black;
  color: white;
  padding: 5px 18px 5px 18px;
  border-radius: 10px;
}

.Calendar-header {
  background: rgba(2, 0, 0, 0.74);
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 1.2em;
  font-weight: bold;
}

.Calendar-header div {
  padding-left: 0.3em;
  color: white;
}

.Calendar-header-own {
  background-color: blue;
}

.Calendar-footer {
  background: rgba(2, 0, 0, 0.74);
  text-align: left;
}

.Calendar-footer div {
  display: inline-block;
  /*padding-left: 0.3em*/
}

.Calendar-window {
  overflow-x: scroll;
  width: 1000px;
}

@media (max-width: 1440px) {
  .Calendar-window {
    width: 1100px;
  }
}

@media (max-width: 959px) {
  .Calendar-window {
    width: 600px;
  }
}

@media (max-width: 767px) {
  .Calendar-window {
    width: 300px;
  }
}

.Calendar-mobile {
  color: white;
  font-size: 10px;
}

.Calendar-mobile-team {
  display: inline-block;
}

.Calendar-mobile-win {
  font-weight: 700;
  color: orange !important;
}

.Calendar-mobile-icon {
  margin-right: 5px;
}

.Calendar-mobile-ingame {
  background-color: #D50000;
  border-radius: 50%;
  color: #fff;
  text-transform: uppercase;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}

.Calendar-mobile-score {
  text-align: center;
}

.isNotOwnMatch {
  background-color: white;
}

.isOwnMatchWin {
  background-color: lightgreen;
}

.isOwnMatchLost {
  background-color: rgb(246, 146, 146);
}

.isOwnMatchOpened {
  background-color: #FFC200;
}

.isOwnMatchClosed {
  background-color: rgb(206, 206, 206);
}

.isOwnMatchWin2 {
  color: lightgreen;
}

.isOwnMatchLost2 {
  color: rgb(246, 146, 146);
}

.isOwnMatchOpened2 {
  color: #FFC200;
}

.isOwnMatchClosed2 {
  color: rgb(206, 206, 206);
}

.md-select-label {
  width: 300px;
}

.isNotOwnMatch2 {
  margin: 0px 3px;
}

.isOwnMatch2 {
  border: 3px white solid;
  border-radius: 4px;
}

.socialNetwork {
  margin-top: 8px;
  text-align: center;
}

.socialNetwork-title {
  text-transform: uppercase;
  font-size: 14px;
}

.socialNetwork-text {
  font-size: 46px;
  margin: 20px 0;
  font-weight: bolder;
}

.socialNetwork-button {
  margin-top: 20px;
}

.socialNetwork-prephoto {
  text-align: center;
}

.socialNetwork-photo {
  width: 80px;
  height: 80px;
  border-radius: 50%;
}

.socialNetwork-photo-small {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.socialNetwork-name {
  font-size: 12px;
  font-weight: bold;
  white-space: pre-wrap;
  padding-top: 4px;
  text-align: center;
  margin-bottom: 4px;
}

.socialNetwork-name a {
  color: black !important;
}

.socialNetwork-buttons {
  margin-bottom: 20px;
  text-align: center;
}

.socialNetwork-footer {
  background-color: #262230;
  background-repeat: no-repeat;
  background-size: cover;
}

.socialNetwork-notification-date {
  font-size: 12px;
  font-style: italic;
  color: #6d6d6d;
  margin-right: 20px;
}

.Private-menu-notification {
  padding-top: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.38);
}

.Private-menu-notification-title {
  color: white;
  text-transform: uppercase;
  margin: 0 15px;
}

.Private-menu-notification-text {
  margin: 0 15px;
  padding: 10px;
  border-bottom: 1px solid #bdbdbd;
}

@media (max-width: 767px) {
  .Private-menu-notification-text {
    margin: 0;
    padding: 0;
  }
}

.advantages-close i {
  border: 2px solid white;
  padding: 6px 8px;
  border-radius: 50%;
  cursor: pointer;
}

.showHistoricalInformation {
  margin-right: 50px;
}

@media (max-width: 767px) {
  .showHistoricalInformation {
    margin-right: 0px;
  }
}

.OpeNews {
  min-width: 60vw;
}

.OpeNews-Main {
  padding-right: 20px;
}

@media (max-width: 767px) {
  .OpeNews-Main {
    padding: 0;
  }
}

@media (max-width: 767px) {
  .OpeNews {
    background-color: #efefef;
    margin: 0px;
    padding: 4px;
    min-width: 100vw;
  }
}

.OpeNews-Item {
  margin-bottom: 4px;
  background-color: white;
}

@media (max-width: 767px) {
  .OpeNews-Item {
    padding: 8px;
  }
}

.OpeNews-Header {
  margin: 4px;
  text-transform: uppercase;
}

.OpeNews-ContentText {
  font-size: 0.9em;
  margin: 8px 4px;
  text-align: justify;
}

.OpeNews-PublishDate {
  font-size: 0.8em;
  font-style: oblique;
  color: grey;
  padding-right: 8px;
}

@media (max-width: 767px) {
  .trimestral {
    margin-top: 50px;
  }
}

/* Tables
================================== */

.Rtable {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 1em 0;
  padding: 0;
}

.Rtable-cell {
  box-sizing: border-box;
  flex-grow: 1;
  width: 100%;
  padding: 0.8em 1.2em;
  overflow: hidden;
  list-style: none;
  border: solid 3px #f1f1f1;
  background: fade(slategrey, 20%);
}

.Rtable-cell > h1,
.Rtable-cell > h2,
.Rtable-cell > h3,
.Rtable-cell > h4,
.Rtable-cell > h5,
.Rtable-cell > h6 {
  margin: 0;
}

.Rtable-cell-money {
  text-align: right;
}

.season-title {
  text-transform: uppercase;
  margin: 14px 10px;
}

.season-premium {
  text-align: center;
  width: 100%;
  margin-bottom: 14px;
}

/* Table column sizing
================================== */

.Rtable--2cols > .Rtable-cell {
  width: 50%;
}

.Rtable--3cols > .Rtable-cell {
  width: 33.33%;
}

.Rtable--4cols > .Rtable-cell {
  width: 25%;
}

.Rtable--5cols > .Rtable-cell {
  width: 20%;
}

.Rtable--6cols > .Rtable-cell {
  width: 16.6%;
}

.League--OpenedGames-counter {
  background-color: #31b7bc;
  border-radius: 10px;
  width: 16px;
  height: 16px;
  color: white;
  position: relative;
  top: -20px;
  left: 15px;
}

.League--OpenedGames-counter {
  background-color: #D50000;
  border-radius: 15px;
  width: 16px;
  height: 22px;
  color: #fff;
  position: relative;
  left: -10px;
}

.in-game {
  color: white;
  margin-top: 6px;
  height: 40px;
  width: 40px;
  line-height: 45px;
}

.blink {
  animation: blink 2s steps(5, start) infinite;
  -webkit-animation: blink 2s steps(5, start) infinite;
}

@keyframes blink {
  to {
    visibility: hidden;
  }
}

.homeProfileLabel {
  background-color: #1d1d1d;
  color: white;
  padding: 5px 40px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  cursor: pointer;
  text-align: center;
}

@media (max-width: 767px) {
  .homeProfileLabel {
    opacity: 0.85;
    padding: 0px;
    white-space: nowrap;
  }
}

.homeProfileLabel a {
  color: white;
}

.premiumExpiration {
  background-color: #a01010;
  color: white;
  padding: 5px 40px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  cursor: pointer;
  text-align: center;
}

@media (max-width: 767px) {
  .premiumExpiration {
    opacity: 0.85;
    padding: 0px;
    white-space: nowrap;
  }
}

.premiumExpiration a {
  color: white;
}

.advantages {
  position: absolute;
  display: block;
  z-index: 100;
}

@media (max-width: 767px) {
  .advantages {
    margin-top: 60px;
  }
}

.advantages-explain {
  display: block;
  max-width: 96vw;
}

.advantagesWrapper {
  display: block;
  width: 100%;
}

.advantagesContent {
  background-color: #1d1d1d;
  background-image: url("../img/premium/background-premium.jpg");
  background-blend-mode: color-dodge;
  background-repeat: no-repeat;
  background-size: cover;
  color: white;
  padding: 5px;
}

@media (max-width: 767px) {
  .advantagesContent {
    opacity: 0.85;
  }
}

.advantagesContent div {
  padding: 10px;
  text-align: justify;
}

@media (max-width: 767px) {
  .advantagesContent div {
    text-align: left;
  }
}

.advantagesContent div li {
  text-align: left;
}

.premium-menu {
  color: #31B7BC !important;
  font-weight: bold;
  text-transform: uppercase;
}

.premium-title {
  color: #31B7BC !important;
  font-weight: bold;
  text-transform: uppercase;
}

.premium-label {
  font-weight: bold;
  font-size: 12px;
  padding-left: 10px;
  margin-bottom: 2px;
}

.premium-text {
  border: 1px solid #B1AEAE !important;
  border-radius: 4px !important;
  line-height: 26px;
  padding-left: 4px;
}

.premium-literature {
  text-align: justify;
  margin: 10px;
}

.premium-card {
  background-image: url("img/premium/premium-background.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

.premium-logo {
  display: block;
  max-width: 380px;
  width: 80%;
  margin: 0 auto;
  top: 12px;
  position: absolute;
  z-index: 10;
  left: 50%;
  transform: translateX(-50%);
}

.premium-year {
  display: block;
  width: 80%;
  max-width: 380px;
  margin: 0 auto;
  bottom: 20px;
  position: absolute;
  z-index: 10;
  left: 50%;
  transform: translateX(-50%);
}

.premium-image {
  margin-top: 30px;
  position: relative;
  width: 12em !important;
  height: 12em !important;
  margin: 30px auto 0;
}

.premium-image img {
  display: block;
  position: relative;
  margin-top: 9%;
  margin: 9% auto 0;
  max-width: 82%;
  height: auto;
  border: 2px solid #000;
  box-shadow: 1px 1px 1px 0px rgb(255, 255, 255);
}

.premium-image::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 2px solid #000;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#400808+0,920707+99,920707+100,920707+100,920707+100 */
  background: #400808;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #400808 0%, #920707 99%, #920707 100%, #920707 100%, #920707 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#400808", endColorstr="#920707",GradientType=0 );
  /* IE6-9 */
  box-shadow: inset 1px 1px 2px 0px rgba(255, 255, 255, 0.5);
}

.premium-qr qrcode {
  border: 12px solid white;
}

.premium-data {
  color: white;
  font-size: 20px;
  line-height: 30px;
  font-weight: bolder;
  margin: 20px 0;
  text-align: center;
}

.premium-data-alias {
  font-size: 28px;
  margin: 10px 0 20px 0;
}

.premium-data-name {
  font-size: 16px;
  font-weight: lighter;
  line-height: 18px;
  margin: 5px 0;
}

.premium-last {
  margin-bottom: 50px;
}

.premium-bg {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.premium-freegames {
  height: 340px;
}

@media (max-width: 767px) {
  .premium-freegames {
    height: auto;
  }
}

.premium-freegames-title h3 {
  text-transform: uppercase;
  color: #31B7BC;
}

.premium-freegames-text {
  color: #717171;
  font-size: 1em;
}

.premium-freegames-explain {
  font-style: italic;
  color: #717171;
  font-size: 0.8em;
}

.md-input-container-min-height {
  height: 30px;
}

@media (max-width: 767px) {
  .md-input-container-min-height {
    height: 60px;
  }
}

md-input-container {
  padding: 0px;
  margin: 18px 0 0 0;
}

md-input-container label {
  font-weight: normal;
  color: rgb(0, 0, 0);
  font-size: 16px;
  padding-left: 10px;
}

@media (max-width: 767px) {
  md-input-container label {
    font-size: 12px;
  }
}

md-input-container input {
  border: 1px solid #989898;
  background-color: #FFFFFF;
  font-size: 16px;
  line-height: 20px;
}

.md-input-focused label {
  padding-bottom: 4px;
}

md-input-container .md-input {
  border: 1px solid #989898;
  background-color: #FFFFFF;
}

md-input-container:not(.md-input-has-value) input:not(:focus),
md-input-container:not(.md-input-has-value) input:not(:focus)::-webkit-datetime-edit-ampm-field,
md-input-container:not(.md-input-has-value) input:not(:focus)::-webkit-datetime-edit-day-field,
md-input-container:not(.md-input-has-value) input:not(:focus)::-webkit-datetime-edit-hour-field,
md-input-container:not(.md-input-has-value) input:not(:focus)::-webkit-datetime-edit-millisecond-field,
md-input-container:not(.md-input-has-value) input:not(:focus)::-webkit-datetime-edit-minute-field,
md-input-container:not(.md-input-has-value) input:not(:focus)::-webkit-datetime-edit-month-field,
md-input-container:not(.md-input-has-value) input:not(:focus)::-webkit-datetime-edit-second-field,
md-input-container:not(.md-input-has-value) input:not(:focus)::-webkit-datetime-edit-text,
md-input-container:not(.md-input-has-value) input:not(:focus)::-webkit-datetime-edit-week-field,
md-input-container:not(.md-input-has-value) input:not(:focus)::-webkit-datetime-edit-year-field {
  border: 1px solid #989898;
  background-color: #FFFFFF;
}

md-input-container .md-input:invalid {
  border: 1px solid #989898;
  background-color: #FFFFFF;
}

md-input-container .md-input:invalid {
  border: 1px solid #989898;
  background-color: #FFFFFF;
}

md-input-container.md-input-has-value label:not(.md-no-float) {
  font-weight: bold;
  font-size: 16px;
  padding-left: 10px;
  margin-bottom: 2px;
  color: #31b7bc !important;
}

@media (max-width: 767px) {
  md-input-container.md-input-has-value label:not(.md-no-float) {
    font-size: 15px;
  }
}

md-input-container .md-placeholder,
md-input-container label:not(.md-no-float) {
  font-size: 16px;
  padding-left: 10px;
}

@media (max-width: 767px) {
  md-input-container .md-placeholder,
  md-input-container label:not(.md-no-float) {
    font-size: 12px;
  }
}

md-input-container .md-input[disabled] {
  border-style: dotted;
  border-width: 1px;
  background-color: #EDEDED;
  color: #A2A2A2;
}

.md-errors-spacer {
  min-height: 0 !important;
}

md-switch.md-default-theme[disabled],
md-switch[disabled] .md-thumb {
  background-color: rgba(255, 110, 64, 0.5);
}

md-content {
  overflow-y: hidden;
  background-color: white;
}

md-toolbar {
  font-size: 1.1em;
  min-height: 40px;
  width: 100%;
}

.md-toolbar-tools {
  height: 40px;
  max-height: 40px;
  padding: 0 16px;
  margin: 0;
  font-size: 1.1em;
  color: white;
}

.WebCode {
  color: #31b7bc;
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
}

.FormData {
  max-width: 400px;
  margin: 0 auto;
  background-color: #fcfcfc;
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 10px;
}

.FormData h3 {
  text-transform: uppercase;
  margin: 10px 0;
}

.FormData-row {
  padding: 20px 0;
}

.tournament-created i {
  font-size: 40px;
  color: lightseagreen;
  padding: 20px;
}

.tournament-created-title {
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 10px;
}

.tournament-icon {
  color: #31b7bc;
  cursor: pointer;
}

.tournament-checker {
  margin: 10px;
  font-size: 20px;
  color: green;
}

.tournament-waitDialog {
  margin: 20px 0;
}

.tournament-code {
  font-size: 24px;
  margin: 20px 0;
}

.tournament-add {
  position: absolute;
  right: 60px;
}

@media (max-width: 767px) {
  .tournament-add {
    right: 10px;
  }
}

.final-stage {
  font-size: 15px;
}

.final-stage h2 {
  font-size: 1.6em;
  text-align: center;
  font-family: Oswald, Georgia, Times, "Times New Roman";
  margin: 0.6em 0;
}

.final-stage md-input-container {
  width: 100%;
}

.final-stage .column {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.final-stage .column-container,
.final-stage .header-container {
  display: flex;
  flex-direction: row;
}

.final-stage .header-container h3 {
  padding-top: 16px;
  text-transform: uppercase;
  font-family: Oswald, Georgia, Times, "Times New Roman";
  font-size: 1.3em;
  text-align: center;
}

.final-stage .flex-fs-1 {
  flex: 1;
  width: 100%;
}

.final-stage .flex-fs-2 {
  flex: 1;
  width: 50%;
}

.final-stage .flex-fs-3 {
  flex: 1;
  width: 33.3333333333%;
}

.final-stage .flex-fs-4 {
  flex: 1;
  width: 25%;
}

.final-stage .flex-fs-5 {
  flex: 1;
  width: 20%;
}

.final-stage .flex-fs-6 {
  flex: 1;
  width: 16.6666666667%;
}

.final-stage .flex-fs-7 {
  flex: 1;
  width: 14.2857142857%;
}

.final-stage .flex-fs-8 {
  flex: 1;
  width: 12.5%;
}

.final-stage .flex-fs-9 {
  flex: 1;
  width: 11.1111111111%;
}

.final-stage .flex-fs-10 {
  flex: 1;
  width: 10%;
}

.final-stage .flex-fs-11 {
  flex: 1;
  width: 9.0909090909%;
}

.final-stage .flex-fs-12 {
  flex: 1;
  width: 8.3333333333%;
}

.final-stage .flex-fs-13 {
  flex: 1;
  width: 7.6923076923%;
}

.final-stage .flex-fs-14 {
  flex: 1;
  width: 7.1428571429%;
}

.final-stage .flex-fs-15 {
  flex: 1;
  width: 6.6666666667%;
}

.final-stage .flex-fs-16 {
  flex: 1;
  width: 6.25%;
}

.final-stage .flex-fs-17 {
  flex: 1;
  width: 5.8823529412%;
}

.final-stage .flex-fs-18 {
  flex: 1;
  width: 5.5555555556%;
}

.final-stage .flex-fs-19 {
  flex: 1;
  width: 5.2631578947%;
}

.final-stage .flex-fs-20 {
  flex: 1;
  width: 5%;
}

.final-stage .matches {
  font-size: 15px;
  overflow: visible;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: auto;
  flex-direction: column;
  margin-right: 40px;
  min-width: 220px;
}

.final-stage .match {
  padding: 10px 0;
  width: 100%;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: auto;
  position: relative;
  color: #000;
}

.final-stage .match-outer {
  width: 100%;
}

.final-stage .match-inner {
  border: 2px solid #000;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  background-color: #fff;
}

.final-stage .match .time {
  flex: 1;
  border-right: 2px solid #000;
  background-color: #000;
  color: #fff;
  font-size: 0.8em;
}

.final-stage .match.imminent-start .time {
  background-color: #f4bf42;
  color: white;
}

.final-stage .match.started .time {
  background-color: #269094;
  color: white;
}

.final-stage .match .result {
  flex: 2;
  display: flex;
  flex-direction: column;
}

.final-stage .match .local-team,
.final-stage .match .visitor-team {
  display: flex;
  flex-direction: row;
  padding: 4px 10px;
  font-size: 0.8em;
  font-weight: bold;
}

.final-stage .match .local-team {
  border-bottom: 2px solid #000;
}

.final-stage .match .team-name {
  text-transform: uppercase;
  flex: 3;
  text-align: left;
  overflow: hidden;
  padding-left: 1px;
}

.final-stage .match .team-rating {
  font-size: 0.8em;
  min-width: 40px;
  text-align: center;
}

.final-stage .match .team-points {
  flex: 1;
  text-align: center;
  font-size: 1em;
  font-weight: bold;
}

.final-stage .match .team-points > span {
  padding: 0 0.25em;
  border-radius: 10px;
  border: 1px solid transparent;
}

.final-stage .match.local-winner .local-team {
  background-color: #60c46b;
  color: #fff;
}

.final-stage .match.visitor-winner .visitor-team {
  display: inline-block;
  background-color: #60c46b;
  color: #fff;
}

.final-stage .match .machines {
  border-left: 2px solid #000;
  flex: 1;
  text-align: center;
  font-size: 1em;
}

.final-stage .match .vertical-center {
  position: relative;
}

.final-stage .match .vertical-center span {
  text-align: center;
  width: 100%;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.final-stage .column-1 .match-outer,
.final-stage .column-2 .match-outer,
.final-stage .column-3 .match-outer,
.final-stage .column-4 .match-outer,
.final-stage .column-5 .match-outer,
.final-stage .column-6 .match-outer,
.final-stage .column-7 .match-outer,
.final-stage .column-8 .match-outer,
.final-stage .column-9 .match-outer,
.final-stage .column-10 .match-outer {
  transform: translateY(-50%);
  position: absolute;
  width: 100%;
  top: 50%;
}

.final-stage .columns-2 .column-0 .match:after {
  position: absolute;
  content: "";
  border-right: 2px solid #31b7bc;
  right: 0;
  transform: translateX(100%);
  height: calc(50% + 5px);
  width: 20px;
}

.final-stage .columns-2 .column-0 .match.odd:after {
  top: 50%;
  border-top-right-radius: 4px;
  border-top: 2px solid #31b7bc;
}

.final-stage .columns-2 .column-0 .match.even:after {
  top: 0;
  border-bottom-right-radius: 4px;
  border-bottom: 2px solid #31b7bc;
}

.final-stage .columns-2 .column-1 .match:before {
  position: absolute;
  content: "";
  width: 2px;
  background-color: #31b7bc;
  left: 0;
  top: 50%;
  transform: translateX(-100%) translateY(-50%);
  height: 2px;
  width: 20px;
}

.final-stage .columns-3 .column-0 .match:after {
  position: absolute;
  content: "";
  border-right: 2px solid #31b7bc;
  right: 0;
  transform: translateX(100%);
  height: calc(50% + 5px);
  width: 20px;
}

.final-stage .columns-3 .column-0 .match.odd:after {
  top: 50%;
  border-top-right-radius: 4px;
  border-top: 2px solid #31b7bc;
}

.final-stage .columns-3 .column-0 .match.even:after {
  top: 0;
  border-bottom-right-radius: 4px;
  border-bottom: 2px solid #31b7bc;
}

.final-stage .columns-3 .column-1 .match:after {
  position: absolute;
  content: "";
  border-right: 2px solid #31b7bc;
  right: 0;
  transform: translateX(100%);
  height: calc(50% + 5px);
  width: 20px;
}

.final-stage .columns-3 .column-1 .match.odd:after {
  top: 50%;
  border-top-right-radius: 4px;
  border-top: 2px solid #31b7bc;
}

.final-stage .columns-3 .column-1 .match.even:after {
  top: 0;
  border-bottom-right-radius: 4px;
  border-bottom: 2px solid #31b7bc;
}

.final-stage .columns-3 .column-1 .match:before {
  position: absolute;
  content: "";
  width: 2px;
  background-color: #31b7bc;
  left: 0;
  top: 50%;
  transform: translateX(-100%) translateY(-50%);
  height: 2px;
  width: 20px;
}

.final-stage .columns-3 .column-2 .match.even:after {
  top: 0;
  border-bottom-right-radius: 4px;
  border-bottom: 2px solid #31b7bc;
}

.final-stage .columns-3 .column-2 .match:before {
  position: absolute;
  content: "";
  width: 2px;
  background-color: #31b7bc;
  left: 0;
  top: 50%;
  transform: translateX(-100%) translateY(-50%);
  height: 2px;
  width: 20px;
}

.final-stage .columns-4 .column-0 .match:after {
  position: absolute;
  content: "";
  border-right: 2px solid #31b7bc;
  right: 0;
  transform: translateX(100%);
  height: calc(50% + 5px);
  width: 20px;
}

.final-stage .columns-4 .column-0 .match.odd:after {
  top: 50%;
  border-top-right-radius: 4px;
  border-top: 2px solid #31b7bc;
}

.final-stage .columns-4 .column-0 .match.even:after {
  top: 0;
  border-bottom-right-radius: 4px;
  border-bottom: 2px solid #31b7bc;
}

.final-stage .columns-4 .column-1 .match:after {
  position: absolute;
  content: "";
  border-right: 2px solid #31b7bc;
  right: 0;
  transform: translateX(100%);
  height: calc(50% + 5px);
  width: 20px;
}

.final-stage .columns-4 .column-1 .match.odd:after {
  top: 50%;
  border-top-right-radius: 4px;
  border-top: 2px solid #31b7bc;
}

.final-stage .columns-4 .column-1 .match.even:after {
  top: 0;
  border-bottom-right-radius: 4px;
  border-bottom: 2px solid #31b7bc;
}

.final-stage .columns-4 .column-1 .match:before {
  position: absolute;
  content: "";
  width: 2px;
  background-color: #31b7bc;
  left: 0;
  top: 50%;
  transform: translateX(-100%) translateY(-50%);
  height: 2px;
  width: 20px;
}

.final-stage .columns-4 .column-2 .match:after {
  position: absolute;
  content: "";
  border-right: 2px solid #31b7bc;
  right: 0;
  transform: translateX(100%);
  height: calc(50% + 5px);
  width: 20px;
}

.final-stage .columns-4 .column-2 .match.odd:after {
  top: 50%;
  border-top-right-radius: 4px;
  border-top: 2px solid #31b7bc;
}

.final-stage .columns-4 .column-2 .match.even:after {
  top: 0;
  border-bottom-right-radius: 4px;
  border-bottom: 2px solid #31b7bc;
}

.final-stage .columns-4 .column-2 .match:before {
  position: absolute;
  content: "";
  width: 2px;
  background-color: #31b7bc;
  left: 0;
  top: 50%;
  transform: translateX(-100%) translateY(-50%);
  height: 2px;
  width: 20px;
}

.final-stage .columns-4 .column-3 .match.even:after {
  top: 0;
  border-bottom-right-radius: 4px;
  border-bottom: 2px solid #31b7bc;
}

.final-stage .columns-4 .column-3 .match:before {
  position: absolute;
  content: "";
  width: 2px;
  background-color: #31b7bc;
  left: 0;
  top: 50%;
  transform: translateX(-100%) translateY(-50%);
  height: 2px;
  width: 20px;
}

.final-stage .columns-5 .column-0 .match:after {
  position: absolute;
  content: "";
  border-right: 2px solid #31b7bc;
  right: 0;
  transform: translateX(100%);
  height: calc(50% + 5px);
  width: 20px;
}

.final-stage .columns-5 .column-0 .match.odd:after {
  top: 50%;
  border-top-right-radius: 4px;
  border-top: 2px solid #31b7bc;
}

.final-stage .columns-5 .column-0 .match.even:after {
  top: 0;
  border-bottom-right-radius: 4px;
  border-bottom: 2px solid #31b7bc;
}

.final-stage .columns-5 .column-1 .match:after {
  position: absolute;
  content: "";
  border-right: 2px solid #31b7bc;
  right: 0;
  transform: translateX(100%);
  height: calc(50% + 5px);
  width: 20px;
}

.final-stage .columns-5 .column-1 .match.odd:after {
  top: 50%;
  border-top-right-radius: 4px;
  border-top: 2px solid #31b7bc;
}

.final-stage .columns-5 .column-1 .match.even:after {
  top: 0;
  border-bottom-right-radius: 4px;
  border-bottom: 2px solid #31b7bc;
}

.final-stage .columns-5 .column-1 .match:before {
  position: absolute;
  content: "";
  width: 2px;
  background-color: #31b7bc;
  left: 0;
  top: 50%;
  transform: translateX(-100%) translateY(-50%);
  height: 2px;
  width: 20px;
}

.final-stage .columns-5 .column-2 .match:after {
  position: absolute;
  content: "";
  border-right: 2px solid #31b7bc;
  right: 0;
  transform: translateX(100%);
  height: calc(50% + 5px);
  width: 20px;
}

.final-stage .columns-5 .column-2 .match.odd:after {
  top: 50%;
  border-top-right-radius: 4px;
  border-top: 2px solid #31b7bc;
}

.final-stage .columns-5 .column-2 .match.even:after {
  top: 0;
  border-bottom-right-radius: 4px;
  border-bottom: 2px solid #31b7bc;
}

.final-stage .columns-5 .column-2 .match:before {
  position: absolute;
  content: "";
  width: 2px;
  background-color: #31b7bc;
  left: 0;
  top: 50%;
  transform: translateX(-100%) translateY(-50%);
  height: 2px;
  width: 20px;
}

.final-stage .columns-5 .column-3 .match:after {
  position: absolute;
  content: "";
  border-right: 2px solid #31b7bc;
  right: 0;
  transform: translateX(100%);
  height: calc(50% + 5px);
  width: 20px;
}

.final-stage .columns-5 .column-3 .match.odd:after {
  top: 50%;
  border-top-right-radius: 4px;
  border-top: 2px solid #31b7bc;
}

.final-stage .columns-5 .column-3 .match.even:after {
  top: 0;
  border-bottom-right-radius: 4px;
  border-bottom: 2px solid #31b7bc;
}

.final-stage .columns-5 .column-3 .match:before {
  position: absolute;
  content: "";
  width: 2px;
  background-color: #31b7bc;
  left: 0;
  top: 50%;
  transform: translateX(-100%) translateY(-50%);
  height: 2px;
  width: 20px;
}

.final-stage .columns-5 .column-4 .match.odd:after {
  top: 50%;
  border-top-right-radius: 4px;
  border-top: 2px solid #31b7bc;
}

.final-stage .columns-5 .column-4 .match:before {
  position: absolute;
  content: "";
  width: 2px;
  background-color: #31b7bc;
  left: 0;
  top: 50%;
  transform: translateX(-100%) translateY(-50%);
  height: 2px;
  width: 20px;
}

.final-stage .columns-6 .column-0 .match:after {
  position: absolute;
  content: "";
  border-right: 2px solid #31b7bc;
  right: 0;
  transform: translateX(100%);
  height: calc(50% + 5px);
  width: 20px;
}

.final-stage .columns-6 .column-0 .match.odd:after {
  top: 50%;
  border-top-right-radius: 4px;
  border-top: 2px solid #31b7bc;
}

.final-stage .columns-6 .column-0 .match.even:after {
  top: 0;
  border-bottom-right-radius: 4px;
  border-bottom: 2px solid #31b7bc;
}

.final-stage .columns-6 .column-1 .match:before {
  position: absolute;
  content: "";
  width: 2px;
  background-color: #31b7bc;
  left: 0;
  top: 50%;
  transform: translateX(-100%) translateY(-50%);
  height: 2px;
  width: 20px;
}

.final-stage .columns-6 .column-1 .match:after {
  position: absolute;
  content: "";
  border-right: 2px solid #31b7bc;
  right: 0;
  transform: translateX(100%);
  height: calc(50% + 5px);
  width: 20px;
}

.final-stage .columns-6 .column-1 .match.odd:after {
  top: 50%;
  border-top-right-radius: 4px;
  border-top: 2px solid #31b7bc;
}

.final-stage .columns-6 .column-1 .match.even:after {
  top: 0;
  border-bottom-right-radius: 4px;
  border-bottom: 2px solid #31b7bc;
}

.final-stage .columns-6 .column-2 .match:after {
  position: absolute;
  content: "";
  border-right: 2px solid #31b7bc;
  right: 0;
  transform: translateX(100%);
  height: calc(50% + 5px);
  width: 20px;
}

.final-stage .columns-6 .column-2 .match.odd:after {
  top: 50%;
  border-top-right-radius: 4px;
  border-top: 2px solid #31b7bc;
}

.final-stage .columns-6 .column-2 .match.even:after {
  top: 0;
  border-bottom-right-radius: 4px;
  border-bottom: 2px solid #31b7bc;
}

.final-stage .columns-6 .column-2 .match:before {
  position: absolute;
  content: "";
  width: 2px;
  background-color: #31b7bc;
  left: 0;
  top: 50%;
  transform: translateX(-100%) translateY(-50%);
  height: 2px;
  width: 20px;
}

.final-stage .columns-6 .column-3 .match:after {
  position: absolute;
  content: "";
  border-right: 2px solid #31b7bc;
  right: 0;
  transform: translateX(100%);
  height: calc(50% + 5px);
  width: 20px;
}

.final-stage .columns-6 .column-3 .match.odd:after {
  top: 50%;
  border-top-right-radius: 4px;
  border-top: 2px solid #31b7bc;
}

.final-stage .columns-6 .column-3 .match.even:after {
  top: 0;
  border-bottom-right-radius: 4px;
  border-bottom: 2px solid #31b7bc;
}

.final-stage .columns-6 .column-3 .match:before {
  position: absolute;
  content: "";
  width: 2px;
  background-color: #31b7bc;
  left: 0;
  top: 50%;
  transform: translateX(-100%) translateY(-50%);
  height: 2px;
  width: 20px;
}

.final-stage .columns-6 .column-4 .match:after {
  position: absolute;
  content: "";
  border-right: 2px solid #31b7bc;
  right: 0;
  transform: translateX(100%);
  height: calc(50% + 5px);
  width: 20px;
}

.final-stage .columns-6 .column-4 .match.odd:after {
  top: 50%;
  border-top-right-radius: 4px;
  border-top: 2px solid #31b7bc;
}

.final-stage .columns-6 .column-4 .match.even:after {
  top: 0;
  border-bottom-right-radius: 4px;
  border-bottom: 2px solid #31b7bc;
}

.final-stage .columns-6 .column-4 .match:before {
  position: absolute;
  content: "";
  width: 2px;
  background-color: #31b7bc;
  left: 0;
  top: 50%;
  transform: translateX(-100%) translateY(-50%);
  height: 2px;
  width: 20px;
}

.final-stage .columns-6 .column-5 .match:before {
  position: absolute;
  content: "";
  width: 2px;
  background-color: #31b7bc;
  left: 0;
  top: 50%;
  transform: translateX(-100%) translateY(-50%);
  height: 2px;
  width: 20px;
}

.final-stage .columns-7 .column-0 .match:after {
  position: absolute;
  content: "";
  border-right: 2px solid #31b7bc;
  right: 0;
  transform: translateX(100%);
  height: calc(50% + 5px);
  width: 20px;
}

.final-stage .columns-7 .column-0 .match.odd:after {
  top: 50%;
  border-top-right-radius: 4px;
  border-top: 2px solid #31b7bc;
}

.final-stage .columns-7 .column-0 .match.even:after {
  top: 0;
  border-bottom-right-radius: 4px;
  border-bottom: 2px solid #31b7bc;
}

.final-stage .columns-7 .column-1 .match:after {
  position: absolute;
  content: "";
  border-right: 2px solid #31b7bc;
  right: 0;
  transform: translateX(100%);
  height: calc(50% + 5px);
  width: 20px;
}

.final-stage .columns-7 .column-1 .match.odd:after {
  top: 50%;
  border-top-right-radius: 4px;
  border-top: 2px solid #31b7bc;
}

.final-stage .columns-7 .column-1 .match.even:after {
  top: 0;
  border-bottom-right-radius: 4px;
  border-bottom: 2px solid #31b7bc;
}

.final-stage .columns-7 .column-1 .match:before {
  position: absolute;
  content: "";
  width: 2px;
  background-color: #31b7bc;
  left: 0;
  top: 50%;
  transform: translateX(-100%) translateY(-50%);
  height: 2px;
  width: 20px;
}

.final-stage .columns-7 .column-2 .match:after {
  position: absolute;
  content: "";
  border-right: 2px solid #31b7bc;
  right: 0;
  transform: translateX(100%);
  height: calc(50% + 5px);
  width: 20px;
}

.final-stage .columns-7 .column-2 .match.odd:after {
  top: 50%;
  border-top-right-radius: 4px;
  border-top: 2px solid #31b7bc;
}

.final-stage .columns-7 .column-2 .match.even:after {
  top: 0;
  border-bottom-right-radius: 4px;
  border-bottom: 2px solid #31b7bc;
}

.final-stage .columns-7 .column-2 .match:before {
  position: absolute;
  content: "";
  width: 2px;
  background-color: #31b7bc;
  left: 0;
  top: 50%;
  transform: translateX(-100%) translateY(-50%);
  height: 2px;
  width: 20px;
}

.final-stage .columns-7 .column-3 .match:after {
  position: absolute;
  content: "";
  border-right: 2px solid #31b7bc;
  right: 0;
  transform: translateX(100%);
  height: calc(50% + 5px);
  width: 20px;
}

.final-stage .columns-7 .column-3 .match.odd:after {
  top: 50%;
  border-top-right-radius: 4px;
  border-top: 2px solid #31b7bc;
}

.final-stage .columns-7 .column-3 .match.even:after {
  top: 0;
  border-bottom-right-radius: 4px;
  border-bottom: 2px solid #31b7bc;
}

.final-stage .columns-7 .column-3 .match:before {
  position: absolute;
  content: "";
  width: 2px;
  background-color: #31b7bc;
  left: 0;
  top: 50%;
  transform: translateX(-100%) translateY(-50%);
  height: 2px;
  width: 20px;
}

.final-stage .columns-7 .column-4 .match:after {
  position: absolute;
  content: "";
  border-right: 2px solid #31b7bc;
  right: 0;
  transform: translateX(100%);
  height: calc(50% + 5px);
  width: 20px;
}

.final-stage .columns-7 .column-4 .match.odd:after {
  top: 50%;
  border-top-right-radius: 4px;
  border-top: 2px solid #31b7bc;
}

.final-stage .columns-7 .column-4 .match.even:after {
  top: 0;
  border-bottom-right-radius: 4px;
  border-bottom: 2px solid #31b7bc;
}

.final-stage .columns-7 .column-4 .match:before {
  position: absolute;
  content: "";
  width: 2px;
  background-color: #31b7bc;
  left: 0;
  top: 50%;
  transform: translateX(-100%) translateY(-50%);
  height: 2px;
  width: 20px;
}

.final-stage .columns-7 .column-5 .match:after {
  position: absolute;
  content: "";
  border-right: 2px solid #31b7bc;
  right: 0;
  transform: translateX(100%);
  height: calc(50% + 5px);
  width: 20px;
}

.final-stage .columns-7 .column-5 .match.odd:after {
  top: 50%;
  border-top-right-radius: 4px;
  border-top: 2px solid #31b7bc;
}

.final-stage .columns-7 .column-5 .match.even:after {
  top: 0;
  border-bottom-right-radius: 4px;
  border-bottom: 2px solid #31b7bc;
}

.final-stage .columns-7 .column-5 .match:before {
  position: absolute;
  content: "";
  width: 2px;
  background-color: #31b7bc;
  left: 0;
  top: 50%;
  transform: translateX(-100%) translateY(-50%);
  height: 2px;
  width: 20px;
}

.final-stage .columns-7 .column-6 .match:before {
  position: absolute;
  content: "";
  width: 2px;
  background-color: #31b7bc;
  left: 0;
  top: 50%;
  transform: translateX(-100%) translateY(-50%);
  height: 2px;
  width: 20px;
}

.final-stage .columns-8 .column-0 .match:after {
  position: absolute;
  content: "";
  border-right: 2px solid #31b7bc;
  right: 0;
  transform: translateX(100%);
  height: calc(50% + 5px);
  width: 20px;
}

.final-stage .columns-8 .column-0 .match.odd:after {
  top: 50%;
  border-top-right-radius: 4px;
  border-top: 2px solid #31b7bc;
}

.final-stage .columns-8 .column-0 .match.even:after {
  top: 0;
  border-bottom-right-radius: 4px;
  border-bottom: 2px solid #31b7bc;
}

.final-stage .columns-8 .column-1 .match:after {
  position: absolute;
  content: "";
  border-right: 2px solid #31b7bc;
  right: 0;
  transform: translateX(100%);
  height: calc(50% + 5px);
  width: 20px;
}

.final-stage .columns-8 .column-1 .match.odd:after {
  top: 50%;
  border-top-right-radius: 4px;
  border-top: 2px solid #31b7bc;
}

.final-stage .columns-8 .column-1 .match.even:after {
  top: 0;
  border-bottom-right-radius: 4px;
  border-bottom: 2px solid #31b7bc;
}

.final-stage .columns-8 .column-1 .match:before {
  position: absolute;
  content: "";
  width: 2px;
  background-color: #31b7bc;
  left: 0;
  top: 50%;
  transform: translateX(-100%) translateY(-50%);
  height: 2px;
  width: 20px;
}

.final-stage .columns-8 .column-2 .match:after {
  position: absolute;
  content: "";
  border-right: 2px solid #31b7bc;
  right: 0;
  transform: translateX(100%);
  height: calc(50% + 5px);
  width: 20px;
}

.final-stage .columns-8 .column-2 .match.odd:after {
  top: 50%;
  border-top-right-radius: 4px;
  border-top: 2px solid #31b7bc;
}

.final-stage .columns-8 .column-2 .match.even:after {
  top: 0;
  border-bottom-right-radius: 4px;
  border-bottom: 2px solid #31b7bc;
}

.final-stage .columns-8 .column-2 .match:before {
  position: absolute;
  content: "";
  width: 2px;
  background-color: #31b7bc;
  left: 0;
  top: 50%;
  transform: translateX(-100%) translateY(-50%);
  height: 2px;
  width: 20px;
}

.final-stage .columns-8 .column-3 .match:after {
  position: absolute;
  content: "";
  border-right: 2px solid #31b7bc;
  right: 0;
  transform: translateX(100%);
  height: calc(50% + 5px);
  width: 20px;
}

.final-stage .columns-8 .column-3 .match.odd:after {
  top: 50%;
  border-top-right-radius: 4px;
  border-top: 2px solid #31b7bc;
}

.final-stage .columns-8 .column-3 .match.even:after {
  top: 0;
  border-bottom-right-radius: 4px;
  border-bottom: 2px solid #31b7bc;
}

.final-stage .columns-8 .column-3 .match:before {
  position: absolute;
  content: "";
  width: 2px;
  background-color: #31b7bc;
  left: 0;
  top: 50%;
  transform: translateX(-100%) translateY(-50%);
  height: 2px;
  width: 20px;
}

.final-stage .columns-8 .column-4 .match:after {
  position: absolute;
  content: "";
  border-right: 2px solid #31b7bc;
  right: 0;
  transform: translateX(100%);
  height: calc(50% + 5px);
  width: 20px;
}

.final-stage .columns-8 .column-4 .match.odd:after {
  top: 50%;
  border-top-right-radius: 4px;
  border-top: 2px solid #31b7bc;
}

.final-stage .columns-8 .column-4 .match.even:after {
  top: 0;
  border-bottom-right-radius: 4px;
  border-bottom: 2px solid #31b7bc;
}

.final-stage .columns-8 .column-4 .match:before {
  position: absolute;
  content: "";
  width: 2px;
  background-color: #31b7bc;
  left: 0;
  top: 50%;
  transform: translateX(-100%) translateY(-50%);
  height: 2px;
  width: 20px;
}

.final-stage .columns-8 .column-5 .match:after {
  position: absolute;
  content: "";
  border-right: 2px solid #31b7bc;
  right: 0;
  transform: translateX(100%);
  height: calc(50% + 5px);
  width: 20px;
}

.final-stage .columns-8 .column-5 .match.odd:after {
  top: 50%;
  border-top-right-radius: 4px;
  border-top: 2px solid #31b7bc;
}

.final-stage .columns-8 .column-5 .match.even:after {
  top: 0;
  border-bottom-right-radius: 4px;
  border-bottom: 2px solid #31b7bc;
}

.final-stage .columns-8 .column-5 .match:before {
  position: absolute;
  content: "";
  width: 2px;
  background-color: #31b7bc;
  left: 0;
  top: 50%;
  transform: translateX(-100%) translateY(-50%);
  height: 2px;
  width: 20px;
}

.final-stage .columns-8 .column-6 .match:after {
  position: absolute;
  content: "";
  border-right: 2px solid #31b7bc;
  right: 0;
  transform: translateX(100%);
  height: calc(50% + 5px);
  width: 20px;
}

.final-stage .columns-8 .column-6 .match.odd:after {
  top: 50%;
  border-top-right-radius: 4px;
  border-top: 2px solid #31b7bc;
}

.final-stage .columns-8 .column-6 .match.even:after {
  top: 0;
  border-bottom-right-radius: 4px;
  border-bottom: 2px solid #31b7bc;
}

.final-stage .columns-8 .column-6 .match:before {
  position: absolute;
  content: "";
  width: 2px;
  background-color: #31b7bc;
  left: 0;
  top: 50%;
  transform: translateX(-100%) translateY(-50%);
  height: 2px;
  width: 20px;
}

.final-stage .columns-8 .column-7 .match:before {
  position: absolute;
  content: "";
  width: 2px;
  background-color: #31b7bc;
  left: 0;
  top: 50%;
  transform: translateX(-100%) translateY(-50%);
  height: 2px;
  width: 20px;
}

.final-stage .columns-9 .column-0 .match:after {
  position: absolute;
  content: "";
  border-right: 2px solid #31b7bc;
  right: 0;
  transform: translateX(100%);
  height: calc(50% + 5px);
  width: 20px;
}

.final-stage .columns-9 .column-0 .match.odd:after {
  top: 50%;
  border-top-right-radius: 4px;
  border-top: 2px solid #31b7bc;
}

.final-stage .columns-9 .column-0 .match.even:after {
  top: 0;
  border-bottom-right-radius: 4px;
  border-bottom: 2px solid #31b7bc;
}

.final-stage .columns-9 .column-1 .match:after {
  position: absolute;
  content: "";
  border-right: 2px solid #31b7bc;
  right: 0;
  transform: translateX(100%);
  height: calc(50% + 5px);
  width: 20px;
}

.final-stage .columns-9 .column-1 .match.odd:after {
  top: 50%;
  border-top-right-radius: 4px;
  border-top: 2px solid #31b7bc;
}

.final-stage .columns-9 .column-1 .match.even:after {
  top: 0;
  border-bottom-right-radius: 4px;
  border-bottom: 2px solid #31b7bc;
}

.final-stage .columns-9 .column-1 .match:before {
  position: absolute;
  content: "";
  width: 2px;
  background-color: #31b7bc;
  left: 0;
  top: 50%;
  transform: translateX(-100%) translateY(-50%);
  height: 2px;
  width: 20px;
}

.final-stage .columns-9 .column-2 .match:after {
  position: absolute;
  content: "";
  border-right: 2px solid #31b7bc;
  right: 0;
  transform: translateX(100%);
  height: calc(50% + 5px);
  width: 20px;
}

.final-stage .columns-9 .column-2 .match.odd:after {
  top: 50%;
  border-top-right-radius: 4px;
  border-top: 2px solid #31b7bc;
}

.final-stage .columns-9 .column-2 .match.even:after {
  top: 0;
  border-bottom-right-radius: 4px;
  border-bottom: 2px solid #31b7bc;
}

.final-stage .columns-9 .column-2 .match:before {
  position: absolute;
  content: "";
  width: 2px;
  background-color: #31b7bc;
  left: 0;
  top: 50%;
  transform: translateX(-100%) translateY(-50%);
  height: 2px;
  width: 20px;
}

.final-stage .columns-9 .column-3 .match:after {
  position: absolute;
  content: "";
  border-right: 2px solid #31b7bc;
  right: 0;
  transform: translateX(100%);
  height: calc(50% + 5px);
  width: 20px;
}

.final-stage .columns-9 .column-3 .match.odd:after {
  top: 50%;
  border-top-right-radius: 4px;
  border-top: 2px solid #31b7bc;
}

.final-stage .columns-9 .column-3 .match.even:after {
  top: 0;
  border-bottom-right-radius: 4px;
  border-bottom: 2px solid #31b7bc;
}

.final-stage .columns-9 .column-3 .match:before {
  position: absolute;
  content: "";
  width: 2px;
  background-color: #31b7bc;
  left: 0;
  top: 50%;
  transform: translateX(-100%) translateY(-50%);
  height: 2px;
  width: 20px;
}

.final-stage .columns-9 .column-4 .match:after {
  position: absolute;
  content: "";
  border-right: 2px solid #31b7bc;
  right: 0;
  transform: translateX(100%);
  height: calc(50% + 5px);
  width: 20px;
}

.final-stage .columns-9 .column-4 .match.odd:after {
  top: 50%;
  border-top-right-radius: 4px;
  border-top: 2px solid #31b7bc;
}

.final-stage .columns-9 .column-4 .match.even:after {
  top: 0;
  border-bottom-right-radius: 4px;
  border-bottom: 2px solid #31b7bc;
}

.final-stage .columns-9 .column-4 .match:before {
  position: absolute;
  content: "";
  width: 2px;
  background-color: #31b7bc;
  left: 0;
  top: 50%;
  transform: translateX(-100%) translateY(-50%);
  height: 2px;
  width: 20px;
}

.final-stage .columns-9 .column-5 .match:after {
  position: absolute;
  content: "";
  border-right: 2px solid #31b7bc;
  right: 0;
  transform: translateX(100%);
  height: calc(50% + 5px);
  width: 20px;
}

.final-stage .columns-9 .column-5 .match.odd:after {
  top: 50%;
  border-top-right-radius: 4px;
  border-top: 2px solid #31b7bc;
}

.final-stage .columns-9 .column-5 .match.even:after {
  top: 0;
  border-bottom-right-radius: 4px;
  border-bottom: 2px solid #31b7bc;
}

.final-stage .columns-9 .column-5 .match:before {
  position: absolute;
  content: "";
  width: 2px;
  background-color: #31b7bc;
  left: 0;
  top: 50%;
  transform: translateX(-100%) translateY(-50%);
  height: 2px;
  width: 20px;
}

.final-stage .columns-9 .column-6 .match:after {
  position: absolute;
  content: "";
  border-right: 2px solid #31b7bc;
  right: 0;
  transform: translateX(100%);
  height: calc(50% + 5px);
  width: 20px;
}

.final-stage .columns-9 .column-6 .match.odd:after {
  top: 50%;
  border-top-right-radius: 4px;
  border-top: 2px solid #31b7bc;
}

.final-stage .columns-9 .column-6 .match.even:after {
  top: 0;
  border-bottom-right-radius: 4px;
  border-bottom: 2px solid #31b7bc;
}

.final-stage .columns-9 .column-6 .match:before {
  position: absolute;
  content: "";
  width: 2px;
  background-color: #31b7bc;
  left: 0;
  top: 50%;
  transform: translateX(-100%) translateY(-50%);
  height: 2px;
  width: 20px;
}

.final-stage .columns-9 .column-7 .match:after {
  position: absolute;
  content: "";
  border-right: 2px solid #31b7bc;
  right: 0;
  transform: translateX(100%);
  height: calc(50% + 5px);
  width: 20px;
}

.final-stage .columns-9 .column-7 .match.odd:after {
  top: 50%;
  border-top-right-radius: 4px;
  border-top: 2px solid #31b7bc;
}

.final-stage .columns-9 .column-7 .match.even:after {
  top: 0;
  border-bottom-right-radius: 4px;
  border-bottom: 2px solid #31b7bc;
}

.final-stage .columns-9 .column-7 .match:before {
  position: absolute;
  content: "";
  width: 2px;
  background-color: #31b7bc;
  left: 0;
  top: 50%;
  transform: translateX(-100%) translateY(-50%);
  height: 2px;
  width: 20px;
}

.final-stage .columns-9 .column-8 .match:before {
  position: absolute;
  content: "";
  width: 2px;
  background-color: #31b7bc;
  left: 0;
  top: 50%;
  transform: translateX(-100%) translateY(-50%);
  height: 2px;
  width: 20px;
}

.final-stage .columns-10 .column-0 .match:after {
  position: absolute;
  content: "";
  border-right: 2px solid #31b7bc;
  right: 0;
  transform: translateX(100%);
  height: calc(50% + 5px);
  width: 20px;
}

.final-stage .columns-10 .column-0 .match.odd:after {
  top: 50%;
  border-top-right-radius: 4px;
  border-top: 2px solid #31b7bc;
}

.final-stage .columns-10 .column-0 .match.even:after {
  top: 0;
  border-bottom-right-radius: 4px;
  border-bottom: 2px solid #31b7bc;
}

.final-stage .columns-10 .column-1 .match:after {
  position: absolute;
  content: "";
  border-right: 2px solid #31b7bc;
  right: 0;
  transform: translateX(100%);
  height: calc(50% + 5px);
  width: 20px;
}

.final-stage .columns-10 .column-1 .match.odd:after {
  top: 50%;
  border-top-right-radius: 4px;
  border-top: 2px solid #31b7bc;
}

.final-stage .columns-10 .column-1 .match.even:after {
  top: 0;
  border-bottom-right-radius: 4px;
  border-bottom: 2px solid #31b7bc;
}

.final-stage .columns-10 .column-1 .match:before {
  position: absolute;
  content: "";
  width: 2px;
  background-color: #31b7bc;
  left: 0;
  top: 50%;
  transform: translateX(-100%) translateY(-50%);
  height: 2px;
  width: 20px;
}

.final-stage .columns-10 .column-2 .match:after {
  position: absolute;
  content: "";
  border-right: 2px solid #31b7bc;
  right: 0;
  transform: translateX(100%);
  height: calc(50% + 5px);
  width: 20px;
}

.final-stage .columns-10 .column-2 .match.odd:after {
  top: 50%;
  border-top-right-radius: 4px;
  border-top: 2px solid #31b7bc;
}

.final-stage .columns-10 .column-2 .match.even:after {
  top: 0;
  border-bottom-right-radius: 4px;
  border-bottom: 2px solid #31b7bc;
}

.final-stage .columns-10 .column-2 .match:before {
  position: absolute;
  content: "";
  width: 2px;
  background-color: #31b7bc;
  left: 0;
  top: 50%;
  transform: translateX(-100%) translateY(-50%);
  height: 2px;
  width: 20px;
}

.final-stage .columns-10 .column-3 .match:after {
  position: absolute;
  content: "";
  border-right: 2px solid #31b7bc;
  right: 0;
  transform: translateX(100%);
  height: calc(50% + 5px);
  width: 20px;
}

.final-stage .columns-10 .column-3 .match.odd:after {
  top: 50%;
  border-top-right-radius: 4px;
  border-top: 2px solid #31b7bc;
}

.final-stage .columns-10 .column-3 .match.even:after {
  top: 0;
  border-bottom-right-radius: 4px;
  border-bottom: 2px solid #31b7bc;
}

.final-stage .columns-10 .column-3 .match:before {
  position: absolute;
  content: "";
  width: 2px;
  background-color: #31b7bc;
  left: 0;
  top: 50%;
  transform: translateX(-100%) translateY(-50%);
  height: 2px;
  width: 20px;
}

.final-stage .columns-10 .column-4 .match:after {
  position: absolute;
  content: "";
  border-right: 2px solid #31b7bc;
  right: 0;
  transform: translateX(100%);
  height: calc(50% + 5px);
  width: 20px;
}

.final-stage .columns-10 .column-4 .match.odd:after {
  top: 50%;
  border-top-right-radius: 4px;
  border-top: 2px solid #31b7bc;
}

.final-stage .columns-10 .column-4 .match.even:after {
  top: 0;
  border-bottom-right-radius: 4px;
  border-bottom: 2px solid #31b7bc;
}

.final-stage .columns-10 .column-4 .match:before {
  position: absolute;
  content: "";
  width: 2px;
  background-color: #31b7bc;
  left: 0;
  top: 50%;
  transform: translateX(-100%) translateY(-50%);
  height: 2px;
  width: 20px;
}

.final-stage .columns-10 .column-5 .match:after {
  position: absolute;
  content: "";
  border-right: 2px solid #31b7bc;
  right: 0;
  transform: translateX(100%);
  height: calc(50% + 5px);
  width: 20px;
}

.final-stage .columns-10 .column-5 .match.odd:after {
  top: 50%;
  border-top-right-radius: 4px;
  border-top: 2px solid #31b7bc;
}

.final-stage .columns-10 .column-5 .match.even:after {
  top: 0;
  border-bottom-right-radius: 4px;
  border-bottom: 2px solid #31b7bc;
}

.final-stage .columns-10 .column-5 .match:before {
  position: absolute;
  content: "";
  width: 2px;
  background-color: #31b7bc;
  left: 0;
  top: 50%;
  transform: translateX(-100%) translateY(-50%);
  height: 2px;
  width: 20px;
}

.final-stage .columns-10 .column-6 .match:after {
  position: absolute;
  content: "";
  border-right: 2px solid #31b7bc;
  right: 0;
  transform: translateX(100%);
  height: calc(50% + 5px);
  width: 20px;
}

.final-stage .columns-10 .column-6 .match.odd:after {
  top: 50%;
  border-top-right-radius: 4px;
  border-top: 2px solid #31b7bc;
}

.final-stage .columns-10 .column-6 .match.even:after {
  top: 0;
  border-bottom-right-radius: 4px;
  border-bottom: 2px solid #31b7bc;
}

.final-stage .columns-10 .column-6 .match:before {
  position: absolute;
  content: "";
  width: 2px;
  background-color: #31b7bc;
  left: 0;
  top: 50%;
  transform: translateX(-100%) translateY(-50%);
  height: 2px;
  width: 20px;
}

.final-stage .columns-10 .column-7 .match:after {
  position: absolute;
  content: "";
  border-right: 2px solid #31b7bc;
  right: 0;
  transform: translateX(100%);
  height: calc(50% + 5px);
  width: 20px;
}

.final-stage .columns-10 .column-7 .match.odd:after {
  top: 50%;
  border-top-right-radius: 4px;
  border-top: 2px solid #31b7bc;
}

.final-stage .columns-10 .column-7 .match.even:after {
  top: 0;
  border-bottom-right-radius: 4px;
  border-bottom: 2px solid #31b7bc;
}

.final-stage .columns-10 .column-7 .match:before {
  position: absolute;
  content: "";
  width: 2px;
  background-color: #31b7bc;
  left: 0;
  top: 50%;
  transform: translateX(-100%) translateY(-50%);
  height: 2px;
  width: 20px;
}

.final-stage .columns-10 .column-8 .match:after {
  position: absolute;
  content: "";
  border-right: 2px solid #31b7bc;
  right: 0;
  transform: translateX(100%);
  height: calc(50% + 5px);
  width: 20px;
}

.final-stage .columns-10 .column-8 .match.odd:after {
  top: 50%;
  border-top-right-radius: 4px;
  border-top: 2px solid #31b7bc;
}

.final-stage .columns-10 .column-8 .match.even:after {
  top: 0;
  border-bottom-right-radius: 4px;
  border-bottom: 2px solid #31b7bc;
}

.final-stage .columns-10 .column-8 .match:before {
  position: absolute;
  content: "";
  width: 2px;
  background-color: #31b7bc;
  left: 0;
  top: 50%;
  transform: translateX(-100%) translateY(-50%);
  height: 2px;
  width: 20px;
}

.final-stage .columns-10 .column-9 .match:before {
  position: absolute;
  content: "";
  width: 2px;
  background-color: #31b7bc;
  left: 0;
  top: 50%;
  transform: translateX(-100%) translateY(-50%);
  height: 2px;
  width: 20px;
}

.final-stage .columns-f-4 .column-0 .match:after {
  position: absolute;
  content: "";
  width: 2px;
  background-color: #31b7bc;
  right: 0;
  top: 50%;
  transform: translateX(100%) translateY(-50%);
  height: 2px;
  width: 20px;
}

.final-stage .columns-f-4 .column-1 .match:after {
  position: absolute;
  content: "";
  border-right: 2px solid #31b7bc;
  right: 0;
  transform: translateX(100%);
  height: calc(50% + 5px);
  width: 20px;
}

.final-stage .columns-f-4 .column-1 .match.odd:after {
  top: 50%;
  border-top-right-radius: 4px;
  border-top: 2px solid #31b7bc;
}

.final-stage .columns-f-4 .column-1 .match.even:after {
  top: 0;
  border-bottom-right-radius: 4px;
  border-bottom: 2px solid #31b7bc;
}

.final-stage .columns-f-4 .column-1 .match:before {
  position: absolute;
  content: "";
  width: 2px;
  background-color: #31b7bc;
  left: 0;
  top: 50%;
  transform: translateX(-100%) translateY(-50%);
  height: 2px;
  width: 20px;
}

.final-stage .columns-f-4 .column-2 .match:after {
  position: absolute;
  content: "";
  width: 2px;
  background-color: #31b7bc;
  right: 0;
  top: 50%;
  transform: translateX(100%) translateY(-50%);
  height: 2px;
  width: 20px;
}

.final-stage .columns-f-4 .column-2 .match:before {
  position: absolute;
  content: "";
  width: 2px;
  background-color: #31b7bc;
  left: 0;
  top: 50%;
  transform: translateX(-100%) translateY(-50%);
  height: 2px;
  width: 20px;
}

.final-stage .columns-f-6 .column-0 .match:after {
  position: absolute;
  content: "";
  width: 2px;
  background-color: #31b7bc;
  right: 0;
  top: 50%;
  transform: translateX(100%) translateY(-50%);
  height: 2px;
  width: 20px;
}

.final-stage .columns-f-6 .column-1 .match:after {
  position: absolute;
  content: "";
  border-right: 2px solid #31b7bc;
  right: 0;
  transform: translateX(100%);
  height: calc(50% + 5px);
  width: 20px;
}

.final-stage .columns-f-6 .column-1 .match.odd:after {
  top: 50%;
  border-top-right-radius: 4px;
  border-top: 2px solid #31b7bc;
}

.final-stage .columns-f-6 .column-1 .match.even:after {
  top: 0;
  border-bottom-right-radius: 4px;
  border-bottom: 2px solid #31b7bc;
}

.final-stage .columns-f-6 .column-1 .match:before {
  position: absolute;
  content: "";
  width: 2px;
  background-color: #31b7bc;
  left: 0;
  top: 50%;
  transform: translateX(-100%) translateY(-50%);
  height: 2px;
  width: 20px;
}

.final-stage .columns-f-6 .column-2 .match:after {
  position: absolute;
  content: "";
  width: 2px;
  background-color: #31b7bc;
  right: 0;
  top: 50%;
  transform: translateX(100%) translateY(-50%);
  height: 2px;
  width: 20px;
}

.final-stage .columns-f-6 .column-2 .match:before {
  position: absolute;
  content: "";
  width: 2px;
  background-color: #31b7bc;
  left: 0;
  top: 50%;
  transform: translateX(-100%) translateY(-50%);
  height: 2px;
  width: 20px;
}

.final-stage .columns-f-6 .column-3 .match:after {
  position: absolute;
  content: "";
  border-right: 2px solid #31b7bc;
  right: 0;
  transform: translateX(100%);
  height: calc(50% + 5px);
  width: 20px;
}

.final-stage .columns-f-6 .column-3 .match.odd:after {
  top: 50%;
  border-top-right-radius: 4px;
  border-top: 2px solid #31b7bc;
}

.final-stage .columns-f-6 .column-3 .match.even:after {
  top: 0;
  border-bottom-right-radius: 4px;
  border-bottom: 2px solid #31b7bc;
}

.final-stage .columns-f-6 .column-3 .match:before {
  position: absolute;
  content: "";
  width: 2px;
  background-color: #31b7bc;
  left: 0;
  top: 50%;
  transform: translateX(-100%) translateY(-50%);
  height: 2px;
  width: 20px;
}

.final-stage .columns-f-6 .column-4 .match:after {
  position: absolute;
  content: "";
  width: 2px;
  background-color: #31b7bc;
  right: 0;
  top: 50%;
  transform: translateX(100%) translateY(-50%);
  height: 2px;
  width: 20px;
}

.final-stage .columns-f-6 .column-4 .match:before {
  position: absolute;
  content: "";
  width: 2px;
  background-color: #31b7bc;
  left: 0;
  top: 50%;
  transform: translateX(-100%) translateY(-50%);
  height: 2px;
  width: 20px;
}

.final-stage .columns-f-8 .column-0 .match:after {
  position: absolute;
  content: "";
  width: 2px;
  background-color: #31b7bc;
  right: 0;
  top: 50%;
  transform: translateX(100%) translateY(-50%);
  height: 2px;
  width: 20px;
}

.final-stage .columns-f-8 .column-1 .match:after {
  position: absolute;
  content: "";
  border-right: 2px solid #31b7bc;
  right: 0;
  transform: translateX(100%);
  height: calc(50% + 5px);
  width: 20px;
}

.final-stage .columns-f-8 .column-1 .match.odd:after {
  top: 50%;
  border-top-right-radius: 4px;
  border-top: 2px solid #31b7bc;
}

.final-stage .columns-f-8 .column-1 .match.even:after {
  top: 0;
  border-bottom-right-radius: 4px;
  border-bottom: 2px solid #31b7bc;
}

.final-stage .columns-f-8 .column-1 .match:before {
  position: absolute;
  content: "";
  width: 2px;
  background-color: #31b7bc;
  left: 0;
  top: 50%;
  transform: translateX(-100%) translateY(-50%);
  height: 2px;
  width: 20px;
}

.final-stage .columns-f-8 .column-2 .match:after {
  position: absolute;
  content: "";
  width: 2px;
  background-color: #31b7bc;
  right: 0;
  top: 50%;
  transform: translateX(100%) translateY(-50%);
  height: 2px;
  width: 20px;
}

.final-stage .columns-f-8 .column-2 .match:before {
  position: absolute;
  content: "";
  width: 2px;
  background-color: #31b7bc;
  left: 0;
  top: 50%;
  transform: translateX(-100%) translateY(-50%);
  height: 2px;
  width: 20px;
}

.final-stage .columns-f-8 .column-3 .match:after {
  position: absolute;
  content: "";
  border-right: 2px solid #31b7bc;
  right: 0;
  transform: translateX(100%);
  height: calc(50% + 5px);
  width: 20px;
}

.final-stage .columns-f-8 .column-3 .match.odd:after {
  top: 50%;
  border-top-right-radius: 4px;
  border-top: 2px solid #31b7bc;
}

.final-stage .columns-f-8 .column-3 .match.even:after {
  top: 0;
  border-bottom-right-radius: 4px;
  border-bottom: 2px solid #31b7bc;
}

.final-stage .columns-f-8 .column-3 .match:before {
  position: absolute;
  content: "";
  width: 2px;
  background-color: #31b7bc;
  left: 0;
  top: 50%;
  transform: translateX(-100%) translateY(-50%);
  height: 2px;
  width: 20px;
}

.final-stage .columns-f-8 .column-4 .match:after {
  position: absolute;
  content: "";
  width: 2px;
  background-color: #31b7bc;
  right: 0;
  top: 50%;
  transform: translateX(100%) translateY(-50%);
  height: 2px;
  width: 20px;
}

.final-stage .columns-f-8 .column-4 .match:before {
  position: absolute;
  content: "";
  width: 2px;
  background-color: #31b7bc;
  left: 0;
  top: 50%;
  transform: translateX(-100%) translateY(-50%);
  height: 2px;
  width: 20px;
}

.final-stage .columns-f-8 .column-5 .match:after {
  position: absolute;
  content: "";
  border-right: 2px solid #31b7bc;
  right: 0;
  transform: translateX(100%);
  height: calc(50% + 5px);
  width: 20px;
}

.final-stage .columns-f-8 .column-5 .match.odd:after {
  top: 50%;
  border-top-right-radius: 4px;
  border-top: 2px solid #31b7bc;
}

.final-stage .columns-f-8 .column-5 .match.even:after {
  top: 0;
  border-bottom-right-radius: 4px;
  border-bottom: 2px solid #31b7bc;
}

.final-stage .columns-f-8 .column-5 .match:before {
  position: absolute;
  content: "";
  width: 2px;
  background-color: #31b7bc;
  left: 0;
  top: 50%;
  transform: translateX(-100%) translateY(-50%);
  height: 2px;
  width: 20px;
}

.final-stage .columns-f-8 .column-6 .match:after {
  position: absolute;
  content: "";
  width: 2px;
  background-color: #31b7bc;
  right: 0;
  top: 50%;
  transform: translateX(100%) translateY(-50%);
  height: 2px;
  width: 20px;
}

.final-stage .columns-f-8 .column-6 .match:before {
  position: absolute;
  content: "";
  width: 2px;
  background-color: #31b7bc;
  left: 0;
  top: 50%;
  transform: translateX(-100%) translateY(-50%);
  height: 2px;
  width: 20px;
}

.final-stage .columns-f-10 .column-0 .match:after {
  position: absolute;
  content: "";
  width: 2px;
  background-color: #31b7bc;
  right: 0;
  top: 50%;
  transform: translateX(100%) translateY(-50%);
  height: 2px;
  width: 20px;
}

.final-stage .columns-f-10 .column-1 .match:after {
  position: absolute;
  content: "";
  border-right: 2px solid #31b7bc;
  right: 0;
  transform: translateX(100%);
  height: calc(50% + 5px);
  width: 20px;
}

.final-stage .columns-f-10 .column-1 .match.odd:after {
  top: 50%;
  border-top-right-radius: 4px;
  border-top: 2px solid #31b7bc;
}

.final-stage .columns-f-10 .column-1 .match.even:after {
  top: 0;
  border-bottom-right-radius: 4px;
  border-bottom: 2px solid #31b7bc;
}

.final-stage .columns-f-10 .column-1 .match:before {
  position: absolute;
  content: "";
  width: 2px;
  background-color: #31b7bc;
  left: 0;
  top: 50%;
  transform: translateX(-100%) translateY(-50%);
  height: 2px;
  width: 20px;
}

.final-stage .columns-f-10 .column-2 .match:after {
  position: absolute;
  content: "";
  width: 2px;
  background-color: #31b7bc;
  right: 0;
  top: 50%;
  transform: translateX(100%) translateY(-50%);
  height: 2px;
  width: 20px;
}

.final-stage .columns-f-10 .column-2 .match:before {
  position: absolute;
  content: "";
  width: 2px;
  background-color: #31b7bc;
  left: 0;
  top: 50%;
  transform: translateX(-100%) translateY(-50%);
  height: 2px;
  width: 20px;
}

.final-stage .columns-f-10 .column-3 .match:after {
  position: absolute;
  content: "";
  border-right: 2px solid #31b7bc;
  right: 0;
  transform: translateX(100%);
  height: calc(50% + 5px);
  width: 20px;
}

.final-stage .columns-f-10 .column-3 .match.odd:after {
  top: 50%;
  border-top-right-radius: 4px;
  border-top: 2px solid #31b7bc;
}

.final-stage .columns-f-10 .column-3 .match.even:after {
  top: 0;
  border-bottom-right-radius: 4px;
  border-bottom: 2px solid #31b7bc;
}

.final-stage .columns-f-10 .column-3 .match:before {
  position: absolute;
  content: "";
  width: 2px;
  background-color: #31b7bc;
  left: 0;
  top: 50%;
  transform: translateX(-100%) translateY(-50%);
  height: 2px;
  width: 20px;
}

.final-stage .columns-f-10 .column-4 .match:after {
  position: absolute;
  content: "";
  width: 2px;
  background-color: #31b7bc;
  right: 0;
  top: 50%;
  transform: translateX(100%) translateY(-50%);
  height: 2px;
  width: 20px;
}

.final-stage .columns-f-10 .column-4 .match:before {
  position: absolute;
  content: "";
  width: 2px;
  background-color: #31b7bc;
  left: 0;
  top: 50%;
  transform: translateX(-100%) translateY(-50%);
  height: 2px;
  width: 20px;
}

.final-stage .columns-f-10 .column-5 .match:after {
  position: absolute;
  content: "";
  border-right: 2px solid #31b7bc;
  right: 0;
  transform: translateX(100%);
  height: calc(50% + 5px);
  width: 20px;
}

.final-stage .columns-f-10 .column-5 .match.odd:after {
  top: 50%;
  border-top-right-radius: 4px;
  border-top: 2px solid #31b7bc;
}

.final-stage .columns-f-10 .column-5 .match.even:after {
  top: 0;
  border-bottom-right-radius: 4px;
  border-bottom: 2px solid #31b7bc;
}

.final-stage .columns-f-10 .column-5 .match:before {
  position: absolute;
  content: "";
  width: 2px;
  background-color: #31b7bc;
  left: 0;
  top: 50%;
  transform: translateX(-100%) translateY(-50%);
  height: 2px;
  width: 20px;
}

.final-stage .columns-f-10 .column-6 .match:after {
  position: absolute;
  content: "";
  width: 2px;
  background-color: #31b7bc;
  right: 0;
  top: 50%;
  transform: translateX(100%) translateY(-50%);
  height: 2px;
  width: 20px;
}

.final-stage .columns-f-10 .column-6 .match:before {
  position: absolute;
  content: "";
  width: 2px;
  background-color: #31b7bc;
  left: 0;
  top: 50%;
  transform: translateX(-100%) translateY(-50%);
  height: 2px;
  width: 20px;
}

.final-stage .columns-f-10 .column-7 .match:after {
  position: absolute;
  content: "";
  border-right: 2px solid #31b7bc;
  right: 0;
  transform: translateX(100%);
  height: calc(50% + 5px);
  width: 20px;
}

.final-stage .columns-f-10 .column-7 .match.odd:after {
  top: 50%;
  border-top-right-radius: 4px;
  border-top: 2px solid #31b7bc;
}

.final-stage .columns-f-10 .column-7 .match.even:after {
  top: 0;
  border-bottom-right-radius: 4px;
  border-bottom: 2px solid #31b7bc;
}

.final-stage .columns-f-10 .column-7 .match:before {
  position: absolute;
  content: "";
  width: 2px;
  background-color: #31b7bc;
  left: 0;
  top: 50%;
  transform: translateX(-100%) translateY(-50%);
  height: 2px;
  width: 20px;
}

.final-stage .columns-f-10 .column-8 .match:after {
  position: absolute;
  content: "";
  width: 2px;
  background-color: #31b7bc;
  right: 0;
  top: 50%;
  transform: translateX(100%) translateY(-50%);
  height: 2px;
  width: 20px;
}

.final-stage .columns-f-10 .column-8 .match:before {
  position: absolute;
  content: "";
  width: 2px;
  background-color: #31b7bc;
  left: 0;
  top: 50%;
  transform: translateX(-100%) translateY(-50%);
  height: 2px;
  width: 20px;
}

.final-stage .columns-f-12 .column-0 .match:after {
  position: absolute;
  content: "";
  width: 2px;
  background-color: #31b7bc;
  right: 0;
  top: 50%;
  transform: translateX(100%) translateY(-50%);
  height: 2px;
  width: 20px;
}

.final-stage .columns-f-12 .column-1 .match:after {
  position: absolute;
  content: "";
  border-right: 2px solid #31b7bc;
  right: 0;
  transform: translateX(100%);
  height: calc(50% + 5px);
  width: 20px;
}

.final-stage .columns-f-12 .column-1 .match.odd:after {
  top: 50%;
  border-top-right-radius: 4px;
  border-top: 2px solid #31b7bc;
}

.final-stage .columns-f-12 .column-1 .match.even:after {
  top: 0;
  border-bottom-right-radius: 4px;
  border-bottom: 2px solid #31b7bc;
}

.final-stage .columns-f-12 .column-1 .match:before {
  position: absolute;
  content: "";
  width: 2px;
  background-color: #31b7bc;
  left: 0;
  top: 50%;
  transform: translateX(-100%) translateY(-50%);
  height: 2px;
  width: 20px;
}

.final-stage .columns-f-12 .column-2 .match:after {
  position: absolute;
  content: "";
  width: 2px;
  background-color: #31b7bc;
  right: 0;
  top: 50%;
  transform: translateX(100%) translateY(-50%);
  height: 2px;
  width: 20px;
}

.final-stage .columns-f-12 .column-2 .match:before {
  position: absolute;
  content: "";
  width: 2px;
  background-color: #31b7bc;
  left: 0;
  top: 50%;
  transform: translateX(-100%) translateY(-50%);
  height: 2px;
  width: 20px;
}

.final-stage .columns-f-12 .column-3 .match:after {
  position: absolute;
  content: "";
  border-right: 2px solid #31b7bc;
  right: 0;
  transform: translateX(100%);
  height: calc(50% + 5px);
  width: 20px;
}

.final-stage .columns-f-12 .column-3 .match.odd:after {
  top: 50%;
  border-top-right-radius: 4px;
  border-top: 2px solid #31b7bc;
}

.final-stage .columns-f-12 .column-3 .match.even:after {
  top: 0;
  border-bottom-right-radius: 4px;
  border-bottom: 2px solid #31b7bc;
}

.final-stage .columns-f-12 .column-3 .match:before {
  position: absolute;
  content: "";
  width: 2px;
  background-color: #31b7bc;
  left: 0;
  top: 50%;
  transform: translateX(-100%) translateY(-50%);
  height: 2px;
  width: 20px;
}

.final-stage .columns-f-12 .column-4 .match:after {
  position: absolute;
  content: "";
  width: 2px;
  background-color: #31b7bc;
  right: 0;
  top: 50%;
  transform: translateX(100%) translateY(-50%);
  height: 2px;
  width: 20px;
}

.final-stage .columns-f-12 .column-4 .match:before {
  position: absolute;
  content: "";
  width: 2px;
  background-color: #31b7bc;
  left: 0;
  top: 50%;
  transform: translateX(-100%) translateY(-50%);
  height: 2px;
  width: 20px;
}

.final-stage .columns-f-12 .column-5 .match:after {
  position: absolute;
  content: "";
  border-right: 2px solid #31b7bc;
  right: 0;
  transform: translateX(100%);
  height: calc(50% + 5px);
  width: 20px;
}

.final-stage .columns-f-12 .column-5 .match.odd:after {
  top: 50%;
  border-top-right-radius: 4px;
  border-top: 2px solid #31b7bc;
}

.final-stage .columns-f-12 .column-5 .match.even:after {
  top: 0;
  border-bottom-right-radius: 4px;
  border-bottom: 2px solid #31b7bc;
}

.final-stage .columns-f-12 .column-5 .match:before {
  position: absolute;
  content: "";
  width: 2px;
  background-color: #31b7bc;
  left: 0;
  top: 50%;
  transform: translateX(-100%) translateY(-50%);
  height: 2px;
  width: 20px;
}

.final-stage .columns-f-12 .column-6 .match:after {
  position: absolute;
  content: "";
  width: 2px;
  background-color: #31b7bc;
  right: 0;
  top: 50%;
  transform: translateX(100%) translateY(-50%);
  height: 2px;
  width: 20px;
}

.final-stage .columns-f-12 .column-6 .match:before {
  position: absolute;
  content: "";
  width: 2px;
  background-color: #31b7bc;
  left: 0;
  top: 50%;
  transform: translateX(-100%) translateY(-50%);
  height: 2px;
  width: 20px;
}

.final-stage .columns-f-12 .column-7 .match:after {
  position: absolute;
  content: "";
  border-right: 2px solid #31b7bc;
  right: 0;
  transform: translateX(100%);
  height: calc(50% + 5px);
  width: 20px;
}

.final-stage .columns-f-12 .column-7 .match.odd:after {
  top: 50%;
  border-top-right-radius: 4px;
  border-top: 2px solid #31b7bc;
}

.final-stage .columns-f-12 .column-7 .match.even:after {
  top: 0;
  border-bottom-right-radius: 4px;
  border-bottom: 2px solid #31b7bc;
}

.final-stage .columns-f-12 .column-7 .match:before {
  position: absolute;
  content: "";
  width: 2px;
  background-color: #31b7bc;
  left: 0;
  top: 50%;
  transform: translateX(-100%) translateY(-50%);
  height: 2px;
  width: 20px;
}

.final-stage .columns-f-12 .column-8 .match:after {
  position: absolute;
  content: "";
  width: 2px;
  background-color: #31b7bc;
  right: 0;
  top: 50%;
  transform: translateX(100%) translateY(-50%);
  height: 2px;
  width: 20px;
}

.final-stage .columns-f-12 .column-8 .match:before {
  position: absolute;
  content: "";
  width: 2px;
  background-color: #31b7bc;
  left: 0;
  top: 50%;
  transform: translateX(-100%) translateY(-50%);
  height: 2px;
  width: 20px;
}

.final-stage .columns-f-12 .column-9 .match:after {
  position: absolute;
  content: "";
  border-right: 2px solid #31b7bc;
  right: 0;
  transform: translateX(100%);
  height: calc(50% + 5px);
  width: 20px;
}

.final-stage .columns-f-12 .column-9 .match.odd:after {
  top: 50%;
  border-top-right-radius: 4px;
  border-top: 2px solid #31b7bc;
}

.final-stage .columns-f-12 .column-9 .match.even:after {
  top: 0;
  border-bottom-right-radius: 4px;
  border-bottom: 2px solid #31b7bc;
}

.final-stage .columns-f-12 .column-9 .match:before {
  position: absolute;
  content: "";
  width: 2px;
  background-color: #31b7bc;
  left: 0;
  top: 50%;
  transform: translateX(-100%) translateY(-50%);
  height: 2px;
  width: 20px;
}

.final-stage .columns-f-12 .column-10 .match:after {
  position: absolute;
  content: "";
  width: 2px;
  background-color: #31b7bc;
  right: 0;
  top: 50%;
  transform: translateX(100%) translateY(-50%);
  height: 2px;
  width: 20px;
}

.final-stage .columns-f-12 .column-10 .match:before {
  position: absolute;
  content: "";
  width: 2px;
  background-color: #31b7bc;
  left: 0;
  top: 50%;
  transform: translateX(-100%) translateY(-50%);
  height: 2px;
  width: 20px;
}

.final-stage .columns-f2-2 .column-0 .match:after {
  position: absolute;
  content: "";
  border-right: 2px solid #31b7bc;
  right: 0;
  transform: translateX(100%);
  height: calc(50% + 5px);
  width: 20px;
}

.final-stage .columns-f2-2 .column-0 .match.odd:after {
  top: 50%;
  border-top-right-radius: 4px;
  border-top: 2px solid #31b7bc;
}

.final-stage .columns-f2-2 .column-0 .match.even:after {
  top: 0;
  border-bottom-right-radius: 4px;
  border-bottom: 2px solid #31b7bc;
}

.final-stage .columns-f2-2 .column-1 .match:before {
  position: absolute;
  content: "";
  width: 2px;
  background-color: #31b7bc;
  left: 0;
  top: 50%;
  transform: translateX(-100%) translateY(-50%);
  height: 2px;
  width: 20px;
}

.final-stage .columns-f2-3 .column-0 .match:after {
  position: absolute;
  content: "";
  border-right: 2px solid #31b7bc;
  right: 0;
  transform: translateX(100%);
  height: calc(50% + 5px);
  width: 20px;
}

.final-stage .columns-f2-3 .column-0 .match.odd:after {
  top: 50%;
  border-top-right-radius: 4px;
  border-top: 2px solid #31b7bc;
}

.final-stage .columns-f2-3 .column-0 .match.even:after {
  top: 0;
  border-bottom-right-radius: 4px;
  border-bottom: 2px solid #31b7bc;
}

.final-stage .columns-f2-3 .column-1 .match:after {
  position: absolute;
  content: "";
  border-right: 2px solid #31b7bc;
  right: 0;
  transform: translateX(100%);
  height: calc(50% + 5px);
  width: 20px;
}

.final-stage .columns-f2-3 .column-1 .match.odd:after {
  top: 50%;
  border-top-right-radius: 4px;
  border-top: 2px solid #31b7bc;
}

.final-stage .columns-f2-3 .column-1 .match.even:after {
  top: 0;
  border-bottom-right-radius: 4px;
  border-bottom: 2px solid #31b7bc;
}

.final-stage .columns-f2-3 .column-1 .match:before {
  position: absolute;
  content: "";
  width: 2px;
  background-color: #31b7bc;
  left: 0;
  top: 50%;
  transform: translateX(-100%) translateY(-50%);
  height: 2px;
  width: 20px;
}

.final-stage .columns-f2-3 .column-2 .match.even:after {
  top: 0;
  border-bottom-right-radius: 4px;
  border-bottom: 2px solid #31b7bc;
}

.final-stage .columns-f2-3 .column-2 .match:before {
  position: absolute;
  content: "";
  width: 2px;
  background-color: #31b7bc;
  left: 0;
  top: 50%;
  transform: translateX(-100%) translateY(-50%);
  height: 2px;
  width: 20px;
}

.final-stage .columns-f2-4 .column-0 .match:after {
  position: absolute;
  content: "";
  border-right: 2px solid #31b7bc;
  right: 0;
  transform: translateX(100%);
  height: calc(50% + 5px);
  width: 20px;
}

.final-stage .columns-f2-4 .column-0 .match.odd:after {
  top: 50%;
  border-top-right-radius: 4px;
  border-top: 2px solid #31b7bc;
}

.final-stage .columns-f2-4 .column-0 .match.even:after {
  top: 0;
  border-bottom-right-radius: 4px;
  border-bottom: 2px solid #31b7bc;
}

.final-stage .columns-f2-4 .column-1 .match:after {
  position: absolute;
  content: "";
  background-color: #31b7bc;
  left: 100%;
  top: 50%;
  height: 2px;
  width: 20px;
}

.final-stage .columns-f2-4 .column-1 .match:before {
  position: absolute;
  content: "";
  width: 2px;
  background-color: #31b7bc;
  left: 0;
  top: 50%;
  transform: translateX(-100%) translateY(-50%);
  height: 2px;
  width: 20px;
}

.final-stage .columns-f2-4 .column-2 .match:after {
  position: absolute;
  content: "";
  background-color: #31b7bc;
  left: 100%;
  top: 50%;
  height: 2px;
  width: 20px;
}

.final-stage .columns-f2-4 .column-2 .match:before {
  position: absolute;
  content: "";
  width: 2px;
  background-color: #31b7bc;
  left: 0;
  top: 50%;
  transform: translateX(-100%) translateY(-50%);
  height: 2px;
  width: 20px;
}

.final-stage .columns-f2-4 .column-3 .match:before {
  position: absolute;
  content: "";
  width: 2px;
  background-color: #31b7bc;
  left: 0;
  top: 50%;
  transform: translateX(-100%) translateY(-50%);
  height: 2px;
  width: 20px;
}

.final-stage .columns-f2-5 .column-0 .match:after {
  position: absolute;
  content: "";
  border-right: 2px solid #31b7bc;
  right: 0;
  transform: translateX(100%);
  height: calc(50% + 5px);
  width: 20px;
}

.final-stage .columns-f2-5 .column-0 .match.odd:after {
  top: 50%;
  border-top-right-radius: 4px;
  border-top: 2px solid #31b7bc;
}

.final-stage .columns-f2-5 .column-0 .match.even:after {
  top: 0;
  border-bottom-right-radius: 4px;
  border-bottom: 2px solid #31b7bc;
}

.final-stage .columns-f2-5 .column-1 .match:after {
  position: absolute;
  content: "";
  border-right: 2px solid #31b7bc;
  right: 0;
  transform: translateX(100%);
  height: calc(50% + 5px);
  width: 20px;
}

.final-stage .columns-f2-5 .column-1 .match.odd:after {
  top: 50%;
  border-top-right-radius: 4px;
  border-top: 2px solid #31b7bc;
}

.final-stage .columns-f2-5 .column-1 .match.even:after {
  top: 0;
  border-bottom-right-radius: 4px;
  border-bottom: 2px solid #31b7bc;
}

.final-stage .columns-f2-5 .column-1 .match:before {
  position: absolute;
  content: "";
  width: 2px;
  background-color: #31b7bc;
  left: 0;
  top: 50%;
  transform: translateX(-100%) translateY(-50%);
  height: 2px;
  width: 20px;
}

.final-stage .columns-f2-5 .column-2 .match:after {
  position: absolute;
  content: "";
  background-color: #31b7bc;
  left: 100%;
  top: 50%;
  height: 2px;
  width: 20px;
}

.final-stage .columns-f2-5 .column-2 .match:before {
  position: absolute;
  content: "";
  width: 2px;
  background-color: #31b7bc;
  left: 0;
  top: 50%;
  transform: translateX(-100%) translateY(-50%);
  height: 2px;
  width: 20px;
}

.final-stage .columns-f2-5 .column-3 .match:after {
  position: absolute;
  content: "";
  background-color: #31b7bc;
  left: 100%;
  top: 50%;
  height: 2px;
  width: 20px;
}

.final-stage .columns-f2-5 .column-3 .match:before {
  position: absolute;
  content: "";
  width: 2px;
  background-color: #31b7bc;
  left: 0;
  top: 50%;
  transform: translateX(-100%) translateY(-50%);
  height: 2px;
  width: 20px;
}

.final-stage .columns-f2-5 .column-4 .match:before {
  position: absolute;
  content: "";
  width: 2px;
  background-color: #31b7bc;
  left: 0;
  top: 50%;
  transform: translateX(-100%) translateY(-50%);
  height: 2px;
  width: 20px;
}

.final-stage .columns-f2-6 .column-0 .match:after {
  position: absolute;
  content: "";
  border-right: 2px solid #31b7bc;
  right: 0;
  transform: translateX(100%);
  height: calc(50% + 5px);
  width: 20px;
}

.final-stage .columns-f2-6 .column-0 .match.odd:after {
  top: 50%;
  border-top-right-radius: 4px;
  border-top: 2px solid #31b7bc;
}

.final-stage .columns-f2-6 .column-0 .match.even:after {
  top: 0;
  border-bottom-right-radius: 4px;
  border-bottom: 2px solid #31b7bc;
}

.final-stage .columns-f2-6 .column-1 .match:before {
  position: absolute;
  content: "";
  width: 2px;
  background-color: #31b7bc;
  left: 0;
  top: 50%;
  transform: translateX(-100%) translateY(-50%);
  height: 2px;
  width: 20px;
}

.final-stage .columns-f2-6 .column-1 .match:after {
  position: absolute;
  content: "";
  border-right: 2px solid #31b7bc;
  right: 0;
  transform: translateX(100%);
  height: calc(50% + 5px);
  width: 20px;
}

.final-stage .columns-f2-6 .column-1 .match.odd:after {
  top: 50%;
  border-top-right-radius: 4px;
  border-top: 2px solid #31b7bc;
}

.final-stage .columns-f2-6 .column-1 .match.even:after {
  top: 0;
  border-bottom-right-radius: 4px;
  border-bottom: 2px solid #31b7bc;
}

.final-stage .columns-f2-6 .column-2 .match:after {
  position: absolute;
  content: "";
  border-right: 2px solid #31b7bc;
  right: 0;
  transform: translateX(100%);
  height: calc(50% + 5px);
  width: 20px;
}

.final-stage .columns-f2-6 .column-2 .match.odd:after {
  top: 50%;
  border-top-right-radius: 4px;
  border-top: 2px solid #31b7bc;
}

.final-stage .columns-f2-6 .column-2 .match.even:after {
  top: 0;
  border-bottom-right-radius: 4px;
  border-bottom: 2px solid #31b7bc;
}

.final-stage .columns-f2-6 .column-2 .match:before {
  position: absolute;
  content: "";
  width: 2px;
  background-color: #31b7bc;
  left: 0;
  top: 50%;
  transform: translateX(-100%) translateY(-50%);
  height: 2px;
  width: 20px;
}

.final-stage .columns-f2-6 .column-3 .match:after {
  position: absolute;
  content: "";
  background-color: #31b7bc;
  left: 100%;
  top: 50%;
  height: 2px;
  width: 20px;
}

.final-stage .columns-f2-6 .column-3 .match:before {
  position: absolute;
  content: "";
  width: 2px;
  background-color: #31b7bc;
  left: 0;
  top: 50%;
  transform: translateX(-100%) translateY(-50%);
  height: 2px;
  width: 20px;
}

.final-stage .columns-f2-6 .column-4 .match:after {
  position: absolute;
  content: "";
  background-color: #31b7bc;
  left: 100%;
  top: 50%;
  height: 2px;
  width: 20px;
}

.final-stage .columns-f2-6 .column-4 .match:before {
  position: absolute;
  content: "";
  width: 2px;
  background-color: #31b7bc;
  left: 0;
  top: 50%;
  transform: translateX(-100%) translateY(-50%);
  height: 2px;
  width: 20px;
}

.final-stage .columns-f2-6 .column-5 .match:before {
  position: absolute;
  content: "";
  width: 2px;
  background-color: #31b7bc;
  left: 0;
  top: 50%;
  transform: translateX(-100%) translateY(-50%);
  height: 2px;
  width: 20px;
}

.final-stage .columns-f2-7 .column-0 .match:after {
  position: absolute;
  content: "";
  border-right: 2px solid #31b7bc;
  right: 0;
  transform: translateX(100%);
  height: calc(50% + 5px);
  width: 20px;
}

.final-stage .columns-f2-7 .column-0 .match.odd:after {
  top: 50%;
  border-top-right-radius: 4px;
  border-top: 2px solid #31b7bc;
}

.final-stage .columns-f2-7 .column-0 .match.even:after {
  top: 0;
  border-bottom-right-radius: 4px;
  border-bottom: 2px solid #31b7bc;
}

.final-stage .columns-f2-7 .column-1 .match:after {
  position: absolute;
  content: "";
  border-right: 2px solid #31b7bc;
  right: 0;
  transform: translateX(100%);
  height: calc(50% + 5px);
  width: 20px;
}

.final-stage .columns-f2-7 .column-1 .match.odd:after {
  top: 50%;
  border-top-right-radius: 4px;
  border-top: 2px solid #31b7bc;
}

.final-stage .columns-f2-7 .column-1 .match.even:after {
  top: 0;
  border-bottom-right-radius: 4px;
  border-bottom: 2px solid #31b7bc;
}

.final-stage .columns-f2-7 .column-1 .match:before {
  position: absolute;
  content: "";
  width: 2px;
  background-color: #31b7bc;
  left: 0;
  top: 50%;
  transform: translateX(-100%) translateY(-50%);
  height: 2px;
  width: 20px;
}

.final-stage .columns-f2-7 .column-2 .match:after {
  position: absolute;
  content: "";
  border-right: 2px solid #31b7bc;
  right: 0;
  transform: translateX(100%);
  height: calc(50% + 5px);
  width: 20px;
}

.final-stage .columns-f2-7 .column-2 .match.odd:after {
  top: 50%;
  border-top-right-radius: 4px;
  border-top: 2px solid #31b7bc;
}

.final-stage .columns-f2-7 .column-2 .match.even:after {
  top: 0;
  border-bottom-right-radius: 4px;
  border-bottom: 2px solid #31b7bc;
}

.final-stage .columns-f2-7 .column-2 .match:before {
  position: absolute;
  content: "";
  width: 2px;
  background-color: #31b7bc;
  left: 0;
  top: 50%;
  transform: translateX(-100%) translateY(-50%);
  height: 2px;
  width: 20px;
}

.final-stage .columns-f2-7 .column-3 .match:after {
  position: absolute;
  content: "";
  border-right: 2px solid #31b7bc;
  right: 0;
  transform: translateX(100%);
  height: calc(50% + 5px);
  width: 20px;
}

.final-stage .columns-f2-7 .column-3 .match.odd:after {
  top: 50%;
  border-top-right-radius: 4px;
  border-top: 2px solid #31b7bc;
}

.final-stage .columns-f2-7 .column-3 .match.even:after {
  top: 0;
  border-bottom-right-radius: 4px;
  border-bottom: 2px solid #31b7bc;
}

.final-stage .columns-f2-7 .column-3 .match:before {
  position: absolute;
  content: "";
  width: 2px;
  background-color: #31b7bc;
  left: 0;
  top: 50%;
  transform: translateX(-100%) translateY(-50%);
  height: 2px;
  width: 20px;
}

.final-stage .columns-f2-7 .column-4 .match:after {
  position: absolute;
  content: "";
  background-color: #31b7bc;
  left: 100%;
  top: 50%;
  height: 2px;
  width: 20px;
}

.final-stage .columns-f2-7 .column-4 .match:before {
  position: absolute;
  content: "";
  width: 2px;
  background-color: #31b7bc;
  left: 0;
  top: 50%;
  transform: translateX(-100%) translateY(-50%);
  height: 2px;
  width: 20px;
}

.final-stage .columns-f2-7 .column-5 .match:after {
  position: absolute;
  content: "";
  background-color: #31b7bc;
  left: 100%;
  top: 50%;
  height: 2px;
  width: 20px;
}

.final-stage .columns-f2-7 .column-5 .match:before {
  position: absolute;
  content: "";
  width: 2px;
  background-color: #31b7bc;
  left: 0;
  top: 50%;
  transform: translateX(-100%) translateY(-50%);
  height: 2px;
  width: 20px;
}

.final-stage .columns-f2-7 .column-6 .match:before {
  position: absolute;
  content: "";
  width: 2px;
  background-color: #31b7bc;
  left: 0;
  top: 50%;
  transform: translateX(-100%) translateY(-50%);
  height: 2px;
  width: 20px;
}

.final-stage .columns-f2-8 .column-0 .match:after {
  position: absolute;
  content: "";
  border-right: 2px solid #31b7bc;
  right: 0;
  transform: translateX(100%);
  height: calc(50% + 5px);
  width: 20px;
}

.final-stage .columns-f2-8 .column-0 .match.odd:after {
  top: 50%;
  border-top-right-radius: 4px;
  border-top: 2px solid #31b7bc;
}

.final-stage .columns-f2-8 .column-0 .match.even:after {
  top: 0;
  border-bottom-right-radius: 4px;
  border-bottom: 2px solid #31b7bc;
}

.final-stage .columns-f2-8 .column-1 .match:after {
  position: absolute;
  content: "";
  border-right: 2px solid #31b7bc;
  right: 0;
  transform: translateX(100%);
  height: calc(50% + 5px);
  width: 20px;
}

.final-stage .columns-f2-8 .column-1 .match.odd:after {
  top: 50%;
  border-top-right-radius: 4px;
  border-top: 2px solid #31b7bc;
}

.final-stage .columns-f2-8 .column-1 .match.even:after {
  top: 0;
  border-bottom-right-radius: 4px;
  border-bottom: 2px solid #31b7bc;
}

.final-stage .columns-f2-8 .column-1 .match:before {
  position: absolute;
  content: "";
  width: 2px;
  background-color: #31b7bc;
  left: 0;
  top: 50%;
  transform: translateX(-100%) translateY(-50%);
  height: 2px;
  width: 20px;
}

.final-stage .columns-f2-8 .column-2 .match:after {
  position: absolute;
  content: "";
  border-right: 2px solid #31b7bc;
  right: 0;
  transform: translateX(100%);
  height: calc(50% + 5px);
  width: 20px;
}

.final-stage .columns-f2-8 .column-2 .match.odd:after {
  top: 50%;
  border-top-right-radius: 4px;
  border-top: 2px solid #31b7bc;
}

.final-stage .columns-f2-8 .column-2 .match.even:after {
  top: 0;
  border-bottom-right-radius: 4px;
  border-bottom: 2px solid #31b7bc;
}

.final-stage .columns-f2-8 .column-2 .match:before {
  position: absolute;
  content: "";
  width: 2px;
  background-color: #31b7bc;
  left: 0;
  top: 50%;
  transform: translateX(-100%) translateY(-50%);
  height: 2px;
  width: 20px;
}

.final-stage .columns-f2-8 .column-3 .match:after {
  position: absolute;
  content: "";
  border-right: 2px solid #31b7bc;
  right: 0;
  transform: translateX(100%);
  height: calc(50% + 5px);
  width: 20px;
}

.final-stage .columns-f2-8 .column-3 .match.odd:after {
  top: 50%;
  border-top-right-radius: 4px;
  border-top: 2px solid #31b7bc;
}

.final-stage .columns-f2-8 .column-3 .match.even:after {
  top: 0;
  border-bottom-right-radius: 4px;
  border-bottom: 2px solid #31b7bc;
}

.final-stage .columns-f2-8 .column-3 .match:before {
  position: absolute;
  content: "";
  width: 2px;
  background-color: #31b7bc;
  left: 0;
  top: 50%;
  transform: translateX(-100%) translateY(-50%);
  height: 2px;
  width: 20px;
}

.final-stage .columns-f2-8 .column-4 .match:after {
  position: absolute;
  content: "";
  border-right: 2px solid #31b7bc;
  right: 0;
  transform: translateX(100%);
  height: calc(50% + 5px);
  width: 20px;
}

.final-stage .columns-f2-8 .column-4 .match.odd:after {
  top: 50%;
  border-top-right-radius: 4px;
  border-top: 2px solid #31b7bc;
}

.final-stage .columns-f2-8 .column-4 .match.even:after {
  top: 0;
  border-bottom-right-radius: 4px;
  border-bottom: 2px solid #31b7bc;
}

.final-stage .columns-f2-8 .column-4 .match:before {
  position: absolute;
  content: "";
  width: 2px;
  background-color: #31b7bc;
  left: 0;
  top: 50%;
  transform: translateX(-100%) translateY(-50%);
  height: 2px;
  width: 20px;
}

.final-stage .columns-f2-8 .column-5 .match:after {
  position: absolute;
  content: "";
  background-color: #31b7bc;
  left: 100%;
  top: 50%;
  height: 2px;
  width: 20px;
}

.final-stage .columns-f2-8 .column-5 .match:before {
  position: absolute;
  content: "";
  width: 2px;
  background-color: #31b7bc;
  left: 0;
  top: 50%;
  transform: translateX(-100%) translateY(-50%);
  height: 2px;
  width: 20px;
}

.final-stage .columns-f2-8 .column-6 .match:after {
  position: absolute;
  content: "";
  background-color: #31b7bc;
  left: 100%;
  top: 50%;
  height: 2px;
  width: 20px;
}

.final-stage .columns-f2-8 .column-6 .match:before {
  position: absolute;
  content: "";
  width: 2px;
  background-color: #31b7bc;
  left: 0;
  top: 50%;
  transform: translateX(-100%) translateY(-50%);
  height: 2px;
  width: 20px;
}

.final-stage .columns-f2-8 .column-7 .match:before {
  position: absolute;
  content: "";
  width: 2px;
  background-color: #31b7bc;
  left: 0;
  top: 50%;
  transform: translateX(-100%) translateY(-50%);
  height: 2px;
  width: 20px;
}

.final-stage .columns-f2-9 .column-0 .match:after {
  position: absolute;
  content: "";
  border-right: 2px solid #31b7bc;
  right: 0;
  transform: translateX(100%);
  height: calc(50% + 5px);
  width: 20px;
}

.final-stage .columns-f2-9 .column-0 .match.odd:after {
  top: 50%;
  border-top-right-radius: 4px;
  border-top: 2px solid #31b7bc;
}

.final-stage .columns-f2-9 .column-0 .match.even:after {
  top: 0;
  border-bottom-right-radius: 4px;
  border-bottom: 2px solid #31b7bc;
}

.final-stage .columns-f2-9 .column-1 .match:after {
  position: absolute;
  content: "";
  border-right: 2px solid #31b7bc;
  right: 0;
  transform: translateX(100%);
  height: calc(50% + 5px);
  width: 20px;
}

.final-stage .columns-f2-9 .column-1 .match.odd:after {
  top: 50%;
  border-top-right-radius: 4px;
  border-top: 2px solid #31b7bc;
}

.final-stage .columns-f2-9 .column-1 .match.even:after {
  top: 0;
  border-bottom-right-radius: 4px;
  border-bottom: 2px solid #31b7bc;
}

.final-stage .columns-f2-9 .column-1 .match:before {
  position: absolute;
  content: "";
  width: 2px;
  background-color: #31b7bc;
  left: 0;
  top: 50%;
  transform: translateX(-100%) translateY(-50%);
  height: 2px;
  width: 20px;
}

.final-stage .columns-f2-9 .column-2 .match:after {
  position: absolute;
  content: "";
  border-right: 2px solid #31b7bc;
  right: 0;
  transform: translateX(100%);
  height: calc(50% + 5px);
  width: 20px;
}

.final-stage .columns-f2-9 .column-2 .match.odd:after {
  top: 50%;
  border-top-right-radius: 4px;
  border-top: 2px solid #31b7bc;
}

.final-stage .columns-f2-9 .column-2 .match.even:after {
  top: 0;
  border-bottom-right-radius: 4px;
  border-bottom: 2px solid #31b7bc;
}

.final-stage .columns-f2-9 .column-2 .match:before {
  position: absolute;
  content: "";
  width: 2px;
  background-color: #31b7bc;
  left: 0;
  top: 50%;
  transform: translateX(-100%) translateY(-50%);
  height: 2px;
  width: 20px;
}

.final-stage .columns-f2-9 .column-3 .match:after {
  position: absolute;
  content: "";
  border-right: 2px solid #31b7bc;
  right: 0;
  transform: translateX(100%);
  height: calc(50% + 5px);
  width: 20px;
}

.final-stage .columns-f2-9 .column-3 .match.odd:after {
  top: 50%;
  border-top-right-radius: 4px;
  border-top: 2px solid #31b7bc;
}

.final-stage .columns-f2-9 .column-3 .match.even:after {
  top: 0;
  border-bottom-right-radius: 4px;
  border-bottom: 2px solid #31b7bc;
}

.final-stage .columns-f2-9 .column-3 .match:before {
  position: absolute;
  content: "";
  width: 2px;
  background-color: #31b7bc;
  left: 0;
  top: 50%;
  transform: translateX(-100%) translateY(-50%);
  height: 2px;
  width: 20px;
}

.final-stage .columns-f2-9 .column-4 .match:after {
  position: absolute;
  content: "";
  border-right: 2px solid #31b7bc;
  right: 0;
  transform: translateX(100%);
  height: calc(50% + 5px);
  width: 20px;
}

.final-stage .columns-f2-9 .column-4 .match.odd:after {
  top: 50%;
  border-top-right-radius: 4px;
  border-top: 2px solid #31b7bc;
}

.final-stage .columns-f2-9 .column-4 .match.even:after {
  top: 0;
  border-bottom-right-radius: 4px;
  border-bottom: 2px solid #31b7bc;
}

.final-stage .columns-f2-9 .column-4 .match:before {
  position: absolute;
  content: "";
  width: 2px;
  background-color: #31b7bc;
  left: 0;
  top: 50%;
  transform: translateX(-100%) translateY(-50%);
  height: 2px;
  width: 20px;
}

.final-stage .columns-f2-9 .column-5 .match:after {
  position: absolute;
  content: "";
  border-right: 2px solid #31b7bc;
  right: 0;
  transform: translateX(100%);
  height: calc(50% + 5px);
  width: 20px;
}

.final-stage .columns-f2-9 .column-5 .match.odd:after {
  top: 50%;
  border-top-right-radius: 4px;
  border-top: 2px solid #31b7bc;
}

.final-stage .columns-f2-9 .column-5 .match.even:after {
  top: 0;
  border-bottom-right-radius: 4px;
  border-bottom: 2px solid #31b7bc;
}

.final-stage .columns-f2-9 .column-5 .match:before {
  position: absolute;
  content: "";
  width: 2px;
  background-color: #31b7bc;
  left: 0;
  top: 50%;
  transform: translateX(-100%) translateY(-50%);
  height: 2px;
  width: 20px;
}

.final-stage .columns-f2-9 .column-6 .match:after {
  position: absolute;
  content: "";
  background-color: #31b7bc;
  left: 100%;
  top: 50%;
  height: 2px;
  width: 20px;
}

.final-stage .columns-f2-9 .column-6 .match:before {
  position: absolute;
  content: "";
  width: 2px;
  background-color: #31b7bc;
  left: 0;
  top: 50%;
  transform: translateX(-100%) translateY(-50%);
  height: 2px;
  width: 20px;
}

.final-stage .columns-f2-9 .column-7 .match:after {
  position: absolute;
  content: "";
  background-color: #31b7bc;
  left: 100%;
  top: 50%;
  height: 2px;
  width: 20px;
}

.final-stage .columns-f2-9 .column-7 .match:before {
  position: absolute;
  content: "";
  width: 2px;
  background-color: #31b7bc;
  left: 0;
  top: 50%;
  transform: translateX(-100%) translateY(-50%);
  height: 2px;
  width: 20px;
}

.final-stage .columns-f2-9 .column-8 .match:before {
  position: absolute;
  content: "";
  width: 2px;
  background-color: #31b7bc;
  left: 0;
  top: 50%;
  transform: translateX(-100%) translateY(-50%);
  height: 2px;
  width: 20px;
}

.final-stage .columns-f2-10 .column-0 .match:after {
  position: absolute;
  content: "";
  border-right: 2px solid #31b7bc;
  right: 0;
  transform: translateX(100%);
  height: calc(50% + 5px);
  width: 20px;
}

.final-stage .columns-f2-10 .column-0 .match.odd:after {
  top: 50%;
  border-top-right-radius: 4px;
  border-top: 2px solid #31b7bc;
}

.final-stage .columns-f2-10 .column-0 .match.even:after {
  top: 0;
  border-bottom-right-radius: 4px;
  border-bottom: 2px solid #31b7bc;
}

.final-stage .columns-f2-10 .column-1 .match:after {
  position: absolute;
  content: "";
  border-right: 2px solid #31b7bc;
  right: 0;
  transform: translateX(100%);
  height: calc(50% + 5px);
  width: 20px;
}

.final-stage .columns-f2-10 .column-1 .match.odd:after {
  top: 50%;
  border-top-right-radius: 4px;
  border-top: 2px solid #31b7bc;
}

.final-stage .columns-f2-10 .column-1 .match.even:after {
  top: 0;
  border-bottom-right-radius: 4px;
  border-bottom: 2px solid #31b7bc;
}

.final-stage .columns-f2-10 .column-1 .match:before {
  position: absolute;
  content: "";
  width: 2px;
  background-color: #31b7bc;
  left: 0;
  top: 50%;
  transform: translateX(-100%) translateY(-50%);
  height: 2px;
  width: 20px;
}

.final-stage .columns-f2-10 .column-2 .match:after {
  position: absolute;
  content: "";
  border-right: 2px solid #31b7bc;
  right: 0;
  transform: translateX(100%);
  height: calc(50% + 5px);
  width: 20px;
}

.final-stage .columns-f2-10 .column-2 .match.odd:after {
  top: 50%;
  border-top-right-radius: 4px;
  border-top: 2px solid #31b7bc;
}

.final-stage .columns-f2-10 .column-2 .match.even:after {
  top: 0;
  border-bottom-right-radius: 4px;
  border-bottom: 2px solid #31b7bc;
}

.final-stage .columns-f2-10 .column-2 .match:before {
  position: absolute;
  content: "";
  width: 2px;
  background-color: #31b7bc;
  left: 0;
  top: 50%;
  transform: translateX(-100%) translateY(-50%);
  height: 2px;
  width: 20px;
}

.final-stage .columns-f2-10 .column-3 .match:after {
  position: absolute;
  content: "";
  border-right: 2px solid #31b7bc;
  right: 0;
  transform: translateX(100%);
  height: calc(50% + 5px);
  width: 20px;
}

.final-stage .columns-f2-10 .column-3 .match.odd:after {
  top: 50%;
  border-top-right-radius: 4px;
  border-top: 2px solid #31b7bc;
}

.final-stage .columns-f2-10 .column-3 .match.even:after {
  top: 0;
  border-bottom-right-radius: 4px;
  border-bottom: 2px solid #31b7bc;
}

.final-stage .columns-f2-10 .column-3 .match:before {
  position: absolute;
  content: "";
  width: 2px;
  background-color: #31b7bc;
  left: 0;
  top: 50%;
  transform: translateX(-100%) translateY(-50%);
  height: 2px;
  width: 20px;
}

.final-stage .columns-f2-10 .column-4 .match:after {
  position: absolute;
  content: "";
  border-right: 2px solid #31b7bc;
  right: 0;
  transform: translateX(100%);
  height: calc(50% + 5px);
  width: 20px;
}

.final-stage .columns-f2-10 .column-4 .match.odd:after {
  top: 50%;
  border-top-right-radius: 4px;
  border-top: 2px solid #31b7bc;
}

.final-stage .columns-f2-10 .column-4 .match.even:after {
  top: 0;
  border-bottom-right-radius: 4px;
  border-bottom: 2px solid #31b7bc;
}

.final-stage .columns-f2-10 .column-4 .match:before {
  position: absolute;
  content: "";
  width: 2px;
  background-color: #31b7bc;
  left: 0;
  top: 50%;
  transform: translateX(-100%) translateY(-50%);
  height: 2px;
  width: 20px;
}

.final-stage .columns-f2-10 .column-5 .match:after {
  position: absolute;
  content: "";
  border-right: 2px solid #31b7bc;
  right: 0;
  transform: translateX(100%);
  height: calc(50% + 5px);
  width: 20px;
}

.final-stage .columns-f2-10 .column-5 .match.odd:after {
  top: 50%;
  border-top-right-radius: 4px;
  border-top: 2px solid #31b7bc;
}

.final-stage .columns-f2-10 .column-5 .match.even:after {
  top: 0;
  border-bottom-right-radius: 4px;
  border-bottom: 2px solid #31b7bc;
}

.final-stage .columns-f2-10 .column-5 .match:before {
  position: absolute;
  content: "";
  width: 2px;
  background-color: #31b7bc;
  left: 0;
  top: 50%;
  transform: translateX(-100%) translateY(-50%);
  height: 2px;
  width: 20px;
}

.final-stage .columns-f2-10 .column-6 .match:after {
  position: absolute;
  content: "";
  border-right: 2px solid #31b7bc;
  right: 0;
  transform: translateX(100%);
  height: calc(50% + 5px);
  width: 20px;
}

.final-stage .columns-f2-10 .column-6 .match.odd:after {
  top: 50%;
  border-top-right-radius: 4px;
  border-top: 2px solid #31b7bc;
}

.final-stage .columns-f2-10 .column-6 .match.even:after {
  top: 0;
  border-bottom-right-radius: 4px;
  border-bottom: 2px solid #31b7bc;
}

.final-stage .columns-f2-10 .column-6 .match:before {
  position: absolute;
  content: "";
  width: 2px;
  background-color: #31b7bc;
  left: 0;
  top: 50%;
  transform: translateX(-100%) translateY(-50%);
  height: 2px;
  width: 20px;
}

.final-stage .columns-f2-10 .column-7 .match:after {
  position: absolute;
  content: "";
  border-right: 2px solid #31b7bc;
  right: 0;
  transform: translateX(100%);
  height: calc(50% + 5px);
  width: 20px;
}

.final-stage .columns-f2-10 .column-7 .match.odd:after {
  top: 50%;
  border-top-right-radius: 4px;
  border-top: 2px solid #31b7bc;
}

.final-stage .columns-f2-10 .column-7 .match.even:after {
  top: 0;
  border-bottom-right-radius: 4px;
  border-bottom: 2px solid #31b7bc;
}

.final-stage .columns-f2-10 .column-7 .match:before {
  position: absolute;
  content: "";
  width: 2px;
  background-color: #31b7bc;
  left: 0;
  top: 50%;
  transform: translateX(-100%) translateY(-50%);
  height: 2px;
  width: 20px;
}

.final-stage .columns-f2-10 .column-8 .match:after {
  position: absolute;
  content: "";
  background-color: #31b7bc;
  left: 100%;
  top: 50%;
  height: 2px;
  width: 20px;
}

.final-stage .columns-f2-10 .column-8 .match:before {
  position: absolute;
  content: "";
  width: 2px;
  background-color: #31b7bc;
  left: 0;
  top: 50%;
  transform: translateX(-100%) translateY(-50%);
  height: 2px;
  width: 20px;
}

.final-stage .columns-f2-10 .column-9 .match:before {
  position: absolute;
  content: "";
  width: 2px;
  background-color: #31b7bc;
  left: 0;
  top: 50%;
  transform: translateX(-100%) translateY(-50%);
  height: 2px;
  width: 20px;
}

@keyframes flicker {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.starsWeb {
  font-size: 14px;
}

.starsWeb-panels {
  padding-bottom: 30px;
  position: relative;
  font-size: 14px;
}

.starsWeb-panel {
  border: 1px dotted #808080;
  line-height: 30px;
}

.starsWeb-panel-link {
  color: #31b7bc;
  padding: 20px;
  cursor: pointer;
}

.starsWeb-panel-title {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  color: #31b7bc;
  text-align: center;
  width: 100%;
  margin-top: 20px;
}

.starsWeb-panel-title-click {
  cursor: pointer;
}

.starsWeb-panel-title-disabled {
  font-size: 16px;
  text-transform: uppercase;
  color: grey;
}

.starsWeb-panel-description {
  margin: 14px 20px;
  text-align: justify;
  color: #585858;
}

.starsWeb-panel-data {
  width: 90vw;
  margin: 0 20px;
  text-align: justify;
  color: #585858;
}

.starsWeb-panel-closed {
  padding-left: 10px;
  text-align: center;
}

.starsWeb-wrapper {
  padding: 6px;
  width: 100%;
  text-align: right;
}

.starsWeb-box {
  width: 100%;
  padding: 5px;
}

.starsWeb-title {
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  font-family: Lato, Georgia, Times, "Times New Roman";
  color: #31b7bc;
  display: inline-block;
}

.starsWeb-detail {
  padding: 10px 0;
  text-align: center;
  display: inline-block;
  margin-left: 10px;
  margin: 0 auto;
}

.starsWeb-image {
  margin-left: 6px;
  width: 40px;
  height: 40px;
}

.starsWeb-counter {
  font-size: 26px;
  padding-left: 4px;
  color: #31b7bc;
  font-weight: bolder;
  animation: flicker 0.5s ease alternate;
  animation-iteration-count: 4;
  display: inline-block;
  vertical-align: middle;
}

.starsWeb-footer {
  display: none;
}

@media (max-width: 767px) {
  .starsWeb-footer {
    display: block;
    text-transform: uppercase;
    font-size: 10px;
    color: #31b7bc;
    text-align: center;
  }
}

.starsWeb-panel {
  display: flex;
}

ul[rn-carousel].webStarCarousel {
  height: 400px;
  width: 100%;
}

ul[rn-carousel].webStarCarousel li {
  font-size: 18px;
}

.starWebsCounter {
  font-size: 20px;
  background-color: #181818;
  color: #3cbbbf;
  padding: 8px 0;
  text-transform: uppercase;
  font-weight: bold;
}

.webStars-main-wrapper {
  margin-top: 20px;
  border: 1px solid #2D2D2D;
  border-radius: 5px;
  background-color: #fff;
  padding-bottom: 20px;
  align-items: center;
  text-align: center;
  margin-left: 20px;
  margin-right: 20px;
}

@media (max-width: 767px) {
  .webStars-main-wrapper {
    margin-top: 10px;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 10px;
  }
}

.rankingOnline-detail {
  min-width: 600px;
  position: relative;
}

@media (max-width: 767px) {
  .rankingOnline-detail {
    min-width: 100%;
  }
}

.rankingOnline-closeButton {
  position: absolute;
  top: 10px;
  right: 20px;
  z-index: 10000;
  cursor: pointer;
}

.rankingOnline-closeButton:before {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  top: 5px;
  left: 4px;
  background-color: black;
  border-radius: 40px;
}

.rankingOnline-closeButton i {
  position: relative;
  font-size: 35px !important;
}

.onlineRankingGame {
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #000;
  padding: 0;
  margin: 5px;
}

.onlineRankingGame-date {
  background-color: #000;
  color: white;
  padding: 5px;
}

.onlineRankingGame-player {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  font-weight: bold;
}

.onlineRankingGame-player span {
  display: inline-block;
  vertical-align: middle;
}

.onlineRankingGame-player img {
  display: inline-block;
  vertical-align: middle;
}

.onlineRankingGame-rating {
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  line-height: 42px;
  height: 50px;
  border-radius: 50px;
  text-align: center;
  background-color: #5fbb5f;
  border: 4px solid #d3f1bd;
}

.onlineRankingGame-rating.winner {
  border: 4px solid #305635;
  line-height: 42px;
}

.onlineRankingGame-rating.inRevision {
  border: 4px solid #f9e095;
  background-color: #ffd149;
}

.onlineRankingGame-rating.invalid {
  border: 4px solid #f59f9f;
  background-color: #ff4040;
}

.onlineRankingGame-photo {
  width: 30px;
  height: 30px;
  border-radius: 30px;
}

.onlineRankingGame-local {
  text-align: center;
}

.onlineRankingGame-local img {
  margin-right: 4px;
}

.onlineRankingGame-visitor {
  text-align: center;
}

.onlineRankingGame-visitor img {
  margin-left: 4px;
}

.onlineRankingGame-vs {
  font-size: 20px;
  padding: 0;
}

.onlineRankingGame-type {
  margin: 0;
  padding: 0;
  font-weight: bold;
}

.onlineRankingGame-info {
  display: inline-block;
}

.img-country-online {
  position: absolute;
  right: 50%;
  transform: translateX(-50%);
}

.officalRankingsTable-row-points {
  vertical-align: middle;
}

.table-ranking-points {
  display: inline-block;
  vertical-align: middle;
}

.competition-info-ranking {
  left: 10px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

#loadMoreOnlineGams {
  background-color: #262230;
}

.moreGamesNeeded .officalRankingsTable-row-position {
  position: relative;
  overflow: visible;
}

.moreGamesNeeded .officalRankingsTable-row-position:before {
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  border: 1px solid #ffe000;
  width: 13px;
  height: 13px;
  border-radius: 13px;
  background-color: #ffe000;
  transform: translateX(-150%) translateY(-50%);
  z-index: 100;
}

@media (max-width: 767px) {
  .moreGamesNeeded .officalRankingsTable-row-position:before {
    width: 10px;
    height: 10px;
    border-radius: 10px;
  }
}

.closeDialogRanking {
  min-height: 60px !important;
  border-top: 1px solid #000;
  padding: 10px 0;
}

.closeDialogRanking button {
  margin: 10px auto;
}

/*------------------------------------
  PREMIUM OFF
------------------------------------*/

/*------------------------------------
  PREMIUM ON
------------------------------------*/

.mdwhiteframe {
  margin: 8px;
}

.competitionsMain {
  min-height: 1000px;
}

@media (max-width: 767px) {
  .competitionsMain {
    margin-top: 70px !important;
  }
}

@media (max-width: 959px) {
  .sectionV2-header-top {
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  .sectionV2-header-top {
    margin-top: 20px;
  }
}

@media (max-width: 414px) {
  .sectionV2-header-top {
    margin-top: 20px;
  }
}

/*------------------------------------*\
    $SITIO
\*------------------------------------*/

.menu-logo {
  padding-top: 1em;
  padding-bottom: 1em;
  text-align: center;
}

.menu-slider {
  display: block;
  width: 0px;
  height: 100%;
  min-height: 1000px;
  position: static;
}

@media (max-width: 1440px) {
  .menu-slider {
    display: block;
    width: 0px;
    height: 100%;
    min-height: 1000px;
    position: static;
  }
}

@media (max-width: 959px) {
  .menu-slider {
    display: block;
    width: 0px;
    height: 100%;
    min-height: 1000px;
    position: static;
  }
}

@media (max-width: 767px) {
  .menu-slider {
    display: block;
    width: 0px;
    height: 100%;
    min-height: 1000px;
    position: static;
  }
}

.publicmenuleft {
  z-index: 20;
  margin-left: 20px;
  margin-right: 20px;
}

@media (max-width: 959px) {
  .publicmenuleft {
    margin: 0;
  }
}

@media (max-width: 767px) {
  .publicmenuleft {
    margin: 0;
  }
}

.publicmenuleft-mobile {
  z-index: 20;
  margin: 0 !important;
}

@media (max-width: 959px) {
  .publicmenuleft-mobile {
    margin: 0;
  }
}

@media (max-width: 767px) {
  .publicmenuleft-mobile {
    margin: 0;
  }
}

.loginmenuleft {
  z-index: 20;
  margin-left: 300px;
  margin-right: 300px;
}

@media (max-width: 1440px) {
  .loginmenuleft {
    margin-left: 0px;
    margin-right: 0px;
  }
}

@media (max-width: 959px) {
  .loginmenuleft {
    margin-left: 0px;
    margin-right: 0px;
  }
}

@media (max-width: 767px) {
  .loginmenuleft {
    margin-left: 0px;
    margin-right: 0px;
  }
}

.menu-right {
  background-image: url("../img/connection-darts-footer.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  width: 300px;
  min-height: 1000px;
  position: fixed;
  right: 0px;
}

@media (max-width: 1600px) {
  .menu-right {
    width: 270px;
  }
}

@media (max-width: 1440px) {
  .menu-right {
    display: none;
    width: 0px;
  }
}

@media (max-width: 959px) {
  .menu-right {
    display: none;
    width: 0px;
  }
}

@media (max-width: 767px) {
  .menu-right {
    display: none;
    width: 0px;
  }
}

.grey-text {
  color: #9e9e9e;
  font-size: 18px;
  font-weight: bolder;
  line-height: 1.1;
  padding-left: 1em;
}

.menuleft {
  margin-left: 0px;
}

.tile-heading {
  text-align: left;
  color: #9e9e9e;
  height: 16px;
  line-height: 16px;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
}

.tile-icon {
  position: absolute;
  margin-top: 40px;
  font-size: 5em;
}

.tile-icon-green {
  color: #76D45F;
}

.tile-icon-red {
  color: #F3B6B6;
}

.tile-icon-blue {
  color: #95bbd8;
}

.tile-icon-gold {
  color: gold;
}

.tile-body {
  text-align: right;
  color: #616161;
  font-size: 50px;
  font-weight: 400;
  position: relative;
  z-index: 1;
  margin-left: 100px;
  margin-top: 40px;
  margin-right: 20px;
}

.loginEvolutionChart {
  width: 700px;
}

@media (max-width: 1440px) {
  .loginEvolutionChart {
    width: 600px;
  }
}

@media (max-width: 959px) {
  .loginEvolutionChart {
    width: 600px;
  }
}

@media (max-width: 767px) {
  .loginEvolutionChart {
    width: 300px;
  }
}

.loginNews {
  text-align: left;
  width: 25%;
}

@media (max-width: 1440px) {
  .loginNews {
    width: 25%;
  }
}

@media (max-width: 959px) {
  .loginNews {
    width: 100%;
    padding-right: 20px;
  }
}

@media (max-width: 767px) {
  .loginNews {
    width: 100%;
    padding-right: 20px;
  }
}

.loginNovelties {
  text-align: left;
  width: 25%;
}

@media (max-width: 1440px) {
  .loginNovelties {
    width: 50%;
  }
}

@media (max-width: 959px) {
  .loginNovelties {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .loginNovelties {
    width: 100%;
  }
}

.loginVideo {
  text-align: left;
  width: 310px;
}

@media (max-width: 1440px) {
  .loginVideo {
    width: 310px;
  }
}

@media (max-width: 959px) {
  .loginVideo {
    width: 100%;
    text-align: center;
  }
}

@media (max-width: 767px) {
  .loginVideo {
    text-align: center;
    width: 100%;
  }
}

.loginBox {
  text-align: left;
  margin: 0 auto;
}

.md-select-value {
  background-color: #FFF;
}

.md-select-value img {
  margin-top: -10px;
}

md-select .md-select-value.md-select-placeholder {
  color: black;
}

ul {
  margin-left: 20px;
}

.err404 {
  font-size: 10em;
}

@media (max-width: 1440px) {
  .err404 {
    font-size: 10em;
  }
}

@media (max-width: 959px) {
  .err404 {
    font-size: 6em;
  }
}

@media (max-width: 767px) {
  .err404 {
    font-size: 4em;
  }
}

.err404desc {
  font-size: 3em;
  line-height: 2em;
}

@media (max-width: 1440px) {
  .err404desc {
    font-size: 3em;
  }
}

@media (max-width: 959px) {
  .err404desc {
    font-size: 2em;
    line-height: 1em;
  }
}

@media (max-width: 767px) {
  .err404desc {
    font-size: 1em;
    line-height: 0.5em;
  }
}

.signout {
  width: 100%;
  text-align: right;
  margin-top: 6px;
  top: 0;
}

.signout i {
  font-size: 1.4em;
}

.numberCircle {
  border-radius: 50%;
  width: 30px;
  height: 30px;
  vertical-align: middle;
  text-align: center;
  color: white;
  font-size: 1.2em;
  line-height: 30px;
  background-color: red;
  font-weight: bold;
  top: 0px;
  display: inline-block;
  margin-left: -30px;
  z-index: 10000;
}

.md-open-menu-container {
  z-index: 10000;
}

.notification-avatar {
  display: inline-block;
  vertical-align: middle;
}

.notification-avatar-logo {
  width: 40px;
  height: 40px;
  border-radius: 40px;
  vertical-align: inherit;
}

.notification-avatar-text {
  padding-left: 10px;
}

a.md-button.md-raised[disabled],
a.md-button.md-fab[disabled],
.md-button.md-raised[disabled],
.md-button.md-fab[disabled] {
  background-color: grey;
}

.news-title {
  border-bottom: 1px solid #ccc;
  padding-bottom: 30px;
  /*margin-bottom: 30px;*/
  padding-top: 40px;
}

@media (max-width: 767px) {
  .news-title {
    padding-bottom: 10px;
    margin-bottom: 10px;
    padding-top: 20px;
  }
}

.news-article {
  border-bottom: 1px solid #ccc;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .news-article {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
}

.news-article-title {
  font-size: 22px;
  color: #333;
  line-height: 22px;
  width: 70%;
  text-transform: uppercase;
  color: #31b7bc;
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .news-article-title {
    font-size: 16px;
    width: 100%;
  }
}

.news-article-text {
  font-size: 14px;
  /*color: #3C3C3C;*/
  font-weight: 400;
}

.news-article-text p {
  line-height: 20px;
  padding-bottom: 20px;
}

@media (max-width: 767px) {
  .news-article-text iframe {
    max-width: 310px;
    max-height: 175px;
  }
}

.news-article-date {
  font-size: 14px;
  color: #3C3C3C;
  font-weight: 400;
}

.news-article-link {
  text-decoration: none;
  color: #333;
  font-weight: 600;
  font-size: 1.3em;
  line-height: 2em;
  padding: 20px 0;
}

@media (max-width: 767px) {
  .news-article-link {
    font-size: 1.2em;
  }
}

.news-categories ul {
  list-style-type: none;
}

.news-categories ul li a {
  padding: 8px 0px 10px 23px;
  font-size: 13px;
  color: #3C3C3C;
  font-weight: 400;
  text-transform: uppercase;
  position: relative;
  text-align: left;
}

.news-detail {
  max-width: 850px;
}

@media (max-width: 767px) {
  .news-detail {
    max-width: 310px;
  }
}

.news-list {
  padding-right: 20px;
}

@media (max-width: 959px) {
  .news-list {
    padding-right: 0px;
  }
}

@media (max-width: 767px) {
  .news-list {
    padding-right: 0px;
  }
}

@media (max-width: 1440px) {
  .news-content-right {
    display: none;
  }
}

.news-content-padding {
  padding-right: 20px;
}

@media (max-width: 767px) {
  .news-content-padding {
    padding-right: 0px;
  }
}

@media (max-width: 767px) {
  .aligncenter {
    max-width: 310px;
    max-height: 175px;
  }
}

@media (max-width: 767px) {
  .html5-video-player {
    max-width: 310px;
    max-height: 175px;
  }
}

.angular-google-map-container {
  height: 400px;
}

.banner-top-wp {
  width: 100%;
  height: 0px;
}

.embed-responsive {
  position: inherit;
  display: block;
  padding: 0;
  overflow: hidden;
  min-width: 600px;
}

@media (max-width: 767px) {
  .embed-responsive {
    min-width: 100%;
  }
}

.embed-responsive.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-item {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 90%;
  border: 0;
  min-width: 600px;
}

@media (max-width: 767px) {
  .embed-responsive-item {
    min-width: 100%;
  }
}

.youtube {
  width: 100%;
  padding-right: 10px;
}

@media (max-width: 1040px) {
  .youtube {
    padding: 0px !important;
  }
}

.youtube-content {
  display: inline-block;
  padding-left: 10px;
  width: 25%;
}

@media (max-width: 767px) {
  .youtube-content {
    padding: 2px;
    width: 50%;
  }
}

@media (max-width: 414px) {
  .youtube-content {
    width: 100%;
    padding: 0px !important;
  }
}

.youtube-content-mobile {
  display: inline-block;
  padding-left: 10px;
  width: 100%;
  padding: 0px;
}

.youtube-video-title {
  color: #3F3F3F;
  font-family: Lato, Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-weight: 700;
  line-height: 18px;
  overflow: hidden;
  padding: 0 2%;
  text-align: left;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
  cursor: default;
}

.youtube-video-title div {
  color: #31b7bc !important;
}

.youtube-video-date {
  padding: 0 2%;
  color: #3F3F3F;
  font-family: Lato, Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  cursor: default;
}

.youtube-title {
  font-size: 1.5em;
  text-transform: uppercase;
  padding-top: 5px;
  line-height: 1.6em;
}

.youtube-title div {
  color: #31b7bc !important;
}

.youtube-noevents {
  font-size: 1.3em;
  line-height: 1.3em;
  padding-left: 20px;
}

.markerlabel {
  font-weight: normal;
  font-size: 10px;
  border: 1px solid #333;
  padding: 2px;
  background: #fff;
  color: #333;
}

.removed {
  background-color: grey;
}

.md-toolbar-tools-title {
  height: 80px;
  max-height: 80px;
  font-size: 1.6em;
  padding: 25px 30px;
  margin: 0;
  color: white;
}

@media (max-width: 1440px) {
  .md-toolbar-tools-title {
    height: 40px;
    max-height: 40px;
    font-size: 1.1em;
    padding: 10px 30px;
  }
}

@media (max-width: 959px) {
  .md-toolbar-tools-title {
    height: 40px;
    max-height: 40px;
    font-size: 1.1em;
    padding: 10px 30px;
  }
}

@media (max-width: 767px) {
  .md-toolbar-tools-title {
    height: 40px;
    max-height: 40px;
    font-size: 1.1em;
    padding: 10px 30px;
  }
}

.md-toolbar-tools-profile {
  background-image: url("../img/connection-darts-footer.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

.md-toolbar-tools-yourdartboard {
  background-image: url("../img/connection-darts-footer.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

.md-toolbar-tools-tv-online {
  background-image: url("../img/connection-darts-footer.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

.md-toolbar-tools-news {
  background-image: url("../img/connection-darts-footer.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

.md-toolbar-tools-contact {
  background-image: url("../img/connection-darts-footer.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

.md-toolbar-tools-footer_faqs {
  background-image: url("../img/connection-darts-footer.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

.md-toolbar-tools-privacy {
  background-image: url("../img/connection-darts-footer.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

.md-toolbar-tools-terms {
  background-image: url("../img/connection-darts-footer.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

.md-toolbar-tools-oficialranking {
  background-image: url("../img/connection-darts-footer.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

.md-toolbar-tools-topconnection {
  background-image: url("../img/connection-darts-footer.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

.md-toolbar-tools-communitysearch {
  background-image: url("../img/connection-darts-footer.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

.md-toolbar-tools-menu_competition {
  background-image: url("../img/connection-darts-footer.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

.md-toolbar-tools-championshipranking {
  background-image: url("../img/connection-darts-footer.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

.md-toolbar-tools-championshipgames {
  background-image: url("../img/connection-darts-footer.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

.md-toolbar-tools-leagueranking {
  background-image: url("../img/connection-darts-footer.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

.md-toolbar-tools-leaguecalendar {
  background-image: url("../img/connection-darts-footer.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

.md-toolbar-tools-leaguematchranking {
  background-image: url("../img/connection-darts-footer.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

.md-toolbar-tools-leaguematchgames {
  background-image: url("../img/connection-darts-footer.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

.md-toolbar-tools-grandprixranking {
  background-image: url("../img/connection-darts-footer.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

.md-toolbar-tools-grandprixmatches {
  background-image: url("../img/connection-darts-footer.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

.md-toolbar-tools-community {
  background-image: url("../img/connection-darts-footer.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

.md-toolbar-tools-communityprofile {
  background-image: url("../img/connection-darts-footer.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

headerbuttonmenu {
  display: none;
}

@media (max-width: 1440px) {
  headerbuttonmenu {
    display: inline-block;
  }
}

@media (max-width: 959px) {
  headerbuttonmenu {
    display: inline-block;
  }
}

@media (max-width: 767px) {
  headerbuttonmenu {
    display: inline-block;
  }
}

.showFriendsBar {
  display: none;
}

@media (max-width: 1440px) {
  .showFriendsBar {
    display: inline-block;
  }
}

@media (max-width: 959px) {
  .showFriendsBar {
    display: inline-block;
  }
}

@media (max-width: 767px) {
  .showFriendsBar {
    display: inline-block;
  }
}

md-backdrop.md-sidenav-backdrop {
  z-index: 100;
}

.friendlistbar {
  max-height: 200px;
}

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-button {
  width: 8px;
  height: 5px;
}

::-webkit-scrollbar-track {
  background: #eee;
  border: thin solid lightgray;
  box-shadow: 0px 0px 3px #dfdfdf inset;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  background: #999;
  border: thin solid gray;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
  background: #7d7d7d;
}

.timeline-video {
  border-radius: 5px;
}

h2.heading {
  font-family: Oswald, Georgia, Times, "Times New Roman";
  font-size: 40px;
  color: black;
  font-weight: 400;
  text-transform: uppercase;
  text-align: left;
  margin-top: 40px;
  margin-bottom: 20px;
  margin-left: 50px;
}

@media (max-width: 1600px) {
  h2.heading {
    font-size: 40px;
  }
}

@media (max-width: 1440px) {
  h2.heading {
    font-size: 30px;
  }
}

@media (max-width: 959px) {
  h2.heading {
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  h2.heading {
    font-size: 20px;
    margin-left: 10px;
  }
}

h2.heading span {
  color: #31b7bc;
  font-family: Oswald, Georgia, Times, "Times New Roman";
  font-size: 40px;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  position: relative;
}

@media (max-width: 1600px) {
  h2.heading span {
    font-size: 40px;
  }
}

@media (max-width: 1440px) {
  h2.heading span {
    font-size: 30px;
  }
}

@media (max-width: 959px) {
  h2.heading span {
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  h2.heading span {
    font-size: 20px;
  }
}

h2.heading-row {
  margin-top: 40px;
  margin-bottom: 10px;
}

h3.heading {
  font-family: Oswald, Georgia, Times, "Times New Roman";
  font-size: 28px;
  color: black;
  font-weight: 400;
  text-transform: uppercase;
  text-align: left;
  margin: 20px 50px;
}

@media (max-width: 1600px) {
  h3.heading {
    font-size: 24px;
  }
}

@media (max-width: 1440px) {
  h3.heading {
    font-size: 20px;
  }
}

@media (max-width: 959px) {
  h3.heading {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  h3.heading {
    font-size: 14px;
    margin: 20px 10px;
  }
}

h3.heading span {
  color: #31B7BC;
  font-family: Oswald, Georgia, Times, "Times New Roman";
  font-size: 28px;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  position: relative;
}

@media (max-width: 1600px) {
  h3.heading span {
    font-size: 24px;
  }
}

@media (max-width: 1440px) {
  h3.heading span {
    font-size: 20px;
  }
}

@media (max-width: 959px) {
  h3.heading span {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  h3.heading span {
    font-size: 14px;
  }
}

p.headParagraph {
  margin: 20px auto;
  text-align: left;
  font-family: Lato, Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  color: #3C3C3C;
  font-weight: 400;
  line-height: 20px;
  margin-left: 50px;
}

h2.heading2 {
  font-family: Oswald, Georgia, Times, "Times New Roman";
  font-size: 40px;
  color: black;
  font-weight: 400;
  text-transform: uppercase;
  text-align: left;
  margin-top: 40px;
  margin-bottom: 0px;
  margin-left: 50px;
}

@media (max-width: 1600px) {
  h2.heading2 {
    font-size: 40px;
  }
}

@media (max-width: 1440px) {
  h2.heading2 {
    font-size: 30px;
  }
}

@media (max-width: 959px) {
  h2.heading2 {
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  h2.heading2 {
    font-size: 20px;
    margin-left: 10px;
  }
}

h2.heading2 span {
  color: #31B7BC;
  font-family: Oswald, Georgia, Times, "Times New Roman";
  font-size: 40px;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  position: relative;
}

@media (max-width: 1600px) {
  h2.heading2 span {
    font-size: 40px;
  }
}

@media (max-width: 1440px) {
  h2.heading2 span {
    font-size: 30px;
  }
}

@media (max-width: 959px) {
  h2.heading2 span {
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  h2.heading2 span {
    font-size: 20px;
  }
}

p.headParagraph2 {
  margin: 10px auto;
  text-align: left;
  font-family: Lato, Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  color: #3C3C3C;
  font-weight: 400;
  line-height: 20px;
  margin-left: 50px;
}

ul.videoLive {
  list-style-type: none;
  background: #31B7BC;
  overflow: hidden;
  margin-left: 0px;
}

ul.videoLive li {
  float: left;
  width: 100%;
  border-color: rgb(255, 255, 255);
  border-width: 1px;
  border-style: solid;
}

ul.videoLive li a {
  cursor: pointer;
  padding: 39px 50px 19px 90px;
  display: block;
  font-family: Lato, Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: white;
  font-weight: 400;
  text-transform: uppercase;
  border-right: 1px solid rgba(255, 255, 255, 0.7);
  text-align: left;
  position: relative;
}

ul.videoLive .active {
  background: #232a32;
}

ul.videoLive li a:after {
  /*  position: absolute;
    content: '\f04b';
    font-family: FontAwesome;
    font-size: 33px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 30px;*/
}

.video-container {
  height: 380px;
}

.liveVideo {
  width: 100%;
  height: auto;
  min-height: 270px;
}

@media (max-width: 767px) {
  .liveVideo {
    min-height: auto;
  }
}

.liveVideo2 {
  width: 100%;
  height: auto;
  /*min-height: 270px;*/
}

@media (max-width: 767px) {
  .liveVideo2 {
    min-height: auto;
  }
}

.point_table {
  background-image: url("../img/connection-darts-footer.jpg");
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  list-style-type: none;
  overflow: hidden;
  width: auto;
  height: 490px;
  margin-left: 0px;
}

.point_table li:nth-of-type(even) {
  background: #232a32;
}

.point_table2 {
  padding: 0;
  margin: 0;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  list-style-type: none;
  overflow: hidden;
  width: auto;
  height: 600px;
  margin-left: 0px;
}

@media (max-width: 959px) {
  .point_table2 {
    padding: 0;
    margin: 0;
  }
}

@media (max-width: 767px) {
  .point_table2 {
    padding: 0;
    margin: 0;
  }
}

.point_table2-bg1 {
  background-image: url("../img/bg/bg_connectiondarts_1_1024.jpg");
}

.point_table2-bg2 {
  background-image: url("../img/bg/bg_connectiondarts_2_1024.jpg");
}

.point_table2-bg3 {
  background-image: url("../img/bg/bg_connectiondarts_3_1024.jpg");
  border-radius: 5px;
}

.point_table2-bg3 li {
  line-height: 50px !important;
  margin-top: 0px !important;
}

.point_table2-bg4 {
  background-image: url("../img/bg/bg_connectiondarts_4_1024.jpg");
}

.point_table2-bg5 {
  background-image: url("../img/bg/bg_connectiondarts_5_1024.jpg");
}

.point_table2-bg6 {
  background-image: url("../img/bg/bg_connectiondarts_6_1024.jpg");
}

.point_table2-bg7 {
  background-image: url("../img/bg/table_bckg_1.jpg");
  border-radius: 5px;
}

.point_table2-bg7 li {
  line-height: 50px !important;
  margin-top: 0px !important;
}

.point_table2-bg-female {
  background-image: url("../img/bg/table_bckg_3.jpg");
  border-radius: 5px;
}

.point_table2-bg-female li {
  line-height: 50px !important;
  margin-top: 0px !important;
}

.point_table2-white {
  background-image: url("../img/bg/table_bckg_2.jpg");
  border-radius: 5px;
}

.point_table2-white li {
  line-height: 50px !important;
  margin-top: 0px !important;
}

.point_table2-bg-row {
  background-image: url("../img/bg/table_bckg_1.jpg");
}

@media (max-width: 767px) {
  .point_table2-bg-row {
    background-image: url("../img/bg/table_bckg_1.jpg");
  }
}

.point_table2-bg-walde {
  background-image: url("../img/bg/bg_walde_1024.jpg");
}

@media (max-width: 767px) {
  .point_table2-bg-walde {
    background-image: url("../img/bg/mobile/bg_walde.jpg");
  }
}

.point_table2-bg-connection-league {
  background-image: url("../img/bg/bg_liga_virtual_walde_1024.jpg");
}

@media (max-width: 767px) {
  .point_table2-bg-connection-league {
    background-image: url("../img/bg/mobile/bg_liga_virtual_walde.jpg");
  }
}

.point_table2-bg-superleague {
  background-image: url("../img/bg/bg_superligal_walde_1024.jpg");
}

@media (max-width: 767px) {
  .point_table2-bg-superleague {
    background-image: url("../img/bg/mobile/bg_superligal_walde.jpg");
  }
}

.point_table2-header {
  border-bottom-color: #31b7bc;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  background-color: rgba(53, 53, 53, 0.78);
  color: white;
}

.point_table2-scroll {
  overflow-y: scroll;
}

.point_table2-400 {
  height: 450px;
}

.point_table2-500 {
  height: 550px;
}

.point_table2-500-inner {
  height: 500px;
}

.point_table2-300 {
  height: 300px;
}

.point_table2-300-inner {
  height: 250px;
}

.point_table2 li {
  height: 50px;
}

.point_table2-active {
  background-color: rgba(255, 193, 7, 0.7);
}

.point_table2-active div {
  color: #31b7bc;
}

.point_table2_noheight {
  background-image: url("../img/bg/bg_connectiondarts_4_1024.jpg");
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  list-style-type: none;
  overflow: hidden;
  width: auto;
  margin-left: 0px;
}

.point_table2_noheight li:nth-of-type(even) {
  background: #232a32;
}

.point_table3 {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  list-style-type: none;
  margin-left: 0px;
  /*min-height: 600px;*/
  overflow: hidden;
  width: auto;
}

@media (max-width: 767px) {
  .point_table3 {
    min-height: auto;
    margin-bottom: 10px;
  }
}

.point_table3-bg1 {
  background-image: url("../img/bg/bg_connectiondarts_1_1024.jpg");
}

.point_table3-bg2 {
  background-image: url("../img/bg/bg_connectiondarts_2_1024.jpg");
}

.point_table3-bg3 {
  background-image: url("../img/bg/bg_connectiondarts_3_1024.jpg");
}

.point_table3-bg4 {
  background-image: url("../img/bg/bg_connectiondarts_4_1024.jpg");
}

.point_table3-bg5 {
  background-image: url("../img/bg/bg_connectiondarts_5_1024.jpg");
}

.point_table3-bg6 {
  background-image: url("../img/bg/bg_connectiondarts_6_1024.jpg");
}

.point_table3-header {
  border-bottom-color: #31b7bc;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  background-color: black;
  color: white;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.point_table3-scroll {
  overflow-y: scroll;
}

.point_table3-400 {
  /*min-height: 450px;*/
}

@media (max-width: 767px) {
  .point_table3-400 {
    min-height: auto;
  }
}

.point_table3-500 {
  min-height: 550px;
}

@media (max-width: 767px) {
  .point_table3-500 {
    min-height: auto;
  }
}

.point_table3 li {
  min-height: 50px;
  border-bottom: 1px #464444 solid;
  padding: 0;
  line-height: 24px;
}

.point_table3 li div {
  margin: 0;
  padding: 0;
  line-height: 50px;
}

.point_table3-active {
  background-color: white;
  opacity: 0.7;
}

.point_table3-active div {
  color: #31b7bc;
}

.point_table3_noheight {
  background-image: url("../img/counterbg.jpg");
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  list-style-type: none;
  overflow: hidden;
  width: auto;
  margin-left: 0px;
}

.point_table3_noheight_noimage {
  list-style-type: none;
  overflow: hidden;
  width: auto;
  margin-left: 0px;
}

.point_table4 {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  list-style-type: none;
  margin-left: 0px;
  overflow: hidden;
  width: auto;
}

@media (max-width: 767px) {
  .point_table4 {
    min-height: auto;
    margin-bottom: 10px;
  }
}

.point_table4-bg1 {
  background-image: url("../img/bg/bg_connectiondarts_1_1024.jpg");
}

.point_table4-bg2 {
  background-image: url("../img/bg/bg_connectiondarts_2_1024.jpg");
}

.point_table4-bg3 {
  background-image: url("../img/bg/bg_connectiondarts_3_1024.jpg");
}

.point_table4-bg4 {
  background-image: url("../img/bg/bg_connectiondarts_4_1024.jpg");
}

.point_table4-bg5 {
  background-image: url("../img/bg/bg_connectiondarts_5_1024.jpg");
}

.point_table4-bg6 {
  background-image: url("../img/bg/bg_connectiondarts_6_1024.jpg");
}

.point_table4-header {
  border-bottom-color: #31b7bc;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  background-color: black;
  color: white;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.point_table4-scroll {
  overflow-y: scroll;
}

@media (max-width: 767px) {
  .point_table4-400 {
    min-height: auto;
  }
}

.point_table4-500 {
  min-height: 550px;
}

@media (max-width: 767px) {
  .point_table4-500 {
    min-height: auto;
  }
}

.point_table4 li {
  min-height: 20px;
  border-bottom: 1px #464444 solid;
  padding: 0;
  line-height: 20px;
}

.point_table4 li div {
  margin: 0;
  padding: 0;
  line-height: 40px;
}

.point_table4-active {
  background-color: white;
  opacity: 0.7;
}

.point_table4-active div {
  color: #31b7bc;
}

.point_table4_noheight {
  background-image: url("../img/counterbg.jpg");
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  list-style-type: none;
  overflow: hidden;
  width: auto;
  margin-left: 0px;
}

.point_table4_noheight_noimage {
  list-style-type: none;
  overflow: hidden;
  width: auto;
  margin-left: 0px;
}

.point_table2_noheight li:nth-of-type(even) {
  background: #232a32;
}

.subPoint_table {
  padding: 0px 20px 0 20px;
}

@media (max-width: 767px) {
  .subPoint_table {
    padding: 0px 0px 0 0px;
  }
}

.subPoint_tableheader {
  padding: 20px 20px 0 20px;
}

@media (max-width: 767px) {
  .subPoint_tableheader {
    padding: 20px 20px 0 20px;
  }
}

.smallpoint {
  display: inline-block;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (max-width: 767px) {
  .smallpoint {
    padding-left: 5px;
    padding-right: 5px;
  }
}

.buttonpoint {
  display: inline-block;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (max-width: 767px) {
  .buttonpoint {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.largepoint {
  display: inline-block;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  width: 40%;
}

@media (max-width: 767px) {
  .largepoint {
    width: 40%;
    padding-left: 5px;
    padding-right: 5px;
  }
}

.headline01 {
  font-family: Lato, Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  color: white;
  font-weight: 400;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 5px;
  font-weight: 700;
}

.headline01-black {
  color: #464444;
}

@media (max-width: 1600px) {
  .headline01 {
    font-size: 18px;
  }
}

@media (max-width: 1440px) {
  .headline01 {
    font-size: 16px;
  }
}

@media (max-width: 1040px) {
  .headline01 {
    font-size: 14px;
  }
}

@media (max-width: 959px) {
  .headline01 {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .headline01 {
    font-size: 12px;
  }
}

@media (max-width: 414px) {
  .headline01 {
    font-size: 10px;
  }
}

.headline01-avatar {
  margin-top: 0px;
}

.headline01-avatar-photo {
  width: 40px;
  height: 40px;
  border-radius: 40px;
}

@media (max-width: 767px) {
  .headline01-avatar-photo {
    width: 30px;
    height: 30px;
    border-radius: 30px;
  }
}

.headline01-team-avatar {
  margin-top: 0px;
}

.headline01-team-avatar-photo {
  width: 40px;
  height: auto;
  border-radius: 4px;
}

@media (max-width: 767px) {
  .headline01-team-avatar-photo {
    width: 30px;
    height: auto;
    border-radius: 3px;
  }
}

.headline01-top div {
  display: inline-block;
  padding-left: 10px;
}

.headline01-top div img {
  width: 30px;
  height: 30px;
  border-radius: 30px;
}

.headline01-active {
  color: #31b7bc;
  background-color: white;
}

.headline01-small {
  font-size: 14px;
}

.headline01-position {
  font-size: 20px;
  font-weight: 700;
  color: orange;
}

@media (max-width: 767px) {
  .headline01-position {
    font-size: 16px;
  }
}

.headline01-points {
  font-size: 20px;
  font-weight: 700;
  color: orange;
}

@media (max-width: 767px) {
  .headline01-points {
    font-size: 16px;
  }
}

.headline01-header {
  font-size: 20px;
  font-weight: 700;
  line-height: 46px;
}

.headline01-header:first-child {
  padding-left: 15px;
}

@media (max-width: 1600px) {
  .headline01-header {
    font-size: 18px;
  }
}

@media (max-width: 1440px) {
  .headline01-header {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .headline01-header {
    font-size: 14px;
    line-height: 40px;
  }
}

.headline01-alias {
  font-size: 20px;
  font-weight: 700;
}

@media (max-width: 767px) {
  .headline01-alias {
    font-size: 16px;
  }
}

.headline01-li {
  line-height: 50px;
}

@media (max-width: 767px) {
  .headline01-li {
    line-height: 35px;
  }
}

.headline01-league {
  font-size: 16px;
  padding: 0px;
}

@media (max-width: 1440px) {
  .headline01-league {
    font-size: 14px;
    margin: 5px 0 0 0;
    padding: 0;
  }
}

.headline01_position {
  font-family: Lato, Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 30px;
  color: white;
  font-weight: 400;
  text-transform: uppercase;
  vertical-align: middle;
}

@media (max-width: 1600px) {
  .headline01_position {
    font-size: 20px;
  }
}

@media (max-width: 1440px) {
  .headline01_position {
    font-size: 14px;
  }
}

@media (max-width: 959px) {
  .headline01_position {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .headline01_position {
    font-size: 12px;
  }
}

.headline-black {
  font-family: Lato, Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  color: #464444;
  font-weight: 400;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 5px;
}

.headline-black:first-child {
  padding-left: 15px;
}

@media (max-width: 1600px) {
  .headline-black {
    font-size: 20px;
  }
}

@media (max-width: 1440px) {
  .headline-black {
    font-size: 16px;
  }
}

@media (max-width: 1040px) {
  .headline-black {
    font-size: 14px;
  }
}

@media (max-width: 959px) {
  .headline-black {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .headline-black {
    font-size: 14px;
  }
}

@media (max-width: 414px) {
  .headline-black {
    font-size: 12px;
  }
}

.headline-black-avatar {
  margin-top: 2px;
}

.headline-black-avatar-photo {
  width: 30px;
  height: 30px;
  border-radius: 30px;
}

.headline-black-top div {
  display: inline-block;
  padding-left: 10px;
}

.headline-black-top div img {
  width: 30px;
  height: 30px;
  border-radius: 30px;
}

.headline-black-active {
  color: #31b7bc;
  background-color: white;
}

.headline-black-small {
  font-size: 14px;
}

.headline-black-position {
  font-size: 20px;
  font-weight: 700;
  color: orange;
}

@media (max-width: 767px) {
  .headline-black-position {
    font-size: 16px;
  }
}

.headline-black-points {
  font-size: 20px;
  font-weight: 700;
  color: orange;
}

@media (max-width: 767px) {
  .headline-black-points {
    font-size: 16px;
  }
}

.headline-black-header {
  font-size: 20px;
  font-weight: 700;
}

@media (max-width: 767px) {
  .headline-black-header {
    font-size: 16px;
  }
}

.headline-black-alias {
  font-size: 20px;
  font-weight: 700;
}

@media (max-width: 767px) {
  .headline-black-alias {
    font-size: 16px;
  }
}

.headline-black_position {
  font-family: Lato, Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 30px;
  color: white;
  font-weight: 400;
  text-transform: uppercase;
  vertical-align: middle;
}

@media (max-width: 1600px) {
  .headline-black_position {
    font-size: 20px;
  }
}

@media (max-width: 1440px) {
  .headline-black_position {
    font-size: 14px;
  }
}

@media (max-width: 959px) {
  .headline-black_position {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .headline-black_position {
    font-size: 12px;
  }
}

.headline01red {
  font-family: Lato, Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 20px;
  color: white;
  font-weight: 400;
  text-transform: uppercase;
  border-bottom-color: #31b7bc;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}

@media (max-width: 1600px) {
  .headline01red {
    font-size: 20px;
  }
}

@media (max-width: 1440px) {
  .headline01red {
    font-size: 14px;
  }
}

@media (max-width: 959px) {
  .headline01red {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .headline01red {
    font-size: 12px;
  }
}

.headline02 {
  font-family: Lato, Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: white;
  font-weight: 400;
  text-transform: uppercase;
}

@media (max-width: 1600px) {
  .headline02 {
    font-size: 16px;
  }
}

@media (max-width: 1440px) {
  .headline02 {
    font-size: 14px;
  }
}

@media (max-width: 959px) {
  .headline02 {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .headline02 {
    font-size: 12px;
  }
}

.headline02_position {
  font-family: Lato, Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 30px;
  color: white;
  font-weight: 400;
  text-transform: uppercase;
  vertical-align: middle;
}

@media (max-width: 1600px) {
  .headline02_position {
    font-size: 16px;
  }
}

@media (max-width: 1440px) {
  .headline02_position {
    font-size: 14px;
  }
}

@media (max-width: 959px) {
  .headline02_position {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .headline02_position {
    font-size: 12px;
  }
}

.headline02red {
  font-family: Lato, Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: white;
  font-weight: 400;
  text-transform: uppercase;
  border-bottom-color: #31b7bc;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}

@media (max-width: 1600px) {
  .headline02red {
    font-size: 16px;
  }
}

@media (max-width: 1440px) {
  .headline02red {
    font-size: 14px;
  }
}

@media (max-width: 959px) {
  .headline02red {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .headline02red {
    font-size: 12px;
  }
}

.md-tab-public {
  font-size: 28px;
}

.link-viewmore {
  font-size: 16px;
  font-family: Lato, Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #31b7bc;
  font-weight: 700;
  text-transform: uppercase;
}

.link-viewmore:hover {
  color: rgb(0, 0, 0);
}

.article-background-live {
  background-image: url("../img/connection-darts-footer.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 1024px;
  height: auto;
}

.article-background-live iframe {
  width: 1024px;
  height: 576px;
}

@media (max-width: 1440px) {
  .article-background-live {
    width: 800px;
    height: auto;
  }

  .article-background-live iframe {
    width: 800px;
    height: 450px;
  }
}

@media (max-width: 959px) {
  .article-background-live {
    width: 640px;
    height: auto;
  }

  .article-background-live iframe {
    width: 640px;
    height: 360px;
  }
}

@media (max-width: 767px) {
  .article-background-live {
    width: 304px;
    height: auto;
  }

  .article-background-live iframe {
    width: 304px;
    height: 171px;
  }
}

.article-background-live-inner {
  min-height: 700px;
}

@media (max-width: 1440px) {
  .article-background-live-inner {
    min-height: 470px;
  }
}

@media (max-width: 959px) {
  .article-background-live-inner {
    min-height: auto;
  }
}

@media (max-width: 767px) {
  .article-background-live-inner {
    min-height: auto;
  }
}

.article-background-live-innerlogin {
  min-height: auto;
}

.article-background {
  margin-right: 4px;
  margin-top: 20px;
}

@media (max-width: 959px) {
  .article-background {
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  .article-background {
    margin-right: 0;
  }
}

.article-background article {
  min-height: auto;
}

.article-background-content {
  margin-left: 4px;
  margin-bottom: 4px;
  background-color: #3C3C3C;
}

@media (max-width: 767px) {
  .article-background-content {
    margin-left: 0px;
  }
}

.article-background-news-figure {
  /*transition: all 0.4s ease-in-out;*/
}

@media (max-width: 767px) {
  .article-background-news-figure {
    transition: none;
  }
}

.article-background-news-figure:hover {
  /*transform: scale(1.1) rotate(3deg);*/
}

@media (max-width: 767px) {
  .article-background-news-figure:hover {
    transform: none;
  }
}

.article-background-news-content {
  height: 140px;
  padding: 2%;
  overflow: hidden;
  margin-bottom: 6px;
}

.article-background-news-content-slim {
  height: 50px;
  margin-top: 2px;
}

@media (max-width: 767px) {
  .article-background-news-content-slim {
    height: auto;
  }
}

@media (max-width: 767px) {
  .article-background-news-content {
    padding: 0;
  }
}

@media (max-width: 767px) {
  .article-background-news-content {
    padding: 0;
  }
}

.article-background-news-title {
  color: rgb(255, 255, 255);
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 400;
  font-family: Oswald, Georgia, Times, "Times New Roman";
  padding: 0 2%;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 26px;
}

@media (max-width: 1600px) {
  .article-background-news-title {
    font-size: 20px;
    line-height: 26px;
  }
}

@media (max-width: 1440px) {
  .article-background-news-title {
    font-size: 18px;
    line-height: 24px;
  }
}

@media (max-width: 959px) {
  .article-background-news-title {
    font-size: 18px;
    line-height: 22px;
  }
}

@media (max-width: 767px) {
  .article-background-news-title {
    font-size: 16px;
    line-height: 20px;
  }
}

.article-background-news-excerpt {
  font-family: Lato, Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  /*font-size: 16px; */
  color: #000000;
  font-weight: 400;
  margin: 10px 5px;
  padding: 0px 10px;
  text-align: left;
  display: block;
  /* Fallback for non-webkit */
  display: -webkit-box;
  max-width: 400px;
  height: 44px;
  /* Fallback for non-webkit */
  font-size: 16px;
  line-height: 20px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width: 1600px) {
  .article-background-news-excerpt {
    font-size: 16px;
  }
}

@media (max-width: 1440px) {
  .article-background-news-excerpt {
    font-size: 16px;
  }
}

@media (max-width: 959px) {
  .article-background-news-excerpt {
    font-size: 12px;
  }
}

@media (max-width: 767px) {
  .article-background-news-excerpt {
    font-size: 12px;
  }
}

.article-background-news-date {
  background: #31B7BC;
  width: 100%;
  margin-bottom: 0px;
  padding: 10px 0;
  text-align: right;
}

.article-background-news-date span {
  font-family: Oswald, Georgia, Times, "Times New Roman";
  padding: 10px 15px;
  color: white;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 16px;
}

.article-background-news-viewmore {
  font-size: 12px;
  font-family: Oswald, Georgia, Times, "Times New Roman", sans-serif;
  color: white;
  font-weight: 400;
  text-transform: uppercase;
  float: right;
  padding-right: 30px;
}

.article-background-news-viewmore:hover {
  color: #31b7bc;
}

.article-background-innerlogin {
  background-color: #DDDDDD;
}

@media (max-width: 959px) {
  .article-background-video {
    margin-right: 4px;
  }
}

@media (max-width: 767px) {
  .article-background-video {
    margin-right: 0px;
  }
}

.article-background-horizontal {
  background-color: #ECECEC;
  padding: 10px 10px 10px 10px;
  margin-bottom: 5px;
}

.article-background-horizontal-text {
  margin-left: 20px;
}

@media (max-width: 959px) {
  .article-background-horizontal-text {
    margin-left: 20px;
  }
}

@media (max-width: 767px) {
  .article-background-horizontal-text {
    margin-left: 0px;
  }
}

.article-background-horizontal-subtitle {
  margin: 0px 5px 0;
}

.article-background-horizontal-subtitle span {
  font-size: 12px;
  font-family: Oswald, Georgia, Times, "Times New Roman";
  font-weight: 400;
  text-transform: uppercase;
}

.article-background-horizontal-excerpt {
  font-family: Lato, Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #38393A;
  font-weight: 400;
  padding: 5px 5px 5px 5px;
  height: 48px;
  overflow: hidden;
  line-height: 22px;
  text-overflow: ellipsis;
  margin-bottom: 20px;
}

@media (max-width: 1600px) {
  .article-background-horizontal-excerpt {
    font-size: 16px;
  }
}

@media (max-width: 1440px) {
  .article-background-horizontal-excerpt {
    font-size: 12px;
  }
}

@media (max-width: 959px) {
  .article-background-horizontal-excerpt {
    font-size: 12px;
  }
}

@media (max-width: 767px) {
  .article-background-horizontal-excerpt {
    font-size: 12px;
  }
}

.article-background-horizontal-date {
  background: #38393A;
  min-height: 50px;
  width: 100%;
  margin-bottom: 0px;
  margin-top: 10px;
}

.article-background-horizontal-date span {
  font-family: Lato, Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 10px 15px;
  color: white;
  font-weight: 400;
  text-transform: uppercase;
  display: inline-block;
}

.article-background-horizontal-viewmore {
  font-size: 12px;
  font-family: Oswald, Georgia, Times, "Times New Roman";
  /*color: white; */
  font-weight: 400;
  text-transform: uppercase;
  float: right;
  padding-right: 30px;
}

.article-background-horizontal-viewmore:hover {
  color: #31b7bc;
}

.article-background-horizontal-title {
  text-align: left;
  font-family: Oswald, Georgia, Times, "Times New Roman";
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  margin: 10px 5px 0 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 30px;
}

@media (max-width: 1600px) {
  .article-background-horizontal-title {
    font-size: 18px;
  }
}

@media (max-width: 1440px) {
  .article-background-horizontal-title {
    font-size: 16px;
  }
}

@media (max-width: 959px) {
  .article-background-horizontal-title {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .article-background-horizontal-title {
    font-size: 14px;
  }
}

.article-background-main {
  margin-bottom: 5px;
}

.article-background-main-title {
  text-align: left;
  font-family: Oswald, Georgia, Times, "Times New Roman";
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  overflow: hidden;
  line-height: 28px;
  padding: 20px 10px;
}

@media (max-width: 1600px) {
  .article-background-main-title {
    font-size: 30px;
  }
}

@media (max-width: 1440px) {
  .article-background-main-title {
    font-size: 28px;
  }
}

@media (max-width: 959px) {
  .article-background-main-title {
    font-size: 26px;
  }
}

@media (max-width: 767px) {
  .article-background-main-title {
    font-size: 24px;
    padding: 0px;
  }
}

.article-background-main-excerpt {
  font-family: Lato, Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #6F6F6F;
  overflow: hidden;
  font-size: 20px;
  line-height: 26px;
}

.article-background-main-excerpt img {
  width: 80vw;
}

@media (max-width: 1600px) {
  .article-background-main-excerpt {
    font-size: 20px;
  }
}

@media (max-width: 1440px) {
  .article-background-main-excerpt {
    font-size: 18px;
    line-height: 24px;
  }
}

@media (max-width: 959px) {
  .article-background-main-excerpt {
    font-size: 18px;
    line-height: 22px;
  }
}

@media (max-width: 767px) {
  .article-background-main-excerpt {
    font-size: 16px;
    line-height: 24px;
    margin: 0px;
    padding: 0px;
    text-align: justify;
    margin-right: 20px;
  }

  .article-background-main-excerpt img {
    width: 90vw;
  }
}

.article-background-main-subtitle {
  margin: 10px 0;
}

.article-background-main-subtitle span {
  font-size: 12px;
  font-family: Oswald, Georgia, Times, "Times New Roman";
  font-weight: 400;
  text-transform: uppercase;
}

.article-background-main-date {
  background: #38393A;
  min-height: 50px;
  width: 100%;
}

.article-background-main-date span {
  font-family: Lato, Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 10px 15px;
  color: white;
  font-weight: 400;
  text-transform: uppercase;
  display: inline-block;
}

.article-background-main-viewmore {
  font-size: 12px;
  font-family: Oswald, Georgia, Times, "Times New Roman";
  font-weight: 400;
  text-transform: uppercase;
  float: right;
  padding-right: 30px;
}

.article-background-main-viewmore:hover {
  color: #31b7bc;
}

.article-background-primary {
  cursor: pointer;
  position: relative;
  margin-bottom: 2px;
  webkit-flex: 1 1 100%;
  flex: 1 1 100%;
  max-width: 100%;
  max-height: 100%;
  box-sizing: border-box;
}

.article-background-primary-content {
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  bottom: 3px;
  padding: 2%;
  overflow: hidden;
}

@media (max-width: 959px) {
  .article-background-primary-content {
    width: 100vw;
  }
}

@media (max-width: 767px) {
  .article-background-primary-content {
    width: 100vw;
  }
}

.article-background-primary-content-title {
  color: rgb(255, 255, 255);
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 400;
  font-family: Oswald, Georgia, Times, "Times New Roman";
  text-transform: uppercase;
  padding-bottom: 10px;
  line-height: 28px;
  font-size: 28px;
  height: 56px;
}

@media (max-width: 1600px) {
  .article-background-primary-content-title {
    line-height: 28px;
    font-size: 28px;
  }
}

@media (max-width: 1440px) {
  .article-background-primary-content-title {
    line-height: 28px;
    font-size: 28px;
    height: 56px;
  }
}

@media (max-width: 959px) {
  .article-background-primary-content-title {
    line-height: 26px;
    font-size: 26px;
    height: 52px;
  }
}

@media (max-width: 767px) {
  .article-background-primary-content-title {
    line-height: 22px;
    font-size: 18px;
    padding-bottom: 0px;
  }
}

.article-background-primary-content-subtitle span {
  color: white;
  font-size: 12px;
  font-family: Oswald, Georgia, Times, "Times New Roman";
  font-weight: 400;
  text-transform: uppercase;
}

.article-background-primary-content-excerpt {
  font-family: Lato, Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: white;
  overflow: hidden;
  max-height: 120px;
  line-height: 26px;
  font-size: 20px;
}

@media (max-width: 1600px) {
  .article-background-primary-content-excerpt {
    max-height: 120px;
  }
}

@media (max-width: 1440px) {
  .article-background-primary-content-excerpt {
    line-height: 24px;
    font-size: 18px;
    max-height: 120px;
  }
}

@media (max-width: 959px) {
  .article-background-primary-content-excerpt {
    line-height: 22px;
    font-size: 18px;
    max-height: 74px;
    margin-top: 8px;
  }
}

@media (max-width: 767px) {
  .article-background-primary-content-excerpt {
    line-height: 20px;
    font-size: 16px;
    max-height: 64px;
    margin-top: 8px;
  }
}

.article-background-primary-content-video {
  background-color: #3C3C3C;
  opacity: 0.9;
  position: absolute;
  bottom: 0px;
  min-height: 40px;
  padding: 2%;
}

@media (max-width: 767px) {
  .article-background-primary-content-video {
    position: relative;
  }
}

.article-background-primary-content-video-title {
  color: #31b7bc;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 700;
  line-height: 26px;
  font-size: 24px;
  font-family: Oswald, Georgia, Times, "Times New Roman";
  text-transform: uppercase;
}

@media (max-width: 1600px) {
  .article-background-primary-content-video-title {
    line-height: 24px;
    font-size: 22px;
    min-height: 48px;
  }
}

@media (max-width: 1440px) {
  .article-background-primary-content-video-title {
    line-height: 22px;
    font-size: 20px;
    min-height: 44px;
  }
}

@media (max-width: 959px) {
  .article-background-primary-content-video-title {
    line-height: 20px;
    font-size: 18px;
    min-height: 40px;
  }
}

@media (max-width: 767px) {
  .article-background-primary-content-video-title {
    line-height: 20px;
    font-size: 18px;
    min-height: 40px;
  }
}

.article-background-primary-content-video-subtitle span {
  color: white;
  font-size: 12px;
  font-family: Oswald, Georgia, Times, "Times New Roman";
  font-weight: 400;
  text-transform: uppercase;
}

.article-background-primary-content-video-excerpt {
  font-family: Lato, Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: white;
  overflow: hidden;
  line-height: 20px;
  font-size: 14px;
}

@media (max-width: 1600px) {
  .article-background-primary-content-video-excerpt {
    line-height: 20px;
    font-size: 14px;
    max-height: 50px;
  }
}

@media (max-width: 1440px) {
  .article-background-primary-content-video-excerpt {
    line-height: 18px;
    font-size: 12px;
    max-height: 50px;
  }
}

@media (max-width: 959px) {
  .article-background-primary-content-video-excerpt {
    line-height: 18px;
    font-size: 12px;
    max-height: 50px;
  }
}

@media (max-width: 767px) {
  .article-background-primary-content-video-excerpt {
    line-height: 18px;
    font-size: 12px;
    max-height: 50px;
  }
}

.article-background-secondary {
  flex: 1 1 50%;
  max-width: 50%;
  max-height: 100%;
  box-sizing: border-box;
  cursor: pointer;
  position: relative;
  margin-bottom: 2px;
  padding: 0px 0px 0px 2px;
  overflow: hidden;
}

@media (max-width: 767px) {
  .article-background-secondary {
    min-height: 0px;
    padding: 0px 0px 0px 0px;
    cursor: pointer;
    position: relative;
    margin-bottom: 2px;
    webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
  }
}

.article-background-secondary-content {
  width: 100%;
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  bottom: 0px;
  padding: 2%;
  overflow: hidden;
}

.article-background-secondary-content-title {
  color: rgb(255, 255, 255);
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 700;
  font-family: Oswald, Georgia, Times, "Times New Roman";
  text-transform: uppercase;
  line-height: 26px;
  font-size: 26px;
  height: 52px;
}

@media (max-width: 1600px) {
  .article-background-secondary-content-title {
    line-height: 26px;
    font-size: 26px;
    height: 52px;
  }
}

@media (max-width: 1440px) {
  .article-background-secondary-content-title {
    line-height: 24px;
    font-size: 24px;
    height: 48px;
  }
}

@media (max-width: 959px) {
  .article-background-secondary-content-title {
    line-height: 22px;
    font-size: 22px;
    height: 44px;
  }
}

@media (max-width: 767px) {
  .article-background-secondary-content-title {
    line-height: 22px;
    font-size: 18px;
    height: 36px;
  }
}

.article-background-secondary-content-subtitle span {
  color: white;
  font-size: 12px;
  font-family: Oswald, Georgia, Times, "Times New Roman";
  font-weight: 400;
  text-transform: uppercase;
}

.article-background-secondary-content-excerpt {
  font-family: Lato, Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: white;
  overflow: hidden;
  line-height: 20px;
  font-size: 16px;
}

@media (max-width: 1600px) {
  .article-background-secondary-content-excerpt {
    line-height: 20px;
    font-size: 16px;
    max-height: 82px;
  }
}

@media (max-width: 1440px) {
  .article-background-secondary-content-excerpt {
    line-height: 18px;
    font-size: 16px;
    max-height: 74px;
  }
}

@media (max-width: 959px) {
  .article-background-secondary-content-excerpt {
    line-height: 18px;
    font-size: 16px;
    max-height: 74px;
    margin-top: 8px;
  }
}

@media (max-width: 767px) {
  .article-background-secondary-content-excerpt {
    line-height: 16px;
    font-size: 14px;
    max-height: 64px;
    margin-top: 8px;
  }
}

.vs {
  width: 20%;
  font-size: 30px;
  line-height: 30px;
  text-align: center;
  font-style: italic;
}

@media (max-width: 767px) {
  .vs {
    font-size: 15px;
    line-height: 15px;
  }
}

.calendar-date {
  font-size: 14px;
  color: white;
  font-weight: 400;
}

@media (max-width: 767px) {
  .calendar-date {
    margin-left: 0px;
    font-size: 12px;
  }
}

.timeline-buttons {
  display: inline-block;
  padding-left: 3px;
}

.timeline-buttons a {
  color: #6B6B6B;
}

.timeline-buttons a:hover {
  color: #31b7bc;
}

.pagecontent {
  margin-left: 10%;
  margin-right: 10%;
}

.pagecontent div {
  padding-bottom: 40px;
}

.pagecontent h2 {
  font-size: 20px;
  font-weight: 700;
  padding-bottom: 20px;
}

.img-responsive-connectiondarts {
  width: 200px;
  height: 60px;
}

@media (max-width: 1440px) {
  .img-responsive-connectiondarts {
    width: 160px;
    height: 40px;
  }
}

@media (max-width: 959px) {
  .img-responsive-connectiondarts {
    width: 160px;
    height: 40px;
  }
}

@media (max-width: 767px) {
  .img-responsive-connectiondarts {
    width: 80px;
    height: 20px;
  }
}

.img-responsive-connectionsports {
  height: 60px;
  width: 200px;
}

@media (max-width: 1440px) {
  .img-responsive-connectionsports {
    width: 148px;
    height: 40px;
  }
}

@media (max-width: 959px) {
  .img-responsive-connectionsports {
    width: 148px;
    height: 40px;
  }
}

@media (max-width: 767px) {
  .img-responsive-connectionsports {
    width: 74px;
    height: 20px;
  }
}

.img-responsive-walde {
  width: 120px;
  height: 90px;
}

@media (max-width: 1440px) {
  .img-responsive-walde {
    width: 90px;
    height: 60px;
  }
}

@media (max-width: 959px) {
  .img-responsive-walde {
    width: 90px;
    height: 60px;
  }
}

@media (max-width: 767px) {
  .img-responsive-walde {
    width: 50px;
    height: 50px;
  }
}

.img-responsive-fede {
  width: 170px;
  height: 90px;
}

@media (max-width: 1440px) {
  .img-responsive-fede {
    width: 125px;
    height: 60px;
  }
}

@media (max-width: 959px) {
  .img-responsive-fede {
    width: 125px;
    height: 60px;
  }
}

@media (max-width: 767px) {
  .img-responsive-fede {
    width: 58px;
    height: 36px;
  }
}

.img-responsive-and {
  height: 90px;
  width: 230px;
}

@media (max-width: 1440px) {
  .img-responsive-and {
    width: 170px;
    height: 60px;
  }
}

@media (max-width: 959px) {
  .img-responsive-and {
    width: 170px;
    height: 60px;
  }
}

@media (max-width: 767px) {
  .img-responsive-and {
    width: 85px;
    height: 30px;
  }
}

.img-country {
  position: absolute;
  right: 20px;
  bottom: 0px;
}

@media (max-width: 767px) {
  .img-country {
    right: 36px !important;
    bottom: 6px !important;
  }
}

@media (max-width: 414px) {
  .img-country {
    right: 0px !important;
    bottom: 6px !important;
  }
}

.img-country-container {
  position: relative;
}

.ng-gallery {
  width: 100%;
  height: 100%;
  display: inline-block;
}

img.ng-thumb {
  /*  &:first-child {
      margin-left: 4px;
    }
    &:first-child {
      margin-right: 4px;
    }*/
  width: 25%;
  height: auto;
  float: left;
  display: block;
  cursor: pointer;
  padding: 2px 2px 0 0;
}

@media (max-width: 959px) {
  img.ng-thumb {
    width: 50%;
  }
}

@media (max-width: 767px) {
  img.ng-thumb {
    width: 100%;
  }
}

.ng-gallery2 div > div > img {
  width: 10%;
}

@media (max-width: 1440px) {
  .ng-gallery2 div > div > img {
    width: 10%;
  }
}

@media (max-width: 959px) {
  .ng-gallery2 div > div > img {
    width: 20%;
  }
}

@media (max-width: 767px) {
  .ng-gallery2 div > div > img {
    width: 50%;
  }
}

.ng-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.85;
  z-index: 9999;
}

.ng-gallery-content {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  text-align: center;
}

.ng-gallery-content > a.close-popup {
  font-size: 42px;
  float: right;
  color: #fff;
  text-decoration: none;
  margin: 0 30px 0 0;
  cursor: pointer;
  position: absolute;
  top: 20px;
  right: 0;
}

@media (max-width: 767px) {
  .ng-gallery-content > a.close-popup {
    top: 100px !important;
  }
}

.ng-gallery-content > a.nav-left,
.ng-gallery-content > a.nav-right {
  color: #fff;
  text-decoration: none;
  font-size: 60px;
  cursor: pointer;
  outline: none;
}

.ng-gallery-content > a.nav-left {
  position: fixed;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
}

.ng-gallery-content > a.nav-right {
  position: fixed;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
}

.ng-gallery-content > img {
  height: auto;
  max-height: calc(100% - 150px);
  max-width: calc(100% - 100px);
  position: relative;
  display: block;
  margin: 0 auto 0 auto;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  cursor: pointer;
}

.ng-gallery-content > img.effect {
  animation: fadeIn 0.5s;
}

@keyframes fadeIn {
  from {
    opacity: 0.3;
  }

  to {
    opacity: 1;
  }
}

.ng-gallery-content > span.info-text {
  color: #fff;
  display: inline-block;
  width: 100%;
  height: 20px;
  font-weight: bold;
  text-align: center;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 100px;
}

.ng-gallery-content > .ng-thumbnails-wrapper {
  width: 400px;
  height: 70px;
  text-align: center;
  position: fixed;
  bottom: 20px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  overflow-x: hidden;
}

.ng-gallery-content > .ng-thumbnails-wrapper > .ng-thumbnails {
  width: 4000px;
  height: 70px;
}

.ng-gallery-content > .ng-thumbnails-wrapper > .ng-thumbnails > div > img {
  width: auto;
  height: 70px;
  float: left;
  margin-right: 10px;
  cursor: pointer;
  opacity: 0.6;
}

.ng-gallery-content > .ng-thumbnails-wrapper > .ng-thumbnails > div > img:hover,
.ng-gallery-content > .ng-thumbnails-wrapper > .ng-thumbnails > div > img.active {
  transition: opacity 0.25s ease;
  opacity: 1;
}

/* Loading - from http://loading.io */

uiload {
  display: inline-block;
  position: relative;
}

uiload > div {
  position: relative;
}

@keyframes uil-ring-anim {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.uil-ring-css {
  background: none;
  position: relative;
  top: 0;
  margin: 180px auto 0 auto;
  width: 100px;
  height: 100px;
}

.uil-ring-css > div {
  position: absolute;
  display: block;
  width: 80px;
  height: 80px;
  top: 20px;
  left: 20px;
  border-radius: 40px;
  box-shadow: 0 6px 0 0 #fff;
  animation: uil-ring-anim 1s linear infinite;
}

.spinner div {
  width: 20px;
  height: 20px;
  position: absolute;
  left: -20px;
  top: 50%;
  background-color: #31b7bc;
  border-radius: 50%;
  animation: move 4s infinite cubic-bezier(0.2, 0.64, 0.81, 0.23);
  z-index: 400;
}

.spinner div:nth-child(2) {
  animation-delay: 150ms;
}

.spinner div:nth-child(3) {
  animation-delay: 300ms;
}

.spinner div:nth-child(4) {
  animation-delay: 450ms;
}

@keyframes move {
  0% {
    left: 0%;
  }

  75% {
    left: 100%;
  }

  100% {
    left: 100%;
  }
}

.languageButtons {
  padding: 3px 13px 3px 10px;
  border-radius: 20px;
  background: rgb(0, 0, 0);
}

.languageButtons a {
  display: inline-block;
  margin-left: 5px;
  font-weight: 700;
  color: white;
}

.header-buttons {
  min-width: 166px;
  position: absolute;
  right: 0px;
  top: 15px;
  margin-right: 20px;
  text-align: center;
  font-weight: 700;
}

.header-buttons a {
  text-decoration: none;
  color: white;
}

.header-buttons a:hover {
  color: #31b7bc;
}

.header-buttons-links {
  padding-top: 4px;
}

.header-buttons-links:hover {
  color: #31b7bc;
}

.header-buttons-login {
  display: inline-block;
  margin-right: 0px;
  position: absolute;
  right: 0px;
  top: 0px;
  margin-top: 45px;
}

.header-buttons-button {
  color: white;
  font-size: 12px;
  font-weight: 700;
  text-transform: none;
  margin: 0;
}

.thumbnailForCrop {
  overflow: hidden;
  width: 100%;
}

@media (max-width: 767px) {
  .thumbnailForCrop {
    width: 100px;
  }
}

.thumbnailForCrop img {
  margin: -15% 0px -15% 0px;
  width: 100%;
  height: 100%;
}

@media (max-width: 767px) {
  .thumbnailForCrop img {
    height: 120px;
    width: 150%;
    margin: 0 -20px;
  }
}

.login-news-image {
  overflow: hidden;
  width: 100%;
}

@media (max-width: 767px) {
  .login-news-image {
    width: 100px;
  }
}

.login-news-image img {
  /*margin: -15% 0px -15% 0px;*/
  width: 100%;
  /*height: 300px;*/
}

@media (max-width: 767px) {
  .login-news-image img {
    height: 120px;
    width: 150%;
    margin: 0 -20px;
  }
}

.newsImage {
  width: 100%;
  height: auto;
  max-height: 168px;
}

@media (max-width: 767px) {
  .newsImage {
    max-height: auto;
  }
}

.blog_widget {
  color: black;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 400;
  margin: 20px 0px 10px 0px;
}

.nomargin {
  margin-bottom: 0px;
}

.blog_categories {
  list-style-type: none;
  font-size: 16px;
  color: rgb(0, 0, 0);
}

.blog_categories li {
  line-height: 30px;
}

.blog_categories li a {
  text-decoration: none;
  cursor: pointer;
  color: rgb(0, 0, 0);
  font-weight: 400;
}

.blog_categories li a i {
  padding-right: 10px;
  color: #31b7bc;
}

.blog_categories li a.active {
  color: #31b7bc;
  font-weight: 700;
}

calendar-md {
  display: block;
  max-height: 100%;
}

calendar-md .md-toolbar-tools h2 {
  overflow-x: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

calendar-md md-content > md-content {
  border: 1px solid rgba(0, 0, 0, 0.12);
}

calendar-md md-content > md-content.agenda > * > * {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

calendar-md md-content > md-content.agenda > * > * :first-child {
  padding: 12px;
  width: 200px;
  text-align: right;
  color: rgba(0, 0, 0, 0.75);
  font-weight: 100;
  overflow-x: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

calendar-md md-content > md-content.agenda > * > * :not(:first-child) {
  overflow: hidden;
  text-overflow: ellipsis;
}

calendar-md md-content > md-content > * > * {
  min-width: 48px;
}

calendar-md md-content > md-content.calendar > :first-child {
  background: rgba(0, 0, 0, 0.02);
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  margin-right: 0;
  min-height: 36px;
}

calendar-md md-content > md-content.calendar > :not(:first-child) > * {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  border-right: 1px solid rgba(0, 0, 0, 0.12);
  cursor: pointer;
}

calendar-md md-content > md-content.calendar > :not(:first-child) > *:hover {
  background: rgba(0, 0, 0, 0.04);
}

calendar-md md-content > md-content.calendar > :not(:first-child) > *.disabled {
  color: rgba(0, 0, 0, 0.3);
  pointer-events: none;
  cursor: auto;
}

calendar-md md-content > md-content.calendar > :not(:first-child) > *.active {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12);
  background-color: #31b7bc;
  color: white;
  font-weight: 700;
}

calendar-md md-content > md-content.calendar > :not(:first-child) > * :first-child {
  padding: 0;
}

calendar-md md-content > md-content.calendar > :not(:first-child) > * :last-child {
  overflow: hidden;
  text-overflow: ellipsis;
}

/*[ui-view].ng-leave {
  animation: fadeOut 0.5s;
}

[ui-view].ng-enter {
  animation: fadeIn 0.5s;
}*/

md-toolbar.md-warn > md-tabs.md-default-theme,
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-default-theme,
md-tabs > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]).md-focused {
  color: rgb(0, 0, 0);
}

md-toolbar.md-warn > md-tabs.md-default-theme,
md-tabs > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]) {
  color: #31b7bc;
}

.wp-content {
  margin: 0px 0px 10px 0px;
}

.wp-video-crop {
  overflow: hidden;
  width: 90%;
  margin: 0 auto;
  min-height: 400px;
  max-width: 800px;
}

.wp-video-crop iframe {
  width: 100%;
}

.wp-image-crop {
  overflow: hidden;
  width: 90%;
  margin: 0 auto;
  margin-bottom: 20px;
  margin-top: 20px;
  max-width: 800px;
}

.wp-image-crop img {
  margin: -15% 0px -15% 0px;
}

.active {
  color: #31b7bc;
}

.return-link {
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 5px;
  font-weight: 700;
}

@media (max-width: 767px) {
  .return-link {
    padding: 0px;
  }
}

.return-button {
  display: inline-block;
  padding-right: 8px;
  vertical-align: middle;
  cursor: pointer;
}

.return-button i {
  color: #31b7bc;
}

@media (max-width: 767px) {
  .return-button {
    width: 10vw;
    margin-left: 10px;
  }
}

.return-text {
  display: inline-block;
  vertical-align: middle;
}

@media (max-width: 767px) {
  .return-text {
    width: 80vw;
  }
}

@-moz-document url-prefix()  {
  .layout-fill {
    height: auto;
    max-height: auto;
    min-height: auto;
  }
}

@-moz-document url-prefix()  {
  .layout-fill {
    height: auto;
    max-height: auto;
    min-height: auto;
  }
}

.layout-fill {
  height: auto;
  max-height: auto;
  min-height: auto;
}

.menuSMLoginPublic {
  background-color: #EAEAEA;
  z-index: 9000;
}

.menuSMLoginPublic ul li a i {
  background-color: white;
  border-radius: 40px;
  width: 40px;
  height: 40px;
}

.menuSMLoginPublic ul li a span {
  margin-left: 20px;
}

ul[rn-carousel] {
  width: 400px;
  height: 200px;
  margin: 0 auto;
}

ul[rn-carousel] li {
  width: 100%;
  height: 100%;
  font-size: 30px;
  /*background-color: #ccc;*/
}

ul[rn-carousel] li img {
  width: 100%;
}

@media (max-width: 959px) {
  .official {
    width: 96%;
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  .official {
    width: 96%;
    margin: 0 auto;
  }
}

.official-textbox {
  padding: 0;
  margin: 5px;
  border-bottom: 1px solid #F3F3F3;
}

@media (max-width: 767px) {
  .official-textbox {
    margin: 0;
  }
}

.official-textbox-odd {
  /*background-color: #F3F3F3;*/
}

.official-table p {
  text-align: left;
  font-family: Lato, Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  color: #3C3C3C;
  font-weight: 400;
  line-height: 26px;
  margin-left: 0px;
}

.official-table-row {
  /*border-bottom: 1px solid rgb(230, 230, 230);*/
  padding: 10px 0px;
  margin: 0 20px;
}

@media (max-width: 767px) {
  .official-table-row {
    margin: 0;
    padding: 0;
  }
}

.official-table-row hr {
  margin-top: 10px;
  margin-bottom: 10px;
  width: 100%;
}

.official-table-row-col {
  padding-right: 20px;
}

@media (max-width: 767px) {
  .official-table-row-col {
    padding-right: 0px;
  }
}

.official-table-row-col img {
  width: 100%;
}

@media (max-width: 767px) {
  .official-table-row-col img {
    margin-bottom: 20px;
  }
}

.official-table-row-col h5 {
  text-align: left;
  font-family: Oswald, Georgia, Times, "Times New Roman";
  color: #424141;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0px 0px 10px 0px;
  font-size: 18px;
}

@media (max-width: 1600px) {
  .official-table-row-col h5 {
    font-size: 18px;
  }
}

@media (max-width: 1440px) {
  .official-table-row-col h5 {
    font-size: 18px;
  }
}

@media (max-width: 959px) {
  .official-table-row-col h5 {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .official-table-row-col h5 {
    font-size: 16px;
    padding-top: 10px;
  }
}

.official-table-row-col h6 {
  text-align: left;
  font-family: Oswald, Georgia, Times, "Times New Roman";
  color: #424141;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0px 0px 10px 0px;
  font-size: 18px;
}

@media (max-width: 1600px) {
  .official-table-row-col h6 {
    font-size: 18px;
  }
}

@media (max-width: 1440px) {
  .official-table-row-col h6 {
    font-size: 16px;
  }
}

@media (max-width: 959px) {
  .official-table-row-col h6 {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .official-table-row-col h6 {
    font-size: 14px;
    padding-top: 10px;
  }
}

.official-table-row-col p {
  font-family: Lato, Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #3C3C3C;
  font-weight: 400;
  margin: 0px 0px 10px 0px;
  font-size: 15px;
  line-height: 18px;
  vertical-align: middle;
}

@media (max-width: 1600px) {
  .official-table-row-col p {
    font-size: 18px;
    line-height: 18px;
  }
}

@media (max-width: 1440px) {
  .official-table-row-col p {
    font-size: 16px;
    line-height: 16px;
  }
}

@media (max-width: 959px) {
  .official-table-row-col p {
    font-size: 16px;
    line-height: 16px;
  }
}

@media (max-width: 767px) {
  .official-table-row-col p {
    font-size: 14px;
    line-height: 14px;
  }
}

.official-table-row-col p.contact {
  line-height: 22px;
}

.official-table-row-col li {
  font-family: Lato, Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #3C3C3C;
  font-weight: 400;
  margin: 0px;
  font-size: 15px;
  line-height: 15px;
  vertical-align: middle;
}

@media (max-width: 1600px) {
  .official-table-row-col li {
    font-size: 15px;
  }
}

@media (max-width: 1440px) {
  .official-table-row-col li {
    font-size: 14px;
  }
}

@media (max-width: 959px) {
  .official-table-row-col li {
    font-size: 13px;
  }
}

@media (max-width: 767px) {
  .official-table-row-col li {
    font-size: 12px;
  }
}

.official-table-row-col ul[rn-carousel] {
  width: 100%;
  vertical-align: middle;
}

.official-table-row-col ul[rn-carousel] li {
  background-color: rgb(255, 255, 255);
}

.official-table-row-col i {
  font-size: 22px;
  color: #DDDDDD;
}

.official-table-cell {
  background-color: #DDDDDD;
  margin-left: 2px;
  margin-bottom: 2px;
}

.official-table-cell-title {
  text-align: left;
  font-family: Oswald, Georgia, Times, "Times New Roman";
  font-size: 18px;
  color: #424141;
  font-weight: 700;
  text-transform: uppercase;
  margin: 10px 5px;
  padding: 0px 10px;
  height: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 20px;
}

@media (max-width: 1600px) {
  .official-table-cell-title {
    font-size: 18px;
  }
}

@media (max-width: 1440px) {
  .official-table-cell-title {
    font-size: 16px;
  }
}

@media (max-width: 959px) {
  .official-table-cell-title {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .official-table-cell-title {
    font-size: 13px;
    font-weight: 400;
    text-transform: none;
  }
}

.official-table-cell-excerpt {
  font-family: Lato, Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #000000;
  font-weight: 400;
  margin: 10px 5px;
  padding: 0px 10px;
  text-align: left;
  display: block;
  /* Fallback for non-webkit */
  display: -webkit-box;
  width: 100%;
  height: 44px;
  /* Fallback for non-webkit */
  font-size: 16px;
  line-height: 20px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width: 1600px) {
  .official-table-cell-excerpt {
    font-size: 16px;
  }
}

@media (max-width: 1440px) {
  .official-table-cell-excerpt {
    font-size: 16px;
  }
}

@media (max-width: 959px) {
  .official-table-cell-excerpt {
    font-size: 12px;
  }
}

@media (max-width: 767px) {
  .official-table-cell-excerpt {
    font-size: 12px;
  }
}

.official-h3 {
  font-size: 28px !important;
  color: #000 !important;
  font-family: Oswald, Georgia, Times, "Times New Roman" !important;
  font-weight: 400 !important;
  text-transform: uppercase !important;
}

.official-h3 img {
  margin-right: 10px;
}

.official-h3 div {
  display: inline-block;
}

.official-header {
  font-size: 18px;
  font-weight: bolder;
  line-height: 20px;
  padding: 8px 0;
  text-transform: uppercase;
}

.official-header i {
  margin: 0 5px;
}

.company-loginbuttons {
  position: absolute;
  top: 40%;
  width: 98%;
  text-align: center;
  z-index: 2000;
  left: 10px;
}

@media (max-width: 1440px) {
  .company-loginbuttons {
    top: 34%;
  }
}

@media (max-width: 767px) {
  .company {
    padding-right: 10px;
  }
}

.company-menu {
  text-transform: uppercase;
  font-family: Oswald, Georgia, Times, "Times New Roman";
  font-size: 14px;
  width: 100%;
  margin-left: 20px;
}

.company-menu ul {
  width: 100%;
  margin: 0;
}

.company-menu ul li {
  list-style: none;
  line-height: 50px;
  vertical-align: middle;
  border-bottom: 1px solid rgb(230, 230, 230);
}

.company-menu ul li:first-child {
  margin-top: 20px;
  border-top: 1px solid rgb(230, 230, 230);
}

.company-menu ul li a {
  color: #31b7bc;
  text-decoration: none;
  margin-left: 20px;
}

.company-menu ul li a.company-menu-active {
  color: #31b7bc;
}

.company-menu ul li:hover {
  background-color: #f2f4f5;
}

.company-menu ul li:hover a {
  color: #31b7bc;
}

.company-video {
  height: 300px;
  overflow: hidden;
}

.company-video-content {
  /*margin: -15% 0px -15% 0px;*/
  width: 100%;
  height: auto;
}

.company-kits {
  height: 600px;
  overflow: hidden;
  position: relative;
}

.company-kits-content {
  /*margin: -15% 0px -15% 0px;*/
  width: 100%;
  height: auto;
}

.company-kits h2 {
  font-family: Oswald, Georgia, Times, "Times New Roman";
  color: #31b7bc;
  text-align: center;
  font-size: 40px;
  font-weight: 400;
  text-transform: uppercase;
}

@media (max-width: 1600px) {
  .company-kits h2 {
    font-size: 40px;
  }
}

@media (max-width: 1440px) {
  .company-kits h2 {
    font-size: 30px;
  }
}

@media (max-width: 959px) {
  .company-kits h2 {
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  .company-kits h2 {
    font-size: 20px;
  }
}

.company-kits h3 {
  font-family: Lato, Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: rgb(0, 0, 0);
  text-align: center;
  font-size: 24px;
  font-weight: 400;
  width: 30%;
  margin: 0 auto;
  padding-top: 20px;
}

@media (max-width: 1600px) {
  .company-kits h3 {
    font-size: 20px;
  }
}

@media (max-width: 1440px) {
  .company-kits h3 {
    font-size: 18px;
  }
}

@media (max-width: 959px) {
  .company-kits h3 {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .company-kits h3 {
    font-size: 12px;
  }
}

.company-videoOnfire {
  height: auto;
  overflow: hidden;
}

.company-videoOnfire-content {
  /*margin: -15% 0px -15% 0px;*/
  width: 100%;
  height: auto;
}

.company-menu {
  margin-bottom: 40px;
}

.company-textbox {
  width: 100%;
  padding: 0;
  margin: 5px 5px 5px 5px;
}

.company-textbox-odd {
  background-color: #F3F3F3;
}

.company-header h2 {
  font-family: Oswald, Georgia, Times, "Times New Roman";
  font-size: 36px;
  color: black;
  font-weight: 400;
  text-transform: uppercase;
  text-align: left;
  margin: 0 0 10px 0;
}

@media (max-width: 1600px) {
  .company-header h2 {
    font-size: 36px;
  }
}

@media (max-width: 1440px) {
  .company-header h2 {
    font-size: 30px;
  }
}

@media (max-width: 959px) {
  .company-header h2 {
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  .company-header h2 {
    font-size: 20px;
  }
}

.company-header h2 span {
  color: #31b7bc;
  font-family: Oswald, Georgia, Times, "Times New Roman";
  font-size: 40px;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  position: relative;
}

@media (max-width: 1600px) {
  .company-header h2 span {
    font-size: 40px;
  }
}

@media (max-width: 1440px) {
  .company-header h2 span {
    font-size: 30px;
  }
}

@media (max-width: 959px) {
  .company-header h2 span {
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  .company-header h2 span {
    font-size: 20px;
  }
}

.company-header p {
  text-align: left;
  font-family: Lato, Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #3C3C3C;
  font-weight: 400;
  line-height: 18px;
  font-style: italic;
}

.company-header h4 {
  text-align: left;
  vertical-align: middle;
  top: 22%;
  position: relative;
  margin-top: 30px;
  font-weight: 700;
  padding-left: 10%;
  width: 70%;
}

@media (max-width: 767px) {
  .company-header h4 {
    font-weight: 400;
    top: 10%;
    margin: 20px 5px 0px 5px;
    text-align: left;
    padding: 0px 10px;
    font-size: 16px;
  }
}

.company md-toolbar {
  margin-bottom: 20px;
}

.company-md-toolbar-tools {
  background-image: url("../img/connection-darts-footer.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

.company-md-toolbar-tools-title {
  font-size: 1.6em;
  padding: 25px 30px;
  margin: 0;
  color: white;
}

@media (max-width: 1440px) {
  .company-md-toolbar-tools-title {
    height: 40px;
    max-height: 40px;
    font-size: 1.1em;
    padding: 10px 30px;
  }
}

@media (max-width: 959px) {
  .company-md-toolbar-tools-title {
    height: 40px;
    max-height: 40px;
    font-size: 1.1em;
    padding: 10px 30px;
  }
}

@media (max-width: 767px) {
  .company-md-toolbar-tools-title {
    height: 40px;
    max-height: 40px;
    font-size: 1.1em;
    padding: 10px 30px;
  }
}

.company-heading {
  font-family: Oswald, Georgia, Times, "Times New Roman";
  font-size: 40px;
  color: black;
  font-weight: 400;
  text-transform: uppercase;
  text-align: left;
  margin-bottom: 20px;
}

@media (max-width: 1600px) {
  .company-heading {
    font-size: 40px;
  }
}

@media (max-width: 1440px) {
  .company-heading {
    font-size: 30px;
  }
}

@media (max-width: 959px) {
  .company-heading {
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  .company-heading {
    font-size: 20px;
    margin-left: 10px;
  }
}

.company-heading span {
  color: #31b7bc;
  font-family: Oswald, Georgia, Times, "Times New Roman";
  font-size: 40px;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  position: relative;
}

@media (max-width: 1600px) {
  .company-heading span {
    font-size: 40px;
  }
}

@media (max-width: 1440px) {
  .company-heading span {
    font-size: 30px;
  }
}

@media (max-width: 959px) {
  .company-heading span {
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  .company-heading span {
    font-size: 20px;
  }
}

.company-headParagraph {
  margin: 20px auto;
  text-align: left;
  font-family: Lato, Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  color: #292929;
  font-weight: 400;
  line-height: 20px;
}

.company-table p {
  text-align: left;
  font-family: Lato, Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  color: #3C3C3C;
  font-weight: 400;
  line-height: 26px;
  margin-left: 0px;
}

.company-table-row {
  /*border-bottom: 1px solid rgb(230, 230, 230);*/
  padding: 10px 0px;
  margin: 0 20px;
}

@media (max-width: 959px) {
  .company-table-row {
    margin: 0;
    padding: 0;
  }
}

@media (max-width: 767px) {
  .company-table-row {
    margin: 0;
    padding: 0;
  }
}

.company-table-row hr {
  margin-top: 10px;
  margin-bottom: 10px;
  width: 100%;
}

.company-table-row-col {
  padding-right: 20px;
}

@media (max-width: 959px) {
  .company-table-row-col {
    padding-right: 0px;
  }
}

@media (max-width: 767px) {
  .company-table-row-col {
    padding-right: 0px;
  }
}

.company-table-row-col img {
  width: 100%;
}

@media (max-width: 959px) {
  .company-table-row-col img {
    margin-bottom: 20px;
    width: 98%;
  }
}

@media (max-width: 767px) {
  .company-table-row-col img {
    margin-bottom: 20px;
  }
}

.company-table-row-col h5 {
  text-align: left;
  font-family: Oswald, Georgia, Times, "Times New Roman";
  color: #424141;
  font-weight: 700;
  line-height: 28px;
  margin: 0px 0px 10px 0px;
  font-size: 24px;
}

@media (max-width: 1600px) {
  .company-table-row-col h5 {
    font-size: 24px;
    line-height: 28px;
  }
}

@media (max-width: 1440px) {
  .company-table-row-col h5 {
    font-size: 24px;
    line-height: 26px;
  }
}

@media (max-width: 959px) {
  .company-table-row-col h5 {
    font-size: 22px;
    line-height: 24px;
    padding-top: 10px;
  }
}

@media (max-width: 767px) {
  .company-table-row-col h5 {
    font-size: 20px;
    line-height: 22px;
    padding-top: 10px;
  }
}

.company-table-row-col h6 {
  text-align: left;
  font-family: Oswald, Georgia, Times, "Times New Roman";
  color: #424141;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0px 0px 10px 0px;
  font-size: 24px;
}

@media (max-width: 1600px) {
  .company-table-row-col h6 {
    font-size: 24px;
    line-height: 28px;
  }
}

@media (max-width: 1440px) {
  .company-table-row-col h6 {
    font-size: 24px;
    line-height: 26px;
  }
}

@media (max-width: 959px) {
  .company-table-row-col h6 {
    font-size: 22px;
    line-height: 24px;
    padding-top: 10px;
  }
}

@media (max-width: 767px) {
  .company-table-row-col h6 {
    line-height: 22px;
    font-size: 20px;
    padding-top: 10px;
  }
}

.company-table-row-col p {
  font-family: Lato, Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #3C3C3C;
  font-weight: 400;
  margin: 0px 0px 10px 0px;
  vertical-align: middle;
  font-size: 18px;
  line-height: 22px;
}

@media (max-width: 1600px) {
  .company-table-row-col p {
    font-size: 18px;
    line-height: 22px;
  }
}

@media (max-width: 1440px) {
  .company-table-row-col p {
    font-size: 16px;
    line-height: 20px;
  }
}

@media (max-width: 959px) {
  .company-table-row-col p {
    font-size: 16px;
    line-height: 20px;
    text-align: justify;
  }
}

@media (max-width: 767px) {
  .company-table-row-col p {
    font-size: 16px;
    line-height: 20px;
    text-align: justify;
  }
}

.company-table-row-col p.contact {
  line-height: 22px;
}

.company-table-row-col li {
  font-family: Lato, Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #3C3C3C;
  font-weight: 400;
  margin: 0px;
  vertical-align: middle;
  font-size: 20px;
  line-height: 26px;
}

@media (max-width: 1600px) {
  .company-table-row-col li {
    font-size: 20px;
    line-height: 26px;
  }
}

@media (max-width: 1440px) {
  .company-table-row-col li {
    font-size: 18px;
    line-height: 24px;
  }
}

@media (max-width: 959px) {
  .company-table-row-col li {
    font-size: 18px;
    line-height: 22px;
  }
}

@media (max-width: 767px) {
  .company-table-row-col li {
    font-size: 16px;
    line-height: 20px;
  }
}

.company-table-row-col ul[rn-carousel] {
  width: 100%;
  vertical-align: middle;
}

.company-table-row-col ul[rn-carousel] li {
  background-color: rgb(255, 255, 255);
}

.company-table-row-col i {
  font-size: 22px;
  color: #DDDDDD;
}

.company-table-row-mobile {
  margin: 0 !important;
  padding: 0 !important;
}

.company-table-cell {
  background-color: #DDDDDD;
  margin-left: 2px;
  margin-bottom: 2px;
}

.company-table-cell-title {
  text-align: left;
  font-family: Oswald, Georgia, Times, "Times New Roman";
  font-size: 18px;
  color: #424141;
  font-weight: 700;
  text-transform: uppercase;
  margin: 10px 5px;
  padding: 0px 10px;
  height: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 20px;
}

@media (max-width: 1600px) {
  .company-table-cell-title {
    font-size: 18px;
  }
}

@media (max-width: 1440px) {
  .company-table-cell-title {
    font-size: 16px;
  }
}

@media (max-width: 959px) {
  .company-table-cell-title {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .company-table-cell-title {
    font-size: 13px;
    font-weight: 400;
    text-transform: none;
  }
}

.company-table-cell-excerpt {
  font-family: Lato, Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #000000;
  font-weight: 400;
  margin: 10px 5px;
  padding: 0px 10px;
  text-align: left;
  display: block;
  /* Fallback for non-webkit */
  display: -webkit-box;
  width: 100%;
  height: 44px;
  /* Fallback for non-webkit */
  font-size: 16px;
  line-height: 20px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width: 1600px) {
  .company-table-cell-excerpt {
    font-size: 16px;
  }
}

@media (max-width: 1440px) {
  .company-table-cell-excerpt {
    font-size: 16px;
  }
}

@media (max-width: 959px) {
  .company-table-cell-excerpt {
    font-size: 12px;
  }
}

@media (max-width: 767px) {
  .company-table-cell-excerpt {
    font-size: 12px;
  }
}

.company-overlay {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #000;
  opacity: 0.85;
  z-index: 9999;
}

@media (max-width: 959px) {
  .company-overlay {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .company-overlay {
    width: 100%;
  }
}

.company-gallery {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10000;
  text-align: center;
}

@media (max-width: 959px) {
  .company-gallery {
    top: 120px;
  }
}

@media (max-width: 767px) {
  .company-gallery {
    top: 60px;
  }
}

.company-gallery img {
  height: auto;
  max-height: calc(100% - 60px);
  max-width: calc(100% - 10px);
  position: relative;
  display: block;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  cursor: pointer;
}

.company-gallery-close {
  font-size: 42px;
  float: right;
  color: #fff;
  text-decoration: none;
  margin: 0 30px 0 0;
  cursor: pointer;
  position: absolute;
  top: 20px;
  right: 0;
}

.company-navmenu {
  text-transform: uppercase;
  font-family: Oswald, Georgia, Times, "Times New Roman";
  font-size: 20px;
  position: absolute;
  right: 10px;
  margin-top: 20px;
  z-index: 3000;
}

.company-navmenu a {
  color: #424141;
  text-decoration: none;
  cursor: pointer;
}

.company-navmenu a:hover {
  color: #31b7bc;
}

.company-navmenu a span {
  padding-right: 10px;
}

.company-navmenu a i {
  font-size: 24px;
}

.company-navmenu-content {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10000;
  text-align: left;
}

.company-navmenu-content-col {
  padding-right: 30px;
  min-width: 280px;
}

.company-navmenu-content-col h2 {
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 36px;
  vertical-align: middle;
  border-bottom: 1px solid rgb(255, 255, 255);
  color: rgb(255, 255, 255);
}

.company-navmenu-content-col ul {
  padding: 0px;
  margin: 0px;
}

.company-navmenu-content-col ul li {
  padding: 0px;
  margin: 0px;
  list-style: none;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 32px;
  vertical-align: middle;
}

.company-navmenu-content-col ul li a {
  text-decoration: none;
  color: rgb(255, 255, 255);
}

.company-navmenu-content-col ul li a:hover {
  font-weight: 700;
}

.company-navmenu-content-close {
  font-size: 42px;
  float: right;
  color: #fff;
  text-decoration: none;
  margin: 0 30px 0 0;
  cursor: pointer;
  position: absolute;
  top: 20px;
  right: 0;
}

.company-social {
  display: inline-block;
  margin-right: 5px;
}

.company-social-item {
  display: inline-block;
  font-size: 20px;
  vertical-align: middle;
  width: 40px;
  height: 40px;
  text-align: center;
  background-color: black;
  line-height: 40px;
  border-radius: 40px;
  margin-right: 3px;
  color: #000;
}

.company-contact-icon {
  margin: 10px 10px 0 0;
}

.company-slider {
  width: 100%;
  min-height: 400px;
}

@media (max-width: 767px) {
  .company-slider {
    min-height: 200px;
  }
}

.company-kit-slider {
  width: 100%;
  min-height: 600px;
}

@media (max-width: 767px) {
  .company-kit-slider {
    min-height: 600px;
  }
}

.faqs {
  padding-bottom: 0px;
  /*  margin-left: 10%;
    margin-right: 10%;  */
}

.faqs div {
  padding-bottom: 0px;
}

.faqs hr {
  margin-top: 10px;
  margin-bottom: 10px;
  border: 0;
  border-top: 1px solid rgb(255, 255, 255);
}

.faqs h2 {
  text-transform: uppercase;
  font-weight: 700;
  font-family: Oswald, Georgia, Times, "Times New Roman";
  font-size: 24px;
  margin-bottom: 40px;
}

.faqs h3 {
  text-transform: uppercase;
  font-weight: 400;
  font-family: Oswald, Georgia, Times, "Times New Roman";
  font-size: 18px;
  line-height: 20px;
  margin: 10px 0px 30px 0px;
}

.faqs p {
  text-transform: none;
  font-weight: 400;
  font-family: Lato, Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 18px;
  margin: 10px 0px;
}

@media (max-width: 959px) {
  .faqs p {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .faqs p {
    font-size: 14px;
  }
}

.sectionV2 {
  width: 100%;
}

.sectionV2-margintop {
  margin-top: 30px;
}

@media (max-width: 959px) {
  .sectionV2 {
    /*margin-bottom: 20px;*/
  }
}

@media (max-width: 767px) {
  .sectionV2 {
    margin-top: 2px;
    /*margin-bottom: 20px;*/
  }
}

.sectionV2 hr {
  margin: 0px;
}

.sectionV2-header {
  padding: 40px 40px 20px 40px;
}

@media (max-width: 959px) {
  .sectionV2-header {
    padding: 40px 20px 20px 20px;
  }
}

@media (max-width: 767px) {
  .sectionV2-header {
    padding: 20px 10px 10px;
  }
}

@media (max-width: 959px) {
  .sectionV2-header-top60 {
    margin-top: 108px;
  }
}

@media (max-width: 767px) {
  .sectionV2-header-top60 {
    margin-top: 54px;
  }
}

@media (max-width: 959px) {
  .sectionV2-header-top80 {
    margin-top: 80px;
    width: 100vw;
  }
}

@media (max-width: 767px) {
  .sectionV2-header-top80 {
    margin-top: 70px;
    width: 100vw;
  }
}

.sectionV2-header h2 {
  font-family: Oswald, Georgia, Times, "Times New Roman";
  color: black;
  font-weight: 400;
  text-transform: uppercase;
  text-align: left;
  margin: 0 0 20px 0;
  font-size: 36px;
}

@media (max-width: 1600px) {
  .sectionV2-header h2 {
    font-size: 36px;
  }
}

@media (max-width: 1440px) {
  .sectionV2-header h2 {
    font-size: 26px;
    line-height: 26px;
    padding: 10px 0 10px 0;
  }
}

@media (max-width: 959px) {
  .sectionV2-header h2 {
    font-size: 24px;
    line-height: 24px;
    padding: 10px 0 10px 0;
  }
}

@media (max-width: 767px) {
  .sectionV2-header h2 {
    font-size: 21px;
    padding: 10px 0 10px 0;
    margin: 0;
  }
}

@media (max-width: 414px) {
  .sectionV2-header h2 {
    font-size: 19px;
    padding: 10px 0 10px 0;
    margin: 0;
  }
}

.sectionV2-header h2 span {
  color: #31b7bc;
  font-family: Oswald, Georgia, Times, "Times New Roman";
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  font-size: 36px;
}

@media (max-width: 1600px) {
  .sectionV2-header h2 span {
    font-size: 36px;
  }
}

@media (max-width: 1440px) {
  .sectionV2-header h2 span {
    font-size: 26px;
    line-height: 26px;
  }
}

@media (max-width: 959px) {
  .sectionV2-header h2 span {
    font-size: 24px;
    line-height: 24px;
  }
}

@media (max-width: 767px) {
  .sectionV2-header h2 span {
    font-size: 21px;
    text-align: left;
  }
}

@media (max-width: 414px) {
  .sectionV2-header h2 span {
    font-size: 19px;
    text-align: left;
  }
}

.sectionV2-header p {
  text-align: justify;
  font-family: Lato, Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #3C3C3C;
  font-weight: 400;
  font-style: italic;
  font-size: 20px;
  line-height: 26px;
}

@media (max-width: 1600px) {
  .sectionV2-header p {
    font-size: 20px;
    line-height: 26px;
  }
}

@media (max-width: 1440px) {
  .sectionV2-header p {
    font-size: 18px;
    line-height: 24px;
  }
}

@media (max-width: 959px) {
  .sectionV2-header p {
    font-size: 18px;
    line-height: 22px;
  }
}

@media (max-width: 767px) {
  .sectionV2-header p {
    font-size: 16px;
    line-height: 20px;
  }
}

.sectionV2-header-description {
  max-height: 40px;
  overflow: hidden;
  position: relative;
}

.sectionV2-header-description-ellipsis {
  position: absolute;
  top: 24px;
  right: 15px;
}

.sectionV2-header2 {
  padding: 0px 40px 0px 40px;
}

@media (max-width: 959px) {
  .sectionV2-header2 {
    padding: 0px 20px 0px 20px;
  }
}

@media (max-width: 767px) {
  .sectionV2-header2 {
    padding: 0;
  }
}

@media (max-width: 959px) {
  .sectionV2-header2-top {
    margin-top: 80px;
  }
}

@media (max-width: 767px) {
  .sectionV2-header2-top {
    margin-top: 40px;
  }
}

@media (max-width: 414px) {
  .sectionV2-header2-top {
    margin-top: 20px;
  }
}

@media (max-width: 959px) {
  .sectionV2-header2-top60 {
    margin-top: 108px;
  }
}

@media (max-width: 767px) {
  .sectionV2-header2-top60 {
    margin-top: 54px;
  }
}

@media (max-width: 959px) {
  .sectionV2-header2-top80 {
    margin-top: 128px;
    width: 100vw;
  }
}

@media (max-width: 767px) {
  .sectionV2-header2-top80 {
    margin-top: 64px;
    width: 100vw;
  }
}

.sectionV2-header2 h2 {
  font-family: Oswald, Georgia, Times, "Times New Roman";
  color: black;
  font-weight: 400;
  text-transform: uppercase;
  text-align: left;
  margin: 0 0 10px 0;
  font-size: 36px;
}

@media (max-width: 1600px) {
  .sectionV2-header2 h2 {
    font-size: 36px;
  }
}

@media (max-width: 1440px) {
  .sectionV2-header2 h2 {
    font-size: 26px;
    line-height: 26px;
    padding: 10px 0 10px 0;
  }
}

@media (max-width: 959px) {
  .sectionV2-header2 h2 {
    font-size: 24px;
    line-height: 24px;
    padding: 10px 0 10px 0;
  }
}

@media (max-width: 767px) {
  .sectionV2-header2 h2 {
    font-size: 21px;
    padding: 10px 0 10px 0;
  }
}

@media (max-width: 414px) {
  .sectionV2-header2 h2 {
    font-size: 19px;
    padding: 10px 0 10px 0;
  }
}

.sectionV2-header2 h2 span {
  color: #31b7bc;
  font-family: Oswald, Georgia, Times, "Times New Roman";
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  font-size: 36px;
}

@media (max-width: 1600px) {
  .sectionV2-header2 h2 span {
    font-size: 36px;
  }
}

@media (max-width: 1440px) {
  .sectionV2-header2 h2 span {
    font-size: 26px;
    line-height: 26px;
  }
}

@media (max-width: 959px) {
  .sectionV2-header2 h2 span {
    font-size: 24px;
    line-height: 24px;
  }
}

@media (max-width: 767px) {
  .sectionV2-header2 h2 span {
    font-size: 21px;
    text-align: left;
  }
}

@media (max-width: 414px) {
  .sectionV2-header2 h2 span {
    font-size: 19px;
    text-align: left;
  }
}

.sectionV2-header2 p {
  text-align: left;
  font-family: Lato, Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #3C3C3C;
  font-weight: 400;
  font-style: italic;
  font-size: 20px;
  line-height: 26px;
}

@media (max-width: 1600px) {
  .sectionV2-header2 p {
    font-size: 20px;
    line-height: 26px;
  }
}

@media (max-width: 1440px) {
  .sectionV2-header2 p {
    font-size: 18px;
    line-height: 24px;
  }
}

@media (max-width: 959px) {
  .sectionV2-header2 p {
    font-size: 18px;
    line-height: 22px;
  }
}

@media (max-width: 767px) {
  .sectionV2-header2 p {
    font-size: 16px;
    line-height: 20px;
  }
}

.sectionV2-header3 {
  padding: 20px 40px 0px 40px;
}

@media (max-width: 959px) {
  .sectionV2-header3 {
    padding: 20px 20px 0px 20px;
  }
}

@media (max-width: 767px) {
  .sectionV2-header3 {
    padding: 10px 10px 0px;
  }
}

@media (max-width: 959px) {
  .sectionV2-header3-top {
    margin-top: 80px;
  }
}

@media (max-width: 767px) {
  .sectionV2-header3-top {
    margin-top: 40px;
  }
}

@media (max-width: 414px) {
  .sectionV2-header3-top {
    margin-top: 20px;
  }
}

@media (max-width: 959px) {
  .sectionV2-header3-top60 {
    margin-top: 108px;
  }
}

@media (max-width: 767px) {
  .sectionV2-header3-top60 {
    margin-top: 54px;
  }
}

@media (max-width: 959px) {
  .sectionV2-header3-top80 {
    margin-top: 128px;
    width: 100vw;
  }
}

@media (max-width: 767px) {
  .sectionV2-header3-top80 {
    margin-top: 64px;
    width: 100vw;
  }
}

.sectionV2-header3 h2 {
  font-family: Oswald, Georgia, Times, "Times New Roman";
  color: black;
  font-weight: 400;
  text-transform: uppercase;
  text-align: left;
  margin: 0 0 10px 0;
  font-size: 36px;
}

@media (max-width: 1600px) {
  .sectionV2-header3 h2 {
    font-size: 36px;
  }
}

@media (max-width: 1440px) {
  .sectionV2-header3 h2 {
    font-size: 26px;
    line-height: 26px;
    padding: 10px 0 10px 0;
  }
}

@media (max-width: 959px) {
  .sectionV2-header3 h2 {
    font-size: 24px;
    line-height: 24px;
    padding: 10px 0 10px 0;
  }
}

@media (max-width: 767px) {
  .sectionV2-header3 h2 {
    font-size: 21px;
    padding: 10px 0 10px 0;
  }
}

@media (max-width: 414px) {
  .sectionV2-header3 h2 {
    font-size: 19px;
    padding: 10px 0 10px 0;
  }
}

.sectionV2-header3 h2 span {
  color: #31b7bc;
  font-family: Oswald, Georgia, Times, "Times New Roman";
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  font-size: 36px;
}

@media (max-width: 1600px) {
  .sectionV2-header3 h2 span {
    font-size: 36px;
  }
}

@media (max-width: 1440px) {
  .sectionV2-header3 h2 span {
    font-size: 26px;
    line-height: 26px;
  }
}

@media (max-width: 959px) {
  .sectionV2-header3 h2 span {
    font-size: 24px;
    line-height: 24px;
  }
}

@media (max-width: 767px) {
  .sectionV2-header3 h2 span {
    font-size: 21px;
    text-align: left;
  }
}

@media (max-width: 414px) {
  .sectionV2-header3 h2 span {
    font-size: 19px;
    text-align: left;
  }
}

.sectionV2-header3 p {
  text-align: left;
  font-family: Lato, Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #3C3C3C;
  font-weight: 400;
  font-style: italic;
  font-size: 20px;
  line-height: 26px;
}

@media (max-width: 1600px) {
  .sectionV2-header3 p {
    font-size: 20px;
    line-height: 26px;
  }
}

@media (max-width: 1440px) {
  .sectionV2-header3 p {
    font-size: 18px;
    line-height: 24px;
  }
}

@media (max-width: 959px) {
  .sectionV2-header3 p {
    font-size: 18px;
    line-height: 22px;
  }
}

@media (max-width: 767px) {
  .sectionV2-header3 p {
    font-size: 16px;
    line-height: 20px;
  }
}

.sectionV2-header4 {
  padding: 40px 40px 20px 40px;
}

@media (max-width: 959px) {
  .sectionV2-header4 {
    padding: 40px 20px 20px 20px;
  }
}

@media (max-width: 767px) {
  .sectionV2-header4 {
    padding: 10px 10px 20px 10px;
  }
}

@media (max-width: 959px) {
  .sectionV2-header4-top {
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  .sectionV2-header4-top {
    margin-top: 20px;
  }
}

@media (max-width: 414px) {
  .sectionV2-header4-top {
    margin-top: 20px;
  }
}

@media (max-width: 959px) {
  .sectionV2-header4-top60 {
    margin-top: 108px;
  }
}

@media (max-width: 767px) {
  .sectionV2-header4-top60 {
    margin-top: 54px;
  }
}

@media (max-width: 959px) {
  .sectionV2-header4-top80 {
    margin-top: 64px;
    width: 100vw;
  }
}

@media (max-width: 767px) {
  .sectionV2-header4-top80 {
    margin-top: 64px;
    width: 100vw;
  }
}

.sectionV2-header4 h2 {
  font-family: Oswald, Georgia, Times, "Times New Roman";
  color: black;
  font-weight: 400;
  text-transform: uppercase;
  text-align: left;
  margin: 0 0 20px 0;
  font-size: 36px;
}

@media (max-width: 1600px) {
  .sectionV2-header4 h2 {
    font-size: 36px;
  }
}

@media (max-width: 1440px) {
  .sectionV2-header4 h2 {
    font-size: 26px;
    line-height: 26px;
    padding: 10px 0 10px 0;
  }
}

@media (max-width: 959px) {
  .sectionV2-header4 h2 {
    font-size: 24px;
    line-height: 24px;
    padding: 10px 0 10px 0;
  }
}

@media (max-width: 767px) {
  .sectionV2-header4 h2 {
    font-size: 21px;
    padding: 10px 0 10px 0;
    margin: 0;
  }
}

@media (max-width: 414px) {
  .sectionV2-header4 h2 {
    font-size: 19px;
    padding: 10px 0 10px 0;
    margin: 0;
  }
}

.sectionV2-header4 h2 span {
  color: #31b7bc;
  font-family: Oswald, Georgia, Times, "Times New Roman";
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  font-size: 36px;
}

@media (max-width: 1600px) {
  .sectionV2-header4 h2 span {
    font-size: 36px;
  }
}

@media (max-width: 1440px) {
  .sectionV2-header4 h2 span {
    font-size: 26px;
    line-height: 26px;
  }
}

@media (max-width: 959px) {
  .sectionV2-header4 h2 span {
    font-size: 24px;
    line-height: 24px;
  }
}

@media (max-width: 767px) {
  .sectionV2-header4 h2 span {
    font-size: 21px;
    text-align: left;
  }
}

@media (max-width: 414px) {
  .sectionV2-header4 h2 span {
    font-size: 19px;
    text-align: left;
  }
}

.sectionV2-header4 p {
  text-align: justify;
  font-family: Lato, Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #3C3C3C;
  font-weight: 400;
  font-style: italic;
  font-size: 20px;
  line-height: 26px;
}

@media (max-width: 1600px) {
  .sectionV2-header4 p {
    font-size: 20px;
    line-height: 26px;
  }
}

@media (max-width: 1440px) {
  .sectionV2-header4 p {
    font-size: 18px;
    line-height: 24px;
  }
}

@media (max-width: 959px) {
  .sectionV2-header4 p {
    font-size: 18px;
    line-height: 22px;
  }
}

@media (max-width: 767px) {
  .sectionV2-header4 p {
    font-size: 16px;
    line-height: 20px;
  }
}

.sectionV2-header4-description {
  max-height: 40px;
  overflow: hidden;
  position: relative;
}

.sectionV2-header4-description-ellipsis {
  position: absolute;
  top: 24px;
  right: 15px;
}

.sectionV2-content {
  margin: 0px 20px 20px 20px;
}

@media (max-width: 959px) {
  .sectionV2-content {
    margin: 0;
  }
}

@media (max-width: 767px) {
  .sectionV2-content {
    margin: 0;
  }
}

.sectionV2-content h3 {
  font-family: Oswald;
  text-transform: uppercase;
  color: #505050;
  font-size: 22px;
  padding-left: 20px;
}

.sectionV2-content h4 {
  padding-left: 10px;
  margin-bottom: 20px;
}

.sectionV2-content-nomargin {
  margin: 0;
}

.sectionV2-content-mobile {
  position: relative;
  overflow: hidden;
}

.sectionV2-md-fab {
  margin-top: 14px;
}

.sectionV2-search md-input-container {
  width: 400px;
}

@media (max-width: 767px) {
  .sectionV2-search md-input-container {
    width: 80%;
  }
}

.sectionV2-level {
  padding: 4px 8px 0 0;
}

@media (max-width: 767px) {
  .sectionV2-level {
    padding: 4px 24px 0 24px;
  }
}

.sectionV2-level md-input-container {
  width: 400px;
}

@media (max-width: 767px) {
  .sectionV2-level md-input-container {
    width: 100%;
  }
}

.sectionV2-level-mobile {
  padding-bottom: 10px;
}

.sectionV2-level-mobile md-input-container {
  background-color: white;
  width: 400px;
}

@media (max-width: 767px) {
  .sectionV2-level-mobile md-input-container {
    width: 100%;
  }
}

.sectionV2-dialog {
  min-height: 400px;
  min-width: 600px;
}

.sectionV2-map {
  position: relative;
  margin: 0 -20px -20px;
  padding: 0;
}

@media (max-width: 959px) {
  .sectionV2-map {
    padding-left: 0;
    padding-right: 0;
    margin: 0;
  }
}

.ng-map {
  position: relative;
  min-height: 500px;
}

@media (max-width: 959px) {
  .ng-map {
    margin-top: 56px;
  }
}

.ng-map-container {
  position: relative;
}

.map-search {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 1000;
}

@media (max-width: 959px) {
  .map-search {
    top: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.2);
  }
}

.map-search .layout-row {
  width: 100%;
}

.map-search input {
  text-indent: 5px;
  display: inline-block;
  width: 250px;
  background: white;
}

@media (max-width: 959px) {
  .map-search input {
    width: 43%;
  }
}

.map-search button {
  display: inline-block;
  margin-top: 10px !important;
  background-color: #262230 !important;
}

@media (max-width: 959px) {
  .map-search button {
    width: 14%;
    margin: 8px auto 4px !important;
  }
}

.sectionV3 {
  width: 100%;
  background-color: #424242;
  color: white;
}

.sectionV3-nomargin {
  margin: 0 !important;
}

.sectionV3 hr {
  margin: 0px;
}

.sectionV3-header {
  padding: 40px 40px 20px 40px;
}

.sectionV3-header h2 {
  font-family: Oswald, Georgia, Times, "Times New Roman";
  font-size: 36px;
  color: white;
  font-weight: 400;
  text-transform: uppercase;
  text-align: left;
  margin: 0 0 10px 0;
}

@media (max-width: 1600px) {
  .sectionV3-header h2 {
    font-size: 36px;
  }
}

@media (max-width: 1440px) {
  .sectionV3-header h2 {
    font-size: 30px;
  }
}

@media (max-width: 959px) {
  .sectionV3-header h2 {
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  .sectionV3-header h2 {
    font-size: 20px;
  }
}

.sectionV3-header h2 span {
  color: #31B7BC;
  font-family: Oswald, Georgia, Times, "Times New Roman";
  font-size: 40px;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  position: relative;
}

@media (max-width: 1600px) {
  .sectionV3-header h2 span {
    font-size: 40px;
  }
}

@media (max-width: 1440px) {
  .sectionV3-header h2 span {
    font-size: 30px;
  }
}

@media (max-width: 959px) {
  .sectionV3-header h2 span {
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  .sectionV3-header h2 span {
    font-size: 20px;
  }
}

.sectionV3-header p {
  text-align: left;
  font-family: Lato, Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: white;
  font-weight: 400;
  line-height: 18px;
  font-style: italic;
}

.sectionV3-content {
  margin: 0px 20px 20px 20px;
}

.sectionV3-content h3 {
  font-family: Oswald;
  text-transform: uppercase;
  color: white;
}

.sectionV3-content h4 {
  padding-left: 10px;
  margin-bottom: 20px;
}

.sectionV3-md-fab {
  margin-top: 14px;
}

.sectionV3-search {
  margin-bottom: 20px;
}

.sectionV3-search md-input-container {
  width: 400px;
}

.sectionV3-text {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
}

@media (max-width: 767px) {
  .sectionV3-text {
    padding-left: 0;
    padding-right: 0;
  }
}

.sectionFaqs {
  width: 100%;
}

.sectionFaqs hr {
  margin: 0px;
}

.sectionFaqs-header {
  padding: 40px 40px 20px 40px;
}

.sectionFaqs-header h2 {
  font-family: Oswald, Georgia, Times, "Times New Roman";
  font-size: 36px;
  color: rgb(0, 0, 0);
  font-weight: 400;
  text-transform: uppercase;
  text-align: left;
  margin: 0 0 10px 0;
}

@media (max-width: 1600px) {
  .sectionFaqs-header h2 {
    font-size: 36px;
  }
}

@media (max-width: 1440px) {
  .sectionFaqs-header h2 {
    font-size: 30px;
  }
}

@media (max-width: 959px) {
  .sectionFaqs-header h2 {
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  .sectionFaqs-header h2 {
    font-size: 20px;
  }
}

.sectionFaqs-header h2 span {
  color: #31B7BC;
  font-family: Oswald, Georgia, Times, "Times New Roman";
  font-size: 40px;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  position: relative;
}

@media (max-width: 1600px) {
  .sectionFaqs-header h2 span {
    font-size: 40px;
  }
}

@media (max-width: 1440px) {
  .sectionFaqs-header h2 span {
    font-size: 30px;
  }
}

@media (max-width: 959px) {
  .sectionFaqs-header h2 span {
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  .sectionFaqs-header h2 span {
    font-size: 20px;
  }
}

.sectionFaqs-header p {
  text-align: left;
  font-family: Lato, Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: white;
  font-weight: 400;
  line-height: 18px;
  font-style: italic;
}

.sectionFaqs-content h1 {
  font-family: Oswald;
  text-transform: uppercase;
  color: rgb(0, 0, 0);
  margin-bottom: 20px;
  margin-top: 30px;
  border-top: 1px solid #E6E6E6;
  padding-top: 30px;
  font-size: 24px;
}

.sectionFaqs-content h3 {
  font-family: Oswald;
  text-transform: uppercase;
  color: rgb(0, 0, 0);
  margin-bottom: 10px;
  margin-top: 10px;
}

.sectionFaqs-content h4 {
  padding-left: 10px;
  margin-bottom: 20px;
}

.sectionFaqs-content h4:not(:first-child) {
  margin-top: 20px;
}

.sectionFaqs-content div > div {
  margin-bottom: 20px;
}

.sectionFaqs-md-fab {
  margin-top: 14px;
}

.sectionFaqs-search {
  margin-bottom: 20px;
}

.sectionFaqs-search md-input-container {
  width: 400px;
}

md-tabs > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]).md-active,
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-default-theme {
  font-weight: 700;
}

.icon-camera {
  background-image: url("../img/icons/icon_camera_a.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.icon-diana {
  background-image: url("../img/icons/icon_diana_a.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.icon-podium {
  background-image: url("../img/icons/icon_podium_2.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.icon-jugador {
  background-image: url("../img/icons/icon_jugador.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.icon-championship {
  background-image: url("../img/icons/icon_championship.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0px 0px 2px 24px !important;
  margin-right: 5px;
  margin-left: -5px;
  position: relative !important;
}

.icon-championship-black {
  background-image: url("../img/icons/icon_championship_black.png");
  padding: 0px 0px 2px 19px !important;
  margin-right: 5px !important;
  margin-left: -1px !important;
}

.icon-championship-button {
  background-image: url("../img/icons/icon_championship.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0 0 0px 23px !important;
  position: relative !important;
  line-height: 20px;
}

.icon-championship-class-button {
  background-image: url("../img/icons/icon_class_camp.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0 0 0px 24px !important;
  position: relative !important;
  line-height: 20px;
}

.icon-league-class-button {
  background-image: url("../img/icons/icon_class_lliga.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0 0 0px 24px !important;
  position: relative !important;
  line-height: 20px;
}

.icon-grandprix-class-button {
  background-image: url("../img/icons/icon_class_prix.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0 0 0px 24px !important;
  position: relative !important;
  line-height: 20px;
}

.icon-row-class-button {
  background-image: url("../img/icons/icon_class_row.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0 0 0px 24px !important;
  position: relative !important;
  line-height: 20px;
}

.icon-row-champ-class-button {
  background-image: url("../img/icons/icona_copa_class.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0 0 0px 24px !important;
  position: relative !important;
  line-height: 20px;
}

.icon-row-champ-class-button-black {
  background-image: url("../img/icons/icona_copa_class_black.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0 0 0px 24px !important;
  position: relative !important;
  line-height: 20px;
}

.icon-leaguevirtual-class-button {
  background-image: url("../img/icons/icon_class_virtual.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0 0 0px 24px !important;
  position: relative !important;
  line-height: 20px;
}

.icon-championship-class-button-black {
  background-image: url("../img/icons/icon_class_camp_black.png");
  position: absolute;
  top: -17px;
  left: -4px;
  width: 24px;
  height: 24px;
  background-size: contain;
}

.icon-league-class-button-black {
  background-image: url("../img/icons/icon_class_lliga_black.png");
  position: absolute;
  top: -17px;
  left: -4px;
  width: 24px;
  height: 24px;
  background-size: contain;
}

.icon-grandprix-class-button-black {
  background-image: url("../img/icons/icon_class_prix_black.png");
  position: absolute;
  top: -17px;
  left: -4px;
  width: 24px;
  height: 24px;
  background-size: contain;
}

.icon-row-class-button-black {
  background-image: url("../img/icons/icon_class_row_black.png");
  position: absolute;
  top: -17px;
  left: -4px;
  width: 24px;
  height: 24px;
  background-size: contain;
}

.icon-leaguevirtual-class-button-black {
  background-image: url("../img/icons/icon_class_virtual_black.png");
  position: absolute;
  top: -17px;
  left: -4px;
  width: 24px;
  height: 24px;
  background-size: contain;
}

.icon-championshipblack-button {
  position: absolute;
  top: -17px;
  left: -4px;
  width: 24px;
  height: 24px;
  background-size: contain;
  background-image: url("../img/icons/icon_championship_black.png");
}

.icon-row {
  background-image: url("../img/icons/icon_row.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0px 0px 2px 24px !important;
  margin-right: 5px;
  margin-left: -5px;
  position: relative !important;
}

.icon-league {
  background-image: url("../img/icons/icon_league_1.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0px 0px 2px 24px !important;
  margin-right: 5px;
  margin-left: -5px;
  position: relative !important;
}

.icon-virtualleague {
  background-image: url("../img/icons/icon_league_virtual.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0px 0px 2px 24px !important;
  margin-right: 5px;
  margin-left: -5px;
  position: relative !important;
}

.icon-tournaments {
  background-image: url("../img/icons/icon_tournament2.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0px 0px 2px 24px !important;
  margin-right: 5px;
  margin-left: -5px;
  position: relative !important;
}

.icon-onlineRanking {
  background-image: url("../img/icons/icon_onlineRanking.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0px 0px 2px 24px !important;
  margin-right: 5px;
  margin-left: -5px;
  position: relative !important;
}

.icon-grandprix {
  background-image: url("../img/icons/icon_grandprix.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0px 0px 2px 24px !important;
  margin-right: 5px;
  margin-left: -5px;
  position: relative !important;
}

.icon-home {
  padding: 8px 5px 8px 16px !important;
}

#scrollUp {
  bottom: 20px;
  right: 20px;
  padding: 10px 11px;
  background: #555;
  color: #fff;
  border-radius: 25px;
  font-size: 20px;
}

.navmenu {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10000;
  text-align: left;
}

@media (max-width: 959px) {
  .navmenu {
    width: auto;
  }
}

.navmenu-close {
  font-size: 24px;
  float: right;
  color: #fff;
  text-decoration: none;
  margin: 0 30px 0 0;
  cursor: pointer;
  top: 20px;
}

@media (max-width: 959px) {
  .navmenu-close {
    margin-left: 260px;
  }
}

@media (max-width: 767px) {
  .navmenu-close {
    position: absolute;
    margin-left: 287px;
  }
}

.navmenu-content {
  padding-right: 30px;
  min-width: 280px;
  position: absolute;
}

@media (max-width: 959px) {
  .navmenu-content {
    top: 20px;
  }
}

@media (max-width: 767px) {
  .navmenu-content {
    bottom: 20px;
  }
}

.navmenu-content h2 {
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 36px;
  vertical-align: middle;
  border-bottom: 1px solid rgb(255, 255, 255);
  color: rgb(255, 255, 255);
}

.navmenu-content ul {
  padding: 0px;
  margin: 0px;
}

.navmenu-content ul li {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 18px;
  text-transform: uppercase;
  line-height: 35px;
  vertical-align: middle;
}

.navmenu-content ul li a {
  text-decoration: none;
  color: rgb(255, 255, 255);
}

.navmenu-content ul li a:hover {
  font-weight: 700;
}

.navmenu-content-active {
  color: #31b7bc !important;
  font-weight: 700;
}

.customers-icon {
  cursor: auto;
  border: 1px solid #bfbfbf;
}

.machine-dialog {
  margin: 20px 25px 5px 25px;
}

@media (max-width: 767px) {
  .machine-dialog {
    margin: 0px 10px;
    font-size: 12px;
  }
}

.machine-dialog h2 {
  color: #31b7bc;
  font-style: Oswald, Georgia, Times, "Times New Roman";
  padding: 10px 0px;
}

.machine-dialog-subtitle {
  font-weight: 700;
  text-transform: uppercase;
}

.machine-dialog-text {
  font-weight: 400;
}

.linehoverred:hover {
  color: #31b7bc;
}

.linehoverred:hover div {
  color: #31b7bc;
  cursor: pointer;
}

.finalPhase-phase {
  margin: 1px;
  padding: 0px;
}

.finalPhase-match {
  margin: 0px;
  height: 50px;
  width: 250px;
  color: white;
}

.finalPhase-match-A {
  width: 150px;
  height: 50px;
  background-color: black;
  border-bottom: 5px solid white;
  padding: 10px;
}

.finalPhase-match-B {
  width: 25px;
  height: 25px;
  /*background-color: yellow;*/
}

.finalPhase-match-C-D {
  width: 25px;
  height: 25px;
}

.finalPhase-match-C {
  border-top: 2px solid black;
  border-right: 2px solid black;
  /*background-color: blue;*/
  width: 25px;
}

.finalPhase-match-C2 {
  border-bottom: 2px solid black;
  border-right: 2px solid black;
  /*background-color: blue;*/
  width: 25px;
}

.finalPhase-match-D {
  /*background-color: red;*/
  width: 0px;
}

.no-margin-bottom {
  margin-bottom: 0px;
}

.backcolor-white {
  background-color: white;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
}

.menuSelected-active {
  background: rgba(251, 251, 251, 0.7);
}

.menuSelected-active span {
  color: #31b7bc;
  font-weight: 700;
}

menuprivatelogin {
  background-image: url("../img/bg/bg_connectiondarts_3_1024.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}

.lastVideos {
  width: 94vw;
}

@media (max-width: 959px) {
  .lastVideos {
    width: 100vw;
  }
}

@media (max-width: 767px) {
  .lastVideos {
    width: 100vw;
  }
}

.header-player-data {
  background-color: rgba(250, 250, 250, 0.9);
  width: 90px;
  height: 52px;
  border-radius: 3px;
  padding: 5px 10px 5px 10px;
  font-size: 14px;
  margin-top: -5px;
}

.header-player-config {
  position: absolute;
  right: 55px;
  top: 30px;
}

@media (max-width: 767px) {
  .header-player-config {
    right: 48px;
    top: 6px;
  }
}

.header-player-config i {
  color: white;
  font-size: 14px;
}

@media (max-width: 767px) {
  .header-player-config i {
    font-size: 20px;
  }
}

.mainBackground {
  position: relative;
  top: 0;
  left: 0;
  min-width: 100vw;
  width: 120vw;
  left: -10vw;
  min-width: 100vw;
  padding-bottom: 100vh;
  overflow: visible;
  background-color: #262230;
  display: block;
  align-items: center;
  text-align: center;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s, visibility 0.3s, height 0.01s 0.31s;
}

.mainBackground img {
  width: 290px;
  display: block;
  margin: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 10;
  transform: translateX(calc(-50% + 34px)) translateY(-50%);
}

.mainBackground.hide-bg {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s, height 0.01s 0.31s;
  top: 0;
  left: 0;
  min-width: 100vw;
  height: 0;
  width: 120vw;
  left: -10vw;
  padding-bottom: 0;
  background-color: #262230;
  display: block;
}

.mainBackground.hide-bg img {
  display: none;
}

.navigate {
  color: rgb(255, 255, 255);
  background-color: rgba(85, 85, 85, 0.5);
  height: 40px;
  vertical-align: middle;
  position: absolute;
  top: 51%;
  cursor: pointer;
  z-index: 99999;
}

.navigate i {
  font-size: 26px;
  margin-top: 12px;
  cursor: pointer;
}

.navigate-left {
  width: 80px;
  margin-left: -52px;
  border-radius: 5px;
  text-align: right;
}

.navigate-left i {
  margin-right: 4px;
  font-size: 16px;
}

.navigate-left-desktop {
  width: 80px;
  margin-left: -64px;
  border-radius: 25px;
  text-align: right;
}

.navigate-left-desktop i {
  margin-right: 11px;
}

.navigate-right {
  width: 28px;
  border-radius: 5px 0 0 5px;
  text-align: left;
  right: 0;
}

.navigate-right i {
  margin-left: 5px;
  font-size: 16px;
}

.navigate-top35 {
  top: 35%;
}

.navigate-company {
  color: rgb(255, 255, 255);
  background-color: rgba(85, 85, 85, 0.5);
  height: 40px;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  cursor: pointer;
}

.navigate-company i {
  font-size: 26px;
  margin-top: 7px;
  cursor: pointer;
}

.navigate-company-left {
  width: 80px;
  margin-left: -44px;
  border-radius: 25px;
  text-align: right;
}

.navigate-company-left i {
  margin-right: 11px;
}

.navigate-company-right {
  width: 40px;
  border-radius: 25px 0 0 25px;
  text-align: left;
  right: 0px;
}

.navigate-company-right i {
  margin-left: 11px;
}

.navigate-company-general {
  height: 80vh;
  width: 35px;
  top: 20vh;
  position: fixed;
}

@media (max-width: 414px) {
  .navigate-company-general {
    max-height: 100%;
  }
}

.navigate-company-general-left {
  left: 0;
}

.navigate-company-general-right {
  right: 0;
}

.companyMenu {
  position: absolute;
  border-bottom: 1px rgba(128, 128, 128, 0.4) solid;
  overflow: hidden;
}

@media (max-width: 414px) {
  .companyMenu {
    left: 0px;
  }
}

.companyMenu ul {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  box-sizing: border-box;
  white-space: nowrap;
  line-height: 40px;
  transform: translate3d(0, 0, 0);
  transition: transform 0.3s ease-out;
  list-style-type: none;
}

.companyMenu ul li {
  text-transform: uppercase;
  margin-left: 10px;
  color: #31b7bc;
}

.companyMenu-selected {
  color: black;
  font-weight: 700;
  border-bottom: 2px solid #31b7bc;
}

.companyMenuV2 {
  border-bottom: 1px rgba(128, 128, 128, 0.4) solid;
  overflow: hidden;
}

@media (max-width: 414px) {
  .companyMenuV2 {
    left: 0px;
  }
}

.companyMenuV2 ul {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  box-sizing: border-box;
  white-space: nowrap;
  line-height: 40px;
  transform: translate3d(0, 0, 0);
  transition: transform 0.3s ease-out;
  list-style-type: none;
}

.companyMenuV2 ul li {
  text-transform: uppercase;
  margin-left: 10px;
  color: #31b7bc;
}

.companyMenuV2-selected {
  color: black;
  font-weight: 700;
  border-bottom: 2px solid #31b7bc;
}

.companyMenuDesktop {
  border-bottom: 1px rgba(128, 128, 128, 0.4) solid;
  overflow: hidden;
}

.companyMenuDesktop ul {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  box-sizing: border-box;
  white-space: nowrap;
  line-height: 40px;
  transform: translate3d(0, 0, 0);
  transition: transform 0.3s ease-out;
  list-style-type: none;
}

.companyMenuDesktop ul li {
  text-transform: uppercase;
  margin-left: 10px;
  color: #31b7bc;
  cursor: pointer;
}

.companyMenuDesktop ul li div {
  cursor: pointer;
}

.companyMenuDesktop-selected {
  color: black;
  font-weight: 700;
}

.officialMenu {
  border-bottom: 1px rgba(128, 128, 128, 0.4) solid;
  overflow: hidden;
}

.officialMenu ul {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  box-sizing: border-box;
  white-space: nowrap;
  line-height: 40px;
  transform: translate3d(0, 0, 0);
  transition: transform 0.3s ease-out;
  list-style-type: none;
}

.officialMenu ul li {
  text-transform: uppercase;
  margin-left: 10px;
  color: #31b7bc;
  cursor: pointer;
}

.officialMenu-selected {
  color: black;
  font-weight: 700;
}

.topConnection-container {
  padding-top: 15px;
  display: block;
}

@media (max-width: 959px) {
  .topConnection-container {
    padding-top: 5px;
    padding-left: 2.5px;
    padding-right: 2.5px;
  }
}

.topConnection-container:after {
  content: "";
  display: table;
  clear: both;
}

.topConnection {
  margin: 5px;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  width: calc(25% - 10px);
  float: left;
}

@media (max-width: 1440px) {
  .topConnection {
    width: calc(50% - 10px);
  }
}

@media (max-width: 767px) {
  .topConnection {
    width: calc(100% - 10px);
  }
}

.topConnection:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.topConnection-big {
  width: calc(50% - 10px);
}

@media (max-width: 1440px) {
  .topConnection-big {
    width: calc(100% - 10px);
  }
}

.topConnection-big:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.topConnection img {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  filter: grayscale(0);
  transition-duration: 0.5s;
  transition-timing-function: ease-in-out;
}

.topConnection h3 {
  cursor: pointer;
  color: rgb(255, 255, 255) !important;
  padding-left: 0px !important;
}

@media (max-width: 767px) {
  .topConnection h3 {
    font-size: 16px;
  }
}

.topConnection-footer {
  padding: 15px;
  transition-duration: 0.5s;
  transition-timing-function: ease-in-out;
  background-color: #000;
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
}

@media (min-width: 767px) {
  .topConnection:hover img {
    filter: grayscale(100%) blur(4px);
    transform: scale(1.05);
  }

  .topConnection:hover .topConnection-footer {
    opacity: 0;
    transform: translateY(100%);
  }
}

@media (max-width: 414px) {
  .topConnection-player {
    /*      max-width: 320px;
          max-height: 500px;*/
  }
}

.topConnection-bio {
  cursor: pointer;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  text-align: center;
  color: rgb(255, 255, 255);
  font-weight: 400;
  font-size: 14px;
  padding: 10px;
  animation: fadein 1s;
}

.topConnection-bio-inner {
  width: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  color: transparent;
  transition: 0.3s ease-in-out 0.1s;
}

.topConnection-bio ul {
  margin-top: 10px;
  padding: 10px;
  list-style: none;
  border: 1px solid #fff;
  background-color: rgba(255, 255, 255, 0.2);
}

.topConnection-bio h4 {
  padding: 0;
  margin: 0;
  font-family: Oswald, Georgia, Times, "Times New Roman";
  font-size: 16px;
  padding-bottom: 10px;
}

.topConnection-bio:hover {
  opacity: 0.9;
}

.topConnection-bio:hover .topConnection-bio-inner {
  color: #fff;
}

.contactForm {
  width: 60%;
}

@media (max-width: 959px) {
  .contactForm {
    width: 80%;
  }
}

@media (max-width: 767px) {
  .contactForm {
    width: 90%;
  }
}

.contactForm-checkboxes {
  margin-top: 10px;
}

.menuSettings {
  height: 100vh;
  background-image: url("../img/bg/bg_connectiondarts_3_1024.jpg");
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}

@media (max-width: 414px) {
  .menuSettings {
    max-height: 100%;
  }
}

.menuSettings li {
  text-transform: uppercase;
  vertical-align: middle;
  line-height: 40px;
  padding-left: 20px;
  font-size: 16px;
  font-weight: 400;
  color: white;
}

#googlebutton {
  width: 120px;
  height: 36px;
  color: #FFFFFF;
  border-bottom: solid 2px #02336d;
  background: #225FCD;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}

#googlebutton:hover,
#googlebutton:focus {
  border-bottom: solid 2px #04538d;
  background: #427FED;
  cursor: pointer;
}

#googlebutton .google-icon {
  margin: 6px 0 0 6px;
  float: left;
  fill: #FFFFFF;
}

#googlebutton .sign-in-text {
  text-align: center;
  vertical-align: middle;
  margin: 3px 0 0 0;
  float: left;
  width: 90px;
}

.NewCalendar-avatar {
  width: 80px;
  text-align: right;
  height: 66px;
  /*background-color: gainsboro;*/
  border-radius: 50%;
  /*border: 2px #847F7F solid;*/
  margin: 0 !important;
  padding: 0 !important;
}

.NewCalendar-avatar img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}

.NewCalendar-points {
  width: 10%;
  font-size: 12px;
  line-height: 10px;
  text-align: right;
}

.NewCalendar-score {
  width: 10%;
  font-size: 30px;
  line-height: 30px;
  text-align: center;
}

.NewCalendar-team-name {
  width: 35%;
  float: left;
  text-align: center;
}

.Card {
  min-height: 200px;
  background-image: url("../img/bg/bg_connectiondarts_1_1024.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

.Card-position {
  font-size: 36px;
  font-weight: 700;
  font-style: italic;
  color: #D50000;
  text-align: center;
  padding-top: 20px;
}

.Card-name {
  font-family: Oswald, Georgia, Times, "Times New Roman";
  color: white;
  font-weight: 700;
  font-size: 14px;
  padding: 15px 0px;
  text-transform: uppercase;
}

.Card-header {
  margin-bottom: 10px;
}

.Card-details {
  border-top: 1px white solid;
  padding: 20px;
}

.Card-title {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  color: white;
}

.Card-text {
  font-size: 12px;
  color: white;
  text-transform: uppercase;
}

.Search {
  position: absolute;
  top: -12px;
  z-index: 99999;
}

.Menu-expanded {
  width: 100%;
  height: 100vh;
}

@media (max-width: 414px) {
  .Menu-expanded {
    max-height: 100%;
  }
}

.Menu-normal {
  overflow: hidden;
  width: 60px;
}

.Menu-lateral {
  height: auto;
  min-width: 45px;
  background-color: black;
}

.Menu-lateral-logo {
  padding-top: 1em;
  padding-bottom: 1em;
  text-align: center;
}

.Menu-lateral-logo i {
  color: white;
  font-size: 16px;
}

.Menu-lateral-content {
  background-color: transparent !important;
  margin-top: 40px;
  z-index: 200;
}

.Menu-lateral-content-list {
  list-style: none;
  padding-left: 0;
  margin: 20px 0 0 0;
  height: 87vh;
}

@media (max-width: 414px) {
  .Menu-lateral-content-list {
    max-height: 87%;
  }
}

.Menu-lateral-content-list li > a {
  padding: 14px 0px 14px 0px;
  display: block;
  color: rgb(255, 255, 255);
  font-weight: 500;
  position: relative;
  cursor: pointer;
  outline: none;
  border: 0;
  height: 40px;
}

.Menu-lateral-content-list li > a i {
  position: absolute;
  left: 16px;
  font-size: 20px;
  top: 0;
  text-align: center;
  padding: 9px 0;
}

.Menu-lateral-content-list-last {
  border-top: 1px solid rgba(255, 255, 255, 0.38);
}

.Menu-lateral-content-list li-last {
  position: absolute;
  bottom: 0px;
}

.Menu-lateral-content-list-i {
  font-size: 24px !important;
  left: 12px !important;
}

.Menu-lateral-mobile {
  height: 100vh;
  min-width: 10px;
  background-color: transparent;
  z-index: 9999;
  position: fixed;
  top: 0;
}

@media (max-width: 414px) {
  .Menu-lateral-mobile {
    max-height: 100%;
  }
}

.Menu-lateral-mobile-left {
  left: 0;
}

.Menu-lateral-mobile-right {
  right: 0;
}

.upper {
  text-transform: uppercase;
}

.Box {
  min-height: 300px;
}

.Box-league {
  min-height: 340px;
}

.News-boxed {
  margin: 0 auto;
  width: 80%;
}

@media (max-width: 1600px) {
  .News-boxed {
    width: 90%;
  }
}

@media (max-width: 1440px) {
  .News-boxed {
    width: 100%;
  }
}

@media (max-width: 959px) {
  .News-boxed {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .News-boxed {
    width: 100%;
  }
}

.News-maxheight {
  max-height: 600px;
  overflow: hidden;
}

@media (max-width: 1440px) {
  .News-maxheight {
    max-height: 500px;
  }
}

@media (max-width: 959px) {
  .News-maxheight {
    max-height: 400px;
  }
}

@media (max-width: 767px) {
  .News-maxheight {
    max-height: 200px;
  }
}

.Gallery {
  min-height: 340px;
}

.Gallery h3 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

@media (max-width: 1600px) {
  .Gallery h3 {
    font-size: 28px !important;
  }
}

@media (max-width: 1440px) {
  .Gallery h3 {
    font-size: 26px !important;
  }
}

@media (max-width: 959px) {
  .Gallery h3 {
    font-size: 24px !important;
  }
}

@media (max-width: 767px) {
  .Gallery h3 {
    font-size: 22px !important;
  }
}

.App-menu {
  /*position: fixed;*/
  top: 0;
  left: 0;
  /*height: 120%;*/
  width: 100%;
  z-index: 10000;
  text-align: left;
}

.App-menu-offcanvas {
  margin: 0;
  padding: 0;
  list-style: none;
  font-weight: 300;
}

.App-menu-offcanvas a {
  text-decoration: none;
  cursor: pointer;
}

.App-menu-offcanvas li:first-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.38);
}

.App-menu-offcanvas li:last-child {
  /*border-top: 1px solid rgba(255, 255, 255, 0.38);*/
}

@media (max-width: 959px) {
  .App-menu {
    width: 260px;
  }
}

@media (max-width: 767px) {
  .App-menu {
    width: 100%;
  }
}

.App-menu-logo {
  text-align: center;
}

.App-menu-logo img {
  width: 300px;
}

@media (max-width: 767px) {
  .App-menu-logo img {
    width: 100%;
  }
}

.App-menu-close {
  font-size: 24px;
  float: right;
  color: rgb(255, 255, 255);
  text-decoration: none;
  cursor: pointer;
  top: 20px;
  margin: 20px;
  z-index: 9999999999;
}

.App-menu-close div {
  display: inline-block;
  font-weight: 700;
  font-size: 12px;
  text-decoration: none;
  text-transform: uppercase;
  padding-right: 10px;
}

@media (max-width: 959px) {
  .App-menu-close {
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  .App-menu-close {
    margin-left: 0;
  }
}

.App-menu-content {
  margin-top: 35px !important;
  position: absolute;
}

@media (max-width: 959px) {
  .App-menu-content {
    top: 20px;
  }
}

@media (max-width: 767px) {
  .App-menu-content {
    top: 20px;
    margin-top: 0px;
  }
}

.App-menu-content h2 {
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 36px;
  vertical-align: middle;
  border-bottom: 1px solid rgb(255, 255, 255);
  color: rgb(255, 255, 255);
}

.App-menu-content ul {
  padding: 0px;
  margin: 0px;
}

.App-menu-content ul li {
  list-style: none;
  vertical-align: middle;
}

@media (max-width: 767px) {
  .App-menu-content ul li {
    line-height: 20px;
  }
}

.App-menu-content ul li a {
  text-decoration: none;
}

.App-menu-content-active {
  color: #31b7bc !important;
  font-weight: 700;
}

.App-menu-overlay {
  /* top: 43px; */
  left: 0px;
  width: 90%;
  height: 100vh;
  z-index: 119;
  overflow-y: scroll;
  opacity: 1;
  box-shadow: rgba(0, 0, 0, 0.6) 2px 0px 4px;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  transform: translateX(0px);
  transition: all 0.2s ease;
  background-color: rgb(0, 0, 0);
  z-index: 9000;
  position: fixed;
}

.App-menu-item {
  border-bottom: 1px dotted #111;
  display: block;
  padding: 8px 0 8px 20px;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  text-transform: uppercase;
}

.App-menu-item a {
  color: white;
  font-size: 16px !important;
}

.App-menu-subitem {
  padding: 6px 0px 6px 40px !important;
}

.App-menu-subitem a {
  font-size: 14px !important;
}

.App-menu-title {
  padding: 8px 0 4px 20px;
}

.App-menu-title a {
  color: #ACACAC;
  text-transform: uppercase;
  font-size: 16px;
}

.App-menu-last {
  height: 65px;
}

.App-menu-line {
  border-bottom: 1px solid rgba(255, 255, 255, 0.38);
}

.Private-menu {
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  width: 300px;
  z-index: 10000;
  text-align: left;
}

.Private-menu-offcanvas {
  margin: 0;
  padding: 0;
  list-style: none;
  font-weight: 300;
}

.Private-menu-offcanvas a {
  display: block;
  height: 100%;
  width: 100%;
  color: white;
  text-decoration: none;
  cursor: pointer;
  padding: 8px 5px;
  transition: 0.3s ease all;
  padding-left: 20px;
}

@media (max-width: 959px) {
  .Private-menu {
    width: 300px;
  }
}

@media (max-width: 767px) {
  .Private-menu {
    width: 100%;
  }
}

.Private-menu-logo {
  text-align: center;
}

.Private-menu-logo img {
  width: 300px;
}

@media (max-width: 767px) {
  .Private-menu-logo img {
    width: 100%;
  }
}

.Private-menu-close {
  font-size: 24px;
  float: right;
  color: rgb(255, 255, 255);
  text-decoration: none;
  cursor: pointer;
  top: 20px;
  margin: 20px;
  z-index: 9999999999;
}

.Private-menu-close div {
  display: inline-block;
  font-weight: 700;
  font-size: 12px;
  text-decoration: none;
  text-transform: uppercase;
  padding-right: 10px;
}

@media (max-width: 959px) {
  .Private-menu-close {
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  .Private-menu-close {
    margin-left: 0;
  }
}

.Private-menu-content {
  min-width: 300px;
  margin-top: 109px;
  position: absolute;
}

@media (max-width: 959px) {
  .Private-menu-content {
    top: 20px;
  }
}

@media (max-width: 767px) {
  .Private-menu-content {
    top: 20px;
    margin-top: 40px;
  }
}

.Private-menu-content h2 {
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 36px;
  vertical-align: middle;
  border-bottom: 1px solid rgb(255, 255, 255);
  color: rgb(255, 255, 255);
}

.Private-menu-content ul {
  padding: 0px;
  margin: 0px;
}

.Private-menu-content ul li {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 16px;
  text-transform: uppercase;
  vertical-align: middle;
  color: rgb(255, 255, 255);
  height: 40px;
}

@media (max-width: 767px) {
  .Private-menu-content ul li {
    line-height: 20px;
  }
}

.Private-menu-content ul li a {
  text-decoration: none;
}

.Private-menu-content ul li a:hover {
  font-weight: 700;
}

.Private-menu-content ul li i {
  padding-right: 10px;
}

.Private-menu-content-active a {
  color: #31b7bc !important;
  font-weight: 700;
}

.Private-menu-overlay {
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  width: 300px;
  opacity: 0.95;
  z-index: 9999;
}

@media (max-width: 959px) {
  .Private-menu-overlay {
    width: 300px;
  }
}

@media (max-width: 767px) {
  .Private-menu-overlay {
    width: 90%;
  }
}

.Login-presentation {
  margin-bottom: 20px;
  min-height: 260px;
}

.Login-buttonbox {
  position: absolute;
  top: 50%;
  width: 98%;
  text-align: center;
  z-index: 2000;
  left: 50%;
  width: 334px;
  margin-top: -180px;
  margin-left: -167px;
}

@media (max-width: 959px) {
  .Login-buttonbox {
    top: 60vh;
    left: 0px;
    width: 100vw;
    margin-left: auto;
  }
}

.Login-loginbuttons {
  position: absolute;
  top: 45%;
  width: 98%;
  text-align: center;
  z-index: 2000;
  left: 10px;
}

.Login-menu {
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  width: 98%;
  z-index: 10000;
  text-align: left;
}

@media (max-width: 959px) {
  .Login-menu {
    width: 300px;
  }
}

@media (max-width: 767px) {
  .Login-menu {
    width: 100%;
  }
}

.Login-menu-logo {
  text-align: center;
}

.Login-menu-logo img {
  width: 300px;
}

@media (max-width: 767px) {
  .Login-menu-logo img {
    width: 100%;
  }
}

.Login-menu-close {
  font-size: 24px;
  float: right;
  color: rgb(0, 0, 0);
  text-decoration: none;
  cursor: pointer;
  top: 20px;
  margin: 20px;
  z-index: 9999999999;
}

.Login-menu-close div {
  display: inline-block;
  font-weight: 700;
  font-size: 12px;
  text-decoration: none;
  text-transform: uppercase;
  padding-right: 10px;
}

@media (max-width: 959px) {
  .Login-menu-close {
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  .Login-menu-close {
    margin-left: 0;
  }
}

.Login-menu-content {
  padding-right: 20px;
  min-width: 300px;
  margin-top: 30px;
}

@media (max-width: 959px) {
  .Login-menu-content {
    top: 20px;
    padding-left: 20px;
  }
}

@media (max-width: 767px) {
  .Login-menu-content {
    bottom: 20px;
    padding-right: 20px;
  }
}

.Login-menu-content h2 {
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 36px;
  vertical-align: middle;
  border-bottom: 1px solid rgb(255, 255, 255);
  color: rgb(255, 255, 255);
}

.Login-menu-content ul {
  padding: 0px;
  margin: 0px;
}

.Login-menu-content ul li {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 18px;
  text-transform: uppercase;
  line-height: 35px;
  vertical-align: middle;
}

.Login-menu-content ul li a {
  text-decoration: none;
  color: rgb(255, 255, 255);
}

.Login-menu-content ul li a:hover {
  font-weight: 700;
}

.Login-menu-content-active {
  color: #31b7bc !important;
  font-weight: 700;
}

.Login-menu-overlay {
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 1;
  z-index: 9999;
}

@media (max-width: 959px) {
  .Login-menu-overlay {
    width: 300px;
  }
}

@media (max-width: 767px) {
  .Login-menu-overlay {
    width: 100%;
  }
}

.Login-avatar {
  position: absolute;
  top: 12px;
  right: 12px;
}

.Login-avatar img {
  width: 60px;
  height: 60px;
  border-radius: 60px;
}

@media (max-width: 767px) {
  .Login-avatar {
    top: 5px;
    right: 5px;
  }

  .Login-avatar img {
    width: 50px;
    height: 50px;
    border-radius: 50px;
  }
}

.md-dialog-container {
  z-index: 9999999;
}

md-dialog-content {
  min-height: 124px;
}

md-dialog-actions {
  bottom: 0px;
  position: absolute;
  right: 0px;
}

.backWhite {
  background-color: rgba(255, 255, 255, 0.95);
}

.backBlack {
  background-color: rgba(0, 0, 0, 0.81);
}

.Menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0.85;
  z-index: 9999;
}

@media (max-width: 959px) {
  .Menu-overlay {
    width: 300px;
  }
}

@media (max-width: 767px) {
  .Menu-overlay {
    width: 100%;
  }
}

.filterBox {
  margin: 4px 1px 10px 1px;
}

.filterBox-toolbar {
  height: 50px;
  background-color: black !important;
  font-family: Oswald, Georgia, Times, "Times New Roman";
  font-size: 18px;
  color: white;
  font-weight: 400;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width: 1600px) {
  .filterBox-toolbar {
    font-size: 20px;
  }
}

@media (max-width: 1440px) {
  .filterBox-toolbar {
    font-size: 14px;
  }
}

@media (max-width: 959px) {
  .filterBox-toolbar {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .filterBox-toolbar {
    font-size: 12px;
  }
}

.filterInput {
  padding: 0 5px 5px 0;
  margin: 5px 10px;
  max-width: 98% !important;
}

.filterSelect {
  max-width: 400px;
  padding-left: 20px;
}

.fieldInput {
  padding: 0 5px 5px 0;
  margin: 5px 10px;
  max-width: 300px !important;
}

.Competition2 {
  position: relative;
}

.Competition2-name {
  display: inline-block;
  font-weight: 700;
  max-width: 265px;
  font-size: 12px;
}

.Competition2-info {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: #1D1C1C;
  text-align: center;
  color: white;
  margin-left: 5px !important;
  line-height: 19px !important;
  margin-top: 15px !important;
  border-radius: 20px;
  font-size: 12px;
  cursor: pointer;
}

.Competition2-personal {
  background-color: grey;
  color: white;
  font-weight: 700;
}

@media (max-width: 767px) {
  .Competition2-personal {
    font-size: 12px;
  }
}

.Competition2-personal-2 div {
  background-color: black;
  width: 40px;
  height: 40px;
  border-radius: 30px;
  color: white;
  line-height: 41px !important;
  margin: 6px auto !important;
}

.Competition2-personal-2-last {
  margin-right: 10px !important;
}

@media (max-width: 767px) {
  .Competition2-personal-2-last {
    margin-right: 2px !important;
  }
}

.Competition2-personal-last {
  margin-right: 10px !important;
}

@media (max-width: 767px) {
  .Competition2-personal-last {
    margin-right: 2px !important;
  }
}

.Competition2-personal-notlast {
  margin-right: 2px !important;
}

.Competition2-personal-green {
  background-color: green !important;
}

.Competition2-personal-orange {
  background-color: orange !important;
  color: black !important;
}

.Competition2-personal-red {
  background-color: red !important;
}

.Competition2-Mobile {
  margin: 0px;
  width: 100%;
  padding: 10px 5px;
}

.Competition2-Mobile-background {
  background-color: #EAE5E5;
  background-image: url("../img/bg/table_bckg_2.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

.Competition2-Mobile:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.55);
  margin: 0px;
}

.Competition2-Mobile-points {
  padding-left: 20px;
}

.Competition2-Mobile-position {
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 30px;
  background-color: #000;
  color: #fff;
  text-align: center;
  font-size: 26px;
  display: inline-block;
}

.Competition2-Mobile-name {
  display: inline-block;
  max-width: 70vw;
}

.Competition2-Mobile-name h3 {
  font-size: 16px !important;
  /*color: white!important;*/
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

.Competition2-Mobile-data {
  margin-top: 4px;
  padding-left: 20px;
}

.Competition2-Mobile-data-title {
  font-weight: 700;
  padding-right: 4px;
  color: white;
  font-family: Oswald, Georgia, Times, "Times New Roman";
}

.Competition2-Mobile-data-text {
  padding-right: 8px;
  color: white;
  font-family: Oswald, Georgia, Times, "Times New Roman";
}

.Competition {
  position: relative;
}

.Competition-name {
  display: inline-block;
  font-weight: 700;
  max-width: 265px;
  font-size: 16px;
}

@media (max-width: 767px) {
  .Competition-name {
    max-width: 265px;
    font-size: 16px;
  }
}

.Competition-info {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: #1D1C1C;
  text-align: center;
  color: white;
  /*position: absolute;*/
  margin-left: 5px !important;
  line-height: 19px !important;
  margin-top: 15px !important;
  border-radius: 20px;
  font-size: 12px;
  cursor: pointer;
}

.Competition-personal {
  background-color: grey;
  color: white;
  font-weight: 700;
}

@media (max-width: 1600px) {
  .Competition-personal {
    font-size: 22px;
  }
}

@media (max-width: 1440px) {
  .Competition-personal {
    font-size: 20px;
  }
}

@media (max-width: 959px) {
  .Competition-personal {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .Competition-personal {
    font-size: 16px;
  }
}

.Competition-personal-2 div {
  background-color: black;
  width: 40px;
  height: 40px;
  border-radius: 30px;
  color: white;
  line-height: 41px !important;
  margin: 6px auto !important;
}

.Competition-personal-2-last {
  margin-right: 10px !important;
}

@media (max-width: 767px) {
  .Competition-personal-2-last {
    margin-right: 2px !important;
  }
}

.Competition-personal-last {
  margin-right: 10px !important;
}

@media (max-width: 767px) {
  .Competition-personal-last {
    margin-right: 2px !important;
  }
}

.Competition-personal-notlast {
  margin-right: 2px !important;
}

.Competition-personal-green {
  background-color: green !important;
}

.Competition-personal-orange {
  background-color: orange !important;
  color: black !important;
}

.Competition-personal-red {
  background-color: red !important;
}

.Competition-Mobile {
  margin: 0px;
  width: 100%;
  padding: 10px 5px;
}

.Competition-Mobile-background {
  /*      background-color: white;
        background-image: url("../img/bg/bg_connectiondarts_3_1024.jpg");*/
  background-color: #EAE5E5;
  background-image: url("../img/bg/table_bckg_2.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  /*border-radius: 5px;*/
}

.Competition-Mobile:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.55);
  margin: 0px;
}

.Competition-Mobile-points {
  padding-left: 20px;
}

.Competition-Mobile-position {
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 30px;
  background-color: #000;
  color: #fff;
  text-align: center;
  font-size: 26px;
  display: inline-block;
}

.Competition-Mobile-name {
  display: inline-block;
  max-width: 70vw;
}

.Competition-Mobile-name h3 {
  font-size: 16px !important;
  /*color: white!important;*/
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

.Competition-Mobile-data {
  margin-top: 4px;
  padding-left: 20px;
}

.Competition-Mobile-data-title {
  font-weight: 700;
  padding-right: 4px;
  color: white;
  font-family: Oswald, Georgia, Times, "Times New Roman";
}

.Competition-Mobile-data-text {
  padding-right: 8px;
  color: white;
  font-family: Oswald, Georgia, Times, "Times New Roman";
}

.PlayerStatus h3 {
  margin-bottom: 20px !important;
}

.PlayerStatus-text {
  font-family: Oswald, Georgia, Times, "Times New Roman";
  padding-left: 20px;
}

.Signin-boxed {
  margin: 0 auto;
  width: 60%;
  padding-bottom: 20px;
  min-height: 500px;
}

@media (max-width: 1600px) {
  .Signin-boxed {
    width: 60%;
  }
}

@media (max-width: 1440px) {
  .Signin-boxed {
    width: 80%;
  }
}

@media (max-width: 959px) {
  .Signin-boxed {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .Signin-boxed {
    width: 100%;
  }
}

.Pages-boxed {
  margin: 0 auto;
  width: 60%;
  min-height: 500px;
}

.Pages-boxed a {
  color: #31b7bc;
}

.Pages-boxed a:hover {
  color: #31b7bc;
}

@media (max-width: 1600px) {
  .Pages-boxed {
    width: 60%;
  }
}

@media (max-width: 1440px) {
  .Pages-boxed {
    width: 80%;
  }
}

@media (max-width: 959px) {
  .Pages-boxed {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .Pages-boxed {
    width: 100%;
  }
}

.Contact-form {
  max-width: 500px;
}

@media (max-width: 767px) {
  .Contact-form {
    max-width: 100%;
  }
}

.Contact-text {
  width: 400px;
}

@media (max-width: 767px) {
  .Contact-text {
    width: 100%;
  }
}

.Contact-terms {
  margin-top: 15px;
}

.paddingLeft10 {
  padding-left: 10px !important;
}

.League-calendar {
  background-image: url("../img/bg/bg_connectiondarts_4_1024.jpg");
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  list-style-type: none;
  overflow: hidden;
  width: auto;
  margin-left: 0px;
  min-width: 600px;
}

@media (max-width: 767px) {
  .League-calendar {
    min-width: 100vw;
  }
}

.League-calendar-avatar img {
  width: 50px;
  height: 50px;
  border-radius: 50px;
}

.League-calendar-score {
  width: 10%;
  font-size: 30px;
  line-height: 30px;
  text-align: center;
}

@media (max-width: 767px) {
  .League-calendar-score {
    font-size: 20px;
    line-height: 20px;
  }
}

.League-calendar-team-name {
  width: 40%;
  float: left;
  text-align: center;
  overflow: hidden;
  margin: 0px !important;
}

.League-calendar li:nth-of-type(even) {
  background: #232a32;
}

.Home-mobile {
  width: 100vw;
  padding: 0;
  margin: 0;
}

@media (max-width: 959px) {
  .Home-mobile {
    margin: 55px 0 10px 0;
  }
}

@media (max-width: 767px) {
  .Home-mobile {
    margin: 68px 0 10px 0;
  }
}

.Home-mobile img {
  width: 100vw;
}

.Home-mobile-buttons {
  position: absolute;
  top: 30%;
  width: 98%;
  text-align: center;
  z-index: 2000;
}

.Stars-element:nth-of-type(even) {
  background: url("../img/bg/table_bckg_2.jpg");
}

.Stars-list {
  display: inline-block;
  margin-right: 8px;
  position: relative;
}

@media (max-width: 767px) {
  .Stars-list {
    margin-right: 10px;
    text-align: center;
  }
}

.Stars-list-number {
  position: absolute;
  top: 20px;
  font-size: 14px;
  width: 60px;
  text-align: center;
  font-weight: 600;
}

@media (max-width: 767px) {
  .Stars-list-number {
    top: 20px;
  }
}

.Stars-list-number-winner {
  color: white;
}

.Stars-list-image {
  margin-bottom: 5px;
}

.Stars-line {
  line-height: 30px !important;
  white-space: pre-wrap !important;
  text-transform: none !important;
}

.Stars-content {
  margin-top: 10px !important;
  max-height: 200px;
  overflow-x: hidden;
  overflow-y: auto;
}

@media (max-width: 767px) {
  .Stars-content {
    margin-top: 0px !important;
    max-height: 200px;
    overflow-x: hidden;
    overflow-y: auto;
  }
}

.hint {
  font-size: 12px;
  line-height: 14px;
  transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
  color: #31b7bc;
  text-align: right;
  margin-top: -16px;
}

.dartboard-search {
  padding-right: 20px;
}

@media (max-width: 767px) {
  .dartboard-search {
    margin-bottom: 5px;
  }
}

.dartboard-search md-input-container {
  width: 400px;
  margin-top: 20px;
}

.dartboard-search md-input-container:first-child {
  margin-top: 30px;
}

@media (max-width: 767px) {
  .dartboard-search md-input-container {
    width: 80%;
  }
}

.dartboard-dialog {
  width: 800px;
  height: 400px;
  overflow-x: hidden;
}

@media (max-width: 959px) {
  .dartboard-dialog {
    width: 600px;
    height: 400px;
  }
}

@media (max-width: 767px) {
  .dartboard-dialog {
    width: 100%;
    height: 100%;
  }
}

.dartboard-content {
  width: 100%;
  height: auto;
}

@media (max-width: 767px) {
  .dartboard-content {
    width: 260px;
    height: 300px;
    font-size: 14px;
  }
}

.fullWidth {
  width: 100%;
}

.textTransformNormal {
  text-transform: none;
}

.lineHeight30 {
  line-height: 30px !important;
}

mini-profile-horizontal,
mini-profile-league-horizontal {
  margin: 8px 8px 0px 8px;
  padding: 0px 16px;
}

@media (max-width: 767px) {
  mini-profile-horizontal,
  mini-profile-league-horizontal {
    margin: 0px;
  }
}

mini-profile-horizontal {
  /*  background: url(../img/profiles/homeProfile.jpg) no-repeat;
    background-size: cover;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;*/
}

.miniprofile-bg {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  position: relative !important;
  height: 143px;
}

.miniprofile-bg-diamond {
  background: url("../img/profiles/background_diamond.jpg") no-repeat;
  background-size: cover;
}

@media (max-width: 767px) {
  .miniprofile-bg-diamond {
    background: url("../img/profiles/background_diamond.jpg") no-repeat;
    background-size: cover;
  }
}

.miniprofile-bg-gold {
  background: url("../img/profiles/background_gold.jpg") no-repeat;
  background-size: cover;
}

@media (max-width: 767px) {
  .miniprofile-bg-gold {
    background: url("../img/profiles/background_gold.jpg") no-repeat;
    background-size: cover;
  }
}

.miniprofile-bg-silver {
  background: url("../img/profiles/background_silver.jpg") no-repeat;
  background-size: cover;
}

@media (max-width: 767px) {
  .miniprofile-bg-silver {
    background: url("../img/profiles/background_silver.jpg") no-repeat;
    background-size: cover;
  }
}

.miniprofile-bg-bronze {
  background: url("../img/profiles/background_bronce.jpg") no-repeat;
  background-size: cover;
}

@media (max-width: 767px) {
  .miniprofile-bg-bronze {
    background: url("../img/profiles/background_bronce.jpg") no-repeat;
    background-size: cover;
  }
}

.miniprofile-bg-platinium {
  background: url("../img/profiles/background_platinium.jpg") no-repeat;
  background-size: cover;
}

@media (max-width: 767px) {
  .miniprofile-bg-platinium {
    background: url("../img/profiles/background_platinium.jpg") no-repeat;
    background-size: cover;
  }
}

.miniprofile-bg-iron {
  background: url("../img/profiles/background_iron.jpg") no-repeat;
  background-size: cover;
}

@media (max-width: 767px) {
  .miniprofile-bg-iron {
    background: url("../img/profiles/background_iron.jpg") no-repeat;
    background-size: cover;
  }
}

.miniprofile {
  position: absolute;
  z-index: 9999;
}

.miniprofile-horizontal {
  position: relative !important;
  margin-bottom: 30px !important;
}

.miniprofile-horizontal-data {
  position: absolute;
  top: 0px;
}

.miniprofile-title {
  height: 70px;
  top: 0;
  width: 100%;
  position: relative;
  overflow: hidden;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.miniprofile-title-0 {
  background-image: url("../img/profiles/bg0.jpg");
  width: 1920px;
  height: 100%;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  position: absolute;
  right: 0px;
}

@media (max-width: 767px) {
  .miniprofile-title-0 {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }
}

.miniprofile-title-1 {
  background-image: url("../img/profiles/bg1.jpg");
  width: 1920px;
  height: 100%;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  position: absolute;
  right: 0px;
}

@media (max-width: 767px) {
  .miniprofile-title-1 {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }
}

.miniprofile-title-2 {
  background-image: url("../img/profiles/bg2.jpg");
  width: 1920px;
  height: 100%;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  position: absolute;
  right: 0px;
}

@media (max-width: 767px) {
  .miniprofile-title-2 {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }
}

.miniprofile-title-3 {
  background-image: url("../img/profiles/bg2.jpg");
  width: 1920px;
  height: 100%;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  position: absolute;
  right: 0px;
}

@media (max-width: 767px) {
  .miniprofile-title-3 {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }
}

.miniprofile-title-bronze {
  background-image: url("../img/profiles/bronze-profile.jpg");
  background-size: initial;
  background-repeat: no-repeat;
  width: 1920px;
  height: 100%;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  position: absolute;
  right: 0px;
}

@media (max-width: 767px) {
  .miniprofile-title-bronze {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }
}

.miniprofile-title-diamond {
  background-image: url("../img/profiles/diamond-profile.jpg");
  background-size: initial;
  background-repeat: no-repeat;
  width: 1920px;
  height: 100%;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  position: absolute;
  right: 0px;
}

@media (max-width: 767px) {
  .miniprofile-title-diamond {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }
}

.miniprofile-title-gold {
  background-image: url("../img/profiles/gold-profile.jpg");
  background-size: initial;
  background-repeat: no-repeat;
  width: 1920px;
  height: 100%;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  position: absolute;
  right: 0px;
}

@media (max-width: 767px) {
  .miniprofile-title-gold {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }
}

.miniprofile-title-iron {
  background-image: url("../img/profiles/iron-profile.jpg");
  background-size: initial;
  background-repeat: no-repeat;
  width: 1920px;
  height: 100%;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  position: absolute;
  right: 0px;
}

@media (max-width: 767px) {
  .miniprofile-title-iron {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }
}

.miniprofile-title-platinium {
  background-image: url("../img/profiles/platinium-profile.jpg");
  background-size: initial;
  background-repeat: no-repeat;
  width: 1920px;
  height: 100%;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  position: absolute;
  right: 0px;
}

@media (max-width: 767px) {
  .miniprofile-title-platinium {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }
}

.miniprofile-title-silver {
  background-image: url("../img/profiles/silver-profile.jpg");
  background-size: initial;
  background-repeat: no-repeat;
  width: 1920px;
  height: 100%;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  position: absolute;
  right: 0px;
}

@media (max-width: 767px) {
  .miniprofile-title-silver {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }
}

.miniprofile-headertitle {
  height: 70px;
  top: 0;
  width: 100%;
  position: relative;
  overflow: hidden;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.miniprofile-headertitle-0 {
  background-image: url("../img/profiles/bg0.jpg");
  width: 1920px;
  height: 100%;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  position: absolute;
  right: 0px;
}

@media (max-width: 767px) {
  .miniprofile-headertitle-0 {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }
}

.miniprofile-headertitle-1 {
  background-image: url("../img/profiles/bg1.jpg");
  width: 1920px;
  height: 100%;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  position: absolute;
  right: 0px;
}

@media (max-width: 767px) {
  .miniprofile-headertitle-1 {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }
}

.miniprofile-headertitle-2 {
  background-image: url("../img/profiles/bg2.jpg");
  width: 1920px;
  height: 100%;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  position: absolute;
  right: 0px;
}

@media (max-width: 767px) {
  .miniprofile-headertitle-2 {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }
}

.miniprofile-headertitle-3 {
  background-image: url("../img/profiles/bg2.jpg");
  width: 1920px;
  height: 100%;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  position: absolute;
  right: 0px;
}

@media (max-width: 767px) {
  .miniprofile-headertitle-3 {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }
}

.miniprofile-headertitle-bronze {
  background-image: url("../img/profiles/bronze-profile.jpg");
  width: 1920px;
  height: 100%;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  position: absolute;
  right: 0px;
}

@media (max-width: 767px) {
  .miniprofile-headertitle-bronze {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }
}

.miniprofile-headertitle-diamond {
  background-image: url("../img/profiles/diamond-profile.jpg");
  width: 1920px;
  height: 100%;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  position: absolute;
  right: 0px;
}

@media (max-width: 767px) {
  .miniprofile-headertitle-diamond {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }
}

.miniprofile-headertitle-gold {
  background-image: url("../img/profiles/gold-profile.jpg");
  width: 1920px;
  height: 100%;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  position: absolute;
  right: 0px;
}

@media (max-width: 767px) {
  .miniprofile-headertitle-gold {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }
}

.miniprofile-headertitle-iron {
  background-image: url("../img/profiles/iron-profile.jpg");
  width: 1920px;
  height: 100%;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  position: absolute;
  right: 0px;
}

@media (max-width: 767px) {
  .miniprofile-headertitle-iron {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }
}

.miniprofile-headertitle-platinium {
  background-image: url("../img/profiles/platinium-profile.jpg");
  width: 1920px;
  height: 100%;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  position: absolute;
  right: 0px;
}

@media (max-width: 767px) {
  .miniprofile-headertitle-platinium {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }
}

.miniprofile-headertitle-silver {
  background-image: url("../img/profiles/silver-profile.jpg");
  width: 1920px;
  height: 100%;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  position: absolute;
  right: 0px;
}

@media (max-width: 767px) {
  .miniprofile-headertitle-silver {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }
}

.miniprofile-content {
  color: black;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 10px;
  border: 1px solid grey;
  height: 280px;
  margin-left: 70px;
  margin-top: -116px;
  position: absolute;
  width: 380px;
}

@media (max-width: 767px) {
  .miniprofile-content {
    margin-left: 30px;
    width: 280px;
  }
}

.miniprofile-content-horizontal {
  height: 114px;
}

@media (max-width: 767px) {
  .miniprofile-content-horizontal {
    height: 120px;
  }
}

.miniprofile-alias {
  font-family: Oswald, Georgia, Times, "Times New Roman";
  font-size: 30px;
  text-transform: uppercase;
  line-height: 50px !important;
}

.miniprofile-alias-horizontal {
  margin-top: 80px;
  font-size: 20px;
}

.miniprofile-alias-horizontal div {
  display: inline-block !important;
  padding-right: 5px;
  text-align: left;
}

@media (max-width: 767px) {
  .miniprofile-alias-horizontal div {
    padding-right: 2px;
  }
}

@media (max-width: 959px) {
  .miniprofile-alias-horizontal {
    font-size: 16px;
    text-align: right;
  }
}

@media (max-width: 767px) {
  .miniprofile-alias-horizontal {
    font-size: 16px;
    text-align: right;
    margin-top: 86px;
  }
}

.miniprofile-alias-horizontal-first {
  font-weight: 700;
}

.miniprofile-alias-horizontal-league {
  margin-top: 80px;
  font-size: 20px;
}

.miniprofile-alias-horizontal-league div {
  display: inline-block !important;
  padding-right: 5px;
  text-align: left;
}

@media (max-width: 767px) {
  .miniprofile-alias-horizontal-league div {
    padding-right: 2px;
  }
}

@media (max-width: 959px) {
  .miniprofile-alias-horizontal-league {
    font-size: 16px;
    text-align: right;
  }
}

@media (max-width: 767px) {
  .miniprofile-alias-horizontal-league {
    font-size: 16px;
    text-align: right;
    margin-top: 100px;
  }
}

.miniprofile-alias-horizontal-league-first {
  font-weight: 700;
}

.miniprofile-mprppdtitle {
  font-weight: 500;
  font-size: 1em;
  color: #666666;
  text-transform: uppercase;
  line-height: 30px !important;
  font-family: Oswald, Georgia, Times, "Times New Roman";
}

.miniprofile-mprppd {
  font-weight: 700;
  font-size: 1.8em;
  line-height: 30px !important;
}

.miniprofile-avatar {
  position: relative;
  top: 0px;
  z-index: 1;
}

.miniprofile-avatar-horizontal {
  position: absolute !important;
}

.miniprofile-avatar-img {
  width: 100px;
  height: 100px;
  border-radius: 8px;
  margin: 20px 8px 8px 8px;
  border: 3px solid whitesmoke;
}

@media (max-width: 1440px) {
  .miniprofile-avatar-img {
    width: 100px;
    height: 100px;
  }
}

@media (max-width: 959px) {
  .miniprofile-avatar-img {
    width: 100px;
    height: 100px;
  }
}

@media (max-width: 767px) {
  .miniprofile-avatar-img {
    width: 60px;
    height: 60px;
  }
}

.miniprofile-avatar-league-img {
  width: 100px;
  height: auto;
  border-radius: 8px;
  margin: 20px 8px 8px 8px;
  border: 3px solid whitesmoke;
}

@media (max-width: 1440px) {
  .miniprofile-avatar-league-img {
    width: 100px;
    height: auto;
  }
}

@media (max-width: 959px) {
  .miniprofile-avatar-league-img {
    width: 100px;
    height: auto;
  }
}

@media (max-width: 767px) {
  .miniprofile-avatar-league-img {
    width: 60px;
    height: auto;
  }
}

.miniprofile-avatar-flag {
  position: absolute;
  right: -5px;
  bottom: 15px;
}

.miniprofile-avatar-flag-horizontal {
  right: 18px;
}

.miniprofile-header {
  /*    background: url(../img/profiles/homeProfile.jpg) no-repeat;
      background-size: cover;
      margin-top: 70px;*/
}

.miniprofile-line {
  padding-left: 120px;
  background-color: rgba(58, 58, 58, 0.81);
  color: white;
  font-size: 20px;
  line-height: 28px;
}

@media (max-width: 767px) {
  .miniprofile-line {
    padding-left: 10px;
    font-size: 11px;
    line-height: 18px;
    min-height: 18px;
  }
}

.miniprofile-line-1 {
  padding-top: 4px;
}

.miniprofile-line-2 {
  padding-bottom: 4px;
}

.miniprofile-line-left {
  float: left;
}

.miniprofile-line-right {
  float: right;
}

.miniprofile-team {
  position: absolute;
  z-index: 9999;
}

.miniprofile-team-horizontal {
  position: relative !important;
  margin-bottom: 5px !important;
}

.miniprofile-team-horizontal-data {
  position: absolute;
  top: 0px;
}

.miniprofile-team-title {
  height: 142px;
  top: 0;
  width: 100%;
  position: relative;
  overflow: hidden;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.miniprofile-team-title-1 {
  background-image: url("../img/profiles/homeProfile.jpg");
  width: 1920px;
  height: 100%;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  position: absolute;
  right: 0px;
}

@media (max-width: 767px) {
  .miniprofile-team-title-1 {
    background-image: url("../img/profiles/320/homeProfile.jpg");
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }
}

.miniprofile-team-content {
  color: black;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 10px;
  border: 1px solid grey;
  height: 200px;
  margin-left: 70px;
  margin-top: -116px;
  position: absolute;
  width: 380px;
}

@media (max-width: 767px) {
  .miniprofile-team-content {
    margin-left: 30px;
    width: 280px;
  }
}

.miniprofile-team-content-horizontal {
  color: #000;
  background: rgba(255, 255, 255, 0.9);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  height: 114px;
}

@media (max-width: 767px) {
  .miniprofile-team-content-horizontal {
    height: 94px;
  }
}

.miniprofile-team-alias {
  font-family: Oswald, Georgia, Times, "Times New Roman";
  font-size: 1.2em;
  text-transform: uppercase;
  line-height: 50px !important;
}

.miniprofile-team-alias-horizontal {
  margin-top: 55px;
  font-size: 20px;
}

.miniprofile-team-alias-horizontal div {
  display: inline-block !important;
  padding-right: 5px;
  text-align: left;
}

@media (max-width: 767px) {
  .miniprofile-team-alias-horizontal div {
    padding-right: 2px;
  }
}

@media (max-width: 959px) {
  .miniprofile-team-alias-horizontal {
    font-size: 14px;
    text-align: right;
  }
}

@media (max-width: 767px) {
  .miniprofile-team-alias-horizontal {
    text-align: right;
    font-size: 12px;
  }
}

.miniprofile-team-alias-horizontal-first {
  color: #31b7bc;
  font-weight: 700;
}

.miniprofile-team-mprppdtitle {
  font-weight: 500;
  font-size: 1em;
  color: #666666;
  text-transform: uppercase;
  line-height: 30px !important;
  font-family: Oswald, Georgia, Times, "Times New Roman";
}

.miniprofile-team-mprppd {
  font-weight: 700;
  font-size: 1.8em;
  line-height: 30px !important;
}

.miniprofile-team-avatar {
  position: relative;
}

.miniprofile-team-avatar-horizontal {
  position: absolute !important;
}

.miniprofile-team-avatar-img {
  width: 100px;
  height: 100px;
  border-radius: 8px;
  margin: 8px;
  border: 3px solid whitesmoke;
}

@media (max-width: 1440px) {
  .miniprofile-team-avatar-img {
    width: 80px;
    height: 80px;
  }
}

@media (max-width: 959px) {
  .miniprofile-team-avatar-img {
    width: 60px;
    height: 60px;
  }
}

@media (max-width: 767px) {
  .miniprofile-team-avatar-img {
    width: 60px;
    height: 60px;
  }
}

.miniprofile-team-avatar-flag {
  position: absolute;
  right: -5px;
  bottom: 15px;
}

.miniprofile-team-avatar-flag-horizontal {
  right: 18px;
}

.competitions {
  width: 90%;
  margin-bottom: 50px;
}

.competitions-main {
  border-radius: 5px;
  cursor: pointer;
  height: 250px !important;
  margin: 8px;
  position: relative;
  text-align: center;
}

@media (max-width: 414px) {
  .competitions-main {
    height: 160px !important;
    margin: 2px;
    width: 200px !important;
  }
}

.competitions-main-counter {
  background-color: rgba(49, 183, 188, 0.7);
  width: 50px;
  height: 50px;
  line-height: 50px;
  color: #fff;
  border-radius: 50%;
  position: absolute;
  bottom: -16px;
  font-weight: 700;
  font-size: 33px;
  right: 6px;
  z-index: 2;
  box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
}

@media (max-width: 767px) {
  .competitions-main-counter {
    bottom: -10px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 14px;
  }
}

.competitions-main img {
  /*width: 85%;*/
  padding: 8px;
  max-height: 85%;
  z-index: 2;
}

@media (max-width: 767px) {
  .competitions-main img {
    padding: 0px;
  }
}

.competitions-main-title {
  /*background-color: #929090;*/
  position: absolute;
  margin: 0 auto;
  color: #fff;
  height: 39px;
  width: 100%;
  bottom: 0;
  z-index: 1;
  line-height: 40px;
  font-size: 20px;
  font-weight: 700;
  background-color: rgba(0, 0, 0, 0.85);
  text-align: center;
  border-radius: 5px;
  box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
}

@media (max-width: 1440px) {
  .competitions-main-title {
    font-size: 20px;
  }
}

@media (max-width: 959px) {
  .competitions-main-title {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .competitions-main-title {
    font-size: 18px;
  }
}

@media (max-width: 414px) {
  .competitions-main-title {
    font-size: 14px;
  }
}

.Desktop-header-button {
  height: 30px;
}

.Mobile-header-button {
  height: 30px;
  float: left;
}

.download {
  position: absolute;
  top: 36px;
  font-size: 20px;
  color: white;
  left: 88px;
}

.download-pre {
  position: relative;
}

.download-pre img {
  height: 90px;
}

@media (max-width: 767px) {
  .download-pre img {
    height: 70px;
  }
}

@media (max-width: 767px) {
  .download {
    position: absolute;
    top: 24px;
    font-size: 15px;
    color: #fff;
    left: 71px;
  }
}

.contextual_menu {
  width: 28px;
  text-align: center !important;
}

.contextual_menu-button {
  color: white !important;
  background-color: black !important;
  width: 25px !important;
  height: 25px !important;
  line-height: 26px !important;
  min-height: 25px !important;
}

.contextual_menu-button i {
  font-size: 14px !important;
}

.contextual_menu-item-image {
  width: 15px;
  display: inline-block !important;
  text-align: center;
}

.contextual_menu-item-text {
  padding-left: 10px !important;
  display: inline-block !important;
}

md-input-container .md-input {
  border: 1px solid #B1AEAE !important;
  border-radius: 4px !important;
}

md-input-container > md-select {
  border: 1px solid #B1AEAE !important;
  border-radius: 4px !important;
  padding: 0px !important;
}

md-select {
  border: 1px solid #B1AEAE !important;
  border-radius: 4px !important;
  padding: 0px !important;
}

.LeagueMobile-Calendar-avatar {
  margin: 0 10px;
  display: inline-block;
  width: 25px;
  text-align: right;
  height: 25px;
  background-color: #dcdcdc;
  border-radius: 50%;
  border: 2px solid #847F7F;
}

.LeagueMobile-Calendar-avatar img {
  width: 20px;
  height: 20px;
  border-radius: 5px;
}

.LeagueMobile-Calendar-team-name {
  display: inline-block;
  color: white;
  width: 70%;
}

.LeagueMobile-Calendar-team-score {
  /*right: 22px;
  position: absolute;
  display: inline-block;*/
  color: white;
  font-weight: 700;
  width: 40px;
}

.LeagueMatch {
  margin: 20px 0;
}

@media (max-width: 1040px) {
  .LeagueMatch {
    margin: 2px 0;
  }
}

.LeagueMatch-score {
  font-size: 90px;
  color: black;
  padding: 20px 10px;
  border-radius: 4px;
  margin: 0 10px;
  font-family: Oswald, Georgia, Times, "Times New Roman";
}

@media (max-width: 1040px) {
  .LeagueMatch-score {
    font-size: 70px;
  }
}

.LeagueMatch-name {
  font-size: 30px;
  line-height: 40px;
  font-family: Oswald, Georgia, Times, "Times New Roman";
  font-weight: 700;
  text-align: center;
  margin: 20px 0 0 0;
  /*max-width: 150px;*/
}

@media (max-width: 414px) {
  .LeagueMatch-name {
    margin: 0;
    font-size: 20px;
    line-height: 30px;
    max-width: 80vw;
  }
}

.LeagueMatch-avatar {
  position: relative;
  margin: 0 auto;
  display: inline-block;
  text-align: center;
}

.LeagueMatch-avatar img {
  width: 150px;
  height: auto;
  border-radius: 5px;
}

@media (max-width: 414px) {
  .LeagueMatch-avatar img {
    width: 80px;
    height: auto;
  }
}

.LeagueMatch-avatar-shirt {
  position: absolute;
  bottom: 10px;
  right: 0px;
}

.LeagueMatch-avatar-shirt img {
  width: 60px;
  height: 60px;
}

@media (max-width: 414px) {
  .LeagueMatch-avatar-shirt img {
    width: 30px;
    height: 30px;
  }
}

.LeagueMatch-avatar-container {
  position: relative;
  width: 150px;
  height: 150px;
  margin: 0 auto;
}

@media (max-width: 414px) {
  .LeagueMatch-avatar-container {
    width: 80px;
    height: 80px;
  }
}

.LeagueMatch-separator {
  font-size: 70px;
  font-weight: 700;
  font-family: Oswald, Georgia, Times, "Times New Roman";
}

.LeagueMatch-color-local {
  border: 6px solid #FF0D0D;
}

.LeagueMatch-color-visitor {
  border: 6px solid #0DFF0D;
}

.LeagueMatch-player {
  position: relative;
}

.LeagueMatch-player-local {
  background-color: red;
  width: 5px;
  height: auto;
  position: absolute;
  right: 0px;
}

.LeagueMatch-player-visitor {
  background-color: green;
  width: 5px;
  height: auto;
  position: absolute;
  right: 0px;
}

.line {
  line-height: 35px;
  position: relative;
}

.line div:first-child {
  padding-left: 10px;
}

.navigateMobile {
  background-color: #D8D8D8;
  width: 80px;
  text-align: center;
  border-radius: 8px;
  padding: 4px;
  margin: 5px 0px;
  cursor: pointer;
}

.navigateMobile i {
  cursor: pointer;
}

.streaming {
  width: 600px;
  height: 400px;
  margin: 20px 0px;
}

@media (max-width: 959px) {
  .streaming {
    width: 500px;
    height: 300px;
  }
}

@media (max-width: 767px) {
  .streaming {
    width: 300px;
    height: 180px;
  }
}

/**********************************************************************************************************************
 ESTILOS SIMPLES
**********************************************************************************************************************/

.center {
  text-align: center;
}

.paddingTop20 {
  padding: 20px 0;
  /*  @include respond-to(medium-2) {
      padding: 140px 0;
    }
    @include respond-to(small) {
      padding: 60px 0;
    }*/
}

@media (max-width: 767px) {
  .paddingTop20 {
    padding: 20px 0;
  }
}

.paddingTop20_aux {
  padding: 20px 0;
}

@media (max-width: 767px) {
  .paddingTop20_aux {
    padding: 60px 0 !important;
  }
}

.padding-bottom {
  padding-bottom: 20px;
}

.nomargin {
  margin: 0 !important;
  padding: 0 !important;
}

.clickable {
  cursor: pointer;
}

.notdisplay {
  display: none !important;
}

.round-border {
  border-radius: 50%;
}

.md-select-ie {
  margin: 20px 0 26px !important;
}

.League-summary-area {
  width: 90%;
}

@media (max-width: 1440px) {
  .League-summary-area {
    width: 90%;
  }
}

@media (max-width: 1040px) {
  .League-summary-area {
    width: 100%;
  }
}

.League-summary-area2 {
  width: 80%;
}

@media (max-width: 1680px) {
  .League-summary-area2 {
    width: 85%;
  }
}

@media (max-width: 1600px) {
  .League-summary-area2 {
    width: 90%;
  }
}

@media (max-width: 1440px) {
  .League-summary-area2 {
    width: 95%;
  }
}

@media (max-width: 1040px) {
  .League-summary-area2 {
    width: 100%;
  }
}

.League-summary-vs {
  width: 50px;
  background-color: white;
  height: 50px;
  border-radius: 50%;
  line-height: 50px;
  text-align: center;
  border: 2px solid #575757;
  font-family: Oswald, Georgia, Times, "Times New Roman";
  font-weight: 700;
  font-size: 28px;
}

@media (max-width: 767px) {
  .League-summary-vs {
    font-size: 16px;
    background-color: transparent;
    color: white;
    border: none;
  }
}

.League-summary-vs-small {
  width: 30px;
  background-color: white;
  height: 30px;
  border-radius: 50%;
  line-height: 30px !important;
  text-align: center;
  border: 2px solid #575757;
  font-family: Oswald, Georgia, Times, "Times New Roman";
  font-weight: 700;
  font-size: 16px;
}

@media (max-width: 767px) {
  .League-summary-vs-small {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .League-summary-date {
    font-size: 12px !important;
  }
}

.League-summary-match {
  margin-bottom: 4px;
}

@media (max-width: 767px) {
  .League-summary-match {
    margin-right: 4px;
  }
}

.League-summary-match-index {
  font-family: Oswald, Georgia, Times, "Times New Roman";
  font-weight: 700;
  font-size: 40px;
}

@media (max-width: 767px) {
  .League-summary-match-index {
    font-size: 16px;
  }
}

.League-summary-match-content {
  list-style-type: none;
  margin-left: 0;
  overflow: hidden;
  width: auto;
  border: 1px solid #AFAFAF;
  padding: 10px;
  border-radius: 8px;
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .League-summary-match-content {
    padding: 0;
  }
}

.League-summary-match-content-left {
  margin: 2px 0px 2px 2px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  padding: 4px;
}

.League-summary-match-content-center {
  margin: 2px 0 2px 0;
}

.League-summary-match-content-right {
  margin: 2px 2px 2px 0;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  padding: 4px;
}

.League-summary-match-isFinished {
  background-color: rgba(11, 107, 11, 0.79);
  padding: 2px 20px !important;
  border-radius: 8px;
  line-height: 24px !important;
  margin-bottom: 4px !important;
  color: white;
}

.League-summary-match-isOpenned {
  background-color: orange;
  color: black;
  padding: 2px 20px !important;
  border-radius: 8px;
  line-height: 24px !important;
  margin-bottom: 4px !important;
  color: white;
}

.League-summary-match-current {
  border: 4px dotted orange !important;
}

.League-summary-match2 {
  margin-bottom: 15px;
}

.League-summary-match2-index {
  font-family: Oswald, Georgia, Times, "Times New Roman";
  font-weight: 700;
  font-size: 40px;
}

@media (max-width: 767px) {
  .League-summary-match2-index {
    font-size: 16px;
  }
}

.League-summary-match2-content {
  background-image: url("../img/bg/bg_connectiondarts_4_1024.jpg");
  border-radius: 6px;
  padding: 5px;
}

@media (max-width: 767px) {
  .League-summary-match2-content {
    padding: 1px;
  }
}

.League-summary-match2-content-left {
  margin: 2px 0px 2px 2px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  padding: 4px;
}

.League-summary-match2-content-center {
  margin: 2px 0 2px 0;
}

.League-summary-match2-content-right {
  margin: 2px 2px 2px 0;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  padding: 4px;
}

.League-summary-alias {
  padding-left: 5px;
  padding-right: 5px;
  /*color: white;*/
  line-height: 50px;
  font-family: Oswald, Georgia, Times, "Times New Roman";
  font-weight: 700;
  font-size: 24px;
}

.League-summary-alias-right {
  text-align: right;
}

@media (max-width: 767px) {
  .League-summary-alias {
    font-size: 16px;
    padding-left: 4px;
    padding-right: 4px;
    line-height: 40px;
  }
}

.League-summary-calendar-alias {
  padding-left: 5px;
  padding-right: 5px;
  color: white;
  line-height: 50px;
  font-family: Oswald, Georgia, Times, "Times New Roman";
  font-weight: 700;
  font-size: 20px;
}

.League-summary-calendar-alias-right {
  text-align: right;
}

@media (max-width: 767px) {
  .League-summary-calendar-alias {
    font-size: 14px;
    padding-left: 4px;
    padding-right: 4px;
    line-height: 40px;
  }
}

.League-summary-score {
  text-align: center;
  border-radius: 50%;
  line-height: 50px;
  font-weight: 700;
  font-family: Oswald, Georgia, Times, "Times New Roman";
  font-weight: 700;
  font-size: 24px;
}

.League-summary-score div {
  display: inline-block;
}

@media (max-width: 767px) {
  .League-summary-score {
    font-size: 16px;
    line-height: 40px;
  }
}

.League-summary-score-rating {
  font-weight: normal;
  font-size: 19px;
}

@media (max-width: 767px) {
  .League-summary-score-rating {
    font-size: 12px;
    margin: 0 10px;
  }
}

.League-summary-avatar {
  margin: 5px;
  width: 40px;
  height: auto;
  text-align: center;
}

@media (max-width: 1040px) {
  .League-summary-avatar {
    display: none;
  }
}

.League-summary-avatar img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.League-summary-avatar2 {
  margin: 5px;
  width: 40px;
  height: auto;
  text-align: center;
}

@media (max-width: 1040px) {
  .League-summary-avatar2 {
    display: none;
  }
}

.League-summary-avatar2 img {
  width: 80px;
  height: auto;
  border-radius: 6%;
}

.League-summary-result-victory-right {
  background-color: #FF9BCA;
  border-radius: 6px;
  margin: 1px;
}

.League-summary-result-victory-left {
  background-color: #F9F197;
  border-radius: 6px;
  margin: 1px;
}

.League-summary-result-normal {
  /*background-color: #393939;*/
  border-radius: 6px;
  margin: 1px;
}

.League-summary-result-normal2 {
  background-color: rgba(57, 57, 57, 0.66);
  border-radius: 6px;
  margin: 1px;
}

.League-summary-result-date {
  color: white;
  margin-bottom: 10px;
  padding: 5px 0;
  border-top: 1px solid #565454;
  margin-top: 3px;
  padding-right: 10px;
}

.League-summary-result-date i {
  margin: 4px;
}

.nodatafound {
  font-size: 16px;
  font-weight: normal;
  font-style: italic;
  padding-left: 20px;
  margin: 20px 0;
  color: #31b7bc;
}

@media (max-width: 767px) {
  .nodatafound {
    font-size: 14px;
    padding: 0;
    margin: 20 0;
  }
}

@media (max-width: 767px) {
  .nodatafound div {
    margin: 0 auto;
  }
}

.officalRankingsTable {
  background-color: white;
  border-radius: 5px;
  border: 1px solid #2D2D2D;
  height: 600px;
  list-style-type: none;
  margin: 0;
  margin-left: 0px;
  margin-bottom: 10px !important;
  overflow: hidden;
  padding: 0;
  width: auto;
}

@media (max-width: 767px) {
  .officalRankingsTable {
    height: auto;
  }
}

.officalRankingsTable li {
  line-height: 50px !important;
  margin-top: 0px !important;
  height: 50px;
  margin: 0px;
  padding: 0px 0px 0px 10px;
}

.officalRankingsTable li div {
  margin: 0 !important;
  padding: 0 !important;
}

@media (max-width: 767px) {
  .officalRankingsTable li {
    line-height: 40px !important;
    height: 40px;
    padding: 0px 0px 0px 2px;
  }
}

.officalRankingsTable-header {
  background-color: #0c0c0c;
  color: white;
}

.officalRankingsTable-scroll {
  overflow-y: scroll;
}

.officalRankingsTable-400 {
  height: 450px;
}

.officalRankingsTable-500 {
  height: 560px;
}

.officalRankingsTable-500-inner {
  height: 500px;
}

.officalRankingsTable-300 {
  height: 300px;
}

.officalRankingsTable-300-inner {
  height: 250px;
}

.officalRankingsTable-myPosition {
  height: auto;
}

.officalRankingsTable-row {
  color: #2D2D2D;
  font-family: Lato, Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  font-weight: 700;
  margin-top: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.officalRankingsTable-row-black {
  color: #464444;
}

@media (max-width: 1600px) {
  .officalRankingsTable-row {
    font-size: 18px;
  }
}

@media (max-width: 1440px) {
  .officalRankingsTable-row {
    font-size: 16px;
  }
}

@media (max-width: 1040px) {
  .officalRankingsTable-row {
    font-size: 14px;
  }
}

@media (max-width: 959px) {
  .officalRankingsTable-row {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .officalRankingsTable-row {
    font-size: 12px;
  }
}

.officalRankingsTable-row-avatar {
  margin-top: 0px;
}

.officalRankingsTable-row-avatar-photo {
  width: 40px;
  height: 40px;
  border-radius: 40px;
}

@media (max-width: 767px) {
  .officalRankingsTable-row-avatar-photo {
    width: 30px;
    height: 30px;
    border-radius: 30px;
  }
}

.officalRankingsTable-row-top div img {
  width: 30px;
  height: 30px;
  border-radius: 30px;
}

.officalRankingsTable-row-top div:first-child {
  text-align: center;
}

.officalRankingsTable-row-active {
  color: white;
  background-color: white;
}

.officalRankingsTable-row-small {
  font-size: 14px;
}

.officalRankingsTable-row-position {
  font-size: 26px;
  font-weight: 700;
  color: #31b7bc;
}

@media (max-width: 1600px) {
  .officalRankingsTable-row-position {
    font-size: 24px;
  }
}

@media (max-width: 1440px) {
  .officalRankingsTable-row-position {
    font-size: 22px;
  }
}

@media (max-width: 1040px) {
  .officalRankingsTable-row-position {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .officalRankingsTable-row-position {
    font-size: 14px;
  }
}

.officalRankingsTable-row-points {
  font-size: 26px;
  font-weight: 700;
  color: #31b7bc;
}

@media (max-width: 1600px) {
  .officalRankingsTable-row-points {
    font-size: 24px;
  }
}

@media (max-width: 1440px) {
  .officalRankingsTable-row-points {
    font-size: 22px;
  }
}

@media (max-width: 1040px) {
  .officalRankingsTable-row-points {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .officalRankingsTable-row-points {
    font-size: 14px;
  }
}

.officalRankingsTable-row-header {
  font-size: 18px;
  font-weight: 700;
  line-height: 46px;
}

.officalRankingsTable-row-header:first-child {
  padding-left: 15px;
}

@media (max-width: 959px) {
  .officalRankingsTable-row-header {
    line-height: 46px;
  }
}

@media (max-width: 767px) {
  .officalRankingsTable-row-header {
    font-size: 14px;
    line-height: 46px;
  }
}

.officalRankingsTable-row-li {
  line-height: 50px;
}

@media (max-width: 767px) {
  .officalRankingsTable-row-li {
    line-height: 35px;
  }
}

.officalRankingsTable-row-league {
  font-size: 16px;
  padding: 0px;
}

@media (max-width: 1440px) {
  .officalRankingsTable-row-league {
    font-size: 14px;
    margin: 5px 0 0 0;
    padding: 0;
  }
}

.officalRankingsTable-active {
  background-color: #31b7bc;
}

.officalRankingsTable-active div {
  color: white;
}

.officalRankingsTable_noheight {
  background-image: url("../img/bg/bg_connectiondarts_4_1024.jpg");
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  list-style-type: none;
  overflow: hidden;
  width: auto;
  margin-left: 0px;
}

.officalRankingsTable_noheight li:nth-of-type(even) {
  background: #232a32;
}

.officalRankingsTable_noheight li:nth-of-type(even) {
  background: #232a32;
}

[ng\:cloak],
[ng-cloak],
.ng-cloak {
  display: none !important;
}

.homeProfile-title {
  height: 70px;
  top: 0;
  width: 100%;
  position: relative;
  overflow: hidden;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.homeProfile-title-bronze {
  background-image: url("../img/profiles/header_up_bronce.png");
  width: 1920px;
  height: 100%;
  position: absolute;
  right: 0px;
  background-repeat: no-repeat;
  background-size: contain;
}

@media (max-width: 959px) {
  .homeProfile-title-bronze {
    right: -150px;
  }
}

@media (max-width: 959px) {
  .homeProfile-title-bronze {
    right: -150px;
  }
}

@media (max-width: 767px) {
  .homeProfile-title-bronze {
    right: -262px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    background-image: url("../img/profiles/320/header_up_bronce.png");
  }
}

.homeProfile-title-diamond {
  background-image: url("../img/profiles/header_up_diamond.png");
  width: 1920px;
  height: 100%;
  position: absolute;
  right: 0px;
  background-repeat: no-repeat;
  background-size: contain;
}

@media (max-width: 959px) {
  .homeProfile-title-diamond {
    right: -150px;
  }
}

@media (max-width: 767px) {
  .homeProfile-title-diamond {
    right: -262px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    background-image: url("../img/profiles/320/header_up_diamond.png");
  }
}

.homeProfile-title-gold {
  background-image: url("../img/profiles/header_up_gold.png");
  width: 1920px;
  height: 100%;
  position: absolute;
  right: 0px;
  background-repeat: no-repeat;
  background-size: contain;
}

@media (max-width: 959px) {
  .homeProfile-title-gold {
    right: -150px;
  }
}

@media (max-width: 767px) {
  .homeProfile-title-gold {
    right: -262px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    background-image: url("../img/profiles/320/header_up_gold.png");
  }
}

.homeProfile-title-iron {
  background-image: url("../img/profiles/header_up_iron.png");
  width: 1920px;
  height: 100%;
  position: absolute;
  right: 0px;
  background-repeat: no-repeat;
  background-size: contain;
}

@media (max-width: 959px) {
  .homeProfile-title-iron {
    right: -150px;
  }
}

@media (max-width: 767px) {
  .homeProfile-title-iron {
    right: -262px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    background-image: url("../img/profiles/320/header_up_iron.png");
  }
}

.homeProfile-title-platinium {
  background-image: url("../img/profiles/header_up_platinium.png");
  width: 1920px;
  height: 100%;
  position: absolute;
  right: 0px;
  background-repeat: no-repeat;
  background-size: contain;
}

@media (max-width: 959px) {
  .homeProfile-title-platinium {
    right: -150px;
  }
}

@media (max-width: 767px) {
  .homeProfile-title-platinium {
    right: -262px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    background-image: url("../img/profiles/320/header_up_platinium.png");
  }
}

.homeProfile-title-silver {
  background-image: url("../img/profiles/header_up_silver.png");
  width: 1920px;
  height: 100%;
  position: absolute;
  right: 0px;
  background-repeat: no-repeat;
  background-size: contain;
}

@media (max-width: 959px) {
  .homeProfile-title-silver {
    right: -150px;
  }
}

@media (max-width: 767px) {
  .homeProfile-title-silver {
    right: -262px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    background-image: url("../img/profiles/320/header_up_silver.png");
  }
}

.homeProfile-title-down-bronze {
  background-image: url("../img/profiles/header_down_bronce.png");
  width: 1920px;
  height: 100%;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  position: absolute;
  right: 0px;
  background-repeat: no-repeat;
  background-size: contain;
}

@media (max-width: 767px) {
  .homeProfile-title-down-bronze {
    margin-top: -30px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    right: -365px;
    background-image: url("../img/profiles/320/header_down_bronce.png");
  }
}

.homeProfile-title-down-diamond {
  background-image: url("../img/profiles/header_down_diamond.png");
  width: 1920px;
  height: 100%;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  position: absolute;
  right: 0px;
  background-repeat: no-repeat;
  background-size: contain;
}

@media (max-width: 767px) {
  .homeProfile-title-down-diamond {
    margin-top: -30px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    right: -365px;
    background-image: url("../img/profiles/320/header_down_diamond.png");
  }
}

.homeProfile-title-down-gold {
  background-image: url("../img/profiles/header_down_gold.png");
  width: 1920px;
  height: 100%;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  position: absolute;
  right: 0px;
  background-repeat: no-repeat;
  background-size: contain;
}

@media (max-width: 767px) {
  .homeProfile-title-down-gold {
    margin-top: -30px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    right: -365px;
    background-image: url("../img/profiles/320/header_down_gold.png");
  }
}

.homeProfile-title-down-iron {
  background-image: url("../img/profiles/header_down_iron.png");
  width: 1920px;
  height: 100%;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  position: absolute;
  right: 0px;
  background-repeat: no-repeat;
  background-size: contain;
}

@media (max-width: 767px) {
  .homeProfile-title-down-iron {
    margin-top: -30px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    right: -365px;
    background-image: url("../img/profiles/320/header_down_iron.png");
  }
}

.homeProfile-title-down-platinium {
  background-image: url("../img/profiles/header_down_platinium.png");
  width: 1920px;
  height: 100%;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  position: absolute;
  right: 0px;
  background-repeat: no-repeat;
  background-size: contain;
}

@media (max-width: 767px) {
  .homeProfile-title-down-platinium {
    margin-top: -30px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    right: -365px;
    background-image: url("../img/profiles/320/header_down_platinium.png");
  }
}

.homeProfile-title-down-silver {
  background-image: url("../img/profiles/header_down_silver.png");
  width: 1920px;
  height: 100%;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  position: absolute;
  right: 0px;
  background-repeat: no-repeat;
  background-size: contain;
}

@media (max-width: 767px) {
  .homeProfile-title-down-silver {
    margin-top: -30px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    right: -365px;
    background-image: url("../img/profiles/320/header_down_silver.png");
  }
}

.cell-highlighted {
  font-weight: 700;
  font-size: 24px;
}

@media (max-width: 1440px) {
  .cell-highlighted {
    font-size: 20px;
  }
}

@media (max-width: 1040px) {
  .cell-highlighted {
    font-size: 18px;
  }
}

@media (max-width: 959px) {
  .cell-highlighted {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .cell-highlighted {
    font-size: 16px;
  }
}

@media (max-width: 414px) {
  .cell-highlighted {
    font-size: 12px;
  }
}

.cell-league-highlighted {
  font-weight: 700;
  font-size: 40px;
}

@media (max-width: 1440px) {
  .cell-league-highlighted {
    font-size: 28px;
  }
}

@media (max-width: 1040px) {
  .cell-league-highlighted {
    font-size: 26px;
  }
}

@media (max-width: 959px) {
  .cell-league-highlighted {
    font-size: 26px;
  }
}

@media (max-width: 767px) {
  .cell-league-highlighted {
    font-size: 24px;
  }
}

@media (max-width: 414px) {
  .cell-league-highlighted {
    font-size: 12px;
  }
}

.cell-league-highlighted2 {
  font-weight: 700;
  font-size: 40px;
}

@media (max-width: 1440px) {
  .cell-league-highlighted2 {
    font-size: 28px;
  }
}

@media (max-width: 1040px) {
  .cell-league-highlighted2 {
    font-size: 26px;
  }
}

@media (max-width: 959px) {
  .cell-league-highlighted2 {
    font-size: 26px;
  }
}

@media (max-width: 767px) {
  .cell-league-highlighted2 {
    font-size: 24px;
  }
}

@media (max-width: 414px) {
  .cell-league-highlighted2 {
    font-size: 16px;
  }
}

.md-button.md-default-theme.md-primary.md-raised,
.md-button.md-primary.md-raised,
.md-button.md-default-theme.md-primary.md-fab,
.md-button.md-primary.md-fab {
  color: white;
}

.md-button.md-fab[disabled]:hover,
.md-button.md-raised[disabled]:hover,
a.md-button.md-fab[disabled]:hover,
a.md-button.md-raised[disabled]:hover {
  color: white;
}

.relative {
  position: relative;
}

.fa-info-circle {
  font-size: 20px;
}

.pagging {
  background-color: #fff;
  border-radius: 50%;
  border: 2px solid #575757;
  font-size: 13px;
  font-weight: 700;
  height: 40px;
  line-height: 36px;
  text-align: center;
  width: 40px;
  margin-top: 4px;
}

.layout-margin-horizontal {
  margin: 0 8px;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

.pagination > li {
  display: inline;
}

.pagination > li > a {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: black;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}

.pagination .active > a,
.pagination .pagination > .active > a:focus,
.pagination .pagination > .active > a:hover,
.pagination .pagination > .active > span,
.pagination .pagination > .active > span:focus,
.pagination .pagination > .active > span:hover {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: black;
  border-color: black;
}

.pagination > .disabled > a,
.pagination > .disabled > a:focus,
.pagination > .disabled > a:hover,
.pagination > .disabled > span,
.pagination > .disabled > span:focus,
.pagination > .disabled > span:hover {
  color: #777;
  cursor: not-allowed;
  background-color: #EFEFEF;
  border-color: #ddd;
}

.disabled {
  color: #ccc;
  pointer-events: none;
  cursor: not-allowed;
  background-color: #EFEFEF;
}

official-row-int,
official-superliga,
official-pairs-league {
  margin-top: 10px;
  /*h3 {
    margin-bottom: 23px!important;
  }*/
}

official-row-int h3 div,
official-superliga h3 div,
official-pairs-league h3 div {
  display: inline-block;
}

.selector-red {
  background-color: white !important;
  color: #31b7bc !important;
  font-weight: 700 !important;
}

.calendar_table {
  list-style-type: none;
  margin-left: 0px;
  overflow: hidden;
  width: auto;
  border: 1px solid #AFAFAF;
  padding: 10px;
  border-radius: 8px;
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .calendar_table {
    min-height: auto;
    margin-bottom: 10px;
    padding: 0;
    margin: 0 2px 10px 2px !important;
  }
}

.calendar_table-title {
  margin-bottom: 14px;
  font-size: 34px !important;
}

@media (max-width: 767px) {
  .calendar_table-title {
    padding-left: 0px !important;
    font-size: 26px !important;
    margin-top: 10px !important;
  }
}

.calendar_table-header {
  border-bottom-color: #31b7bc;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  background-color: black;
  color: white;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.calendar_table-scroll {
  overflow-y: scroll;
}

.calendar_table li {
  min-height: 50px;
  padding: 0;
  line-height: 24px;
}

.calendar_table li:not(:last-child) {
  border-bottom: 1px #C7C7C7 solid;
}

.calendar_table li div {
  margin: 0;
  padding: 0;
  line-height: 50px;
}

.isNotOwnMatch3 {
  margin: 0px 3px;
}

.isOwnMatch3 {
  /*color: orange;*/
  font-weight: bolder;
}

.isWinner {
  color: green;
}

.isLooser {
  color: red;
}

@media (max-width: 959px) {
  .youtubev2-content {
    margin: 0 10px;
  }
}

@media (max-width: 767px) {
  .youtubev2-content {
    margin: 0 10px;
  }
}

@media (max-width: 414px) {
  .youtubev2-content {
    margin: 0 10px;
  }
}

.youtubev2-container {
  position: relative;
  padding-top: 56.25%;
  min-height: 200px;
}

@media (max-width: 959px) {
  .youtubev2-container {
    margin: 0 10px;
    min-height: auto;
  }
}

@media (max-width: 767px) {
  .youtubev2-container {
    margin: 0 10px;
    min-height: auto;
  }
}

@media (max-width: 414px) {
  .youtubev2-container {
    margin: 0 10px;
    min-height: auto;
  }
}

.youtubev2-src {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.youtubev2-title {
  font-family: Lato, Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  color: #505050 !important;
  font-size: 24px !important;
  padding-left: 10px !important;
  margin: 18px 0 !important;
  text-transform: uppercase !important;
}

@media (max-width: 414px) {
  .youtubev2-title {
    text-align: center;
  }
}

.youtubev2-hr {
  border-top: 1px solid #e2e2e2;
  border-bottom: none;
}

.youtubev2-play {
  position: absolute;
  top: 36%;
  color: rgba(255, 255, 255, 0.86);
  font-size: 52px;
  left: 46%;
  cursor: pointer;
}

.isCurrentPlayer {
  background-color: #D0CECE !important;
}

.md-scroll-mask {
  position: initial !important;
}

.md-button.md-default-theme.md-raised:not([disabled]):hover,
.md-button.md-raised:not([disabled]):hover {
  background-color: #31b7bc !important;
  color: white !important;
}

.md-select-label {
  padding-top: 13px !important;
}

.legend-button {
  background-color: rgb(88, 88, 88);
  width: 34px;
  height: 34px;
  margin: 0;
  padding: 0;
  color: rgb(255, 255, 255);
  line-height: 37px;
  z-index: 20;
  min-width: 0;
  border-radius: 50%;
  background-clip: padding-box;
  overflow: hidden;
  vertical-align: middle;
  margin-left: 10px !important;
  text-align: center;
}

.legend-button i {
  font-size: 20px;
}

.signup-container {
  width: 70%;
}

@media (max-width: 767px) {
  .signup-container {
    width: 90%;
  }
}

.signup-container md-input-container {
  width: 100%;
}

.signup-image {
  max-height: 300px;
}

.signup-passwordreq {
  font-size: 12px;
  color: #9F9F9F;
  font-style: italic;
}

.signup-privacy {
  margin-top: 10px;
}

.signup-progress {
  height: 300px;
}

.signup-input {
  padding-bottom: 30px;
  width: 100%;
}

.signup-password {
  width: 100%;
}

.profile-input {
  padding-bottom: 30px;
}

.profile--foto {
  display: inline-block;
}

.profile--foto .profile--logo {
  width: 4em;
  height: 4em;
  border-radius: 3em;
  border-color: rgb(255, 255, 255);
  border-width: 3px;
  border-style: solid;
}

.profile--data {
  color: black;
  display: inline-block;
  margin-left: 0.3em;
  font-size: 13px;
}

.profile-progress {
  height: 300px;
}

md-input-container.md-input-focused label:not(.md-no-float) {
  font-weight: bold;
  font-size: 16px;
  padding-left: 10px;
  margin-bottom: 2px;
  color: #31b7bc !important;
}

@media (max-width: 767px) {
  md-input-container.md-input-focused label:not(.md-no-float) {
    font-size: 15px;
  }
}

.passwordreset-container {
  margin-top: 40px;
  margin-bottom: 160px;
}

@media (max-width: 767px) {
  .passwordreset-container {
    min-height: 60vh;
    margin-bottom: 20px;
  }
}

.passwordreset-container md-input-container {
  min-width: 300px;
}

.login-social-text {
  margin-bottom: 10px;
}

.md-input-container-first {
  margin-top: 20px;
}

.superliga {
  border: 1px solid black;
  border-radius: 4px;
  padding: 5px;
  margin: 15px;
}

@media (max-width: 767px) {
  .superliga {
    border: 1px solid rgb(238, 238, 238);
    box-shadow: 1px 1px rgb(238, 238, 238);
    border-radius: 4px;
    padding: 5px;
    margin: 0;
    margin-top: 15px;
    width: 100%;
    margin-bottom: 15px;
  }
}

.cookies {
  border-top: 1px solid rgba(255, 255, 255, 0.46);
}

.cookies-title {
  text-transform: uppercase;
  font-weight: bolder;
}

@keyframes fadein {
  from {
    opacity: 0;
  }

  to {
    opacity: 0.9;
  }
}

/* Firefox < 16 */

/* Safari, Chrome and Opera > 12.1 */

/* Internet Explorer */

/* Opera < 12.1 */

.overflowtable-container {
  overflow-x: scroll;
  margin: 0px 8px;
}

.overflowtable-content {
  width: 600px;
  margin-bottom: 0px !important;
}

md-menu-content {
  display: -webkit-flex !important;
}

md-card {
  display: -webkit-flex !important;
}

.waitDialog {
  width: 300px;
  background-color: rgba(255, 255, 255, 0.87);
  border-radius: 5px;
  position: absolute;
  top: 56%;
  left: 50%;
  margin-left: -150px;
  height: 150px;
  box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
}

.waitDialog-text {
  margin: 20px 0;
  font-size: 14px;
  font-weight: bolder;
}

.tournament {
  font-size: 16px;
  font-weight: bolder;
}

.captcha p {
  display: inline;
  width: 20px;
  padding: 20px;
}

captcha {
  font-size: 16px;
  font-weight: bolder;
}

.kitLowen-img {
  width: 100vw;
}

@media (max-width: 414px) {
  .kitLowen-img {
    width: 100vw;
  }
}

.noscroll {
  overflow: hidden;
}

.account-notVerified {
  width: 100%;
  background-color: black;
  color: white;
  line-height: 40px;
  padding-left: 20px;
}

.account-notVerified2 {
  width: 100%;
  background-color: black;
  color: white;
  line-height: 40px;
}

@media (max-width: 767px) {
  .form-upload-btn {
    display: none;
  }
}

.form-upload .fileUpload {
  position: relative;
  overflow: hidden;
}

.form-upload .fileUpload input {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: 0;
  padding: 0;
  font-size: 20px;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
}

@media (max-width: 767px) {
  .form-upload .fileUpload input {
    opacity: 1;
    position: relative;
    max-width: 194px;
  }
}

.cropArea {
  background: #E4E4E4;
  overflow: hidden;
  width: 500px;
  height: 350px;
}

.Uploading {
  height: 300px;
}

.Uploading-text {
  font-size: 16px;
  font-weight: 700;
  margin-top: 20px;
}

.Uploading h1 {
  line-height: 26px;
  font-size: 26px;
}

@media (max-width: 767px) {
  .Uploading h1 {
    line-height: 16px;
    font-size: 16px;
  }
}

.Uploading i {
  font-size: 30px;
}

@media (max-width: 767px) {
  .Uploading i {
    font-size: 20px;
  }
}

.Uploading-dialog {
  overflow: hidden;
}

.Uploading-dialog-content {
  width: 400px;
  height: 340px;
  overflow: hidden;
}

@media (max-width: 767px) {
  .Uploading-dialog-content {
    width: 300px;
    height: 400px;
  }
}

.Uploading-dialog-content-result {
  width: 320px;
  height: 240px;
  margin-top: 20px;
}

@media (max-width: 767px) {
  .Uploading-dialog-content-result {
    width: 250px;
    height: 250px;
  }
}

img-crop {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}

/* line 7, ../../source/scss/ng-img-crop.scss */

img-crop canvas {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  outline: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  /* mobile webkit */
}

.md-datepicker {
  max-height: initial;
}

.md-datepicker * {
  outline: 0;
}

.md-datepicker .md-select-label {
  min-width: 90px;
  border: 0 !important;
  padding-bottom: 0px !important;
}

.md-datepicker-week-days,
.md-datepicker-days {
  font-size: 0.75rem;
}

.md-datepicker-week-days .md-button,
.md-datepicker-week-days > *,
.md-datepicker-days .md-button,
.md-datepicker-days > * {
  width: 32px;
  height: 32px;
  margin: 0;
  padding: 0;
  min-width: 0px;
  min-height: 0px;
}

.md-datepicker-monthyear,
.md-datepicker-dow {
  font-size: 0.8125rem;
  min-height: 32px;
}

.md-datepicker-monthyear {
  font-weight: bold;
  width: 100%;
}

.md-datepicker-monthyear .md-button.md-icon-button {
  height: 36px;
  line-height: 36px;
  width: 36px;
}

.md-datepicker-month {
  font-size: 1.5rem;
}

.md-datepicker-day {
  font-size: 4.5rem;
  line-height: 6rem;
}

.md-datepicker-year {
  font-size: 1.5rem;
  margin: 0;
}

.md-datepicker-year .md-select-label {
  padding: 0;
  color: inherit !important;
}

.md-datepicker-date {
  padding: 35px 0;
}

.md-datepicker-calendar {
  margin-left: 10px;
}

.md-datepicker md-dialog-content {
  overflow: hidden;
  padding: 0px;
}

.md-datepicker md-dialog-content > * {
  width: 224px;
}

.md-datepicker.portrait {
  width: 244px;
}

.md-datepicker.portrait .md-datepicker-calendar {
  margin-left: 0;
  text-align: center;
  overflow: auto;
}

.md-datepicker.portrait md-dialog-content > * {
  width: 100%;
}

.md-datepicker.portrait .md-datepicker-date {
  padding: 10px 0;
}

.md-datepicker.portrait .md-datepicker-dow,
.md-datepicker.portrait .md-datepicker-date,
.md-datepicker.portrait .md-datepicker-calendar {
  padding-left: 10px;
  padding-right: 10px;
}

.md-datepicker-days {
  font-size: 1rem;
  max-width: 100%;
}

.md-datepicker-days > * {
  cursor: pointer;
  border-radius: 50%;
}

.md-datepicker-day-marker {
  width: 32px;
  height: 32px;
  border-radius: 50%;
}

.md-datepicker-textbox {
  border: 1px solid #B1AEAE !important;
  border-radius: 4px !important;
  line-height: 32px;
  width: 150px;
  /* padding-left: 10px; */
  text-align: center;
  background-color: #f7f7f7;
}

._md-select-menu-container._md-active {
  z-index: 1000000000000000000;
}

.officialCompetitions {
  border-bottom: 1px solid #ececec;
  margin: 0 15px;
}

.officialCompetitions div > p {
  margin-top: 20px;
  text-align: justify;
  color: #353535;
}

@media (max-width: 767px) {
  .notshowmobile {
    display: none !important;
  }
}

.Presencial {
  margin-top: 20px;
}

.Presencial-Schedule {
  text-transform: uppercase;
  font-size: 16px;
  border-radius: 5px;
  margin: 0 5px;
  border: 1px solid #8e8e8e;
  padding: 0;
  margin: 5px 0 0 0;
}

@media (max-width: 767px) {
  .Presencial-Schedule {
    font-size: 12px;
  }
}

.Presencial-Schedule-Team {
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  margin: 0 2px;
  border-radius: 5px;
  color: white;
  border: 1px solid #8e8e8e;
}

@media (max-width: 767px) {
  .Presencial-Schedule-Team {
    font-size: 12px;
  }
}

.Presencial-Schedule-Team-Local {
  background-color: #253238;
}

.Presencial-Schedule-Team-Visitor {
  background-color: #253238;
}

.Presencial-Schedule-Normal {
  text-align: center;
  font-weight: bolder;
}

.Presencial-Schedule-Negative {
  color: white;
  background-color: #969696;
  text-align: center;
  border-radius: 5px;
  font-weight: bolder;
  margin: 0 2px;
}

.Presencial-Schedule-5Minutes {
  color: white;
  background-color: #9a0e0e;
  text-align: center;
  border-radius: 5px;
  font-weight: bolder;
  margin: 0 5px;
}

.Presencial-Schedule-vs {
  text-align: center;
  font-weight: bolder;
}

.Presencial-Schedule-Warning {
  text-transform: uppercase;
  border: 1px solid #c55b04;
  border-radius: 5px;
  font-size: 16px;
  background-color: #f9e2b9;
  color: black;
  padding: 10px;
  margin: 20px;
  font-weight: bolder;
  text-align: center;
}

@media (max-width: 767px) {
  .Presencial-Schedule-Warning {
    font-size: 12px;
  }
}

.selectedLanguage label {
  color: white !important;
}

.selectedLanguage span {
  color: white !important;
}

.dartboardNumber {
  width: 50px;
  background-color: black;
  color: white;
  text-align: center;
  vertical-align: middle;
  line-height: 68px;
  font-size: 20px;
}