@charset "UTF-8";
.os-theme-dark .top-3-cta .join-button,
.os-theme-light .top-3-cta .join-button {
  font-family: "Encode Sans", Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.os-theme-dark .top-3-cta .top-3-cta__title,
.os-theme-light .top-3-cta .top-3-cta__title {
  font-family: "Encode Sans Condensed", Arial, sans-serif;
  font-weight: 500;
  letter-spacing: 1px;
}

.os-theme-dark .top-3-cta .top-3-cta__title,
.os-theme-light .top-3-cta .top-3-cta__title {
  line-height: 1;
  text-transform: capitalize;
}

.os-theme-dark .top-3-cta .join-button,
.os-theme-light .top-3-cta .join-button {
  text-transform: capitalize;
}

.os-theme-dark .top-3-cta,
.os-theme-light .top-3-cta {
  overflow: hidden;
}

.os-theme-dark .top-3-cta .top-3-cta__title,
.os-theme-light .top-3-cta .top-3-cta__title {
  display: block;
  font-size: 1rem;
  margin: 0.625rem 0.625rem 0rem;
  text-align: center;
}

.os-theme-dark .top-3-cta .top-3-cta__title::before,
.os-theme-light .top-3-cta .top-3-cta__title::before {
  background: url("../../images/flags/row.png") top left/cover no-repeat;
  content: '';
  display: inline-block;
  height: 0.8125rem;
  margin-right: 0.3125rem;
  vertical-align: middle;
  width: 1.5rem;
}

.os-theme-dark .top-3-cta.region-afr .top-3-cta__title::before,
.os-theme-light .top-3-cta.region-afr .top-3-cta__title::before {
  background-image: url("../../images/flags/_afr.png");
}

.os-theme-dark .top-3-cta.region-apx .top-3-cta__title::before,
.os-theme-light .top-3-cta.region-apx .top-3-cta__title::before {
  background-image: url("../../images/flags/_apx.png");
}

.os-theme-dark .top-3-cta.region-au .top-3-cta__title::before,
.os-theme-light .top-3-cta.region-au .top-3-cta__title::before {
  background-image: url("../../images/flags/_au.png");
}

.os-theme-dark .top-3-cta.region-br .top-3-cta__title::before,
.os-theme-light .top-3-cta.region-br .top-3-cta__title::before {
  background-image: url("../../images/flags/_br.png");
}

.os-theme-dark .top-3-cta.region-ca .top-3-cta__title::before,
.os-theme-light .top-3-cta.region-ca .top-3-cta__title::before {
  background-image: url("../../images/flags/_ca.png");
}

.os-theme-dark .top-3-cta.region-ca2 .top-3-cta__title::before,
.os-theme-light .top-3-cta.region-ca2 .top-3-cta__title::before {
  background-image: url("../../images/flags/_ca.png");
}

.os-theme-dark .top-3-cta.region-ger .top-3-cta__title::before,
.os-theme-light .top-3-cta.region-ger .top-3-cta__title::before {
  background-image: url("../../images/flags/_ger.png");
}

.os-theme-dark .top-3-cta.region-ind .top-3-cta__title::before,
.os-theme-light .top-3-cta.region-ind .top-3-cta__title::before {
  background-image: url("../../images/flags/_ind.png");
}

.os-theme-dark .top-3-cta.region-jp .top-3-cta__title::before,
.os-theme-light .top-3-cta.region-jp .top-3-cta__title::before {
  background-image: url("../../images/flags/_jp.png");
}

.os-theme-dark .top-3-cta.region-latamex .top-3-cta__title::before,
.os-theme-light .top-3-cta.region-latamex .top-3-cta__title::before {
  background-image: url("../../images/flags/_latamex.png");
}

.os-theme-dark .top-3-cta.region-nor .top-3-cta__title::before,
.os-theme-light .top-3-cta.region-nor .top-3-cta__title::before {
  background-image: url("../../images/flags/_nor.png");
}

.os-theme-dark .top-3-cta.region-nl .top-3-cta__title::before,
.os-theme-light .top-3-cta.region-nl .top-3-cta__title::before {
  background-image: url("../../images/flags/_nl.png");
}

.os-theme-dark .top-3-cta.region-row .top-3-cta__title::before,
.os-theme-light .top-3-cta.region-row .top-3-cta__title::before {
  background-image: url("../../images/flags/_row.png");
}

.os-theme-dark .top-3-cta.region-us .top-3-cta__title::before,
.os-theme-light .top-3-cta.region-us .top-3-cta__title::before {
  background-image: url("../../images/flags/_us.png");
}

.os-theme-dark .top-3-cta.region-us2 .top-3-cta__title::before,
.os-theme-light .top-3-cta.region-us2 .top-3-cta__title::before {
  background-image: url("../../images/flags/_us.png");
}

.os-theme-dark .top-3-cta .content,
.os-theme-light .top-3-cta .content {
  margin: 0.3125rem 0.625rem;
}

.os-theme-dark .top-3-cta .content ul,
.os-theme-light .top-3-cta .content ul {
  margin: 0rem 0rem 0.3125rem;
  padding: 0;
  position: relative;
}

.os-theme-dark .top-3-cta .count,
.os-theme-light .top-3-cta .count {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  font-size: 1.5rem;
  font-weight: 600;
  position: relative;
  white-space: nowrap;
  width: 2.8125rem;
  z-index: 1;
}

.os-theme-dark .top-3-cta .count::before,
.os-theme-light .top-3-cta .count::before {
  content: '#';
  font-size: 0.75rem;
  font-weight: normal;
  position: relative;
  top: -0.4375rem;
}

.os-theme-dark .top-3-cta.pt-br .count::before,
.os-theme-light .top-3-cta.pt-br .count::before {
  content: 'nº';
}

.os-theme-dark .top-3-cta .logo,
.os-theme-light .top-3-cta .logo {
  -webkit-box-flex: 2;
  -webkit-flex-grow: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  min-width: 5.3125rem;
}

.os-theme-dark .top-3-cta .logo img,
.os-theme-light .top-3-cta .logo img {
  max-height: 2.1875rem;
  min-width: 5.3125rem;
  vertical-align: middle;
}

.os-theme-dark .top-3-cta .bonus-offer,
.os-theme-light .top-3-cta .bonus-offer {
  display: none;
  -webkit-flex-basis: 7.8125rem;
      -ms-flex-preferred-size: 7.8125rem;
          flex-basis: 7.8125rem;
  -webkit-box-flex: 2;
  -webkit-flex-grow: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  font-size: 0.875rem;
  line-height: 1.1;
  text-transform: capitalize;
  white-space: nowrap;
}

.os-theme-dark .top-3-cta .bonus-offer-label,
.os-theme-light .top-3-cta .bonus-offer-label {
  font-weight: 600;
}

.os-theme-dark .top-3-cta .review-wrapper,
.os-theme-light .top-3-cta .review-wrapper {
  -webkit-box-flex: 2;
  -webkit-flex-grow: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  text-align: center;
}

.os-theme-dark .top-3-cta .review-link,
.os-theme-light .top-3-cta .review-link {
  cursor: pointer;
  font-size: 0.6875rem;
  line-height: 1.5em;
  padding: 1rem .5rem 1rem .125rem;
  white-space: nowrap;
}

.os-theme-dark .top-3-cta .review-link::before,
.os-theme-light .top-3-cta .review-link::before {
  display: none;
}

.os-theme-dark .top-3-cta .review-link:hover,
.os-theme-light .top-3-cta .review-link:hover {
  text-decoration: underline;
}

.os-theme-dark .top-3-cta .cta-bitcoin,
.os-theme-light .top-3-cta .cta-bitcoin {
  background-image: url("../../images/sportsbooks/bitcoin/cta_bitcoin-icon.svg");
  background-position: center top;
  background-repeat: no-repeat;
  display: none;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 2rem;
  margin: 0.125rem 0.125rem 0rem 0rem;
  min-width: 1.75rem;
  text-indent: -624.9375rem;
}

.os-theme-dark .top-3-cta .cta-bitcoin-mobile,
.os-theme-light .top-3-cta .cta-bitcoin-mobile {
  display: block;
  height: 1.4375rem;
  margin: 0 auto;
  min-width: 1.25rem;
  width: 1.25rem;
}

.os-theme-dark .top-3-cta .join-button,
.os-theme-light .top-3-cta .join-button {
  -webkit-border-radius: 0.1875rem;
          border-radius: 0.1875rem;
  -webkit-box-shadow: none;
          box-shadow: none;
  display: block;
  font-size: 0.75rem;
  line-height: 1.5;
  margin: 0.75rem 0.625rem 0.75rem 0rem;
  max-width: 9.6875rem;
  padding: 0.3125rem 0.625rem;
  text-transform: uppercase;
  white-space: nowrap;
}

.os-theme-dark .top-3-cta .join-button:hover,
.os-theme-light .top-3-cta .join-button:hover {
  text-decoration: none;
}

.os-theme-dark .top-3-cta .content li,
.os-theme-light .top-3-cta .content li {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 4.125rem;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  overflow: hidden;
  position: relative;
  text-align: center;
}

.os-theme-dark .top-3-cta .content li::before,
.os-theme-light .top-3-cta .content li::before {
  content: '';
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 2.8125rem;
}

.os-theme-dark .top-3-cta .content li:first-child,
.os-theme-light .top-3-cta .content li:first-child {
  -webkit-border-radius: 0.1875rem 0.1875rem 0 0;
          border-radius: 0.1875rem 0.1875rem 0 0;
}

.os-theme-dark .top-3-cta .content li:last-child,
.os-theme-light .top-3-cta .content li:last-child {
  border-bottom: 0;
  -webkit-border-radius: 0 0 0.1875rem 0.1875rem;
          border-radius: 0 0 0.1875rem 0.1875rem;
}

.os-theme-dark .top-3-cta .see-all,
.os-theme-light .top-3-cta .see-all {
  text-align: center;
}

.os-theme-dark .top-3-cta .see-all a,
.os-theme-light .top-3-cta .see-all a {
  font-size: 1rem;
  padding: 0.9375rem;
}

.os-theme-dark .top-3-cta .see-all a::before,
.os-theme-light .top-3-cta .see-all a::before {
  border-color: inherit;
}

@media (min-width: 460px) {
  .os-theme-dark .top-3-cta .top-3-cta__title,
  .os-theme-light .top-3-cta .top-3-cta__title {
    font-size: 1.3125rem;
  }
  .os-theme-dark .top-3-cta .top-3-cta__title::before,
  .os-theme-light .top-3-cta .top-3-cta__title::before {
    -webkit-border-radius: 0.1875rem;
            border-radius: 0.1875rem;
    height: 1.1875rem;
    width: 2.125rem;
  }
  .os-theme-dark .top-3-cta .count,
  .os-theme-light .top-3-cta .count {
    width: 3.75rem;
  }
  .os-theme-dark .top-3-cta .content li::before,
  .os-theme-light .top-3-cta .content li::before {
    width: 3.75rem;
  }
  .os-theme-dark .top-3-cta .join-button,
  .os-theme-light .top-3-cta .join-button {
    width: 9.375rem;
  }
  .os-theme-dark .top-3-cta .cta-bitcoin,
  .os-theme-light .top-3-cta .cta-bitcoin {
    display: block;
    padding-right: 0.625rem;
  }
  .os-theme-dark .top-3-cta .cta-bitcoin-mobile,
  .os-theme-light .top-3-cta .cta-bitcoin-mobile {
    display: none;
  }
  .os-theme-dark .top-3-cta .review-link,
  .os-theme-light .top-3-cta .review-link {
    padding-left: .25rem;
  }
  .os-theme-dark .top-3-cta .review-link::before,
  .os-theme-light .top-3-cta .review-link::before {
    content: '';
    display: inline-block;
    margin-right: .25rem;
  }
}

@media (min-width: 560px) {
  .os-theme-dark .top-3-cta .top-3-cta__title::before,
  .os-theme-light .top-3-cta .top-3-cta__title::before {
    content: '';
    display: inline-block;
    height: 2.1875rem;
    margin-right: 0.625rem;
    width: 2.1875rem;
  }
  .os-theme-dark .top-3-cta .top-3-cta__title::after,
  .os-theme-light .top-3-cta .top-3-cta__title::after {
    background: url("../../images/flags/_row.png") top left/cover no-repeat;
    -webkit-border-radius: 0.1875rem;
            border-radius: 0.1875rem;
    content: '';
    display: inline-block;
    height: 1.6875rem;
    margin-left: 0.3125rem;
    vertical-align: middle;
    width: 3rem;
  }
  .os-theme-dark .top-3-cta.region-afr .top-3-cta__title::after,
  .os-theme-light .top-3-cta.region-afr .top-3-cta__title::after {
    background-image: url("../../images/flags/_afr.png");
  }
  .os-theme-dark .top-3-cta.region-apx .top-3-cta__title::after,
  .os-theme-light .top-3-cta.region-apx .top-3-cta__title::after {
    background-image: url("../../images/flags/_apx.png");
  }
  .os-theme-dark .top-3-cta.region-au .top-3-cta__title::after,
  .os-theme-light .top-3-cta.region-au .top-3-cta__title::after {
    background-image: url("../../images/flags/_au.png");
  }
  .os-theme-dark .top-3-cta.region-br .top-3-cta__title::after,
  .os-theme-light .top-3-cta.region-br .top-3-cta__title::after {
    background-image: url("../../images/flags/_br.png");
  }
  .os-theme-dark .top-3-cta.region-ca .top-3-cta__title::after,
  .os-theme-light .top-3-cta.region-ca .top-3-cta__title::after {
    background-image: url("../../images/flags/_ca.png");
  }
  .os-theme-dark .top-3-cta.region-ca2 .top-3-cta__title::after,
  .os-theme-light .top-3-cta.region-ca2 .top-3-cta__title::after {
    background-image: url("../../images/flags/_ca.png");
  }
  .os-theme-dark .top-3-cta.region-ger .top-3-cta__title::after,
  .os-theme-light .top-3-cta.region-ger .top-3-cta__title::after {
    background-image: url("../../images/flags/_ger.png");
  }
  .os-theme-dark .top-3-cta.region-ind .top-3-cta__title::after,
  .os-theme-light .top-3-cta.region-ind .top-3-cta__title::after {
    background-image: url("../../images/flags/_ind.png");
  }
  .os-theme-dark .top-3-cta.region-jp .top-3-cta__title::after,
  .os-theme-light .top-3-cta.region-jp .top-3-cta__title::after {
    background-image: url("../../images/flags/_jp.png");
  }
  .os-theme-dark .top-3-cta.region-latamex .top-3-cta__title::after,
  .os-theme-light .top-3-cta.region-latamex .top-3-cta__title::after {
    background-image: url("../../images/flags/_latamex.png");
  }
  .os-theme-dark .top-3-cta.region-nor .top-3-cta__title::after,
  .os-theme-light .top-3-cta.region-nor .top-3-cta__title::after {
    background-image: url("../../images/flags/_nor.png");
  }
  .os-theme-dark .top-3-cta.region-nl .top-3-cta__title::after,
  .os-theme-light .top-3-cta.region-nl .top-3-cta__title::after {
    background-image: url("../../images/flags/_nl.png");
  }
  .os-theme-dark .top-3-cta.region-row .top-3-cta__title::after,
  .os-theme-light .top-3-cta.region-row .top-3-cta__title::after {
    background-image: url("../../images/flags/_row.png");
  }
  .os-theme-dark .top-3-cta.region-us .top-3-cta__title::after,
  .os-theme-light .top-3-cta.region-us .top-3-cta__title::after {
    background-image: url("../../images/flags/_us.png");
  }
  .os-theme-dark .top-3-cta.region-us2 .top-3-cta__title::after,
  .os-theme-light .top-3-cta.region-us2 .top-3-cta__title::after {
    background-image: url("../../images/flags/_us.png");
  }
  .os-theme-dark .top-3-cta .content li::before,
  .os-theme-light .top-3-cta .content li::before {
    width: 2.1875rem;
  }
  .os-theme-dark .top-3-cta .content li:first-child,
  .os-theme-light .top-3-cta .content li:first-child {
    -webkit-border-radius: 0.1875rem 0 0 0.1875rem;
            border-radius: 0.1875rem 0 0 0.1875rem;
  }
  .os-theme-dark .top-3-cta .content li:nth-child(2),
  .os-theme-light .top-3-cta .content li:nth-child(2) {
    -webkit-border-top-right-radius: 0.1875rem;
            border-top-right-radius: 0.1875rem;
  }
  .os-theme-dark .top-3-cta .content li:last-child,
  .os-theme-light .top-3-cta .content li:last-child {
    -webkit-border-radius: 0 0 0.1875rem 0;
            border-radius: 0 0 0.1875rem 0;
  }
  .os-theme-dark .top-3-cta .count,
  .os-theme-light .top-3-cta .count {
    width: 2.1875rem;
  }
  .os-theme-dark .top-3-cta .bonus-offer,
  .os-theme-light .top-3-cta .bonus-offer {
    display: block;
  }
  .os-theme-dark .top-3-cta .review-link,
  .os-theme-light .top-3-cta .review-link {
    font-size: 0.75rem;
    margin-left: .5rem;
  }
}

@media (min-width: 660px) {
  .os-theme-dark .top-3-cta .count,
  .os-theme-light .top-3-cta .count {
    width: 2.8125rem;
  }
  .os-theme-dark .top-3-cta .content li,
  .os-theme-light .top-3-cta .content li {
    border-bottom-width: 0.125rem;
  }
  .os-theme-dark .top-3-cta .content li::before,
  .os-theme-light .top-3-cta .content li::before {
    width: 2.8125rem;
  }
}

@media (min-width: 760px) {
  .os-theme-dark .top-3-cta .content li::before,
  .os-theme-light .top-3-cta .content li::before {
    width: 2.8125rem;
  }
  .os-theme-dark .top-3-cta .count::before,
  .os-theme-light .top-3-cta .count::before {
    font-size: 0.875rem;
  }
  .os-theme-dark .top-3-cta .review-link,
  .os-theme-light .top-3-cta .review-link {
    -webkit-box-flex: 2;
    -webkit-flex-grow: 2;
        -ms-flex-positive: 2;
            flex-grow: 2;
  }
  .os-theme-dark .top-3-cta .join-button,
  .os-theme-light .top-3-cta .join-button {
    font-size: 0.875rem;
  }
}

@media (min-width: 860px) {
  .os-theme-dark .top-3-cta .content li::before,
  .os-theme-light .top-3-cta .content li::before {
    width: 4.0625rem;
  }
  .os-theme-dark .top-3-cta .count,
  .os-theme-light .top-3-cta .count {
    width: 4.0625rem;
  }
  .os-theme-dark .top-3-cta .logo,
  .os-theme-light .top-3-cta .logo {
    margin: 0rem 0rem 0rem 0.625rem;
  }
  .os-theme-dark .top-3-cta .review-link,
  .os-theme-light .top-3-cta .review-link {
    margin: 0rem 1.25rem;
  }
  .os-theme-dark .top-3-cta .join-button,
  .os-theme-light .top-3-cta .join-button {
    width: 10.9375rem;
  }
}

.os-theme-dark .top-3-cta .terms-and-conditions-cta,
.os-theme-light .top-3-cta .terms-and-conditions-cta {
  font-size: 0.5625rem;
  font-style: italic;
  margin-bottom: 0.3125rem;
  text-align: center;
}

.os-theme-dark .top-3-cta.bitcoin-kill .content .book-count-4 li:first-child,
.os-theme-light .top-3-cta.bitcoin-kill .content .book-count-4 li:first-child {
  padding-bottom: 0;
}

.os-theme-dark .top-3-cta .content .book-count-4 .bonus-offer,
.os-theme-dark .top-3-cta .content .book-count-5 .bonus-offer,
.os-theme-light .top-3-cta .content .book-count-4 .bonus-offer,
.os-theme-light .top-3-cta .content .book-count-5 .bonus-offer {
  display: none;
}

.os-theme-dark .top-3-cta .content .book-count-4 .cta-bitcoin,
.os-theme-dark .top-3-cta .content .book-count-5 .cta-bitcoin,
.os-theme-light .top-3-cta .content .book-count-4 .cta-bitcoin,
.os-theme-light .top-3-cta .content .book-count-5 .cta-bitcoin {
  display: none;
}

.os-theme-dark .top-3-cta .content .book-count-4 .cta-bitcoin-mobile,
.os-theme-dark .top-3-cta .content .book-count-5 .cta-bitcoin-mobile,
.os-theme-light .top-3-cta .content .book-count-4 .cta-bitcoin-mobile,
.os-theme-light .top-3-cta .content .book-count-5 .cta-bitcoin-mobile {
  display: block;
}

@media (min-width: 460px) {
  .os-theme-dark .top-3-cta .content .book-count-4 .cta-bitcoin,
  .os-theme-dark .top-3-cta .content .book-count-5 .cta-bitcoin,
  .os-theme-light .top-3-cta .content .book-count-4 .cta-bitcoin,
  .os-theme-light .top-3-cta .content .book-count-5 .cta-bitcoin {
    display: block;
  }
  .os-theme-dark .top-3-cta .content .book-count-4 .cta-bitcoin-mobile,
  .os-theme-dark .top-3-cta .content .book-count-5 .cta-bitcoin-mobile,
  .os-theme-light .top-3-cta .content .book-count-4 .cta-bitcoin-mobile,
  .os-theme-light .top-3-cta .content .book-count-5 .cta-bitcoin-mobile {
    display: none;
  }
}

@media (min-width: 560px) {
  .os-theme-dark .top-3-cta .content .book-count-4 li,
  .os-theme-dark .top-3-cta .content .book-count-5 li,
  .os-theme-light .top-3-cta .content .book-count-4 li,
  .os-theme-light .top-3-cta .content .book-count-5 li {
    margin-left: 12.5rem;
  }
  .os-theme-dark .top-3-cta .content .book-count-4 li::before,
  .os-theme-dark .top-3-cta .content .book-count-5 li::before,
  .os-theme-light .top-3-cta .content .book-count-4 li::before,
  .os-theme-light .top-3-cta .content .book-count-5 li::before {
    display: block;
  }
  .os-theme-dark .top-3-cta .content .book-count-4 li:first-child,
  .os-theme-dark .top-3-cta .content .book-count-5 li:first-child,
  .os-theme-light .top-3-cta .content .book-count-4 li:first-child,
  .os-theme-light .top-3-cta .content .book-count-5 li:first-child {
    border-bottom: 0;
    border-right: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
    margin-left: 0;
    padding-left: 2.8125rem;
    padding-right: 0.625rem;
    padding-top: 0.625rem;
    position: absolute;
    width: 12.5rem;
  }
  .os-theme-dark .top-3-cta .content .book-count-4 li:first-child .count,
  .os-theme-dark .top-3-cta .content .book-count-5 li:first-child .count,
  .os-theme-light .top-3-cta .content .book-count-4 li:first-child .count,
  .os-theme-light .top-3-cta .content .book-count-5 li:first-child .count {
    font-size: 2rem;
    left: 0;
    position: absolute;
  }
  .os-theme-dark .top-3-cta .content .book-count-4 li:first-child .count::before,
  .os-theme-dark .top-3-cta .content .book-count-5 li:first-child .count::before,
  .os-theme-light .top-3-cta .content .book-count-4 li:first-child .count::before,
  .os-theme-light .top-3-cta .content .book-count-5 li:first-child .count::before {
    top: -0.8125rem;
  }
  .os-theme-dark .top-3-cta .content .book-count-4 li:first-child .logo,
  .os-theme-dark .top-3-cta .content .book-count-5 li:first-child .logo,
  .os-theme-light .top-3-cta .content .book-count-4 li:first-child .logo,
  .os-theme-light .top-3-cta .content .book-count-5 li:first-child .logo {
    margin: 0;
  }
  .os-theme-dark .top-3-cta .content .book-count-4 li:first-child .bonus-offer,
  .os-theme-dark .top-3-cta .content .book-count-5 li:first-child .bonus-offer,
  .os-theme-light .top-3-cta .content .book-count-4 li:first-child .bonus-offer,
  .os-theme-light .top-3-cta .content .book-count-5 li:first-child .bonus-offer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column nowrap;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .os-theme-dark .top-3-cta .content .book-count-4 li:first-child .review-wrapper,
  .os-theme-dark .top-3-cta .content .book-count-5 li:first-child .review-wrapper,
  .os-theme-light .top-3-cta .content .book-count-4 li:first-child .review-wrapper,
  .os-theme-light .top-3-cta .content .book-count-5 li:first-child .review-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    padding: 0rem 2.5rem;
    position: relative;
  }
  .os-theme-dark .top-3-cta .content .book-count-4 li:first-child .review-link,
  .os-theme-dark .top-3-cta .content .book-count-5 li:first-child .review-link,
  .os-theme-light .top-3-cta .content .book-count-4 li:first-child .review-link,
  .os-theme-light .top-3-cta .content .book-count-5 li:first-child .review-link {
    padding-top: 0.4375rem;
  }
  .os-theme-dark .top-3-cta .content .book-count-4 li:first-child .cta-bitcoin,
  .os-theme-dark .top-3-cta .content .book-count-5 li:first-child .cta-bitcoin,
  .os-theme-light .top-3-cta .content .book-count-4 li:first-child .cta-bitcoin,
  .os-theme-light .top-3-cta .content .book-count-5 li:first-child .cta-bitcoin {
    display: none;
  }
  .os-theme-dark .top-3-cta .content .book-count-4 li:first-child .cta-bitcoin-mobile,
  .os-theme-dark .top-3-cta .content .book-count-5 li:first-child .cta-bitcoin-mobile,
  .os-theme-light .top-3-cta .content .book-count-4 li:first-child .cta-bitcoin-mobile,
  .os-theme-light .top-3-cta .content .book-count-5 li:first-child .cta-bitcoin-mobile {
    background-image: url("../../images/sportsbooks/bitcoin/cta_bitcoin-icon.svg");
    display: block;
    height: 1.9375rem;
    margin: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 1.6875rem;
  }
  .os-theme-dark .top-3-cta .content .book-count-4 li:first-child .join-button,
  .os-theme-dark .top-3-cta .content .book-count-5 li:first-child .join-button,
  .os-theme-light .top-3-cta .content .book-count-4 li:first-child .join-button,
  .os-theme-light .top-3-cta .content .book-count-5 li:first-child .join-button {
    margin: 0.625rem 0.75rem;
    width: 6.25rem;
  }
}

