.header-basic {
  display: flex;
  justify-content: space-between;
  padding: 30px 50px;
}
.header-basic__logo-link {
  width: 146px;
  height: 24px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: var(--assets-global-logo-white);
}
.header-basic__button {
  background-color: unset;
}
.code-input {
  display: flex;
  justify-content: center;
}
.code-input__input-wrapper {
  margin: 5px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.4);
}
.code-input__input-wrapper:focus-within {
  border-bottom: 2px solid #ffffff;
}
.code-input__input {
  width: 40px;
  height: 40px;
  margin: 5px 5px 10px;
  border: none;
  padding: 0;
  outline: none;
  font-size: 40px;
  line-height: 40px;
  text-align: center;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  color: #ffffff;
}
.code-input input[type=number]::-webkit-inner-spin-button,
.code-input input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.code-input input[type=number] {
  -moz-appearance: textfield;
}
.secondary-nav {
  margin: 0;
  padding: 0;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  list-style: none;
}
.secondary-nav__category {
  display: flex;
}
.secondary-nav__category--vertical {
  flex-direction: column;
}
.secondary-nav__category--vertical .secondary-nav__content {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 30px;
}
.secondary-nav__category + .secondary-nav__category {
  margin-top: 28px;
}
.secondary-nav__category + .secondary-nav__category:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
}
.secondary-nav__category + .secondary-nav__category > :first-child {
  margin-top: 28px;
}
.secondary-nav__links + .secondary-nav__content {
  padding-left: 30px;
  margin-left: 50px;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
.secondary-nav__content + .secondary-nav__links {
  padding-top: 24px;
}
.secondary-nav__row {
  display: flex;
  white-space: nowrap;
}
.secondary-nav__row + .secondary-nav__row {
  margin-top: 16px;
}
.secondary-nav__column {
  display: flex;
  flex-direction: column;
  max-width: 160px;
}
.secondary-nav__column--group-extended {
  margin-top: 24px;
}
.secondary-nav__column + .secondary-nav__column {
  margin-left: 50px;
}
.secondary-nav__item + .secondary-nav__item--item {
  margin-top: 2px;
  padding: 2px;
  display: block;
}
.secondary-nav__item {
  white-space: nowrap;
}
.secondary-nav__item--primary {
  display: inline-flex;
  font-size: 16px;
  text-transform: uppercase;
}
.secondary-nav__item + .secondary-nav__row {
  margin-top: 20px;
}
.nav-content__title + .nav-content__row {
  margin-top: 6px;
}
.nav-content__row {
  margin-top: 4px;
  white-space: nowrap;
}
.nav-content__row--scrollable {
  max-width: 654px;
  margin-right: -30px;
  margin-left: -30px;
  padding-right: 30px;
  padding-left: 30px;
}
.nav-content__packshot + .nav-content__packshot {
  margin-left: 10px;
}
.nav-content__packshot {
  position: relative;
  margin: 0;
  width: 99px;
}
.nav-content__packshot--tile {
  width: 135px;
}
.nav-content__packshot--hero3x1 {
  width: 425px;
}
.nav-content__packshot .packshot-title {
  left: 0;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
}
.nav-expand-btn {
  position: absolute;
  width: 12px;
  height: 12px;
  top: 50%;
  left: 100%;
  margin-left: 4px;
  margin-top: -6px;
}
.nav-expand-btn:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: 50%;
  left: 50%;
  margin-top: -4px;
  margin-left: -5px;
  border: solid transparent;
  border-width: 8px 5px 0;
  border-top-color: #ffffff;
}
.nav-expand-btn:focus {
  outline-color: #ffffff;
}
.code-page {
  background-image: var(--gradient-dialog-branded);
  height: 100vh;
  text-align: center;
  font-family: var(--font-family-title);
}
.code-page__form {
  display: flex;
  flex-direction: column;
  padding-top: 15vh;
}
.code-page__title {
  font-size: 48px;
}
.code-page__label {
  font-size: 20px;
  margin-bottom: 25px;
}
.code-page__error-wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 25px;
}
.code-page__error {
  padding: 15px 25px;
  background-color: #0099f7;
}
.code-page__input-container div:nth-child(4) {
  margin-left: 25px;
}
.code-page__input-container {
  margin-bottom: 25px;
}
.code-page__spinner {
  display: flex;
  width: 200px;
  margin: 15vh auto;
}
.email-confirmed {
  background-color: #0099f7;
  height: 100vh;
  text-align: center;
  font-family: var(--font-family-title);
}
.email-confirmed__body {
  padding-top: 30vh;
}
.email-confirmed__title {
  font-size: 48px;
  margin-bottom: 24px;
}
.email-confirmed__message {
  font-size: 20px;
  margin-bottom: 48px;
}
.email-confirmed__spinner-container {
  text-align: center;
  box-sizing: border-box;
  opacity: 1;
  height: 180px;
  padding: 0;
}
.email-confirmed__spinner {
  display: inline-block;
  width: 80px;
}
.pg-webview--vp {
  display: flex;
  flex-direction: column;
}
.pg-webview--vp .page-entry:last-child {
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
}

.header ~ .content .pg-webview--vp {
  height: calc(100vh - 46px);
}
@media (min-width: 75em) {
  .header ~ .content .pg-webview--vp {
    height: calc(100vh - 60px);
  }
}

@media (min-width: 45em) {
  .header--hero-mode ~ .content .pg-webview--vp {
    height: 100vh;
  }
}
.plan-card {
  word-wrap: break-word;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: max-content;
}
@media (max-width: 29.99em) {
  .plan-card {
    margin-top: 0;
  }
}
@media (min-width: 45em) {
  .plan-card {
    max-width: 18em;
  }
}
.plan-card__tagline, .plan-card__benefits, .plan-card__trial {
  color: #000000;
  font-size: 14px;
  margin-bottom: 1em;
}
.plan-card__offer {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 0;
}
.plan-card__price {
  font-size: 40px;
  color: #000000;
}
.plan-entry {
  font-family: var(--font-family-title);
  width: 100%;
  padding: 1.5em;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-width: 13em;
  background: #ffffff;
  border: 1px solid #f0f0f0;
  border-radius: 8px;
  text-align: center;
  align-items: center;
}
@media (min-width: 45em) {
  .plan-entry {
    font-size: 20px;
    width: 100%;
  }
}
@media (min-width: 45em) {
  .plan-entry {
    font-size: 24px;
    width: 30%;
  }
}
.plan-entry__period-selector {
  display: block;
  margin-bottom: 1em;
  margin-left: auto;
  margin-right: auto;
}
.plan-entry__period-single {
  width: min-content;
}
@media (min-width: 30em) {
  .plan-entry__period-first {
    border-radius: 100px 0 0 100px;
    border-right: 0;
    padding-right: 1em;
  }
}
@media (max-width: 29.99em) {
  .plan-entry__period-first {
    display: block;
    margin-bottom: 0.5em;
  }
}
.plan-entry__period-middle {
  padding-left: 1em;
  padding-right: 1em;
}
@media (min-width: 30em) {
  .plan-entry__period-middle {
    border-radius: 0;
    border-right: 0;
  }
}
@media (max-width: 29.99em) {
  .plan-entry__period-middle {
    display: block;
    margin-bottom: 0.5em;
  }
}
@media (min-width: 30em) {
  .plan-entry__period-last {
    border-radius: 0 100px 100px 0;
    padding-left: 1em;
  }
}
.plan-entry__header {
  display: flex;
  justify-content: center;
}
.plan-entry__title {
  font-size: 16px;
  line-height: 1.3;
  text-transform: uppercase;
  color: #000000;
}
@media (min-width: 45em) {
  .plan-entry__title {
    font-size: 20px;
  }
}
@media (min-width: 75em) {
  .plan-entry__title {
    font-size: 24px;
  }
}
.plan-entry__details {
  flex: auto;
}
.plan-entry__footer {
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: center;
}
.plan-entry__action-btn {
  flex: 0 0 auto;
  width: min-content;
  margin-left: auto;
  margin-right: auto;
}
.plan-selector__plan-wrapper {
  display: flex;
  flex-direction: column;
  gap: 1em;
  flex-wrap: wrap;
}
@media (min-width: 30em) {
  .plan-selector__plan-wrapper {
    flex-direction: row;
    justify-content: center;
  }
}
.account-accordion-large, .account-accordion-small {
  transition-property: height, padding-top, padding-bottom, border-top-width, border-bottom-width, margin-top, margin-bottom;
}
.account-accordion-small {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.account-accordion-large {
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.account-panel-section__small {
  border-top: 1px solid #cccccc;
  padding-top: 20px;
  padding-bottom: 20px;
}
.account-panel-section__large {
  background-color: #fafafa;
  box-shadow: inset 0px 15px 10px -10px rgba(204, 204, 204, 0.3), inset 0px -15px 10px -10px rgba(204, 204, 204, 0.3);
  padding-top: 30px;
  padding-bottom: 30px;
}
.account-panel-section--expanded + .account-panel-section--collapsed .account-panel-section__small {
  border-top: none;
}
.account-panel-section:last-child .account-panel-section__small {
  padding-bottom: 0;
}
.account-action-btns {
  display: flex;
  flex-direction: row;
  margin-top: 20px;
  align-items: center;
  flex-wrap: wrap;
  /**
   * Force no border on Secondary action button
   */
}
.account-action-btns .cta-btn--secondary {
  border: none;
}
.account-action-btns .cta-btn--secondary:hover:not(:disabled) {
  border: none;
  background-color: transparent;
}
.acct-mask {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.acct-mask__info {
  width: fit-content;
}
.acct-mask__title {
  color: var(--color-row-a1-a99-text-title);
  font: var(--typography-heading-4-rw-xs);
}
.acct-mask__pwd-mask-input {
  letter-spacing: 0.2em;
  border: none;
  color: var(--color-row-a1-a99-text-description);
  font: var(--typography-body-rw-xs-regular);
  min-width: 0;
}
.acct-mask__link {
  cursor: pointer;
  flex: 0 0 auto;
}

@media (min-width: 45em) {
  .acct-mask__title {
    font: var(--typography-heading-4-rw-s);
  }
  .acct-mask {
    gap: 40px;
  }
  .acct-mask__pwd-mask-input {
    font: var(--typography-body-rw-s-regular);
  }
}
@media (min-width: 75em) {
  .acct-mask__title {
    font: var(--typography-heading-4-rw-l);
  }
}
.a1-pwd__title {
  color: #4d4d4d;
  margin-bottom: 20px;
}
.a1-pwd__error {
  color: #ec0000;
  font-size: 12px;
  opacity: 0;
  margin-top: -35px;
}
.a1-pwd__error--visible {
  opacity: 1;
}
.a1-pwd .account-action-btns {
  margin-top: 0;
}
@media (min-width: 45em) {
  .a1-pwd .pwd-input {
    width: 500px;
  }
}
.a1-pin__text {
  margin-top: 15px;
  margin-bottom: 10px;
  color: #4d4d4d;
}
.a1-pin .pin-group {
  width: 265px;
  margin-top: 10px;
}
.a1-pin .account-action-btns {
  margin-top: 0;
}
.a1-pin__title {
  color: #4d4d4d;
  margin-bottom: 0;
}
@media (min-width: 45em) {
  .a1-pin .pwd-input {
    width: 500px;
  }
}
.change-password-sso {
  border-top: 1px solid #cccccc;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.change-password-sso__mask-item {
  width: 100%;
}
.account-edit {
  max-width: 430px;
}
.account-edit__title {
  color: #4d4d4d;
  font: var(--typography-heading-3-rw-s);
  color: var(--color-row-a1-a99-text-title);
}
.account-edit__form {
  margin-bottom: 40px;
}
.account-edit__section {
  display: flex;
  flex-direction: column;
  padding: 16px 0;
  margin-bottom: 8px;
  gap: 16px;
}
.account-edit__section-title {
  font: var(--typography-heading-4-rw-xs);
  color: var(--color-row-a1-a99-text-title);
  margin-top: 0;
}
.account-edit__email-section {
  display: flex;
  flex-direction: column;
}
.account-edit__email-section .account-edit__section-content {
  display: flex;
  flex-direction: column;
}
.account-edit__email-section .account-edit__email-display {
  font: var(--typography-body-rw-xs-regular);
  color: var(--color-row-a1-a99-text-description);
}
.account-edit__change-email {
  align-self: flex-start;
}
.account-edit__delete-section .account-edit__section-title {
  color: var(--color-row-a1-a99-text-title);
  font: var(--typography-heading-4-rw-xs);
}
.account-edit__delete-section .account-edit__delete-content {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.account-edit__delete-button {
  align-self: flex-start;
}
.account-edit .form-white {
  background: transparent;
}

@media (min-width: 45em) {
  .account-edit__title {
    font: var(--typography-heading-3-rw-l);
  }
  .account-edit__section-title {
    font: var(--typography-heading-4-rw-s);
  }
  .account-edit__section {
    padding: 40px 0;
    margin-bottom: 8px;
  }
  .account-edit__delete-section .account-edit__section-title {
    font: var(--typography-heading-4-rw-s);
  }
}
@media (min-width: 75em) {
  .account-edit__section {
    gap: 40px;
  }
  .account-edit__title {
    font: var(--typography-heading-3-rw-l);
  }
  .account-edit__section-title {
    font: var(--typography-heading-4-rw-l);
  }
  .account-edit__email-section {
    gap: 40px;
  }
  .account-edit__delete-section .account-edit__section-title {
    font: var(--typography-heading-4-rw-l);
  }
}
.profiles-form {
  background-color: #ffffff;
}
.profiles-form__choices {
  display: flex;
  justify-content: space-between;
}
@media (min-width: 30em) {
  .profiles-form__choices {
    justify-content: flex-start;
    display: block;
  }
}
.profiles-form__submit-profile {
  margin-bottom: 8px;
  margin-right: 12px;
}
.profiles-form__submit-profile, .profiles-form__delete-profile {
  vertical-align: top;
}
.profiles-form__delete-profile {
  font-size: 14px;
  margin-top: 4px;
  padding-left: 8px;
}
.profiles-form__delete-contents {
  display: flex;
  align-items: center;
}
.profiles-form__delete-icon {
  margin-right: 10px;
}
.profiles-form__type-icon {
  display: block;
  width: 40px;
  height: 40px;
  margin: 0 auto 8px;
}
.profiles-form__button {
  padding: 12px 8px 8px;
  max-width: 146px;
  border: var(--border-profile-type-default);
  border-radius: var(--border-radius-profile-type-rw);
  display: inline-block;
  color: var(--color-row-a1-a99-profile-type-text-default);
  transition: background-color 200ms, color 200ms;
  outline: none;
  margin: 0;
  flex: 1;
}
@media (min-width: 30em) {
  .profiles-form__button {
    height: 88px;
    width: 112px;
  }
}
.profiles-form__button .profiles-form__type-icon--kids-icon {
  background-image: var(--assets-account-profile-type-kids-default);
}
.profiles-form__button .profiles-form__type-icon--standard-icon {
  background-image: var(--assets-account-profile-type-standard-default);
}
.profiles-form__button .profiles-form__type-icon--restricted-icon {
  background-image: var(--assets-account-profile-type-restricted-default);
}
.profiles-form__button:hover:not(.profiles-form__button--chosen) {
  background-color: var(--color-row-a1-a99-profile-type-background-hover);
  color: var(--color-row-a1-a99-profile-type-text-hover);
  border: var(--border-profile-type-hover);
}
.profiles-form__button:hover:not(.profiles-form__button--chosen) .profiles-form__type-icon--kids-icon {
  background-image: var(--assets-account-profile-type-kids-hover);
}
.profiles-form__button:hover:not(.profiles-form__button--chosen) .profiles-form__type-icon--standard-icon {
  background-image: var(--assets-account-profile-type-standard-hover);
}
.profiles-form__button:hover:not(.profiles-form__button--chosen) .profiles-form__type-icon--restricted-icon {
  background-image: var(--assets-account-profile-type-restricted-hover);
}
.profiles-form__button:focus:not(.profiles-form__button--chosen) {
  background-color: var(--color-row-a1-a99-profile-type-background-hover);
  color: var(--color-row-a1-a99-profile-type-text-hover);
  border: var(--border-profile-type-hover);
}
.profiles-form__button--chosen {
  background-color: var(--color-row-a1-a99-profile-type-background-selected);
  color: var(--color-row-a1-a99-profile-type-text-selected);
  border: var(--border-profile-type-selected);
}
.profiles-form__button--chosen .profiles-form__type-icon--kids-icon {
  background-image: var(--assets-account-profile-type-kids-selected);
}
.profiles-form__button--chosen .profiles-form__type-icon--standard-icon {
  background-image: var(--assets-account-profile-type-standard-selected);
}
.profiles-form__button--chosen .profiles-form__type-icon--restricted-icon {
  background-image: var(--assets-account-profile-type-restricted-selected);
}
.profiles-form__button--chosen:hover {
  color: var(--color-row-a1-a99-profile-type-text-selected);
  background-color: var(--color-row-a1-a99-profile-type-background-selected-hover);
}
.profiles-form__button:first-child {
  margin-right: 4px;
}
.profiles-form__button:last-child {
  margin-left: 4px;
}
.profiles-form__label {
  display: block;
}
.profiles-form__helper-text-wrap {
  max-width: 650px;
  margin: 8px 0 32px;
}
.profiles-form__helper-text {
  width: 100%;
}
.profiles-form__input {
  max-width: 300px;
}
.profiles-form__input .txt-input__input {
  width: 100%;
}
.profiles-form__input .txt-input__input::-ms-clear {
  display: none;
}
.pg-auth {
  width: 100%;
}
.pg-auth__form {
  max-width: 320px;
  margin: 0 auto;
  font-family: var(--font-family-title);
  width: 100%;
  padding: 48px 8px;
}
@media (min-width: 45em) {
  .pg-auth__form {
    padding-top: 96px;
    max-width: 340px;
  }
}
.pg-auth .axis-logo {
  width: 100%;
}
.pg-auth__logo-wrapper {
  text-align: center;
}
.pg-auth__logo-link {
  color: #ffffff;
  width: 40.5%;
  max-width: 288px;
  min-width: 180px;
  margin: 0 auto;
  padding-top: 48px;
  display: inline-block;
}
.pg-auth__logo-link:hover, .pg-auth__logo-link:focus {
  color: #ffffff;
}
.pg-auth__spinner {
  width: 60px;
  display: block;
  margin: 0 auto;
}

.pg-auth-error {
  background-color: #0099f7;
  text-align: center;
  line-height: 24px;
  position: relative;
  margin-bottom: 20px;
  padding: 8px 4px;
  font-family: var(--font-family-body);
}
.pg-auth-error .link {
  padding: 0 4px;
  font-weight: bold;
}
.sign-in-form__forgot-pwd {
  float: right;
  margin-top: 2px;
  font-weight: bold;
}
.sign-in-form__register {
  font-weight: bold;
}
.sign-in-form__secondary-actions {
  margin-bottom: 24px;
}
.sign-in-form__primary-action {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}
.sign-in-form__tertiary-actions {
  text-align: center;
}
.sign-in-form input:-webkit-autofill,
.sign-in-form input:-webkit-autofill:hover,
.sign-in-form input:-webkit-autofill:focus,
.sign-in-form input:-webkit-autofill:active {
  -webkit-transition: color 9999s ease-out, background-color 9999s cubic-bezier(1, 0, 1, 0);
}
.sign-in-form input::selection {
  background: #ffffff;
  color: #000000;
}
.sign-in-form input::-moz-selection {
  background: #ffffff;
  color: #000000;
}
.sign-in-form .facebook-button, .sign-in-form__sign-in-email {
  width: 290px;
}
.sign-in-form button,
.sign-in-form a {
  -webkit-tap-highlight-color: #ffffff;
}
.register-form {
  margin: 0 auto;
  font-family: var(--font-family-title);
  width: 90%;
  padding: 25px 8px !important;
}
@media (min-width: 45em) {
  .register-form {
    padding-top: 96px;
  }
}
.register-form__register {
  font-weight: bold;
}
.register-form__primary-action {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}
.register-form__error {
  background-color: #0099f7;
  color: #ffffff;
  text-align: center;
  line-height: 24px;
  position: relative;
  margin-bottom: 20px;
  padding: 8px 0;
}
.register-form .form-title {
  color: #262626;
  text-align: center;
  font-weight: normal;
  margin-bottom: 30px;
  font-size: 2.07252em;
}
.register-form__name-container {
  display: flex;
}
.register-form__name-container .txt-input:first-child {
  margin-right: 20px;
}
.register-form__marketing {
  text-align: center;
}
.register-form .account-btn {
  margin-top: 30px;
}
.registration-pg {
  width: 100%;
}
.registration-pg__form {
  margin: 0 auto;
  font-family: var(--font-family-title);
  width: 100%;
}
@media (min-width: 45em) {
  .registration-pg__form {
    max-width: 450px;
  }
}
.registration-pg__logo-wrapper {
  text-align: center;
  background-color: #0099f7;
}
.registration-pg__logo-link {
  color: #ffffff;
  width: 40.5%;
  max-width: 288px;
  min-width: 180px;
  margin: 0 auto;
  padding: 60px 0;
  display: inline-block;
}
.registration-pg__logo-link:hover, .registration-pg__logo-link:focus {
  color: #ffffff;
}
.reset-password-forms {
  text-align: center;
}
.reset-password-forms__title {
  font-size: 18px;
  margin-bottom: 24px;
  line-height: 24px;
  text-align: center;
}
.reset-password-forms__content {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 24px;
  padding: 0 8px;
}
.reset-password-forms__bottom-link {
  margin-top: 32px;
  font-weight: bold;
  display: block;
}
.reset-password-forms__input {
  margin-bottom: 16px;
}
.reset-password-forms__submit {
  margin-left: auto;
  margin-right: auto;
}
.sso-signin-page {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.sso-signin-page__spinner {
  width: 60px;
  transform: translate(-50%, -50%);
  display: block;
  margin: 0 auto;
}
.sso-signin-page__error-container {
  text-align: center;
  width: 300px;
  height: 200px;
}
.sso-signin-page__error-title {
  text-align: center;
  font-size: 18px;
  padding-bottom: 20px;
}
.sso-signin-page__error-text {
  text-align: center;
  font-size: 12px;
  padding-bottom: 20px;
}
.sso-signin-page__error-button {
  text-align: center;
  font-size: 16px;
  padding-bottom: 20px;
}
@media (min-width: 45em) {
  .sso-signin-page__error-container {
    width: 350px;
    height: 200px;
  }
  .sso-signin-page__error-title {
    font-size: 22px;
  }
  .sso-signin-page__error-text {
    font-size: 14px;
  }
}
@media (min-width: 75em) {
  .sso-signin-page__error-container {
    width: 400px;
    height: 200px;
  }
  .sso-signin-page__error-title {
    font-size: 24px;
  }
  .sso-signin-page__error-text {
    font-size: 16px;
  }
}
.boxed-sport-logo {
  position: absolute;
  object-fit: cover;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.boxed-sport-logo--cover {
  padding: 10px;
  background-color: #1a1a1a;
}
@charset "UTF-8";
.follow-item {
  display: inline-block;
  width: 202px;
  height: 72px;
  border-radius: 16px;
  background-color: #ffffff;
  position: relative;
  border: 1px solid #cccccc;
  box-sizing: border-box;
}
.follow-item:focus {
  border-radius: 16px;
  outline: none;
  transition: transform 0.2s ease-out, filter 0.2s ease-out, box-shadow 0.2s ease-out;
  box-shadow: 0 0 0 2px #0099f7;
}
.follow-item:disabled {
  opacity: 0.5;
  pointer-events: none;
}
.follow-item .hover-enabled:hover {
  transition: transform 0.2s ease-out, filter 0.2s ease-out, background 0.2s ease-out;
  background: #ebebeb;
  border-radius: 8px;
}
.follow-item--active {
  background-color: rgba(61, 163, 108, 0.2);
  border: none;
}
.follow-item--active:after {
  content: "¬";
  display: flex;
  align-items: center;
  position: absolute;
  top: -18%;
  left: 90%;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  color: #ffffff;
  transform: rotate(135deg) /*rtl: rotate(135deg)*/;
  font-size: 24px;
  background-color: #41af74;
  padding-left: 3px /*rtl: 0*/;
  padding-right: 0 /*rtl: 6px*/;
  padding-top: 3px;
}
.follow-item--active .hover-enabled:hover {
  transition: transform 0.2s ease-out, filter 0.2s ease-out, background 0.2s ease-out;
  background: rgba(61, 163, 108, 0.3);
  border-radius: 8px;
}
.follow-item__container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  padding: 8px 10px;
  width: 100%;
  height: 100%;
  border-radius: 8px;
}
.follow-item__logo-container {
  position: relative;
  width: 40px;
  height: 40px;
  min-width: 40px;
  margin-right: 8px;
}
.follow-item__logo-container--rounded {
  overflow: hidden;
  border-radius: 10px;
}
.follow-item__logo {
  width: 100%;
  height: 100%;
}
.follow-item__title {
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* autoprefixer: ignore next */
  -webkit-box-orient: vertical;
  overflow: hidden;
  width: 100%;
  color: #1a1a1a;
  font-family: var(--font-family-title);
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  text-align: left;
  position: relative;
}
.follow-item__title--centered {
  text-align: center;
}

@media (min-width: 20em) and (max-width: 63.99em) {
  .follow-item {
    border-radius: 8px;
    width: 176px;
    height: 56px;
  }
  .follow-item:focus {
    border-radius: 8px;
  }
  .follow-item--active .hover-enabled:hover {
    border-radius: 8px;
  }
}
@media (min-width: 45em) {
  .follow-item {
    width: 229px;
    height: 64px;
  }
  .follow-item--active:after {
    left: 92%;
  }
  .follow-item__logo-container {
    width: 48px;
    height: 48px;
    min-width: 48px;
  }
  .follow-item__title {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (min-width: 64em) {
  .follow-item {
    width: 203px;
    height: 72px;
  }
  .follow-item__logo-container {
    width: 56px;
    height: 56px;
    min-width: 56px;
  }
  .follow-item__title {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (min-width: 64em) {
  .follow-item .hover-enabled:hover {
    border-radius: 16px;
  }
}
.account-profile-follow {
  width: 100%;
  min-height: 300px;
  margin-left: -8px;
}
.account-profile-follow__no-items {
  display: block;
  color: #1a1a1a;
  font-family: var(--font-family-title);
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  padding: 20px;
}
.account-profile-follow__spinner-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.account-profile-follow__spinner {
  width: 40px;
}
.account-profile-follow__group {
  display: block;
  width: calc(100% + 16px);
  margin-bottom: 5px;
}
.account-profile-follow__group_title {
  display: block;
  font-family: var(--font-family-title);
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 18px;
  text-transform: uppercase;
  color: #4d4d4d;
  padding-bottom: 10px;
}
.account-profile-follow__items-container {
  display: inline-flex;
  flex-wrap: wrap;
  margin: -4px 0 0 -4px;
  width: calc(100% + 8px);
}
.account-profile-follow__item {
  margin-right: 4px;
  margin-left: 4px;
  margin-bottom: 16px;
}

@media (min-width: 45em) {
  .account-profile-follow {
    margin-left: 0px;
  }
  .account-profile-follow__no-items {
    font-size: 16px;
    line-height: 24px;
  }
  .account-profile-follow__group_title {
    font-size: 20px;
    line-height: 23px;
  }
  .account-profile-follow__group {
    width: 100%;
    margin-bottom: 20px;
  }
  .account-profile-follow__items-container {
    margin-left: -8px;
    margin-right: -8px;
    width: calc(100% + 16px);
  }
  .account-profile-follow__item {
    margin-right: 8px;
    margin-left: 8px;
    margin-bottom: 16px;
  }
}
@media (min-width: 90em) {
  .account-profile-follow__group_title {
    font-size: 24px;
    line-height: 27px;
  }
  .account-profile-follow__group {
    margin-bottom: 25px;
  }
}
/**
 * Mixin 'use-grid-val' used for assign the global gutter or margin values to a specified css property for each breakpoint;
 * @param {string} $value-type - The global grid value type - gutters or margins
 * @param {string} $properties - The css property;
 */
.hx1-primary-image-container__gradient-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  background: var(--gradient-hero-advanced-bottom), var(--gradient-hero-advanced-left);
}
/** _decimal.scss | MIT License | gist.github.com/terkel/4373420
 *
 * Round a number to specified digits.
 *
 * @param  {Number} $number A number to round
 * @param  {Number} [$digits:0] Digits to output
 * @param  {String} [$mode:round] (round|ceil|floor) How to round a number
 * @return {Number} A rounded number
 * @example
 *     decimal-round(0.333)    => 0
 *     decimal-round(0.333, 1) => 0.3
 *     decimal-round(0.333, 2) => 0.33
 *     decimal-round(0.666)    => 1
 *     decimal-round(0.666, 1) => 0.7
 *     decimal-round(0.666, 2) => 0.67
 */
/**
 * Strip units from value e.g. remove px from 16px remove vm from 16vm;
 * @param {integer} $val - The value to clean;
 */
/**
 * View width calc by pixel vs width
 * @param {integer} $val - The pixel value;
 * @param {string} $breakpoint - The breakpoint to calc against;
 */
/**
 * Calculate line-height based on font-size
 * @param {css variable} $fontSize - font size in vw;
 */
/**
 * View width mixin to set vw with pixel fallback based off breakpoint
 * @param {string} $breakpoint - The font-size at given breakpoint;
 * @param {string} $prop - The css property;
 * @param {integer} $val - The pixel value;
 */
.hero-description {
  --hero-description-default-line-clamp: 2;
  --hero-description-desktopWide-line-clamp: 3;
  --hero-description-default-font-size: 1rem;
  --hero-description-default-font-weight: 400;
  --hero-description-default-line-height: 1.5;
  --hero-description-default-margin: 8px 0 0 0;
  --hero-description-desktop-margin: 16px 0 0 0;
  --hero-description-default-padding: 0;
}

div.hero-description {
  padding-left: 0;
  padding-right: 0;
}

.hero-description {
  display: none;
}
@media (min-width: 60em) {
  .hero-description {
    display: -webkit-box;
    margin: var(--hero-description-default-margin);
    padding: var(--hero-description-default-padding);
    -webkit-box-orient: vertical;
    -webkit-line-clamp: var(--hero-description-default-line-clamp);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    font-size: var(--hero-description-default-font-size);
    line-height: var(--hero-description-default-line-height);
    font-weight: var(--hero-description-default-font-weight);
  }
}
@media (min-width: 75em) {
  .hero-description {
    margin: var(--hero-description-desktop-margin);
  }
}
@media (min-width: 90em) {
  .hero-description {
    -webkit-line-clamp: var(--hero-description-desktopWide-line-clamp);
  }
}
/** _decimal.scss | MIT License | gist.github.com/terkel/4373420
 *
 * Round a number to specified digits.
 *
 * @param  {Number} $number A number to round
 * @param  {Number} [$digits:0] Digits to output
 * @param  {String} [$mode:round] (round|ceil|floor) How to round a number
 * @return {Number} A rounded number
 * @example
 *     decimal-round(0.333)    => 0
 *     decimal-round(0.333, 1) => 0.3
 *     decimal-round(0.333, 2) => 0.33
 *     decimal-round(0.666)    => 1
 *     decimal-round(0.666, 1) => 0.7
 *     decimal-round(0.666, 2) => 0.67
 */
/**
 * Strip units from value e.g. remove px from 16px remove vm from 16vm;
 * @param {integer} $val - The value to clean;
 */
/**
 * View width calc by pixel vs width
 * @param {integer} $val - The pixel value;
 * @param {string} $breakpoint - The breakpoint to calc against;
 */
/**
 * Calculate line-height based on font-size
 * @param {css variable} $fontSize - font size in vw;
 */
/**
 * View width mixin to set vw with pixel fallback based off breakpoint
 * @param {string} $breakpoint - The font-size at given breakpoint;
 * @param {string} $prop - The css property;
 * @param {integer} $val - The pixel value;
 */
.hero-tagline {
  --hero-tagline-default-line-clamp: 1;
  --hero-tagline-laptop-line-clamp: 2;
  --hero-tagline-default-font-size: 0.875rem;
  --hero-tagline-tablet-font-size: 1rem;
  --hero-tagline-laptop-font-size: 1.25rem;
  --hero-tagline-desktop-font-size: 1.5rem;
  --hero-tagline-default-line-height: 1.2;
  --hero-tagline-default-font-weight: 400;
  --hero-tagline-text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.45);
  --hero-tagline-default-margin: 8px 0 0 0;
  --hero-tagline-desktop-margin: 16px 0 0 0;
  --hero-tagline-default-padding: 0;
}

.hero-tagline {
  display: -webkit-box;
  color: var(--color-hero-text-tagline);
  margin: var(--hero-tagline-default-margin);
  padding: var(--hero-tagline-default-padding);
  -webkit-box-orient: vertical;
  -webkit-line-clamp: var(--hero-tagline-default-line-clamp);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  text-shadow: var(--hero-tagline-text-shadow);
  font: var(--typography-hero-tagline-rw-xs);
}
@media (min-width: 45em) {
  .hero-tagline {
    font: var(--typography-hero-tagline-rw-s);
  }
}
@media (min-width: 60em) {
  .hero-tagline {
    font: var(--typography-hero-tagline-rw-m);
    -webkit-line-clamp: var(--hero-tagline-laptop-line-clamp);
  }
}
@media (min-width: 75em) {
  .hero-tagline {
    margin: var(--hero-tagline-desktop-margin);
    font: var(--typography-hero-tagline-rw-l);
  }
}
/** _decimal.scss | MIT License | gist.github.com/terkel/4373420
 *
 * Round a number to specified digits.
 *
 * @param  {Number} $number A number to round
 * @param  {Number} [$digits:0] Digits to output
 * @param  {String} [$mode:round] (round|ceil|floor) How to round a number
 * @return {Number} A rounded number
 * @example
 *     decimal-round(0.333)    => 0
 *     decimal-round(0.333, 1) => 0.3
 *     decimal-round(0.333, 2) => 0.33
 *     decimal-round(0.666)    => 1
 *     decimal-round(0.666, 1) => 0.7
 *     decimal-round(0.666, 2) => 0.67
 */
/**
 * Strip units from value e.g. remove px from 16px remove vm from 16vm;
 * @param {integer} $val - The value to clean;
 */
/**
 * View width calc by pixel vs width
 * @param {integer} $val - The pixel value;
 * @param {string} $breakpoint - The breakpoint to calc against;
 */
/**
 * Calculate line-height based on font-size
 * @param {css variable} $fontSize - font size in vw;
 */
/**
 * View width mixin to set vw with pixel fallback based off breakpoint
 * @param {string} $breakpoint - The font-size at given breakpoint;
 * @param {string} $prop - The css property;
 * @param {integer} $val - The pixel value;
 */
.hero-title {
  --hero-title-line-clamp: 2;
}

.page-entry-hx1 {
  --hx1-margin-bottom-small: 24px;
  --hx1-margin-bottom-large: 40px;
}

.hx1 {
  --hx1-mobile-height: 420px;
  --hx1-tablet-height: 47vw;
  --hx1-laptop-height: 44vw;
  --hx1-desktopWide-height: 40vw;
  --hx1-primary-poster-phone-height: 150%;
  --hx1-primary-poster-phablet-height: 56.25vw;
  --hx1-count-indicator-position-bottom: 0vw;
  --hx1-count-indicator-line-height: 4px;
  --hx1-desktopWide-padding-top: 120px;
  --hx1-desktop-padding-top: 104px;
  --hx1-laptop-padding-top: 80px;
  --hx1-tablet-padding-top: 72px;
  --hx1-phone-horizontal-padding: 16px;
  --hx1-tablet-horizontal-padding: 24px;
  --hx1-laptop-horizontal-padding: 32px;
  --hx1-desktop-horizontal-padding: 40px;
  --hx1-desktopwide-horizontal-padding: 56px;
  --hx1-title-phone-margin: 8px 0 0 0;
  --hx1-title-desktopWide-margin: 16px 0 0 0;
  --hx1-brand-height-multiplier: 0.25;
  --hx1-badge-height-width-multiplier: 0.125;
  --hx1-badge-grid-offset: 8px;
  --hx1-badge-desktop-grid-offset: 16px;
  --hx1-badge-margin/* rtl:as:margin */: 0 12px 0 0;
  --hx1-badge-padding: 2px 10px;
  --hx1-badge-default-font-size: 12px;
  --hx1-badge-default-line-height: 16px;
  --hx1-datetime-line-height: 20px;
  --hx1-badge-image-phone-margin: 0 0 71px 0;
  --hx1-badge-image-tablet-margin: 0 0 20px 0;
  --hx1-badge-image-laptop-margin: 0 0 36px 0;
  --hx1-badge-image-desktop-margin: 0 0 28px 0;
  --hx1-meta-container-margin: 8px 0 0 0;
  --hx1-meta-container-desktopWide-margin: 16px 0 0 0;
  --hx1-cta-container-phone-margin: 16px 0 20px 0;
  --hx1-cta-container-laptop-margin: 24px 0 36px 0;
  --hx1-cta-container-desktop-margin: 24px 0 28px 0;
  --hx1-cta-container-content-default-margin/* rtl:as:margin */: 0 16px 0 0;
  --hx1-primary-cta-default-min-width: 97px;
  --hx1-primary-cta-tablet-min-width: 131px;
  --hx1-primary-cta-desktop-min-width: 144px;
  --hx1-primary-cta-default-height: 32px;
  --hx1-primary-cta-tablet-height: 40px;
  --hx1-primary-cta-desktop-height: 48px;
  --hx1-primary-cta-default-font-size: 14px;
  --hx1-primary-cta-tablet-font-size: 16px;
  --hx1-primary-cta-desktop-font-size: 20px;
  --hx1-primary-cta-default-line-height: 14px;
  --hx1-primary-cta-tablet-line-height: 16px;
  --hx1-primary-cta-desktop-line-height: 20px;
  --hx1-primary-cta-default-padding: 0 16px;
  --hx1-primary-cta-tablet-padding: 0 24px;
  --hx1-primary-cta-default-gap: 4px;
  --hx1-primary-cta-tablet-gap: 8px;
  --hx1-primary-cta-color: #ffffff;
  --hx1-other-cta-default-width: 54px;
  --hx1-other-cta-tablet-width: 60px;
  --hx1-other-cta-default-bookmark-width: 68px;
  --hx1-other-cta-tablet-bookmark-width: 79px;
  --hx1-other-cta-default-height: 35px;
  --hx1-other-cta-tablet-height: 48px;
  --hx1-other-cta-default-font-size: 12px;
  --hx1-other-cta-tablet-font-size: 14px;
  --hx1-other-cta-default-line-height: 16px;
  --hx1-other-cta-tablet-line-height: 16px;
  --hx1-other-cta-label-margin: 0;
  --hx1-other-cta-svg-default-width: 16px;
  --hx1-other-cta-svg-tablet-width: 24px;
  --hx1-other-cta-svg-default-height: 16px;
  --hx1-other-cta-svg-tablet-height: 24px;
  --hx1-other-cta-svg-default-margin: 0 0 3px 0;
  --hx1-other-cta-svg-tablet-margin: 0 0 8px 0;
  --hx1-other-cta-svg-default-color: #cccccc;
  --hx1-other-cta-svg-hover-color: #ffffff;
  --hx1-other-cta-svg-default-fill: #cccccc;
  --hx1-other-cta-svg-hover-fill: #ffffff;
  --hx1-counter-container-default-margin: -12px 0 0 0;
}

div.hero-title {
  padding-left: 0;
  padding-right: 0;
}

.hero-title {
  margin: var(--hx1-title-phone-margin);
}
@media (min-width: 90em) {
  .hero-title {
    margin: var(--hx1-title-desktopWide-margin);
  }
}
.hero-title h1 {
  margin: 0;
}
.hero-title__text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  color: var(--color-hero-text-title);
  -webkit-line-clamp: var(--hero-title-line-clamp);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  font: var(--typography-hero-carousel-rw-xs-short-title);
}
@media (min-width: 45em) {
  .hero-title__text {
    font: var(--typography-hero-carousel-rw-s-short-title);
  }
}
@media (min-width: 60em) {
  .hero-title__text {
    font: var(--typography-hero-carousel-rw-m-short-title);
  }
}
@media (min-width: 75em) {
  .hero-title__text {
    font: var(--typography-hero-carousel-rw-l-short-title);
  }
}
@media (min-width: 90em) {
  .hero-title__text {
    font: var(--typography-hero-carousel-rw-xl-short-title);
  }
}
.hero-title--large .hero-title__text {
  font: var(--typography-hero-carousel-rw-xs-long-title);
}
@media (min-width: 45em) {
  .hero-title--large .hero-title__text {
    font: var(--typography-hero-carousel-rw-s-long-title);
  }
}
@media (min-width: 60em) {
  .hero-title--large .hero-title__text {
    font: var(--typography-hero-carousel-rw-m-long-title);
  }
}
@media (min-width: 75em) {
  .hero-title--large .hero-title__text {
    font: var(--typography-hero-carousel-rw-l-long-title);
  }
}
@media (min-width: 90em) {
  .hero-title--large .hero-title__text {
    font: var(--typography-hero-carousel-rw-xl-long-title);
  }
}
.hero-title--extra-large .hero-title__text {
  font: var(--typography-hero-carousel-rw-xs-extra-long-title);
}
@media (min-width: 45em) {
  .hero-title--extra-large .hero-title__text {
    font: var(--typography-hero-carousel-rw-s-extra-long-title);
  }
}
@media (min-width: 60em) {
  .hero-title--extra-large .hero-title__text {
    font: var(--typography-hero-carousel-rw-m-extra-long-title);
  }
}
@media (min-width: 75em) {
  .hero-title--extra-large .hero-title__text {
    font: var(--typography-hero-carousel-rw-l-extra-long-title);
  }
}
@media (min-width: 90em) {
  .hero-title--extra-large .hero-title__text {
    font: var(--typography-hero-carousel-rw-xl-extra-long-title);
  }
}
/** _decimal.scss | MIT License | gist.github.com/terkel/4373420
 *
 * Round a number to specified digits.
 *
 * @param  {Number} $number A number to round
 * @param  {Number} [$digits:0] Digits to output
 * @param  {String} [$mode:round] (round|ceil|floor) How to round a number
 * @return {Number} A rounded number
 * @example
 *     decimal-round(0.333)    => 0
 *     decimal-round(0.333, 1) => 0.3
 *     decimal-round(0.333, 2) => 0.33
 *     decimal-round(0.666)    => 1
 *     decimal-round(0.666, 1) => 0.7
 *     decimal-round(0.666, 2) => 0.67
 */
/**
 * Strip units from value e.g. remove px from 16px remove vm from 16vm;
 * @param {integer} $val - The value to clean;
 */
/**
 * View width calc by pixel vs width
 * @param {integer} $val - The pixel value;
 * @param {string} $breakpoint - The breakpoint to calc against;
 */
/**
 * Calculate line-height based on font-size
 * @param {css variable} $fontSize - font size in vw;
 */
/**
 * View width mixin to set vw with pixel fallback based off breakpoint
 * @param {string} $breakpoint - The font-size at given breakpoint;
 * @param {string} $prop - The css property;
 * @param {integer} $val - The pixel value;
 */
.page-entry-hx1 {
  --hx1-margin-bottom-small: 24px;
  --hx1-margin-bottom-large: 40px;
}

.hx1 {
  --hx1-mobile-height: 420px;
  --hx1-tablet-height: 47vw;
  --hx1-laptop-height: 44vw;
  --hx1-desktopWide-height: 40vw;
  --hx1-primary-poster-phone-height: 150%;
  --hx1-primary-poster-phablet-height: 56.25vw;
  --hx1-count-indicator-position-bottom: 0vw;
  --hx1-count-indicator-line-height: 4px;
  --hx1-desktopWide-padding-top: 120px;
  --hx1-desktop-padding-top: 104px;
  --hx1-laptop-padding-top: 80px;
  --hx1-tablet-padding-top: 72px;
  --hx1-phone-horizontal-padding: 16px;
  --hx1-tablet-horizontal-padding: 24px;
  --hx1-laptop-horizontal-padding: 32px;
  --hx1-desktop-horizontal-padding: 40px;
  --hx1-desktopwide-horizontal-padding: 56px;
  --hx1-title-phone-margin: 8px 0 0 0;
  --hx1-title-desktopWide-margin: 16px 0 0 0;
  --hx1-brand-height-multiplier: 0.25;
  --hx1-badge-height-width-multiplier: 0.125;
  --hx1-badge-grid-offset: 8px;
  --hx1-badge-desktop-grid-offset: 16px;
  --hx1-badge-margin/* rtl:as:margin */: 0 12px 0 0;
  --hx1-badge-padding: 2px 10px;
  --hx1-badge-default-font-size: 12px;
  --hx1-badge-default-line-height: 16px;
  --hx1-datetime-line-height: 20px;
  --hx1-badge-image-phone-margin: 0 0 71px 0;
  --hx1-badge-image-tablet-margin: 0 0 20px 0;
  --hx1-badge-image-laptop-margin: 0 0 36px 0;
  --hx1-badge-image-desktop-margin: 0 0 28px 0;
  --hx1-meta-container-margin: 8px 0 0 0;
  --hx1-meta-container-desktopWide-margin: 16px 0 0 0;
  --hx1-cta-container-phone-margin: 16px 0 20px 0;
  --hx1-cta-container-laptop-margin: 24px 0 36px 0;
  --hx1-cta-container-desktop-margin: 24px 0 28px 0;
  --hx1-cta-container-content-default-margin/* rtl:as:margin */: 0 16px 0 0;
  --hx1-primary-cta-default-min-width: 97px;
  --hx1-primary-cta-tablet-min-width: 131px;
  --hx1-primary-cta-desktop-min-width: 144px;
  --hx1-primary-cta-default-height: 32px;
  --hx1-primary-cta-tablet-height: 40px;
  --hx1-primary-cta-desktop-height: 48px;
  --hx1-primary-cta-default-font-size: 14px;
  --hx1-primary-cta-tablet-font-size: 16px;
  --hx1-primary-cta-desktop-font-size: 20px;
  --hx1-primary-cta-default-line-height: 14px;
  --hx1-primary-cta-tablet-line-height: 16px;
  --hx1-primary-cta-desktop-line-height: 20px;
  --hx1-primary-cta-default-padding: 0 16px;
  --hx1-primary-cta-tablet-padding: 0 24px;
  --hx1-primary-cta-default-gap: 4px;
  --hx1-primary-cta-tablet-gap: 8px;
  --hx1-primary-cta-color: #ffffff;
  --hx1-other-cta-default-width: 54px;
  --hx1-other-cta-tablet-width: 60px;
  --hx1-other-cta-default-bookmark-width: 68px;
  --hx1-other-cta-tablet-bookmark-width: 79px;
  --hx1-other-cta-default-height: 35px;
  --hx1-other-cta-tablet-height: 48px;
  --hx1-other-cta-default-font-size: 12px;
  --hx1-other-cta-tablet-font-size: 14px;
  --hx1-other-cta-default-line-height: 16px;
  --hx1-other-cta-tablet-line-height: 16px;
  --hx1-other-cta-label-margin: 0;
  --hx1-other-cta-svg-default-width: 16px;
  --hx1-other-cta-svg-tablet-width: 24px;
  --hx1-other-cta-svg-default-height: 16px;
  --hx1-other-cta-svg-tablet-height: 24px;
  --hx1-other-cta-svg-default-margin: 0 0 3px 0;
  --hx1-other-cta-svg-tablet-margin: 0 0 8px 0;
  --hx1-other-cta-svg-default-color: #cccccc;
  --hx1-other-cta-svg-hover-color: #ffffff;
  --hx1-other-cta-svg-default-fill: #cccccc;
  --hx1-other-cta-svg-hover-fill: #ffffff;
  --hx1-counter-container-default-margin: -12px 0 0 0;
}

#hx1-content {
  overflow: hidden;
  position: absolute;
  top: 0;
  line-height: normal;
  height: var(--hx1-mobile-height);
}
@media (min-width: 45em) {
  #hx1-content {
    height: var(--hx1-tablet-height);
  }
}
@media (min-width: 60em) {
  #hx1-content {
    height: var(--hx1-laptop-height);
  }
}
@media (min-width: 90em) {
  #hx1-content {
    height: var(--hx1-desktopWide-height);
  }
}
#hx1-content {
  padding: 0 var(--hx1-phone-horizontal-padding);
}
@media (min-width: 45em) {
  #hx1-content {
    padding: var(--hx1-tablet-padding-top) var(--hx1-tablet-horizontal-padding) 0;
  }
}
@media (min-width: 60em) {
  #hx1-content {
    padding: var(--hx1-laptop-padding-top) var(--hx1-laptop-horizontal-padding) 0;
  }
}
@media (min-width: 75em) {
  #hx1-content {
    padding: var(--hx1-desktop-padding-top) var(--hx1-desktop-horizontal-padding) 0;
  }
}
@media (min-width: 90em) {
  #hx1-content {
    padding: var(--hx1-desktopWide-padding-top) var(--hx1-desktopwide-horizontal-padding) 0;
  }
}
#hx1-content .cta-toggle-btn.other-buttons .cta-toggle-btn__label {
  display: none;
}
#hx1-content .cta-toggle-btn.other-buttons .cta-toggle-btn__label--static {
  display: block;
}
#hx1-content .cta-toggle-btn.other-buttons.cta-toggle-btn--hovered .cta-toggle-btn__label--hover {
  display: block;
}
#hx1-content .cta-toggle-btn.other-buttons.cta-toggle-btn--hovered .cta-toggle-btn__label--static {
  display: none;
}
#hx1-content .cta-toggle-btn.other-buttons.active .cta-toggle-btn__label {
  display: none;
}
#hx1-content .cta-toggle-btn.other-buttons.active.cta-toggle-btn--hovered .cta-toggle-btn__label--active-hover {
  display: block;
}
#hx1-content .cta-toggle-btn.other-buttons.active.cta-toggle-btn--hovered .cta-toggle-btn__label--active {
  display: none;
}
#hx1-content .cta-toggle-btn.other-buttons.active .cta-toggle-btn__label--active {
  display: block;
}
#hx1-content .cta-container {
  display: flex;
  margin: var(--hx1-cta-container-phone-margin);
  align-items: center;
}
#hx1-content .cta-container.upcoming {
  align-items: flex-end;
}
@media (min-width: 60em) {
  #hx1-content .cta-container {
    margin: var(--hx1-cta-container-laptop-margin);
  }
}
@media (min-width: 75em) {
  #hx1-content .cta-container {
    margin: var(--hx1-cta-container-desktop-margin);
  }
}
#hx1-content .cta-container .primary-cta {
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
#hx1-content .cta-container .counter-container {
  margin: var(--hx1-counter-container-default-margin);
}
#hx1-content .cta-container .other-buttons .cta-toggle-btn__label {
  font-size: var(--hx1-other-cta-default-font-size);
  line-height: var(--hx1-other-cta-default-line-height);
  margin: var(--hx1-other-cta-label-margin);
}
@media (min-width: 60em) {
  #hx1-content .cta-container .other-buttons .cta-toggle-btn__label {
    font-size: var(--hx1-other-cta-tablet-font-size);
  }
}
#hx1-content .cta-container .other-buttons.bookmark-btn {
  min-width: var(--hx1-other-cta-default-bookmark-width);
}
@media (min-width: 60em) {
  #hx1-content .cta-container .other-buttons.bookmark-btn {
    min-width: var(--hx1-other-cta-tablet-bookmark-width);
  }
}
#hx1-content .cta-container .other-buttons {
  display: flex;
  flex-direction: column;
  min-width: var(--hx1-other-cta-default-width);
  height: var(--hx1-other-cta-default-height);
  align-items: center;
}
#hx1-content .cta-container .other-buttons:hover svg {
  fill: var(--hx1-other-cta-svg-hover-fill);
  color: var(--hx1-other-cta-svg-hover-color);
}
@media (min-width: 45em) {
  #hx1-content .cta-container .other-buttons {
    min-width: var(--hx1-other-cta-tablet-width);
    height: var(--hx1-other-cta-tablet-height);
  }
}
#hx1-content .cta-container .other-buttons svg {
  width: var(--hx1-other-cta-svg-default-width);
  height: var(--hx1-other-cta-svg-default-height);
  margin: var(--hx1-other-cta-svg-default-margin);
  fill: var(--hx1-other-cta-svg-default-fill);
  color: var(--hx1-other-cta-svg-default-color);
}
@media (min-width: 45em) {
  #hx1-content .cta-container .other-buttons svg {
    width: var(--hx1-other-cta-svg-tablet-width);
    height: var(--hx1-other-cta-svg-tablet-height);
    margin: var(--hx1-other-cta-svg-tablet-margin);
  }
}
#hx1-content .cta-container .primary-cta,
#hx1-content .cta-container .other-buttons,
#hx1-content .cta-container .counter-container {
  margin: var(--hx1-cta-container-content-default-margin);
}
#hx1-content .cta-container .other-buttons:last-child {
  margin: 0;
}
#hx1-content .meta-container {
  margin: var(--hx1-meta-container-margin);
  display: flex;
  align-items: center;
}
@media (min-width: 90em) {
  #hx1-content .meta-container {
    margin: var(--hx1-meta-container-desktopWide-margin);
  }
}
#hx1-content .brand-image-container {
  padding: 0;
  margin: var(--hx1-title-phone-margin);
  height: calc(var(--hx1-brand-height-multiplier) * var(--hx1-mobile-height));
}
@media (min-width: 45em) {
  #hx1-content .brand-image-container {
    height: calc(var(--hx1-brand-height-multiplier) * var(--hx1-tablet-height));
  }
}
@media (min-width: 60em) {
  #hx1-content .brand-image-container {
    height: calc(var(--hx1-brand-height-multiplier) * var(--hx1-laptop-height));
  }
}
@media (min-width: 90em) {
  #hx1-content .brand-image-container {
    margin: var(--hx1-title-desktopWide-margin);
    height: calc(var(--hx1-brand-height-multiplier) * var(--hx1-desktopWide-height));
  }
}
#hx1-content .brand-image-container {
  width: auto;
}
#hx1-content .lock-icon {
  display: block;
  width: 18px;
  height: 18px;
  margin-right: 10px;
}
#hx1-content .badge-container {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 30em) {
  #hx1-content .badge-container {
    flex-wrap: nowrap;
  }
}
#hx1-content .badge-container .state-badge {
  margin: var(--hx1-badge-margin);
}
#hx1-content .badge-container .badge {
  padding: var(--hx1-badge-padding);
  margin: var(--hx1-badge-margin);
}
#hx1-content .badge-container .datetime {
  line-height: var(--hx1-datetime-line-height);
  padding-top: 5px;
  color: var(--color-global-badge-timeframe-text);
  align-self: center;
  font: var(--typography-badge-rw-xs);
}
@media (min-width: 30em) {
  #hx1-content .badge-container .datetime {
    padding-top: 0;
  }
}
@media (min-width: 45em) {
  #hx1-content .badge-container .datetime {
    font: var(--typography-badge-rw-s);
  }
}
@media (min-width: 75em) {
  #hx1-content .badge-container .datetime {
    font: var(--typography-badge-rw-l);
  }
}

