@charset "UTF-8";
/*!
Theme Name: Eternal Spring
Theme URI: http://underscores.me/
Author: Evan Lin
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: eternal-spring
Tags:

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*! normalize.css v8.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 iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

/**
 * 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
	 ========================================================================== */
/**
 * 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
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 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 */ }

/**
 * 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 size in all browsers.
 */
small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

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

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 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; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * 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 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
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 in Chrome and Safari on macOS.
 */
[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 Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

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

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

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

/*--------------------------------------------------------------
# Bootstrap Grid
--------------------------------------------------------------*/
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 1rem;
  padding-right: 1rem; }
  @media (min-width: 576px) {
    .container {
      padding-left: 2rem;
      padding-right: 2rem; } }
  @media (min-width: 768px) {
    .container {
      padding-left: 3rem;
      padding-right: 3rem; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1400px; } }
  @media (min-width: 1600px) {
    .container {
      width: 82%; } }
.row {
  margin-left: -1rem;
  margin-right: -1rem; }

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

@media (max-width: 575.98px) {
  .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left; }
  .col-xs-12 {
    width: 100%; }
  .col-xs-11 {
    width: 91.66666667%; }
  .col-xs-10 {
    width: 83.33333333%; }
  .col-xs-9 {
    width: 75%; }
  .col-xs-8 {
    width: 66.66666667%; }
  .col-xs-7 {
    width: 58.33333333%; }
  .col-xs-6 {
    width: 50%; }
  .col-xs-5 {
    width: 41.66666667%; }
  .col-xs-4 {
    width: 33.33333333%; }
  .col-xs-3 {
    width: 25%; }
  .col-xs-2 {
    width: 16.66666667%; }
  .col-xs-1 {
    width: 8.33333333%; }
  .col-xs-pull-12 {
    right: 100%; }
  .col-xs-pull-11 {
    right: 91.66666667%; }
  .col-xs-pull-10 {
    right: 83.33333333%; }
  .col-xs-pull-9 {
    right: 75%; }
  .col-xs-pull-8 {
    right: 66.66666667%; }
  .col-xs-pull-7 {
    right: 58.33333333%; }
  .col-xs-pull-6 {
    right: 50%; }
  .col-xs-pull-5 {
    right: 41.66666667%; }
  .col-xs-pull-4 {
    right: 33.33333333%; }
  .col-xs-pull-3 {
    right: 25%; }
  .col-xs-pull-2 {
    right: 16.66666667%; }
  .col-xs-pull-1 {
    right: 8.33333333%; }
  .col-xs-pull-0 {
    right: auto; }
  .col-xs-push-12 {
    left: 100%; }
  .col-xs-push-11 {
    left: 91.66666667%; }
  .col-xs-push-10 {
    left: 83.33333333%; }
  .col-xs-push-9 {
    left: 75%; }
  .col-xs-push-8 {
    left: 66.66666667%; }
  .col-xs-push-7 {
    left: 58.33333333%; }
  .col-xs-push-6 {
    left: 50%; }
  .col-xs-push-5 {
    left: 41.66666667%; }
  .col-xs-push-4 {
    left: 33.33333333%; }
  .col-xs-push-3 {
    left: 25%; }
  .col-xs-push-2 {
    left: 16.66666667%; }
  .col-xs-push-1 {
    left: 8.33333333%; }
  .col-xs-push-0 {
    left: auto; }
  .col-xs-offset-12 {
    margin-left: 100%; }
  .col-xs-offset-11 {
    margin-left: 91.66666667%; }
  .col-xs-offset-10 {
    margin-left: 83.33333333%; }
  .col-xs-offset-9 {
    margin-left: 75%; }
  .col-xs-offset-8 {
    margin-left: 66.66666667%; }
  .col-xs-offset-7 {
    margin-left: 58.33333333%; }
  .col-xs-offset-6 {
    margin-left: 50%; }
  .col-xs-offset-5 {
    margin-left: 41.66666667%; }
  .col-xs-offset-4 {
    margin-left: 33.33333333%; }
  .col-xs-offset-3 {
    margin-left: 25%; }
  .col-xs-offset-2 {
    margin-left: 16.66666667%; }
  .col-xs-offset-1 {
    margin-left: 8.33333333%; }
  .col-xs-offset-0 {
    margin-left: 0%; } }

