not-found {
  position: relative;
  display: block; }
/* Grid */
/* Colors */
/* Golden ratio */
/* Misc */
/* Fonts */
menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  display: block;
  padding: 0 0 2em;
  margin: 0;
  z-index: 3;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  html.desktop.chrome menu a:hover {
    background-image: url(/img/rollover-01.gif);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-border-image: url(/img/rollover-01.gif) 5 round;
         -o-border-image: url(/img/rollover-01.gif) 5 round;
            border-image: url(/img/rollover-01.gif) 5 round; }
  html.desktop.safari menu a:hover {
    background-image: url(/img/rollover-01.gif);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text; }
  menu li {
    display: inline-block;
    font-family: 'Sofia W01', Futura, Arial, Helvetica, sans-serif;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 100%;
    text-transform: uppercase;
    margin: 0 1.5rem;
    font-size: 1.5rem; }
    @media print, screen and (min-width: 48em) {
      menu li {
        margin: 0 0 0 3rem;
        font-size: 2.4rem; } }
    menu li.active a {
      padding-bottom: 0.5rem;
      border-bottom: 0.25em solid currentColor; }
      html.desktop.chrome menu li.active a:hover {
        background-image: url(/img/rollover-01.gif);
        -webkit-text-fill-color: transparent;
        -webkit-background-clip: text;
        -webkit-border-image: url(/img/rollover-01.gif) 5 round;
             -o-border-image: url(/img/rollover-01.gif) 5 round;
                border-image: url(/img/rollover-01.gif) 5 round; }
      html.desktop.safari menu li.active a:hover {
        background-image: url(/img/rollover-01.gif);
        -webkit-text-fill-color: transparent;
        -webkit-background-clip: text; }
  html.android menu {
    background: white; }

@supports (mix-blend-mode: difference) {
  html.backgroundblendmode:not(.android) menu {
    mix-blend-mode: difference;
    color: white; } }
/* Grid */
/* Colors */
/* Golden ratio */
/* Misc */
/* Fonts */
home {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: block;
  background: white; }
  home .showy__wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  home showy {
    cursor: url(/img/arrow-right.png) 40 0, e-resize;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s; }
    home showy.cursor--left {
      cursor: url(/img/arrow-left.png) 40 0, w-resize; }
    home showy.showy--ready {
      opacity: 1; }
  home .showcase {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    cursor: url(/img/arrow-right.png) 40 0, e-resize; }
  home figure {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }
    home figure.portrait {
      background-size: contain; }
  home video {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%; }
/* Grid */
/* Colors */
/* Golden ratio */
/* Misc */
/* Fonts */
projects {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 20rem; }
  projects .project {
    position: relative;
    z-index: 0;
    padding: 2rem;
    pointer-events: none;
    max-width: 80%; }
    @media print, screen and (min-width: 48em) {
      projects .project {
        padding: 4rem; } }
    projects .project:hover {
      z-index: 1; }
    @media screen and (max-width: 47.99875em) {
      projects .project {
        -webkit-flex-basis: 100% !important;
            -ms-flex-preferred-size: 100% !important;
                flex-basis: 100% !important; }
        projects .project__tween {
          -webkit-transform: none !important;
              -ms-transform: none !important;
                  transform: none !important; } }
    projects .project__asset {
      position: relative;
      display: inline-block;
      pointer-events: auto;
      padding-bottom: 20rem;
      z-index: 1;
      cursor: url(/img/plus.png) 20 0, pointer; }
      projects .project__asset:hover .project__caption {
        opacity: 1; }
      projects .project__asset img, projects .project__asset video {
        max-width: 100%;
        pointer-events: none; }
      projects .project__asset * {
        position: relative;
        z-index: 1; }
    projects .project__caption {
      position: absolute;
      bottom: 20rem;
      text-align: left;
      width: 100%;
      max-width: 100%; }
      @media print, screen and (min-width: 48em) {
        projects .project__caption {
          opacity: 0; } }
      projects .project__caption * {
        position: absolute;
        top: 0;
        left: 0;
        font-size: 3.2rem; }
        @media print, screen and (min-width: 48em) {
          projects .project__caption * {
            font-size: 5.5rem; } }
      projects .project__caption--under {
        z-index: 0;
        text-shadow: 0 0 1rem rgba(255, 255, 255, 0.75); }
      projects .project__caption--over {
        z-index: 2; }
      html.backgroundblendmode projects .project__caption {
        bottom: 23.8rem;
        color: white !important;
        mix-blend-mode: difference; }
        html.backgroundblendmode projects .project__caption * {
          mix-blend-mode: difference; }
