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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/**
 * Swiper 4.0.7
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2017 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 28, 2017
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1; }

.swiper-container-no-flexbox .swiper-slide {
  float: left; }

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform; }

.swiper-invisible-blank-slide {
  visibility: hidden; }

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto; }

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform; }

/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px; }

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x; }

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat; }

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none; }

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto; }

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto; }

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  -o-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10; }

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%; }

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33); }

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2; }

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff; }

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0); }

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform; }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform; }

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform; }

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute; }

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top; }

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top; }

.swiper-container-horizontal > .swiper-pagination-progressbar {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0; }

.swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0; }

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff; }

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25); }

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #ffffff; }

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000; }

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25); }

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000000; }

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1); }

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%; }

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%; }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0; }

.swiper-scrollbar-cursor-drag {
  cursor: move; }

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  text-align: center; }

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain; }

.swiper-slide-zoomed {
  cursor: move; }

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite; }

.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat; }

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); }

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity; }

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube {
  overflow: visible; }

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%; }

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible; }

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0; }

.swiper-container-flip {
  overflow: visible; }

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1; }

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px; }

/*
 * LAYOUT
 *
 * [1] - Using mappy breakpoints Awesome mixin
 *       https://github.com/zellwk/mappy-breakpoints
 */
/*
 * COLORS
 */
/*
 * TYPOGRAPHY
 */
/*
 * Helper by Hugo Giraudel
 * Remove the unit of a length
 *
 * @param {Number} $number - Number to remove unit from
 * @return {Number} - Unitless number
 */
/*
   dependes on strip units functions
*/
/*
   dependes on strip units functions
*/
/**
 * Map deep get
 * @author Hugo Giraudel
 * @access public
 * @param {Map} $map - Map
 * @param {Arglist} $keys - Key chain
 * @return {*} - Desired value
 */
/*
 * @function get-color
 *
 * retrives a color from the global-color-maps defined at _global.scss
 * tone defaults to base, want another, pass as second argument.
 * Plicas are optional.
 *
 * @dependency map-deep-get()
 * @dependency $global-color-maps defined
 *
 * @param {string} color - name of color map key (brand, primary)
 * @param {string} tone - darker, lighter or base
 * @returns {string} #hexa color fvalue
*/
/**
 * https://css-tricks.com/snippets/css/fluid-typography/
 */
/*
 * Screen readers only
 */
html {
  box-sizing: border-box; }

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

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

html, body {
  position: relative;
  width: 100%;
  height: 100%; }

body {
  font-family: "proxima-nova", -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
  color: #101010;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility; }

#app {
  overflow: hidden; }

