/*
	Theme Name: Sparkleverse Theme
	Theme URI: http://sparklever.se
	Description: Sparkleverse Wordpress
	Version: 1.0
	Author: Mathieu Robert (@studiosapiens)
	Author URI: http://sapiens.chat
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/
/*------------------------------------*\
    VARIABLES
\*------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Francois+One&family=Open+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap');
@font-face {
  font-family: "FUCXED CAPS Latin";
  src: url("fonts/FUCXEDCAPSLatin-Regular.ttf") format("truetype"), url("fonts/FUCXEDCAPSLatin-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

/*------------------------------------*\
    MAIN
\*------------------------------------*/
/* global box-sizing */
*,
*:after,
*:before {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

/* html element 62.5% font-size for REM use */
body {
  font: 400 18px/1.2 'Open Sans', "Rubik", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #FFF;
  background-color: #000;
  overflow-x: hidden;
}
body.no-scroll {
  overflow: hidden;
}
body.page-template-home {
  overflow: hidden;
}
body.page-template-home .topbar-nav {
  opacity: 0;
  transition: all 800ms cubic-bezier(0.23, 1, 0.32, 1);
  transform: translateY(-200px);
}
body.page-template-home .topbar-nav.show {
  opacity: 1;
  transform: translateY(0px);
}
body.scroll {
  overflow-y: scroll !important;
  overflow-x: hidden !important;
}
body::-webkit-scrollbar-track {
  border-radius: 3px;
  background-color: rgba(0, 0, 0, 0);
}
body::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  background-color: rgba(0, 0, 0, 0);
}
body::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 0.3);
}
body::-webkit-scrollbar-thumb:hover {
  background-color: rgba(255, 255, 255, 0.5);
}

h1 {
  font-size: 4rem;
}

h2 {
  font-size: 3rem;
}

h3 {
  font-size: 2rem;
}

h4 {
  font-size: 1.6rem;
}

h5 {
  font-size: 1.2rem;
}

h1, h2, h3, h4, h5 {
  line-height: 1;
  margin-bottom: 1rem;
  margin-top: 0;
  font-family: 'Francois One', "FUCXED CAPS Latin", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
h1.heading-light, h2.heading-light, h3.heading-light, h4.heading-light, h5.heading-light {
  font-weight: 400;
  font-family: 'Open Sans', "Rubik", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* clear */
.clear:before,
.clear:after {
  content: " ";
  display: table;
}

.clear:after {
  clear: both;
}

.clear {
  *zoom: 1;
  clear: both;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

a {
  color: #FFF;
  font-weight: 400;
}

a:hover {
  color: rgba(255, 255, 255, 0.7);
}

a:focus {
  outline: 0;
}

a:hover,
a:active {
  outline: 0;
}

input:focus {
  outline: 0;
  border: 1px solid #04A4CC;
}

.primary {
  color: #716347;
}

#menu-topbar-menu > li, #menu-topbar-menu-1 > li {
  position: relative;
}
#menu-topbar-menu > li a, #menu-topbar-menu-1 > li a {
  text-decoration: none;
  background-color: rgba(113, 99, 71, 0.5);
  border-radius: 4px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1px;
}
#menu-topbar-menu > li a:hover, #menu-topbar-menu-1 > li a:hover {
  background-color: #716347;
  opacity: 1;
  color: white;
}
#menu-topbar-menu > li:last-child a, #menu-topbar-menu-1 > li:last-child a {
  margin-left: 12px;
  background-color: #E35A2E;
  border-radius: 4px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1px;
}
#menu-topbar-menu > li.menu-item-has-children:hover .sub-menu, #menu-topbar-menu-1 > li.menu-item-has-children:hover .sub-menu {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0px) rotateX(0deg);
}
#menu-topbar-menu .sub-menu, #menu-topbar-menu-1 .sub-menu {
  position: absolute;
  left: 0;
  padding-inline-start: 0px;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 4px;
  padding: 4px;
  opacity: 0;
  pointer-events: none;
  transform: translateY(0px) rotateX(40deg);
  transform-origin: top;
  transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1);
}
#menu-topbar-menu .sub-menu li, #menu-topbar-menu-1 .sub-menu li {
  display: block;
  margin-top: 4px;
}
#menu-topbar-menu .sub-menu li a, #menu-topbar-menu-1 .sub-menu li a {
  text-decoration: none;
  background-color: transparent;
  font-weight: 700;
  font-size: 0.8rem;
  text-transform: uppercase;
  line-height: normal;
  padding: 6px;
}
#menu-topbar-menu .sub-menu li a:hover, #menu-topbar-menu-1 .sub-menu li a:hover {
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 1;
  color: white;
}

a.btn, input.btn {
  border: 0;
  display: inline-block;
  padding: 12px 16px;
  font-weight: 900;
  text-decoration: none;
  border-radius: 4px;
  text-align: center;
  font-size: 1em;
  text-transform: uppercase;
  letter-spacing: 1px;
  background-color: rgba(0, 0, 0, 0.2);
  transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1);
  transform: translateY(0);
  box-shadow: 7px 7px 0px rgba(0, 0, 0, 0.21);
  text-shadow: 1px 3px 2px rgba(0, 0, 0, 0.2);
}
a.btn:hover, input.btn:hover {
  transform: translateY(-1px);
  background-color: rgba(88, 68, 50, 0.1);
  box-shadow: 12px 12px 2px rgba(0, 0, 0, 0.21);
}
a.btn.btn-primary, input.btn.btn-primary {
  color: #FFF;
  background-color: #716347;
  border: 3px solid #61553d;
}
a.btn.btn-primary:hover, input.btn.btn-primary:hover {
  background-color: #817151;
  border: 3px solid #716347;
}
a.btn.btn-secondary, input.btn.btn-secondary {
  color: #FFF;
  background-color: #E35A2E;
  border: 3px solid #da4b1d;
}
a.btn.btn-secondary:hover, input.btn.btn-secondary:hover {
  background-color: #e66c44;
  border: 3px solid #E35A2E;
}
a.btn.btn-dark, input.btn.btn-dark {
  color: #FFF;
  background-color: #000000;
  border: 3px solid #0d0d0d;
}
a.btn.btn-dark:hover, input.btn.btn-dark:hover {
  background-color: #0d0d0d;
  border: 3px solid #000000;
}
a.btn.btn-small, input.btn.btn-small {
  padding: 6px 16px;
  font-size: 0.9em;
}
a.btn.btn-large, input.btn.btn-large {
  padding: 18px 28px;
  font-size: 1.6em;
}
a.btn.btn-block, input.btn.btn-block {
  display: block;
  max-width: 275px;
  margin-bottom: 0.8rem;
}
a.btn.btn-centered, input.btn.btn-centered {
  margin-left: auto;
  margin-right: auto;
}
a.btn.disabled, a.btn[type=submit]:disabled, input.btn.disabled, input.btn[type=submit]:disabled {
  color: rgba(255, 255, 255, 0.5);
  background-color: rgba(255, 255, 255, 0.15);
}
a.btn.disabled.btn-primary, a.btn[type=submit]:disabled.btn-primary, input.btn.disabled.btn-primary, input.btn[type=submit]:disabled.btn-primary {
  color: rgba(255, 255, 255, 0.5);
  background-image: none;
  background-color: rgba(255, 255, 255, 0.15);
}

