@charset "UTF-8";
@font-face {
  font-family: "Poppins";
  src: url("./../fonts/Poppins-Medium.woff2") format("woff2"), url("./../fonts/Poppins-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("./../fonts/Poppins-Light.woff2") format("woff2"), url("./../fonts/Poppins-Light.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Filson Soft';
  src: url("./../fonts/filsonsoft-regular.woff2") format("woff2"), url("./../fonts/filsonsoft-regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Filson Soft';
  src: url("./../fonts/filsonsoft-book.woff2") format("woff2"), url("./../fonts/filsonsoft-book.woff") format("woff");
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: 'Filson Soft';
  src: url("./../fonts/filsonsoft-medium.woff2") format("woff2"), url("./../fonts/filsonsoft-medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Filson Soft';
  src: url("./../fonts/filsonsoft-bold.woff2") format("woff2"), url("./../fonts/filsonsoft-bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}

/* ==========================================================================
   #BOX-SIZING
   ========================================================================== */
/**
 * More sensible default box-sizing:
 * css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice
 */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*, *:before, *:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

/* ==========================================================================
   #RESET
   ========================================================================== */
/**
 * A very simple reset that sits on top of Normalize.css.
 */
body,
h1, h2, h3, h4, h5, h6,
blockquote, p, pre,
dl, dd, ol, ul,
figure,
hr,
fieldset, legend {
  margin: 0;
  padding: 0;
}

/**
 * Remove trailing margins from nested lists.
 */
li > ol,
li > ul {
  margin-bottom: 0;
}

/**
 * Remove default table spacing.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/**
 * 1. Reset Chrome and Firefox behaviour which sets a `min-width: min-content;`
 *    on fieldsets.
 */
fieldset {
  min-width: 0;
  /* [1] */
  border: 0;
}

/* ==========================================================================
   #SHARED
   ========================================================================== */
/**
 * Shared declarations for certain elements.
 */
/**
 * Always declare margins in the same direction:
 * csswizardry.com/2012/06/single-direction-margin-declarations
 */
address,
h1, h2, h3, h4, h5, h6,
blockquote, p, pre,
dl, ol, ul,
figure,
hr,
table,
fieldset {
  margin-bottom: 24px;
}

/**
 * Consistent indentation for lists.
 */
dd, ol, ul {
  margin-left: 24px;
}

html {
  font-size: 0.9375em;
  /* [1] */
  line-height: 1.6;
  /* [1] */
  overflow-y: scroll;
  /* [2] */
  height: 100%;
  font-family: "Poppins", sans-serif;
  -webkit-font-smoothing: antialiased;
}

body {
  height: 100%;
  position: relative;
  color: #191919;
  background: rgba(0, 0, 0, 0.8);
}

strong, b {
  font-weight: 500;
}

sup {
  top: -0.25em;
}

.c-main {
  display: block;
  position: relative;
  min-height: 100%;
}

.c-main .c-login__container:before,
.c-main .c-rego__container:before,
.c-main .c-login__container-alt:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.c-main .c-footer__container {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
}

.c-main .c-container__background {
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.65);
}

.c-main .c-container__background-alt {
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
}

.c-main .c-rego {
  position: relative;
}

.c-main .c-login {
  z-index: 100;
}

[hidden] {
  display: none !important;
}

paa-teams {
  width: 100%;
}

/* ==========================================================================
   #HEADINGS
   ========================================================================== */
/**
 * Simple default styles for headings 1 through 6. Anything more opinionated
 * than simple font-size changes should likely be applied via classes (see:
 * http://csswizardry.com/2016/02/managing-typography-on-large-apps/).
 */
h1 {
  font-size: 36px;
  font-size: 2.4rem;
  line-height: 1.16667;
}

h2 {
  font-size: 28px;
  font-size: 1.86667rem;
  line-height: 1.28571;
}

h3 {
  font-size: 24px;
  font-size: 1.6rem;
  line-height: 1.25;
}

h4 {
  font-size: 20px;
  font-size: 1.33333rem;
  line-height: 1.5;
}

h5 {
  font-size: 18px;
  font-size: 1.2rem;
  line-height: 1.33333;
}

h6 {
  font-size: 16px;
  font-size: 1.06667rem;
  line-height: 1.5;
}

h1 {
  margin-bottom: 12px;
  font-family: "Filson Soft", sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 35px;
  font-size: 2.33333rem;
  line-height: 1;
}

@media (min-width: 30em) {
  h1 {
    font-size: 58px;
    font-size: 3.86667rem;
    line-height: 1;
  }
}

h2 {
  font-family: "Filson Soft", sans-serif;
  font-weight: 100;
  text-transform: uppercase;
  color: #333333;
  font-size: 26px;
  font-size: 1.73333rem;
  line-height: 1.1;
}

@media (min-width: 46.25em) {
  h2 {
    font-size: 40px;
    font-size: 2.66667rem;
    line-height: 1.1;
  }
}

h2.h2-small {
  font-size: 30px;
  font-size: 2rem;
  line-height: 1.1;
}

h3 {
  margin-bottom: 12px;
  font-family: "Filson Soft", sans-serif;
  font-weight: normal;
  font-size: 20px;
  font-size: 1.33333rem;
  line-height: 1.2;
}

@media (min-width: 46.25em) {
  h3 {
    font-size: 25px;
    font-size: 1.66667rem;
    line-height: 1.2;
  }
}

h4 {
  margin-bottom: 12px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  color: #E3007B;
  font-size: 17px;
  font-size: 1.13333rem;
  line-height: 1.2;
}

/* ==========================================================================
   #IMAGES
   ========================================================================== */
/**
 * 1. Fluid images for responsive purposes.
 * 2. Offset `alt` text from surrounding copy.
 * 3. Setting `vertical-align` removes the whitespace that appears under `img`
 *    elements when they are dropped into a page as-is. Safer alternative to
 *    using `display: block;`.
 */
img {
  max-width: 100%;
  /* [1] */
  font-style: italic;
  /* [2] */
  vertical-align: middle;
  /* [3] */
}

/**
   * If a `width` and/or `height` attribute has been explicitly defined, let’s
   * not make the image fluid.
   */
img[width],
img[height] {
  max-width: none;
}

/* ==========================================================================
   #TABLES
   ========================================================================== */
/**
 * 1. Ensure tables fill up as much space as possible.
 */
table {
  width: 100%;
  /* [1] */
}

a {
  color: #191919;
}

a:hover, a:active, a:focus {
  text-decoration: none;
}

.o-wrapper {
  max-width: 1400px;
  padding: 0 24px;
  margin: auto;
}

.o-wrapper--small {
  max-width: 1073px;
}

/* ==========================================================================
   #LAYOUT
   ========================================================================== */
/**
 * Grid-like layout system.
 *
 * The layout object provides us with a column-style layout system. This file
 * contains the basic structural elements, but classes should be complemented
 * with width utilities, for example:
 *
 *   <div class="o-layout">
 *     <div class="o-layout__item  u-1/2">
 *     </div>
 *     <div class="o-layout__item  u-1/2">
 *     </div>
 *   </div>
 *
 * The above will create a two-column structure in which each column will
 * fluidly fill half of the width of the parent. We can have more complex
 * systems:
 *
 *   <div class="o-layout">
 *     <div class="o-layout__item  u-1/1  u-1/3@medium">
 *     </div>
 *     <div class="o-layout__item  u-1/2  u-1/3@medium">
 *     </div>
 *     <div class="o-layout__item  u-1/2  u-1/3@medium">
 *     </div>
 *   </div>
 *
 * The above will create a system in which the first item will be 100% width
 * until we enter our medium breakpoint, when it will become 33.333% width. The
 * second and third items will be 50% of their parent, until they also become
 * 33.333% width at the medium breakpoint.
 *
 * We can also manipulate entire layout systems by adding a series of modifiers
 * to the `.o-layout` block. For example:
 *
 *   <div class="o-layout  o-layout--reverse">
 *
 * This will reverse the displayed order of the system so that it runs in the
 * opposite order to our source, effectively flipping the system over.
 *
 *   <div class="o-layout  o-layout--[right|center]">
 *
 * This will cause the system to fill up from either the centre or the right
 * hand side. Default behaviour is to fill up the layout system from the left.
 *
 * There are plenty more options available to us: explore them below.
 */
/* Default/mandatory classes
   ========================================================================== */
/**
 * 1. Allows us to use the layout object on any type of element.
 * 2. We need to defensively reset any box-model properties.
 * 3. Use the negative margin trick for multi-row grids:
 *    http://csswizardry.com/2011/08/building-better-grid-systems/
 */
.o-layout {
  display: block;
  /* [1] */
  margin: 0;
  /* [2] */
  padding: 0;
  /* [2] */
  list-style: none;
  /* [1] */
  margin-left: -24px;
  /* [3] */
  font-size: 0;
}

/**
   * 1. Required in order to combine fluid widths with fixed gutters.
   * 2. Allows us to manipulate grids vertically, with text-level properties,
   *    etc.
   * 3. Default item alignment is with the tops of each other, like most
   *    traditional grid/layout systems.
   * 4. By default, all layout items are full-width (mobile first).
   * 5. Gutters provided by left padding:
   *    http://csswizardry.com/2011/08/building-better-grid-systems/
   * 6. Fallback for old IEs not supporting `rem` values.
   */
.o-layout__item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* [1] */
  display: inline-block;
  /* [2] */
  vertical-align: top;
  /* [3] */
  width: 100%;
  /* [4] */
  padding-left: 24px;
  /* [5] */
  font-size: 15px;
  /* [6] */
  font-size: 1rem;
}

/* Gutter size modifiers
   ========================================================================== */
.o-layout--flush {
  margin-left: 0;
}

.o-layout--flush > .o-layout__item {
  padding-left: 0;
}

.o-layout--tiny {
  margin-left: -6px;
}

.o-layout--tiny > .o-layout__item {
  padding-left: 6px;
}

.o-layout--small {
  margin-left: -12px;
}

.o-layout--small > .o-layout__item {
  padding-left: 12px;
}

.o-layout--large {
  margin-left: -48px;
}

.o-layout--large > .o-layout__item {
  padding-left: 48px;
}

.o-layout--huge {
  margin-left: -96px;
}

.o-layout--huge > .o-layout__item {
  padding-left: 96px;
}

/* Vertical alignment modifiers
   ========================================================================== */
/**
 * Align all grid items to the middles of each other.
 */
.o-layout--middle > .o-layout__item {
  vertical-align: middle;
}

/**
 * Align all grid items to the bottoms of each other.
 */
.o-layout--bottom > .o-layout__item {
  vertical-align: bottom;
}

/**
 * Stretch all grid items of each row to have an equal-height.
 * Please be aware that this modifier class doesn’t take any effect in IE9 and
 * below and other older browsers due to the lack of `display: flex` support.
 */
.o-layout--stretch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.o-layout--stretch > .o-layout__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.o-layout--stretch.o-layout--center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.o-layout--stretch.o-layout--right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.o-layout--stretch.o-layout--left {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

/* Fill order modifiers
   ========================================================================== */
/**
 * Fill up the layout system from the centre.
 */
.o-layout--center {
  text-align: center;
}

.o-layout--center > .o-layout__item {
  text-align: left;
}

/**
 * Fill up the layout system from the right-hand side.
 */
.o-layout--right {
  text-align: right;
}

.o-layout--right > .o-layout__item {
  text-align: left;
}

/**
 * Fill up the layout system from the left-hand side. This will likely only be
 * needed when using in conjunction with `.o-layout--reverse`.
 */
.o-layout--left {
  text-align: left;
}

.o-layout--left > .o-layout__item {
  text-align: left;
}

/**
 * Reverse the rendered order of the grid system.
 */
.o-layout--reverse {
  direction: rtl;
}

.o-layout--reverse > .o-layout__item {
  direction: ltr;
}

/* Auto-widths modifier
   ========================================================================== */
/**
 * Cause layout items to take up a non-explicit amount of width.
 */
.o-layout--auto > .o-layout__item {
  width: auto;
}

.o-layout--spaced > .o-layout__item {
  margin-bottom: 24px;
}

.o-layout--med {
  margin-left: -36px;
}

.o-layout--med > .o-layout__item {
  padding-left: 36px;
  margin-bottom: 36px;
}

.o-layout__item--block {
  display: block;
  margin: 0 auto;
}

.o-layout--nospace\@palm > .o-layout__item {
  margin-bottom: 24px;
}

.o-layout--nospace\@palm > .o-layout__item:last-child {
  margin-bottom: 0;
}

@media (min-width: 30em) {
  .o-layout--nospace\@palm > .o-layout__item {
    margin-bottom: 0;
  }
}

.o-layout--nospace-last > .o-layout__item:last-child {
  margin-bottom: 0;
}

.o-relative {
  position: relative;
}

.o-text-center {
  text-align: center;
}

.o-text-left {
  text-align: left;
}

@media (min-width: 30em) {
  .o-text-left\@palm {
    text-align: left;
  }
}

@media (min-width: 40em) {
  .o-text-left\@wide-palm {
    text-align: left;
  }
}

.o-text-right {
  text-align: right;
}

.o-valign-middle {
  vertical-align: middle;
}

.o-anchor {
  position: absolute;
  right: 0;
  left: 24px;
  bottom: 0;
  margin-bottom: 0 !important;
}

.o-mobilehide {
  display: none;
}

@media (min-width: 61.25em) {
  .o-mobilehide {
    display: block;
  }
}

.o-mobilehide--inline {
  display: none;
}

@media (min-width: 61.25em) {
  .o-mobilehide--inline {
    display: inline-block;
  }
}

.o-width-310 {
  max-width: 310px;
  margin: 0 auto;
}

.o-width-320 {
  max-width: 320px;
  margin: 0 auto;
}

.o-width-360 {
  max-width: 360px;
  margin: 0 auto;
}

.o-intro {
  font-family: "Poppins", sans-serif;
  font-weight: normal;
  font-size: 18px;
  font-size: 1.2rem;
  line-height: 1.4;
}

.o-intro:last-child {
  margin-bottom: 6px;
}

.o-para-small {
  font-size: 15px;
  font-size: 1rem;
  line-height: 1.5;
}

.o-color--primary {
  color: #E3007B;
}

.o-color--secondary {
  color: #FDAE00;
}

.o-color--ternary {
  color: #F96300;
}

.o-color--blue {
  color: #00ABE9;
}

.o-normal {
  font-weight: normal;
}

.o-minwidth--100 {
  min-width: 100px;
}

.o-minwidth--125 {
  min-width: 125px;
}

.o-minwidth--145 {
  min-width: 145px;
}

.o-minwidth--150 {
  min-width: 150px;
}

.o-minwidth--180 {
  min-width: 180px;
}

.o-minwidth--200 {
  min-width: 200px;
}

.o-minwidth--225 {
  min-width: 225px;
}

.o-minwidth--250 {
  min-width: 250px;
}

.o-minwidth--275 {
  min-width: 275px;
}

.o-minwidth--300 {
  min-width: 300px;
}

.o-icon--tooltip {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 6px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  border-radius: 8px;
  text-align: center;
  font-size: 12px;
  font-size: 0.8rem;
  line-height: 1;
}

.o-icon--content {
  color: #191919;
  border: 2px solid #191919;
}

.c-svgicon {
  display: inline-block;
}

.c-svgicon--fitbit {
  width: 16px;
  height: 16px;
  vertical-align: bottom;
}

.c-svgicon--arrow-right {
  width: 6px;
  height: 10px;
}

.c-svgicon--arrow-left {
  width: 6px;
  height: 10px;
}

.c-svgicon--icon-play-round {
  width: 80px;
  height: 80px;
}

.c-svgicon--arrow-down {
  width: 12px;
  height: 7px;
}

/* ==========================================================================
   #RATIO
   ========================================================================== */
/**
 * Create ratio-bound content blocks, to keep media (e.g. images, videos) in
 * their correct aspect ratios.
 *
 * http://alistapart.com/article/creating-intrinsic-ratios-for-video
 *
 * 1. Default is a 1:1 ratio (i.e. a perfect square).
 */
.o-ratio {
  position: relative;
  display: block;
}

.o-ratio:before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 100%;
  /* [1] */
}

.o-ratio__content,
.o-ratio > iframe,
.o-ratio > embed,
.o-ratio > object {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

/* Ratio variants.
   ========================================================================== */
/**
 * Generate a series of ratio classes to be used like so:
 *
 *   <div class="o-ratio  o-ratio--golden-ratio">
 *
 */
.o-ratio--2\:1:before {
  padding-bottom: 50%;
}

.o-ratio--4\:3:before {
  padding-bottom: 75%;
}

.o-ratio--16\:9:before {
  padding-bottom: 56.25%;
}

/* Contain modifier.
   ========================================================================== */
/**
 * Only works with image content.
 * Contains the image to the boundaries, without cropping or stretching it.
 */
.o-ratio--img-contain > .o-ratio__content:before {
  height: auto;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  width: auto;
}

.o-spacer--tophuge {
  padding-top: 24px;
}

@media (min-width: 61.25em) {
  .o-spacer--tophuge {
    padding-top: 72px;
  }
}

.o-spacer--toplarge {
  padding-top: 24px;
}

@media (min-width: 61.25em) {
  .o-spacer--toplarge {
    padding-top: 48px;
  }
}

.o-spacer--topstandardmobile {
  padding-top: 24px;
}

@media (min-width: 61.25em) {
  .o-spacer--topstandardmobile {
    padding-top: 0;
  }
}

.o-left-gutter--tiny {
  margin-left: 6px;
}

.no-bottom-gutter {
  margin-bottom: 0;
}

.u-p-0 {
  padding: 0px;
}

.u-pt-0 {
  padding-top: 0px;
}

.u-pb-0 {
  padding-bottom: 0px;
}

.u-pl-0 {
  padding-left: 0px;
}

.u-pr-0 {
  padding-right: 0px;
}

.u-m-0 {
  margin-top: 0px;
}

.u-mt-0 {
  margin-top: 0px;
}

.u-mb-0 {
  margin-bottom: 0px;
}

.u-ml-0 {
  margin-left: 0px;
}

.u-mr-0 {
  margin-right: 0px;
}

.u-p-6 {
  padding: 6px;
}

.u-pt-6 {
  padding-top: 6px;
}

.u-pb-6 {
  padding-bottom: 6px;
}

.u-pl-6 {
  padding-left: 6px;
}

.u-pr-6 {
  padding-right: 6px;
}

.u-m-6 {
  margin-top: 6px;
}

.u-mt-6 {
  margin-top: 6px;
}

.u-mb-6 {
  margin-bottom: 6px;
}

.u-ml-6 {
  margin-left: 6px;
}

.u-mr-6 {
  margin-right: 6px;
}

.u-p-12 {
  padding: 12px;
}

.u-pt-12 {
  padding-top: 12px;
}

.u-pb-12 {
  padding-bottom: 12px;
}

.u-pl-12 {
  padding-left: 12px;
}

.u-pr-12 {
  padding-right: 12px;
}

.u-m-12 {
  margin-top: 12px;
}

.u-mt-12 {
  margin-top: 12px;
}

.u-mb-12 {
  margin-bottom: 12px;
}

.u-ml-12 {
  margin-left: 12px;
}

.u-mr-12 {
  margin-right: 12px;
}

.u-p-18 {
  padding: 18px;
}

.u-pt-18 {
  padding-top: 18px;
}

.u-pb-18 {
  padding-bottom: 18px;
}

.u-pl-18 {
  padding-left: 18px;
}

.u-pr-18 {
  padding-right: 18px;
}

.u-m-18 {
  margin-top: 18px;
}

.u-mt-18 {
  margin-top: 18px;
}

.u-mb-18 {
  margin-bottom: 18px;
}

.u-ml-18 {
  margin-left: 18px;
}

.u-mr-18 {
  margin-right: 18px;
}

.u-p-24 {
  padding: 24px;
}

.u-pt-24 {
  padding-top: 24px;
}

.u-pb-24 {
  padding-bottom: 24px;
}

.u-pl-24 {
  padding-left: 24px;
}

.u-pr-24 {
  padding-right: 24px;
}

.u-m-24 {
  margin-top: 24px;
}

.u-mt-24 {
  margin-top: 24px;
}

.u-mb-24 {
  margin-bottom: 24px;
}

.u-ml-24 {
  margin-left: 24px;
}

.u-mr-24 {
  margin-right: 24px;
}

.u-p-36 {
  padding: 36px;
}

.u-pt-36 {
  padding-top: 36px;
}

.u-pb-36 {
  padding-bottom: 36px;
}

.u-pl-36 {
  padding-left: 36px;
}

.u-pr-36 {
  padding-right: 36px;
}

.u-m-36 {
  margin-top: 36px;
}

.u-mt-36 {
  margin-top: 36px;
}

.u-mb-36 {
  margin-bottom: 36px;
}

.u-ml-36 {
  margin-left: 36px;
}

.u-mr-36 {
  margin-right: 36px;
}

.u-p-48 {
  padding: 48px;
}

.u-pt-48 {
  padding-top: 48px;
}

.u-pb-48 {
  padding-bottom: 48px;
}

.u-pl-48 {
  padding-left: 48px;
}

.u-pr-48 {
  padding-right: 48px;
}

.u-m-48 {
  margin-top: 48px;
}

.u-mt-48 {
  margin-top: 48px;
}

.u-mb-48 {
  margin-bottom: 48px;
}

.u-ml-48 {
  margin-left: 48px;
}

.u-mr-48 {
  margin-right: 48px;
}

.o-module {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.o-module--center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.flexbox .o-module {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  overflow: hidden;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flexbox .o-module--overflow {
  overflow: visible;
}

.flexbox .o-module__item {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}

.flexbox .o-module__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.flexbox .o-module__content--bottom {
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.o-btn {
  font-family: "Filson Soft", sans-serif;
  display: inline-block;
  color: #FFF;
  background-color: #E3007B;
  border: 1px solid #E3007B;
  text-decoration: none;
  padding: 14px 40px 13px;
  font-size: 16px;
  font-size: 1.06667rem;
  line-height: 1.2;
  border-radius: 8px;
  font-weight: 500;
  -webkit-transition: .25s;
  -o-transition: .25s;
  transition: .25s;
  text-align: center;
  min-width: 230px;
  cursor: pointer;
}

.o-btn:hover, .o-btn:active, .o-btn:focus {
  background-color: #cc006f;
}

.o-btn--large {
  text-transform: uppercase;
  font-weight: normal;
  padding: 18px 24px;
  font-size: 18px;
  font-size: 1.2rem;
  line-height: 1.2;
}

@media (min-width: 46.25em) {
  .o-btn--large {
    padding: 28px 64px;
    font-size: 24px;
    font-size: 1.6rem;
    line-height: 1.2;
  }
}

.o-btn--set-goal {
  font-family: "Filson Soft", sans-serif;
  text-transform: uppercase;
  font-size: 21px;
  font-size: 1.4rem;
  line-height: 1.4;
  font-weight: normal;
  padding: 22px 20px 21px;
  width: 100%;
}

.o-btn--set-goal span {
  display: block;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-size: 1rem;
  line-height: 1.2;
  text-transform: initial;
  font-weight: normal;
}

.o-btn--secondary {
  color: #000;
  background-color: #FDAE00;
  border: 1px solid #FDAE00;
}

.o-btn--secondary:hover, .o-btn--secondary:active, .o-btn--secondary:focus {
  background-color: #e49d00;
  border: 1px solid #e49d00;
}

.o-btn--blue, .o-btn--fitbit {
  background-color: #00ABE9;
  color: #000;
  border: 1px solid #00ABE9;
}

.o-btn--blue:hover, .o-btn--blue:active, .o-btn--blue:focus, .o-btn--fitbit:hover, .o-btn--fitbit:active, .o-btn--fitbit:focus {
  background-color: #0086b6;
  color: #FFF;
  border: 1px solid #0086b6;
}

.o-btn--blue svg, .o-btn--fitbit svg {
  margin-top: -3px;
  vertical-align: middle;
}

.o-btn--ternary {
  background-color: #F96300;
  border: 1px solid #F96300;
  color: #FFF;
}

.o-btn--ternary:hover, .o-btn--ternary:active, .o-btn--ternary:focus {
  background-color: #e05900;
  border: 1px solid #e05900;
}

.o-btn--tiny {
  padding: 7px 15px 7px;
  min-width: auto;
  font-size: 14px;
  font-size: 0.93333rem;
  line-height: 1.2;
}

.o-btn--remove {
  display: block;
  width: 22px;
  height: 22px;
  position: relative;
  border: 0;
  padding: 0;
  text-indent: -9999em;
  min-width: auto;
  background-color: transparent;
  cursor: pointer;
}

.o-btn--remove:hover, .o-btn--remove:active, .o-btn--remove:focus {
  background: transparent;
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}

.o-btn--remove:hover:before, .o-btn--remove:hover:after, .o-btn--remove:active:before, .o-btn--remove:active:after, .o-btn--remove:focus:before, .o-btn--remove:focus:after {
  background-color: #E3007B;
}

.o-btn--remove:after, .o-btn--remove:before {
  position: absolute;
  top: 2px;
  left: 11px;
  content: ' ';
  height: 18px;
  width: 1px;
  background-color: #191919;
}

.o-btn--remove:after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.o-btn--remove:before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.o-btn--blank {
  background-color: transparent;
  border-color: transparent;
}

.o-btn--blank:hover, .o-btn--blank:active, .o-btn--blank:focus {
  background-color: transparent;
  border-color: transparent;
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.o-btn--block {
  display: block;
  width: 100%;
}

.o-btn--long {
  display: block;
  width: 100%;
  max-width: 310px;
  margin-left: auto;
  margin-right: auto;
}

.o-btn--keyline {
  color: rgba(0, 0, 0, 0.7);
  border: 1px solid rgba(0, 0, 0, 0.7);
  background-color: transparent;
}

.o-btn--keyline:hover, .o-btn--keyline:active, .o-btn--keyline:focus {
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.7);
}

.o-btn--keyline.o-btn--primary:hover, .o-btn--keyline.o-btn--primary:active, .o-btn--keyline.o-btn--primary:focus {
  color: #FFF;
  background-color: #E3007B;
  border: 1px solid #E3007B;
}

.o-btn--keyline.o-btn--secondary:hover, .o-btn--keyline.o-btn--secondary:active, .o-btn--keyline.o-btn--secondary:focus {
  color: #000;
  background-color: #FDAE00;
  border: 1px solid #FDAE00;
}

.o-btn-group {
  margin-left: -12px;
}

.o-btn-group > .o-btn {
  margin-bottom: 12px;
  margin-left: 12px;
}

.o-btn-group--tiny {
  margin-left: -6px;
}

.o-btn-group--tiny > .o-btn {
  margin-bottom: 0;
  margin-left: 6px;
}

.c-loading {
  position: relative;
  height: 100%;
  width: 100%;
  background-image: -o-linear-gradient(left bottom, #E20088 0%, #FDAD00 100%);
  background-image: -webkit-gradient(linear, right top, left bottom, from(#E20088), to(#FDAD00));
  background-image: -o-linear-gradient(right top, #E20088 0%, #FDAD00 100%);
  background-image: linear-gradient(to left bottom, #E20088 0%, #FDAD00 100%);
}

.c-loading__container {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.c-loading .c-logo {
  color: #FFF;
  width: 182px;
  height: 88px;
  -webkit-animation: pulse 2s;
          animation: pulse 2s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

@media (min-width: 30em) {
  .c-loading .c-logo {
    width: 334px;
    height: 160px;
  }
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
}

a.c-btn,
button.c-btn,
.c-btn {
  display: inline-block;
  margin-bottom: 12px;
  padding: 12px 24px;
  font-family: "Filson Soft", sans-serif;
  font-weight: 400;
  border-radius: 2px;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: .25s ease all;
  -o-transition: .25s ease all;
  transition: .25s ease all;
  text-decoration: none;
  text-align: center;
  font-size: 15px;
  font-size: 1rem;
  line-height: 1.15;
}

a.c-btn--block,
button.c-btn--block,
.c-btn--block {
  display: block;
  width: 100%;
}

a.c-btn__space,
button.c-btn__space,
.c-btn__space {
  height: 12px;
  display: block;
}

@media (min-width: 30em) {
  a.c-btn__space,
  button.c-btn__space,
  .c-btn__space {
    display: inline-block;
  }
}

a.c-btn__mb-24,
button.c-btn__mb-24,
.c-btn__mb-24 {
  margin-bottom: 24px;
}

a.c-btn--primary,
button.c-btn--primary,
.c-btn--primary {
  color: #FFF;
  background-color: #E3007B;
  border: 1px solid #E3007B;
}

a.c-btn--primary:hover, a.c-btn--primary:active, a.c-btn--primary:focus,
button.c-btn--primary:hover,
button.c-btn--primary:active,
button.c-btn--primary:focus,
.c-btn--primary:hover,
.c-btn--primary:active,
.c-btn--primary:focus {
  background-color: #cc006f;
}

@media (min-width: 46.25em) {
  a.c-btn--primary,
  button.c-btn--primary,
  .c-btn--primary {
    padding-left: 24px;
    padding-right: 24px;
  }
}

a.c-btn--primary[disabled],
button.c-btn--primary[disabled],
.c-btn--primary[disabled] {
  border: 1px solid #191919;
  background: #191919;
  opacity: .5;
  cursor: auto;
}

a.c-btn--secondary,
button.c-btn--secondary,
.c-btn--secondary {
  color: #000;
  background-color: #FDAE00;
  border: 1px solid #FDAE00;
}

a.c-btn--secondary:hover, a.c-btn--secondary:active, a.c-btn--secondary:focus,
button.c-btn--secondary:hover,
button.c-btn--secondary:active,
button.c-btn--secondary:focus,
.c-btn--secondary:hover,
.c-btn--secondary:active,
.c-btn--secondary:focus {
  background-color: #e49d00;
  border: 1px solid #e49d00;
}

a.c-btn--ternary,
button.c-btn--ternary,
.c-btn--ternary {
  background-color: #F96300;
  border: 1px solid #F96300;
  color: #FFF;
}

a.c-btn--ternary:hover, a.c-btn--ternary:active, a.c-btn--ternary:focus,
button.c-btn--ternary:hover,
button.c-btn--ternary:active,
button.c-btn--ternary:focus,
.c-btn--ternary:hover,
.c-btn--ternary:active,
.c-btn--ternary:focus {
  background-color: #e05900;
  border: 1px solid #e05900;
}

a.c-btn--grey,
button.c-btn--grey,
.c-btn--grey {
  color: #FFF;
  background-color: #ADACAB;
  border: 1px solid #ADACAB;
}

a.c-btn--grey:hover, a.c-btn--grey:active, a.c-btn--grey:focus,
button.c-btn--grey:hover,
button.c-btn--grey:active,
button.c-btn--grey:focus,
.c-btn--grey:hover,
.c-btn--grey:active,
.c-btn--grey:focus {
  background-color: #9c9b9a;
  border: 1px solid #9c9b9a;
}

a.c-btn--fitbit,
button.c-btn--fitbit,
.c-btn--fitbit {
  background-color: #00ABE9;
  color: #000;
  border: 1px solid #00ABE9;
}

a.c-btn--fitbit:hover, a.c-btn--fitbit:active, a.c-btn--fitbit:focus,
button.c-btn--fitbit:hover,
button.c-btn--fitbit:active,
button.c-btn--fitbit:focus,
.c-btn--fitbit:hover,
.c-btn--fitbit:active,
.c-btn--fitbit:focus {
  background-color: #0086b6;
  border: 1px solid #0086b6;
}

a.c-btn--fitbit svg,
button.c-btn--fitbit svg,
.c-btn--fitbit svg {
  margin-top: -3px;
  vertical-align: middle;
  color: black;
}

a.c-btn--tag,
button.c-btn--tag,
.c-btn--tag {
  padding: 4px 6px;
  font-size: 12px;
  font-size: 0.8rem;
  line-height: 1;
}

a.c-btn--tag.no-bottom-gutter,
button.c-btn--tag.no-bottom-gutter,
.c-btn--tag.no-bottom-gutter {
  margin-bottom: 0;
}

a.c-btn--tag.c-btn--disabled,
button.c-btn--tag.c-btn--disabled,
.c-btn--tag.c-btn--disabled {
  border: 1px solid #191919;
  background: #191919;
  opacity: .5;
  cursor: auto;
}

a.c-btn--disclaimer,
button.c-btn--disclaimer,
.c-btn--disclaimer {
  font-size: 12px;
  font-size: 0.8rem;
  line-height: 1.4;
  padding: 6px 12px;
  background-color: rgba(173, 172, 171, 0.25);
  color: #191919;
  border-radius: 2rem;
  text-transform: none;
}

a.c-btn--disclaimer:hover, a.c-btn--disclaimer:active, a.c-btn--disclaimer:focus,
button.c-btn--disclaimer:hover,
button.c-btn--disclaimer:active,
button.c-btn--disclaimer:focus,
.c-btn--disclaimer:hover,
.c-btn--disclaimer:active,
.c-btn--disclaimer:focus {
  background-color: rgba(173, 172, 171, 0.5);
}

a.c-btn--disclaimer span,
button.c-btn--disclaimer span,
.c-btn--disclaimer span {
  display: inline-block;
  width: 16px;
  width: 16px;
  margin-right: 12px;
  border-radius: 2rem;
  color: #FFF;
  background-color: #191919;
}

a.c-btn--long,
button.c-btn--long,
.c-btn--long {
  display: block;
  width: 100%;
  max-width: 310px;
  margin-left: auto;
  margin-right: auto;
}

a.c-btn--keyline,
button.c-btn--keyline,
.c-btn--keyline {
  color: rgba(0, 0, 0, 0.7);
  border: 1px solid rgba(0, 0, 0, 0.7);
  background-color: transparent;
}

a.c-btn--keyline:hover, a.c-btn--keyline:active, a.c-btn--keyline:focus,
button.c-btn--keyline:hover,
button.c-btn--keyline:active,
button.c-btn--keyline:focus,
.c-btn--keyline:hover,
.c-btn--keyline:active,
.c-btn--keyline:focus {
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.7);
}

a.c-btn--key-primary,
button.c-btn--key-primary,
.c-btn--key-primary {
  color: #e3007b;
  border: 1px solid #e3007b;
}

a.c-btn--key-primary:hover, a.c-btn--key-primary:active, a.c-btn--key-primary:focus,
button.c-btn--key-primary:hover,
button.c-btn--key-primary:active,
button.c-btn--key-primary:focus,
.c-btn--key-primary:hover,
.c-btn--key-primary:active,
.c-btn--key-primary:focus {
  color: white;
  background-color: #E3007B;
}

a.c-btn--small,
button.c-btn--small,
.c-btn--small {
  padding: 9px 24px;
  font-size: 15px;
  font-size: 1rem;
  line-height: 1.2;
}

a.c-btn--small.c-btn--long,
button.c-btn--small.c-btn--long,
.c-btn--small.c-btn--long {
  max-width: 220px;
}

a.c-btn--mobilefull,
button.c-btn--mobilefull,
.c-btn--mobilefull {
  width: 100%;
}

@media (min-width: 30em) {
  a.c-btn--mobilefull,
  button.c-btn--mobilefull,
  .c-btn--mobilefull {
    width: auto;
  }
}

a.c-btn--block,
button.c-btn--block,
.c-btn--block {
  display: block;
  border-radius: 3px;
  padding-left: 12px;
  padding-right: 12px;
}

a.c-btn--tiny,
button.c-btn--tiny,
.c-btn--tiny {
  padding: 6px 12px;
  font-size: 13px;
  font-size: 0.86667rem;
  line-height: 1.2;
}

a.c-btn--fullwidth,
button.c-btn--fullwidth,
.c-btn--fullwidth {
  width: 100%;
}

a.c-btn--profile,
button.c-btn--profile,
.c-btn--profile {
  border-radius: 3px;
}

a.c-btn--remove,
button.c-btn--remove,
.c-btn--remove {
  display: block;
  width: 22px;
  height: 22px;
  position: relative;
  border: 0;
  padding: 0;
  text-indent: -9999em;
}

a.c-btn--remove:hover, a.c-btn--remove:active, a.c-btn--remove:focus,
button.c-btn--remove:hover,
button.c-btn--remove:active,
button.c-btn--remove:focus,
.c-btn--remove:hover,
.c-btn--remove:active,
.c-btn--remove:focus {
  background: rgba(25, 25, 25, 0.2);
}

a.c-btn--remove:hover:before, a.c-btn--remove:hover:after, a.c-btn--remove:active:before, a.c-btn--remove:active:after, a.c-btn--remove:focus:before, a.c-btn--remove:focus:after,
button.c-btn--remove:hover:before,
button.c-btn--remove:hover:after,
button.c-btn--remove:active:before,
button.c-btn--remove:active:after,
button.c-btn--remove:focus:before,
button.c-btn--remove:focus:after,
.c-btn--remove:hover:before,
.c-btn--remove:hover:after,
.c-btn--remove:active:before,
.c-btn--remove:active:after,
.c-btn--remove:focus:before,
.c-btn--remove:focus:after {
  background-color: #E3007B;
}

a.c-btn--remove:after, a.c-btn--remove:before,
button.c-btn--remove:after,
button.c-btn--remove:before,
.c-btn--remove:after,
.c-btn--remove:before {
  position: absolute;
  top: 2px;
  left: 11px;
  content: ' ';
  height: 18px;
  width: 1px;
  background-color: #191919;
}

a.c-btn--remove:after,
button.c-btn--remove:after,
.c-btn--remove:after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

a.c-btn--remove:before,
button.c-btn--remove:before,
.c-btn--remove:before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

a.c-btn--download,
button.c-btn--download,
.c-btn--download {
  max-width: 82%;
}

a.c-btn.no-mb,
button.c-btn.no-mb,
.c-btn.no-mb {
  margin-bottom: 0;
}

a.c-btn-side,
button.c-btn-side,
.c-btn-side {
  display: none;
  vertical-align: top;
  margin-left: 24px;
  max-width: 223px;
  float: none;
  text-align: left;
}

@media (min-width: 40.625em) {
  a.c-btn-side,
  button.c-btn-side,
  .c-btn-side {
    display: inline-block;
  }
}

@media (min-width: 61.25em) {
  a.c-btn-side,
  button.c-btn-side,
  .c-btn-side {
    max-width: 100%;
    margin-left: 0;
    float: right;
  }
}

@media (min-width: 81.25em) {
  a.c-btn-side,
  button.c-btn-side,
  .c-btn-side {
    margin-left: 24px;
    max-width: 223px;
  }
}

a.c-btn-side--btn,
button.c-btn-side--btn,
.c-btn-side--btn {
  width: 100%;
  font-size: 15px;
  font-size: 1rem;
  line-height: 1;
}

@media (min-width: 61.25em) {
  a.c-btn-side--btn,
  button.c-btn-side--btn,
  .c-btn-side--btn {
    width: 48%;
    font-size: 13px;
    font-size: 0.86667rem;
    line-height: 1;
  }
}

@media (min-width: 81.25em) {
  a.c-btn-side--btn,
  button.c-btn-side--btn,
  .c-btn-side--btn {
    font-size: 15px;
    font-size: 1rem;
    line-height: 1;
    width: 100%;
  }
}

a.c-btn-side--btn:nth-child(2n+1),
button.c-btn-side--btn:nth-child(2n+1),
.c-btn-side--btn:nth-child(2n+1) {
  margin-right: 12px;
}

a.c-btn--feature,
button.c-btn--feature,
.c-btn--feature {
  border-radius: 5px;
  padding: 40px 24px;
}

a.c-btn--feature strong,
a.c-btn--feature span,
button.c-btn--feature strong,
button.c-btn--feature span,
.c-btn--feature strong,
.c-btn--feature span {
  display: block;
  margin: 2px 0;
}

a.c-btn--feature strong,
button.c-btn--feature strong,
.c-btn--feature strong {
  font-weight: 500;
  font-size: 24px;
}

a.c-btn--feature span,
button.c-btn--feature span,
.c-btn--feature span {
  font-weight: normal;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  text-transform: initial;
}

.flexbox a.c-btn--feature, .flexbox
button.c-btn--feature, .flexbox
.c-btn--feature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 135px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.c-btn-float {
  margin-top: 48px;
}

@media (min-width: 46.25em) {
  .c-btn-float {
    margin-top: 0;
  }
}

@media (min-width: 81.25em) {
  .c-btn-float {
    float: right;
  }
}

.c-btn-group .c-btn {
  margin-right: 12px;
}

.c-btn-group .c-btn:last-child {
  margin-right: 0;
}

.c-btn-group .c-btn--half {
  width: 47%;
  margin-right: 0;
}

.c-btn-group .c-btn--last {
  margin-left: 6%;
}

.c-btn-group .c-btn--item {
  margin-left: 6px;
  margin-right: 6px;
}

.c-btn--mylocal svg {
  width: 26px;
  height: 22px;
  margin-top: -5px;
  margin-bottom: -3px;
  margin-left: 6px;
}

.c-btn-link {
  display: inline-block;
  padding: 0;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  -webkit-transition: .25s ease all;
  -o-transition: .25s ease all;
  transition: .25s ease all;
  text-decoration: underline;
  text-align: center;
  outline: none;
}

.c-btn-link:hover, .c-btn-link:active, .c-btn-link:focus {
  text-decoration: none;
}

.c-link {
  padding: 12px;
  background: none;
  border: 0;
  outline: none;
  color: rgba(0, 0, 0, 0.9);
  cursor: pointer;
  text-decoration: underline;
  font-size: 15px;
  font-size: 1rem;
  line-height: 1;
}

.c-link--content {
  color: rgba(25, 25, 25, 0.9);
}

.c-link--deleteteam {
  font-size: 14px;
}

.c-main, .c-bg {
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-image: url(./../img/bg/bg-10.jpg);
}

.c-login {
  display: block;
  max-width: 680px;
  margin: 0 auto 0;
  padding: 48px 0 208px;
  color: #FFF;
  font-family: "Poppins", sans-serif;
  font-weight: normal;
  text-align: center;
  position: relative;
  z-index: 10;
  padding-left: 24px;
  padding-right: 24px;
}

@media screen and (min-height: 740px) and (min-width: 740px) {
  .c-login {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 10;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    min-width: 680px;
  }
}

.c-login__column {
  max-width: 360px;
  margin: 0 auto;
}

.c-login__column:nth-child(1) {
  margin-bottom: 48px;
}

@media (min-width: 46.25em) {
  .c-login__column:nth-child(1) {
    margin-bottom: 0;
  }
}

@media (min-width: 46.25em) {
  .c-login__column:nth-child(2) .c-form {
    padding-left: 24px;
    border-left: 1px solid rgba(255, 255, 255, 0.3);
  }
}

@media (min-width: 46.25em) {
  .c-login__column:nth-child(2) .c-login__heading {
    padding-left: 24px;
  }
}

.c-login__logo {
  margin: 0 auto 48px;
  width: 226px;
  height: 134px;
}

@media (min-width: 30em) {
  .c-login__logo {
    width: 334px;
    height: 198px;
  }
}

.c-login__logo .c-svgicon--logo {
  width: 226px;
  height: 134px;
}

@media (min-width: 30em) {
  .c-login__logo .c-svgicon--logo {
    width: 334px;
    height: 198px;
  }
}

.c-main--login-alt .c-login__logo {
  width: 226px;
  height: 134px;
}

@media (min-width: 30em) {
  .c-main--login-alt .c-login__logo {
    width: 278px;
    height: 164px;
  }
}

.c-main--login-alt .c-login__logo .c-svgicon--logo {
  width: 226px;
  height: 134px;
}

@media (min-width: 30em) {
  .c-main--login-alt .c-login__logo .c-svgicon--logo {
    width: 278px;
    height: 164px;
  }
}

.c-login__heading {
  color: #FFF;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  text-transform: initial;
  font-size: 20px;
  font-size: 1.33333rem;
  line-height: 1;
}

.c-login__help {
  font-size: 13px;
  font-size: 0.86667rem;
  line-height: 1.4;
}

.c-login__help-alt {
  color: #000;
}

.c-login__help p {
  display: block;
  overflow: hidden;
  clear: both;
  margin-bottom: 15px;
}

.c-login__help a {
  display: inline-block;
  color: #FFF;
}

.c-login__help a.c-login__help-black {
  color: #000;
}

.c-login__help a.c-login__help-center {
  text-align: center;
}

.c-login__help a.c-login__help-left {
  float: left;
  text-align: left;
}

.c-login__help a.c-login__help-right {
  float: right;
  text-align: right;
}

.c-form__label, .c-form__control {
  font-size: 15px;
  font-size: 1rem;
  line-height: 1.13;
}

.c-form__control--selectnosearch div.filter {
  display: none;
}

.c-form--login .c-form__row {
  margin-bottom: 15px;
}

.c-form--login .c-form__label {
  display: none;
}

.c-form--login .c-form__control {
  width: 100%;
  padding: 12px 12px;
  background-color: #7A7876;
  border: 1px solid #7A7876;
  border-radius: 2px;
  color: #FFF;
  font-family: "Poppins", sans-serif;
  line-height: 1.4;
  font-weight: 400;
  outline: 0;
  -webkit-transition: background-color .25s;
  -o-transition: background-color .25s;
  transition: background-color .25s;
}

.c-form--login .c-form__control::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}

.c-form--login .c-form__control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.8);
}

.c-form--login .c-form__control:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}

.c-form--login .c-form__control::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}

.c-form--login .c-form__control::placeholder {
  color: rgba(255, 255, 255, 0.8);
}

.c-form--login .c-form__control:focus {
  background-color: #878684;
}

.c-form--rego > .o-layout {
  text-align: center;
}

@media (min-width: 46.25em) {
  .c-form--rego > .o-layout {
    text-align: left;
  }
  .c-form--rego > .o-layout.o-text-center {
    text-align: center;
  }
}

.c-form--rego .c-form__row {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 12px;
}

.c-form--rego .c-form__row--no-mb {
  margin-bottom: 0;
}

@media (min-width: 46.25em) {
  .c-form--rego .c-form__row--full {
    overflow: hidden;
    max-width: none;
    width: 100%;
    float: none;
    clear: both;
  }
}

.c-form--rego .c-form__row--single {
  float: none;
  margin-left: auto;
  margin-right: auto;
  clear: both;
}

.c-form--rego .c-form__row--select label.c-form__label {
  pointer-events: none;
}

.c-form--rego .c-form__row--checkbox.c-form__row {
  padding-top: 12px;
}

.c-form--rego .c-form__row--checkbox .c-form__checkbox-box {
  border-color: #000;
}

.c-form--rego .c-form__row--checkbox label.c-form__label.c-form__label {
  position: relative;
  top: 0;
  left: 0;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  cursor: pointer;
  font-size: 13px;
  font-size: 0.86667rem;
  line-height: 1.4;
}

.c-form--rego .c-form__row--checkbox .c-form__control,
.c-form--rego .c-form__row--checkbox .c-form__checkbox-label input,
.c-form--rego .c-form__row--checkbox .c-form__checkbox-tick-label input {
  width: 0;
  height: 0;
  opacity: 0;
  padding: 0;
}

.c-form--rego .c-form__row--checkbox .c-form__control:focus ~ .c-form__checkbox-box,
.c-form--rego .c-form__row--checkbox .c-form__checkbox-label input:focus ~ .c-form__checkbox-box,
.c-form--rego .c-form__row--checkbox .c-form__checkbox-tick-label input:focus ~ .c-form__checkbox-box {
  outline-color: -webkit-focus-ring-color;
  outline-style: auto;
  outline-width: 5px;
}

.c-form--rego .c-form__row--checkbox .c-form__control:checked ~ label .c-form__checkbox-box,
.c-form--rego .c-form__row--checkbox .c-form__control:checked + .c-form__checkbox-box,
.c-form--rego .c-form__row--checkbox .c-form__checkbox-label input:checked ~ label .c-form__checkbox-box,
.c-form--rego .c-form__row--checkbox .c-form__checkbox-label input:checked + .c-form__checkbox-box,
.c-form--rego .c-form__row--checkbox .c-form__checkbox-tick-label input:checked ~ label .c-form__checkbox-box,
.c-form--rego .c-form__row--checkbox .c-form__checkbox-tick-label input:checked + .c-form__checkbox-box {
  position: relative;
  border-color: #000;
}

.c-form--rego .c-form__row--checkbox .c-form__control:checked ~ label .c-form__checkbox-box:after,
.c-form--rego .c-form__row--checkbox .c-form__control:checked + .c-form__checkbox-box:after,
.c-form--rego .c-form__row--checkbox .c-form__checkbox-label input:checked ~ label .c-form__checkbox-box:after,
.c-form--rego .c-form__row--checkbox .c-form__checkbox-label input:checked + .c-form__checkbox-box:after,
.c-form--rego .c-form__row--checkbox .c-form__checkbox-tick-label input:checked ~ label .c-form__checkbox-box:after,
.c-form--rego .c-form__row--checkbox .c-form__checkbox-tick-label input:checked + .c-form__checkbox-box:after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  background: #000;
}

.c-form--rego .c-form__row--checkbox .c-form__control:checked ~ label .c-form__checkbox-box-tick,
.c-form--rego .c-form__row--checkbox .c-form__control:checked + .c-form__checkbox-box-tick,
.c-form--rego .c-form__row--checkbox .c-form__checkbox-label input:checked ~ label .c-form__checkbox-box-tick,
.c-form--rego .c-form__row--checkbox .c-form__checkbox-label input:checked + .c-form__checkbox-box-tick,
.c-form--rego .c-form__row--checkbox .c-form__checkbox-tick-label input:checked ~ label .c-form__checkbox-box-tick,
.c-form--rego .c-form__row--checkbox .c-form__checkbox-tick-label input:checked + .c-form__checkbox-box-tick {
  position: relative;
  border-color: #000;
}

.c-form--rego .c-form__row--checkbox .c-form__control:checked ~ label .c-form__checkbox-box-tick:after,
.c-form--rego .c-form__row--checkbox .c-form__control:checked + .c-form__checkbox-box-tick:after,
.c-form--rego .c-form__row--checkbox .c-form__checkbox-label input:checked ~ label .c-form__checkbox-box-tick:after,
.c-form--rego .c-form__row--checkbox .c-form__checkbox-label input:checked + .c-form__checkbox-box-tick:after,
.c-form--rego .c-form__row--checkbox .c-form__checkbox-tick-label input:checked ~ label .c-form__checkbox-box-tick:after,
.c-form--rego .c-form__row--checkbox .c-form__checkbox-tick-label input:checked + .c-form__checkbox-box-tick:after {
  top: -3px;
  left: 0px;
  width: 16px;
  height: 8px;
  border-left: 2px solid #e3007b;
  border-bottom: 2px solid #e3007b;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  background: transparent;
}

.c-form--rego .c-form__row--checkbox .c-form__checkbox-label input:checked ~ label .c-form__checkbox-box,
.c-form--rego .c-form__row--checkbox .c-form__checkbox-label input:checked + .c-form__checkbox-box {
  position: absolute;
}

.c-form--rego .c-form__row--checkbox--alt {
  text-align: center;
}

.c-form--rego .c-form__row--checkbox--alt label {
  color: #FFF;
}

.c-form--rego .c-form__row--checkbox--alt .c-form__checkbox-box {
  border-color: #FFF;
}

.c-form--rego .c-form__row--checkbox--alt input {
  width: 0;
  height: 0;
  opacity: 0;
  padding: 0;
}

.c-form--rego .c-form__row--checkbox--alt input:checked ~ .c-form__checkbox-box {
  position: relative;
  border-color: #FFF;
}

.c-form--rego .c-form__row--checkbox--alt input:checked ~ .c-form__checkbox-box:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: -3px;
  left: 0px;
  width: 16px;
  height: 8px;
  border-left: 2px solid black;
  border-bottom: 2px solid black;
}

.c-form--rego .c-form__row--checkbox--alt-black .c-form__label,
.c-form--rego .c-form__row--checkbox--alt-black .c-rego__text,
.c-form--rego .c-form__row--checkbox--alt-black .c-checkbox, .c-form--rego .c-form__row--checkbox--alt-black a {
  color: #000;
}

.c-form--rego .c-form__row--checkbox--alt-black .c-form__checkbox-box {
  border-color: #000;
}

.c-form--rego .c-form__row .c-form__control--disabled {
  opacity: .97;
  color: #4d4d4d;
  background-color: rgba(255, 255, 255, 0.5);
}

.c-form--rego .c-form__row .c-form__control--disabled + label {
  opacity: .97;
}

.c-form--rego .c-form__label {
  position: absolute;
  top: 50%;
  left: 12px;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  -webkit-transition: .25s ease all;
  -o-transition: .25s ease all;
  transition: .25s ease all;
  color: #4d4d4d;
  text-align: left;
}

.c-form--rego .c-form__label--nm {
  margin: 0;
}

.c-form--rego .c-form__control {
  width: 100%;
  padding: 30px 12px 6px;
  border: 1px solid transparent;
  border-radius: 2px;
  outline: 0;
  background: white;
  color: #000;
  font-family: "Poppins", sans-serif;
  text-align: left;
  border-radius: 8px;
  font-size: 15px;
  font-size: 1rem;
  line-height: 1.13;
}

.c-form--rego .c-form__control:focus {
  background: #FFF;
}

.c-form--rego .c-form__control [name="age"]:focus + label,
.c-form--rego .c-form__control [name="user_type"]:focus + label,
.c-form--rego .c-form__control [name="find_out"]:focus + label,
.c-form--rego .c-form__control [name="school"]:focus + label,
.c-form--rego .c-form__control [name="find_out_event"]:focus + label {
  top: 18px;
  font-size: 13px;
  font-size: 0.86667rem;
  line-height: 1.1;
}

.c-form--rego .c-form__control:focus ~ label,
.c-form--rego .c-form__control--filled > label,
.c-form--rego .c-form__control--filled + .picker + label,
.c-form--rego .c-form__control--filled + label,
.c-form--rego .c-form__control--filled + label {
  top: 18px;
  font-size: 13px;
  font-size: 0.86667rem;
  line-height: 1.1;
}

.c-form--rego .c-form__control label.is-two-lines {
  padding-right: 24px;
}

.c-form--rego .c-form__control--filled.is-two-lines {
  padding-top: 56px;
}

@media (min-width: 23.4375em) {
  .c-form--rego .c-form__control--filled.is-two-lines {
    padding-top: 44px;
  }
}

@media (min-width: 40em) {
  .c-form--rego .c-form__control--filled.is-two-lines {
    padding-top: 30px;
  }
}

.c-form--rego .c-form__control--filled > label.is-two-lines {
  line-height: 1.1;
  top: 30px;
}

@media (min-width: 23.4375em) {
  .c-form--rego .c-form__control--filled > label.is-two-lines {
    top: 24px;
  }
}

@media (min-width: 40em) {
  .c-form--rego .c-form__control--filled > label.is-two-lines {
    top: 18px;
  }
}

.c-form--rego .c-form__control--nopad, .c-form--rego .c-form__control--nopad.is-two-lines {
  padding: 0;
}

.c-form--rego .c-form__control--radio {
  width: 0;
  height: 0;
  opacity: 0;
  padding: 0;
}

.c-form--rego .c-form__control--radio:checked ~ .c-form__radio-box {
  position: relative;
  border: 1px solid #000;
}

.c-form--rego .c-form__control--radio:checked ~ .c-form__radio-box:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 1px;
  left: 1px;
  width: 6px;
  height: 6px;
  background: #000;
  border-radius: 3px;
}

.c-form--rego .c-form__control--radio:focus ~ .c-form__radio-box {
  outline-color: -webkit-focus-ring-color;
  outline-style: auto;
  outline-width: 5px;
}

.c-form--rego .c-form__control--rego-simple {
  display: block !important;
  width: 100%;
  max-width: 270px;
  margin: 6px 0;
  padding: 12px;
  border-radius: 2px;
  border: 1px solid rgba(227, 0, 123, 0.18);
  font-family: "Poppins", sans-serif;
}

.c-form--rego .c-form__control-error {
  position: absolute;
  top: 8px;
  right: 15px;
  width: 16px;
  height: 16px;
  padding: 2px 6px 3px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  border: 1px solid #E3007B;
  border-radius: 8px;
  text-align: center;
  color: #E3007B;
  font-size: 11px;
  font-size: 0.73333rem;
  line-height: 1;
}

.c-form--rego .c-form__control-error[hidden] + .c-form__control {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.c-form--rego .c-form__checkbox-box {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 12px;
  border: 1px solid black;
  vertical-align: middle;
}

.c-form--rego .c-form__checkbox-label {
  position: relative;
  display: block;
  margin-bottom: 8px;
  padding-left: 24px;
  cursor: pointer;
  font-size: 13px;
  font-size: 0.86667rem;
  line-height: 1;
}

.c-form--rego .c-form__checkbox-label .c-form__checkbox-box {
  position: absolute;
  left: 0;
}

.c-form--rego .c-form__checkbox-main-label {
  display: block;
  margin-bottom: 12px;
}

.c-form--rego .c-form__checkbox-tick-label {
  display: block;
  margin-top: 12px;
  margin-bottom: 12px;
  color: #000;
  font-size: 13px;
  font-size: 0.86667rem;
  line-height: 1.2;
}

.c-form--rego .c-form__checkbox-tick-label.c-form__label--nm {
  margin: 0;
}

.c-form--rego .c-form__radio-wrap {
  margin-right: 6px;
}

.c-form--rego .c-form__radio-box {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 4px;
  border: 1px solid black;
  border-radius: 6px;
}

.c-form .c-form__errors {
  overflow: hidden;
  min-height: 46px;
}

.c-form__error {
  margin-bottom: 12px;
  padding: 8px 12px;
  background: #FFF;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  color: #E3007B;
  border-radius: 8px;
  text-align: left;
  border: 1px solid transparent;
  font-size: 13px;
  font-size: 0.86667rem;
  line-height: 1.2;
}

.c-form__error .c-form__control-error {
  display: inline-block;
  position: relative;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  padding: 3px 6px 3px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  border: 1px solid #E3007B;
  border-radius: 8px;
  text-align: center;
  color: #E3007B;
  font-size: 10px;
  font-size: 0.66667rem;
  line-height: 1;
}

.c-form__error {
  position: relative;
}

.c-checkbox {
  margin: 24px 0;
  color: #FFF;
  font-size: 13px;
  font-size: 0.86667rem;
  line-height: 1.4;
}

.c-checkbox .c-form__control {
  width: 0;
  height: 0;
  opacity: 0;
}

.c-checkbox .c-form__control:focus ~ .c-form__checkbox-box {
  outline-color: -webkit-focus-ring-color;
  outline-style: auto;
  outline-width: 5px;
}

.c-checkbox .c-form__control:checked ~ .c-form__checkbox-box {
  position: relative;
  border-color: #FFF;
}

.c-checkbox .c-form__control:checked ~ .c-form__checkbox-box:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  background: #000;
}

.c-checkbox .c-form__checkbox-box {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 12px;
  border: 1px solid white;
  vertical-align: middle;
}

.c-checkbox.c-form__row--checkbox--alt-black {
  color: #000;
}

.c-checkbox.c-form__row--checkbox--alt-black a {
  color: #000;
}

.c-checkbox.c-form__row--checkbox--alt-black .c-form__control:checked ~ .c-form__checkbox-box,
.c-checkbox.c-form__row--checkbox--alt-black .c-form__checkbox-box {
  border-color: #000;
}

.form-error {
  margin-bottom: 24px;
  padding: 12px;
  background-color: rgba(255, 255, 255, 0.15);
  color: rgba(255, 255, 255, 0.85);
  border-radius: 2px;
  font-size: 13px;
  font-size: 0.86667rem;
  line-height: 1.4;
}

.form-error .c-form__control-error {
  display: inline-block;
  padding: 3px 6px 3px;
  width: 16px;
  height: 16px;
  margin-right: 6px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  border: 1px solid rgba(255, 255, 255, 0.85);
  border-radius: 8px;
  text-align: center;
  color: rgba(255, 255, 255, 0.85);
  font-size: 10px;
  font-size: 0.66667rem;
  line-height: 1;
}

.form-error a {
  color: #FFF;
}

.c-form .c-form__message {
  margin-bottom: 12px;
  padding: 8px 12px;
  background: #FFF;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  color: #E3007B;
  border-radius: 2px;
  text-align: left;
  border: 1px solid transparent;
}

.c-form .c-form__message ul {
  margin-bottom: 0;
}

.c-form--alt .c-form__control {
  border: 1px solid #BBBAB9;
  border-radius: 8px;
}

.c-form--alt .c-form__control[disabled] {
  opacity: .5;
}

.c-form--alt .c-form__control[disabled] + label {
  opacity: .5;
}

.c-form--alt .c-form__errors {
  overflow: hidden;
  min-height: 46px;
}

.c-form--alt .c-form__message {
  border: 1px solid #bbbab9;
  border-radius: 8px;
}

.c-form--alt .c-form__row--checkbox.c-form__row {
  padding-top: 0;
}

.c-form--alt .c-form__row--checkbox.c-form__row label {
  color: #191919;
}

.c-form .c-form__error {
  padding-bottom: 12px;
}

.c-form .c-form__error-item {
  margin: 6px 0;
}

.c-form .c-form__error-item:last-child {
  margin-bottom: 0;
}

.c-form--rego .c-form__error {
  margin-bottom: 24px;
  border: 1px solid transparent;
}

.c-form--alt .c-form__error {
  border: 1px solid #bbbab9;
}

.c-form .c-form__control ~ .c-form__error-sticky {
  display: none;
}

.c-form .c-form__control:focus ~ .c-form__error-sticky {
  display: block;
}

.c-form__help {
  font-style: italic;
  font-size: 13px;
  font-size: 0.86667rem;
  line-height: 1.3;
}

.c-form__error-parent {
  position: relative;
}

.c-form__error-parent .c-form__error-sticky {
  display: none;
}

.c-form__error-parent input:focus ~ .c-form__error-sticky {
  display: block;
}

.c-form__error {
  border: 1px solid #bbbab9;
}

.c-form__error-sticky {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 1;
  margin-top: -1px;
  border-top: 0;
}

.c-form__error-sticky .c-form__error {
  padding-bottom: 6px;
  border-top: 0;
  font-weight: normal;
  font-style: italic;
  color: #191919;
  background: rgba(253, 208, 179, 0.98);
  border: 1px solid #fcb180;
  border-radius: 0 0 2px 2px;
}

.c-form__control--upload {
  padding: 6px;
  border: 1px solid #bbbab9;
}

.c-rego {
  max-width: 740px;
  margin: 0 12px;
  background-color: #EFEEEE;
  border-radius: 3px;
}

@media (min-width: 46.25em) {
  .c-rego {
    margin: 0 auto;
  }
}

.c-rego__container {
  padding: 48px 0 208px;
}

.c-rego__header {
  padding: 18px;
  background-color: #FFF;
  border-radius: 3px 3px 0 0;
}

.c-rego__footer {
  padding: 24px;
  background-color: #FFF;
  border-radius: 0 0 3px 3px;
}

.c-rego__logo .c-svgicon {
  display: block;
  width: 132px;
  height: 78px;
  margin: 0 auto;
  color: #000;
}

.c-rego__content {
  padding: 24px;
}

@media (min-width: 46.25em) {
  .c-rego__content {
    padding: 48px;
  }
}

.c-rego__heading, .c-rego__subheading, .c-rego__tertiaryheading {
  color: #000;
  text-align: center;
}

.c-rego__heading {
  margin-top: 36px;
  font-family: "Filson Soft", sans-serif;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 30px;
  font-size: 2rem;
  line-height: 1;
}

@media (min-width: 30em) {
  .c-rego__heading {
    font-size: 44px;
    font-size: 2.93333rem;
    line-height: 1;
  }
}

.c-rego__heading:first-child {
  margin-top: 0;
}

.c-rego__subheading {
  margin-bottom: 12px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 20px;
  font-size: 1.33333rem;
  line-height: 1.2;
}

@media (min-width: 30em) {
  .c-rego__subheading {
    font-size: 25px;
    font-size: 1.66667rem;
    line-height: 1;
  }
}

.c-rego__tertiaryheading {
  margin-bottom: 6px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 19px;
  font-size: 1.26667rem;
  line-height: 1;
}

.c-rego__text {
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
  color: black;
  text-align: center;
}

.c-rego__text a {
  color: black;
}

.c-rego__list {
  list-style-position: inside;
}

.c-rego__appicons {
  margin-left: auto;
  margin-right: auto;
  margin-top: 24px;
  margin-bottom: 36px;
  text-align: center;
}

.c-rego__appicons .o-layout__item {
  vertical-align: middle;
}

.c-rego__appicons a {
  display: inline-block;
}

.c-rego__appicons a:last-child {
  margin-top: 12px;
}

.c-rego__appicon {
  width: 130px;
  height: 130px;
  margin-bottom: 24px;
}

@media (min-width: 30em) {
  .c-rego__appicon {
    margin-bottom: 0;
  }
}

.c-rego__storeicon {
  width: 134px;
  height: auto;
}

.c-rego__steps {
  text-align: center;
}

.c-rego__step-icon {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 6px 6px;
  border-radius: 5px;
  border: 1px solid #000;
}

.c-rego__step-icon.is-active {
  background-color: #000;
}

.c-rego__step {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 13px;
  font-size: 0.86667rem;
  line-height: 1;
}

.c-rego__social a {
  display: inline-block;
  margin-right: 12px;
  text-decoration: none;
  color: #000;
}

.c-rego__social a:last-child {
  margin-right: 0;
}

.c-rego__social a:hover {
  color: rgba(0, 0, 0, 0.8);
}

.c-rego__social .c-svgicon {
  width: 32px;
  height: 32px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b, .select2-container--open .select2-selection--single .select2-selection__arrow b, ng-select > div > div.single > div.toggle {
  background-image: url(./../img/select-arrow.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  border: 0 !important;
  display: inline-block;
  height: 6px !important;
  width: 10px !important;
}

.select2-container {
  color: #000;
  outline: 0 !important;
}

.select2-container:focus {
  outline: 0 !important;
}

.select2-container--default .select2-selection--single {
  background-color: transparent !important;
  padding: 30px 12px 24px !important;
  border: none !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  color: #FFF !important;
  background: #E3007B !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #000 !important;
  padding: 0 !important;
  line-height: 1.1 !important;
  padding-right: 15px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered div {
  display: none;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  right: 12px !important;
  top: 50% !important;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.select2-dropdown {
  -webkit-box-shadow: 0px 1.2px 2.5px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 1.2px 2.5px rgba(0, 0, 0, 0.1);
  background: #FFF;
  border: 0 !important;
  border-radius: 2px !important;
}

.select2-search--dropdown {
  padding: 0 !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 0;
  background-color: rgba(255, 255, 255, 0.2) !important;
}

.select2-results__option, .select2-search__field {
  padding: 6px 12px !important;
  line-height: 1.3;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  margin-top: -10px !important;
  right: 24px;
  color: #E3007B;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #191919 !important;
}

select-dropdown * {
  font-family: "Poppins", sans-serif !important;
}

ng-select > div {
  border: none !important;
}

ng-select > div > div.single {
  background-color: transparent !important;
  height: 54px !important;
  border: none !important;
  width: 100% !important;
  overflow: hidden !important;
}

.is-two-lines ng-select > div > div.single {
  height: 78px !important;
}

@media (min-width: 23.4375em) {
  .is-two-lines ng-select > div > div.single {
    height: 68px !important;
  }
}

@media (min-width: 40em) {
  .is-two-lines ng-select > div > div.single {
    height: 54px !important;
  }
}

ng-select > div > div.single > div.value, ng-select > div > div.single > div.placeholder {
  font-family: "Poppins", sans-serif !important;
  line-height: 1 !important;
  position: absolute !important;
  bottom: 6px !important;
  overflow: hidden !important;
  width: 100% !important;
  padding-right: 26px !important;
  -o-text-overflow: ellipsis !important;
     text-overflow: ellipsis !important;
}

ng-select > div > div.single > div.clear, ng-select > div > div.single > div.toggle {
  position: absolute;
}

ng-select > div > div.single > div.clear {
  right: 24px !important;
  top: 52% !important;
  -webkit-transform: translate(0, -48%);
      -ms-transform: translate(0, -48%);
          transform: translate(0, -48%);
  z-index: 10 !important;
}

ng-select > div > div.single > div.toggle {
  right: 16px !important;
  top: 53% !important;
  -webkit-transform: translate(0, -47%);
      -ms-transform: translate(0, -47%);
          transform: translate(0, -47%);
  font-size: 0 !important;
}

ng-select > div > div.single > div.clear:hover, ng-select > div > div.single > div.toggle:hover {
  background-color: transparent !important;
}

select-dropdown .highlighted {
  color: #FFF !important;
  background: #E3007B !important;
}

select-dropdown .selected.highlighted {
  color: #FFF !important;
  background: #E3007B !important;
}

select-dropdown > div {
  -webkit-box-shadow: 0px 1.2px 2.5px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 1.2px 2.5px rgba(0, 0, 0, 0.1);
  background: #FFF;
  border: 0 !important;
  border-radius: 2px !important;
  z-index: 10 !important;
}

select-dropdown > div .filter {
  padding: 0 !important;
}

select-dropdown > div .filter input {
  border: 0;
  background-color: rgba(255, 255, 255, 0.2) !important;
  padding: 6px 12px !important;
}

select-dropdown > div .options ul li {
  padding: 6px 12px !important;
}

.c-new-members {
  text-align: center;
}

.c-new-member {
  position: relative;
  margin-bottom: 24px;
  background-color: rgba(0, 0, 0, 0.11);
  border: 1px solid rgba(0, 0, 0, 0.5);
  text-align: center;
  color: #000;
}

.c-new-member--input, .c-new-member--white {
  display: block;
  background-color: #FFF;
  border-radius: 2px;
  color: #000;
}

.c-new-member__heading {
  margin-top: 36px;
  margin-bottom: 6px;
}

.c-new-member__label {
  padding: 24px 12px;
  word-wrap: break-word;
}

.c-new-member__username {
  margin-bottom: 24px;
  color: black;
  font-size: 13px;
  font-size: 0.86667rem;
  line-height: 1.4;
}

.c-new-member__username span {
  color: #000;
}

.c-new-member__info {
  padding: 12px 12px;
  border-top: 1px solid rgba(0, 0, 0, 0.5);
}

.c-new-member__info .o-layout__item {
  color: black;
  font-size: 13px;
  font-size: 0.86667rem;
  line-height: 1.4;
}

.c-new-member__info .o-layout__item span {
  color: #000;
  font-size: 15px;
  font-size: 1rem;
  line-height: 1.4;
}

.c-new-member__info--nopad {
  padding: 0;
}

.c-new-member__actions {
  position: absolute;
  top: 8px;
  right: 12px;
}

.c-new-member__action {
  display: inline-block;
  margin-left: 6px;
  cursor: pointer;
}

.c-new-member__action:first-child {
  margin-left: 0;
}

.c-new-member__action .c-svgicon {
  width: 17px;
  height: 17px;
  color: #000;
}

.c-new-member--input .c-new-member__action .c-svgicon {
  color: #000;
}

.c-new-member__tip-wrap {
  margin: 24px 0;
  color: #000;
}

.c-new-member__tip-wrap .c-svgicon {
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
}

.c-new-member__tip-wrap a {
  color: #000;
}

.c-new-member__input {
  width: 100%;
  padding: 12px 12px;
  border: 0;
  font-family: "Poppins", sans-serif;
  color: #FFF;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.12);
}

.c-new-member__input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}

.c-new-member__input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.8);
}

.c-new-member__input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}

.c-new-member__input::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}

.c-new-member__input::placeholder {
  color: rgba(255, 255, 255, 0.8);
}

.c-re-rego__subheading {
  margin-bottom: 24px;
}

.c-re-members {
  text-align: center;
}

.c-re-members .o-layout__item {
  margin-bottom: 18px;
}

.c-re-member {
  background: rgba(255, 255, 255, 0.8);
  padding-top: 12px;
}

.c-re-member h3 {
  font-size: 23px;
  font-size: 1.53333rem;
  line-height: 1.3;
  margin-bottom: 0;
  padding: 0 24px;
}

.c-re-member__username {
  padding: 0 24px 12px;
  font-size: 13px;
  font-size: 0.86667rem;
  line-height: 1.3;
  font-family: "Poppins", sans-serif;
  margin-bottom: 0;
  color: rgba(0, 0, 0, 0.6);
}

.c-re-member__username span {
  color: #000;
}

.c-re-member__info {
  padding: 12px 9.6px;
  background: #FFF;
}

.c-re-member__info .o-layout__item {
  margin-bottom: 0;
}

.c-re-member__info .c-form__radio-label {
  font-size: 16px !important;
  line-height: 1.4 !important;
}

.c-re-member__input {
  color: #000;
}

.c-re-member__input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.6);
}

.c-re-member__input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.6);
}

