.IconSequence {
  width: 100%;
  height: 100%; }
  .IconSequence .sequence-icon-container {
    width: 100%;
    height: 100%;
    overflow: hidden; }
    .IconSequence .sequence-icon-container .icon-image {
      width: 100%;
      height: 100%; }
  .IconSequence.bell .icon-image {
    background: url("/iconsequences/bell_64.png") left center;
    background-size: 3100% 100%; }
    .IconSequence.bell .icon-image.size-512 {
      background-image: url("/iconsequences/bell_512.png"); }
    .IconSequence.bell .icon-image.size-256 {
      background-image: url("/iconsequences/bell_256.png"); }
    .IconSequence.bell .icon-image.size-128 {
      background-image: url("/iconsequences/bell_128.png"); }
    .IconSequence.bell .icon-image.size-64 {
      background-image: url("/iconsequences/bell_64.png"); }
    .IconSequence.bell .icon-image.animated {
      animation: bell 1.2s steps(30) infinite; }

@keyframes bell {
  100% {
    background-position: -3000%; } }
  .IconSequence.omg .icon-image {
    background: url("/iconsequences/omg_64.png") left center;
    background-size: 3000% 100%; }
    .IconSequence.omg .icon-image.size-512 {
      background-image: url("/iconsequences/omg_512.png"); }
    .IconSequence.omg .icon-image.size-256 {
      background-image: url("/iconsequences/omg_256.png"); }
    .IconSequence.omg .icon-image.size-128 {
      background-image: url("/iconsequences/omg_128.png"); }
    .IconSequence.omg .icon-image.size-64 {
      background-image: url("/iconsequences/omg_64.png"); }
    .IconSequence.omg .icon-image.animated {
      animation: omg 1.2s steps(30) infinite; }

@keyframes omg {
  100% {
    background-position: -3000%; } }
  .IconSequence.robot .icon-image {
    background: url("/iconsequences/robot_128.png") left center;
    background-size: 3100% 100%; }
    .IconSequence.robot .icon-image.size-512 {
      background-image: url("/iconsequences/robot_512.png"); }
    .IconSequence.robot .icon-image.size-256 {
      background-image: url("/iconsequences/robot_256.png"); }
    .IconSequence.robot .icon-image.size-128 {
      background-image: url("/iconsequences/robot_128.png"); }
    .IconSequence.robot .icon-image.size-64 {
      background-image: url("/iconsequences/robot_64.png"); }
    .IconSequence.robot .icon-image.animated {
      animation: robot 1.2s steps(30) infinite; }

@keyframes robot {
  100% {
    background-position: -3000%; } }
  .IconSequence.popsycle .icon-image {
    background: url("/iconsequences/popsycle_64.png") left center;
    background-size: 3100% 100%; }
    .IconSequence.popsycle .icon-image.size-512 {
      background-image: url("/iconsequences/popsycle_512.png"); }
    .IconSequence.popsycle .icon-image.size-256 {
      background-image: url("/iconsequences/popsycle_256.png"); }
    .IconSequence.popsycle .icon-image.size-128 {
      background-image: url("/iconsequences/popsycle_128.png"); }
    .IconSequence.popsycle .icon-image.size-64 {
      background-image: url("/iconsequences/popsycle_64.png"); }
    .IconSequence.popsycle .icon-image.animated {
      animation: popsycle 1.2s steps(30) infinite; }

@keyframes popsycle {
  100% {
    background-position: -3000%; } }
  .IconSequence.bolt .icon-image {
    background: url("/iconsequences/bolt_64.png") left center;
    background-size: 2800% 100%; }
    .IconSequence.bolt .icon-image.size-512 {
      background-image: url("/iconsequences/bolt_512.png"); }
    .IconSequence.bolt .icon-image.size-256 {
      background-image: url("/iconsequences/bolt_256.png"); }
    .IconSequence.bolt .icon-image.size-128 {
      background-image: url("/iconsequences/bolt_128.png"); }
    .IconSequence.bolt .icon-image.size-64 {
      background-image: url("/iconsequences/bolt_64.png"); }
    .IconSequence.bolt .icon-image.animated {
      animation: bolt 1.2s steps(30) infinite; }

