.splits .btn-smoke__primary {
  background: #E20177;
  color: #fff;
}
.splits .btn-smoke__primary:hover {
  background: #9E0053;
  color: #fff;
}
.splits .btn-smoke__primary:active {
  background: #98014F;
  color: #fff;
}
.splits .btn-smoke__primary:disabled {
  background: #DDDDDE;
  color: #53565A;
}

.splits.ungated .btn-smoke__secondary {
  background: #fff;
  color: #E20177;
  border: 0.2rem solid #E20177;
}
.splits.ungated .btn-smoke__secondary:hover {
  background: #FFCCE6;
}
.splits.ungated .btn-smoke__secondary:active {
  background: #fff;
  color: #FE67B5;
  border-color: #FE67B5;
}
.splits.ungated .btn-smoke__secondary:disabled {
  background: #fff;
  color: #A9AAAC;
  border-color: #A9AAAC;
}

.splits.gated .btn-smoke__secondary {
  color: #fff;
  background: transparent;
  border-color: transparent;
}

.splits {
  padding: 5.6rem 0;
  position: relative;
  background-color: #F8F8F8;
}
@media screen and (min-width: 760px) and (max-width: 1279px) {
  .splits {
    padding: 3.2rem 0;
  }
}
@media screen and (min-width: 320px) and (max-width: 759px) {
  .splits {
    padding: 0;
    background-color: #fff;
  }
}
.splits.splits-half {
  padding: 0;
}
.splits.splits-half .splits-row {
  align-items: stretch;
}
.splits.splits-half .splits-figure {
  padding-left: 0;
  top: 0;
  left: 50%;
  height: 100%;
  width: 50vw;
  margin-left: -50vw;
  position: absolute;
}
@media screen and (min-width: 320px) and (max-width: 759px) {
  .splits.splits-half .splits-figure {
    padding: 0;
    left: 0;
    width: 100%;
    margin-left: 0;
    position: relative;
    height: 26.8rem;
  }
}
.splits.splits-half .splits-figure__bg {
  border-radius: 0;
  max-width: 100%;
  height: 100%;
}
.splits.splits-half .splits-figure__caption {
  display: none;
}
.splits.splits-half .splits-area {
  display: flex;
  align-items: center;
  min-height: 45.2rem;
  margin-left: 50%;
}
@media screen and (min-width: 760px) and (max-width: 1279px) {
  .splits.splits-half .splits-area {
    min-height: 44.8rem;
  }
}
@media screen and (min-width: 320px) and (max-width: 759px) {
  .splits.splits-half .splits-area {
    margin-left: 0;
    min-height: auto;
  }
}
.splits.splits-half .splits-content {
  padding: 5.6rem 0;
  padding-left: 3.5rem;
}
@media screen and (min-width: 760px) and (max-width: 1279px) {
  .splits.splits-half .splits-content {
    padding-left: 0;
  }
}
@media screen and (min-width: 320px) and (max-width: 759px) {
  .splits.splits-half .splits-content {
    padding: 3rem 0;
  }
}
.splits.splits-pill .splits-figure__bg {
  border-radius: 0 50rem 50rem 0;
}
@media screen and (min-width: 320px) and (max-width: 759px) {
  .splits.splits-pill .splits-figure__bg {
    border-radius: 0;
  }
}
@media screen and (min-width: 320px) and (max-width: 759px) {
  .splits.splits-ratio .splits-figure {
    height: auto;
    padding-top: 56.25%;
  }
}
@media screen and (min-width: 320px) and (max-width: 759px) {
  .splits.splits-ratio .splits-figure__bg {
    top: 0;
    left: 0;
    position: absolute;
  }
}
.splits.gated {
  background-color: #53565A;
}
.splits.gated .btn {
  margin-right: 0;
}
.splits.gated .btn:last-of-type {
  margin-right: 0;
}
.splits.gated .splits-figure__caption {
  color: #fff;
}
@media screen and (min-width: 320px) and (max-width: 759px) {
  .splits.gated .splits-figure__caption {
    color: #000;
  }
}
.splits.gated .splits-content > * {
  color: #fff;
}
.splits.gated .splits-title {
  color: #DDDDDE;
}
.splits.gated .splits-heading {
  color: #fff;
}
.splits.gated .splits-list .hydrated {
  color: #fff;
}
.splits.ungated .btn {
  margin-right: 3.2rem;
}
.splits.ungated .btn:last-of-type {
  margin-right: 0;
}
@media screen and (min-width: 760px) and (max-width: 1279px) {
  .splits.ungated .btn {
    margin-right: 1.6rem;
  }
}
.splits.ungated .btn-smoke__secondary {
  background: transparent;
}

