/* /Shared/MainHero.razor.rz.scp.css */
.video-link[b-yozi8nigez] {
  display: block;
}

.logo-link[b-yozi8nigez] {
  display: none;
}

#hero-logo[b-yozi8nigez] {
  --width: 30%;
  width: var(--width);
  margin-left: calc(var(--width) / -2);
}

#video[b-yozi8nigez] {
  --width: 70%;
  width: var(--width);
  margin-left: calc(var(--width) / -2);
}

.particles[b-yozi8nigez] {
  --width: 100%;
  width: var(--width);
  margin-left: calc(var(--width) / -2);
}

.particle[b-yozi8nigez] {
  --x: 0;
  --y: 0;
  top: var(--y);
  left: var(--x);
  position: absolute;
  animation-name: floating-b-yozi8nigez;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}

.particle-1[b-yozi8nigez] {
  right: var(--x);
  animation-delay: 150ms;
  left: auto;
}

.particle-2[b-yozi8nigez] {
  animation-delay: 1s;
  left: auto;
  right: var(--x);
}

.particle-3[b-yozi8nigez] {
  animation-delay: 350ms;
  left: auto;
  right: var(--x);
}

.particle-4[b-yozi8nigez] {
  animation-delay: 450ms;
}

.particle-5[b-yozi8nigez] {
  animation-delay: 550ms;
}

.particle-6[b-yozi8nigez] {
  animation-delay: 650ms;
}

.particle-7[b-yozi8nigez] {
  animation-delay: 750ms;
  left: auto;
  right: var(--x);
}

.particle-8[b-yozi8nigez] {
  animation-delay: 850ms;
}

.particle-9[b-yozi8nigez] {
  right: var(--x);
  left: auto;
  animation-delay: 850ms;
}

#hero .content[b-yozi8nigez] {
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

  #hero .content h1[b-yozi8nigez] {
    font-style: normal;
    font-weight: 700;
    font-size: calc(3.75vw);
    line-height: 4.5vw;
    padding-bottom: 1vw;
    /*
                                            font-size: 4.5rem;
                                            line-height: 5.438rem;
                                            padding-bottom: 1.875rem;*/

    text-align: center;
    letter-spacing: -0.01em;
    color: #ffffff;
  }

  #hero .content p[b-yozi8nigez] {
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    /* line-height: 2.5vw;
    font-size: calc(0.188rem + 1vw);
                                            line-height: calc(0.875rem + 1vw);*/
    /* or 200% */

    color: #ffffff;
    padding-bottom: calc(0.688rem + 2vw);
    width: 70%;
    text-align: center;
    margin: 0 auto;
  }

@media (max-width: 475px) {

  .video-link[b-yozi8nigez] {
    display: none;
  }

  .logo-link[b-yozi8nigez] {
    display: block;
  }

  #hero .content h1[b-yozi8nigez] {
    line-height: 1.25rem !important;
    padding-bottom: 0.313rem !important;
  }

  #hero .content p[b-yozi8nigez] {
    line-height: 0.625rem !important;
    padding-bottom: calc(0.125rem + 2vw) !important;
    font-size: 0.563rem !important;
  }
}

@media (max-width: 768px) {

  #hero .content p[b-yozi8nigez] {
    font-size: 0.75rem;
  }
}

@media (min-width: 1728px) {
  #hero[b-yozi8nigez] {
    max-height: 50.313rem;
  }

    #hero .content[b-yozi8nigez] {
      top: 30.625rem;
    }

      #hero .content h1[b-yozi8nigez] {
        font-size: 4.5rem;
        line-height: 5.438rem;
        padding-bottom: 1.125rem;
      }

      #hero .content p[b-yozi8nigez] {
        font-size: 1rem;
        /*line-height: 2.75rem;*/
        padding-bottom: 1.125rem;
      }

  #video[b-yozi8nigez] {
    top: -3.438rem;
  }

  #hero-logo[b-yozi8nigez] {
    top: 5.625rem;
  }

  .particle-1[b-yozi8nigez] {
    top: 37.5rem;
  }

  .particle-2[b-yozi8nigez] {
    top: 2.125rem;
    right: 2.188rem;
  }

  .particle-3[b-yozi8nigez] {
    top: 10.563rem;
    right: 18.75rem;
  }

  .particle-4[b-yozi8nigez] {
    top: 25.938rem;
    left: 14.25rem;
  }

  .particle-5[b-yozi8nigez] {
    top: 44.688rem;
    left: 6.125rem;
  }

  .particle-6[b-yozi8nigez] {
    top: 3.75rem;
    left: 5.5rem;
  }

  .particle-7[b-yozi8nigez] {
    top: 22.188rem;
    right: 6.563rem;
  }

  .particle-8[b-yozi8nigez] {
    top: 15.625rem;
    left: 0.625rem;
  }

  .particle-9[b-yozi8nigez] {
    top: 42.813rem;
    right: 4.375rem;
  }
}

@keyframes floating-b-yozi8nigez {
  0% {
    transform: translate(0, 0px);
  }

  50% {
    transform: translate(0, 15px);
  }

  100% {
    transform: translate(0, -0px);
  }
}
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-x35ymstezm] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-x35ymstezm] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-x35ymstezm] {
    font-size: 1.1rem;
}

.oi[b-x35ymstezm] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-x35ymstezm] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-x35ymstezm] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-x35ymstezm] {
        padding-bottom: 1rem;
    }

    .nav-item[b-x35ymstezm]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-x35ymstezm]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-x35ymstezm]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-x35ymstezm] {
        display: none;
    }

    .collapse[b-x35ymstezm] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