@media (min-width: 576px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-11 {
    width: 91.66666667%; }
  .col-sm-10 {
    width: 83.33333333%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-8 {
    width: 66.66666667%; }
  .col-sm-7 {
    width: 58.33333333%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-5 {
    width: 41.66666667%; }
  .col-sm-4 {
    width: 33.33333333%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-2 {
    width: 16.66666667%; }
  .col-sm-1 {
    width: 8.33333333%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-pull-11 {
    right: 91.66666667%; }
  .col-sm-pull-10 {
    right: 83.33333333%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-8 {
    right: 66.66666667%; }
  .col-sm-pull-7 {
    right: 58.33333333%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-5 {
    right: 41.66666667%; }
  .col-sm-pull-4 {
    right: 33.33333333%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-2 {
    right: 16.66666667%; }
  .col-sm-pull-1 {
    right: 8.33333333%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-push-11 {
    left: 91.66666667%; }
  .col-sm-push-10 {
    left: 83.33333333%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-8 {
    left: 66.66666667%; }
  .col-sm-push-7 {
    left: 58.33333333%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-5 {
    left: 41.66666667%; }
  .col-sm-push-4 {
    left: 33.33333333%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-2 {
    left: 16.66666667%; }
  .col-sm-push-1 {
    left: 8.33333333%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-offset-12 {
    margin-left: 100%; }
  .col-sm-offset-11 {
    margin-left: 91.66666667%; }
  .col-sm-offset-10 {
    margin-left: 83.33333333%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-8 {
    margin-left: 66.66666667%; }
  .col-sm-offset-7 {
    margin-left: 58.33333333%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-5 {
    margin-left: 41.66666667%; }
  .col-sm-offset-4 {
    margin-left: 33.33333333%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-2 {
    margin-left: 16.66666667%; }
  .col-sm-offset-1 {
    margin-left: 8.33333333%; }
  .col-sm-offset-0 {
    margin-left: 0%; } }

@media (min-width: 768px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-12 {
    width: 100%; }
  .col-md-11 {
    width: 91.66666667%; }
  .col-md-10 {
    width: 83.33333333%; }
  .col-md-9 {
    width: 75%; }
  .col-md-8 {
    width: 66.66666667%; }
  .col-md-7 {
    width: 58.33333333%; }
  .col-md-6 {
    width: 50%; }
  .col-md-5 {
    width: 41.66666667%; }
  .col-md-4 {
    width: 33.33333333%; }
  .col-md-3 {
    width: 25%; }
  .col-md-2 {
    width: 16.66666667%; }
  .col-md-1 {
    width: 8.33333333%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-pull-11 {
    right: 91.66666667%; }
  .col-md-pull-10 {
    right: 83.33333333%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-8 {
    right: 66.66666667%; }
  .col-md-pull-7 {
    right: 58.33333333%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-5 {
    right: 41.66666667%; }
  .col-md-pull-4 {
    right: 33.33333333%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-2 {
    right: 16.66666667%; }
  .col-md-pull-1 {
    right: 8.33333333%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-push-11 {
    left: 91.66666667%; }
  .col-md-push-10 {
    left: 83.33333333%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-8 {
    left: 66.66666667%; }
  .col-md-push-7 {
    left: 58.33333333%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-5 {
    left: 41.66666667%; }
  .col-md-push-4 {
    left: 33.33333333%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-2 {
    left: 16.66666667%; }
  .col-md-push-1 {
    left: 8.33333333%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-offset-12 {
    margin-left: 100%; }
  .col-md-offset-11 {
    margin-left: 91.66666667%; }
  .col-md-offset-10 {
    margin-left: 83.33333333%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-8 {
    margin-left: 66.66666667%; }
  .col-md-offset-7 {
    margin-left: 58.33333333%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-5 {
    margin-left: 41.66666667%; }
  .col-md-offset-4 {
    margin-left: 33.33333333%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-2 {
    margin-left: 16.66666667%; }
  .col-md-offset-1 {
    margin-left: 8.33333333%; }
  .col-md-offset-0 {
    margin-left: 0%; } }

@media (min-width: 992px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-11 {
    width: 91.66666667%; }
  .col-lg-10 {
    width: 83.33333333%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-8 {
    width: 66.66666667%; }
  .col-lg-7 {
    width: 58.33333333%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-5 {
    width: 41.66666667%; }
  .col-lg-4 {
    width: 33.33333333%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-2 {
    width: 16.66666667%; }
  .col-lg-1 {
    width: 8.33333333%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-pull-11 {
    right: 91.66666667%; }
  .col-lg-pull-10 {
    right: 83.33333333%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-8 {
    right: 66.66666667%; }
  .col-lg-pull-7 {
    right: 58.33333333%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-5 {
    right: 41.66666667%; }
  .col-lg-pull-4 {
    right: 33.33333333%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-2 {
    right: 16.66666667%; }
  .col-lg-pull-1 {
    right: 8.33333333%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-push-11 {
    left: 91.66666667%; }
  .col-lg-push-10 {
    left: 83.33333333%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-8 {
    left: 66.66666667%; }
  .col-lg-push-7 {
    left: 58.33333333%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-5 {
    left: 41.66666667%; }
  .col-lg-push-4 {
    left: 33.33333333%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-2 {
    left: 16.66666667%; }
  .col-lg-push-1 {
    left: 8.33333333%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-offset-12 {
    margin-left: 100%; }
  .col-lg-offset-11 {
    margin-left: 91.66666667%; }
  .col-lg-offset-10 {
    margin-left: 83.33333333%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-8 {
    margin-left: 66.66666667%; }
  .col-lg-offset-7 {
    margin-left: 58.33333333%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-5 {
    margin-left: 41.66666667%; }
  .col-lg-offset-4 {
    margin-left: 33.33333333%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-2 {
    margin-left: 16.66666667%; }
  .col-lg-offset-1 {
    margin-left: 8.33333333%; }
  .col-lg-offset-0 {
    margin-left: 0%; } }

@media (min-width: 1200px) {
  .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
    float: left; }
  .col-xl-12 {
    width: 100%; }
  .col-xl-11 {
    width: 91.66666667%; }
  .col-xl-10 {
    width: 83.33333333%; }
  .col-xl-9 {
    width: 75%; }
  .col-xl-8 {
    width: 66.66666667%; }
  .col-xl-7 {
    width: 58.33333333%; }
  .col-xl-6 {
    width: 50%; }
  .col-xl-5 {
    width: 41.66666667%; }
  .col-xl-4 {
    width: 33.33333333%; }
  .col-xl-3 {
    width: 25%; }
  .col-xl-2 {
    width: 16.66666667%; }
  .col-xl-1 {
    width: 8.33333333%; }
  .col-xl-pull-12 {
    right: 100%; }
  .col-xl-pull-11 {
    right: 91.66666667%; }
  .col-xl-pull-10 {
    right: 83.33333333%; }
  .col-xl-pull-9 {
    right: 75%; }
  .col-xl-pull-8 {
    right: 66.66666667%; }
  .col-xl-pull-7 {
    right: 58.33333333%; }
  .col-xl-pull-6 {
    right: 50%; }
  .col-xl-pull-5 {
    right: 41.66666667%; }
  .col-xl-pull-4 {
    right: 33.33333333%; }
  .col-xl-pull-3 {
    right: 25%; }
  .col-xl-pull-2 {
    right: 16.66666667%; }
  .col-xl-pull-1 {
    right: 8.33333333%; }
  .col-xl-pull-0 {
    right: auto; }
  .col-xl-push-12 {
    left: 100%; }
  .col-xl-push-11 {
    left: 91.66666667%; }
  .col-xl-push-10 {
    left: 83.33333333%; }
  .col-xl-push-9 {
    left: 75%; }
  .col-xl-push-8 {
    left: 66.66666667%; }
  .col-xl-push-7 {
    left: 58.33333333%; }
  .col-xl-push-6 {
    left: 50%; }
  .col-xl-push-5 {
    left: 41.66666667%; }
  .col-xl-push-4 {
    left: 33.33333333%; }
  .col-xl-push-3 {
    left: 25%; }
  .col-xl-push-2 {
    left: 16.66666667%; }
  .col-xl-push-1 {
    left: 8.33333333%; }
  .col-xl-push-0 {
    left: auto; }
  .col-xl-offset-12 {
    margin-left: 100%; }
  .col-xl-offset-11 {
    margin-left: 91.66666667%; }
  .col-xl-offset-10 {
    margin-left: 83.33333333%; }
  .col-xl-offset-9 {
    margin-left: 75%; }
  .col-xl-offset-8 {
    margin-left: 66.66666667%; }
  .col-xl-offset-7 {
    margin-left: 58.33333333%; }
  .col-xl-offset-6 {
    margin-left: 50%; }
  .col-xl-offset-5 {
    margin-left: 41.66666667%; }
  .col-xl-offset-4 {
    margin-left: 33.33333333%; }
  .col-xl-offset-3 {
    margin-left: 25%; }
  .col-xl-offset-2 {
    margin-left: 16.66666667%; }
  .col-xl-offset-1 {
    margin-left: 8.33333333%; }
  .col-xl-offset-0 {
    margin-left: 0%; } }

@media (min-width: 1600px) {
  .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12 {
    float: left; }
  .col-xxl-12 {
    width: 100%; }
  .col-xxl-11 {
    width: 91.66666667%; }
  .col-xxl-10 {
    width: 83.33333333%; }
  .col-xxl-9 {
    width: 75%; }
  .col-xxl-8 {
    width: 66.66666667%; }
  .col-xxl-7 {
    width: 58.33333333%; }
  .col-xxl-6 {
    width: 50%; }
  .col-xxl-5 {
    width: 41.66666667%; }
  .col-xxl-4 {
    width: 33.33333333%; }
  .col-xxl-3 {
    width: 25%; }
  .col-xxl-2 {
    width: 16.66666667%; }
  .col-xxl-1 {
    width: 8.33333333%; }
  .col-xxl-pull-12 {
    right: 100%; }
  .col-xxl-pull-11 {
    right: 91.66666667%; }
  .col-xxl-pull-10 {
    right: 83.33333333%; }
  .col-xxl-pull-9 {
    right: 75%; }
  .col-xxl-pull-8 {
    right: 66.66666667%; }
  .col-xxl-pull-7 {
    right: 58.33333333%; }
  .col-xxl-pull-6 {
    right: 50%; }
  .col-xxl-pull-5 {
    right: 41.66666667%; }
  .col-xxl-pull-4 {
    right: 33.33333333%; }
  .col-xxl-pull-3 {
    right: 25%; }
  .col-xxl-pull-2 {
    right: 16.66666667%; }
  .col-xxl-pull-1 {
    right: 8.33333333%; }
  .col-xxl-pull-0 {
    right: auto; }
  .col-xxl-push-12 {
    left: 100%; }
  .col-xxl-push-11 {
    left: 91.66666667%; }
  .col-xxl-push-10 {
    left: 83.33333333%; }
  .col-xxl-push-9 {
    left: 75%; }
  .col-xxl-push-8 {
    left: 66.66666667%; }
  .col-xxl-push-7 {
    left: 58.33333333%; }
  .col-xxl-push-6 {
    left: 50%; }
  .col-xxl-push-5 {
    left: 41.66666667%; }
  .col-xxl-push-4 {
    left: 33.33333333%; }
  .col-xxl-push-3 {
    left: 25%; }
  .col-xxl-push-2 {
    left: 16.66666667%; }
  .col-xxl-push-1 {
    left: 8.33333333%; }
  .col-xxl-push-0 {
    left: auto; }
  .col-xxl-offset-12 {
    margin-left: 100%; }
  .col-xxl-offset-11 {
    margin-left: 91.66666667%; }
  .col-xxl-offset-10 {
    margin-left: 83.33333333%; }
  .col-xxl-offset-9 {
    margin-left: 75%; }
  .col-xxl-offset-8 {
    margin-left: 66.66666667%; }
  .col-xxl-offset-7 {
    margin-left: 58.33333333%; }
  .col-xxl-offset-6 {
    margin-left: 50%; }
  .col-xxl-offset-5 {
    margin-left: 41.66666667%; }
  .col-xxl-offset-4 {
    margin-left: 33.33333333%; }
  .col-xxl-offset-3 {
    margin-left: 25%; }
  .col-xxl-offset-2 {
    margin-left: 16.66666667%; }
  .col-xxl-offset-1 {
    margin-left: 8.33333333%; }
  .col-xxl-offset-0 {
    margin-left: 0%; } }

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.row:before,
.row:after {
  content: " ";
  display: table; }

.clearfix:after,
.container:after,
.row:after {
  clear: both; }

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

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
.spinner-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.95);
  z-index: 2147483647;
  background: #887F70; }
  .spinner-wrapper .spinner {
    position: absolute;
    margin: 100px auto;
    width: 40px;
    height: 30px;
    text-align: center;
    font-size: 10px;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 1;
    transition: all 3s ease; }
    .spinner-wrapper .spinner div {
      background-color: #fff;
      height: 2px;
      margin: 4px 0;
      width: 100%;
      display: inline-block;
      animation: sk-stretchdelay 1.2s infinite ease-in-out; }
    .spinner-wrapper .spinner .rect1 {
      filter: blur(4px); }
    .spinner-wrapper .spinner .rect2 {
      animation-delay: -1.1s;
      filter: blur(3px);
      width: 80%; }
    .spinner-wrapper .spinner .rect3 {
      animation-delay: -1.0s;
      filter: blur(2px);
      width: 60%; }
    .spinner-wrapper .spinner .rect4 {
      animation-delay: -0.9s;
      filter: blur(2px);
      width: 40%; }

@keyframes sk-stretchdelay {
  0%, 40%, 100% {
    transform: scaleX(0.8); }
  20% {
    transform: scaleX(1.2); } }

.none {
  transition: all 1s ease;
  opacity: 0; }

.fade {
  transition: all .5s ease;
  opacity: 0 !important; }

/*--------------------------------------------------------------
# Featherlight
--------------------------------------------------------------*/
/**
 * Featherlight – ultra slim jQuery lightbox
 * Version 1.7.13 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2018, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
html.with-featherlight {
  /* disable global scrolling when featherlights are visible */
  overflow: hidden; }

.featherlight {
  display: none;
  /* dimensions: spanning the background from edge to edge */
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2147483646;
  /* z-index needs to be >= elements on the site. */
  /* position: centering content */
  text-align: center;
  /* insures that the ::before pseudo element doesn't force wrap with fixed width content; */
  white-space: nowrap;
  /* styling */
  cursor: pointer;
  background: #333;
  /* IE8 "hack" for nested featherlights */
  background: rgba(0, 0, 0, 0); }
  .featherlight:last-of-type {
    background: #887F70; }
  .featherlight:before {
    /* position: trick to center content vertically */
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle; }
  .featherlight .featherlight-content {
    /* make content container for positioned elements (close button) */
    position: relative;
    /* position: centering vertical and horizontal */
    text-align: left;
    vertical-align: middle;
    display: inline-block;
    /* dimensions: cut off images */
    overflow: auto;
    padding: 25px 25px 0;
    border-bottom: 25px solid transparent;
    /* dimensions: handling large content */
    margin-left: 5%;
    margin-right: 5%;
    max-height: 95%;
    /* styling */
    background: none;
    cursor: auto;
    /* reset white-space wrapping */
    white-space: normal; }
  .featherlight .featherlight-inner {
    /* make sure its visible */
    display: block; }
  .featherlight script.featherlight-inner, .featherlight link.featherlight-inner, .featherlight style.featherlight-inner {
    display: none; }
  .featherlight .featherlight-close-icon {
    content: '';
    z-index: 9999;
    margin: 1em 1.5em 0 0;
    width: 2.5em;
    height: 2.5em;
    cursor: pointer;
    position: fixed;
    /*left: 50%;
    transform: translateX(-50%);*/
    top: 0;
    right: 0;
    opacity: 1;
    transition: all 0.6 .4s; }

/* support for nested featherlights. Does not work in IE8 (use JS to fix) */
/* contains the content */
/* don't show these though */
.featherlight-close-icon::before, .featherlight-close-icon::after {
  content: '';
  position: absolute;
  height: 2px;
  width: 2.5em;
  background-color: #fff;
  top: 50%;
  left: 0%; }

.featherlight-close-icon::before {
  transform: rotate(45deg); }

.featherlight-close-icon::after {
  transform: rotate(-45deg);
  box-shadow: 0 2px #887F70, 0 -2px #887F70; }

.featherlight-close-icon .btn-txt {
  position: absolute;
  bottom: -2.5em;
  left: -.275em;
  border-bottom: none;
  letter-spacing: 0.5px; }

/* See http://stackoverflow.com/questions/16077341/how-to-reset-all-default-styles-of-the-html5-button-element */
.featherlight .featherlight-close-icon::-moz-focus-inner {
  border: 0;
  padding: 0; }

.featherlight .featherlight-image {
  /* styling */
  width: 100%; }

.featherlight-iframe .featherlight-content {
  /* removed the border for image croping since iframe is edge to edge */
  border-bottom: 0;
  padding: 0;
  -webkit-overflow-scrolling: touch;
  /* dimensions: 1140px prevents iframe from spanning the full width of the browser */
  width: 70%;
  max-width: 1140px;
  /* spacing */
  margin: 0;
  padding: 0;
  /* position */
  position: relative;
  overflow: hidden;
  padding-top: 45%; }

.featherlight-iframe iframe.featherlight-inner {
  /* positioning */
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  /* dimensions */
  height: 100%;
  width: 100%;
  /* styling */
  border: none; }

/* original code below */
/*.featherlight-iframe .featherlight-content {
	border-bottom: 0;
	padding: 0;
	-webkit-overflow-scrolling: touch;
}

.featherlight iframe {
	border: none;
}*/
.featherlight * {
  /* See https://github.com/noelboss/featherlight/issues/42 */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* handling phones and small screens */
@media only screen and (max-width: 1024px) {
  .featherlight .featherlight-content {
    /* dimensions: maximize lightbox with for small screens */
    margin-left: 0;
    margin-right: 0;
    max-height: 98%;
    /*padding: 10px 10px 0;
    border-bottom: 10px solid transparent;*/ }
  .featherlight-iframe .featherlight-content {
    width: 70%;
    padding-top: 39.375%; } }

@media only screen and (max-width: 599px) {
  .featherlight-iframe .featherlight-content {
    width: 100%;
    padding-top: 50.25%; } }

/* hide non featherlight items when printing */
@media print {
  html.with-featherlight > * > :not(.featherlight) {
    display: none; } }

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
select,
optgroup,
textarea {
  color: #454545;
  font-family: kumlien-pro, serif;
  font-size: 16px;
  font-size: 1em;
  line-height: 1.5; }

h1, h2, h3, h4, h5, h6,
.h4 {
  font-family: kumlien-pro, serif;
  font-weight: 500;
  clear: both; }

h1 {
  font-size: 34px;
  font-size: 2.125em; }

@media (max-width: 575.98px) and (max-height: 600px) {
  h1 {
    font-size: 32px;
    font-size: 2em; } }
  @media (min-width: 576px) {
    h1 {
      font-size: 36px;
      font-size: 2.25em; } }
  @media (min-width: 768px) {
    h1 {
      font-size: 40px;
      font-size: 2.5em; } }
  @media (min-width: 1600px) {
    h1 {
      font-size: 48px;
      font-size: 3em; } }
h2 {
  font-size: 28px;
  font-size: 1.75em; }

h3 {
  font-size: 24px;
  font-size: 1.5em;
  margin: .75em 0 .5em; }

h4, .h4 {
  font-size: 21px;
  font-size: 1.3125em; }

h5 {
  font-size: 24px;
  font-size: 1.5em;
  text-transform: uppercase;
  display: inline-block;
  color: #454545;
  margin: 0 .5em 0 0; }

p {
  font-family: kumlien-pro, serif;
  margin-top: .5em;
  margin-bottom: 1.5em;
  font-size: 1.125em;
  font-weight: 500; }

dfn, cite, em, i {
  font-style: italic; }

blockquote {
  margin: 0 1.5em; }

span {
  font-family: novel-display, sans-serif;
  font-size: .875em;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px; }

input {
  font-family: novel-display, sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: .5px;
  font-size: .875em; }
  input:focus {
    outline: 1px dotted #887F70; }

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box; }

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Fonts look sharper with this. */ }

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */ }
  body.lock-doc {
    overflow: hidden; }

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */ }

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */ }

ul {
  padding: 0;
  margin: 0; }
  ul li {
    font-size: 1.125em; }

button {
  font-family: novel-display, sans-serif;
  font-weight: 300;
  background: none;
  border: none;
  padding: 0 .5em; }
  button:hover, button:active {
    outline: 0; }

.btn {
  padding: 1em;
  cursor: pointer;
  text-transform: uppercase; }

/*--------------------------------------------------------------
# Hamburgers
--------------------------------------------------------------*/
/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 1rem 1rem;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }
  .hamburger:hover {
    opacity: 1; }
  .hamburger.is-active:hover {
    opacity: 1; }
  .hamburger.is-active .hamburger-inner,
  .hamburger.is-active .hamburger-inner::before,
  .hamburger.is-active .hamburger-inner::after {
    background-color: #FCF7ED; }

.hamburger-box {
  width: 2.875rem;
  height: 18px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  font-size: 1.25em; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1px; }
  .hamburger-inner::before, .hamburger-inner::after {
    background-color: #FCF7ED;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
    left: 0; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    width: 2.625rem;
    text-align: right;
    height: 2px; }
  .hamburger-inner::after {
    width: 1.875rem;
    height: 2px;
    bottom: 0px; }

/*
   * Emphatic
   */
.hamburger--emphatic {
  overflow: hidden; }
  .hamburger--emphatic .hamburger-inner {
    transition: background-color 0.125s 0.175s ease-in; }
    .hamburger--emphatic .hamburger-inner::before {
      right: 0;
      transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.125s linear, left 0.175s ease-in; }
    .hamburger--emphatic .hamburger-inner::after {
      right: 18px;
      transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s linear, right 0.175s ease-in; }
  .hamburger--emphatic.is-active .hamburger-inner {
    transition-delay: 0s;
    transition-timing-function: ease-out;
    background-color: transparent !important; }
    .hamburger--emphatic.is-active .hamburger-inner::before {
      width: 2.875rem;
      left: -6.21rem;
      top: -5.29rem;
      transform: translate3d(5.75rem, 5.75rem, 0) rotate(45deg);
      transition: left 0.125s ease-out, top 0.05s 0.125s ease-out, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }
    .hamburger--emphatic.is-active .hamburger-inner::after {
      width: 2.875rem;
      right: -5.31875rem;
      top: -5.29rem;
      left: inherit;
      box-shadow: 0 2px #887F70, 0 -2px #887F70;
      transform: translate3d(-5.75rem, 5.75rem, 0) rotate(-45deg);
      transition: right 0.125s ease-out, top 0.05s 0.125s ease-out, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1), box-shadow 0.6s cubic-bezier(0.645, 0.045, 0.355, 1); }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  font-family: novel-display, sans-serif;
  font-weight: 400;
  display: inline-block;
  color: #FCF7ED;
  text-decoration: none;
  letter-spacing: .5px;
  transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1); }
  a:hover, a:focus, a:active {
    color: #FFE6DF; }
  a:focus {
    outline: thin dotted; }
  a:hover, a:active {
    outline: 0; }

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
#nav .main-nav {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 6;
  opacity: 0;
  visibility: hidden;
  transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
  text-align: center; }
  #nav .main-nav .plum-blossom-graphic {
    display: inline-block;
    margin-top: 8vh;
    margin-bottom: 0; }
    @media (max-height: 1024px) {
      #nav .main-nav .plum-blossom-graphic {
        margin-top: 2em;
        width: 4em; } }
    @media (min-width: 1600px) {
      #nav .main-nav .plum-blossom-graphic {
        width: 5em; } }
@media (min-width: 992px) and (max-height: 768px) {
  #nav .main-nav .plum-blossom-graphic {
    margin-top: 1em; } }
    @media (max-width: 575.98px) {
      #nav .main-nav .plum-blossom-graphic {
        width: 3.5em; } }
  @media (max-width: 575.98px) and (max-height: 600px) {
    #nav .main-nav .plum-blossom-graphic {
      width: 3em;
      margin-top: 1em; } }
  #nav .main-nav li {
    position: relative;
    list-style: none;
    margin-bottom: 1.25em;
    opacity: 0;
    transform: perspective(100px) translate3d(0, 10px, -2px); }
    #nav .main-nav li span {
      display: inline-block;
      border-bottom: 1px solid #DDD1B8;
      letter-spacing: 2px;
      padding: 0 0 0 2px; }
    #nav .main-nav li h1 {
      margin: .125em 0 0; }
    #nav .main-nav li .coming-soon {
      color: #FCF7ED;
      opacity: .6; }
      #nav .main-nav li .coming-soon.txt {
        display: inline-block;
        position: absolute;
        border-bottom: 0;
        letter-spacing: 1px;
        margin-top: -.5em;
        transform: translateX(-50%); }

@media (min-width: 992px) and (max-height: 1024px) {
  #nav .main-nav li {
    margin-bottom: 1em; } }

@media (min-width: 992px) and (max-height: 768px) {
  #nav .main-nav li {
    margin-bottom: .75em; }
    #nav .main-nav li h1 {
      font-size: 2em; } }
    @media (max-width: 575.98px) {
      #nav .main-nav li {
        margin-bottom: .6em; }
        #nav .main-nav li span {
          font-size: .75em; }
        #nav .main-nav li h1 {
          font-size: 1.625em; } }
  @media (max-width: 575.98px) and (max-height: 600px) {
    #nav .main-nav li {
      margin-bottom: .4em; } }
  #nav .main-nav .menu-share-btn a {
    font-size: 14px;
    font-size: 0.875em; }
  @media (min-width: 768px) {
    #nav .main-nav .menu-share-btn {
      margin-top: 1em; } }
  @media (max-width: 575.98px) {
    #nav .main-nav .menu-share-btn {
      margin-top: 2em; } }
  @media (max-width: 575.98px) and (max-height: 600px) {
    #nav .main-nav .menu-share-btn {
      margin-top: .5em; } }
#nav .nav-bg-filter {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 5; }
  #nav .nav-bg-filter:before {
    content: '';
    background-color: #887F70;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.9;
    z-index: 4; }
  #nav .nav-bg-filter .nav-bg {
    background-image: url(img/menu-bg-3.png);
    background-size: cover;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 3;
    transition: all 1.2s cubic-bezier(0.645, 0.045, 0.355, 1); }
    #nav .nav-bg-filter .nav-bg.bg-position-0 {
      background-position: 0 0; }
    #nav .nav-bg-filter .nav-bg.bg-position-1 {
      background-position: 20% 0; }
    #nav .nav-bg-filter .nav-bg.bg-position-2 {
      background-position: 40% 0; }
    #nav .nav-bg-filter .nav-bg.bg-position-3 {
      background-position: 60% 0; }
    #nav .nav-bg-filter .nav-bg.bg-position-4 {
      background-position: 80% 0; }
    #nav .nav-bg-filter .nav-bg.bg-position-5 {
      background-position: 75% 0; }

#nav.fade-in .main-nav,
#nav.fade-in .nav-bg-filter,
#nav.fade-in li {
  opacity: 1;
  visibility: visible;
  transform: perspective(100px) translate3d(0, 0, 0);
  transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1); }

#nav.fade-in .app-1 {
  transition-delay: 0.1s; }

#nav.fade-in .app-2 {
  transition-delay: 0.2s; }

#nav.fade-in .app-3 {
  transition-delay: 0.3s; }

