/* Defines common breakpoint targets. */
.hover-disclosure__header {
  cursor: pointer;
}

.hover-disclosure__body[aria-hidden=true] {
  visibility: hidden;
  opacity: 0;
}
.hover-disclosure__body[aria-hidden=false] {
  visibility: visible;
  opacity: 1;
}

.sr-only {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

:root {
  --color-black: #000;
  --color-rich-black: #0A1012;
  --color-black-blue: #202126;
  --color-space: #151515;
  --color-charcoal: #2a2a2a;
  --color-matterhorn: #4f4f4f;
  --color-stone: #a8a8a8;
  --color-alabaster: #e4e8ea;
  --color-white: #fff;
  --color-electric-blue: #4EFDFB;
  --color-teal: #007573;
  --color-dark-teal: #064140;
  --color-error-red: #eb002f;
  --color-gold: #d6ae50;
  --color-otr-pink: #ca20b3;
  --color-otr-indigo: #0a0b47;
  --color-otr-violet: #471c67;
  --plus-y-pad: 1.25rem;
  --plus-x-pad: 1.25rem;
  --plus-bg: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.18'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  --icon-play: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0id2hpdGUiIGNsYXNzPSJzaXplLTYiPgogIDxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTQuNSA1LjY1M2MwLTEuNDI3IDEuNTI5LTIuMzMgMi43NzktMS42NDNsMTEuNTQgNi4zNDdjMS4yOTUuNzEyIDEuMjk1IDIuNTczIDAgMy4yODZMNy4yOCAxOS45OWMtMS4yNS42ODctMi43NzktLjIxNy0yLjc3OS0xLjY0M1Y1LjY1M1oiIGNsaXAtcnVsZT0iZXZlbm9kZCIgLz4KPC9zdmc+Cg==");
  --icon-chevron-right: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHZpZXdCb3g9IjAgMCAyNCAyNCIgc3Ryb2tlLXdpZHRoPSIyLjUiIHN0cm9rZT0id2hpdGUiIGNsYXNzPSJzaXplLTYiPgogIDxwYXRoIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgZD0ibTguMjUgNC41IDcuNSA3LjUtNy41IDcuNSIgLz4KPC9zdmc+");
}
@media screen and (min-width: 48rem) {
  :root {
    --plus-y-pad: 2rem;
    --plus-x-pad: 2rem;
  }
}
@media screen and (min-width: 64rem) {
  :root {
    --plus-y-pad: 2rem;
    --plus-x-pad: 3rem;
  }
}
@media screen and (min-width: 80rem) {
  :root {
    --plus-y-pad: 3.375rem;
    --plus-x-pad: 3.5rem;
  }
}

.hw-plus {
  background-color: var(--color-black);
  color: var(--color-alabaster);
}
.hw-plus .site-header {
  background-color: var(--color-black);
  color: var(--color-alabaster);
}
.hw-plus .site-header .site-header__navigation .menu a {
  color: #e4e8ea;
}
.hw-plus .site-footer {
  background-color: var(--color-black);
  color: var(--color-alabaster);
}

.hw-plus-footer .site-footer__container.container {
  max-width: 82.125rem;
  padding: calc(var(--plus-y-pad) * 2) var(--plus-x-pad);
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 52.5rem) {
  .hw-plus-footer .site-footer__container.container {
    padding: calc(var(--plus-y-pad) * 0.75) var(--plus-x-pad);
    flex-direction: row;
  }
}
.hw-plus-footer .site-footer__plus-logo {
  max-width: 12.5rem;
  margin: 0 auto;
}
@media screen and (min-width: 52.5rem) {
  .hw-plus-footer .site-footer__plus-logo {
    margin: 0;
  }
}
.hw-plus-footer .site-footer__copyright {
  margin-top: 1.25rem;
}
@media screen and (min-width: 0rem) and (max-width: 47.9375rem) {
  .hw-plus-footer .site-footer__copyright .site-footer__links-container li + li {
    margin-top: 0.5rem;
  }
}
.hw-plus-footer__aside {
  display: flex;
  flex-direction: column-reverse;
  margin: 1rem auto;
  align-items: center;
  gap: 1rem;
}
@media screen and (min-width: 52.5rem) {
  .hw-plus-footer__aside {
    flex-direction: column;
    margin: auto 0 0 auto;
    align-items: flex-end;
  }
}
.hw-plus-footer__aside-user {
  font-size: 16px;
  font-size: 1rem;
  color: var(--color-alabaster);
  letter-spacing: normal;
  position: relative;
  margin-top: 1.5rem;
}
.hw-plus-footer__aside-user::before {
  content: "";
  position: absolute;
  top: -1.125rem;
  left: -1rem;
  width: calc(100% + 2rem);
  height: 1px;
  background-color: var(--color-stone);
}
@media screen and (min-width: 52.5rem) {
  .hw-plus-footer__aside-user {
    margin-top: 0;
  }
  .hw-plus-footer__aside-user::before {
    content: none;
  }
}
.hw-plus-footer__aside-user-link {
  color: inherit;
  text-decoration: none;
  display: inline-flex;
  align-items: baseline;
  position: relative;
}
.hw-plus-footer__aside-user-link:focus {
  outline: none !important;
}
.hw-plus-footer__aside-user-link:focus-visible {
  outline: 2px solid #FFFFFF !important;
  outline-offset: 0;
}
.hw-plus-footer__aside-user-link:visited {
  color: inherit;
}
.hw-plus-footer__aside-user-display {
  color: inherit;
  text-decoration: underline !important;
  font-family: "Montserrat-Bold", sans-serif;
  transition: opacity 300ms ease-in-out;
}
.hw-plus-footer__aside-user-display:hover {
  opacity: 0.75;
}
.hw-plus-footer__aside-user-name {
  text-decoration: none !important;
  color: var(--color-stone) !important;
}
.hw-plus-footer__aside-user-name:hover {
  text-decoration: underline !important;
  color: var(--color-alabaster) !important;
}
.hw-plus-footer__aside-user-admin-badge {
  display: inline-block;
  align-self: flex-end;
  width: 1.5rem;
  height: 1.5rem;
  margin-left: 0.125rem;
}
.hw-plus-footer__aside-user-admin-badge:hover + .hw-plus-footer__aside-user-tooltip {
  opacity: 1;
  visibility: visible;
  transition: opacity 250ms, visibility 1ms;
}
.hw-plus-footer__aside-user-tooltip {
  position: absolute;
  display: block;
  bottom: 100%;
  left: -1.5rem;
  min-width: 8.75rem;
  padding-bottom: 0.75rem;
  opacity: 0;
  visibility: hidden;
  transition: opacity 250ms, visibility 1ms 250ms;
}
.hw-plus-footer__aside-user-tooltip::before {
  content: "";
  position: absolute;
  bottom: 1px;
  left: calc(50% - 12px);
  border-top: 12px solid var(--color-matterhorn);
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  z-index: 2;
}
.hw-plus-footer__aside-user-tooltip::after {
  content: "";
  position: absolute;
  bottom: 3px;
  left: calc(50% - 10px);
  border-top: 10px solid var(--color-black);
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  z-index: 3;
}
.hw-plus-footer__aside-user-tooltip > span {
  color: var(--color-white);
  border: 1px solid var(--color-matterhorn);
  background-color: var(--color-black);
  border-radius: 8px;
  font: inherit;
  font-size: 14px;
  font-size: 0.875rem;
  text-align: center;
  position: relative;
  display: block;
  width: 8.75rem;
  padding: 0.625rem 0.5rem;
  z-index: 1;
}
.hw-plus-footer__aside a.hw-plus-footer__aside-logout {
  color: inherit;
  text-decoration: underline !important;
}
.hw-plus-footer__aside a.hw-plus-footer__aside-logout:focus {
  outline: none !important;
}
.hw-plus-footer__aside a.hw-plus-footer__aside-logout:focus-visible {
  outline: 2px solid #FFFFFF !important;
  outline-offset: 0;
}
.hw-plus-footer__aside-logout {
  cursor: pointer;
  border: none;
  background-color: transparent;
  padding: 0;
  text-decoration: none;
  display: inline-block;
  color: var(--color-alabaster);
  text-decoration: underline;
  margin: 0;
  font-family: "Montserrat-Regular", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: normal;
  line-height: 1;
  transition: all 300ms ease-in-out;
}
.hw-plus-footer__aside-logout:focus {
  outline: none !important;
}
.hw-plus-footer__aside-logout:focus-visible {
  outline: 2px solid #FFFFFF !important;
  outline-offset: 0;
}
.hw-plus-footer .site-footer__brave-image {
  width: 13.75rem;
  margin: 0;
}

.hw-plus-button {
  cursor: pointer;
  border: none;
  background-color: transparent;
  padding: 0;
  text-decoration: none;
  display: inline-block;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--color-electric-blue);
  color: var(--color-rich-black);
  border-radius: 0.5625rem;
  padding: 0.625rem 2rem;
  height: 2.8125rem;
  min-width: 10.625rem;
  font-family: "Montserrat-Bold", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  text-transform: uppercase;
  border: 1px solid var(--color-electric-blue);
  transition: all 300ms ease-in-out;
}
.hw-plus-button:focus {
  outline: none !important;
}
.hw-plus-button:focus-visible {
  outline: 2px solid #FFFFFF !important;
  outline-offset: 0;
}
@media screen and (min-width: 64rem) {
  .hw-plus-button {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media screen and (hover: hover) {
  .hw-plus-button:hover:not([aria-disabled=true]) {
    background-color: #80fefc;
    border-color: #80fefc;
  }
}
.hw-plus-button[aria-disabled=true], .hw-plus-button[disabled] {
  opacity: 0.5;
  cursor: not-allowed;
  filter: grayscale(1);
}
.hw-plus-button.hw-plus-button--outline {
  background-color: transparent;
  color: var(--color-alabaster);
  border-color: var(--color-electric-blue);
}
@media screen and (hover: hover) {
  .hw-plus-button.hw-plus-button--outline:hover:not([aria-disabled=true]) {
    background-color: transparent;
    color: var(--color-alabaster);
    border-color: var(--color-alabaster);
  }
}
.hw-plus-button.hw-plus-button--white {
  background-color: var(--color-white);
  color: var(--color-space);
  border-color: var(--color-white);
}
@media screen and (hover: hover) {
  .hw-plus-button.hw-plus-button--white:hover:not([aria-disabled=true]) {
    background-color: #e6e6e6;
    border-color: var(--color-white);
  }
}
.hw-plus-button.hw-plus-button--small {
  font-size: 14px;
  font-size: 0.875rem;
  height: 2.5rem;
  padding: 0.5rem 1.5rem;
  min-width: 9.375rem;
}

.hw-plus-bkg-gradient {
  position: relative;
  overflow: hidden;
}
.hw-plus-bkg-gradient::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -10%;
  left: 0;
  width: 100%;
  height: 80%;
  z-index: 0;
  background: linear-gradient(to bottom, hsl(0deg, 0%, 0%) 0%, hsl(179deg, 100%, 3.83%) 8.1%, hsl(179deg, 100%, 7.48%) 15.5%, hsl(179deg, 100%, 10.94%) 22.5%, hsl(179deg, 100%, 14.21%) 29%, hsl(179deg, 100%, 17.27%) 35.3%, hsl(179deg, 100%, 20.13%) 41.2%, hsl(179deg, 100%, 22.76%) 47.1%, hsl(179deg, 100%, 25.16%) 52.9%, hsl(179deg, 100%, 27.31%) 58.8%, hsl(179deg, 100%, 29.2%) 64.7%, hsl(179deg, 100%, 30.8%) 71%, hsl(179deg, 100%, 32.11%) 77.5%, hsl(179deg, 100%, 33.09%) 84.5%, hsl(179deg, 100%, 33.7%) 91.9%, hsl(179deg, 100%, 33.92%) 100%);
}

@keyframes loading-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.loading-ring {
  display: inline-block;
  position: absolute;
  width: 46px;
  height: 46px;
  font-size: 46px;
}
.loading-ring > div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 0.8em;
  height: 0.8em;
  margin: 0.1em;
  border: 0.1em solid #000;
  border-radius: 50%;
  animation: loading-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #000 transparent transparent transparent;
}
.loading-ring > div:nth-child(1) {
  animation-delay: -0.45s;
}
.loading-ring > div:nth-child(2) {
  animation-delay: -0.3s;
}
.loading-ring > div:nth-child(3) {
  animation-delay: -0.15s;
}

