  *,
  *::before,
  *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }

  a {
    color: #FFF;
    text-decoration: none;
  }

  a:hover {
    text-decoration: underline;
  }

  body {
    font-family: sans-serif;
    font-weight: 500;
    color: #FFF;
    overflow-x: hidden;
    background-color: #000;
  }

  #bg-layer {
    position: fixed;
    inset: 0;
    z-index: 0;
    overflow: hidden;
  }

  #bg-layer video,
  #bg-layer img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  #scroll-track {
    position: relative;
    z-index: 1;
  }

  .layer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    will-change: transform;
  }

  #layer-images {
    z-index: 1;
  }

  #layer-text {
    z-index: 2;
  }

  .img-card {
    width: 90vw;
    max-width: 980px;
    margin-bottom: 40px;
    flex-shrink: 0;
  }

  .img-card img {
    border-radius: 50px;
    width: 100%;
    filter: blur(40px) grayscale(1) opacity(.3);
    aspect-ratio: 21 / 9;
    object-fit: cover;
  }

  .brand~.brand::before {
    content: ", ";
    padding-right: .25em;
  }

  .text-card {
    line-height: 1.5em;
    width: 80vw;
    max-width: 900px;
    background-color: hsla(0deg 0% 0% / .65);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    margin-bottom: 40px;
    flex-shrink: 0;
    padding: 20px;
    border-radius: 20px;
    text-align: justify;
  }

  .action-card {
    line-height: 1.5em;
    width: 80vw;
    max-width: 900px;
    background-color: hsla(0deg 0% 50% / .6);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    margin-bottom: 40px;
    flex-shrink: 0;
    padding: 20px;
    border-radius: 20px;
    text-align: center;
    font-weight: bolder;
  }

  .no-background {
    background: transparent;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    text-align: center;
  }

  iframe {

    aspect-ratio: 16/9;
    max-width: 100%;
    border: 0px;
    border-radius: 14px;
    filter: grayscale(1);
    transition: .5s ease-in-out;

  }

  iframe:hover {
    filter: grayscale(0);
    transition: .5s ease-in-out;
  }

  .logo {
    max-width: 100%;
    width: 450px;
  }

  .float-left {
    float: left;
    margin: 10px 20px 10px 0;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    width: 50%;
    border-radius: 15px;
    border: 4px solid #000000;
  }

  .float-right {
    float: right;
    margin: 10px 0 10px 20px;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    width: 50%;
    border-radius: 15px;
    border: 4px solid #000000;
  }


  .parent {
    padding: 20px;
  }

  .parent img {
    float: left;
    padding: 10px 20px 10px 0;
    box-sizing: border-box;
    aspect-ratio: 16 / 9;
    width: 50%;
    max-width: 100%;
  }

  .wmbv {
    font-size: .9em;
    color: #999;

    & a,
    & a:visited {
      color: #999 !important;
      text-decoration: none;
    }

    & a:hover,
    & a:focus {
      text-decoration: underline;
    }
  }

  @media (max-width: 600px) {

    .text-card .float-left,
    .text-card .float-right {
      float: none;
      margin: 0 0 10px 0;
      width: 100%;
    }
  }


  .flow_wrapper_2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .flow_wrapper_3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }

  .flow_element {
    text-align: center;
  }

  @media (max-width: 950px) {

    .flow_wrapper_3,
    .flow_wrapper_2 {
      grid-template-columns: 1fr;
    }

    .flow_element+.flow_element {
      margin-top: 30px;
    }
  }

  .opening-hours {
    margin: 0 auto;
    text-align: left;
  }



  .opening-hours .hours {
    padding-left: 1em;
  }

  .smoke-link {
    position: relative;
    display: inline-block;
    text-decoration: none !important;
    padding: 0px !important;
    margin: 0px !important;
    letter-spacing: -0.10em;
    cursor: pointer;
  }

  .smoke-link .char {
    display: inline-block;
    padding: 0px !important;
    margin: 0px !important;
    letter-spacing: -0.10em;
    color: #fff;
  }

  .smoke-link:hover .char {
    animation: smokeHover 0.5s ease forwards;
  }

  .smoke-link:hover .char:nth-child(1) {
    animation-delay: 0.000s;
  }

  .smoke-link:hover .char:nth-child(2) {
    animation-delay: 0.020s;
  }

  .smoke-link:hover .char:nth-child(3) {
    animation-delay: 0.040s;
  }

  .smoke-link:hover .char:nth-child(4) {
    animation-delay: 0.060s;
  }

  .smoke-link:hover .char:nth-child(5) {
    animation-delay: 0.080s;
  }

  .smoke-link:hover .char:nth-child(6) {
    animation-delay: 0.100s;
  }

  .smoke-link:hover .char:nth-child(7) {
    animation-delay: 0.120s;
  }

  .smoke-link:hover .char:nth-child(8) {
    animation-delay: 0.140s;
  }

  .smoke-link:hover .char:nth-child(9) {
    animation-delay: 0.160s;
  }

  .smoke-link:hover .char:nth-child(10) {
    animation-delay: 0.180s;
  }

  .smoke-link:hover .char:nth-child(11) {
    animation-delay: 0.200s;
  }

  .smoke-link:hover .char:nth-child(12) {
    animation-delay: 0.220s;
  }

  .smoke-link:hover .char:nth-child(13) {
    animation-delay: 0.240s;
  }

  .smoke-link:hover .char:nth-child(14) {
    animation-delay: 0.260s;
  }

  .smoke-link:hover .char:nth-child(15) {
    animation-delay: 0.280s;
  }

  .smoke-link:hover .char:nth-child(16) {
    animation-delay: 0.300s;
  }

  .smoke-link:hover .char:nth-child(17) {
    animation-delay: 0.320s;
  }

  .smoke-link:hover .char:nth-child(18) {
    animation-delay: 0.340s;
  }

  .smoke-link:hover .char:nth-child(19) {
    animation-delay: 0.360s;
  }

  .smoke-link:hover .char:nth-child(20) {
    animation-delay: 0.380s;
  }

  .smoke-link:hover .char:nth-child(21) {
    animation-delay: 0.400s;
  }

  .smoke-link:hover .char:nth-child(22) {
    animation-delay: 0.420s;
  }

  .smoke-link:hover .char:nth-child(23) {
    animation-delay: 0.440s;
  }

  .smoke-link:hover .char:nth-child(24) {
    animation-delay: 0.460s;
  }

  .smoke-link:hover .char:nth-child(25) {
    animation-delay: 0.480s;
  }

  .smoke-link:hover .char:nth-child(26) {
    animation-delay: 0.500s;
  }

  .smoke-link:hover .char:nth-child(27) {
    animation-delay: 0.520s;
  }

  .smoke-link:hover .char:nth-child(28) {
    animation-delay: 0.540s;
  }

  .smoke-link:hover .char:nth-child(29) {
    animation-delay: 0.560s;
  }

  .smoke-link:hover .char:nth-child(30) {
    animation-delay: 0.580s;
  }

  .smoke-link:hover .char:nth-child(31) {
    animation-delay: 0.600s;
  }

  .smoke-link:hover .char:nth-child(32) {
    animation-delay: 0.620s;
  }

  .smoke-link:hover .char:nth-child(33) {
    animation-delay: 0.640s;
  }

  .smoke-link:hover .char:nth-child(34) {
    animation-delay: 0.660s;
  }

  .smoke-link:hover .char:nth-child(35) {
    animation-delay: 0.680s;
  }

  .smoke-link:hover .char:nth-child(36) {
    animation-delay: 0.700s;
  }

  .smoke-link:hover .char:nth-child(37) {
    animation-delay: 0.720s;
  }

  .smoke-link:hover .char:nth-child(38) {
    animation-delay: 0.740s;
  }

  .smoke-link:hover .char:nth-child(39) {
    animation-delay: 0.760s;
  }

  .smoke-link:hover .char:nth-child(40) {
    animation-delay: 0.780s;
  }

  .smoke-link:hover .char:nth-child(41) {
    animation-delay: 0.800s;
  }

  .smoke-link:hover .char:nth-child(42) {
    animation-delay: 0.820s;
  }

  .smoke-link:hover .char:nth-child(43) {
    animation-delay: 0.840s;
  }

  .smoke-link:hover .char:nth-child(44) {
    animation-delay: 0.860s;
  }

  .smoke-link:hover .char:nth-child(45) {
    animation-delay: 0.880s;
  }

  .smoke-link:hover .char:nth-child(46) {
    animation-delay: 0.900s;
  }

  .smoke-link:hover .char:nth-child(47) {
    animation-delay: 0.920s;
  }

  .smoke-link:hover .char:nth-child(48) {
    animation-delay: 0.940s;
  }

  .smoke-link:hover .char:nth-child(49) {
    animation-delay: 0.960s;
  }

  .smoke-link:hover .char:nth-child(50) {
    animation-delay: 0.980s;
  }

  .smoke-link:not(:hover) .char {
    animation: smokeIn 0.38s ease forwards;
  }

  .smoke-link:not(:hover) .char:nth-child(1) {
    animation-delay: 0.000s;
  }

  .smoke-link:not(:hover) .char:nth-child(2) {
    animation-delay: 0.020s;
  }

  .smoke-link:not(:hover) .char:nth-child(3) {
    animation-delay: 0.040s;
  }

  .smoke-link:not(:hover) .char:nth-child(4) {
    animation-delay: 0.060s;
  }

  .smoke-link:not(:hover) .char:nth-child(5) {
    animation-delay: 0.080s;
  }

  .smoke-link:not(:hover) .char:nth-child(6) {
    animation-delay: 0.100s;
  }

  .smoke-link:not(:hover) .char:nth-child(7) {
    animation-delay: 0.120s;
  }

  .smoke-link:not(:hover) .char:nth-child(8) {
    animation-delay: 0.140s;
  }

  .smoke-link:not(:hover) .char:nth-child(9) {
    animation-delay: 0.160s;
  }

  .smoke-link:not(:hover) .char:nth-child(10) {
    animation-delay: 0.180s;
  }

  .smoke-link:not(:hover) .char:nth-child(11) {
    animation-delay: 0.200s;
  }

  .smoke-link:not(:hover) .char:nth-child(12) {
    animation-delay: 0.220s;
  }

  .smoke-link:not(:hover) .char:nth-child(13) {
    animation-delay: 0.240s;
  }

  .smoke-link:not(:hover) .char:nth-child(14) {
    animation-delay: 0.260s;
  }

  .smoke-link:not(:hover) .char:nth-child(15) {
    animation-delay: 0.280s;
  }

  .smoke-link:not(:hover) .char:nth-child(16) {
    animation-delay: 0.300s;
  }

  .smoke-link:not(:hover) .char:nth-child(17) {
    animation-delay: 0.320s;
  }

  .smoke-link:not(:hover) .char:nth-child(18) {
    animation-delay: 0.340s;
  }

  .smoke-link:not(:hover) .char:nth-child(19) {
    animation-delay: 0.360s;
  }

  .smoke-link:not(:hover) .char:nth-child(20) {
    animation-delay: 0.380s;
  }

  .smoke-link:not(:hover) .char:nth-child(21) {
    animation-delay: 0.400s;
  }

  .smoke-link:not(:hover) .char:nth-child(22) {
    animation-delay: 0.420s;
  }

  .smoke-link:not(:hover) .char:nth-child(23) {
    animation-delay: 0.440s;
  }

  .smoke-link:not(:hover) .char:nth-child(24) {
    animation-delay: 0.460s;
  }

  .smoke-link:not(:hover) .char:nth-child(25) {
    animation-delay: 0.480s;
  }

  .smoke-link:not(:hover) .char:nth-child(26) {
    animation-delay: 0.500s;
  }

  .smoke-link:not(:hover) .char:nth-child(27) {
    animation-delay: 0.520s;
  }

  .smoke-link:not(:hover) .char:nth-child(28) {
    animation-delay: 0.540s;
  }

  .smoke-link:not(:hover) .char:nth-child(29) {
    animation-delay: 0.560s;
  }

  .smoke-link:not(:hover) .char:nth-child(30) {
    animation-delay: 0.580s;
  }

  .smoke-link:not(:hover) .char:nth-child(31) {
    animation-delay: 0.600s;
  }

  .smoke-link:not(:hover) .char:nth-child(32) {
    animation-delay: 0.620s;
  }

  .smoke-link:not(:hover) .char:nth-child(33) {
    animation-delay: 0.640s;
  }

  .smoke-link:not(:hover) .char:nth-child(34) {
    animation-delay: 0.660s;
  }

  .smoke-link:not(:hover) .char:nth-child(35) {
    animation-delay: 0.680s;
  }

  .smoke-link:not(:hover) .char:nth-child(36) {
    animation-delay: 0.700s;
  }

  .smoke-link:not(:hover) .char:nth-child(37) {
    animation-delay: 0.720s;
  }

  .smoke-link:not(:hover) .char:nth-child(38) {
    animation-delay: 0.740s;
  }

  .smoke-link:not(:hover) .char:nth-child(39) {
    animation-delay: 0.760s;
  }

  .smoke-link:not(:hover) .char:nth-child(40) {
    animation-delay: 0.780s;
  }

  .smoke-link:not(:hover) .char:nth-child(41) {
    animation-delay: 0.800s;
  }

  .smoke-link:not(:hover) .char:nth-child(42) {
    animation-delay: 0.820s;
  }

  .smoke-link:not(:hover) .char:nth-child(43) {
    animation-delay: 0.840s;
  }

  .smoke-link:not(:hover) .char:nth-child(44) {
    animation-delay: 0.860s;
  }

  .smoke-link:not(:hover) .char:nth-child(45) {
    animation-delay: 0.880s;
  }

  .smoke-link:not(:hover) .char:nth-child(46) {
    animation-delay: 0.900s;
  }

  .smoke-link:not(:hover) .char:nth-child(47) {
    animation-delay: 0.920s;
  }

  .smoke-link:not(:hover) .char:nth-child(48) {
    animation-delay: 0.940s;
  }

  .smoke-link:not(:hover) .char:nth-child(49) {
    animation-delay: 0.960s;
  }

  .smoke-link:not(:hover) .char:nth-child(50) {
    animation-delay: 0.980s;
  }

  @keyframes smokeHover {
    0% {
      transform: translateY(0) scale(1);
      filter: blur(0px);
      opacity: 1;
      text-shadow: none;
    }

    30% {
      transform: translateY(-10px) scale(1.1);
      filter: blur(3px);
      opacity: 0.4;
      text-shadow: 0 0 12px rgba(255, 255, 255, 0.8), 0 0 24px rgba(255, 255, 255, 0.4);
    }

    60% {
      transform: translateY(-18px) scale(1.15);
      filter: blur(7px);
      opacity: 0.1;
      text-shadow: 0 0 20px rgba(255, 255, 255, 0.6), 0 0 40px rgba(255, 255, 255, 0.2);
    }

    70% {
      transform: translateY(6px) scale(0.95);
      filter: blur(3px);
      opacity: 0.5;
      text-shadow: 0 0 10px rgba(255, 255, 255, 0.7), 0 0 20px rgba(255, 255, 255, 0.3);
    }

    85% {
      transform: translateY(2px) scale(0.98);
      filter: blur(1px);
      opacity: 0.85;
      text-shadow: 0 0 6px rgba(255, 255, 255, 0.5);
    }

    100% {
      transform: translateY(0) scale(1);
      filter: blur(0px);
      opacity: 1;
      text-shadow: none;
    }
  }

  @keyframes smokeIn {
    0% {
      opacity: 0;
      transform: translateY(-28px) scale(1.2);
      filter: blur(8px);
    }

    60% {
      opacity: 0.7;
      transform: translateY(-6px) scale(1.04);
      filter: blur(2px);
    }

    100% {
      opacity: 1;
      transform: translateY(0) scale(1);
      filter: blur(0px);
    }
  }