#nav.fade-in .app-4 {
  transition-delay: 0.4s; }

#nav.fade-in .app-5 {
  transition-delay: 0.5s; }

#nav.fade-in .sharing {
  transition-delay: 0.6s; }

#nav.fade-out .main-nav,
#nav.fade-out li {
  opacity: 0;
  visibility: hidden;
  transform: perspective(100px) translate3d(0, 10px, -2px);
  transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1); }

#nav.fade-out .app-1 {
  transition-delay: 0.6s; }

#nav.fade-out .app-2 {
  transition-delay: 0.5s; }

#nav.fade-out .app-3 {
  transition-delay: 0.4s; }

#nav.fade-out .app-4 {
  transition-delay: 0.3s; }

#nav.fade-out .app-5 {
  transition-delay: 0.2s; }

#nav.fade-out .sharing {
  transition-delay: 0.1s; }

#nav.fade-out:before {
  opacity: 1; }

#nav.fade-out .nav-bg-filter:before {
  opacity: 1;
  transition: opacity 0.6s cubic-bezier(0.645, 0.045, 0.355, 1) 0.6s; }

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }
  .screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875em;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */ }

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0; }

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed; }

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both; }

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
.menu-share-btns {
  padding: 1em 2em;
  display: inline-block; }
  .menu-share-btns .menu-share-btn {
    vertical-align: middle;
    display: inline-block;
    padding: 0 .5em;
    text-decoration: none;
    letter-spacing: 1px;
    font-size: 14px;
    font-size: 0.875em; }