input:not([type=checkbox]), textarea {
  -webkit-appearance: none;
  border: none;
  outline: none;
  background-color: rgba(255, 255, 255, 0.12);
  position: relative;
  cursor: pointer;
  width: auto;
  max-width: 360px;
  font-size: 1em;
  padding: 12px;
  border-radius: 4px;
  text-align: left;
  color: #FFF;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1);
  font-family: "Rubik", "HelveticaNeue", "Helvetica Neue", Helvetica, sans-serif;
}
input:not([type=checkbox]):-webkit-autofill, input:not([type=checkbox]):-webkit-autofill:hover, input:not([type=checkbox]):-webkit-autofill:active, input:not([type=checkbox]):-webkit-autofill:focus, textarea:-webkit-autofill, textarea:-webkit-autofill:hover, textarea:-webkit-autofill:active, textarea:-webkit-autofill:focus {
  background-color: rgba(255, 255, 255, 0) !important;
}
input:not([type=checkbox])::placeholder, textarea::placeholder {
  font-family: "Rubik", "HelveticaNeue", "Helvetica Neue", Helvetica, sans-serif;
}
input:not([type=checkbox])[type=number], textarea[type=number] {
  max-width: 220px;
}
input:not([type=checkbox]):hover, textarea:hover {
  background-color: rgba(255, 255, 255, 0.16);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.4);
}
input:not([type=checkbox]):focus, textarea:focus {
  box-shadow: inset 0 0 0 1px white;
}
input:not([type=checkbox]):disabled, textarea:disabled {
  opacity: 0.5;
  cursor: auto;
}
input:not([type=checkbox]):disabled:hover, textarea:disabled:hover {
  background-color: rgba(255, 255, 255, 0.12);
}
input:not([type=checkbox]).input--block, textarea.input--block {
  display: block;
  width: 100%;
  max-width: 100%;
}
input:not([type=checkbox]).input--centered, textarea.input--centered {
  margin-left: auto;
  margin-right: auto;
}
input:not([type=checkbox]).input--invalid, textarea.input--invalid {
  box-shadow: inset 0 0 0 1px red;
}
input:not([type=checkbox]).btn, textarea.btn {
  font-weight: 700;
  box-shadow: 7px 7px 0px rgba(0, 0, 0, 0.21);
}

textarea {
  resize: none;
  font-family: inherit;
  font-size: inherit;
  height: 100px;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/
/* topbar */
.topbar-nav {
  position: fixed;
  z-index: 600;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100px;
  background-color: rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(10px);
}
.topbar-nav .topbar-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1240px;
  padding: 0 12px;
}
.topbar-nav .topbar-content .topbar-logo {
  display: flex;
  align-items: center;
}
.topbar-nav .topbar-content .topbar-logo a.topbar-logo-link {
  display: block;
  height: 44px;
  width: 44px;
  border-radius: 22px;
  border-radius: 22px;
  margin-right: 20px;
  background-image: url(img/bm-badge-logo2.png);
  background-size: 44px 44px;
}
.topbar-nav .topbar-content .topbar-logo .topbar-logo-playadate {
  font-size: 0.9rem;
}
.topbar-nav .topbar-content .topbar-logo .topbar-logo-playadate a {
  text-decoration: none;
}
.topbar-nav .topbar-content .topbar-menu {
  display: flex;
  justify-content: space-between;
}
.topbar-nav .topbar-content .topbar-menu .topbar-burger-icon {
  height: 44px;
  width: 44px;
  padding: 0 20px;
  background-image: url(./img/burger-icon2.png);
  background-size: 36px 36px;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  display: none;
}
.topbar-nav .topbar-content .topbar-menu .topbar-burger-icon:hover {
  opacity: 0.7;
}
.topbar-nav .topbar-content .topbar-menu ul.menu {
  list-style-type: none;
  height: 100%;
  padding: 0;
  margin: 0;
}
.topbar-nav .topbar-content .topbar-menu ul.menu li {
  display: inline-block;
  height: 100%;
  margin: 0 2px;
}
.topbar-nav .topbar-content .topbar-menu ul.menu li.current_page_item a {
  border-radius: 4px;
  background-color: #716347 !important;
}
.topbar-nav .topbar-content .topbar-menu ul.menu li a {
  padding: 0 10px;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  display: block;
  height: 100%;
  line-height: 42px;
  position: relative;
}

.sidebar-menu {
  position: fixed;
  z-index: 2000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #716347;
  background-image: url(/img/splash-collage-bg.png);
  background-size: contain;
  background-position: bottom;
  opacity: 0;
  pointer-events: none;
  transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1);
  transform: translateY(200px);
  overflow-y: scroll;
}
.sidebar-menu::-webkit-scrollbar-track {
  border-radius: 3px;
  background-color: rgba(0, 0, 0, 0);
}
.sidebar-menu::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  background-color: rgba(0, 0, 0, 0);
}
.sidebar-menu::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 0.3);
}
.sidebar-menu::-webkit-scrollbar-thumb:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
.sidebar-menu.show {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0px);
}
.sidebar-menu .sidebar-close-icon {
  height: 40px;
  width: 40px;
  padding: 0 20px;
  background-image: url(./img/close-icon.png);
  background-size: 36px 36px;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}
.sidebar-menu .sidebar-close-icon:hover {
  opacity: 0.7;
}
.sidebar-menu .topbar-nav {
  background-color: rgba(0, 0, 0, 0.1);
  height: 80px;
}
.sidebar-menu .topbar-nav .topbar-content {
  display: flex;
  align-items: center;
}
.sidebar-menu .sidebar-menu-content {
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  margin-top: 100px;
  max-width: 1240px;
  padding: 8px 20px;
  text-align: center;
}
.sidebar-menu .sidebar-menu-content ul:nth-child(1) {
  list-style-type: none;
  height: auto;
  padding: 0;
  margin: 0;
}
.sidebar-menu .sidebar-menu-content ul:nth-child(1) li {
  display: block;
  height: 100%;
  margin: 0 10px;
}
.sidebar-menu .sidebar-menu-content ul:nth-child(1) li a {
  display: block;
  height: 100%;
  font-size: 1rem;
}
.sidebar-menu .sidebar-menu-content #menu-topbar-menu-1 {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.sidebar-menu .sidebar-menu-content #menu-topbar-menu-1 li {
  margin: 20px 0;
}
.sidebar-menu .sidebar-menu-content #menu-topbar-menu-1 li a {
  font-size: 1.3rem;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.sidebar-menu .sidebar-menu-content #menu-topbar-menu-1 li a:hover {
  background-color: rgba(0, 0, 0, 0.3);
}
.sidebar-menu .sidebar-menu-content #menu-topbar-menu-1 li.current_page_item a {
  border-bottom: 3px solid white;
}
.sidebar-menu .sidebar-menu-content #menu-topbar-menu-1 li .sub-menu {
  position: relative;
  left: auto;
  padding-inline-start: 0px;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 4px;
  padding: 0px;
  opacity: 1;
  pointer-events: inherit;
  transform: translateY(0px) rotateX(0deg);
  transform-origin: top;
  transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1);
}
.sidebar-menu .sidebar-menu-content #menu-topbar-menu-1 li .sub-menu li {
  display: block;
  margin: 0px 0;
}
.sidebar-menu .sidebar-menu-content #menu-topbar-menu-1 li .sub-menu li a {
  text-decoration: none;
  background-color: transparent;
  font-weight: 700;
  font-size: 0.8rem;
  text-transform: uppercase;
  line-height: normal;
  padding: 6px;
}
.sidebar-menu .sidebar-menu-content #menu-topbar-menu-1 li .sub-menu li a:hover {
  background-color: rgba(0, 0, 0, 0.2);
  opacity: 1;
  color: white;
}

