/* http://meyerweb.com/eric/tools/css/reset/
   v5.0.1 | 20191019
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, menu, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
main, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section {
	display: block;
}
/* HTML5 hidden-attribute fix for newer browsers */
*[hidden] {
    display: none;
}
body {
	line-height: 1;
}
menu, ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*! 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 */
  text-decoration: underline; /* 2 */
  -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;
}

/* roboto-100normal - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-display: swap;
  font-weight: 100;
  src:
    local('Roboto Thin '),
    local('Roboto-Thin'),
    url(/tronx/_next/static/chunks/fonts/roboto-latin-100-7370c3679472e9560965ff48a4399d0b.woff2) format('woff2'), 
    url(/tronx/_next/static/chunks/fonts/roboto-latin-100-5cb7edfceb233100075dc9a1e12e8da3.woff) format('woff'); /* Modern Browsers */
}

/* roboto-100italic - latin */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-display: swap;
  font-weight: 100;
  src:
    local('Roboto Thin italic'),
    local('Roboto-Thinitalic'),
    url(/tronx/_next/static/chunks/fonts/roboto-latin-100italic-f8b1df51ba843179fa1cc9b53d58127a.woff2) format('woff2'), 
    url(/tronx/_next/static/chunks/fonts/roboto-latin-100italic-f9e8e590b4e0f1ff83469bb2a55b8488.woff) format('woff'); /* Modern Browsers */
}

/* roboto-300normal - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-display: swap;
  font-weight: 300;
  src:
    local('Roboto Light '),
    local('Roboto-Light'),
    url(/tronx/_next/static/chunks/fonts/roboto-latin-300-ef7c6637c68f269a882e73bcb57a7f6a.woff2) format('woff2'), 
    url(/tronx/_next/static/chunks/fonts/roboto-latin-300-b00849e00f4c2331cddd8ffb44a6720b.woff) format('woff'); /* Modern Browsers */
}

/* roboto-300italic - latin */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-display: swap;
  font-weight: 300;
  src:
    local('Roboto Light italic'),
    local('Roboto-Lightitalic'),
    url(/tronx/_next/static/chunks/fonts/roboto-latin-300italic-14286f3ba79c6627433572dfa925202e.woff2) format('woff2'), 
    url(/tronx/_next/static/chunks/fonts/roboto-latin-300italic-4df32891a5f2f98a363314f595482e08.woff) format('woff'); /* Modern Browsers */
}

/* roboto-400normal - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src:
    local('Roboto Regular '),
    local('Roboto-Regular'),
    url(/tronx/_next/static/chunks/fonts/roboto-latin-400-479970ffb74f2117317f9d24d9e317fe.woff2) format('woff2'), 
    url(/tronx/_next/static/chunks/fonts/roboto-latin-400-60fa3c0614b8fb2f394fa29944c21540.woff) format('woff'); /* Modern Browsers */
}

/* roboto-400italic - latin */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-display: swap;
  font-weight: 400;
  src:
    local('Roboto Regular italic'),
    local('Roboto-Regularitalic'),
    url(/tronx/_next/static/chunks/fonts/roboto-latin-400italic-51521a2a8da71e50d871ac6fd2187e87.woff2) format('woff2'), 
    url(/tronx/_next/static/chunks/fonts/roboto-latin-400italic-fe65b8335ee19dd944289f9ed3178c78.woff) format('woff'); /* Modern Browsers */
}

/* roboto-500normal - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-display: swap;
  font-weight: 500;
  src:
    local('Roboto Medium '),
    local('Roboto-Medium'),
    url(/tronx/_next/static/chunks/fonts/roboto-latin-500-020c97dc8e0463259c2f9df929bb0c69.woff2) format('woff2'), 
    url(/tronx/_next/static/chunks/fonts/roboto-latin-500-87284894879f5b1c229cb49c8ff6decc.woff) format('woff'); /* Modern Browsers */
}

/* roboto-500italic - latin */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-display: swap;
  font-weight: 500;
  src:
    local('Roboto Medium italic'),
    local('Roboto-Mediumitalic'),
    url(/tronx/_next/static/chunks/fonts/roboto-latin-500italic-db4a2a231f52e497c0191e8966b0ee58.woff2) format('woff2'), 
    url(/tronx/_next/static/chunks/fonts/roboto-latin-500italic-288ad9c6e8b43cf02443a1f499bdf67e.woff) format('woff'); /* Modern Browsers */
}