.hx1 .carousel-text__badge-image {
  object-fit: contain;
  max-height: calc(var(--hx1-badge-height-width-multiplier) * 100vw) !important;
  max-width: none !important;
  width: calc(var(--hx1-badge-height-width-multiplier) * (100vw - var(--hx1-phone-horizontal-padding) - var(--hx1-badge-grid-offset))) !important;
  padding: 0 var(--hx1-phone-horizontal-padding) !important;
  margin: var(--hx1-badge-image-phone-margin);
}
@media (min-width: 45em) {
  .hx1 .carousel-text__badge-image {
    width: calc(var(--hx1-badge-height-width-multiplier) * (100vw - var(--hx1-tablet-horizontal-padding) - var(--hx1-badge-grid-of))) !important;
    padding: 0 var(--hx1-tablet-horizontal-padding) !important;
    margin: var(--hx1-badge-image-tablet-margin);
  }
}
@media (min-width: 60em) {
  .hx1 .carousel-text__badge-image {
    width: calc(var(--hx1-badge-height-width-multiplier) * (100vw - var(--hx1-laptop-horizontal-padding) - var(--hx1-badge-grid-offset))) !important;
    padding: 0 var(--hx1-laptop-horizontal-padding) !important;
    margin: var(--hx1-badge-image-laptop-margin);
  }
}
@media (min-width: 75em) {
  .hx1 .carousel-text__badge-image {
    width: calc(var(--hx1-badge-height-width-multiplier) * (100vw - var(--hx1-desktop-horizontal-padding) - var(--hx1-badge-desktop-grid-offset))) !important;
    padding: 0 var(--hx1-desktop-horizontal-padding) !important;
    margin: var(--hx1-badge-image-desktop-margin);
  }
}
@media (min-width: 90em) {
  .hx1 .carousel-text__badge-image {
    width: calc(var(--hx1-badge-height-width-multiplier) * (100vw - var(--hx1-desktopwide-horizontal-padding) - var(--hx1-badge-desktop-grid-offset))) !important;
    padding: 0 var(--hx1-desktopwide-horizontal-padding) !important;
    margin: var(--hx1-badge-image-desktopWide-margin);
  }
}
/** _decimal.scss | MIT License | gist.github.com/terkel/4373420
 *
 * Round a number to specified digits.
 *
 * @param  {Number} $number A number to round
 * @param  {Number} [$digits:0] Digits to output
 * @param  {String} [$mode:round] (round|ceil|floor) How to round a number
 * @return {Number} A rounded number
 * @example
 *     decimal-round(0.333)    => 0
 *     decimal-round(0.333, 1) => 0.3
 *     decimal-round(0.333, 2) => 0.33
 *     decimal-round(0.666)    => 1
 *     decimal-round(0.666, 1) => 0.7
 *     decimal-round(0.666, 2) => 0.67
 */
/**
 * Strip units from value e.g. remove px from 16px remove vm from 16vm;
 * @param {integer} $val - The value to clean;
 */
/**
 * View width calc by pixel vs width
 * @param {integer} $val - The pixel value;
 * @param {string} $breakpoint - The breakpoint to calc against;
 */
/**
 * Calculate line-height based on font-size
 * @param {css variable} $fontSize - font size in vw;
 */
/**
 * View width mixin to set vw with pixel fallback based off breakpoint
 * @param {string} $breakpoint - The font-size at given breakpoint;
 * @param {string} $prop - The css property;
 * @param {integer} $val - The pixel value;
 */
.carousel {
  position: relative;
  overflow: hidden;
}
.carousel .swipe {
  position: relative;
}
.carousel .swipe__container {
  line-height: 0;
}
.carousel--scroll-disabled .arrow {
  display: none;
}
.carousel__belt {
  will-change: transform;
}
.carousel__frame, .carousel__belt {
  height: 100%;
}