.c-re-member__input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.6);
}

.c-re-member__input::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.6);
}

.c-re-member__input::placeholder {
  color: rgba(0, 0, 0, 0.6);
}

.c-core {
  display: block;
  overflow: hidden;
  min-height: 100%;
  background-color: #FFF;
}

.c-core .c-footer {
  position: relative;
}

.c-content {
  background-color: #EFEEEE;
}

.c-content__banner {
  height: 83px;
  background-color: white;
  margin: -30px -24px 24px;
  padding: 18px 24px 0;
}

@media (min-width: 46.25em) {
  .c-content__banner {
    padding: 0;
    height: auto;
    background-color: transparent;
    margin: 0 0 24px;
  }
}

@media (min-width: 61.25em) {
  .c-content__banner {
    margin-bottom: 0;
  }
}

.c-content__banner ul {
  margin: 0;
  text-align: right;
  overflow: auto;
  list-style-type: none;
}

@media (min-width: 46.25em) {
  .c-content__banner ul {
    display: block;
  }
}

.c-content__banner ul li {
  display: inline-block;
}

.c-content__banner ul li:nth-child(-n+3) {
  float: left;
  position: relative;
  top: 10px;
  display: none;
}

@media (min-width: 46.25em) {
  .c-content__banner ul li:nth-child(-n+3) {
    display: inline-block;
  }
}

