@charset "UTF-8";
/* ==========================================================================
   INUITCSS
   ========================================================================== */
/**
 * inuitcss, by @csswizardry
 *
 * github.com/inuitcss | inuitcss.com
 */
/**
 * This is an example inuitcss manifest file. DO NOT MODIFY THIS FILE DIRECTLY.
 * Instead, copy and paste it into your own CSS directory and make additions,
 * extensions, and modifications there.
 */
/**
 * CONTENTS
 *
 * SETTINGS
 * Config...............Project-level configuration and feature switches.
 * Core.................inuitcss’ core and setup settings.
 * Global...............Project-wide variables and settings.
 *
 * TOOLS
 * Rem..................Tools for converting pixel inputs into their rem
 *                      equivalents.
 * Font-size............A mixin which guarantees baseline-friendly line-heights.
 * Clearfix.............Micro clearfix mixin.
 * Hidden...............Mixin for hiding elements.
 * Sass MQ..............inuitcss’ default media query manager.
 *
 * GENERIC
 * Box-sizing...........Better default `box-sizing`.
 * Normalize.css........A level playing field using @necolas’ Normalize.css.
 * Reset................A tiny reset to complement Normalize.css.
 * Shared...............Sensibly and tersely share some global commonalities
 *                      (particularly useful when managing vertical rhythm).
 *
 * ELEMENTS
 * Page.................Set up our document’s default `font-size` and
 *                      `line-height`.
 * Headings.............Very minimal (i.e. only font-size information) for
 *                      headings 1 through 6.
 * Images...............Base image styles.
 * Tables...............Simple table styles.
 *
 * OBJECTS
 * Wrapper..............Page constraint object.
 * Layout...............Generic layout module.
 * Media................Image- and text-like content side by side. The
 *                      poster-child of OOCSS.
 * Flag.................Table-layout-based advancement on the Media object.
 * List-bare............Lists with no bullets or indents.
 * List-inline..........A list whose items all site in a line.
 * Box..................Simple boxing abstraction.
 * Block................Image-on-top-of-text object.
 * Ratio................A container for maintaining aspect ratio of content.
 * Crop.................Provide a cropping context for media (images, etc.).
 * Tables...............Classes for manipulating `table`s.
 * Pack.................Pack items into available horizontal space.
 *
 * COMPONENTS
 * Buttons..............An example button component, and how it fits into the
 *                      inuitcss framework.
 *
 * UTILITIES
 * Clearfix.............Bind our clearfix onto a utility class.
 * Widths...............Simple width helper classes.
 * Headings.............Reassigning our heading styles to helper classes.
 * Spacing..............Nudge bits of the DOM around with these spacing
 *                      classes.
 * Print................Reset-like styles taken from the HTML5 Boilerplate.
 * Hide.................Helper classes to hide content
 */
/* ==========================================================================
   #BOX-SIZING
   ========================================================================== */
/**
 * More sensible default box-sizing:
 * css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice
 */
html {
  box-sizing: border-box;
}

*, *:before, *:after {
  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 {
  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 {
  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] {
  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: 16px;
}

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

/* ==========================================================================
   #PAGE
   ========================================================================== */
/**
 * Simple page-level setup.
 *
 * 1. Set the default `font-size` and `line-height` for the entire project,
 *    sourced from our default variables. The `font-size` is calculated to exist
 *    in ems, the `line-height` is calculated to exist unitlessly.
 * 2. Force scrollbars to always be visible to prevent awkward ‘jumps’ when
 *    navigating between pages that do/do not have enough content to produce
 *    scrollbars naturally.
 * 3. Ensure the page always fills at least the entire height of the viewport.
 */
html {
  font-size: 1em;
  /* [1] */
  line-height: 1;
  /* [1] */
  overflow-y: scroll;
  /* [2] */
  min-height: 100%;
  /* [3] */
}

/* ==========================================================================
   #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: 52px;
  font-size: 3.25rem;
  line-height: 1.1538461538;
}

h2 {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1.2;
}

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

h4 {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

h5 {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.5;
}

h6 {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.5;
}

/* ==========================================================================
   #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] */
}

/* ==========================================================================
   # ANCHOR
   ========================================================================== */
a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

.a--no-color {
  color: #000000;
}

.a--active {
  color: #0000ee;
}

figure {
  margin-bottom: 0;
}

/* ==========================================================================
   # HEADINGS
   ========================================================================== */
h1,
h2,
h4,
h3,
h5,
h6 {
  font-weight: bold;
  margin-bottom: 0;
}

.h1--regular, .h2--regular, .h3--regular, .h4--regular {
  font-weight: normal;
}

h4 {
  letter-spacing: 0.2rem;
}

h5 {
  letter-spacing: 0.2rem;
  line-height: 16px;
}

@media (max-width: 63.99em) {
  h1 {
    font-size: 30px;
  }
}

/* ==========================================================================
   #HTML
   ========================================================================== */
html {
  background-color: #FFFFFF;
  color: #000000;
  font-family: "Helvetica", "Arial", sans-serif;
  line-height: 22px;
  scroll-behavior: smooth;
}

/* ==========================================================================
   #iframe element
   ========================================================================== */
iframe {
  border: none;
}

img {
  width: 100%;
}

input {
  border: 1px solid black;
  display: block;
  width: 100%;
}

input[type=submit] {
  background-color: white;
  color: black;
  border-radius: 0;
  cursor: pointer;
  padding-top: 3px;
  padding-bottom: 3px;
  width: 25%;
}
input[type=submit]:hover {
  background-color: black;
  color: white;
}

input[type=radio]:checked,
input[type=radio]:not(:checked) {
  position: absolute;
  left: -9999px;
}

input[type=radio]:checked + label,
input[type=radio]:not(:checked) + label {
  position: relative;
  padding-left: 27px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: black;
  font-size: 12px;
}

input[type=radio]:checked + label:before,
input[type=radio]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #000;
  border-radius: 100%;
  background: #fff;
}

input[type=radio]:checked + label:after,
input[type=radio]:not(:checked) + label:after {
  content: "";
  width: 12px;
  height: 12px;
  background: black;
  position: absolute;
  top: 3px;
  left: 3px;
  border-radius: 100%;
  transition: all 0.2s ease;
}

input[type=radio]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}

input[type=radio]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}

main {
  margin-bottom: 16px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 74px;
  max-width: 1280px;
  padding-left: 7.812vw;
  padding-right: 7.812vw;
}
@media (min-width: 80em) {
  main {
    padding-left: 100px;
    padding-right: 104px;
  }
}
@media (max-width: 63.99em) {
  main {
    padding-left: 28px;
    padding-right: 28px;
    margin-top: 50px;
  }
}
@media (max-width: 47.99em) {
  main {
    padding-left: 14px;
    padding-right: 14px;
    margin-top: 50px;
  }
}

/* ==========================================================================
   #WRAPPER
   ========================================================================== */
/**
 * Page-level constraining and wrapping elements.
 */
.o-wrapper {
  padding-right: 16px;
  padding-left: 16px;
  margin-right: auto;
  margin-left: auto;
  max-width: 100%;
}
.o-wrapper:after {
  content: "" !important;
  display: block !important;
  clear: both !important;
}

/* ==========================================================================
   #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: -16px;
  /* [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 {
  box-sizing: border-box;
  /* [1] */
  display: inline-block;
  /* [2] */
  vertical-align: top;
  /* [3] */
  width: 100%;
  /* [4] */
  padding-left: 16px;
  /* [5] */
  font-size: 16px;
  /* [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: flex;
  flex-wrap: wrap;
}
.o-layout--stretch > .o-layout__item {
  display: flex;
}
.o-layout--stretch.o-layout--center {
  justify-content: center;
}
.o-layout--stretch.o-layout--right {
  justify-content: flex-end;
}
.o-layout--stretch.o-layout--left {
  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;
}

/* ==========================================================================
   #LIST-BARE
   ========================================================================== */
/**
 * Strip list-like appearance from lists by removing their bullets and any
 * indentation.
 *
 * Note: Declaring the item class might not be necessary everywhere,
 * but is for example in <dl> lists for the <dd> children.
 */
.o-list-bare {
  list-style: none;
  margin-left: 0;
}

.o-list-bare__item {
  margin-left: 0;
}

/* ==========================================================================
   #LIST-INLINE
   ========================================================================== */
/**
 * The list-inline object simply displays a list of items in one line.
 */
.o-list-inline {
  margin-left: 0;
  list-style: none;
}

.o-list-inline__item {
  display: inline-block;
}

/* ==========================================================================
   # 16:9 box
   ========================================================================== */
.o-box__wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
}
.o-box__wrapper > .o-box, .o-box__wrapper img, .o-box__wrapper iframe, .o-box__wrapper .o-box__image, .o-box__wrapper .gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.o-box__wrapper .o-box__text-wrapper {
  text-align: center;
  height: 100%;
  width: 100%;
}
.o-box__wrapper .o-box__text-wrapper:hover .o-box__text {
  text-decoration: underline;
}
.o-box__wrapper .o-box__text {
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  padding-left: 12px;
  padding-right: 12px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.o-box__wrapper .o-box__text > svg {
  height: 1.3vw;
  width: 1.3vw;
  vertical-align: text-top;
}
@media (max-width: 47.99em) {
  .o-box__wrapper .o-box__text {
    font-size: 1.8rem;
  }
  .o-box__wrapper .o-box__text > svg {
    height: 1.8rem;
    width: 1.8rem;
  }
}
.o-box__wrapper > a {
  height: 100%;
  width: 100%;
}
.o-box__wrapper .o-box__image {
  background-size: contain;
  background-repeat: no-repeat;
}

@media (max-width: 63.99em) {
  .o-box__wrapper--portrait {
    padding-bottom: calc(114% + 16px);
  }
}
@media (min-width: 54.375em) {
  .o-box__wrapper--portrait {
    padding-bottom: calc(114% + 14px);
  }
}
@media (min-width: 62.5em) {
  .o-box__wrapper--portrait {
    padding-bottom: calc(114% + 13px);
  }
}
@media (min-width: 80em) {
  .o-box__wrapper--portrait {
    padding-bottom: calc(114% + 12px);
  }
}

/* ==========================================================================
   # BUTTON
   ========================================================================== */
.o-button--to-top {
  bottom: 6px;
  display: none;
  height: 40px;
  left: 50%;
  position: fixed;
  transform: translateX(-50%);
  width: 50px;
  z-index: 10;
}
.o-button--to-top > img {
  transform: rotate(270deg);
}
@media (min-width: 64em) {
  .o-button--to-top {
    display: none;
  }
}

.o-button {
  background-color: #000000;
  border-style: solid;
  border-width: 2px;
  border-color: #000000;
  cursor: pointer;
  color: #FFFFFF;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
  display: inline-flex;
  align-items: flex-end;
  margin-right: 1rem;
  padding: 1em;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 2px;
}

@media (min-width: 64em) {
  .o-button--small {
    padding: 0.5em;
  }
}

.o-button--white {
  background-color: #FFFFFF;
  color: #000000;
}

.o-button--teaser {
  padding-left: 2rem;
  padding-right: 2rem;
  margin-right: 0;
}

.o-button--teaser--portrait {
  bottom: 25% !important;
}

.o-button--wide {
  max-width: none;
}

/* ==========================================================================
   #INSET BORDERS
   ========================================================================== */
/**
 * Draw hardly visible outline around images to avoid blending images into background.
 */
.o-inset-border {
  outline: 1px solid rgba(0, 0, 0, 0.05);
  outline-offset: -1px;
}

/* ==========================================================================
   #LAYOUT -- extended
   ========================================================================== */
/**
 * Overwritings for layout
 */
.o-layout {
  margin-left: -16px;
}
@media (min-width: 80em) {
  .o-layout {
    margin-left: -16px;
  }
}

.o-layout__item {
  padding-left: 16px;
}
@media (min-width: 80em) {
  .o-layout__item {
    padding-left: 16px;
  }
}

.o-layout-margin-bottom {
  margin-bottom: 16px;
}
@media (max-width: 63.99em) {
  .o-layout-margin-bottom {
    margin-bottom: 20px;
  }
}

.o-layout-margin-bottom-large {
  margin-bottom: 80px;
}
@media (max-width: 63.99em) {
  .o-layout-margin-bottom-large {
    margin-bottom: 60px;
  }
}

@media (max-width: 47.99em) {
  .o-layout__item--modular {
    margin-bottom: 20px;
  }
}
@media (min-width: 48em) and (max-width: 63.99em) {
  .o-layout__item--modular {
    margin-bottom: 0;
  }
}

.o-layout__item--modular--second div:nth-child(1) {
  margin-bottom: 16px;
}
@media (max-width: 47.99em) {
  .o-layout__item--modular--second div:nth-child(1) {
    margin-bottom: 20px;
  }
}

@media (min-width: 48em) and (max-width: 63.99em) {
  .o-layout__item--modular--first {
    margin-bottom: 16px;
  }
}

.o-line {
  border-bottom: 2px solid black;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
}

.o-line--calendar {
  border-bottom: 2px solid black;
  margin-left: 16px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.o-line--calendar-half {
  border-bottom: 1px solid black;
  margin-left: 20%;
  margin-top: 15px;
  margin-bottom: 15px;
}

.o-line--thin {
  border-bottom: 1px solid black;
}

/* ==========================================================================
   # MULTI COLUMN CONTAINER
   ========================================================================== */
/**
 * CSS Multi-Column Layout for Css-only Masonry etc.
 *
 * 1. Font-Size Trick to remove White-Space between Elements
 *
 */
.o-multi-column {
  -moz-column-gap: 0.8rem;
       column-gap: 0.8rem;
  font-size: 0;
  /* [1] */
}
@media (min-width: 48em) {
  .o-multi-column {
    -moz-column-count: 2;
         column-count: 2;
  }
}
@media (min-width: 80em) {
  .o-multi-column {
    -moz-column-count: 3;
         column-count: 3;
  }
}

.o-multi-column__item {
  display: inline-block;
  margin-bottom: 0.8rem;
  width: 100%;
}

/* ==========================================================================
   #WRAPPERS -- extended
   ========================================================================== */
/**
 * Additional Class-Modifier on top if Inuit o-wrapper
 */
.o-wrapper {
  padding-right: calc(2rem + 5vw);
  padding-left: calc(2rem + 5vw);
}
@media (max-width: 47.99em) {
  .o-wrapper {
    padding-right: calc(1rem + 5vw);
    padding-left: calc(1rem + 5vw);
  }
}

.o-wrapper--wide {
  max-width: 1500px;
}

/* ==========================================================================

   ========================================================================== */
.c-accreditation textarea {
  border: 1px solid black;
}
.c-accreditation input:not([type=radio]),
.c-accreditation textarea {
  display: block;
}
.c-accreditation .uniform__potty {
  position: absolute;
  left: -9999px;
}
.c-accreditation .error {
  border: 1px solid red;
}
.c-accreditation .error-text {
  color: red;
}
.c-accreditation .o-list-bare__item {
  margin-bottom: 16px;
}
.c-accreditation .captcha {
  width: 25%;
}
.c-accreditation textarea {
  resize: none;
  height: 50px;
  width: 100%;
}
.c-accreditation input {
  border: 1px solid black;
  display: block;
  width: 100%;
  padding-top: 3px;
  padding-bottom: 3px;
}
.c-accreditation input[type=submit] {
  border-radius: 0;
  width: 25%;
  cursor: pointer;
}
.c-accreditation .c-accreditation__subtext {
  font-size: 0.75em;
  margin-top: 32px;
}
.c-accreditation p {
  margin-bottom: 3px;
}
.c-accreditation .control {
  font-family: arial;
  display: inline-block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
  padding-top: 3px;
  cursor: pointer;
}
.c-accreditation .control:first-of-type {
  margin-left: 0;
}
@media (max-width: 47.99em) {
  .c-accreditation .control {
    margin-left: 0;
    width: 80%;
  }
}
.c-accreditation .control input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.c-accreditation .control_indicator {
  position: absolute;
  top: 1px;
  left: 0;
  height: 22px;
  width: 22px;
  background: #ffffff;
  border: 1px solid #000000;
}
.c-accreditation .control_indicator:before {
  content: " ";
  position: absolute;
  z-index: 4;
  top: 1px;
  left: 1px;
  right: 1px;
  bottom: 1px;
  border: 2px solid white;
}
.c-accreditation .control-radio .control_indicator {
  border-radius: undefined;
}
.c-accreditation .control:hover input ~ .control_indicator,
.c-accreditation .control input:focus ~ .control_indicator {
  background: #ffffff;
}
.c-accreditation .control input:checked ~ .control_indicator {
  background: #000000;
}
.c-accreditation .control:hover input:not([disabled]):checked ~ .control_indicator,
.c-accreditation .control input:checked:focus ~ .control_indicator {
  background: #000000;
}
.c-accreditation .control input:disabled ~ .control_indicator {
  background: #ffffff;
  opacity: 0;
  pointer-events: none;
}
.c-accreditation .control_indicator:after {
  box-sizing: unset;
  content: "";
  position: absolute;
  display: none;
}
.c-accreditation .control input:checked ~ .control_indicator:after {
  display: block;
}
.c-accreditation .control-checkbox input:disabled ~ .control_indicator:after {
  border-color: #ffffff;
}
.c-accreditation .control-group {
  margin-left: 0;
}

/* ==========================================================================
# CALENDAR ITEM
========================================================================= */
.c-calendar a {
  text-decoration: none;
}

.c-calendar__header-item {
  font-size: 12px;
}

.c-calendar__text {
  height: 0;
  overflow: hidden;
}
@media (max-width: 63.99em) {
  .c-calendar__text {
    margin-top: 15px;
  }
}

.c-calendar__image {
  font-size: 12px;
  height: 0;
  line-height: 12px;
  overflow: hidden;
  margin-left: -18px;
  text-align: right;
}
.c-calendar__image > img {
  margin-top: 18px;
}
@media (max-width: 63.99em) {
  .c-calendar__image {
    margin-left: 0;
  }
  .c-calendar__image > img {
    margin-top: 0;
  }
}

@media (max-width: 47.99em) {
  .c-calendar--desktop {
    display: none;
  }
}
.c-calendar--desktop .c-calendar__header-item__date .c-calendar__header-item__date__svg, .c-calendar--desktop .c-calendar__header-item__section .c-calendar__header-item__date__svg {
  position: relative;
}
.c-calendar--desktop .c-calendar__header-item__date svg, .c-calendar--desktop .c-calendar__header-item__section svg {
  width: 1rem;
  height: 1rem;
  position: absolute;
  top: -2px;
  transform: rotate(180deg);
  transition: 0.2s ease;
}
.c-calendar--desktop .c-calendar__header-item__date svg .fill--none, .c-calendar--desktop .c-calendar__header-item__section svg .fill--none {
  fill: none;
}
.c-calendar--desktop .c-calendar__header-item__date--turn svg, .c-calendar--desktop .c-calendar__header-item__section--turn svg {
  transform: rotate(0deg);
  transition: 0.2s ease;
}

.c-calendar__event {
  margin-bottom: 15px;
  margin-top: 15px;
}
.c-calendar__event .c-calendar__date--hidden {
  display: none;
}
.c-calendar__event .c-calendar__eventtitle {
  position: relative;
}
.c-calendar__event .c-calendar__eventtitle .c-calendar__transition-btn {
  cursor: pointer;
  float: right;
  position: absolute;
  top: -5px;
  right: -24px;
}
.c-calendar__event .c-calendar__eventtitle .c-calendar__transition-btn svg {
  width: 2rem;
  height: 2rem;
}
@media (min-width: 48em) and (max-width: 59.375em) {
  .c-calendar__event .c-calendar__eventtitle .c-calendar__transition-btn {
    right: -20px;
  }
}
.c-calendar__event .c-calendar__eventtitle .c-calendar__transition-btn--closed svg {
  transform: rotate(270deg);
  transition: 0.5s ease;
}
.c-calendar__event .c-calendar__eventtitle .c-calendar__transition-btn--open svg {
  transform: rotate(360deg);
  transition: 0.5s ease;
}
.c-calendar__event .c-calendar__eventtitle:hover {
  text-decoration: underline;
}
.c-calendar__event .c-calendar__location {
  position: relative;
  padding-left: 18px;
}
.c-calendar__event .c-calendar__location svg {
  position: absolute;
  left: 0px;
  top: 4px;
  width: 1rem;
  height: 1rem;
  vertical-align: text-top;
}
.c-calendar__event .c-calendar__location svg .fill--none {
  fill: none;
}
.c-calendar__event .c-calendar__eventcategory {
  position: relative;
}
.c-calendar__event .c-calendar__eventcategory .c-calendar__transition-btn {
  cursor: pointer;
  float: right;
  position: absolute;
  top: -3px;
  right: -8px;
}
.c-calendar__event .c-calendar__eventcategory .c-calendar__transition-btn svg {
  width: 2rem;
  height: 2rem;
}
@media (min-width: 48em) and (max-width: 59.375em) {
  .c-calendar__event .c-calendar__eventcategory .c-calendar__transition-btn {
    right: -20px;
  }
}
.c-calendar__event .c-calendar__eventcategory .c-calendar__transition-btn--closed svg {
  transform: rotate(270deg);
  transition: 0.5s ease;
}
.c-calendar__event .c-calendar__eventcategory .c-calendar__transition-btn--open svg {
  transform: rotate(360deg);
  transition: 0.5s ease;
}

.c-calendar__link {
  position: relative;
  padding-left: 18px;
}
.c-calendar__link svg {
  position: absolute;
  left: 0px;
  top: 4px;
  width: 1rem;
  height: 1rem;
  vertical-align: text-top;
}
.c-calendar__link svg .fill--none {
  fill: none;
}

@media (min-width: 48em) {
  .c-calendar--mobile {
    display: none;
  }
}

.c-calendar--mobile__header-box {
  border: 2px solid black;
  padding: 17px 28px 15px 28px;
  height: 3.5rem;
  overflow: hidden;
}
.c-calendar--mobile__header-box .c-calendar__selection {
  position: relative;
}
.c-calendar--mobile__header-box .c-calendar__selection .c-calendar__selection-btn {
  position: absolute;
  right: 0;
  top: -8px;
}
.c-calendar--mobile__header-box .c-calendar__selection .c-calendar__selection-btn svg {
  width: 2rem;
  height: 2rem;
  transform: rotate(270deg);
  transition: 0.5s ease;
}
.c-calendar--mobile__header-box .c-calendar__selection .c-calendar__selection-btn--open svg {
  transform: rotate(360deg);
  transition: 0.5s ease;
}
.c-calendar--mobile__header-box .c-calendar__selection .c-calendar__selection__item {
  margin-bottom: 16px;
}

.c-calendar--mobile__header-box--open {
  height: 100%;
}

.c-calendar--mobile__event .c-calendar--mobile__date span {
  font-weight: 700;
}
.c-calendar--mobile__event .c-calendar--mobile__location {
  position: relative;
  padding-left: 16px;
}
.c-calendar--mobile__event .c-calendar--mobile__location a {
  margin-left: 4px;
}
.c-calendar--mobile__event .c-calendar--mobile__location svg {
  position: absolute;
  left: -4px;
  top: 0px;
  width: 1.5rem;
  height: 1.5rem;
  vertical-align: text-top;
}
.c-calendar--mobile__event .c-calendar--mobile__location svg .fill--none {
  fill: none;
}
.c-calendar--mobile__event .c-calendar__line--mobile {
  border-bottom: 2px solid black;
  margin-bottom: 20px;
  margin-top: 20px;
}

.c-calendar--mobile__event:last-of-type .c-calendar__line--mobile {
  border-bottom: none;
}

/* ==========================================================================
   # calltoaction item
   ========================================================================== */
.c-calltoaction {
  height: 100px;
}
.c-calltoaction > a {
  display: block;
  height: 100%;
  left: 0;
  opacity: 1;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 99;
}
.c-calltoaction > a .c-calltoaction__text {
  color: #FFFFFF;
  display: inline-block;
  opacity: 1;
  position: relative;
  text-decoration: none;
  top: 50%;
  transform: translateY(-50%);
}
.c-calltoaction > a .c-calltoaction__text p {
  margin-bottom: 0;
}

/* ==========================================================================
# catalog component
========================================================================== */
.c-catalog {
  height: 300px;
}
.c-catalog .c-catalog__image {
  max-height: 300px;
  width: auto;
}

/* ==========================================================================
# COOKIE BANNER
========================================================================= */
#cookies-eu-banner {
  color: #fff;
  font-size: 13px;
  width: 100%;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 10002;
  height: 0;
  overflow: hidden;
}
#cookies-eu-banner > * {
  display: flex;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  padding-left: 7.812vw;
  padding-right: 7.812vw;
  position: relative;
}
#cookies-eu-banner > * > .cookies-eu-banner-buttons {
  display: flex;
  margin-left: 16px;
}
@media (max-width: 47.99em) {
  #cookies-eu-banner > * > .cookies-eu-banner-buttons {
    display: block;
    text-align: right;
  }
}
#cookies-eu-banner > * > * > a {
  color: #FFFFFF;
  white-space: nowrap;
}
@media (min-width: 80em) {
  #cookies-eu-banner > * {
    padding-left: 100px;
    padding-right: 104px;
  }
}
@media (max-width: 63.99em) {
  #cookies-eu-banner > * {
    padding-left: 28px;
    padding-right: 28px;
  }
}
@media (max-width: 47.99em) {
  #cookies-eu-banner > * {
    padding-left: 14px;
    padding-right: 14px;
  }
}
#cookies-eu-banner > p {
  margin-bottom: 0;
}

