*,
*::before,
*::after {
  box-sizing: border-box; }

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

@-ms-viewport {
  width: device-width; }
article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block; }

body {
  margin: 0;
  font-family: "GothamRounded-Medium";
  font-size: 1rem;
  font-weight: normal;
  line-height: normal;
  color: #fff;
  background-color: #000;
  text-align: left; }

[tabindex="-1"]:focus {
  outline: 0 !important; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 1rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
     -moz-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: bold; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

dfn {
  font-style: italic; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #ff1654;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }
  a:hover {
    color: #ff638c;
    text-decoration: underline; }

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none; }
  a:not([href]):not([tabindex]):focus {
    outline: 0; }

pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle;
  border-style: none; }

svg:not(:root) {
  overflow: hidden; }

table {
  border-collapse: collapse; }

caption {
  padding-top: 1rem;
  padding-bottom: 1rem;
  color: #666;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit; }

label {
  display: inline-block;
  margin-bottom: .5rem; }

button {
  border-radius: 0; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none; }

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0; }

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

textarea {
  overflow: auto;
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

progress {
  vertical-align: baseline; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none; }

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

output {
  display: inline-block; }

summary {
  display: list-item;
  cursor: pointer; }

template {
  display: none; }

[hidden] {
  display: none !important; }

.LLQID_headerHamburgerBtn {
  background: none;
  border: none;
  outline: none !important;
  width: 4rem;
  height: 2rem;
  cursor: pointer;
  pointer-events: auto;
  transition-property: background;
  transition-duration: 0.2s;
  transition-timing-function: ease;
  transition-delay: 0.3s; }
  @media (min-width: 768px) {
    .LLQID_headerHamburgerBtn {
      width: 28px;
      height: 18px; } }
  .LLQID_headerHamburgerBtn .LLQID_headerHamburgerBtnInner {
    display: block;
    position: relative;
    height: 100%; }
    .LLQID_headerHamburgerBtn .LLQID_headerHamburgerBtnInner > * {
      display: block;
      height: 2px;
      background-color: #fff;
      text-align: left;
      overflow: hidden;
      text-indent: -9999px;
      position: absolute;
      left: 0;
      right: 0;
      border-radius: 4px; }
      .LLQID_headerHamburgerBtn .LLQID_headerHamburgerBtnInner > *:nth-child(1) {
        top: 0;
        transition-property: top, -webkit-transform;
        transition-property: top, transform;
        transition-property: top, transform, -webkit-transform;
        transition-duration: 0.2s;
        transition-timing-function: ease;
        transition-delay: 0.3s, 0s; }
      .LLQID_headerHamburgerBtn .LLQID_headerHamburgerBtnInner > *:nth-child(2) {
        top: 50%;
        transition-property: opacity, -webkit-transform;
        transition-property: opacity, transform;
        transition-property: opacity, transform, -webkit-transform;
        transition-duration: 0.2s;
        transition-timing-function: ease;
        transition-delay: 0s;
        margin-top: -1px; }
      .LLQID_headerHamburgerBtn .LLQID_headerHamburgerBtnInner > *:nth-child(3) {
        bottom: 0;
        transition-property: bottom, -webkit-transform;
        transition-property: bottom, transform;
        transition-property: bottom, transform, -webkit-transform;
        transition-duration: 0.2s;
        transition-timing-function: ease;
        transition-delay: 0.3s, 0s; }
  .LLQID_headerHamburgerBtn.active .LLQID_headerHamburgerBtnInner > *:nth-child(1) {
    top: 50%;
    margin-top: -1px;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    transition-property: top, -webkit-transform;
    transition-property: top, transform;
    transition-property: top, transform, -webkit-transform;
    transition-duration: 0.2s;
    transition-timing-function: ease;
    transition-delay: 0s, 0.3s; }
  .LLQID_headerHamburgerBtn.active .LLQID_headerHamburgerBtnInner > *:nth-child(2) {
    opacity: 0;
    -webkit-transform: translateX(-1rem);
        -ms-transform: translateX(-1rem);
            transform: translateX(-1rem);
    transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform;
    transition-duration: 0.6s;
    transition-timing-function: ease-out;
    transition-delay: 0s; }
  .LLQID_headerHamburgerBtn.active .LLQID_headerHamburgerBtnInner > *:nth-child(3) {
    bottom: 50%;
    margin-bottom: -1px;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    transition-property: bottom, -webkit-transform;
    transition-property: bottom, transform;
    transition-property: bottom, transform, -webkit-transform;
    transition-duration: 0.2s;
    transition-timing-function: ease;
    transition-delay: 0s, 0.3s; }

@font-face {
  font-family: 'GothamRounded-Book';
  src: url("../fonts/GothamRounded-Book.woff2") format("woff2"), url("../fonts/GothamRounded-Book.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'GothamRounded-Light';
  src: url("../fonts/GothamRounded-Light.woff2") format("woff2"), url("../fonts/GothamRounded-Light.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'GothamRounded-Bold';
  src: url("../fonts/GothamRounded-Bold.woff2") format("woff2"), url("../fonts/GothamRounded-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'GothamRounded-Medium';
  src: url("../fonts/GothamRounded-Medium.woff2") format("woff2"), url("../fonts/GothamRounded-Medium.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
body {
  overflow: hidden; }

:root {
  font-size: 18px; }
  @media (max-width: 991px) {
    :root {
      font-size: 2vw; } }
  @media (max-width: 991px) and (max-height: 500px) {
    :root {
      font-size: 2vh; } }

body > #LLQID_liquidContainer {
  position: fixed;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 999;
  background-color: #000; }

#LLQID_liquidContainer {
  opacity: 0;
  transition-property: opacity;
  transition-duration: 0.6s;
  transition-timing-function: ease-out;
  transition-delay: 0s; }
  #LLQID_liquidContainer > svg {
    display: none; }

.LLQID_liquidContainerInner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 5.55rem;
  height: 5.55rem; }
  @media (max-width: 767px) {
    .LLQID_liquidContainerInner {
      width: 11.1rem;
      height: 11.1rem; } }

.LLQID_liquidGooeyItems {
  position: relative;
  width: 100%;
  height: 100%; }
  .LLQID_liquidGooeyItems .LLQID_liquidGooeyItem {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background-color: #ff1654;
    color: #fff;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 2rem; }

.LLQID_liquidMovingItems {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 80%;
  height: 80%; }

.LLQID_liquidMovingItem {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%; }
  .LLQID_liquidMovingItem .LLQID_liquidMovingShape {
    position: absolute;
    left: 0;
    top: 0;
    visibility: hidden; }

.LLQID_liquidGooeyMsg {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 100%;
  font-size: 1.2rem;
  -webkit-animation: loadingMsg 2s infinite;
          animation: loadingMsg 2s infinite;
  opacity: 0;
  margin-top: 1rem; }
  @media (max-width: 767px) {
    .LLQID_liquidGooeyMsg {
      margin-top: 2rem;
      font-size: 2.4rem; } }

.LLQID_liquidBrand {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 100%; }
  .LLQID_liquidBrand img + img {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    opacity: 0;
    transition: 1s; }
  .LLQID_liquidBrand.showText img + img {
    opacity: 1; }
  .LLQID_liquidBrand.showText.brandFlyOut img {
    opacity: 0;
    -webkit-transform: scale(0);
        -ms-transform: scale(0);
            transform: scale(0); }

.LLQID_liquidScaleSlow-enter-active {
  transition: -webkit-transform 1s linear;
  transition: transform 1s linear;
  transition: transform 1s linear, -webkit-transform 1s linear; }

.LLQID_liquidScale-enter-active {
  transition: -webkit-transform 0.5s linear;
  transition: transform 0.5s linear;
  transition: transform 0.5s linear, -webkit-transform 0.5s linear; }

.LLQID_liquidScaleSlow-enter,
.LLQID_liquidScale-enter {
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  opacity: 0; }

@-webkit-keyframes loadingMsg {
  0%, 100% {
    opacity: 0; }
  50% {
    opacity: 1; }
  60% {
    opacity: 1; } }

@keyframes loadingMsg {
  0%, 100% {
    opacity: 0; }
  50% {
    opacity: 1; }
  60% {
    opacity: 1; } }
#LLQID_IntroContainer {
  position: fixed;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  overflow: hidden;
  background-color: #000; }
  #LLQID_IntroContainer.scene1 .LLQID_IntroBg {
    -webkit-transform: skew(-5deg);
        -ms-transform: skew(-5deg);
            transform: skew(-5deg);
    opacity: 0; }
  #LLQID_IntroContainer.scene1 .LLQID_IntroBgInner {
    -webkit-transform: skew(5deg);
        -ms-transform: skew(5deg);
            transform: skew(5deg);
    background-position: left center; }

.LLQID_IntroBg,
.LLQID_IntroBgBehind {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  overflow: hidden;
  width: auto;
  left: 50%;
  right: 50%;
  z-index: 2; }

.LLQID_IntroBgInner,
.LLQID_IntroBgBehindInner {
  background-size: cover;
  background-position: 50% 50%;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: auto;
  left: -50px;
  right: -50px; }

.LLQID_IntroBgOverlay {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-color: #000;
  opacity: 0.5;
  z-index: 3; }

.LLQID_IntroBgNextScene {
  opacity: 0;
  background-size: cover;
  background-position: 50% 50%;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto; }

.LLQID_IntroMessageContainer {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 3; }
  .LLQID_IntroMessageContainer .LLQID_IntroMessageLiquid {
    height: 5rem;
    width: 5rem;
    margin: 0 0 0 1rem;
    position: relative; }
  .LLQID_IntroMessageContainer #LLQID_liquidContainer .LLQID_liquidContainerInner {
    width: 100%;
    height: 100%; }

.LLQID_IntroMessages {
  position: relative; }

.LLQID_IntroMessage {
  letter-spacing: 0.2em;
  opacity: 0; }
  .LLQID_IntroMessage:nth-child(1) {
    font-size: 1.66rem;
    position: absolute;
    bottom: 100%;
    left: 0; }
  .LLQID_IntroMessage:nth-child(2) {
    font-size: 3.33rem; }
    @media (max-width: 767px) {
      .LLQID_IntroMessage:nth-child(2) {
        font-size: 2.7rem; } }
  .LLQID_IntroMessage:nth-child(3) {
    font-size: 1.66rem;
    position: absolute;
    top: 100%;
    right: 0; }

.LLQID_IntroMessageBehind {
  opacity: 0;
  font-size: 3.33rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 50%;
  z-index: 2;
  letter-spacing: 0.2em; }
  @media (max-width: 767px) {
    .LLQID_IntroMessageBehind {
      font-size: 2.7rem; } }

#LLQID_mainContent {
  position: fixed;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  overflow: hidden;
  background-color: #000;
  z-index: 0;
  opacity: 0;
  transition-property: opacity;
  transition-duration: 0.6s;
  transition-timing-function: ease-out;
  transition-delay: 0s; }
  #LLQID_mainContent.isChanging .LLQID_mainContentItem:not(.active) .LLQID_mainContentTitleInner {
    cursor: wait; }