@media (min-width: 660px) {
  .os-theme-dark .top-3-cta .content .book-count-4 li:not(:first-child),
  .os-theme-dark .top-3-cta .content .book-count-5 li:not(:first-child),
  .os-theme-light .top-3-cta .content .book-count-4 li:not(:first-child),
  .os-theme-light .top-3-cta .content .book-count-5 li:not(:first-child) {
    margin-left: 15.625rem;
  }
  .os-theme-dark .top-3-cta .content .book-count-4 li:first-child,
  .os-theme-dark .top-3-cta .content .book-count-5 li:first-child,
  .os-theme-light .top-3-cta .content .book-count-4 li:first-child,
  .os-theme-light .top-3-cta .content .book-count-5 li:first-child {
    width: 15.625rem;
  }
  .os-theme-dark .top-3-cta .content .book-count-4 li:first-child::before,
  .os-theme-dark .top-3-cta .content .book-count-5 li:first-child::before,
  .os-theme-light .top-3-cta .content .book-count-4 li:first-child::before,
  .os-theme-light .top-3-cta .content .book-count-5 li:first-child::before {
    width: 2.1875rem;
  }
  .os-theme-dark .top-3-cta .content .book-count-4 li:first-child .count,
  .os-theme-dark .top-3-cta .content .book-count-5 li:first-child .count,
  .os-theme-light .top-3-cta .content .book-count-4 li:first-child .count,
  .os-theme-light .top-3-cta .content .book-count-5 li:first-child .count {
    width: 2.1875rem;
  }
}