ul[id^=menu-social-menu], div[id*=" menu-social-menu"] {
  height: 100%;
  min-height: 44px;
  margin: 0;
}
ul[id^=menu-social-menu] li, div[id*=" menu-social-menu"] li {
  position: relative;
  display: inline-block;
  height: 100%;
  margin: 0 2px;
}
ul[id^=menu-social-menu] li a, div[id*=" menu-social-menu"] li a {
  font-size: 0;
  color: rgba(255, 255, 255, 0);
  overflow: hidden;
  padding: 0;
  display: block;
  height: 100%;
  width: 24px;
  background-image: url(./img/social-icons.png);
  background-size: 96px 24px;
  background-repeat: no-repeat;
  background-position: left center;
}
ul[id^=menu-social-menu] li a:hover, div[id*=" menu-social-menu"] li a:hover {
  opacity: 0.7;
}
ul[id^=menu-social-menu] li:nth-child(1) a, div[id*=" menu-social-menu"] li:nth-child(1) a {
  background-position: 0 center;
}
ul[id^=menu-social-menu] li:nth-child(2) a, div[id*=" menu-social-menu"] li:nth-child(2) a {
  background-position: -24px center;
}
ul[id^=menu-social-menu] li:nth-child(3) a, div[id*=" menu-social-menu"] li:nth-child(3) a {
  background-position: -48px center;
}
ul[id^=menu-social-menu] li:nth-child(4) a, div[id*=" menu-social-menu"] li:nth-child(4) a {
  background-position: -72px center;
}

/* wrapper */
.wrapper {
  width: 100%;
}

/* header */
.header {
  position: relative;
  min-height: 400px;
  margin-bottom: 20px;
  height: auto;
  display: flex;
  vertical-align: middle;
  align-items: center;
  overflow: hidden;
  mask: url(img/header-round-mask.svg);
  -webkit-mask: url(img/header-round-mask.svg);
  -webkit-mask-size: cover;
  -webkit-mask-position: bottom;
}
.header.header_basic {
  mask: none;
  -webkit-mask: none;
  min-height: auto;
  margin-bottom: 0;
}
.header.header_basic .header-content {
  padding-top: 130px;
}
.header .header-bg {
  position: absolute;
  z-index: -1;
  background-color: #222;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.header .header-bg:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(113, 99, 71, 0.7);
}
.header .header-content {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1240px;
  padding: 40px 20px;
  text-align: center;
}
.header .header-content h1 {
  text-transform: uppercase;
  font-size: 4rem;
  line-height: 1;
  margin-bottom: 1rem;
  text-shadow: 0 6px 8px rgba(0, 0, 0, 0.24);
  transition: all 1000ms cubic-bezier(0.23, 1, 0.32, 1);
  transform: translateY(100px);
  opacity: 0;
}
.header .header-content h1.show {
  transform: translateY(0px);
  opacity: 1;
}
.header .header-content h3 {
  font-size: 1.4rem;
  font-weight: 300;
  transition: all 800ms cubic-bezier(0.23, 1, 0.32, 1);
  transform: translateY(80px);
  opacity: 0;
}
.header .header-content h3.show {
  transform: translateY(0px);
  opacity: 1;
}
.header .header-content.header-content_home {
  max-width: 600px;
  margin-bottom: 100px;
  padding-top: 40px;
}
.header .header-content.header-content_home .header-home-box {
  margin-top: 140px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  padding: 14px 30px;
  transition: all 1000ms cubic-bezier(0.23, 1, 0.32, 1);
  transform: translateY(170px);
  opacity: 0;
}
.header .header-content.header-content_home .header-home-box.show {
  transform: translateY(0px);
  opacity: 1;
}
.header .header-content.header-content_home .header-home-box span {
  display: block;
  font-size: 1.4rem;
  font-weight: 500;
  margin-bottom: 14px;
}

.header.header_home {
  height: 90vh;
  position: relative;
  text-align: center;
}
.header.header_home .header-bg_home {
  background-image: url(img/header-home-bg.jpg);
  background-size: cover;
  background-position: top;
}
.header.header_home .header-bg_homemorning:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(150, 114, 125, 0.5) 19.62%, rgba(187, 87, 117, 0.5) 19.63%, rgba(241, 172, 135, 0.5) 100%);
}
.header.header_home .header-bg_home_day:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(50, 181, 255, 0.5) 19.62%, rgba(165, 118, 47, 0.5) 100%);
}
.header.header_home .header-bg_home_evening:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(14, 11, 164, 0.5) 19.62%, rgba(122, 73, 0, 0.5) 100%);
}
.header.header_home .header-bg_home_night:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(16, 4, 90, 0.6) 19.62%, rgba(76, 54, 22, 0.6) 100%);
}
.header.header_home .header-bg-collage {
  position: absolute;
  top: 200px;
  left: 0;
  width: 100%;
  height: auto;
  pointer-events: none;
}
.header.header_home .header-bg-collage img {
  width: 100%;
  filter: saturate(20%);
  opacity: 0.8;
}
.header.header_home .header-bg-collage .splash-bubble-1 {
  position: absolute;
  width: 9.44%;
  height: 15.62%;
  top: -12.62%;
  left: 15.45%;
  background-image: url(img/splash-bubble-1.png);
  background-size: 100% 100%;
  z-index: 2;
  transition: all 1000ms cubic-bezier(0.23, 1, 0.32, 1);
  transform: translateY(40px) scale(0.8) rotate(3deg);
  opacity: 0;
}
.header.header_home .header-bg-collage .splash-bubble-1.show {
  transform: translateY(0px) scale(1);
  opacity: 1;
}
.header.header_home .header-bg-collage .splash-bubble-2 {
  position: absolute;
  width: 9.44%;
  height: 15.62%;
  top: 13.5%;
  right: 14.6%;
  background-image: url(img/splash-bubble-3.png);
  background-size: 100% 100%;
  z-index: 2;
  transition: all 600ms cubic-bezier(0.23, 1, 0.32, 1);
  transform: translateY(30px) scale(0.8) rotate(-3deg);
  opacity: 0;
}
.header.header_home .header-bg-collage .splash-bubble-2.show {
  transform: translateY(0px) scale(1);
  opacity: 1;
}
.header.header_home .header-bg-collage .splash-bubble-3 {
  position: absolute;
  width: 6.87%;
  height: 11.45%;
  top: -2.86%;
  right: 12.19%;
  background-image: url(img/splash-bubble-2.png);
  background-size: 100% 100%;
  z-index: 2;
  transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1);
  transform: translateY(30px) scale(0.8) rotate(-3deg);
  opacity: 0;
  transition-delay: 300ms;
}
.header.header_home .header-bg-collage .splash-bubble-3.show {
  transform: translateY(0px) scale(1);
  opacity: 1;
}