.LLQID_mainContentBg {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 0; }
  .LLQID_mainContentBg > * {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; }

.LLQID_mainContentBgBehind {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 0; }

.LLQID_mainContentBgFront {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 1; }

.LLQID_mainContentInner {
  padding-top: 8.88rem;
  height: 100%; }
  @media (max-width: 991px) {
    .LLQID_mainContentInner {
      padding-top: 6rem; } }
  @media (max-width: 767px) {
    .LLQID_mainContentInner {
      padding-top: 11rem; } }
  @media (max-width: 991px) and (max-height: 500px) {
    .LLQID_mainContentInner {
      padding-top: 0; } }

.LLQID_mainContentContainer {
  width: 48.1rem;
  margin: auto; }
  @media (max-width: 991px) {
    .LLQID_mainContentContainer {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      height: 100%; } }
  @media (max-width: 767px) {
    .LLQID_mainContentContainer {
      width: auto;
      padding: 0 2rem; } }

.LLQID_mainContentItems {
  position: relative; }
  .LLQID_mainContentItems .LLQID_liquidContainerInner {
    left: 7rem;
    top: 1rem;
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
    z-index: 0; }
    @media (max-height: 720px) and (min-width: 720px) {
      .LLQID_mainContentItems .LLQID_liquidContainerInner {
        width: 3.885rem;
        height: 3.885rem;
        top: 0.8rem;
        left: 11rem; } }

