@charset "utf-8";

@media (min-width: 768px) {
  body, a, button, input[type="submit"], input[type="button"], [role="button"], .cursor-pointer { cursor: none !important; }
}

#custom-cursor { pointer-events: none; position: fixed; top: 0px; left: 0px; z-index: 9999; mix-blend-mode: difference; color: white; font-family: "SF Pro Display", sans-serif; font-weight: 900; font-size: 14px; letter-spacing: 0.1em; align-items: center; justify-content: center; display: none; }

@media (min-width: 768px) {
  #custom-cursor { display: flex; }
}

@charset "utf-8";

#canvas-container { width: 100%; position: relative; }

canvas { display: block; width: 100%; }

footer { padding: 40px 20px 32px; display: grid; grid-template-columns: 1fr; gap: 40px; }

@media (min-width: 640px) {
  footer { padding: 60px 32px 40px; grid-template-columns: 1fr 1fr; }
}

.footer-section h3 { font-size: 22px; font-weight: 400; margin-bottom: 20px; }

@media (min-width: 640px) {
  .footer-section h3 { font-size: 28px; margin-bottom: 24px; }
}

.footer-links { list-style: none; }

.footer-links li { display: flex; justify-content: space-between; align-items: center; padding: 10px 0px; border-top: 1px solid rgb(26, 26, 26); font-size: 14px; gap: 8px; }

.footer-links li a { color: rgb(255, 255, 255); text-decoration: none; transition: opacity 0.2s; cursor: pointer; }

.footer-links li a:hover { opacity: 0.6; }

.footer-links li span { color: rgb(85, 85, 85); font-size: 12px; text-align: right; word-break: break-all; }

.nav-link { color: rgb(255, 255, 255); text-decoration: none; }

.nav-links-right { list-style: none; width: 100%; }

.nav-links-right li { display: flex; justify-content: space-between; align-items: center; padding: 8px 0px; border-top: 1px solid rgb(26, 26, 26); font-size: 14px; min-width: 0px; width: 100%; }

.nav-links-right li a { color: rgb(255, 255, 255); text-decoration: none; }

.arrow { font-size: 16px; transform: rotate(-45deg); display: inline-block; }

@charset "utf-8";

#nprogress { pointer-events: none; }

#nprogress .bar { background: var(--livewire-progress-bar-color, #29d); position: fixed; z-index: 1031; top: 0px; left: 0px; width: 100%; height: 2px; }

#nprogress .peg { display: block; position: absolute; right: 0px; width: 100px; height: 100%; box-shadow: 0 0 10px var(--livewire-progress-bar-color, #29d), 0 0 5px var(--livewire-progress-bar-color, #29d); opacity: 1; transform: rotate(3deg) translate(0px, -4px); }

#nprogress .spinner { display: block; position: fixed; z-index: 1031; top: 15px; right: 15px; }

#nprogress .spinner-icon { width: 18px; height: 18px; box-sizing: border-box; border-width: 2px; border-style: solid; border-right-color: transparent; border-bottom-color: transparent; border-image: initial; border-top-color: var(--livewire-progress-bar-color, #29d); border-left-color: var(--livewire-progress-bar-color, #29d); border-radius: 50%; animation: 400ms linear 0s infinite normal none running nprogress-spinner; }

.nprogress-custom-parent { overflow: hidden; position: relative; }

.nprogress-custom-parent #nprogress .spinner, .nprogress-custom-parent #nprogress .bar { position: absolute; }

@-webkit-keyframes nprogress-spinner { 
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

@keyframes nprogress-spinner { 
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

@charset "utf-8";

[wire\:loading][wire\:loading], [wire\:loading\.delay][wire\:loading\.delay], [wire\:loading\.list-item][wire\:loading\.list-item], [wire\:loading\.inline-block][wire\:loading\.inline-block], [wire\:loading\.inline][wire\:loading\.inline], [wire\:loading\.block][wire\:loading\.block], [wire\:loading\.flex][wire\:loading\.flex], [wire\:loading\.table][wire\:loading\.table], [wire\:loading\.grid][wire\:loading\.grid], [wire\:loading\.inline-flex][wire\:loading\.inline-flex] { display: none; }

[wire\:loading\.delay\.none][wire\:loading\.delay\.none], [wire\:loading\.delay\.shortest][wire\:loading\.delay\.shortest], [wire\:loading\.delay\.shorter][wire\:loading\.delay\.shorter], [wire\:loading\.delay\.short][wire\:loading\.delay\.short], [wire\:loading\.delay\.default][wire\:loading\.delay\.default], [wire\:loading\.delay\.long][wire\:loading\.delay\.long], [wire\:loading\.delay\.longer][wire\:loading\.delay\.longer], [wire\:loading\.delay\.longest][wire\:loading\.delay\.longest] { display: none; }

[wire\:offline][wire\:offline] { display: none; }

[wire\:dirty]:not(textarea):not(input):not(select) { display: none; }

:root { --livewire-progress-bar-color: #2299dd; }

[x-cloak] { display: none !important; }

[wire\:cloak] { display: none !important; }

dialog#livewire-error::backdrop { background-color: rgba(0, 0, 0, 0.6); }

@charset "utf-8";

:root.dark { color-scheme: dark; }