.plum-blossom-graphic {
  width: 4em;
  display: block;
  margin: 0 auto; }

.styled-btn {
  margin: 0 auto;
  text-align: center; }
  .styled-btn .v-line {
    height: 8em;
    width: 1px;
    background-color: #fff;
    margin: 0 auto; }

#masthead {
  display: block;
  width: 100%;
  font-family: novel-display, sans-serif;
  position: relative; }
  #masthead .menu {
    position: fixed;
    width: 100%;
    padding: .5em;
    right: 0;
    z-index: 100;
    transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1) 0.6s; }
    #masthead .menu .menu-btn-wrapper {
      display: inline-block;
      float: right;
      opacity: 1;
      position: relative; }
      #masthead .menu .menu-btn-wrapper .menu-txt {
        vertical-align: middle;
        margin-right: -.5em;
        position: absolute;
        right: 6em;
        top: 32%;
        color: #FCF7ED;
        transition: all 0.4s; }
      #masthead .menu .menu-btn-wrapper .menu-btn {
        text-transform: uppercase; }
    #masthead .menu .menu-share-btns {
      opacity: 1;
      float: right;
      transition: all, .2s;
      padding-right: 4em; }
      #masthead .menu .menu-share-btns .menu-share-btn {
        vertical-align: middle; }
    #masthead .menu.past-intro .menu-txt {
      color: #454545; }
    #masthead .menu.past-intro .menu-share-btn a {
      color: #454545; }
      #masthead .menu.past-intro .menu-share-btn a:hover {
        color: #000; }
    #masthead .menu.past-intro .hamburger-inner:before,
    #masthead .menu.past-intro .hamburger-inner:after {
      background-color: #454545; }
    #masthead .menu.fade-in .menu-txt {
      color: #FCF7ED; }
    #masthead .menu.fade-in .hamburger-inner:before,
    #masthead .menu.fade-in .hamburger-inner:after {
      background-color: #FCF7ED; }
    #masthead .menu.fade-in .menu-share-btns {
      opacity: 0;
      visibility: hidden; }
    #masthead .menu.fade-out {
      opacity: 0; }
  #masthead .menu-bg {
    position: fixed;
    width: 100%;
    height: 76px;
    background-color: #887F70;
    z-index: 1;
    opacity: 0;
    transform: translate3d(0, -60px, 0);
    transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1); }
    #masthead .menu-bg.enable {
      opacity: 1;
      transform: translate3d(0, 0, 0); }

#footer {
  opacity: .7;
  position: fixed;
  bottom: 4%;
  text-align: center;
  width: 100%; }
  #footer .logos {
    margin-bottom: .5em; }
    #footer .logos img {
      display: inline-block;
      margin: 1em 1em 0;
      width: 100px;
      vertical-align: top; }
  #footer .fineprints {
    width: 100%;
    margin-top: .5em; }
    #footer .fineprints span {
      font-size: .75em;
      color: #FCF7ED;
      text-transform: inherit;
      letter-spacing: .5px;
      display: inline-block; }

#index #intro {
  text-align: center; }
  #index #intro #splash {
    display: none; }
  #index #intro #es-logo {
    padding-top: 15vh;
    margin: 0 auto; }

@media (max-width: 575.98px) and (max-height: 600px) {
  #index #intro #es-logo {
    padding-top: 9vh; } }

@media (min-width: 576px) and (max-height: 600px) {
  #index #intro #es-logo {
    padding-top: 13vh;
    max-width: 20em; } }
    @media (min-width: 768px) {
      #index #intro #es-logo {
        max-width: 30em; } }
  @media (min-width: 768px) and (max-height: 768px) {
    #index #intro #es-logo {
      padding-top: 15vh; } }
  @media (min-width: 768px) and (max-height: 1024px) {
    #index #intro #es-logo {
      padding-bottom: 4em; } }
    @media (min-width: 992px) {
      #index #intro #es-logo {
        max-width: 40em; } }
  @media (min-width: 992px) and (max-height: 1024px) {
    #index #intro #es-logo {
      padding-top: 10vh;
      padding-bottom: 3em; } }
  @media (min-width: 992px) and (min-height: 1025px) {
    #index #intro #es-logo {
      padding-bottom: 8em; } }
  #index #intro .inline-btns {
    display: inline-block; }

@media (min-width: 576px) and (max-height: 600px) {
  #index #intro .inline-btns {
    margin-top: 0; } }
    #index #intro .inline-btns .btn {
      border: 1px solid rgba(252, 247, 237, 0.7);
      background-color: rgba(252, 247, 237, 0.7);
      color: #887F70;
      min-width: 20em; }
      #index #intro .inline-btns .btn:hover {
        border: 1px solid rgba(252, 247, 237, 0.7);
        background-color: rgba(252, 247, 237, 0.4);
        color: #454545; }

@media (min-width: 992px) and (max-height: 768px) {
  #index #intro .inline-btns .btn {
    display: inline-block; } }

@media (min-width: 576px) and (max-height: 600px) {
  #index #intro .inline-btns .btn {
    min-width: 15em;
    font-size: .75em; } }

@media (max-width: 575.98px) and (max-height: 600px) {
  #index #intro .inline-btns .btn {
    padding: .5em; } }
    #index #intro .inline-btns .divider {
      height: 2em;
      width: 1px;
      margin: 0 auto;
      background-color: rgba(252, 247, 237, 0.7);
      display: block;
      vertical-align: middle; }

@media (min-width: 992px) and (max-height: 768px) {
  #index #intro .inline-btns .divider {
    display: inline-block;
    height: 1px;
    width: 2em; } }

@media (min-width: 576px) and (max-height: 600px) {
  #index #intro .inline-btns .divider {
    display: inline-block;
    height: 1px;
    width: 2em; } }
  #index #intro .intro-vid-bg .vid-bg-container {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -10; }
    #index #intro .intro-vid-bg .vid-bg-container video {
      min-width: 100vw;
      min-height: 100vh;
      width: auto;
      height: 100vh;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      background: transparent url("img/vid-bg-img.png") no-repeat 0 0;
      background-size: cover; }
      @media (min-width: 768px) {
        #index #intro .intro-vid-bg .vid-bg-container video {
          height: auto; } }
#index .featherlight-content .featherlight-close-icon {
  display: none; }

#index .featherlight-inner {
  position: relative;
  text-align: center; }
  #index .featherlight-inner span {
    color: #FCF7ED; }
  #index .featherlight-inner .plum-blossom-graphic {
    display: block;
    opacity: 0;
    transition: all .6s ease-in-out .5s; }
  #index .featherlight-inner .number {
    display: inline-block;
    border-bottom: 1px solid #DDD1B8;
    letter-spacing: 2px;
    padding: 0 0 0 2px; }
  #index .featherlight-inner .description {
    display: inline-block;
    border-bottom: 1px solid #DDD1B8; }
  #index .featherlight-inner .synopsis-txt {
    color: #DDD1B8;
    padding: 0;
    line-height: 1.625;
    max-width: 800px; }
  #index .featherlight-inner .splash-txt {
    color: #DDD1B8;
    padding: 0 0 2em;
    line-height: 1.625;
    margin-left: auto;
    margin-right: auto; }
    @media (min-width: 576px) {
      #index .featherlight-inner .splash-txt {
        width: 80%;
        max-width: 800px; } }
    @media (max-width: 575.98px) {
      #index .featherlight-inner .splash-txt {
        padding: 0; } }
  #index .featherlight-inner .number, #index .featherlight-inner .description, #index .featherlight-inner .synopsis-txt, #index .featherlight-inner .splash-txt {
    opacity: 0;
    transform: perspective(200px) translate3d(0, 5px, -2px); }
  #index .featherlight-inner .number, #index .featherlight-inner .synopsis-txt {
    transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1) 0.3s; }
  #index .featherlight-inner .description, #index .featherlight-inner .splash-txt {
    transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1) 1.8s; }
  #index .featherlight-inner .splash-close-btn .v-line {
    opacity: 1;
    height: 6em;
    width: 1px;
    background-color: #887F70;
    margin: 0 auto 1em; }
    #index .featherlight-inner .splash-close-btn .v-line:before {
      content: '';
      display: block;
      position: absolute;
      width: 1px;
      height: 0;
      background-color: #FCF7ED;
      opacity: 0; }
  #index .featherlight-inner .splash-close-btn .enter-btn {
    transform: translateX(-50%);
    cursor: pointer;
    border-bottom: none;
    letter-spacing: 0.5px; }
  #index .featherlight-inner .enter-btn {
    opacity: 0; }
  #index .featherlight-inner .custom-close-icon {
    width: 3.5em;
    height: 3.5em;
    margin: 3em auto;
    cursor: pointer;
    position: relative;
    opacity: 0;
    transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s; }
    #index .featherlight-inner .custom-close-icon:before, #index .featherlight-inner .custom-close-icon:after {
      content: '';
      position: absolute;
      height: 2px;
      width: 2.5em;
      background-color: #fff;
      top: 30%;
      left: 50%; }
    #index .featherlight-inner .custom-close-icon:before {
      transform: translate3d(-50%, -50%, 0) rotate(45deg); }
    #index .featherlight-inner .custom-close-icon:after {
      transform: translate3d(-50%, -50%, 0) rotate(-45deg);
      box-shadow: 0 2px #887F70, 0 -2px #887F70; }
    #index .featherlight-inner .custom-close-icon .btn-txt {
      display: inline-block;
      margin-top: 3.5em;
      z-index: 500; }
  #index .featherlight-inner.onView .plum-blossom-graphic,
  #index .featherlight-inner.onView .number,
  #index .featherlight-inner.onView .description,
  #index .featherlight-inner.onView .h4 {
    opacity: 1;
    transform: perspective(500px) translate3d(0, 0, 0); }
  #index .featherlight-inner.onView .splash-close-btn .v-line:before {
    opacity: 1;
    height: 6em;
    transition: opacity .6s 3s, height 1s 3s; }
  #index .featherlight-inner.onView .splash-close-btn .enter-btn {
    opacity: 1;
    transition: opacity .3s 4s; }
    #index .featherlight-inner.onView .splash-close-btn .enter-btn:hover {
      color: #DDD1B8;
      transition: all .3s; }
  #index .featherlight-inner.onView .custom-close-icon {
    opacity: 1; }