.splits-row {
  align-items: center;
}

.splits-figure {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 320px) and (max-width: 759px) {
  .splits-figure {
    padding-top: 4rem;
    padding-bottom: 1rem;
  }
}

.splits-figure__bg {
  overflow: hidden;
  border-radius: 0.8rem;
  max-width: 61.6rem;
  width: 100%;
  height: 31.8rem;
  background-color: #868E96;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (min-width: 760px) and (max-width: 1279px) {
  .splits-figure__bg {
    max-width: 100%;
    height: 19rem;
  }
}
@media screen and (min-width: 320px) and (max-width: 759px) {
  .splits-figure__bg {
    height: 18rem;
    max-width: 100%;
  }
}
.splits-figure__bg video,
.splits-figure__bg img {
  width: 100%;
  height: 100%;
  object-fit: inherit;
  object-position: center;
}

.splits-figure__caption {
  margin-top: 1.6rem;
  font-size: 1.3rem;
  line-height: 2rem;
}

.splits-content {
  margin-left: 8.333%;
  padding-left: 3.5rem;
}
@media screen and (min-width: 760px) and (max-width: 1279px) {
  .splits-content {
    margin-left: 0;
    padding-left: 0;
  }
}
@media screen and (min-width: 320px) and (max-width: 759px) {
  .splits-content {
    margin-left: 0;
    padding-left: 0;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.splits-content > * {
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 2.4rem;
  margin-bottom: 1.6rem;
  letter-spacing: 0.002rem;
}
.splits-content > *:last-child {
  margin-bottom: 0;
}

.splits-title {
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 600;
  text-transform: uppercase;
  color: #E20177;
}

.splits-heading {
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 3.2rem;
  letter-spacing: -0.002rem;
}
@media screen and (min-width: 760px) and (max-width: 1279px) {
  .splits-heading {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
}

.splits-link {
  display: inline-block;
  text-decoration: underline;
  color: #1B4298;
}

.splits-lists {
  padding: 0;
  list-style: none;
}

.splits-list {
  display: flex;
  align-items: flex-start;
}
.splits-list .hydrated {
  margin-top: 0.1rem;
  margin-right: 1.9rem;
  font-size: 2.2rem;
  color: #54B948;
}
.splits-list p {
  margin: 0;
  flex: 1 0 0;
}

.splits-button {
  padding-top: 1.6rem;
  display: flex;
  align-items: center;
}

.splits-reverse.splits-half {
  padding: 0;
}
.splits-reverse.splits-half .splits-figure {
  padding-left: 3.2rem;
  padding-right: 0;
  left: 100%;
}
@media screen and (min-width: 320px) and (max-width: 759px) {
  .splits-reverse.splits-half .splits-figure {
    padding-left: 0;
    left: 0;
  }
}
.splits-reverse.splits-half .splits-area {
  margin-left: 0;
}
.splits-reverse.splits-pill .splits-figure__bg {
  border-radius: 50rem 0 0 50rem;
}
@media screen and (min-width: 320px) and (max-width: 759px) {
  .splits-reverse.splits-pill .splits-figure__bg {
    border-radius: 0;
  }
}
.splits-reverse .splits-figure {
  order: 2;
}
@media screen and (min-width: 320px) and (max-width: 759px) {
  .splits-reverse .splits-figure {
    order: 1;
  }
}
.splits-reverse .splits-area {
  order: 1;
}
@media screen and (min-width: 320px) and (max-width: 759px) {
  .splits-reverse .splits-area {
    order: 2;
  }
}
.splits-reverse .splits-content {
  margin-left: 0;
  padding-left: 0;
}

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


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

.splits-button .login-register{
  display: none;
}
.gated.userNotLogined .splits-button .login-register{
  display: block;
}
.gated.userNotLogined .splits-button .gated{
  display: none;
}

.splits.gated .splits-button .gated button .btn {
  margin-right: 3.2rem;
}
.splits.splits-reverse .components-button {
  margin-right: 15px !important;
}
.splits.splits-reverse .splits-figure__bg {
  text-align: right;
}