/*
Theme Name: Mae
Theme URI: https://mae.pixudio.com/
Author: Pixudio INC.
Author URI: https://pixudio.com/
Description: Solid - Bold and stylish, Mae is an event template well suited for tech conferences, design talks, business meetups, event planer agencies and everyone else who appreciate good design. The template was built based on modern Bootstrap 4 flex grids, so you know it contains clean, precise code that makes for a highly streamlined site.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: pixudio-theme
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Grids
# Layout
  ## Posts
  ## Pages
  ## Header
  ## Footer
  ## Widgets
# Typography
# Forms
# Customizer
# Accessibility
# Alignments
# Clearings
# Custom & Media Queries
--------------------------------------------------------------*/

/*! normalize.css v6.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

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

/* Grouping content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

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

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

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

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */

/**
 * Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

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

/**
 * Restore the focus styles unset by the previous rule.
 */

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

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

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details, /* 1 */
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
  display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
  display: none;
}

@-ms-viewport {
  width: device-width;
}

html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

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

.container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 576px) {
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 768px) {
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 992px) {
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 1200px) {
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 576px) {
  .container {
    width: 540px;
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .container {
    width: 720px;
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  .container {
    width: 960px;
    max-width: 100%;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1140px;
    max-width: 100%;
  }
}

.container-fluid {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 576px) {
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 768px) {
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 992px) {
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 1200px) {
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 576px) {
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}

@media (min-width: 768px) {
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}

@media (min-width: 992px) {
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}

@media (min-width: 1200px) {
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .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, .col-sm, .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, .col-md, .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, .col-lg, .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, .col-xl {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 576px) {
  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .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, .col-sm, .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, .col-md, .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, .col-lg, .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, .col-xl {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 768px) {
  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .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, .col-sm, .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, .col-md, .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, .col-lg, .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, .col-xl {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 992px) {
  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .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, .col-sm, .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, .col-md, .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, .col-lg, .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, .col-xl {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 1200px) {
  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .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, .col-sm, .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, .col-md, .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, .col-lg, .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, .col-xl {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.col {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

.pull-0 {
  right: auto;
}

.pull-1 {
  right: 8.33333%;
}

.pull-2 {
  right: 16.66667%;
}

.pull-3 {
  right: 25%;
}

.pull-4 {
  right: 33.33333%;
}

.pull-5 {
  right: 41.66667%;
}

.pull-6 {
  right: 50%;
}

.pull-7 {
  right: 58.33333%;
}

.pull-8 {
  right: 66.66667%;
}

.pull-9 {
  right: 75%;
}

.pull-10 {
  right: 83.33333%;
}

.pull-11 {
  right: 91.66667%;
}

.pull-12 {
  right: 100%;
}

.push-0 {
  left: auto;
}

.push-1 {
  left: 8.33333%;
}

.push-2 {
  left: 16.66667%;
}

.push-3 {
  left: 25%;
}

.push-4 {
  left: 33.33333%;
}

.push-5 {
  left: 41.66667%;
}

.push-6 {
  left: 50%;
}

.push-7 {
  left: 58.33333%;
}

.push-8 {
  left: 66.66667%;
}

.push-9 {
  left: 75%;
}

.push-10 {
  left: 83.33333%;
}

.push-11 {
  left: 91.66667%;
}

.push-12 {
  left: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .pull-sm-0 {
    right: auto;
  }
  .pull-sm-1 {
    right: 8.33333%;
  }
  .pull-sm-2 {
    right: 16.66667%;
  }
  .pull-sm-3 {
    right: 25%;
  }
  .pull-sm-4 {
    right: 33.33333%;
  }
  .pull-sm-5 {
    right: 41.66667%;
  }
  .pull-sm-6 {
    right: 50%;
  }
  .pull-sm-7 {
    right: 58.33333%;
  }
  .pull-sm-8 {
    right: 66.66667%;
  }
  .pull-sm-9 {
    right: 75%;
  }
  .pull-sm-10 {
    right: 83.33333%;
  }
  .pull-sm-11 {
    right: 91.66667%;
  }
  .pull-sm-12 {
    right: 100%;
  }
  .push-sm-0 {
    left: auto;
  }
  .push-sm-1 {
    left: 8.33333%;
  }
  .push-sm-2 {
    left: 16.66667%;
  }
  .push-sm-3 {
    left: 25%;
  }
  .push-sm-4 {
    left: 33.33333%;
  }
  .push-sm-5 {
    left: 41.66667%;
  }
  .push-sm-6 {
    left: 50%;
  }
  .push-sm-7 {
    left: 58.33333%;
  }
  .push-sm-8 {
    left: 66.66667%;
  }
  .push-sm-9 {
    left: 75%;
  }
  .push-sm-10 {
    left: 83.33333%;
  }
  .push-sm-11 {
    left: 91.66667%;
  }
  .push-sm-12 {
    left: 100%;
  }
  .offset-sm-0 {
    margin-left: 0%;
  }
  .offset-sm-1 {
    margin-left: 8.33333%;
  }
  .offset-sm-2 {
    margin-left: 16.66667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333%;
  }
  .offset-sm-5 {
    margin-left: 41.66667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333%;
  }
  .offset-sm-8 {
    margin-left: 66.66667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333%;
  }
  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .pull-md-0 {
    right: auto;
  }
  .pull-md-1 {
    right: 8.33333%;
  }
  .pull-md-2 {
    right: 16.66667%;
  }
  .pull-md-3 {
    right: 25%;
  }
  .pull-md-4 {
    right: 33.33333%;
  }
  .pull-md-5 {
    right: 41.66667%;
  }
  .pull-md-6 {
    right: 50%;
  }
  .pull-md-7 {
    right: 58.33333%;
  }
  .pull-md-8 {
    right: 66.66667%;
  }
  .pull-md-9 {
    right: 75%;
  }
  .pull-md-10 {
    right: 83.33333%;
  }
  .pull-md-11 {
    right: 91.66667%;
  }
  .pull-md-12 {
    right: 100%;
  }
  .push-md-0 {
    left: auto;
  }
  .push-md-1 {
    left: 8.33333%;
  }
  .push-md-2 {
    left: 16.66667%;
  }
  .push-md-3 {
    left: 25%;
  }
  .push-md-4 {
    left: 33.33333%;
  }
  .push-md-5 {
    left: 41.66667%;
  }
  .push-md-6 {
    left: 50%;
  }
  .push-md-7 {
    left: 58.33333%;
  }
  .push-md-8 {
    left: 66.66667%;
  }
  .push-md-9 {
    left: 75%;
  }
  .push-md-10 {
    left: 83.33333%;
  }
  .push-md-11 {
    left: 91.66667%;
  }
  .push-md-12 {
    left: 100%;
  }
  .offset-md-0 {
    margin-left: 0%;
  }
  .offset-md-1 {
    margin-left: 8.33333%;
  }
  .offset-md-2 {
    margin-left: 16.66667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333%;
  }
  .offset-md-5 {
    margin-left: 41.66667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333%;
  }
  .offset-md-8 {
    margin-left: 66.66667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333%;
  }
  .offset-md-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .pull-lg-0 {
    right: auto;
  }
  .pull-lg-1 {
    right: 8.33333%;
  }
  .pull-lg-2 {
    right: 16.66667%;
  }
  .pull-lg-3 {
    right: 25%;
  }
  .pull-lg-4 {
    right: 33.33333%;
  }
  .pull-lg-5 {
    right: 41.66667%;
  }
  .pull-lg-6 {
    right: 50%;
  }
  .pull-lg-7 {
    right: 58.33333%;
  }
  .pull-lg-8 {
    right: 66.66667%;
  }
  .pull-lg-9 {
    right: 75%;
  }
  .pull-lg-10 {
    right: 83.33333%;
  }
  .pull-lg-11 {
    right: 91.66667%;
  }
  .pull-lg-12 {
    right: 100%;
  }
  .push-lg-0 {
    left: auto;
  }
  .push-lg-1 {
    left: 8.33333%;
  }
  .push-lg-2 {
    left: 16.66667%;
  }
  .push-lg-3 {
    left: 25%;
  }
  .push-lg-4 {
    left: 33.33333%;
  }
  .push-lg-5 {
    left: 41.66667%;
  }
  .push-lg-6 {
    left: 50%;
  }
  .push-lg-7 {
    left: 58.33333%;
  }
  .push-lg-8 {
    left: 66.66667%;
  }
  .push-lg-9 {
    left: 75%;
  }
  .push-lg-10 {
    left: 83.33333%;
  }
  .push-lg-11 {
    left: 91.66667%;
  }
  .push-lg-12 {
    left: 100%;
  }
  .offset-lg-0 {
    margin-left: 0%;
  }
  .offset-lg-1 {
    margin-left: 8.33333%;
  }
  .offset-lg-2 {
    margin-left: 16.66667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333%;
  }
  .offset-lg-5 {
    margin-left: 41.66667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333%;
  }
  .offset-lg-8 {
    margin-left: 66.66667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333%;
  }
  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .pull-xl-0 {
    right: auto;
  }
  .pull-xl-1 {
    right: 8.33333%;
  }
  .pull-xl-2 {
    right: 16.66667%;
  }
  .pull-xl-3 {
    right: 25%;
  }
  .pull-xl-4 {
    right: 33.33333%;
  }
  .pull-xl-5 {
    right: 41.66667%;
  }
  .pull-xl-6 {
    right: 50%;
  }
  .pull-xl-7 {
    right: 58.33333%;
  }
  .pull-xl-8 {
    right: 66.66667%;
  }
  .pull-xl-9 {
    right: 75%;
  }
  .pull-xl-10 {
    right: 83.33333%;
  }
  .pull-xl-11 {
    right: 91.66667%;
  }
  .pull-xl-12 {
    right: 100%;
  }
  .push-xl-0 {
    left: auto;
  }
  .push-xl-1 {
    left: 8.33333%;
  }
  .push-xl-2 {
    left: 16.66667%;
  }
  .push-xl-3 {
    left: 25%;
  }
  .push-xl-4 {
    left: 33.33333%;
  }
  .push-xl-5 {
    left: 41.66667%;
  }
  .push-xl-6 {
    left: 50%;
  }
  .push-xl-7 {
    left: 58.33333%;
  }
  .push-xl-8 {
    left: 66.66667%;
  }
  .push-xl-9 {
    left: 75%;
  }
  .push-xl-10 {
    left: 83.33333%;
  }
  .push-xl-11 {
    left: 91.66667%;
  }
  .push-xl-12 {
    left: 100%;
  }
  .offset-xl-0 {
    margin-left: 0%;
  }
  .offset-xl-1 {
    margin-left: 8.33333%;
  }
  .offset-xl-2 {
    margin-left: 16.66667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333%;
  }
  .offset-xl-5 {
    margin-left: 41.66667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333%;
  }
  .offset-xl-8 {
    margin-left: 66.66667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333%;
  }
  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}

@charset "UTF-8";
/* Main
   ========================================================================== */
html {
  -webkit-tap-highlight-color: transparent;
}

a,
button,
input,
select,
textarea {
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
  background-color: #FFF;
  overflow-x: hidden;
}

figure {
  margin: 0;
}

img {
  height: auto;
  max-width: 100%;
}

/* Layouts
   ========================================================================== */
.section {
  position: relative;
  padding-top: 84px;
  padding-bottom: 84px;
}

.section--first {
  padding-top: 168px;
}

.section--firsts {
  padding-top: 10px;
}

@media (min-height: 800px) {
  .section--first {
    padding-top: 288px;
  }
}

.section--last {
  padding-bottom: 168px;
}

.section--singular {
  padding-top: 16.8px;
}

.indent {
  margin-left: 0px;
}

.dashed {
  display: inline-block;
  position: relative;
  padding-left: 48px;
  line-height: 24px;
  z-index: 1;
}

.dashed:before, .dashed:after {
  content: '';
  display: block;
  position: absolute;
  top: 11px;
  left: 0;
  width: 24px;
  height: 2px;
  background-color: #222;
  pointer-events: none;
  z-index: -1;
}

.dashed:before {
  transition: -webkit-transform .4s ease-out;
  transition: transform .4s ease-out;
  transition: transform .4s ease-out, -webkit-transform .4s ease-out;
  -webkit-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
  will-change: transform;
}

.dashed:after {
  transition: background-color .2s .3s ease-in, width .3s .2s ease-out, height .2s 0s ease-in, -webkit-transform .4s .2s ease-out;
  transition: transform .4s .2s ease-out, background-color .2s .3s ease-in, width .3s .2s ease-out, height .2s 0s ease-in;
  transition: transform .4s .2s ease-out, background-color .2s .3s ease-in, width .3s .2s ease-out, height .2s 0s ease-in, -webkit-transform .4s .2s ease-out;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  will-change: transform, width, height, background;
}

.dashed.in-view__child--in:before {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}

.dashed.in-view__child--in:after {
  -webkit-transform: none;
          transform: none;
}

.dashed--hover, a.dashed {
  cursor: default;
}

.dashed--hover:not(.dashed--vertical):hover:after, a.dashed:not(.dashed--vertical):hover:after {
  width: 90%;
  width: calc( 100% - 24px);
  height: 16px;
  background-color: rgba(34, 34, 34, 0.1);
  transition: background-color 0.2s 0.1s ease-out, width 0.4s 0.3s cubic-bezier(0.4, 0, 0.2, 1), height 0.2s 0.1s cubic-bezier(0.22, 0.61, 0.36, 1), -webkit-transform 0.4s 0.2s ease-out;
  transition: transform 0.4s 0.2s ease-out, background-color 0.2s 0.1s ease-out, width 0.4s 0.3s cubic-bezier(0.4, 0, 0.2, 1), height 0.2s 0.1s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: transform 0.4s 0.2s ease-out, background-color 0.2s 0.1s ease-out, width 0.4s 0.3s cubic-bezier(0.4, 0, 0.2, 1), height 0.2s 0.1s cubic-bezier(0.22, 0.61, 0.36, 1), -webkit-transform 0.4s 0.2s ease-out;
}

a.dashed {
  cursor: pointer;
}

.dashed--reverse {
  padding-right: 48px;
  padding-left: 0;
}

.dashed--reverse:before, .dashed--reverse:after {
  left: auto;
  right: 0;
}

@media (min-width: 768px) {
  .dashed--reverse--md {
    padding-right: 48px;
    padding-left: 0;
  }
  .dashed--reverse--md:before, .dashed--reverse--md:after {
    left: auto;
    right: 0;
  }
}

.dashed--vertical {
  display: block;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 48px;
  text-align: center;
}

.dashed--vertical:before, .dashed--vertical:after {
  top: auto;
  bottom: -36px;
  left: 50%;
  margin-left: -1px;
  width: 2px;
  height: 24px;
}

.dashed--vertical:after {
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
}

.dashed--vertical.in-view__child--in:before {
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
}

.dashed--vertical.in-view__child--in:after {
  -webkit-transform: none;
          transform: none;
}

.company {
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
}

.company figure {
  position: relative;
  height: auto;
  overflow: hidden;
}

.company figure:before {
  content: '';
  display: block;
  padding-top: 105%;
}

.company figure .lazyload--el {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  width: auto;
  max-width: none;
  height: 100%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
}

.board:not(:last-child) {
  margin-bottom: 168px;
}

.board__copy {
  width: 350px;
  max-width: 100%;
}

.board__copy h2 {
  margin: 24px 0;
}

.board__copy p:last-child {
  margin-bottom: 0;
}

.board__copy--links a {
  margin-right: 22px;
}

.board__copy--links a {
  color: #222;
}

.board__copy--links a:hover {
  color: rgba(34, 34, 34, 0.65);
}

@media (min-width: 768px) {
  .board--right .board__copy {
    float: right;
  }
}

.poster {
  position: relative;
  overflow: hidden;
}

.poster figure {
  position: relative;
  height: auto;
  overflow: hidden;
}

.poster figure:before {
  content: '';
  display: block;
  padding-top: 134.83146%;
}

.poster figure .lazyload--el {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  width: auto;
  max-width: none;
  height: 100%;
  -webkit-transform: translate3d(-50%, -80%, 0);
          transform: translate3d(-50%, -80%, 0);
  transition: opacity .2s .2s, -webkit-transform .4s .2s;
  transition: opacity .2s .2s, transform .4s .2s;
  transition: opacity .2s .2s, transform .4s .2s, -webkit-transform .4s .2s;
  opacity: 0;
  will-change: opacity, transform;
}

.poster figure .lazyload--el.in-view__child--in.lazyloaded {
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  opacity: 1;
}

.poster--cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  pointer-events: none;
}

.poster--cover:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  transition: -webkit-transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s;
  -webkit-transform-origin: top center;
          transform-origin: top center;
  background-color: #EFF0F1;
  will-change: transform;
}

.poster--cover.in-view--in:after {
  -webkit-transform: none;
          transform: none;
}

.lazyloaded + .poster--cover.in-view__child--in:after {
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: bottom center;
          transform-origin: bottom center;
}

.reveal {
  position: relative;
  padding: 36px 10%;
  overflow: hidden;
  z-index: 1;
}

.reveal:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #e2ebf0;
  z-index: -1;
}

@media (min-width: 1200px) {
  .reveal {
    padding: 36px 48px 48px;
  }
  .reveal--left {
    padding-left: 0;
    overflow: visible;
  }
  .reveal--left:before {
    width: 2000px;
    width: 100vw;
  }
  .reveal--right {
    padding-right: 0;
    overflow: visible;
  }
  .reveal--right:before {
    right: auto;
    left: 0;
    width: 2000px;
    width: 100vw;
  }
  .reveal--left .reveal__background {
    width: 2000px;
    width: 100vw;
  }
  .reveal--right .reveal__background {
    right: auto;
    left: 0;
    width: 2000px;
    width: 100vw;
  }
}

.reveal--darken {
  color: #000000;
}

.reveal--darken:before {
  background-color: #e2ebf0;
}

.reveal--darken .sub-head,
.reveal--darken a.sub-head {
  color: inherit !important;
}

.reveal--darken .dashed:before,
.reveal--darken .dashed:after {
  background-color: #FFF;
}

.reveal--darken .dashed.dashed--hover:not(.dashed--vertical):hover:after,
.reveal--darken a.dashed:not(.dashed--vertical):hover:after {
  background-color: rgba(255, 255, 255, 0.3);
}

.reveal--primary:before {
  background-color: #e2ebf0;
}

.reveal--secondary:before {
  background-color: #5ec0cb;
}

.reveal__background {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-attachment: fixed;
  z-index: -1;
}

.reveal__background.lazyload--el.lazyloaded {
  opacity: .175;
}

.reveal__copy {
  margin-bottom: 32px;
}

.reveal__copy p {
  width: 492px;
  max-width: 100%;
}

.blog-list {
  margin-bottom: 48px;
}

.blog-list__post {
  margin-bottom: 48px;
}

.blog-list__info {
  display: inline-block;
}

.blog-list__title {
  margin: 0 0 24px;
}

.blog-list__title a:not(:hover) {
  color: inherit;
}

.clipcard {
  position: relative;
}

.clipcard__head {
  padding-top: 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: bold;
}

.clipcard__body {
  position: relative;
  padding: 12px;
}

.clipcard__body:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-bottom: solid 1px;
  opacity: .1;
}

.clipcard:last-child .clipcard__body:after {
  border-color: transparent;
}

.clipcard__link {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 1px;
  opacity: .02;
  z-index: 1;
}

.clipcard__link:after {
  content: '';
  display: block;
  height: 100%;
  background-color: #222;
  -webkit-transform-origin: right center;
          transform-origin: right center;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  will-change: transform;
  mix-blende-mode: overlay;
}

.clipcard__link:hover:after {
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.clipcard__title {
  margin: 0;
}

.clipcard__subtitle {
  display: block;
  opacity: .5;
}

.clipcard__subtitle span {
  display: block;
  color: inherit;
}

@media (min-width: 768px) {
  .in-view__child--fadein {
    opacity: 0;
    -webkit-transform: translateY(24px) skewX(-5deg);
            transform: translateY(24px) skewX(-5deg);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    transition: opacity .4s, -webkit-transform 1.2s;
    transition: opacity .4s, transform 1.2s;
    transition: opacity .4s, transform 1.2s, -webkit-transform 1.2s;
    will-change: opacity, transform;
  }
  .in-view__child--fadein.in-view__child--in {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@media (min-width: 768px) {
  .in-view__child--scalein {
    opacity: 0;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    transition: opacity .4s, -webkit-transform 1.2s;
    transition: opacity .4s, transform 1.2s;
    transition: opacity .4s, transform 1.2s, -webkit-transform 1.2s;
    will-change: opacity, transform;
  }
  .in-view__child--scalein.in-view__child--in {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.lazyload--el {
  opacity: 0;
  transition: opacity .4s ease-out;
  will-change: opacity;
}

.lazyload--el.lazyloaded {
  opacity: 1;
}

/* Page
   ========================================================================== */
.page-header {
  margin-bottom: 168px;
}

.page-subtitle {
  margin-top: 0;
}

.single .page-header h1 {
  margin-top: 12px;
}

.single-content {
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
}

.single-content__footer {
  margin-top: 68px;
}

.single-content__footer span {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 12px;
}

.single-content__footer a {
  display: inline-block;
  margin-left: 12px;
  margin-bottom: 12px;
  vertical-align: middle;
}

.single-content__footer a:not(:hover) {
  color: inherit;
}

.single-content__tags {
  margin-bottom: 12px;
  border-bottom: solid 1px #EFF0F1;
}

.single-content__tags a {
  padding: 0 12px;
  font-size: 11px;
  text-transform: uppercase;
  border-radius: 2px;
  background-color: #EFF0F1;
}

@media screen and (min-width: 992px) {
  .full-width-wrap {
    margin-right: -165px;
    margin-left: -165px;
  }
}

@media screen and (min-width: 1200px) {
  .full-width-wrap {
    margin-right: -160px;
    margin-left: -160px;
  }
}

/* Masonry
   ========================================================================== */
.indexed-list__item {
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .indexed-list__in-view {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
    transition: opacity .6s, -webkit-transform .6s;
    transition: opacity .6s, transform .6s;
    transition: opacity .6s, transform .6s, -webkit-transform .6s;
    will-change: opacity, transform;
  }
  .indexed-list__in-view--in {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.indexed-list__wrap {
  position: relative;
  background-color: #FFF;
  box-shadow: 0px 3px 24px 0px rgba(34, 34, 34, 0.25);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  overflow: hidden;
}

.indexed-list__wrap__thumb {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  overflow: hidden;
}

.indexed-list__wrap__thumb a {
  display: block;
  width: 100%;
}

.indexed-list__wrap__thumb figure {
  display: block;
  width: 100%;
  height: auto;
  padding-top: 75%;
  background-size: cover;
  background-position: center;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  pointer-events: none;
}

.indexed-list__wrap__copy {
  position: relative;
  padding: 10px;
  background-color: #FFF;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.indexed-list__wrap .sub-head-2 {
  display: block;
}

.indexed-list__wrap .sub-head-2 * {
  display: inline-block;
  color: inherit;
}

.indexed-list__wrap__title {
  font-size: 16px;
  line-height: 24px;
  margin: 0 0 12px;
}

.indexed-list__wrap__title a:not(:hover) {
  color: inherit;
}

.indexed-list__wrap__desc {
  font-size: 14px;
  color: #8D929C;
}

.indexed-list__wrap__link {
  margin: 36px 0 0;
}

.indexed-list__wrap__link a {
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: .2em;
  text-transform: uppercase;
}

.indexed-list__wrap__link a:not(:hover) {
  color: inherit;
}

.indexed-list__wrap .carousel__dots {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.indexed-list__box {
  position: relative;
  text-align: center;
  background-color: #EFF0F1;
  box-shadow: 0px 3px 24px 0px rgba(34, 34, 34, 0.25);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  overflow: hidden;
}

.indexed-list__box__background {
  position: absolute;
  top: -2px;
  right: -2px;
  bottom: -2px;
  left: -2px;
  background-size: cover;
  background-position: center;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  pointer-events: none;
  z-index: 0;
}

.indexed-list__box__table {
  position: relative;
  display: table;
  width: 100%;
  height: inherit;
  min-height: 520px;
  padding: 10.47%;
  z-index: 1;
}

.indexed-list__box__cell {
  display: table-cell;
  vertical-align: middle;
  color: #FFF;
}

.indexed-list__box__badge {
  display: block;
  position: relative;
  width: 33px;
  height: 33px;
  margin: 0 auto 36px;
  border-radius: 33px;
  color: #222;
  background-color: #EFF0F1;
}

.indexed-list__box__badge .fa {
  position: absolute;
  font-size: 12px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
}

.indexed-list__box .sub-head-2 {
  display: block;
  color: inherit;
  opacity: .8;
}

.indexed-list__box .sub-head-2 * {
  display: inline-block;
  color: inherit;
}

.indexed-list__box__title {
  font-size: 22px;
  line-height: 33px;
  margin: 0;
}

.indexed-list__box__title a:not(:hover) {
  color: inherit;
}

.indexed-list__box .video-popup {
  margin-top: 18px;
}

/* Related
   ========================================================================== */
.related__item {
  margin-bottom: 30px;
}

.related__box {
  position: relative;
  text-align: center;
  background-color: #EFF0F1;
  box-shadow: 0px 3px 24px 0px rgba(34, 34, 34, 0.25);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  overflow: hidden;
}

.related__box__background {
  position: absolute;
  top: -2px;
  right: -2px;
  bottom: -2px;
  left: -2px;
  background-size: cover;
  background-position: center;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  pointer-events: none;
  z-index: 0;
}

.related__box__table {
  position: relative;
  display: table;
  width: 100%;
  height: inherit;
  min-height: 200px;
  padding: 10.47%;
  z-index: 1;
}

.related__box__table:before {
  content: '';
  display: block;
  position: absolute;
  top: -2px;
  right: -2px;
  bottom: -2px;
  left: -2px;
  opacity: 0;
  background-color: #222;
  transition: opacity .25s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  will-change: opacity;
}

.related__box__cell {
  display: table-cell;
  vertical-align: middle;
  color: #FFF;
  opacity: 0;
  transition: opacity .5s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  will-change: opacity;
}

.related__box:hover .related__box__table:before {
  opacity: .25;
}

.related__box:hover .related__box__cell {
  opacity: 1;
}

.related__box__title {
  font-size: 16px;
  line-height: 24px;
  margin: 0;
}

.related__box__link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  cursor: pointer;
}

/* CTA
   ========================================================================== */
.cta {
  position: relative;
  padding: 48px;
  z-index: 1;
}

.cta:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #EFF0F1;
  z-index: -1;
}

.cta--darken {
  color: #FFF;
}

.cta--darken:before {
  background-color: #222;
}

.cta--darken .sub-head,
.cta--darken a.sub-head {
  color: inherit !important;
}

.cta--darken .dashed:before,
.cta--darken .dashed:after {
  background-color: #FFF;
}

.cta--darken .dashed.dashed--hover:not(.dashed--vertical):hover:after,
.cta--darken a.dashed:not(.dashed--vertical):hover:after {
  background-color: rgba(255, 255, 255, 0.3);
}

.cta--primary:before {
  background-color: #0acdcb;
}

.cta--secondary:before {
  background-color: #FF00BF;
}

.cta__background {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-attachment: fixed;
  z-index: -1;
}

.cta__background.lazyload--el.lazyloaded {
  opacity: .175;
}

/* Carousel
   ========================================================================== */
.carousel {
  position: relative;
  overflow: hidden;
}

.carousel__frame {
  transition: height .65s ease;
  cursor: default !important;
}

.carousel__item {
  overflow: hidden;
}

.carousel__item:not(:nth-child(1)) {
  display: none;
}

.carousel__image figure:before {
  padding-top: 68.57143%;
}

.carousel__copy {
  opacity: 0;
  will-change: opacity, transform;
}

.carousel__item--active .carousel__copy {
  -webkit-animation: quotetext .75s .5s forwards;
          animation: quotetext .75s .5s forwards;
}

.carousel__dots {
  color: #222;
  margin-left: 42px;
  margin-top: -28px;
  transition: color .35s;
  will-change: color;
}

.carousel__dots--light {
  color: #FFF;
}

.carousel__dots:after {
  content: '';
  display: table;
  clear: both;
}

.carousel__dots.in-view--in span {
  -webkit-transform: none;
          transform: none;
}

.carousel__dots span {
  position: relative;
  display: block;
  width: 12px;
  height: 20px;
  margin: 4px;
  float: left;
  cursor: pointer;
  -webkit-transform: translateY(18px);
          transform: translateY(18px);
}

.carousel__dots span:after {
  content: '';
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  border-radius: 8px;
  opacity: .15;
  border: 4px solid;
  transition: opacity .4s ease-out;
  will-change: opacity;
}

.carousel__dots span:hover:after {
  opacity: .3;
}

.carousel__dots span.active:after {
  opacity: 1;
}

.carousel--on-first .carousel__prev {
  display: none;
}

.carousel--on-last .carousel__next {
  display: none;
}

.carousel blockquote {
  font-size: 20px;
  line-height: 32px;
  font-weight: normal;
  font-style: normal;
  letter-spacing: 0.005em;
  margin-bottom: 42px;
}

.carousel blockquote p {
  border-left: none;
  padding-left: 0;
  margin-bottom: 0;
}

@-webkit-keyframes quotetext {
  from {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
    opacity: 0;
  }
  to {
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

@keyframes quotetext {
  from {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
    opacity: 0;
  }
  to {
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

/* Paper
   ========================================================================== */
.paper {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  height: 100%;
  max-width: 1920px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  overflow: hidden;
  pointer-events: none;
}

.paper canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition-delay: 1s;
}

.paper--150 {
  height: 150%;
}

.paper--200 {
  height: 200%;
}

/*! mediabox v1.1.2 | (c) 2016 Pedro Rogerio | https://github.com/pinceladasdaweb/mediabox */
.mediabox-wrap {
  position: fixed;
  width: 100%;
  height: 100%;
  padding: 10%;
  background-color: rgba(34, 34, 34, 0.8);
  top: 0;
  left: 0;
  z-index: 999;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-name: mediabox;
          animation-name: mediabox;
}

.mediabox-content {
  display: block;
  position: relative;
  max-width: 920px;
  height: auto;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
}

.mediabox-content:before {
  content: '';
  display: block;
  padding-top: 56.25%;
}

.mediabox-content iframe {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  border: none;
  top: 0;
  left: 0;
  margin: 0;
}

.mediabox-hide {
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: mediaboxhide;
          animation-name: mediaboxhide;
}

.mediabox-close {
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

@-webkit-keyframes mediabox {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes mediabox {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes mediaboxhide {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes mediaboxhide {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/* Instafeed
   ========================================================================== */
.instagram-feed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: auto;
}

.instagram-feed__item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 320px;
  height: auto;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.instagram-feed__item:before {
  content: '';
  display: block;
  padding-top: 100%;
}

/* Tabs
   ========================================================================== */
.tabs__navs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -1px;
  overflow: hidden;
}

.tabs__nav {
  display: block;
  position: relative;
  padding-top: 36px;
  padding-bottom: 12px;
  line-height: 24px;
  font-size: 14px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  letter-spacing: 0.05em;
  white-space: nowrap;
}

.tabs__nav:not(:last-child) {
  margin-right: 36px;
}

.tabs__nav, .tabs__nav:hover, .tabs__nav:focus {
  color: inherit;
}

.tabs__nav:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  border-bottom: solid 3px #0a17be;
  pointer-events: none;
  -webkit-transform-origin: right center;
          transform-origin: right center;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  will-change: transform;
}

.reveal--primary .tabs__nav:after {
  border-bottom-color: inherit;
}

.tabs__nav:hover:after, .tabs__nav--active:after {
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.tabs__content:before {
  content: '';
  display: block;
  margin-bottom: 14px;
  border-top: solid 1px;
  opacity: .1;
}

.tabs__item {
  position: absolute;
  pointer-events: none;
  opacity: 0;
  will-change: opacity;
}

.tabs__item--active {
  position: relative;
  pointer-events: auto;
  opacity: 1;
}

/* Header
   ========================================================================== */
.site-branding {
  position: relative;
}

.site-branding a {
  display: block;
  float: left;
}

.site-branding svg,
.site-branding img {
  display: block;
  height: 100px;
  width: auto;
  max-width: none;
  margin: 0 auto;
  pointer-events: none;
}

.site-branding:after {
  display: block;
  content: "";
  clear: both;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transition: -webkit-transform .25s ease-in-out;
  transition: transform .25s ease-in-out;
  transition: transform .25s ease-in-out, -webkit-transform .25s ease-in-out;
  will-change: transform;
  z-index: 98;
}

.site-header.headroom--unpinned {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

.site-header__wrap {
  padding-top: 20px;
  padding-bottom: 20px;
  transition: background-color .4s ease-out, box-shadow .4s ease-out;
  background-color: rgba(255, 255, 255, 0.98);
  will-change: box-shadow;
}

.headroom--not-top:not(.headroom--unpinned) .site-header__wrap {
  box-shadow: 0 3px 16px rgba(34, 34, 34, 0.24);
}

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

.site-header__mobile {
  padding-right: 48px;
}

.site-header__mobile button {
  position: relative;
  color: #ABB2BF;
  padding: 0;
  margin: 0;
  font-size: 23px;
  line-height: 72px;
  border: 0;
  background-color: transparent;
}

.site-header__mobile button i {
  pointer-events: none;
}

.site-header__branding {
  padding-right: 68px;
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}

.site-header__branding .site-branding a {
  float: none;
}

@media (min-width: 768px) {
  .site-header__branding .site-branding a {
    float: left;
  }
}

@media (min-width: 768px) {
  .site-header__branding {
    padding-right: 24px;
  }
}

.site-header__nav {
  -webkit-box-flex: 3;
      -ms-flex-positive: 3;
          flex-grow: 3;
  -ms-flex-negative: 2;
      flex-shrink: 2;
  text-align: right;
}

.site-header__nav ul {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  white-space: nowrap;
}

.site-header__nav ul > li {
  display: inline-block;
  margin-left: 44px;
  position: relative;
}

.site-header__nav ul > li > a {
  color: inherit;
  display: block;
  padding-top: 42px;
  padding-bottom: 28px;
  line-height: 1;
  font-weight: 700;
  z-index: 1;
}

.site-header__nav ul > li > a:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 12px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #222;
  pointer-events: none;
  -webkit-transform-origin: right center;
          transform-origin: right center;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  will-change: transform;
}

.site-header__nav ul > li > a:hover:after {
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.site-header__cta {
  padding: 12px 0 12px 48px;
}

/* Side navigation
   ========================================================================== */
.site-sidenav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  will-change: opacity;
}

.side-menu .site-sidenav {
  opacity: 1;
  pointer-events: auto;
}

.site-sidenav__overlay {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: rgba(34, 34, 34, 0.4);
  transition: opacity .3s ease-out;
  cursor: default;
  will-change: opacity;
}

.side-menu--display .site-sidenav__overlay {
  opacity: 1;
}

.side-menu--panning .site-sidenav__overlay {
  transition: none;
}

.site-sidenav__elements {
  position: absolute;
  width: 350px;
  min-width: 300px;
  max-width: 90%;
  top: 0;
  bottom: 0;
  left: 0;
  background-color: #FFF;
  box-shadow: 8px 0 24px rgba(34, 34, 34, 0.24);
  transition: -webkit-transform 0.3s cubic-bezier(0.35, 0, 0.25, 1);
  transition: transform 0.3s cubic-bezier(0.35, 0, 0.25, 1);
  transition: transform 0.3s cubic-bezier(0.35, 0, 0.25, 1), -webkit-transform 0.3s cubic-bezier(0.35, 0, 0.25, 1);
  -webkit-transform: translateX(-110%);
          transform: translateX(-110%);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  overflow: auto;
  will-change: transform;
}

.side-menu--display .site-sidenav__elements {
  -webkit-transform: none;
          transform: none;
}

.side-menu--panning .site-sidenav__elements {
  transition: none;
}

.site-sidenav__branding {
  padding: 24px;
  border-bottom: solid 1px #EFF0F1;
}

.site-sidenav__nav {
  padding-top: 48px;
  padding-bottom: 48px;
}

.site-sidenav__nav ul {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-sidenav__nav a {
  display: block;
  position: relative;
  padding: 12px 24px 12px 48px;
  font-weight: 700;
}

.site-sidenav__nav a, .site-sidenav__nav a:hover {
  color: inherit;
}

.site-sidenav__cat {
  padding: 24px;
  border-top: solid 1px #EFF0F1;
}

.go-up {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  z-index: 9;
}

.go-up__btn {
  position: absolute;
  display: block;
  bottom: 0;
  right: 15px;
  height: 54px;
  width: 36px;
  -webkit-transform: translateY(54px);
          transform: translateY(54px);
  transition: -webkit-transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s;
  will-change: transform;
}

.go-up__btn span {
  position: absolute;
  top: 0;
  left: 0;
  width: 36px;
  height: 36px;
}

.go-up.headroom--unpinned .go-up__btn {
  -webkit-transform: none;
          transform: none;
  pointer-events: auto;
}

/* Footer
   ========================================================================== */
.site-footer .widget-area {
  padding-top: 72px;
  padding-bottom: 72px;
  background-color: #EFF0F1;
}

.site-footer .widget-area a:not(:hover) {
  color: inherit;
}

.site-info {
  padding-top: 24px;
  padding-bottom: 24px;
}

/* Widgets
   ========================================================================== */
.widget {
  margin-bottom: 24px;
}

.widget-title {
  font-size: 16px;
  line-height: 24px;
  margin: 24px 0;
}

.widget ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.widget_socials__list {
  margin-bottom: 24px;
}

.widget_socials__list:after {
  content: '';
  display: table;
  clear: both;
}

.widget_socials__item {
  display: block;
  float: left;
  font-size: 18px;
  line-height: 24px;
  margin-right: 17px;
  margin-top: 24px;
}

/* Typography
   ========================================================================== */
body,
button,
input,
select,
textarea {
  color: #222;
  font-family: "Karla", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

textarea {
  resize: vertical;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  margin: 36px 0 12px;
}

h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
  display: inline-block;
}

h1 {
  font-size: 42px;
  line-height: 48px;
  letter-spacing: -0.02em;
}

@media (min-width: 992px) {
  h1 {
    font-size: 56px;
    line-height: 72px;
  }
}

h2 {
  font-size: 38px;
  line-height: 48px;
}

@media (min-width: 992px) {
  h2 {
    font-size: 45px;
  }
}

h3 {
  font-size: 30px;
  line-height: 28px;
}

h4 {
  font-size: 24px;
  line-height: 24px;
  margin: 24px 0 16px;
}

h5 {
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.02em;
}

h6 {
  font-size: 16px;
  line-height: 24px;
}

p {
  margin: 0 0 24px;
  padding: 0;
}

.display-one {
  clear: both;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  margin: 24px 0 12px;
  font-size: 42px;
  line-height: 48px;
  letter-spacing: -0.02em;
}

@media (min-width: 992px) {
  .display-one {
    font-size: 97px;
    line-height: 90px;
    letter-spacing: -0.04em;
  }
}

a {
  color: #011EFF;
  text-decoration: none;
  transition: color .4s .1s ease-out;
}

a:hover,
a:focus {
  color: #0acdcb;
  outline: 0;
}

.btn,
.sub-head {
  font-family: "Karla", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: .2em;
  text-transform: uppercase;
}

.btn a,
.sub-head a {
  color: inherit;
}

.sub-head,
a.sub-head {
  color: #222;
}

.text-body-2 {
  font-weight: 700;
}

.text-body-3 {
  font-size: 14px;
  color: #8D929C;
}

.sub-head-2 {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .04em;
  color: #8D929C;
}

.sub-head-2 a:not(:hover) {
  color: inherit;
}

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

blockquote {
  font-family: "Karla", sans-serif;
  font-size: 19px;
  font-style: italic;
  font-weight: 700;
  line-height: 24px;
  margin: 24px 0;
  color: #222;
}

blockquote p {
  border-left: solid 0.25em #011EFF;
  padding-left: 1.875em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  color: #222;
  background-color: #EFF0F1;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375em;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
  border-radius: 2px;
}

code,
kbd,
tt,
var {
  color: #ABB2BF;
  background-color: #282C34;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375em;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
  border-radius: 2px;
}

code {
  display: block;
}

abbr,
acronym {
  border-bottom: 1px dotted #8D929C;
  cursor: help;
}

mark,
ins {
  color: #222;
  background: #EFF0F1;
  padding: 1px;
  text-decoration: none;
}

big {
  font-size: 125%;
}

blockquote {
  quotes: "" "";
}

blockquote:before, blockquote:after {
  content: "";
}

q {
  quotes: "“" "”" "‘" "’";
}

*:focus {
  outline: none;
}

hr {
  display: block;
  height: 0;
  border: none;
  border-top: 1px solid;
  margin: 23px 0 24px;
  opacity: .1;
}

hr.b-dotted {
  border-top-style: dotted;
}

hr.b-dashed {
  border-top-style: dashed;
}

/* Forms
   ========================================================================== */
label {
  color: #222;
  display: inline-block;
  -webkit-user-select: none;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
}

fieldset {
  margin-bottom: 24px;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #f7f8f8;
  background-color: #f7f8f8;
  border: none;
  box-shadow: none;
  -webkit-appearance: none;
  border-radius: 0;
  display: block;
  line-height: 24px;
  padding: 12px 24px;
  width: 100%;
}

input[type="email"] {
  background-color: #f7f8f8;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #222;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  border-radius: 0;
  height: 48px;
  width: 100%;
  max-width: 100%;
  padding: 12px 24px;
  color: #222;
  background-color: #f3f4f6;
  background-image: url("assets/images/more.svg");
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: right center;
}

div.mce_inline_error {
  font-size: 14px;
  line-height: 24px;
  color: inherit !important;
  background-color: transparent !important;
}

/* Buttons
   ========================================================================== */
.btn {
  display: inline-block;
  line-height: 1;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: none;
  font-weight: 700;
  padding: 18px 32px;
  border-radius: 0;
  box-shadow: 0 11px 22px rgba(34, 34, 34, 0.2);
  transition: all .2s ease-in-out;
  will-change: box-shadow;
}

.btn:not(a) {
  cursor: default;
}

.btn, .btn:hover, .btn:focus, .btn:active {
  color: #222;
  background-color: #0acdcb;
}

.btn:hover {
  box-shadow: 0 6px 14px rgba(34, 34, 34, 0.25);
}

.btn:active {
  box-shadow: 0 2px 6px rgba(34, 34, 34, 0.5);
}

.btn--primary, .btn--primary:hover, .btn--primary:focus, .btn--primary:active {
  color: #FFF;
  background-color: #000000;
}

.btn--secondary, .btn--secondary:hover, .btn--secondary:focus, .btn--secondary:active {
  color: #FFF;
  background-color: #5ec0cb;
}

.btn--large {
  font-size: 16px;
  line-height: 18px;
  padding: 27px 48px;
}

.btn--round {
  border-radius: 48px;
}

.btn--circle {
  position: relative;
  border-radius: 48px;
  padding: 18px;
  width: 48px;
  height: 48px;
  overflow: hidden;
}

.btn--circle .fa {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
}

.btn--circle .fa.fa-play {
  -webkit-transform: translate3d(-35%, -50%, 0);
          transform: translate3d(-35%, -50%, 0);
}

.btn--large.btn--circle {
  padding: 27px;
  width: 72px;
  height: 72px;
}

.btn--large.btn--circle .fa {
  font-size: 18px;
}

/* Customizer
   ========================================================================== */
.color--body {
  color: #222;
}

.background-color--body {
  background-color: #222;
}

.color--body-alt {
  color: #8D929C;
}

.background-color--body-alt {
  background-color: #8D929C;
}

.color--body-lighten {
  color: #FFF;
}

.background-color--body-lighten {
  background-color: #FFF;
}

.color--primary {
  color: #f0d19a;
}

.background-color--primary {
  background-color: #011EFF;
}

.color--secondary {
  color: #5ec0cb;
}

.background-color--secondary {
  background-color: #5ec0cb;
}

.color--tertiary {
  color: #EFF0F1;
}

.background-color--tertiary {
  background-color: #EFF0F1;
}

.color--link {
  color: #011EFF;
}

.background-color--link {
  background-color: #011EFF;
}

.color--link-hover {
  color: #FF00BF;
}

.background-color--link-hover {
  background-color: #FF00BF;
}

.color--code {
  color: #ABB2BF;
}

.background-color--code {
  background-color: #ABB2BF;
}

.color--code-background {
  color: #282C34;
}

.background-color--code-background {
  background-color: #fafafa;
}

.background-colors--code-background {
  background-color: #f8f3ed;
}

.clearfix:after {
  display: block;
  content: "";
  clear: both;
}

.d-none {
  display: none;
}

.d-inline {
  display: inline;
}

.d-inline-block {
  display: inline-block;
}

.d-block {
  display: block;
}

.d-table {
  display: table;
}

.d-table-cell {
  display: table-cell;
}

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

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

@media (min-width: 576px) {
  .d-sm-none {
    display: none;
  }
  .d-sm-inline {
    display: inline;
  }
  .d-sm-inline-block {
    display: inline-block;
  }
  .d-sm-block {
    display: block;
  }
  .d-sm-table {
    display: table;
  }
  .d-sm-table-cell {
    display: table-cell;
  }
  .d-sm-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none;
  }
  .d-md-inline {
    display: inline;
  }
  .d-md-inline-block {
    display: inline-block;
  }
  .d-md-block {
    display: block;
  }
  .d-md-table {
    display: table;
  }
  .d-md-table-cell {
    display: table-cell;
  }
  .d-md-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none;
  }
  .d-lg-inline {
    display: inline;
  }
  .d-lg-inline-block {
    display: inline-block;
  }
  .d-lg-block {
    display: block;
  }
  .d-lg-table {
    display: table;
  }
  .d-lg-table-cell {
    display: table-cell;
  }
  .d-lg-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none;
  }
  .d-xl-inline {
    display: inline;
  }
  .d-xl-inline-block {
    display: inline-block;
  }
  .d-xl-block {
    display: block;
  }
  .d-xl-table {
    display: table;
  }
  .d-xl-table-cell {
    display: table-cell;
  }
  .d-xl-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}

.align-baseline {
  vertical-align: baseline;
}

.align-top {
  vertical-align: top;
}

.align-middle {
  vertical-align: middle;
}

.align-bottom {
  vertical-align: bottom;
}

.align-text-bottom {
  vertical-align: text-bottom;
}

.align-text-top {
  vertical-align: text-top;
}

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

.margin-top {
  margin-top: 24px;
}

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

.margin-bottom {
  margin-bottom: 24px;
}

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

.padding-top {
  padding-top: 24px;
}

.padding-top-0 {
  padding-top: 0;
}

.padding-bottom {
  padding-bottom: 24px;
}

.padding-bottom-0 {
  padding-bottom: 0;
}

@media (min-width: 576px) {
  .flex-sm-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .flex-sm-1 {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

@media (min-width: 768px) {
  .flex-md-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .flex-md-1 {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

@media (min-width: 992px) {
  .flex-lg-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .flex-lg-1 {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.align-baseline {
  vertical-align: baseline;
}

.align-top {
  vertical-align: top;
}

.align-middle {
  vertical-align: middle;
}

.align-bottom {
  vertical-align: bottom;
}

.align-text-bottom {
  vertical-align: text-bottom;
}

.align-text-top {
  vertical-align: text-top;
}

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

.text-nowrap {
  white-space: nowrap;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

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

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

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left;
  }
  .text-sm-right {
    text-align: right;
  }
  .text-sm-center {
    text-align: center;
  }
}

@media (min-width: 768px) {
  .text-md-left {
    text-align: left;
  }
  .text-md-right {
    text-align: right;
  }
  .text-md-center {
    text-align: center;
  }
}

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left;
  }
  .text-lg-right {
    text-align: right;
  }
  .text-lg-center {
    text-align: center;
  }
}

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left;
  }
  .text-xl-right {
    text-align: right;
  }
  .text-xl-center {
    text-align: center;
  }
}

.text-lowercase {
  text-transform: lowercase;
}

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

.text-capitalize {
  text-transform: capitalize;
}

.font-weight-normal {
  font-weight: normal;
}

.font-weight-bold {
  font-weight: bold;
}

.font-italic {
  font-style: italic;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.invisible {
  visibility: hidden;
}

.hidden-xs-up {
  display: none;
}

@media (max-width: 575px) {
  .hidden-xs-down {
    display: none;
  }
}

@media (min-width: 576px) {
  .hidden-sm-up {
    display: none;
  }
}

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

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

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

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

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

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

.hidden-xl-down {
  display: none;
}

.visible-print-block {
  display: none;
}

@media print {
  .visible-print-block {
    display: block;
  }
}

.visible-print-inline {
  display: none;
}

@media print {
  .visible-print-inline {
    display: inline;
  }
}

.visible-print-inline-block {
  display: none;
}

@media print {
  .visible-print-inline-block {
    display: inline-block;
  }
}

@media print {
  .hidden-print {
    display: none;
  }
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  z-index: 1;
}

.embed-responsive-item.in-view__child {
  transition: opacity .5s .3s, -webkit-transform .5s .3s;
  transition: opacity .5s .3s, transform .5s .3s;
  transition: opacity .5s .3s, transform .5s .3s, -webkit-transform .5s .3s;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  opacity: 0;
  will-change: opacity, transform;
}

.embed-responsive-item.in-view__child.in-view__child--in {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}

.embed-responsive .embed-responsive__play {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  transition: opacity .5s;
  opacity: 0;
  will-change: opacity;
  z-index: 2;
}

.embed-responsive:hover .embed-responsive__play {
  opacity: 1;
}

.embed-responsive__cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  pointer-events: none;
  z-index: 0;
}

.embed-responsive__cover:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  transition: -webkit-transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s;
  -webkit-transform-origin: top center;
          transform-origin: top center;
  background-color: #EFF0F1;
  will-change: transform;
}

.embed-responsive__cover.in-view--in:after {
  -webkit-transform: none;
          transform: none;
}

.embed-responsive-21by9::before {
  padding-top: 42.85714%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

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

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
.home section#home {
  background-size: cover;
  background-image: url('https://www.hydraworldmusic.com/assets/media/stock/home1.jpg'); /* your image source url */
}
.home .headroom--top .site-header__wrap {
  background-color: #ffffff;
}

/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none; }
  .pswp * {
    box-sizing: border-box; }
  .pswp img {
    max-width: none; }

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 0s cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--open {
  display: block; }

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab; }

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing; }

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.pswp__container,
.pswp__zoom-wrap {
  -ms-touch-action: none;
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none; }

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  transition: -webkit-transform 10s cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 0s cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 0s cubic-bezier(0.4, 0, 0.22, 1), -webkit-transform 0s cubic-bezier(0.4, 0, 0.22, 1); }

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 0s cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  transition: none; }

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden; }

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden; }

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0; }

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden; }

/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222; }

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0; }

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC; }

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline; }

/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*

	Contents:

	1. Buttons
	2. Share modal and links
	3. Index indicator ("1 of X" counter)
	4. Caption
	5. Loading indicator
	6. Additional styles (root element, top bar, idle state, hidden state, etc.)

*/
/*

	1. Buttons

 */
/* <button> css reset */
.pswp__button {
  width: 44px;
  height: 44px;
  position: relative;
  background: none;
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  float: right;
  opacity: 0.75;
  transition: opacity 0.2s;
  box-shadow: none; }
  .pswp__button:focus, .pswp__button:hover {
    opacity: 1; }
  .pswp__button:active {
    outline: none;
    opacity: 0.9; }
  .pswp__button::-moz-focus-inner {
    padding: 0;
    border: 0; }

/* pswp__ui--over-close class it added when mouse is over element that should close gallery */
.pswp__ui--over-close .pswp__button--close {
  opacity: 1; }

.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  background: url(http://www.hydraworldmusic.com/assets/images/default-skin.png) 0 0 no-repeat;
  background-size: 264px 88px;
  width: 44px;
  height: 44px; }

@media (-webkit-min-device-pixel-ratio: 1.1), (-webkit-min-device-pixel-ratio: 1.09375), (min-resolution: 105dpi), (min-resolution: 1.1dppx) {
  /* Serve SVG sprite if browser supports SVG and resolution is more than 105dpi */
  .pswp--svg .pswp__button,
  .pswp--svg .pswp__button--arrow--left:before,
  .pswp--svg .pswp__button--arrow--right:before {
    background-image: url(http://www.hydraworldmusic.com/assets/images/default-skin.svg); }
  .pswp--svg .pswp__button--arrow--left,
  .pswp--svg .pswp__button--arrow--right {
    background: none; } }

.pswp__button--close {
  background-position: 0 -44px; }

.pswp__button--share {
  background-position: -44px -44px; }

.pswp__button--fs {
  display: none; }

.pswp--supports-fs .pswp__button--fs {
  display: block; }

.pswp--fs .pswp__button--fs {
  background-position: -44px 0; }

.pswp__button--zoom {
  display: none;
  background-position: -88px 0; }

.pswp--zoom-allowed .pswp__button--zoom {
  display: block; }

.pswp--zoomed-in .pswp__button--zoom {
  background-position: -132px 0; }

/* no arrows on touch screens */
.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
  visibility: hidden; }

/*
	Arrow buttons hit area
	(icon is added to :before pseudo-element)
*/
.pswp__button--arrow--left,
.pswp__button--arrow--right {
  background: none;
  top: 50%;
  margin-top: -50px;
  width: 70px;
  height: 100px;
  position: absolute; }

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

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

.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  content: '';
  top: 35px;
  background-color: rgba(0, 0, 0, 0.3);
  height: 30px;
  width: 32px;
  position: absolute; }

.pswp__button--arrow--left:before {
  left: 6px;
  background-position: -138px -44px; }

.pswp__button--arrow--right:before {
  right: 6px;
  background-position: -94px -44px; }

/*

	2. Share modal/popup and links

 */
.pswp__counter,
.pswp__share-modal {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none; }

.pswp__share-modal {
  display: block;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 10px;
  position: absolute;
  z-index: 1600;
  opacity: 0;
  transition: opacity 0.25s ease-out;
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__share-modal--hidden {
  display: none; }

.pswp__share-tooltip {
  z-index: 1620;
  position: absolute;
  background: #FFF;
  top: 56px;
  border-radius: 2px;
  display: block;
  width: auto;
  right: 44px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  -webkit-transform: translateY(6px);
          transform: translateY(6px);
  transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
  -webkit-backface-visibility: hidden;
  will-change: transform; }
  .pswp__share-tooltip a {
    display: block;
    padding: 8px 12px;
    color: #000;
    text-decoration: none;
    font-size: 14px;
    line-height: 18px; }
    .pswp__share-tooltip a:hover {
      text-decoration: none;
      color: #000; }
    .pswp__share-tooltip a:first-child {
      /* round corners on the first/last list item */
      border-radius: 2px 2px 0 0; }
    .pswp__share-tooltip a:last-child {
      border-radius: 0 0 2px 2px; }

.pswp__share-modal--fade-in {
  opacity: 1; }
  .pswp__share-modal--fade-in .pswp__share-tooltip {
    -webkit-transform: translateY(0);
            transform: translateY(0); }

/* increase size of share links on touch devices */
.pswp--touch .pswp__share-tooltip a {
  padding: 16px 12px; }

a.pswp__share--facebook:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: -12px;
  right: 15px;
  border: 6px solid transparent;
  border-bottom-color: #FFF;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none; }

a.pswp__share--facebook:hover {
  background: #3E5C9A;
  color: #FFF; }
  a.pswp__share--facebook:hover:before {
    border-bottom-color: #3E5C9A; }

a.pswp__share--twitter:hover {
  background: #55ACEE;
  color: #FFF; }

a.pswp__share--pinterest:hover {
  background: #CCC;
  color: #CE272D; }

a.pswp__share--download:hover {
  background: #DDD; }

/*

	3. Index indicator ("1 of X" counter)

 */
.pswp__counter {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  font-size: 13px;
  line-height: 44px;
  color: #FFF;
  opacity: 0.75;
  padding: 0 10px; }

/*

	4. Caption

 */
.pswp__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 44px; }
  .pswp__caption small {
    font-size: 11px;
    color: #BBB; }

.pswp__caption__center {
  text-align: left;
  max-width: 420px;
  margin: 0 auto;
  font-size: 13px;
  padding: 10px;
  line-height: 20px;
  color: #CCC; }

.pswp__caption--empty {
  display: none; }

/* Fake caption element, used to calculate height of next/prev image */
.pswp__caption--fake {
  visibility: hidden; }

/*

	5. Loading indicator (preloader)

	You can play with it here - http://codepen.io/dimsemenov/pen/yyBWoR

 */
.pswp__preloader {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -22px;
  opacity: 0;
  transition: opacity 0.25s ease-out;
  will-change: opacity;
  direction: ltr; }

.pswp__preloader__icn {
  width: 20px;
  height: 20px;
  margin: 12px; }

.pswp__preloader--active {
  opacity: 1; }
  .pswp__preloader--active .pswp__preloader__icn {
    /* We use .gif in browsers that don't support CSS animation */
    background: url(assets/images/preloader.gif) 0 0 no-repeat; }

.pswp--css_animation .pswp__preloader--active {
  opacity: 1; }
  .pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
    -webkit-animation: clockwise 500ms linear infinite;
            animation: clockwise 500ms linear infinite; }
  .pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
    -webkit-animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
            animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite; }

.pswp--css_animation .pswp__preloader__icn {
  background: none;
  opacity: 0.75;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 15px;
  top: 15px;
  margin: 0; }

.pswp--css_animation .pswp__preloader__cut {
  /*
			The idea of animating inner circle is based on Polymer ("material") loading indicator
			 by Keanu Lee https://blog.keanulee.com/2014/10/20/the-tale-of-three-spinners.html
		*/
  position: relative;
  width: 7px;
  height: 14px;
  overflow: hidden; }

.pswp--css_animation .pswp__preloader__donut {
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  border: 2px solid #FFF;
  border-radius: 50%;
  border-left-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  margin: 0; }

@media screen and (max-width: 1024px) {
  .pswp__preloader {
    position: relative;
    left: auto;
    top: auto;
    margin: 0;
    float: right; } }

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

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

@-webkit-keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  50% {
    -webkit-transform: rotate(-140deg);
            transform: rotate(-140deg); }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0); } }

@keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  50% {
    -webkit-transform: rotate(-140deg);
            transform: rotate(-140deg); }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0); } }

/*

	6. Additional styles

 */
/* root element of UI */
.pswp__ui {
  -webkit-font-smoothing: auto;
  visibility: visible;
  opacity: 1;
  z-index: 1550; }

/* top black bar with buttons and "1 of X" indicator */
.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  width: 100%; }

.pswp__caption,
.pswp__top-bar,
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  -webkit-backface-visibility: hidden;
  will-change: opacity;
  transition: opacity 0s cubic-bezier(0.4, 0, 0.22, 1); }

/* pswp--has_mouse class is added only when two subsequent mousemove events occur */
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  visibility: visible; }

.pswp__top-bar,
.pswp__caption {
  background-color: rgba(0, 0, 0, 0.5); }

/* pswp__ui--fit class is added when main image "fits" between top bar and bottom bar (caption) */
.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
  background-color: rgba(0, 0, 0, 0.3); }

/* pswp__ui--idle class is added when mouse isn't moving for several seconds (JS option timeToIdle) */
.pswp__ui--idle .pswp__top-bar {
  opacity: 0; }

.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
  opacity: 0; }

/*
	pswp__ui--hidden class is added when controls are hidden
	e.g. when user taps to toggle visibility of controls
*/
.pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right {
  /* Force paint & create composition layer for controls. */
  opacity: 0.001; }

/* pswp__ui--one-slide class is added when there is just one item in gallery */
.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
  display: none; }

.pswp__element--disabled {
  display: none !important; }

.pswp--minimal--dark .pswp__top-bar {
  background: none; }

/* Media query
   ========================================================================== */