@media (min-width: 760px) {
  .os-theme-dark .top-3-cta .content .book-count-4 li:not(:first-child),
  .os-theme-dark .top-3-cta .content .book-count-5 li:not(:first-child),
  .os-theme-light .top-3-cta .content .book-count-4 li:not(:first-child),
  .os-theme-light .top-3-cta .content .book-count-5 li:not(:first-child) {
    margin-left: 18.75rem;
  }
  .os-theme-dark .top-3-cta .content .book-count-4 li:first-child,
  .os-theme-dark .top-3-cta .content .book-count-5 li:first-child,
  .os-theme-light .top-3-cta .content .book-count-4 li:first-child,
  .os-theme-light .top-3-cta .content .book-count-5 li:first-child {
    width: 18.75rem;
    padding-left: 3.4375rem;
  }
  .os-theme-dark .top-3-cta .content .book-count-4 li:first-child::before,
  .os-theme-dark .top-3-cta .content .book-count-5 li:first-child::before,
  .os-theme-light .top-3-cta .content .book-count-4 li:first-child::before,
  .os-theme-light .top-3-cta .content .book-count-5 li:first-child::before {
    width: 2.8125rem;
  }
  .os-theme-dark .top-3-cta .content .book-count-4 li:first-child .count,
  .os-theme-dark .top-3-cta .content .book-count-5 li:first-child .count,
  .os-theme-light .top-3-cta .content .book-count-4 li:first-child .count,
  .os-theme-light .top-3-cta .content .book-count-5 li:first-child .count {
    width: 2.8125rem;
  }
  .os-theme-dark .top-3-cta .content .book-count-4 li:first-child .logo,
  .os-theme-dark .top-3-cta .content .book-count-5 li:first-child .logo,
  .os-theme-light .top-3-cta .content .book-count-4 li:first-child .logo,
  .os-theme-light .top-3-cta .content .book-count-5 li:first-child .logo {
    max-height: 2.8125rem;
  }
  .os-theme-dark .top-3-cta .content .book-count-4 li:first-child .logo img,
  .os-theme-dark .top-3-cta .content .book-count-5 li:first-child .logo img,
  .os-theme-light .top-3-cta .content .book-count-4 li:first-child .logo img,
  .os-theme-light .top-3-cta .content .book-count-5 li:first-child .logo img {
    max-height: 2.8125rem;
  }
  .os-theme-dark .top-3-cta .content .book-count-4 li:first-child .join-button,
  .os-theme-dark .top-3-cta .content .book-count-5 li:first-child .join-button,
  .os-theme-light .top-3-cta .content .book-count-4 li:first-child .join-button,
  .os-theme-light .top-3-cta .content .book-count-5 li:first-child .join-button {
    width: 8.4375rem;
  }
}