/* Grid */
/* Colors */
/* Golden ratio */
/* Misc */
/* Fonts */
work {
  position: relative;
  display: block;
  background: white;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
/* Grid */
/* Colors */
/* Golden ratio */
/* Misc */
/* Fonts */
art {
  position: relative;
  display: block;
  background: white;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
/* Grid */
/* Colors */
/* Golden ratio */
/* Misc */
/* Fonts */
profile {
  position: absolute;
  display: block;
  width: 100%;
  min-height: 100%;
  background: #d0ede0;
  padding: 12rem 0 4rem; }
  @media print, screen and (min-width: 48em) {
    profile {
      padding: 20rem 0 4rem; } }
  profile p {
    text-transform: uppercase; }
  html.desktop.chrome profile a:hover {
    background-image: url(/img/rollover-01.gif);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-border-image: url(/img/rollover-01.gif) 5 round;
         -o-border-image: url(/img/rollover-01.gif) 5 round;
            border-image: url(/img/rollover-01.gif) 5 round; }
  html.desktop.safari profile a:hover {
    background-image: url(/img/rollover-01.gif);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text; }
  @media screen and (max-width: 47.99875em) {
    profile a {
      display: inline-block; } }
/* Grid */
/* Colors */
/* Golden ratio */
/* Misc */
/* Fonts */
diary {
  position: absolute;
  display: block;
  width: 100%;
  min-height: 100%;
  background: #f0d9d8;
  padding-top: 12rem; }
  diary a {
    border: none !important; }
    html.desktop.chrome diary a:hover {
      background-image: url(/img/rollover-01.gif);
      -webkit-text-fill-color: transparent;
      -webkit-background-clip: text;
      -webkit-border-image: url(/img/rollover-01.gif) 5 round;
           -o-border-image: url(/img/rollover-01.gif) 5 round;
              border-image: url(/img/rollover-01.gif) 5 round; }
    html.desktop.safari diary a:hover {
      background-image: url(/img/rollover-01.gif);
      -webkit-text-fill-color: transparent;
      -webkit-background-clip: text; }
  diary .asset {
    position: relative;
    width: 100%; }
    @media print, screen and (min-width: 48em) {
      diary .asset {
        padding-top: 150%; }
        diary .asset img, diary .asset video {
          position: absolute;
          bottom: 0;
          left: 0;
          width: 100%; } }
  diary .title {
    margin-top: 2rem; }
/* Grid */
/* Colors */
/* Golden ratio */
/* Misc */
/* Fonts */
[ui-view="project"] {
  position: static !important;
  display: inline !important;
  -webkit-transform: none !important;
      -ms-transform: none !important;
          transform: none !important; }

project {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  display: block; }
  @media print, screen and (min-width: 48em) {
    project {
      z-index: 2; } }
  project .background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    cursor: url(/img/close.png) 20 0, alias; }
  project .arrow {
    position: absolute;
    z-index: 2;
    height: 80px;
    bottom: 1rem; }
    @media print, screen and (min-width: 48em) {
      project .arrow {
        top: 50%;
        margin-top: -40px; } }
    project .arrow svg {
      height: 80px; }
    project .arrow--left {
      left: 0rem; }
      @media print, screen and (min-width: 48em) {
        project .arrow--left {
          left: 3rem; } }
    project .arrow--right {
      right: 0rem; }
      @media print, screen and (min-width: 48em) {
        project .arrow--right {
          right: 3rem; } }
  project .title {
    position: absolute;
    text-align: center;
    pointer-events: none;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    left: 2rem;
    right: 2rem;
    bottom: 11rem; }
    @media print, screen and (min-width: 48em) {
      project .title {
        bottom: 5rem; } }
  project .slides {
    position: absolute;
    overflow: hidden;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    pointer-events: none;
    top: 2rem;
    bottom: 16rem;
    left: 2rem;
    right: 2rem; }
    @media print, screen and (min-width: 48em) {
      project .slides {
        top: 12rem;
        bottom: 12rem;
        left: 16rem;
        right: 16rem; } }
    project .slides__loading {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      width: 12rem;
      height: 12rem;
      margin: auto;
      z-index: 0; }
      project .slides__loading svg {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
    project .slides__slide {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 1;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
      project .slides__slide[data-group-size="2"] figure {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
            -ms-flex: 0 0 50%;
                flex: 0 0 50%; }
        project .slides__slide[data-group-size="2"] figure:nth-child(1) img, project .slides__slide[data-group-size="2"] figure:nth-child(1) video {
          margin-right: 0; }
        project .slides__slide[data-group-size="2"] figure:nth-child(2) img, project .slides__slide[data-group-size="2"] figure:nth-child(2) video {
          margin-left: 0; }
  project figure {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    margin: auto;
    -webkit-transition: opacity 0.2s 0.3s;
    transition: opacity 0.2s 0.3s; }
    project figure.loaded {
      opacity: 1; }
  project img, project video {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin: auto;
    position: relative;
    max-height: 100%;
    pointer-events: auto; }
  project .vimeo__wrapper {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 100%;
    max-height: 100%;
    pointer-events: auto; }
    project .vimeo__wrapper:before {
      content: "";
      display: block;
      width: 100%;
      padding-top: 56.25%; }
    project .vimeo__wrapper iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
@charset "UTF-8";
/* Grid */
/* Colors */
/* Golden ratio */
/* Misc */
/**
 * Foundation for Sites by ZURB
 * Version 6.5.3
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  overflow: visible; }

pre {
  font-family: monospace, monospace;
  font-size: 1em; }

a {
  background-color: transparent; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; }

b,
strong {
  font-weight: bolder; }

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

img {
  border-style: none; }

button,
input,
optgroup,
select,
textarea {
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

fieldset {
  padding: 0.35em 0.75em 0.625em; }

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

progress {
  vertical-align: baseline; }

textarea {
  overflow: auto; }

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

details {
  display: block; }

summary {
  display: list-item; }

template {
  display: none; }

[hidden] {
  display: none; }

.foundation-mq {
  font-family: "small=0em&medium=48em&large=70em&xlarge=96.875em&xxlarge=103.125em"; }

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 62.5%; }

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

body {
  margin: 0;
  padding: 0;
  background: #fff;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #000;
  -moz-osx-font-smoothing: grayscale; }

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic; }

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0; }

select {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  border-radius: 0; }

.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important; }

button {
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  line-height: 1;
  cursor: auto; }
  [data-whatinput='mouse'] button {
    outline: 0; }

pre {
  overflow: auto; }

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; }

.is-visible {
  display: block !important; }

.is-hidden {
  display: none !important; }

.align-left {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

.align-right {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

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

.align-justify {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.align-spaced {
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around; }

.align-left.vertical.menu > li > a {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

.align-right.vertical.menu > li > a {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

.align-center.vertical.menu > li > a {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

.align-top {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start; }

.align-self-top {
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start; }

.align-bottom {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end; }

.align-self-bottom {
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end; }

.align-middle {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.align-self-middle {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center; }

.align-stretch {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch; }

.align-self-stretch {
  -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
          align-self: stretch; }

.align-center-middle {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center; }

.small-order-1 {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1; }

.small-order-2 {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2; }

.small-order-3 {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3; }

.small-order-4 {
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
      -ms-flex-order: 4;
          order: 4; }

.small-order-5 {
  -webkit-box-ordinal-group: 6;
  -webkit-order: 5;
      -ms-flex-order: 5;
          order: 5; }

.small-order-6 {
  -webkit-box-ordinal-group: 7;
  -webkit-order: 6;
      -ms-flex-order: 6;
          order: 6; }

@media print, screen and (min-width: 48em) {
  .medium-order-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .medium-order-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2; }
  .medium-order-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3; }
  .medium-order-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4; }
  .medium-order-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5; }
  .medium-order-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6; } }

@media print, screen and (min-width: 70em) {
  .large-order-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .large-order-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2; }
  .large-order-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3; }
  .large-order-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4; }
  .large-order-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5; }
  .large-order-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6; } }

@media screen and (min-width: 96.875em) {
  .xlarge-order-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .xlarge-order-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2; }
  .xlarge-order-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3; }
  .xlarge-order-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4; }
  .xlarge-order-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5; }
  .xlarge-order-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6; } }

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

.flex-child-auto {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto; }

.flex-child-grow {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto; }

.flex-child-shrink {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto; }

.flex-dir-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row; }

.flex-dir-row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse; }

.flex-dir-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }

.flex-dir-column-reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse; }

@media print, screen and (min-width: 48em) {
  .medium-flex-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .medium-flex-child-auto {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto; }
  .medium-flex-child-grow {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto; }
  .medium-flex-child-shrink {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto; }
  .medium-flex-dir-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row; }
  .medium-flex-dir-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
  .medium-flex-dir-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .medium-flex-dir-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; } }

@media print, screen and (min-width: 70em) {
  .large-flex-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .large-flex-child-auto {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto; }
  .large-flex-child-grow {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto; }
  .large-flex-child-shrink {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto; }
  .large-flex-dir-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row; }
  .large-flex-dir-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
  .large-flex-dir-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .large-flex-dir-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; } }

@media screen and (min-width: 96.875em) {
  .xlarge-flex-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .xlarge-flex-child-auto {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto; }
  .xlarge-flex-child-grow {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto; }
  .xlarge-flex-child-shrink {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto; }
  .xlarge-flex-dir-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row; }
  .xlarge-flex-dir-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
  .xlarge-flex-dir-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .xlarge-flex-dir-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; } }

.row {
  max-width: 1920px;
  margin-right: auto;
  margin-left: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap; }
  .row .row {
    margin-right: -2rem;
    margin-left: -2rem; }
    @media print, screen and (min-width: 48em) {
      .row .row {
        margin-right: -4rem;
        margin-left: -4rem; } }
    @media print, screen and (min-width: 70em) {
      .row .row {
        margin-right: -4rem;
        margin-left: -4rem; } }
    @media screen and (min-width: 96.875em) {
      .row .row {
        margin-right: -4rem;
        margin-left: -4rem; } }
    .row .row.collapse {
      margin-right: 0;
      margin-left: 0; }
  .row.expanded {
    max-width: none; }
    .row.expanded .row {
      margin-right: auto;
      margin-left: auto; }
  .row:not(.expanded) .row {
    max-width: none; }
  .row.collapse > .column, .row.collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .row.is-collapse-child,
  .row.collapse > .column > .row,
  .row.collapse > .columns > .row {
    margin-right: 0;
    margin-left: 0; }

.column, .columns {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0px;
      -ms-flex: 1 1 0px;
          flex: 1 1 0px;
  padding-right: 2rem;
  padding-left: 2rem;
  min-width: 0; }
  @media print, screen and (min-width: 48em) {
    .column, .columns {
      padding-right: 4rem;
      padding-left: 4rem; } }

.column.row.row, .row.row.columns {
  float: none;
  display: block; }

.row .column.row.row, .row .row.row.columns {
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0; }

.small-1 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 8.33333%;
      -ms-flex: 0 0 8.33333%;
          flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.small-offset-0 {
  margin-left: 0%; }

.small-2 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 16.66667%;
      -ms-flex: 0 0 16.66667%;
          flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.small-offset-1 {
  margin-left: 8.33333%; }

.small-3 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%; }

.small-offset-2 {
  margin-left: 16.66667%; }

.small-4 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.33333%;
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.small-offset-3 {
  margin-left: 25%; }

.small-5 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 41.66667%;
      -ms-flex: 0 0 41.66667%;
          flex: 0 0 41.66667%;
  max-width: 41.66667%; }

.small-offset-4 {
  margin-left: 33.33333%; }

.small-6 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%; }

.small-offset-5 {
  margin-left: 41.66667%; }

.small-7 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 58.33333%;
      -ms-flex: 0 0 58.33333%;
          flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.small-offset-6 {
  margin-left: 50%; }

.small-8 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 66.66667%;
      -ms-flex: 0 0 66.66667%;
          flex: 0 0 66.66667%;
  max-width: 66.66667%; }

.small-offset-7 {
  margin-left: 58.33333%; }

.small-9 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 75%;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%; }

.small-offset-8 {
  margin-left: 66.66667%; }

.small-10 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 83.33333%;
      -ms-flex: 0 0 83.33333%;
          flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.small-offset-9 {
  margin-left: 75%; }

.small-11 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 91.66667%;
      -ms-flex: 0 0 91.66667%;
          flex: 0 0 91.66667%;
  max-width: 91.66667%; }

.small-offset-10 {
  margin-left: 83.33333%; }

.small-12 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%; }

.small-offset-11 {
  margin-left: 91.66667%; }

.small-up-1 {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .small-up-1 > .column, .small-up-1 > .columns {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }

.small-up-2 {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .small-up-2 > .column, .small-up-2 > .columns {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }

.small-up-3 {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .small-up-3 > .column, .small-up-3 > .columns {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }

.small-up-4 {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .small-up-4 > .column, .small-up-4 > .columns {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }

.small-up-5 {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .small-up-5 > .column, .small-up-5 > .columns {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%; }

.small-up-6 {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .small-up-6 > .column, .small-up-6 > .columns {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }

.small-up-7 {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .small-up-7 > .column, .small-up-7 > .columns {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 14.28571%;
        -ms-flex: 0 0 14.28571%;
            flex: 0 0 14.28571%;
    max-width: 14.28571%; }

.small-up-8 {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .small-up-8 > .column, .small-up-8 > .columns {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 12.5%;
        -ms-flex: 0 0 12.5%;
            flex: 0 0 12.5%;
    max-width: 12.5%; }

.small-collapse > .column, .small-collapse > .columns {
  padding-right: 0;
  padding-left: 0; }

.small-uncollapse > .column, .small-uncollapse > .columns {
  padding-right: 2rem;
  padding-left: 2rem; }

@media print, screen and (min-width: 48em) {
  .medium-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .medium-offset-0 {
    margin-left: 0%; }
  .medium-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .medium-offset-1 {
    margin-left: 8.33333%; }
  .medium-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .medium-offset-2 {
    margin-left: 16.66667%; }
  .medium-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .medium-offset-3 {
    margin-left: 25%; }
  .medium-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .medium-offset-4 {
    margin-left: 33.33333%; }
  .medium-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .medium-offset-5 {
    margin-left: 41.66667%; }
  .medium-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .medium-offset-6 {
    margin-left: 50%; }
  .medium-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .medium-offset-7 {
    margin-left: 58.33333%; }
  .medium-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .medium-offset-8 {
    margin-left: 66.66667%; }
  .medium-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .medium-offset-9 {
    margin-left: 75%; }
  .medium-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .medium-offset-10 {
    margin-left: 83.33333%; }
  .medium-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .medium-offset-11 {
    margin-left: 91.66667%; }
  .medium-up-1 {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .medium-up-1 > .column, .medium-up-1 > .columns {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 100%;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 100%; }
  .medium-up-2 {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .medium-up-2 > .column, .medium-up-2 > .columns {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 50%;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      max-width: 50%; }
  .medium-up-3 {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .medium-up-3 > .column, .medium-up-3 > .columns {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 33.33333%;
          -ms-flex: 0 0 33.33333%;
              flex: 0 0 33.33333%;
      max-width: 33.33333%; }
  .medium-up-4 {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .medium-up-4 > .column, .medium-up-4 > .columns {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 25%;
          -ms-flex: 0 0 25%;
              flex: 0 0 25%;
      max-width: 25%; }
  .medium-up-5 {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .medium-up-5 > .column, .medium-up-5 > .columns {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 20%;
          -ms-flex: 0 0 20%;
              flex: 0 0 20%;
      max-width: 20%; }
  .medium-up-6 {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .medium-up-6 > .column, .medium-up-6 > .columns {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 16.66667%;
          -ms-flex: 0 0 16.66667%;
              flex: 0 0 16.66667%;
      max-width: 16.66667%; }
  .medium-up-7 {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .medium-up-7 > .column, .medium-up-7 > .columns {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 14.28571%;
          -ms-flex: 0 0 14.28571%;
              flex: 0 0 14.28571%;
      max-width: 14.28571%; }
  .medium-up-8 {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .medium-up-8 > .column, .medium-up-8 > .columns {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 12.5%;
          -ms-flex: 0 0 12.5%;
              flex: 0 0 12.5%;
      max-width: 12.5%; } }

@media print, screen and (min-width: 48em) and (min-width: 48em) {
  .medium-expand {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0px;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px; } }

.row.medium-unstack > .column, .row.medium-unstack > .columns {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%; }
  @media print, screen and (min-width: 48em) {
    .row.medium-unstack > .column, .row.medium-unstack > .columns {
      -webkit-box-flex: 1;
      -webkit-flex: 1 1 0px;
          -ms-flex: 1 1 0px;
              flex: 1 1 0px; } }

@media print, screen and (min-width: 48em) {
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-right: 4rem;
    padding-left: 4rem; } }

@media print, screen and (min-width: 70em) {
  .large-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .large-offset-0 {
    margin-left: 0%; }
  .large-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .large-offset-1 {
    margin-left: 8.33333%; }
  .large-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .large-offset-2 {
    margin-left: 16.66667%; }
  .large-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .large-offset-3 {
    margin-left: 25%; }
  .large-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .large-offset-4 {
    margin-left: 33.33333%; }
  .large-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .large-offset-5 {
    margin-left: 41.66667%; }
  .large-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .large-offset-6 {
    margin-left: 50%; }
  .large-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .large-offset-7 {
    margin-left: 58.33333%; }
  .large-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .large-offset-8 {
    margin-left: 66.66667%; }
  .large-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .large-offset-9 {
    margin-left: 75%; }
  .large-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .large-offset-10 {
    margin-left: 83.33333%; }
  .large-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .large-offset-11 {
    margin-left: 91.66667%; }
  .large-up-1 {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .large-up-1 > .column, .large-up-1 > .columns {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 100%;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 100%; }
  .large-up-2 {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .large-up-2 > .column, .large-up-2 > .columns {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 50%;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      max-width: 50%; }
  .large-up-3 {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .large-up-3 > .column, .large-up-3 > .columns {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 33.33333%;
          -ms-flex: 0 0 33.33333%;
              flex: 0 0 33.33333%;
      max-width: 33.33333%; }
  .large-up-4 {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .large-up-4 > .column, .large-up-4 > .columns {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 25%;
          -ms-flex: 0 0 25%;
              flex: 0 0 25%;
      max-width: 25%; }
  .large-up-5 {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .large-up-5 > .column, .large-up-5 > .columns {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 20%;
          -ms-flex: 0 0 20%;
              flex: 0 0 20%;
      max-width: 20%; }
  .large-up-6 {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .large-up-6 > .column, .large-up-6 > .columns {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 16.66667%;
          -ms-flex: 0 0 16.66667%;
              flex: 0 0 16.66667%;
      max-width: 16.66667%; }
  .large-up-7 {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .large-up-7 > .column, .large-up-7 > .columns {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 14.28571%;
          -ms-flex: 0 0 14.28571%;
              flex: 0 0 14.28571%;
      max-width: 14.28571%; }
  .large-up-8 {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .large-up-8 > .column, .large-up-8 > .columns {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 12.5%;
          -ms-flex: 0 0 12.5%;
              flex: 0 0 12.5%;
      max-width: 12.5%; } }

@media print, screen and (min-width: 70em) and (min-width: 70em) {
  .large-expand {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0px;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px; } }

.row.large-unstack > .column, .row.large-unstack > .columns {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%; }
  @media print, screen and (min-width: 70em) {
    .row.large-unstack > .column, .row.large-unstack > .columns {
      -webkit-box-flex: 1;
      -webkit-flex: 1 1 0px;
          -ms-flex: 1 1 0px;
              flex: 1 1 0px; } }

@media print, screen and (min-width: 70em) {
  .large-collapse > .column, .large-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-right: 4rem;
    padding-left: 4rem; } }

@media screen and (min-width: 96.875em) {
  .xlarge-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .xlarge-offset-0 {
    margin-left: 0%; }
  .xlarge-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .xlarge-offset-1 {
    margin-left: 8.33333%; }
  .xlarge-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .xlarge-offset-2 {
    margin-left: 16.66667%; }
  .xlarge-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .xlarge-offset-3 {
    margin-left: 25%; }
  .xlarge-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .xlarge-offset-4 {
    margin-left: 33.33333%; }
  .xlarge-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .xlarge-offset-5 {
    margin-left: 41.66667%; }
  .xlarge-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .xlarge-offset-6 {
    margin-left: 50%; }
  .xlarge-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .xlarge-offset-7 {
    margin-left: 58.33333%; }
  .xlarge-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .xlarge-offset-8 {
    margin-left: 66.66667%; }
  .xlarge-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .xlarge-offset-9 {
    margin-left: 75%; }
  .xlarge-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .xlarge-offset-10 {
    margin-left: 83.33333%; }
  .xlarge-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .xlarge-offset-11 {
    margin-left: 91.66667%; }
  .xlarge-up-1 {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .xlarge-up-1 > .column, .xlarge-up-1 > .columns {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 100%;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 100%; }
  .xlarge-up-2 {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .xlarge-up-2 > .column, .xlarge-up-2 > .columns {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 50%;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      max-width: 50%; }
  .xlarge-up-3 {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .xlarge-up-3 > .column, .xlarge-up-3 > .columns {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 33.33333%;
          -ms-flex: 0 0 33.33333%;
              flex: 0 0 33.33333%;
      max-width: 33.33333%; }
  .xlarge-up-4 {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .xlarge-up-4 > .column, .xlarge-up-4 > .columns {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 25%;
          -ms-flex: 0 0 25%;
              flex: 0 0 25%;
      max-width: 25%; }
  .xlarge-up-5 {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .xlarge-up-5 > .column, .xlarge-up-5 > .columns {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 20%;
          -ms-flex: 0 0 20%;
              flex: 0 0 20%;
      max-width: 20%; }
  .xlarge-up-6 {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .xlarge-up-6 > .column, .xlarge-up-6 > .columns {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 16.66667%;
          -ms-flex: 0 0 16.66667%;
              flex: 0 0 16.66667%;
      max-width: 16.66667%; }
  .xlarge-up-7 {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .xlarge-up-7 > .column, .xlarge-up-7 > .columns {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 14.28571%;
          -ms-flex: 0 0 14.28571%;
              flex: 0 0 14.28571%;
      max-width: 14.28571%; }
  .xlarge-up-8 {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .xlarge-up-8 > .column, .xlarge-up-8 > .columns {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 12.5%;
          -ms-flex: 0 0 12.5%;
              flex: 0 0 12.5%;
      max-width: 12.5%; } }

@media screen and (min-width: 96.875em) and (min-width: 96.875em) {
  .xlarge-expand {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0px;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px; } }

.row.xlarge-unstack > .column, .row.xlarge-unstack > .columns {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%; }
  @media screen and (min-width: 96.875em) {
    .row.xlarge-unstack > .column, .row.xlarge-unstack > .columns {
      -webkit-box-flex: 1;
      -webkit-flex: 1 1 0px;
          -ms-flex: 1 1 0px;
              flex: 1 1 0px; } }

@media screen and (min-width: 96.875em) {
  .xlarge-collapse > .column, .xlarge-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .xlarge-uncollapse > .column, .xlarge-uncollapse > .columns {
    padding-right: 4rem;
    padding-left: 4rem; } }

.shrink {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  max-width: 100%; }

.column-block {
  margin-bottom: 4rem; }
  .column-block > :last-child {
    margin-bottom: 0; }
  @media print, screen and (min-width: 48em) {
    .column-block {
      margin-bottom: 8rem; }
      .column-block > :last-child {
        margin-bottom: 0; } }

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0; }

p {
  margin-bottom: 1rem;
  font-size: inherit;
  line-height: 1.6;
  text-rendering: optimizeLegibility; }

em,
i {
  font-style: italic;
  line-height: inherit; }

strong,
b {
  font-weight: bold;
  line-height: inherit; }

small {
  font-size: 80%;
  line-height: inherit; }

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: inherit;
  text-rendering: optimizeLegibility; }
  h1 small, .h1 small,
  h2 small, .h2 small,
  h3 small, .h3 small,
  h4 small, .h4 small,
  h5 small, .h5 small,
  h6 small, .h6 small {
    line-height: 0;
    color: #cacaca; }

h1, .h1 {
  font-size: 2.4rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h2, .h2 {
  font-size: 2rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h3, .h3 {
  font-size: 1.9rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h4, .h4 {
  font-size: 1.8rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h5, .h5 {
  font-size: 1.7rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h6, .h6 {
  font-size: 1.6rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

@media print, screen and (min-width: 48em) {
  h1, .h1 {
    font-size: 4.8rem; }
  h2, .h2 {
    font-size: 4rem; }
  h3, .h3 {
    font-size: 3.1rem; }
  h4, .h4 {
    font-size: 2.5rem; }
  h5, .h5 {
    font-size: 2rem; }
  h6, .h6 {
    font-size: 1.6rem; } }

a {
  line-height: inherit;
  color: #1779ba;
  text-decoration: none;
  cursor: pointer; }
  a:hover, a:focus {
    color: #1468a0; }
  a img {
    border: 0; }

hr {
  clear: both;
  max-width: 1440px;
  height: 0;
  margin: 2rem auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #cacaca;
  border-left: 0; }

ul,
ol,
dl {
  margin-bottom: 1rem;
  list-style-position: outside;
  line-height: 1.6; }

li {
  font-size: inherit; }

ul {
  margin-left: 1.25rem;
  list-style-type: disc; }

ol {
  margin-left: 1.25rem; }

ul ul, ol ul, ul ol, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0; }

dl {
  margin-bottom: 1rem; }
  dl dt {
    margin-bottom: 0.3rem;
    font-weight: bold; }

blockquote {
  margin: 0 0 1rem;
  padding: 0.9rem 2rem 0 1.9rem;
  border-left: 1px solid #cacaca; }
  blockquote, blockquote p {
    line-height: 1.6;
    color: #8a8a8a; }

cite {
  display: block;
  font-size: 1.3rem;
  color: #8a8a8a; }
  cite:before {
    content: "\2014   "; }

abbr, abbr[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
  text-decoration: none; }

figure {
  margin: 0; }

code {
  padding: 0.2rem 0.5rem 0.1rem;
  border: 1px solid #cacaca;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #000; }

kbd {
  margin: 0;
  padding: 0.2rem 0.4rem 0;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  color: #000; }

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #8a8a8a; }

.lead {
  font-size: 78.125%;
  line-height: 1.6; }

.stat {
  font-size: 2.5rem;
  line-height: 1; }
  p + .stat {
    margin-top: -1rem; }

ul.no-bullet, ol.no-bullet {
  margin-left: 0;
  list-style: none; }

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

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

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

.text-justify {
  text-align: justify; }

@media print, screen and (min-width: 48em) {
  .medium-text-left {
    text-align: left; }
  .medium-text-right {
    text-align: right; }
  .medium-text-center {
    text-align: center; }
  .medium-text-justify {
    text-align: justify; } }

@media print, screen and (min-width: 70em) {
  .large-text-left {
    text-align: left; }
  .large-text-right {
    text-align: right; }
  .large-text-center {
    text-align: center; }
  .large-text-justify {
    text-align: justify; } }

@media screen and (min-width: 96.875em) {
  .xlarge-text-left {
    text-align: left; }
  .xlarge-text-right {
    text-align: right; }
  .xlarge-text-center {
    text-align: center; }
  .xlarge-text-justify {
    text-align: justify; } }

.show-for-print {
  display: none !important; }

@media print {
  * {
    background: transparent !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    color: black !important;
    text-shadow: none !important; }
  .show-for-print {
    display: block !important; }
  .hide-for-print {
    display: none !important; }
  table.show-for-print {
    display: table !important; }
  thead.show-for-print {
    display: table-header-group !important; }
  tbody.show-for-print {
    display: table-row-group !important; }
  tr.show-for-print {
    display: table-row !important; }
  td.show-for-print {
    display: table-cell !important; }
  th.show-for-print {
    display: table-cell !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  .ir a:after,
  a[href^='javascript:']:after,
  a[href^='#']:after {
    content: ''; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  pre,
  blockquote {
    border: 1px solid #8a8a8a;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .print-break-inside {
    page-break-inside: auto; } }

.hide {
  display: none !important; }

.invisible {
  visibility: hidden; }

@media screen and (max-width: 47.99875em) {
  .hide-for-small-only {
    display: none !important; } }

@media screen and (max-width: 0em), screen and (min-width: 48em) {
  .show-for-small-only {
    display: none !important; } }

@media print, screen and (min-width: 48em) {
  .hide-for-medium {
    display: none !important; } }

@media screen and (max-width: 47.99875em) {
  .show-for-medium {
    display: none !important; } }

@media screen and (min-width: 48em) and (max-width: 69.99875em) {
  .hide-for-medium-only {
    display: none !important; } }

@media screen and (max-width: 47.99875em), screen and (min-width: 70em) {
  .show-for-medium-only {
    display: none !important; } }

@media print, screen and (min-width: 70em) {
  .hide-for-large {
    display: none !important; } }

@media screen and (max-width: 69.99875em) {
  .show-for-large {
    display: none !important; } }

@media screen and (min-width: 70em) and (max-width: 96.87375em) {
  .hide-for-large-only {
    display: none !important; } }

@media screen and (max-width: 69.99875em), screen and (min-width: 96.875em) {
  .show-for-large-only {
    display: none !important; } }

@media screen and (min-width: 96.875em) {
  .hide-for-xlarge {
    display: none !important; } }

@media screen and (max-width: 96.87375em) {
  .show-for-xlarge {
    display: none !important; } }

@media screen and (min-width: 96.875em) and (max-width: 103.12375em) {
  .hide-for-xlarge-only {
    display: none !important; } }

@media screen and (max-width: 96.87375em), screen and (min-width: 103.125em) {
  .show-for-xlarge-only {
    display: none !important; } }

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal; }

.show-for-landscape,
.hide-for-portrait {
  display: block !important; }
  @media screen and (orientation: landscape) {
    .show-for-landscape,
    .hide-for-portrait {
      display: block !important; } }
  @media screen and (orientation: portrait) {
    .show-for-landscape,
    .hide-for-portrait {
      display: none !important; } }

.hide-for-landscape,
.show-for-portrait {
  display: none !important; }
  @media screen and (orientation: landscape) {
    .hide-for-landscape,
    .show-for-portrait {
      display: none !important; } }
  @media screen and (orientation: portrait) {
    .hide-for-landscape,
    .show-for-portrait {
      display: block !important; } }

html.touch .hide--touch {
  display: none !important; }

html.mobile .hide--mobile {
  display: none !important; }

html.tablet .hide--tablet {
  display: none !important; }

html .png {
  display: none; }

html.no-svg .svg {
  display: none; }

html.no-svg .png {
  display: block; }

.table {
  display: table;
  width: 100%;
  height: 100%; }

.cell {
  display: table-cell;
  vertical-align: middle; }

[class*="vh--"] {
  position: relative; }

.vh--min--5 {
  min-height: 5vh; }

.vh--5 {
  height: 5vh; }

.vh--min--10 {
  min-height: 10vh; }

.vh--10 {
  height: 10vh; }

.vh--min--15 {
  min-height: 15vh; }

.vh--15 {
  height: 15vh; }

.vh--min--20 {
  min-height: 20vh; }

.vh--20 {
  height: 20vh; }

.vh--min--25 {
  min-height: 25vh; }

.vh--25 {
  height: 25vh; }

.vh--min--30 {
  min-height: 30vh; }

.vh--30 {
  height: 30vh; }

.vh--min--35 {
  min-height: 35vh; }

.vh--35 {
  height: 35vh; }

.vh--min--40 {
  min-height: 40vh; }

.vh--40 {
  height: 40vh; }

.vh--min--45 {
  min-height: 45vh; }

.vh--45 {
  height: 45vh; }

.vh--min--50 {
  min-height: 50vh; }

.vh--50 {
  height: 50vh; }

.vh--min--55 {
  min-height: 55vh; }

.vh--55 {
  height: 55vh; }

.vh--min--60 {
  min-height: 60vh; }

.vh--60 {
  height: 60vh; }

.vh--min--65 {
  min-height: 65vh; }

.vh--65 {
  height: 65vh; }

.vh--min--70 {
  min-height: 70vh; }

.vh--70 {
  height: 70vh; }

.vh--min--75 {
  min-height: 75vh; }

.vh--75 {
  height: 75vh; }

.vh--min--80 {
  min-height: 80vh; }

.vh--80 {
  height: 80vh; }

.vh--min--85 {
  min-height: 85vh; }

.vh--85 {
  height: 85vh; }

.vh--min--90 {
  min-height: 90vh; }

.vh--90 {
  height: 90vh; }

.vh--min--95 {
  min-height: 95vh; }

.vh--95 {
  height: 95vh; }

.vh--min--100 {
  min-height: 100vh; }
  @media (height: 628px) and (orientation: portrait) {
    .vh--min--100 {
      min-height: 628px; } }
  @media (height: 414px) and (width: 736px) and (orientation: landscape) {
    .vh--min--100 {
      min-height: 370px; } }
  @media (height: 559px) and (orientation: portrait) {
    .vh--min--100 {
      min-height: 559px; } }
  @media (height: 375px) and (width: 667px) and (orientation: landscape) {
    .vh--min--100 {
      min-height: 331px; } }
  @media (height: 460px) and (orientation: portrait) {
    .vh--min--100 {
      min-height: 460px; } }
  @media (height: 320px) and (width: 568px) and (orientation: landscape) {
    .vh--min--100 {
      min-height: 232px; } }
  @media (height: 372px) and (orientation: portrait) {
    .vh--min--100 {
      min-height: 372px; } }
  @media (height: 320px) and (width: 480px) and (orientation: landscape) {
    .vh--min--100 {
      min-height: 232px; } }

.vh--100 {
  height: 100vh; }
  @media (height: 628px) and (orientation: portrait) {
    .vh--100 {
      height: 628px; } }
  @media (height: 414px) and (width: 736px) and (orientation: landscape) {
    .vh--100 {
      height: 370px; } }
  @media (height: 559px) and (orientation: portrait) {
    .vh--100 {
      height: 559px; } }
  @media (height: 375px) and (width: 667px) and (orientation: landscape) {
    .vh--100 {
      height: 331px; } }
  @media (height: 460px) and (orientation: portrait) {
    .vh--100 {
      height: 460px; } }
  @media (height: 320px) and (width: 568px) and (orientation: landscape) {
    .vh--100 {
      height: 232px; } }
  @media (height: 372px) and (orientation: portrait) {
    .vh--100 {
      height: 372px; } }
  @media (height: 320px) and (width: 480px) and (orientation: landscape) {
    .vh--100 {
      height: 232px; } }

[class*="va--"] {
  position: absolute; }

.va--center {
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%); }

.pad--1 {
  padding-top: 1rem;
  padding-bottom: 1rem; }

.pad--top--1 {
  padding-top: 1rem; }

.pad--bottom--1 {
  padding-bottom: 1rem; }

.pad--2 {
  padding-top: 2rem;
  padding-bottom: 2rem; }

.pad--top--2 {
  padding-top: 2rem; }

.pad--bottom--2 {
  padding-bottom: 2rem; }

.pad--3 {
  padding-top: 3rem;
  padding-bottom: 3rem; }

.pad--top--3 {
  padding-top: 3rem; }

.pad--bottom--3 {
  padding-bottom: 3rem; }

.pad--4 {
  padding-top: 4rem;
  padding-bottom: 4rem; }

.pad--top--4 {
  padding-top: 4rem; }

.pad--bottom--4 {
  padding-bottom: 4rem; }

.pad--5 {
  padding-top: 5rem;
  padding-bottom: 5rem; }

.pad--top--5 {
  padding-top: 5rem; }

.pad--bottom--5 {
  padding-bottom: 5rem; }

.pad--6 {
  padding-top: 6rem;
  padding-bottom: 6rem; }

.pad--top--6 {
  padding-top: 6rem; }

.pad--bottom--6 {
  padding-bottom: 6rem; }

.pad--7 {
  padding-top: 7rem;
  padding-bottom: 7rem; }

.pad--top--7 {
  padding-top: 7rem; }

.pad--bottom--7 {
  padding-bottom: 7rem; }

.pad--8 {
  padding-top: 8rem;
  padding-bottom: 8rem; }

.pad--top--8 {
  padding-top: 8rem; }

.pad--bottom--8 {
  padding-bottom: 8rem; }

.pad--9 {
  padding-top: 9rem;
  padding-bottom: 9rem; }

.pad--top--9 {
  padding-top: 9rem; }

.pad--bottom--9 {
  padding-bottom: 9rem; }

.pad--10 {
  padding-top: 10rem;
  padding-bottom: 10rem; }

.pad--top--10 {
  padding-top: 10rem; }

.pad--bottom--10 {
  padding-bottom: 10rem; }

.pad--11 {
  padding-top: 11rem;
  padding-bottom: 11rem; }

.pad--top--11 {
  padding-top: 11rem; }

.pad--bottom--11 {
  padding-bottom: 11rem; }

.pad--12 {
  padding-top: 12rem;
  padding-bottom: 12rem; }

.pad--top--12 {
  padding-top: 12rem; }

.pad--bottom--12 {
  padding-bottom: 12rem; }

.pad--13 {
  padding-top: 13rem;
  padding-bottom: 13rem; }

.pad--top--13 {
  padding-top: 13rem; }

.pad--bottom--13 {
  padding-bottom: 13rem; }

.pad--14 {
  padding-top: 14rem;
  padding-bottom: 14rem; }

.pad--top--14 {
  padding-top: 14rem; }

.pad--bottom--14 {
  padding-bottom: 14rem; }

.pad--15 {
  padding-top: 15rem;
  padding-bottom: 15rem; }

.pad--top--15 {
  padding-top: 15rem; }

.pad--bottom--15 {
  padding-bottom: 15rem; }

.pad--16 {
  padding-top: 16rem;
  padding-bottom: 16rem; }

.pad--top--16 {
  padding-top: 16rem; }

.pad--bottom--16 {
  padding-bottom: 16rem; }

.pad--17 {
  padding-top: 17rem;
  padding-bottom: 17rem; }

.pad--top--17 {
  padding-top: 17rem; }

.pad--bottom--17 {
  padding-bottom: 17rem; }

.pad--18 {
  padding-top: 18rem;
  padding-bottom: 18rem; }

.pad--top--18 {
  padding-top: 18rem; }

.pad--bottom--18 {
  padding-bottom: 18rem; }

.pad--19 {
  padding-top: 19rem;
  padding-bottom: 19rem; }

.pad--top--19 {
  padding-top: 19rem; }

.pad--bottom--19 {
  padding-bottom: 19rem; }

.pad--20 {
  padding-top: 20rem;
  padding-bottom: 20rem; }

.pad--top--20 {
  padding-top: 20rem; }

.pad--bottom--20 {
  padding-bottom: 20rem; }

.pad--21 {
  padding-top: 21rem;
  padding-bottom: 21rem; }

.pad--top--21 {
  padding-top: 21rem; }

.pad--bottom--21 {
  padding-bottom: 21rem; }

.pad--22 {
  padding-top: 22rem;
  padding-bottom: 22rem; }

.pad--top--22 {
  padding-top: 22rem; }

.pad--bottom--22 {
  padding-bottom: 22rem; }

.pad--23 {
  padding-top: 23rem;
  padding-bottom: 23rem; }

.pad--top--23 {
  padding-top: 23rem; }

.pad--bottom--23 {
  padding-bottom: 23rem; }

.pad--24 {
  padding-top: 24rem;
  padding-bottom: 24rem; }

.pad--top--24 {
  padding-top: 24rem; }

.pad--bottom--24 {
  padding-bottom: 24rem; }

.pad--25 {
  padding-top: 25rem;
  padding-bottom: 25rem; }

.pad--top--25 {
  padding-top: 25rem; }

.pad--bottom--25 {
  padding-bottom: 25rem; }

.pad--26 {
  padding-top: 26rem;
  padding-bottom: 26rem; }

.pad--top--26 {
  padding-top: 26rem; }

.pad--bottom--26 {
  padding-bottom: 26rem; }

.pad--27 {
  padding-top: 27rem;
  padding-bottom: 27rem; }

.pad--top--27 {
  padding-top: 27rem; }

.pad--bottom--27 {
  padding-bottom: 27rem; }

.pad--28 {
  padding-top: 28rem;
  padding-bottom: 28rem; }

.pad--top--28 {
  padding-top: 28rem; }

.pad--bottom--28 {
  padding-bottom: 28rem; }

.pad--29 {
  padding-top: 29rem;
  padding-bottom: 29rem; }

.pad--top--29 {
  padding-top: 29rem; }

.pad--bottom--29 {
  padding-bottom: 29rem; }

.pad--30 {
  padding-top: 30rem;
  padding-bottom: 30rem; }

.pad--top--30 {
  padding-top: 30rem; }

.pad--bottom--30 {
  padding-bottom: 30rem; }

.margin--1 {
  margin-top: 1rem;
  margin-bottom: 1rem; }

.margin--top--1 {
  margin-top: 1rem; }

.margin--bottom--1 {
  margin-bottom: 1rem; }

.margin--minus--1 {
  margin-top: -1rem;
  margin-bottom: -1rem; }

.margin--top--minus--1 {
  margin-top: -1rem; }

.margin--bottom--minus--1 {
  margin-bottom: -1rem; }

.margin--2 {
  margin-top: 2rem;
  margin-bottom: 2rem; }

.margin--top--2 {
  margin-top: 2rem; }

.margin--bottom--2 {
  margin-bottom: 2rem; }

.margin--minus--2 {
  margin-top: -2rem;
  margin-bottom: -2rem; }

.margin--top--minus--2 {
  margin-top: -2rem; }

.margin--bottom--minus--2 {
  margin-bottom: -2rem; }

.margin--3 {
  margin-top: 3rem;
  margin-bottom: 3rem; }

.margin--top--3 {
  margin-top: 3rem; }

.margin--bottom--3 {
  margin-bottom: 3rem; }

.margin--minus--3 {
  margin-top: -3rem;
  margin-bottom: -3rem; }

.margin--top--minus--3 {
  margin-top: -3rem; }

.margin--bottom--minus--3 {
  margin-bottom: -3rem; }

.margin--4 {
  margin-top: 4rem;
  margin-bottom: 4rem; }

.margin--top--4 {
  margin-top: 4rem; }

.margin--bottom--4 {
  margin-bottom: 4rem; }

.margin--minus--4 {
  margin-top: -4rem;
  margin-bottom: -4rem; }

.margin--top--minus--4 {
  margin-top: -4rem; }

.margin--bottom--minus--4 {
  margin-bottom: -4rem; }

.margin--5 {
  margin-top: 5rem;
  margin-bottom: 5rem; }

.margin--top--5 {
  margin-top: 5rem; }

.margin--bottom--5 {
  margin-bottom: 5rem; }

.margin--minus--5 {
  margin-top: -5rem;
  margin-bottom: -5rem; }

.margin--top--minus--5 {
  margin-top: -5rem; }

.margin--bottom--minus--5 {
  margin-bottom: -5rem; }

.margin--6 {
  margin-top: 6rem;
  margin-bottom: 6rem; }

.margin--top--6 {
  margin-top: 6rem; }

.margin--bottom--6 {
  margin-bottom: 6rem; }

.margin--minus--6 {
  margin-top: -6rem;
  margin-bottom: -6rem; }

.margin--top--minus--6 {
  margin-top: -6rem; }

.margin--bottom--minus--6 {
  margin-bottom: -6rem; }

.margin--7 {
  margin-top: 7rem;
  margin-bottom: 7rem; }

.margin--top--7 {
  margin-top: 7rem; }

.margin--bottom--7 {
  margin-bottom: 7rem; }

.margin--minus--7 {
  margin-top: -7rem;
  margin-bottom: -7rem; }

.margin--top--minus--7 {
  margin-top: -7rem; }

.margin--bottom--minus--7 {
  margin-bottom: -7rem; }

.margin--8 {
  margin-top: 8rem;
  margin-bottom: 8rem; }

.margin--top--8 {
  margin-top: 8rem; }

.margin--bottom--8 {
  margin-bottom: 8rem; }

.margin--minus--8 {
  margin-top: -8rem;
  margin-bottom: -8rem; }

.margin--top--minus--8 {
  margin-top: -8rem; }

.margin--bottom--minus--8 {
  margin-bottom: -8rem; }

.margin--9 {
  margin-top: 9rem;
  margin-bottom: 9rem; }

.margin--top--9 {
  margin-top: 9rem; }

.margin--bottom--9 {
  margin-bottom: 9rem; }

.margin--minus--9 {
  margin-top: -9rem;
  margin-bottom: -9rem; }

.margin--top--minus--9 {
  margin-top: -9rem; }

.margin--bottom--minus--9 {
  margin-bottom: -9rem; }

.margin--10 {
  margin-top: 10rem;
  margin-bottom: 10rem; }

.margin--top--10 {
  margin-top: 10rem; }

.margin--bottom--10 {
  margin-bottom: 10rem; }

.margin--minus--10 {
  margin-top: -10rem;
  margin-bottom: -10rem; }

.margin--top--minus--10 {
  margin-top: -10rem; }

.margin--bottom--minus--10 {
  margin-bottom: -10rem; }

[class*="anchor--"] {
  position: absolute !important; }
  [class*="anchor--"].anchor--fixed {
    position: fixed !important; }

.anchor--top {
  top: 0;
  left: 0;
  right: 0;
  margin: auto; }

.anchor--bottom {
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto; }

.pointer--none {
  pointer-events: none; }

.pointer--auto {
  pointer-events: auto; }

[class*="z--"] {
  position: relative; }

.z--0 {
  z-index: 0; }

.z--1 {
  z-index: 1; }

.z--2 {
  z-index: 2; }

.z--3 {
  z-index: 3; }

.z--4 {
  z-index: 4; }

.z--5 {
  z-index: 5; }

.z--6 {
  z-index: 6; }

.z--7 {
  z-index: 7; }

.z--8 {
  z-index: 8; }

.z--9 {
  z-index: 9; }

.z--10 {
  z-index: 10; }

.z--11 {
  z-index: 11; }

.z--12 {
  z-index: 12; }

.z--13 {
  z-index: 13; }

.z--14 {
  z-index: 14; }

.z--15 {
  z-index: 15; }

.z--16 {
  z-index: 16; }

.z--17 {
  z-index: 17; }

.z--18 {
  z-index: 18; }

.z--19 {
  z-index: 19; }

.z--20 {
  z-index: 20; }

.z--21 {
  z-index: 21; }

.z--22 {
  z-index: 22; }

.z--23 {
  z-index: 23; }

.z--24 {
  z-index: 24; }

.z--25 {
  z-index: 25; }

.z--26 {
  z-index: 26; }

.z--27 {
  z-index: 27; }

.z--28 {
  z-index: 28; }

.z--29 {
  z-index: 29; }

.z--30 {
  z-index: 30; }

.z--31 {
  z-index: 31; }

.z--32 {
  z-index: 32; }

.z--33 {
  z-index: 33; }

.z--34 {
  z-index: 34; }

.z--35 {
  z-index: 35; }

.z--36 {
  z-index: 36; }

.z--37 {
  z-index: 37; }

.z--38 {
  z-index: 38; }

.z--39 {
  z-index: 39; }

.z--40 {
  z-index: 40; }

.z--41 {
  z-index: 41; }

.z--42 {
  z-index: 42; }

.z--43 {
  z-index: 43; }

.z--44 {
  z-index: 44; }

.z--45 {
  z-index: 45; }

.z--46 {
  z-index: 46; }

.z--47 {
  z-index: 47; }

.z--48 {
  z-index: 48; }

.z--49 {
  z-index: 49; }

.z--50 {
  z-index: 50; }

.z--51 {
  z-index: 51; }

.z--52 {
  z-index: 52; }

.z--53 {
  z-index: 53; }

.z--54 {
  z-index: 54; }

.z--55 {
  z-index: 55; }

.z--56 {
  z-index: 56; }

.z--57 {
  z-index: 57; }

.z--58 {
  z-index: 58; }

.z--59 {
  z-index: 59; }

.z--60 {
  z-index: 60; }

.z--61 {
  z-index: 61; }

.z--62 {
  z-index: 62; }

.z--63 {
  z-index: 63; }

.z--64 {
  z-index: 64; }

.z--65 {
  z-index: 65; }

.z--66 {
  z-index: 66; }

.z--67 {
  z-index: 67; }

.z--68 {
  z-index: 68; }

.z--69 {
  z-index: 69; }

.z--70 {
  z-index: 70; }

.z--71 {
  z-index: 71; }

.z--72 {
  z-index: 72; }

.z--73 {
  z-index: 73; }

.z--74 {
  z-index: 74; }

.z--75 {
  z-index: 75; }

.z--76 {
  z-index: 76; }

.z--77 {
  z-index: 77; }

.z--78 {
  z-index: 78; }

.z--79 {
  z-index: 79; }

.z--80 {
  z-index: 80; }

.z--81 {
  z-index: 81; }

.z--82 {
  z-index: 82; }

.z--83 {
  z-index: 83; }

.z--84 {
  z-index: 84; }

.z--85 {
  z-index: 85; }

.z--86 {
  z-index: 86; }

.z--87 {
  z-index: 87; }

.z--88 {
  z-index: 88; }

.z--89 {
  z-index: 89; }

.z--90 {
  z-index: 90; }

.z--91 {
  z-index: 91; }

.z--92 {
  z-index: 92; }

.z--93 {
  z-index: 93; }

.z--94 {
  z-index: 94; }

.z--95 {
  z-index: 95; }

.z--96 {
  z-index: 96; }

.z--97 {
  z-index: 97; }

.z--98 {
  z-index: 98; }

.z--99 {
  z-index: 99; }

.z--100 {
  z-index: 100; }

/* Make clicks pass-through */
#loading-bar,
#loading-bar-spinner {
  pointer-events: none;
  -webkit-pointer-events: none;
  -webkit-transition: 350ms linear all;
  -moz-transition: 350ms linear all;
  -o-transition: 350ms linear all;
  transition: 350ms linear all; }

#loading-bar.ng-enter,
#loading-bar.ng-leave.ng-leave-active,
#loading-bar-spinner.ng-enter,
#loading-bar-spinner.ng-leave.ng-leave-active {
  opacity: 0; }

#loading-bar.ng-enter.ng-enter-active,
#loading-bar.ng-leave,
#loading-bar-spinner.ng-enter.ng-enter-active,
#loading-bar-spinner.ng-leave {
  opacity: 1; }