#cookies-eu-accept {
  margin-left: 8px !important;
}

#cookies-eu-accept,
#cookies-eu-reject {
  text-decoration: none;
  background: transparent;
  color: #fff;
  border-color: #FFFFFF;
  cursor: pointer;
  margin: 2px 0;
  font-size: 13px;
  transition: background 0.07s, color 0.07s, border-color 0.07s;
}

#cookies-eu-accept:hover,
#cookies-eu-accept:focus {
  background: #fff;
  color: #222;
}

#cookies-eu-reject {
  background: none;
  font-weight: normal;
  color: #FFFFFF;
  cursor: pointer;
  margin: 2px 0;
  border-color: #FFFFFF;
}

#cookies-eu-reject:hover,
#cookies-eu-reject:focus {
  border-color: #fff;
  background: #fff;
  color: #222;
}

/* ==========================================================================
# DOWNLOAD ITEM
========================================================================= */
.c-download__box-wrapper {
  background-color: lightgrey;
}

.c-download__box {
  padding: 12px;
}

.c-download__form label {
  font-size: 1rem;
}
.c-download__form input {
  font-size: 12px;
  line-height: 24px;
  line-height: 15px;
  margin-bottom: 12px;
  border: none;
}
@media (min-width: 64em) and (max-width: 79.99em) {
  .c-download__form input {
    line-height: 16px;
  }
}
.c-download__form input[type=submit]   {
  background-color: black;
  border: none;
  color: white;
  font-size: 1rem;
  font-weight: 700;
  height: 40px;
  margin-left: 10%;
  width: 80%;
}
@media (min-width: 64em) and (max-width: 79.99em) {
  .c-download__form input[type=submit]   {
    font-size: 1rem;
    height: 24px;
  }
}
@media (max-width: 63.99em) {
  .c-download__form input[type=submit]   {
    margin-top: 24px;
  }
}

/* ==========================================================================
   # Footer
   ========================================================================== */
/**
 * Contains copyright and footer navigation
 *
 */
