.lead {
  font-size: 1.92rem;
}
html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  /* For some Androids */
}
body {
  font-size: 1.6rem;
}
.backdrop-container {
  pointer-events: none;
  background-color: #0b0b0c;
  z-index: 1125;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 0.1s;
  transition: opacity 0.1s;
}
.backdrop .backdrop-container {
  opacity: 0.7;
  pointer-events: auto;
}
.backdrop--navigation .backdrop-container {
  z-index: 1050;
}
.backdrop--overlay .backdrop-container {
  display: none;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
  min-width: 0;
  min-height: 0;
}
menu {
  padding: 0;
}
ol,
ul,
dl,
dt,
dd {
  margin-top: 1.12rem;
  margin-bottom: 1.12rem;
}
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}
dd {
  margin-left: 0;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
h6 {
  margin-top: 2.576rem;
  margin-bottom: 1.12rem;
}
h1.page-title,
.h1.page-title,
h2.page-title,
.h2.page-title,
h3.page-title,
.h3.page-title,
h4.page-title,
.h4.page-title,
h5.page-title,
h6.page-title {
  margin-top: 0;
  margin-bottom: 3.2rem;
}
h1,
.h1 {
  font-size: 3.04rem;
  font-weight: 600;
  line-height: 1.275;
}
@media only screen and (min-width: 769px) {
  h1,
  .h1 {
    font-size: 3.6rem;
  }
}
h2,
.h2 {
  font-size: 2.08rem;
  font-weight: 600;
  line-height: 1.35;
}
@media only screen and (min-width: 769px) {
  h2,
  .h2 {
    font-size: 2.72rem;
  }
}
h3,
.h3 {
  font-size: 1.92rem;
  font-weight: 700;
}
@media only screen and (min-width: 769px) {
  h3,
  .h3 {
    font-size: 2.16rem;
    font-weight: 600;
  }
}
h4,
.h4,
h5,
h6 {
  font-size: 1.8rem;
  font-weight: 700;
}
@media only screen and (min-width: 769px) {
  h4,
  .h4,
  h5,
  h6 {
    font-size: 2rem;
    font-weight: 600;
  }
}
p {
  margin-top: 1.12rem;
  margin-bottom: 1.12rem;
}
strong {
  font-weight: 700;
}
a {
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  color: #ededed;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.no-touch a:hover {
  color: #f18680;
}
a:active,
.no-touch a:active {
  color: #fce38a;
}
p a {
  display: inline-block;
  -webkit-transition: color 0.2s, border-color 0.2s, -webkit-box-shadow 0.2s;
  transition: color 0.2s, border-color 0.2s, -webkit-box-shadow 0.2s;
  transition: color 0.2s, border-color 0.2s, box-shadow 0.2s;
  transition: color 0.2s, border-color 0.2s, box-shadow 0.2s, -webkit-box-shadow 0.2s;
}
hr {
  border: 1px solid rgba(237, 237, 237, 0.5);
  margin: 4.8rem 0;
}
input[type='submit'],
input[type='reset'],
input[type='button'],
button {
  padding: 0;
  display: inline-block;
  cursor: pointer;
  background-image: none;
  border: none;
  background-color: transparent;
  text-decoration: none;
  border-radius: 0;
}
[role='button'] {
  cursor: pointer;
}
input,
select,
textarea {
  line-height: inherit;
}
input[type='date'],
input[type='time'],
input[type='datetime-local'],
input[type='month'] {
  -webkit-appearance: listbox;
}
input[type='search'] {
  -webkit-appearance: none;
}
input[type='text'],
input[type='password'],
input[type='url'],
input[type='tel'],
input[type='email'],
input[type='date'],
input[type='number'],
input[type='search'],
textarea,
select {
  border: none;
  border-radius: 0;
}
input[type='text']:focus,
input[type='password']:focus,
input[type='url']:focus,
input[type='tel']:focus,
input[type='email']:focus,
input[type='date']:focus,
input[type='number']:focus,
input[type='search']:focus,
textarea:focus,
select:focus {
  outline: none;
}
input[type='radio'],
input[type='checkbox'] {
  margin-right: 0.8rem;
  position: relative;
  vertical-align: middle;
  bottom: 0.24rem;
}
textarea {
  resize: vertical;
}
label {
  display: inline-block;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  padding: 0;
  line-height: inherit;
}
.inline-list {
  list-style: none;
  padding: 0;
}
.inline-list li {
  display: inline;
}
.inline-list li:not(:last-child):after {
  content: ', ';
  display: inline;
}
.get-access-phone {
  z-index: 1000;
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(29, 30, 33, 0.95);
  text-align: center;
}
.get-access-phone .link,
.get-access-phone .button2 {
  margin: 1.2rem;
}
body.backdrop--disable-scroll .layout {
  overflow: hidden;
}
.layout {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  height: 100vh;
}
.layout--purchase-page .header .button--get-access,
.layout--purchase-result-page .header .button--get-access,
.layout--commercial-page .header .button--get-access {
  display: none;
}
.layout--print {
  height: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
}
@media only screen and (min-width: 1025px) {
  .layout--print {
    padding-top: 27px;
    padding-bottom: 27px;
  }
}
@media print {
  .layout--print,
  .layout--print > .container {
    padding: 0;
  }
}
.layout--print > .container {
  max-width: 900px;
}
@media print {
  .layout--print > .container {
    max-width: none;
  }
}
.layout--print .print-logo {
  width: 13.0688rem;
  height: 4.4rem;
}
.layout--print .svglogo-sumo-orange-bordered__rect {
  stroke: #a0a0a0;
}
.layout--print .table--bordered > thead > tr > td,
.layout--print .table--bordered > thead > tr > th {
  border-bottom-color: #a0a0a0;
}
.layout--print .table--bordered > tfoot {
  border-top-color: #a0a0a0;
}
.layout--print .table--bordered > tfoot > tr > td,
.layout--print .table--bordered > tfoot > tr > th {
  border-top-color: #a0a0a0;
}
.layout__splash {
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.layout__splash .splash__container {
  opacity: 1;
  visibility: visible;
}
.show-page h2 {
  margin-top: 0;
}
.show-page__header > *:last-child {
  margin-bottom: 2.4rem;
}
@media only screen and (min-width: 769px) {
  .show-page__header > *:last-child {
    margin-bottom: 2.4rem;
  }
}
.show-page__heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.not-found-page .row--primary {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.not-found__container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
  -webkit-flex-basis: 1 1 100%;
      -ms-flex-preferred-size: 1 1 100%;
          flex-basis: 1 1 100%;
  z-index: 2;
}
@media only screen and (min-width: 769px) {
  .not-found__container {
    max-width: 928px;
  }
}
@media only screen and (min-width: 1025px) {
  .not-found__container {
    max-width: 982px;
  }
}
@media only screen and (min-width: 1367px) {
  .not-found__container {
    max-width: 1174px;
  }
}
@media only screen and (min-width: 1601px) {
  .not-found__container {
    max-width: 1476px;
  }
}
.not-found__container:before,
.not-found__container:after {
  content: ' ';
  display: table;
}
.not-found__container:after {
  clear: both;
}
.not-found__container:after {
  content: '';
  display: table;
  clear: both;
}
@media only screen and (min-width: 1025px) {
  .not-found__container {
    padding-left: 27px;
    padding-right: 27px;
  }
}
.not-found__background {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.not-found__title {
  font-weight: 200;
  font-size: 3.2rem;
  margin-top: 0;
}
@media only screen and (min-width: 569px) {
  .not-found__title {
    font-size: 4rem;
  }
}
@media only screen and (min-width: 1025px) {
  .not-found__title {
    font-size: 6.4rem;
  }
}
.not-found__ingress {
  font-size: 1.92rem;
  color: #a0a0a0;
}
.sport-page .event-list {
  margin-top: -1.2rem;
}
.sport-page__about > *:last-child {
  margin-bottom: 0;
}
.category-page .loader {
  margin-bottom: 4.8rem;
}
.category-page > .feed:first-child {
  margin-top: 8rem;
}
@media only screen and (min-width: 769px) {
  .category-page > .feed:first-child {
    margin-top: 8.8rem;
  }
}
.my-account-page a .svgicon,
.my-account-page button .svgicon {
  fill: currentColor;
  margin: 0 0 0 0.8rem;
}
@media only screen and (max-width: 768px) {
  .my-account-page .grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media only screen and (max-width: 768px) {
  .my-account-page .grid .grid__col--left {
    margin-top: 2.4rem;
    border-top: 1px solid #2a2b2e;
    padding-top: 2.4rem;
  }
}
@media only screen and (max-width: 768px) {
  .my-account-page .grid .grid__col--right {
    margin-top: 0;
  }
}
.my-account-page .subscription,
.my-account-page .get-access {
  padding-bottom: 2.4rem;
}
.my-account-page .get-access h3,
.my-account-page .get-access h4 {
  margin-top: 0;
}
.my-account-page .rental {
  margin: 3.2rem 0;
}
.my-account-page .rental a {
  display: block;
}
.my-account-page .rental-time-date[data-status="RENTAL_EXPIRED"] {
  color: #a0a0a0;
}
.my-account-page .rental-time-date[data-status="RENTAL_EXPIRING"] {
  color: #FCE38A;
}
.my-account-page .rental-time-date[data-status="RENTAL_VALID"] {
  color: #56D38A;
}
.my-account-page .button2 {
  width: 100%;
}
@media only screen and (min-width: 426px) {
  .my-account-page .button2 {
    width: auto;
  }
}
.my-account-page .alert .button2 {
  width: auto;
}
.my-account-page .subscription__action-view {
  padding: 16px;
}
@media only screen and (min-width: 1025px) {
  .my-account-page .subscription__action-view {
    padding: 27px;
  }
}
.my-account-page .boxed-content h3,
.my-account-page .bordered-content h3 {
  margin-top: 0;
}
.my-account-page .boxed-content + .boxed-content {
  margin-top: 0.8rem;
}
.my-account-page .alert-container {
  margin-bottom: 2.4rem;
}
.my-account-page .alert--verify-mobile .form {
  margin-top: 0.8rem;
}
.my-account-page nav .nav-title:first-of-type {
  margin-top: 0;
}
.my-account-page nav .nav-title {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.my-account-page nav ul {
  list-style: none;
  padding: 0;
}
.my-account-page nav li:not(:last-child) {
  margin-bottom: 0.56rem;
}
.my-account-page nav li:before {
  content: '';
  display: inline-block;
  width: 1.2rem;
  height: 1.2rem;
  margin-right: 1.6rem;
  border-radius: 50%;
}
.my-account-page .table > tbody > tr > th {
  width: 12rem;
}
.my-account-page .parental-control__status {
  margin-bottom: 2.576rem;
}
.my-account-page .user-info-fields_wrappable {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-left: -1.4rem;
  margin-right: -1.4rem;
}
.my-account-page .user-info-fields_wrappable > .field,
.my-account-page .user-info-fields_wrappable > .field-group {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  padding-left: 1.4rem;
  padding-right: 1.4rem;
}
@media only screen and (min-width: 569px) {
  .my-account-page .user-info-fields_wrappable > .field,
  .my-account-page .user-info-fields_wrappable > .field-group {
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
  }
}
@media only screen and (min-width: 769px) {
  .my-account-page .user-info-fields_wrappable > .field,
  .my-account-page .user-info-fields_wrappable > .field-group {
    -webkit-flex-basis: 33.33%;
        -ms-flex-preferred-size: 33.33%;
            flex-basis: 33.33%;
  }
}
@media only screen and (min-width: 769px) {
  .my-account-page .form {
    max-width: 85%;
  }
}
.my-account-page .form .field--confirm-password {
  margin-bottom: 0;
}
.my-account-page .form .alert {
  margin-top: 2.4rem;
}
.my-account-page .form--inline .field--pin-code {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1;
      -ms-flex: 0 1;
          flex: 0 1;
}
.my-account-page .form--change-password {
  max-width: 35.2rem;
}
.my-account-page .change-password {
  margin-top: 1.6rem;
  margin-bottom: 2.4rem;
}
.my-account-page .button__change-password {
  margin-bottom: 1.6rem;
}
.my-account-page .change-password--fields .boxed-content {
  position: relative;
  padding: 3.2rem;
}
.my-account-page .change-password--fields .close {
  position: absolute;
  right: 0;
  top: 0;
  width: 4rem;
  height: 4rem;
  padding: 1.2rem;
  color: #ededed;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  color: #a0a0a0;
}
.no-touch .my-account-page .change-password--fields .close:hover {
  color: #f18680;
}
.my-account-page .change-password--fields .close:active,
.no-touch .my-account-page .change-password--fields .close:active {
  color: #fce38a;
}
.my-account-page .change-password--fields .close > svg {
  fill: currentColor;
  display: block;
  width: 1.6rem;
  height: 1.6rem;
}
.my-account-page .device-list {
  list-style: none;
  padding: 0;
  margin: 2.4rem 0 0 0;
}
.my-account-page .device-list li {
  display: block;
}
.my-account-page .profile-interests-page .interest-title {
  margin: 0.8rem 0;
}
.my-account-page .profile-interests-page .interest-list {
  margin: 1.6rem 0;
}
.my-account-page .my-history-page .table {
  margin-bottom: 0;
}
.my-account-page .my-history-page .table .date {
  min-width: 12.8rem;
}
@media only screen and (min-width: 569px) {
  .my-account-page .my-history-page .table .date {
    width: 16rem;
    white-space: nowrap;
  }
}
.my-account-page .current-purchases,
.my-account-page .previous-subscriptions,
.my-account-page .transaction-history {
  padding-bottom: 2.688rem;
}
.my-account-page .current-purchases__title,
.my-account-page .previous-subscriptions__title,
.my-account-page .transaction-history__title {
  margin: 2.688rem 0 0;
}
.my-account-page .transaction-history__table-mobile {
  margin-top: 0.8rem;
  padding: 0.4rem 0.8rem;
}
.my-account-page .transaction-history__table-mobile:nth-of-type(odd) {
  background-color: #1d1e21;
}
.my-account-page .transaction-history__table-mobile .table {
  margin: 0;
}
.my-account-page .transaction-history__table-mobile td,
.my-account-page .transaction-history__table-mobile th {
  vertical-align: top;
}
.my-account-page .alert + .subscription__action-view {
  margin-top: 2.4rem;
}
.my-account-page .icon--payment-problem {
  margin-left: 0.8rem;
}
.my-account-page .icon--payment-problem svg {
  width: 2rem;
  height: 2rem;
  padding: 0.4rem;
  fill: #bd0338;
  border-radius: 50%;
  border: 2px solid #bd0338;
  cursor: default;
}
.my-account-page .disabled .field__options-label,
.my-account-page .disabled .field__options-input,
.my-account-page .disabled .field__options-text {
  opacity: 0.34;
  cursor: default;
}
.my-account-page .fieldset--settings .field__options-label .field__options-text {
  font-size: 1.2rem;
}
@media only screen and (min-width: 375px) {
  .my-account-page .fieldset--settings .field__options-label .field__options-text {
    font-size: 1.36rem;
  }
}
.my-account-page .fieldset--settings .label-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.my-account-page .fieldset--settings .field--checkbox .field__options-input {
  margin-top: 0.8rem;
}
.my-account-page .fieldset--settings .field.field--consent .text {
  margin-top: 0.75rem;
}
.my-account-page .fieldset--settings .field.field--consent .success .text {
  color: #56D38A;
}
.logout-all-modal h3 {
  margin-top: 0;
}
.link-group .link {
  white-space: nowrap;
  display: inline-block;
}
.link-wrapper:not(:last-child):after {
  content: '|';
  margin: 0 1.072rem;
  color: #a0a0a0;
}
.modal--stop-sub .modal__wrapper {
  margin: auto;
  padding-left: 16px;
  padding-right: 16px;
  max-width: 96rem;
}
@media only screen and (min-width: 1025px) {
  .modal--stop-sub .modal__wrapper {
    padding-left: 27px;
    padding-right: 27px;
  }
}
.modal--stop-sub .modal__dialog {
  overflow: hidden;
  padding: 0;
}
.modal--stop-sub .modal__content {
  padding: 0;
}
.modal--stop-sub .modal__close {
  color: #ededed;
}
.stop-campaigns {
  background-color: #000000;
  background-size: contain;
  background-position: center top;
  background-repeat: no-repeat;
  padding: 40% 0 0 0;
}
.stop-campaigns .stop-campaigns__background {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  content: '';
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(50%, rgba(11, 11, 12, 0.7)), color-stop(75%, rgba(11, 11, 12, 0.8)), to(#000000));
  background: linear-gradient(to bottom, transparent 0%, rgba(11, 11, 12, 0.7) 50%, rgba(11, 11, 12, 0.8) 75%, #000000 100%);
}
.stop-campaigns .stop-campaigns__image {
  width: 100%;
}
.stop-campaigns .stop-campaigns__content {
  position: relative;
  padding: 3.2rem 1.6rem 1.6rem 1.6rem;
}
@media only screen and (min-width: 769px) {
  .stop-campaigns .stop-campaigns__content {
    padding: 3.2rem;
  }
}
.stop-campaigns .stop-campaigns__title {
  text-align: center;
}
@media only screen and (min-width: 769px) {
  .stop-campaigns .stop-campaigns__title {
    text-align: left;
  }
}
.stop-campaigns .stop-campaigns__text {
  text-align: center;
}
@media only screen and (min-width: 769px) {
  .stop-campaigns .stop-campaigns__text {
    text-align: left;
  }
}
.stop-campaigns .stop-campaigns__text--lead {
  font-size: 1.36rem;
}
@media only screen and (min-width: 569px) {
  .stop-campaigns .stop-campaigns__text--lead {
    font-size: 1.92rem;
  }
}
.parental-control-deactivation-page .container {
  max-width: 59.2rem;
}
.previous-subscriptions .date-range,
.previous-subscriptions .price {
  width: 5%;
}
.previous-subscriptions .table td {
  vertical-align: middle;
}
.transaction-history .date-range,
.transaction-history .receipt,
.transaction-history .price {
  width: 5%;
}
.transaction-history a .svgicon--receipt {
  margin: 0;
  width: 24px;
  height: 24px;
}
.transaction-history .table td {
  vertical-align: middle;
}
.verify-mobile--info {
  color: #0b0b0c;
}
.verify-mobile--info form input[type='text'],
.verify-mobile--info form .message {
  color: #0b0b0c;
}
.about-page .text-page > *:first-child {
  margin-top: 0;
}
.terms-page__content h3:first-of-type {
  margin-top: 0;
}
.terms-page__content h2 {
  display: none;
}
.search-page .page-title {
  margin-top: 2.576rem;
  margin-bottom: 1.12rem;
  margin-top: 0;
}
.receipt {
  padding: 2.4rem 0;
}
.receipt__customer {
  margin: 2.4rem 0;
}
@media only screen and (min-width: 569px) {
  .receipt__customer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.receipt__customer > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}
.receipt__customer .table {
  margin-top: 0.8rem;
  width: auto;
}
.receipt__customer .table .table__td:first-child {
  padding-right: 0.8rem;
}
@media only screen and (min-width: 569px) {
  .receipt__customer .table {
    margin: 0;
    text-align: right;
  }
}
.receipt__company {
  font-size: 1.36rem;
  padding-bottom: 2.4rem;
  border-bottom: 1px solid #a0a0a0;
}
.receipt__company-org-number {
  margin-top: 1.12rem;
}
.receipt__table {
  border: 1px solid #a0a0a0;
}
.receipt__table .table {
  margin: 0;
}
.receipt__table-overview--mobile {
  padding: 0.4rem 0.8rem;
}
.receipt__table-overview--desktop {
  min-height: 200px;
}
.receipt__payment-method {
  margin-bottom: 0;
}
.purchase-page__container {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 5.6rem;
}
.purchase-page__box {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
  max-width: 69.76rem !important;
  text-align: center;
  padding-top: 2.4rem;
  padding-bottom: 3.2rem;
}
@media only screen and (min-width: 769px) {
  .purchase-page__box {
    max-width: 928px;
  }
}
@media only screen and (min-width: 1025px) {
  .purchase-page__box {
    max-width: 982px;
  }
}
@media only screen and (min-width: 1367px) {
  .purchase-page__box {
    max-width: 1174px;
  }
}
@media only screen and (min-width: 1601px) {
  .purchase-page__box {
    max-width: 1476px;
  }
}
.purchase-page__box:before,
.purchase-page__box:after {
  content: ' ';
  display: table;
}
.purchase-page__box:after {
  clear: both;
}
.purchase-page__box:after {
  content: '';
  display: table;
  clear: both;
}
@media only screen and (min-width: 1025px) {
  .purchase-page__box {
    padding-left: 27px;
    padding-right: 27px;
  }
}
@media only screen and (min-width: 769px) {
  .purchase-page__box {
    padding-top: 3.2rem;
    padding-bottom: 4.8rem;
  }
}
.purchase-page__box > *:first-child {
  margin-top: 0;
}
.purchase-page__success-title span {
  white-space: nowrap;
}
.purchase-page__box-source {
  font-size: small;
  color: #a0a0a0;
}
.purchase-page__interests {
  margin: 8.32rem 0 4.16rem;
  padding: 3.84rem 0;
  border-top: 1px solid #979797;
}
@media only screen and (min-width: 769px) {
  .purchase-page__interests {
    text-align: left;
  }
  .purchase-page__interests:before,
  .purchase-page__interests:after {
    content: ' ';
    display: table;
  }
  .purchase-page__interests:after {
    clear: both;
  }
  .purchase-page__interests:after {
    content: '';
    display: table;
    clear: both;
  }
}
.purchase-page__interests .button-new-container {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-top: 0;
}
.purchase-page__interests-title {
  margin-top: 0.8rem;
}
.purchase-page__profile-animation {
  float: left;
  width: 33%;
  margin: 0 4rem 0 0;
}
.purchase-page__profile-animation [role="button"] {
  cursor: auto;
}
.commercial-page__categories {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-content: stretch;
      -ms-flex-line-pack: stretch;
          align-content: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin-top: 5.6rem;
}
@media only screen and (min-width: 769px) {
  .commercial-page__categories {
    margin-top: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.commercial-page__category {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 50%;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  overflow: hidden;
}
@media only screen and (min-width: 769px) {
  .commercial-page__category {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.no-touch .commercial-page__category:hover .commercial-page__category-background {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.commercial-page__category-background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
}
.commercial-page__category-background:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(30%, rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.85)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 30%, rgba(0, 0, 0, 0.85) 100%);
}
@media only screen and (min-width: 769px) {
  .commercial-page__category-background:before {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(30%, rgba(0, 0, 0, 0.5)), color-stop(70%, rgba(0, 0, 0, 0.85)));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 30%, rgba(0, 0, 0, 0.85) 70%);
  }
}
@media only screen and (min-width: 769px) {
  .commercial-page__category[data-alignment="left"][data-background-size="contain"] .commercial-page__category-background {
    background-position: bottom left;
  }
  .commercial-page__category[data-alignment="center"][data-background-size="contain"] .commercial-page__category-background {
    background-position: bottom center;
  }
  .commercial-page__category[data-alignment="right"][data-background-size="contain"] .commercial-page__category-background {
    background-position: bottom right;
  }
}
.commercial-page__category-info {
  color: #ffffff;
  text-align: center;
  position: relative;
  width: 100%;
  margin: 4.8rem 0 10vmin 0;
}
@media only screen and (min-width: 769px) {
  .commercial-page__category[data-alignment="left"] .commercial-page__category-info {
    text-align: left;
    padding-left: 6.8rem;
  }
  .commercial-page__category[data-alignment="right"] .commercial-page__category-info {
    text-align: right;
    padding-right: 6.8rem;
  }
}
.commercial-page__category-info > h2 {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1;
}
@media only screen and (min-width: 321px) {
  .commercial-page__category-info > h2 {
    font-size: 4rem;
  }
}
@media only screen and (min-width: 769px) {
  .commercial-page__category-info > h2 {
    font-size: 4.8rem;
  }
}
@media only screen and (min-width: 1025px) {
  .commercial-page__category-info > h2 {
    font-size: 6.4rem;
  }
}
.commercial-page__category-info > span {
  display: block;
  font-size: 1.8rem;
  font-weight: 500;
}
.commercial-page__category-info > span > span {
  text-transform: lowercase;
}
.commercial-page__category-info a {
  margin-top: 0.8rem;
}
@media only screen and (min-width: 769px) {
  .commercial-page__category-info a {
    margin-top: 4rem;
  }
}
.commercial-page__nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ffffff;
  padding: 14.8px;
  padding-left: 6.8rem;
  padding-right: 6.8rem;
  height: 22.4rem;
}
@media only screen and (min-width: 769px) {
  .commercial-page__nav {
    height: 11.2rem;
  }
}
.commercial-page--avod-hidden .commercial-page__nav {
  height: 6.4rem;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.commercial-page__nav-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
@media only screen and (min-width: 769px) {
  .commercial-page__nav-links {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.commercial-page__nav-link {
  color: #0b0b0c;
}
.commercial-page__nav-link--svod {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}
.commercial-page__nav-link--svod .svod-link {
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 1.6rem;
}
@media only screen and (min-width: 769px) {
  .commercial-page__nav-link--svod .svod-link {
    margin-bottom: 0;
    font-size: 1.8rem;
  }
}
.commercial-page__nav--avod-hidden .svod-link {
  margin-bottom: 0;
}
.commercial-page__nav-link--avod {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 3;
  -webkit-flex: 3;
      -ms-flex: 3;
          flex: 3;
}
@media only screen and (min-width: 769px) {
  .commercial-page__nav-link--avod {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.commercial-page__nav-link--avod .text {
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 1.6rem;
  line-height: 1.2;
  margin-top: 1.6rem;
}
@media only screen and (min-width: 1025px) {
  .commercial-page__nav-link--avod .text {
    font-size: 2.4rem;
  }
}
@media only screen and (min-width: 769px) {
  .commercial-page__nav-link--avod .text {
    margin-top: 0;
    margin-right: 1.6rem;
    margin-bottom: 0;
  }
}
.commercial-page__nav-link--avod .text .highlight {
  color: #b841cb;
  font-weight: 700;
}
.commercial-page__nav-link--avod .text span {
  display: block;
}
@media only screen and (min-width: 825px) {
  .commercial-page__nav-link--avod .text span {
    display: inline;
  }
}
.commercial-page .button2:not(.button--icon) {
  min-width: 14rem;
}
@media only screen and (min-width: 769px) {
  .commercial-page .button2:not(.button--icon) {
    min-width: 22.4rem;
  }
}
.form .field-group__fields > .field.field--mobile-number {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}
.field--lookup-button {
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
}
.form .field-group__fields > .field.field--lookup-button {
  padding-left: 1.2rem;
}
.field--error + .field--lookup-button {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
}
.form .field-group__fields > .field.field--lookup-button {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
.phone-lookup {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 100%;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
}
@media only screen and (min-width: 769px) {
  .phone-lookup {
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
  }
}
.phone-lookup .lookup-text {
  margin-bottom: 1.6rem;
  font-size: 1.2rem;
}
@media only screen and (min-width: 321px) {
  .phone-lookup .lookup-text {
    font-size: 1.36rem;
  }
}
@media only screen and (min-width: 375px) {
  .phone-lookup .lookup-text {
    font-size: 1.68rem;
  }
}
.reset-password-page .container {
  max-width: 48rem;
}
.verify-email-page .container {
  max-width: 51.2rem;
}
.partnerlink-page .row--primary {
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.partnerlink-page .container--partnerlink {
  max-width: 48rem;
}
.sumo-settings {
  width: 1px;
  position: absolute;
  display: block;
}
@media only screen and (min-width: 321px) {
  .sumo-settings {
    width: 2px;
  }
}
@media only screen and (min-width: 569px) {
  .sumo-settings {
    width: 3px;
  }
}
@media only screen and (min-width: 769px) {
  .sumo-settings {
    width: 4px;
  }
}
@media only screen and (min-width: 1025px) {
  .sumo-settings {
    width: 5px;
  }
}
@media only screen and (min-width: 1367px) {
  .sumo-settings {
    width: 6px;
  }
}
@media only screen and (min-width: 1601px) {
  .sumo-settings {
    width: 7px;
  }
}
@media only screen and (min-width: 1801px) {
  .sumo-settings {
    width: 8px;
  }
}
@media only screen and (min-width: 2001px) {
  .sumo-settings {
    width: 9px;
  }
}
.button-new-container {
  margin-top: 2.8rem;
}
.button-container {
  margin-top: 2.8rem;
}
.button-container .button2 {
  margin-bottom: 1.2rem;
}
.button-container .button2:not(:last-child) {
  margin-right: 1.2rem;
}
.button-container .button--icon:not(:last-child) {
  margin-right: 2.76rem;
}
.button-container .button--icon:not(:last-child).button--small {
  margin-right: 2.34rem;
}
.button-container .button--icon:not(:last-child).button--large {
  margin-right: 3rem;
}
.svgicon {
  display: inline-block;
  vertical-align: middle;
  width: 1.6rem;
  height: 1.6rem;
}
.svgicon .svgicon__filled,
.svgicon .svgicon__outlined {
  -webkit-transition: fill 0.2s, opacity 0.2s;
  transition: fill 0.2s, opacity 0.2s;
}
.svgicon-exclamation-filled {
  width: 2rem;
  height: 2rem;
  padding: 0.4rem;
  fill: #000000;
  border-radius: 50%;
  background: currentColor;
}
.row {
  position: relative;
  padding-top: 2.4rem;
  padding-bottom: 3.2rem;
}
@media only screen and (min-width: 769px) {
  .row {
    padding-top: 3.2rem;
    padding-bottom: 4.8rem;
  }
}
.row--primary {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
}
@media only screen and (min-width: 769px) {
  .container {
    max-width: 928px;
  }
}
@media only screen and (min-width: 1025px) {
  .container {
    max-width: 982px;
  }
}
@media only screen and (min-width: 1367px) {
  .container {
    max-width: 1174px;
  }
}
@media only screen and (min-width: 1601px) {
  .container {
    max-width: 1476px;
  }
}
.container:before,
.container:after {
  content: ' ';
  display: table;
}
.container:after {
  clear: both;
}
.container:after {
  content: '';
  display: table;
  clear: both;
}
@media only screen and (min-width: 1025px) {
  .container {
    padding-left: 27px;
    padding-right: 27px;
  }
}
.container-larger {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
}
@media only screen and (min-width: 769px) {
  .container-larger {
    max-width: 928px;
  }
}
@media only screen and (min-width: 1025px) {
  .container-larger {
    max-width: 982px;
  }
}
@media only screen and (min-width: 1367px) {
  .container-larger {
    max-width: 1174px;
  }
}
@media only screen and (min-width: 1601px) {
  .container-larger {
    max-width: 1476px;
  }
}
.container-larger:before,
.container-larger:after {
  content: ' ';
  display: table;
}
.container-larger:after {
  clear: both;
}
.container-larger:after {
  content: '';
  display: table;
  clear: both;
}
@media only screen and (min-width: 1025px) {
  .container-larger {
    padding-left: 27px;
    padding-right: 27px;
  }
}
@media only screen and (min-width: 1801px) {
  .container-larger {
    max-width: 1660px;
  }
}
.grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.grid--medium {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media only screen and (min-width: 769px) {
  .grid--medium {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
}
@media only screen and (min-width: 769px) {
  .grid--medium .grid__col--left {
    -webkit-flex-basis: 70%;
        -ms-flex-preferred-size: 70%;
            flex-basis: 70%;
    max-width: 70%;
    padding-right: 2.4rem;
  }
}
@media only screen and (min-width: 1601px) {
  .grid--medium .grid__col--left {
    padding-right: 4.8rem;
  }
}
.grid--medium .grid__col--right {
  margin-top: 2.4rem;
}
@media only screen and (min-width: 769px) {
  .grid--medium .grid__col--right {
    margin-top: 0;
    -webkit-flex-basis: 30%;
        -ms-flex-preferred-size: 30%;
            flex-basis: 30%;
    max-width: 30%;
    padding-left: 2.4rem;
  }
}
@media only screen and (min-width: 1601px) {
  .grid--medium .grid__col--right {
    padding-left: 4.8rem;
  }
}
.grid--large {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media only screen and (min-width: 1025px) {
  .grid--large {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
}
@media only screen and (min-width: 1025px) {
  .grid--large .grid__col--left {
    -webkit-flex-basis: 65%;
        -ms-flex-preferred-size: 65%;
            flex-basis: 65%;
    max-width: 65%;
    padding-right: 2.4rem;
  }
}
@media only screen and (min-width: 1601px) {
  .grid--large .grid__col--left {
    padding-right: 4.8rem;
  }
}
.grid--large .grid__col--right {
  margin-top: 2.4rem;
}
@media only screen and (min-width: 1025px) {
  .grid--large .grid__col--right {
    margin-top: 0;
    -webkit-flex-basis: 35%;
        -ms-flex-preferred-size: 35%;
            flex-basis: 35%;
    max-width: 35%;
    padding-left: 2.4rem;
  }
}
@media only screen and (min-width: 1601px) {
  .grid--large .grid__col--right {
    padding-left: 4.8rem;
  }
}
.grid__col {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}
.grid__col > *:first-child {
  margin-top: 0;
}
.grid__col > *:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 769px) {
  .grid__col--center {
    max-width: 500px;
    margin: 0 auto;
  }
}
.boxed-content {
  padding: 16px;
}
@media only screen and (min-width: 1025px) {
  .boxed-content {
    padding: 27px;
  }
}
.bordered-content {
  border-bottom: 1px solid #2a2b2e;
  padding-bottom: 2.4rem;
  margin-bottom: 2.4rem;
}
.loader {
  margin: 0 auto;
  width: 48px;
  height: 48px;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media only screen and (min-width: 769px) {
  .loader {
    width: 64px;
    height: 64px;
  }
}
.loader:after {
  content: '';
  background-image: url('/gfx/spinner.png');
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
  -webkit-animation: spin 0.6s infinite linear;
          animation: spin 0.6s infinite linear;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  width: 100%;
  height: 100%;
}
.loader.loader--dark:after {
  background-image: url('/gfx/spinner_dark.png');
}
.loader.loader--small {
  width: 32px;
  height: 32px;
}
.loader--visible {
  opacity: 1;
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: translateZ(0) rotate(0deg);
            transform: translateZ(0) rotate(0deg);
  }
  to {
    -webkit-transform: translateZ(0) rotate(360deg);
            transform: translateZ(0) rotate(360deg);
  }
}
@keyframes spin {
  from {
    -webkit-transform: translateZ(0) rotate(0deg);
            transform: translateZ(0) rotate(0deg);
  }
  to {
    -webkit-transform: translateZ(0) rotate(360deg);
            transform: translateZ(0) rotate(360deg);
  }
}
.page--loading-placeholder .loader {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.episode-list {
  will-change: contents;
  /* Hack for Safari & Mobile Safari - See: https://developers.google.com/web/fundamentals/performance/rendering/simplify-paint-complexity-and-reduce-paint-areas */
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  list-style: none;
  padding: 0;
}
.episode-list__item {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
}
@media only screen and (min-width: 769px) {
  .episode-list__item {
    max-width: 928px;
  }
}
@media only screen and (min-width: 1025px) {
  .episode-list__item {
    max-width: 982px;
  }
}
@media only screen and (min-width: 1367px) {
  .episode-list__item {
    max-width: 1174px;
  }
}
@media only screen and (min-width: 1601px) {
  .episode-list__item {
    max-width: 1476px;
  }
}
.episode-list__item:before,
.episode-list__item:after {
  content: ' ';
  display: table;
}
.episode-list__item:after {
  clear: both;
}
.episode-list__item:after {
  content: '';
  display: table;
  clear: both;
}
@media only screen and (min-width: 1025px) {
  .episode-list__item {
    padding-left: 27px;
    padding-right: 27px;
  }
}
@media only screen and (min-width: 569px) {
  .episode-list__item-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-top: 2.4rem;
    padding-bottom: 2.4rem;
  }
}
.episode-list__item .episode-list__item-inner {
  border-top: 1px solid #2a2b2e;
}
.episode-list__item.episode-list__item--active .episode-list__item-inner,
.episode-list__item.episode-list__item--active + .episode-list__item .episode-list__item-inner {
  border-top-color: transparent;
}
@media only screen and (min-width: 569px) {
  .episode-list__column--image {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 260px;
        -ms-flex: 0 0 260px;
            flex: 0 0 260px;
    width: 260px;
  }
}
.episode-list__image {
  position: relative;
  display: block;
  padding-top: 56.25%;
}
.episode-list__image.focus-visible:after {
  background-color: rgba(11, 11, 12, 0.3);
}
.episode-list__image.focus-visible .playback-icon {
  opacity: 1;
}
.episode-list__image:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: transparent;
  z-index: 2;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.no-touch .episode-list__image:hover:after {
  background-color: rgba(11, 11, 12, 0.3);
}
.no-touch .episode-list__image:hover .playback-icon {
  opacity: 1;
}
.episode-list__image img {
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.episode-list__image .playback-icon {
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 3;
}
.episode-list__item--future .episode-list__image .playback-icon {
  opacity: 1;
}
.episode-list__image-placeholder {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #3e3f42;
}
.episode-list__image .lazy-image-loaded + .episode-list__image-placeholder {
  display: none;
}
.episode-list__column--content {
  padding: 1.6rem 0 3.2rem 0;
}
@media only screen and (min-width: 569px) {
  .episode-list__column--content {
    padding: 0 0 0 2.4rem;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }
}
.episode-list__header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 1.12rem;
}
@media only screen and (min-width: 569px) {
  .episode-list__header {
    margin-top: -0.72rem;
  }
}
@media only screen and (min-width: 769px) {
  .episode-list__header {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.episode-list__heading {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  margin-bottom: 0;
  margin-top: 0;
}
@media only screen and (min-width: 769px) {
  .episode-list__heading {
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
  }
}
.episode-list__heading > a {
  color: #ededed;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.no-touch .episode-list__heading > a:hover {
  color: #f18680;
}
.episode-list__heading > a:active,
.no-touch .episode-list__heading > a:active {
  color: #fce38a;
}
.episode-list__duration {
  color: #a0a0a0;
  white-space: nowrap;
  font-size: 1.36rem;
}
@media only screen and (min-width: 769px) {
  .episode-list__duration {
    margin-left: 2rem;
    margin-top: 0.56rem;
  }
}
.episode-list__progress {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin-left: 1rem;
  margin-right: 0.16rem;
  margin-top: 0.4rem;
}
@media only screen and (min-width: 769px) {
  .episode-list__progress {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 78px;
        -ms-flex: 0 0 78px;
            flex: 0 0 78px;
    margin-top: 1.64rem;
  }
}
@media only screen and (min-width: 1367px) {
  .episode-list__progress {
    margin-left: 2rem;
    margin-right: 1.32rem;
    -webkit-flex-basis: 120px;
        -ms-flex-preferred-size: 120px;
            flex-basis: 120px;
  }
}
@media only screen and (min-width: 1601px) {
  .episode-list__progress {
    -webkit-flex-basis: 140px;
        -ms-flex-preferred-size: 140px;
            flex-basis: 140px;
  }
}
@media only screen and (min-width: 769px) {
  .episode-list__availability {
    float: right;
  }
}
.episode-list__published,
.episode-list__availability {
  color: #a0a0a0;
  display: block;
  font-size: 1.36rem;
}
@media only screen and (min-width: 769px) {
  .episode-list__published,
  .episode-list__availability {
    display: inline;
  }
}
.episode-list__availability--expires-soon {
  color: #f8ab1c;
  font-weight: 500;
}
.episode-list__menu {
  height: 1.6rem;
  margin-top: -2.7rem;
}
@media only screen and (min-width: 769px) {
  .episode-list__menu {
    margin-top: -0.5rem;
  }
}
.episode-list__chapters {
  margin: 1rem -0.3008rem 1.6rem -0.3008rem;
}
.progress {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.progress__indicator {
  background-color: #3e3f42;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
  height: 3px;
}
.slide.slide-enter {
  opacity: 0;
}
.slide.slide-exit-active {
  opacity: 1;
}
.slide.slide-exit-active,
.slide.slide-done-enter {
  opacity: 0;
}
.event-list {
  will-change: contents;
  /* Hack for Safari & Mobile Safari - See: https://developers.google.com/web/fundamentals/performance/rendering/simplify-paint-complexity-and-reduce-paint-areas */
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  list-style: none;
  padding: 0;
  margin: 0;
}
.event-list__item {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
  padding-left: 0;
  padding-right: 0;
}
@media only screen and (min-width: 769px) {
  .event-list__item {
    max-width: 928px;
  }
}
@media only screen and (min-width: 1025px) {
  .event-list__item {
    max-width: 982px;
  }
}
@media only screen and (min-width: 1367px) {
  .event-list__item {
    max-width: 1174px;
  }
}
@media only screen and (min-width: 1601px) {
  .event-list__item {
    max-width: 1476px;
  }
}
.event-list__item:before,
.event-list__item:after {
  content: ' ';
  display: table;
}
.event-list__item:after {
  clear: both;
}
.event-list__item:after {
  content: '';
  display: table;
  clear: both;
}
@media only screen and (min-width: 1025px) {
  .event-list__item {
    padding-left: 27px;
    padding-right: 27px;
  }
}
@media only screen and (min-width: 769px) {
  .event-list__item {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media only screen and (min-width: 1025px) {
  .event-list__item {
    padding-left: 27px;
    padding-right: 27px;
  }
}
.event-list__item-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media only screen and (min-width: 769px) {
  .event-list__item-inner {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
}
.event-list__column {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.event-list__column--date {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}
@media only screen and (min-width: 769px) {
  .event-list__column--date {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 17.6rem;
        -ms-flex: 0 0 17.6rem;
            flex: 0 0 17.6rem;
    padding-right: 3.2rem;
  }
}
.event-list__column--date,
.event-list__column--content {
  padding-left: 16px;
  padding-right: 16px;
}
@media only screen and (min-width: 769px) {
  .event-list__column--date,
  .event-list__column--content {
    padding-left: 0;
    padding-right: 0;
  }
}
.event-list__column--content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.event-list__column--time {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding-right: 1.6rem;
}
@media only screen and (min-width: 769px) {
  .event-list__column--time {
    -webkit-flex-basis: 7.6rem;
        -ms-flex-preferred-size: 7.6rem;
            flex-basis: 7.6rem;
    padding-right: 2.4rem;
  }
}
.event-list__column--title {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 100%;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
  min-height: 3.6rem;
}
@media only screen and (min-width: 569px) {
  .event-list__column--title {
    min-height: 4.16rem;
  }
}
.event-list__title {
  position: relative;
  display: inline;
}
.event-list__title .label {
  float: right;
}
.event-list .playback-icon {
  position: absolute;
  left: -5.4rem;
  top: 50%;
  margin-top: -1.9rem;
}
@media only screen and (min-width: 769px) {
  .event-list .playback-icon {
    left: -6.2rem;
  }
}
.event-list__column--title {
  padding-left: 5.2rem;
}
@media only screen and (min-width: 569px) {
  .event-list__column--title {
    padding-left: 5.76rem;
  }
}
@media only screen and (min-width: 769px) {
  .event-list__column--title {
    padding-left: 6.56rem;
  }
}
.event-list__pretitle {
  display: block;
  color: #a0a0a0;
}
.event-list__description {
  margin: 0;
}
.event-list__time {
  font-size: 1.92rem;
  font-weight: 700;
  font-weight: 300;
  margin-top: 2.4rem;
}
@media only screen and (min-width: 769px) {
  .event-list__time {
    font-size: 2.16rem;
    font-weight: 600;
  }
}
@media only screen and (min-width: 769px) {
  .event-list__time {
    margin-top: 2.56rem;
  }
}
.event-list__date {
  font-size: 1.92rem;
  font-weight: 700;
}
@media only screen and (min-width: 769px) {
  .event-list__date {
    font-size: 2.16rem;
    font-weight: 600;
  }
}
@media only screen and (min-width: 569px) {
  .event-list__date {
    margin-top: 2.4rem;
  }
}
@media only screen and (min-width: 769px) {
  .event-list__date {
    font-weight: 300;
  }
}
.event-list__date:first-letter {
  text-transform: capitalize;
}
.event-list__item--has-date .event-list__column--date,
.event-list__column--time,
.event-list__column--title {
  padding-top: 1.2rem;
  padding-bottom: 1.6rem;
}
@media only screen and (min-width: 769px) {
  .event-list__item--active.event-list__item--has-date .event-list__column--date,
  .event-list__item--active .event-list__column--time,
  .event-list__item--active .event-list__column--title {
    padding-top: 2rem;
    padding-bottom: 2.4rem;
  }
}
@media only screen and (min-width: 769px) {
  .event-list__item--has-date .event-list__column--date {
    border-top: 1px solid #2a2b2e;
  }
}
.event-list__item--has-date .event-list__column--time,
.event-list__column--has-time,
.event-list__column--title {
  border-top: 1px solid #2a2b2e;
}
@media only screen and (min-width: 769px) {
  .event-list__item:first-child .event-list__column--date,
  .event-list__item:first-child .event-list__column--time,
  .event-list__item:first-child .event-list__column--title {
    border-top: none;
  }
}
.event-list__item--active .event-list__column--date,
.event-list__item--active + .event-list__item:not(.event-list__item--has-date) .event-list__column--date,
.event-list__item--active .event-list__column--time,
.event-list__item--active + .event-list__item:not(.event-list__item--has-date) .event-list__column--time,
.event-list__item--active .event-list__column--title,
.event-list__item--active + .event-list__item:not(.event-list__item--has-date) .event-list__column--title {
  border-top: none;
}
@media only screen and (min-width: 769px) {
  .event-list__item--active .event-list__column--date,
  .event-list__item--active + .event-list__item .event-list__column--date,
  .event-list__item--active .event-list__column--time,
  .event-list__item--active + .event-list__item .event-list__column--time,
  .event-list__item--active .event-list__column--title,
  .event-list__item--active + .event-list__item .event-list__column--title {
    border-top: none;
  }
}
.metadata {
  font-size: 1.36rem;
  color: #ededed;
}
.metadata a {
  display: inline-block;
  -webkit-transition: color 0.2s, border-color 0.2s, -webkit-box-shadow 0.2s;
  transition: color 0.2s, border-color 0.2s, -webkit-box-shadow 0.2s;
  transition: color 0.2s, border-color 0.2s, box-shadow 0.2s;
  transition: color 0.2s, border-color 0.2s, box-shadow 0.2s, -webkit-box-shadow 0.2s;
  color: #ededed;
}
.metadata .metadata__item--imdb > a {
  display: inline-block;
}
.metadata__item {
  white-space: nowrap;
  display: inline-block;
}
.metadata__item:not(:last-child):after {
  content: '\2022';
  margin: 0 1.072rem;
  color: #ededed;
  opacity: 0.5;
}
.metadata__item--broadcast-time:first-letter {
  text-transform: capitalize;
}
.metadata__item--live {
  text-transform: uppercase;
  color: #ff7e00;
}
.genre-list__item:not(:first-child):before {
  content: ' / ';
}
.mobile-player-wrapper {
  width: 100%;
  display: inline-block;
  position: relative;
}
.mobile-player-wrapper:after {
  padding-top: 56.25%;
  display: block;
  content: '';
}
.mobile-player {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: #0b0b0c;
}
.lazy-image {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.lazy-image.lazy-image-loaded {
  opacity: 1;
}
.epg__header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.epg__header > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}
.epg__header-navigation {
  padding: 0;
  width: 100%;
}
@media only screen and (min-width: 569px) {
  .epg__header-navigation {
    width: auto;
  }
}
.epg__channel-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  list-style: none;
  padding: 0;
  margin: 0;
  margin-left: -0.56rem;
  margin-right: -0.56rem;
}
@media only screen and (min-width: 1367px) {
  .epg__channel-list {
    font-size: 1.36rem;
  }
}
@media only screen and (min-width: 569px) {
  .epg__channel-list {
    margin-left: -1.28rem;
    margin-right: -1.28rem;
  }
}
.epg__channel-list--disabled {
  pointer-events: none;
  opacity: 0.4;
}
.epg__channel {
  padding-left: 0.56rem;
  padding-right: 0.56rem;
  margin-top: 3.2rem;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  width: 100%;
}
@media only screen and (min-width: 569px) {
  .epg__channel {
    padding-left: 1.28rem;
    padding-right: 1.28rem;
  }
}
@media only screen and (min-width: 569px) {
  .epg__channel {
    width: 50%;
  }
}
@media only screen and (min-width: 1025px) {
  .epg__channel {
    width: 33.33333333%;
  }
}
@media only screen and (min-width: 1367px) {
  .epg__channel {
    width: 25%;
  }
}
.epg__channel-header {
  border-bottom: 1px solid #2a2b2e;
  margin-left: -0.8rem;
  margin-right: -0.8rem;
}
@media only screen and (min-width: 1025px) {
  .epg__channel-header {
    margin: 0;
  }
}
.epg__channel-logo {
  padding-left: 0.8rem;
}
@media only screen and (min-width: 1025px) {
  .epg__channel-logo {
    padding-left: 1.2rem;
  }
}
.epg__channel-logo > svg {
  display: block;
  height: 3.2rem;
  margin-bottom: 0.8rem;
}
@media only screen and (min-width: 569px) {
  .epg__channel-logo > svg {
    height: 3.36rem;
  }
}
.epg__channel-logo > h4 {
  margin: 0;
  margin-top: 1.12rem;
}
.epg__channel-show-all-day {
  margin: 0.8rem 0 1.6rem 0;
}
@media only screen and (min-width: 1025px) {
  .epg__channel-show-all-day {
    margin: 0.8rem 1.2rem;
  }
}
.epg__channel-no-program {
  padding: 0.8rem 0.8rem 1.6rem 0.8rem;
}
@media only screen and (min-width: 1025px) {
  .epg__channel-no-program {
    padding: 0.8rem 1.2rem;
  }
}
.epg__program-list {
  list-style: none;
  padding: 0;
  margin-left: -0.8rem;
  margin-right: -0.8rem;
}
@media only screen and (min-width: 1025px) {
  .epg__program-list {
    margin: 0;
  }
}
.epg__program-header-toggle-fullday {
  width: 100%;
  cursor: pointer;
  color: #ededed;
}
.epg__program-header {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.8rem;
}
@media only screen and (min-width: 1025px) {
  .epg__program-header {
    padding: 0.8rem 1.2rem;
  }
}
.epg__program-time {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 4.96rem;
      -ms-flex: 0 0 4.96rem;
          flex: 0 0 4.96rem;
}
.epg__program-title {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin-left: 1.2rem;
}
.epg__program-title-on-air {
  font-weight: 500;
}
.epg__program-available-indicator {
  content: '';
  display: inline-block;
  width: 7px;
  height: 7px;
  padding: 0;
  border-radius: 50%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  background: #a0a0a0;
}
.epg__program-on-air-indicator {
  content: '';
  display: inline-block;
  width: 7px;
  height: 7px;
  padding: 0;
  border-radius: 50%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.epg__program-not-available-indicator {
  content: '';
  display: inline-block;
  width: 7px;
  height: 7px;
  padding: 0;
  border-radius: 50%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  background: none;
}
.epg__program-core-details h2 {
  margin: 0;
}
.epg__program-core-details > div {
  color: #a0a0a0;
}
.epg__program-core-details--with-link {
  margin-top: 0.8rem;
}
.epg__program-core-details--with-link > div {
  padding-left: 5.4rem;
}
.epg__program-details-icon .svgicon {
  display: block;
}
.epg__program-details-icon .playback-icon {
  margin: -1.4rem 0;
  margin-right: 1.6rem;
}
.epg__program-details-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ededed;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.no-touch .epg__program-details-title:hover {
  color: #f18680;
}
.epg__program-details-title:active,
.no-touch .epg__program-details-title:active {
  color: #fce38a;
}
.epg__program-details-title > span {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.epg__program-details-title .epg__program-details-icon {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.epg__modal-header {
  margin-bottom: 0.8rem;
}
.modal {
  z-index: 1150;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  overflow-y: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.modal__wrapper {
  margin: auto;
  width: 100%;
  max-width: 56rem;
  padding-left: 16px;
  padding-right: 16px;
}
@media only screen and (min-width: 1025px) {
  .modal__wrapper {
    padding-left: 27px;
    padding-right: 27px;
  }
}
.modal__dialog {
  outline: 2px solid rgba(255, 255, 255, 0.2);
  color: #ededed;
  background-color: rgba(29, 30, 33, 0.95);
  position: relative;
  margin: 4.8rem 0;
  padding: 0.8rem 0.8rem;
}
@media only screen and (min-width: 769px) {
  .modal__dialog {
    padding: 1.6rem 1.6rem;
  }
}
.modal__close {
  width: 4.4rem;
  height: 4.4rem;
  position: absolute;
  top: 0;
  right: 0;
  color: #ededed;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  color: #a0a0a0;
  z-index: 1;
}
.no-touch .modal__close:hover {
  color: #f18680;
}
.modal__close:active,
.no-touch .modal__close:active {
  color: #fce38a;
}
.modal__close .svgicon {
  fill: currentColor;
}
.modal__content {
  padding: 0.8rem 0.8rem;
}
@media only screen and (min-width: 769px) {
  .modal__content {
    padding: 1.6rem 1.6rem;
  }
}
.modal__content > *:first-child {
  margin-top: 0;
}
.modal__content > *:last-child {
  margin-bottom: 0;
}
.modal__content + .modal__content {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 0.8rem;
}
@media only screen and (min-width: 769px) {
  .modal__content + .modal__content {
    padding-top: 1.6rem;
  }
}
.modal--new {
  text-align: center;
}
.modal--new h2 {
  margin-top: 0;
}
.modal--new p {
  margin-bottom: 3.2rem;
}
.modal--new .button-new-container {
  margin-top: 3.2rem;
}
.dropdown {
  position: relative;
  font-size: 1.6rem;
}
.dropdown .dropdown__trigger {
  cursor: pointer;
}
.dropdown__arrow {
  position: absolute;
  left: 50%;
  width: 0;
  height: 0;
  z-index: 3;
}
.dropdown--left .dropdown__content {
  right: auto;
  left: -16px;
}
@media only screen and (min-width: 1025px) {
  .dropdown--left .dropdown__content {
    left: -27px;
  }
}
.dropdown__content {
  position: absolute;
  top: 100%;
  z-index: 2;
  min-width: 150px;
  right: -16px;
  padding: 0.8rem 0;
}
@media only screen and (min-width: 769px) {
  .dropdown__content {
    padding: 1.6rem 0;
  }
}
@media only screen and (min-width: 1025px) {
  .dropdown__content {
    right: -27px;
  }
}
.dropdown__content ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.dropdown__item {
  display: block;
  width: 100%;
  padding: 0.8rem 0;
  text-align: left;
  line-height: inherit;
}
.dropdown__item--columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.dropdown__item .svgicon {
  margin-right: 1.2rem;
  fill: currentColor;
}
.dropdown__item .svgicon-exclamation-filled {
  width: 1.776rem;
  height: 1.776rem;
}
a.dropdown__item,
button.dropdown__item {
  padding: 0.8rem 1.6rem;
  white-space: nowrap;
  -webkit-transition: color 0.2s, background-color 0.2s;
  transition: color 0.2s, background-color 0.2s;
}
@media only screen and (min-width: 769px) {
  a.dropdown__item,
  button.dropdown__item {
    padding-left: 3.2rem;
    padding-right: 3.2rem;
  }
}
a.dropdown__item[disabled],
button.dropdown__item[disabled] {
  opacity: 0.5;
}
.dropdown__split {
  margin-bottom: 0.4rem;
  padding-bottom: 0.4rem;
}
@media only screen and (min-width: 769px) {
  .dropdown__split {
    margin-bottom: 0.8rem;
    padding-bottom: 0.8rem;
  }
}
.dropdown__arrow,
.dropdown__content {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.dropdown--active .dropdown__arrow,
.dropdown--active .dropdown__content {
  visibility: visible;
  opacity: 1;
}
.no-touch .dropdown--active .button--tertiary:not(.button--icon),
.no-touch .dropdown--active .button--tertiary .button__icon {
  color: #ededed;
}
.no-touch .dropdown--active .button--tertiary:not(.button--icon):before,
.no-touch .dropdown--active .button--tertiary .button__icon:before {
  opacity: 1;
  background: #737373;
}
.no-touch .dropdown--active .button--tertiary:not(.button--icon):after,
.no-touch .dropdown--active .button--tertiary .button__icon:after {
  border: 2px solid transparent;
}
.dropdown--secondary {
  margin-left: -1.6rem;
}
.dropdown--secondary .dropdown__arrow {
  display: none;
}
.dropdown--secondary .dropdown__content {
  margin-top: 0.1rem;
  right: 0;
  left: 0;
}
.dropdown--secondary .dropdown__trigger .svgicon {
  fill: currentColor;
}
.dropdown--secondary.dropdown--active .dropdown__trigger svg {
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}
.dropdown--secondary .dropdown__trigger {
  min-width: 27.2rem;
  padding: 0.8rem 1.6rem;
  font-size: 2.08rem;
  font-weight: 600;
  line-height: 1.35;
}
@media only screen and (min-width: 769px) {
  .dropdown--secondary .dropdown__trigger {
    font-size: 2.72rem;
  }
}
.dropdown--secondary .dropdown__trigger svg {
  margin-left: 3.2rem;
  pointer-events: none;
}
.dropdown--secondary .dropdown__trigger .loader {
  margin-left: 3.2rem;
  width: 20px;
  height: 20px;
}
.dropdown--secondary .dropdown__trigger-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer {
  will-change: contents;
  /* Hack for Safari & Mobile Safari - See: https://developers.google.com/web/fundamentals/performance/rendering/simplify-paint-complexity-and-reduce-paint-areas */
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.footer__container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (min-width: 769px) {
  .footer__container {
    max-width: 928px;
  }
}
@media only screen and (min-width: 1025px) {
  .footer__container {
    max-width: 982px;
  }
}
@media only screen and (min-width: 1367px) {
  .footer__container {
    max-width: 1174px;
  }
}
@media only screen and (min-width: 1601px) {
  .footer__container {
    max-width: 1476px;
  }
}
.footer__container:before,
.footer__container:after {
  content: ' ';
  display: table;
}
.footer__container:after {
  clear: both;
}
.footer__container:after {
  content: '';
  display: table;
  clear: both;
}
@media only screen and (min-width: 1025px) {
  .footer__container {
    padding-left: 27px;
    padding-right: 27px;
  }
}
@media only screen and (min-width: 769px) {
  .footer__container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-align-content: space-between;
        -ms-flex-line-pack: justify;
            align-content: space-between;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
}
.footer__nav {
  text-align: center;
  list-style: none;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  width: 100%;
  padding: 0;
}
@media only screen and (min-width: 769px) {
  .footer__nav {
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
    width: auto;
    text-align: right;
  }
}
.footer__nav li {
  display: inline-block;
}
.footer__nav li:not(:first-child) {
  margin-left: 1.6rem;
}
@media only screen and (min-width: 569px) {
  .footer__nav li:not(:first-child) {
    margin-left: 2.4rem;
  }
}
@media only screen and (min-width: 1025px) {
  .footer__nav li:not(:first-child) {
    margin-left: 4rem;
  }
}
@media only screen and (min-width: 1367px) {
  .footer__nav li:not(:first-child) {
    margin-left: 5.44rem;
  }
}
.footer__colophon-container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (min-width: 769px) {
  .footer__colophon-container {
    max-width: 928px;
  }
}
@media only screen and (min-width: 1025px) {
  .footer__colophon-container {
    max-width: 982px;
  }
}
@media only screen and (min-width: 1367px) {
  .footer__colophon-container {
    max-width: 1174px;
  }
}
@media only screen and (min-width: 1601px) {
  .footer__colophon-container {
    max-width: 1476px;
  }
}
.footer__colophon-container:before,
.footer__colophon-container:after {
  content: ' ';
  display: table;
}
.footer__colophon-container:after {
  clear: both;
}
.footer__colophon-container:after {
  content: '';
  display: table;
  clear: both;
}
@media only screen and (min-width: 1025px) {
  .footer__colophon-container {
    padding-left: 27px;
    padding-right: 27px;
  }
}
.table {
  width: 100%;
  max-width: 100%;
  margin-top: 1.12rem;
  margin-bottom: 1.12rem;
}
.table caption {
  padding: 0.8rem 0;
  text-align: left;
}
.table th,
.table td {
  text-align: left;
}
.table th {
  font-weight: 700;
}
.table td {
  vertical-align: top;
}
.table > thead > tr > th {
  vertical-align: bottom;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 0.8rem;
}
.table > thead > tr > th:first-child,
.table > tbody > tr > th:first-child,
.table > tfoot > tr > th:first-child,
.table > thead > tr > td:first-child,
.table > tbody > tr > td:first-child,
.table > tfoot > tr > td:first-child {
  padding-left: 0;
}
.table > thead > tr > th:last-child,
.table > tbody > tr > th:last-child,
.table > tfoot > tr > th:last-child,
.table > thead > tr > td:last-child,
.table > tbody > tr > td:last-child,
.table > tfoot > tr > td:last-child {
  padding-right: 0;
}
.table .table__actions {
  padding-right: 0;
}
.table .table__actions > button {
  width: 1.6rem;
  height: 2.4rem;
  line-height: 2.4rem;
  margin-right: 1.2rem;
  margin-left: 1.2rem;
  display: block;
  float: right;
  color: #ededed;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  color: #a0a0a0;
}
.no-touch .table .table__actions > button:hover {
  color: #f18680;
}
.table .table__actions > button:active,
.no-touch .table .table__actions > button:active {
  color: #fce38a;
}
.table .table__actions > button > svg {
  fill: currentColor;
  display: block;
  padding: 1.2rem;
  width: 4rem;
  height: 4rem;
  margin-left: -1.2rem;
  margin-top: -0.8rem;
}
.table--compact > caption {
  padding: 0.4rem 0;
}
.table--compact > thead > tr > th,
.table--compact > tbody > tr > th,
.table--compact > tfoot > tr > th,
.table--compact > thead > tr > td,
.table--compact > tbody > tr > td,
.table--compact > tfoot > tr > td {
  padding: 0.4rem 0.8rem;
}
.table--bordered > thead > tr > td,
.table--bordered > thead > tr > th {
  border-bottom: 2px solid #2a2b2e;
}
.table--bordered > tfoot {
  border-top: 2px solid #2a2b2e;
}
.table--bordered > tfoot > tr > td,
.table--bordered > tfoot > tr > th {
  border-top: 1px solid #2a2b2e;
}
.table--bordered > caption,
.table--striped > caption {
  padding: 0.8rem;
}
.table--bordered.table--compacted > caption,
.table--striped.table--compacted > caption {
  padding: 0.4rem 0.8rem;
}
.table--bordered > thead > tr > th,
.table--striped > thead > tr > th,
.table--bordered > tbody > tr > th,
.table--striped > tbody > tr > th,
.table--bordered > tfoot > tr > th,
.table--striped > tfoot > tr > th,
.table--bordered > thead > tr > td,
.table--striped > thead > tr > td,
.table--bordered > tbody > tr > td,
.table--striped > tbody > tr > td,
.table--bordered > tfoot > tr > td,
.table--striped > tfoot > tr > td,
.table--bordered > thead > tr > th:first-child,
.table--striped > thead > tr > th:first-child,
.table--bordered > tbody > tr > th:first-child,
.table--striped > tbody > tr > th:first-child,
.table--bordered > tfoot > tr > th:first-child,
.table--striped > tfoot > tr > th:first-child,
.table--bordered > thead > tr > td:first-child,
.table--striped > thead > tr > td:first-child,
.table--bordered > tbody > tr > td:first-child,
.table--striped > tbody > tr > td:first-child,
.table--bordered > tfoot > tr > td:first-child,
.table--striped > tfoot > tr > td:first-child,
.table--bordered > thead > tr > th:last-child,
.table--striped > thead > tr > th:last-child,
.table--bordered > tbody > tr > th:last-child,
.table--striped > tbody > tr > th:last-child,
.table--bordered > tfoot > tr > th:last-child,
.table--striped > tfoot > tr > th:last-child,
.table--bordered > thead > tr > td:last-child,
.table--striped > thead > tr > td:last-child,
.table--bordered > tbody > tr > td:last-child,
.table--striped > tbody > tr > td:last-child,
.table--bordered > tfoot > tr > td:last-child,
.table--striped > tfoot > tr > td:last-child {
  padding: 0.8rem;
}
div.table {
  display: table;
}
.table__thead {
  display: table-header-group;
}
.table__tbody {
  display: table-row-group;
}
.table__tfoot {
  display: table-footer-group;
}
.table__tr {
  display: table-row;
}
.table__th,
.table__td {
  display: table-cell;
}
.imdb {
  white-space: nowrap;
  margin-top: 0.32rem;
}
a.imdb:hover,
.no-touch a.imdb:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}
a.imdb:focus,
.no-touch a.imdb:focus,
a.imdb:active,
.no-touch a.imdb:active {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.imdb__logo {
  margin-top: -0.4rem;
  margin-right: 0.8rem;
  display: inline-block;
  vertical-align: middle;
  width: 37px;
  height: 18px;
  background-image: url('/gfx/imdb.png');
  background-size: 37px 18px;
  background-repeat: no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .imdb__logo {
    background-image: url('/gfx/imdb_2x.png');
  }
}
.button-new-container .like-dislike__button:not(:last-child) {
  margin-right: 2.528rem;
}
/*
.link 					- Black font and orange border
.link-text				- Black text and no border
*/
.link {
  display: inline-block;
  -webkit-transition: color 0.2s, border-color 0.2s, -webkit-box-shadow 0.2s;
  transition: color 0.2s, border-color 0.2s, -webkit-box-shadow 0.2s;
  transition: color 0.2s, border-color 0.2s, box-shadow 0.2s;
  transition: color 0.2s, border-color 0.2s, box-shadow 0.2s, -webkit-box-shadow 0.2s;
}
.link-text {
  color: #ededed;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.no-touch .link-text:hover {
  color: #f18680;
}
.link-text:active,
.no-touch .link-text:active {
  color: #fce38a;
}
.player {
  position: relative;
  background-color: rgba(11, 11, 12, 0.9);
  margin-left: auto;
  margin-right: auto;
}
.player,
.player .player__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (min-width: 321px) and (orientation: landscape) {
  .player {
    max-width: 320px;
  }
}
@media only screen and (min-width: 569px) and (orientation: landscape) {
  .player {
    max-width: 384px;
  }
}
@media only screen and (min-width: 769px) {
  .player {
    max-width: none;
  }
}
@media only screen and (min-width: 769px) and (max-height: 614px) {
  .player {
    max-width: 672px;
  }
}
@media only screen and (min-width: 769px) and (max-height: 488px) {
  .player {
    max-width: 504px;
  }
}
@media only screen and (min-width: 1367px) {
  .player {
    max-width: none;
  }
}
@media only screen and (min-width: 1367px) and (max-height: 746px) {
  .player {
    max-width: 840px;
  }
}
@media only screen and (min-width: 1367px) and (max-height: 589px) {
  .player {
    max-width: 630px;
  }
}
@media only screen and (min-width: 1601px) {
  .player {
    max-width: none;
  }
}
@media only screen and (min-width: 1601px) and (max-height: 910px) {
  .player {
    max-width: 1056px;
  }
}
@media only screen and (min-width: 1601px) and (max-height: 714px) {
  .player {
    max-width: 792px;
  }
}
@media only screen and (min-width: 1601px) and (max-height: 565px) {
  .player {
    max-width: 594px;
  }
}
.player__message {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.player__message:not(.player__message--no-access) {
  text-align: center;
  color: #ededed;
}
.player__message .form {
  padding: 1.8rem 1.6rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.player__message .form .message {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.player__message > *:first-child {
  margin-top: 0;
}
.player__message > *:last-child {
  margin-bottom: 0;
}
.player__message img {
  display: inline-block;
}
.player__message:not(.player__message--kicked) {
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 2.4rem;
  padding-bottom: 2.4rem;
}
@media only screen and (min-width: 769px) {
  .player__message:not(.player__message--kicked) {
    padding-top: 3.2rem;
    padding-bottom: 3.2rem;
  }
}
@media only screen and (min-width: 1025px) {
  .player__message:not(.player__message--kicked) {
    padding-left: 27px;
    padding-right: 27px;
  }
}
.player__message--anti-ad-block {
  padding: 0;
}
.player__message--anti-ad-block .content-wrapper {
  background: inherit;
  color: #ededed;
  max-width: 57.6rem;
}
.player__message--anti-ad-block .content-wrapper img {
  max-width: 15rem;
}
@media only screen and (min-width: 769px) {
  .player__message--anti-ad-block .content-wrapper img {
    max-width: none;
  }
}
.content-wrapper {
  padding: 2.4rem 16px;
  text-align: center;
  background: #ededed;
  color: #53565A;
  width: 100%;
}
@media only screen and (min-width: 769px) {
  .content-wrapper {
    padding-top: 3.2rem;
    padding-bottom: 3.2rem;
  }
}
@media only screen and (min-width: 1025px) {
  .content-wrapper {
    padding-left: 27px;
    padding-right: 27px;
  }
}
.content-wrapper p {
  margin-top: 0.48rem;
  margin-bottom: 0.48rem;
}
.content-wrapper > *:first-child {
  margin-top: 0;
}
.content-wrapper > *:last-child {
  margin-bottom: 0;
}
.player__message--resume-progress .progress {
  min-width: 24rem;
  margin-bottom: 1rem;
}
.player__message-link {
  margin-top: 2.4rem;
}
@media only screen and (min-width: 769px) {
  .player__message-link {
    bottom: -5.12rem;
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
  }
}
@media only screen and (min-width: 769px) {
  .player__message-link {
    bottom: -8rem;
  }
}
@media only screen and (min-width: 1025px) {
  .player__message-link {
    bottom: -12.8rem;
  }
}
.player-get-access {
  width: 100%;
  text-align: center;
}
@media only screen and (min-width: 769px) and (min-height: 489px) {
  .player-get-access--tvod .button-new-container,
  .player-get-access--upgrade .button-new-container,
  .player-get-access--posterbuy .button-new-container {
    margin-bottom: 3.68rem;
  }
}
.player-get-access--avod .button2 {
  width: 100%;
  max-width: 36rem;
}
.player-get-access--posterbuy h2 {
  font-weight: 400;
}
.player-get-access__text {
  margin-bottom: 2.4rem;
}
@media only screen and (min-width: 769px) and (min-height: 489px) {
  .player-get-access__text p {
    font-size: 1.92rem;
  }
}
.player-get-access__text h2 {
  margin-top: 1.12rem;
  margin-bottom: 1.12rem;
}
.player-get-access__card {
  display: inline-block;
  margin: 1.6rem 0 0;
  padding: 1.424rem;
  text-align: left;
  border: 1px solid #56D38A;
  border-radius: 0.88rem;
}
.player-get-access__card-type,
.player-get-access__card-number {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
}
.player-get-access__card-expiration {
  color: #a0a0a0;
  font-size: 1.248rem;
  line-height: 1.4;
}
/* StreamKicked */
.player__message--kicked {
  padding: 0;
}
.player__message--kicked .content-wrapper {
  color: #ededed;
  background-color: #0b0b0c;
}
.player__not-started,
.player__not-started:after,
.player__not-started .lazy-image,
.player__not-started .player__not-started-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.player__not-started .lazy-image {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
}
.player__not-started:after {
  content: '';
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(20%, rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.8)));
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.8));
}
.player__not-started-overlay {
  z-index: 1;
}
.player__play-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.player__play-button--future {
  pointer-events: none;
}
.player__play-button-title {
  font-size: 1.92rem;
  font-weight: 700;
  margin-top: 10px;
  text-align: center;
  display: none;
}
@media only screen and (min-width: 769px) {
  .player__play-button-title {
    font-size: 2.16rem;
    font-weight: 600;
  }
}
@media only screen and (min-width: 569px) {
  .player__play-button-title {
    display: block;
  }
}
@media only screen and (min-width: 769px) {
  .player__play-button-title {
    margin-top: 20px;
  }
}
.player__play-button-date {
  text-align: center;
  font-size: 1.36rem;
  display: none;
}
@media only screen and (min-width: 569px) {
  .player__play-button-date {
    display: block;
  }
}
.player__play-button-date:first-letter {
  text-transform: capitalize;
}
.player__not-started-countdown {
  position: absolute;
  left: 2.64rem;
  bottom: 2.64rem;
  font-size: 1.92rem;
}
@-webkit-keyframes notification-slide-in {
  0% {
    visibility: hidden;
    opacity: 0;
    margin-bottom: -4.8rem;
  }
  1% {
    visibility: visible;
  }
  100% {
    opacity: 1;
    margin-bottom: 0;
  }
}
@keyframes notification-slide-in {
  0% {
    visibility: hidden;
    opacity: 0;
    margin-bottom: -4.8rem;
  }
  1% {
    visibility: visible;
  }
  100% {
    opacity: 1;
    margin-bottom: 0;
  }
}
.notifications-flash {
  position: fixed;
  padding: 0;
  list-style: none;
  left: 0;
  bottom: 0;
  margin: 0 0 0 0.8rem;
  font-size: 1.36rem;
  z-index: 1280;
}
.notifications-flash__notification {
  display: block;
  padding: 0.8rem 1.2rem;
  float: left;
  clear: both;
  margin-bottom: 0.8rem;
  -webkit-animation-name: notification-slide-in;
          animation-name: notification-slide-in;
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
}
.notifications-flash__notification--success {
  color: #0b0b0c;
  background-color: #56d38a;
}
.notifications-flash__notification--error {
  color: #ededed;
  background-color: #bd0338;
}
.info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.info__col > *:first-child {
  margin-top: 0;
}
.info__col > *:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 769px) {
  .info__col--left {
    -webkit-flex-basis: 80%;
        -ms-flex-preferred-size: 80%;
            flex-basis: 80%;
  }
}
@media only screen and (min-width: 1367px) {
  .info__col--left {
    -webkit-flex-basis: 70%;
        -ms-flex-preferred-size: 70%;
            flex-basis: 70%;
  }
}
.info__col--right {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  display: none;
}
@media only screen and (min-width: 569px) {
  .info__col--right {
    margin-left: 3.2rem;
    display: block;
  }
}
@media only screen and (min-width: 769px) {
  .info__col--right {
    -webkit-flex-basis: 20%;
        -ms-flex-preferred-size: 20%;
            flex-basis: 20%;
  }
}
@media only screen and (min-width: 1025px) {
  .info__col--right {
    margin-left: 4.8rem;
  }
}
.info__movie-poster {
  -webkit-box-shadow: 0px 13px 20px -2px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 13px 20px -2px rgba(0, 0, 0, 0.3);
  width: 160px;
}
@media only screen and (min-width: 769px) {
  .info__movie-poster {
    width: 100%;
  }
}
.info__rented {
  margin-top: 2.576rem;
}
.playback {
  text-align: center;
}
.playback .playback-icon {
  margin: 0 auto;
}
.playback__title {
  font-size: 1.92rem;
  font-weight: 700;
  margin-top: 10px;
  text-align: center;
}
@media only screen and (min-width: 769px) {
  .playback__title {
    font-size: 2.16rem;
    font-weight: 600;
  }
}
@media only screen and (min-width: 769px) {
  .playback__title {
    margin-top: 20px;
  }
}
.playback__subtitle {
  text-align: center;
  font-size: 1.36rem;
}
.playback__subtitle:first-letter {
  text-transform: capitalize;
}
.playback__progress {
  width: 12.8rem;
  margin: 1.6rem auto 0 auto;
  text-align: center;
  font-size: 1.36rem;
}
.playback__duration {
  margin-top: 0.4rem;
}
.playback__tvod {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 1.6rem;
  font-size: 1.36rem;
  text-shadow: 0.5px 0.5px 2px rgba(11, 11, 11, 0.5);
}
@-webkit-keyframes navigation-slide-in {
  0% {
    height: 0;
    overflow: hidden;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  1% {
    min-height: 100%;
    overflow: visible;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    min-height: 100%;
    overflow: visible;
  }
}
@keyframes navigation-slide-in {
  0% {
    height: 0;
    overflow: hidden;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  1% {
    min-height: 100%;
    overflow: visible;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    min-height: 100%;
    overflow: visible;
  }
}
@-webkit-keyframes navigation-slide-out {
  0% {
    min-height: 100%;
    height: auto;
    overflow: visible;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  99% {
    min-height: 100%;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    height: 0;
    overflow: hidden;
  }
}
@keyframes navigation-slide-out {
  0% {
    min-height: 100%;
    height: auto;
    overflow: visible;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  99% {
    min-height: 100%;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    height: 0;
    overflow: hidden;
  }
}
.header {
  position: relative;
}
.header .chromecast {
  position: absolute;
  right: 5rem;
  top: 0;
  height: 4.4rem;
  width: 4.4rem;
  margin: 0.6rem;
  color: #ffffff;
}
@media only screen and (min-width: 769px) {
  .header .chromecast {
    position: static;
    margin: 0;
  }
}
.header .chromecast > span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.header .chromecast .svgicon {
  fill: currentColor;
  width: 2.4rem;
  height: 2.4rem;
}
.header__inner {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1001;
}
@media only screen and (min-width: 769px) {
  .header__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    pointer-events: auto;
    padding-right: 16px;
    position: absolute;
    top: 1.2rem;
    right: 0;
    left: auto;
    height: 4.4rem;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media only screen and (min-width: 1025px) {
  .header__inner {
    padding-right: 27px;
  }
}
.header__inner .avatar__container {
  width: 2.4rem;
  height: 2.4rem;
}
@media only screen and (min-width: 769px) {
  .header__inner .avatar__container {
    width: 3.2rem;
    height: 3.2rem;
  }
}
.header__inner .dropdown__trigger .avatar__name {
  width: 11.2rem;
  text-shadow: 0.5px 0.5px 2px rgba(11, 11, 11, 0.5);
}
@media only screen and (min-width: 769px) {
  .header__inner .dropdown {
    margin-right: 2.64rem;
  }
}
.header__inner .dropdown__arrow {
  left: 1.6rem;
  bottom: -3rem;
  display: none;
}
@media only screen and (min-width: 769px) {
  .header__inner .dropdown__arrow {
    display: block;
  }
}
.header__inner .dropdown__trigger {
  display: none;
  text-align: left;
  color: #ffffff;
  height: 4.4rem;
}
@media only screen and (min-width: 769px) {
  .header__inner .dropdown__trigger {
    display: block;
  }
}
.header__inner .dropdown__content {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
  overflow-y: auto;
  width: 100%;
  margin-top: 0;
  -webkit-transition: opacity 0.1s linear;
  transition: opacity 0.1s linear;
}
@media only screen and (min-width: 769px) {
  .header__inner .dropdown__content {
    position: absolute;
    left: -3.28rem;
    width: 21.328rem;
    margin-top: 3rem;
    bottom: auto;
    top: 100%;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
  }
}
.header__inner .dropdown__content h3 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 5.6rem;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 3.2rem;
}
@media only screen and (min-width: 769px) {
  .header__inner .dropdown__content h3 {
    position: static;
    height: auto;
    margin: -0.8rem 0 1.6rem 0;
    padding: 0;
  }
}
.header__inner .dropdown__content h3 button {
  color: #ededed;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  position: absolute;
  top: 0.6rem;
  width: 4.4rem;
  height: 4.4rem;
}
.no-touch .header__inner .dropdown__content h3 button:hover {
  color: #f18680;
}
.header__inner .dropdown__content h3 button:active,
.no-touch .header__inner .dropdown__content h3 button:active {
  color: #fce38a;
}
.header__inner .dropdown__content h3 button > span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header__inner .dropdown__content h3 .svgicon {
  fill: currentColor;
}
.header__inner .dropdown__content .error {
  text-align: center;
}
.navigation__actions {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  opacity: 1;
  -webkit-transition: opacity 0.1s;
  transition: opacity 0.1s;
  pointer-events: auto;
}
@media only screen and (min-width: 769px) {
  .navigation__actions {
    right: auto;
    z-index: 1102;
  }
}
.navigation__actions-inner {
  -webkit-box-shadow: 1px 1px 4px rgba(11, 11, 12, 0.35);
          box-shadow: 1px 1px 4px rgba(11, 11, 12, 0.35);
  background-color: #1d1e21;
  height: 5.6rem;
}
@media only screen and (min-width: 769px) {
  .navigation__actions-inner {
    padding-left: 0.8rem;
    background-color: #ffffff;
    margin-top: 1.2rem;
    height: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.36rem;
  }
}
.navigation__actions-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 4.4rem;
  width: 4.4rem;
  margin: 0.6rem;
  position: absolute;
  top: 0;
  color: #ededed;
}
@media only screen and (min-width: 769px) {
  .navigation__actions-btn {
    color: #0b0b0c;
  }
}
.no-touch .navigation__actions-btn:hover,
.no-touch .navigation__actions-btn:focus {
  color: #ededed;
}
@media only screen and (min-width: 769px) {
  .no-touch .navigation__actions-btn:hover,
  .no-touch .navigation__actions-btn:focus {
    color: #0b0b0c;
  }
}
@media only screen and (min-width: 769px) {
  .navigation__actions-btn {
    width: auto;
    margin: 0;
    position: relative;
    padding: 0 20px;
    background-color: #ffffff;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
    line-height: 1;
  }
}
.navigation__actions-btn > span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.navigation__actions-btn > span > span {
  display: none;
}
@media only screen and (min-width: 769px) {
  .navigation__actions-btn > span > span {
    display: inline;
  }
}
.navigation__actions-btn .svgicon {
  fill: currentColor;
  width: 2.4rem;
  height: 2.4rem;
}
@media only screen and (min-width: 769px) {
  .navigation__actions-btn .svgicon {
    width: 1.92rem;
    height: 1.92rem;
    margin-right: 10px;
  }
}
.navigation__actions-btn .svgicon-home {
  fill: none;
  stroke: currentColor;
}
.navigation__actions-btn--menu {
  left: 0;
}
.navigation__actions-btn--search {
  right: 0;
}
.navigation__actions-btn--home {
  left: 0;
}
.navigation__actions-btn--avatar {
  left: 5rem;
}
.navigation__actions-btn--avatar .avatar__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 769px) {
  .header--sub-menu-open .navigation__actions-btn--menu,
  .header--menu-open .navigation__actions-btn--menu {
    background-color: #ededed;
  }
  .header--sub-menu-open .navigation__actions-btn--menu:after,
  .header--menu-open .navigation__actions-btn--menu:after {
    content: '';
    display: block;
    position: absolute;
    bottom: -10px;
    left: 20px;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-bottom: none;
    border-top-color: #ededed;
  }
}
.navigation {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1100;
  pointer-events: none;
}
@media only screen and (min-width: 769px) {
  .navigation:before {
    width: 32rem;
    pointer-events: none;
    content: '';
    height: 6.4rem;
    z-index: 1101;
    background: -webkit-gradient(linear, left top, left bottom, from(#1d1e21), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(to bottom, #1d1e21 0%, rgba(0, 0, 0, 0) 100%);
  }
}
@media only screen and (min-width: 769px) {
  .navigation:after {
    content: '';
    position: fixed;
    background-color: rgba(255, 255, 255, 0.2);
    width: 1px;
    top: 0;
    bottom: 0;
    left: 32rem;
    opacity: 0;
    -webkit-transition: opacity 0.1s linear;
    transition: opacity 0.1s linear;
    z-index: 1102;
  }
}
.navigation__wrapper {
  pointer-events: none;
  right: 0;
  z-index: 1100;
}
@media only screen and (min-width: 769px) {
  .navigation__wrapper {
    pointer-events: auto;
    right: auto;
    background-color: rgba(29, 30, 33, 0.95);
    overflow: hidden;
    overflow-y: auto;
    outline: 2px solid rgba(255, 255, 255, 0.2);
  }
}
.navigation:before,
.navigation__wrapper {
  visibility: hidden;
  -webkit-transition: visibility 0s ease 0.2s;
  transition: visibility 0s ease 0.2s;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
}
@media only screen and (min-width: 769px) {
  .navigation:before,
  .navigation__wrapper {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    opacity: 0;
    -webkit-transition: visibility 0s ease 0.2s, opacity 0.1s linear, -webkit-transform 0.2s ease-in-out;
    transition: visibility 0s ease 0.2s, opacity 0.1s linear, -webkit-transform 0.2s ease-in-out;
    transition: visibility 0s ease 0.2s, transform 0.2s ease-in-out, opacity 0.1s linear;
    transition: visibility 0s ease 0.2s, transform 0.2s ease-in-out, opacity 0.1s linear, -webkit-transform 0.2s ease-in-out;
  }
}
.navigation__inner {
  pointer-events: auto;
}
@media only screen and (min-width: 769px) {
  .navigation__inner {
    z-index: 1101;
    width: 32rem;
    -webkit-transition: width 0.2s ease-in-out;
    transition: width 0.2s ease-in-out;
  }
}
.navigation__inner .avatar {
  height: 2.8rem;
}
.navigation__inner .avatar,
.navigation__inner .menu__item-title {
  min-width: 0;
}
.menu {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  width: 81%;
  max-width: 32rem;
  -webkit-transition: opacity 0.1s linear, -webkit-transform 0.2s ease-in-out;
  transition: opacity 0.1s linear, -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, opacity 0.1s linear;
  transition: transform 0.2s ease-in-out, opacity 0.1s linear, -webkit-transform 0.2s ease-in-out;
}
@media only screen and (min-width: 769px) {
  .menu {
    max-width: none;
  }
}
.menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.menu > ul {
  padding: 0.6rem 0;
  margin: 0 1.6rem;
}
@media only screen and (min-width: 769px) {
  .menu > ul {
    padding: 0.8rem 0;
    margin: 0 3.2rem;
  }
}
.menu .svgicon {
  fill: currentColor;
}
.menu__sub {
  position: relative;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  -webkit-transition: height 0.2s ease-in-out, visibility 0.1s linear 0.1s;
  transition: height 0.2s ease-in-out, visibility 0.1s linear 0.1s;
}
@media only screen and (min-width: 769px) {
  .menu__sub {
    position: absolute;
    -webkit-transform: none;
            transform: none;
    top: 0;
    left: 32rem;
    opacity: 0;
    height: auto !important;
  }
}
.menu__sub > .menu__sub-inner {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
@media only screen and (min-width: 769px) {
  .menu__sub > .menu__sub-inner {
    position: relative;
    overflow: hidden;
    height: 0;
    -webkit-animation-name: navigation-slide-out;
            animation-name: navigation-slide-out;
    -webkit-animation-duration: 0.2s;
            animation-duration: 0.2s;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
@media only screen and (min-width: 769px) {
  .menu__sub > .menu__sub-inner > ul {
    padding: 0.8rem 0;
    margin: 0 3.2rem;
  }
}
.menu > ul:not(:last-child),
.menu__sub > ul:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.menu__item-inner {
  display: block;
  width: 100%;
}
.menu__item-inner > span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.no-touch .menu__item-inner:hover .menu__item-title,
.no-touch .menu__item-inner:hover .menu__item-expand {
  background-color: rgba(255, 255, 255, 0.2);
  color: #ffffff;
}
.no-touch .menu__item-inner:hover .menu__item-icon {
  color: #ededed;
}
.menu__item-inner:active .menu__item-title,
.no-touch .menu__item-inner:active .menu__item-title,
.menu__item-inner:active .menu__item-expand,
.no-touch .menu__item-inner:active .menu__item-expand {
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.3);
}
.menu__item-inner:active .menu__item-icon,
.no-touch .menu__item-inner:active .menu__item-icon {
  color: #ededed;
}
.no-touch .menu__item-inner button.menu__item-expand:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
.menu__item-title,
.menu__item-expand {
  color: #ededed;
  -webkit-transition: color 0.2s, background-color 0.2s;
  transition: color 0.2s, background-color 0.2s;
}
.menu__item-title > span,
.menu__item-expand > span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.menu__sub .menu__item-title,
.menu__sub .menu__item-expand {
  color: #a0a0a0;
}
@media only screen and (min-width: 769px) {
  .menu__sub .menu__item-title,
  .menu__sub .menu__item-expand {
    color: #ededed;
  }
}
.menu__item-title {
  vertical-align: middle;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  text-align: left;
}
.menu__item-title:active,
.no-touch .menu__item-title:active {
  color: #ffffff;
}
.menu__item-title > span {
  padding: 0.8rem 1.6rem;
  min-height: 4.4rem;
}
@media only screen and (min-width: 769px) {
  .menu__item-title > span {
    padding-left: 3.2rem;
    padding-right: 3.2rem;
  }
}
.menu__item-expand {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 4.4rem;
      -ms-flex: 0 0 4.4rem;
          flex: 0 0 4.4rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.menu__item-expand > span {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
.menu__item-expand .svgicon {
  width: 2.24rem;
  height: 2.24rem;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
  -webkit-transform-origin: center;
          transform-origin: center;
  display: block;
}
button.menu__item-expand {
  margin-left: 1px;
}
.menu__item--open > .menu__item-inner .menu__item-title,
.menu__item--open > .menu__item-inner .menu__item-expand {
  background-color: rgba(255, 255, 255, 0.1);
}
.menu__item--open > .menu__item-inner .menu__item-expand,
.no-touch .menu__item--open > .menu__item-inner .menu__item-expand {
  color: #ff7e00;
}
.menu__item--open > .menu__item-inner .menu__item-expand .svgicon {
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}
@media only screen and (min-width: 769px) {
  .menu__item--open > .menu__item-inner .menu__item-expand .svgicon {
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
  }
}
.menu__item--open > .menu__sub {
  visibility: visible;
}
@media only screen and (min-width: 769px) {
  .menu__item--open > .menu__sub {
    -webkit-transform: none;
            transform: none;
    position: absolute;
    opacity: 1;
    -webkit-transition: visibility 0.1s linear, opacity 0.1s linear;
    transition: visibility 0.1s linear, opacity 0.1s linear;
  }
}
@media only screen and (min-width: 769px) {
  .menu__item--open > .menu__sub > .menu__sub-inner {
    position: relative;
    overflow: visible;
    height: auto;
    -webkit-animation-name: navigation-slide-in;
            animation-name: navigation-slide-in;
    -webkit-animation-duration: 0.2s;
            animation-duration: 0.2s;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
.menu__item-icon {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 2.8rem;
  color: #a0a0a0;
  margin: -0.8rem 1.2rem -0.8rem 0;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.menu__item-icon > .svgicon-star .svgicon__filled {
  fill: currentColor;
}
.menu__item-icon > .svgicon-star .svgicon__outlined {
  fill: none;
}
.menu__item-icon > .svglogo {
  width: 2.8rem;
  height: 2.8rem;
}
@media only screen and (min-width: 769px) {
  .header--menu-closed .menu {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.menu {
  overflow: hidden;
  overflow-y: auto;
  background-color: rgba(29, 30, 33, 0.95);
  -webkit-overflow-scrolling: touch;
}
.menu {
  visibility: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  opacity: 0;
  outline: 2px solid rgba(255, 255, 255, 0.2);
  background-color: rgba(29, 30, 33, 0.95);
}
@media only screen and (min-width: 769px) {
  .menu {
    opacity: 1;
    min-height: 100%;
    overflow: visible;
    -webkit-transition: none;
    transition: none;
    bottom: auto;
    background: none;
    width: 32rem;
  }
}
@media only screen and (min-width: 769px) {
  .menu,
  .menu__sub {
    padding-top: 7.2rem;
    width: 32rem;
  }
}
.header--menu-open .navigation:before,
.header--sub-menu-open .navigation:before,
.header--menu-open .navigation__wrapper,
.header--sub-menu-open .navigation__wrapper {
  visibility: visible;
  -webkit-transition: none;
  transition: none;
}
@media only screen and (min-width: 769px) {
  .header--menu-open .navigation:before,
  .header--sub-menu-open .navigation:before,
  .header--menu-open .navigation__wrapper,
  .header--sub-menu-open .navigation__wrapper {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
    -webkit-transition: opacity 0.1s linear, -webkit-transform 0.2s ease-in-out;
    transition: opacity 0.1s linear, -webkit-transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out, opacity 0.1s linear;
    transition: transform 0.2s ease-in-out, opacity 0.1s linear, -webkit-transform 0.2s ease-in-out;
  }
}
@media only screen and (min-width: 769px) {
  .header--menu-open .navigation__inner,
  .header--sub-menu-open .navigation__inner {
    width: 32rem;
  }
}
.header--menu-open .menu,
.header--sub-menu-open .menu {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
  visibility: visible;
}
@media only screen and (min-width: 769px) {
  .header--sub-menu-open .navigation:after {
    opacity: 1;
  }
}
@media only screen and (min-width: 769px) {
  .header--sub-menu-open .navigation__inner {
    width: 64rem;
  }
}
@media only screen and (min-width: 769px) {
  .header--use-toggle-animation .menu {
    overflow: hidden;
    height: 0;
    opacity: 0;
    -webkit-transition: opacity 0.1s linear;
    transition: opacity 0.1s linear;
    -webkit-animation-name: navigation-slide-out;
            animation-name: navigation-slide-out;
    -webkit-animation-duration: 0.2s;
            animation-duration: 0.2s;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
.avatar__container {
  position: relative;
  width: 3.2rem;
  height: 3.2rem;
  min-width: 3.2rem;
  line-height: 3.2rem;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.avatar__container .svgicon:not(.svgicon--avatar-border) {
  display: block;
  width: 50%;
  height: 50%;
  fill: currentColor;
  margin: 0;
}
.avatar__name {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: auto;
}
.avatar__initial {
  font-size: 20px;
}
.avatar--medium .avatar__container {
  width: 7.2rem;
  height: 7.2rem;
  line-height: 7.2rem;
  margin: 0.64rem;
}
.avatar--medium .avatar__container .svgicon:not(.svgicon--avatar-border) {
  width: 25%;
  height: 25%;
}
.avatar--medium .avatar__initial {
  font-size: 25px;
}
.avatar--medium .avatar__name {
  max-width: 7.84rem;
}
.avatar--large .avatar__container {
  width: 9.6rem;
  height: 9.6rem;
  line-height: 9.6rem;
  margin: 0.8rem;
}
.avatar--large .avatar__container .svgicon:not(.svgicon--avatar-border) {
  width: 25%;
  height: 25%;
}
.avatar--large .avatar__initial {
  font-size: 30px;
}
.avatar--large .avatar__name {
  max-width: 10.4rem;
}
.avatar--outlined .avatar__container {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 2px;
  background: transparent;
}
.avatar--name-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.avatar--name-right .avatar__container {
  margin-right: 1.2rem;
}
.avatar--name-right .avatar__name {
  margin-left: 0;
  margin-right: 0;
}
.overlay {
  z-index: 1250;
  visibility: hidden;
  opacity: 0;
  background: rgba(11, 11, 12, 0.97);
  color: #ededed;
}
@supports ((-webkit-backdrop-filter: blur(10px)) or (backdrop-filter: blur(10px))) {
  .overlay {
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
  }
}
.overlay:before,
.overlay:after {
  content: '';
  position: absolute;
  width: 100%;
  z-index: 1;
}
.overlay:before {
  background-color: #0b0b0c;
  top: 0;
  height: 5.6rem;
}
@media only screen and (min-width: 769px) {
  .overlay:before {
    height: 6.8rem;
  }
}
.overlay:after {
  background: -webkit-gradient(linear, left top, left bottom, from(#0b0b0c), to(rgba(11, 11, 12, 0)));
  background: linear-gradient(to bottom, #0b0b0c 0%, rgba(11, 11, 12, 0) 100%);
  top: 5.6rem;
  height: 9.6rem;
}
@media only screen and (min-width: 769px) {
  .overlay:after {
    top: 6.8rem;
    height: 12.8rem;
  }
}
.overlay.overlay--fade-in {
  visibility: visible;
  opacity: 1;
  -webkit-transition: visibility 0s linear 0s, opacity 0.2s;
  transition: visibility 0s linear 0s, opacity 0.2s;
}
.overlay .form .input,
.overlay .form .field__options-input,
.overlay .button2:not(.button--icon),
.overlay .button--icon .button__icon,
.overlay .alert {
  background-color: #0b0b0c;
}
.overlay .avatar__container {
  -webkit-transition: -webkit-transform 0.1s linear;
  transition: -webkit-transform 0.1s linear;
  transition: transform 0.1s linear;
  transition: transform 0.1s linear, -webkit-transform 0.1s linear;
}
.no-touch .overlay .avatar__container.focus-visible,
.no-touch .overlay .avatar__container:hover {
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
}
.overlay .avatar__container:active,
.no-touch .overlay .avatar__container:active {
  -webkit-transform: scale(0.98);
          transform: scale(0.98);
}
.overlay,
.overlay__scroll-container {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.overlay__scroll-container {
  overflow: hidden;
  overflow-y: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  z-index: 2;
}
.overlay__container {
  margin: auto;
  width: 100%;
}
.overlay__close-btn {
  position: fixed;
  z-index: 3;
  top: 0.9rem;
  right: 16px;
}
@media only screen and (min-width: 769px) {
  .overlay__close-btn {
    top: 1.5rem;
    right: 27px;
  }
}
.overlay__header {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 3;
  height: 5.6rem;
}
@media only screen and (min-width: 769px) {
  .overlay__header {
    height: 6.8rem;
  }
}
.overlay__header .logo {
  margin-top: 1.6rem;
}
@media only screen and (min-width: 769px) {
  .overlay__header .logo {
    margin-top: 1.2rem;
  }
}
.overlay__header .logo .svglogo {
  display: block;
  height: 2.4rem;
}
@media only screen and (min-width: 769px) {
  .overlay__header .logo .svglogo {
    height: 4.4rem;
  }
}
.overlay__body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.overlay__body h1 {
  margin-top: 0;
  margin-bottom: 2.4rem;
}
.overlay__form {
  max-width: 35.2rem;
  width: 100%;
}
.overlay__spacing {
  margin-top: 5.6rem;
  padding-top: 2.4rem;
  padding-bottom: 3.2rem;
  padding-left: 16px;
  padding-right: 16px;
}
@media only screen and (min-width: 769px) {
  .overlay__spacing {
    margin-top: 6.8rem;
  }
}
@media only screen and (min-width: 769px) {
  .overlay__spacing {
    padding-top: 3.2rem;
    padding-bottom: 4.8rem;
  }
}
@media only screen and (min-width: 1025px) {
  .overlay__spacing {
    padding-left: 27px;
    padding-right: 27px;
  }
}
.profile--selector,
.profile--kids-onboarding {
  text-align: center;
}
.profile--kids-onboarding {
  max-width: 64rem;
}
.profile--kids-onboarding .button2 {
  width: 16rem;
}
.profile__link {
  margin-top: 1.6rem;
}
.profile__selector-list {
  padding: 0;
  margin: 0;
  margin-top: 2.4rem;
}
.profile__selector-list li {
  display: inline-block;
  margin: 0.32rem;
}
.no-touch .profile__selector-list li:hover {
  cursor: pointer;
}
.profile__selector-list .avatar__container .svgicon-edit {
  width: 35%;
  height: 35%;
}
.profiles-disabled {
  text-align: center;
}
.profiles-disabled .alert {
  margin: 3.2rem 0;
}
.overlay-modal {
  background-color: rgba(29, 30, 33, 0.95);
  color: #ededed;
  max-width: 67.2rem;
  width: 100%;
  outline: 2px solid rgba(255, 255, 255, 0.2);
}
.overlay-modal__body > *:first-child {
  margin-top: 0;
}
.overlay-modal__body,
.overlay-modal__footer {
  padding: 2.4rem 1.2rem;
}
@media only screen and (min-width: 569px) {
  .overlay-modal__body,
  .overlay-modal__footer {
    padding: 2.4rem;
  }
}
@media only screen and (min-width: 1025px) {
  .overlay-modal__body,
  .overlay-modal__footer {
    padding: 4.8rem;
  }
}
.terms .alert {
  margin-bottom: 2.4rem;
}
.terms__expand {
  text-align: center;
  margin-top: 2.4rem;
}
.terms__expand-btn {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  color: #ededed;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.terms__expand-btn .svgicon {
  -webkit-transition: fill 0.2s;
  transition: fill 0.2s;
  fill: #ededed;
}
.no-touch .terms__expand-btn:hover {
  color: #f18680;
}
.no-touch .terms__expand-btn:hover .svgicon {
  fill: currentColor;
}
.terms__expand-btn:focus,
.no-touch .terms__expand-btn:focus,
.terms__expand-btn:active,
.no-touch .terms__expand-btn:active {
  color: #fce38a;
}
.terms__expand-btn:focus .svgicon,
.no-touch .terms__expand-btn:focus .svgicon,
.terms__expand-btn:active .svgicon,
.no-touch .terms__expand-btn:active .svgicon {
  fill: currentColor;
}
.terms__content {
  margin-top: 2.576rem;
}
.terms__content > *:first-child {
  margin-top: 0;
}
.terms__content > *:last-child {
  margin-bottom: 0;
}
.terms__actions {
  text-align: center;
}
.terms__actions-logout {
  margin-top: 1.6rem;
}
.overlay--change-password .field.new-password {
  margin: 4rem 0;
}
.news-list ol {
  list-style: none;
}
.news-list:not(:last-child) {
  margin-bottom: 6.4rem;
}
.news-list__items {
  padding: 0;
  margin: 0;
}
.news-list__header {
  margin-top: 0;
  margin-bottom: 2.4rem;
}
.news-list__header:first-letter {
  text-transform: capitalize;
}
.news-list__item {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
}
@media only screen and (min-width: 769px) {
  .news-list__item {
    max-width: 928px;
  }
}
@media only screen and (min-width: 1025px) {
  .news-list__item {
    max-width: 982px;
  }
}
@media only screen and (min-width: 1367px) {
  .news-list__item {
    max-width: 1174px;
  }
}
@media only screen and (min-width: 1601px) {
  .news-list__item {
    max-width: 1476px;
  }
}
.news-list__item:before,
.news-list__item:after {
  content: ' ';
  display: table;
}
.news-list__item:after {
  clear: both;
}
.news-list__item:after {
  content: '';
  display: table;
  clear: both;
}
@media only screen and (min-width: 1025px) {
  .news-list__item {
    padding-left: 27px;
    padding-right: 27px;
  }
}
.news-list__item-inner {
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
}
.news-list__item-inner {
  border-top: 1px solid #2a2b2e;
}
.news-list__item--active .news-list__item-inner,
.news-list__item--active + .news-list__item .news-list__item-inner {
  border-top-color: transparent;
}
.news-list__item-primary {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.news-list__col {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.news-list__col--expand {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
  padding-left: 0.8rem;
}
@media only screen and (min-width: 769px) {
  .news-list__col--expand {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
    padding-left: 0;
    padding-right: 3.2rem;
  }
}
.news-list__col--duration {
  text-align: right;
  width: 5.68rem;
  color: #a0a0a0;
  padding-right: 0.4rem;
  font-size: 1.36rem;
  white-space: nowrap;
}
@media only screen and (min-width: 769px) {
  .news-list__col--duration {
    width: 7.52rem;
    padding-right: 1.6rem;
  }
}
.news-list__col--live {
  text-align: right;
}
@media only screen and (min-width: 769px) {
  .news-list__col--live {
    width: 19.52rem;
  }
}
.news-list__col--progress {
  position: absolute;
  top: -0.8rem;
  right: 0;
  width: 8.8rem;
}
@media only screen and (min-width: 769px) {
  .news-list__col--progress {
    width: 12rem;
    position: static;
  }
}
.news-list__col--progress .progress--zero {
  visibility: hidden;
}
@media only screen and (min-width: 769px) {
  .news-list__col--progress .progress--zero {
    visibility: visible;
  }
}
.news-list__col--menu {
  padding-left: 0.8rem;
}
.news-list__description {
  margin: 0.8rem 0 0 0;
}
@media only screen and (min-width: 321px) {
  .news-list__description {
    padding-left: 1.6rem;
  }
}
@media only screen and (min-width: 769px) {
  .news-list__description {
    padding-left: 12.2rem;
  }
}
.news-list__chapters {
  margin: 1.6rem 0 1.6rem 0;
  padding: 0;
}
@media only screen and (min-width: 321px) {
  .news-list__chapters {
    padding-left: 1.6rem;
  }
}
@media only screen and (min-width: 769px) {
  .news-list__chapters {
    margin-top: 3.2rem;
    padding-left: 12.2rem;
  }
}
.news-list__chapter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (min-width: 769px) {
  .news-list__chapter {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.news-list__chapter:not(:last-child) {
  margin-bottom: 1.6rem;
}
.news-list__chapter-text {
  margin: 0;
}
.news-list__chapter-title {
  margin: 0;
  font-size: 1.6rem;
}
.news-list__chapter-description {
  margin: 0;
}
.news-list__chapter-image {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 90px;
  padding-right: 1.6rem;
}
@media only screen and (min-width: 769px) {
  .news-list__chapter-image {
    width: 114px;
  }
}
.news-list__chapter-image > a {
  position: relative;
  display: block;
  background: #3e3f42;
  padding-top: 56.25%;
}
.news-list__chapter-image > a:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: transparent;
  z-index: 2;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.news-list__chapter-image > a.focus-visible:after {
  background-color: rgba(11, 11, 12, 0.3);
}
.news-list__chapter-image > a.focus-visible .playback-icon {
  opacity: 1;
}
.no-touch .news-list__chapter-image > a:hover:after {
  background-color: rgba(11, 11, 12, 0.3);
}
.no-touch .news-list__chapter-image > a:hover .playback-icon {
  opacity: 1;
}
.news-list__chapter-image img {
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.news-list__chapter-image .playback-icon {
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 3;
}
.news-list__col--title {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding-right: 1.12rem;
}
@media only screen and (min-width: 321px) {
  .news-list__col--title {
    padding-right: 1.6rem;
  }
}
@media only screen and (min-width: 769px) {
  .news-list__col--title {
    padding-right: 3.2rem;
  }
}
.news-list__link {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ededed;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.no-touch .news-list__link:hover {
  color: #f18680;
}
.news-list__link:active,
.no-touch .news-list__link:active {
  color: #fce38a;
}
.news-list__text {
  display: block;
}
.news-list__text-inner {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.news-list__time-title {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
}
.news-list__playback {
  width: 5.4rem;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.news-list__time,
.news-list__title {
  font-size: 15px;
}
@media only screen and (min-width: 769px) {
  .news-list__time,
  .news-list__title {
    font-size: 1.92rem;
  }
}
.news-list__time {
  padding-right: 1.12rem;
}
@media only screen and (min-width: 321px) {
  .news-list__time {
    padding-right: 1.6rem;
  }
}
@media only screen and (min-width: 769px) {
  .news-list__time {
    padding-right: 0;
    width: 6.8rem;
  }
}
.news-list__title {
  font-weight: 500;
}
.news-list__has-chapters {
  color: #a0a0a0;
  display: block;
  font-size: 13px;
}
@media only screen and (min-width: 769px) {
  .news-list__has-chapters {
    font-size: 1.36rem;
  }
}
.splash {
  overflow: hidden;
}
.splash__container {
  position: absolute;
  height: 100vh;
  width: 100vw;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #131415;
  z-index: 1300;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s ease 0.15s, opacity 0.15s linear;
  transition: visibility 0s ease 0.15s, opacity 0.15s linear;
}
.splash .splash__container {
  opacity: 1;
  visibility: visible;
}
.splash__error-message {
  color: #ededed;
}
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.profile-card {
  max-width: 42.496rem;
  padding: 1.6rem;
  border: 2px solid #1a1a1a;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 3.6rem auto 0 auto;
}
@media only screen and (min-width: 769px) {
  .profile-card {
    margin-top: 4.8rem;
  }
}
.profile-card .profile-card__avatar {
  position: absolute;
  top: -3.6rem;
}
.profile-card .profile-card__avatar .avatar__container {
  margin: 0;
}
@media only screen and (min-width: 769px) {
  .profile-card .profile-card__avatar {
    top: -4.8rem;
  }
}
.profile-card .profile-card__text {
  margin-top: 3.6rem;
  font-size: 1.8rem;
  padding: 1.6rem;
  text-align: center;
}
.profile-card .profile-card__name {
  display: block;
}
.profile-card .profile-card__email {
  font-size: 1.5rem;
}
.profile-card--large .profile-card__text {
  margin-top: 4.8rem;
}
.payment-card {
  width: 24rem;
  height: 15.13431706rem;
  border: 2px solid white;
  border-radius: 0.9rem;
  padding: 1.6rem;
  background-color: #1a1a1a;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
}
.payment-card__number {
  font-size: 1.6rem;
  text-align: center;
  margin-bottom: 0.8rem;
  letter-spacing: 0.32rem;
  font-family: 'Courier New', Courier, monospace;
}
.payment-card__expiration {
  text-align: left;
}
.payment-card__expiration-period {
  text-transform: uppercase;
  font-size: 1.2rem;
}
.payment-card__expiration-date {
  font-size: 1.3rem;
  font-family: 'Courier New', Courier, monospace;
}
.payment-card__issuer {
  position: absolute;
  right: 5%;
  font-size: 1.3rem;
}
.payment-card__issuer .payment-icon {
  fill: white;
  width: 48px;
  height: 32px;
}
.svglogo-mastercard__circle1,
.svglogo-mastercard__circle2,
.svglogo-maestro__circle1,
.svglogo-maestro__circle2 {
  fill: white;
}
.svglogo-mastercard__circle2,
.svglogo-maestro__circle2 {
  opacity: 0.55;
}
.svgicon-credit-card__card {
  fill: black;
}
.svgicon-credit-card__frame {
  stroke: white;
}
.svgicon-credit-card__line-placeholder {
  stroke: white;
}
.svglogo-diners path {
  fill: white;
}
.collapse {
  padding: 1.2rem 0;
}
.collapse.collapse--slide-enter {
  opacity: 0;
  -webkit-transition: height 300ms linear;
  transition: height 300ms linear;
}
.collapse.collapse--slide-exit-active {
  opacity: 1;
}
.collapse.collapse--slide-exit-active,
.collapse.collapse--slide-done-enter {
  opacity: 0;
}
.collapse + .collapse {
  border-top: 2px solid #303030;
}
.collapse__header {
  position: relative;
  cursor: pointer;
  padding-right: 1.2rem;
}
.collapse__header .svgicon {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -0.6rem;
  fill: #ff7e00;
  width: 1.2rem;
  height: 1.2rem;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.collapse--active .collapse__header .svgicon {
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}
.collapse__body {
  padding-top: 1.2rem;
  display: none;
}
.collapse--active .collapse__body {
  display: block;
}
.collapse__body > *:first-child {
  margin-top: 0;
}
.form .field-group__fields {
  margin-right: -0.4rem;
  margin-left: -0.4rem;
}
.form .field-group__fields > .field {
  padding-right: 0.4rem;
  padding-left: 0.4rem;
}
.form .input--text,
.form .input--password,
.form .input--url,
.form .input--tel,
.form .input--email,
.form .input--date,
.form .input--number,
.form .input--textarea,
.form .input--select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0 1.52rem;
  width: 100%;
  background-image: none;
  display: block;
  position: relative;
  font-size: 1.6rem;
  background-color: transparent;
  border: 2px solid transparent;
  height: 5.2rem;
}
.form .input--text:-webkit-autofill,
.form .input--password:-webkit-autofill,
.form .input--url:-webkit-autofill,
.form .input--tel:-webkit-autofill,
.form .input--email:-webkit-autofill,
.form .input--date:-webkit-autofill,
.form .input--number:-webkit-autofill,
.form .input--textarea:-webkit-autofill,
.form .input--select:-webkit-autofill {
  -webkit-text-fill-color: #0b0b0c !important;
}
.form .input--textarea {
  min-height: 9.6rem;
  padding: 1.2rem 1.52rem;
}
.form .input--select {
  padding-right: 3.68rem;
}
.form .input--select::-ms-expand {
  display: none;
}
.form .input--select:focus::-ms-value {
  background-color: transparent;
}
.form .input--select option {
  color: #0b0b0c;
}
.form .input-select-wrapper {
  position: relative;
}
.form .input-select-loading:after {
  content: '';
  background-image: url('/gfx/spinner.png');
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
  -webkit-animation: spin 0.6s infinite linear;
          animation: spin 0.6s infinite linear;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  width: 2rem;
  height: 2rem;
  position: absolute;
  right: 1.52rem;
  top: 1.73333333rem;
  pointer-events: none;
}
.form .input-select-wrapper:not(.input-select-loading):after {
  content: '';
  position: absolute;
  right: 1.52rem;
  top: 50%;
  width: 0;
  height: 0;
  margin-left: 0.32rem;
  margin-top: -0.32rem;
  border: 0.64rem solid transparent;
  pointer-events: none;
}
.form legend {
  font-size: 1.6rem;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 1.12rem;
}
.form label {
  margin-bottom: 0.56rem;
}
.form .field:not(.field--hidden) {
  margin-bottom: 2rem;
}
.form .field__label {
  font-weight: 500;
  width: 100%;
}
.form .field--hidden .field__label {
  display: none;
}
.form.form--inline .field__label,
.form .field--radio-inline .field__label {
  margin-right: 0.8rem;
}
.form .field--text .input__wrapper,
.form .field--password .input__wrapper {
  position: relative;
}
.form .field--text .button--reveal-password,
.form .field--password .button--reveal-password {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: 0 2.24rem 0 0;
}
.form .field--text .button--reveal-password .svgicon,
.form .field--password .button--reveal-password .svgicon {
  width: 2.128rem;
  height: 2.128rem;
}
.form .field--password-reveal .input {
  padding-right: 4.512rem;
}
.form .field__options {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.form .field--radio-inline .field__options {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}
.form .field__options-label {
  position: relative;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  font-size: 1.6rem;
  text-transform: none;
  cursor: pointer;
  min-height: 2.4rem;
  padding-left: 2.8rem;
}
@media only screen and (min-width: 1367px) {
  .form .field__options-label {
    min-height: 2.48888889rem;
    padding-left: 2.88888889rem;
  }
}
.form .field__options-label .input {
  position: absolute;
  opacity: 0;
}
.form .field__options-label .input:checked + .field__options-input .svgicon {
  display: block;
}
.form .field__options-label:last-child {
  margin-bottom: 0;
}
.form .field--checkbox .field__options-label {
  min-height: 2.4rem;
  padding-right: 0.8rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.form .field--radio-inline .field__options-label:not(:last-child) {
  margin-right: 2.4rem;
}
.form .field__options-input {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0.2rem;
  cursor: pointer;
  width: 2.4rem;
  height: 2.4rem;
  padding: 0.3rem;
}
@media only screen and (min-width: 1367px) {
  .form .field__options-input {
    width: 2.48888889rem;
    height: 2.48888889rem;
    padding: 0.35555556rem;
  }
}
.form .field__options-input > * {
  width: 100%;
  height: 100%;
}
.form .field__options-input .svgicon {
  stroke: currentColor;
  fill: currentColor;
  display: none;
}
.form .field--radio .field__options-input {
  border-radius: 50%;
}
.form .field__options-text {
  display: inline-block;
  margin-left: 0.8rem;
  margin-top: 0.2rem;
}
.form .message {
  list-style: none;
  font-size: 1.2rem;
  line-height: 1.8rem;
  margin: 0;
  padding-top: 0.56rem;
  padding-left: 0;
  text-align: left;
}
.form .message > li {
  position: relative;
  padding-left: 1.6rem;
}
.form .message > li:before {
  content: '\2022';
  position: absolute;
  left: 0;
  top: 0;
  line-height: 1.8rem;
  font-size: 1.84rem;
  display: block;
  color: #bd0338;
}
.form .field--checkbox .message {
  padding-left: 3.92rem;
}
.form.form--inline > .message {
  padding-left: 0.4rem;
}
.form .alert {
  margin-bottom: 2rem;
}
.form .field--error .input--text,
.form .field-group--error .input--text,
.form .field--error .input--password,
.form .field-group--error .input--password,
.form .field--error .input--url,
.form .field-group--error .input--url,
.form .field--error .input--tel,
.form .field-group--error .input--tel,
.form .field--error .input--email,
.form .field-group--error .input--email,
.form .field--error .input--date,
.form .field-group--error .input--date,
.form .field--error .input--number,
.form .field-group--error .input--number,
.form .field--error .input--textarea,
.form .field-group--error .input--textarea,
.form .field--error .input--select,
.form .field-group--error .input--select {
  padding-bottom: 0.2rem;
  border: 0.2rem solid #bd0338;
}
.form .field-group > .message {
  margin-top: -2rem;
  margin-bottom: 2rem;
}
.form .field-group__fields {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.form .field-group__fields > .field {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.form .field--age-limit .input-select-wrapper {
  max-width: 35.2rem;
}
.form .field.field--zip,
.form .field.field--mobile-prefix,
.form .field.field--day,
.form .field.field--year {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}
.form .field.field--zip .input,
.form .field.field--mobile-prefix .input,
.form .field.field--day .input,
.form .field.field--year .input {
  width: 8rem;
}
.form .field.field--pin-code {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}
.form .field.field--pin-code .input {
  width: 17.6rem;
}
.form .field--radio-color-select .field__options-label:not(:last-child) {
  margin-right: 1.6rem;
}
.form .field--radio-color-select .field__options-label .input:checked + .field__options-input {
  width: 3.6rem;
  height: 3.6rem;
  margin-left: -0.4rem;
  margin-top: -0.4rem;
}
.form .field--radio-color-select .field__options-input,
.form .field--radio-color-select .field__options-input > div {
  border-radius: 50%;
}
.form .field--radio-color-select .field__options-input {
  -webkit-transition: width 0.2s, height 0.2s, margin 0.2s;
  transition: width 0.2s, height 0.2s, margin 0.2s;
  color: #0b0b0c;
}
.form .field--radio-color-select .field__options-input > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.form .field--radio-color-select .field__options-input .svgicon {
  width: 60%;
  height: 60%;
}
.form--inline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-right: -0.4rem;
  margin-left: -0.4rem;
}
.form--inline > * {
  margin-right: 0.4rem;
  margin-left: 0.4rem;
}
.form--inline .field {
  margin-bottom: 0;
}
.form--inline .message {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}
.form .input--text,
.form .input--password,
.form .input--url,
.form .input--tel,
.form .input--email,
.form .input--date,
.form .input--number,
.form .input--textarea,
.form .input--select {
  border-color: #979797;
}
.form .input--text::-webkit-input-placeholder, .form .input--password::-webkit-input-placeholder, .form .input--url::-webkit-input-placeholder, .form .input--tel::-webkit-input-placeholder, .form .input--email::-webkit-input-placeholder, .form .input--date::-webkit-input-placeholder, .form .input--number::-webkit-input-placeholder, .form .input--textarea::-webkit-input-placeholder, .form .input--select::-webkit-input-placeholder {
  color: #6b6b6b;
  font-size: 1.36rem;
  font-style: italic;
}
.form .input--text::-moz-placeholder, .form .input--password::-moz-placeholder, .form .input--url::-moz-placeholder, .form .input--tel::-moz-placeholder, .form .input--email::-moz-placeholder, .form .input--date::-moz-placeholder, .form .input--number::-moz-placeholder, .form .input--textarea::-moz-placeholder, .form .input--select::-moz-placeholder {
  color: #6b6b6b;
  font-size: 1.36rem;
  font-style: italic;
}
.form .input--text:-ms-input-placeholder, .form .input--password:-ms-input-placeholder, .form .input--url:-ms-input-placeholder, .form .input--tel:-ms-input-placeholder, .form .input--email:-ms-input-placeholder, .form .input--date:-ms-input-placeholder, .form .input--number:-ms-input-placeholder, .form .input--textarea:-ms-input-placeholder, .form .input--select:-ms-input-placeholder {
  color: #6b6b6b;
  font-size: 1.36rem;
  font-style: italic;
}
.form .input--text::-ms-input-placeholder, .form .input--password::-ms-input-placeholder, .form .input--url::-ms-input-placeholder, .form .input--tel::-ms-input-placeholder, .form .input--email::-ms-input-placeholder, .form .input--date::-ms-input-placeholder, .form .input--number::-ms-input-placeholder, .form .input--textarea::-ms-input-placeholder, .form .input--select::-ms-input-placeholder {
  color: #6b6b6b;
  font-size: 1.36rem;
  font-style: italic;
}
.form .input--text::placeholder,
.form .input--password::placeholder,
.form .input--url::placeholder,
.form .input--tel::placeholder,
.form .input--email::placeholder,
.form .input--date::placeholder,
.form .input--number::placeholder,
.form .input--textarea::placeholder,
.form .input--select::placeholder {
  color: #6b6b6b;
  font-size: 1.36rem;
  font-style: italic;
}
.form .input-select-wrapper:not(.input-select-loading):after {
  border-top-color: inherit;
}
.form .field__options-input {
  -webkit-box-shadow: 0 0 0 0.2rem #979797;
          box-shadow: 0 0 0 0.2rem #979797;
}
.fieldset--account {
  margin-bottom: 2.272rem;
}
.fieldset--about {
  margin-bottom: 1.6rem;
}
@media only screen and (min-width: 769px) {
  .fieldset--consent {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media only screen and (max-width: 768px) {
  .fieldset--consent {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.fieldset--consent .field__options-label .field__options-text {
  font-size: 1.2rem;
}
@media only screen and (min-width: 375px) {
  .fieldset--consent .field__options-label .field__options-text {
    font-size: 1.36rem;
  }
}
.fieldset--consent .label-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.fieldset--consent a {
  line-height: 1.1;
}
.fieldset--consent .field--checkbox .field__options-input {
  margin-top: 0.8rem;
}
.field--gender .field__options {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (min-width: 769px) {
  .field--gender .field__options {
    height: 5.6rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.form--login .links {
  margin-top: 2.4rem;
}
.form--login .links .link {
  margin-top: 0.4rem;
}
.form--privacy-settings {
  margin-top: 3.2rem;
}
.form--verify-mobile .field--tel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.form--verify-mobile .field--tel .field__label {
  width: auto;
  margin-bottom: 0;
}
.field--switch {
  display: block;
  position: relative;
  margin: 0 0 10px;
  font-size: 16px;
  line-height: 24px;
}
.field--switch__label {
  display: block;
  margin-bottom: 0.4rem;
  font-weight: 700;
}
.field--switch__input,
.field--switch input[type='checkbox'] {
  position: absolute;
  top: 0;
  left: 0;
  width: 36px;
  height: 20px;
  opacity: 0;
  z-index: 0;
}
.field--switch__status {
  display: inline-block;
  margin-left: 44px;
  cursor: pointer;
}
.field--switch__status:before {
  content: '';
  position: absolute;
  top: 5px;
  left: 0;
  width: 36px;
  height: 14px;
  background-color: #ededed;
  border-radius: 14px;
  z-index: 1;
  -webkit-transition: background-color 0.28s cubic-bezier(0.4, 0, 0.2, 1);
  transition: background-color 0.28s cubic-bezier(0.4, 0, 0.2, 1);
}
.field--switch__status:after {
  content: '';
  position: absolute;
  top: 2px;
  left: 0;
  width: 20px;
  height: 20px;
  background-color: #a0a0a0;
  border-radius: 14px;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  z-index: 2;
  -webkit-transition: all 0.28s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.28s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-property: left, background-color;
  transition-property: left, background-color;
}
.field--switch__input:checked + .field--switch__status:before {
  background-color: #75FFBC;
}
.field--switch__input:checked + .field--switch__status:after {
  left: 16px;
  background-color: #fff;
}
.labelflap {
  position: absolute;
  top: 0;
  right: 0;
  width: 6rem;
  height: 6rem;
  overflow: hidden;
}
.labelflap__inner {
  position: absolute;
  width: 8rem;
  height: 8rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 0.4rem;
  right: -4rem;
  top: -4rem;
}
.labelflap__inner > span {
  font-weight: 500;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  font-size: 1.2rem;
  text-align: center;
  text-transform: uppercase;
}
.labelflap--tvod-dtr .labelflap__inner,
.labelflap--tvod-est .labelflap__inner {
  background: linear-gradient(160deg, #f8b186 0%, #f8b186 40%, #f38181 100%);
}
.labelflap--tvod-dtr .labelflap__inner > span,
.labelflap--tvod-est .labelflap__inner > span {
  color: #0b0b0c;
}
.labelflap--disabled,
.labelflap--draft {
  width: 12rem;
  height: 12rem;
}
.labelflap--disabled .labelflap__inner,
.labelflap--draft .labelflap__inner {
  width: 16rem;
  height: 16rem;
  right: -8rem;
  top: -8rem;
  padding: 0.8rem;
}
.labelflap--disabled .labelflap__inner {
  background: #bd0338;
}
.labelflap--disabled .labelflap__inner > span {
  color: #ffffff;
}
.labelflap--draft .labelflap__inner {
  background: #f8ab1c;
}
.labelflap--draft .labelflap__inner > span {
  color: #0b0b0c;
}
.label {
  font-size: 1.2rem;
  font-weight: 400;
  display: inline-block;
  padding: 0.24rem 0.56rem;
  text-transform: uppercase;
  color: #ededed;
  background: rgba(0, 0, 0, 0.75);
}
.label--live {
  color: #0b0b0c;
  background: linear-gradient(230deg, #f8b186 0%, #f38181 100%);
}
.branding-logo {
  display: block;
}
.branding-logo .svglogo {
  margin-top: -0.32rem;
  display: block;
  height: 1.6rem;
}
.branding-logo .svglogo-cmore {
  height: 1.52rem;
}
.branding-logo .svglogo-hayu,
.branding-logo .svglogo-oiii,
.branding-logo .svglogo-sfkids {
  height: 2.08rem;
}
.branding-logo .svglogo-nfpluss {
  height: 2.24rem;
}
.tooltip {
  border-radius: 0.48rem;
  font-size: 1.2rem;
  max-width: 80%;
  padding: 1.6rem;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.18);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.18);
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #ededed;
  color: #0b0b0c;
}
@media only screen and (min-width: 569px) {
  .tooltip {
    max-width: 40rem;
  }
}
.tooltip__arrow {
  position: absolute;
  height: 1.6rem;
  width: 1.6rem;
}
.tooltip__arrow::before,
.tooltip__arrow::after {
  border-style: solid;
  content: '';
  display: block;
  height: 0;
  margin: auto;
  width: 0;
}
.tooltip__arrow::after {
  position: absolute;
}
.tooltip__arrow[data-placement*='bottom'] {
  margin-top: -0.48rem;
  left: 0;
  top: 0;
}
.tooltip__arrow[data-placement*='bottom']::before,
.tooltip__arrow[data-placement*='bottom']::after {
  border-color: transparent transparent #ededed transparent;
  border-width: 0 0.8rem 0.64rem 0.8rem;
}
.tooltip__arrow[data-placement*='bottom']::before {
  position: absolute;
  top: 0;
}
.tooltip__arrow[data-placement*='top'] {
  bottom: 0;
  left: 0;
  margin-bottom: -1.6rem;
}
.tooltip__arrow[data-placement*='top']::before,
.tooltip__arrow[data-placement*='top']::after {
  border-color: #ededed transparent transparent transparent;
  border-width: 0.64rem 0.8rem 0 0.8rem;
}
.tooltip__arrow[data-placement*='top']::before {
  position: absolute;
  top: 0;
}
.tooltip__arrow[data-placement*='left'] {
  margin-right: -1.6rem;
  right: 0;
}
.tooltip__arrow[data-placement*='left']::before {
  border-color: transparent transparent transparent #ededed;
  border-width: 0.8rem 0 0.8rem 0.64em;
  position: absolute;
  left: 0;
  top: 0;
}
.tooltip__arrow[data-placement*='left']::after {
  border: none;
}
.tooltip__arrow[data-placement*='right'] {
  margin-left: -1.12rem;
  left: 0;
}
.tooltip__arrow[data-placement*='right']::before,
.tooltip__arrow[data-placement*='right']::after {
  border-color: transparent #ededed transparent transparent;
  border-width: 0.8rem 0.64rem 0.8rem 0;
}
.tooltip__arrow[data-placement*='right']::after {
  left: 6px;
  top: 0;
}
.tooltip__trigger {
  display: block;
}
.tooltip__trigger-icon {
  cursor: pointer;
}
.tooltip__trigger-icon--info {
  margin: 0 0.8rem;
}
.tooltip--static {
  padding: 0.8rem;
}
.tvod-status {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.tvod-status[data-status="RENTAL_EXPIRING"] {
  color: #FCE38A;
}
.tvod-status[data-status="RENTAL_VALID"] {
  color: #56D38A;
}
.tvod-status .svgicon--clocksmall {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 1.36rem;
      -ms-flex: 0 0 1.36rem;
          flex: 0 0 1.36rem;
  stroke: currentColor;
  height: 1.36rem;
  margin-top: 0.16rem;
  margin-right: 0.4rem;
}
.virtual-agent {
  right: 2.4rem;
  bottom: 2.4rem;
  z-index: 1000;
  position: fixed;
}
.virtual-agent .virtual-agent__trigger {
  height: 6.4rem;
  width: 6.4rem;
  background: white;
  -webkit-box-shadow: 0 0.2rem 0.4rem rgba(0, 0, 0, 0.5);
          box-shadow: 0 0.2rem 0.4rem rgba(0, 0, 0, 0.5);
  border-radius: 3.2rem;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}
.virtual-agent .virtual-agent__trigger--active {
  background: white;
}
.virtual-agent .virtual-agent__trigger--what-to-see-message-visible {
  width: 25.12rem;
  white-space: nowrap;
}
.virtual-agent .virtual-agent__what-to-see-message-text {
  color: black;
  margin-right: 0.8rem;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.virtual-agent .virtual-agent__what-to-see-message-text--visible {
  opacity: 1;
}
.virtual-agent .virtual-agent__icon {
  width: 2.4rem;
  height: 2.4rem;
  fill: #111111;
  margin-right: 2.24rem;
}
.virtual-agent .virtual-agent__survey {
  pointer-events: none;
  opacity: 0;
  position: absolute;
  bottom: 100%;
  right: 0;
  margin: 0 0 2.128rem;
  padding: 2.128rem;
  white-space: nowrap;
  font-size: 1.408rem;
  font-weight: 700;
  line-height: 1;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  border-radius: 1.6rem;
  color: #0b0b0c;
  background-color: #56d38a;
  -webkit-transition: opacity 0.2s ease, background 0.2s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, background 0.2s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, transform 0.2s ease, background 0.2s ease;
  transition: opacity 0.2s ease, transform 0.2s ease, background 0.2s ease, -webkit-transform 0.2s ease;
}
.virtual-agent .virtual-agent__survey--active {
  pointer-events: auto;
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.virtual-agent .virtual-agent__survey:hover {
  color: #0b0b0c;
  background-color: #6ad898;
}
.virtual-agent .virtual-agent__survey .svgicon {
  margin: 0 0 0 1.6rem;
  width: 1.6rem;
  height: 1.6rem;
}
.voucher-page .row {
  height: 100vh;
  padding-bottom: 0;
  overflow: hidden;
}
.voucher-page .container {
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-bottom: 13vh;
}
@media only screen and (min-width: 321px) {
  .voucher-page .container {
    padding-bottom: 25vh;
  }
}
@media only screen and (min-width: 569px) {
  .voucher-page .container {
    padding-bottom: 11.2rem;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 0;
  }
}
.voucher-form__fields-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.voucher-form__fields-wrapper .message {
  position: absolute;
}
.voucher-form {
  position: relative;
  width: 100%;
  margin: 0 0 0 auto;
}
.voucher-form::before {
  position: absolute;
  content: '';
  width: 100vh;
  left: -16px;
  bottom: 0;
  height: 150%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(19, 20, 21, 0)), color-stop(50%, #131415));
  background-image: linear-gradient(rgba(19, 20, 21, 0), #131415 50%);
  opacity: 0.75;
  z-index: 0;
}
@media only screen and (min-width: 569px) {
  .voucher-form::before {
    display: none;
  }
}
.voucher-form > * {
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 569px) {
  .voucher-form {
    width: 60%;
  }
}
@media only screen and (min-width: 769px) {
  .voucher-form {
    max-width: 53.33333333rem;
    margin: 0 0 20vmin auto;
  }
}
@media only screen and (min-width: 1025px) {
  .voucher-form {
    max-width: 53.33333333rem;
    margin: 0 auto 20vmin 40%;
  }
}
.voucher-form__description {
  margin-bottom: 1.6rem;
  max-width: 51.5552rem;
}
.field.field--voucher {
  margin-bottom: 0;
  width: 32rem;
}
.button--voucher {
  margin-left: 1.6rem;
}
.voucher-form__arrow {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: -110%;
}
.voucher-form__arrow .arrow__inner {
  position: absolute;
  width: 787px;
  height: 430px;
  left: 50%;
  -webkit-transform: translateX(-93%);
          transform: translateX(-93%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(66%, rgba(19, 20, 21, 0)), to(#131415)), url('/gfx/voucherPage/arrow.svg');
  background-image: linear-gradient(rgba(19, 20, 21, 0) 66%, #131415), url('/gfx/voucherPage/arrow.svg');
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}
.voucher-page__illustrations {
  position: absolute;
  top: -1vh;
  right: 10px;
  z-index: -1;
  -webkit-transition: -webkit-transform ease 0.2s;
  transition: -webkit-transform ease 0.2s;
  transition: transform ease 0.2s;
  transition: transform ease 0.2s, -webkit-transform ease 0.2s;
}
@media only screen and (min-width: 321px) {
  .voucher-page__illustrations {
    top: 0;
  }
}
@media only screen and (min-width: 569px) {
  .voucher-page__illustrations {
    top: 50%;
    right: unset;
    left: 12%;
    -webkit-transform: translateY(-75%);
            transform: translateY(-75%);
  }
}
@media only screen and (min-width: 769px) {
  .voucher-page__illustrations {
    left: 18%;
  }
}
@media only screen and (min-width: 1025px) {
  .voucher-page__illustrations {
    left: 23%;
  }
}
.voucher-page__illustrations--input-active {
  -webkit-transform: translateY(-125%);
          transform: translateY(-125%);
}
@media only screen and (min-width: 321px) {
  .voucher-page__illustrations--input-active {
    -webkit-transform: translateY(-75%);
            transform: translateY(-75%);
  }
}
.illustrations__moon {
  width: 150px;
  height: 150px;
  background-image: url('/gfx/voucherPage/moon.svg');
  background-size: contain;
  background-position: center center;
  -webkit-transform: translateY(54%);
          transform: translateY(54%);
}
@media only screen and (min-width: 569px) {
  .illustrations__moon {
    width: 180px;
    height: 180px;
    -webkit-transform: translateY(30%);
            transform: translateY(30%);
  }
}
.illustrations__products {
  position: absolute;
  width: 40px;
  height: 40px;
  background-position: center center;
}
.illustrations__products--sports-movies-shows {
  left: 50%;
  -webkit-transform: rotate(10deg) translate(-50%, -366%);
          transform: rotate(10deg) translate(-50%, -366%);
  stroke: #5785d6;
}
@media only screen and (min-width: 569px) {
  .illustrations__products--sports-movies-shows {
    -webkit-transform: rotate(10deg) translate(-200%, -800%);
            transform: rotate(10deg) translate(-200%, -800%);
  }
}
.illustrations__products--pl {
  -webkit-transform: rotate(-11deg) translate(-100%, -433%);
          transform: rotate(-11deg) translate(-100%, -433%);
  fill: white;
}
@media only screen and (min-width: 569px) {
  .illustrations__products--pl {
    -webkit-transform: rotate(-11deg) translate(-120%, -650%);
            transform: rotate(-11deg) translate(-120%, -650%);
  }
}
.illustrations__products--news {
  left: 50%;
  -webkit-transform: rotate(-8deg) translate(-150%, -300%);
          transform: rotate(-8deg) translate(-150%, -300%);
  stroke: #d657a3;
}
@media only screen and (min-width: 569px) {
  .illustrations__products--news {
    -webkit-transform: rotate(-8deg) translate(-110%, -500%);
            transform: rotate(-8deg) translate(-110%, -500%);
  }
}
.illustrations__products--movies-shows {
  -webkit-transform: rotate(9deg) translate(-400%, -12%);
          transform: rotate(9deg) translate(-400%, -12%);
  stroke: #b257d6;
}
@media only screen and (min-width: 569px) {
  .illustrations__products--movies-shows {
    -webkit-transform: rotate(9deg) translate(-475%, -100%);
            transform: rotate(9deg) translate(-475%, -100%);
  }
}
.illustrations__products--total {
  -webkit-transform: rotate(-8.45deg) translate(-166%, 50%);
          transform: rotate(-8.45deg) translate(-166%, 50%);
  stroke: #57d6a3;
}
@media only screen and (min-width: 569px) {
  .illustrations__products--total {
    -webkit-transform: rotate(-8.45deg) translate(-133%, 25%);
            transform: rotate(-8.45deg) translate(-133%, 25%);
  }
}
.illustrations__products--sports {
  -webkit-transform: rotate(-8deg) translate(-350%, -366%);
          transform: rotate(-8deg) translate(-350%, -366%);
  stroke: #5a57d6;
}
@media only screen and (min-width: 569px) {
  .illustrations__products--sports {
    -webkit-transform: rotate(-8deg) translate(250%, 225%);
            transform: rotate(-8deg) translate(250%, 225%);
  }
}
.illustrations__dots {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-56%, -55%);
          transform: translate(-56%, -55%);
  width: 540px;
  height: 455px;
  background-image: url('/gfx/voucherPage/dots.svg');
  background-position: center center;
}
.search__field {
  margin-bottom: 4.8rem;
}
@media only screen and (min-width: 769px) {
  .search__field {
    margin-top: 6.4rem;
    margin-bottom: 6.4rem;
  }
}
.search__message {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  position: relative;
}
.search__message p {
  font-size: 1.776rem;
}
@media only screen and (min-width: 769px) {
  .search__message {
    max-width: 86.4rem;
  }
}
.search-bee--input {
  fill: #ffffff;
  width: 14.4rem;
  height: 16.4448rem;
  -webkit-transition: fill 0.2s;
  transition: fill 0.2s;
}
.search-bee--results {
  width: 11.82222222rem;
  height: 9.24444444rem;
}
.search-bee--info {
  width: 11.64444444rem;
  height: 4.44444444rem;
}
.search-bee--results,
.search-bee--info {
  display: none;
}
.search2--kids .search-bee--results,
.search2--kids .search-bee--info {
  display: inline-block;
}
.search-bee--input {
  position: absolute;
  left: 100%;
  bottom: -5.04rem;
  margin-left: 0.56rem;
  display: none;
}
@media only screen and (min-width: 1025px) {
  .search2--kids .search-bee--input {
    display: block;
  }
}
.search-bee--info {
  position: absolute;
  top: 100%;
  margin-top: 1.6rem;
  right: 0;
}
@media only screen and (min-width: 769px) {
  .search-bee--info {
    right: -2.4rem;
  }
}
.search__feed-show-more {
  margin-top: 0;
  margin-bottom: 3.2rem;
}
.search-alphabet {
  overflow: hidden;
  position: relative;
  margin: 0 -0.28rem;
  margin-top: 1.6rem;
}
@media only screen and (min-width: 769px) {
  .search-alphabet {
    overflow: visible;
    margin-top: 4.8rem;
  }
}
.search-alphabet__container {
  padding-bottom: 1px;
  padding-left: 16px;
  padding-right: 16px;
}
@media only screen and (min-width: 1025px) {
  .search-alphabet__container {
    padding-left: 27px;
    padding-right: 27px;
  }
}
.search-alphabet__chars {
  margin: 0;
  padding: 0.72rem 0;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  margin: 0 auto;
  max-width: 86.4rem;
}
@media only screen and (min-width: 769px) {
  .search-alphabet__chars {
    padding: 0;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.search-alphabet__chars-gutter {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 16px;
      -ms-flex: 0 0 16px;
          flex: 0 0 16px;
}
@media only screen and (min-width: 769px) {
  .search-alphabet__chars-gutter {
    display: none;
  }
}
.search-alphabet__char {
  position: relative;
  z-index: 1;
  margin: 0.28rem;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.search-input {
  position: relative;
}
@media only screen and (min-width: 769px) {
  .search-input {
    margin: 0 auto;
    max-width: 86.4rem;
  }
}
.search-input > input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  width: 100%;
  background-image: none;
  display: block;
  font-size: 3rem;
  color: #ededed;
  border: none;
  border-bottom: 2px solid #ffffff;
  height: 5.2rem;
  padding: 0 3.6rem;
  -webkit-transition: border-color 0.2s;
  transition: border-color 0.2s;
}
@media only screen and (min-width: 769px) {
  .search-input > input {
    padding: 0 5.2rem;
    font-size: 4.44444444rem;
    height: 6.75556rem;
  }
}
.search-input > input::-webkit-input-placeholder {
  color: #6b6b6b;
  font-style: italic;
}
.search-input > input::-moz-placeholder {
  color: #6b6b6b;
  font-style: italic;
}
.search-input > input:-ms-input-placeholder {
  color: #6b6b6b;
  font-style: italic;
}
.search-input > input::-ms-input-placeholder {
  color: #6b6b6b;
  font-style: italic;
}
.search-input > input::placeholder {
  color: #6b6b6b;
  font-style: italic;
}
.search-input > input::-ms-clear {
  display: none;
}
.search-input > input::-webkit-search-cancel-button {
  display: none;
}
.search-input__icon {
  position: absolute;
  top: 0;
  bottom: 2px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.search-input__icon svg {
  display: block;
}
.search-input__icon--search {
  left: 0;
}
.search-input__icon--search .loader,
.search-input__icon--search svg {
  width: 2.4rem;
  height: 2.4rem;
}
@media only screen and (min-width: 769px) {
  .search-input__icon--search .loader,
  .search-input__icon--search svg {
    width: 3.2rem;
    height: 3.2rem;
  }
}
.search-input__icon--search > .loader {
  display: none;
}
.search-input__icon--search svg {
  fill: currentColor;
}
.search2--fetching .search-input__icon--search > .loader {
  display: block;
}
.search2--fetching .search-input__icon--search > svg {
  display: none;
}
.search-input__icon--clear {
  right: 0;
  display: none;
}
@media only screen and (min-width: 769px) {
  .search-input__icon--clear {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.search-input__icon--clear button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #a0a0a0;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  width: 3.8rem;
  height: 3.8rem;
}
.no-touch .search-input__icon--clear button:hover {
  color: #f18680;
}
.search-input__icon--clear button:active,
.no-touch .search-input__icon--clear button:active {
  color: #fce38a;
}
.search-input__icon--clear svg {
  stroke: currentColor;
  width: 1.6rem;
  height: 1.6rem;
}
.search-input__voice-button {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 2px;
  border-radius: 5px;
  border: 1px solid transparent;
}
.search-input__voice-button:hover {
  border: 1px solid #ededed;
}
.search-input__voice-button--listening {
  background-color: #f59283;
}
.hero {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 5.6rem;
  padding-top: 2.4rem;
}
@media only screen and (min-width: 769px) {
  .hero {
    margin-top: 0;
    padding-top: 8.8rem;
  }
}
.hero__background {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.hero__background--blur {
  opacity: 0.2;
}
.hero__background-container {
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background-color: #0b0b0c;
}
.hero__background-container .lazy-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
}
.hero__background-container .lazy-image-loaded.lazy-image-active {
  opacity: 0.75;
}
.hero__background-container .hero__background-image-spacer {
  padding-top: 56.25%;
}
.hero__container {
  margin: 0 auto;
  max-width: 1920px;
}
.hero__background-image,
.hero__background-video {
  position: relative;
  background-color: #000;
  margin: 0 auto;
  max-width: 1920px;
}
.hero__content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  z-index: 3;
}
@media only screen and (min-width: 769px) {
  .hero__content {
    min-height: 54.4rem;
  }
}
@media only screen and (min-width: 1025px) {
  .hero__content {
    min-height: 60.8rem;
  }
}
.hero__content .branding-logo {
  margin-bottom: 0.4rem;
}
.hero__background-container:after,
.hero__background:after {
  content: '';
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  height: 32rem;
  margin-bottom: -1px;
  z-index: 2;
  pointer-events: none;
}
.overlay .hero__background-container:after,
.overlay .hero__background:after {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(11, 11, 12, 0)), to(#0b0b0c));
  background: linear-gradient(180deg, rgba(11, 11, 12, 0) 0%, #0b0b0c 100%);
}
@media only screen and (min-width: 1921px) {
  .hero__background-image:before,
  .hero__background-video:before,
  .hero__background-image:after,
  .hero__background-video:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 400px;
    z-index: 1;
    pointer-events: none;
  }
  .hero__background-image:before,
  .hero__background-video:before {
    right: auto;
    background: -webkit-gradient(linear, right top, left top, from(rgba(11, 11, 12, 0)), to(#0b0b0c));
    background: linear-gradient(270deg, rgba(11, 11, 12, 0) 0%, #0b0b0c 100%);
  }
  .overlay .hero__background-image:before,
  .overlay .hero__background-video:before {
    background: -webkit-gradient(linear, right top, left top, from(rgba(11, 11, 12, 0)), to(#0b0b0c));
    background: linear-gradient(270deg, rgba(11, 11, 12, 0) 0%, #0b0b0c 100%);
  }
  .hero__background-image:after,
  .hero__background-video:after {
    left: auto;
    background: -webkit-gradient(linear, left top, right top, from(rgba(11, 11, 12, 0)), to(#0b0b0c));
    background: linear-gradient(90deg, rgba(11, 11, 12, 0) 0%, #0b0b0c 100%);
  }
  .overlay .hero__background-image:after,
  .overlay .hero__background-video:after {
    background: -webkit-gradient(linear, left top, right top, from(rgba(11, 11, 12, 0)), to(#0b0b0c));
    background: linear-gradient(90deg, rgba(11, 11, 12, 0) 0%, #0b0b0c 100%);
  }
}
.hero--content-page .hero__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.hero--content-page .hero__title h1 {
  margin-bottom: 0;
  margin-top: 0;
}
.hero--content-page .hero__title--promoted h1 {
  font-weight: 600;
  line-height: 1.1;
  font-size: 3.2rem;
}
@media only screen and (min-width: 321px) {
  .hero--content-page .hero__title--promoted h1 {
    font-weight: 700;
    font-size: 4rem;
  }
}
@media only screen and (min-width: 769px) {
  .hero--content-page .hero__title--promoted h1 {
    letter-spacing: -0.24rem;
    font-size: 6.4rem;
  }
}
.hero--content-page .hero__title-buttons {
  margin-left: 1.6rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.hero--content-page .hero__title-buttons > span {
  margin-left: 0.8rem;
}
.hero--content-page .hero__playback {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  min-height: 22.4rem;
  margin-bottom: 4.8rem;
  position: relative;
}
.hero--content-page .playback {
  position: absolute;
  left: 0;
  right: 0;
  top: 35%;
  -webkit-transform: translateY(-35%);
          transform: translateY(-35%);
}
.hero--content-page .metadata {
  margin-top: 0.56rem;
}
.hero__player {
  position: relative;
  margin-bottom: 2.4rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 769px) {
  .hero__player {
    max-width: 928px;
  }
}
@media only screen and (min-width: 1025px) {
  .hero__player {
    max-width: 982px;
  }
}
@media only screen and (min-width: 1367px) {
  .hero__player {
    max-width: 1174px;
  }
}
@media only screen and (min-width: 1601px) {
  .hero__player {
    max-width: 1476px;
  }
}
@media only screen and (min-width: 769px) {
  .hero__player {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media only screen and (min-width: 1025px) {
  .hero__player {
    padding-left: 27px;
    padding-right: 27px;
  }
}
.foo-tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 3.2rem;
}
.foo-tabs > div > div {
  margin-top: 0;
}
.foo-tabs > div:first-child {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
@-webkit-keyframes hero-hide-mute {
  0% {
    opacity: 1;
  }
  97% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes hero-hide-mute {
  0% {
    opacity: 1;
  }
  97% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes hero-hide-play {
  0% {
    opacity: 0.75;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.25);
            transform: scale(1.25);
  }
}
@keyframes hero-hide-play {
  0% {
    opacity: 0.75;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.25);
            transform: scale(1.25);
  }
}
@-webkit-keyframes hero-hide-pause {
  0% {
    opacity: 0.75;
    -webkit-transform: scale(1.25);
            transform: scale(1.25);
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes hero-hide-pause {
  0% {
    opacity: 0.75;
    -webkit-transform: scale(1.25);
            transform: scale(1.25);
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.hero--video .hero__background {
  z-index: 1;
}
.hero--video .hero__content {
  z-index: 2;
}
.hero__background-video-wrapper {
  position: relative;
  padding-top: 56.25%;
}
.hero__background-video-element {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.hero__video-mute,
.hero__video-play {
  z-index: 555;
}
.hero__video-mute {
  position: absolute;
  right: 0;
  bottom: 1.776rem;
  font-size: 1.232rem;
  line-height: 1.504rem;
  text-transform: uppercase;
}
.hero__video-mute .button2.button--icon {
  margin-left: 1.328rem;
}
.hero__video-mute .svgicon--mute,
.hero__video-mute .svgicon--unmute {
  fill: #ffffff;
}
.hero__video-mute-wrapper {
  position: relative;
}
.hero__video-mute-text {
  opacity: 0;
  margin: 0 0.8rem 0 0;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-name: hero-hide-mute;
          animation-name: hero-hide-mute;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
}
.hero__video-play {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.hero__video-play .svgicon--play,
.hero__video-play .svgicon--pause {
  fill: #ffffff;
  width: 11.2rem;
  height: 11.2rem;
  opacity: 0;
  -webkit-animation-duration: 0.35s;
          animation-duration: 0.35s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
}
.hero__video-play .svgicon--play {
  -webkit-animation-name: hero-hide-play;
          animation-name: hero-hide-play;
}
.hero__video-play .svgicon--pause {
  -webkit-animation-name: hero-hide-pause;
          animation-name: hero-hide-pause;
}
.hero__video-play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-25%, -25%, 0);
          transform: translate3d(-25%, -25%, 0);
}
.hero__video-controls {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: calc(25% + 5.6rem);
}
@media only screen and (min-width: 769px) {
  .hero__video-controls {
    padding-top: calc(25% + 5.6rem + 3.2rem);
  }
}
.product {
  z-index: 1;
  width: 22.4rem;
  position: relative;
  min-width: 20rem;
}
@media only screen and (orientation:landscape) {
  .product {
    min-width: 22.4rem;
  }
}
@media only screen and (min-width: 569px) {
  .product {
    min-width: 22.4rem;
  }
}
.product .product__label {
  background-color: #242424;
}
.product .product__icon .svgicon {
  stroke: #242424;
}
.product .product__access-info-button > button {
  color: #242424;
  text-decoration: underline;
  font-weight: 700;
}
.product--price-conditions {
  min-width: 23.008rem;
}
.product__inner {
  background-color: #ffffff;
  color: #0b0b0c;
  position: relative;
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
  border: 0.17776rem solid #ffffff;
}
.product--news.product--active-order .product__inner,
.product--news.product--expired .product__inner {
  border: 0.17776rem solid #d657a3;
}
.product--news .product__label {
  background-color: #d657a3;
}
.product--news .product__icon .svgicon {
  stroke: #d657a3;
}
.product--film-serier.product--active-order .product__inner,
.product--film-serier.product--expired .product__inner {
  border: 0.17776rem solid #b257d6;
}
.product--film-serier .product__label {
  background-color: #b257d6;
}
.product--film-serier .product__icon .svgicon {
  stroke: #b257d6;
}
.product--film-serier-sport.product--active-order .product__inner,
.product--film-serier-sport.product--expired .product__inner {
  border: 0.17776rem solid #5785d6;
}
.product--film-serier-sport .product__label {
  background-color: #5785d6;
}
.product--film-serier-sport .product__icon .svgicon {
  stroke: #5785d6;
}
.product--sport.product--active-order .product__inner,
.product--sport.product--expired .product__inner {
  border: 0.17776rem solid #5a57d6;
}
.product--sport .product__label {
  background-color: #5a57d6;
}
.product--sport .product__icon .svgicon {
  stroke: #5a57d6;
}
.product--sport-premium.product--active-order .product__inner,
.product--sport-premium.product--expired .product__inner {
  border: 0.17776rem solid #37003c;
}
.product--sport-premium .product__label {
  background-color: #37003c;
}
.product--sport-premium .product__icon .svgicon {
  fill: #37003c;
}
.product--total.product--active-order .product__inner,
.product--total.product--expired .product__inner {
  border: 0.17776rem solid #57d6a3;
}
.product--total .product__label {
  background-color: #57d6a3;
}
.product--total .product__icon .svgicon {
  stroke: #57d6a3;
}
.product--hvod.product--active-order .product__inner,
.product--hvod.product--expired .product__inner {
  border: 0.17776rem solid #0b0b0c;
}
.product--hvod .product__label {
  background-color: #0b0b0c;
}
.product--hvod .product__icon .svgicon {
  stroke: #0b0b0c;
}
.product--rental.product--active-order .product__inner,
.product--rental.product--expired .product__inner {
  border: 0.17776rem solid #F38181;
}
.product--rental .product__label {
  background-color: #F38181;
}
.product--rental .product__icon .svgicon {
  stroke: #F38181;
}
.product--expired .product__inner {
  border: 0.17776rem solid #a0a0a0;
  color: #a0a0a0;
}
.product--expired .product__inner * {
  color: #a0a0a0;
}
.product--expired .product__label {
  background-color: #a0a0a0;
  border: 0.17776rem solid #a0a0a0;
  color: white;
}
.product--expired .product__icon .svgicon .fill {
  fill: #a0a0a0;
}
.product--expired .product__icon .svgicon .stroke {
  stroke: #a0a0a0;
}
.product__label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  color: white;
  text-align: center;
  font-weight: 500;
  font-size: 1.2rem;
  height: 2.4rem;
  line-height: 2.4rem;
  text-transform: uppercase;
}
.product__name {
  font-size: 1.92rem;
  font-weight: 300;
  line-height: 1.275;
  height: 6.144rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  padding-right: 2.4rem;
  padding-left: 2.4rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.product__name .hvod-info {
  font-size: 1.36rem;
  text-align: center;
}
.product__price {
  font-size: 1.4rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0.56rem;
  padding-right: 0.56rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 2.4rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.product__price-amount {
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 2.4rem;
}
.product__price-unit {
  color: #0b0b0c;
  font-style: italic;
  font-size: 1.1rem;
  margin-left: 0.6rem;
}
.product__price-conditions {
  font-size: 1.1rem;
  margin-top: 1.2rem;
  margin-bottom: 0;
  height: 3.2rem;
  font-style: italic;
  text-align: center;
  font-weight: 500;
  color: #a0a0a0;
}
.product__price-conditions > span {
  display: block;
}
.product .product__icon {
  margin-bottom: 1.6rem;
  width: 100%;
  height: 4rem;
}
.product .product__icon .svgicon {
  width: 100%;
  height: 100%;
}
.product__access-info-button {
  text-align: center;
  height: 1.95rem;
  margin-bottom: 1.6rem;
}
.product__access-info-button > button {
  font-weight: 500;
  font-size: 1.3rem;
  line-height: 1.5;
}
.product__features {
  font-size: 1.2rem;
  text-align: left;
  list-style-type: none;
  padding-right: 2.4rem;
  padding-left: 2.4rem;
  line-height: 2;
  margin-bottom: 0.8rem;
  margin-top: 2.4rem;
}
.product__features-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.product__features-item .svgicon {
  width: 0.8rem;
  height: 0.8rem;
  margin-right: 0.8rem;
}
.product__features-item--off {
  color: #bebebe;
}
.product__features-item--off .svgicon {
  fill: #bd0338;
}
.product--expired .svgicon {
  fill: #a0a0a0;
}
.product__features-item--on {
  color: #000000;
}
.product__features-item--on .svgicon {
  fill: #0e8017;
}
.product__features-toggle {
  text-align: center;
}
.product__features-toggle-button {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.product__features-toggle-button:focus {
  outline: 1px dotted #ddd;
}
.product__features-toggle-button-text {
  font-size: 1.5rem;
  font-weight: 100;
  color: #0b0b0c;
}
.product__features-toggle-button-icon,
.product__features-toggle-button-icon .svgicon {
  width: 1.4rem;
  height: 1.4rem;
}
.product__features-toggle-button-icon .svgicon {
  margin-top: 0.24rem;
  display: block;
  fill: #ff7e00;
}
.product__button {
  text-align: center;
}
.product__button .button2 {
  width: 11.84rem;
  padding: 0 0.8rem;
}
.product__button .button2 > span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.product__button-text {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.product__button-text--unchecked {
  display: block;
}
.product--selected .product__button-text--unchecked {
  display: none;
}
.product__button-text--checked {
  display: none;
}
.product--selected .product__button-text--checked {
  display: block;
}
.step-form {
  width: 100%;
  min-height: 100vh;
}
.step-form > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100%;
}
.step-form .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.step-form .fade-enter {
  opacity: 0;
}
.step-form .fade-enter.fade-enter-active {
  opacity: 1;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.step-form .fade-exit {
  opacity: 1;
}
.step-form .fade-exit.fade-exit-active {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.step-form .button-new-container {
  margin-top: 0;
}
.step-form__height {
  position: relative;
  -webkit-transition: height 0.5s ease;
  transition: height 0.5s ease;
}
.step-form__height .step-form__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.step-form__skip-step {
  opacity: 0.5;
  padding: 0 0 0.24rem;
  font-size: 1.36rem;
  font-weight: 500;
  border-bottom: 1px solid currentColor;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.no-touch .step-form__skip-step:hover {
  opacity: 1;
  color: #ffffff;
}
.step-form__progress {
  overflow: hidden;
  margin: 0 auto;
  width: 100%;
  max-width: 36.8rem;
  background: rgba(237, 237, 237, 0.25);
  border-radius: 0.448rem;
}
.step-form__progress__bar {
  height: 0.352rem;
  background: #75FFBC;
  -webkit-transition: width 0.2s ease;
  transition: width 0.2s ease;
}
.step-form__background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}
.step-form__background--user {
  background: linear-gradient(135deg, #53B4B0, #29525A);
}
.step-form__background--category {
  background: #0b0b0c;
}
.step-form__content--user {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.step-form__content--user ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-block;
}
.step-form__content--user li {
  display: inline-block;
}
.step-form__content--user .field {
  margin: 0;
}
@media only screen and (min-width: 769px) {
  .step-form__content--user .field {
    margin: 0 2.656rem;
  }
}
.step-form__content--user .input {
  background: transparent;
  border-bottom: 2px solid #FFFFFF;
}
.step-form__content--user .step__text {
  line-height: 1.15;
}
@media only screen and (min-width: 1601px) {
  .step-form__content--user .step__text {
    line-height: inherit;
  }
}
.step-form__content--user .step__help-text {
  font-size: 1.92rem;
  margin-top: 3.2rem;
  font-style: italic;
}
.step-form__content--user .step__text,
.step-form__content--user .input--text,
.step-form__content--user .input--number,
.step-form__content--user .input--width {
  color: #ffffff;
  font-size: 2.84444444rem;
  font-weight: 900;
}
.step-form__content--user .step__text br,
.step-form__content--user .input--text br,
.step-form__content--user .input--number br,
.step-form__content--user .input--width br {
  display: none;
}
@media only screen and (min-width: 769px) {
  .step-form__content--user .step__text br,
  .step-form__content--user .input--text br,
  .step-form__content--user .input--number br,
  .step-form__content--user .input--width br {
    display: inline;
  }
}
@media only screen and (min-width: 569px) {
  .step-form__content--user .step__text,
  .step-form__content--user .input--text,
  .step-form__content--user .input--number,
  .step-form__content--user .input--width {
    font-size: 3.84rem;
  }
}
@media only screen and (min-width: 1601px) {
  .step-form__content--user .step__text,
  .step-form__content--user .input--text,
  .step-form__content--user .input--number,
  .step-form__content--user .input--width {
    font-size: 4.256rem;
  }
}
.step-form__content--user .input--text {
  min-width: 100%;
  text-align: center;
  max-width: 100%;
}
.step-form__content--user .input--text::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
  font-weight: 500;
  font-style: italic;
  font-size: 1.6rem;
  position: relative;
  bottom: 4px;
}
.step-form__content--user .input--text::-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
  font-weight: 500;
  font-style: italic;
  font-size: 1.6rem;
  position: relative;
  bottom: 4px;
}
.step-form__content--user .input--text:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
  font-weight: 500;
  font-style: italic;
  font-size: 1.6rem;
  position: relative;
  bottom: 4px;
}
.step-form__content--user .input--text::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
  font-weight: 500;
  font-style: italic;
  font-size: 1.6rem;
  position: relative;
  bottom: 4px;
}
.step-form__content--user .input--text::placeholder {
  color: rgba(255, 255, 255, 0.6);
  font-weight: 500;
  font-style: italic;
  font-size: 1.6rem;
  position: relative;
  bottom: 4px;
}
@media only screen and (min-width: 569px) {
  .step-form__content--user .input--text::-webkit-input-placeholder {
    bottom: 0;
  }
  .step-form__content--user .input--text::-moz-placeholder {
    bottom: 0;
  }
  .step-form__content--user .input--text:-ms-input-placeholder {
    bottom: 0;
  }
  .step-form__content--user .input--text::-ms-input-placeholder {
    bottom: 0;
  }
  .step-form__content--user .input--text::placeholder {
    bottom: 0;
  }
}
@media only screen and (min-width: 569px) {
  .step-form__content--user .input--text {
    min-width: 28.8rem;
  }
}
@media only screen and (min-width: 769px) {
  .step-form__content--user .input--text {
    text-align: left;
  }
}
.step-form__content--user .input--number {
  min-width: 9.6rem;
}
.step-form__content--user .input--width {
  position: absolute;
  visibility: hidden;
  pointer-events: none;
  white-space: nowrap;
}
.step-form__content--user .button2:not(.button--icon) {
  max-width: 38.208rem;
  width: 100%;
}
.step-form__content--user .field--text {
  max-width: 100%;
}
@media only screen and (min-width: 769px) {
  .step-form__content--user .field--text {
    display: inline-block;
    width: auto;
  }
}
.step-form__content--user .field--error {
  position: relative;
}
.step-form__content--user .field--error .message {
  position: absolute;
  font-size: 1.2rem;
  line-height: 1.8rem;
  top: 100%;
  left: 0;
  padding-top: 0.56rem;
  margin: 0;
}
.step-form__content--user .field--error .message > li::before {
  content: '\2022   ';
  color: #bd0338;
}
.step-form__content--category {
  text-align: center;
}
.step-form__content--category .hero {
  width: 100%;
  height: 100%;
  padding-top: 0;
}
.step-form__content--category .hero__content {
  min-height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.step-form__content--category .hero__video-mute {
  bottom: 0;
}
.step-form__content--category .hero__background-container .lazy-image {
  background-size: cover;
  -webkit-transition: opacity 0.8s;
  transition: opacity 0.8s;
}
.step-form__content--category .hero__background-image-spacer,
.step-form__content--category .hero__background-video-wrapper {
  padding-top: 56.25%;
}
@media only screen and (min-width: 769px) {
  .step-form__content--category .hero__background-image-spacer,
  .step-form__content--category .hero__background-video-wrapper {
    padding-top: 42.85714286%;
  }
  .step-form__content--category .hero__background-image-spacer .hero__background-video-element,
  .step-form__content--category .hero__background-video-wrapper .hero__background-video-element {
    height: auto;
  }
}
.step-form__content--category .hero__background-image-spacer .hero__background-video-element,
.step-form__content--category .hero__background-video-wrapper .hero__background-video-element {
  height: 100%;
}
.step-form__content--category .hero__background:after,
.step-form__content--category .hero__background-container:after {
  height: 100%;
}
@media only screen and (min-width: 769px) {
  .step-form__content--category .hero__background:after,
  .step-form__content--category .hero__background-container:after {
    height: 64rem;
  }
}
.step-form__content--category .branding-logo-wrapper {
  opacity: 0;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.step-form__content--category .branding-logo {
  position: absolute;
  bottom: 100%;
  left: 0;
}
.step-form__content--category .step__text--wrapper,
.step-form__content--category .step__text {
  display: inline-block;
}
.step-form__content--category .step__text--wrapper {
  position: relative;
  margin-top: 6.4rem;
}
@media only screen and (min-width: 769px) {
  .step-form__content--category .step__text--wrapper {
    margin-top: 0;
  }
}
.step-form__content--category .step__text {
  margin: 0 0 1.6rem;
  font-size: 3.2rem;
  font-weight: 900;
  line-height: 1;
}
@media only screen and (min-width: 569px) {
  .step-form__content--category .step__text {
    margin: 0 0 2.576rem;
    font-size: 8.8rem;
  }
}
.step-form__content--category .step-form__form {
  margin-bottom: 5.68rem;
}
.step-form__content--category .step-form__form.overlay__spacing {
  margin-top: 8.8rem;
}
@media only screen and (min-width: 569px) {
  .step-form__content--category .step-form__form.overlay__spacing {
    margin-top: 12rem;
  }
}
.step-form__content--category .button-new-container {
  margin-bottom: 9.2vmin;
}
.step-form__step--category__metadata {
  min-height: 17.47rem;
  padding: 0 0 3.2rem;
  overflow: auto;
}
.step-form__step--category__stats,
.step-form__step--category__info {
  list-style: none;
  padding: 0;
}
.step-form__step--category__stats > li,
.step-form__step--category__info > li {
  display: inline-block;
  width: 33%;
  text-align: center;
}
@media only screen and (min-width: 569px) {
  .step-form__step--category__stats > li,
  .step-form__step--category__info > li {
    padding: 0 2.48rem;
    min-width: 13.328rem;
    width: auto;
  }
}
.step-form__step--category__stats > li + li,
.step-form__step--category__info > li + li {
  border-left: 1px solid rgba(151, 151, 151, 0.3);
}
.step-form__step--category__stats > li *:nth-child(1) {
  color: #75FFBC;
  font-size: 1.92rem;
  font-weight: 700;
  line-height: 3.152rem;
}
@media only screen and (min-width: 569px) {
  .step-form__step--category__stats > li *:nth-child(1) {
    font-size: 4.256rem;
    line-height: 4.432rem;
  }
}
.step-form__step--category__stats > li *:nth-child(2) {
  font-size: 1.36rem;
  font-weight: 500;
}
@media only screen and (min-width: 569px) {
  .step-form__step--category__stats > li *:nth-child(2) {
    font-size: 1.6rem;
  }
}
.step-form__step--category__info {
  padding-top: 1.6rem;
  margin-top: 0;
  margin-bottom: 0;
}
@media only screen and (min-width: 569px) {
  .step-form__step--category__info {
    margin-top: 1.12rem;
    margin-bottom: 1.12rem;
  }
}
.step-form__step--category__info > li {
  color: #75FFBC;
  font-size: 1.6rem;
  font-weight: 700;
  display: block;
  width: 100%;
}
.step-form__step--category__info > li:not(:last-child) {
  margin-bottom: 0.8rem;
}
@media only screen and (min-width: 769px) {
  .step-form__step--category__info > li {
    display: inline-block;
    width: auto;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 768px) {
  .step-form__step--category__info > li + li {
    border-left: none;
  }
}
@-webkit-keyframes step-load__spinner {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  75% {
    -webkit-transform: translateX(200%);
            transform: translateX(200%);
  }
  100% {
    -webkit-transform: translateX(200%);
            transform: translateX(200%);
  }
}
@keyframes step-load__spinner {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  75% {
    -webkit-transform: translateX(200%);
            transform: translateX(200%);
  }
  100% {
    -webkit-transform: translateX(200%);
            transform: translateX(200%);
  }
}
.step-form__content--loading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: -webkit-gradient(linear, left top, right bottom, from(transparent), to(#71c9c1));
  background: linear-gradient(to bottom right, transparent, #71c9c1);
}
.step-load__spinner {
  position: relative;
  width: 100%;
  height: 0.352rem;
  max-width: 36.8rem;
  margin: 5.68rem auto 0 auto;
  background: rgba(237, 237, 237, 0.25);
  border-radius: 0.448rem;
  overflow: hidden;
}
.step-load__spinner::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #75FFBC;
  -webkit-animation: step-load__spinner 2s infinite cubic-bezier(0.45, 0, 0.4, 1);
          animation: step-load__spinner 2s infinite cubic-bezier(0.45, 0, 0.4, 1);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-direction: normal;
          animation-direction: normal;
}
.step-form-paging {
  max-width: 50rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin: 1.68rem auto 0 auto;
}
@media only screen and (min-width: 769px) {
  .step-form-paging {
    margin-top: 4.88rem;
  }
}
.step-form-paging__step {
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}
.step-form-paging__step .svgicon {
  fill: #ffffff;
  width: 50%;
  height: 50%;
}
.step-form-paging__step--prev .svgicon {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.step-form-paging__step--progress {
  padding: 0 3.2rem;
  width: 100%;
}
.step-form-paging__button {
  background: inherit;
  width: 4.4rem;
  height: 4.4rem;
}
.step-form-paging__button:hover:not(:disabled) .svgicon {
  fill: #cccccc;
}
.step-form-paging__button:disabled {
  cursor: default;
  opacity: 0.2;
}
.step-form__step--name {
  padding-bottom: 19.2vmin;
}
@media only screen and (min-width: 569px) {
  .step-form__step--name {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media only screen and (min-width: 769px) {
  .step-form__step--name {
    display: block;
  }
}
.step-form__step--name .step__text {
  display: inline-block;
  margin-bottom: 0.33em;
}
@media only screen and (min-width: 769px) {
  .step-form__step--name .step__text {
    margin-bottom: 0;
  }
}
@-webkit-keyframes step-form-family-icons-slide {
  0% {
    stroke-dasharray: 1353px;
    stroke-dashoffset: 1353px;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes step-form-family-icons-slide {
  0% {
    stroke-dasharray: 1353px;
    stroke-dashoffset: 1353px;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
.step-form__step--family {
  padding-bottom: 9.2vmin;
}
@media only screen and (min-width: 1367px) {
  .step-form__step--family {
    padding-top: 1.6rem;
  }
}
@media only screen and (min-width: 1601px) {
  .step-form__step--family {
    padding-top: 0;
  }
}
.step-form__step--family .step__text {
  margin: 0 0 5vmin;
}
@media only screen and (min-width: 1601px) {
  .step-form__step--family .step__text {
    margin: 0 0 10vmin;
  }
}
.step-form__step--family .input--radio {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.step-form__step--family .field__options-label {
  position: relative;
  cursor: pointer;
  width: 22%;
  min-height: 17.504rem;
  width: 47%;
  margin: 0 1.5%;
  padding: 1.92rem 1.6rem 2.88rem;
  vertical-align: top;
}
@media only screen and (min-width: 1025px) {
  .step-form__step--family .field__options-label {
    width: 22%;
    padding: 1.6rem;
    min-height: 22.304rem;
  }
}
@media only screen and (min-width: 1601px) {
  .step-form__step--family .field__options-label {
    padding: 2.832rem 1.888rem;
    min-height: 25.504rem;
  }
}
.step-form__step--family .field__options-label .field__options-input::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  border: 3px solid transparent;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
.step-form__step--family .field__options-label .input:hover + .field__options-input::after {
  background: rgba(0, 0, 0, 0.15);
}
.step-form__step--family .field__options-label--checked .input + .field__options-input::after,
.step-form__step--family .field__options-label--checked .input:hover + .field__options-input::after {
  background: rgba(0, 0, 0, 0.44);
}
@supports ((-webkit-animation: step-form-family-icons-slide 15s linear 1) or (animation: step-form-family-icons-slide 15s linear 1)) and (transition-property: stroke-dashoffset) {
  .step-form__step--family .field__options-label--checked svg {
    -webkit-animation: step-form-family-icons-slide 15s linear 1;
            animation: step-form-family-icons-slide 15s linear 1;
  }
}
.step-form__step--family .step__radio__icon,
.step-form__step--family .step__radio__icon__wrapper::before {
  display: inline-block;
  vertical-align: middle;
}
.step-form__step--family .step__radio__icon__wrapper::before {
  content: '';
  height: 100%;
}
.step-form__step--family .step__radio__icon {
  position: relative;
  width: auto;
  height: auto;
  -webkit-transform: scale(0.85);
          transform: scale(0.85);
  bottom: 0.17777778rem;
}
@media only screen and (min-width: 569px) {
  .step-form__step--family .step__radio__icon {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    bottom: 0;
  }
}
.step-form__step--family .step__radio__icon__wrapper {
  height: 7.11111111rem;
  margin: 0 auto 1.6rem auto;
}
@media only screen and (min-width: 569px) {
  .step-form__step--family .step__radio__icon__wrapper {
    height: 11.008rem;
  }
}
@media only screen and (min-width: 1367px) {
  .step-form__step--family .step__radio__icon__wrapper {
    margin-bottom: 0.8rem;
  }
}
@media only screen and (min-width: 1601px) {
  .step-form__step--family .step__radio__icon__wrapper {
    margin: 0 auto 2.16rem auto;
  }
}
.step-form__step--family .field__options-input .svgicon {
  display: none;
}
.step-form__step--family .step__radio__text {
  font-size: 1.68rem;
  font-weight: 500;
  line-height: 1.76rem;
}
@media only screen and (min-width: 569px) {
  .step-form__step--family .step__radio__text {
    font-size: 1.92rem;
    line-height: 3.456rem;
  }
}
@media only screen and (min-width: 1025px) {
  .step-form__step--family .step__radio__text {
    font-size: 2.4rem;
  }
}
@media only screen and (min-width: 1601px) {
  .step-form__step--family .step__radio__text {
    font-size: 2.832rem;
  }
}
.step-form__step--children {
  padding-bottom: 19.2vmin;
}
.step-form__step--children .field {
  display: inline-block;
}
.step-form__step--children .input {
  width: 12.4rem;
  text-align: center;
}
.step-form__step--children-age {
  padding-bottom: 19.2vmin;
}
.step-form__step--children-age .field {
  display: inline-block;
}
.step-form__step--children-age .input {
  width: 8.88rem;
  text-align: center;
}
.step-form__step--information {
  padding-bottom: 19.2vmin;
}
.step-form__content--loading {
  text-align: center;
  padding: 0 15px;
}
.step-load__categories {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-bottom: 5vmin;
}
.step-load__category {
  width: 100%;
  font-size: 1.92rem;
  font-weight: 700;
}
.step-load__message {
  font-size: 1.92rem;
}
.step-load__easter-egg {
  position: relative;
  max-width: 75%;
  margin: 4.8rem auto 0;
}
.step-load__easter-egg::before {
  content: '';
  display: block;
  padding-top: 56.25%;
}
.step-load__easter-egg iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.product-guide-modal .modal__wrapper {
  max-width: 96rem;
}
.product-guide-modal .modal__dialog {
  overflow: hidden;
  padding: 0;
}
.product-guide-modal .modal__content {
  padding: 0;
}
.product-guide-modal .product-guide-modal__wrapper {
  padding: 0;
}
.product-guide-modal .product-guide-modal__wrapper .product-guide-modal__background {
  background: #131415;
  max-height: 56rem;
  height: 80vh;
}
@media only screen and (min-width: 600px) {
  .product-guide-modal .product-guide-modal__wrapper .product-guide-modal__background {
    height: auto;
  }
}
.product-guide-modal .product-guide-modal__wrapper .product-guide-modal__image {
  width: 80%;
  margin: 0 auto;
}
@media only screen and (min-width: 600px) {
  .product-guide-modal .product-guide-modal__wrapper .product-guide-modal__image {
    width: 40%;
    margin: initial;
  }
}
@media only screen and (min-width: 1025px) {
  .product-guide-modal .product-guide-modal__wrapper .product-guide-modal__image {
    width: 45%;
  }
}
.product-guide-modal .product-guide-modal__wrapper .product-guide-modal__content {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  top: 45%;
}
@media only screen and (min-width: 321px) {
  .product-guide-modal .product-guide-modal__wrapper .product-guide-modal__content {
    top: 55%;
  }
}
@media only screen and (min-width: 600px) {
  .product-guide-modal .product-guide-modal__wrapper .product-guide-modal__content {
    top: 20%;
    -webkit-transform: translate(-20%, 0);
            transform: translate(-20%, 0);
  }
}
@media only screen and (min-width: 1025px) {
  .product-guide-modal .product-guide-modal__wrapper .product-guide-modal__content {
    top: 25%;
    -webkit-transform: translate(-15%, 0);
            transform: translate(-15%, 0);
  }
}
.product-guide-modal .product-guide-modal__wrapper .product-guide-modal__heading {
  text-align: center;
  font-size: 1.76rem;
}
@media only screen and (min-width: 321px) {
  .product-guide-modal .product-guide-modal__wrapper .product-guide-modal__heading {
    font-size: 2.08rem;
  }
}
@media only screen and (min-width: 600px) {
  .product-guide-modal .product-guide-modal__wrapper .product-guide-modal__heading {
    font-size: 2.4rem;
  }
}
@media only screen and (min-width: 769px) {
  .product-guide-modal .product-guide-modal__wrapper .product-guide-modal__heading {
    font-size: 2.72rem;
  }
}
@media only screen and (min-width: 1025px) {
  .product-guide-modal .product-guide-modal__wrapper .product-guide-modal__heading {
    font-size: 3.04rem;
  }
}
.product-guide-modal .product-guide-modal__wrapper .product-guide-modal__paragraph {
  text-align: center;
  font-size: 1.36rem;
}
@media only screen and (min-width: 321px) {
  .product-guide-modal .product-guide-modal__wrapper .product-guide-modal__paragraph {
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 569px) {
  .product-guide-modal .product-guide-modal__wrapper .product-guide-modal__paragraph {
    font-size: 1.68rem;
  }
}
@media only screen and (min-width: 600px) {
  .product-guide-modal .product-guide-modal__wrapper .product-guide-modal__paragraph {
    font-size: 1.84rem;
  }
}
@media only screen and (min-width: 769px) {
  .product-guide-modal .product-guide-modal__wrapper .product-guide-modal__paragraph {
    font-size: 1.92rem;
  }
}
@media only screen and (min-width: 1025px) {
  .product-guide-modal .product-guide-modal__wrapper .product-guide-modal__paragraph {
    font-size: 2.08rem;
  }
}
.page {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.page > .row:first-child {
  padding-top: 8rem;
}
@media only screen and (min-width: 769px) {
  .page > .row:first-child {
    padding-top: 8.8rem;
  }
}
.page__title {
  margin-top: 0;
  margin-bottom: 4.8rem;
}
.page__description {
  max-width: 100rem;
}
.page--clip .row--primary {
  padding-top: 0;
}
.page--clip .page__title {
  margin-bottom: 0;
}
.products {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.products .product {
  margin: 3.6rem 0.2rem 4.8rem 0.2rem;
}
.products .product .product__inner {
  -webkit-transition: padding 0.3s, margin 0.3s;
  transition: padding 0.3s, margin 0.3s;
}
.products .product--selected {
  z-index: 2;
}
.products .product--selected .product__inner {
  -webkit-box-shadow: 4px 4px 15px 0 rgba(0, 0, 0, 0.17);
          box-shadow: 4px 4px 15px 0 rgba(0, 0, 0, 0.17);
  margin: -0.57776rem;
  padding-top: 2.17776rem;
  padding-bottom: 2.17776rem;
  padding-right: 0.57776rem;
  padding-left: 0.57776rem;
}
.products__container {
  padding-left: 4.6rem;
  padding-right: 4.6rem;
  scroll-behavior: smooth;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
  overflow: hidden;
  overflow-x: auto;
}
@media only screen and (min-width: 769px) {
  .products__container {
    padding-left: 0.77776rem;
    padding-right: 0.77776rem;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    overflow: visible;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.products__container .products__container-fake-item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 4.6rem;
      -ms-flex: 0 0 4.6rem;
          flex: 0 0 4.6rem;
}
@media only screen and (min-width: 769px) {
  .products__container .products__container-fake-item {
    display: none;
  }
}
.product-category-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 16px;
  padding-right: 16px;
}
@media only screen and (min-width: 1025px) {
  .product-category-links {
    padding-left: 27px;
    padding-right: 27px;
  }
}
.product-category-links__link {
  margin: 0 1.2rem;
}
@media only screen and (min-width: 321px) {
  .product-category-links__link {
    margin: 0 1.6rem;
  }
}
@media only screen and (min-width: 1025px) {
  .product-category-links__link {
    margin: 0 3.2rem;
  }
}
.product-category-links__link:first-child {
  margin-left: 0;
}
.product-category-links__link:last-child {
  margin-right: 0;
}
.form.form--product-category-select {
  padding: 0 0.8rem;
}
.form.form--product-category-select .field {
  margin: 2.4rem auto 0;
  max-width: 56rem;
}
.form.form--product-category-select .field .input--select {
  border-color: transparent;
  font-weight: 500;
  -webkit-transition: background-color 0.3s 0.2s;
  transition: background-color 0.3s 0.2s;
}
.purchase-flow {
  position: relative;
  z-index: 1;
}
.purchase-flow__step {
  position: relative;
}
.purchase-flow__step--active {
  z-index: 9;
}
.purchase-flow__header {
  font-weight: 500;
  opacity: 1;
  font-size: 1.6rem;
}
@media only screen and (min-width: 569px) {
  .purchase-flow__header {
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 769px) {
  .purchase-flow__header {
    font-size: 2rem;
  }
}
.purchase-flow__step--active .purchase-flow__header {
  background-color: transparent;
  border-bottom-color: transparent;
}
.purchase-flow__header > .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
}
@media only screen and (min-width: 569px) {
  .purchase-flow__header > .container {
    padding-top: 1.6rem;
    padding-bottom: 1.6rem;
  }
}
.purchase-flow__header > .container > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.purchase-flow__header > .container > div:first-child {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.purchase-flow__header > .container > div:last-child {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}
.purchase-flow__header--clickable:hover {
  cursor: pointer;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.purchase-flow__header-number {
  border-radius: 50%;
  border: 2px solid white;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: white;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 1.6rem;
  width: 2.6rem;
  height: 2.6rem;
}
@media only screen and (min-width: 321px) {
  .purchase-flow__header-number {
    width: 3.2rem;
    height: 3.2rem;
    font-size: 2rem;
  }
}
@media only screen and (min-width: 569px) {
  .purchase-flow__header-number {
    width: 4rem;
    height: 4rem;
    font-size: 2.4rem;
  }
}
.purchase-flow__header--completed:not(.purchase-flow__header--active) .purchase-flow__header-number {
  background: white;
  color: black;
}
.purchase-flow__header-title {
  color: white;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.4;
}
@media only screen and (min-width: 600px) {
  .purchase-flow__header-title {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.purchase-flow__header-pre-title {
  margin-right: 0.48rem;
  font-weight: 300;
}
@media only screen and (max-width: 568px) {
  .purchase-flow__header-pre-title {
    font-size: 1.36rem;
  }
}
.purchase-flow__body {
  position: relative;
  padding-bottom: 1.6rem;
}
@media only screen and (min-width: 1025px) {
  .purchase-flow__body {
    padding-bottom: 3.2rem;
  }
}
.purchase-flow__login {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1.6rem;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media only screen and (min-width: 769px) {
  .purchase-flow__login {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.purchase-flow__login .link {
  margin-left: 0.8rem;
}
.purchase-flow__choose-product {
  padding-top: 5.6rem;
}
@media only screen and (min-width: 769px) {
  .purchase-flow__choose-product {
    padding-top: 6.72rem;
  }
}
.purchase-flow__choose-product .purchase-flow__header {
  -webkit-transition: background-color 0.2s, opacity 0.2s;
  transition: background-color 0.2s, opacity 0.2s;
}
.purchase-flow__choose-product .purchase-flow__header-title {
  max-width: 105px;
}
@media only screen and (min-width: 360px) {
  .purchase-flow__choose-product .purchase-flow__header-title {
    max-width: 115px;
  }
}
@media only screen and (min-width: 375px) {
  .purchase-flow__choose-product .purchase-flow__header-title {
    max-width: 130px;
  }
}
@media only screen and (min-width: 400px) {
  .purchase-flow__choose-product .purchase-flow__header-title {
    max-width: 160px;
  }
}
@media only screen and (min-width: 440px) {
  .purchase-flow__choose-product .purchase-flow__header-title {
    max-width: initial;
  }
}
.purchase-flow__choose-product .purchase-flow__header-title .hvod-info {
  font-size: 1.36rem;
  margin-left: 0;
}
@media only screen and (min-width: 569px) {
  .purchase-flow__choose-product .purchase-flow__header-title .hvod-info {
    margin-left: 0.32rem;
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 769px) {
  .purchase-flow__choose-product .purchase-flow__header-title .hvod-info {
    font-size: 2rem;
  }
}
.purchase-flow__choose-product .purchase-flow__header-main-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media only screen and (min-width: 569px) {
  .purchase-flow__choose-product .purchase-flow__header-main-title {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.purchase-flow__choose-product .purchase-flow__header--completed .purchase-flow__header-main-title {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.purchase-flow__choose-product .purchase-flow__header--completed .hvod-info {
  margin-left: 0.32rem;
}
.purchase-flow__choose-product .purchase-flow__header--completed .purchase-flow__header-title {
  max-width: none;
}
.purchase-flow__choose-product.purchase-flow__step--active .purchase-flow__header-number {
  border-color: white;
}
.purchase-flow__choose-product-intro-text {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
  text-align: center;
  max-width: 1024px;
}
@media only screen and (min-width: 769px) {
  .purchase-flow__choose-product-intro-text {
    max-width: 928px;
  }
}
@media only screen and (min-width: 1025px) {
  .purchase-flow__choose-product-intro-text {
    max-width: 982px;
  }
}
@media only screen and (min-width: 1367px) {
  .purchase-flow__choose-product-intro-text {
    max-width: 1174px;
  }
}
@media only screen and (min-width: 1601px) {
  .purchase-flow__choose-product-intro-text {
    max-width: 1476px;
  }
}
.purchase-flow__choose-product-intro-text:before,
.purchase-flow__choose-product-intro-text:after {
  content: ' ';
  display: table;
}
.purchase-flow__choose-product-intro-text:after {
  clear: both;
}
.purchase-flow__choose-product-intro-text:after {
  content: '';
  display: table;
  clear: both;
}
@media only screen and (min-width: 1025px) {
  .purchase-flow__choose-product-intro-text {
    padding-left: 27px;
    padding-right: 27px;
  }
}
@media only screen and (min-width: 569px) {
  .purchase-flow__choose-product-intro-text {
    margin-top: -1.6rem;
  }
}
.purchase-flow__choose-product-intro-text p {
  color: white;
  font-size: 1.36rem;
  line-height: 2.2rem;
  text-align: left;
  margin: 0;
  margin-left: 4.2rem;
}
@media only screen and (min-width: 321px) {
  .purchase-flow__choose-product-intro-text p {
    margin-left: 4.8rem;
  }
}
@media only screen and (min-width: 569px) {
  .purchase-flow__choose-product-intro-text p {
    font-size: 1.6rem;
    margin-left: 5.6rem;
  }
}
.purchase-flow__user .purchase-flow__body > .container {
  max-width: 57.6rem;
}
@media only screen and (min-width: 769px) {
  .purchase-flow__user .purchase-flow__body > .container {
    max-width: 89.6rem;
  }
}
.purchase-flow__step-button {
  margin: 2.4rem 0 0;
  text-align: center;
}
.modal--access-info h2 {
  text-align: center;
}
.modal--access-info .collapse__header h3 {
  font-weight: 300;
  font-size: 2.08rem;
  margin: 0;
}
@media only screen and (min-width: 769px) {
  .modal--access-info .collapse__header h3 {
    font-size: 2.4rem;
  }
}
.modal--access-info .highlight-text {
  color: #ffc78e;
}
.modal--access-info .add-on-included {
  color: #84f2ad;
}
.modal--access-info .add-on-terms {
  font-size: 1.36rem;
  margin-top: 2.72rem;
  color: #ffc78e;
}
.purchase-page__error {
  margin: 0 auto;
  max-width: 80rem;
}
.purchase-page__error .purchase-page__icon {
  text-align: center;
  padding-top: 1.6rem;
  margin-bottom: 1.6rem;
}
.purchase-page__error .purchase-page__icon .svgicon {
  width: 8.75rem;
  height: 8.75rem;
}
@media only screen and (min-width: 769px) {
  .purchase-page__error .purchase-page__icon .svgicon {
    width: 12.5rem;
    height: 12.5rem;
  }
}
.payment-section {
  max-width: 70rem;
  margin: 0 auto;
}
.payment-section__container {
  position: relative;
  background: #1a1a1a;
  padding: 3.2rem;
}
@media only screen and (min-width: 1025px) {
  .payment-section__container {
    padding-bottom: -1.6rem;
  }
}
.payment-section__heading {
  margin: 0 0 3.2rem 0;
  font-size: 2.5008rem;
  font-weight: 500;
}
.payment-section__sub-heading {
  margin: 0 0 0.8rem 0;
  font-size: 1.8rem;
  font-weight: 500;
}
.payment-section__footer {
  text-align: center;
  font-style: italic;
  font-size: 1.5rem;
  margin: 4.4rem 1.6rem 0 1.6rem;
}
@media only screen and (min-width: 769px) {
  .payment-section__footer {
    margin: 7.6rem 0 0 0;
  }
}
.payment-section__form .field__options-label {
  margin-top: 0.8rem;
}
.purchase-price__text--current {
  text-transform: lowercase;
  font-size: small;
}
.purchase-price__text--conditional {
  font-style: italic;
  min-height: 2.8em;
  margin-left: 3.84rem;
}
.purchase-price__text--current {
  color: lightgrey;
  margin-left: 0.48rem;
}
.payment-provider__summary-text {
  padding: 1.6rem;
}
.payment-provider__unsupported-payment-provider {
  margin-bottom: 1.6rem;
}
.payment-provider__purchase-details-wrapper .payment-provider__summary-text {
  padding: 1.6rem 0 0 0;
  margin-bottom: 0.32rem;
}
.payment-provider__summary-text--discount {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.6rem 0;
}
.payment-provider__summary-text--discount > * {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}
@media only screen and (min-width: 569px) {
  .payment-provider__summary-text--discount > * {
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
    text-align: left;
  }
}
@media only screen and (max-width: 568px) {
  .payment-provider__summary-text--discount .payment-provider__purchase-details-button {
    margin-bottom: 1.6rem;
  }
}
.payment-provider__purchase-iframe-modal .modal__dialog {
  background-color: #ebebeb;
  margin: 0;
  padding: 0;
}
.payment-provider__summary-text--discount p {
  text-transform: lowercase;
  margin-bottom: 0.32rem;
}
.payment-provider__summary-text--discount p:first-letter {
  text-transform: uppercase;
}
.payment-section__payment-card .payment-card {
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.6rem;
}
@media only screen and (min-width: 569px) {
  .payment-section__payment-card .payment-card {
    margin-top: 0;
    margin-left: auto;
    margin-right: 0;
  }
}
/* Purchase details */
.receipt-preview-text {
  margin-bottom: 3.2rem;
  color: #ededed;
}
.receipt-preview {
  line-height: 1;
  font-size: 1.36rem;
  margin-bottom: 3.2rem;
}
.receipt-preview:last-child {
  margin-bottom: 0;
}
.receipt-preview thead {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.receipt-preview caption {
  margin-bottom: 0.8rem;
  text-transform: uppercase;
  border-bottom: 1px solid #3e3f42;
  color: #ededed;
}
.receipt-preview caption,
.receipt-preview th {
  font-weight: 700;
}
.receipt-preview th,
.receipt-preview td {
  color: #a0a0a0;
  font-weight: 500;
}
.receipt-preview th:last-child,
.receipt-preview td:last-child {
  text-align: right;
}
.receipt-preview > tfoot > tr > th:first-child,
.receipt-preview > tfoot > tr > td:first-child {
  padding-left: 0;
}
.receipt-preview > tfoot > tr > th:last-child,
.receipt-preview > tfoot > tr > td:last-child {
  padding-right: 0;
}
.receipt-preview > tfoot > tr > td:first-child {
  padding-left: 2.4rem;
}
.receipt-preview > tfoot > tr:last-child > th {
  border-top: 1px solid #3e3f42;
  padding: 0.96rem 0;
  font-weight: 700;
  color: #ededed;
}
.receipt-preview__text-description {
  color: lightgrey;
  font-style: italic;
  font-size: small;
  display: block;
}
@media only screen and (min-width: 321px) {
  .receipt-preview__text-description {
    margin-left: 0.48rem;
    display: inline;
  }
}
.modal--purchase-details .modal__content {
  padding: 2.4rem;
}
@media only screen and (min-width: 769px) {
  .modal--purchase-details .modal__content {
    padding: 3.2rem;
  }
}
.modal--purchase-details .modal__content > p {
  margin-top: 0.64rem;
  margin-right: 2.4rem;
}
/* Conversion diff */
.conversion-diff {
  padding-bottom: 1.12rem;
  margin-bottom: 1.92rem;
  border-bottom: 1px solid #595959;
}
.conversion-diff__heading {
  margin-bottom: 1.92rem;
  font-size: 1.8rem;
  font-weight: 500;
  color: #deae7e;
  margin-top: 0;
}
.conversion-diff__list {
  font-size: 1.76rem;
  font-weight: 300;
  text-align: left;
  list-style-type: none;
  padding: 0;
}
.conversion-diff__item {
  margin-bottom: 0.8rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.conversion-diff__item--lost {
  margin-bottom: 0;
}
.conversion-diff__icon {
  display: inline-block;
  margin-right: 0.8rem;
  margin-bottom: 0;
}
.conversion-diff__icon .svgicon {
  width: 3.2rem;
  height: 3.2rem;
  stroke: white;
}
.conversion-diff__icon .svgicon-sport-premium {
  fill: white;
}
@-webkit-keyframes voucher-field-button-slide-in {
  0% {
    visibility: hidden;
    opacity: 0;
    right: -5.2rem;
  }
  1% {
    visibility: visible;
  }
  100% {
    opacity: 1;
    right: 0.5rem;
  }
}
@keyframes voucher-field-button-slide-in {
  0% {
    visibility: hidden;
    opacity: 0;
    right: -5.2rem;
  }
  1% {
    visibility: visible;
  }
  100% {
    opacity: 1;
    right: 0.5rem;
  }
}
.voucher {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 3.2rem;
}
.voucher__field {
  width: 19.2rem;
  position: relative;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
}
.no-touch .voucher__field:not(.voucher__field--focused):hover input.voucher__field-input {
  background-color: #ededed;
}
.no-touch .voucher__field:not(.voucher__field--focused):hover .voucher__field-label {
  color: #0b0b0c;
}
.voucher__field--focused {
  width: 28.8rem;
}
.voucher__field-wrapper {
  overflow: hidden;
  position: relative;
}
input.voucher__field-input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0 1.52rem;
  width: 100%;
  background-image: none;
  display: block;
  font-size: 1.6rem;
  border: 2px solid transparent;
  height: 5.2rem;
  border-radius: 2.6rem;
  -webkit-transition: background-color 0.2s, border-radius 0.3s;
  transition: background-color 0.2s, border-radius 0.3s;
  background: none;
  border: 0.2rem solid #ffffff;
  text-align: center;
  color: #ffffff;
  cursor: pointer;
}
.voucher__field--focused input.voucher__field-input {
  border-radius: 0;
  cursor: default;
}
.voucher__field-button {
  position: absolute;
  top: 0.5rem;
  width: 4.2rem;
  height: 4.2rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  visibility: hidden;
  opacity: 0;
  right: -5.2rem;
}
.voucher__field-button > svg {
  display: block;
  width: 2.08rem;
  height: 2.08rem;
  fill: currentColor;
  -webkit-transition: width 0.3s, height 0.3s;
  transition: width 0.3s, height 0.3s;
}
.voucher__field-button:hover > svg {
  width: 2.56rem;
  height: 2.56rem;
}
.voucher__field--has-value .voucher__field-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
  visibility: visible;
  right: 0.5rem;
  -webkit-animation-name: voucher-field-button-slide-in;
          animation-name: voucher-field-button-slide-in;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
}
.voucher__field-label {
  font-size: 1.6rem;
  line-height: 5.2rem;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  -webkit-transition: color 0.2s, top 0.3s, font-size 0.3s;
  transition: color 0.2s, top 0.3s, font-size 0.3s;
  text-align: center;
  color: #ffffff;
  font-weight: 500;
  pointer-events: none;
  font-size: 1.3328rem;
}
@media only screen and (min-width: 769px) {
  .voucher__field-label {
    font-size: 1.6rem;
  }
}
.voucher__field--focused .voucher__field-label {
  line-height: 1.5;
  top: -2.5592rem;
  font-size: 1.3328rem;
  text-transform: uppercase;
}
.add-ons__heading {
  text-align: center;
  margin: 0 0 1.6rem 0;
}
.add-ons__intro-text {
  margin: 0 0 3.2rem 0;
  text-align: center;
}
.add-ons__intro-text > p {
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 2.2rem;
  text-align: center;
}
@media only screen and (min-width: 375px) {
  .add-ons__intro-text > p {
    font-size: 1.8rem;
  }
}
.add-ons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
}
@media only screen and (min-width: 569px) {
  .add-ons {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.add-on {
  width: 100%;
  max-width: 375px;
  margin: 1.6rem auto;
  border-top: 2px solid #3e3f42;
  border-bottom: 2px solid #3e3f42;
  padding: 2.4rem 1.6rem;
}
@media only screen and (min-width: 569px) {
  .add-on {
    max-width: 35.2rem;
    margin-left: 0.8rem;
    margin-right: 0.8rem;
  }
}
@media only screen and (min-width: 769px) {
  .add-on {
    margin-left: 1.6rem;
    margin-right: 1.6rem;
    max-width: 41.6rem;
  }
}
.add-on--disabled .add-on__checkbox .field__options-input {
  opacity: 0.5;
}
.add-on--disabled .add-on__checkbox .field__options-label {
  cursor: default;
}
.add-on__conditions {
  margin-top: 0.8rem;
  font-size: 1.4rem;
  color: #84f2ad;
}
@media only screen and (min-width: 769px) {
  .add-on__conditions {
    padding: 0 0 0 3.84rem;
  }
}
.add-on__terms {
  font-weight: 300;
  margin-top: 0.8rem;
  font-size: 1.4rem;
  color: #ffc78e;
}
@media only screen and (min-width: 769px) {
  .add-on__terms {
    padding: 0 0 0 3.84rem;
  }
}
.add-on__features {
  font-size: 1.5rem;
  font-weight: 500;
  list-style-type: none;
  margin: 0.8rem 0 0 0;
  padding: 0;
}
@media only screen and (min-width: 769px) {
  .add-on__features {
    padding: 0 0 0 3.84rem;
  }
}
.disabled .field__options-input {
  cursor: default;
}
.add-on__header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  margin: 0 0 1.6rem;
}
.add-on__header > * {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
}
.add-on__price {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 1.6rem 0 auto;
  line-height: 1.1;
}
.add-on__price-to-pay {
  text-align: right;
  font-size: 2.1rem;
  font-weight: 500;
  white-space: nowrap;
  margin-bottom: 0.16rem;
}
@media only screen and (min-width: 769px) {
  .add-on__price-to-pay {
    font-size: 2.5rem;
  }
}
.add-on__price-unit,
.add-on__price-different-recurring-price {
  text-align: right;
  font-weight: 300;
  font-size: 1.2rem;
  color: #a0a0a0;
  text-transform: lowercase;
  font-style: italic;
  white-space: nowrap;
}
.form .field.field--checkbox.add-on__checkbox {
  margin-bottom: 0;
}
.form .field.field--checkbox.add-on__checkbox .field__options-text {
  margin-left: 0;
}
.add-on__name {
  font-size: 2.1rem;
  margin-right: 0.8rem;
  margin-left: 0.8rem;
  line-height: 1;
}
@media only screen and (min-width: 769px) {
  .add-on__name {
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 1.1;
  }
}
.form .add-on__checkbox .field__options-input .svgicon {
  stroke: #57d6a3;
}
@-webkit-keyframes feed-item-fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes feed-item-fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cp-carousel {
  position: relative;
}
.cp-carousel .cp-pagination {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
}
.cp-carousel .cp-pagination__button {
  z-index: 3;
  position: absolute;
  top: 0;
  bottom: 0;
  pointer-events: all;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.cp-carousel .cp-pagination__button button {
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.cp-carousel:hover .cp-pagination__button button {
  opacity: 1;
}
.cp-carousel .cp-pagination__button--prev {
  left: 0;
}
.cp-carousel .cp-pagination__button--prev button {
  margin-left: 1.2rem;
}
.cp-carousel .cp-pagination__button--next {
  right: 0;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.cp-carousel .cp-pagination__button--next button {
  margin-right: 1.2rem;
}
.cp-carousel__scroll {
  scrollbar-width: none;
  padding-bottom: 1px;
}
.cp-image {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.cp-image > img,
.cp-image > span {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cp-image > img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.cp-image--loaded > img {
  opacity: 1;
}
.cp-image--portrait {
  padding-top: 150%;
}
.cp-feed__items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-left: 4.4rem;
  margin-right: 4.4rem;
}
.cp-feed__item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding: 0 1.1rem;
  max-width: 40rem;
  margin-bottom: 2.2rem;
}
.cp-feed__item-overlay {
  position: absolute;
  left: 0;
  right: 0;
}
.cp-feed__item-overlay .cp-feed-overlay {
  margin-bottom: 2.2rem;
}
.cp-feed--carousel {
  position: relative;
  margin-top: -4.8rem;
}
.cp-feed--carousel:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 4.8rem;
}
.cp-feed--carousel .cp-feed__items {
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  padding-top: 4.8rem;
}
.cp-feed--carousel .cp-feed__item {
  margin-bottom: 0;
}
.cp-feed__items .cp-carousel__gutter {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 3.9rem;
      -ms-flex: 0 0 3.9rem;
          flex: 0 0 3.9rem;
}
.cp-feed--carousel .cp-pagination {
  margin-top: 4.8rem;
}
.cp-feed--carousel .cp-pagination__button button {
  margin-bottom: 8.24rem;
}
.cp-feed--carousel.cp-feed--titles .cp-pagination__button button {
  margin-bottom: 10.64rem;
}
.cp-feed-item {
  position: relative;
  display: block;
  z-index: 1;
}
@media only screen and (min-width: 769px) {
  .cp-feed-item:hover {
    z-index: 2;
  }
  .cp-feed-item:hover .cp-feed-item__labelflap,
  .cp-feed-item:hover .cp-feed-item__label,
  .cp-feed-item:hover .cp-feed-item__title,
  .cp-feed-item:hover .cp-feed-item__sub-title,
  .cp-feed-item:hover .cp-feed-item__pre-title,
  .cp-feed-item:hover .progress {
    -webkit-transition: opacity 0.2s 0.2s;
    transition: opacity 0.2s 0.2s;
    opacity: 0;
  }
}
.cp-feed-item .progress {
  position: absolute;
  bottom: -0.8rem;
  left: 0.8rem;
  right: 0.8rem;
}
.cp-feed-item .cp-image {
  background-color: #2a2b2e;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.cp-feed-item .cp-image--loaded {
  background-color: transparent;
}
.cp-feed-item__title {
  color: #ededed;
  margin: 0 0.8rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 500;
  font-size: 1.52rem;
  line-height: 1.5;
  height: 2.4rem;
}
@media only screen and (min-width: 769px) {
  .cp-feed-item__title {
    font-size: 1.6rem;
  }
}
.cp-feed-item__sub-title {
  display: block;
  font-size: 1.36rem;
  line-height: 1.5;
  height: 2.04rem;
  color: #a0a0a0;
  margin: 0 0.8rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cp-feed-item__sub-title:first-letter {
  text-transform: uppercase;
}
.cp-feed-item__pre-title {
  position: absolute;
  left: 0.8rem;
  bottom: 0.8rem;
  max-width: 70%;
  margin-left: 0.4624rem;
  margin-right: 0.4624rem;
  color: #ededed;
  font-size: 1.36rem;
}
.cp-feed-item__pre-title span {
  -webkit-box-shadow: 0.4624rem 0 0 #2a2b2e, -0.4624rem 0 0 #2a2b2e;
          box-shadow: 0.4624rem 0 0 #2a2b2e, -0.4624rem 0 0 #2a2b2e;
  background: #2a2b2e;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
  line-height: 2.04rem;
  padding: 0.272rem 0;
  border-radius: 0.32rem;
}
.cp-feed-item__label {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 1.6rem;
  height: 3.8rem;
  border-radius: 1.9rem;
  color: #0b0b0c;
  background-color: #ededed;
  white-space: nowrap;
}
.cp-feed-item__label > span {
  display: block;
}
.cp-feed-item__label > span:first-letter {
  text-transform: uppercase;
}
.cp-feed-item__label--live {
  color: #ffffff;
  background-color: #BD0338;
}
.cp-feed-item__label-icon {
  margin: 0 -0.4rem 0 -2rem;
  width: 4.75rem;
  height: 4.75rem;
}
.cp-feed-item__image {
  position: relative;
  margin-bottom: 1.2rem;
  width: 100%;
  padding-top: 56.25%;
}
.cp-feed--portrait .cp-feed-item__image {
  padding-top: 150%;
}
.cp-feed-item__image-inner {
  overflow: hidden;
  border-radius: 0.64rem;
  z-index: 1;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  padding-bottom: 0;
  -webkit-transition: left 0.15s, bottom 0.15s, padding 0.15s, width 0.15s;
  transition: left 0.15s, bottom 0.15s, padding 0.15s, width 0.15s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}
@media only screen and (min-width: 769px) {
  .cp-feed-item:hover .cp-feed-item__image-inner {
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
    width: calc(100% + 7.2rem);
    bottom: -3.24rem;
    left: -3.6rem;
  }
  .cp-feed--titles .cp-feed-item:hover .cp-feed-item__image-inner {
    bottom: -5.64rem;
    padding-bottom: 2.4rem;
  }
  .cp-feed--portrait .cp-feed-item:hover .cp-feed-item__image-inner {
    width: calc(100% + 3.6rem);
    left: -1.8rem;
  }
}
.cp-feed-item__hover {
  pointer-events: none;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.2rem;
  max-height: 100%;
  background-color: #2a2b2e;
  display: none;
  opacity: 0;
}
@media only screen and (min-width: 769px) {
  .cp-feed-item:hover .cp-feed-item__hover {
    display: block;
    -webkit-animation-name: feed-item-fade-in;
            animation-name: feed-item-fade-in;
    -webkit-animation-duration: 0.15s;
            animation-duration: 0.15s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-animation-delay: 0.35s;
            animation-delay: 0.35s;
  }
}
.cp-feed--titles .cp-feed-item__hover {
  min-height: 3.6rem;
}
.cp-feed-item__hover-title > h3 {
  font-size: 2rem;
  line-height: 1.2;
  color: #ededed;
  margin: 0;
  display: block;
  font-weight: 500;
}
.cp-feed-item__hover-pre-title {
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1.36rem;
  color: #a0a0a0;
}
.cp-feed-item__hover-description > p {
  font-size: 1.36rem;
  line-height: 1.5;
  color: #ededed;
  margin: 0.56rem 0 0 0;
  display: block;
}
.cp-feed-overlay {
  position: relative;
  display: none;
  background-color: #0b0b0c;
}
.cp-feed-overlay .cp-feed-overlay__background:after {
  background: -webkit-gradient(linear, left top, right top, from(rgba(11, 11, 12, 0)), to(#0b0b0c));
  background: linear-gradient(90deg, rgba(11, 11, 12, 0) 0%, #0b0b0c 100%);
}
.cp-feed-overlay .cp-feed-overlay__background > div:before {
  background: -webkit-gradient(linear, right top, left top, from(rgba(11, 11, 12, 0)), to(#0b0b0c));
  background: linear-gradient(270deg, rgba(11, 11, 12, 0) 0%, #0b0b0c 100%);
}
.cp-feed-overlay .cp-feed-overlay__background > div:after {
  background: linear-gradient(45deg, #0b0b0c 0%, #0b0b0c 20%, rgba(11, 11, 12, 0) 60%, rgba(11, 11, 12, 0));
}
@media only screen and (min-width: 769px) {
  .cp-feed-overlay {
    display: block;
  }
}
.cp-feed-overlay .metadata {
  margin-top: 0.56rem;
  color: #a0a0a0;
}
.cp-feed-overlay .metadata__item:not(:last-child):after {
  color: #878787;
}
.cp-feed-overlay__container {
  z-index: 1;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 5rem;
  margin-right: 5rem;
  min-height: 450px;
}
@media only screen and (min-width: 1601px) {
  .cp-feed-overlay__container {
    min-height: 500px;
  }
}
.cp-feed-overlay__container .loader {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  margin-bottom: 0;
}
.cp-feed-overlay__content-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 50%;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
  max-width: 64rem;
  padding: 4.8rem 0;
}
.cp-feed-overlay__content-right {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
}
.cp-feed-overlay__background {
  opacity: 0.5;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
  margin: 0 auto;
  max-width: 1920px;
}
@media only screen and (min-width: 1921px) {
  .cp-feed-overlay__background:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 400px;
    z-index: 1;
    left: auto;
  }
}
.cp-feed-overlay__background > div {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
  left: 40%;
  bottom: 0;
  opacity: 0.9;
}
.cp-feed-overlay__background > div:before,
.cp-feed-overlay__background > div:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}
.cp-feed-overlay__background > div:before {
  width: 200px;
}
.cp-feed-overlay__background > div:after {
  right: 0;
}
.cp-feed-overlay__close-button {
  position: absolute;
  top: 2.4rem;
  right: 0;
}
.cp-feed-overlay__title {
  font-size: 3.04rem;
  font-weight: 600;
  line-height: 1.275;
  margin: 0;
}
@media only screen and (min-width: 769px) {
  .cp-feed-overlay__title {
    font-size: 3.6rem;
  }
}
.cp-feed-overlay__description {
  margin-bottom: 0;
}
.cp-feed-overlay-toggle-button-wrapper {
  position: relative;
}
@media only screen and (min-width: 769px) {
  .cp-feed-overlay-toggle-button-wrapper {
    padding-bottom: 5rem;
  }
}
.cp-feed-overlay-toggle-button {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.8rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0;
  -webkit-transition: bottom 0.2s, opacity 0.2s;
  transition: bottom 0.2s, opacity 0.2s;
}
.cp-feed-overlay-toggle-button > button {
  width: 3.8rem;
  height: 3.8rem;
  background-color: #3e3f42;
  pointer-events: all;
  z-index: 4;
}
.cp-feed-overlay-toggle-button .svgicon {
  fill: #ffffff;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.cp-feed-overlay-toggle-button--open .svgicon {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}
@media only screen and (min-width: 769px) {
  .cp-feed-overlay-toggle-button-wrapper:hover .cp-feed-overlay-toggle-button,
  .cp-feed-overlay-toggle-button--open {
    opacity: 1;
    bottom: 0;
  }
}
.cp-feed--full-width {
  margin-bottom: 10.44rem;
}
.cp-feed--full-width .cp-feed__items {
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}
.cp-feed__items {
  margin-left: 1rem;
  margin-right: 1rem;
}
@media only screen and (max-width: 768px) {
  .cp-feed--carousel .cp-feed__items {
    margin-right: 4.8rem;
  }
}
@media only screen and (min-width: 769px) {
  .cp-feed__items {
    margin-left: 4.2rem;
    margin-right: 4.2rem;
  }
}
@media only screen and (min-width: 1025px) {
  .cp-feed__items {
    margin-left: 3.7rem;
    margin-right: 3.7rem;
  }
}
@media only screen and (min-width: 1367px) {
  .cp-feed__items {
    margin-left: 6.9rem;
    margin-right: 6.9rem;
  }
}
@media only screen and (min-width: 1601px) {
  .cp-feed__items {
    margin-left: 10.1rem;
    margin-right: 10.1rem;
  }
}
.cp-feed__items .cp-carousel__gutter {
  -webkit-flex-basis: 1rem;
      -ms-flex-preferred-size: 1rem;
          flex-basis: 1rem;
}
@media only screen and (min-width: 769px) {
  .cp-feed__items .cp-carousel__gutter {
    -webkit-flex-basis: 4.2rem;
        -ms-flex-preferred-size: 4.2rem;
            flex-basis: 4.2rem;
  }
}
@media only screen and (min-width: 1025px) {
  .cp-feed__items .cp-carousel__gutter {
    -webkit-flex-basis: 3.7rem;
        -ms-flex-preferred-size: 3.7rem;
            flex-basis: 3.7rem;
  }
}
@media only screen and (min-width: 1367px) {
  .cp-feed__items .cp-carousel__gutter {
    -webkit-flex-basis: 6.9rem;
        -ms-flex-preferred-size: 6.9rem;
            flex-basis: 6.9rem;
  }
}
@media only screen and (min-width: 1601px) {
  .cp-feed__items .cp-carousel__gutter {
    -webkit-flex-basis: 10.1rem;
        -ms-flex-preferred-size: 10.1rem;
            flex-basis: 10.1rem;
  }
}
.cp-feed__item {
  max-width: none;
  padding: 0 0.6rem;
  width: 100%;
}
.cp-feed--portrait .cp-feed__item {
  width: 50%;
}
@media only screen and (min-width: 321px) {
  .cp-feed--small .cp-feed__item {
    width: 33.33333333%;
  }
}
@media only screen and (min-width: 440px) {
  .cp-feed__item,
  .cp-feed--large .cp-feed__item {
    width: 50%;
  }
  .cp-feed--portrait .cp-feed__item {
    width: 33.33333333%;
  }
  .cp-feed--full-width .cp-feed__item {
    width: 100%;
  }
}
@media only screen and (min-width: 569px) {
  .cp-feed__item {
    width: 50%;
  }
  .cp-feed--portrait .cp-feed__item {
    width: 33.33333333%;
  }
}
@media only screen and (min-width: 769px) {
  .cp-feed__item,
  .cp-feed--portrait.cp-feed--large .cp-feed__item {
    width: 33.33333333%;
  }
  .cp-feed--small .cp-feed__item,
  .cp-feed--portrait .cp-feed__item {
    width: 25%;
  }
}
@media only screen and (min-width: 1025px) {
  .cp-feed__item {
    padding: 0 1.1rem;
    margin-bottom: 2.2rem;
  }
  .cp-feed__item,
  .cp-feed--portrait.cp-feed--large .cp-feed__item {
    width: 25%;
  }
  .cp-feed--small .cp-feed__item,
  .cp-feed--portrait .cp-feed__item {
    width: 20%;
  }
  .cp-feed--large .cp-feed__item {
    width: 33.33333333%;
  }
}
@media only screen and (min-width: 1367px) {
  .cp-feed--portrait .cp-feed__item {
    width: 16.66666667%;
  }
  .cp-feed--portrait.cp-feed--large .cp-feed__item {
    width: 20%;
  }
}
@media only screen and (min-width: 1601px) {
  .cp-feed__item {
    width: 20%;
  }
  .cp-feed--large .cp-feed__item {
    width: 25%;
  }
  .cp-feed--small .cp-feed__item,
  .cp-feed--portrait.cp-feed--large .cp-feed__item {
    width: 16.66666667%;
  }
  .cp-feed--portrait .cp-feed__item {
    width: 14.28571429%;
  }
}
@media only screen and (min-width: 2001px) {
  .cp-feed__item {
    width: 16.66666667%;
  }
  .cp-feed--large .cp-feed__item {
    width: 20%;
  }
  .cp-feed--small .cp-feed__item,
  .cp-feed--portrait.cp-feed--large .cp-feed__item {
    width: 14.28571429%;
  }
  .cp-feed--portrait .cp-feed__item {
    width: 12.5%;
  }
}
.cp-pagination {
  display: none;
}
@media only screen and (min-width: 769px) {
  .cp-pagination {
    display: block;
  }
}
.fp-hero {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: 5.6rem;
}
@media only screen and (min-width: 769px) {
  .fp-hero {
    margin-top: 0;
  }
}
.fp-hero__background {
  display: block;
  overflow: hidden;
  pointer-events: none;
  width: 100%;
  position: absolute;
  top: 0;
}
.fp-hero__background img {
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  position: absolute;
  top: 0;
  -o-object-position: center top;
     object-position: center top;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.fp-hero__background.lazy-load-image-loaded > img {
  opacity: 1;
}
.fp-hero__container {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  z-index: 1;
}
.fp-hero__content {
  max-width: 1000px;
  margin-top: 2.4rem;
  margin-bottom: 4rem;
}
@media only screen and (min-width: 769px) {
  .fp-hero__content {
    margin-bottom: 6.4rem;
  }
}
.fp-hero__title {
  margin: 0 0 1.6rem -0.24rem;
  font-weight: 600;
  line-height: 1.1;
  font-size: 3.2rem;
}
@media only screen and (min-width: 321px) {
  .fp-hero__title {
    font-weight: 700;
    font-size: 4rem;
  }
}
@media only screen and (min-width: 769px) {
  .fp-hero__title {
    letter-spacing: -0.24rem;
    font-size: 6.4rem;
  }
}
.fp-hero__lead {
  margin-bottom: 2.4rem;
  font-size: 1.92rem;
}
.fp-hero__pretitle-container {
  text-transform: uppercase;
  font-size: 1.68rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.fp-hero__pretitle-col {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  display: grid;
  grid-template-columns: 0fr auto;
}
.fp-hero__prepretitle {
  color: #f38181;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-right: 1.5rem;
}
.fp-hero__pretitle {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.fp-hero__branding {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.fp-hero__branding .svgicon--slash {
  fill: #f38181;
  height: 2rem;
  margin: 0 0.8rem;
}
@media only screen and (min-width: 769px) {
  .fp-hero__branding .svgicon--slash {
    height: 2.8rem;
    margin: 0 1.2rem;
  }
}
.fp-hero__branding .branding-logo {
  margin-bottom: 0;
}
.fp-hero__buttons .tooltip__trigger {
  display: inline-block;
}
.page--feed .feed-load-more,
.page--all-content .feed-load-more,
.page--my-list .feed-load-more {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 4.8rem;
}
.page--all-content .page__title {
  margin-bottom: 2.4rem;
}
.page--all-content .filter {
  margin-bottom: 4.8rem;
}
@media only screen and (min-width: 569px) {
  .page--all-content .filter {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
}
.page--all-content .form--filter .field-group__fields {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (min-width: 569px) {
  .page--all-content .form--filter .field-group__fields {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.page--all-content .form--filter .field-group {
  width: 100%;
}
.page--all-content .form--filter .input-select-wrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
@media only screen and (min-width: 569px) {
  .page--all-content .form--filter .input--select {
    width: auto;
  }
}
.page--all-content .form--filter .field {
  margin-bottom: 2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
@media only screen and (min-width: 569px) {
  .page--all-content .form--filter .field {
    display: block;
    width: auto;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1025px) {
  .page--all-content .form--filter .field {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.page--all-content .form--filter .field__label {
  margin-top: 0.56rem;
  white-space: nowrap;
}
@media only screen and (min-width: 569px) {
  .page--all-content .form--filter .field__label {
    margin-right: 0;
    margin-top: 0;
  }
}
@media only screen and (min-width: 1025px) {
  .page--all-content .form--filter .field__label {
    margin-right: 0.8rem;
    margin-top: 0.56rem;
  }
}
@media only screen and (min-width: 1025px) {
  .page--all-content .form--filter:not(:first-child) > .field__label {
    margin-left: 0.8rem;
  }
}
.page--content .fp-categories-feed,
.page--content .fp-related-feed {
  padding-top: 5.6rem;
}
@media only screen and (min-width: 769px) {
  .page--content .fp-categories-feed,
  .page--content .fp-related-feed {
    padding-top: 8rem;
  }
}
.page--content .fp-categories-feed + .fp-related-feed {
  padding-top: 0;
}
.page--content .fp-categories-feed__title,
.page--content .fp-related-feed__title {
  margin-bottom: 2.4rem;
}
.invisible {
  visibility: hidden !important;
}
.hidden {
  display: none !important;
}
.text-center {
  text-align: center !important;
}
.text-right {
  text-align: right !important;
}
.text-small {
  font-size: 1.36rem;
}
.text-extra-small {
  font-size: 1.2rem;
}
.text-bold {
  font-weight: 500;
}
.text-italic {
  font-style: italic;
}
.text-nowrap {
  white-space: nowrap;
}
.lowercase {
  text-transform: lowercase;
}
.uppercase {
  text-transform: uppercase;
}
.capitalize {
  text-transform: capitalize;
}
/* Have to set element to block to get ::first-letter pseudo element to work*/
.first-letter-uppercase {
  display: inline-block;
}
/* Comma separated list so we set first letter only to uppercase*/
.first-letter-uppercase::first-letter {
  text-transform: uppercase;
}
.error {
  color: #bd0338;
}
.sr-only,
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.image-desaturate {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
.nowrap {
  white-space: nowrap;
}
.clearfix:after {
  content: '';
  display: table;
  clear: both;
}


/*# sourceMappingURL=901592b9.18c5a053.chunk.css.map*/