.LLQID_mainContentItem {
  z-index: 2;
  position: relative;
  margin-bottom: 1.66rem; }
  .LLQID_mainContentItem.active .LLQID_mainContentDescInner {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    visibility: visible;
    opacity: 1; }
  .LLQID_mainContentItem.active .LLQID_mainContentTitleInner {
    opacity: 1; }

.LLQID_mainContentTitle {
  font-size: 2.22em;
  line-height: 1; }
  @media (min-width: 992px) {
    .LLQID_mainContentTitle {
      text-align: right;
      padding-right: 29rem; } }
  @media (max-width: 767px) {
    .LLQID_mainContentTitle {
      font-size: 3rem; } }
  @media (max-width: 991px) {
    .LLQID_mainContentTitle {
      margin-bottom: 1rem; } }
  @media (max-height: 720px) and (min-width: 720px) {
    .LLQID_mainContentTitle {
      font-size: 1.554em; } }

.LLQID_mainContentTitleInner {
  opacity: 0.3;
  transition-property: all;
  transition-duration: 0.6s;
  transition-timing-function: ease-out;
  transition-delay: 0s;
  cursor: pointer; }
  .LLQID_mainContentTitleInner:hover {
    opacity: 0.7; }

.LLQID_mainContentDesc {
  line-height: 2;
  height: 0;
  transition-property: all;
  transition-duration: 0.6s;
  transition-timing-function: ease-out;
  transition-delay: 0s; }
  @media (min-width: 992px) {
    .LLQID_mainContentDesc {
      padding-left: 20.55rem; } }
  @media (max-width: 991px) {
    .LLQID_mainContentDesc {
      font-size: 1.4rem; } }
  @media (max-width: 767px) {
    .LLQID_mainContentDesc {
      font-size: 2rem; } }
  @media (max-height: 720px) and (min-width: 720px) {
    .LLQID_mainContentDesc {
      font-size: 0.7rem; } }
  .LLQID_mainContentDesc .isHl1 {
    border-bottom: 0.16rem solid #f91d56; }
    .LLQID_mainContentDesc .isHl1.connectLink {
      color: #fff;
      padding-bottom: 0.2rem;
      text-decoration: none; }
      .LLQID_mainContentDesc .isHl1.connectLink:hover {
        color: #ff1654; }

.LLQID_mainContentDescInner {
  transition-property: opacity, visibility, -webkit-transform;
  transition-property: transform, opacity, visibility;
  transition-property: transform, opacity, visibility, -webkit-transform;
  transition-duration: 0.6s;
  transition-timing-function: ease-out;
  transition-delay: 0s;
  -webkit-transform: translateY(1rem);
      -ms-transform: translateY(1rem);
          transform: translateY(1rem);
  position: relative;
  padding-top: 0.7rem;
  opacity: 0;
  visibility: hidden; }
  .LLQID_mainContentDescInner:before {
    content: '';
    display: block;
    height: 1px;
    position: absolute;
    top: -0.3rem;
    left: 0;
    right: 0;
    background-color: #fff;
    opacity: 0.4; }

#LLQID_header {
  position: fixed;
  z-index: 10;
  top: 0;
  right: 0;
  left: 0;
  font-size: 0;
  pointer-events: none;
  opacity: 0; }
  #LLQID_header .LLQID_headerContainer {
    width: 100%;
    max-width: 1060px;
    margin: auto; }
    @media (max-width: 1199px) {
      #LLQID_header .LLQID_headerContainer {
        padding: 1rem 2rem; } }
  #LLQID_header .LLQID_headerInner {
    padding: 1rem 0;
    position: relative; }
    #LLQID_header .LLQID_headerInner .LLQID_headerHamburgerBtn {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      right: 0;
      z-index: 1; }
  #LLQID_header .LLQID_headerBrand {
    cursor: pointer;
    display: inline-block;
    position: relative;
    z-index: 1;
    pointer-events: auto; }
    #LLQID_header .LLQID_headerBrand img {
      width: 6rem;
      height: auto; }
      @media (min-width: 768px) {
        #LLQID_header .LLQID_headerBrand img {
          width: 50px; } }