.header-bg-collage-back {
  position: absolute;
  z-index: -1;
  top: 200px;
  left: 0;
  width: 100%;
  height: auto;
  pointer-events: none;
}
.header-bg-collage-back img {
  width: 100%;
}

.float-splash-1 {
  position: absolute;
  z-index: 1;
  top: 100vh;
  left: 20px;
  width: 20%;
  max-width: 260px;
  height: auto;
  pointer-events: none;
  filter: grayscale(100%);
}

.float-splash-2 {
  position: absolute;
  z-index: 1;
  top: calc(100vh + 200px);
  left: 90px;
  width: 20%;
  max-width: 260px;
  height: auto;
  pointer-events: none;
  filter: grayscale(100%);
}

.float-splash-3 {
  position: absolute;
  z-index: 2;
  top: calc(100vh + 300px);
  right: -20px;
  width: 20%;
  max-width: 220px;
  height: auto;
  pointer-events: none;
  filter: grayscale(100%);
}

.float-splash-4 {
  position: absolute;
  z-index: 3;
  top: calc(100vh );
  right: 0px;
  width: 20%;
  max-width: 260px;
  height: auto;
  pointer-events: none;
  filter: grayscale(100%);
}

.header_home-content {
  display: flex;
  flex-direction: column;
  margin: auto;
  padding-top: 40px;
  padding: 40px 20px 0;
  z-index: 40;
}
.header_home-content .header_home-badge {
  position: relative;
  width: 280px;
  height: 280px;
  margin: auto;
  margin-bottom: 20px;
  transition: all 4000ms cubic-bezier(0.23, 1, 0.32, 1);
  transform: scale(0.6);
  opacity: 0;
}
.header_home-content .header_home-badge.show {
  transform: translateY(0px) scale(1);
  opacity: 1;
}
.header_home-content .header_home-badge .header_home-badge-date {
  position: absolute;
  left: -6%;
  top: -6%;
  width: 112%;
  height: 112%;
  background-image: url(img/sparkleverse-logo-badgecircle.png);
  background-size: cover;
  animation: 12s infinite-rotate linear infinite;
  pointer-events: none;
}
.header_home-content .header_home-badge .header_home-badge-circle {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: url(img/bm-badge-logo-circle.png);
  background-size: 280px 280px;
}
.header_home-content .header_home-badge .header_home-badge-sparkle {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: url(img/bm-badge-logo-sparkle.png);
  background-size: 220px 220px;
  pointer-events: none;
}
.header_home-content .header_home-text {
  max-width: 540px;
  width: 90%;
  height: auto;
  margin: auto;
  margin-bottom: 20px;
  transition: all 2000ms cubic-bezier(0.23, 1, 0.32, 1);
  transform: translateY(-50px) scale(0.6);
  opacity: 0;
}
.header_home-content .header_home-text.show {
  transform: translateY(0px) scale(1);
  opacity: 1;
}
.header_home-content .header_home-tagline {
  font-size: 2rem;
  font-family: "FUCXED CAPS Latin";
  line-height: 1;
  opacity: 0.8;
  transition: all 2000ms cubic-bezier(0.23, 1, 0.32, 1);
  transform: translateY(-30px) scale(0.6);
  opacity: 0;
  text-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
}
.header_home-content .header_home-tagline.show {
  transform: translateY(0px) scale(1);
  opacity: 1;
}

.header-tickets {
  width: 100%;
  position: relative;
  z-index: 5;
  margin-top: -40px;
  margin-bottom: 20px;
  text-align: center;
  font-weight: 400;
  transition: all 600ms cubic-bezier(0.23, 1, 0.32, 1);
  transform: translateY(40px);
  opacity: 0;
}
.header-tickets.show {
  transform: translateY(0px);
  opacity: 1;
}
@keyframes spinbadgedate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360);
  }
}
.sparkleverse-header-countdown {
  position: relative;
  width: 100%;
  max-width: 540px;
  margin: auto;
  z-index: 100;
  margin: auto;
  margin-bottom: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  pointer-events: none;
  transition: all 1000ms cubic-bezier(0.23, 1, 0.32, 1);
  transform: translateY(100px);
  opacity: 0;
}
.sparkleverse-header-countdown.show {
  transform: translateY(0px);
  opacity: 1;
}
.sparkleverse-header-countdown div {
  width: 25%;
  text-align: center;
  text-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
  padding: 6px 10px;
  border-radius: 4px;
}
.sparkleverse-header-countdown div .big {
  display: block;
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 0;
  height: 56px;
}
.sparkleverse-header-countdown div .small {
  display: block;
  font-size: 1rem;
  font-weight: 400;
  text-transform: uppercase;
  opacity: 0.7;
}

.sparkleverse-newsletter-form {
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 350px;
}
.sparkleverse-newsletter-form .input {
  margin-right: 12px;
}

.sparkleverse-header-logo {
  position: relative;
  height: auto;
  width: 100%;
  max-width: 940px;
  margin: auto;
  pointer-events: none;
}
.sparkleverse-header-logo .sparkleverse-logo-empty {
  position: relative;
  z-index: 480;
  top: 0;
  width: 100%;
}
.sparkleverse-header-logo .sparkleverse-logo-banner {
  position: absolute;
  z-index: 500;
  top: 36.85%;
  left: 0;
  transition: all 800ms cubic-bezier(0.23, 1, 0.32, 1);
  transform: translateY(-40px) scale(0.8);
  opacity: 0;
}
.sparkleverse-header-logo .sparkleverse-logo-banner.show {
  transform: translateY(0px) scale(1);
  opacity: 1;
}
.sparkleverse-header-logo .sparkleverse-logo-badge {
  position: absolute;
  z-index: 498;
  width: 62.73%;
  top: 0;
  margin: auto;
  left: 0;
  right: 0;
}
.sparkleverse-header-logo .sparkleverse-logo-badge.loading {
  animation: 2s pulse infinite;
}
.sparkleverse-header-logo .sparkleverse-logo-badge .sparkleverse-logo-badgecircle {
  position: absolute;
  width: 100%;
  margin: auto;
  top: 0;
  z-index: 1;
  animation: 12s infinite-rotate infinite;
  transition: all 1200ms cubic-bezier(0.23, 1, 0.32, 1);
  transform: scale(0.6);
  opacity: 0;
}
.sparkleverse-header-logo .sparkleverse-logo-badge .sparkleverse-logo-badgecircle.show {
  transform: scale(1);
  opacity: 1;
}
.sparkleverse-header-logo .sparkleverse-logo-badge .sparkleverse-logo-badgebg {
  position: relative;
  width: 100%;
  margin: auto;
  z-index: -1;
}
.sparkleverse-header-logo .sparkleverse-logo-bottombg {
  position: absolute;
  z-index: 496;
  width: 100%;
  bottom: 0;
  margin: auto;
  left: 0;
  right: 0;
}
.sparkleverse-header-logo .sparkleverse-logo-countdown {
  position: absolute;
  z-index: 499;
  width: 74.62%;
  margin: auto;
  left: 0;
  right: 0;
  top: 77.87%;
  transition: all 2000ms cubic-bezier(0.23, 1, 0.32, 1);
  transform: translateY(-50px);
  opacity: 0;
}
.sparkleverse-header-logo .sparkleverse-logo-countdown.show {
  transform: translateY(0);
  opacity: 1;
}
.sparkleverse-header-logo .sparkleverse-logo-countdown .sparkleverse-logo-countdownbg {
  position: relative;
  top: 0;
  z-index: -1;
}

