/* compiled by scssphp v1.0.6 on Sun, 12 Jun 2022 09:36:39 +0000 (0.2889s) */

/* Games SCSS Document */
/* Variable defaults */
/* Typography */
/* Typography responsive */
/* Colors */
/* headings */
/* Headings responsive */
/* H1 heading */
/* H1 heading responsive */
/* H2 heading */
/* H2 heading responsive */
/* H3 heading */
/* H2 heading responsive */
/* H4 heading */
/* H4 heading responsive */
/* Buttons */
/* Buttons responsive */
/* Grids */
/* Layout */
/* Layout responsive */
/* Header */
/* Header responsive */
/* Footer */
/* Footer responsive */
/* Responsive Sizes */
/* Grid Percentages */
/* Colors */
/* Grid size */
/* All from mobile up (responsive all) */
@media all {
  .game-tile {
    position: relative;
    grid-column: span 1;
    grid-row: span 1;
  }
  .game-tile .game-tile-overlay1, .game-tile .game-tile-overlay2 {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    mix-blend-mode: darken;
    z-index: 1;
  }
  .game-tile .game-tile-overlay1 {
    background: -moz-linear-gradient(-45deg, black 0%, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(-45deg, black 0%, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(135deg, black 0%, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0) 100%);
    opacity: 0.5;
  }
  .game-tile .game-tile-overlay2 {
    background: -moz-linear-gradient(15deg, black 0%, rgba(0, 0, 0, 0) 65%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(15deg, black 0%, rgba(0, 0, 0, 0) 65%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(15deg, black 0%, rgba(0, 0, 0, 0) 65%, rgba(0, 0, 0, 0) 100%);
    opacity: 0.75;
  }
  .game-tile .game-tile-tag {
    position: absolute;
    top: 18px;
    left: 18px;
    transform-origin: left;
    z-index: 3;
  }
  .game-tile .game-tile-tag span {
    position: absolute;
    right: auto;
    color: #ffffff;
    display: block;
    font-size: 10px;
    font-weight: 700;
    line-height: 10px;
    letter-spacing: 0.04rem;
    text-transform: uppercase;
    padding: 2px 0 0;
    white-space: nowrap;
    background-color: transparent !important;
    border-top: 1px solid #ffffff;
    border-radius: 0px;
  }
  .game-tile .game-tile-text {
    position: absolute;
    top: auto;
    bottom: 12px;
    left: 18px;
    right: 18px;
    z-index: 2;
  }
  .game-tile .game-tile-text .game-tile-date {
    position: relative;
    top: auto;
    left: auto;
    display: block;
    color: white;
    font-size: 11px;
    font-weight: 600;
    line-height: 10px;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    margin: 0.3rem 0;
    z-index: 2;
  }
  .game-tile .game-tile-text .game-tile-date span {
    position: relative;
    top: auto;
    left: auto;
    white-space: nowrap;
  }
  .game-tile .game-tile-text .game-tile-title {
    position: relative;
    bottom: auto;
    top: auto;
    left: auto;
    display: block;
    color: #ffffff;
    font-size: 18px;
    font-weight: 900;
    line-height: 1em;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    z-index: 2;
  }
  .game-tile.large {
    grid-column: span 2;
    grid-row: span 2;
  }
  .game-tile.large .game-tile-text .game-tile-title {
    font-size: 40px;
  }
  .game-tile.long {
    grid-column: span 2;
  }
  .game-tile > img {
    transform: translate(-50%, -50%) scale(1.01);
  }
  .home-introduction {
    position: relative;
    padding-top: 25vw;
  }
  .home-introduction .home-introduction-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 25vw;
    background-color: #e32634;
  }
  .home-introduction .home-introduction-title {
    position: absolute;
    top: 24vw;
    left: 18px;
    width: calc(50vw - 35px);
    z-index: 110;
  }
  .home-introduction .home-introduction-title h1 {
    color: #4aefef;
    font-size: 9vw;
    font-weight: 900;
    line-height: 0.85;
    letter-spacing: -0.06em;
    text-transform: uppercase;
    /*background-image: linear-gradient(55deg, #4aefef, #6aa3ff);*/
    background-image: linear-gradient(55deg, #f0f396, #ff5f6b);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    margin-top: 0;
  }
  .home-introduction .home-introduction-title h3 {
    color: white;
    font-size: 3vw;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    padding-left: 2px;
    margin-bottom: 0.4rem;
  }
  .home-introduction .home-introduction-background {
    position: absolute;
    top: 0;
    left: 0;
    width: calc(75vw - (var(--scrollbarWidth)/4)*3);
    height: 75vw;
    background-color: #e32634;
    z-index: 0;
  }
  .home-introduction .home-introduction-background:before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    mix-blend-mode: darken;
    z-index: 1;
    background: -moz-linear-gradient(-45deg, black 0%, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(-45deg, black 0%, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(135deg, black 0%, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0) 100%);
    opacity: 1;
  }
  .home-introduction .home-introduction-background .intro-background-overlay1, .home-introduction .home-introduction-background .intro-background-overlay2, .home-introduction .home-introduction-background .intro-background-overlay3 {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 1;
  }
  .home-introduction .home-introduction-background .intro-background-overlay1 {
    background-color: #1600e5;
    mix-blend-mode: color;
    opacity: 0.6;
  }
  .home-introduction .home-introduction-background .intro-background-overlay2 {
    background-color: #ff1325;
    mix-blend-mode: darken;
    opacity: 1;
  }
  .home-introduction .home-introduction-background .intro-background-overlay3 {
    background-color: #e32634;
    opacity: 0.4;
  }
  .game-grid-introduction {
    display: grid;
    margin: 0 auto;
    grid-template-columns: 50% 50%;
    grid-template-rows: 50vw 50vw 50vw 50vw;
    /*grid-auto-rows: 20vw;*/
    gap: 0px 0px;
    grid-auto-flow: dense;
    position: relative;
    z-index: 2;
  }
  .game-grid-introduction .game-tile {
    grid-column: span 1;
    grid-row: span 1;
  }
  .game-grid-introduction > *:nth-child(1) {
    grid-column: 1 / span 2;
    grid-row: 2 / span 2;
    border-radius: 0 0 0 0;
  }
  .game-grid-introduction > *:nth-child(1) .game-tile-text .game-tile-title {
    display: inline-block;
    font-size: 40px;
    background-image: linear-gradient(45deg, #e32634, #8458ff);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.07);
  }
  .game-grid-introduction > *:nth-child(1) .game-tile-text .game-tile-title[style*='--color-1'] {
    background-image: linear-gradient(45deg, var(--color-1), var(--color-2));
    -webkit-background-clip: text;
    -moz-background-clip: text;
  }
  .game-grid-introduction > *:nth-child(2) {
    grid-column: 2 / span 1;
    grid-row: 1 / span 1;
    border-radius: 4px 0 0 0;
  }
  .game-grid-introduction > *:nth-child(3) {
    grid-column: 1 / span 1;
    grid-row: 4 / span 1;
  }
  .game-grid-introduction > *:nth-child(4) {
    grid-column: 2 / span 1;
    grid-row: 4 / span 1;
  }
  .home-featured {
    position: relative;
  }
  .home-featured .home-featured-title {
    position: absolute;
    top: 15px;
    right: calc(40vw - (var(--scrollbarWidth)/5)*2 + 50px);
    width: 30vw;
    text-align: right;
    z-index: 110;
    display: none;
  }
  .home-featured .home-featured-title h2 {
    position: relative;
    font-size: calc(4vw);
    font-weight: 700;
    line-height: 1.1;
    color: #ffffff;
    text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  }
  .home-featured .home-featured-title h2:after {
    content: '';
    position: absolute;
    bottom: -20px;
    right: 0px;
    width: 80px;
    height: 1.5px;
    background-color: #e32634;
  }
  .home-featured .home-featured-details {
    font-size: 17px;
    font-weight: 600;
    padding: 0 25px 22px 25px;
  }
  .home-featured .home-featured-details h3 {
    color: #2f2fa0;
    font-weight: 900;
    line-height: 0.85;
    text-transform: uppercase;
  }
  .home-featured .home-featured-background {
    position: absolute;
    top: -100px;
    left: calc(20vw - (var(--scrollbarWidth)/5)*1);
    width: calc(40vw - (var(--scrollbarWidth)/5)*2);
    height: calc(20vw + 100px);
    background-color: #1e1e3a;
    z-index: 1;
    display: none;
  }
  .home-featured .home-featured-background-image {
    position: absolute;
    top: 0px;
    left: calc((100vw - 1600px) / 2 * -1);
    bottom: 100px;
    width: 50vw;
    filter: grayscale(1);
    opacity: 0.2;
    z-index: 0;
  }
  .game-grid-featured {
    position: relative;
    display: grid;
    grid-template-columns: 50% 50%;
    grid-auto-rows: 50vw;
    gap: 0px 0px;
    grid-auto-flow: dense;
    position: relative;
    z-index: 2;
  }
  .game-grid-featured > *.long {
    grid-column: span 2;
  }
  .game-grid-featured > *.large:nth-child(1) {
    grid-column: span 1;
    grid-row: span 1;
  }
  .game-grid-featured > *.large:nth-child(1) .game-tile-text .game-tile-title {
    font-size: 18px;
  }
  .game-grid-featured > *:nth-child(2) {
    display: none;
  }
  .game-grid-featured > *:nth-child(3) {
    display: none;
  }
  .game-grid-featured > *.large:nth-child(5) .game-tile-title {
    display: inline-block;
    background-image: linear-gradient(45deg, #c9e043, #2fa9ff);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.07);
  }
  .game-grid-featured > *.large:nth-child(5) .game-tile-title[style*='--color-1'] {
    background-image: linear-gradient(45deg, var(--color-1), var(--color-2));
    -webkit-background-clip: text;
    -moz-background-clip: text;
  }
  .game-grid-featured > *.long:nth-child(6) {
    grid-column: span 1;
  }
  .game-grid-featured > *.long:nth-child(7) {
    grid-column: span 1;
  }
  .game-grid-featured > *:nth-child(8) {
    display: none;
  }
  .game-grid-featured > *:nth-child(9) {
    grid-column: span 2;
  }
  .game-grid-featured > *.long:nth-child(10) {
    grid-column: span 1;
  }
  .sample-tile {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
  }
  .sample-tile > * {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
  }
  .sample-tile > * .game-tile-title {
    display: inline-block !important;
    font-size: 60px !important;
    background-image: linear-gradient(45deg, #e32634, #8458ff);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.07);
  }
  .sample-tile > * .game-tile-title[style*='--color-1'] {
    background-image: linear-gradient(45deg, var(--color-1), var(--color-2));
    -webkit-background-clip: text;
    -moz-background-clip: text;
  }
}
/* Small */
@media (min-width: 400px) {
  .home-introduction .home-introduction-title {
    top: 25vw;
    left: 25px;
  }
  .game-tile .game-tile-tag {
    top: 25px;
    left: 25px;
  }
  .game-tile .game-tile-text {
    bottom: 18px;
    left: 25px;
    right: 25px;
  }
  .game-tile .game-tile-text .game-tile-title {
    font-size: 22px;
  }
  .game-grid-featured > *.large:nth-child(1) .game-tile-text .game-tile-title {
    font-size: 22px;
  }
}
/* Larger than mobile (responsive small) */
@media (min-width: 640px) {
  .home-introduction {
    padding-top: 100px;
  }
  .home-introduction .home-introduction-bg {
    height: 40vw;
  }
  .home-introduction .home-introduction-background {
    width: calc(66.666666vw - (var(--scrollbarWidth)/3)*2);
    height: 66.666666vw;
  }
  .home-introduction .home-introduction-title {
    top: 100px;
    left: 25px;
    width: 33%;
  }
  .home-introduction .home-introduction-title h1 {
    font-size: 6vw;
  }
  .home-introduction .home-introduction-title h3 {
    font-size: 1.4vw;
    padding-left: 5px;
    margin-bottom: 1rem;
  }
  .game-grid-introduction {
    grid-template-columns: 33.333333% 33.333333% 33.333333%;
    grid-template-rows: 33.333333vw 33.333333vw 33.333333vw;
  }
  .game-grid-introduction > *:nth-child(1) {
    grid-column: 2 / span 2;
    grid-row: 1 / span 2;
    border-radius: 4px 0 0 0;
  }
  .game-grid-introduction > *:nth-child(2) {
    grid-column: 1 / span 1;
    grid-row: 2 / span 1;
    border-radius: 4px 0 0 4px;
  }
  .game-grid-introduction > *:nth-child(3) {
    grid-column: 1 / span 1;
    grid-row: 3 / span 1;
  }
  .game-grid-introduction > *:nth-child(4) {
    grid-column: 2 / span 1;
    grid-row: 3 / span 1;
  }
  .home-featured .home-featured-title {
    top: 15px;
    right: calc(40vw - (var(--scrollbarWidth)/5)*2 + 50px);
    width: 30vw;
    text-align: right;
  }
  .home-featured .home-featured-title h2 {
    font-size: calc(4vw);
    line-height: 1.1;
  }
  .home-featured .home-featured-title h2:after {
    bottom: -20px;
    right: 0px;
    width: 80px;
  }
  .home-featured .home-featured-background {
    top: -100px;
    left: calc(20vw - (var(--scrollbarWidth)/5)*1);
    width: calc(40vw - (var(--scrollbarWidth)/5)*2);
    height: calc(20vw + 100px);
  }
  .game-grid-featured {
    grid-template-columns: 33.333333% 33.333333% 33.333333%;
    grid-auto-rows: 33.333333vw;
  }
  .game-grid-featured > *.large:nth-child(1) {
    grid-column: span 2;
    grid-row: span 2;
  }
  .game-grid-featured > *.large:nth-child(1) .game-tile-text .game-tile-title {
    display: inline-block;
    font-size: 40px;
    background-image: linear-gradient(45deg, #ff9e50, #e65ef6);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.07);
  }
  .game-grid-featured > *.large:nth-child(1) .game-tile-text .game-tile-title[style*='--color-1'] {
    background-image: linear-gradient(45deg, var(--color-1), var(--color-2));
    -webkit-background-clip: text;
    -moz-background-clip: text;
  }
  .game-grid-featured > *:nth-child(2) {
    display: inherit;
  }
  .game-grid-featured > *:nth-child(5) {
    grid-column: 2 / span 2;
    grid-row: 3 / span 2;
  }
}
/* Medium */
@media (min-width: 800px) {
  .home-introduction .home-introduction-background {
    width: calc(75vw - (var(--scrollbarWidth)/4)*3);
    height: 75vw;
  }
  .home-introduction .home-introduction-title {
    top: 110px;
    left: 35px;
    width: 36%;
  }
  .home-featured {
    margin-top: 200px !important;
  }
  .home-featured .home-featured-details {
    position: absolute;
    top: -128px;
    /*left: calc(60vw - (var(--scrollbarWidth)/5)*3 + 40px);*/
    left: calc(40% + 130px);
    right: 20px;
    max-width: none;
    font-size: 17px;
    font-weight: 600;
    text-align: left;
    z-index: 110;
  }
  .home-featured:before {
    content: '';
    position: absolute;
    top: -100px;
    left: 25px;
    width: calc(40% + 105px);
    height: 1px;
    background-color: #2f2fa0;
    z-index: 110;
  }
  .game-grid-introduction {
    grid-template-columns: 25% 25% 25% 25%;
    grid-template-rows: 25vw 25vw 25vw;
  }
  .game-grid-introduction > *:nth-child(1) {
    grid-column: 3 / span 2;
    grid-row: 1 / span 2;
    border-radius: 4px 0 0 0;
  }
  .game-grid-introduction > *:nth-child(2) {
    grid-column: 2 / span 1;
    grid-row: 2 / span 1;
    border-radius: 4px 0 0 4px;
  }
  .game-grid-introduction > *:nth-child(3) {
    grid-column: 2 / span 1;
    grid-row: 3 / span 1;
  }
  .game-grid-introduction > *:nth-child(4) {
    grid-column: 3 / span 1;
    grid-row: 3 / span 1;
  }
  .game-grid-featured {
    grid-template-columns: 25% 25% 25% 25%;
    grid-auto-rows: 25vw;
  }
  .game-grid-featured > *:nth-child(3) {
    display: inherit;
    grid-column: 3 / span 2;
    grid-row: 1 / span 1;
  }
  .game-grid-featured > *:nth-child(4) {
    grid-column: 3 / span 1;
    grid-row: 2 / span 1;
  }
  .game-grid-featured > *:nth-child(5) {
    grid-column: 3 / span 2;
    grid-row: 3 / span 2;
  }
  .game-grid-featured > *:nth-child(8) {
    display: inherit;
    grid-column: 1 / span 2;
    grid-row: 5 / span 1;
  }
  .game-grid-featured > *.long:nth-child(10) {
    grid-column: span 2;
  }
}
/* Larger than tablet (responsive medium) */
@media (min-width: 960px) {
  .home-introduction .home-introduction-background {
    width: calc(60vw - (var(--scrollbarWidth)/5)*3);
    height: 40vw;
  }
  .home-introduction .home-introduction-title {
    width: 33%;
  }
  .home-introduction .home-introduction-title h1 {
    font-size: 5vw;
  }
  .home-introduction .home-introduction-title h3 {
    font-size: 1.3vw;
    padding-left: 5px;
    margin-bottom: 1.5rem;
  }
  .home-featured .home-featured-details {
    position: absolute;
    top: -128px;
    /*left: calc(60vw - (var(--scrollbarWidth)/5)*3 + 40px);*/
    left: calc(40% + 100px);
    right: auto;
    max-width: 400px;
    font-size: 20px;
    color: #1e1e3a;
    font-weight: 600;
    text-align: left;
    z-index: 110;
  }
  .home-featured:before {
    content: '';
    position: absolute;
    top: -100px;
    left: 25px;
    width: calc(40% + 75px);
    height: 1px;
    background-color: #2f2fa0;
    z-index: 110;
  }
  .game-grid-introduction {
    max-width: 1600px;
    grid-template-columns: 20% 20% 20% 20% 20%;
    grid-template-rows: 20vw 20vw;
  }
  .game-grid-introduction > *:nth-child(1) {
    grid-column: 3 / span 2;
    grid-row: 1 / span 2;
    border-radius: 4px 0 0 0;
  }
  .game-grid-introduction > *:nth-child(2) {
    grid-column: 2 / span 1;
    grid-row: 2 / span 1;
    border-radius: 4px 0 0 4px;
  }
  .game-grid-introduction > *:nth-child(3) {
    grid-column: 5 / span 1;
    grid-row: 1 / span 1;
  }
  .game-grid-introduction > *:nth-child(4) {
    grid-column: 5 / span 1;
    grid-row: 2 / span 1;
  }
  .game-grid-featured {
    max-width: 1600px;
    grid-template-columns: 20% 20% 20% 20% 20%;
    grid-template-rows: 20vw 20vw 20vw 20vw;
    grid-auto-rows: 20vw;
  }
  .game-grid-featured > *.long {
    grid-column: span 2;
  }
  .game-grid-featured > *:nth-child(1) {
    border-radius: 0 4px 0 0;
  }
  .game-grid-featured > *.large:nth-child(1) {
    grid-column: 1 / span 2;
    grid-row: 1 / span 2;
  }
  .game-grid-featured > *:nth-child(5) {
    grid-column: 4 / span 2;
    grid-row: 2 / span 2;
  }
  .game-grid-featured > *.long:nth-child(7) {
    grid-column: span 2;
    grid-row: inherit;
  }
  .game-grid-featured > *:nth-child(8) {
    display: inherit;
    grid-row: inherit;
  }
  .game-grid-featured > *:nth-child(9) {
    grid-column: span 1;
    border-radius: 0 0 0 4px;
  }
  .game-grid-featured > *.long:nth-child(10) {
    grid-column: span 2;
  }
}
/* Larger than laptop (responsive large) */
@media (min-width: 1200px) {
  .home-introduction .home-introduction-title {
    top: 110px;
    left: 70px;
    width: 33%;
  }
  .game-tile .game-tile-tag {
    transform: rotate(270deg);
  }
  .game-tile .game-tile-tag span {
    right: 100%;
  }
  .game-tile .game-tile-text .game-tile-title {
    font-size: 28px;
    line-height: 1em;
  }
  .game-tile .game-tile-text .game-tile-date {
    font-size: 12px;
    margin: 0.5rem 0;
  }
  .game-grid-introduction > *:nth-child(1) .game-tile-text .game-tile-title {
    font-size: 60px;
  }
  .game-grid-featured > *.large:nth-child(1) .game-tile-text .game-tile-title {
    font-size: 60px;
  }
  .game-grid-featured > *:nth-child(5) .game-tile-text .game-tile-title {
    font-size: 60px;
  }
}
/* Large */
@media (min-width: 1400px) {
  .home-introduction .home-introduction-title {
    top: 110px;
  }
  .home-featured .home-featured-details {
    left: calc(50% + 100px);
    max-width: 460px;
  }
  .home-featured:before {
    left: 35px;
    width: calc(50% + 55px);
  }
  .game-tile .game-tile-tag {
    top: 35px;
    left: 35px;
  }
  .game-tile .game-tile-text {
    bottom: 25px;
    left: 35px;
    right: 35px;
  }
}
/* Desktop and larger (responsive extra large) */
@media (min-width: 1600px) {
  .home-introduction .home-introduction-title {
    top: 130px;
    left: 70px;
    width: 550px;
  }
  .home-introduction .home-introduction-bg {
    height: 640px;
  }
  .home-introduction .home-introduction-background {
    height: 640px;
  }
  .game-grid-introduction {
    grid-template-rows: 320px 320px;
  }
  .game-grid-introduction > *:nth-child(3) {
    border-radius: 0 4px 0 0;
  }
  .game-grid-introduction > *:nth-child(4) {
    border-radius: 0 0 4px 0;
  }
  .home-featured .home-featured-title {
    right: calc(40% + 50px);
    width: 30%;
  }
  .home-featured .home-featured-title h2 {
    font-size: 3.77rem;
  }
  .home-featured:before {
    left: 0px;
    width: calc(50% + 80px);
  }
  .home-featured .home-featured-background {
    left: 20%;
    width: 40%;
    height: 420px;
  }
  .game-grid-featured {
    grid-template-rows: 320px 320px 320px 320px;
    grid-auto-rows: 320px;
  }
  .game-grid-featured > *:nth-child(1) {
    border-radius: 4px 4px 0 0;
  }
  .game-grid-featured > *:nth-child(5) {
    border-radius: 0 4px 0 0;
  }
  .game-grid-featured > *:nth-child(6) {
    border-radius: 0 0 0 4px;
  }
  .game-grid-featured > *:nth-child(10) {
    border-radius: 0 0 4px 0;
  }
}
/* Large */
@media (min-width: 1750px) {
  .home-introduction .home-introduction-title {
    top: 130px;
    left: 50%;
    margin-left: -800px;
  }
  .home-introduction .home-introduction-title h1 {
    font-size: 5rem;
  }
  .home-introduction .home-introduction-title h3 {
    font-size: 1.2rem;
  }
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sourceRoot%22%3A%22%2F%22%2C%22sources%22%3A%5B%22edit%2Fmodules%2Fgames%2Fgames.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AAAA%2CyBAAA%3BAAAA%2CuBAAA%3BAAAA%2CgBAAA%3BAAAA%2C2BAAA%3BAAAA%2CYAAA%3BAAAA%2CcAAA%3BAAAA%2CyBAAA%3BAAAA%2CgBAAA%3BAAAA%2C2BAAA%3BAAAA%2CgBAAA%3BAAAA%2C2BAAA%3BAAAA%2CgBAAA%3BAAAA%2C2BAAA%3BAAAA%2CgBAAA%3BAAAA%2C2BAAA%3BAAAA%2CaAAA%3BAAAA%2CwBAAA%3BAAAA%2CWAAA%3BAAAA%2CYAAA%3BAAAA%2CuBAAA%3BAAAA%2CYAAA%3BAAAA%2CuBAAA%3BAAAA%2CYAAA%3BAAAA%2CuBAAA%3BAAAA%2CsBAAA%3BAAAA%2CsBAAA%3BAAAA%2CYAAA%3BAAAA%2CeAAA%3BAAAA%2CyCAAA%3BAAYA%3BAAEI%3BAAAA%3B%3BqBAAA%3BAAAA%3BAAKI%3BAAAA%3B%3B%3B%3B%3B%3BeAAA%3BAAAA%3BAAWA%3BAAAA%3B%3B%3BiBAAA%3BAAAA%3BAAOA%3BAAAA%3B%3B%3BkBAAA%3BAAAA%3BAAOA%3BAAAA%3B%3B%3B%3BeAAA%3BAAAA%3BAAOI%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BuBAAA%3BAAAA%3BAAkBJ%3BAAAA%3B%3B%3B%3B%3BeAAA%3BAAAA%3BAAQI%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BeAAA%3BAAAA%3BAAcI%3BAAAA%3B%3B%3BwBAAA%3BAAAA%3BAAQJ%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BeAAA%3BAAAA%3BAAiBJ%3BAAAA%3BqBAAA%3BAAAA%3BAAMQ%3BAAAA%2CoBAAA%3BAAAA%3BAAMR%3BAAAA%2CwBAAA%3BAAAA%3BAAIA%3BAAAA%2CiDAAA%3BAAAA%3BAAKJ%3BAAAA%3BsBAAA%3BAAAA%3BAAII%3BAAAA%3B%3B%3B%3B%3B8BAAA%3BAAAA%3BAASA%3BAAAA%3B%3B%3B%3BiBAAA%3BAAAA%3BAAOI%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BkBAAA%3BAAAA%3BAAgBA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B0BAAA%3BAAAA%3BAAaJ%3BAAAA%3B%3B%3B%3B%3B%3BeAAA%3BAAAA%3BAASI%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BeAAA%3BAAAA%3BAAeA%3BAAAA%3B%3B%3B%3B%3BeAAA%3BAAAA%3BAAWA%3BAAAA%3B%3BiBAAA%3BAAAA%3BAAMA%3BAAAA%3B%3BeAAA%3BAAAA%3BAAMA%3BAAAA%3BiBAAA%3BAAAA%3BAAOR%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3BeAAA%3BAAAA%3BAAWI%3BAAAA%3BqBAAA%3BAAAA%3BAAKA%3BAAAA%3B%3B2BAAA%3BAAAA%3BAAOQ%3BAAAA%3B%3B%3B%3B%3B%3B%3B6CAAA%3BAAAA%3BAAWA%3BAAAA%3B%3B%2BBAAA%3BAAAA%3BAAQR%3BAAAA%3B%3B6BAAA%3BAAAA%3BAAMA%3BAAAA%3ByBAAA%3BAAAA%3BAAKA%3BAAAA%3ByBAAA%3BAAAA%3BAAMJ%3BAAAA%2CuBAAA%3BAAAA%3BAAGI%3BAAAA%3B%3B%3B%3B%3B%3BkBAAA%3BAAAA%3BAASI%3BAAAA%3B%3B%3B%3B%3BiDAAA%3BAAAA%3BAAQI%3BAAAA%3B%3B%3B%3B%3B%3B8BAAA%3BAAAA%3BAAYR%3BAAAA%3B%3B8BAAA%3BAAAA%3BAAKI%3BAAAA%3B%3B%3B8BAAA%3BAAAA%3BAAQJ%3BAAAA%3B%3B%3B%3B%3B%3B%3BkBAAA%3BAAAA%3BAAWA%3BAAAA%3B%3B%3B%3B%3B%3B%3BeAAA%3BAAAA%3BAAYJ%3BAAAA%3B%3B%3B%3B%3B%3B%3BeAAA%3BAAAA%3BAAUI%3BAAAA%2CwBAAA%3BAAAA%3BAAIA%3BAAAA%3BqBAAA%3BAAAA%3BAAMQ%3BAAAA%2CoBAAA%3BAAAA%3BAAMR%3BAAAA%2CkBAAA%3BAAAA%3BAAIA%3BAAAA%2CkBAAA%3BAAAA%3BAAMI%3BAAAA%3B%3B%3B%3B%3B%3B6CAAA%3BAAAA%3BAAUA%3BAAAA%3B%3B%2BBAAA%3BAAAA%3BAAOJ%3BAAAA%2CwBAAA%3BAAAA%3BAAIA%3BAAAA%2CwBAAA%3BAAAA%3BAAIA%3BAAAA%2CkBAAA%3BAAAA%3BAAIA%3BAAAA%2CwBAAA%3BAAAA%3BAAIA%3BAAAA%2CwBAAA%3BAAAA%3BAAKJ%3BAAAA%3B%3B%3B%3BgBAAA%3BAAAA%3BAAOI%3BAAAA%3B%3B%3B%3BgBAAA%3BAAAA%3BAAOI%3BAAAA%3B%3B%3B%3B%3B%3B%3B6CAAA%3BAAAA%3BAAWA%3BAAAA%3B%3B%2BBAAA%3BAAAA%3BAAAA%3BAAldZ%2CWAAA%3BAA6dA%3BAAIQ%3BAAAA%3BeAAA%3BAAAA%3BAAQA%3BAAAA%3BeAAA%3BAAAA%3BAAKA%3BAAAA%3B%3BgBAAA%3BAAAA%3BAAKI%3BAAAA%2CoBAAA%3BAAAA%3BAAYI%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAA%2FfhB%2C2CAAA%3BAAygBA%3BAAEI%3BAAAA%2CuBAAA%3BAAAA%3BAAGI%3BAAAA%2CiBAAA%3BAAAA%3BAAIA%3BAAAA%3BwBAAA%3BAAAA%3BAAKA%3BAAAA%3B%3BeAAA%3BAAAA%3BAAKI%3BAAAA%2CmBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3BwBAAA%3BAAAA%3BAAQR%3BAAAA%3B4DAAA%3BAAAA%3BAAII%3BAAAA%3B%3B6BAAA%3BAAAA%3BAAMA%3BAAAA%3B%3B%2BBAAA%3BAAAA%3BAAMA%3BAAAA%3ByBAAA%3BAAAA%3BAAKA%3BAAAA%3ByBAAA%3BAAAA%3BAAQA%3BAAAA%3B%3B%3BsBAAA%3BAAAA%3BAAMI%3BAAAA%3BqBAAA%3BAAAA%3BAAII%3BAAAA%3B%3BgBAAA%3BAAAA%3BAAYR%3BAAAA%3B%3B%3B%2BBAAA%3BAAAA%3BAAQJ%3BAAAA%3BgCAAA%3BAAAA%3BAAII%3BAAAA%3BqBAAA%3BAAAA%3BAAMQ%3BAAAA%3B%3B%3B%3B%3B%3B%3B6CAAA%3BAAAA%3BAAWA%3BAAAA%3B%3B%2BBAAA%3BAAAA%3BAAQR%3BAAAA%2CqBAAA%3BAAAA%3BAAIA%3BAAAA%3ByBAAA%3BAAAA%3BAAAA%3BAApoBR%2CYAAA%3BAA6oBA%3BAAIQ%3BAAAA%3BiBAAA%3BAAAA%3BAAKA%3BAAAA%3B%3BeAAA%3BAAAA%3BAAOJ%3BAAAA%2CiCAAA%3BAAAA%3BAAGI%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3BiBAAA%3BAAAA%3BAAaA%3BAAAA%3B%3B%3B%3B%3B%3B%3BiBAAA%3BAAAA%3BAAYJ%3BAAAA%3BuCAAA%3BAAAA%3BAAII%3BAAAA%3B%3B6BAAA%3BAAAA%3BAAMA%3BAAAA%3B%3B%2BBAAA%3BAAAA%3BAAMA%3BAAAA%3ByBAAA%3BAAAA%3BAAKA%3BAAAA%3ByBAAA%3BAAAA%3BAAMJ%3BAAAA%3ByBAAA%3BAAAA%3BAAII%3BAAAA%3B%3ByBAAA%3BAAAA%3BAAMA%3BAAAA%3ByBAAA%3BAAAA%3BAAKA%3BAAAA%3ByBAAA%3BAAAA%3BAAKA%3BAAAA%3B%3ByBAAA%3BAAAA%3BAAMA%3BAAAA%2CwBAAA%3BAAAA%3BAAAA%3BAA9uBR%2C4CAAA%3BAAsvBA%3BAAIQ%3BAAAA%3BiBAAA%3BAAAA%3BAAKA%3BAAAA%2CeAAA%3BAAAA%3BAAGI%3BAAAA%2CmBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B0BAAA%3BAAAA%3BAAUJ%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BiBAAA%3BAAAA%3BAAcA%3BAAAA%3B%3B%3B%3B%3B%3B%3BiBAAA%3BAAAA%3BAAYJ%3BAAAA%3B%3BkCAAA%3BAAAA%3BAAKI%3BAAAA%3B%3B6BAAA%3BAAAA%3BAAMA%3BAAAA%3B%3B%2BBAAA%3BAAAA%3BAAMA%3BAAAA%3ByBAAA%3BAAAA%3BAAKA%3BAAAA%3ByBAAA%3BAAAA%3BAAMJ%3BAAAA%3B%3B%3ByBAAA%3BAAAA%3BAAMI%3BAAAA%2CwBAAA%3BAAAA%3BAAIA%3BAAAA%2C6BAAA%3BAAAA%3BAAIA%3BAAAA%3ByBAAA%3BAAAA%3BAAKA%3BAAAA%3ByBAAA%3BAAAA%3BAAKA%3BAAAA%3BsBAAA%3BAAAA%3BAAKA%3BAAAA%3BsBAAA%3BAAAA%3BAAKA%3BAAAA%3B6BAAA%3BAAAA%3BAAKA%3BAAAA%2CwBAAA%3BAAAA%3BAAAA%3BAA72BR%2C2CAAA%3BAAq3BA%3BAAIQ%3BAAAA%3B%3BeAAA%3BAAAA%3BAASA%3BAAAA%2C8BAAA%3BAAAA%3BAAGI%3BAAAA%2CgBAAA%3BAAAA%3BAAOA%3BAAAA%3BqBAAA%3BAAAA%3BAAKA%3BAAAA%3BqBAAA%3BAAAA%3BAAaI%3BAAAA%2CoBAAA%3BAAAA%3BAAaA%3BAAAA%2CoBAAA%3BAAAA%3BAAUA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAAr7BhB%2CWAAA%3BAA%2B7BA%3BAAIQ%3BAAAA%2CeAAA%3BAAAA%3BAAOA%3BAAAA%3BqBAAA%3BAAAA%3BAAKA%3BAAAA%3B4BAAA%3BAAAA%3BAAQA%3BAAAA%3BeAAA%3BAAAA%3BAAKA%3BAAAA%3B%3BgBAAA%3BAAAA%3BAAAA%3BAA59BR%2CiDAAA%3BAAs%2BBA%3BAAIQ%3BAAAA%3B%3BiBAAA%3BAAAA%3BAAMA%3BAAAA%2CkBAAA%3BAAAA%3BAAIA%3BAAAA%2CkBAAA%3BAAAA%3BAAKJ%3BAAAA%2CoCAAA%3BAAAA%3BAAGI%3BAAAA%2C6BAAA%3BAAAA%3BAAIA%3BAAAA%2C6BAAA%3BAAAA%3BAAOA%3BAAAA%3BeAAA%3BAAAA%3BAAII%3BAAAA%2CuBAAA%3BAAAA%3BAAKJ%3BAAAA%3B4BAAA%3BAAAA%3BAAKA%3BAAAA%3B%3BkBAAA%3BAAAA%3BAAOJ%3BAAAA%3B0BAAA%3BAAAA%3BAAII%3BAAAA%2C%2BBAAA%3BAAAA%3BAAIA%3BAAAA%2C6BAAA%3BAAAA%3BAAIA%3BAAAA%2C6BAAA%3BAAAA%3BAAIA%3BAAAA%2C6BAAA%3BAAAA%3BAAAA%3BAA5iCR%2CWAAA%3BAAojCA%3BAAIQ%3BAAAA%3B%3BwBAAA%3BAAAA%3BAAKI%3BAAAA%2CoBAAA%3BAAAA%3BAAIA%3BAAAA%2CsBAAA%3BAAAA%3BAAAA%22%7D */