.bricks-is-frontend [data-split-text] {
  visibility: hidden;
}
.lenis.lenis-smooth {
  scroll-behavior: auto !important;  
}
html.lenis {
  height: auto;
}



.loader-wrap {
  position: fixed;
  inset: 0;
  z-index: 9999;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  overflow: hidden;
  color: #FFD700; /* golden yellow */
  padding: 24px 32px;
}

.veil-animation {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #F16300; /* match loader background */
 z-index: 0; /* behind icon, bar, percent */
 transform: translateY(0); /* fully visible at start */
}

.progress-bar {
  position: absolute;
  top: 0;
  left: 0;
  height: 4px;
  background: var(--orange-300);
  width: 0%;
}

.icon-container {
  position: fixed;
  bottom: 40px;
  left: 40px;
  transform: translateY(0%);
}

.loader-icon {
  width: 216px;
  height: 216px;

  position: absolute;
  left: 0;
  bottom: 0; /* Start position */
}
.loading-percentage {
  position: absolute;
  bottom: 40px;
  right: 40px;
  font-size: 72px;
  font-weight: bold;
}

.hover-overlay {
    position: absolute;
    border-radius: 50%;
    z-index: -1;
    pointer-events: none;
    opacity: 0;
    transform: scale(0);
    transform-origin: center center;
}
.js-reveal-image {
    position: relative;
    overflow: hidden;
}

.js-reveal-cover {
    position: absolute;
    inset: 0;
    background: #000;
    z-index: 2;
}

.js-reveal-img {
    display: block;
    width: 100%;
    transform: scale(1.05);
    will-change: transform;
}
.img-wrap {
    position: relative;
    overflow: hidden;
    aspect-ratio: 3 / 4;
    background: #1a1916;
}
.img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transform: scale(1.06);
}
.veil {
    position: absolute;
    inset: 0;
    background: var(--orange-400);
    z-index: 2;
    transform-origin: right center;
}
.has-svg-animation {
	width: 100%;
	height: auto;
}

.short-loader {
  position: fixed;
  inset: 0;
  z-index: 9999;
  pointer-events: none;
  opacity: 0;
}

.veil-animation-short {
  position: absolute;
  inset: 0;
  background: #EF5D0F;
  transform: translateY(0%);
}
#site_header {
  transition: transform 0.3s ease;
  will-change: transform;
}

#site_header.is-hidden {
  transform: translateY(-100%);
}
.site-logo .star {
  transform-origin: center center;
  transition: transform 0.3s ease;
}
.line-wrapper {
    margin-bottom: -.1em;
    margin-left: -.05em;
    margin-right: -.05em;
    padding-bottom: .1em;
    padding-left: .05em;
    padding-right: .05em;
    overflow: hidden;
}
.cursor__wrapper{
   
    align-items: center;
    color: #fff;
    -moz-column-gap: .75rem;
    column-gap: .75rem;
    display: none;
    mix-blend-mode: difference;
    pointer-events: none;
    position: fixed;
    z-index: 4000;
   
    
}

