.elementor-16168 .elementor-element.elementor-element-8efcdd0{--display:flex;--min-height:75vh;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:flex-start;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-16168 .elementor-element.elementor-element-8efcdd0:not(.elementor-motion-effects-element-type-background), .elementor-16168 .elementor-element.elementor-element-8efcdd0 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FCFDFB;}.elementor-16168 .elementor-element.elementor-element-1d78709 .sc_heading{text-align:left;}.elementor-16168 .elementor-element.elementor-element-1d78709 .sc_heading .title{margin:150px 0px 50px 15px;}.elementor-16168 .elementor-element.elementor-element-b8a1567 > .elementor-widget-container{margin:0px 0px 90px 0px;}.elementor-16168 .elementor-element.elementor-element-912ba95{--display:flex;--min-height:80vh;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:flex-start;--gap:0px 0px;--row-gap:0px;--column-gap:0px;border-style:solid;--border-style:solid;border-width:0px 0px 0px 0px;--border-top-width:0px;--border-right-width:0px;--border-bottom-width:0px;--border-left-width:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-16168 .elementor-element.elementor-element-912ba95:not(.elementor-motion-effects-element-type-background), .elementor-16168 .elementor-element.elementor-element-912ba95 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FCFDFB;}.elementor-16168 .elementor-element.elementor-element-96dce75 .sc_heading{text-align:center;}.elementor-16168 .elementor-element.elementor-element-5c495f2 > .elementor-widget-container{margin:100px 0px 100px 0px;}/* Start custom CSS for html, class: .elementor-element-2facd84 */.elementor-16168 .elementor-element.elementor-element-2facd84 {
    position: inherit;
    top: 0;
    right: 0;
}
@keyframes blink-animation {
  0%,
  100% {
    opacity: var(--blink-opacity, 1);
  }
  50% {
    opacity: 0;
  }
}

:root {
  --stripe-color: #fff;
  --bg: var(--stripe-color);
  --stripes: repeating-linear-gradient(
    100deg,
    var(--stripe-color) 0%,
    var(--stripe-color) 7%,
    transparent 10%,
    transparent 12%,
    var(--stripe-color) 16%
  );
  --rainbow: repeating-linear-gradient(
    100deg,
    #60a5fa 10%,
    #e879f9 15%,
    #60a5fa 20%,
    #5eead4 25%,
    #60a5fa 30%
  );
}

@keyframes smoothBg {
  from {
    background-position: 50% 50%, 50% 50%;
  }
  to {
    background-position: 350% 50%, 350% 50%;
  }
}
.hero {
  width: 100%;
  height: 65vh;
  top: 0;
  position: absolute;
  right: 0;
  display: flex;
  place-content: center;
  place-items: center;
  background-image: var(--stripes), var(--rainbow);
  background-size: 300%, 200%;
  background-position: 50% 50%, 50% 50%;

  filter: blur(10px) invert(100%);

  mask-image: radial-gradient(ellipse at 100% 0%, black 40%, transparent 70%);
}
.hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background-image: var(--stripes), var(--rainbow);
    background-size: 200%, 100%;
    animation: smoothBg 60s linear infinite;
    background-attachment: fixed;
    mix-blend-mode: difference;
  }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b8a1567 */.ghost,
.glitch {
  opacity: 0.25;
}
#container-dev {
    max-width: 600px;
    text-align: left;
    padding-left: 50px;
}
#message {
   margin-left: 0.75dvw;
   font-family: Courier, monospace;
   font-size: 0.85rem;
   font-weight: bold;
   line-height: 1.25rem;
   min-height: 220px;
}

