.clearfix {
  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
@-webkit-keyframes spin_reverse {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}
@keyframes spin_reverse {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@font-face {
  font-family: 'Dimbo';
  src: url('../fonts/subset-DimboRegular.woff2') format('woff2'), url('../fonts/subset-DimboRegular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Render the `main` element consistently in IE.
 */
main {
  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
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
html {
  font-size: 16px;
  line-height: 1.4;
  font-weight: 400;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (min-width: 651px) and (max-width: 1250px) {
  html {
    font-size: calc(12px + (16 - 12) * ((100vw - 650px) / (1250 - 650)));
  }
}
@media (max-width : 650px) {
  html {
    font-size: 15px;
  }
}
body {
  font-weight: 400;
  font-family: "Source Sans Pro", -apple-system, Helvetica, Arial, Ubuntu, sans-serif;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  background: #662b92 url(../img/pattern.png) 50% 50%;
}
body.garden-party {
  background-color: #52993c;
}
@media (max-width : 650px) {
  .hamburger {
    display: block;
  }
  body {
    overflow-x: hidden;
  }
  body.is-menu {
    overflow: hidden;
  }
}
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}
a {
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
strong {
  font-weight: 700;
}
img {
  max-width: 100%;
  height: auto;
  border-radius: 0;
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
h1,
h2,
h3,
h4 {
  margin: 1em 0 0.5em;
  font-family: "Dimbo", sans-serif;
  font-weight: 400;
  line-height: 1.1;
  color: inherit;
}
h1 {
  font-size: 5rem;
  margin-top: 0;
  margin-bottom: 0;
}
h2 {
  font-size: 4.5rem;
  margin-top: 1.9em;
  text-transform: uppercase;
}
h2:first-child {
  margin-top: 0;
}
@media (max-width : 650px) {
  h2 {
    font-size: 2.25rem;
  }
  h2 br {
    display: none;
  }
}
h3 {
  font-size: 1.5rem;
}
.h3-style {
  font-size: 1.8rem;
  font-weight: 700;
}
@media (max-width : 650px) {
  .h3-style {
    font-size: 1.625rem;
  }
}
.h2-style {
  font-weight: 500;
  font-size: 2.4rem;
}
@media only screen and (max-width : 960px) {
  .h2-style {
    font-size: 2.25rem;
  }
}
@media (max-width : 650px) {
  .h2-style {
    font-size: 2rem;
  }
}
.h4-style {
  font-size: 1.5rem;
  font-weight: 500;
}
@media (max-width : 650px) {
  .h4-style {
    font-size: 1.25rem;
  }
}
.p-color {
  color: #f7ac16;
}
.text-style .btn,
.btn {
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 1;
  text-align: left;
  text-transform: uppercase;
  text-decoration: none !important;
  outline: 0;
  border: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  padding: 0.25em 2rem;
  min-height: 2.46153846em;
  min-width: 9.5em;
  border-radius: 2rem;
  color: #fff;
  background: #f7ac16;
  overflow: hidden;
  -webkit-box-shadow: inset 0 0 0 0.15384615em #f7ac16;
          box-shadow: inset 0 0 0 0.15384615em #f7ac16;
}
@media (max-width: 1360px) {
  .text-style .btn,
  .btn {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width : 960px) {
  .text-style .btn,
  .btn {
    font-size: 1.375rem;
  }
}
@media (max-width : 650px) {
  .text-style .btn,
  .btn {
    font-size: 1.125rem;
  }
}
.text-style .btn::before,
.btn::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.15);
  -webkit-transform: translate(0%, -105%) translateZ(0) scale(0.95);
          transform: translate(0%, -105%) translateZ(0) scale(0.95);
  border-radius: 2em;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.text-style .btn:hover,
.btn:hover {
  color: inherit;
}
.text-style .btn:hover::before,
.btn:hover::before {
  -webkit-transform: translate(0, -10%) translateZ(0) scale(0.95);
          transform: translate(0, -10%) translateZ(0) scale(0.95);
}
.text-style .btn--mw,
.btn--mw {
  min-width: 9.5em;
}
.text-style .btn--secondary,
.btn--secondary {
  background: transparent;
}
.xsolla-wrapper {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}
.buy-availability--coming_soon {
  display: none;
}
.btn-wrapper {
  text-align: center;
  margin-top: 2.625em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.btn-wrapper .btn,
.btn-wrapper .xsolla-wrapper {
  margin: 0.25em;
}
.is-popup {
  overflow: hidden;
}
.is-popup:before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.85);
  z-index: 1020;
}
.responsive-video__inner {
  padding-bottom: 56.25%;
  position: relative;
}
.responsive-video video,
.responsive-video embed,
.responsive-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.popup {
  visibility: hidden;
  opacity: 0;
  z-index: 1021;
  position: fixed;
  top: 50%;
  left: 50%;
  max-width: 950px;
  padding: 25px;
  background: #fff;
  color: #662b92;
  width: 90%;
  -webkit-transform: translate(-50%, -500%);
      -ms-transform: translate(-50%, -500%);
          transform: translate(-50%, -500%);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  pointer-events: none;
}
#video-popup.popup {
  background: #000;
  max-width: 900px;
  padding: 0;
}
#video-popup.popup iframe,
#video-popup.popup embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.popup.popup--roadmap {
  max-width: none;
  border-radius: 0;
  padding: 0;
  background: transparent;
  width: 100%;
}
.popup.popup--roadmap img {
  display: block;
  max-height: 100vh;
  margin: 0 auto;
}
.popup.popup--buy {
  max-width: 47.375rem;
  border-radius: 1.875rem;
  overflow: hidden;
  -webkit-box-shadow: 0 0.625rem 3.125rem 0 rgba(33, 11, 49, 0.4);
          box-shadow: 0 0.625rem 3.125rem 0 rgba(33, 11, 49, 0.4);
}
.popup.popup--buy::after,
.popup.popup--buy::before {
  content: "";
  position: absolute;
}
.popup.popup--buy::before {
  left: 0;
  top: 0;
  background: no-repeat url(../img/popup-shape-1.png) 0 0;
  background-size: 100%;
  width: 10em;
  height: 12.0625em;
}
.popup.popup--buy::after {
  bottom: 0;
  right: 0;
  background: no-repeat url(../img/popup-shape-2.png) 100% 100%;
  background-size: 100%;
  width: 9em;
  height: 12.875em;
}
@media (max-width : 650px) {
  .popup.popup--buy::before,
  .popup.popup--buy::after {
    font-size: 10px;
  }
}
.popup__inner {
  position: relative;
  z-index: 1;
}
@media (max-width : 650px) {
  .popup {
    top: 80px;
    left: 10px;
    right: 10px;
    max-height: 80%;
    padding: 25px;
    width: auto;
    overflow: auto;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}
.popup.show {
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  pointer-events: auto;
  visibility: visible;
  opacity: 1;
  -webkit-transition-delay: 0.3s;
       -o-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
@media (max-width : 650px) {
  .popup.show {
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
.social-share {
  text-align: center;
  margin: 4rem 0;
}
.social-share ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-left: 1px solid #fff;
  margin-top: 1.38888889rem;
}
.social-share li {
  border-right: 1px solid #fff;
}
.social-share a {
  display: block;
  height: 4.88888889rem;
  width: 4.88888889rem;
  line-height: 4.88888889rem;
  text-align: center;
  background: #f7ac16;
  color: #662b92;
  position: relative;
  overflow: hidden;
}
.social-share a i {
  font-size: 1.77777778em;
  position: relative;
}
.social-share a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #662b92;
  -webkit-transform: translate(-150%, 0) translateZ(0);
          transform: translate(-150%, 0) translateZ(0);
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.social-share a:hover {
  color: #f7ac16;
}
.social-share a:hover::before {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}
.popup--buy h3 {
  color: #f7ac16;
  color: #f7b42b;
  text-shadow: 0 0.05em 0 rgba(90, 66, 16, 0.85);
  font-size: 3.75rem;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
}
.popup--buy .popup__inner {
  max-width: 34rem;
  margin-left: auto;
  margin-right: auto;
}
.popup--buy ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -1.5rem;
  padding: 0;
  font-size: 2.8125rem;
  line-height: 1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.popup--buy ul li {
  padding: 1.5rem;
  width: 50%;
}
.popup--buy ul a {
  color: #371b4d;
  text-decoration:none;
}
.popup--buy ul a:hover {
  color: #f7ac16;
}
@media (max-width : 650px) {
  .popup--buy h3 {
    font-size: 2.125rem;
  }
  .popup--buy ul {
    font-size: 1.875rem;
    margin: 0 -1rem;
  }
  .popup--buy ul li {
    padding: 1rem;
  }
}
.show-on-mobile {
  display: none;
}
@media (max-width : 650px) {
  .show-on-mobile {
    display: block;
  }
}
@media (max-width : 650px) {
  .hide-on-mobile {
    display: none;
  }
}
.close-popup {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 50px;
  height: 50px;
  font-size: 50px;
  text-align: center;
  line-height: 50px;
  z-index: 3;
  color: #fff;
  text-decoration: none;
  background: transparent;
}
.close-popup svg {
  display: block;
  margin: 0 auto;
  height: 50px;
  width: 22px;
  position: relative;
}
.close-popup svg path {
  stroke: #261533;
}
.popup--roadmap .close-popup svg path {
  stroke: #fff;
}
.close-popup:hover svg path {
  stroke: #f7ac16;
}
.close-popup span::before {
  margin: 0;
}
@media (max-width: 860px) {
  .close-popup {
    width: 30px;
    height: 30px;
    font-size: 30px;
    line-height: 30px;
  }
  .close-popup svg {
    height: 30px;
  }
}
.xpaystation-widget-lightbox {
  z-index: 1025 !important;
}
.xsolla-buy-button-widget .x-buy-button-widget-simple-payment-button {
  font-size: 12px;
  line-height: 1.09090909;
  text-align: left;
  text-transform: uppercase;
  text-decoration: none !important;
  letter-spacing: 0.09090909em;
  outline: 0;
  border: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  padding: 0.25em 2.5rem;
  min-height: 4.1rem;
  cursor: pointer;
  background: #fc3d55;
  color: #fff;
  overflow: hidden;
}
@media (min-width: 1600px) {
  .xsolla-buy-button-widget .x-buy-button-widget-simple-payment-button {
    font-size: 14px;
  }
}
@media (max-width : 650px) {
  .xsolla-buy-button-widget .x-buy-button-widget-simple-payment-button {
    min-height: 3.75rem;
  }
}
.xsolla-buy-button-widget .x-buy-button-widget-simple-payment-button::before {
  content: "";
  position: absolute;
  left: 0;
  top: -5%;
  width: 100%;
  height: 112%;
  background-color: #fff;
  -webkit-transform: translate(-150%, 0) translateZ(0);
          transform: translate(-150%, 0) translateZ(0);
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.xsolla-buy-button-widget .x-buy-button-widget-simple-payment-button .x-buy-button-widget-simple-payment-button-amount {
  position: relative;
}
.xsolla-buy-button-widget .x-buy-button-widget-simple-payment-button .x-buy-button-widget-simple-payment-button-amount::after {
  content: 'BUY GAME';
}
.xsolla-buy-button-widget .x-buy-button-widget-simple-payment-button .x-buy-button-widget-simple-payment-button-amount span {
  display: none;
}
.can-hover .xsolla-buy-button-widget .x-buy-button-widget-simple-payment-button:hover {
  color: #fc3d55;
}
.can-hover .xsolla-buy-button-widget .x-buy-button-widget-simple-payment-button:hover::before {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}
.xsolla-buy-button-widget-steam-full .x-buy-button-widget-simple-payment-button {
  font-size: inherit;
  text-align: left;
  text-transform: uppercase;
  text-decoration: none !important;
  outline: 0;
  border: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  cursor: pointer;
  color: #371b4d;
  overflow: hidden;
}
.xsolla-buy-button-widget-steam-full .x-buy-button-widget-simple-payment-button .x-buy-button-widget-simple-payment-button-amount {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.xsolla-buy-button-widget-steam-full .x-buy-button-widget-simple-payment-button .x-buy-button-widget-simple-payment-button-amount::before {
  font-family: "icons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e819';
  font-size: inherit;
  width: 3.4em;
  text-align: left;
  margin: 0;
}
.xsolla-buy-button-widget-steam-full .x-buy-button-widget-simple-payment-button .x-buy-button-widget-simple-payment-button-amount span {
  display: none;
}
.xsolla-buy-button-widget-steam-full .x-buy-button-widget-simple-payment-button:hover {
  color: #f7ac16;
}
.xsolla-buy-button-widget-allin .x-buy-button-widget-simple-payment-button {
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 1;
  text-align: left;
  text-transform: uppercase;
  text-decoration: none !important;
  outline: 0;
  border: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  padding: 0.25em 2rem;
  min-height: 2.46153846em;
  border-radius: 2rem;
  color: #fff;
  background: transparent;
  overflow: hidden;
  -webkit-box-shadow: inset 0 0 0 0.15384615em #f7ac16;
          box-shadow: inset 0 0 0 0.15384615em #f7ac16;
}
@media (max-width: 1360px) {
  .xsolla-buy-button-widget-allin .x-buy-button-widget-simple-payment-button {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width : 960px) {
  .xsolla-buy-button-widget-allin .x-buy-button-widget-simple-payment-button {
    font-size: 1.375rem;
  }
}
@media (max-width : 650px) {
  .xsolla-buy-button-widget-allin .x-buy-button-widget-simple-payment-button {
    font-size: 1.125rem;
  }
}
.xsolla-buy-button-widget-allin .x-buy-button-widget-simple-payment-button::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.15);
  -webkit-transform: translate(0%, -105%) translateZ(0) scale(0.95);
          transform: translate(0%, -105%) translateZ(0) scale(0.95);
  border-radius: 2em;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.xsolla-buy-button-widget-allin .x-buy-button-widget-simple-payment-button:hover {
  color: inherit;
}
.xsolla-buy-button-widget-allin .x-buy-button-widget-simple-payment-button:hover::before {
  -webkit-transform: translate(0, -10%) translateZ(0) scale(0.95);
          transform: translate(0, -10%) translateZ(0) scale(0.95);
}
.xsolla-buy-button-widget-allin .x-buy-button-widget-simple-payment-button .x-buy-button-widget-simple-payment-button-amount {
  font-size: 2.5em;
  padding: 0.2em 0;
  position: relative;
}
.xsolla-buy-button-widget-allin .x-buy-button-widget-simple-payment-button .x-buy-button-widget-simple-payment-button-amount::before,
.xsolla-buy-button-widget-allin .x-buy-button-widget-simple-payment-button .x-buy-button-widget-simple-payment-button-amount::after {
  content: '\e81b';
  margin: 0;
  display: block;
  text-align: left;
  width: 1.92em;
  font-family: "icons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.xsolla-buy-button-widget-allin .x-buy-button-widget-simple-payment-button .x-buy-button-widget-simple-payment-button-amount::after {
  position: absolute;
  top: 0;
  left: -1px;
  visibility: hidden;
}
.xsolla-buy-button-widget-allin .x-buy-button-widget-simple-payment-button .x-buy-button-widget-simple-payment-button-amount span {
  display: none;
}
.xsolla-buy-button-widget-custom .x-buy-button-widget-simple-payment-button {
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 1;
  text-align: left;
  text-transform: uppercase;
  text-decoration: none !important;
  outline: 0;
  border: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  padding: 0.25em 2rem;
  min-height: 2.46153846em;
  min-width: 9.5em;
  border-radius: 2rem;
  color: #fff;
  background: transparent;
  overflow: hidden;
  -webkit-box-shadow: inset 0 0 0 0.15384615em #f7ac16;
          box-shadow: inset 0 0 0 0.15384615em #f7ac16;
}
@media (max-width: 1360px) {
  .xsolla-buy-button-widget-custom .x-buy-button-widget-simple-payment-button {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width : 960px) {
  .xsolla-buy-button-widget-custom .x-buy-button-widget-simple-payment-button {
    font-size: 1.375rem;
  }
}
@media (max-width : 650px) {
  .xsolla-buy-button-widget-custom .x-buy-button-widget-simple-payment-button {
    font-size: 1.125rem;
  }
}
.xsolla-buy-button-widget-custom .x-buy-button-widget-simple-payment-button::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.15);
  -webkit-transform: translate(0%, -105%) translateZ(0) scale(0.95);
          transform: translate(0%, -105%) translateZ(0) scale(0.95);
  border-radius: 2em;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.xsolla-buy-button-widget-custom .x-buy-button-widget-simple-payment-button:hover {
  color: inherit;
}
.xsolla-buy-button-widget-custom .x-buy-button-widget-simple-payment-button:hover::before {
  -webkit-transform: translate(0, -10%) translateZ(0) scale(0.95);
          transform: translate(0, -10%) translateZ(0) scale(0.95);
}
.xsolla-buy-button-widget-custom .x-buy-button-widget-simple-payment-button .x-buy-button-widget-simple-payment-button-amount {
  font-size: 1.625rem;
  font-family: "Source Sans Pro", -apple-system, Helvetica, Arial, Ubuntu, sans-serif;
  position: relative;
}
@media (max-width: 1360px) {
  .xsolla-buy-button-widget-custom .x-buy-button-widget-simple-payment-button .x-buy-button-widget-simple-payment-button-amount {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width : 960px) {
  .xsolla-buy-button-widget-custom .x-buy-button-widget-simple-payment-button .x-buy-button-widget-simple-payment-button-amount {
    font-size: 1.375rem;
  }
}
@media (max-width : 650px) {
  .xsolla-buy-button-widget-custom .x-buy-button-widget-simple-payment-button .x-buy-button-widget-simple-payment-button-amount {
    font-size: 1.125rem;
  }
}
.xsolla-buy-button-widget-custom .x-buy-button-widget-simple-payment-button .x-buy-button-widget-simple-payment-button-amount::after {
  content: 'BUY GAME';
}
.xsolla-buy-button-widget-custom .x-buy-button-widget-simple-payment-button .x-buy-button-widget-simple-payment-button-amount span {
  display: none;
}
.can-hover .xsolla-buy-button-widget-custom .x-buy-button-widget-simple-payment-button:hover::before {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}
.xsolla-buy-button-widget .x-buy-button-widget-simple-payment-button {
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  text-align: left;
  text-transform: uppercase;
  text-decoration: none !important;
  outline: 0;
  border: 1px solid #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  padding: 8px;
  width: 210px;
  height: 61px;
  border-radius: 40px;
  color: #fff;
  background: rgba(3, 176, 107, 0.9);
  overflow: hidden;
}
@media only screen and (max-width: 763px) {
  .xsolla-buy-button-widget .x-buy-button-widget-simple-payment-button {
    width: 150px;
    height: 45px;
  }
}
.xsolla-buy-button-widget .x-buy-button-widget-simple-payment-button .x-buy-button-widget-simple-payment-button-amount {
  font-size: 18px;
  font-weight: 700;
  font-style: normal;
  line-height: 1.3;
  position: relative;
}
@media only screen and (max-width: 763px) {
  .xsolla-buy-button-widget .x-buy-button-widget-simple-payment-button .x-buy-button-widget-simple-payment-button-amount {
    font-size: 16px;
  }
}
.xsolla-buy-button-widget .x-buy-button-widget-simple-payment-button .x-buy-button-widget-simple-payment-button-amount::after {
  font-family: "titillium web";
  content: 'BUY GAME';
}
.xsolla-buy-button-widget .x-buy-button-widget-simple-payment-button .x-buy-button-widget-simple-payment-button-amount span {
  display: none;
}
.xsolla-buy-button-widget .x-buy-button-widget-simple-payment-button:hover {
  background: rgb(53 178 129);
}
@-webkit-keyframes plyr-progress {
  to {
    background-position: 25px 0;
  }
}
@keyframes plyr-progress {
  to {
    background-position: 25px 0;
  }
}
@-webkit-keyframes plyr-popup {
  0% {
    opacity: 0.5;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes plyr-popup {
  0% {
    opacity: 0.5;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes plyr-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes plyr-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.plyr {
  -moz-osx-font-smoothing: auto;
  -webkit-font-smoothing: subpixel-antialiased;
  direction: ltr;
  font-family: Avenir, "Avenir Next", "Helvetica Neue", "Segoe UI", Helvetica, Arial, sans-serif;
  font-variant-numeric: tabular-nums;
  font-weight: 500;
  line-height: 1.7;
  max-width: 100%;
  min-width: 200px;
  position: relative;
  text-shadow: none;
  -webkit-transition: -webkit-box-shadow 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease;
  -o-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
}
.plyr audio,
.plyr video {
  border-radius: inherit;
  height: auto;
  vertical-align: middle;
  width: 100%;
}
.plyr button {
  font: inherit;
  line-height: inherit;
  width: auto;
}
.plyr:focus {
  outline: 0;
}
.plyr--full-ui {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.plyr--full-ui *,
.plyr--full-ui ::after,
.plyr--full-ui ::before {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}
.plyr--full-ui a,
.plyr--full-ui button,
.plyr--full-ui input,
.plyr--full-ui label {
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}
.plyr__badge {
  background: #4a5764;
  border-radius: 2px;
  color: #fff;
  font-size: 9px;
  line-height: 1;
  padding: 3px 4px;
}
.plyr--full-ui ::-webkit-media-text-track-container {
  display: none;
}
.plyr__captions {
  -webkit-animation: plyr-fade-in 0.3s ease;
          animation: plyr-fade-in 0.3s ease;
  bottom: 0;
  color: #fff;
  display: none;
  font-size: 14px;
  left: 0;
  padding: 10px;
  position: absolute;
  text-align: center;
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  -o-transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  width: 100%;
}
.plyr__captions .plyr__caption {
  background: rgba(0, 0, 0, 0.8);
  border-radius: 2px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  line-height: 185%;
  padding: 0.2em 0.5em;
  white-space: pre-wrap;
}
.plyr__captions .plyr__caption div {
  display: inline;
}
.plyr__captions span:empty {
  display: none;
}
@media (min-width: 480px) {
  .plyr__captions {
    font-size: 16px;
    padding: 20px;
  }
}
@media (min-width: 768px) {
  .plyr__captions {
    font-size: 18px;
  }
}
.plyr--captions-active .plyr__captions {
  display: block;
}
.plyr:not(.plyr--hide-controls) .plyr__controls:not(:empty) ~ .plyr__captions {
  -webkit-transform: translateY(-40px);
      -ms-transform: translateY(-40px);
          transform: translateY(-40px);
}
.plyr__control {
  background: 0 0;
  border: 0;
  border-radius: 3px;
  color: inherit;
  cursor: pointer;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  overflow: visible;
  padding: 7px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.plyr__control svg {
  display: block;
  fill: currentColor;
  height: 18px;
  pointer-events: none;
  width: 18px;
}
.plyr__control:focus {
  outline: 0;
}
.plyr__control.plyr__tab-focus {
  -webkit-box-shadow: 0 0 0 5px rgba(247, 172, 22, 0.5);
          box-shadow: 0 0 0 5px rgba(247, 172, 22, 0.5);
  outline: 0;
}
a.plyr__control {
  text-decoration: none;
}
a.plyr__control::after,
a.plyr__control::before {
  display: none;
}
.plyr__control.plyr__control--pressed .icon--not-pressed,
.plyr__control.plyr__control--pressed .label--not-pressed,
.plyr__control:not(.plyr__control--pressed) .icon--pressed,
.plyr__control:not(.plyr__control--pressed) .label--pressed {
  display: none;
}
.plyr--audio .plyr__control.plyr__tab-focus,
.plyr--audio .plyr__control:hover,
.plyr--audio .plyr__control[aria-expanded=true] {
  background: #f7ac16;
  color: #fff;
}
.plyr--video .plyr__control.plyr__tab-focus,
.plyr--video .plyr__control:hover,
.plyr--video .plyr__control[aria-expanded=true] {
  background: #f7ac16;
  color: #fff;
}
.plyr__control--overlaid {
  background: rgba(247, 172, 22, 0.8);
  border: 0;
  border-radius: 100%;
  color: #fff;
  display: none;
  left: 50%;
  padding: 15px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
}
.plyr__control--overlaid svg {
  left: 2px;
  position: relative;
}
.plyr__control--overlaid:focus,
.plyr__control--overlaid:hover {
  background: #f7ac16;
}
.plyr--playing .plyr__control--overlaid {
  opacity: 0;
  visibility: hidden;
}
.plyr--full-ui.plyr--video .plyr__control--overlaid {
  display: block;
}
.plyr--full-ui ::-webkit-media-controls {
  display: none;
}
.plyr__controls {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  text-align: center;
}
.plyr__controls .plyr__progress__container {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
.plyr__controls .plyr__controls__item {
  margin-left: 2.5px;
}
.plyr__controls .plyr__controls__item:first-child {
  margin-left: 0;
  margin-right: auto;
}
.plyr__controls .plyr__controls__item.plyr__progress__container {
  padding-left: 2.5px;
}
.plyr__controls .plyr__controls__item.plyr__time {
  padding: 0 5px;
}
.plyr__controls .plyr__controls__item.plyr__progress__container:first-child,
.plyr__controls .plyr__controls__item.plyr__time + .plyr__time,
.plyr__controls .plyr__controls__item.plyr__time:first-child {
  padding-left: 0;
}
.plyr__controls .plyr__controls__item.plyr__volume {
  padding-right: 5px;
}
.plyr__controls .plyr__controls__item.plyr__volume:first-child {
  padding-right: 0;
}
.plyr__controls:empty {
  display: none;
}
.plyr--audio .plyr__controls {
  background: #fff;
  border-radius: inherit;
  color: #4a5764;
  padding: 10px;
}
.plyr--video .plyr__controls {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.7)));
  background: -o-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
  bottom: 0;
  color: #fff;
  left: 0;
  padding: 20px 5px 5px;
  position: absolute;
  right: 0;
  -webkit-transition: opacity 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  z-index: 3;
}
@media (min-width: 480px) {
  .plyr--video .plyr__controls {
    padding: 35px 10px 10px;
  }
}
.plyr--video.plyr--hide-controls .plyr__controls {
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
}
.plyr [data-plyr=airplay],
.plyr [data-plyr=captions],
.plyr [data-plyr=fullscreen],
.plyr [data-plyr=pip] {
  display: none;
}
.plyr--airplay-supported [data-plyr=airplay],
.plyr--captions-enabled [data-plyr=captions],
.plyr--fullscreen-enabled [data-plyr=fullscreen],
.plyr--pip-supported [data-plyr=pip] {
  display: inline-block;
}
.plyr__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.plyr__menu .plyr__control svg {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.plyr__menu .plyr__control[aria-expanded=true] svg {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.plyr__menu .plyr__control[aria-expanded=true] .plyr__tooltip {
  display: none;
}
.plyr__menu__container {
  -webkit-animation: plyr-popup 0.2s ease;
          animation: plyr-popup 0.2s ease;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 4px;
  bottom: 100%;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  color: #4a5764;
  font-size: 16px;
  margin-bottom: 10px;
  position: absolute;
  right: -3px;
  text-align: left;
  white-space: nowrap;
  z-index: 3;
}
.plyr__menu__container > div {
  overflow: hidden;
  -webkit-transition: height 0.35s cubic-bezier(0.4, 0, 0.2, 1), width 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: height 0.35s cubic-bezier(0.4, 0, 0.2, 1), width 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  transition: height 0.35s cubic-bezier(0.4, 0, 0.2, 1), width 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
.plyr__menu__container::after {
  border: 4px solid transparent;
  border-top-color: rgba(255, 255, 255, 0.9);
  content: '';
  height: 0;
  position: absolute;
  right: 15px;
  top: 100%;
  width: 0;
}
.plyr__menu__container [role=menu] {
  padding: 7px;
}
.plyr__menu__container [role=menuitem],
.plyr__menu__container [role=menuitemradio] {
  margin-top: 2px;
}
.plyr__menu__container [role=menuitem]:first-child,
.plyr__menu__container [role=menuitemradio]:first-child {
  margin-top: 0;
}
.plyr__menu__container .plyr__control {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #4a5764;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  padding: 4px 11px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}
.plyr__menu__container .plyr__control > span {
  -webkit-box-align: inherit;
      -ms-flex-align: inherit;
          align-items: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.plyr__menu__container .plyr__control::after {
  border: 4px solid transparent;
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.plyr__menu__container .plyr__control--forward {
  padding-right: 28px;
}
.plyr__menu__container .plyr__control--forward::after {
  border-left-color: rgba(74, 87, 100, 0.8);
  right: 5px;
}
.plyr__menu__container .plyr__control--forward.plyr__tab-focus::after,
.plyr__menu__container .plyr__control--forward:hover::after {
  border-left-color: currentColor;
}
.plyr__menu__container .plyr__control--back {
  font-weight: 500;
  margin: 7px;
  margin-bottom: 3px;
  padding-left: 28px;
  position: relative;
  width: calc(100% - 14px);
}
.plyr__menu__container .plyr__control--back::after {
  border-right-color: rgba(74, 87, 100, 0.8);
  left: 7px;
}
.plyr__menu__container .plyr__control--back::before {
  background: #c1c9d1;
  -webkit-box-shadow: 0 1px 0 #fff;
          box-shadow: 0 1px 0 #fff;
  content: '';
  height: 1px;
  left: 0;
  margin-top: 4px;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 100%;
}
.plyr__menu__container .plyr__control--back.plyr__tab-focus::after,
.plyr__menu__container .plyr__control--back:hover::after {
  border-right-color: currentColor;
}
.plyr__menu__container .plyr__control[role=menuitemradio] {
  padding-left: 7px;
}
.plyr__menu__container .plyr__control[role=menuitemradio]::after,
.plyr__menu__container .plyr__control[role=menuitemradio]::before {
  border-radius: 100%;
}
.plyr__menu__container .plyr__control[role=menuitemradio]::before {
  background: rgba(0, 0, 0, 0.1);
  content: '';
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 16px;
  margin-right: 10px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 16px;
}
.plyr__menu__container .plyr__control[role=menuitemradio]::after {
  background: #fff;
  border: 0;
  height: 6px;
  left: 12px;
  opacity: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(0);
      -ms-transform: translateY(-50%) scale(0);
          transform: translateY(-50%) scale(0);
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
  width: 6px;
}
.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]::before {
  background: #f7ac16;
}
.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]::after {
  opacity: 1;
  -webkit-transform: translateY(-50%) scale(1);
      -ms-transform: translateY(-50%) scale(1);
          transform: translateY(-50%) scale(1);
}
.plyr__menu__container .plyr__control[role=menuitemradio].plyr__tab-focus::before,
.plyr__menu__container .plyr__control[role=menuitemradio]:hover::before {
  background: rgba(0, 0, 0, 0.1);
}
.plyr__menu__container .plyr__menu__value {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  margin-right: -5px;
  overflow: hidden;
  padding-left: 25px;
  pointer-events: none;
}
.plyr--full-ui input[type=range] {
  -webkit-appearance: none;
  background: 0 0;
  border: 0;
  border-radius: 26px;
  color: #f7ac16;
  display: block;
  height: 19px;
  margin: 0;
  padding: 0;
  -webkit-transition: -webkit-box-shadow 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease;
  -o-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
  width: 100%;
}
.plyr--full-ui input[type=range]::-webkit-slider-runnable-track {
  background: 0 0;
  border: 0;
  border-radius: 2.5px;
  height: 5px;
  -webkit-transition: -webkit-box-shadow 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
  -webkit-user-select: none;
  user-select: none;
  background-image: -webkit-gradient(linear, left top, right top, from(currentColor), to(transparent));
  background-image: linear-gradient(to right, currentColor var(--value, 0), transparent var(--value, 0));
}
.plyr--full-ui input[type=range]::-webkit-slider-thumb {
  background: #fff;
  border: 0;
  border-radius: 100%;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(35, 41, 47, 0.2);
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(35, 41, 47, 0.2);
  height: 13px;
  position: relative;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 13px;
  -webkit-appearance: none;
  margin-top: -4px;
}
.plyr--full-ui input[type=range]::-moz-range-track {
  background: 0 0;
  border: 0;
  border-radius: 2.5px;
  height: 5px;
  -moz-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  -moz-user-select: none;
  user-select: none;
}
.plyr--full-ui input[type=range]::-moz-range-thumb {
  background: #fff;
  border: 0;
  border-radius: 100%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(35, 41, 47, 0.2);
  height: 13px;
  position: relative;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 13px;
}
.plyr--full-ui input[type=range]::-moz-range-progress {
  background: currentColor;
  border-radius: 2.5px;
  height: 5px;
}
.plyr--full-ui input[type=range]::-ms-track {
  background: 0 0;
  border: 0;
  border-radius: 2.5px;
  height: 5px;
  -ms-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  -ms-user-select: none;
  user-select: none;
  color: transparent;
}
.plyr--full-ui input[type=range]::-ms-fill-upper {
  background: 0 0;
  border: 0;
  border-radius: 2.5px;
  height: 5px;
  -ms-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  -ms-user-select: none;
  user-select: none;
}
.plyr--full-ui input[type=range]::-ms-fill-lower {
  background: 0 0;
  border: 0;
  border-radius: 2.5px;
  height: 5px;
  -ms-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  -ms-user-select: none;
  user-select: none;
  background: currentColor;
}
.plyr--full-ui input[type=range]::-ms-thumb {
  background: #fff;
  border: 0;
  border-radius: 100%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(35, 41, 47, 0.2);
  height: 13px;
  position: relative;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 13px;
  margin-top: 0;
}
.plyr--full-ui input[type=range]::-ms-tooltip {
  display: none;
}
.plyr--full-ui input[type=range]:focus {
  outline: 0;
}
.plyr--full-ui input[type=range]::-moz-focus-outer {
  border: 0;
}
.plyr--full-ui input[type=range].plyr__tab-focus::-webkit-slider-runnable-track {
  -webkit-box-shadow: 0 0 0 5px rgba(247, 172, 22, 0.5);
          box-shadow: 0 0 0 5px rgba(247, 172, 22, 0.5);
  outline: 0;
}
.plyr--full-ui input[type=range].plyr__tab-focus::-moz-range-track {
  box-shadow: 0 0 0 5px rgba(247, 172, 22, 0.5);
  outline: 0;
}
.plyr--full-ui input[type=range].plyr__tab-focus::-ms-track {
  box-shadow: 0 0 0 5px rgba(247, 172, 22, 0.5);
  outline: 0;
}
.plyr--full-ui.plyr--video input[type=range]::-webkit-slider-runnable-track {
  background-color: rgba(255, 255, 255, 0.25);
}
.plyr--full-ui.plyr--video input[type=range]::-moz-range-track {
  background-color: rgba(255, 255, 255, 0.25);
}
.plyr--full-ui.plyr--video input[type=range]::-ms-track {
  background-color: rgba(255, 255, 255, 0.25);
}
.plyr--full-ui.plyr--video input[type=range]:active::-webkit-slider-thumb {
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(35, 41, 47, 0.2), 0 0 0 3px rgba(255, 255, 255, 0.5);
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(35, 41, 47, 0.2), 0 0 0 3px rgba(255, 255, 255, 0.5);
}
.plyr--full-ui.plyr--video input[type=range]:active::-moz-range-thumb {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(35, 41, 47, 0.2), 0 0 0 3px rgba(255, 255, 255, 0.5);
}
.plyr--full-ui.plyr--video input[type=range]:active::-ms-thumb {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(35, 41, 47, 0.2), 0 0 0 3px rgba(255, 255, 255, 0.5);
}
.plyr--full-ui.plyr--audio input[type=range]::-webkit-slider-runnable-track {
  background-color: rgba(193, 201, 209, 0.66);
}
.plyr--full-ui.plyr--audio input[type=range]::-moz-range-track {
  background-color: rgba(193, 201, 209, 0.66);
}
.plyr--full-ui.plyr--audio input[type=range]::-ms-track {
  background-color: rgba(193, 201, 209, 0.66);
}
.plyr--full-ui.plyr--audio input[type=range]:active::-webkit-slider-thumb {
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(35, 41, 47, 0.2), 0 0 0 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(35, 41, 47, 0.2), 0 0 0 3px rgba(0, 0, 0, 0.1);
}
.plyr--full-ui.plyr--audio input[type=range]:active::-moz-range-thumb {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(35, 41, 47, 0.2), 0 0 0 3px rgba(0, 0, 0, 0.1);
}
.plyr--full-ui.plyr--audio input[type=range]:active::-ms-thumb {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(35, 41, 47, 0.2), 0 0 0 3px rgba(0, 0, 0, 0.1);
}
.plyr__poster {
  background-color: #000;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  width: 100%;
  z-index: 1;
}
.plyr--stopped.plyr__poster-enabled .plyr__poster {
  opacity: 1;
}
.plyr__time {
  font-size: 14px;
}
.plyr__time + .plyr__time::before {
  content: '\2044';
  margin-right: 10px;
}
@media (max-width: 767px) {
  .plyr__time + .plyr__time {
    display: none;
  }
}
.plyr--video .plyr__time {
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
}
.plyr__tooltip {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 3px;
  bottom: 100%;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  color: #4a5764;
  font-size: 14px;
  font-weight: 500;
  left: 50%;
  line-height: 1.3;
  margin-bottom: 10px;
  opacity: 0;
  padding: 5px 7.5px;
  pointer-events: none;
  position: absolute;
  -webkit-transform: translate(-50%, 10px) scale(0.8);
      -ms-transform: translate(-50%, 10px) scale(0.8);
          transform: translate(-50%, 10px) scale(0.8);
  -webkit-transform-origin: 50% 100%;
      -ms-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
  -webkit-transition: opacity 0.2s 0.1s ease, -webkit-transform 0.2s 0.1s ease;
  transition: opacity 0.2s 0.1s ease, -webkit-transform 0.2s 0.1s ease;
  -o-transition: transform 0.2s 0.1s ease, opacity 0.2s 0.1s ease;
  transition: transform 0.2s 0.1s ease, opacity 0.2s 0.1s ease;
  transition: transform 0.2s 0.1s ease, opacity 0.2s 0.1s ease, -webkit-transform 0.2s 0.1s ease;
  white-space: nowrap;
  z-index: 2;
}
.plyr__tooltip::before {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(255, 255, 255, 0.9);
  bottom: -4px;
  content: '';
  height: 0;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  z-index: 2;
}
.plyr .plyr__control.plyr__tab-focus .plyr__tooltip,
.plyr .plyr__control:hover .plyr__tooltip,
.plyr__tooltip--visible {
  opacity: 1;
  -webkit-transform: translate(-50%, 0) scale(1);
      -ms-transform: translate(-50%, 0) scale(1);
          transform: translate(-50%, 0) scale(1);
}
.plyr .plyr__control:hover .plyr__tooltip {
  z-index: 3;
}
.plyr__controls > .plyr__control:first-child .plyr__tooltip,
.plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip {
  left: 0;
  -webkit-transform: translate(0, 10px) scale(0.8);
      -ms-transform: translate(0, 10px) scale(0.8);
          transform: translate(0, 10px) scale(0.8);
  -webkit-transform-origin: 0 100%;
      -ms-transform-origin: 0 100%;
          transform-origin: 0 100%;
}
.plyr__controls > .plyr__control:first-child .plyr__tooltip::before,
.plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip::before {
  left: 16px;
}
.plyr__controls > .plyr__control:last-child .plyr__tooltip {
  left: auto;
  right: 0;
  -webkit-transform: translate(0, 10px) scale(0.8);
      -ms-transform: translate(0, 10px) scale(0.8);
          transform: translate(0, 10px) scale(0.8);
  -webkit-transform-origin: 100% 100%;
      -ms-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
}
.plyr__controls > .plyr__control:last-child .plyr__tooltip::before {
  left: auto;
  right: 16px;
  -webkit-transform: translateX(50%);
      -ms-transform: translateX(50%);
          transform: translateX(50%);
}
.plyr__controls > .plyr__control:first-child .plyr__tooltip--visible,
.plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip--visible,
.plyr__controls > .plyr__control:first-child + .plyr__control.plyr__tab-focus .plyr__tooltip,
.plyr__controls > .plyr__control:first-child + .plyr__control:hover .plyr__tooltip,
.plyr__controls > .plyr__control:first-child.plyr__tab-focus .plyr__tooltip,
.plyr__controls > .plyr__control:first-child:hover .plyr__tooltip,
.plyr__controls > .plyr__control:last-child .plyr__tooltip--visible,
.plyr__controls > .plyr__control:last-child.plyr__tab-focus .plyr__tooltip,
.plyr__controls > .plyr__control:last-child:hover .plyr__tooltip {
  -webkit-transform: translate(0, 0) scale(1);
      -ms-transform: translate(0, 0) scale(1);
          transform: translate(0, 0) scale(1);
}
.plyr--video {
  background: #000;
  overflow: hidden;
}
.plyr--video.plyr--menu-open {
  overflow: visible;
}
.plyr__video-wrapper {
  background: #000;
  border-radius: inherit;
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.plyr__video-embed,
.plyr__video-wrapper--fixed-ratio {
  height: 0;
  padding-bottom: 56.25%;
}
.plyr__video-embed iframe,
.plyr__video-wrapper--fixed-ratio video {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}
.plyr--full-ui .plyr__video-embed > .plyr__video-embed__container {
  padding-bottom: 240%;
  position: relative;
  -webkit-transform: translateY(-38.28125%);
      -ms-transform: translateY(-38.28125%);
          transform: translateY(-38.28125%);
}
.plyr__progress {
  left: 6.5px;
  margin-right: 13px;
  position: relative;
}
.plyr__progress input[type=range],
.plyr__progress__buffer {
  margin-left: -6.5px;
  margin-right: -6.5px;
  width: calc(100% + 13px);
}
.plyr__progress input[type=range] {
  position: relative;
  z-index: 2;
}
.plyr__progress .plyr__tooltip {
  font-size: 14px;
  left: 0;
}
.plyr__progress__buffer {
  -webkit-appearance: none;
  background: 0 0;
  border: 0;
  border-radius: 100px;
  height: 5px;
  left: 0;
  margin-top: -2.5px;
  padding: 0;
  position: absolute;
  top: 50%;
}
.plyr__progress__buffer::-webkit-progress-bar {
  background: 0 0;
}
.plyr__progress__buffer::-webkit-progress-value {
  background: currentColor;
  border-radius: 100px;
  min-width: 5px;
  -webkit-transition: width 0.2s ease;
  transition: width 0.2s ease;
}
.plyr__progress__buffer::-moz-progress-bar {
  background: currentColor;
  border-radius: 100px;
  min-width: 5px;
  -moz-transition: width 0.2s ease;
  transition: width 0.2s ease;
}
.plyr__progress__buffer::-ms-fill {
  border-radius: 100px;
  -ms-transition: width 0.2s ease;
  transition: width 0.2s ease;
}
.plyr--video .plyr__progress__buffer {
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  color: rgba(255, 255, 255, 0.25);
}
.plyr--audio .plyr__progress__buffer {
  color: rgba(193, 201, 209, 0.66);
}
.plyr--loading .plyr__progress__buffer {
  -webkit-animation: plyr-progress 1s linear infinite;
          animation: plyr-progress 1s linear infinite;
  background-image: -o-linear-gradient(135deg, rgba(35, 41, 47, 0.6) 25%, transparent 25%, transparent 50%, rgba(35, 41, 47, 0.6) 50%, rgba(35, 41, 47, 0.6) 75%, transparent 75%, transparent);
  background-image: linear-gradient(-45deg, rgba(35, 41, 47, 0.6) 25%, transparent 25%, transparent 50%, rgba(35, 41, 47, 0.6) 50%, rgba(35, 41, 47, 0.6) 75%, transparent 75%, transparent);
  background-repeat: repeat-x;
  background-size: 25px 25px;
  color: transparent;
}
.plyr--video.plyr--loading .plyr__progress__buffer {
  background-color: rgba(255, 255, 255, 0.25);
}
.plyr--audio.plyr--loading .plyr__progress__buffer {
  background-color: rgba(193, 201, 209, 0.66);
}
.plyr__volume {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
}
.plyr__volume input[type=range] {
  margin-left: 5px;
  position: relative;
  z-index: 2;
}
@media (min-width: 480px) {
  .plyr__volume {
    max-width: 90px;
  }
}
@media (min-width: 768px) {
  .plyr__volume {
    max-width: 110px;
  }
}
.plyr--is-ios .plyr__volume {
  display: none !important;
}
.plyr--is-ios.plyr--vimeo [data-plyr=mute] {
  display: none !important;
}
.plyr:-webkit-full-screen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}
.plyr:-ms-fullscreen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}
.plyr:fullscreen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}
.plyr:-webkit-full-screen video {
  height: 100%;
}
.plyr:-ms-fullscreen video {
  height: 100%;
}
.plyr:fullscreen video {
  height: 100%;
}
.plyr:-webkit-full-screen .plyr__video-wrapper {
  height: 100%;
  position: static;
}
.plyr:-ms-fullscreen .plyr__video-wrapper {
  height: 100%;
  position: static;
}
.plyr:fullscreen .plyr__video-wrapper {
  height: 100%;
  position: static;
}
.plyr:-webkit-full-screen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.plyr:-ms-fullscreen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  position: relative;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
}
.plyr:fullscreen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen {
  display: block;
}
.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen {
  display: block;
}
.plyr:fullscreen .plyr__control .icon--exit-fullscreen {
  display: block;
}
.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}
.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}
.plyr:fullscreen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}
.plyr:-webkit-full-screen.plyr--hide-controls {
  cursor: none;
}
.plyr:-ms-fullscreen.plyr--hide-controls {
  cursor: none;
}
.plyr:fullscreen.plyr--hide-controls {
  cursor: none;
}
@media (min-width: 1024px) {
  .plyr:-webkit-full-screen .plyr__captions {
    font-size: 21px;
  }
  .plyr:-ms-fullscreen .plyr__captions {
    font-size: 21px;
  }
  .plyr:fullscreen .plyr__captions {
    font-size: 21px;
  }
}
.plyr:-webkit-full-screen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}
.plyr:-webkit-full-screen video {
  height: 100%;
}
.plyr:-webkit-full-screen .plyr__video-wrapper {
  height: 100%;
  position: static;
}
.plyr:-webkit-full-screen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen {
  display: block;
}
.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}
.plyr:-webkit-full-screen.plyr--hide-controls {
  cursor: none;
}
@media (min-width: 1024px) {
  .plyr:-webkit-full-screen .plyr__captions {
    font-size: 21px;
  }
}
.plyr:-moz-full-screen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}
.plyr:-moz-full-screen video {
  height: 100%;
}
.plyr:-moz-full-screen .plyr__video-wrapper {
  height: 100%;
  position: static;
}
.plyr:-moz-full-screen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen {
  display: block;
}
.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}
.plyr:-moz-full-screen.plyr--hide-controls {
  cursor: none;
}
@media (min-width: 1024px) {
  .plyr:-moz-full-screen .plyr__captions {
    font-size: 21px;
  }
}
.plyr:-ms-fullscreen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}
.plyr:-ms-fullscreen video {
  height: 100%;
}
.plyr:-ms-fullscreen .plyr__video-wrapper {
  height: 100%;
  position: static;
}
.plyr:-ms-fullscreen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  position: relative;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
}
.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen {
  display: block;
}
.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}
.plyr:-ms-fullscreen.plyr--hide-controls {
  cursor: none;
}
@media (min-width: 1024px) {
  .plyr:-ms-fullscreen .plyr__captions {
    font-size: 21px;
  }
}
.plyr--fullscreen-fallback {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 10000000;
}
.plyr--fullscreen-fallback video {
  height: 100%;
}
.plyr--fullscreen-fallback .plyr__video-wrapper {
  height: 100%;
  position: static;
}
.plyr--fullscreen-fallback.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen {
  display: block;
}
.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}
.plyr--fullscreen-fallback.plyr--hide-controls {
  cursor: none;
}
@media (min-width: 1024px) {
  .plyr--fullscreen-fallback .plyr__captions {
    font-size: 21px;
  }
}
.plyr__ads {
  border-radius: inherit;
  bottom: 0;
  cursor: pointer;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
.plyr__ads > div,
.plyr__ads > div iframe {
  height: 100%;
  position: absolute;
  width: 100%;
}
.plyr__ads::after {
  background: rgba(35, 41, 47, 0.8);
  border-radius: 2px;
  bottom: 10px;
  color: #fff;
  content: attr(data-badge-text);
  font-size: 11px;
  padding: 2px 6px;
  pointer-events: none;
  position: absolute;
  right: 10px;
  z-index: 3;
}
.plyr__ads::after:empty {
  display: none;
}
.plyr__cues {
  background: currentColor;
  display: block;
  height: 5px;
  left: 0;
  margin: -2.5px 0 0;
  opacity: 0.8;
  position: absolute;
  top: 50%;
  width: 3px;
  z-index: 3;
}
.plyr__preview-thumb {
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 3px;
  bottom: 100%;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  margin-bottom: 10px;
  opacity: 0;
  padding: 3px;
  pointer-events: none;
  position: absolute;
  -webkit-transform: translate(0, 10px) scale(0.8);
      -ms-transform: translate(0, 10px) scale(0.8);
          transform: translate(0, 10px) scale(0.8);
  -webkit-transform-origin: 50% 100%;
      -ms-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
  -webkit-transition: opacity 0.2s 0.1s ease, -webkit-transform 0.2s 0.1s ease;
  transition: opacity 0.2s 0.1s ease, -webkit-transform 0.2s 0.1s ease;
  -o-transition: transform 0.2s 0.1s ease, opacity 0.2s 0.1s ease;
  transition: transform 0.2s 0.1s ease, opacity 0.2s 0.1s ease;
  transition: transform 0.2s 0.1s ease, opacity 0.2s 0.1s ease, -webkit-transform 0.2s 0.1s ease;
  z-index: 2;
}
.plyr__preview-thumb--is-shown {
  opacity: 1;
  -webkit-transform: translate(0, 0) scale(1);
      -ms-transform: translate(0, 0) scale(1);
          transform: translate(0, 0) scale(1);
}
.plyr__preview-thumb::before {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(255, 255, 255, 0.9);
  bottom: -4px;
  content: '';
  height: 0;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  z-index: 2;
}
.plyr__preview-thumb__image-container {
  background: #c1c9d1;
  border-radius: 2px;
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.plyr__preview-thumb__image-container img {
  height: 100%;
  left: 0;
  max-height: none;
  max-width: none;
  position: absolute;
  top: 0;
  width: 100%;
}
.plyr__preview-thumb__time-container {
  bottom: 6px;
  left: 0;
  position: absolute;
  right: 0;
  white-space: nowrap;
  z-index: 3;
}
.plyr__preview-thumb__time-container span {
  background-color: rgba(0, 0, 0, 0.55);
  border-radius: 2px;
  color: #fff;
  font-size: 14px;
  padding: 3px 6px;
}
.plyr__preview-scrubbing {
  bottom: 0;
  -webkit-filter: blur(1px);
          filter: blur(1px);
  height: 100%;
  left: 0;
  margin: auto;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  width: 100%;
  z-index: 1;
}
.plyr__preview-scrubbing--is-shown {
  opacity: 1;
}
.plyr__preview-scrubbing img {
  height: 100%;
  left: 0;
  max-height: none;
  max-width: none;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  top: 0;
  width: 100%;
}
.plyr--no-transition {
  -webkit-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
.plyr__sr-only {
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  border: 0 !important;
  height: 1px !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}
.plyr [hidden] {
  display: none !important;
}
.is-popup {
  overflow: hidden;
}
.is-popup:before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(38, 21, 51, 0.7);
  z-index: 1020;
}
.newsletter-popup {
  visibility: hidden;
  opacity: 0;
  z-index: 1022;
  position: fixed;
  top: 50%;
  left: 50%;
  color: #251532;
  border-radius: 45px;
  background: #121316 url(../img/newsletter-bg.jpg);
  -webkit-box-shadow: 0 0.5em 1em 0em rgba(0, 0, 0, 0.3);
          box-shadow: 0 0.5em 1em 0em rgba(0, 0, 0, 0.3);
  width: 750px;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  pointer-events: none;
}
.newsletter-popup::before {
  content: "";
  position: absolute;
  background: url(../img/cosby.png) no-repeat 50% 100%;
  width: 378px;
  height: 397px;
  bottom: 0;
  left: -22px;
}
.newsletter-popup .close-popup svg {
  width: 15px;
}
.newsletter-popup__inner {
  position: relative;
  padding: 30px 46px 30px;
  min-height: 412px;
  max-width: 458px;
  margin-left: auto;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.newsletter-popup__header {
  text-align: center;
}
.newsletter-popup__header h3 {
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 0;
  font-style: normal;
  color: #251532;
  position: relative;
  font-weight: 300;
  text-transform: uppercase;
}
.newsletter-popup__header h3 strong {
  font-size: 25px;
  display: block;
  color: #f7ac16;
}
.newsletter-popup__header p {
  margin: 0;
  color: #251532;
  font-weight: 300;
}
.newsletter-popup .wpw-newsletter-form__message {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin-top: 20px;
}
.newsletter-popup .wpw-newsletter-form__input {
  margin: 20px 0;
}
.newsletter-popup .wpw-newsletter-form__submit {
  text-align: center;
}
.newsletter-popup .wpw-newsletter-form input[type=email] {
  margin: 0 auto;
  width: 100%;
  display: block;
  max-width: 400px;
  padding: 15px 20px;
  font-size: 16px;
  outline: 0;
  text-align: left;
  border: 1px solid #d6c7b3;
  color: #251532;
  background: #d6c7b3;
  border-radius: 16px;
}
.newsletter-popup .wpw-newsletter-form input[type=email].error {
  border-color: red;
}
.newsletter-popup .wpw-newsletter-form .input {
  position: relative;
}
.newsletter-popup .wpw-newsletter-form .input--checkbox {
  margin: 15px 0;
  position: relative;
  text-align: left;
  padding: 0;
}
.newsletter-popup .wpw-newsletter-form .input--checkbox a {
  color: inherit;
  text-decoration: underline;
}
.newsletter-popup .wpw-newsletter-form .input--checkbox a:hover {
  text-decoration: none;
}
.newsletter-popup .wpw-newsletter-form .input--checkbox label > .input--checkbox__label {
  padding: 0rem 0 0.25rem 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 11px;
  color: #251532;
}
.newsletter-popup .wpw-newsletter-form .input--checkbox label > .input--checkbox__label p {
  margin: 0;
}
.newsletter-popup .wpw-newsletter-form .input--checkbox label > .input--checkbox__label::before,
.newsletter-popup .wpw-newsletter-form .input--checkbox label > .input--checkbox__label::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
}
.newsletter-popup .wpw-newsletter-form .input--checkbox label > .input--checkbox__label::before {
  width: 20px;
  height: 20px;
  -webkit-box-shadow: inset 0 0 0 1px #251532;
          box-shadow: inset 0 0 0 1px #251532;
  background: transparent;
}
.newsletter-popup .wpw-newsletter-form .input--checkbox label > .input--checkbox__label::after {
  content: "";
  left: 10px;
  top: 10px;
  width: 12px;
  height: 12px;
  text-align: center;
  background: #251532;
  opacity: 0;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.18, 0.89, 0.34, 2);
  transition: -webkit-transform 0.3s cubic-bezier(0.18, 0.89, 0.34, 2);
  -o-transition: transform 0.3s cubic-bezier(0.18, 0.89, 0.34, 2);
  transition: transform 0.3s cubic-bezier(0.18, 0.89, 0.34, 2);
  transition: transform 0.3s cubic-bezier(0.18, 0.89, 0.34, 2), -webkit-transform 0.3s cubic-bezier(0.18, 0.89, 0.34, 2);
  -webkit-transform: translate(-50%, -50%) scale(0);
      -ms-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
}
.newsletter-popup .wpw-newsletter-form .input--checkbox input {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  display: none;
  visibility: hidden;
  opacity: 0;
}
.newsletter-popup .wpw-newsletter-form .input--checkbox input:checked ~ .input--checkbox__label::after {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) scale(1);
      -ms-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}
.newsletter-popup .wpw-newsletter-form .input--checkbox input.error ~ .input--checkbox__label::before {
  -webkit-box-shadow: inset 0 0 1px 1px red;
          box-shadow: inset 0 0 1px 1px red;
}
.newsletter-popup .wpw-newsletter-form .input--checkbox label {
  display: block;
}
.newsletter-popup .wpw-newsletter-form__btn {
  border: 0;
  font-size: 22px;
  padding: 10px 1.5em;
  cursor: pointer;
  outline: 0;
  background: #633784;
  border-radius: 10px;
  text-align: center;
  font-weight: bold;
  color: #fff;
}
.newsletter-popup .wpw-newsletter-form__btn:hover {
  background: #261533;
}
@media (max-width: 860px) {
  .newsletter-popup {
    width: 310px;
    height: auto;
    max-height: 80vh;
    min-height: 0;
    border-radius: 20px;
    background-position: 50% 50%;
  }
  .newsletter-popup::before {
    display: none;
  }
  .newsletter-popup__image {
    display: none;
  }
  .newsletter-popup__inner {
    width: 100%;
    max-height: 80%;
    height: auto;
    overflow: auto;
    min-height: 300px;
    padding: 10px 0 1px;
  }
  .newsletter-popup__header h3 {
    max-width: 260px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1.5em;
  }
  .newsletter-popup__form {
    padding: 10px 15px 20px;
  }
  .newsletter-popup .wpw-newsletter-form {
    margin-top: 20px;
  }
  .newsletter-popup .wpw-newsletter-form__message {
    text-align: center;
    font-size: 15px;
  }
  .newsletter-popup .wpw-newsletter-form__input {
    padding: 0;
    margin: 15px 0 0;
  }
  .newsletter-popup .wpw-newsletter-form__btn {
    margin: 0;
  }
  .newsletter-popup .wpw-newsletter-form__submit {
    padding: 0;
    margin: 15px 0 0;
  }
  .newsletter-popup .wpw-newsletter-form__agree .input {
    margin: 15px 0;
  }
  .newsletter-popup .wpw-newsletter-form .input--checkbox label > .input--checkbox__label {
    padding-left: 34px;
    font-size: 13px;
  }
  .newsletter-popup .wpw-newsletter-form .input--checkbox label > .input--checkbox__label::before {
    width: 24px;
    height: 24px;
  }
  .newsletter-popup .wpw-newsletter-form .input--checkbox label > .input--checkbox__label::after {
    left: 12px;
    top: 12px;
    width: 14px;
    height: 14px;
  }
}
.newsletter-popup.show {
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  pointer-events: auto;
  visibility: visible;
  opacity: 1;
  -webkit-transition-delay: 0.3s;
       -o-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.foot-join-newsletter {
  position: relative;
  z-index: 3;
  margin: 5.9375rem auto;
}
.foot-join-newsletter h2 {
  margin-bottom: 5.9375rem;
}
.foot-join-newsletter::before {
  content: "";
  position: absolute;
  pointer-events: none;
  background: url(../img/newsletter-doodle1.png);
  background-size: 100%;
  width: 3.5625rem;
  height: 3.75rem;
  left: 5%;
  bottom: -20%;
}
.foot-join-newsletter__inner {
  width: 95%;
  max-width: 70rem;
  margin: 0 auto;
  position: relative;
}
.foot-join-newsletter__inner::before {
  content: "";
  position: absolute;
  pointer-events: none;
  background: url(../img/newsletter-doodle2.png);
  background-size: 100%;
  width: 8.6875rem;
  height: 9.75rem;
  right: 105%;
  top: 0%;
}
@media (min-width: 651px) {
  .foot-join-newsletter__inner {
    width: 90%;
  }
  .foot-join-newsletter__inner::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    background: url(../img/newsletter-cosby.png);
    background-size: 100%;
    width: 32.4375rem;
    height: 38.375rem;
    -webkit-transform: translate(50%, -45%);
        -ms-transform: translate(50%, -45%);
            transform: translate(50%, -45%);
  }
  .garden-party .foot-join-newsletter__inner::after {
    background-image: url(../img/newsletter-cosby-gp.png);
    width: 23.125rem;
    height: 39.5625rem;
  }
}
.foot-join-newsletter__header {
  text-align: center;
  font-size: 1.38888889rem;
}
.foot-join-newsletter__header h4 {
  margin: 0 0 0.5em;
}
.foot-join-newsletter__header strong {
  font-size: 1.8em;
  font-weight: 800;
  display: block;
}
.foot-join-newsletter .wpw-newsletter-form {
  background: #512574;
  border-radius: 1.875rem;
  padding: 3.75rem 1.25rem 1px;
}
.garden-party .foot-join-newsletter .wpw-newsletter-form {
  background-color: #387028;
}
.foot-join-newsletter .wpw-newsletter-form__message {
  text-align: center;
  font-size: 20px;
}
.foot-join-newsletter .wpw-newsletter-form__input {
  margin: 0 0 30px;
}
.foot-join-newsletter .wpw-newsletter-form input[type=email] {
  display: block;
  border: 0;
  margin: 0 auto;
  width: 100%;
  max-width: 46.875rem;
  padding: 0.41666667em;
  font-size: 3rem;
  outline: 0;
  background: #3f1b5e;
  color: #fff;
  text-align: center;
  border-radius: 0.41666667em;
}
.garden-party .foot-join-newsletter .wpw-newsletter-form input[type=email] {
  background: #2b591d;
}
.foot-join-newsletter .wpw-newsletter-form input[type=email]::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.foot-join-newsletter .wpw-newsletter-form input[type=email]:-moz-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.foot-join-newsletter .wpw-newsletter-form input[type=email]::-moz-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.foot-join-newsletter .wpw-newsletter-form input[type=email]:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.foot-join-newsletter .wpw-newsletter-form input[type=email].error {
  -webkit-box-shadow: inset 0 0 1rem rgba(255, 0, 0, 0.5);
          box-shadow: inset 0 0 1rem rgba(255, 0, 0, 0.5);
}
.foot-join-newsletter .wpw-newsletter-form__agree {
  max-width: 46.875rem;
  margin-left: auto;
  margin-right: auto;
}
.foot-join-newsletter .wpw-newsletter-form .input {
  position: relative;
}
.foot-join-newsletter .wpw-newsletter-form .input--checkbox {
  margin: 15px auto;
  position: relative;
  text-align: left;
  max-width: 610px;
}
@media (max-width: 1200px) {
  .foot-join-newsletter .wpw-newsletter-form .input--checkbox {
    padding-right: 10%;
  }
}
.foot-join-newsletter .wpw-newsletter-form .input--checkbox a {
  color: inherit;
}
.foot-join-newsletter .wpw-newsletter-form .input--checkbox a:hover {
  text-decoration: none;
}
.foot-join-newsletter .wpw-newsletter-form .input--checkbox label > .input--checkbox__label {
  padding: 0rem 0 0.25rem 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 12px;
  color: inherit;
}
.foot-join-newsletter .wpw-newsletter-form .input--checkbox label > .input--checkbox__label p {
  margin: 0;
}
.foot-join-newsletter .wpw-newsletter-form .input--checkbox label > .input--checkbox__label::before,
.foot-join-newsletter .wpw-newsletter-form .input--checkbox label > .input--checkbox__label::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
}
.foot-join-newsletter .wpw-newsletter-form .input--checkbox label > .input--checkbox__label::before {
  width: 16px;
  height: 16px;
  -webkit-box-shadow: inset 0 0 1px 1px #fff;
          box-shadow: inset 0 0 1px 1px #fff;
  background: transparent;
}
.foot-join-newsletter .wpw-newsletter-form .input--checkbox label > .input--checkbox__label::after {
  content: "";
  left: 8px;
  top: 8px;
  width: 10px;
  height: 10px;
  text-align: center;
  background: #f7ac16;
  opacity: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.18, 0.89, 0.34, 2) 0s;
  -o-transition: all 0.2s cubic-bezier(0.18, 0.89, 0.34, 2) 0s;
  transition: all 0.2s cubic-bezier(0.18, 0.89, 0.34, 2) 0s;
  -webkit-transform: translate(-50%, -50%) scale(0);
      -ms-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
}
.foot-join-newsletter .wpw-newsletter-form .input--checkbox input {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  display: none;
  visibility: hidden;
  opacity: 0;
}
.foot-join-newsletter .wpw-newsletter-form .input--checkbox input:checked ~ .input--checkbox__label::after {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) scale(1);
      -ms-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}
.foot-join-newsletter .wpw-newsletter-form .input--checkbox input.error ~ .input--checkbox__label::before {
  -webkit-box-shadow: inset 0 0 1px 1px red;
          box-shadow: inset 0 0 1px 1px red;
}
.foot-join-newsletter .wpw-newsletter-form .input--checkbox label {
  display: block;
}
.foot-join-newsletter .wpw-newsletter-form__submit {
  margin-bottom: -2rem;
}
.foot-join-newsletter .wpw-newsletter-form__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  margin: 1.66666667rem auto 0;
}
@media (max-width : 650px) {
  .foot-join-newsletter .wpw-newsletter-form {
    padding-top: 0.75rem;
  }
  .foot-join-newsletter .wpw-newsletter-form__message {
    text-align: center;
    font-size: 15px;
  }
  .foot-join-newsletter .wpw-newsletter-form__input {
    margin: 15px 0;
  }
  .foot-join-newsletter .wpw-newsletter-form input[type=email] {
    padding: 15px;
    font-size: 15px;
  }
  .foot-join-newsletter .wpw-newsletter-form .input--checkbox {
    padding-right: 0;
  }
  .foot-join-newsletter .wpw-newsletter-form__btn {
    margin: 0 auto;
    line-height: 3.125rem;
    font-size: 1.125rem;
    max-width: 220px;
  }
  .foot-join-newsletter .wpw-newsletter-form__submit {
    margin-top: 15px;
  }
}
/* 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);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[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;
}
/* Slider */
.slick-loading .slick-list {
  background: #fff center center no-repeat;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: 'icons';
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
.slick-prev[dir="rtl"] {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "\e800";
}
.slick-prev:before[dir="rtl"] {
  content: "\e801";
}
.slick-next {
  right: -25px;
}
.slick-next[dir="rtl"] {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "\e801";
}
.slick-next:before[dir="rtl"] {
  content: "\e800";
}
/* Dots */
.slick-dotted .slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}
.open-menu {
  cursor: pointer;
  outline: 0;
  border: 0;
  background: transparent;
  color: #f7ac16;
  padding: 0.5em;
  text-align: center;
  margin: 0.5em 0.5em 0.5em auto;
  z-index: 5;
  top: 0;
  right: 1em;
  display: none;
}
@media (max-width : 650px) {
  .open-menu {
    display: block;
  }
}
.hamburger {
  padding: 5px 5px 1px;
  cursor: pointer;
  position: relative;
  outline: 0;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  overflow: visible;
}
.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}
.hamburger-inner,
.hamburger-inner:before,
.hamburger-inner:after {
  width: 34px;
  height: 4px;
  background-color: #f7ac16;
  border-radius: 2px;
  position: absolute;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.15s;
       -o-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
}
.is-menu .hamburger-inner,
.is-menu .hamburger-inner:before,
.is-menu .hamburger-inner:after {
  background-color: #fff !important;
}
.hamburger-inner:before,
.hamburger-inner:after {
  content: "";
  display: block;
}
.hamburger-inner:before {
  top: -7px;
}
.hamburger-inner:after {
  bottom: -7px;
}
.hamburger-inner {
  top: 2px;
  -webkit-transition-duration: 0.4s;
       -o-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
       -o-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
          transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger-inner:before {
  top: 7px;
  -webkit-transition: opacity 0.15s 0.4s ease;
  -o-transition: opacity 0.15s 0.4s ease;
  transition: opacity 0.15s 0.4s ease;
}
.hamburger-inner:after {
  top: 14px;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: -webkit-transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -o-transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.is-menu .hamburger .hamburger-inner {
  -webkit-transform: translate3d(0, 7px, 0) rotate(135deg);
          transform: translate3d(0, 7px, 0) rotate(135deg);
  -webkit-transition-delay: 0.1s;
       -o-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.is-menu .hamburger .hamburger-inner::before {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
  opacity: 0;
}
.is-menu .hamburger .hamburger-inner::after {
  -webkit-transform: translate3d(0, -14px, 0) rotate(-270deg);
          transform: translate3d(0, -14px, 0) rotate(-270deg);
  -webkit-transition-delay: 0.1s;
       -o-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.hamburger-box {
  width: 34px;
  height: 18px;
  display: inline-block;
  position: relative;
}
.single-page {
  color: #662b92;
}
.single-page h1 {
  font-size: 4.5rem;
  margin-top: 1.9em;
  text-transform: uppercase;
}
.single-page h1:first-child {
  margin-top: 0;
}
@media (max-width : 650px) {
  .single-page h1 {
    font-size: 2.25rem;
  }
  .single-page h1 br {
    display: none;
  }
}
.single-page .section-inner {
  max-width: 50rem;
}
.single-page a {
  color: inherit;
  text-decoration: underline;
}
.single-page a:hover {
  text-decoration: none;
}
.single-page .wp-caption {
  width: 100% !important;
  margin: 1em auto;
  font-size: 0.7em;
}
.single-page .wp-caption-text {
  margin-top: 0.5em;
}
.single-page .alignleft {
  float: left;
  margin: 0.9em 25px 1em 0px;
  max-width: 50%;
}
@media (max-width : 650px) {
  .single-page .alignleft {
    float: none;
    margin: 1em auto;
    max-width: 100%;
  }
}
.single-page .alignright {
  float: right;
  margin: 0.9em 0 1em 25px;
  max-width: 50%;
}
@media (max-width : 650px) {
  .single-page .alignright {
    float: none;
    margin: 1em auto;
    max-width: 100%;
  }
}
.single-page .aligncenter {
  display: block;
  float: none;
  text-align: center;
  margin: 2em auto;
}
.single-page blockquote {
  margin: 0em 0 2em 0;
  position: relative;
  font-size: 1.125em;
  padding: 1px 2em;
  border-top: 3px solid #ff4e00;
  border-bottom: 3px solid #ff7700;
}
.single-page ol {
  list-style-position: inside;
  padding-left: 0;
}
.single-page ol > li {
  margin: 0.8em 0;
  position: relative;
}
.single-page ol ol {
  list-style: lower-latin;
  padding-left: 1.25em;
}
.single-page ol ul {
  list-style: circle;
  padding-left: 1.25em;
}
.single-page ol ul li {
  margin: 0.5em 0;
}
.single-page ul {
  list-style: none;
  margin-bottom: 1em;
  padding: 0;
}
.single-page ul > li {
  position: relative;
  padding: 0 0 0 1.5em;
  margin: 1em 0;
}
.single-page ul > li:before {
  content: '●';
  position: absolute;
  color: #f7ac16;
  font-size: 0.8em;
  left: 0;
  top: 0;
  text-align: center;
  line-height: 1.3333rem;
}
.single-page ul.wp-block-gallery {
  list-style: none;
}
.single-page ul.wp-block-gallery > li {
  padding: 0;
}
.single-page ul.wp-block-gallery > li::before {
  display: none;
}
.single-page img {
  width: auto;
  max-width: 100%;
  height: auto;
}
.single-page p {
  margin: 1em 0 2em;
}
.single-page p:first-child {
  margin-top: 0;
}
.unordered-list {
  list-style: none;
  margin-bottom: 1em;
  padding: 0;
}
.unordered-list > li {
  position: relative;
  padding: 0 0 0 2em;
  margin: 1em 0;
}
.unordered-list > li:before {
  content: '+';
  font-weight: 700;
  position: absolute;
  color: #f7ac16;
  font-size: 1.2em;
  left: 0;
  top: 0;
  text-align: center;
  width: 1em;
  height: 1em;
  line-height: 0.8;
  border-radius: 30px;
  border: 2px solid #f7ac16;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.list-icon-block {
  list-style: none;
  margin-bottom: 1em;
}
.list-icon-block > li {
  padding-left: 100px;
  margin-bottom: 3em;
  position: relative;
}
.list-icon-block > li:last-child {
  margin-bottom: 2em;
}
.list-icon-block__icon {
  position: absolute;
  left: 0;
  width: 75px;
  font-size: 57px;
}
.list-icon-block__icon span {
  display: block;
  line-height: 1;
  color: #f7ac16;
}
.list-icon-block__icon span::before {
  margin: 0;
}
.main-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 6;
}
.main-header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #844fab;
  background: -webkit-gradient(linear, left top, right top, from(#844fab), to(#602c88));
  background: -o-linear-gradient(left, #844fab 0%, #602c88 100%);
  background: linear-gradient(90deg, #844fab 0%, #602c88 100%);
  opacity: 0;
  -webkit-transition: opacity 0.2s ease 0s;
  -o-transition: opacity 0.2s ease 0s;
  transition: opacity 0.2s ease 0s;
}
.garden-party .main-header::before {
  background: #509739;
  background: -webkit-gradient(linear, left top, right top, from(#509739), to(#468532));
  background: -o-linear-gradient(left, #509739 0%, #468532 100%);
  background: linear-gradient(90deg, #509739 0%, #468532 100%);
}
.main-header.is-sticky::before {
  opacity: 0.95;
}
.main-header__inner {
  width: 95%;
  max-width: 90.125rem;
  padding: 1rem;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
@media (max-width : 650px) {
  .main-header__inner {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100vh;
    background: #662b92;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-transform: translate(100%, 0);
        -ms-transform: translate(100%, 0);
            transform: translate(100%, 0);
    -webkit-transition: -webkit-transform 0.2s ease 0s;
    transition: -webkit-transform 0.2s ease 0s;
    -o-transition: transform 0.2s ease 0s;
    transition: transform 0.2s ease 0s;
    transition: transform 0.2s ease 0s, -webkit-transform 0.2s ease 0s;
  }
  .is-menu .main-header__inner {
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
.main-header__menu {
  font-size: 1.625rem;
  font-family: "Dimbo", sans-serif;
}
.main-header__menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0.5em 0;
  padding: 0;
  list-style: none;
}
.main-header__menu li {
  margin: 0 0.5em;
}
@media only screen and (min-width : 961px) {
  .main-header__menu li {
    margin: 0 1em;
  }
}
.main-header__menu li:first-child {
  margin-left: 0;
}
.main-header__menu li:last-child {
  margin-right: 0;
}
@media (max-width : 650px) {
  .main-header__menu ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .main-header__menu li {
    margin: 0.5em 0;
  }
}
.main-header__menu a {
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  position: relative;
  padding: 0.25em 0;
}
.main-header__menu a:hover {
  color: #f7ac16;
}
.main-header__menu a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1em;
  height: 3px;
  margin-left: -0.5em;
  border-radius: 3px;
  background: #fff;
  -webkit-transform: rotateY(90deg);
          transform: rotateY(90deg);
  -webkit-transition: -webkit-transform 0.2s ease 0s;
  transition: -webkit-transform 0.2s ease 0s;
  -o-transition: transform 0.2s ease 0s;
  transition: transform 0.2s ease 0s;
  transition: transform 0.2s ease 0s, -webkit-transform 0.2s ease 0s;
}
.main-header__menu a.is-active::after {
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
}
.main-header__menu a.external {
  color: #4be387;
}
.main-header__platforms {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 0 0;
  padding: 1em 0 0 0;
  font-size: 2rem;
  line-height: 1;
  list-style: none;
}
.main-header__platforms li {
  padding: 0 0.25em;
}
.main-header__platforms a {
  color: #fff;
  text-decoration: none;
  display: block;
  padding: 0 0.25em;
}
.main-header__platforms a::before {
  margin: 0;
}
.main-header__platforms a:hover {
  color: #f7ac16;
}
@media only screen and (max-width : 960px) {
  .main-header__platforms {
    display: none;
  }
}
@media (max-width : 650px) {
  .main-header__platforms {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.section-inner {
  width: 95%;
  max-width: 88.125rem;
  margin-left: auto;
  margin-right: auto;
}
.section-inner--wide {
  max-width: 69.5rem;
  width: 90%;
}
.section-bg {
  overflow: hidden;
}
.hero-section {
  position: relative;
  overflow: hidden;
}
.hero-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../img/home-bg.png) no-repeat 50% 50%;
  background-size: 100% 100%;
  pointer-events: none;
}
.garden-party .hero-section::before {
  background-image: url(../img/home-bg-gp.png);
}
.hero-section .section-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  min-height: inherit;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
  z-index: 2;
}
.garden-party .hero-section .section-inner {
  min-height: 0;
}
.hero-section .section-inner:first-child {
  padding-top: 5.5rem;
}
.hero-section .section-inner:last-child {
  padding-bottom: 8rem;
}
.hero-section__content {
  width: 41.34751773%;
}
.hero-section__content h4 {
  text-align: center;
  color: #f7ac16;
  text-transform: uppercase;
  margin-top: 1em;
  font-size: 1.75em;
  margin-bottom: 0.5em;
}
.hero-section__content h4 + .btn-wrapper {
  margin-top: 0;
}
.hero-section__content .logo {
  margin: 0 auto 2.5rem;
  display: block;
}
.hero-section__video {
  border-radius: 1.875rem;
  border: 5px solid #fff;
  overflow: hidden;
}
.hero-section__video a {
  display: block;
  position: relative;
  text-decoration: none;
}
.hero-section__video a::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1);
      -ms-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
  color: #fff;
  font-size: 5em;
  margin: 0;
  -webkit-transition: -webkit-transform 0.2s ease 0s;
  transition: -webkit-transform 0.2s ease 0s;
  -o-transition: transform 0.2s ease 0s;
  transition: transform 0.2s ease 0s;
  transition: transform 0.2s ease 0s, -webkit-transform 0.2s ease 0s;
}
.hero-section__video a:hover::before {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
      -ms-transform: translate(-50%, -50%) scale(1.1);
          transform: translate(-50%, -50%) scale(1.1);
}
.hero-section__video img {
  display: block;
}
.hero-section__kv {
  width: 58.65248227%;
  padding-top: 13vh;
}
.hero-section__kv__bg {
  display: inline-block;
  position: relative;
}
.hero-section__kv__bg::before,
.hero-section__kv__bg::after {
  content: "";
  position: absolute;
  pointer-events: none;
}
.hero-section__kv__bg::before {
  background: url(../img/home-blob.png) no-repeat 50% 50%;
  background-size: 100%;
  width: 72.875rem;
  height: 41.5625rem;
  left: 15rem;
  bottom: -1rem;
}
.hero-section__kv__bg::after {
  background: url(../img/hero-shadow.png) no-repeat 50% 50%;
  background-size: 100%;
  width: 66.9375rem;
  height: 57.3125rem;
  left: -4rem;
  bottom: -9rem;
}
.garden-party .hero-section__kv__bg::before {
  background-image: url(../img/home-blob-gp.png);
}
.garden-party .hero-section__kv__bg::after {
  background-image: url(../img/hero-shadow-gp.png);
  width: 54.8125rem;
  height: 46.9375rem;
}
.hero-section__kv img {
  display: block;
  position: relative;
  max-width: 115%;
  z-index: 2;
}
@media only screen and (max-width : 960px) {
  .hero-section .section-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .hero-section__content {
    width: 100%;
    max-width: 40.625rem;
  }
  .hero-section__kv {
    width: 100%;
    padding-top: 5vh;
  }
  .hero-section .btn-wrapper {
    position: relative;
    z-index: 2;
  }
}
@media (max-width : 650px) {
  .hero-section__content .logo {
    width: 50%;
    max-width: 240px;
  }
}
.hero-section .episodes {
  margin: 0 -1.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.hero-section .episodes__roadmap {
  width: 100%;
  text-align: center;
  padding: 1rem 1.625rem;
}
.hero-section .episodes__wrapper {
  min-height: 0;
  display: block;
}
.hero-section .episodes__item {
  width: 33.33%;
  padding: 1rem 1.625rem;
}
.hero-section .episodes__item__inner {
  padding: 1.875rem;
  background: #305a22;
  border-radius: 1.875rem;
  text-align: center;
  font-size: 1.125rem;
  display: block;
  text-decoration: none;
  color: #fff;
}
.hero-section .episodes__item a.episodes__item__inner:hover {
  background: #427132;
}
.hero-section .episodes__item__img {
  position: relative;
  margin-bottom: 2em;
}
.hero-section .episodes__item__img img {
  display: block;
}
.hero-section .episodes__item__img::after {
  content: attr(data-title);
  position: absolute;
  left: 50%;
  top: 100%;
  font-family: "Dimbo", sans-serif;
  text-transform: uppercase;
  font-size: 2.25rem;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #80b60a;
  padding: 0.125em 0.5em;
  white-space: nowrap;
  line-height: 1;
}
.hero-section .episodes__item__img--1::after {
  background-color: #80b60a;
  -webkit-box-shadow: 0 0 1rem #80b60a;
          box-shadow: 0 0 1rem #80b60a;
}
.hero-section .episodes__item__img--2::after {
  background-color: #b6b00a;
  -webkit-box-shadow: 0 0 1rem #b6b00a;
          box-shadow: 0 0 1rem #b6b00a;
}
.hero-section .episodes__item__img--3::after {
  background-color: #b64f0a;
  -webkit-box-shadow: 0 0 1rem #b64f0a;
          box-shadow: 0 0 1rem #b64f0a;
}
.yellow-bg {
  position: relative;
}
.yellow-bg::before {
  content: "";
  position: absolute;
  top: 6.25rem;
  left: 0;
  right: 0;
  bottom: 0;
  background: #f8be4a no-repeat 50% 50% / cover;
  pointer-events: none;
}
.yellow-bg.features::before {
  top: 9rem;
  background-image: url(../img/yellow-bg.jpg);
}
.garden-party .yellow-bg.features::before {
  background-image: url(../img/yellow-bg-gp.jpg);
}
.fold-style {
  background: url(../img/paper-top2.png) no-repeat 50% 0;
  background-size: 100%;
  min-height: 60.52295918vw;
  width: 100%;
  margin: -9rem auto 0;
  max-width: 98rem;
  position: relative;
  padding: 11% 4.9% 15%;
}
.fold-style::before {
  content: "";
  position: absolute;
  top: 31.5vw;
  left: 4.92%;
  right: 4.9%;
  bottom: 20vw;
  background: #fafafa;
}
@media (min-width: 1600px) {
  .fold-style {
    min-height: 59.3125rem;
  }
  .fold-style::before {
    top: 31.375rem;
    bottom: 27.75rem;
  }
}
.fold-style::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(../img/paper-bottom.png) no-repeat 50% 100%;
  background-size: 100%;
  height: 27.75rem;
}
.fold-style h2 {
  color: #662b92;
}
.fold-style__inner {
  padding: 0 1rem;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width : 960px) {
  .fold-style__inner {
    padding: 0;
  }
}
.empty-space {
  height: 15rem;
}
@media (max-width : 650px) {
  .empty-space {
    height: 11rem;
  }
}
.features {
  color: #662b92;
}
.features h2 {
  margin-bottom: 0;
}
.features .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.features .slick-slide {
  height: inherit !important;
}
@media only screen and (max-width : 960px) {
  .features__slider {
    width: 100%;
  }
}
@media (min-width: 651px) {
  .features__slider {
    padding: 2rem 0 4rem;
  }
}
.features__slider .slick-list,
.features__slider .slick-slider {
  overflow: visible;
}
.features__slider .slick-slide {
  outline: 0;
}
.features__slider:not(.slick-slider) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.features__slider:not(.slick-slider) .features__item {
  width: 33%;
  opacity: 1;
}
.features__slider:not(.slick-slider) .features__item:nth-of-type(3) ~ .features__item {
  display: none;
}
.features__slider-wrapper {
  overflow: hidden;
  position: relative;
  padding-bottom: 3.5rem;
}
.features__slider-wrapper::before,
.features__slider-wrapper::after {
  content: "";
  position: absolute;
  width: 5%;
  top: 20%;
  bottom: 12%;
  z-index: 10;
}
.features__slider-wrapper::before {
  left: 0;
  background: #fafafa;
  background: -webkit-gradient(linear, left top, right top, from(#fafafa), to(rgba(250, 250, 250, 0)));
  background: -o-linear-gradient(left, #fafafa 0%, rgba(250, 250, 250, 0) 100%);
  background: linear-gradient(90deg, #fafafa 0%, rgba(250, 250, 250, 0) 100%);
}
.features__slider-wrapper::after {
  right: 0;
  background: #fafafa;
  background: -webkit-gradient(linear, right top, left top, from(#fafafa), to(rgba(250, 250, 250, 0)));
  background: -o-linear-gradient(right, #fafafa 0%, rgba(250, 250, 250, 0) 100%);
  background: linear-gradient(-90deg, #fafafa 0%, rgba(250, 250, 250, 0) 100%);
}
.features__item {
  padding: 0.5rem 0.5rem;
  text-align: center;
  position: relative;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  will-change: opacity;
}
@media (min-width: 651px) {
  .features__item {
    padding: 2rem 1rem;
    opacity: 0;
  }
  .features__item.slick-active {
    opacity: 1;
  }
}
@media (max-width: 370px) {
  .features__item {
    padding: 0.5rem 0.25rem;
  }
}
.features__item.slick-center {
  z-index: 2;
}
.features__item__bg {
  top: 20%;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  border-radius: 1.875rem;
  background: #fff;
  -webkit-box-shadow: 0px 0.625rem 2.5rem 0px rgba(128, 96, 148, 0.15);
          box-shadow: 0px 0.625rem 2.5rem 0px rgba(128, 96, 148, 0.15);
  overflow: hidden;
  -webkit-transition: -webkit-box-shadow 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease;
  -o-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
  will-change: box-shadow;
}
.features__item__bg::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0.5rem;
  right: 0.5rem;
  height: 3rem;
  margin-bottom: -2rem;
  background-color: #fac65d;
  -webkit-box-shadow: inset 0px 0px 20px 0px rgba(164, 144, 104, 0.3);
          box-shadow: inset 0px 0px 20px 0px rgba(164, 144, 104, 0.3);
  border-radius: 2rem 2rem 0 0;
  opacity: 0;
  -webkit-transform: translate(0, 100%);
      -ms-transform: translate(0, 100%);
          transform: translate(0, 100%);
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s 0.2s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s 0.2s ease;
  -o-transition: transform 0.3s 0.2s ease, opacity 0.3s ease;
  transition: transform 0.3s 0.2s ease, opacity 0.3s ease;
  transition: transform 0.3s 0.2s ease, opacity 0.3s ease, -webkit-transform 0.3s 0.2s ease;
  will-change: transform, opacity;
}
.slick-center .features__item__bg {
  -webkit-box-shadow: 0px 0.625rem 2.5rem 0px rgba(108, 77, 128, 0.45);
          box-shadow: 0px 0.625rem 2.5rem 0px rgba(108, 77, 128, 0.45);
}
.slick-center .features__item__bg::after {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
}
.features__item__inner {
  height: 100%;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  will-change: transform;
}
.slick-center .features__item__inner {
  z-index: 5;
  position: relative;
}
@media (min-width: 651px) {
  .slick-center .features__item__inner {
    -webkit-transform: scale(1.25);
        -ms-transform: scale(1.25);
            transform: scale(1.25);
  }
}
.features__item__image {
  padding: 0 12%;
  position: relative;
}
.features__item__image img {
  display: block;
}
.features__item__image__land {
  margin: 0 -20%;
}
.features__item__desc {
  padding: 0 12% 2rem;
  position: relative;
}
.features__item__desc h4 {
  text-transform: uppercase;
}
@media (max-width : 650px) {
  .features__item__desc {
    padding-left: 8%;
    padding-right: 8%;
  }
}
.slick-dots {
  bottom: -3.25rem;
}
.slick-dots li {
  margin: 0;
  width: 1.25rem;
  height: 1.25rem;
}
.slick-dots li button {
  width: 1.25rem;
  height: 1.25rem;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button::before {
  opacity: 0.5;
  -webkit-transition: opacity 0.2s ease 0s;
  -o-transition: opacity 0.2s ease 0s;
  transition: opacity 0.2s ease 0s;
  font-size: 3rem;
  color: #f7ac16 !important;
}
.slick-dots li button:hover::before {
  opacity: 0.75;
}
.slick-dots li.slick-active button::before {
  opacity: 1;
}
.gallery {
  padding-top: 5.9375rem;
  overflow: hidden;
  position: relative;
}
.gallery h2 {
  margin-bottom: 5.9375rem;
}
.gallery::before,
.gallery::after {
  content: "";
  position: absolute;
  background: no-repeat 50% 50%;
  background-size: 100%;
}
.gallery::before {
  background-image: url(../img/media-doodle1.png);
  width: 39.75rem;
  height: 7rem;
  right: 5%;
  top: 4rem;
}
.gallery::after {
  background-image: url(../img/media-doodle2.png);
  width: 6.75rem;
  height: 6.875rem;
  right: 10%;
  bottom: 1rem;
}
.gallery__header {
  max-width: 61.75rem;
}
.gallery .slick-arrow {
  padding: 0;
  border: 0;
  margin: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 2;
  width: 50%;
  background: rgba(102, 53, 193, 0.7);
  mix-blend-mode: multiply;
  outline: 0;
  cursor: pointer;
}
.gallery .slick-arrow.gallery-prev {
  right: 100%;
}
.gallery .slick-arrow.gallery-next {
  left: 100%;
}
.gallery__slider {
  padding: 0;
  max-width: 61.75rem;
}
.gallery__slider .slick-list,
.gallery__slider .slick-slider {
  overflow: visible;
}
.gallery__slider .slick-slide {
  outline: 0;
}
.gallery__slider:not(.slick-slider) .gallery__item + .gallery__item {
  display: none;
}
.gallery__slider-wrapper {
  overflow: hidden;
  position: relative;
  padding-bottom: 4.5rem;
}
.press-pack {
  text-align: center;
  margin: 2rem 0;
}
.testimonials {
  margin-top: 4rem;
  color: #662b92;
  padding-bottom: 6.25rem;
  overflow: hidden;
}
.testimonials .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.testimonials .slick-slide {
  height: inherit !important;
}
.testimonials .slick-dots {
  bottom: 0.5rem;
}
.testimonials__inner {
  background: #fff;
  position: relative;
  border-radius: 1.875rem;
  padding-bottom: 2em;
}
.testimonials__slider {
  font-size: 2.25rem;
}
@media only screen and (max-width : 960px) {
  .testimonials__slider {
    font-size: 1.5rem;
  }
}
.testimonials__slider .slick-slide {
  outline: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.testimonials__slider:not(.slick-slider) .testimonials__item + .testimonials__item {
  display: none;
}
.testimonials__item {
  padding: 2.5rem 1rem;
  margin: 0;
  text-align: center;
  position: relative;
}
.testimonials__item p {
  margin: 0 0 0.5em;
}
.testimonials__item blockquote {
  margin: 0;
  text-align: center;
}
.testimonials__item figure {
  margin: 0 auto;
  max-width: 55rem;
}
.testimonials__item figcaption {
  font-size: 0.72222222em;
  text-align: right;
}
.testimonials__item cite {
  font-style: normal;
  font-weight: 700;
}
.footer-logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 41.25rem;
  margin: 2rem auto;
}
.footer-logos > div {
  margin: 0.5rem;
}
.footer-logos img,
.footer-logos a {
  display: block;
}
.footer-logos a {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.footer-logos a:hover {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.footer-logos img {
  max-width: 14.6875em;
}
.footer-logos .knights-logo img {
  max-width: 14em;
}
@media (max-width : 650px) {
  .footer-logos {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    font-size: 0.66666667rem;
  }
  .footer-logos > div {
    margin: 1rem 0;
  }
}
.main-footer {
  background: #5a2284;
  color: #fff;
  padding: 1rem 0;
}
.garden-party .main-footer {
  background: #3c712b;
}
.main-footer a {
  color: #fff;
}
.main-footer .section-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main-footer__social,
.main-footer__platforms {
  width: 30%;
}
.main-footer__social ul,
.main-footer__platforms ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main-footer__social li,
.main-footer__platforms li {
  margin: 0 0.5em;
}
.main-footer__social li:first-child,
.main-footer__platforms li:first-child {
  margin-left: 0;
}
.main-footer__social li:last-child,
.main-footer__platforms li:last-child {
  margin-right: 0;
}
.main-footer__social a,
.main-footer__platforms a {
  padding: 0.5rem;
  line-height: 1;
  font-size: 1.25rem;
  text-decoration: none;
}
.main-footer__platforms a {
  margin-bottom:10px;
}
.main-footer__platforms .icon-switchNA, .main-footer__platforms .icon-switchEU {margin-bottom:0;}
.main-footer__social a::before,
.main-footer__platforms a::before {
  width: auto;
  margin: 0;
}
.main-footer__social a:hover,
.main-footer__platforms a:hover {
  color: #f7ac16;
}
.main-footer__platforms ul {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.main-footer__platforms a {
  font-size: 1.375rem;
}
.main-footer__copy {
  width: 40%;
  text-align: center;
}
.main-footer__copy .contact {
  margin: 1.5rem 0;
}
.main-footer__copy .contact a {
  text-decoration: none;
  font-weight: 700;
}
.main-footer__copy .contact a:hover {
  text-decoration: underline;
}
.main-footer__copy ul {
  font-size: 12px;
  list-style: none;
  margin: 1.5rem 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: rgba(255, 255, 255, 0.5);
}
.main-footer__copy ul li {
  margin: 0 1.5em;
}
.main-footer__copy ul a {
  color: inherit;
}
@media only screen and (min-width : 961px) {
  .main-footer__social {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .main-footer__platforms {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .main-footer__copy {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media only screen and (max-width : 960px) {
  .main-footer .section-inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .main-footer__social,
  .main-footer__platforms {
    width: 50%;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .main-footer__copy {
    width: 100%;
  }
}
@media (max-width : 650px) {
  .main-footer__social,
  .main-footer__platforms {
    width: 100%;
  }
  .main-footer__social ul,
  .main-footer__platforms ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