@keyframes infinite-rotate {
  0% {
    transform: rotate(0deg);
    opacity: 1;
  }
  50% {
    transform: rotate(180deg);
    opacity: 0;
  }
  100% {
    transform: rotate(360deg);
    opacity: 1;
  }
}
@-webkit-keyframes infiniteRotate {
  0% {
    -webkit-transform: rotate(0deg);
    opacity: 1;
  }
  50% {
    -webkit-transform: rotate(180deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotate(360deg);
    opacity: 1;
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.8);
    opacity: 0.8;
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.8);
    opacity: 0.8;
  }
  100% {
    -webkit-transform: scale(1);
  }
}
.home-floating-1 {
  display: none;
  position: absolute;
  z-index: 3;
  width: 364px;
  left: 20px;
  transform: translateY(-200px);
}

.home-floating-2 {
  display: none;
  position: absolute;
  z-index: -1;
  width: 502px;
  right: 30px;
  top: 660px;
}

.home-video-container {
  position: relative;
  z-index: 5;
  padding-bottom: 30.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  max-width: 60%;
  margin: auto;
  border-radius: 28px;
  margin-top: 100px;
  margin-bottom: 100px;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.8);
}
.home-video-container iframe, .home-video-container object, .home-video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.playa-screenshot-gallery {
  width: 100%;
  z-index: 100;
  margin: auto;
  margin-top: 100px;
}
.playa-screenshot-gallery img {
  width: 30%;
  height: auto;
  margin-right: 20px;
  border-radius: 28px;
}

.homeplaya-container {
  overflow: hidden;
}
.homeplaya-container .homeplaya-bg img {
  width: 100%;
}
.homeplaya-container .homeplaya-content {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.homeplaya-room {
  position: absolute;
  transition: all 200ms cubic-bezier(0.23, 1, 0.32, 0.5);
  height: auto;
  z-index: 4;
}
.homeplaya-room img {
  width: 100%;
}
.homeplaya-room:hover {
  transform: scale(1.1);
}
.homeplaya-room:hover img {
  filter: drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.2)) contrast(110%) saturate(110%);
}
.homeplaya-room.homeplaya-room-1 {
  width: 7%;
  top: 29%;
  left: 22%;
}
.homeplaya-room.homeplaya-room-2 {
  width: 7%;
  top: 55%;
  left: 88%;
}
.homeplaya-room.homeplaya-room-3 {
  width: 7%;
  top: 41%;
  right: 18%;
}
.homeplaya-room.homeplaya-room-4 {
  width: 7%;
  left: 6%;
  top: 69%;
}
.homeplaya-room.homeplaya-room-5 {
  width: 7%;
  left: 26%;
  top: 47%;
}
.homeplaya-room.homeplaya-room-6 {
  width: 7%;
  left: 12%;
  top: 57%;
}
.homeplaya-room.homeplaya-room-7 {
  width: 7%;
  right: 26%;
  top: 37%;
}
.homeplaya-room.homeplaya-room-8 {
  width: 7%;
  left: 56%;
  top: 80%;
}
.homeplaya-room.homeplaya-room-9 {
  width: 7%;
  left: 38%;
  top: 38%;
}

.homeplaya-avatar {
  position: absolute;
  width: 2%;
  height: auto;
  transition: all 200ms cubic-bezier(0.23, 1, 0.32, 0.5);
}
.homeplaya-avatar img {
  width: 100%;
}
.homeplaya-avatar:hover img {
  filter: drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.3)) contrast(110%) saturate(110%);
}
.homeplaya-avatar.homeplaya-avatar-1 {
  left: 40%;
  top: 65%;
  animation: avataranim1 8s linear infinite;
}
.homeplaya-avatar.homeplaya-avatar-2 {
  left: 20%;
  top: 55%;
  animation: avataranim2 7s linear infinite;
}
.homeplaya-avatar.homeplaya-avatar-3 {
  right: 10%;
  top: 43%;
  animation: avataranim3 6s linear infinite;
}
.homeplaya-avatar.homeplaya-avatar-4 {
  left: 14%;
  top: 85%;
  animation: avataranim4 12s linear infinite;
}
.homeplaya-avatar.homeplaya-avatar-5 {
  right: 30%;
  top: 87%;
}
.homeplaya-avatar.homeplaya-avatar-6 {
  right: 5%;
  top: 79%;
}
.homeplaya-avatar.homeplaya-avatar-7 {
  right: 44%;
  top: 42%;
  animation: avataranim1 15s linear infinite;
}
.homeplaya-avatar.homeplaya-avatar-8 {
  left: 12%;
  top: 41%;
}
.homeplaya-avatar.homeplaya-avatar-9 {
  right: 22%;
  top: 35%;
  animation: avataranim3 10s linear infinite;
}
.homeplaya-avatar.homeplaya-avatar-10 {
  right: 17%;
  top: 75%;
  animation: avataranim4 6s linear infinite;
}
.homeplaya-avatar.homeplaya-avatar-11 {
  left: 10%;
  top: 49%;
}
.homeplaya-avatar.homeplaya-avatar-12 {
  left: 44%;
  top: 71%;
}
.homeplaya-avatar.homeplaya-avatar-13 {
  right: 53%;
  top: 35%;
}
.homeplaya-avatar.homeplaya-avatar-14 {
  left: 13%;
  top: 27%;
}
.homeplaya-avatar.homeplaya-avatar-15 {
  left: 47%;
  top: 43%;
}
.homeplaya-avatar.homeplaya-avatar-16 {
  left: 29%;
  top: 68%;
}
.homeplaya-avatar.homeplaya-avatar-17 {
  right: 14%;
  top: 60%;
}
.homeplaya-avatar.homeplaya-avatar-18 {
  left: 2%;
  top: 35%;
}
.homeplaya-avatar.homeplaya-avatar-19 {
  right: 4%;
  top: 71%;
}
.homeplaya-avatar.homeplaya-avatar-20 {
  left: 47%;
  top: 51%;
}
.homeplaya-avatar.homeplaya-avatar-21 {
  right: 35%;
  top: 57%;
}
.homeplaya-avatar.homeplaya-avatar-22 {
  left: 29%;
  top: 42%;
}
.homeplaya-avatar.homeplaya-avatar-23 {
  right: 48%;
  top: 54%;
  animation: avataranim2 5s linear infinite;
}
.homeplaya-avatar.homeplaya-avatar-24 {
  left: 2%;
  top: 35%;
}
.homeplaya-avatar.homeplaya-avatar-25 {
  right: 4%;
  top: 53%;
}

