.root--PlZPO {
  display: block;
  position: relative;
}

.root--kTQ6s {
  min-height: 100vh;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding-top: 60px;
}

.body--wA40K {
  display: flex;
  flex-grow: 1;
}

.content--aN684 {
  flex-grow: 1;
  padding: 10px 10px 60px;
  max-width: 1440px;
  width: 100%;
}

@media (min-width: 768px) {
  .content--aN684 {
    padding: 20px 20px 60px;
  }
}

.root--DYTqk {
  display: flex;
  align-items: center;
}

.couple--L5vtH {
  font-size: 80%;
  position: relative;
}

.couple--L5vtH svg {
  position: absolute;
}

.couple--L5vtH svg:first-child {
  top: 30%;
  left: 0;
}
.couple--L5vtH svg:last-child {
  top: -5%;
  left: 20%;
}

.root--e1LNL {
  display: flex;
  height: 50px;
  position: fixed;
  top: calc(100vh - 50px);
  width: 100vw;
  left: 0;
  justify-content: space-evenly;
  background-color: var(--primary-light);
}

.title--wfFaS {
  display: none;
}

.section--crJPq {
  flex-shrink: 0;
  align-items: center;
  display: flex;
  width: 25%;
  padding: 0 5px;
  font-size: 16px;
  justify-content: center;
  background-color: transparent;
  transition: all 0.1s ease-in;
  font-weight: 700;
  opacity: 0.8;
}

@media screen and (min-width: 414px) {
  .root--e1LNL {
    height: 100%;
    top: calc(100vh - 60px);
  }
  .title--wfFaS {
    display: inline;
    display: initial;
  }

  .icon--Z5tWl {
    margin-right: 10px;
  }
}

@media screen and (min-width: 600px) {
  .section--crJPq {
    padding: 0 25px;
    font-size: 19px;
  }
}

@media screen and (min-width: 768px) {
  .root--e1LNL {
    position: relative;
    top: 0;
    width: auto;
    background-color: transparent;
  }
  .section--crJPq {
    width: auto;
    padding: 0 12px;
  }
}

.active--zoZZQ,
.section--crJPq:hover {
  background-color: var(--primary);
  opacity: 0.85;
}

.couple--nLLnK {
  font-size: 19px;
  position: relative;
  width: 24px;
  height: 24px;
}

.couple--nLLnK svg {
  position: absolute;
}

.couple--nLLnK svg:first-child {
  top: 7px;
  left: 0;
}
.couple--nLLnK svg:last-child {
  top: -1px;
  left: 5px;
}

.root--l4TeG {
  margin: 0 20px;
  display: flex;
  align-items: center;
  font-size: 18px;
}

.root--l4TeG svg {
  color: var(--secondary);
}

.root--aVQNB {
  background: linear-gradient(
    45deg,
    var(--primary) 0px,
    /* sidebar width */ var(--primary) 220px,
    var(--primary-light) 100%
  );
  height: 60px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 2;
  transform-origin: top;
  transition: transform 0.2s ease-in;
  will-change: transform;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
}

.container--QkAQS {
  display: flex;
  height: 100%;
  transform-origin: center;
  transition: transform 0.2s ease-in;
  will-change: transform;
}

@media screen and (min-width: 1200px) {
  .root--aVQNB {
    z-index: 3;
  }
}

.logo--Z8u72 {
  cursor: pointer;
  display: flex;
  width: 60px;
  align-items: center;
  font-size: 0;
  background-size: auto 30px;
  background-position: center;
  background-repeat: no-repeat;
  color: var(--secondary)
}

@media screen and (min-width: 1200px) {
  .logo--Z8u72 {
    width: 240px;
    margin-right: 20px;
    padding-left: 20px;
    background-position-x: 20px;
    background-size: auto 35px;
  }
}

.body--VNLct {
  flex-grow: 1;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-right: 10px;
}
@media screen and (min-width: 768px) {
  .body--VNLct {
    justify-content: space-between;
  }
}