@media (min-width: 61.25em) {
  .c-content__banner ul li:nth-child(-n+3) {
    float: none;
    top: -9px;
  }
}

.c-content__banner .c-svgicon--vicgov {
  width: 68px;
  height: 39px;
  margin-right: 0;
}

@media (min-width: 46.25em) {
  .c-content__banner .c-svgicon--vicgov {
    width: 90px;
    height: 51px;
  }
}

.c-content__banner .c-svgicon--droparrow {
  width: 8px;
  height: 6px;
  position: relative;
  top: -1px;
  margin-left: 3px;
  color: #E3007B;
}

.c-content__banner .c-svgicon--social {
  width: 32px;
  height: 32px;
  margin-right: 6px;
  color: #191919;
  -webkit-transition: .25s;
  -o-transition: .25s;
  transition: .25s;
}

.c-content__banner .c-svgicon--social:hover {
  color: #E3007B;
}

.o-mobile--center {
  text-align: center;
}

@media (min-width: 46.25em) {
  .o-mobile--center {
    text-align: left;
  }
}

@media (max-width: 46.24em) {
  .o-mobile--left {
    text-align: left;
  }
}

.c-top {
  padding: 12px 0;
  background-color: #fff;
  color: #000;
}

@media (min-width: 65.5em) {
  .c-top {
    padding: 18px 0;
  }
}

.c-header {
  position: relative;
  overflow: hidden;
  clear: both;
}

.c-header .c-logo {
  display: block;
  position: relative;
  z-index: 300;
  float: left;
  width: 87px;
  height: 51px;
}

@media (min-width: 65.5em) {
  .c-header .c-logo {
    width: 174px;
    height: 103px;
  }
}

.c-header .c-logo .c-svgicon--logo {
  display: block;
  width: 87px;
  height: 51px;
  color: #000;
}

@media (min-width: 65.5em) {
  .c-header .c-logo .c-svgicon--logo {
    width: 174px;
    height: 103px;
  }
}

.c-nav {
  display: inline-block;
  float: right;
  vertical-align: middle;
}

