/*! normalize.scss v0.1.0 | MIT License | based on git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

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

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

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

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

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

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

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

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

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

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

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

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

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

td,
th {
  padding: 0;
}

/**
 * Fonts
 */
/**
 * Colors
 */
/**
 * Layout / Positioning
 */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  position: relative;
  background-color: #000025;
  color: #fff;
  overflow-x: hidden;
}

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

* {
  margin-top: 0;
}

button,
input,
textarea {
  outline: none;
  -webkit-appearance: none;
}

figure {
  margin: 0 0 1rem;
}

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

.blockquote {
  margin: 0 0 1rem;
  font-size: 1.25rem;
}

a {
  text-decoration: underline;
}

@font-face {
  font-family: "Avantgarde";
  src: url("../fonts/Avantgarde.eot") format("eot"), url("../fonts/Avantgarde.woff") format("woff"), url("../fonts/Avantgarde.ttf") format("truetype"), url("../fonts/Avantgarde.svg") format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Despairs";
  src: url("../fonts/Despairs.woff2") format("woff2"), url("../fonts/Despairs.woff") format("woff"), url("../fonts/Despairs.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Kelvinch";
  src: url("../fonts/Kelvinch-Regular.eot");
  src: url("../fonts/Kelvinch-Regular.woff") format("woff"), url("../fonts/Kelvinch-Regular.ttf") format("truetype"), url("../fonts/Kelvinch-Regular.svg#svgFontName") format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Kelvinch";
  src: url("../fonts/Kelvinch-Italic.eot");
  src: url("../fonts/Kelvinch-Italic.woff") format("woff"), url("../fonts/Kelvinch-Italic.ttf") format("truetype"), url("../fonts/Kelvinch-Italic.svg#svgFontName") format("svg");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Kelvinch";
  src: url("../fonts/Kelvinch-BoldItalic.eot");
  src: url("../fonts/Kelvinch-BoldItalic.woff") format("woff"), url("../fonts/Kelvinch-BoldItalic.ttf") format("truetype"), url("../fonts/Kelvinch-BoldItalic.svg#svgFontName") format("svg");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Kelvinch";
  src: url("../fonts/Kelvinch-Bold.eot"), url("../fonts/Kelvinch-Bold.woff") format("woff"), url("../fonts/Kelvinch-Bold.ttf") format("truetype"), url("../fonts/Kelvinch-Bold.svg#svgFontName") format("svg");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
/* Absolute Centering */
/* Flex Centering */
/* Centered Max Width */
/* Clearfix */
/* Consistent horizontal and Vertical Content Spacing */
/* WP Sticky Header - Admin Bar interaction */
/* Rem Calc */
* {
  font-style: normal;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html {
  font-size: 20px;
}

body {
  font-family: "Kelvinch", "Times New Roman", Times, serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5em;
  font-family: "Kelvinch", "Times New Roman", Times, serif;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}

h1 {
  font-size: 1rem;
}
@media (min-width: 1024px) {
  h1 {
    font-size: 1.6rem;
  }
}

h2 {
  font-size: 0.75rem;
}
@media (min-width: 1024px) {
  h2 {
    font-size: 1.4rem;
  }
}

h3 {
  font-size: 0.75rem;
}
@media (min-width: 1024px) {
  h3 {
    font-size: 1.2rem;
  }
}

h4 {
  font-size: 1.5rem;
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

.display-font {
  font-family: "Despairs";
}

p {
  font-size: 0.75rem;
  margin-bottom: 1em;
}
@media (min-width: 1024px) {
  p {
    font-size: 1rem;
  }
}

ul {
  margin-top: 0;
}

li {
  margin-top: 0;
}

/**
 * Text Classes
 */
.f-bold {
  font-weight: bold;
}

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

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

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

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

.text-glow-pink {
  text-shadow: 0 0 12px #FF71E3, 0 0 12px #FF71E3, 0 0 12px #FF71E3, 0 0 12px #FF71E3, 0 0 11px #FF71E3;
}

.section-title {
  font-size: 1.65rem;
}
@media (min-width: 1024px) {
  .section-title {
    font-size: 3.9rem;
  }
}

@media (min-width: 1024px) {
  .device-only {
    display: none;
  }
}

@media (max-width: 1023px) {
  .desktop-only {
    display: none;
  }
}

.is-hidden {
  display: none;
}

.is-visibly-hidden {
  visibility: hidden;
  opacity: 0;
}

.is-accessibly-hidden {
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  width: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
}

.lazy-container {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 1s all ease-in;
  transition: 1s all ease-in;
}
.lazy-container.is-loaded {
  visibility: visible;
  opacity: 1;
}

.site-header {
  position: relative;
  z-index: 99;
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
}
.site-header__container {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.site-header__sticky-header {
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  background-color: #000025;
  padding-left: 5vw;
  padding-right: 5vw;
}
.site-header__logo-container {
  width: 65px;
  height: 65px;
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .site-header__logo-container {
    width: 120px;
    height: 120px;
  }
}
@media (min-width: 1440px) {
  .site-header__logo-container {
    width: 200px;
    height: 200px;
    margin-bottom: 50px;
  }
}
.site-header__logo-container a {
  display: block;
}

.site-footer {
  padding-left: 8vw;
  padding-right: 8vw;
  position: relative;
  padding-top: 50px;
  padding-bottom: 20px;
}
@media (min-width: 1024px) {
  .site-footer {
    padding-top: 150px;
    padding-bottom: 60px;
  }
}
.site-footer__background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  background-color: rgba(255, 0, 245, 0.56);
  -webkit-box-shadow: 0px -4px 34px #db00ff;
          box-shadow: 0px -4px 34px #db00ff;
  -webkit-filter: blur(84px);
          filter: blur(84px);
  -webkit-filter: blur(45px);
          filter: blur(45px);
}
.site-footer__main {
  position: relative;
  z-index: 1;
  margin-bottom: 50px;
}
.site-footer__left {
  margin-bottom: 15px;
}
@media (min-width: 1024px) {
  .site-footer__left {
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .site-footer__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.site-footer__newsletter {
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .site-footer__newsletter {
    margin-bottom: 50px;
  }
}
.site-footer__newsletter-title {
  margin-bottom: 1em;
  color: #fff;
  font-size: 0.9rem;
  text-align: center;
}
@media (min-width: 1024px) {
  .site-footer__newsletter-title {
    font-size: 1.5rem;
  }
}
.site-footer__bottom {
  position: relative;
  z-index: 1;
  padding-top: 10px;
}
.site-footer__bottom p {
  font-size: 0.6rem;
  margin: 0;
}
.site-footer__bottom-link {
  position: relative;
  display: inline-block;
  margin-left: 1em;
  text-decoration: none;
  color: #fff;
}
.site-footer__bottom-link::before {
  content: ".";
  position: absolute;
  top: 0.1em;
  left: -0.5em;
  font-size: 2em;
  line-height: 0;
}
@media (min-width: 1024px) {
  .site-footer__bottom-link {
    font-size: 1.5rem;
  }
}

.container {
  max-width: 800px;
  margin: auto;
}

.container-md {
  max-width: 800px;
  margin: auto;
}
@media (min-width: 1440px) {
  .container-md {
    max-width: 1000px;
  }
}

.container-wide {
  max-width: 800px;
  margin: auto;
}
@media (min-width: 1440px) {
  .container-wide {
    max-width: 1320px;
  }
}

.h-pad {
  padding-left: 8vw;
  padding-right: 8vw;
}

.mb-lg {
  margin-bottom: 80px;
}
@media (min-width: 1024px) {
  .mb-lg {
    margin-bottom: 300px;
  }
}

.top-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  margin: 0;
  list-style: none;
}
.top-nav__item {
  margin: 0 0.5em;
}
@media (min-width: 1024px) {
  .top-nav__item {
    margin: 0 1em;
  }
}
.top-nav__link {
  font-size: 0.7rem;
  line-height: 3;
  white-space: nowrap;
  font-family: "Kelvinch", "Times New Roman", Times, serif;
  text-decoration: none;
  color: #FF71E3;
  font-weight: normal;
  font-style: italic;
  -webkit-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
  position: relative;
}
.top-nav__link::after {
  content: "";
  position: absolute;
  left: 0;
  width: 0%;
  bottom: 0;
  height: 2px;
  background-color: #FF71E3;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  visibility: hidden;
  opacity: 0;
}
.top-nav__link:hover::after {
  visibility: visible;
  opacity: 1;
  width: 100%;
}
@media (min-width: 1024px) {
  .top-nav__link {
    font-size: 1.2rem;
    line-height: 1.6;
  }
}
@media (min-width: 1440px) {
  .top-nav__link {
    font-size: 2.15rem;
  }
}

.social-nav {
  padding: 0;
  margin: 0;
  list-style: none;
}
.social-nav__item {
  display: inline-block;
  margin-right: 0.5em;
}
@media (min-width: 1024px) {
  .social-nav__item {
    display: block;
    margin-right: 0;
    margin-bottom: 0.5em;
  }
}
.social-nav__link {
  text-decoration: none;
  color: #fff;
  font-size: 1.25rem;
  line-height: 1;
}
.textbox h1,
.textbox h2,
.textbox h3 {
  font-weight: 700;
}
.textbox p {
  font-size: 0.75rem;
}
@media (min-width: 1024px) {
  .textbox p {
    font-size: 1.4rem;
  }
}

.star,
.planet {
  border-radius: 100%;
  position: absolute;
  display: block;
}

.star {
  -webkit-animation: twinkle 2s linear 0s infinite normal;
          animation: twinkle 2s linear 0s infinite normal;
  background: #F6F6F6;
  z-index: 1;
  left: 100%;
  top: 100%;
}

.planet {
  -webkit-animation: twinkle 5s linear 0s infinite normal;
          animation: twinkle 5s linear 0s infinite normal;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(255, 255, 255, 0.5);
          box-shadow: 0px 0px 10px 0px rgba(255, 255, 255, 0.5);
  border-radius: 100%;
  z-index: 2;
  left: 300%;
  top: 300%;
}

@-webkit-keyframes twinkle {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}

@keyframes twinkle {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  visibility: hidden;
  opacity: 0;
  z-index: 9999;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  background: transparent;
}
.overlay.is-open {
  visibility: visible;
  opacity: 1;
  background: #000025;
}

body.is-overlay-open,
html.is-overlay-open {
  overflow: hidden;
}

.overlay--nav {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.overlay--nav.is-open {
  visibility: visible;
  opacity: 1;
  background: rgba(0, 0, 0, 0.9);
  -webkit-transform: scale(1);
          transform: scale(1);
}

.overlay--preloader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.3s all ease-in;
  transition: 0.3s all ease-in;
}
.overlay--preloader.is-open {
  visibility: visible;
  opacity: 1;
  background: #000;
}
.overlay--preloader .overlay__logo {
  width: 15vw;
  height: auto;
  -webkit-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}
.overlay--preloader .overlay__logo svg {
  width: 100%;
  height: auto;
}
.overlay--preloader .overlay__logo.is-visible {
  -webkit-transform: none;
          transform: none;
  visibility: visible;
  opacity: 1;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  text-align: center;
  height: 220px;
  display: none;
}
@media (min-width: 1024px) {
  .slick-slide {
    height: 400px;
  }
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.mc4wp-form-fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 1024px) {
  .mc4wp-form-fields {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.mc4wp-form-fields input[type=email] {
  display: block;
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  margin-bottom: 15px;
  border: 0;
  font-size: 0.9rem;
  padding: 0.5em 1.4em;
  color: #232323;
  border-radius: 0;
}
@media (min-width: 1024px) {
  .mc4wp-form-fields input[type=email] {
    margin-bottom: 0;
    margin-right: 10px;
    font-size: 1rem;
  }
}
.mc4wp-form-fields input[type=submit] {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  width: 100%;
  background-color: #FF00F5;
  border: 0;
  font-size: 0.9rem;
  padding: 0.5em 1.4em;
  -webkit-box-shadow: 0px -4px 34px #DB00FF;
          box-shadow: 0px -4px 34px #DB00FF;
  border-radius: 0;
}
@media (min-width: 1024px) {
  .mc4wp-form-fields input[type=submit] {
    width: auto;
    font-size: 1rem;
  }
}

.mc4wp-alert.mc4wp-success {
  text-align: center;
}

.newsletter-overlay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.newsletter-overlay__confetti {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
}
.newsletter-overlay__content {
  position: relative;
  background: #000;
  padding: 20px;
  text-align: center;
  z-index: 2;
}
.newsletter-overlay__title {
  margin-bottom: 0;
  color: #fff;
  font-family: "Arial";
  font-weight: 900;
  font-size: 2.5rem;
}
@media (min-width: 1024px) {
  .newsletter-overlay__title {
    font-size: 3.9rem;
  }
}
.newsletter-overlay__text {
  margin-bottom: 0;
  color: #FF00F5;
  font-family: "Arial";
  font-weight: 900;
  font-size: 1rem;
}
@media (min-width: 1024px) {
  .newsletter-overlay__text {
    font-size: 1.9rem;
  }
}

.cathedral-fx {
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .cathedral-fx {
    padding-top: 300px;
    padding-bottom: 200px;
  }
}
.cathedral-fx__container {
  position: relative;
  max-width: 1150px;
  margin: auto;
  overflow: hidden;
}
.cathedral-fx__spacer {
  padding-bottom: 200%;
  width: 100%;
}
@media (min-width: 1024px) {
  .cathedral-fx__spacer {
    padding-bottom: 100vw;
  }
}
.cathedral-fx__title {
  text-align: center;
  font-size: 9vw;
  font-weight: normal;
  text-shadow: 0 0 12px #FF71E3, 0 0 12px #FF71E3, 0 0 12px #FF71E3, 0 0 12px #FF71E3, 0 0 11px #FF71E3;
}
@media (min-width: 1024px) {
  .cathedral-fx__title {
    position: absolute;
    left: 0;
    top: 15%;
    width: 55%;
    text-indent: 115%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 5rem;
  }
}
@media (min-width: 1920px) {
  .cathedral-fx__title {
    width: 65%;
    text-indent: 90%;
  }
}
.cathedral-fx__background-1, .cathedral-fx__background-2, .cathedral-fx__background-3 {
  position: absolute;
  top: 10%;
  left: 35%;
  right: 0;
  bottom: 0;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  pointer-events: none;
}
@media (min-width: 1024px) {
  .cathedral-fx__background-1, .cathedral-fx__background-2, .cathedral-fx__background-3 {
    top: 0;
    left: 0;
  }
}
.cathedral-fx__background-1 {
  z-index: 1;
  background-image: url("../img/cathedral.png");
}
.cathedral-fx__background-2 {
  z-index: 2;
  background-image: url("../img/ladder-glow.png");
  opacity: 0;
  -webkit-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
}
.cathedral-fx__background-2.is-lit {
  opacity: 1;
}
.cathedral-fx__background-3 {
  z-index: 3;
  background-image: url("../img/ladder.png");
  opacity: 0;
  -webkit-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}
.cathedral-fx__background-3.is-lit {
  opacity: 1;
}
.cathedral-fx__moon, .cathedral-fx__cloud {
  position: absolute;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.cathedral-fx__cloud {
  bottom: 4%;
  right: -17%;
  z-index: 4;
  background-image: url("../img/cloud.png");
  width: 120%;
  padding-bottom: 45%;
}
@media (min-width: 768px) {
  .cathedral-fx__cloud {
    right: 0;
    bottom: 0%;
    width: 90%;
  }
}
@media (min-width: 1024px) {
  .cathedral-fx__cloud {
    width: 100%;
    padding-bottom: 35vw;
  }
}
@media (min-width: 1920px) {
  .cathedral-fx__cloud {
    bottom: -2%;
  }
}
.cathedral-fx__moon {
  width: 35%;
  right: 5%;
  padding-bottom: 50%;
  top: 35%;
  opacity: 0.3;
  z-index: 0;
  background-image: url("../img/moon-sm.png");
}
@media (min-width: 1024px) {
  .cathedral-fx__moon {
    width: 50%;
    right: 10%;
  }
}
.cathedral-fx__words-box {
  position: absolute;
  left: 5%;
  top: 20%;
  padding: 15px;
  width: 170px;
}
@media (min-width: 1024px) {
  .cathedral-fx__words-box {
    top: 35%;
    overflow: hidden;
    left: 10%;
    width: 275px;
  }
}
.cathedral-fx__words-list {
  list-style: none;
  padding: 0;
  text-align: center;
}
.cathedral-fx__words-list li {
  font-size: 0.65rem;
  font-style: italic;
}
.cathedral-fx__words-list li.is-highlighted {
  text-transform: uppercase;
  text-shadow: 0 0 12px #FF00F5, 0 0 12px #FF00F5, 0 0 12px #FF00F5, 0 0 12px #FF00F5, 0 0 11px #FF00F5;
}
@media (min-width: 1024px) {
  .cathedral-fx__words-list li {
    font-size: 1rem;
  }
}

@-webkit-keyframes scrollwords {
  from {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  to {
    -webkit-transform: translate(0, -30%);
            transform: translate(0, -30%);
  }
}

@keyframes scrollwords {
  from {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  to {
    -webkit-transform: translate(0, -30%);
            transform: translate(0, -30%);
  }
}
.animated-galaxy {
  pointer-events: none;
}
@media (min-width: 1024px) {
  .animated-galaxy {
    padding-top: 50px;
    padding-bottom: 50px;
    margin-bottom: 50px;
  }
}
.animated-galaxy__canvas-container {
  width: 150px;
  height: 300px;
  margin: auto;
  position: relative;
}
@media (min-width: 1024px) {
  .animated-galaxy__canvas-container {
    width: 950px;
    height: 500px;
  }
}
.animated-galaxy canvas {
  display: block;
  outline: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
}
.animated-galaxy__canvas-glow {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background-color: #FF00F5;
  -webkit-filter: blur(30px);
          filter: blur(30px);
  outline: none;
  z-index: 1;
}
@media (min-width: 1024px) {
  .animated-galaxy__canvas-glow {
    width: 480px;
    height: 480px;
  }
}
.animated-galaxy__mobile-image {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  width: 150px;
  height: 150px;
  z-index: 10;
  background-image: url("../img/galaxy.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media (min-width: 1024px) {
  .animated-galaxy__mobile-image {
    display: none;
  }
}

.contact {
  background-color: #000025;
  padding-top: 40px;
  padding-bottom: 60px;
}
@media (min-width: 1024px) {
  .contact {
    padding-top: 90px;
    padding-bottom: 130px;
  }
}
.contact h1 {
  margin-bottom: 0.5em;
}
@media (min-width: 1024px) {
  .contact h1 {
    margin-bottom: 1em;
  }
}
.contact__list {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
}
.contact__list-item {
  margin: 0 1rem;
}
@media (min-width: 1024px) {
  .contact__list-item {
    margin: 0 4rem;
  }
}
.contact__list-icon {
  display: block;
}
.contact__list-icon svg {
  width: auto;
  height: 30px;
}
.contact__list-icon svg.shadow-white {
  -webkit-filter: drop-shadow(2px 2px 15px white);
          filter: drop-shadow(2px 2px 15px white);
}
.contact__list-icon svg.shadow-pink {
  -webkit-filter: drop-shadow(2px 2px 15px #ff71e3);
          filter: drop-shadow(2px 2px 15px #ff71e3);
}
.contact__list-icon svg.shadow-red {
  -webkit-filter: drop-shadow(0px 0px 10px red);
          filter: drop-shadow(0px 0px 10px red);
}
@media (min-width: 1024px) {
  .contact__list-icon svg {
    height: 100px;
  }
}
.contact__email-container {
  text-align: center;
}
.contact__email-link {
  font-size: 1rem;
  text-decoration: none;
  font-weight: normal;
  color: #FF00F5;
  letter-spacing: 0.14em;
}
@media (min-width: 1024px) {
  .contact__email-link {
    font-size: 2.5rem;
  }
}

.about {
  margin-top: 40px;
  margin-bottom: 40px;
}
@media (min-width: 1024px) {
  .about {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
@media (min-width: 1280px) {
  .about {
    margin-bottom: 140px;
  }
}
.about__content h2 {
  margin-bottom: 0.8em;
  font-size: 1.2rem;
  font-style: italic;
  color: #fff;
  text-shadow: 0 0 12px #FF71E3, 0 0 12px #FF71E3, 0 0 12px #FF71E3, 0 0 12px #FF71E3, 0 0 11px #FF71E3;
}
@media (min-width: 1024px) {
  .about__content h2 {
    font-size: 2.25rem;
  }
}
.about__content p {
  color: #fff;
}

@media (min-width: 1280px) {
  .portfolio {
    margin-bottom: 140px;
  }
}
.portfolio__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media (min-width: 1024px) {
  .portfolio__row {
    margin-bottom: 10px;
  }
}
.portfolio__row:first-child > div {
  width: 100%;
  margin-bottom: 14px;
}
@media (min-width: 1024px) {
  .portfolio__row:first-child > div {
    margin-bottom: 0;
    width: calc(50% - 3px);
  }
}
.portfolio__row:nth-child(2) > div:nth-child(1) {
  margin-bottom: 14px;
  width: calc(45% - 7px);
}
@media (min-width: 1024px) {
  .portfolio__row:nth-child(2) > div:nth-child(1) {
    width: calc(20% - 3px);
  }
}
.portfolio__row:nth-child(2) > div:nth-child(2) {
  margin-bottom: 14px;
  width: calc(55% - 7px);
}
@media (min-width: 1024px) {
  .portfolio__row:nth-child(2) > div:nth-child(2) {
    width: calc(35% - 3px);
  }
}
.portfolio__row:nth-child(2) > div:nth-child(3) {
  margin-bottom: 14px;
  width: 100%;
}
@media (min-width: 1024px) {
  .portfolio__row:nth-child(2) > div:nth-child(3) {
    width: calc(45% - 3px);
  }
}
.portfolio__row:nth-child(3) > div {
  width: 100%;
}
.portfolio__item-box {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-box-shadow: -1px 0px 18px 3px rgba(255, 0, 245, 0.41), inset 2px 2px 3px 0px rgba(255, 0, 245, 0.41), 2px 2px 2px 2px rgba(255, 0, 245, 0.41);
          box-shadow: -1px 0px 18px 3px rgba(255, 0, 245, 0.41), inset 2px 2px 3px 0px rgba(255, 0, 245, 0.41), 2px 2px 2px 2px rgba(255, 0, 245, 0.41);
  border-radius: 20px;
  padding: 7px;
  border: 1px solid #fff;
}
.portfolio__figure {
  margin: 0;
  overflow: hidden;
  height: 100%;
  width: 100%;
  border-radius: 20px;
}
.portfolio__figure img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: initial;
  -o-object-fit: cover;
     object-fit: cover;
}
.portfolio__video-container {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
.portfolio__video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: rgba(219, 0, 255, 0.23);
}
.portfolio__video-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 90px;
  height: 90px;
  background-color: transparent;
  border: 10px solid #FF00F5;
  border-radius: 50%;
  background-image: url("../img/icon-video-play.svg");
  background-size: 40%;
  background-position: 60% 50%;
  background-repeat: no-repeat;
}
@media (min-width: 1024px) {
  .portfolio__video-play-btn {
    width: 210px;
    height: 210px;
  }
}
.portfolio__video {
  width: 100%;
  display: block;
}

.exhibitions {
  position: relative;
}
.exhibitions.is-slider-highlighted .exhibitions__slide-inner-container {
  -webkit-box-shadow: -1px 0px 18px 3px #ff00f5, inset 2px 2px 9px 4px #ff00f5, 2px 2px 2px 2px #ff00f5;
          box-shadow: -1px 0px 18px 3px #ff00f5, inset 2px 2px 9px 4px #ff00f5, 2px 2px 2px 2px #ff00f5;
}
.exhibitions.is-slider-highlighted .exhibitions__background-container {
  -webkit-filter: blur(1px) brightness(70%);
          filter: blur(1px) brightness(70%);
}
.exhibitions.is-slider-highlighted .exhibitions__title {
  text-shadow: 0 0 12px #6cc6f6, 0 0 12px #6cc6f6, 0 0 12px #6cc6f6, 0 0 12px #6cc6f6, 0 0 11px #6cc6f6;
}
.exhibitions.is-slider-highlighted .exhibitions__subtitle {
  text-shadow: 0 0 12px #FF00F5, 0 0 12px #FF00F5, 0 0 12px #FF00F5, 0 0 12px #FF00F5, 0 0 11px #FF00F5;
}
.exhibitions.is-slider-highlighted .exhibitions__text {
  text-shadow: 0 0 6px #f2d244, 0 0 6px #f2d244, 0 0 6px #f2d244, 0 0 6px #f2d244, 0 0 6px #f2d244;
}
.exhibitions__section-title {
  margin-bottom: -1em;
}
.exhibitions__outer-container {
  position: relative;
}
.exhibitions__background-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("../img/brickwall-resize-sm.png");
  background-size: 150%;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.4;
  -webkit-filter: blur(4px) brightness(25%);
          filter: blur(4px) brightness(25%);
  -webkit-transition: 0.6s all linear;
  transition: 0.6s all linear;
  -webkit-transition-delay: 450ms;
          transition-delay: 450ms;
}
@media (min-width: 1024px) {
  .exhibitions__background-container {
    opacity: 0.5;
    background-size: 80% 100%;
  }
}
.exhibitions__slider-container {
  position: relative;
  padding-top: 70px;
  padding-bottom: 80px;
  max-width: 700px;
  margin: auto;
}
.exhibitions__slider-next, .exhibitions__slider-prev {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  width: 20px;
  height: 20px;
  background-color: transparent;
  background-image: url("../img/icon-video-play.svg");
  background-size: contain;
  background-position: 60% 50%;
  background-repeat: no-repeat;
  border: 0;
}
@media (min-width: 1024px) {
  .exhibitions__slider-next, .exhibitions__slider-prev {
    width: 40px;
    height: 40px;
  }
}
.exhibitions__slider-next {
  right: -7%;
}
@media (min-width: 1024px) {
  .exhibitions__slider-next {
    right: -12%;
  }
}
.exhibitions__slider-prev {
  left: -7%;
  -webkit-transform: translate(0%, -50%) rotate(60deg);
          transform: translate(0%, -50%) rotate(60deg);
}
@media (min-width: 1024px) {
  .exhibitions__slider-prev {
    left: -12%;
  }
}
.exhibitions__slide-content {
  height: 100%;
  padding: 20px;
}
.exhibitions__slide-inner-container {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: 4px solid #FFFFFF;
  border-radius: 20px;
  -webkit-transition: 0.5s all ease-in-out;
  transition: 0.5s all ease-in-out;
}
@media (min-width: 1024px) {
  .exhibitions__slide-inner-container {
    border-radius: 66px;
  }
}
.exhibitions__title, .exhibitions__subtitle {
  font-family: "Despairs", Arial, Helvetica, sans-serif;
}
.exhibitions__title {
  -webkit-transition: 0.5s all ease-in-out;
  transition: 0.5s all ease-in-out;
  margin-bottom: 0;
  line-height: 1;
  font-size: 1.35rem;
}
@media (min-width: 1024px) {
  .exhibitions__title {
    font-size: 3.1rem;
  }
}
.exhibitions__subtitle {
  margin-bottom: 0.5em;
  font-size: 1.35rem;
  -webkit-transition: 0.5s all ease-in-out;
  transition: 0.5s all ease-in-out;
}
@media (min-width: 1024px) {
  .exhibitions__subtitle {
    font-size: 2.6rem;
  }
}
.exhibitions__text {
  margin-bottom: 0;
  font-size: 0.9rem;
  line-height: 1.6;
  font-family: "Avantgarde", Arial, Helvetica, sans-serif;
  -webkit-transition: 0.5s all ease-in-out;
  transition: 0.5s all ease-in-out;
}
@media (min-width: 1024px) {
  .exhibitions__text {
    line-height: 1;
    font-size: 1.85rem;
  }
}

.error-404 {
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.error-404__content {
  text-align: center;
}
.error-404__content h1 {
  margin-bottom: 0;
  font-size: 5rem;
}
@media (min-width: 1024px) {
  .error-404__content h1 {
    font-size: 7vw;
  }
}
.error-404__content a {
  color: #FF71E3;
  font-size: 1rem;
  font-weight: normal;
}
@media (min-width: 1024px) {
  .error-404__content a {
    font-size: 1.4rem;
  }
}