.root--Z8WpN {
  margin: 10px 0 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.35);
}

.head--FQRXS {
  display: flex;
  justify-content: space-between;
  padding: 0 10px 0 20px;
  align-items: center;
  cursor: pointer;
  font-size: 18px;
  transition: all 0.2s ease-in-out;
}

.head--FQRXS:hover {
  background-color: var(--primary-light);
}

.title--QBo7S {
  text-transform: uppercase;
  margin: 15px 0;
  font-weight: 200;
}

.checkbox--SFfE8 {
  display: none;
}

.list--r2P8e {
  list-style-type: none;
  margin: 0;
  display: none;
  padding: 0 0 10px 0;
  font-size: 16px;
}

.checkbox--SFfE8:checked ~ .list--r2P8e {
  display: block;
}

.checkbox--SFfE8:checked ~ label svg {
  transform: rotate(180deg);
}

.list-item--wpxk_ {
  display: flex;
  padding: 6px 20px;
}

.link--LxPTo {
  background-color: transparent;
  transition: background-color 0.1s ease-in;
}

.list-item--wpxk_:hover,
.link-active--qRYZ5 {
  background-color: var(--primary-light);
}

.list--Kg8qZ {
  list-style-type: none;
  margin: 15px 0;
  padding: 0;
  font-size: 16px;
}

.list-item--pxQYP {
  display: flex;
  align-items: center;
  padding: 12px 20px;
  background-color: transparent;
  transition: background-color 0.1s ease-in;
}

.list-item--pxQYP:hover, .list-item-active--CyWyu {
  background-color: var(--primary-light);
}

.icon--hThLU {
  font-size: 16px;
}

.title--cy0Tn {
  margin-left: 10px
}

.root--tNkWu {
  background: linear-gradient(
    160deg,
    var(--primary) -40%,
    var(--base-light) 40%
  );
  color: var(--base-text);
  width: 240px;
  flex-shrink: 0;
  position: fixed;
  z-index: 2;
  height: calc(100% - 60px);
  top: 60px;
  transition: transform 0.3s ease-in-out;
  transform: translateX(-100%);
  overflow: scroll;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
}

.root--tNkWu[opened] {
  transform: translateX(0);
}

@media screen and (min-width: 1200px) {
  .root--tNkWu {
    position: relative;
    padding-top: 0;
    height: auto;
    transform: none;
    top: 0;
    overflow: visible;
    overflow: initial;
  }
  .fixed--BBRpC {
    position: sticky;
    top: 80px;
  }
}

.footer--hv0s8 {
  display: block;
  margin: 20px 10px 10px;
  position: sticky;
  top: calc(100vh - 40px);
}

.label--cNpRV {
  position: relative;
  display: flex;
  align-items: center;
  margin: 0 20px;
  cursor: pointer;
}

.sidebar-toggle--VU26W {
  pointer-events: none;
  border: none;
  width: 30px;
  height: 24px;
  padding: 0;
  outline: none;
  position: relative;
  z-index: 1;
  background: transparent;
}

.sidebar-toggle--VU26W::before,
.sidebar-toggle--VU26W::after,
.sidebar-toggle--VU26W span {
  background: #fcfcfc;
}

.sidebar-toggle--VU26W::before,
.sidebar-toggle--VU26W::after {
  content: "";
  position: absolute;
  height: 2px;
  width: 100%;
  left: 0;
  top: 50%;
  transform-origin: 50% 50%;
  transition: transform 0.25s;
}

.sidebar-toggle--VU26W span {
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  overflow: hidden;
  text-indent: 200%;
  transition: opacity 0.25s;
}

.sidebar-toggle--VU26W::before {
  transform: translate3d(0, -10px, 0);
}

.sidebar-toggle--VU26W::after {
  transform: translate3d(0, 10px, 0);
}

