:root body.light-mode {
  --swatch-primary-color:            #fafafa !important;
  --swatch-primary-color-lightest:   #1FFFB4 !important;
  --swatch-sidebar-panel-color:      #f3f2f2;
  --swatch-input-element-border-color: #543bdc;
  --swatch-text-accented-color:      #543bdc !important;
  --swatch-link-hover-color:         #000 !important;
  --swatch-input-element-color:      #fff !important;
  --swatch-input-success-color:      #1FFFB4 !important;
  --swatch-border-color:             #c7c7c7 !important;
  --swatch-expanded-menu-color: rgb( from #fafafa r g b / var(--swatch-menu-background-opacity) ) !important; }

:root {
  --swatch-menu-background-opacity: 1;
  --swatch-primary-color:            #000;
  --swatch-primary-color-lightest:   #333333 !important;
  --swatch-sidebar-panel-color:      #131313;
  --swatch-text-accented-color:      #a2e4b8;
  --swatch-link-hover-color:         #fff;
  --swatch-input-element-color:      #151414;
  --swatch-input-success-color:      #a2e4b8;
  --swatch-input-element-border-color: #343434;
  --swatch-border-color:             #343434;
  --swatch-expanded-menu-color: rgb( from #000 r g b / var(--swatch-menu-background-opacity) ); }

:root body.light-mode {
  --swatch-primary-color:                  #fafafa !important;
  --swatch-primary-color-lightest:         #1FFFB4 !important;
  --swatch-sidebar-panel-color:            #f3f2f2;
  --swatch-input-element-border-color:     #543bdc;
  --swatch-text-accented-color:            #543bdc !important;
  --swatch-link-hover-color:               #000 !important;
  --swatch-input-element-color:            #fff !important;
  --swatch-input-success-color:            #1FFFB4 !important;
  --swatch-border-color:                   #c7c7c7 !important;
  --swatch-primary-color:                  #fafafa !important;
  --swatch-expanded-menu-color:            rgb( from #fafafa r g b / var(--swatch-menu-background-opacity) ) !important; }

:root {
  --swatch-menu-background-opacity: 1;
  --swatch-primary-color:                  #000;
  --swatch-primary-color-lightest:         #333333 !important;
  --swatch-sidebar-panel-color:            #131313;
  --swatch-text-accented-color:            #a2e4b8;
  --swatch-link-hover-color:               #fff;
  --swatch-input-element-color:            #151414;
  --swatch-input-success-color:            #a2e4b8;
  --swatch-input-element-border-color:     #343434;
  --swatch-border-color:                   #343434;
  --swatch-primary-color:                  #000 !important;
  --swatch-expanded-menu-color:            rgb( from #000 r g b / var(--swatch-menu-background-opacity) ); }

.focus-search-input {
  opacity: 1; }

.offcanvas, .offcanvas-xxl, .offcanvas-xl, .offcanvas-lg, .offcanvas-md, .offcanvas-sm {
  --bs-offcanvas-zindex: 1045;
  --bs-offcanvas-width: 400px;
  --bs-offcanvas-height: 30vh;
  --bs-offcanvas-padding-x: 1rem;
  --bs-offcanvas-padding-y: 1rem;
  --bs-offcanvas-color: var(--bs-body-color);
  --bs-offcanvas-bg: var(--bs-body-bg);
  --bs-offcanvas-border-width: var(--bs-border-width);
  --bs-offcanvas-border-color: var(--bs-border-color-translucent);
  --bs-offcanvas-transition: transform 0.3s ease-in-out;
  --bs-offcanvas-title-line-height: 1.5; }

@media (max-width: 575.98px) {
  .offcanvas-sm {
    background-clip: padding-box;
    background-color: var(--bs-offcanvas-bg);
    bottom: 0;
    color: var(--bs-offcanvas-color);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    outline: 0;
    position: fixed;
    transition: var(--bs-offcanvas-transition);
    visibility: hidden;
    z-index: var(--bs-offcanvas-zindex); } }
  @media (max-width: 575.98px) and (prefers-reduced-motion: reduce) {
    .offcanvas-sm {
      transition: none; } }
@media (max-width: 575.98px) {
    .offcanvas-sm.offcanvas-start {
      border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
      left: 0;
      top: 0;
      transform: translateX(-100%);
      width: var(--bs-offcanvas-width); }
    .offcanvas-sm.offcanvas-end {
      border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
      right: 0;
      top: 0;
      transform: translateX(100%);
      width: var(--bs-offcanvas-width); }
    .offcanvas-sm.offcanvas-top {
      border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
      height: var(--bs-offcanvas-height);
      left: 0;
      max-height: 100%;
      right: 0;
      top: 0;
      transform: translateY(-100%); }
    .offcanvas-sm.offcanvas-bottom {
      border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
      height: var(--bs-offcanvas-height);
      left: 0;
      max-height: 100%;
      right: 0;
      transform: translateY(100%); }
    .offcanvas-sm.showing, .offcanvas-sm.show:not(.hiding) {
      transform: none; }
    .offcanvas-sm.showing, .offcanvas-sm.hiding, .offcanvas-sm.show {
      visibility: visible; } }

@media (min-width: 576px) {
  .offcanvas-sm {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important; }
    .offcanvas-sm .offcanvas-header {
      display: none; }
    .offcanvas-sm .offcanvas-body {
      background-color: transparent !important;
      display: flex;
      flex-grow: 0;
      overflow-y: visible;
      padding: 0; } }

@media (max-width: 767.98px) {
  .offcanvas-md {
    background-clip: padding-box;
    background-color: var(--bs-offcanvas-bg);
    bottom: 0;
    color: var(--bs-offcanvas-color);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    outline: 0;
    position: fixed;
    transition: var(--bs-offcanvas-transition);
    visibility: hidden;
    z-index: var(--bs-offcanvas-zindex); } }
  @media (max-width: 767.98px) and (prefers-reduced-motion: reduce) {
    .offcanvas-md {
      transition: none; } }
@media (max-width: 767.98px) {
    .offcanvas-md.offcanvas-start {
      border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
      left: 0;
      top: 0;
      transform: translateX(-100%);
      width: var(--bs-offcanvas-width); }
    .offcanvas-md.offcanvas-end {
      border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
      right: 0;
      top: 0;
      transform: translateX(100%);
      width: var(--bs-offcanvas-width); }
    .offcanvas-md.offcanvas-top {
      border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
      height: var(--bs-offcanvas-height);
      left: 0;
      max-height: 100%;
      right: 0;
      top: 0;
      transform: translateY(-100%); }
    .offcanvas-md.offcanvas-bottom {
      border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
      height: var(--bs-offcanvas-height);
      left: 0;
      max-height: 100%;
      right: 0;
      transform: translateY(100%); }
    .offcanvas-md.showing, .offcanvas-md.show:not(.hiding) {
      transform: none; }
    .offcanvas-md.showing, .offcanvas-md.hiding, .offcanvas-md.show {
      visibility: visible; } }

@media (min-width: 768px) {
  .offcanvas-md {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important; }
    .offcanvas-md .offcanvas-header {
      display: none; }
    .offcanvas-md .offcanvas-body {
      background-color: transparent !important;
      display: flex;
      flex-grow: 0;
      overflow-y: visible;
      padding: 0; } }

@media (max-width: 991.98px) {
  .offcanvas-lg {
    background-clip: padding-box;
    background-color: var(--bs-offcanvas-bg);
    bottom: 0;
    color: var(--bs-offcanvas-color);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    outline: 0;
    position: fixed;
    transition: var(--bs-offcanvas-transition);
    visibility: hidden;
    z-index: var(--bs-offcanvas-zindex); } }
  @media (max-width: 991.98px) and (prefers-reduced-motion: reduce) {
    .offcanvas-lg {
      transition: none; } }
@media (max-width: 991.98px) {
    .offcanvas-lg.offcanvas-start {
      border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
      left: 0;
      top: 0;
      transform: translateX(-100%);
      width: var(--bs-offcanvas-width); }
    .offcanvas-lg.offcanvas-end {
      border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
      right: 0;
      top: 0;
      transform: translateX(100%);
      width: var(--bs-offcanvas-width); }
    .offcanvas-lg.offcanvas-top {
      border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
      height: var(--bs-offcanvas-height);
      left: 0;
      max-height: 100%;
      right: 0;
      top: 0;
      transform: translateY(-100%); }
    .offcanvas-lg.offcanvas-bottom {
      border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
      height: var(--bs-offcanvas-height);
      left: 0;
      max-height: 100%;
      right: 0;
      transform: translateY(100%); }
    .offcanvas-lg.showing, .offcanvas-lg.show:not(.hiding) {
      transform: none; }
    .offcanvas-lg.showing, .offcanvas-lg.hiding, .offcanvas-lg.show {
      visibility: visible; } }

@media (min-width: 992px) {
  .offcanvas-lg {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important; }
    .offcanvas-lg .offcanvas-header {
      display: none; }
    .offcanvas-lg .offcanvas-body {
      background-color: transparent !important;
      display: flex;
      flex-grow: 0;
      overflow-y: visible;
      padding: 0; } }

@media (max-width: 1199.98px) {
  .offcanvas-xl {
    background-clip: padding-box;
    background-color: var(--bs-offcanvas-bg);
    bottom: 0;
    color: var(--bs-offcanvas-color);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    outline: 0;
    position: fixed;
    transition: var(--bs-offcanvas-transition);
    visibility: hidden;
    z-index: var(--bs-offcanvas-zindex); } }
  @media (max-width: 1199.98px) and (prefers-reduced-motion: reduce) {
    .offcanvas-xl {
      transition: none; } }
@media (max-width: 1199.98px) {
    .offcanvas-xl.offcanvas-start {
      border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
      left: 0;
      top: 0;
      transform: translateX(-100%);
      width: var(--bs-offcanvas-width); }
    .offcanvas-xl.offcanvas-end {
      border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
      right: 0;
      top: 0;
      transform: translateX(100%);
      width: var(--bs-offcanvas-width); }
    .offcanvas-xl.offcanvas-top {
      border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
      height: var(--bs-offcanvas-height);
      left: 0;
      max-height: 100%;
      right: 0;
      top: 0;
      transform: translateY(-100%); }
    .offcanvas-xl.offcanvas-bottom {
      border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
      height: var(--bs-offcanvas-height);
      left: 0;
      max-height: 100%;
      right: 0;
      transform: translateY(100%); }
    .offcanvas-xl.showing, .offcanvas-xl.show:not(.hiding) {
      transform: none; }
    .offcanvas-xl.showing, .offcanvas-xl.hiding, .offcanvas-xl.show {
      visibility: visible; } }

@media (min-width: 1200px) {
  .offcanvas-xl {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important; }
    .offcanvas-xl .offcanvas-header {
      display: none; }
    .offcanvas-xl .offcanvas-body {
      background-color: transparent !important;
      display: flex;
      flex-grow: 0;
      overflow-y: visible;
      padding: 0; } }

@media (max-width: 1399.98px) {
  .offcanvas-xxl {
    background-clip: padding-box;
    background-color: var(--bs-offcanvas-bg);
    bottom: 0;
    color: var(--bs-offcanvas-color);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    outline: 0;
    position: fixed;
    transition: var(--bs-offcanvas-transition);
    visibility: hidden;
    z-index: var(--bs-offcanvas-zindex); } }
  @media (max-width: 1399.98px) and (prefers-reduced-motion: reduce) {
    .offcanvas-xxl {
      transition: none; } }
@media (max-width: 1399.98px) {
    .offcanvas-xxl.offcanvas-start {
      border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
      left: 0;
      top: 0;
      transform: translateX(-100%);
      width: var(--bs-offcanvas-width); }
    .offcanvas-xxl.offcanvas-end {
      border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
      right: 0;
      top: 0;
      transform: translateX(100%);
      width: var(--bs-offcanvas-width); }
    .offcanvas-xxl.offcanvas-top {
      border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
      height: var(--bs-offcanvas-height);
      left: 0;
      max-height: 100%;
      right: 0;
      top: 0;
      transform: translateY(-100%); }
    .offcanvas-xxl.offcanvas-bottom {
      border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
      height: var(--bs-offcanvas-height);
      left: 0;
      max-height: 100%;
      right: 0;
      transform: translateY(100%); }
    .offcanvas-xxl.showing, .offcanvas-xxl.show:not(.hiding) {
      transform: none; }
    .offcanvas-xxl.showing, .offcanvas-xxl.hiding, .offcanvas-xxl.show {
      visibility: visible; } }

@media (min-width: 1400px) {
  .offcanvas-xxl {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important; }
    .offcanvas-xxl .offcanvas-header {
      display: none; }
    .offcanvas-xxl .offcanvas-body {
      background-color: transparent !important;
      display: flex;
      flex-grow: 0;
      overflow-y: visible;
      padding: 0; } }

.offcanvas {
  background-clip: padding-box;
  background-color: var(--bs-offcanvas-bg);
  bottom: 0;
  color: var(--bs-offcanvas-color);
  display: flex;
  flex-direction: column;
  max-width: 100%;
  outline: 0;
  position: fixed;
  transition: var(--bs-offcanvas-transition);
  visibility: hidden;
  z-index: var(--bs-offcanvas-zindex); }
  @media (prefers-reduced-motion: reduce) {
    .offcanvas {
      transition: none; } }
  .offcanvas.offcanvas-start {
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    left: 0;
    top: 0;
    transform: translateX(-100%);
    width: var(--bs-offcanvas-width); }
  .offcanvas.offcanvas-end {
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    right: 0;
    top: 0;
    transform: translateX(100%);
    width: var(--bs-offcanvas-width); }
  .offcanvas.offcanvas-top {
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    height: var(--bs-offcanvas-height);
    left: 0;
    max-height: 100%;
    right: 0;
    top: 0;
    transform: translateY(-100%); }
  .offcanvas.offcanvas-bottom {
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    height: var(--bs-offcanvas-height);
    left: 0;
    max-height: 100%;
    right: 0;
    transform: translateY(100%); }
  .offcanvas.showing, .offcanvas.show:not(.hiding) {
    transform: none; }
  .offcanvas.showing, .offcanvas.hiding, .offcanvas.show {
    visibility: visible; }

.offcanvas-backdrop {
  background-color: #000;
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 1040; }
  .offcanvas-backdrop.fade {
    opacity: 0; }
  .offcanvas-backdrop.show {
    opacity: 0.5; }

.offcanvas-header {
  align-items: center;
  display: flex;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x); }
  .offcanvas-header .btn-close {
    margin-bottom: calc(-.5 * var(--bs-offcanvas-padding-y));
    margin-left: auto;
    margin-right: calc(-.5 * var(--bs-offcanvas-padding-x));
    margin-top: calc(-.5 * var(--bs-offcanvas-padding-y));
    padding: calc(var(--bs-offcanvas-padding-y) * .5) calc(var(--bs-offcanvas-padding-x) * .5); }

.offcanvas-title {
  line-height: var(--bs-offcanvas-title-line-height);
  margin-bottom: 0; }

.offcanvas-body {
  flex-grow: 1;
  overflow-y: auto;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x); }

*,
*::before,
*::after {
  box-sizing: border-box; }

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth; } }

body {
  background-color: var(--bs-body-bg);
  color: var(--bs-body-color);
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  margin: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  text-align: var(--bs-body-text-align);
  -webkit-text-size-adjust: 100%; }

hr {
  border: 0;
  border-top: var(--bs-border-width) solid;
  color: inherit;
  margin: 1rem 0;
  opacity: 0.25; }

 h5, h4, h3, h2, h1 {
  color: var(--bs-heading-color);
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 0.5rem;
  margin-top: 0; }

h1 {
  font-size: calc(1.375rem + 1.5vw); }
  @media (min-width: 1200px) {
    h1 {
      font-size: 2.5rem; } }
h2 {
  font-size: calc(1.325rem + 0.9vw); }
  @media (min-width: 1200px) {
    h2 {
      font-size: 2rem; } }
h3 {
  font-size: calc(1.3rem + 0.6vw); }
  @media (min-width: 1200px) {
    h3 {
      font-size: 1.75rem; } }
h4 {
  font-size: calc(1.275rem + 0.3vw); }
  @media (min-width: 1200px) {
    h4 {
      font-size: 1.5rem; } }
h5 {
  font-size: 1.25rem; }

p {
  margin-bottom: 1rem;
  margin-top: 0; }

ol,
ul {
  padding-left: 2rem; }

ol,
ul {
  margin-bottom: 1rem;
  margin-top: 0; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

blockquote {
  margin: 0 0 1rem; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 0.875em; }


sup {
  font-size: 0.75em;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -.5em; }

a {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: underline; }
  a:hover {
    --bs-link-color-rgb: var(--bs-link-hover-color-rgb); }

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none; }

pre,
code {
  font-family: var(--bs-font-monospace);
  font-size: 1em; }

pre {
  display: block;
  font-size: 0.875em;
  margin-bottom: 1rem;
  margin-top: 0;
  overflow: auto; }
  pre code {
    color: inherit;
    font-size: inherit;
    word-break: normal; }

code {
  color: var(--bs-code-color);
  font-size: 0.875em;
  word-wrap: break-word; }
  a > code {
    color: inherit; }

figure {
  margin: 0 0 1rem; }

img,
svg {
  vertical-align: middle; }

table {
  border-collapse: collapse;
  caption-side: bottom; }

th {
  text-align: inherit;
  text-align: -webkit-match-parent; }

thead,
tbody,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0; }

label {
  display: inline-block; }

button {
  border-radius: 0; }

button:focus:not(:focus-visible) {
  outline: 0; }

input,
button,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  margin: 0; }

button {
  text-transform: none; }

[list]:not([type="date"]):not([type="datetime-local"]):not([type="month"]):not([type="week"]):not([type="time"])::-webkit-calendar-picker-indicator {
  display: none !important; }

button {
  -webkit-appearance: button; }
  button:not(:disabled) {
    cursor: pointer; }

::-moz-focus-inner {
  border-style: none;
  padding: 0; }

textarea {
  resize: vertical; }

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0; }

::-webkit-inner-spin-button {
  height: auto; }

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-color-swatch-wrapper {
  padding: 0; }

::file-selector-button {
  -webkit-appearance: button;
  font: inherit; }

iframe {
  border: 0; }

:root { }

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-left: calc(-.5 * var(--bs-gutter-x));
  margin-right: calc(-.5 * var(--bs-gutter-x));
  margin-top: calc(-1 * var(--bs-gutter-y)); }
  .row > * {
    flex-shrink: 0;
    margin-top: var(--bs-gutter-y);
    max-width: 100%;
    padding-left: calc(var(--bs-gutter-x) * .5);
    padding-right: calc(var(--bs-gutter-x) * .5);
    width: 100%; }

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%; }

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%; }