@keyframes bolt {
  100% {
    background-position: -3000%; } }
  .IconSequence.diamond .icon-image {
    background: url("/iconsequences/diamond_64.png") left center;
    background-size: 3000% 100%; }
    .IconSequence.diamond .icon-image.size-512 {
      background-image: url("/iconsequences/diamond_512.png"); }
    .IconSequence.diamond .icon-image.size-256 {
      background-image: url("/iconsequences/diamond_256.png"); }
    .IconSequence.diamond .icon-image.size-128 {
      background-image: url("/iconsequences/diamond_128.png"); }
    .IconSequence.diamond .icon-image.size-64 {
      background-image: url("/iconsequences/diamond_64.png"); }
    .IconSequence.diamond .icon-image.animated {
      animation: diamond 1.2s steps(29) infinite; }

@keyframes diamond {
  100% {
    background-position: -2900%; } }

.Menu__sticky-pseudo {
  position: relative;
  width: 100%;
  height: 8rem;
  flex-shrink: 0; }
  @media only screen and (max-width: 768px), only screen and (max-width: 1024px) and (orientation: portrait) {
    .Menu__sticky-pseudo {
      height: 6rem; } }

.Menu {
  z-index: 1100;
  position: relative;
  width: 100%;
  display: flex;
  box-sizing: border-box;
  flex-shrink: 0;
  height: 8rem;
  padding: 0 3rem; }
  .Menu.sticky {
    position: fixed;
    background: var(--color-white); }
  @media only screen and (max-width: 768px), only screen and (max-width: 1024px) and (orientation: portrait) {
    .Menu {
      height: 6rem;
      padding: 0 2rem; } }
  .Menu .page-container {
    display: flex;
    height: auto;
    align-items: center;
    justify-content: flex-start;
    font-size: 3.2rem;
    font-weight: 900;
    font-family: "Muli";
    font-style: italic;
    color: var(--color-black);
    text-decoration: none; }
    .Menu .page-container .page-icon-container {
      width: 4.8rem;
      height: 4.8rem;
      margin-right: 1rem; }
      .Menu .page-container .page-icon-container.popsycle {
        margin-left: -1rem;
        margin-right: .5rem; }
  .Menu .icon-container {
    margin-left: auto;
    z-index: 2;
    right: 0;
    top: 0;
    box-sizing: border-box;
    cursor: pointer;
    touch-action: manipulation;
    display: flex;
    align-items: center;
    justify-content: flex-end; }
    .Menu .icon-container .burger-icon {
      width: 4rem;
      height: 4rem;
      background: var(--color-white); }
      @media only screen and (max-width: 768px), only screen and (max-width: 1024px) and (orientation: portrait) {
        .Menu .icon-container .burger-icon {
          width: 2rem;
          height: 2rem; } }
  .Menu .link-container {
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0);
    overflow: hidden;
    flex-direction: column;
    align-items: flex-start; }
    .Menu .link-container.expanded {
      transform: none;
      display: flex;
      min-height: 100vh;
      width: 100vw;
      flex-direction: column; }
      .Menu .link-container.expanded .links {
        width: 100%;
        display: flex;
        align-items: center;
        flex-direction: column;
        background: var(--color-white);
        flex-shrink: 0;
        overflow: hidden;
        justify-content: flex-start;
        height: auto;
        animation: link-expand .2s ease forwards;
        margin-bottom: auto;
        transform: translateY(-100%);
        padding-top: 8rem; }
        @media only screen and (max-width: 768px), only screen and (max-width: 1024px) and (orientation: portrait) {
          .Menu .link-container.expanded .links {
            padding-top: 6rem; } }