.wysiwyg {
  font-size: 1rem;
  color: var(--color-alabaster);
  display: grid;
  grid: auto/repeat(4, minmax(0, 1fr));
  gap: 1rem 0;
}
@media screen and (min-width: 64rem) {
  .wysiwyg {
    gap: 1.5rem 0;
  }
}
@media screen and (min-width: 80rem) {
  .wysiwyg {
    gap: 1.875rem 0;
  }
}
.wysiwyg > * {
  grid-column: 1/-1;
  margin: 0;
}
.wysiwyg p {
  font-family: "Montserrat-Regular", sans-serif;
  font-size: inherit;
  line-height: 1.4;
  color: var(--color-alabaster);
  max-width: 100ch;
  min-height: 1em;
}
.wysiwyg p > a,
.wysiwyg p > span > a,
.wysiwyg ul li > a,
.wysiwyg ol li > a {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  text-decoration: underline !important;
  text-decoration: underline solid 2px !important;
}
@media (hover: hover) and (pointer: fine) {
  .wysiwyg p > a:hover,
.wysiwyg p > span > a:hover,
.wysiwyg ul li > a:hover,
.wysiwyg ol li > a:hover {
    text-decoration-color: var(--color-electric-blue) !important;
  }
}
.wysiwyg h2:not(.heading-2),
.wysiwyg h3:not(.heading-3),
.wysiwyg h4:not(.heading-4) {
  font-family: "Montserrat-Bold", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.3;
  color: var(--color-alabaster);
}
@media screen and (min-width: 64rem) {
  .wysiwyg h2:not(.heading-2),
.wysiwyg h3:not(.heading-3),
.wysiwyg h4:not(.heading-4) {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 80rem) {
  .wysiwyg h2:not(.heading-2),
.wysiwyg h3:not(.heading-3),
.wysiwyg h4:not(.heading-4) {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
.wysiwyg h3:not(.heading-3) {
  font-family: "Montserrat-SemiBold", sans-serif;
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 1.3;
}
.wysiwyg h4:not(.heading-4) {
  font-family: "Montserrat-Medium", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.3;
}
.wysiwyg h2 + p,
.wysiwyg h3 + p,
.wysiwyg h4 + p,
.wysiwyg h3 + ul,
.wysiwyg h3 + ol,
.wysiwyg h4 + ul,
.wysiwyg h4 + ol {
  margin-top: -0.5rem;
}
@media screen and (min-width: 80rem) {
  .wysiwyg h2 + p,
.wysiwyg h3 + p,
.wysiwyg h4 + p,
.wysiwyg h3 + ul,
.wysiwyg h3 + ol,
.wysiwyg h4 + ul,
.wysiwyg h4 + ol {
    margin-top: -0.75rem;
  }
}
.wysiwyg ul,
.wysiwyg ol {
  list-style-type: disc;
  padding-left: 1.375rem;
}
.wysiwyg ul li,
.wysiwyg ol li {
  font-family: "Montserrat-Regular", sans-serif;
  color: var(--color-alabaster);
  line-height: 1.4;
  margin: 0;
  max-width: 100ch;
}
.wysiwyg ul li a,
.wysiwyg ol li a {
  color: var(--color-alabaster) !important;
}
.wysiwyg ul li + li,
.wysiwyg ol li + li {
  margin-top: 0.25em;
}
.wysiwyg ul li > ul,
.wysiwyg ul li > ol,
.wysiwyg ol li > ul,
.wysiwyg ol li > ol {
  margin-top: 0.25em;
}
.wysiwyg ul ul,
.wysiwyg ol ul {
  list-style-type: circle;
}
.wysiwyg ul ol,
.wysiwyg ol ol {
  list-style-type: decimal;
}
.wysiwyg ul ol li > ol,
.wysiwyg ol ol li > ol {
  list-style-type: lower-alpha;
}
.wysiwyg ol {
  list-style-type: decimal;
}

.watch-plus-banner {
  background-color: var(--color-black);
  color: var(--color-alabaster);
  position: relative;
  overflow: clip;
}
.watch-plus-banner__bg {
  position: absolute;
  top: 10%;
  width: 30%;
  width: min(25vw, 30%);
  height: 80%;
  background-image: var(--plus-bg);
  background-size: 3rem;
  background-position: center;
  z-index: 1;
}
.watch-plus-banner__bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.watch-plus-banner__bg.-left {
  left: 0;
}
.watch-plus-banner__bg.-left::before {
  background-image: radial-gradient(circle at left, rgba(0, 0, 0, 0.25) 0%, #000000 100%);
}
.watch-plus-banner__bg.-right {
  right: 0;
}
.watch-plus-banner__bg.-right::before {
  background-image: radial-gradient(circle at right, rgba(0, 0, 0, 0.25) 0%, #000000 100%);
}
.watch-plus-banner__content {
  padding: calc(var(--plus-y-pad) * 3) var(--plus-x-pad) calc(var(--plus-y-pad) * 1.5);
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 64rem) {
  .watch-plus-banner__content {
    padding: calc(var(--plus-y-pad) * 2) var(--plus-x-pad);
    justify-content: center;
    flex-direction: row;
    gap: 10%;
    align-items: center;
  }
}
@media screen and (min-width: 64rem) and (max-width: 79.9375rem) {
  .watch-plus-banner__content {
    padding: calc(var(--plus-y-pad) * 3) var(--plus-x-pad);
  }
}
.watch-plus-banner__cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 1.5rem 0 0;
  transform: skewX(-7deg);
}
@media screen and (min-width: 64rem) {
  .watch-plus-banner__cta {
    align-items: flex-start;
    margin: auto 0;
  }
}
.watch-plus-banner__cta .hw-plus-logo {
  display: block;
  margin: 1.5rem auto;
  width: 15.625rem;
}
@media screen and (min-width: 64rem) {
  .watch-plus-banner__cta .hw-plus-logo {
    margin: 0 0 1.5rem;
    width: 21.875rem;
  }
}
.watch-plus-banner__cta .hw-plus-button {
  max-width: 12.5rem;
}
.watch-plus-banner__ribbon {
  display: flex;
  justify-content: center;
  transform: skewX(-7deg);
  position: relative;
}
.watch-plus-banner__ribbon::before, .watch-plus-banner__ribbon::after {
  content: "";
  position: absolute;
  display: block;
  width: 75%;
  height: 2px;
  background-color: var(--color-teal);
}
.watch-plus-banner__ribbon::before {
  top: -25%;
  left: 33.5%;
}
.watch-plus-banner__ribbon::after {
  bottom: -25%;
  right: 20%;
}
@media screen and (min-width: 64rem) {
  .watch-plus-banner__ribbon::before, .watch-plus-banner__ribbon::after {
    width: 100%;
  }
  .watch-plus-banner__ribbon::before {
    top: -35%;
    left: auto;
    right: -50%;
  }
  .watch-plus-banner__ribbon::after {
    bottom: -35%;
    right: auto;
    left: 25%;
  }
}
.watch-plus-banner__play {
  font-size: 20px;
  font-size: 1.25rem;
  border-radius: 15%;
  border: 0.125em solid var(--color-electric-blue);
  background-image: var(--icon-play);
  background-size: 65%;
  background-position: center;
  background-repeat: no-repeat;
  width: 3em;
  height: 3em;
  aspect-ratio: 1/1;
  transform: translateY(-0.4em);
  position: relative;
}
@media screen and (min-width: 24.375rem) {
  .watch-plus-banner__play {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
@media screen and (min-width: 48rem) {
  .watch-plus-banner__play {
    font-size: 40px;
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 64rem) {
  .watch-plus-banner__play {
    font-size: 50px;
    font-size: 3.125rem;
  }
}

.ribbon-container {
  display: flex;
  flex-direction: column;
}

.ribbon {
  font-size: 21px;
  font-size: 1.3125rem;
  position: relative;
  display: block;
  width: 100%;
}
@media screen and (min-width: 24.375rem) {
  .ribbon {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 48rem) {
  .ribbon {
    font-size: 36px;
    font-size: 2.25rem;
  }
}
@media screen and (min-width: 64rem) {
  .ribbon {
    font-size: 42px;
    font-size: 2.625rem;
  }
}
@media screen and (min-width: 80rem) {
  .ribbon {
    font-size: 48px;
    font-size: 3rem;
  }
}
@media screen and (min-width: 90rem) {
  .ribbon {
    font-size: 54px;
    font-size: 3.375rem;
  }
}
.ribbon--top p {
  background-color: var(--color-teal);
  position: relative;
}
.ribbon--top p::after {
  content: "";
  position: absolute;
  bottom: -1rem;
  right: 7%;
  width: 72.5%;
  height: 1rem;
  z-index: 2;
  background-color: rgba(6, 65, 64, 0.5);
  transform: skewX(-55deg);
}
@media screen and (min-width: 48rem) {
  .ribbon--top p::after {
    right: 5%;
    width: 76%;
    transform: skewX(-62.5deg);
  }
}
.ribbon--bottom {
  margin-left: 10%;
}
.ribbon--bottom p {
  background-color: var(--color-dark-teal);
}

.ribbon p {
  font-family: "Montserrat-Bold", sans-serif;
  font-size: inherit;
  line-height: 1;
  text-transform: uppercase;
  color: var(--color-white);
  padding: 0.625rem 1rem 0.75rem;
  display: inline-block;
}
@supports (-moz-appearance: none) {
  .ribbon p {
    padding: 0.75rem 1rem 0.375rem;
  }
}

.ribbon + .ribbon {
  margin-top: 1rem;
}

/*# sourceMappingURL=watch-plus-banner.css.map */