.c-nav.is-active {
  z-index: 40;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#FDAD00), to(#E20088));
  background-image: -o-linear-gradient(top, #FDAD00 0%, #E20088 100%);
  background-image: linear-gradient(to bottom, #FDAD00 0%, #E20088 100%);
  background: -webkit-gradient(linear, 0% 0%, 55% 100%, from(#FDAE00), to(#E20088));
}

.c-nav__user {
  display: block;
  position: relative;
  top: -10px;
  left: 0;
  margin: 0 0 0 0;
  border-radius: 2px;
  background-color: transparent;
  font-family: "Poppins", sans-serif;
  vertical-align: bottom;
  font-size: 13px;
  font-size: 0.86667rem;
  line-height: 1.84615;
}

@media (min-width: 46.25em) {
  .c-nav__user {
    margin: 0 12px;
  }
}

@media (min-width: 61.25em) {
  .c-nav__user {
    top: -12px;
  }
}

.c-nav__user-parent {
  vertical-align: middle;
  display: inline-block !important;
}

.c-nav__user:before {
  display: inline-block;
  position: absolute;
  left: 12px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  pointer-events: none;
}

@media (min-width: 30em) {
  .c-nav__user:before {
    content: "Logged in as:";
  }
}

.c-nav__user-select {
  display: inline-block;
  margin: 0;
  padding: 8px 30px 8px 12px;
  border: 1px solid #BBBAB9;
  border-radius: 2px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  text-transform: capitalize;
  background: none;
  text-decoration: none;
  background-image: url(./../img/select-arrow.png);
  background-size: 10px 6px;
  background-position: calc(100% - 13px) calc(18px), calc(100% - 8px) calc(18px);
  background-repeat: no-repeat;
}

.c-nav__user-select::-ms-expand {
  display: none;
}

.c-nav__user-select option {
  color: #000;
}

@media (min-width: 30em) {
  .c-nav__user-select {
    padding: 8px 30px 8px 102px;
  }
}

@media (min-width: 46.25em) {
  .c-nav__user-select {
    padding: 12px 30px 12px 102px;
    background-position: calc(100% - 13px) calc(22px), calc(100% - 8px) calc(22px);
  }
}

.c-nav__items {
  display: inline-block;
  margin: 38px 0;
  list-style: none;
  display: none;
}

@media (min-width: 65.5em) {
  .c-nav__items {
    display: inline-block;
  }
}

.c-nav__items.is-active {
  display: block;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}

.c-nav__items.is-active li {
  display: block;
  text-align: center;
  margin: 0 0 24px 0 !important;
  font-size: 23px;
  font-size: 1.53333rem;
  line-height: 1.30435;
}

.c-nav__items.is-active li svg {
  display: inline-block;
}

.c-nav__item {
  display: inline-block;
  margin-left: 18px;
}

.c-nav__item svg {
  margin-left: 6px;
  opacity: .4;
  vertical-align: middle;
  -webkit-transform: translateY(-1px);
      -ms-transform: translateY(-1px);
          transform: translateY(-1px);
}

.c-nav__item:hover .c-nav__subnav {
  max-height: 100px;
}

.c-nav__link {
  padding: 4px 0;
  color: #000;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 1;
  border-bottom: 2px solid transparent;
  font-family: "Filson Soft", sans-serif;
  font-weight: normal;
  -webkit-transition: .25s;
  -o-transition: .25s;
  transition: .25s;
}

.c-nav__subnav .c-nav__link {
  font-size: 14px;
  text-transform: initial;
}

.c-nav__link .c-svgicon {
  width: 16px;
  height: 16px;
}

.c-nav__link:hover, .c-nav__link:active, .c-nav__link:focus {
  border-bottom: 2px solid rgba(227, 0, 123, 0.55);
}

.c-nav__link.is-active {
  border-bottom: 2px solid #e3007b;
}

.c-nav__subnav {
  position: absolute;
  top: 72px;
  left: auto;
  padding: 0;
  margin: 0;
  margin-left: -18px;
  list-style: none;
  width: 300%;
  padding-bottom: 6px;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

@media (max-width: 65.49em) {
  .c-nav__subnav {
    display: none !important;
  }
}

.c-nav__subnav li {
  display: inline-block;
}

.c-nav-toggle {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: absolute;
  z-index: 300;
  top: 8px;
  right: 0;
  padding: 8px 0;
  outline: none;
  background: transparent;
  border: 0;
}

@media (min-width: 65.5em) {
  .c-nav-toggle {
    top: 26px;
  }
}

@media (min-width: 65.5em) {
  .c-nav-toggle {
    display: none;
  }
}

.c-nav-toggle.is-active {
  top: 24px;
  right: 24px;
}

.c-nav-toggle__icon {
  display: inline-block;
  height: 22px;
  width: 35px;
  -webkit-transition: -webkit-transform .25s;
  transition: -webkit-transform .25s;
  -o-transition: transform .25s;
  transition: transform .25s;
  transition: transform .25s, -webkit-transform .25s;
  position: relative;
}

.c-nav-toggle__icon:before, .c-nav-toggle__icon:after, .c-nav-toggle__icon span {
  -webkit-transition: .25s;
  -o-transition: .25s;
  transition: .25s;
}

.c-nav-toggle__icon span {
  width: 35px;
  height: 2px;
  display: block;
  opacity: 1;
  background: black;
  position: absolute;
  border-radius: 3px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: opacity .2s .2s;
  -o-transition: opacity .2s .2s;
  transition: opacity .2s .2s;
}

.c-nav-toggle__icon:before, .c-nav-toggle__icon:after {
  display: block;
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  background-color: black;
  -webkit-transition: top .4s .2s, bottom .4s .2s, -webkit-transform .2s;
  transition: top .4s .2s, bottom .4s .2s, -webkit-transform .2s;
  -o-transition: top .4s .2s, bottom .4s .2s, transform .2s;
  transition: top .4s .2s, bottom .4s .2s, transform .2s;
  transition: top .4s .2s, bottom .4s .2s, transform .2s, -webkit-transform .2s;
  border-radius: 3px;
}

@media (min-width: 46.25em) {
  .c-nav-toggle__icon:before, .c-nav-toggle__icon:after {
    height: 2px;
  }
}

.c-nav-toggle__icon:before:hover, .c-nav-toggle__icon:after:hover {
  background: #E3007B !important;
}

.c-nav-toggle__icon:before {
  top: 0px;
}

.c-nav-toggle__icon:after {
  bottom: 0px;
}

.c-nav-toggle.is-active .c-nav-toggle__icon span {
  opacity: 0;
}

.c-nav-toggle.is-active .c-nav-toggle__icon:before, .c-nav-toggle.is-active .c-nav-toggle__icon:after {
  margin: 0;
  -webkit-transition: top .2s, bottom .2s, -webkit-transform .4s .2s;
  transition: top .2s, bottom .2s, -webkit-transform .4s .2s;
  -o-transition: top .2s, bottom .2s, transform .4s .2s;
  transition: top .2s, bottom .2s, transform .4s .2s;
  transition: top .2s, bottom .2s, transform .4s .2s, -webkit-transform .4s .2s;
}

.c-nav-toggle.is-active .c-nav-toggle__icon:before {
  top: 10px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.c-nav-toggle.is-active .c-nav-toggle__icon:after {
  bottom: 10px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.c-footer {
  padding: 24px 0;
  overflow: hidden;
  width: 100%;
  color: rgba(65, 64, 66, 0.7);
  clear: both;
  font-size: 13px;
  font-size: 0.86667rem;
  line-height: 1.4;
  background: #FFF;
  -webkit-box-shadow: 0 -4px 12px -4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 -4px 12px -4px rgba(0, 0, 0, 0.1);
}

.c-footer--plain {
  text-align: center;
}

.c-footer a {
  color: #414042;
}

.c-footer .c-vic-logo {
  margin-bottom: 12px;
}

.c-footer .c-vic-logo a {
  display: block;
  width: 96px;
  height: 55px;
  margin: 0 auto;
}

@media (min-width: 65.5em) {
  .c-footer--dashboard .c-copyright {
    -webkit-transform: translateY(42px);
        -ms-transform: translateY(42px);
            transform: translateY(42px);
  }
}

.c-footer .c-svgicon--vic-logo-footer {
  display: block;
  width: 96px;
  height: 55px;
  margin: 0 auto;
  color: #221F20;
}

.c-footer .c-svgicon--vic-logo-footer:hover, .c-footer .c-svgicon--vic-logo-footer:active, .c-footer .c-svgicon--vic-logo-footer:focus {
  color: #383536;
}

.c-footer__logo {
  display: block;
  height: 82px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 12px;
  color: #000;
  text-align: center;
}

@media (min-width: 65.5em) {
  .c-footer__logo {
    float: right;
    margin-top: 0;
    margin-bottom: 0;
  }
}

.c-footer__logo .c-svgicon {
  vertical-align: middle;
}

.c-footer__logo .c-svgicon--footer-logo {
  width: 138px;
  height: 82px;
}

.c-footer__logo .c-svgicon--victoria-government {
  width: 104px;
  height: 60px;
  margin-right: 42px;
}

.c-footer__info {
  position: relative;
  display: block;
  text-align: center;
}

@media (min-width: 65.5em) {
  .c-footer__info {
    padding-top: 28px;
    padding-left: 96px;
    text-align: left;
  }
}

.c-footer__social {
  margin-bottom: 12px;
  font-size: 0;
}

@media (min-width: 65.5em) {
  .c-footer__social {
    display: inline-block;
    margin-bottom: 0;
    position: absolute;
    left: 0;
    top: 28px;
  }
}

.c-footer__social a {
  display: inline-block;
  margin-left: 8px;
  color: #000;
  -webkit-transition: .25s;
  -o-transition: .25s;
  transition: .25s;
}

.c-footer__social a:hover {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.c-footer__social a:first-child {
  margin-left: 0;
}

.c-partners {
  display: inline-block;
  margin-bottom: 0;
}

.c-partners__logos {
  margin-bottom: 0;
}

@media (min-width: 65.5em) {
  .c-partners__logos {
    margin-bottom: 24px;
  }
}

.c-partners__label {
  display: block;
  margin-bottom: 12px;
  font-family: "Filson Soft", sans-serif;
  text-transform: uppercase;
  font-size: 15px;
  font-size: 1rem;
  line-height: 1.4;
}

@media (min-width: 30em) {
  .c-partners__label {
    display: inline-block;
    margin-bottom: 0;
  }
}

.c-partner__link {
  display: inline-block;
  margin-left: 24px;
  margin-bottom: 12px;
  text-decoration: none;
}

.c-partner__link:first-child {
  margin-left: 0;
}

@media (min-width: 61.25em) {
  .c-partner__link {
    margin-bottom: 0;
  }
}

.c-partner__link img {
  height: 38px;
  width: auto;
}

.c-cards {
  position: relative;
  width: 100%;
  max-width: 350px;
  margin: 0 auto;
  min-width: 270px;
  display: inline-block;
}

@media (min-width: 30em) {
  .c-cards {
    margin: 0 auto 24px;
    min-width: 350px;
  }
}

.c-cards:before {
  display: block;
  position: absolute;
  content: "";
  padding-bottom: 62%;
}

.c-cards__container {
  padding-bottom: 62%;
}

.c-cards .c-card {
  position: absolute;
  left: 0;
}

.c-cards__nav {
  text-align: right;
  margin-top: 6px;
  padding: 0 6px;
}

.c-cards__nav h4 {
  display: inline-block;
  margin-bottom: 0;
}

.c-cards__nav_links {
  float: left;
}

.c-cards__nav_links a {
  display: inline-block;
  padding: 3px 9px;
  background: rgba(153, 153, 153, 0.1);
  color: #4d4d4d;
}

.c-cards__nav_links a.disabled {
  pointer-events: none;
  color: #999999;
}

.c-cards__nav_prev {
  border-right: 1px solid rgba(77, 77, 77, 0.3);
}

.c-card {
  position: relative;
  max-width: 100%;
  color: #FFF;
  font-family: "Filson Soft", sans-serif;
  text-transform: uppercase;
  line-height: 1;
  min-width: 270px;
  display: inline-block;
}

@media (min-width: 30em) {
  .c-card {
    margin: 0 auto 24px;
    max-width: 350px;
    min-width: 350px;
  }
}

.c-card:hover .c-card__overlay, .c-card:active .c-card__overlay, .c-card:focus .c-card__overlay {
  display: block;
  z-index: 0;
  opacity: 1;
}

.c-card__img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}

@media (min-width: 30em) {
  .c-card__img {
    max-width: 350px;
  }
}

.c-card__name {
  position: absolute;
  left: 36px;
  bottom: 15px;
  text-align: left;
}

.c-card__firstname {
  font-size: 15px;
  font-size: 1rem;
  line-height: 1;
}

@media (min-width: 30em) {
  .c-card__firstname {
    font-size: 18px;
    font-size: 1.2rem;
    line-height: 1;
  }
}

.c-card__lastname {
  font-weight: bold;
  font-size: 20px;
  font-size: 1.33333rem;
  line-height: 1;
}

@media (min-width: 30em) {
  .c-card__lastname {
    font-size: 26px;
    font-size: 1.73333rem;
    line-height: 1;
  }
}

.c-card__label {
  position: absolute;
  left: 36px;
  top: 15px;
  font-weight: bold;
  text-align: left;
  font-size: 15px;
  font-size: 1rem;
  line-height: 1;
}

.c-card__label span {
  display: block;
  font-size: 15px;
  font-size: 1rem;
  line-height: 1.4;
}

@media (min-width: 30em) {
  .c-card__label {
    font-size: 18px;
    font-size: 1.2rem;
    line-height: 1;
  }
}

.c-card__overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 17px;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
  -webkit-transition: all .25s;
  -o-transition: all .25s;
  transition: all .25s;
  z-index: -1;
  opacity: 0;
}

.c-card__overlay-content {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  text-align: center;
}

.c-card__button {
  display: inline-block;
  margin-bottom: 0;
}

.c-card__generate.c-card__generate, .c-card__download.c-card__download {
  font-size: 12px;
  font-size: 0.8rem;
  line-height: 1.3;
  margin-right: 12px;
  font-weight: normal;
  text-decoration: none;
  color: #E3007B;
  vertical-align: baseline;
}

@media (min-width: 30em) {
  .c-card__generate.c-card__generate:hover span, .c-card__generate.c-card__generate:active span, .c-card__generate.c-card__generate:focus span, .c-card__download.c-card__download:hover span, .c-card__download.c-card__download:active span, .c-card__download.c-card__download:focus span {
    display: inline-block;
  }
}

.c-card__generate.c-card__generate span, .c-card__download.c-card__download span {
  display: none;
  margin-right: 6px;
}

.c-card__generate.c-card__generate .c-svgicon, .c-card__download.c-card__download .c-svgicon {
  vertical-align: middle;
  color: #E3007B;
}

.c-card__generate .c-svgicon {
  width: 20px;
  height: 14px;
}

.c-card__download .c-svgicon {
  width: 20px;
  height: 14px;
}

.c-pdfs {
  display: inline-block;
  width: 100%;
  text-align: center;
}

@media (min-width: 40.625em) {
  .c-pdfs {
    width: auto;
  }
}

@media (min-width: 61.25em) {
  .c-pdfs {
    width: 100%;
  }
}

@media (min-width: 81.25em) {
  .c-pdfs {
    width: auto;
  }
}

.c-pdf {
  position: relative;
  color: #FFF;
  font-family: "Filson Soft", sans-serif;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 24px;
  display: inline-block;
  width: 47%;
}

@media (min-width: 30em) {
  .c-pdf {
    width: auto;
  }
}

.c-pdf:hover .c-pdf__overlay, .c-pdf:active .c-pdf__overlay, .c-pdf:focus .c-pdf__overlay {
  display: block;
  z-index: 0;
}

.c-pdf:first-of-type {
  margin-right: 12px;
}

.c-pdf__img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}

@media (min-width: 30em) {
  .c-pdf__img {
    max-width: 156px;
  }
}

.c-pdf__overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
  -webkit-transition: all .25s;
  -o-transition: all .25s;
  transition: all .25s;
  z-index: -1;
}

.c-pdf__overlay-content {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  text-align: center;
}

.c-pdf__button {
  display: inline-block;
  margin-bottom: 0;
  padding: 12px !important;
}

.c-box {
  background-color: #FFF;
  border-radius: 8px;
  -webkit-box-shadow: 0px 25px 50px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 25px 50px rgba(0, 0, 0, 0.1);
  width: 100%;
}

.flexbox .c-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 46.25em) {
  .c-box {
    text-align: left;
  }
}

.flexbox .c-box--full-height {
  height: 100%;
}

.c-box--ta-left {
  text-align: left;
}

.c-box--create-team, .c-box--downloads-and-trophies, .c-box--team-invites-received {
  margin-bottom: 24px;
}

.c-box__header {
  padding: 12px 24px;
  background-color: #E3007B;
  color: #FFF;
  border-radius: 8px 8px 0 0;
  overflow: hidden;
}

.c-box--fitbit .c-box__header {
  background-color: #00ABE9;
}

.c-box--fitbit .c-box__header svg {
  margin-top: -4px;
  vertical-align: middle;
  width: 18px;
  height: 18px;
}

.c-box__header--secondary {
  background-color: #FDAE00;
  color: black;
}

.c-box__header--ternary {
  background-color: #F96300;
}

.c-box__content {
  padding: 24px;
}

.c-box__content-intro {
  font-weight: 500;
  font-size: 18px;
  font-size: 1.2rem;
  line-height: 1.4;
  color: #333333;
}

.c-box__content--nopb {
  padding-bottom: 0;
}

.c-box__content-go .o-intro {
  margin-bottom: 0;
}

.c-box__content-offer {
  border-bottom: 1px solid rgba(227, 0, 123, 0.1);
}

.c-box__content-offer-content p, .c-box__content-offer-content ul, .c-box__content-offer-content li, .c-box__content-offer-content ol {
  font-size: 13px;
  font-size: 0.86667rem;
  line-height: 1.4;
  margin-bottom: 6px;
  font-style: normal;
}

.c-box__content-offer-content ul, .c-box__content-offer-content ol {
  margin-left: 17px;
}

.c-box__content-offer-content a {
  font-style: normal;
}

.c-box__content-offer-content p:first-child {
  font-weight: 500;
}

.c-box__content-offer-content p:last-child {
  font-style: italic;
}

.c-box__content-offer .o-intro {
  font-size: 18px;
  font-size: 1.2rem;
  line-height: 1.4;
}

.c-box__select {
  float: none;
  display: block;
}

@media (min-width: 65.5em) {
  .c-box__select {
    display: inline-block;
    float: right;
  }
}

.c-box__select label {
  font-size: 13px;
  font-size: 0.86667rem;
  line-height: 1.35;
  font-weight: normal;
  text-transform: initial;
  font-family: "Poppins", sans-serif;
  display: none;
}

@media (min-width: 81.25em) {
  .c-box__select label {
    display: inline-block;
  }
}

.c-box__select select {
  padding: 2px 24px 2px 6px;
  border: 1px solid #FFF;
  border-radius: 3px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-family: "Filson Soft", sans-serif;
  text-transform: initail;
  background: none;
  font-size: 13px;
  font-size: 0.86667rem;
  line-height: 1.35;
  color: #FFF;
  background-image: -o-linear-gradient(45deg, transparent 50%, #FFF 50%), -o-linear-gradient(315deg, #FFF 50%, transparent 50%);
  background-image: linear-gradient(45deg, transparent 50%, #FFF 50%), linear-gradient(135deg, #FFF 50%, transparent 50%);
  background-position: calc(100% - 13px) calc(10px), calc(100% - 8px) calc(10px);
  background-size: 5px 5px, 5px 5px;
  background-repeat: no-repeat;
}

.c-box__select select::-ms-expand {
  display: none;
}

.c-box__select select option {
  color: #000;
}

.c-box__content-section {
  padding: 12px 24px;
  border-bottom: 1px solid rgba(227, 0, 123, 0.1);
}

.c-box--fitbit .c-box__content-section {
  border-bottom: 1px solid rgba(0, 171, 233, 0.1);
}

.c-box__content-section:last-child {
  border-bottom: 0;
}

.c-box__highlight {
  text-align: left;
  padding: 18px;
  background: #EAEAEA;
}

.c-box__footer {
  border-radius: 0 0 8px 8px;
  padding: 15px 24px;
  background-color: #FDAE00;
  color: #191919;
}

.flexbox .c-box__footer {
  margin-top: auto;
}

.c-box__footer .c-box__text:last-child {
  margin-bottom: 0;
}

.c-box__footer--ternary {
  background-color: #F96300;
  color: #FFF;
}

.c-box__footer--primary {
  background-color: #E3007B;
  color: #FFF;
}

.c-box__footer .c-svgicon--tip {
  margin-right: 7px;
  -webkit-transform: translateY(-1px);
      -ms-transform: translateY(-1px);
          transform: translateY(-1px);
  width: 16px;
  height: 16px;
  vertical-align: middle;
}

.c-box__footer a {
  color: inherit;
}

.c-box__heading {
  text-transform: uppercase;
  font-family: "Filson Soft", sans-serif;
  font-size: 20px;
  font-size: 1.33333rem;
  line-height: 1.3;
}

.c-box__subheading {
  margin-bottom: 12px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  color: #E3007B;
  font-size: 20px;
  font-size: 1.33333rem;
  line-height: 1.2;
}

.c-box__text {
  font-size: 15px;
  font-size: 1rem;
  line-height: 1.35;
}

.c-box__text:last-child {
  margin-bottom: 0;
}

.c-box__table {
  width: 100%;
  overflow-x: auto;
}

.c-box__table .c-svgicon--members {
  width: 14px;
  height: 14px;
  color: #757575;
}

.c-box__table .leave-team {
  margin-left: 12px;
  display: inline-block;
}

.c-box__table .c-box__table-sub tbody tr:nth-child(odd) {
  background-color: transparent;
}

.c-box__table table {
  margin-bottom: 0;
}

.c-box__table table tbody tr:nth-child(odd) {
  background-color: #fee9db;
}

.c-box__table table tbody tr.bg-white {
  border-top: 1px solid #fee9db;
  background-color: #FFF;
}

.c-box__table table th {
  padding: 12px 24px;
  color: #E3007B;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  text-align: left;
  font-size: 15px;
  font-size: 1rem;
  line-height: 1.2;
}

.c-box__table table th[align=right] {
  text-align: right;
}

.c-box__table table td {
  padding: 12px 24px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 15px;
  font-size: 1rem;
  line-height: 1.2;
}

.c-box__table table td .c-btn {
  margin-bottom: 0;
}

.c-box__table table td.no-pad {
  padding: 0;
}

.c-box__table table td.o-normal {
  font-weight: normal;
}

.c-box__table table td.removebtntd {
  padding: 7px 24px;
}

.c-box__table table td.team-leader {
  text-align: center;
  font-size: 0;
  padding-right: 24px;
}

.c-box__table table td.team-leader svg {
  width: 23px;
  height: 27px;
}

.c-box__table table .c-td__grey {
  font-family: "Filson Soft", sans-serif;
  text-transform: uppercase;
  color: #757575;
  font-size: 13px;
  font-size: 0.86667rem;
  line-height: 1;
}

.c-box__table-go, .c-box__table--alt {
  margin-bottom: 0;
}

.c-box__table-go strong, .c-box__table--alt strong {
  font-weight: 500;
}

.c-box__table-go table td, .c-box__table--alt table td {
  font-size: 15px;
  font-size: 1rem;
  line-height: 1.2;
  font-weight: normal;
}

.c-box__table-go table a, .c-box__table--alt table a {
  text-decoration: none;
}

.c-box__table-go table a:hover, .c-box__table--alt table a:hover {
  text-decoration: underline;
}

.c-box__table-go table a.link, .c-box__table--alt table a.link {
  color: #F96300;
  text-decoration: underline;
}

.c-box__table-go table a.link:hover, .c-box__table--alt table a.link:hover {
  text-decoration: none;
}

.c-box__table-go table img, .c-box__table--alt table img {
  max-width: 100px;
  max-height: 38px;
}

.c-box__table-go-industry table td, .c-box__table--alt-industry table td {
  padding: 6px 24px;
}

.c-box__table-go-industry table img, .c-box__table--alt-industry table img {
  max-width: 140px;
  max-height: 56px;
}

.c-box .c-svgicon--icon-pdf,
.c-box .c-svgicon--icon-word,
.c-box .c-svgicon--icon-picture {
  width: 22px;
  height: 22px;
  display: inline-block;
  vertical-align: bottom;
  margin-right: 9px;
}

.c-boxed {
  margin-bottom: 24px;
  padding: 24px;
  background-color: #FFF;
  border-radius: 8px;
}

.c-boxed--transp {
  background-color: transparent;
}

.c-boxed__heading {
  margin-bottom: 12px;
  font-family: "Filson Soft", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  color: #E3007B;
  font-size: 20px;
  font-size: 1.33333rem;
  line-height: 1.3;
}

.c-boxed__heading-nonheader {
  font-family: "Poppins", sans-serif;
  text-transform: none;
  margin-bottom: 0;
}

.c-boxed .c-form__row--checkbox.c-form__row {
  padding-top: 0;
}

.c-boxed__table {
  margin-left: -24px;
  margin-right: -24px;
  margin-bottom: -24px;
  overflow-x: auto;
}

.c-boxed__table table {
  margin-bottom: 0;
}

.c-boxed__table table tbody tr:nth-child(odd) {
  background-color: #fee9db;
}

.c-boxed__table table th {
  padding: 0 24px 12px;
  color: #E3007B;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  text-align: left;
  font-size: 18px;
  font-size: 1.2rem;
  line-height: 1.2;
}

.c-boxed__table table td {
  padding: 12px 24px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 18px;
  font-size: 1.2rem;
  line-height: 1.2;
}

.c-boxed__table table td .c-btn {
  margin-bottom: 0;
}

.c-boxed__table table td.removebtntd {
  padding: 7px 24px;
}

.c-boxed__table table .c-td__grey {
  font-family: "Filson Soft", sans-serif;
  text-transform: uppercase;
  color: #757575;
  font-size: 13px;
  font-size: 0.86667rem;
  line-height: 1;
}

.c-boxed__table--alt {
  margin-bottom: -24px;
}

.c-boxed__table--alt strong {
  font-weight: 500;
}

.c-boxed__table--alt table td {
  font-size: 15px;
  font-size: 1rem;
  line-height: 1.2;
  font-weight: normal;
}

.c-boxed__table--alt table a {
  color: #F96300;
}

.c-boxed__table--alt table img {
  max-width: 100px;
  max-height: 38px;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

.c-boxed__table--no-bottom {
  margin-bottom: 24px;
}

.c-box__heading--go {
  margin-bottom: 3px;
}

@media (min-width: 46.25em) {
  .c-box__heading--go {
    display: inline-block;
    float: left;
    margin-bottom: 0;
  }
}

@media (min-width: 46.25em) {
  .c-box__tabs {
    float: right;
  }
}

.c-box__tab {
  font-size: 11px;
  font-size: 0.73333rem;
  line-height: 1;
  display: inline-block;
  border: 1px solid #FFF;
  border-radius: 3px 0 0 3px;
  padding: 4px 6px;
  cursor: pointer;
}

@media (min-width: 46.25em) {
  .c-box__tab {
    font-size: 13px;
    font-size: 0.86667rem;
    line-height: 1;
  }
}

.c-box__tab:last-child {
  border-left: none;
  border-radius: 0 3px 3px 0;
}

.c-box__tab.is-active {
  background: white;
  color: #E3007B;
}

.c-box__tab-content {
  display: none;
}

.c-box__tab-content.is-active {
  display: block;
}

.c-snapshot__heading {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  color: #E3007B;
  font-size: 20px;
  font-size: 1.33333rem;
  line-height: 1.2;
}

.c-snapshot__subheading {
  margin-bottom: 6px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  color: #E3007B;
  font-size: 18px;
  font-size: 1.2rem;
  line-height: 1.2;
}

.c-snapshot__text {
  font-size: 15px;
  font-size: 1rem;
  line-height: 1.4;
}

.c-snapshot__text:last-child {
  margin-bottom: 0;
}

.c-snapshot__hours {
  margin-bottom: 6px;
  font-family: "Filson Soft", sans-serif;
  font-size: 58px;
  font-size: 3.86667rem;
  line-height: 1.1;
}

.c-snapshot__hours span {
  font-size: 19px;
  font-size: 1.26667rem;
  line-height: 1.1;
}

.c-snapshot__subhours {
  margin-bottom: 6px;
  font-family: "Filson Soft", sans-serif;
  font-size: 38px;
  font-size: 2.53333rem;
  line-height: 1.3;
}

.c-snapshot__subhours span {
  font-size: 13px;
  font-size: 0.86667rem;
  line-height: 1.1;
}

html, body {
  overflow: initial !important;
}

html.is-overlay, body.is-overlay {
  overflow: hidden !important;
}

html.is-overlay, body.is-overlay {
  height: auto;
  overflow: hidden;
}

html.is-overlay .c-core,
body.is-overlay .c-core {
  display: block;
  -webkit-filter: blur(8px);
          filter: blur(8px);
}

body.is-overlay--plain {
  overflow: hidden;
}

.c-overlay {
  width: 100%;
  margin: 0 auto;
  background-color: #EFEEEE;
  border-radius: 8px;
}

@media (min-width: 46.25em) {
  .c-overlay {
    max-width: 740px;
  }
}

@media screen and (min-width: 768px) and (min-height: 768px) {
  paa-set-goal .c-overlay,
  paa-view-exercise .c-overlay,
  paa-view-workout .c-overlay {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

.c-overlay--editteam h3 {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}

.c-overlay--editteam .c-box h3,
.c-overlay--editteam .c-boxed h3 {
  font-family: "Filson Soft", sans-serif;
  text-transform: uppercase;
  color: #E3007B;
  text-align: left;
  font-size: 19px;
  font-size: 1.26667rem;
  line-height: 1.1;
}

.c-overlay--editteam paa-invite-by-username .c-form__control,
.c-overlay--editteam paa-invite-by-email .c-form__control {
  border-color: #FFF;
}

.c-overlay--editteam .c-form--alt .c-form__control[disabled] {
  background-color: rgba(196, 196, 196, 0.3);
  border-color: rgba(196, 196, 196, 0.3);
  color: rgba(0, 0, 0, 0.6);
  opacity: 1;
}

.c-overlay--clean {
  background-color: #FFF;
  background-image: none;
}

.c-overlay__container {
  position: fixed;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow-y: auto;
  padding: 0;
  background-color: rgba(25, 25, 25, 0.7);
  z-index: 10;
}

@media (min-width: 46.25em) {
  .c-overlay__container {
    padding: 24px;
  }
}

.c-overlay__header {
  padding: 18px;
  background-color: #FFF;
  border-radius: 8px 8px 0 0;
}

.c-overlay__logo .c-svgicon {
  display: block;
  width: 132px;
  height: 78px;
  margin: 0 auto;
  color: #000;
}

.c-overlay__content {
  padding: 24px;
}

@media (min-width: 46.25em) {
  .c-overlay__content {
    padding: 48px;
  }
}

.c-overlay--clean .c-overlay__content {
  padding: 0;
}

.c-overlay__close--topright {
  position: absolute;
  top: 24px;
  right: 24px;
  font-size: 0;
  z-index: 60;
  -webkit-transition: .25s;
  -o-transition: .25s;
  transition: .25s;
}

.c-overlay__close--topright svg {
  width: 20px;
  height: 20px;
  pointer-events: none;
}

.c-overlay__close--topright:hover, .c-overlay__close--topright:active, .c-overlay__close--topright:focus {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.c-overlay__close--white {
  color: #FFF;
}

.c-overlay__heading, .c-overlay__subheading {
  color: #000;
  text-align: center;
}

.c-overlay__heading {
  margin-top: 36px;
  font-family: "Filson Soft", sans-serif;
  text-transform: uppercase;
  font-weight: 100;
  font-size: 44px;
  font-size: 2.93333rem;
  line-height: 1;
}

.c-overlay__heading:first-child {
  margin-top: 0;
}

.c-overlay__subheading {
  margin-bottom: 12px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 27px;
  font-size: 1.8rem;
  line-height: 1.2;
}

.c-overlay__text {
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
  color: black;
  text-align: center;
}

.c-overlay__text a {
  color: black;
}

.c-overlay-setgoal {
  text-align: center;
  max-width: 640px;
}

.c-overlay-setgoal h2 {
  color: #E3007B;
}

.c-overlay-setgoal p {
  color: #333333;
  font-size: 21px;
  font-size: 1.4rem;
  line-height: 1.4;
}

.c-overlay-setgoal__close {
  position: absolute;
  top: 18px;
  right: 18px;
  color: #333333;
}

.c-overlay-setgoal__close svg {
  width: 24px;
  height: 24px;
  pointer-events: none;
}

.c-overlay-setgoal__goal {
  position: relative;
  max-width: 355px;
  margin: auto;
}

.c-overlay-setgoal__goal .o-btn {
  min-width: 310px;
}

.c-overlay-setgoal__goal-update {
  position: absolute;
  top: 44px;
  display: inline-block;
  text-decoration: none;
  color: #FFF;
  background-color: #00ABE9;
  font-size: 25px;
  font-size: 1.66667rem;
  line-height: 1;
  width: 40px;
  padding: 8px 0 7px;
  border-radius: 20px;
  text-align: center;
  -webkit-box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.1);
}

.c-overlay-setgoal__goal-update.plus {
  right: 0;
}

.c-overlay-setgoal__goal-update.minus {
  padding-left: 4px;
  left: 0;
}

.c-overlay-setgoal__goal-update.inactive {
  pointer-events: none;
  background-color: #333333;
}

.c-overlay-setgoal__goal-number {
  font-family: "Filson Soft", sans-serif;
  margin-bottom: 36px;
  font-size: 124px;
  font-size: 8.26667rem;
  line-height: 0.9;
}

.c-overlay-setgoal__goal-number span {
  display: block;
  font-size: 19px;
  font-size: 1.26667rem;
  line-height: 1;
}

.c-overlay-whatsnew {
  position: relative;
  text-align: center;
  max-width: 840px;
}

.c-overlay-whatsnew__laptop {
  position: relative;
  max-width: 550px;
  margin: auto;
  margin-bottom: 24px;
}

.c-overlay-whatsnew__laptop-screen {
  position: absolute;
  top: 10%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 74%;
}

.c-overlay-whatsnew__heading {
  color: #E3007B;
  margin-bottom: 10px;
}

.c-overlay-whatsnew__content {
  position: relative;
  max-width: 600px;
  margin: auto;
}

.c-overlay-whatsnew__content--steps {
  max-width: 623px;
  padding: 0 36px;
}

@media (min-width: 46.25em) {
  .c-overlay-whatsnew__content--steps {
    padding: 0 48px;
  }
}

.c-overlay-whatsnew__content p {
  margin: auto;
  margin-bottom: 24px;
  font-size: 18px;
  color: #000;
}

.c-overlay-whatsnew__next, .c-overlay-whatsnew__prev {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  padding: 12px;
}

.c-overlay-whatsnew__next {
  right: 0;
  padding-right: 0;
}

.c-overlay-whatsnew__next svg {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.c-overlay-whatsnew__prev {
  left: 0;
  padding-left: 0;
}

.c-overlay-whatsnew__prev svg {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.c-overlay-whatsnew__stepnav {
  margin-bottom: 24px;
  font-size: 0;
}

.c-overlay-whatsnew__stepnav span {
  display: inline-block;
  width: 10px;
  height: 10px;
  border: 1px solid #000;
  border-radius: 10px;
  margin: 4px;
}

.c-overlay-whatsnew__stepnav span.is-active {
  background-color: #000;
}

.c-tooltip {
  position: relative;
  padding-top: 12px;
  -webkit-print-color-adjust: exact !important;
}

.c-tooltip__container {
  width: 100%;
  max-width: 740px;
  margin: 0 auto;
  padding: 48px 24px;
  background-color: #FFF;
  text-align: center;
  border-radius: 4px;
}

.c-tooltip__container--print {
  max-width: 820px;
}

@media screen and (min-height: 740px) and (min-width: 740px) {
  .c-tooltip__container {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
    padding: 48px;
  }
}

.c-tooltip__content a {
  color: inherit;
}

.c-tooltip__heading {
  font-family: "Filson Soft", sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  color: #E3007B;
  font-size: 38px;
  font-size: 2.53333rem;
  line-height: 1.3;
}

.c-tooltip__subheading {
  font-family: "Poppins", sans-serif;
  font-size: 23px;
  font-size: 1.53333rem;
  line-height: 1.3;
}

.c-tooltip__close {
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 0;
  right: 12px;
}

.c-tooltip__close:after, .c-tooltip__close:before {
  position: absolute;
  content: "";
  display: block;
  width: 2px;
  height: 24px;
  left: 50%;
  background-color: #191919;
}

.c-tooltip__close:before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.c-tooltip__close:after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.c-svgicon--print-logo {
  width: 270px;
  height: 130px;
  margin-bottom: 24px;
}

.c-tooltip--print {
  background: white;
  text-align: center;
}

.c-profile {
  padding-bottom: 100px;
}

.c-profile__thumbnail {
  display: block;
  width: 100%;
  max-width: 130px;
  margin: 0 auto;
}

.c-profile-info__item {
  padding: 6px 0;
  border-bottom: 1px dashed #BBBAB9;
  font-size: 13px;
  font-size: 0.86667rem;
  line-height: 1.3;
  text-align: left;
}

.c-profile-info__item span {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}

.c-label {
  display: inline-block;
  padding: 4px 11px;
  color: #5e5e5e;
  font-family: "Filson Soft", sans-serif;
  text-transform: uppercase;
  border-radius: 8px;
  border: 2px solid #757575;
  font-size: 14px;
  font-size: 0.93333rem;
  line-height: 1;
}

.c-holding {
  position: relative;
  height: auto;
  width: 100%;
  background: -webkit-gradient(linear, 0% 0%, 55% 100%, from(#FDAE00), to(#E20088));
  text-align: center;
}

@media screen and (min-height: 768px) and (min-width: 980px) {
  .c-holding {
    position: relative;
    height: 100%;
  }
}

.c-holding__container {
  position: auto;
  padding: 10% 24px;
  max-width: 640px;
  margin: 0 auto;
}

@media screen and (min-height: 768px) and (min-width: 980px) {
  .c-holding__container {
    padding: 0;
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -60%);
        -ms-transform: translate(-50%, -60%);
            transform: translate(-50%, -60%);
    overflow: auto;
  }
}

.c-holding__content {
  margin-top: 24px;
  color: #FFF;
}

.c-holding__content h1 {
  font-family: "Filson Soft", sans-serif;
}

.c-holding__content a {
  color: #FFF;
}

.c-holding__intro {
  font-weight: 500;
  font-size: 28px;
  font-size: 1.86667rem;
  line-height: 1.4;
}

.c-holding__social a {
  display: inline-block;
  margin-right: 12px;
  text-decoration: none;
}

.c-holding__social a:last-child {
  margin-right: 0;
}

.c-holding__social .c-svgicon {
  width: 32px;
  height: 32px;
}

.c-holding .c-logo {
  color: #FFF;
  width: 182px;
  height: 88px;
  -webkit-animation: fade 1s;
          animation: fade 1s;
}

@media (min-width: 30em) {
  .c-holding .c-logo {
    width: 334px;
    height: 160px;
  }
}

.c-holding__footer {
  width: 100%;
  text-align: center;
}

@media screen and (min-height: 768px) and (min-width: 980px) {
  .c-holding__footer {
    position: absolute;
    bottom: 0;
  }
}

.c-holding__footer .c-partners {
  margin-bottom: 12px;
}

.c-holding__footer .c-partner__link {
  margin-bottom: 0;
}

.c-holding__footer-logo {
  float: none;
  margin-top: 12px;
}

.c-holding__footer-logo,
.c-holding__footer-logo .c-svgicon {
  width: 111px;
  height: 62px;
}

.c-holding__footer .c-copyright {
  text-align: center;
}

@media screen and (min-height: 768px) and (min-width: 980px) {
  .c-holding__footer .c-footer__info {
    float: left;
    margin-top: 54px;
    vertical-align: bottom;
  }
  .c-holding__footer .c-footer__logo {
    float: right;
  }
}

@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.c-tag--pending, .c-tag--approved {
  display: inline-block;
  position: relative;
  padding-right: 18px;
}

.c-tag--pending:after, .c-tag--approved:after {
  position: absolute;
  right: 0;
  top: 50%;
  content: " ";
  display: block;
  width: 9px;
  height: 9px;
  border-radius: 6px;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.c-tag--pending:after {
  background-color: #FDAE00;
}

.c-tag--approved:after {
  background-color: #E3007B;
}

.c-pagination {
  margin: 0 auto;
  text-align: center;
}

.c-cards .c-pagination {
  margin-top: 6px;
}

.c-pagination__item {
  display: inline-block;
  list-style: none;
  border-right: 1px solid rgba(77, 77, 77, 0.3);
}

.c-pagination--white .c-pagination__item {
  background: #FFF;
}

.c-pagination__item--next {
  border-right: 0;
}

.c-pagination__item a {
  color: #999999;
}

.c-pagination__link {
  display: inline-block;
  padding: 3px 9px;
  background: rgba(153, 153, 153, 0.1);
  text-decoration: none;
  color: #999999;
  font-size: 13px;
  font-size: 0.86667rem;
  line-height: 1.4;
}

.c-pagination__link:hover, .c-pagination__link:active, .c-pagination__link:focus {
  cursor: pointer;
  color: #4d4d4d;
}

.is-active .c-pagination__link {
  color: #4d4d4d;
}

#activityChart {
  display: block;
  height: 500px;
  min-width: 310px;
  max-width: 100%;
  padding-top: 12px;
}

#activitySnapshot {
  display: block;
  height: 150px;
  width: 310px;
  max-width: 100%;
  padding-top: 12px;
}

#activityTypes,
#teamActivityTypes {
  display: block;
  width: 100%;
  max-width: 100%;
  font-family: "Poppins", sans-serif;
  font-weight: normal;
  height: 400px;
}

#activeAprilStatus {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 220px;
}

#activeAprilStatus .highcharts-title {
  top: 50% !important;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

#activeAprilStatus .days-title {
  text-align: center;
  line-height: 1.2;
}

#activeAprilStatus .days-count {
  font-family: "Filson Soft", sans-serif;
  font-weight: normal;
  font-size: 66px;
  line-height: .8;
}

/* ==========================================================================
   $BASE-PICKER
   ========================================================================== */
/**
 * Note: the root picker element should *NOT* be styled more than what’s here.
 */
.picker {
  font-size: 16px;
  text-align: left;
  line-height: 1.2;
  color: #000000;
  position: absolute;
  z-index: 10000;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/**
 * The picker input element.
 */
.picker__input {
  cursor: default;
}

/**
 * When the picker is opened, the input element is “activated”.
 */
.picker__input.picker__input--active {
  border-color: #0089ec;
}

/**
 * The holder is the only “scrollable” top-level container element.
 */
.picker__holder {
  width: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

/*!
 * Default mobile-first, responsive styling for pickadate.js
 * Demo: http://amsul.github.io/pickadate.js
 */
/**
 * Note: the root picker element should *NOT* be styled more than what’s here.
 */
/**
 * Make the holder and frame fullscreen.
 */
.picker__holder,
.picker__frame {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}

/**
 * The holder should overlay the entire screen.
 */
.picker__holder {
  position: fixed;
  transition: background 0.15s ease-out, -webkit-transform 0s 0.15s;
  -webkit-transition: background 0.15s ease-out, -webkit-transform 0s 0.15s;
  -o-transition: background 0.15s ease-out, transform 0s 0.15s;
  transition: background 0.15s ease-out, transform 0s 0.15s;
  transition: background 0.15s ease-out, transform 0s 0.15s, -webkit-transform 0s 0.15s;
  -webkit-backface-visibility: hidden;
}

/**
 * The frame that bounds the box contents of the picker.
 */
.picker__frame {
  position: absolute;
  margin: 0 auto;
  min-width: 256px;
  max-width: 666px;
  width: 100%;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

@media (min-height: 33.875em) {
  .picker__frame {
    overflow: visible;
    top: auto;
    bottom: -100%;
    max-height: 80%;
  }
}

@media (min-height: 40.125em) {
  .picker__frame {
    margin-bottom: 7.5%;
  }
}

/**
 * The wrapper sets the stage to vertically align the box contents.
 */
.picker__wrap {
  display: table;
  width: 100%;
  height: 100%;
}

@media (min-height: 33.875em) {
  .picker__wrap {
    display: block;
  }
}

/**
 * The box contains all the picker contents.
 */
.picker__box {
  background: #ffffff;
  display: table-cell;
  vertical-align: middle;
}

@media (min-height: 26.5em) {
  .picker__box {
    font-size: 1.25em;
  }
}

@media (min-height: 33.875em) {
  .picker__box {
    display: block;
    font-size: 1.33em;
    border: 1px solid #777777;
    border-top-color: #898989;
    border-bottom-width: 0;
    border-radius: 5px 5px 0 0;
    -webkit-box-shadow: 0 12px 36px 16px rgba(0, 0, 0, 0.24);
            box-shadow: 0 12px 36px 16px rgba(0, 0, 0, 0.24);
  }
}

@media (min-height: 40.125em) {
  .picker__box {
    font-size: 1.5em;
    border-bottom-width: 1px;
    border-radius: 5px;
  }
}

/**
 * When the picker opens...
 */
.picker--opened .picker__holder {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  background: transparent;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#1E000000,endColorstr=#1E000000)";
  zoom: 1;
  background: rgba(0, 0, 0, 0.32);
  -webkit-transition: background 0.15s ease-out;
  -o-transition: background 0.15s ease-out;
  transition: background 0.15s ease-out;
}

.picker--opened .picker__frame {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}

@media (min-height: 33.875em) {
  .picker--opened .picker__frame {
    top: auto;
    bottom: 0;
  }
}

/* ==========================================================================
   $BASE-DATE-PICKER
   ========================================================================== */
/**
 * The picker box.
 */
.picker__box {
  padding: 0 1em;
}

/**
 * The header containing the month and year stuff.
 */
.picker__header {
  text-align: center;
  position: relative;
  margin-top: .75em;
}

/**
 * The month and year labels.
 */
.picker__month,
.picker__year {
  font-weight: 500;
  display: inline-block;
  margin-left: .25em;
  margin-right: .25em;
}

.picker__year {
  color: #999999;
  font-size: .8em;
  font-style: italic;
}

/**
 * The month and year selectors.
 */
.picker__select--month,
.picker__select--year {
  border: 1px solid #b7b7b7;
  height: 2em;
  padding: .5em;
  margin-left: .25em;
  margin-right: .25em;
}

@media (min-width: 24.5em) {
  .picker__select--month,
  .picker__select--year {
    margin-top: -0.5em;
  }
}

.picker__select--month {
  width: 35%;
}

.picker__select--year {
  width: 22.5%;
}

.picker__select--month:focus,
.picker__select--year:focus {
  border-color: #0089ec;
}

/**
 * The month navigation buttons.
 */
.picker__nav--prev,
.picker__nav--next {
  position: absolute;
  padding: .5em 1.25em;
  width: 1em;
  height: 1em;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  top: -0.25em;
}

@media (min-width: 24.5em) {
  .picker__nav--prev,
  .picker__nav--next {
    top: -0.33em;
  }
}

.picker__nav--prev {
  left: -1em;
  padding-right: 1.25em;
}

@media (min-width: 24.5em) {
  .picker__nav--prev {
    padding-right: 1.5em;
  }
}

.picker__nav--next {
  right: -1em;
  padding-left: 1.25em;
}

@media (min-width: 24.5em) {
  .picker__nav--next {
    padding-left: 1.5em;
  }
}

.picker__nav--prev:before,
.picker__nav--next:before {
  content: " ";
  border-top: .5em solid transparent;
  border-bottom: .5em solid transparent;
  border-right: 0.75em solid #000000;
  width: 0;
  height: 0;
  display: block;
  margin: 0 auto;
}

.picker__nav--next:before {
  border-right: 0;
  border-left: 0.75em solid #000000;
}

.picker__nav--prev:hover,
.picker__nav--next:hover {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb;
}

.picker__nav--disabled,
.picker__nav--disabled:hover,
.picker__nav--disabled:before,
.picker__nav--disabled:before:hover {
  cursor: default;
  background: none;
  border-right-color: #f5f5f5;
  border-left-color: #f5f5f5;
}

/**
 * The calendar table of dates
 */
.picker__table {
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  font-size: inherit;
  width: 100%;
  margin-top: .75em;
  margin-bottom: .5em;
}

@media (min-height: 33.875em) {
  .picker__table {
    margin-bottom: .75em;
  }
}

.picker__table td {
  margin: 0;
  padding: 0;
}

/**
 * The weekday labels
 */
.picker__weekday {
  width: 14.285714286%;
  font-size: .75em;
  padding-bottom: .25em;
  color: #999999;
  font-weight: 500;
  /* Increase the spacing a tad */
}

@media (min-height: 33.875em) {
  .picker__weekday {
    padding-bottom: .5em;
  }
}

/**
 * The days on the calendar
 */
.picker__day {
  padding: .3125em 0;
  font-weight: 200;
  border: 1px solid transparent;
}

.picker__day--today {
  position: relative;
}

.picker__day--today:before {
  content: " ";
  position: absolute;
  top: 2px;
  right: 2px;
  width: 0;
  height: 0;
  border-top: 0.5em solid #0059bc;
  border-left: .5em solid transparent;
}

.picker__day--disabled:before {
  border-top-color: #aaaaaa;
}

.picker__day--outfocus {
  color: #dddddd;
}

.picker__day--infocus:hover,
.picker__day--outfocus:hover {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb;
}

.picker__day--highlighted {
  border-color: #0089ec;
}

.picker__day--highlighted:hover,
.picker--focused .picker__day--highlighted {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb;
}

.picker__day--selected,
.picker__day--selected:hover,
.picker--focused .picker__day--selected {
  background: #0089ec;
  color: #ffffff;
}

.picker__day--disabled,
.picker__day--disabled:hover,
.picker--focused .picker__day--disabled {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #dddddd;
  cursor: default;
}

.picker__day--highlighted.picker__day--disabled,
.picker__day--highlighted.picker__day--disabled:hover {
  background: #bbbbbb;
}

/**
 * The footer containing the "today", "clear", and "close" buttons.
 */
.picker__footer {
  text-align: center;
}

.picker__button--today,
.picker__button--clear,
.picker__button--close {
  border: 1px solid #ffffff;
  background: #ffffff;
  font-size: .8em;
  padding: .66em 0;
  font-weight: bold;
  width: 33%;
  display: inline-block;
  vertical-align: bottom;
}

.picker__button--today:hover,
.picker__button--clear:hover,
.picker__button--close:hover {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb;
  border-bottom-color: #b1dcfb;
}

.picker__button--today:focus,
.picker__button--clear:focus,
.picker__button--close:focus {
  background: #b1dcfb;
  border-color: #0089ec;
  outline: none;
}

.picker__button--today:before,
.picker__button--clear:before,
.picker__button--close:before {
  position: relative;
  display: inline-block;
  height: 0;
}

.picker__button--today:before,
.picker__button--clear:before {
  content: " ";
  margin-right: .45em;
}

.picker__button--today:before {
  top: -0.05em;
  width: 0;
  border-top: 0.66em solid #0059bc;
  border-left: .66em solid transparent;
}

.picker__button--clear:before {
  top: -0.25em;
  width: .66em;
  border-top: 3px solid #ee2200;
}

.picker__button--close:before {
  content: "\D7";
  top: -0.1em;
  vertical-align: top;
  font-size: 1.1em;
  margin-right: .35em;
  color: #777777;
}

.picker__button--today[disabled],
.picker__button--today[disabled]:hover {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #dddddd;
  cursor: default;
}

.picker__button--today[disabled]:before {
  border-top-color: #aaaaaa;
}

/* ==========================================================================
   $DEFAULT-DATE-PICKER
   ========================================================================== */
.c-trophy {
  position: relative;
}

.c-trophy--print {
  max-width: 660px;
  margin: 0 auto;
}

.c-trophy__container {
  position: relative;
  background-color: #FFF;
  margin-bottom: 24px;
  overflow: hidden;
}

.c-trophy__container:before {
  content: "";
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.55);
}

.c-trophy__container.is-achieved {
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
}

.c-trophy__container.is-achieved:before {
  display: none;
}

.c-trophy__container.is-achieved:hover .c-trophy__overlay, .c-trophy__container.is-achieved:active .c-trophy__overlay, .c-trophy__container.is-achieved:focus .c-trophy__overlay {
  display: block;
  z-index: 6;
}

.c-trophy__shields {
  position: relative;
  padding: 24px 12px;
  text-align: center;
  font-size: 0;
  border: 6px solid white;
}

@media (min-width: 40em) {
  .c-trophy--print .c-trophy__shields {
    border: 12px solid white;
    padding: 48px 24px;
  }
}

.c-trophy__shields.is-bronze {
  background-color: rgba(226, 145, 90, 0.35);
}

.c-trophy__shields.is-silver {
  background-color: rgba(194, 206, 206, 0.35);
}

.c-trophy__shields.is-gold {
  background-color: rgba(255, 187, 44, 0.35);
}

.c-trophy__shields.is-pink {
  background-color: rgba(227, 0, 123, 0.35);
}

.c-trophy__shields--no-pad {
  padding: 0;
}

.c-trophy--print .c-trophy__shields--no-pad {
  padding: 0;
}

.c-trophy__shield {
  position: relative;
  display: inline-block;
  width: 82px;
  height: 82px;
  border-radius: 41px;
}

@media (min-width: 40em) {
  .c-trophy--print .c-trophy__shield {
    width: 164px;
    height: 164px;
    border-radius: 82px;
  }
}

.c-trophy__shield:before, .c-trophy__shield:after,
.c-trophy__shield .c-svgicon--trophy {
  -webkit-filter: blur(2px);
          filter: blur(2px);
}

.c-trophy__shield .c-svgicon--lock {
  display: none;
}

.is-achieved .c-trophy__shield .c-svgicon--lock {
  display: block;
}

.c-trophy__shield.is-achieved:before, .c-trophy__shield.is-achieved:after,
.c-trophy__shield.is-achieved .c-svgicon--trophy {
  -webkit-filter: blur(0);
          filter: blur(0);
}

.c-trophy__shield:before {
  content: "";
  position: absolute;
  width: 70px;
  height: 70px;
  left: 6px;
  right: 6px;
  top: 6px;
  bottom: 6px;
  border-radius: 41px;
  z-index: -1;
}

@media (min-width: 40em) {
  .c-trophy--print .c-trophy__shield:before {
    width: 152px;
    height: 152px;
    left: 6px;
    right: 6px;
    top: 6px;
    bottom: 6px;
    border-radius: 82px;
  }
}

.c-trophy__shield:after {
  content: "";
  position: absolute;
  width: 41px;
  height: 82px;
  left: 50%;
  right: 0px;
  top: 0px;
  bottom: 0px;
  z-index: -1;
  border-bottom-right-radius: 82px;
  border-top-right-radius: 82px;
  background-color: rgba(0, 0, 0, 0.05);
}

@media (min-width: 40em) {
  .c-trophy--print .c-trophy__shield:after {
    width: 82px;
    height: 164px;
    border-bottom-right-radius: 164px;
    border-top-right-radius: 164px;
  }
}

.c-trophy__shield--bronze {
  background-color: #F5A05F;
  z-index: 3;
}

.c-trophy__shield--bronze:before {
  background-color: #E2915A;
}

.c-trophy__shield--silver {
  margin-left: -18px;
  z-index: 2;
  background-color: #D6E2E2;
}

.c-trophy__shield--silver:before {
  background-color: #C2CECE;
}

.c-trophy__shield--silver.is-achieved {
  z-index: 4;
}

@media (min-width: 40em) {
  .c-trophy--print .c-trophy__shield--silver {
    margin-left: -36px;
  }
}

.c-trophy__shield--gold {
  margin-left: -18px;
  z-index: 1;
  background-color: #FED060;
}

.c-trophy__shield--gold:before {
  background-color: #FFBB2C;
}

.c-trophy__shield--gold.is-achieved {
  z-index: 4;
}

@media (min-width: 40em) {
  .c-trophy--print .c-trophy__shield--gold {
    margin-left: -36px;
  }
}

.c-trophy__shield .c-svgicon--trophy {
  color: #FFF;
}

.c-trophy__shield .c-svgicon--star {
  color: #FFF;
  position: absolute;
  top: 0;
  left: 0;
  text-shadow: 0 0 3px red;
}

.c-trophy__shield-lock {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.c-trophy__shield-lock-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.2);
  border-bottom: 4px solid #EFEEEE;
}

.c-trophy__shield-lock .c-svgicon--trophy-lock {
  width: 82px;
  height: 82px;
}

.c-trophy__name {
  margin-top: 12px;
  margin-bottom: 6px;
  text-transform: uppercase;
  font-family: "Filson Soft", sans-serif;
  text-align: center;
  font-size: 19px;
  font-size: 1.26667rem;
  line-height: 1.2;
}

@media (min-width: 40em) {
  .c-trophy--print .c-trophy__name {
    margin-top: 24px;
    font-size: 41px;
    font-size: 2.73333rem;
    line-height: 1.2;
  }
}

.is-achieved .c-trophy__name {
  color: #E3007B;
}

.c-trophy__description {
  padding: 0 12px 12px;
  text-align: center;
  font-size: 13px;
  font-size: 0.86667rem;
  line-height: 1.4;
}

.c-trophy__description p {
  margin-bottom: 0;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}

@media (min-width: 40em) {
  .c-trophy--print .c-trophy__description p {
    font-size: 30px;
    font-size: 2rem;
    line-height: 1.4;
  }
}

.c-trophy__description p:last-child {
  font-family: "Poppins", sans-serif;
  font-weight: normal;
}

@media (min-width: 40em) {
  .c-trophy--print .c-trophy__description p:last-child {
    margin-bottom: 24px;
    font-size: 26px;
    font-size: 1.73333rem;
    line-height: 1.4;
  }
}

.c-trophy__overlay {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 6;
  z-index: -1;
  background: rgba(0, 0, 0, 0.7);
}

.c-trophy__overlay-container {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.c-trophy__print .c-svgicon--facebook,
.c-trophy__print .c-svgicon--print, .c-trophy__share .c-svgicon--facebook,
.c-trophy__share .c-svgicon--print {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 6px;
  vertical-align: middle;
}

.c-svgicon--lock {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  color: #666666;
  z-index: 5;
  width: 36px;
  height: 36px;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media (min-width: 40em) {
  .c-trophy--print .c-svgicon--lock {
    width: 72px;
    height: 72px;
  }
}

.c-svgicon--recent-tag {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  width: 78px;
  height: 66px;
  z-index: 1;
}

.printable-container {
  display: none;
}

@media print {
  html, body {
    height: auto;
  }
  body {
    -webkit-print-color-adjust: exact;
  }
  .c-trophy__shield {
    width: 164px;
    height: 164px;
    border-radius: 82px;
  }
  .c-trophy__name {
    margin-top: 24px;
    font-size: 41px;
    font-size: 2.73333rem;
    line-height: 1.2;
  }
  .c-trophy__description p {
    font-size: 30px;
    font-size: 2rem;
    line-height: 1.4;
  }
  .c-trophy__description p:last-child {
    margin-top: 6px;
    margin-bottom: 24px;
    font-size: 26px;
    font-size: 1.73333rem;
    line-height: 1.4;
  }
}

.c-alerts {
  margin-bottom: 12px;
  padding: 8px 12px;
  background: #FFF;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  color: #E3007B;
  border-radius: 2px;
  text-align: left;
  border: 1px solid #bbbab9;
}

.c-alerts--error {
  font-size: 13px;
  font-size: 0.86667rem;
  line-height: 1.2;
}

.c-alert {
  margin-bottom: 6px;
}

.c-alert:last-child {
  margin-bottom: 0;
}

.c-alert--error {
  position: relative;
}

.c-alert__icon-error {
  display: inline-block;
  position: relative;
  width: 16px;
  height: 16px;
  margin-right: 3px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  border: 2px solid #E3007B;
  border-radius: 8px;
  text-align: center;
  color: #E3007B;
  font-size: 12px;
  font-size: 0.8rem;
  line-height: 1;
}

.c-alert a {
  color: inherit;
}

.c-workouts__filter {
  display: inline-block;
  float: right;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 6px rgba(0, 0, 0, 0.15);
  border-radius: 3px 0 0 3px;
}

.c-workouts__filter label {
  font-size: 13px;
  font-size: 0.86667rem;
  line-height: 16px;
  padding: 8px 18px;
  font-weight: normal;
  text-transform: initial;
  font-family: "Poppins", sans-serif;
  vertical-align: top;
}

@media (min-width: 81.25em) {
  .c-workouts__filter label {
    display: inline-block;
  }
}

.c-workouts__filter select {
  display: inline-block;
  padding: 7px 32px 7px 18px;
  border: none;
  border-radius: 0 3px 3px 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  text-transform: initail;
  background: #414042;
  font-size: 13px;
  font-size: 0.86667rem;
  line-height: 1.35;
  color: #FFF;
  background-image: -o-linear-gradient(45deg, transparent 50%, #FFF 50%), -o-linear-gradient(315deg, #FFF 50%, transparent 50%);
  background-image: linear-gradient(45deg, transparent 50%, #FFF 50%), linear-gradient(135deg, #FFF 50%, transparent 50%);
  background-position: calc(100% - 13px) calc(13px), calc(100% - 8px) calc(13px);
  background-size: 5px 5px, 5px 5px;
  background-repeat: no-repeat;
  vertical-align: middle;
}

.c-workouts__filter select::-ms-expand {
  display: none;
}

.c-workouts__filter select option {
  color: #000;
}

.c-workout {
  display: block;
  position: relative;
  margin-bottom: 24px;
  border-radius: 3px;
  overflow: hidden;
}

.c-workout:hover, .c-workout:active, .c-workout:focus {
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 12px rgba(0, 0, 0, 0.15);
}

.c-workout:hover .c-workout__active, .c-workout:active .c-workout__active, .c-workout:focus .c-workout__active {
  bottom: 0;
}

.c-workout:hover .c-workout__name, .c-workout:active .c-workout__name, .c-workout:focus .c-workout__name {
  bottom: 42px;
}

.c-workout:hover .c-workout__heading, .c-workout:active .c-workout__heading, .c-workout:focus .c-workout__heading {
  padding-bottom: 0;
}

.c-workout:hover .c-workout__sub-heading, .c-workout:active .c-workout__sub-heading, .c-workout:focus .c-workout__sub-heading {
  max-height: 10em;
  opacity: 1;
  padding-bottom: 12px;
}

.c-workout:hover .c-workout__duration, .c-workout:active .c-workout__duration, .c-workout:focus .c-workout__duration {
  max-height: 10em;
  opacity: 1;
}

.c-workout:hover .c-workout__play, .c-workout:active .c-workout__play, .c-workout:focus .c-workout__play {
  margin-top: -21px;
}

.c-workout__img-wrap {
  position: relative;
  z-index: 0;
}

.c-workout__img-wrap:before {
  display: block;
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.c-workout__img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 3px;
}

.c-workout__name {
  font-size: 15px;
  font-size: 1rem;
  line-height: 1.4;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  color: #FFF;
  text-align: center;
  -webkit-transition: .25s;
  -o-transition: .25s;
  transition: .25s;
}

.c-workout__heading {
  padding: 12px 12px;
  background-color: #E3007B;
}

.c-workout__sub-heading {
  padding: 0 12px 0;
  max-height: 0;
  opacity: 0;
  -webkit-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
  background-color: #E3007B;
  font-size: 15px;
  font-size: 1rem;
  line-height: 20px;
}

.c-workout__duration {
  max-height: 0;
  padding: 4px 6px;
  opacity: 0;
  -webkit-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
  background-color: rgba(0, 0, 0, 0.75);
  font-size: 11px;
  font-size: 0.73333rem;
  line-height: 20px;
}

.c-workout__duration .c-svgicon {
  display: inline-block;
  width: 14px;
  height: 14px;
  color: #FFF;
  vertical-align: middle;
  margin-right: 3px;
}

.c-workout__category {
  font-size: 12px;
  font-size: 0.8rem;
  line-height: 20px;
  position: absolute;
  top: 20px;
  left: 20px;
  padding: 0 18px;
  border-radius: 1rem;
  background-color: #E3007B;
  color: #FFF;
}

.c-workout__active {
  display: block;
  position: absolute;
  bottom: -42px;
  left: 0;
  right: 0;
  padding: 9px 0;
  background-color: #FFF;
  color: #E3007B;
  text-align: center;
  -webkit-transition: .25s;
  -o-transition: .25s;
  transition: .25s;
}

.c-workout__active .c-svgicon {
  display: inline-block;
  width: 10px;
  height: 14px;
  margin-bottom: 3px;
  color: #E3007B;
  vertical-align: middle;
}

.c-workout__play {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: .25s;
  -o-transition: .25s;
  transition: .25s;
}

.c-workout__play .c-svgicon {
  display: inline-block;
  width: 52px;
  height: 52px;
  color: #FFF;
}

.c-workout__counter {
  position: absolute;
  top: 16px;
  right: 20px;
  line-height: 0;
}

.c-workout__counter .c-svgicon {
  display: inline-block;
  width: 36px;
  height: 36px;
  color: #FFF;
}

.c-workout__count {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #E3007B;
  line-height: 1;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.c-workout-completed {
  position: relative;
  max-width: 100%;
  color: #FFF;
  font-family: "Filson Soft", sans-serif;
  text-transform: uppercase;
  line-height: 1;
  min-width: 270px;
  display: inline-block;
  text-align: center;
}

@media (min-width: 30em) {
  .c-workout-completed {
    margin: 0 auto 24px;
    max-width: 350px;
    min-width: 350px;
  }
}

.c-workout-completed__img-wrap {
  position: relative;
  margin-bottom: 12px;
}

.c-workout-completed__count {
  font-size: 58px;
  font-size: 3.86667rem;
  line-height: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.c-workout-completed__tagline {
  font-size: 15px;
  font-size: 1rem;
  line-height: 1.4;
  color: #191919;
  font-family: "Poppins", sans-serif;
  text-transform: none;
}

.c-video {
  position: relative;
}

.c-video__player {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  overflow: hidden;
}

.c-video__player video {
  width: 100%;
}

.c-video__content {
  padding: 24px 24px 18px;
}

.c-video__heading {
  font-size: 23px;
  font-size: 1.53333rem;
  line-height: 1.3;
  margin-bottom: 0;
  text-align: center;
  color: #E3007B;
  font-family: "Filson Soft", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}

.c-video__sub-heading {
  margin-bottom: 12px;
}

.c-video__duration {
  font-size: 12px;
  font-size: 0.8rem;
  line-height: 1.5;
  margin-bottom: 12px;
  color: #191919;
}

.c-video__duration .c-svgicon {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 4px;
  vertical-align: middle;
}

.c-video__description {
  font-size: 16px;
  font-size: 1.06667rem;
  line-height: 1.5;
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  overflow: hidden;
}

.c-video__description a {
  color: #191919;
}

.c-video__btn.c-video__btn {
  margin-bottom: 0;
}

.c-video__disclaimer-btn {
  margin-top: 12px;
}

@media (min-width: 46.25em) {
  .c-video__disclaimer-btn {
    position: absolute;
    right: 24px;
    bottom: 12px;
  }
  .c-video__btn + .c-video__disclaimer-btn {
    bottom: 33px;
  }
}

.c-video__content-bottom {
  min-height: 24px;
  position: relative;
  padding-left: 200px;
  padding-right: 200px;
  font-size: 14px;
  font-size: 0.93333rem;
  line-height: 1.1;
  color: #9C9C9C;
  text-align: center;
}

.c-video__content-bottom span {
  vertical-align: sub;
}

.c-steps .c-video__content-bottom {
  background-color: #EFEEEE;
  margin-top: 24px;
}

.c-video__category, .c-video__fav {
  position: absolute;
  top: 2px;
}

.c-video__category .c-svgicon--icon-loader, .c-video__fav .c-svgicon--icon-loader {
  width: 16px;
  height: 16px;
  -webkit-animation: loaderSvgAnimation 1s infinite;
          animation: loaderSvgAnimation 1s infinite;
}

.c-video__category .c-svgicon--heart-outline,
.c-video__category .c-svgicon--heart, .c-video__fav .c-svgicon--heart-outline,
.c-video__fav .c-svgicon--heart {
  width: 20px;
  height: 18px;
}

.c-video__category {
  left: 0;
  text-transform: uppercase;
  padding: 2px 8px;
  font-size: 13px;
}

.c-video__fav {
  right: 0;
}

.c-video__download {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  background-size: cover;
  background-position: center center;
}

.c-video__download:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}

.c-video__download-link {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #FFF;
}

.video-js.video-js .vjs-big-play-button {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 5.3rem;
  height: 5.3rem;
  border-radius: 0;
  border: none;
  line-height: 2rem;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: transparent;
  background-image: url("../img/vjs-big-play-button.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.video-js.video-js .vjs-big-play-button span {
  display: none;
}

.video_player-dimensions.vjs-fluid {
  padding-top: 56.25% !important;
}

.video-js.video-js:hover .vjs-big-play-button,
.video-js.video-js .vjs-big-play-button:focus {
  background-color: transparent;
}

.video-js .vjs-tech {
  cursor: pointer;
}

.c-steps {
  border-radius: 8px;
  overflow: hidden;
}

.c-steps__header {
  position: relative;
  padding: 36px 24px 24px;
  text-align: center;
  background-color: #EFEEEE;
  color: #000;
}

.c-steps__header--alt {
  padding: 36px 24px;
}

.c-steps__heading {
  font-size: 23px;
  font-size: 1.53333rem;
  line-height: 1.3;
  margin-bottom: 6px;
  text-align: center;
  color: #E3007B;
  font-family: "Filson Soft", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}

.c-steps__sub-heading {
  margin-bottom: 12px;
}

.c-steps__description {
  max-width: 480px;
  font-size: 16px;
  font-size: 1.06667rem;
  line-height: 1.4;
  margin: 0 auto;
}

.c-steps__list {
  background-color: #221F20;
}

.c-steps__replay, .c-steps__back, .c-steps__next {
  position: absolute;
  top: 24px;
  font-size: 0;
}

.c-steps__replay .c-svgicon, .c-steps__back .c-svgicon, .c-steps__next .c-svgicon {
  display: inline-block;
  color: #000;
  pointer-events: none;
}

.c-steps__replay {
  left: 24px;
}

.c-steps__replay .c-svgicon {
  width: 20px;
  height: 20px;
}

.c-steps__back {
  left: 24px;
}

.c-steps__back .c-svgicon {
  width: 34px;
  height: 12px;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.c-steps__next {
  right: 24px;
}

.c-steps__next .c-svgicon--icon-arrow {
  width: 32px;
  height: 12px;
}

.c-steps__next .c-svgicon--icon-close {
  width: 20px;
  height: 20px;
}

.c-steps__disclaimer {
  padding: 48px 24px;
}

@media (min-width: 46.25em) {
  .c-steps__disclaimer {
    padding: 48px;
  }
}

.c-steps__disclaimer p:last-child {
  margin-bottom: 0;
}

.c-steps__complete {
  font-family: "Filson Soft", sans-serif;
  font-weight: 500;
  display: block;
  padding: 18px;
  text-align: center;
  color: #000;
  background-color: #00ABE9;
  text-decoration: none;
  -webkit-transition: .25s;
  -o-transition: .25s;
  transition: .25s;
}

.c-steps__complete:hover {
  background-color: #009ad2;
}

.c-step {
  position: relative;
  padding: 24px 102px 24px 36px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.c-step__heading {
  font-size: 19px;
  font-size: 1.26667rem;
  line-height: 1.2;
  color: #FFF;
  font-weight: 400;
}

.c-step__duration {
  font-size: 15px;
  font-size: 1rem;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.6);
}

.c-step__icon {
  position: absolute;
  right: 36px;
  top: 50%;
  max-width: 54px;
  height: auto;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.c-step--alt {
  padding: 24px;
  text-align: center;
}

.c-step--alt .c-svgicon {
  display: inline-block;
  width: 132px;
  height: 64px;
  margin: 0 auto;
}

.c-svgicon--icon-completed, .c-svgicon--icon-search, .c-svgicon--icon-play-round-small {
  width: 16px;
  height: 16px;
}

.c-svgicon--heart-outline, .c-svgicon--heart {
  width: 16px;
  height: 14px;
}

.c-svgicon--icon-loader {
  width: 50px;
  height: 50px;
}

.c-svgicon--download {
  width: 78px;
  height: 78px;
}

.c-svgicon--instagram, .c-svgicon--facebook {
  width: 32px;
  height: 32px;
}

.c-dashboard {
  padding-bottom: 1px;
}

.c-dashboard__snapshot {
  margin-bottom: 80px;
}

.c-dashboard__featured {
  margin-top: 80px;
  margin-bottom: 80px;
}

.c-dashboard__featured h2 {
  text-align: center;
}

.c-dashboard__featured .o-module {
  overflow: visible;
}

.c-dashboard__cta-slider {
  margin-top: 120px;
  margin-bottom: 120px;
}

.c-goal-snapshot .o-module {
  overflow: visible;
}

.c-goal-snapshot .o-layout__item {
  padding-bottom: 30px;
}

.c-goal-snapshot__card {
  padding: 30px 24px;
  height: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  text-align: center;
}

.tracker .c-goal-snapshot__card {
  padding: 24px;
}

.c-goal-snapshot__card h4 {
  font-family: "Filson Soft", sans-serif;
  text-transform: uppercase;
  font-size: 18px;
  font-size: 1.2rem;
  line-height: 1.1;
  font-weight: normal;
}

.c-goal-snapshot__card p {
  font-size: 15px;
  font-size: 1rem;
  line-height: 1.4;
  font-style: italic;
}

.tracker .c-goal-snapshot__card p {
  font-size: 12px;
  font-size: 0.8rem;
  line-height: 1.4;
}

.c-goal-snapshot__daily-average {
  position: relative;
}

.c-goal-snapshot__daily-average-current {
  display: inline-block;
  font-size: 85px;
  line-height: .9;
  font-family: "Filson Soft", sans-serif;
  -webkit-transform: translateY(11px);
      -ms-transform: translateY(11px);
          transform: translateY(11px);
  margin-bottom: 18px;
}

.c-goal-snapshot__daily-average-current small {
  font-size: 19px;
}

.tracker .c-goal-snapshot__daily-average-current {
  font-size: 55px;
}

.tracker .c-goal-snapshot__daily-average-current small {
  font-size: 16px;
}

.c-goal-snapshot__daily-average-targetbar {
  display: inline-block;
  width: 100%;
  height: 12px;
  background-color: rgba(249, 99, 0, 0.5);
  border-radius: 6px;
  overflow: hidden;
}

.tracker .c-goal-snapshot__daily-average-targetbar {
  height: 6px;
}

.c-goal-snapshot__daily-average-targetbar span {
  height: 100%;
  display: block;
  border-radius: 6px;
  background-color: #F96300;
  -webkit-transition: width .5s;
  -o-transition: width .5s;
  transition: width .5s;
}

.c-goal-snapshot__goal-achievements {
  position: relative;
  display: block;
  font-size: 18px;
  font-size: 1.2rem;
  line-height: 1.16;
  padding-right: 50%;
  text-align: right;
  margin-top: 18px;
}

.tracker .c-goal-snapshot__goal-achievements {
  font-size: 14px;
  font-size: 0.93333rem;
  line-height: 1.16;
}

.c-goal-snapshot__goal-achievements-number {
  position: absolute;
  top: 50%;
  left: calc(50% + 12px);
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: left;
  font-size: 55px;
  font-size: 3.66667rem;
  line-height: 1.16;
  font-family: "Filson Soft", sans-serif;
}

.tracker .c-goal-snapshot__goal-achievements-number {
  font-size: 38px;
  font-size: 2.53333rem;
  line-height: 1.16;
}

.c-goal-snapshot__days-left {
  position: relative;
  display: inline-block;
  font-size: 0;
}

.c-goal-snapshot__days-left svg {
  width: 180px;
  height: 180px;
  margin: auto;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.tracker .c-goal-snapshot__days-left svg {
  width: 100px;
  height: 100px;
}

.c-goal-snapshot__days-left svg circle {
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.c-goal-snapshot__days-left span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-family: "Filson Soft", sans-serif;
  font-size: 68px;
  font-size: 4.53333rem;
  line-height: 1;
}

.tracker .c-goal-snapshot__days-left span {
  font-size: 38px;
  font-size: 2.53333rem;
  line-height: 1;
}

.c-goal-snapshot__total-time {
  font-family: "Filson Soft", sans-serif;
  font-size: 50px;
}

.c-goal-snapshot__total-time.small-text {
  font-size: 50px;
}

.c-goal-snapshot__total-time small {
  font-size: 19px;
}

.c-goal-snapshot__total-time-graph #GoalSnapshot {
  display: block;
  width: 247px;
  height: 107px;
  max-width: 100%;
}

.c-goal-snapshot__month-nav {
  margin-bottom: 48px;
  text-align: center;
  font-family: "Filson Soft", sans-serif;
  text-transform: uppercase;
  color: #333333;
  font-size: 20px;
  font-size: 1.33333rem;
  line-height: 1.7;
}

@media (min-width: 46.25em) {
  .c-goal-snapshot__month-nav {
    font-size: 24px;
    font-size: 1.6rem;
    line-height: 1.7;
  }
}

.c-goal-snapshot__month-nav-prev, .c-goal-snapshot__month-nav-next {
  padding: 14px 0;
  display: inline-block;
  font-size: 0;
  width: 40px;
  height: 40px;
  background-color: #FFF;
  -webkit-box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.1);
  border-radius: 25px;
}

.c-goal-snapshot__month-nav-prev svg, .c-goal-snapshot__month-nav-next svg {
  width: 9px;
  height: 14px;
}

.c-goal-snapshot__month-nav-prev {
  padding: 14px 2px 14px 0;
  margin-right: 12px;
}

.c-goal-snapshot__month-nav-next {
  padding: 14px 0 14px 2px;
  margin-left: 12px;
}

.c-cta-slider__slide {
  position: relative;
  width: 100%;
  background-image: url(./../img/bg/bg-10.jpg);
  background-size: cover;
  background-position: center center;
  padding: 70px 24px;
  border-radius: 8px;
  overflow: hidden;
}

@media (min-width: 46.25em) {
  .c-cta-slider__slide {
    padding: 70px 80px;
  }
}

.c-cta-slider__slide:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}

.c-cta-slider__slide-content {
  position: relative;
  z-index: 2;
  color: #FFF;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 950px;
  margin: auto;
  text-align: center;
}

@media (min-width: 46.25em) {
  .c-cta-slider__slide-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
  }
}

.c-cta-slider__slide-content h3 {
  display: inline-block;
  font-weight: bold;
  text-transform: initial;
  margin: 0;
  margin-bottom: 24px;
  font-size: 22px;
  font-size: 1.46667rem;
  line-height: 1.2;
}

@media (min-width: 46.25em) {
  .c-cta-slider__slide-content h3 {
    width: 66%;
    padding-right: 48px;
    margin-bottom: 0;
    font-size: 30px;
    font-size: 2rem;
    line-height: 1.2;
  }
}

.c-cta-slider__slide-content .o-btn {
  display: inline-block;
}

.c-cta-slider__nav {
  margin-bottom: 12px;
  text-align: center;
}

.c-cta-slider__nav a {
  display: inline-block;
  font-size: 0;
  width: 20px;
  height: 20px;
  background-color: #333333;
  opacity: .45;
  margin: 6px;
  border-radius: 20px;
  -webkit-transition: .25s;
  -o-transition: .25s;
  transition: .25s;
}

.c-cta-slider__nav a:hover, .c-cta-slider__nav a.is-active {
  opacity: 1;
}

.c-stage {
  position: relative;
  padding: 48px 0 24px;
  color: #FFF;
  background-color: #DEDEDE;
  margin-bottom: 48px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(./../img/bg/bg-10.jpg);
}

.c-stage.bg-1 {
  background-image: url(./../img/bg/bg-1.jpg);
}

.c-stage.bg-2 {
  background-image: url(./../img/bg/bg-2.jpg);
}

.c-stage.bg-3 {
  background-image: url(./../img/bg/bg-3.jpg);
}

.c-stage.bg-4 {
  background-image: url(./../img/bg/bg-4.jpg);
}

.c-stage.bg-5 {
  background-image: url(./../img/bg/bg-5.jpg);
}

.c-stage.bg-6 {
  background-image: url(./../img/bg/bg-6.jpg);
}

.c-stage.bg-7 {
  background-image: url(./../img/bg/bg-7.jpg);
}

.c-stage.bg-8 {
  background-image: url(./../img/bg/bg-8.jpg);
}

.c-stage.bg-9 {
  background-image: url(./../img/bg/bg-9.jpg);
}

.c-stage.bg-10 {
  background-image: url(./../img/bg/bg-10.jpg);
}

.c-stage.bg-11 {
  background-image: url(./../img/bg/bg-11.jpg);
}

.c-stage.bg-12 {
  background-image: url(./../img/bg/bg-12.jpg);
}

.c-stage.bg-13 {
  background-image: url(./../img/bg/bg-13.jpg);
}

.c-stage a {
  color: inherit;
}

.c-stage:before {
  content: '';
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}

.c-stage .o-wrapper {
  position: relative;
  z-index: 1;
}

.c-stage__intro {
  font-weight: 500;
  font-size: 25px;
  font-size: 1.66667rem;
  line-height: 1.3;
  margin-bottom: 12px;
}

.c-stage__side {
  max-width: 315px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 61.25em) {
  .c-stage__side {
    margin-right: 0;
  }
}

.c-stage__side-userselect {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 12px 18px;
  margin-bottom: 18px;
  padding-right: 56px;
  border: 1px solid #FFF;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 500;
  text-align: left;
  line-height: 1.2;
}

.c-stage__side-userselect span {
  font-weight: normal;
}

.c-stage__side-userselect svg {
  position: absolute;
  top: 50%;
  right: 18px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.c-team-page {
  padding-bottom: 100px;
}

.c-team-page__card {
  position: relative;
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
  text-align: center;
  -webkit-box-shadow: 0px 35px 50px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 35px 50px rgba(0, 0, 0, 0.1);
}

.c-team-page__card-content {
  padding: 24px;
  padding-bottom: 36px;
}

@media (min-width: 46.25em) {
  .c-team-page__card-content {
    padding-bottom: 72px;
  }
}

.c-team-page__card-content h3 {
  font-weight: 100;
  text-transform: uppercase;
}

@media (min-width: 46.25em) {
  .c-team-page__card-content h3 {
    font-size: 40px;
    font-size: 2.66667rem;
    line-height: 1;
  }
}

.c-team-page__card-content p {
  max-width: 420px;
  margin: auto;
  margin-bottom: 18px;
}

@media (min-width: 46.25em) {
  .c-team-page__card-btn {
    position: absolute;
    bottom: 24px;
    left: 0;
    width: 100%;
  }
}

.c-team-stat__cards {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-team-stat__card {
  width: 100%;
  padding: 22px 12px;
  margin-bottom: 24px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  text-align: center;
}

.c-team-stat__card h3 {
  text-transform: uppercase;
  font-size: 18px;
  font-size: 1.2rem;
  line-height: 1.2;
}

.c-team-stat__card .c-svgicon--leader {
  width: 82px;
  height: 97px;
  margin-top: 6px;
}

.c-team-stat__card-info {
  min-height: 32px;
  position: relative;
  display: block;
  text-align: center;
  font-size: 14px;
  font-size: 0.93333rem;
  line-height: 1.3;
  margin-top: 18px;
}

.c-team-stat__card-info .c-svgicon--members {
  width: 18px;
  height: 18px;
}

.c-team-stat__card-info span {
  display: inline-block;
  vertical-align: middle;
}

.c-team-stat__card-info::after {
  content: '';
  display: table;
  clear: both;
}

.c-team-stat__card-info-label {
  display: inline-block;
  width: 42%;
  text-align: right;
}

.c-team-stat__card-info-owner, .c-team-stat__card-info-num {
  display: block;
  float: right;
  width: 58%;
  text-align: left;
  padding-left: 6px;
}

.c-team-stat__card-info-num {
  font-family: "Filson Soft", sans-serif;
  font-size: 38px;
  font-size: 2.53333rem;
  line-height: 0.8;
}

.c-team-stat__card-info-num small {
  font-size: 12px;
  font-size: 0.8rem;
  line-height: 1.2;
}

.c-team-stat__card-info-owner {
  font-weight: 500;
}

.c-team-stat__card-leader {
  margin-top: 6px;
  font-weight: 500;
  line-height: 1.2;
}

.c-team-stat__card-leader span {
  font-weight: normal;
  display: block;
}

.c-team-stat__log-total {
  text-align: left;
  margin-bottom: 36px;
}

@media (min-width: 46.25em) {
  .c-team-stat__log-total {
    display: inline-block;
    margin-right: 36px;
    margin-bottom: 0;
  }
}

.c-team-stat__log-total:last-child {
  margin-right: 0;
  margin-bottom: 0;
}

.c-team-stat__log-total-heading {
  font-weight: 500;
  color: #E3007B;
  font-size: 20px;
  font-size: 1.33333rem;
  line-height: 1.2;
}

.c-tracker-page {
  padding-bottom: 100px;
}

.c-tracker-page__select-month {
  text-align: center;
}

.c-tracker-page__select-month p {
  margin-top: 12px;
}

.c-exercises__top {
  margin-bottom: 32px;
}

@media (max-width: 46.24em) {
  .c-exercises__top {
    text-align: center;
  }
}

.c-exercises__top:after {
  content: '';
  display: table;
  clear: both;
}

.c-exercises__top-left {
  display: inline-block;
  margin-left: -18px;
}

.c-exercises__filter {
  display: inline-block;
  margin-left: 18px;
}

@media (max-width: 46.24em) {
  .c-exercises__filter {
    margin-bottom: 12px;
  }
}

.c-exercises__video-count, .c-exercises__video-views {
  display: inline-block;
  color: #E3007B;
  font-size: 14px;
  font-size: 0.93333rem;
  line-height: 1.4;
  margin-left: 18px;
}

.c-exercises__video-count svg, .c-exercises__video-views svg {
  vertical-align: top;
  margin-right: 3px;
}

.c-exercises__video-count.faded, .c-exercises__video-views.faded {
  color: rgba(25, 25, 25, 0.5);
}

.c-exercises__search {
  float: right;
}

@media (max-width: 46.24em) {
  .c-exercises__search {
    float: none;
    margin-bottom: 12px;
  }
}

.c-exercises__messages {
  margin-bottom: 24px;
  text-align: center;
}

.c-exercises__message {
  margin-bottom: 6px;
  font-size: 18px;
  font-size: 1.2rem;
  line-height: 1.4;
}

.c-exercise-card {
  position: relative;
  width: 100%;
  padding-bottom: 70px;
  display: block;
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
  -webkit-box-shadow: 0px 35px 50px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 35px 50px rgba(0, 0, 0, 0.1);
  -webkit-transition: .25s;
  -o-transition: .25s;
  transition: .25s;
  text-align: center;
}

.c-exercise-card--featured {
  padding-bottom: 58px;
}

.c-exercise-card:hover {
  -webkit-box-shadow: 0px 13px 23px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 13px 23px rgba(0, 0, 0, 0.25);
}

.c-exercise-card:hover .c-exercise-card__view-link {
  margin-bottom: 0;
}

.c-exercise-card__img-wrap {
  display: block;
  position: relative;
  z-index: 5;
  min-height: 120px;
}

.c-exercise-card__img-wrap svg {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #FFF;
}

.c-exercise-card__img-wrap:after {
  display: block;
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.c-exercise-card__img {
  width: 100%;
  padding-bottom: 100%;
  background-size: cover;
  background-position: center center;
}

.c-exercise-card--featured .c-exercise-card__img {
  padding-bottom: 56%;
}

.c-exercise-card__category {
  position: absolute;
  top: 18px;
  left: 15px;
  z-index: 10;
  text-align: left;
}

.c-exercise-card__category span {
  display: inline-block;
  padding: 2px 10px 1px;
  border-radius: 8px;
  background-color: #E3007B;
  color: #FFF;
  font-family: "Filson Soft", sans-serif;
  font-size: 13px;
  font-size: 0.86667rem;
  line-height: 1.4;
  text-transform: uppercase;
  margin-left: 3px;
}

.c-exercise-card__content {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  min-height: 70px;
  background-color: #FFF;
}

.c-exercise-card--featured .c-exercise-card__content {
  min-height: 58px;
}

.c-exercise-card__heading {
  margin: 0;
  padding: 12px 24px;
  padding-bottom: 8px;
  text-transform: uppercase;
  font-size: 22px;
  font-size: 1.46667rem;
  line-height: 1;
  color: #000;
  font-family: "Filson Soft", sans-serif;
  font-weight: 100;
  min-height: 64px;
}

.c-exercise-card--featured .c-exercise-card__heading {
  padding: 18px 24px;
}

.c-exercise-card__bottom {
  padding: 6px 36px;
  position: relative;
  font-size: 11px;
  font-size: 0.73333rem;
  line-height: 1.5;
  color: #9C9C9C;
  min-height: 28px;
}

.c-exercise-card__fav, .c-exercise-card__completed {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 0;
}

.c-exercise-card__fav {
  left: 10px;
  -webkit-transition: .25s;
  -o-transition: .25s;
  transition: .25s;
}

.c-exercise-card__fav:hover {
  -webkit-transform: translateY(-50%) scale(1.1);
      -ms-transform: translateY(-50%) scale(1.1);
          transform: translateY(-50%) scale(1.1);
}

.c-exercise-card__fav .c-svgicon--icon-loader {
  width: 16px;
  height: 16px;
  -webkit-animation: loaderSvgAnimation 1s infinite;
          animation: loaderSvgAnimation 1s infinite;
}

.c-exercise-card__completed {
  right: 10px;
}

.c-exercise-card__completed.viewed {
  color: #E3007B;
}

.c-exercise-card__completed span {
  display: inline-block;
  font-size: 14px;
  font-size: 0.93333rem;
  line-height: 1;
  padding: 1px 0 1px 4px;
  -webkit-transform: translateY(-3px);
      -ms-transform: translateY(-3px);
          transform: translateY(-3px);
}

.c-exercise-card__view-link {
  display: block;
  background-color: #FDAE00;
  text-decoration: none;
  font-size: 14px;
  font-size: 0.93333rem;
  line-height: 1.2;
  color: #000;
  padding: 8px;
  -webkit-transition: .25s;
  -o-transition: .25s;
  transition: .25s;
  margin-bottom: -32px;
}

.c-exercise-card__view-link:hover {
  background-color: #e49d00;
}

@-webkit-keyframes loaderSvgAnimation {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes loaderSvgAnimation {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.c-exercise-type-tile {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #FFF;
  border-radius: 8px;
  -webkit-box-shadow: 0px 35px 50px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 35px 50px rgba(0, 0, 0, 0.1);
  text-align: center;
  padding-bottom: 96px;
}

.c-exercise-type-tile__content {
  padding: 24px;
  padding-bottom: 0;
}

.c-exercise-type-tile__content h3 {
  text-transform: uppercase;
  font-weight: 100;
}

@media (min-width: 46.25em) {
  .c-exercise-type-tile__content h3 {
    font-size: 40px;
  }
}

.c-exercise-type-tile__content p {
  margin-bottom: 12px;
}

.c-exercise-type-tile__button {
  position: absolute;
  left: 0;
  bottom: 48px;
  width: 100%;
}

.c-exercise-type-tile__bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 12px 18px;
  padding-top: 0;
  color: #E3007B;
  font-size: 14px;
  font-size: 0.93333rem;
  line-height: 1.2;
}

.c-exercise-type-tile__bottom svg {
  width: 16px;
  height: 16px;
  -webkit-transform: translateY(3px);
      -ms-transform: translateY(3px);
          transform: translateY(3px);
}

.c-exercise-type-tile__bottom-left {
  float: left;
}

.c-exercise-type-tile__bottom-left svg {
  margin-right: 2px;
}

.c-exercise-type-tile__bottom-right {
  float: right;
}

.c-exercise-type-tile__bottom-right svg {
  margin-left: 2px;
}

.c-exercise-type-tile__bottom-left.faded, .c-exercise-type-tile__bottom-right.faded {
  color: rgba(25, 25, 25, 0.5);
}

.c-exercise-type-tile__bottom:after {
  content: '';
  display: table;
  clear: both;
}

.c-exercises-type-page {
  padding-bottom: 100px;
}

.c-exercises-type-page__top {
  margin-bottom: 32px;
}

.c-exercises-type-page__top:after {
  content: '';
  display: table;
  clear: both;
}

.c-exercises-type-page__top-left {
  display: inline-block;
  margin-left: -18px;
}

.c-exercises-type-page__filter {
  display: inline-block;
  margin-left: 18px;
}

.c-exercises-type-page__video-count, .c-exercises-type-page__video-views {
  display: inline-block;
  color: #E3007B;
  font-size: 14px;
  font-size: 0.93333rem;
  line-height: 1.4;
  margin-left: 18px;
}

.c-exercises-type-page__video-count svg, .c-exercises-type-page__video-views svg {
  vertical-align: top;
  margin-right: 3px;
}

.c-exercises-type-page__search {
  float: right;
}

.c-exercises-page__effort {
  margin-top: 72px;
  margin-bottom: 72px;
}

.c-exercises-page__effort-title {
  margin-bottom: 36px;
}

.c-exercises-page__effort-btns {
  margin-left: -15px;
}

.c-exercises-page__effort-btn {
  display: inline-block;
  padding: 58px 0 52px;
  margin-left: 12px;
  margin-bottom: 12px;
  text-decoration: none;
  font-family: "Filson Soft", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  border-radius: 8px;
  -webkit-transition: .25s;
  -o-transition: .25s;
  transition: .25s;
  width: calc(100% / 2 - 12px);
  font-size: 18px;
  font-size: 1.2rem;
  line-height: 1.4;
}

@media (min-width: 46.25em) {
  .c-exercises-page__effort-btn {
    padding: 98px 0 92px;
    font-size: 22px;
    font-size: 1.46667rem;
    line-height: 1.4;
    width: calc(100% / 3 - 12px);
  }
}

@media (min-width: 73.75em) {
  .c-exercises-page__effort-btn {
    width: calc(100% / 6 - 12px);
  }
}

.c-exercises-page__effort-btn.easy {
  background-color: #FDAE00;
}

.c-exercises-page__effort-btn.easy:hover {
  background-color: #e49d00;
}

.c-exercises-page__effort-btn.hard {
  color: #FFF;
  background-color: #F96300;
}

.c-exercises-page__effort-btn.hard:hover {
  background-color: #e05900;
}

.c-search-exercise {
  padding: 72px 0;
  position: relative;
  background-image: url("./../img/bg/search-bg.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  color: #FFF;
  text-align: center;
  min-height: 739px;
}

.c-search-exercise:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}

.c-search-exercise .o-wrapper {
  position: relative;
  z-index: 10;
}

.c-search-exercise__heading {
  color: inherit;
}

.c-search-exercise__search {
  margin-bottom: 18px;
}

.c-search-exercise__messages {
  margin-bottom: 24px;
  min-height: 25px;
}

.c-search-exercise__message {
  color: #FFF;
  margin-bottom: 6px;
  font-size: 18px;
  font-size: 1.2rem;
  line-height: 1.4;
}

.c-filter-select {
  display: inline-block;
  min-width: 230px;
  padding: 13px 32px;
  padding-left: 40px;
  border: 0;
  border-radius: 30px;
  background-color: #00ABE9;
  font-size: 17px;
  font-size: 1.13333rem;
  line-height: 1.2;
  background-image: url("../img/select-arrow-filter.png");
  background-repeat: no-repeat;
  background-size: 10px 6px;
  background-position: 20px center;
  font-family: "Filson Soft", sans-serif;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
}

.c-filter-select::-ms-expand {
  display: none;
}

.c-filter-search {
  padding: 12px 46px;
  border: 0;
  width: 100%;
  background-color: #D6D6D6;
  font-size: 17px;
  font-size: 1.13333rem;
  line-height: 1.3;
  border-radius: 30px;
  color: #000;
  text-align: center;
  max-width: 230px;
  outline: none;
  background-image: url("../img/icon-search-filter.png");
  background-repeat: no-repeat;
  background-size: 16px 16px;
  background-position: 60px center;
  -webkit-transition: .25s;
  -o-transition: .25s;
  transition: .25s;
  font-family: "Filson Soft", sans-serif;
}

.c-filter-search.has-val, .c-filter-search:focus {
  background-position: 20px center;
}

.c-filter-search::-webkit-input-placeholder {
  color: #333333;
}

.c-filter-search::-moz-placeholder {
  color: #333333;
}

.c-filter-search:-ms-input-placeholder {
  color: #333333;
}

.c-filter-search:-moz-placeholder {
  color: #333333;
}

.c-loginas-wrap__subheading {
  color: #191919;
  font-family: "Poppins", sans-serif;
  font-weight: normal;
}

.c-loginas-wrap__headingalt {
  margin-top: 24px;
  text-align: center;
  text-transform: uppercase;
  font-size: 19px;
}

.c-loginas {
  position: relative;
  display: block;
  margin-bottom: 12px;
  padding: 12px;
  padding-left: 66px;
  border-radius: 2px;
  color: #000;
  text-decoration: none;
  -webkit-transition: .25s ease;
  -o-transition: .25s ease;
  transition: .25s ease;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 25px 50px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 25px 50px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}

.c-loginas:hover, .c-loginas:active, .c-loginas:focus {
  -webkit-box-shadow: 0px 25px 50px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 25px 50px rgba(0, 0, 0, 0.3);
}

.c-loginas--active {
  background-color: #FFF;
  opacity: .6;
  pointer-events: none;
}

.c-loginas__username {
  color: black;
  font-size: 13px;
  font-size: 0.86667rem;
  line-height: 1.4;
}

.c-loginas__username span {
  color: #000;
}

.c-loginas__thumbnail {
  position: absolute;
  top: 12px;
  left: 12px;
  display: block;
  width: 42px;
  height: auto;
  margin-right: 12px;
  border-radius: 21px;
}

.c-notification-page {
  padding-bottom: 70px;
}

.c-notification-page__referral {
  display: inline-block;
  margin-right: 48px;
}

.c-notification-page__referral:last-child {
  margin-right: 0;
}

.c-notification-page__referral span {
  display: inline-block;
  font-weight: 500;
  line-height: 1.3;
}

.c-notification-page__referral span.c-notification-page__referral-num {
  font-weight: normal;
}

.c-notification-page__referral-num {
  font-family: "Filson Soft", sans-serif;
  font-size: 85px;
  line-height: 1;
  margin-right: 6px;
}

/* ==========================================================================
   #CLEARFIX
   ========================================================================== */
/**
 * Attach our clearfix mixin to a utility class.
 */
.u-clearfix:after {
  content: "" !important;
  display: block !important;
  clear: both !important;
}

/* ==========================================================================
   #WIDTHS
   ========================================================================== */
/**
 * inuitcss generates a series of utility classes that give a fluid width to
 * whichever element they’re applied, e.g.:
 *
 *   <img src="" alt="" class="u-1/2" />
 *
 * These classes are most commonly used in conjunction with our layout system,
 * e.g.:
 *
 *   <div class="o-layout__item  u-1/2">
 *
 * By default, inuitcss will also generate responsive variants of each of these
 * classes by using your Sass MQ configuration, e.g.:
 *
 *   <div class="o-layout__item  u-1/1  u-1/2@tablet  u-1/3@desktop">
 *
 * Optionally, inuitcss can generate offset classes which can push and pull
 * elements left and right by a specified amount, e.g.:
 *
 *   <div class="o-layout__item  u-2/3  u-pull-1/3">
 *
 * This is useful for making very granular changes to the rendered order of
 * items in a layout.
 *
 * N.B. This option is turned off by default.
 */
/**
 * A series of width helper classes that you can use to size things like grid
 * systems. Classes take a fraction-like format (e.g. `.u-2/3`). Use these in
 * your markup:
 *
 * <div class="u-7/12">
 *
 * The following will generate widths helper classes based on the fractions
 * defined in the `$inuit-fractions` list.
 */
.u-1\/1 {
  width: 100% !important;
}

/**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
.u-push-1\/1 {
  position: relative !important;
  right: auto !important;
  /* [1] */
  left: 100% !important;
}

.u-pull-1\/1 {
  position: relative !important;
  right: 100% !important;
  left: auto !important;
  /* [1] */
}

.u-1\/2 {
  width: 50% !important;
}

/**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
.u-push-1\/2 {
  position: relative !important;
  right: auto !important;
  /* [1] */
  left: 50% !important;
}

.u-pull-1\/2 {
  position: relative !important;
  right: 50% !important;
  left: auto !important;
  /* [1] */
}

.u-2\/2 {
  width: 100% !important;
}

/**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
.u-push-2\/2 {
  position: relative !important;
  right: auto !important;
  /* [1] */
  left: 100% !important;
}

.u-pull-2\/2 {
  position: relative !important;
  right: 100% !important;
  left: auto !important;
  /* [1] */
}

.u-1\/3 {
  width: 33.33333% !important;
}

/**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
.u-push-1\/3 {
  position: relative !important;
  right: auto !important;
  /* [1] */
  left: 33.33333% !important;
}

.u-pull-1\/3 {
  position: relative !important;
  right: 33.33333% !important;
  left: auto !important;
  /* [1] */
}

.u-2\/3 {
  width: 66.66667% !important;
}

/**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
.u-push-2\/3 {
  position: relative !important;
  right: auto !important;
  /* [1] */
  left: 66.66667% !important;
}

.u-pull-2\/3 {
  position: relative !important;
  right: 66.66667% !important;
  left: auto !important;
  /* [1] */
}

.u-3\/3 {
  width: 100% !important;
}

/**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
.u-push-3\/3 {
  position: relative !important;
  right: auto !important;
  /* [1] */
  left: 100% !important;
}

.u-pull-3\/3 {
  position: relative !important;
  right: 100% !important;
  left: auto !important;
  /* [1] */
}

.u-1\/4 {
  width: 25% !important;
}

/**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
.u-push-1\/4 {
  position: relative !important;
  right: auto !important;
  /* [1] */
  left: 25% !important;
}

.u-pull-1\/4 {
  position: relative !important;
  right: 25% !important;
  left: auto !important;
  /* [1] */
}

.u-2\/4 {
  width: 50% !important;
}

/**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
.u-push-2\/4 {
  position: relative !important;
  right: auto !important;
  /* [1] */
  left: 50% !important;
}

.u-pull-2\/4 {
  position: relative !important;
  right: 50% !important;
  left: auto !important;
  /* [1] */
}

.u-3\/4 {
  width: 75% !important;
}

/**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
.u-push-3\/4 {
  position: relative !important;
  right: auto !important;
  /* [1] */
  left: 75% !important;
}

.u-pull-3\/4 {
  position: relative !important;
  right: 75% !important;
  left: auto !important;
  /* [1] */
}

.u-4\/4 {
  width: 100% !important;
}

/**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
.u-push-4\/4 {
  position: relative !important;
  right: auto !important;
  /* [1] */
  left: 100% !important;
}

.u-pull-4\/4 {
  position: relative !important;
  right: 100% !important;
  left: auto !important;
  /* [1] */
}

.u-1\/5 {
  width: 20% !important;
}

/**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
.u-push-1\/5 {
  position: relative !important;
  right: auto !important;
  /* [1] */
  left: 20% !important;
}

.u-pull-1\/5 {
  position: relative !important;
  right: 20% !important;
  left: auto !important;
  /* [1] */
}

.u-2\/5 {
  width: 40% !important;
}

/**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
.u-push-2\/5 {
  position: relative !important;
  right: auto !important;
  /* [1] */
  left: 40% !important;
}

.u-pull-2\/5 {
  position: relative !important;
  right: 40% !important;
  left: auto !important;
  /* [1] */
}

.u-3\/5 {
  width: 60% !important;
}

/**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
.u-push-3\/5 {
  position: relative !important;
  right: auto !important;
  /* [1] */
  left: 60% !important;
}

.u-pull-3\/5 {
  position: relative !important;
  right: 60% !important;
  left: auto !important;
  /* [1] */
}

.u-4\/5 {
  width: 80% !important;
}

/**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
.u-push-4\/5 {
  position: relative !important;
  right: auto !important;
  /* [1] */
  left: 80% !important;
}

.u-pull-4\/5 {
  position: relative !important;
  right: 80% !important;
  left: auto !important;
  /* [1] */
}

.u-5\/5 {
  width: 100% !important;
}

/**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
.u-push-5\/5 {
  position: relative !important;
  right: auto !important;
  /* [1] */
  left: 100% !important;
}

.u-pull-5\/5 {
  position: relative !important;
  right: 100% !important;
  left: auto !important;
  /* [1] */
}

/**
 * If we’re using Sass-MQ, automatically generate grid system(s) for each of our
 * defined breakpoints, and give them a Responsive Suffix, e.g.:
 *
 * <div class="u-3/12@mobile">
 */
@media (min-width: 20em) {
  .u-1\/1\@mobile {
    width: 100% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-1\/1\@mobile {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 100% !important;
  }
  .u-pull-1\/1\@mobile {
    position: relative !important;
    right: 100% !important;
    left: auto !important;
    /* [1] */
  }
  .u-1\/2\@mobile {
    width: 50% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-1\/2\@mobile {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 50% !important;
  }
  .u-pull-1\/2\@mobile {
    position: relative !important;
    right: 50% !important;
    left: auto !important;
    /* [1] */
  }
  .u-2\/2\@mobile {
    width: 100% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-2\/2\@mobile {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 100% !important;
  }
  .u-pull-2\/2\@mobile {
    position: relative !important;
    right: 100% !important;
    left: auto !important;
    /* [1] */
  }
  .u-1\/3\@mobile {
    width: 33.33333% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-1\/3\@mobile {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 33.33333% !important;
  }
  .u-pull-1\/3\@mobile {
    position: relative !important;
    right: 33.33333% !important;
    left: auto !important;
    /* [1] */
  }
  .u-2\/3\@mobile {
    width: 66.66667% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-2\/3\@mobile {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 66.66667% !important;
  }
  .u-pull-2\/3\@mobile {
    position: relative !important;
    right: 66.66667% !important;
    left: auto !important;
    /* [1] */
  }
  .u-3\/3\@mobile {
    width: 100% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-3\/3\@mobile {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 100% !important;
  }
  .u-pull-3\/3\@mobile {
    position: relative !important;
    right: 100% !important;
    left: auto !important;
    /* [1] */
  }
  .u-1\/4\@mobile {
    width: 25% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-1\/4\@mobile {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 25% !important;
  }
  .u-pull-1\/4\@mobile {
    position: relative !important;
    right: 25% !important;
    left: auto !important;
    /* [1] */
  }
  .u-2\/4\@mobile {
    width: 50% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-2\/4\@mobile {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 50% !important;
  }
  .u-pull-2\/4\@mobile {
    position: relative !important;
    right: 50% !important;
    left: auto !important;
    /* [1] */
  }
  .u-3\/4\@mobile {
    width: 75% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-3\/4\@mobile {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 75% !important;
  }
  .u-pull-3\/4\@mobile {
    position: relative !important;
    right: 75% !important;
    left: auto !important;
    /* [1] */
  }
  .u-4\/4\@mobile {
    width: 100% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-4\/4\@mobile {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 100% !important;
  }
  .u-pull-4\/4\@mobile {
    position: relative !important;
    right: 100% !important;
    left: auto !important;
    /* [1] */
  }
  .u-1\/5\@mobile {
    width: 20% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-1\/5\@mobile {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 20% !important;
  }
  .u-pull-1\/5\@mobile {
    position: relative !important;
    right: 20% !important;
    left: auto !important;
    /* [1] */
  }
  .u-2\/5\@mobile {
    width: 40% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-2\/5\@mobile {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 40% !important;
  }
  .u-pull-2\/5\@mobile {
    position: relative !important;
    right: 40% !important;
    left: auto !important;
    /* [1] */
  }
  .u-3\/5\@mobile {
    width: 60% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-3\/5\@mobile {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 60% !important;
  }
  .u-pull-3\/5\@mobile {
    position: relative !important;
    right: 60% !important;
    left: auto !important;
    /* [1] */
  }
  .u-4\/5\@mobile {
    width: 80% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-4\/5\@mobile {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 80% !important;
  }
  .u-pull-4\/5\@mobile {
    position: relative !important;
    right: 80% !important;
    left: auto !important;
    /* [1] */
  }
  .u-5\/5\@mobile {
    width: 100% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-5\/5\@mobile {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 100% !important;
  }
  .u-pull-5\/5\@mobile {
    position: relative !important;
    right: 100% !important;
    left: auto !important;
    /* [1] */
  }
  .u-push-none\@mobile {
    left: auto !important;
  }
  .u-pull-none\@mobile {
    right: auto !important;
  }
}

@media (min-width: 23.4375em) {
  .u-1\/1\@small-palm {
    width: 100% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-1\/1\@small-palm {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 100% !important;
  }
  .u-pull-1\/1\@small-palm {
    position: relative !important;
    right: 100% !important;
    left: auto !important;
    /* [1] */
  }
  .u-1\/2\@small-palm {
    width: 50% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-1\/2\@small-palm {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 50% !important;
  }
  .u-pull-1\/2\@small-palm {
    position: relative !important;
    right: 50% !important;
    left: auto !important;
    /* [1] */
  }
  .u-2\/2\@small-palm {
    width: 100% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-2\/2\@small-palm {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 100% !important;
  }
  .u-pull-2\/2\@small-palm {
    position: relative !important;
    right: 100% !important;
    left: auto !important;
    /* [1] */
  }
  .u-1\/3\@small-palm {
    width: 33.33333% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-1\/3\@small-palm {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 33.33333% !important;
  }
  .u-pull-1\/3\@small-palm {
    position: relative !important;
    right: 33.33333% !important;
    left: auto !important;
    /* [1] */
  }
  .u-2\/3\@small-palm {
    width: 66.66667% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-2\/3\@small-palm {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 66.66667% !important;
  }
  .u-pull-2\/3\@small-palm {
    position: relative !important;
    right: 66.66667% !important;
    left: auto !important;
    /* [1] */
  }
  .u-3\/3\@small-palm {
    width: 100% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-3\/3\@small-palm {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 100% !important;
  }
  .u-pull-3\/3\@small-palm {
    position: relative !important;
    right: 100% !important;
    left: auto !important;
    /* [1] */
  }
  .u-1\/4\@small-palm {
    width: 25% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-1\/4\@small-palm {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 25% !important;
  }
  .u-pull-1\/4\@small-palm {
    position: relative !important;
    right: 25% !important;
    left: auto !important;
    /* [1] */
  }
  .u-2\/4\@small-palm {
    width: 50% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-2\/4\@small-palm {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 50% !important;
  }
  .u-pull-2\/4\@small-palm {
    position: relative !important;
    right: 50% !important;
    left: auto !important;
    /* [1] */
  }
  .u-3\/4\@small-palm {
    width: 75% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-3\/4\@small-palm {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 75% !important;
  }
  .u-pull-3\/4\@small-palm {
    position: relative !important;
    right: 75% !important;
    left: auto !important;
    /* [1] */
  }
  .u-4\/4\@small-palm {
    width: 100% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-4\/4\@small-palm {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 100% !important;
  }
  .u-pull-4\/4\@small-palm {
    position: relative !important;
    right: 100% !important;
    left: auto !important;
    /* [1] */
  }
  .u-1\/5\@small-palm {
    width: 20% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-1\/5\@small-palm {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 20% !important;
  }
  .u-pull-1\/5\@small-palm {
    position: relative !important;
    right: 20% !important;
    left: auto !important;
    /* [1] */
  }
  .u-2\/5\@small-palm {
    width: 40% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-2\/5\@small-palm {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 40% !important;
  }
  .u-pull-2\/5\@small-palm {
    position: relative !important;
    right: 40% !important;
    left: auto !important;
    /* [1] */
  }
  .u-3\/5\@small-palm {
    width: 60% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-3\/5\@small-palm {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 60% !important;
  }
  .u-pull-3\/5\@small-palm {
    position: relative !important;
    right: 60% !important;
    left: auto !important;
    /* [1] */
  }
  .u-4\/5\@small-palm {
    width: 80% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-4\/5\@small-palm {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 80% !important;
  }
  .u-pull-4\/5\@small-palm {
    position: relative !important;
    right: 80% !important;
    left: auto !important;
    /* [1] */
  }
  .u-5\/5\@small-palm {
    width: 100% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-5\/5\@small-palm {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 100% !important;
  }
  .u-pull-5\/5\@small-palm {
    position: relative !important;
    right: 100% !important;
    left: auto !important;
    /* [1] */
  }
  .u-push-none\@small-palm {
    left: auto !important;
  }
  .u-pull-none\@small-palm {
    right: auto !important;
  }
}

@media (min-width: 30em) {
  .u-1\/1\@palm {
    width: 100% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-1\/1\@palm {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 100% !important;
  }
  .u-pull-1\/1\@palm {
    position: relative !important;
    right: 100% !important;
    left: auto !important;
    /* [1] */
  }
  .u-1\/2\@palm {
    width: 50% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-1\/2\@palm {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 50% !important;
  }
  .u-pull-1\/2\@palm {
    position: relative !important;
    right: 50% !important;
    left: auto !important;
    /* [1] */
  }
  .u-2\/2\@palm {
    width: 100% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-2\/2\@palm {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 100% !important;
  }
  .u-pull-2\/2\@palm {
    position: relative !important;
    right: 100% !important;
    left: auto !important;
    /* [1] */
  }
  .u-1\/3\@palm {
    width: 33.33333% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-1\/3\@palm {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 33.33333% !important;
  }
  .u-pull-1\/3\@palm {
    position: relative !important;
    right: 33.33333% !important;
    left: auto !important;
    /* [1] */
  }
  .u-2\/3\@palm {
    width: 66.66667% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-2\/3\@palm {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 66.66667% !important;
  }
  .u-pull-2\/3\@palm {
    position: relative !important;
    right: 66.66667% !important;
    left: auto !important;
    /* [1] */
  }
  .u-3\/3\@palm {
    width: 100% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-3\/3\@palm {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 100% !important;
  }
  .u-pull-3\/3\@palm {
    position: relative !important;
    right: 100% !important;
    left: auto !important;
    /* [1] */
  }
  .u-1\/4\@palm {
    width: 25% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-1\/4\@palm {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 25% !important;
  }
  .u-pull-1\/4\@palm {
    position: relative !important;
    right: 25% !important;
    left: auto !important;
    /* [1] */
  }
  .u-2\/4\@palm {
    width: 50% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-2\/4\@palm {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 50% !important;
  }
  .u-pull-2\/4\@palm {
    position: relative !important;
    right: 50% !important;
    left: auto !important;
    /* [1] */
  }
  .u-3\/4\@palm {
    width: 75% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-3\/4\@palm {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 75% !important;
  }
  .u-pull-3\/4\@palm {
    position: relative !important;
    right: 75% !important;
    left: auto !important;
    /* [1] */
  }
  .u-4\/4\@palm {
    width: 100% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-4\/4\@palm {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 100% !important;
  }
  .u-pull-4\/4\@palm {
    position: relative !important;
    right: 100% !important;
    left: auto !important;
    /* [1] */
  }
  .u-1\/5\@palm {
    width: 20% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-1\/5\@palm {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 20% !important;
  }
  .u-pull-1\/5\@palm {
    position: relative !important;
    right: 20% !important;
    left: auto !important;
    /* [1] */
  }
  .u-2\/5\@palm {
    width: 40% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-2\/5\@palm {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 40% !important;
  }
  .u-pull-2\/5\@palm {
    position: relative !important;
    right: 40% !important;
    left: auto !important;
    /* [1] */
  }
  .u-3\/5\@palm {
    width: 60% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-3\/5\@palm {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 60% !important;
  }
  .u-pull-3\/5\@palm {
    position: relative !important;
    right: 60% !important;
    left: auto !important;
    /* [1] */
  }
  .u-4\/5\@palm {
    width: 80% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-4\/5\@palm {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 80% !important;
  }
  .u-pull-4\/5\@palm {
    position: relative !important;
    right: 80% !important;
    left: auto !important;
    /* [1] */
  }
  .u-5\/5\@palm {
    width: 100% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-5\/5\@palm {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 100% !important;
  }
  .u-pull-5\/5\@palm {
    position: relative !important;
    right: 100% !important;
    left: auto !important;
    /* [1] */
  }
  .u-push-none\@palm {
    left: auto !important;
  }
  .u-pull-none\@palm {
    right: auto !important;
  }
}

@media (min-width: 40em) {
  .u-1\/1\@wide-palm {
    width: 100% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-1\/1\@wide-palm {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 100% !important;
  }
  .u-pull-1\/1\@wide-palm {
    position: relative !important;
    right: 100% !important;
    left: auto !important;
    /* [1] */
  }
  .u-1\/2\@wide-palm {
    width: 50% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-1\/2\@wide-palm {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 50% !important;
  }
  .u-pull-1\/2\@wide-palm {
    position: relative !important;
    right: 50% !important;
    left: auto !important;
    /* [1] */
  }
  .u-2\/2\@wide-palm {
    width: 100% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-2\/2\@wide-palm {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 100% !important;
  }
  .u-pull-2\/2\@wide-palm {
    position: relative !important;
    right: 100% !important;
    left: auto !important;
    /* [1] */
  }
  .u-1\/3\@wide-palm {
    width: 33.33333% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-1\/3\@wide-palm {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 33.33333% !important;
  }
  .u-pull-1\/3\@wide-palm {
    position: relative !important;
    right: 33.33333% !important;
    left: auto !important;
    /* [1] */
  }
  .u-2\/3\@wide-palm {
    width: 66.66667% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-2\/3\@wide-palm {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 66.66667% !important;
  }
  .u-pull-2\/3\@wide-palm {
    position: relative !important;
    right: 66.66667% !important;
    left: auto !important;
    /* [1] */
  }
  .u-3\/3\@wide-palm {
    width: 100% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-3\/3\@wide-palm {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 100% !important;
  }
  .u-pull-3\/3\@wide-palm {
    position: relative !important;
    right: 100% !important;
    left: auto !important;
    /* [1] */
  }
  .u-1\/4\@wide-palm {
    width: 25% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-1\/4\@wide-palm {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 25% !important;
  }
  .u-pull-1\/4\@wide-palm {
    position: relative !important;
    right: 25% !important;
    left: auto !important;
    /* [1] */
  }
  .u-2\/4\@wide-palm {
    width: 50% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-2\/4\@wide-palm {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 50% !important;
  }
  .u-pull-2\/4\@wide-palm {
    position: relative !important;
    right: 50% !important;
    left: auto !important;
    /* [1] */
  }
  .u-3\/4\@wide-palm {
    width: 75% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-3\/4\@wide-palm {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 75% !important;
  }
  .u-pull-3\/4\@wide-palm {
    position: relative !important;
    right: 75% !important;
    left: auto !important;
    /* [1] */
  }
  .u-4\/4\@wide-palm {
    width: 100% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-4\/4\@wide-palm {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 100% !important;
  }
  .u-pull-4\/4\@wide-palm {
    position: relative !important;
    right: 100% !important;
    left: auto !important;
    /* [1] */
  }
  .u-1\/5\@wide-palm {
    width: 20% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-1\/5\@wide-palm {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 20% !important;
  }
  .u-pull-1\/5\@wide-palm {
    position: relative !important;
    right: 20% !important;
    left: auto !important;
    /* [1] */
  }
  .u-2\/5\@wide-palm {
    width: 40% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-2\/5\@wide-palm {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 40% !important;
  }
  .u-pull-2\/5\@wide-palm {
    position: relative !important;
    right: 40% !important;
    left: auto !important;
    /* [1] */
  }
  .u-3\/5\@wide-palm {
    width: 60% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-3\/5\@wide-palm {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 60% !important;
  }
  .u-pull-3\/5\@wide-palm {
    position: relative !important;
    right: 60% !important;
    left: auto !important;
    /* [1] */
  }
  .u-4\/5\@wide-palm {
    width: 80% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-4\/5\@wide-palm {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 80% !important;
  }
  .u-pull-4\/5\@wide-palm {
    position: relative !important;
    right: 80% !important;
    left: auto !important;
    /* [1] */
  }
  .u-5\/5\@wide-palm {
    width: 100% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-5\/5\@wide-palm {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 100% !important;
  }
  .u-pull-5\/5\@wide-palm {
    position: relative !important;
    right: 100% !important;
    left: auto !important;
    /* [1] */
  }
  .u-push-none\@wide-palm {
    left: auto !important;
  }
  .u-pull-none\@wide-palm {
    right: auto !important;
  }
}

@media (min-width: 40.625em) {
  .u-1\/1\@wide-palm-l {
    width: 100% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-1\/1\@wide-palm-l {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 100% !important;
  }
  .u-pull-1\/1\@wide-palm-l {
    position: relative !important;
    right: 100% !important;
    left: auto !important;
    /* [1] */
  }
  .u-1\/2\@wide-palm-l {
    width: 50% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-1\/2\@wide-palm-l {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 50% !important;
  }
  .u-pull-1\/2\@wide-palm-l {
    position: relative !important;
    right: 50% !important;
    left: auto !important;
    /* [1] */
  }
  .u-2\/2\@wide-palm-l {
    width: 100% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-2\/2\@wide-palm-l {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 100% !important;
  }
  .u-pull-2\/2\@wide-palm-l {
    position: relative !important;
    right: 100% !important;
    left: auto !important;
    /* [1] */
  }
  .u-1\/3\@wide-palm-l {
    width: 33.33333% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-1\/3\@wide-palm-l {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 33.33333% !important;
  }
  .u-pull-1\/3\@wide-palm-l {
    position: relative !important;
    right: 33.33333% !important;
    left: auto !important;
    /* [1] */
  }
  .u-2\/3\@wide-palm-l {
    width: 66.66667% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-2\/3\@wide-palm-l {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 66.66667% !important;
  }
  .u-pull-2\/3\@wide-palm-l {
    position: relative !important;
    right: 66.66667% !important;
    left: auto !important;
    /* [1] */
  }
  .u-3\/3\@wide-palm-l {
    width: 100% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-3\/3\@wide-palm-l {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 100% !important;
  }
  .u-pull-3\/3\@wide-palm-l {
    position: relative !important;
    right: 100% !important;
    left: auto !important;
    /* [1] */
  }
  .u-1\/4\@wide-palm-l {
    width: 25% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-1\/4\@wide-palm-l {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 25% !important;
  }
  .u-pull-1\/4\@wide-palm-l {
    position: relative !important;
    right: 25% !important;
    left: auto !important;
    /* [1] */
  }
  .u-2\/4\@wide-palm-l {
    width: 50% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-2\/4\@wide-palm-l {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 50% !important;
  }
  .u-pull-2\/4\@wide-palm-l {
    position: relative !important;
    right: 50% !important;
    left: auto !important;
    /* [1] */
  }
  .u-3\/4\@wide-palm-l {
    width: 75% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-3\/4\@wide-palm-l {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 75% !important;
  }
  .u-pull-3\/4\@wide-palm-l {
    position: relative !important;
    right: 75% !important;
    left: auto !important;
    /* [1] */
  }
  .u-4\/4\@wide-palm-l {
    width: 100% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-4\/4\@wide-palm-l {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 100% !important;
  }
  .u-pull-4\/4\@wide-palm-l {
    position: relative !important;
    right: 100% !important;
    left: auto !important;
    /* [1] */
  }
  .u-1\/5\@wide-palm-l {
    width: 20% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-1\/5\@wide-palm-l {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 20% !important;
  }
  .u-pull-1\/5\@wide-palm-l {
    position: relative !important;
    right: 20% !important;
    left: auto !important;
    /* [1] */
  }
  .u-2\/5\@wide-palm-l {
    width: 40% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-2\/5\@wide-palm-l {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 40% !important;
  }
  .u-pull-2\/5\@wide-palm-l {
    position: relative !important;
    right: 40% !important;
    left: auto !important;
    /* [1] */
  }
  .u-3\/5\@wide-palm-l {
    width: 60% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-3\/5\@wide-palm-l {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 60% !important;
  }
  .u-pull-3\/5\@wide-palm-l {
    position: relative !important;
    right: 60% !important;
    left: auto !important;
    /* [1] */
  }
  .u-4\/5\@wide-palm-l {
    width: 80% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-4\/5\@wide-palm-l {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 80% !important;
  }
  .u-pull-4\/5\@wide-palm-l {
    position: relative !important;
    right: 80% !important;
    left: auto !important;
    /* [1] */
  }
  .u-5\/5\@wide-palm-l {
    width: 100% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-5\/5\@wide-palm-l {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 100% !important;
  }
  .u-pull-5\/5\@wide-palm-l {
    position: relative !important;
    right: 100% !important;
    left: auto !important;
    /* [1] */
  }
  .u-push-none\@wide-palm-l {
    left: auto !important;
  }
  .u-pull-none\@wide-palm-l {
    right: auto !important;
  }
}

@media (min-width: 46.25em) {
  .u-1\/1\@tablet {
    width: 100% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-1\/1\@tablet {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 100% !important;
  }
  .u-pull-1\/1\@tablet {
    position: relative !important;
    right: 100% !important;
    left: auto !important;
    /* [1] */
  }
  .u-1\/2\@tablet {
    width: 50% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-1\/2\@tablet {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 50% !important;
  }
  .u-pull-1\/2\@tablet {
    position: relative !important;
    right: 50% !important;
    left: auto !important;
    /* [1] */
  }
  .u-2\/2\@tablet {
    width: 100% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-2\/2\@tablet {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 100% !important;
  }
  .u-pull-2\/2\@tablet {
    position: relative !important;
    right: 100% !important;
    left: auto !important;
    /* [1] */
  }
  .u-1\/3\@tablet {
    width: 33.33333% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-1\/3\@tablet {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 33.33333% !important;
  }
  .u-pull-1\/3\@tablet {
    position: relative !important;
    right: 33.33333% !important;
    left: auto !important;
    /* [1] */
  }
  .u-2\/3\@tablet {
    width: 66.66667% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-2\/3\@tablet {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 66.66667% !important;
  }
  .u-pull-2\/3\@tablet {
    position: relative !important;
    right: 66.66667% !important;
    left: auto !important;
    /* [1] */
  }
  .u-3\/3\@tablet {
    width: 100% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-3\/3\@tablet {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 100% !important;
  }
  .u-pull-3\/3\@tablet {
    position: relative !important;
    right: 100% !important;
    left: auto !important;
    /* [1] */
  }
  .u-1\/4\@tablet {
    width: 25% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-1\/4\@tablet {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 25% !important;
  }
  .u-pull-1\/4\@tablet {
    position: relative !important;
    right: 25% !important;
    left: auto !important;
    /* [1] */
  }
  .u-2\/4\@tablet {
    width: 50% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-2\/4\@tablet {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 50% !important;
  }
  .u-pull-2\/4\@tablet {
    position: relative !important;
    right: 50% !important;
    left: auto !important;
    /* [1] */
  }
  .u-3\/4\@tablet {
    width: 75% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-3\/4\@tablet {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 75% !important;
  }
  .u-pull-3\/4\@tablet {
    position: relative !important;
    right: 75% !important;
    left: auto !important;
    /* [1] */
  }
  .u-4\/4\@tablet {
    width: 100% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-4\/4\@tablet {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 100% !important;
  }
  .u-pull-4\/4\@tablet {
    position: relative !important;
    right: 100% !important;
    left: auto !important;
    /* [1] */
  }
  .u-1\/5\@tablet {
    width: 20% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-1\/5\@tablet {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 20% !important;
  }
  .u-pull-1\/5\@tablet {
    position: relative !important;
    right: 20% !important;
    left: auto !important;
    /* [1] */
  }
  .u-2\/5\@tablet {
    width: 40% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-2\/5\@tablet {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 40% !important;
  }
  .u-pull-2\/5\@tablet {
    position: relative !important;
    right: 40% !important;
    left: auto !important;
    /* [1] */
  }
  .u-3\/5\@tablet {
    width: 60% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-3\/5\@tablet {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 60% !important;
  }
  .u-pull-3\/5\@tablet {
    position: relative !important;
    right: 60% !important;
    left: auto !important;
    /* [1] */
  }
  .u-4\/5\@tablet {
    width: 80% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-4\/5\@tablet {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 80% !important;
  }
  .u-pull-4\/5\@tablet {
    position: relative !important;
    right: 80% !important;
    left: auto !important;
    /* [1] */
  }
  .u-5\/5\@tablet {
    width: 100% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-5\/5\@tablet {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 100% !important;
  }
  .u-pull-5\/5\@tablet {
    position: relative !important;
    right: 100% !important;
    left: auto !important;
    /* [1] */
  }
  .u-push-none\@tablet {
    left: auto !important;
  }
  .u-pull-none\@tablet {
    right: auto !important;
  }
}

@media (min-width: 51.25em) {
  .u-1\/1\@tablet-wide {
    width: 100% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-1\/1\@tablet-wide {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 100% !important;
  }
  .u-pull-1\/1\@tablet-wide {
    position: relative !important;
    right: 100% !important;
    left: auto !important;
    /* [1] */
  }
  .u-1\/2\@tablet-wide {
    width: 50% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-1\/2\@tablet-wide {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 50% !important;
  }
  .u-pull-1\/2\@tablet-wide {
    position: relative !important;
    right: 50% !important;
    left: auto !important;
    /* [1] */
  }
  .u-2\/2\@tablet-wide {
    width: 100% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-2\/2\@tablet-wide {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 100% !important;
  }
  .u-pull-2\/2\@tablet-wide {
    position: relative !important;
    right: 100% !important;
    left: auto !important;
    /* [1] */
  }
  .u-1\/3\@tablet-wide {
    width: 33.33333% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-1\/3\@tablet-wide {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 33.33333% !important;
  }
  .u-pull-1\/3\@tablet-wide {
    position: relative !important;
    right: 33.33333% !important;
    left: auto !important;
    /* [1] */
  }
  .u-2\/3\@tablet-wide {
    width: 66.66667% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-2\/3\@tablet-wide {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 66.66667% !important;
  }
  .u-pull-2\/3\@tablet-wide {
    position: relative !important;
    right: 66.66667% !important;
    left: auto !important;
    /* [1] */
  }
  .u-3\/3\@tablet-wide {
    width: 100% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-3\/3\@tablet-wide {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 100% !important;
  }
  .u-pull-3\/3\@tablet-wide {
    position: relative !important;
    right: 100% !important;
    left: auto !important;
    /* [1] */
  }
  .u-1\/4\@tablet-wide {
    width: 25% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-1\/4\@tablet-wide {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 25% !important;
  }
  .u-pull-1\/4\@tablet-wide {
    position: relative !important;
    right: 25% !important;
    left: auto !important;
    /* [1] */
  }
  .u-2\/4\@tablet-wide {
    width: 50% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-2\/4\@tablet-wide {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 50% !important;
  }
  .u-pull-2\/4\@tablet-wide {
    position: relative !important;
    right: 50% !important;
    left: auto !important;
    /* [1] */
  }
  .u-3\/4\@tablet-wide {
    width: 75% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-3\/4\@tablet-wide {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 75% !important;
  }
  .u-pull-3\/4\@tablet-wide {
    position: relative !important;
    right: 75% !important;
    left: auto !important;
    /* [1] */
  }
  .u-4\/4\@tablet-wide {
    width: 100% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-4\/4\@tablet-wide {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 100% !important;
  }
  .u-pull-4\/4\@tablet-wide {
    position: relative !important;
    right: 100% !important;
    left: auto !important;
    /* [1] */
  }
  .u-1\/5\@tablet-wide {
    width: 20% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-1\/5\@tablet-wide {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 20% !important;
  }
  .u-pull-1\/5\@tablet-wide {
    position: relative !important;
    right: 20% !important;
    left: auto !important;
    /* [1] */
  }
  .u-2\/5\@tablet-wide {
    width: 40% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-2\/5\@tablet-wide {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 40% !important;
  }
  .u-pull-2\/5\@tablet-wide {
    position: relative !important;
    right: 40% !important;
    left: auto !important;
    /* [1] */
  }
  .u-3\/5\@tablet-wide {
    width: 60% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-3\/5\@tablet-wide {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 60% !important;
  }
  .u-pull-3\/5\@tablet-wide {
    position: relative !important;
    right: 60% !important;
    left: auto !important;
    /* [1] */
  }
  .u-4\/5\@tablet-wide {
    width: 80% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-4\/5\@tablet-wide {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 80% !important;
  }
  .u-pull-4\/5\@tablet-wide {
    position: relative !important;
    right: 80% !important;
    left: auto !important;
    /* [1] */
  }
  .u-5\/5\@tablet-wide {
    width: 100% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-5\/5\@tablet-wide {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 100% !important;
  }
  .u-pull-5\/5\@tablet-wide {
    position: relative !important;
    right: 100% !important;
    left: auto !important;
    /* [1] */
  }
  .u-push-none\@tablet-wide {
    left: auto !important;
  }
  .u-pull-none\@tablet-wide {
    right: auto !important;
  }
}

@media (min-width: 61.25em) {
  .u-1\/1\@desktop {
    width: 100% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-1\/1\@desktop {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 100% !important;
  }
  .u-pull-1\/1\@desktop {
    position: relative !important;
    right: 100% !important;
    left: auto !important;
    /* [1] */
  }
  .u-1\/2\@desktop {
    width: 50% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-1\/2\@desktop {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 50% !important;
  }
  .u-pull-1\/2\@desktop {
    position: relative !important;
    right: 50% !important;
    left: auto !important;
    /* [1] */
  }
  .u-2\/2\@desktop {
    width: 100% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-2\/2\@desktop {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 100% !important;
  }
  .u-pull-2\/2\@desktop {
    position: relative !important;
    right: 100% !important;
    left: auto !important;
    /* [1] */
  }
  .u-1\/3\@desktop {
    width: 33.33333% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-1\/3\@desktop {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 33.33333% !important;
  }
  .u-pull-1\/3\@desktop {
    position: relative !important;
    right: 33.33333% !important;
    left: auto !important;
    /* [1] */
  }
  .u-2\/3\@desktop {
    width: 66.66667% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-2\/3\@desktop {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 66.66667% !important;
  }
  .u-pull-2\/3\@desktop {
    position: relative !important;
    right: 66.66667% !important;
    left: auto !important;
    /* [1] */
  }
  .u-3\/3\@desktop {
    width: 100% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-3\/3\@desktop {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 100% !important;
  }
  .u-pull-3\/3\@desktop {
    position: relative !important;
    right: 100% !important;
    left: auto !important;
    /* [1] */
  }
  .u-1\/4\@desktop {
    width: 25% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-1\/4\@desktop {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 25% !important;
  }
  .u-pull-1\/4\@desktop {
    position: relative !important;
    right: 25% !important;
    left: auto !important;
    /* [1] */
  }
  .u-2\/4\@desktop {
    width: 50% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-2\/4\@desktop {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 50% !important;
  }
  .u-pull-2\/4\@desktop {
    position: relative !important;
    right: 50% !important;
    left: auto !important;
    /* [1] */
  }
  .u-3\/4\@desktop {
    width: 75% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-3\/4\@desktop {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 75% !important;
  }
  .u-pull-3\/4\@desktop {
    position: relative !important;
    right: 75% !important;
    left: auto !important;
    /* [1] */
  }
  .u-4\/4\@desktop {
    width: 100% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-4\/4\@desktop {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 100% !important;
  }
  .u-pull-4\/4\@desktop {
    position: relative !important;
    right: 100% !important;
    left: auto !important;
    /* [1] */
  }
  .u-1\/5\@desktop {
    width: 20% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-1\/5\@desktop {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 20% !important;
  }
  .u-pull-1\/5\@desktop {
    position: relative !important;
    right: 20% !important;
    left: auto !important;
    /* [1] */
  }
  .u-2\/5\@desktop {
    width: 40% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-2\/5\@desktop {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 40% !important;
  }
  .u-pull-2\/5\@desktop {
    position: relative !important;
    right: 40% !important;
    left: auto !important;
    /* [1] */
  }
  .u-3\/5\@desktop {
    width: 60% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-3\/5\@desktop {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 60% !important;
  }
  .u-pull-3\/5\@desktop {
    position: relative !important;
    right: 60% !important;
    left: auto !important;
    /* [1] */
  }
  .u-4\/5\@desktop {
    width: 80% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-4\/5\@desktop {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 80% !important;
  }
  .u-pull-4\/5\@desktop {
    position: relative !important;
    right: 80% !important;
    left: auto !important;
    /* [1] */
  }
  .u-5\/5\@desktop {
    width: 100% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-5\/5\@desktop {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 100% !important;
  }
  .u-pull-5\/5\@desktop {
    position: relative !important;
    right: 100% !important;
    left: auto !important;
    /* [1] */
  }
  .u-push-none\@desktop {
    left: auto !important;
  }
  .u-pull-none\@desktop {
    right: auto !important;
  }
}

@media (min-width: 65.5em) {
  .u-1\/1\@wide {
    width: 100% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-1\/1\@wide {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 100% !important;
  }
  .u-pull-1\/1\@wide {
    position: relative !important;
    right: 100% !important;
    left: auto !important;
    /* [1] */
  }
  .u-1\/2\@wide {
    width: 50% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-1\/2\@wide {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 50% !important;
  }
  .u-pull-1\/2\@wide {
    position: relative !important;
    right: 50% !important;
    left: auto !important;
    /* [1] */
  }
  .u-2\/2\@wide {
    width: 100% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-2\/2\@wide {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 100% !important;
  }
  .u-pull-2\/2\@wide {
    position: relative !important;
    right: 100% !important;
    left: auto !important;
    /* [1] */
  }
  .u-1\/3\@wide {
    width: 33.33333% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-1\/3\@wide {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 33.33333% !important;
  }
  .u-pull-1\/3\@wide {
    position: relative !important;
    right: 33.33333% !important;
    left: auto !important;
    /* [1] */
  }
  .u-2\/3\@wide {
    width: 66.66667% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-2\/3\@wide {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 66.66667% !important;
  }
  .u-pull-2\/3\@wide {
    position: relative !important;
    right: 66.66667% !important;
    left: auto !important;
    /* [1] */
  }
  .u-3\/3\@wide {
    width: 100% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-3\/3\@wide {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 100% !important;
  }
  .u-pull-3\/3\@wide {
    position: relative !important;
    right: 100% !important;
    left: auto !important;
    /* [1] */
  }
  .u-1\/4\@wide {
    width: 25% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-1\/4\@wide {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 25% !important;
  }
  .u-pull-1\/4\@wide {
    position: relative !important;
    right: 25% !important;
    left: auto !important;
    /* [1] */
  }
  .u-2\/4\@wide {
    width: 50% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-2\/4\@wide {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 50% !important;
  }
  .u-pull-2\/4\@wide {
    position: relative !important;
    right: 50% !important;
    left: auto !important;
    /* [1] */
  }
  .u-3\/4\@wide {
    width: 75% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-3\/4\@wide {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 75% !important;
  }
  .u-pull-3\/4\@wide {
    position: relative !important;
    right: 75% !important;
    left: auto !important;
    /* [1] */
  }
  .u-4\/4\@wide {
    width: 100% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-4\/4\@wide {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 100% !important;
  }
  .u-pull-4\/4\@wide {
    position: relative !important;
    right: 100% !important;
    left: auto !important;
    /* [1] */
  }
  .u-1\/5\@wide {
    width: 20% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-1\/5\@wide {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 20% !important;
  }
  .u-pull-1\/5\@wide {
    position: relative !important;
    right: 20% !important;
    left: auto !important;
    /* [1] */
  }
  .u-2\/5\@wide {
    width: 40% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-2\/5\@wide {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 40% !important;
  }
  .u-pull-2\/5\@wide {
    position: relative !important;
    right: 40% !important;
    left: auto !important;
    /* [1] */
  }
  .u-3\/5\@wide {
    width: 60% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-3\/5\@wide {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 60% !important;
  }
  .u-pull-3\/5\@wide {
    position: relative !important;
    right: 60% !important;
    left: auto !important;
    /* [1] */
  }
  .u-4\/5\@wide {
    width: 80% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-4\/5\@wide {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 80% !important;
  }
  .u-pull-4\/5\@wide {
    position: relative !important;
    right: 80% !important;
    left: auto !important;
    /* [1] */
  }
  .u-5\/5\@wide {
    width: 100% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-5\/5\@wide {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 100% !important;
  }
  .u-pull-5\/5\@wide {
    position: relative !important;
    right: 100% !important;
    left: auto !important;
    /* [1] */
  }
  .u-push-none\@wide {
    left: auto !important;
  }
  .u-pull-none\@wide {
    right: auto !important;
  }
}

@media (min-width: 73.75em) {
  .u-1\/1\@x-wide {
    width: 100% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-1\/1\@x-wide {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 100% !important;
  }
  .u-pull-1\/1\@x-wide {
    position: relative !important;
    right: 100% !important;
    left: auto !important;
    /* [1] */
  }
  .u-1\/2\@x-wide {
    width: 50% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-1\/2\@x-wide {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 50% !important;
  }
  .u-pull-1\/2\@x-wide {
    position: relative !important;
    right: 50% !important;
    left: auto !important;
    /* [1] */
  }
  .u-2\/2\@x-wide {
    width: 100% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-2\/2\@x-wide {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 100% !important;
  }
  .u-pull-2\/2\@x-wide {
    position: relative !important;
    right: 100% !important;
    left: auto !important;
    /* [1] */
  }
  .u-1\/3\@x-wide {
    width: 33.33333% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-1\/3\@x-wide {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 33.33333% !important;
  }
  .u-pull-1\/3\@x-wide {
    position: relative !important;
    right: 33.33333% !important;
    left: auto !important;
    /* [1] */
  }
  .u-2\/3\@x-wide {
    width: 66.66667% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-2\/3\@x-wide {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 66.66667% !important;
  }
  .u-pull-2\/3\@x-wide {
    position: relative !important;
    right: 66.66667% !important;
    left: auto !important;
    /* [1] */
  }
  .u-3\/3\@x-wide {
    width: 100% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-3\/3\@x-wide {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 100% !important;
  }
  .u-pull-3\/3\@x-wide {
    position: relative !important;
    right: 100% !important;
    left: auto !important;
    /* [1] */
  }
  .u-1\/4\@x-wide {
    width: 25% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-1\/4\@x-wide {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 25% !important;
  }
  .u-pull-1\/4\@x-wide {
    position: relative !important;
    right: 25% !important;
    left: auto !important;
    /* [1] */
  }
  .u-2\/4\@x-wide {
    width: 50% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-2\/4\@x-wide {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 50% !important;
  }
  .u-pull-2\/4\@x-wide {
    position: relative !important;
    right: 50% !important;
    left: auto !important;
    /* [1] */
  }
  .u-3\/4\@x-wide {
    width: 75% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-3\/4\@x-wide {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 75% !important;
  }
  .u-pull-3\/4\@x-wide {
    position: relative !important;
    right: 75% !important;
    left: auto !important;
    /* [1] */
  }
  .u-4\/4\@x-wide {
    width: 100% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-4\/4\@x-wide {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 100% !important;
  }
  .u-pull-4\/4\@x-wide {
    position: relative !important;
    right: 100% !important;
    left: auto !important;
    /* [1] */
  }
  .u-1\/5\@x-wide {
    width: 20% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-1\/5\@x-wide {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 20% !important;
  }
  .u-pull-1\/5\@x-wide {
    position: relative !important;
    right: 20% !important;
    left: auto !important;
    /* [1] */
  }
  .u-2\/5\@x-wide {
    width: 40% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-2\/5\@x-wide {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 40% !important;
  }
  .u-pull-2\/5\@x-wide {
    position: relative !important;
    right: 40% !important;
    left: auto !important;
    /* [1] */
  }
  .u-3\/5\@x-wide {
    width: 60% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-3\/5\@x-wide {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 60% !important;
  }
  .u-pull-3\/5\@x-wide {
    position: relative !important;
    right: 60% !important;
    left: auto !important;
    /* [1] */
  }
  .u-4\/5\@x-wide {
    width: 80% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-4\/5\@x-wide {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 80% !important;
  }
  .u-pull-4\/5\@x-wide {
    position: relative !important;
    right: 80% !important;
    left: auto !important;
    /* [1] */
  }
  .u-5\/5\@x-wide {
    width: 100% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-5\/5\@x-wide {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 100% !important;
  }
  .u-pull-5\/5\@x-wide {
    position: relative !important;
    right: 100% !important;
    left: auto !important;
    /* [1] */
  }
  .u-push-none\@x-wide {
    left: auto !important;
  }
  .u-pull-none\@x-wide {
    right: auto !important;
  }
}

@media (min-width: 81.25em) {
  .u-1\/1\@xx-wide {
    width: 100% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-1\/1\@xx-wide {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 100% !important;
  }
  .u-pull-1\/1\@xx-wide {
    position: relative !important;
    right: 100% !important;
    left: auto !important;
    /* [1] */
  }
  .u-1\/2\@xx-wide {
    width: 50% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-1\/2\@xx-wide {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 50% !important;
  }
  .u-pull-1\/2\@xx-wide {
    position: relative !important;
    right: 50% !important;
    left: auto !important;
    /* [1] */
  }
  .u-2\/2\@xx-wide {
    width: 100% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-2\/2\@xx-wide {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 100% !important;
  }
  .u-pull-2\/2\@xx-wide {
    position: relative !important;
    right: 100% !important;
    left: auto !important;
    /* [1] */
  }
  .u-1\/3\@xx-wide {
    width: 33.33333% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-1\/3\@xx-wide {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 33.33333% !important;
  }
  .u-pull-1\/3\@xx-wide {
    position: relative !important;
    right: 33.33333% !important;
    left: auto !important;
    /* [1] */
  }
  .u-2\/3\@xx-wide {
    width: 66.66667% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-2\/3\@xx-wide {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 66.66667% !important;
  }
  .u-pull-2\/3\@xx-wide {
    position: relative !important;
    right: 66.66667% !important;
    left: auto !important;
    /* [1] */
  }
  .u-3\/3\@xx-wide {
    width: 100% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-3\/3\@xx-wide {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 100% !important;
  }
  .u-pull-3\/3\@xx-wide {
    position: relative !important;
    right: 100% !important;
    left: auto !important;
    /* [1] */
  }
  .u-1\/4\@xx-wide {
    width: 25% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-1\/4\@xx-wide {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 25% !important;
  }
  .u-pull-1\/4\@xx-wide {
    position: relative !important;
    right: 25% !important;
    left: auto !important;
    /* [1] */
  }
  .u-2\/4\@xx-wide {
    width: 50% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-2\/4\@xx-wide {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 50% !important;
  }
  .u-pull-2\/4\@xx-wide {
    position: relative !important;
    right: 50% !important;
    left: auto !important;
    /* [1] */
  }
  .u-3\/4\@xx-wide {
    width: 75% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-3\/4\@xx-wide {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 75% !important;
  }
  .u-pull-3\/4\@xx-wide {
    position: relative !important;
    right: 75% !important;
    left: auto !important;
    /* [1] */
  }
  .u-4\/4\@xx-wide {
    width: 100% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-4\/4\@xx-wide {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 100% !important;
  }
  .u-pull-4\/4\@xx-wide {
    position: relative !important;
    right: 100% !important;
    left: auto !important;
    /* [1] */
  }
  .u-1\/5\@xx-wide {
    width: 20% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-1\/5\@xx-wide {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 20% !important;
  }
  .u-pull-1\/5\@xx-wide {
    position: relative !important;
    right: 20% !important;
    left: auto !important;
    /* [1] */
  }
  .u-2\/5\@xx-wide {
    width: 40% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-2\/5\@xx-wide {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 40% !important;
  }
  .u-pull-2\/5\@xx-wide {
    position: relative !important;
    right: 40% !important;
    left: auto !important;
    /* [1] */
  }
  .u-3\/5\@xx-wide {
    width: 60% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-3\/5\@xx-wide {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 60% !important;
  }
  .u-pull-3\/5\@xx-wide {
    position: relative !important;
    right: 60% !important;
    left: auto !important;
    /* [1] */
  }
  .u-4\/5\@xx-wide {
    width: 80% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-4\/5\@xx-wide {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 80% !important;
  }
  .u-pull-4\/5\@xx-wide {
    position: relative !important;
    right: 80% !important;
    left: auto !important;
    /* [1] */
  }
  .u-5\/5\@xx-wide {
    width: 100% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-5\/5\@xx-wide {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 100% !important;
  }
  .u-pull-5\/5\@xx-wide {
    position: relative !important;
    right: 100% !important;
    left: auto !important;
    /* [1] */
  }
  .u-push-none\@xx-wide {
    left: auto !important;
  }
  .u-pull-none\@xx-wide {
    right: auto !important;
  }
}

/* ==========================================================================
   #HEADINGS
   ========================================================================== */
/**
 * Redefine all of our basic heading styles against utility classes so as to
 * allow for double stranded heading hierarchy, e.g. we semantically need an H2,
 * but we want it to be sized like an H1:
 *
 *   <h2 class="u-h1"></h2>
 *
 */
.u-h1 {
  font-size: 36px !important;
  font-size: 2.4rem !important;
  line-height: 1.16667 !important;
}

.u-h2 {
  font-size: 28px !important;
  font-size: 1.86667rem !important;
  line-height: 1.28571 !important;
}

.u-h3 {
  font-size: 24px !important;
  font-size: 1.6rem !important;
  line-height: 1.25 !important;
}

.u-h4 {
  font-size: 20px !important;
  font-size: 1.33333rem !important;
  line-height: 1.5 !important;
}

.u-h5 {
  font-size: 18px !important;
  font-size: 1.2rem !important;
  line-height: 1.33333 !important;
}

.u-h6 {
  font-size: 16px !important;
  font-size: 1.06667rem !important;
  line-height: 1.5 !important;
}

/* ==========================================================================
   #SPACINGS
   ========================================================================== */
/**
 * Utility classes to put specific spacing values onto elements. The below loop
 * will generate us a suite of classes like:
 *
 *   .u-margin-top {}
 *   .u-padding-left-large {}
 *   .u-margin-right-small {}
 *   .u-padding {}
 *   .u-padding-right-none {}
 *   .u-padding-horizontal {}
 *   .u-padding-vertical-small {}
 */
.u-padding {
  padding: 24px !important;
}

.u-padding-tiny {
  padding: 6px !important;
}

.u-padding-small {
  padding: 12px !important;
}

.u-padding-large {
  padding: 48px !important;
}

.u-padding-huge {
  padding: 96px !important;
}

.u-padding-none {
  padding: 0 !important;
}

.u-padding-top {
  padding-top: 24px !important;
}

.u-padding-top-tiny {
  padding-top: 6px !important;
}

.u-padding-top-small {
  padding-top: 12px !important;
}

.u-padding-top-large {
  padding-top: 48px !important;
}

.u-padding-top-huge {
  padding-top: 96px !important;
}

.u-padding-top-none {
  padding-top: 0 !important;
}

.u-padding-right {
  padding-right: 24px !important;
}

.u-padding-right-tiny {
  padding-right: 6px !important;
}

.u-padding-right-small {
  padding-right: 12px !important;
}

.u-padding-right-large {
  padding-right: 48px !important;
}

.u-padding-right-huge {
  padding-right: 96px !important;
}

.u-padding-right-none {
  padding-right: 0 !important;
}

.u-padding-bottom {
  padding-bottom: 24px !important;
}

.u-padding-bottom-tiny {
  padding-bottom: 6px !important;
}

.u-padding-bottom-small {
  padding-bottom: 12px !important;
}

.u-padding-bottom-large {
  padding-bottom: 48px !important;
}

.u-padding-bottom-huge {
  padding-bottom: 96px !important;
}

.u-padding-bottom-none {
  padding-bottom: 0 !important;
}

.u-padding-left {
  padding-left: 24px !important;
}

.u-padding-left-tiny {
  padding-left: 6px !important;
}

.u-padding-left-small {
  padding-left: 12px !important;
}

.u-padding-left-large {
  padding-left: 48px !important;
}

.u-padding-left-huge {
  padding-left: 96px !important;
}

.u-padding-left-none {
  padding-left: 0 !important;
}

.u-padding-horizontal {
  padding-left: 24px !important;
  padding-right: 24px !important;
}

.u-padding-horizontal-tiny {
  padding-left: 6px !important;
  padding-right: 6px !important;
}

.u-padding-horizontal-small {
  padding-left: 12px !important;
  padding-right: 12px !important;
}

.u-padding-horizontal-large {
  padding-left: 48px !important;
  padding-right: 48px !important;
}

.u-padding-horizontal-huge {
  padding-left: 96px !important;
  padding-right: 96px !important;
}

.u-padding-horizontal-none {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.u-padding-vertical {
  padding-top: 24px !important;
  padding-bottom: 24px !important;
}

.u-padding-vertical-tiny {
  padding-top: 6px !important;
  padding-bottom: 6px !important;
}

.u-padding-vertical-small {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}

.u-padding-vertical-large {
  padding-top: 48px !important;
  padding-bottom: 48px !important;
}

.u-padding-vertical-huge {
  padding-top: 96px !important;
  padding-bottom: 96px !important;
}

.u-padding-vertical-none {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.u-margin {
  margin: 24px !important;
}

.u-margin-tiny {
  margin: 6px !important;
}

.u-margin-small {
  margin: 12px !important;
}

.u-margin-large {
  margin: 48px !important;
}

.u-margin-huge {
  margin: 96px !important;
}

.u-margin-none {
  margin: 0 !important;
}

.u-margin-top {
  margin-top: 24px !important;
}

.u-margin-top-tiny {
  margin-top: 6px !important;
}

.u-margin-top-small {
  margin-top: 12px !important;
}

.u-margin-top-large {
  margin-top: 48px !important;
}

.u-margin-top-huge {
  margin-top: 96px !important;
}

.u-margin-top-none {
  margin-top: 0 !important;
}

.u-margin-right {
  margin-right: 24px !important;
}

.u-margin-right-tiny {
  margin-right: 6px !important;
}

.u-margin-right-small {
  margin-right: 12px !important;
}

.u-margin-right-large {
  margin-right: 48px !important;
}

.u-margin-right-huge {
  margin-right: 96px !important;
}

.u-margin-right-none {
  margin-right: 0 !important;
}

.u-margin-bottom {
  margin-bottom: 24px !important;
}

.u-margin-bottom-tiny {
  margin-bottom: 6px !important;
}

.u-margin-bottom-small {
  margin-bottom: 12px !important;
}

.u-margin-bottom-large {
  margin-bottom: 48px !important;
}

.u-margin-bottom-huge {
  margin-bottom: 96px !important;
}

.u-margin-bottom-none {
  margin-bottom: 0 !important;
}

.u-margin-left {
  margin-left: 24px !important;
}

.u-margin-left-tiny {
  margin-left: 6px !important;
}

.u-margin-left-small {
  margin-left: 12px !important;
}

.u-margin-left-large {
  margin-left: 48px !important;
}

.u-margin-left-huge {
  margin-left: 96px !important;
}

.u-margin-left-none {
  margin-left: 0 !important;
}

.u-margin-horizontal {
  margin-left: 24px !important;
  margin-right: 24px !important;
}

.u-margin-horizontal-tiny {
  margin-left: 6px !important;
  margin-right: 6px !important;
}

.u-margin-horizontal-small {
  margin-left: 12px !important;
  margin-right: 12px !important;
}

.u-margin-horizontal-large {
  margin-left: 48px !important;
  margin-right: 48px !important;
}

.u-margin-horizontal-huge {
  margin-left: 96px !important;
  margin-right: 96px !important;
}

.u-margin-horizontal-none {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.u-margin-vertical {
  margin-top: 24px !important;
  margin-bottom: 24px !important;
}

.u-margin-vertical-tiny {
  margin-top: 6px !important;
  margin-bottom: 6px !important;
}

.u-margin-vertical-small {
  margin-top: 12px !important;
  margin-bottom: 12px !important;
}

.u-margin-vertical-large {
  margin-top: 48px !important;
  margin-bottom: 48px !important;
}

.u-margin-vertical-huge {
  margin-top: 96px !important;
  margin-bottom: 96px !important;
}

.u-margin-vertical-none {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/* ==========================================================================
   #PRINT
   ========================================================================== */
/**
 * Very crude, reset-like styles taken from the HTML5 Boilerplate:
 * https://github.com/h5bp/html5-boilerplate/blob/5.3.0/dist/doc/css.md#print-styles
 * https://github.com/h5bp/html5-boilerplate/blob/master/dist/css/main.css#L205-L282
 */
@media print {
  /**
   * 1. Black prints faster: http://www.sanbeiji.com/archives/953
   */
  *, *:before, *:after {
    background: transparent !important;
    color: #000 !important;
    /* [1] */
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /**
   * Don’t show links that are fragment identifiers, or use the `javascript:`
   * pseudo protocol.
   */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /**
   * Printing Tables: http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}

/* ==========================================================================
   #HIDE
   ========================================================================== */
/**
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */
.u-hidden-visually {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
          clip-path: inset(50%) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}

/**
 * Hide visually and from screen readers.
 */
.u-hidden {
  display: none !important;
}

.u-uppercase {
  text-transform: uppercase;
}

.is-hidden {
  display: none;
  visibility: hidden;
}

.u-font-fira-sans-medium.u-font-fira-sans-medium {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}

.u-text-center {
  text-align: center;
}

.u-flex-justify {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.u-flex-right {
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.select2-container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

.select2-container .select2-selection--single {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

.select2-container .select2-selection--multiple {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-search--inline {
  float: left;
}

.select2-container .select2-search--inline .select2-search__field {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-results__option[aria-selected] {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: textfield;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, white), to(#eeeeee));
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eeeeee), to(#cccccc));
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(50%, #eeeeee));
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eeeeee), to(white));
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white;
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

.vjs-modal-dialog .vjs-modal-dialog-content, .video-js .vjs-modal-dialog, .vjs-button > .vjs-icon-placeholder:before, .video-js .vjs-big-play-button .vjs-icon-placeholder:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.vjs-button > .vjs-icon-placeholder:before, .video-js .vjs-big-play-button .vjs-icon-placeholder:before {
  text-align: center;
}

@font-face {
  font-family: VideoJS;
  src: url(data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAABDkAAsAAAAAG6gAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABHU1VCAAABCAAAADsAAABUIIslek9TLzIAAAFEAAAAPgAAAFZRiV3hY21hcAAAAYQAAADaAAADPv749/pnbHlmAAACYAAAC3AAABHQZg6OcWhlYWQAAA3QAAAAKwAAADYZw251aGhlYQAADfwAAAAdAAAAJA+RCLFobXR4AAAOHAAAABMAAACM744AAGxvY2EAAA4wAAAASAAAAEhF6kqubWF4cAAADngAAAAfAAAAIAE0AIFuYW1lAAAOmAAAASUAAAIK1cf1oHBvc3QAAA/AAAABJAAAAdPExYuNeJxjYGRgYOBiMGCwY2BycfMJYeDLSSzJY5BiYGGAAJA8MpsxJzM9kYEDxgPKsYBpDiBmg4gCACY7BUgAeJxjYGS7wTiBgZWBgaWQ5RkDA8MvCM0cwxDOeI6BgYmBlZkBKwhIc01hcPjI+FGJHcRdyA4RZgQRADK3CxEAAHic7dFZbsMgAEXRS0ycyZnnOeG7y+qC8pU1dHusIOXxuoxaOlwZYWQB0Aea4quIEN4E9LzKbKjzDeM6H/mua6Lmc/p8yhg0lvdYx15ZG8uOLQOGjMp3EzqmzJizYMmKNRu27Nhz4MiJMxeu3Ljz4Ekqm7T8P52G8PP3lnTOVk++Z6iN6QZzNN1F7ptuN7eGOjDUoaGODHVsuvU8MdTO9Hd5aqgzQ50b6sJQl4a6MtS1oW4MdWuoO0PdG+rBUI+GejLUs6FeDPVqqDdDvRvqw1CfhpqM9At0iFLaAAB4nJ1YDXBTVRZ+5/22TUlJ8we0pHlJm7RJf5O8F2j6EymlSPkpxaL8U2xpa3DKj0CBhc2IW4eWKSokIoLsuMqssM64f+jA4HSdWXXXscBq67IOs3FXZ1ZYWVyRFdo899yXtIBQZ90k7717zz3v3HPPOfd854YCCj9cL9dL0RQFOqCbGJnrHb5EayiKIWN8iA/hWBblo6hUWm8TtCDwE80WMJus/irwyxOdxeB0MDb14VNJHnXYoLLSl6FfCUYO9nYPTA8Epg9090LprfbBbZ2hY0UlJUXHQp3/vtWkS6EBv8+rPMq5u9692f/dNxJNiqwC1xPE9TCUgCsSdQWgE3XQD25lkG4CN2xmTcOXWBOyser6RN6KnGbKSbmQ3+d0OI1m2W8QzLLkI2sykrWAgJJEtA8vGGW/2Q+CmT3n8zS9wZwu2DCvtuZKZN3xkrLh36yCZuUomQSqGpY8t/25VfHVhw8z4ebGBtfLb0ya9PCaDc+8dGTvk2dsh6z7WzvowlXKUSWo9MJ15a3KrEP2loOr2Ojhw6iW6hf2BDdEccQvZGpaAy7YovSwq8kr7HGllxpd71rkS6G0Sf11sl9OvMK1+jwPPODxjUwkOim9CU3ix1wNjXDfmJSEn618Bs6lpWwUpU+8PCqLMY650zjq8VhCIP17NEKTx3eaLL+s5Pi6yJWaWjTHLR1jYzPSV9VF/6Ojdb/1kO3Mk3uhHC0x6gc1BjlKQ+nQFxTYdaJkZ7ySVxLBbhR1dsboNXp1tCYKW2LRaEzpYcIx2BKNxaL0ZaUnSqfFoiNhHKR/GkX6PWUSAaJelQaqZL1EpoHNsajSEyPSoJ9IjhIxTdjHLmwZvhRDOiFTY/YeQnvrVZmiTQtGncECXtFTBZLOVwwMRgoXHAkXzMzPn1nAJJ8jYSbMDaqN2waGLzNhih/bZynUBMpIWSg7VYi7DRx2m8ALkIdRCJwI6ArJx2EI8kaDWeTQKeAFk9fjl/1AvwktjQ1P7NjyMGQyfd4vjipX6M/i52D7Cq80kqlcxEcGXRr/FEcgs0u5uGgB4VWuMFfpdn2Re6Hi3PqzmxWKsz6+ae2Pn9hXXw/fqM859UiGC0oKYYILJBqJrsn1Z1E5qOs9rQCiUQRREjm8yJcbHF5cUJufX1vAHlefw0XgUoboS3ETfQlTxBC4SOtuE8VPRJTBSCQSjZCpk7Gqzu+masaZ2y7Zjehho4F3g82BNDkAHpORG4+OCS+f6JTPmtRn/PH1kch6d04sp7AQb25aQ/pqUyXeQ8vrebG8OYQdXOQ+585u0sdW9rqalzRURiJ+9F4MweRFrKUjl1GUYhH1A27WOHw5cTFSFPMo9EeUIGnQTZHIaJ7AHLaOKsOODaNF9jkBjYG2QEsQ2xjMUAx2bBEbeTBWMHwskBjngq56S/yfgkBnWBa4K9sqKtq2t1UI8S9He5XuBRbawAdatrQEAi30Aks2+LM8WeCbalVZkWNylvJ+dqJnzVb+OHlSoKW8nPCP7Rd+CcZ2DdWAGqJ2CBFOphgywFFCFBNtfAbGtNPBCwxvygHeYMZMY9ZboBqwq/pVrsbgN5tkv152ODlbMfiqwGMBgxa4Exz3QhovRIUp6acqZmQzRq0ypDXS2TPLT02YIkQETnOE445oOGxOmXAqUJNNG7XgupMjPq2ua9asrj5yY/yuKteO1Kx0YNJTufrirLe1mZnat7OL6rnUdCWenpW6I8mAnbsY8KWs1PuSovCW9A/Z25PQ24a7cNOqgmTkLmBMgh4THgc4b9k2IVv1/g/F5nGljwPLfOgHAzJzh45V/4+WenTzmMtR5Z7us2Tys909UHqrPY7KbckoxRvRHhmVc3cJGE97uml0R1S0jdULVl7EvZtDFVBF35N9cEdjpgmAiOlFZ+Dtoh93+D3zzHr8RRNZQhnCNMNbcegOvpEwZoL+06cJQ07h+th3fZ/7PVbVC6ngTAV/KoLFuO6+2KFcU651gEb5ugPSIb1D+Xp8V4+k3sEIGnw5mYe4If4k1lFYr6SCzmM2EQ8iWtmwjnBI9kTwe1TlfAmXh7H02by9fW2gsjKwtv0aaURKil4OdV7rDL1MXIFNrhdxohcZXYTnq47WisrKitaObbf5+yvkLi5J6lCNZZ+B6GC38VNBZBDidSS/+mSvh6s+srgC8pyKMvDtt+de3c9fU76ZPfuM8ud4Kv0fyP/LqfepMT/3oZxSqpZaTa1DaQYLY8TFsHYbWYsPoRhRWfL5eSSQbhUGgGC3YLbVMk6PitTFNGpAsNrC6D1VNBKgBHMejaiuRWEWGgsSDBTJjqWIl8kJLlsaLJ2tXDr6xGfT85bM2Q06a46x2HTgvdnV8z5YDy/27J4zt6x2VtkzjoYpkq36kaBr4eQSg7tyiVweWubXZugtadl58ydapfbORfKsDTuZ0OBgx4cfdjCf5tbWNITnL120fdOi1RV1C3uKGzNdwYLcMvZ3BxoPyTOCD1XvXTp7U10gWCVmTV9b3r2z0SkGWovb2hp9I89O8a2smlyaO8muMU+dRmtzp60IzAoFpjLr1n388boLyf0dRvxhsHZ0qbWqDkwqvvpkj4l0fY6EIXRi5sQSrAvsVYwXRy4qJ2EVtD1AN7a0HWth9ymvL1xc3WTUKK/TAHA/bXDVtVWfOMfuGxGZv4Ln/jVr9jc3j1yMv0tndmyt9Vq88Y9gH1wtLX3KWjot5++jWHgAoZZkQ14wGQ20Fli71UmKJAy4xKMSTGbVdybW7FDDAut9XpD5AzWrYO7zQ8qffqF8+Ynd/clrHcdyxGy3a/3+mfNnzC/cBsveTjnTvXf1o6vzOlZw7WtqtdmPK/Errz/6NNtD72zmNOZfbmYdTGHfoofqI79Oc+R2n1lrnL6pOm0Up7kwxhTW12Amm7WYkXR2qYrF2AmgmbAsxZjwy1xpg/m1Je2vrp8v/nz2xpmlBg4E9hrMU341wVpTOh/OfmGvAnra8q6uctr60ZQHV3Q+WMQJykMj8ZsWn2QBOmmHMB+m5pDIpTFonYigiaKAhGEiAHF7EliVnQkjoLVIMPtJpBKHYd3A8GYH9jJzrWwmHx5Qjp7vDAX0suGRym1vtm/9W1/HyR8vczfMs6Sk8DSv855/5dlX9oQq52hT8syyp2rx5Id17IAyAM3wIjQPMOHzytEB64q6D5zT91yNbnx3V/nqnd017S9Y0605k3izoXLpsxde2n38yoOV9s1LcjwzNjbdX6asnBVaBj/6/DwKwPkpcqbDG7BnsXoSqWnUAmottYF6jMSdVyYZh3zVXCjwTiwwHH6sGuRiEHQGzuRX6whZkp123oy1BWE2mEfJ/tvIRtM4ZM5bDXiMsPMaAKOTyc5uL57rqyyc5y5JE5pm1i2S2iUX0CcaQ6lC6Zog7JqSqZmYlosl2K6pwNA84zRnQW6SaALYZQGW5lhCtU/W34N6o+bKfZ8cf3/Cl/+iTX3wBzpOY4mRkeNf3rptycGSshQWgGbYt5jFc2e0+DglIrwl6DVWQ7BuwaJ3Xk1J4VL5urnLl/Wf+gHU/hZoZdKNym6lG+I34FaNeZKcSpJIo2IeCVvpdsDGfKvzJnAwmeD37Ow65ZWwSowpgwX5T69s/rB55dP5BcpgDKFV8p7q2sn/1uc93bVzT/w6UrCqDTWvfCq/oCD/qZXNoUj8BL5Kp6GU017frfNXkAtiiyf/SOCEeLqnd8R/Ql9GlCRfctS6k5chvIBuQ1zCCjoCHL2DHNHIXxMJ3kQeO8lbsUXONeSfA5EjcG6/E+KdhN4bP04vBhdi883+BFBzQbxFbvZzQeY9LNBZc0FNfn5NwfDn6rCTnTw6R8o+gfpf5hCom33cRuiTlss3KHmZjD+BPN+5gXuA2ziS/Q73mLxUkpbKN/eqwz5uK0X9F3h2d1V4nGNgZGBgAOJd776+iue3+crAzc4AAje5Bfcg0xz9YHEOBiYQBQA8FQlFAHicY2BkYGBnAAGOPgaG//85+hkYGVCBMgBGGwNYAAAAeJxjYGBgYB8EmKOPgQEAQ04BfgAAAAAAAA4AaAB+AMwA4AECAUIBbAGYAcICGAJYArQC4AMwA7AD3gQwBJYE3AUkBWYFigYgBmYGtAbqB1gIEghYCG4IhAi2COh4nGNgZGBgUGYoZWBnAAEmIOYCQgaG/2A+AwAYCQG2AHicXZBNaoNAGIZfE5PQCKFQ2lUps2oXBfOzzAESyDKBQJdGR2NQR3QSSE/QE/QEPUUPUHqsvsrXjTMw83zPvPMNCuAWP3DQDAejdm1GjzwS7pMmwi75XngAD4/CQ/oX4TFe4Qt7uMMbOzjuDc0EmXCP/C7cJ38Iu+RP4QEe8CU8pP8WHmOPX2EPz87TPo202ey2OjlnQSXV/6arOjWFmvszMWtd6CqwOlKHq6ovycLaWMWVydXKFFZnmVFlZU46tP7R2nI5ncbi/dDkfDtFBA2DDXbYkhKc+V0Bqs5Zt9JM1HQGBRTm/EezTmZNKtpcAMs9Yu6AK9caF76zoLWIWcfMGOSkVduvSWechqZsz040Ib2PY3urxBJTzriT95lipz+TN1fmAAAAeJxtkMl2wjAMRfOAhABlKm2h80C3+ajgCKKDY6cegP59TYBzukAL+z1Zsq8ctaJTTKPrsUQLbXQQI0EXKXroY4AbDDHCGBNMcYsZ7nCPB8yxwCOe8IwXvOIN7/jAJ76wxHfUqWX+OzgumWAjJMV17i0Ndlr6irLKO+qftdT7i6y4uFSUvCknay+lFYZIZaQcmfH/xIFdYn98bqhra1aKTM/6lWMnyaYirx1rFUQZFBkb2zJUtoXeJCeg0WnLtHeSFc3OtrnozNwqi0TkSpBMDB1nSde5oJXW23hTS2/T0LilglXX7dmFVxLnq5U0vYATHFk3zX3BOisoQHNDFDeZnqKDy9hRNawN7Vh727hFzcJ5c8TILrKZfH7tIPxAFP0BpLeJPA==) format("woff");
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-play, .video-js .vjs-play-control .vjs-icon-placeholder, .video-js .vjs-big-play-button .vjs-icon-placeholder:before {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-play:before, .video-js .vjs-play-control .vjs-icon-placeholder:before, .video-js .vjs-big-play-button .vjs-icon-placeholder:before {
  content: "\f101";
}

.vjs-icon-play-circle {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-play-circle:before {
  content: "\f102";
}

.vjs-icon-pause, .video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-pause:before, .video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder:before {
  content: "\f103";
}

.vjs-icon-volume-mute, .video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-volume-mute:before, .video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder:before {
  content: "\f104";
}

.vjs-icon-volume-low, .video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-volume-low:before, .video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder:before {
  content: "\f105";
}

.vjs-icon-volume-mid, .video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-volume-mid:before, .video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder:before {
  content: "\f106";
}

.vjs-icon-volume-high, .video-js .vjs-mute-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-volume-high:before, .video-js .vjs-mute-control .vjs-icon-placeholder:before {
  content: "\f107";
}

.vjs-icon-fullscreen-enter, .video-js .vjs-fullscreen-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-fullscreen-enter:before, .video-js .vjs-fullscreen-control .vjs-icon-placeholder:before {
  content: "\f108";
}

.vjs-icon-fullscreen-exit, .video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-fullscreen-exit:before, .video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder:before {
  content: "\f109";
}

.vjs-icon-square {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-square:before {
  content: "\f10a";
}

.vjs-icon-spinner {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-spinner:before {
  content: "\f10b";
}

.vjs-icon-subtitles, .video-js .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder, .video-js .vjs-subtitles-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-subtitles:before, .video-js .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder:before, .video-js .vjs-subtitles-button .vjs-icon-placeholder:before {
  content: "\f10c";
}

.vjs-icon-captions, .video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder, .video-js .vjs-captions-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-captions:before, .video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder:before, .video-js .vjs-captions-button .vjs-icon-placeholder:before {
  content: "\f10d";
}

.vjs-icon-chapters, .video-js .vjs-chapters-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-chapters:before, .video-js .vjs-chapters-button .vjs-icon-placeholder:before {
  content: "\f10e";
}

.vjs-icon-share {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-share:before {
  content: "\f10f";
}

.vjs-icon-cog {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-cog:before {
  content: "\f110";
}

.vjs-icon-circle, .vjs-seek-to-live-control .vjs-icon-placeholder, .video-js .vjs-volume-level, .video-js .vjs-play-progress {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-circle:before, .vjs-seek-to-live-control .vjs-icon-placeholder:before, .video-js .vjs-volume-level:before, .video-js .vjs-play-progress:before {
  content: "\f111";
}

.vjs-icon-circle-outline {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-circle-outline:before {
  content: "\f112";
}

.vjs-icon-circle-inner-circle {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-circle-inner-circle:before {
  content: "\f113";
}

.vjs-icon-hd {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-hd:before {
  content: "\f114";
}

.vjs-icon-cancel, .video-js .vjs-control.vjs-close-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-cancel:before, .video-js .vjs-control.vjs-close-button .vjs-icon-placeholder:before {
  content: "\f115";
}

.vjs-icon-replay, .video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-replay:before, .video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder:before {
  content: "\f116";
}

.vjs-icon-facebook {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-facebook:before {
  content: "\f117";
}

.vjs-icon-gplus {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-gplus:before {
  content: "\f118";
}

.vjs-icon-linkedin {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-linkedin:before {
  content: "\f119";
}

.vjs-icon-twitter {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-twitter:before {
  content: "\f11a";
}

.vjs-icon-tumblr {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-tumblr:before {
  content: "\f11b";
}

.vjs-icon-pinterest {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-pinterest:before {
  content: "\f11c";
}

.vjs-icon-audio-description, .video-js .vjs-descriptions-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-audio-description:before, .video-js .vjs-descriptions-button .vjs-icon-placeholder:before {
  content: "\f11d";
}

.vjs-icon-audio, .video-js .vjs-audio-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-audio:before, .video-js .vjs-audio-button .vjs-icon-placeholder:before {
  content: "\f11e";
}

.vjs-icon-next-item {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-next-item:before {
  content: "\f11f";
}

.vjs-icon-previous-item {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-previous-item:before {
  content: "\f120";
}

.vjs-icon-picture-in-picture-enter, .video-js .vjs-picture-in-picture-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-picture-in-picture-enter:before, .video-js .vjs-picture-in-picture-control .vjs-icon-placeholder:before {
  content: "\f121";
}

.vjs-icon-picture-in-picture-exit, .video-js.vjs-picture-in-picture .vjs-picture-in-picture-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-picture-in-picture-exit:before, .video-js.vjs-picture-in-picture .vjs-picture-in-picture-control .vjs-icon-placeholder:before {
  content: "\f122";
}

.video-js {
  display: block;
  vertical-align: top;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  background-color: #000;
  position: relative;
  padding: 0;
  font-size: 10px;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  font-family: Arial, Helvetica, sans-serif;
  word-break: initial;
}

.video-js:-moz-full-screen {
  position: absolute;
}

.video-js:-webkit-full-screen {
  width: 100% !important;
  height: 100% !important;
}

.video-js[tabindex="-1"] {
  outline: none;
}

.video-js *,
.video-js *:before,
.video-js *:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

.video-js ul {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  list-style-position: outside;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
}

.video-js.vjs-fluid,
.video-js.vjs-16-9,
.video-js.vjs-4-3 {
  width: 100%;
  max-width: 100%;
  height: 0;
}

.video-js.vjs-16-9 {
  padding-top: 56.25%;
}

.video-js.vjs-4-3 {
  padding-top: 75%;
}

.video-js.vjs-fill {
  width: 100%;
  height: 100%;
}

.video-js .vjs-tech {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

body.vjs-full-window {
  padding: 0;
  margin: 0;
  height: 100%;
}

.vjs-full-window .video-js.vjs-fullscreen {
  position: fixed;
  overflow: hidden;
  z-index: 1000;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}

.video-js.vjs-fullscreen {
  width: 100% !important;
  height: 100% !important;
  padding-top: 0 !important;
}

.video-js.vjs-fullscreen.vjs-user-inactive {
  cursor: none;
}

.vjs-hidden {
  display: none !important;
}

.vjs-disabled {
  opacity: 0.5;
  cursor: default;
}

.video-js .vjs-offscreen {
  height: 1px;
  left: -9999px;
  position: absolute;
  top: 0;
  width: 1px;
}

.vjs-lock-showing {
  display: block !important;
  opacity: 1;
  visibility: visible;
}

.vjs-no-js {
  padding: 20px;
  color: #fff;
  background-color: #000;
  font-size: 18px;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  width: 300px;
  height: 150px;
  margin: 0px auto;
}

.vjs-no-js a,
.vjs-no-js a:visited {
  color: #66A8CC;
}

.video-js .vjs-big-play-button {
  font-size: 3em;
  line-height: 1.5em;
  height: 1.63332em;
  width: 3em;
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 0;
  cursor: pointer;
  opacity: 1;
  border: 0.06666em solid #fff;
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7);
  border-radius: 0.3em;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.vjs-big-play-centered .vjs-big-play-button {
  top: 50%;
  left: 50%;
  margin-top: -0.81666em;
  margin-left: -1.5em;
}

.video-js:hover .vjs-big-play-button,
.video-js .vjs-big-play-button:focus {
  border-color: #fff;
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5);
  -webkit-transition: all 0s;
  -o-transition: all 0s;
  transition: all 0s;
}

.vjs-controls-disabled .vjs-big-play-button,
.vjs-has-started .vjs-big-play-button,
.vjs-using-native-controls .vjs-big-play-button,
.vjs-error .vjs-big-play-button {
  display: none;
}

.vjs-has-started.vjs-paused.vjs-show-big-play-button-on-pause .vjs-big-play-button {
  display: block;
}

.video-js button {
  background: none;
  border: none;
  color: inherit;
  display: inline-block;
  font-size: inherit;
  line-height: inherit;
  text-transform: none;
  text-decoration: none;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.vjs-control .vjs-button {
  width: 100%;
  height: 100%;
}

.video-js .vjs-control.vjs-close-button {
  cursor: pointer;
  height: 3em;
  position: absolute;
  right: 0;
  top: 0.5em;
  z-index: 2;
}

.video-js .vjs-modal-dialog {
  background: rgba(0, 0, 0, 0.8);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.8)), to(rgba(255, 255, 255, 0)));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.8), rgba(255, 255, 255, 0));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.8), rgba(255, 255, 255, 0));
  overflow: auto;
}

.video-js .vjs-modal-dialog > * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.vjs-modal-dialog .vjs-modal-dialog-content {
  font-size: 1.2em;
  line-height: 1.5;
  padding: 20px 24px;
  z-index: 1;
}

.vjs-menu-button {
  cursor: pointer;
}

.vjs-menu-button.vjs-disabled {
  cursor: default;
}

.vjs-workinghover .vjs-menu-button.vjs-disabled:hover .vjs-menu {
  display: none;
}

.vjs-menu .vjs-menu-content {
  display: block;
  padding: 0;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  overflow: auto;
}

.vjs-menu .vjs-menu-content > * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.vjs-scrubbing .vjs-control.vjs-menu-button:hover .vjs-menu {
  display: none;
}

.vjs-menu li {
  list-style: none;
  margin: 0;
  padding: 0.2em 0;
  line-height: 1.4em;
  font-size: 1.2em;
  text-align: center;
  text-transform: lowercase;
}

.vjs-menu li.vjs-menu-item:focus,
.vjs-menu li.vjs-menu-item:hover,
.js-focus-visible .vjs-menu li.vjs-menu-item:hover {
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5);
}

.vjs-menu li.vjs-selected,
.vjs-menu li.vjs-selected:focus,
.vjs-menu li.vjs-selected:hover,
.js-focus-visible .vjs-menu li.vjs-selected:hover {
  background-color: #fff;
  color: #2B333F;
}

.vjs-menu li.vjs-menu-title {
  text-align: center;
  text-transform: uppercase;
  font-size: 1em;
  line-height: 2em;
  padding: 0;
  margin: 0 0 0.3em 0;
  font-weight: bold;
  cursor: default;
}

.vjs-menu-button-popup .vjs-menu {
  display: none;
  position: absolute;
  bottom: 0;
  width: 10em;
  left: -3em;
  height: 0em;
  margin-bottom: 1.5em;
  border-top-color: rgba(43, 51, 63, 0.7);
}

.vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7);
  position: absolute;
  width: 100%;
  bottom: 1.5em;
  max-height: 15em;
}

.vjs-layout-tiny .vjs-menu-button-popup .vjs-menu .vjs-menu-content,
.vjs-layout-x-small .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  max-height: 5em;
}

.vjs-layout-small .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  max-height: 10em;
}

.vjs-layout-medium .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  max-height: 14em;
}

.vjs-layout-large .vjs-menu-button-popup .vjs-menu .vjs-menu-content,
.vjs-layout-x-large .vjs-menu-button-popup .vjs-menu .vjs-menu-content,
.vjs-layout-huge .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  max-height: 25em;
}

.vjs-workinghover .vjs-menu-button-popup.vjs-hover .vjs-menu,
.vjs-menu-button-popup .vjs-menu.vjs-lock-showing {
  display: block;
}

.video-js .vjs-menu-button-inline {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  overflow: hidden;
}

.video-js .vjs-menu-button-inline:before {
  width: 2.222222222em;
}

.video-js .vjs-menu-button-inline:hover,
.video-js .vjs-menu-button-inline:focus,
.video-js .vjs-menu-button-inline.vjs-slider-active,
.video-js.vjs-no-flex .vjs-menu-button-inline {
  width: 12em;
}

.vjs-menu-button-inline .vjs-menu {
  opacity: 0;
  height: 100%;
  width: auto;
  position: absolute;
  left: 4em;
  top: 0;
  padding: 0;
  margin: 0;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.vjs-menu-button-inline:hover .vjs-menu,
.vjs-menu-button-inline:focus .vjs-menu,
.vjs-menu-button-inline.vjs-slider-active .vjs-menu {
  display: block;
  opacity: 1;
}

.vjs-no-flex .vjs-menu-button-inline .vjs-menu {
  display: block;
  opacity: 1;
  position: relative;
  width: auto;
}

.vjs-no-flex .vjs-menu-button-inline:hover .vjs-menu,
.vjs-no-flex .vjs-menu-button-inline:focus .vjs-menu,
.vjs-no-flex .vjs-menu-button-inline.vjs-slider-active .vjs-menu {
  width: auto;
}

.vjs-menu-button-inline .vjs-menu-content {
  width: auto;
  height: 100%;
  margin: 0;
  overflow: hidden;
}

.video-js .vjs-control-bar {
  display: none;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3em;
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7);
}

.vjs-has-started .vjs-control-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  visibility: visible;
  opacity: 1;
  -webkit-transition: visibility 0.1s, opacity 0.1s;
  -o-transition: visibility 0.1s, opacity 0.1s;
  transition: visibility 0.1s, opacity 0.1s;
}

.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
  visibility: visible;
  opacity: 0;
  -webkit-transition: visibility 1s, opacity 1s;
  -o-transition: visibility 1s, opacity 1s;
  transition: visibility 1s, opacity 1s;
}

.vjs-controls-disabled .vjs-control-bar,
.vjs-using-native-controls .vjs-control-bar,
.vjs-error .vjs-control-bar {
  display: none !important;
}

.vjs-audio.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
  opacity: 1;
  visibility: visible;
}

.vjs-has-started.vjs-no-flex .vjs-control-bar {
  display: table;
}

.video-js .vjs-control {
  position: relative;
  text-align: center;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 4em;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

.vjs-button > .vjs-icon-placeholder:before {
  font-size: 1.8em;
  line-height: 1.67;
}

.video-js .vjs-control:focus:before,
.video-js .vjs-control:hover:before,
.video-js .vjs-control:focus {
  text-shadow: 0em 0em 1em white;
}

.video-js .vjs-control-text {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.vjs-no-flex .vjs-control {
  display: table-cell;
  vertical-align: middle;
}

.video-js .vjs-custom-control-spacer {
  display: none;
}

.video-js .vjs-progress-control {
  cursor: pointer;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 4em;
  -ms-touch-action: none;
      touch-action: none;
}

.video-js .vjs-progress-control.disabled {
  cursor: default;
}

.vjs-live .vjs-progress-control {
  display: none;
}

.vjs-liveui .vjs-progress-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.vjs-no-flex .vjs-progress-control {
  width: auto;
}

.video-js .vjs-progress-holder {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  height: 0.3em;
}

.video-js .vjs-progress-control .vjs-progress-holder {
  margin: 0 10px;
}

.video-js .vjs-progress-control:hover .vjs-progress-holder {
  font-size: 1.6666666667em;
}

.video-js .vjs-progress-control:hover .vjs-progress-holder.disabled {
  font-size: 1em;
}

.video-js .vjs-progress-holder .vjs-play-progress,
.video-js .vjs-progress-holder .vjs-load-progress,
.video-js .vjs-progress-holder .vjs-load-progress div {
  position: absolute;
  display: block;
  height: 100%;
  margin: 0;
  padding: 0;
  width: 0;
}

.video-js .vjs-play-progress {
  background-color: #fff;
}

.video-js .vjs-play-progress:before {
  font-size: 0.9em;
  position: absolute;
  right: -0.5em;
  top: -0.3333333333em;
  z-index: 1;
}

.video-js .vjs-load-progress {
  background: rgba(115, 133, 159, 0.5);
}

.video-js .vjs-load-progress div {
  background: rgba(115, 133, 159, 0.75);
}

.video-js .vjs-time-tooltip {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 0.3em;
  color: #000;
  float: right;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
  padding: 6px 8px 8px 8px;
  pointer-events: none;
  position: absolute;
  top: -3.4em;
  visibility: hidden;
  z-index: 1;
}

.video-js .vjs-progress-holder:focus .vjs-time-tooltip {
  display: none;
}

.video-js .vjs-progress-control:hover .vjs-time-tooltip,
.video-js .vjs-progress-control:hover .vjs-progress-holder:focus .vjs-time-tooltip {
  display: block;
  font-size: 0.6em;
  visibility: visible;
}

.video-js .vjs-progress-control.disabled:hover .vjs-time-tooltip {
  font-size: 1em;
}

.video-js .vjs-progress-control .vjs-mouse-display {
  display: none;
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #000;
  z-index: 1;
}

.vjs-no-flex .vjs-progress-control .vjs-mouse-display {
  z-index: 0;
}

.video-js .vjs-progress-control:hover .vjs-mouse-display {
  display: block;
}

.video-js.vjs-user-inactive .vjs-progress-control .vjs-mouse-display {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 1s, opacity 1s;
  -o-transition: visibility 1s, opacity 1s;
  transition: visibility 1s, opacity 1s;
}

.video-js.vjs-user-inactive.vjs-no-flex .vjs-progress-control .vjs-mouse-display {
  display: none;
}

.vjs-mouse-display .vjs-time-tooltip {
  color: #fff;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.8);
}

.video-js .vjs-slider {
  position: relative;
  cursor: pointer;
  padding: 0;
  margin: 0 0.45em 0 0.45em;
  /* iOS Safari */
  -webkit-touch-callout: none;
  /* Safari */
  -webkit-user-select: none;
  /* Konqueror HTML */
  /* Firefox */
  -moz-user-select: none;
  /* Internet Explorer/Edge */
  -ms-user-select: none;
  /* Non-prefixed version, currently supported by Chrome and Opera */
  user-select: none;
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5);
}

.video-js .vjs-slider.disabled {
  cursor: default;
}

.video-js .vjs-slider:focus {
  text-shadow: 0em 0em 1em white;
  -webkit-box-shadow: 0 0 1em #fff;
          box-shadow: 0 0 1em #fff;
}

.video-js .vjs-mute-control {
  cursor: pointer;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

.video-js .vjs-volume-control {
  cursor: pointer;
  margin-right: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.video-js .vjs-volume-control.vjs-volume-horizontal {
  width: 5em;
}

.video-js .vjs-volume-panel .vjs-volume-control {
  visibility: visible;
  opacity: 0;
  width: 1px;
  height: 1px;
  margin-left: -1px;
}

.video-js .vjs-volume-panel {
  -webkit-transition: width 1s;
  -o-transition: width 1s;
  transition: width 1s;
}

.video-js .vjs-volume-panel.vjs-hover .vjs-volume-control, .video-js .vjs-volume-panel:active .vjs-volume-control, .video-js .vjs-volume-panel:focus .vjs-volume-control, .video-js .vjs-volume-panel .vjs-volume-control:active, .video-js .vjs-volume-panel.vjs-hover .vjs-mute-control ~ .vjs-volume-control, .video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active {
  visibility: visible;
  opacity: 1;
  position: relative;
  -webkit-transition: visibility 0.1s, opacity 0.1s, height 0.1s, width 0.1s, left 0s, top 0s;
  -o-transition: visibility 0.1s, opacity 0.1s, height 0.1s, width 0.1s, left 0s, top 0s;
  transition: visibility 0.1s, opacity 0.1s, height 0.1s, width 0.1s, left 0s, top 0s;
}

.video-js .vjs-volume-panel.vjs-hover .vjs-volume-control.vjs-volume-horizontal, .video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-horizontal, .video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-horizontal, .video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-horizontal, .video-js .vjs-volume-panel.vjs-hover .vjs-mute-control ~ .vjs-volume-control.vjs-volume-horizontal, .video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-horizontal {
  width: 5em;
  height: 3em;
  margin-right: 0;
}

.video-js .vjs-volume-panel.vjs-hover .vjs-volume-control.vjs-volume-vertical, .video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-vertical, .video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-vertical, .video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-vertical, .video-js .vjs-volume-panel.vjs-hover .vjs-mute-control ~ .vjs-volume-control.vjs-volume-vertical, .video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-vertical {
  left: -3.5em;
  -webkit-transition: left 0s;
  -o-transition: left 0s;
  transition: left 0s;
}

.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover, .video-js .vjs-volume-panel.vjs-volume-panel-horizontal:active, .video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active {
  width: 10em;
  -webkit-transition: width 0.1s;
  -o-transition: width 0.1s;
  transition: width 0.1s;
}

.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-mute-toggle-only {
  width: 4em;
}

.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical {
  height: 8em;
  width: 3em;
  left: -3000em;
  -webkit-transition: visibility 1s, opacity 1s, height 1s 1s, width 1s 1s, left 1s 1s, top 1s 1s;
  -o-transition: visibility 1s, opacity 1s, height 1s 1s, width 1s 1s, left 1s 1s, top 1s 1s;
  transition: visibility 1s, opacity 1s, height 1s 1s, width 1s 1s, left 1s 1s, top 1s 1s;
}

.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal {
  -webkit-transition: visibility 1s, opacity 1s, height 1s 1s, width 1s, left 1s 1s, top 1s 1s;
  -o-transition: visibility 1s, opacity 1s, height 1s 1s, width 1s, left 1s 1s, top 1s 1s;
  transition: visibility 1s, opacity 1s, height 1s 1s, width 1s, left 1s 1s, top 1s 1s;
}

.video-js.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal {
  width: 5em;
  height: 3em;
  visibility: visible;
  opacity: 1;
  position: relative;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

.video-js.vjs-no-flex .vjs-volume-control.vjs-volume-vertical,
.video-js.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical {
  position: absolute;
  bottom: 3em;
  left: 0.5em;
}

.video-js .vjs-volume-panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.video-js .vjs-volume-bar {
  margin: 1.35em 0.45em;
}

.vjs-volume-bar.vjs-slider-horizontal {
  width: 5em;
  height: 0.3em;
}

.vjs-volume-bar.vjs-slider-vertical {
  width: 0.3em;
  height: 5em;
  margin: 1.35em auto;
}

.video-js .vjs-volume-level {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fff;
}

.video-js .vjs-volume-level:before {
  position: absolute;
  font-size: 0.9em;
}

.vjs-slider-vertical .vjs-volume-level {
  width: 0.3em;
}

.vjs-slider-vertical .vjs-volume-level:before {
  top: -0.5em;
  left: -0.3em;
}

.vjs-slider-horizontal .vjs-volume-level {
  height: 0.3em;
}

.vjs-slider-horizontal .vjs-volume-level:before {
  top: -0.3em;
  right: -0.5em;
}

.video-js .vjs-volume-panel.vjs-volume-panel-vertical {
  width: 4em;
}

.vjs-volume-bar.vjs-slider-vertical .vjs-volume-level {
  height: 100%;
}

.vjs-volume-bar.vjs-slider-horizontal .vjs-volume-level {
  width: 100%;
}

.video-js .vjs-volume-vertical {
  width: 3em;
  height: 8em;
  bottom: 8em;
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7);
}

.video-js .vjs-volume-horizontal .vjs-menu {
  left: -2em;
}

.vjs-poster {
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  background-color: #000000;
  cursor: pointer;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
}

.vjs-has-started .vjs-poster {
  display: none;
}

.vjs-audio.vjs-has-started .vjs-poster {
  display: block;
}

.vjs-using-native-controls .vjs-poster {
  display: none;
}

.video-js .vjs-live-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  font-size: 1em;
  line-height: 3em;
}

.vjs-no-flex .vjs-live-control {
  display: table-cell;
  width: auto;
  text-align: left;
}

.video-js:not(.vjs-live) .vjs-live-control,
.video-js.vjs-liveui .vjs-live-control {
  display: none;
}

.video-js .vjs-seek-to-live-control {
  cursor: pointer;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 100%;
  padding-left: 0.5em;
  padding-right: 0.5em;
  font-size: 1em;
  line-height: 3em;
  width: auto;
  min-width: 4em;
}

.vjs-no-flex .vjs-seek-to-live-control {
  display: table-cell;
  width: auto;
  text-align: left;
}

.video-js.vjs-live:not(.vjs-liveui) .vjs-seek-to-live-control,
.video-js:not(.vjs-live) .vjs-seek-to-live-control {
  display: none;
}

.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge {
  cursor: auto;
}

.vjs-seek-to-live-control .vjs-icon-placeholder {
  margin-right: 0.5em;
  color: #888;
}

.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge .vjs-icon-placeholder {
  color: red;
}

.video-js .vjs-time-control {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  font-size: 1em;
  line-height: 3em;
  min-width: 2em;
  width: auto;
  padding-left: 1em;
  padding-right: 1em;
}

.vjs-live .vjs-time-control {
  display: none;
}

.video-js .vjs-current-time,
.vjs-no-flex .vjs-current-time {
  display: none;
}

.video-js .vjs-duration,
.vjs-no-flex .vjs-duration {
  display: none;
}

.vjs-time-divider {
  display: none;
  line-height: 3em;
}

.vjs-live .vjs-time-divider {
  display: none;
}

.video-js .vjs-play-control {
  cursor: pointer;
}

.video-js .vjs-play-control .vjs-icon-placeholder {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

.vjs-text-track-display {
  position: absolute;
  bottom: 3em;
  left: 0;
  right: 0;
  top: 0;
  pointer-events: none;
}

.video-js.vjs-user-inactive.vjs-playing .vjs-text-track-display {
  bottom: 1em;
}

.video-js .vjs-text-track {
  font-size: 1.4em;
  text-align: center;
  margin-bottom: 0.1em;
}

.vjs-subtitles {
  color: #fff;
}

.vjs-captions {
  color: #fc6;
}

.vjs-tt-cue {
  display: block;
}

video::-webkit-media-text-track-display {
  -webkit-transform: translateY(-3em);
          transform: translateY(-3em);
}

.video-js.vjs-user-inactive.vjs-playing video::-webkit-media-text-track-display {
  -webkit-transform: translateY(-1.5em);
          transform: translateY(-1.5em);
}

.video-js .vjs-picture-in-picture-control {
  cursor: pointer;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

.video-js .vjs-fullscreen-control {
  cursor: pointer;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

.vjs-playback-rate > .vjs-menu-button,
.vjs-playback-rate .vjs-playback-rate-value {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.vjs-playback-rate .vjs-playback-rate-value {
  pointer-events: none;
  font-size: 1.5em;
  line-height: 2;
  text-align: center;
}

.vjs-playback-rate .vjs-menu {
  width: 4em;
  left: 0em;
}

.vjs-error .vjs-error-display .vjs-modal-dialog-content {
  font-size: 1.4em;
  text-align: center;
}

.vjs-error .vjs-error-display:before {
  color: #fff;
  content: "X";
  font-family: Arial, Helvetica, sans-serif;
  font-size: 4em;
  left: 0;
  line-height: 1;
  margin-top: -0.5em;
  position: absolute;
  text-shadow: 0.05em 0.05em 0.1em #000;
  text-align: center;
  top: 50%;
  vertical-align: middle;
  width: 100%;
}

.vjs-loading-spinner {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.85;
  text-align: left;
  border: 6px solid rgba(43, 51, 63, 0.7);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-clip: padding-box;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  visibility: hidden;
}

.vjs-seeking .vjs-loading-spinner,
.vjs-waiting .vjs-loading-spinner {
  display: block;
  -webkit-animation: vjs-spinner-show 0s linear 0.3s forwards;
  animation: vjs-spinner-show 0s linear 0.3s forwards;
}

.vjs-loading-spinner:before,
.vjs-loading-spinner:after {
  content: "";
  position: absolute;
  margin: -6px;
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  width: inherit;
  height: inherit;
  border-radius: inherit;
  opacity: 1;
  border: inherit;
  border-color: transparent;
  border-top-color: white;
}

.vjs-seeking .vjs-loading-spinner:before,
.vjs-seeking .vjs-loading-spinner:after,
.vjs-waiting .vjs-loading-spinner:before,
.vjs-waiting .vjs-loading-spinner:after {
  -webkit-animation: vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, vjs-spinner-fade 1.1s linear infinite;
  animation: vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, vjs-spinner-fade 1.1s linear infinite;
}

.vjs-seeking .vjs-loading-spinner:before,
.vjs-waiting .vjs-loading-spinner:before {
  border-top-color: white;
}

.vjs-seeking .vjs-loading-spinner:after,
.vjs-waiting .vjs-loading-spinner:after {
  border-top-color: white;
  -webkit-animation-delay: 0.44s;
  animation-delay: 0.44s;
}

@keyframes vjs-spinner-show {
  to {
    visibility: visible;
  }
}

@-webkit-keyframes vjs-spinner-show {
  to {
    visibility: visible;
  }
}

@keyframes vjs-spinner-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes vjs-spinner-spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes vjs-spinner-fade {
  0% {
    border-top-color: #73859f;
  }
  20% {
    border-top-color: #73859f;
  }
  35% {
    border-top-color: white;
  }
  60% {
    border-top-color: #73859f;
  }
  100% {
    border-top-color: #73859f;
  }
}

@-webkit-keyframes vjs-spinner-fade {
  0% {
    border-top-color: #73859f;
  }
  20% {
    border-top-color: #73859f;
  }
  35% {
    border-top-color: white;
  }
  60% {
    border-top-color: #73859f;
  }
  100% {
    border-top-color: #73859f;
  }
}

.vjs-chapters-button .vjs-menu ul {
  width: 24em;
}

.video-js .vjs-subs-caps-button + .vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder {
  vertical-align: middle;
  display: inline-block;
  margin-bottom: -0.1em;
}

.video-js .vjs-subs-caps-button + .vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before {
  font-family: VideoJS;
  content: "";
  font-size: 1.5em;
  line-height: inherit;
}

.video-js .vjs-audio-button + .vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder {
  vertical-align: middle;
  display: inline-block;
  margin-bottom: -0.1em;
}

.video-js .vjs-audio-button + .vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before {
  font-family: VideoJS;
  content: " ";
  font-size: 1.5em;
  line-height: inherit;
}

.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-current-time,
.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-time-divider,
.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-duration,
.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-remaining-time,
.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-playback-rate,
.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-chapters-button,
.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-descriptions-button,
.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-captions-button,
.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-subtitles-button,
.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-audio-button,
.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-volume-control, .video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-current-time,
.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-time-divider,
.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-duration,
.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-remaining-time,
.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-playback-rate,
.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-chapters-button,
.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-descriptions-button,
.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-captions-button,
.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-subtitles-button,
.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-audio-button,
.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-volume-control, .video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-current-time,
.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-time-divider,
.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-duration,
.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-remaining-time,
.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-playback-rate,
.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-chapters-button,
.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-descriptions-button,
.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-captions-button,
.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-subtitles-button,
.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-audio-button,
.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-volume-control {
  display: none;
}

.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal:hover,
.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal:active,
.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active, .video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal:hover,
.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal:active,
.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active, .video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal:hover,
.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal:active,
.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active {
  width: auto;
  width: initial;
}

.video-js:not(.vjs-fullscreen).vjs-layout-x-small:not(.vjs-liveui) .vjs-subs-caps-button, .video-js:not(.vjs-fullscreen).vjs-layout-x-small:not(.vjs-live) .vjs-subs-caps-button, .video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-subs-caps-button {
  display: none;
}

.video-js:not(.vjs-fullscreen).vjs-layout-x-small.vjs-liveui .vjs-custom-control-spacer, .video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-custom-control-spacer {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  display: block;
}

.video-js:not(.vjs-fullscreen).vjs-layout-x-small.vjs-liveui.vjs-no-flex .vjs-custom-control-spacer, .video-js:not(.vjs-fullscreen).vjs-layout-tiny.vjs-no-flex .vjs-custom-control-spacer {
  width: auto;
}

.video-js:not(.vjs-fullscreen).vjs-layout-x-small.vjs-liveui .vjs-progress-control, .video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-progress-control {
  display: none;
}

.vjs-modal-dialog.vjs-text-track-settings {
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.75);
  color: #fff;
  height: 70%;
}

.vjs-text-track-settings .vjs-modal-dialog-content {
  display: table;
}

.vjs-text-track-settings .vjs-track-settings-colors,
.vjs-text-track-settings .vjs-track-settings-font,
.vjs-text-track-settings .vjs-track-settings-controls {
  display: table-cell;
}

.vjs-text-track-settings .vjs-track-settings-controls {
  text-align: right;
  vertical-align: bottom;
}

@supports (display: grid) {
  .vjs-text-track-settings .vjs-modal-dialog-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    padding: 20px 24px 0px 24px;
  }
  .vjs-track-settings-controls .vjs-default-button {
    margin-bottom: 20px;
  }
  .vjs-text-track-settings .vjs-track-settings-controls {
    grid-column: 1/-1;
  }
  .vjs-layout-small .vjs-text-track-settings .vjs-modal-dialog-content,
  .vjs-layout-x-small .vjs-text-track-settings .vjs-modal-dialog-content,
  .vjs-layout-tiny .vjs-text-track-settings .vjs-modal-dialog-content {
    grid-template-columns: 1fr;
  }
}

.vjs-track-setting > select {
  margin-right: 1em;
  margin-bottom: 0.5em;
}

.vjs-text-track-settings fieldset {
  margin: 5px;
  padding: 3px;
  border: none;
}

.vjs-text-track-settings fieldset span {
  display: inline-block;
}

.vjs-text-track-settings fieldset span > select {
  max-width: 7.3em;
}

.vjs-text-track-settings legend {
  color: #fff;
  margin: 0 0 5px 0;
}

.vjs-text-track-settings .vjs-label {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  display: block;
  margin: 0 0 5px 0;
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.vjs-track-settings-controls button:focus,
.vjs-track-settings-controls button:active {
  outline-style: solid;
  outline-width: medium;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(88%, #fff), to(#73859f));
  background-image: -o-linear-gradient(bottom, #fff 88%, #73859f 100%);
  background-image: linear-gradient(0deg, #fff 88%, #73859f 100%);
}

.vjs-track-settings-controls button:hover {
  color: rgba(43, 51, 63, 0.75);
}

.vjs-track-settings-controls button {
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(88%, #fff), to(#73859f));
  background-image: -o-linear-gradient(top, #fff 88%, #73859f 100%);
  background-image: linear-gradient(-180deg, #fff 88%, #73859f 100%);
  color: #2B333F;
  cursor: pointer;
  border-radius: 2px;
}

.vjs-track-settings-controls .vjs-default-button {
  margin-right: 1em;
}

@media print {
  .video-js > *:not(.vjs-tech):not(.vjs-poster) {
    visibility: hidden;
  }
}

.vjs-resize-manager {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  z-index: -1000;
}

.js-focus-visible .video-js *:focus:not(.focus-visible) {
  outline: none;
  background: none;
}

.video-js *:focus:not(:focus-visible),
.video-js .vjs-menu *:focus:not(:focus-visible) {
  outline: none;
  background: none;
}