@media (min-width: 860px) {
  .os-theme-dark .top-3-cta .content .book-count-4 li:first-child,
  .os-theme-dark .top-3-cta .content .book-count-5 li:first-child,
  .os-theme-light .top-3-cta .content .book-count-4 li:first-child,
  .os-theme-light .top-3-cta .content .book-count-5 li:first-child {
    padding-left: 4.6875rem;
  }
  .os-theme-dark .top-3-cta .content .book-count-4 li:first-child::before,
  .os-theme-dark .top-3-cta .content .book-count-5 li:first-child::before,
  .os-theme-light .top-3-cta .content .book-count-4 li:first-child::before,
  .os-theme-light .top-3-cta .content .book-count-5 li:first-child::before {
    width: 4.0625rem;
  }
  .os-theme-dark .top-3-cta .content .book-count-4 li:first-child .count,
  .os-theme-dark .top-3-cta .content .book-count-5 li:first-child .count,
  .os-theme-light .top-3-cta .content .book-count-4 li:first-child .count,
  .os-theme-light .top-3-cta .content .book-count-5 li:first-child .count {
    width: 4.0625rem;
  }
  .os-theme-dark .top-3-cta .content .book-count-4 li:first-child .join-button,
  .os-theme-dark .top-3-cta .content .book-count-5 li:first-child .join-button,
  .os-theme-light .top-3-cta .content .book-count-4 li:first-child .join-button,
  .os-theme-light .top-3-cta .content .book-count-5 li:first-child .join-button {
    width: 10.9375rem;
  }
  .os-theme-dark .top-3-cta .content .book-count-4 .bonus-offer,
  .os-theme-dark .top-3-cta .content .book-count-5 .bonus-offer,
  .os-theme-light .top-3-cta .content .book-count-4 .bonus-offer,
  .os-theme-light .top-3-cta .content .book-count-5 .bonus-offer {
    display: block;
  }
}

.os-theme-dark .top-3-cta .content .book-count-5 li,
.os-theme-light .top-3-cta .content .book-count-5 li {
  height: 3.125rem;
}

.os-theme-dark #featured-sportsbook .count,
.os-theme-dark #featured-sportsbook li:before,
.os-theme-light #featured-sportsbook .count,
.os-theme-light #featured-sportsbook li:before {
  display: none;
}

/*# sourceMappingURL=sportsbooks-cta.css.map */