#app-intro {
  width: 100%;
  height: 85vh;
  position: relative;
  text-align: center; }
  #app-intro.header-container .intro-content-wrapper {
    width: 100%;
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0); }
    #app-intro.header-container .intro-content-wrapper #es-logo {
      display: inline-block; }
      @media (min-width: 768px) {
        #app-intro.header-container .intro-content-wrapper #es-logo {
          max-width: 30em; } }
      @media (min-width: 992px) {
        #app-intro.header-container .intro-content-wrapper #es-logo {
          max-width: 40em; } }
      @media (min-width: 1200px) {
        #app-intro.header-container .intro-content-wrapper #es-logo {
          max-width: 46em; } }
    #app-intro.header-container .intro-content-wrapper .scroll-down-btn .v-line {
      opacity: 1;
      height: 6em;
      width: 1px;
      background-color: transparent;
      margin: 0 auto 1em;
      position: relative;
      transition: all 1.2s cubic-bezier(0.645, 0.045, 0.355, 1); }
      #app-intro.header-container .intro-content-wrapper .scroll-down-btn .v-line:before {
        content: '';
        display: block;
        position: absolute;
        width: 1px;
        height: 0;
        background-color: #FCF7ED;
        opacity: 0; }
      #app-intro.header-container .intro-content-wrapper .scroll-down-btn .v-line.removing {
        opacity: 0; }
        #app-intro.header-container .intro-content-wrapper .scroll-down-btn .v-line.removing:before {
          height: 0; }
    #app-intro.header-container .intro-content-wrapper .scroll-down-btn .scroll-btn {
      transform: translateX(-50%);
      cursor: pointer;
      border-bottom: none;
      letter-spacing: 0.5px;
      color: #FCF7ED;
      opacity: 0; }
      #app-intro.header-container .intro-content-wrapper .scroll-down-btn .scroll-btn.removing {
        opacity: 0;
        transition: all .3s; }
  #app-intro.header-container.onView .scroll-down-btn .v-line:before {
    opacity: 1;
    height: 6em;
    transition: opacity .6s, height 1s; }
  #app-intro.header-container.onView .scroll-down-btn .scroll-btn {
    opacity: 1;
    transition: opacity 1.2s .5s; }
    #app-intro.header-container.onView .scroll-down-btn .scroll-btn:hover {
      color: #DDD1B8;
      transition: all .3s; }
  #app-intro .intro-bg {
    background-position: center bottom;
    background-size: cover;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1; }
    #app-intro .intro-bg:before {
      content: '';
      background-color: #000;
      opacity: .5;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0; }
    #app-intro .intro-bg.cinematic-bg {
      background-image: url(img/cinematic-bg.png); }
    #app-intro .intro-bg.comic-bg {
      background-image: url(img/comic-bg.png); }

#app-details .app-details-content {
  padding-top: 2em; }
  #app-details .app-details-content .motif {
    margin-bottom: 2em; }
  #app-details .app-details-content .app-title-section {
    text-align: center; }
    #app-details .app-details-content .app-title-section .app-number {
      display: inline-block;
      color: #887F70;
      border-bottom: 1px solid #DDD1B8;
      padding: 0 2px;
      margin-bottom: 1em; }
    #app-details .app-details-content .app-title-section .app-icon {
      max-width: 6em;
      margin: 0 auto; }
  #app-details .app-details-content .app-meta-section ul {
    text-align: center;
    list-style: none;
    margin: 1.5em 0; }
    #app-details .app-details-content .app-meta-section ul li {
      margin-top: 1.5em; }
      #app-details .app-details-content .app-meta-section ul li:first-of-type {
        margin-top: 0; }
      @media (min-width: 576px) {
        #app-details .app-details-content .app-meta-section ul li {
          height: 6em;
          margin-top: 0;
          display: inline-block;
          vertical-align: bottom; } }
      @media (min-width: 768px) {
        #app-details .app-details-content .app-meta-section ul li {
          float: none; } }
      #app-details .app-details-content .app-meta-section ul li span {
        display: inline-block;
        color: #887F70;
        width: 100%; }
  #app-details .app-details-content .app-blurb-section {
    text-align: center; }
    #app-details .app-details-content .app-blurb-section > p {
      text-align: justify;
      margin-bottom: 2em; }
      @media (max-width: 575.98px) {
        #app-details .app-details-content .app-blurb-section > p {
          text-align: center; } }
    #app-details .app-details-content .app-blurb-section .app-store-badges {
      margin-bottom: 4em; }
      #app-details .app-details-content .app-blurb-section .app-store-badges span {
        display: block;
        margin-bottom: 1em;
        text-transform: inherit;
        letter-spacing: .5px; }

#app-features .app-feature-group {
  position: relative;
  margin: 2em 0; }
  #app-features .app-feature-group:last-of-type {
    margin-bottom: 0; }
  #app-features .app-feature-group .img-item a {
    position: relative; }
    #app-features .app-feature-group .img-item a img {
      display: block; }
    #app-features .app-feature-group .img-item a:before {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      left: 0;
      background-color: rgba(252, 247, 237, 0.7);
      opacity: 0;
      transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1); }
    #app-features .app-feature-group .img-item a:after {
      content: '';
      background-image: url(img/Icon-feather-zoom-in.svg);
      background-repeat: no-repeat;
      background-position: center;
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      left: 0;
      opacity: 0;
      transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1); }
    #app-features .app-feature-group .img-item a:hover:before, #app-features .app-feature-group .img-item a:hover:after {
      opacity: 1; }
  #app-features .app-feature-group .img-set-section {
    margin-bottom: 5em; }
    @media (max-width: 575.98px) {
      #app-features .app-feature-group .img-set-section .set-item {
        padding: 0; } }
    #app-features .app-feature-group .img-set-section .top-img {
      float: none;
      margin: 0 -1em; }
      @media (min-width: 576px) {
        #app-features .app-feature-group .img-set-section .top-img {
          margin: 0; } }
      @media (min-width: 992px) {
        #app-features .app-feature-group .img-set-section .top-img {
          float: none;
          margin-top: 4em;
          margin-left: auto;
          margin-right: auto; } }
    #app-features .app-feature-group .img-set-section .bottom-img {
      margin-top: -2em;
      margin-bottom: 2em;
      margin-left: auto;
      margin-right: auto;
      float: none; }
      @media (min-width: 768px) {
        #app-features .app-feature-group .img-set-section .bottom-img {
          float: right;
          margin-bottom: 0.5em;
          margin-left: 0;
          margin-right: 0; } }
      @media (min-width: 992px) {
        #app-features .app-feature-group .img-set-section .bottom-img {
          float: left;
          margin-top: -2em; } }
    @media (min-width: 992px) {
      #app-features .app-feature-group .img-set-section .txt-section {
        float: left;
        margin-top: -35%; } }
    @media (min-width: 1200px) {
      #app-features .app-feature-group .img-set-section .txt-section {
        float: left;
        margin-top: -32%; } }
    #app-features .app-feature-group .img-set-section.comic-adjust .bottom-img {
      margin-top: -5em; }
      @media (min-width: 768px) {
        #app-features .app-feature-group .img-set-section.comic-adjust .bottom-img {
          margin-top: -7em; } }
    @media (min-width: 992px) {
      #app-features .app-feature-group .img-set-section.comic-adjust .txt-section {
        margin-top: -40%; } }
    @media (min-width: 1200px) {
      #app-features .app-feature-group .img-set-section.comic-adjust .txt-section {
        margin-top: -38%; } }
  #app-features .app-feature-group .img-set-section-alt {
    margin-bottom: 5em; }
    @media (min-width: 992px) {
      #app-features .app-feature-group .img-set-section-alt {
        margin-bottom: 6em; } }
    #app-features .app-feature-group .img-set-section-alt .set-item {
      padding: 0; }
    #app-features .app-feature-group .img-set-section-alt .top-img {
      z-index: 1;
      margin-left: auto;
      margin-right: auto;
      float: none; }
      @media (min-width: 768px) {
        #app-features .app-feature-group .img-set-section-alt .top-img {
          float: left; } }
      @media (min-width: 992px) {
        #app-features .app-feature-group .img-set-section-alt .top-img {
          float: right; } }
    #app-features .app-feature-group .img-set-section-alt .audio-item {
      text-align: center;
      z-index: 3;
      padding-top: 23em; }
    #app-features .app-feature-group .img-set-section-alt .bottom-img {
      margin: 0 -1em;
      margin-top: -2em;
      margin-bottom: 2em;
      z-index: 2; }
      @media (min-width: 576px) {
        #app-features .app-feature-group .img-set-section-alt .bottom-img {
          margin-right: 0;
          margin-left: 0; } }
      @media (min-width: 768px) {
        #app-features .app-feature-group .img-set-section-alt .bottom-img {
          float: right; } }
      @media (min-width: 992px) {
        #app-features .app-feature-group .img-set-section-alt .bottom-img {
          margin-top: 17%; } }
    #app-features .app-feature-group .img-set-section-alt .txt-section-alt {
      float: right; }
      @media (min-width: 992px) {
        #app-features .app-feature-group .img-set-section-alt .txt-section-alt {
          margin-top: -46%; } }
      @media (min-width: 1200px) {
        #app-features .app-feature-group .img-set-section-alt .txt-section-alt {
          margin-top: -40%; } }
  #app-features .app-feature-group .txt-section span,
  #app-features .app-feature-group .txt-section-alt span {
    position: relative;
    color: #887F70; }
    #app-features .app-feature-group .txt-section span:after,
    #app-features .app-feature-group .txt-section-alt span:after {
      content: '';
      position: absolute;
      top: calc(50% - 1px);
      left: 120%;
      width: 3.5em;
      height: 2px;
      background-color: #DDD1B8; }
  #app-features .app-feature-group .txt-section h3,
  #app-features .app-feature-group .txt-section-alt h3 {
    font-weight: 700; }