.LLQID_headerSide {
  pointer-events: auto;
  width: 100%;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 0;
  padding: 4rem 3.33rem 0;
  -webkit-transform: translateX(10rem);
      -ms-transform: translateX(10rem);
          transform: translateX(10rem);
  opacity: 0;
  visibility: hidden;
  min-width: calc(50vw - 446px);
  transition-property: "all";
  transition-duration: 0.2s;
  transition-timing-function: ease;
  transition-delay: 0s; }
  @media (min-width: 768px) {
    .LLQID_headerSide {
      width: 24.444rem; } }

.LLQID_headerSideContainer {
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .LLQID_headerSideContainer hr {
    margin-top: 1rem;
    margin-bottom: 1rem; }

.LLQID_headerSideInner {
  font-size: 1rem;
  padding: 0 0 1rem;
  width: 100%; }
  @media (max-width: 991px) {
    .LLQID_headerSideInner {
      font-size: 1.8rem; } }
  @media (max-width: 767px) {
    .LLQID_headerSideInner {
      font-size: 2.2rem; } }
  .LLQID_headerSideInner a {
    color: #fff; }
    .LLQID_headerSideInner a:hover {
      color: #ff1654; }
  .LLQID_headerSideInner .isTextSM {
    font-size: 0.77rem;
    margin-top: 0.1rem; }
    @media (max-width: 991px) {
      .LLQID_headerSideInner .isTextSM {
        font-size: 1.4rem; } }
    @media (max-width: 767px) {
      .LLQID_headerSideInner .isTextSM {
        font-size: 1.8rem; } }
  .LLQID_headerSideInner address {
    font-family: 'GothamRounded-Book';
    margin: 0; }
  .LLQID_headerSideInner a.isHL1 {
    color: #fff;
    border-bottom: 2px solid #ff1654;
    display: inline-block;
    padding-bottom: 0.2rem;
    text-decoration: none; }
    .LLQID_headerSideInner a.isHL1:hover {
      color: #ff1654; }
  .LLQID_headerSideInner .LLQID_headerSideItem {
    padding: 1rem 0; }
    .LLQID_headerSideInner .LLQID_headerSideItem:not(:last-child) {
      border-bottom: 1px solid rgba(255, 255, 255, 0.4); }

html.LLQID_headerSide_show .LLQID_headerSide {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0); }

.LLQID_mainContentScrollSign {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
  color: #fff;
  font-size: 0.66rem;
  overflow: hidden; }
  @media (max-width: 767px) {
    .LLQID_mainContentScrollSign {
      display: none; } }
  .LLQID_mainContentScrollSign .LLQID_mainContentScrollSignInner {
    position: relative;
    padding-bottom: 45px;
    -webkit-animation: scrollSignParentMove 3s infinite;
            animation: scrollSignParentMove 3s infinite; }
    .LLQID_mainContentScrollSign .LLQID_mainContentScrollSignInner:before, .LLQID_mainContentScrollSign .LLQID_mainContentScrollSignInner:after {
      content: '';
      display: block;
      width: 1px;
      height: 40px;
      position: absolute;
      left: 50%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      bottom: 0; }
    .LLQID_mainContentScrollSign .LLQID_mainContentScrollSignInner:before {
      background-color: rgba(255, 255, 255, 0.7);
      -webkit-animation: scrollSignVerticalLineBelow 3s infinite;
              animation: scrollSignVerticalLineBelow 3s infinite; }
    .LLQID_mainContentScrollSign .LLQID_mainContentScrollSignInner:after {
      background-color: #ff1654;
      -webkit-animation: scrollSignVerticalLineFront 3s infinite;
              animation: scrollSignVerticalLineFront 3s infinite; }

@-webkit-keyframes scrollSignParentMove {
  0%,60%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  20% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px); } }

@keyframes scrollSignParentMove {
  0%,60%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  20% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px); } }