/* roboto-700normal - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src:
    local('Roboto Bold '),
    local('Roboto-Bold'),
    url(/tronx/_next/static/chunks/fonts/roboto-latin-700-2735a3a69b509faf3577afd25bdf552e.woff2) format('woff2'), 
    url(/tronx/_next/static/chunks/fonts/roboto-latin-700-adcde98f1d584de52060ad7b16373da3.woff) format('woff'); /* Modern Browsers */
}

/* roboto-700italic - latin */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-display: swap;
  font-weight: 700;
  src:
    local('Roboto Bold italic'),
    local('Roboto-Bolditalic'),
    url(/tronx/_next/static/chunks/fonts/roboto-latin-700italic-da0e717829e033a69dec97f1e155ae42.woff2) format('woff2'), 
    url(/tronx/_next/static/chunks/fonts/roboto-latin-700italic-81f57861ed4ac74741f5671e1dff2fd9.woff) format('woff'); /* Modern Browsers */
}

/* roboto-900normal - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-display: swap;
  font-weight: 900;
  src:
    local('Roboto Black '),
    local('Roboto-Black'),
    url(/tronx/_next/static/chunks/fonts/roboto-latin-900-9b3766ef4a402ad3fdeef7501a456512.woff2) format('woff2'), 
    url(/tronx/_next/static/chunks/fonts/roboto-latin-900-bb1e4dc6333675d11ada2e857e7f95d7.woff) format('woff'); /* Modern Browsers */
}

/* roboto-900italic - latin */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-display: swap;
  font-weight: 900;
  src:
    local('Roboto Black italic'),
    local('Roboto-Blackitalic'),
    url(/tronx/_next/static/chunks/fonts/roboto-latin-900italic-ebf6d1640ccddb99fb49f73c052c55a8.woff2) format('woff2'), 
    url(/tronx/_next/static/chunks/fonts/roboto-latin-900italic-28f9151055c950874d2c6803a39b425b.woff) format('woff'); /* Modern Browsers */
}


