@import url(https://fonts.googleapis.com/css?family=Karla);@charset "UTF-8";
/*------------------------------------*\
    ABSTRACT: VARIABLES
\*------------------------------------*/
/**
 * Font Stacks descr
 *
 * @section Font Stacks
 * @sectionof Variables
 *
 * @example
 *
 */
/**
 * Colors descr
 *
 * @section Colors
 * @sectionof Variables
 *
 * @example
 *
 */
/**
 * Transitions descr
 *
 * @section Transitions
 * @sectionof Variables
 *
 * @example
 *
 */
/**
 * Options descr
 *
 * @section Options
 * @sectionof Variables
 *
 * @example
 *
 */
/**
 * Components descr
 *
 * @section Components
 * @sectionof Variables
 *
 * @examples
 *
 */
/* ~12px */
/* ~14px */
/* ~20px */
/* ~24px */
/* ~30px */
/* ~63px */
/* ~42px */
/* ~36px */
/* ~30px */
/* ~28px */
/* ~24px */
/* =18px */
/* =14px */
/* 30px */
/* ~1.333 */
/**
 * Z-index
 */
/**
 * Layouts
 *
 * @section Layouts
 * @sectionof Variables
 *
 * @example
 *
 */
/**
 * Urls
 */
/*------------------------------------*\
    ABSTRACT: FUNCTIONS
\*------------------------------------*/
/*------------------------------------*\
   ABSTRACT: MIXINS
\*------------------------------------*/
/**
 * Utilities
 */
/**
 * Events
 */
/**
 * Context
 */
/*------------------------------------*\
    ABSTRACT: KEYFRAMES
\*------------------------------------*/
@-webkit-keyframes hue {
  20% {
    background-color: #a6bf40; }
  40% {
    background-color: #40bf73; }
  60% {
    background-color: #4073bf; }
  80% {
    background-color: #a640bf; }
  100% {
    background-color: #bf4040; } }
@keyframes hue {
  20% {
    background-color: #a6bf40; }
  40% {
    background-color: #40bf73; }
  60% {
    background-color: #4073bf; }
  80% {
    background-color: #a640bf; }
  100% {
    background-color: #bf4040; } }

@-webkit-keyframes hue-text {
  20% {
    color: #a6bf40; }
  40% {
    color: #40bf73; }
  60% {
    color: #4073bf; }
  80% {
    color: #a640bf; }
  100% {
    color: #bf4040; } }

@keyframes hue-text {
  20% {
    color: #a6bf40; }
  40% {
    color: #40bf73; }
  60% {
    color: #4073bf; }
  80% {
    color: #a640bf; }
  100% {
    color: #bf4040; } }

@-webkit-keyframes hue-border {
  20% {
    border-color: #a6bf40; }
  40% {
    border-color: #40bf73; }
  60% {
    border-color: #4073bf; }
  80% {
    border-color: #a640bf; }
  100% {
    border-color: #bf4040; } }

@keyframes hue-border {
  20% {
    border-color: #a6bf40; }
  40% {
    border-color: #40bf73; }
  60% {
    border-color: #4073bf; }
  80% {
    border-color: #a640bf; }
  100% {
    border-color: #bf4040; } }

/*------------------------------------*\
    ABSTRACT: LAYOUT
\*------------------------------------*/
@-webkit-keyframes animatedGif1 {
  0% {
    background-position: inherit inherit; }
  100% {
    background-position: 100% -75%; } }
@keyframes animatedGif1 {
  0% {
    background-position: inherit inherit; }
  100% {
    background-position: 100% -75%; } }

@-webkit-keyframes animatedGif2 {
  0% {
    background-position: inherit inherit; }
  100% {
    background-position: 100% 100%; } }

@keyframes animatedGif2 {
  0% {
    background-position: inherit inherit; }
  100% {
    background-position: 100% 100%; } }

@-webkit-keyframes animatedGif3 {
  0% {
    background-position: inherit inherit; }
  100% {
    background-position: 100% 0; } }

@keyframes animatedGif3 {
  0% {
    background-position: inherit inherit; }
  100% {
    background-position: 100% 0; } }

@-webkit-keyframes animatedGif4 {
  0% {
    background-position: inherit inherit; }
  100% {
    background-position: 0 100%; } }

@keyframes animatedGif4 {
  0% {
    background-position: inherit inherit; }
  100% {
    background-position: 0 100%; } }

@-webkit-keyframes animatedGif5 {
  0% {
    background-position: inherit inherit; }
  100% {
    background-position: 0 0; } }

@keyframes animatedGif5 {
  0% {
    background-position: inherit inherit; }
  100% {
    background-position: 0 0; } }

@-webkit-keyframes animatedGif6 {
  0% {
    background-position: inherit inherit; }
  100% {
    background-position: -100% 100%; } }

@keyframes animatedGif6 {
  0% {
    background-position: inherit inherit; }
  100% {
    background-position: -100% 100%; } }

@-webkit-keyframes animatedGif7 {
  0% {
    background-position: inherit inherit; }
  100% {
    background-position: 100% -100%; } }

@keyframes animatedGif7 {
  0% {
    background-position: inherit inherit; }
  100% {
    background-position: 100% -100%; } }

@-webkit-keyframes animatedGif8 {
  0% {
    background-position: inherit inherit; }
  100% {
    background-position: 0 -100%; } }

@keyframes animatedGif8 {
  0% {
    background-position: inherit inherit; }
  100% {
    background-position: 0 -100%; } }

@-webkit-keyframes animatedGif9 {
  0% {
    background-position: inherit inherit; }
  100% {
    background-position: -100% 0; } }

@keyframes animatedGif9 {
  0% {
    background-position: inherit inherit; }
  100% {
    background-position: -100% 0; } }

@-webkit-keyframes animatedGif10 {
  0% {
    background-position: inherit inherit; }
  100% {
    background-position: -100% -50%; } }

@keyframes animatedGif10 {
  0% {
    background-position: inherit inherit; }
  100% {
    background-position: -100% -50%; } }

.js-overlay {
  z-index: 1000;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100vh; }

.js-allover-gif {
  position: absolute;
  height: 100%;
  width: 100%;
  background-image: none;
  -webkit-animation: animatedGif 10s linear infinite alternate;
          animation: animatedGif 10s linear infinite alternate; }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #CCC; }

.mfp-preloader a:hover {
  color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
          box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1; }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1; }

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px; }

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px; }

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444; }

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out; }

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8; }

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0; }

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out; }

/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1; }

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0; }

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

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

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

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

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

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

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

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

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

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

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

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

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

td,
th {
  padding: 0; }

/*------------------------------------*\
    BASE: BASE
\*------------------------------------*/
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

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

body {
  overflow-x: hidden; }

/*------------------------------------*\
    BASE: BACKGROUND
\*------------------------------------*/
body {
  background-color: #bf4040;
  -webkit-animation: hue 10s infinite alternate;
          animation: hue 10s infinite alternate; }

body.t-works {
  background-color: #383838;
  -webkit-animation: none;
          animation: none; }

/*------------------------------------*\
    BASE: CANVAS
\*------------------------------------*/
.o-canvas {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0; }

/*------------------------------------*\
    BASE: FONTS
\*------------------------------------*/
@font-face {
  font-family: "WorkSans";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/work_sans/WorkSans-Light.ttf") format("truetype"); }

@font-face {
  font-family: "WorkSans";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/work_sans/WorkSans-Medium.ttf") format("truetype"); }

@font-face {
  font-family: "WorkSans";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/work_sans/WorkSans-Bold.ttf") format("truetype"); }

@font-face {
  font-family: "WorkSans";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/work_sans/WorkSans-Black.ttf") format("truetype"); }

/*------------------------------------*\
    BASE: TYPES
\*------------------------------------*/
/**
 * Reboot types margin
 */
body,
h1, h2, h3, h4, h5, h6,
p,
blockquote,
pre,
dl, dd,
ol, ul,
form, fieldset,
legend,
figure,
table,
th, td,
caption,
hr {
  margin: 0;
  padding: 0; }

b {
  font-style: normal; }

/**
 * Headings 1–6
 */
h1, h2, h3, h4, h5, h6 {
  font-weight: 700; }

h1 {
  font-size: 2.333rem;
  font-size: 2.333rem;
  line-height: 1.33333; }

h2 {
  font-size: 1.667rem;
  font-size: 1.667rem;
  line-height: 1.33333; }

h3 {
  font-size: 1.555rem;
  font-size: 1.555rem;
  line-height: 1.33333; }

h4 {
  font-size: 1.333rem;
  font-size: 1.333rem;
  line-height: 1.33333; }

h5 {
  font-size: 1rem;
  font-size: 1rem;
  line-height: 1.33333; }

h6 {
  font-size: 0.778rem;
  font-size: 0.778rem;
  line-height: 1.33333; }

p {
  margin-bottom: 40px; }

address {
  margin-bottom: 40px; }

/*------------------------------------*\
    BASE: TYPOGRAPHY
\*------------------------------------*/
html {
  font-size: 18px;
  font-size: 18px;
  line-height: 30px; }

body {
  font-family: 'Karla', sans-serif;
  color: white;
  font-weight: 500;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/*------------------------------------*\
    BASE: IMAGES
\*------------------------------------*/
/*------------------------------------*\
    BASE: LINKS
\*------------------------------------*/
a {
  cursor: pointer;
  color: white;
  text-decoration: none;
  -webkit-transition: 200ms;
  transition: 200ms; }
  a:hover, a:active, a:focus {
    text-decoration: underline; }

p a {
  text-decoration: none;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  border: 0 solid;
  border-bottom-width: 2px;
  border-color: rgba(255, 255, 255, 0.3);
  -webkit-box-shadow: inset 0 -10px 0 rgba(255, 255, 255, 0.3);
          box-shadow: inset 0 -10px 0 rgba(255, 255, 255, 0.3); }
  p a:hover, p a:active, p a:focus {
    -webkit-box-shadow: none;
            box-shadow: none;
    text-decoration: none;
    background: rgba(255, 255, 255, 0.3); }

.o-link--in-context {
  text-decoration: none;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  border: 0 solid;
  border-bottom-width: 2px;
  border-color: rgba(255, 255, 255, 0.3);
  -webkit-box-shadow: inset 0 -10px 0 rgba(255, 255, 255, 0.3);
          box-shadow: inset 0 -10px 0 rgba(255, 255, 255, 0.3); }
  .o-link--in-context:hover, .o-link--in-context:active, .o-link--in-context:focus {
    -webkit-box-shadow: none;
            box-shadow: none;
    text-decoration: none;
    background: rgba(255, 255, 255, 0.3); }

/*------------------------------------*\
    BASE: LISTS
\*------------------------------------*/
ol, ul {
  list-style: none; }

/*------------------------------------*\
    BASE: STATES
\*------------------------------------*/
/*------------------------------------*\
    LAYOUT: GRID
\*------------------------------------*/
.o-wrapper {
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px; }
  @media (min-width: 544px) {
    .o-wrapper {
      max-width: 596px; } }
  @media (min-width: 768px) {
    .o-wrapper {
      max-width: 740px; } }
  @media (min-width: 992px) {
    .o-wrapper {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .o-wrapper {
      max-width: 1200px; } }

.o-wrapper--full {
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px; }

.o-wrapper--full-vh {
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  width: 100%;
  height: 100vh; }
  @media screen and (min-width: 768px) {
    .o-wrapper--full-vh {
      height: calc( 100vh - 60px); } }
  @media (min-width: 544px) {
    .o-wrapper--full-vh {
      max-width: 596px; } }
  @media (min-width: 768px) {
    .o-wrapper--full-vh {
      max-width: 740px; } }
  @media (min-width: 992px) {
    .o-wrapper--full-vh {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .o-wrapper--full-vh {
      max-width: 1200px; } }

.o-layout {
  margin-left: -10px;
  margin-right: -10px; }
  .o-layout::after {
    content: "";
    display: table;
    clear: both; }

.o-col-1\@xs, .o-col-2\@xs, .o-col-3\@xs, .o-col-4\@xs, .o-col-5\@xs, .o-col-6\@xs, .o-col-7\@xs, .o-col-8\@xs, .o-col-9\@xs, .o-col-10\@xs, .o-col-11\@xs, .o-col-12\@xs, .o-col-1\@sm, .o-col-2\@sm, .o-col-3\@sm, .o-col-4\@sm, .o-col-5\@sm, .o-col-6\@sm, .o-col-7\@sm, .o-col-8\@sm, .o-col-9\@sm, .o-col-10\@sm, .o-col-11\@sm, .o-col-12\@sm, .o-col-1\@md, .o-col-2\@md, .o-col-3\@md, .o-col-4\@md, .o-col-5\@md, .o-col-6\@md, .o-col-7\@md, .o-col-8\@md, .o-col-9\@md, .o-col-10\@md, .o-col-11\@md, .o-col-12\@md, .o-col-1\@lg, .o-col-2\@lg, .o-col-3\@lg, .o-col-4\@lg, .o-col-5\@lg, .o-col-6\@lg, .o-col-7\@lg, .o-col-8\@lg, .o-col-9\@lg, .o-col-10\@lg, .o-col-11\@lg, .o-col-12\@lg, .o-col-1\@xl, .o-col-2\@xl, .o-col-3\@xl, .o-col-4\@xl, .o-col-5\@xl, .o-col-6\@xl, .o-col-7\@xl, .o-col-8\@xl, .o-col-9\@xl, .o-col-10\@xl, .o-col-11\@xl, .o-col-12\@xl {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px; }

.o-col-1\@xs, .o-col-2\@xs, .o-col-3\@xs, .o-col-4\@xs, .o-col-5\@xs, .o-col-6\@xs, .o-col-7\@xs, .o-col-8\@xs, .o-col-9\@xs, .o-col-10\@xs, .o-col-11\@xs, .o-col-12\@xs {
  float: left; }

.o-col-1\@xs {
  width: 8.33333%; }

.o-col-2\@xs {
  width: 16.66667%; }

.o-col-3\@xs {
  width: 25%; }

.o-col-4\@xs {
  width: 33.33333%; }

.o-col-5\@xs {
  width: 41.66667%; }

.o-col-6\@xs {
  width: 50%; }

.o-col-7\@xs {
  width: 58.33333%; }

.o-col-8\@xs {
  width: 66.66667%; }

.o-col-9\@xs {
  width: 75%; }

.o-col-10\@xs {
  width: 83.33333%; }

.o-col-11\@xs {
  width: 91.66667%; }

.o-col-12\@xs {
  width: 100%; }

.o-col--pull-0\@xs {
  right: auto; }

.o-col--pull-1\@xs {
  right: 8.33333%; }

.o-col--pull-2\@xs {
  right: 16.66667%; }

.o-col--pull-3\@xs {
  right: 25%; }

.o-col--pull-4\@xs {
  right: 33.33333%; }

.o-col--pull-5\@xs {
  right: 41.66667%; }

.o-col--pull-6\@xs {
  right: 50%; }

.o-col--pull-7\@xs {
  right: 58.33333%; }

.o-col--pull-8\@xs {
  right: 66.66667%; }

.o-col--pull-9\@xs {
  right: 75%; }

.o-col--pull-10\@xs {
  right: 83.33333%; }

.o-col--pull-11\@xs {
  right: 91.66667%; }

.o-col--pull-12\@xs {
  right: 100%; }

.o-col--push-0\@xs {
  left: auto; }

.o-col--push-1\@xs {
  left: 8.33333%; }

.o-col--push-2\@xs {
  left: 16.66667%; }

.o-col--push-3\@xs {
  left: 25%; }

.o-col--push-4\@xs {
  left: 33.33333%; }

.o-col--push-5\@xs {
  left: 41.66667%; }

.o-col--push-6\@xs {
  left: 50%; }

.o-col--push-7\@xs {
  left: 58.33333%; }

.o-col--push-8\@xs {
  left: 66.66667%; }

.o-col--push-9\@xs {
  left: 75%; }

.o-col--push-10\@xs {
  left: 83.33333%; }

.o-col--push-11\@xs {
  left: 91.66667%; }

.o-col--push-12\@xs {
  left: 100%; }

.o-col--offset-0\@xs {
  margin-left: 0%; }

.o-col--offset-1\@xs {
  margin-left: 8.33333%; }

.o-col--offset-2\@xs {
  margin-left: 16.66667%; }

.o-col--offset-3\@xs {
  margin-left: 25%; }

.o-col--offset-4\@xs {
  margin-left: 33.33333%; }

.o-col--offset-5\@xs {
  margin-left: 41.66667%; }

.o-col--offset-6\@xs {
  margin-left: 50%; }

.o-col--offset-7\@xs {
  margin-left: 58.33333%; }

.o-col--offset-8\@xs {
  margin-left: 66.66667%; }

.o-col--offset-9\@xs {
  margin-left: 75%; }

.o-col--offset-10\@xs {
  margin-left: 83.33333%; }

.o-col--offset-11\@xs {
  margin-left: 91.66667%; }

.o-col--offset-12\@xs {
  margin-left: 100%; }

.o-col--negate-left-0\@xs {
  margin-left: 0%; }

.o-col--negate-left-1\@xs {
  margin-left: -8.33333%; }

.o-col--negate-left-2\@xs {
  margin-left: -16.66667%; }

.o-col--negate-left-3\@xs {
  margin-left: -25%; }

.o-col--negate-left-4\@xs {
  margin-left: -33.33333%; }

.o-col--negate-left-5\@xs {
  margin-left: -41.66667%; }

.o-col--negate-left-6\@xs {
  margin-left: -50%; }

.o-col--negate-left-7\@xs {
  margin-left: -58.33333%; }

.o-col--negate-left-8\@xs {
  margin-left: -66.66667%; }

.o-col--negate-left-9\@xs {
  margin-left: -75%; }

.o-col--negate-left-10\@xs {
  margin-left: -83.33333%; }

.o-col--negate-left-11\@xs {
  margin-left: -91.66667%; }

.o-col--negate-left-12\@xs {
  margin-left: -100%; }

.o-col--negate-right-0\@xs {
  margin-right: 0%; }

.o-col--negate-right-1\@xs {
  margin-right: -8.33333%; }

.o-col--negate-right-2\@xs {
  margin-right: -16.66667%; }

.o-col--negate-right-3\@xs {
  margin-right: -25%; }

.o-col--negate-right-4\@xs {
  margin-right: -33.33333%; }

.o-col--negate-right-5\@xs {
  margin-right: -41.66667%; }

.o-col--negate-right-6\@xs {
  margin-right: -50%; }

.o-col--negate-right-7\@xs {
  margin-right: -58.33333%; }

.o-col--negate-right-8\@xs {
  margin-right: -66.66667%; }

.o-col--negate-right-9\@xs {
  margin-right: -75%; }

.o-col--negate-right-10\@xs {
  margin-right: -83.33333%; }

.o-col--negate-right-11\@xs {
  margin-right: -91.66667%; }

.o-col--negate-right-12\@xs {
  margin-right: -100%; }

@media (min-width: 544px) {
  .o-col-1\@sm, .o-col-2\@sm, .o-col-3\@sm, .o-col-4\@sm, .o-col-5\@sm, .o-col-6\@sm, .o-col-7\@sm, .o-col-8\@sm, .o-col-9\@sm, .o-col-10\@sm, .o-col-11\@sm, .o-col-12\@sm {
    float: left; }
  .o-col-1\@sm {
    width: 8.33333%; }
  .o-col-2\@sm {
    width: 16.66667%; }
  .o-col-3\@sm {
    width: 25%; }
  .o-col-4\@sm {
    width: 33.33333%; }
  .o-col-5\@sm {
    width: 41.66667%; }
  .o-col-6\@sm {
    width: 50%; }
  .o-col-7\@sm {
    width: 58.33333%; }
  .o-col-8\@sm {
    width: 66.66667%; }
  .o-col-9\@sm {
    width: 75%; }
  .o-col-10\@sm {
    width: 83.33333%; }
  .o-col-11\@sm {
    width: 91.66667%; }
  .o-col-12\@sm {
    width: 100%; }
  .o-col--pull-0\@sm {
    right: auto; }
  .o-col--pull-1\@sm {
    right: 8.33333%; }
  .o-col--pull-2\@sm {
    right: 16.66667%; }
  .o-col--pull-3\@sm {
    right: 25%; }
  .o-col--pull-4\@sm {
    right: 33.33333%; }
  .o-col--pull-5\@sm {
    right: 41.66667%; }
  .o-col--pull-6\@sm {
    right: 50%; }
  .o-col--pull-7\@sm {
    right: 58.33333%; }
  .o-col--pull-8\@sm {
    right: 66.66667%; }
  .o-col--pull-9\@sm {
    right: 75%; }
  .o-col--pull-10\@sm {
    right: 83.33333%; }
  .o-col--pull-11\@sm {
    right: 91.66667%; }
  .o-col--pull-12\@sm {
    right: 100%; }
  .o-col--push-0\@sm {
    left: auto; }
  .o-col--push-1\@sm {
    left: 8.33333%; }
  .o-col--push-2\@sm {
    left: 16.66667%; }
  .o-col--push-3\@sm {
    left: 25%; }
  .o-col--push-4\@sm {
    left: 33.33333%; }
  .o-col--push-5\@sm {
    left: 41.66667%; }
  .o-col--push-6\@sm {
    left: 50%; }
  .o-col--push-7\@sm {
    left: 58.33333%; }
  .o-col--push-8\@sm {
    left: 66.66667%; }
  .o-col--push-9\@sm {
    left: 75%; }
  .o-col--push-10\@sm {
    left: 83.33333%; }
  .o-col--push-11\@sm {
    left: 91.66667%; }
  .o-col--push-12\@sm {
    left: 100%; }
  .o-col--offset-0\@sm {
    margin-left: 0%; }
  .o-col--offset-1\@sm {
    margin-left: 8.33333%; }
  .o-col--offset-2\@sm {
    margin-left: 16.66667%; }
  .o-col--offset-3\@sm {
    margin-left: 25%; }
  .o-col--offset-4\@sm {
    margin-left: 33.33333%; }
  .o-col--offset-5\@sm {
    margin-left: 41.66667%; }
  .o-col--offset-6\@sm {
    margin-left: 50%; }
  .o-col--offset-7\@sm {
    margin-left: 58.33333%; }
  .o-col--offset-8\@sm {
    margin-left: 66.66667%; }
  .o-col--offset-9\@sm {
    margin-left: 75%; }
  .o-col--offset-10\@sm {
    margin-left: 83.33333%; }
  .o-col--offset-11\@sm {
    margin-left: 91.66667%; }
  .o-col--offset-12\@sm {
    margin-left: 100%; }
  .o-col--negate-left-0\@sm {
    margin-left: 0%; }
  .o-col--negate-left-1\@sm {
    margin-left: -8.33333%; }
  .o-col--negate-left-2\@sm {
    margin-left: -16.66667%; }
  .o-col--negate-left-3\@sm {
    margin-left: -25%; }
  .o-col--negate-left-4\@sm {
    margin-left: -33.33333%; }
  .o-col--negate-left-5\@sm {
    margin-left: -41.66667%; }
  .o-col--negate-left-6\@sm {
    margin-left: -50%; }
  .o-col--negate-left-7\@sm {
    margin-left: -58.33333%; }
  .o-col--negate-left-8\@sm {
    margin-left: -66.66667%; }
  .o-col--negate-left-9\@sm {
    margin-left: -75%; }
  .o-col--negate-left-10\@sm {
    margin-left: -83.33333%; }
  .o-col--negate-left-11\@sm {
    margin-left: -91.66667%; }
  .o-col--negate-left-12\@sm {
    margin-left: -100%; }
  .o-col--negate-right-0\@sm {
    margin-right: 0%; }
  .o-col--negate-right-1\@sm {
    margin-right: -8.33333%; }
  .o-col--negate-right-2\@sm {
    margin-right: -16.66667%; }
  .o-col--negate-right-3\@sm {
    margin-right: -25%; }
  .o-col--negate-right-4\@sm {
    margin-right: -33.33333%; }
  .o-col--negate-right-5\@sm {
    margin-right: -41.66667%; }
  .o-col--negate-right-6\@sm {
    margin-right: -50%; }
  .o-col--negate-right-7\@sm {
    margin-right: -58.33333%; }
  .o-col--negate-right-8\@sm {
    margin-right: -66.66667%; }
  .o-col--negate-right-9\@sm {
    margin-right: -75%; }
  .o-col--negate-right-10\@sm {
    margin-right: -83.33333%; }
  .o-col--negate-right-11\@sm {
    margin-right: -91.66667%; }
  .o-col--negate-right-12\@sm {
    margin-right: -100%; } }

@media (min-width: 768px) {
  .o-col-1\@md, .o-col-2\@md, .o-col-3\@md, .o-col-4\@md, .o-col-5\@md, .o-col-6\@md, .o-col-7\@md, .o-col-8\@md, .o-col-9\@md, .o-col-10\@md, .o-col-11\@md, .o-col-12\@md {
    float: left; }
  .o-col-1\@md {
    width: 8.33333%; }
  .o-col-2\@md {
    width: 16.66667%; }
  .o-col-3\@md {
    width: 25%; }
  .o-col-4\@md {
    width: 33.33333%; }
  .o-col-5\@md {
    width: 41.66667%; }
  .o-col-6\@md {
    width: 50%; }
  .o-col-7\@md {
    width: 58.33333%; }
  .o-col-8\@md {
    width: 66.66667%; }
  .o-col-9\@md {
    width: 75%; }
  .o-col-10\@md {
    width: 83.33333%; }
  .o-col-11\@md {
    width: 91.66667%; }
  .o-col-12\@md {
    width: 100%; }
  .o-col--pull-0\@md {
    right: auto; }
  .o-col--pull-1\@md {
    right: 8.33333%; }
  .o-col--pull-2\@md {
    right: 16.66667%; }
  .o-col--pull-3\@md {
    right: 25%; }
  .o-col--pull-4\@md {
    right: 33.33333%; }
  .o-col--pull-5\@md {
    right: 41.66667%; }
  .o-col--pull-6\@md {
    right: 50%; }
  .o-col--pull-7\@md {
    right: 58.33333%; }
  .o-col--pull-8\@md {
    right: 66.66667%; }
  .o-col--pull-9\@md {
    right: 75%; }
  .o-col--pull-10\@md {
    right: 83.33333%; }
  .o-col--pull-11\@md {
    right: 91.66667%; }
  .o-col--pull-12\@md {
    right: 100%; }
  .o-col--push-0\@md {
    left: auto; }
  .o-col--push-1\@md {
    left: 8.33333%; }
  .o-col--push-2\@md {
    left: 16.66667%; }
  .o-col--push-3\@md {
    left: 25%; }
  .o-col--push-4\@md {
    left: 33.33333%; }
  .o-col--push-5\@md {
    left: 41.66667%; }
  .o-col--push-6\@md {
    left: 50%; }
  .o-col--push-7\@md {
    left: 58.33333%; }
  .o-col--push-8\@md {
    left: 66.66667%; }
  .o-col--push-9\@md {
    left: 75%; }
  .o-col--push-10\@md {
    left: 83.33333%; }
  .o-col--push-11\@md {
    left: 91.66667%; }
  .o-col--push-12\@md {
    left: 100%; }
  .o-col--offset-0\@md {
    margin-left: 0%; }
  .o-col--offset-1\@md {
    margin-left: 8.33333%; }
  .o-col--offset-2\@md {
    margin-left: 16.66667%; }
  .o-col--offset-3\@md {
    margin-left: 25%; }
  .o-col--offset-4\@md {
    margin-left: 33.33333%; }
  .o-col--offset-5\@md {
    margin-left: 41.66667%; }
  .o-col--offset-6\@md {
    margin-left: 50%; }
  .o-col--offset-7\@md {
    margin-left: 58.33333%; }
  .o-col--offset-8\@md {
    margin-left: 66.66667%; }
  .o-col--offset-9\@md {
    margin-left: 75%; }
  .o-col--offset-10\@md {
    margin-left: 83.33333%; }
  .o-col--offset-11\@md {
    margin-left: 91.66667%; }
  .o-col--offset-12\@md {
    margin-left: 100%; }
  .o-col--negate-left-0\@md {
    margin-left: 0%; }
  .o-col--negate-left-1\@md {
    margin-left: -8.33333%; }
  .o-col--negate-left-2\@md {
    margin-left: -16.66667%; }
  .o-col--negate-left-3\@md {
    margin-left: -25%; }
  .o-col--negate-left-4\@md {
    margin-left: -33.33333%; }
  .o-col--negate-left-5\@md {
    margin-left: -41.66667%; }
  .o-col--negate-left-6\@md {
    margin-left: -50%; }
  .o-col--negate-left-7\@md {
    margin-left: -58.33333%; }
  .o-col--negate-left-8\@md {
    margin-left: -66.66667%; }
  .o-col--negate-left-9\@md {
    margin-left: -75%; }
  .o-col--negate-left-10\@md {
    margin-left: -83.33333%; }
  .o-col--negate-left-11\@md {
    margin-left: -91.66667%; }
  .o-col--negate-left-12\@md {
    margin-left: -100%; }
  .o-col--negate-right-0\@md {
    margin-right: 0%; }
  .o-col--negate-right-1\@md {
    margin-right: -8.33333%; }
  .o-col--negate-right-2\@md {
    margin-right: -16.66667%; }
  .o-col--negate-right-3\@md {
    margin-right: -25%; }
  .o-col--negate-right-4\@md {
    margin-right: -33.33333%; }
  .o-col--negate-right-5\@md {
    margin-right: -41.66667%; }
  .o-col--negate-right-6\@md {
    margin-right: -50%; }
  .o-col--negate-right-7\@md {
    margin-right: -58.33333%; }
  .o-col--negate-right-8\@md {
    margin-right: -66.66667%; }
  .o-col--negate-right-9\@md {
    margin-right: -75%; }
  .o-col--negate-right-10\@md {
    margin-right: -83.33333%; }
  .o-col--negate-right-11\@md {
    margin-right: -91.66667%; }
  .o-col--negate-right-12\@md {
    margin-right: -100%; } }

@media (min-width: 992px) {
  .o-col-1\@lg, .o-col-2\@lg, .o-col-3\@lg, .o-col-4\@lg, .o-col-5\@lg, .o-col-6\@lg, .o-col-7\@lg, .o-col-8\@lg, .o-col-9\@lg, .o-col-10\@lg, .o-col-11\@lg, .o-col-12\@lg {
    float: left; }
  .o-col-1\@lg {
    width: 8.33333%; }
  .o-col-2\@lg {
    width: 16.66667%; }
  .o-col-3\@lg {
    width: 25%; }
  .o-col-4\@lg {
    width: 33.33333%; }
  .o-col-5\@lg {
    width: 41.66667%; }
  .o-col-6\@lg {
    width: 50%; }
  .o-col-7\@lg {
    width: 58.33333%; }
  .o-col-8\@lg {
    width: 66.66667%; }
  .o-col-9\@lg {
    width: 75%; }
  .o-col-10\@lg {
    width: 83.33333%; }
  .o-col-11\@lg {
    width: 91.66667%; }
  .o-col-12\@lg {
    width: 100%; }
  .o-col--pull-0\@lg {
    right: auto; }
  .o-col--pull-1\@lg {
    right: 8.33333%; }
  .o-col--pull-2\@lg {
    right: 16.66667%; }
  .o-col--pull-3\@lg {
    right: 25%; }
  .o-col--pull-4\@lg {
    right: 33.33333%; }
  .o-col--pull-5\@lg {
    right: 41.66667%; }
  .o-col--pull-6\@lg {
    right: 50%; }
  .o-col--pull-7\@lg {
    right: 58.33333%; }
  .o-col--pull-8\@lg {
    right: 66.66667%; }
  .o-col--pull-9\@lg {
    right: 75%; }
  .o-col--pull-10\@lg {
    right: 83.33333%; }
  .o-col--pull-11\@lg {
    right: 91.66667%; }
  .o-col--pull-12\@lg {
    right: 100%; }
  .o-col--push-0\@lg {
    left: auto; }
  .o-col--push-1\@lg {
    left: 8.33333%; }
  .o-col--push-2\@lg {
    left: 16.66667%; }
  .o-col--push-3\@lg {
    left: 25%; }
  .o-col--push-4\@lg {
    left: 33.33333%; }
  .o-col--push-5\@lg {
    left: 41.66667%; }
  .o-col--push-6\@lg {
    left: 50%; }
  .o-col--push-7\@lg {
    left: 58.33333%; }
  .o-col--push-8\@lg {
    left: 66.66667%; }
  .o-col--push-9\@lg {
    left: 75%; }
  .o-col--push-10\@lg {
    left: 83.33333%; }
  .o-col--push-11\@lg {
    left: 91.66667%; }
  .o-col--push-12\@lg {
    left: 100%; }
  .o-col--offset-0\@lg {
    margin-left: 0%; }
  .o-col--offset-1\@lg {
    margin-left: 8.33333%; }
  .o-col--offset-2\@lg {
    margin-left: 16.66667%; }
  .o-col--offset-3\@lg {
    margin-left: 25%; }
  .o-col--offset-4\@lg {
    margin-left: 33.33333%; }
  .o-col--offset-5\@lg {
    margin-left: 41.66667%; }
  .o-col--offset-6\@lg {
    margin-left: 50%; }
  .o-col--offset-7\@lg {
    margin-left: 58.33333%; }
  .o-col--offset-8\@lg {
    margin-left: 66.66667%; }
  .o-col--offset-9\@lg {
    margin-left: 75%; }
  .o-col--offset-10\@lg {
    margin-left: 83.33333%; }
  .o-col--offset-11\@lg {
    margin-left: 91.66667%; }
  .o-col--offset-12\@lg {
    margin-left: 100%; }
  .o-col--negate-left-0\@lg {
    margin-left: 0%; }
  .o-col--negate-left-1\@lg {
    margin-left: -8.33333%; }
  .o-col--negate-left-2\@lg {
    margin-left: -16.66667%; }
  .o-col--negate-left-3\@lg {
    margin-left: -25%; }
  .o-col--negate-left-4\@lg {
    margin-left: -33.33333%; }
  .o-col--negate-left-5\@lg {
    margin-left: -41.66667%; }
  .o-col--negate-left-6\@lg {
    margin-left: -50%; }
  .o-col--negate-left-7\@lg {
    margin-left: -58.33333%; }
  .o-col--negate-left-8\@lg {
    margin-left: -66.66667%; }
  .o-col--negate-left-9\@lg {
    margin-left: -75%; }
  .o-col--negate-left-10\@lg {
    margin-left: -83.33333%; }
  .o-col--negate-left-11\@lg {
    margin-left: -91.66667%; }
  .o-col--negate-left-12\@lg {
    margin-left: -100%; }
  .o-col--negate-right-0\@lg {
    margin-right: 0%; }
  .o-col--negate-right-1\@lg {
    margin-right: -8.33333%; }
  .o-col--negate-right-2\@lg {
    margin-right: -16.66667%; }
  .o-col--negate-right-3\@lg {
    margin-right: -25%; }
  .o-col--negate-right-4\@lg {
    margin-right: -33.33333%; }
  .o-col--negate-right-5\@lg {
    margin-right: -41.66667%; }
  .o-col--negate-right-6\@lg {
    margin-right: -50%; }
  .o-col--negate-right-7\@lg {
    margin-right: -58.33333%; }
  .o-col--negate-right-8\@lg {
    margin-right: -66.66667%; }
  .o-col--negate-right-9\@lg {
    margin-right: -75%; }
  .o-col--negate-right-10\@lg {
    margin-right: -83.33333%; }
  .o-col--negate-right-11\@lg {
    margin-right: -91.66667%; }
  .o-col--negate-right-12\@lg {
    margin-right: -100%; } }

@media (min-width: 1200px) {
  .o-col-1\@xl, .o-col-2\@xl, .o-col-3\@xl, .o-col-4\@xl, .o-col-5\@xl, .o-col-6\@xl, .o-col-7\@xl, .o-col-8\@xl, .o-col-9\@xl, .o-col-10\@xl, .o-col-11\@xl, .o-col-12\@xl {
    float: left; }
  .o-col-1\@xl {
    width: 8.33333%; }
  .o-col-2\@xl {
    width: 16.66667%; }
  .o-col-3\@xl {
    width: 25%; }
  .o-col-4\@xl {
    width: 33.33333%; }
  .o-col-5\@xl {
    width: 41.66667%; }
  .o-col-6\@xl {
    width: 50%; }
  .o-col-7\@xl {
    width: 58.33333%; }
  .o-col-8\@xl {
    width: 66.66667%; }
  .o-col-9\@xl {
    width: 75%; }
  .o-col-10\@xl {
    width: 83.33333%; }
  .o-col-11\@xl {
    width: 91.66667%; }
  .o-col-12\@xl {
    width: 100%; }
  .o-col--pull-0\@xl {
    right: auto; }
  .o-col--pull-1\@xl {
    right: 8.33333%; }
  .o-col--pull-2\@xl {
    right: 16.66667%; }
  .o-col--pull-3\@xl {
    right: 25%; }
  .o-col--pull-4\@xl {
    right: 33.33333%; }
  .o-col--pull-5\@xl {
    right: 41.66667%; }
  .o-col--pull-6\@xl {
    right: 50%; }
  .o-col--pull-7\@xl {
    right: 58.33333%; }
  .o-col--pull-8\@xl {
    right: 66.66667%; }
  .o-col--pull-9\@xl {
    right: 75%; }
  .o-col--pull-10\@xl {
    right: 83.33333%; }
  .o-col--pull-11\@xl {
    right: 91.66667%; }
  .o-col--pull-12\@xl {
    right: 100%; }
  .o-col--push-0\@xl {
    left: auto; }
  .o-col--push-1\@xl {
    left: 8.33333%; }
  .o-col--push-2\@xl {
    left: 16.66667%; }
  .o-col--push-3\@xl {
    left: 25%; }
  .o-col--push-4\@xl {
    left: 33.33333%; }
  .o-col--push-5\@xl {
    left: 41.66667%; }
  .o-col--push-6\@xl {
    left: 50%; }
  .o-col--push-7\@xl {
    left: 58.33333%; }
  .o-col--push-8\@xl {
    left: 66.66667%; }
  .o-col--push-9\@xl {
    left: 75%; }
  .o-col--push-10\@xl {
    left: 83.33333%; }
  .o-col--push-11\@xl {
    left: 91.66667%; }
  .o-col--push-12\@xl {
    left: 100%; }
  .o-col--offset-0\@xl {
    margin-left: 0%; }
  .o-col--offset-1\@xl {
    margin-left: 8.33333%; }
  .o-col--offset-2\@xl {
    margin-left: 16.66667%; }
  .o-col--offset-3\@xl {
    margin-left: 25%; }
  .o-col--offset-4\@xl {
    margin-left: 33.33333%; }
  .o-col--offset-5\@xl {
    margin-left: 41.66667%; }
  .o-col--offset-6\@xl {
    margin-left: 50%; }
  .o-col--offset-7\@xl {
    margin-left: 58.33333%; }
  .o-col--offset-8\@xl {
    margin-left: 66.66667%; }
  .o-col--offset-9\@xl {
    margin-left: 75%; }
  .o-col--offset-10\@xl {
    margin-left: 83.33333%; }
  .o-col--offset-11\@xl {
    margin-left: 91.66667%; }
  .o-col--offset-12\@xl {
    margin-left: 100%; }
  .o-col--negate-left-0\@xl {
    margin-left: 0%; }
  .o-col--negate-left-1\@xl {
    margin-left: -8.33333%; }
  .o-col--negate-left-2\@xl {
    margin-left: -16.66667%; }
  .o-col--negate-left-3\@xl {
    margin-left: -25%; }
  .o-col--negate-left-4\@xl {
    margin-left: -33.33333%; }
  .o-col--negate-left-5\@xl {
    margin-left: -41.66667%; }
  .o-col--negate-left-6\@xl {
    margin-left: -50%; }
  .o-col--negate-left-7\@xl {
    margin-left: -58.33333%; }
  .o-col--negate-left-8\@xl {
    margin-left: -66.66667%; }
  .o-col--negate-left-9\@xl {
    margin-left: -75%; }
  .o-col--negate-left-10\@xl {
    margin-left: -83.33333%; }
  .o-col--negate-left-11\@xl {
    margin-left: -91.66667%; }
  .o-col--negate-left-12\@xl {
    margin-left: -100%; }
  .o-col--negate-right-0\@xl {
    margin-right: 0%; }
  .o-col--negate-right-1\@xl {
    margin-right: -8.33333%; }
  .o-col--negate-right-2\@xl {
    margin-right: -16.66667%; }
  .o-col--negate-right-3\@xl {
    margin-right: -25%; }
  .o-col--negate-right-4\@xl {
    margin-right: -33.33333%; }
  .o-col--negate-right-5\@xl {
    margin-right: -41.66667%; }
  .o-col--negate-right-6\@xl {
    margin-right: -50%; }
  .o-col--negate-right-7\@xl {
    margin-right: -58.33333%; }
  .o-col--negate-right-8\@xl {
    margin-right: -66.66667%; }
  .o-col--negate-right-9\@xl {
    margin-right: -75%; }
  .o-col--negate-right-10\@xl {
    margin-right: -83.33333%; }
  .o-col--negate-right-11\@xl {
    margin-right: -91.66667%; }
  .o-col--negate-right-12\@xl {
    margin-right: -100%; } }

/*------------------------------------*\
    LAYOUT: HEADER
\*------------------------------------*/
.l-header {
  margin-bottom: 20px; }
  @media screen and (min-width: 768px) {
    .l-header {
      margin-bottom: 0; } }

/*------------------------------------*\
    LAYOUT: MAIN
\*------------------------------------*/
.l-main {
  min-height: calc( 100vh - 60px); }
  @media screen and (min-width: 544px) {
    .l-main {
      min-height: calc( 100vh - 140px); } }
  @media screen and (min-width: 768px) {
    .l-main {
      min-height: calc( 100vh - 140px); } }

/*------------------------------------*\
    LAYOUT: BANDS
\*------------------------------------*/
.l-band {
  padding: 40px 0 0;
  margin-bottom: 80px; }
  @media screen and (min-width: 768px) {
    .l-band {
      padding: 80px 0 0;
      margin-bottom: 80px; } }

.l-band--work {
  background: white; }

.l-band--reverse {
  margin: 0 10px 80px;
  background-color: white; }
  @media screen and (min-width: 768px) {
    .l-band--reverse {
      margin: 0 0 80px 0; } }

/*------------------------------------*\
    LAYOUT: FEED
\*------------------------------------*/
.l-feed {
  padding: 0; }
  @media screen and (min-width: 768px) {
    .l-feed {
      padding: 80px 0 80px; } }

.l-feed--section {
  padding-right: 60px; }
  .l-feed--section h2 {
    margin-bottom: 20px; }

/*------------------------------------*\
    LAYOUT: NAVBAR
\*------------------------------------*/
.l-navbar {
  position: relative; }
  @media screen and (min-width: 768px) {
    .l-navbar {
      z-index: 1040; } }

/*------------------------------------*\
    LAYOUT: FOOTER
\*------------------------------------*/
/*------------------------------------*\
    COMPONENTS: BUTTONS
\*------------------------------------*/
.c-btn {
  display: inline-block; }

.c-btn--link {
  display: block; }

/*------------------------------------*\
    COMPONENTS: CARDS
\*------------------------------------*/
.c-card {
  height: 100%;
  width: 100%; }

.c-card--block {
  position: relative;
  margin-top: 60px; }
  @media screen and (min-width: 768px) {
    .c-card--block {
      margin-top: 120px; } }

@media screen and (min-width: 768px) {
  .c-card__link:hover .c-card__thumb, .c-card__link:active .c-card__thumb, .c-card__link:focus .c-card__thumb {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); } }

.c-card__head {
  z-index: 1000;
  position: absolute;
  top: -30px;
  left: 15px; }
  @media screen and (min-width: 768px) {
    .c-card__head {
      left: auto;
      top: -40px; } }

@media screen and (min-width: 768px) {
  .c-card__head--right, .c-card:nth-child(even) .c-card__head {
    text-align: right;
    right: 0; } }

.c-card__title {
  font-weight: 700;
  font-size: 1.667rem;
  font-size: 1.667rem;
  line-height: 1.667rem; }
  @media screen and (min-width: 768px) {
    .c-card__title {
      font-size: 3.5rem;
      font-size: 3.5rem;
      line-height: 3.5rem; } }

.c-card__thumb {
  width: 100%;
  -webkit-transition: 200ms;
  transition: 200ms; }
  .c-card__thumb + iframe {
    width: 100%; }

/*------------------------------------*\
    COMPONENTS: HEADINGS
\*------------------------------------*/
.c-heading--sub {
  color: #bf4040;
  -webkit-animation: hue-text 10s infinite alternate;
          animation: hue-text 10s infinite alternate; }

.c-heading--overlined {
  border: 0;
  border-style: solid;
  border-color: white;
  border-top-width: 4px; }

/*------------------------------------*\
    COMPONENTS: HERO
\*------------------------------------*/
.c-hero {
  height: 100%;
  width: 100%; }

.c-hero__text {
  padding: 0 10px;
  font-size: 1.667rem;
  letter-spacing: -.0125em;
  line-height: 1.667rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-weight: 700; }
  @media screen and (min-width: 768px) {
    .c-hero__text {
      padding: 0;
      font-size: 7rem;
      letter-spacing: -.0125em;
      line-height: 1.05em; } }

/*------------------------------------*\
    COMPONENTS: LINKS
\*------------------------------------*/
.c-links--alt {
  color: currentColor; }

/*------------------------------------*\
    COMPONENTS: NAVIGATION
\*------------------------------------*/
.c-nav {
  line-height: 60px; }

.c-nav__logo {
  position: fixed;
  top: 20px;
  left: 20px; }
  .c-nav__logo img {
    height: 300px;
    width: 100px; }

.c-nav__logo--fill {
  fill: white; }

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

.c-nav__item {
  margin-right: 20px;
  display: inline-block;
  text-align: center; }
  .c-nav__item:last-child {
    margin-right: 0; }

/*------------------------------------*\
    COMPONENTS: TILES
\*------------------------------------*/
.c-tile {
  color: #bf4040;
  -webkit-animation: hue-text 10s infinite alternate;
          animation: hue-text 10s infinite alternate; }

.c-tile__content {
  margin-bottom: 10px;
  padding: 15px 20px;
  border: 0;
  border-color: #bf4040;
  border-style: solid;
  border-width: 4px;
  -webkit-animation: hue-border 10s infinite alternate;
          animation: hue-border 10s infinite alternate; }
  @media screen and (min-width: 768px) {
    .c-tile__content {
      margin-bottom: 20px;
      min-height: 520px;
      max-height: 550px; } }
  @media screen and (min-width: 1200px) {
    .c-tile__content {
      margin-bottom: 0; } }

.c-tile__image {
  position: relative;
  min-height: 520px;
  max-height: 550px;
  margin-bottom: 10px;
  overflow: hidden;
  border: 0;
  border-color: white;
  border-style: solid;
  border-left-width: 10px;
  border-right-width: 10px; }
  .c-tile__image img {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    max-height: none;
    max-width: none;
    width: auto;
    height: auto;
    top: -100%;
    right: -100%;
    bottom: -100%;
    left: -100%;
    margin: auto; }
  @media screen and (min-width: 768px) {
    .c-tile__image {
      margin-bottom: 20px; } }
  @media screen and (min-width: 1200px) {
    .c-tile__image {
      margin-bottom: 0; } }

.c-work {
  background: white;
  color: #232323;
  position: relative;
  padding-bottom: 40px; }

.o-back {
  font-size: 1.667rem;
  color: white;
  position: absolute;
  top: -40px; }
  .o-back a {
    text-decoration: none; }

.c-work__header {
  margin-bottom: 60px; }

.o-embed-container {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0; }

.o-embed-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.c-work__content {
  display: grid;
  padding: 0 40px;
  grid-template-columns: 33.334% 66.667%;
  margin-bottom: 40px; }

.c-work__meta {
  padding: 60px 40px 0 0; }

.c-work__date {
  display: inline-block;
  margin-bottom: 20px; }

.c-work__categories {
  font-size: 0.778rem;
  line-height: 1.111rem; }

.c-work__link {
  color: #232323;
  text-decoration: underline; }

.c-work__grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-rows: 1fr;
  margin-bottom: 40px; }
  .c-work__grid::before {
    content: '';
    width: 0;
    padding-bottom: 100%;
    grid-row: 1 / 1;
    grid-column: 1 / 1; }
  .c-work__grid > *:first-child {
    grid-row: 1 / 1;
    grid-column: 1 / 1; }
  .c-work__grid .c-work__image-square {
    max-width: 100%;
    height: auto; }

.c-work__gallery-container {
  width: 100%;
  padding-bottom: 20px; }

/*------------------------------------*\
    BASE: HELPERS
\*------------------------------------*/
.u-clearfix::after, .o-layout__item::after, .l-feed::after {
  clear: both;
  content: '';
  display: table; }

.u-hide-text {
  overflow: hidden;
  padding: 0;
  text-indent: 101%;
  white-space: nowrap; }

.u-visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.u-w100 {
  width: 100%; }

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

.u-mb--base {
  margin-bottom: 20px; }

.u-mb--half {
  margin-bottom: 10px; }

.u-mb--ratio {
  margin-bottom: 15px; }

.u-mb--thirds {
  margin-bottom: 30px; }

.u-mb--double {
  margin-bottom: 40px; }

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

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

.u-mt--half {
  margin-top: 10px; }

.u-mt--ratio {
  margin-top: 15px; }

.u-mt--thirds {
  margin-top: 30px; }

.u-mt--double {
  margin-top: 40px; }

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

.u-link-block {
  color: inherit;
  display: block;
  cursor: pointer; }
  .u-link-block, .u-link-block:hover, .u-link-block:active, .u-link-block:focus {
    text-decoration: none;
    color: currentColor; }

.u-link-box {
  color: inherit;
  display: block;
  cursor: pointer; }
  .u-link-box, .u-link-box:hover, .u-link-box:active, .u-link-box:focus {
    text-decoration: none;
    color: currentColor; }

.u-link-sub {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  color: inherit; }
  .u-link-sub:hover, .u-link-sub:active, .u-link-sub:focus {
    color: #e20721; }

.u-link-disabled {
  pointer-events: none;
  cursor: default; }
  .u-link-disabled, .u-link-disabled:hover, .u-link-disabled:active, .u-link-disabled:focus {
    color: white; }

.u-fs-off {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto; }

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

.u-small {
  color: #c4c4c4;
  font-size: 0.667rem;
  font-size: 0.667rem;
  line-height: 0.667rem; }

.u-text-center {
  text-align: center !important; }

.u-text-left {
  text-align: left !important; }

.u-text-right {
  text-align: right !important; }

.u-block-center {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.u-block-left {
  float: left !important; }

.u-block-right {
  float: right !important; }

.u-hidden--up\@xs {
  display: none !important; }

@media (max-width: 543px) {
  .u-hidden--down\@xs {
    display: none !important; } }

@media (min-width: 544px) {
  .u-hidden--up\@sm {
    display: none !important; } }

@media (max-width: 767px) {
  .u-hidden--down\@sm {
    display: none !important; } }

@media (min-width: 768px) {
  .u-hidden--up\@md {
    display: none !important; } }

@media (max-width: 991px) {
  .u-hidden--down\@md {
    display: none !important; } }

@media (min-width: 992px) {
  .u-hidden--up\@lg {
    display: none !important; } }

@media (max-width: 1199px) {
  .u-hidden--down\@lg {
    display: none !important; } }

@media (min-width: 1200px) {
  .u-hidden--up\@xl {
    display: none !important; } }

.u-hidden--down\@xl {
  display: none !important; }

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