#loading-bar .bar {
  -webkit-transition: width 350ms;
  -moz-transition: width 350ms;
  -o-transition: width 350ms;
  transition: width 350ms;
  background: #000;
  position: fixed;
  z-index: 10002;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  border-bottom-right-radius: 1px;
  border-top-right-radius: 1px; }

/* Fancy blur effect */
#loading-bar .peg {
  position: absolute;
  width: 70px;
  right: 0;
  top: 0;
  height: 2px;
  opacity: .45;
  -moz-box-shadow: #000 1px 0 6px 1px;
  -ms-box-shadow: #000 1px 0 6px 1px;
  -webkit-box-shadow: #000 1px 0 6px 1px;
  box-shadow: #000 1px 0 6px 1px;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%; }

#loading-bar-spinner {
  display: block;
  position: fixed;
  z-index: 10002;
  top: 10px;
  left: 10px; }

#loading-bar-spinner .spinner-icon {
  width: 14px;
  height: 14px;
  border: solid 2px transparent;
  border-top-color: #000;
  border-left-color: #000;
  border-radius: 10px;
  -webkit-animation: loading-bar-spinner 400ms linear infinite;
  -moz-animation: loading-bar-spinner 400ms linear infinite;
  -ms-animation: loading-bar-spinner 400ms linear infinite;
  -o-animation: loading-bar-spinner 400ms linear infinite;
  animation: loading-bar-spinner 400ms linear infinite; }

