@import url(../legacy/legacy-screen.css);
body {
  -webkit-font-smoothing: antialiased; }

.sd2-promo__media {
  width: 100%;
  cursor: pointer;
  -webkit-transition: opacity 300ms;
          transition: opacity 300ms; }
  .sd2-promo__media:hover {
    opacity: 0.9; }

.sd2-products-intro {
  background: #f4f4f4; }
.sd2-products-intro__text {
  padding: 30px; }
  @media  (min-width: 1200px) {
    .sd2-products-intro__text {
      width: 60%;
      float: left;
      padding: 30px 80px 30px 40px; } }
.sd2-products-intro__title {
  font-size: 28px;
  line-height: 1.4; }
.sd2-products-intro__usps {
  background: #7d7d7d;
  padding: 20px 30px 30px; }
  @media  (min-width: 1200px) {
    .sd2-products-intro__usps {
      padding: 30px 80px 50px;
      width: 40%;
      float: right; } }
  .sd2-products-intro__usps__list {
    font-size: 21px;
    font-weight: bold;
    color: #fff; }
  .sd2-products-intro__usps__item {
    font-size: 16px;
    font-weight: normal;
    padding-bottom: 25px;
    display: block; }

.sd2-filters {
  background: #f5f5f5;
  margin-top: 50px;
  padding: 10px 40px 0 0; }
.sd2-filters__title {
  margin-left: 40px;
  font-size: 21px; }
  @media  (min-width: 768px) {
    .sd2-filters__title {
      font-size: 28px; } }
.sd2-filters__list {
  margin: 0;
  list-style: none;
  float: left; }
  @media  (min-width: 1200px) {
    .sd2-filters__list {
      float: none; } }
.sd2-filters__type {
  float: left;
  display: block;
  line-height: 40px;
  margin-right: 20px; }
.sd2-filters__filter {
  font-size: 14px;
  color: #888;
  text-decoration: underline;
  border: none;
  padding: 0;
  background: none; }
  .sd2-filters__filter.active {
    color: #444;
    text-decoration: none; }
  .sd2-filters__filter:hover {
    text-decoration: underline; }
  .sd2-filters__filter.active:hover {
    text-decoration: none; }
.sd2-filters__category {
  float: left;
  display: block;
  line-height: 40px;
  margin-right: 20px; }
  @media  (min-width: 1200px) {
    .sd2-filters__category {
      float: right; } }
  .sd2-filters__category--last {
    clear: left; }

.sd2-products {
  background: #f5f5f5;
  padding: 20px 0 0 0; }
.sd2-products__grid {
  background: #e1e1e1;
  overflow: hidden;
  width: 100%;
  padding: 15px;
  margin: 0;
  border-radius: 5px 5px 0 0; }
  @media  (min-width: 768px) {
    .sd2-products__grid {
      padding: 30px 0 30px 15px; } }

.sd2-product {
  display: none;
  list-style: none;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 30px;
  height: 350px;
  width: 100%; }
  @media  (min-width: 768px) {
    .sd2-product {
      height: 350px;
      width: 300px;
      margin-right: 15px;
      margin-left: 20px;
      float: left; } }
  @media  (min-width: 1200px) {
    .sd2-product {
      width: 330px;
      height: 350px;
      float: left;
      margin-right: 20px;
      margin-left: 20px; } }
.sd2-product__content {
  display: block;
  color: #fff;
  padding: 35px 30px;
  height: 100%;
  position: relative;
  background: rgba(33, 140, 163, 0.7);
  -webkit-transition: background 300ms;
          transition: background 300ms; }
  .sd2-product__content:hover {
    background: rgba(33, 140, 163, 0.8); }
.sd2-product.sd2-product--digital-games .sd2-product__content {
  background: rgba(33, 140, 163, 0.85); }
  .sd2-product.sd2-product--digital-games .sd2-product__content:hover {
    background: rgba(33, 140, 163, 0.8); }
.sd2-product.sd2-product--payment .sd2-product__content {
  background: rgba(175, 187, 41, 0.85); }
  .sd2-product.sd2-product--payment .sd2-product__content:hover {
    background: rgba(175, 187, 41, 0.8); }
.sd2-product.sd2-product--card-games .sd2-product__content {
  background: rgba(245, 120, 71, 0.85); }
  .sd2-product.sd2-product--card-games .sd2-product__content:hover {
    background: rgba(245, 120, 71, 0.8); }
.sd2-product.sd2-product--social-casino .sd2-product__content {
  background: rgba(185, 106, 189, 0.85); }
  .sd2-product.sd2-product--social-casino .sd2-product__content:hover {
    background: rgba(185, 106, 189, 0.8); }
.sd2-product__title {
  color: #fff;
  margin: 5px 0 10px 0;
  font-size: 24px;
  padding: 0;
  line-height: 1.2; }
.sd2-product__link {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  text-decoration: none; }
.sd2-product__type {
  text-transform: uppercase;
  font-size: 11px; }
.sd2-product__description {
  position: absolute;
  bottom: 70px;
  left: 0;
  padding: 0 30px;
  font-size: 14px; }
.sd2-product__more {
  display: block;
  float: left;
  background: rgba(0, 0, 0, 0.4);
  display: block;
  position: relative;
  height: 50px;
  line-height: 50px;
  top: -50px;
  width: 100%;
  color: #fff;
  padding: 0 30px 0 60px;
  background-image: url(../img/more.png);
  background-repeat: no-repeat;
  background-position: 30px 50%; }
.sd2-product--subscription.sd2-product--digital-games {
  box-shadow: 6px 6px 0 rgba(33, 140, 163, 0.4), 12px 12px 0 rgba(33, 140, 163, 0.2); }
.sd2-product--subscription.sd2-product--payment {
  box-shadow: 6px 6px 0 rgba(175, 187, 41, 0.4), 12px 12px 0 rgba(175, 187, 41, 0.2); }
.sd2-product--subscription.sd2-product--card-games {
  box-shadow: 6px 6px 0 rgba(245, 120, 71, 0.4), 12px 12px 0 rgba(245, 120, 71, 0.2); }
.sd2-product--subscription.sd2-product--social-casino {
  box-shadow: 6px 6px 0 rgba(185, 106, 189, 0.4), 12px 12px 0 rgba(185, 106, 189, 0.2); }

.arcade-embed {
  width: 100%; }

.sd2-single-report__pre-title {
  text-transform: uppercase;
  font-size: 12px; }
  @media  (min-width: 1200px) {
    .sd2-single-report__pre-title {
      padding-left: 40px; } }
@media  (min-width: 1200px) {
  .sd2-single-report__title {
    padding-left: 40px; } }
@media  (min-width: 1200px) {
  .sd2-single-report__sub-title {
    padding-left: 40px; } }

.sd2-button {
  display: block;
  background: #f57847;
  border: none;
  border-radius: 5px;
  width: 100%;
  line-height: 60px;
  color: #fff;
  font-size: 21px;
  font-weight: bold;
  text-align: center;
  text-decoration: none; }
  .sd2-button:hover {
    background: #f68a5f; }

.sd2-divider {
  width: 40px;
  background: #444;
  height: 3px;
  border: none;
  margin: 40px 0 30px; }
  .sd2-divider--white {
    background: #fff; }

.sd2-indicator {
  display: inline-block;
  height: 10px;
  width: 10px;
  background: #c00; }
  .sd2-indicator--blue {
    background: #218ca3; }
  .sd2-indicator--purple {
    background: #b96abd; }
  .sd2-indicator--orange {
    background: #f57847; }
  .sd2-indicator--green {
    background: #cbd546; }