.carousel-item {
  flex-direction: column;
  min-width: 100%;
  position: absolute;
  display: inline-block;
  width: 100%;
  top: 0;
  left: 0;
  will-change: transform;
  height: 100%;
  background-size: 100%;
  cursor: pointer;
}
html[data-inputmode=k] .carousel-item:focus {
  outline-offset: -2px;
  outline-width: thin;
}
.carousel-item:not(.carousel-item--link):before {
  background-image: var(--gradient-hero-light-bottom);
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.carousel-item__banner {
  min-width: 100%;
}
.carousel-item__badge-container {
  display: flex;
  align-items: center;
  gap: 12px;
}
.carousel-item__lock-icon {
  width: 16px;
  height: 16px;
}
.carousel-item:first-of-type {
  position: relative;
}
.carousel-item:nth-child(1) {
  transform: translateX(-100%);
}
.carousel-item:nth-child(3) {
  transform: translateX(100%);
}
.carousel-item__image {
  width: 100%;
  height: 100%;
  max-width: 99999px;
}
.carousel-item.offline .carousel-item__image {
  filter: grayscale(100%);
}

.carousel-text {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  display: flex;
  -webkit-font-smoothing: antialiased;
  flex-direction: column-reverse;
  flex-wrap: nowrap;
  padding: 14px 14px;
  padding: calc(14px - (100vw - 100%)) calc(14px - (100vw - 100%));
}
@media (min-width: 45em) {
  .carousel-text {
    padding: 60px 14px 14px;
    padding: 60px calc(14px - (100vw - 100%)) calc(14px - (100vw - 100%));
  }
}
@media (min-width: 75em) {
  .carousel-text {
    padding: 80px 14px 14px;
    padding: 80px calc(14px - (100vw - 100%)) calc(14px - (100vw - 100%));
  }
}
@media (min-width: 45em) {
  .carousel-text {
    padding: 24px 24px;
    padding: calc(24px - (100vw - 100%)) calc(24px - (100vw - 100%));
  }
}
@media (min-width: 45em) and (min-width: 45em) {
  .carousel-text {
    padding: 60px 24px 24px;
    padding: 60px calc(24px - (100vw - 100%)) calc(24px - (100vw - 100%));
  }
}
@media (min-width: 45em) and (min-width: 75em) {
  .carousel-text {
    padding: 80px 24px 24px;
    padding: 80px calc(24px - (100vw - 100%)) calc(24px - (100vw - 100%));
  }
}
@media (min-width: 60em) {
  .carousel-text {
    padding: 32px 32px;
    padding: calc(32px - (100vw - 100%)) calc(32px - (100vw - 100%));
  }
}
@media (min-width: 60em) and (min-width: 45em) {
  .carousel-text {
    padding: 60px 32px 32px;
    padding: 60px calc(32px - (100vw - 100%)) calc(32px - (100vw - 100%));
  }
}
@media (min-width: 60em) and (min-width: 75em) {
  .carousel-text {
    padding: 80px 32px 32px;
    padding: 80px calc(32px - (100vw - 100%)) calc(32px - (100vw - 100%));
  }
}
@media (min-width: 75em) {
  .carousel-text {
    padding: 40px 40px;
    padding: calc(40px - (100vw - 100%)) calc(40px - (100vw - 100%));
  }
}
@media (min-width: 75em) and (min-width: 45em) {
  .carousel-text {
    padding: 60px 40px 40px;
    padding: 60px calc(40px - (100vw - 100%)) calc(40px - (100vw - 100%));
  }
}
@media (min-width: 75em) and (min-width: 75em) {
  .carousel-text {
    padding: 80px 40px 40px;
    padding: 80px calc(40px - (100vw - 100%)) calc(40px - (100vw - 100%));
  }
}
@media (min-width: 90em) {
  .carousel-text {
    padding: 65px 65px;
    padding: calc(65px - (100vw - 100%)) calc(65px - (100vw - 100%));
  }
}
@media (min-width: 90em) and (min-width: 45em) {
  .carousel-text {
    padding: 60px 65px 65px;
    padding: 60px calc(65px - (100vw - 100%)) calc(65px - (100vw - 100%));
  }
}
@media (min-width: 90em) and (min-width: 75em) {
  .carousel-text {
    padding: 80px 65px 65px;
    padding: 80px calc(65px - (100vw - 100%)) calc(65px - (100vw - 100%));
  }
}
.carousel-text__badge {
  position: relative;
  display: inline-block;
  margin: 0;
  transition: all 0.2s ease-in-out;
}
@media (min-width: 45em) {
  .carousel-text__badge {
    top: 0;
    width: auto;
  }
}
.carousel-text__badge-image {
  max-height: 13%;
  max-width: 13%;
  align-self: flex-end;
  position: absolute;
  bottom: 0;
  right: 0;
  box-sizing: content-box;
  padding: 14px 14px;
  padding: calc(14px - (100vw - 100%)) calc(14px - (100vw - 100%));
}
@media (min-width: 45em) {
  .carousel-text__badge-image {
    padding: 60px 14px 14px;
    padding: 60px calc(14px - (100vw - 100%)) calc(14px - (100vw - 100%));
  }
}
@media (min-width: 75em) {
  .carousel-text__badge-image {
    padding: 80px 14px 14px;
    padding: 80px calc(14px - (100vw - 100%)) calc(14px - (100vw - 100%));
  }
}
@media (min-width: 45em) {
  .carousel-text__badge-image {
    padding: 24px 24px;
    padding: calc(24px - (100vw - 100%)) calc(24px - (100vw - 100%));
  }
}
@media (min-width: 45em) and (min-width: 45em) {
  .carousel-text__badge-image {
    padding: 60px 24px 24px;
    padding: 60px calc(24px - (100vw - 100%)) calc(24px - (100vw - 100%));
  }
}
@media (min-width: 45em) and (min-width: 75em) {
  .carousel-text__badge-image {
    padding: 80px 24px 24px;
    padding: 80px calc(24px - (100vw - 100%)) calc(24px - (100vw - 100%));
  }
}
@media (min-width: 60em) {
  .carousel-text__badge-image {
    padding: 32px 32px;
    padding: calc(32px - (100vw - 100%)) calc(32px - (100vw - 100%));
  }
}
@media (min-width: 60em) and (min-width: 45em) {
  .carousel-text__badge-image {
    padding: 60px 32px 32px;
    padding: 60px calc(32px - (100vw - 100%)) calc(32px - (100vw - 100%));
  }
}
@media (min-width: 60em) and (min-width: 75em) {
  .carousel-text__badge-image {
    padding: 80px 32px 32px;
    padding: 80px calc(32px - (100vw - 100%)) calc(32px - (100vw - 100%));
  }
}
@media (min-width: 75em) {
  .carousel-text__badge-image {
    padding: 40px 40px;
    padding: calc(40px - (100vw - 100%)) calc(40px - (100vw - 100%));
  }
}
@media (min-width: 75em) and (min-width: 45em) {
  .carousel-text__badge-image {
    padding: 60px 40px 40px;
    padding: 60px calc(40px - (100vw - 100%)) calc(40px - (100vw - 100%));
  }
}
@media (min-width: 75em) and (min-width: 75em) {
  .carousel-text__badge-image {
    padding: 80px 40px 40px;
    padding: 80px calc(40px - (100vw - 100%)) calc(40px - (100vw - 100%));
  }
}
@media (min-width: 90em) {
  .carousel-text__badge-image {
    padding: 65px 65px;
    padding: calc(65px - (100vw - 100%)) calc(65px - (100vw - 100%));
  }
}
@media (min-width: 90em) and (min-width: 45em) {
  .carousel-text__badge-image {
    padding: 60px 65px 65px;
    padding: 60px calc(65px - (100vw - 100%)) calc(65px - (100vw - 100%));
  }
}
@media (min-width: 90em) and (min-width: 75em) {
  .carousel-text__badge-image {
    padding: 80px 65px 65px;
    padding: 80px calc(65px - (100vw - 100%)) calc(65px - (100vw - 100%));
  }
}
.carousel-text__title--hidden {
  display: none;
}
.carousel-text__picture {
  max-height: 30%;
  max-width: 60%;
  width: auto;
  height: auto;
  margin: 6px 0 0;
  margin: 1.88vw 0vw 0vw;
}
@media (min-width: 45em) {
  .carousel-text__picture {
    margin: 8px 0 0;
    margin: 1.11vw 0vw 0vw;
    max-width: 40%;
  }
}
@media (min-width: 60em) {
  .carousel-text__picture {
    margin: 12px 0 0;
    margin: 1.25vw 0vw 0vw;
  }
}
@media (min-width: 90em) {
  .carousel-text__picture {
    max-height: 40%;
  }
}
.carousel-text__tagline {
  width: 80%;
  padding: 0;
  margin: 4px 0 0;
  margin: 1.25vw 0vw 0vw;
}
@media (min-width: 45em) {
  .carousel-text__tagline {
    width: 66%;
    margin: 4px 0 0;
    margin: 0.56vw 0vw 0vw;
  }
}
@media (min-width: 60em) {
  .carousel-text__tagline {
    margin: 12px 0 0;
    margin: 1.25vw 0vw 0vw;
  }
}
@media (min-width: 75em) {
  .carousel-text__tagline {
    margin: 12px 0 0;
    margin: 1vw 0vw 0vw;
  }
}
@media (min-width: 90em) {
  .carousel-text__tagline {
    margin: 12px 0 0;
    margin: 0.83vw 0vw 0vw;
  }
}
.carousel-text--badge-image .carousel-text__title, .carousel-text--badge-image .carousel-text__tagline {
  width: 66%;
}

@media (min-width: 75em) {
  .carousel-item__text {
    background: none;
  }
}
/**
 * The Left Alignments
 */
.carousel--left-bottom .carousel-text,
.carousel--left-middle .carousel-text,
.carousel--left-top .carousel-text {
  text-align: left;
  align-items: flex-start;
}
.carousel--left-bottom .carousel-text__picture,
.carousel--left-middle .carousel-text__picture,
.carousel--left-top .carousel-text__picture {
  align-self: flex-start;
}

.carousel--left-middle .carousel-text,
.carousel--left-top .carousel-text {
  justify-content: center;
}
.carousel--left-middle .carousel-item:not(.carousel-item--link):before,
.carousel--left-top .carousel-item:not(.carousel-item--link):before {
  background-image: var(--gradient-hero-light-left);
}

.carousel--left-top .carousel-text {
  justify-content: flex-end;
}
.carousel--left-top .carousel-text__picture {
  align-self: flex-start;
}

/**
 * The Center Alignments
 */
.carousel--center-bottom .carousel-text,
.carousel--center-middle .carousel-text,
.carousel--center-top .carousel-text {
  text-align: center;
  align-items: center;
}
.carousel--center-bottom .carousel-text__picture,
.carousel--center-middle .carousel-text__picture,
.carousel--center-top .carousel-text__picture {
  align-self: center;
}

.carousel--center-middle .carousel-text {
  justify-content: center;
}

.carousel--center-top .carousel-text {
  justify-content: flex-end;
}
.carousel--center-top .carousel-item:not(.carousel-item--link):before {
  background-image: var(--gradient-hero-light-top);
}

/**
 * The Right Alignments
 */
.carousel--right-bottom .carousel-text,
.carousel--right-middle .carousel-text,
.carousel--right-top .carousel-text {
  text-align: right;
  align-items: flex-end;
}
.carousel--right-bottom .carousel-text__picture,
.carousel--right-middle .carousel-text__picture,
.carousel--right-top .carousel-text__picture {
  align-self: flex-end;
}
.carousel--right-bottom .carousel-text__badge-image,
.carousel--right-middle .carousel-text__badge-image,
.carousel--right-top .carousel-text__badge-image {
  max-height: 13%;
  max-width: 13%;
  align-self: flex-end;
  position: absolute;
  left: 0;
  right: auto;
}
.carousel--right-bottom .carousel-text__badge,
.carousel--right-middle .carousel-text__badge,
.carousel--right-top .carousel-text__badge {
  left: 0;
  right: auto;
}

.carousel--right-middle .carousel-text,
.carousel--right-top .carousel-text {
  justify-content: center;
}
.carousel--right-middle .carousel-item:not(.carousel-item--link):before,
.carousel--right-top .carousel-item:not(.carousel-item--link):before {
  background-image: var(--gradient-hero-light-right);
}

.carousel--right-top .carousel-text {
  justify-content: flex-end;
}

/**
 * Left and Center aligned transitions
 */
@media (min-width: 75em) {
  .carousel--left-bottom .carousel-item--transitions-enabled .carousel-text__badge,
  .carousel--left-bottom .carousel-item--transitions-enabled .carousel-text__title,
  .carousel--left-bottom .carousel-item--transitions-enabled .carousel-text__picture,
  .carousel--left-bottom .carousel-item--transitions-enabled .carousel-text__tagline,
  .carousel--left-middle .carousel-item--transitions-enabled .carousel-text__badge,
  .carousel--left-middle .carousel-item--transitions-enabled .carousel-text__title,
  .carousel--left-middle .carousel-item--transitions-enabled .carousel-text__picture,
  .carousel--left-middle .carousel-item--transitions-enabled .carousel-text__tagline,
  .carousel--left-top .carousel-item--transitions-enabled .carousel-text__badge,
  .carousel--left-top .carousel-item--transitions-enabled .carousel-text__title,
  .carousel--left-top .carousel-item--transitions-enabled .carousel-text__picture,
  .carousel--left-top .carousel-item--transitions-enabled .carousel-text__tagline,
  .carousel--center-bottom .carousel-item--transitions-enabled .carousel-text__badge,
  .carousel--center-bottom .carousel-item--transitions-enabled .carousel-text__title,
  .carousel--center-bottom .carousel-item--transitions-enabled .carousel-text__picture,
  .carousel--center-bottom .carousel-item--transitions-enabled .carousel-text__tagline,
  .carousel--center-middle .carousel-item--transitions-enabled .carousel-text__badge,
  .carousel--center-middle .carousel-item--transitions-enabled .carousel-text__title,
  .carousel--center-middle .carousel-item--transitions-enabled .carousel-text__picture,
  .carousel--center-middle .carousel-item--transitions-enabled .carousel-text__tagline,
  .carousel--center-top .carousel-item--transitions-enabled .carousel-text__badge,
  .carousel--center-top .carousel-item--transitions-enabled .carousel-text__title,
  .carousel--center-top .carousel-item--transitions-enabled .carousel-text__picture,
  .carousel--center-top .carousel-item--transitions-enabled .carousel-text__tagline {
    transform: translateX(300px);
  }
}
/**
 * Right aligned transitions
 */
/* stylelint-disable no-duplicate-selectors*/
@media (min-width: 75em) {
  .carousel--right-bottom .carousel-item--transitions-enabled .carousel-text__badge,
  .carousel--right-bottom .carousel-item--transitions-enabled .carousel-text__title,
  .carousel--right-bottom .carousel-item--transitions-enabled .carousel-text__picture,
  .carousel--right-bottom .carousel-item--transitions-enabled .carousel-text__tagline,
  .carousel--right-middle .carousel-item--transitions-enabled .carousel-text__badge,
  .carousel--right-middle .carousel-item--transitions-enabled .carousel-text__title,
  .carousel--right-middle .carousel-item--transitions-enabled .carousel-text__picture,
  .carousel--right-middle .carousel-item--transitions-enabled .carousel-text__tagline,
  .carousel--right-top .carousel-item--transitions-enabled .carousel-text__badge,
  .carousel--right-top .carousel-item--transitions-enabled .carousel-text__title,
  .carousel--right-top .carousel-item--transitions-enabled .carousel-text__picture,
  .carousel--right-top .carousel-item--transitions-enabled .carousel-text__tagline {
    transform: translateX(-300px);
  }
}
/* stylelint-enable no-duplicate-selectors*/
/**
 * Common rules
 */
@media (min-width: 75em) {
  .carousel-item--transitions-enabled .carousel-text__badge {
    transition: transform 900ms cubic-bezier(0.26, 0.005, 0.065, 0.995) 0.1s, opacity 900ms cubic-bezier(0.26, 0.005, 0.065, 0.995) 0.1s;
  }
  .carousel-item--transitions-enabled .carousel-text__title,
  .carousel-item--transitions-enabled .carousel-text__picture {
    transition: transform 1200ms cubic-bezier(0.26, 0.005, 0.065, 0.995) 0.1s, opacity 1200ms cubic-bezier(0.26, 0.005, 0.065, 0.995) 0.1s;
  }
  .carousel-item--transitions-enabled .carousel-text__tagline {
    transition: transform 1400ms cubic-bezier(0.26, 0.005, 0.065, 0.995) 0.1s, opacity 1400ms cubic-bezier(0.26, 0.005, 0.065, 0.995) 0.1s;
  }
  .carousel-item--transitions-enabled .carousel-text__title,
  .carousel-item--transitions-enabled .carousel-text__tagline,
  .carousel-item--transitions-enabled .carousel-text__badge,
  .carousel-item--transitions-enabled .carousel-text__picture {
    opacity: 0;
    will-change: transform, opacity;
  }
}
.carousel--left-bottom .carousel-item--in-view .carousel-text__title,
.carousel--left-middle .carousel-item--in-view .carousel-text__title,
.carousel--left-top .carousel-item--in-view .carousel-text__title,
.carousel--center-bottom .carousel-item--in-view .carousel-text__title,
.carousel--center-middle .carousel-item--in-view .carousel-text__title,
.carousel--center-top .carousel-item--in-view .carousel-text__title, .carousel--right-bottom .carousel-item--in-view .carousel-text__title,
.carousel--right-middle .carousel-item--in-view .carousel-text__title,
.carousel--right-top .carousel-item--in-view .carousel-text__title,
.carousel--left-bottom .carousel-item--in-view .carousel-text__tagline,
.carousel--left-middle .carousel-item--in-view .carousel-text__tagline,
.carousel--left-top .carousel-item--in-view .carousel-text__tagline,
.carousel--center-bottom .carousel-item--in-view .carousel-text__tagline,
.carousel--center-middle .carousel-item--in-view .carousel-text__tagline,
.carousel--center-top .carousel-item--in-view .carousel-text__tagline,
.carousel--right-bottom .carousel-item--in-view .carousel-text__tagline,
.carousel--right-middle .carousel-item--in-view .carousel-text__tagline,
.carousel--right-top .carousel-item--in-view .carousel-text__tagline,
.carousel--left-bottom .carousel-item--in-view .carousel-text__badge,
.carousel--left-middle .carousel-item--in-view .carousel-text__badge,
.carousel--left-top .carousel-item--in-view .carousel-text__badge,
.carousel--center-bottom .carousel-item--in-view .carousel-text__badge,
.carousel--center-middle .carousel-item--in-view .carousel-text__badge,
.carousel--center-top .carousel-item--in-view .carousel-text__badge,
.carousel--right-bottom .carousel-item--in-view .carousel-text__badge,
.carousel--right-middle .carousel-item--in-view .carousel-text__badge,
.carousel--right-top .carousel-item--in-view .carousel-text__badge,
.carousel--left-bottom .carousel-item--in-view .carousel-text__picture,
.carousel--left-middle .carousel-item--in-view .carousel-text__picture,
.carousel--left-top .carousel-item--in-view .carousel-text__picture,
.carousel--center-bottom .carousel-item--in-view .carousel-text__picture,
.carousel--center-middle .carousel-item--in-view .carousel-text__picture,
.carousel--center-top .carousel-item--in-view .carousel-text__picture,
.carousel--right-bottom .carousel-item--in-view .carousel-text__picture,
.carousel--right-middle .carousel-item--in-view .carousel-text__picture,
.carousel--right-top .carousel-item--in-view .carousel-text__picture {
  opacity: 1;
  transform: translateX(0px);
}
/** _decimal.scss | MIT License | gist.github.com/terkel/4373420
 *
 * Round a number to specified digits.
 *
 * @param  {Number} $number A number to round
 * @param  {Number} [$digits:0] Digits to output
 * @param  {String} [$mode:round] (round|ceil|floor) How to round a number
 * @return {Number} A rounded number
 * @example
 *     decimal-round(0.333)    => 0
 *     decimal-round(0.333, 1) => 0.3
 *     decimal-round(0.333, 2) => 0.33
 *     decimal-round(0.666)    => 1
 *     decimal-round(0.666, 1) => 0.7
 *     decimal-round(0.666, 2) => 0.67
 */
/**
 * Strip units from value e.g. remove px from 16px remove vm from 16vm;
 * @param {integer} $val - The value to clean;
 */
/**
 * View width calc by pixel vs width
 * @param {integer} $val - The pixel value;
 * @param {string} $breakpoint - The breakpoint to calc against;
 */
/**
 * Calculate line-height based on font-size
 * @param {css variable} $fontSize - font size in vw;
 */
/**
 * View width mixin to set vw with pixel fallback based off breakpoint
 * @param {string} $breakpoint - The font-size at given breakpoint;
 * @param {string} $prop - The css property;
 * @param {integer} $val - The pixel value;
 */
/**
 * Mixin 'use-grid-val' used for assign the global gutter or margin values to a specified css property for each breakpoint;
 * @param {string} $value-type - The global grid value type - gutters or margins
 * @param {string} $properties - The css property;
 */
.page-entry-hx1 {
  margin-bottom: var(--hx1-margin-bottom-small);
}

@media (min-width: 45em) {
  .page-entry-hx1 {
    margin-bottom: var(--hx1-margin-bottom-large);
  }
}
#row1 {
  position: relative;
}

.hx1 {
  height: var(--hx1-mobile-height);
}
@media (min-width: 45em) {
  .hx1 {
    height: var(--hx1-tablet-height);
  }
}
@media (min-width: 60em) {
  .hx1 {
    height: var(--hx1-laptop-height);
  }
}
@media (min-width: 90em) {
  .hx1 {
    height: var(--hx1-desktopWide-height);
  }
}
.hx1__carousel {
  position: initial;
  height: calc(100% + 100px);
}
@media (min-width: 45em) {
  .hx1__carousel {
    height: auto;
  }
}
.hx1__carousel {
  text-align: center;
}
.hx1__carousel--crop .carousel__frame,
.hx1__carousel--crop .carousel__belt,
.hx1__carousel--crop .carousel-item {
  height: 100%;
}
.hx1__carousel--height {
  padding-top: 0;
}
.hx1__carousel .carousel-frame {
  padding-bottom: 56.25%;
  position: relative;
}
.hx1__carousel .carousel-frame > :first-child {
  left: 0;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}
.hx1__carousel .carousel-item:not(.carousel-item--link)::before {
  background-image: none !important;
}
.hx1 .count-indicator {
  position: absolute;
  bottom: var(--hx1-count-indicator-position-bottom);
  left: 50%;
  transform: translateX(-50%);
  line-height: var(--hx1-count-indicator-line-height);
}

.hx1-hero__starting-soon {
  font: var(--typography-heading-4-rw-l);
  color: var(--color-hero-text-countdown-time);
  padding-right: 24px;
}
.h1-hero {
  padding-bottom: 75%;
  position: relative;
}
.h1-hero > :first-child {
  left: 0;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}