.c-footer {
  background-color: #FFFFFF;
  border-top: 2px solid black;
  position: relative;
  z-index: 100;
}
.c-footer > div {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  padding-bottom: 16px;
  padding-top: 16px;
  width: 100%;
  padding-left: 7.812vw;
  padding-right: 7.812vw;
}
@media (min-width: 80em) {
  .c-footer > div {
    padding-left: 100px;
    padding-right: 100px;
  }
}
@media (max-width: 63.99em) {
  .c-footer > div {
    padding-left: 28px;
    padding-right: 28px;
  }
}
@media (max-width: 47.99em) {
  .c-footer > div {
    padding-left: 14px;
    padding-right: 14px;
  }
}
.c-footer .c-footer__item {
  display: inline-block;
  font-size: 12px;
  line-height: 18px;
  margin-left: 32px;
}
@media (max-width: 23.4275em) {
  .c-footer .c-footer__item {
    display: block;
    margin-bottom: 6px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 47.99em) {
  .c-footer .c-footer__item {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
}
.c-footer .c-footer__item:first-of-type {
  margin-left: 0;
}
.c-footer .c-footer__list {
  font-size: 12px;
  margin-bottom: 0;
  margin-top: 20px;
}
@media (min-width: 64em) {
  .c-footer .c-footer__list {
    text-align: right;
    margin-top: 0;
  }
}
.c-footer .c-footer__list > li {
  margin-left: 20px;
}
@media (max-width: 63.99em) {
  .c-footer .c-footer__list > li {
    margin-left: 0;
    width: 100%;
  }
}

/* ==========================================================================
   # Header
   ========================================================================== */
/**
 * Contains Log and Main Navigation
 *
 */
.c-header {
  background-color: #FFFFFF;
  border-bottom: 2px solid black;
  width: 100%;
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  top: 0;
  z-index: 10001;
  display: flex;
  align-items: center;
}
@media (max-width: 63.99em) {
  .c-header {
    border-bottom: none;
    height: auto;
  }
}

.c-header__wrapper {
  background-color: #FFFFFF;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  padding-left: 7.812vw;
  padding-right: 7.812vw;
  padding-top: 30px;
  padding-bottom: 30px;
  width: 100%;
  z-index: 1002;
}
@media (max-width: 63.99em) {
  .c-header__wrapper {
    border-bottom: 2px solid black;
    padding-bottom: 16px;
    padding-left: 28px;
    padding-right: 28px;
    padding-top: 16px;
  }
}
@media (max-width: 47.99em) {
  .c-header__wrapper {
    padding-left: 14px;
    padding-right: 14px;
  }
}
.c-header__wrapper > .o-layout {
  transition: height 1s ease;
}
@media (max-width: 63.99em) {
  .c-header__wrapper > .o-layout {
    height: 0;
    overflow: hidden;
  }
  .c-header__wrapper > .o-layout.open {
    height: auto;
  }
}
.c-header__wrapper > .o-layout > * {
  vertical-align: bottom;
}
@media (min-width: 80em) {
  .c-header__wrapper {
    padding-left: 100px;
    padding-right: 100px;
  }
}
@media (max-width: 63.99em) {
  .c-header__wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.c-header__wrapper .c-header__logo {
  z-index: 1003;
}
@media (min-width: 64em) {
  .c-header__wrapper .c-header__logo {
    display: none;
  }
}
@media (max-width: 63.99em) {
  .c-header__wrapper .c-header__logo {
    display: block;
  }
}
.c-header__wrapper .c-header__logo svg, .c-header__wrapper .c-header__logo img {
  margin-right: 2.69vw;
  max-width: 200px;
  opacity: 1;
}
@media (max-width: 63.99em) {
  .c-header__wrapper .c-header__logo--desktop {
    display: none;
  }
}
.c-header__wrapper .c-header__logo--desktop > svg, .c-header__wrapper .c-header__logo--desktop img  {
  margin-right: 2.69vw;
  max-width: 200px;
  transform: translateY(5px);
}
.c-header__wrapper .c-header__title {
  position: absolute;
  top: 14px;
}
.c-header__wrapper .c-header__title svg {
  margin-right: 4.69vw;
  max-width: 200px;
  opacity: 1;
}
@media (max-width: 63.99em) {
  .c-header__wrapper .c-header__title svg {
    display: inline-block;
    height: 60px;
    width: auto;
  }
}

/* Style variants
   ========================================================================== */
/* ==========================================================================
   # image component
   ========================================================================== */
.c-image__caption {
  font-size: 0.8rem;
  text-align: right;
}

.c-imagealt {
  max-height: 300px;
  width: auto;
}

/* ==========================================================================
   # imageslider component
   ========================================================================== */
.c-imageslider {
  position: relative;
}
.c-imageslider * {
  box-sizing: border-box;
}
@media (max-width: 47.99em) {
  .c-imageslider {
    margin-left: 16px;
    margin-right: 16px;
  }
}

.c-imageslider__wrapper {
  position: relative;
  width: 100%;
}
.c-imageslider__wrapper .c-imageslider__colorbox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.c-imageslider__wrapper .c-imageslider__item img {
  width: 100%;
}

.c-imageslide__info {
  min-height: 136px;
  position: relative;
  text-align: center;
}
@media (max-width: 47.99em) {
  .c-imageslide__info {
    min-height: inherit;
    padding-left: 48px;
    padding-right: 48px;
  }
}
.c-imageslide__info > div {
  margin-left: auto;
  margin-right: auto;
  max-width: 80%;
}
@media (max-width: 47.99em) {
  .c-imageslide__info > div {
    max-width: inherit;
  }
}
.c-imageslide__info > div p  {
  margin-bottom: 12px;
}

.c-imageslider__arrow {
  position: absolute;
  display: block;
  height: auto;
  width: 32px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  z-index: 1300;
}
.c-imageslider__arrow > svg {
  fill: black;
}
@media (max-width: 47.99em) {
  .c-imageslider__arrow {
    height: auto;
    width: 32px;
  }
}

.c-imageslider__arrow--left {
  left: 0;
  transform: translate(-100%, -50%);
}
.c-imageslider__arrow--left svg {
  transform: rotate(180deg);
}

.c-imageslider__arrow--right {
  right: 0;
  transform: translate(100%, -50%);
}

.c-imageslider__caption {
  font-size: 0.8rem;
  text-align: right;
}

/* ==========================================================================
   # language switch
   ========================================================================== */
.c-language-switch {
  margin-left: auto;
  margin-bottom: auto;
}
@media (max-width: 63.99em) {
  .c-language-switch {
    float: right;
  }
}
.c-language-switch .c-language-switch__list-item {
  list-style: none;
}

/* ==========================================================================
   # NAVIGATION
   ========================================================================== */
.c-navigation--header {
  padding-top: 16px;
}
@media (min-width: 64em) {
  .c-navigation--header {
    display: flex;
    align-items: center;
    padding-top: 0;
    padding-left: 40px;
  }
}

.c-navigation__list-item--header > a {
  display: block;
}
@media (min-width: 64em) {
  .c-navigation__list-item--header > a {
    margin-right: 80px;
  }
}

.c-navigation__list-item--mobile {
  margin-left: 0;
  margin-bottom: 16px;
  width: 80%;
  float: left;
}

@media (max-width: 63.99em) {
  .c-navigation__burger__parent {
    position: absolute;
    right: 16px;
    top: 20px;
  }
}
@media (min-width: 64em) {
  .c-navigation__burger__parent {
    display: none;
  }
}
.c-navigation__burger__parent:focus {
  outline: none;
}

.c-navigation__burger__child {
  float: right;
  height: 30px;
  margin-top: 2px;
  position: relative;
  transform: rotate(0);
  transition: 0.5s ease-in-out;
  width: 30px;
  cursor: pointer;
}
.c-navigation__burger__child span {
  background: #000000;
  display: block;
  height: 4px;
  position: absolute;
  width: 100%;
  opacity: 1;
  left: 0;
  transform: rotate(0);
  transition: 0.25s ease-in-out;
}
.c-navigation__burger__child span:nth-child(1) {
  top: 0;
}
.c-navigation__burger__child span:nth-child(2), .c-navigation__burger__child span:nth-child(3) {
  top: 10px;
}
.c-navigation__burger__child span:nth-child(4) {
  top: 20px;
}
.c-navigation__burger__child:focus {
  outline: none;
}

.c-navigation__burger__child--open span:nth-child(1), .c-navigation__burger__child--open span:nth-child(4) {
  top: 18px;
  width: 0;
  left: 50%;
}
.c-navigation__burger__child--open span:nth-child(2) {
  transform: rotate(45deg);
}
.c-navigation__burger__child--open span:nth-child(3) {
  transform: rotate(-45deg);
}

.c-navigation__footer {
  display: flex;
  padding-left: 40px;
}
.c-navigation__footer > * {
  position: relative;
}
.c-navigation__footer > * > a {
  display: block;
  margin-right: 80px;
}
@media (max-width: 63.99em) {
  .c-navigation__footer {
    display: none;
  }
}
.c-navigation__footer .c-navigation__sublist {
  position: absolute;
  display: block;
  margin-left: 0;
  margin-bottom: 0;
  padding-top: 1em;
  padding-right: 1em;
  width: 100%;
}
.c-navigation__footer .c-navigation__sublist .c-navigation__sublist-item {
  list-style: none;
  font-size: 12px;
  line-height: 18px;
  padding-bottom: 0.5em;
}

/* ==========================================================================
   # News item
   ========================================================================== */
.c-news__text ul, .c-news__text p {
  margin-bottom: 0;
}

.c-news__caption {
  font-size: 0.8rem;
  text-align: right;
}
.c-news__caption > p {
  margin-bottom: 0;
}

/* ==========================================================================
   # Newsarticle page
   ========================================================================== */
.c-newsarticle__image {
  margin-bottom: 80px;
}
@media (min-width: 48em) and (max-width: 63.99em) {
  .c-newsarticle__image {
    margin-bottom: 46px;
  }
}
@media (max-width: 47.99em) {
  .c-newsarticle__image {
    margin-bottom: 18px;
  }
}

.c-newsarticle__heading {
  margin-bottom: 50px;
}
@media (min-width: 48em) and (max-width: 63.99em) {
  .c-newsarticle__heading {
    margin-bottom: 30px;
  }
}
@media (max-width: 47.99em) {
  .c-newsarticle__heading {
    margin-bottom: 18px;
  }
}

.c-newsarticle__text {
  margin-bottom: 80px;
}
@media (min-width: 48em) and (max-width: 63.99em) {
  .c-newsarticle__text {
    margin-bottom: 60px;
  }
}
@media (max-width: 47.99em) {
  .c-newsarticle__text {
    margin-bottom: 18px;
  }
}

.c-newsarticle__button {
  margin-bottom: 80px;
  margin-top: 100px;
}
@media (min-width: 48em) and (max-width: 63.99em) {
  .c-newsarticle__button {
    margin-bottom: 60px;
    margin-top: 40px;
  }
}
@media (max-width: 47.99em) {
  .c-newsarticle__button {
    margin-bottom: 18px;
    margin-top: 18px;
  }
}

/* ==========================================================================
   #INPUT fields, buttons, etc.
   ========================================================================== */
.c-newsletter h1 {
  font-size: 30px;
  margin-bottom: 1rem;
}
.c-newsletter .o-list-bare__item {
  margin-bottom: 16px;
}
.c-newsletter .captcha {
  width: 25%;
}
.c-newsletter input, .c-newsletter button {
  border: 1px solid black;
  display: block;
  width: 100%;
  padding-top: 3px;
  padding-bottom: 3px;
}
.c-newsletter button[type=submit] {
  border-radius: 0;
  width: 25%;
  cursor: pointer;
  background-color: #FFFFFF;
  color: #000000;
  padding-top: 3px;
  padding-bottom: 3px;
}
.c-newsletter button[type=submit]:hover {
  background-color: #000000;
  color: #FFFFFF;
}
.c-newsletter .c-newsletter__subtext {
  font-size: 0.75em;
  margin-top: 32px;
}

/* ==========================================================================
   # newsslider component
   ========================================================================== */
.c-newsslider {
  position: relative;
}
.c-newsslider * {
  box-sizing: border-box;
}

.c-newsslider__arrow {
  position: absolute;
  display: block;
  height: 3.5rem;
  width: 3.5rem;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  top: 85%;
  padding: 0;
  border: none;
  outline: none;
  z-index: 1300;
}
.c-newsslider__arrow > svg {
  fill: black;
}
@media (max-width: 47.99em) {
  .c-newsslider__arrow {
    bottom: -4px;
    top: inherit;
  }
}

.c-newsslider__arrow--left {
  left: 0;
}
.c-newsslider__arrow--left svg {
  transform: rotate(180deg);
}

.c-newsslider__arrow--right {
  right: 0;
}

.c-newsslider__caption {
  font-size: 0.8rem;
  text-align: right;
}

/* ==========================================================================
   # SHARING snippet
   ========================================================================== */
.c-sharing {
  position: absolute;
  padding-left: inherit;
  padding-right: inherit;
  right: 0;
  top: 20px;
  margin-bottom: 0;
}
.c-sharing .c-sharing__item {
  position: relative;
}
.c-sharing .c-sharing__item svg {
  height: 30px;
  width: 36px;
}
.c-sharing .c-sharing__item .c-sharing__item__text {
  bottom: 2px;
  display: none;
  font-size: 11px;
  height: 0px;
  position: absolute;
  right: 0;
  text-align: right;
  width: 84px;
}
.c-sharing .c-sharing__item:hover .c-sharing__item__text {
  display: inline-block;
  background-color: #FFFFFF;
  z-index: 1300;
}
@media (max-width: 47.99em) {
  .c-sharing .c-sharing__item:hover .c-sharing__item__text {
    display: none;
  }
}
.c-sharing .c-sharing__item--instagram svg {
  height: 21px;
  transform: translateY(-4px);
}

/* ==========================================================================
   # teaser item
   ========================================================================== */
.c-teaser__wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
}
@media (max-width: 47.99em) {
  .c-teaser__wrapper {
    margin-bottom: 16px;
  }
}
.c-teaser__wrapper > img, .c-teaser__wrapper .c-teaser__colorbox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.c-teaser--hover {
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 99;
}
.c-teaser--hover:hover {
  opacity: 1;
}
@media (max-width: 47.99em) {
  .c-teaser--hover {
    display: none;
  }
}

.c-teaser--no-hover {
  height: 100%;
  left: 0;
  opacity: 1;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 99;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.c-teaser--no-hover .o-button {
  margin-top: auto;
  margin-bottom: 16px;
  margin-right: 0;
}
.c-teaser--no-hover .o-button div {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  vertical-align: top;
}

.c-teaser__text {
  display: inline-block;
  opacity: 1;
  position: relative;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 20px;
}
@media (max-width: 30em) {
  .c-teaser__text {
    padding-top: 10px;
  }
}
@media (min-width: 30.0625em) and (max-width: 47.99em) {
  .c-teaser__text {
    padding-top: 6vw;
  }
}
@media (min-width: 48em) and (max-width: 63.99em) {
  .c-teaser__text {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 15px;
  }
}
.c-teaser__text .c-teaser__texthead {
  font-size: 12px;
  font-weight: 700;
  height: 30px;
  letter-spacing: 0.2rem;
  line-height: 15px;
  margin-bottom: 0;
  overflow-y: hidden;
  text-transform: uppercase;
}
@media (min-width: 37.5em) and (max-width: 47.99em) {
  .c-teaser__text .c-teaser__texthead {
    font-size: 15px;
  }
}
@media (min-width: 64em) and (max-width: 79.99em) {
  .c-teaser__text .c-teaser__texthead--small {
    font-size: 10px;
    line-height: 12px;
  }
}
.c-teaser__text .c-teaser__textcenter {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 0;
  margin-top: 1vw;
}
@media (max-width: 30em) {
  .c-teaser__text .c-teaser__textcenter {
    font-size: 18px;
  }
}
@media (min-width: 40em) and (max-width: 47.99em) {
  .c-teaser__text .c-teaser__textcenter {
    font-size: 40px;
  }
}
@media (max-width: 47.99em) {
  .c-teaser__text .c-teaser__textcenter {
    margin-top: 2vw;
  }
}
@media (min-width: 48em) and (max-width: 79.99em) {
  .c-teaser__text .c-teaser__textcenter {
    font-size: 22px;
  }
}
@media (min-width: 64em) and (max-width: 79.99em) {
  .c-teaser__text .c-teaser__textcenter--small {
    font-size: 22px;
  }
}
.c-teaser__text p {
  margin-bottom: 0;
}

@media (min-width: 64em) and (max-width: 70.3125em) {
  .c-teaser__text--small {
    padding-top: 10px;
  }
}

.c-teaser__text--portrait {
  top: 30%;
}

.c-teaser__text--mobile {
  display: none;
}
.c-teaser__text--mobile p {
  margin-bottom: 0;
}
@media (max-width: 47.99em) {
  .c-teaser__text--mobile {
    display: block;
  }
}

.c-teaser__caption {
  font-size: 0.8rem;
  text-align: right;
}

.c-teaser__image--portrait {
  position: absolute;
  top: 16px !important;
  left: 16px !important;
  width: calc(100% - 32px) !important;
  height: calc(100% - 16px) !important;
}

.c-responsive-video {
  position: relative;
  box-sizing: border-box;
}
.c-responsive-video--16-9 {
  padding-top: 56.25%;
}
.c-responsive-video--4-3 {
  padding-top: 75%;
}
.c-responsive-video--scope {
  padding-top: 42.85%;
}
.c-responsive-video > iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.c-responsive-video__consent {
  color: #FFFFFF;
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 5%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
.c-responsive-video__consent__text > p {
  margin-bottom: 2%;
  margin-top: 3%;
}
@media (max-width: 47.99em) {
  .c-responsive-video__consent__text {
    font-size: 12px;
  }
}
.c-responsive-video__consent__text__icon {
  margin: 0 auto 16px auto;
  width: 10%;
  min-width: 30px;
}
@media (max-width: 47.99em) {
  .c-responsive-video__consent__text__icon {
    display: none;
  }
}
.c-responsive-video__consent__text__icon:before {
  content: "";
  display: block;
  margin: 0 auto 16px auto;
  width: 100%;
  padding-top: 100%;
  background-size: contain;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNzQiIGhlaWdodD0iNzQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0iI0ZGRiIgZmlsbC1ydWxlPSJub256ZXJvIj48cGF0aCBkPSJNNTUuNDcyIDM2Ljk2N2wtMjYuNTgzLTE4Ljc1YTEuMTc4IDEuMTc4IDAgMDAtMS4yNDYtLjA3M0ExLjI1NiAxLjI1NiAwIDAwMjcgMTkuMjVWNTYuNzVjMCAuNDY0LjI0OC44ODkuNjQ0IDEuMTA1YTEuMTY1IDEuMTY1IDAgMDAxLjI0NS0uMDczbDI2LjU4My0xOC43NWMuMzMtLjIzMi41MjgtLjYxOS41MjgtMS4wMzIgMC0uNDE0LS4xOTgtLjgtLjUyOC0xLjAzM3pNMjkuNDE3IDU0LjM4NFYyMS42MTZMNTIuNjQ3IDM4bC0yMy4yMyAxNi4zODR6Ii8+PHBhdGggZD0iTTM3IDBDMTYuNTk4IDAgMCAxNi41OTggMCAzN3MxNi41OTggMzcgMzcgMzcgMzctMTYuNTk4IDM3LTM3UzU3LjQwMiAwIDM3IDB6bTAgNzEuNTMzQzE3Ljk1OSA3MS41MzMgMi40NjcgNTYuMDQxIDIuNDY3IDM3UzE3Ljk1OSAyLjQ2NyAzNyAyLjQ2NyA3MS41MzMgMTcuOTU5IDcxLjUzMyAzNyA1Ni4wNDEgNzEuNTMzIDM3IDcxLjUzM3oiLz48L2c+PC9zdmc+);
  background-repeat: no-repeat;
}
.c-responsive-video__consent__text a {
  color: inherit;
  text-decoration: underline;
}
.c-responsive-video__consent__link {
  color: #FFFFFF;
}
.c-responsive-video__consent > div > button {
  cursor: pointer;
  margin-right: 0;
  margin-top: 1em;
  border-color: #FFFFFF;
  background: transparent;
  color: #FFFFFF;
}
.c-responsive-video__consent > div > button:hover, .c-responsive-video__consent > div > button:focus {
  border-color: #fff;
  background: #fff;
  color: #222;
}
@media (min-width: 48em) {
  .u-1\/2\@tablet > .c-responsive-video * {
    font-size: 12px !important;
  }
}
@media (max-width: 63.99em) {
  .u-1\/2\@tablet > .c-responsive-video .c-responsive-video__consent__text__icon {
    display: none;
  }
}
@media (min-width: 64em) {
  .u-1\/3\@desktop > .c-responsive-video button {
    padding: 0.5rem;
    line-height: 1.5;
    height: auto;
  }
}
@media (min-width: 64em) {
  .u-1\/3\@desktop > .c-responsive-video .c-responsive-video__consent__text__icon {
    display: none;
  }
}

.c-video-caption {
  font-size: 0.8rem;
  text-align: right;
}

/* ==========================================================================
   #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.3333333333% !important;
}

/**
 * 1. Reset any leftover or conflicting `left`/`right` values.
 */
.u-push-1\/3 {
  position: relative !important;
  right: auto !important;
  /* [1] */
  left: 33.3333333333% !important;
}

.u-pull-1\/3 {
  position: relative !important;
  right: 33.3333333333% !important;
  left: auto !important;
  /* [1] */
}

.u-2\/3 {
  width: 66.6666666667% !important;
}

/**
 * 1. Reset any leftover or conflicting `left`/`right` values.
 */
.u-push-2\/3 {
  position: relative !important;
  right: auto !important;
  /* [1] */
  left: 66.6666666667% !important;
}

.u-pull-2\/3 {
  position: relative !important;
  right: 66.6666666667% !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] */
}

.u-1\/6 {
  width: 16.6666666667% !important;
}

/**
 * 1. Reset any leftover or conflicting `left`/`right` values.
 */
.u-push-1\/6 {
  position: relative !important;
  right: auto !important;
  /* [1] */
  left: 16.6666666667% !important;
}

.u-pull-1\/6 {
  position: relative !important;
  right: 16.6666666667% !important;
  left: auto !important;
  /* [1] */
}

.u-2\/6 {
  width: 33.3333333333% !important;
}

/**
 * 1. Reset any leftover or conflicting `left`/`right` values.
 */
.u-push-2\/6 {
  position: relative !important;
  right: auto !important;
  /* [1] */
  left: 33.3333333333% !important;
}

.u-pull-2\/6 {
  position: relative !important;
  right: 33.3333333333% !important;
  left: auto !important;
  /* [1] */
}

.u-3\/6 {
  width: 50% !important;
}

/**
 * 1. Reset any leftover or conflicting `left`/`right` values.
 */
.u-push-3\/6 {
  position: relative !important;
  right: auto !important;
  /* [1] */
  left: 50% !important;
}

.u-pull-3\/6 {
  position: relative !important;
  right: 50% !important;
  left: auto !important;
  /* [1] */
}

.u-4\/6 {
  width: 66.6666666667% !important;
}

/**
 * 1. Reset any leftover or conflicting `left`/`right` values.
 */
.u-push-4\/6 {
  position: relative !important;
  right: auto !important;
  /* [1] */
  left: 66.6666666667% !important;
}

.u-pull-4\/6 {
  position: relative !important;
  right: 66.6666666667% !important;
  left: auto !important;
  /* [1] */
}

.u-5\/6 {
  width: 83.3333333333% !important;
}

/**
 * 1. Reset any leftover or conflicting `left`/`right` values.
 */
.u-push-5\/6 {
  position: relative !important;
  right: auto !important;
  /* [1] */
  left: 83.3333333333% !important;
}

.u-pull-5\/6 {
  position: relative !important;
  right: 83.3333333333% !important;
  left: auto !important;
  /* [1] */
}

.u-6\/6 {
  width: 100% !important;
}

/**
 * 1. Reset any leftover or conflicting `left`/`right` values.
 */
.u-push-6\/6 {
  position: relative !important;
  right: auto !important;
  /* [1] */
  left: 100% !important;
}

.u-pull-6\/6 {
  position: relative !important;
  right: 100% !important;
  left: auto !important;
  /* [1] */
}

.u-1\/7 {
  width: 14.2857142857% !important;
}

/**
 * 1. Reset any leftover or conflicting `left`/`right` values.
 */
.u-push-1\/7 {
  position: relative !important;
  right: auto !important;
  /* [1] */
  left: 14.2857142857% !important;
}

.u-pull-1\/7 {
  position: relative !important;
  right: 14.2857142857% !important;
  left: auto !important;
  /* [1] */
}

.u-2\/7 {
  width: 28.5714285714% !important;
}

/**
 * 1. Reset any leftover or conflicting `left`/`right` values.
 */
.u-push-2\/7 {
  position: relative !important;
  right: auto !important;
  /* [1] */
  left: 28.5714285714% !important;
}

.u-pull-2\/7 {
  position: relative !important;
  right: 28.5714285714% !important;
  left: auto !important;
  /* [1] */
}

.u-3\/7 {
  width: 42.8571428571% !important;
}

/**
 * 1. Reset any leftover or conflicting `left`/`right` values.
 */
.u-push-3\/7 {
  position: relative !important;
  right: auto !important;
  /* [1] */
  left: 42.8571428571% !important;
}

.u-pull-3\/7 {
  position: relative !important;
  right: 42.8571428571% !important;
  left: auto !important;
  /* [1] */
}

.u-4\/7 {
  width: 57.1428571429% !important;
}

/**
 * 1. Reset any leftover or conflicting `left`/`right` values.
 */
.u-push-4\/7 {
  position: relative !important;
  right: auto !important;
  /* [1] */
  left: 57.1428571429% !important;
}

.u-pull-4\/7 {
  position: relative !important;
  right: 57.1428571429% !important;
  left: auto !important;
  /* [1] */
}

.u-5\/7 {
  width: 71.4285714286% !important;
}

/**
 * 1. Reset any leftover or conflicting `left`/`right` values.
 */
.u-push-5\/7 {
  position: relative !important;
  right: auto !important;
  /* [1] */
  left: 71.4285714286% !important;
}

.u-pull-5\/7 {
  position: relative !important;
  right: 71.4285714286% !important;
  left: auto !important;
  /* [1] */
}

.u-6\/7 {
  width: 85.7142857143% !important;
}

/**
 * 1. Reset any leftover or conflicting `left`/`right` values.
 */
.u-push-6\/7 {
  position: relative !important;
  right: auto !important;
  /* [1] */
  left: 85.7142857143% !important;
}

.u-pull-6\/7 {
  position: relative !important;
  right: 85.7142857143% !important;
  left: auto !important;
  /* [1] */
}

.u-7\/7 {
  width: 100% !important;
}

/**
 * 1. Reset any leftover or conflicting `left`/`right` values.
 */
.u-push-7\/7 {
  position: relative !important;
  right: auto !important;
  /* [1] */
  left: 100% !important;
}

.u-pull-7\/7 {
  position: relative !important;
  right: 100% !important;
  left: auto !important;
  /* [1] */
}

.u-1\/8 {
  width: 12.5% !important;
}

/**
 * 1. Reset any leftover or conflicting `left`/`right` values.
 */
.u-push-1\/8 {
  position: relative !important;
  right: auto !important;
  /* [1] */
  left: 12.5% !important;
}

.u-pull-1\/8 {
  position: relative !important;
  right: 12.5% !important;
  left: auto !important;
  /* [1] */
}

.u-2\/8 {
  width: 25% !important;
}

/**
 * 1. Reset any leftover or conflicting `left`/`right` values.
 */
.u-push-2\/8 {
  position: relative !important;
  right: auto !important;
  /* [1] */
  left: 25% !important;
}

.u-pull-2\/8 {
  position: relative !important;
  right: 25% !important;
  left: auto !important;
  /* [1] */
}

.u-3\/8 {
  width: 37.5% !important;
}

/**
 * 1. Reset any leftover or conflicting `left`/`right` values.
 */
.u-push-3\/8 {
  position: relative !important;
  right: auto !important;
  /* [1] */
  left: 37.5% !important;
}

.u-pull-3\/8 {
  position: relative !important;
  right: 37.5% !important;
  left: auto !important;
  /* [1] */
}

.u-4\/8 {
  width: 50% !important;
}

/**
 * 1. Reset any leftover or conflicting `left`/`right` values.
 */
.u-push-4\/8 {
  position: relative !important;
  right: auto !important;
  /* [1] */
  left: 50% !important;
}

.u-pull-4\/8 {
  position: relative !important;
  right: 50% !important;
  left: auto !important;
  /* [1] */
}

.u-5\/8 {
  width: 62.5% !important;
}

/**
 * 1. Reset any leftover or conflicting `left`/`right` values.
 */
.u-push-5\/8 {
  position: relative !important;
  right: auto !important;
  /* [1] */
  left: 62.5% !important;
}

.u-pull-5\/8 {
  position: relative !important;
  right: 62.5% !important;
  left: auto !important;
  /* [1] */
}

.u-6\/8 {
  width: 75% !important;
}

/**
 * 1. Reset any leftover or conflicting `left`/`right` values.
 */
.u-push-6\/8 {
  position: relative !important;
  right: auto !important;
  /* [1] */
  left: 75% !important;
}

.u-pull-6\/8 {
  position: relative !important;
  right: 75% !important;
  left: auto !important;
  /* [1] */
}

.u-7\/8 {
  width: 87.5% !important;
}

/**
 * 1. Reset any leftover or conflicting `left`/`right` values.
 */
.u-push-7\/8 {
  position: relative !important;
  right: auto !important;
  /* [1] */
  left: 87.5% !important;
}

.u-pull-7\/8 {
  position: relative !important;
  right: 87.5% !important;
  left: auto !important;
  /* [1] */
}

.u-8\/8 {
  width: 100% !important;
}

/**
 * 1. Reset any leftover or conflicting `left`/`right` values.
 */
.u-push-8\/8 {
  position: relative !important;
  right: auto !important;
  /* [1] */
  left: 100% !important;
}

.u-pull-8\/8 {
  position: relative !important;
  right: 100% !important;
  left: auto !important;
  /* [1] */
}

.u-1\/9 {
  width: 11.1111111111% !important;
}

/**
 * 1. Reset any leftover or conflicting `left`/`right` values.
 */
.u-push-1\/9 {
  position: relative !important;
  right: auto !important;
  /* [1] */
  left: 11.1111111111% !important;
}

.u-pull-1\/9 {
  position: relative !important;
  right: 11.1111111111% !important;
  left: auto !important;
  /* [1] */
}

.u-2\/9 {
  width: 22.2222222222% !important;
}

/**
 * 1. Reset any leftover or conflicting `left`/`right` values.
 */
.u-push-2\/9 {
  position: relative !important;
  right: auto !important;
  /* [1] */
  left: 22.2222222222% !important;
}

.u-pull-2\/9 {
  position: relative !important;
  right: 22.2222222222% !important;
  left: auto !important;
  /* [1] */
}

.u-3\/9 {
  width: 33.3333333333% !important;
}

/**
 * 1. Reset any leftover or conflicting `left`/`right` values.
 */
.u-push-3\/9 {
  position: relative !important;
  right: auto !important;
  /* [1] */
  left: 33.3333333333% !important;
}

.u-pull-3\/9 {
  position: relative !important;
  right: 33.3333333333% !important;
  left: auto !important;
  /* [1] */
}

.u-4\/9 {
  width: 44.4444444444% !important;
}

/**
 * 1. Reset any leftover or conflicting `left`/`right` values.
 */
.u-push-4\/9 {
  position: relative !important;
  right: auto !important;
  /* [1] */
  left: 44.4444444444% !important;
}

.u-pull-4\/9 {
  position: relative !important;
  right: 44.4444444444% !important;
  left: auto !important;
  /* [1] */
}

.u-5\/9 {
  width: 55.5555555556% !important;
}

/**
 * 1. Reset any leftover or conflicting `left`/`right` values.
 */
.u-push-5\/9 {
  position: relative !important;
  right: auto !important;
  /* [1] */
  left: 55.5555555556% !important;
}

.u-pull-5\/9 {
  position: relative !important;
  right: 55.5555555556% !important;
  left: auto !important;
  /* [1] */
}

.u-6\/9 {
  width: 66.6666666667% !important;
}

/**
 * 1. Reset any leftover or conflicting `left`/`right` values.
 */
.u-push-6\/9 {
  position: relative !important;
  right: auto !important;
  /* [1] */
  left: 66.6666666667% !important;
}

.u-pull-6\/9 {
  position: relative !important;
  right: 66.6666666667% !important;
  left: auto !important;
  /* [1] */
}

.u-7\/9 {
  width: 77.7777777778% !important;
}

/**
 * 1. Reset any leftover or conflicting `left`/`right` values.
 */
.u-push-7\/9 {
  position: relative !important;
  right: auto !important;
  /* [1] */
  left: 77.7777777778% !important;
}

.u-pull-7\/9 {
  position: relative !important;
  right: 77.7777777778% !important;
  left: auto !important;
  /* [1] */
}

.u-8\/9 {
  width: 88.8888888889% !important;
}

/**
 * 1. Reset any leftover or conflicting `left`/`right` values.
 */
.u-push-8\/9 {
  position: relative !important;
  right: auto !important;
  /* [1] */
  left: 88.8888888889% !important;
}

.u-pull-8\/9 {
  position: relative !important;
  right: 88.8888888889% !important;
  left: auto !important;
  /* [1] */
}

.u-9\/9 {
  width: 100% !important;
}

/**
 * 1. Reset any leftover or conflicting `left`/`right` values.
 */
.u-push-9\/9 {
  position: relative !important;
  right: auto !important;
  /* [1] */
  left: 100% !important;
}

.u-pull-9\/9 {
  position: relative !important;
  right: 100% !important;
  left: auto !important;
  /* [1] */
}

.u-1\/10 {
  width: 10% !important;
}

/**
 * 1. Reset any leftover or conflicting `left`/`right` values.
 */
.u-push-1\/10 {
  position: relative !important;
  right: auto !important;
  /* [1] */
  left: 10% !important;
}

.u-pull-1\/10 {
  position: relative !important;
  right: 10% !important;
  left: auto !important;
  /* [1] */
}

.u-2\/10 {
  width: 20% !important;
}

/**
 * 1. Reset any leftover or conflicting `left`/`right` values.
 */
.u-push-2\/10 {
  position: relative !important;
  right: auto !important;
  /* [1] */
  left: 20% !important;
}

.u-pull-2\/10 {
  position: relative !important;
  right: 20% !important;
  left: auto !important;
  /* [1] */
}

.u-3\/10 {
  width: 30% !important;
}

/**
 * 1. Reset any leftover or conflicting `left`/`right` values.
 */
.u-push-3\/10 {
  position: relative !important;
  right: auto !important;
  /* [1] */
  left: 30% !important;
}

.u-pull-3\/10 {
  position: relative !important;
  right: 30% !important;
  left: auto !important;
  /* [1] */
}

.u-4\/10 {
  width: 40% !important;
}

/**
 * 1. Reset any leftover or conflicting `left`/`right` values.
 */
.u-push-4\/10 {
  position: relative !important;
  right: auto !important;
  /* [1] */
  left: 40% !important;
}

.u-pull-4\/10 {
  position: relative !important;
  right: 40% !important;
  left: auto !important;
  /* [1] */
}

.u-5\/10 {
  width: 50% !important;
}

/**
 * 1. Reset any leftover or conflicting `left`/`right` values.
 */
.u-push-5\/10 {
  position: relative !important;
  right: auto !important;
  /* [1] */
  left: 50% !important;
}

.u-pull-5\/10 {
  position: relative !important;
  right: 50% !important;
  left: auto !important;
  /* [1] */
}

.u-6\/10 {
  width: 60% !important;
}

/**
 * 1. Reset any leftover or conflicting `left`/`right` values.
 */
.u-push-6\/10 {
  position: relative !important;
  right: auto !important;
  /* [1] */
  left: 60% !important;
}

.u-pull-6\/10 {
  position: relative !important;
  right: 60% !important;
  left: auto !important;
  /* [1] */
}

.u-7\/10 {
  width: 70% !important;
}

/**
 * 1. Reset any leftover or conflicting `left`/`right` values.
 */
.u-push-7\/10 {
  position: relative !important;
  right: auto !important;
  /* [1] */
  left: 70% !important;
}

.u-pull-7\/10 {
  position: relative !important;
  right: 70% !important;
  left: auto !important;
  /* [1] */
}

.u-8\/10 {
  width: 80% !important;
}

/**
 * 1. Reset any leftover or conflicting `left`/`right` values.
 */
.u-push-8\/10 {
  position: relative !important;
  right: auto !important;
  /* [1] */
  left: 80% !important;
}

.u-pull-8\/10 {
  position: relative !important;
  right: 80% !important;
  left: auto !important;
  /* [1] */
}

.u-9\/10 {
  width: 90% !important;
}

/**
 * 1. Reset any leftover or conflicting `left`/`right` values.
 */
.u-push-9\/10 {
  position: relative !important;
  right: auto !important;
  /* [1] */
  left: 90% !important;
}

.u-pull-9\/10 {
  position: relative !important;
  right: 90% !important;
  left: auto !important;
  /* [1] */
}

.u-10\/10 {
  width: 100% !important;
}

/**
 * 1. Reset any leftover or conflicting `left`/`right` values.
 */
.u-push-10\/10 {
  position: relative !important;
  right: auto !important;
  /* [1] */
  left: 100% !important;
}

.u-pull-10\/10 {
  position: relative !important;
  right: 100% !important;
  left: auto !important;
  /* [1] */
}

.u-1\/20 {
  width: 5% !important;
}

/**
 * 1. Reset any leftover or conflicting `left`/`right` values.
 */
.u-push-1\/20 {
  position: relative !important;
  right: auto !important;
  /* [1] */
  left: 5% !important;
}

.u-pull-1\/20 {
  position: relative !important;
  right: 5% !important;
  left: auto !important;
  /* [1] */
}

.u-2\/20 {
  width: 10% !important;
}

/**
 * 1. Reset any leftover or conflicting `left`/`right` values.
 */
.u-push-2\/20 {
  position: relative !important;
  right: auto !important;
  /* [1] */
  left: 10% !important;
}

.u-pull-2\/20 {
  position: relative !important;
  right: 10% !important;
  left: auto !important;
  /* [1] */
}

.u-3\/20 {
  width: 15% !important;
}

/**
 * 1. Reset any leftover or conflicting `left`/`right` values.
 */
.u-push-3\/20 {
  position: relative !important;
  right: auto !important;
  /* [1] */
  left: 15% !important;
}

.u-pull-3\/20 {
  position: relative !important;
  right: 15% !important;
  left: auto !important;
  /* [1] */
}

.u-4\/20 {
  width: 20% !important;
}

/**
 * 1. Reset any leftover or conflicting `left`/`right` values.
 */
.u-push-4\/20 {
  position: relative !important;
  right: auto !important;
  /* [1] */
  left: 20% !important;
}

.u-pull-4\/20 {
  position: relative !important;
  right: 20% !important;
  left: auto !important;
  /* [1] */
}

.u-5\/20 {
  width: 25% !important;
}

/**
 * 1. Reset any leftover or conflicting `left`/`right` values.
 */
.u-push-5\/20 {
  position: relative !important;
  right: auto !important;
  /* [1] */
  left: 25% !important;
}

.u-pull-5\/20 {
  position: relative !important;
  right: 25% !important;
  left: auto !important;
  /* [1] */
}

.u-6\/20 {
  width: 30% !important;
}

/**
 * 1. Reset any leftover or conflicting `left`/`right` values.
 */
.u-push-6\/20 {
  position: relative !important;
  right: auto !important;
  /* [1] */
  left: 30% !important;
}

.u-pull-6\/20 {
  position: relative !important;
  right: 30% !important;
  left: auto !important;
  /* [1] */
}

.u-7\/20 {
  width: 35% !important;
}

/**
 * 1. Reset any leftover or conflicting `left`/`right` values.
 */
.u-push-7\/20 {
  position: relative !important;
  right: auto !important;
  /* [1] */
  left: 35% !important;
}

.u-pull-7\/20 {
  position: relative !important;
  right: 35% !important;
  left: auto !important;
  /* [1] */
}

.u-8\/20 {
  width: 40% !important;
}

/**
 * 1. Reset any leftover or conflicting `left`/`right` values.
 */
.u-push-8\/20 {
  position: relative !important;
  right: auto !important;
  /* [1] */
  left: 40% !important;
}

.u-pull-8\/20 {
  position: relative !important;
  right: 40% !important;
  left: auto !important;
  /* [1] */
}

.u-9\/20 {
  width: 45% !important;
}

/**
 * 1. Reset any leftover or conflicting `left`/`right` values.
 */
.u-push-9\/20 {
  position: relative !important;
  right: auto !important;
  /* [1] */
  left: 45% !important;
}

.u-pull-9\/20 {
  position: relative !important;
  right: 45% !important;
  left: auto !important;
  /* [1] */
}

.u-10\/20 {
  width: 50% !important;
}

/**
 * 1. Reset any leftover or conflicting `left`/`right` values.
 */
.u-push-10\/20 {
  position: relative !important;
  right: auto !important;
  /* [1] */
  left: 50% !important;
}

.u-pull-10\/20 {
  position: relative !important;
  right: 50% !important;
  left: auto !important;
  /* [1] */
}

.u-11\/20 {
  width: 55% !important;
}

/**
 * 1. Reset any leftover or conflicting `left`/`right` values.
 */
.u-push-11\/20 {
  position: relative !important;
  right: auto !important;
  /* [1] */
  left: 55% !important;
}

.u-pull-11\/20 {
  position: relative !important;
  right: 55% !important;
  left: auto !important;
  /* [1] */
}

.u-12\/20 {
  width: 60% !important;
}

/**
 * 1. Reset any leftover or conflicting `left`/`right` values.
 */
.u-push-12\/20 {
  position: relative !important;
  right: auto !important;
  /* [1] */
  left: 60% !important;
}

.u-pull-12\/20 {
  position: relative !important;
  right: 60% !important;
  left: auto !important;
  /* [1] */
}

.u-13\/20 {
  width: 65% !important;
}

/**
 * 1. Reset any leftover or conflicting `left`/`right` values.
 */
.u-push-13\/20 {
  position: relative !important;
  right: auto !important;
  /* [1] */
  left: 65% !important;
}

.u-pull-13\/20 {
  position: relative !important;
  right: 65% !important;
  left: auto !important;
  /* [1] */
}

.u-14\/20 {
  width: 70% !important;
}

/**
 * 1. Reset any leftover or conflicting `left`/`right` values.
 */
.u-push-14\/20 {
  position: relative !important;
  right: auto !important;
  /* [1] */
  left: 70% !important;
}

.u-pull-14\/20 {
  position: relative !important;
  right: 70% !important;
  left: auto !important;
  /* [1] */
}

.u-15\/20 {
  width: 75% !important;
}

/**
 * 1. Reset any leftover or conflicting `left`/`right` values.
 */
.u-push-15\/20 {
  position: relative !important;
  right: auto !important;
  /* [1] */
  left: 75% !important;
}

.u-pull-15\/20 {
  position: relative !important;
  right: 75% !important;
  left: auto !important;
  /* [1] */
}

.u-16\/20 {
  width: 80% !important;
}

/**
 * 1. Reset any leftover or conflicting `left`/`right` values.
 */
.u-push-16\/20 {
  position: relative !important;
  right: auto !important;
  /* [1] */
  left: 80% !important;
}

.u-pull-16\/20 {
  position: relative !important;
  right: 80% !important;
  left: auto !important;
  /* [1] */
}

.u-17\/20 {
  width: 85% !important;
}

/**
 * 1. Reset any leftover or conflicting `left`/`right` values.
 */
.u-push-17\/20 {
  position: relative !important;
  right: auto !important;
  /* [1] */
  left: 85% !important;
}

.u-pull-17\/20 {
  position: relative !important;
  right: 85% !important;
  left: auto !important;
  /* [1] */
}

.u-18\/20 {
  width: 90% !important;
}

/**
 * 1. Reset any leftover or conflicting `left`/`right` values.
 */
.u-push-18\/20 {
  position: relative !important;
  right: auto !important;
  /* [1] */
  left: 90% !important;
}

.u-pull-18\/20 {
  position: relative !important;
  right: 90% !important;
  left: auto !important;
  /* [1] */
}

.u-19\/20 {
  width: 95% !important;
}

/**
 * 1. Reset any leftover or conflicting `left`/`right` values.
 */
.u-push-19\/20 {
  position: relative !important;
  right: auto !important;
  /* [1] */
  left: 95% !important;
}

.u-pull-19\/20 {
  position: relative !important;
  right: 95% !important;
  left: auto !important;
  /* [1] */
}

.u-20\/20 {
  width: 100% !important;
}

/**
 * 1. Reset any leftover or conflicting `left`/`right` values.
 */
.u-push-20\/20 {
  position: relative !important;
  right: auto !important;
  /* [1] */
  left: 100% !important;
}

.u-pull-20\/20 {
  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: 23.4375em) {
  .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.3333333333% !important;
  }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-1\/3\@mobile {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 33.3333333333% !important;
  }

  .u-pull-1\/3\@mobile {
    position: relative !important;
    right: 33.3333333333% !important;
    left: auto !important;
    /* [1] */
  }

  .u-2\/3\@mobile {
    width: 66.6666666667% !important;
  }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-2\/3\@mobile {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 66.6666666667% !important;
  }

  .u-pull-2\/3\@mobile {
    position: relative !important;
    right: 66.6666666667% !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-1\/6\@mobile {
    width: 16.6666666667% !important;
  }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-1\/6\@mobile {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 16.6666666667% !important;
  }

  .u-pull-1\/6\@mobile {
    position: relative !important;
    right: 16.6666666667% !important;
    left: auto !important;
    /* [1] */
  }

  .u-2\/6\@mobile {
    width: 33.3333333333% !important;
  }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-2\/6\@mobile {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 33.3333333333% !important;
  }

  .u-pull-2\/6\@mobile {
    position: relative !important;
    right: 33.3333333333% !important;
    left: auto !important;
    /* [1] */
  }

  .u-3\/6\@mobile {
    width: 50% !important;
  }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-3\/6\@mobile {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 50% !important;
  }

  .u-pull-3\/6\@mobile {
    position: relative !important;
    right: 50% !important;
    left: auto !important;
    /* [1] */
  }

  .u-4\/6\@mobile {
    width: 66.6666666667% !important;
  }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-4\/6\@mobile {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 66.6666666667% !important;
  }

  .u-pull-4\/6\@mobile {
    position: relative !important;
    right: 66.6666666667% !important;
    left: auto !important;
    /* [1] */
  }

  .u-5\/6\@mobile {
    width: 83.3333333333% !important;
  }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-5\/6\@mobile {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 83.3333333333% !important;
  }

  .u-pull-5\/6\@mobile {
    position: relative !important;
    right: 83.3333333333% !important;
    left: auto !important;
    /* [1] */
  }

  .u-6\/6\@mobile {
    width: 100% !important;
  }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-6\/6\@mobile {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 100% !important;
  }

  .u-pull-6\/6\@mobile {
    position: relative !important;
    right: 100% !important;
    left: auto !important;
    /* [1] */
  }

  .u-1\/7\@mobile {
    width: 14.2857142857% !important;
  }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-1\/7\@mobile {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 14.2857142857% !important;
  }

  .u-pull-1\/7\@mobile {
    position: relative !important;
    right: 14.2857142857% !important;
    left: auto !important;
    /* [1] */
  }

  .u-2\/7\@mobile {
    width: 28.5714285714% !important;
  }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-2\/7\@mobile {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 28.5714285714% !important;
  }

  .u-pull-2\/7\@mobile {
    position: relative !important;
    right: 28.5714285714% !important;
    left: auto !important;
    /* [1] */
  }

  .u-3\/7\@mobile {
    width: 42.8571428571% !important;
  }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-3\/7\@mobile {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 42.8571428571% !important;
  }

  .u-pull-3\/7\@mobile {
    position: relative !important;
    right: 42.8571428571% !important;
    left: auto !important;
    /* [1] */
  }

  .u-4\/7\@mobile {
    width: 57.1428571429% !important;
  }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-4\/7\@mobile {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 57.1428571429% !important;
  }

  .u-pull-4\/7\@mobile {
    position: relative !important;
    right: 57.1428571429% !important;
    left: auto !important;
    /* [1] */
  }

  .u-5\/7\@mobile {
    width: 71.4285714286% !important;
  }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-5\/7\@mobile {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 71.4285714286% !important;
  }

  .u-pull-5\/7\@mobile {
    position: relative !important;
    right: 71.4285714286% !important;
    left: auto !important;
    /* [1] */
  }

  .u-6\/7\@mobile {
    width: 85.7142857143% !important;
  }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-6\/7\@mobile {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 85.7142857143% !important;
  }

  .u-pull-6\/7\@mobile {
    position: relative !important;
    right: 85.7142857143% !important;
    left: auto !important;
    /* [1] */
  }

  .u-7\/7\@mobile {
    width: 100% !important;
  }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-7\/7\@mobile {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 100% !important;
  }

  .u-pull-7\/7\@mobile {
    position: relative !important;
    right: 100% !important;
    left: auto !important;
    /* [1] */
  }

  .u-1\/8\@mobile {
    width: 12.5% !important;
  }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-1\/8\@mobile {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 12.5% !important;
  }

  .u-pull-1\/8\@mobile {
    position: relative !important;
    right: 12.5% !important;
    left: auto !important;
    /* [1] */
  }

  .u-2\/8\@mobile {
    width: 25% !important;
  }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-2\/8\@mobile {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 25% !important;
  }

  .u-pull-2\/8\@mobile {
    position: relative !important;
    right: 25% !important;
    left: auto !important;
    /* [1] */
  }

  .u-3\/8\@mobile {
    width: 37.5% !important;
  }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-3\/8\@mobile {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 37.5% !important;
  }

  .u-pull-3\/8\@mobile {
    position: relative !important;
    right: 37.5% !important;
    left: auto !important;
    /* [1] */
  }

  .u-4\/8\@mobile {
    width: 50% !important;
  }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-4\/8\@mobile {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 50% !important;
  }

  .u-pull-4\/8\@mobile {
    position: relative !important;
    right: 50% !important;
    left: auto !important;
    /* [1] */
  }

  .u-5\/8\@mobile {
    width: 62.5% !important;
  }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-5\/8\@mobile {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 62.5% !important;
  }

  .u-pull-5\/8\@mobile {
    position: relative !important;
    right: 62.5% !important;
    left: auto !important;
    /* [1] */
  }

  .u-6\/8\@mobile {
    width: 75% !important;
  }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-6\/8\@mobile {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 75% !important;
  }

  .u-pull-6\/8\@mobile {
    position: relative !important;
    right: 75% !important;
    left: auto !important;
    /* [1] */
  }

  .u-7\/8\@mobile {
    width: 87.5% !important;
  }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-7\/8\@mobile {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 87.5% !important;
  }

  .u-pull-7\/8\@mobile {
    position: relative !important;
    right: 87.5% !important;
    left: auto !important;
    /* [1] */
  }

  .u-8\/8\@mobile {
    width: 100% !important;
  }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-8\/8\@mobile {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 100% !important;
  }

  .u-pull-8\/8\@mobile {
    position: relative !important;
    right: 100% !important;
    left: auto !important;
    /* [1] */
  }

  .u-1\/9\@mobile {
    width: 11.1111111111% !important;
  }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-1\/9\@mobile {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 11.1111111111% !important;
  }

  .u-pull-1\/9\@mobile {
    position: relative !important;
    right: 11.1111111111% !important;
    left: auto !important;
    /* [1] */
  }

  .u-2\/9\@mobile {
    width: 22.2222222222% !important;
  }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-2\/9\@mobile {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 22.2222222222% !important;
  }

  .u-pull-2\/9\@mobile {
    position: relative !important;
    right: 22.2222222222% !important;
    left: auto !important;
    /* [1] */
  }

  .u-3\/9\@mobile {
    width: 33.3333333333% !important;
  }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-3\/9\@mobile {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 33.3333333333% !important;
  }

  .u-pull-3\/9\@mobile {
    position: relative !important;
    right: 33.3333333333% !important;
    left: auto !important;
    /* [1] */
  }

  .u-4\/9\@mobile {
    width: 44.4444444444% !important;
  }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-4\/9\@mobile {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 44.4444444444% !important;
  }

  .u-pull-4\/9\@mobile {
    position: relative !important;
    right: 44.4444444444% !important;
    left: auto !important;
    /* [1] */
  }

  .u-5\/9\@mobile {
    width: 55.5555555556% !important;
  }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-5\/9\@mobile {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 55.5555555556% !important;
  }

  .u-pull-5\/9\@mobile {
    position: relative !important;
    right: 55.5555555556% !important;
    left: auto !important;
    /* [1] */
  }

  .u-6\/9\@mobile {
    width: 66.6666666667% !important;
  }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-6\/9\@mobile {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 66.6666666667% !important;
  }

  .u-pull-6\/9\@mobile {
    position: relative !important;
    right: 66.6666666667% !important;
    left: auto !important;
    /* [1] */
  }

  .u-7\/9\@mobile {
    width: 77.7777777778% !important;
  }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-7\/9\@mobile {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 77.7777777778% !important;
  }

  .u-pull-7\/9\@mobile {
    position: relative !important;
    right: 77.7777777778% !important;
    left: auto !important;
    /* [1] */
  }

  .u-8\/9\@mobile {
    width: 88.8888888889% !important;
  }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-8\/9\@mobile {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 88.8888888889% !important;
  }

  .u-pull-8\/9\@mobile {
    position: relative !important;
    right: 88.8888888889% !important;
    left: auto !important;
    /* [1] */
  }

  .u-9\/9\@mobile {
    width: 100% !important;
  }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-9\/9\@mobile {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 100% !important;
  }

  .u-pull-9\/9\@mobile {
    position: relative !important;
    right: 100% !important;
    left: auto !important;
    /* [1] */
  }

  .u-1\/10\@mobile {
    width: 10% !important;
  }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-1\/10\@mobile {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 10% !important;
  }

  .u-pull-1\/10\@mobile {
    position: relative !important;
    right: 10% !important;
    left: auto !important;
    /* [1] */
  }

  .u-2\/10\@mobile {
    width: 20% !important;
  }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-2\/10\@mobile {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 20% !important;
  }

  .u-pull-2\/10\@mobile {
    position: relative !important;
    right: 20% !important;
    left: auto !important;
    /* [1] */
  }

  .u-3\/10\@mobile {
    width: 30% !important;
  }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-3\/10\@mobile {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 30% !important;
  }

  .u-pull-3\/10\@mobile {
    position: relative !important;
    right: 30% !important;
    left: auto !important;
    /* [1] */
  }

  .u-4\/10\@mobile {
    width: 40% !important;
  }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-4\/10\@mobile {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 40% !important;
  }

  .u-pull-4\/10\@mobile {
    position: relative !important;
    right: 40% !important;
    left: auto !important;
    /* [1] */
  }

  .u-5\/10\@mobile {
    width: 50% !important;
  }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-5\/10\@mobile {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 50% !important;
  }

  .u-pull-5\/10\@mobile {
    position: relative !important;
    right: 50% !important;
    left: auto !important;
    /* [1] */
  }

  .u-6\/10\@mobile {
    width: 60% !important;
  }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-6\/10\@mobile {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 60% !important;
  }

  .u-pull-6\/10\@mobile {
    position: relative !important;
    right: 60% !important;
    left: auto !important;
    /* [1] */
  }

  .u-7\/10\@mobile {
    width: 70% !important;
  }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-7\/10\@mobile {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 70% !important;
  }

  .u-pull-7\/10\@mobile {
    position: relative !important;
    right: 70% !important;
    left: auto !important;
    /* [1] */
  }

  .u-8\/10\@mobile {
    width: 80% !important;
  }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-8\/10\@mobile {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 80% !important;
  }

  .u-pull-8\/10\@mobile {
    position: relative !important;
    right: 80% !important;
    left: auto !important;
    /* [1] */
  }

  .u-9\/10\@mobile {
    width: 90% !important;
  }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-9\/10\@mobile {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 90% !important;
  }

  .u-pull-9\/10\@mobile {
    position: relative !important;
    right: 90% !important;
    left: auto !important;
    /* [1] */
  }

  .u-10\/10\@mobile {
    width: 100% !important;
  }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-10\/10\@mobile {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 100% !important;
  }

  .u-pull-10\/10\@mobile {
    position: relative !important;
    right: 100% !important;
    left: auto !important;
    /* [1] */
  }

  .u-1\/20\@mobile {
    width: 5% !important;
  }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-1\/20\@mobile {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 5% !important;
  }

  .u-pull-1\/20\@mobile {
    position: relative !important;
    right: 5% !important;
    left: auto !important;
    /* [1] */
  }

  .u-2\/20\@mobile {
    width: 10% !important;
  }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-2\/20\@mobile {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 10% !important;
  }

  .u-pull-2\/20\@mobile {
    position: relative !important;
    right: 10% !important;
    left: auto !important;
    /* [1] */
  }

  .u-3\/20\@mobile {
    width: 15% !important;
  }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-3\/20\@mobile {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 15% !important;
  }

  .u-pull-3\/20\@mobile {
    position: relative !important;
    right: 15% !important;
    left: auto !important;
    /* [1] */
  }

  .u-4\/20\@mobile {
    width: 20% !important;
  }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-4\/20\@mobile {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 20% !important;
  }

  .u-pull-4\/20\@mobile {
    position: relative !important;
    right: 20% !important;
    left: auto !important;
    /* [1] */
  }

  .u-5\/20\@mobile {
    width: 25% !important;
  }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-5\/20\@mobile {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 25% !important;
  }

  .u-pull-5\/20\@mobile {
    position: relative !important;
    right: 25% !important;
    left: auto !important;
    /* [1] */
  }

  .u-6\/20\@mobile {
    width: 30% !important;
  }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-6\/20\@mobile {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 30% !important;
  }

  .u-pull-6\/20\@mobile {
    position: relative !important;
    right: 30% !important;
    left: auto !important;
    /* [1] */
  }

  .u-7\/20\@mobile {
    width: 35% !important;
  }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-7\/20\@mobile {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 35% !important;
  }

  .u-pull-7\/20\@mobile {
    position: relative !important;
    right: 35% !important;
    left: auto !important;
    /* [1] */
  }

  .u-8\/20\@mobile {
    width: 40% !important;
  }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-8\/20\@mobile {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 40% !important;
  }

  .u-pull-8\/20\@mobile {
    position: relative !important;
    right: 40% !important;
    left: auto !important;
    /* [1] */
  }

  .u-9\/20\@mobile {
    width: 45% !important;
  }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-9\/20\@mobile {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 45% !important;
  }

  .u-pull-9\/20\@mobile {
    position: relative !important;
    right: 45% !important;
    left: auto !important;
    /* [1] */
  }

  .u-10\/20\@mobile {
    width: 50% !important;
  }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-10\/20\@mobile {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 50% !important;
  }

  .u-pull-10\/20\@mobile {
    position: relative !important;
    right: 50% !important;
    left: auto !important;
    /* [1] */
  }

  .u-11\/20\@mobile {
    width: 55% !important;
  }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-11\/20\@mobile {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 55% !important;
  }

  .u-pull-11\/20\@mobile {
    position: relative !important;
    right: 55% !important;
    left: auto !important;
    /* [1] */
  }

  .u-12\/20\@mobile {
    width: 60% !important;
  }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-12\/20\@mobile {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 60% !important;
  }

  .u-pull-12\/20\@mobile {
    position: relative !important;
    right: 60% !important;
    left: auto !important;
    /* [1] */
  }

  .u-13\/20\@mobile {
    width: 65% !important;
  }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-13\/20\@mobile {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 65% !important;
  }

  .u-pull-13\/20\@mobile {
    position: relative !important;
    right: 65% !important;
    left: auto !important;
    /* [1] */
  }

  .u-14\/20\@mobile {
    width: 70% !important;
  }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-14\/20\@mobile {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 70% !important;
  }

  .u-pull-14\/20\@mobile {
    position: relative !important;
    right: 70% !important;
    left: auto !important;
    /* [1] */
  }

  .u-15\/20\@mobile {
    width: 75% !important;
  }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-15\/20\@mobile {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 75% !important;
  }

  .u-pull-15\/20\@mobile {
    position: relative !important;
    right: 75% !important;
    left: auto !important;
    /* [1] */
  }

  .u-16\/20\@mobile {
    width: 80% !important;
  }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-16\/20\@mobile {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 80% !important;
  }

  .u-pull-16\/20\@mobile {
    position: relative !important;
    right: 80% !important;
    left: auto !important;
    /* [1] */
  }

  .u-17\/20\@mobile {
    width: 85% !important;
  }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-17\/20\@mobile {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 85% !important;
  }

  .u-pull-17\/20\@mobile {
    position: relative !important;
    right: 85% !important;
    left: auto !important;
    /* [1] */
  }

  .u-18\/20\@mobile {
    width: 90% !important;
  }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-18\/20\@mobile {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 90% !important;
  }

  .u-pull-18\/20\@mobile {
    position: relative !important;
    right: 90% !important;
    left: auto !important;
    /* [1] */
  }

  .u-19\/20\@mobile {
    width: 95% !important;
  }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-19\/20\@mobile {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 95% !important;
  }

  .u-pull-19\/20\@mobile {
    position: relative !important;
    right: 95% !important;
    left: auto !important;
    /* [1] */
  }

  .u-20\/20\@mobile {
    width: 100% !important;
  }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-20\/20\@mobile {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 100% !important;
  }

  .u-pull-20\/20\@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: 48em) {
  .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.3333333333% !important;
  }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-1\/3\@tablet {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 33.3333333333% !important;
  }

  .u-pull-1\/3\@tablet {
    position: relative !important;
    right: 33.3333333333% !important;
    left: auto !important;
    /* [1] */
  }

  .u-2\/3\@tablet {
    width: 66.6666666667% !important;
  }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-2\/3\@tablet {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 66.6666666667% !important;
  }

  .u-pull-2\/3\@tablet {
    position: relative !important;
    right: 66.6666666667% !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-1\/6\@tablet {
    width: 16.6666666667% !important;
  }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-1\/6\@tablet {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 16.6666666667% !important;
  }

  .u-pull-1\/6\@tablet {
    position: relative !important;
    right: 16.6666666667% !important;
    left: auto !important;
    /* [1] */
  }

  .u-2\/6\@tablet {
    width: 33.3333333333% !important;
  }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-2\/6\@tablet {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 33.3333333333% !important;
  }

  .u-pull-2\/6\@tablet {
    position: relative !important;
    right: 33.3333333333% !important;
    left: auto !important;
    /* [1] */
  }

  .u-3\/6\@tablet {
    width: 50% !important;
  }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-3\/6\@tablet {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 50% !important;
  }

  .u-pull-3\/6\@tablet {
    position: relative !important;
    right: 50% !important;
    left: auto !important;
    /* [1] */
  }

  .u-4\/6\@tablet {
    width: 66.6666666667% !important;
  }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-4\/6\@tablet {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 66.6666666667% !important;
  }

  .u-pull-4\/6\@tablet {
    position: relative !important;
    right: 66.6666666667% !important;
    left: auto !important;
    /* [1] */
  }

  .u-5\/6\@tablet {
    width: 83.3333333333% !important;
  }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-5\/6\@tablet {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 83.3333333333% !important;
  }

  .u-pull-5\/6\@tablet {
    position: relative !important;
    right: 83.3333333333% !important;
    left: auto !important;
    /* [1] */
  }

  .u-6\/6\@tablet {
    width: 100% !important;
  }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-6\/6\@tablet {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 100% !important;
  }

  .u-pull-6\/6\@tablet {
    position: relative !important;
    right: 100% !important;
    left: auto !important;
    /* [1] */
  }

  .u-1\/7\@tablet {
    width: 14.2857142857% !important;
  }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-1\/7\@tablet {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 14.2857142857% !important;
  }

  .u-pull-1\/7\@tablet {
    position: relative !important;
    right: 14.2857142857% !important;
    left: auto !important;
    /* [1] */
  }

  .u-2\/7\@tablet {
    width: 28.5714285714% !important;
  }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-2\/7\@tablet {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 28.5714285714% !important;
  }

  .u-pull-2\/7\@tablet {
    position: relative !important;
    right: 28.5714285714% !important;
    left: auto !important;
    /* [1] */
  }

  .u-3\/7\@tablet {
    width: 42.8571428571% !important;
  }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-3\/7\@tablet {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 42.8571428571% !important;
  }

  .u-pull-3\/7\@tablet {
    position: relative !important;
    right: 42.8571428571% !important;
    left: auto !important;
    /* [1] */
  }

  .u-4\/7\@tablet {
    width: 57.1428571429% !important;
  }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-4\/7\@tablet {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 57.1428571429% !important;
  }

  .u-pull-4\/7\@tablet {
    position: relative !important;
    right: 57.1428571429% !important;
    left: auto !important;
    /* [1] */
  }

  .u-5\/7\@tablet {
    width: 71.4285714286% !important;
  }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-5\/7\@tablet {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 71.4285714286% !important;
  }

  .u-pull-5\/7\@tablet {
    position: relative !important;
    right: 71.4285714286% !important;
    left: auto !important;
    /* [1] */
  }

  .u-6\/7\@tablet {
    width: 85.7142857143% !important;
  }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-6\/7\@tablet {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 85.7142857143% !important;
  }

  .u-pull-6\/7\@tablet {
    position: relative !important;
    right: 85.7142857143% !important;
    left: auto !important;
    /* [1] */
  }

  .u-7\/7\@tablet {
    width: 100% !important;
  }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-7\/7\@tablet {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 100% !important;
  }

  .u-pull-7\/7\@tablet {
    position: relative !important;
    right: 100% !important;
    left: auto !important;
    /* [1] */
  }

  .u-1\/8\@tablet {
    width: 12.5% !important;
  }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-1\/8\@tablet {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 12.5% !important;
  }

  .u-pull-1\/8\@tablet {
    position: relative !important;
    right: 12.5% !important;
    left: auto !important;
    /* [1] */
  }

  .u-2\/8\@tablet {
    width: 25% !important;
  }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-2\/8\@tablet {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 25% !important;
  }

  .u-pull-2\/8\@tablet {
    position: relative !important;
    right: 25% !important;
    left: auto !important;
    /* [1] */
  }

  .u-3\/8\@tablet {
    width: 37.5% !important;
  }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-3\/8\@tablet {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 37.5% !important;
  }

  .u-pull-3\/8\@tablet {
    position: relative !important;
    right: 37.5% !important;
    left: auto !important;
    /* [1] */
  }

  .u-4\/8\@tablet {
    width: 50% !important;
  }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-4\/8\@tablet {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 50% !important;
  }

  .u-pull-4\/8\@tablet {
    position: relative !important;
    right: 50% !important;
    left: auto !important;
    /* [1] */
  }

  .u-5\/8\@tablet {
    width: 62.5% !important;
  }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-5\/8\@tablet {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 62.5% !important;
  }

  .u-pull-5\/8\@tablet {
    position: relative !important;
    right: 62.5% !important;
    left: auto !important;
    /* [1] */
  }

  .u-6\/8\@tablet {
    width: 75% !important;
  }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-6\/8\@tablet {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 75% !important;
  }

  .u-pull-6\/8\@tablet {
    position: relative !important;
    right: 75% !important;
    left: auto !important;
    /* [1] */
  }

  .u-7\/8\@tablet {
    width: 87.5% !important;
  }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-7\/8\@tablet {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 87.5% !important;
  }

  .u-pull-7\/8\@tablet {
    position: relative !important;
    right: 87.5% !important;
    left: auto !important;
    /* [1] */
  }

  .u-8\/8\@tablet {
    width: 100% !important;
  }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-8\/8\@tablet {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 100% !important;
  }

  .u-pull-8\/8\@tablet {
    position: relative !important;
    right: 100% !important;
    left: auto !important;
    /* [1] */
  }

  .u-1\/9\@tablet {
    width: 11.1111111111% !important;
  }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-1\/9\@tablet {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 11.1111111111% !important;
  }

  .u-pull-1\/9\@tablet {
    position: relative !important;
    right: 11.1111111111% !important;
    left: auto !important;
    /* [1] */
  }

  .u-2\/9\@tablet {
    width: 22.2222222222% !important;
  }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-2\/9\@tablet {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 22.2222222222% !important;
  }

  .u-pull-2\/9\@tablet {
    position: relative !important;
    right: 22.2222222222% !important;
    left: auto !important;
    /* [1] */
  }

  .u-3\/9\@tablet {
    width: 33.3333333333% !important;
  }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-3\/9\@tablet {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 33.3333333333% !important;
  }

  .u-pull-3\/9\@tablet {
    position: relative !important;
    right: 33.3333333333% !important;
    left: auto !important;
    /* [1] */
  }

  .u-4\/9\@tablet {
    width: 44.4444444444% !important;
  }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-4\/9\@tablet {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 44.4444444444% !important;
  }

  .u-pull-4\/9\@tablet {
    position: relative !important;
    right: 44.4444444444% !important;
    left: auto !important;
    /* [1] */
  }

  .u-5\/9\@tablet {
    width: 55.5555555556% !important;
  }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-5\/9\@tablet {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 55.5555555556% !important;
  }

  .u-pull-5\/9\@tablet {
    position: relative !important;
    right: 55.5555555556% !important;
    left: auto !important;
    /* [1] */
  }

  .u-6\/9\@tablet {
    width: 66.6666666667% !important;
  }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-6\/9\@tablet {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 66.6666666667% !important;
  }

  .u-pull-6\/9\@tablet {
    position: relative !important;
    right: 66.6666666667% !important;
    left: auto !important;
    /* [1] */
  }

  .u-7\/9\@tablet {
    width: 77.7777777778% !important;
  }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-7\/9\@tablet {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 77.7777777778% !important;
  }

  .u-pull-7\/9\@tablet {
    position: relative !important;
    right: 77.7777777778% !important;
    left: auto !important;
    /* [1] */
  }

  .u-8\/9\@tablet {
    width: 88.8888888889% !important;
  }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-8\/9\@tablet {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 88.8888888889% !important;
  }

  .u-pull-8\/9\@tablet {
    position: relative !important;
    right: 88.8888888889% !important;
    left: auto !important;
    /* [1] */
  }

  .u-9\/9\@tablet {
    width: 100% !important;
  }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-9\/9\@tablet {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 100% !important;
  }

  .u-pull-9\/9\@tablet {
    position: relative !important;
    right: 100% !important;
    left: auto !important;
    /* [1] */
  }

  .u-1\/10\@tablet {
    width: 10% !important;
  }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-1\/10\@tablet {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 10% !important;
  }

  .u-pull-1\/10\@tablet {
    position: relative !important;
    right: 10% !important;
    left: auto !important;
    /* [1] */
  }

  .u-2\/10\@tablet {
    width: 20% !important;
  }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-2\/10\@tablet {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 20% !important;
  }

  .u-pull-2\/10\@tablet {
    position: relative !important;
    right: 20% !important;
    left: auto !important;
    /* [1] */
  }

  .u-3\/10\@tablet {
    width: 30% !important;
  }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-3\/10\@tablet {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 30% !important;
  }

  .u-pull-3\/10\@tablet {
    position: relative !important;
    right: 30% !important;
    left: auto !important;
    /* [1] */
  }

  .u-4\/10\@tablet {
    width: 40% !important;
  }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-4\/10\@tablet {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 40% !important;
  }

  .u-pull-4\/10\@tablet {
    position: relative !important;
    right: 40% !important;
    left: auto !important;
    /* [1] */
  }

  .u-5\/10\@tablet {
    width: 50% !important;
  }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-5\/10\@tablet {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 50% !important;
  }

  .u-pull-5\/10\@tablet {
    position: relative !important;
    right: 50% !important;
    left: auto !important;
    /* [1] */
  }

  .u-6\/10\@tablet {
    width: 60% !important;
  }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-6\/10\@tablet {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 60% !important;
  }

  .u-pull-6\/10\@tablet {
    position: relative !important;
    right: 60% !important;
    left: auto !important;
    /* [1] */
  }

  .u-7\/10\@tablet {
    width: 70% !important;
  }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-7\/10\@tablet {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 70% !important;
  }

  .u-pull-7\/10\@tablet {
    position: relative !important;
    right: 70% !important;
    left: auto !important;
    /* [1] */
  }

  .u-8\/10\@tablet {
    width: 80% !important;
  }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-8\/10\@tablet {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 80% !important;
  }

  .u-pull-8\/10\@tablet {
    position: relative !important;
    right: 80% !important;
    left: auto !important;
    /* [1] */
  }

  .u-9\/10\@tablet {
    width: 90% !important;
  }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-9\/10\@tablet {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 90% !important;
  }

  .u-pull-9\/10\@tablet {
    position: relative !important;
    right: 90% !important;
    left: auto !important;
    /* [1] */
  }

  .u-10\/10\@tablet {
    width: 100% !important;
  }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-10\/10\@tablet {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 100% !important;
  }

  .u-pull-10\/10\@tablet {
    position: relative !important;
    right: 100% !important;
    left: auto !important;
    /* [1] */
  }

  .u-1\/20\@tablet {
    width: 5% !important;
  }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-1\/20\@tablet {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 5% !important;
  }

  .u-pull-1\/20\@tablet {
    position: relative !important;
    right: 5% !important;
    left: auto !important;
    /* [1] */
  }

  .u-2\/20\@tablet {
    width: 10% !important;
  }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-2\/20\@tablet {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 10% !important;
  }

  .u-pull-2\/20\@tablet {
    position: relative !important;
    right: 10% !important;
    left: auto !important;
    /* [1] */
  }

  .u-3\/20\@tablet {
    width: 15% !important;
  }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-3\/20\@tablet {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 15% !important;
  }

  .u-pull-3\/20\@tablet {
    position: relative !important;
    right: 15% !important;
    left: auto !important;
    /* [1] */
  }

  .u-4\/20\@tablet {
    width: 20% !important;
  }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-4\/20\@tablet {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 20% !important;
  }

  .u-pull-4\/20\@tablet {
    position: relative !important;
    right: 20% !important;
    left: auto !important;
    /* [1] */
  }

  .u-5\/20\@tablet {
    width: 25% !important;
  }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-5\/20\@tablet {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 25% !important;
  }

  .u-pull-5\/20\@tablet {
    position: relative !important;
    right: 25% !important;
    left: auto !important;
    /* [1] */
  }

  .u-6\/20\@tablet {
    width: 30% !important;
  }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-6\/20\@tablet {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 30% !important;
  }

  .u-pull-6\/20\@tablet {
    position: relative !important;
    right: 30% !important;
    left: auto !important;
    /* [1] */
  }

  .u-7\/20\@tablet {
    width: 35% !important;
  }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-7\/20\@tablet {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 35% !important;
  }

  .u-pull-7\/20\@tablet {
    position: relative !important;
    right: 35% !important;
    left: auto !important;
    /* [1] */
  }

  .u-8\/20\@tablet {
    width: 40% !important;
  }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-8\/20\@tablet {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 40% !important;
  }

  .u-pull-8\/20\@tablet {
    position: relative !important;
    right: 40% !important;
    left: auto !important;
    /* [1] */
  }

  .u-9\/20\@tablet {
    width: 45% !important;
  }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-9\/20\@tablet {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 45% !important;
  }

  .u-pull-9\/20\@tablet {
    position: relative !important;
    right: 45% !important;
    left: auto !important;
    /* [1] */
  }

  .u-10\/20\@tablet {
    width: 50% !important;
  }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-10\/20\@tablet {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 50% !important;
  }

  .u-pull-10\/20\@tablet {
    position: relative !important;
    right: 50% !important;
    left: auto !important;
    /* [1] */
  }

  .u-11\/20\@tablet {
    width: 55% !important;
  }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-11\/20\@tablet {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 55% !important;
  }

  .u-pull-11\/20\@tablet {
    position: relative !important;
    right: 55% !important;
    left: auto !important;
    /* [1] */
  }

  .u-12\/20\@tablet {
    width: 60% !important;
  }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-12\/20\@tablet {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 60% !important;
  }

  .u-pull-12\/20\@tablet {
    position: relative !important;
    right: 60% !important;
    left: auto !important;
    /* [1] */
  }

  .u-13\/20\@tablet {
    width: 65% !important;
  }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-13\/20\@tablet {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 65% !important;
  }

  .u-pull-13\/20\@tablet {
    position: relative !important;
    right: 65% !important;
    left: auto !important;
    /* [1] */
  }

  .u-14\/20\@tablet {
    width: 70% !important;
  }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-14\/20\@tablet {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 70% !important;
  }

  .u-pull-14\/20\@tablet {
    position: relative !important;
    right: 70% !important;
    left: auto !important;
    /* [1] */
  }

  .u-15\/20\@tablet {
    width: 75% !important;
  }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-15\/20\@tablet {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 75% !important;
  }

  .u-pull-15\/20\@tablet {
    position: relative !important;
    right: 75% !important;
    left: auto !important;
    /* [1] */
  }

  .u-16\/20\@tablet {
    width: 80% !important;
  }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-16\/20\@tablet {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 80% !important;
  }

  .u-pull-16\/20\@tablet {
    position: relative !important;
    right: 80% !important;
    left: auto !important;
    /* [1] */
  }

  .u-17\/20\@tablet {
    width: 85% !important;
  }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-17\/20\@tablet {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 85% !important;
  }

  .u-pull-17\/20\@tablet {
    position: relative !important;
    right: 85% !important;
    left: auto !important;
    /* [1] */
  }

  .u-18\/20\@tablet {
    width: 90% !important;
  }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-18\/20\@tablet {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 90% !important;
  }

  .u-pull-18\/20\@tablet {
    position: relative !important;
    right: 90% !important;
    left: auto !important;
    /* [1] */
  }

  .u-19\/20\@tablet {
    width: 95% !important;
  }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-19\/20\@tablet {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 95% !important;
  }

  .u-pull-19\/20\@tablet {
    position: relative !important;
    right: 95% !important;
    left: auto !important;
    /* [1] */
  }

  .u-20\/20\@tablet {
    width: 100% !important;
  }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-20\/20\@tablet {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 100% !important;
  }

  .u-pull-20\/20\@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: 64em) {
  .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.3333333333% !important;
  }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-1\/3\@desktop {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 33.3333333333% !important;
  }

  .u-pull-1\/3\@desktop {
    position: relative !important;
    right: 33.3333333333% !important;
    left: auto !important;
    /* [1] */
  }

  .u-2\/3\@desktop {
    width: 66.6666666667% !important;
  }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-2\/3\@desktop {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 66.6666666667% !important;
  }

  .u-pull-2\/3\@desktop {
    position: relative !important;
    right: 66.6666666667% !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-1\/6\@desktop {
    width: 16.6666666667% !important;
  }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-1\/6\@desktop {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 16.6666666667% !important;
  }

  .u-pull-1\/6\@desktop {
    position: relative !important;
    right: 16.6666666667% !important;
    left: auto !important;
    /* [1] */
  }

  .u-2\/6\@desktop {
    width: 33.3333333333% !important;
  }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-2\/6\@desktop {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 33.3333333333% !important;
  }

  .u-pull-2\/6\@desktop {
    position: relative !important;
    right: 33.3333333333% !important;
    left: auto !important;
    /* [1] */
  }

  .u-3\/6\@desktop {
    width: 50% !important;
  }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-3\/6\@desktop {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 50% !important;
  }

  .u-pull-3\/6\@desktop {
    position: relative !important;
    right: 50% !important;
    left: auto !important;
    /* [1] */
  }

  .u-4\/6\@desktop {
    width: 66.6666666667% !important;
  }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-4\/6\@desktop {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 66.6666666667% !important;
  }

  .u-pull-4\/6\@desktop {
    position: relative !important;
    right: 66.6666666667% !important;
    left: auto !important;
    /* [1] */
  }

  .u-5\/6\@desktop {
    width: 83.3333333333% !important;
  }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-5\/6\@desktop {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 83.3333333333% !important;
  }

  .u-pull-5\/6\@desktop {
    position: relative !important;
    right: 83.3333333333% !important;
    left: auto !important;
    /* [1] */
  }

  .u-6\/6\@desktop {
    width: 100% !important;
  }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-6\/6\@desktop {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 100% !important;
  }

  .u-pull-6\/6\@desktop {
    position: relative !important;
    right: 100% !important;
    left: auto !important;
    /* [1] */
  }

  .u-1\/7\@desktop {
    width: 14.2857142857% !important;
  }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-1\/7\@desktop {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 14.2857142857% !important;
  }

  .u-pull-1\/7\@desktop {
    position: relative !important;
    right: 14.2857142857% !important;
    left: auto !important;
    /* [1] */
  }

  .u-2\/7\@desktop {
    width: 28.5714285714% !important;
  }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-2\/7\@desktop {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 28.5714285714% !important;
  }

  .u-pull-2\/7\@desktop {
    position: relative !important;
    right: 28.5714285714% !important;
    left: auto !important;
    /* [1] */
  }

  .u-3\/7\@desktop {
    width: 42.8571428571% !important;
  }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-3\/7\@desktop {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 42.8571428571% !important;
  }

  .u-pull-3\/7\@desktop {
    position: relative !important;
    right: 42.8571428571% !important;
    left: auto !important;
    /* [1] */
  }

  .u-4\/7\@desktop {
    width: 57.1428571429% !important;
  }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-4\/7\@desktop {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 57.1428571429% !important;
  }

  .u-pull-4\/7\@desktop {
    position: relative !important;
    right: 57.1428571429% !important;
    left: auto !important;
    /* [1] */
  }

  .u-5\/7\@desktop {
    width: 71.4285714286% !important;
  }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-5\/7\@desktop {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 71.4285714286% !important;
  }

  .u-pull-5\/7\@desktop {
    position: relative !important;
    right: 71.4285714286% !important;
    left: auto !important;
    /* [1] */
  }

  .u-6\/7\@desktop {
    width: 85.7142857143% !important;
  }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-6\/7\@desktop {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 85.7142857143% !important;
  }

  .u-pull-6\/7\@desktop {
    position: relative !important;
    right: 85.7142857143% !important;
    left: auto !important;
    /* [1] */
  }

  .u-7\/7\@desktop {
    width: 100% !important;
  }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-7\/7\@desktop {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 100% !important;
  }

  .u-pull-7\/7\@desktop {
    position: relative !important;
    right: 100% !important;
    left: auto !important;
    /* [1] */
  }

  .u-1\/8\@desktop {
    width: 12.5% !important;
  }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-1\/8\@desktop {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 12.5% !important;
  }

  .u-pull-1\/8\@desktop {
    position: relative !important;
    right: 12.5% !important;
    left: auto !important;
    /* [1] */
  }

  .u-2\/8\@desktop {
    width: 25% !important;
  }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-2\/8\@desktop {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 25% !important;
  }

  .u-pull-2\/8\@desktop {
    position: relative !important;
    right: 25% !important;
    left: auto !important;
    /* [1] */
  }

  .u-3\/8\@desktop {
    width: 37.5% !important;
  }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-3\/8\@desktop {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 37.5% !important;
  }

  .u-pull-3\/8\@desktop {
    position: relative !important;
    right: 37.5% !important;
    left: auto !important;
    /* [1] */
  }

  .u-4\/8\@desktop {
    width: 50% !important;
  }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-4\/8\@desktop {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 50% !important;
  }

  .u-pull-4\/8\@desktop {
    position: relative !important;
    right: 50% !important;
    left: auto !important;
    /* [1] */
  }

  .u-5\/8\@desktop {
    width: 62.5% !important;
  }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-5\/8\@desktop {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 62.5% !important;
  }

  .u-pull-5\/8\@desktop {
    position: relative !important;
    right: 62.5% !important;
    left: auto !important;
    /* [1] */
  }

  .u-6\/8\@desktop {
    width: 75% !important;
  }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-6\/8\@desktop {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 75% !important;
  }

  .u-pull-6\/8\@desktop {
    position: relative !important;
    right: 75% !important;
    left: auto !important;
    /* [1] */
  }

  .u-7\/8\@desktop {
    width: 87.5% !important;
  }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-7\/8\@desktop {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 87.5% !important;
  }

  .u-pull-7\/8\@desktop {
    position: relative !important;
    right: 87.5% !important;
    left: auto !important;
    /* [1] */
  }

  .u-8\/8\@desktop {
    width: 100% !important;
  }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-8\/8\@desktop {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 100% !important;
  }

  .u-pull-8\/8\@desktop {
    position: relative !important;
    right: 100% !important;
    left: auto !important;
    /* [1] */
  }

  .u-1\/9\@desktop {
    width: 11.1111111111% !important;
  }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-1\/9\@desktop {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 11.1111111111% !important;
  }

  .u-pull-1\/9\@desktop {
    position: relative !important;
    right: 11.1111111111% !important;
    left: auto !important;
    /* [1] */
  }

  .u-2\/9\@desktop {
    width: 22.2222222222% !important;
  }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-2\/9\@desktop {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 22.2222222222% !important;
  }

  .u-pull-2\/9\@desktop {
    position: relative !important;
    right: 22.2222222222% !important;
    left: auto !important;
    /* [1] */
  }

  .u-3\/9\@desktop {
    width: 33.3333333333% !important;
  }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-3\/9\@desktop {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 33.3333333333% !important;
  }

  .u-pull-3\/9\@desktop {
    position: relative !important;
    right: 33.3333333333% !important;
    left: auto !important;
    /* [1] */
  }

  .u-4\/9\@desktop {
    width: 44.4444444444% !important;
  }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-4\/9\@desktop {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 44.4444444444% !important;
  }

  .u-pull-4\/9\@desktop {
    position: relative !important;
    right: 44.4444444444% !important;
    left: auto !important;
    /* [1] */
  }

  .u-5\/9\@desktop {
    width: 55.5555555556% !important;
  }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-5\/9\@desktop {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 55.5555555556% !important;
  }

  .u-pull-5\/9\@desktop {
    position: relative !important;
    right: 55.5555555556% !important;
    left: auto !important;
    /* [1] */
  }

  .u-6\/9\@desktop {
    width: 66.6666666667% !important;
  }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-6\/9\@desktop {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 66.6666666667% !important;
  }

  .u-pull-6\/9\@desktop {
    position: relative !important;
    right: 66.6666666667% !important;
    left: auto !important;
    /* [1] */
  }

  .u-7\/9\@desktop {
    width: 77.7777777778% !important;
  }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-7\/9\@desktop {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 77.7777777778% !important;
  }

  .u-pull-7\/9\@desktop {
    position: relative !important;
    right: 77.7777777778% !important;
    left: auto !important;
    /* [1] */
  }

  .u-8\/9\@desktop {
    width: 88.8888888889% !important;
  }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-8\/9\@desktop {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 88.8888888889% !important;
  }

  .u-pull-8\/9\@desktop {
    position: relative !important;
    right: 88.8888888889% !important;
    left: auto !important;
    /* [1] */
  }

  .u-9\/9\@desktop {
    width: 100% !important;
  }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-9\/9\@desktop {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 100% !important;
  }

  .u-pull-9\/9\@desktop {
    position: relative !important;
    right: 100% !important;
    left: auto !important;
    /* [1] */
  }

  .u-1\/10\@desktop {
    width: 10% !important;
  }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-1\/10\@desktop {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 10% !important;
  }

  .u-pull-1\/10\@desktop {
    position: relative !important;
    right: 10% !important;
    left: auto !important;
    /* [1] */
  }

  .u-2\/10\@desktop {
    width: 20% !important;
  }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-2\/10\@desktop {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 20% !important;
  }

  .u-pull-2\/10\@desktop {
    position: relative !important;
    right: 20% !important;
    left: auto !important;
    /* [1] */
  }

  .u-3\/10\@desktop {
    width: 30% !important;
  }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-3\/10\@desktop {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 30% !important;
  }

  .u-pull-3\/10\@desktop {
    position: relative !important;
    right: 30% !important;
    left: auto !important;
    /* [1] */
  }

  .u-4\/10\@desktop {
    width: 40% !important;
  }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-4\/10\@desktop {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 40% !important;
  }

  .u-pull-4\/10\@desktop {
    position: relative !important;
    right: 40% !important;
    left: auto !important;
    /* [1] */
  }

  .u-5\/10\@desktop {
    width: 50% !important;
  }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-5\/10\@desktop {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 50% !important;
  }

  .u-pull-5\/10\@desktop {
    position: relative !important;
    right: 50% !important;
    left: auto !important;
    /* [1] */
  }

  .u-6\/10\@desktop {
    width: 60% !important;
  }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-6\/10\@desktop {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 60% !important;
  }

  .u-pull-6\/10\@desktop {
    position: relative !important;
    right: 60% !important;
    left: auto !important;
    /* [1] */
  }

  .u-7\/10\@desktop {
    width: 70% !important;
  }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-7\/10\@desktop {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 70% !important;
  }

  .u-pull-7\/10\@desktop {
    position: relative !important;
    right: 70% !important;
    left: auto !important;
    /* [1] */
  }

  .u-8\/10\@desktop {
    width: 80% !important;
  }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-8\/10\@desktop {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 80% !important;
  }

  .u-pull-8\/10\@desktop {
    position: relative !important;
    right: 80% !important;
    left: auto !important;
    /* [1] */
  }

  .u-9\/10\@desktop {
    width: 90% !important;
  }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-9\/10\@desktop {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 90% !important;
  }

  .u-pull-9\/10\@desktop {
    position: relative !important;
    right: 90% !important;
    left: auto !important;
    /* [1] */
  }

  .u-10\/10\@desktop {
    width: 100% !important;
  }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-10\/10\@desktop {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 100% !important;
  }

  .u-pull-10\/10\@desktop {
    position: relative !important;
    right: 100% !important;
    left: auto !important;
    /* [1] */
  }

  .u-1\/20\@desktop {
    width: 5% !important;
  }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-1\/20\@desktop {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 5% !important;
  }

  .u-pull-1\/20\@desktop {
    position: relative !important;
    right: 5% !important;
    left: auto !important;
    /* [1] */
  }

  .u-2\/20\@desktop {
    width: 10% !important;
  }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-2\/20\@desktop {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 10% !important;
  }

  .u-pull-2\/20\@desktop {
    position: relative !important;
    right: 10% !important;
    left: auto !important;
    /* [1] */
  }

  .u-3\/20\@desktop {
    width: 15% !important;
  }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-3\/20\@desktop {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 15% !important;
  }

  .u-pull-3\/20\@desktop {
    position: relative !important;
    right: 15% !important;
    left: auto !important;
    /* [1] */
  }

  .u-4\/20\@desktop {
    width: 20% !important;
  }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-4\/20\@desktop {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 20% !important;
  }

  .u-pull-4\/20\@desktop {
    position: relative !important;
    right: 20% !important;
    left: auto !important;
    /* [1] */
  }

  .u-5\/20\@desktop {
    width: 25% !important;
  }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-5\/20\@desktop {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 25% !important;
  }

  .u-pull-5\/20\@desktop {
    position: relative !important;
    right: 25% !important;
    left: auto !important;
    /* [1] */
  }

  .u-6\/20\@desktop {
    width: 30% !important;
  }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-6\/20\@desktop {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 30% !important;
  }

  .u-pull-6\/20\@desktop {
    position: relative !important;
    right: 30% !important;
    left: auto !important;
    /* [1] */
  }

  .u-7\/20\@desktop {
    width: 35% !important;
  }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-7\/20\@desktop {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 35% !important;
  }

  .u-pull-7\/20\@desktop {
    position: relative !important;
    right: 35% !important;
    left: auto !important;
    /* [1] */
  }

  .u-8\/20\@desktop {
    width: 40% !important;
  }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-8\/20\@desktop {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 40% !important;
  }

  .u-pull-8\/20\@desktop {
    position: relative !important;
    right: 40% !important;
    left: auto !important;
    /* [1] */
  }

  .u-9\/20\@desktop {
    width: 45% !important;
  }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-9\/20\@desktop {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 45% !important;
  }

  .u-pull-9\/20\@desktop {
    position: relative !important;
    right: 45% !important;
    left: auto !important;
    /* [1] */
  }

  .u-10\/20\@desktop {
    width: 50% !important;
  }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-10\/20\@desktop {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 50% !important;
  }

  .u-pull-10\/20\@desktop {
    position: relative !important;
    right: 50% !important;
    left: auto !important;
    /* [1] */
  }

  .u-11\/20\@desktop {
    width: 55% !important;
  }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-11\/20\@desktop {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 55% !important;
  }

  .u-pull-11\/20\@desktop {
    position: relative !important;
    right: 55% !important;
    left: auto !important;
    /* [1] */
  }

  .u-12\/20\@desktop {
    width: 60% !important;
  }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-12\/20\@desktop {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 60% !important;
  }

  .u-pull-12\/20\@desktop {
    position: relative !important;
    right: 60% !important;
    left: auto !important;
    /* [1] */
  }

  .u-13\/20\@desktop {
    width: 65% !important;
  }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-13\/20\@desktop {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 65% !important;
  }

  .u-pull-13\/20\@desktop {
    position: relative !important;
    right: 65% !important;
    left: auto !important;
    /* [1] */
  }

  .u-14\/20\@desktop {
    width: 70% !important;
  }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-14\/20\@desktop {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 70% !important;
  }

  .u-pull-14\/20\@desktop {
    position: relative !important;
    right: 70% !important;
    left: auto !important;
    /* [1] */
  }

  .u-15\/20\@desktop {
    width: 75% !important;
  }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-15\/20\@desktop {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 75% !important;
  }

  .u-pull-15\/20\@desktop {
    position: relative !important;
    right: 75% !important;
    left: auto !important;
    /* [1] */
  }

  .u-16\/20\@desktop {
    width: 80% !important;
  }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-16\/20\@desktop {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 80% !important;
  }

  .u-pull-16\/20\@desktop {
    position: relative !important;
    right: 80% !important;
    left: auto !important;
    /* [1] */
  }

  .u-17\/20\@desktop {
    width: 85% !important;
  }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-17\/20\@desktop {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 85% !important;
  }

  .u-pull-17\/20\@desktop {
    position: relative !important;
    right: 85% !important;
    left: auto !important;
    /* [1] */
  }

  .u-18\/20\@desktop {
    width: 90% !important;
  }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-18\/20\@desktop {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 90% !important;
  }

  .u-pull-18\/20\@desktop {
    position: relative !important;
    right: 90% !important;
    left: auto !important;
    /* [1] */
  }

  .u-19\/20\@desktop {
    width: 95% !important;
  }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-19\/20\@desktop {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 95% !important;
  }

  .u-pull-19\/20\@desktop {
    position: relative !important;
    right: 95% !important;
    left: auto !important;
    /* [1] */
  }

  .u-20\/20\@desktop {
    width: 100% !important;
  }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-20\/20\@desktop {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 100% !important;
  }

  .u-pull-20\/20\@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: 80em) {
  .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.3333333333% !important;
  }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-1\/3\@wide {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 33.3333333333% !important;
  }

  .u-pull-1\/3\@wide {
    position: relative !important;
    right: 33.3333333333% !important;
    left: auto !important;
    /* [1] */
  }

  .u-2\/3\@wide {
    width: 66.6666666667% !important;
  }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-2\/3\@wide {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 66.6666666667% !important;
  }

  .u-pull-2\/3\@wide {
    position: relative !important;
    right: 66.6666666667% !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-1\/6\@wide {
    width: 16.6666666667% !important;
  }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-1\/6\@wide {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 16.6666666667% !important;
  }

  .u-pull-1\/6\@wide {
    position: relative !important;
    right: 16.6666666667% !important;
    left: auto !important;
    /* [1] */
  }

  .u-2\/6\@wide {
    width: 33.3333333333% !important;
  }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-2\/6\@wide {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 33.3333333333% !important;
  }

  .u-pull-2\/6\@wide {
    position: relative !important;
    right: 33.3333333333% !important;
    left: auto !important;
    /* [1] */
  }

  .u-3\/6\@wide {
    width: 50% !important;
  }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-3\/6\@wide {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 50% !important;
  }

  .u-pull-3\/6\@wide {
    position: relative !important;
    right: 50% !important;
    left: auto !important;
    /* [1] */
  }

  .u-4\/6\@wide {
    width: 66.6666666667% !important;
  }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-4\/6\@wide {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 66.6666666667% !important;
  }

  .u-pull-4\/6\@wide {
    position: relative !important;
    right: 66.6666666667% !important;
    left: auto !important;
    /* [1] */
  }

  .u-5\/6\@wide {
    width: 83.3333333333% !important;
  }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-5\/6\@wide {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 83.3333333333% !important;
  }

  .u-pull-5\/6\@wide {
    position: relative !important;
    right: 83.3333333333% !important;
    left: auto !important;
    /* [1] */
  }

  .u-6\/6\@wide {
    width: 100% !important;
  }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-6\/6\@wide {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 100% !important;
  }

  .u-pull-6\/6\@wide {
    position: relative !important;
    right: 100% !important;
    left: auto !important;
    /* [1] */
  }

  .u-1\/7\@wide {
    width: 14.2857142857% !important;
  }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-1\/7\@wide {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 14.2857142857% !important;
  }

  .u-pull-1\/7\@wide {
    position: relative !important;
    right: 14.2857142857% !important;
    left: auto !important;
    /* [1] */
  }

  .u-2\/7\@wide {
    width: 28.5714285714% !important;
  }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-2\/7\@wide {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 28.5714285714% !important;
  }

  .u-pull-2\/7\@wide {
    position: relative !important;
    right: 28.5714285714% !important;
    left: auto !important;
    /* [1] */
  }

  .u-3\/7\@wide {
    width: 42.8571428571% !important;
  }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-3\/7\@wide {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 42.8571428571% !important;
  }

  .u-pull-3\/7\@wide {
    position: relative !important;
    right: 42.8571428571% !important;
    left: auto !important;
    /* [1] */
  }

  .u-4\/7\@wide {
    width: 57.1428571429% !important;
  }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-4\/7\@wide {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 57.1428571429% !important;
  }

  .u-pull-4\/7\@wide {
    position: relative !important;
    right: 57.1428571429% !important;
    left: auto !important;
    /* [1] */
  }

  .u-5\/7\@wide {
    width: 71.4285714286% !important;
  }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-5\/7\@wide {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 71.4285714286% !important;
  }

  .u-pull-5\/7\@wide {
    position: relative !important;
    right: 71.4285714286% !important;
    left: auto !important;
    /* [1] */
  }

  .u-6\/7\@wide {
    width: 85.7142857143% !important;
  }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-6\/7\@wide {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 85.7142857143% !important;
  }

  .u-pull-6\/7\@wide {
    position: relative !important;
    right: 85.7142857143% !important;
    left: auto !important;
    /* [1] */
  }

  .u-7\/7\@wide {
    width: 100% !important;
  }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-7\/7\@wide {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 100% !important;
  }

  .u-pull-7\/7\@wide {
    position: relative !important;
    right: 100% !important;
    left: auto !important;
    /* [1] */
  }

  .u-1\/8\@wide {
    width: 12.5% !important;
  }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-1\/8\@wide {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 12.5% !important;
  }

  .u-pull-1\/8\@wide {
    position: relative !important;
    right: 12.5% !important;
    left: auto !important;
    /* [1] */
  }

  .u-2\/8\@wide {
    width: 25% !important;
  }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-2\/8\@wide {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 25% !important;
  }

  .u-pull-2\/8\@wide {
    position: relative !important;
    right: 25% !important;
    left: auto !important;
    /* [1] */
  }

  .u-3\/8\@wide {
    width: 37.5% !important;
  }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-3\/8\@wide {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 37.5% !important;
  }

  .u-pull-3\/8\@wide {
    position: relative !important;
    right: 37.5% !important;
    left: auto !important;
    /* [1] */
  }

  .u-4\/8\@wide {
    width: 50% !important;
  }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-4\/8\@wide {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 50% !important;
  }

  .u-pull-4\/8\@wide {
    position: relative !important;
    right: 50% !important;
    left: auto !important;
    /* [1] */
  }

  .u-5\/8\@wide {
    width: 62.5% !important;
  }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-5\/8\@wide {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 62.5% !important;
  }

  .u-pull-5\/8\@wide {
    position: relative !important;
    right: 62.5% !important;
    left: auto !important;
    /* [1] */
  }

  .u-6\/8\@wide {
    width: 75% !important;
  }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-6\/8\@wide {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 75% !important;
  }

  .u-pull-6\/8\@wide {
    position: relative !important;
    right: 75% !important;
    left: auto !important;
    /* [1] */
  }

  .u-7\/8\@wide {
    width: 87.5% !important;
  }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-7\/8\@wide {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 87.5% !important;
  }

  .u-pull-7\/8\@wide {
    position: relative !important;
    right: 87.5% !important;
    left: auto !important;
    /* [1] */
  }

  .u-8\/8\@wide {
    width: 100% !important;
  }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-8\/8\@wide {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 100% !important;
  }

  .u-pull-8\/8\@wide {
    position: relative !important;
    right: 100% !important;
    left: auto !important;
    /* [1] */
  }

  .u-1\/9\@wide {
    width: 11.1111111111% !important;
  }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-1\/9\@wide {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 11.1111111111% !important;
  }

  .u-pull-1\/9\@wide {
    position: relative !important;
    right: 11.1111111111% !important;
    left: auto !important;
    /* [1] */
  }

  .u-2\/9\@wide {
    width: 22.2222222222% !important;
  }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-2\/9\@wide {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 22.2222222222% !important;
  }

  .u-pull-2\/9\@wide {
    position: relative !important;
    right: 22.2222222222% !important;
    left: auto !important;
    /* [1] */
  }

  .u-3\/9\@wide {
    width: 33.3333333333% !important;
  }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-3\/9\@wide {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 33.3333333333% !important;
  }

  .u-pull-3\/9\@wide {
    position: relative !important;
    right: 33.3333333333% !important;
    left: auto !important;
    /* [1] */
  }

  .u-4\/9\@wide {
    width: 44.4444444444% !important;
  }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-4\/9\@wide {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 44.4444444444% !important;
  }

  .u-pull-4\/9\@wide {
    position: relative !important;
    right: 44.4444444444% !important;
    left: auto !important;
    /* [1] */
  }

  .u-5\/9\@wide {
    width: 55.5555555556% !important;
  }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-5\/9\@wide {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 55.5555555556% !important;
  }

  .u-pull-5\/9\@wide {
    position: relative !important;
    right: 55.5555555556% !important;
    left: auto !important;
    /* [1] */
  }

  .u-6\/9\@wide {
    width: 66.6666666667% !important;
  }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-6\/9\@wide {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 66.6666666667% !important;
  }

  .u-pull-6\/9\@wide {
    position: relative !important;
    right: 66.6666666667% !important;
    left: auto !important;
    /* [1] */
  }

  .u-7\/9\@wide {
    width: 77.7777777778% !important;
  }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-7\/9\@wide {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 77.7777777778% !important;
  }

  .u-pull-7\/9\@wide {
    position: relative !important;
    right: 77.7777777778% !important;
    left: auto !important;
    /* [1] */
  }

  .u-8\/9\@wide {
    width: 88.8888888889% !important;
  }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-8\/9\@wide {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 88.8888888889% !important;
  }

  .u-pull-8\/9\@wide {
    position: relative !important;
    right: 88.8888888889% !important;
    left: auto !important;
    /* [1] */
  }

  .u-9\/9\@wide {
    width: 100% !important;
  }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-9\/9\@wide {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 100% !important;
  }

  .u-pull-9\/9\@wide {
    position: relative !important;
    right: 100% !important;
    left: auto !important;
    /* [1] */
  }

  .u-1\/10\@wide {
    width: 10% !important;
  }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-1\/10\@wide {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 10% !important;
  }

  .u-pull-1\/10\@wide {
    position: relative !important;
    right: 10% !important;
    left: auto !important;
    /* [1] */
  }

  .u-2\/10\@wide {
    width: 20% !important;
  }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-2\/10\@wide {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 20% !important;
  }

  .u-pull-2\/10\@wide {
    position: relative !important;
    right: 20% !important;
    left: auto !important;
    /* [1] */
  }

  .u-3\/10\@wide {
    width: 30% !important;
  }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-3\/10\@wide {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 30% !important;
  }

  .u-pull-3\/10\@wide {
    position: relative !important;
    right: 30% !important;
    left: auto !important;
    /* [1] */
  }

  .u-4\/10\@wide {
    width: 40% !important;
  }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-4\/10\@wide {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 40% !important;
  }

  .u-pull-4\/10\@wide {
    position: relative !important;
    right: 40% !important;
    left: auto !important;
    /* [1] */
  }

  .u-5\/10\@wide {
    width: 50% !important;
  }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-5\/10\@wide {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 50% !important;
  }

  .u-pull-5\/10\@wide {
    position: relative !important;
    right: 50% !important;
    left: auto !important;
    /* [1] */
  }

  .u-6\/10\@wide {
    width: 60% !important;
  }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-6\/10\@wide {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 60% !important;
  }

  .u-pull-6\/10\@wide {
    position: relative !important;
    right: 60% !important;
    left: auto !important;
    /* [1] */
  }

  .u-7\/10\@wide {
    width: 70% !important;
  }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-7\/10\@wide {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 70% !important;
  }

  .u-pull-7\/10\@wide {
    position: relative !important;
    right: 70% !important;
    left: auto !important;
    /* [1] */
  }

  .u-8\/10\@wide {
    width: 80% !important;
  }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-8\/10\@wide {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 80% !important;
  }

  .u-pull-8\/10\@wide {
    position: relative !important;
    right: 80% !important;
    left: auto !important;
    /* [1] */
  }

  .u-9\/10\@wide {
    width: 90% !important;
  }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-9\/10\@wide {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 90% !important;
  }

  .u-pull-9\/10\@wide {
    position: relative !important;
    right: 90% !important;
    left: auto !important;
    /* [1] */
  }

  .u-10\/10\@wide {
    width: 100% !important;
  }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-10\/10\@wide {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 100% !important;
  }

  .u-pull-10\/10\@wide {
    position: relative !important;
    right: 100% !important;
    left: auto !important;
    /* [1] */
  }

  .u-1\/20\@wide {
    width: 5% !important;
  }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-1\/20\@wide {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 5% !important;
  }

  .u-pull-1\/20\@wide {
    position: relative !important;
    right: 5% !important;
    left: auto !important;
    /* [1] */
  }

  .u-2\/20\@wide {
    width: 10% !important;
  }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-2\/20\@wide {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 10% !important;
  }

  .u-pull-2\/20\@wide {
    position: relative !important;
    right: 10% !important;
    left: auto !important;
    /* [1] */
  }

  .u-3\/20\@wide {
    width: 15% !important;
  }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-3\/20\@wide {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 15% !important;
  }

  .u-pull-3\/20\@wide {
    position: relative !important;
    right: 15% !important;
    left: auto !important;
    /* [1] */
  }

  .u-4\/20\@wide {
    width: 20% !important;
  }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-4\/20\@wide {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 20% !important;
  }

  .u-pull-4\/20\@wide {
    position: relative !important;
    right: 20% !important;
    left: auto !important;
    /* [1] */
  }

  .u-5\/20\@wide {
    width: 25% !important;
  }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-5\/20\@wide {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 25% !important;
  }

  .u-pull-5\/20\@wide {
    position: relative !important;
    right: 25% !important;
    left: auto !important;
    /* [1] */
  }

  .u-6\/20\@wide {
    width: 30% !important;
  }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-6\/20\@wide {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 30% !important;
  }

  .u-pull-6\/20\@wide {
    position: relative !important;
    right: 30% !important;
    left: auto !important;
    /* [1] */
  }

  .u-7\/20\@wide {
    width: 35% !important;
  }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-7\/20\@wide {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 35% !important;
  }

  .u-pull-7\/20\@wide {
    position: relative !important;
    right: 35% !important;
    left: auto !important;
    /* [1] */
  }

  .u-8\/20\@wide {
    width: 40% !important;
  }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-8\/20\@wide {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 40% !important;
  }

  .u-pull-8\/20\@wide {
    position: relative !important;
    right: 40% !important;
    left: auto !important;
    /* [1] */
  }

  .u-9\/20\@wide {
    width: 45% !important;
  }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-9\/20\@wide {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 45% !important;
  }

  .u-pull-9\/20\@wide {
    position: relative !important;
    right: 45% !important;
    left: auto !important;
    /* [1] */
  }

  .u-10\/20\@wide {
    width: 50% !important;
  }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-10\/20\@wide {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 50% !important;
  }

  .u-pull-10\/20\@wide {
    position: relative !important;
    right: 50% !important;
    left: auto !important;
    /* [1] */
  }

  .u-11\/20\@wide {
    width: 55% !important;
  }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-11\/20\@wide {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 55% !important;
  }

  .u-pull-11\/20\@wide {
    position: relative !important;
    right: 55% !important;
    left: auto !important;
    /* [1] */
  }

  .u-12\/20\@wide {
    width: 60% !important;
  }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-12\/20\@wide {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 60% !important;
  }

  .u-pull-12\/20\@wide {
    position: relative !important;
    right: 60% !important;
    left: auto !important;
    /* [1] */
  }

  .u-13\/20\@wide {
    width: 65% !important;
  }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-13\/20\@wide {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 65% !important;
  }

  .u-pull-13\/20\@wide {
    position: relative !important;
    right: 65% !important;
    left: auto !important;
    /* [1] */
  }

  .u-14\/20\@wide {
    width: 70% !important;
  }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-14\/20\@wide {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 70% !important;
  }

  .u-pull-14\/20\@wide {
    position: relative !important;
    right: 70% !important;
    left: auto !important;
    /* [1] */
  }

  .u-15\/20\@wide {
    width: 75% !important;
  }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-15\/20\@wide {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 75% !important;
  }

  .u-pull-15\/20\@wide {
    position: relative !important;
    right: 75% !important;
    left: auto !important;
    /* [1] */
  }

  .u-16\/20\@wide {
    width: 80% !important;
  }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-16\/20\@wide {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 80% !important;
  }

  .u-pull-16\/20\@wide {
    position: relative !important;
    right: 80% !important;
    left: auto !important;
    /* [1] */
  }

  .u-17\/20\@wide {
    width: 85% !important;
  }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-17\/20\@wide {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 85% !important;
  }

  .u-pull-17\/20\@wide {
    position: relative !important;
    right: 85% !important;
    left: auto !important;
    /* [1] */
  }

  .u-18\/20\@wide {
    width: 90% !important;
  }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-18\/20\@wide {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 90% !important;
  }

  .u-pull-18\/20\@wide {
    position: relative !important;
    right: 90% !important;
    left: auto !important;
    /* [1] */
  }

  .u-19\/20\@wide {
    width: 95% !important;
  }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-19\/20\@wide {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 95% !important;
  }

  .u-pull-19\/20\@wide {
    position: relative !important;
    right: 95% !important;
    left: auto !important;
    /* [1] */
  }

  .u-20\/20\@wide {
    width: 100% !important;
  }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-push-20\/20\@wide {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 100% !important;
  }

  .u-pull-20\/20\@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;
  }
}
/* ==========================================================================
   #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: 52px !important;
  font-size: 3.25rem !important;
  line-height: 1.1538461538 !important;
}

.u-h2 {
  font-size: 30px !important;
  font-size: 1.875rem !important;
  line-height: 1.2 !important;
}

.u-h3 {
  font-size: 24px !important;
  font-size: 1.5rem !important;
  line-height: 1.25 !important;
}

.u-h4 {
  font-size: 16px !important;
  font-size: 1rem !important;
  line-height: 1.5 !important;
}

.u-h5 {
  font-size: 12px !important;
  font-size: 0.75rem !important;
  line-height: 1.5 !important;
}

.u-h6 {
  font-size: 12px !important;
  font-size: 0.75rem !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: 16px !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: 16px !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: 16px !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: 16px !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: 16px !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: 16px !important;
  padding-right: 16px !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: 16px !important;
  padding-bottom: 16px !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: 16px !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: 16px !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: 16px !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: 16px !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: 16px !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: 16px !important;
  margin-right: 16px !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: 16px !important;
  margin-bottom: 16px !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] */
    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;
}