.col-6 {
  flex: 0 0 auto;
  width: 50%; }

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%; }

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%; }

.col-12 {
  flex: 0 0 auto;
  width: 100%; }

@media (min-width: 576px) {
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%; }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%; } }

@media (min-width: 768px) {
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%; }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%; }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%; }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%; }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%; } }

@media (min-width: 992px) {
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%; }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%; }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%; }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%; }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%; }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%; }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%; }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%; } }

.btn-close {
  --bs-btn-close-color: #000;
  --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414'/%3e%3c/svg%3e");
  --bs-btn-close-opacity: 0.5;
  --bs-btn-close-hover-opacity: 0.75;
  --bs-btn-close-focus-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-btn-close-focus-opacity: 1;
  --bs-btn-close-disabled-opacity: 0.25;
  background: transparent var(--bs-btn-close-bg) center/1em auto no-repeat;
  border: 0;
  border-radius: 0.375rem;
  box-sizing: content-box;
  color: var(--bs-btn-close-color);
  filter: var(--bs-btn-close-filter);
  height: 1em;
  opacity: var(--bs-btn-close-opacity);
  padding: 0.25em 0.25em;
  width: 1em; }
  .btn-close:hover {
    color: var(--bs-btn-close-color);
    opacity: var(--bs-btn-close-hover-opacity);
    text-decoration: none; }
  .btn-close:focus {
    box-shadow: var(--bs-btn-close-focus-shadow);
    opacity: var(--bs-btn-close-focus-opacity);
    outline: 0; }
  .btn-close:disabled {
    opacity: var(--bs-btn-close-disabled-opacity);
    pointer-events: none;
    user-select: none; }

.btn-close-white {
  --bs-btn-close-filter: invert(1) grayscale(100%) brightness(200%); }

:root {
  --bs-btn-close-filter: none; }

.opacity-0 {
  opacity: 0 !important; }

.opacity-50 {
  opacity: 0.5 !important; }

.overflow-hidden {
  overflow: hidden !important; }

.overflow-visible {
  overflow: visible !important; }

.overflow-x-visible {
  overflow-x: visible !important; }

.overflow-y-visible {
  overflow-y: visible !important; }

.d-block {
  display: block !important; }

.d-flex {
  display: flex !important; }

.d-none {
  display: none !important; }

.shadow {
  box-shadow: var(--bs-box-shadow) !important; }

.position-relative {
  position: relative !important; }

.position-absolute {
  position: absolute !important; }

.w-100 {
  width: 100% !important; }

.flex-column {
  flex-direction: column !important; }

.flex-wrap {
  flex-wrap: wrap !important; }

.justify-content-start {
  justify-content: flex-start !important; }

.justify-content-end {
  justify-content: flex-end !important; }

.justify-content-center {
  justify-content: center !important; }

.justify-content-between {
  justify-content: space-between !important; }

.align-items-end {
  align-items: flex-end !important; }

.align-items-center {
  align-items: center !important; }

.align-content-center {
  align-content: center !important; }

.mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important; }

.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important; }

.mt-3 {
  margin-top: 1rem !important; }

.mb-0 {
  margin-bottom: 0 !important; }

.mb-1 {
  margin-bottom: 0.25rem !important; }

.mb-2 {
  margin-bottom: 0.5rem !important; }

.mb-3 {
  margin-bottom: 1rem !important; }

.mb-4 {
  margin-bottom: 1.5rem !important; }

.mb-5 {
  margin-bottom: 3rem !important; }

.ms-3 {
  margin-left: 1rem !important; }

.ms-auto {
  margin-left: auto !important; }

.p-1 {
  padding: 0.25rem !important; }

.p-2 {
  padding: 0.5rem !important; }

.p-3 {
  padding: 1rem !important; }

.p-5 {
  padding: 3rem !important; }

.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important; }

.pt-0 {
  padding-top: 0 !important; }

.pt-5 {
  padding-top: 3rem !important; }

.pb-1 {
  padding-bottom: 0.25rem !important; }

.pb-5 {
  padding-bottom: 3rem !important; }

.text-center {
  text-align: center !important; }

.text-decoration-none {
  text-decoration: none !important; }

/* rtl:begin:remove */
.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important; }

/* rtl:end:remove */

.text-dark {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important; }

.text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important; }

.text-muted {
  --bs-text-opacity: 1;
  color: var(--bs-secondary-color) !important; }

.link-opacity-75 {
  --bs-link-opacity: 0.75; }

.link-opacity-100-hover:hover {
  --bs-link-opacity: 1; }

.link-underline-opacity-0 { }

.link-underline-opacity-0-hover:hover { }

.bg-primary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important; }

.rounded {
  border-radius: var(--bs-border-radius) !important; }

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

@media (min-width: 576px) {
  .mt-sm-3 {
    margin-top: 1rem !important; } }

@media (min-width: 768px) {
  .d-md-flex {
    display: flex !important; } }

@media (min-width: 992px) {
  .d-lg-flex {
    display: flex !important; }
  .mb-lg-0 {
    margin-bottom: 0 !important; } }

@media (min-width: 1200px) {
  .d-xl-flex {
    display: flex !important; } }

img {
  display: inline-block;
  height: auto;
  max-width: 100%; }
  img.img-center {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  img.img-left {
    display: block;
    margin-left: 0;
    margin-right: auto; }
  img.img-right {
    display: block;
    margin-left: auto;
    margin-right: 0; }

.img {
  height: auto;
  max-width: 100%; }

figure {
  display: inline-block;
  margin-bottom: 1.5rem; }
  figure img {
    margin-bottom: 0.7rem; }
  figure.img-center {
    display: block;
    text-align: center; }
  figure.img-left {
    display: block;
    text-align: left; }
  figure.img-right {
    display: block;
    text-align: right; }
  figure.img-float-left {
    float: left;
    margin-right: 1.5rem; }
  figure.img-float-right {
    float: right;
    margin-left: 1.5rem; }

.shields-badge {
  height: 18px !important;
  margin-top: -3px !important; }

body.light-mode * .darkmodeImage {
  display: none !important; }

body.light-mode * .lightmodeImage {
  display: unset !important; }

.lightmodeImage {
  display: none !important; }

img {
  border: 0; }

@font-face {
  font-display: swap;
  font-family: "Midjungards";
  src: url("/fonts/midjungards/regular.woff2") format("woff2"); }

.btn-close {
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  border: 0;
  border-radius: 0.375rem;
  box-sizing: content-box;
  color: #000;
  height: 1em;
  opacity: 0.5;
  padding: 0.25em 0.25em;
  width: 1em; }
  .btn-close:hover {
    color: #000;
    opacity: 0.75;
    text-decoration: none; }
  .btn-close:focus {
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    opacity: 1;
    outline: 0; }

.btn-close-white {
  filter: invert(1) grayscale(100%) brightness(200%); }

.lv2-skip-link {
  background: var(--lv2-bg, #0a0a0b);
  border: 1px solid var(--lv2-border);
  border-radius: 8px;
  color: var(--lv2-text-primary, #fff);
  font-size: 0.875rem;
  font-weight: 500;
  left: 50%;
  opacity: 0;
  padding: 12px 24px;
  position: fixed;
  text-decoration: none;
  top: 16px;
  transform: translateX(-50%) translateY(-100px);
  transition: transform 0.2s ease, opacity 0.2s ease;
  z-index: 10000; }
  .lv2-skip-link:focus {
    opacity: 1;
    outline: none;
    transform: translateX(-50%) translateY(0); }

.landing-v2 *:focus-visible {
  outline: 2px solid var(--lv2-accent);
  outline-offset: 2px; }

.landing-v2 *:focus:not(:focus-visible) {
  outline: none; }

body.lv2-page #navigation-wrapper {
  background: transparent !important;
  padding: 8px 80px !important;
  transform: translateY(-20px);
  transition: opacity 0.8s ease, transform 0.8s ease, background 0.3s ease, backdrop-filter 0.3s ease; }
  @media (max-width: 1200px) {
    body.lv2-page #navigation-wrapper {
      padding: 8px 40px !important; } }
  @media (max-width: 768px) {
    body.lv2-page #navigation-wrapper {
      padding: 8px 16px !important; } }
  body.lv2-page #navigation-wrapper .topbar {
    padding: 0 !important; }
  body.lv2-page #navigation-wrapper.lv2-nav-visible {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0); }
  body.lv2-page #navigation-wrapper.lv2-nav-scrolled {
    -webkit-backdrop-filter: blur(20px) saturate(180%) !important;
    backdrop-filter: blur(20px) saturate(180%) !important;
    background: rgba(10, 10, 11, 0.85) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.3); }

body.lv2-page.light-mode #navigation-wrapper.lv2-nav-light-bg {
  -webkit-backdrop-filter: blur(20px) saturate(180%) !important;
  backdrop-filter: blur(20px) saturate(180%) !important;
  background: rgba(250, 250, 250, 0.88) !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08) !important;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.06); }

body.lv2-page .input-group {
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  width: 100%; }

body.lv2-page .collapse:not(.show) {
  display: none; }

body.lv2-page .collapse.show {
  display: block; }

body.lv2-page .collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease; }

body.lv2-page .navbar-collapse {
  align-items: center;
  flex-basis: 100%;
  flex-grow: 1; }

body.lv2-page .navbar-nav {
  display: flex;
  flex-direction: column;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0; }

body.lv2-page .nav-link {
  color: rgba(255, 255, 255, 0.85);
  display: block;
  padding: 0.5rem 1rem;
  text-decoration: none;
  transition: color 0.15s ease-in-out; }
  body.lv2-page .nav-link:hover, body.lv2-page .nav-link:focus {
    color: white; }

body.lv2-page .navbar .nav-item .nav-link {
  font-size: 40px !important; }

body.lv2-page .nav-item {
  margin-bottom: 0.25rem; }

@media (orientation: portrait) {
  body.lv2-page .navbar .nav-item .nav-link {
    font-size: 2em !important;
    padding: 0.75rem 1rem; }
  body.lv2-page .navbar-collapse.show {
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    background: var(--swatch-expanded-menu-color, rgba(0, 0, 0, 0.95));
    border-radius: 0;
    left: 0;
    padding: 1.5rem;
    position: fixed;
    right: 0;
    top: 60px; }
  body.lv2-page .navbar-nav {
    text-align: center; } }

@media (orientation: portrait) {
  .shields-badge {
    display: none !important; } }

body.lv2-page #navigation-wrapper:has(.navbar-collapse.show) #language-toggler,
body.lv2-page #navigation-wrapper:has(.navbar-collapse.show) #search-toggler,
body.lv2-page #navigation-wrapper:has(.navbar-collapse.show) #theme-toggle-wrapper {
  opacity: 0;
  pointer-events: none; }

.lv2-section-headline {
  color: var(--lv2-text-primary);
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  margin-bottom: 48px; }
  @media (max-width: 768px) {
    .lv2-section-headline {
      font-size: 1.25rem;
      margin-bottom: 32px; } }
.lv2-button {
  align-items: center;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  display: inline-flex;
  font-size: 0.9rem;
  font-weight: 500;
  gap: 8px;
  justify-content: center;
  letter-spacing: 0.02em;
  padding: 12px 20px;
  position: relative;
  text-decoration: none;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1); }
  .lv2-button--primary {
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    background: transparent;
    border: 1px solid var(--lv2-border);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    color: var(--lv2-text-primary); }
    .lv2-button--primary:hover {
      background: rgba(255, 255, 255, 0.06);
      border-color: rgba(255, 255, 255, 0.2);
      box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
      transform: translateY(-1px); }
    .lv2-button--primary:active {
      background: rgba(255, 255, 255, 0.04);
      transform: translateY(0); }
  .lv2-button--large {
    border-radius: 12px;
    font-size: 0.95rem;
    padding: 14px 28px; }
  .lv2-button svg {
    transition: transform 0.25s ease; }
  .lv2-button:hover svg {
    transform: translateX(3px); }

body.light-mode .lv2-button--primary:hover {
  background: rgba(0, 0, 0, 0.04);
  border-color: rgba(0, 0, 0, 0.15); }

body.light-mode .lv2-button--primary:active {
  background: rgba(0, 0, 0, 0.06); }

#search-toggler .input-group {
  justify-content: center !important; }

#navbar-search-autocomplete.lv2-search-trigger {
  align-items: center;
  border: var(--bs-border-width) solid rgba(255, 255, 255, 0.7);
  border-radius: 5px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  margin: 0;
  min-height: 38px;
  min-width: 48px;
  padding: 0 10px; }
  #navbar-search-autocomplete.lv2-search-trigger:hover {
    background: rgba(255, 255, 255, 0.5); }
  body.light-mode #navbar-search-autocomplete.lv2-search-trigger:hover {
    background: rgba(0, 0, 0, 0.08); }
  #navbar-search-autocomplete.lv2-search-trigger label, #navbar-search-autocomplete.lv2-search-trigger #searchfield, #navbar-search-autocomplete.lv2-search-trigger #search, #navbar-search-autocomplete.lv2-search-trigger #exit-sign-search {
    display: none !important; }
  #navbar-search-autocomplete.lv2-search-trigger .filter-white {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-left: 4px; }
  #navbar-search-autocomplete.lv2-search-trigger svg#search-icon {
    height: 24px;
    pointer-events: none;
    width: 24px; }

.lv2-philosophy {
  background: var(--lv2-bg);
  margin-top: -50vh;
  margin-top: -50lvh;
  padding: 140px 0;
  position: relative;
  text-align: center;
  z-index: 1; }
  @media (max-width: 768px) {
    .lv2-philosophy {
      padding: 100px 0; } }
  .lv2-philosophy::before {
    background: radial-gradient(ellipse, rgba(162, 228, 184, 0.08) 0%, transparent 70%);
    content: '';
    height: 200px;
    left: 50%;
    pointer-events: none;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 600px; }
    @media (max-width: 768px) {
      .lv2-philosophy::before {
        height: 150px;
        width: 100%; } }
  .lv2-philosophy__text {
    color: var(--lv2-text-primary);
    font-size: 2.5rem;
    font-weight: 600;
    letter-spacing: -0.02em;
    line-height: 1.4;
    margin: 0 auto;
    max-width: 900px;
    position: relative; }
    @media (max-width: 768px) {
      .lv2-philosophy__text {
        font-size: 1.75rem; } }
body.light-mode .lv2-philosophy::before {
  background: radial-gradient(ellipse, rgba(84, 59, 220, 0.12) 0%, transparent 70%); }