.highlight {
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
.logo__wrapper {
    align-items: center;
    display: flex;
    height: 1.6rem;
    justify-content: center;
    width: 1.51rem;
}

.logo__wrapper svg {
    left: 0px;
    position: absolute;
    top: 0.25rem;
    width: 1.2rem;
}
.text__wrapper{
    align-items: center;
    display: flex;
    position: relative;
}

.text__wrapper > div{
    left: 0;
    margin-top: -50%;
    position: absolute;
    width: -moz-max-content;
    width: max-content;
}

.link-active,
.menu-item a {
  display: inline-block;
  overflow: hidden;
  position: relative;
  text-decoration: none;
}

.link-active:after,
.menu-item a:after {
  background-color: currentColor;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  transform: scaleX(0);
  transform-origin: 0 50%;
  transition: transform .6s cubic-bezier(.85, 0, .15, 1);
  width: 100%;
  will-change: transform;
}

@media (hover: hover) and (pointer: fine) {
  .link-active:hover:after,
  .menu-item a:hover:after {
    transform: scaleX(1);
    transform-origin: 0 50%;
  }

  .link-active:not(:hover):after,
  .menu-item a:not(:hover):after {
    transform-origin: 100% 50%;
  }

  .link-active-full:hover:before,
  .menu-item a.link-active-full:hover:before {
    transform: scaleX(0);
    transform-origin: 100% 50%;
    transition-delay: 0s;
  }

  .link-active-full:hover:after,
  .menu-item a.link-active-full:hover:after {
    transform: scaleX(1);
    transform-origin: 0 50%;
    transition-delay: 0.15s;
  }

  .link-active-full-dk-only:hover:before,
  .menu-item a.link-active-full-dk-only:hover:before {
    transform: scaleX(0);
    transform-origin: 100% 50%;
    transition-delay: 0s;
  }

  .link-active-full-dk-only:hover:after,
  .menu-item a.link-active-full-dk-only:hover:after {
    transform: scaleX(1);
    transform-origin: 0 50%;
    transition-delay: 0.15s;
  }

  .link-active-full-small:hover:before,
  .menu-item a.link-active-full-small:hover:before {
    transform: scaleX(0);
    transform-origin: 100% 50%;
    transition-delay: 0s;
  }

  .link-active-full-small:hover:after,
  .menu-item a.link-active-full-small:hover:after {
    transform: scaleX(1);
    transform-origin: 0 50%;
    transition-delay: 0.15s;
  }
}
    
    .b-arrow {
    --spacing: .3rem;
    --icon-size: 1.2rem;
    align-items: baseline;
    gap: var(--spacing) !important;
    position: relative;

}
.cta-body-sm.b-arrow  {
    --icon-size: 1rem;
}
.b-arrow,.b-arrow.underlined {
    display: inline-flex
}

.b-arrow.underlined:after,.b-arrow.underlined:before {
    background-color: currentColor
}

.content,.icon {
    transition: transform .7s cubic-bezier(.52,0,0,1),opacity .7s cubic-bezier(.52,0,0,1)
}

.b-arrow .icon {
    display: inline-block;
    pointer-events: none;
    width: var(--icon-size);
    color: currentColor !important;
}

.icon-b {
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transform: translate3d(-125%,50%,0)
}

@media (hover: hover) and (pointer:fine) {
    .b-arrow:hover .content {
        transform:translate3d(calc(var(--icon-size) + var(--spacing)),0,0)
    }

    .b-arrow:hover .icon-b {
        opacity: 1;
        transform: translateZ(0)
    }

    .b-arrow:hover .icon-a {
        opacity: 0;
        transform: translate3d(125%,-50%,0)
    }
}
.btn-slide, 
.btn-menu {
    position: relative;
    display: inline-block;
    overflow: hidden;
    color: var(--neutral-100); /* initial text color */
    background: transparent;
    cursor: pointer;
}

/* Background slide effect */
.btn-slide::before, .btn-menu::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: currentColor;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    z-index: 0;
}

/* Expand background on hover */
.btn-slide:hover::before,
.btn-menu:hover::before {
    transform: scaleX(1);
}
.btn-slide.bricks-background-secondary:hover span {
    color: var(--neutral-100);
}
.btn-slide.bricks-background-primary:hover span {
    color:var(--neutral-500);
}
/* Text span styling */
.btn-slide span,
.btn-menu svg {
    position: relative;
    z-index: 1;
    display: inline-block;
    transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
}


.a-wrapper a {
    display: inline-block;
    overflow: hidden;
    position: relative;
    text-decoration: none
}

.a-wrapper a:after,.a-wrapper a:before {
    background-color: currentColor;
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    transition: .6s cubic-bezier(.16,1,.3,1);
    width: 100%
}

.a-wrapper a:before {
    transform: scaleX(1);
    transform-origin: 100% 50%;
    transition-delay: .15s;
    will-change: transform
}

.a-wrapper a:after {
    transform: scaleX(0);
    transform-origin: 0 50%;
    will-change: transform
}
.has-parallax-effect {
  overflow: hidden;
  position: relative;
  will-change: transform;
  width: 100%;
}

.has-parallax-effect img {
  display: block;
  width: 100%;
  height: 120%;
  transform: scale(1);
  transition: transform 0.4s ease;
  will-change: transform;
  object-fit:contain;
}
.box__icon.is-hidden {
  display: none !important;
}

.hidden__content {
  position: absolute;
  left: 0;
  top: 0;
}
.hidden__content,
.hidden__content a {
    color: #fff !important;
}

.hidden__content .box__inner-heading .box__sub-heading {
    color: rgba(255,255,255,0.6) !important;
}
.box__icon,
.box__heading,
.box__cta,
.hidden__content {
  will-change: transform, opacity;
}

.box__icon {
  overflow: hidden;
  transition: all 0.3s ease; /* fallback smoothness */
}
@media (min-width: 1024px) {

    .a-wrapper a:after,.a-wrapper a:before {
        bottom: 1px;
        height: 1px
    }
}

@media (hover: hover) and (pointer:fine) {
   .a-wrapper a:hover:before {
        transform:scaleX(0);
        transform-origin: 100% 50%;
        transition-delay: 0s
    }

   .a-wrapper a:hover:after {
        transform: scaleX(1);
        transform-origin: 0 50%;
        transition-delay: .15s
    }
}

[data-split-text] {
  overflow-wrap: break-word;
  word-wrap: break-word;
  white-space: normal;
}

.word-wrapper {
  display: inline-block;
  overflow: hidden;
}