@keyframes link-expand {
  from {
    transform: translateY(-100%); }
  to {
    transform: translateY(0%); } }
        .Menu .link-container.expanded .links ul {
          max-width: 100%;
          width: 100%;
          margin: 0; }
          .Menu .link-container.expanded .links ul li {
            box-shadow: 0 -1px 0 0 var(--color-light-grey); }
            .Menu .link-container.expanded .links ul li a {
              text-decoration: none;
              width: 100%;
              height: 100%;
              display: block; }
              .Menu .link-container.expanded .links ul li a:hover .menu-item {
                color: var(--color-link-blue); }
            .Menu .link-container.expanded .links ul li .menu-item {
              height: 8rem;
              max-width: 20%;
              margin: 0 auto;
              color: var(--color-black);
              transition: color 0.1s ease;
              display: flex;
              align-items: center;
              font-size: 2.6rem;
              font-weight: 900;
              font-style: italic;
              padding: 0 3rem;
              padding-left: 18rem; }
              @media only screen and (max-width: 768px), only screen and (max-width: 1024px) and (orientation: portrait) {
                .Menu .link-container.expanded .links ul li .menu-item {
                  height: 6rem;
                  max-width: 100%;
                  padding: 0 2rem;
                  font-size: 2.5rem; } }
              .Menu .link-container.expanded .links ul li .menu-item .menu-icon-container {
                height: 42px;
                width: 42px;
                margin-right: 2rem;
                flex-shrink: 0; }
                @media only screen and (max-width: 768px), only screen and (max-width: 1024px) and (orientation: portrait) {
                  .Menu .link-container.expanded .links ul li .menu-item .menu-icon-container {
                    height: 36px;
                    width: 36px; } }
      .Menu .link-container.expanded .menu-background-overlay {
        background: linear-gradient(180deg, #F61D71, #F61D71, #7008C0);
        height: 100%;
        width: 100%;
        opacity: 0.9;
        transition: opacity .4s ease;
        position: absolute;
        z-index: -1; }
    .Menu .link-container .menu-background-overlay {
      opacity: 0; }
  .Menu ul {
    list-style: none;
    padding: 0; }
    .Menu ul .Button {
      margin-bottom: 1rem; }

.CookieNotice {
  display: flex;
  height: 30%;
  width: 100%;
  background: linear-gradient(270deg, #F61D71, #7008C0);
  transition: max-height .2s;
  position: fixed;
  bottom: 0;
  z-index: 100001;
  flex-direction: column;
  justify-content: center;
  align-items: center; }
  @media only screen and (max-width: 768px), only screen and (max-width: 1024px) and (orientation: portrait) {
    .CookieNotice {
      background: linear-gradient(215deg, #F61D71, #7008C0); } }
  .CookieNotice.accepted {
    max-height: 0;
    overflow: hidden; }
  .CookieNotice .cookie-container {
    max-width: 640px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-size: 1.2rem;
    font-weight: unset;
    font-style: italic;
    padding: 1rem 4rem;
    box-sizing: border-box;
    color: var(--color-white); }
    .CookieNotice .cookie-container p {
      margin-right: 2rem;
      margin-top: 0;
      text-align: center; }
      .CookieNotice .cookie-container p a {
        text-decoration: none;
        color: var(--color-link-blue); }
      @media only screen and (max-width: 768px), only screen and (max-width: 1024px) and (orientation: portrait) {
        .CookieNotice .cookie-container p br {
          display: none; } }
    .CookieNotice .cookie-container .cookie-button {
      font-size: 1.2rem;
      border-radius: 4px;
      background: var(--color-white);
      color: var(--color-black);
      padding: .5rem 1rem;
      font-weight: 700;
      cursor: pointer;
      text-transform: uppercase;
      font-style: italic;
      display: flex;
      justify-content: center;
      align-items: center;
      margin: 2rem;
      width: 100%;
      max-width: 240px;
      height: 3.5rem;
      margin-bottom: 0; }

.ViewLayout {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
  overflow-y: visible; }
  .ViewLayout.scroll {
    height: auto;
    min-height: 100%; }
    @media only screen and (max-width: 768px), only screen and (max-width: 1024px) and (orientation: portrait) {
      .ViewLayout.scroll .ViewLayout__container {
        padding: 1rem 0; } }
  .ViewLayout.wide .ViewLayout__container {
    width: 720px; }
  .ViewLayout.padded .ViewLayout__container {
    padding: 2rem 2rem; }
  .ViewLayout .ViewLayout__container {
    box-sizing: border-box;
    margin: 0 auto;
    width: 600px;
    height: auto;
    max-width: 100%; }
  .ViewLayout .ViewLayout__title {
    display: flex;
    align-items: center;
    margin-top: 0;
    font-size: 5rem; }
    @media only screen and (max-width: 768px), only screen and (max-width: 1024px) and (orientation: portrait) {
      .ViewLayout .ViewLayout__title {
        display: none; } }
    .ViewLayout .ViewLayout__title .ViewLayout__icon-container {
      margin-right: 1rem;
      width: 64px;
      height: 64px; }
      @media only screen and (max-width: 768px), only screen and (max-width: 1024px) and (orientation: portrait) {
        .ViewLayout .ViewLayout__title .ViewLayout__icon-container {
          width: 64px;
          height: 64px; } }
  .ViewLayout .Menu .page-container {
    display: none; }
    @media only screen and (max-width: 768px), only screen and (max-width: 1024px) and (orientation: portrait) {
      .ViewLayout .Menu .page-container {
        display: flex; } }
  .ViewLayout.showMenuTitleOnDesktop .Menu .page-container {
    display: flex; }

* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent; }

:root {
  --color-background-grey: #F8F8F8;
  --color-background-product: #F4F4F4;
  --color-grey: #B7B3BE;
  --color-light-grey: #F3F3F3;
  --color-white: #FFFFFF;
  --color-black: #231639;
  --color-pink: #7709BC;
  --color-link-blue: #00B6FF;
  --color-indicator: #00B6FF;
  --stream-width: 29rem;
  --stream-height: 45rem;
  --stream-border-radius: 1.25rem; }

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 0px 0px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }
  .hamburger:hover {
    opacity: 1; }
  .hamburger.is-active:hover {
    opacity: 1; }
  .hamburger.is-active .hamburger-inner,
  .hamburger.is-active .hamburger-inner::before,
  .hamburger.is-active .hamburger-inner::after {
    background-color: #231639; }

.hamburger-box {
  width: 3rem;
  height: 24px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 3rem;
    height: 4px;
    background-color: #231639;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -10px; }
  .hamburger-inner::after {
    bottom: -10px; }

/*
   * 3DXY
   */
.hamburger--3dxy .hamburger-box {
  perspective: 6rem; }

.hamburger--3dxy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dxy .hamburger-inner::before, .hamburger--3dxy .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dxy.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg) rotateY(180deg); }
  .hamburger--3dxy.is-active .hamburger-inner::before {
    transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--3dxy.is-active .hamburger-inner::after {
    transform: translate3d(0, -10px, 0) rotate(-45deg); }

.hamburger {
  outline: 0; }

.hamburger-box {
  width: 3.25rem; }

.hamburger-inner, .hamburger-inner::after, .hamburger-inner::before {
  width: 3.25rem;
  height: 5px; }

.hamburger-inner::after {
  bottom: -9px; }

.hamburger-inner::before {
  top: -9px; }

.hamburger--3dxy.is-active .hamburger-inner::before {
  transform: translate3d(0, 9px, 0) rotate(45deg); }

.hamburger--3dxy.is-active .hamburger-inner::after {
  transform: translate3d(0, -9px, 0) rotate(-45deg); }

html, body, #root, #__next, .App {
  width: 100%;
  height: 100%;
  min-height: 100%;
  max-height: none;
  margin: 0;
  padding: 0;
  position: relative;
  font-size: 10px; }
  @media only screen and (max-width: 320px) {
    html, body, #root, #__next, .App {
      font-size: 9px; } }

body {
  background: var(--color-white);
  font-family: 'Muli', sans-serif; }

#root {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden; }

h1 {
  font-size: 3rem;
  font-family: "Muli";
  font-weight: 900;
  font-style: italic;
  color: var(--color-black);
  margin-bottom: 2rem; }

.App {
  display: flex;
  flex-direction: column; }

.View {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
  overflow-y: visible; }
  .View.padded {
    height: unset; }
    .View.padded .view-container:last-child {
      margin-bottom: 150px; }
  .View .view-container {
    box-sizing: border-box;
    margin: 0 auto;
    width: 600px;
    max-width: 100%;
    padding: 2rem 2rem;
    padding-top: 4rem;
    color: var(--color-black);
    font-size: 1.25rem;
    align-items: flex-start;
    height: auto; }
    @media only screen and (max-width: 768px), only screen and (max-width: 1024px) and (orientation: portrait) {
      .View .view-container {
        padding-top: 0; } }

.svgicon svg {
  width: 100%;
  height: 100%; }