/* ==========================================================================
   # HELPERS / UTILITIES
   ========================================================================== */
.u-font-size-tiny {
  font-size: 12px;
}

.u-filter {
  -webkit-filter: brightness(65%);
          filter: brightness(65%);
}

.u-white-hover:hover  {
  opacity: 0.8;
}

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

.u-pointer {
  cursor: pointer;
}

.skiplink {
  position: absolute;
  top: -9999px;
  left: -9999px;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
}

.visually-hidden {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
  /* added line */
}

/* ==========================================================================
   #INACTIVE
   ========================================================================== */
/**
 * Universal class to disable UI elements
 *
 * 1. reset cursor and disable click and hover events.
 */
.u-inactive {
  pointer-events: none;
  /* [1] */
  opacity: 0.3;
}

.u-no-td {
  text-decoration: none;
}

/* ==========================================================================
   #SPACINGS
   ========================================================================== */
/**
 * Universal class to disable UI elements
 *
 * 1. reset cursor and disable click and hover events.
 */
.u-margin-bottom--child div:first-child {
  margin-bottom: 20px;
}

@media (max-width: 63.99em) {
  .u-padding-left-huge, .u-padding-right-huge {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

main.video-digest {
  margin-top: 0;
}
main.video-digest h1,
main.video-digest h2,
main.video-digest h3,
main.video-digest h4,
main.video-digest h5,
main.video-digest h6 {
  color: #ea3323;
}
main.video-digest a {
  color: #ea3323;
}
main.video-digest .o-box--colored {
  background-color: #ea3323;
}
main.video-digest .c-video-caption,
main.video-digest .c-image__caption,
main.video-digest .c-imageslider__caption {
  color: #ea3323;
}

.video-digest-banner {
  height: 40px;
}
@media (min-width: 64em) {
  .video-digest-banner {
    height: 80px;
  }
}
.video-digest-banner__inner {
  position: absolute;
  width: 100vw;
  left: 0;
}

.video-digest-banner--desktop {
  background: url("/frontend/images/content/digest_banner_2568x80.gif");
  height: 80px;
  display: none;
}
@media (min-width: 64em) {
  .video-digest-banner--desktop {
    display: block;
  }
}

.video-digest-banner--mobile {
  background: url("/frontend/images/content/digest_banner_768x40.gif");
  height: 40px;
  display: block;
}
@media (min-width: 64em) {
  .video-digest-banner--mobile {
    display: none;
  }
}

@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}

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

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

/* 3D Effects */
.swiper-container-3d {
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}