@keyframes avataranim1 {
  0% {
    transform: translateX(0px) translateY(0px);
  }
  30% {
    transform: translateX(40px) translateY(40px);
  }
  45% {
    transform: translateX(-120px) translateY(90px);
  }
  60% {
    transform: translateX(-120px) translateY(90px);
  }
  100% {
    transform: translateX(0px) translateY(0px);
  }
}
@keyframes avataranim1 {
  0% {
    transform: translateX(0px) translateY(0px);
  }
  30% {
    transform: translateX(20px) translateY(67px);
  }
  60% {
    transform: translateX(-89px) translateY(22px);
  }
  80% {
    transform: translateX(-89px) translateY(22px);
  }
  100% {
    transform: translateX(0px) translateY(0px);
  }
}
@keyframes avataranim2 {
  0% {
    transform: translateX(0px) translateY(0px);
  }
  30% {
    transform: translateX(-59px) translateY(-140px);
  }
  60% {
    transform: translateX(90px) translateY(-78px);
  }
  100% {
    transform: translateX(0px) translateY(0px);
  }
}
@keyframes avataranim3 {
  0% {
    transform: translateX(0px) translateY(0px);
  }
  30% {
    transform: translateX(-78px) translateY(12px);
  }
  60% {
    transform: translateX(40px) translateY(-67px);
  }
  100% {
    transform: translateX(0px) translateY(0px);
  }
}
@keyframes avataranim4 {
  0% {
    transform: translateX(0px) translateY(0px);
  }
  30% {
    transform: translateX(170px) translateY(56px);
  }
  60% {
    transform: translateX(-52px) translateY(-67px);
  }
  100% {
    transform: translateX(0px) translateY(0px);
  }
}
.playa-screenshots {
  position: absolute;
  bottom: 40px;
  width: 100%;
  max-width: 1200px;
  padding: 0 20px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 10;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 20px;
  display: none;
}
.playa-screenshots .playa-screenshot {
  position: relative;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 16px;
  padding: 16px 16px 16px;
  text-align: center;
}
.playa-screenshots .playa-screenshot img {
  width: 100%;
  border-radius: 12px;
}
.playa-screenshots .playa-screenshot.playa-screenshot_1 {
  grid-column: 1/5;
  grid-row: 1;
  transform: rotate(-3deg) translateY(10px);
}
.playa-screenshots .playa-screenshot.playa-screenshot_2 {
  grid-column: 5/9;
  grid-row: 1;
}
.playa-screenshots .playa-screenshot.playa-screenshot_3 {
  grid-column: 9/13;
  grid-row: 1;
  transform: rotate(3deg) translateY(10px);
}

.home-sections-grid-1, .home-sections-grid-2 {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
}
.home-sections-grid-1 .home-section, .home-sections-grid-2 .home-section {
  min-height: 400px;
  display: flex;
  align-items: center;
}
.home-sections-grid-1 .home-section .home-section-content, .home-sections-grid-2 .home-section .home-section-content {
  padding: 40px;
  text-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
}
.home-sections-grid-1.home-sections-grid-1 .home-section-1, .home-sections-grid-2.home-sections-grid-1 .home-section-1 {
  grid-column: 1/13;
  grid-row: 1;
  background-color: #716347;
  background-image: url(img/section-creators-bg.png);
  background-size: contain;
  background-position: bottom right;
  background-repeat: no-repeat;
  position: relative;
}
.home-sections-grid-1.home-sections-grid-1 .home-section-1:before, .home-sections-grid-2.home-sections-grid-1 .home-section-1:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(113, 99, 71, 0.5);
  background-image: url(img/dust-overlay.png);
  background-repeat: repeat;
  background-size: 400px 300px;
}
.home-sections-grid-1.home-sections-grid-1 .home-section-1 .home-section-content, .home-sections-grid-2.home-sections-grid-1 .home-section-1 .home-section-content {
  padding-top: 100px;
  padding-bottom: 120px;
  width: 50%;
  overflow: hidden;
  z-index: 1;
}
.home-sections-grid-1.home-sections-grid-2 .home-section-1, .home-sections-grid-2.home-sections-grid-2 .home-section-1 {
  grid-column: 1/7;
  grid-row: 2;
  background-color: #1A1D24;
  background-image: url(img/section-history-bg.png);
  background-size: contain;
  background-position: bottom left;
  background-repeat: no-repeat;
  position: relative;
}
.home-sections-grid-1.home-sections-grid-2 .home-section-1:before, .home-sections-grid-2.home-sections-grid-2 .home-section-1:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  background-image: url(img/dust-overlay.png);
  background-repeat: repeat;
  background-size: 400px 300px;
}
.home-sections-grid-1.home-sections-grid-2 .home-section-1 .home-section-content, .home-sections-grid-2.home-sections-grid-2 .home-section-1 .home-section-content {
  padding-top: 60px;
  padding-bottom: 80px;
  overflow: hidden;
  z-index: 1;
}
.home-sections-grid-1.home-sections-grid-2 .home-section-2, .home-sections-grid-2.home-sections-grid-2 .home-section-2 {
  grid-column: 7/13;
  grid-row: 2;
  background-color: #E35A2E;
  background-image: url(img/section-volunteers-bg.png);
  background-size: cover;
  background-position: bottom right;
  background-repeat: no-repeat;
  background-position: top;
  position: relative;
}
.home-sections-grid-1.home-sections-grid-2 .home-section-2:before, .home-sections-grid-2.home-sections-grid-2 .home-section-2:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(227, 90, 46, 0.5);
  background-image: url(img/dust-overlay.png);
  background-repeat: repeat;
  background-size: 400px 300px;
}
.home-sections-grid-1.home-sections-grid-2 .home-section-2 .home-section-content, .home-sections-grid-2.home-sections-grid-2 .home-section-2 .home-section-content {
  padding-top: 60px;
  padding-bottom: 80px;
  overflow: hidden;
  z-index: 1;
}

