/* line 2, style.scss */
.wrapper {
  width: 100%;
  height: auto;
  text-align: center;
  margin: 0 auto;
  padding: 0;
  font-family: Roboto;
  background: #ffffff;
  color: #ffffff;
  overflow: hidden;
  display: block; }
  /* line 13, style.scss */
  .wrapper .header {
    width: 100%;
    height: auto;
    display: block; }
    /* line 18, style.scss */
    .wrapper .header .top-header {
      width: 100%; }
      /* line 22, style.scss */
      .wrapper .header .top-header .logo a img {
        width: auto;
        height: 85px;
        padding: 5px 30px; }

/* line 32, style.scss */
.w-input {
  max-width: 150px; }

/* line 35, style.scss */
.datetime, .forgot {
  text-align: left; }

/* line 38, style.scss */
.codep {
  position: relative; }

/* line 41, style.scss */
.codes {
  position: absolute;
  top: 0;
  right: 8px;
  font-size: 1.0rem;
  font-weight: bold;
  padding: 7px 0;
  z-index: 1; }

/* line 50, style.scss */
.language {
  padding: 0 5px;
  margin-top: 28px; }
  /* line 54, style.scss */
  .language button img {
    width: 20px; }

/* line 59, style.scss */
.bg-nav {
  width: 100%;
  height: auto;
  text-align: center;
  margin: 0 auto;
  background: linear-gradient(#55bee4 25%, #29addd 140%);
  display: block; }

/* line 67, style.scss */
.menu {
  width: unset;
  overflow: unset; }
  /* line 70, style.scss */
  .menu ul {
    width: 100%;
    display: flex; }
    /* line 73, style.scss */
    .menu ul li {
      flex: 1;
      display: inline-block; }
      /* line 76, style.scss */
      .menu ul li a {
        padding: 15px 0;
        text-align: center;
        margin: 0 auto;
        font-size: 1.0rem;
        color: #ffffff;
        font-weight: bold;
        display: block; }
    /* line 86, style.scss */
    .menu ul li:hover {
      color: #fff;
      font-weight: 700;
      text-decoration: none; }

/* line 93, style.scss */
.menu ul li:hover > .sub-menu-container {
  color: #000;
  font-weight: 700;
  text-decoration: none;
  display: block; }

/* line 99, style.scss */
.sub-menu-container {
  z-index: 2;
  position: absolute;
  width: 100%;
  left: 0;
  margin-top: 0px;
  overflow: hidden;
  display: none;
  background: linear-gradient(#55bee4 25%, #29addd 140%);
  box-shadow: 0 0 50px #000;
  cursor: auto; }

/* line 111, style.scss */
.sub-menu-container2 {
  z-index: 2;
  position: absolute;
  width: 100%;
  left: 0;
  margin-top: 0;
  overflow: hidden;
  display: none;
  opacity: 0.9;
  cursor: auto; }

/* line 122, style.scss */
.thumbnails-bg {
  width: 100%;
  height: auto;
  text-align: center;
  margin: 0 auto; }

/* line 127, style.scss */
.thumbnails-bg a {
  position: relative;
  display: block;
  height: 245px;
  background-size: cover; }

/* line 132, style.scss */
.thumbnails-bg a img {
  max-width: 100%;
  height: auto;
  vertical-align: middle; }

/* line 136, style.scss */
.thumbnails-bg a span {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  padding: 0 15px;
  transition-duration: 0.3s;
  color: white;
  font-size: 20px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold; }

/* line 151, style.scss */
.thumbnails-bg a:hover {
  transform: translateY(5px); }

/* line 153, style.scss */
.thumbnails-bg a:hover > span {
  transform: translateY(-10px); }
/**************   footer *************************/
/* line 189, style.scss */
.bg-footers {
  background: linear-gradient(#55bee4 25%, #29addd 140%);
  border-top: 2px solid #ffc107; }

/* line 193, style.scss */
.footerpc {
  padding: 5px 0; }

/* line 196, style.scss */
.info-footer h3, .community h3 {
  text-align: left;
  color: #ffffff;
  font-size: 0.9rem;
  padding: 5px 0;
  display: block; }

/* line 203, style.scss */
.info-footer ul {
  width: 100%;
  height: auto;
  display: block; }

/* line 208, style.scss */
.info-footer ul li {
  display: block;
  padding: 2px 2px;
  text-align: left; }

/* line 213, style.scss */
.info-footer ul li a {
  color: #ffffff;
  font-size: 0.7rem; }

/* line 217, style.scss */
.community ul {
  width: 100%;
  height: auto; }

/* line 221, style.scss */
.community ul li {
  display: inline-block;
  padding: 2px;
  text-align: left; }

/* line 226, style.scss */
.community ul li a img {
  width: 40px;
  text-align: center; }

/* line 230, style.scss */
.title-section {
  width: 100%;
  height: auto;
  text-align: left;
  font-size: 0.9rem;
  font-weight: bold;
  padding: 5px 0;
  color: #ffffff;
  display: block; }

/* line 240, style.scss */
.networks ul {
  width: 100%;
  height: auto;
  text-align: left;
  display: block; }

/* line 246, style.scss */
.networks ul li {
  display: inline-block;
  margin: 5px; }

/* line 250, style.scss */
.networks ul li a img {
  width: 35px;
  height: auto; }

/* line 254, style.scss */
.sponsorship ul {
  width: 100%;
  height: auto;
  text-align: left;
  display: block; }

/* line 260, style.scss */
.sponsorship ul li {
  display: inline-block;
  padding: 5px 15px; }

/* line 264, style.scss */
.sponsorship ul li a img {
  height: 70px;
  width: auto; }

/**************  End footer *************************/
/* line 269, style.scss */
.pc {
  display: block; }

/* line 272, style.scss */
.m {
  display: none !important;
}

/* line 275, style.scss */
.announment {
  width: 100%;
  height: auto;
  text-align: center;
  position: relative;
  display: block; }

/* line 282, style.scss */
.section {
  width: 100%;
  height: auto;
  text-align: center;
  margin: 0 auto;
  padding: 10px 0;
  display: block; }
  /* line 289, style.scss */
  .section .announment {
    width: 100%;
    height: auto;
    text-align: center;
    position: relative;
    background: linear-gradient(#55bee4 25%, #29addd 140%);
    border-radius: 10px;
    overflow: hidden;
    display: block; }
    /* line 298, style.scss */
    .section .announment .icon {
      position: absolute;
      padding: 10px 15px;
      background: linear-gradient(#55bee4 25%, #29addd 140%);
      z-index: 1; }
    /* line 304, style.scss */
    .section .announment span {
      width: 10px;
      height: 50px;
      background: linear-gradient(#55bee4 25%, #29addd 140%);
      position: absolute;
      top: 0;
      right: 0;
      z-index: 1; }
    /* line 314, style.scss */
    .section .announment marquee {
      padding: 5px 0;
      font-size: 1.0rem; }
  /* line 319, style.scss */
  .section p.s-title {
    width: 100%;
    text-align: left;
    padding: 10px 5px;
    font-size: 1.0rem;
    font-weight: bold;
    vertical-align: middle;
    display: block; }
    /* line 327, style.scss */
    .section p.s-title span {
      margin-right: 5px; }

/* line 425, style.scss */
.btn-block {
  width: 100%;
  height: auto;
  display: block; }

/* line 430, style.scss */
.list-info-download {
  width: 100%;
  height: auto; }
  /* line 433, style.scss */
  .list-info-download ul {
    width: 100%;
    height: auto;
    padding: 10px 0;
    text-align: left; }
    /* line 438, style.scss */
    .list-info-download ul li {
      color: #272727;
      padding: 10px 0;
      vertical-align: middle;
      display: block; }
      /* line 443, style.scss */
      .list-info-download ul li span {
        margin-right: 5px; }

/* line 449, style.scss */
.title-download {
  font-size: 1.1rem;
  text-align: left; }

/* line 453, style.scss */
.qr {
  width: 100%;
  height: auto;
  padding: 25px 25px;
  display: block; }

/* line 459, style.scss */
.qr-code {
  width: 100%;
  padding: 25px;
  text-align: center;
  margin: 0 25px;
  height: auto;
  background: url(../images/download/border-app.png) no-repeat;
  background-size: 100% 100%;
  border-radius: 10px;
  display: block; }
  /* line 469, style.scss */
  .qr-code img {
    width: 100%;
    border-radius: 10px; }

/* line 474, style.scss */
.btn-app {
  width: 100%;
  margin: 15px 25px;
  font-weight: bold; }

/* line 479, style.scss */
.bg-banner-download {
  width: 100%;
  height: 420px;
  background: url("../images/download/getimgs.webp") no-repeat center bottom;
  overflow: hidden;
  margin-top: 80px;
  position: relative;
  display: block; }
  /* line 487, style.scss */
  .bg-banner-download .bg-rotate {
    width: 100%;
    height: auto;
    display: block; }
    /* line 491, style.scss */
    .bg-banner-download .bg-rotate img {
      width: 100%;
      text-align: center;
      margin: 0 auto;
      padding-top: 50px;
      display: block; }
    /* line 499, style.scss */
    .bg-banner-download .bg-rotate .spin {
      animation-name: spin;
      animation-duration: 10000ms;
      animation-iteration-count: infinite;
      animation-timing-function: linear; }
@keyframes spin {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }
  /* line 514, style.scss */
  .bg-banner-download .banner-download {
    width: 100%;
    height: auto;
    text-align: center;
    margin: 0 auto;
    position: absolute;
    left: 0;
    bottom: 10px;
    display: block; }
    /* line 524, style.scss */
    .bg-banner-download .banner-download .float {
      animation: float 6s ease-in-out infinite; }
@keyframes float {
  0% {
    -webkit-filter: drop-shadow(10px 15px 5px #222);
    filter: drop-shadow(10px 15px 5px #222);
    transform: translatey(0px); }
  50% {
    -webkit-filter: drop-shadow(25px 15px 15px #222);
    filter: drop-shadow(25px 15px 15px #222);
    transform: translatey(-20px); }
  100% {
    -webkit-filter: drop-shadow(10px 15px 5px #222);
    filter: drop-shadow(10px 15px 5px #222);
    transform: translatey(0px); } }
/* line 551, style.scss */
.box {
  width: 100%;
  height: auto;
  color: #fff;
  font-size: 16px;
  overflow: hidden;
  position: relative;
  text-align: right;
  -webkit-transition: all 0.45s ease;
  transition: all 0.45s ease;
  border-radius: 10px;
  margin-bottom: 7px;
  background: linear-gradient(-45deg, #e9f7fc, #91d5ee, #d3eef8, #bde6f5);
  background-size: 400% 400%;
  animation: gradient 15s ease infinite;
}
@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
/* line 565, style.scss */
.box img {
  width: 100%;
  height: 100%; }

/* line 569, style.scss */
.box:before, .box:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #29addd;
  opacity: 0.5;
  -webkit-transition: all 0.45s ease;
  transition: all 0.45s ease; }

/* line 581, style.scss */
.box:before {
  -webkit-transform: skew(30deg) translateX(80%);
  transform: skew(30deg) translateX(80%); }

/* line 585, style.scss */
.box:after {
  -webkit-transform: skew(-30deg) translateX(70%);
  transform: skew(-30deg) translateX(70%); }

/* line 589, style.scss */
.box:hover:before, .box.hover:before {
  -webkit-transform: skew(30deg) translateX(30%);
  transform: skew(30deg) translateX(30%);
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s; }

/* line 595, style.scss */
.box:hover:after, .box.hover:after {
  -webkit-transform: skew(-30deg) translateX(20%);
  transform: skew(-30deg) translateX(20%); }

/* line 599, style.scss */
.box .box-content {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 1;
  bottom: 0;
  padding: 20px 20px 20px 40%; }

/* line 609, style.scss */
.box .box-content:before, .box .box-content:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #55bee4;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.7);
  opacity: 0.5;
  z-index: -1;
  -webkit-transition: all 0.45s ease;
  transition: all 0.45s ease; }

/* line 623, style.scss */
.box .box-content:before {
  -webkit-transform: skew(30deg) translateX(100%);
  transform: skew(30deg) translateX(100%); }

/* line 627, style.scss */
.box .box-content:after {
  -webkit-transform: skew(-30deg) translateX(90%);
  transform: skew(-30deg) translateX(90%); }

/* line 631, style.scss */
.box:hover .box-content:before, .box.hover .box-content:before {
  -webkit-transform: skew(30deg) translateX(50%);
  transform: skew(30deg) translateX(50%);
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s; }

/* line 637, style.scss */
.box:hover .box-content:after, .box.hover .box-content:after {
  -webkit-transform: skew(-30deg) translateX(40%);
  transform: skew(-30deg) translateX(40%);
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s; }

/* line 643, style.scss */
.box h3, .box p {
  margin: 0;
  opacity: 0;
  letter-spacing: 1px; }

/* line 648, style.scss */
.box h3 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: uppercase; }

/* line 654, style.scss */
.box p {
  font-size: 15px; }

/* line 657, style.scss */
.box:hover h3, .box.hover h3, .box:hover p, .box.hover p {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 0.9; }

/* line 662, style.scss */
.bg-casino {
  background: url(../images/lobby/casino/casino-lobby-bg.png) no-repeat;
  background-size: 100% 100%;
  display: block; }

/* line 667, style.scss */
.bg-slots {
  background: url("../images/lobby/slot/slot-lobby-bg.png") no-repeat;
  background-size: 100% 100%;
  display: block; }

/* line 672, style.scss */
.bg-poker {
  background: url("../images/lobby/poker/bg.png") no-repeat;
  background-size: 100% 100%;
  display: block; }
.btn-playnow{
	border-radius: 7px 7px 0 0;
}
.banner-hightlight h3{
	font-size: 1.5rem;
	font-weight: bold;
	color: #a91a36;
	display: block;
}
.bg-casino{
	background: url(../images/lobby/casino/casino-lobby-bg.png) no-repeat;
    background-size: 100% 100%;
    display: block;
}
.items{
	padding: 5px;
}
.bg-matches{
	width: 100%;
	height: auto;
	text-align: center;
	margin: 0 auto;
	background: url("../images/matches/sports-bg.jpg") no-repeat;
	background-size: 100% 100%;
	display: block;
}
.upcoming-banner{
	width: 100%;
	height: auto;
	text-align: center;
	margin: 0 auto;
	background: url("../images/matches/hm-sports-bg.png") no-repeat;
	background-size: 100% 100%;
	display: block;
}
.upcoming-banner h3{
	width: 100%;
	height: auto;
	padding: 100px 0 5px 200px;
	font-size: 1.5rem;
	text-align: left;
	display: block;
}
.upcoming-banner p.up{
	width: 100%;
	height: auto;
	padding: 0 0 5px 200px;
	font-size: 1.2rem;
	text-align: left;
	color: #ffffff;
	display: block;
}
.upcoming-banner p{
	width: 100%;
	height: auto;
	font-size: 1.1rem;
	text-align: left;
	display: block;
}
.item-Carousel{
	width: 100%;
	height: auto;
	max-width: 467px;
	text-align: center;
	margin: 5px;
	background: #eaeaea;
	border-radius: 10px;
	padding: 10px;
	overflow: hidden;
	display: block;
}
.contain-matches{
	width: 100%;
	height: auto;
	text-align: center;
	margin: 0 auto;
	background: #ffffff;
	border-radius: 10px;
	padding: 5px;
	overflow: hidden;
	display: block;
}
.header-matches h4{
	font-size: 1.0rem;
	text-align: left;
	color: #006c93;
	padding: 5px;
}
.teams, .date-times{
	width: 100%;
	height: auto;
	text-align: center;
	margin: 0 auto;
	padding: 10px 0;
	display: block;
}
.logo-matches{
	width: 100%;
	height: auto;
	text-align: center;
	margin: 0 auto;
	display: block;
}
.logo-matches img{
	width: auto;
	height: 75px;
	text-align: center;
	margin: 0 auto;
	display: block;
}
.teams p.name-team{
	width: 100%;
	height: auto;
	font-size: 0.9rem;
	text-align: center;
	margin: 0 auto;
	color: #006c93;
	font-size: 0.9rem;
	overflow: hidden;
	white-space: nowrap;
	font-weight: bold;
	display: block;
}
.date-times p{
	width: 100%;
	height: auto;
	text-align: center;
	margin: 0 auto;
	font-size: 0.8rem;
	display: block;
}
.date-times h1{
	width: 100%;
	height: auto;
	text-align: center;
	margin: 0 auto;
	font-size: 1.5rem;
	color: #7D182C;
	padding: 12px 0;
	display: block;
}
.line-guide img {
    width: 100%;
}
.guide-box {
    border-radius: 10px;
    padding: 10px 0;
}
.step-container {
    padding: 20px 0;
    width: 100%;
}
.testimonial-box {
    border-radius: 15px;
    margin: 10px 0;
    padding: 15px 15px;
}
.testimonial-box h3 {
    font-size: 1.1rem;
    padding: 10px 0;
    text-align: center;
    margin: 0 auto;
    display: block;
}
.contain-testimoial {
    padding: 15px 10px;
    display: block;
    width: 100%;
    height: 130px;
}
.contain-testimoial p {
    font-size: 0.9rem;
    text-align: left;
    display: block;
}
@media (max-width: 600px) {
	.bg-matches {
		background: linear-gradient(180deg, #A91A36, #7D182C);
	}
	.upcoming-banner{
		background: none;
	}
	.slick-dotted.slick-slider{
		margin-bottom: 0px !important;
	}
	.upcoming-banner h3 {
    width: 100%;
    height: auto;
		padding: 0 !important;
    font-size: 1.0rem;
    text-align: left;
    display: block;
}
	.upcoming-banner p.up {
    width: 100%;
    height: auto;
		padding: 0 !important;
    font-size: 0.9rem;
    text-align: left;
    color: #ffffff;
    display: block;
}
	.upcoming-matches {
    width: 100%;
    height: auto;
    padding: 0 !important;
    display: block;
}
	.banner-hightlight h3 {
    width: 100%;
    height: auto;
    font-size: 1.1rem;
    margin-bottom: -23px;
    font-weight: bold;
    color: #ffffff;
    padding: 5px 0;
	background-image: linear-gradient(to right, #7d182c00, #7D182C, #7d182c00);
    display: block;
}
	.thumbnail-hightlighted {
    height: 200px;
    overflow: hidden;
    cursor: pointer;
    position: relative;
}
	.wrapper .header {
    width: 100%;
    height: auto;
	background: linear-gradient(#55bee4 25%, #29addd 140%);
    display: block;
}
	.language {
    padding: 0 5px;
    margin-top: 4px;
}
  /* line 678, style.scss */
  .pc {
    display: none !important; }

  /* line 681, style.scss */
  .m {
    display: block !important; }
	.item-m{
		width: 100%;
		height: auto;
		text-align: center;
		margin: 0 auto;
		display: block;
	}
	.item-m a img{
		width: 100%;
		border-radius: 5px;
	}
	.item-m p{
		width: 100%;
		height: auto;
		text-align: center;
		margin: 0 auto;
		font-size: 0.8rem;
		color: #0d6efd;
		font-weight: bold;
		display: block;
	}
  /* line 684, style.scss */
  .logo a img {
    width: 150px !important;
    height: auto;
    padding: 5px 10px; }

  /* line 690, style.scss */
  .language button {
    background:none; !important;
    border: none !important; }
    /* line 693, style.scss */
    .language button img {
      width: 25px;
      height: auto; }

  /* line 753, style.scss */
  .top-rated-game {
    overflow: hidden;
    border-radius: 10px; }

  /* line 757, style.scss */
  .sponsorship ul li a img {
    height: 40px;
    width: auto; }

  /* line 761, style.scss */
  .btn-lo-re {
    border-radius: 0px !important; }

  /* line 764, style.scss */
  .container {
    padding: 5px !important; }

  /* line 767, style.scss */
  .networks ul li a img {
    width: 25px;
    height: auto; }

  /* line 771, style.scss */
  .footer-mobile {
    width: 100%;
    height: auto;
    text-align: center;
    margin: 0 auto;
    position: fixed;
    left: 0;
    bottom: 0;
	  z-index: 1;
    display: block; }

  /* line 784, style.scss */
  .btn-footer {
    white-space: nowrap;
    font-size: 0.7rem; }
    /* line 787, style.scss */
    .btn-footer i {
      margin-right: 5px; }

  /* line 791, style.scss */
  .offcanvas {
    --bs-offcanvas-width: 300px !important;
	}

  /* line 795, style.scss */
  .nav-m p {
    font-size: 0.9rem;
    font-weight: bold;
    text-align: left;
    padding: 10px 5px;
    display: block; }
  /* line 802, style.scss */
  .nav-m ul {
    width: 100%;
    height: auto;
    text-align: left;
    display: block; }
    /* line 807, style.scss */
    .nav-m ul li {
      width: 100%;
      height: auto;
      background: linear-gradient(#55bee4 25%, #29addd 140%);
      margin: 5px auto;
      border-radius: 7px;
      vertical-align: middle;
      display: block; }
      /* line 815, style.scss */
      .nav-m ul li a {
        width: 100%;
        height: auto;
        text-align: left;
        padding: 7px 10px;
        font-size: 0.9rem;
        color: #ffffff;
        font-weight: bold;
        vertical-align: middle;
        display: block; }
        /* line 825, style.scss */
        .nav-m ul li a i {
          margin-right: 5px;
          vertical-align: middle; }
          /* line 828, style.scss */
          .nav-m ul li a i img {
            width: 20px; }

  /* line 837, style.scss */
  .nav-m-2 p {
    font-size: 0.9rem;
    font-weight: bold;
    text-align: left;
    padding: 10px 5px;
    display: block; }
  /* line 844, style.scss */
  .nav-m-2 ul {
    width: 100%;
    height: auto;
    text-align: left;
    display: block; }
    /* line 849, style.scss */
    .nav-m-2 ul li {
      width: 100%;
      height: auto;
      background: linear-gradient(#55bee4 25%, #29addd 140%);
      margin: 5px auto;
      border-radius: 7px;
      vertical-align: middle;
      display: block; }
      /* line 857, style.scss */
      .nav-m-2 ul li a {
        width: 100%;
        height: auto;
        text-align: left;
        padding: 7px 10px;
        font-size: 0.9rem;
        color: #ffffff;
        font-weight: bold;
        vertical-align: middle;
        display: block; }
        /* line 867, style.scss */
        .nav-m-2 ul li a i {
          margin-right: 5px;
          vertical-align: middle; }
          /* line 870, style.scss */
          .nav-m-2 ul li a i img {
            width: 20px; }

  /* line 878, style.scss */
  .btn-footer i img {
    width: 20px; }

  /* line 881, style.scss */
  .bg-footers {
    padding-bottom: 20px; }

  /* line 884, style.scss */
  .section .announment marquee {
    padding: 0px 0;
    font-size: 1.0rem;
    padding-top: 5px; }

  /* line 889, style.scss */
  .thumbnails-bg {
    width: 100%;
    height: auto;
    text-align: center;
    margin: 0 auto; }

  /* line 894, style.scss */
  .thumbnails-bg a {
    position: relative;
    display: block;
    height: 135px !important;
    background-size: cover; }

  /* line 899, style.scss */
  .thumbnails-bg a img {
    max-width: 100%;
    height: auto;
    vertical-align: middle; }

  /* line 903, style.scss */
  .thumbnails-bg a span {
    position: absolute;
    bottom: -27px;
    left: 0;
    width: 100%;
    height: 100px;
    padding: 0 15px;
    transition-duration: 0.3s;
    color: white;
    font-size: 20px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold; }

  /* line 919, style.scss */
  .thumbnails-bg a:hover {
    transform: translateY(5px); }

  /* line 921, style.scss */
  .thumbnails-bg a:hover > span {
    transform: translateY(-10px); }

  /* line 924, style.scss */
  .lobby-section {
    width: 100%;
    height: auto;
    padding: 10px 0;
    display: block; } }