#email-cap {
  position: relative; }
  #email-cap .email-cap-section-content {
    text-align: center;
    color: #554D3E; }
    #email-cap .email-cap-section-content #mc_embed_signup_scroll {
      margin: 3em 0; }
      #email-cap .email-cap-section-content #mc_embed_signup_scroll h2 {
        margin-bottom: .5em; }
      #email-cap .email-cap-section-content #mc_embed_signup_scroll span {
        text-transform: inherit;
        letter-spacing: .5px;
        color: #887F70; }
      #email-cap .email-cap-section-content #mc_embed_signup_scroll .mc-field-group {
        margin-top: 2em; }
        #email-cap .email-cap-section-content #mc_embed_signup_scroll .mc-field-group input {
          color: #554D3E;
          height: 3em;
          width: 100%;
          text-align: center;
          border: none; }
    #email-cap .email-cap-section-content .styled-btn-alt {
      margin-top: 3em;
      position: inherit;
      transform: none; }
      #email-cap .email-cap-section-content .styled-btn-alt .v-line {
        height: 4em;
        background-color: #454545; }
      #email-cap .email-cap-section-content .styled-btn-alt input {
        color: #554D3E;
        background-color: transparent;
        border: none;
        transition: all; }
        #email-cap .email-cap-section-content .styled-btn-alt input:hover {
          font-weight: bold; }
  #email-cap .email-cap-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(img/ec-bg-1.jpg);
    background-size: cover;
    background-position: center;
    z-index: -1; }
    #email-cap .email-cap-bg:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-color: #DDD1B8;
      z-index: 0;
      opacity: .75; }

#mc_embed_signup div.mce_inline_error {
  background-color: #887F70 !important;
  font-family: novel-display, sans-serif;
  font-size: .75em;
  letter-spacing: .5px; }

#mc_embed_signup input.mce_inline_error {
  border-color: #887F70 !important;
  border-style: none !important;
  border: 1px solid #887F70 !important; }

#share-es {
  background-color: #887F70; }
  #share-es .footer-content {
    text-align: center; }
    #share-es .footer-content .motif {
      margin: 4em 0 0; }
    #share-es .footer-content .hashtag-es {
      font-weight: 500;
      color: #FCF7ED;
      letter-spacing: 2px;
      font-size: 24px;
      font-size: 1.5em; }
    #share-es .footer-content .fineprints {
      width: 100%;
      text-align: center;
      margin: 2em 0; }
      #share-es .footer-content .fineprints span {
        font-size: .75em;
        color: #DDD1B8;
        text-transform: inherit;
        letter-spacing: .5px; }

#es-plus {
  background-color: #000; }
  #es-plus #content {
    height: 100vh;
    width: 100%;
    position: relative; }
    #es-plus #content .interactive-exp-intro {
      width: 100%;
      height: 100%;
      position: fixed;
      background: #887F70;
      z-index: 2;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      opacity: 1; }
      #es-plus #content .interactive-exp-intro .plum-blossom-graphic {
        display: block;
        opacity: 0;
        transition: all .6s ease-in-out; }
      #es-plus #content .interactive-exp-intro .intro-content-wrapper {
        text-align: center;
        padding: 25px; }
        @media (max-width: 575.98px) {
          #es-plus #content .interactive-exp-intro .intro-content-wrapper {
            padding: 0 25px; } }
        #es-plus #content .interactive-exp-intro .intro-content-wrapper .intro-description {
          display: inline-block;
          border-bottom: 1px solid #DDD1B8;
          color: #FCF7ED; }
        #es-plus #content .interactive-exp-intro .intro-content-wrapper .intro-txt {
          color: #DDD1B8;
          padding: 0 0 2em;
          line-height: 1.625;
          margin-left: auto;
          margin-right: auto; }
          @media (min-width: 576px) {
            #es-plus #content .interactive-exp-intro .intro-content-wrapper .intro-txt {
              width: 80%;
              max-width: 800px; } }
          @media (max-width: 575.98px) {
            #es-plus #content .interactive-exp-intro .intro-content-wrapper .intro-txt {
              padding: 0; } }
        #es-plus #content .interactive-exp-intro .intro-content-wrapper .intro-description, #es-plus #content .interactive-exp-intro .intro-content-wrapper .intro-txt {
          opacity: 0;
          transform: perspective(200px) translate3d(0, 5px, -2px);
          transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1); }
        #es-plus #content .interactive-exp-intro .intro-content-wrapper .close-btn .v-line {
          opacity: 1;
          height: 6em;
          width: 1px;
          background-color: transparent;
          margin: 0 auto 1em;
          position: relative;
          transition: all 1.2s cubic-bezier(0.645, 0.045, 0.355, 1); }
          #es-plus #content .interactive-exp-intro .intro-content-wrapper .close-btn .v-line:before {
            content: '';
            display: block;
            position: absolute;
            width: 1px;
            height: 0;
            background-color: #FCF7ED;
            opacity: 0; }
          @media (max-width: 575.98px) {
            #es-plus #content .interactive-exp-intro .intro-content-wrapper .close-btn .v-line {
              height: 4em; } }
        #es-plus #content .interactive-exp-intro .intro-content-wrapper .close-btn .enter-btn {
          transform: translateX(-50%);
          cursor: pointer;
          border-bottom: none;
          letter-spacing: 0.5px;
          color: #FCF7ED;
          opacity: 0; }
      #es-plus #content .interactive-exp-intro.onView .plum-blossom-graphic,
      #es-plus #content .interactive-exp-intro.onView .intro-description,
      #es-plus #content .interactive-exp-intro.onView .intro-txt {
        opacity: 1;
        transform: perspective(500px) translate3d(0, 0, 0); }
      #es-plus #content .interactive-exp-intro.onView .close-btn .v-line:before {
        opacity: 1;
        height: 6em;
        transition: opacity .6s, height 1s; }
        @media (max-width: 575.98px) {
          #es-plus #content .interactive-exp-intro.onView .close-btn .v-line:before {
            height: 4em; } }
      #es-plus #content .interactive-exp-intro.onView .close-btn .enter-btn {
        opacity: 1;
        transition: opacity 1.2s .5s; }
        #es-plus #content .interactive-exp-intro.onView .close-btn .enter-btn:hover {
          color: #DDD1B8;
          transition: all .3s; }
      #es-plus #content .interactive-exp-intro.exit {
        visibility: hidden;
        opacity: 0;
        transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1); }