#animate {
  text-shadow: 0 0 8px rgba(113, 94, 57, 0.1);
  color: #0C0D12;
  margin-top: 1.5em;
}
button.btn-link {
    background-color: transparent!important;
    color: initial;
}
@media (min-width: 1200px) {
    #container-dev {
        max-width: 700px;
    }
    #message {
        font-size: 1rem;
        line-height: 1.5rem;
        min-height: 230px;
    }
    #animate {
        font-size: 1.15rem;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5c495f2 */.slider-wrapper {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .window {
    background-color: #fff;
    width: 80vw;
    max-width: 1325px;
    height: auto;
    max-height: 1120px;
    border-radius: 1rem;
    overflow: hidden;
    box-shadow:
      2.8px 2.8px 2.2px rgba(0,0,0,.02),
      6.7px 6.7px 5.3px rgba(0,0,0,.028),
      12.5px 12.5px 10px rgba(0,0,0,.035),
      22.3px 22.3px 17.9px rgba(0,0,0,.042),
      41.8px 41.8px 33.4px rgba(0,0,0,.05),
      100px 100px 80px rgba(0,0,0,.07),
      -2.8px -2.8px 2.2px rgba(0,0,0,.02),
      -6.7px -6.7px 5.3px rgba(0,0,0,.028),
      -12.5px -12.5px 10px rgba(0,0,0,.035),
      -22.3px -22.3px 17.9px rgba(0,0,0,.042),
      -41.8px -41.8px 33.4px rgba(0,0,0,.05),
      -100px -100px 80px rgba(0,0,0,.07);
    user-select: none;
  }

  .top-bar {
    padding: .75rem 1rem;
    background-color: #ddd;
    display: flex;
    gap: .5rem;
    align-items: center;
  }
  .top-bar span {
    width: 13px; height: 13px;
    border-radius: 50%;
    cursor: pointer;
    flex-shrink: 0;
    transition: filter .15s;
  }
  .top-bar span:hover { filter: brightness(.82); }
  .top-bar span:nth-child(1) { background-color: #F96058; }
  .top-bar span:nth-child(2) { background-color: #FEC009; }
  .top-bar span:nth-child(3) { background-color: #1DC937; }

  .slides-track {
    display: flex;
    transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: transform;
    cursor: grab;
    position: relative;
  }
  .slides-track.grabbing { cursor: grabbing; transition: none; }

  .w-content {
    width: 100%;
    max-height: 88vh;
    overflow-y: auto;
    flex-shrink: 0;
    scrollbar-width: thin;
  }
  .w-content img {
    width: 100%;
    object-fit: cover;
    display: block;
    pointer-events: none;
  }

  .w-card {
    position: absolute;
    bottom: 3.5rem;
    max-width: 37.5%;
    right: 1.5rem;
    background: rgba(255,255,255,0.72);
    backdrop-filter: blur(22px) saturate(180%);
    -webkit-backdrop-filter: blur(22px) saturate(180%);
    border-radius: .875rem;
    border: 1px solid rgba(255,255,255,0.65);
    box-shadow:
      0 2px 6px rgba(0,0,0,.06),
      0 8px 28px rgba(0,0,0,.12),
      inset 0 1px 0 rgba(255,255,255,.85);
    overflow: hidden;
    transition:
      right 0.35s cubic-bezier(0.4,0,0.2,1),
      max-width 0.35s cubic-bezier(0.4,0,0.2,1);
      display: none;
  }
  .active .w-card {
      display: block;
  }
  .w-card.minimized {
    max-width: 200px;
  }

  .w-card-bar {
    display: flex;
    align-items: center;
    gap: .4rem;
    padding: .5rem .7rem;
    background: rgba(218,218,218,0.55);
    border-bottom: 1px solid rgba(0,0,0,.07);
  }
  .w-card-dot {
    width: 10px; height: 10px;
    border-radius: 50%;
    flex-shrink: 0;
  }
  .w-card-dot:nth-child(1) { background: #F96058; }
  .w-card-dot:nth-child(2) { background: #FEC009; cursor: pointer; }
  .w-card-dot:nth-child(3) { background: #1DC937; }

  .w-card-dot:nth-child(2) {
    position: relative;
    display: flex; align-items: center; justify-content: center;
  }
  .w-card-dot:nth-child(2)::after {
    content: '–';
    position: absolute;
    font-size: 9px;
    font-weight: 800;
    line-height: 1;
    color: rgba(0,0,0,0);
    transition: color .12s;
    pointer-events: none;
  }
  .w-card:hover .w-card-dot:nth-child(2)::after { color: rgba(100,70,0,.7); }
  .w-card-dot:nth-child(2):hover { filter: brightness(.82); }

  /* Plus icon on red dot when minimized */
  .w-card.minimized .w-card-dot:nth-child(1) {
    cursor: pointer;
    position: relative;
    display: flex; align-items: center; justify-content: center;
  }
  .w-card.minimized .w-card-dot:nth-child(1)::after {
    content: '+';
    position: absolute;
    font-size: 9px;
    font-weight: 800;
    line-height: 1;
    color: rgba(0,0,0,0);
    transition: color .12s;
    pointer-events: none;
  }
  .w-card.minimized:hover .w-card-dot:nth-child(1)::after { color: rgba(100,0,0,.7); }
  .w-card.minimized .w-card-dot:nth-child(1):hover { filter: brightness(.82); }

  .w-card-title {
    font-size: .7rem;
    font-weight: 500;
    color: rgba(0,0,0,.4);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    flex: 1;
    transition: opacity .25s;
    pointer-events: none;
  }
  .w-card:not(.minimized) .w-card-title { opacity: 0; }
  .w-card.minimized .w-card-title { opacity: 1; }

  .w-card-body {
    padding: .85rem 1.1rem 1rem;
    overflow: hidden;
    max-height: 200px;
    opacity: 1;
    transition:
      max-height 0.35s cubic-bezier(0.4,0,0.2,1),
      opacity 0.25s ease,
      padding 0.35s cubic-bezier(0.4,0,0.2,1);
  }
  .w-card.minimized .w-card-body {
    max-height: 0;
    opacity: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
  .w-card h3 {
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: -.02em;
    color: #111;
    margin: .3rem 0;
  }
  .w-card p {
    font-size: .875rem;
    color: #555;
    line-height: 1.55;
  }
  .w-card.closed {
      display: none;
  }
  .controls {
    display: flex;
    align-items: center;
    gap: .85rem;
    margin-top: 1.1rem;
  }

  .arrow {
    display: flex; align-items: center; justify-content: center;
    width: 2rem; height: 2rem;
    border: none;
    border-radius: 50%!important;
    background: #ffffff;
    cursor: pointer;
    box-shadow: 0 1px 2px rgba(0,0,0,.1), 0 3px 10px rgba(0,0,0,.08);
    transition: background .15s, box-shadow .15s, transform .12s;
    color: #222;
    flex-shrink: 0;
    padding: 0;
  }
  .arrow:hover {
    background: #f2f2f2;
    box-shadow: 0 2px 6px rgba(0,0,0,.13), 0 5px 18px rgba(0,0,0,.1);
    transform: scale(1.1);
  }
  .arrow:active { transform: scale(.93); }
  .arrow svg {
    width: 14px; height: 14px;
    stroke: currentColor;
    stroke-width: 2.3;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  .dots {
    display: flex;
    align-items: center;
    gap: .4rem;
  }
  .dot {
    height: 7px;
    width: 7px;
    border-radius: 4px;
    background: #c4c4c4;
    border: none;
    cursor: pointer;
    padding: 0;
    transition: background .25s, width .3s cubic-bezier(0.4,0,0.2,1);
  }
  .dot.active {
    background: #3a3a3a;
    width: 20px;
  }/* End custom CSS */
/* Start custom CSS for page-settings */body.elementor-page-16168 footer, body.elementor-page-16168 .footer-bottom-above {
    background-color: #FCFDFB!important;
}/* End custom CSS */