/**
 * LFL main scss
 *
 * @author Olivier Paradis <oparadis@oxent.net>
 * @version 2.0
 */
/**
 * Cache busting variable
 *
 * @author Olivier Paradis <oparadis@oxent.net>
 */
/**
 * Breakable word is a mixin that allows to break words using browser compatibility.
 *
 * @author Olivier Paradis <oparadis@oxent.net>
 */
/**
 * Ellipsis is a mixin that enforces the ellipsis in a sized element.
 *
 * @author Olivier Paradis <oparadis@oxent.net>
 */
/**
 * Aspect ratio keeps a ratio using css only (instead on relying on <img> behavior)
 *
 * @author Olivier Paradis <oparadis@oxent.net>
 */
/**
 * Expand is a mixin that uses flex to force an element to fill the remaining space.
 *
 * @author Olivier Paradis <oparadis@oxent.net>
 */
/**
 * LFL config
 *
 * @author Olivier Paradis <oparadis@oxent.net>
 */
/**
 * Includes all base elements
 */
/**
 * Color definition
 *
 * @author Olivier Paradis <oparadis@oxent.net>
 */
/**
 * typography definition
 *
 * @author Olivier Paradis <oparadis@oxent.net>
 */
/**
 * Spacing definition
 *
 * @author Olivier Paradis <oparadis@oxent.net>
 */
/**
 * Includes all paths
 */
/**
 * Device config provides mainly responsive sizing limited to the device level.
 *
 * @author Olivier Paradis <oparadis@oxent.net>
 */
/**
 * LFL overrides
 *
 * @author Olivier Paradis <oparadis@oxent.net>
 */
a {
  text-decoration: none; }

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address inconsistent styling of `abbr[title]`.
 * 1. Correct styling in Firefox 39 and Opera 12.
 * 2. Correct missing styling in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: 1px dotted;
  text-decoration: none;
  cursor: help; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/**
 * Includes all resetting
 */
iframe {
  margin: 0;
  padding: 0;
  border: 0; }

/**
 * Includes all flex grid styling
 */
/**
 * core ui flexgrid component.
 *
 * Provides a generic way to layout items on a page by using the flexible box layout module (flexbox)
 *
 *
 * @author Olivier Paradis <oparadis@oxent.net>
 * @date   05/02/2016 
 */
/**
 * Grid flex configuration
 */
/**
 * core ui flexgrid component.
 *
 * Provides a generic way to layout items on a page by using the flexible box layout module (flexbox)
 *
 *
 * @author Olivier Paradis <oparadis@oxent.net>
 * @date   05/02/2016 
 */