#pinContainer {
  height: 100%; }
  #pinContainer #aspectContainer {
    height: 100vh; }
  #pinContainer #slideContainer {
    width: max-content;
    height: 100%; }
    #pinContainer #slideContainer section {
      position: relative;
      height: 100%;
      float: left; }
      #pinContainer #slideContainer section a {
        display: block; }
      #pinContainer #slideContainer section .scene-desc {
        position: absolute;
        display: inline-block;
        width: 26em;
        max-width: 100%;
        top: 75%;
        z-index: 3;
        opacity: 0;
        background: rgba(252, 247, 237, 0.85);
        border: 2px solid #887F70;
        padding: 1.25em 2em;
        transform: translateY(-50%); }
        #pinContainer #slideContainer section .scene-desc span {
          vertical-align: middle;
          display: inline-block;
          padding-right: .5em; }
        #pinContainer #slideContainer section .scene-desc hr {
          display: inline-block;
          background: #887F70;
          width: 4em;
          margin: 0;
          vertical-align: middle; }
        #pinContainer #slideContainer section .scene-desc p {
          margin-bottom: .75em;
          color: #887F70; }
        #pinContainer #slideContainer section .scene-desc.fade-in {
          opacity: 1;
          transition: opacity 0.6s cubic-bezier(0.645, 0.045, 0.355, 1); }
        #pinContainer #slideContainer section .scene-desc.scene-2 {
          top: 25%; }
        #pinContainer #slideContainer section .scene-desc.scene-3 {
          top: 50%; }
        #pinContainer #slideContainer section .scene-desc.scene-4 {
          top: 76%; }
        #pinContainer #slideContainer section .scene-desc.scene-5 {
          top: 75%; }
        #pinContainer #slideContainer section .scene-desc.scene-6 {
          top: 50%; }
      #pinContainer #slideContainer section.panel1 .btn-08 {
        top: 38%;
        left: 69.05%; }
      #pinContainer #slideContainer section.panel1 .btn-10 {
        top: 38%;
        left: 77.5%; }
      #pinContainer #slideContainer section.panel1 .btn-12 {
        top: 42%;
        left: 86%; }
      #pinContainer #slideContainer section.panel1 .layer-2 {
        position: absolute; }
        #pinContainer #slideContainer section.panel1 .layer-2.heros {
          height: 87%;
          bottom: 6.1%; }
          #pinContainer #slideContainer section.panel1 .layer-2.heros .btn-01 {
            top: 30%;
            left: 8%; }
          #pinContainer #slideContainer section.panel1 .layer-2.heros .btn-02 {
            top: 23%;
            left: 21%; }
          #pinContainer #slideContainer section.panel1 .layer-2.heros .btn-03 {
            top: 33%;
            left: 35%; }
          #pinContainer #slideContainer section.panel1 .layer-2.heros .btn-04 {
            top: 26%;
            left: 48%; }
          #pinContainer #slideContainer section.panel1 .layer-2.heros .btn-05 {
            top: 29%;
            left: 64%; }
          #pinContainer #slideContainer section.panel1 .layer-2.heros .btn-06 {
            top: 32%;
            left: 76%; }
          #pinContainer #slideContainer section.panel1 .layer-2.heros .btn-07 {
            top: 35%;
            left: 88.5%; }
        #pinContainer #slideContainer section.panel1 .layer-2.heros-police {
          height: 60%;
          bottom: 8.7%;
          z-index: 2; }
          #pinContainer #slideContainer section.panel1 .layer-2.heros-police .btn-09 {
            top: 0;
            left: 48%; }
          #pinContainer #slideContainer section.panel1 .layer-2.heros-police .btn-11 {
            top: 0;
            left: 95%; }
      #pinContainer #slideContainer section.panel2 .btn-14 {
        top: 53%;
        left: 41%; }
      #pinContainer #slideContainer section.panel2 .btn-15 {
        top: 55%;
        left: 64%; }
      #pinContainer #slideContainer section.panel2 .btn-16 {
        top: 45%;
        left: 71%; }
      #pinContainer #slideContainer section.panel2 .btn-17 {
        top: 55.5%;
        left: 74.2%; }
      #pinContainer #slideContainer section.panel2 .btn-18 {
        top: 41.5%;
        left: 82.5%; }
      #pinContainer #slideContainer section.panel2 .layer2 {
        position: absolute; }
        #pinContainer #slideContainer section.panel2 .layer2.poster {
          height: 100%;
          bottom: 0;
          z-index: 2; }
          #pinContainer #slideContainer section.panel2 .layer2.poster .btn-13 {
            top: 13%;
            left: 95%; }
        #pinContainer #slideContainer section.panel2 .layer2.running {
          height: 80%;
          bottom: 0;
          z-index: 2; }
          #pinContainer #slideContainer section.panel2 .layer2.running img {
            max-width: none; }
          #pinContainer #slideContainer section.panel2 .layer2.running .btn-19 {
            top: 5%;
            left: 40%; }
      #pinContainer #slideContainer section.panel3 .btn-20 {
        top: 40%;
        left: 8%; }
      #pinContainer #slideContainer section.panel3 .btn-21 {
        top: 34%;
        left: 15%; }
      #pinContainer #slideContainer section.panel3 .btn-22 {
        top: 44%;
        left: 38.5%; }
      #pinContainer #slideContainer section.panel3 .btn-23 {
        top: 42%;
        left: 64.5%; }
      #pinContainer #slideContainer section.panel3 .btn-24 {
        top: 44%;
        left: 73.5%; }
      #pinContainer #slideContainer section.panel3 .layer2 {
        position: absolute; }
        #pinContainer #slideContainer section.panel3 .layer2.police-car {
          height: 100%;
          bottom: 0;
          z-index: 2; }
          #pinContainer #slideContainer section.panel3 .layer2.police-car img {
            max-width: none; }
          #pinContainer #slideContainer section.panel3 .layer2.police-car #police-car {
            position: absolute;
            left: 10%; }
          #pinContainer #slideContainer section.panel3 .layer2.police-car .blue-light {
            position: absolute;
            left: 0;
            top: 0; }
          #pinContainer #slideContainer section.panel3 .layer2.police-car .red-light {
            position: absolute;
            left: 0;
            top: 0;
            z-index: 3; }
          #pinContainer #slideContainer section.panel3 .layer2.police-car .head-lights {
            position: absolute;
            left: 0;
            top: 0;
            z-index: 4; }
      #pinContainer #slideContainer section.panel4 .layer2 {
        position: absolute; }
        #pinContainer #slideContainer section.panel4 .layer2.lights {
          height: 30%;
          top: 0; }
          #pinContainer #slideContainer section.panel4 .layer2.lights img {
            position: absolute;
            max-height: 100%;
            max-width: none;
            width: auto; }
        #pinContainer #slideContainer section.panel4 .layer2.prison-police {
          height: 80%;
          bottom: 0;
          left: 0;
          z-index: 3; }
        #pinContainer #slideContainer section.panel4 .layer2.prison-police-middle {
          height: 50%;
          bottom: 59.7%;
          position: relative; }
          #pinContainer #slideContainer section.panel4 .layer2.prison-police-middle img {
            position: absolute; }
          #pinContainer #slideContainer section.panel4 .layer2.prison-police-middle .table {
            left: 42%; }
        #pinContainer #slideContainer section.panel4 .layer2.prison-police-right {
          height: 85%;
          bottom: 0; }
      #pinContainer #slideContainer section.panel4 .btn-25 {
        top: 54%;
        left: 22%; }
      #pinContainer #slideContainer section.panel4 .btn-26 {
        top: 52%;
        left: 60%; }
      #pinContainer #slideContainer section.panel4 .btn-27 {
        top: 68%;
        left: 77%; }
    #pinContainer #slideContainer img {
      height: 100%; }
  #pinContainer #last-scene {
    z-index: 4;
    height: 100vh;
    width: 100%; }
    #pinContainer #last-scene .gradient {
      width: 100%;
      background: linear-gradient(to top, black 0%, rgba(0, 0, 0, 0) 100%); }
      #pinContainer #last-scene .gradient .end-desc {
        display: block;
        margin: 0 auto;
        margin-bottom: 10em;
        width: 26em;
        max-width: 100%;
        z-index: 4;
        opacity: 0;
        background: rgba(252, 247, 237, 0.85);
        border: 2px solid #887F70;
        padding: 1.25em 2em;
        transition: opacity 0.6s cubic-bezier(0.645, 0.045, 0.355, 1); }
        #pinContainer #last-scene .gradient .end-desc:last-of-type {
          margin-bottom: 0; }
        #pinContainer #last-scene .gradient .end-desc p {
          margin-bottom: .75em;
          color: #887F70; }
        #pinContainer #last-scene .gradient .end-desc.fade-in {
          opacity: 1; }
        #pinContainer #last-scene .gradient .end-desc.char-1 {
          margin-left: 30%; }
        #pinContainer #last-scene .gradient .end-desc.char-2 {
          margin-right: 30%; }
        #pinContainer #last-scene .gradient .end-desc.char-4 {
          margin-right: 25%; }
        #pinContainer #last-scene .gradient .end-desc.char-5 {
          margin-left: 30%; }
    #pinContainer #last-scene .nyc {
      width: 100%;
      height: 100%;
      background-color: black;
      z-index: 40;
      position: relative; }
      #pinContainer #last-scene .nyc .fade-in-bg {
        position: absolute;
        width: 100%;
        height: 100%;
        background-image: url(img/NewYork_v2.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: right bottom; }
      #pinContainer #last-scene .nyc .last-desc {
        position: absolute;
        display: block;
        top: 50%;
        left: 50%;
        transform: translate3d(-50%, -50%, 0);
        width: 26em;
        max-width: 100%;
        opacity: 0;
        border: 2px solid #887F70;
        padding: 1.25em 2em;
        transition: opacity 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
        background: rgba(252, 247, 237, 0.85); }
        #pinContainer #last-scene .nyc .last-desc p {
          margin-bottom: .75em;
          color: #887F70; }
        #pinContainer #last-scene .nyc .last-desc.fade-in {
          opacity: 1; }

.play-button {
  position: absolute;
  width: 6.25rem;
  height: 5rem;
  margin-top: 0rem;
  margin-left: -3.125rem;
  font-size: 1rem;
  cursor: pointer; }
  .play-button a {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0; }
  .play-button > .circle {
    position: relative;
    width: 1.875em;
    height: 1.875em;
    margin: auto; }
  .play-button > .circle > .icon {
    position: absolute;
    z-index: 5;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0.75em;
    height: 1.125em;
    margin-top: -0.5625em;
    margin-left: -0.375em;
    display: none;
    margin-left: -0.29em; }
  .play-button > .circle > .black {
    z-index: 4;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 32px;
    height: 32px;
    margin-top: -16px;
    margin-left: -16px;
    opacity: 0.9; }
  .play-button > .circle > .yellow {
    position: absolute;
    z-index: 3;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px; }
  .play-button > .circle > .border {
    position: absolute;
    z-index: 2;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 48px;
    height: 48px;
    margin-top: -24px;
    margin-left: -24px; }
  .play-button > .circle > .white {
    position: absolute;
    z-index: 2;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 96px;
    height: 96px;
    margin-top: -48px;
    margin-left: -48px;
    opacity: 0.2; }
  .play-button > .circle > .lines {
    position: absolute;
    display: none; }
  .play-button > .text {
    position: relative;
    opacity: 0;
    margin-top: 0.75em;
    transition: opacity 1s;
    font-size: 0.75em;
    color: #fff;
    text-transform: uppercase;
    text-align: center; }
  .play-button:hover > .text {
    opacity: 1; }

body#city-memories {
  background: #887F70; }