.lv2-card {
  border-radius: 16px;
  padding: 32px;
  transition: all 0.3s ease; }
  .lv2-card--glass {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background: var(--lv2-bg-glass);
    border: 1px solid var(--lv2-border); }
    .lv2-card--glass:hover {
      background: var(--lv2-bg-elevated);
      border-color: rgba(255, 255, 255, 0.12);
      transform: translateY(-2px); }
      body.light-mode .lv2-card--glass:hover {
        border-color: rgba(0, 0, 0, 0.12); }
  .lv2-card__icon {
    align-items: center;
    color: var(--lv2-accent);
    display: flex;
    height: 48px;
    justify-content: center;
    margin-bottom: 20px;
    opacity: 0.8;
    width: 48px; }
  .lv2-card__title {
    color: var(--lv2-text-primary);
    font-size: 1.125rem;
    font-weight: 600;
    margin-bottom: 4px; }
  .lv2-card__subline {
    color: var(--lv2-text-tertiary);
    font-size: 0.875rem;
    margin-bottom: 12px; }
  .lv2-card__description {
    color: var(--lv2-text-secondary);
    font-size: 0.95rem;
    line-height: 1.6; }
  .lv2-card--service {
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    min-height: 340px;
    overflow: hidden;
    padding: 0;
    position: relative;
    text-decoration: none;
    transition: border-color 0.2s ease, background 0.2s ease; }
    body.light-mode .lv2-card--service {
      background: rgba(0, 0, 0, 0.015);
      border-color: rgba(0, 0, 0, 0.06); }
    .lv2-card--service::before {
      animation: lv2-card-shine 8s ease-out infinite;
      animation-delay: var(--shine-delay, 0s);
      background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.03) 50%, transparent 100%);
      border-radius: 12px;
      content: '';
      height: 100%;
      left: -100%;
      pointer-events: none;
      position: absolute;
      top: 0;
      transition: all 0.4s ease;
      width: 50%;
      z-index: 9; }
      body.light-mode .lv2-card--service::before {
        background: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.02) 50%, transparent 100%); }
    .lv2-card--service:hover::before {
      animation: none;
      background: #111;
      left: 0;
      width: 100%; }
    .lv2-card--service:nth-child(1) {
      --shine-delay: 0s; }
    .lv2-card--service:nth-child(2) {
      --shine-delay: 2s; }
    .lv2-card--service:nth-child(3) {
      --shine-delay: 4s; }
    .lv2-card--service:nth-child(4) {
      --shine-delay: 6s; }
    @media (max-width: 768px) {
      .lv2-card--service {
        min-height: 300px; } }
    .lv2-card--service:hover {
      background: #0a0a0a;
      border-color: rgba(255, 255, 255, 0.15);
      box-shadow: 0 0 40px -10px rgba(99, 102, 241, 0.15); }
      body.light-mode .lv2-card--service:hover {
        background: #000;
        border-color: rgba(255, 255, 255, 0.15);
        box-shadow: 0 0 40px -10px rgba(79, 70, 229, 0.1); }
      .lv2-card--service:hover .lv2-card__video-fullcard {
        opacity: 1; }
      .lv2-card--service:hover .lv2-card__media,
      .lv2-card--service:hover .lv2-card__body {
        opacity: 0;
        pointer-events: none; }
    body.light-mode .lv2-card--service:hover .lv2-card__media, body.light-mode .lv2-card--service:hover .lv2-card__body {
      background: #111 !important;
      opacity: 1;
      z-index: 5; }
      body.light-mode .lv2-card--service:hover .lv2-card__media > *, body.light-mode .lv2-card--service:hover .lv2-card__body > * {
        opacity: 0; }
    .lv2-card--service:hover .lv2-card__arrow {
      opacity: 1;
      transform: translateX(0); }
  .lv2-card__media {
    aspect-ratio: 16 / 10;
    overflow: hidden;
    position: relative;
    transition: opacity 0.3s ease;
    width: 100%; }
  .lv2-card__img {
    height: 100%;
    left: 0;
    object-fit: cover;
    position: absolute;
    top: 0;
    transition: opacity 0.4s ease;
    width: 100%;
    z-index: 1; }
  .lv2-card__svg {
    height: auto;
    left: 50%;
    max-height: 80%;
    object-fit: contain;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: opacity 0.3s ease;
    width: 90%;
    z-index: 1; }
  .lv2-card__video {
    height: 100%;
    left: 0;
    object-fit: cover;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: opacity 0.4s ease;
    width: 100%;
    z-index: 0; }
  .lv2-card__video-fullcard {
    border-radius: 12px;
    filter: blur(1px) saturate(0.7) contrast(0.85) brightness(0.85) sepia(0.12);
    height: 100%;
    inset: 0;
    -webkit-mask-image: radial-gradient(ellipse 85% 85% at center, black 60%, transparent 100%);
    mask-image: radial-gradient(ellipse 85% 85% at center, black 60%, transparent 100%);
    object-fit: cover;
    opacity: 0;
    position: absolute;
    transform: scale(0.55);
    transform-origin: center center;
    transition: opacity 0.4s ease;
    width: 100%;
    z-index: 10; }
    @media (orientation: portrait) {
      .lv2-card__video-fullcard {
        display: none; } }
  .lv2-card--service::after {
    background: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.15'/%3E%3C/svg%3E");
    background-size: 150px 150px;
    border-radius: 12px;
    content: '';
    inset: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    transition: opacity 0.4s ease;
    z-index: 11; }
  .lv2-card--service:hover::after {
    opacity: 1; }
  .lv2-card__body {
    flex-grow: 1;
    padding: 24px;
    position: relative;
    transition: opacity 0.3s ease;
    transition: background 0.4s ease;
    z-index: 2; }
  .lv2-card__arrow {
    align-items: center;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    bottom: 20px;
    color: var(--lv2-text-secondary);
    display: flex;
    height: 36px;
    justify-content: center;
    opacity: 0;
    position: absolute;
    right: 20px;
    transform: translateX(-8px);
    transition: opacity 0.2s ease, transform 0.2s ease, background 0.2s ease;
    width: 36px;
    z-index: 5; }
    body.light-mode .lv2-card__arrow {
      background: rgba(0, 0, 0, 0.08); }
    .lv2-card__arrow svg {
      height: 18px;
      width: 18px; }
  .lv2-card--service:hover .lv2-card__arrow {
    opacity: 1;
    transform: translateX(0); }
  .lv2-card--service:focus-visible .lv2-card__arrow {
    opacity: 1;
    transform: translateX(0); }

.lv2-services {
  background: var(--lv2-bg);
  padding: 100px 0;
  position: relative;
  z-index: 1; }
  @media (max-width: 768px) {
    .lv2-services {
      padding: 72px 0; } }
  .lv2-services__grid {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(2, 1fr); }
    @media (max-width: 768px) {
      .lv2-services__grid {
        grid-template-columns: 1fr; } }
.lv2-bento {
  background: var(--lv2-bg-elevated);
  padding: 100px 0; }
  @media (max-width: 768px) {
    .lv2-bento {
      padding: 72px 0; } }
  .lv2-bento__grid {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(3, 1fr); }
    @media (max-width: 768px) {
      .lv2-bento__grid {
        grid-template-columns: 1fr; } }
  .lv2-bento__item {
    background: var(--lv2-bg-glass);
    border: 1px solid var(--lv2-border);
    border-radius: 16px;
    padding: 40px 32px;
    text-align: center;
    transition: border-color 0.2s ease, transform 0.2s ease; }
    .lv2-bento__item:hover {
      border-color: rgba(255, 255, 255, 0.12);
      transform: translateY(-1px); }
      body.light-mode .lv2-bento__item:hover {
        border-color: rgba(0, 0, 0, 0.12); }
    .lv2-bento__item--large {
      grid-column: span 1; }
      @media (min-width: 769px) {
        .lv2-bento__item--large {
          grid-column: span 1; } }
  .lv2-bento__number {
    color: var(--lv2-text-primary);
    display: block;
    font-size: 3rem;
    font-weight: 700;
    letter-spacing: -0.02em;
    margin-bottom: 8px; }
  .lv2-bento__label {
    color: var(--lv2-text-tertiary);
    font-size: 0.9rem; }
  .lv2-bento__hint {
    color: var(--lv2-text-tertiary);
    display: block;
    font-size: 0.8rem;
    margin-top: 16px;
    opacity: 0;
    transform: translateY(8px);
    transition: all 0.3s ease; }
  .lv2-bento a.lv2-bento__item {
    cursor: pointer;
    text-decoration: none; }
    .lv2-bento a.lv2-bento__item:hover {
      border-color: rgba(255, 255, 255, 0.2); }
      body.light-mode .lv2-bento a.lv2-bento__item:hover {
        border-color: rgba(0, 0, 0, 0.15); }
      .lv2-bento a.lv2-bento__item:hover .lv2-bento__hint {
        color: var(--lv2-text-secondary);
        opacity: 1;
        transform: translateY(0); }

.lv2-offcanvas {
  background-color: #1a1a1a !important;
  border-left: 1px solid #333;
  max-width: 450px; }
  body.light-mode .lv2-offcanvas {
    background-color: #fafafa !important;
    border-left: 1px solid rgba(0, 0, 0, 0.1); }
  .lv2-offcanvas__header {
    border-bottom: 1px solid #333;
    padding: 20px 24px; }
    body.light-mode .lv2-offcanvas__header {
      border-bottom-color: rgba(0, 0, 0, 0.1); }
  .lv2-offcanvas__title {
    color: #fff;
    font-size: 1.25rem;
    font-weight: 600; }
    body.light-mode .lv2-offcanvas__title {
      color: #1e1d31; }
  .lv2-offcanvas__body {
    color: rgba(255, 255, 255, 0.85);
    font-size: 0.95rem;
    line-height: 1.7;
    padding: 24px; }
    @media (max-width: 480px) {
      .lv2-offcanvas__body {
        padding: 24px 28px 24px 40px; } }
    body.light-mode .lv2-offcanvas__body {
      color: rgba(30, 29, 49, 0.85); }
    .lv2-offcanvas__body p {
      margin-bottom: 1rem; }
    .lv2-offcanvas__body hr {
      border-color: #333;
      margin: 1.5rem 0; }
      body.light-mode .lv2-offcanvas__body hr {
        border-color: rgba(0, 0, 0, 0.1); }
    .lv2-offcanvas__body .text-muted {
      color: rgba(255, 255, 255, 0.5);
      font-size: 0.8rem; }
      body.light-mode .lv2-offcanvas__body .text-muted {
        color: rgba(30, 29, 49, 0.5); }
    .lv2-offcanvas__body sup {
      color: var(--lv2-accent); }
  .lv2-offcanvas__role {
    color: var(--lv2-text-tertiary);
    font-size: 0.875rem;
    margin-bottom: 0.5rem; }
  .lv2-offcanvas__subline {
    color: var(--lv2-text-secondary);
    font-size: 1rem;
    margin-bottom: 1rem; }
  .lv2-offcanvas__subtitle {
    color: var(--lv2-text-secondary);
    font-size: 0.875rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    margin-bottom: 1rem;
    text-transform: uppercase; }
  .lv2-offcanvas__games {
    display: grid;
    gap: 16px;
    grid-template-columns: 1fr; }
  .lv2-offcanvas__game {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 16px;
    text-align: center; }
    body.light-mode .lv2-offcanvas__game {
      background: rgba(0, 0, 0, 0.02);
      border-color: rgba(0, 0, 0, 0.08); }
    .lv2-offcanvas__game img,
    .lv2-offcanvas__game picture img {
      border-radius: 8px;
      height: auto;
      margin: 0 auto;
      max-width: 280px;
      width: 100%; }
    .lv2-offcanvas__game span {
      color: var(--lv2-text-tertiary);
      font-family: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Monaco, Consolas, monospace;
      font-size: 0.6875rem; }
  .lv2-offcanvas__game-img {
    border-radius: 8px;
    display: block;
    height: auto;
    margin: 0 auto;
    max-width: 280px;
    width: 100%; }
  .lv2-offcanvas__bio {
    color: var(--lv2-text-secondary);
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 1.5rem; }
    .lv2-offcanvas__bio .shields-badge {
      background: rgba(255, 255, 255, 0.08);
      border: 1px solid rgba(255, 255, 255, 0.1);
      border-radius: 6px;
      display: inline-block;
      filter: none !important;
      height: 20px;
      margin-left: 6px;
      opacity: 0.85;
      padding: 3px 6px;
      transition: opacity 0.2s ease, background 0.2s ease;
      vertical-align: middle;
      width: auto; }
      body.light-mode .lv2-offcanvas__bio .shields-badge {
        background: rgba(0, 0, 0, 0.04);
        border-color: rgba(0, 0, 0, 0.1); }
      .lv2-offcanvas__bio .shields-badge:hover {
        background: rgba(255, 255, 255, 0.12);
        opacity: 1; }
        body.light-mode .lv2-offcanvas__bio .shields-badge:hover {
          background: rgba(0, 0, 0, 0.08); }
  .lv2-offcanvas__qr {
    align-items: center;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin: 1.5rem 0;
    padding: 24px; }
    body.light-mode .lv2-offcanvas__qr {
      background: rgba(0, 0, 0, 0.02);
      border-color: rgba(0, 0, 0, 0.08); }
  .lv2-offcanvas__qr-image {
    border-radius: 8px;
    height: auto;
    width: 180px; }
  .lv2-offcanvas__qr-canvas {
    aspect-ratio: 1;
    border-radius: 8px;
    height: auto;
    image-rendering: pixelated;
    max-width: 280px;
    width: 100%; }
  .lv2-offcanvas__qr-hint {
    color: var(--lv2-text-tertiary);
    font-family: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Monaco, Consolas, monospace;
    font-size: 0.6875rem; }
  .lv2-offcanvas--person {
    max-width: 480px; }

.lv2-live-img {
  height: 100%;
  object-fit: cover;
  width: 100%; }

.lv2-showcase {
  background: var(--lv2-bg);
  overflow: visible;
  position: relative; }
  .lv2-showcase.no-transition, .lv2-showcase.no-transition * {
    transition: none !important; }
  .lv2-showcase--fullscreen {
    height: 220vh;
    margin-left: calc(-50vw + 50%);
    min-height: 220vh;
    padding-top: 24px;
    width: 100vw;
    z-index: 2; }
    @media (max-width: 768px) {
      .lv2-showcase--fullscreen {
        height: 150vh;
        min-height: 150vh;
        padding-top: 20px; } }
  .lv2-showcase__header {
    left: 50%;
    max-width: 1200px;
    padding: 0 24px;
    position: absolute;
    text-align: left;
    top: 4px;
    transform: translateX(-50%);
    width: 100%;
    z-index: 10; }
    @media (max-width: 768px) {
      .lv2-showcase__header {
        padding: 0 16px;
        top: 24px; } }
  .lv2-showcase__exploded {
    height: 100%;
    inset: 0;
    max-width: 1800px;
    overflow: visible;
    perspective: 905px;
    perspective-origin: 30% 50%;
    position: absolute;
    width: 100%; }
    @media (max-width: 768px) {
      .lv2-showcase__exploded {
        perspective: 600px;
        perspective-origin: 40% 50%; } }
  .lv2-showcase__svg-debug {
    fill: none;
    height: 100%;
    inset: 0;
    pointer-events: none;
    position: absolute;
    width: 100%;
    z-index: 1000; }
  .lv2-showcase__stack {
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: none;
    width: 100%; }
  .lv2-showcase__replay {
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 6px;
    color: rgba(255, 255, 255, 0.7);
    cursor: pointer;
    font-size: 0.75rem;
    padding: 6px 12px;
    position: absolute;
    right: 20px;
    top: 20px;
    transition: color 0.2s, border-color 0.2s;
    z-index: 200; }
    .lv2-showcase__replay:hover {
      border-color: rgba(255, 255, 255, 0.3);
      color: #fff; }
  .lv2-showcase .lv2-dev-panel {
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    background: rgba(15, 15, 15, 0.92);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 8px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4);
    color: rgba(255, 255, 255, 0.85);
    font-family: system-ui, sans-serif;
    font-size: 0.7rem;
    left: 20px;
    position: fixed;
    top: 20px;
    width: 260px;
    z-index: 9999; }
    .lv2-showcase .lv2-dev-panel__header {
      align-items: center;
      border-bottom: 1px solid rgba(255, 255, 255, 0.1);
      display: flex;
      font-size: 0.75rem;
      font-weight: 600;
      justify-content: space-between;
      padding: 8px 12px; }
    .lv2-showcase .lv2-dev-panel__toggle {
      background: none;
      border: 1px solid rgba(255, 255, 255, 0.2);
      border-radius: 4px;
      color: rgba(255, 255, 255, 0.7);
      cursor: pointer;
      font-size: 0.8rem;
      height: 22px;
      line-height: 1;
      width: 22px; }
    .lv2-showcase .lv2-dev-panel__body {
      padding: 8px 12px 12px; }
    .lv2-showcase .lv2-dev-panel fieldset {
      border: none;
      margin: 0 0 8px;
      padding: 0; }
      .lv2-showcase .lv2-dev-panel fieldset legend {
        color: rgba(255, 255, 255, 0.5);
        font-size: 0.65rem;
        font-weight: 600;
        letter-spacing: 0.05em;
        margin-bottom: 4px;
        text-transform: uppercase; }
      .lv2-showcase .lv2-dev-panel fieldset label {
        align-items: center;
        display: flex;
        font-size: 0.65rem;
        gap: 6px;
        margin-bottom: 3px; }
        .lv2-showcase .lv2-dev-panel fieldset label input[type="range"] {
          accent-color: #888;
          flex: 1;
          height: 3px; }
        .lv2-showcase .lv2-dev-panel fieldset label .lv2-dev-val {
          font-variant-numeric: tabular-nums;
          min-width: 32px;
          text-align: right; }
    .lv2-showcase .lv2-dev-panel__apply {
      background: rgba(255, 255, 255, 0.1);
      border: 1px solid rgba(255, 255, 255, 0.2);
      border-radius: 4px;
      color: #fff;
      cursor: pointer;
      font-size: 0.7rem;
      margin-top: 4px;
      padding: 6px;
      width: 100%; }
      .lv2-showcase .lv2-dev-panel__apply:hover {
        background: rgba(255, 255, 255, 0.18); }
  .lv2-showcase .lv2-dev-dpad {
    display: grid;
    gap: 2px;
    grid-template-columns: repeat(3, 28px);
    grid-template-rows: repeat(3, 28px);
    margin: 4px 0 6px; }
    .lv2-showcase .lv2-dev-dpad__btn {
      align-items: center;
      background: rgba(255, 255, 255, 0.08);
      border: 1px solid rgba(255, 255, 255, 0.15);
      border-radius: 4px;
      color: rgba(255, 255, 255, 0.6);
      cursor: pointer;
      display: flex;
      font-size: 0.75rem;
      justify-content: center;
      line-height: 1;
      padding: 0; }
      .lv2-showcase .lv2-dev-dpad__btn:hover {
        background: rgba(255, 255, 255, 0.18);
        color: #fff; }
      .lv2-showcase .lv2-dev-dpad__btn--active {
        background: rgba(255, 255, 255, 0.25);
        border-color: rgba(255, 255, 255, 0.4);
        color: #fff; }
      .lv2-showcase .lv2-dev-dpad__btn--center {
        background: rgba(255, 255, 255, 0.03);
        color: rgba(255, 255, 255, 0.3); }
  .lv2-showcase .lv2-dev-readout {
    color: rgba(255, 255, 255, 0.4);
    font-family: monospace;
    font-size: 0.6rem;
    margin-top: 4px; }
  .lv2-showcase__info-overlay {
    bottom: 60px;
    max-width: 400px;
    position: absolute;
    right: 40px;
    text-align: right;
    z-index: 200; }
    @media (max-width: 768px) {
      .lv2-showcase__info-overlay {
        bottom: 40px;
        left: 24px;
        max-width: none;
        right: 24px;
        text-align: left; } }
  .lv2-showcase__client {
    color: var(--lv2-text-primary);
    display: block;
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: -0.02em;
    margin-bottom: 12px; }
    @media (max-width: 768px) {
      .lv2-showcase__client {
        font-size: 1.75rem; } }
  .lv2-showcase__description {
    color: var(--lv2-text-secondary);
    font-size: 1.1rem;
    line-height: 1.6;
    margin-bottom: 20px; }
  .lv2-showcase__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: flex-end;
    margin-bottom: 32px; }
    @media (max-width: 768px) {
      .lv2-showcase__tags {
        justify-content: flex-start; } }
  .lv2-showcase__tag {
    border: 1px solid var(--lv2-border);
    border-radius: 4px;
    color: var(--lv2-text-tertiary);
    font-size: 0.75rem;
    letter-spacing: 0.05em;
    padding: 4px 10px;
    text-transform: uppercase; }
  .lv2-showcase__sync-tag {
    align-items: center;
    background: rgba(34, 197, 94, 0.1);
    border: 1px solid rgba(34, 197, 94, 0.3);
    border-radius: 4px;
    color: #22c55e;
    cursor: help;
    display: inline-flex;
    font-size: 0.75rem;
    gap: 6px;
    letter-spacing: 0.05em;
    padding: 4px 10px;
    position: relative;
    text-transform: uppercase; }
    .lv2-showcase__sync-tag:hover .lv2-showcase__sync-tooltip {
      opacity: 1;
      transform: translateX(-50%) translateY(0);
      visibility: visible; }
      @media (max-width: 575px) {
        .lv2-showcase__sync-tag:hover .lv2-showcase__sync-tooltip {
          transform: translateX(0) translateY(0); } }
  .lv2-showcase__sync-dot {
    animation: lv2-pulse 2s ease-in-out infinite;
    background: #22c55e;
    border-radius: 50%;
    height: 6px;
    width: 6px; }
  .lv2-showcase__sync-tooltip {
    background: rgba(0, 0, 0, 0.9);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 4px;
    bottom: calc(100% + 12px);
    color: #fff;
    font-size: 0.8rem;
    font-weight: 400;
    left: 50%;
    letter-spacing: 0;
    line-height: 1.4;
    max-width: 560px;
    min-width: 280px;
    opacity: 0;
    padding: 0.75rem 1rem;
    pointer-events: none;
    position: absolute;
    text-align: center;
    text-transform: none;
    transform: translateX(-50%) translateY(4px);
    transition: opacity 0.15s ease, visibility 0.15s ease, transform 0.15s ease;
    visibility: hidden;
    white-space: normal;
    z-index: 100; }
    @media (max-width: 575px) {
      .lv2-showcase__sync-tooltip {
        left: 0;
        max-width: calc(100vw - 2rem);
        min-width: 220px;
        transform: translateX(0) translateY(4px); }
        .lv2-showcase__sync-tooltip::after {
          left: 2rem; }
        .lv2-showcase__sync-tooltip::before {
          left: 2rem; } }
    .lv2-showcase__sync-tooltip::after {
      border: 5px solid transparent;
      border-top-color: rgba(0, 0, 0, 0.9);
      content: '';
      left: 50%;
      position: absolute;
      top: 100%;
      transform: translateX(-50%); }
    .lv2-showcase__sync-tooltip::before {
      border: 6px solid transparent;
      border-top-color: rgba(255, 255, 255, 0.15);
      content: '';
      left: 50%;
      position: absolute;
      top: calc(100% + 1px);
      transform: translateX(-50%); }
    body.light-mode .lv2-showcase__sync-tooltip {
      background: rgba(255, 255, 255, 0.95);
      border-color: rgba(0, 0, 0, 0.1);
      color: #1a1a1a; }
      body.light-mode .lv2-showcase__sync-tooltip::after {
        border-top-color: rgba(255, 255, 255, 0.95); }
      body.light-mode .lv2-showcase__sync-tooltip::before {
        border-top-color: rgba(0, 0, 0, 0.1); }

.lv2-exploded__base {
  -webkit-backdrop-filter: blur(24px) saturate(1.2);
  backdrop-filter: blur(24px) saturate(1.2);
  background: rgba(25, 25, 25, 0.75);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 12px;
  box-shadow: none;
  height: 43%;
  left: 12%;
  opacity: 1;
  overflow: hidden;
  position: absolute;
  right: auto;
  top: 14%;
  transform: scale(0.85) rotateZ(-9.5deg) rotateY(36deg) rotateX(33deg) translateY(0);
  transform-origin: 0% 0%;
  width: 132%;
  z-index: 0; }
  .lv2-exploded__base::before {
    background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.03) 40%, transparent 70%);
    content: '';
    height: 60%;
    left: -10%;
    pointer-events: none;
    position: absolute;
    top: -20%;
    width: 60%;
    z-index: 1; }
  .lv2-exploded__base::after {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.04) 0%, rgba(255, 255, 255, 0.015) 30%, transparent 100%);
    border-radius: 0 0 12px 12px;
    content: '';
    height: 40%;
    left: 0;
    -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, transparent 80%);
    mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, transparent 80%);
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 100%;
    transform: scaleY(-1);
    transform-origin: top center; }
  @media (max-width: 768px) {
    .lv2-exploded__base {
      border-radius: 8px;
      height: 45%;
      left: 5%;
      top: 12%;
      transform: scale(0.8) rotateZ(-9.5deg) rotateY(36deg) rotateX(33deg) translateY(0);
      width: 110%; } }