.grid-flex {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  box-sizing: border-box;
  margin: -0.75rem 0 0 -0.75rem; }
  .grid-flex.horizontal {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .grid-flex.vertical {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-lines: single;
    -moz-box-lines: single;
    box-lines: single;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
  .grid-flex.nowrap {
    -webkit-box-lines: single;
    -moz-box-lines: single;
    box-lines: single;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
  .grid-flex.align-start {
    -webkit-box-pack: start;
    -moz-box-pack: start;
    box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: start; }
  .grid-flex.align-center {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center; }
  .grid-flex.align-end {
    -webkit-box-pack: end;
    -moz-box-pack: end;
    box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    -o-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: end; }
  .grid-flex.align-spread {
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify; }
  .grid-flex.align-around {
    -webkit-box-pack: distribute;
    -moz-box-pack: distribute;
    box-pack: distribute;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    -ms-justify-content: space-around;
    -o-justify-content: space-around;
    justify-content: space-around;
    -ms-flex-pack: distribute; }
  .grid-flex.align-top {
    -webkit-box-align: start;
    -moz-box-align: start;
    box-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -o-align-items: flex-start;
    align-items: flex-start;
    -ms-flex-align: start; }
  .grid-flex.align-middle {
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center; }
  .grid-flex.align-bottom {
    -webkit-box-align: end;
    -moz-box-align: end;
    box-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    -o-align-items: flex-end;
    align-items: flex-end;
    -ms-flex-align: end; }
  .grid-flex.align-baseline {
    -webkit-box-align: baseline;
    -moz-box-align: baseline;
    box-align: baseline;
    -webkit-align-items: baseline;
    -moz-align-items: baseline;
    -ms-align-items: baseline;
    -o-align-items: baseline;
    align-items: baseline;
    -ms-flex-align: baseline; }
  .grid-flex.align-stretch {
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    box-align: stretch;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    -o-align-items: stretch;
    align-items: stretch;
    -ms-flex-align: stretch; }
  .grid-flex > * {
    padding: 0.75rem 0 0 0.75rem; }
  .grid-flex.outer-spacing {
    margin: 0 0.75rem 0.75rem 0; }
  .grid-flex.spaceless {
    margin: 0 0 0 0; }
    .grid-flex.spaceless > * {
      padding: 0 0 0 0; }
    .grid-flex.spaceless.outer-spacing {
      margin: 0 0 0 0; }
  .grid-flex.spacing-tiny {
    margin: -0.25rem 0 0 -0.25rem; }
    .grid-flex.spacing-tiny > * {
      padding: 0.25rem 0 0 0.25rem; }
    .grid-flex.spacing-tiny.outer-spacing {
      margin: 0 0.25rem 0.25rem 0; }
  .grid-flex.spacing-small {
    margin: -0.5rem 0 0 -0.5rem; }
    .grid-flex.spacing-small > * {
      padding: 0.5rem 0 0 0.5rem; }
    .grid-flex.spacing-small.outer-spacing {
      margin: 0 0.5rem 0.5rem 0; }
  .grid-flex.spacing-medium {
    margin: -0.75rem 0 0 -0.75rem; }
    .grid-flex.spacing-medium > * {
      padding: 0.75rem 0 0 0.75rem; }
    .grid-flex.spacing-medium.outer-spacing {
      margin: 0 0.75rem 0.75rem 0; }
  .grid-flex.spacing-large {
    margin: -1.25rem 0 0 -1.25rem; }
    .grid-flex.spacing-large > * {
      padding: 1.25rem 0 0 1.25rem; }
    .grid-flex.spacing-large.outer-spacing {
      margin: 0 1.25rem 1.25rem 0; }
  .grid-flex.spacing-huge {
    margin: -2.5rem 0 0 -2.5rem; }
    .grid-flex.spacing-huge > * {
      padding: 2.5rem 0 0 2.5rem; }
    .grid-flex.spacing-huge.outer-spacing {
      margin: 0 2.5rem 2.5rem 0; }
  .grid-flex.spacing-one {
    margin: -1px 0 0 -1px; }
    .grid-flex.spacing-one > * {
      padding: 1px 0 0 1px; }
    .grid-flex.spacing-one.outer-spacing {
      margin: 0 1px 1px 0; }
  .grid-flex.spacing-none {
    margin: 0 0 0 0; }
    .grid-flex.spacing-none > * {
      padding: 0 0 0 0; }
    .grid-flex.spacing-none.outer-spacing {
      margin: 0 0 0 0; }
  .grid-flex.expand {
    height: calc(100% + 0.75rem) !important; }
    .grid-flex.expand.spaceless {
      height: calc(100% + 0px) !important; }
    .grid-flex.expand.spacing-tiny {
      height: calc(100% + 0.25rem) !important; }
    .grid-flex.expand.spacing-small {
      height: calc(100% + 0.5rem) !important; }
    .grid-flex.expand.spacing-medium {
      height: calc(100% + 0.75rem) !important; }
    .grid-flex.expand.spacing-large {
      height: calc(100% + 1.25rem) !important; }
    .grid-flex.expand.spacing-huge {
      height: calc(100% + 2.5rem) !important; }
    .grid-flex.expand.spacing-one {
      height: calc(100% + 1px) !important; }
    .grid-flex.expand.spacing-none {
      height: calc(100% + 0) !important; }
  .grid-flex.vertical > * {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto; }
  .grid-flex > *, .grid-flex.horizontal > * {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 1 0%;
    -moz-flex: 1 1 0%;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
    min-width: 0; }
  .grid-flex.disable-spacing-left > * {
    padding-left: 0; }
  .grid-flex.disable-spacing-right > * {
    padding-right: 0; }
  .grid-flex.disable-spacing-top > * {
    padding-top: 0; }
  .grid-flex.disable-spacing-bottom > * {
    padding-bottom: 0; }
  .grid-flex.vertical > .push-start {
    margin-bottom: auto; }
  .grid-flex.vertical > .push-end {
    margin-top: auto; }
  .grid-flex:not(.vertical) > .push-start {
    margin-right: auto; }
  .grid-flex:not(.vertical) > .push-end {
    margin-left: auto; }
  .grid-flex > * {
    box-sizing: border-box; }
    .grid-flex > *.size-content {
      -webkit-box-flex: 0;
      -moz-box-flex: 0;
      box-flex: 0;
      -webkit-flex: 0 0 auto;
      -moz-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      min-width: initial; }
    .grid-flex > *.size-full {
      -webkit-box-flex: 0;
      -moz-box-flex: 0;
      box-flex: 0;
      -webkit-flex: 0 0 100%;
      -moz-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      min-width: 100%; }
    .grid-flex > *.size-1-of-2 {
      -webkit-box-flex: 0;
      -moz-box-flex: 0;
      box-flex: 0;
      -webkit-flex: 0 0 50%;
      -moz-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      min-width: 50%; }
    .grid-flex > *.size-2-of-2 {
      -webkit-box-flex: 0;
      -moz-box-flex: 0;
      box-flex: 0;
      -webkit-flex: 0 0 100%;
      -moz-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      min-width: 100%; }
    .grid-flex > *.size-1-of-3 {
      -webkit-box-flex: 0;
      -moz-box-flex: 0;
      box-flex: 0;
      -webkit-flex: 0 0 33.33333%;
      -moz-flex: 0 0 33.33333%;
      -ms-flex: 0 0 33.33333%;
      flex: 0 0 33.33333%;
      min-width: 33.33333%; }
    .grid-flex > *.size-2-of-3 {
      -webkit-box-flex: 0;
      -moz-box-flex: 0;
      box-flex: 0;
      -webkit-flex: 0 0 66.66667%;
      -moz-flex: 0 0 66.66667%;
      -ms-flex: 0 0 66.66667%;
      flex: 0 0 66.66667%;
      min-width: 66.66667%; }
    .grid-flex > *.size-3-of-3 {
      -webkit-box-flex: 0;
      -moz-box-flex: 0;
      box-flex: 0;
      -webkit-flex: 0 0 100%;
      -moz-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      min-width: 100%; }
    .grid-flex > *.size-1-of-4 {
      -webkit-box-flex: 0;
      -moz-box-flex: 0;
      box-flex: 0;
      -webkit-flex: 0 0 25%;
      -moz-flex: 0 0 25%;
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      min-width: 25%; }
    .grid-flex > *.size-2-of-4 {
      -webkit-box-flex: 0;
      -moz-box-flex: 0;
      box-flex: 0;
      -webkit-flex: 0 0 50%;
      -moz-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      min-width: 50%; }
    .grid-flex > *.size-3-of-4 {
      -webkit-box-flex: 0;
      -moz-box-flex: 0;
      box-flex: 0;
      -webkit-flex: 0 0 75%;
      -moz-flex: 0 0 75%;
      -ms-flex: 0 0 75%;
      flex: 0 0 75%;
      min-width: 75%; }
    .grid-flex > *.size-4-of-4 {
      -webkit-box-flex: 0;
      -moz-box-flex: 0;
      box-flex: 0;
      -webkit-flex: 0 0 100%;
      -moz-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      min-width: 100%; }
    .grid-flex > *.size-1-of-5 {
      -webkit-box-flex: 0;
      -moz-box-flex: 0;
      box-flex: 0;
      -webkit-flex: 0 0 20%;
      -moz-flex: 0 0 20%;
      -ms-flex: 0 0 20%;
      flex: 0 0 20%;
      min-width: 20%; }
    .grid-flex > *.size-2-of-5 {
      -webkit-box-flex: 0;
      -moz-box-flex: 0;
      box-flex: 0;
      -webkit-flex: 0 0 40%;
      -moz-flex: 0 0 40%;
      -ms-flex: 0 0 40%;
      flex: 0 0 40%;
      min-width: 40%; }
    .grid-flex > *.size-3-of-5 {
      -webkit-box-flex: 0;
      -moz-box-flex: 0;
      box-flex: 0;
      -webkit-flex: 0 0 60%;
      -moz-flex: 0 0 60%;
      -ms-flex: 0 0 60%;
      flex: 0 0 60%;
      min-width: 60%; }
    .grid-flex > *.size-4-of-5 {
      -webkit-box-flex: 0;
      -moz-box-flex: 0;
      box-flex: 0;
      -webkit-flex: 0 0 80%;
      -moz-flex: 0 0 80%;
      -ms-flex: 0 0 80%;
      flex: 0 0 80%;
      min-width: 80%; }
    .grid-flex > *.size-5-of-5 {
      -webkit-box-flex: 0;
      -moz-box-flex: 0;
      box-flex: 0;
      -webkit-flex: 0 0 100%;
      -moz-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      min-width: 100%; }
    .grid-flex > *.size-1-of-6 {
      -webkit-box-flex: 0;
      -moz-box-flex: 0;
      box-flex: 0;
      -webkit-flex: 0 0 16.66667%;
      -moz-flex: 0 0 16.66667%;
      -ms-flex: 0 0 16.66667%;
      flex: 0 0 16.66667%;
      min-width: 16.66667%; }
    .grid-flex > *.size-2-of-6 {
      -webkit-box-flex: 0;
      -moz-box-flex: 0;
      box-flex: 0;
      -webkit-flex: 0 0 33.33333%;
      -moz-flex: 0 0 33.33333%;
      -ms-flex: 0 0 33.33333%;
      flex: 0 0 33.33333%;
      min-width: 33.33333%; }
    .grid-flex > *.size-3-of-6 {
      -webkit-box-flex: 0;
      -moz-box-flex: 0;
      box-flex: 0;
      -webkit-flex: 0 0 50%;
      -moz-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      min-width: 50%; }
    .grid-flex > *.size-4-of-6 {
      -webkit-box-flex: 0;
      -moz-box-flex: 0;
      box-flex: 0;
      -webkit-flex: 0 0 66.66667%;
      -moz-flex: 0 0 66.66667%;
      -ms-flex: 0 0 66.66667%;
      flex: 0 0 66.66667%;
      min-width: 66.66667%; }
    .grid-flex > *.size-5-of-6 {
      -webkit-box-flex: 0;
      -moz-box-flex: 0;
      box-flex: 0;
      -webkit-flex: 0 0 83.33333%;
      -moz-flex: 0 0 83.33333%;
      -ms-flex: 0 0 83.33333%;
      flex: 0 0 83.33333%;
      min-width: 83.33333%; }
    .grid-flex > *.size-6-of-6 {
      -webkit-box-flex: 0;
      -moz-box-flex: 0;
      box-flex: 0;
      -webkit-flex: 0 0 100%;
      -moz-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      min-width: 100%; }
    .grid-flex > *.size-1-of-7 {
      -webkit-box-flex: 0;
      -moz-box-flex: 0;
      box-flex: 0;
      -webkit-flex: 0 0 14.28571%;
      -moz-flex: 0 0 14.28571%;
      -ms-flex: 0 0 14.28571%;
      flex: 0 0 14.28571%;
      min-width: 14.28571%; }
    .grid-flex > *.size-2-of-7 {
      -webkit-box-flex: 0;
      -moz-box-flex: 0;
      box-flex: 0;
      -webkit-flex: 0 0 28.57143%;
      -moz-flex: 0 0 28.57143%;
      -ms-flex: 0 0 28.57143%;
      flex: 0 0 28.57143%;
      min-width: 28.57143%; }
    .grid-flex > *.size-3-of-7 {
      -webkit-box-flex: 0;
      -moz-box-flex: 0;
      box-flex: 0;
      -webkit-flex: 0 0 42.85714%;
      -moz-flex: 0 0 42.85714%;
      -ms-flex: 0 0 42.85714%;
      flex: 0 0 42.85714%;
      min-width: 42.85714%; }
    .grid-flex > *.size-4-of-7 {
      -webkit-box-flex: 0;
      -moz-box-flex: 0;
      box-flex: 0;
      -webkit-flex: 0 0 57.14286%;
      -moz-flex: 0 0 57.14286%;
      -ms-flex: 0 0 57.14286%;
      flex: 0 0 57.14286%;
      min-width: 57.14286%; }
    .grid-flex > *.size-5-of-7 {
      -webkit-box-flex: 0;
      -moz-box-flex: 0;
      box-flex: 0;
      -webkit-flex: 0 0 71.42857%;
      -moz-flex: 0 0 71.42857%;
      -ms-flex: 0 0 71.42857%;
      flex: 0 0 71.42857%;
      min-width: 71.42857%; }
    .grid-flex > *.size-6-of-7 {
      -webkit-box-flex: 0;
      -moz-box-flex: 0;
      box-flex: 0;
      -webkit-flex: 0 0 85.71429%;
      -moz-flex: 0 0 85.71429%;
      -ms-flex: 0 0 85.71429%;
      flex: 0 0 85.71429%;
      min-width: 85.71429%; }
    .grid-flex > *.size-7-of-7 {
      -webkit-box-flex: 0;
      -moz-box-flex: 0;
      box-flex: 0;
      -webkit-flex: 0 0 100%;
      -moz-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      min-width: 100%; }
    .grid-flex > *.size-1-of-8 {
      -webkit-box-flex: 0;
      -moz-box-flex: 0;
      box-flex: 0;
      -webkit-flex: 0 0 12.5%;
      -moz-flex: 0 0 12.5%;
      -ms-flex: 0 0 12.5%;
      flex: 0 0 12.5%;
      min-width: 12.5%; }
    .grid-flex > *.size-2-of-8 {
      -webkit-box-flex: 0;
      -moz-box-flex: 0;
      box-flex: 0;
      -webkit-flex: 0 0 25%;
      -moz-flex: 0 0 25%;
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      min-width: 25%; }
    .grid-flex > *.size-3-of-8 {
      -webkit-box-flex: 0;
      -moz-box-flex: 0;
      box-flex: 0;
      -webkit-flex: 0 0 37.5%;
      -moz-flex: 0 0 37.5%;
      -ms-flex: 0 0 37.5%;
      flex: 0 0 37.5%;
      min-width: 37.5%; }
    .grid-flex > *.size-4-of-8 {
      -webkit-box-flex: 0;
      -moz-box-flex: 0;
      box-flex: 0;
      -webkit-flex: 0 0 50%;
      -moz-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      min-width: 50%; }
    .grid-flex > *.size-5-of-8 {
      -webkit-box-flex: 0;
      -moz-box-flex: 0;
      box-flex: 0;
      -webkit-flex: 0 0 62.5%;
      -moz-flex: 0 0 62.5%;
      -ms-flex: 0 0 62.5%;
      flex: 0 0 62.5%;
      min-width: 62.5%; }
    .grid-flex > *.size-6-of-8 {
      -webkit-box-flex: 0;
      -moz-box-flex: 0;
      box-flex: 0;
      -webkit-flex: 0 0 75%;
      -moz-flex: 0 0 75%;
      -ms-flex: 0 0 75%;
      flex: 0 0 75%;
      min-width: 75%; }
    .grid-flex > *.size-7-of-8 {
      -webkit-box-flex: 0;
      -moz-box-flex: 0;
      box-flex: 0;
      -webkit-flex: 0 0 87.5%;
      -moz-flex: 0 0 87.5%;
      -ms-flex: 0 0 87.5%;
      flex: 0 0 87.5%;
      min-width: 87.5%; }
    .grid-flex > *.size-8-of-8 {
      -webkit-box-flex: 0;
      -moz-box-flex: 0;
      box-flex: 0;
      -webkit-flex: 0 0 100%;
      -moz-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      min-width: 100%; }
    .grid-flex > *.size-1-of-9 {
      -webkit-box-flex: 0;
      -moz-box-flex: 0;
      box-flex: 0;
      -webkit-flex: 0 0 11.11111%;
      -moz-flex: 0 0 11.11111%;
      -ms-flex: 0 0 11.11111%;
      flex: 0 0 11.11111%;
      min-width: 11.11111%; }
    .grid-flex > *.size-2-of-9 {
      -webkit-box-flex: 0;
      -moz-box-flex: 0;
      box-flex: 0;
      -webkit-flex: 0 0 22.22222%;
      -moz-flex: 0 0 22.22222%;
      -ms-flex: 0 0 22.22222%;
      flex: 0 0 22.22222%;
      min-width: 22.22222%; }
    .grid-flex > *.size-3-of-9 {
      -webkit-box-flex: 0;
      -moz-box-flex: 0;
      box-flex: 0;
      -webkit-flex: 0 0 33.33333%;
      -moz-flex: 0 0 33.33333%;
      -ms-flex: 0 0 33.33333%;
      flex: 0 0 33.33333%;
      min-width: 33.33333%; }
    .grid-flex > *.size-4-of-9 {
      -webkit-box-flex: 0;
      -moz-box-flex: 0;
      box-flex: 0;
      -webkit-flex: 0 0 44.44444%;
      -moz-flex: 0 0 44.44444%;
      -ms-flex: 0 0 44.44444%;
      flex: 0 0 44.44444%;
      min-width: 44.44444%; }
    .grid-flex > *.size-5-of-9 {
      -webkit-box-flex: 0;
      -moz-box-flex: 0;
      box-flex: 0;
      -webkit-flex: 0 0 55.55556%;
      -moz-flex: 0 0 55.55556%;
      -ms-flex: 0 0 55.55556%;
      flex: 0 0 55.55556%;
      min-width: 55.55556%; }
    .grid-flex > *.size-6-of-9 {
      -webkit-box-flex: 0;
      -moz-box-flex: 0;
      box-flex: 0;
      -webkit-flex: 0 0 66.66667%;
      -moz-flex: 0 0 66.66667%;
      -ms-flex: 0 0 66.66667%;
      flex: 0 0 66.66667%;
      min-width: 66.66667%; }
    .grid-flex > *.size-7-of-9 {
      -webkit-box-flex: 0;
      -moz-box-flex: 0;
      box-flex: 0;
      -webkit-flex: 0 0 77.77778%;
      -moz-flex: 0 0 77.77778%;
      -ms-flex: 0 0 77.77778%;
      flex: 0 0 77.77778%;
      min-width: 77.77778%; }
    .grid-flex > *.size-8-of-9 {
      -webkit-box-flex: 0;
      -moz-box-flex: 0;
      box-flex: 0;
      -webkit-flex: 0 0 88.88889%;
      -moz-flex: 0 0 88.88889%;
      -ms-flex: 0 0 88.88889%;
      flex: 0 0 88.88889%;
      min-width: 88.88889%; }
    .grid-flex > *.size-9-of-9 {
      -webkit-box-flex: 0;
      -moz-box-flex: 0;
      box-flex: 0;
      -webkit-flex: 0 0 100%;
      -moz-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      min-width: 100%; }
    .grid-flex > *.size-1-of-10 {
      -webkit-box-flex: 0;
      -moz-box-flex: 0;
      box-flex: 0;
      -webkit-flex: 0 0 10%;
      -moz-flex: 0 0 10%;
      -ms-flex: 0 0 10%;
      flex: 0 0 10%;
      min-width: 10%; }
    .grid-flex > *.size-2-of-10 {
      -webkit-box-flex: 0;
      -moz-box-flex: 0;
      box-flex: 0;
      -webkit-flex: 0 0 20%;
      -moz-flex: 0 0 20%;
      -ms-flex: 0 0 20%;
      flex: 0 0 20%;
      min-width: 20%; }
    .grid-flex > *.size-3-of-10 {
      -webkit-box-flex: 0;
      -moz-box-flex: 0;
      box-flex: 0;
      -webkit-flex: 0 0 30%;
      -moz-flex: 0 0 30%;
      -ms-flex: 0 0 30%;
      flex: 0 0 30%;
      min-width: 30%; }
    .grid-flex > *.size-4-of-10 {
      -webkit-box-flex: 0;
      -moz-box-flex: 0;
      box-flex: 0;
      -webkit-flex: 0 0 40%;
      -moz-flex: 0 0 40%;
      -ms-flex: 0 0 40%;
      flex: 0 0 40%;
      min-width: 40%; }
    .grid-flex > *.size-5-of-10 {
      -webkit-box-flex: 0;
      -moz-box-flex: 0;
      box-flex: 0;
      -webkit-flex: 0 0 50%;
      -moz-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      min-width: 50%; }
    .grid-flex > *.size-6-of-10 {
      -webkit-box-flex: 0;
      -moz-box-flex: 0;
      box-flex: 0;
      -webkit-flex: 0 0 60%;
      -moz-flex: 0 0 60%;
      -ms-flex: 0 0 60%;
      flex: 0 0 60%;
      min-width: 60%; }
    .grid-flex > *.size-7-of-10 {
      -webkit-box-flex: 0;
      -moz-box-flex: 0;
      box-flex: 0;
      -webkit-flex: 0 0 70%;
      -moz-flex: 0 0 70%;
      -ms-flex: 0 0 70%;
      flex: 0 0 70%;
      min-width: 70%; }
    .grid-flex > *.size-8-of-10 {
      -webkit-box-flex: 0;
      -moz-box-flex: 0;
      box-flex: 0;
      -webkit-flex: 0 0 80%;
      -moz-flex: 0 0 80%;
      -ms-flex: 0 0 80%;
      flex: 0 0 80%;
      min-width: 80%; }
    .grid-flex > *.size-9-of-10 {
      -webkit-box-flex: 0;
      -moz-box-flex: 0;
      box-flex: 0;
      -webkit-flex: 0 0 90%;
      -moz-flex: 0 0 90%;
      -ms-flex: 0 0 90%;
      flex: 0 0 90%;
      min-width: 90%; }
    .grid-flex > *.size-10-of-10 {
      -webkit-box-flex: 0;
      -moz-box-flex: 0;
      box-flex: 0;
      -webkit-flex: 0 0 100%;
      -moz-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      min-width: 100%; }
    .grid-flex > *.size-1-of-11 {
      -webkit-box-flex: 0;
      -moz-box-flex: 0;
      box-flex: 0;
      -webkit-flex: 0 0 9.09091%;
      -moz-flex: 0 0 9.09091%;
      -ms-flex: 0 0 9.09091%;
      flex: 0 0 9.09091%;
      min-width: 9.09091%; }
    .grid-flex > *.size-2-of-11 {
      -webkit-box-flex: 0;
      -moz-box-flex: 0;
      box-flex: 0;
      -webkit-flex: 0 0 18.18182%;
      -moz-flex: 0 0 18.18182%;
      -ms-flex: 0 0 18.18182%;
      flex: 0 0 18.18182%;
      min-width: 18.18182%; }
    .grid-flex > *.size-3-of-11 {
      -webkit-box-flex: 0;
      -moz-box-flex: 0;
      box-flex: 0;
      -webkit-flex: 0 0 27.27273%;
      -moz-flex: 0 0 27.27273%;
      -ms-flex: 0 0 27.27273%;
      flex: 0 0 27.27273%;
      min-width: 27.27273%; }
    .grid-flex > *.size-4-of-11 {
      -webkit-box-flex: 0;
      -moz-box-flex: 0;
      box-flex: 0;
      -webkit-flex: 0 0 36.36364%;
      -moz-flex: 0 0 36.36364%;
      -ms-flex: 0 0 36.36364%;
      flex: 0 0 36.36364%;
      min-width: 36.36364%; }
    .grid-flex > *.size-5-of-11 {
      -webkit-box-flex: 0;
      -moz-box-flex: 0;
      box-flex: 0;
      -webkit-flex: 0 0 45.45455%;
      -moz-flex: 0 0 45.45455%;
      -ms-flex: 0 0 45.45455%;
      flex: 0 0 45.45455%;
      min-width: 45.45455%; }
    .grid-flex > *.size-6-of-11 {
      -webkit-box-flex: 0;
      -moz-box-flex: 0;
      box-flex: 0;
      -webkit-flex: 0 0 54.54545%;
      -moz-flex: 0 0 54.54545%;
      -ms-flex: 0 0 54.54545%;
      flex: 0 0 54.54545%;
      min-width: 54.54545%; }
    .grid-flex > *.size-7-of-11 {
      -webkit-box-flex: 0;
      -moz-box-flex: 0;
      box-flex: 0;
      -webkit-flex: 0 0 63.63636%;
      -moz-flex: 0 0 63.63636%;
      -ms-flex: 0 0 63.63636%;
      flex: 0 0 63.63636%;
      min-width: 63.63636%; }
    .grid-flex > *.size-8-of-11 {
      -webkit-box-flex: 0;
      -moz-box-flex: 0;
      box-flex: 0;
      -webkit-flex: 0 0 72.72727%;
      -moz-flex: 0 0 72.72727%;
      -ms-flex: 0 0 72.72727%;
      flex: 0 0 72.72727%;
      min-width: 72.72727%; }
    .grid-flex > *.size-9-of-11 {
      -webkit-box-flex: 0;
      -moz-box-flex: 0;
      box-flex: 0;
      -webkit-flex: 0 0 81.81818%;
      -moz-flex: 0 0 81.81818%;
      -ms-flex: 0 0 81.81818%;
      flex: 0 0 81.81818%;
      min-width: 81.81818%; }
    .grid-flex > *.size-10-of-11 {
      -webkit-box-flex: 0;
      -moz-box-flex: 0;
      box-flex: 0;
      -webkit-flex: 0 0 90.90909%;
      -moz-flex: 0 0 90.90909%;
      -ms-flex: 0 0 90.90909%;
      flex: 0 0 90.90909%;
      min-width: 90.90909%; }
    .grid-flex > *.size-11-of-11 {
      -webkit-box-flex: 0;
      -moz-box-flex: 0;
      box-flex: 0;
      -webkit-flex: 0 0 100%;
      -moz-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      min-width: 100%; }
    .grid-flex > *.size-1-of-12 {
      -webkit-box-flex: 0;
      -moz-box-flex: 0;
      box-flex: 0;
      -webkit-flex: 0 0 8.33333%;
      -moz-flex: 0 0 8.33333%;
      -ms-flex: 0 0 8.33333%;
      flex: 0 0 8.33333%;
      min-width: 8.33333%; }
    .grid-flex > *.size-2-of-12 {
      -webkit-box-flex: 0;
      -moz-box-flex: 0;
      box-flex: 0;
      -webkit-flex: 0 0 16.66667%;
      -moz-flex: 0 0 16.66667%;
      -ms-flex: 0 0 16.66667%;
      flex: 0 0 16.66667%;
      min-width: 16.66667%; }
    .grid-flex > *.size-3-of-12 {
      -webkit-box-flex: 0;
      -moz-box-flex: 0;
      box-flex: 0;
      -webkit-flex: 0 0 25%;
      -moz-flex: 0 0 25%;
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      min-width: 25%; }
    .grid-flex > *.size-4-of-12 {
      -webkit-box-flex: 0;
      -moz-box-flex: 0;
      box-flex: 0;
      -webkit-flex: 0 0 33.33333%;
      -moz-flex: 0 0 33.33333%;
      -ms-flex: 0 0 33.33333%;
      flex: 0 0 33.33333%;
      min-width: 33.33333%; }
    .grid-flex > *.size-5-of-12 {
      -webkit-box-flex: 0;
      -moz-box-flex: 0;
      box-flex: 0;
      -webkit-flex: 0 0 41.66667%;
      -moz-flex: 0 0 41.66667%;
      -ms-flex: 0 0 41.66667%;
      flex: 0 0 41.66667%;
      min-width: 41.66667%; }
    .grid-flex > *.size-6-of-12 {
      -webkit-box-flex: 0;
      -moz-box-flex: 0;
      box-flex: 0;
      -webkit-flex: 0 0 50%;
      -moz-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      min-width: 50%; }
    .grid-flex > *.size-7-of-12 {
      -webkit-box-flex: 0;
      -moz-box-flex: 0;
      box-flex: 0;
      -webkit-flex: 0 0 58.33333%;
      -moz-flex: 0 0 58.33333%;
      -ms-flex: 0 0 58.33333%;
      flex: 0 0 58.33333%;
      min-width: 58.33333%; }
    .grid-flex > *.size-8-of-12 {
      -webkit-box-flex: 0;
      -moz-box-flex: 0;
      box-flex: 0;
      -webkit-flex: 0 0 66.66667%;
      -moz-flex: 0 0 66.66667%;
      -ms-flex: 0 0 66.66667%;
      flex: 0 0 66.66667%;
      min-width: 66.66667%; }
    .grid-flex > *.size-9-of-12 {
      -webkit-box-flex: 0;
      -moz-box-flex: 0;
      box-flex: 0;
      -webkit-flex: 0 0 75%;
      -moz-flex: 0 0 75%;
      -ms-flex: 0 0 75%;
      flex: 0 0 75%;
      min-width: 75%; }
    .grid-flex > *.size-10-of-12 {
      -webkit-box-flex: 0;
      -moz-box-flex: 0;
      box-flex: 0;
      -webkit-flex: 0 0 83.33333%;
      -moz-flex: 0 0 83.33333%;
      -ms-flex: 0 0 83.33333%;
      flex: 0 0 83.33333%;
      min-width: 83.33333%; }
    .grid-flex > *.size-11-of-12 {
      -webkit-box-flex: 0;
      -moz-box-flex: 0;
      box-flex: 0;
      -webkit-flex: 0 0 91.66667%;
      -moz-flex: 0 0 91.66667%;
      -ms-flex: 0 0 91.66667%;
      flex: 0 0 91.66667%;
      min-width: 91.66667%; }
    .grid-flex > *.size-12-of-12 {
      -webkit-box-flex: 0;
      -moz-box-flex: 0;
      box-flex: 0;
      -webkit-flex: 0 0 100%;
      -moz-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      min-width: 100%; }
    .grid-flex > *.weight-1 {
      -webkit-box-flex: 1;
      -moz-box-flex: 1;
      box-flex: 1;
      -webkit-flex: 1;
      -moz-flex: 1;
      -ms-flex: 1;
      flex: 1;
      min-width: initial; }
    .grid-flex > *.weight-2 {
      -webkit-box-flex: 2;
      -moz-box-flex: 2;
      box-flex: 2;
      -webkit-flex: 2;
      -moz-flex: 2;
      -ms-flex: 2;
      flex: 2;
      min-width: initial; }
    .grid-flex > *.weight-3 {
      -webkit-box-flex: 3;
      -moz-box-flex: 3;
      box-flex: 3;
      -webkit-flex: 3;
      -moz-flex: 3;
      -ms-flex: 3;
      flex: 3;
      min-width: initial; }
    .grid-flex > *.weight-4 {
      -webkit-box-flex: 4;
      -moz-box-flex: 4;
      box-flex: 4;
      -webkit-flex: 4;
      -moz-flex: 4;
      -ms-flex: 4;
      flex: 4;
      min-width: initial; }
    .grid-flex > *.weight-5 {
      -webkit-box-flex: 5;
      -moz-box-flex: 5;
      box-flex: 5;
      -webkit-flex: 5;
      -moz-flex: 5;
      -ms-flex: 5;
      flex: 5;
      min-width: initial; }
    .grid-flex > *.weight-6 {
      -webkit-box-flex: 6;
      -moz-box-flex: 6;
      box-flex: 6;
      -webkit-flex: 6;
      -moz-flex: 6;
      -ms-flex: 6;
      flex: 6;
      min-width: initial; }
    .grid-flex > *.weight-7 {
      -webkit-box-flex: 7;
      -moz-box-flex: 7;
      box-flex: 7;
      -webkit-flex: 7;
      -moz-flex: 7;
      -ms-flex: 7;
      flex: 7;
      min-width: initial; }
    .grid-flex > *.weight-8 {
      -webkit-box-flex: 8;
      -moz-box-flex: 8;
      box-flex: 8;
      -webkit-flex: 8;
      -moz-flex: 8;
      -ms-flex: 8;
      flex: 8;
      min-width: initial; }
    .grid-flex > *.weight-9 {
      -webkit-box-flex: 9;
      -moz-box-flex: 9;
      box-flex: 9;
      -webkit-flex: 9;
      -moz-flex: 9;
      -ms-flex: 9;
      flex: 9;
      min-width: initial; }
    .grid-flex > *.weight-10 {
      -webkit-box-flex: 10;
      -moz-box-flex: 10;
      box-flex: 10;
      -webkit-flex: 10;
      -moz-flex: 10;
      -ms-flex: 10;
      flex: 10;
      min-width: initial; }
    .grid-flex > *.weight-11 {
      -webkit-box-flex: 11;
      -moz-box-flex: 11;
      box-flex: 11;
      -webkit-flex: 11;
      -moz-flex: 11;
      -ms-flex: 11;
      flex: 11;
      min-width: initial; }
    .grid-flex > *.weight-12 {
      -webkit-box-flex: 12;
      -moz-box-flex: 12;
      box-flex: 12;
      -webkit-flex: 12;
      -moz-flex: 12;
      -ms-flex: 12;
      flex: 12;
      min-width: initial; }
    .grid-flex > *.size-expand {
      display: flex;
      flex-direction: row;
      justify-content: flex-start;
      /* align items in Main Axis */
      align-items: stretch;
      /* align items in Cross Axis */
      align-content: stretch;
      /* Extra space in Cross Axis */ }
    .grid-flex > *.order-1 {
      -webkit-box-ordinal-group: 1;
      -moz-box-ordinal-group: 1;
      box-ordinal-group: 1;
      -webkit-order: 1;
      -moz-order: 1;
      order: 1;
      -ms-flex-order: 1; }
    .grid-flex > *.order-2 {
      -webkit-box-ordinal-group: 2;
      -moz-box-ordinal-group: 2;
      box-ordinal-group: 2;
      -webkit-order: 2;
      -moz-order: 2;
      order: 2;
      -ms-flex-order: 2; }
    .grid-flex > *.order-3 {
      -webkit-box-ordinal-group: 3;
      -moz-box-ordinal-group: 3;
      box-ordinal-group: 3;
      -webkit-order: 3;
      -moz-order: 3;
      order: 3;
      -ms-flex-order: 3; }
    .grid-flex > *.order-4 {
      -webkit-box-ordinal-group: 4;
      -moz-box-ordinal-group: 4;
      box-ordinal-group: 4;
      -webkit-order: 4;
      -moz-order: 4;
      order: 4;
      -ms-flex-order: 4; }
    .grid-flex > *.order-5 {
      -webkit-box-ordinal-group: 5;
      -moz-box-ordinal-group: 5;
      box-ordinal-group: 5;
      -webkit-order: 5;
      -moz-order: 5;
      order: 5;
      -ms-flex-order: 5; }
    .grid-flex > *.order-6 {
      -webkit-box-ordinal-group: 6;
      -moz-box-ordinal-group: 6;
      box-ordinal-group: 6;
      -webkit-order: 6;
      -moz-order: 6;
      order: 6;
      -ms-flex-order: 6; }
    .grid-flex > *.order-7 {
      -webkit-box-ordinal-group: 7;
      -moz-box-ordinal-group: 7;
      box-ordinal-group: 7;
      -webkit-order: 7;
      -moz-order: 7;
      order: 7;
      -ms-flex-order: 7; }
    .grid-flex > *.order-8 {
      -webkit-box-ordinal-group: 8;
      -moz-box-ordinal-group: 8;
      box-ordinal-group: 8;
      -webkit-order: 8;
      -moz-order: 8;
      order: 8;
      -ms-flex-order: 8; }
    .grid-flex > *.order-9 {
      -webkit-box-ordinal-group: 9;
      -moz-box-ordinal-group: 9;
      box-ordinal-group: 9;
      -webkit-order: 9;
      -moz-order: 9;
      order: 9;
      -ms-flex-order: 9; }
    .grid-flex > *.order-10 {
      -webkit-box-ordinal-group: 10;
      -moz-box-ordinal-group: 10;
      box-ordinal-group: 10;
      -webkit-order: 10;
      -moz-order: 10;
      order: 10;
      -ms-flex-order: 10; }
    .grid-flex > *.order-11 {
      -webkit-box-ordinal-group: 11;
      -moz-box-ordinal-group: 11;
      box-ordinal-group: 11;
      -webkit-order: 11;
      -moz-order: 11;
      order: 11;
      -ms-flex-order: 11; }
    .grid-flex > *.order-12 {
      -webkit-box-ordinal-group: 12;
      -moz-box-ordinal-group: 12;
      box-ordinal-group: 12;
      -webkit-order: 12;
      -moz-order: 12;
      order: 12;
      -ms-flex-order: 12; }
    .grid-flex > *.scrollable {
      overflow-y: auto; }
    .grid-flex > *.show {
      display: block; }
    .grid-flex > *.hide {
      display: none; }
    .grid-flex > *.align-top {
      -webkit-align-self: flex-start;
      -moz-align-self: flex-start;
      align-self: flex-start;
      -ms-flex-item-align: start; }
    .grid-flex > *.align-middle {
      -webkit-align-self: center;
      -moz-align-self: center;
      align-self: center;
      -ms-flex-item-align: center; }
    .grid-flex > *.align-bottom {
      -webkit-align-self: flex-end;
      -moz-align-self: flex-end;
      align-self: flex-end;
      -ms-flex-item-align: end; }
    .grid-flex > *.align-baseline {
      -webkit-align-self: baseline;
      -moz-align-self: baseline;
      align-self: baseline;
      -ms-flex-item-align: baseline; }
    .grid-flex > *.align-stretch {
      -webkit-align-self: stretch;
      -moz-align-self: stretch;
      align-self: stretch;
      -ms-flex-item-align: stretch; }
    .grid-flex > *.text-align-left {
      text-align: left; }
    .grid-flex > *.text-align-center {
      text-align: center; }
    .grid-flex > *.text-align-right {
      text-align: right; }
    .grid-flex > *.no-overflow {
      overflow: hidden; }
    .grid-flex > * .expand {
      height: 100%;
      box-sizing: border-box; }

@media (max-width: 600px) {
  .grid-flex > .mobile-size-content {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    min-width: initial; }
  .grid-flex > .mobile-size-full {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    min-width: 100%; }
  .grid-flex > .mobile-size-1-of-2 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 50%;
    -moz-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    min-width: 50%; }
  .grid-flex > .mobile-size-2-of-2 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    min-width: 100%; }
  .grid-flex > .mobile-size-1-of-3 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -moz-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    min-width: 33.33333%; }
  .grid-flex > .mobile-size-2-of-3 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
    -moz-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    min-width: 66.66667%; }
  .grid-flex > .mobile-size-3-of-3 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    min-width: 100%; }
  .grid-flex > .mobile-size-1-of-4 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 25%;
    -moz-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    min-width: 25%; }
  .grid-flex > .mobile-size-2-of-4 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 50%;
    -moz-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    min-width: 50%; }
  .grid-flex > .mobile-size-3-of-4 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 75%;
    -moz-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    min-width: 75%; }
  .grid-flex > .mobile-size-4-of-4 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    min-width: 100%; }
  .grid-flex > .mobile-size-1-of-5 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 20%;
    -moz-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    min-width: 20%; }
  .grid-flex > .mobile-size-2-of-5 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 40%;
    -moz-flex: 0 0 40%;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    min-width: 40%; }
  .grid-flex > .mobile-size-3-of-5 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 60%;
    -moz-flex: 0 0 60%;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    min-width: 60%; }
  .grid-flex > .mobile-size-4-of-5 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 80%;
    -moz-flex: 0 0 80%;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    min-width: 80%; }
  .grid-flex > .mobile-size-5-of-5 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    min-width: 100%; }
  .grid-flex > .mobile-size-1-of-6 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -moz-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    min-width: 16.66667%; }
  .grid-flex > .mobile-size-2-of-6 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -moz-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    min-width: 33.33333%; }
  .grid-flex > .mobile-size-3-of-6 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 50%;
    -moz-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    min-width: 50%; }
  .grid-flex > .mobile-size-4-of-6 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
    -moz-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    min-width: 66.66667%; }
  .grid-flex > .mobile-size-5-of-6 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
    -moz-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    min-width: 83.33333%; }
  .grid-flex > .mobile-size-6-of-6 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    min-width: 100%; }
  .grid-flex > .mobile-size-1-of-7 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 14.28571%;
    -moz-flex: 0 0 14.28571%;
    -ms-flex: 0 0 14.28571%;
    flex: 0 0 14.28571%;
    min-width: 14.28571%; }
  .grid-flex > .mobile-size-2-of-7 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 28.57143%;
    -moz-flex: 0 0 28.57143%;
    -ms-flex: 0 0 28.57143%;
    flex: 0 0 28.57143%;
    min-width: 28.57143%; }
  .grid-flex > .mobile-size-3-of-7 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 42.85714%;
    -moz-flex: 0 0 42.85714%;
    -ms-flex: 0 0 42.85714%;
    flex: 0 0 42.85714%;
    min-width: 42.85714%; }
  .grid-flex > .mobile-size-4-of-7 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 57.14286%;
    -moz-flex: 0 0 57.14286%;
    -ms-flex: 0 0 57.14286%;
    flex: 0 0 57.14286%;
    min-width: 57.14286%; }
  .grid-flex > .mobile-size-5-of-7 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 71.42857%;
    -moz-flex: 0 0 71.42857%;
    -ms-flex: 0 0 71.42857%;
    flex: 0 0 71.42857%;
    min-width: 71.42857%; }
  .grid-flex > .mobile-size-6-of-7 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 85.71429%;
    -moz-flex: 0 0 85.71429%;
    -ms-flex: 0 0 85.71429%;
    flex: 0 0 85.71429%;
    min-width: 85.71429%; }
  .grid-flex > .mobile-size-7-of-7 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    min-width: 100%; }
  .grid-flex > .mobile-size-1-of-8 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 12.5%;
    -moz-flex: 0 0 12.5%;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    min-width: 12.5%; }
  .grid-flex > .mobile-size-2-of-8 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 25%;
    -moz-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    min-width: 25%; }
  .grid-flex > .mobile-size-3-of-8 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 37.5%;
    -moz-flex: 0 0 37.5%;
    -ms-flex: 0 0 37.5%;
    flex: 0 0 37.5%;
    min-width: 37.5%; }
  .grid-flex > .mobile-size-4-of-8 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 50%;
    -moz-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    min-width: 50%; }
  .grid-flex > .mobile-size-5-of-8 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 62.5%;
    -moz-flex: 0 0 62.5%;
    -ms-flex: 0 0 62.5%;
    flex: 0 0 62.5%;
    min-width: 62.5%; }
  .grid-flex > .mobile-size-6-of-8 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 75%;
    -moz-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    min-width: 75%; }
  .grid-flex > .mobile-size-7-of-8 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 87.5%;
    -moz-flex: 0 0 87.5%;
    -ms-flex: 0 0 87.5%;
    flex: 0 0 87.5%;
    min-width: 87.5%; }
  .grid-flex > .mobile-size-8-of-8 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    min-width: 100%; }
  .grid-flex > .mobile-size-1-of-9 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 11.11111%;
    -moz-flex: 0 0 11.11111%;
    -ms-flex: 0 0 11.11111%;
    flex: 0 0 11.11111%;
    min-width: 11.11111%; }
  .grid-flex > .mobile-size-2-of-9 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 22.22222%;
    -moz-flex: 0 0 22.22222%;
    -ms-flex: 0 0 22.22222%;
    flex: 0 0 22.22222%;
    min-width: 22.22222%; }
  .grid-flex > .mobile-size-3-of-9 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -moz-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    min-width: 33.33333%; }
  .grid-flex > .mobile-size-4-of-9 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 44.44444%;
    -moz-flex: 0 0 44.44444%;
    -ms-flex: 0 0 44.44444%;
    flex: 0 0 44.44444%;
    min-width: 44.44444%; }
  .grid-flex > .mobile-size-5-of-9 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 55.55556%;
    -moz-flex: 0 0 55.55556%;
    -ms-flex: 0 0 55.55556%;
    flex: 0 0 55.55556%;
    min-width: 55.55556%; }
  .grid-flex > .mobile-size-6-of-9 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
    -moz-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    min-width: 66.66667%; }
  .grid-flex > .mobile-size-7-of-9 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 77.77778%;
    -moz-flex: 0 0 77.77778%;
    -ms-flex: 0 0 77.77778%;
    flex: 0 0 77.77778%;
    min-width: 77.77778%; }
  .grid-flex > .mobile-size-8-of-9 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 88.88889%;
    -moz-flex: 0 0 88.88889%;
    -ms-flex: 0 0 88.88889%;
    flex: 0 0 88.88889%;
    min-width: 88.88889%; }
  .grid-flex > .mobile-size-9-of-9 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    min-width: 100%; }
  .grid-flex > .mobile-size-1-of-10 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 10%;
    -moz-flex: 0 0 10%;
    -ms-flex: 0 0 10%;
    flex: 0 0 10%;
    min-width: 10%; }
  .grid-flex > .mobile-size-2-of-10 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 20%;
    -moz-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    min-width: 20%; }
  .grid-flex > .mobile-size-3-of-10 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 30%;
    -moz-flex: 0 0 30%;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    min-width: 30%; }
  .grid-flex > .mobile-size-4-of-10 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 40%;
    -moz-flex: 0 0 40%;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    min-width: 40%; }
  .grid-flex > .mobile-size-5-of-10 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 50%;
    -moz-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    min-width: 50%; }
  .grid-flex > .mobile-size-6-of-10 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 60%;
    -moz-flex: 0 0 60%;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    min-width: 60%; }
  .grid-flex > .mobile-size-7-of-10 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 70%;
    -moz-flex: 0 0 70%;
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    min-width: 70%; }
  .grid-flex > .mobile-size-8-of-10 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 80%;
    -moz-flex: 0 0 80%;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    min-width: 80%; }
  .grid-flex > .mobile-size-9-of-10 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 90%;
    -moz-flex: 0 0 90%;
    -ms-flex: 0 0 90%;
    flex: 0 0 90%;
    min-width: 90%; }
  .grid-flex > .mobile-size-10-of-10 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    min-width: 100%; }
  .grid-flex > .mobile-size-1-of-11 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 9.09091%;
    -moz-flex: 0 0 9.09091%;
    -ms-flex: 0 0 9.09091%;
    flex: 0 0 9.09091%;
    min-width: 9.09091%; }
  .grid-flex > .mobile-size-2-of-11 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 18.18182%;
    -moz-flex: 0 0 18.18182%;
    -ms-flex: 0 0 18.18182%;
    flex: 0 0 18.18182%;
    min-width: 18.18182%; }
  .grid-flex > .mobile-size-3-of-11 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 27.27273%;
    -moz-flex: 0 0 27.27273%;
    -ms-flex: 0 0 27.27273%;
    flex: 0 0 27.27273%;
    min-width: 27.27273%; }
  .grid-flex > .mobile-size-4-of-11 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 36.36364%;
    -moz-flex: 0 0 36.36364%;
    -ms-flex: 0 0 36.36364%;
    flex: 0 0 36.36364%;
    min-width: 36.36364%; }
  .grid-flex > .mobile-size-5-of-11 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 45.45455%;
    -moz-flex: 0 0 45.45455%;
    -ms-flex: 0 0 45.45455%;
    flex: 0 0 45.45455%;
    min-width: 45.45455%; }
  .grid-flex > .mobile-size-6-of-11 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 54.54545%;
    -moz-flex: 0 0 54.54545%;
    -ms-flex: 0 0 54.54545%;
    flex: 0 0 54.54545%;
    min-width: 54.54545%; }
  .grid-flex > .mobile-size-7-of-11 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 63.63636%;
    -moz-flex: 0 0 63.63636%;
    -ms-flex: 0 0 63.63636%;
    flex: 0 0 63.63636%;
    min-width: 63.63636%; }
  .grid-flex > .mobile-size-8-of-11 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 72.72727%;
    -moz-flex: 0 0 72.72727%;
    -ms-flex: 0 0 72.72727%;
    flex: 0 0 72.72727%;
    min-width: 72.72727%; }
  .grid-flex > .mobile-size-9-of-11 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 81.81818%;
    -moz-flex: 0 0 81.81818%;
    -ms-flex: 0 0 81.81818%;
    flex: 0 0 81.81818%;
    min-width: 81.81818%; }
  .grid-flex > .mobile-size-10-of-11 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 90.90909%;
    -moz-flex: 0 0 90.90909%;
    -ms-flex: 0 0 90.90909%;
    flex: 0 0 90.90909%;
    min-width: 90.90909%; }
  .grid-flex > .mobile-size-11-of-11 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    min-width: 100%; }
  .grid-flex > .mobile-size-1-of-12 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
    -moz-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    min-width: 8.33333%; }
  .grid-flex > .mobile-size-2-of-12 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -moz-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    min-width: 16.66667%; }
  .grid-flex > .mobile-size-3-of-12 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 25%;
    -moz-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    min-width: 25%; }
  .grid-flex > .mobile-size-4-of-12 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -moz-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    min-width: 33.33333%; }
  .grid-flex > .mobile-size-5-of-12 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
    -moz-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    min-width: 41.66667%; }
  .grid-flex > .mobile-size-6-of-12 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 50%;
    -moz-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    min-width: 50%; }
  .grid-flex > .mobile-size-7-of-12 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
    -moz-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    min-width: 58.33333%; }
  .grid-flex > .mobile-size-8-of-12 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
    -moz-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    min-width: 66.66667%; }
  .grid-flex > .mobile-size-9-of-12 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 75%;
    -moz-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    min-width: 75%; }
  .grid-flex > .mobile-size-10-of-12 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
    -moz-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    min-width: 83.33333%; }
  .grid-flex > .mobile-size-11-of-12 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
    -moz-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    min-width: 91.66667%; }
  .grid-flex > .mobile-size-12-of-12 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    min-width: 100%; }
  .grid-flex > .mobile-weight-1 {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: initial; }
  .grid-flex > .mobile-weight-2 {
    -webkit-box-flex: 2;
    -moz-box-flex: 2;
    box-flex: 2;
    -webkit-flex: 2;
    -moz-flex: 2;
    -ms-flex: 2;
    flex: 2;
    min-width: initial; }
  .grid-flex > .mobile-weight-3 {
    -webkit-box-flex: 3;
    -moz-box-flex: 3;
    box-flex: 3;
    -webkit-flex: 3;
    -moz-flex: 3;
    -ms-flex: 3;
    flex: 3;
    min-width: initial; }
  .grid-flex > .mobile-weight-4 {
    -webkit-box-flex: 4;
    -moz-box-flex: 4;
    box-flex: 4;
    -webkit-flex: 4;
    -moz-flex: 4;
    -ms-flex: 4;
    flex: 4;
    min-width: initial; }
  .grid-flex > .mobile-weight-5 {
    -webkit-box-flex: 5;
    -moz-box-flex: 5;
    box-flex: 5;
    -webkit-flex: 5;
    -moz-flex: 5;
    -ms-flex: 5;
    flex: 5;
    min-width: initial; }
  .grid-flex > .mobile-weight-6 {
    -webkit-box-flex: 6;
    -moz-box-flex: 6;
    box-flex: 6;
    -webkit-flex: 6;
    -moz-flex: 6;
    -ms-flex: 6;
    flex: 6;
    min-width: initial; }
  .grid-flex > .mobile-weight-7 {
    -webkit-box-flex: 7;
    -moz-box-flex: 7;
    box-flex: 7;
    -webkit-flex: 7;
    -moz-flex: 7;
    -ms-flex: 7;
    flex: 7;
    min-width: initial; }
  .grid-flex > .mobile-weight-8 {
    -webkit-box-flex: 8;
    -moz-box-flex: 8;
    box-flex: 8;
    -webkit-flex: 8;
    -moz-flex: 8;
    -ms-flex: 8;
    flex: 8;
    min-width: initial; }
  .grid-flex > .mobile-weight-9 {
    -webkit-box-flex: 9;
    -moz-box-flex: 9;
    box-flex: 9;
    -webkit-flex: 9;
    -moz-flex: 9;
    -ms-flex: 9;
    flex: 9;
    min-width: initial; }
  .grid-flex > .mobile-weight-10 {
    -webkit-box-flex: 10;
    -moz-box-flex: 10;
    box-flex: 10;
    -webkit-flex: 10;
    -moz-flex: 10;
    -ms-flex: 10;
    flex: 10;
    min-width: initial; }
  .grid-flex > .mobile-weight-11 {
    -webkit-box-flex: 11;
    -moz-box-flex: 11;
    box-flex: 11;
    -webkit-flex: 11;
    -moz-flex: 11;
    -ms-flex: 11;
    flex: 11;
    min-width: initial; }
  .grid-flex > .mobile-weight-12 {
    -webkit-box-flex: 12;
    -moz-box-flex: 12;
    box-flex: 12;
    -webkit-flex: 12;
    -moz-flex: 12;
    -ms-flex: 12;
    flex: 12;
    min-width: initial; }
  .grid-flex > .mobile-order-1 {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    box-ordinal-group: 1;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    -ms-flex-order: 1; }
  .grid-flex > .mobile-order-2 {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    box-ordinal-group: 2;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    -ms-flex-order: 2; }
  .grid-flex > .mobile-order-3 {
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    box-ordinal-group: 3;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
    -ms-flex-order: 3; }
  .grid-flex > .mobile-order-4 {
    -webkit-box-ordinal-group: 4;
    -moz-box-ordinal-group: 4;
    box-ordinal-group: 4;
    -webkit-order: 4;
    -moz-order: 4;
    order: 4;
    -ms-flex-order: 4; }
  .grid-flex > .mobile-order-5 {
    -webkit-box-ordinal-group: 5;
    -moz-box-ordinal-group: 5;
    box-ordinal-group: 5;
    -webkit-order: 5;
    -moz-order: 5;
    order: 5;
    -ms-flex-order: 5; }
  .grid-flex > .mobile-order-6 {
    -webkit-box-ordinal-group: 6;
    -moz-box-ordinal-group: 6;
    box-ordinal-group: 6;
    -webkit-order: 6;
    -moz-order: 6;
    order: 6;
    -ms-flex-order: 6; }
  .grid-flex > .mobile-order-7 {
    -webkit-box-ordinal-group: 7;
    -moz-box-ordinal-group: 7;
    box-ordinal-group: 7;
    -webkit-order: 7;
    -moz-order: 7;
    order: 7;
    -ms-flex-order: 7; }
  .grid-flex > .mobile-order-8 {
    -webkit-box-ordinal-group: 8;
    -moz-box-ordinal-group: 8;
    box-ordinal-group: 8;
    -webkit-order: 8;
    -moz-order: 8;
    order: 8;
    -ms-flex-order: 8; }
  .grid-flex > .mobile-order-9 {
    -webkit-box-ordinal-group: 9;
    -moz-box-ordinal-group: 9;
    box-ordinal-group: 9;
    -webkit-order: 9;
    -moz-order: 9;
    order: 9;
    -ms-flex-order: 9; }
  .grid-flex > .mobile-order-10 {
    -webkit-box-ordinal-group: 10;
    -moz-box-ordinal-group: 10;
    box-ordinal-group: 10;
    -webkit-order: 10;
    -moz-order: 10;
    order: 10;
    -ms-flex-order: 10; }
  .grid-flex > .mobile-order-11 {
    -webkit-box-ordinal-group: 11;
    -moz-box-ordinal-group: 11;
    box-ordinal-group: 11;
    -webkit-order: 11;
    -moz-order: 11;
    order: 11;
    -ms-flex-order: 11; }
  .grid-flex > .mobile-order-12 {
    -webkit-box-ordinal-group: 12;
    -moz-box-ordinal-group: 12;
    box-ordinal-group: 12;
    -webkit-order: 12;
    -moz-order: 12;
    order: 12;
    -ms-flex-order: 12; }
  .grid-flex.mobile-vertical {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-lines: single;
    -moz-box-lines: single;
    box-lines: single;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
  .grid-flex.mobile-vertical-reverse {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    -webkit-box-lines: single;
    -moz-box-lines: single;
    box-lines: single;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
  .grid-flex.mobile-horizontal {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .grid-flex.mobile-horizontal-reverse {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .grid-flex.mobile-spacing-tiny {
    margin: -0.25rem 0 0 -0.25rem; }
    .grid-flex.mobile-spacing-tiny > * {
      padding: 0.25rem 0 0 0.25rem; }
    .grid-flex.mobile-spacing-tiny.outer-spacing {
      margin: 0 0.25rem 0.25rem 0; }
  .grid-flex.mobile-spacing-small {
    margin: -0.5rem 0 0 -0.5rem; }
    .grid-flex.mobile-spacing-small > * {
      padding: 0.5rem 0 0 0.5rem; }
    .grid-flex.mobile-spacing-small.outer-spacing {
      margin: 0 0.5rem 0.5rem 0; }
  .grid-flex.mobile-spacing-medium {
    margin: -0.75rem 0 0 -0.75rem; }
    .grid-flex.mobile-spacing-medium > * {
      padding: 0.75rem 0 0 0.75rem; }
    .grid-flex.mobile-spacing-medium.outer-spacing {
      margin: 0 0.75rem 0.75rem 0; }
  .grid-flex.mobile-spacing-large {
    margin: -1.25rem 0 0 -1.25rem; }
    .grid-flex.mobile-spacing-large > * {
      padding: 1.25rem 0 0 1.25rem; }
    .grid-flex.mobile-spacing-large.outer-spacing {
      margin: 0 1.25rem 1.25rem 0; }
  .grid-flex.mobile-spacing-huge {
    margin: -2.5rem 0 0 -2.5rem; }
    .grid-flex.mobile-spacing-huge > * {
      padding: 2.5rem 0 0 2.5rem; }
    .grid-flex.mobile-spacing-huge.outer-spacing {
      margin: 0 2.5rem 2.5rem 0; }
  .grid-flex.mobile-spacing-one {
    margin: -1px 0 0 -1px; }
    .grid-flex.mobile-spacing-one > * {
      padding: 1px 0 0 1px; }
    .grid-flex.mobile-spacing-one.outer-spacing {
      margin: 0 1px 1px 0; }
  .grid-flex.mobile-spacing-none {
    margin: 0 0 0 0; }
    .grid-flex.mobile-spacing-none > * {
      padding: 0 0 0 0; }
    .grid-flex.mobile-spacing-none.outer-spacing {
      margin: 0 0 0 0; }
  .grid-flex.mobile-align-start {
    -webkit-box-pack: start;
    -moz-box-pack: start;
    box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: start; }
  .grid-flex.mobile-align-center {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center; }
  .grid-flex.mobile-align-end {
    -webkit-box-pack: end;
    -moz-box-pack: end;
    box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    -o-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: end; }
  .grid-flex.mobile-align-spread {
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify; }
  .grid-flex.mobile-align-around {
    -webkit-box-pack: distribute;
    -moz-box-pack: distribute;
    box-pack: distribute;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    -ms-justify-content: space-around;
    -o-justify-content: space-around;
    justify-content: space-around;
    -ms-flex-pack: distribute; }
  .grid-flex.mobile-align-top {
    -webkit-box-align: start;
    -moz-box-align: start;
    box-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -o-align-items: flex-start;
    align-items: flex-start;
    -ms-flex-align: start; }
  .grid-flex.mobile-align-middle {
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center; }
  .grid-flex.mobile-align-bottom {
    -webkit-box-align: end;
    -moz-box-align: end;
    box-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    -o-align-items: flex-end;
    align-items: flex-end;
    -ms-flex-align: end; }
  .grid-flex.mobile-align-baseline {
    -webkit-box-align: baseline;
    -moz-box-align: baseline;
    box-align: baseline;
    -webkit-align-items: baseline;
    -moz-align-items: baseline;
    -ms-align-items: baseline;
    -o-align-items: baseline;
    align-items: baseline;
    -ms-flex-align: baseline; }
  .grid-flex.mobile-align-stretch {
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    box-align: stretch;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    -o-align-items: stretch;
    align-items: stretch;
    -ms-flex-align: stretch; } }

@media (min-width: 601px) and (max-width: 1200px) {
  .grid-flex > .tablet-size-content {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    min-width: initial; }
  .grid-flex > .tablet-size-full {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    min-width: 100%; }
  .grid-flex > .tablet-size-1-of-2 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 50%;
    -moz-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    min-width: 50%; }
  .grid-flex > .tablet-size-2-of-2 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    min-width: 100%; }
  .grid-flex > .tablet-size-1-of-3 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -moz-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    min-width: 33.33333%; }
  .grid-flex > .tablet-size-2-of-3 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
    -moz-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    min-width: 66.66667%; }
  .grid-flex > .tablet-size-3-of-3 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    min-width: 100%; }
  .grid-flex > .tablet-size-1-of-4 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 25%;
    -moz-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    min-width: 25%; }
  .grid-flex > .tablet-size-2-of-4 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 50%;
    -moz-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    min-width: 50%; }
  .grid-flex > .tablet-size-3-of-4 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 75%;
    -moz-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    min-width: 75%; }
  .grid-flex > .tablet-size-4-of-4 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    min-width: 100%; }
  .grid-flex > .tablet-size-1-of-5 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 20%;
    -moz-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    min-width: 20%; }
  .grid-flex > .tablet-size-2-of-5 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 40%;
    -moz-flex: 0 0 40%;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    min-width: 40%; }
  .grid-flex > .tablet-size-3-of-5 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 60%;
    -moz-flex: 0 0 60%;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    min-width: 60%; }
  .grid-flex > .tablet-size-4-of-5 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 80%;
    -moz-flex: 0 0 80%;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    min-width: 80%; }
  .grid-flex > .tablet-size-5-of-5 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    min-width: 100%; }
  .grid-flex > .tablet-size-1-of-6 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -moz-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    min-width: 16.66667%; }
  .grid-flex > .tablet-size-2-of-6 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -moz-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    min-width: 33.33333%; }
  .grid-flex > .tablet-size-3-of-6 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 50%;
    -moz-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    min-width: 50%; }
  .grid-flex > .tablet-size-4-of-6 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
    -moz-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    min-width: 66.66667%; }
  .grid-flex > .tablet-size-5-of-6 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
    -moz-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    min-width: 83.33333%; }
  .grid-flex > .tablet-size-6-of-6 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    min-width: 100%; }
  .grid-flex > .tablet-size-1-of-7 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 14.28571%;
    -moz-flex: 0 0 14.28571%;
    -ms-flex: 0 0 14.28571%;
    flex: 0 0 14.28571%;
    min-width: 14.28571%; }
  .grid-flex > .tablet-size-2-of-7 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 28.57143%;
    -moz-flex: 0 0 28.57143%;
    -ms-flex: 0 0 28.57143%;
    flex: 0 0 28.57143%;
    min-width: 28.57143%; }
  .grid-flex > .tablet-size-3-of-7 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 42.85714%;
    -moz-flex: 0 0 42.85714%;
    -ms-flex: 0 0 42.85714%;
    flex: 0 0 42.85714%;
    min-width: 42.85714%; }
  .grid-flex > .tablet-size-4-of-7 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 57.14286%;
    -moz-flex: 0 0 57.14286%;
    -ms-flex: 0 0 57.14286%;
    flex: 0 0 57.14286%;
    min-width: 57.14286%; }
  .grid-flex > .tablet-size-5-of-7 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 71.42857%;
    -moz-flex: 0 0 71.42857%;
    -ms-flex: 0 0 71.42857%;
    flex: 0 0 71.42857%;
    min-width: 71.42857%; }
  .grid-flex > .tablet-size-6-of-7 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 85.71429%;
    -moz-flex: 0 0 85.71429%;
    -ms-flex: 0 0 85.71429%;
    flex: 0 0 85.71429%;
    min-width: 85.71429%; }
  .grid-flex > .tablet-size-7-of-7 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    min-width: 100%; }
  .grid-flex > .tablet-size-1-of-8 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 12.5%;
    -moz-flex: 0 0 12.5%;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    min-width: 12.5%; }
  .grid-flex > .tablet-size-2-of-8 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 25%;
    -moz-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    min-width: 25%; }
  .grid-flex > .tablet-size-3-of-8 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 37.5%;
    -moz-flex: 0 0 37.5%;
    -ms-flex: 0 0 37.5%;
    flex: 0 0 37.5%;
    min-width: 37.5%; }
  .grid-flex > .tablet-size-4-of-8 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 50%;
    -moz-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    min-width: 50%; }
  .grid-flex > .tablet-size-5-of-8 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 62.5%;
    -moz-flex: 0 0 62.5%;
    -ms-flex: 0 0 62.5%;
    flex: 0 0 62.5%;
    min-width: 62.5%; }
  .grid-flex > .tablet-size-6-of-8 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 75%;
    -moz-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    min-width: 75%; }
  .grid-flex > .tablet-size-7-of-8 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 87.5%;
    -moz-flex: 0 0 87.5%;
    -ms-flex: 0 0 87.5%;
    flex: 0 0 87.5%;
    min-width: 87.5%; }
  .grid-flex > .tablet-size-8-of-8 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    min-width: 100%; }
  .grid-flex > .tablet-size-1-of-9 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 11.11111%;
    -moz-flex: 0 0 11.11111%;
    -ms-flex: 0 0 11.11111%;
    flex: 0 0 11.11111%;
    min-width: 11.11111%; }
  .grid-flex > .tablet-size-2-of-9 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 22.22222%;
    -moz-flex: 0 0 22.22222%;
    -ms-flex: 0 0 22.22222%;
    flex: 0 0 22.22222%;
    min-width: 22.22222%; }
  .grid-flex > .tablet-size-3-of-9 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -moz-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    min-width: 33.33333%; }
  .grid-flex > .tablet-size-4-of-9 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 44.44444%;
    -moz-flex: 0 0 44.44444%;
    -ms-flex: 0 0 44.44444%;
    flex: 0 0 44.44444%;
    min-width: 44.44444%; }
  .grid-flex > .tablet-size-5-of-9 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 55.55556%;
    -moz-flex: 0 0 55.55556%;
    -ms-flex: 0 0 55.55556%;
    flex: 0 0 55.55556%;
    min-width: 55.55556%; }
  .grid-flex > .tablet-size-6-of-9 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
    -moz-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    min-width: 66.66667%; }
  .grid-flex > .tablet-size-7-of-9 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 77.77778%;
    -moz-flex: 0 0 77.77778%;
    -ms-flex: 0 0 77.77778%;
    flex: 0 0 77.77778%;
    min-width: 77.77778%; }
  .grid-flex > .tablet-size-8-of-9 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 88.88889%;
    -moz-flex: 0 0 88.88889%;
    -ms-flex: 0 0 88.88889%;
    flex: 0 0 88.88889%;
    min-width: 88.88889%; }
  .grid-flex > .tablet-size-9-of-9 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    min-width: 100%; }
  .grid-flex > .tablet-size-1-of-10 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 10%;
    -moz-flex: 0 0 10%;
    -ms-flex: 0 0 10%;
    flex: 0 0 10%;
    min-width: 10%; }
  .grid-flex > .tablet-size-2-of-10 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 20%;
    -moz-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    min-width: 20%; }
  .grid-flex > .tablet-size-3-of-10 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 30%;
    -moz-flex: 0 0 30%;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    min-width: 30%; }
  .grid-flex > .tablet-size-4-of-10 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 40%;
    -moz-flex: 0 0 40%;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    min-width: 40%; }
  .grid-flex > .tablet-size-5-of-10 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 50%;
    -moz-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    min-width: 50%; }
  .grid-flex > .tablet-size-6-of-10 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 60%;
    -moz-flex: 0 0 60%;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    min-width: 60%; }
  .grid-flex > .tablet-size-7-of-10 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 70%;
    -moz-flex: 0 0 70%;
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    min-width: 70%; }
  .grid-flex > .tablet-size-8-of-10 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 80%;
    -moz-flex: 0 0 80%;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    min-width: 80%; }
  .grid-flex > .tablet-size-9-of-10 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 90%;
    -moz-flex: 0 0 90%;
    -ms-flex: 0 0 90%;
    flex: 0 0 90%;
    min-width: 90%; }
  .grid-flex > .tablet-size-10-of-10 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    min-width: 100%; }
  .grid-flex > .tablet-size-1-of-11 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 9.09091%;
    -moz-flex: 0 0 9.09091%;
    -ms-flex: 0 0 9.09091%;
    flex: 0 0 9.09091%;
    min-width: 9.09091%; }
  .grid-flex > .tablet-size-2-of-11 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 18.18182%;
    -moz-flex: 0 0 18.18182%;
    -ms-flex: 0 0 18.18182%;
    flex: 0 0 18.18182%;
    min-width: 18.18182%; }
  .grid-flex > .tablet-size-3-of-11 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 27.27273%;
    -moz-flex: 0 0 27.27273%;
    -ms-flex: 0 0 27.27273%;
    flex: 0 0 27.27273%;
    min-width: 27.27273%; }
  .grid-flex > .tablet-size-4-of-11 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 36.36364%;
    -moz-flex: 0 0 36.36364%;
    -ms-flex: 0 0 36.36364%;
    flex: 0 0 36.36364%;
    min-width: 36.36364%; }
  .grid-flex > .tablet-size-5-of-11 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 45.45455%;
    -moz-flex: 0 0 45.45455%;
    -ms-flex: 0 0 45.45455%;
    flex: 0 0 45.45455%;
    min-width: 45.45455%; }
  .grid-flex > .tablet-size-6-of-11 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 54.54545%;
    -moz-flex: 0 0 54.54545%;
    -ms-flex: 0 0 54.54545%;
    flex: 0 0 54.54545%;
    min-width: 54.54545%; }
  .grid-flex > .tablet-size-7-of-11 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 63.63636%;
    -moz-flex: 0 0 63.63636%;
    -ms-flex: 0 0 63.63636%;
    flex: 0 0 63.63636%;
    min-width: 63.63636%; }
  .grid-flex > .tablet-size-8-of-11 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 72.72727%;
    -moz-flex: 0 0 72.72727%;
    -ms-flex: 0 0 72.72727%;
    flex: 0 0 72.72727%;
    min-width: 72.72727%; }
  .grid-flex > .tablet-size-9-of-11 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 81.81818%;
    -moz-flex: 0 0 81.81818%;
    -ms-flex: 0 0 81.81818%;
    flex: 0 0 81.81818%;
    min-width: 81.81818%; }
  .grid-flex > .tablet-size-10-of-11 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 90.90909%;
    -moz-flex: 0 0 90.90909%;
    -ms-flex: 0 0 90.90909%;
    flex: 0 0 90.90909%;
    min-width: 90.90909%; }
  .grid-flex > .tablet-size-11-of-11 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    min-width: 100%; }
  .grid-flex > .tablet-size-1-of-12 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
    -moz-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    min-width: 8.33333%; }
  .grid-flex > .tablet-size-2-of-12 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -moz-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    min-width: 16.66667%; }
  .grid-flex > .tablet-size-3-of-12 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 25%;
    -moz-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    min-width: 25%; }
  .grid-flex > .tablet-size-4-of-12 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -moz-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    min-width: 33.33333%; }
  .grid-flex > .tablet-size-5-of-12 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
    -moz-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    min-width: 41.66667%; }
  .grid-flex > .tablet-size-6-of-12 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 50%;
    -moz-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    min-width: 50%; }
  .grid-flex > .tablet-size-7-of-12 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
    -moz-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    min-width: 58.33333%; }
  .grid-flex > .tablet-size-8-of-12 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
    -moz-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    min-width: 66.66667%; }
  .grid-flex > .tablet-size-9-of-12 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 75%;
    -moz-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    min-width: 75%; }
  .grid-flex > .tablet-size-10-of-12 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
    -moz-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    min-width: 83.33333%; }
  .grid-flex > .tablet-size-11-of-12 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
    -moz-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    min-width: 91.66667%; }
  .grid-flex > .tablet-size-12-of-12 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    min-width: 100%; }
  .grid-flex > .tablet-weight-1 {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: initial; }
  .grid-flex > .tablet-weight-2 {
    -webkit-box-flex: 2;
    -moz-box-flex: 2;
    box-flex: 2;
    -webkit-flex: 2;
    -moz-flex: 2;
    -ms-flex: 2;
    flex: 2;
    min-width: initial; }
  .grid-flex > .tablet-weight-3 {
    -webkit-box-flex: 3;
    -moz-box-flex: 3;
    box-flex: 3;
    -webkit-flex: 3;
    -moz-flex: 3;
    -ms-flex: 3;
    flex: 3;
    min-width: initial; }
  .grid-flex > .tablet-weight-4 {
    -webkit-box-flex: 4;
    -moz-box-flex: 4;
    box-flex: 4;
    -webkit-flex: 4;
    -moz-flex: 4;
    -ms-flex: 4;
    flex: 4;
    min-width: initial; }
  .grid-flex > .tablet-weight-5 {
    -webkit-box-flex: 5;
    -moz-box-flex: 5;
    box-flex: 5;
    -webkit-flex: 5;
    -moz-flex: 5;
    -ms-flex: 5;
    flex: 5;
    min-width: initial; }
  .grid-flex > .tablet-weight-6 {
    -webkit-box-flex: 6;
    -moz-box-flex: 6;
    box-flex: 6;
    -webkit-flex: 6;
    -moz-flex: 6;
    -ms-flex: 6;
    flex: 6;
    min-width: initial; }
  .grid-flex > .tablet-weight-7 {
    -webkit-box-flex: 7;
    -moz-box-flex: 7;
    box-flex: 7;
    -webkit-flex: 7;
    -moz-flex: 7;
    -ms-flex: 7;
    flex: 7;
    min-width: initial; }
  .grid-flex > .tablet-weight-8 {
    -webkit-box-flex: 8;
    -moz-box-flex: 8;
    box-flex: 8;
    -webkit-flex: 8;
    -moz-flex: 8;
    -ms-flex: 8;
    flex: 8;
    min-width: initial; }
  .grid-flex > .tablet-weight-9 {
    -webkit-box-flex: 9;
    -moz-box-flex: 9;
    box-flex: 9;
    -webkit-flex: 9;
    -moz-flex: 9;
    -ms-flex: 9;
    flex: 9;
    min-width: initial; }
  .grid-flex > .tablet-weight-10 {
    -webkit-box-flex: 10;
    -moz-box-flex: 10;
    box-flex: 10;
    -webkit-flex: 10;
    -moz-flex: 10;
    -ms-flex: 10;
    flex: 10;
    min-width: initial; }
  .grid-flex > .tablet-weight-11 {
    -webkit-box-flex: 11;
    -moz-box-flex: 11;
    box-flex: 11;
    -webkit-flex: 11;
    -moz-flex: 11;
    -ms-flex: 11;
    flex: 11;
    min-width: initial; }
  .grid-flex > .tablet-weight-12 {
    -webkit-box-flex: 12;
    -moz-box-flex: 12;
    box-flex: 12;
    -webkit-flex: 12;
    -moz-flex: 12;
    -ms-flex: 12;
    flex: 12;
    min-width: initial; }
  .grid-flex > .tablet-order-1 {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    box-ordinal-group: 1;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    -ms-flex-order: 1; }
  .grid-flex > .tablet-order-2 {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    box-ordinal-group: 2;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    -ms-flex-order: 2; }
  .grid-flex > .tablet-order-3 {
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    box-ordinal-group: 3;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
    -ms-flex-order: 3; }
  .grid-flex > .tablet-order-4 {
    -webkit-box-ordinal-group: 4;
    -moz-box-ordinal-group: 4;
    box-ordinal-group: 4;
    -webkit-order: 4;
    -moz-order: 4;
    order: 4;
    -ms-flex-order: 4; }
  .grid-flex > .tablet-order-5 {
    -webkit-box-ordinal-group: 5;
    -moz-box-ordinal-group: 5;
    box-ordinal-group: 5;
    -webkit-order: 5;
    -moz-order: 5;
    order: 5;
    -ms-flex-order: 5; }
  .grid-flex > .tablet-order-6 {
    -webkit-box-ordinal-group: 6;
    -moz-box-ordinal-group: 6;
    box-ordinal-group: 6;
    -webkit-order: 6;
    -moz-order: 6;
    order: 6;
    -ms-flex-order: 6; }
  .grid-flex > .tablet-order-7 {
    -webkit-box-ordinal-group: 7;
    -moz-box-ordinal-group: 7;
    box-ordinal-group: 7;
    -webkit-order: 7;
    -moz-order: 7;
    order: 7;
    -ms-flex-order: 7; }
  .grid-flex > .tablet-order-8 {
    -webkit-box-ordinal-group: 8;
    -moz-box-ordinal-group: 8;
    box-ordinal-group: 8;
    -webkit-order: 8;
    -moz-order: 8;
    order: 8;
    -ms-flex-order: 8; }
  .grid-flex > .tablet-order-9 {
    -webkit-box-ordinal-group: 9;
    -moz-box-ordinal-group: 9;
    box-ordinal-group: 9;
    -webkit-order: 9;
    -moz-order: 9;
    order: 9;
    -ms-flex-order: 9; }
  .grid-flex > .tablet-order-10 {
    -webkit-box-ordinal-group: 10;
    -moz-box-ordinal-group: 10;
    box-ordinal-group: 10;
    -webkit-order: 10;
    -moz-order: 10;
    order: 10;
    -ms-flex-order: 10; }
  .grid-flex > .tablet-order-11 {
    -webkit-box-ordinal-group: 11;
    -moz-box-ordinal-group: 11;
    box-ordinal-group: 11;
    -webkit-order: 11;
    -moz-order: 11;
    order: 11;
    -ms-flex-order: 11; }
  .grid-flex > .tablet-order-12 {
    -webkit-box-ordinal-group: 12;
    -moz-box-ordinal-group: 12;
    box-ordinal-group: 12;
    -webkit-order: 12;
    -moz-order: 12;
    order: 12;
    -ms-flex-order: 12; }
  .grid-flex.tablet-vertical {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-lines: single;
    -moz-box-lines: single;
    box-lines: single;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
  .grid-flex.tablet-vertical-reverse {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    -webkit-box-lines: single;
    -moz-box-lines: single;
    box-lines: single;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
  .grid-flex.tablet-horizontal {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .grid-flex.tablet-horizontal-reverse {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .grid-flex.tablet-spacing-tiny {
    margin: -0.25rem 0 0 -0.25rem; }
    .grid-flex.tablet-spacing-tiny > * {
      padding: 0.25rem 0 0 0.25rem; }
    .grid-flex.tablet-spacing-tiny.outer-spacing {
      margin: 0 0.25rem 0.25rem 0; }
  .grid-flex.tablet-spacing-small {
    margin: -0.5rem 0 0 -0.5rem; }
    .grid-flex.tablet-spacing-small > * {
      padding: 0.5rem 0 0 0.5rem; }
    .grid-flex.tablet-spacing-small.outer-spacing {
      margin: 0 0.5rem 0.5rem 0; }
  .grid-flex.tablet-spacing-medium {
    margin: -0.75rem 0 0 -0.75rem; }
    .grid-flex.tablet-spacing-medium > * {
      padding: 0.75rem 0 0 0.75rem; }
    .grid-flex.tablet-spacing-medium.outer-spacing {
      margin: 0 0.75rem 0.75rem 0; }
  .grid-flex.tablet-spacing-large {
    margin: -1.25rem 0 0 -1.25rem; }
    .grid-flex.tablet-spacing-large > * {
      padding: 1.25rem 0 0 1.25rem; }
    .grid-flex.tablet-spacing-large.outer-spacing {
      margin: 0 1.25rem 1.25rem 0; }
  .grid-flex.tablet-spacing-huge {
    margin: -2.5rem 0 0 -2.5rem; }
    .grid-flex.tablet-spacing-huge > * {
      padding: 2.5rem 0 0 2.5rem; }
    .grid-flex.tablet-spacing-huge.outer-spacing {
      margin: 0 2.5rem 2.5rem 0; }
  .grid-flex.tablet-spacing-one {
    margin: -1px 0 0 -1px; }
    .grid-flex.tablet-spacing-one > * {
      padding: 1px 0 0 1px; }
    .grid-flex.tablet-spacing-one.outer-spacing {
      margin: 0 1px 1px 0; }
  .grid-flex.tablet-spacing-none {
    margin: 0 0 0 0; }
    .grid-flex.tablet-spacing-none > * {
      padding: 0 0 0 0; }
    .grid-flex.tablet-spacing-none.outer-spacing {
      margin: 0 0 0 0; }
  .grid-flex.tablet-align-start {
    -webkit-box-pack: start;
    -moz-box-pack: start;
    box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: start; }
  .grid-flex.tablet-align-center {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center; }
  .grid-flex.tablet-align-end {
    -webkit-box-pack: end;
    -moz-box-pack: end;
    box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    -o-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: end; }
  .grid-flex.tablet-align-spread {
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify; }
  .grid-flex.tablet-align-around {
    -webkit-box-pack: distribute;
    -moz-box-pack: distribute;
    box-pack: distribute;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    -ms-justify-content: space-around;
    -o-justify-content: space-around;
    justify-content: space-around;
    -ms-flex-pack: distribute; }
  .grid-flex.tablet-align-top {
    -webkit-box-align: start;
    -moz-box-align: start;
    box-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -o-align-items: flex-start;
    align-items: flex-start;
    -ms-flex-align: start; }
  .grid-flex.tablet-align-middle {
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center; }
  .grid-flex.tablet-align-bottom {
    -webkit-box-align: end;
    -moz-box-align: end;
    box-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    -o-align-items: flex-end;
    align-items: flex-end;
    -ms-flex-align: end; }
  .grid-flex.tablet-align-baseline {
    -webkit-box-align: baseline;
    -moz-box-align: baseline;
    box-align: baseline;
    -webkit-align-items: baseline;
    -moz-align-items: baseline;
    -ms-align-items: baseline;
    -o-align-items: baseline;
    align-items: baseline;
    -ms-flex-align: baseline; }
  .grid-flex.tablet-align-stretch {
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    box-align: stretch;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    -o-align-items: stretch;
    align-items: stretch;
    -ms-flex-align: stretch; } }

@media (min-width: 1201px) {
  .grid-flex > .desktop-size-content {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    min-width: initial; }
  .grid-flex > .desktop-size-full {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    min-width: 100%; }
  .grid-flex > .desktop-size-1-of-2 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 50%;
    -moz-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    min-width: 50%; }
  .grid-flex > .desktop-size-2-of-2 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    min-width: 100%; }
  .grid-flex > .desktop-size-1-of-3 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -moz-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    min-width: 33.33333%; }
  .grid-flex > .desktop-size-2-of-3 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
    -moz-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    min-width: 66.66667%; }
  .grid-flex > .desktop-size-3-of-3 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    min-width: 100%; }
  .grid-flex > .desktop-size-1-of-4 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 25%;
    -moz-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    min-width: 25%; }
  .grid-flex > .desktop-size-2-of-4 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 50%;
    -moz-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    min-width: 50%; }
  .grid-flex > .desktop-size-3-of-4 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 75%;
    -moz-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    min-width: 75%; }
  .grid-flex > .desktop-size-4-of-4 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    min-width: 100%; }
  .grid-flex > .desktop-size-1-of-5 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 20%;
    -moz-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    min-width: 20%; }
  .grid-flex > .desktop-size-2-of-5 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 40%;
    -moz-flex: 0 0 40%;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    min-width: 40%; }
  .grid-flex > .desktop-size-3-of-5 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 60%;
    -moz-flex: 0 0 60%;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    min-width: 60%; }
  .grid-flex > .desktop-size-4-of-5 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 80%;
    -moz-flex: 0 0 80%;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    min-width: 80%; }
  .grid-flex > .desktop-size-5-of-5 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    min-width: 100%; }
  .grid-flex > .desktop-size-1-of-6 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -moz-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    min-width: 16.66667%; }
  .grid-flex > .desktop-size-2-of-6 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -moz-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    min-width: 33.33333%; }
  .grid-flex > .desktop-size-3-of-6 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 50%;
    -moz-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    min-width: 50%; }
  .grid-flex > .desktop-size-4-of-6 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
    -moz-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    min-width: 66.66667%; }
  .grid-flex > .desktop-size-5-of-6 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
    -moz-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    min-width: 83.33333%; }
  .grid-flex > .desktop-size-6-of-6 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    min-width: 100%; }
  .grid-flex > .desktop-size-1-of-7 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 14.28571%;
    -moz-flex: 0 0 14.28571%;
    -ms-flex: 0 0 14.28571%;
    flex: 0 0 14.28571%;
    min-width: 14.28571%; }
  .grid-flex > .desktop-size-2-of-7 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 28.57143%;
    -moz-flex: 0 0 28.57143%;
    -ms-flex: 0 0 28.57143%;
    flex: 0 0 28.57143%;
    min-width: 28.57143%; }
  .grid-flex > .desktop-size-3-of-7 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 42.85714%;
    -moz-flex: 0 0 42.85714%;
    -ms-flex: 0 0 42.85714%;
    flex: 0 0 42.85714%;
    min-width: 42.85714%; }
  .grid-flex > .desktop-size-4-of-7 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 57.14286%;
    -moz-flex: 0 0 57.14286%;
    -ms-flex: 0 0 57.14286%;
    flex: 0 0 57.14286%;
    min-width: 57.14286%; }
  .grid-flex > .desktop-size-5-of-7 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 71.42857%;
    -moz-flex: 0 0 71.42857%;
    -ms-flex: 0 0 71.42857%;
    flex: 0 0 71.42857%;
    min-width: 71.42857%; }
  .grid-flex > .desktop-size-6-of-7 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 85.71429%;
    -moz-flex: 0 0 85.71429%;
    -ms-flex: 0 0 85.71429%;
    flex: 0 0 85.71429%;
    min-width: 85.71429%; }
  .grid-flex > .desktop-size-7-of-7 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    min-width: 100%; }
  .grid-flex > .desktop-size-1-of-8 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 12.5%;
    -moz-flex: 0 0 12.5%;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    min-width: 12.5%; }
  .grid-flex > .desktop-size-2-of-8 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 25%;
    -moz-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    min-width: 25%; }
  .grid-flex > .desktop-size-3-of-8 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 37.5%;
    -moz-flex: 0 0 37.5%;
    -ms-flex: 0 0 37.5%;
    flex: 0 0 37.5%;
    min-width: 37.5%; }
  .grid-flex > .desktop-size-4-of-8 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 50%;
    -moz-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    min-width: 50%; }
  .grid-flex > .desktop-size-5-of-8 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 62.5%;
    -moz-flex: 0 0 62.5%;
    -ms-flex: 0 0 62.5%;
    flex: 0 0 62.5%;
    min-width: 62.5%; }
  .grid-flex > .desktop-size-6-of-8 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 75%;
    -moz-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    min-width: 75%; }
  .grid-flex > .desktop-size-7-of-8 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 87.5%;
    -moz-flex: 0 0 87.5%;
    -ms-flex: 0 0 87.5%;
    flex: 0 0 87.5%;
    min-width: 87.5%; }
  .grid-flex > .desktop-size-8-of-8 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    min-width: 100%; }
  .grid-flex > .desktop-size-1-of-9 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 11.11111%;
    -moz-flex: 0 0 11.11111%;
    -ms-flex: 0 0 11.11111%;
    flex: 0 0 11.11111%;
    min-width: 11.11111%; }
  .grid-flex > .desktop-size-2-of-9 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 22.22222%;
    -moz-flex: 0 0 22.22222%;
    -ms-flex: 0 0 22.22222%;
    flex: 0 0 22.22222%;
    min-width: 22.22222%; }
  .grid-flex > .desktop-size-3-of-9 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -moz-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    min-width: 33.33333%; }
  .grid-flex > .desktop-size-4-of-9 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 44.44444%;
    -moz-flex: 0 0 44.44444%;
    -ms-flex: 0 0 44.44444%;
    flex: 0 0 44.44444%;
    min-width: 44.44444%; }
  .grid-flex > .desktop-size-5-of-9 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 55.55556%;
    -moz-flex: 0 0 55.55556%;
    -ms-flex: 0 0 55.55556%;
    flex: 0 0 55.55556%;
    min-width: 55.55556%; }
  .grid-flex > .desktop-size-6-of-9 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
    -moz-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    min-width: 66.66667%; }
  .grid-flex > .desktop-size-7-of-9 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 77.77778%;
    -moz-flex: 0 0 77.77778%;
    -ms-flex: 0 0 77.77778%;
    flex: 0 0 77.77778%;
    min-width: 77.77778%; }
  .grid-flex > .desktop-size-8-of-9 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 88.88889%;
    -moz-flex: 0 0 88.88889%;
    -ms-flex: 0 0 88.88889%;
    flex: 0 0 88.88889%;
    min-width: 88.88889%; }
  .grid-flex > .desktop-size-9-of-9 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    min-width: 100%; }
  .grid-flex > .desktop-size-1-of-10 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 10%;
    -moz-flex: 0 0 10%;
    -ms-flex: 0 0 10%;
    flex: 0 0 10%;
    min-width: 10%; }
  .grid-flex > .desktop-size-2-of-10 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 20%;
    -moz-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    min-width: 20%; }
  .grid-flex > .desktop-size-3-of-10 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 30%;
    -moz-flex: 0 0 30%;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    min-width: 30%; }
  .grid-flex > .desktop-size-4-of-10 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 40%;
    -moz-flex: 0 0 40%;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    min-width: 40%; }
  .grid-flex > .desktop-size-5-of-10 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 50%;
    -moz-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    min-width: 50%; }
  .grid-flex > .desktop-size-6-of-10 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 60%;
    -moz-flex: 0 0 60%;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    min-width: 60%; }
  .grid-flex > .desktop-size-7-of-10 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 70%;
    -moz-flex: 0 0 70%;
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    min-width: 70%; }
  .grid-flex > .desktop-size-8-of-10 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 80%;
    -moz-flex: 0 0 80%;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    min-width: 80%; }
  .grid-flex > .desktop-size-9-of-10 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 90%;
    -moz-flex: 0 0 90%;
    -ms-flex: 0 0 90%;
    flex: 0 0 90%;
    min-width: 90%; }
  .grid-flex > .desktop-size-10-of-10 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    min-width: 100%; }
  .grid-flex > .desktop-size-1-of-11 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 9.09091%;
    -moz-flex: 0 0 9.09091%;
    -ms-flex: 0 0 9.09091%;
    flex: 0 0 9.09091%;
    min-width: 9.09091%; }
  .grid-flex > .desktop-size-2-of-11 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 18.18182%;
    -moz-flex: 0 0 18.18182%;
    -ms-flex: 0 0 18.18182%;
    flex: 0 0 18.18182%;
    min-width: 18.18182%; }
  .grid-flex > .desktop-size-3-of-11 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 27.27273%;
    -moz-flex: 0 0 27.27273%;
    -ms-flex: 0 0 27.27273%;
    flex: 0 0 27.27273%;
    min-width: 27.27273%; }
  .grid-flex > .desktop-size-4-of-11 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 36.36364%;
    -moz-flex: 0 0 36.36364%;
    -ms-flex: 0 0 36.36364%;
    flex: 0 0 36.36364%;
    min-width: 36.36364%; }
  .grid-flex > .desktop-size-5-of-11 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 45.45455%;
    -moz-flex: 0 0 45.45455%;
    -ms-flex: 0 0 45.45455%;
    flex: 0 0 45.45455%;
    min-width: 45.45455%; }
  .grid-flex > .desktop-size-6-of-11 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 54.54545%;
    -moz-flex: 0 0 54.54545%;
    -ms-flex: 0 0 54.54545%;
    flex: 0 0 54.54545%;
    min-width: 54.54545%; }
  .grid-flex > .desktop-size-7-of-11 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 63.63636%;
    -moz-flex: 0 0 63.63636%;
    -ms-flex: 0 0 63.63636%;
    flex: 0 0 63.63636%;
    min-width: 63.63636%; }
  .grid-flex > .desktop-size-8-of-11 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 72.72727%;
    -moz-flex: 0 0 72.72727%;
    -ms-flex: 0 0 72.72727%;
    flex: 0 0 72.72727%;
    min-width: 72.72727%; }
  .grid-flex > .desktop-size-9-of-11 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 81.81818%;
    -moz-flex: 0 0 81.81818%;
    -ms-flex: 0 0 81.81818%;
    flex: 0 0 81.81818%;
    min-width: 81.81818%; }
  .grid-flex > .desktop-size-10-of-11 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 90.90909%;
    -moz-flex: 0 0 90.90909%;
    -ms-flex: 0 0 90.90909%;
    flex: 0 0 90.90909%;
    min-width: 90.90909%; }
  .grid-flex > .desktop-size-11-of-11 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    min-width: 100%; }
  .grid-flex > .desktop-size-1-of-12 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
    -moz-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    min-width: 8.33333%; }
  .grid-flex > .desktop-size-2-of-12 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -moz-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    min-width: 16.66667%; }
  .grid-flex > .desktop-size-3-of-12 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 25%;
    -moz-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    min-width: 25%; }
  .grid-flex > .desktop-size-4-of-12 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -moz-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    min-width: 33.33333%; }
  .grid-flex > .desktop-size-5-of-12 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
    -moz-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    min-width: 41.66667%; }
  .grid-flex > .desktop-size-6-of-12 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 50%;
    -moz-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    min-width: 50%; }
  .grid-flex > .desktop-size-7-of-12 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
    -moz-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    min-width: 58.33333%; }
  .grid-flex > .desktop-size-8-of-12 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
    -moz-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    min-width: 66.66667%; }
  .grid-flex > .desktop-size-9-of-12 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 75%;
    -moz-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    min-width: 75%; }
  .grid-flex > .desktop-size-10-of-12 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
    -moz-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    min-width: 83.33333%; }
  .grid-flex > .desktop-size-11-of-12 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
    -moz-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    min-width: 91.66667%; }
  .grid-flex > .desktop-size-12-of-12 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    min-width: 100%; }
  .grid-flex > .desktop-weight-1 {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: initial; }
  .grid-flex > .desktop-weight-2 {
    -webkit-box-flex: 2;
    -moz-box-flex: 2;
    box-flex: 2;
    -webkit-flex: 2;
    -moz-flex: 2;
    -ms-flex: 2;
    flex: 2;
    min-width: initial; }
  .grid-flex > .desktop-weight-3 {
    -webkit-box-flex: 3;
    -moz-box-flex: 3;
    box-flex: 3;
    -webkit-flex: 3;
    -moz-flex: 3;
    -ms-flex: 3;
    flex: 3;
    min-width: initial; }
  .grid-flex > .desktop-weight-4 {
    -webkit-box-flex: 4;
    -moz-box-flex: 4;
    box-flex: 4;
    -webkit-flex: 4;
    -moz-flex: 4;
    -ms-flex: 4;
    flex: 4;
    min-width: initial; }
  .grid-flex > .desktop-weight-5 {
    -webkit-box-flex: 5;
    -moz-box-flex: 5;
    box-flex: 5;
    -webkit-flex: 5;
    -moz-flex: 5;
    -ms-flex: 5;
    flex: 5;
    min-width: initial; }
  .grid-flex > .desktop-weight-6 {
    -webkit-box-flex: 6;
    -moz-box-flex: 6;
    box-flex: 6;
    -webkit-flex: 6;
    -moz-flex: 6;
    -ms-flex: 6;
    flex: 6;
    min-width: initial; }
  .grid-flex > .desktop-weight-7 {
    -webkit-box-flex: 7;
    -moz-box-flex: 7;
    box-flex: 7;
    -webkit-flex: 7;
    -moz-flex: 7;
    -ms-flex: 7;
    flex: 7;
    min-width: initial; }
  .grid-flex > .desktop-weight-8 {
    -webkit-box-flex: 8;
    -moz-box-flex: 8;
    box-flex: 8;
    -webkit-flex: 8;
    -moz-flex: 8;
    -ms-flex: 8;
    flex: 8;
    min-width: initial; }
  .grid-flex > .desktop-weight-9 {
    -webkit-box-flex: 9;
    -moz-box-flex: 9;
    box-flex: 9;
    -webkit-flex: 9;
    -moz-flex: 9;
    -ms-flex: 9;
    flex: 9;
    min-width: initial; }
  .grid-flex > .desktop-weight-10 {
    -webkit-box-flex: 10;
    -moz-box-flex: 10;
    box-flex: 10;
    -webkit-flex: 10;
    -moz-flex: 10;
    -ms-flex: 10;
    flex: 10;
    min-width: initial; }
  .grid-flex > .desktop-weight-11 {
    -webkit-box-flex: 11;
    -moz-box-flex: 11;
    box-flex: 11;
    -webkit-flex: 11;
    -moz-flex: 11;
    -ms-flex: 11;
    flex: 11;
    min-width: initial; }
  .grid-flex > .desktop-weight-12 {
    -webkit-box-flex: 12;
    -moz-box-flex: 12;
    box-flex: 12;
    -webkit-flex: 12;
    -moz-flex: 12;
    -ms-flex: 12;
    flex: 12;
    min-width: initial; }
  .grid-flex > .desktop-order-1 {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    box-ordinal-group: 1;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    -ms-flex-order: 1; }
  .grid-flex > .desktop-order-2 {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    box-ordinal-group: 2;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    -ms-flex-order: 2; }
  .grid-flex > .desktop-order-3 {
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    box-ordinal-group: 3;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
    -ms-flex-order: 3; }
  .grid-flex > .desktop-order-4 {
    -webkit-box-ordinal-group: 4;
    -moz-box-ordinal-group: 4;
    box-ordinal-group: 4;
    -webkit-order: 4;
    -moz-order: 4;
    order: 4;
    -ms-flex-order: 4; }
  .grid-flex > .desktop-order-5 {
    -webkit-box-ordinal-group: 5;
    -moz-box-ordinal-group: 5;
    box-ordinal-group: 5;
    -webkit-order: 5;
    -moz-order: 5;
    order: 5;
    -ms-flex-order: 5; }
  .grid-flex > .desktop-order-6 {
    -webkit-box-ordinal-group: 6;
    -moz-box-ordinal-group: 6;
    box-ordinal-group: 6;
    -webkit-order: 6;
    -moz-order: 6;
    order: 6;
    -ms-flex-order: 6; }
  .grid-flex > .desktop-order-7 {
    -webkit-box-ordinal-group: 7;
    -moz-box-ordinal-group: 7;
    box-ordinal-group: 7;
    -webkit-order: 7;
    -moz-order: 7;
    order: 7;
    -ms-flex-order: 7; }
  .grid-flex > .desktop-order-8 {
    -webkit-box-ordinal-group: 8;
    -moz-box-ordinal-group: 8;
    box-ordinal-group: 8;
    -webkit-order: 8;
    -moz-order: 8;
    order: 8;
    -ms-flex-order: 8; }
  .grid-flex > .desktop-order-9 {
    -webkit-box-ordinal-group: 9;
    -moz-box-ordinal-group: 9;
    box-ordinal-group: 9;
    -webkit-order: 9;
    -moz-order: 9;
    order: 9;
    -ms-flex-order: 9; }
  .grid-flex > .desktop-order-10 {
    -webkit-box-ordinal-group: 10;
    -moz-box-ordinal-group: 10;
    box-ordinal-group: 10;
    -webkit-order: 10;
    -moz-order: 10;
    order: 10;
    -ms-flex-order: 10; }
  .grid-flex > .desktop-order-11 {
    -webkit-box-ordinal-group: 11;
    -moz-box-ordinal-group: 11;
    box-ordinal-group: 11;
    -webkit-order: 11;
    -moz-order: 11;
    order: 11;
    -ms-flex-order: 11; }
  .grid-flex > .desktop-order-12 {
    -webkit-box-ordinal-group: 12;
    -moz-box-ordinal-group: 12;
    box-ordinal-group: 12;
    -webkit-order: 12;
    -moz-order: 12;
    order: 12;
    -ms-flex-order: 12; }
  .grid-flex.desktop-vertical {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-lines: single;
    -moz-box-lines: single;
    box-lines: single;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
  .grid-flex.desktop-horizontal {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .grid-flex.desktop-spacing-tiny {
    margin: -0.25rem 0 0 -0.25rem; }
    .grid-flex.desktop-spacing-tiny > * {
      padding: 0.25rem 0 0 0.25rem; }
    .grid-flex.desktop-spacing-tiny.outer-spacing {
      margin: 0 0.25rem 0.25rem 0; }
  .grid-flex.desktop-spacing-small {
    margin: -0.5rem 0 0 -0.5rem; }
    .grid-flex.desktop-spacing-small > * {
      padding: 0.5rem 0 0 0.5rem; }
    .grid-flex.desktop-spacing-small.outer-spacing {
      margin: 0 0.5rem 0.5rem 0; }
  .grid-flex.desktop-spacing-medium {
    margin: -0.75rem 0 0 -0.75rem; }
    .grid-flex.desktop-spacing-medium > * {
      padding: 0.75rem 0 0 0.75rem; }
    .grid-flex.desktop-spacing-medium.outer-spacing {
      margin: 0 0.75rem 0.75rem 0; }
  .grid-flex.desktop-spacing-large {
    margin: -1.25rem 0 0 -1.25rem; }
    .grid-flex.desktop-spacing-large > * {
      padding: 1.25rem 0 0 1.25rem; }
    .grid-flex.desktop-spacing-large.outer-spacing {
      margin: 0 1.25rem 1.25rem 0; }
  .grid-flex.desktop-spacing-huge {
    margin: -2.5rem 0 0 -2.5rem; }
    .grid-flex.desktop-spacing-huge > * {
      padding: 2.5rem 0 0 2.5rem; }
    .grid-flex.desktop-spacing-huge.outer-spacing {
      margin: 0 2.5rem 2.5rem 0; }
  .grid-flex.desktop-spacing-one {
    margin: -1px 0 0 -1px; }
    .grid-flex.desktop-spacing-one > * {
      padding: 1px 0 0 1px; }
    .grid-flex.desktop-spacing-one.outer-spacing {
      margin: 0 1px 1px 0; }
  .grid-flex.desktop-spacing-none {
    margin: 0 0 0 0; }
    .grid-flex.desktop-spacing-none > * {
      padding: 0 0 0 0; }
    .grid-flex.desktop-spacing-none.outer-spacing {
      margin: 0 0 0 0; } }

/**
 * flex grid divider component
 *
 * Provides a generic way to add dividers in a layout
 *
 * @author Olivier Paradis <oparadis@oxent.net>
 * @date   05/07/2016
 */
.grid-flex > * > .divider {
  background: #0a1932; }
  .grid-flex > * > .divider.inverted {
    background: #0a1932; }
  .grid-flex > * > .divider.transparent {
    background: transparent; }

.grid-flex > * > .divider,
.grid-flex.horizontal > * > .divider {
  width: 1px;
  height: 100%; }

.grid-flex.vertical > * > .divider {
  width: 100%;
  height: 1px; }

@media (max-width: 600px) {
  .grid-flex.mobile-horizontal > * > .divider {
    width: 1px;
    height: 100%; }
  .grid-flex.mobile-vertical > * > .divider {
    width: 100%;
    height: 1px; } }

@media (min-width: 601px) and (max-width: 1200px) {
  .grid-flex.tablet-horizontal > * > .divider {
    width: 1px;
    height: 100%; }
  .grid-flex.tablet-vertical > * > .divider {
    width: 100%;
    height: 1px; } }

@media (min-width: 1201px) {
  .grid-flex.desktop-horizontal > * > .divider {
    width: 1px;
    height: 100%; }
  .grid-flex.desktop-vertical > * > .divider {
    width: 100%;
    height: 1px; } }

/**
 * Match shown in the mini format.
 *
 * @author Olivier Paradis <oparadis@oxent.net>
 */
/**
 * Match global configuration
 *
 * @author Olivier Paradis <oparadis@oxent.net>
 */
.match.format-mini {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 11rem;
  box-sizing: border-box;
  padding: 1.25rem;
  border-radius: 0;
  border: 0;
  position: relative;
  background: #030a14;
  border-color: #d9d9d9; }
  .match.format-mini.hover:hover {
    border-color: #009dff;
    background: #030a14; }
  .match.format-mini > .header > div {
    color: #bfb9a5;
    background: #030a14; }
  .match.format-mini > .record > .opponent > .name {
    color: #f1e6d2; }
    .match.format-mini > .record > .opponent > .name.disabled {
      color: #bfb9a5; }
  .match.format-mini > .record > .opponent > .info {
    color: #bfb9a5; }
    .match.format-mini > .record > .opponent > .info > .subdued {
      color: #bfb9a5; }
  .match.format-mini > .record > .opponent > .more {
    color: #bfb9a5; }
  .match.format-mini > .record > .opponent > .result {
    color: #bfb9a5; }
    .match.format-mini > .record > .opponent > .result.progress {
      color: #bfb9a5; }
    .match.format-mini > .record > .opponent > .result.win {
      color: #50b649; }
    .match.format-mini > .record > .opponent > .result.draw {
      color: black; }
    .match.format-mini > .record > .opponent > .result.loss {
      color: #e61a1a; }
    .match.format-mini > .record > .opponent > .result.forfeit {
      color: #ff7700; }
    .match.format-mini > .record > .opponent > .result.ranked {
      color: gray; }
  .match.format-mini > .state {
    color: #bfb9a5; }
    .match.format-mini > .state > .pending, .match.format-mini > .state > .date, .match.format-mini > .state > .time {
      color: #bfb9a5; }
      .match.format-mini > .state > .pending.disabled, .match.format-mini > .state > .date.disabled, .match.format-mini > .state > .time.disabled {
        color: #bfb9a5; }
  .match.format-mini .hide {
    display: none; }
  .match.format-mini > .header {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    left: 0.75rem;
    top: -1.25rem;
    right: 0.75rem;
    font: normal 12px/1.4em "Gobold Regular";
    z-index: 1; }
    .match.format-mini > .header > div {
      text-overflow: ellipsis;
      overflow: hidden;
      white-space: nowrap;
      padding: 0 0.75rem;
      margin-right: 0.75rem; }
      .match.format-mini > .header > div:first-child {
        margin-left: 0; }
      .match.format-mini > .header > div:last-child {
        margin-right: 0; }
  .match.format-mini > .record {
    -webkit-box-flex: 3;
    -moz-box-flex: 3;
    box-flex: 3;
    -webkit-flex: 3;
    -moz-flex: 3;
    -ms-flex: 3;
    flex: 3; }
    .match.format-mini > .record > .opponent {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      box-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -o-align-items: center;
      align-items: center;
      -ms-flex-align: center;
      margin-bottom: 0.75rem; }
      .match.format-mini > .record > .opponent:last-child {
        margin-bottom: 0; }
      .match.format-mini > .record > .opponent > * {
        margin-right: 0.75rem; }
        .match.format-mini > .record > .opponent > *:last-child {
          margin-right: 0; }
      .match.format-mini > .record > .opponent > .name {
        -webkit-box-flex: 3;
        -moz-box-flex: 3;
        box-flex: 3;
        -webkit-flex: 3;
        -moz-flex: 3;
        -ms-flex: 3;
        flex: 3;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        width: 0;
        font: normal 14px/1.4em "Gobold Regular";
        font-weight: normal; }
        .match.format-mini > .record > .opponent > .name.disabled {
          font-weight: normal; }
        .match.format-mini > .record > .opponent > .name.win {
          font-weight: normal; }
      .match.format-mini > .record > .opponent > .info {
        -webkit-box-flex: 3;
        -moz-box-flex: 3;
        box-flex: 3;
        -webkit-flex: 3;
        -moz-flex: 3;
        -ms-flex: 3;
        flex: 3;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        width: 0;
        font: normal 14px/1.4em "Gobold Regular"; }
        .match.format-mini > .record > .opponent > .info > .subdued {
          font: normal 14px/1.4em "Gobold Regular"; }
      .match.format-mini > .record > .opponent > .more {
        -webkit-box-flex: 3;
        -moz-box-flex: 3;
        box-flex: 3;
        -webkit-flex: 3;
        -moz-flex: 3;
        -ms-flex: 3;
        flex: 3;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        width: 0;
        font: normal 12px/1.4em "Gobold Regular"; }
      .match.format-mini > .record > .opponent > .result {
        width: 15%;
        box-sizing: border-box;
        border-radius: 0;
        font: normal 14px/1.4em "Gobold Regular";
        font-weight: normal;
        text-align: center; }
      .match.format-mini > .record > .opponent > .country {
        width: 20px; }
        .match.format-mini > .record > .opponent > .country > i {
          display: block; }
      .match.format-mini > .record > .opponent > .logo {
        width: 20px;
        height: 20px; }
        .match.format-mini > .record > .opponent > .logo > img {
          font: 400 1rem/1.5em "Noto Sans", sans-serif;
          width: 20px;
          height: 20px; }
  .match.format-mini > .state {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    width: 25%;
    min-width: 3.5rem;
    box-sizing: border-box;
    margin-left: 0.75rem;
    border-radius: 0;
    font: normal 12px/1.4em "OpenSans";
    text-transform: uppercase;
    text-align: center; }
    .match.format-mini > .state .subdued {
      font: normal 12px/1.4em "OpenSans"; }
    .match.format-mini > .state .light {
      font: normal 12px/1.4em "OpenSans"; }
  .match.format-mini.inverted {
    background: #262626;
    border-color: #424242; }
    .match.format-mini.inverted.hover:hover {
      border-color: #009dff;
      background: #262626; }
    .match.format-mini.inverted > .header > div {
      color: gray;
      background: #262626; }
    .match.format-mini.inverted > .record > .opponent > .name {
      color: white; }
      .match.format-mini.inverted > .record > .opponent > .name.disabled {
        color: #424242; }
    .match.format-mini.inverted > .record > .opponent > .info {
      color: #d9d9d9; }
      .match.format-mini.inverted > .record > .opponent > .info > .subdued {
        color: gray; }
    .match.format-mini.inverted > .record > .opponent > .more {
      color: gray; }
    .match.format-mini.inverted > .record > .opponent > .result {
      color: white; }
      .match.format-mini.inverted > .record > .opponent > .result.progress {
        color: #5c5c5c; }
      .match.format-mini.inverted > .record > .opponent > .result.win {
        color: #50b649; }
      .match.format-mini.inverted > .record > .opponent > .result.draw {
        color: white; }
      .match.format-mini.inverted > .record > .opponent > .result.loss {
        color: #e61a1a; }
      .match.format-mini.inverted > .record > .opponent > .result.forfeit {
        color: #ff7700; }
      .match.format-mini.inverted > .record > .opponent > .result.ranked {
        color: gray; }
    .match.format-mini.inverted > .state {
      color: gray; }
      .match.format-mini.inverted > .state > .pending, .match.format-mini.inverted > .state > .date, .match.format-mini.inverted > .state > .time {
        color: gray; }
        .match.format-mini.inverted > .state > .pending.disabled, .match.format-mini.inverted > .state > .date.disabled, .match.format-mini.inverted > .state > .time.disabled {
          color: #5c5c5c; }
  .match.format-mini.hover:hover {
    cursor: pointer; }

@font-face {
  font-family: 'Industry Regular';
  src: url("../assets/fonts/Industry/industry_regular.otf"); }

@font-face {
  font-family: 'Industry Bold';
  src: url("../assets/fonts/Industry/industry_bold.otf"); }

@font-face {
  font-family: 'Beaufort Regular';
  src: url("../assets/fonts/Beaufort/Beaufort Regular.otf"); }

@font-face {
  font-family: 'Beaufort Medium';
  src: url("../assets/fonts/Beaufort/Beaufort Medium.otf"); }

@font-face {
  font-family: 'Gobold Bold';
  src: url("../assets/fonts/Gobold/Gobold Bold.otf"); }

@font-face {
  font-family: 'Gobold Bold Italic';
  src: url("../assets/fonts/Gobold/Gobold Bold Italic.otf"); }

@font-face {
  font-family: 'Gobold Hollow Bold';
  src: url("../assets/fonts/Gobold/Gobold Hollow Bold.otf"); }

@font-face {
  font-family: 'Gobold Hollow Bold Italic';
  src: url("../assets/fonts/Gobold/Gobold Hollow Bold Italic.otf"); }

@font-face {
  font-family: 'Gobold Light';
  src: url("../assets/fonts/Gobold/Gobold Light.otf"); }

@font-face {
  font-family: 'Gobold Light Italic';
  src: url("../assets/fonts/Gobold/Gobold Light Italic.otf"); }

@font-face {
  font-family: 'Gobold Thin';
  src: url("../assets/fonts/Gobold/Gobold Thin.otf"); }

@font-face {
  font-family: 'Gobold Thin Italic';
  src: url("../assets/fonts/Gobold/Gobold Thin Italic.otf"); }

@font-face {
  font-family: 'Gobold Regular';
  src: url("../assets/fonts/Gobold/Gobold Regular.otf"); }

body {
  font-family: 'Industry Regular'; }

.top-banner {
  position: relative;
  background-size: cover;
  display: flex;
  justify-content: center;
  background-image: url(../assets/home-top-banner-bg_610612928.png);
  background-position: center center; }
  .top-banner .top-navigation {
    text-transform: uppercase;
    margin-top: 65px;
    margin-bottom: 68px;
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: space-between;
    color: #ffd866;
    font-size: 18px;
    letter-spacing: 4px;
    font-family: 'Gobold Thin';
    align-items: center; }
    .top-banner .top-navigation div.sponsor {
      flex: 1; }
      .top-banner .top-navigation div.sponsor.cic {
        margin-bottom: -15px; }
        .top-banner .top-navigation div.sponsor.cic:before {
          bottom: -4px; }
      .top-banner .top-navigation div.sponsor.dominos:before {
        bottom: -23px; }
    .top-banner .top-navigation span, .top-banner .top-navigation div {
      position: relative;
      user-select: none;
      flex: 1; }
      .top-banner .top-navigation span a, .top-banner .top-navigation div a {
        color: #fcd359;
        transition: all 0.2s; }
      .top-banner .top-navigation span:before, .top-banner .top-navigation div:before {
        content: '';
        height: 22px;
        width: 154px;
        position: absolute;
        left: calc(50% - 77px);
        bottom: -28px;
        background-image: url(../assets/menu_current_610612928.png);
        background-repeat: no-repeat;
        background-size: cover;
        transition: all 0.2s;
        opacity: 0;
        pointer-events: none; }
      .top-banner .top-navigation span:hover a, .top-banner .top-navigation span.current a, .top-banner .top-navigation div:hover a, .top-banner .top-navigation div.current a {
        color: #f1e6d2; }
      .top-banner .top-navigation span:hover:before, .top-banner .top-navigation span.current:before, .top-banner .top-navigation div:hover:before, .top-banner .top-navigation div.current:before {
        opacity: 1; }
  .top-banner .title-block {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 50px;
    z-index: 99; }
    .top-banner .title-block div {
      display: flex;
      justify-content: center; }
      .top-banner .title-block div.title {
        user-select: none;
        font-family: 'Gobold Thin';
        font-size: 38px;
        letter-spacing: 8px;
        margin-bottom: 5px;
        color: #fcd359;
        line-height: normal;
        background-image: linear-gradient(to bottom, #fce293, #b8933a);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        display: block;
        text-align: center; }
      .top-banner .title-block div.sub-title {
        user-select: none;
        font-size: 22px;
        line-height: 28px;
        margin-bottom: 24px;
        background-image: linear-gradient(to bottom, #fce293, #b8933a);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        font-family: 'Beaufort Medium';
        display: block;
        text-align: center;
        height: 28px; }
        .top-banner .title-block div.sub-title > span {
          vertical-align: middle; }
          .top-banner .title-block div.sub-title > span.of {
            font-size: 10px;
            margin: 0 3px; }
      .top-banner .title-block div.description {
        user-select: none;
        font-size: 16px;
        font-family: 'Industry Regular';
        letter-spacing: 0.9px;
        max-width: 730px;
        margin: 0 auto;
        text-align: center;
        color: #bfb9a5; }
        .top-banner .title-block div.description .partners-logos-container {
          margin-top: 15px;
          display: flex;
          justify-content: space-around;
          align-items: center;
          width: 670px; }
          .top-banner .title-block div.description .partners-logos-container img {
            height: 50px;
            width: 150px; }
            .top-banner .title-block div.description .partners-logos-container img.cic {
              height: 60px;
              padding-top: 14px; }
            .top-banner .title-block div.description .partners-logos-container img.intel {
              width: 88px;
              padding: 0px 0px 0px 35px; }
      .top-banner .title-block div.logo {
        user-select: none; }
        .top-banner .title-block div.logo img {
          height: 300px; }
    .top-banner .title-block.twitch {
      flex-direction: row;
      align-items: center;
      margin-bottom: 130px; }
      .top-banner .title-block.twitch .logo {
        margin-right: 88px;
        display: flex;
        flex-direction: column; }
        .top-banner .title-block.twitch .logo .partners-logos {
          margin-top: 30px; }
          .top-banner .title-block.twitch .logo .partners-logos img {
            height: 50px;
            width: auto; }
            .top-banner .title-block.twitch .logo .partners-logos img:first-child {
              margin-right: 60px; }
      .top-banner .title-block.twitch .twitch-container {
        flex-direction: column; }
        .top-banner .title-block.twitch .twitch-container .sub-title {
          margin-bottom: 32px; }
        .top-banner .title-block.twitch .twitch-container iframe {
          border: 1px solid #d4aa3b;
          padding: 2px;
          width: 677px;
          height: 381px; }

.schedule-banner {
  background-color: #181818; }
  .schedule-banner .container {
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center; }
  .schedule-banner .schedule-content {
    display: flex;
    flex-direction: row;
    height: 92px;
    width: 80%;
    margin-left: 30px; }
    .schedule-banner .schedule-content .schedule-left {
      position: absolute;
      background-image: url(../assets/arrow-left_610612928.svg);
      background-repeat: no-repeat;
      height: 32px;
      width: 18px;
      left: -30px;
      top: calc(50% - 18px);
      cursor: pointer; }
      .schedule-banner .schedule-content .schedule-left:hover {
        background-image: url(https://lollfl.com/assets/arrow-left-hover.svg?610612928); }
      .schedule-banner .schedule-content .schedule-left.slick-disabled {
        cursor: not-allowed;
        opacity: 0.3; }
    .schedule-banner .schedule-content .schedule-right {
      position: absolute;
      height: 32px;
      width: 18px;
      background-image: url(../assets/arrow-right_610612928.svg);
      background-repeat: no-repeat;
      right: -30px;
      top: calc(50% - 18px);
      cursor: pointer;
      transition: all 0.2s; }
      .schedule-banner .schedule-content .schedule-right:hover {
        background-image: url(https://lollfl.com/assets/arrow-right-hover.svg?610612928); }
      .schedule-banner .schedule-content .schedule-right.slick-disabled {
        cursor: not-allowed;
        opacity: 0.3; }
    .schedule-banner .schedule-content .day {
      background-color: #0d0d0d;
      color: #ffd866;
      font-size: 14px;
      font-family: "Gobold Thin";
      max-width: 60px;
      min-width: 60px;
      min-height: 92px;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center; }
    .schedule-banner .schedule-content .match.format-mini > .record > .opponent > .result.draw {
      color: #f1e6d2; }
    .schedule-banner .schedule-content .match .name {
      line-height: 1.71;
      letter-spacing: 3px; }
    .schedule-banner .schedule-content .match .state .time {
      font-family: "Industry Regular"; }
    .schedule-banner .schedule-content .match .result.draw {
      color: #bfb9a5; }
  .schedule-banner .separator {
    height: 2px;
    width: 100%;
    background-image: linear-gradient(90deg, transparent 0%, #fcd359 50%, transparent 100%); }

.content.home {
  padding-bottom: 100px;
  margin-top: 0; }
  .content.home .home-pictos {
    display: flex;
    margin-top: 120px;
    margin-bottom: 80px;
    height: 100%;
    align-items: center; }
    .content.home .home-pictos .item {
      flex: 1;
      display: flex;
      flex-direction: column;
      align-items: center;
      margin: 0 60px;
      max-width: 400px; }
      .content.home .home-pictos .item .picto img {
        width: 48px;
        height: 48px;
        margin-bottom: 20px; }
      .content.home .home-pictos .item .description {
        color: #bfb9a5;
        font-size: 14px;
        text-align: center;
        font-family: 'Industry Regular'; }
      .content.home .home-pictos .item:first-child {
        margin-left: 0; }
      .content.home .home-pictos .item:last-child {
        margin-right: 0; }
  .content.home .fresh-news {
    width: 100%;
    margin-bottom: 90px; }
    .content.home .fresh-news .news-header {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      align-items: center;
      margin: 40px 0 40px 0; }
    .content.home .fresh-news .news-content {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: center; }
      .content.home .fresh-news .news-content a {
        margin: 0 13px; }
    .content.home .fresh-news .news-footer {
      display: none;
      flex-direction: row;
      justify-content: center;
      align-items: center; }
      .content.home .fresh-news .news-footer .decorated-button {
        max-width: 100%; }
    .content.home .fresh-news h2 {
      margin: 0; }
  .content.home .network-title {
    display: flex;
    flex-direction: column;
    align-items: center; }
    .content.home .network-title .title {
      font-size: 28px;
      font-family: 'Gobold Thin';
      letter-spacing: 6.2px;
      background-image: linear-gradient(to bottom, #fce293, #b8933a);
      line-height: normal;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      margin-bottom: 25px; }
    .content.home .network-title .networks {
      display: flex;
      flex-direction: row; }

.content.news {
  min-height: calc(100vh - 160px); }
  .content.news .container .fresh-news {
    width: 100%;
    margin-bottom: 90px; }
    .content.news .container .fresh-news .news-header {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      margin-bottom: 46px;
      align-items: center; }
      .content.news .container .fresh-news .news-header .decorated-button {
        max-width: 100%; }
    .content.news .container .fresh-news .news-content {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: center; }
      .content.news .container .fresh-news .news-content a {
        margin: 0px 13px; }

.content.news-details {
  padding-bottom: 100px; }
  .content.news-details h1 {
    max-width: 650px;
    line-height: 50px; }
  .content.news-details .container {
    align-items: center; }
  .content.news-details .news-content {
    max-width: 830px;
    margin: 0 auto;
    text-align: justify;
    font-size: 16px;
    color: #bfb9a5; }
    .content.news-details .news-content img {
      padding: 2px;
      border: 2px solid #b8933a;
      width: calc(100% - 8px);
      margin: 30px 0px; }
    .content.news-details .news-content p {
      line-height: 1.71; }
    .content.news-details .news-content .introduction {
      font-size: 18px;
      color: #EFD382; }
    .content.news-details .news-content iframe {
      width: 100%;
      height: 467px; }
  .content.news-details .other-news {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 88px; }
    .content.news-details .other-news.with-separator:before {
      content: '';
      position: absolute;
      background-image: linear-gradient(90deg, transparent 0%, #fcd359 50%, transparent 100%);
      height: 2px;
      width: 830px;
      left: calc(50% - 415px);
      margin-top: -60px; }
    .content.news-details .other-news a {
      margin: 0 30px; }

.content.teams {
  padding-bottom: 100px; }
  .content.teams .teams-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 50px; }
    .content.teams .teams-list a {
      margin: 0 13px; }
    .content.teams .teams-list .team-card {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      margin-bottom: 26px;
      border: 1px solid transparent;
      height: 258px;
      width: 258px;
      background-color: #1E1E1E;
      position: relative;
      transition: all 0.2s; }
      .content.teams .teams-list .team-card .logo > img {
        width: 120px;
        height: 120px;
        margin-bottom: 25px; }
      .content.teams .teams-list .team-card .name {
        font-size: 18px;
        color: #d4aa3b;
        font-family: "Gobold Thin";
        text-transform: uppercase; }
      .content.teams .teams-list .team-card:hover {
        border: 1px solid #b8933a; }
        .content.teams .teams-list .team-card:hover .name {
          color: #ffd866; }

.content.team-details {
  user-select: none;
  padding-bottom: 100px; }
  .content.team-details .top-content {
    display: flex;
    flex-direction: column;
    align-items: center; }
    .content.team-details .top-content .team-header {
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      margin-top: 70px; }
      .content.team-details .top-content .team-header .logo > img {
        width: 160px;
        height: 160px;
        margin-right: 20px; }
      .content.team-details .top-content .team-header .name {
        font-size: 38px;
        font-family: "Gobold Thin";
        letter-spacing: 8px;
        color: #f1e6d2;
        user-select: none; }
    .content.team-details .top-content .resume {
      display: flex;
      flex-direction: row;
      align-items: center; }
      .content.team-details .top-content .resume .victory {
        color: #ddba52;
        font-size: 20px;
        font-family: "Gobold Thin";
        font-weight: bold;
        letter-spacing: 4px; }
      .content.team-details .top-content .resume .separator {
        height: 50px;
        width: 2px;
        background-image: linear-gradient(transparent 0%, #fcd359 50%, transparent 100%);
        align-self: center;
        margin: 0 40px; }
      .content.team-details .top-content .resume .defeat {
        color: #656565;
        font-size: 20px;
        font-family: "Gobold Thin";
        font-weight: bold;
        letter-spacing: 4px; }
    .content.team-details .top-content .description {
      color: #bfb9a5;
      text-align: center;
      line-height: 1.5;
      font-family: "Industry Regular";
      font-size: 16px;
      max-width: 750px;
      margin-top: 25px; }
  .content.team-details .lineup {
    display: flex;
    flex-direction: column; }
    .content.team-details .lineup .main-lineup {
      display: flex;
      flex-direction: row;
      justify-content: center;
      flex-wrap: wrap;
      align-items: center; }
    .content.team-details .lineup .sub-lineup {
      display: flex;
      flex-direction: row;
      justify-content: space-evenly; }
  .content.team-details .matches {
    display: flex;
    flex-direction: column;
    margin-top: 80px; }
    .content.team-details .matches .matches-title {
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: space-between; }
      .content.team-details .matches .matches-title .decorated-button {
        max-width: 100%; }
  .content.team-details .player {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 10px 30px 10px; }
    .content.team-details .player .photo {
      margin-bottom: 12px;
      width: 200px; }
      .content.team-details .player .photo > img {
        width: 200px; }
    .content.team-details .player .name {
      font-size: 16px;
      font-family: "Industry Regular";
      color: #bfb9a5;
      margin-bottom: 10px; }
    .content.team-details .player .pseudo {
      font-size: 18px;
      font-family: "Industry Bold";
      color: #ddba52;
      margin-bottom: 10px; }
    .content.team-details .player .role {
      color: #696867;
      font-size: 18px;
      font-family: 'Beaufort Regular'; }

.content.schedule {
  user-select: none;
  padding-bottom: 100px;
  min-height: calc(100vh - 160px); }
  .content.schedule .schedule-header select {
    width: 160px;
    height: 50px;
    background-color: #0a1932;
    border-radius: 0px;
    font-family: "Gobold Thin";
    border: 2px solid;
    border-image: linear-gradient(to bottom, #fce293 0%, #b8933a 100%);
    border-image-slice: 1;
    outline: 0;
    box-shadow: none;
    background: #2c3e50;
    background-image: none;
    padding-left: 15px;
    position: relative; }
    .content.schedule .schedule-header select:after {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      padding: 0 1em;
      background: #34495e;
      pointer-events: none; }
  .content.schedule .stage-selector {
    display: flex;
    justify-content: center;
    user-select: none;
    margin-bottom: 60px; }
    .content.schedule .stage-selector span {
      font-size: 18px;
      color: #ffd866;
      margin: 0 50px;
      font-family: "Gobold Thin";
      cursor: pointer;
      letter-spacing: 5.1px;
      width: 100px;
      text-align: center;
      position: relative;
      transition: all 0.2s; }
      .content.schedule .stage-selector span.current, .content.schedule .stage-selector span:hover {
        color: #f1e6d2; }

.content.static-page {
  padding-bottom: 100px;
  min-height: calc(100vh - 160px); }
  .content.static-page .static-content {
    max-width: 830px;
    margin: 0 auto;
    text-align: justify;
    font-size: 16px;
    color: #bfb9a5; }
    .content.static-page .static-content div[data-oembed-type="video"] {
      text-align: center; }
    .content.static-page .static-content img {
      width: 100%; }
    .content.static-page .static-content p {
      line-height: 1.71; }
      .content.static-page .static-content p.introduction {
        font-weight: bold; }
    .content.static-page .static-content a {
      color: #fcd359; }
      .content.static-page .static-content a:hover {
        color: #f1e6d2; }

.content.ranking {
  min-height: calc(100vh - 160px); }
  .content.ranking .qualif-introduction {
    color: #f5edd4 !important;
    font-family: 'Industry Regular';
    /* max-width: 730px; */
    font-size: 16px;
    text-align: center;
    text-align: left;
    margin-top: 30px; }
  .content.ranking .ranking-introduction {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px; }
    .content.ranking .ranking-introduction .introduction {
      color: #f5edd4;
      font-family: 'Industry Regular';
      max-width: 730px;
      font-size: 16px;
      text-align: center; }
    .content.ranking .ranking-introduction h1 {
      margin-bottom: 70px; }
  .content.ranking .ranking-title {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    margin-top: 60px; }
    .content.ranking .ranking-title h2 {
      margin: 0; }
  .content.ranking .ranking-table {
    font-family: 'Industry Regular';
    display: flex;
    flex-direction: column;
    margin-bottom: 40px; }
    .content.ranking .ranking-table.spaced .ranking-row {
      justify-content: space-around; }
    .content.ranking .ranking-table .ranking-row {
      height: 80px;
      width: 100%;
      background-color: #1e1e1e;
      display: flex;
      flex-direction: row;
      text-align: center;
      align-items: center;
      color: #f1e6d2;
      margin-bottom: 5px;
      font-size: 18px; }
      .content.ranking .ranking-table .ranking-row .metrics {
        width: 110px; }
      .content.ranking .ranking-table .ranking-row.small {
        height: 50px; }
      .content.ranking .ranking-table .ranking-row.header {
        color: #999485;
        font-size: 16px;
        text-align: center;
        background-color: transparent;
        height: 50px; }
        .content.ranking .ranking-table .ranking-row.header .results .points {
          font-family: "Industry Regular"; }
        .content.ranking .ranking-table .ranking-row.header .position {
          color: #999485;
          font-family: "Industry Regular"; }
      .content.ranking .ranking-table .ranking-row .results {
        flex: 1;
        display: flex;
        flex-direction: row;
        justify-content: flex-end; }
        .content.ranking .ranking-table .ranking-row .results > * {
          width: 120px; }
        .content.ranking .ranking-table .ranking-row .results .points {
          width: 80px;
          font-family: "Industry Bold"; }
      .content.ranking .ranking-table .ranking-row .gold {
        color: #ffd866; }
      .content.ranking .ranking-table .ranking-row .position {
        width: 80px;
        color: #ffd866;
        font-family: "Industry Bold"; }
      .content.ranking .ranking-table .ranking-row .team {
        color: #f1e6d2;
        min-width: 100px;
        display: flex;
        flex-direction: row;
        align-items: center; }
        .content.ranking .ranking-table .ranking-row .team .logo img {
          width: 50px;
          margin-right: 15px; }
        .content.ranking .ranking-table .ranking-row .team .name, .content.ranking .ranking-table .ranking-row .team .name-responsive {
          font-family: "Gobold Thin";
          text-transform: uppercase; }
          .content.ranking .ranking-table .ranking-row .team .name:hover, .content.ranking .ranking-table .ranking-row .team .name-responsive:hover {
            color: #ffd866;
            cursor: pointer; }
        .content.ranking .ranking-table .ranking-row .team .name-responsive {
          display: none; }
    .content.ranking .ranking-table .deco-title-ranking {
      font-size: 16px;
      font-family: 'Industry Regular';
      color: #fcd359;
      margin: 22px 0;
      display: flex;
      flex-direction: row;
      align-items: center; }
      .content.ranking .ranking-table .deco-title-ranking div {
        flex: 1;
        border-bottom: 2px dashed #fcd359; }
      .content.ranking .ranking-table .deco-title-ranking span {
        padding: 0px 20px; }
  .content.ranking .ranking-gauntlet {
    margin-bottom: 50px;
    margin-top: 50px;
    display: flex;
    flex-direction: row;
    justify-content: space-between; }
    .content.ranking .ranking-gauntlet .gauntlet-round {
      display: flex;
      flex-direction: column;
      justify-content: center;
      width: 250px; }
      .content.ranking .ranking-gauntlet .gauntlet-round .gauntlet-round-header {
        font-family: "Industry Regular";
        margin-bottom: 20px;
        text-align: center;
        text-transform: uppercase; }
        .content.ranking .ranking-gauntlet .gauntlet-round .gauntlet-round-header .title {
          font-size: 20px;
          color: #999485;
          margin-bottom: 2px; }
        .content.ranking .ranking-gauntlet .gauntlet-round .gauntlet-round-header .date {
          font-size: 12px;
          color: #ffd866; }
    .content.ranking .ranking-gauntlet .bracket-round-link {
      position: relative;
      flex: 1; }
      .content.ranking .ranking-gauntlet .bracket-round-link:after {
        content: '';
        height: 1px;
        position: absolute;
        top: 111px;
        left: 0;
        right: 0;
        background-color: #3a3a3a; }
      .content.ranking .ranking-gauntlet .bracket-round-link:last-child {
        display: none; }
  .content.ranking .ranking-table-container {
    padding-right: 30px; }
  .content.ranking .content-ranking-matches {
    margin-bottom: 100px; }
    .content.ranking .content-ranking-matches .round-select {
      margin-bottom: 40px; }
  .content.ranking .ranking-carousel {
    margin-top: 50px; }
    .content.ranking .ranking-carousel .ranking-matches {
      margin-bottom: 60px; }
  .content.ranking .stage-selector {
    display: flex;
    user-select: none;
    margin-bottom: 60px; }
    .content.ranking .stage-selector span {
      font-size: 18px;
      color: #ffd866;
      margin: 0 50px;
      font-family: "Gobold Thin";
      cursor: pointer;
      letter-spacing: 5.1px;
      width: 100px;
      text-align: center;
      position: relative;
      transition: all 0.2s; }
      .content.ranking .stage-selector span.current, .content.ranking .stage-selector span:hover {
        color: #f1e6d2; }
  .content.ranking .menu-results-container {
    display: flex;
    flex-direction: column;
    width: 100%; }
    .content.ranking .menu-results-container .container {
      margin: 0 auto; }
    .content.ranking .menu-results-container .full-width {
      position: relative;
      width: 100%; }
      .content.ranking .menu-results-container .full-width:after {
        content: '';
        position: absolute;
        height: 2px;
        width: 100%;
        bottom: 0px;
        background-image: linear-gradient(90deg, transparent 0%, #fcd359 50%, transparent 100%); }
    .content.ranking .menu-results-container .menu-item {
      font-size: 18px;
      color: #ffd866;
      font-family: "Gobold Thin";
      cursor: pointer;
      letter-spacing: 5.1px;
      transition: all 0.2s;
      position: relative;
      white-space: nowrap; }
      .content.ranking .menu-results-container .menu-item.current a, .content.ranking .menu-results-container .menu-item:hover a {
        color: #f1e6d2; }
      .content.ranking .menu-results-container .menu-item.current:after, .content.ranking .menu-results-container .menu-item:hover:after {
        content: '';
        position: absolute;
        background-image: linear-gradient(90deg, transparent 0%, #f1e6d2 50%, transparent 100%);
        height: 2px;
        width: 120px;
        left: calc(50% - 60px);
        bottom: -20px;
        z-index: 99; }
    .content.ranking .menu-results-container .menu-segments .menu-item.current:after, .content.ranking .menu-results-container .menu-segments .menu-item:hover:after {
      bottom: -30px; }
      @media (max-width: 600px) {
        .content.ranking .menu-results-container .menu-segments .menu-item.current:after, .content.ranking .menu-results-container .menu-segments .menu-item:hover:after {
          bottom: 0px; } }
    .content.ranking .menu-results-container .menu-segments {
      display: flex;
      justify-content: space-between;
      align-items: center;
      position: relative;
      margin-bottom: 20px; }
      .content.ranking .menu-results-container .menu-segments .left-container .menu {
        display: flex;
        overflow-x: initial; }
        .content.ranking .menu-results-container .menu-segments .left-container .menu div {
          margin-right: 40px; }
          .content.ranking .menu-results-container .menu-segments .left-container .menu div:last-child {
            margin-right: 0; }
    .content.ranking .menu-results-container .menu-stages {
      position: relative;
      background-color: #181818;
      padding: 20px 0px;
      /*&:before {
        content: '';
        position: absolute;
        height: 2px;
        width: 100%;
        top: 0px;
        background-image: linear-gradient(90deg, transparent 0%, #fcd359 50%, transparent 100%);
      }*/ }
      .content.ranking .menu-results-container .menu-stages .container {
        display: flex;
        flex-direction: row; }
      .content.ranking .menu-results-container .menu-stages:after {
        content: '';
        position: absolute;
        height: 2px;
        width: 100%;
        bottom: 0;
        background-image: linear-gradient(90deg, transparent 0%, #fcd359 50%, transparent 100%); }
      .content.ranking .menu-results-container .menu-stages .menu-item {
        margin-right: 30px; }
        .content.ranking .menu-results-container .menu-stages .menu-item.current:after, .content.ranking .menu-results-container .menu-stages .menu-item:hover:after {
          bottom: -20px; }
        .content.ranking .menu-results-container .menu-stages .menu-item:last-child {
          margin-right: 0; }

.partners {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 100px; }
  .partners img {
    width: 230px !important;
    margin-bottom: 25px; }
  .partners .subtitle {
    color: #bfb9a5;
    font-family: "Gobold Thin";
    font-size: 18px;
    letter-spacing: 5px;
    margin-top: 10px;
    margin-bottom: 30px; }
  .partners .description {
    margin-bottom: 20px;
    text-align: center; }
  .partners a img {
    width: 12px !important;
    height: 12px;
    margin-bottom: 0;
    margin-left: 5px; }
  .partners:first-child {
    margin-top: 0px; }

.content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 70px;
  background-image: url(../assets/declin-particule-left_610612928.png), url(../assets/declin-particule-right_610612928.png), url(../assets/declin-particule-bottom-left_610612928.png), url(../assets/declin-particule-bottom-right_610612928.png), linear-gradient(175deg, #1c1c1c, #0d0d0d);
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
  background-position: top left, top right, bottom left, bottom right; }

.container {
  max-width: 1150px;
  width: 1150px;
  display: flex;
  flex-direction: column; }

.main-nav {
  width: 100%;
  height: 70px;
  background-color: #181818;
  position: fixed;
  z-index: 999;
  font-size: 14px;
  font-family: 'Gobold Thin';
  letter-spacing: 4px;
  color: #f3cd59;
  top: -160px;
  transition: top 0.3s;
  display: flex; }
  .main-nav > * {
    flex: 1; }
  .main-nav .container {
    width: 1150px;
    margin: 10px;
    margin: 0 auto;
    flex: none; }
  .main-nav .main-nav-content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: 70px;
    text-transform: uppercase; }
    .main-nav .main-nav-content div:not(.lfl-logo) {
      flex: 1;
      text-align: center;
      position: relative; }
      .main-nav .main-nav-content div:not(.lfl-logo) a {
        color: #fcd359;
        transition: all 0.2s; }
      .main-nav .main-nav-content div:not(.lfl-logo).sponsor {
        flex: 1;
        text-align: center; }
        .main-nav .main-nav-content div:not(.lfl-logo).sponsor.cic {
          margin-bottom: -15px; }
          .main-nav .main-nav-content div:not(.lfl-logo).sponsor.cic:before {
            bottom: -3px;
            left: calc(50% - 71px); }
        .main-nav .main-nav-content div:not(.lfl-logo).sponsor.dominos:before {
          bottom: -23px;
          left: calc(50% - 64px); }
      .main-nav .main-nav-content div:not(.lfl-logo):before {
        content: '';
        height: 26px;
        width: 154px;
        position: absolute;
        left: calc(50% - 77px);
        bottom: -30px;
        background-image: url(../assets/menu_current_610612928.png);
        background-repeat: no-repeat;
        transition: all 0.2s;
        opacity: 0;
        pointer-events: none; }
      .main-nav .main-nav-content div:not(.lfl-logo):hover a, .main-nav .main-nav-content div:not(.lfl-logo).current a {
        color: #f1e6d2; }
      .main-nav .main-nav-content div:not(.lfl-logo):hover:before, .main-nav .main-nav-content div:not(.lfl-logo).current:before {
        content: '';
        opacity: 1; }
    .main-nav .main-nav-content .lfl-logo {
      z-index: 99; }
      .main-nav .main-nav-content .lfl-logo a {
        margin-top: 46px;
        width: 110px; }
        .main-nav .main-nav-content .lfl-logo a img {
          width: 70px;
          margin-top: 50px; }
  .main-nav.open {
    top: 0; }
  .main-nav:after {
    content: '';
    position: absolute;
    height: 2px;
    width: 100%;
    bottom: 0;
    background-image: linear-gradient(90deg, transparent 0%, #fcd359 50%, transparent 100%); }

.footer {
  height: 90px;
  width: 100%;
  background-color: #181818;
  position: relative;
  user-select: none;
  display: flex;
  align-items: center;
  flex-direction: column; }
  .footer .footer-content {
    display: flex;
    justify-content: space-between;
    height: 90px;
    align-items: center; }
    .footer .footer-content .partners-logos-container {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      align-items: center;
      margin: 0px 20px; }
      .footer .footer-content .partners-logos-container img.partners-logo {
        height: auto;
        margin: 0 auto; }
        .footer .footer-content .partners-logos-container img.partners-logo.cic {
          width: 90px;
          padding-top: 13px; }
        .footer .footer-content .partners-logos-container img.partners-logo.intel {
          width: 60px !important;
          margin-right: 10px; }
        .footer .footer-content .partners-logos-container img.partners-logo.dominos {
          width: 113px !important;
          margin-left: 23px; }
        .footer .footer-content .partners-logos-container img.partners-logo.sfr {
          width: 70px; }
    .footer .footer-content .footer-content-left {
      display: flex;
      justify-content: flex-start; }
      .footer .footer-content .footer-content-left .footer-logos {
        display: flex;
        align-items: center; }
        .footer .footer-content .footer-content-left .footer-logos img {
          margin: 0 25px; }
        .footer .footer-content .footer-content-left .footer-logos .riot-logo img {
          width: 59px;
          height: 46px; }
      .footer .footer-content .footer-content-left .footer-social {
        display: flex;
        justify-content: space-between;
        align-items: center; }
        .footer .footer-content .footer-content-left .footer-social .social-items {
          margin: 0 25px;
          width: 25px;
          height: 25px;
          background-repeat: no-repeat;
          background-position: center center; }
          .footer .footer-content .footer-content-left .footer-social .social-items.twitter {
            background-image: url(../assets/picto-twitter_610612928.svg);
            transition: all 0.2s; }
            .footer .footer-content .footer-content-left .footer-social .social-items.twitter:hover {
              background-image: url(https://lollfl.com/assets/picto-twitter-hover.svg?610612928); }
          .footer .footer-content .footer-content-left .footer-social .social-items.instagram {
            background-image: url(../assets/insta_610612928.svg);
            transition: all 0.2s; }
            .footer .footer-content .footer-content-left .footer-social .social-items.instagram:hover {
              background-image: url(https://lollfl.com/assets/insta-hover.svg?610612928); }
    .footer .footer-content .footer-content-right {
      display: flex;
      justify-content: space-between;
      align-items: center; }
      .footer .footer-content .footer-content-right a {
        color: #bfb9a5;
        transition: all 0.2s; }
        .footer .footer-content .footer-content-right a:hover {
          color: #f1e6d2; }
      .footer .footer-content .footer-content-right div {
        font-size: 14px;
        font-family: 'Industry Regular';
        color: #bfb9a5;
        min-width: 120px;
        text-align: center;
        cursor: pointer; }
  .footer:before {
    content: '';
    position: absolute;
    height: 1px;
    width: 100%;
    background-image: linear-gradient(90deg, transparent 0%, #fcd359 50%, transparent 100%); }

.decorated-button {
  background-color: #181818;
  border: 2px solid #ffd866;
  color: #fcd359;
  padding: 15px;
  position: relative;
  font-size: 12px;
  text-transform: uppercase;
  font-family: 'Industry Regular';
  max-height: 66px;
  max-width: 115px;
  text-align: center;
  display: flex;
  line-height: 19px;
  transition: all 0.2s; }
  .decorated-button.twitter {
    color: #1da1f2;
    font-size: 18px;
    margin-right: 40px;
    padding: 15px 40px; }
  .decorated-button.instagram {
    color: #DF3683;
    font-size: 18px;
    max-width: none;
    padding: 15px 40px; }
  .decorated-button:hover {
    background-color: #0d0d0d; }
  .decorated-button img {
    width: 24px;
    height: 24px;
    background-size: cover;
    margin-right: 10px; }

.match-row {
  height: 90px;
  width: calc(100% - 5px);
  display: flex;
  flex-direction: row;
  background-color: #1E1E1E;
  margin-bottom: 5px;
  border-left: 5px solid transparent; }
  .match-row .infos {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-family: "Industry Regular";
    width: 100px;
    color: #ffd866; }
    .match-row .infos .date {
      font-weight: bold; }
    .match-row .infos .time {
      font-weight: normal; }
  .match-row .separator {
    display: flex;
    align-items: center; }
    .match-row .separator > div {
      width: 1px;
      background-color: #000000;
      height: 80%; }
  .match-row:not(.hover) .video {
    min-width: 165px; }
  .match-row.hover .infos:hover,
  .match-row.hover .separator:hover,
  .match-row.hover .match:hover {
    cursor: default; }
  .match-row.hover .video {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 24px; }
    .match-row.hover .video.mobile {
      display: none; }
    .match-row.hover .video > .decorated-button {
      padding: 10px 40px; }
  .match-row.hover:hover {
    border-left: 5px solid #ddba53;
    cursor: pointer; }

h1, h2, h3, h4, h5 {
  background-image: linear-gradient(to bottom, #fce293, #b8933a);
  line-height: normal;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  user-select: none;
  font-family: 'Gobold Thin';
  letter-spacing: 3.7px;
  position: relative;
  margin: 0px; }
  h1.with-separator:after, h2.with-separator:after, h3.with-separator:after, h4.with-separator:after, h5.with-separator:after {
    content: '';
    position: absolute;
    background-image: linear-gradient(90deg, transparent 0%, #fcd359 50%, transparent 100%);
    height: 2px;
    width: 300px;
    left: calc(50% - 150px);
    bottom: -35px; }
  h1.date, h2.date, h3.date, h4.date, h5.date {
    display: block;
    flex-direction: column; }
    h1.date > .date-container, h2.date > .date-container, h3.date > .date-container, h4.date > .date-container, h5.date > .date-container {
      -webkit-text-fill-color: #bfb9a5;
      font-size: 12px;
      margin-top: 15px; }

h1 {
  font-size: 34px;
  margin-top: 100px;
  margin-bottom: 100px;
  text-align: center;
  text-transform: uppercase; }

h2 {
  font-size: 26px;
  padding-left: 30px;
  margin: 40px 0 20px 0px;
  text-transform: uppercase; }
  h2:before {
    content: '';
    background-image: url(../assets/picto_610612928.png);
    background-size: cover;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: calc(50% - 10px); }

h3, h4 {
  text-transform: capitalize;
  font-size: 22px;
  margin: 30px 0 10px 0; }

h5 {
  text-transform: capitalize;
  font-size: 18px;
  margin: 20px 0 10px 0; }

h6 {
  font-size: 12px;
  font-style: italic;
  text-align: center;
  margin: 0 0 50px 0;
  font-weight: normal; }

a {
  cursor: pointer;
  color: #fcd359; }
  a:hover {
    color: #f1e6d2; }

.match.format-mini {
  border-right: 1px solid #000000;
  border-image: linear-gradient(transparent 8%, #000000 10%, #000000 90%, transparent 92%);
  border-image-slice: 1;
  background-color: #181818;
  cursor: default !important; }
  .match.format-mini .record .opponent [data-role="spoiler-data"] {
    display: none; }
  .match.format-mini .record .opponent .result.win, .match.format-mini .record .opponent .name.win {
    color: #f3cd59; }
  .match.format-mini .record .opponent .result.loss, .match.format-mini .record .opponent .name.loss {
    color: #f5edd4;
    opacity: 0.7; }
  .match.format-mini .state {
    margin-left: 0; }
  .match.format-mini.last {
    border-right: none; }
  .match.format-mini:hover {
    background-color: #181818 !important; }

.pagination {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center; }
  .pagination li.page-item {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background-color: #181818; }
    .pagination li.page-item a {
      color: #d4aa3b; }
      .pagination li.page-item a:hover {
        color: #ffd866; }
      .pagination li.page-item a.prev-arrow:after {
        content: '';
        background-image: url(https://lollfl.com/assets/pagination-left.svg?610612928);
        position: absolute;
        height: 13px;
        width: 8px;
        top: calc(50% - 6px);
        left: calc(50% - 7px);
        background-repeat: no-repeat;
        background-size: cover; }
      .pagination li.page-item a.next-arrow:after {
        content: '';
        background-image: url(https://lollfl.com/assets/pagination-right.svg?610612928);
        position: absolute;
        height: 13px;
        width: 8px;
        top: calc(50% - 6px);
        left: calc(50% - 7px);
        background-repeat: no-repeat;
        background-size: cover; }
      .pagination li.page-item a.disabled {
        opacity: 0.3;
        cursor: not-allowed; }
    .pagination li.page-item.current {
      background-color: #0d0d0d; }
      .pagination li.page-item.current a {
        color: #f5edd4; }

.no-results {
  color: #f1e6d2;
  margin: 100px;
  text-align: center; }

.overlay {
  display: none;
  position: fixed;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  background-color: #000;
  opacity: 0.5; }

.mini-nav {
  display: none;
  height: 60px;
  width: 100%;
  background-color: #181818;
  position: fixed;
  top: 0;
  z-index: 999;
  justify-content: space-between; }
  .mini-nav img:not(.logo) {
    width: 25px;
    margin: 20px; }
  .mini-nav img.logo {
    width: 70px;
    position: absolute;
    left: calc(50% - 35px);
    z-index: 99; }
  .mini-nav:after {
    content: '';
    position: absolute;
    height: 1px;
    width: 100%;
    bottom: 0;
    background-image: linear-gradient(90deg, transparent 0%, #fcd359 50%, transparent 100%); }

.side-nav {
  position: fixed;
  z-index: 9999;
  width: 15rem;
  top: 0;
  bottom: 0;
  left: -15rem;
  z-index: 9999;
  transition: left 0.3s;
  overflow: auto;
  background: #181818;
  color: white;
  text-transform: uppercase; }
  .side-nav.open {
    left: 0; }
    .side-nav.open + .overlay {
      display: block; }
  .side-nav .sidenav-header {
    display: flex;
    align-items: flex-start; }
    .side-nav .sidenav-header .close-cross {
      margin-top: 16px;
      margin-left: 20px;
      position: absolute; }
    .side-nav .sidenav-header .logo {
      flex: 1;
      text-align: center;
      margin-top: 10px; }
      .side-nav .sidenav-header .logo img {
        height: 100px; }
  .side-nav .menu {
    padding: 0;
    margin: 0;
    list-style: none;
    font-family: Gobold Thin;
    font-size: 18px;
    height: 60%;
    flex-direction: column;
    justify-content: space-around;
    letter-spacing: 4px; }
    .side-nav .menu li {
      position: relative;
      padding-left: 40px;
      padding-top: 30px;
      padding-bottom: 30px; }
      .side-nav .menu li a {
        color: #ffd866; }
      .side-nav .menu li.current a {
        color: #f1e6d2; }
        .side-nav .menu li.current a:before {
          content: '';
          position: absolute;
          background-image: url(../assets/deco-sidenav-menu_610612928.png);
          width: 22px;
          height: 74px;
          left: 0;
          top: calc(50% - 37px); }
      .side-nav .menu li.sponsor.cic img {
        margin-bottom: -15px; }

.news-card {
  width: 356px;
  margin-bottom: 10px;
  position: relative; }
  .news-card .card-image {
    background-size: cover;
    height: 156px;
    border: 2px solid transparent;
    background-repeat: no-repeat;
    transition: all 0.2s;
    background-clip: padding-box;
    background-position: center center; }
  .news-card .card-content {
    padding: 10px 20px 20px 0; }
    .news-card .card-content .card-title {
      color: #d4aa3b;
      font-size: 18px;
      font-weight: 500;
      text-align: left;
      margin-bottom: 10px;
      letter-spacing: 3px;
      font-family: 'Gobold Thin';
      line-height: 30px;
      transition: all 0.2s; }
    .news-card .card-content .card-date {
      color: #999485;
      font-size: 11px;
      text-align: left;
      margin-bottom: 5px;
      transition: all 0.2s; }
  .news-card:hover {
    cursor: pointer; }
    .news-card:hover .card-content .card-title {
      color: #ffd866; }
    .news-card:hover .card-image {
      border: 2px solid #b8933a; }

.desktop-hide {
  display: none; }

.switch input {
  display: none; }

.switch .rounded {
  width: 49px;
  height: 26px;
  background-color: #000;
  border-radius: 20px;
  position: relative;
  cursor: pointer; }
  .switch .rounded:before {
    content: '';
    position: absolute;
    height: 22px;
    width: 22px;
    background-color: #1e1e1e;
    box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.5);
    top: calc(50% - 11px);
    border-radius: 20px;
    transition: all 0.2s;
    left: 2px; }

.switch input:checked + .rounded:before {
  background-color: #ffd866;
  left: 25px; }

.antispoil-button {
  border: none;
  background-color: #0d0d0d;
  border-radius: 1px;
  width: 64px;
  height: 35px;
  color: #ffd866;
  cursor: pointer;
  font-family: "Industry Regular";
  font-size: 12px; }
  .antispoil-button:focus {
    outline: 0; }
  .antispoil-button:hover {
    color: #f1e6d2; }

.antispoil-container {
  align-self: center;
  display: flex;
  justify-content: flex-end; }
  .antispoil-container .switch {
    margin-right: 25px; }
  .antispoil-container > * {
    align-self: center; }
  .antispoil-container > span {
    font-size: 12px;
    font-family: "Industry Regular";
    color: #999485;
    letter-spacing: normal;
    margin-right: 10px; }

.neutral {
  color: #f1e6d2 !important;
  opacity: 1 !important; }

.loader-container {
  position: absolute;
  display: flex;
  flex-direction: column;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0; }
  .loader-container .ajax-loader {
    width: 80px;
    height: 80px;
    animation-duration: 1s;
    animation-name: rotate;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    background-image: url(https://lollfl.com/assets/loader_lfl.svg?610612928);
    background-repeat: no-repeat;
    background-position: center center;
    margin: 0 auto;
    flex: 1; }

.round-select-container .round-select {
  font-family: Industry Regular;
  font-size: 20px;
  margin: 0 auto 30px auto;
  width: calc(60%); }
  .round-select-container .round-select .slick-slide {
    opacity: 0.3;
    cursor: pointer; }
    .round-select-container .round-select .slick-slide div:focus {
      outline: none; }
    .round-select-container .round-select .slick-slide span {
      text-align: center;
      color: #f1e6d2;
      text-transform: uppercase; }
      .round-select-container .round-select .slick-slide span:focus {
        outline: none; }
    .round-select-container .round-select .slick-slide:focus {
      outline: none; }
    .round-select-container .round-select .slick-slide.slick-current, .round-select-container .round-select .slick-slide:hover {
      opacity: 1; }

.schedule-left {
  position: absolute;
  background-image: url(../assets/arrow-left_610612928.svg);
  background-repeat: no-repeat;
  height: 32px;
  width: 18px;
  left: -30px;
  top: calc(50% - 18px);
  cursor: pointer; }
  .schedule-left:hover {
    background-image: url(https://lollfl.com/assets/arrow-left-hover.svg?610612928); }
  .schedule-left.slick-disabled {
    cursor: not-allowed;
    opacity: 0.3; }

.schedule-right {
  position: absolute;
  height: 32px;
  width: 18px;
  background-image: url(../assets/arrow-right_610612928.svg);
  background-repeat: no-repeat;
  right: -30px;
  top: calc(50% - 18px);
  cursor: pointer;
  transition: all 0.2s; }
  .schedule-right:hover {
    background-image: url(https://lollfl.com/assets/arrow-right-hover.svg?610612928); }
  .schedule-right.slick-disabled {
    cursor: not-allowed;
    opacity: 0.3; }

.lfl-round-match {
  display: flex;
  flex-direction: column;
  border: 1px solid transparent;
  cursor: pointer; }
  .lfl-round-match .opponent {
    display: flex;
    flex-direction: row;
    align-items: center;
    color: #ffffff;
    font-size: 18px;
    height: 50px;
    background-color: #1e1e1e;
    margin-bottom: 3px;
    font-family: "Gobold Thin"; }
    .lfl-round-match .opponent .logo {
      margin-left: 10px;
      margin-right: 10px; }
      .lfl-round-match .opponent .logo > img {
        width: 30px;
        height: 30px; }
    .lfl-round-match .opponent .name {
      text-transform: uppercase;
      letter-spacing: 1px;
      margin-left: 10px; }
    .lfl-round-match .opponent .result {
      flex: 1;
      text-align: right; }
      .lfl-round-match .opponent .result .score {
        width: 50px;
        height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        float: right;
        font-size: 18px;
        font-weight: bold; }
        .lfl-round-match .opponent .result .score.win {
          background-image: linear-gradient(to bottom, #fce293, #b8933a); }
    .lfl-round-match .opponent:last-child {
      margin-bottom: 0; }
    .lfl-round-match .opponent.win .name {
      color: #f3cd59; }
    .lfl-round-match .opponent.win .result .score {
      background-image: linear-gradient(to bottom, #fce293, #b8933a); }
    .lfl-round-match .opponent.loss .name, .lfl-round-match .opponent.tbd .name {
      opacity: 0.7; }
    .lfl-round-match .opponent.loss .result .score, .lfl-round-match .opponent.tbd .result .score {
      opacity: 0.7; }
  .lfl-round-match:hover {
    border: 1px solid #ffd866; }

.match-modale {
  user-select: none;
  display: none; }
  .match-modale .modale-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    opacity: 0.7;
    z-index: 9999; }
  .match-modale .modale-container {
    position: relative;
    z-index: 99999;
    background-color: #181818;
    width: 650px;
    max-width: calc(100% - 50px);
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    padding: 10px 10px 30px 10px;
    min-height: 346px;
    max-height: 100%; }
    .match-modale .modale-container .modale-header .modale-cross {
      background-image: url(https://lollfl.com/assets/cross.svg?610612928);
      height: 20px;
      width: 20px;
      background-size: cover;
      right: 20px;
      top: 20px;
      cursor: pointer;
      position: absolute; }
    .match-modale .modale-container .modale-content {
      display: flex;
      flex-direction: column; }
      .match-modale .modale-container .modale-content span {
        display: flex;
        flex-direction: column; }
      .match-modale .modale-container .modale-content .title-container {
        margin: 35px 0;
        align-self: center; }
        .match-modale .modale-container .modale-content .title-container h1.title {
          font-size: 22px;
          margin: 0;
          margin-bottom: 5px; }
        .match-modale .modale-container .modale-content .title-container .sub-title {
          color: #999485;
          font-size: 14px;
          font-family: "Industry Regular";
          text-align: center;
          text-transform: uppercase; }
      .match-modale .modale-container .modale-content .match {
        height: 90px;
        width: 100%;
        position: relative; }
        .match-modale .modale-container .modale-content .match:after, .match-modale .modale-container .modale-content .match:before {
          content: '';
          position: absolute;
          height: 2px;
          width: 100%;
          background-image: linear-gradient(90deg, transparent 0%, #fcd359 50%, transparent 100%); }
        .match-modale .modale-container .modale-content .match:before {
          top: 0; }
        .match-modale .modale-container .modale-content .match:after {
          bottom: 0; }
      .match-modale .modale-container .modale-content .match-games {
        flex: 1;
        display: grid;
        grid-template-columns: auto auto auto;
        justify-content: space-around;
        grid-template-columns: repeat(auto-fill, 170px); }
        .match-modale .modale-container .modale-content .match-games .gauntlet-round {
          margin-top: 25px;
          display: flex;
          flex-direction: column; }
          .match-modale .modale-container .modale-content .match-games .gauntlet-round .gauntlet-round-header > .title {
            font-family: "Industry Regular";
            font-size: 16px;
            color: #999485;
            margin-bottom: 10px;
            text-transform: uppercase; }
          .match-modale .modale-container .modale-content .match-games .gauntlet-round .lfl-round-match {
            max-width: 170px;
            width: 170px;
            border: none;
            cursor: auto; }
            .match-modale .modale-container .modale-content .match-games .gauntlet-round .lfl-round-match .opponent {
              font-size: 14px;
              height: 37px; }
              .match-modale .modale-container .modale-content .match-games .gauntlet-round .lfl-round-match .opponent .logo > img {
                width: 20px;
                height: 20px; }
              .match-modale .modale-container .modale-content .match-games .gauntlet-round .lfl-round-match .opponent .result .score {
                font-size: 14px;
                width: 37px;
                height: 37px; }
          .match-modale .modale-container .modale-content .match-games .gauntlet-round .video {
            position: relative;
            width: 100%;
            height: 97px;
            border: 1px solid transparent;
            margin-top: 21px;
            cursor: pointer;
            background-size: contain; }
            .match-modale .modale-container .modale-content .match-games .gauntlet-round .video:hover {
              border: 1px solid #b8933a; }
            .match-modale .modale-container .modale-content .match-games .gauntlet-round .video:after {
              content: '';
              position: absolute;
              background-image: url(../assets/play.svg?610612928);
              width: 19px;
              height: 24px;
              top: 50%;
              left: 50%;
              transform: translate(-50%, -50%); }
      .match-modale .modale-container .modale-content .match-game {
        flex: 1; }
        .match-modale .modale-container .modale-content .match-game .league-round {
          padding: 0 20px; }
          .match-modale .modale-container .modale-content .match-game .league-round .video {
            position: relative;
            width: 100%;
            height: 344px;
            border: 1px solid transparent;
            margin-top: 21px;
            cursor: pointer;
            background-size: contain; }
            .match-modale .modale-container .modale-content .match-game .league-round .video:hover {
              border: 1px solid #b8933a; }
            .match-modale .modale-container .modale-content .match-game .league-round .video:after {
              content: '';
              position: absolute;
              background-image: url(../assets/play.svg?610612928);
              width: 19px;
              height: 24px;
              top: 50%;
              left: 50%;
              transform: translate(-50%, -50%); }

.match {
  flex: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center; }
  .match .team-row {
    display: flex;
    flex-direction: row;
    font-family: "Gobold Thin";
    align-items: center;
    justify-content: center; }
    .match .team-row > * {
      margin: 0 10px; }
    .match .team-row:hover {
      color: #f3cd59; }
      .match .team-row:hover .name {
        color: #f3cd59; }
    .match .team-row .name {
      font-size: 18px;
      color: #f1e6d2;
      width: 35px;
      text-align: center;
      transition: color 0.3s; }
      .match .team-row .name.win {
        color: #f3cd59; }
      .match .team-row .name.loss {
        color: #f5edd4; }
      .match .team-row .name.draw {
        color: #f1e6d2; }
      .match .team-row .name.forfeit {
        color: #f5edd4; }
    .match .team-row .logo > img {
      width: 50px;
      height: 50px; }
  .match .result {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 90px; }
    .match .result .vs {
      color: #ddba53;
      font-size: 12px;
      font-family: "Beaufort Medium"; }
    .match .result .best-of {
      font-size: 10px;
      font-family: "Industry Regular";
      color: #7d8ba2; }
  .match .result-score {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    color: #bfb9a5;
    width: 90px; }
    .match .result-score[data-role="spoiler-data"] {
      display: none; }
    .match .result-score .score {
      font-size: 18px;
      font-family: 'Gobold Regular';
      margin: 0 5px; }
      .match .result-score .score.win {
        color: #f3cd59; }
      .match .result-score .score.draw {
        color: #b3b3b3; }
      .match .result-score .score.loss {
        color: #f5edd4; }
      .match .result-score .score.forfait {
        color: #ff9233; }

.partners-logo {
  height: 50px; }

.split-selector {
  display: flex;
  justify-content: center; }

.split-selector + .stage-selector {
  margin-top: 60px; }

.custom-select {
  position: relative;
  font-family: "Industry Bold";
  min-width: 330px;
  user-select: none; }
  .custom-select .select-selected {
    background-color: #181818;
    border: 2px solid #ffd866;
    color: #fcd359;
    padding: 8px 16px;
    font-size: 18px;
    font-family: "Gobold Thin";
    cursor: pointer;
    letter-spacing: 5.1px; }
    .custom-select .select-selected.select-arrow-active:after {
      background-image: url(https://lollfl.com/assets/arrow_open.svg?610612928); }
    .custom-select .select-selected:after {
      position: absolute;
      content: "";
      top: 18px;
      right: 10px;
      width: 18px;
      height: 11px;
      background-image: url(https://lollfl.com/assets/arrow_close.svg?610612928);
      background-repeat: no-repeat; }
  .custom-select .select-items {
    position: absolute;
    background-color: #181818;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
    cursor: pointer;
    font-size: 18px;
    color: #ffd866;
    font-family: "Gobold Thin";
    cursor: pointer;
    letter-spacing: 5.1px; }
    .custom-select .select-items div {
      color: #fcd359;
      padding: 8px 16px; }
      .custom-select .select-items div a {
        display: block; }
  .custom-select .select-selected {
    color: #f1e6d2;
    padding: 8px 16px; }
  .custom-select .select-hide {
    display: none; }
  .custom-select select {
    display: none; }
  .custom-select .select-items div:hover, .custom-select .same-as-selected {
    background-color: #1c1c1c;
    color: #f1e6d2 !important;
    cursor: pointer; }

@media (max-width: 1150px) {
  .mini-nav {
    display: flex; }
  .content {
    margin-top: 60px;
    background-image: linear-gradient(175deg, #1c1c1c, #0d0d0d);
    padding: 10px; }
  .main-nav {
    display: none; }
  .container {
    margin: 10px;
    width: 100%; }
  .top-banner {
    margin-top: 60px;
    background-position: center; }
    .top-banner .container {
      padding-top: 90px; }
    .top-banner .title-block {
      text-align: center;
      align-items: center; }
      .top-banner .title-block div.title {
        font-size: 30px; }
      .top-banner .title-block div.sub-title {
        font-size: 20px; }
        .top-banner .title-block div.sub-title span.of {
          font-size: 12px;
          margin: 0 2px; }
      .top-banner .title-block div.description {
        margin: 0 20px;
        font-size: 14px; }
      .top-banner .title-block div.logo img {
        width: 290px;
        height: 249px; }
      .top-banner .title-block.twitch {
        width: 100%;
        margin-bottom: 50px; }
        .top-banner .title-block.twitch .logo {
          display: none; }
        .top-banner .title-block.twitch .twitch-container iframe {
          width: 100%;
          height: auto; }
    .top-banner .top-navigation {
      display: none; }
    .top-banner:before, .top-banner:after {
      display: none; }
  .schedule-banner a {
    display: none; }
  .schedule-banner .container {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
  .schedule-banner .schedule-content, .schedule-banner schedule-banner {
    width: 80%;
    margin: 0 auto; }
    .schedule-banner .schedule-content.touch-device, .schedule-banner schedule-banner.touch-device {
      width: 100%; }
  .content.home {
    background-size: auto; }
    .content.home .home-pictos {
      flex-direction: column;
      margin-top: 70px;
      margin-bottom: 0; }
      .content.home .home-pictos .item {
        margin-bottom: 60px; }
        .content.home .home-pictos .item:first-child {
          margin-left: 60px; }
        .content.home .home-pictos .item:last-child {
          margin-right: 60px;
          margin-bottom: 0; }
    .content.home .fresh-news .news-header {
      margin-bottom: 40px;
      margin-top: 100px; }
      .content.home .fresh-news .news-header .decorated-button {
        display: none; }
    .content.home .fresh-news .news-content {
      justify-content: center;
      flex-direction: row; }
    .content.home .fresh-news .news-footer {
      display: flex; }
    .content.home .network-title {
      text-align: center; }
      .content.home .network-title .title {
        font-size: 20px; }
  .content.news .container .fresh-news {
    margin-bottom: 0; }
    .content.news .container .fresh-news .news-content {
      justify-content: center;
      flex-direction: row; }
  .content.news-details h1.title {
    width: 100%;
    line-height: 35px; }
  .content.news-details .news-content {
    padding: 0px 20px; }
    .content.news-details .news-content a:hover {
      color: #f1e6d2; }
  .content.team-details {
    padding-bottom: 60px; }
    .content.team-details .top-content .team-header {
      margin-top: 45px;
      margin-bottom: 24px;
      padding: 0px 20px; }
      .content.team-details .top-content .team-header .logo > img {
        width: 50px;
        height: 50px;
        margin-right: 10px; }
      .content.team-details .top-content .team-header .name {
        font-size: 25px;
        align-self: center;
        letter-spacing: 5px; }
      .content.team-details .top-content .team-header h1 {
        margin-top: 0;
        margin-bottom: 0; }
    .content.team-details .top-content .resume .separator {
      margin: 0 15px; }
    .content.team-details .lineup {
      margin-top: 45px; }
      .content.team-details .lineup .main-lineup {
        margin-bottom: 0; }
    .content.team-details .player .photo {
      width: 150px; }
      .content.team-details .player .photo > img {
        width: 150px; }
    .content.team-details .matches {
      margin-top: 0;
      align-items: center; }
      .content.team-details .matches .button-bottom {
        margin-top: 30px; }
      .content.team-details .matches .matches-title {
        margin-top: 60px;
        margin-bottom: 20px;
        align-self: flex-start; }
        .content.team-details .matches .matches-title a {
          display: none; }
    .content.team-details .decorated-button {
      max-width: 100%; }
  .content.static-page {
    padding: 0 20px; }
  .content.schedule h2 {
    margin: 30px 0 20px 0; }
  .content.schedule h1.with-separator + .stage-selector {
    margin-top: 15px; }
  .content.teams {
    padding-bottom: 60px; }
  .content.ranking .ranking-introduction .introduction {
    margin-bottom: 35px; }
  .content.ranking .menu-results-container .container .menu-segments {
    flex-direction: column-reverse;
    margin-bottom: 0px; }
    .content.ranking .menu-results-container .container .menu-segments .split-selector {
      margin-bottom: 35px; }
    .content.ranking .menu-results-container .container .menu-segments .left-container {
      width: 100%; }
      .content.ranking .menu-results-container .container .menu-segments .left-container .menu {
        overflow-x: auto; }
        .content.ranking .menu-results-container .container .menu-segments .left-container .menu .menu-item {
          padding-bottom: 35px; }
          .content.ranking .menu-results-container .container .menu-segments .left-container .menu .menu-item.current:after, .content.ranking .menu-results-container .container .menu-segments .left-container .menu .menu-item:hover:after {
            bottom: 0px; }
  .content.ranking .ranking-table .ranking-title {
    margin-top: 15px; }
  .content.ranking .ranking-table .ranking-row .metrics {
    width: 70px; }
  .content.ranking .ranking-table .ranking-row .position {
    width: 35px; }
  .content.ranking .ranking-table .ranking-row .results > * {
    width: 35px; }
  .content.ranking .ranking-table .ranking-row .results .metrics {
    width: 70px; }
  .content.ranking .ranking-table .ranking-row .results .points {
    width: 35px; }
  .content.ranking .ranking-table .ranking-row .team .logo img {
    width: 30px; }
  .content.ranking .ranking-table .ranking-row .team .name {
    display: none; }
  .content.ranking .ranking-table .ranking-row .team .name-responsive {
    display: block; }
  .content.ranking .ranking-gauntlet {
    flex-direction: column;
    align-items: center;
    margin-top: 60px; }
    .content.ranking .ranking-gauntlet .gauntlet-round {
      margin-bottom: 30px; }
    .content.ranking .ranking-gauntlet .bracket-round-link {
      display: none; }
  .content.ranking .ranking-introduction {
    margin-bottom: -5px; }
  .content.ranking .ranking-table-container {
    padding-right: 0px; }
  .footer {
    height: 100%; }
    .footer .footer-content {
      flex-direction: column;
      align-items: center;
      height: 100%; }
      .footer .footer-content .footer-content-left .footer-logos {
        display: flex;
        align-items: center;
        width: 100%;
        margin-right: 0;
        justify-content: space-around; }
        .footer .footer-content .footer-content-left .footer-logos img {
          margin: 0 20px; }
        .footer .footer-content .footer-content-left .footer-logos .riot-logo {
          margin-bottom: 0;
          margin-right: 0;
          margin-top: 15px; }
      .footer .footer-content .footer-content-left .footer-social {
        width: 100%;
        display: flex;
        justify-content: space-around;
        align-items: center; }
      .footer .footer-content .footer-content-right {
        width: 100%;
        justify-content: space-around; }
        .footer .footer-content .footer-content-right .static-page {
          margin: 30px 0; }
  .match-row .infos {
    text-align: center;
    width: 80px; }
    .match-row .infos .time {
      min-width: 50px; }
  .match-row .match .result-score {
    width: 45px; }
  .match-row .match .result {
    width: 40px; }
  .match-row .match .team-row > * {
    margin: 0 5px; }
  .match-row .match .team-row .logo > img {
    width: 40px;
    height: 40px; }
  .match-row .details {
    display: none; }
  h1 {
    font-size: 20px;
    margin-top: 40px;
    margin-bottom: 50px; }
  h2 {
    font-size: 20px;
    margin: 10px 0; }
  h1.with-separator:after, h2.with-separator:after {
    width: 200px;
    left: calc(50% - 100px);
    bottom: -30px; }
  h3, h4 {
    font-size: 18px; }
  h5 {
    font-size: 16px; }
  h6 {
    font-size: 12px; }
  .news-card {
    width: 300px;
    margin-bottom: 0; }
  .desktop-hide {
    display: block; }
  .antispoil-container {
    flex-direction: column;
    margin-right: 20px; }
    .antispoil-container span {
      margin-right: 0;
      margin-bottom: 5px; }
    .antispoil-container .switch {
      margin-right: 0; }
  .pagination {
    margin-bottom: 60px; }
  .round-select-container {
    padding: 0; }
    .round-select-container .round-select {
      width: calc(70%); }
  .partners-logos-container {
    margin-top: 30px !important; }
  .partners {
    margin-bottom: 60px; } }

@media (max-width: 430px) {
  .match-modale .modale-container {
    transform: none;
    margin: 0;
    padding: 0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 100%;
    width: 100%; }
    .match-modale .modale-container .title-container {
      margin: 15px 0; }
    .match-modale .modale-container .match-games {
      overflow-y: auto;
      -webkit-overflow-scrolling: touch; }
      .match-modale .modale-container .match-games .gauntlet-round:last-child {
        margin-bottom: 25px; }
    .match-modale .modale-container .modale-content .match-game .league-round .video {
      height: 188px; }
  .match-row.hover .video {
    display: none; }
    .match-row.hover .video.mobile {
      display: block;
      padding: 0 10px; }
      .match-row.hover .video.mobile .decorated-button {
        text-align: center;
        padding: 10px;
        top: 22%; }
        .match-row.hover .video.mobile .decorated-button span {
          display: block;
          width: 19px;
          height: 24px;
          background: url("../assets/play.svg") center center no-repeat; }
  .partners {
    margin-bottom: 60px; }
  .schedule-carousel {
    margin-top: 30px; }
  .content.schedule .stage-selector, .content.ranking .stage-selector {
    margin-bottom: 0; }
  .content.ranking .ranking-introduction .introduction {
    margin-bottom: 35px; }
  .content.ranking .ranking-title {
    margin-top: 15px; }
  .content.ranking .menu-results-container .container .menu-segments {
    flex-direction: column-reverse;
    margin-bottom: 0px; }
    .content.ranking .menu-results-container .container .menu-segments .split-selector {
      margin-bottom: 35px; }
    .content.ranking .menu-results-container .container .menu-segments .left-container .menu-item {
      padding-bottom: 35px; }
      .content.ranking .menu-results-container .container .menu-segments .left-container .menu-item.current:after, .content.ranking .menu-results-container .container .menu-segments .left-container .menu-item:hover:after {
        bottom: 0px; }
  .content.ranking .stage-selector span {
    margin: 0 25px;
    font-size: 16px; }
  .content.ranking .ranking-table-container {
    padding-right: 0px; }
  .custom-select {
    min-width: 290px; }
    .custom-select .select-selected {
      font-size: 15px; }
    .custom-select .select-items {
      font-size: 15px; }
  .content.news-details .news-content iframe {
    width: 100%;
    height: 200px; }
  .content.news-details .other-news.with-separator:before {
    width: 316px;
    left: calc(50% - 158px); }
  .content.static-page .static-content iframe {
    width: 100%;
    height: 200px; }
  .content.home .network-title .networks {
    flex-direction: column;
    justify-content: space-around;
    align-items: center; }
    .content.home .network-title .networks .decorated-button:first-child {
      margin-bottom: 20px; }
    .content.home .network-title .networks .decorated-button.twitter {
      margin-right: 0; }
  .top-banner .title-block div.description .partners-logos-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
    row-gap: 30px; }
    .top-banner .title-block div.description .partners-logos-container img {
      width: 110px;
      margin: 0 auto; }
      .top-banner .title-block div.description .partners-logos-container img.cic {
        width: 100px;
        margin: 0px 25px; }
      .top-banner .title-block div.description .partners-logos-container img.intel {
        width: 69px;
        padding: 0px; }
      .top-banner .title-block div.description .partners-logos-container img.dominos {
        width: 140px; }
      .top-banner .title-block div.description .partners-logos-container img.sfr {
        width: 78px; }
  .footer .footer-content .footer-content-left {
    flex-wrap: wrap; }
    .footer .footer-content .footer-content-left .footer-social {
      margin-top: 30px; }
  .footer .footer-content .partners-logos-container {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 20px;
    column-gap: 30px;
    width: 85%; }
    .footer .footer-content .partners-logos-container img.partners-logo.cic {
      width: 80px; }
    .footer .footer-content .partners-logos-container img.partners-logo.dominos {
      margin: 0 auto; }
    .footer .footer-content .partners-logos-container img.partners-logo.intel {
      margin: 0 auto; } }

@media (pointer: fine) {
  .stage-selector span.current, .stage-selector span:hover {
    color: #f1e6d2; }
    .stage-selector span.current:after, .stage-selector span:hover:after {
      content: '';
      position: absolute;
      background-image: linear-gradient(90deg, transparent 0%, #f1e6d2 50%, transparent 100%);
      height: 2px;
      width: 120px;
      left: calc(50% - 60px);
      bottom: -20px; } }

@keyframes rotate {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }