/**
  * Theme Name: Cozino
  * Theme URI: https://www.fortunagaming.com
  * Author: Johnathan Evans (johnathan.evans@fortunagaming.com)
  * Version: 0.1
 */
@import url("https://fonts.googleapis.com/css2?family=Rye&display=swap");
@import url("https://use.typekit.net/mat0ibm.css");
* {
  box-sizing: border-box;
  image-rendering: -moz-crisp-edges;
  /* Firefox */
  image-rendering: -o-crisp-edges;
  /* Opera */
  image-rendering: -webkit-optimize-contrast;
  /* Webkit (non-standard naming) */
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
  /* IE (non-standard property) */
}

a {
  color: #7D1316;
}

body {
  margin: 0;
  padding: 0;
  display: flex;
  font-family: QuatroSlab, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-family: Rye, sans-serif;
}

.cozino-btn {
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  background: #7F0000;
  padding: 1em;
  color: #FFF;
  border-radius: 4px;
  font-weight: 800;
}

.background-img {
  position: absolute;
  left: 50%;
  top: 50%;
  min-width: 100%;
  min-height: 100%;
  transform: translate3d(-50%, -50%, 0);
}

.page-wrap {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

.aligncenter {
  display: block;
  margin: 0 auto;
}

.fun-game-container {
  display: none;
  position: fixed;
  z-index: 100;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
}
.fun-game-container--active {
  display: block;
}
.fun-game-container__close-btn {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  height: 30px;
  background: #23282D;
}
.fun-game-container__close-btn::before, .fun-game-container__close-btn::after {
  content: "";
  width: 100%;
  height: 20%;
  background: #888888;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0) rotate(-45deg);
}
.fun-game-container__close-btn::after {
  transform: translate3d(-50%, -50%, 0) rotate(45deg);
}
.fun-game-container iframe {
  width: 100%;
  height: 100%;
  border: none;
}

header {
  width: 12vw;
  height: auto;
  background: red;
  display: flex;
  align-items: center;
  flex-direction: column;
  background: url("./assets/img/header-bg.png");
  font-family: "Rye", cursive;
  z-index: 10;
}
header .desktop-sticky {
  position: sticky;
  top: 0;
}
header .logo {
  text-align: center;
  max-width: 100%;
  max-height: 100%;
}
header .logo img {
  max-width: 100%;
  max-height: 100%;
}
header .account {
  display: flex;
  flex-direction: column;
  width: 90%;
  padding: 5px 0;
}
header .account__login {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 70px;
}
header .account__login a {
  color: #000;
  font-size: 0.8333333333vw;
  text-align: centerfffff;
  text-decoration: none;
  position: relative;
}
header .account__login a::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate3d(-100%, -50%, 0);
  width: 3vw;
  height: 3vw;
  background: url("./assets/img/login-icon.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
header .account__join {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 70px;
}
header .account__join a {
  color: #FFF;
  font-size: 0.9090909091vw;
  text-align: center;
  text-decoration: none;
  position: relative;
  z-index: 1;
  transform: rotate(-8deg);
}
header .account__join a::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 50%;
  width: 10vw;
  height: 5vw;
  transform: translate3d(-50%, -40%, 0) rotate(8deg);
  background: url("./assets/img/login-btn.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

nav.cozino-menu {
  font-family: "Rye", cursive;
  position: relative;
  z-index: 1;
}
nav.cozino-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
nav.cozino-menu ul li {
  width: 10vw;
  height: 2.9411764706vw;
  font-size: 0.7692307692vw;
  margin: 0.1vw 0;
  padding: 0 0 0.3333333333vw 0;
  color: #FFF;
  text-shadow: 2px 2px #000;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
nav.cozino-menu ul li a {
  color: unset;
  text-decoration: none;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
nav.cozino-menu ul li::before, nav.cozino-menu ul li::after {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: -0.5vw;
  left: 15%;
  width: 0.25vw;
  height: 0.6666666667vw;
  background: url("./assets/img/menu-bg-rope.svg");
  background-size: 100%;
}
nav.cozino-menu ul li::after {
  left: 83%;
}
nav.cozino-menu ul li:hover {
  color: #000;
  text-shadow: 2px 2px #444857;
}
nav.cozino-menu ul li:first-child {
  padding: 2vw 0 0 0;
  height: 5.2631578947vw;
  background: url("./assets/img/menu-bg-top.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
nav.cozino-menu ul li:last-child::before {
  display: none;
}
nav.cozino-menu ul li:last-child::after {
  display: none;
}
nav.cozino-menu ul li {
  background: url("./assets/img/menu-bg-panel.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.mobile-menu-btn {
  width: 50px;
  height: 50px;
  background: url("./assets/img/hamburger-menu.svg");
  background-size: cover;
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  position: relative;
  border-radius: 2px;
}
.mobile-menu-btn__lines {
  width: 70%;
  height: 15%;
  background: #870E08;
  position: relative;
  margin: 2px 0;
  transition: all 0.3s ease-in-out;
  display: none;
}
.mobile-menu-btn--opened {
  background: #808080;
}
.mobile-menu-btn--opened .mobile-menu-btn__lines {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: 0;
  display: block;
}
.mobile-menu-btn--opened .mobile-menu-btn__lines:nth-child(1) {
  transform: translate3d(-50%, -50%, 0) rotate(45deg);
}
.mobile-menu-btn--opened .mobile-menu-btn__lines:nth-child(2) {
  display: none;
}
.mobile-menu-btn--opened .mobile-menu-btn__lines:nth-child(3) {
  transform: translate3d(-50%, -50%, 0) rotate(-45deg);
}

.mobile-search-btn {
  display: none;
  width: 50px;
  height: 50px;
  background: url("./assets/img/search.svg");
  background-size: cover;
  border-radius: 2px;
}
.mobile-search-btn input {
  display: none;
  border: none;
  width: 100%;
  text-indent: 1em;
}
.mobile-search-btn__close {
  display: none;
  position: absolute;
  top: 50%;
  right: 0.8em;
  font-size: 1.2em;
  transform: translate3d(0, -50%, 0);
}
.mobile-search-btn--selected {
  position: fixed;
  width: 70vw;
}
.mobile-search-btn--selected input {
  display: inline-block;
}
.mobile-search-btn--selected .mobile-search-btn__close {
  display: block;
}

nav.mobile-cozino-menu {
  display: none;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 75px;
  left: -100vw;
  background: url("./assets/img/header-bg.svg");
  transition: all 0.3s ease-in-out;
  padding: 0.5em;
  z-index: 10;
}
nav.mobile-cozino-menu--opened {
  left: 0;
}
nav.mobile-cozino-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  width: 100%;
  color: #FFF;
}
nav.mobile-cozino-menu ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 8vw;
  padding: 1vw 0;
  width: 100%;
}
nav.mobile-cozino-menu ul li a {
  color: unset;
  text-decoration: none;
}

.main-page {
  width: 80vw;
  min-height: 98vh;
  flex: 1;
  position: relative;
  background: url("./assets/img/header-bg.svg");
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 1em;
}
@media screen and (max-width: 1100px) {
  .main-page {
    padding-top: 2em;
  }
}

.hero {
  width: 100%;
  background: grey;
  height: 400px;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  z-index: 1;
  align-items: center;
  justify-content: center;
}
.hero__offer-text {
  font-family: "Rye", cursive;
  font-size: 1.5vw;
}
.hero__cta {
  font-size: 1.5vw;
  color: #FFF;
  text-decoration: none;
  display: flex;
  background: #841823;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  font-family: Rye;
  padding: 1.5vw;
}
.hero__bg {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate3d(0, -20%, 0);
  z-index: -1;
}
.hero__fg {
  height: 150%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate3d(-49%, -10%, 0);
  z-index: -1;
}
.hero__fg-new {
  height: 95%;
  position: absolute;
  top: 5%;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
}

.sig-terms {
  width: 100%;
  background: #D8D8D8;
  text-align: center;
  font-size: 0.8em;
  padding: 0.2em 2em;
}

.page-hero {
  height: 30vh;
  width: 90%;
  margin: 2em 0 0 0;
  background: url("./assets/img/page-hero-bg.svg");
  background-size: cover;
}

.page-content {
  width: 80vw;
  position: relative;
  margin: 2em 0;
  display: flex;
  justify-content: space-between;
}
.page-content__main {
  width: 75%;
  min-height: 70vh;
  padding: 3em 2em 2em 2em;
  color: #414141;
  border-image-slice: 30 14 30 19 fill;
  border-image-width: 40px 40px 40px 40px;
  border-image-outset: 0px 0px 0px 0px;
  border-image-repeat: round round;
  border-image-source: url("./assets/img/page-main-bg.svg");
}
.page-content__main h1 {
  text-align: center;
}
.page-content__main img {
  max-width: 100%;
}
.page-content__side {
  width: 24%;
  position: relative;
  padding: 3em 0.5em;
  color: #FFF;
}
.page-content__side::before {
  content: "";
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  height: 3em;
  display: block;
  background: #D8D8D8;
}
.page-content__side a {
  color: #BCA487;
}
.page-content__full {
  width: 100%;
  padding: 3em 2em 2em 2em;
  border-image-slice: 30 14 30 19 fill;
  border-image-width: 40px 40px 40px 40px;
  border-image-outset: 0px 0px 0px 0px;
  border-image-repeat: round round;
  border-image-source: url("./assets/img/page-main-bg.svg");
  color: #414141;
  min-height: 90vh;
}
.page-content__archive {
  width: 100%;
  position: relative;
}
.page-content__archive h1 {
  display: block;
  text-align: center;
  color: #FFF;
}

.archive-area {
  width: 80vw;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

.archive-block {
  width: 25.8064516129vw;
  height: 25.8064516129vw;
  background: #C6AD8F;
  display: flex;
  flex-direction: column;
  margin: 0.5em 0;
  font-size: 1em;
}
.archive-block__image {
  height: 50%;
  position: relative;
  overflow: hidden;
}
.archive-block__image img {
  min-width: unset;
  min-height: 100%;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.archive-block__content {
  width: 100%;
  padding: 1em;
  height: 50%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.archive-block__content h2 {
  margin: 0;
}
.archive-block__content p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.archive-block__content a {
  text-decoration: none;
}
.archive-block__content a.view-btn {
  text-decoration: none;
  text-decoration: none;
  background: #7F0000;
  padding: 1em;
  color: #FFF;
  border-radius: 5px;
  text-transform: uppercase;
  align-self: center;
}

@media screen and (max-width: 1800px) {
  .archive-block {
    width: 38.0952380952vw;
    height: 38.0952380952vw;
    font-size: 1em;
  }
}
@media screen and (max-width: 1100px) {
  .archive-wrap {
    width: 100vw;
  }

  .archive-block {
    width: 47.619047619vw;
    height: 47.619047619vw;
    font-size: calc(1em + .1vw);
  }
}
@media screen and (max-width: 1100px) {
  .archive-wrap {
    width: 100vw;
  }

  .archive-block {
    width: 90.9090909091vw;
    height: 90.9090909091vw;
  }
}
.game-area {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.top-bar {
  width: 87vw;
  height: 7.25vw;
  max-height: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.top-bar__tabs {
  display: flex;
  margin-left: 0.5vw;
}
.top-bar__tabs .tab {
  width: 7.25vw;
  max-width: 75px;
  height: 7.25vw;
  max-height: 100px;
  margin: 0;
  padding: 0.5vw;
  padding-left: 0;
}
.top-bar__tabs .tab img {
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.top-bar__search {
  width: 34.8vw;
  height: 7.25vw;
  max-height: 75px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
  border-image-slice: 30 14 30 19 fill;
  border-image-width: 40px 40px 40px 40px;
  border-image-outset: 0px 0px 0px 0px;
  border-image-repeat: stretch stretch;
  border-image-source: url("./assets/img/search-bg.svg");
}
.top-bar__search .close {
  cursor: pointer;
  font-size: 1.45vw;
  position: absolute;
  right: 20%;
  top: 50%;
  color: #000;
  z-index: 1;
  transform: translate3d(0, -50%, 0);
  display: none;
}
.top-bar__search .close--active {
  display: block;
}
.top-bar__search .search-input {
  background: none;
  width: 70%;
  height: 30%;
  padding: 5%;
  border: none;
  font-size: 1.74vw;
  position: relative;
}
.top-bar__search .search-input:focus {
  outline: none;
}
.top-bar__search .search-input:focus::placeholder {
  visibility: hidden;
}
.top-bar__search .search-input::placeholder {
  text-align: center;
  font-family: Rye;
  font-size: 1.74vw;
  color: #000;
}

.game-grid {
  width: 87vw;
  flex-wrap: wrap;
  align-items: flex-start;
  display: none;
}
.game-grid--selected {
  display: flex;
}
.game-grid .load-more-btn {
  background: grey;
  padding: 1em;
  margin-bottom: 10px;
  position: relative;
  left: 50%;
  transform: translate3D(-50%, 5px, 0);
  cursor: pointer;
}
.game-grid .block {
  display: flex;
  flex-wrap: wrap;
}
.game-grid .block--2-2 {
  flex-basis: 29vw;
  height: 29vw;
}
@media screen and (min-width: 1580px) {
  .game-grid .block--2-2 {
    flex-basis: 21.75vw;
    height: 21.75vw;
  }
}
.game-grid .block--2-1 {
  flex-basis: 29vw;
  height: 14.5vw;
}
@media screen and (min-width: 1580px) {
  .game-grid .block--2-1 {
    flex-basis: 21.75vw;
    height: 10.875vw;
  }
}
.game-grid .block .game {
  position: relative;
  padding: 1%;
}
.game-grid .block .game--1x1 {
  width: 50%;
  height: 50%;
  font-size: 1vw;
}
.game-grid .block .game--1x2 {
  width: 100%;
  height: 50%;
  font-size: 1.2vw;
}
.game-grid .block .game--2x2 {
  width: 100%;
  height: 100%;
  font-size: 1.6vw;
}
.game-grid .block .game .game-info {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  color: #FFF;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1vw;
  visibility: hidden;
  opacity: 0;
  transition: 0.2s ease-in-out all;
}
.game-grid .block .game .game-info__title {
  text-align: center;
  margin: 0 0 0.5vw 0;
}
.game-grid .block .game .game-info__play-btn {
  font-family: Rye;
  padding: 0.6vw;
  background: #7D1416;
  border-radius: 5px;
}
.game-grid .block .game .game-info__demo-btn {
  padding-top: 0.5em;
  font-size: 0.7em;
}
.game-grid .block .game img {
  display: block;
  width: 100%;
  height: 100%;
  transition: 0.2s ease-in-out all;
}
.game-grid .block .game:hover {
  cursor: pointer;
}
.game-grid .block .game:hover .game-info {
  visibility: visible;
  opacity: 1;
}
.game-grid .block .game:hover img {
  filter: brightness(30%);
}
.game-grid .block--2-1 .game--1x1 {
  height: 100%;
}

.responsible-msg {
  position: fixed;
  width: 100%;
  background: #D8D8D8;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: Rye;
  text-align: center;
  padding: 2px 0;
  z-index: 3;
  left: 0;
  top: 0;
  padding-left: 12vw;
}
@media screen and (max-width: 1100px) {
  .responsible-msg {
    position: fixed;
    top: 75px;
    z-index: 3;
    padding-left: 0;
    flex-direction: column;
    font-size: 0.8em;
  }
}
.responsible-msg img {
  max-height: 100%;
  margin: 0 5px;
}

.gamble-aware-footer {
  width: 100%;
  height: 300px;
  position: relative;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  background: #181818;
}
.gamble-aware-footer__background {
  position: absolute;
  left: 50%;
  top: -10%;
  height: 110%;
  transform: translate3d(-50%, 0, 0);
}
.gamble-aware-footer__left {
  width: 25%;
  color: #FFF;
}
.gamble-aware-footer__left a {
  color: #B59C80;
  text-decoration: none;
  font-weight: bold;
}
.gamble-aware-footer__right {
  width: 25%;
  color: #000;
  position: relative;
}
.gamble-aware-footer__right img {
  max-width: 100%;
}

footer {
  width: 100%;
  background: #212121;
  padding: 1em 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: "Segoe UI";
}
footer a {
  color: #BB6B2B;
}
footer .compliance-logos {
  max-width: 100%;
}
footer .compliance-logos ul {
  display: flex;
  flex-wrap: wrap;
}
footer .compliance-logos ul li {
  margin: 1em;
}
footer .compliance-text, footer .footer-responsible {
  width: 60%;
  color: #909598;
  text-align: center;
}
footer .footer-links {
  max-width: 100%;
}
footer .footer-links ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;
}
footer .footer-links ul li {
  margin: 15px;
}
footer .footer-links ul li a {
  text-decoration: none;
  color: #BB8749;
  font-weight: 700;
  text-transform: uppercase;
}
footer .payment-methods {
  max-width: 100%;
}
footer .payment-methods ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  justify-content: center;
  margin: none;
  padding: 0;
}
footer .payment-methods ul li {
  margin: 1em;
}

.payment-methods {
  max-width: 100%;
}
.payment-methods ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  justify-content: center;
  margin: none;
  padding: 0;
}
.payment-methods ul li {
  margin: 1em;
}

.game-stats {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.game-stats__stat {
  border-bottom: 1px solid #FFF;
  padding: 0.5em 0;
  display: flex;
  width: 100%;
}
.game-stats__stat span {
  flex: 1;
  padding: 0 0.5em;
}

.pagination-wrap {
  border: solid 1px #dddddd;
  padding: 10px 20px;
  padding-left: 0;
  border-radius: 3px;
  background: #FFF;
  width: fit-content;
  margin: 0 auto;
}
.pagination-wrap .page-numbers {
  border-right: solid 1px #dddddd;
  padding: 10px 20px;
  margin-left: -6px;
}
.pagination-wrap .page-numbers.current {
  padding: 10px 20px;
  background: #E6E6E6;
  color: #9E9E9E;
  font-weight: 600;
}
.pagination-wrap .prev {
  float: left;
  margin-right: 0;
  margin-top: -10px;
  border-right: solid 1px #eee;
  font-weight: normal;
}
.pagination-wrap .next {
  float: right;
  margin-top: -10px;
  border-right: none;
  border-top: none;
  border-bottom: none;
  letter-spacing: 0;
}

@media screen and (max-width: 1100px) {
  .page-wrap {
    flex-direction: column;
    padding-top: 75px;
  }

  header {
    width: 100vw;
    height: 75px;
    flex-direction: row;
    justify-content: space-between;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 15;
    padding: 0 1.5vw;
  }
  header .desktop-sticky {
    width: 100vw;
    height: 75px;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 15;
    padding: 0 1.5vw;
  }
  header .logo img {
    max-height: 100%;
    height: 70px;
  }
  header .account {
    display: none;
  }

  .sig-terms {
    font-size: 0.65em;
  }

  .page-content {
    width: 95vw;
    margin: 2.5vw 0;
  }
  .page-content .page-content__main {
    width: 100%;
    border-image-width: 20px 20px 20px 20px;
    padding: 25px;
  }
  .page-content .page-content__side {
    display: none;
  }
  .page-content .page-content__archive .archive-area {
    flex-direction: column;
    width: 95vw;
  }
  .page-content .page-content__archive .archive-area .archive-block {
    width: auto;
    text-align: center;
  }

  .hero {
    height: 40vw;
  }
  .hero__cta {
    font-size: 10vw;
    padding: 4vw;
  }

  .mobile-menu-btn {
    display: flex;
  }

  .mobile-search-btn {
    display: flex;
  }

  nav.mobile-cozino-menu {
    display: flex;
  }

  nav.cozino-menu {
    display: none;
  }

  .main-page {
    width: 100vw;
  }

  .game-grid {
    width: 99vw;
  }
  .game-grid--mobile-search {
    position: fixed;
    overflow-y: scroll;
    width: 100vw;
    height: 91vh;
    top: 9vh;
    z-index: 10;
    background: #808080;
  }
  .game-grid .block--2-2 {
    flex-basis: 99vw;
    height: 99vw;
  }
  .game-grid .block--2-2 .game--2x2 {
    font-size: 9.9vw;
  }
  .game-grid .block--2-2 .game--2x2 .game-info__play-btn {
    padding: 4.95vw;
  }
  .game-grid .block--2-2 .game--1x2 {
    font-size: 4.95vw;
  }
  .game-grid .block--2-2 .game--1x2 .game-info__play-btn {
    padding: 2.475vw;
  }
  .game-grid .block--2-2 .game--1x1 {
    font-size: 4.95vw;
  }
  .game-grid .block--2-2 .game--1x1 .game-info__play-btn {
    padding: 2.475vw;
  }
  .game-grid .block--2-1 {
    flex-basis: 33vw;
    height: 16.5vw;
  }

  .top-bar {
    width: 99vw;
    height: unset;
    max-height: unset;
    flex-direction: column;
  }
  .top-bar__tabs {
    width: 100%;
    justify-content: space-evenly;
  }
  .top-bar__tabs .tab {
    width: 19.8vw;
    max-width: 75px;
    height: 19.8vw;
    max-height: 100px;
  }
  .top-bar__search {
    display: none;
    width: 99vw;
    height: 16.5vw;
  }
  .top-bar__search .search-input {
    width: 90%;
    height: 30%;
    font-size: 3.96vw;
    position: relative;
    z-index: 1;
  }
  .top-bar__search .search-input:focus {
    outline: none;
  }
  .top-bar__search .search-input:focus::placeholder {
    visibility: hidden;
  }
  .top-bar__search .search-input::placeholder {
    text-align: center;
    font-family: Rye;
    font-size: 3.96vw;
    color: #000;
  }
  .top-bar__search img {
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
  }

  footer .compliance-text {
    width: 95%;
  }

  .gamble-aware-footer {
    flex-direction: column;
    height: auto;
  }
  .gamble-aware-footer__background {
    display: none;
  }
  .gamble-aware-footer__left {
    width: 100%;
    padding: 5%;
  }
  .gamble-aware-footer__right {
    width: 100%;
    padding: 5%;
  }
}

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