/* ==========================================================================
   Settings
   ========================================================================== */
/*
	Margin, padding, and border resets
	except for form elements
*/
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
th,
td,
article,
aside,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  margin: 0;
  padding: 0;
  border: 0;
}
/*
	Consistency fixes
	adopted from http://necolas.github.com/normalize.css/
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
audio,
canvas,
video {
  display: block;
}
html {
  height: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  min-height: 100%;
  font-size: 100%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
b,
strong {
  font-weight: bold;
}
abbr[title] {
  border-bottom: 1px dotted;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a img,
img {
  -ms-interpolation-mode: bicubic;
  border: 0;
}
input,
textarea,
button,
select {
  margin: 0;
  font-size: 100%;
  line-height: normal;
  vertical-align: baseline;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
input[type="checkbox"],
input[type="radio"] {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
textarea {
  overflow: auto;
}
/* fuer frameless bracuhe ich keine variable, das ist also falsch hie run dmuss in utilities/tools/libs

/* Frameless grid configuration
   ========================================================================== */
body {
  -webkit-tap-highlight-color: rgba(255, 0, 0, 0.62);
}
::-moz-selection {
  background: #f6f6f7 !important;
  color: inherit;
}
::selection {
  background: #f6f6f7 !important;
  color: inherit;
}
::-moz-selection {
  background: #f6f6f7 !important;
  color: inherit;
}
/* ==========================================================================
   Utilities
   ========================================================================== */