[lang="en"] {
  font-family: 'Roboto', sans-serif;
}
._3Q9c-pq5xWxm_qg4pjhUm3 {
  padding: 16px 0;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1000;
  display: grid;
  grid-template-columns: -webkit-max-content 50%;
  grid-template-columns: max-content 50%;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
          align-items: center; }
  ._3Q9c-pq5xWxm_qg4pjhUm3 ._2r1VQiQr7y_loqy-qvn0vi {
    padding: 0 32px;
    height: 64px;
    -webkit-transform: translateY(calc(-100% - 16px));
            transform: translateY(calc(-100% - 16px)); }
    ._3Q9c-pq5xWxm_qg4pjhUm3 ._2r1VQiQr7y_loqy-qvn0vi img {
      max-width: 100%;
      max-height: 100%;
      color: #bf1733; }
  ._3Q9c-pq5xWxm_qg4pjhUm3 ._2D7KmtuYvOAwJVmh704fU7 ul {
    display: grid;
    grid-auto-flow: column;
    -webkit-box-pack: stretch;
            justify-content: stretch;
    justify-items: end; }
    ._3Q9c-pq5xWxm_qg4pjhUm3 ._2D7KmtuYvOAwJVmh704fU7 ul li {
      -webkit-transform: translateY(calc(-100% - 16px));
              transform: translateY(calc(-100% - 16px));
      padding: 0 32px;
      height: 64px;
      display: grid;
      place-content: center; }
      ._3Q9c-pq5xWxm_qg4pjhUm3 ._2D7KmtuYvOAwJVmh704fU7 ul li ._1gC-7PVTJOzznpCDE1iS4H {
        color: #c0c0c0; }
        ._3Q9c-pq5xWxm_qg4pjhUm3 ._2D7KmtuYvOAwJVmh704fU7 ul li ._1gC-7PVTJOzznpCDE1iS4H::first-letter {
          text-transform: uppercase; }

.tocOGNrxLb3wtv4pa9EVA {
  position: relative;
  width: 100vw;
  height: 100vh;
  overflow: hidden; }
  .tocOGNrxLb3wtv4pa9EVA ._3LRKHy4okN4H4qAtRs0a_A, .tocOGNrxLb3wtv4pa9EVA ._2exx9Gabl8JAkESV7PpFGu, .tocOGNrxLb3wtv4pa9EVA ._3MwD_P4mtmU-nxaZg_0UDw {
    position: absolute;
    width: 100%;
    overflow: hidden;
    -webkit-transition: -webkit-transform 0.4s linear;
    transition: -webkit-transform 0.4s linear;
    transition: transform 0.4s linear;
    transition: transform 0.4s linear, -webkit-transform 0.4s linear; }
    .tocOGNrxLb3wtv4pa9EVA ._3LRKHy4okN4H4qAtRs0a_A ._2vVczhTBxQI4RWVTPS75qP, .tocOGNrxLb3wtv4pa9EVA ._2exx9Gabl8JAkESV7PpFGu ._2vVczhTBxQI4RWVTPS75qP, .tocOGNrxLb3wtv4pa9EVA ._3MwD_P4mtmU-nxaZg_0UDw ._2vVczhTBxQI4RWVTPS75qP {
      position: absolute;
      top: 0;
      width: 100%;
      height: 100%;
      -webkit-transition: -webkit-transform 0.4s linear;
      transition: -webkit-transform 0.4s linear;
      transition: transform 0.4s linear;
      transition: transform 0.4s linear, -webkit-transform 0.4s linear; }
      .tocOGNrxLb3wtv4pa9EVA ._3LRKHy4okN4H4qAtRs0a_A ._2vVczhTBxQI4RWVTPS75qP ._3_XE99p8e8fhIuxxFEKoJL, .tocOGNrxLb3wtv4pa9EVA ._2exx9Gabl8JAkESV7PpFGu ._2vVczhTBxQI4RWVTPS75qP ._3_XE99p8e8fhIuxxFEKoJL, .tocOGNrxLb3wtv4pa9EVA ._3MwD_P4mtmU-nxaZg_0UDw ._2vVczhTBxQI4RWVTPS75qP ._3_XE99p8e8fhIuxxFEKoJL {
        position: absolute;
        top: 100%;
        left: 50%;
        width: 92%;
        display: grid;
        grid-auto-flow: column;
        justify-content: space-around;
        -webkit-transform: translateX(-50%) translateY(-100%);
                transform: translateX(-50%) translateY(-100%);
        text-align: center;
        text-transform: uppercase;
        font-family: monospace;
        font-size: 10vw;
        line-height: 1em; }
  .tocOGNrxLb3wtv4pa9EVA ._3LRKHy4okN4H4qAtRs0a_A, .tocOGNrxLb3wtv4pa9EVA ._2exx9Gabl8JAkESV7PpFGu {
    height: 100%; }
  .tocOGNrxLb3wtv4pa9EVA ._3LRKHy4okN4H4qAtRs0a_A {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background-color: #bf1733; }
    .tocOGNrxLb3wtv4pa9EVA ._3LRKHy4okN4H4qAtRs0a_A video {
      width: 50%;
      -webkit-transform: translateX(100%);
              transform: translateX(100%);
      height: 100%;
      object-fit: cover;
      -webkit-transition: -webkit-transform 0.4s ease-in-out;
      transition: -webkit-transform 0.4s ease-in-out;
      transition: transform 0.4s ease-in-out;
      transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out; }
    .tocOGNrxLb3wtv4pa9EVA ._3LRKHy4okN4H4qAtRs0a_A ._2vVczhTBxQI4RWVTPS75qP {
      -webkit-transform: translateX(50%);
              transform: translateX(50%); }
      .tocOGNrxLb3wtv4pa9EVA ._3LRKHy4okN4H4qAtRs0a_A ._2vVczhTBxQI4RWVTPS75qP ._3_XE99p8e8fhIuxxFEKoJL {
        color: #fff; }
  .tocOGNrxLb3wtv4pa9EVA ._2exx9Gabl8JAkESV7PpFGu {
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
    box-sizing: border-box;
    padding: 0 32px;
    padding-right: calc(75% + 32px);
    display: grid;
    align-content: center;
    font-size: 1.2em;
    line-height: 1.4;
    color: #808080; }
    .tocOGNrxLb3wtv4pa9EVA ._2exx9Gabl8JAkESV7PpFGu ._2vVczhTBxQI4RWVTPS75qP {
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%); }
      .tocOGNrxLb3wtv4pa9EVA ._2exx9Gabl8JAkESV7PpFGu ._2vVczhTBxQI4RWVTPS75qP ._2CIUQ7WuSYPXWzuhnZV16g {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0; }
        .tocOGNrxLb3wtv4pa9EVA ._2exx9Gabl8JAkESV7PpFGu ._2vVczhTBxQI4RWVTPS75qP ._2CIUQ7WuSYPXWzuhnZV16g .__KnrkeVO3Rn6bU8VPo68 {
          position: absolute;
          top: 0;
          right: 25%;
          bottom: 0;
          left: 25%;
          border-right: 1px solid #ddd;
          border-left: 1px solid #ddd; }
        .tocOGNrxLb3wtv4pa9EVA ._2exx9Gabl8JAkESV7PpFGu ._2vVczhTBxQI4RWVTPS75qP ._2CIUQ7WuSYPXWzuhnZV16g::before {
          content: '';
          position: absolute;
          top: 80px;
          right: 0;
          left: 0;
          height: 1px;
          background-color: #ddd; }
      .tocOGNrxLb3wtv4pa9EVA ._2exx9Gabl8JAkESV7PpFGu ._2vVczhTBxQI4RWVTPS75qP ._3_XE99p8e8fhIuxxFEKoJL {
        color: #000; }
  .tocOGNrxLb3wtv4pa9EVA ._3MwD_P4mtmU-nxaZg_0UDw {
    bottom: 0;
    left: 0;
    padding-top: 100%;
    -webkit-transform: translateY(100%) translateX(100%);
            transform: translateY(100%) translateX(100%); }
    .tocOGNrxLb3wtv4pa9EVA ._3MwD_P4mtmU-nxaZg_0UDw ._3-05xtxXqGdc93O1GMTcXg {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border-radius: 50%;
      overflow: hidden; }
      .tocOGNrxLb3wtv4pa9EVA ._3MwD_P4mtmU-nxaZg_0UDw ._3-05xtxXqGdc93O1GMTcXg::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #bf1733; }
      .tocOGNrxLb3wtv4pa9EVA ._3MwD_P4mtmU-nxaZg_0UDw ._3-05xtxXqGdc93O1GMTcXg ._2vVczhTBxQI4RWVTPS75qP {
        -webkit-transform: translateX(-100%) translateY(-100%);
                transform: translateX(-100%) translateY(-100%); }
        .tocOGNrxLb3wtv4pa9EVA ._3MwD_P4mtmU-nxaZg_0UDw ._3-05xtxXqGdc93O1GMTcXg ._2vVczhTBxQI4RWVTPS75qP ._3_XE99p8e8fhIuxxFEKoJL {
          color: #fff; }
  .tocOGNrxLb3wtv4pa9EVA ._3INbh30g8mWDiRh_rIckcB {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    padding: 16px 32px; }
    .tocOGNrxLb3wtv4pa9EVA ._3INbh30g8mWDiRh_rIckcB ._30nt2ZdZ_fza_jT0djBAda {
      width: 32px;
      height: 32px;
      background-color: #000;
      -webkit-mask-size: contain;
              mask-size: contain; }
      .tocOGNrxLb3wtv4pa9EVA ._3INbh30g8mWDiRh_rIckcB ._30nt2ZdZ_fza_jT0djBAda.-VIb_0RWaoF9vIvhMlimY {
        -webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAQAAADZc7J/AAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QAAKqNIzIAAAAJcEhZcwAADsQAAA7EAZUrDhsAAAAHdElNRQfjDBUXEi5DeEHJAAABo0lEQVRIx5WVOUgDQRSGvxjRNHaRqI2I91kIgqWCnVgaS0GwMwqCRy+W4lGKhdjaSGqR9ILYqFh4FkqMlcYrgmOR5+zsmjA7/xb7s2/eNzM7M2+ihNMwg9zzFbK1oSp5z6P4ZI9m1/S0AVAoCmwSC59+gAoAFIozusL2rjQgziJXGvFMT9h05fu2QF6+PtJqH3wQANDLtZ5IrHx62phxUPXcSGQ1TPofIGq0aOcFheKbJnv6HyDFOtW61azEtiDCuA8wyWgAGZFlXCPDKO8AVHBBG/BGPYH+/j/mPtjR2BmJjlVY94OpKfrF7Qt6xA0QYVpclnMABtwAMKTdJQAJV0CjdjkA6lwB3sYqrs6PK+BOuzgAT66AjHYdAGTdAIptcQk6ATh2A+xwKi4p/+CwkqSvyf+t7OmIOXFRUgDkjSmJyh+mNeMwzUlso1Q/9uPcwasU2EawI4Jq4FYiK+V/VvmS1qdL2qm+Myyj8FTNki6qD7TYlsxf1mtZ1rVQkaPblu5NpCjzYjmx926Owg8osBH+aisiPMAHu6XqcDgNM0FNqcAvW+/Tnm7wczsAAAAldEVYdGRhdGU6Y3JlYXRlADIwMTktMTItMjFUMjM6MTg6NDYrMDA6MDDW8i15AAAAJXRFWHRkYXRlOm1vZGlmeQAyMDE5LTEyLTIxVDIzOjE4OjQ2KzAwOjAwp6+VxQAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAAAASUVORK5CYII=);
                mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAQAAADZc7J/AAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QAAKqNIzIAAAAJcEhZcwAADsQAAA7EAZUrDhsAAAAHdElNRQfjDBUXEi5DeEHJAAABo0lEQVRIx5WVOUgDQRSGvxjRNHaRqI2I91kIgqWCnVgaS0GwMwqCRy+W4lGKhdjaSGqR9ILYqFh4FkqMlcYrgmOR5+zsmjA7/xb7s2/eNzM7M2+ihNMwg9zzFbK1oSp5z6P4ZI9m1/S0AVAoCmwSC59+gAoAFIozusL2rjQgziJXGvFMT9h05fu2QF6+PtJqH3wQANDLtZ5IrHx62phxUPXcSGQ1TPofIGq0aOcFheKbJnv6HyDFOtW61azEtiDCuA8wyWgAGZFlXCPDKO8AVHBBG/BGPYH+/j/mPtjR2BmJjlVY94OpKfrF7Qt6xA0QYVpclnMABtwAMKTdJQAJV0CjdjkA6lwB3sYqrs6PK+BOuzgAT66AjHYdAGTdAIptcQk6ATh2A+xwKi4p/+CwkqSvyf+t7OmIOXFRUgDkjSmJyh+mNeMwzUlso1Q/9uPcwasU2EawI4Jq4FYiK+V/VvmS1qdL2qm+Myyj8FTNki6qD7TYlsxf1mtZ1rVQkaPblu5NpCjzYjmx926Owg8osBH+aisiPMAHu6XqcDgNM0FNqcAvW+/Tnm7wczsAAAAldEVYdGRhdGU6Y3JlYXRlADIwMTktMTItMjFUMjM6MTg6NDYrMDA6MDDW8i15AAAAJXRFWHRkYXRlOm1vZGlmeQAyMDE5LTEyLTIxVDIzOjE4OjQ2KzAwOjAwp6+VxQAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAAAASUVORK5CYII=); }
      .tocOGNrxLb3wtv4pa9EVA ._3INbh30g8mWDiRh_rIckcB ._30nt2ZdZ_fza_jT0djBAda._3spRupkNGqbdtkNa_5-GIO {
        -webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAQAAADZc7J/AAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QAAKqNIzIAAAAJcEhZcwAADsQAAA7EAZUrDhsAAAAHdElNRQfjDBUWCyVOaFtuAAACBElEQVRIx43UQUtUURTA8b9NM2EZZlPiTjBqKQMuElxFRLUI2roI+gIuwmwWboxCWjgQREoEswwXgooZlEqLLMIKcxFt0oW4cDG1MqZAOi3emTP3vrlv3py3mLnnnvvjvHsvD6DAKqdpHsM8ZCA8VaCC8IWu4Owx/S0iCJ+43lhSRhCEDU4Flr/0AEF4Q49flGVepz7S2bBc9P+oAcI+l3wiZ8QHTsaW14Aj3OCdEVUuJxHrdGjunmbq0cYtfmr2gItJL7KuXWR4EQMAzvFN63acbmNdvOW4onMNAHSzrXXT8akcCzq15hC1uXpc4ABBOOR8MrFCuxJRjPFMUYA7WjUTbUy7R0yQB+A1N/lj+SKPeM9VfgNwlB/0AlXOwr5zwv7zyu5h7SKVbTymNdeaAcKSvfsIgvCPgo77tGKqOSAsKhGdiPDEetjVLlMAYcEjvhqwhiB8Tgd8omLALIKw2wogLOt2ZnhuQHTg260B9S4yBmwgCJut7EH0O+/dxgy/EIS5dCAXJAY1N5EOECSGNTME/Qw4z+MAECYeIOw5e2IxGQDc78WyXfD73CUYpQAQ7iJLQkwGgHAXiVEKAJBjJXioTbtwOyhSbbidqV1EcYZx9mLb20IXJQOKzsLvbBmRTSd84JCnnCDPpo7LaQAO8JdZ+nUcERX7QqXGFW7T7WXyrFKA/8lev1v3dI5/AAAAJXRFWHRkYXRlOmNyZWF0ZQAyMDE5LTEyLTIxVDIyOjExOjM3KzAwOjAwW8PdmwAAACV0RVh0ZGF0ZTptb2RpZnkAMjAxOS0xMi0yMVQyMjoxMTozNyswMDowMCqeZScAAAAZdEVYdFNvZnR3YXJlAHd3dy5pbmtzY2FwZS5vcmeb7jwaAAAAAElFTkSuQmCC);
                mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAQAAADZc7J/AAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QAAKqNIzIAAAAJcEhZcwAADsQAAA7EAZUrDhsAAAAHdElNRQfjDBUWCyVOaFtuAAACBElEQVRIx43UQUtUURTA8b9NM2EZZlPiTjBqKQMuElxFRLUI2roI+gIuwmwWboxCWjgQREoEswwXgooZlEqLLMIKcxFt0oW4cDG1MqZAOi3emTP3vrlv3py3mLnnnvvjvHsvD6DAKqdpHsM8ZCA8VaCC8IWu4Owx/S0iCJ+43lhSRhCEDU4Flr/0AEF4Q49flGVepz7S2bBc9P+oAcI+l3wiZ8QHTsaW14Aj3OCdEVUuJxHrdGjunmbq0cYtfmr2gItJL7KuXWR4EQMAzvFN63acbmNdvOW4onMNAHSzrXXT8akcCzq15hC1uXpc4ABBOOR8MrFCuxJRjPFMUYA7WjUTbUy7R0yQB+A1N/lj+SKPeM9VfgNwlB/0AlXOwr5zwv7zyu5h7SKVbTymNdeaAcKSvfsIgvCPgo77tGKqOSAsKhGdiPDEetjVLlMAYcEjvhqwhiB8Tgd8omLALIKw2wogLOt2ZnhuQHTg260B9S4yBmwgCJut7EH0O+/dxgy/EIS5dCAXJAY1N5EOECSGNTME/Qw4z+MAECYeIOw5e2IxGQDc78WyXfD73CUYpQAQ7iJLQkwGgHAXiVEKAJBjJXioTbtwOyhSbbidqV1EcYZx9mLb20IXJQOKzsLvbBmRTSd84JCnnCDPpo7LaQAO8JdZ+nUcERX7QqXGFW7T7WXyrFKA/8lev1v3dI5/AAAAJXRFWHRkYXRlOmNyZWF0ZQAyMDE5LTEyLTIxVDIyOjExOjM3KzAwOjAwW8PdmwAAACV0RVh0ZGF0ZTptb2RpZnkAMjAxOS0xMi0yMVQyMjoxMTozNyswMDowMCqeZScAAAAZdEVYdFNvZnR3YXJlAHd3dy5pbmtzY2FwZS5vcmeb7jwaAAAAAElFTkSuQmCC); }
  .tocOGNrxLb3wtv4pa9EVA .hSR_K581ig3N6reRUsdwN {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: grid;
    grid-auto-flow: column;
    -webkit-box-pack: stretch;
            justify-content: stretch; }
    .tocOGNrxLb3wtv4pa9EVA .hSR_K581ig3N6reRUsdwN ._1WbIMFRKTmt353oDP47vbY {
      position: relative;
      height: 100%;
      background-color: #000; }
  .tocOGNrxLb3wtv4pa9EVA ._3DpmlKx_uXRrBUb6GEUkyw {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
    color: #fff;
    text-align: center;
    font-family: monospace; }
    .tocOGNrxLb3wtv4pa9EVA ._3DpmlKx_uXRrBUb6GEUkyw div {
      position: relative;
      top: 64px;
      opacity: 0;
      text-transform: uppercase;
      font-size: 2em; }