.slide {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  width: 100%; }
  @media (max-width: 575.98px) {
    .slide:first-of-type {
      padding-bottom: 4em; } }
  @media (max-width: 575.98px) and (max-height: 600px) {
    .slide:first-of-type {
      padding-bottom: 1.5em; } }
  .slide > * {
    z-index: 1; }
  .slide p {
    line-height: 2;
    text-shadow: 0 0 2px #887F70, 0 0 2px #887F70, 0 0 3px #887F70, 0 0 3px #887F70, 0 0 4px #887F70, 0 0 5px #887F70; }
    @media (min-width: 992px) {
      .slide p {
        font-size: 150%; } }
  .slide .plum-blossom-graphic {
    display: block;
    opacity: 0;
    transition: all .6s ease-in-out; }
  .slide .intro-content-wrapper {
    text-align: center;
    padding: 25px; }
    @media (max-width: 575.98px) {
      .slide .intro-content-wrapper {
        padding: 0 25px; } }
    .slide .intro-content-wrapper .intro-description {
      display: inline-block;
      border-bottom: 1px solid #DDD1B8;
      color: #FCF7ED; }
    .slide .intro-content-wrapper .intro-txt {
      color: #DDD1B8;
      padding: 0 0 2em;
      line-height: 1.625;
      margin-left: auto;
      margin-right: auto; }
      @media (min-width: 576px) {
        .slide .intro-content-wrapper .intro-txt {
          width: 80%;
          max-width: 800px; } }
      @media (max-width: 575.98px) {
        .slide .intro-content-wrapper .intro-txt {
          padding: 0; } }
    .slide .intro-content-wrapper .intro-description, .slide .intro-content-wrapper .intro-txt {
      opacity: 0;
      transform: perspective(200px) translate3d(0, 5px, -2px);
      transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1); }
    .slide .intro-content-wrapper .scroll-down-btn .v-line {
      opacity: 1;
      height: 6em;
      width: 1px;
      background-color: transparent;
      margin: 0 auto 1em;
      position: relative;
      transition: all 1.2s cubic-bezier(0.645, 0.045, 0.355, 1); }
      .slide .intro-content-wrapper .scroll-down-btn .v-line:before {
        content: '';
        display: block;
        position: absolute;
        width: 1px;
        height: 0;
        background-color: #FCF7ED;
        opacity: 0; }
      .slide .intro-content-wrapper .scroll-down-btn .v-line.removing {
        opacity: 0; }
        .slide .intro-content-wrapper .scroll-down-btn .v-line.removing:before {
          height: 0; }
      @media (max-width: 575.98px) {
        .slide .intro-content-wrapper .scroll-down-btn .v-line {
          height: 4em; } }
    .slide .intro-content-wrapper .scroll-down-btn .scroll-btn {
      transform: translateX(-50%);
      cursor: pointer;
      border-bottom: none;
      letter-spacing: 0.5px;
      color: #FCF7ED;
      opacity: 0; }
      .slide .intro-content-wrapper .scroll-down-btn .scroll-btn.removing {
        opacity: 0;
        transition: all .3s; }
  .slide.onView .plum-blossom-graphic,
  .slide.onView .intro-description,
  .slide.onView .intro-txt {
    opacity: 1;
    transform: perspective(500px) translate3d(0, 0, 0); }
  .slide.onView .scroll-down-btn .v-line:before {
    opacity: 1;
    height: 6em;
    transition: opacity .6s, height 1s; }
    @media (max-width: 575.98px) {
      .slide.onView .scroll-down-btn .v-line:before {
        height: 4em; } }
  .slide.onView .scroll-down-btn .scroll-btn {
    opacity: 1;
    transition: opacity 1.2s .5s; }
    .slide.onView .scroll-down-btn .scroll-btn:hover {
      color: #DDD1B8;
      transition: all .3s; }
  .slide.onView .custom-close-icon {
    opacity: 1; }
  .slide.section-slide {
    text-align: center;
    color: #FCF7ED; }
    .slide.section-slide span {
      border-bottom: 1px solid #DDD1B8;
      letter-spacing: 2px;
      padding: 0 0 0 2px; }
    .slide.section-slide h2 {
      color: #DDD1B8; }
  .slide.slide-desc {
    color: #FCF7ED; }
  .slide .single-slide-img {
    max-width: 720px; }
    .slide .single-slide-img img {
      max-height: 90%; }
    @media (max-width: 575.98px) {
      .slide .single-slide-img {
        max-width: 98%; } }
  .slide .wide-slide-img {
    max-width: 80%; }
    @media (max-width: 575.98px) {
      .slide .wide-slide-img {
        max-width: 98%; } }
  .slide .tall-slide-img img {
    height: 95vh; }
  .slide .align-center {
    text-align: center;
    text-indent: 0; }
  .slide hr {
    background-color: transparent;
    border-top: 1px dotted #FFE6DF;
    margin: .125rem; }
  .slide.sub-question-slide {
    min-height: 0;
    height: 80vh;
    justify-content: flex-end; }
    .slide.sub-question-slide hr {
      height: 6rem;
      width: 1px;
      background-color: #FFE6DF;
      margin-bottom: .5rem; }

.short-slide, .spacer {
  min-height: 0;
  height: 40vh; }
  .short-slide.spacer-50, .spacer.spacer-50 {
    height: 49vh; }
  .short-slide.spacer-80, .spacer.spacer-80 {
    height: 80vh; }

.slide-txt {
  min-height: 0; }

.anchor-to-top {
  text-align: center;
  padding: 2rem; }
  .anchor-to-top hr {
    height: 3rem;
    width: 1px;
    background-color: #FFE6DF;
    margin-bottom: .5rem; }

.vid-slide {
  min-height: 0;
  height: 60vh; }

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

.slide-bg {
  height: 100vh;
  width: 100%;
  background-color: #887F70;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s linear 1s, opacity 1s;
  z-index: 0; }
  .slide-bg img {
    pointer-events: none;
    opacity: .3;
    mix-blend-mode: color-burn;
    border: 2px solid black; }
  .slide-bg .last-bg-img {
    border: none; }
  .slide-bg .question-bg, .slide-bg .header-bg {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-position: center center;
    background-size: cover; }
    .slide-bg .question-bg.question-bg-1-2, .slide-bg .header-bg.question-bg-1-2 {
      background-image: url("img/the-img.png"); }
    .slide-bg .question-bg.question-bg-1-3, .slide-bg .header-bg.question-bg-1-3 {
      background-image: url("img/the-img.png"); }
    .slide-bg .question-bg.question-bg-1-4, .slide-bg .header-bg.question-bg-1-4 {
      background-image: url("img/suppression-q4-bg.jpg"); }
    .slide-bg .question-bg.question-bg-1-5, .slide-bg .header-bg.question-bg-1-5 {
      background-image: url("img/suppression-q5-bg.jpg"); }
    .slide-bg .question-bg.question-bg-2-1, .slide-bg .header-bg.question-bg-2-1 {
      background-image: url("img/incident-q1-bg.jpg"); }
    .slide-bg .question-bg.question-bg-2-2, .slide-bg .header-bg.question-bg-2-2 {
      background-image: url("img/incident-q2-bg.jpg"); }
    .slide-bg .question-bg.question-bg-2-3, .slide-bg .header-bg.question-bg-2-3 {
      background-image: url("img/incident-q3-bg.jpg"); }
    .slide-bg .question-bg.question-bg-3-1, .slide-bg .header-bg.question-bg-3-1 {
      background-image: url("img/aftermath-q1-bg.jpg"); }
    .slide-bg .question-bg.question-bg-3-2, .slide-bg .header-bg.question-bg-3-2 {
      background-image: url("img/aftermath-q2-bg.jpg"); }
    .slide-bg .question-bg.question-bg-3-3, .slide-bg .header-bg.question-bg-3-3 {
      background-image: url("img/aftermath-q3-bg.jpg"); }
    .slide-bg .question-bg.question-bg-3-4, .slide-bg .header-bg.question-bg-3-4 {
      background-image: url("img/aftermath-q4-bg.jpg"); }
    .slide-bg .question-bg.header-bg-1, .slide-bg .header-bg.header-bg-1 {
      background-image: url("img/s1-bg.jpg"); }
    .slide-bg .question-bg.header-bg-2, .slide-bg .header-bg.header-bg-2 {
      background-image: url("img/s2-bg.jpg"); }
    .slide-bg .question-bg.header-bg-3, .slide-bg .header-bg.header-bg-3 {
      background-image: url("img/s3-bg.jpg"); }
    .slide-bg .question-bg.sub-question-bg, .slide-bg .header-bg.sub-question-bg {
      background-image: url("img/ss-bg-smoke.png");
      opacity: .4; }
    .slide-bg .question-bg.last-bg, .slide-bg .header-bg.last-bg {
      background-image: url("img/last-bg-1.png"); }

.slide-active .slide-bg {
  visibility: visible;
  opacity: 1;
  transition-delay: 0s; }

.slide-bg-fixed {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0; }
  .slide-bg-fixed .img-wrap {
    display: flex;
    flex-direction: column;
    width: 80vw;
    opacity: 0.8; }
    .slide-bg-fixed .img-wrap.three-img-wrap-2 {
      opacity: 1; }
    .slide-bg-fixed .img-wrap .right-1-img {
      opacity: 0;
      position: fixed; }
    .slide-bg-fixed .img-wrap .right-2-img {
      opacity: 0;
      position: fixed; }
    @media (min-width: 768px) {
      .slide-bg-fixed .img-wrap {
        width: 70vw; }
        .slide-bg-fixed .img-wrap .left-1-img {
          align-self: center;
          width: 60%; }
        .slide-bg-fixed .img-wrap .left-2-img {
          display: none; }
        .slide-bg-fixed .img-wrap .right-1-img {
          opacity: 1;
          position: static;
          align-self: flex-start;
          margin-right: 30%; }
        .slide-bg-fixed .img-wrap .right-2-img {
          opacity: 1;
          position: static;
          align-self: flex-start;
          margin-left: 30%; }
        .slide-bg-fixed .img-wrap.three-img-wrap-2 .left-1-img {
          opacity: 1;
          margin-left: 30%; } }
    @media (min-width: 992px) {
      .slide-bg-fixed .img-wrap {
        width: 95%;
        min-width: 800px;
        flex-direction: row; }
        .slide-bg-fixed .img-wrap .img-frame {
          padding: .25rem; }
          .slide-bg-fixed .img-wrap .img-frame img {
            opacity: 1;
            border: 1px solid #000; }
        .slide-bg-fixed .img-wrap .left-1-img {
          align-self: center;
          min-width: 30%;
          max-width: 40%; }
        .slide-bg-fixed .img-wrap .left-2-img {
          display: block; }
        .slide-bg-fixed .img-wrap .right-1-img {
          align-self: flex-start;
          margin-right: 0; }
        .slide-bg-fixed .img-wrap .right-2-img {
          align-self: flex-end;
          margin-left: 0; }
        .slide-bg-fixed .img-wrap.three-img-wrap-1 {
          height: 65vh; }
        .slide-bg-fixed .img-wrap.three-img-wrap-2 {
          width: 60vw;
          display: flex;
          flex-direction: row; }
          .slide-bg-fixed .img-wrap.three-img-wrap-2 .img-frame.img-frame-left {
            flex: 1;
            display: flex;
            flex-direction: column; }
            .slide-bg-fixed .img-wrap.three-img-wrap-2 .img-frame.img-frame-left .left-1-img {
              opacity: 1;
              position: static;
              width: 100%;
              max-width: 100%;
              margin-left: 0; }
          .slide-bg-fixed .img-wrap.three-img-wrap-2 .img-frame.img-frame-left-rev {
            flex-direction: row; }
          .slide-bg-fixed .img-wrap.three-img-wrap-2 .img-frame.img-frame-right {
            flex: 1;
            display: flex;
            flex-direction: column;
            padding-top: 4rem; }
            .slide-bg-fixed .img-wrap.three-img-wrap-2 .img-frame.img-frame-right .right-2-img {
              padding-right: 4rem; }
            .slide-bg-fixed .img-wrap.three-img-wrap-2 .img-frame.img-frame-right .right-1-img {
              line-height: initial; } }
    @media (min-width: 1200px) {
      .slide-bg-fixed .img-wrap {
        width: 80%; }
        .slide-bg-fixed .img-wrap.three-img-wrap-2 .img-frame {
          width: 35%; } }