@-webkit-keyframes scrollSignVerticalLineBelow {
  0%, 10% {
    height: 0;
    bottom: 40px; }
  30% {
    height: 40px;
    bottom: 0;
    opacity: 1; }
  60%, 100% {
    opacity: 0;
    height: 0; } }
@keyframes scrollSignVerticalLineBelow {
  0%, 10% {
    height: 0;
    bottom: 40px; }
  30% {
    height: 40px;
    bottom: 0;
    opacity: 1; }
  60%, 100% {
    opacity: 0;
    height: 0; } }
@-webkit-keyframes scrollSignVerticalLineFront {
  0% {
    height: 0;
    bottom: 40px; }
  20% {
    height: 40px;
    bottom: 0; }
  40%, 100% {
    height: 0; } }
@keyframes scrollSignVerticalLineFront {
  0% {
    height: 0;
    bottom: 40px; }
  20% {
    height: 40px;
    bottom: 0; }
  40%, 100% {
    height: 0; } }
.LLQID_mainContentScrollSign-enter-active, .LLQID_mainContentScrollSign-leave-active {
  transition: -webkit-transform .6s;
  transition: transform .6s;
  transition: transform .6s, -webkit-transform .6s; }

.LLQID_mainContentScrollSign-enter, .LLQID_mainContentScrollSign-leave-to {
  -webkit-transform: translate(-50%, 100px);
      -ms-transform: translate(-50%, 100px);
          transform: translate(-50%, 100px); }