.section {
  position: relative;
  width: 100%;
  overflow-x: hidden;
}
.section.section-page {
  width: 100%;
  margin: 0 auto 200px;
  max-width: 100%;
  padding: 8px 20px;
}
.section.section-page img {
  width: 100%;
  height: auto;
}
.section .section-content {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1240px;
  padding: 8px 20px;
}
.section .section-content h4 {
  font-size: 2rem;
  line-height: 1;
  margin-bottom: 1rem;
}
.section .section-content .section-text-content {
  font-size: 1.12rem;
}
.section.section-home-1 .section-content {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 10px;
  margin-bottom: 100px;
}
.section.section-home-1 .section-text {
  grid-column: 1/6;
  grid-row: 1;
}
.section.section-home-1 .section-home-1-img {
  grid-column: 7/13;
  grid-row: 1;
}
.section.section-home-1 .section-home-1-img img {
  width: 100%;
}
.section.section-home-2 {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
.section.section-home-2 .section-home-after, .section.section-home-2 .section-home-before {
  position: absolute;
  top: -2px;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 4;
}
.section.section-home-2 .section-home-after img, .section.section-home-2 .section-home-before img {
  width: 100%;
}
.section.section-home-2 .section-home-after.section-home-after, .section.section-home-2 .section-home-before.section-home-after {
  bottom: -2px;
  top: auto;
  transform: scale(-1);
}
.section.section-home-2 .section-content {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 10px;
}
.section.section-home-2 .section-text {
  grid-column: 7/13;
  grid-row: 1;
  padding: 200px 0;
}
.section.section-home-2 .section-text h4 {
  text-transform: uppercase;
  font-size: 2.6rem;
  margin-bottom: 2rem;
}
.section.section-home-3 {
  position: relative;
  text-align: center;
}
.section.section-home-3 .section-content {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 10px;
}
.section.section-home-3 .section-text {
  grid-column: 1/13;
  grid-row: 1;
  padding: 30px 0 80px;
}
.section.section-home-3 .section-text h4 {
  text-transform: uppercase;
  font-size: 2.6rem;
  margin-bottom: 2rem;
}
.section.section-home-3 .section-home-venues {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 50px;
  margin: 80px 0 40px;
}
.section.section-home-3 .section-home-venues .section-home-venue {
  grid-row: 1;
}
.section.section-home-3 .section-home-venues .section-home-venue .section-home-venue-img {
  border-radius: 28px;
  background-color: #1A1D24;
}
.section.section-home-3 .section-home-venues .section-home-venue .section-home-venue-img:hover {
  background-color: #252933;
}
.section.section-home-3 .section-home-venues .section-home-venue .section-home-venue-img img {
  width: 80px;
  padding: 30px 0;
}
.section.section-home-3 .section-home-venues .section-home-venue h4 {
  font-size: 1.6rem;
  text-transform: none;
  margin: 20px 0 10px;
}
.section.section-home-3 .section-home-venues .section-home-venue.section-home-venue-1 {
  grid-column: 1/4;
}
.section.section-home-3 .section-home-venues .section-home-venue.section-home-venue-2 {
  grid-column: 4/7;
}
.section.section-home-3 .section-home-venues .section-home-venue.section-home-venue-3 {
  grid-column: 7/10;
}
.section.section-home-3 .section-home-venues .section-home-venue.section-home-venue-4 {
  grid-column: 10/13;
}

.philosophy-columns {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 20px;
  margin-bottom: 100px;
}

.philosophy-column {
  grid-row: 1;
  background-color: #1A1D24;
  padding: 12px 20px;
  transition: all 1000ms cubic-bezier(0.23, 1, 0.32, 1);
  transform: translateY(170px);
  opacity: 0;
}
.philosophy-column.show {
  transform: translateY(0px);
  opacity: 1;
}
.philosophy-column h4 {
  text-transform: uppercase;
  font-size: 1.2rem;
  text-align: center;
}
.philosophy-column.philosophy-column-1 {
  grid-column: 1/5;
}
.philosophy-column.philosophy-column-2 {
  grid-column: 5/9;
}
.philosophy-column.philosophy-column-3 {
  grid-column: 9/13;
}

/* sidebar */
/* footer */
.footer {
  position: relative;
  width: 100%;
  background-color: #000000;
}
.footer .footer-content {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1240px;
  padding: 40px 20px 20px;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 20px;
}
.footer .footer-content .footer-cell-1 {
  grid-column: 1/5;
  grid-row: 1;
  font-size: 0.9em;
}
.footer .footer-content .footer-cell-2 {
  grid-column: 5/9;
  grid-row: 1;
  font-size: 0.9em;
}
.footer .footer-content .footer-cell-3 {
  grid-column: 9/13;
  grid-row: 1;
  font-size: 0.9em;
}
.footer .footer-bottom {
  font-size: 0.8em;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  text-align: center;
}
.footer .footer-bottom ul.menu {
  list-style-type: none;
  height: 44px;
  padding: 0;
  margin: 0;
}
.footer .footer-bottom ul.menu li {
  display: inline-block;
  margin: 0 4px 2px;
}

/*------------------------------------*\
    PAGES
\*------------------------------------*/
.sparkleversity-card {
  background-color: #222;
  border-radius: 28px;
  padding: 20px;
  position: relative;
  transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1);
  display: flex;
  vertical-align: middle;
  align-items: center;
  margin-bottom: 1.4rem;
}
.sparkleversity-card .sparkleversity-card-img {
  width: 240px;
  height: 140px;
  background-color: black;
  border-radius: 14px;
  margin-right: 16px;
  flex-shrink: 0;
  background-size: cover;
}
.sparkleversity-card .sparkleversity-card-text h4 {
  margin-bottom: 0.5rem;
}
.sparkleversity-card .sparkleversity-card-text p {
  margin-bottom: 0;
}
.sparkleversity-card:hover {
  background-color: #333;
  transform: translateY(-2px);
}
.sparkleversity-card a.sparkleversity-card-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/
.youtube-responsive-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.youtube-responsive-container iframe, .youtube-responsive-container object, .youtube-responsive-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-width: 0;
}