.h1-hero .carousel__frame {
  transition: transform 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.h1-hero .carousel__frame--peek-left {
  transform: translateX(-50px);
}
.h1-hero .carousel__frame--peek-right {
  transform: translateX(50px);
}

@media (min-width: 45em) {
  .h1-hero {
    padding-bottom: 33.3333333333%;
    position: relative;
  }
  .h1-hero > :first-child {
    left: 0;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
  }
}
/** _decimal.scss | MIT License | gist.github.com/terkel/4373420
 *
 * Round a number to specified digits.
 *
 * @param  {Number} $number A number to round
 * @param  {Number} [$digits:0] Digits to output
 * @param  {String} [$mode:round] (round|ceil|floor) How to round a number
 * @return {Number} A rounded number
 * @example
 *     decimal-round(0.333)    => 0
 *     decimal-round(0.333, 1) => 0.3
 *     decimal-round(0.333, 2) => 0.33
 *     decimal-round(0.666)    => 1
 *     decimal-round(0.666, 1) => 0.7
 *     decimal-round(0.666, 2) => 0.67
 */
/**
 * Strip units from value e.g. remove px from 16px remove vm from 16vm;
 * @param {integer} $val - The value to clean;
 */
/**
 * View width calc by pixel vs width
 * @param {integer} $val - The pixel value;
 * @param {string} $breakpoint - The breakpoint to calc against;
 */
/**
 * Calculate line-height based on font-size
 * @param {css variable} $fontSize - font size in vw;
 */
.h2-hero {
  padding-bottom: 63%;
  position: relative;
}
.h2-hero > :first-child {
  left: 0;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}
.h2-hero .carousel__frame {
  transform: scale(0.88);
  margin-top: -4%;
  height: 100%;
}
.h2-hero .carousel__belt {
  height: 115%;
}
@media (min-width: 20em) {
  .h2-hero .carousel-item {
    border-width: 0 4px;
    outline-offset: -4px;
  }
}
@media (min-width: 45em) {
  .h2-hero .carousel-item {
    border-width: 0 4px;
    outline-offset: -4px;
  }
}
@media (min-width: 60em) {
  .h2-hero .carousel-item {
    border-width: 0 4px;
    outline-offset: -4px;
  }
}
@media (min-width: 75em) {
  .h2-hero .carousel-item {
    border-width: 0 8px;
    outline-offset: -8px;
  }
}
@media (min-width: 90em) {
  .h2-hero .carousel-item {
    border-width: 0 8px;
    outline-offset: -8px;
  }
}
@media (min-width: 120.0625em) {
  .h2-hero .carousel-item {
    border-width: 0 8px;
    outline-offset: -8px;
  }
}
.h2-hero .carousel-item {
  border-color: #000000;
  border-style: solid;
}
@media (min-width: 45em) {
  .h2-hero .carousel-text {
    padding-top: 70px;
  }
}
@media (min-width: 75em) {
  .h2-hero .carousel-text {
    padding-top: 100px;
  }
}
.h2-hero .arrow {
  padding-top: 2.6%;
}
@media (max-width: 44.99em) {
  .h2-hero .carousel-text,
  .h2-hero .carousel-text__badge-image {
    padding: 26px 26px;
    padding: calc(26px - (100vw - 100%)) calc(26px - (100vw - 100%));
  }
}
@media (max-width: 44.99em) and (min-width: 45em) {
  .h2-hero .carousel-text,
  .h2-hero .carousel-text__badge-image {
    padding: 60px 26px 26px;
    padding: 60px calc(26px - (100vw - 100%)) calc(26px - (100vw - 100%));
  }
}
@media (max-width: 44.99em) and (min-width: 75em) {
  .h2-hero .carousel-text,
  .h2-hero .carousel-text__badge-image {
    padding: 80px 26px 26px;
    padding: 80px calc(26px - (100vw - 100%)) calc(26px - (100vw - 100%));
  }
}

@media (min-width: 45em) {
  .h2-hero {
    padding-bottom: 29%;
    position: relative;
  }
  .h2-hero > :first-child {
    left: 0;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
  }
  .h2-hero .carousel__frame {
    margin-top: -2%;
  }
}
.row-carousel {
  position: relative;
}
.row-carousel .arrow__icon {
  top: 0;
}

.row-carousel__container {
  white-space: nowrap;
  transform: translateX(0);
  transition: transform 700ms cubic-bezier(0.26, 0.005, 0.065, 0.995);
  will-change: transform;
}
.row-carousel__container .grid-margin {
  display: block;
}
.row-carousel__container--no-transition {
  transition: transform 0s ease-in-out;
}
.row-carousel__container--centered {
  text-align: center;
}
/** _decimal.scss | MIT License | gist.github.com/terkel/4373420
 *
 * Round a number to specified digits.
 *
 * @param  {Number} $number A number to round
 * @param  {Number} [$digits:0] Digits to output
 * @param  {String} [$mode:round] (round|ceil|floor) How to round a number
 * @return {Number} A rounded number
 * @example
 *     decimal-round(0.333)    => 0
 *     decimal-round(0.333, 1) => 0.3
 *     decimal-round(0.333, 2) => 0.33
 *     decimal-round(0.666)    => 1
 *     decimal-round(0.666, 1) => 0.7
 *     decimal-round(0.666, 2) => 0.67
 */
/**
 * Strip units from value e.g. remove px from 16px remove vm from 16vm;
 * @param {integer} $val - The value to clean;
 */
/**
 * View width calc by pixel vs width
 * @param {integer} $val - The pixel value;
 * @param {string} $breakpoint - The breakpoint to calc against;
 */
/**
 * Calculate line-height based on font-size
 * @param {css variable} $fontSize - font size in vw;
 */
/**
 * View width mixin to set vw with pixel fallback based off breakpoint
 * @param {string} $breakpoint - The font-size at given breakpoint;
 * @param {string} $prop - The css property;
 * @param {integer} $val - The pixel value;
 */
/**
 * Mixin 'use-grid-val' used for assign the global gutter or margin values to a specified css property for each breakpoint;
 * @param {string} $value-type - The global grid value type - gutters or margins
 * @param {string} $properties - The css property;
 */
.h5-carousel {
  height: 0;
  padding-top: 56.25%;
  text-align: center;
}
.h5-carousel--crop .carousel__frame,
.h5-carousel--crop .carousel__belt,
.h5-carousel--crop .carousel-item {
  height: 100%;
}
.h5-carousel--height {
  padding-top: 0;
}
@media (min-width: 45em) {
  .h5-carousel > .arrow {
    display: none;
  }
}
.h5-carousel .carousel__frame {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.h5-carousel .carousel-frame {
  padding-bottom: 56.25%;
  position: relative;
}
.h5-carousel .carousel-frame > :first-child {
  left: 0;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}
@media (min-width: 45em) {
  .h5-carousel .carousel-text {
    padding-bottom: 248px;
    padding-bottom: 17.22vw;
  }
}
.h5-carousel .carousel-text {
  flex-direction: column-reverse;
  flex-wrap: nowrap;
  top: 0;
  background-image: none;
}
@media (min-width: 45em) {
  .h5-carousel .carousel-text__badge-image {
    bottom: 14.1vw;
  }
}

.h5-navigation {
  position: absolute;
  text-align: left;
  bottom: 0;
  width: 100%;
  display: none;
}
@media (min-width: 45em) {
  .h5-navigation {
    display: block;
  }
}
.h5-navigation__image {
  font-size: 0;
}
.h5-navigation__item-list {
  position: absolute;
  bottom: 0;
  line-height: 0;
  min-width: 100%;
}
.h5-navigation__item {
  display: inline-block;
  width: 15.8%;
  position: relative;
}
@media (min-width: 20em) {
  .h5-navigation__item {
    margin-right: 8px;
  }
}
@media (min-width: 45em) {
  .h5-navigation__item {
    margin-right: 8px;
  }
}
@media (min-width: 60em) {
  .h5-navigation__item {
    margin-right: 8px;
  }
}
@media (min-width: 75em) {
  .h5-navigation__item {
    margin-right: 16px;
  }
}
@media (min-width: 90em) {
  .h5-navigation__item {
    margin-right: 16px;
  }
}
@media (min-width: 120.0625em) {
  .h5-navigation__item {
    margin-right: 16px;
  }
}
.h5-navigation__link {
  width: 100%;
}
.h5-navigation__link--focused:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  border: 2px solid #0099f7;
  height: 100%;
  width: 100%;
}
.h5-navigation__image-wrapper {
  padding-bottom: 56.25%;
  position: relative;
}
.h5-navigation__image-wrapper > :first-child {
  left: 0;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}
.h5-navigation__image-wrapper {
  display: block;
  background-color: #cccccc;
}
.h5-navigation__icon-wrapper {
  text-align: center;
}
.h5-navigation__icon {
  display: inline-block;
  stroke-width: 3px;
  transform: scale(1.3);
  position: relative;
  left: -4px;
  left: -0.56vw;
  width: 14px;
  width: 1.94vw;
  margin-top: 12px;
  margin-top: 1.67vw;
  margin-bottom: 12px;
  margin-bottom: 1.67vw;
  width: 27px;
  height: 18px;
  background-image: var(--assets-arrows-arrow-down);
}
.h5-navigation__button {
  background: transparent;
}
.h6-hero {
  padding-bottom: 48%;
  position: relative;
}
.h6-hero > :first-child {
  left: 0;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}
.h6-hero .carousel__frame {
  transform: scale(0.88);
  margin-top: -3%;
  height: 100%;
}
.h6-hero .carousel__belt {
  height: 114%;
}
.h6-hero .carousel-item {
  border-width: 0 5px;
  border-color: #000000;
  border-style: solid;
}
@media (min-width: 45em) {
  .h6-hero .carousel-text {
    padding-top: 70px;
  }
}
@media (min-width: 75em) {
  .h6-hero .carousel-text {
    padding-top: 100px;
  }
}
.h6-hero__one-item {
  padding-bottom: 56.25%;
  position: relative;
}
.h6-hero__one-item > :first-child {
  left: 0;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}
.h6-hero__one-item {
  padding-bottom: 55%;
}
.h6-hero__one-item .carousel__frame {
  transform: scale(1);
  margin-top: 0;
  height: 100%;
}
.h6-hero__one-item .carousel__belt {
  height: 100%;
}
@media (max-width: 44.99em) {
  .h6-hero .carousel-text,
  .h6-hero .carousel-text__badge-image {
    padding: 26px 26px;
    padding: calc(26px - (100vw - 100%)) calc(26px - (100vw - 100%));
  }
}
@media (max-width: 44.99em) and (min-width: 45em) {
  .h6-hero .carousel-text,
  .h6-hero .carousel-text__badge-image {
    padding: 60px 26px 26px;
    padding: 60px calc(26px - (100vw - 100%)) calc(26px - (100vw - 100%));
  }
}
@media (max-width: 44.99em) and (min-width: 75em) {
  .h6-hero .carousel-text,
  .h6-hero .carousel-text__badge-image {
    padding: 80px 26px 26px;
    padding: 80px calc(26px - (100vw - 100%)) calc(26px - (100vw - 100%));
  }
}

@media (min-width: 45em) {
  .h6-hero {
    padding-bottom: 49%;
    position: relative;
  }
  .h6-hero > :first-child {
    left: 0;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
  }
  .h6-hero__one-item {
    padding-bottom: 56.25%;
    position: relative;
  }
  .h6-hero__one-item > :first-child {
    left: 0;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
  }
  .h6-hero__one-item {
    padding-bottom: 55%;
  }
}
.mosaic-cell__border, .mosaic-cell__image, .mosaic-cell:after {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
}

.mosaic-cell {
  width: 50%;
  position: relative;
  display: block;
  background-size: cover;
  font-family: var(--font-family-title);
  outline: none !important;
  overflow: hidden;
}
.mosaic-cell:focus .mosaic-cell__border {
  z-index: 1;
  outline: 2px solid #0099f7;
  outline-offset: -3px;
}
.mosaic-cell:hover .mosaic-cell__image {
  transform: scale(1.02);
}
.mosaic-cell:before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.mosaic-cell:after {
  content: "";
  background: #000000;
  opacity: 0;
  transition: opacity 0.7s ease;
  will-change: opacity;
}
.mosaic-cell__block {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.mosaic-cell__image {
  will-change: transform;
  transition: transform 1s ease;
}
.mosaic-cell__title {
  position: absolute;
  text-transform: uppercase;
}
.mosaic-cell__border {
  border: 1px inset #666666;
  pointer-events: none;
}
.mosaic-cell--out-of-focus:after {
  opacity: 0.3;
}
@media (max-width: 44.99em) {
  .h7-mosaic__group:after {
    content: "";
    display: block;
    clear: both;
  }
}
.h7-mosaic__group:nth-child(n+4) {
  display: none;
}
@media (min-width: 45em) {
  .h7-mosaic__group {
    display: inline-block;
    height: 100%;
    width: 59%;
  }
  .h7-mosaic__group:nth-child(n+4) {
    display: inline-block;
  }
}
@media (min-width: 75em) {
  .h7-mosaic__group {
    width: 47.4%;
  }
}
.h7-mosaic .mosaic-cell {
  float: left;
  outline: 0;
}
.h7-mosaic .mosaic-cell:first-child {
  width: 100%;
  background: #333333;
}
.h7-mosaic .mosaic-cell:nth-child(2) {
  background: rgb(57.375, 57.375, 57.375);
}
.h7-mosaic .mosaic-cell:last-child {
  background: rgb(63.75, 63.75, 63.75);
}
@media (min-width: 45em) {
  .h7-mosaic {
    white-space: nowrap;
  }
  .h7-mosaic__group {
    display: inline-flex;
    flex-wrap: wrap;
    height: 100%;
    vertical-align: top;
    width: 59%;
  }
  .h7-mosaic__group .mosasic-cell {
    float: none;
  }
  .h7-mosaic__group:nth-child(n+4) {
    display: inline-flex;
  }
  .h7-mosaic__group:nth-child(2n+2) .mosaic-cell:first-child {
    width: 100%;
    min-width: 100%;
    order: 3;
  }
  .h7-mosaic__group:nth-child(2n+2) .mosaic-cell:nth-child(2) {
    order: 1;
  }
  .h7-mosaic__group:nth-child(2n+2) .mosaic-cell:last-child {
    width: 50%;
    min-width: 50%;
    order: 2;
  }
}
@media (min-width: 75em) {
  .h7-mosaic__group {
    width: 47.3%;
  }
}
.h9 {
  position: relative;
  overflow: hidden;
}
.h9--hero3x1 > .h9__ap {
  padding-bottom: 33.3333333333%;
  position: relative;
}
.h9--hero3x1 > .h9__ap > :first-child {
  left: 0;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}
.h9--hero7x1 > .h9__ap {
  padding-bottom: 14.2857142857%;
  position: relative;
}
.h9--hero7x1 > .h9__ap > :first-child {
  left: 0;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}
.h9--custom-loading {
  padding-bottom: 40%;
  position: relative;
}
.h9--custom-loading > :first-child {
  left: 0;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}
.h9__ap {
  margin: auto;
}
.h9__ap--left {
  margin: 0;
}
.h9--percent .h9__text--left {
  padding-left: 4%;
}
.h9--percent .h9__text--right {
  padding-right: 4%;
}
.h9__picture {
  display: block;
  width: 100%;
}
.h9__text {
  color: var(--color-hero-text-title);
  position: absolute;
  width: calc(100% - 32px);
  margin-top: 1%;
  margin-bottom: 2%;
  font: var(--typography-hero-static-rw-xs);
  transition: color 0.3s ease-in, opacity 0.3s ease-in;
}
@media (max-width: 44.99em) {
  .h9__text {
    overflow: hidden;
    white-space: nowrap /*rtl: normal*/;
    text-overflow: ellipsis /*rtl: clip*/;
  }
}
@media (min-width: 45em) {
  .h9__text {
    width: calc(100% - 48px);
  }
}
@media (min-width: 60em) {
  .h9__text {
    width: calc(100% - 80px);
  }
}
.h9__text--left {
  left: 0;
}
.h9__text--right {
  right: 0;
}
.h9__text--center {
  left: 50%;
  transform: translateX(-50%);
  margin-left: 0;
}
.h9__text--top {
  top: 0;
}
@media (max-width: 44.99em) {
  .h9__text--top {
    bottom: 0;
    top: auto;
  }
}
.h9__text--bottom {
  bottom: 0;
}
.h9__text--middle {
  top: 38%;
  margin-bottom: 0;
}
@media (max-width: 44.99em) {
  .h9__text--middle {
    bottom: 0;
    top: auto;
  }
}

.h9.full-bleed .h9__text--left {
  padding-left: 16px;
}
.h9.full-bleed .h9__text--right {
  padding-right: 16px;
}
@media (min-width: 45em) {
  .h9.full-bleed .h9__text--left {
    padding-left: 24px;
  }
  .h9.full-bleed .h9__text--right {
    padding-right: 24px;
  }
}
@media (min-width: 60em) {
  .h9.full-bleed .h9__text--left {
    padding-left: 32px;
  }
  .h9.full-bleed .h9__text--right {
    padding-right: 32px;
  }
}
@media (min-width: 75em) {
  .h9.full-bleed .h9__text--left {
    padding-left: 40px;
  }
  .h9.full-bleed .h9__text--right {
    padding-right: 40px;
  }
}
@media (min-width: 90em) {
  .h9.full-bleed .h9__text--left {
    padding-left: 56px;
  }
  .h9.full-bleed .h9__text--right {
    padding-right: 56px;
  }
}

@media (min-width: 20em) {
  .h9__text {
    margin-top: 16px;
    margin-bottom: 10px;
  }
}
@media (min-width: 45em) {
  .h9__text {
    margin-top: 24px;
    margin-bottom: 14.5px;
  }
}
@media (min-width: 60em) {
  .h9__text {
    margin-top: 32px;
    margin-bottom: 26px;
  }
}
@media (min-width: 75em) {
  .h9__text {
    margin-top: 40px;
    margin-bottom: 28px;
  }
}
@media (min-width: 90em) {
  .h9__text {
    margin-top: 56px;
    margin-bottom: 42.5px;
  }
}
@media (min-width: 120.0625em) {
  .h9__text {
    margin-top: 65px;
    margin-bottom: 59px;
  }
}
@media (min-width: 45em) {
  .h9__text {
    font: var(--typography-hero-static-rw-s);
  }
}
@media (min-width: 60em) {
  .h9__text {
    font: var(--typography-hero-static-rw-m);
  }
}
@media (min-width: 75em) {
  .h9__text {
    font: var(--typography-hero-static-rw-l);
  }
}
@media (min-width: 90em) {
  .h9__text {
    font: var(--typography-hero-static-rw-xl);
  }
}
.h10 {
  padding: 40px 0 10px;
  color: #ffffff;
}
.h10--collapsed {
  padding-bottom: 0;
}
.h10 {
  transition: background-color 0.3s ease-in, color 0.3s ease-in;
}
.h10__heading {
  text-transform: capitalize;
  font: var(--typography-hero-static-rw-xs);
  margin-bottom: 0;
}
@media (min-width: 45em) {
  .h10__heading {
    font: var(--typography-hero-static-rw-s);
  }
}
@media (min-width: 60em) {
  .h10__heading {
    font: var(--typography-hero-static-rw-m);
  }
}
@media (min-width: 75em) {
  .h10__heading {
    font: var(--typography-hero-static-rw-l);
  }
}
@media (min-width: 90em) {
  .h10__heading {
    font: var(--typography-hero-static-rw-xl);
  }
}
.h10__subHeading {
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 0;
  margin-top: 0.1em;
}

@media (min-width: 45em) {
  .h10 {
    padding: 98px 0 10px;
  }
  .h10--collapsed {
    padding-top: 80px;
    padding-bottom: 0;
  }
}
@media (min-width: 45em) and (max-width: 74.99em) {
  .h10 {
    padding-bottom: 24px;
  }
  .h10--collapsed {
    padding-bottom: 0;
  }
  .h10__subHeading {
    font-size: 18px;
  }
}
@media (min-width: 75em) and (max-width: 89.99em) {
  .h10 {
    padding: 110px 0 36px;
  }
  .h10--collapsed {
    padding-bottom: 0;
  }
  .h10__subHeading {
    font-size: 22px;
    margin-top: 0.2em;
  }
}
@media (min-width: 90em) {
  .h10 {
    padding: 115px 0 48px;
  }
  .h10--collapsed {
    padding-bottom: 0;
  }
  .h10__subHeading {
    font-size: 25px;
  }
}
.x2__frame {
  position: relative;
  height: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.x2__frame--center {
  margin: 0 auto;
}
.x2__frame--right {
  margin: 0 0 0 auto;
}
.x2__frame > .x2-iframe,
.x2__frame > embed,
.x2__frame > object {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 100%;
  width: 100%;
  height: 100%;
  border: 0;
}
.pg-webview--vp .x3 {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.pg-webview--vp .x3 > .x2__frame {
  flex: 1 1 auto;
}
.pb1__hero {
  padding-right: 3.1% !important;
}
.pb1__hero + .packshot {
  margin-left: -2.2% !important;
}
@media (min-width: 30em) {
  .pb1__hero {
    padding-right: 1.8% !important;
  }
  .pb1__hero + .packshot {
    margin-left: -1.2% !important;
  }
}
@media (min-width: 45em) {
  .pb1__hero {
    padding-right: 1.6% !important;
  }
  .pb1__hero + .packshot {
    margin-left: -1.1% !important;
  }
}
@media (min-width: 60em) {
  .pb1__hero {
    padding-right: 1.2% !important;
  }
  .pb1__hero + .packshot {
    margin-left: -0.7% !important;
  }
}
@media (min-width: 75em) {
  .pb1__hero {
    padding-right: 1.45% !important;
  }
  .pb1__hero + .packshot {
    margin-left: -0.9% !important;
  }
}
@media (min-width: 90em) {
  .pb1__hero {
    padding-right: 1.65% !important;
  }
  .pb1__hero + .packshot {
    margin-left: -1.1% !important;
  }
}
@media (min-width: 120.0625em) {
  .pb1__hero {
    padding-right: 1.28% !important;
  }
  .pb1__hero + .packshot {
    margin-left: -0.9% !important;
  }
}
/** _decimal.scss | MIT License | gist.github.com/terkel/4373420
 *
 * Round a number to specified digits.
 *
 * @param  {Number} $number A number to round
 * @param  {Number} [$digits:0] Digits to output
 * @param  {String} [$mode:round] (round|ceil|floor) How to round a number
 * @return {Number} A rounded number
 * @example
 *     decimal-round(0.333)    => 0
 *     decimal-round(0.333, 1) => 0.3
 *     decimal-round(0.333, 2) => 0.33
 *     decimal-round(0.666)    => 1
 *     decimal-round(0.666, 1) => 0.7
 *     decimal-round(0.666, 2) => 0.67
 */
/**
 * Strip units from value e.g. remove px from 16px remove vm from 16vm;
 * @param {integer} $val - The value to clean;
 */
/**
 * View width calc by pixel vs width
 * @param {integer} $val - The pixel value;
 * @param {string} $breakpoint - The breakpoint to calc against;
 */
/**
 * Calculate line-height based on font-size
 * @param {css variable} $fontSize - font size in vw;
 */
/**
 * View width mixin to set vw with pixel fallback based off breakpoint
 * @param {string} $breakpoint - The font-size at given breakpoint;
 * @param {string} $prop - The css property;
 * @param {integer} $val - The pixel value;
 */
.branded-text-packshot {
  position: relative;
  padding-bottom: 16px;
}
.branded-text-packshot__background {
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 50%;
  right: 50%;
  width: 100vw;
  height: 100%;
  margin-left: -50vw;
  margin-right: -50vw;
  background-color: #262626;
}
.branded-text-packshot .row-peek {
  line-height: 0;
}
@media (min-width: 45em) {
  .branded-text-packshot .packshot-list__packshot:last-child {
    margin-right: 24px;
  }
}
@media (min-width: 75em) {
  .branded-text-packshot .packshot-list__packshot:last-child {
    margin-right: 32px;
  }
}
@media (min-width: 90em) {
  .branded-text-packshot .packshot-list__packshot:last-child {
    margin-right: 40px;
  }
}
.branded-text-packshot.branded-text-packshot--double-row .packshot-list__packshot:last-child {
  margin-right: 0;
}
@media (min-width: 45em) {
  .branded-text-packshot {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .branded-text-packshot .packshot-list {
    flex: 1 1 auto;
  }
}

@media (max-width: 44.99em) {
  .branded-text-cover {
    transform: translateX(0) !important;
    opacity: 1 !important;
  }
}
@media (min-width: 45em) {
  .branded-text-cover {
    transition: transform 0.3s ease-out, opacity 0.3s ease-out;
  }
  .branded-text-cover.no-transition {
    transition: none;
  }
}
.branded-text-cover.col {
  padding-right: 1rem;
}
@media (min-width: 45em) {
  .branded-text-cover.col {
    position: absolute;
    height: 100%;
    top: 0;
    padding-right: 1.5rem;
    padding-left: 0;
  }
}
@media (min-width: 60em) {
  .branded-text-cover.col {
    padding-right: 2rem;
  }
}
@media (min-width: 75em) {
  .branded-text-cover.col {
    padding-right: 2.5rem;
  }
}
@media (min-width: 90em) {
  .branded-text-cover.col {
    padding-right: 4.0625rem;
  }
}
.branded-text-cover__link {
  display: block;
  text-align: center;
}
@media (max-width: 44.99em) {
  .branded-text-cover__link {
    padding-bottom: 50%;
    position: relative;
  }
  .branded-text-cover__link > :first-child {
    left: 0;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
  }
}
@media (min-width: 45em) {
  .branded-text-cover__link {
    position: relative;
    width: 100%;
    height: 100%;
  }
}
.branded-text-cover__title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding: 20px 0;
  color: #ffffff;
}
.branded-text-cover__image {
  display: inline-block;
  max-height: 28.13vw;
  max-width: 100%;
  align-self: center;
}
@media (min-width: 45em) {
  .branded-text-cover__image {
    max-height: 50%;
  }
}
.branded-text-cover__title-text {
  font: var(--typography-branded-row-title-rw-xs-short-title);
  margin-bottom: 0;
  text-transform: uppercase;
  word-wrap: break-word;
}
@media (min-width: 45em) {
  .branded-text-cover__title-text {
    font: var(--typography-branded-row-title-rw-s-short-title);
  }
}
@media (min-width: 75em) {
  .branded-text-cover__title-text {
    font: var(--typography-branded-row-title-rw-l-short-title);
  }
}
.branded-text-cover__title-text--long {
  overflow: hidden;
  max-height: 180px;
  font: var(--typography-branded-row-title-rw-xs-long-title);
}
@media (min-width: 45em) {
  .branded-text-cover__title-text--long {
    font: var(--typography-branded-row-title-rw-s-long-title);
  }
}
@media (min-width: 75em) {
  .branded-text-cover__title-text--long {
    font: var(--typography-branded-row-title-rw-l-long-title);
  }
}
.branded-text-cover__tagline {
  max-width: 100%;
  white-space: normal;
  margin-top: 10px;
  margin-bottom: 0;
  font: var(--typography-branded-row-tagline-rw-xs);
}
@media (min-width: 45em) {
  .branded-text-cover__tagline {
    font: var(--typography-branded-row-tagline-rw-s);
  }
}
.wallpaper {
  position: relative;
  order: 2;
  z-index: 1;
  padding-bottom: 56.25%;
}
.wallpaper__custom {
  position: absolute;
  z-index: 3;
  left: 0;
  width: 100%;
  /**
   * The following properties prevent the image from pushing the boundaries of the page on mobile causing
   * horizontal scroll, while still allowing the custom image to break out of the container on top and/or bottom.
   */
  overflow: hidden;
  top: -24px;
  height: calc(100% + 48px);
  padding-top: 24px;
  padding-bottom: 24px;
}
.wallpaper {
  /**
   * We want to keep the gradient within bounds (after transform) but allow the custom image to "peek" outside the
   * container
   */
}
.wallpaper__gradient-bounds {
  overflow: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
}
@media (min-width: 45em) {
  .wallpaper__gradient-bounds {
    position: relative;
    width: auto;
  }
}
.wallpaper__gradient {
  display: inline-block;
  position: absolute;
  bottom: -1px;
  right: 0;
  width: 100%;
  height: 20%;
  z-index: 4;
}
.wallpaper__gradient--horizontal {
  display: none;
}
@media (min-width: 45em) {
  .wallpaper__gradient {
    position: relative;
  }
  .wallpaper__gradient--vertical {
    display: none;
  }
  .wallpaper__gradient--horizontal {
    display: inline-block;
    width: 150px;
    height: 100%;
    z-index: 2;
    transform: translateX(-99%) scaleY(1.02);
  }
}
.wallpaper__image {
  position: relative;
  z-index: 1;
  height: 100%;
}
@media (min-width: 45em) {
  .wallpaper__image {
    display: inline-block;
  }
}
.wallpaper__custom, .wallpaper__image, .wallpaper__gradient-bounds {
  /**
   * The wallpaper elements should fade/slide to the left (when scrolling through the packshot list) on mobile
   * devices only
   */
}
@media (max-width: 44.99em) {
  .wallpaper__custom, .wallpaper__image, .wallpaper__gradient-bounds {
    transform: translateX(0) !important;
    opacity: 1 !important;
  }
}
@media (min-width: 45em) {
  .wallpaper__custom, .wallpaper__image, .wallpaper__gradient-bounds {
    transition: transform 0.3s ease-out, opacity 0.3s ease-out;
  }
}
.wallpaper.no-transition .wallpaper__custom,
.wallpaper.no-transition .wallpaper__image,
.wallpaper.no-transition .wallpaper__gradient-bounds {
  transition: none;
}
@media (max-width: 44.99em) {
  .wallpaper {
    /*
    * Cropping the area to make it 2:1 instead of 16:9
    * We set a margin-bottom equal to the difference between the 2:1 and 16:9 aspect ratios' padding-bottom
    */
    margin-bottom: -6.25%;
  }
}
@media (min-width: 45em) {
  .wallpaper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-bottom: 0;
  }
}

/**
 * This is a flag added on the container when no background image has been specified by the operator; it adds a padding
 * on mobile screens to account for the fact that there is no image pushing the packshot list down
 */
.no-wallpaper .packshot-list {
  padding-top: 16px;
}
.branded-bg {
  position: relative;
}
.branded-bg__packshot-wrapper {
  position: relative;
  z-index: 2;
}
.branded-bg__container {
  position: relative;
  background-color: #262626;
}
.branded-bg .packshot-list {
  position: relative;
  z-index: 3;
  margin-left: auto;
  margin-right: auto;
  padding-left: auto;
  padding-right: auto;
  padding-bottom: 16px;
}

@media (min-width: 45em) {
  .branded-bg .packshot-list {
    margin-top: 0;
    padding-bottom: 24px;
    padding-top: 24px;
  }
}
.branded-image {
  position: relative;
}
.branded-image > .entry-title {
  position: relative;
  z-index: 2;
}
.branded-image__packshot-wrapper {
  position: relative;
  z-index: 4;
}
.branded-image__background {
  position: relative;
  background-color: #262626;
}
.branded-image__col {
  z-index: 1;
  position: relative;
}
.branded-image__scrollable {
  display: none;
  transition: transform 0.5s ease-in-out;
}
.branded-image .packshot-list {
  position: relative;
  z-index: 2;
  margin-left: auto;
  margin-right: auto;
  padding-left: auto;
  padding-right: auto;
  padding-bottom: 16px;
}
.branded-image__custom-img {
  padding-bottom: 56.25%;
  position: relative;
}
.branded-image__custom-img > :first-child {
  left: 0;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}
.branded-image__custom-img {
  position: absolute;
  z-index: 3;
  width: 100%;
  /**
   * The following properties are part of a fix that allows the branded image to break out of the top and bottom
   * of the container while clipping the image on its right side.
   *
   * This is to prevent the branded image to extend beyond the gradient fade-out, and also prevent it from pushing
   * the boundaries of the page beyond the viewport width on mobile.
   *
   * (See Wallpaper.scss)
   */
  top: 24px;
  height: calc(100% - 48px);
}
.branded-image__breakout-img {
  display: inline-flex;
  height: 100%;
  max-width: none;
  object-fit: contain;
  object-position: left center;
}

/**
 *  Breakout Types
 */
.branded-image__breakout {
  position: relative;
  height: 100%;
}
.branded-image__breakout--top-inset {
  padding-top: 24px;
}
.branded-image__breakout--top-outset {
  height: calc(100% + 24px);
  transform: translateY(-24px);
}
.branded-image__breakout--bottom-inset {
  padding-bottom: calc(6.25% + 24px);
}
@media (min-width: 45em) {
  .branded-image__breakout--bottom-inset {
    padding-bottom: 24px;
  }
}
@media (min-width: 45em) {
  .branded-image__breakout--bottom-outset {
    height: calc(100% + 24px);
  }
  .branded-image__breakout--bottom-outset.branded-image__breakout--top-outset {
    height: calc(100% + 48px);
  }
}
.branded-image__breakout {
  /**
   * On mobile screens, both "inset" and "outset" use the same padding-left
   */
}
.branded-image__breakout--left-inset, .branded-image__breakout--left-outset {
  left: 0.25rem;
  padding-left: 12px;
  padding-left: 0.75rem;
}
@media (min-width: 20em) {
  .branded-image__breakout--left-inset, .branded-image__breakout--left-outset {
    padding-left: 12px;
    padding-left: 0.75rem;
  }
}
@media (min-width: 45em) {
  .branded-image__breakout--left-inset, .branded-image__breakout--left-outset {
    padding-left: 20px;
    padding-left: 1.25rem;
  }
}
@media (min-width: 60em) {
  .branded-image__breakout--left-inset, .branded-image__breakout--left-outset {
    padding-left: 28px;
    padding-left: 1.75rem;
  }
}
@media (min-width: 75em) {
  .branded-image__breakout--left-inset, .branded-image__breakout--left-outset {
    padding-left: 32px;
    padding-left: 2rem;
  }
}
@media (min-width: 90em) {
  .branded-image__breakout--left-inset, .branded-image__breakout--left-outset {
    padding-left: 48px;
    padding-left: 3rem;
  }
}
@media (min-width: 120.0625em) {
  .branded-image__breakout--left-inset, .branded-image__breakout--left-outset {
    padding-left: 57px;
    padding-left: 3.5625rem;
  }
}
.branded-image__breakout {
  /**
   * From tablet onwards, the branded image is shifted by the same amount as the top/bottom outset type
   */
}
@media (min-width: 45em) {
  .branded-image__breakout--left-outset {
    left: -24px;
  }
}

@media (min-width: 45em) {
  .branded-image .wallpaper {
    margin-bottom: 0;
  }
  .branded-image__col {
    position: absolute;
    bottom: 0;
  }
  .branded-image .packshot-list {
    margin-top: 0;
    padding-bottom: 24px;
    padding-top: 24px;
  }
  .branded-image__custom-img {
    padding-bottom: 0;
  }
  .branded-image {
    /**
     * This fix is taking care of 1px keylines appearing on the edge of the branded image on some viewport widths
     */
  }
  .branded-image__breakout {
    overflow: hidden;
  }
  .branded-image__breakout--bottom-edge .branded-image__breakout-img {
    transform: translateY(1px);
  }
  .branded-image__breakout--top-edge .branded-image__breakout-img {
    transform: translateY(-1px);
  }
  .branded-image__breakout--bottom-edge.branded-image__breakout--top-edge .branded-image__breakout-img {
    transform: scale(1.01);
  }
}
.tb1__hero {
  padding-right: 3% !important;
}
.tb1__hero + .packshot {
  margin-left: -1.7% !important;
}
@media (min-width: 30em) {
  .tb1__hero {
    padding-right: 3.45% !important;
  }
  .tb1__hero + .packshot {
    margin-left: -2.7% !important;
  }
}
@media (min-width: 45em) {
  .tb1__hero {
    padding-right: 3.6% !important;
  }
  .tb1__hero + .packshot {
    margin-left: -3% !important;
  }
}
@media (min-width: 60em) {
  .tb1__hero {
    padding-right: 3.7% !important;
  }
  .tb1__hero + .packshot {
    margin-left: -3.3% !important;
  }
}
@media (min-width: 75em) {
  .tb1__hero + .packshot {
    margin-left: -3.1% !important;
  }
}
@media (min-width: 90em) {
  .tb1__hero + .packshot {
    margin-left: -3.2% !important;
  }
}
@media (min-width: 45em) {
  .branded-text-packshot {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 90em) {
  .branded-text-packshot {
    padding-top: 38px;
    padding-bottom: 38px;
  }
}
@media (min-width: 120.0625em) {
  .branded-text-packshot {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (min-width: 45em) {
  .branded-bg .packshot-list {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 90em) {
  .branded-bg .packshot-list {
    padding-top: 38px;
    padding-bottom: 38px;
  }
}
@media (min-width: 120.0625em) {
  .branded-bg .packshot-list {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (min-width: 45em) {
  .branded-image .packshot-list {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 90em) {
  .branded-image .packshot-list {
    padding-top: 38px;
    padding-bottom: 38px;
  }
}
@media (min-width: 120.0625em) {
  .branded-image .packshot-list {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
.sb1__hero {
  padding-right: 1.5% !important;
}
.sb1__hero + .packshot {
  margin-left: -0.6% !important;
}
@media (min-width: 30em) {
  .sb1__hero {
    padding-right: 6.775% !important;
  }
  .sb1__hero + .packshot {
    margin-left: -5.9% !important;
  }
}
@media (min-width: 45em) {
  .sb1__hero {
    padding-right: 6.45% !important;
  }
  .sb1__hero + .packshot {
    margin-left: -5.87% !important;
  }
}
@media (min-width: 60em) {
  .sb1__hero {
    padding-right: 0.65% !important;
  }
  .sb1__hero + .packshot {
    margin-left: -0.25% !important;
  }
}
@media (min-width: 75em) {
  .sb1__hero {
    padding-right: 0.75% !important;
  }
  .sb1__hero + .packshot {
    margin-left: -0.2% !important;
  }
}
@media (min-width: 90em) {
  .sb1__hero {
    padding-right: 3.55% !important;
  }
  .sb1__hero + .packshot {
    margin-left: -3% !important;
  }
}
@media (min-width: 120.0625em) {
  .sb1__hero {
    padding-right: 3.47% !important;
  }
  .sb1__hero + .packshot {
    margin-left: -2.9% !important;
  }
}
.ed1 {
  position: relative;
}
.ed1--hero3x1 > .ed1__ap {
  padding-bottom: 33.3333333333%;
  position: relative;
}
.ed1--hero3x1 > .ed1__ap > :first-child {
  left: 0;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}
.ed1--custom {
  min-height: 100px;
}
.ed1__caption {
  position: relative;
  padding: 5px 0;
  font-family: var(--font-family-title);
  font-size: 12px;
  text-align: center;
}

.ed1-img {
  position: relative;
}
.ed1-img--percent {
  position: relative;
}
.ed1-img__ap {
  margin: auto;
}
.ed1-img__ap--left {
  margin: 0;
}
.ed1-img__overlay {
  position: absolute;
  width: 100%;
  height: 100%;
}
.ed1-img__overlay:hover {
  background-color: #000000;
  opacity: 0.1;
}
.ed1-img--center {
  margin: 0 auto;
}
.ed1-img--right {
  margin: 0 0 0 auto;
}
.ed1-img .ed1-picture {
  display: block;
  width: 100%;
}

@media (min-width: 20em) {
  .full-bleed .ed1__caption {
    margin: auto 16px;
  }
}
@media (min-width: 45em) {
  .full-bleed .ed1__caption {
    margin: auto 24px;
  }
}
@media (min-width: 60em) {
  .full-bleed .ed1__caption {
    margin: auto 32px;
  }
}
@media (min-width: 75em) {
  .full-bleed .ed1__caption {
    margin: auto 40px;
  }
}
@media (min-width: 90em) {
  .full-bleed .ed1__caption {
    margin: auto 56px;
  }
}
@media (min-width: 120.0625em) {
  .full-bleed .ed1__caption {
    margin: auto 65px;
  }
}
.ed2 {
  max-width: 650px;
  font: var(--typography-body-rw-xs-regular);
  color: var(--color-row-editorial-text-default);
}
@media (min-width: 45em) {
  .ed2 {
    font: var(--typography-body-rw-s-regular);
  }
}
.ed2 h1 {
  font: var(--typography-heading-1-rw-xs);
}
@media (min-width: 45em) {
  .ed2 h1 {
    font: var(--typography-heading-1-rw-s);
  }
}
@media (min-width: 75em) {
  .ed2 h1 {
    font: var(--typography-heading-1-rw-l);
  }
}
.ed2 h2 {
  font: var(--typography-heading-2-rw-xs);
}
@media (min-width: 45em) {
  .ed2 h2 {
    font: var(--typography-heading-2-rw-s);
  }
}
@media (min-width: 75em) {
  .ed2 h2 {
    font: var(--typography-heading-2-rw-l);
  }
}
.ed2 h3 {
  font: var(--typography-heading-3-rw-xs);
}
@media (min-width: 45em) {
  .ed2 h3 {
    font: var(--typography-heading-3-rw-s);
  }
}
@media (min-width: 75em) {
  .ed2 h3 {
    font: var(--typography-heading-3-rw-l);
  }
}
.ed2 h4 {
  font: var(--typography-heading-4-rw-xs);
}
@media (min-width: 45em) {
  .ed2 h4 {
    font: var(--typography-heading-4-rw-s);
  }
}
@media (min-width: 75em) {
  .ed2 h4 {
    font: var(--typography-heading-4-rw-l);
  }
}
.ed2 a {
  text-decoration: underline;
}
.ed2 blockquote {
  font-size: 28px;
  font-style: italic;
  position: relative;
  margin: 60px 35px;
}
.ed2 blockquote::before {
  top: -24px;
  left: 6px;
  content: "";
  position: absolute;
  background: 0 0 no-repeat url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%20width%3D%27116%27%20height%3D%2782%27%20fill%3D%27%231a1a1a%27%3E%0A%09%3Cpath%20d%3D%27M49%2010c-6.082%201.892-11.855%205.234-17%209-5.248%204.64-8.787%2010.618-10%2017%207.765.245%2014.377%202.077%2020%206%205.354%203.405%208.065%209.396%208%2018-.001%206.654-2.48%2012.1-7%2016-5.318%203.992-11.426%206.095-18%206-8.426-.003-14.824-2.925-19-9-4.03-5.846-6.163-13.066-6-20-.114-7.008%201.366-13.533%204-19%203.192-5.965%206.963-10.985%2011-15%205.178-4.732%2010.489-8.484%2016-11%206-3.406%2011.968-5.939%2018-8v10zm66%200c-6.081%201.892-11.855%205.234-17%209-5.247%204.64-8.786%2010.618-10%2017%207.766.245%2014.378%202.077%2020%206%205.354%203.405%208.065%209.396%208%2018-.001%206.654-2.48%2012.1-7%2016-5.318%203.992-11.425%206.095-18%206-8.425-.003-14.839-2.925-19-9-4.061-5.852-6.176-13.071-6-20-.113-7.008%201.367-13.533%204-19%203.193-5.965%206.964-10.985%2011-15%205.179-4.732%2010.49-8.484%2016-11%206-3.406%2011.968-5.939%2018-8v10z%27%3E%3C/path%3E%0A%3C/svg%3E");
  background-size: contain;
  height: 82px;
  width: 116px;
  margin-left: -30px;
  z-index: -1;
}
.ed2 blockquote::after {
  bottom: -20px;
  right: -20px;
  content: "";
  position: absolute;
  background: 0 0 no-repeat url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%20width%3D%27116%27%20height%3D%2782%27%20fill%3D%27%231a1a1a%27%3E%0A%09%3Cpath%20d%3D%27M67%2072c6.082-1.892%2011.855-5.234%2017-9%205.248-4.64%208.787-10.618%2010-17-7.765-.245-14.377-2.077-20-6-5.354-3.405-8.065-9.396-8-18%20.001-6.654%202.48-12.1%207-16%205.318-3.992%2011.426-6.095%2018-6%208.426.003%2014.824%202.925%2019%209%204.03%205.846%206.163%2013.066%206%2020%20.114%207.008-1.366%2013.533-4%2019-3.192%205.965-6.963%2010.985-11%2015-5.178%204.732-10.489%208.484-16%2011-6%203.406-11.968%205.939-18%208V72zM1%2072c6.081-1.892%2011.855-5.234%2017-9%205.247-4.64%208.786-10.618%2010-17-7.766-.245-14.378-2.077-20-6-5.354-3.405-8.065-9.396-8-18C.001%2015.346%202.48%209.9%207%206c5.318-3.992%2011.425-6.095%2018-6%208.425.003%2014.839%202.925%2019%209%204.061%205.852%206.176%2013.071%206%2020%20.113%207.008-1.367%2013.533-4%2019-3.193%205.965-6.964%2010.985-11%2015-5.179%204.732-10.49%208.484-16%2011-6%203.406-11.968%205.939-18%208V72z%27%3E%3C/path%3E%0A%3C/svg%3E");
  background-size: contain;
  height: 82px;
  width: 116px;
  z-index: -1;
}
.ed2 blockquote p {
  font-style: italic;
}
.ed2 ul,
.ed2 ol {
  position: relative;
  padding-left: 1.5em;
  display: inline-block;
}

.ed2.txt-center {
  text-align: center;
  margin: 0 auto;
}
.ed2.txt-center ul,
.ed2.txt-center ol {
  margin: 1.45em auto;
  width: fit-content;
}
.ed2.txt-center h1,
.ed2.txt-center h2,
.ed2.txt-center h3,
.ed2.txt-center h4 {
  text-align: center;
}

.ed2.txt-right {
  margin-left: auto;
}
.ed2.txt-right ul,
.ed2.txt-right ol {
  margin: 0 0 1.45em auto;
  width: fit-content;
}
.ed2.txt-right h1,
.ed2.txt-right h2,
.ed2.txt-right h3,
.ed2.txt-right h4 {
  text-align: right;
}

.app--account .ed2--app-txt-color h1,
.app--account .ed2--app-txt-color h2,
.app--account .ed2--app-txt-color h3,
.app--account .ed2--app-txt-color h4 {
  color: #000000;
}
.app--account .ed2--app-txt-color p,
.app--account .ed2--app-txt-color ul,
.app--account .ed2--app-txt-color li {
  color: #4d4d4d;
}
.app--account .ed2 blockquote p {
  z-index: 2;
  position: relative;
}
.app--account .ed2 blockquote::before {
  background: 0 0 no-repeat url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%20width%3D%27116%27%20height%3D%2782%27%20fill%3D%27%231a1a1a%27%3E%0A%09%3Cpath%20d%3D%27M49%2010c-6.082%201.892-11.855%205.234-17%209-5.248%204.64-8.787%2010.618-10%2017%207.765.245%2014.377%202.077%2020%206%205.354%203.405%208.065%209.396%208%2018-.001%206.654-2.48%2012.1-7%2016-5.318%203.992-11.426%206.095-18%206-8.426-.003-14.824-2.925-19-9-4.03-5.846-6.163-13.066-6-20-.114-7.008%201.366-13.533%204-19%203.192-5.965%206.963-10.985%2011-15%205.178-4.732%2010.489-8.484%2016-11%206-3.406%2011.968-5.939%2018-8v10zm66%200c-6.081%201.892-11.855%205.234-17%209-5.247%204.64-8.786%2010.618-10%2017%207.766.245%2014.378%202.077%2020%206%205.354%203.405%208.065%209.396%208%2018-.001%206.654-2.48%2012.1-7%2016-5.318%203.992-11.425%206.095-18%206-8.425-.003-14.839-2.925-19-9-4.061-5.852-6.176-13.071-6-20-.113-7.008%201.367-13.533%204-19%203.193-5.965%206.964-10.985%2011-15%205.179-4.732%2010.49-8.484%2016-11%206-3.406%2011.968-5.939%2018-8v10z%27%3E%3C/path%3E%0A%3C/svg%3E");
  z-index: 1;
}
.app--account .ed2 blockquote::after {
  background: 0 0 no-repeat url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%20width%3D%27116%27%20height%3D%2782%27%20fill%3D%27%231a1a1a%27%3E%0A%09%3Cpath%20d%3D%27M67%2072c6.082-1.892%2011.855-5.234%2017-9%205.248-4.64%208.787-10.618%2010-17-7.765-.245-14.377-2.077-20-6-5.354-3.405-8.065-9.396-8-18%20.001-6.654%202.48-12.1%207-16%205.318-3.992%2011.426-6.095%2018-6%208.426.003%2014.824%202.925%2019%209%204.03%205.846%206.163%2013.066%206%2020%20.114%207.008-1.366%2013.533-4%2019-3.192%205.965-6.963%2010.985-11%2015-5.178%204.732-10.489%208.484-16%2011-6%203.406-11.968%205.939-18%208V72zM1%2072c6.081-1.892%2011.855-5.234%2017-9%205.247-4.64%208.786-10.618%2010-17-7.766-.245-14.378-2.077-20-6-5.354-3.405-8.065-9.396-8-18C.001%2015.346%202.48%209.9%207%206c5.318-3.992%2011.425-6.095%2018-6%208.425.003%2014.839%202.925%2019%209%204.061%205.852%206.176%2013.071%206%2020%20.113%207.008-1.367%2013.533-4%2019-3.193%205.965-6.964%2010.985-11%2015-5.179%204.732-10.49%208.484-16%2011-6%203.406-11.968%205.939-18%208V72z%27%3E%3C/path%3E%0A%3C/svg%3E");
  z-index: 1;
}
@media (min-width: 45em) {
  .ed4 {
    display: flex;
    align-items: center;
  }
}
@media (min-width: 45em) {
  .ed4__img {
    width: 50%;
  }
}
.ed4__fallback {
  width: 100%;
}
.ed4__content {
  font-family: var(--font-family-title);
}
@media (min-width: 45em) {
  .ed4__content {
    width: 50%;
  }
}
.ed4__description {
  text-align: left;
}
.ed4__heading {
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 1.32;
}
@media (min-width: 45em) {
  .ed4__heading {
    font-size: 26px;
  }
}
@media (min-width: 60em) {
  .ed4__heading {
    font-size: 32px;
  }
}
@media (min-width: 90em) {
  .ed4__heading {
    font-size: 38px;
  }
}
.ed4__text {
  padding: 10px 16px 0;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.43;
}
@media (min-width: 45em) {
  .ed4__text {
    padding-top: 0;
    padding-left: 11%;
    padding-right: 6%;
  }
}
@media (min-width: 60em) {
  .ed4__text {
    padding-left: 12%;
    padding-right: 8%;
    font-size: 18px;
  }
}
@media (min-width: 90em) {
  .ed4__text {
    padding-left: 17%;
    padding-right: 15%;
    font-size: 20px;
  }
}

@media (min-width: 45em) {
  .ed4--right .ed4__img {
    order: 2;
  }
  .ed4--right .ed4__text {
    flex-grow: 2;
  }
}

.ed4__text--right {
  text-align: right;
}
@media (min-width: 45em) {
  .ed4__text--right {
    float: right;
    padding-right: 11%;
    padding-left: 6%;
  }
}
@media (min-width: 60em) {
  .ed4__text--right {
    padding-right: 12%;
    padding-left: 8%;
  }
}
@media (min-width: 90em) {
  .ed4__text--right {
    padding-right: 17%;
    padding-left: 15%;
  }
}
.ed5__link {
  display: inline-block;
}
.ed5__btn {
  max-width: 245px;
}
/**
 * Mixin 'use-grid-val' used for assign the global gutter or margin values to a specified css property for each breakpoint;
 * @param {string} $value-type - The global grid value type - gutters or margins
 * @param {string} $properties - The css property;
 */
.tx1__item {
  display: inline-flex;
}
.tx1__item:not(:last-child) {
  margin-right: 10px;
}
@media (min-width: 20em) {
  .tx1__item:not(:last-child) {
    margin-right: 8px;
  }
}
@media (min-width: 45em) {
  .tx1__item:not(:last-child) {
    margin-right: 8px;
  }
}
@media (min-width: 60em) {
  .tx1__item:not(:last-child) {
    margin-right: 8px;
  }
}
@media (min-width: 75em) {
  .tx1__item:not(:last-child) {
    margin-right: 16px;
  }
}
@media (min-width: 90em) {
  .tx1__item:not(:last-child) {
    margin-right: 16px;
  }
}
@media (min-width: 120.0625em) {
  .tx1__item:not(:last-child) {
    margin-right: 16px;
  }
}
.tx1__link {
  outline-offset: -1px;
  max-width: 245px;
  background-color: var(--color-row-tx1-item-background-default);
  border: var(--border-tx1-item-default);
  color: var(--color-row-tx1-item-text-default);
}
.tx1__link:hover:not(:disabled) {
  background-color: var(--color-row-tx1-item-background-hover);
  color: var(--color-row-tx1-item-text-hover);
  border: var(--border-tx1-item-hover);
}
.c1-item {
  cursor: pointer;
  background-color: transparent;
  float: none !important;
  text-align: left;
  overflow: visible;
  white-space: break-spaces;
  vertical-align: top;
  margin: 0;
  width: 100% !important;
}
.c1-item:focus {
  outline-color: #0099f7;
}
.c1-item__container {
  display: inline-block;
  position: relative;
  width: 100%;
  padding-top: 100%; /* initial ratio of 1:1*/
}
.c1-item__container .hover-overlay {
  position: absolute;
  background: #000000;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
}
.c1-item__container--hover .hover-overlay {
  transition: transform 0.2s ease-out, filter 0.2s ease-out, opacity 0.2s ease-out;
  opacity: 0.4;
}
.c1-item__background {
  background-color: var(--color-row-c1-background);
  border-radius: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.c1-item__logo-container {
  overflow: hidden;
  position: absolute;
  left: 15%;
  top: 15%;
  width: 70%;
  height: 70%;
}
.c1-item__logo-container--circle {
  border-radius: 50%;
}
.c1-item__logo-container--cover {
  left: -1px;
  top: -1px;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
}
.c1-item__image-title-container {
  position: absolute;
  left: 5%;
  top: 35%;
  width: 90%;
  height: 30%;
}
.c1-item__image-title-container > span {
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* autoprefixer: ignore next */
  -webkit-box-orient: vertical;
  overflow: hidden;
  width: 100%;
  color: var(--color-row-packshot-text-title);
  font: var(--typography-caption-rw-xs-regular);
  text-align: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.c1-item__badge {
  position: absolute;
  bottom: 0;
  max-width: 100%;
  display: inline-block;
  left: 50%;
  transform: translateX(-50%);
}
.c1-item__title {
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* autoprefixer: ignore next */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-align: center;
  max-width: 100%;
  margin-top: 4px;
  font: var(--typography-body-rw-xs-bold);
  color: var(--color-row-packshot-text-title);
}
.c1-item__title--hover {
  transition: transform 0.2s ease-out, filter 0.2s ease-out, color 0.2s ease-out;
  color: #0099f7;
}
.c1-item__years {
  text-align: center;
  max-width: 100%;
  margin-top: 4px;
  color: var(--color-row-packshot-text-metadata);
  font: var(--typography-caption-rw-xs-regular);
}

@media (min-width: 45em) {
  .c1-item__image-title-container > span {
    font: var(--typography-caption-rw-s-regular);
  }
  .c1-item__title {
    font: var(--typography-body-rw-s-bold);
  }
  .c1-item__years {
    font: var(--typography-caption-rw-s-regular);
  }
}
@media (min-width: 90em) {
  .c1-item__image-title-container {
    left: 10%;
    width: 80%;
  }
}
.c1 .packshot-list {
  padding-top: 9px;
}
.c1 .entry_title__tagline {
  margin-bottom: 15px;
}

@media (min-width: 90em) {
  .c1 .scrollable__container > button {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.event-metadata {
  display: block;
}
.event-metadata__time {
  position: relative;
  font: var(--typography-caption-rw-xs-regular);
  color: var(--color-row-packshot-text-duration);
  margin-top: 8px;
}
.event-metadata__title {
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* autoprefixer: ignore next */
  -webkit-box-orient: vertical;
  overflow: hidden;
  font: var(--typography-body-rw-xs-bold);
  margin-top: 4px;
  color: var(--color-row-packshot-text-title);
}
.event-metadata__title--hover {
  transition: color 0.2s ease-out;
  color: #0099f7;
}
.event-metadata__stage {
  font: var(--typography-caption-rw-xs-regular);
  color: var(--color-row-packshot-text-metadata);
  width: 100%;
  margin-top: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media (min-width: 45em) {
  .event-metadata__time {
    margin-top: 12px;
    font: var(--typography-caption-rw-s-regular);
  }
  .event-metadata__title {
    font: var(--typography-body-rw-s-bold);
    margin-top: 4px;
  }
  .event-metadata__stage {
    display: inline-block;
    margin-top: 4px;
    font: var(--typography-caption-rw-s-regular);
  }
}
.event-packshot-item {
  cursor: pointer;
  display: inline-block;
  background-color: transparent;
  text-align: left;
  overflow: visible;
  white-space: break-spaces;
  vertical-align: top;
  width: 100%;
}
.event-packshot-item__packshot {
  display: block;
  position: relative;
  width: 100%;
  user-select: none;
}
.event-packshot-item__image-container {
  position: relative;
  cursor: pointer;
  padding-left: 0;
  padding-right: 0;
}
.event-packshot-item__image-container .packshot-fb-title {
  background-color: #141414;
}
.event-packshot-item__badges-container {
  position: absolute;
  left: 4px;
  top: 4px;
  width: 80%;
  margin-bottom: 8px;
}

@media (min-width: 90em) {
  .event-packshot-item__badges-container {
    left: 8px;
    top: 8px;
  }
}
.st1 .packshot-list {
  padding-top: 9px;
}
.st1 .scrollable.row-peek {
  margin-left: 0;
  padding-left: 0;
}
.st1 .scrollable.row-peek .packshot-list__packshot:first-child {
  padding-left: 0;
}

@media (min-width: 45em) {
  .st1 .packshot-list {
    padding-top: 15px;
  }
}
@media (min-width: 90em) {
  .st1 .scrollable__container > button {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.event-grid-item {
  cursor: pointer;
  background-color: transparent;
  text-align: left;
  overflow: visible;
  padding-left: 0;
  padding-right: 0;
}
.event-grid-item__packshot {
  display: block;
  position: relative;
  width: 100%;
  user-select: none;
  pointer-events: none;
}
.event-grid-item__packshot .play-icon {
  height: auto;
  width: 16.5%;
}
.event-grid-item__packshot .play-icon svg {
  width: 100%;
  height: 100%;
}
.event-grid-item__image-container {
  position: relative;
  cursor: pointer;
  padding-left: 0;
  padding-right: 0;
}
.event-grid-item__image-container .packshot-fb-title {
  background-color: #141414;
}
.event-grid-item__badges-container {
  position: absolute;
  left: 4px;
  top: 4px;
  width: 80%;
  margin-bottom: 8px;
}

@media (min-width: 90em) {
  .event-grid-item__badges-container {
    left: 8px;
    top: 8px;
  }
}
.show-more-button {
  left: 50%;
  transform: translate(-50%, 0);
  position: relative;
}
.truncate, .stages-select__stages {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.uppercase {
  text-transform: uppercase;
}

.titlecase {
  text-transform: capitalize;
}

.txt-left {
  text-align: left;
}
.txt-center {
  text-align: center;
}
.txt-right {
  text-align: right;
}

.stages-select {
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  max-width: 210px;
  position: relative;
}
.stages-select__stages {
  flex-grow: 1;
  max-width: 100%;
  width: 100%;
  text-align: left;
  appearance: none;
  border: 1px solid white;
  border-radius: 80px;
  padding: 0 40px 0 25px;
  height: 40px;
  background-color: var(--color-global-dropdown-background-default);
  color: var(--color-global-dropdown-text-default);
  font-size: 16px;
  font-weight: bold;
}
.stages-select__stages--opened {
  border-radius: 20px 20px 0 0;
}
.stages-select__stages:hover:not(:disabled) {
  background-color: rgba(255, 255, 255, 0.1);
}
.stages-select__stages {
  text-indent: 0.01px;
  text-overflow: "";
}
.stages-select__stages::-ms-expand {
  display: none;
}
.stages-select__indicator {
  pointer-events: none;
  position: absolute;
  right: 25px;
  transition: color 0.2s;
  z-index: 1;
}
.stages-select__indicator:hover {
  color: #ffffff;
}
.stages-select__select-option {
  color: #1a1a1a;
  background-color: #f0f0f0;
  transition: 0.2s color, background-color 0.2s;
  font-weight: normal;
}

@media (min-width: 45em) {
  .stages-select {
    max-width: 230px;
  }
  .stages-select__stages {
    height: 50px;
    padding: 0 45px 0 30px;
    font-size: 18px;
  }
  .stages-select__indicator {
    right: 30px;
  }
}
.st3__items-list {
  /*
  better to use grid here, but it is not fully supported in IE11
  worth to change, when we get rid of IE11 support

  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 8px;
  position: relative;

  > button {
  	width: 100%;
  	height: fit-content;
  } */
  padding-top: 9px;
  display: inline-flex;
  flex-wrap: wrap;
  margin-left: -4px;
  width: calc(100% + 8px);
  align-items: flex-start;
}
.st3__items-list > .event-grid-item {
  padding-left: 4px;
  padding-right: 4px;
  padding-top: 1px;
  padding-bottom: 16px;
  outline-offset: -1px;
}
.st3__stages-select {
  position: relative;
}
.st3__load-more-spinner {
  width: 40px;
  left: 50%;
  transform: translate(-50%, 0);
  position: relative;
}
.st3__load-more-spinner .svg-icon {
  width: 40px;
}
.st3__no-items {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 140px;
  font-size: 12px;
  line-height: 14px;
  font-weight: bold;
  text-align: center;
}
.st3__main-spinner-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 140px;
}
.st3__main-spinner {
  width: 40px;
}

@media (min-width: 45em) {
  .st3__items-list {
    padding-top: 12px;
    margin-left: -10px;
    width: calc(100% + 20px);
  }
  .st3__items-list > .event-grid-item {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 20px;
  }
  .st3__button {
    margin-top: 4px;
  }
  .st3__stages_select {
    padding-top: 4px;
    padding-bottom: 12px;
  }
  .st3__no-items {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (min-width: 90em) {
  .st3__items-list > .event-grid-item {
    padding-bottom: 24px;
  }
  .st3__button {
    margin-top: 0;
  }
  .st3__stages_select {
    padding-top: 4px;
    padding-bottom: 12px;
  }
}
.bookmark-btn .svg-icon {
  background-image: var(--assets-item-details-bookmark-add);
}
.bookmark-btn.active .svg-icon {
  background-image: var(--assets-item-details-bookmark-bookmarked);
}
.resume-progress--has-title .resume-progress__info {
  display: flex;
  justify-content: space-between;
}
.resume-progress--no-title {
  display: flex;
  align-items: center;
}
.resume-progress--no-title .resume-progress__info {
  order: 1;
}
.resume-progress__title {
  font-size: 12px;
  color: #ffffff;
}
.resume-progress__time {
  margin-left: 10px;
  color: #808080;
  font-size: 12px;
  font-family: var(--font-family-title);
}

/* stylelint-disable no-duplicate-selectors*/
/*rtl:begin:ignore*/
.resume-progress__bar {
  direction: ltr;
  position: relative;
  flex: 1 0 auto;
  background-color: var(--color-global-progress-background);
  height: 3px;
}
.resume-progress__value {
  background-color: var(--color-global-progress-bar);
  height: 100%;
}

/*rtl:end:ignore*/
@media (min-width: 45em) {
  .resume-progress__title {
    font-size: 14px;
  }
}
.trailer-btn .svg-icon {
  background-image: var(--assets-item-details-trailer);
}
/** _decimal.scss | MIT License | gist.github.com/terkel/4373420
 *
 * Round a number to specified digits.
 *
 * @param  {Number} $number A number to round
 * @param  {Number} [$digits:0] Digits to output
 * @param  {String} [$mode:round] (round|ceil|floor) How to round a number
 * @return {Number} A rounded number
 * @example
 *     decimal-round(0.333)    => 0
 *     decimal-round(0.333, 1) => 0.3
 *     decimal-round(0.333, 2) => 0.33
 *     decimal-round(0.666)    => 1
 *     decimal-round(0.666, 1) => 0.7
 *     decimal-round(0.666, 2) => 0.67
 */
/**
 * Strip units from value e.g. remove px from 16px remove vm from 16vm;
 * @param {integer} $val - The value to clean;
 */
/**
 * View width calc by pixel vs width
 * @param {integer} $val - The pixel value;
 * @param {string} $breakpoint - The breakpoint to calc against;
 */
/**
 * Calculate line-height based on font-size
 * @param {css variable} $fontSize - font size in vw;
 */
/**
 * View width mixin to set vw with pixel fallback based off breakpoint
 * @param {string} $breakpoint - The font-size at given breakpoint;
 * @param {string} $prop - The css property;
 * @param {integer} $val - The pixel value;
 */
.dh1-hero {
  overflow: hidden;
}
.dh1-hero__head-container {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  margin-top: 45vw;
}
.dh1-hero__head-container--center {
  align-items: center;
}
.dh1-hero__metadata-container {
  position: relative;
  height: 100%;
}
.dh1-hero__img {
  left: 0;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}
.dh1-hero__badge {
  display: inline-block;
  padding: 2px 6px 0;
  margin: 0 0 1vw;
  text-transform: uppercase;
}
.dh1-hero__title {
  margin: 0;
  font: var(--typography-hero-details-rw-xs);
  color: var(--color-hero-text-title);
}
@media (min-width: 45em) {
  .dh1-hero__title {
    font: var(--typography-hero-details-rw-s);
  }
}
@media (min-width: 60em) {
  .dh1-hero__title {
    font: var(--typography-hero-details-rw-m);
  }
}
@media (min-width: 75em) {
  .dh1-hero__title {
    font: var(--typography-hero-details-rw-l);
  }
}
@media (min-width: 90em) {
  .dh1-hero__title {
    font: var(--typography-hero-details-rw-xl);
  }
}
.dh1-hero__brand {
  max-width: 40vw;
  max-height: 40vw;
  margin: 4px 0 0;
  margin: 1.25vw 0vw 0vw;
}
.dh1-hero__metadata {
  display: flex;
  align-items: center;
  margin-top: 8px;
}
.dh1-hero__metadata--center {
  justify-content: center;
}
.dh1-hero__actions {
  display: flex;
  margin-top: 20px;
  align-items: center;
}
.dh1-hero__actions .cta-btn {
  outline-offset: -1px;
}
.dh1-hero__actions .cta-btn .account-btn__spinner-container--visible {
  width: 0;
}
.dh1-hero__actions--center {
  justify-content: center;
}
.dh1-hero__secondary-actions {
  display: flex;
  align-items: flex-start;
  margin-top: 3px;
  margin-left: 20px;
}
.dh1-hero__secondary-actions--bottom {
  display: none;
  margin-left: 0px;
}
@media (max-width: 29.99em) {
  .dh1-hero__secondary-actions {
    display: none;
  }
  .dh1-hero__secondary-actions--bottom {
    margin-top: 20px;
    margin-left: 0px;
    display: flex;
  }
}
.dh1-hero__sec-btn + .dh1-hero__sec-btn {
  margin-left: 15px;
}
.dh1-hero__progress {
  padding-top: 12px;
  margin-bottom: 10px;
}
.dh1-hero .resume-progress__title {
  display: none;
}
.dh1-hero__wrapper {
  position: relative;
}
.dh1-hero__episode-metadata {
  font-size: 14px;
  font-family: var(--font-family-body);
  color: var(--color-hero-text-episode-detail);
  margin: 14px 0 0;
}
.dh1-hero__description {
  color: var(--color-hero-text-description);
}
.dh1-hero__description--center {
  margin-left: auto;
  margin-right: auto;
}
.dh1-hero__description--center .truncated-desc__content {
  text-align: center;
}

@media (min-width: 45em) {
  .dh1-hero__head-container {
    margin-top: 30vw;
  }
  .dh1-hero__badge {
    font-size: 12px;
    padding: 2px 7px 0;
  }
  .dh1-hero__brand {
    max-width: 40vw;
    max-height: 25vw;
    margin: 6px 0 0;
    margin: 0.83vw 0vw 0vw;
  }
  .dh1-hero__description {
    font-size: 16px;
    max-width: 80%;
  }
  .dh1-hero__description--truncated:after {
    width: 80%;
  }
  .dh1-hero__progress {
    align-items: flex-end;
    flex-direction: column-reverse;
    margin-bottom: 19px;
    padding-top: 0px;
    max-width: 80%;
  }
  .dh1-hero .resume-progress__info {
    align-items: center;
    display: flex;
    margin: 0 0 2px;
    justify-content: flex-end;
    width: 100%;
  }
  .dh1-hero .resume-progress__info--has-title {
    justify-content: space-between;
  }
  .dh1-hero .resume-progress__title {
    display: flex;
  }
  .dh1-hero .resume-progress__bar {
    width: 100%;
  }
}
.app-background--dh1:before {
  background-image: var(--gradient-hero-dark);
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
}

@media (min-width: 60em) {
  .dh1-hero__head-container {
    margin-top: 20vw;
  }
  .dh1-hero__metadata-container > .dh1-hero__title {
    display: none;
  }
  .dh1-hero__metadata {
    margin-top: 16px;
  }
  .dh1-hero__description {
    max-width: 50%;
  }
  .dh1-hero__description--truncated:after {
    width: 50%;
  }
  .dh1-hero__brand {
    transform: none;
    bottom: 100%;
    max-height: 18vw;
    max-width: 23vw;
    margin: 8px 0 0;
    margin: 0.83vw 0vw 0vw;
  }
  .dh1-hero__progress {
    margin-bottom: 9px;
    max-width: 50%;
  }
}
@media (min-width: 75em) {
  .dh1-hero__badge {
    font-size: 16px;
    padding: 2px 10px 0;
    margin: 0;
  }
}
@media (min-width: 90em) {
  .dh1-hero__meta-block {
    font-size: 13px;
  }
}
.d10 .packshot {
  pointer-events: none;
  user-select: none;
  display: none;
  flex: 0 0 auto;
}
.d10__info {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  text-align: left;
  justify-content: space-between;
  flex-direction: column;
}
@media (min-width: 30em) {
  .d10__info {
    flex-direction: row;
  }
}
@media (min-width: 45em) {
  .d10__info {
    flex-wrap: nowrap;
  }
}
.d10__copyright {
  font-size: 11px;
  font-style: italic;
  color: #808080;
  margin-top: 15px;
}
.d10-rating {
  color: var(--color-row-d9-d10-text-rating);
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  margin-top: 20px;
  padding-left: 4px;
  padding-left: 0.25rem;
}
@media (min-width: 45em) {
  .d10-rating {
    flex-direction: row-reverse;
    max-width: 30%;
    margin-top: 0;
    padding-left: 0;
    padding-right: 4px;
    padding-right: 0.25rem;
  }
}
@media (min-width: 75em) {
  .d10-rating {
    padding-right: 8px;
    padding-right: 0.5rem;
  }
}
@media (min-width: 90em) {
  .d10-rating {
    padding-right: 8px;
    padding-right: 0.5rem;
  }
}
.d10-rating__image {
  width: 58px;
  display: inline-flex;
  align-self: flex-start;
}
.d10-rating__text {
  color: #808080;
  padding-left: 20px;
}
@media (min-width: 45em) {
  .d10-rating__text {
    padding-left: 0;
    padding-right: 20px;
    text-align: right;
  }
}
.d10-table {
  display: inline-block;
  margin-bottom: 0;
  flex: 1 0 auto;
  text-align: left;
  text-transform: capitalize;
}
.d10-table__cell {
  padding-left: 20px;
  color: var(--color-row-d9-d10-text-details);
}
.d10-table__cell--duration {
  text-transform: none;
}
.d10-table__header {
  vertical-align: baseline;
  color: var(--color-row-d9-d10-text-title);
  font-weight: normal;
}
.d10-table__genre:hover {
  color: rgb(8.1705361, 116.9931351016, 183.8514639);
}

@media (min-width: 30em) {
  .d10 .packshot {
    display: block;
    margin-right: 20px;
  }
  .d10__info {
    flex-direction: row;
  }
}
.d8-cast-member {
  display: inline-block;
  vertical-align: top;
}
.d8-cast-member__link {
  display: block;
  text-align: center;
  outline-offset: -1px;
}
.d8-cast-member__link:hover .d8-cast-member__circle, .d8-cast-member__link:focus .d8-cast-member__circle {
  background-color: var(--color-row-d8-background-rw-hover);
}
.d8-cast-member__link:hover .d8-cast-member__initials, .d8-cast-member__link:focus .d8-cast-member__initials {
  color: #1a1a1a;
}
.d8-cast-member__link:hover .d8-cast-member__actor, .d8-cast-member__link:focus .d8-cast-member__actor {
  color: #ffffff;
}
.d8-cast-member__circle-wrapper {
  padding-bottom: 100%;
  position: relative;
}
.d8-cast-member__circle-wrapper > :first-child {
  left: 0;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}
.d8-cast-member__circle {
  background-color: var(--color-row-d8-background-default);
  border-radius: 50%;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.d8-cast-member__initials {
  font: var(--typography-heading-1-rw-xs);
  width: 100%;
  color: var(--color-row-d8-text-initials-default);
}
.d8-cast-member__actor {
  font: var(--typography-caption-rw-xs-regular);
  color: var(--color-row-packshot-text-title);
  padding-top: 12px;
}
.d8-cast-member__role {
  font: var(--typography-caption-rw-xs-regular);
  color: var(--color-row-packshot-text-metadata);
  padding-top: 1px;
  text-transform: capitalize;
}

@media (min-width: 45em) {
  .d8-cast-member__initials {
    font: var(--typography-heading-1-rw-s);
  }
  .d8-cast-member__actor {
    font: var(--typography-caption-rw-s-regular);
  }
  .d8-cast-member__role {
    font: var(--typography-caption-rw-s-regular);
    padding-top: 3px;
  }
}
@media (min-width: 75em) {
  .d8-cast-member__initials {
    font: var(--typography-heading-1-rw-l);
  }
}
.people-list__list {
  overflow: hidden;
  white-space: nowrap;
}
.people-list__list.row-peek .d8-cast-member {
  float: none !important;
}
@charset "UTF-8";
.d9 {
  text-align: left;
  font: var(--typography-caption-rw-xs-regular);
}
@media (min-width: 45em) {
  .d9 {
    font: var(--typography-caption-rw-s-regular);
  }
}

.d9-cast-row {
  min-height: 25px;
}
.d9-cast-row__role {
  color: var(--color-row-d9-d10-text-title);
  font: var(--typography-caption-rw-xs-bold);
  vertical-align: top;
  text-align: left;
  text-transform: capitalize;
  white-space: nowrap;
}
@media (min-width: 45em) {
  .d9-cast-row__role {
    font: var(--typography-caption-rw-s-bold);
  }
}
.d9-cast-row__names {
  text-align: left;
  padding-left: 36px;
  vertical-align: top;
}
.d9-cast-row__name {
  color: var(--color-row-d9-d10-text-details);
}
.d9-cast-row__name:hover, .d9-cast-row__name:focus {
  outline: none;
  color: #ffffff;
}
.d9-cast-row__name + .d9-cast-row__name:before {
  content: ", ";
}
.d9-cast-row__name + .d9-cast-row__name--ar:before {
  content: "، ";
}
.d9-cast-row__character {
  color: #808080;
}

@media (min-width: 45em) {
  .cast-crew-list {
    font-size: 16px;
  }
}
.d1-season-list {
  overflow: hidden;
}
.d1-season-list--list {
  padding-left: 0;
  list-style: none;
  display: block;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
}
.d1-season-list__item {
  display: inline-block;
  font-size: 1.125rem;
  font-family: var(--font-family-title);
  text-align: center;
  position: relative;
  padding: 15px 0 5px;
  margin-right: 60px;
  color: var(--color-global-tab-text-default);
}
.d1-season-list__item:first-of-type {
  padding-left: 0;
}
.d1-season-list__item:first-of-type .d1-season-list__link {
  padding-left: 0;
}
@media (max-width: 44.99em) {
  .d1-season-list__item:first-of-type .d1-season-list__link {
    padding-left: 10px;
  }
}
.d1-season-list__item:first-of-type .d1-season-list__link:after {
  left: 0;
  width: calc(100% - 10px);
}
.d1-season-list__arrow .arrow__icon {
  height: 20px;
  width: 20px;
  top: 5px;
}
.d1-season-list__item--active .d1-season-list__link {
  position: relative;
  color: var(--color-global-tab-text-selected);
}
div.d1-season-list__item--active .d1-season-list__link:after {
  content: "";
  position: absolute;
  bottom: 2px;
  height: 2px;
  left: 10px;
  width: calc(100% - 20px);
  background-color: #0099f7;
}
.d1-season-list__link {
  color: var(--color-global-tab-text-default);
  padding: 10px;
}
.d1-season-list__link:hover, .d1-season-list__link:focus {
  color: var(--color-global-tab-text-hover);
}
.d1-season-selector {
  position: relative;
  color: #ffffff;
}
.d1-season-selector.row-peek {
  padding-right: 0;
}
.d1-season-selector__button {
  font-size: 16px;
  font-family: var(--font-family-title);
  color: #ffffff;
  padding: 10px 20px 10px 0;
  position: relative;
  background: transparent;
  white-space: nowrap;
}
.d1-season-selector__button:after {
  border-style: solid;
  border-width: 0 0 2px 2px;
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  position: relative;
  top: -4px;
  left: 12px /*rtl: -12px*/;
  transform: rotate(-45deg);
  vertical-align: middle;
}
.d1-season-selector__listContainer {
  display: none;
  position: absolute;
  top: 43px;
  left: -4px;
  background-color: #262626;
  padding-bottom: 15px;
}
.d1-season-selector--right .d1-season-selector__button {
  float: right;
  padding: 10px 26px 10px 10px;
}
.d1-season-selector--expanded {
  z-index: 50;
}
.d1-season-selector--expanded:before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.8);
}
.d1-season-selector--expanded .season-list__item {
  padding-left: 0;
}
.d1-season-selector--expanded .d1-season-selector__button {
  opacity: 1;
  background-color: #262626;
  padding-right: 34px;
}
.d1-season-selector--expanded .d1-season-selector__listContainer {
  display: block;
  width: 100%;
  background-color: #262626;
}
.d1-season-selector .d1-season-list {
  margin: 0;
}
.d1-season-selector .d1-season-list__item--scrollable {
  margin-right: 0;
  text-align: left;
  float: none;
}
.d1-season-selector .d1-season-list__item--list {
  display: block;
  float: left;
}

@media (min-width: 45em) {
  .d1-season-selector--auto-expand .season-list__item {
    display: inline-block;
    float: none;
  }
  .d1-season-selector--auto-expand .d1-season-selector__button {
    display: none;
  }
  .d1-season-selector--auto-expand .d1-season-selector__listContainer {
    position: static;
    display: block;
    width: 100%;
    background-color: inherit;
  }
}
@media (max-width: 74.99em) {
  .d1-season-selector--expanded .d1-season-selector__listContainer {
    right: 0;
    width: 100vw;
    left: 0;
  }
  .entry-title + .d1-season-selector--expanded .d1-season-selector__listContainer {
    left: auto;
  }
}
.d1-season-selector--expanded.d1-season-selector--left .d1-season-selector__button {
  margin-left: -24px;
  padding-left: 28px;
}
.d1-season-selector--expanded.d1-season-selector--right .d1-season-selector__button {
  margin-right: -16px;
  padding-right: 36px;
}
.d1-season-selector--expanded .d1-season-selector__listContainer .d1-season-list {
  padding-left: 16px;
}

@media (min-width: 45em) {
  .d1-season-selector--expanded.d1-season-selector--left .d1-season-selector__button {
    margin-left: -40px;
    padding-left: 44px;
  }
  .d1-season-selector--expanded.d1-season-selector--right .d1-season-selector__button {
    margin-right: -24px;
    padding-right: 44px;
  }
  .d1-season-selector--expanded .d1-season-selector__listContainer .d1-season-list {
    padding-left: 24px;
  }
}
@media (min-width: 60em) {
  .d1-season-selector--expanded.d1-season-selector--left .d1-season-selector__button {
    margin-left: -56px;
    padding-left: 60px;
  }
  .d1-season-selector--expanded.d1-season-selector--right .d1-season-selector__button {
    margin-right: -32px;
    padding-right: 52px;
  }
  .d1-season-selector--expanded .d1-season-selector__listContainer .d1-season-list {
    padding-left: 32px;
  }
}
@media (min-width: 75em) {
  .d1-season-selector--expanded.d1-season-selector--left .d1-season-selector__button {
    margin-left: -64px;
    padding-left: 72px;
  }
  .d1-season-selector--expanded.d1-season-selector--right .d1-season-selector__button {
    margin-right: -40px;
    padding-right: 64px;
  }
  .d1-season-selector--expanded .d1-season-selector__listContainer .d1-season-list {
    padding-left: 40px;
  }
}
@media (min-width: 90em) {
  .d1-season-selector--expanded.d1-season-selector--left .d1-season-selector__button {
    margin-left: -96px;
    padding-left: 104px;
  }
  .d1-season-selector--expanded.d1-season-selector--right .d1-season-selector__button {
    margin-right: -56px;
    padding-right: 80px;
  }
  .d1-season-selector--expanded .d1-season-selector__listContainer .d1-season-list {
    padding-left: 56px;
  }
}
@media (min-width: 120.0625em) {
  .d1-season-selector--expanded.d1-season-selector--left .d1-season-selector__button {
    margin-left: -114px;
    padding-left: 122px;
  }
  .d1-season-selector--expanded.d1-season-selector--right .d1-season-selector__button {
    margin-right: -65px;
    padding-right: 89px;
  }
  .d1-season-selector--expanded .d1-season-selector__listContainer .d1-season-list {
    padding-left: 65px;
  }
}
.d1-ep-info__show-title, .d1-ep-info__season-title {
  font-size: 18px;
  font-weight: normal;
  margin: 0;
  color: #f0f0f0;
}
.d1-ep-info__season-title {
  margin-top: 4px;
}
.d1-ep-info__name-group {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin: 18px 0;
  white-space: nowrap;
}
.d1-ep-info__name {
  font-size: 24px;
  font-weight: normal;
  color: #808080;
  margin: 0;
}
.d1-ep-info__duration {
  font-size: 14px;
  font-family: var(--font-family-title);
  color: #808080;
  margin-left: 24px;
}
.d1-ep-info__description {
  font-size: 14px;
  font-family: var(--font-family-title);
  color: #cccccc;
  margin: 0;
}
.d1-ep-desc {
  font-size: 0.875rem;
  line-height: 1.43;
  width: 100%;
}
.d1-ep-desc__text {
  text-align: left;
  margin: 0;
  color: #808080;
}
/**
 * Mixin 'use-grid-val' used for assign the global gutter or margin values to a specified css property for each breakpoint;
 * @param {string} $value-type - The global grid value type - gutters or margins
 * @param {string} $properties - The css property;
 */
.d1-episode {
  position: relative;
}
@media (min-width: 20em) {
  .d1-episode {
    margin-bottom: 8px;
  }
}
@media (min-width: 45em) {
  .d1-episode {
    margin-bottom: 8px;
  }
}
@media (min-width: 60em) {
  .d1-episode {
    margin-bottom: 8px;
  }
}
@media (min-width: 75em) {
  .d1-episode {
    margin-bottom: 16px;
  }
}
@media (min-width: 90em) {
  .d1-episode {
    margin-bottom: 16px;
  }
}
@media (min-width: 120.0625em) {
  .d1-episode {
    margin-bottom: 16px;
  }
}
.d1-episode__packshot {
  display: block;
  position: relative;
  width: 100%;
  user-select: none;
}
.d1-episode__packshot .packshot__image {
  background-color: #333333;
}
.d1-episode__packshot-group {
  position: relative;
}
.d1-episode__packshot-link {
  display: block;
}
.d1-episode__title-group {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 40px 8px 10px;
  color: #ffffff;
  pointer-events: none;
}
.d1-episode__number {
  font-size: 2.3rem;
  font-weight: bold;
  font-family: var(--font-family-title);
  line-height: normal;
}
.d1-episode__price {
  position: absolute;
  right: 12px;
  top: 12px;
}
.d1-season-desc {
  font-size: 1rem;
  line-height: 1.25;
  color: #808080;
  margin: 0 0 20px;
  max-width: 596px;
}
.d1-season-desc.truncated-desc--truncated {
  background: linear-gradient(to bottom, gray, rgba(255, 255, 255, 0));
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
}
.d1__title {
  margin: 0;
}
.d1__title_container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: -25px;
}

@media (min-width: 45em) {
  .d1__title_container {
    display: block;
  }
}
.d2-item {
  margin-bottom: 24px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.d2-item__title-group {
  display: flex;
  width: 100%;
  max-width: 100%;
  margin-bottom: 12px;
  padding-left: 47px;
  min-height: 39px;
}
.d2-item__title-group--pad {
  padding-left: 0;
  min-height: 0;
}
.d2-item__title {
  max-width: 100%;
  color: #ffffff;
  font-size: 16px;
}
.d2-item__duration {
  display: block;
  color: #808080;
  font-size: 12px;
  margin-top: 2px;
  width: 100%;
}
.d2-item__play-icon--noPackshot .play-icon {
  display: block;
  left: 0;
}
.d2-item__play-icon svg {
  width: 39px;
  height: 39px;
}
.d2-item__left-label {
  margin: 0 0 0 5px;
}
.d2-item__title-text {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  min-width: 0;
  width: 100%;
}
.d2-item__description-group {
  flex: 1 0 auto;
  position: relative;
  max-width: 100%;
}
.d2-item__duration + .d2-item__description {
  margin-top: 8px;
}
.d2-item__progress + .d2-item__description {
  margin-top: 8px;
}
.d2-item__description {
  max-width: 650px;
}
.d2-item__description--fit {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.d2-item__description.d2-item__description--fit {
  margin: 0;
}
.d2-item__description .episode-description__text {
  color: #cccccc;
}
.d2-item__description.collapsible-container--collapsed:before {
  height: 100%;
}
.d2-item__description--desktop {
  display: none;
}
.d2-item__packshot-group {
  position: relative;
  margin-right: 0;
}
.d2-item__packshot-group + .d2-item__description-group .d2-item__description {
  padding-left: 10px;
}
.d2-item .d2-item__packshot-group {
  padding: 0;
}
.d2-item__packshot {
  width: 100%;
}
.d2-item__packshot--active {
  cursor: pointer;
}
.d2-item__progress {
  margin-top: 8px;
  bottom: 2px;
  left: 2px;
  position: relative;
  right: 2px;
}
.d2-item__progress--title {
  margin-top: 2px;
  width: 284px;
  max-width: 284px;
}
.d2-item__price {
  overflow: visible;
}

@media (min-width: 45em) {
  .d2-item__packshot-group {
    order: 0;
  }
  .d2-item__title-group {
    flex: 1 0 auto;
    order: 1;
    width: 70%;
    max-width: 100%;
    margin: 0;
    padding-left: 57px;
  }
  .d2-item__title-group--pad {
    padding-left: 20px;
  }
  .d2-item__progress {
    margin-top: 10px;
  }
  .d2-item__title-text {
    position: relative;
  }
  .d2-item__description-group {
    display: none;
  }
  .d2-item__description--desktop {
    display: block;
  }
  .d2-item__description--fit {
    top: 50px;
    right: 100px;
  }
  .d2-item__progress-group--title {
    width: 284px;
    max-width: 284px;
  }
}
.d2__title {
  margin: 0;
}
.d2__cta-btn {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.d2__description {
  margin-bottom: 32px;
}
.d2__title_container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (min-width: 45em) {
  .d2__title_container {
    display: block;
  }
}
.d3__title {
  margin: 0;
}
.d3__list {
  position: relative;
  white-space: nowrap;
}
.d3__list--description .arrow {
  top: -60px;
}
.d3__item {
  display: inline-block;
  vertical-align: top;
  float: none !important;
  white-space: normal;
}
.d3__title_container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (min-width: 45em) {
  .d3--description .arrow {
    top: -40px;
  }
  .d3__title_container {
    display: block;
  }
}
/** _decimal.scss | MIT License | gist.github.com/terkel/4373420
 *
 * Round a number to specified digits.
 *
 * @param  {Number} $number A number to round
 * @param  {Number} [$digits:0] Digits to output
 * @param  {String} [$mode:round] (round|ceil|floor) How to round a number
 * @return {Number} A rounded number
 * @example
 *     decimal-round(0.333)    => 0
 *     decimal-round(0.333, 1) => 0.3
 *     decimal-round(0.333, 2) => 0.33
 *     decimal-round(0.666)    => 1
 *     decimal-round(0.666, 1) => 0.7
 *     decimal-round(0.666, 2) => 0.67
 */
/**
 * Strip units from value e.g. remove px from 16px remove vm from 16vm;
 * @param {integer} $val - The value to clean;
 */
/**
 * View width calc by pixel vs width
 * @param {integer} $val - The pixel value;
 * @param {string} $breakpoint - The breakpoint to calc against;
 */
/**
 * Calculate line-height based on font-size
 * @param {css variable} $fontSize - font size in vw;
 */
/**
 * View width mixin to set vw with pixel fallback based off breakpoint
 * @param {string} $breakpoint - The font-size at given breakpoint;
 * @param {string} $prop - The css property;
 * @param {integer} $val - The pixel value;
 */
.lh {
  position: relative;
}
.lh__push {
  margin-top: 10px;
}
.lh--bg .lh__push {
  margin-top: -50px;
  margin-top: -15.63vw;
  padding-bottom: 56.25%;
  position: relative;
}
.lh--bg .lh__push > :first-child {
  left: 0;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}
@media (min-width: 45em) {
  .lh--bg .lh__push {
    margin-top: -60px;
    margin-top: -18.75vw;
  }
}
@media (min-width: 75em) {
  .lh--bg .lh__push {
    margin-top: -260px;
    margin-top: -21.67vw;
  }
}
.lh--bg .lh__title-wrap {
  height: 0;
}
.lh--bg .lh__title,
.lh--bg .lh__brand-img {
  position: absolute;
  bottom: 0;
}
.lh--bg .lh__title--center,
.lh--bg .lh__brand-img--center {
  left: 50%;
  transform: translateX(-50%);
}
.lh--bg .lh__brand-img {
  bottom: 8px;
  margin-bottom: 0;
}
.lh__badge {
  text-align: right;
  height: 0;
  padding-top: 60px;
}
@media (min-width: 75em) {
  .lh__badge {
    padding-top: 88px;
  }
}
.lh__badge-img {
  display: inline-block;
  max-width: 10.125vw;
  max-height: 10.125vw;
}
@media (min-width: 45em) {
  .lh__badge-img {
    max-width: 7.3125vw;
    max-height: 7.3125vw;
  }
}
.lh__title-wrap {
  order: 3;
  position: relative;
  margin-bottom: 0;
  display: block;
}
@media (min-width: 45em) {
  .lh__title-wrap {
    margin-bottom: 4px;
  }
}
@media (min-width: 60em) {
  .lh__title-wrap {
    margin-bottom: 6px;
  }
}
@media (min-width: 90em) {
  .lh__title-wrap {
    font-size: 64px;
    line-height: 72px;
    margin: 0 0 6px;
  }
}
.lh__title {
  order: 3;
  font-size: 28px;
  line-height: 34px;
  margin: 0 0 6px;
  font-weight: bold;
  max-width: 86%;
}
.lh__title--full-width {
  max-width: 100%;
}
@media (min-width: 30em) {
  .lh__title {
    font-size: 34px;
    line-height: 40px;
  }
}
@media (min-width: 45em) {
  .lh__title {
    font-size: 40px;
    line-height: 46px;
    margin: 0;
    max-width: 80%;
    max-height: none;
  }
  .lh__title--full-width {
    max-width: 100%;
  }
}
@media (min-width: 60em) {
  .lh__title {
    font-size: 54px;
    line-height: 60px;
  }
}
@media (min-width: 90em) {
  .lh__title {
    font-size: 88px;
    line-height: 96px;
  }
}
@media (min-width: 75em) {
  .lh__title--long-title {
    font-size: 64px;
    line-height: 72px;
  }
}
.lh__title--center {
  text-align: center;
  max-width: 100%;
  width: 100%;
}
.lh__brand-img {
  margin-top: 26px;
  max-width: 50%;
  max-height: 16.875vw;
  margin-bottom: 8px;
}
@media (min-width: 45em) {
  .lh__brand-img {
    margin-top: 52px;
    max-width: 45%;
    max-height: 14.0625vw;
  }
}
.lh__tagline {
  order: 2;
  margin: 0;
  color: #ffffff;
}
@media (min-width: 45em) {
  .lh__tagline {
    max-width: 80%;
  }
}
.lh__tagline--center {
  text-align: center;
  max-width: 100%;
  width: 100%;
}
.lh__desc {
  order: 1;
  font-size: 14px;
  line-height: 20px;
  overflow: hidden;
  position: relative;
  margin-top: 12px;
  color: #ffffff;
}
@media (max-width: 44.99em) {
  .lh__desc--grad {
    max-height: 96px;
  }
}
@media (max-width: 44.99em) {
  .lh__desc--grad:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background-image: linear-gradient(to bottom, transparent, #000000);
  }
}
@media (min-width: 30em) {
  .lh__desc {
    font-size: 16px;
    line-height: 24px;
    margin: 12px 0 16px;
  }
}
@media (min-width: 45em) {
  .lh__desc {
    max-height: none;
    max-width: 80%;
  }
}
@media (min-width: 60em) {
  .lh__desc {
    max-height: none;
    max-width: 750px;
    margin-top: 20px;
  }
}
.lh__desc--center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.app-background--lh:before {
  background-image: var(--gradient-hero-dark);
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
}
.cs-packshot-list--flush {
  margin-top: -21px;
}
@media (min-width: 45em) {
  .cs-packshot-list--flush {
    margin-top: -36.8px;
  }
}

.filter-sort-drop-down-container {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-top: 10px;
  position: relative;
}
@media (min-width: 45em) {
  .filter-sort-drop-down-container {
    justify-content: flex-end;
    margin-bottom: 0;
    padding-top: 5px;
  }
}
@media (min-width: 75em) {
  .filter-sort-drop-down-container {
    margin-bottom: 8px;
  }
}
.filter-sort-drop-down-container.offline {
  pointer-events: none;
  opacity: 0.3;
}

.clear-list-filters-btn {
  color: #0099f7;
  line-height: 2em;
  background: transparent;
}
.ed3 ul,
.ed3 ol {
  position: relative;
  padding-left: 1.5em;
  display: inline-block;
}

.ed3.txt-center {
  text-align: center;
  margin: 0 auto;
}
.ed3.txt-center ul,
.ed3.txt-center ol {
  margin: 1.45em auto;
  width: fit-content;
}
.ed3.txt-center h1,
.ed3.txt-center h2,
.ed3.txt-center h3,
.ed3.txt-center h4 {
  text-align: center;
}

.ed3.txt-right {
  margin-left: auto;
}
.ed3.txt-right ul,
.ed3.txt-right ol {
  margin: 0 0 1.45em auto;
  width: fit-content;
}
.ed3.txt-right h1,
.ed3.txt-right h2,
.ed3.txt-right h3,
.ed3.txt-right h4 {
  text-align: right;
}
.sport-logo {
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  background-position: right bottom;
  height: 100%;
  width: 100%;
}
/** _decimal.scss | MIT License | gist.github.com/terkel/4373420
 *
 * Round a number to specified digits.
 *
 * @param  {Number} $number A number to round
 * @param  {Number} [$digits:0] Digits to output
 * @param  {String} [$mode:round] (round|ceil|floor) How to round a number
 * @return {Number} A rounded number
 * @example
 *     decimal-round(0.333)    => 0
 *     decimal-round(0.333, 1) => 0.3
 *     decimal-round(0.333, 2) => 0.33
 *     decimal-round(0.666)    => 1
 *     decimal-round(0.666, 1) => 0.7
 *     decimal-round(0.666, 2) => 0.67
 */
/**
 * Strip units from value e.g. remove px from 16px remove vm from 16vm;
 * @param {integer} $val - The value to clean;
 */
/**
 * View width calc by pixel vs width
 * @param {integer} $val - The pixel value;
 * @param {string} $breakpoint - The breakpoint to calc against;
 */
/**
 * Calculate line-height based on font-size
 * @param {css variable} $fontSize - font size in vw;
 */
/**
 * View width mixin to set vw with pixel fallback based off breakpoint
 * @param {string} $breakpoint - The font-size at given breakpoint;
 * @param {string} $prop - The css property;
 * @param {integer} $val - The pixel value;
 */
.sport-hero {
  margin-top: 0;
  overflow: hidden;
}
.sport-hero__content-container {
  display: block;
  margin-top: 160px;
}
.sport-hero__content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
}
.sport-hero__metadata-container {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  flex: 1;
}
.sport-hero__badges-container {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  flex-wrap: wrap-reverse;
}
.sport-hero__badge {
  display: inline-block;
  width: auto;
  margin-right: 8px;
  margin-bottom: 8px;
}
.sport-hero__state-badge {
  margin-right: 8px;
  margin-bottom: 8px;
}
.sport-hero__datetime {
  color: var(--color-global-badge-timeframe-text);
  margin-bottom: 8px;
  flex: 1 0 0;
  white-space: nowrap;
  font: var(--typography-badge-rw-xs);
}
@media (min-width: 45em) {
  .sport-hero__datetime {
    font: var(--typography-badge-rw-s);
  }
}
@media (min-width: 75em) {
  .sport-hero__datetime {
    font: var(--typography-badge-rw-l);
  }
}
.sport-hero__title {
  font: var(--typography-hero-sports-rw-xs);
  text-transform: uppercase;
  color: var(--color-hero-text-title);
  margin-bottom: 0px;
  margin-top: 0px;
  width: 100%;
}
@media (min-width: 45em) {
  .sport-hero__title {
    font: var(--typography-hero-sports-rw-s);
  }
}
@media (min-width: 75em) {
  .sport-hero__title {
    font: var(--typography-hero-sports-rw-l);
  }
}
.sport-hero__tagline {
  margin-top: 4px;
  width: 100%;
}
.sport-hero__meta-container {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  flex-wrap: wrap;
}
.sport-hero__meta-container .metadata-block__meta-block {
  margin-top: 12px;
  margin-right: 8px;
  margin-bottom: 0px;
}
.sport-hero__logo-container {
  display: block;
  position: relative;
  min-width: 80px;
  width: 80px;
  height: 80px;
  margin-left: 8px;
}
.sport-hero__description {
  display: none;
  font: var(--typography-body-rw-xs-regular);
  color: var(--color-hero-text-description);
}
.sport-hero__actions-container {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 16px;
}
.sport-hero__actions-container .cta-btn {
  margin-right: 12px;
  outline-offset: -1px;
}
.sport-hero__progress {
  align-items: flex-end;
  flex-direction: column-reverse;
  margin-bottom: 19px;
  padding-top: 12px;
}
.sport-hero .resume-progress__info {
  align-items: center;
  display: flex;
  margin: 0 0 2px;
  justify-content: flex-end;
  width: 100%;
}
.sport-hero .resume-progress__info--has-title {
  justify-content: space-between;
}
.sport-hero .resume-progress__title {
  display: flex;
}
.sport-hero .resume-progress__bar {
  width: 100%;
}

@media (min-width: 45em) {
  .sport-hero__content-container {
    margin-top: 200px;
  }
  .sport-hero__badge {
    max-width: 80%;
    margin-right: 12px;
    margin-bottom: 12px;
  }
  .sport-hero__state-badge {
    margin-right: 12px;
    margin-bottom: 12px;
  }
  .sport-hero__datetime {
    margin-bottom: 12px;
  }
  .sport-hero__logo-container {
    width: 103px;
    height: 103px;
    min-width: 103px;
  }
  .sport-hero__description {
    display: block;
    font: var(--typography-body-rw-s-regular);
    width: 100%;
    margin-top: 16px;
  }
  .sport-hero__meta-container .metadata-block__meta-block {
    margin-right: 12px;
  }
  .sport-hero__actions-container {
    margin-top: 24px;
  }
  .sport-hero__actions-container .cta-btn {
    margin-right: 24px;
  }
  .sport-hero__progress {
    width: 85%;
  }
}
@media (min-width: 90em) {
  .sport-hero__content-container {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    min-height: 243px;
  }
  .sport-hero__badge {
    margin-right: 16px;
  }
  .sport-hero__state-badge {
    margin-right: 16px;
  }
  .sport-hero__logo-container {
    width: 203px;
    height: 203px;
    min-width: 203px;
  }
  .sport-hero__description {
    font-size: 18px;
    line-height: 27px;
    max-width: 80%;
    margin-top: 20px;
  }
  .sport-hero__meta-container .metadata-block__meta-block {
    margin-top: 16px;
    margin-right: 16px;
  }
  .sport-hero__actions-container {
    margin-top: 40px;
  }
  .sport-hero__progress {
    width: 80%;
  }
}
@media (min-width: 75em) {
  .app-background--sport-hero {
    max-width: 1200px;
    left: calc(100% - 1183px);
  }
}
@media (min-width: 90em) {
  .app-background--sport-hero {
    max-width: 85%;
    left: 15%;
  }
}
.app-background--sport-hero:before {
  background-image: var(--gradient-hero-sports-bottom), var(--gradient-hero-sports-left);
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
}

.sport-hero__starting-soon {
  font: var(--typography-heading-4-rw-l);
  color: var(--color-hero-text-countdown-time);
  padding-right: 24px;
}
.event-list-item {
  display: block;
  position: relative;
  padding: 8px 0;
  cursor: pointer;
  background-color: transparent;
  width: 100%;
  text-align: left;
}
.event-list-item__packshot {
  display: block;
  position: relative;
  width: 100%;
  user-select: none;
  pointer-events: none;
}
.event-list-item__packshot .play-icon {
  height: auto;
  width: 16.5%;
}
.event-list-item__packshot .play-icon svg {
  width: 100%;
  height: 100%;
}
.event-list-item__metadata {
  display: flex;
  flex-direction: row;
  align-items: center;
  overflow: hidden;
}
.event-list-item__metadata:hover:before {
  content: "";
  position: absolute;
  height: calc(100% - 2 * 8px);
  width: 100%;
  background-color: var(--color-row-stv3-background-hover);
}
.event-list-item__metadata__tile-container {
  position: relative;
  cursor: pointer;
  padding-left: 0;
  padding-right: 0;
}
.event-list-item__metadata__tile-container .packshot-fb-title {
  background-color: #141414;
}
.event-list-item__metadata__details {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  padding-left: 8px;
  padding-right: 0;
}
.event-list-item__metadata__title {
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* autoprefixer: ignore next */
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-top: 4px;
  font: var(--typography-heading-4-rw-xs);
  color: var(--color-row-packshot-text-title);
}
.event-list-item__metadata__title--hover {
  transition: color 0.2s ease-out;
  color: #0099f7;
}
.event-list-item__metadata__time {
  font: var(--typography-caption-rw-xs-regular);
  color: var(--color-row-packshot-text-duration);
}
.event-list-item__metadata__tagline {
  display: none;
  font: var(--typography-body-rw-xs-regular);
  color: var(--color-row-packshot-text-description);
}
.event-list-item__metadata__stage {
  font: var(--typography-caption-rw-xs-regular);
  color: var(--color-row-packshot-text-metadata);
  width: 100%;
  margin-top: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.event-list-item__metadata__image {
  display: block;
  width: 100%;
}
.event-list-item__metadata__badges-container {
  position: absolute;
  left: 4px;
  top: 4px;
  width: 80%;
  margin-bottom: 8px;
}

@media (min-width: 30em) {
  .event-list-item__metadata__stage {
    overflow: visible;
    text-overflow: initial;
    white-space: initial;
  }
}
@media (min-width: 45em) {
  .event-list-item {
    padding: 10px 0;
  }
  .event-list-item__metadata:hover:before {
    height: calc(100% - 2 * 10px);
  }
  .event-list-item__metadata__title {
    font: var(--typography-heading-4-rw-s);
    margin-top: 8px;
  }
  .event-list-item__metadata__details {
    padding-left: 20px;
  }
  .event-list-item__metadata__tagline {
    display: block;
    font: var(--typography-body-rw-s-regular);
  }
  .event-list-item__metadata__stage {
    margin-top: 12px;
    font: var(--typography-caption-rw-s-regular);
  }
  .event-list-item__metadata__time {
    margin-bottom: 8px;
    margin-top: 0px;
    font: var(--typography-caption-rw-s-regular);
  }
}
@media (min-width: 75em) {
  .event-list-item__metadata__title {
    font: var(--typography-heading-4-rw-l);
  }
}
@media (min-width: 90em) {
  .event-list-item {
    padding: 12px 0;
  }
  .event-list-item__metadata:hover:before {
    height: calc(100% - 2 * 12px);
    max-width: calc(75% - 8px);
  }
  .event-list-item__metadata__tile-container {
    padding-right: 16px;
  }
  .event-list-item__metadata__details {
    padding-left: 4px;
    padding-right: 16px;
  }
  .event-list-item__metadata__badges-container {
    left: 8px;
    top: 8px;
  }
}
.stv2__items-list {
  position: relative;
}
.stv2__button {
  margin-top: 8px;
}
.stv2__spinner {
  width: 40px;
  left: 50%;
  transform: translate(-50%, 0);
  position: relative;
  margin-top: 20px;
}

@media (min-width: 45em) {
  .stv2__button {
    margin-top: 14px;
  }
}
@media (min-width: 90em) {
  .stv2__button {
    margin-top: 12px;
  }
}
.stv3__items-list {
  padding-top: 1px;
  position: relative;
}
.stv3__button {
  margin-top: 8px;
}
.stv3__spinner {
  width: 40px;
  left: 50%;
  transform: translate(-50%, 0);
  position: relative;
  margin-top: 20px;
}

@media (min-width: 45em) {
  .stv3__items-list {
    padding-top: 5px;
  }
  .stv3__button {
    margin-top: 14px;
  }
}
@media (min-width: 90em) {
  .stv3__items-list {
    padding-top: 0;
  }
  .stv3__button {
    margin-top: 12px;
  }
}
.follow-btn .cta-toggle-btn .cta-toggle-btn__icon {
  margin-left: 15px;
  overflow: visible;
}
.follow-btn .cta-toggle-btn .cta-toggle-btn__icon .icon-btn {
  background-image: var(--assets-item-details-follow);
}
.follow-btn .cta-toggle-btn.followed .cta-toggle-btn__icon {
  color: #ffffff;
  stroke: #ffffff;
}
.follow-btn .cta-toggle-btn.followed .cta-toggle-btn__icon .icon-btn {
  background-image: var(--assets-item-details-followed);
}
.expandable-metadata .metadata-block__meta-block {
  position: relative;
  margin-right: 8px;
  margin-bottom: 6px;
}

@media (min-width: 45em) {
  .expandable-metadata .metadata-block__meta-block {
    margin-right: 12px;
  }
}
@media (min-width: 90em) {
  .expandable-metadata .metadata-block__meta-block {
    margin-right: 16px;
    margin-bottom: 10px;
  }
}
/** _decimal.scss | MIT License | gist.github.com/terkel/4373420
 *
 * Round a number to specified digits.
 *
 * @param  {Number} $number A number to round
 * @param  {Number} [$digits:0] Digits to output
 * @param  {String} [$mode:round] (round|ceil|floor) How to round a number
 * @return {Number} A rounded number
 * @example
 *     decimal-round(0.333)    => 0
 *     decimal-round(0.333, 1) => 0.3
 *     decimal-round(0.333, 2) => 0.33
 *     decimal-round(0.666)    => 1
 *     decimal-round(0.666, 1) => 0.7
 *     decimal-round(0.666, 2) => 0.67
 */
/**
 * Strip units from value e.g. remove px from 16px remove vm from 16vm;
 * @param {integer} $val - The value to clean;
 */
/**
 * View width calc by pixel vs width
 * @param {integer} $val - The pixel value;
 * @param {string} $breakpoint - The breakpoint to calc against;
 */
/**
 * Calculate line-height based on font-size
 * @param {css variable} $fontSize - font size in vw;
 */
/**
 * View width mixin to set vw with pixel fallback based off breakpoint
 * @param {string} $breakpoint - The font-size at given breakpoint;
 * @param {string} $prop - The css property;
 * @param {integer} $val - The pixel value;
 */
.sport-delegate-hero {
  margin-top: 0;
  overflow: hidden;
}
.sport-delegate-hero__content-container {
  display: block;
  margin-top: 160px;
}
.sport-delegate-hero__metadata-container {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}
.sport-delegate-hero__metadata {
  display: block;
  width: 100%;
  max-width: calc(100% - 90px);
}
.sport-delegate-hero__badge {
  max-width: 100%;
  margin-bottom: 8px;
}
.sport-delegate-hero__title {
  font: var(--typography-hero-sports-rw-xs);
  text-transform: uppercase;
  color: var(--color-hero-text-title);
  margin-bottom: 0px;
  margin-top: 0px;
  max-width: 100%;
}
.sport-delegate-hero__metablocks-container {
  width: 100%;
  margin-top: 12px;
}
.sport-delegate-hero__image-box {
  position: relative;
  min-width: 80px;
  width: 80px;
  height: 80px;
  margin-right: 10px;
  align-self: start;
}
.sport-delegate-hero__logo-container {
  overflow: hidden;
  position: absolute;
  left: 15%;
  top: 15%;
  width: 70%;
  height: 80%;
}
.sport-delegate-hero__logo-container--circle {
  border-radius: 50%;
}
.sport-delegate-hero__logo-container--cover {
  left: -1px;
  top: -1px;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
}
.sport-delegate-hero__description {
  display: none;
  color: var(--color-hero-text-description);
  font: var(--typography-body-rw-xs-regular);
}
.sport-delegate-hero__follow {
  margin: 1px;
  margin-top: 20px;
}

@media (min-width: 45em) {
  .sport-delegate-hero__content-container {
    margin-top: 200px;
  }
  .sport-delegate-hero__metadata {
    max-width: calc(100% - 170px);
  }
  .sport-delegate-hero__badge {
    margin-bottom: 12px;
  }
  .sport-delegate-hero__title {
    font: var(--typography-hero-sports-rw-s);
  }
  .sport-delegate-hero__image-box {
    width: 163px;
    height: 163px;
    min-width: 163px;
    margin-right: 16px;
  }
  .sport-delegate-hero__description {
    display: block;
    font: var(--typography-body-rw-s-regular);
    width: 100%;
    margin-top: 16px;
  }
}
@media (min-width: 75em) {
  .sport-delegate-hero__metadata {
    max-width: 870px;
  }
  .sport-delegate-hero__title {
    font: var(--typography-hero-sports-rw-l);
  }
  .sport-delegate-hero__image-box {
    width: 146px;
    height: 146px;
    min-width: 146px;
    margin-right: 18px;
  }
  .sport-delegate-hero__description {
    max-width: 80%;
  }
  .sport-delegate-hero__follow {
    margin-top: 30px;
  }
}
@media (min-width: 90em) {
  .sport-delegate-hero__image-box {
    width: 203px;
    height: 203px;
    min-width: 203px;
    margin-right: 20px;
  }
  .sport-delegate-hero__description {
    margin-top: 20px;
    max-width: 70%;
  }
  .sport-delegate-hero__follow {
    margin-top: 40px;
  }
  .sport-delegate-hero__metablocks-container {
    margin-top: 24px;
  }
}
@media (min-width: 75em) {
  .app-background--sport-delegate-hero {
    max-width: 1200px;
    left: calc(100% - 1183px);
  }
}
@media (min-width: 90em) {
  .app-background--sport-delegate-hero {
    max-width: 85%;
    left: 15%;
  }
}
.app-background--sport-delegate-hero:before {
  background-image: var(--gradient-hero-sports-bottom);
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
}
@media (min-width: 60em) {
  .app-background--sport-delegate-hero:before {
    background-image: var(--gradient-hero-sports-bottom);
  }
}
@media (min-width: 75em) {
  .app-background--sport-delegate-hero:before {
    background-image: var(--gradient-hero-sports-bottom), var(--gradient-hero-sports-left);
  }
}
.ah-row .entry-title {
  text-transform: none;
}
.ah-row .entry-title__link {
  color: var(--color-hero-ah1-ah3-row-header-text-title-default);
}
.ah-row .entry-title__link:hover {
  color: var(--color-hero-ah1-ah3-row-header-text-title-hover);
}
.ah-row .entry-title__tagline {
  color: var(--color-hero-ah1-ah3-row-header-text-tagline);
}
.ah-row .packshot {
  color: var(--color-hero-ah1-ah3-packshot-text-title);
}
.ah-title {
  color: var(--color-hero-ah1-ah3-text-title);
  font: var(--typography-heading-1-rw-xs);
}
@media (min-width: 45em) {
  .ah-title {
    padding-top: 60px;
    font: var(--typography-heading-1-rw-s);
  }
}
@media (min-width: 60em) {
  .ah-title {
    padding-top: 90px;
  }
}
@media (min-width: 75em) {
  .ah-title {
    font: var(--typography-heading-1-rw-l);
  }
}
.a1-user__details {
  flex-basis: 100%;
  order: 2;
  justify-content: flex-start;
  padding-bottom: 25px;
  color: var(--color-row-a1-a99-text-description);
  font: var(--typography-body-rw-xs-regular);
}
@media (min-width: 60em) {
  .a1-user__details {
    order: 3;
    flex-basis: 66%;
    min-width: 620px;
    margin-bottom: 0;
  }
}
.a1-user__name {
  margin-bottom: -10px;
  color: var(--color-row-a1-a99-text-title);
  font: var(--typography-heading-4-rw-xs);
}
.a1-user__verification {
  margin-bottom: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 1.45em;
  flex-wrap: wrap;
}
.a1-user__changeEmail {
  right: 10px;
  cursor: pointer;
}
.a1-user__email {
  display: inline-block;
  width: auto;
  margin-right: 70px;
  margin-top: 10px;
}
.a1-user__deleteAccount {
  display: inline-block;
  width: auto;
  margin-right: 70px;
  margin-top: 10px;
}
.a1-user__message {
  margin-right: 20px;
  color: #4d4d4d;
  line-height: 1.45em;
  display: flex;
  margin-top: 10px;
}
.a1-user__message--failed {
  color: #ec0000;
  margin-right: 20px;
}
.a1-user__message--link {
  color: #0099f7;
  font-weight: bold;
  cursor: pointer;
  display: inline-block;
}
.a1-user__sentBlock, .a1-user__failedBlock {
  display: flex;
  flex-wrap: wrap;
}
.a1-user__sentBlock > span, .a1-user__failedBlock > span {
  margin-top: 10px;
}
.a1-user__icon-failed {
  font-size: 18px;
  font-weight: bold;
  margin-right: 10px;
}
.a1-user__tick-positioner {
  display: inline-block;
  margin-right: 5px;
  position: relative;
  top: -3px;
  height: 20px;
}
.a1-user__spinner {
  display: inline-block;
  position: relative;
  margin-right: 8px;
  width: 15px;
  height: 15px;
  top: 3px;
}
.a1-user__spinner .spinner {
  height: 15px;
}
.a1-user__send-tick {
  color: #4ca224;
  margin-right: 4px;
  display: inline-block;
  background-image: var(--assets-forms-tick);
}
.a1-user__link {
  color: #0099f7;
  font-weight: bold;
  cursor: pointer;
}
.a1-user__sent {
  display: inline-block;
  margin-right: 20px;
}
.a1-user__verified {
  display: inline-block;
  color: #4d4d4d;
}
.a1-user__sending {
  display: inline-block;
  color: #4d4d4d;
}

@media (min-width: 45em) {
  .a1-user__details {
    font: var(--typography-body-rw-s-regular);
  }
  .a1-user__name {
    font: var(--typography-heading-4-rw-s);
  }
}
@media (min-width: 75em) {
  .a1-user__name {
    font: var(--typography-heading-4-rw-l);
  }
}
.a1-details__success {
  color: #4ca224;
}
.a1-details__error {
  background-color: #f0f0f0;
  text-align: center;
  line-height: 24px;
  position: relative;
  opacity: 0;
  transition: opacity 0.3s;
  padding: 0;
  margin: 0;
  height: 0;
}
.a1-details__error--visible {
  height: auto;
  padding: 8px 0;
  margin-top: 20px;
  opacity: 1;
}
.a3-device {
  text-align: center;
  margin-top: 20px;
  overflow: hidden;
  margin-left: 40px;
  width: 74px;
}
.a3-device__icon {
  display: block;
  width: 74px;
  height: 64px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 11px;
  background-image: var(--assets-nav-tv-side-nav-tv-show-collapsed-default);
}
.a3-device__label {
  margin-bottom: 0;
  width: 100%;
}
.device-list {
  margin-left: -40px;
  display: flex;
  flex-wrap: wrap;
}
.a3-devices-title {
  text-align: left;
  width: 100%;
  margin-bottom: 0;
}
.profile-list {
  display: flex;
  flex-wrap: wrap;
  row-gap: 20px;
}
.profile-list .profile {
  width: 88px;
  margin-right: 40px;
  outline-offset: -1px;
}
.profile-list .profile .circle-icon__initial {
  color: var(--color-row-a1-a99-profile-text-initial);
}
.profile-list .profile .lock-icon,
.profile-list .profile .bear-icon {
  width: 24px;
  height: 24px;
}
.profile-list .profile .lock-icon {
  background-image: var(--assets-account-profile-locked-theme-light);
}
.profile-list .profile .bear-icon {
  background-image: var(--assets-account-profile-kids-theme-light);
}
.profile-list .profile:last-child {
  margin-right: 0;
}
@media (max-width: 29.99em) {
  .profile-list .profile {
    margin-right: 0;
  }
  .profile-list .profile:nth-child(3n+2) {
    margin: 0 calc((100% - 264px) / 2);
  }
}
@media (min-width: 30em) {
  .profile-list {
    overflow: hidden;
  }
}
.acct-setting-switch {
  display: flex;
  justify-content: space-between;
}
.acct-setting-switch__label {
  font: var(--typography-body-rw-xs-regular);
  color: var(--color-row-a1-a99-text-description);
  margin-bottom: 0;
}
.acct-setting-switch__description {
  margin-top: 2px;
  margin-bottom: 0;
  color: var(--color-row-a1-a99-text-description);
}
.acct-setting-switch__switch {
  padding-bottom: 0;
  padding-left: 20px;
  white-space: nowrap;
}
@media (min-width: 30em) {
  .acct-setting-switch__switch {
    margin-top: -5px;
  }
}
.acct-setting-switch .switch-input__label-wrapper,
.acct-setting-switch .switch-input__label {
  display: none;
  color: var(--color-row-a1-a99-text-description);
  font: var(--typography-body-rw-xs-regular);
}
@media (min-width: 30em) {
  .acct-setting-switch .switch-input__label-wrapper,
  .acct-setting-switch .switch-input__label {
    display: inline-block;
  }
}

@media (min-width: 45em) {
  .acct-setting-switch__label {
    font: var(--typography-body-rw-s-regular);
  }
  .acct-setting-switch .switch-input__label {
    font: var(--typography-body-rw-s-regular);
  }
}
.parental-lock-ratings {
  position: relative;
  display: flex;
}
.parental-lock-ratings__rating-select {
  position: relative;
}
.parental-lock-ratings__pin-dialogue {
  z-index: 1;
  position: absolute;
  top: -65px;
  left: 146px;
}
.parental-lock-ratings__indicator {
  height: 8px;
  pointer-events: none;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  transition: color 0.2s;
  z-index: 1;
}
.parental-lock-ratings__dropdown {
  position: relative;
  z-index: 2;
  height: auto;
  min-width: 110px;
  padding: 3px 20px 3px 0;
  color: #000000;
  background-color: transparent;
  font-size: 16px;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #cccccc;
  appearance: none;
  transition: opacity 0.2s ease-in-out;
}
.parental-lock-ratings__dropdown:disabled {
  opacity: 0.5;
}
.parental-lock-ratings__dropdown::-ms-expand {
  display: none;
}
.parental-lock-ratings__dropdown:hover + .parental-lock-ratings__indicator {
  color: #0099f7;
}
.parental-lock-ratings__loading-pending, .parental-lock-ratings__loading-error, .parental-lock-ratings__loading-success {
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
}
.parental-lock-ratings__loading-pending {
  position: absolute;
  top: 0;
  left: 0;
  width: 25px;
  color: #0099f7;
}
.parental-lock-ratings__loading-success {
  position: absolute;
  top: -5px;
  left: -5px;
  width: 63px;
  stroke: #4ca224;
  stroke-width: 2px;
}
.parental-lock-ratings__loading-error {
  position: relative;
  top: -4px;
  left: 4px;
}
.parental-lock-ratings__error-icon {
  display: inline-block;
  vertical-align: middle;
  padding: 0 5px;
  margin-top: -3px;
  margin-right: 15px;
  color: #ec0000;
  font-size: 26px;
}
.parental-lock-ratings__tryagain-btn {
  display: none;
  padding: 0;
  color: rgb(8.1705361, 116.9931351016, 183.8514639);
  border: 0;
  background-color: transparent;
  appearance: none;
  cursor: pointer;
}
.parental-lock-ratings__tryagain-btn:hover, .parental-lock-ratings__tryagain-btn:focus {
  color: #0099f7;
}
.parental-lock-ratings__loading {
  position: relative;
  top: 2px;
  height: 100%;
  margin-left: 20px;
}
.parental-lock-ratings__loading--pending .parental-lock-ratings__loading-pending {
  opacity: 1;
  transition-delay: 0.5s;
}
.parental-lock-ratings__loading--success .parental-lock-ratings__loading-success {
  opacity: 1;
  transition-delay: 0.2s;
}
.parental-lock-ratings__loading--error .parental-lock-ratings__loading-error {
  opacity: 1;
  transition-delay: 0.2s;
}
.parental-lock-ratings__loading--error .parental-lock-ratings__tryagain-btn {
  display: inline-block;
}
.a5__label {
  display: block;
  margin-bottom: 15px;
  color: #4d4d4d;
}
.a5__lock-level {
  display: flex;
}
.a5__rating-select {
  position: relative;
}
.a5__arrow-icon {
  position: absolute;
  z-index: 1;
  top: 10px;
  right: 5px;
  fill: #666666;
}
.a5__dropdown {
  position: relative;
  z-index: 2;
  height: auto;
  min-width: 110px;
  padding: 3px 20px 3px 0;
  color: #000000;
  background-color: transparent;
  font-size: 16px;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #cccccc;
  appearance: none;
  transition: opacity 0.2s ease-in-out;
}
.a5__dropdown:disabled {
  opacity: 0.5;
}
.a5__dropdown {
  text-indent: 0.01px;
  text-overflow: "";
}
.a5__dropdown::-ms-expand {
  display: none;
}
.a5__loading {
  position: relative;
  top: 2px;
  height: 100%;
  margin-left: 20px;
}
.a5__loading--pending .a5__loading-pending {
  opacity: 1;
  transition-delay: 0.2s;
}
.a5__loading--success .a5__loading-success {
  opacity: 1;
  transition-delay: 0.2s;
}
.a5__loading--error .a5__loading-error {
  opacity: 1;
  transition-delay: 0.2s;
}
.a5__loading--error .a5__tryagain-btn {
  display: inline-block;
}
.a5__loading .spinner__circle {
  height: 32px;
}
.a5 .accordion-item {
  margin-top: 20px;
}
.a5 .accordion-item-closing {
  transition: none;
}
.a5 .accordion-item-opening {
  transition: none;
}
.a99__tag {
  display: inline-block;
  padding: 8px;
  background-color: rgba(0, 153, 247, 0.3);
  border-radius: 8px;
  margin: 0 8px 8px 0;
  color: #333333;
  max-width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.a99__buttons {
  margin-top: 10px;
  display: flex;
}
.a99__instructions {
  color: #000000;
  margin-bottom: 0;
}
.property-list {
  padding-left: 14px;
}
.property-list__classification {
  font-size: 16px;
  text-transform: capitalize;
}
.property-list__property {
  font-size: 14px;
  display: flex;
  margin-top: 10px;
}
.property-list__property input {
  align-self: start;
  margin: 4px 15px 0 0;
}
.property-list__title {
  font-weight: bold;
  margin-bottom: 10px;
}
.page-entry-a6 {
  padding: 0 !important;
}

.a6 {
  padding: 30px 14px;
  color: #000000;
}
.a6__content {
  padding: 18px;
}
.a6__header {
  font-size: 18px;
  text-transform: capitalize;
}
.sr3 .packshot__badges-container {
  left: 8px;
}
.srcs3 .packshot__badges-container {
  left: 8px;
}
.search-input {
  position: relative;
  margin-top: -35px;
  margin-bottom: 0;
  height: 76px;
}
.search-input__background {
  background-color: var(--color-row-ssb1-background);
  height: 100%;
}
.search-input__form {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  margin: 0;
}
.search-input__icons {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  pointer-events: none;
}
.search-input__icon {
  color: #ffffff;
  opacity: 0.3;
  flex: 0 0 auto;
  padding: 6px;
  width: 32px;
  height: 32px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: contain;
}
.search-input__icon--spinner, .search-input__icon--search {
  pointer-events: none;
}
.search-input__icon--clear {
  margin-left: 10px;
  width: 35px;
  cursor: pointer;
  pointer-events: auto;
}
.search-input .search-input__input {
  position: absolute;
  width: 100vw;
  height: 100%;
  font: var(--typography-nav-search-rw-xs);
  background: transparent;
  border: none;
  color: var(--color-row-ssb1-text-entered);
  text-align: left;
}
.search-input .search-input__input::placeholder {
  color: var(--color-row-ssb1-text-placeholder);
  text-overflow: ellipsis !important;
}

.search-input__input::-ms-clear {
  display: none;
}

@media (min-width: 45em) {
  .search-input {
    height: 120px;
    margin-top: -46px;
  }
  .search-input__icon {
    width: 47px;
    height: 47px;
    padding: 0;
  }
  .search-input .search-input__input {
    font: var(--typography-nav-search-rw-s);
  }
}
@media (min-width: 75em) {
  .search-input {
    margin-top: -60px;
  }
}
@media (min-width: 120.0625em) {
  .search-input {
    margin-top: -70px;
  }
}
.search-input .search-input__input {
  padding: 0 16px 0 54px;
}
.search-input--has-value .search-input__input {
  padding: 0 54px;
}

@media (min-width: 20em) {
  .search-input .search-input__input {
    padding: 0 16px 0 54px;
  }
  .search-input--has-value .search-input__input {
    padding: 0 54px;
  }
}
@media (min-width: 45em) {
  .search-input .search-input__input {
    padding: 0 24px 0 91px;
  }
  .search-input--has-value .search-input__input {
    padding: 0 91px;
  }
}
@media (min-width: 60em) {
  .search-input .search-input__input {
    padding: 0 32px 0 99px;
  }
  .search-input--has-value .search-input__input {
    padding: 0 99px;
  }
}
@media (min-width: 75em) {
  .search-input .search-input__input {
    padding: 0 40px 0 107px;
  }
  .search-input--has-value .search-input__input {
    padding: 0 107px;
  }
}
@media (min-width: 90em) {
  .search-input .search-input__input {
    padding: 0 56px 0 123px;
  }
  .search-input--has-value .search-input__input {
    padding: 0 123px;
  }
}
@media (min-width: 120.0625em) {
  .search-input .search-input__input {
    padding: 0 65px 0 132px;
  }
  .search-input--has-value .search-input__input {
    padding: 0 132px;
  }
}
.ssb1__message {
  margin-top: 25px;
  margin-bottom: 25px;
  color: var(--color-row-editorial-text-default);
}
@media (min-width: 60em) {
  .ssb1__message {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
.ssb1__message-title {
  font: var(--typography-heading-4-rw-xs);
}
@media (min-width: 45em) {
  .ssb1__message-title {
    font: var(--typography-heading-4-rw-s);
  }
}
@media (min-width: 75em) {
  .ssb1__message-title {
    font: var(--typography-heading-4-rw-l);
  }
}
.ssb1__message-info {
  font: var(--typography-body-rw-xs-regular);
}
@media (min-width: 45em) {
  .ssb1__message-info {
    font: var(--typography-body-rw-s-regular);
  }
}
.SRP1-cast-member {
  display: initial !important;
  vertical-align: top;
}
.SRP1-cast-member__link {
  display: block;
  text-align: center;
  outline-offset: -1px;
}
.SRP1-cast-member__link:hover .SRP1-cast-member__circle, .SRP1-cast-member__link:focus .SRP1-cast-member__circle {
  background-color: #4d4d4d;
}
.SRP1-cast-member__link:hover .SRP1-cast-member__initials, .SRP1-cast-member__link:focus .SRP1-cast-member__initials {
  color: #1a1a1a;
}
.SRP1-cast-member__link:hover .SRP1-cast-member__actor, .SRP1-cast-member__link:focus .SRP1-cast-member__actor {
  color: #ffffff;
}
.SRP1-cast-member__circle-wrapper {
  padding-bottom: 100%;
  position: relative;
}
.SRP1-cast-member__circle-wrapper > :first-child {
  left: 0;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}
.SRP1-cast-member__circle {
  background-color: #262626;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.SRP1-cast-member__initials {
  font-family: var(--font-family-title);
  font-size: 32px;
  font-size: 8vw;
  width: 100%;
  color: #4d4d4d;
}
.SRP1-cast-member__actor {
  font-size: 12px;
  color: #cccccc;
  padding-top: 12px;
}
.SRP1-cast-member__role {
  font-size: 10px;
  color: #808080;
  padding-top: 1px;
  text-transform: capitalize;
}

@media (min-width: 30em) {
  .SRP1-cast-member__initials {
    font-size: 38px;
    font-size: 7vw;
  }
  .SRP1-cast-member__actor {
    font-size: 14px;
  }
  .SRP1-cast-member__role {
    font-size: 12px;
  }
}
@media (min-width: 45em) {
  .SRP1-cast-member__initials {
    font-size: 48px;
    font-size: 5.5vw;
  }
  .SRP1-cast-member__role {
    padding-top: 3px;
  }
}
@media (min-width: 60em) {
  .SRP1-cast-member__initials {
    font-size: 42px;
    font-size: 4.3vw;
  }
}
@media (min-width: 75em) {
  .SRP1-cast-member__initials {
    font-size: 48px;
    font-size: 3.6vw;
  }
}
@media (min-width: 90em) {
  .SRP1-cast-member__initials {
    font-size: 54px;
    font-size: 3.5vw;
  }
}
@media (min-width: 120.0625em) {
  .SRP1-cast-member__initials {
    font-size: 54px;
    font-size: 2.2vw;
  }
}
.app-background {
  position: absolute;
  width: 100%;
}
.app-background ~ .content {
  position: relative;
}
.app-background__image {
  width: 100%;
  height: 100%;
}
.footer {
  font-family: var(--font-family-title);
  font-size: 14px;
  width: 100%;
  padding: 24px 0;
}
.footer:before {
  content: "";
  display: block;
  margin-bottom: 26px;
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.2);
}
.footer--empty {
  display: none;
}
.footer__nav .secondary-nav__item {
  padding: 4px;
  margin-top: 2px;
}
.footer__nav--horizontal {
  flex-direction: row;
}
.footer__nav--horizontal .secondary-nav__column {
  align-items: baseline;
  flex-direction: row;
  max-width: 100%;
  flex-wrap: wrap;
}
.footer__nav--horizontal .secondary-nav__item {
  margin-right: 22px;
  margin-top: 12px;
}
.footer__content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.footer__language-title {
  color: var(--color-nav-menu-item-submenu-heading-text-rw-default);
  font-weight: bold;
  margin-right: 40px;
  display: block;
}
.footer__language {
  display: flex;
  align-items: center;
  align-self: flex-end;
  margin-bottom: 20px;
}
.footer__language--vertical {
  flex-direction: column;
  align-items: flex-start;
  align-self: flex-start;
}
.footer__language--vertical .footer__language-title {
  margin: 5px 0 7px;
}
.footer__bottom {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}
.footer__copy {
  flex: 1 0 auto;
  font: var(--typography-caption-rw-xs-regular);
  font-style: italic;
  color: var(--color-nav-footer-text-legal);
}
.footer__back {
  display: inline-flex;
  align-items: center;
}
.footer .nav-entry-link {
  color: var(--color-nav-menu-item-submenu-item-text-rw-default);
  border-bottom: 1px solid transparent;
}
.footer .nav-entry-link:hover {
  color: var(--color-nav-menu-item-submenu-item-text-rw-hover);
  border-bottom: 1px solid var(--color-nav-menu-item-submenu-item-border-rw-hover);
}
.footer .nav-entry-link:active, .footer .nav-entry-link:focus {
  color: #ffffff;
}
.footer .nav-entry-link--group {
  color: #ffffff;
  text-transform: uppercase;
}
.footer .nav-entry-link--disabled {
  color: #cccccc;
  opacity: 0.6;
}
.footer > .footer__title {
  color: var(--color-nav-footer-text-header);
  display: block;
  font: var(--typography-heading-3-rw-xs);
  margin-bottom: 24px;
  opacity: 1;
}
@media (min-width: 45em) {
  .footer > .footer__title {
    font: var(--typography-heading-3-rw-s);
  }
}
@media (min-width: 75em) {
  .footer > .footer__title {
    font: var(--typography-heading-3-rw-l);
  }
}
.footer .multi-columns .secondary-nav__column {
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 24px;
  min-width: 310px;
  width: 100%;
}
.footer .multi-columns .secondary-nav__item--item {
  padding-right: 10px;
  width: 50%;
}
.footer .multi-columns .secondary-nav__item--group {
  width: 100%;
}
@media (max-width: 44.99em) {
  .footer {
    padding-bottom: 56px;
  }
  .footer__content {
    flex-direction: column;
  }
  .footer__language {
    align-items: flex-start;
    align-self: flex-start;
    flex-direction: column;
    margin: 0 0 50px;
  }
  .footer__language-title {
    margin-bottom: 10px;
  }
  .footer__bottom {
    flex-direction: column;
  }
  .footer__copy {
    order: 1;
    margin-top: 2px;
    text-align: center;
    font: var(--typography-caption-rw-s-regular);
    font-style: italic;
  }
  .footer__copy--empty {
    display: none;
  }
  .footer__title {
    margin-bottom: 19px;
  }
  .footer__nav .secondary-nav__category {
    width: 100%;
  }
  .footer__nav .secondary-nav__category > .secondary-nav__links {
    width: 100%;
  }
  .footer__nav .secondary-nav__category-title {
    text-transform: none;
  }
  .footer__nav .secondary-nav__category-title + .secondary-nav__columns {
    margin-top: 16px;
  }
  .footer__nav .secondary-nav__category:last-child .secondary-nav__columns {
    margin-bottom: -28px;
  }
  .footer__nav .secondary-nav__row {
    flex-direction: column;
  }
  .footer__nav .secondary-nav__column {
    flex-direction: row;
    margin-bottom: 14px;
    flex-wrap: wrap;
    width: 100%;
    max-width: 100%;
  }
  .footer__nav .multi-columns .secondary-nav__column {
    min-width: 100%;
    margin-bottom: 14px;
  }
  .footer__nav .secondary-nav__column + .secondary-nav__column {
    margin-left: 0;
  }
  .footer__nav .secondary-nav__column-title + .secondary-nav__item {
    margin-top: 12px;
  }
  .footer__nav .secondary-nav__item + .secondary-nav__item--item {
    margin-top: 20px;
  }
  .footer__nav .nav-entry-link {
    padding-left: 0;
  }
  .footer__nav .secondary-nav__item--item {
    padding-right: 10px;
    width: 50%;
  }
  .footer__nav .secondary-nav__item--group {
    width: 100%;
  }
  .footer__nav--horizontal .secondary-nav__item {
    margin-right: 40px;
    margin-top: 6px;
  }
}
@media (min-width: 45em) {
  .footer {
    padding: 0 0 36px;
  }
  .footer__nav {
    margin-bottom: 20px;
    margin-left: -5px;
  }
  .footer__copy {
    margin-right: 16px;
  }
}
.primary-nav {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
}
.primary-nav--clipped {
  flex-wrap: nowrap;
}
.primary-nav--fixed {
  overflow-y: hidden;
}
.primary-nav__entry {
  display: flex;
  align-items: center;
  position: relative;
  height: 100%;
}
.primary-nav__entry--active:before {
  content: "";
  position: absolute;
  bottom: 0;
  height: 2px;
  min-width: 32px;
  width: calc(100% - 20px);
  background-color: var(--color-nav-top-tab-border-rw-selected);
  transform: translateX(-50%);
  left: 50%;
}
.primary-nav__entry--active .primary-nav__entry-link {
  color: var(--color-nav-top-tab-text-rw-selected);
  opacity: 1;
}
.primary-nav__entry--inert {
  display: none;
}
.primary-nav__entry .nav-expand-btn {
  left: calc(100% - 12px);
}
.primary-nav__entry--more .primary-nav__entry-link {
  font-size: 20px;
  font-weight: bold;
}
.primary-nav__entry--more .primary-nav__entry-link .primary-nav__btn-label {
  width: 32px;
  height: 22px;
  padding-top: 4px;
  line-height: 0;
  letter-spacing: 2px;
  padding-left: 2px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.primary-nav__entry--more .primary-nav__entry-link:focus .primary-nav__btn-label, .primary-nav__entry--more .primary-nav__entry-link:hover .primary-nav__btn-label {
  border-color: #ffffff;
}
.primary-nav__entry--more .primary-nav__entry-label {
  text-align: center;
}
.primary-nav__entry-link {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 32px;
  height: 100%;
  white-space: nowrap;
  text-transform: uppercase;
  opacity: 0.85;
  background: transparent;
  padding-left: 12px;
  padding-right: 12px;
  font: var(--typography-nav-tab-rw-xs);
  color: var(--color-nav-top-tab-text-rw-default);
}
.primary-nav__entry-link--disabled {
  cursor: default;
}
.primary-nav__entry-link:hover {
  color: var(--color-nav-top-tab-text-rw-hover);
}
.primary-nav__entry-link:hover:not(.primary-nav__entry-link--disabled), .primary-nav__entry-link:focus {
  color: var(--color-nav-top-tab-text-rw-selected);
  opacity: 1;
}
@media (min-width: 45em) {
  .primary-nav__entry-link {
    font: var(--typography-nav-tab-rw-s);
  }
}

@media (max-width: 44.99em) {
  .primary-nav__entry {
    margin: 0 12px;
  }
}
@media (max-width: 74.99em) {
  .primary-nav__entry--more {
    display: none;
  }
  .primary-nav .nav-expand-btn {
    display: none !important;
  }
}
@media (min-width: 75em) {
  .primary-nav__entry--expanded:before {
    content: none;
  }
  .primary-nav__entry--inert:not(.primary-nav__entry--empty) {
    display: flex;
  }
  .primary-nav__entry .primary-nav__entry {
    margin-left: 20px;
  }
}
.header {
  width: 100%;
  background: var(--color-nav-top-primary-background-rw-scrolled);
  color: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
.header--fixed {
  position: fixed;
}
.header {
  transform: translateZ(0);
  will-change: top;
}
.header:before {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 30px;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  z-index: -1;
  pointer-events: none;
}
.header--no-shadow:before {
  content: none;
}
.header__bar {
  display: flex;
  align-items: center;
}
.header__custom_logo {
  width: 100px;
  height: 100px;
}
.header__icon-btn {
  display: flex;
  align-items: center;
  min-width: 32px;
  min-height: 32px;
  color: #ffffff;
  background: transparent;
}
.header__icon-btn:hover, .header__icon-btn:focus {
  color: #ffffff;
}
.header__icon-btn > .svg-icon {
  width: 24px;
  height: 24px;
}
.header__icon-btn > .svg-icon.hamburger {
  background: var(--assets-nav-menu);
  background-size: cover;
}
.header__icon-btn--search {
  display: none;
}
.header__logo {
  flex: 0 0 auto;
  color: #ffffff;
}
.header__logo-transparent-background {
  display: none;
}
.header__logo-colorful-background {
  color: #ffffff;
  display: block;
  fill: #ffffff;
}
.header__nav-top.scrollbar-padding {
  padding-right: 0 !important;
}
.header__nav-account {
  flex: 0 0 auto;
  margin-left: 20px;
}
.header__nav-account .profile-icon__name {
  color: #ffffff;
}

@media (max-width: 44.99em) {
  .header__bar {
    height: 46px;
  }
  .header__icon-btn--search-left {
    display: flex;
  }
  .header__logo {
    margin: 0 auto;
  }
  .header__nav-top {
    display: none;
  }
  .header__nav-bottom {
    width: 100%;
    height: 44px;
    background-color: var(--color-nav-top-featured-background-rw-scrolled);
    justify-content: space-between;
  }
  .header__nav-bottom:before, .header__nav-bottom:after {
    content: "";
  }
  .header ~ .content {
    padding-top: 90px;
  }
  .header ~ .app-background {
    top: 90px;
  }
  .header--no-nav ~ .content {
    padding-top: 46px;
  }
  .header--no-nav ~ .app-background {
    top: 46px;
  }
}
@media (max-width: 74.99em) {
  .header .drop-menu {
    display: none;
  }
  .header .header-search {
    display: none;
  }
  .header .account-nav__subscribe-button {
    display: none;
  }
  header .header__nav-account {
    display: none !important;
  }
}
@media (min-width: 45em) and (max-width: 74.99em) {
  .header__bar {
    height: 46px;
  }
  .header--hero:before {
    height: 74px;
  }
  .header__nav-top {
    justify-content: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 20%;
    right: 20%;
  }
  .header__icon-btn--search-right {
    display: flex;
    margin-left: auto;
    margin-right: 10px;
  }
  .header ~ .content, .header-offset {
    padding-top: 46px;
  }
}
@media (min-width: 45em) {
  .header--hero {
    background: transparent;
  }
  .header--hero:before {
    top: 0;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0));
  }
  .header--hero .header__logo {
    color: #0099f7;
  }
  .header--hero .header__logo-transparent-background {
    color: #0099f7;
    display: block;
    fill: #0099f7;
  }
  .header--hero .header__logo-colorful-background {
    display: none;
  }
  .header.header--hero-mode ~ .content {
    padding-top: 0;
  }
  .header__nav-bottom {
    display: none;
  }
  .header__nav-top {
    flex: 1 1 auto;
  }
}
@media (min-width: 75em) {
  .header__bar {
    height: 60px;
  }
  .header--hero:before {
    height: 88px;
  }
  .header__logo > .axis-logo {
    width: 99px;
    height: 29px;
  }
  .header__nav-top {
    margin: 0 44px !important;
  }
  .header__icon-btn--menu {
    display: none;
  }
  .header ~ .content, .header-offset {
    padding-top: 60px;
  }
  .header:not(.header--hero) .drop-menu__content {
    border-radius: 0 0 4px 4px;
  }
}
.vertical-nav-group {
  padding: 6px 9px 6px 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.vertical-nav-group__groups {
  padding-left: 0;
  margin-bottom: 3px;
  list-style-type: none;
}
.vertical-nav-group__link + .vertical-nav-group__groups {
  margin-top: 2px;
}
.vertical-nav-group__group {
  line-height: normal;
}
.vertical-nav-group__group + .vertical-nav-group__group {
  margin-top: 11px;
}
.vertical-nav-group__items {
  list-style-type: none;
  padding-left: 0;
}
.vertical-nav-group__link--customColor {
  color: #cccccc;
}
.vertical-nav-group__item {
  font-size: 14px;
}
.vertical-nav-group__item--single:nth-child(n+2) {
  margin-top: 4px;
}
.vertical-nav-group__item--dual {
  display: inline-block;
  width: 50%;
}
.vertical-nav-group__item--dual:nth-child(n+3) {
  margin-top: 3px;
}
.vertical-nav-group__item--dual:nth-child(odd) {
  padding-right: 8px;
}
.vertical-nav-group__item--dual:nth-child(even) {
  padding-left: 8px;
}
.vertical-nav-group .nav-entry-link {
  display: inline-block;
  line-height: normal;
  padding: 7px;
  margin: 1px;
}
.vertical-nav-group .nav-entry-link--primary, .vertical-nav-group .nav-entry-link--group {
  display: inline-block;
  max-width: 100%;
}
.vertical-nav {
  position: absolute;
  min-height: 100%;
  left: 0;
  right: 0;
  padding-bottom: 16px;
}
.vertical-nav__account-section {
  display: flex;
  padding: 15px;
  align-items: center;
}
.vertical-nav__account-section--signed-in {
  justify-content: space-between;
  gap: 20px;
}
.vertical-nav__account-section--signed-out {
  padding-top: 5px;
  padding-bottom: 15px;
  flex-wrap: wrap;
}
.vertical-nav__subscribe-button {
  width: 100%;
  margin-top: -15px;
}
.vertical-nav__sign-in-action {
  padding: 10px 5px 0;
  flex: 1 0 110px;
}
.vertical-nav__action-button {
  width: 100%;
}
.vertical-nav__profile {
  flex: 0 1 auto;
}
.vertical-nav__switch-button {
  padding: 5px 0;
  font-family: var(--font-family-title);
  font-size: 12px;
  transition: color 0.2s;
  color: #ffffff;
}
.vertical-nav__switch-button:hover {
  color: #0099f7;
}
.vertical-nav__list {
  margin-bottom: 12px;
  padding: 0 16px 0 20px;
  max-width: 100%;
}
.vertical-nav__packshot + .vertical-nav__packshot {
  margin-left: 8px;
}
.vertical-nav__packshot {
  position: relative;
  margin: 0;
  width: 104px;
}
.vertical-nav__packshot--tile {
  width: 216px;
}
.vertical-nav__packshot--hero3x1 {
  width: 425px;
}
.vertical-nav__packshot .packshot-title {
  padding-top: 24px;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
}
html {
  overflow-x: hidden;
}

html,
body,
#root {
  height: 100%;
}

a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.2);
}

@media (hover: none) {
  #root {
    height: 101vh;
  }
}
a.offline {
  pointer-events: none;
  opacity: 0.3;
}

body {
  background-color: var(--color-global-page-default-background);
}

.app {
  background-color: inherit;
}

.app {
  overflow: hidden;
}

.page {
  outline: none;
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .app {
    overflow-x: hidden;
  }
}
.content {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.main {
  flex: 1 0 auto;
  height: 100%;
}

.footer {
  flex-shrink: 0;
}

.grid-margin {
  margin: 0 16px;
  margin-right: calc(16px - (100vw - 100%));
}

.scrollbar-padding {
  padding-right: calc(16px - (100vw - 100%));
}

@media (min-width: 20em) {
  .grid-margin {
    margin: 0 16px;
    margin-right: calc(16px - (100vw - 100%));
  }
  .scrollbar-padding {
    padding-right: calc(16px - (100vw - 100%));
  }
}
@media (min-width: 45em) {
  .grid-margin {
    margin: 0 24px;
    margin-right: calc(24px - (100vw - 100%));
  }
  .scrollbar-padding {
    padding-right: calc(24px - (100vw - 100%));
  }
}
@media (min-width: 60em) {
  .grid-margin {
    margin: 0 32px;
    margin-right: calc(32px - (100vw - 100%));
  }
  .scrollbar-padding {
    padding-right: calc(32px - (100vw - 100%));
  }
}
@media (min-width: 75em) {
  .grid-margin {
    margin: 0 40px;
    margin-right: calc(40px - (100vw - 100%));
  }
  .scrollbar-padding {
    padding-right: calc(40px - (100vw - 100%));
  }
}
@media (min-width: 90em) {
  .grid-margin {
    margin: 0 56px;
    margin-right: calc(56px - (100vw - 100%));
  }
  .scrollbar-padding {
    padding-right: calc(56px - (100vw - 100%));
  }
}
@media (min-width: 120.0625em) {
  .grid-margin {
    margin: 0 65px;
    margin-right: calc(65px - (100vw - 100%));
  }
  .scrollbar-padding {
    padding-right: calc(65px - (100vw - 100%));
  }
}
.page-entry {
  margin-bottom: 25px;
}
.page-entry--hero {
  margin-bottom: 35px;
}
.page-entry:first-of-type:not(.page-entry--hero) {
  margin-top: 35px;
}
.page-entry--empty {
  display: none;
}

@media (min-width: 60em) {
  .page-entry {
    margin-bottom: 40px;
  }
}
@media (min-width: 45em) {
  .page-entry--hero {
    margin-bottom: 46px;
  }
  .page-entry--hero + .page-entry--empty {
    margin-top: -23px;
  }
  .page-entry:first-of-type:not(.page-entry--hero) {
    margin-top: 46px;
  }
}
@media (min-width: 75em) {
  .page-entry--hero {
    margin-bottom: 60px;
  }
  .page-entry--hero + .page-entry--empty {
    margin-top: -30px;
  }
  .page-entry:first-of-type:not(.page-entry--hero) {
    margin-top: 60px;
  }
}
@media (min-width: 120.0625em) {
  .page-entry--hero {
    margin-bottom: 70px;
  }
  .page-entry--hero + .page-entry--empty {
    margin-top: -35px;
  }
  .page-entry:first-of-type:not(.page-entry--hero .page-entry-player-standard) {
    margin-top: 70px;
  }
}
.app--account {
  background-color: var(--color-global-page-account-background);
}
.app--account .content.grid-margin {
  margin: 0;
  color: #808080;
}
.app--account .page {
  max-width: 1026px;
  margin: 0 auto;
  overflow: hidden;
  padding-bottom: 30px;
}
.app--account .entry-title {
  color: var(--color-row-header-text-title-default-inverse);
}
.app--account .entry-title__link {
  color: var(--color-row-header-text-title-default-inverse);
}
.app--account .entry-title__link:hover {
  color: var(--color-row-header-text-title-hover-inverse);
}
.app--account .entry-title__tagline {
  color: var(--color-row-header-text-tagline-inverse);
  text-transform: none;
}
.app--account .packshot-title {
  color: var(--color-row-packshot-text-title-inverse);
}
.app--account .header__logo {
  color: #ffffff;
}
.app--account .header__logo-transparent-background {
  color: #ffffff;
  display: block;
  fill: #ffffff;
}
.app--account .header__logo-colorful-background {
  display: none;
}
.app--account .footer {
  max-width: 1026px;
  margin: 0 auto;
}
.app--account .footer:before {
  margin-top: 30px;
  background-color: #808080;
}
.app--account .footer__back {
  color: var(--color-global-button-tertiary-text-default-inverse);
}
.app--account .footer__back:hover {
  color: var(--color-global-button-tertiary-text-hover-inverse);
  background-color: var(--color-global-button-tertiary-background-hover-inverse);
}
.app--account .footer__copy {
  color: var(--color-nav-footer-text-legal-inverse);
}
.app--account .footer .nav-entry-link,
.app--account .footer .footer__language-title {
  color: var(--color-nav-menu-item-submenu-item-text-rw-default-inverse);
}
@media (max-width: 74.99em) {
  .app--account .footer__content, .app--account .footer__bottom, .app--account .footer__title {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.app--account .page-entry {
  margin-bottom: 8px;
  background: var(--color-row-a1-a99-background);
}
.app--account .page-entry--hero {
  background: var(--color-hero-ah1-ah3-background);
  color: var(--color-hero-ah1-ah3-text-title);
}
.app--account .page-entry--hero .entry-title__tagline {
  color: var(--color-hero-ah1-ah3-row-header-text-tagline);
}
.app--account .page-entry--hero .entry-title__link {
  color: var(--color-hero-ah1-ah3-row-header-text-title-default);
}
.app--account .page-entry--hero .entry-title__link:hover {
  color: var(--color-hero-ah1-ah3-row-header-text-title-hover);
}
.app--account .page-entry--hero .packshot-title {
  color: var(--color-hero-ah1-ah3-packshot-text-title);
}
.app--account .page-entry--empty {
  padding-top: 0 !important;
  padding-bottom: 25px !important;
}
.app--account .page-entry:not(.page-entry--hero) .cta-btn:focus {
  outline-color: initial;
}
.app--account .page-entry:not(.page-entry--hero),
.app--account .ah-row {
  padding: 24px 16px;
}
@media (min-width: 45em) {
  .app--account .page-entry:not(.page-entry--hero),
  .app--account .ah-row {
    padding: 32px 24px;
  }
}
@media (min-width: 75em) {
  .app--account .page-entry:not(.page-entry--hero),
  .app--account .ah-row {
    padding: 40px 40px;
  }
}
.app--account .page-entry:not(.page-entry--hero) > .full-bleed {
  width: auto;
  left: auto;
  right: auto;
  margin: -16px;
}
@media (min-width: 45em) {
  .app--account .page-entry:not(.page-entry--hero) > .full-bleed {
    margin: -24px;
  }
}
@media (min-width: 60em) {
  .app--account .page-entry:not(.page-entry--hero) > .full-bleed {
    margin: -40px;
  }
}
@media (min-width: 20em) {
  .app--account .row-peek {
    margin-left: -1rem;
    margin-right: -1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .app--account .row-flush {
    margin-left: -1rem;
    margin-right: -1rem;
  }
  .app--account .row-nudge {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (min-width: 45em) {
  .app--account .row-peek {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .app--account .row-flush {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
  .app--account .row-nudge {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (min-width: 60em) {
  .app--account .row-peek {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .app--account .row-flush {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }
  .app--account .row-nudge {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (min-width: 75em) {
  .app--account .row-peek {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .app--account .row-flush {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }
  .app--account .row-nudge {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (min-width: 90em) {
  .app--account .row-peek {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .app--account .row-flush {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }
  .app--account .row-nudge {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (min-width: 120.0625em) {
  .app--account .row-peek {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .app--account .row-flush {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }
  .app--account .row-nudge {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
.app--account .ah-row {
  margin: 0 auto;
  max-width: 1026px;
  padding-bottom: 10px !important;
}
.app--account .static-entries .page-entry:first-of-type {
  margin-top: 0;
}
@media (min-width: 64.125em) {
  .app--account .page-entry--hero {
    position: relative;
    width: 100vw;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
  }
  .app--account .page-entry--hero > .full-bleed {
    width: auto;
    left: auto;
    right: auto;
  }
}

.vp-center {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
}

.page-spinner {
  width: 80px;
}
.page-spinner.vp-center {
  top: initial;
  bottom: 50%;
}

.icon-btn {
  width: 32px;
  height: 32px;
}
.icon-btn > .svg-icon {
  margin: 0 auto;
}

.heading-shadow {
  text-shadow: 0 1px 5px rgba(0, 0, 0, 0.7);
}
@media (min-width: 90em) {
  .heading-shadow {
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.7);
  }
}
@media (min-width: 120.0625em) {
  .heading-shadow {
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.7);
  }
}

@media (min-width: 75em) {
  .page-entry .scrollable.packshot-list {
    overflow: visible;
  }
}
.auth {
  background: var(--gradient-dialog-branded);
  height: 100%;
  overflow: visible;
}
@media (min-width: 30em) {
  .auth {
    background-attachment: fixed;
  }
}
.auth .content {
  display: table;
  width: 100%;
  height: 100%;
}
.auth .main {
  display: table-row;
}
.auth .main > .page {
  display: table-cell;
  width: 100%;
  vertical-align: middle;
}
.auth .link {
  color: #ffffff;
}
.auth .link:hover {
  color: #ffffff;
}
.auth .link:focus {
  color: #ffffff;
}

.registration {
  background-color: #ffffff;
}

.subscription .page {
  background: var(--gradient-dialog-branded);
}
.page-not-found {
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 300px;
}
.page-not-found__title {
  font: var(--typography-heading-4-rw-xs);
}

@media (min-width: 45em) {
  .page-not-found__title {
    font: var(--typography-heading-4-rw-s);
  }
}
@media (min-width: 75em) {
  .page-not-found__title {
    font: var(--typography-heading-4-rw-l);
  }
}
.account-nav {
  display: flex;
  position: relative;
  align-items: center;
  height: 100%;
}
.account-nav--signed-in {
  margin-left: 20px;
}
.account-nav--empty {
  width: 164px;
}
.account-nav__profile {
  flex: 0 0 auto;
  font-size: 12px;
}
.account-nav__subscribe-button {
  margin-left: 30px;
}
html:not([data-inputmode=k]) .account-nav__sign-in:focus:not(:hover) {
  color: #ffffff;
}
.account-nav .secondary-nav__row:first-of-type .secondary-nav__column:last-child {
  flex: 1 0 auto;
  max-width: none;
  align-items: flex-end;
}
.account-nav .secondary-nav__row:first-of-type .secondary-nav__column:last-child .secondary-nav__link {
  margin-top: 0;
}
.profile-pin-input {
  text-align: center;
}
.profile-pin-input__title {
  font: var(--typography-heading-3-rw-xs);
  max-width: 405px;
  display: block;
  margin: 0 auto;
}
.profile-pin-input__desc {
  margin: 12px auto 0;
  font: var(--typography-body-rw-xs-regular);
  color: var(--color-global-modal-text-title);
  max-width: 405px;
}
.profile-pin-input__pin {
  margin-top: 24px;
  display: inline-block;
  width: auto;
  white-space: nowrap;
  text-align: left;
}
.profile-pin-input__pin-input {
  text-align: center;
}
.profile-pin-input__submit {
  display: block;
  width: 240px;
  height: 40px;
}
.profile-pin-input__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
  height: 40px;
}
.profile-pin-input__forgot button {
  margin-top: 24px;
  font: var(--typography-button-rw-m);
  color: var(--color-global-button-tertiary-text-default);
}

.pin-group__error {
  margin-top: 8px;
  color: var(--color-global-text-field-text-hint-error);
  font: var(--typography-caption-rw-s-regular);
}

@media (min-width: 45em) {
  .profile-pin-input__title {
    font: var(--typography-heading-3-rw-s);
  }
  .profile-pin-input__desc {
    font: var(--typography-body-rw-s-regular);
  }
}
@keyframes loaded {
  0% {
    opacity: 0;
    transform: scale(0.7);
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.selector__title {
  text-align: center;
  font-size: 28px;
  font-weight: 300;
  margin-bottom: 30px;
}
@media (min-width: 75em) {
  .selector__title {
    font-size: 42px;
    margin-bottom: 45px;
  }
}
.selector__items {
  direction: ltr;
  text-align: center;
  padding: 0;
  margin: 0 auto;
  max-width: 320px;
}
@media (min-width: 30em) {
  .selector__items {
    max-width: 480px;
  }
}
@media (min-width: 45em) {
  .selector__items {
    max-width: 600px;
  }
}
.selector__item {
  vertical-align: top;
  display: inline-block;
  margin-left: 16px;
  margin-right: 16px;
  margin-bottom: 32px;
}
.selector__item > .profile {
  margin: 0;
  color: #ffffff;
  width: 120px;
}
@media (min-width: 45em) {
  .selector__item > .profile {
    width: 160px;
  }
}
.selector__item .lock-icon,
.selector__item .bear-icon {
  width: 24px;
  height: 24px;
}
@media (min-width: 45em) {
  .selector__item .lock-icon,
  .selector__item .bear-icon {
    width: 32px;
    height: 32px;
  }
}
@media (min-width: 75em) {
  .selector__item .lock-icon,
  .selector__item .bear-icon {
    width: 48px;
    height: 48px;
  }
}
.selector__circle {
  animation: loaded 0.2s forwards;
}
.profile-selector {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #000000;
  z-index: 11;
  overflow: auto;
  overflow-x: hidden;
}
.profile-selector--locked {
  overflow: hidden;
}
.profile-selector__logo-wrap {
  overflow: visible;
  height: 0;
}
.profile-selector__close-icon {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 32px;
  height: 32px;
  z-index: 12;
  background: var(--assets-global-close);
  background-repeat: no-repeat;
  background-position: center;
}
.profile-selector__close-icon:focus {
  outline: 2px solid #0099f7;
  outline-offset: 2px;
}
.profile-selector__logo {
  position: relative;
  left: 0;
  color: #0099f7;
  top: 16px;
  width: 99px;
}
.profile-selector__selector, .profile-selector__pin-prompt {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  overflow: visible;
  position: relative;
  opacity: 0;
  z-index: 0;
  transition: opacity 0.6s, transform 0.6s;
}
.profile-selector__selector {
  transform: translateY(-24px);
}
.profile-selector__selector--visible {
  opacity: 1;
  z-index: 1;
  transform: translateY(0);
}
.profile-selector__pin-prompt {
  position: fixed;
  width: 100%;
  top: 0;
  transform: translateY(-24px);
  visibility: hidden;
}
.profile-selector__pin-prompt--visible {
  opacity: 1;
  z-index: 1;
  transform: translateY(0);
  visibility: visible;
}
.profile-selector__container {
  position: relative;
  overflow: visible;
  padding: 67px 16px;
  max-height: 100%;
  max-width: 100%;
}
.profile-selector .axis-logo {
  height: 44px;
}
.profile-selector .spinner {
  fill: #ffffff;
  stroke: #ffffff;
}
.profile-selector .profile__lock .lock-icon-inner {
  stroke: #ffffff;
  stroke-width: 2;
}
.profile-selector .profile__lock .lock-keyhole {
  fill: #4d4d4d;
}
.profile-selector .profile__lock .bottom {
  fill: #ffffff;
}

@media (max-width: 74.99em) {
  .profile-selector__logo {
    top: 11px;
    width: 82px;
  }
  .profile-selector__title {
    font-size: 36px;
  }
}
@charset "UTF-8";
.grid-expose {
  pointer-events: none;
  z-index: 999;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 12px;
  padding-right: calc(12px - (100vw - 100%));
}
.grid-expose > .col {
  height: 100%;
}
.grid-expose .col-child {
  background-color: rgba(0, 255, 255, 0.1);
  height: 100%;
}

@media (min-width: 20em) {
  .grid-expose {
    padding: 0 12px;
    padding-right: calc(12px - (100vw - 100%));
  }
}
@media (min-width: 45em) {
  .grid-expose {
    padding: 0 20px;
    padding-right: calc(20px - (100vw - 100%));
  }
}
@media (min-width: 60em) {
  .grid-expose {
    padding: 0 28px;
    padding-right: calc(28px - (100vw - 100%));
  }
}
@media (min-width: 75em) {
  .grid-expose {
    padding: 0 32px;
    padding-right: calc(32px - (100vw - 100%));
  }
}
@media (min-width: 90em) {
  .grid-expose {
    padding: 0 48px;
    padding-right: calc(48px - (100vw - 100%));
  }
}
@media (min-width: 120.0625em) {
  .grid-expose {
    padding: 0 57px;
    padding-right: calc(57px - (100vw - 100%));
  }
}
.baseline-expose {
  background-image: linear-gradient(to bottom, rgba(0, 255, 255, 0.25) 0, rgba(255, 255, 255, 0) 1px);
  background-repeat: repeat-y;
  background-size: 100% 1.45em;
}

.grid-expose:before {
  background-color: rgba(0, 255, 255, 0.4);
  border-bottom-left-radius: 5px;
  color: white;
  font: small-caption;
  font-weight: bold;
  font-style: italic;
  text-transform: capitalize;
  padding: 3px 6px;
  pointer-events: none;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
}
@media (min-width: 20em) {
  .grid-expose:before {
    content: "phone ≥ 320px (20em)";
  }
}
@media (min-width: 30em) {
  .grid-expose:before {
    content: "phablet ≥ 480px (30em)";
  }
}
@media (min-width: 30em) and (orientation: landscape) and (min-device-width: 480px) and (max-device-width: 720px) {
  .grid-expose:before {
    content: "phoneLandscape ≥ 480px (30em)";
  }
}
@media (min-width: 45em) {
  .grid-expose:before {
    content: "tablet ≥ 720px (45em)";
  }
}
@media (min-width: 60em) {
  .grid-expose:before {
    content: "laptop ≥ 960px (60em)";
  }
}
@media (min-width: 64em) and (orientation: landscape) and (min-device-width: 1024px) and (max-device-width: 1200px) {
  .grid-expose:before {
    content: "tabletLandscape ≥ 1024px (64em)";
  }
}
@media (min-width: 75em) {
  .grid-expose:before {
    content: "desktop ≥ 1200px (75em)";
  }
}
@media (min-width: 90em) {
  .grid-expose:before {
    content: "desktopWide ≥ 1440px (90em)";
  }
}
@media (min-width: 120.0625em) {
  .grid-expose:before {
    content: "uhd ≥ 1921px (120.0625em)";
  }
}

.page-placeholder {
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 70vh;
}
.page-placeholder .spinner {
  width: 50px;
}

.passive-notification {
  background: #222222;
  font-family: var(--font-family-title);
  font-size: 14px;
  color: #ffffff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  padding: 15px 52px 15px 25px;
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.3s;
  max-width: 700px;
  min-width: 300px;
  pointer-events: all;
}
@media (min-width: 45em) {
  .passive-notification {
    min-width: 700px;
  }
}
.passive-notification--hidden {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19), linear;
  transform: translate3d(0, -50px, 0);
  pointer-events: none;
}
.passive-notification__close-btn {
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  height: 32px;
  width: 32px;
  color: #ffffff;
  transition: color 0.2s;
}
.passive-notification__close-btn:hover {
  color: #cccccc;
}
.passive-notification-manager {
  display: flex;
  justify-content: center;
  position: fixed;
  top: 10px;
  right: 10px;
  left: 10px;
  opacity: 1;
  z-index: 30;
  pointer-events: none;
}
.passive-notification-manager--hidden {
  opacity: 0;
}

/* 
reducing st3 image width from 425 to 390 to temporarily adjust the row width
*/
/* stylelint-disable value-no-vendor-prefix*/
/* autoprefixer: off */
.recent-searches-tv {
  width: 1632px;
  position: relative;
}
.recent-searches-tv__header {
  position: relative;
}
.recent-searches-tv__recent-search-wrapper {
  clear: both;
}
.recent-searches-tv__heading {
  color: var(--color-row-header-text-title-default);
  font: var(--typography-heading-4-web-tv);
  height: 47px;
  margin-bottom: 32px;
  text-align: left;
  text-transform: uppercase;
}
.recent-searches-tv__list {
  max-width: 1448px;
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;
}
.recent-searches-tv__item {
  max-width: 100%;
  color: var(--color-global-dropdown-list-item-text-tv-default);
  background-color: var(--color-global-dropdown-list-item-background-tv-default);
  font: var(--typography-button-web-tv);
  height: 64px;
  padding: 0 32px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  float: left;
  clear: both;
}
.recent-searches-tv__item > span {
  line-height: 64px;
}
.recent-searches-tv__item:not(:last-child) {
  margin-bottom: 24px;
}
.recent-searches-tv__item:hover, .recent-searches-tv__item.focused {
  background-color: var(--color-global-dropdown-list-item-background-tv-focus);
  border-radius: var(--border-radius-global-list-item-web-tv);
  color: var(--color-global-dropdown-list-item-text-tv-focus);
}
.recent-searches-tv__clear {
  display: none;
  float: right;
  margin-left: 20px;
  width: auto;
  padding: 0 32px;
  height: 64px;
}
.recent-searches-tv--focused .recent-searches-tv__clear, .recent-searches-tv:hover .recent-searches-tv__clear {
  display: block;
}
.no-results {
  margin: 0 80px 40px 0;
  color: var(--color-row-header-tv-text-title);
}
.no-results__message-title {
  margin-bottom: 12px;
  font: var(--typography-heading-4-web-tv);
}
.no-results__message-info {
  font-size: 28px;
  font: var(--typography-body-web-tv-regular);
}
.search-page {
  display: flex;
  flex-direction: column;
}
.search-page__message {
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
  margin-top: 40px;
}
.search-page__message-title {
  font-size: 16px;
}
.search-page__message-info {
  margin-top: 8px;
  font-size: 12px;
}

@media (min-width: 45em) {
  .search-page__message-title {
    font-size: 20px;
  }
  .search-page__message-info {
    margin-top: 10px;
    font-size: 14px;
  }
}
@media (min-width: 75em) {
  .search-page__message {
    display: block;
    text-align: left;
  }
  .search-page__message-title {
    font-size: 24px;
  }
}
.recent-searches {
  padding-bottom: 20px;
}
.recent-searches__header {
  display: flex;
  align-items: flex-start;
}
.recent-searches__heading {
  flex: 1 1 auto;
  font-size: 16px;
  color: #ffffff;
  margin-bottom: 26px;
}
.recent-searches__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.recent-searches__item + .recent-searches__item {
  margin-top: 28px;
}
.recent-searches__link {
  color: #cccccc;
  font-family: var(--font-family-title);
  font-size: 14px;
}
.recent-searches__link:hover {
  text-decoration: none;
}
.recent-searches__clear {
  font-family: var(--font-family-title);
  font-size: 14px;
  color: #0099f7;
  background: transparent;
}
.recent-searches__clear--bottom {
  display: none;
}

@media (min-width: 45em) {
  .recent-searches__heading {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .recent-searches__clear--top {
    display: none;
  }
  .recent-searches__clear--bottom {
    margin-top: 31px;
    display: block;
  }
}
@media (min-width: 75em) {
  .recent-searches__heading {
    font-size: 24px;
    margin-bottom: 16px;
  }
  .recent-searches__item + .recent-searches__item {
    margin-top: 8px;
  }
  .recent-searches__clear--bottom {
    margin-top: 16px;
  }
}
.search-page {
  display: flex;
  flex-direction: column;
}
.search-page__message {
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
  margin-top: 40px;
}
.search-page__message-title {
  font-size: 16px;
}
.search-page__message-info {
  margin-top: 8px;
  font-size: 12px;
}

@media (min-width: 45em) {
  .search-page__message-title {
    font-size: 20px;
  }
  .search-page__message-info {
    margin-top: 10px;
    font-size: 14px;
  }
}
@media (min-width: 75em) {
  .search-page__message {
    display: block;
    text-align: left;
  }
  .search-page__message-title {
    font-size: 24px;
  }
}
.header-search-results {
  white-space: nowrap;
  min-width: 240px;
}
.header-search-results__recent, .header-search-results__items {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.header-search-results__recent-title {
  color: var(--color-nav-menu-item-submenu-heading-text-rw-default);
  margin-bottom: 6px;
  font: var(--typography-nav-menu-item-rw-submenu-heading);
}
.header-search-results__clear, .header-search-results__show-all {
  font: var(--typography-caption-rw-s-bold);
  color: var(--color-nav-menu-item-submenu-item-text-rw-default);
  border-bottom: 2px solid transparent;
}
.header-search-results__clear:hover, .header-search-results__clear:focus, .header-search-results__show-all:hover, .header-search-results__show-all:focus {
  color: var(--color-nav-menu-item-submenu-item-text-rw-hover);
  border-bottom: 2px solid var(--color-nav-menu-item-submenu-item-border-rw-hover);
}
.header-search-results__clear {
  margin-top: 16px;
}
.header-search-results__items {
  margin-bottom: 16px;
}
.header-search-results__people {
  margin-bottom: 16px;
}
.header-search-results__pipe {
  color: #cccccc;
  margin: 0 5px;
}
.header-search-results__message {
  font-weight: bold;
}
.header-search-results__link:hover b, .header-search-results__link:focus b {
  color: inherit;
}
.header-search-results__link b {
  color: #ffffff;
}
.header-search-results__link + .header-search-results__link {
  margin-top: 6px;
}
.header-search {
  display: block;
  align-items: center;
  position: relative;
}
.header-search__form {
  display: block;
  width: 200px;
  height: 32px;
  border-radius: 4px;
  padding: 5px 8px;
  background-color: var(--color-nav-top-search-background-rw-empty);
  border: 1px solid transparent;
  margin: 0;
  position: relative;
  cursor: text;
  text-align: left;
}
.header-search__form:hover {
  border-color: var(--color-nav-top-search-border-rw-hover);
  background-color: var(--color-nav-top-search-background-rw-hover);
}
.header-search--hero .header-search__form {
  background-color: var(--color-nav-top-search-background-rw-empty);
}
.header-search--focused .header-search__form {
  background-color: var(--color-nav-top-search-background-rw-active);
  color: var(--color-nav-top-search-text-entered-rw);
}
.header-search--focused .header-search__form .search-icon {
  background-image: var(--assets-nav-search-focused);
}
.header-search__input {
  display: inline-block;
  color: inherit;
  border: none;
  font: var(--typography-caption-rw-s-regular);
  background: none;
  outline: none;
  width: 89%;
  text-align: left;
}
.header-search__label_container {
  position: relative;
}
.header-search__placeholder_label {
  position: absolute;
  left: 1px;
  top: -1px;
  color: #bbbbbb;
}
.header-search .header-search__input::placeholder {
  color: var(--color-nav-top-search-text-placeholder-rw);
  text-overflow: ellipsis !important;
}
.header-search__icon {
  background-color: transparent;
  margin: 0 4px;
  width: 16px;
  height: 16px;
  position: absolute;
  right: 5px;
  top: 7px;
}
.header-search__icon .search-icon {
  background-size: contain;
  height: 16px;
}
.header-search__menu-container {
  position: absolute;
  right: 0;
  bottom: -12px;
}
.header-search__menu-container .drop-menu__content {
  background-color: var(--color-nav-top-dropdown-background-rw);
}
.header-search__menu-container .drop-menu:after {
  left: -18px;
}

.modal-manager {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal-manager__system-error {
  padding: 20px;
  background: #ec0000;
  color: #ffffff;
}
.modal-manager--hidden {
  pointer-events: none;
  opacity: 0;
}
.modal-manager__modal-container {
  transition: 0.3s opacity cubic-bezier(0.215, 0.61, 0.355, 1), 0.3s transform cubic-bezier(0.215, 0.61, 0.355, 1);
  z-index: 1;
  opacity: 1;
  max-width: 100%;
}
.modal-manager__modal-container--hidden {
  transition: 0.3s opacity cubic-bezier(0.215, 0.61, 0.355, 1), 0.3s transform cubic-bezier(0.215, 0.61, 0.355, 1);
  pointer-events: none;
  opacity: 0;
}

.profile {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  font-family: var(--font-family-title);
  color: #4d4d4d;
  backface-visibility: hidden;
  background: transparent;
  transition: color 0.2s;
}
.profile--disabled {
  opacity: 0.4;
  pointer-events: none;
}
.profile:hover {
  color: #4d4d4d;
}
.profile:focus {
  color: #4d4d4d;
}
.profile:focus__circle::before {
  background-color: #000000;
  opacity: 0.12;
}
.profile__circle {
  background-color: #4990e2;
}
.profile__circle:hover:before {
  opacity: 0.12;
  background-color: rgb(8.1705361, 116.9931351016, 183.8514639);
}
.profile__circle:before {
  transition: background-color 0.3s, opacity 0.3s;
  opacity: 0;
  content: "";
  height: 100%;
  width: 100%;
  border-radius: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 1;
}
.profile__circle:focus {
  outline-color: #0099f7;
}
.profile__circle--disabled {
  pointer-events: none;
}
.profile__details {
  width: 100%;
  text-align: center;
}
.profile__label {
  margin-bottom: 0;
  cursor: default;
}
.profile__label--name {
  font-size: 14px;
  font-weight: 700;
}
.profile__label--type {
  color: #808080;
}
.profile__label--disabled {
  opacity: 0.4;
}

.profile--item .profile__circle-container {
  display: inline-flex;
  position: relative;
}
.profile--item .profile__details {
  margin-top: 10px;
}
.profile--item .profile__loading {
  width: 50%;
  height: 50%;
  background-color: #4990e2;
  color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.profile--item .profile__child,
.profile--item .profile__lock {
  bottom: 0px;
  right: 0px;
  position: absolute;
}
.profile--item .profile__child .lock-icon-inner,
.profile--item .profile__lock .lock-icon-inner {
  stroke: #4d4d4d;
  stroke-width: 2;
}
.profile--item .profile__child .bottom,
.profile--item .profile__lock .bottom {
  fill: #4d4d4d;
}

.profile--scale .profile__circle-container {
  transform: scale(1);
  transition: transform 200ms;
  will-change: transform;
}
.profile--scale .profile__circle-container:hover {
  transform: scale(1.09);
}
.profile--scale .profile__circle-container--loading {
  transform: scale(1.09);
}
.profile--scale .profile__circle-container--disabled {
  transform: scale(0.9);
  opacity: 0.4;
  pointer-events: none;
}
.profile--scale .profile__label--name {
  font-weight: normal;
  font-size: 16px;
}
@media (min-width: 45em) {
  .profile--scale .profile__label--name {
    font-size: 20px;
  }
}
.profile {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  font-family: var(--font-family-title);
  color: #4d4d4d;
  backface-visibility: hidden;
  background: transparent;
  transition: color 0.2s;
}
.profile--disabled {
  opacity: 0.4;
  pointer-events: none;
}
.profile:hover {
  color: #4d4d4d;
}
.profile:focus {
  color: #4d4d4d;
}
.profile:focus__circle::before {
  background-color: #000000;
  opacity: 0.12;
}
.profile__circle {
  background-color: #4990e2;
}
.profile__circle:hover:before {
  opacity: 0.12;
  background-color: rgb(8.1705361, 116.9931351016, 183.8514639);
}
.profile__circle:before {
  transition: background-color 0.3s, opacity 0.3s;
  opacity: 0;
  content: "";
  height: 100%;
  width: 100%;
  border-radius: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 1;
}
.profile__circle:focus {
  outline-color: #0099f7;
}
.profile__circle--disabled {
  pointer-events: none;
}
.profile__details {
  width: 100%;
  text-align: center;
}
.profile__label {
  margin-bottom: 0;
  cursor: default;
}
.profile__label--name {
  font-size: 14px;
  font-weight: 700;
}
.profile__label--type {
  color: #808080;
}
.profile__label--disabled {
  opacity: 0.4;
}

.profile--add .circle-icon {
  background: transparent;
  border: 1px solid rgb(8.1705361, 116.9931351016, 183.8514639);
  cursor: pointer;
  font-weight: normal;
  border-radius: 50%;
  position: relative;
}
.profile--add .profile__label {
  margin-top: 10px;
}
.profile--add .profile__plus {
  font-size: 60px;
  color: rgb(8.1705361, 116.9931351016, 183.8514639);
  font-weight: 100;
  width: 100%;
  height: 100%;
}
.profile--add .profile__plus:after, .profile--add .profile__plus:before {
  content: "";
  position: absolute;
  background-color: rgb(8.1705361, 116.9931351016, 183.8514639);
}
.profile--add .profile__plus:after {
  height: 1px;
  top: 50%;
  left: 28px;
  right: 28px;
}
.profile--add .profile__plus:before {
  width: 1px;
  left: 50%;
  top: 28px;
  bottom: 28px;
}
.profile-icon {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}
.profile-icon--hide-profile-initials .circle-icon {
  background-image: var(--assets-nav-profile-signed-in);
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: center;
}
.profile-icon--hide-profile-initials .circle-icon__initial {
  font-size: 0;
}
.profile-icon .circle-icon {
  flex: none;
}
.profile-icon__name {
  color: var(--color-nav-side-profile-switch-expanded-signed-in-text-default);
  font: var(--typography-caption-rw-s-regular);
}

.settings-link {
  color: #ffffff !important;
  border: none !important;
  padding: 0 !important;
  cursor: pointer !important;
}
.settings-link:hover {
  color: #0099f7 !important;
  background: none !important;
}

.terms-policy-modal {
  display: flex;
  height: 100vh;
  width: 100%;
  align-items: flex-start;
  overflow-y: auto;
  background-color: var(--color-global-modal-background);
  color: #f0f0f0;
  position: fixed;
  top: 0;
  left: 0;
}
.terms-policy-modal__content {
  padding: 20px;
  padding-bottom: 40px;
}
.terms-policy-modal__cta-wrapper {
  display: flex;
  width: calc(100% - 20px);
  padding: 10px 20px;
  justify-content: space-between;
  background-color: var(--color-global-modal-background);
  position: fixed;
  bottom: 0;
}