input:checked + .sidebar-toggle--VU26W span {
  opacity: 0;
}

input:checked + .sidebar-toggle--VU26W::before {
  transform: rotate3d(0, 0, 1, 45deg);
}

input:checked + .sidebar-toggle--VU26W::after {
  transform: rotate3d(0, 0, 1, -45deg);
}

@media screen and (min-width: 1200px) {
  .label--cNpRV {
    display: none;
  }
}

.root--BiIJg {
  display: flex;
  position: relative;
  margin: 0 -10px;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.root--LGP6u {
  display: block;
  position: relative;
  padding: 0 10px;
  width: 100%;
}

.root--LGP6u[data-w1] {
  width: calc(100% / 12);
}
.root--LGP6u[data-w2] {
  width: calc(100% / 6);
}
.root--LGP6u[data-w3] {
  width: calc(100% / 4);
}
.root--LGP6u[data-w4] {
  width: calc(100% / 3);
}
.root--LGP6u[data-w5] {
  width: calc(100% / (12 / 5));
}
.root--LGP6u[data-w6] {
  width: calc(100% / 2);
}
.root--LGP6u[data-w7] {
  width: calc(100% / (12 / 7));
}
.root--LGP6u[data-w8] {
  width: calc(100% / (12 / 8));
}
.root--LGP6u[data-w9] {
  width: calc(100% / (12 / 9));
}
.root--LGP6u[data-w10] {
  width: calc(100% / (12 / 10));
}
.root--LGP6u[data-w11] {
  width: calc(100% / (12 / 11));
}

[style*="--aspect-ratio"] > :first-child {
  width: 100%;
}
[style*="--aspect-ratio"] > img {
  height: auto;
}

@supports (--custom:property) {
  [style*="--aspect-ratio"] {
    position: relative;
  }
  [style*="--aspect-ratio"]::before {
    height: 0;
    content: "";
    display: block;
    padding-bottom: calc(100% / (var(--aspect-ratio)));
  }
  [style*="--aspect-ratio"] > :first-child {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
  }
}

.root--oNzLb {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -2;
}

.playing--h2Es3 {
  filter: grayscale(0.75) blur(4px);
  animation: zoom4ek--mrly5 20s ease-in-out infinite;
}

@keyframes zoom4ek--mrly5 {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.3);
  }
  100% {
    transform: scale(1);
  }
}

.root--xC8Yv {
  overflow: hidden;
  position: relative;
  border-radius: 2px;
  transition: transform 0.2s ease-in-out;
  box-shadow: 0 0 30px 4px rgba(210, 17, 49, 0.3);
}

.main--SI7EV:hover {
  transform: none;
}

.footer--l49kf {
  color: #fff;
  font-size: 12px;
  line-height: 15px;
  font-weight: 700;
  text-align: left;
  text-shadow: 2px 2px 7px black;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 45px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 8px;
  background-image: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.8),
    rgba(0, 0, 0, 0)
  );
}

.viewers--nJnjI {
  display: flex;
  align-items: center;
  margin: 0 12px;
}

.username--Rctsb {
  font-weight: 600;
  display: flex;
  align-items: center;
  margin: 0 12px;
}

.root--lIBag {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -3px;
}

.root--lIBag:not(:empty) {
  min-width: 120px;
}

.model--Ugq8n {
  margin-bottom: 12px;
  padding: 0 6px;
  width: 100%;
  transition: transform 0.2s ease-in-out;
}

.model--Ugq8n:hover {
  transform: scale(1.02);
}