@aa (max-width:1400px) {
  .header.header_home .header-bg-collage, .header-bg-collage-back {
    top: 50vh;
  }
}
@media (max-width: 1050px) {
  #menu-social-menu {
    display: none;
  }

  .header.header_home .header-bg-collage, .header-bg-collage-back {
    top: 50vh;
  }
}
@media (max-width: 880px) {
  .header-bg-collage .splash-bubble-1, .header-bg-collage .splash-bubble-2, .header-bg-collage .splash-bubble-3 {
    display: none;
  }

  .header.header_home .header-bg-collage, .header-bg-collage-back {
    top: 60vh;
  }

  .header .header-content h1 {
    font-size: 3rem;
  }

  #menu-topbar-menu li a, #menu-topbar-menu-1 li a {
    display: inline-block !important;
    padding: 8px 12px;
    margin-bottom: 10px;
    height: auto;
  }
  #menu-topbar-menu li:last-child a, #menu-topbar-menu-1 li:last-child a {
    margin-left: 0px;
  }

  .topbar-nav {
    height: 80px;
  }
  .topbar-nav .topbar-content .topbar-menu .topbar-burger-icon {
    display: block;
  }
  .topbar-nav .topbar-content .topbar-menu ul.menu, .topbar-nav .topbar-content .topbar-menu ul.menu-social {
    display: none;
  }

  .header.header_home {
    padding-bottom: 60px;
  }
  .header.header_home .sparkleverse-header-logo {
    margin-top: -50px;
  }
  .header.header_home .sparkleverse-header-logo .sparkleverse-header-countdown {
    position: absolute;
    width: 45.58%;
    margin: auto;
    left: 0;
    right: 0;
    padding: 0;
    margin: auto;
    top: 28%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all 1000ms cubic-bezier(0.23, 1, 0.32, 1);
    transform: translateY(0px);
    opacity: 1;
    perspective: 472px;
  }
  .header.header_home .sparkleverse-header-logo .sparkleverse-header-countdown div {
    width: 25%;
    text-align: center;
    text-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
    background-color: rgba(0, 0, 0, 0.12);
    padding: 6px 0px;
    border-radius: 4px;
  }
  .header.header_home .sparkleverse-header-logo .sparkleverse-header-countdown div .big {
    display: block;
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 0;
    height: 44px;
  }
  .header.header_home .sparkleverse-header-logo .sparkleverse-header-countdown div .small {
    display: block;
    font-size: 0.6rem;
    font-weight: 400;
    text-transform: uppercase;
    opacity: 0.7;
  }

  .sparkleverse-header-countdown {
    max-width: 520px;
    padding: 0 20px;
  }
  .sparkleverse-header-countdown.show {
    transform: translateY(0px);
    opacity: 1;
  }
  .sparkleverse-header-countdown div .big {
    font-size: 3rem;
    width: auto;
    height: 64px;
  }
  .sparkleverse-header-countdown div .small {
    font-size: 1rem;
  }

  .header_home-content .header_home-tagline {
    font-size: 1.4rem;
  }

  .home-video-container {
    margin-top: 60px;
    max-width: 90%;
    padding-bottom: 40.25%;
  }

  .home-floating-1, .home-floating-2, .playa-screenshots {
    display: none;
  }

  .home-sections-grid-1, .home-sections-grid-2 {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
  }
  .home-sections-grid-1 .home-section, .home-sections-grid-2 .home-section {
    min-height: 400px;
  }
  .home-sections-grid-1.home-sections-grid-1 .home-section-1, .home-sections-grid-2.home-sections-grid-1 .home-section-1 {
    grid-column: 1/13;
    grid-row: 1;
    position: relative;
  }
  .home-sections-grid-1.home-sections-grid-1 .home-section-1:before, .home-sections-grid-2.home-sections-grid-1 .home-section-1:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(113, 99, 71, 0.7);
  }
  .home-sections-grid-1.home-sections-grid-1 .home-section-1 .home-section-content, .home-sections-grid-2.home-sections-grid-1 .home-section-1 .home-section-content {
    padding-top: 100px;
    padding-bottom: 120px;
    width: 100%;
    overflow: hidden;
    z-index: 1;
  }
  .home-sections-grid-1.home-sections-grid-2 .home-section-1, .home-sections-grid-2.home-sections-grid-2 .home-section-1 {
    grid-column: 1/13;
    grid-row: 1;
    position: relative;
  }
  .home-sections-grid-1.home-sections-grid-2 .home-section-1 .home-section-content, .home-sections-grid-2.home-sections-grid-2 .home-section-1 .home-section-content {
    z-index: 1;
  }
  .home-sections-grid-1.home-sections-grid-2 .home-section-2, .home-sections-grid-2.home-sections-grid-2 .home-section-2 {
    grid-column: 1/13;
    grid-row: 2;
    position: relative;
  }
  .home-sections-grid-1.home-sections-grid-2 .home-section-2 .home-section-content, .home-sections-grid-2.home-sections-grid-2 .home-section-2 .home-section-content {
    z-index: 1;
  }

  .section.section-home-1 .section-text {
    grid-column: 2/12;
    grid-row: 1;
    margin-bottom: 40px;
  }
  .section.section-home-1 .section-home-1-img {
    grid-column: 2/12;
    grid-row: 2;
  }
  .section.section-home-2 .section-text {
    grid-column: 2/12;
    grid-row: 1;
    margin-bottom: 40px;
  }
  .section.section-home-3 .section-home-venues {
    grid-gap: 20px;
  }
  .section.section-home-3 .section-home-venues .section-home-venue.section-home-venue-1 {
    grid-column: 2/7;
  }
  .section.section-home-3 .section-home-venues .section-home-venue.section-home-venue-2 {
    grid-column: 7/12;
  }
  .section.section-home-3 .section-home-venues .section-home-venue.section-home-venue-3 {
    grid-column: 2/7;
    grid-row: 2;
  }
  .section.section-home-3 .section-home-venues .section-home-venue.section-home-venue-4 {
    grid-column: 7/12;
    grid-row: 2;
  }

  .philosophy-column.philosophy-column-1 {
    grid-column: 3/11;
    grid-row: 1;
  }
  .philosophy-column.philosophy-column-2 {
    grid-column: 3/11;
    grid-row: 2;
  }
  .philosophy-column.philosophy-column-3 {
    grid-column: 3/11;
    grid-row: 3;
  }

  .float-splash-2, .float-splash-3 {
    display: none;
  }

  .playa-screenshot-gallery {
    margin-top: 60px;
  }
  .playa-screenshot-gallery img {
    width: 60%;
  }
}
@media (max-width: 550px) {
  .header.header_home .header-bg-collage, .header-bg-collage-back {
    top: 70vh;
  }

  .header .header-content h1 {
    font-size: 2.6rem;
  }

  .sparkleverse-newsletter-form {
    margin: auto;
    display: flex;
    flex-direction: column;
    max-width: 400px;
    width: 100%;
  }
  .sparkleverse-newsletter-form .input, .sparkleverse-newsletter-form .btn {
    margin-right: 0;
    margin-bottom: 1rem;
    width: 100%;
  }
  .sparkleverse-newsletter-form .input.btn, .sparkleverse-newsletter-form .btn.btn {
    text-align: center;
  }

  .sparkleversity-card {
    display: flex;
    flex-flow: column;
  }
  .sparkleversity-card .sparkleversity-card-img {
    width: 100%;
    height: 200px;
    flex-shrink: 1;
    margin-bottom: 1rem;
  }

  .footer .footer-content .footer-cell-1 {
    grid-column: 1/13;
    grid-row: 1;
  }
  .footer .footer-content .footer-cell-2 {
    grid-column: 1/13;
    grid-row: 2;
  }
  .footer .footer-content .footer-cell-3 {
    grid-column: 1/13;
    grid-row: 3;
  }
}
/*------------------------------------*\
    MISC
\*------------------------------------*/
::selection {
  background: #584432;
  color: #FFF;
  text-shadow: none;
}

::-webkit-selection {
  background: #584432;
  color: #FFF;
  text-shadow: none;
}

::-moz-selection {
  background: #584432;
  color: #FFF;
  text-shadow: none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #FFF;
  border: 1px solid #F0F0F0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption .wp-caption-text,
.gallery-caption {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/*------------------------------------*\
    PRINT
\*------------------------------------*/
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  .ir a:after,
a[href^="javascript:"]:after,
a[href^="#"]:after {
    content: "";
  }

  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr, img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }
  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
h3 {
    page-break-after: avoid;
  }
}

/*# sourceMappingURL=style.css.map */