@-webkit-keyframes loading-bar-spinner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-moz-keyframes loading-bar-spinner {
  0% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-o-keyframes loading-bar-spinner {
  0% {
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-ms-keyframes loading-bar-spinner {
  0% {
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -ms-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes loading-bar-spinner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.animated {
  -webkit-animation-duration: 500ms;
          animation-duration: 500ms;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both; }

@-webkit-keyframes flash {
  0%, 100% {
    opacity: 1; }
  50% {
    opacity: 0; } }

@keyframes flash {
  0%, 100% {
    opacity: 1; }
  50% {
    opacity: 0; } }

.flash {
  -webkit-animation-name: flash;
          animation-name: flash; }

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }
  25%, 75% {
    -webkit-transform: translate3d(-3px, 0, 0);
            transform: translate3d(-3px, 0, 0); }
  50% {
    -webkit-transform: translate3d(3px, 0, 0);
            transform: translate3d(3px, 0, 0); } }

@keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }
  25%, 75% {
    -webkit-transform: translate3d(-3px, 0, 0);
            transform: translate3d(-3px, 0, 0); }
  50% {
    -webkit-transform: translate3d(3px, 0, 0);
            transform: translate3d(3px, 0, 0); } }

.shake {
  -webkit-animation-name: shake;
          animation-name: shake; }

html *::selection {
  color: white;
  background: #000; }

html *::-moz-selection {
  color: white;
  background: #000; }

html *:active {
  outline: none; }

html {
  overflow-x: hidden;
  overflow-y: scroll; }
  html ::-webkit-scrollbar {
    width: 0px;
    height: 0px; }
  html ::-webkit-scrollbar, html ::-webkit-scrollbar-track, html ::-webkit-scrollbar-track-piece {
    background-color: #fff;
    -webkit-box-shadow: inset 1px 0.5px 4px rgba(100, 100, 100, 0.2);
            box-shadow: inset 1px 0.5px 4px rgba(100, 100, 100, 0.2); }
  html ::-webkit-scrollbar-thumb {
    background-color: rgba(179, 179, 179, 0.9);
    border-radius: 0px;
    border-left: 0px solid white;
    -webkit-box-shadow: inset 1px 0.5px 4px rgba(100, 100, 100, 0.2);
            box-shadow: inset 1px 0.5px 4px rgba(100, 100, 100, 0.2); }
    html ::-webkit-scrollbar-thumb:hover {
      background-color: #b3b3b3; }

html.loading {
  cursor: url(/img/cursor-loading.png) 35 50, wait; }
  html.loading body {
    pointer-events: none; }

body {
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility; }
  body.no-transitions * {
    -webkit-transition-duration: 0 !important;
            transition-duration: 0 !important; }

article, figure, nav {
  margin: 0;
  padding: 0; }

iframe {
  border: none;
  width: 100%;
  height: 100%; }

input, select {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility; }

img, video {
  border: none;
  vertical-align: bottom;
  max-width: 100%; }

ul {
  font-size: inherit;
  list-style: none;
  margin: 0;
  padding: 0; }

a {
  color: currentColor; }
  a:hover, a:focus, a:active {
    color: currentColor; }

/* Fonts */
/* Typography */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Sofia W01', Futura, Arial, Helvetica, sans-serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 100%;
  text-transform: uppercase;
  margin: 0; }

h2 {
  font-size: 2.6rem; }
  @media print, screen and (min-width: 48em) {
    h2 {
      font-size: 3.6rem; } }

h3 {
  font-size: 2.6rem; }

h4 {
  font-size: 1.8rem;
  text-transform: capitalize; }

h6 {
  font-size: 1.4rem; }

p {
  font-family: 'Sofia W01', Futura, Arial, Helvetica, sans-serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 140%;
  font-size: 2.6rem;
  cursor: url(/img/cursor-select-text.png) 24 50, pointer; }
  p.type-small, .type-small p {
    font-size: 1.5rem; }
    p.type-small:not(:last-child), .type-small p:not(:last-child) {
      margin-bottom: 2rem; }
    @media screen and (min-width: 96.875em) {
      p.type-small, .type-small p {
        font-size: 2.6rem; }
        p.type-small:not(:last-child), .type-small p:not(:last-child) {
          margin-bottom: 2.6rem; } }
  p.type-large, .type-large p {
    font-size: 1.5rem; }
    p.type-large:not(:last-child), .type-large p:not(:last-child) {
      margin-bottom: 1.8rem; }
    @media print, screen and (min-width: 48em) {
      p.type-large, .type-large p {
        font-size: 2.6rem; }
        p.type-large:not(:last-child), .type-large p:not(:last-child) {
          margin-bottom: 2.6rem; } }
    @media screen and (min-width: 96.875em) {
      p.type-large, .type-large p {
        font-size: 3.2rem; }
        p.type-large:not(:last-child), .type-large p:not(:last-child) {
          margin-bottom: 3.2rem; } }
    @media screen and (min-width: 96.875em) {
      p.type-large, .type-large p {
        font-size: 3.6rem; }
        p.type-large:not(:last-child), .type-large p:not(:last-child) {
          margin-bottom: 3.6rem; } }
  p a {
    border-bottom: 2px solid currentColor; }

.gsapify-router-in-end {
  -webkit-transform: none !important;
      -ms-transform: none !important;
          transform: none !important; }

html {
  cursor: url(/img/cursor-default.png) 0 0, default; }

a {
  cursor: url(/img/cursor-default.png) 0 0, pointer; }

[ui-view] {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  width: 100vw;
  min-height: 100%; }

[images-loaded],
.images-loaded {
  opacity: 0; }

.row--fill {
  max-width: 100%; }

app {
  background: white; }

/*# sourceMappingURL=bundle.css.map*/