@media screen and (min-width: 340px) {
  .model--Ugq8n {
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .model--Ugq8n {
    width: calc(100% / 3);
  }
}
@media screen and (min-width: 1024px) {
  .model--Ugq8n {
    width: calc(100% / 4);
  }
}

.root--lIBag[data-per-row="2"] .model--Ugq8n {
  width: 50%;
}

.root--lIBag[data-per-row="3"] .model--Ugq8n {
  width: calc(100% / 3);
}

.root--lIBag[data-per-row="4"] .model--Ugq8n {
  width: 25%;
}

.root--lIBag[data-per-row="5"] .model--Ugq8n {
  width: 20%;
}

.loader--JVEdC {
  font-size: 20px;
  margin: 40px 0;
  text-align: center;
}

.spinner--h2Ky3 {
  font-size: 50px;
  color: #d21131;
  animation: spin--mOhZO 0.6s linear infinite;
}

@keyframes spin--mOhZO {
  0% {
    transform: rotate(0);
  }

  25% {
    transform: rotate(90deg);
  }

  50% {
    transform: rotate(180deg);
  }

  75% {
    transform: rotate(270deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.root--c7BjC {
  padding: 0 12px;
  background-color: var(--primary-light);
  color: var(--primary-text);
  border-radius: 2px;
  font-size: 14px;
  font-weight: 700;
  height: 36px;
  display: inline-flex;
  align-items: center;
  transition:
    background-color 0.1s ease-in, color 0.1s ease-in;
  margin: 0 12px 8px 0;
  position: relative;
}

.active--XNeGn {
  background-color: var(--primary);
}
.root--c7BjC:hover {
  background-color: var(--primary);
}

.badged--Khb06::after {
  height: 20px;
  content: attr(data-badge);
  position: absolute;
  background: #d21131;
  top: 0;
  right: 0;
  width: 20px;
  border-radius: 50%;
  transform: translate(20%, -20%);
  display: flex;
  align-items: center;
  color: white;
  font-size: 10px;
  justify-content: center;
}

.root--Lzufn {
  margin: 0;
  list-style: none;
  padding: 0;
}

.tag--fYzmr {
  display: inline-block;
}

.root--J7Xv8 {
  margin-bottom: 12px;
}

.root--pS5y1 {
  margin: 30px 10px;
  text-align: center;
}
.icon--CCj2b {
  font-size: 50px;
  margin: 20px 0;
}

.text--AsxUY {
  margin-bottom: 30px;
  font-size: 21px;
}

.text--AsxUY p {
  margin: 10px 0;
}

.head--h8dUX {
  margin-top: 0;
  font-size: 32px;
}

.subhead--nfyXG {
  font-size: 24px;
  margin-top: 50px;
}

@media screen and (min-width: 768px) {
  .root--pS5y1 {
    margin-top: 50px;
    text-align: left;
  }
}

.root--NU_yH {
  margin: 30px 10px;
  text-align: center;
}
.icon--IaI_J {
  font-size: 50px;
  margin: 20px 0;
}

.text--xh2DC {
  margin-bottom: 30px;
  font-size: 21px;
}

.text--xh2DC p {
  margin: 10px 0;
}

.head--Oqjm_ {
  margin-top: 0;
  font-size: 32px;
}

.subhead--L8U8G {
  font-size: 24px;
  margin-top: 50px;
}

@media screen and (min-width: 768px) {
  .root--NU_yH {
    margin-top: 50px;
    text-align: left;
  }
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  -webkit-text-decoration: underline;
  text-decoration: underline; /* 2 */
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

:root {
  /* will be rewritten using website theme */
  --base: #000000;
  --base-light: #222222;
  --base-text: #ffffff;
  --primary: #000000;
  --primary-text: #ffffff;
  --primary-dark: #000000;
  --primary-light: #000000;
  --secondary: #000000;
  --secondary-text: #ffffff;
  --secondary-dark: #000000;
  --secondary-light: #000000;
}

body {
  background: var(--base);
  color: var(--base-text);
  font-family: sans-serif;
}
* {
  box-sizing: border-box;
}

a,
a:focus,
a:visited,
a:hover {
  color: var(--base-text);
  -webkit-text-decoration: none;
  text-decoration: none;
}


/*# sourceMappingURL=bundle.aceb777ba39ff18a373d.css.map*/