@import url("https://use.typekit.net/vau2rwr.css");
.absolute {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.before,
.after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
}
.before-dark {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #000000;
  opacity: 0.2;
}
.bgcover {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.bgcontain {
  background-size: contain;
  background-position: center bottom;
  background-repeat: no-repeat;
}
.bg-gradient {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&1+0,0+100 */
  background: -moz-linear-gradient(top, #0b0019 30%, rgba(11, 0, 25, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #0b0019 30%, rgba(11, 0, 25, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #0b0019 30%, rgba(11, 0, 25, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#00000000', GradientType=0);
  /* IE6-9 */
}
.bg-gradient-up {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,1+100 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000000 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0);
  /* IE6-9 */
}
.bg-gradient-up2 {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+75,000000+75&0+0,1+75 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000000 75%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.bg-gradient-purple {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#29073e+0,3c315a+100 */
  background: linear-gradient(to bottom, #29073e 0%, #3c315a 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.bg-gradient-purple-diagonal {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#27073a+0,160a1e+100 */
  background: linear-gradient(135deg, #27073a 0%, #160a1e 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.bg-gradient-blue-purple {
  background: #4386b8;
  background: linear-gradient(45deg, #4386b8 0%, #29073e 51%);
}
.bg-gradient-blue-purple-2 {
  background: #29073e;
  background: linear-gradient(144deg, #29073e 40%, #4386b8 100%);
}
.bg-gradient-blue-purple-3 {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#29073e+0,160322+100 */
  background: linear-gradient(to bottom, #29073e 0%, #160322 100%);
}
.bg-menulayer {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#210536+0,210536+70,39719f+100 */
  background: linear-gradient(135deg, #210536 0%, #210536 70%, #39719f 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.bradius-tr {
  border-top-right-radius: 65px;
}
.bradius-panel {
  border-radius: 100px 0 0 0;
}
.bradius-panel-tr {
  border-radius: 0 100px 0 0;
}
.bg-shadow {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.clipping-image-a {
  clip-path: polygon(4% 0%, 94% 0%, 100% 7%, 100% 71%, 95% 74%, 95% 100%, 0% 100%, 0% 36%, 4% 33%);
}
.clipping-image-b {
  clip-path: polygon(0% 7%, 8% 0%, 100% 0%, 100% 41%, 96% 43%, 96% 94%, 90% 100%, 0% 100%);
}
.clipping-image-c {
  clip-path: polygon(0% 6%, 7% 0%, 97% 0, 97% 32%, 100% 34%, 100% 94%, 90% 100%, 4% 100%, 4% 73%, 0 68%);
}
.clipping-image-d {
  clip-path: polygon(0% 0%, 12% 0%, 14% 5%, 29% 5%, 31% 0, 80% 0, 80% 10%, 88% 10%, 100% 24%, 100% 100%, 87% 100%, 85% 95%, 71% 95%, 69% 100%, 14% 100%, 1% 83%, 1% 63%, 6% 58%, 6% 29%, 0% 24%);
}
.clipping-image-e {
  clip-path: polygon(0% 0%, 14% 0%, 16% 5%, 31% 5%, 34% 0%, 82% 0%, 99% 22%, 99% 46%, 95% 51%, 95% 81%, 100% 86%, 100% 100%, 87% 100%, 85% 95%, 71% 95%, 69% 100%, 20% 100%, 20% 88%, 11% 88%, 0% 72%);
}
/* ==========================================================================
	BASE
   ========================================================================== */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  box-sizing: border-box;
  height: 100%;
  -webkit-font-smoothing: antialiased;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
body {
  font-family: 'sf_pro_displayregular', sans-serif;
  font-size: 16px;
  line-height: 1.6em;
  color: #A8A6AE;
  font-variant-numeric: lining-nums;
  background-color: #0B0019;
}
figure {
  margin: 0;
}
@media (max-width: 767px) {
  body {
    font-size: 16px;
  }
}
@media (max-width: 640px) {
  body {
    font-size: 16px;
  }
}
.container {
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 1200px) {
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 991px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
ul,
ol,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}
textarea,
input[type="text"],
input[type="button"],
input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0;
}
@media (min-width: 1600px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1480px;
  }
}
/* @end */
/* @group default links */
a:link,
a:active,
a:visited {
  outline: none;
  color: #8730B2;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}
a:hover,
a:focus {
  color: #8730B2;
  text-decoration: none;
  opacity: 0.7;
}
a:active,
a:focus,
*:focus {
  outline: none !important;
}
.noclick {
  cursor: default;
}
.bold {
  font-weight: bold;
}
img {
  max-width: 100%;
}
.align-right {
  text-align: right;
}
.container {
  position: relative;
}
.debug .container {
  background: rgba(75, 125, 88, 0.2);
}
h1,
h2,
h3,
h4,
h5,
.h0,
.h1,
.h2,
.h3,
.h4,
.h5,
.pre-title {
  display: block;
  font-family: 'sf_pro_displayheavy_italic', sans-serif;
  position: relative;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  line-height: 1em;
}
h1.has-line,
h2.has-line,
h3.has-line,
h4.has-line,
h5.has-line,
.h0.has-line,
.h1.has-line,
.h2.has-line,
.h3.has-line,
.h4.has-line,
.h5.has-line,
.pre-title.has-line {
  display: inline-block;
}
.h0a {
  font-size: 154px;
}
.h0 {
  font-size: 100px;
}
.h0b {
  font-size: 75px;
}
h1,
.h1 {
  font-size: 60px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 25px;
}
h4,
.h4 {
  font-size: 20px;
}
h5,
.h5 {
  font-size: 17px;
}
@media (max-width: 1400px) {
  .h0a {
    font-size: 132px;
  }
  .h0 {
    font-size: 90px;
  }
  .h0b {
    font-size: 65px;
  }
  h1,
  .h1 {
    font-size: 50px;
  }
  h2,
  .h2 {
    font-size: 26px;
  }
}
@media (max-width: 1200px) {
  .h0a {
    font-size: 116px;
  }
  .h0 {
    font-size: 80px;
  }
  .h0b {
    font-size: 56px;
  }
  h1,
  .h1 {
    font-size: 40px;
  }
  h2,
  .h2 {
    font-size: 24px;
  }
}
@media (max-width: 991px) {
  .h0a {
    font-size: 90px;
  }
  .h0 {
    font-size: 60px;
  }
  .h0b {
    font-size: 50px;
  }
  h1,
  .h1 {
    font-size: 36px;
  }
  h2,
  .h2 {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .h0a {
    font-size: 70px;
  }
  .h0 {
    font-size: 50px;
  }
  h1,
  .h1 {
    font-size: 32px;
  }
  h2,
  .h2 {
    font-size: 20px;
  }
}
@media (max-width: 680px) {
  .h0a {
    font-size: 56px;
  }
}
@media (max-width: 540px) {
  .h0a {
    font-size: 46px;
  }
  .h0 {
    font-size: 40px;
  }
}
.f1 {
  font-family: 'sf_pro_displayregular', sans-serif;
}
.f2 {
  font-family: 'PPFraktionMono-Regular', sans-serif;
  font-weight: 300;
}
.f3 {
  font-family: 'sf_pro_displaybold_italic', sans-serif;
}
.f4 {
  font-family: 'sf_pro_displayheavy_italic', sans-serif;
}
.f5 {
  font-family: 'sf_pro_displaysemibold_italic', sans-serif;
}
.fs-20 {
  font-size: 20px;
}
.fs-30 {
  font-size: 30px;
}
.fs-40 {
  font-size: 40px;
}
.fs-50 {
  font-size: 50px;
}
.fs-60 {
  font-size: 60px;
}
.fs-70 {
  font-size: 70px;
}
.fw-300 {
  font-weight: 300;
}
.fw-400 {
  font-weight: 400;
}
.fw-500 {
  font-weight: 500;
}
.fw-600 {
  font-weight: 600;
}
.fw-700 {
  font-weight: 700;
}
.fw-800 {
  font-weight: 800;
}
.t-white {
  color: #fff;
}
.t-white-2 {
  color: #A8A6AE;
}
.t-green {
  color: #0E3535;
}
.t-green-2 {
  color: #1C4040;
}
.t-green-3 {
  color: #516B60;
}
.t-orange {
  color: #FA7F22;
}
.t-blue-1 {
  color: #06185e;
}
.t-blue-2 {
  color: #1132c4;
}
.t-blue-3 {
  color: #62a8f9;
}
.t-center {
  text-align: center;
}
.t-left {
  text-align: left;
}
.t-right {
  text-align: right;
}
.t-upper {
  text-transform: uppercase;
}
.article-actions.multi-buttons {
  margin-bottom: -15px;
}
.article-actions.multi-buttons .button {
  margin: 0 15px 15px 0;
}
.text-col-2 {
  columns: 2;
  column-gap: 40px;
}
.article-output h1,
.article-output h2,
.article-output h3,
.article-output h4,
.article-output h5 {
  color: #fff;
  margin-bottom: 20px;
}
.article-output h1 {
  font-size: 40px;
}
.article-output h2 {
  font-size: 30px;
}
.article-output h3 {
  font-size: 26px;
}
.article-output h4 {
  font-size: 22px;
}
.article-output p {
  margin-bottom: 30px;
}
.article-output p:last-child {
  margin-bottom: 0;
}
.article-output ul,
.article-output ol,
.article-output li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.article-output ul {
  margin: 0 0 20px;
}
.article-output ul li {
  margin-left: 30px;
  list-style: disc;
}
.article-output ol {
  margin: 0 0 20px;
}
.article-output ol li {
  margin-left: 30px;
  list-style: decimal;
}
.article-output table {
  width: 100%;
  max-width: 1001px;
  margin-bottom: 30px;
}
.article-output table tbody th {
  background: #0B0019;
  color: #fff;
  text-align: left;
  padding: 5px 8px;
  white-space: nowrap;
  width: 200px;
}
.article-output table tbody th:last-child {
  width: auto;
}
.article-output table tbody td {
  padding: 5px 8px;
  white-space: nowrap;
  width: 200px;
}
.article-output table tbody td:last-child {
  width: auto;
}
.article-output table tbody tr {
  background: #f8f8f8;
}
.article-output table tbody tr:nth-child(odd) {
  background: #eee;
}
.article-output table.large-table {
  width: 100%;
  max-width: 1600px;
}
.article-output table.large-table tbody th,
.article-output table.large-table tbody td {
  white-space: normal;
}
.article-output .scrollpointer {
  display: none;
}
.article-output .quote {
  width: 1240px;
  padding: 60px 0 60px 400px;
  text-align: right;
}
.article-output .quote h1,
.article-output .quote h2,
.article-output .quote h3 {
  font-size: 50px;
}
@media (min-width: 1600px) {
  .article-output .quote {
    width: 1400px;
    padding: 60px 0 60px 650px;
  }
  .article-output .quote h1,
  .article-output .quote h2,
  .article-output .quote h3 {
    font-size: 46px;
  }
}
@media (max-width: 1400px) {
  .article-output .quote {
    width: 1060px;
    padding: 60px 0 60px 300px;
  }
  .article-output .quote h1,
  .article-output .quote h2,
  .article-output .quote h3 {
    font-size: 46px;
  }
}
@media (max-width: 1200px) {
  .article-output .quote {
    width: 900px;
    padding: 50px 0 50px 200px;
  }
  .article-output .quote h1,
  .article-output .quote h2,
  .article-output .quote h3 {
    font-size: 42px;
  }
}
@media (max-width: 991px) {
  .article-output .quote {
    width: 100%;
    padding: 40px 0 40px 40px;
  }
  .article-output .quote h1,
  .article-output .quote h2,
  .article-output .quote h3 {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .article-output .quote {
    width: 100%;
    padding: 40px;
  }
  .article-output .quote h1,
  .article-output .quote h2,
  .article-output .quote h3 {
    font-size: 36px;
  }
}
@media (max-width: 600px) {
  .article-output .quote {
    padding: 30px 20px;
  }
  .article-output .quote h1,
  .article-output .quote h2,
  .article-output .quote h3 {
    font-size: 30px;
  }
}
.site-wrapper {
  overflow: hidden;
  position: relative;
}
@media (max-width: 767px) {
  .site-wrapper .container {
    max-width: unset;
  }
}
.comp-logo {
  display: block;
  width: 190px;
  height: 90px;
  background-image: url(../img/total-mayhem-games-logo.svg);
  background-size: contain;
  background-position: center left;
  background-repeat: no-repeat;
  transition: all 0.3s ease-in-out;
}
.comp-logo.light {
  background-image: url(../img/total-mayhem-games-logo.svg);
}
.site-header {
  background-color: rgba(75, 125, 88, 0);
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 500;
  transition: all 0.3s ease-in-out;
}
.site-header .main-bar {
  transition: all 0.3s ease-in-out;
}
.site-header .main-bar .inner {
  height: 150px;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.site-header .comp-logo {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 50;
  transform: translateY(-50%);
  transition: all 0.3s ease-in-out;
}
.site-header .primary-menu {
  position: absolute;
  top: 50%;
  left: 200px;
  transform: translateY(-50%);
  z-index: 100;
  transition: all 0.3s ease-in-out;
}
.site-header .primary-menu .main-nav {
  position: relative;
  z-index: 20;
  display: flex;
}
.site-header .primary-menu .main-nav li {
  padding: 0 0 0 40px;
}
.site-header .primary-menu .main-nav a {
  display: block;
  font-family: 'PPFraktionMono-Regular', sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
}
.site-header .primary-menu .main-nav a:hover {
  opacity: 0.7;
}
.site-header .primary-menu .main-nav .active a {
  color: #fff;
}
.site-header .nav-toggle {
  display: block;
  width: 34px;
  height: 60px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.shownav .site-header,
.scrolled .site-header {
  padding-top: 0;
  background-color: #0B0019;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.shownav .site-header .main-bar .inner,
.scrolled .site-header .main-bar .inner {
  height: 100px;
}
.shownav .site-header .main-bar .comp-logo,
.scrolled .site-header .main-bar .comp-logo {
  width: 240px;
  height: 60px;
}
.shownav .site-header .main-bar .primary-menu .main-nav a,
.scrolled .site-header .main-bar .primary-menu .main-nav a {
  color: #fff;
}
.shownav .site-header .main-bar .primary-menu .main-nav .active a,
.scrolled .site-header .main-bar .primary-menu .main-nav .active a {
  color: #f1f1f1;
}
.shownav .site-header .main-bar .nav-icon:before,
.scrolled .site-header .main-bar .nav-icon:before,
.shownav .site-header .main-bar .nav-icon:after,
.scrolled .site-header .main-bar .nav-icon:after,
.shownav .site-header .main-bar .nav-icon div,
.scrolled .site-header .main-bar .nav-icon div {
  background-color: #fff;
}
.shownav .site-header {
  background-color: transparent;
  box-shadow: none;
}
.shownav .site-header .comp-logo {
  opacity: 0;
  pointer-events: none;
}
.shownav .site-header .primary-menu {
  opacity: 0;
  pointer-events: none;
}
@media (max-width: 1400px) {
  .site-header .container {
    max-width: unset;
  }
}
@media (max-width: 1200px) {
  .site-header .container {
    width: 100%;
    max-width: unset;
    padding: 0 25px;
  }
}
@media (max-width: 991px) {
  .site-header .main-bar .inner {
    height: 100px;
  }
  .site-header .main-bar .comp-logo {
    width: 240px;
    height: 60px;
  }
  .site-header .main-bar .primary-menu {
    display: none;
  }
}
@media (max-width: 767px) {
  .site-header .main-bar .inner {
    height: 70px;
  }
  .site-header .main-bar .comp-logo {
    width: 240px;
    height: 45px;
  }
  .shownav .site-header .main-bar .inner,
  .scrolled .site-header .main-bar .inner {
    height: 70px;
  }
  .shownav .site-header .main-bar .comp-logo,
  .scrolled .site-header .main-bar .comp-logo {
    width: 240px;
    height: 45px;
  }
}
.site-footer {
  overflow: hidden;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#29073e+0,3c315a+100 */
  background: linear-gradient(to bottom, #29073e 0%, #3c315a 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  position: relative;
  margin-bottom: 40px;
}
.site-footer:before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  border-top: 38px solid #0B0019;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  height: 0;
  width: 380px;
  position: absolute;
  top: 0;
  right: 22%;
}
.site-footer .primary {
  padding: 180px 0 100px;
}
.site-footer .primary .comp-logo {
  width: 200px;
  height: 105px;
}
.site-footer .primary .box strong {
  display: block;
  color: #fff;
}
.site-footer .primary .box p {
  color: #fff;
  margin: 0;
}
.site-footer .secondary {
  padding-top: 70px;
}
.site-footer .secondary .inner {
  min-height: 270px;
  position: relative;
}
.site-footer .secondary .m-title {
  margin-bottom: 30px;
}
.site-footer .secondary .col-a {
  color: #fff;
}
.site-footer .secondary .col-a .article-output p:first-child {
  margin-bottom: 30px;
}
.site-footer .secondary .col-a .article-output a {
  display: block;
  color: #fff;
}
.site-footer .secondary .col-a .article-output a .key {
  display: inline-block;
  width: 25px;
}
.site-footer .secondary .col-a .article-output a:hover {
  color: #62a8f9;
  padding-left: 10px;
}
.site-footer .third {
  font-size: 90%;
  line-height: 1.2em;
}
.site-footer .third .inner {
  padding: 30px 0;
}
.site-footer .third .legals {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.site-footer .third .legals a {
  margin-right: 30px;
  color: #fff;
  white-space: nowrap;
}
.site-footer .third .legals a:hover {
  color: #8730B2;
}
@media (max-width: 1400px) {
  .site-footer .primary {
    padding: 160px 0 80px;
  }
  .site-footer .primary .col-left {
    width: 60%;
  }
  .site-footer .primary .col-right {
    width: 40%;
  }
  .site-footer .third .col-left {
    width: 60%;
  }
  .site-footer .third .col-right {
    width: 40%;
  }
}
@media (max-width: 1200px) {
  .site-footer .primary {
    padding: 140px 0 60px;
  }
  .site-footer .primary .comp-logo {
    width: 180px;
    height: 80px;
  }
  .site-footer .primary .col-left {
    width: 50%;
  }
  .site-footer .primary .col-right {
    width: 50%;
  }
  .site-footer .third .col-left {
    width: 50%;
  }
  .site-footer .third .col-right {
    width: 50%;
  }
}
@media (max-width: 991px) {
  .site-footer .primary {
    padding: 100px 0 0;
  }
  .site-footer .primary .col-left {
    width: 280px;
  }
  .site-footer .primary .col-right {
    width: calc(100% - 280px);
  }
  .site-footer .third .col-left {
    width: 100%;
    order: 5;
  }
  .site-footer .third .col-right {
    width: 100%;
    order: 1;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .site-footer:before {
    width: 250px;
  }
}
@media (max-width: 680px) {
  .site-footer:before {
    width: 200px;
  }
  .site-footer .primary {
    padding: 100px 0 0;
  }
  .site-footer .primary .col-left {
    width: 230px;
    margin-bottom: 40px;
  }
  .site-footer .primary .col-right {
    width: calc(100% - 230px);
  }
  .site-footer .third .legals {
    flex-wrap: wrap;
  }
  .site-footer .third .legals a {
    line-height: 2em;
  }
}
@media (max-width: 460px) {
  .site-footer:before {
    width: 140px;
  }
  .site-footer .primary .col-left {
    width: 100%;
  }
  .site-footer .primary .col-right {
    width: 100%;
  }
  .site-footer .c-socials {
    column-count: 3;
  }
}
.grecaptcha-badge {
  display: none !important;
}
/* ==========================================================================
	MOBILE MENU
   ========================================================================== */
.nav-icon {
  display: block;
  width: 34px;
  cursor: pointer;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease-in-out;
}
.nav-icon:before,
.nav-icon:after,
.nav-icon div {
  background-color: #fff;
  content: '';
  display: block;
  position: relative;
  height: 1px;
  margin: 7px 0;
  transition: all 0.3s ease-in-out;
}
.nav-icon div {
  margin-left: 10px;
}
.nav-icon:after {
  margin-left: 20px;
}
.nav-icon.i-white:before,
.nav-icon.i-white:after,
.nav-icon.i-white div {
  background-color: #fff;
}
.shownav .nav-icon:before,
.shownav .nav-icon:after,
.shownav .nav-icon div {
  left: 0;
  margin: 0;
}
.shownav .nav-icon:before {
  transform: translateY(1px) rotate(135deg);
  -moz-transform: translateY(1px) rotate(135deg);
  -webkit-transform: translateY(1px) rotate(135deg);
}
.shownav .nav-icon:after {
  transform: translateY(-1px) rotate(-135deg);
  -moz-transform: translateY(-1px) rotate(-135deg);
  -webkit-transform: translateY(-1px) rotate(-135deg);
}
.shownav .nav-icon div {
  -moz-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
}
.mobile-nav {
  width: 100%;
  height: 100%;
  padding: 0;
  color: #fff;
  overflow: hidden;
  position: fixed;
  top: -100%;
  left: 0;
  z-index: 360;
  background-color: #0B0019;
  overflow-y: scroll;
  /* has to be scroll, not auto */
  -webkit-overflow-scrolling: touch;
  transition: all 0.5s ease 0s;
}
.mobile-nav .container {
  position: relative;
}
.mobile-nav .bg-purple {
  display: block;
  width: 100%;
  height: 100%;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#210536+0,210536+70,39719f+100 */
  background: linear-gradient(135deg, #210536 0%, #210536 70%, #39719f 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  position: absolute;
  top: 0;
  left: 0;
}
.mobile-nav .bg-purple:before,
.mobile-nav .bg-purple:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  height: 60px;
  background-color: #0B0019;
  bottom: 0;
  right: 0;
}
.mobile-nav .bg-purple:before {
  height: 60px;
}
.mobile-nav .bg-purple:after {
  width: 200px;
  height: 120px;
  right: -20px;
  transform: skew(-20deg);
}
.mobile-nav .inner {
  padding: 25vh 0 60px 0;
}
.mobile-nav .col-right {
  position: relative;
}
.mobile-nav .col-right .contact-us {
  position: absolute;
  bottom: 0;
  right: 20px;
  text-align: right;
}
.mobile-nav .col-right .contact-us .link {
  display: block;
  font-size: 20px;
  margin-bottom: 10px;
  color: #fff;
  text-transform: uppercase;
}
.mobile-nav .col-right .c-socials {
  margin-top: 20px;
}
.mobile-nav .mainnav ul {
  display: none;
}
.mobile-nav .mainnav li {
  margin-bottom: 5px;
}
.mobile-nav .mainnav li.active a {
  color: #8730B2;
}
.mobile-nav .mainnav a {
  display: block;
  font-family: 'sf_pro_displayheavy_italic', sans-serif;
  font-size: 46px;
  line-height: 1.2em;
  text-transform: uppercase;
  color: #fff;
}
.mobile-nav .mainnav a:hover {
  color: #fff;
  opacity: 1 !important;
}
.mobile-nav .mainnav ul {
  padding: 10px 0 10px 10px;
}
.mobile-nav .mainnav ul a {
  font-family: 'PPFraktionMono-Regular', sans-serif;
  font-weight: 300;
  font-size: 22px;
  padding: 4px 0;
  color: #fff !important;
}
.mobile-nav .mainnav:hover a {
  opacity: 0.4;
}
.mobile-nav .subnav li {
  border-bottom: 1px solid #fff;
}
.mobile-nav .subnav li:last-child {
  border-bottom: none;
}
.mobile-nav .subnav a {
  display: block;
  padding: 10px 0;
  font-family: 'PPFraktionMono-Regular', sans-serif;
  font-weight: 300;
  font-size: 26px;
  line-height: 1.2em;
  text-transform: uppercase;
  color: #8730B2;
  transition: all 0.2s ease-in-out;
}
.mobile-nav .subnav a:hover {
  color: #fff;
  opacity: 1 !important;
  padding-left: 10px;
}
.mobile-nav .subnav .current a {
  color: #fff;
  opacity: 1 !important;
  padding-left: 10px;
}
.shownav .mobile-nav {
  top: 0;
}
@media (max-width: 1400px) {
  .mobile-nav .container {
    max-width: unset;
  }
  .mobile-nav .col-left {
    width: 38%;
  }
  .mobile-nav .col-mid {
    width: 32%;
  }
  .mobile-nav .col-right {
    width: 30%;
  }
  .mobile-nav .mainnav a {
    font-size: 38px;
  }
  .mobile-nav .subnav a {
    font-size: 22px;
  }
}
@media (max-width: 1200px) {
  .mobile-nav .inner {
    padding: 100px 0 60px 0;
  }
  .mobile-nav .container {
    max-width: unset;
  }
  .mobile-nav .col-left {
    width: 50%;
  }
  .mobile-nav .col-mid {
    width: 40%;
  }
  .mobile-nav .col-right {
    width: 100%;
    height: 150px;
  }
  .mobile-nav .col-right .contact-us .link {
    font-size: 18px;
    margin-bottom: 8px;
  }
  .mobile-nav .mainnav a {
    font-size: 32px;
  }
  .mobile-nav .subnav a {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .mobile-nav .col-left {
    width: 50%;
  }
  .mobile-nav .col-mid {
    width: 50%;
  }
}
@media (max-width: 650px) {
  .mobile-nav .inner {
    padding: 80px 0 60px 0;
  }
  .mobile-nav .col-left {
    width: 50%;
  }
  .mobile-nav .col-mid {
    width: 50%;
  }
  .mobile-nav .col-right {
    margin-top: 60px;
  }
  .mobile-nav .col-right .contact-us {
    position: static;
    bottom: 0;
    right: 0;
    text-align: left;
  }
}
@media (max-width: 540px) {
  .mobile-nav .col-left {
    width: 100%;
  }
  .mobile-nav .col-mid {
    display: none;
  }
  .mobile-nav .col-right {
    margin-top: 60px;
  }
  .mobile-nav .col-right .contact-us {
    position: static;
    bottom: 0;
    right: 0;
    text-align: left;
  }
}
/* ==========================================================================
	UTILITIES
   ========================================================================== */
.noclick {
  cursor: default;
}
.no-scroll {
  overflow: hidden;
}
@media screen and (min-width: 992px) {
  .no-scroll {
    overflow: inherit;
  }
}
.overflow-hidden {
  overflow: hidden;
}
.text-columns-2 {
  column-count: 2;
  column-gap: 40px;
}
.text-columns-2.col-gap-lg {
  column-gap: 80px;
}
@media (max-width: 1200px) {
  .text-columns-2 {
    column-count: 2;
    column-gap: 40px;
  }
  .text-columns-2.col-gap-lg {
    column-gap: 60px;
  }
}
@media (max-width: 991px) {
  .text-columns-2 {
    column-count: unset;
  }
}
.bg-dark {
  background-color: #0B0019 !important;
}
.bg-green {
  background-color: #0E3535;
}
.bg-green-2 {
  background-color: #1C4040;
}
.bg-green-3 {
  background-color: #516B60;
}
.bg-glass {
  width: 100%;
  height: 100%;
  position: absolute !important;
  top: 0;
  left: 0;
  z-index: -1;
}
/* ==========================================================================
	VIDEO CONTAINER
   ========================================================================== */
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* ==========================================================================
	ANIMATIONS
   ========================================================================== */
@keyframes FadeInRight {
  0% {
    opacity: 0;
    transform: translateX(-25%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes FadeOutRight {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-25%);
  }
}
@keyframes FadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(25%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes FadeOutLeft {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(25%);
  }
}
@keyframes FadeInUp {
  0% {
    opacity: 0;
    transform: translateY(60px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes float-up {
  0% {
    transform: translate(0px);
  }
  33% {
    transform: translate(-15px, -40px);
  }
  66% {
    transform: translate(15px, -60px);
  }
  100% {
    transform: translate(0px);
  }
}
@keyframes float-down {
  0% {
    transform: translate(0, 0);
  }
  33% {
    transform: translate(15px, 40px);
  }
  66% {
    transform: translate(-15px, 60px);
  }
  100% {
    transform: translate(0, 0);
  }
}
/* ==========================================================================
	BUTTONS
   ========================================================================== */
a.button-arrow {
  display: inline-block;
  width: 30px;
  height: 60px;
  background-image: url(../img/svg/button/btn-clean.svg);
  background-size: contain;
  background-position: top left;
  background-repeat: no-repeat;
}
a.button-arrow:hover {
  opacity: 0.8;
}
a.button,
form button {
  display: inline-block;
  height: 60px;
  background-color: transparent;
  white-space: nowrap;
  font-family: 'PPFraktionMono-Regular', sans-serif;
  font-weight: 300;
  font-size: 18px;
  text-transform: uppercase;
  color: #A8A6AE;
  transition: all 0.3s ease-in-out;
  position: relative;
}
a.button:before,
form button:before,
a.button:after,
form button:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background-repeat: no-repeat;
  background-size: auto 60px;
  transition: all 0.3s ease-in-out;
}
a.button:before,
form button:before {
  width: 80%;
  top: 0;
  left: 0;
  background-image: url(../img/svg/button/btn-left.svg);
  background-position: top left;
}
a.button:after,
form button:after {
  width: 80%;
  top: 0;
  right: 0;
  background-image: url(../img/svg/button/btn-right.svg);
  background-position: top right;
}
a.button .btn-inner,
form button .btn-inner {
  display: block;
  line-height: 60px;
  padding: 0 50px 0 30px;
  position: relative;
  z-index: 2;
}
a.button:hover,
form button:hover {
  color: #fff;
  opacity: 0.7;
}
a.button:hover:before,
form button:hover:before {
  background-image: url(../img/svg/button/btn-left-white.svg);
}
a.button:hover:after,
form button:hover:after {
  background-image: url(../img/svg/button/btn-right-white.svg);
}
a.button .circle,
form button .circle {
  margin: 0 5px 0 -5px;
  font-size: 130%;
  position: relative;
  top: 1px;
  color: #8730B2;
}
a.button.narrow,
form button.narrow {
  height: 34px;
  line-height: 30px;
  padding: 0 30px 0 15px;
}
a.button.t-black,
form button.t-black {
  color: #000;
}
a.button.t-dark,
form button.t-dark {
  color: #0B0019;
}
a.button.t-white,
form button.t-white {
  color: #fff;
}
a.button.t-white .circle,
form button.t-white .circle {
  color: inherit;
}
a.button.t-orange,
form button.t-orange {
  color: #FA7F22;
}
a.button.t-green,
form button.t-green {
  color: #0E3535;
}
a.button.t-blue-1,
form button.t-blue-1 {
  color: #06185e;
}
a.button.t-blue-2,
form button.t-blue-2 {
  color: #1132c4;
}
a.button.t-blue-3,
form button.t-blue-3 {
  color: #62a8f9;
}
a.button.b-white,
form button.b-white {
  color: #fff;
}
a.button.b-white:before,
form button.b-white:before {
  background-image: url(../img/svg/button/btn-left-white.svg);
}
a.button.b-white:after,
form button.b-white:after {
  background-image: url(../img/svg/button/btn-right-white.svg);
}
a.button.b-black,
form button.b-black {
  border-color: #000;
}
a.button.b-dark,
form button.b-dark {
  border-color: #0B0019;
}
a.button.b-orange,
form button.b-orange {
  border-color: #FA7F22;
}
a.button.b-green,
form button.b-green {
  border-color: #0E3535;
}
a.button.bg-white,
form button.bg-white {
  background-color: #fff;
}
a.button.bg-orange,
form button.bg-orange {
  background-color: #FA7F22;
}
a.button.bg-green,
form button.bg-green {
  background-color: #0E3535;
}
a.button.b-transparent,
form button.b-transparent {
  border-color: transparent;
  padding: 0;
}
a.button.b-transparent:hover,
form button.b-transparent:hover {
  background-color: transparent !important;
  border-color: transparent !important;
}
@keyframes pulse {
  0%,
  100% {
    animation-timing-function: ease-in;
  }
  50% {
    transform: scale(1.05);
  }
}
@font-face {
  font-family: 'fontello';
  src: url('../font/fontello/fontello.eot?11754893xyz');
  src: url('../font/fontello/fontello.eot?11754893xyz#iefix') format('embedded-opentype'), url('../font/fontello/fontello.woff2?1175489yz') format('woff2'), url('../font/fontello/fontello.woff?1175489yz') format('woff'), url('../font/fontello/fontello.ttf?1175489yz') format('truetype'), url('../font/fontello/fontello.svg?1175489yz#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?11754893#fontello') format('svg');
  }
}
*/
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: 0.2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-xmark:before {
  content: '\e800';
}
/* '' */
.icon-minus:before {
  content: '\e801';
}
/* '' */
.icon-plus:before {
  content: '\e802';
}
/* '' */
.icon-home:before {
  content: '\e803';
}
/* '' */
.icon-left-open-mini:before {
  content: '\e804';
}
/* '' */
.icon-right-open-mini:before {
  content: '\e805';
}
/* '' */
.icon-up-open-mini:before {
  content: '\e806';
}
/* '' */
.icon-down-open-mini:before {
  content: '\e807';
}
/* '' */
.icon-down-open-big:before {
  content: '\e808';
}
/* '' */
.icon-left-open-big:before {
  content: '\e809';
}
/* '' */
.icon-right-open-big:before {
  content: '\e80a';
}
/* '' */
.icon-up-open-big:before {
  content: '\e80b';
}
/* '' */
.icon-chat:before {
  content: '\e80c';
}
/* '' */
.icon-comment:before {
  content: '\e80d';
}
/* '' */
.icon-mail:before {
  content: '\e80e';
}
/* '' */
.icon-phone:before {
  content: '\e80f';
}
/* '' */
.icon-facebook:before {
  content: '\e810';
}
/* '' */
.icon-twitter-x:before {
  content: '\e812';
}
/* '' */
.icon-epic-games:before {
  content: '\e813';
}
/* '' */
.icon-play-circled2:before {
  content: '\e814';
}
/* '' */
.icon-playstation:before {
  content: '\e815';
}
/* '' */
.icon-steam:before {
  content: '\e816';
}
/* '' */
.icon-xbox:before {
  content: '\e817';
}
/* '' */
.icon-play:before {
  content: '\e818';
}
/* '' */
.icon-logo-tiktok:before {
  content: '\e921';
}
/* '' */
.icon-pinterest-squared:before {
  content: '\f0d3';
}
/* '' */
.icon-linkedin:before {
  content: '\f0e1';
}
/* '' */
.icon-comment-empty:before {
  content: '\f0e5';
}
/* '' */
.icon-chat-empty:before {
  content: '\f0e6';
}
/* '' */
.icon-play-circled:before {
  content: '\f144';
}
/* '' */
.icon-youtube:before {
  content: '\f167';
}
/* '' */
.icon-youtube-play:before {
  content: '\f16a';
}
/* '' */
.icon-instagram:before {
  content: '\f16d';
}
/* '' */
.icon-reddit:before {
  content: '\f1a1';
}
/* '' */
.icon-linkedin-squared:before {
  content: '\f30c';
}
/* '' */
.icon-facebook-squared:before {
  content: '\f30e';
}
/* '' */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v22/pxiEyp8kv8JHgFVrFJA.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v22/pxiByp8kv8JHgFVrLEj6V1s.ttf) format('truetype');
}
@font-face {
  font-family: 'PPFraktionMono-Regular';
  src: url('../font/PPFraktionMono-Regular/PPFraktionMono-Regular.woff2') format('woff2'), url('../font/PPFraktionMono-Regular/PPFraktionMono-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'sf_pro_displayregular';
  src: url('../font/sfpro/sfprodisplayregular-webfont.woff2') format('woff2'), url('../font/sfpro/sfprodisplayregular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'sf_pro_displayheavy_italic';
  src: url('../font/sfpro/sfprodisplayheavyitalic-webfont.woff2') format('woff2'), url('../font/sfpro/sfprodisplayheavyitalic-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'sf_pro_displaybold';
  src: url('../font/sfpro/sfprodisplaybold-webfont.woff2') format('woff2'), url('../font/sfpro/sfprodisplaybold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'sf_pro_displaybold_italic';
  src: url('../font/sfpro/sf-pro-display-bolditalic-webfont.woff2') format('woff2'), url('../font/sfpro/sf-pro-display-bolditalic-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'sf_pro_displaysemibold_italic';
  src: url('../font/sfpro/sfprodisplaysemibolditalic-webfont.woff2') format('woff2'), url('../font/sfpro/sfprodisplaysemibolditalic-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
/* ==========================================================================
	FORM CONTROL
   ========================================================================== */
form.formResponsive ::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: rgba(255, 255, 255, 0.7);
}
form.formResponsive :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #fff;
  opacity: 0.7;
}
form.formResponsive ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #fff;
  opacity: 0.7;
}
form.formResponsive :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: rgba(255, 255, 255, 0.7);
}
form.formResponsive ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: rgba(255, 255, 255, 0.7);
}
form.formResponsive ::placeholder {
  /* Most modern browsers support this now. */
  color: rgba(255, 255, 255, 0.7);
}
form.formResponsive fieldset {
  padding: 0;
  margin: 0;
  border: none;
}
form.formResponsive textarea,
form.formResponsive input[type="text"] {
  width: 100%;
  height: 50px;
  padding: 3px 15px;
  background: none;
  color: #fff;
  text-transform: uppercase;
  background-color: transparent;
  border: none;
}
form.formResponsive textarea {
  height: 160px;
  padding: 15px;
}
form.formResponsive .input-wrapper {
  display: block;
  width: 100%;
  position: relative;
}
form.formResponsive .input-wrapper:before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  height: 60%;
  top: auto;
  bottom: 0;
  border: 2px #8730B2 solid;
  border-top: none;
  pointer-events: none;
}
form.formResponsive label .formRequired {
  display: inline-block;
  color: #0B0019;
  font-weight: normal;
  font-size: 16px;
  position: relative;
  top: -5px;
}
form.formResponsive .formError {
  display: block;
  color: #FA7F22;
  font-size: 80%;
  font-weight: normal;
}
form.formResponsive .rsform-block {
  width: 100%;
  clear: both;
  float: none;
  margin-bottom: 20px;
}
form.formResponsive .rsform-block .formDescription {
  display: none;
}
form.formResponsive .rsform-block.rsform-error-parent {
  background: rgba(229, 102, 38, 0.1);
}
form.formResponsive .rsform-block.rsform-error-parent textarea,
form.formResponsive .rsform-block.rsform-error-parent input[type="text"] {
  border-color: #FA7F22;
}
form.formResponsive .rsform-block.rsform-submit {
  background: none;
  padding: 0;
  border-radius: 0;
}
form.formResponsive .rsform-block.rsform-submit .formBody {
  text-align: left;
}
form.formResponsive .rsform-block .formControlLabel {
  display: block;
  color: #0B0019;
  font-weight: bold;
}
form.formResponsive .rsform-block.rsform-block-veiligheidscode {
  height: 1px;
  background: none !important;
  padding: 0;
  margin: 0;
}
form.formResponsive .rsform-type-freetext h1,
form.formResponsive .rsform-type-freetext h2,
form.formResponsive .rsform-type-freetext h3,
form.formResponsive .rsform-type-freetext h4 {
  margin-bottom: 20px;
}
form.formResponsive .rsform-type-freetext p {
  font-family: 'PPFraktionMono-Regular', sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 18px;
}
form.formResponsive .rsform-select {
  padding: 3px 0 10px;
}
form.formResponsive .rsform-select .formControlLabel {
  margin-bottom: 10px;
}
form.formResponsive .rsform-select select {
  width: 100%;
}
form.formResponsive .rsform-checkboxes .formControlLabel,
form.formResponsive .rsform-radios .formControlLabel {
  margin-bottom: 10px;
}
form.formResponsive .formBody {
  width: 100%;
  clear: both;
  float: none;
}
form.formResponsive .formBody.frm-checkboxes label,
form.formResponsive .formBody.frm-radios label {
  display: block;
  width: 100%;
  float: none;
  margin-bottom: 10px;
}
form.formResponsive .formBody.frm-checkboxes input,
form.formResponsive .formBody.frm-radios input {
  margin-right: 10px;
}
form.formResponsive .rsform-type-fileupload {
  margin-top: 20px;
  margin-bottom: 30px;
  text-transform: lowercase;
}
form.formResponsive .rsform-type-fileupload button,
form.formResponsive .rsform-type-fileupload input {
  text-transform: lowercase !important;
}
form.formResponsive .rsform-type-fileupload .rsform-upload-box {
  text-transform: lowercase;
  max-width: 100%;
}
form.formResponsive .rsform-type-fileupload .formControlLabel {
  margin-bottom: 5px;
}
form.formResponsive .rsform-type-fileupload .formDescription {
  display: block;
  font-size: 15px;
  font-style: italic;
}
form.formResponsive button {
  border: none;
  padding-left: 30px;
  padding-right: 60px;
}
.c-form .form-row {
  width: 350px;
  position: relative;
}
.c-form .form-row:before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  height: 60%;
  top: auto;
  bottom: 0;
  border: 2px #8730B2 solid;
  border-top: none;
  pointer-events: none;
}
.c-form input {
  width: 100%;
  height: 46px;
  border: none;
  background-color: rgba(0, 255, 0, 0);
  color: #fff;
  padding-left: 15px;
  text-transform: uppercase;
}
.article-images {
  overflow: hidden;
  margin-left: -15px;
  margin-right: -15px;
  margin-top: 60px;
}
.article-images .image {
  width: 33.3334%;
  float: left;
  padding: 15px;
}
.article-images a {
  display: block;
}
.article-images a:hover {
  opacity: 0.8;
}
@media (max-width: 1400px) {
  .article-images .image {
    width: 25%;
  }
}
@media (max-width: 1200px) {
  .article-images {
    margin-left: -10px;
    margin-right: -10px;
  }
  .article-images .image {
    width: 33.3334%;
    padding: 10px;
  }
}
@media (max-width: 767px) {
  .article-images {
    margin-left: -8px;
    margin-right: -8px;
  }
  .article-images .image {
    width: 50%;
    padding: 8px;
  }
}
@media (max-width: 560px) {
  .article-images {
    margin-left: -5px;
    margin-right: -5px;
  }
  .article-images .image {
    width: 50%;
    padding: 5px;
  }
}
.article-images-mozaic {
  position: relative;
}
.article-images-mozaic .img-a {
  margin: 0;
  padding: 80px 10px 0 0;
}
.article-images-mozaic .img-a img {
  height: 800px;
  object-fit: cover;
}
.article-images-mozaic .img-b,
.article-images-mozaic .img-c {
  margin: 0;
}
.article-images-mozaic .img-b img,
.article-images-mozaic .img-c img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}
.article-images-mozaic .img-b {
  margin-bottom: 30px;
}
/* ==========================================================================
	VIDEO CONTAINER
   ========================================================================== */
.video-container {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* ==========================================================================
	PAGINATION
   ========================================================================== */
.section-page-content {
  padding: 100px 0;
}
.section-page-content .article-subtitle {
  margin-bottom: 20px;
}
.section-stores .inner {
  padding: 30px 0;
}
.section-stores .text {
  display: inline-block;
  line-height: 40px;
  padding: 0 20px;
}
.section-stores a {
  display: inline-block;
  font-size: 18px;
  line-height: 40px;
  color: #fff;
  padding: 0 20px;
  transition: all 0.25s ease-in-out;
}
.section-stores a .logo {
  height: 40px;
}
.section-stores a .name {
  display: inline-block;
  margin-left: 10px;
}
.section-stores a:hover {
  opacity: 0.7;
  transform: scale(1.15);
}
.section-stores.is-sticky {
  background-color: #8730B2;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 9% 100%, 0 68%);
  position: fixed;
  bottom: 40px;
  right: 0;
  z-index: 300;
  transition: all 0.5s ease-in-out;
  transform: translateX(110%);
}
.section-stores.is-sticky .container {
  max-width: unset;
  padding: 0;
}
.section-stores.is-sticky .inner {
  padding: 15px 10px 15px 0;
}
.section-stores.is-sticky a {
  padding: 0 12px;
}
.section-stores.is-sticky a .logo {
  height: 34px;
}
.section-stores.is-sticky a .name {
  display: none;
}
.show-stores .section-stores.is-sticky {
  transform: translateX(0);
}
@media (max-width: 767px) {
  .section-stores.is-sticky a .logo {
    height: 28px;
  }
}
.section-partners {
  padding: 100px 0;
}
.section-partners .col-right .inner {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.section-partners .col-right .inner .item {
  flex: 0 0 auto;
  width: calc(50% - 15px);
}
.section-partners .col-right .inner .item .box {
  aspect-ratio: 1/0.95;
  position: relative;
  background-image: url(../img/svg/partner-box.svg);
  background-size: contain;
  background-repeat: no-repeat;
  margin-bottom: 10px;
}
.section-partners .col-right .inner .item .box img {
  width: 65%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.section-partners .col-right .inner .item .title {
  display: block;
  color: #fff;
}
@media (max-width: 991px) {
  .section-partners {
    padding: 80px 0;
  }
  .section-partners .col-left {
    width: 100%;
    margin-bottom: 40px;
    margin-left: 0;
  }
  .section-partners .col-right {
    width: 100%;
  }
  .section-partners .col-right .inner .item .title {
    text-align: center;
  }
}
.page-hero {
  margin-bottom: 60px;
}
.page-hero .hero-image {
  clip-path: polygon(3% 100%, 0 93%, 0% 58%, 1% 54%, 1% 6%, 4% 0, 98% 0, 100% 6%, 100% 72%, 99% 77%, 99% 94%, 97% 100%);
}
.page-content {
  padding: 40px 0 120px;
}
.page-content .subtitle {
  margin-bottom: 30px;
}
.page-content-a {
  padding: 80px 0;
}
.page-content-a .col-left .subtitle {
  display: block;
  margin-bottom: 20px;
}
.page-content-a .col-right .quote {
  max-width: 650px;
  text-align: right;
}
@media (max-width: 1400px) {
  .page-content-a .col-left {
    width: 40%;
  }
}
@media (max-width: 1200px) {
  .page-content-a .col-left {
    width: 50%;
    margin-left: 0;
    margin-bottom: 60px;
  }
}
@media (max-width: 1200px) {
  .page-content-a .col-left {
    width: 70%;
  }
}
@media (max-width: 640px) {
  .page-content-a .col-left {
    width: 100%;
  }
}
.mod-home-banner {
  position: relative;
  overflow: hidden;
}
.mod-home-banner .c-corner-tl {
  width: 130px;
  border-top-width: 40px;
  border-right-width: 40px;
}
.mod-home-banner .c-corner-tr {
  border-top-width: 40px;
  border-left-width: 60px;
}
.mod-home-banner .c-corner-bl {
  border-bottom-width: 50px;
  border-right-width: 30px;
}
.mod-home-banner .item {
  position: relative;
}
.mod-home-banner .item .inner {
  height: 1000px;
  position: relative;
}
.mod-home-banner .item .bg-layer {
  background: #110e13;
  background: linear-gradient(135deg, #110e13 0%, #361634 59%, #174a75 100%);
  width: 100%;
  height: calc(100% - 300px);
  position: absolute;
  top: 150px;
}
.mod-home-banner .item .hero-image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: -100px;
  background-size: contain;
  background-position: bottom right;
  background-repeat: no-repeat;
}
.mod-home-banner .item .hero-image img {
  display: none;
}
.mod-home-banner .item .hero-ticket {
  display: block;
  width: 200px;
  position: absolute;
  top: 490px;
  right: 400px;
  z-index: 5;
}
.mod-home-banner .item .hero-logo {
  width: 600px;
  position: absolute;
  top: 180px;
  left: 0;
}
.mod-home-banner .item .hero-title {
  position: absolute;
  bottom: 180px;
  left: 0;
}
@media (max-width: 1600px) {
  .mod-home-banner .item .hero-image {
    right: -150px;
  }
  .mod-home-banner .item .hero-logo {
    width: 550px;
    top: 180px;
  }
  .mod-home-banner .item .hero-title {
    font-size: 140px;
  }
}
@media (max-width: 1400px) {
  .mod-home-banner .item .inner {
    height: 940px;
  }
  .mod-home-banner .item .hero-image {
    right: -150px;
  }
  .mod-home-banner .item .hero-ticket {
    right: 315px;
  }
  .mod-home-banner .item .hero-logo {
    width: 480px;
    top: 180px;
  }
  .mod-home-banner .item .hero-title {
    font-size: 110px;
  }
}
@media (max-width: 1200px) {
  .mod-home-banner .item .inner {
    height: 900px;
  }
  .mod-home-banner .item .hero-image {
    top: -60px;
    right: -150px;
  }
  .mod-home-banner .item .hero-ticket {
    right: 260px;
  }
  .mod-home-banner .item .hero-logo {
    width: 440px;
    top: 175px;
  }
  .mod-home-banner .item .hero-title {
    font-size: 90px;
  }
}
@media (max-width: 991px) {
  .mod-home-banner .container {
    max-width: none;
  }
  .mod-home-banner .item .inner {
    height: 700px;
  }
  .mod-home-banner .item .bg-layer {
    top: 100px;
    height: calc(100% - 150px);
  }
  .mod-home-banner .item .hero-image {
    width: 900px;
    height: 900px;
    top: -138px;
    right: auto;
    left: 160px;
  }
  .mod-home-banner .item .hero-ticket {
    width: 180px;
    right: auto;
    left: 480px;
    top: 419px;
  }
  .mod-home-banner .item .hero-logo {
    width: 380px;
    top: 146px;
  }
  .mod-home-banner .item .hero-title {
    font-size: 90px;
    bottom: 70px;
  }
}
@media (max-width: 890px) {
  .mod-home-banner .item .inner {
    height: 650px;
  }
  .mod-home-banner .item .hero-image {
    width: 750px;
    height: 750px;
    top: -90px;
    left: 120px;
  }
  .mod-home-banner .item .hero-ticket {
    width: 140px;
    left: 386px;
    top: 410px;
  }
  .mod-home-banner .item .hero-logo {
    width: 320px;
    top: 125px;
  }
  .mod-home-banner .item .hero-title {
    font-size: 70px;
    bottom: 75px;
  }
}
@media (max-width: 767px) {
  .mod-home-banner .item .inner {
    height: 600px;
  }
  .mod-home-banner .item .bg-layer {
    top: 70px;
    height: calc(100% - 135px);
  }
  .mod-home-banner .item .hero-image {
    width: 680px;
    height: 680px;
    top: -75px;
    left: 120px;
  }
  .mod-home-banner .item .hero-ticket {
    width: 130px;
    left: 360px;
    top: 360px;
  }
  .mod-home-banner .item .hero-logo {
    width: 280px;
    top: 100px;
  }
  .mod-home-banner .item .hero-title {
    font-size: 66px;
    bottom: 85px;
  }
}
@media (max-width: 680px) {
  .mod-home-banner .item .inner {
    height: 550px;
  }
  .mod-home-banner .item .hero-image {
    width: 600px;
    height: 600px;
    top: -54px;
    left: 86px;
  }
  .mod-home-banner .item .hero-ticket {
    width: 115px;
    left: 300px;
    top: 323px;
  }
  .mod-home-banner .item .hero-logo {
    width: 280px;
    top: 100px;
  }
  .mod-home-banner .item .hero-title {
    font-size: 56px;
    bottom: 85px;
  }
}
@media (max-width: 640px) {
  .mod-home-banner .item .inner {
    height: 720px;
  }
  .mod-home-banner .item .hero-image {
    width: 600px;
    height: 600px;
    top: 120px;
    left: calc(50% - 300px);
  }
  .mod-home-banner .item .hero-ticket {
    width: 120px;
    top: 487px;
    left: calc(50% - 100px);
  }
  .mod-home-banner .item .hero-logo {
    width: 380px;
    top: 100px;
    left: calc(50% - 190px);
  }
  .mod-home-banner .item .hero-title {
    font-size: 52px;
    bottom: 85px;
    text-align: center;
  }
}
@media (max-width: 530px) {
  .mod-home-banner .c-corner-tl {
    width: 60px;
    border-top-width: 30px;
    border-right-width: 30px;
  }
  .mod-home-banner .c-corner-tr {
    border-top-width: 30px;
    border-left-width: 40px;
  }
  .mod-home-banner .c-corner-bl {
    border-bottom-width: 30px;
    border-right-width: 30px;
  }
}
@media (max-width: 430px) {
  .mod-home-banner .item .hero-image {
    width: 580px;
    height: 580px;
    top: 120px;
    left: calc(50% - 290px);
  }
  .mod-home-banner .item .hero-ticket {
    width: 120px;
    top: 487px;
    left: calc(50% - 100px);
  }
  .mod-home-banner .item .hero-logo {
    width: 340px;
    left: calc(50% - 170px);
  }
  .mod-home-banner .item .hero-title {
    font-size: 52px;
    bottom: 85px;
    text-align: center;
  }
}
.mod-pagehero-b {
  position: relative;
  border-top: 150px solid #0B0019;
}
.mod-pagehero-b .hero-image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  clip-path: polygon(0% 6%, 7% 6%, 9% 0, 95% 0, 100% 5%, 100% 100%, 3% 100%, 0% 91%);
}
.mod-pagehero-b .inner {
  height: 800px;
  position: relative;
}
.mod-pagehero-b .hero-logo {
  width: 600px;
  position: absolute;
  top: 40px;
  right: 0;
}
.mod-pagehero-b .hero-title {
  max-width: 1000px;
  position: absolute;
  bottom: 40px;
  left: 0;
}
.mod-pagehero-b .hero-title .pretitle {
  display: block;
  max-width: 340px;
  padding-left: 20px;
  font-family: 'PPFraktionMono-Regular', sans-serif;
  font-weight: 300;
  font-style: italic;
  font-weight: bold;
  font-size: 44px;
  line-height: 1.1em;
  opacity: 0.6;
}
@media (max-width: 1400px) {
  .mod-pagehero-b .inner {
    height: 750px;
  }
  .mod-pagehero-b .hero-logo {
    width: 540px;
  }
}
@media (max-width: 1200px) {
  .mod-pagehero-b .inner {
    height: 700px;
  }
  .mod-pagehero-b .hero-logo {
    width: 480px;
  }
  .mod-pagehero-b .hero-title .pretitle {
    font-size: 36px;
  }
}
@media (max-width: 991px) {
  .mod-pagehero-b {
    border-top: 100px solid #0B0019;
  }
  .mod-pagehero-b .container {
    max-width: unset;
  }
  .mod-pagehero-b .inner {
    height: 550px;
  }
  .mod-pagehero-b .hero-logo {
    width: 380px;
  }
  .mod-pagehero-b .hero-title .pretitle {
    font-size: 30px;
    padding-left: 10px;
  }
}
@media (max-width: 767px) {
  .mod-pagehero-b {
    border-top: 70px solid #0B0019;
  }
  .mod-pagehero-b .inner {
    height: 450px;
  }
  .mod-pagehero-b .hero-logo {
    width: 300px;
    top: 25px;
  }
}
@media (max-width: 680px) {
  .mod-pagehero-b .inner {
    height: 360px;
  }
  .mod-pagehero-b .hero-logo {
    width: 240px;
  }
  .mod-pagehero-b .hero-title {
    bottom: 25px;
  }
  .mod-pagehero-b .hero-title .pretitle {
    font-size: 26px;
    padding-left: 5px;
  }
}
.mod-pagehero-c {
  position: relative;
  border-top: 150px solid #0B0019;
}
.mod-pagehero-c .hero-image,
.mod-pagehero-c .hero-video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  clip-path: polygon(0% 6%, 7% 6%, 9% 0, 95% 0, 100% 5%, 100% 100%, 3% 100%, 0% 91%);
}
.mod-pagehero-c .bg-video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}
.mod-pagehero-c .inner {
  height: 80vh;
  position: relative;
}
.mod-pagehero-c .hero-title {
  position: absolute;
  bottom: 40px;
  left: 0;
  font-size: 140px;
}
@media (max-width: 1600px) {
  .mod-pagehero-c .inner {
    height: 80vh;
  }
  .mod-pagehero-c .hero-title {
    font-size: 130px;
  }
}
@media (max-width: 1400px) {
  .mod-pagehero-c .inner {
    height: 80vh;
  }
  .mod-pagehero-c .hero-title {
    font-size: 120px;
  }
}
@media (max-width: 1400px) {
  .mod-pagehero-c .hero-title {
    font-size: 110px;
  }
}
@media (max-width: 1200px) {
  .mod-pagehero-c .hero-title {
    font-size: 100px;
  }
}
@media (max-width: 991px) {
  .mod-pagehero-c {
    border-top-width: 100px;
  }
  .mod-pagehero-c .inner {
    height: 80vh;
  }
  .mod-pagehero-c .hero-title {
    font-size: 80px;
  }
}
@media (max-width: 767px) {
  .mod-pagehero-c {
    border-top-width: 70px;
  }
  .mod-pagehero-c .inner {
    height: 80vh;
  }
  .mod-pagehero-c .hero-title {
    font-size: 70px;
  }
}
@media (max-width: 650px) {
  .mod-pagehero-c .inner {
    height: 500px;
  }
  .mod-pagehero-c .hero-title {
    font-size: 60px;
  }
}
@media (max-width: 560px) {
  .mod-pagehero-c .inner {
    height: 500px;
  }
  .mod-pagehero-c .hero-title {
    font-size: 50px;
  }
}
@media (max-width: 460px) {
  .mod-pagehero-c .inner {
    height: 450px;
  }
  .mod-pagehero-c .hero-title {
    font-size: 40px;
  }
}
.mod-pagehero-d {
  padding-top: 250px;
  margin-bottom: 120px;
}
.mod-pagehero-d .hero-output {
  font-size: 18px;
  max-width: 480px;
}
.mod-pagehero-d .hero-output.narrow {
  max-width: 300px;
}
.mod-pagehero-d .hero-actions {
  margin-top: 30px;
}
@media (max-width: 1400px) {
  .mod-pagehero-d {
    margin-bottom: 120px;
  }
}
@media (max-width: 1200px) {
  .mod-pagehero-d {
    padding-top: 220px;
    margin-bottom: 120px;
  }
}
@media (max-width: 991px) {
  .mod-pagehero-d {
    padding-top: 180px;
    margin-bottom: 100px;
  }
  .mod-pagehero-d .col-left {
    width: 100%;
    margin-bottom: 20px;
  }
  .mod-pagehero-d .col-right {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .mod-pagehero-d {
    padding-top: 140px;
    margin-bottom: 80px;
  }
}
.section {
  border-bottom: 1px solid transparent;
}
.section .container {
  position: relative;
  z-index: 10;
  min-height: 100px;
}
.mod-section .inner {
  min-height: 500px;
}
.mod-intro {
  padding: 120px 0;
}
.mod-intro .col-left .inner {
  max-width: 520px;
  margin-left: 80px;
}
.mod-intro .col-right .inner {
  padding-top: 20px;
}
.mod-intro .article-output {
  margin: 20px 0 30px;
}
@media (max-width: 1400px) {
  .mod-intro .col-left .inner {
    margin-left: 40px;
  }
}
@media (max-width: 1200px) {
  .mod-intro {
    padding: 100px 0;
  }
  .mod-intro .col-left .inner {
    margin-left: 0;
  }
}
@media (max-width: 991px) {
  .mod-intro {
    padding: 80px 0;
  }
  .mod-intro .col-left {
    width: 100%;
  }
  .mod-intro .col-left .inner {
    max-width: none;
  }
  .mod-intro .col-right {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .mod-intro {
    padding: 60px 0;
  }
}
@media (max-width: 620px) {
  .mod-intro {
    padding: 40px 0 60px;
  }
}
.mod-about {
  padding: 120px 0;
}
.mod-about .article-header {
  margin-bottom: 40px;
}
.mod-about .article-body {
  margin-left: 160px;
  margin-right: 160px;
}
.mod-about .article-actions {
  margin-top: 40px;
}
@media (max-width: 1400px) {
  .mod-about .col-left {
    width: 70%;
  }
}
@media (max-width: 1200px) {
  .mod-about {
    padding: 100px 0;
  }
  .mod-about .col-left {
    width: 80%;
  }
}
@media (max-width: 991px) {
  .mod-about {
    padding: 80px 0;
  }
  .mod-about .col-left {
    width: 100%;
  }
  .mod-about .article-body {
    margin-left: 100px;
    margin-right: 80px;
  }
}
@media (max-width: 767px) {
  .mod-about {
    padding: 80px 0;
  }
  .mod-about .article-body {
    margin-left: 0;
    margin-right: 0;
  }
}
.mod-trailer {
  padding: 40px 0;
}
.mod-trailer .container {
  max-width: 2000px;
}
.mod-trailer.p-clear {
  padding: 0;
}
.mod-trailer .trailer-box {
  width: 100%;
  height: 700px;
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  clip-path: polygon(97% 0%, 100% 7%, 100% 62%, 99% 64%, 99% 96%, 97% 100%, 2% 100%, 0% 92%, 0% 60%, 1% 57%, 1% 5%, 3% 0%);
}
.mod-trailer .trailer-box:before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #000000;
  opacity: 0.2;
  opacity: 0.5;
}
.mod-trailer .trailer-box .logo {
  max-width: 700px;
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
}
.mod-trailer .trailer-box .play-button {
  display: block;
  width: 250px;
  height: 70px;
  background-image: url(../img/svg/play-button.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 1600px) {
  .mod-trailer .trailer-box {
    height: 650px;
  }
}
@media (max-width: 1400px) {
  .mod-trailer .trailer-box {
    height: 600px;
  }
  .mod-trailer .trailer-box .logo {
    max-width: 600px;
  }
}
@media (max-width: 1200px) {
  .mod-trailer .trailer-box {
    height: 550px;
  }
  .mod-trailer .trailer-box .logo {
    max-width: 550px;
  }
}
@media (max-width: 991px) {
  .mod-trailer .trailer-box {
    height: 450px;
  }
  .mod-trailer .trailer-box .logo {
    max-width: 450px;
  }
}
@media (max-width: 767px) {
  .mod-trailer .trailer-box {
    height: 400px;
  }
  .mod-trailer .trailer-box .logo {
    max-width: 400px;
  }
}
@media (max-width: 600px) {
  .mod-trailer .trailer-box {
    height: 360px;
  }
  .mod-trailer .trailer-box .logo {
    max-width: 320px;
  }
}
.mod-games {
  overflow: hidden;
  padding-top: 120px;
}
.mod-games .m-top {
  margin-bottom: 40px;
}
.mod-games .m-top .article-output {
  max-width: 300px;
  text-transform: uppercase;
}
.mod-games .portfolio-panels {
  width: calc(800px + (4 * 50vw));
  padding-left: 500px;
  padding-right: 300px;
  display: flex;
  flex-wrap: nowrap;
}
.mod-games .portfolio-panel {
  width: 50vw;
  position: relative;
  padding-right: 160px;
}
.mod-games .portfolio-panel .inner {
  position: relative;
  padding-bottom: 100px;
}
.mod-games .portfolio-panel .article-title {
  max-width: 360px;
  margin-top: -30px;
}
.mod-games .portfolio-panel .content {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.mod-games .portfolio-panel .content .button {
  position: absolute;
  bottom: 10px;
  right: 0;
}
.mod-games .panel-last .inner .button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 1600px) {
  .mod-games .portfolio-panel {
    padding-right: 100px;
  }
}
@media (max-width: 1400px) {
  .mod-games .portfolio-panels {
    width: calc(600px + (4 * 60vw));
    padding-left: 400px;
    padding-right: 200px;
  }
  .mod-games .portfolio-panel {
    width: 60vw;
    padding-right: 120px;
  }
  .mod-games .portfolio-panel .inner {
    padding-bottom: 90px;
  }
  .mod-games .portfolio-panel .article-title {
    max-width: 300px;
    font-size: 46px;
  }
}
@media (max-width: 1200px) {
  .mod-games .portfolio-panels {
    width: calc(600px + (4 * 70vw));
    padding-left: 400px;
    padding-right: 200px;
  }
  .mod-games .portfolio-panel {
    width: 70vw;
    padding-right: 140px;
  }
  .mod-games .portfolio-panel .inner {
    padding-bottom: 90px;
  }
  .mod-games .portfolio-panel .article-title {
    max-width: 300px;
    font-size: 46px;
  }
}
@media (max-width: 1100px) {
  .mod-games .portfolio-panel {
    padding-right: 80px;
  }
}
@media (max-width: 991px) {
  .mod-games .portfolio-panels {
    width: calc(400px + (4 * 80vw));
    padding-left: 400px;
    padding-right: 0px;
  }
  .mod-games .portfolio-panel {
    width: 80vw;
    padding-right: 160px;
  }
  .mod-games .portfolio-panel .article-title {
    font-size: 46px;
  }
}
@media (max-width: 900px) {
  .mod-games .portfolio-panel {
    padding-right: 10vw;
  }
  .mod-games .portfolio-panel .article-title {
    font-size: 44px;
  }
}
@media (max-width: 767px) {
  .mod-games .portfolio-panels {
    width: calc(400px + (4 * 100vw));
    padding-left: 400px;
    padding-right: 0;
  }
  .mod-games .portfolio-panel {
    width: 100vw;
    padding-right: 160px;
  }
  .mod-games .portfolio-panel .article-title {
    font-size: 42px;
  }
}
@media (max-width: 680px) {
  .mod-games .portfolio-panel {
    padding-right: 100px;
  }
  .mod-games .portfolio-panel .article-title {
    font-size: 40px;
  }
}
@media (max-width: 580px) {
  .mod-games .portfolio-panels {
    width: calc(200px + (4 * 100vw));
    padding-left: 200px;
    padding-right: 0;
  }
  .mod-games .portfolio-panel {
    padding-right: 60px;
    padding-left: 30px;
  }
  .mod-games .portfolio-panel .article-title {
    font-size: 38px;
    margin-bottom: 30px;
  }
  .mod-games .portfolio-panel .content .button {
    position: relative;
    bottom: 0;
    right: auto;
    left: 120px;
  }
}
@media (max-width: 480px) {
  .mod-games .portfolio-panels {
    width: calc(0 + (4 * 100vw));
    padding-left: 0;
    padding-right: 0;
  }
  .mod-games .portfolio-panel {
    padding-right: 25px;
    padding-left: 25px;
  }
  .mod-games .portfolio-panel .article-title {
    font-size: 36px;
    margin-bottom: 20px;
  }
}
.mod-news {
  padding: 80px 0 30px;
}
.mod-news .m-top {
  margin-bottom: 40px;
  position: relative;
}
.mod-news .m-top .article-output {
  max-width: 300px;
  text-transform: uppercase;
}
.mod-news .m-top .m-action {
  position: absolute;
  bottom: 0;
  right: 0;
}
.mod-news.mod-diaries .m-top .article-output {
  max-width: 750px;
}
@media (max-width: 1200px) {
  .mod-news .c-gridcard .article-info {
    padding: 30px 60px 30px 30px;
  }
}
@media (max-width: 991px) {
  .mod-news .m-top .article-output {
    max-width: 450px;
  }
  .mod-news .m-top .m-action {
    position: static;
    margin-top: 30px;
  }
}
@media (max-width: 650px) {
  .mod-news .item {
    width: 100%;
    margin-bottom: 60px;
  }
  .mod-news .item:last-child {
    margin-bottom: 0;
  }
}
.mod-community-creators {
  padding: 160px 0 40px 0;
}
.mod-community-creators .panel {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#27073a+0,160a1e+100 */
  background: linear-gradient(135deg, #27073a 0%, #160a1e 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  position: relative;
}
.mod-community-creators .article-image {
  width: 500px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.mod-community-creators .col-left {
  position: relative;
  z-index: 5;
}
.mod-community-creators .col-left .inner {
  padding: 90px 240px 80px 80px;
}
.mod-community-creators .col-right {
  position: relative;
  z-index: 5;
}
.mod-community-creators .col-right .inner {
  padding: 90px 40px 80px;
  text-align: right;
}
.mod-community-creators .col-right .label {
  display: block;
  margin-bottom: 30px;
}
@media (max-width: 1600px) {
  .mod-community-creators .col-left .inner {
    padding: 70px 240px 60px 80px;
  }
  .mod-community-creators .col-right .inner {
    padding: 70px 40px 60px;
  }
}
@media (max-width: 1400px) {
  .mod-community-creators .col-left .inner {
    padding: 60px 240px 60px 40px;
  }
  .mod-community-creators .col-right .inner {
    padding: 60px 40px 60px;
  }
}
@media (max-width: 1200px) {
  .mod-community-creators .col-left {
    width: 60%;
  }
  .mod-community-creators .col-left .inner {
    padding: 40px 40px 30px 40px;
  }
  .mod-community-creators .col-right {
    width: 65%;
  }
  .mod-community-creators .col-right .inner {
    padding: 0 40px 40px;
    text-align: left;
  }
  .mod-community-creators .col-right .label {
    margin-bottom: 20px;
  }
  .mod-community-creators .article-image {
    width: 400px;
    left: auto;
    right: 20px;
    transform: translateX(0);
  }
}
@media (max-width: 991px) {
  .mod-community-creators .article-image {
    width: 320px;
  }
}
@media (max-width: 650px) {
  .mod-community-creators .col-leftxx {
    width: 100%;
  }
  .mod-community-creators .col-rightxx {
    width: 100%;
  }
  .mod-community-creators .col-rightxx .inner {
    padding: 40px 40px 40px;
  }
  .mod-community-creators .article-image {
    width: 280px;
  }
}
@media (max-width: 600px) {
  .mod-community-creators .col-left {
    width: 100%;
  }
  .mod-community-creators .col-left .inner {
    padding: 50px 30px 30px 30px;
  }
  .mod-community-creators .col-right {
    width: 100%;
  }
  .mod-community-creators .col-right .inner {
    padding: 0 30px 320px;
  }
  .mod-community-creators .article-image {
    width: 320px;
    right: 50%;
    transform: translateX(50%);
  }
}
@media (max-width: 480px) {
  .mod-community-creatorsxx .col-right .inner {
    padding: 0 30px 260px;
  }
  .mod-community-creatorsxx .article-image {
    width: 340px;
  }
}
.mod-message {
  padding: 100px 0 40px;
}
.mod-message .panel {
  padding: 90px 0 70px;
  position: relative;
}
.mod-message .panel:before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: #4386b8;
  background: linear-gradient(45deg, #4386b8 0%, #29073e 51%);
  clip-path: polygon(0% 6%, 3% 0%, 57% 0%, 58% 4%, 73% 4%, 74% 0%, 97% 0%, 97% 17%, 100% 25%, 100% 69%, 98% 77%, 98% 90%, 96% 96%, 34.06% 96%, 32.29% 100%, 13% 100%, 11.43% 96%, 2% 96%, 2% 63%, 0% 56%);
  top: 0;
  left: 0;
}
.mod-message .col-left {
  position: relative;
  order: 1;
}
.mod-message .col-left .inner {
  min-height: 200px;
  padding-left: 80px;
}
.mod-message .col-left .article-title {
  margin-bottom: 30px;
}
.mod-message .col-right {
  position: relative;
  order: 5;
}
.mod-message .col-right .inner {
  display: flex;
}
.mod-message .col-right .content {
  align-self: flex-end;
  padding-left: 50px;
}
.mod-message .col-mid {
  position: relative;
  order: 3;
}
.mod-message .col-mid .article-image {
  position: absolute;
  bottom: -57px;
  left: 0;
}
.mod-community-join {
  padding: 80px 0;
}
.mod-community-join .panel {
  padding: 90px 0 50px;
  position: relative;
}
.mod-community-join .panel:before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: #4386b8;
  background: linear-gradient(45deg, #4386b8 0%, #29073e 51%);
  clip-path: polygon(0 6%, 3% 0%, 57% 0%, 58% 4%, 73% 4%, 74% 0%, 97% 0, 97% 17%, 100% 25%, 100% 69%, 98% 77%, 98% 90%, 96% 96%, 56% 96%, 55% 100%, 31% 100%, 30% 96%, 2% 96%, 2% 63%, 0 56%);
  top: 0;
  left: 0;
}
.mod-community-join .article-image {
  width: 450px;
  position: absolute;
  bottom: 16px;
  left: 0;
}
.mod-community-join .col-left {
  position: relative;
}
.mod-community-join .col-left .inner {
  min-height: 300px;
}
.mod-community-join .col-right {
  position: relative;
}
.mod-community-join .col-right .inner {
  position: relative;
}
.mod-community-join .col-right .inner .article-actions {
  position: absolute;
  bottom: 0;
  right: 80px;
}
.mod-community-join .col-right .inner .article-actions .button {
  min-width: 180px;
}
@media (max-width: 1400px) {
  .mod-community-join .panel {
    padding: 70px 0 50px;
  }
  .mod-community-join .article-image {
    width: 400px;
    left: -30px;
    bottom: 15px;
  }
  .mod-community-join .col-left .inner {
    min-height: 260px;
  }
}
@media (max-width: 1200px) {
  .mod-community-join .panel {
    padding: 70px 0 50px;
  }
  .mod-community-join .article-image {
    width: 380px;
  }
  .mod-community-join .col-left .inner {
    min-height: 240px;
  }
}
@media (max-width: 991px) {
  .mod-community-join .panel {
    padding: 60px 0 60px;
  }
  .mod-community-join .article-image {
    width: 320px;
    left: -55px;
    bottom: 12px;
  }
  .mod-community-join .inner {
    padding-left: 240px;
    padding-right: 100px;
  }
  .mod-community-join .col-left {
    width: 100%;
    margin-bottom: 30px;
  }
  .mod-community-join .col-left .inner {
    min-height: 30px;
  }
  .mod-community-join .col-right {
    width: 100%;
  }
  .mod-community-join .col-right .inner .article-actions {
    position: static;
  }
}
@media (max-width: 620px) {
  .mod-community-join .inner {
    padding-left: 240px;
    padding-right: 40px;
  }
}
@media (max-width: 520px) {
  .mod-community-join .inner {
    padding-left: 40px;
    padding-right: 40px;
    text-align: center;
  }
  .mod-community-join .article-image {
    display: none;
  }
}
.mod-awards {
  margin: 100px 0;
}
.mod-awards .primary .article-title {
  max-width: 750px;
}
.mod-awards .primary .article-output {
  max-width: 450px;
}
.mod-awards .secondary {
  padding-top: 40px;
}
@media (max-width: 1200px) {
  .mod-awards {
    margin: 80px 0;
  }
}
@media (max-width: 991px) {
  .mod-awards .secondary .col-left {
    display: none;
  }
  .mod-awards .secondary .col-right {
    width: 100%;
  }
}
@media (max-width: 620px) {
  .mod-awards {
    margin: 60px 0;
  }
  .mod-awards .primary .article-title {
    max-width: unset;
  }
  .mod-awards .primary .article-output {
    max-width: unset;
  }
  .mod-awards .c-award-list .item-1 {
    width: 100%;
  }
}
@media (max-width: 540px) {
  .mod-awards .c-award-list .item-2,
  .mod-awards .c-award-list .item-3 {
    width: 45%;
  }
  .mod-awards .c-award-list .item-4 {
    width: 100%;
    text-align: left;
  }
}
@media (max-width: 420px) {
  .mod-awards .c-award-list .item-2,
  .mod-awards .c-award-list .item-3 {
    width: 100%;
  }
}
.mod-subscribe {
  padding: 80px 0;
}
.mod-subscribe .panel {
  min-height: 240px;
  padding: 40px 0 10px;
  position: relative;
  z-index: 5;
}
.mod-subscribe .panel:before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: #29073e;
  background: linear-gradient(144deg, #29073e 40%, #4386b8 100%);
  clip-path: polygon(6% 0, 99% 0%, 95% 61%, 100% 61%, 97% 100%, 4% 100%, 5% 75%, 0% 75%, 2% 29%);
  top: 0;
  left: 0;
  z-index: -1;
}
.mod-subscribe .panel .article-image {
  width: 420px;
  position: absolute;
  bottom: 0;
  right: 0;
  pointer-events: none;
}
.mod-subscribe .primary {
  margin-bottom: 40px;
}
.mod-subscribe .primary .col-left {
  position: relative;
}
.mod-subscribe .primary .col-left .article-title {
  width: 320px;
  margin-right: 40px;
  font-size: 46px;
}
.mod-subscribe .primary .col-left .article-output {
  width: 320px;
  padding-bottom: 10px;
}
.mod-subscribe .formResponsive {
  padding: 30px 0 10px 0;
  margin-right: 200px;
}
.mod-subscribe .formResponsive .formSpan12 {
  overflow: hidden;
}
.mod-subscribe .formResponsive .rsform-block {
  width: 45%;
  float: left;
  clear: none;
  margin-right: 5%;
}
.mod-subscribe .formResponsive .rsform-block-name,
.mod-subscribe .formResponsive .rsform-block-email {
  margin-bottom: 40px;
}
@media (max-width: 1600px) {
  .mod-subscribe .primary .col-left {
    margin-left: 12%;
  }
  .mod-subscribe .secondary .col-left {
    margin-left: 12%;
  }
}
@media (max-width: 1400px) {
  .mod-subscribe .primary .col-left {
    margin-left: 10%;
  }
  .mod-subscribe .primary .col-left .article-output {
    width: 300px;
  }
  .mod-subscribe .secondary .col-left {
    margin-left: 10%;
  }
  .mod-subscribe .panel .article-image {
    width: 380px;
    right: -20px;
  }
}
@media (max-width: 1200px) {
  .mod-subscribe {
    padding: 60px 0 80px;
  }
  .mod-subscribe .primary {
    margin-bottom: 30px;
  }
  .mod-subscribe .primary .col-left {
    width: calc(100% - 450px);
    margin-left: 80px;
    display: block !important;
  }
  .mod-subscribe .primary .col-left .article-title {
    width: 100%;
    margin-right: 0;
  }
  .mod-subscribe .primary .col-left .article-output {
    width: 100%;
    padding-bottom: 0;
  }
  .mod-subscribe .secondary .col-left {
    width: calc(100% - 450px);
    margin-left: 80px;
  }
  .mod-subscribe .panel .article-image {
    width: 340px;
    right: 0;
  }
  .mod-subscribe .formResponsive {
    margin-right: 0;
  }
}
@media (max-width: 991px) {
  .mod-subscribe .primary .col-left {
    width: calc(100% - 65px);
    margin-left: 65px;
  }
  .mod-subscribe .secondary .col-left {
    width: 100%;
    margin-left: 0;
  }
  .mod-subscribe .panel {
    padding: 40px 65px 10px;
  }
  .mod-subscribe .panel .article-image {
    display: none;
  }
}
@media (max-width: 620px) {
  .mod-subscribe {
    padding: 40px 0 60px;
  }
  .mod-subscribe .primary .col-left {
    width: calc(100% - 50px);
    margin-left: 0;
  }
  .mod-subscribe .panel {
    padding: 30px 50px 10px;
  }
  .mod-subscribe .formResponsive .rsform-block {
    width: 100%;
    float: none;
    margin-right: 0;
  }
  .mod-subscribe .formResponsive .rsform-block-name,
  .mod-subscribe .formResponsive .rsform-block-email {
    margin-bottom: 20px;
  }
}
.mod-join-us {
  padding: 80px 0;
}
.mod-join-us .panel {
  min-height: 300px;
  padding: 60px 0 30px;
  position: relative;
  z-index: 5;
}
.mod-join-us .panel:before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: #29073e;
  background: linear-gradient(144deg, #29073e 40%, #4386b8 100%);
  clip-path: polygon(6% 0, 99% 0%, 95% 61%, 100% 61%, 97% 100%, 4% 100%, 5% 75%, 0% 75%, 2% 29%);
  top: 0;
  left: 0;
  z-index: -1;
}
.mod-join-us .panel .article-image {
  width: 45%;
  position: absolute;
  bottom: 0;
  right: 60px;
  pointer-events: none;
}
.mod-join-us .panel .content {
  max-width: 400px;
  margin-left: 160px;
  position: relative;
  z-index: 10;
}
.mod-join-us .panel .article-actions {
  margin-top: 40px;
}
.mod-join-us .primary {
  margin-bottom: 40px;
}
.mod-join-us .primary .col-left {
  position: relative;
}
.mod-join-us .primary .col-left .article-title {
  width: 400px;
}
@media (max-width: 1400px) {
  .mod-join-us .panel {
    min-height: 200px;
    padding: 50px 0;
  }
  .mod-join-us .panel .content {
    margin-left: 120px;
  }
}
@media (max-width: 1200px) {
  .mod-join-us .panel .content {
    margin-left: 80px;
  }
}
@media (max-width: 991px) {
  .mod-join-us {
    padding: 60px 0 80px;
  }
  .mod-join-us .panel .content {
    width: 50%;
    margin-left: 60px;
  }
  .mod-join-us .panel .article-image {
    right: 30px;
  }
  .mod-join-us .primary {
    margin-bottom: 10px;
  }
  .mod-join-us .primary .col-left .article-title {
    width: 340px;
  }
}
@media (max-width: 767px) {
  .mod-join-us {
    padding: 40px 0 80px;
  }
  .mod-join-us .primary .col-left .article-title {
    width: 300px;
  }
}
@media (max-width: 600px) {
  .mod-join-us {
    padding: 40px 0 80px;
  }
  .mod-join-us .panel .content {
    width: 100%;
    max-width: unset;
    margin-left: 0;
    padding: 0 60px;
  }
  .mod-join-us .panel .article-image {
    display: none;
  }
}
.mod-team {
  padding: 0 0 80px;
}
.mod-team .category-header {
  padding-left: 80px;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .mod-team .category-header {
    padding-left: 30px;
  }
}
@media (max-width: 767px) {
  .mod-team .category-header {
    padding-left: 0;
  }
}
.mod-images {
  padding: 80px 0;
}
.mod-images .m-header {
  margin-bottom: 40px;
}
.mod-images .splide-images {
  width: 100%;
}
.mod-images .splide-images .splide__slide .image {
  display: block;
  clip-path: polygon(0% 0%, 12% 0%, 14% 5%, 29% 5%, 31% 0, 80% 0, 80% 10%, 88% 10%, 100% 24%, 100% 100%, 87% 100%, 85% 95%, 71% 95%, 69% 100%, 14% 100%, 1% 83%, 1% 63%, 6% 58%, 6% 29%, 0% 24%);
  transition: all 0.3s ease-in-out;
}
.mod-images .splide-images .splide__slide:nth-child(odd) .image {
  clip-path: polygon(0% 0%, 14% 0%, 16% 5%, 31% 5%, 34% 0%, 82% 0%, 99% 22%, 99% 46%, 95% 51%, 95% 81%, 100% 86%, 100% 100%, 87% 100%, 85% 95%, 71% 95%, 69% 100%, 20% 100%, 20% 88%, 11% 88%, 0% 72%);
}
.mod-soundtrack {
  padding: 80px 0 100px;
}
.mod-soundtrack .m-header {
  margin-bottom: 40px;
}
.mod-soundtrack .col-left .inner {
  position: relative;
}
.mod-soundtrack .col-left .inner iframe {
  display: block;
}
.mod-soundtrack .col-right .inner {
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
}
.mod-soundtrack .col-right .inner .js-video {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease-in-out;
}
.mod-soundtrack .col-right .inner .js-video .arrow {
  display: block;
  color: #fff;
  font-size: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.mod-soundtrack .col-right .inner .js-video:hover {
  transform: scale(1.2);
  background-color: rgba(0, 0, 0, 0.2);
}
.mod-soundtrack .m-footer {
  margin-top: 60px;
}
.mod-soundtrack .m-footer a {
  display: inline-block;
  margin-left: 30px;
  color: #fff;
  text-transform: uppercase;
  transition: all 0.25s ease-in-out;
}
.mod-soundtrack .m-footer a img {
  display: block;
  max-width: unset;
  height: 22px;
}
.mod-soundtrack .m-footer a:hover {
  transform: scale(1.15);
}
@media (max-width: 767px) {
  .mod-soundtrack .m-footer .pre-title {
    display: block;
    width: 100%;
  }
  .mod-soundtrack .m-footer a img {
    max-width: unset;
    height: 24px;
  }
}
@media (max-width: 720px) {
  .mod-soundtrack {
    padding: 80px 0 60px;
  }
  .mod-soundtrack .m-footer {
    display: block !important;
    text-align: center;
  }
  .mod-soundtrack .m-footer .pre-title {
    display: block;
    width: 100%;
    margin-bottom: 30px;
  }
  .mod-soundtrack .m-footer a {
    display: inline-block;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 20px;
  }
  .mod-soundtrack .m-footer a img {
    max-width: unset;
    height: 24px;
  }
}
@media (max-width: 660px) {
  .mod-soundtrack .col-left {
    width: 100%;
  }
  .mod-soundtrack .col-right {
    width: 100%;
    margin-top: 60px;
  }
  .mod-soundtrack .col-right .inner {
    height: 320px;
  }
}
.mod-gameawards {
  position: relative;
  padding: 150px 0;
}
.mod-gameawards:before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #000000;
  opacity: 0.2;
  opacity: 0.4;
  z-index: 2;
}
.mod-gameawards .bgimg {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}
.mod-gameawards .bgimg:before,
.mod-gameawards .bgimg:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&1+0,0+100 */
  background: -moz-linear-gradient(top, #0b0019 30%, rgba(11, 0, 25, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #0b0019 30%, rgba(11, 0, 25, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #0b0019 30%, rgba(11, 0, 25, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#00000000', GradientType=0);
  /* IE6-9 */
  height: 35%;
}
.mod-gameawards .bgimg:before {
  top: 0;
  left: 0;
}
.mod-gameawards .bgimg:after {
  bottom: 0;
  left: 0;
  transform: rotate(180deg);
}
.mod-gameawards .inner {
  min-height: 800px;
  position: relative;
  z-index: 10;
}
.mod-gameawards .rating-box {
  max-width: 700px;
  text-align: center;
  background-color: rgab(125, 186, 225, 0.8);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.mod-gameawards .rating-badge {
  display: inline-block;
  padding: 0 20px;
  margin-bottom: 50px;
  color: #fff;
  position: relative;
}
.mod-gameawards .rating-badge:before,
.mod-gameawards .rating-badge:after {
  display: block;
  content: "";
  width: 100px;
  height: 200px;
  background: url('../img/svg/leaves.svg');
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
}
.mod-gameawards .rating-badge:before {
  left: -100px;
}
.mod-gameawards .rating-badge:after {
  right: -100px;
  transform: scaleX(-1);
}
.mod-gameawards .rating-badge .rating {
  display: block;
  font-family: 'sf_pro_displayheavy_italic', sans-serif;
  font-size: 80px;
  line-height: 1em;
  margin-bottom: 15px;
}
.mod-gameawards .rating-badge .rating .number {
  font-size: 120px;
}
.mod-gameawards .rating-badge .critic {
  font-family: 'sf_pro_displaysemibold_italic', sans-serif;
  font-size: 50px;
  line-height: 1em;
}
.mod-gameawards .rating-info {
  max-width: 400px;
  margin: 0 auto;
}
.mod-gameawards .rating-info a {
  color: #fff;
}
.mod-gameawards .rating-info a:hover {
  opacity: 0.7;
}
.mod-gameawards .rating-link {
  color: #fff;
}
.mod-gameawards .rating-popup {
  margin-top: 10px;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .mod-gameawards {
    padding: 130px 0;
  }
}
@media (max-width: 767px) {
  .mod-gameawards {
    padding: 100px 0;
  }
  .mod-gameawards .rating-badge:before,
  .mod-gameawards .rating-badge:after {
    width: 80px;
    height: 160px;
  }
  .mod-gameawards .rating-badge:before {
    left: -70px;
  }
  .mod-gameawards .rating-badge:after {
    right: -70px;
  }
  .mod-gameawards .rating-badge .rating {
    font-size: 60px;
  }
  .mod-gameawards .rating-badge .rating .number {
    font-size: 90px;
  }
  .mod-gameawards .rating-badge .critic {
    font-size: 42px;
  }
  .mod-gameawards .rating-info {
    max-width: 700px;
    width: 500px;
  }
}
@media (max-width: 600px) {
  .mod-gameawards {
    padding: 0 0 60px;
  }
  .mod-gameawards .inner {
    min-height: 700px;
  }
  .mod-gameawards .rating-badge:before,
  .mod-gameawards .rating-badge:after {
    width: 80px;
    height: 160px;
  }
  .mod-gameawards .rating-badge:before {
    left: -70px;
  }
  .mod-gameawards .rating-badge:after {
    right: -70px;
  }
  .mod-gameawards .rating-badge .rating {
    font-size: 60px;
  }
  .mod-gameawards .rating-badge .rating .number {
    font-size: 90px;
  }
  .mod-gameawards .rating-badge .critic {
    font-size: 42px;
  }
  .mod-gameawards .rating-box {
    max-width: unset;
    width: 100%;
  }
  .mod-gameawards .rating-info {
    max-width: unset;
    width: 100%;
    padding: 0 20px;
  }
}
@media (max-width: 480px) {
  .mod-gameawards .inner {
    min-height: 600px;
  }
  .mod-gameawards .rating-badge {
    margin-bottom: 30px;
  }
  .mod-gameawards .rating-badge:before,
  .mod-gameawards .rating-badge:after {
    width: 65px;
    height: 130px;
  }
  .mod-gameawards .rating-badge:before {
    left: -60px;
  }
  .mod-gameawards .rating-badge:after {
    right: -60px;
  }
  .mod-gameawards .rating-badge .rating {
    font-size: 40px;
  }
  .mod-gameawards .rating-badge .rating .number {
    font-size: 65px;
  }
  .mod-gameawards .rating-badge .critic {
    font-size: 34px;
  }
}
.mod-streamer-gallery {
  padding: 80px 0;
}
.mod-streamer-gallery .m-header {
  margin-bottom: 40px;
}
.mod-creators-form {
  margin-bottom: 60px;
}
.mod-creators-form .inner {
  position: relative;
  padding: 80px 80px 60px 80px;
}
.mod-creators-form .inner:before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  width: 500px;
  bottom: -30px;
  left: calc(100% - 80px);
  pointer-events: none;
  background-image: url(../img/png/creators-formside.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom left;
}
.mod-creators-form .bg-layer {
  background: #29073e;
  background: linear-gradient(144deg, #29073e 40%, #4386b8 100%);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.mod-creators-form .m-header {
  margin-bottom: 40px;
}
.mod-creators-form .formResponsive .formSpan12 {
  overflow: hidden;
}
.mod-creators-form .formResponsive .rsform-block-name,
.mod-creators-form .formResponsive .rsform-block-email,
.mod-creators-form .formResponsive .rsform-block-gamertag,
.mod-creators-form .formResponsive .rsform-block-link-to-platform {
  width: 48%;
  float: left;
  clear: none;
  margin-bottom: 20px;
}
.mod-creators-form .formResponsive .rsform-block-name,
.mod-creators-form .formResponsive .rsform-block-gamertag {
  margin-right: 2%;
}
.mod-creators-form .formResponsive .rsform-block-email,
.mod-creators-form .formResponsive .rsform-block-link-to-platform {
  margin-left: 2%;
}
.mod-creators-form .formResponsive .rsform-block-youtube-link {
  margin-bottom: 30px;
}
@media (max-width: 1400px) {
  .mod-creators-form .inner {
    padding: 80px 60px 60px 60px;
  }
}
@media (max-width: 991px) {
  .mod-creators-form .inner {
    padding: 60px 40px 50px 40px;
  }
  .mod-creators-form .inner:before {
    width: 330px;
    bottom: -21px;
    left: calc(100% - 60px);
  }
  .mod-creators-form .col-left {
    width: 75%;
  }
}
@media (max-width: 767px) {
  .mod-creators-form .inner {
    padding: 50px 30px 30px 30px;
  }
  .mod-creators-form .inner:before {
    width: 220px;
    bottom: -15px;
    left: calc(100% - 30px);
  }
  .mod-creators-form .col-left {
    width: 75%;
  }
}
@media (max-width: 660px) {
  .mod-creators-form {
    margin-bottom: 60px;
  }
  .mod-creators-form .inner {
    padding: 50px 30px 30px 30px;
  }
  .mod-creators-form .inner:before {
    display: none;
  }
  .mod-creators-form .col-left {
    width: 100%;
  }
}
@media (max-width: 520px) {
  .mod-creators-form .formResponsive .rsform-block-name,
  .mod-creators-form .formResponsive .rsform-block-email,
  .mod-creators-form .formResponsive .rsform-block-gamertag,
  .mod-creators-form .formResponsive .rsform-block-link-to-platform {
    width: 100%;
    float: none;
  }
  .mod-creators-form .formResponsive .rsform-block-name,
  .mod-creators-form .formResponsive .rsform-block-gamertag {
    margin-right: 0;
  }
  .mod-creators-form .formResponsive .rsform-block-email,
  .mod-creators-form .formResponsive .rsform-block-link-to-platform {
    margin-left: 0;
  }
}
.mod-creators-pack .inner {
  padding: 80px;
}
.mod-creators-pack .m-header {
  max-width: 500px;
  margin-bottom: 30px;
}
.mod-creators-pack .m-header .article-title {
  margin-bottom: 30px;
}
.mod-creators-pack .article-downloads {
  margin-top: 30px;
}
@media (max-width: 1400px) {
  .mod-creators-pack .inner {
    padding: 60px;
  }
}
@media (max-width: 991px) {
  .mod-creators-pack .inner {
    padding: 60px 0;
  }
}
@media (max-width: 767px) {
  .mod-creators-pack .inner {
    padding: 40px 0;
  }
}
.mod-press-kit {
  padding: 80px 0;
}
.mod-press-kit .inner {
  position: relative;
}
.mod-press-kit .bg-layer {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#29073e+0,160322+100 */
  background: linear-gradient(to bottom, #29073e 0%, #160322 100%);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.mod-press-kit .col-left {
  width: 50%;
  padding: 80px;
  min-height: 300px;
}
.mod-press-kit .col-right {
  padding: 80px;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (max-width: 1400px) {
  .mod-press-kit .col-left {
    padding: 60px;
  }
  .mod-press-kit .col-right {
    padding: 60px;
  }
}
@media (max-width: 1200px) {
  .mod-press-kit {
    padding: 60px 0 80px;
  }
}
@media (max-width: 991px) {
  .mod-press-kit .col-left {
    width: 100%;
    padding: 40px;
    min-height: 100px;
  }
  .mod-press-kit .col-right {
    position: static;
    width: 100%;
    padding: 0 40px 40px;
  }
}
@media (max-width: 767px) {
  .mod-press-kit {
    padding: 40px 0 60px;
  }
}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #8730B2;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#29073e+0,3c315a+100 */
  background: linear-gradient(to bottom, #29073e 0%, #3c315a 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  opacity: 0.9;
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 20px;
  box-sizing: border-box;
}
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}
/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.splide.arrows__bottom__center .splide__arrows {
  width: 130px;
  position: absolute;
  bottom: -60px;
  left: 50%;
  transform: translateX(-50%);
}
.splide.arrows__bottom__right .splide__arrows {
  width: 80px;
  height: 35px;
  position: absolute;
  bottom: -60px;
  right: 0;
}
.splide.arrows__bottom__right .splide__arrow {
  width: 35px;
  height: 40px;
  opacity: 1;
  border-radius: 0;
  background-color: transparent;
}
.splide.arrows__bottom__right .splide__arrow i {
  color: #fff;
  font-size: 36px;
}
.splide.arrows__bottom__right .splide__arrow i:before {
  margin: 0;
}
.splide.arrows__bottom__right .splide__arrow.splide__arrow--prev {
  left: 0px;
}
.splide.arrows__bottom__right .splide__arrow.splide__arrow--next {
  right: 0px;
}
.splide.arrows__outer .splide__arrows {
  width: 100%;
  position: absolute;
  top: 165px;
  left: 0;
}
.splide .splide__arrow {
  width: 50px;
  height: 70px;
  opacity: 1;
  border-radius: 0;
  background-color: transparent;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  transition: all 0.3s ease-in-out;
}
.splide .splide__arrow:before {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.splide .splide__arrow i {
  color: #fff;
  font-size: 70px;
  opacity: 0;
}
.splide .splide__arrow i:before {
  margin: 0;
}
.splide .splide__arrow svg {
  fill: #fff;
}
.splide .splide__arrow.splide__arrow--prev {
  left: -30px;
}
.splide .splide__arrow.splide__arrow--prev:before {
  background-image: url(../img/svg/button/btn-slider-arrow.svg);
  transform: rotate(180deg);
}
.splide .splide__arrow.splide__arrow--next {
  right: -30px;
}
.splide .splide__arrow.splide__arrow--next:before {
  background-image: url(../img/svg/button/btn-slider-arrow.svg);
}
.splide .splide__arrow:hover {
  opacity: 0.7;
}
.splide .splide__arrow.ar__blue5 i {
  color: #46AAFF;
}
.splide .splide__arrow:disabled {
  opacity: 0;
  pointer-events: none;
}
.splide .splide__pagination {
  width: 100%;
  padding: 0 40px;
  bottom: -70px;
}
.splide .splide__pagination li {
  line-height: 0;
  margin: 0 4px;
}
.splide .splide__pagination li button {
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  margin: 0;
  transform: unset;
  opacity: 1;
  background-color: #1132c4;
}
.splide .splide__pagination li button.is-active {
  background-color: #62a8f9;
}
@media (max-width: 991px) {
  .splide .splide__arrowxxx {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 640px) {
  .splide .splide__arrowxxx {
    width: 40px;
    height: 40px;
  }
}
.m-header {
  position: relative;
}
.m-header.indent-1 {
  padding-left: 30px;
}
.m-header.has-action .m-action {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (max-width: 680px) {
  .m-header.indent-1 {
    padding-left: 0;
  }
  .m-header.has-action .m-action {
    position: static;
    margin-top: 40px;
  }
}
.c-date {
  display: block;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: 'PPFraktionMono-Regular', sans-serif;
  font-weight: 300;
}
.c-gridcard .article-image {
  position: relative;
}
.c-gridcard .article-image .btn-video {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.2);
}
.c-gridcard .article-image .btn-video .arrow {
  display: block;
  color: #fff;
  font-size: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.c-gridcard .article-info {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#27073a+0,160a1e+100 */
  background: linear-gradient(135deg, #27073a 0%, #160a1e 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  padding: 30px 50px 40px 40px;
  position: relative;
}
.c-gridcard .article-info .button-arrow {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}
.c-popup {
  max-width: 750px;
  padding: 40px;
  margin: 0 auto;
  border-radius: 3px;
  background-color: #000;
}
.c-corner {
  display: block;
  width: 0;
  height: 0;
  position: absolute;
}
.c-corner-tl {
  border-top: 27px solid #0B0019;
  border-right: 27px solid transparent;
  top: 0;
  left: 0;
}
.c-corner-tr {
  border-top: 27px solid #0B0019;
  border-left: 27px solid transparent;
  top: 0;
  right: 0;
}
.c-corner-bl {
  border-bottom: 27px solid #0B0019;
  border-right: 27px solid transparent;
  bottom: 0;
  left: 0;
}
.c-corner-br {
  border-bottom: 27px solid #0B0019;
  border-left: 27px solid transparent;
  bottom: 0;
  right: 0;
}
.has-corners-bottom {
  position: relative;
}
.has-corners-bottom:before,
.has-corners-bottom:after {
  display: block;
  content: "";
  width: 0;
  height: 0;
  position: absolute;
}
.has-corners-bottom:before {
  border-bottom: 27px solid #0B0019;
  border-right: 27px solid transparent;
  bottom: 0;
  left: 0;
}
.has-corners-bottom:after {
  border-bottom: 27px solid #0B0019;
  border-left: 27px solid transparent;
  bottom: 0;
  right: 0;
}
.c-award-list li {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.8);
  text-transform: uppercase;
}
.c-award-list li:last-child {
  border: none;
}
.c-award-list li span {
  flex: 0 0 auto;
  width: 35%;
}
.c-award-list li .item-1 {
  width: 15%;
  color: #8730B2;
}
.c-award-list li .item-4 {
  width: 10%;
  text-align: right;
}
.c-socials {
  column-count: 3;
}
.c-socials li {
  margin-bottom: 25px;
}
.c-socials a {
  display: block;
  font-family: 'PPFraktionMono-Regular', sans-serif;
  font-weight: 300;
  font-size: 22px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  white-space: nowrap;
  transition: all 0.3s ease-in-out;
}
.c-socials a .text {
  display: none;
}
.c-socials a:hover {
  transform: scale(1.1);
  color: #8730B2;
}
.c-socials.inline {
  column-count: 1;
}
.c-socials.inline li {
  display: inline-block;
  margin-bottom: 0;
}
.c-socials.inline a {
  display: inline-block;
  font-size: 26px;
}
.vcard .inner-card {
  position: relative;
  overflow: hidden;
}
.vcard .profile-image {
  clip-path: polygon(4% 0%, 94% 0%, 100% 7%, 100% 71%, 95% 74%, 95% 100%, 0% 100%, 0% 36%, 4% 33%);
}
.vcard .profile-info {
  background-color: #0B0019;
  padding: 15px 40px 5px 15px;
  clip-path: polygon(0% 0%, 91% 0, 100% 29%, 100% 100%, 0 100%);
  position: absolute;
  bottom: -1px;
  left: -1px;
}
.vcard:nth-child(6n+2) .profile-image {
  clip-path: polygon(0% 7%, 8% 0%, 100% 0%, 100% 41%, 96% 43%, 96% 94%, 90% 100%, 0% 100%);
}
.vcard:nth-child(6n+3) .profile-image {
  clip-path: polygon(0% 6%, 7% 0%, 97% 0, 97% 32%, 100% 34%, 100% 94%, 90% 100%, 4% 100%, 4% 73%, 0 68%);
}
.vcard:nth-child(6n+4) .profile-image {
  clip-path: polygon(0% 7%, 8% 0%, 100% 0%, 100% 41%, 96% 43%, 96% 94%, 90% 100%, 0% 100%);
}
.vcard:nth-child(6n+5) .profile-image {
  clip-path: polygon(0% 6%, 7% 0%, 97% 0, 97% 32%, 100% 34%, 100% 94%, 90% 100%, 4% 100%, 4% 73%, 0 68%);
}
.c-gridcard-b .card-info {
  padding-top: 40px;
  padding-bottom: 15px;
  position: relative;
}
.c-gridcard-b .card-info .article-title {
  width: 350px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.c-gridcard-b .card-info .article-actions {
  text-align: right;
}
@media (max-width: 1600px) {
  .c-gridcard-b .card-info {
    padding-top: 30px;
  }
}
@media (max-width: 1400px) {
  .c-gridcard-b .card-info {
    padding-top: 20px;
  }
}
@media (max-width: 1200px) {
  .c-gridcard-b {
    position: relative;
    padding-bottom: 110px;
  }
  .c-gridcard-b .card-info {
    width: 100%;
    padding: 0;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .c-gridcard-b .card-info .article-title {
    width: 350px;
    position: static;
    margin-bottom: 30px;
  }
  .c-gridcard-b .card-info .article-actions {
    text-align: left;
  }
}
@media (max-width: 540px) {
  .c-gridcard-b .card-info .article-title {
    margin-bottom: 20px;
  }
}
.c-gridcard-c .card-image {
  margin-bottom: 40px;
}
.c-gridcard-c .card-info .article-output {
  margin-top: 20px;
  margin-bottom: 20px;
}
.producten-grid .item {
  margin-bottom: 140px;
}
.producten-grid .item:nth-child(odd) {
  padding-right: 100px;
}
.producten-grid .item:nth-child(even) {
  padding-left: 100px;
}
@media (max-width: 1600px) {
  .producten-grid .item {
    margin-bottom: 140px;
  }
  .producten-grid .item:nth-child(odd) {
    padding-right: 70px;
  }
  .producten-grid .item:nth-child(even) {
    padding-left: 70px;
  }
  .producten-grid .item .article-title {
    font-size: 50px;
  }
}
@media (max-width: 1400px) {
  .producten-grid .item {
    margin-bottom: 120px;
  }
  .producten-grid .item:nth-child(odd) {
    padding-right: 50px;
  }
  .producten-grid .item:nth-child(even) {
    padding-left: 50px;
  }
  .producten-grid .item .article-title {
    width: 260px;
    font-size: 40px;
  }
}
@media (max-width: 1200px) {
  .producten-grid .item {
    margin-bottom: 100px;
  }
  .producten-grid .item:nth-child(odd) {
    padding-right: 20px;
  }
  .producten-grid .item:nth-child(even) {
    padding-left: 20px;
  }
  .producten-grid .item .article-title {
    width: 260px;
    font-size: 40px;
  }
}
@media (max-width: 620px) {
  .producten-grid .item .article-title {
    width: 220px;
    font-size: 34px;
  }
}
@media (max-width: 540px) {
  .producten-grid .item .article-title {
    width: 220px;
    font-size: 32px;
  }
}
@media (max-width: 500px) {
  .producten-grid .item {
    width: 100%;
  }
  .producten-grid .item:nth-child(odd) {
    padding: 0 30px;
  }
  .producten-grid .item:nth-child(even) {
    padding: 0 30px;
  }
}
.contact-grid .item {
  margin-bottom: 60px;
}
.section-articles {
  padding-top: 20px;
  padding-bottom: 40px;
}
.section-articles .item {
  margin-bottom: 80px;
}
.bricks {
  margin-left: -15px;
  margin-right: -15px;
}
.bricks .brick-sizer {
  width: 5%;
}
.bricks .brick {
  width: 50%;
  padding: 15px;
}
.bricks .brick .spacer {
  height: 120px;
}
.bricks .brick .text-panel {
  min-height: 120px;
  padding-top: 20px;
}
.bricks .brick .text-panel ul:last-child,
.bricks .brick .text-panel p:last-child {
  margin-bottom: 0;
}
.bricks .brick .image {
  display: block;
  margin: 0;
  position: relative;
}
.bricks .brick .image img {
  width: 100%;
}
.bricks .brick .image.has-overlay:before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  height: 50%;
  top: auto;
  bottom: 0;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,1+100 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000000 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0);
  /* IE6-9 */
}
.bricks .brick .image-panel {
  position: relative;
  overflow: hidden;
}
.bricks .brick .image-panel .info-on,
.bricks .brick .image-panel .info-off {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 5;
  padding: 50px;
  color: #fff;
}
.bricks .brick .image-panel .info-on .title,
.bricks .brick .image-panel .info-off .title {
  display: block;
  margin-bottom: 30px;
  font-size: 150%;
  line-height: 1em;
}
.bricks .brick .image-panel .info-on .article-output,
.bricks .brick .image-panel .info-off .article-output {
  font-size: 15px;
  line-height: 1.5em;
}
.bricks .brick .image-panel .info-off {
  transition: all 0.4s ease-in-out;
  padding-right: 100px;
}
.bricks .brick .image-panel .info-off .article-output {
  margin-right: 30px;
}
.bricks .brick .image-panel .info-off .icn-info {
  display: block;
  width: 30px;
  height: 30px;
  background-color: #000;
  position: absolute;
  top: 50%;
  right: 20px;
  color: #fff;
  text-align: center;
  line-height: 30px;
}
.bricks .brick .image-panel .info-on {
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(15px);
  background-color: rgba(255, 255, 255, 0.15);
  transition: all 0.4s ease-in-out;
  opacity: 0;
  transform: translateY(100px);
  padding-top: 60px;
}
.bricks .brick .image-panel .info-on .close {
  display: none;
  width: 30px;
  height: 30px;
  background-color: #0B0019;
  position: absolute;
  top: 20px;
  right: 20px;
  color: #fff !important;
  text-align: center;
  line-height: 30px;
}
.bricks .brick .image-panel.is-landscape .info-on {
  width: 65%;
  height: 100%;
}
.bricks .brick .image-panel:hover .info-off,
.bricks .brick .image-panel:active .info-off {
  opacity: 0;
  transform: translateY(50px);
}
.bricks .brick .image-panel:hover .info-on,
.bricks .brick .image-panel:active .info-on {
  opacity: 1;
  transform: translate(0, 0);
}
.bricks .brick .c-gridcard {
  margin-bottom: 60px;
}
.bricks.has-bg-greys .brick:nth-child(8n+2) .c-gridcard .article-output,
.bricks.has-bg-greys .brick:nth-child(8n+3) .c-gridcard .article-output,
.bricks.has-bg-greys .brick:nth-child(8n+4) .c-gridcard .article-output,
.bricks.has-bg-greys .brick:nth-child(8n+5) .c-gridcard .article-output {
  color: #fff;
}
.bricks.has-bg-greys .brick:nth-child(8n+2) .c-gridcard .button,
.bricks.has-bg-greys .brick:nth-child(8n+3) .c-gridcard .button,
.bricks.has-bg-greys .brick:nth-child(8n+4) .c-gridcard .button,
.bricks.has-bg-greys .brick:nth-child(8n+5) .c-gridcard .button {
  border-color: #fff;
  color: #fff;
}
.bricks.has-bg-greys .brick:nth-child(8n+2):before,
.bricks.has-bg-greys .brick:nth-child(8n+6):before,
.bricks.has-bg-greys .brick:nth-child(8n+7):before {
  display: block;
  content: "";
  width: 4000px;
  position: absolute;
  z-index: -1;
  background-color: #0B0019;
}
.bricks.has-bg-greys .brick:nth-child(8n+2):before {
  height: 2200px;
  top: 550px;
  right: -1500px;
}
.bricks.has-bg-greys .brick:nth-child(8n+6):before {
  left: -1500px;
}
.bricks.has-bg-greys .brick:nth-child(8n+7):before {
  height: 1000px;
  left: -1500px;
  top: calc(-1000px + 550px);
}
@media (max-width: 1600px) {
  .bricks.has-bg-greys .brick:nth-child(8n+2):before {
    height: 2000px;
    top: 450px;
  }
  .bricks.has-bg-greys .brick:nth-child(8n+7):before {
    top: calc(-1000px + 450px);
  }
}
@media (max-width: 1400px) {
  .bricks .brick .image-panel .info-on,
  .bricks .brick .image-panel .info-off {
    padding: 40px;
  }
  .bricks .brick .image-panel .info-on .title,
  .bricks .brick .image-panel .info-off .title {
    font-size: 135%;
    margin-bottom: 20px;
  }
  .bricks.has-bg-greys .brick:nth-child(8n+2):before {
    height: 1800px;
    top: 500px;
  }
  .bricks.has-bg-greys .brick:nth-child(8n+7):before {
    top: calc(-1000px + 400px);
  }
}
@media (max-width: 1200px) {
  .bricks .brick .image-panel .info-on,
  .bricks .brick .image-panel .info-off {
    padding: 30px;
  }
  .bricks .brick .image-panel .info-on .title,
  .bricks .brick .image-panel .info-off .title {
    margin-bottom: 15px;
    font-size: 120%;
  }
  .bricks .brick .image-panel.is-landscape .info-on {
    width: 100%;
  }
  .bricks.has-bg-greys .brick:nth-child(8n+2):before {
    height: 1600px;
    top: 340px;
  }
  .bricks.has-bg-greys .brick:nth-child(8n+7):before {
    top: calc(-1000px + 350px);
  }
}
@media (max-width: 991px) {
  .bricks-mozaic.has-video-bricks .brick-spacer,
  .bricks-mozaic.has-info-bricks .brick-spacer {
    display: none;
  }
  .bricks-mozaic .brick-video,
  .bricks-mozaic .brick-info {
    width: 100%;
  }
  .bricks-mozaic .brick-video.brick-2,
  .bricks-mozaic .brick-info.brick-2 {
    padding-top: 8px;
  }
  .bricks {
    margin-left: -8px;
    margin-right: -8px;
  }
  .bricks .brick {
    padding: 8px;
  }
  .bricks .brick .image-panel.is-landscape .info-on {
    width: 70%;
    height: 100%;
  }
  .bricks.has-bg-greys .brick:nth-child(8n+2):before {
    height: 1300px;
    top: 350px;
  }
  .bricks.has-bg-greys .brick:nth-child(8n+7):before {
    height: 800px;
    top: calc(-1000px + 400px);
  }
}
@media (max-width: 680px) {
  .bricks.has-bg-greys .brick:nth-child(8n+2):before {
    height: 1000px;
    top: 300px;
  }
  .bricks.has-bg-greys .brick:nth-child(8n+7):before {
    height: 800px;
    top: calc(-1000px + 400px);
  }
}
@media (max-width: 640px) {
  .bricks-mozaic .brick-text {
    width: 100%;
    padding: 0 15px;
  }
  .bricks-mozaic .brick-text .text-panel {
    min-height: 30px;
    padding-top: 0;
    padding-bottom: 30px;
  }
  .bricks-mozaic .brick-spacer {
    display: none;
  }
  .bricks-mozaic .brick-2 {
    padding-top: 120px;
  }
  .brick-grid .brick {
    width: 100%;
  }
  .bricks.has-bg-greys .brick:nth-child(8n+2):before {
    height: 300%;
    top: 300px;
  }
  .bricks.has-bg-greys .brick:nth-child(8n+6):before {
    display: block;
    height: 200%;
    top: calc(-200% + 400px);
  }
  .bricks.has-bg-greys .brick:nth-child(8n+7):before {
    display: none;
  }
}
@media (max-width: 560px) {
  .bricks {
    margin-left: -5px;
    margin-right: -5px;
  }
  .bricks .brick {
    padding: 5px;
  }
  .bricks .brick.brick-2 {
    padding-top: 60px;
  }
  .bricks .brick.brick-info,
  .bricks .brick.brick-video {
    padding-top: 5px;
  }
  .bricks .brick .image-panel.is-landscape .info-on {
    width: 80%;
    height: 100%;
  }
  .bricks.has-bg-greys .brick:nth-child(8n+6):before {
    top: calc(-200% + 340px);
  }
}
@media (max-width: 480px) {
  .bricks .brick .image-panel img {
    height: 290px;
    object-fit: cover;
  }
  .bricks .brick .image-panel .info-on,
  .bricks .brick .image-panel .info-off {
    padding: 20px;
  }
  .bricks .brick .image-panel .info-on .title,
  .bricks .brick .image-panel .info-off .title {
    margin-bottom: 10px;
    font-size: 110%;
  }
  .bricks .brick .image-panel.is-landscape .info-on {
    width: 100%;
    height: auto;
  }
}
.brick-test .bricktest {
  padding: 30px;
  margin-bottom: 20px;
  background-color: pink;
}
.brick-test .bricktest:nth-child(8n+2) {
  background-color: red;
}
.brick-test .bricktest:nth-child(8n+3) {
  background-color: green;
}
.brick-test .bricktest:nth-child(8n+4) {
  background-color: deepskyblue;
}
.brick-test .bricktest:nth-child(8n+5) {
  background-color: greenyellow;
}