/* Make selected text gold on a red background */
::-moz-selection {
  color: white;
  background: #d27b1a; }

::selection {
  color: white;
  background: #d27b1a; }

/*
 * Scrollbars
 */
::-webkit-scrollbar {
  width: 12px;
  height: 12px; }

::-webkit-scrollbar-track:horizontal {
  background-color: black; }

::-webkit-scrollbar-thumb:horizontal {
  background-color: #de831b; }

::-webkit-scrollbar-thumb:horizontal:hover {
  background-color: #d27b1a; }

::-webkit-scrollbar-track:vertical {
  background-color: black; }

::-webkit-scrollbar-thumb:vertical {
  background-color: #de831b; }

::-webkit-scrollbar-thumb:vertical:hover {
  background-color: #d27b1a; }

/*
 * Object fit images polyfill
 */
[data-ofi] {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; }

[data-ofi="cover"] {
  object-fit: cover;
  font-family: 'object-fit: contain;'; }

[data-ofi="contain"] {
  object-fit: contain;
  font-family: 'object-fit: contain;'; }

[role="button"] {
  cursor: pointer; }

/*
BASE.RESET
----

Based on inuit.css

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

h1 {
  margin-top: 0; }

h2 {
  margin-top: 0; }

h3 {
  margin-top: 0; }

h4 {
  margin-top: 0; }

h5 {
  margin-top: 0; }

h6 {
  margin-top: 0; }

p {
  margin-top: 0;
  margin-bottom: 24px; }

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

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

/* Links */
a {
  color: inherit;
  text-decoration: none; }

a:hover {
  cursor: pointer;
  text-decoration: underline; }

/*
TABLE
----

Ensure tables fill up as much space as possible.
*/
table {
  width: 100%; }

/*
IMAGES
----

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

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

hr {
  margin: 0 auto;
  width: 100%;
  height: 1px;
  background: currentColor;
  opacity: 0.18;
  padding: 8px 0px;
  box-sizing: border-box; }

/*
 * Remove spinner buttons from number inputs
 * 1. Chrome & Safari
 *2. Mozilla
*/
/* 1 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

/* 2 */
input[type=number] {
  -moz-appearance: textfield; }

textarea {
  font-family: inherit; }

html [type="button"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.o-skeleton {
  position: relative;
  width: 100%;
  min-height: 100%;
  height: auto;
  display: flex;
  flex-direction: column; }

.o-skeleton__head,
.o-skeleton__feet {
  flex: none; }

.o-skeleton__body {
  position: relative;
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
  width: 100%; }

.o-skeleton--scrollable .o-skeleton__body {
  flex: 1 0 0.00000000001px;
  overflow-y: auto;
  overflow-x: hidden; }

.o-wrap,
.o-container,
.o-wrapper {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
  width: 100%; }
  @media all and (min-width: 30em) {
    .o-wrap,
    .o-container,
    .o-wrapper {
      padding-left: 1rem;
      padding-right: 1rem; } }
  @media all and (min-width: 37.5em) {
    .o-wrap,
    .o-container,
    .o-wrapper {
      padding-left: 1.5rem;
      padding-right: 1.5rem; } }
  @media all and (min-width: 80em) {
    .o-wrap,
    .o-container,
    .o-wrapper {
      padding-left: 2rem;
      padding-right: 2rem; } }
  @media all and (min-width: 103.125em) {
    .o-wrap,
    .o-container,
    .o-wrapper {
      padding-left: 2.5rem;
      padding-right: 2.5rem; } }
  @media all and (min-width: 64em) {
    .o-wrap,
    .o-container,
    .o-wrapper {
      width: 1024px; } }
  @media all and (min-width: 80em) {
    .o-wrap,
    .o-container,
    .o-wrapper {
      width: 1176px; } }
  @media all and (min-width: 90em) {
    .o-wrap,
    .o-container,
    .o-wrapper {
      width: 1280px; } }
  @media all and (min-width: 103.125em) {
    .o-wrap,
    .o-container,
    .o-wrapper {
      width: 1440px; } }

.o-section {
  padding: 3rem 0; }
  @media all and (min-width: 80em) {
    .o-section {
      padding: 64px 0; } }

/*
 * OBJECTS.GRID
 * ----
 *
 *  HTML usage:
 *  <div class="o-grid">
 *      <div class="o-grid__item u-col-6@sm"></div>
 *  </div>
 *
 *  CSS usage:
 *  .your-el{
 *    @include make-col(5); // spans to five col out of total grid coluns
 *  }
 *
 *  requires:
 *    @mappy-breakpoints
 */
/*
 * CLASSES
 */
.o-grid {
  position: relative;
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
  margin-left: -1rem; }
  @media all and (min-width: 30em) {
    .o-grid {
      margin-left: -1rem; } }
  @media all and (min-width: 37.5em) {
    .o-grid {
      margin-left: -1.5rem; } }
  @media all and (min-width: 80em) {
    .o-grid {
      margin-left: -2rem; } }
  @media all and (min-width: 103.125em) {
    .o-grid {
      margin-left: -2.5rem; } }
  ul.o-grid {
    list-style: none; }

.o-grid__el {
  position: relative;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  max-width: 100%;
  padding-left: 1rem;
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: auto;
  max-width: 100%; }
  @media all and (min-width: 30em) {
    .o-grid__el {
      padding-left: 1rem; } }
  @media all and (min-width: 37.5em) {
    .o-grid__el {
      padding-left: 1.5rem; } }
  @media all and (min-width: 80em) {
    .o-grid__el {
      padding-left: 2rem; } }
  @media all and (min-width: 103.125em) {
    .o-grid__el {
      padding-left: 2.5rem; } }
  .o-grid__el .o-grid {
    flex: 1 1 auto; }

/*
 * MODIFIERS
 */
.o-grid--flush {
  margin-left: 0; }
  .o-grid--flush .o-grid__el {
    padding-left: 0; }

@media all and (min-width: 30em) {
  .o-grid--staggered > .o-grid__el {
    display: flex;
    align-items: flex-end; }
    .o-grid--staggered > .o-grid__el:nth-child(even) {
      transform: translateY(-56px); } }

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

.o-ratio__content {
  display: flex;
  align-items: center;
  justify-content: center; }

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

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

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

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

.fe-icon {
  position: relative;
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: middle;
  fill: currentColor;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/**
 * TYPESET BLOCKS
 * Styles for text blots
 */
.c-typeset {
  position: relative; }

.c-typeset__heading {
  letter-spacing: -0.025em;
  font-weight: 800;
  margin-bottom: 32px;
  line-height: 1;
  font-variant-numeric: oldstyle-nums; }
  .c-typeset__heading {
    font-size: 36px; }
    @media screen and (min-width: 320px) {
      .c-typeset__heading {
        font-size: calc(36px + 12 * ((100vw - 320px) / 960)); } }
    @media screen and (min-width: 1280px) {
      .c-typeset__heading {
        font-size: 48px; } }

.c-typeset__label {
  display: inline-block;
  font-weight: 800;
  letter-spacing: -1px;
  font-size: 1.25rem; }

.c-typeset__body-text {
  font-size: 16px;
  letter-spacing: -0.01em; }
  @media all and (min-width: 48em) {
    .c-typeset__body-text {
      font-size: 18px;
      line-height: 1.5555555; } }
  .c-typeset__body-text a {
    color: #f7911e; }

/**/
.c-typeset--hero {
  display: flex;
  flex-direction: column; }
  .c-typeset--hero .c-typeset__heading {
    line-height: 0.9;
    display: flex;
    margin-bottom: 72px; }
    .c-typeset--hero .c-typeset__heading {
      font-size: 36px; }
      @media screen and (min-width: 320px) {
        .c-typeset--hero .c-typeset__heading {
          font-size: calc(36px + 26 * ((100vw - 320px) / 960)); } }
      @media screen and (min-width: 1280px) {
        .c-typeset--hero .c-typeset__heading {
          font-size: 62px; } }
  .c-typeset--hero .c-typeset__body-text {
    font-size: 16px; }
  .c-typeset--hero .c-typeset__hr {
    position: relative;
    width: 100%;
    height: 1px;
    background-color: currentColor;
    opacity: 0.25; }
  .c-typeset--hero .c-typeset__label {
    font-weight: 800;
    letter-spacing: -1px;
    font-size: 1.25rem; }
    .c-typeset--hero .c-typeset__label:first-child {
      margin-bottom: 32px; }
    .c-typeset--hero .c-typeset__label:not(:first-child) {
      margin-top: 32px; }
  .c-typeset--hero .c-typeset__sublabel {
    margin-top: 24px; }
  .c-typeset--hero .c-typeset__info .c-typeset__label {
    display: flex;
    align-items: center;
    margin: 0 !important; }
    .c-typeset--hero .c-typeset__info .c-typeset__label {
      height: 36px- 8px; }
      @media screen and (min-width: 320px) {
        .c-typeset--hero .c-typeset__info .c-typeset__label {
          height: calc(36px- 8px + 72px- 8px-36px- 8px * ((100vw - 320px) / 960)); } }
      @media screen and (min-width: 1280px) {
        .c-typeset--hero .c-typeset__info .c-typeset__label {
          height: 72px- 8px; } }
  @media all and (max-width: 47.9375em) {
    .c-typeset--hero .c-typeset__label {
      height: 48px; } }
  @media all and (min-width: 48em) {
    .c-typeset--hero {
      flex-direction: row; }
      .c-typeset--hero .c-typeset__body-text {
        font-size: 20px;
        line-height: 1.56;
        font-weight: 500; }
      .c-typeset--hero .c-typeset__info {
        order: -1;
        flex: 0 0 33.3333%;
        max-width: 184px;
        margin-right: 24px; } }
  @media all and (min-width: 80em) {
    .c-typeset--hero .c-typeset__body-text {
      font-size: 1.25rem;
      line-height: 1.56; } }
  @media all and (min-width: 103.125em) {
    .c-typeset--hero .c-typeset__body-text {
      font-size: 1.5rem;
      line-height: 1.5; } }

.c-typeset--medium .c-typeset__label {
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 16px; }
.c-typeset--medium .c-typeset__heading {
  line-height: 1;
  margin-bottom: 24px;
  font-weight: 800; }
  .c-typeset--medium .c-typeset__heading {
    font-size: 24px; }
    @media screen and (min-width: 320px) {
      .c-typeset--medium .c-typeset__heading {
        font-size: calc(24px + 24 * ((100vw - 320px) / 960)); } }
    @media screen and (min-width: 1280px) {
      .c-typeset--medium .c-typeset__heading {
        font-size: 48px; } }
.c-typeset--medium .c-typeset__body-text {
  font-size: 0.875rem;
  line-height: 1.1428; }
@media all and (min-width: 48em) {
  .c-typeset--medium .c-typeset__body-text {
    font-size: 1rem;
    line-height: 1.5; } }

/**
 * MEGA
 */
.c-typeset--mega {
  padding-top: 80px; }
  .c-typeset--mega .c-typeset__heading {
    line-height: 0.9;
    margin-bottom: 80px; }
    .c-typeset--mega .c-typeset__heading {
      font-size: 48px; }
      @media screen and (min-width: 320px) {
        .c-typeset--mega .c-typeset__heading {
          font-size: calc(48px + 56 * ((100vw - 320px) / 960)); } }
      @media screen and (min-width: 1280px) {
        .c-typeset--mega .c-typeset__heading {
          font-size: 104px; } }
  .c-typeset--mega .c-typeset__subheading {
    font-size: 1.5rem;
    margin-bottom: 56px; }
  .c-typeset--mega .c-typeset__body-text {
    font-size: 1.125rem;
    line-height: 1.3333; }
    @media all and (min-width: 30em) {
      .c-typeset--mega .c-typeset__body-text:not(.c-typeset__body--single) {
        column-count: 2;
        column-gap: 24px; } }
  .c-typeset--mega .c-typeset__label {
    font-weight: 800;
    letter-spacing: -1px;
    font-size: 1.25rem; }
    .c-typeset--mega .c-typeset__label:first-child {
      margin-bottom: 32px; }
    .c-typeset--mega .c-typeset__label:not(:first-child) {
      margin-top: 32px; }
  @media all and (min-width: 80em) {
    .c-typeset--mega .c-typeset__subheading {
      font-size: 1.5rem; }
    .c-typeset--mega .c-typeset__body-text {
      font-size: 1.25rem;
      line-height: 1.5; } }

.c-typeset--shadow {
  text-shadow: 0px 0px 12px rgba(0, 0, 0, 0.4); }

.c-typeset--inverse .c-typeset__heading {
  color: #f7911e; }
.c-typeset--inverse .c-typeset__body-text {
  color: #919191; }

.c-typeset--small .c-typeset__heading {
  font-size: 24px; }
  @media screen and (min-width: 320px) {
    .c-typeset--small .c-typeset__heading {
      font-size: calc(24px + 12 * ((100vw - 320px) / 1120)); } }
  @media screen and (min-width: 1440px) {
    .c-typeset--small .c-typeset__heading {
      font-size: 36px; } }
@media all and (max-width: 52.4375em) {
  .c-typeset--small .c-typeset__body-text {
    font-size: 1rem; } }

.c-button {
  border: none;
  border-radius: 2px;
  font-weight: 600;
  outline: none;
  padding: 0 1rem;
  font-size: 0.875rem;
  height: 32px;
  line-height: 32px;
  display: inline-block;
  user-select: none;
  cursor: pointer; }
  .c-button:hover {
    text-decoration: none; }

.c-button__icon,
.c-button__text {
  display: inline-block;
  vertical-align: middle; }

.c-button__icon {
  line-height: 0; }

.c-button__icon:first-child:not(:only-child) {
  margin-right: 8px; }

.c-button--primary {
  background: #222;
  color: #ececec; }
  .c-button--primary:hover {
    background: rgba(34, 34, 34, 0.9); }

.c-button--primary-o {
  box-shadow: inset 0px 0px 0px 2px #101010;
  color: #101010; }
  .c-button--primary-o:hover {
    background: rgba(34, 34, 34, 0.9);
    color: white; }

.c-button--ghost {
  background: rgba(255, 255, 255, 0.1);
  color: white;
  border-color: currentColor; }
  .c-button--ghost:hover {
    background: white;
    color: black; }

.c-button--cta {
  height: 48px;
  line-height: 48px;
  font-size: 0.875rem;
  font-weight: 700; }

.c-button--brand {
  background-color: #f7911e;
  color: white;
  text-transform: uppercase; }
  .c-button--brand:hover {
    color: white;
    background-color: #eb8a1d; }

.c-button--brand-o {
  color: #f7911e;
  box-shadow: inset 0px 0px 0px 1px currentColor;
  text-transform: uppercase; }
  .c-button--brand-o:hover {
    color: #f7911e;
    box-shadow: inset 0px 0px 0px 2px currentColor; }

.c-button--brand-e {
  background-color: #f7911e;
  color: white;
  border: 2px solid currentColor; }

.c-button--cta {
  min-width: 220px; }

[class*="c-button--circular"] {
  position: relative;
  border-radius: 50%;
  width: 56px;
  height: 56px;
  padding: 0;
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.12);
  transition: box-shadow 0.25s ease-out; }
  [class*="c-button--circular"]:hover {
    box-shadow: 0px 12px 48px rgba(0, 0, 0, 0.24); }

.c-button--circular-big {
  width: 112px;
  height: 112px;
  font-size: 36px; }

.c-action-group > .c-button + .c-button,
.c-action-group > .c-link + .c-link {
  margin-left: 24px; }

.c-link {
  position: relative;
  display: inline-block;
  font-weight: 600; }
  .c-link:hover {
    text-decoration: none; }

.c-link--brand {
  color: #f7911e; }

.c-link--underline:after {
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  top: 100%;
  height: 2px;
  width: 100%;
  background-color: currentColor;
  transition: transform 0.15s ease-in-out;
  will-change: transform;
  transform: scaleX(0);
  transform-origin: right center; }
.c-link--underline:hover:after {
  transform-origin: left center;
  transform: scaleX(1); }

.c-atom-wrap {
  min-width: 240px; }

.c-atom {
  position: relative;
  display: block;
  width: 100%;
  min-width: 180px;
  max-width: 240px;
  margin: 0 auto;
  background-color: white;
  border-radius: 50%; }
  .c-atom:before {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 100%;
    /* [1] */ }

.c-atom__nuc,
.c-atom__nuc-inner,
.c-atom__electron {
  will-change: transform;
  transition: transform 20s cubic-bezier(0.2, 1.5, 0.7, 1.12); }

.c-atom__nuc,
.c-atom__nuc-inner {
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background-color: white;
  border-radius: 50%; }

.c-atom__nuc {
  box-shadow: 8px 17px 43px rgba(0, 0, 0, 0.13);
  padding: 0 48px; }

.c-atom__nuc-inner {
  overflow: hidden; }

.c-atom__electron {
  position: absolute;
  width: 33%;
  height: 33%;
  left: 0;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  display: block;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center; }
  .c-atom__electron.is-empty {
    width: 16.666667%;
    height: 16.666667%; }

.c-atom__electron-icon {
  position: absolute;
  max-width: 400px;
  width: 125%; }

.c-atom-wrap:not(:only-child) {
  margin-bottom: 56px; }
.c-atom-wrap:nth-child(even) {
  margin-top: 56px; }
.c-atom-wrap--1 .c-atom__nuc, .c-atom-wrap:nth-child(1) .c-atom__nuc {
  transform: rotate(36deg); }
.c-atom-wrap--1 .c-atom__nuc-inner, .c-atom-wrap:nth-child(1) .c-atom__nuc-inner {
  transform: rotate(-36deg); }
.c-atom-wrap--1 .c-atom__electron, .c-atom-wrap:nth-child(1) .c-atom__electron {
  transform: translate3d(-50%, -50%, 0) rotate(-36deg); }
.c-atom-wrap--1:hover .c-atom__nuc, .c-atom-wrap:nth-child(1):hover .c-atom__nuc {
  transform: rotate(576deg); }
.c-atom-wrap--1:hover .c-atom__nuc-inner, .c-atom-wrap:nth-child(1):hover .c-atom__nuc-inner {
  transform: rotate(-576deg); }
.c-atom-wrap--1:hover .c-atom__electron, .c-atom-wrap:nth-child(1):hover .c-atom__electron {
  transform: translate3d(-50%, -50%, 0) rotate(-576deg); }
.c-atom-wrap--2 .c-atom__nuc, .c-atom-wrap:nth-child(2) .c-atom__nuc {
  transform: rotate(72deg); }
.c-atom-wrap--2 .c-atom__nuc-inner, .c-atom-wrap:nth-child(2) .c-atom__nuc-inner {
  transform: rotate(-72deg); }
.c-atom-wrap--2 .c-atom__electron, .c-atom-wrap:nth-child(2) .c-atom__electron {
  transform: translate3d(-50%, -50%, 0) rotate(-72deg); }
.c-atom-wrap--2:hover .c-atom__nuc, .c-atom-wrap:nth-child(2):hover .c-atom__nuc {
  transform: rotate(612deg); }
.c-atom-wrap--2:hover .c-atom__nuc-inner, .c-atom-wrap:nth-child(2):hover .c-atom__nuc-inner {
  transform: rotate(-612deg); }
.c-atom-wrap--2:hover .c-atom__electron, .c-atom-wrap:nth-child(2):hover .c-atom__electron {
  transform: translate3d(-50%, -50%, 0) rotate(-612deg); }
.c-atom-wrap--3 .c-atom__nuc, .c-atom-wrap:nth-child(3) .c-atom__nuc {
  transform: rotate(108deg); }
.c-atom-wrap--3 .c-atom__nuc-inner, .c-atom-wrap:nth-child(3) .c-atom__nuc-inner {
  transform: rotate(-108deg); }
.c-atom-wrap--3 .c-atom__electron, .c-atom-wrap:nth-child(3) .c-atom__electron {
  transform: translate3d(-50%, -50%, 0) rotate(-108deg); }
.c-atom-wrap--3:hover .c-atom__nuc, .c-atom-wrap:nth-child(3):hover .c-atom__nuc {
  transform: rotate(648deg); }
.c-atom-wrap--3:hover .c-atom__nuc-inner, .c-atom-wrap:nth-child(3):hover .c-atom__nuc-inner {
  transform: rotate(-648deg); }
.c-atom-wrap--3:hover .c-atom__electron, .c-atom-wrap:nth-child(3):hover .c-atom__electron {
  transform: translate3d(-50%, -50%, 0) rotate(-648deg); }
.c-atom-wrap--4 .c-atom__nuc, .c-atom-wrap:nth-child(4) .c-atom__nuc {
  transform: rotate(144deg); }
.c-atom-wrap--4 .c-atom__nuc-inner, .c-atom-wrap:nth-child(4) .c-atom__nuc-inner {
  transform: rotate(-144deg); }
.c-atom-wrap--4 .c-atom__electron, .c-atom-wrap:nth-child(4) .c-atom__electron {
  transform: translate3d(-50%, -50%, 0) rotate(-144deg); }
.c-atom-wrap--4:hover .c-atom__nuc, .c-atom-wrap:nth-child(4):hover .c-atom__nuc {
  transform: rotate(684deg); }
.c-atom-wrap--4:hover .c-atom__nuc-inner, .c-atom-wrap:nth-child(4):hover .c-atom__nuc-inner {
  transform: rotate(-684deg); }
.c-atom-wrap--4:hover .c-atom__electron, .c-atom-wrap:nth-child(4):hover .c-atom__electron {
  transform: translate3d(-50%, -50%, 0) rotate(-684deg); }
.c-atom-wrap--5 .c-atom__nuc, .c-atom-wrap:nth-child(5) .c-atom__nuc {
  transform: rotate(180deg); }
.c-atom-wrap--5 .c-atom__nuc-inner, .c-atom-wrap:nth-child(5) .c-atom__nuc-inner {
  transform: rotate(-180deg); }
.c-atom-wrap--5 .c-atom__electron, .c-atom-wrap:nth-child(5) .c-atom__electron {
  transform: translate3d(-50%, -50%, 0) rotate(-180deg); }
.c-atom-wrap--5:hover .c-atom__nuc, .c-atom-wrap:nth-child(5):hover .c-atom__nuc {
  transform: rotate(720deg); }
.c-atom-wrap--5:hover .c-atom__nuc-inner, .c-atom-wrap:nth-child(5):hover .c-atom__nuc-inner {
  transform: rotate(-720deg); }
.c-atom-wrap--5:hover .c-atom__electron, .c-atom-wrap:nth-child(5):hover .c-atom__electron {
  transform: translate3d(-50%, -50%, 0) rotate(-720deg); }
.c-atom-wrap--6 .c-atom__nuc, .c-atom-wrap:nth-child(6) .c-atom__nuc {
  transform: rotate(216deg); }
.c-atom-wrap--6 .c-atom__nuc-inner, .c-atom-wrap:nth-child(6) .c-atom__nuc-inner {
  transform: rotate(-216deg); }
.c-atom-wrap--6 .c-atom__electron, .c-atom-wrap:nth-child(6) .c-atom__electron {
  transform: translate3d(-50%, -50%, 0) rotate(-216deg); }
.c-atom-wrap--6:hover .c-atom__nuc, .c-atom-wrap:nth-child(6):hover .c-atom__nuc {
  transform: rotate(756deg); }
.c-atom-wrap--6:hover .c-atom__nuc-inner, .c-atom-wrap:nth-child(6):hover .c-atom__nuc-inner {
  transform: rotate(-756deg); }
.c-atom-wrap--6:hover .c-atom__electron, .c-atom-wrap:nth-child(6):hover .c-atom__electron {
  transform: translate3d(-50%, -50%, 0) rotate(-756deg); }
.c-atom-wrap--7 .c-atom__nuc, .c-atom-wrap:nth-child(7) .c-atom__nuc {
  transform: rotate(252deg); }
.c-atom-wrap--7 .c-atom__nuc-inner, .c-atom-wrap:nth-child(7) .c-atom__nuc-inner {
  transform: rotate(-252deg); }
.c-atom-wrap--7 .c-atom__electron, .c-atom-wrap:nth-child(7) .c-atom__electron {
  transform: translate3d(-50%, -50%, 0) rotate(-252deg); }
.c-atom-wrap--7:hover .c-atom__nuc, .c-atom-wrap:nth-child(7):hover .c-atom__nuc {
  transform: rotate(792deg); }
.c-atom-wrap--7:hover .c-atom__nuc-inner, .c-atom-wrap:nth-child(7):hover .c-atom__nuc-inner {
  transform: rotate(-792deg); }
.c-atom-wrap--7:hover .c-atom__electron, .c-atom-wrap:nth-child(7):hover .c-atom__electron {
  transform: translate3d(-50%, -50%, 0) rotate(-792deg); }
.c-atom-wrap--8 .c-atom__nuc, .c-atom-wrap:nth-child(8) .c-atom__nuc {
  transform: rotate(288deg); }
.c-atom-wrap--8 .c-atom__nuc-inner, .c-atom-wrap:nth-child(8) .c-atom__nuc-inner {
  transform: rotate(-288deg); }
.c-atom-wrap--8 .c-atom__electron, .c-atom-wrap:nth-child(8) .c-atom__electron {
  transform: translate3d(-50%, -50%, 0) rotate(-288deg); }
.c-atom-wrap--8:hover .c-atom__nuc, .c-atom-wrap:nth-child(8):hover .c-atom__nuc {
  transform: rotate(828deg); }
.c-atom-wrap--8:hover .c-atom__nuc-inner, .c-atom-wrap:nth-child(8):hover .c-atom__nuc-inner {
  transform: rotate(-828deg); }
.c-atom-wrap--8:hover .c-atom__electron, .c-atom-wrap:nth-child(8):hover .c-atom__electron {
  transform: translate3d(-50%, -50%, 0) rotate(-828deg); }
.c-atom-wrap--9 .c-atom__nuc, .c-atom-wrap:nth-child(9) .c-atom__nuc {
  transform: rotate(324deg); }
.c-atom-wrap--9 .c-atom__nuc-inner, .c-atom-wrap:nth-child(9) .c-atom__nuc-inner {
  transform: rotate(-324deg); }
.c-atom-wrap--9 .c-atom__electron, .c-atom-wrap:nth-child(9) .c-atom__electron {
  transform: translate3d(-50%, -50%, 0) rotate(-324deg); }
.c-atom-wrap--9:hover .c-atom__nuc, .c-atom-wrap:nth-child(9):hover .c-atom__nuc {
  transform: rotate(864deg); }
.c-atom-wrap--9:hover .c-atom__nuc-inner, .c-atom-wrap:nth-child(9):hover .c-atom__nuc-inner {
  transform: rotate(-864deg); }
.c-atom-wrap--9:hover .c-atom__electron, .c-atom-wrap:nth-child(9):hover .c-atom__electron {
  transform: translate3d(-50%, -50%, 0) rotate(-864deg); }
.c-atom-wrap--10 .c-atom__nuc, .c-atom-wrap:nth-child(10) .c-atom__nuc {
  transform: rotate(360deg); }
.c-atom-wrap--10 .c-atom__nuc-inner, .c-atom-wrap:nth-child(10) .c-atom__nuc-inner {
  transform: rotate(-360deg); }
.c-atom-wrap--10 .c-atom__electron, .c-atom-wrap:nth-child(10) .c-atom__electron {
  transform: translate3d(-50%, -50%, 0) rotate(-360deg); }
.c-atom-wrap--10:hover .c-atom__nuc, .c-atom-wrap:nth-child(10):hover .c-atom__nuc {
  transform: rotate(900deg); }
.c-atom-wrap--10:hover .c-atom__nuc-inner, .c-atom-wrap:nth-child(10):hover .c-atom__nuc-inner {
  transform: rotate(-900deg); }
.c-atom-wrap--10:hover .c-atom__electron, .c-atom-wrap:nth-child(10):hover .c-atom__electron {
  transform: translate3d(-50%, -50%, 0) rotate(-900deg); }

.c-atom__label,
.c-atom__overlay {
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 4; }

.c-atom__overlay {
  overflow: hidden;
  border-radius: 50%; }

.c-atom__label {
  display: flex;
  align-items: center;
  font-size: 20px;
  font-weight: 800;
  letter-spacing: -0.01em;
  max-width: 50%;
  line-height: 1;
  padding: 32px 48px; }
  @media all and (min-width: 80em) {
    .c-atom__label {
      font-size: 24px; } }

/*presentation atom around*/
.c-atom--mine .c-atom__electron {
  width: 24px;
  height: 24px;
  background-color: white;
  border: 4px solid #f7911e; }

/*
 * org
 * an atom with multiple electrons
 * max: 4 electrons
 */
.c-atom--org {
  min-width: 296px;
  max-width: 336px; }
  .c-atom--org .c-atom__electron {
    overflow: hidden;
    background-color: #f7911e; }
    .c-atom--org .c-atom__electron:nth-of-type(2) {
      left: 50%;
      top: 0%; }
    .c-atom--org .c-atom__electron:nth-of-type(3) {
      left: 100%;
      top: 50%; }
    .c-atom--org .c-atom__electron:nth-of-type(4) {
      left: 50%;
      top: 100%; }
  .c-atom--org .c-atom__nuc-inner {
    display: flex;
    align-items: center;
    justify-content: center; }
  .c-atom--org .c-atom__nuc-img {
    width: 80%;
    margin: 0 auto;
    display: block;
    padding-bottom: 20px; }
  .c-atom--org.c-atom--org--rotate-1 .c-atom__nuc {
    transform: rotate(36deg); }
  .c-atom--org.c-atom--org--rotate-1 .c-atom__nuc-inner {
    transform: rotate(-36deg); }
  .c-atom--org.c-atom--org--rotate-1 .c-atom__electron {
    transform: translate3d(-50%, -50%, 0) rotate(-36deg); }
  .c-atom--org.c-atom--org--rotate-2 .c-atom__nuc {
    transform: rotate(72deg); }
  .c-atom--org.c-atom--org--rotate-2 .c-atom__nuc-inner {
    transform: rotate(-72deg); }
  .c-atom--org.c-atom--org--rotate-2 .c-atom__electron {
    transform: translate3d(-50%, -50%, 0) rotate(-72deg); }
  .c-atom--org.c-atom--org--rotate-3 .c-atom__nuc {
    transform: rotate(108deg); }
  .c-atom--org.c-atom--org--rotate-3 .c-atom__nuc-inner {
    transform: rotate(-108deg); }
  .c-atom--org.c-atom--org--rotate-3 .c-atom__electron {
    transform: translate3d(-50%, -50%, 0) rotate(-108deg); }
  .c-atom--org.c-atom--org--rotate-4 .c-atom__nuc {
    transform: rotate(144deg); }
  .c-atom--org.c-atom--org--rotate-4 .c-atom__nuc-inner {
    transform: rotate(-144deg); }
  .c-atom--org.c-atom--org--rotate-4 .c-atom__electron {
    transform: translate3d(-50%, -50%, 0) rotate(-144deg); }
  .c-atom--org.c-atom--org--rotate-5 .c-atom__nuc {
    transform: rotate(180deg); }
  .c-atom--org.c-atom--org--rotate-5 .c-atom__nuc-inner {
    transform: rotate(-180deg); }
  .c-atom--org.c-atom--org--rotate-5 .c-atom__electron {
    transform: translate3d(-50%, -50%, 0) rotate(-180deg); }
  .c-atom--org.c-atom--org--rotate-6 .c-atom__nuc {
    transform: rotate(216deg); }
  .c-atom--org.c-atom--org--rotate-6 .c-atom__nuc-inner {
    transform: rotate(-216deg); }
  .c-atom--org.c-atom--org--rotate-6 .c-atom__electron {
    transform: translate3d(-50%, -50%, 0) rotate(-216deg); }
  .c-atom--org.c-atom--org--rotate-7 .c-atom__nuc {
    transform: rotate(252deg); }
  .c-atom--org.c-atom--org--rotate-7 .c-atom__nuc-inner {
    transform: rotate(-252deg); }
  .c-atom--org.c-atom--org--rotate-7 .c-atom__electron {
    transform: translate3d(-50%, -50%, 0) rotate(-252deg); }
  .c-atom--org.c-atom--org--rotate-8 .c-atom__nuc {
    transform: rotate(288deg); }
  .c-atom--org.c-atom--org--rotate-8 .c-atom__nuc-inner {
    transform: rotate(-288deg); }
  .c-atom--org.c-atom--org--rotate-8 .c-atom__electron {
    transform: translate3d(-50%, -50%, 0) rotate(-288deg); }
  .c-atom--org.c-atom--org--rotate-9 .c-atom__nuc {
    transform: rotate(324deg); }
  .c-atom--org.c-atom--org--rotate-9 .c-atom__nuc-inner {
    transform: rotate(-324deg); }
  .c-atom--org.c-atom--org--rotate-9 .c-atom__electron {
    transform: translate3d(-50%, -50%, 0) rotate(-324deg); }
  .c-atom--org.c-atom--org--rotate-10 .c-atom__nuc {
    transform: rotate(360deg); }
  .c-atom--org.c-atom--org--rotate-10 .c-atom__nuc-inner {
    transform: rotate(-360deg); }
  .c-atom--org.c-atom--org--rotate-10 .c-atom__electron {
    transform: translate3d(-50%, -50%, 0) rotate(-360deg); }
  .c-profile--startup .c-atom--org {
    min-width: 224px;
    max-width: 224px; }
    .c-profile--startup .c-atom--org .c-atom__electron {
      width: 56px;
      height: 56px; }
  .c-profile--placeholder .c-atom--org .c-atom__electron {
    background-color: #b3b3b3; }
  .c-profile--placeholder .c-atom--org .c-atom__nuc,
  .c-profile--placeholder .c-atom--org .c-atom__nuc-inner,
  .c-profile--placeholder .c-atom--org .c-atom__electron {
    animation-duration: 10s;
    animation-timing-function: linear;
    animation-iteration-count: infinite; }
  .c-profile--placeholder .c-atom--org .c-atom__nuc {
    animation-name: infiniteNuc; }
  .c-profile--placeholder .c-atom--org .c-atom__nuc-inner {
    animation-name: infiniteNucInner; }
  .c-profile--placeholder .c-atom--org .c-atom__electron {
    animation-name: infiniteElectron; }

@keyframes infiniteNuc {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
@keyframes infiniteNucInner {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(-360deg); } }
@keyframes infiniteElectron {
  0% {
    transform: translate3d(-50%, -50%, 0) rotate(0deg); }
  100% {
    transform: translate3d(-50%, -50%, 0) rotate(-360deg); } }
/*
 * Layout buttons together
 * Can override its styles.
 */
.c-button-group-wrap {
  display: flex;
  flex-direction: column; }
  .c-button-group-wrap + .c-button-group-wrap {
    margin-left: 2rem; }

.c-button-group {
  display: inline-flex;
  align-items: center; }
  .c-button-group .c-button + .c-button {
    margin-left: 0.5rem; }

.c-circle-holder {
  position: relative;
  display: block;
  width: 110%;
  transform: translateX(-5%);
  max-width: 640px;
  margin: 0 auto;
  background-color: #f7911e;
  border-radius: 50%; }
  .c-circle-holder:before {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 100%;
    /* [1] */ }
  @media all and (min-width: 30em) {
    .c-circle-holder {
      transform: none;
      width: 100%; } }
  @media all and (min-width: 64em) {
    .c-circle-holder {
      width: 720px;
      max-width: 100%; } }
  @media all and (min-width: 90em) {
    .c-circle-holder {
      width: 960px; } }

.c-circle-holder__content {
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transform: translate3d(0, 0, 0);
  position: absolute;
  overflow: hidden;
  border-radius: 50%; }

.c-circle-holder__orbit-place {
  position: absolute;
  top: 75%;
  left: 0%;
  transform: translate3d(0%, -50%, 0); }

.c-circle-holder--neutral {
  background-color: whitesmoke;
  box-shadow: inset 0px 0px 48px 12px rgba(0, 0, 0, 0.08); }

@media all and (min-width: 90em) {
  .c-circle-holder--blog {
    width: 720px; } }

.c-banner {
  position: relative;
  padding: 24px 40px 8px;
  border-radius: 104px;
  width: 90%;
  max-width: 720px; }

.c-banner__blk {
  margin-bottom: 16px; }

.c-banner__pov {
  font-size: 18px;
  font-weight: 800; }

.c-banner--left {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.c-banner--right {
  margin-left: auto;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.c-banner--brand {
  background-color: #f7911e;
  color: white; }

.c-stats-grid {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 64px; }

.c-stat {
  display: flex;
  align-items: center;
  flex-direction: column;
  flex: 1;
  text-align: center;
  padding: 24px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-top: 0; }
  .c-stat:nth-child(2n + 1) {
    border-top: 0;
    border-left: 0;
    border-right: 0; }
  .c-stat + .c-stat {
    margin-left: -1px; }

.c-stat__no {
  font-size: 80px;
  color: #f7911e;
  font-weight: 800;
  letter-spacing: -1px; }

.c-stat__label {
  font-size: 16px;
  font-weight: 700; }

.c-card {
  position: relative;
  width: 100%;
  overflow: hidden; }

.c-card__figure {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
  max-width: 164px;
  border-radius: 50%;
  will-change: transform;
  transition: transform 0.25s ease-in; }
  .c-card__figure:before {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 100%;
    /* [1] */ }
  .c-card__figure:after {
    content: " ";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 2;
    background-color: #f7911e;
    mix-blend-mode: screen; }

.c-card__img {
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  object-fit: cover;
  z-index: 1; }

.c-card__header {
  padding-left: 48px;
  position: relative;
  margin-top: -56px;
  z-index: 100; }

.c-card__title {
  font-size: 24px;
  line-height: 1;
  letter-spacing: -1px;
  margin-bottom: 32px; }

.c-card__meta {
  position: relative;
  text-transform: uppercase;
  display: flex;
  z-index: 10;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 1px; }

.c-card__excerpt {
  font-size: 16px; }

.c-card--offer .c-card__meta {
  position: absolute;
  left: 0;
  white-space: nowrap;
  transform-origin: top left;
  transform: rotate(-90deg);
  width: 100%;
  align-items: center;
  flex: none;
  text-transform: uppercase; }
  .c-card--offer .c-card__meta .c-card__meta-blk {
    background-color: #f7911e;
    color: white;
    padding: 2px 8px; }
  .c-card--offer .c-card__meta:after {
    content: " ";
    display: inline-flex;
    flex: 1;
    height: 1px;
    background-color: #f7911e;
    margin-left: 10px; }

.c-card--blog {
  flex: 1;
  display: flex;
  flex-direction: column;
  background-color: white;
  border-radius: 24px;
  overflow: hidden;
  padding: 24px;
  transition: box-shadow 0.3s ease-in-out;
  max-width: 480px;
  margin: 0 auto 32px auto; }
  .c-card--blog a,
  .c-card--blog a:hover {
    text-decoration: none; }
  .c-card--blog .c-card__figure:after {
    mix-blend-mode: color; }
  .c-card--blog .c-card__header {
    padding-left: 20px;
    display: flex;
    flex-direction: column;
    flex: 1;
    justify-content: space-between; }
  .c-card--blog .c-card__title {
    background: white;
    padding: 8px 0 8px 8px;
    border-radius: 8px;
    color: #2b2b2b; }
  .c-card--blog .c-card__meta {
    padding-left: 8px;
    color: #b3b3b3;
    font-weight: 600;
    font-size: 12px; }
  .c-card--blog:hover {
    box-shadow: 0px 8px 32px rgba(0, 0, 0, 0.08); }
    .c-card--blog:hover .c-card__title {
      color: #f7911e; }

.c-dialog {
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  display: flex;
  height: 100vh;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  z-index: -1;
  align-items: center;
  justify-content: center; }
  .c-dialog.is-open {
    z-index: 9999;
    visibility: visible;
    opacity: 1;
    pointer-events: auto; }

.c-dialog__backdrop {
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background: rgba(247, 145, 30, 0.5);
  mix-blend-mode: color;
  z-index: 1; }

.c-dialog__inner {
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  display: flex;
  z-index: 2;
  align-items: center;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  pointer-events: none; }

.c-dialog__sizer {
  pointer-events: auto;
  position: relative;
  max-width: 720px;
  margin: 0 auto;
  width: 100%;
  padding: 0 16px; }
  @media all and (min-width: 90em) {
    .c-dialog__sizer {
      max-width: 1080px; } }
  @media all and (min-width: 103.125em) {
    .c-dialog__sizer {
      max-width: 1280px; } }

.c-dialog__close {
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 10;
  transform: translate(0%, -75%); }
  @media all and (min-width: 48em) {
    .c-dialog__close {
      transform: translate(50%, -50%); } }

.c-dialog__loader {
  font-size: 36px;
  font-weight: 800;
  letter-spacing: -2px; }

.c-dialog__skeleton {
  transform: translate3d(0, 0, 0);
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  overflow: hidden;
  background: white;
  min-height: 100px;
  box-shadow: 0px 12px 48px rgba(0, 0, 0, 0.3); }

.c-nav {
  position: relative;
  z-index: 2; }

.c-nav__menu,
.c-nav__el,
.c-nav__item {
  display: flex; }

.c-nav__menu,
.c-nav__menu-wrap {
  list-style: none; }

.c-nav__menu-wrap {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
  width: 100%;
  display: flex; }
  @media all and (min-width: 30em) {
    .c-nav__menu-wrap {
      padding-left: 1rem;
      padding-right: 1rem; } }
  @media all and (min-width: 37.5em) {
    .c-nav__menu-wrap {
      padding-left: 1.5rem;
      padding-right: 1.5rem; } }
  @media all and (min-width: 80em) {
    .c-nav__menu-wrap {
      padding-left: 2rem;
      padding-right: 2rem; } }
  @media all and (min-width: 103.125em) {
    .c-nav__menu-wrap {
      padding-left: 2.5rem;
      padding-right: 2.5rem; } }
  @media all and (min-width: 64em) {
    .c-nav__menu-wrap {
      width: 1024px; } }
  @media all and (min-width: 80em) {
    .c-nav__menu-wrap {
      width: 1176px; } }
  @media all and (min-width: 90em) {
    .c-nav__menu-wrap {
      width: 1280px; } }
  @media all and (min-width: 103.125em) {
    .c-nav__menu-wrap {
      width: 1440px; } }

.c-nav__label {
  font-weight: 600;
  letter-spacing: -1px; }
  .c-nav__label {
    font-size: 16px; }
    @media screen and (min-width: 320px) {
      .c-nav__label {
        font-size: calc(16px + 8 * ((100vw - 320px) / 960)); } }
    @media screen and (min-width: 1280px) {
      .c-nav__label {
        font-size: 24px; } }

.c-nav__el {
  white-space: nowrap; }

/*
 *  MODIFIERS
 */
[class*="c-nav--tabs"] {
  box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.1); }
  [class*="c-nav--tabs"] .c-nav__menu {
    overflow-y: hidden;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
  [class*="c-nav--tabs"] .c-nav__el {
    padding: 0 48px;
    font-variant-numeric: oldstyle-nums;
    user-select: none;
    position: relative;
    opacity: 0.6; }
    [class*="c-nav--tabs"] .c-nav__el:after {
      content: " ";
      display: block;
      width: 16px;
      height: 16px;
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      margin: 0 auto;
      text-align: center;
      background: currentColor;
      border-radius: 16px;
      transform: translateY(50%) scale(0);
      transition: transform 0.25s cubic-bezier(0.1, 1.1, 0.7, 1.12); }
    [class*="c-nav--tabs"] .c-nav__el:first-child {
      margin-left: -48px; }
    [class*="c-nav--tabs"] .c-nav__el:hover {
      text-decoration: none;
      opacity: 1; }
    [class*="c-nav--tabs"] .c-nav__el.is-active {
      opacity: 1; }
      [class*="c-nav--tabs"] .c-nav__el.is-active:after {
        transform: translateY(50%) scale(1); }
  [class*="c-nav--tabs"][class*="inverse"] {
    box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.1); }

.c-nav--tabs-giant .c-nav__el {
  font-weight: 800;
  letter-spacing: -0.025em; }
  .c-nav--tabs-giant .c-nav__el {
    font-size: 36px; }
    @media screen and (min-width: 320px) {
      .c-nav--tabs-giant .c-nav__el {
        font-size: calc(36px + 68 * ((100vw - 320px) / 960)); } }
    @media screen and (min-width: 1280px) {
      .c-nav--tabs-giant .c-nav__el {
        font-size: 104px; } }

/*
 *  APPEARANCE
 */
[class*="c-nav--brand"] .c-nav__label {
  color: #b3b3b3; }
[class*="c-nav--brand"] .c-nav__el {
  transition: color 0.25s ease-in, opacity 0.25s ease-in; }
  [class*="c-nav--brand"] .c-nav__el.is-active {
    color: #f7911e; }

.c-nav--brand-inverse {
  color: white;
  background-color: black; }
  .c-nav--brand-inverse .c-nav__el {
    opacity: 0.3; }

.c-tab {
  display: none;
  overflow: hidden; }
  .c-tab.is-active {
    display: block; }
  .c-tab.is-empty {
    background-color: #f6f6f6; }

.c-tab__content {
  padding: 24px 0; }

.c-list {
  list-style: none; }

.c-list__item {
  position: relative;
  display: block;
  border: solid 1px rgba(0, 0, 0, 0.1);
  border-radius: 32px;
  padding: 12px 32px 12px 48px;
  max-width: 25em;
  transition: all ease .3s;
  font-weight: 800;
  margin-bottom: 16px; }
  .c-list__item:after {
    content: "";
    position: absolute;
    top: 16px;
    left: 16px;
    width: 16px;
    height: 16px;
    border-radius: 24px;
    border: solid 2px #101010;
    transition: all ease .3s; }
  .c-list__item:hover {
    text-decoration: none;
    background-color: #f7911e;
    color: white; }
    .c-list__item:hover:after {
      border-color: white; }

.c-menu {
  position: relative; }

.c-menu__list {
  flex: 1;
  display: flex;
  list-style: none;
  justify-content: center; }

.c-menu__wrap,
.c-menu__inner {
  position: relative;
  display: flex; }

.c-menu__wrap {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
  width: 100%; }
  @media all and (min-width: 30em) {
    .c-menu__wrap {
      padding-left: 1rem;
      padding-right: 1rem; } }
  @media all and (min-width: 37.5em) {
    .c-menu__wrap {
      padding-left: 1.5rem;
      padding-right: 1.5rem; } }
  @media all and (min-width: 80em) {
    .c-menu__wrap {
      padding-left: 2rem;
      padding-right: 2rem; } }
  @media all and (min-width: 103.125em) {
    .c-menu__wrap {
      padding-left: 2.5rem;
      padding-right: 2.5rem; } }
  @media all and (min-width: 64em) {
    .c-menu__wrap {
      width: 1024px; } }
  @media all and (min-width: 80em) {
    .c-menu__wrap {
      width: 1176px; } }
  @media all and (min-width: 90em) {
    .c-menu__wrap {
      width: 1280px; } }
  @media all and (min-width: 103.125em) {
    .c-menu__wrap {
      width: 1440px; } }

.c-menu__item,
.c-menu__el {
  display: flex; }

.c-menu__el {
  flex: 1;
  align-items: center;
  padding: 0 1rem; }
  .c-menu__el.is-active {
    color: #f7911e; }

.c-menu--site {
  display: flex;
  position: fixed;
  left: 0;
  right: 0;
  top: 8px;
  z-index: 1000;
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 !important;
  height: 56px;
  /*state*/
  /*
   * responsive
   */ }
  @media all and (min-width: 30em) {
    .c-menu--site {
      padding-left: 1rem;
      padding-right: 1rem; } }
  @media all and (min-width: 37.5em) {
    .c-menu--site {
      padding-left: 1.5rem;
      padding-right: 1.5rem; } }
  @media all and (min-width: 80em) {
    .c-menu--site {
      padding-left: 2rem;
      padding-right: 2rem; } }
  @media all and (min-width: 103.125em) {
    .c-menu--site {
      padding-left: 2.5rem;
      padding-right: 2.5rem; } }
  @media all and (min-width: 64em) {
    .c-menu--site {
      width: 1024px; } }
  @media all and (min-width: 80em) {
    .c-menu--site {
      width: 1176px; } }
  @media all and (min-width: 90em) {
    .c-menu--site {
      width: 1280px; } }
  @media all and (min-width: 103.125em) {
    .c-menu--site {
      width: 1440px; } }
  @media all and (min-width: 48em) {
    .c-menu--site {
      height: 72px; } }
  .c-menu--site .c-menu__inner {
    background: white;
    background-clip: content-box;
    box-shadow: 0px 12px 48px 12px rgba(0, 0, 0, 0.1);
    border-radius: 72px;
    flex: 1;
    justify-content: center; }
  .c-menu--site .c-menu__list {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    padding: 0 1rem;
    position: absolute;
    top: 100%;
    background: white;
    width: 280px;
    height: 280px;
    border-radius: 50%;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.12);
    z-index: -1;
    padding: 16px 0;
    visibility: hidden;
    opacity: 0;
    pointer-events: none; }
  .c-menu--site .c-menu__item {
    flex: 1 0 auto;
    white-space: nowrap;
    overflow: hidden; }
  .c-menu--site .c-menu__item--center {
    flex: 0 0 auto;
    height: 88px;
    width: 88px;
    background: white;
    border-radius: 50%;
    align-self: center; }
    @media all and (min-width: 48em) {
      .c-menu--site .c-menu__item--center {
        height: 112px;
        width: 112px; } }
  .c-menu--site .c-menu__el {
    text-align: center;
    justify-content: center;
    font-size: 1.25rem;
    font-weight: 700;
    letter-spacing: -0.015em;
    transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out;
    padding: 0 0.5rem; }
    .c-menu--site .c-menu__el:hover {
      text-decoration: none;
      color: #f7911e; }
    @media all and (min-width: 48em) {
      .c-menu--site .c-menu__el {
        font-size: 0.875rem; } }
    @media all and (min-width: 52.5em) {
      .c-menu--site .c-menu__el {
        font-size: 1rem; } }
    @media all and (min-width: 80em) {
      .c-menu--site .c-menu__el {
        font-size: 1.125rem; } }
  .c-menu--site .c-menu__el--logo {
    padding: 0.8rem 0.5rem 0.5rem 0.8rem; }
    .c-menu--site .c-menu__el--logo .c-logo,
    .c-menu--site .c-menu__el--logo .c-logo path {
      transition: fill 0.1s ease-out; }
    .c-menu--site .c-menu__el--logo:hover {
      background: #f7911e; }
      .c-menu--site .c-menu__el--logo:hover .c-logo,
      .c-menu--site .c-menu__el--logo:hover .c-logo path {
        fill: white !important; }
  .c-menu--site .c-menu__cta {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px; }
    @media all and (max-width: 47.9375em) {
      .c-menu--site .c-menu__cta {
        z-index: 10; }
        .c-menu--site .c-menu__cta, .c-menu--site .c-menu__cta:hover {
          background-color: transparent;
          color: #f7911e; } }
    @media all and (min-width: 48em) {
      .c-menu--site .c-menu__cta {
        border-top-left-radius: 0px !important;
        border-top-right-radius: 0px !important;
        box-shadow: 0px 12px 48px 12px rgba(0, 0, 0, 0.1);
        top: 100%;
        left: 50% !important;
        right: 0;
        width: 16%;
        transform: translate(-50%, -40%);
        z-index: -1;
        border-top-right-radius: 0;
        border-top-left-radius: 0;
        padding-top: 20px;
        right: auto;
        transition: transform ease 0.2s; }
        .c-menu--site .c-menu__cta:hover {
          transform: translate(-50%, -30%); } }
    @media all and (min-width: 80em) {
      .c-menu--site .c-menu__cta {
        width: 144px; } }
    .c-menu--site .c-menu__cta:last-child {
      left: auto;
      right: 0;
      border-radius: 72px; }
  .c-menu--site .c-menu__list {
    transition: all 0.25s ease-in-out;
    transform: translateX(-50%) translateY(-100px); }
  .c-menu--site.is-open .c-menu__list {
    transition-delay: 0s;
    display: flex;
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    transform: translateX(-50%) translateY(0); }
  @media all and (min-width: 48em) {
    .c-menu--site {
      top: 24px; }
      .c-menu--site .c-menu__list, .c-menu--site.is-open .c-menu__list {
        flex-direction: row;
        position: relative;
        width: auto;
        height: auto;
        top: auto;
        border-radius: 0;
        box-shadow: none;
        z-index: 0;
        background-color: transparent;
        left: 0;
        transform: none;
        display: flex;
        transform: none;
        left: 0;
        visibility: visible;
        opacity: 1;
        pointer-events: auto; }
      .c-menu--site .c-menu__item {
        flex: 1 0 0.00000000001px; }
        .c-menu--site .c-menu__item--center {
          flex: 0 0 auto; } }

.c-footer {
  position: relative;
  display: flex;
  padding: 24px 0;
  background-color: white; }
  @media all and (min-width: 80em) {
    .c-footer {
      padding: 48px 0; } }

.c-footer__blk {
  display: flex; }
  @media all and (max-width: 47.9375em) {
    .c-footer__blk {
      margin-bottom: 48px; } }

.c-footer__copyrights {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between; }
  .c-footer__copyrights .c-footer__logo {
    margin: 40px 0; }
  .c-footer__copyrights small {
    text-transform: uppercase;
    opacity: 0.75;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px; }

.c-footer__list {
  list-style: none; }
  .c-footer__list .c-footer__list-el {
    font-size: 20px;
    line-height: 1.6;
    font-weight: 800; }
    .c-footer__list .c-footer__list-el:first-child {
      opacity: 0.4;
      text-transform: uppercase;
      letter-spacing: 1px;
      font-size: 14px;
      margin-bottom: 16px; }

.c-footer__list--social a {
  text-transform: capitalize; }

.c-footer__list-el--icon {
  display: inline-block;
  margin-right: 8px; }
  .c-footer__list-el--icon a {
    display: block;
    position: relative;
    border-radius: 50%;
    border: solid 2px #101010;
    overflow: hidden;
    width: 36px;
    height: 36px;
    transition: all ease .3s; }
    .c-footer__list-el--icon a:hover {
      background-color: #f7911e;
      border-color: #f7911e; }
      .c-footer__list-el--icon a:hover svg {
        fill: white; }

.wc {
  position: relative; }

.wave,
.wave1,
.wave2 {
  position: absolute;
  bottom: -60%;
  width: 600px;
  height: 600px;
  background-color: white;
  border-radius: 45%;
  animation: rotate 6s linear infinite;
  box-shadow: 0px 24px 69px rgba(0, 0, 0, 0.24); }

.wave1 {
  background-color: rgba(255, 255, 255, 0.94);
  transform: translate(-20%, 0) rotate(0deg);
  animation: rotate1 6s linear -4s infinite; }

.wave2 {
  background-color: rgba(255, 255, 255, 0.93);
  transform: translate(20%, 0) rotate(0deg);
  animation: rotate2 6s linear -2s infinite; }

@keyframes rotate {
  50% {
    border-radius: 38%;
    transform: rotate(180deg); }
  100% {
    border-radius: 45%;
    transform: rotate(360deg); } }
@keyframes rotate1 {
  50% {
    border-radius: 38%;
    transform: translate(-30%, 8%) rotate(180deg); }
  100% {
    border-radius: 45%;
    transform: translate(-20%, 0%) rotate(360deg); } }
@keyframes rotate2 {
  50% {
    transform: translate(30%, 8%) rotate(180deg); }
  100% {
    transform: translate(20%, 0%) rotate(360deg); } }
.c-hero {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 66.6666vh;
  padding: 4rem 0; }
  @media all and (min-width: 80em) {
    .c-hero {
      min-height: 720px;
      height: 90vh; } }

.c-hero__wrapper {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
  width: 100%;
  flex: 1;
  display: flex;
  flex-direction: column; }
  @media all and (min-width: 30em) {
    .c-hero__wrapper {
      padding-left: 1rem;
      padding-right: 1rem; } }
  @media all and (min-width: 37.5em) {
    .c-hero__wrapper {
      padding-left: 1.5rem;
      padding-right: 1.5rem; } }
  @media all and (min-width: 80em) {
    .c-hero__wrapper {
      padding-left: 2rem;
      padding-right: 2rem; } }
  @media all and (min-width: 103.125em) {
    .c-hero__wrapper {
      padding-left: 2.5rem;
      padding-right: 2.5rem; } }
  @media all and (min-width: 64em) {
    .c-hero__wrapper {
      width: 1024px; } }
  @media all and (min-width: 80em) {
    .c-hero__wrapper {
      width: 1176px; } }
  @media all and (min-width: 90em) {
    .c-hero__wrapper {
      width: 1280px; } }
  @media all and (min-width: 103.125em) {
    .c-hero__wrapper {
      width: 1440px; } }
  @media all and (min-width: 64em) {
    .c-hero__wrapper {
      flex-direction: row; } }

.c-hero__typeset {
  display: flex;
  position: relative;
  z-index: 2;
  align-items: center;
  margin-bottom: 24px; }
  @media all and (min-width: 80em) {
    .c-hero__typeset {
      min-height: 480px;
      margin-bottom: 0px; } }

@media all and (min-width: 64em) {
  .c-hero__placeholder {
    position: absolute;
    top: 0;
    right: 0;
    transform: translate3d(25%, -10%, 0); } }
@media all and (min-width: 64em) {
  .c-hero__placeholder {
    transform: translate3d(20%, -15%, 0); } }

@media all and (min-width: 48em) {
  .c-hero--complex .c-hero__typeset {
    flex: 0 0 83.3333333333%;
    width: 83.3333333333%;
    max-width: 83.3333333333%; } }
@media all and (min-width: 64em) {
  .c-hero--complex .c-hero__typeset {
    flex: 0 0 41.6666666667%;
    width: 41.6666666667%;
    max-width: 41.6666666667%; } }

.c-hero--inverse {
  background-color: #101010;
  color: white; }

.c-hero--slider {
  padding-bottom: 0;
  min-height: 95vh;
  height: auto; }
  .c-hero--slider .c-hero__wrapper {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
    padding: 0; }
    .c-hero--slider .c-hero__wrapper .s-swiper {
      flex: 1;
      width: 100%; }
    @media all and (max-width: 63.9375em) {
      .c-hero--slider .c-hero__wrapper {
        display: flex;
        flex-direction: column; } }
    @media all and (min-width: 64em) {
      .c-hero--slider .c-hero__wrapper {
        position: absolute;
        height: 100%; } }
  @media all and (min-width: 64em) {
    .c-hero--slider .c-hero__typeset {
      padding: 72px 0; } }

.c-testimonial {
  position: relative;
  display: flex;
  max-width: 640px;
  margin: 0 auto;
  flex-direction: column; }
  .c-testimonial [itemprop="name"] {
    margin-bottom: 0;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 800;
    margin-bottom: 16px; }
  .c-testimonial [itemprop="jobTitle"],
  .c-testimonial [itemprop="worksFor"] {
    opacity: 0.6; }

.c-testimonial__blockquote {
  flex: 1 0 0.00000001px; }

.c-testimonial__quote {
  font-size: 16px;
  display: block;
  margin-bottom: 40px;
  max-width: 600px;
  margin: 0 auto 40px auto; }
  .c-testimonial__quote:before, .c-testimonial__quote:after {
    display: none; }

.c-testimonial__caption {
  text-align: right;
  max-width: 220px;
  margin-left: auto; }

.c-testimonial__figure {
  order: -1;
  flex: none;
  margin-bottom: 24px; }
  @media all and (max-width: 29.9375em) {
    .c-testimonial__figure .c-atom-wrap {
      min-width: 168px;
      max-width: 168px; } }

.c-atom__icon span {
  transform: scale(10);
  padding-top: 2px; }

.c-testimonial__blockquote {
  position: relative; }

.c-testimonial__quote-ico {
  position: absolute;
  width: 80px;
  height: 80px;
  background: #f7911e;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: -1;
  top: -42px;
  left: -30px;
  font-size: 200px;
  padding-top: 40px; }

/* RWD */
@media all and (min-width: 30em) {
  .c-testimonial__quote {
    font-size: 18px; } }
@media all and (min-width: 52.5em) {
  .c-testimonial {
    flex-direction: row;
    align-items: center;
    padding: 56px 0;
    width: 100%;
    max-width: 1280px; }

  .c-testimonial__quote {
    font-size: 20px;
    margin: 0;
    padding-right: 24px; }

  .c-testimonial__figure {
    order: 2;
    margin-left: 24px; }

  .c-atom-wrap {
    min-width: 200px; } }
@media all and (min-width: 80em) {
  .c-testimonial__figure {
    margin-left: 48x; } }
@media all and (min-width: 80em) {
  .c-testimonial__quote {
    font-size: 24px;
    line-height: 1.4; } }
.c-profile {
  position: relative;
  padding: 24px 0; }
  .c-profile:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.08); }

.c-profile__intro {
  margin-bottom: 40px; }

.c-profile__meta {
  position: relative; }

.c-profile__figure {
  margin-bottom: 40px; }

.c-profile__meta-block {
  display: flex;
  flex-direction: column; }
  .c-profile__meta-block + .c-profile__meta-block {
    margin-top: 24px; }

.c-profile__detail {
  display: block;
  font-weight: 800;
  font-size: 16px;
  line-height: 1.5;
  color: #919191;
  margin: 0; }

.c-profile__detail--name {
  color: #2b2b2b; }

@media all and (max-width: 29.9375em) {
  .c-profile {
    padding: 48px 0; }

  .c-profile__figure .c-atom {
    min-width: 168px;
    width: 75%; } }
@media all and (min-width: 30em) {
  .c-profile {
    padding: 48px 0; } }
@media all and (max-width: 63.9375em) {
  .c-profile {
    max-width: 720px;
    margin: 0 auto; } }
@media all and (min-width: 64em) {
  .c-profile {
    padding: 72px 0; }
    .c-profile > * {
      flex-direction: row-reverse; }
    .c-profile .c-profile__meta > * {
      flex-direction: row-reverse; }

  .c-profile__intro,
  .c-profile__figure {
    margin-bottom: 0; }

  .c-profile__figcaption {
    order: -1;
    text-align: right;
    padding-bottom: 1px; } }
@media all and (min-width: 80em) {
  .c-profile {
    padding: 96px 0; } }
.c-profile__logo {
  width: 70%;
  height: 70%;
  margin: 0 auto;
  display: block;
  padding-top: 20px;
  padding-bottom: 20px; }

.c-profile__avatar {
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute; }
  .c-profile__avatar:after {
    content: " ";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    position: absolute;
    background-color: #f7911e;
    mix-blend-mode: color;
    transition: background-color 0.25s ease-in; }
  .c-profile__figure:hover .c-profile__avatar:after {
    background-color: transparent; }

/*
  Startup modifier
*/
@media all and (min-width: 64em) {
  .c-profile--startup {
    padding: 48px 0; } }
.c-profile--startup [class*="o-grid__el"],
.c-profile--startup [class*="o-grid"],
.c-profile--startup .c-profile__meta > * {
  flex-direction: column-reverse;
  justify-content: center;
  align-items: center;
  text-align: center; }
.c-profile--startup .c-profile__figure
.c-profile__meta > * {
  flex-direction: column; }
.c-profile--startup .c-profile__figure {
  margin-bottom: 32px; }
.c-profile--startup .c-profile__figcaption {
  order: -1; }
.c-profile--startup .c-profile__intro,
.c-profile--startup .c-profile__meta,
.c-profile--startup [class*="o-grid__el"] {
  flex: 0 0 auto;
  width: 100%;
  max-width: 100%; }
@media all and (min-width: 48em) {
  .c-profile--startup [class*="o-grid__el"],
  .c-profile--startup [class*="o-grid"],
  .c-profile--startup .c-profile__meta > * {
    align-items: flex-start;
    text-align: left; }
  .c-profile--startup .c-atom {
    margin-left: 0; } }

/*
  profile border top
*/
.c-profile--border-top {
  border-top: solid 2px #f6f6f6; }

/*
  Beta-i modifier
*/
.c-profile--beta-i {
  border-top: solid 2px #f7911e; }

/*
 * ART DIRECTING LOGOS
 */
.c-profile__logo--asus-net-services {
  padding-top: 0; }

.c-profile__logo--edp {
  width: 170%;
  object-fit: cover;
  padding-top: 60px; }

/*
 * PROFILE AVATAR STAND-ALONE
 */
.c-profile__avatar-container {
  position: relative;
  width: 96px;
  height: 96px;
  border-radius: 48px;
  overflow: hidden; }

@keyframes floating {
  0% {
    transform: translate(0%, 0%); }
  25% {
    transform: translate(5%, 15%); }
  50% {
    transform: translate(10%, 5%); }
  75% {
    transform: translate(0%, 15%); }
  100% {
    transform: translate(0%, 0%); } }
@keyframes floating2 {
  0% {
    transform: translate(-10%, 2%); }
  25% {
    transform: translate(10%, 15%); }
  50% {
    transform: translate(5%, 5%); }
  75% {
    transform: translate(0%, 15%); }
  100% {
    transform: translate(0%, 0%); } }
.c-timeline {
  position: relative;
  display: flex;
  flex-direction: column;
  background-color: #2b2b2b;
  color: white;
  background-image: url("../images/program/cover.jpg");
  background-repeat: no-repeat;
  background-size: cover; }
  .c-timeline:after {
    content: " ";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 0; }

.c-timeline__header,
.c-timeline__scroller {
  position: relative;
  z-index: 2; }

.c-timeline__header {
  padding-top: 160px; }

.c-timeline__scroller {
  display: flex;
  flex-grow: 0 0 auto;
  width: 100%;
  min-height: 520px;
  overflow-y: hidden;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch; }

.c-timeline__entries {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  white-space: nowrap;
  list-style: none; }
  .c-timeline__entries:after {
    content: " ";
    position: absolute;
    left: 0;
    width: 100%;
    top: 50%;
    height: 1px;
    background: rgba(255, 255, 255, 0.25);
    display: block;
    z-index: 1; }

.c-timeline__entry {
  position: relative;
  flex: 0 0 auto;
  display: flex;
  min-width: 176px;
  width: 14.2vw;
  max-width: 14.2vw;
  z-index: 2;
  white-space: normal; }

.c-timeline__date {
  transform-origin: left top;
  transform: translateY(-25%) rotate(-45deg);
  font-size: 18px;
  letter-spacing: -1px;
  font-weight: 800; }

.c-timeline__point {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.8); }

/* additional info drawer*/
.c-timeline__drawer {
  position: absolute;
  top: 0;
  right: 0;
  width: 320px;
  background: #101010;
  z-index: 100;
  height: 100%;
  box-shadow: -12px 0px 48px rgba(0, 0, 0, 0.3);
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: all 0.35s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transform: translateX(100%); }
  .c-timeline__drawer.is-open {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    transform: translateX(0%); }
  @media all and (min-width: 48em) {
    .c-timeline__drawer {
      width: 400px; } }

.c-timeline__drawer-head {
  height: 168px; }

.c-timeline__drawer-body {
  padding: 24px; }
  @media all and (min-width: 48em) {
    .c-timeline__drawer-body {
      padding: 48px; } }

/*

*/
.c-timeline__event {
  flex: 1;
  position: relative;
  color: white;
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
  justify-content: center;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  overflow: hidden;
  transition: background-color 0.25s ease-out;
  /*TRANSITIONS*/ }
  .c-timeline__event:before {
    content: " ";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    transform: scaleY(0);
    transform-origin: 50% 100%;
    background-color: rgba(247, 145, 30, 0.4);
    transition: transform 0.4s 0.15s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    z-index: -1;
    display: none; }
  .c-timeline__event .c-timeline__event-bubble {
    transition: transform 0.35s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transform: scale(0.9); }
  .no-touchevents .c-timeline__event .c-timeline__button {
    opacity: 0;
    transform: translateY(-20px);
    transition: transform 0.4s 0.25s cubic-bezier(0.68, -0.55, 0.265, 1.55), opacity 0.4s 0.35s ease-out;
    z-index: 100; }
  .c-timeline__event:hover {
    background-color: rgba(0, 0, 0, 0.3);
    opacity: 1;
    cursor: pointer; }
    .c-timeline__event:hover:before {
      transform: scaleY(1); }
    .c-timeline__event:hover .c-timeline__event-bubble {
      transform: scale(1); }
      .c-timeline__event:hover .c-timeline__event-bubble:before {
        animation: rotate 10s linear infinite; }
    .c-timeline__event:hover .c-timeline__button {
      opacity: 1;
      transform: none; }

.c-timeline__event-block {
  position: relative;
  flex: 1 0 0.0000000001px; }

.c-timeline__event-bubble {
  flex: none;
  position: relative;
  width: 128px;
  height: 128px;
  margin: 24px auto;
  border-radius: 50%;
  background: rgba(247, 145, 30, 0.94); }
  .c-timeline__event-bubble:before {
    content: " ";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transform: scale(1.2);
    border: 1px dashed rgba(255, 255, 255, 0.5);
    border-radius: 50%; }

.c-timeline__event-title {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform-origin: left bottom;
  transform: rotate(-45deg);
  font-size: 20px;
  letter-spacing: -1px;
  font-weight: 800;
  line-height: 1; }

.c-timeline__button {
  text-align: center;
  font-weight: 800;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase; }
  .c-timeline__button[role="presentation"] {
    opacity: 0; }

.c-timeline__event--date {
  pointer-events: none; }

@keyframes rotate {
  from {
    transform: scale(1.2) rotate(0deg); }
  to {
    transform: scale(1.2) rotate(360deg); } }
.c-flooper {
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center; }
  @media all and (min-width: 64em) {
    .c-flooper {
      padding-top: 20%; } }

.c-flooper__row {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  white-space: nowrap; }
  .c-flooper__row + .c-flooper__row {
    margin-top: 48px; }

.c-flooper__el {
  padding: 24px;
  margin: 0 12px;
  width: 112px;
  height: 112px;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: white; }
  @media all and (min-width: 48em) {
    .c-flooper__el {
      width: 180px;
      height: 180px;
      padding: 32px; } }

@media all and (min-width: 48em) {
  .c-flooper--big .c-flooper__el {
    width: 268px;
    height: 268px; }
    .c-flooper--big .c-flooper__el img {
      width: 70%;
      height: 70%; } }

/*
 * ANIMEJS SCOPES
*/
[data-animejs] {
  will-change: opacity, transform;
  visibility: hidden; }

html.js[data-scope*="DOMLoaded--"] [data-animejs] {
  visibility: visible; }

html.modal-is-open {
  overflow: hidden; }

/*
   Flout.
   ----

   [HIGHLY EXPERIEMENTAL]
   Put any parent/childrend divs on flexbox steroids;

   Why the scope and not modifier classes?
   Sincerly I don't know.

   Still haven't find a better way to give the flexibility and order independence
   of the data attributes. Also some styles are scoped so that the [data-flex-item]
   isn't required. But this could be changed

   By default, reponsive breakpoints are based on the selected grid breakpoints

* ========================================================================== */
/* Flex container */
[data-flout] {
  display: flex;
  flex-wrap: wrap; }

/* Flow
========================================================================== */
[data-flout*="expand--"] {
  width: 100%; }

[data-flout*="auto--"] {
  width: auto; }

[data-flout*="nowrap--"] {
  flex-wrap: nowrap; }

[data-flout*="wrap-reverse--"] {
  flex-wrap: wrap-reverse; }

[data-flout*="row--"] {
  flex-direction: row; }

[data-flout*="row-reverse--"] {
  flex-direction: row-reverse; }

[data-flout*="col--"] {
  flex-direction: column; }

[data-flout*="col-reverse"] {
  flex-direction: column-reverse; }

[data-flout*="inline--"] {
  display: inline-flex; }

@media all and (min-width: 22.5em) {
  [data-flout*="expand\@xxs--"] {
    width: 100%; }

  [data-flout*="auto\@xxs--"] {
    width: auto; }

  [data-flout*="nowrap\@xxs--"] {
    flex-wrap: nowrap; }

  [data-flout*="wrap-reverse\@xxs--"] {
    flex-wrap: wrap-reverse; }

  [data-flout*="row\@xxs--"] {
    flex-direction: row; }

  [data-flout*="row-reverse\@xxs--"] {
    flex-direction: row-reverse; }

  [data-flout*="col\@xxs--"] {
    flex-direction: column; }

  [data-flout*="col-reverse\@xxs--"] {
    flex-direction: column-reverse; }

  [data-flout*="inline\@xxs--"] {
    display: inline-flex; } }
@media all and (min-width: 30em) {
  [data-flout*="expand\@xs--"] {
    width: 100%; }

  [data-flout*="auto\@xs--"] {
    width: auto; }

  [data-flout*="nowrap\@xs--"] {
    flex-wrap: nowrap; }

  [data-flout*="wrap-reverse\@xs--"] {
    flex-wrap: wrap-reverse; }

  [data-flout*="row\@xs--"] {
    flex-direction: row; }

  [data-flout*="row-reverse\@xs--"] {
    flex-direction: row-reverse; }

  [data-flout*="col\@xs--"] {
    flex-direction: column; }

  [data-flout*="col-reverse\@xs--"] {
    flex-direction: column-reverse; }

  [data-flout*="inline\@xs--"] {
    display: inline-flex; } }
@media all and (min-width: 37.5em) {
  [data-flout*="expand\@s--"] {
    width: 100%; }

  [data-flout*="auto\@s--"] {
    width: auto; }

  [data-flout*="nowrap\@s--"] {
    flex-wrap: nowrap; }

  [data-flout*="wrap-reverse\@s--"] {
    flex-wrap: wrap-reverse; }

  [data-flout*="row\@s--"] {
    flex-direction: row; }

  [data-flout*="row-reverse\@s--"] {
    flex-direction: row-reverse; }

  [data-flout*="col\@s--"] {
    flex-direction: column; }

  [data-flout*="col-reverse\@s--"] {
    flex-direction: column-reverse; }

  [data-flout*="inline\@s--"] {
    display: inline-flex; } }
@media all and (min-width: 48em) {
  [data-flout*="expand\@sm--"] {
    width: 100%; }

  [data-flout*="auto\@sm--"] {
    width: auto; }

  [data-flout*="nowrap\@sm--"] {
    flex-wrap: nowrap; }

  [data-flout*="wrap-reverse\@sm--"] {
    flex-wrap: wrap-reverse; }

  [data-flout*="row\@sm--"] {
    flex-direction: row; }

  [data-flout*="row-reverse\@sm--"] {
    flex-direction: row-reverse; }

  [data-flout*="col\@sm--"] {
    flex-direction: column; }

  [data-flout*="col-reverse\@sm--"] {
    flex-direction: column-reverse; }

  [data-flout*="inline\@sm--"] {
    display: inline-flex; } }
@media all and (min-width: 52.5em) {
  [data-flout*="expand\@md--"] {
    width: 100%; }

  [data-flout*="auto\@md--"] {
    width: auto; }

  [data-flout*="nowrap\@md--"] {
    flex-wrap: nowrap; }

  [data-flout*="wrap-reverse\@md--"] {
    flex-wrap: wrap-reverse; }

  [data-flout*="row\@md--"] {
    flex-direction: row; }

  [data-flout*="row-reverse\@md--"] {
    flex-direction: row-reverse; }

  [data-flout*="col\@md--"] {
    flex-direction: column; }

  [data-flout*="col-reverse\@md--"] {
    flex-direction: column-reverse; }

  [data-flout*="inline\@md--"] {
    display: inline-flex; } }
@media all and (min-width: 64em) {
  [data-flout*="expand\@mdl--"] {
    width: 100%; }

  [data-flout*="auto\@mdl--"] {
    width: auto; }

  [data-flout*="nowrap\@mdl--"] {
    flex-wrap: nowrap; }

  [data-flout*="wrap-reverse\@mdl--"] {
    flex-wrap: wrap-reverse; }

  [data-flout*="row\@mdl--"] {
    flex-direction: row; }

  [data-flout*="row-reverse\@mdl--"] {
    flex-direction: row-reverse; }

  [data-flout*="col\@mdl--"] {
    flex-direction: column; }

  [data-flout*="col-reverse\@mdl--"] {
    flex-direction: column-reverse; }

  [data-flout*="inline\@mdl--"] {
    display: inline-flex; } }
@media all and (min-width: 80em) {
  [data-flout*="expand\@lg--"] {
    width: 100%; }

  [data-flout*="auto\@lg--"] {
    width: auto; }

  [data-flout*="nowrap\@lg--"] {
    flex-wrap: nowrap; }

  [data-flout*="wrap-reverse\@lg--"] {
    flex-wrap: wrap-reverse; }

  [data-flout*="row\@lg--"] {
    flex-direction: row; }

  [data-flout*="row-reverse\@lg--"] {
    flex-direction: row-reverse; }

  [data-flout*="col\@lg--"] {
    flex-direction: column; }

  [data-flout*="col-reverse\@lg--"] {
    flex-direction: column-reverse; }

  [data-flout*="inline\@lg--"] {
    display: inline-flex; } }
/* Vertical alignment
========================================================================== */
[data-flout*="top--"] {
  align-items: flex-start; }

[data-flout*="middle--"] {
  align-items: center; }

[data-flout*="bottom--"] {
  align-items: flex-end; }

[data-flout*="baseline--"] {
  align-items: baseline; }

@media all and (min-width: 22.5em) {
  [data-flout*="top\@xxs--"] {
    align-items: flex-start; }

  [data-flout*="middle\@xxs--"] {
    align-items: center; }

  [data-flout*="bottom\@xxs--"] {
    align-items: flex-end; }

  [data-flout*="baseline\@xxs--"] {
    align-items: baseline; } }
@media all and (min-width: 30em) {
  [data-flout*="top\@xs--"] {
    align-items: flex-start; }

  [data-flout*="middle\@xs--"] {
    align-items: center; }

  [data-flout*="bottom\@xs--"] {
    align-items: flex-end; }

  [data-flout*="baseline\@xs--"] {
    align-items: baseline; } }
@media all and (min-width: 37.5em) {
  [data-flout*="top\@s--"] {
    align-items: flex-start; }

  [data-flout*="middle\@s--"] {
    align-items: center; }

  [data-flout*="bottom\@s--"] {
    align-items: flex-end; }

  [data-flout*="baseline\@s--"] {
    align-items: baseline; } }
@media all and (min-width: 48em) {
  [data-flout*="top\@sm--"] {
    align-items: flex-start; }

  [data-flout*="middle\@sm--"] {
    align-items: center; }

  [data-flout*="bottom\@sm--"] {
    align-items: flex-end; }

  [data-flout*="baseline\@sm--"] {
    align-items: baseline; } }
@media all and (min-width: 52.5em) {
  [data-flout*="top\@md--"] {
    align-items: flex-start; }

  [data-flout*="middle\@md--"] {
    align-items: center; }

  [data-flout*="bottom\@md--"] {
    align-items: flex-end; }

  [data-flout*="baseline\@md--"] {
    align-items: baseline; } }
@media all and (min-width: 64em) {
  [data-flout*="top\@mdl--"] {
    align-items: flex-start; }

  [data-flout*="middle\@mdl--"] {
    align-items: center; }

  [data-flout*="bottom\@mdl--"] {
    align-items: flex-end; }

  [data-flout*="baseline\@mdl--"] {
    align-items: baseline; } }
@media all and (min-width: 80em) {
  [data-flout*="top\@lg--"] {
    align-items: flex-start; }

  [data-flout*="middle\@lg--"] {
    align-items: center; }

  [data-flout*="bottom\@lg--"] {
    align-items: flex-end; }

  [data-flout*="baseline\@lg--"] {
    align-items: baseline; } }
/* Multi-row alignment
========================================================================== */
[data-flout*="content-start--"] {
  align-content: flex-start; }

[data-flout*="content-center--"] {
  align-content: center; }

[data-flout*="content-end--"] {
  align-content: flex-end; }

[data-flout*="content-around--"] {
  align-content: space-around; }

[data-flout*="content-between--"] {
  align-content: space-between; }

@media all and (min-width: 22.5em) {
  [data-flout*="content-start\@xxs--"] {
    align-content: flex-start; }

  [data-flout*="content-center\@xxs--"] {
    align-content: center; }

  [data-flout*="content-end\@xxs--"] {
    align-content: flex-end; }

  [data-flout*="content-around\@xxs--"] {
    align-content: space-around; }

  [data-flout*="content-between\@xxs--"] {
    align-content: space-between; } }
@media all and (min-width: 30em) {
  [data-flout*="content-start\@xs--"] {
    align-content: flex-start; }

  [data-flout*="content-center\@xs--"] {
    align-content: center; }

  [data-flout*="content-end\@xs--"] {
    align-content: flex-end; }

  [data-flout*="content-around\@xs--"] {
    align-content: space-around; }

  [data-flout*="content-between\@xs--"] {
    align-content: space-between; } }
@media all and (min-width: 37.5em) {
  [data-flout*="content-start\@s--"] {
    align-content: flex-start; }

  [data-flout*="content-center\@s--"] {
    align-content: center; }

  [data-flout*="content-end\@s--"] {
    align-content: flex-end; }

  [data-flout*="content-around\@s--"] {
    align-content: space-around; }

  [data-flout*="content-between\@s--"] {
    align-content: space-between; } }
@media all and (min-width: 48em) {
  [data-flout*="content-start\@sm--"] {
    align-content: flex-start; }

  [data-flout*="content-center\@sm--"] {
    align-content: center; }

  [data-flout*="content-end\@sm--"] {
    align-content: flex-end; }

  [data-flout*="content-around\@sm--"] {
    align-content: space-around; }

  [data-flout*="content-between\@sm--"] {
    align-content: space-between; } }
@media all and (min-width: 52.5em) {
  [data-flout*="content-start\@md--"] {
    align-content: flex-start; }

  [data-flout*="content-center\@md--"] {
    align-content: center; }

  [data-flout*="content-end\@md--"] {
    align-content: flex-end; }

  [data-flout*="content-around\@md--"] {
    align-content: space-around; }

  [data-flout*="content-between\@md--"] {
    align-content: space-between; } }
@media all and (min-width: 64em) {
  [data-flout*="content-start\@mdl--"] {
    align-content: flex-start; }

  [data-flout*="content-center\@mdl--"] {
    align-content: center; }

  [data-flout*="content-end\@mdl--"] {
    align-content: flex-end; }

  [data-flout*="content-around\@mdl--"] {
    align-content: space-around; }

  [data-flout*="content-between\@mdl--"] {
    align-content: space-between; } }
@media all and (min-width: 80em) {
  [data-flout*="content-start\@lg--"] {
    align-content: flex-start; }

  [data-flout*="content-center\@lg--"] {
    align-content: center; }

  [data-flout*="content-end\@lg--"] {
    align-content: flex-end; }

  [data-flout*="content-around\@lg--"] {
    align-content: space-around; }

  [data-flout*="content-between\@lg--"] {
    align-content: space-between; } }
/* Horizontal alignment
========================================================================== */
[data-flout*="start--"] {
  justify-content: flex-start; }

[data-flout*="center--"] {
  justify-content: center; }

[data-flout*="end--"] {
  justify-content: flex-end; }

[data-flout*="around--"] {
  justify-content: space-around; }

[data-flout*="between--"] {
  justify-content: space-between; }

@media all and (min-width: 22.5em) {
  [data-flout*="start\@xxs--"] {
    justify-content: flex-start; }

  [data-flout*="center\@xxs--"] {
    justify-content: center; }

  [data-flout*="end\@xxs--"] {
    justify-content: flex-end; }

  [data-flout*="around\@xxs--"] {
    justify-content: space-around; }

  [data-flout*="between\@xxs--"] {
    justify-content: space-between; } }
@media all and (min-width: 30em) {
  [data-flout*="start\@xs--"] {
    justify-content: flex-start; }

  [data-flout*="center\@xs--"] {
    justify-content: center; }

  [data-flout*="end\@xs--"] {
    justify-content: flex-end; }

  [data-flout*="around\@xs--"] {
    justify-content: space-around; }

  [data-flout*="between\@xs--"] {
    justify-content: space-between; } }
@media all and (min-width: 37.5em) {
  [data-flout*="start\@s--"] {
    justify-content: flex-start; }

  [data-flout*="center\@s--"] {
    justify-content: center; }

  [data-flout*="end\@s--"] {
    justify-content: flex-end; }

  [data-flout*="around\@s--"] {
    justify-content: space-around; }

  [data-flout*="between\@s--"] {
    justify-content: space-between; } }
@media all and (min-width: 48em) {
  [data-flout*="start\@sm--"] {
    justify-content: flex-start; }

  [data-flout*="center\@sm--"] {
    justify-content: center; }

  [data-flout*="end\@sm--"] {
    justify-content: flex-end; }

  [data-flout*="around\@sm--"] {
    justify-content: space-around; }

  [data-flout*="between\@sm--"] {
    justify-content: space-between; } }
@media all and (min-width: 52.5em) {
  [data-flout*="start\@md--"] {
    justify-content: flex-start; }

  [data-flout*="center\@md--"] {
    justify-content: center; }

  [data-flout*="end\@md--"] {
    justify-content: flex-end; }

  [data-flout*="around\@md--"] {
    justify-content: space-around; }

  [data-flout*="between\@md--"] {
    justify-content: space-between; } }
@media all and (min-width: 64em) {
  [data-flout*="start\@mdl--"] {
    justify-content: flex-start; }

  [data-flout*="center\@mdl--"] {
    justify-content: center; }

  [data-flout*="end\@mdl--"] {
    justify-content: flex-end; }

  [data-flout*="around\@mdl--"] {
    justify-content: space-around; }

  [data-flout*="between\@mdl--"] {
    justify-content: space-between; } }
@media all and (min-width: 80em) {
  [data-flout*="start\@lg--"] {
    justify-content: flex-start; }

  [data-flout*="center\@lg--"] {
    justify-content: center; }

  [data-flout*="end\@lg--"] {
    justify-content: flex-end; }

  [data-flout*="around\@lg--"] {
    justify-content: space-around; }

  [data-flout*="between\@lg--"] {
    justify-content: space-between; } }
/* Layout items
========================================================================== */
[data-flitem="auto--"] {
  width: auto;
  flex: 0 0 auto; }

[data-flitem*="first--"] {
  order: -1; }

[data-flitem*="last--"] {
  order: 9999; }

[data-flitem*="top--"] {
  align-self: flex-start; }

[data-flitem*="middle--"] {
  align-self: center; }

[data-flitem*="bottom--"] {
  align-self: flex-end; }

[data-flitem*="baseline--"] {
  align-self: baseline; }

[data-flitem*="grow--"] {
  flex-grow: 1; }

[data-flitem*="shrink--"] {
  flex-shrink: 1; }

[data-flitem*="!grow--"] {
  flex-grow: 0; }

[data-flitem*="!shrink--"] {
  flex-shrink: 0; }

[data-flitem*="expand--"] {
  flex: 1 0 0.000000000001px; }

[data-flitem*="expand-auto--"] {
  flex: 1 0 auto; }

[data-flitem*="expand-break--"] {
  flex: 1 0 100%; }

[data-flitem*="none--"] {
  flex: none; }

/*
   when in column direction ie and safari do not honor content height
   Safari 7.1+ and IE-10-11

   https://github.com/philipwalton/flexbugs/issues/58
*/
_:-ms-input-placeholder, :root [data-flout*="col"] [data-flitem*="expand--"] {
  flex: 1 0 0.000000000001px; }

_:-ms-input-placeholder, :root [data-flout*="col"][data-flitem*="expand--"] {
  flex: 1 0 0.000000000001px; }

_::-webkit-full-page-media, _:future, :root [data-flout*="col"][data-flitem*="expand--"] {
  flex: 1 0 0.000000000001px; }

_::-webkit-full-page-media, _:future, :root [data-flout*="col"][data-flitem*="expand--"] {
  flex: 1 0 0.000000000001px; }

[data-flitem*="shy-left--"] {
  margin-left: auto; }

[data-flitem*="shy-right--"] {
  margin-right: auto; }

@media all and (min-width: 22.5em) {
  [data-flitem*="auto\@xxs--"] {
    width: auto;
    flex: 0 0 auto; }

  [data-flitem*="first\@xxs--"] {
    order: -1; }

  [data-flitem*="last\@xxs--"] {
    order: 9999; }

  [data-flitem*="top\@xxs--"] {
    align-self: flex-start; }

  [data-flitem*="middle\@xxs--"] {
    align-self: center; }

  [data-flitem*="bottom\@xxs--"] {
    align-self: flex-end; }

  [data-flitem*="baseline\@xxs--"] {
    align-self: baseline; }

  [data-flitem*="grow\@xxs--"] {
    flex-grow: 1; }

  [data-flitem*="shrink\@xxs--"] {
    flex-shrink: 1; }

  [data-flitem*="!grow\@xxs--"] {
    flex-grow: 0; }

  [data-flitem*="!shrink\@xxs--"] {
    flex-shrink: 0; }

  [data-flitem*="expand\@xxs--"] {
    flex: 1 0 0.000000000001px; }

  [data-flitem*="expand-auto\@xxs--"] {
    flex: 1 0 auto; }

  [data-flitem*="expand-break\@xxs--"] {
    flex: 1 0 100%; }

  [data-flitem*="none\@xxs--"] {
    flex: none; }

  [data-flitem*="shy-left\@xxs--"] {
    margin-left: auto; }

  [data-flitem*="shy-right\@xxs--"] {
    margin-right: auto; }

  _:-ms-input-placeholder, :root [data-flout*="col"] [data-flitem*="expand\@xxs--"] {
    flex: 1 0 0.000000000001px; }

  _:-ms-input-placeholder, :root [data-flout*="col"][data-flitem*="expand\@xxs--"] {
    flex: 1 0 0.000000000001px; }

  _::-webkit-full-page-media, _:future, :root [data-flout*="col"][data-flitem*="expand\@xxs--"] {
    flex: 1 0 0.000000000001px; }

  _::-webkit-full-page-media, _:future, :root [data-flout*="col"][data-flitem*="expand\@xxs--"] {
    flex: 1 0 0.000000000001px; } }
@media all and (min-width: 30em) {
  [data-flitem*="auto\@xs--"] {
    width: auto;
    flex: 0 0 auto; }

  [data-flitem*="first\@xs--"] {
    order: -1; }

  [data-flitem*="last\@xs--"] {
    order: 9999; }

  [data-flitem*="top\@xs--"] {
    align-self: flex-start; }

  [data-flitem*="middle\@xs--"] {
    align-self: center; }

  [data-flitem*="bottom\@xs--"] {
    align-self: flex-end; }

  [data-flitem*="baseline\@xs--"] {
    align-self: baseline; }

  [data-flitem*="grow\@xs--"] {
    flex-grow: 1; }

  [data-flitem*="shrink\@xs--"] {
    flex-shrink: 1; }

  [data-flitem*="!grow\@xs--"] {
    flex-grow: 0; }

  [data-flitem*="!shrink\@xs--"] {
    flex-shrink: 0; }

  [data-flitem*="expand\@xs--"] {
    flex: 1 0 0.000000000001px; }

  [data-flitem*="expand-auto\@xs--"] {
    flex: 1 0 auto; }

  [data-flitem*="expand-break\@xs--"] {
    flex: 1 0 100%; }

  [data-flitem*="none\@xs--"] {
    flex: none; }

  [data-flitem*="shy-left\@xs--"] {
    margin-left: auto; }

  [data-flitem*="shy-right\@xs--"] {
    margin-right: auto; }

  _:-ms-input-placeholder, :root [data-flout*="col"] [data-flitem*="expand\@xs--"] {
    flex: 1 0 0.000000000001px; }

  _:-ms-input-placeholder, :root [data-flout*="col"][data-flitem*="expand\@xs--"] {
    flex: 1 0 0.000000000001px; }

  _::-webkit-full-page-media, _:future, :root [data-flout*="col"][data-flitem*="expand\@xs--"] {
    flex: 1 0 0.000000000001px; }

  _::-webkit-full-page-media, _:future, :root [data-flout*="col"][data-flitem*="expand\@xs--"] {
    flex: 1 0 0.000000000001px; } }
@media all and (min-width: 37.5em) {
  [data-flitem*="auto\@s--"] {
    width: auto;
    flex: 0 0 auto; }

  [data-flitem*="first\@s--"] {
    order: -1; }

  [data-flitem*="last\@s--"] {
    order: 9999; }

  [data-flitem*="top\@s--"] {
    align-self: flex-start; }

  [data-flitem*="middle\@s--"] {
    align-self: center; }

  [data-flitem*="bottom\@s--"] {
    align-self: flex-end; }

  [data-flitem*="baseline\@s--"] {
    align-self: baseline; }

  [data-flitem*="grow\@s--"] {
    flex-grow: 1; }

  [data-flitem*="shrink\@s--"] {
    flex-shrink: 1; }

  [data-flitem*="!grow\@s--"] {
    flex-grow: 0; }

  [data-flitem*="!shrink\@s--"] {
    flex-shrink: 0; }

  [data-flitem*="expand\@s--"] {
    flex: 1 0 0.000000000001px; }

  [data-flitem*="expand-auto\@s--"] {
    flex: 1 0 auto; }

  [data-flitem*="expand-break\@s--"] {
    flex: 1 0 100%; }

  [data-flitem*="none\@s--"] {
    flex: none; }

  [data-flitem*="shy-left\@s--"] {
    margin-left: auto; }

  [data-flitem*="shy-right\@s--"] {
    margin-right: auto; }

  _:-ms-input-placeholder, :root [data-flout*="col"] [data-flitem*="expand\@s--"] {
    flex: 1 0 0.000000000001px; }

  _:-ms-input-placeholder, :root [data-flout*="col"][data-flitem*="expand\@s--"] {
    flex: 1 0 0.000000000001px; }

  _::-webkit-full-page-media, _:future, :root [data-flout*="col"][data-flitem*="expand\@s--"] {
    flex: 1 0 0.000000000001px; }

  _::-webkit-full-page-media, _:future, :root [data-flout*="col"][data-flitem*="expand\@s--"] {
    flex: 1 0 0.000000000001px; } }
@media all and (min-width: 48em) {
  [data-flitem*="auto\@sm--"] {
    width: auto;
    flex: 0 0 auto; }

  [data-flitem*="first\@sm--"] {
    order: -1; }

  [data-flitem*="last\@sm--"] {
    order: 9999; }

  [data-flitem*="top\@sm--"] {
    align-self: flex-start; }

  [data-flitem*="middle\@sm--"] {
    align-self: center; }

  [data-flitem*="bottom\@sm--"] {
    align-self: flex-end; }

  [data-flitem*="baseline\@sm--"] {
    align-self: baseline; }

  [data-flitem*="grow\@sm--"] {
    flex-grow: 1; }

  [data-flitem*="shrink\@sm--"] {
    flex-shrink: 1; }

  [data-flitem*="!grow\@sm--"] {
    flex-grow: 0; }

  [data-flitem*="!shrink\@sm--"] {
    flex-shrink: 0; }

  [data-flitem*="expand\@sm--"] {
    flex: 1 0 0.000000000001px; }

  [data-flitem*="expand-auto\@sm--"] {
    flex: 1 0 auto; }

  [data-flitem*="expand-break\@sm--"] {
    flex: 1 0 100%; }

  [data-flitem*="none\@sm--"] {
    flex: none; }

  [data-flitem*="shy-left\@sm--"] {
    margin-left: auto; }

  [data-flitem*="shy-right\@sm--"] {
    margin-right: auto; }

  _:-ms-input-placeholder, :root [data-flout*="col"] [data-flitem*="expand\@sm--"] {
    flex: 1 0 0.000000000001px; }

  _:-ms-input-placeholder, :root [data-flout*="col"][data-flitem*="expand\@sm--"] {
    flex: 1 0 0.000000000001px; }

  _::-webkit-full-page-media, _:future, :root [data-flout*="col"][data-flitem*="expand\@sm--"] {
    flex: 1 0 0.000000000001px; }

  _::-webkit-full-page-media, _:future, :root [data-flout*="col"][data-flitem*="expand\@sm--"] {
    flex: 1 0 0.000000000001px; } }
@media all and (min-width: 52.5em) {
  [data-flitem*="auto\@md--"] {
    width: auto;
    flex: 0 0 auto; }

  [data-flitem*="first\@md--"] {
    order: -1; }

  [data-flitem*="last\@md--"] {
    order: 9999; }

  [data-flitem*="top\@md--"] {
    align-self: flex-start; }

  [data-flitem*="middle\@md--"] {
    align-self: center; }

  [data-flitem*="bottom\@md--"] {
    align-self: flex-end; }

  [data-flitem*="baseline\@md--"] {
    align-self: baseline; }

  [data-flitem*="grow\@md--"] {
    flex-grow: 1; }

  [data-flitem*="shrink\@md--"] {
    flex-shrink: 1; }

  [data-flitem*="!grow\@md--"] {
    flex-grow: 0; }

  [data-flitem*="!shrink\@md--"] {
    flex-shrink: 0; }

  [data-flitem*="expand\@md--"] {
    flex: 1 0 0.000000000001px; }

  [data-flitem*="expand-auto\@md--"] {
    flex: 1 0 auto; }

  [data-flitem*="expand-break\@md--"] {
    flex: 1 0 100%; }

  [data-flitem*="none\@md--"] {
    flex: none; }

  [data-flitem*="shy-left\@md--"] {
    margin-left: auto; }

  [data-flitem*="shy-right\@md--"] {
    margin-right: auto; }

  _:-ms-input-placeholder, :root [data-flout*="col"] [data-flitem*="expand\@md--"] {
    flex: 1 0 0.000000000001px; }

  _:-ms-input-placeholder, :root [data-flout*="col"][data-flitem*="expand\@md--"] {
    flex: 1 0 0.000000000001px; }

  _::-webkit-full-page-media, _:future, :root [data-flout*="col"][data-flitem*="expand\@md--"] {
    flex: 1 0 0.000000000001px; }

  _::-webkit-full-page-media, _:future, :root [data-flout*="col"][data-flitem*="expand\@md--"] {
    flex: 1 0 0.000000000001px; } }
@media all and (min-width: 64em) {
  [data-flitem*="auto\@mdl--"] {
    width: auto;
    flex: 0 0 auto; }

  [data-flitem*="first\@mdl--"] {
    order: -1; }

  [data-flitem*="last\@mdl--"] {
    order: 9999; }

  [data-flitem*="top\@mdl--"] {
    align-self: flex-start; }

  [data-flitem*="middle\@mdl--"] {
    align-self: center; }

  [data-flitem*="bottom\@mdl--"] {
    align-self: flex-end; }

  [data-flitem*="baseline\@mdl--"] {
    align-self: baseline; }

  [data-flitem*="grow\@mdl--"] {
    flex-grow: 1; }

  [data-flitem*="shrink\@mdl--"] {
    flex-shrink: 1; }

  [data-flitem*="!grow\@mdl--"] {
    flex-grow: 0; }

  [data-flitem*="!shrink\@mdl--"] {
    flex-shrink: 0; }

  [data-flitem*="expand\@mdl--"] {
    flex: 1 0 0.000000000001px; }

  [data-flitem*="expand-auto\@mdl--"] {
    flex: 1 0 auto; }

  [data-flitem*="expand-break\@mdl--"] {
    flex: 1 0 100%; }

  [data-flitem*="none\@mdl--"] {
    flex: none; }

  [data-flitem*="shy-left\@mdl--"] {
    margin-left: auto; }

  [data-flitem*="shy-right\@mdl--"] {
    margin-right: auto; }

  _:-ms-input-placeholder, :root [data-flout*="col"] [data-flitem*="expand\@mdl--"] {
    flex: 1 0 0.000000000001px; }

  _:-ms-input-placeholder, :root [data-flout*="col"][data-flitem*="expand\@mdl--"] {
    flex: 1 0 0.000000000001px; }

  _::-webkit-full-page-media, _:future, :root [data-flout*="col"][data-flitem*="expand\@mdl--"] {
    flex: 1 0 0.000000000001px; }

  _::-webkit-full-page-media, _:future, :root [data-flout*="col"][data-flitem*="expand\@mdl--"] {
    flex: 1 0 0.000000000001px; } }
@media all and (min-width: 80em) {
  [data-flitem*="auto\@lg--"] {
    width: auto;
    flex: 0 0 auto; }

  [data-flitem*="first\@lg--"] {
    order: -1; }

  [data-flitem*="last\@lg--"] {
    order: 9999; }

  [data-flitem*="top\@lg--"] {
    align-self: flex-start; }

  [data-flitem*="middle\@lg--"] {
    align-self: center; }

  [data-flitem*="bottom\@lg--"] {
    align-self: flex-end; }

  [data-flitem*="baseline\@lg--"] {
    align-self: baseline; }

  [data-flitem*="grow\@lg--"] {
    flex-grow: 1; }

  [data-flitem*="shrink\@lg--"] {
    flex-shrink: 1; }

  [data-flitem*="!grow\@lg--"] {
    flex-grow: 0; }

  [data-flitem*="!shrink\@lg--"] {
    flex-shrink: 0; }

  [data-flitem*="expand\@lg--"] {
    flex: 1 0 0.000000000001px; }

  [data-flitem*="expand-auto\@lg--"] {
    flex: 1 0 auto; }

  [data-flitem*="expand-break\@lg--"] {
    flex: 1 0 100%; }

  [data-flitem*="none\@lg--"] {
    flex: none; }

  [data-flitem*="shy-left\@lg--"] {
    margin-left: auto; }

  [data-flitem*="shy-right\@lg--"] {
    margin-right: auto; }

  _:-ms-input-placeholder, :root [data-flout*="col"] [data-flitem*="expand\@lg--"] {
    flex: 1 0 0.000000000001px; }

  _:-ms-input-placeholder, :root [data-flout*="col"][data-flitem*="expand\@lg--"] {
    flex: 1 0 0.000000000001px; }

  _::-webkit-full-page-media, _:future, :root [data-flout*="col"][data-flitem*="expand\@lg--"] {
    flex: 1 0 0.000000000001px; }

  _::-webkit-full-page-media, _:future, :root [data-flout*="col"][data-flitem*="expand\@lg--"] {
    flex: 1 0 0.000000000001px; } }
[data-flout*="match-height--"] {
  align-items: inherit; }
  [data-flout*="match-height--"] > * {
    display: flex;
    flex-direction: column; }

.s-swiper,
.s-swiper__wrap,
.s-swiper__slide {
  height: 100%;
  position: relative; }

.s-swiper__slide {
  display: flex;
  align-items: center;
  justify-content: center; }
  .s-swiper__slide > * {
    box-sizing: border-box; }

.s-swiper__figure {
  position: relative;
  display: flex;
  height: 100%;
  width: 100%;
  align-items: flex-end;
  justify-content: center; }
  .s-swiper__figure:after, .s-swiper__figure:before {
    content: " ";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    user-select: none;
    pointer-events: none; }
  .s-swiper__figure:before {
    z-index: 2;
    background-color: #f7911e;
    mix-blend-mode: multiply; }
  .s-swiper__figure:after {
    z-index: 3;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%); }

.s-swiper__img {
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  object-fit: cover;
  z-index: 1; }

.s-swiper__controls {
  display: flex;
  justify-content: center;
  text-transform: uppercase; }

.s-swiper .s-swiper__controls {
  align-items: center;
  cursor: pointer;
  position: relative;
  z-index: 100; }
.s-swiper .s-swiper__pag {
  min-width: 64px;
  text-align: center;
  font-size: 24px;
  font-weight: 800;
  letter-spacing: -1px; }
  .s-swiper .s-swiper__pag .swiper-pagination-current {
    font-size: 48px; }
.s-swiper .s-swiper__pag-b {
  display: flex;
  z-index: 100; }
  .s-swiper .s-swiper__pag-b .swiper-pagination-bullet {
    background: currentColor;
    margin: 0 4px; }
.s-swiper .s-swiper__button {
  color: #f7911e;
  font-weight: 800;
  font-size: 12px;
  letter-spacing: 1px; }
  .s-swiper .s-swiper__button:hover {
    color: #f8a240; }
@media all and (min-width: 64em) {
  .s-swiper .s-swiper__controls--h {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    justify-content: center;
    padding: 4px 24px; } }
.s-swiper .s-swiper__controls--h .s-swiper__pag {
  width: 160px; }
.s-swiper .s-swiper__controls--v {
  position: absolute;
  top: 50%;
  left: 0;
  display: flex;
  flex-direction: column;
  transform: translateY(-50%); }
  .s-swiper .s-swiper__controls--v .s-swiper__pag-b {
    padding: 8px 16px;
    display: flex;
    flex-direction: column; }
    .s-swiper .s-swiper__controls--v .s-swiper__pag-b .swiper-pagination-bullet {
      background: currentColor;
      margin: 4px 0px; }
    @media all and (min-width: 64em) {
      .s-swiper .s-swiper__controls--v .s-swiper__pag-b {
        padding: 8px 24px; }
        .s-swiper .s-swiper__controls--v .s-swiper__pag-b .swiper-pagination-bullet {
          width: 12px;
          height: 12px; } }

/*
 * Gallery Swiper
*/
.s-swiper--gallery {
  /*
    PAGINATION AND ARROWS
  */ }
  .s-swiper--gallery .s-swiper__figcaption {
    position: relative;
    z-index: 4;
    color: white;
    max-width: 66.666%;
    padding: 24px;
    margin-bottom: 24px; }
    @media all and (min-width: 30em) {
      .s-swiper--gallery .s-swiper__figcaption {
        max-width: 50%; } }
    @media all and (min-width: 64em) {
      .s-swiper--gallery .s-swiper__figcaption {
        margin-bottom: 64px; } }
    @media all and (min-width: 80em) {
      .s-swiper--gallery .s-swiper__figcaption {
        max-width: 33.333%; } }
  .s-swiper--gallery .s-swiper__controls {
    position: absolute;
    z-index: 1000;
    top: 24px;
    width: 100%;
    display: flex;
    justify-content: center; }
    @media all and (max-width: 63.9375em) {
      .s-swiper--gallery .s-swiper__controls .s-swiper__button {
        display: none; } }
    @media all and (min-width: 64em) {
      .s-swiper--gallery .s-swiper__controls {
        width: auto;
        right: 23% !important;
        flex-direction: column;
        top: 40%;
        transform: translateY(-50%); } }
    @media all and (min-width: 90em) {
      .s-swiper--gallery .s-swiper__controls {
        top: 50%; } }
  .s-swiper--gallery .s-swiper__pag {
    color: white; }
    .s-swiper--gallery .s-swiper__pag .swiper-pagination-bullet {
      background: currentColor;
      margin: 0 4px; }
    @media all and (min-width: 64em) {
      .s-swiper--gallery .s-swiper__pag {
        padding: 24px 0; } }
  .s-swiper--gallery .s-swiper__button {
    z-index: 100;
    color: white; }
    .s-swiper--gallery .s-swiper__button:hover {
      cursor: pointer !important; }
    .s-swiper--gallery .s-swiper__button--prev {
      left: 16px; }
    .s-swiper--gallery .s-swiper__button--next {
      right: 16px; }
    @media all and (min-width: 64em) {
      .s-swiper--gallery .s-swiper__button.s-swiper__button--prev {
        transform: rotate(90deg); }
      .s-swiper--gallery .s-swiper__button.s-swiper__button--next {
        transform: rotate(90deg); } }

.swiper-container-horizontal .s-swiper__pag {
  min-width: 160px; }

.no-swipe {
  cursor: text; }

.s-generated--blog {
  margin-bottom: 48px;
  color: #2b2b2b;
  font-size: 16px;
  line-height: 1.5; }
  @media all and (min-width: 52.5em) {
    .s-generated--blog {
      font-size: 20px;
      line-height: 1.6; } }
  .s-generated--blog > header {
    margin-top: -25%;
    margin-bottom: 48px; }
    @media all and (min-width: 90em) {
      .s-generated--blog > header {
        margin-top: -10%; } }
  .s-generated--blog > section {
    margin-top: -15%;
    position: relative;
    z-index: 2;
    background: white;
    padding-top: 24px;
    border-radius: 20px; }
  .s-generated--blog h1 {
    letter-spacing: -0.025em;
    font-weight: 800;
    margin-bottom: 32px;
    line-height: 1; }
    .s-generated--blog h1 {
      font-size: 36px; }
      @media screen and (min-width: 320px) {
        .s-generated--blog h1 {
          font-size: calc(36px + 28 * ((100vw - 320px) / 960)); } }
      @media screen and (min-width: 1280px) {
        .s-generated--blog h1 {
          font-size: 64px; } }
  .s-generated--blog h1 + p {
    font-size: 18px;
    font-weight: 800; }
  .s-generated--blog h1:first-of-type + p {
    margin-bottom: 72px; }
  .s-generated--blog h3,
  .s-generated--blog p {
    font-size: 20px;
    line-height: 1.6; }
  .s-generated--blog p + h3 {
    margin-top: 72px; }
  .s-generated--blog p + ol {
    margin-top: -24px;
    margin-bottom: 24px;
    padding-left: 1em; }
  .s-generated--blog blockquote,
  .s-generated--blog figure {
    margin-left: 32px -16px 32px -16px; }
    .s-generated--blog blockquote figcaption,
    .s-generated--blog figure figcaption {
      text-align: right;
      color: #b3b3b3;
      padding: 16px 24px; }
    .s-generated--blog blockquote img,
    .s-generated--blog figure img {
      border-radius: 24px;
      overflow: hidden; }
  .s-generated--blog .c-typeset__label {
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #919191;
    margin-bottom: 20px; }
  .s-generated--blog blockquote,
  .s-generated--blog blockquote p {
    position: relative;
    font-weight: 800;
    line-height: 1.2;
    margin-top: 80px; }
    .s-generated--blog blockquote,
    .s-generated--blog blockquote p {
      font-size: 24px; }
      @media screen and (min-width: 320px) {
        .s-generated--blog blockquote,
        .s-generated--blog blockquote p {
          font-size: calc(24px + 16 * ((100vw - 320px) / 960)); } }
      @media screen and (min-width: 1280px) {
        .s-generated--blog blockquote,
        .s-generated--blog blockquote p {
          font-size: 40px; } }
    .s-generated--blog blockquote:before,
    .s-generated--blog blockquote p:before {
      content: "“";
      position: absolute;
      width: 80px;
      height: 80px;
      background: #f7911e;
      border-radius: 50%;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      position: absolute;
      z-index: -1;
      top: -50px;
      left: -40px;
      font-size: 200px;
      padding-top: 40px; }
  .s-generated--blog blockquote cite {
    text-align: right;
    display: block;
    margin-top: 24px;
    font-size: 18px;
    font-style: normal;
    letter-spacing: -1px;
    color: #919191;
    max-width: 50%;
    margin-left: auto; }
  .s-generated--blog a {
    text-decoration: underline; }
  @media all and (min-width: 52.5em) {
    .s-generated--blog figure,
    .s-generated--blog blockquote {
      margin-top: 104px;
      margin-bottom: 88px;
      margin-left: -16.6666667%;
      margin-right: -16.6666667%; } }

/*
 * Sizing Utitlies
 * Dimensioning blocks based on grid or percentages
 */
.u-width-auto,
.u-col-auto {
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: auto;
  max-width: 100%; }

.u-w-100,
.u-width-100 {
  flex: 1 0 100%;
  max-width: 100%;
  width: 100%; }

/*
 * Grid column sizing classes
 * Yes they can be used outside grid container
 */
.u-col-1 {
  flex: 0 0 8.3333333333%;
  width: 8.3333333333%;
  max-width: 8.3333333333%; }

.u-col-2 {
  flex: 0 0 16.6666666667%;
  width: 16.6666666667%;
  max-width: 16.6666666667%; }

.u-col-3 {
  flex: 0 0 25%;
  width: 25%;
  max-width: 25%; }

.u-col-4 {
  flex: 0 0 33.3333333333%;
  width: 33.3333333333%;
  max-width: 33.3333333333%; }

.u-col-5 {
  flex: 0 0 41.6666666667%;
  width: 41.6666666667%;
  max-width: 41.6666666667%; }

.u-col-6 {
  flex: 0 0 50%;
  width: 50%;
  max-width: 50%; }

.u-col-7 {
  flex: 0 0 58.3333333333%;
  width: 58.3333333333%;
  max-width: 58.3333333333%; }

.u-col-8 {
  flex: 0 0 66.6666666667%;
  width: 66.6666666667%;
  max-width: 66.6666666667%; }

.u-col-9 {
  flex: 0 0 75%;
  width: 75%;
  max-width: 75%; }

.u-col-10 {
  flex: 0 0 83.3333333333%;
  width: 83.3333333333%;
  max-width: 83.3333333333%; }

.u-col-11 {
  flex: 0 0 91.6666666667%;
  width: 91.6666666667%;
  max-width: 91.6666666667%; }

.u-col-12 {
  flex: 0 0 100%;
  width: 100%;
  max-width: 100%; }

@media all and (min-width: 22.5em) {
  .u-col-1\@xxs {
    flex: 0 0 8.3333333333%;
    width: 8.3333333333%;
    max-width: 8.3333333333%; }

  .u-col-2\@xxs {
    flex: 0 0 16.6666666667%;
    width: 16.6666666667%;
    max-width: 16.6666666667%; }

  .u-col-3\@xxs {
    flex: 0 0 25%;
    width: 25%;
    max-width: 25%; }

  .u-col-4\@xxs {
    flex: 0 0 33.3333333333%;
    width: 33.3333333333%;
    max-width: 33.3333333333%; }

  .u-col-5\@xxs {
    flex: 0 0 41.6666666667%;
    width: 41.6666666667%;
    max-width: 41.6666666667%; }

  .u-col-6\@xxs {
    flex: 0 0 50%;
    width: 50%;
    max-width: 50%; }

  .u-col-7\@xxs {
    flex: 0 0 58.3333333333%;
    width: 58.3333333333%;
    max-width: 58.3333333333%; }

  .u-col-8\@xxs {
    flex: 0 0 66.6666666667%;
    width: 66.6666666667%;
    max-width: 66.6666666667%; }

  .u-col-9\@xxs {
    flex: 0 0 75%;
    width: 75%;
    max-width: 75%; }

  .u-col-10\@xxs {
    flex: 0 0 83.3333333333%;
    width: 83.3333333333%;
    max-width: 83.3333333333%; }

  .u-col-11\@xxs {
    flex: 0 0 91.6666666667%;
    width: 91.6666666667%;
    max-width: 91.6666666667%; }

  .u-col-12\@xxs {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%; }

  .u-col-auto\@xxs {
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: auto;
    max-width: 100%; } }
@media all and (min-width: 30em) {
  .u-col-1\@xs {
    flex: 0 0 8.3333333333%;
    width: 8.3333333333%;
    max-width: 8.3333333333%; }

  .u-col-2\@xs {
    flex: 0 0 16.6666666667%;
    width: 16.6666666667%;
    max-width: 16.6666666667%; }

  .u-col-3\@xs {
    flex: 0 0 25%;
    width: 25%;
    max-width: 25%; }

  .u-col-4\@xs {
    flex: 0 0 33.3333333333%;
    width: 33.3333333333%;
    max-width: 33.3333333333%; }

  .u-col-5\@xs {
    flex: 0 0 41.6666666667%;
    width: 41.6666666667%;
    max-width: 41.6666666667%; }

  .u-col-6\@xs {
    flex: 0 0 50%;
    width: 50%;
    max-width: 50%; }

  .u-col-7\@xs {
    flex: 0 0 58.3333333333%;
    width: 58.3333333333%;
    max-width: 58.3333333333%; }

  .u-col-8\@xs {
    flex: 0 0 66.6666666667%;
    width: 66.6666666667%;
    max-width: 66.6666666667%; }

  .u-col-9\@xs {
    flex: 0 0 75%;
    width: 75%;
    max-width: 75%; }

  .u-col-10\@xs {
    flex: 0 0 83.3333333333%;
    width: 83.3333333333%;
    max-width: 83.3333333333%; }

  .u-col-11\@xs {
    flex: 0 0 91.6666666667%;
    width: 91.6666666667%;
    max-width: 91.6666666667%; }

  .u-col-12\@xs {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%; }

  .u-col-auto\@xs {
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: auto;
    max-width: 100%; } }
@media all and (min-width: 37.5em) {
  .u-col-1\@s {
    flex: 0 0 8.3333333333%;
    width: 8.3333333333%;
    max-width: 8.3333333333%; }

  .u-col-2\@s {
    flex: 0 0 16.6666666667%;
    width: 16.6666666667%;
    max-width: 16.6666666667%; }

  .u-col-3\@s {
    flex: 0 0 25%;
    width: 25%;
    max-width: 25%; }

  .u-col-4\@s {
    flex: 0 0 33.3333333333%;
    width: 33.3333333333%;
    max-width: 33.3333333333%; }

  .u-col-5\@s {
    flex: 0 0 41.6666666667%;
    width: 41.6666666667%;
    max-width: 41.6666666667%; }

  .u-col-6\@s {
    flex: 0 0 50%;
    width: 50%;
    max-width: 50%; }

  .u-col-7\@s {
    flex: 0 0 58.3333333333%;
    width: 58.3333333333%;
    max-width: 58.3333333333%; }

  .u-col-8\@s {
    flex: 0 0 66.6666666667%;
    width: 66.6666666667%;
    max-width: 66.6666666667%; }

  .u-col-9\@s {
    flex: 0 0 75%;
    width: 75%;
    max-width: 75%; }

  .u-col-10\@s {
    flex: 0 0 83.3333333333%;
    width: 83.3333333333%;
    max-width: 83.3333333333%; }

  .u-col-11\@s {
    flex: 0 0 91.6666666667%;
    width: 91.6666666667%;
    max-width: 91.6666666667%; }

  .u-col-12\@s {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%; }

  .u-col-auto\@s {
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: auto;
    max-width: 100%; } }
@media all and (min-width: 48em) {
  .u-col-1\@sm {
    flex: 0 0 8.3333333333%;
    width: 8.3333333333%;
    max-width: 8.3333333333%; }

  .u-col-2\@sm {
    flex: 0 0 16.6666666667%;
    width: 16.6666666667%;
    max-width: 16.6666666667%; }

  .u-col-3\@sm {
    flex: 0 0 25%;
    width: 25%;
    max-width: 25%; }

  .u-col-4\@sm {
    flex: 0 0 33.3333333333%;
    width: 33.3333333333%;
    max-width: 33.3333333333%; }

  .u-col-5\@sm {
    flex: 0 0 41.6666666667%;
    width: 41.6666666667%;
    max-width: 41.6666666667%; }

  .u-col-6\@sm {
    flex: 0 0 50%;
    width: 50%;
    max-width: 50%; }

  .u-col-7\@sm {
    flex: 0 0 58.3333333333%;
    width: 58.3333333333%;
    max-width: 58.3333333333%; }

  .u-col-8\@sm {
    flex: 0 0 66.6666666667%;
    width: 66.6666666667%;
    max-width: 66.6666666667%; }

  .u-col-9\@sm {
    flex: 0 0 75%;
    width: 75%;
    max-width: 75%; }

  .u-col-10\@sm {
    flex: 0 0 83.3333333333%;
    width: 83.3333333333%;
    max-width: 83.3333333333%; }

  .u-col-11\@sm {
    flex: 0 0 91.6666666667%;
    width: 91.6666666667%;
    max-width: 91.6666666667%; }

  .u-col-12\@sm {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%; }

  .u-col-auto\@sm {
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: auto;
    max-width: 100%; } }
@media all and (min-width: 52.5em) {
  .u-col-1\@md {
    flex: 0 0 8.3333333333%;
    width: 8.3333333333%;
    max-width: 8.3333333333%; }

  .u-col-2\@md {
    flex: 0 0 16.6666666667%;
    width: 16.6666666667%;
    max-width: 16.6666666667%; }

  .u-col-3\@md {
    flex: 0 0 25%;
    width: 25%;
    max-width: 25%; }

  .u-col-4\@md {
    flex: 0 0 33.3333333333%;
    width: 33.3333333333%;
    max-width: 33.3333333333%; }

  .u-col-5\@md {
    flex: 0 0 41.6666666667%;
    width: 41.6666666667%;
    max-width: 41.6666666667%; }

  .u-col-6\@md {
    flex: 0 0 50%;
    width: 50%;
    max-width: 50%; }

  .u-col-7\@md {
    flex: 0 0 58.3333333333%;
    width: 58.3333333333%;
    max-width: 58.3333333333%; }

  .u-col-8\@md {
    flex: 0 0 66.6666666667%;
    width: 66.6666666667%;
    max-width: 66.6666666667%; }

  .u-col-9\@md {
    flex: 0 0 75%;
    width: 75%;
    max-width: 75%; }

  .u-col-10\@md {
    flex: 0 0 83.3333333333%;
    width: 83.3333333333%;
    max-width: 83.3333333333%; }

  .u-col-11\@md {
    flex: 0 0 91.6666666667%;
    width: 91.6666666667%;
    max-width: 91.6666666667%; }

  .u-col-12\@md {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%; }

  .u-col-auto\@md {
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: auto;
    max-width: 100%; } }
@media all and (min-width: 64em) {
  .u-col-1\@mdl {
    flex: 0 0 8.3333333333%;
    width: 8.3333333333%;
    max-width: 8.3333333333%; }

  .u-col-2\@mdl {
    flex: 0 0 16.6666666667%;
    width: 16.6666666667%;
    max-width: 16.6666666667%; }

  .u-col-3\@mdl {
    flex: 0 0 25%;
    width: 25%;
    max-width: 25%; }

  .u-col-4\@mdl {
    flex: 0 0 33.3333333333%;
    width: 33.3333333333%;
    max-width: 33.3333333333%; }

  .u-col-5\@mdl {
    flex: 0 0 41.6666666667%;
    width: 41.6666666667%;
    max-width: 41.6666666667%; }

  .u-col-6\@mdl {
    flex: 0 0 50%;
    width: 50%;
    max-width: 50%; }

  .u-col-7\@mdl {
    flex: 0 0 58.3333333333%;
    width: 58.3333333333%;
    max-width: 58.3333333333%; }

  .u-col-8\@mdl {
    flex: 0 0 66.6666666667%;
    width: 66.6666666667%;
    max-width: 66.6666666667%; }

  .u-col-9\@mdl {
    flex: 0 0 75%;
    width: 75%;
    max-width: 75%; }

  .u-col-10\@mdl {
    flex: 0 0 83.3333333333%;
    width: 83.3333333333%;
    max-width: 83.3333333333%; }

  .u-col-11\@mdl {
    flex: 0 0 91.6666666667%;
    width: 91.6666666667%;
    max-width: 91.6666666667%; }

  .u-col-12\@mdl {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%; }

  .u-col-auto\@mdl {
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: auto;
    max-width: 100%; } }
@media all and (min-width: 80em) {
  .u-col-1\@lg {
    flex: 0 0 8.3333333333%;
    width: 8.3333333333%;
    max-width: 8.3333333333%; }

  .u-col-2\@lg {
    flex: 0 0 16.6666666667%;
    width: 16.6666666667%;
    max-width: 16.6666666667%; }

  .u-col-3\@lg {
    flex: 0 0 25%;
    width: 25%;
    max-width: 25%; }

  .u-col-4\@lg {
    flex: 0 0 33.3333333333%;
    width: 33.3333333333%;
    max-width: 33.3333333333%; }

  .u-col-5\@lg {
    flex: 0 0 41.6666666667%;
    width: 41.6666666667%;
    max-width: 41.6666666667%; }

  .u-col-6\@lg {
    flex: 0 0 50%;
    width: 50%;
    max-width: 50%; }

  .u-col-7\@lg {
    flex: 0 0 58.3333333333%;
    width: 58.3333333333%;
    max-width: 58.3333333333%; }

  .u-col-8\@lg {
    flex: 0 0 66.6666666667%;
    width: 66.6666666667%;
    max-width: 66.6666666667%; }

  .u-col-9\@lg {
    flex: 0 0 75%;
    width: 75%;
    max-width: 75%; }

  .u-col-10\@lg {
    flex: 0 0 83.3333333333%;
    width: 83.3333333333%;
    max-width: 83.3333333333%; }

  .u-col-11\@lg {
    flex: 0 0 91.6666666667%;
    width: 91.6666666667%;
    max-width: 91.6666666667%; }

  .u-col-12\@lg {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%; }

  .u-col-auto\@lg {
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: auto;
    max-width: 100%; } }
/*
 * Grid offset classes
 */
.u-push-col-1 {
  margin-left: 8.3333333333%; }

.u-pull-col-1  {
  margin-left: -8.3333333333%; }

.u-push-col-2 {
  margin-left: 16.6666666667%; }

.u-pull-col-2  {
  margin-left: -16.6666666667%; }

.u-push-col-3 {
  margin-left: 25%; }

.u-pull-col-3  {
  margin-left: -25%; }

.u-push-col-4 {
  margin-left: 33.3333333333%; }

.u-pull-col-4  {
  margin-left: -33.3333333333%; }

.u-push-col-5 {
  margin-left: 41.6666666667%; }

.u-pull-col-5  {
  margin-left: -41.6666666667%; }

.u-push-col-6 {
  margin-left: 50%; }

.u-pull-col-6  {
  margin-left: -50%; }

.u-push-col-7 {
  margin-left: 58.3333333333%; }

.u-pull-col-7  {
  margin-left: -58.3333333333%; }

.u-push-col-8 {
  margin-left: 66.6666666667%; }

.u-pull-col-8  {
  margin-left: -66.6666666667%; }

.u-push-col-9 {
  margin-left: 75%; }

.u-pull-col-9  {
  margin-left: -75%; }

.u-push-col-10 {
  margin-left: 83.3333333333%; }

.u-pull-col-10  {
  margin-left: -83.3333333333%; }

.u-push-col-11 {
  margin-left: 91.6666666667%; }

.u-pull-col-11  {
  margin-left: -91.6666666667%; }

.u-push-col-12 {
  margin-left: 100%; }

.u-pull-col-12  {
  margin-left: -100%; }

@media all and (min-width: 22.5em) {
  .u-push-col-0\@xxs {
    margin-left: 0%; }

  .u-pull-col-0\@xxs {
    margin-left: 0%; }

  .u-push-col-1\@xxs {
    margin-left: 8.3333333333%; }

  .u-pull-col-1\@xxs {
    margin-left: -8.3333333333%; }

  .u-push-col-2\@xxs {
    margin-left: 16.6666666667%; }

  .u-pull-col-2\@xxs {
    margin-left: -16.6666666667%; }

  .u-push-col-3\@xxs {
    margin-left: 25%; }

  .u-pull-col-3\@xxs {
    margin-left: -25%; }

  .u-push-col-4\@xxs {
    margin-left: 33.3333333333%; }

  .u-pull-col-4\@xxs {
    margin-left: -33.3333333333%; }

  .u-push-col-5\@xxs {
    margin-left: 41.6666666667%; }

  .u-pull-col-5\@xxs {
    margin-left: -41.6666666667%; }

  .u-push-col-6\@xxs {
    margin-left: 50%; }

  .u-pull-col-6\@xxs {
    margin-left: -50%; }

  .u-push-col-7\@xxs {
    margin-left: 58.3333333333%; }

  .u-pull-col-7\@xxs {
    margin-left: -58.3333333333%; }

  .u-push-col-8\@xxs {
    margin-left: 66.6666666667%; }

  .u-pull-col-8\@xxs {
    margin-left: -66.6666666667%; }

  .u-push-col-9\@xxs {
    margin-left: 75%; }

  .u-pull-col-9\@xxs {
    margin-left: -75%; }

  .u-push-col-10\@xxs {
    margin-left: 83.3333333333%; }

  .u-pull-col-10\@xxs {
    margin-left: -83.3333333333%; }

  .u-push-col-11\@xxs {
    margin-left: 91.6666666667%; }

  .u-pull-col-11\@xxs {
    margin-left: -91.6666666667%; }

  .u-push-col-12\@xxs {
    margin-left: 100%; }

  .u-pull-col-12\@xxs {
    margin-left: -100%; }

  .u-push-auto\@xxs {
    margin-left: auto; }

  .u-pull-auto\@xxs {
    margin-right: auto; } }
@media all and (min-width: 30em) {
  .u-push-col-0\@xs {
    margin-left: 0%; }

  .u-pull-col-0\@xs {
    margin-left: 0%; }

  .u-push-col-1\@xs {
    margin-left: 8.3333333333%; }

  .u-pull-col-1\@xs {
    margin-left: -8.3333333333%; }

  .u-push-col-2\@xs {
    margin-left: 16.6666666667%; }

  .u-pull-col-2\@xs {
    margin-left: -16.6666666667%; }

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

  .u-pull-col-3\@xs {
    margin-left: -25%; }

  .u-push-col-4\@xs {
    margin-left: 33.3333333333%; }

  .u-pull-col-4\@xs {
    margin-left: -33.3333333333%; }

  .u-push-col-5\@xs {
    margin-left: 41.6666666667%; }

  .u-pull-col-5\@xs {
    margin-left: -41.6666666667%; }

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

  .u-pull-col-6\@xs {
    margin-left: -50%; }

  .u-push-col-7\@xs {
    margin-left: 58.3333333333%; }

  .u-pull-col-7\@xs {
    margin-left: -58.3333333333%; }

  .u-push-col-8\@xs {
    margin-left: 66.6666666667%; }

  .u-pull-col-8\@xs {
    margin-left: -66.6666666667%; }

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

  .u-pull-col-9\@xs {
    margin-left: -75%; }

  .u-push-col-10\@xs {
    margin-left: 83.3333333333%; }

  .u-pull-col-10\@xs {
    margin-left: -83.3333333333%; }

  .u-push-col-11\@xs {
    margin-left: 91.6666666667%; }

  .u-pull-col-11\@xs {
    margin-left: -91.6666666667%; }

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

  .u-pull-col-12\@xs {
    margin-left: -100%; }

  .u-push-auto\@xs {
    margin-left: auto; }

  .u-pull-auto\@xs {
    margin-right: auto; } }
@media all and (min-width: 37.5em) {
  .u-push-col-0\@s {
    margin-left: 0%; }

  .u-pull-col-0\@s {
    margin-left: 0%; }

  .u-push-col-1\@s {
    margin-left: 8.3333333333%; }

  .u-pull-col-1\@s {
    margin-left: -8.3333333333%; }

  .u-push-col-2\@s {
    margin-left: 16.6666666667%; }

  .u-pull-col-2\@s {
    margin-left: -16.6666666667%; }

  .u-push-col-3\@s {
    margin-left: 25%; }

  .u-pull-col-3\@s {
    margin-left: -25%; }

  .u-push-col-4\@s {
    margin-left: 33.3333333333%; }

  .u-pull-col-4\@s {
    margin-left: -33.3333333333%; }

  .u-push-col-5\@s {
    margin-left: 41.6666666667%; }

  .u-pull-col-5\@s {
    margin-left: -41.6666666667%; }

  .u-push-col-6\@s {
    margin-left: 50%; }

  .u-pull-col-6\@s {
    margin-left: -50%; }

  .u-push-col-7\@s {
    margin-left: 58.3333333333%; }

  .u-pull-col-7\@s {
    margin-left: -58.3333333333%; }

  .u-push-col-8\@s {
    margin-left: 66.6666666667%; }

  .u-pull-col-8\@s {
    margin-left: -66.6666666667%; }

  .u-push-col-9\@s {
    margin-left: 75%; }

  .u-pull-col-9\@s {
    margin-left: -75%; }

  .u-push-col-10\@s {
    margin-left: 83.3333333333%; }

  .u-pull-col-10\@s {
    margin-left: -83.3333333333%; }

  .u-push-col-11\@s {
    margin-left: 91.6666666667%; }

  .u-pull-col-11\@s {
    margin-left: -91.6666666667%; }

  .u-push-col-12\@s {
    margin-left: 100%; }

  .u-pull-col-12\@s {
    margin-left: -100%; }

  .u-push-auto\@s {
    margin-left: auto; }

  .u-pull-auto\@s {
    margin-right: auto; } }
@media all and (min-width: 48em) {
  .u-push-col-0\@sm {
    margin-left: 0%; }

  .u-pull-col-0\@sm {
    margin-left: 0%; }

  .u-push-col-1\@sm {
    margin-left: 8.3333333333%; }

  .u-pull-col-1\@sm {
    margin-left: -8.3333333333%; }

  .u-push-col-2\@sm {
    margin-left: 16.6666666667%; }

  .u-pull-col-2\@sm {
    margin-left: -16.6666666667%; }

  .u-push-col-3\@sm {
    margin-left: 25%; }

  .u-pull-col-3\@sm {
    margin-left: -25%; }

  .u-push-col-4\@sm {
    margin-left: 33.3333333333%; }

  .u-pull-col-4\@sm {
    margin-left: -33.3333333333%; }

  .u-push-col-5\@sm {
    margin-left: 41.6666666667%; }

  .u-pull-col-5\@sm {
    margin-left: -41.6666666667%; }

  .u-push-col-6\@sm {
    margin-left: 50%; }

  .u-pull-col-6\@sm {
    margin-left: -50%; }

  .u-push-col-7\@sm {
    margin-left: 58.3333333333%; }

  .u-pull-col-7\@sm {
    margin-left: -58.3333333333%; }

  .u-push-col-8\@sm {
    margin-left: 66.6666666667%; }

  .u-pull-col-8\@sm {
    margin-left: -66.6666666667%; }

  .u-push-col-9\@sm {
    margin-left: 75%; }

  .u-pull-col-9\@sm {
    margin-left: -75%; }

  .u-push-col-10\@sm {
    margin-left: 83.3333333333%; }

  .u-pull-col-10\@sm {
    margin-left: -83.3333333333%; }

  .u-push-col-11\@sm {
    margin-left: 91.6666666667%; }

  .u-pull-col-11\@sm {
    margin-left: -91.6666666667%; }

  .u-push-col-12\@sm {
    margin-left: 100%; }

  .u-pull-col-12\@sm {
    margin-left: -100%; }

  .u-push-auto\@sm {
    margin-left: auto; }

  .u-pull-auto\@sm {
    margin-right: auto; } }
@media all and (min-width: 52.5em) {
  .u-push-col-0\@md {
    margin-left: 0%; }

  .u-pull-col-0\@md {
    margin-left: 0%; }

  .u-push-col-1\@md {
    margin-left: 8.3333333333%; }

  .u-pull-col-1\@md {
    margin-left: -8.3333333333%; }

  .u-push-col-2\@md {
    margin-left: 16.6666666667%; }

  .u-pull-col-2\@md {
    margin-left: -16.6666666667%; }

  .u-push-col-3\@md {
    margin-left: 25%; }

  .u-pull-col-3\@md {
    margin-left: -25%; }

  .u-push-col-4\@md {
    margin-left: 33.3333333333%; }

  .u-pull-col-4\@md {
    margin-left: -33.3333333333%; }

  .u-push-col-5\@md {
    margin-left: 41.6666666667%; }

  .u-pull-col-5\@md {
    margin-left: -41.6666666667%; }

  .u-push-col-6\@md {
    margin-left: 50%; }

  .u-pull-col-6\@md {
    margin-left: -50%; }

  .u-push-col-7\@md {
    margin-left: 58.3333333333%; }

  .u-pull-col-7\@md {
    margin-left: -58.3333333333%; }

  .u-push-col-8\@md {
    margin-left: 66.6666666667%; }

  .u-pull-col-8\@md {
    margin-left: -66.6666666667%; }

  .u-push-col-9\@md {
    margin-left: 75%; }

  .u-pull-col-9\@md {
    margin-left: -75%; }

  .u-push-col-10\@md {
    margin-left: 83.3333333333%; }

  .u-pull-col-10\@md {
    margin-left: -83.3333333333%; }

  .u-push-col-11\@md {
    margin-left: 91.6666666667%; }

  .u-pull-col-11\@md {
    margin-left: -91.6666666667%; }

  .u-push-col-12\@md {
    margin-left: 100%; }

  .u-pull-col-12\@md {
    margin-left: -100%; }

  .u-push-auto\@md {
    margin-left: auto; }

  .u-pull-auto\@md {
    margin-right: auto; } }
@media all and (min-width: 64em) {
  .u-push-col-0\@mdl {
    margin-left: 0%; }

  .u-pull-col-0\@mdl {
    margin-left: 0%; }

  .u-push-col-1\@mdl {
    margin-left: 8.3333333333%; }

  .u-pull-col-1\@mdl {
    margin-left: -8.3333333333%; }

  .u-push-col-2\@mdl {
    margin-left: 16.6666666667%; }

  .u-pull-col-2\@mdl {
    margin-left: -16.6666666667%; }

  .u-push-col-3\@mdl {
    margin-left: 25%; }

  .u-pull-col-3\@mdl {
    margin-left: -25%; }

  .u-push-col-4\@mdl {
    margin-left: 33.3333333333%; }

  .u-pull-col-4\@mdl {
    margin-left: -33.3333333333%; }

  .u-push-col-5\@mdl {
    margin-left: 41.6666666667%; }

  .u-pull-col-5\@mdl {
    margin-left: -41.6666666667%; }

  .u-push-col-6\@mdl {
    margin-left: 50%; }

  .u-pull-col-6\@mdl {
    margin-left: -50%; }

  .u-push-col-7\@mdl {
    margin-left: 58.3333333333%; }

  .u-pull-col-7\@mdl {
    margin-left: -58.3333333333%; }

  .u-push-col-8\@mdl {
    margin-left: 66.6666666667%; }

  .u-pull-col-8\@mdl {
    margin-left: -66.6666666667%; }

  .u-push-col-9\@mdl {
    margin-left: 75%; }

  .u-pull-col-9\@mdl {
    margin-left: -75%; }

  .u-push-col-10\@mdl {
    margin-left: 83.3333333333%; }

  .u-pull-col-10\@mdl {
    margin-left: -83.3333333333%; }

  .u-push-col-11\@mdl {
    margin-left: 91.6666666667%; }

  .u-pull-col-11\@mdl {
    margin-left: -91.6666666667%; }

  .u-push-col-12\@mdl {
    margin-left: 100%; }

  .u-pull-col-12\@mdl {
    margin-left: -100%; }

  .u-push-auto\@mdl {
    margin-left: auto; }

  .u-pull-auto\@mdl {
    margin-right: auto; } }
@media all and (min-width: 80em) {
  .u-push-col-0\@lg {
    margin-left: 0%; }

  .u-pull-col-0\@lg {
    margin-left: 0%; }

  .u-push-col-1\@lg {
    margin-left: 8.3333333333%; }

  .u-pull-col-1\@lg {
    margin-left: -8.3333333333%; }

  .u-push-col-2\@lg {
    margin-left: 16.6666666667%; }

  .u-pull-col-2\@lg {
    margin-left: -16.6666666667%; }

  .u-push-col-3\@lg {
    margin-left: 25%; }

  .u-pull-col-3\@lg {
    margin-left: -25%; }

  .u-push-col-4\@lg {
    margin-left: 33.3333333333%; }

  .u-pull-col-4\@lg {
    margin-left: -33.3333333333%; }

  .u-push-col-5\@lg {
    margin-left: 41.6666666667%; }

  .u-pull-col-5\@lg {
    margin-left: -41.6666666667%; }

  .u-push-col-6\@lg {
    margin-left: 50%; }

  .u-pull-col-6\@lg {
    margin-left: -50%; }

  .u-push-col-7\@lg {
    margin-left: 58.3333333333%; }

  .u-pull-col-7\@lg {
    margin-left: -58.3333333333%; }

  .u-push-col-8\@lg {
    margin-left: 66.6666666667%; }

  .u-pull-col-8\@lg {
    margin-left: -66.6666666667%; }

  .u-push-col-9\@lg {
    margin-left: 75%; }

  .u-pull-col-9\@lg {
    margin-left: -75%; }

  .u-push-col-10\@lg {
    margin-left: 83.3333333333%; }

  .u-pull-col-10\@lg {
    margin-left: -83.3333333333%; }

  .u-push-col-11\@lg {
    margin-left: 91.6666666667%; }

  .u-pull-col-11\@lg {
    margin-left: -91.6666666667%; }

  .u-push-col-12\@lg {
    margin-left: 100%; }

  .u-pull-col-12\@lg {
    margin-left: -100%; }

  .u-push-auto\@lg {
    margin-left: auto; }

  .u-pull-auto\@lg {
    margin-right: auto; } }
.u-text-left {
  text-align: left; }

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

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

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

.u-overflow-hidden {
  overflow: hidden; }

.u-mb-3x,
.u-mb-3pxg {
  margin-bottom: 24px; }

.u-mb-none {
  margin-bottom: 0 !important; }

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

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

@media all and (max-width: 47.9375em) {
  .u-mb-3pxg\<\@sm {
    margin-bottom: 24px; } }

.u-bgcolor-grayscale-darkest {
  background-color: #101010; }

.u-bgcolor-grayscale-smoke {
  background-color: #f6f6f6; }

.u-color-grayscale-light {
  color: #b3b3b3; }

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

.u-text-justify {
  text-align: justify !important;
  hyphens: auto !important; }

.u-expander-a {
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute; }

.u-overflow-hidden {
  overflow: hidden; }

.u-br-50\% {
  border-radius: 50%; }

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

@supports (mix-blend-mode: color) {
  .u-blendify-brand:after {
    content: " ";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 1;
    background-color: #f7911e;
    mix-blend-mode: color;
    opacity: 1;
    transition: 0.3s opacity ease-in;
    pointer-events: none; }
  .no-touchevents .u-blendify-brand:hover:after {
    opacity: 0; } }

@media all and (min-width: 22.5em) {
  .u-hidden-\@xxs {
    display: none !important; } }

@media all and (min-width: 22.5em) {
  .u-text-right\@xxs {
    text-align: right; } }

@media all and (max-width: 22.4375em) {
  .u-hidden-\<\@xxs {
    display: none !important; } }

@media all and (min-width: 30em) {
  .u-hidden-\@xs {
    display: none !important; } }

@media all and (min-width: 30em) {
  .u-text-right\@xs {
    text-align: right; } }

@media all and (max-width: 29.9375em) {
  .u-hidden-\<\@xs {
    display: none !important; } }

@media all and (min-width: 37.5em) {
  .u-hidden-\@s {
    display: none !important; } }

@media all and (min-width: 37.5em) {
  .u-text-right\@s {
    text-align: right; } }

@media all and (max-width: 37.4375em) {
  .u-hidden-\<\@s {
    display: none !important; } }

@media all and (min-width: 48em) {
  .u-hidden-\@sm {
    display: none !important; } }

@media all and (min-width: 48em) {
  .u-text-right\@sm {
    text-align: right; } }

@media all and (max-width: 47.9375em) {
  .u-hidden-\<\@sm {
    display: none !important; } }

@media all and (min-width: 52.5em) {
  .u-hidden-\@md {
    display: none !important; } }

@media all and (min-width: 52.5em) {
  .u-text-right\@md {
    text-align: right; } }

@media all and (max-width: 52.4375em) {
  .u-hidden-\<\@md {
    display: none !important; } }

@media all and (min-width: 64em) {
  .u-hidden-\@mdl {
    display: none !important; } }

@media all and (min-width: 64em) {
  .u-text-right\@mdl {
    text-align: right; } }

@media all and (max-width: 63.9375em) {
  .u-hidden-\<\@mdl {
    display: none !important; } }

@media all and (min-width: 80em) {
  .u-hidden-\@lg {
    display: none !important; } }

@media all and (min-width: 80em) {
  .u-text-right\@lg {
    text-align: right; } }

@media all and (max-width: 79.9375em) {
  .u-hidden-\<\@lg {
    display: none !important; } }

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