/* ist das in tachyons enthalten? */
/*

  TACHYONS

*/
/* Variables */
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}
/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}
/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * 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 */
}
/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in 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;
}
/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}
/**
 * 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;
}
/**
 * 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
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}
/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * 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 */
}
/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}
/**
 * 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;
}
/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 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 */
}
/**
 * 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 OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}
/**
 * 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 */
}
/*

  CUSTOM MEDIA QUERIES

  Media query values can be changed to fit your own content.
  There are no magic bullets when it comes to media query width values.
  They should be declared in em units - and they should be set to meet
  the needs of your content.

  These media queries can be referenced like so:

  @media (--breakpoint-not-small) {
    .medium-and-larger-specific-style {
      background-color: red;
    }
  }

  @media (--breakpoint-medium) {
    .medium-screen-specific-style {
      background-color: red;
    }
  }

  @media (--breakpoint-large) {
    .large-screen-specific-style {
      background-color: red;
    }
  }

  @media (--breakpoint-extra-large) {
    .extra-large-screen-specific-style {
      background-color: red;
    }
  }

*/
/*

   Tachyons
   COLOR VARIABLES

   Grayscale
   - Solids
   - Transparencies
*/
/* Modules */
/*
  Box Sizing
*/
html,
body,
div,
article,
section,
main,
footer,
header,
form,
fieldset,
pre,
code,
p,
ul,
ol,
li,
dl,
dt,
dd,
textarea,
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="url"],
input[type="password"],
.border-box {
  box-sizing: border-box;
}
/*

   BACKGROUND SIZE

   Base:
    bg = background-size

   Modifiers:
    -cv = cover
    -cn = contain

   Media Query Extensions:
     -ns = not-small
     -m  = medium
     -l  = large

*/
/*
  Often used in combination with background image set as an inline style
  on an html element.
*/
.bg-cv {
  background-size: cover;
}
.bg-cn {
  background-size: contain;
}
/*

   BORDER BASE

   Legend

   a = all
   t = top
   r = right
   b = bottom
   l = left

*/
.ba {
  border-style: solid;
  border-width: 1px;
}
.bt {
  border-top-style: solid;
  border-top-width: 1px;
}
.br {
  border-right-style: solid;
  border-right-width: 1px;
}
.bb {
  border-bottom-style: solid;
  border-bottom-width: 1px;
}
.bl {
  border-left-style: solid;
  border-left-width: 1px;
}
.bn {
  border-style: none;
  border-width: 0;
}
/*

   Tachyons
   COLOR VARIABLES

   Grayscale
   - Solids
   - Transparencies
*/
/*

   BORDER COLORS

*/
.b--black {
  border-color: #000;
}
.b--near-black {
  border-color: #111;
}
.b--dark-gray {
  border-color: #333;
}
.b--mid-gray {
  border-color: #555;
}
.b--gray {
  border-color: #777;
}
.b--silver {
  border-color: #999;
}
.b--light-silver {
  border-color: #aaa;
}
.b--light-gray {
  border-color: #eee;
}
.b--near-white {
  border-color: #f4f4f4;
}
.b--white {
  border-color: #fff;
}
.b--white-90 {
  border-color: rgba(255, 255, 255, 0.9);
}
.b--white-80 {
  border-color: rgba(255, 255, 255, 0.8);
}
.b--white-70 {
  border-color: rgba(255, 255, 255, 0.7);
}
.b--white-60 {
  border-color: rgba(255, 255, 255, 0.6);
}
.b--white-50 {
  border-color: rgba(255, 255, 255, 0.5);
}
.b--white-40 {
  border-color: rgba(255, 255, 255, 0.4);
}
.b--white-30 {
  border-color: rgba(255, 255, 255, 0.3);
}
.b--white-20 {
  border-color: rgba(255, 255, 255, 0.2);
}
.b--white-10 {
  border-color: rgba(255, 255, 255, 0.1);
}
.b--white-05 {
  border-color: rgba(255, 255, 255, 0.05);
}
.b--white-025 {
  border-color: rgba(255, 255, 255, 0.025);
}
.b--white-0125 {
  border-color: rgba(255, 255, 255, 0.0125);
}
.b--black-90 {
  border-color: rgba(0, 0, 0, 0.9);
}
.b--black-80 {
  border-color: rgba(0, 0, 0, 0.8);
}
.b--black-70 {
  border-color: rgba(0, 0, 0, 0.7);
}
.b--black-60 {
  border-color: rgba(0, 0, 0, 0.6);
}
.b--black-50 {
  border-color: rgba(0, 0, 0, 0.5);
}
.b--black-40 {
  border-color: rgba(0, 0, 0, 0.4);
}
.b--black-30 {
  border-color: rgba(0, 0, 0, 0.3);
}
.b--black-20 {
  border-color: rgba(0, 0, 0, 0.2);
}
.b--black-10 {
  border-color: rgba(0, 0, 0, 0.1);
}
.b--black-05 {
  border-color: rgba(0, 0, 0, 0.05);
}
.b--black-025 {
  border-color: rgba(0, 0, 0, 0.025);
}
.b--black-0125 {
  border-color: rgba(0, 0, 0, 0.0125);
}
.b--transparent {
  border-color: transparent;
}
/*

   BORDER RADIUS

   Base:
     br   = border-radius

   Modifiers:
     0    = 0/none
     1    = 1st step in scale
     2    = 2nd step in scale
     3    = 3rd step in scale
     4    = 4th step in scale
     -100 = 100%


   Media Query Extensions:
     -ns = not-small
     -m  = medium
     -l  = large

*/
.br0 {
  border-radius: 0;
}
.br1 {
  border-radius: 0.125rem;
}
.br2 {
  border-radius: 0.25rem;
}
.br3 {
  border-radius: 0.5rem;
}
.br4 {
  border-radius: 1rem;
}
.br-100 {
  border-radius: 100%;
}
.br--bottom {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.br--top {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
/*

   BORDER STYLES

   Base:
     bs = border-style

   Modifiers:
     none   = none
     dotted = dotted
     dashed = dashed
     solid  = solid

   Media Query Extensions:
     -ns = not-small
     -m  = medium
     -l  = large

 */
.b--none {
  border-style: none;
}
.b--dotted {
  border-style: dotted;
}
.b--dashed {
  border-style: dashed;
}
.b--solid {
  border-style: solid;
}
/*

   BORDER WIDTHS

   Base:
     bw = border-width

   Modifiers:
     0 = 0 width border
     1 = 1st step in border-width scale
     2 = 2nd step in border-width scale
     3 = 3rd step in border-width scale
     4 = 4th step in border-width scale
     5 = 5th step in border-width scale

   Media Query Extensions:
     -ns = not-small
     -m  = medium
     -l  = large

*/
.bw0 {
  border-width: 0;
}
.bw1 {
  border-width: 0.125rem;
}
.bw2 {
  border-width: 0.25rem;
}
.bw3 {
  border-width: 0.5rem;
}
.bw4 {
  border-width: 1rem;
}
.bw5 {
  border-width: 2rem;
}
/*

   CODE

*/
.pre {
  overflow-x: auto;
  overflow-y: hidden;
  overflow: scroll;
}
/*

   COORDINATES

   Use in combination with the position module.

*/
.top-0 {
  top: 0;
}
.right-0 {
  right: 0;
}
.bottom-0 {
  bottom: 0;
}
.left-0 {
  left: 0;
}
.top-1 {
  top: 1rem;
}
.right-1 {
  right: 1rem;
}
.bottom-1 {
  bottom: 1rem;
}
.left-1 {
  left: 1rem;
}
.top-2 {
  top: 2rem;
}
.right-2 {
  right: 2rem;
}
.bottom-2 {
  bottom: 2rem;
}
.left-2 {
  left: 2rem;
}
.top--1 {
  top: -1rem;
}
.right--1 {
  right: -1rem;
}
.bottom--1 {
  bottom: -1rem;
}
.left--1 {
  left: -1rem;
}
.top--2 {
  top: -2rem;
}
.right--2 {
  right: -2rem;
}
.bottom--2 {
  bottom: -2rem;
}
.left--2 {
  left: -2rem;
}
.absolute--fill {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
/*

   CLEARFIX

*/
/* Nicolas Gallaghers Clearfix solution
   Ref: http://nicolasgallagher.com/micro-clearfix-hack/ */
.cf:before,
.cf:after {
  content: " ";
  display: table;
}
.cf:after {
  clear: both;
}
.cf {
  *zoom: 1;
}
.cl {
  clear: left;
}
.cr {
  clear: right;
}
.cb {
  clear: both;
}
.cn {
  clear: none;
}
/*

   DISPLAY

   Base:
    d = display

   Modifiers:
    n     = none
    b     = block
    ib    = inline-block
    it    = inline-table
    t     = table
    tc    = table-cell
    tr    = table-row
    tcol  = table-column
    tcolg = table-column-group

   Media Query Extensions:
     -ns = not-small
     -m  = medium
     -l  = large

*/
.dn {
  display: none;
}
.di {
  display: inline;
}
.db {
  display: block;
}
.dib {
  display: inline-block;
}
.dit {
  display: inline-table;
}
.dt {
  display: table;
}
.dtc {
  display: table-cell;
}
.dt-row {
  display: table-row;
}
.dt-row-group {
  display: table-row-group;
}
.dt-column {
  display: table-column;
}
.dt-column-group {
  display: table-column-group;
}
/*
  This will set table to full width and then
  all cells will be equal width
*/
.dt--fixed {
  table-layout: fixed;
  width: 100%;
}
/* Media Query Variables */
/*

   FLOATS

   1. Floated elements are automatically rendered as block level elements.
      Setting floats to display inline will fix the double margin bug in
      ie6. You know... just in case.

   2. Don't forget to clearfix your floats with .cf

   Base:
     f = float

   Modifiers:
     l = left
     r = right
     n = none

   Media Query Extensions:
     -ns = not-small
     -m  = medium
     -l  = large

*/
.fl {
  float: left;
  display: inline;
}
.fr {
  float: right;
  display: inline;
}
.fn {
  float: none;
}
/*

   FONT FAMILY GROUPS

*/
.sans-serif {
  font-family: -apple-system, BlinkMacSystemFont, 'avenir next', avenir, helvetica, 'helvetica neue', ubuntu, roboto, noto, 'segoe ui', arial, sans-serif;
}
.serif {
  font-family: georgia, times, serif;
}
.system-sans-serif {
  font-family: sans-serif;
}
.system-serif {
  font-family: serif;
}
/* Monospaced Typefaces (for code) */
/* From http://cssfontstack.com */
code,
.code {
  font-family: Consolas, monaco, monospace;
}
/* Sans-Serif Typefaces */
.helvetica {
  font-family: 'helvetica neue', helvetica, sans-serif;
}
/* Serif Typefaces */
.georgia {
  font-family: georgia, serif;
}
.times {
  font-family: times, serif;
}
.bodoni {
  font-family: "Bodoni MT", serif;
}
.calisto {
  font-family: "Calisto MT", serif;
}
.garamond {
  font-family: garamond, serif;
}
/*

   FONT STYLE

*/
.i {
  font-style: italic;
}
.fs-normal {
  font-style: normal;
}
/*

   FONT WEIGHT

*/
.normal {
  font-weight: normal;
}
.b {
  font-weight: bold;
}
.fw1 {
  font-weight: 100;
}
.fw2 {
  font-weight: 200;
}
.fw3 {
  font-weight: 300;
}
.fw4 {
  font-weight: 400;
}
.fw5 {
  font-weight: 500;
}
.fw6 {
  font-weight: 600;
}
.fw7 {
  font-weight: 700;
}
.fw8 {
  font-weight: 800;
}
.fw9 {
  font-weight: 900;
}
/*

   FORMS

*/
.input-reset {
  -webkit-appearance: none;
  -moz-appearance: none;
}
/*

   HEIGHTS

*/
/* Height Scale */
.h1 {
  height: 1rem;
}
.h2 {
  height: 2rem;
}
.h3 {
  height: 4rem;
}
.h4 {
  height: 8rem;
}
.h5 {
  height: 16rem;
}
/* Height Percentages */
.h-25 {
  height: 25%;
}
.h-50 {
  height: 50%;
}
.h-75 {
  height: 75%;
}
.h-100 {
  height: 100%;
}
/* String Properties */
.h-auto {
  height: auto;
}
.h-inherit {
  height: inherit;
}
/*

   LETTER SPACING

*/
.tracked {
  letter-spacing: 0.16em;
}
.tracked-tight {
  letter-spacing: -0.05em;
}
.tracked-mega {
  letter-spacing: 0.32em;
}
/*

   LINE HEIGHT / LEADING

*/
.lh-solid {
  line-height: 1;
}
.lh-title {
  line-height: 1.3;
}
.lh-copy {
  line-height: 1.6;
}
/*

   LINKS

*/
.link {
  text-decoration: none;
  transition: color 0.15s ease-in;
}
.link:link,
.link:visited {
  transition: color 0.15s ease-in;
}
.link:hover {
  transition: color 0.15s ease-in;
}
.link:active {
  transition: color 0.15s ease-in;
}
.link:focus {
  transition: color 0.15s ease-in;
}
/*

   LISTS

*/
.list {
  list-style-type: none;
}
/*

   MAX WIDTHS

*/
/* Max Width Percentages */
.mw-100 {
  max-width: 100%;
}
/* Max Width Scale */
.mw1 {
  max-width: 1rem;
}
.mw2 {
  max-width: 2rem;
}
.mw3 {
  max-width: 4rem;
}
.mw4 {
  max-width: 8rem;
}
.mw5 {
  max-width: 16rem;
}
.mw6 {
  max-width: 32rem;
}
.mw7 {
  max-width: 48rem;
}
.mw8 {
  max-width: 64rem;
}
.mw9 {
  max-width: 96rem;
}
/* Max Width String Properties */
.mw-none {
  max-width: none;
}
/*

   WIDTHS

   Base:
     w = width

   Modifiers
     1 = 1st step in width scale
     2 = 2nd step in width scale
     3 = 3rd step in width scale
     4 = 4th step in width scale
     5 = 5th step in width scale

     -10  = literal value 10%
     -20  = literal value 20%
     -25  = literal value 25%
     -33  = literal value 33%
     -34  = literal value 34%
     -40  = literal value 40%
     -50  = literal value 50%
     -60  = literal value 60%
     -75  = literal value 75%
     -80  = literal value 80%
     -100 = literal value 100%

     -auto  = string value auto


   Media Query Extensions:
     -ns = not-small
     -m  = medium
     -l  = large

*/
/* Width Scale */
.w1 {
  width: 1rem;
}
.w2 {
  width: 2rem;
}
.w3 {
  width: 4rem;
}
.w4 {
  width: 8rem;
}
.w5 {
  width: 16rem;
}
.w-10 {
  width: 10%;
}
.w-20 {
  width: 20%;
}
.w-25 {
  width: 25%;
}
.w-33 {
  width: 33%;
}
.w-34 {
  width: 34%;
}
.w-40 {
  width: 40%;
}
.w-50 {
  width: 50%;
}
.w-60 {
  width: 60%;
}
.w-75 {
  width: 75%;
}
.w-80 {
  width: 80%;
}
.w-100 {
  width: 100%;
}
.w-auto {
  width: auto;
}
/*

    OVERFLOW

 */
.overflow-visible {
  overflow: visible;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-scroll {
  overflow: scroll;
}
.overflow-auto {
  overflow: auto;
}
.overflow-x-visible {
  overflow-x: visible;
}
.overflow-x-hidden {
  overflow-x: hidden;
}
.overflow-x-scroll {
  overflow-x: scroll;
}
.overflow-x-auto {
  overflow-x: auto;
}
.overflow-y-visible {
  overflow-y: visible;
}
.overflow-y-hidden {
  overflow-y: hidden;
}
.overflow-y-scroll {
  overflow-y: scroll;
}
.overflow-y-auto {
  overflow-y: auto;
}
/*

    POSITIONING

 */
.static {
  position: static;
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.fixed {
  position: fixed;
}
/*

  Opacity

*/
.o-100 {
  opacity: 1;
}
.o-90 {
  opacity: 0.9;
}
.o-80 {
  opacity: 0.8;
}
.o-70 {
  opacity: 0.7;
}
.o-60 {
  opacity: 0.6;
}
.o-50 {
  opacity: 0.5;
}
.o-40 {
  opacity: 0.4;
}
.o-30 {
  opacity: 0.3;
}
.o-20 {
  opacity: 0.2;
}
.o-10 {
  opacity: 0.1;
}
.o-05 {
  opacity: 0.05;
}
.o-025 {
  opacity: 0.025;
}
/*

   COLOR VARIABLES

   Variables to set colors for
   color, background-color, and border-color

*/
/* variables */
/*

   SKINS

*/
/* Text colors */
.black-90 {
  color: rgba(0, 0, 0, 0.9);
}
.black-80 {
  color: rgba(0, 0, 0, 0.8);
}
.black-70 {
  color: rgba(0, 0, 0, 0.7);
}
.black-60 {
  color: rgba(0, 0, 0, 0.6);
}
.black-50 {
  color: rgba(0, 0, 0, 0.5);
}
.black-40 {
  color: rgba(0, 0, 0, 0.4);
}
.black-30 {
  color: rgba(0, 0, 0, 0.3);
}
.black-20 {
  color: rgba(0, 0, 0, 0.2);
}
.black-10 {
  color: rgba(0, 0, 0, 0.1);
}
.black-05 {
  color: rgba(0, 0, 0, 0.05);
}
.bg-black-90 {
  background-color: rgba(0, 0, 0, 0.9);
}
.bg-black-80 {
  background-color: rgba(0, 0, 0, 0.8);
}
.bg-black-70 {
  background-color: rgba(0, 0, 0, 0.7);
}
.bg-black-60 {
  background-color: rgba(0, 0, 0, 0.6);
}
.bg-black-50 {
  background-color: rgba(0, 0, 0, 0.5);
}
.bg-black-40 {
  background-color: rgba(0, 0, 0, 0.4);
}
.bg-black-30 {
  background-color: rgba(0, 0, 0, 0.3);
}
.bg-black-20 {
  background-color: rgba(0, 0, 0, 0.2);
}
.bg-black-10 {
  background-color: rgba(0, 0, 0, 0.1);
}
.bg-black-05 {
  background-color: rgba(0, 0, 0, 0.05);
}
.white-90 {
  color: rgba(255, 255, 255, 0.9);
}
.white-80 {
  color: rgba(255, 255, 255, 0.8);
}
.white-70 {
  color: rgba(255, 255, 255, 0.7);
}
.white-60 {
  color: rgba(255, 255, 255, 0.6);
}
.white-50 {
  color: rgba(255, 255, 255, 0.5);
}
.white-40 {
  color: rgba(255, 255, 255, 0.4);
}
.white-30 {
  color: rgba(255, 255, 255, 0.3);
}
.white-20 {
  color: rgba(255, 255, 255, 0.2);
}
.white-10 {
  color: rgba(255, 255, 255, 0.1);
}
.bg-white-90 {
  background-color: rgba(255, 255, 255, 0.9);
}
.bg-white-80 {
  background-color: rgba(255, 255, 255, 0.8);
}
.bg-white-70 {
  background-color: rgba(255, 255, 255, 0.7);
}
.bg-white-60 {
  background-color: rgba(255, 255, 255, 0.6);
}
.bg-white-50 {
  background-color: rgba(255, 255, 255, 0.5);
}
.bg-white-40 {
  background-color: rgba(255, 255, 255, 0.4);
}
.bg-white-30 {
  background-color: rgba(255, 255, 255, 0.3);
}
.bg-white-20 {
  background-color: rgba(255, 255, 255, 0.2);
}
.bg-white-10 {
  background-color: rgba(255, 255, 255, 0.1);
}
.black {
  color: #000;
}
.near-black {
  color: #111;
}
.dark-gray {
  color: #333;
}
.mid-gray {
  color: #555;
}
.gray {
  color: #777;
}
.silver {
  color: #999;
}
.light-silver {
  color: #aaa;
}
.moon-gray {
  color: #ccc;
}
.light-gray {
  color: #eee;
}
.near-white {
  color: #f4f4f4;
}
.white {
  color: #fff;
}
/* Background colors */
.bg-black {
  background-color: #000;
}
.bg-near-black {
  background-color: #111;
}
.bg-dark-gray {
  background-color: #333;
}
.bg-mid-gray {
  background-color: #555;
}
.bg-gray {
  background-color: #777;
}
.bg-silver {
  background-color: #999;
}
.bg-light-silver {
  background-color: #aaa;
}
.bg-moon-gray {
  background-color: #ccc;
}
.bg-light-gray {
  background-color: #eee;
}
.bg-near-white {
  background-color: #f4f4f4;
}
.bg-white {
  background-color: #fff;
}
.bg-transparent {
  background-color: transparent;
}
/* Skins for specific pseudoclasses */
.focus-black:focus {
  color: #000;
}
.focus-near-black:focus {
  color: #111;
}
.focus-dark-gray:focus {
  color: #333;
}
.focus-mid-gray:focus {
  color: #555;
}
.focus-gray:focus {
  color: #777;
}
.focus-silver:focus {
  color: #999;
}
.focus-light-silver:focus {
  color: #aaa;
}
.focus-moon-gray:focus {
  color: #ccc;
}
.focus-light-gray:focus {
  color: #eee;
}
.focus-near-white:focus {
  color: #f4f4f4;
}
.focus-white:focus {
  color: #fff;
}
.bg-focus-black:focus {
  background-color: #000;
}
.bg-focus-near-black:focus {
  background-color: #111;
}
.bg-focus-dark-gray:focus {
  background-color: #333;
}
.bg-focus-mid-gray:focus {
  background-color: #555;
}
.bg-focus-gray:focus {
  background-color: #777;
}
.bg-focus-silver:focus {
  background-color: #999;
}
.bg-focus-light-silver:focus {
  background-color: #aaa;
}
.bg-focus-moon-gray:focus {
  background-color: #ccc;
}
.bg-focus-light-gray:focus {
  background-color: #eee;
}
.bg-focus-near-white:focus {
  background-color: #f4f4f4;
}
.bg-focus-white:focus {
  background-color: #fff;
}
.bg-focus-transparent:focus {
  background-color: transparent;
}
.hover-black:hover {
  color: #000;
}
.hover-near-black:hover {
  color: #111;
}
.hover-dark-gray:hover {
  color: #333;
}
.hover-mid-gray:hover {
  color: #555;
}
.hover-gray:hover {
  color: #777;
}
.hover-silver:hover {
  color: #999;
}
.hover-light-silver:hover {
  color: #aaa;
}
.hover-moon-gray:hover {
  color: #ccc;
}
.hover-light-gray:hover {
  color: #eee;
}
.hover-near-white:hover {
  color: #f4f4f4;
}
.hover-white:hover {
  color: #fff;
}
.bg-hover-black:hover {
  background-color: #000;
}
.bg-hover-near-black:hover {
  background-color: #111;
}
.bg-hover-dark-gray:hover {
  background-color: #333;
}
.bg-hover-mid-gray:hover {
  background-color: #555;
}
.bg-hover-gray:hover {
  background-color: #777;
}
.bg-hover-silver:hover {
  background-color: #999;
}
.bg-hover-light-silver:hover {
  background-color: #aaa;
}
.bg-hover-moon-gray:hover {
  background-color: #ccc;
}
.bg-hover-light-gray:hover {
  background-color: #eee;
}
.bg-hover-near-white:hover {
  background-color: #f4f4f4;
}
.bg-hover-white:hover {
  background-color: #fff;
}
.bg-hover-transparent:hover {
  background-color: transparent;
}
/* Variables */
/* Spacing Scale - based on a ratio of 1:2 */
/* Media Queries */
/*
   SPACING

   An eight step powers of two scale ranging from 0 to 16rem.
   Namespaces are composable and thus highly grockable - check the legend below

   Legend:

   p = padding
   m = margin

   a = all
   h = horizontal
   v = vertical
   t = top
   r = right
   b = bottom
   l = left

   0 = none
   1 = 1st step in spacing scale
   2 = 2nd step in spacing scale
   3 = 3rd step in spacing scale
   4 = 4th step in spacing scale
   5 = 5th step in spacing scale
   6 = 6th step in spacing scale
   7 = 7th step in spacing scale

*/
.pa0 {
  padding: 0;
}
.pa1 {
  padding: 0.25rem;
}
.pa2 {
  padding: 0.5rem;
}
.pa3 {
  padding: 1rem;
}
.pa4 {
  padding: 2rem;
}
.pa5 {
  padding: 4rem;
}
.pa6 {
  padding: 8rem;
}
.pa7 {
  padding: 16rem;
}
.pl0 {
  padding-left: 0;
}
.pl1 {
  padding-left: 0.25rem;
}
.pl2 {
  padding-left: 0.5rem;
}
.pl3 {
  padding-left: 1rem;
}
.pl4 {
  padding-left: 2rem;
}
.pl5 {
  padding-left: 4rem;
}
.pl6 {
  padding-left: 8rem;
}
.pl7 {
  padding-left: 16rem;
}
.pr0 {
  padding-right: 0;
}
.pr1 {
  padding-right: 0.25rem;
}
.pr2 {
  padding-right: 0.5rem;
}
.pr3 {
  padding-right: 1rem;
}
.pr4 {
  padding-right: 2rem;
}
.pr5 {
  padding-right: 4rem;
}
.pr6 {
  padding-right: 8rem;
}
.pr7 {
  padding-right: 16rem;
}
.pb0 {
  padding-bottom: 0;
}
.pb1 {
  padding-bottom: 0.25rem;
}
.pb2 {
  padding-bottom: 0.5rem;
}
.pb3 {
  padding-bottom: 1rem;
}
.pb4 {
  padding-bottom: 2rem;
}
.pb5 {
  padding-bottom: 4rem;
}
.pb6 {
  padding-bottom: 8rem;
}
.pb7 {
  padding-bottom: 16rem;
}
.pt0 {
  padding-top: 0;
}
.pt1 {
  padding-top: 0.25rem;
}
.pt2 {
  padding-top: 0.5rem;
}
.pt3 {
  padding-top: 1rem;
}
.pt4 {
  padding-top: 2rem;
}
.pt5 {
  padding-top: 4rem;
}
.pt6 {
  padding-top: 8rem;
}
.pt7 {
  padding-top: 16rem;
}
.pv0 {
  padding-top: 0;
  padding-bottom: 0;
}
.pv1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.pv2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.pv3 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.pv4 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.pv5 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.pv6 {
  padding-top: 8rem;
  padding-bottom: 8rem;
}
.pv7 {
  padding-top: 16rem;
  padding-bottom: 16rem;
}
.ph0 {
  padding-left: 0;
  padding-right: 0;
}
.ph1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.ph2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.ph3 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.ph4 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.ph5 {
  padding-left: 4rem;
  padding-right: 4rem;
}
.ph6 {
  padding-left: 8rem;
  padding-right: 8rem;
}
.ph7 {
  padding-left: 16rem;
  padding-right: 16rem;
}
.ma0 {
  margin: 0;
}
.ma1 {
  margin: 0.25rem;
}
.ma2 {
  margin: 0.5rem;
}
.ma3 {
  margin: 1rem;
}
.ma4 {
  margin: 2rem;
}
.ma5 {
  margin: 4rem;
}
.ma6 {
  margin: 8rem;
}
.ma7 {
  margin: 16rem;
}
.ml0 {
  margin-left: 0;
}
.ml1 {
  margin-left: 0.25rem;
}
.ml2 {
  margin-left: 0.5rem;
}
.ml3 {
  margin-left: 1rem;
}
.ml4 {
  margin-left: 2rem;
}
.ml5 {
  margin-left: 4rem;
}
.ml6 {
  margin-left: 8rem;
}
.ml7 {
  margin-left: 16rem;
}
.mr0 {
  margin-right: 0;
}
.mr1 {
  margin-right: 0.25rem;
}
.mr2 {
  margin-right: 0.5rem;
}
.mr3 {
  margin-right: 1rem;
}
.mr4 {
  margin-right: 2rem;
}
.mr5 {
  margin-right: 4rem;
}
.mr6 {
  margin-right: 8rem;
}
.mr7 {
  margin-right: 16rem;
}
.mb0 {
  margin-bottom: 0;
}
.mb1 {
  margin-bottom: 0.25rem;
}
.mb2 {
  margin-bottom: 0.5rem;
}
.mb3 {
  margin-bottom: 1rem;
}
.mb4 {
  margin-bottom: 2rem;
}
.mb5 {
  margin-bottom: 4rem;
}
.mb6 {
  margin-bottom: 8rem;
}
.mb7 {
  margin-bottom: 16rem;
}
.mt0 {
  margin-top: 0;
}
.mt1 {
  margin-top: 0.25rem;
}
.mt2 {
  margin-top: 0.5rem;
}
.mt3 {
  margin-top: 1rem;
}
.mt4 {
  margin-top: 2rem;
}
.mt5 {
  margin-top: 4rem;
}
.mt6 {
  margin-top: 8rem;
}
.mt7 {
  margin-top: 16rem;
}
.mv0 {
  margin-top: 0;
  margin-bottom: 0;
}
.mv1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.mv2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.mv3 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.mv4 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.mv5 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}
.mv6 {
  margin-top: 8rem;
  margin-bottom: 8rem;
}
.mv7 {
  margin-top: 16rem;
  margin-bottom: 16rem;
}
.mh0 {
  margin-left: 0;
  margin-right: 0;
}
.mh1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.mh2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.mh3 {
  margin-left: 1rem;
  margin-right: 1rem;
}
.mh4 {
  margin-left: 2rem;
  margin-right: 2rem;
}
.mh5 {
  margin-left: 4rem;
  margin-right: 4rem;
}
.mh6 {
  margin-left: 8rem;
  margin-right: 8rem;
}
.mh7 {
  margin-left: 16rem;
  margin-right: 16rem;
}
/*

  TABLES

*/
.collapse {
  border-collapse: collapse;
  border-spacing: 0;
}
.striped--moon-gray:nth-child(odd) {
  background-color: #aaa;
}
.striped--moon-gray:nth-child(odd) {
  background-color: #ccc;
}
.striped--light-gray:nth-child(odd) {
  background-color: #eee;
}
.striped--near-white:nth-child(odd) {
  background-color: #f4f4f4;
}
/*

   TEXT DECORATION

*/
.strike {
  text-decoration: line-through;
}
.underline {
  text-decoration: underline;
}
.no-underline {
  text-decoration: none;
}
/*

  TEXT ALIGN

*/
.tl {
  text-align: left;
}
.tr {
  text-align: right;
}
.tc {
  text-align: center;
}
/*

   TEXT TRANSFORM

*/
.ttc {
  text-transform: capitalize;
}
.ttl {
  text-transform: lowercase;
}
.ttu {
  text-transform: uppercase;
}
.ttn {
  text-transform: none;
}
/*

   TYPE SCALE

*/
/* For Hero Titles */
.f-6,
.f-headline {
  font-size: 6rem;
}
.f-5,
.f-subheadline {
  font-size: 5rem;
}
/* Type Scale */
.f1 {
  font-size: 3rem;
}
.f2 {
  font-size: 2.25rem;
}
.f3 {
  font-size: 1.5rem;
}
.f4 {
  font-size: 1.25rem;
}
.f5 {
  font-size: 1rem;
}
.f6 {
  font-size: 0.875rem;
}
/*

   TYPOGRAPHY

*/
/* Measure is limited to ~66 characters */
.measure {
  max-width: 30em;
}
/* Measure is limited to ~80 characters */
.measure-wide {
  max-width: 34em;
}
/* Measure is limited to ~45 characters */
.measure-narrow {
  max-width: 20em;
}
/* Book paragraph style - paragraphs are indented with no vertical spacing. */
.indent {
  text-indent: 1em;
  margin-top: 0;
  margin-bottom: 0;
}
/* Combine this class with a width to truncate text */
.truncate {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/*

   UTILITIES

*/
.aspect-ratio {
  height: 0;
  position: relative;
}
.aspect-ratio--16x9 {
  padding-bottom: 56.25%;
}
.aspect-ratio--4x3 {
  padding-bottom: 75%;
}
.aspect-ratio--8x5 {
  padding-bottom: 62.5%;
}
.aspect-ratio--object {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 100;
}
.overflow-container {
  overflow-y: scroll;
}
.center {
  margin-right: auto;
  margin-left: auto;
}
/*

   VISIBILITY

*/
/*
    Text that is hidden but accessible
    Ref: http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
*/
.clip {
  position: fixed !important;
  _position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}
/*

   WHITE SPACE

*/
.ws-normal {
  white-space: normal;
}
.nowrap {
  white-space: nowrap;
}
.pre {
  white-space: pre;
}
/*

   VERTICAL ALIGN

*/
.v-base {
  vertical-align: baseline;
}
.v-sub {
  vertical-align: sub;
}
.v-sup {
  vertical-align: super;
}
.v-txt-top {
  vertical-align: text-top;
}
.v-txt-btm {
  vertical-align: text-bottom;
}
.v-mid {
  vertical-align: middle;
}
.v-top {
  vertical-align: top;
}
.v-btm {
  vertical-align: bottom;
}
/*

  HOVER EFFECTS


*/
/*

  Dim element on hover by adding the dim class.

*/
.dim {
  opacity: 1;
  transition: opacity 0.15s ease-in;
}
.dim:hover,
.dim:focus {
  opacity: 0.5;
  transition: opacity 0.15s ease-in;
}
.dim:active {
  opacity: 0.8;
  transition: opacity 0.15s ease-out;
}
/*

  Hide child on hover:

  Put the hide-child class on a parent element and any nested element with the
  child class will be hidden and displayed on hover or focus.

  <div class="hide-child">
    <div class="child"> Hidden until hover or focus </div>
    <div class="child"> Hidden until hover or focus </div>
    <div class="child"> Hidden until hover or focus </div>
    <div class="child"> Hidden until hover or focus </div>
  </div>
*/
.hide-child .child {
  opacity: 0;
  transition: opacity 0.15s ease-in;
}
.hide-child:hover .child,
.hide-child:focus .child,
.hide-child:active .child {
  opacity: 1;
  transition: opacity 0.15s ease-in;
}
.underline-hover:hover,
.underline-hover:focus {
  text-decoration: underline;
}
/* Can combine this with overflow-hidden to make background images grow on hover
 * even if you are using background-size: cover */
.grow {
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
.grow:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.grow-large {
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
.grow-large:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
/*

  STYLES

  Add custom styles here.

*/
/*

  DEBUG CHILDREN

  Just add the debug class to any element to see outlines on its
  children.

*/
.debug * {
  outline: 1px solid gold;
}
/* Uncomment out this line if you want to debug your layout */
/* @import './_debug'; */
@media screen and (min-width: 48em) {
  .bg-cv-ns {
    background-size: cover;
  }
  .bg-cn-ns {
    background-size: contain;
  }
  .ba-ns {
    border-style: solid;
    border-width: 1px;
  }
  .bt-ns {
    border-top-style: solid;
    border-top-width: 1px;
  }
  .br-ns {
    border-right-style: solid;
    border-right-width: 1px;
  }
  .bb-ns {
    border-bottom-style: solid;
    border-bottom-width: 1px;
  }
  .bl-ns {
    border-left-style: solid;
    border-left-width: 1px;
  }
  .bn-ns {
    border-style: none;
    border-width: 0;
  }
  .br0-ns {
    border-radius: 0;
  }
  .br1-ns {
    border-radius: 0.125rem;
  }
  .br2-ns {
    border-radius: 0.25rem;
  }
  .br3-ns {
    border-radius: 0.5rem;
  }
  .br4-ns {
    border-radius: 1rem;
  }
  .br-100-ns {
    border-radius: 100%;
  }
  .br--bottom-ns {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .br--top-ns {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .b--none-ns {
    border-style: none;
  }
  .b--dotted-ns {
    border-style: dotted;
  }
  .b--dashed-ns {
    border-style: dashed;
  }
  .b--solid-ns {
    border-style: solid;
  }
  .bw0-ns {
    border-width: 0;
  }
  .bw1-ns {
    border-width: 0.125rem;
  }
  .bw2-ns {
    border-width: 0.25rem;
  }
  .bw3-ns {
    border-width: 0.5rem;
  }
  .bw4-ns {
    border-width: 1rem;
  }
  .bw5-ns {
    border-width: 2rem;
  }
  .top-0-ns {
    top: 0;
  }
  .left-0-ns {
    left: 0;
  }
  .right-0-ns {
    right: 0;
  }
  .bottom-0-ns {
    bottom: 0;
  }
  .top-1-ns {
    top: 1rem;
  }
  .left-1-ns {
    left: 1rem;
  }
  .right-1-ns {
    right: 1rem;
  }
  .bottom-1-ns {
    bottom: 1rem;
  }
  .top-2-ns {
    top: 2rem;
  }
  .left-2-ns {
    left: 2rem;
  }
  .right-2-ns {
    right: 2rem;
  }
  .bottom-2-ns {
    bottom: 2rem;
  }
  .top--1-ns {
    top: -1rem;
  }
  .right--1-ns {
    right: -1rem;
  }
  .bottom--1-ns {
    bottom: -1rem;
  }
  .left--1-ns {
    left: -1rem;
  }
  .top--2-ns {
    top: -2rem;
  }
  .right--2-ns {
    right: -2rem;
  }
  .bottom--2-ns {
    bottom: -2rem;
  }
  .left--2-ns {
    left: -2rem;
  }
  .absolute--fill-ns {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .cl-ns {
    clear: left;
  }
  .cr-ns {
    clear: right;
  }
  .cb-ns {
    clear: both;
  }
  .cn-ns {
    clear: none;
  }
  .dn-ns {
    display: none;
  }
  .di-ns {
    display: inline;
  }
  .db-ns {
    display: block;
  }
  .dib-ns {
    display: inline-block;
  }
  .dit-ns {
    display: inline-table;
  }
  .dt-ns {
    display: table;
  }
  .dtc-ns {
    display: table-cell;
  }
  .dt-row-ns {
    display: table-row;
  }
  .dt-row-group-ns {
    display: table-row-group;
  }
  .dt-column-ns {
    display: table-column;
  }
  .dt-column-group-ns {
    display: table-column-group;
  }
  .dt--fixed-ns {
    table-layout: fixed;
    width: 100%;
  }
  .fl-ns {
    float: left;
    display: inline;
  }
  .fr-ns {
    float: right;
    display: inline;
  }
  .fn-ns {
    float: none;
  }
  .i-ns {
    font-style: italic;
  }
  .fs-normal-ns {
    font-style: normal;
  }
  .normal-ns {
    font-weight: normal;
  }
  .b-ns {
    font-weight: bold;
  }
  .fw1-ns {
    font-weight: 100;
  }
  .fw2-ns {
    font-weight: 200;
  }
  .fw3-ns {
    font-weight: 300;
  }
  .fw4-ns {
    font-weight: 400;
  }
  .fw5-ns {
    font-weight: 500;
  }
  .fw6-ns {
    font-weight: 600;
  }
  .fw7-ns {
    font-weight: 700;
  }
  .fw8-ns {
    font-weight: 800;
  }
  .fw9-ns {
    font-weight: 900;
  }
  .h1-ns {
    height: 1rem;
  }
  .h2-ns {
    height: 2rem;
  }
  .h3-ns {
    height: 4rem;
  }
  .h4-ns {
    height: 8rem;
  }
  .h5-ns {
    height: 16rem;
  }
  .h-25-ns {
    height: 25%;
  }
  .h-50-ns {
    height: 50%;
  }
  .h-75-ns {
    height: 75%;
  }
  .h-100-ns {
    height: 100%;
  }
  .h-auto-ns {
    height: auto;
  }
  .h-inherit-ns {
    height: inherit;
  }
  .tracked-ns {
    letter-spacing: 0.16em;
  }
  .tracked-tight-ns {
    letter-spacing: -0.05em;
  }
  .tracked-mega-ns {
    letter-spacing: 0.32em;
  }
  .lh-solid-ns {
    line-height: 1;
  }
  .lh-title-ns {
    line-height: 1.3;
  }
  .lh-copy-ns {
    line-height: 1.6;
  }
  .mw-100-ns {
    max-width: 100%;
  }
  .mw1-ns {
    max-width: 1rem;
  }
  .mw2-ns {
    max-width: 2rem;
  }
  .mw3-ns {
    max-width: 4rem;
  }
  .mw4-ns {
    max-width: 8rem;
  }
  .mw5-ns {
    max-width: 16rem;
  }
  .mw6-ns {
    max-width: 32rem;
  }
  .mw7-ns {
    max-width: 48rem;
  }
  .mw8-ns {
    max-width: 64rem;
  }
  .mw9-ns {
    max-width: 96rem;
  }
  .mw-none-ns {
    max-width: none;
  }
  .w1-ns {
    width: 1rem;
  }
  .w2-ns {
    width: 2rem;
  }
  .w3-ns {
    width: 4rem;
  }
  .w4-ns {
    width: 8rem;
  }
  .w5-ns {
    width: 16rem;
  }
  .w-10-ns {
    width: 10%;
  }
  .w-20-ns {
    width: 20%;
  }
  .w-25-ns {
    width: 25%;
  }
  .w-33-ns {
    width: 33%;
  }
  .w-34-ns {
    width: 34%;
  }
  .w-40-ns {
    width: 40%;
  }
  .w-50-ns {
    width: 50%;
  }
  .w-60-ns {
    width: 60%;
  }
  .w-75-ns {
    width: 75%;
  }
  .w-80-ns {
    width: 80%;
  }
  .w-100-ns {
    width: 100%;
  }
  .w-auto-ns {
    width: auto;
  }
  .overflow-visible-ns {
    overflow: visible;
  }
  .overflow-hidden-ns {
    overflow: hidden;
  }
  .overflow-scroll-ns {
    overflow: scroll;
  }
  .overflow-auto-ns {
    overflow: auto;
  }
  .overflow-x-visible-ns {
    overflow-x: visible;
  }
  .overflow-x-hidden-ns {
    overflow-x: hidden;
  }
  .overflow-x-scroll-ns {
    overflow-x: scroll;
  }
  .overflow-x-auto-ns {
    overflow-x: auto;
  }
  .overflow-y-visible-ns {
    overflow-y: visible;
  }
  .overflow-y-hidden-ns {
    overflow-y: hidden;
  }
  .overflow-y-scroll-ns {
    overflow-y: scroll;
  }
  .overflow-y-auto-ns {
    overflow-y: auto;
  }
  .static-ns {
    position: static;
  }
  .relative-ns {
    position: relative;
  }
  .absolute-ns {
    position: absolute;
  }
  .fixed-ns {
    position: fixed;
  }
  .pa0-ns {
    padding: 0;
  }
  .pa1-ns {
    padding: 0.25rem;
  }
  .pa2-ns {
    padding: 0.5rem;
  }
  .pa3-ns {
    padding: 1rem;
  }
  .pa4-ns {
    padding: 2rem;
  }
  .pa5-ns {
    padding: 4rem;
  }
  .pa6-ns {
    padding: 8rem;
  }
  .pa7-ns {
    padding: 16rem;
  }
  .pl0-ns {
    padding-left: 0;
  }
  .pl1-ns {
    padding-left: 0.25rem;
  }
  .pl2-ns {
    padding-left: 0.5rem;
  }
  .pl3-ns {
    padding-left: 1rem;
  }
  .pl4-ns {
    padding-left: 2rem;
  }
  .pl5-ns {
    padding-left: 4rem;
  }
  .pl6-ns {
    padding-left: 8rem;
  }
  .pl7-ns {
    padding-left: 16rem;
  }
  .pr0-ns {
    padding-right: 0;
  }
  .pr1-ns {
    padding-right: 0.25rem;
  }
  .pr2-ns {
    padding-right: 0.5rem;
  }
  .pr3-ns {
    padding-right: 1rem;
  }
  .pr4-ns {
    padding-right: 2rem;
  }
  .pr5-ns {
    padding-right: 4rem;
  }
  .pr6-ns {
    padding-right: 8rem;
  }
  .pr7-ns {
    padding-right: 16rem;
  }
  .pb0-ns {
    padding-bottom: 0;
  }
  .pb1-ns {
    padding-bottom: 0.25rem;
  }
  .pb2-ns {
    padding-bottom: 0.5rem;
  }
  .pb3-ns {
    padding-bottom: 1rem;
  }
  .pb4-ns {
    padding-bottom: 2rem;
  }
  .pb5-ns {
    padding-bottom: 4rem;
  }
  .pb6-ns {
    padding-bottom: 8rem;
  }
  .pb7-ns {
    padding-bottom: 16rem;
  }
  .pt0-ns {
    padding-top: 0;
  }
  .pt1-ns {
    padding-top: 0.25rem;
  }
  .pt2-ns {
    padding-top: 0.5rem;
  }
  .pt3-ns {
    padding-top: 1rem;
  }
  .pt4-ns {
    padding-top: 2rem;
  }
  .pt5-ns {
    padding-top: 4rem;
  }
  .pt6-ns {
    padding-top: 8rem;
  }
  .pt7-ns {
    padding-top: 16rem;
  }
  .pv0-ns {
    padding-top: 0;
    padding-bottom: 0;
  }
  .pv1-ns {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
  .pv2-ns {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .pv3-ns {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .pv4-ns {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .pv5-ns {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .pv6-ns {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  .pv7-ns {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }
  .ph0-ns {
    padding-left: 0;
    padding-right: 0;
  }
  .ph1-ns {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
  .ph2-ns {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .ph3-ns {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .ph4-ns {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .ph5-ns {
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .ph6-ns {
    padding-left: 8rem;
    padding-right: 8rem;
  }
  .ph7-ns {
    padding-left: 16rem;
    padding-right: 16rem;
  }
  .ma0-ns {
    margin: 0;
  }
  .ma1-ns {
    margin: 0.25rem;
  }
  .ma2-ns {
    margin: 0.5rem;
  }
  .ma3-ns {
    margin: 1rem;
  }
  .ma4-ns {
    margin: 2rem;
  }
  .ma5-ns {
    margin: 4rem;
  }
  .ma6-ns {
    margin: 8rem;
  }
  .ma7-ns {
    margin: 16rem;
  }
  .ml0-ns {
    margin-left: 0;
  }
  .ml1-ns {
    margin-left: 0.25rem;
  }
  .ml2-ns {
    margin-left: 0.5rem;
  }
  .ml3-ns {
    margin-left: 1rem;
  }
  .ml4-ns {
    margin-left: 2rem;
  }
  .ml5-ns {
    margin-left: 4rem;
  }
  .ml6-ns {
    margin-left: 8rem;
  }
  .ml7-ns {
    margin-left: 16rem;
  }
  .mr0-ns {
    margin-right: 0;
  }
  .mr1-ns {
    margin-right: 0.25rem;
  }
  .mr2-ns {
    margin-right: 0.5rem;
  }
  .mr3-ns {
    margin-right: 1rem;
  }
  .mr4-ns {
    margin-right: 2rem;
  }
  .mr5-ns {
    margin-right: 4rem;
  }
  .mr6-ns {
    margin-right: 8rem;
  }
  .mr7-ns {
    margin-right: 16rem;
  }
  .mb0-ns {
    margin-bottom: 0;
  }
  .mb1-ns {
    margin-bottom: 0.25rem;
  }
  .mb2-ns {
    margin-bottom: 0.5rem;
  }
  .mb3-ns {
    margin-bottom: 1rem;
  }
  .mb4-ns {
    margin-bottom: 2rem;
  }
  .mb5-ns {
    margin-bottom: 4rem;
  }
  .mb6-ns {
    margin-bottom: 8rem;
  }
  .mb7-ns {
    margin-bottom: 16rem;
  }
  .mt0-ns {
    margin-top: 0;
  }
  .mt1-ns {
    margin-top: 0.25rem;
  }
  .mt2-ns {
    margin-top: 0.5rem;
  }
  .mt3-ns {
    margin-top: 1rem;
  }
  .mt4-ns {
    margin-top: 2rem;
  }
  .mt5-ns {
    margin-top: 4rem;
  }
  .mt6-ns {
    margin-top: 8rem;
  }
  .mt7-ns {
    margin-top: 16rem;
  }
  .mv0-ns {
    margin-top: 0;
    margin-bottom: 0;
  }
  .mv1-ns {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }
  .mv2-ns {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .mv3-ns {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .mv4-ns {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .mv5-ns {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
  .mv6-ns {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }
  .mv7-ns {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }
  .mh0-ns {
    margin-left: 0;
    margin-right: 0;
  }
  .mh1-ns {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }
  .mh2-ns {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
  .mh3-ns {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .mh4-ns {
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .mh5-ns {
    margin-left: 4rem;
    margin-right: 4rem;
  }
  .mh6-ns {
    margin-left: 8rem;
    margin-right: 8rem;
  }
  .mh7-ns {
    margin-left: 16rem;
    margin-right: 16rem;
  }
  .strike-ns {
    text-decoration: line-through;
  }
  .underline-ns {
    text-decoration: underline;
  }
  .no-underline-ns {
    text-decoration: none;
  }
  .tl-ns {
    text-align: left;
  }
  .tr-ns {
    text-align: right;
  }
  .tc-ns {
    text-align: center;
  }
  .ttc-ns {
    text-transform: capitalize;
  }
  .ttl-ns {
    text-transform: lowercase;
  }
  .ttu-ns {
    text-transform: uppercase;
  }
  .ttn-ns {
    text-transform: none;
  }
  .f-6-ns,
  .f-headline-ns {
    font-size: 6rem;
  }
  .f-5-ns,
  .f-subheadline-ns {
    font-size: 5rem;
  }
  .f1-ns {
    font-size: 3rem;
  }
  .f2-ns {
    font-size: 2.25rem;
  }
  .f3-ns {
    font-size: 1.5rem;
  }
  .f4-ns {
    font-size: 1.25rem;
  }
  .f5-ns {
    font-size: 1rem;
  }
  .f6-ns {
    font-size: 0.875rem;
  }
  .measure-ns {
    max-width: 30em;
  }
  .measure-wide-ns {
    max-width: 34em;
  }
  .measure-narrow-ns {
    max-width: 20em;
  }
  .indent-ns {
    text-indent: 1em;
    margin-top: 0;
    margin-bottom: 0;
  }
  .truncate-ns {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .clip-ns {
    position: fixed !important;
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
  }
  .ws-normal-ns {
    white-space: normal;
  }
  .nowrap-ns {
    white-space: nowrap;
  }
  .pre-ns {
    white-space: pre;
  }
  .v-base-ns {
    vertical-align: baseline;
  }
  .v-sub-ns {
    vertical-align: sub;
  }
  .v-sup-ns {
    vertical-align: super;
  }
  .v-txt-top-ns {
    vertical-align: text-top;
  }
  .v-txt-btm-ns {
    vertical-align: text-bottom;
  }
  .v-mid-ns {
    vertical-align: middle;
  }
  .v-top-ns {
    vertical-align: top;
  }
  .v-btm-ns {
    vertical-align: bottom;
  }
}
@media screen and (min-width: 48em) and (max-width: 64em) {
  .bg-cv-m {
    background-size: cover;
  }
  .bg-cn-m {
    background-size: contain;
  }
  .ba-m {
    border-style: solid;
    border-width: 1px;
  }
  .bt-m {
    border-top-style: solid;
    border-top-width: 1px;
  }
  .br-m {
    border-right-style: solid;
    border-right-width: 1px;
  }
  .bb-m {
    border-bottom-style: solid;
    border-bottom-width: 1px;
  }
  .bl-m {
    border-left-style: solid;
    border-left-width: 1px;
  }
  .bn-m {
    border-style: none;
    border-width: 0;
  }
  .br0-m {
    border-radius: 0;
  }
  .br1-m {
    border-radius: 0.125rem;
  }
  .br2-m {
    border-radius: 0.25rem;
  }
  .br3-m {
    border-radius: 0.5rem;
  }
  .br4-m {
    border-radius: 1rem;
  }
  .br-100-m {
    border-radius: 100%;
  }
  .br--bottom-m {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .br--top-m {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .b--none-m {
    border-style: none;
  }
  .b--dotted-m {
    border-style: dotted;
  }
  .b--dashed-m {
    border-style: dashed;
  }
  .b--solid-m {
    border-style: solid;
  }
  .bw0-m {
    border-width: 0;
  }
  .bw1-m {
    border-width: 0.125rem;
  }
  .bw2-m {
    border-width: 0.25rem;
  }
  .bw3-m {
    border-width: 0.5rem;
  }
  .bw4-m {
    border-width: 1rem;
  }
  .bw5-m {
    border-width: 2rem;
  }
  .top-0-m {
    top: 0;
  }
  .left-0-m {
    left: 0;
  }
  .right-0-m {
    right: 0;
  }
  .bottom-0-m {
    bottom: 0;
  }
  .top-1-m {
    top: 1rem;
  }
  .left-1-m {
    left: 1rem;
  }
  .right-1-m {
    right: 1rem;
  }
  .bottom-1-m {
    bottom: 1rem;
  }
  .top-2-m {
    top: 2rem;
  }
  .left-2-m {
    left: 2rem;
  }
  .right-2-m {
    right: 2rem;
  }
  .bottom-2-m {
    bottom: 2rem;
  }
  .top--1-m {
    top: -1rem;
  }
  .right--1-m {
    right: -1rem;
  }
  .bottom--1-m {
    bottom: -1rem;
  }
  .left--1-m {
    left: -1rem;
  }
  .top--2-m {
    top: -2rem;
  }
  .right--2-m {
    right: -2rem;
  }
  .bottom--2-m {
    bottom: -2rem;
  }
  .left--2-m {
    left: -2rem;
  }
  .absolute--fill-m {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .cl-m {
    clear: left;
  }
  .cr-m {
    clear: right;
  }
  .cb-m {
    clear: both;
  }
  .cn-m {
    clear: none;
  }
  .dn-m {
    display: none;
  }
  .di-m {
    display: inline;
  }
  .db-m {
    display: block;
  }
  .dib-m {
    display: inline-block;
  }
  .dit-m {
    display: inline-table;
  }
  .dt-m {
    display: table;
  }
  .dtc-m {
    display: table-cell;
  }
  .dt-row-m {
    display: table-row;
  }
  .dt-row-group-m {
    display: table-row-group;
  }
  .dt-column-m {
    display: table-column;
  }
  .dt-column-group-m {
    display: table-column-group;
  }
  .dt--fixed-m {
    table-layout: fixed;
    width: 100%;
  }
  .fl-m {
    float: left;
    display: inline;
  }
  .fr-m {
    float: right;
    display: inline;
  }
  .fn-m {
    float: none;
  }
  .i-m {
    font-style: italic;
  }
  .fs-normal-m {
    font-style: normal;
  }
  .normal-m {
    font-weight: normal;
  }
  .b-m {
    font-weight: bold;
  }
  .fw1-m {
    font-weight: 100;
  }
  .fw2-m {
    font-weight: 200;
  }
  .fw3-m {
    font-weight: 300;
  }
  .fw4-m {
    font-weight: 400;
  }
  .fw5-m {
    font-weight: 500;
  }
  .fw6-m {
    font-weight: 600;
  }
  .fw7-m {
    font-weight: 700;
  }
  .fw8-m {
    font-weight: 800;
  }
  .fw9-m {
    font-weight: 900;
  }
  .h1-m {
    height: 1rem;
  }
  .h2-m {
    height: 2rem;
  }
  .h3-m {
    height: 4rem;
  }
  .h4-m {
    height: 8rem;
  }
  .h5-m {
    height: 16rem;
  }
  .h-25-m {
    height: 25%;
  }
  .h-50-m {
    height: 50%;
  }
  .h-75-m {
    height: 75%;
  }
  .h-100-m {
    height: 100%;
  }
  .h-auto-m {
    height: auto;
  }
  .h-inherit-m {
    height: inherit;
  }
  .tracked-m {
    letter-spacing: 0.16em;
  }
  .tracked-tight-m {
    letter-spacing: -0.05em;
  }
  .tracked-mega-m {
    letter-spacing: 0.32em;
  }
  .lh-solid-m {
    line-height: 1;
  }
  .lh-title-m {
    line-height: 1.3;
  }
  .lh-copy-m {
    line-height: 1.6;
  }
  .mw-100-m {
    max-width: 100%;
  }
  .mw1-m {
    max-width: 1rem;
  }
  .mw2-m {
    max-width: 2rem;
  }
  .mw3-m {
    max-width: 4rem;
  }
  .mw4-m {
    max-width: 8rem;
  }
  .mw5-m {
    max-width: 16rem;
  }
  .mw6-m {
    max-width: 32rem;
  }
  .mw7-m {
    max-width: 48rem;
  }
  .mw8-m {
    max-width: 64rem;
  }
  .mw9-m {
    max-width: 96rem;
  }
  .mw-none-m {
    max-width: none;
  }
  .w1-m {
    width: 1rem;
  }
  .w2-m {
    width: 2rem;
  }
  .w3-m {
    width: 4rem;
  }
  .w4-m {
    width: 8rem;
  }
  .w5-m {
    width: 16rem;
  }
  .w-10-m {
    width: 10%;
  }
  .w-20-m {
    width: 20%;
  }
  .w-25-m {
    width: 25%;
  }
  .w-33-m {
    width: 33%;
  }
  .w-34-m {
    width: 34%;
  }
  .w-40-m {
    width: 40%;
  }
  .w-50-m {
    width: 50%;
  }
  .w-60-m {
    width: 60%;
  }
  .w-75-m {
    width: 75%;
  }
  .w-80-m {
    width: 80%;
  }
  .w-100-m {
    width: 100%;
  }
  .w-auto-m {
    width: auto;
  }
  .overflow-visible-m {
    overflow: visible;
  }
  .overflow-hidden-m {
    overflow: hidden;
  }
  .overflow-scroll-m {
    overflow: scroll;
  }
  .overflow-auto-m {
    overflow: auto;
  }
  .overflow-x-visible-m {
    overflow-x: visible;
  }
  .overflow-x-hidden-m {
    overflow-x: hidden;
  }
  .overflow-x-scroll-m {
    overflow-x: scroll;
  }
  .overflow-x-auto-m {
    overflow-x: auto;
  }
  .overflow-y-visible-m {
    overflow-y: visible;
  }
  .overflow-y-hidden-m {
    overflow-y: hidden;
  }
  .overflow-y-scroll-m {
    overflow-y: scroll;
  }
  .overflow-y-auto-m {
    overflow-y: auto;
  }
  .static-m {
    position: static;
  }
  .relative-m {
    position: relative;
  }
  .absolute-m {
    position: absolute;
  }
  .fixed-m {
    position: fixed;
  }
  .pa0-m {
    padding: 0;
  }
  .pa1-m {
    padding: 0.25rem;
  }
  .pa2-m {
    padding: 0.5rem;
  }
  .pa3-m {
    padding: 1rem;
  }
  .pa4-m {
    padding: 2rem;
  }
  .pa5-m {
    padding: 4rem;
  }
  .pa6-m {
    padding: 8rem;
  }
  .pa7-m {
    padding: 16rem;
  }
  .pl0-m {
    padding-left: 0;
  }
  .pl1-m {
    padding-left: 0.25rem;
  }
  .pl2-m {
    padding-left: 0.5rem;
  }
  .pl3-m {
    padding-left: 1rem;
  }
  .pl4-m {
    padding-left: 2rem;
  }
  .pl5-m {
    padding-left: 4rem;
  }
  .pl6-m {
    padding-left: 8rem;
  }
  .pl7-m {
    padding-left: 16rem;
  }
  .pr0-m {
    padding-right: 0;
  }
  .pr1-m {
    padding-right: 0.25rem;
  }
  .pr2-m {
    padding-right: 0.5rem;
  }
  .pr3-m {
    padding-right: 1rem;
  }
  .pr4-m {
    padding-right: 2rem;
  }
  .pr5-m {
    padding-right: 4rem;
  }
  .pr6-m {
    padding-right: 8rem;
  }
  .pr7-m {
    padding-right: 16rem;
  }
  .pb0-m {
    padding-bottom: 0;
  }
  .pb1-m {
    padding-bottom: 0.25rem;
  }
  .pb2-m {
    padding-bottom: 0.5rem;
  }
  .pb3-m {
    padding-bottom: 1rem;
  }
  .pb4-m {
    padding-bottom: 2rem;
  }
  .pb5-m {
    padding-bottom: 4rem;
  }
  .pb6-m {
    padding-bottom: 8rem;
  }
  .pb7-m {
    padding-bottom: 16rem;
  }
  .pt0-m {
    padding-top: 0;
  }
  .pt1-m {
    padding-top: 0.25rem;
  }
  .pt2-m {
    padding-top: 0.5rem;
  }
  .pt3-m {
    padding-top: 1rem;
  }
  .pt4-m {
    padding-top: 2rem;
  }
  .pt5-m {
    padding-top: 4rem;
  }
  .pt6-m {
    padding-top: 8rem;
  }
  .pt7-m {
    padding-top: 16rem;
  }
  .pv0-m {
    padding-top: 0;
    padding-bottom: 0;
  }
  .pv1-m {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
  .pv2-m {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .pv3-m {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .pv4-m {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .pv5-m {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .pv6-m {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  .pv7-m {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }
  .ph0-m {
    padding-left: 0;
    padding-right: 0;
  }
  .ph1-m {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
  .ph2-m {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .ph3-m {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .ph4-m {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .ph5-m {
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .ph6-m {
    padding-left: 8rem;
    padding-right: 8rem;
  }
  .ph7-m {
    padding-left: 16rem;
    padding-right: 16rem;
  }
  .ma0-m {
    margin: 0;
  }
  .ma1-m {
    margin: 0.25rem;
  }
  .ma2-m {
    margin: 0.5rem;
  }
  .ma3-m {
    margin: 1rem;
  }
  .ma4-m {
    margin: 2rem;
  }
  .ma5-m {
    margin: 4rem;
  }
  .ma6-m {
    margin: 8rem;
  }
  .ma7-m {
    margin: 16rem;
  }
  .ml0-m {
    margin-left: 0;
  }
  .ml1-m {
    margin-left: 0.25rem;
  }
  .ml2-m {
    margin-left: 0.5rem;
  }
  .ml3-m {
    margin-left: 1rem;
  }
  .ml4-m {
    margin-left: 2rem;
  }
  .ml5-m {
    margin-left: 4rem;
  }
  .ml6-m {
    margin-left: 8rem;
  }
  .ml7-m {
    margin-left: 16rem;
  }
  .mr0-m {
    margin-right: 0;
  }
  .mr1-m {
    margin-right: 0.25rem;
  }
  .mr2-m {
    margin-right: 0.5rem;
  }
  .mr3-m {
    margin-right: 1rem;
  }
  .mr4-m {
    margin-right: 2rem;
  }
  .mr5-m {
    margin-right: 4rem;
  }
  .mr6-m {
    margin-right: 8rem;
  }
  .mr7-m {
    margin-right: 16rem;
  }
  .mb0-m {
    margin-bottom: 0;
  }
  .mb1-m {
    margin-bottom: 0.25rem;
  }
  .mb2-m {
    margin-bottom: 0.5rem;
  }
  .mb3-m {
    margin-bottom: 1rem;
  }
  .mb4-m {
    margin-bottom: 2rem;
  }
  .mb5-m {
    margin-bottom: 4rem;
  }
  .mb6-m {
    margin-bottom: 8rem;
  }
  .mb7-m {
    margin-bottom: 16rem;
  }
  .mt0-m {
    margin-top: 0;
  }
  .mt1-m {
    margin-top: 0.25rem;
  }
  .mt2-m {
    margin-top: 0.5rem;
  }
  .mt3-m {
    margin-top: 1rem;
  }
  .mt4-m {
    margin-top: 2rem;
  }
  .mt5-m {
    margin-top: 4rem;
  }
  .mt6-m {
    margin-top: 8rem;
  }
  .mt7-m {
    margin-top: 16rem;
  }
  .mv0-m {
    margin-top: 0;
    margin-bottom: 0;
  }
  .mv1-m {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }
  .mv2-m {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .mv3-m {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .mv4-m {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .mv5-m {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
  .mv6-m {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }
  .mv7-m {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }
  .mh0-m {
    margin-left: 0;
    margin-right: 0;
  }
  .mh1-m {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }
  .mh2-m {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
  .mh3-m {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .mh4-m {
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .mh5-m {
    margin-left: 4rem;
    margin-right: 4rem;
  }
  .mh6-m {
    margin-left: 8rem;
    margin-right: 8rem;
  }
  .mh7-m {
    margin-left: 16rem;
    margin-right: 16rem;
  }
  .strike-m {
    text-decoration: line-through;
  }
  .underline-m {
    text-decoration: underline;
  }
  .no-underline-m {
    text-decoration: none;
  }
  .tl-m {
    text-align: left;
  }
  .tr-m {
    text-align: right;
  }
  .tc-m {
    text-align: center;
  }
  .ttc-m {
    text-transform: capitalize;
  }
  .ttl-m {
    text-transform: lowercase;
  }
  .ttu-m {
    text-transform: uppercase;
  }
  .ttn-m {
    text-transform: none;
  }
  .f-6-m,
  .f-headline-m {
    font-size: 6rem;
  }
  .f-5-m,
  .f-subheadline-m {
    font-size: 5rem;
  }
  .f1-m {
    font-size: 3rem;
  }
  .f2-m {
    font-size: 2.25rem;
  }
  .f3-m {
    font-size: 1.5rem;
  }
  .f4-m {
    font-size: 1.25rem;
  }
  .f5-m {
    font-size: 1rem;
  }
  .f6-m {
    font-size: 0.875rem;
  }
  .measure-m {
    max-width: 30em;
  }
  .measure-wide-m {
    max-width: 34em;
  }
  .measure-narrow-m {
    max-width: 20em;
  }
  .indent-m {
    text-indent: 1em;
    margin-top: 0;
    margin-bottom: 0;
  }
  .truncate-m {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .clip-m {
    position: fixed !important;
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
  }
  .ws-normal-m {
    white-space: normal;
  }
  .nowrap-m {
    white-space: nowrap;
  }
  .pre-m {
    white-space: pre;
  }
  .v-base-m {
    vertical-align: baseline;
  }
  .v-sub-m {
    vertical-align: sub;
  }
  .v-sup-m {
    vertical-align: super;
  }
  .v-txt-top-m {
    vertical-align: text-top;
  }
  .v-txt-btm-m {
    vertical-align: text-bottom;
  }
  .v-mid-m {
    vertical-align: middle;
  }
  .v-top-m {
    vertical-align: top;
  }
  .v-btm-m {
    vertical-align: bottom;
  }
}
@media screen and (min-width: 64em) {
  .bg-cv-l {
    background-size: cover;
  }
  .bg-cn-l {
    background-size: contain;
  }
  .ba-l {
    border-style: solid;
    border-width: 1px;
  }
  .bt-l {
    border-top-style: solid;
    border-top-width: 1px;
  }
  .br-l {
    border-right-style: solid;
    border-right-width: 1px;
  }
  .bb-l {
    border-bottom-style: solid;
    border-bottom-width: 1px;
  }
  .bl-l {
    border-left-style: solid;
    border-left-width: 1px;
  }
  .bn-l {
    border-style: none;
    border-width: 0;
  }
  .br0-l {
    border-radius: 0;
  }
  .br1-l {
    border-radius: 0.125rem;
  }
  .br2-l {
    border-radius: 0.25rem;
  }
  .br3-l {
    border-radius: 0.5rem;
  }
  .br4-l {
    border-radius: 1rem;
  }
  .br-100-l {
    border-radius: 100%;
  }
  .br--bottom-l {
    border-radius-top-left: 0;
    border-radius-top-right: 0;
  }
  .br--top-l {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .b--none-l {
    border-style: none;
  }
  .b--dotted-l {
    border-style: dotted;
  }
  .b--dashed-l {
    border-style: dashed;
  }
  .b--solid-l {
    border-style: solid;
  }
  .bw0-l {
    border-width: 0;
  }
  .bw1-l {
    border-width: 0.125rem;
  }
  .bw2-l {
    border-width: 0.25rem;
  }
  .bw3-l {
    border-width: 0.5rem;
  }
  .bw4-l {
    border-width: 1rem;
  }
  .bw5-l {
    border-width: 2rem;
  }
  .top-0-l {
    top: 0;
  }
  .left-0-l {
    left: 0;
  }
  .right-0-l {
    right: 0;
  }
  .bottom-0-l {
    bottom: 0;
  }
  .top-1-l {
    top: 1rem;
  }
  .left-1-l {
    left: 1rem;
  }
  .right-1-l {
    right: 1rem;
  }
  .bottom-1-l {
    bottom: 1rem;
  }
  .top-2-l {
    top: 2rem;
  }
  .left-2-l {
    left: 2rem;
  }
  .right-2-l {
    right: 2rem;
  }
  .bottom-2-l {
    bottom: 2rem;
  }
  .top--1-l {
    top: -1rem;
  }
  .right--1-l {
    right: -1rem;
  }
  .bottom--1-l {
    bottom: -1rem;
  }
  .left--1-l {
    left: -1rem;
  }
  .top--2-l {
    top: -2rem;
  }
  .right--2-l {
    right: -2rem;
  }
  .bottom--2-l {
    bottom: -2rem;
  }
  .left--2-l {
    left: -2rem;
  }
  .absolute--fill-l {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .cl-l {
    clear: left;
  }
  .cr-l {
    clear: right;
  }
  .cb-l {
    clear: both;
  }
  .cn-l {
    clear: none;
  }
  .dn-l {
    display: none;
  }
  .di-l {
    display: inline;
  }
  .db-l {
    display: block;
  }
  .dib-l {
    display: inline-block;
  }
  .dit-l {
    display: inline-table;
  }
  .dt-l {
    display: table;
  }
  .dtc-l {
    display: table-cell;
  }
  .dt-row-l {
    display: table-row;
  }
  .dt-row-group-l {
    display: table-row-group;
  }
  .dt-column-l {
    display: table-column;
  }
  .dt-column-group-l {
    display: table-column-group;
  }
  .dt--fixed-l {
    table-layout: fixed;
    width: 100%;
  }
  .fl-l {
    float: left;
    display: inline;
  }
  .fr-l {
    float: right;
    display: inline;
  }
  .fn-l {
    float: none;
  }
  .i-l {
    font-style: italic;
  }
  .fs-normal-l {
    font-style: normal;
  }
  .normal-l {
    font-weight: normal;
  }
  .b-l {
    font-weight: bold;
  }
  .fw1-l {
    font-weight: 100;
  }
  .fw2-l {
    font-weight: 200;
  }
  .fw3-l {
    font-weight: 300;
  }
  .fw4-l {
    font-weight: 400;
  }
  .fw5-l {
    font-weight: 500;
  }
  .fw6-l {
    font-weight: 600;
  }
  .fw7-l {
    font-weight: 700;
  }
  .fw8-l {
    font-weight: 800;
  }
  .fw9-l {
    font-weight: 900;
  }
  .h1-l {
    height: 1rem;
  }
  .h2-l {
    height: 2rem;
  }
  .h3-l {
    height: 4rem;
  }
  .h4-l {
    height: 8rem;
  }
  .h5-l {
    height: 16rem;
  }
  .h-25-l {
    height: 25%;
  }
  .h-50-l {
    height: 50%;
  }
  .h-75-l {
    height: 75%;
  }
  .h-100-l {
    height: 100%;
  }
  .h-auto-l {
    height: auto;
  }
  .h-inherit-l {
    height: inherit;
  }
  .tracked-l {
    letter-spacing: 0.16em;
  }
  .tracked-tight-l {
    letter-spacing: -0.05em;
  }
  .tracked-mega-l {
    letter-spacing: 0.32em;
  }
  .lh-solid-l {
    line-height: 1;
  }
  .lh-title-l {
    line-height: 1.3;
  }
  .lh-copy-l {
    line-height: 1.6;
  }
  .mw-100-l {
    max-width: 100%;
  }
  .mw1-l {
    max-width: 1rem;
  }
  .mw2-l {
    max-width: 2rem;
  }
  .mw3-l {
    max-width: 4rem;
  }
  .mw4-l {
    max-width: 8rem;
  }
  .mw5-l {
    max-width: 16rem;
  }
  .mw6-l {
    max-width: 32rem;
  }
  .mw7-l {
    max-width: 48rem;
  }
  .mw8-l {
    max-width: 64rem;
  }
  .mw9-l {
    max-width: 96rem;
  }
  .mw-none-l {
    max-width: none;
  }
  .w1-l {
    width: 1rem;
  }
  .w2-l {
    width: 2rem;
  }
  .w3-l {
    width: 4rem;
  }
  .w4-l {
    width: 8rem;
  }
  .w5-l {
    width: 16rem;
  }
  .w-10-l {
    width: 10%;
  }
  .w-20-l {
    width: 20%;
  }
  .w-25-l {
    width: 25%;
  }
  .w-33-l {
    width: 33%;
  }
  .w-34-l {
    width: 34%;
  }
  .w-40-l {
    width: 40%;
  }
  .w-50-l {
    width: 50%;
  }
  .w-60-l {
    width: 60%;
  }
  .w-75-l {
    width: 75%;
  }
  .w-80-l {
    width: 80%;
  }
  .w-100-l {
    width: 100%;
  }
  .w-auto-l {
    width: auto;
  }
  .overflow-visible-l {
    overflow: visible;
  }
  .overflow-hidden-l {
    overflow: hidden;
  }
  .overflow-scroll-l {
    overflow: scroll;
  }
  .overflow-auto-l {
    overflow: auto;
  }
  .overflow-x-visible-l {
    overflow-x: visible;
  }
  .overflow-x-hidden-l {
    overflow-x: hidden;
  }
  .overflow-x-scroll-l {
    overflow-x: scroll;
  }
  .overflow-x-auto-l {
    overflow-x: auto;
  }
  .overflow-y-visible-l {
    overflow-y: visible;
  }
  .overflow-y-hidden-l {
    overflow-y: hidden;
  }
  .overflow-y-scroll-l {
    overflow-y: scroll;
  }
  .overflow-y-auto-l {
    overflow-y: auto;
  }
  .static-l {
    position: static;
  }
  .relative-l {
    position: relative;
  }
  .absolute-l {
    position: absolute;
  }
  .fixed-l {
    position: fixed;
  }
  .pa0-l {
    padding: 0;
  }
  .pa1-l {
    padding: 0.25rem;
  }
  .pa2-l {
    padding: 0.5rem;
  }
  .pa3-l {
    padding: 1rem;
  }
  .pa4-l {
    padding: 2rem;
  }
  .pa5-l {
    padding: 4rem;
  }
  .pa6-l {
    padding: 8rem;
  }
  .pa7-l {
    padding: 16rem;
  }
  .pl0-l {
    padding-left: 0;
  }
  .pl1-l {
    padding-left: 0.25rem;
  }
  .pl2-l {
    padding-left: 0.5rem;
  }
  .pl3-l {
    padding-left: 1rem;
  }
  .pl4-l {
    padding-left: 2rem;
  }
  .pl5-l {
    padding-left: 4rem;
  }
  .pl6-l {
    padding-left: 8rem;
  }
  .pl7-l {
    padding-left: 16rem;
  }
  .pr0-l {
    padding-right: 0;
  }
  .pr1-l {
    padding-right: 0.25rem;
  }
  .pr2-l {
    padding-right: 0.5rem;
  }
  .pr3-l {
    padding-right: 1rem;
  }
  .pr4-l {
    padding-right: 2rem;
  }
  .pr5-l {
    padding-right: 4rem;
  }
  .pr6-l {
    padding-right: 8rem;
  }
  .pr7-l {
    padding-right: 16rem;
  }
  .pb0-l {
    padding-bottom: 0;
  }
  .pb1-l {
    padding-bottom: 0.25rem;
  }
  .pb2-l {
    padding-bottom: 0.5rem;
  }
  .pb3-l {
    padding-bottom: 1rem;
  }
  .pb4-l {
    padding-bottom: 2rem;
  }
  .pb5-l {
    padding-bottom: 4rem;
  }
  .pb6-l {
    padding-bottom: 8rem;
  }
  .pb7-l {
    padding-bottom: 16rem;
  }
  .pt0-l {
    padding-top: 0;
  }
  .pt1-l {
    padding-top: 0.25rem;
  }
  .pt2-l {
    padding-top: 0.5rem;
  }
  .pt3-l {
    padding-top: 1rem;
  }
  .pt4-l {
    padding-top: 2rem;
  }
  .pt5-l {
    padding-top: 4rem;
  }
  .pt6-l {
    padding-top: 8rem;
  }
  .pt7-l {
    padding-top: 16rem;
  }
  .pv0-l {
    padding-top: 0;
    padding-bottom: 0;
  }
  .pv1-l {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
  .pv2-l {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .pv3-l {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .pv4-l {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .pv5-l {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .pv6-l {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  .pv7-l {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }
  .ph0-l {
    padding-left: 0;
    padding-right: 0;
  }
  .ph1-l {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
  .ph2-l {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .ph3-l {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .ph4-l {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .ph5-l {
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .ph6-l {
    padding-left: 8rem;
    padding-right: 8rem;
  }
  .ph7-l {
    padding-left: 16rem;
    padding-right: 16rem;
  }
  .ma0-l {
    margin: 0;
  }
  .ma1-l {
    margin: 0.25rem;
  }
  .ma2-l {
    margin: 0.5rem;
  }
  .ma3-l {
    margin: 1rem;
  }
  .ma4-l {
    margin: 2rem;
  }
  .ma5-l {
    margin: 4rem;
  }
  .ma6-l {
    margin: 8rem;
  }
  .ma7-l {
    margin: 16rem;
  }
  .ml0-l {
    margin-left: 0;
  }
  .ml1-l {
    margin-left: 0.25rem;
  }
  .ml2-l {
    margin-left: 0.5rem;
  }
  .ml3-l {
    margin-left: 1rem;
  }
  .ml4-l {
    margin-left: 2rem;
  }
  .ml5-l {
    margin-left: 4rem;
  }
  .ml6-l {
    margin-left: 8rem;
  }
  .ml7-l {
    margin-left: 16rem;
  }
  .mr0-l {
    margin-right: 0;
  }
  .mr1-l {
    margin-right: 0.25rem;
  }
  .mr2-l {
    margin-right: 0.5rem;
  }
  .mr3-l {
    margin-right: 1rem;
  }
  .mr4-l {
    margin-right: 2rem;
  }
  .mr5-l {
    margin-right: 4rem;
  }
  .mr6-l {
    margin-right: 8rem;
  }
  .mr7-l {
    margin-right: 16rem;
  }
  .mb0-l {
    margin-bottom: 0;
  }
  .mb1-l {
    margin-bottom: 0.25rem;
  }
  .mb2-l {
    margin-bottom: 0.5rem;
  }
  .mb3-l {
    margin-bottom: 1rem;
  }
  .mb4-l {
    margin-bottom: 2rem;
  }
  .mb5-l {
    margin-bottom: 4rem;
  }
  .mb6-l {
    margin-bottom: 8rem;
  }
  .mb7-l {
    margin-bottom: 16rem;
  }
  .mt0-l {
    margin-top: 0;
  }
  .mt1-l {
    margin-top: 0.25rem;
  }
  .mt2-l {
    margin-top: 0.5rem;
  }
  .mt3-l {
    margin-top: 1rem;
  }
  .mt4-l {
    margin-top: 2rem;
  }
  .mt5-l {
    margin-top: 4rem;
  }
  .mt6-l {
    margin-top: 8rem;
  }
  .mt7-l {
    margin-top: 16rem;
  }
  .mv0-l {
    margin-top: 0;
    margin-bottom: 0;
  }
  .mv1-l {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }
  .mv2-l {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .mv3-l {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .mv4-l {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .mv5-l {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
  .mv6-l {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }
  .mv7-l {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }
  .mh0-l {
    margin-left: 0;
    margin-right: 0;
  }
  .mh1-l {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }
  .mh2-l {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
  .mh3-l {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .mh4-l {
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .mh5-l {
    margin-left: 4rem;
    margin-right: 4rem;
  }
  .mh6-l {
    margin-left: 8rem;
    margin-right: 8rem;
  }
  .mh7-l {
    margin-left: 16rem;
    margin-right: 16rem;
  }
  .strike-l {
    text-decoration: line-through;
  }
  .underline-l {
    text-decoration: underline;
  }
  .no-underline-l {
    text-decoration: none;
  }
  .tl-l {
    text-align: left;
  }
  .tr-l {
    text-align: right;
  }
  .tc-l {
    text-align: center;
  }
  .ttc-l {
    text-transform: capitalize;
  }
  .ttl-l {
    text-transform: lowercase;
  }
  .ttu-l {
    text-transform: uppercase;
  }
  .ttn-l {
    text-transform: none;
  }
  .f-6-l,
  .f-headline-l {
    font-size: 6rem;
  }
  .f-5-l,
  .f-subheadline-l {
    font-size: 5rem;
  }
  .f1-l {
    font-size: 3rem;
  }
  .f2-l {
    font-size: 2.25rem;
  }
  .f3-l {
    font-size: 1.5rem;
  }
  .f4-l {
    font-size: 1.25rem;
  }
  .f5-l {
    font-size: 1rem;
  }
  .f6-l {
    font-size: 0.875rem;
  }
  .measure-l {
    max-width: 30em;
  }
  .measure-wide-l {
    max-width: 34em;
  }
  .measure-narrow-l {
    max-width: 20em;
  }
  .indent-l {
    text-indent: 1em;
    margin-top: 0;
    margin-bottom: 0;
  }
  .truncate-l {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .clip-l {
    position: fixed !important;
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
  }
  .ws-normal-l {
    white-space: normal;
  }
  .nowrap-l {
    white-space: nowrap;
  }
  .pre-l {
    white-space: pre;
  }
  .v-base-l {
    vertical-align: baseline;
  }
  .v-sub-l {
    vertical-align: sub;
  }
  .v-sup-l {
    vertical-align: super;
  }
  .v-txt-top-l {
    vertical-align: text-top;
  }
  .v-txt-btm-l {
    vertical-align: text-bottom;
  }
  .v-mid-l {
    vertical-align: middle;
  }
  .v-top-l {
    vertical-align: top;
  }
  .v-btm-l {
    vertical-align: bottom;
  }
}
/*

  TACHYONS

*/
/* Variables */
/* Modules */
/* Uncomment out this line if you want to debug your layout */
/* @import './_debug'; */
/* ==========================================================================
   Quarks
   ========================================================================== */
body {
  font-family: 'Lato', sans-serif;
  line-height: 1.5;
  -webkit-font-smoothing: subpixel-antialiased;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #121212;
  font-weight: 700;
  line-height: 1.3;
}
html {
  font-size: 100%;
  height: 100%;
  margin: 0;
}
a {
  color: #0aa0bd;
  text-decoration: none;
}
a:hover {
  color: #26424e;
}
a:active {
  text-decoration: none;
}
/* ==========================================================================
   Components
   ========================================================================== */
.c-advert-superbanner .advert-label {
  font-size: 0.8125rem;
  /* Safari */
  display: block;
  color: #fff;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  margin-top: 55px;
  text-transform: uppercase;
  font-family: 'Lato', sans-serif;
  color: #979798;
  /* Internet Explorer */
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
.c-advert-super-ad .advert-label {
  font-size: 0.8125rem;
  /* Safari */
  display: inline-block;
  color: #fff;
  padding: 2px 9px;
  text-transform: uppercase;
  font-family: 'Lato', sans-serif;
  color: #979798;
  background: #e5e5e6;
}
.c-advert--in-text_maxad-parallax-700x700 {
  /* Must manually set width/height */
  height: 748px;
  /* The magic centering code */
  margin: auto;
  top: 0;
  bottom: 0;
  max-width: 100%;
  max-height: 100%;
  z-index: -1;
}
.c-advert--parallax-1104 {
  /* Must manually set width/height */
  width: 1104px;
  height: 736px;
  /* The magic centering code */
  margin: auto;
  top: 0;
  bottom: 0;
  max-width: 100%;
  max-height: 100%;
  z-index: -1;
}
.c-card-container--desktop {
  margin-left: 1.5em;
}
.c-lead-story {
  display: flex;
  flex-wrap: wrap;
}
.c-top-story {
  display: flex;
  flex-wrap: wrap;
}
.c-featured-story {
  display: flex;
  flex-wrap: wrap;
}
.c-specific-story {
  display: flex;
  flex-wrap: wrap;
}
.c-specific-story-w-thumb {
  display: flex;
  flex-wrap: wrap;
}
.c-specific-story-w-text-only {
  display: flex;
  flex-wrap: wrap;
}
.c-specific-story-w-headline-only {
  display: flex;
  flex-wrap: wrap;
}
.c-specific-story-w-image-only {
  display: flex;
  flex-wrap: wrap;
}
.c-topic-stories {
  display: flex;
  flex-wrap: wrap;
  height: auto;
}
.c-topic-stories-wo-lead-top {
  display: flex;
  flex-wrap: wrap;
  height: auto;
}
.c-text-story {
  display: flex;
  flex-wrap: wrap;
}
.c-text-story-w-thumb {
  display: flex;
  flex-wrap: wrap;
}
.c-quiz-story {
  display: flex;
  flex-wrap: wrap;
}
.c-card-poll-percentage-0 {
  background: transparent!important;
  color: white!important;
  text-align: left;
}
.c-card-container-title--bgi {
  background-image: url('/static/img/ADZINE_Button_200x200.png');
  background-repeat: no-repeat;
  background-position: 0px 11px;
  background-size: 32px 32px;
  padding-left: 42px;
}
.c-card-container-title--bgi--phone {
  background-image: url('/static/img/ADZINE_Button_200x200.png');
  background-repeat: no-repeat;
  background-position: 0px 5px;
  background-size: 24px 24px;
  padding-left: 32px;
}
.c-card--light-gray {
  background-color: #f6f6f7;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-color: #eee;
}
.c-card--gray {
  background-color: #e5e5e6;
}
.c-card--dark-gray {
  background-color: #2a2c2b;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-color: #eee;
}
.c-card--dark-gray h1 {
  color: white!important;
}
.c-card--dark-gray p {
  color: white!important;
}
.c-card--dark-gray i {
  color: white!important;
}
.c-card--dark-gray .t-shadow {
  text-shadow: none;
}
.c-card--blue-gray {
  background-color: rgba(19, 33, 38, 0.8);
}
.c-card--blue-gray h1 {
  color: white!important;
}
.c-card--blue-gray p {
  color: white!important;
}
.c-card--blue-gray i {
  color: white!important;
}
.c-card--blue-gray .t-shadow {
  text-shadow: none;
}
.c-card--purple {
  background-color: #800180;
}
.c-card--purple h1 {
  color: white!important;
}
.c-card--purple p {
  color: white!important;
}
.c-card--purple i {
  color: white!important;
}
.c-card--purple .t-shadow {
  text-shadow: none;
  color: white;
}
.c-card--purple {
  background-color: #800180;
}
.c-card--purple h1 {
  color: white!important;
}
.c-card--purple p {
  color: white!important;
}
.c-card--purple i {
  color: white!important;
}
.c-card--purple .t-shadow {
  text-shadow: none;
  color: white;
}
.c-card--red {
  background-color: #a1182b;
}
.c-card--red h1 {
  color: white!important;
}
.c-card--red p {
  color: white!important;
}
.c-card--red i {
  color: white!important;
}
.c-card--red .t-shadow {
  text-shadow: none;
  color: white;
}
.c-card--turquoise {
  background-color: #00a4a5;
}
.c-card--turquoise h1 {
  color: white!important;
}
.c-card--turquoise p {
  color: white!important;
}
.c-card--turquoise i {
  color: white!important;
}
.c-card--turquoise .t-shadow {
  text-shadow: none;
  color: white;
}
.c-card--aqua {
  background-color: #0aa0bd;
}
.c-card--aqua h1 {
  color: white!important;
}
.c-card--aqua p {
  color: white!important;
}
.c-card--aqua i {
  color: white!important;
}
.c-card--adtc {
  background-color: #da1d6e;
}
.c-card--adtc h1 {
  color: white!important;
}
.c-card--adtc p {
  color: white!important;
}
.c-card--adtc i {
  color: white!important;
}
.c-card--adtc .t-shadow {
  text-shadow: none;
  color: white;
}
.c-card--moad {
  background-color: #68058c;
}
.c-card--moad h1 {
  color: white!important;
}
.c-card--moad p {
  color: white!important;
}
.c-card--moad i {
  color: white!important;
}
.c-card--moad .t-shadow {
  text-shadow: none;
  color: white;
}
.c-card--nmtc {
  background-color: #202545;
}
.c-card--nmtc h1 {
  color: white!important;
}
.c-card--nmtc p {
  color: white!important;
}
.c-card--nmtc i {
  color: white!important;
}
.c-card--nmtc .t-shadow {
  text-shadow: none;
  color: white;
}
.c-card--plys {
  background-color: #d33d79;
}
.c-card--plys h1 {
  color: white!important;
}
.c-card--plys p {
  color: white!important;
}
.c-card--plys i {
  color: white!important;
}
.c-card--plys .t-shadow {
  text-shadow: none;
  color: white;
}
.c-code .caption {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  display: inline-block;
  padding: 4px 9px 6px 12px;
  width: 100%;
  line-height: 1.3;
  font-size: 0.875rem;
  border-bottom: 1px solid #858585;
}
.c-footer-container {
  width: 72em;
  display: flex;
  flex-wrap: wrap;
}
.c-footer-list {
  flex: 0 0 10.25em;
}
a[data-type="vk"] {
  background: #45668e;
}
a[data-type="fb"] {
  background: #3b5998;
}
a[data-type="ok"] {
  background: #ed812b;
}
a[data-type="mr"] {
  background: #168de2;
}
a[data-type="gp"] {
  background: #dd4b39;
}
a[data-type="li"] {
  background: #0976b4;
}
a[data-type="tw"] {
  background: #55acee;
}
a[data-type="lj"] {
  background: #004359;
}
a[data-type="tm"] {
  background: #35465c;
}
a[data-type="bl"] {
  background: #f57d00;
}
a[data-type="pt"] {
  background: #cc2127;
}
a[data-type="di"] {
  background: #000000;
}
a[data-type="en"] {
  background: #7ac142;
}
a[data-type="rd"] {
  background: #5f99cf;
}
a[data-type="de"] {
  background: #3399ff;
}
a[data-type="su"] {
  background: #eb4924;
}
a[data-type="po"] {
  background: #d3505a;
}
a[data-type="sb"] {
  background: #26B1F6;
}
a[data-type="bf"] {
  background: #323b43;
}
a[data-type="ip"] {
  background: #428bca;
}
a[data-type="ra"] {
  background: #990000;
}
a[data-type="xi"] {
  background: #cfdc00;
}
a[data-type="wp"] {
  background: #0087be;
}
a[data-type="tg"] {
  background: #0088cc;
}
a[data-type="vi"] {
  background: #8f5db7;
}
a[data-type="wa"] {
  background: #43d854;
}
a[data-type="ln"] {
  background: #00c300;
}
/*
 * Components
 * */
.c-img--original_size,
.c-img--original_size-and-caption {
  float: left;
  max-width: 100%;
}
.c-img--left,
.c-img--left-and-caption {
  float: left;
  max-width: 100%;
}
.c-img--default,
.c-img--default-and-caption {
  float: left;
  max-width: 100%;
}
.c-img--left_75,
.c-img--left_75-and-caption {
  float: left;
  max-width: 100%;
}
.c-img--left_95,
.c-img--left_95-and-caption {
  float: left;
  max-width: 100%;
}
.c-img--left_164,
.c-img--left_164-and-caption {
  float: left;
  max-width: 100%;
}
.c-img--gallery_164,
.c-img--gallery_164-and-caption {
  float: left;
  max-width: 100%;
}
.c-img--left_258,
.c-img--left_258-and-caption {
  float: left;
  max-width: 100%;
}
.c-img--halfcol,
.c-img--halfcol-and-caption {
  float: left;
  max-width: 100%;
}
.c-img--left_180,
.c-img--left_180-and-caption {
  float: left;
  max-width: 100%;
}
.c-img--left_320,
.c-img--left_320-and-caption {
  float: left;
  max-width: 100%;
}
.c-img--right {
  float: right;
  max-width: 100%;
}
.c-img--right_75,
.c-img--right_75-and-caption {
  float: right;
  max-width: 100%;
}
.c-img--right_95,
.c-img--right_95-and-caption {
  float: right;
  max-width: 100%;
}
.c-img--right_164,
.c-img--right_164-and-caption {
  float: right;
  max-width: 100%;
}
.c-img--right_180,
.c-img--right_180-and-caption {
  float: right;
  max-width: 100%;
}
.c-img--right_258,
.c-img--right_258-and-caption {
  float: right;
  max-width: 100%;
}
.c-img--right_320,
.c-img--right_320-and-caption {
  float: right;
  max-width: 100%;
}
.c-img--article_full {
  float: left;
  width: 45.5em;
  max-width: 100%;
  margin-bottom: 0px;
}
.c-img--article_full-and-caption {
  float: left;
  width: 45.5em;
  max-width: 100%;
  margin-bottom: 0px;
}
.c-img--page_full {
  float: left;
  width: 69em;
  max-width: 100%;
  margin-bottom: 24px;
}
.c-img--page_full-and-caption {
  float: left;
  width: 69em;
  max-width: 100%;
  margin-bottom: 0px;
}
.c-img--center_520,
.c-img--center_520-and-caption {
  float: left;
  max-width: 100%;
}
.c-img--newsletter_750,
.c-img--newsletter_750-and-caption {
  float: left;
  width: 45.5em;
  max-width: 100%;
  margin-bottom: 24px;
}
.c-img--icon_70,
.c-img--icon_70-and-caption {
  float: left;
  max-width: 100%;
}
.c-img--portrait_164,
.c-img--portrait_164-and-caption {
  float: left;
  max-width: 100%;
}
.c-article_full .caption {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  display: inline-block;
  padding: 6px 9px 5px 12px;
  width: 100%;
  min-height: 23px;
  line-height: 1.3;
  font-size: 0.875rem;
  background: #f3f3f4;
  border-bottom: 1px solid #e9e9e9;
}
/*
.c-article_full ~ h2,
.c-article_full  + p,
*/
.c-article_full {
  -height: 189px;
  overflow: hidden;
  margin-bottom: 24px;
}
.c-page_full .caption {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  display: inline-block;
  padding: 6px 9px 5px 12px;
  margin-bottom: 24px;
  width: 100%;
  min-height: 23px;
  line-height: 1.3;
  font-size: 0.875rem;
  background: #f3f3f4;
  border-bottom: 1px solid #e9e9e9;
}
.c-newsletter_750 .caption {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  display: inline-block;
  padding: 6px 9px 5px 12px;
  margin-bottom: 24px;
  width: 100%;
  min-height: 23px;
  line-height: 1.3;
  font-size: 0.875rem;
  background: #f3f3f4;
  border-bottom: 1px solid #e9e9e9;
}
.c-original_size {
  float: left;
  width: auto;
  margin-top: 6px;
  margin-right: 24px;
  margin-bottom: 12px;
  padding: 0px 0px 0px 0px;
  border-right: 0px solid #a8a8a7;
}
.c-original_size .caption {
  position: relative;
  clear: both;
  display: block;
  padding: 6px 9px 0px 12px;
  min-height: 23px;
  line-height: 1.3;
  font-size: 0.875rem;
  background: #f3f3f4;
  border-bottom: 1px solid #e9e9e9;
}
.phone__flavour .c-original_size {
  width: 22em;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 24px;
  padding: 0px 18px 0px 0px;
  border-right: 0px solid #a8a8a7;
}
.phone__flavour .c-original_size .caption {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  padding: 4px 9px 6px 12px;
  margin-bottom: 0px;
}
.c-left {
  float: left;
  width: 140px;
  margin-top: 6px;
  margin-right: 24px;
  margin-bottom: 12px;
  padding: 0px 18px 0px 0px;
  border-right: 1px solid #a8a8a7;
}
.c-left .caption {
  float: left;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  display: block;
  padding: 6px 12px 0px 2px;
  font-size: 0.875rem;
  line-height: 1.3;
  color: #80807f;
}
.c-default {
  float: left;
  width: 446px;
  margin-top: 6px;
  margin-right: 24px;
  margin-bottom: 12px;
  padding: 0px 18px 0px 0px;
  border-right: 1px solid #a8a8a7;
}
.c-default .caption {
  float: left;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  display: block;
  padding: 6px 12px 0px 2px;
  font-size: 0.875rem;
  line-height: 1.3;
  color: #80807f;
}
.c-left_75 {
  float: left;
  width: 75px;
  margin-top: 6px;
  margin-right: 24px;
  margin-bottom: 12px;
  padding: 0px 18px 0px 0px;
  border-right: 1px solid #a8a8a7;
}
.c-left_75 .caption {
  float: left;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  display: block;
  padding: 6px 12px 0px 2px;
  font-size: 0.875rem;
  line-height: 1.3;
  color: #80807f;
}
.c-left_95 {
  float: left;
  width: 95px;
  margin-top: 6px;
  margin-right: 24px;
  margin-bottom: 12px;
  padding: 0px 18px 0px 0px;
  border-right: 1px solid #a8a8a7;
}
.c-left_95 .caption {
  float: left;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  display: block;
  padding: 6px 12px 0px 2px;
  font-size: 0.875rem;
  line-height: 1.3;
  color: #80807f;
}
.c-left_164 {
  float: left;
  width: 164px;
  margin-top: 6px;
  margin-right: 24px;
  margin-bottom: 12px;
  padding: 0px 18px 0px 0px;
  border-right: 1px solid #a8a8a7;
}
.c-left_164 .caption {
  float: left;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  display: block;
  padding: 6px 12px 0px 2px;
  font-size: 0.875rem;
  line-height: 1.3;
  color: #80807f;
}
.c-left_258 {
  float: left;
  width: 16.125em;
  margin-top: 6px;
  margin-right: 24px;
  margin-bottom: 12px;
  padding: 0px 18px 0px 0px;
  border-right: 1px solid #a8a8a7;
}
.c-left_258 .caption {
  float: left;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  display: block;
  padding: 6px 12px 0px 2px;
  font-size: 0.875rem;
  line-height: 1.3;
  color: #80807f;
}
.c-halfcol {
  float: left;
  width: 16.125em;
  margin-top: 6px;
  margin-right: 24px;
  margin-bottom: 12px;
  padding: 0px 18px 0px 0px;
  border-right: 1px solid #a8a8a7;
}
.c-halfcol .caption {
  float: left;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  display: block;
  padding: 6px 12px 0px 2px;
  font-size: 0.875rem;
  line-height: 1.3;
  color: #80807f;
}
.c-gallery_164 {
  float: left;
  width: 10.25em;
  margin-top: 6px;
  margin-right: 24px;
  margin-bottom: 12px;
  padding: 0px;
  overflow: hidden;
  background: yellow;
}
.phone__flavour .c-gallery_164 {
  width: 164px;
}
div.c-st-image > .c-img-ctn:nth-of-type(4n + 4) > .c-gallery_164 {
  margin-right: 0px;
}
div.c-st-image > .c-img-ctn:last-of-type > .c-gallery_164 {
  float: none;
}
.phone__flavour div.c-st-image > .c-img-ctn:nth-of-type(2n + 2) > .c-gallery_164 {
  margin-right: 0px;
}
.c-left_180 {
  float: left;
  width: 180px;
  margin-top: 6px;
  margin-right: 24px;
  margin-bottom: 12px;
  padding: 0px 18px 0px 0px;
  border-right: 1px solid #a8a8a7;
}
.c-left_180 .caption {
  float: left;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  display: block;
  padding: 6px 12px 0px 2px;
  font-size: 0.875rem;
  line-height: 1.3;
  color: #80807f;
}
.c-left_320 {
  float: left;
  width: 320px;
  margin-top: 6px;
  margin-right: 24px;
  margin-bottom: 12px;
  padding: 0px 18px 0px 0px;
  border-right: 1px solid #a8a8a7;
}
.c-left_320 .caption {
  float: left;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  display: block;
  padding: 6px 12px 0px 2px;
  font-size: 0.875rem;
  line-height: 1.3;
  color: #80807f;
}
.c-right {
  float: right;
  width: 140px;
  padding: 0px 0px 0px 18px;
  margin-top: 2px;
  margin-left: 24px;
  margin-right: 0px;
  margin-bottom: 12px;
  border-left: 1px solid #a8a8a7;
}
.c-right .caption {
  float: left;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  display: block;
  padding: 6px 12px 0px 2px;
  font-size: 0.875rem;
  line-height: 1.3;
  color: #80807f;
}
.c-right_75 {
  float: right;
  width: 75px;
  padding: 0px 0px 0px 18px;
  margin-top: 2px;
  margin-left: 24px;
  margin-right: 0px;
  margin-bottom: 12px;
  border-left: 1px solid #a8a8a7;
}
.c-right_75 .caption {
  float: left;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  display: block;
  padding: 6px 12px 0px 2px;
  font-size: 0.875rem;
  line-height: 1.3;
  color: #80807f;
}
.c-right_95 {
  float: right;
  width: 95px;
  padding: 0px 0px 0px 18px;
  margin-top: 2px;
  margin-left: 24px;
  margin-right: 0px;
  margin-bottom: 12px;
  border-left: 1px solid #a8a8a7;
}
.c-right_95 .caption {
  float: left;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  display: block;
  padding: 6px 12px 0px 2px;
  font-size: 0.875rem;
  line-height: 1.3;
  color: #80807f;
}
.c-right_164 {
  float: right;
  width: 164px;
  padding: 0px 0px 0px 18px;
  margin-top: 2px;
  margin-left: 24px;
  margin-right: 0px;
  margin-bottom: 12px;
  border-left: 1px solid #a8a8a7;
}
.c-right_164 .caption {
  float: left;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  display: block;
  padding: 6px 12px 0px 2px;
  font-size: 0.875rem;
  line-height: 1.3;
  color: #80807f;
}
.c-right_180 {
  float: right;
  width: 180px;
  padding: 0px 0px 0px 18px;
  margin-top: 2px;
  margin-left: 24px;
  margin-right: 0px;
  margin-bottom: 12px;
  border-left: 1px solid #a8a8a7;
}
.c-right_180 .caption {
  float: left;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  display: block;
  padding: 6px 12px 0px 2px;
  font-size: 0.875rem;
  line-height: 1.3;
  color: #80807f;
}
.c-right_258 {
  float: right;
  width: 258px;
  padding: 0px 0px 0px 18px;
  margin-top: 2px;
  margin-left: 24px;
  margin-right: 0px;
  margin-bottom: 12px;
  border-left: 1px solid #a8a8a7;
}
.c-right_258 .caption {
  float: left;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  display: block;
  padding: 6px 12px 0px 2px;
  font-size: 0.875rem;
  line-height: 1.3;
  color: #80807f;
}
.c-right_320 {
  float: right;
  width: 320px;
  padding: 0px 0px 0px 18px;
  margin-top: 2px;
  margin-left: 24px;
  margin-right: 0px;
  margin-bottom: 12px;
  border-left: 1px solid #a8a8a7;
}
.c-right_320 .caption {
  float: left;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  display: block;
  padding: 6px 12px 0px 2px;
  font-size: 0.875rem;
  line-height: 1.3;
  color: #80807f;
}
.c-center_520 {
  float: left;
  width: 520px;
  margin-top: 6px;
  margin-right: 24px;
  margin-bottom: 12px;
  padding: 0px 18px 0px 0px;
  border-right: 1px solid #a8a8a7;
}
.c-center_520 .caption {
  float: left;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  display: block;
  padding: 6px 12px 0px 2px;
  font-size: 0.875rem;
  line-height: 1.3;
  color: #80807f;
}
.c-icon_70 {
  float: left;
  width: 70px;
  height: 70px;
  padding: 0px;
  margin-right: 24px;
}
.c-icon_70 .caption {
  display: none;
}
.c-mediadata-page .c-img-ctn + p {
  vertical-align: middle;
  height: 70px;
  line-height: 70px;
  overflow: hidden;
}
.c-portrait_164 {
  float: left;
  display: inline-block;
  width: 164px;
  height: 189px;
  padding: 0px;
  overflow: hidden;
  margin-right: 24px;
}
.c-portrait_164 .caption {
  display: none;
}
.c-contact-page .c-img-ctn + p {
  height: 189px;
  overflow: hidden;
  margin-bottom: 24px!important;
}
.phone__flavour .c-main-content {
  margin-top: 1.5em;
}
.phone__flavour .techfinder-index .c-main-content {
  margin-top: 0;
}
.c-topic-list {
  display: flex;
  flex-wrap: wrap;
}
.c-navigation-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  height: 48px;
  box-shadow: 0px 3px 3px -2px rgba(23, 23, 23, 0.6);
  /* a:hover {
        color: rgb(162, 165, 165);
    } */
}
.c-newsletter-iframe-label {
  background-image: url('/static/img/ADZINE_Button_200x200.png');
  background-repeat: no-repeat;
  background-position: 0px -1px;
  background-size: 24px 24px;
  display: inline-block;
  text-indent: 30px;
  margin-left: -1px;
}
.c-page-detail--article {
  /*  a {
        color: red;
    } */
}
.c-page-detail--article p {
  margin-bottom: 0.75em;
  color: #232323;
}
/* .c-page-detail--paragraph {
    a {
        color: blue;
    }
} */
.c-page-detail--quote blockquote {
  display: inline;
  background: #e5e5e6;
}
.c-page-detail--quote p {
  display: inline;
}
.c-img--company_logo {
  float: left;
  max-width: 100%;
}
.c-company_logo {
  float: left;
  width: 11.75em;
  margin-top: 2px;
  margin-right: 12px;
  margin-bottom: 6px;
}
/* ==========================================================================
   Objects
   ========================================================================== */
.o-main-header {
  box-shadow: 0px 3px 3px -2px rgba(23, 23, 23, 0.6);
  font-family: 'Lato', sans-serif;
  line-height: 1.5;
  z-index: 99;
  position: relative;
  background-color: #26424e;
}
.o-main-navi a {
  display: inline-block;
}
.desktop__flavour header {
  width: 72em;
  margin: 0px auto;
}
.desktop__flavour .o-main-header {
  display: block;
  height: 72px;
  width: 100%;
  min-width: 72em;
}
.desktop__flavour .o-main-header nav a {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  padding-left: 0.75em;
  padding-right: 0.75em;
  height: 4.5rem;
}
.desktop__flavour .o-main-header nav a:hover {
  color: white;
}
.desktop__flavour .o-main-header nav a.link-white:hover {
  background: #800180;
}
.desktop__flavour .o-main-header nav a.active {
  background: #304c58;
}
.desktop__flavour .o-main-header nav a.tf-active {
  background: #01c5c6;
}
.desktop__flavour .logo {
  float: left;
  display: inline;
  box-sizing: border-box;
  display: block;
  margin-left: 1.5em;
  margin-right: 1.5em;
  height: 72px;
  padding-top: 19px;
}
.desktop__flavour .o-main-navi-search {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 36px!important;
  box-sizing: border-box;
  color: white;
}
.desktop__flavour .o-main-navi-search span {
  display: none;
}
.desktop__flavour .o-main-navi-toc {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 0px!important;
  padding-right: 0px!important;
  box-sizing: border-box;
  color: white;
}
.desktop__flavour .o-main-navi-toc span {
  display: none;
}
.phone__flavour header {
  width: 100%;
  min-width: 100%;
}
.phone__flavour .o-main-header {
  display: inline-block;
  height: auto;
  width: 100%;
  min-width: 25em;
}
.phone__flavour .o-main-header nav a {
  margin-left: 0.75em;
  margin-top: 9px;
  margin-bottom: 9px;
  padding: 1px 0px;
}
.phone__flavour .o-main-header nav a:last-child {
  margin-right: 0.75em;
}
.phone__flavour .o-main-header nav a.active {
  border-bottom: 1px solid #800180;
}
.phone__flavour .o-main-header nav a.tf-active {
  border-bottom: 1px solid #01c5c6;
}
.phone__flavour .o-main-header a.o-main-navi-my-adzine-index {
  display: none;
}
.phone__flavour .o-main-navi {
  width: 100%;
  min-width: 25em;
  background-color: #304c58;
  white-space: nowrap;
  overflow-y: hidden;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
}
.phone__flavour .o-main-navi::-webkit-scrollbar {
  display: none;
}
.phone__flavour .logo {
  box-sizing: border-box;
  display: block;
  margin-left: 0.75em;
  margin-right: 1.5em;
  padding-top: 12px;
  height: 66px;
}
.phone__flavour .o-main-navi-search {
  box-sizing: border-box;
  padding-right: 12px;
  color: white;
}
.phone__flavour .o-main-navi-search span {
  margin-right: 6px;
}
.phone__flavour .o-main-navi-toc {
  color: white;
}
.phone__flavour .o-main-navi-toc span {
  margin-right: 6px;
}
.js-main-header.stuck {
  position: fixed!important;
  top: -72px;
  box-shadow: 0px 3px 3px -2px rgba(23, 23, 23, 0.6);
}
.js-main-header.stuck .js-toc {
  display: inline-block;
}
.o-breadcrumb-topic-list {
  top: 72px;
  display: none;
  z-index: 1;
  margin: 0px;
  padding: 0px;
  width: auto;
  left: 0px;
  right: 0px;
  position: absolute;
  background-color: #304c58;
  height: 3em;
  box-shadow: 0px 3px 3px -2px rgba(23, 23, 23, 0.6);
}
.phone__flavour .o-breadcrumb-topic-list div {
  width: 100%!important;
  padding-left: 0px!important;
}
.js-breadcrumb-topic-list.stuck,
.topic-page-index .js-breadcrumb-topic-list.stuck {
  position: fixed!important;
  top: -50px;
}
.o-breadcrumb-my-adzine {
  -top: 72px;
  -display: none;
  z-index: 1;
  box-shadow: 0px 3px 3px -2px rgba(23, 23, 23, 0.6);
}
.topic-page-index .o-main-navi-topics,
.job-page-index .o-main-navi-jobs {
  background: #304c58;
}
.techfinder-index .o-main-navi-tech-index,
.tech-index-page-detail .o-main-navi-tech-index {
  background: #01c5c6;
}
.topic-page-index .o-breadcrumb-topic-list {
  display: block;
  top: 0px;
  left: 0px;
  right: 0px;
  padding-left: 15px;
  position: relative;
}
.my-adzine-page-index .o-main-navi-my-adzine-index,
.my-adzine-page-detail .o-main-navi-my-adzine-index {
  background: #304c58;
}
body {
  height: 100%;
  margin: 0;
}
html {
  height: 100%;
  margin: 0;
}
.o-navigation-sitemap {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.o-navigation-sitemap nav {
  -background-color: rgba(48, 76, 88, 0.9);
  -background-color: rgba(36, 57, 66, 0.9);
  background-color: rgba(24, 38, 44, 0.4);
  position: relative;
  height: 100%;
  overflow-y: scroll;
  box-sizing: border-box;
  top: 0px;
  bottom: 0px;
  left: 0;
  right: 0;
  color: #fff;
  width: 100%;
  transition: all 0.2s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.desktop__flavour .o-navigation-sitemap nav {
  top: 0px;
  left: 0px;
  padding: 0px;
  -padding-top: 72px;
}
.js-desktop__flavour .o-navigation-sitemap {
  z-index: -1;
}
.js-desktop__flavour .o-navigation-sitemap nav {
  top: -100%;
}
.phone__flavour .o-navigation-sitemap nav {
  top: 0px;
  left: 0px;
  padding: 0px;
}
.js-phone__flavour .o-navigation-sitemap {
  z-index: -1;
}
.js-phone__flavour .o-navigation-sitemap nav {
  left: 100%;
}
.o-navigation-sitemap-close {
  position: fixed;
  display: block;
  margin-top: 14px;
  padding: 5px 12px;
  right: 84px;
}
.js-desktop__flavour .o-navigation-sitemap-close {
  display: none;
}
.js-phone__flavour .o-navigation-sitemap-close {
  display: none;
}
.page {
  min-height: 100vh;
}
.phone__flavour .page {
  min-width: 25em;
}
.o-conference-index-page {
  background-color: red;
}
/* Ken Burns Effect adapted from http://cssmojo.com/ken-burns-effect/ */
/* das sollte man alles on the fly direk tim slideshow_init.scriopt schreben, mit den richtigen id' */
.o-slideshow {
  position: relative;
  top: -70px;
  overflow: hidden;
  display: block;
  box-sizing: border-box;
  width: 100%;
  background: #f4f4f4;
  height: 100vh;
}
.o-lead-story-slideshow {
  margin-top: 0px;
  background: rgba(23, 23, 23, 0.7);
  height: 309px;
}
.phone__flavour .o-slideshow {
  top: -10px;
}
.o-slideshow div {
  position: absolute;
  z-index: 2;
  width: 102%;
  height: 102%;
  top: -2%;
  left: -2%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0;
  transition: opacity 3s, -webkit-transform 8s;
  transition: opacity 3s, transform 8s;
  transition: opacity 3s, transform 8s, -webkit-transform 8s;
}
.o-lead-story-slideshow div {
  position: absolute;
  z-index: 2;
  width: 102%;
  height: 102%;
  top: -2%;
  left: -2%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0;
  transition: opacity 3s, -webkit-transform 8s;
  transition: opacity 3s, transform 8s;
  transition: opacity 3s, transform 8s, -webkit-transform 8s;
}
.o-slideshow div,
.o-lead-story-slideshow div {
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
}
.o-slideshow :nth-child(2n+1),
.o-lead-story-slideshow :nth-child(2n+1) {
  -webkit-transform-origin: top right;
  transform-origin: top right;
}
.o-slideshow :nth-child(3n+1),
.o-lead-story-slideshow :nth-child(3n+1) {
  -webkit-transform-origin: top left;
  transform-origin: top left;
}
.o-slideshow :nth-child(4n+1),
.o-lead-story-slideshow :nth-child(4n+1) {
  -webkit-transform-origin: bottom right;
  transform-origin: bottom right;
}
.o-slideshow .fx:first-child + div ~ div,
.o-slideshow .fx1,
.o-lead-story-slideshow .fx:first-child + div ~ div,
.o-lead-story-slideshow .fx1 {
  z-index: 1;
}
.o-slideshow .fx,
.o-slideshow .fx1,
.o-lead-story-slideshow .fx,
.o-lead-story-slideshow .fx1 {
  -webkit-transform: scale(1.15) translate(1%);
  transform: scale(1.15) translate(1%);
  opacity: 1;
}
.o-adbizzer-category-navigation li {
  width: 10.875em;
}
.o-adbizzer-category-navigation--phone li {
  width: 10.625em;
}
.o-adbizzer-channel-navigation li {
  width: 10.875em;
}
.o-adbizzer-channel-navigation--phone li {
  width: 10.625em;
}
.o-adbizzer-focus-navigation li {
  width: 10.875em;
}
.o-adbizzer-focus-navigation--phone li {
  width: 10.625em;
}
/* ==========================================================================
   Classes (functional classes)
   ========================================================================== */
.btr0 {
  border-top-right-radius: 0;
}
.bbr0 {
  border-bottom-right-radius: 0;
}
.btl0 {
  border-top-left-radius: 0;
}
.bbl0 {
  border-bottom-left-radius: 0;
}
.b--light-blue-gray {
  border-color: #e5e6e7;
}
.box-sizing {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
.bg-light-gray {
  background-color: #f6f6f7;
}
.bg-blue-gray {
  background-color: rgba(19, 33, 38, 0.8);
}
.bg-light-blue-gray {
  background-color: #304c58;
}
.bg-gray-229 {
  background-color: #e5e5e6;
}
.bg-light-purple {
  background-color: #7a55ad;
}
.bg-dark-purple {
  background-color: rgba(87, 41, 153, 0.4);
}
.bg-purple--jobs {
  background-color: #522383;
}
.c-31 {
  color: #1f2922;
}
.c-alert {
  color: #dd1717;
}
.green-blue {
  color: #40a5a5;
}
.aqua {
  color: #0aa0bd;
}
.light-red {
  color: #ff4040;
}
.dark-red {
  color: #e0381a;
}
.gray-232323 {
  color: #121212;
}
.gray-158 {
  color: #9e9e9d;
}
.gray-123 {
  color: #7b7b7b;
}
.gray-676767 {
  color: #676767;
}
.gray-979798 {
  color: #979798;
}
.gray-9f9f9f {
  color: #9f9f9f;
}
.gray-A8A9A8 {
  color: #a8a9a8;
}
.gray-284656 {
  color: #1c2e38;
}
.grey-blue {
  color: #26424e;
}
.purple {
  color: #800180;
}
.bg-aqua {
  background-color: #0aa0bd;
}
.bg-386678 {
  background-color: rgba(38, 66, 78, 0.9);
}
.bg-3866781 {
  background-color: #26424e;
}
.bg-315162 {
  background-color: #1f333e;
}
.bg-284656 {
  background-color: #1c2e38;
}
.bg-gray-239 {
  background-color: #efeff0;
}
.bg-gray-242 {
  background-color: #f2f2f3;
}
.bg-yellow {
  background-color: #f8e71c;
  -background-color: #fff009;
}
.bg-purple {
  background-color: #800180;
}
.bg-alert {
  background-color: #ff4040;
}
.c-card--light-purple {
  color: white;
  background: #7a55ad;
}
.c-card--light-purple h1 {
  color: white;
}
.c-card--light-purple .label-0 {
  color: white;
}
.c-card--light-purple .label {
  background: rgba(253, 205, 18, 0.9);
  color: #593e91 !important;
}
.c-card--light-purple .bar-0 {
  color: white;
}
.c-card--light-purple .bar {
  background: #fdcd12;
  color: #5a3e91;
}
.c-card--light-purple .bg,
.c-card--light-purple .bg-result {
  background: rgba(87, 41, 153, 0.4);
}
.c-card--light-purple .bg-button {
  background: rgba(253, 205, 18, 0.9);
  color: #593e91;
}
.adtc-red {
  color: #da1d6e;
}
.adtc-dark-red {
  color: #c01961;
}
.nmtc-light-gray {
  background-color: #f4f7f9;
}
.bg-nmtc-blue {
  background-color: #202545;
}
.bg-nmtc-mid-blue {
  background-color: #2a3166;
}
.bg-nmtc-yellow {
  background-color: #fecc01;
}
.bg-nmtc-purple {
  background-color: #9a029a;
}
.bg-nmtc-dark-purple {
  background-color: #573597;
}
.nmtc-light-gray {
  color: #f4f7f9;
}
.nmtc-blue {
  color: #202545;
}
.nmtc-mid-blue {
  color: #2a3166;
}
.nmtc-yellow {
  color: #fecc01;
}
.nmtc-purple {
  color: #9a029a;
}
.nmtc-dark-purple {
  color: #573597;
}
.bg-plys-gray {
  background-color: #171d2a;
}
.bg-plys-green {
  background-color: #4fe0d3;
}
.bg-plys-magenta {
  background-color: #d33d79;
}
.bg-plys-violet {
  background-color: #695066;
}
.plys-gray {
  color: #171d2a;
}
.plys-green {
  color: #4fe0d3;
}
.plys-magenta {
  color: #d33d79;
}
.plys-violet {
  color: #695066;
}
.debug {
  background: magenta;
  opacity: 0.9;
}
.debug-text {
  padding: 1em;
  display: block;
  color: #a9a9a9;
  text-transform: uppercase;
}
/* assistant-300 - latin */
@font-face {
  font-family: 'Assistant';
  font-style: normal;
  font-weight: 300;
  src: url('/static/fonts/assistant/assistant-v18-latin-300.eot');
  /* IE9 Compat Modes */
  src: local(''), url('/static/fonts/assistant/assistant-v18-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/static/fonts/assistant/assistant-v18-latin-300.woff2') format('woff2'), /* Super Modern Browsers */ url('/static/fonts/assistant/assistant-v18-latin-300.woff') format('woff'), /* Modern Browsers */ url('/static/fonts/assistant/assistant-v18-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */ url('/static/fonts/assistant/assistant-v18-latin-300.svg#Assistant') format('svg');
  /* Legacy iOS */
}
/* assistant-regular - latin */
@font-face {
  font-family: 'Assistant';
  font-style: normal;
  font-weight: 400;
  src: url('/static/fonts/assistant/assistant-v18-latin-regular.eot');
  /* IE9 Compat Modes */
  src: local(''), url('/static/fonts/assistant/assistant-v18-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/static/fonts/assistant/assistant-v18-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ url('/static/fonts/assistant/assistant-v18-latin-regular.woff') format('woff'), /* Modern Browsers */ url('/static/fonts/assistant/assistant-v18-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('/static/fonts/assistant/assistant-v18-latin-regular.svg#Assistant') format('svg');
  /* Legacy iOS */
}
/* assistant-700 - latin */
@font-face {
  font-family: 'Assistant';
  font-style: normal;
  font-weight: 700;
  src: url('/static/fonts/assistant/assistant-v18-latin-700.eot');
  /* IE9 Compat Modes */
  src: local(''), url('/static/fonts/assistant/assistant-v18-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/static/fonts/assistant/assistant-v18-latin-700.woff2') format('woff2'), /* Super Modern Browsers */ url('/static/fonts/assistant/assistant-v18-latin-700.woff') format('woff'), /* Modern Browsers */ url('/static/fonts/assistant/assistant-v18-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */ url('/static/fonts/assistant/assistant-v18-latin-700.svg#Assistant') format('svg');
  /* Legacy iOS */
}
/* lato-regular - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: url('/static/fonts/lato/lato-v23-latin-regular.eot');
  /* IE9 Compat Modes */
  src: local(''), url('/static/fonts/lato/lato-v23-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/static/fonts/lato/lato-v23-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ url('/static/fonts/lato/lato-v23-latin-regular.woff') format('woff'), /* Modern Browsers */ url('/static/fonts/lato/lato-v23-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('/static/fonts/lato/lato-v23-latin-regular.svg#Lato') format('svg');
  /* Legacy iOS */
}
/* lato-italic - latin */
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 400;
  src: url('/static/fonts/lato/lato-v23-latin-italic.eot');
  /* IE9 Compat Modes */
  src: local(''), url('/static/fonts/lato/lato-v23-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/static/fonts/lato/lato-v23-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */ url('/static/fonts/lato/lato-v23-latin-italic.woff') format('woff'), /* Modern Browsers */ url('/static/fonts/lato/lato-v23-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */ url('/static/fonts/lato/lato-v23-latin-italic.svg#Lato') format('svg');
  /* Legacy iOS */
}
/* lato-700 - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: url('/static/fonts/lato/lato-v23-latin-700.eot');
  /* IE9 Compat Modes */
  src: local(''), url('/static/fonts/lato/lato-v23-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/static/fonts/lato/lato-v23-latin-700.woff2') format('woff2'), /* Super Modern Browsers */ url('/static/fonts/lato/lato-v23-latin-700.woff') format('woff'), /* Modern Browsers */ url('/static/fonts/lato/lato-v23-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */ url('/static/fonts/lato/lato-v23-latin-700.svg#Lato') format('svg');
  /* Legacy iOS */
}
/* lato-700italic - latin */
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 700;
  src: url('/static/fonts/lato/lato-v23-latin-700italic.eot');
  /* IE9 Compat Modes */
  src: local(''), url('/static/fonts/lato/lato-v23-latin-700italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/static/fonts/lato/lato-v23-latin-700italic.woff2') format('woff2'), /* Super Modern Browsers */ url('/static/fonts/lato/lato-v23-latin-700italic.woff') format('woff'), /* Modern Browsers */ url('/static/fonts/lato/lato-v23-latin-700italic.ttf') format('truetype'), /* Safari, Android, iOS */ url('/static/fonts/lato/lato-v23-latin-700italic.svg#Lato') format('svg');
  /* Legacy iOS */
}
/* lato-900 - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 900;
  src: url('/static/fonts/lato/lato-v23-latin-900.eot');
  /* IE9 Compat Modes */
  src: local(''), url('/static/fonts/lato/lato-v23-latin-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/static/fonts/lato/lato-v23-latin-900.woff2') format('woff2'), /* Super Modern Browsers */ url('/static/fonts/lato/lato-v23-latin-900.woff') format('woff'), /* Modern Browsers */ url('/static/fonts/lato/lato-v23-latin-900.ttf') format('truetype'), /* Safari, Android, iOS */ url('/static/fonts/lato/lato-v23-latin-900.svg#Lato') format('svg');
  /* Legacy iOS */
}
/* lato-900italic - latin */
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 900;
  src: url('/static/fonts/lato/lato-v23-latin-900italic.eot');
  /* IE9 Compat Modes */
  src: local(''), url('/static/fonts/lato/lato-v23-latin-900italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/static/fonts/lato/lato-v23-latin-900italic.woff2') format('woff2'), /* Super Modern Browsers */ url('/static/fonts/lato/lato-v23-latin-900italic.woff') format('woff'), /* Modern Browsers */ url('/static/fonts/lato/lato-v23-latin-900italic.ttf') format('truetype'), /* Safari, Android, iOS */ url('/static/fonts/lato/lato-v23-latin-900italic.svg#Lato') format('svg');
  /* Legacy iOS */
}
/* oswald-200 - latin */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 200;
  src: url('/static/fonts/oswald/oswald-v49-latin-200.eot');
  /* IE9 Compat Modes */
  src: local(''), url('/static/fonts/oswald/oswald-v49-latin-200.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/static/fonts/oswald/oswald-v49-latin-200.woff2') format('woff2'), /* Super Modern Browsers */ url('/static/fonts/oswald/oswald-v49-latin-200.woff') format('woff'), /* Modern Browsers */ url('/static/fonts/oswald/oswald-v49-latin-200.ttf') format('truetype'), /* Safari, Android, iOS */ url('/static/fonts/oswald/oswald-v49-latin-200.svg#Oswald') format('svg');
  /* Legacy iOS */
}
/* oswald-300 - latin */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 300;
  src: url('/static/fonts/oswald/oswald-v49-latin-300.eot');
  /* IE9 Compat Modes */
  src: local(''), url('/static/fonts/oswald/oswald-v49-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/static/fonts/oswald/oswald-v49-latin-300.woff2') format('woff2'), /* Super Modern Browsers */ url('/static/fonts/oswald/oswald-v49-latin-300.woff') format('woff'), /* Modern Browsers */ url('/static/fonts/oswald/oswald-v49-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */ url('/static/fonts/oswald/oswald-v49-latin-300.svg#Oswald') format('svg');
  /* Legacy iOS */
}
/* oswald-regular - latin */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  src: url('/static/fonts/oswald/oswald-v49-latin-regular.eot');
  /* IE9 Compat Modes */
  src: local(''), url('/static/fonts/oswald/oswald-v49-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/static/fonts/oswald/oswald-v49-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ url('/static/fonts/oswald/oswald-v49-latin-regular.woff') format('woff'), /* Modern Browsers */ url('/static/fonts/oswald/oswald-v49-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('/static/fonts/oswald/oswald-v49-latin-regular.svg#Oswald') format('svg');
  /* Legacy iOS */
}
/* oswald-500 - latin */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 500;
  src: url('/static/fonts/oswald/oswald-v49-latin-500.eot');
  /* IE9 Compat Modes */
  src: local(''), url('/static/fonts/oswald/oswald-v49-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/static/fonts/oswald/oswald-v49-latin-500.woff2') format('woff2'), /* Super Modern Browsers */ url('/static/fonts/oswald/oswald-v49-latin-500.woff') format('woff'), /* Modern Browsers */ url('/static/fonts/oswald/oswald-v49-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */ url('/static/fonts/oswald/oswald-v49-latin-500.svg#Oswald') format('svg');
  /* Legacy iOS */
}
/* oswald-600 - latin */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 600;
  src: url('/static/fonts/oswald/oswald-v49-latin-600.eot');
  /* IE9 Compat Modes */
  src: local(''), url('/static/fonts/oswald/oswald-v49-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/static/fonts/oswald/oswald-v49-latin-600.woff2') format('woff2'), /* Super Modern Browsers */ url('/static/fonts/oswald/oswald-v49-latin-600.woff') format('woff'), /* Modern Browsers */ url('/static/fonts/oswald/oswald-v49-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */ url('/static/fonts/oswald/oswald-v49-latin-600.svg#Oswald') format('svg');
  /* Legacy iOS */
}
/* oswald-700 - latin */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 700;
  src: url('/static/fonts/oswald/oswald-v49-latin-700.eot');
  /* IE9 Compat Modes */
  src: local(''), url('/static/fonts/oswald/oswald-v49-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/static/fonts/oswald/oswald-v49-latin-700.woff2') format('woff2'), /* Super Modern Browsers */ url('/static/fonts/oswald/oswald-v49-latin-700.woff') format('woff'), /* Modern Browsers */ url('/static/fonts/oswald/oswald-v49-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */ url('/static/fonts/oswald/oswald-v49-latin-700.svg#Oswald') format('svg');
  /* Legacy iOS */
}
.assistant {
  font-family: 'Assistant', sans-serif;
}
.lato {
  font-family: 'Lato', sans-serif;
}
.oswald {
  font-family: 'Oswald', sans-serif;
}
.h0 {
  height: 0px;
}
.h48 {
  height: 48px;
}
.h70 {
  height: 70px;
}
.h88 {
  height: 88px;
}
.h89 {
  height: 89px;
}
.h90 {
  height: 90px;
}
.h94 {
  height: 94px;
}
.h-2cols {
  height: 10.25em;
}
.h-3cols {
  height: 16.125em;
}
.h-4cols {
  height: 22em;
}
.mh-4cols {
  min-height: 22em;
}
.h-4cols-2 {
  height: 11em;
}
.h-5cols {
  height: 27.875em;
}
.h-6cols {
  height: 33.75em;
}
.h-8cols {
  height: 27.6125em;
}
.h-1g {
  height: 48px;
}
.h-2g {
  height: 3em;
}
.h-3g {
  height: 4.5em;
}
.h-3r {
  height: 4.5rem;
}
.h-3c2 {
  height: 13.125em;
}
/* .h250 {
    height: 250px;
} */
.h18 {
  height: 18px;
}
.h24 {
  height: 24px;
}
.h36 {
  height: 36px;
}
.h139 {
  height: 139px;
}
.h140 {
  height: 140px;
}
.h158 {
  height: 158px;
}
.h200 {
  height: 200px;
}
.h209 {
  height: 209px;
}
.h-square {
  height: 176px;
}
.h-list-square {
  height: 70px;
}
.maxh-4cols {
  max-height: 22em;
}
.maxh-8cols {
  max-height: 30.33333333em;
}
.minh-4 {
  min-height: 4em;
}
.h-superbanner {
  height: 200px;
}
.cursor-default:hover {
  cursor: default;
}
.lh-none {
  line-height: 0;
}
.lh-12 {
  line-height: 1.2;
}
.lh-15 {
  line-height: 1.5;
}
.lh-2 {
  line-height: 2;
}
.lh-3 {
  line-height: 3;
}
.lh-4cols {
  line-height: 22em;
}
/*

   LINKS

*/
/* .link {
  text-decoration: none;
  transition: color .15s ease-in;
}

.link:link,
.link:visited {
  transition: color .15s ease-in;
}
.link:hover   {
  transition: color .15s ease-in;
}
.link:active  {
  transition: color .15s ease-in;
}

.link:focus   {

  transition: color .15s ease-in;

}
*/
.td\:n {
  text-decoration: none;
}
.td\:u {
  text-decoration: underline;
}
.link-black {
  color: #000000;
}
.link-black:hover {
  color: #000000;
}
.link-black:active {
  color: #000000;
}
.link-white {
  color: white;
}
.link-white:hover {
  color: white;
}
.link-white:active {
  color: white;
}
.link-underline:hover {
  text-decoration: underline;
}
.link-aqua {
  color: #0aa0bd;
}
.link-aqua:hover {
  color: #0aa0bd;
}
.link-aquak:active {
  color: #0aa0bd;
}
.c-teaser a {
  color: white;
  text-decoration: underline;
}
.link-nmtc-yellow:hover {
  text-decoration: underline;
  color: white;
}
.minw-12 {
  min-width: 72em;
}
.minw-4 {
  min-width: 25em;
}
.minw-phone {
  min-width: 25em;
}
.outline-0 {
  outline: 0;
}
.top-h {
  top: 0.75em;
}
.bottom-h {
  bottom: 0.75em;
}
.bottom-g {
  bottom: 1.5em;
}
.left-h {
  left: 0.75em;
}
.left-471 {
  left: 471px;
}
.right-h {
  right: 0.75em;
}
.top-3 {
  top: 3px;
}
.top-6 {
  top: 6px;
}
.top-9 {
  top: 9px;
}
.top-10 {
  top: 10px;
}
.top-11 {
  top: 11px;
}
.top-16 {
  top: 16px;
}
.top-19 {
  top: 19px;
}
top-100 {
  top: 100px;
}
.ml70 {
  margin-left: 4.375em;
}
.ml82 {
  margin-left: 5.125em;
}
.mb15r {
  margin-bottom: 1.5rem;
}
.mb17r {
  margin-bottom: 1.7rem;
}
.ma-g {
  margin: 1.5em;
}
.mt-g {
  margin-top: 1.5em;
}
.mr-g {
  margin-right: 1.5em;
}
.mb-g {
  margin-bottom: 1.5em;
}
.ml-g {
  margin-left: 1.5em;
}
.mr-16 {
  margin-right: 16px;
}
.ma-h {
  margin: 0.75em;
}
.mt-h {
  margin-top: 0.75em;
}
.mr-h {
  margin-right: 0.75em;
}
.mb-h {
  margin-bottom: 0.75em;
}
.ml-h {
  margin-left: 0.75em;
}
.mb-6 {
  margin-bottom: 6px;
}
.mr-6 {
  margin-right: 6px;
}
.mt-3 {
  margin-top: 3px;
}
.mt-2 {
  margin-top: 2px;
}
.mt-4 {
  margin-top: 4px;
}
.mt-5 {
  margin-top: 5px;
}
.mt-9 {
  margin-top: 9px;
}
.ml-6 {
  margin-left: 6px;
}
.mt15 {
  margin-top: 15px;
}
.mb-2g {
  margin-bottom: 3em;
}
.ml-2cols-mg {
  margin-left: 8.75em;
}
.ml-2cols {
  margin-left: 10.25em;
}
.ml-2cols-g {
  margin-left: 11.75em;
}
.ml-1col {
  margin-left: 7.375em;
}
.ml-3cols {
  margin-left: 14.625em;
}
.ml-3cols-h {
  margin-left: 16.875em;
}
.ml-4cols {
  margin-left: 22em;
}
.ml-4cols-h {
  margin-left: 22.75em;
}
.mt-1col {
  margin-top: 4.375em;
}
.mt-2cols {
  margin-top: 10.25em;
}
.mt16 {
  margin-top: 16px;
}
.mt17 {
  margin-top: 17px;
}
.mt18 {
  margin-top: 18px;
}
.mt19 {
  margin-top: 19px;
}
.mb15f {
  margin-bottom: 1em;
}
.mb-23 {
  margin-bottom: 23px;
}
.ml-2cols-h {
  margin-left: 11em;
}
.ml-5cols {
  margin-left: 27.875em;
}
.ml-7cols-h {
  margin-left: 38.875em;
}
.ml-7cols-g {
  margin-left: 41.125em;
}
.ml-7cols {
  margin-left: 39.625em;
}
.ml-8cols {
  margin-left: 45.5em;
}
.ml-8cols-g {
  margin-left: 48.5em;
}
.ml-9cols-g {
  margin-left: 52.875em;
}
.ml-10cols {
  margin-left: 57.25em;
}
.ml-10cols-g {
  margin-left: 58.75em;
}
.ml-11cols {
  margin-left: 63.125em;
}
.ml-11cols-g {
  margin-left: 64.625em;
}
.ml-12cols {
  margin-left: 69em;
}
.ml-12cols-g {
  margin-left: 70.875em;
}
.pa-g {
  padding: 1.5em;
}
.pt-g {
  padding-top: 1.5em;
}
.pr-g {
  padding-right: 1.5em;
}
.pb-g {
  padding-bottom: 1.5em;
}
.pl-g {
  padding-left: 1.5em;
}
.pa-h {
  padding: 0.75em;
}
.pt-h {
  padding-top: 0.75em;
}
.pr-h {
  padding-right: 0.75em;
}
.pb-h {
  padding-bottom: 0.75em;
}
.pl-h {
  padding-left: 0.75em;
}
.pt-15 {
  padding-top: 15px;
}
.pt-16 {
  padding-top: 16px;
}
.pt-17 {
  padding-top: 17px;
}
.pt-18 {
  padding-top: 18px;
}
.pt-6 {
  padding-top: 6px;
}
.pt-7 {
  padding-top: 7px;
}
.pt-9 {
  padding-top: 9px;
}
.pt-10 {
  padding-top: 10px;
}
.pb-6 {
  padding-bottom: 6px;
}
.pb-9 {
  padding-bottom: 9px;
}
.pt-2 {
  padding-top: 2px;
}
.pt-3 {
  padding-top: 3px;
}
.pt-4 {
  padding-top: 4px;
}
.pt-5 {
  padding-top: 5px;
}
.pb-4 {
  padding-bottom: 4px;
}
.pl-2 {
  padding-left: 2px;
}
.pl-3 {
  padding-left: 3px;
}
.pl-4 {
  padding-left: 4px;
}
.pl-5 {
  padding-left: 5px;
}
.pl-6 {
  padding-left: 6px;
}
.pr-4 {
  padding-right: 4px;
}
.pr-6 {
  padding-right: 6px;
}
.pr-9 {
  padding-right: 9px;
}
.pl-8 {
  padding-left: 8px;
}
.pl-9 {
  padding-left: 9px;
}
.pl-10 {
  padding-left: 10px;
}
.pl-11 {
  padding-left: 11px;
}
.pl-13 {
  padding-left: 13px;
}
.pl-15 {
  padding-left: 15px;
}
.pl-16 {
  padding-left: 16px;
}
.pa-2 {
  padding: 4px 6px 2px 6px;
}
.pa-4 {
  padding: 0px 4px;
}
.pa-6 {
  padding: 2px 6px;
}
.pa-9 {
  padding: 9px;
}
.pa-13 {
  padding: 2px 13px 2px 13px;
}
.pa-16 {
  padding: 16px 12px 16px 18px;
}
.t-shadow {
  text-shadow: 0 -2px 2px #f4f4f4, 0 2px 2px #ffffff;
}
.t-legend {
  text-shadow: 0 1px 0px #001c48;
}
/* 

.tt:u {
    text-transform: uppercase;
}

.ttu {
    text-transform: uppercase;
}

.tt\(u\) {
    text-transform: uppercase;
} 

*/
.hyphenate {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}
/*
    TYPE SCALE
*/
.f-base {
  font-size: 1rem;
}
.f-11,
.f-06875 {
  font-size: 0.6875rem;
}
.f-12,
.f-075 {
  font-size: 0.75rem;
}
.f-13,
.f-08125 {
  font-size: 0.8125rem;
}
.f-14,
.f-0875 {
  font-size: 0.875rem;
}
.f-15,
.f-09375 {
  font-size: 0.9375rem;
}
.f-16,
.f-100 {
  font-size: 1rem;
}
.f-17,
.f-10625 {
  font-size: 1.0625rem;
}
.f-18,
.f-1125 {
  font-size: 1.125rem;
}
.f-19,
.f-1875 {
  font-size: 1.1875rem;
}
.f-20,
.f-125 {
  font-size: 1.25rem;
}
.f-21,
.f-13125 {
  font-size: 1.3125rem;
}
.f-22,
.f-13750 {
  font-size: 1.375rem;
}
.f-23,
.f-143750 {
  font-size: 1.4375rem;
}
.f-24,
.f-150 {
  font-size: 1.5rem;
}
.f-25,
.f-15625 {
  font-size: 1.5625rem;
}
.f-26,
.f-16250 {
  font-size: 1.625rem;
}
.f-27,
.f-16875 {
  font-size: 1.6875rem;
}
.f-30,
.f-1875 {
  font-size: 1.875rem;
}
.f-32,
.f-200 {
  font-size: 2rem;
}
.f-36,
f-225 {
  font-size: 2.25rem;
}
.f-42,
.f-26250 {
  font-size: 2.625rem;
}
/* .w-1cols {
    
}

.w-2cols {

}

.w-3cols {

} */
.w-2g {
  width: 3em;
}
.w-1col {
  width: 7.375em;
}
.w-3g {
  width: 4.5em;
}
.w-1col-g {
  width: 5.875em;
}
.w-goodshare {
  width: 8.5em;
}
.w-2cols-g {
  width: 11.75em;
}
.w-2cols-mg {
  width: 8.75em;
}
.w-2cols-h {
  width: 11em;
}
.w-2cols {
  width: 10.25em;
}
.w-3cols {
  width: 16.125em;
}
.w-3cols-g {
  width: 18.375em;
}
.w-4cols {
  width: 22em;
}
.w-4cols-g {
  width: 23.5em;
}
.w-2cols-fix {
  width: 11.71428571em;
}
.w-3cols-fix {
  width: 18.42857143em;
}
.w-3cols-g-fix {
  width: 16.71428571em;
}
.w-4cols-fix {
  width: 25.14285714em;
}
.w-5cols {
  width: 27.875em;
}
.w-5cols-g {
  width: 30.875em;
}
.w-6cols {
  width: 33.75em;
}
.w-7cols {
  width: 39.625em;
}
.w-7cols-h {
  width: 40.375em;
}
.w-7cols-g {
  width: 42.625em;
}
.w-8cols {
  width: 45.5em;
}
.w-9cols {
  width: 51.375em;
}
.w-9cols-g {
  width: 52.875em;
}
.w-8cols-g {
  width: 47em;
}
.w-10cols {
  width: 57.25em;
}
.w-12cols {
  width: 69em;
}
.w-12cols-g {
  width: 70.5em !important;
}
.w-12cols-2g {
  width: 72em;
}
.w-g {
  width: 1.5em;
}
.w-phone {
  width: 25em;
}
.w-desktop {
  width: 72em;
}
.w-square {
  width: 176px;
}
.w-list-square {
  width: 70px;
}
.w-4cols-ad {
  width: 21.25em;
}
.w18 {
  width: 18px;
}
.w24 {
  width: 24px;
}
.w36 {
  width: 36px;
}
.w70 {
  width: 70px;
}
.adbizzer-green {
  color: #01c5c6;
}
.bg-adbizzer-green {
  background-color: #01c5c6;
}
.adbizzer-dark-green {
  color: #00a4a5;
}
.bg-adbizzer-dark-green {
  background-color: #00a4a5;
}
.adbizzer-blue {
  color: #00a8ec;
}
.bg-adbizzer-blue {
  background-color: #00a8ec;
}
.adbizzer-dark-blue {
  color: #0187c0;
}
.bg-adbizzer-dark-blue {
  background-color: #0187c0;
}
.adbizzer-purple {
  color: #971591;
}
.bg-adbizzer-purple {
  background-color: #971591;
}
.adbizzer-dark-purple {
  color: #6d0e69;
}
.bg-adbizzer-dark-purple {
  background-color: #6d0e69;
}