.lv2-exploded__chrome {
  align-items: center;
  background: linear-gradient(180deg, rgba(50, 50, 50, 0.9) 0%, rgba(35, 35, 35, 0.88) 100%);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 12px 12px 0 0;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), inset 0 -1px 0 rgba(0, 0, 0, 0.2);
  display: flex;
  -webkit-font-smoothing: antialiased;
  gap: 20px;
  padding: 10px 24px;
  position: relative;
  will-change: transform;
  z-index: 10; }
  @media (max-width: 768px) {
    .lv2-exploded__chrome {
      border-radius: 8px 8px 0 0;
      gap: 12px;
      padding: 8px 12px; } }
  body.light-mode .lv2-exploded__chrome {
    background: linear-gradient(180deg, #f5f5f5 0%, #e8e8e8 100%);
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 -1px 0 rgba(0, 0, 0, 0.05); }

.lv2-exploded__dots {
  align-self: center;
  display: flex;
  gap: 10px; }
  @media (max-width: 768px) {
    .lv2-exploded__dots {
      gap: 8px; } }
.lv2-exploded__dot {
  background: rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  box-shadow: inset 0 0.5px 0 rgba(255, 255, 255, 0.08);
  height: 12px;
  width: 12px; }
  @media (max-width: 768px) {
    .lv2-exploded__dot {
      height: 10px;
      width: 10px; } }
  body.light-mode .lv2-exploded__dot--red {
    background: #ff5f57; }
  body.light-mode .lv2-exploded__dot--yellow {
    background: #ffbd2e; }
  body.light-mode .lv2-exploded__dot--green {
    background: #28c840; }

.lv2-exploded__url-svg {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  color: rgba(255, 255, 255, 0.4);
  flex: 1;
  height: 32px;
  max-width: 450px;
  padding: 6px 14px;
  will-change: transform; }
  @media (max-width: 768px) {
    .lv2-exploded__url-svg {
      border-radius: 4px;
      height: 24px;
      padding: 4px 10px; } }
  body.light-mode .lv2-exploded__url-svg {
    background: rgba(0, 0, 0, 0.06);
    color: rgba(0, 0, 0, 0.6); }

.lv2-exploded__sync-badge {
  align-items: center;
  background: rgba(34, 197, 94, 0.15);
  border: 1px solid rgba(34, 197, 94, 0.3);
  border-radius: 4px;
  display: flex;
  flex-shrink: 0;
  gap: 6px;
  margin-left: auto;
  padding: 4px 10px; }
  @media (max-width: 768px) {
    .lv2-exploded__sync-badge {
      gap: 4px;
      padding: 3px 8px; } }
  body.light-mode .lv2-exploded__sync-badge {
    background: rgba(0, 0, 0, 0.06); }

.lv2-exploded__sync-dot {
  animation: lv2-pulse 2s ease-in-out infinite;
  background: #22c55e;
  border-radius: 50%;
  height: 6px;
  width: 6px; }
  @media (max-width: 768px) {
    .lv2-exploded__sync-dot {
      height: 5px;
      width: 5px; } }
.lv2-exploded__sync-text {
  color: rgba(255, 255, 255, 0.5);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-transform: uppercase; }
  @media (max-width: 768px) {
    .lv2-exploded__sync-text {
      font-size: 9px; } }
  body.light-mode .lv2-exploded__sync-text {
    color: rgba(0, 0, 0, 0.5); }

@keyframes lv2-pulse {
  0%, 100% {
    opacity: 1; }
  50% {
    opacity: 0.4; } }

.lv2-exploded__fade-right {
  background: linear-gradient(to right, transparent 0%, var(--lv2-bg, #0a0a0b) 60%, var(--lv2-bg, #0a0a0b) 100%);
  bottom: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  z-index: 5; }

.lv2-exploded__fade-corner {
  background: radial-gradient(circle at center, white 0%, rgba(255, 255, 255, 0.79) 30%, transparent 55%);
  border-radius: 50%;
  height: 400px;
  margin-right: -160px;
  margin-top: -20px;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 1.2s ease 2.8s;
  width: 400px;
  z-index: 10; }
  .lv2-exploded__fade-corner--nav {
    height: 200px;
    margin-top: 0;
    right: 8%;
    top: 25px;
    width: 200px; }
    @media (max-width: 768px) {
      .lv2-exploded__fade-corner--nav {
        display: none; } }
  @media (max-width: 768px) {
    .lv2-exploded__fade-corner {
      display: none; } }
.lv2-exploded__layer {
  isolation: isolate;
  left: 0;
  opacity: 0;
  overflow: visible;
  pointer-events: none;
  position: absolute;
  right: 0;
  transform-style: preserve-3d;
  transition: opacity 1.4s cubic-bezier(0.28, 0.92, 0.42, 1), transform 1.6s cubic-bezier(0.05, 0.8, 0.1, 1);
  width: 100%; }
  .lv2-exploded__layer.is-revealed {
    opacity: 1; }
  .lv2-exploded__layer[data-reveal="1"] {
    transition-delay: 0s; }
  .lv2-exploded__layer .lv2-exploded__hero-video,
  .lv2-exploded__layer .lv2-exploded__emotions-gallery {
    filter: blur(6px);
    opacity: 0;
    transition: opacity 1.4s cubic-bezier(0.28, 0.92, 0.42, 1) 0.7s, filter 1.8s cubic-bezier(0.28, 0.92, 0.42, 1) 0.9s; }
  .lv2-exploded__layer .lv2-exploded__content-image {
    filter: blur(6px);
    opacity: 0;
    transform: scale(var(--asset-scale, 1.12)) translate(var(--asset-tx, 200px), var(--asset-ty, 0px));
    transition: opacity 1.4s cubic-bezier(0.28, 0.92, 0.42, 1) 0.7s, filter 1.8s cubic-bezier(0.28, 0.92, 0.42, 1) 0.9s, transform 1.8s cubic-bezier(0.05, 0.8, 0.1, 1) 0.7s; }
  .lv2-exploded__layer .lv2-exploded__hero-poster {
    filter: blur(8px);
    opacity: 0;
    transition: opacity 0.9s cubic-bezier(0.28, 0.92, 0.42, 1) 0.7s, filter 2s cubic-bezier(0.05, 0.8, 0.1, 1) 0.9s; }
  .lv2-exploded__layer .lv2-exploded__logo-svg,
  .lv2-exploded__layer .lv2-exploded__nav-links,
  .lv2-exploded__layer .lv2-exploded__content-text,
  .lv2-exploded__layer .lv2-exploded__emotions-header,
  .lv2-exploded__layer .lv2-exploded__quote-svg {
    filter: blur(6px);
    opacity: 0;
    transform: scale(var(--glass-scale, 1.12)) translate(var(--glass-tx, 200px), var(--glass-ty, -70px));
    transition: opacity 1.1s cubic-bezier(0.28, 0.92, 0.42, 1) 1.7s, filter 1.8s cubic-bezier(0.28, 0.92, 0.42, 1) 1.9s, transform 1.8s cubic-bezier(0.05, 0.8, 0.1, 1) 1.7s; }
  .lv2-exploded__layer .lv2-exploded__content-btn {
    filter: blur(6px);
    opacity: 0;
    transform: scale(var(--glass-scale, 1.12)) translate(var(--glass-tx, 200px), var(--glass-ty, -70px));
    transition: opacity 0.7s cubic-bezier(0.28, 0.92, 0.42, 1) 2.7s, filter 1.8s cubic-bezier(0.28, 0.92, 0.42, 1) 2.9s, transform 1.8s cubic-bezier(0.05, 0.8, 0.1, 1) 2.7s; }
  .lv2-exploded__layer.is-revealed .lv2-exploded__hero-poster,
  .lv2-exploded__layer.is-revealed .lv2-exploded__emotions-gallery {
    filter: blur(0px);
    opacity: 1; }
  .lv2-exploded__layer.is-revealed .lv2-exploded__content-image {
    filter: blur(0px);
    opacity: 1;
    transform: scale(1) translate(0px, 0px); }
  .lv2-exploded__layer.is-revealed .lv2-exploded__hero-video.is-playing {
    filter: blur(0px);
    opacity: 1;
    transition: opacity 0.6s cubic-bezier(0.25, 0.8, 0.25, 1), filter 0.6s cubic-bezier(0.25, 0.8, 0.25, 1); }
  .lv2-exploded__layer.is-revealed .lv2-exploded__hero-poster.is-hidden {
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.8s cubic-bezier(0.25, 0.8, 0.25, 1); }
  .lv2-exploded__layer.is-revealed .lv2-exploded__logo-svg,
  .lv2-exploded__layer.is-revealed .lv2-exploded__nav-links,
  .lv2-exploded__layer.is-revealed .lv2-exploded__content-text,
  .lv2-exploded__layer.is-revealed .lv2-exploded__emotions-header,
  .lv2-exploded__layer.is-revealed .lv2-exploded__quote-svg {
    filter: blur(0px);
    opacity: 1;
    transform: none; }
  .lv2-exploded__layer.is-revealed .lv2-exploded__content-btn {
    filter: blur(0px);
    opacity: 1;
    transform: none; }
  .lv2-exploded__layer.is-revealed .lv2-exploded__fade-corner {
    opacity: 1; }
  .lv2-exploded__layer.is-revealed .lv2-exploded__glass {
    opacity: 1;
    transform: none; }
    .lv2-exploded__layer.is-revealed .lv2-exploded__glass.is-settled {
      opacity: 0;
      transition: opacity 0.8s cubic-bezier(0.28, 0.92, 0.42, 1); }
    .lv2-exploded__layer.is-revealed .lv2-exploded__glass--assets.is-settled {
      background: transparent;
      border-color: transparent;
      box-shadow: none;
      opacity: 1;
      transition: background 0.8s cubic-bezier(0.28, 0.92, 0.42, 1), border-color 0.8s cubic-bezier(0.28, 0.92, 0.42, 1), box-shadow 0.8s cubic-bezier(0.28, 0.92, 0.42, 1); }
  .lv2-exploded__layer--main {
    --layer-scale: 1.12;
    --layer-tx: 200px;
    --layer-ty: -70px;
    display: flex;
    flex-direction: column;
    height: auto;
    left: calc(12% + 1px);
    min-height: 55%;
    padding-top: 0;
    position: relative;
    right: auto;
    top: 14%;
    transform: scale(var(--layer-scale)) rotateZ(-9.5deg) rotateY(36deg) rotateX(33deg) translate(var(--layer-tx), var(--layer-ty));
    transform-origin: 0% 0%;
    width: 132%;
    z-index: 50; }
    .lv2-exploded__layer--main.is-revealed {
      transform: scale(0.85) rotateZ(-9.5deg) rotateY(36deg) rotateX(33deg) translateY(0); }
    @media (max-width: 768px) {
      .lv2-exploded__layer--main {
        --layer-scale: 1.0;
        --layer-tx: 20px;
        --layer-ty: -50px;
        left: calc(5% + 1px);
        min-height: 45%;
        top: 12%;
        width: 110%; }
        .lv2-exploded__layer--main.is-revealed {
          transform: scale(0.8) rotateZ(-9.5deg) rotateY(36deg) rotateX(33deg) translateY(0); }
        .lv2-exploded__layer--main::after {
          top: 40px; } }
  .lv2-exploded__layer--btn {
    display: none; }

.lv2-exploded__chrome-spacer {
  background: transparent;
  flex-shrink: 0;
  height: 52px;
  pointer-events: none; }
  @media (max-width: 768px) {
    .lv2-exploded__chrome-spacer {
      height: 5vh;
      height: 5lvh; } }
.lv2-exploded__glass {
  --glass-scale: 1.12;
  --glass-tx: 200px;
  --glass-ty: -70px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 2px;
  bottom: 0;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.15), inset 0 1px 0 rgba(255, 255, 255, 0.1);
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 52px;
  transform: scale(var(--glass-scale)) translate(var(--glass-tx), var(--glass-ty)); }
  @media (max-width: 768px) {
    .lv2-exploded__glass {
      --glass-tx: 20px;
      --glass-ty: -50px;
      top: 40px; } }
  .lv2-exploded__glass--assets {
    --asset-scale: var(--glass-scale);
    --asset-tx: 200px;
    --asset-ty: 0px;
    overflow: hidden;
    top: 51px;
    transform: scale(var(--asset-scale)) translate(var(--asset-tx), var(--asset-ty));
    transition: opacity 1.6s cubic-bezier(0.28, 0.92, 0.42, 1) 0.7s, transform 1.8s cubic-bezier(0.05, 0.8, 0.1, 1) 0.7s;
    z-index: 1; }
    @media (max-width: 768px) {
      .lv2-exploded__glass--assets {
        top: calc(5vh - 2px);
        top: calc(5lvh - 2px); } }
  .lv2-exploded__glass--fonts {
    transition: opacity 1.6s cubic-bezier(0.28, 0.92, 0.42, 1) 1.7s, transform 1.8s cubic-bezier(0.05, 0.8, 0.1, 1) 1.7s;
    z-index: 2; }

.lv2-exploded__navbar {
  align-items: center;
  background: linear-gradient(135deg, #fff 0%, #fafafa 50%, #fff 100%);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
  display: flex;
  justify-content: space-between;
  margin-top: -6px;
  padding: 20px 32px;
  transform: skewY(-0.5deg); }
  @media (max-width: 768px) {
    .lv2-exploded__navbar {
      margin-top: -4px;
      padding: 12px 16px; } }
  .lv2-exploded__navbar--blend {
    background: transparent;
    box-shadow: none;
    color: #fff;
    left: 0;
    margin-top: 0;
    mix-blend-mode: difference;
    position: absolute;
    right: 0;
    top: 0;
    transform: none;
    z-index: 10; }
    .lv2-exploded__navbar--blend .lv2-exploded__logo-svg,
    .lv2-exploded__navbar--blend .lv2-exploded__nav-link-svg {
      color: #fff; }

.lv2-exploded__logo-svg {
  color: #000;
  height: 70px;
  width: auto; }
  @media (max-width: 768px) {
    .lv2-exploded__logo-svg {
      height: 40px; } }
.lv2-exploded__nav-links {
  align-items: center;
  display: flex;
  gap: 24px; }
  @media (max-width: 768px) {
    .lv2-exploded__nav-links {
      gap: 14px; } }
.lv2-exploded__nav-link-svg {
  color: rgba(0, 0, 0, 0.7);
  height: 18px;
  width: auto; }
  @media (max-width: 768px) {
    .lv2-exploded__nav-link-svg {
      height: 12px; } }
.lv2-exploded__hero {
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05), 0 1px 2px rgba(0, 0, 0, 0.04);
  height: 180px;
  margin-top: -1px;
  overflow: hidden;
  position: relative; }
  @media (max-width: 768px) {
    .lv2-exploded__hero {
      height: 14vh;
      height: 14lvh; } }
  .lv2-exploded__hero--with-nav {
    height: 720px;
    margin-top: -1px; }
    @media (max-width: 768px) {
      .lv2-exploded__hero--with-nav {
        height: 32vh;
        height: 32lvh; } }
.lv2-exploded__hero-video {
  height: 100%;
  inset: 0;
  object-fit: cover;
  object-position: center 30%;
  position: absolute;
  width: 100%; }

.lv2-exploded__hero-poster {
  height: 720px;
  left: 0;
  object-fit: cover;
  object-position: center 30%;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1; }
  @media (max-width: 768px) {
    .lv2-exploded__hero-poster {
      height: 32vh;
      height: 32lvh; } }
.lv2-exploded__hero-overlay {
  background: rgba(0, 0, 0, 0.15);
  inset: 0;
  pointer-events: none;
  position: absolute; }

.lv2-exploded__hero-text {
  align-items: center;
  color: #000;
  display: flex;
  flex-direction: column;
  inset: 0;
  justify-content: center;
  padding-left: 10%;
  position: absolute; }

.lv2-exploded__hero-title-svg {
  color: #000;
  height: auto;
  max-width: 500px;
  width: 100%; }

.lv2-exploded__hero-subtitle-svg {
  color: #000;
  height: auto;
  margin-top: 8px;
  max-width: 200px;
  opacity: 0.6;
  width: 100%; }

.lv2-exploded__quote-section {
  align-items: center;
  background: #f5f5f5;
  box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.04), 0 4px 12px rgba(0, 0, 0, 0.08), 0 1px 3px rgba(0, 0, 0, 0.06);
  display: flex;
  justify-content: center;
  margin-top: -1px;
  padding: 60px 48px 60px calc(48px + 10%); }
  @media (max-width: 768px) {
    .lv2-exploded__quote-section {
      padding: 32px 24px; } }
.lv2-exploded__quote-svg {
  backface-visibility: hidden;
  color: #333;
  display: block;
  height: auto;
  margin: 0 auto;
  max-width: 700px; }

.lv2-exploded__content-section {
  align-items: flex-start;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-top: none;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05), 0 1px 2px rgba(0, 0, 0, 0.04);
  display: flex;
  gap: 32px;
  margin-top: -1px;
  padding: 48px 56px 48px calc(56px + 10%); }
  @media (max-width: 768px) {
    .lv2-exploded__content-section {
      flex-direction: column;
      gap: 16px;
      padding: 24px 20px; } }
.lv2-exploded__content-image {
  background: #f8f8f8;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08), 0 1px 3px rgba(0, 0, 0, 0.06);
  flex-shrink: 0;
  height: 560px;
  margin-left: -1%;
  overflow: visible;
  padding: 16px;
  width: 650px; }
  @media (max-width: 768px) {
    .lv2-exploded__content-image {
      border-radius: 8px;
      height: 24vh;
      height: 24lvh;
      padding: 8px;
      width: 100%; } }
  .lv2-exploded__content-image img {
    border-radius: 8px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15), 0 8px 32px rgba(0, 0, 0, 0.1);
    height: 100%;
    object-fit: cover;
    width: 100%; }

.lv2-exploded__content-text {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding-top: 8px; }

.lv2-exploded__content-headline {
  color: #000;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: -0.02em;
  margin: 0 0 16px 0; }
  @media (max-width: 768px) {
    .lv2-exploded__content-headline {
      font-size: 1.25rem;
      margin: 0 0 8px 0; } }
.lv2-exploded__content-desc {
  color: #666;
  font-size: 0.95rem;
  line-height: 1.7;
  margin: 0 0 24px 0;
  max-width: 400px; }
  @media (max-width: 768px) {
    .lv2-exploded__content-desc {
      font-size: 0.75rem;
      line-height: 1.5;
      margin: 0 0 12px 0; } }
.lv2-exploded__content-btn {
  background: transparent;
  border: 1px solid #000;
  border-radius: 6px !important;
  color: #000;
  display: inline-block;
  font-size: 0.85rem;
  font-weight: 500;
  padding: 10px 18px;
  text-decoration: none;
  transition: background 0.2s ease, color 0.2s ease;
  width: fit-content; }
  .lv2-exploded__content-btn:hover {
    background: #000;
    color: #fff; }
  @media (max-width: 768px) {
    .lv2-exploded__content-btn {
      font-size: 0.75rem;
      padding: 8px 14px; } }
.lv2-exploded__emotions-section {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0 0 12px 12px;
  border-top: none;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.8);
  margin-top: -1px;
  min-height: 450px;
  overflow: hidden;
  padding: 40px 0;
  pointer-events: auto; }
  @media (max-width: 768px) {
    .lv2-exploded__emotions-section {
      min-height: 320px;
      padding: 24px 0; } }
.lv2-exploded__emotions-header {
  align-items: flex-start;
  display: flex;
  gap: 40px;
  justify-content: space-between;
  margin-bottom: 24px;
  padding: 0 56px 0 calc(56px + 10%); }
  @media (max-width: 768px) {
    .lv2-exploded__emotions-header {
      gap: 16px;
      margin-bottom: 12px;
      padding: 0 20px; } }
.lv2-exploded__emotions-headline {
  color: #1a1a1a;
  font-size: 2.5rem;
  font-weight: 500;
  letter-spacing: -0.02em;
  margin: 0;
  white-space: nowrap; }
  @media (max-width: 768px) {
    .lv2-exploded__emotions-headline {
      font-size: 1.3rem; } }
.lv2-exploded__emotions-copy {
  color: rgba(0, 0, 0, 0.6);
  font-size: 0.95rem;
  line-height: 1.5;
  margin: 0;
  max-width: 320px;
  text-align: right; }
  @media (max-width: 768px) {
    .lv2-exploded__emotions-copy {
      font-size: 0.7rem;
      max-width: 180px; } }
.lv2-exploded__emotions-gallery {
  padding-top: 12px;
  position: relative; }

.lv2-exploded__emotions-main {
  overflow: hidden;
  width: 100%; }
  .lv2-exploded__emotions-main img {
    aspect-ratio: 4 / 3;
    display: block;
    object-fit: cover;
    width: 100%; }

.lv2-exploded__emotions-thumbs {
  display: flex;
  flex-direction: column;
  gap: 8px;
  left: 16px;
  pointer-events: auto;
  position: absolute;
  top: 50%;
  transform: translateY(-50%); }
  @media (max-width: 768px) {
    .lv2-exploded__emotions-thumbs {
      gap: 4px;
      left: 8px; } }
  .lv2-exploded__emotions-thumbs span {
    cursor: pointer; }
  .lv2-exploded__emotions-thumbs img {
    border: 2px solid rgba(255, 255, 255, 0.15);
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    cursor: pointer;
    height: 67px;
    object-fit: cover;
    transition: border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
    width: 100px; }
    .lv2-exploded__emotions-thumbs img:hover {
      border-color: rgba(255, 255, 255, 0.5);
      box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
      transform: scale(1.08); }
  .lv2-exploded__emotions-thumbs .lv2-thumb-active img {
    border-color: rgba(255, 255, 255, 0.9);
    box-shadow: 0 4px 16px rgba(255, 255, 255, 0.15); }

.lv2-exploded__btn {
  align-items: center;
  background: #333;
  border-radius: 8px;
  color: #fff;
  display: inline-flex;
  padding: 12px 24px; }
  @media (max-width: 768px) {
    .lv2-exploded__btn {
      border-radius: 6px;
      padding: 8px 16px; } }
.lv2-exploded__btn-svg {
  color: #fff;
  height: 20px;
  width: auto; }
  @media (max-width: 768px) {
    .lv2-exploded__btn-svg {
      height: 14px; } }
.lv2-exploded__fade {
  background: linear-gradient(to bottom, transparent 0%, rgba(10, 10, 11, 0.3) 30%, rgba(10, 10, 11, 0.7) 60%, var(--lv2-bg, #0a0a0b) 100%);
  bottom: 0;
  height: 400px;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  z-index: 150; }

body.light-mode .lv2-exploded__base {
  background: rgba(245, 245, 245, 0.95);
  border: 1px solid #ccc; }

body.light-mode .lv2-exploded__fade {
  background: linear-gradient(to bottom, transparent 0%, #fafafa 100%); }

body.light-mode .lv2-exploded__fade-right {
  background: linear-gradient(to right, transparent 0%, #fafafa 60%, #fafafa 100%); }

body.light-mode .lv2-exploded__emotions-section {
  border-color: rgba(0, 0, 0, 0.1); }

@media (prefers-reduced-motion: reduce) {
  .lv2-exploded__layer {
    animation: none;
    opacity: 1;
    transform: translateZ(var(--layer-z, 0)); } }

@keyframes lv2-card-shine {
  0% {
    left: -100%; }
  100% {
    left: 200%; } }

.lv2-clickable {
  cursor: pointer; }

.lv2-incentives {
  background: var(--lv2-bg);
  padding: 100px 0; }
  @media (max-width: 768px) {
    .lv2-incentives {
      padding: 72px 0; } }
  .lv2-incentives__grid {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(3, 1fr); }
    @media (max-width: 1024px) {
      .lv2-incentives__grid {
        grid-template-columns: repeat(2, 1fr); } }
    @media (max-width: 640px) {
      .lv2-incentives__grid {
        gap: 20px;
        grid-template-columns: 1fr; } }
  .lv2-incentives__item {
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 12px;
    padding: 24px;
    position: relative;
    transition: border-color 0.2s ease, background 0.2s ease; }
    body.light-mode .lv2-incentives__item {
      background: rgba(0, 0, 0, 0.015);
      border-color: rgba(0, 0, 0, 0.06); }
    .lv2-incentives__item:hover {
      background: rgba(255, 255, 255, 0.04);
      border-color: rgba(255, 255, 255, 0.15); }
      body.light-mode .lv2-incentives__item:hover {
        background: rgba(0, 0, 0, 0.03);
        border-color: rgba(0, 0, 0, 0.12); }
  .lv2-incentives__icon {
    align-items: center;
    color: var(--lv2-text-tertiary);
    display: flex;
    height: 40px;
    justify-content: center;
    margin-bottom: 16px;
    width: 40px; }
    .lv2-incentives__icon svg {
      height: 24px;
      width: 24px; }
  .lv2-incentives__leadin {
    color: var(--lv2-text-primary);
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: -0.01em;
    margin-bottom: 8px; }
  .lv2-incentives__content {
    color: var(--lv2-text-secondary);
    font-size: 0.875rem;
    line-height: 1.6;
    margin: 0; }

.lv2-process {
  background: var(--lv2-bg);
  padding: 100px 0; }
  @media (max-width: 768px) {
    .lv2-process {
      padding: 72px 0; } }
  .lv2-process__flow {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    justify-content: center;
    margin: 0 auto;
    max-width: 900px; }
    @media (max-width: 768px) {
      .lv2-process__flow {
        flex-direction: column;
        gap: 24px; } }
  .lv2-process__item {
    align-items: center;
    display: inline-flex;
    gap: 0;
    opacity: 1;
    position: relative;
    transform: translateY(0);
    transition: opacity 0.4s ease, transform 0.4s ease; }
    .lv2-process__item:not(:last-child)::after {
      background: var(--lv2-border);
      content: '';
      display: block;
      height: 1px;
      margin: 0 12px;
      width: 32px; }
      @media (max-width: 768px) {
        .lv2-process__item:not(:last-child)::after {
          height: 20px;
          margin: 8px 0;
          width: 1px; } }
  .lv2-process__icon {
    align-items: center;
    -webkit-appearance: none;
    appearance: none;
    background: transparent;
    border: 1px solid var(--lv2-border);
    border-radius: 10px;
    color: var(--lv2-text-tertiary);
    cursor: pointer;
    display: flex;
    font: inherit;
    height: 40px;
    justify-content: center;
    padding: 0;
    position: relative;
    transition: all 0.15s ease;
    width: 40px; }
    .lv2-process__icon svg {
      height: 18px;
      stroke-width: 1.5;
      width: 18px; }
      @media (max-width: 768px) {
        .lv2-process__icon svg {
          height: 16px;
          width: 16px; } }
    .lv2-process__icon:hover, .lv2-process__icon:focus {
      background: rgba(255, 255, 255, 0.03);
      border-color: rgba(255, 255, 255, 0.15);
      color: var(--lv2-text-secondary); }
      body.light-mode .lv2-process__icon:hover, body.light-mode .lv2-process__icon:focus {
        background: rgba(0, 0, 0, 0.03);
        border-color: rgba(0, 0, 0, 0.12); }
      .lv2-process__icon:hover + .lv2-process__tooltip, .lv2-process__icon:focus + .lv2-process__tooltip {
        opacity: 1;
        transform: translateX(-50%) translateY(0);
        visibility: visible; }
    .lv2-process__item[data-step="4"] .lv2-process__icon {
      color: var(--lv2-text-secondary); }
  .lv2-process__tooltip {
    background: rgba(0, 0, 0, 0.9);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 4px;
    bottom: calc(100% + 12px);
    color: var(--lv2-text-primary);
    font-size: 0.6875rem;
    font-weight: 400;
    left: 50%;
    opacity: 0;
    padding: 0.25rem 0.5rem;
    pointer-events: none;
    position: absolute;
    transform: translateX(-50%) translateY(4px);
    transition: opacity 0.15s ease, visibility 0.15s ease, transform 0.15s ease;
    visibility: hidden;
    white-space: nowrap;
    z-index: 100; }
    .lv2-process__tooltip::after {
      border: 5px solid transparent;
      border-top-color: rgba(0, 0, 0, 0.9);
      content: '';
      left: 50%;
      position: absolute;
      top: 100%;
      transform: translateX(-50%); }
    .lv2-process__tooltip::before {
      border: 6px solid transparent;
      border-top-color: rgba(255, 255, 255, 0.15);
      content: '';
      left: 50%;
      position: absolute;
      top: calc(100% + 1px);
      transform: translateX(-50%); }
  .lv2-process__word {
    display: none; }
  @media (prefers-reduced-motion: reduce) {
    .lv2-process .lv2-process__tooltip {
      display: none !important; } }
  .lv2-process.will-animate .lv2-process__item {
    opacity: 0;
    transform: translateY(20px); }
  .lv2-process.is-revealed .lv2-process__item {
    opacity: 1;
    transform: translateY(0); }
    .lv2-process.is-revealed .lv2-process__item[data-step="0"] {
      transition-delay: 0s; }
    .lv2-process.is-revealed .lv2-process__item[data-step="1"] {
      transition-delay: 0.08s; }
    .lv2-process.is-revealed .lv2-process__item[data-step="2"] {
      transition-delay: 0.16s; }
    .lv2-process.is-revealed .lv2-process__item[data-step="3"] {
      transition-delay: 0.24s; }
    .lv2-process.is-revealed .lv2-process__item[data-step="4"] {
      transition-delay: 0.32s; }

body.light-mode .lv2-process__tooltip {
  background: rgba(255, 255, 255, 0.95);
  border-color: rgba(0, 0, 0, 0.1);
  color: var(--lv2-text-primary); }
  body.light-mode .lv2-process__tooltip::after {
    border-top-color: rgba(255, 255, 255, 0.95); }
  body.light-mode .lv2-process__tooltip::before {
    border-top-color: rgba(0, 0, 0, 0.1); }

.lv2-portfolio {
  background: var(--lv2-bg);
  overflow: hidden;
  padding: 100px 0 40px;
  position: relative; }
  .lv2-portfolio::after {
    background: linear-gradient(to left, var(--lv2-bg) 0%, transparent 100%);
    content: '';
    height: 100%;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 120px;
    z-index: 2; }
    @media (max-width: 768px) {
      .lv2-portfolio::after {
        width: 80px; } }
  @media (max-width: 768px) {
    .lv2-portfolio {
      padding: 72px 0 32px; } }
  .lv2-portfolio .lv2-container {
    overflow: visible; }
  .lv2-portfolio__track {
    cursor: grab;
    display: flex;
    gap: 24px;
    margin-right: -24px;
    -ms-overflow-style: none;
    overflow-x: auto;
    padding: 40px 0;
    padding-right: 24px;
    scroll-padding-left: 0;
    scroll-snap-type: x mandatory;
    scrollbar-width: none; }
    @media (max-width: 768px) {
      .lv2-portfolio__track {
        margin-right: -16px;
        padding-right: 16px; } }
    .lv2-portfolio__track::-webkit-scrollbar {
      display: none; }
    .lv2-portfolio__track--dragging {
      cursor: grabbing;
      scroll-snap-type: none; }
  .lv2-portfolio__card {
    --tilt-x: 0deg;
    --tilt-y: 0deg;
    --glow-x: 50%;
    --glow-y: 50%;
    background: var(--lv2-bg-glass);
    border: 1px solid var(--lv2-border);
    border-radius: 12px;
    -webkit-box-reflect: below 8px linear-gradient(transparent 70%, rgba(255, 255, 255, 0.15) 100%);
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.3), 0 8px 48px rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    height: 400px;
    margin-bottom: 140px;
    overflow: hidden;
    perspective: 1000px;
    position: relative;
    scroll-snap-align: start;
    text-decoration: none;
    transform-style: preserve-3d;
    transition: border-color 0.3s ease, transform 0.3s ease;
    width: 280px; }
    body.light-mode .lv2-portfolio__card {
      border-color: rgba(0, 0, 0, 0.1);
      -webkit-box-reflect: below 8px linear-gradient(transparent 70%, rgba(0, 0, 0, 0.08) 100%);
      box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08), 0 8px 48px rgba(0, 0, 0, 0.05); }
    @media (max-width: 768px) {
      .lv2-portfolio__card {
        height: 340px;
        margin-bottom: 110px;
        width: 240px; } }
    .lv2-portfolio__card:hover {
      border-color: rgba(255, 255, 255, 0.2);
      box-shadow: 0 12px 40px rgba(0, 0, 0, 0.4), 0 0 60px rgba(255, 255, 255, 0.05);
      transform: translateY(-8px) scale(1.02) rotateX(var(--tilt-x)) rotateY(var(--tilt-y)); }
      body.light-mode .lv2-portfolio__card:hover {
        border-color: rgba(0, 0, 0, 0.15);
        box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12), 0 0 60px rgba(0, 0, 0, 0.03); }
      .lv2-portfolio__card:hover::before {
        opacity: 1; }
    .lv2-portfolio__card::before {
      background: radial-gradient(circle at var(--glow-x) var(--glow-y), rgba(255, 255, 255, 0.15) 0%, transparent 50%);
      border-radius: inherit;
      content: '';
      inset: 0;
      opacity: 0;
      pointer-events: none;
      position: absolute;
      transition: opacity 0.3s ease;
      z-index: 2; }
      body.light-mode .lv2-portfolio__card::before {
        background: radial-gradient(circle at var(--glow-x) var(--glow-y), rgba(0, 0, 0, 0.08) 0%, transparent 50%); }
    .lv2-portfolio__card:focus-visible {
      outline: 2px solid var(--lv2-accent);
      outline-offset: 4px; }
  .lv2-portfolio__image {
    background: var(--lv2-bg-elevated);
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%; }
  .lv2-portfolio__img {
    height: 100%;
    object-fit: cover;
    width: 100%; }
  .lv2-portfolio__info {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, transparent 100%);
    bottom: 0;
    left: 0;
    opacity: 0;
    padding: 16px;
    position: absolute;
    right: 0;
    transition: opacity 0.3s ease; }
    .lv2-portfolio__card:hover .lv2-portfolio__info {
      opacity: 1; }
  .lv2-portfolio__leadin {
    color: rgba(255, 255, 255, 0.7);
    display: block;
    font-size: 0.65rem;
    font-weight: 500;
    letter-spacing: 0.08em;
    margin-bottom: 4px;
    text-transform: uppercase; }
  .lv2-portfolio__title {
    color: #fff;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.3;
    margin: 0; }

.lv2-people {
  padding: 0 0 100px; }
  @media (max-width: 768px) {
    .lv2-people {
      padding: 0 0 72px; } }
  .lv2-people__grid {
    display: flex;
    flex-wrap: wrap;
    gap: 48px;
    justify-content: center; }
    @media (max-width: 768px) {
      .lv2-people__grid {
        gap: 32px; } }
.lv2-card--person {
  align-items: center;
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  color: inherit;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  font: inherit;
  padding: 24px;
  text-align: center;
  text-decoration: none;
  transition: transform 0.2s ease; }
  .lv2-card--person:hover, .lv2-card--person:focus {
    background: transparent;
    transform: translateY(-2px); }
    .lv2-card--person:hover .lv2-card__image, .lv2-card--person:focus .lv2-card__image {
      border-color: rgba(255, 255, 255, 0.2);
      box-shadow: 0 8px 32px rgba(0, 0, 0, 0.25); }
      body.light-mode .lv2-card--person:hover .lv2-card__image, body.light-mode .lv2-card--person:focus .lv2-card__image {
        border-color: rgba(0, 0, 0, 0.15);
        box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1); }
  .lv2-card--person .lv2-card__image {
    background: var(--lv2-bg-elevated);
    border: 3px solid var(--lv2-border);
    border-radius: 50%;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    height: 140px;
    margin: 0 auto 20px;
    overflow: hidden;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
    width: 140px; }
    @media (max-width: 768px) {
      .lv2-card--person .lv2-card__image {
        height: 120px;
        width: 120px; } }
    .lv2-card--person .lv2-card__image img {
      height: 100%;
      object-fit: cover;
      width: 100%; }
  .lv2-card--person .lv2-card__name {
    color: var(--lv2-text-primary);
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 6px; }
  .lv2-card--person .lv2-card__role {
    color: var(--lv2-text-tertiary);
    font-size: 0.85rem;
    line-height: 1.4;
    margin: 0 auto;
    max-width: 160px; }

.lv2-testimonials {
  padding: 100px 0; }
  @media (max-width: 768px) {
    .lv2-testimonials {
      padding: 72px 0; } }
  @media (max-width: 575px) {
    .lv2-testimonials .lv2-container {
      margin-top: -20vh;
      margin-top: -20lvh; } }
  .lv2-testimonials__grid {
    display: grid;
    gap: 28px;
    grid-template-columns: repeat(3, 1fr); }
    @media (max-width: 1024px) {
      .lv2-testimonials__grid {
        grid-template-columns: repeat(2, 1fr); } }
    @media (max-width: 640px) {
      .lv2-testimonials__grid {
        gap: 20px;
        grid-template-columns: 1fr; } }
.lv2-testimonial {
  background: var(--lv2-bg-glass);
  border: 1px solid var(--lv2-border);
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  min-height: 220px;
  padding: 32px;
  position: relative;
  text-decoration: none;
  transition: border-color 0.2s ease, background 0.2s ease; }
  .lv2-testimonial:hover {
    background: rgba(255, 255, 255, 0.03);
    border-color: rgba(255, 255, 255, 0.15); }
    body.light-mode .lv2-testimonial:hover {
      background: rgba(0, 0, 0, 0.02);
      border-color: rgba(0, 0, 0, 0.12); }
  .lv2-testimonial[href] {
    cursor: pointer; }
  .lv2-testimonial.will-animate {
    opacity: 0;
    transform: translateY(16px); }
  .lv2-testimonial.is-visible {
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.4s cubic-bezier(0.33, 1, 0.68, 1), transform 0.4s cubic-bezier(0.33, 1, 0.68, 1); }
  @media (prefers-reduced-motion: reduce) {
    .lv2-testimonial.will-animate {
      opacity: 1;
      transform: none; } }
  .lv2-testimonial__quote {
    border-left: 3px solid var(--lv2-accent);
    flex: 1;
    margin: 0;
    padding-left: 16px; }
    .lv2-testimonial__quote p {
      color: var(--lv2-text-secondary);
      font-size: 1.0625rem;
      line-height: 1.75;
      margin: 0; }
      .lv2-testimonial__quote p::before {
        content: '"'; }
      .lv2-testimonial__quote p::after {
        content: '"'; }
  .lv2-testimonial__author {
    align-items: center;
    border-top: 1px solid var(--lv2-border);
    display: flex;
    gap: 14px;
    padding-top: 20px; }
  .lv2-testimonial__avatar {
    border-radius: 50%;
    height: 48px;
    object-fit: cover;
    width: 48px; }
  .lv2-testimonial__info {
    display: flex;
    flex-direction: column;
    gap: 3px; }
  .lv2-testimonial__name {
    color: var(--lv2-text-primary);
    font-size: 0.9375rem;
    font-weight: 600; }
  .lv2-testimonial__role {
    color: var(--lv2-text-tertiary);
    font-size: 0.8125rem; }
  .lv2-testimonial__tooltip {
    background: rgba(0, 0, 0, 0.9);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 4px;
    color: var(--lv2-text-primary);
    font-size: 0.6875rem;
    font-weight: 400;
    left: 50%;
    opacity: 0;
    padding: 0.25rem 0.5rem;
    pointer-events: none;
    position: absolute;
    top: -12px;
    transform: translateX(-50%) translateY(-100%);
    transition: opacity 0.15s ease, visibility 0.15s ease;
    visibility: hidden;
    white-space: nowrap;
    z-index: 100; }
    .lv2-testimonial__tooltip::after {
      border: 5px solid transparent;
      border-top-color: rgba(0, 0, 0, 0.9);
      content: '';
      left: 50%;
      position: absolute;
      top: 100%;
      transform: translateX(-50%); }
    .lv2-testimonial__tooltip::before {
      border: 6px solid transparent;
      border-top-color: rgba(255, 255, 255, 0.15);
      content: '';
      left: 50%;
      position: absolute;
      top: calc(100% + 1px);
      transform: translateX(-50%); }
    body.light-mode .lv2-testimonial__tooltip {
      background: rgba(255, 255, 255, 0.95);
      border-color: rgba(0, 0, 0, 0.1); }
      body.light-mode .lv2-testimonial__tooltip::after {
        border-top-color: rgba(255, 255, 255, 0.95); }
      body.light-mode .lv2-testimonial__tooltip::before {
        border-top-color: rgba(0, 0, 0, 0.1); }
  .lv2-testimonial:hover .lv2-testimonial__tooltip {
    opacity: 1;
    visibility: visible; }

.lv2-easter-egg {
  border-bottom: 1px dotted var(--lv2-text-tertiary);
  cursor: help;
  display: inline-block;
  position: relative;
  transition: border-color 0.15s ease, color 0.15s ease; }
  .lv2-easter-egg:hover {
    border-color: var(--lv2-accent);
    color: var(--lv2-text-primary); }
  .lv2-easter-egg__tooltip {
    background: rgba(0, 0, 0, 0.9);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 4px;
    bottom: calc(100% + 12px);
    color: var(--lv2-text-primary);
    font-family: "Midjungards", serif;
    font-size: 1rem;
    font-weight: 400;
    left: 50%;
    letter-spacing: 0.02em;
    opacity: 0;
    padding: 0.25rem 0.5rem;
    pointer-events: none;
    position: absolute;
    transform: translateX(-50%);
    transition: opacity 0.15s ease, visibility 0.15s ease;
    visibility: hidden;
    white-space: nowrap;
    z-index: 100; }
    .lv2-easter-egg__tooltip::after {
      border: 5px solid transparent;
      border-top-color: rgba(0, 0, 0, 0.9);
      content: '';
      left: 50%;
      position: absolute;
      top: 100%;
      transform: translateX(-50%); }
    .lv2-easter-egg__tooltip::before {
      border: 6px solid transparent;
      border-top-color: rgba(255, 255, 255, 0.15);
      content: '';
      left: 50%;
      position: absolute;
      top: calc(100% + 1px);
      transform: translateX(-50%); }
    body.light-mode .lv2-easter-egg__tooltip {
      background: rgba(255, 255, 255, 0.95);
      border-color: rgba(0, 0, 0, 0.1); }
      body.light-mode .lv2-easter-egg__tooltip::after {
        border-top-color: rgba(255, 255, 255, 0.95); }
      body.light-mode .lv2-easter-egg__tooltip::before {
        border-top-color: rgba(0, 0, 0, 0.1); }
  .lv2-easter-egg:hover .lv2-easter-egg__tooltip {
    opacity: 1;
    visibility: visible; }

.lv2-cta {
  padding: 140px 0;
  position: relative;
  text-align: center; }
  .lv2-cta::before {
    background: radial-gradient(circle, rgba(162, 228, 184, 0.06) 0%, transparent 70%);
    content: '';
    height: 400px;
    left: 50%;
    pointer-events: none;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 400px; }
    @media (max-width: 768px) {
      .lv2-cta::before {
        height: 300px;
        width: 300px; } }
    body.light-mode .lv2-cta::before {
      background: radial-gradient(circle, rgba(84, 59, 220, 0.06) 0%, transparent 70%); }
  @media (max-width: 768px) {
    .lv2-cta {
      padding: 100px 0; } }
  .lv2-cta__headline {
    color: var(--lv2-text-primary);
    font-size: 2.5rem;
    font-weight: 700;
    letter-spacing: -0.02em;
    margin-bottom: 16px;
    position: relative;
    z-index: 2; }
    @media (max-width: 768px) {
      .lv2-cta__headline {
        font-size: 2rem; } }
  .lv2-cta__subline {
    color: var(--lv2-text-secondary);
    font-size: 1.125rem;
    margin-bottom: 40px;
    position: relative;
    z-index: 2; }
  .lv2-cta__subline a {
    color: var(--lv2-accent);
    padding: 2px 0;
    position: relative;
    text-decoration: none; }
    .lv2-cta__subline a::after {
      background: var(--lv2-accent);
      bottom: 0;
      content: '';
      height: 1px;
      left: 0;
      position: absolute;
      transition: width 0.3s ease;
      width: 0; }
    .lv2-cta__subline a:hover::after {
      width: 100%; }

body.light-mode .lv2-cta .lv2-hero__cta {
  border-color: rgba(0, 0, 0, 0.2);
  color: rgba(30, 29, 49, 0.7); }
  body.light-mode .lv2-cta .lv2-hero__cta:hover {
    background: rgba(0, 0, 0, 0.03);
    border-color: rgba(0, 0, 0, 0.35);
    color: rgba(30, 29, 49, 0.95); }

body.light-mode .lv2-cta::after {
  background: radial-gradient(ellipse at center, transparent 50%, rgba(0, 0, 0, 0.06) 100%);
  content: '';
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1; }

.lv2-colophon {
  border-top: 1px solid var(--lv2-border);
  padding: 60px 0 80px; }
  @media (max-width: 768px) {
    .lv2-colophon {
      padding: 48px 0 60px; } }
  .lv2-colophon__content {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 16px;
    text-align: center; }
  .lv2-colophon__title {
    color: var(--lv2-text-tertiary);
    font-size: 0.75rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    margin: 0;
    text-transform: uppercase; }
  .lv2-colophon__text {
    color: var(--lv2-text-secondary);
    font-size: 0.875rem;
    line-height: 1.6;
    margin: 0;
    max-width: 480px; }
    .lv2-colophon__text code {
      color: inherit;
      font-family: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Monaco, Consolas, monospace;
      font-size: 0.8125rem; }
  .lv2-colophon__badges {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 8px; }
  .lv2-colophon__badges-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: center; }
  .lv2-colophon__badge {
    align-items: center;
    background: var(--lv2-bg-glass);
    border: 1px solid var(--lv2-border);
    border-radius: 4px;
    color: var(--lv2-text-tertiary);
    display: inline-flex;
    font-size: 0.6875rem;
    font-weight: 500;
    gap: 6px;
    padding: 4px 10px;
    text-decoration: none;
    transition: border-color 0.15s ease, color 0.15s ease; }
    .lv2-colophon__badge:hover {
      border-color: rgba(255, 255, 255, 0.2);
      color: var(--lv2-text-secondary); }
      body.light-mode .lv2-colophon__badge:hover {
        border-color: rgba(0, 0, 0, 0.15); }
    .lv2-colophon__badge svg {
      height: 12px;
      width: 12px; }
    .lv2-colophon__badge--hn {
      color: #ff6600; }
      body.light-mode .lv2-colophon__badge--hn {
        color: #c2410c; }
    .lv2-colophon__badge--lighthouse {
      background: rgba(34, 197, 94, 0.1);
      border-color: rgba(34, 197, 94, 0.3);
      color: #22c55e;
      cursor: pointer;
      position: relative;
      transition: border-color 0.15s ease, color 0.15s ease, background 0.15s ease, transform 0.15s ease; }
      .lv2-colophon__badge--lighthouse:hover {
        background: rgba(34, 197, 94, 0.15);
        border-color: rgba(34, 197, 94, 0.5);
        transform: translateY(-1px); }
      body.light-mode .lv2-colophon__badge--lighthouse {
        background: rgba(22, 101, 52, 0.1);
        border-color: rgba(22, 101, 52, 0.3);
        color: #166534; }
        body.light-mode .lv2-colophon__badge--lighthouse:hover {
          background: rgba(22, 101, 52, 0.15);
          border-color: rgba(22, 101, 52, 0.5); }
      .lv2-colophon__badge--lighthouse:hover .lv2-colophon__tooltip, .lv2-colophon__badge--lighthouse:focus .lv2-colophon__tooltip {
        opacity: 1;
        transform: translateX(-50%) translateY(0);
        visibility: visible; }
  .lv2-colophon__tooltip {
    background: rgba(0, 0, 0, 0.9);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 4px;
    bottom: calc(100% + 8px);
    color: var(--lv2-text-primary);
    font-size: 0.6875rem;
    font-weight: 400;
    left: 50%;
    opacity: 0;
    padding: 0.25rem 0.5rem;
    pointer-events: none;
    position: absolute;
    transform: translateX(-50%) translateY(4px);
    transition: opacity 0.15s ease, transform 0.15s ease, visibility 0.15s ease;
    visibility: hidden;
    white-space: nowrap;
    z-index: 10; }
    .lv2-colophon__tooltip::after {
      border: 5px solid transparent;
      border-top-color: rgba(0, 0, 0, 0.9);
      content: '';
      left: 50%;
      position: absolute;
      top: 100%;
      transform: translateX(-50%); }
    .lv2-colophon__tooltip::before {
      border: 6px solid transparent;
      border-top-color: rgba(255, 255, 255, 0.15);
      content: '';
      left: 50%;
      margin-top: 1px;
      position: absolute;
      top: 100%;
      transform: translateX(-50%); }

body.light-mode .lv2-colophon__tooltip {
  background: rgba(255, 255, 255, 0.95);
  border-color: rgba(0, 0, 0, 0.1);
  color: var(--lv2-text-primary); }
  body.light-mode .lv2-colophon__tooltip::after {
    border-top-color: rgba(255, 255, 255, 0.95); }
  body.light-mode .lv2-colophon__tooltip::before {
    border-top-color: rgba(0, 0, 0, 0.1); }

.lv2-footer {
  background: var(--lv2-bg);
  padding: 48px 0 32px; }
  .lv2-footer__grid {
    align-items: flex-start;
    display: flex;
    gap: 48px;
    justify-content: space-between;
    margin-bottom: 48px; }
    @media (max-width: 768px) {
      .lv2-footer__grid {
        flex-direction: column;
        gap: 32px;
        margin-bottom: 32px; } }
  .lv2-footer__brand {
    flex: 1; }
  .lv2-footer__logo {
    color: var(--lv2-text-primary);
    display: block;
    font-size: 0.9375rem;
    font-weight: 600;
    letter-spacing: -0.01em;
    margin-bottom: 4px; }
  .lv2-footer__tagline {
    color: var(--lv2-text-tertiary);
    font-size: 0.8125rem;
    margin: 0; }
  .lv2-footer__links {
    display: flex;
    flex-wrap: wrap;
    gap: 24px; }
    @media (max-width: 768px) {
      .lv2-footer__links {
        flex-direction: column;
        gap: 12px; } }
  .lv2-footer__link {
    color: var(--lv2-text-tertiary);
    font-size: 0.8125rem;
    text-decoration: none;
    transition: color 0.15s ease; }
    .lv2-footer__link:hover {
      color: var(--lv2-text-secondary); }
  .lv2-footer__bottom {
    align-items: center;
    border-top: 1px solid var(--lv2-border);
    display: flex;
    justify-content: space-between;
    padding-top: 24px; }
    @media (max-width: 768px) {
      .lv2-footer__bottom {
        flex-direction: column;
        gap: 8px;
        text-align: center; } }
  .lv2-footer__copyright, .lv2-footer__location {
    color: var(--lv2-text-tertiary);
    font-size: 0.75rem; }

@media (prefers-reduced-motion: reduce) {
  .landing-v2 *,
  .landing-v2 *::before,
  .landing-v2 *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important; }
  .landing-v2 .lv2-hero__canvas {
    filter: none !important;
    opacity: 0.35 !important;
    transform: none !important; }
  .landing-v2 .lv2-hero__content {
    animation: none !important; }
  .landing-v2 .lv2-hero__headline,
  .landing-v2 .lv2-hero__tagline,
  .landing-v2 .lv2-hero__subline,
  .landing-v2 .lv2-hero__cta {
    opacity: 1 !important;
    transform: none !important; }
  .landing-v2 .lv2-portfolio__track {
    overflow-x: auto !important;
    scroll-snap-type: x mandatory !important; }
  .landing-v2 .lv2-stats,
  .landing-v2 .lv2-philosophy,
  .landing-v2 .lv2-services,
  .landing-v2 .lv2-bento,
  .landing-v2 .lv2-incentives,
  .landing-v2 .lv2-process,
  .landing-v2 .lv2-showcase,
  .landing-v2 .lv2-people,
  .landing-v2 .lv2-testimonials,
  .landing-v2 .lv2-cta {
    opacity: 1 !important;
    transform: none !important; }
  .landing-v2 .lv2-card,
  .landing-v2 .lv2-testimonial,
  .landing-v2 .lv2-incentives__item,
  .landing-v2 .lv2-bento__item,
  .landing-v2 .lv2-portfolio__card {
    transform: none !important; }
  .landing-v2 .lv2-exploded__base,
  .landing-v2 .lv2-exploded__layer {
    filter: none !important;
    opacity: 1 !important;
    transform: rotateZ(-9.5deg) rotateY(36deg) rotateX(33deg) !important; } }

.no-js body.lv2-page #navigation-wrapper {
  opacity: 1;
  pointer-events: auto;
  transform: none; }

@keyframes commandPaletteIn {
  0% {
    opacity: 0;
    transform: scale(0.95) translateY(-10px); }
  50% {
    transform: scale(1.02) translateY(2px); }
  100% {
    opacity: 1;
    transform: scale(1) translateY(0); } }

@keyframes commandPaletteBackdropIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

body.lv2-search-modal-open {
  overflow: hidden; }

.lv2-search-modal {
  align-items: flex-start;
  display: none;
  inset: 0;
  justify-content: center;
  padding-top: 120px;
  position: fixed;
  z-index: 9999; }
  .lv2-search-modal:not([hidden]) {
    display: flex; }
  @media (min-height: 700px) {
    .lv2-search-modal {
      padding-top: 140px; } }
  .lv2-search-modal__backdrop {
    animation: commandPaletteBackdropIn 0.15s ease-out;
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    background: rgba(0, 0, 0, 0.85);
    inset: 0;
    position: absolute; }
  .lv2-search-modal__container {
    margin: 0 16px;
    max-width: 560px;
    position: relative;
    width: 100%; }
  .lv2-search-modal__content {
    animation: commandPaletteIn 0.2s cubic-bezier(0.34, 1.56, 0.64, 1);
    background: #0f0f12;
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 12px;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.5), 0 24px 80px rgba(0, 0, 0, 0.7), 0 0 100px rgba(162, 228, 184, 0.08);
    overflow: hidden; }
    body.light-mode .lv2-search-modal__content {
      background: #ffffff;
      border-color: rgba(0, 0, 0, 0.08);
      box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05), 0 16px 70px rgba(0, 0, 0, 0.15); }
  .lv2-search-modal__input-wrapper {
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.04);
    display: flex;
    gap: 12px;
    padding: 16px 20px; }
    body.light-mode .lv2-search-modal__input-wrapper {
      border-bottom-color: rgba(0, 0, 0, 0.06); }
  .lv2-search-modal__icon {
    color: rgba(255, 255, 255, 0.4);
    flex-shrink: 0; }
    body.light-mode .lv2-search-modal__icon {
      color: rgba(0, 0, 0, 0.35); }
  .lv2-search-modal__input {
    background: transparent !important;
    border: none;
    caret-color: #a2e4b8;
    color: rgba(255, 255, 255, 0.95);
    flex: 1;
    font-size: 1rem !important;
    font-weight: 400;
    outline: none; }
    .lv2-search-modal__input:focus {
      background: transparent !important;
      font-size: 1rem !important; }
    .lv2-search-modal__input::placeholder {
      color: rgba(255, 255, 255, 0.35); }
    body.light-mode .lv2-search-modal__input {
      caret-color: #4f46e5;
      color: rgba(0, 0, 0, 0.9); }
      body.light-mode .lv2-search-modal__input:focus {
        background: transparent !important; }
      body.light-mode .lv2-search-modal__input::placeholder {
        color: rgba(0, 0, 0, 0.4); }
  .lv2-search-modal__kbd {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 4px;
    color: rgba(255, 255, 255, 0.3);
    cursor: pointer;
    flex-shrink: 0;
    font-family: inherit;
    font-size: 0.6875rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    padding: 4px 8px;
    text-transform: uppercase;
    transition: color 0.15s ease, border-color 0.15s ease; }
    .lv2-search-modal__kbd:hover {
      border-color: rgba(255, 255, 255, 0.15);
      color: rgba(255, 255, 255, 0.6); }
    body.light-mode .lv2-search-modal__kbd {
      background: rgba(0, 0, 0, 0.04);
      border-color: rgba(0, 0, 0, 0.08);
      color: rgba(0, 0, 0, 0.4); }
      body.light-mode .lv2-search-modal__kbd:hover {
        border-color: rgba(0, 0, 0, 0.15);
        color: rgba(0, 0, 0, 0.6); }
  .lv2-search-modal__results {
    max-height: 360px;
    overflow-y: auto;
    overscroll-behavior: contain;
    padding: 8px; }
    .lv2-search-modal__results::-webkit-scrollbar {
      width: 6px; }
    .lv2-search-modal__results::-webkit-scrollbar-track {
      background: transparent; }
    .lv2-search-modal__results::-webkit-scrollbar-thumb {
      background: rgba(255, 255, 255, 0.1);
      border-radius: 3px; }
      .lv2-search-modal__results::-webkit-scrollbar-thumb:hover {
        background: rgba(255, 255, 255, 0.15); }
  .lv2-search-modal__empty {
    color: rgba(255, 255, 255, 0.4);
    font-size: 0.875rem;
    padding: 32px 16px;
    text-align: center; }
    body.light-mode .lv2-search-modal__empty {
      color: rgba(0, 0, 0, 0.4); }
  .lv2-search-modal__result {
    align-items: center;
    border-radius: 8px;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    gap: 12px;
    padding: 8px 12px;
    transition: background 0.1s ease; }
    .lv2-search-modal__result:hover, .lv2-search-modal__result--selected {
      background: rgba(255, 255, 255, 0.04); }
      body.light-mode .lv2-search-modal__result:hover, body.light-mode .lv2-search-modal__result--selected {
        background: rgba(0, 0, 0, 0.04); }
    .lv2-search-modal__result--selected {
      background: rgba(162, 228, 184, 0.15); }
      body.light-mode .lv2-search-modal__result--selected {
        background: rgba(184, 162, 228, 0.12); }
  .lv2-search-modal__result-title {
    color: rgba(255, 255, 255, 0.95);
    font-size: 0.8125rem;
    font-weight: 500;
    line-height: 1.2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
    body.light-mode .lv2-search-modal__result-title {
      color: rgba(0, 0, 0, 0.9); }
  .lv2-search-modal__result-description {
    -webkit-box-orient: vertical;
    color: rgba(255, 255, 255, 0.5);
    display: -webkit-box;
    font-size: 0.75rem;
    -webkit-line-clamp: 1;
    line-height: 1.3;
    overflow: hidden; }
    body.light-mode .lv2-search-modal__result-description {
      color: rgba(0, 0, 0, 0.5); }
  .lv2-search-modal__section {
    color: rgba(255, 255, 255, 0.3);
    font-size: 0.625rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    padding: 8px 12px 4px;
    text-transform: uppercase; }
    .lv2-search-modal__section:not(:first-child) {
      border-top: 1px solid rgba(255, 255, 255, 0.04);
      margin-top: 4px;
      padding-top: 8px; }
    body.light-mode .lv2-search-modal__section {
      color: rgba(0, 0, 0, 0.4); }
      body.light-mode .lv2-search-modal__section:not(:first-child) {
        border-top-color: rgba(0, 0, 0, 0.06); }
  .lv2-search-modal__result-icon {
    align-items: center;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 6px;
    color: rgba(255, 255, 255, 0.6);
    display: flex;
    flex-shrink: 0;
    font-size: 0.875rem;
    height: 28px;
    justify-content: center;
    width: 28px; }
    body.light-mode .lv2-search-modal__result-icon {
      background: rgba(0, 0, 0, 0.03);
      border-color: rgba(0, 0, 0, 0.06);
      color: rgba(0, 0, 0, 0.6); }
  .lv2-search-modal__result-image {
    background-image: var(--result-bg-image);
    background-position: center;
    background-size: cover;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 6px;
    flex-shrink: 0;
    height: 40px;
    width: 40px; }
    body.light-mode .lv2-search-modal__result-image {
      border-color: rgba(0, 0, 0, 0.08); }
  .lv2-search-modal__result-content {
    flex: 1;
    min-width: 0; }
  .lv2-search-modal__result-subtitle {
    color: rgba(255, 255, 255, 0.4);
    font-size: 0.6875rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
    body.light-mode .lv2-search-modal__result-subtitle {
      color: rgba(0, 0, 0, 0.45); }
  .lv2-search-modal__highlight {
    background: rgba(162, 228, 184, 0.25);
    border-radius: 2px;
    color: #a2e4b8;
    margin: 0 -2px;
    padding: 0 2px; }
    body.light-mode .lv2-search-modal__highlight {
      background: rgba(184, 162, 228, 0.2);
      color: #7c5cb8; }
  .lv2-search-modal__result-badge {
    background: rgba(162, 228, 184, 0.1);
    border: 1px solid rgba(162, 228, 184, 0.2);
    border-radius: 4px;
    color: #a2e4b8;
    flex-shrink: 0;
    font-size: 0.625rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    padding: 3px 8px;
    text-transform: uppercase; }
    body.light-mode .lv2-search-modal__result-badge {
      background: rgba(184, 162, 228, 0.1);
      border-color: rgba(184, 162, 228, 0.2);
      color: #7c5cb8; }
  .lv2-search-modal__shortcut {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 4px;
    color: rgba(255, 255, 255, 0.5);
    flex-shrink: 0;
    font-family: inherit;
    font-size: 0.6875rem;
    font-weight: 500;
    padding: 3px 6px; }
    body.light-mode .lv2-search-modal__shortcut {
      background: rgba(0, 0, 0, 0.04);
      border-color: rgba(0, 0, 0, 0.1);
      color: rgba(0, 0, 0, 0.5); }
  .lv2-search-modal__result-arrow {
    color: rgba(255, 255, 255, 0.25);
    flex-shrink: 0;
    font-size: 0.875rem;
    opacity: 0;
    transition: opacity 0.1s ease; }
    body.light-mode .lv2-search-modal__result-arrow {
      color: rgba(0, 0, 0, 0.3); }
  .lv2-search-modal__empty {
    align-items: center;
    color: rgba(255, 255, 255, 0.4);
    display: flex;
    flex-direction: column;
    font-size: 0.875rem;
    gap: 8px;
    padding: 40px 16px;
    text-align: center; }
    body.light-mode .lv2-search-modal__empty {
      color: rgba(0, 0, 0, 0.4); }
  .lv2-search-modal__empty-icon {
    font-size: 1.5rem;
    opacity: 0.5; }
  .lv2-search-modal__result {
    align-items: center;
    display: flex;
    gap: 12px; }
    .lv2-search-modal__result:hover .lv2-search-modal__result-arrow, .lv2-search-modal__result--selected .lv2-search-modal__result-arrow {
      opacity: 1; }
    .lv2-search-modal__result--selected {
      background: rgba(162, 228, 184, 0.08) !important; }
      body.light-mode .lv2-search-modal__result--selected {
        background: rgba(184, 162, 228, 0.08) !important; }
    .lv2-search-modal__result--with-image {
      padding-bottom: 10px;
      padding-top: 10px; }

.visually-hidden {
  border: 0 !important;
  clip: rect(0, 0, 0, 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important; }

.lv2-testimonial[data-vibe-color="#16a34a"] .lv2-testimonial__quote {
  border-left-color: #16a34a; }

.lv2-testimonial[data-vibe-color="#16a34a"] .lv2-testimonial__quote {
  border-left-color: #16a34a; }

.lv2-testimonial[data-vibe-color="#2563eb"] .lv2-testimonial__quote {
  border-left-color: #2563eb; }

.lv2-testimonial[data-vibe-color="#9333ea"] .lv2-testimonial__quote {
  border-left-color: #9333ea; }

body.light-mode * .news-card-meta:hover {
  border: 1px solid #000 !important; }

body.light-mode * .bg-hero {
  background-color: #000 !important; }

span > strong {
  color: var(--swatch-text-accented-color) !important; }

body.light-mode * .bg-services * p > strong > span {
  color: var(--swatch-text-accented-color) !important; }

body.light-mode * .chroma {
  background-color: var(--swatch-sidebar-panel-color);
  color: #272822; }

body.light-mode * .breadcrumb-active {
  border: 1px solid #000 !important; }

body.light-mode * .charAlternative {
  color: white !important; }

body.light-mode * .lightToggleIcon > path {
  color: white !important; }

body.light-mode * .darkToggleIcon > path {
  color: white !important; }

body.light-mode * .nav-link {
  color: #3a3a3a !important; }

body.light-mode * .space-content {
  color: #dedbdb !important;
  mix-blend-mode: plus-lighter; }

@media (orientation: landscape) and (hover: none) and (pointer: coarse) {
  body.light-mode * .left-people {
    margin-top: 45px !important; } }

body.light-mode * .navbar-brand {
  mix-blend-mode: difference; }

body.light-mode * blockquote:not(.lv2-testimonial__quote) {
  border-left: rgba(0, 0, 0, 0.2) !important;
  color: #333 !important; }

body.light-mode * blockquote > p {
  color: #333 !important; }

body.light-mode * .card-gradient {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.14) 14%, var(--swatch-primary-color) 52%, var(--swatch-primary-color) 100%); }

body.light-mode * .bento {
  border-color: var(--swatch-border-color) !important; }

body.light-mode * .navbar-toggler {
  mix-blend-mode: difference; }
  body.light-mode * .navbar-toggler:hover {
    background: rgba(81, 81, 81, 0.5) !important; }

body.light-mode * .language-toggler {
  color: white !important;
  mix-blend-mode: difference; }
  body.light-mode * .language-toggler:hover {
    background: rgba(81, 81, 81, 0.5) !important; }

body.light-mode * .theme-toggle-wrapper {
  mix-blend-mode: difference; }
  body.light-mode * .theme-toggle-wrapper:hover {
    background: rgba(81, 81, 81, 0.5) !important; }

body.light-mode * .theme-toggle {
  mix-blend-mode: difference; }

body.light-mode * .input-group-override:hover {
  background: rgba(81, 81, 81, 0.5) !important;
  border-radius: 5px; }

body.light-mode * .intro {
  transition-duration: 1s; }

body.light-mode > main {
  background-color: var(--swatch-primary-color) !important; }

body.light-mode > .navigation > .row > .d-flex > .search-toggler > .input-group > .form-outline > .filter-white {
  mix-blend-mode: difference; }

body.light-mode * .test {
  mix-blend-mode: difference !important; }

body.light-mode ~ .hr {
  background-color: #f1f1f1 !important; }

body.light-mode * .theme-toggler {
  color: rgba(255, 255, 255, 0.7) !important; }

body.light-mode * .text-light-gray {
  color: #513f3f !important; }

body.light-mode * .disassembly-text {
  color: white !important; }

body.light-mode * .disassembly-contentitem-1 {
  color: var(--swatch-border-color) !important; }

body.light-mode * .disassembly-text:nth-child(1) {
  color: white; }

body.light-mode * hr {
  color: #3a3a3a !important; }

body.light-mode * form {
  background: none !important; }

body.light-mode * .form-validation {
  background: var(--swatch-input-element-color) !important;
  border: 1px solid var(--swatch-input-element-border-color) !important;
  color: #3a3a3a !important; }

body.light-mode * .social-icons a {
  background-color: white; }

body.light-mode * .box img:hover {
  border: solid 1px var(--swatch-link-hover-color); }

body.light-mode * .revue-embed {
  background: none !important; }

body.light-mode * #member_email {
  border: 1px solid var(--swatch-border-color);
  border-radius: 5px 0 0 5px; }

body.light-mode * .copright {
  color: var(--swatch-border-color) !important; }

body.light-mode * .servicesPhotos {
  border: unset !important; }

body.light-mode * .servicesPhotos:hover {
  border: unset !important;
  outline: 2px solid var(--swatch-link-hover-color) !important; }
  @media (max-width: 575px) {
    body.light-mode * .servicesPhotos:hover {
      outline: unset !important; } }
  @media (orientation: landscape) and (hover: none) and (pointer: coarse) {
    body.light-mode * .servicesPhotos:hover {
      outline: unset !important; } }
body.light-mode * .performance-clock:hover {
  border: unset !important;
  outline: 2px solid var(--swatch-link-hover-color) !important; }
  @media (max-width: 575px) {
    body.light-mode * .performance-clock:hover {
      outline: unset !important; } }
body.light-mode * .right > .servicesPhoto:hover {
  border-radius: 28px !important; }

body.light-mode * .copy-code-button {
  background: var(--swatch-primary-color-lightest);
  border: var(--border, 1px solid var(--swatch-primary-color-lightest)); }

.copy-code-success-anchor {
  border: var(--border, 1px solid var(--swatch-input-success-color)) !important; }

body.light-mode * .copy-code-success {
  color: var(--swatch-input-success-color) !important;
  fill: var(--swatch-input-success-color) !important;
  mix-blend-mode: normal !important;
  stroke: var(--swatch-input-success-color) !important; }

body.light-mode * .copy-code-success-anchor {
  mix-blend-mode: unset !important; }

body.light-mode * .copy-code-button:hover {
  background-color: var(--bgcolor, #ead3cab8);
  border: var(--borderhover, 1px solid #ead3cab8);
  mix-blend-mode: unset; }

body.light-mode * .copy-code-button * svg:not(.copy-code-success) * path {
  fill: black;
  stroke: black; }

body.light-mode * .copy-code-menu {
  background-color: #676b6c !important;
  box-shadow: 20px 0 #676b6c,40px 0 #676b6c !important; }

body.light-mode * .chroma [data-lang]:before {
  background-color: var(--swatch-primary-color-lightest) !important;
  border: 1.25px solid #000;
  color: #5a5959 !important;
  opacity: 1 !important; }

/* Background */
body.light-mode * .bg {
  background-color: #dbdada;
  color: #272822; }

/* LineLink */
body.light-mode * .chroma .lnlinks {
  color: inherit;
  outline: none;
  text-decoration: none; }

/* LineTableTD */
body.light-mode * .chroma .lntd {
  border: 0;
  margin: 0;
  padding: 0;
  vertical-align: top; }

/* LineTable */
body.light-mode * .chroma .lntable {
  border: 0;
  border-spacing: 0;
  margin: 0;
  padding: 0; }

/* LineHighlight */
body.light-mode * .chroma .hl {
  background-color: #e1e1e1; }

/* LineNumbersTable */
body.light-mode * .chroma .lnt {
  color: #7f7f7f;
  margin-right: 0.4em;
  padding: 0 0.4em 0 0.4em;
  -webkit-user-select: none;
  user-select: none;
  white-space: pre; }

/* LineNumbers */
body.light-mode * .chroma .ln {
  color: #7f7f7f;
  margin-right: 0.4em;
  padding: 0 0.4em 0 0.4em;
  -webkit-user-select: none;
  user-select: none;
  white-space: pre; }

/* Line */
body.light-mode * .chroma .line {
  display: flex; }

/* Keyword */
body.light-mode * .chroma .k {
  color: #00a8c8; }

/* KeywordConstant */
body.light-mode * .chroma .kc {
  color: #00a8c8; }

/* KeywordDeclaration */
body.light-mode * .chroma .kd {
  color: #00a8c8; }

/* KeywordNamespace */
body.light-mode * .chroma .kn {
  color: #f92672; }

/* KeywordPseudo */
body.light-mode * .chroma .kp {
  color: #00a8c8; }

/* KeywordReserved */
body.light-mode * .chroma .kr {
  color: #00a8c8; }

/* KeywordType */
body.light-mode * .chroma .kt {
  color: #00a8c8; }

/* Name */
body.light-mode * .chroma .n {
  color: #111111; }

/* NameAttribute */
body.light-mode * .chroma .na {
  color: #75af00; }

/* NameBuiltin */
body.light-mode * .chroma .nb {
  color: #111111; }

/* NameBuiltinPseudo */
body.light-mode * .chroma .bp {
  color: #111111; }

/* NameClass */
body.light-mode * .chroma .nc {
  color: #75af00; }

/* NameConstant */
body.light-mode * .chroma .no {
  color: #00a8c8; }

/* NameDecorator */
body.light-mode * .chroma .nd {
  color: #75af00; }

/* NameEntity */
body.light-mode * .chroma .ni {
  color: #111111; }

/* NameException */
body.light-mode * .chroma .ne {
  color: #75af00; }

/* NameFunction */
body.light-mode * .chroma .nf {
  color: #75af00; }

/* NameFunctionMagic */
body.light-mode * .chroma .fm {
  color: #111111; }

/* NameLabel */
body.light-mode * .chroma .nl {
  color: #111111; }

/* NameNamespace */
body.light-mode * .chroma .nn {
  color: #111111; }

/* NameOther */
body.light-mode * .chroma .nx {
  color: #75af00; }

/* NameProperty */
body.light-mode * .chroma .py {
  color: #111111; }

/* NameTag */
body.light-mode * .chroma .nt {
  color: #f92672; }

/* NameVariable */
body.light-mode * .chroma .nv {
  color: #111111; }

/* NameVariableClass */
body.light-mode * .chroma .vc {
  color: #111111; }

/* NameVariableGlobal */
body.light-mode * .chroma .vg {
  color: #111111; }

/* NameVariableInstance */
body.light-mode * .chroma .vi {
  color: #111111; }

/* NameVariableMagic */
body.light-mode * .chroma .vm {
  color: #111111; }

/* Literal */
body.light-mode * .chroma .l {
  color: #ae81ff; }

/* LiteralDate */
body.light-mode * .chroma .ld {
  color: #d88200; }

/* LiteralString */
body.light-mode * .chroma .s {
  color: #d88200; }

/* LiteralStringAffix */
body.light-mode * .chroma .sa {
  color: #d88200; }

/* LiteralStringBacktick */
body.light-mode * .chroma .sb {
  color: #d88200; }

/* LiteralStringChar */
body.light-mode * .chroma .sc {
  color: #d88200; }

/* LiteralStringDelimiter */
body.light-mode * .chroma .dl {
  color: #d88200; }

/* LiteralStringDoc */
body.light-mode * .chroma .sd {
  color: #d88200; }

/* LiteralStringDouble */
body.light-mode * .chroma .s2 {
  color: #d88200; }

/* LiteralStringEscape */
body.light-mode * .chroma .se {
  color: #8045ff; }

/* LiteralStringHeredoc */
body.light-mode * .chroma .sh {
  color: #d88200; }

/* LiteralStringInterpol */
body.light-mode * .chroma .si {
  color: #d88200; }

/* LiteralStringOther */
body.light-mode * .chroma .sx {
  color: #d88200; }

/* LiteralStringRegex */
body.light-mode * .chroma .sr {
  color: #d88200; }

/* LiteralStringSingle */
body.light-mode * .chroma .s1 {
  color: #d88200; }

/* LiteralStringSymbol */
body.light-mode * .chroma .ss {
  color: #d88200; }

/* LiteralNumber */
body.light-mode * .chroma .m {
  color: #ae81ff; }

/* LiteralNumberBin */
body.light-mode * .chroma .mb {
  color: #ae81ff; }

/* LiteralNumberFloat */
body.light-mode * .chroma .mf {
  color: #ae81ff; }

/* LiteralNumberHex */
body.light-mode * .chroma .mh {
  color: #ae81ff; }

/* LiteralNumberInteger */
body.light-mode * .chroma .mi {
  color: #ae81ff; }

/* LiteralNumberIntegerLong */
body.light-mode * .chroma .il {
  color: #ae81ff; }

/* LiteralNumberOct */
body.light-mode * .chroma .mo {
  color: #ae81ff; }

/* Operator */
body.light-mode * .chroma .o {
  color: #f92672; }

/* OperatorWord */
body.light-mode * .chroma .ow {
  color: #f92672; }

/* Punctuation */
body.light-mode * .chroma .p {
  color: #111111; }

/* Comment */
body.light-mode * .chroma .c {
  color: #75715e; }

/* CommentHashbang */
body.light-mode * .chroma .ch {
  color: #75715e; }

/* CommentMultiline */
body.light-mode * .chroma .cm {
  color: #75715e; }

/* CommentSingle */
body.light-mode * .chroma .c1 {
  color: #75715e; }

/* CommentSpecial */
body.light-mode * .chroma .cs {
  color: #75715e; }

/* CommentPreproc */
body.light-mode * .chroma .cp {
  color: #75715e; }

/* CommentPreprocFile */
body.light-mode * .chroma .cpf {
  color: #75715e; }

/* GenericEmph */
body.light-mode * .chroma .ge {
  font-style: italic; }

/* GenericStrong */
body.light-mode * .chroma .gs {
  font-weight: bold; }

body.light-mode * .desktopPeoplePhotos:before {
  background: var(--swatch-primary-color); }

body.light-mode * .ti-instagram::before {
  color: black; }

body.light-mode * .disassembly-contentitem-1 > p {
  color: #373232c2 !important; }

body.light-mode * .toast {
  background-color: #97b7a9 !important; }

body.light-mode * .toast-header {
  background-color: #000 !important; }

body.light-mode * .btn-close {
  filter: none !important; }

body.light-mode * .sessionTimeout-modal {
  color: #3f3e3e !important; }

body.light-mode * .breadcrumb:before {
  filter: none !important; }

body.light-mode * .breadcrumb-home-wrapper:hover {
  border: 1px solid  #000 !important; }

body.light-mode * .list-inline-item {
  border: 2px solid var(--swatch-border-color);
  border-radius: 50px; }

body.light-mode * .list-inline-item:hover {
  border: 2px solid var(--swatch-link-hover-color); }

body.light-mode * .link-hover-menu:after {
  background-color: #3a3a3a !important;
  opacity: 0.9; }

body.light-mode * .brand-filter {
  transition-duration: 1s; }

body.light-mode * .search-toggler {
  mix-blend-mode: difference !important; }

body.light-mode * .search-toggler:focus {
  mix-blend-mode: normal !important; }

body.light-mode * .cat {
  fill: none !important;
  stroke: #292d2b9c !important;
  stroke-width: 3 !important; }

body.light-mode * .watch {
  fill: #292d2b9c !important; }
