.bc-anyside-button,.bc-arrow-button,.bc-crystal-button{width:fit-content;white-space:wrap}.bc-highlight-title__element,.bc-ripple-button,.bc-swap-title__element,.bc-underlined-title__element{font-family:system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,'Open Sans','Helvetica Neue',sans-serif}.bc-arrow-button .bc-arrow-button__arrow,.bc-video-sequence[data-no-full] .bc-video-sequence__generator video{min-width:var(--dimensions)!important;min-height:var(--dimensions)!important;max-width:var(--dimensions)!important;max-height:var(--dimensions)!important}.bc-decode-hover,.bc-decode-reveal__title,.bc-unfold-reveal{font-weight:700;font-size:27px}a.bc-anyside-button,a.bc-anyside-button:hover,a.bc-crystal-button,a.bc-crystal-button:hover,a.bc-layer-button,a.bc-layer-button:hover,a.bc-marquee-button,a.bc-marquee-button:hover{color:unset}.bc-anyside-button{display:block;--colortransition:800ms;--colortransition-ida:800ms;--pathtransition:800ms;--pathtransition-ida:800ms;--easing:ease;--hover-color:#fff;--click-dimensions:500px;border:0;position:relative;cursor:pointer;overflow:hidden;background:#fff;color:#1a1a1a;border-radius:15px;text-align:center;padding:40px}.bc-anyside-button__title{position:relative;z-index:2;transition:color var(--colortransition) var(--easing)}.bc-anyside-button__anyside-div{position:absolute;left:0;top:0;transform:translate(-50%,-50%);border-radius:50%;background:#252527;clip-path:circle(0% at 50% 50%);transition:clip-path var(--pathtransition) var(--easing);z-index:1}.bc-anyside-button[data-type=hover]:hover .bc-anyside-button__title{color:var(--hover-color);transition:color var(--colortransition-ida) var(--easing)}.bc-anyside-button[data-type=hover]:hover .bc-anyside-button__anyside-div{clip-path:circle(100% at 50% 50%);transition:clip-path var(--pathtransition-ida) var(--easing)}.bc-anyside-button[data-type=click] .bc-anyside-button__anyside-span{background:#252527;position:absolute;transform:translate(-50%,-50%);pointer-events:none;border-radius:50%;animation:animate var(--pathtransition) linear infinite}@keyframes animate{0%{width:0;height:0;opacity:.5}100%{width:var(--click-dimensions);height:var(--click-dimensions);opacity:0}}.bc-arrow-button{text-decoration:unset!important;color:unset!important;display:flex;justify-content:center;align-items:center;flex-direction:row-reverse;height:fit-content;--scale:1.25;--dimensions:23px;--transitionduration:0.5s;--ease:cubic-bezier(0.1, 0, 0.3, 1);--transitiondurationswap:0.5s;--easeswap:cubic-bezier(0.1, 0, 0.3, 1);--arrow-distance:300%}.bc-arrow-button .bc-arrow-button_title-wrapper{padding:15px 20px;background-color:#2c2b2b;border-radius:100px;color:#fff;text-align:center;font-size:18px;letter-spacing:-.5px;line-height:1.15}.bc-arrow-button .bc-arrow-button_title-wrap{position:relative;overflow:hidden}.bc-arrow-button .bc-arrow-button__title{all:unset;display:block;outline:0;border:none;transition:transform;transition-duration:var(--transitiondurationswap);transition-timing-function:var(--easeswap)}.bc-arrow-button[data-swap=enable] .bc-arrow-button__title::after{display:block;content:attr(data-content);position:absolute;top:100%}[data-type=bc-ripple-button--from-bottom] .bc-ripple-button__pseudo::after,[data-type=bc-ripple-button--from-left] .bc-ripple-button__pseudo::after,[data-type=bc-ripple-button--from-right] .bc-ripple-button__pseudo::after{top:-300%}.bc-arrow-button[data-swap=enable]:hover .bc-arrow-button__title,.bc-stickynav-menu[data-sticky=bc-stickynav-menu--sticky]{transform:translateY(-100%)}.bc-arrow-button[data-swap=enable]:hover .bc-arrow-button__title::after,.bc-stripe.bc-stripe__is-dropdown-visible .bc-stripe__morph-dropdown-wrapper{transform:translateY(0)}.bc-arrow-button .bc-arrow-button__circle{padding:25px;background-color:#2c2b2b;border-radius:50%;position:relative;overflow:hidden;display:flex;justify-content:center;align-items:center;min-width:var(--dimensions)!important;min-height:var(--dimensions)!important;transition:scale;transition-duration:var(--transitionduration);transition-timing-function:var(--ease)}.bc-arrow-button .bc-arrow-button__arrow{position:absolute;transition:transform;transition-duration:var(--transitionduration);transition-timing-function:var(--ease);rotate:-45deg;--fill:white;stroke-width:.1;stroke:var(--fill);fill:var(--fill)}.bc-arrow-button .bc-arrow-button__arrow-right{transform:translateX(calc(var(--arrow-distance) * -1))}.bc-arrow-button:hover .bc-arrow-button__circle{scale:var(--scale)}.bc-arrow-button:hover .bc-arrow-button__arrow-left{transform:translateX(var(--arrow-distance))}.bc-arrow-button:hover .bc-arrow-button__arrow-right{transform:translateX(0)}.bc-layer-button:hover .bc-layer-button__first-layer,.bc-layer-button:hover .bc-layer-button__fourth-layer,.bc-layer-button:hover .bc-layer-button__original-layer,.bc-layer-button:hover .bc-layer-button__second-layer,.bc-layer-button:hover .bc-layer-button__third-layer{transform:translate3d(var(--translate3dpxto),var(--translate3dpxto),0);color:var(--color)!important;background:var(--background)!important;z-index:var(--z-index)!important}.bc-crystal-button{display:block;box-sizing:border-box;--radius:15px;--filter:0.7;--border:1px;--padding:1px;border-radius:var(--radius);border:1px solid #d1d1d1;position:relative;place-items:center;padding:12px 36px;transition:transform .1s}.bc-crystal-button:is(:hover,:focus-visible){--hover:1}.bc-crystal-button:before{content:"";position:absolute;inset:0px;border-radius:calc(var(--radius) - var(--border));background:conic-gradient(from calc(var(--rx,0) * 180deg) at calc(var(--x,0) * 100%) calc(var(--y,0) * 100%),hsl(10 90% 70%),hsl(140 80% 70%),hsl(320 80% 70%),hsl(210 80% 70%),hsl(10 80% 70%));filter:saturate(var(--filter));opacity:var(--hover, 0);transition:opacity .2s}.bc-crystal-button__backdrop{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:calc(var(--radius) - var(--padding));display:block;grid-column:1;grid-row:1;--blur:20px;--brightness:1.2;--saturate:1;background:hsla(0,0%,0%,.3);-webkit-backdrop-filter:blur(var(--blur)) brightness(var(--brightness)) saturate(var(--saturate));backdrop-filter:blur(var(--blur)) brightness(var(--brightness)) saturate(var(--saturate))}.bc-crystal-button__title{grid-row:1;grid-column:1;position:relative;z-index:2;display:flex;align-items:center;gap:.5rem}.bc-crystal-button--dark{outline:0}.bc-crystal-button--dark:after{background:hsl(0 0% 10% / calc(1 - var(--hover,0) * .25))}.bc-glowing-button{--transition-duration:0.4s;--dimensions:1px;isolation:isolate;position:relative;overflow:hidden;display:flex;flex-direction:column;justify-content:center;align-items:center;width:fit-content;height:fit-content;padding:var(--dimensions);text-decoration:none;border-radius:15px;transition:all var(--transition-duration)}.bc-highlight-title,.bc-swap-title,.bc-underlined-title{text-decoration:unset!important}.bc-glowing-button__background{position:relative;z-index:0;--padding:20px 40px;padding:var(--padding);background-color:#f5f5f5;border-radius:15px}.bc-layer-button__first-layer,.bc-layer-button__original-layer{padding:20px 40px;--translate3dpxto:0px;transition:color .3s,background .3s,transform .3s}.bc-glowing-button__title{opacity:1;--color:black;background:var(--color);white-space:nowrap;-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}@keyframes spin{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}.bc-glowing-button__border-gradient{width:100%;min-height:500%;position:absolute;z-index:-1;transform:rotate(0);--animation-duration:3s;animation:spin var(--animation-duration) linear infinite;--first-color:rgba(0,0,0,.5);--second-color:rgba(255,255,255,0);background:conic-gradient(from 0 at 50% 50%,var(--first-color) 0deg,var(--second-color) 60deg,var(--second-color) 310deg,var(--first-color) 360deg)}.bc-layer-button{position:relative;cursor:pointer;display:flex;width:fit-content;height:fit-content;background:unset}.bc-layer-button__original-layer{position:relative;background:#080808;color:#fff;border-radius:5px;transform:translate3d(0,0,0);--color:white;--background:#080808;transition-timing-function:cubic-bezier(0.7,0,0.2,1);z-index:1;--z-index:1}.bc-layer-button__first-layer{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;justify-content:center;align-items:center;background:#3754f5;border:0;border-radius:5px;color:#080808;pointer-events:none;--translate3dpxfrom:6px;transform:translate3d(var(--translate3dpxfrom),var(--translate3dpxfrom),0);--color:#080808;--background:#3754F5;transition-timing-function:cubic-bezier(0.7,0,0.2,1);z-index:0;--z-index:0}.bc-layer-button__second-layer,.bc-layer-button__third-layer{justify-content:center;border:0;transition:color .3s,background .3s,transform .3s;position:absolute;top:0;left:0;width:100%;height:100%;padding:20px 40px;display:flex;color:#080808;pointer-events:none;--translate3dpxto:0;transform:translate3d(var(--translate3dpxfrom),var(--translate3dpxfrom),0);--color:#080808}.bc-layer-button__second-layer{align-items:center;background:#d95ff8;border-radius:5px;--translate3dpxfrom:12px;--background:#D95FF8;transition-timing-function:cubic-bezier(0.7,0,0.2,1);z-index:-1;--z-index:-1}.bc-layer-button__third-layer{align-items:center;background:#3754f5;border-radius:5px;--translate3dpxfrom:18px;--background:#3754F5;transition-timing-function:cubic-bezier(0.7,0,0.2,1);z-index:-2;--z-index:-2}.bc-layer-button__fourth-layer{position:absolute;top:0;left:0;width:100%;height:100%;padding:20px 40px;display:flex;justify-content:center;align-items:center;background:#d95ff8;border:0;border-radius:5px;color:#080808;pointer-events:none;--translate3dpxfrom:24px;--translate3dpxto:0;transform:translate3d(var(--translate3dpxfrom),var(--translate3dpxfrom),0);--color:#080808;--background:#D95FF8;transition:color .3s,background .3s,transform .3s;transition-timing-function:cubic-bezier(0.7,0,0.2,1);z-index:-3;--z-index:-3}.bc-marquee-button{display:block;width:fit-content;white-space:wrap;pointer-events:auto;cursor:pointer;border:1px solid #c9c9c9;position:relative;background:#fff;padding:20px 50px;border-radius:15px}.bc-marquee-button::after,.bc-marquee-button::before,.bc-marquee-button__marquee{position:absolute;width:100%;height:100%;top:0;left:0}.bc-marquee-button__title,.bc-scribble-title__element>*,.bc-scribble-title__element>*>div{display:inline-block}.bc-back-to-top__to-hide,.bc-blade-title__to-hide,.bc-core-slider-wrapper.splide,.bc-core-tabs[data-to-hide],.bc-grained__to-hide,.bc-letter-launcher__to-hide,.bc-lottie__to-hide,.bc-marquee-button:hover .bc-marquee-button__title,.bc-parallax__to-hide,.bc-particles__to-hide,.bc-reel__to-hide,.bc-scroll-reading__to-hide,.bc-to-hide{opacity:0}.bc-marquee-button__marquee{overflow:hidden;pointer-events:none}.bc-marquee-button__units-wrapper{width:fit-content;height:100%;display:flex;align-items:center;justify-content:center;gap:10px;position:relative;--offset:1rem;--move-initial:calc(-25% + var(--offset));--move-final:calc(-50% + var(--offset));transform:translate3d(var(--move-initial),0,0);animation:4s linear infinite paused marquee;opacity:0;--transition-duration:0.4s}.bc-microbox-button,.bc-microbox-button__grid{width:calc(300px * var(--multiply));height:calc(100px * var(--multiply));justify-content:center}.bc-marquee-button:hover .bc-marquee-button__units-wrapper{animation-play-state:running;opacity:1;transition-duration:.4s}.bc-marquee-button__unit{text-align:center;white-space:nowrap}@keyframes marquee{0%{transform:translate3d(var(--move-initial),0,0)}100%{transform:translate3d(var(--move-final),0,0)}}.bc-microbox-button{position:relative;--multiply:0.75;display:flex;align-items:center;border:0;border-radius:15px;overflow:hidden;white-space:wrap}.bc-microbox-button__grid{position:absolute;display:grid;align-items:center;grid-auto-columns:1fr;grid-template-areas:". . . . . . . . . . . . . ." ". . . . . . . . . . . . . ." ". . . . . . . . . . . . . ." ". . . . . . . . . . . . . ." ". . . . . . . . . . . . . ." ". . . . . . . . . . . . . ." ". . . . . . . . . . . . . ." ". . . . . . . . . . . . . ." ". . . . . . . . . . . . . ." ". . . . . . . . . . . . . ." ". . . . . . . . . . . . . ." ". . . . . . . . . . . . . Area";grid-template-columns:1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;grid-template-rows:auto auto auto auto auto auto auto auto auto auto;background:#2d61f0}.bc-microbox-button__square{-webkit-box-direction:normal;box-sizing:border-box;width:calc(10px * var(--multiply));height:calc(10px * var(--multiply));background:#1f1f1f;transform:scale(1)}.bc-microbox-button__title{position:absolute;color:#fff}.bc-ripple-button,.bc-ripple-button__pseudo{position:relative;will-change:transform;overflow:hidden}.bc-ripple-button{display:block;width:fit-content;white-space:nowrap;color:#000;line-height:normal;padding:15px 50px;border-radius:50px;background:#fff;cursor:pointer;transition:var(--transition-duration) var(--transition-ease);transform:translateZ(0);backface-visibility:hidden;-webkit-font-smoothing:subpixel-antialiased;-webkit-perspective:1000;--transition-duration:0.8s;--transition-duration-in:0.8s;--transition-ease:cubic-bezier(0.22, 1, 0.36, 1);--skew-text:10deg}.bc-ripple-button__hover-fill,.bc-ripple-button__pseudo::after,.bc-ripple-button__pseudo::before{transition:var(--transition-duration) var(--transition-ease)}.bc-ripple-button__text{opacity:0;will-change:transform}.bc-ripple-button__pseudo::before{content:attr(data-content);position:absolute;top:0;transform:skewY(0);will-change:transform}.bc-ripple-button__pseudo::after{content:attr(data-content);position:absolute;top:300%;left:0;transform:skewY(var(--skew-text));z-index:5;color:#fff;will-change:transform}.bc-highlight-title__bottom-to-full:after,.bc-highlight-title__full-to-bottom:after,.bc-highlight-title__full-to-left:after,.bc-highlight-title__left-to-full:after{content:'';position:absolute;z-index:-1;transition:var(--duration) var(--ease);bottom:0}.bc-ripple-button__hover-fill{position:absolute;top:-155%;left:0;height:150%;width:100%;background:#000;z-index:-5;border-radius:0 0 50% 50%}.bc-ripple-button:focus .bc-ripple-button__pseudo::before,.bc-ripple-button:hover .bc-ripple-button__pseudo::before{transform:skewY(var(--skew-text));top:-300%;will-change:transform;transition:var(--transition-duration-in) var(--transition-ease)}.bc-ripple-button:focus .bc-ripple-button__pseudo::after,.bc-ripple-button:hover .bc-ripple-button__pseudo::after{transform:skewY(0);top:0;will-change:transform;transition:var(--transition-duration-in) var(--transition-ease)}[data-type=bc-ripple-button--from-bottom]:focus .bc-ripple-button__pseudo::before,[data-type=bc-ripple-button--from-bottom]:hover .bc-ripple-button__pseudo::before,[data-type=bc-ripple-button--from-left]:focus .bc-ripple-button__pseudo::before,[data-type=bc-ripple-button--from-left]:hover .bc-ripple-button__pseudo::before,[data-type=bc-ripple-button--from-right]:focus .bc-ripple-button__pseudo::before,[data-type=bc-ripple-button--from-right]:hover .bc-ripple-button__pseudo::before{top:300%;transition:var(--transition-duration-in) var(--transition-ease)}.bc-ripple-button:focus .bc-ripple-button__hover-fill,.bc-ripple-button:hover .bc-ripple-button__hover-fill{transform:translateY(100%);transition:var(--transition-duration-in) var(--transition-ease)}[data-type=bc-ripple-button--from-bottom] .bc-ripple-button__hover-fill{border-radius:50% 50% 0 0;top:105%}[data-type=bc-ripple-button--from-bottom]:focus .bc-ripple-button__hover-fill,[data-type=bc-ripple-button--from-bottom]:hover .bc-ripple-button__hover-fill{transform:translateY(-100%);transition:var(--transition-duration-in) var(--transition-ease)}[data-type=bc-ripple-button--from-left] .bc-ripple-button__hover-fill{border-radius:0;top:-25%;left:-155%;width:150%}[data-type=bc-ripple-button--from-left]:focus .bc-ripple-button__hover-fill,[data-type=bc-ripple-button--from-left]:hover .bc-ripple-button__hover-fill{transform:translateX(100%);transition:var(--transition-duration-in) var(--transition-ease)}[data-type=bc-ripple-button--from-right] .bc-ripple-button__hover-fill{border-radius:0;top:-25%;left:105%;width:150%}[data-type=bc-ripple-button--from-right]:focus .bc-ripple-button__hover-fill,[data-type=bc-ripple-button--from-right]:hover .bc-ripple-button__hover-fill{transform:translateX(-100%);transition:var(--transition-duration-in) var(--transition-ease)}.bc-blade-title,.bc-circular-title,.bc-dark-mode,.bc-decode-hover__wrapper-link,.bc-parallax,.bc-random-letters-wrapper,.bc-twist-title,.bc-zoom-lens{display:block;width:fit-content;height:fit-content}.bc-blade-title__span{line-height:unset;clip-path:polygon(0 0,100% 0,100% 100%,0% 100%);color:#080808}.bc-blade-title .bc-blade-title__line-wrapper,.bc-stripe__coreburguer button{overflow:hidden}.bc-circular-title__element{opacity:0;width:200px;height:200px;display:flex;justify-content:center;align-items:center}.bc-circular-title__span-wrapper{animation:15s linear infinite round;transform-origin:center}@keyframes round{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}.bc-highlight-title{color:unset!important;display:block;height:fit-content;width:fit-content}.bc-highlight-title__element{color:#080808;width:fit-content;position:relative;z-index:0;--after-background:#73fddf;--height:7px;--duration:0.3s;--ease:cubic-bezier(0.16, 1, 0.3, 1)}.bc-highlight-title__bottom-to-full::after,.bc-highlight-title__full-to-bottom::after,.bc-highlight-title__full-to-left::after,.bc-highlight-title__left-to-full::after{background-color:var(--after-background)}.bc-highlight-title__bottom-to-full:after{left:0;width:100%;height:var(--height)}.bc-highlight-title__bottom-to-full:hover:after{height:100%}.bc-highlight-title__full-to-bottom:after,.bc-highlight-title__full-to-left:after{left:0;width:100%;height:100%}.bc-highlight-title__full-to-bottom:hover:after{height:var(--height)}.bc-highlight-title__left-to-full:after{left:0;width:var(--height);height:100%}.bc-swap-title__span,.bc-swap-title__span .char,.bc-swap-title__span .char::after,.bc-swap-title__span .word,.bc-swap-title__span .word::after,.bc-swap-title__span::after{transition:transform var(--duration) var(--ease),-webkit-transform var(--duration) var(--ease),-moz-transform var(--duration) var(--ease),-o-transform var(--duration) var(--ease)}.bc-highlight-title__left-to-full:hover:after,.bc-underlined-title__one-sided:hover:after,.bc-underlined-title__two-sided:hover:after{width:100%}.bc-highlight-title__full-to-left:hover:after{width:var(--height)}.bc-letter-launcher{display:block;width:fit-content;height:fit-content;color:#080808}.bc-letter-launcher__span{color:#080808}.bc-random-letters{color:#080808;text-align:center}.bc-scroll-reading{display:block;width:100%;height:fit-content}.bc-scroll-reading__element{font-size:8rem}.bc-burguer-style9__line,.bc-scroll-reading__element .line,.bc-video-sequence>*{position:relative}.bc-scroll-reading__line-mask{position:absolute;top:0;right:0;background-color:#fff;--opacity:0.1;opacity:calc(1 - var(--opacity));height:100%;width:100%;z-index:9999}.bc-svg-title{display:block;width:fit-content;height:fit-content;--animation-duration:5s;--animation-delay:0.2s}.bc-svg-title__element{display:flex;width:250px;height:auto}.bc-swap-title,.bc-title-images{width:fit-content;height:fit-content}.bc-svg-title__element text{fill:transparent;stroke:black;stroke-width:1;font-family:helvetica;visibility:hidden;stroke-dasharray:0 50%;transition:stroke-dasharray var(--animation-duration) var(--animation-delay)}.bc-svg-title__animation text,[data-ready=bc-svg-title__animation] text{visibility:visible;stroke-dasharray:50% 0}[data-ready=bc-svg-title__animation--played] text{visibility:visible;stroke-dasharray:0 50%}.bc-swap-title{color:unset!important;display:block;line-height:0}.bc-core-burguer,.bc-core-burguer *,.bc-core-burguer ::after,.bc-core-burguer ::before,.bc-swap-title *{will-change:transform}.bc-swap-title__element{display:inline-block;position:relative;line-height:normal;color:#080808;padding:0}.bc-swap-title__span-wrapper{display:block;overflow:hidden}.bc-swap-title__span,.bc-swap-title__span .char,.bc-swap-title__span .word{--skew:0deg;--duration:1s;--ease:cubic-bezier(0.19, 1, 0.22, 1);--fromtype:1;display:block;position:relative;-webkit-transform-origin:left top;-moz-transform-origin:left top;-ms-transform-origin:left top;-o-transform-origin:left top;transform-origin:left top}.bc-swap-title__span .char::after,.bc-swap-title__span .word::after,.bc-swap-title__span::after{content:var(--after-content);display:block;position:absolute;top:calc(var(--fromtype) * 100%);left:0;-webkit-transform-origin:left top;-moz-transform-origin:left top;-ms-transform-origin:left top;-o-transform-origin:left top;transform-origin:left top;transform:skewY(calc(var(--skew) * var(--fromtype)))}.bc-swap-title__element:hover .bc-swap-title__span,.bc-swap-title__element:hover .bc-swap-title__span .char,.bc-swap-title__element:hover .bc-swap-title__span .word{-webkit-transform:translateY(calc(var(--fromtype) * -100%)) skewY(calc(var(--skew) * -1 * var(--fromtype)));-moz-transform:translateY(calc(var(--fromtype) * -100%)) skewY(calc(var(--skew) * -1 * var(--fromtype)));-ms-transform:translateY(calc(var(--fromtype) * -100%)) skewY(calc(var(--skew) * -1 * var(--fromtype)));-o-transform:translateY(calc(var(--fromtype) * -100%)) skewY(calc(var(--skew) * -1 * var(--fromtype)));transform:translateY(calc(var(--fromtype) * -100%)) skewY(calc(var(--skew) * -1 * var(--fromtype)))}.bc-swap-title__remove-line:hover .bc-swap-title__span-wrapper .bc-swap-title__span{-webkit-transform:none!important;-moz-transform:none!important;-ms-transform:none!important;-o-transform:none!important;transform:none!important}.bc-swap-title__element:hover .bc-swap-title__span .char::after,.bc-swap-title__element:hover .bc-swap-title__span .word::after,.bc-swap-title__element:hover .bc-swap-title__span::after{-webkit-transform:skewY(calc(var(--skew) * var(--fromtype)));-moz-transform:skewY(calc(var(--skew) * var(--fromtype)));-ms-transform:skewY(calc(var(--skew) * var(--fromtype)));-o-transform:skewY(calc(var(--skew) * var(--fromtype)));transform:skewY(calc(var(--skew) * var(--fromtype)))}@media (pointer:coarse){.bc-swap-title__element:hover .bc-swap-title__span,.bc-swap-title__element:hover .bc-swap-title__span .char,.bc-swap-title__element:hover .bc-swap-title__span .char::after,.bc-swap-title__element:hover .bc-swap-title__span .word,.bc-swap-title__element:hover .bc-swap-title__span .word::after,.bc-swap-title__element:hover .bc-swap-title__span::after{-webkit-transform:none;-moz-transform:none;-ms-transform:none;-o-transform:none;transform:none}}.bc-title-images__wrapper{display:flex;flex-direction:column;justify-content:center;align-items:center}.bc-inline-div{margin-block:0px;display:flex;flex-direction:row!important;justify-content:center!important;align-items:center!important}.bc-inline-div video,.bc-inline-img{border-radius:15px;width:100px;height:65px;background-position:center;background-repeat:no-repeat;background-size:cover;display:inline-block;margin:0 14px}.bc-inline-span div{display:inline}.bc-twist-title__element{width:fit-content;color:#080808}.bc-twist-title__span{display:block;opacity:0;transform-origin:center top;transform-style:preserve-3d;transform:translateY(100%) rotateX(-80deg);transition:opacity cubic-bezier(.215, .61, .355, 1),transform cubic-bezier(.215, .61, .355, 1)}.bc-twist-title__is-ready .bc-twist-title__span,[data-ready=bc-twist-title__is-ready] .bc-twist-title__span{transform:none;opacity:1}.bc-underlined-title{color:unset!important;display:block;width:fit-content;height:fit-content}.bc-underlined-title__element{color:#080808;position:relative;display:inline-block;--width:0px;--height:1px;--duration:0.7s;--ease:cubic-bezier(0.16, 1, 0.3, 1);--background:currentColor}.bc-underlined-title__side-to-side:before{content:"";display:block;position:absolute;left:0;right:0;bottom:0;height:var(--height);-webkit-transform:scaleX(0);-moz-transform:scaleX(0);-ms-transform:scaleX(0);-o-transform:scaleX(0);transform:scaleX(0);-webkit-transform-origin:right center;-moz-transform-origin:right center;-ms-transform-origin:right center;-o-transform-origin:right center;transform-origin:right center;background:var(--background);-webkit-transition:-webkit-transform var(--duration) var(--ease);transition:-webkit-transform var(--duration) var(--ease);-o-transition:-o-transform var(--duration) var(--ease);-moz-transition:transform var(--duration) var(--ease),-moz-transform var(--duration) var(--ease);transition:transform var(--duration) var(--ease);transition:transform var(--duration) var(--ease),-webkit-transform var(--duration) var(--ease),-moz-transform var(--duration) var(--ease),-o-transform var(--duration) var(--ease)}.bc-underlined-title__full-sided::after,.bc-underlined-title__side-to-side:hover:before{-webkit-transform:scaleX(1);-moz-transform:scaleX(1);-ms-transform:scaleX(1);-o-transform:scaleX(1)}.bc-underlined-title__side-to-side:hover:before{transform:scaleX(1);-webkit-transform-origin:left center;-moz-transform-origin:left center;-ms-transform-origin:left center;-o-transform-origin:left center;transform-origin:left center;transition-delay:unset;-webkit-transition-delay:unset;-o-transition-delay:unset;-moz-transition-delay:unset}.bc-underlined-title__one-sided:after{content:'';position:absolute;bottom:0;left:0;width:var(--width);border-bottom:var(--height) solid var(--background);transition:var(--duration) var(--ease)}.bc-underlined-title__two-sided:after{content:'';display:block;margin:auto;bottom:0;left:0;width:var(--width);height:var(--height);background:var(--background);transition:width var(--duration) var(--ease);position:unset;border-bottom:unset}.bc-underlined-title__one-sided:hover::after,.bc-underlined-title__two-sided:hover::after{-webkit-transition:width var(--duration) var(--ease);transition:width var(--duration) var(--ease);-o-transition:width var(--duration) var(--ease);-moz-transition:width var(--duration) var(--ease);transition:width var(--duration) var(--ease);transition:width var(--duration) var(--ease)}.bc-underlined-title__full-sided::after,.bc-underlined-title__full-sided::before{content:"";position:absolute;left:0;right:0;bottom:0;height:var(--height);background:var(--background);-webkit-transition:-webkit-transform var(--duration) var(--ease);transition:-webkit-transform var(--duration) var(--ease);-o-transition:-o-transform var(--duration) var(--ease);-moz-transition:transform var(--duration) var(--ease),-moz-transform var(--duration) var(--ease);transition:transform var(--duration) var(--ease);transition:transform var(--duration) var(--ease),-webkit-transform var(--duration) var(--ease),-moz-transform var(--duration) var(--ease),-o-transform var(--duration) var(--ease)}.bc-underlined-title__full-sided::before{-webkit-transform-origin:left;-moz-transform-origin:left;-ms-transform-origin:left;-o-transform-origin:left;transform-origin:left;-webkit-transform:scaleX(0);-moz-transform:scaleX(0);-ms-transform:scaleX(0);-o-transform:scaleX(0);transform:scaleX(0)}.bc-underlined-title__full-sided::after{-webkit-transform-origin:right;-moz-transform-origin:right;-ms-transform-origin:right;-o-transform-origin:right;transform-origin:right;transform:scaleX(1)}.bc-underlined-title__full-sided:hover::before{-webkit-transform:scaleX(1);-moz-transform:scaleX(1);-ms-transform:scaleX(1);-o-transform:scaleX(1);transform:scaleX(1);transition-delay:0.25s;-webkit-transition-delay:0.25s;-o-transition-delay:0.25s;-moz-transition-delay:0.25s}.bc-underlined-title__full-sided:hover::after{width:unset;-webkit-transform:scaleX(0);-moz-transform:scaleX(0);-ms-transform:scaleX(0);-o-transform:scaleX(0);transform:scaleX(0)}.bc-back-to-top{position:fixed;right:50px;bottom:50px;height:46px;width:46px;cursor:pointer;border-radius:50px;box-shadow:inset 0 0 0 2px;color:rgba(255,255,255,.2);background-color:none;z-index:10000;opacity:0;visibility:hidden;transform:translateY(15px)!important;transition-duration:.2s;transition-timing-function:linear;display:flex;justify-content:center;align-items:center}.bc-back-to-top__active-progress{opacity:1;visibility:visible;transform:translateY(0)!important}.bc-back-to-top__arrow-svg{position:absolute;fill:grey;width:25px;height:100%;cursor:pointer;display:block;z-index:1}.bc-back-to-top__circle-path{fill:none;stroke:grey;stroke-width:5;box-sizing:border-box}.theme-toggle{--duration:1s;--theme-toggle__classic--duration:var(--duration)!important;--theme-toggle__lightbulb--duration:var(--duration)!important;--theme-toggle__eclipse--duration:var(--duration)!important;--theme-toggle__horizon--duration:var(--duration)!important;--theme-toggle__simple--duration:var(--duration)!important;--theme-toggle__around--duration:var(--duration)!important;--theme-toggle__within--duration:var(--duration)!important;--theme-toggle__expand--duration:var(--duration)!important;--theme-toggle__inner-moon--duration:var(--duration)!important;color:#000;line-height:0;font-size:32px}.theme-toggle--toggled{color:#000}.bc-dark-mode__list--backgrounds,.bc-dark-mode__list--borders,.bc-dark-mode__list--colors{display:none}.bc-dark-mode__transition{transition:color,background,border-color}.bc-grained__element{position:relative;height:500px;width:100%;background:grey}.bc-grained__child{position:absolute;top:0;left:0;z-index:100;width:100%;height:100%;pointer-events:none;opacity:.05}.bc-img-reveal{contain:paint;display:block;width:fit-content;height:auto}.bc-img-reveal .bc-img-reveal__element{visibility:hidden;overflow:hidden;width:100%;height:auto}.bc-img-reveal .bc-img-reveal__element .bc-img-reveal__img{height:auto;width:100%;object-fit:cover;transform-origin:left}.bc-lottie{display:block;width:350px;height:fit-content}.bc-image-hotspots__img,.bc-lottie__element,.bc-parallax__element{width:100%;height:auto}.bc-reel{--rotate:0deg;transform:rotate(var(--rotate))}.bc-reel__wrapper{display:flex}.bc-reel__item{display:flex;align-items:center;justify-content:center}.bc-reel__nestable{visibility:hidden;min-width:1px}.bc-reel__example-heading{background:#080808;padding:10px 20px;color:#fff}.bc-particles__element{width:100%;height:300px;position:relative;overflow:hidden;background:#424242}.bc-bubbles .bc-bubbles__bubble,.bc-particles__item{position:absolute}.bc-particles__example-heading{background:#f8d405;padding:10px 20px;color:#080808;border-radius:15px}.bc-data-scrollbar{--track-color:rgba(0,0,0,0);--track-hovercolor:rgba(0,0,0,0);--track-activecolor:rgba(0,0,0,0);--thumb-color:rgba(0,0,0,0.44);--thumb-hovercolor:rgba(0,0,0,0.55);--thumb-activecolor:rgba(0,0,0,0.66)}.bc-sharer{cursor:pointer;width:fit-content}.bc-zoom-lens__image{position:relative;display:block;object-fit:contain;width:100%;height:auto;--bgimage:url(https://images.pexels.com/photos/17050728/pexels-photo-17050728/free-photo-of-madera-carretera-paisaje-agua.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=1)}.bc-zoom-lens__glass{position:absolute;--glasstop:0;--glassleft:0;--width:50px;top:calc(var(--glasstop) - var(--width)/ 2);left:calc(var(--glassleft) - var(--width)/ 2);width:var(--width);height:var(--width);background-image:var(--bgimage);border:1px solid #fff;border-radius:50%;pointer-events:none;opacity:0;transform:scale(0);--scale-duration:200ms;transition:transform var(--scale-duration);z-index:9999}.bc-zoom-lens__show{opacity:1;--scale:2;transform:scale(var(--scale))}.wrapper-bc-expander .bc-expander-container{width:600px;background-color:#000;border-radius:20px}.wrapper-bc-expander .bc-expander-question{padding:10px 20px;position:relative;display:flex;align-items:center;justify-content:space-between;flex-direction:row;width:100%;cursor:pointer;--icon-transition-duration:0.2s}.wrapper-bc-expander .bc-expander-question-heading{font-size:16px;color:#fff}.wrapper-bc-expander .bc-expander-question-icon{font-size:16px;color:#fff;transition:var(--icon-transition-duration)}.wrapper-bc-expander .bc-expander-question.bc-expander-active>.bc-expander-question-icon{--rotate-degree:180deg;transform:rotate(var(--rotate-degree))}.wrapper-bc-expander .bc-expander-answercont{max-height:0;overflow:hidden;transition:.3s;width:100%}.wrapper-bc-expander .bc-expander-answer{font-size:1.6rem;line-height:1.5;color:#fff;padding:0 20px 15px}.bc-core-slider-wrapper .splide__slide{border:unset!important;cursor:grab!important}.bc-core-slider-wrapper .splide__track--nav>.splide__list>.splide__slide.is-active{border:3px solid transparent}.bc-core-slider-wrapper .splide__arrow{--scale-arrow:1;font-size:100%;align-items:center;background:#ccc;cursor:pointer;display:flex;height:30px;-ms-flex-pack:center;justify-content:center;opacity:.7;padding:0;position:absolute;top:50%;transform:translateY(-50%) scale(var(--scale-arrow));width:30px;z-index:1}.bc-core-slider-wrapper .splide__arrow--prev{background-color:#6200ed;left:15px;outline:0!important}.bc-core-slider-wrapper .splide__arrow--next{background-color:#6200ed;right:15px;outline:0!important}.bc-core-slider-wrapper .splide__arrow--next .nextarrowicon,.bc-core-slider-wrapper .splide__arrow--prev .prevarrowicon{color:#fff}.bc-core-slider-wrapper .splide__pagination .splide__pagination__page.is-active{background-color:#6200ed}.bc-core-slider-wrapper .splide__pagination .splide__pagination__page{background-color:#c6afe6;outline:0!important;border:0;border-radius:50%;display:inline-block;height:8px;margin:3px;opacity:.7;padding:0;position:relative;transition:transform .2s linear;width:8px;z-index:1}.bc-core-slider-wrapper .splide__pagination{bottom:unset;left:0;padding:0 1em;position:absolute;right:0;z-index:1;transform:unset;margin-top:20px}.bc-core-slider-wrapper img{width:100%;height:300px;object-fit:cover}.bc-core-slider-wrapper .splide__slide{outline:0!important;width:fit-content}.bc-core-slider-wrapper .bc-slider-block{width:100%;height:500px;background-color:#c6afe6;display:flex;justify-content:center;align-items:center}.bc-core-slider-wrapper .bc-slider-block-heading{color:#fff;text-align:center;max-width:600px}.bc-click-and-copy,.bc-overlay-menu,.bc-parallax-hover{width:fit-content}.bc-click-and-copy>i:first-child{border:unset;background-color:#1c1c1c;border-radius:10px;padding:10px;color:#fff;cursor:pointer;--icon-size:auto}.bc-click-and-copy>i:first-child::before{font-size:var(--icon-size)}.bc-click-and-copy .bc-click-and-copy__icon--hidden{visibility:hidden;display:none}.bc-before-after-image{width:fit-content;height:auto;overflow:hidden;position:relative}.bc-before-after-image ::selection{background:0 0}.bc-before-after-image__after,.bc-before-after-image__before{width:100%;height:100%;background-repeat:no-repeat;background-size:cover;background-position:center;position:absolute;top:0;left:0;pointer-events:none;overflow:hidden}.bc-before-after-image__before{width:auto;height:auto}.bc-before-after-image__content-image{max-width:unset;outline:unset;vertical-align:unset;height:100%}.bc-before-after-image__scroller{display:flex;justify-content:center;align-items:center;column-gap:15px;width:50px;height:50px;position:absolute;top:50%;--transition-duration:0.2s;transform:translateY(-50%);opacity:.8;transition:opacity var(--transition-duration);pointer-events:auto;cursor:pointer;background:0 0;border-radius:50%;border:2px solid #fff;--color-line:white;--width:2px}.bc-before-after-image__scroller:hover{opacity:1!important}.bc-before-after-image__scrolling{pointer-events:none;opacity:1!important}.bc-before-after-image__scroller--thumb{--dimensions:15px;width:100%;height:100%;fill:white;display:flex;align-items:center;justify-content:center;column-gap:5px}.bc-before-after-image .bc-before-after-image__scroller--thumb svg{min-width:unset;min-height:unset;width:var(--dimensions);height:var(--dimensions)}.bc-before-after-image__scroller:after,.bc-before-after-image__scroller:before{content:" ";display:block;width:10px;height:9999px;position:absolute;left:50%;width:var(--width);margin-left:calc(var(--width)/ -2 - .5px);z-index:30;transition:.1s;background:var(--color-line)}.bc-before-after-image__scroller:before{top:100%}.bc-before-after-image__scroller:after{bottom:100%}.bc-parallax-hover .atropos-inner{width:auto;height:auto;background-color:#b53df6;border-radius:15px}.bc-burguer-style8__left-icon,.bc-burguer-style8__left-icon:after,.bc-burguer-style8__left-icon:before{border-top-left-radius:var(--burguer-rounded);border-bottom-left-radius:var(--burguer-rounded)}.bc-burguer-style8__right-icon,.bc-burguer-style8__right-icon:after,.bc-burguer-style8__right-icon:before{border-top-right-radius:var(--burguer-rounded);border-bottom-right-radius:var(--burguer-rounded)}.bc-parallax-hover__heading{width:550px}.bc-scribble-title{width:fit-content;height:auto}.bc-scribble-title__element em{position:relative;z-index:1;font-style:normal;width:fit-content;height:fit-content}.bc-scribble-title__svg{z-index:-1;position:absolute;top:60%;left:0;width:100%;overflow:visible!important;transform:scaleX(1.01) scaleY(1.01) scaleZ(1.01);--svg-duration:1.3s;--svg-easing:cubic-bezier(0.65,0,0.35,1)}.bc-scribble-title__svg path{fill:none;stroke:#ffc107;stroke-width:75px;opacity:0;transition:stroke-dashoffset var(--svg-duration) var(--svg-easing)}.bc-scribble-title__active-scribble path,[data-active=bc-scribble-title__active-scribble] path{opacity:1;stroke-dashoffset:0}.bc-scribble-title__line{stroke-dasharray:2947.2548828125;stroke-dashoffset:2947.2548828125}.bc-scribble-title__stacked{stroke-dasharray:3822.566162109375;stroke-dashoffset:3822.566162109375}[data-active=bc-scribble-title__active-scribble--played] .bc-scribble-title__stacked{opacity:1;stroke-dashoffset:3822.566162109375}.bc-scribble-title__stacked2{stroke-dasharray:3436.10302734375;stroke-dashoffset:3436.10302734375}[data-active=bc-scribble-title__active-scribble--played] .bc-scribble-title__stacked2{opacity:1;stroke-dashoffset:3436.10302734375}.bc-scribble-title__stacked3{stroke-dasharray:6885.6689453125;stroke-dashoffset:6885.6689453125}[data-active=bc-scribble-title__active-scribble--played] .bc-scribble-title__stacked3{opacity:1;stroke-dashoffset:6885.6689453125}.bc-scribble-title__scratch1{stroke-dasharray:2775.923828125;stroke-dashoffset:2775.923828125}[data-active=bc-scribble-title__active-scribble--played] .bc-scribble-title__scratch1{opacity:1;stroke-dashoffset:2775.923828125}.bc-scribble-title__scratch2{stroke-dasharray:1729.8441162109375;stroke-dashoffset:1729.8441162109375}[data-active=bc-scribble-title__active-scribble--played] .bc-scribble-title__scratch2{opacity:1;stroke-dashoffset:1729.8441162109375}.bc-scribble-title__scratch3{stroke-dasharray:4528.685546875;stroke-dashoffset:4528.685546875}[data-active=bc-scribble-title__active-scribble--played] .bc-scribble-title__scratch3{opacity:1;stroke-dashoffset:4528.685546875}.bc-scribble-title__signature{stroke-dasharray:5843.31396484375;stroke-dashoffset:5843.31396484375}[data-active=bc-scribble-title__active-scribble--played] .bc-scribble-title__signature{opacity:1;stroke-dashoffset:5843.31396484375}.bc-scribble-title__svg-circle{top:-25%}.bc-scribble-title__circle{stroke-dasharray:6136.572265625;stroke-dashoffset:6136.572265625}[data-active=bc-scribble-title__active-scribble--played] .bc-scribble-title__circle{opacity:1;stroke-dashoffset:6136.572265625}[bc-core-burguer--body-toggled]{overflow:hidden!important}.bc-burguer-style10 svg,.bc-burguer-style2 svg,.bc-burguer-style3 svg,.bc-burguer-style4 svg,.bc-burguer-style5 svg,.bc-burguer-style6 svg,.bc-burguer-style7 svg,.bc-burguer-style8 svg,.bc-burguer-style9 svg,.bc-core-burguer svg{overflow:unset!important;min-width:unset!important;min-height:unset!important}.bc-core-burguer{display:flex;width:fit-content;height:fit-content}.bc-burguer-style1,.bc-burguer-style2__wrapper{width:var(--burguer-dimensions);height:var(--burguer-dimensions);display:flex}.bc-burguer-style1,.bc-burguer-style1 *,.bc-burguer-style1 ::after,.bc-burguer-style1 ::before{will-change:unset}.bc-burguer-style1{all:unset;cursor:pointer;--burguer-dimensions:50px;--burguer-stroke-color:black;--burguer-stroke-width:2px;--burguer-duration:600ms;--burguer-easing:ease;--burguer-rounded:round;stroke-linecap:var(--burguer-rounded)}.bc-burguer-style2,.bc-burguer-style3{all:unset;cursor:pointer;--burguer-dimensions:50px;--burguer-stroke-width:2px;--burguer-stroke-color:black;--burguer-easing:cubic-bezier(0.4, 0, 0.2, 1)}.bc-burguer-style1__line--line1,.bc-burguer-style1__line--line2{stroke:var(--burguer-stroke-color);fill:none;transition:stroke-dasharray var(--burguer-duration) var(--burguer-easing),stroke-dashoffset var(--burguer-duration) var(--burguer-easing)}.bc-burguer-style1:focus-visible{outline:auto}.bc-burguer-style1__line--line1{stroke-dasharray:60 207;stroke-width:var(--burguer-stroke-width)}.bc-burguer-style1__line--line2{stroke-dasharray:60 30;stroke-width:var(--burguer-stroke-width)}.bc-burguer-style1__line--line3{fill:none;stroke:var(--burguer-stroke-color);transition:stroke-dasharray var(--burguer-duration) var(--burguer-easing),stroke-dashoffset var(--burguer-duration) var(--burguer-easing);stroke-dasharray:60 207;stroke-width:var(--burguer-stroke-width)}.bc-burguer-style2__line--half-first,.bc-burguer-style2__line--half-last,.bc-burguer-style2__wrapper{transition:transform var(--burguer-duration) var(--burguer-easing)}.bc-burguer-style1--opened .bc-burguer-style1__line--line1{stroke-dasharray:90 207;stroke-dashoffset:-134;stroke-width:var(--burguer-stroke-width)}.bc-burguer-style1--opened .bc-burguer-style1__line--line2{stroke-dasharray:1 60;stroke-dashoffset:-30;stroke-width:var(--burguer-stroke-width)}.bc-burguer-style1--opened .bc-burguer-style1__line--line3{stroke-dasharray:90 207;stroke-dashoffset:-134;stroke-width:var(--burguer-stroke-width)}.bc-burguer-style2{overflow:hidden;display:flex;--burguer-duration:600ms;--burguer-rounded:100px;--burguer-reversed:1}.bc-burguer-style2:focus-visible{outline:auto}.bc-burguer-style10--reversed,.bc-burguer-style2--reversed,.bc-burguer-style5--reversed,.bc-burguer-style6--reversed,.bc-burguer-style7--reversed{--burguer-reversed:-1}.bc-burguer-style2__wrapper{flex-direction:column;justify-content:space-between}.bc-burguer-style2__line,.bc-burguer-style2__line--half-first,.bc-burguer-style2__line--half-last{height:var(--burguer-stroke-width);background:var(--burguer-stroke-color);border-radius:var(--burguer-rounded)}.bc-burguer-style2__line{width:100%}.bc-burguer-style2__line--half-first{width:50%;transform-origin:right}.bc-burguer-style2--reversed .bc-burguer-style2__line--half-first,.bc-burguer-style2__line--half-last{align-self:flex-end;transform-origin:left}.bc-burguer-style2__line--half-last{width:50%}.bc-burguer-style2--reversed .bc-burguer-style2__line--half-last{align-self:flex-start;transform-origin:right}.bc-burguer-style2--opened .bc-burguer-style2__wrapper{transform:rotate(calc(-45deg * var(--burguer-reversed)))}.bc-burguer-style2--opened .bc-burguer-style2__line--half-first{transform:rotate(calc(-90deg * var(--burguer-reversed))) translateX(calc(var(--burguer-stroke-width)/2*var(--burguer-reversed)))}.bc-burguer-style2--opened .bc-burguer-style2__line--half-last{transform:rotate(calc(-90deg * var(--burguer-reversed))) translateX(calc(var(--burguer-stroke-width)/2*var(--burguer-reversed)*-1))}.bc-burguer-style3{display:block;position:relative; --burguer-duration:200ms;width:var(--burguer-dimensions);height:var(--burguer-dimensions);--burguer-rounded:100px}.bc-burguer-style4,.bc-burguer-style5,.bc-burguer-style9{--burguer-duration:300ms;--burguer-easing:cubic-bezier(0.23, 1, 0.32, 1);--burguer-rounded:100px;all:unset;cursor:pointer;--burguer-dimensions:50px;--burguer-stroke-width:2px;--burguer-stroke-color:black}.bc-burguer-style3:focus-visible{outline:auto}.bc-burguer-style3__line{display:block;width:100%;position:relative;top:0;border-radius:var(--burguer-rounded);height:var(--burguer-stroke-width);margin:calc(var(--burguer-stroke-width)*3) 0;background:var(--burguer-stroke-color);transition:top var(--burguer-duration) var(--burguer-duration),transform var(--burguer-duration);transition-timing-function:var(--burguer-easing)}.bc-burguer-style3--opened .bc-burguer-style3__line{transition:top var(--burguer-duration),transform var(--burguer-duration) var(--burguer-duration);transition-timing-function:var(--burguer-easing)}.bc-burguer-style3--opened .bc-burguer-style3__line:first-child{top:calc(var(--burguer-stroke-width)*2);-webkit-transform:rotate(45deg);transform:rotate(45deg)}.bc-burguer-style3--opened .bc-burguer-style3__line:last-child{top:calc(var(--burguer-stroke-width)*-2);-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.bc-burguer-style4,.bc-burguer-style9{display:flex;align-items:center;justify-content:center;width:var(--burguer-dimensions);height:var(--burguer-dimensions)}.bc-burguer-style4:focus-visible{outline:auto}.bc-burguer-style4__line,.bc-burguer-style4__line::after,.bc-burguer-style4__line::before{display:block;width:100%;height:var(--burguer-stroke-width);background-color:var(--burguer-stroke-color)}.bc-burguer-style4__line{position:relative;border-radius:var(--burguer-rounded)}.bc-burguer-style4__line::after,.bc-burguer-style4__line::before{position:absolute;border-radius:var(--burguer-rounded);left:0;width:100%;content:''}.bc-burguer-style4__line::before{top:calc(var(--burguer-dimensions)/4);transition:top var(--burguer-duration) var(--burguer-duration) var(--burguer-easing),transform var(--burguer-duration) var(--burguer-easing)}.bc-burguer-style4__line::after{bottom:calc(var(--burguer-dimensions)/4);transition:bottom var(--burguer-duration) var(--burguer-duration) var(--burguer-easing),transform var(--burguer-duration) var(--burguer-easing)}.bc-burguer-style4--opened .bc-burguer-style4__line{background:rgba(255,255,255,0)}.bc-burguer-style4--opened .bc-burguer-style4__line::before{top:0;transition:top var(--burguer-duration) var(--burguer-easing),transform var(--burguer-duration) var(--burguer-duration) var(--burguer-easing);transform:rotate(-45deg)}.bc-burguer-style4--opened .bc-burguer-style4__line::after{bottom:0;transition:bottom var(--burguer-duration) var(--burguer-easing),transform var(--burguer-duration) var(--burguer-duration) var(--burguer-easing);transform:rotate(45deg)}.bc-burguer-style5{display:flex;justify-content:center;align-items:center;position:relative;height:var(--burguer-dimensions);width:var(--burguer-dimensions);transition:all var(--burguer-duration);--burguer-reversed:1}.bc-burguer-style5__line,.bc-burguer-style5__line::before{position:absolute;display:inline-block;height:var(--burguer-stroke-width);border-radius:var(--burguer-rounded);transition:all var(--burguer-duration);background:var(--burguer-stroke-color);width:var(--burguer-dimensions)}.bc-burguer-style5:focus-visible{outline:auto}.bc-burguer-style5__line{top:50%;transition-timing-function:var(--burguer-easing)}.bc-burguer-style5__line::before{content:" ";top:calc(var(--burguer-stroke-width)*-1);transform:translateY(calc(var(--burguer-dimensions)*-.1));transition-timing-function:var(--burguer-easing)}.bc-burguer-style5--opened .bc-burguer-style5__line{transform:rotate(calc(45deg * var(--burguer-reversed)));background:var(--burguer-stroke-color)}.bc-burguer-style5--opened .bc-burguer-style5__line::before{top:unset;transform:rotate(calc(-90deg * var(--burguer-reversed)));background:var(--burguer-stroke-color)}.bc-burguer-style5--opened:hover .bc-burguer-style5__line::before{top:unset}.bc-burguer-style6{all:unset;cursor:pointer;--burguer-dimensions:50px;--burguer-stroke-width:2px;--burguer-stroke-color:black;--burguer-duration:500ms;--burguer-easing:ease;width:var(--burguer-dimensions);height:var(--burguer-dimensions);--burguer-rounded:100px;transition-duration:var(--burguer-duration);transition-timing-function:var(--burguer-easing);--burguer-reversed:1}.bc-burguer-style6__icon,.bc-burguer-style6__icon:after,.bc-burguer-style6__icon:before{position:absolute;width:var(--burguer-dimensions);height:var(--burguer-stroke-width);border-radius:var(--burguer-rounded);background-color:var(--burguer-stroke-color);transition-duration:var(--burguer-duration);transition-timing-function:var(--burguer-easing)}.bc-burguer-style6:focus-visible{outline:auto}.bc-burguer-style6__icon{top:calc(var(--burguer-dimensions)/2)}.bc-burguer-style6__icon:before{top:calc(var(--burguer-dimensions)/-3);content:""}.bc-burguer-style6__icon:after{top:calc(var(--burguer-dimensions)/3);content:""}.bc-burguer-style6--opened .bc-burguer-style6__icon{transition-duration:var(--burguer-duration);transition-timing-function:var(--burguer-easing);background:0 0}.bc-burguer-style6--opened .bc-burguer-style6__icon:before{transform:rotateZ(calc(45deg * var(--burguer-reversed))) scaleX(1.25) translate(calc(var(--burguer-dimensions)/ 4.615 * var(--burguer-reversed)),calc(var(--burguer-dimensions)/ 4.615))}.bc-burguer-style6--opened .bc-burguer-style6__icon:after{transform:rotateZ(calc(-45deg * var(--burguer-reversed))) scaleX(1.25) translate(calc(var(--burguer-dimensions)/ 5 * var(--burguer-reversed)),calc(var(--burguer-dimensions)/ -5))}.bc-burguer-style7{all:unset;cursor:pointer;display:flex;justify-content:center;align-items:center;position:relative;--burguer-dimensions:50px;--burguer-stroke-width:2px;--burguer-stroke-color:black;--burguer-duration:600ms;--burguer-easing:cubic-bezier(0.23, 1, 0.32, 1);height:var(--burguer-dimensions);width:var(--burguer-dimensions);--burguer-rounded:100px;transition:all var(--burguer-duration);--burguer-reversed:1}.bc-burguer-style10,.bc-burguer-style8{cursor:pointer;--burguer-dimensions:50px;--burguer-stroke-width:2px;--burguer-stroke-color:black;--burguer-easing:ease;--burguer-rounded:100px;all:unset}.bc-burguer-style7__line,.bc-burguer-style7__line::before{position:absolute;display:inline-block;height:var(--burguer-stroke-width);transition:all var(--burguer-duration);background:var(--burguer-stroke-color);width:var(--burguer-dimensions);border-radius:var(--burguer-rounded)}.bc-burguer-style7:focus-visible{outline:auto}.bc-burguer-style7__line{top:50%;transition-timing-function:var(--burguer-easing)}.bc-burguer-style7__line::before{content:" ";top:calc(var(--burguer-stroke-width)*-1);transform:translateY(calc(var(--burguer-dimensions)*-.1));transition-timing-function:var(--burguer-easing)}.bc-burguer-style7--opened .bc-burguer-style7__line{transform:rotate(calc(45deg * var(--burguer-reversed)));background:var(--burguer-stroke-color)}.bc-burguer-style7--opened .bc-burguer-style7__line::before{top:unset;transform:rotate(calc(90deg * var(--burguer-reversed)));background:var(--burguer-stroke-color)}.bc-burguer-style7--opened:hover .bc-burguer-style7__line::before{top:unset}.bc-burguer-style8{--burguer-duration:500ms;width:var(--burguer-dimensions);height:var(--burguer-dimensions);transition-duration:var(--burguer-duration);transition-timing-function:var(--burguer-easing);position:relative}.bc-burguer-style8__left-icon,.bc-burguer-style8__left-icon:after,.bc-burguer-style8__left-icon:before,.bc-burguer-style8__right-icon,.bc-burguer-style8__right-icon:after,.bc-burguer-style8__right-icon:before{width:calc(var(--burguer-dimensions)/2);background-color:var(--burguer-stroke-color);transition-duration:var(--burguer-duration);transition-timing-function:var(--burguer-easing);height:var(--burguer-stroke-width);position:absolute}.bc-burguer-style8:focus-visible{outline:auto}.bc-burguer-style8__left-icon{top:calc(var(--burguer-dimensions)/2)}.bc-burguer-style8__left-icon:before{top:calc(var(--burguer-dimensions)/-3);content:""}.bc-burguer-style8__left-icon:after{top:calc(var(--burguer-dimensions)/3);content:""}.bc-burguer-style8__left-icon:hover{cursor:pointer}.bc-burguer-style8__right-icon{top:calc(var(--burguer-dimensions)/2);left:calc(var(--burguer-dimensions)/2)}.bc-burguer-style8__right-icon:before{top:calc(var(--burguer-dimensions)/-3);content:""}.bc-burguer-style8__right-icon:after{top:calc(var(--burguer-dimensions)/3);content:""}.bc-burguer-style8--opened .bc-burguer-style8__left-icon,.bc-burguer-style8--opened .bc-burguer-style8__right-icon{transition-duration:var(--burguer-duration);transition-timing-function:var(--burguer-easing);background:0 0}.bc-burguer-style8--opened .bc-burguer-style8__left-icon:before{transform:rotateZ(45deg) scaleX(1.4) translate(calc(var(--burguer-dimensions)/ 15),calc(var(--burguer-dimensions)/ 15))}.bc-burguer-style8--opened .bc-burguer-style8__left-icon:after{transform:rotateZ(-45deg) scaleX(1.4) translate(calc(var(--burguer-dimensions)/ 15),calc(var(--burguer-dimensions)/ -15))}.bc-burguer-style8--opened .bc-burguer-style8__right-icon:before{transform:rotateZ(-45deg) scaleX(1.4) translate(calc(var(--burguer-dimensions)/ -15),calc(var(--burguer-dimensions)/ 15))}.bc-burguer-style8--opened .bc-burguer-style8__right-icon:after{transform:rotateZ(45deg) scaleX(1.4) translate(calc(var(--burguer-dimensions)/ -15),calc(var(--burguer-dimensions)/ -15))}.bc-burguer-style9:focus-visible{outline:auto}.bc-burguer-style9__line,.bc-burguer-style9__line::after,.bc-burguer-style9__line::before{display:block;width:100%;height:var(--burguer-stroke-width);background-color:var(--burguer-stroke-color);border-radius:var(--burguer-rounded)}.bc-burguer-style9__line::after,.bc-burguer-style9__line::before{position:absolute;left:0;width:100%;content:''}.bc-burguer-style9__line::before{top:calc(var(--burguer-dimensions)/4);transition:top var(--burguer-duration) var(--burguer-easing)}.bc-burguer-style9__line::after{bottom:calc(var(--burguer-dimensions)/4);transition:bottom var(--burguer-duration) var(--burguer-easing)}.bc-burguer-style9--opened .bc-burguer-style9__line{background:rgba(255,255,255,0)}.bc-burguer-style9--opened .bc-burguer-style9__line::before{top:0;transition:top var(--burguer-duration) var(--burguer-easing)}.bc-burguer-style9--opened .bc-burguer-style9__line::after{bottom:0;transition:bottom var(--burguer-duration) var(--burguer-easing)}.bc-burguer-style10{display:flex;flex-direction:column;justify-content:center;align-items:center;--burguer-rotate:calc(var(--burguer-dimensions) * -0.30);--burguer-duration:600ms;width:calc(var(--burguer-dimensions));height:calc(var(--burguer-dimensions));transition:var(--burguer-duration) var(--burguer-easing);--burguer-reversed:1}.bc-burguer-style10__first-line,.bc-burguer-style10__second-line{height:var(--burguer-stroke-width);border-radius:var(--burguer-rounded);transition:var(--burguer-duration) var(--burguer-easing);background:var(--burguer-stroke-color);width:100%}.bc-burguer-style10:focus-visible{outline:auto}.bc-burguer-style10__second-line{margin-top:30%}.bc-burguer-style10--opened{transform:rotateZ(180deg)}.bc-burguer-style10--opened .bc-burguer-style10__first-line{background:var(--burguer-stroke-color);transform:translate(0,100%) rotateZ(calc(45deg * var(--burguer-reversed)))}.bc-burguer-style10--opened .bc-burguer-style10__second-line{background:var(--burguer-stroke-color);width:100%;transform:translateY(var(--burguer-rotate)) rotateZ(calc(-45deg * var(--burguer-reversed)))}.bc-morphing-menu{position:relative;width:fit-content;display:flex;flex-direction:unset;--transition-duration:0.3s;--transition-delay:0s;--transition-ease:ease}.bc-morphing-menu>*{height:fit-content;position:relative;z-index:2}.bc-morphing-menu__morphing-div{position:absolute;top:0;left:0;height:1px;width:1px;pointer-events:none;opacity:0;transition:opacity var(--transition-duration);transform-origin:left top;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;background-color:#d1c9ff}.demo-morph-bg-target{position:absolute;top:0;left:0;--height:100%;height:var(--height);width:100%;pointer-events:none;border-radius:100px}.bc-stripe[data-arrow=arrow-enable].bc-stripe__is-dropdown-visible .bc-stripe__dropdown-list::before,.morph-bg--visible{opacity:1}.morph-bg--has-transition{transition:var(--transition-duration);will-change:transform,border-radius,height,width}.bc-offcanvas-menu{width:fit-content;--transition-duration-backdrop:1s;--transition-easing-backdrop:linear}.bc-core-burguer--offcanvas-menu{top:0;z-index:3}.bc-offcanvas-menu .bc-offcanvas-menu__items-wrapper{position:absolute;width:fit-content;height:100vh;padding:50px;background:#a0e806;display:flex;pointer-events:none;z-index:2;overflow:auto}.bc-offcanvas-menu[data-classtype=bc-offcanvas-menu--fromtop] .bc-offcanvas-menu__items-wrapper{clip-path:polygon(0 0,100% 0,100% 0,0 0);top:0}.bc-offcanvas-menu[data-classtype=bc-offcanvas-menu--fromleft] .bc-offcanvas-menu__items-wrapper{clip-path:polygon(0 0,0 0,0 100%,0 100%);top:0;left:0}.bc-offcanvas-menu[data-classtype=bc-offcanvas-menu--fromright] .bc-offcanvas-menu__items-wrapper{clip-path:polygon(100% 0,100% 0,100% 100%,100% 100%);top:0;right:0}.bc-offcanvas-menu .bc-offcanvas-menu__backdrop{position:fixed;top:0;left:0;right:0;bottom:0;z-index:1;pointer-events:none;visibility:hidden;opacity:0;background:rgba(2,105,33,.4);-webkit-transition:visibility 0s calc(var(--transition-duration-backdrop) * 2),opacity var(--transition-duration-backdrop) var(--transition-easing-backdrop);transition:visibility 0s calc(var(--transition-duration-backdrop) * 2),opacity var(--transition-duration-backdrop) var(--transition-easing-backdrop)}.bc-offcanvas-menu[data-open=bc-offcanvas-menu--opened] .bc-offcanvas-menu__backdrop{pointer-events:auto;visibility:visible;opacity:1;-webkit-transition:opacity var(--transition-duration-backdrop) var(--transition-easing-backdrop);transition:opacity var(--transition-duration-backdrop) var(--transition-easing-backdrop)}.bc-overlay-menu .bc-core-burguer--overlay-menu{position:relative;z-index:3}.bc-overlay-menu .bc-overlay-menu__items-wrapper{position:absolute;top:0;left:0;height:100vh;width:100%;background:#a0e806;display:flex;padding:50px;justify-content:center;flex-direction:row;column-gap:15px;visibility:hidden;pointer-events:none}.bc-overlay-menu .bc-overlay-menu__content{position:relative;z-index:1;width:100vw;height:fit-content}.bc-bubbles svg,.bc-stickynav-menu .bc-core-burguer--stickynav-menu,.bc-stripe .bc-stripe__label,.bc-stripe .bc-stripe__nav-trigger,.bc-stripe[data-responsive=bc-stripe-responsive] .bc-stripe__main-nav,.bc-stripe__coreburguer,.bc-video-sequence video{display:none}.bc-stickynav-menu .bc-core-burguer--stickynav-menu-show{display:flex}.bc-stickynav-menu{overflow:hidden;width:fit-content;height:fit-content;position:fixed;z-index:2;top:0;--transition-duration:0.5s;--transition-easing:ease;transition:transform var(--transition-duration) var(--transition-easing),height var(--transition-duration) var(--transition-easing);--transition-duration-responsive:0.3s;--transition-delay-responsive:0s;--transition-easing-responsive:ease}.bc-mask-button,.bc-prism-button{cursor:pointer;--transition-duration:0.5s}.bc-stickynav-menu .bc-stickynav-menu__items-wrapper{position:relative;width:100vw;display:flex;flex-direction:row;align-items:center;justify-content:center;column-gap:15px;padding:25px;background:#a0e806}.bc-stickynav-menu .bc-stickynav-menu__items-wrapper--show{opacity:1!important;top:0!important;left:0!important;pointer-events:all!important}.bc-stickynav-menu .bc-stickynav-menu__items-wrapper--hide{display:none;pointer-events:none}[data-class=bc-stickynav-menu--responsive-media] .bc-stickynav-menu__items-wrapper{display:flex;pointer-events:all}.bc-mask-button{all:unset;--bg:rgba(0,0,0);--fg:hsl(0 0% 90%);--button-bg:var(--bg);--button-fg:var(--fg);--hover-bg:var(--fg);--border-radius-top:0;--border-radius-left:0;--border-radius-bottom:0;--border-radius-right:0;color:var(--button-fg);padding:15px 30px;border-radius:var(--border-radius-top) var(--border-radius-left) var(--border-radius-bottom) var(--border-radius-right);background:var(--button-bg);touch-action:none;position:relative;overflow:hidden;display:flex;width:fit-content}.bc-mask-button__back{position:absolute;inset:0;pointer-events:none;overflow:hidden;border-radius:var(--border-radius-top) var(--border-radius-left) var(--border-radius-bottom) var(--border-radius-right)}.bc-mask-button__back>span{left:calc(var(--x,0) * 1px);top:calc(var(--y,0) * 1px);width:50%;display:inline-block;aspect-ratio:1;transform:translate(-50%,-50%) scale(var(--active,0));transition:transform;transition-duration:calc(var(--transition-duration) / 2);background:var(--hover-bg);position:absolute;pointer-events:none;overflow:hidden;mix-blend-mode:difference;--border-radius2-top:100px;--border-radius2-left:100px;--border-radius2-bottom:100px;--border-radius2-right:100px;border-radius:var(--border-radius2-top) var(--border-radius2-left) var(--border-radius2-bottom) var(--border-radius2-right)}.bc-mask-button:is(:hover,:focus-visible){--active:1.5}.bc-mask-button:active{--active:3}.bc-mask-button:active .bc-mask-button__back>span{transition:transform .15s}@supports (transition-timing-function:linear(0,1)){.bc-mask-button:is(:hover,:focus-visible) .bc-mask-button__back>span{transition-duration:var(--transition-duration);transition-timing-function:linear(0,0.5007 7.21%,0.7803 12.29%,0.8883 14.93%,0.9724 17.63%,1.0343 20.44%,1.0754 23.44%,1.0898 25.22%,1.0984 27.11%,1.1014 29.15%,1.0989 31.4%,1.0854 35.23%,1.0196 48.86%,1.0043 54.06%,0.9956 59.6%,0.9925 68.11%,1)}}.bc-video-sequence{height:600vh}.bc-video-sequence[data-no-full] .bc-video-sequence__generator{height:100vh;--dimensions:500px}.bc-video-sequence[data-no-full] .bc-video-sequence__generator video{width:var(--dimensions)!important;height:var(--dimensions)!important}.bc-video-sequence video:first-child{display:inline-block;position:absolute;z-index:0}.bc-stripe{position:relative;--top-distance:60px;--from-distance:20px;--from-duration:0.3s;--stripe-duration:0.3s;--stripe-distance:100px;--opacity-duration:0.3s;--arrow-size:8px;--arrow-color:white;height:fit-content;width:100%}.bc-stripe .bc-stripe__main-nav{display:flex;flex-direction:row;align-items:center;justify-content:center}.bc-stripe [class*=brxe-]{max-width:unset}.bc-stripe::before{content:'desktop';display:none}.bc-stripe .bc-stripe__morph-dropdown-wrapper{position:absolute;top:var(--top-distance);will-change:transform;transform:translateY(var(--from-distance));transition:transform var(--from-duration)}.bc-stripe .bc-stripe__dropdown.bc-stripe__active{opacity:1;visibility:visible}.bc-stripe .bc-stripe__dropdown-list>.bc-stripe__dropdown-wrapper{position:relative;z-index:1;height:100%;width:100%;overflow:hidden}.bc-stripe.bc-stripe__is-dropdown-visible .bc-stripe__dropdown-list{visibility:visible;transition:transform var(--stripe-duration),width var(--stripe-duration),height var(--stripe-duration);opacity:1}.bc-stripe .bc-stripe__dropdown-list{position:absolute;top:0;left:0;opacity:0;visibility:hidden;transform:translateZ(0);will-change:transform,width,height;transition:visibility var(--opacity-duration),opacity var(--opacity-duration);border-radius:15px;background:#fff;box-shadow:none}.bc-stripe .bc-stripe__dropdown{position:absolute;left:0;top:0;opacity:0;visibility:hidden;width:100%;transition:opacity var(--opacity-duration),visibility var(--opacity-duration)}.bc-stripe .bc-stripe__dropdown.bc-stripe__move-left .bc-stripe__content{transform:translateX(calc(var(--stripe-distance) * -1))}.bc-stripe .bc-stripe__dropdown.bc-stripe__move-right .bc-stripe__content{transform:translateX(var(--stripe-distance))}.bc-stripe .bc-stripe__content{width:fit-content;transition:transform var(--stripe-duration)}.bc-stripe .bc-stripe__bg-layer{position:absolute;top:0;left:0;height:1px;width:1px;opacity:0;transition:opacity var(--opacity-duration);transform-origin:top left;transform:translateZ(0);will-change:transform;-webkit-backface-visibility:hidden;backface-visibility:hidden}.bc-stripe.bc-stripe__is-dropdown-visible .bc-stripe__bg-layer{opacity:1;transition:transform var(--stripe-duration),opacity var(--opacity-duration)}.bc-stripe__has-dropdown{padding:25px}.bc-stripe__paragraph-test{width:400px}.bc-stripe__paragraph-test--v2{width:250px}.bc-stripe[data-arrow=arrow-enable] .bc-stripe__dropdown-list::before{opacity:0;content:'';position:absolute;bottom:99%;left:50%;right:auto;height:0;width:0;border:var(--arrow-size) solid transparent;border-bottom-color:var(--arrow-color);transform:translateX(-50%);transition:opacity var(--opacity-duration)}.bc-stripe[data-responsive=bc-stripe-responsive] .bc-stripe__dropdown,.bc-stripe[data-responsive=bc-stripe-responsive] .bc-stripe__dropdown-list,.bc-stripe[data-responsive=bc-stripe-responsive] .bc-stripe__morph-dropdown-wrapper{all:unset}.bc-stripe[data-responsive=bc-stripe-responsive]::before{content:'mobile';display:none}.bc-stripe[data-responsive=bc-stripe-responsive] .bc-stripe__content .bc-stripe__dropdown::after{clear:both;content:""}.bc-stripe[data-open=bc-stripe--opened][data-responsive=bc-stripe-responsive] .bc-stripe__morph-dropdown-wrapper,.bc-stripe[data-responsive=bc-stripe-responsive] .bc-stripe__label{display:block}.bc-stripe[data-responsive=bc-stripe-responsive] .bc-stripe__morph-dropdown-wrapper{display:none;position:absolute;top:0;left:0;width:100%}.bc-stripe[data-responsive=bc-stripe-responsive] .bc-stripe__coreburguer{display:flex;position:absolute;z-index:10;top:10px;right:10px}.bc-generatorism{width:300px;height:300px}.bc-generatorism[data-class=bc-generatorism--glassmorphism]{border:1px solid rgba(236,236,236,.1);border-radius:25%;background:rgba(255,255,255,.1);box-shadow:0 0 10px 1px rgba(0,0,0,.1);--filter:10px;-webkit-backdrop-filter:blur(var(--filter));backdrop-filter:blur(var(--filter))}.bc-generatorism[data-class=bc-generatorism--neumorphism]{border-radius:25%;--neumorphism-left-color:#fff9;--neumorphism-right-color:#0001;--dimensions:20px;box-shadow:calc(var(--dimensions) * -.4) calc(var(--dimensions) * -.4) var(--dimensions) 0 var(--neumorphism-left-color),calc(var(--dimensions) * -.3) calc(var(--dimensions) * -.3) calc(var(--dimensions) * .3) 0 var(--neumorphism-left-color),calc(var(--dimensions) * .4) calc(var(--dimensions) * .4) var(--dimensions) 0 var(--neumorphism-right-color),calc(var(--dimensions) * .25) calc(var(--dimensions) * .25) calc(var(--dimensions) * .3) 0 var(--neumorphism-right-color),inset 0 0 0 0 var(--neumorphism-left-color),inset 0 0 0 0 var(--neumorphism-right-color),inset 0 0 0 0 var(--neumorphism-left-color),inset 0 0 0 0 var(--neumorphism-right-color)}.bc-generatorism[data-class=bc-generatorism--neumorphism-v2]{border-radius:25%;--neumorphism-v2-left-color:#0001;--neumorphism-v2-right-color:#fff9;--dimensions-v2:20px;box-shadow:0 0 0 0 var(--neumorphism-v2-right-color),0 0 0 0 var(--neumorphism-v2-right-color),0 0 0 0 var(--neumorphism-v2-left-color),0 0 0 0 var(--neumorphism-v2-left-color),inset calc(var(--dimensions-v2) * -.4) calc(var(--dimensions-v2) * -.4) var(--dimensions-v2) 0 var(--neumorphism-v2-right-color),inset calc(var(--dimensions-v2) * -.25) calc(var(--dimensions-v2) * -.25) calc(var(--dimensions-v2) * .3) 0 var(--neumorphism-v2-right-color),inset calc(var(--dimensions-v2) * .4) calc(var(--dimensions-v2) * .4) var(--dimensions-v2) 0 var(--neumorphism-v2-left-color),inset calc(var(--dimensions-v2) * .25) calc(var(--dimensions-v2) * .25) calc(var(--dimensions-v2) * .3) 0 var(--neumorphism-v2-left-color)}.bc-generatorism[data-class=bc-generatorism--neobrutalism]{border-radius:25%;background:#00ff9f;--thickness:10px;--thickness-color:#000;box-shadow:var(--thickness) var(--thickness) var(--thickness-color);border:solid var(--thickness) var(--thickness-color)}.bc-image-hotspots{position:relative;width:fit-content}.bc-image-hotspots .bc-image-hotspots__hotspot{position:absolute;cursor:pointer;outline:unset;left:20%;top:20%;min-width:20px;min-height:20px;width:fit-content;height:fit-content;background:#c23616;border-radius:15px;padding:5px 10px;--wave-duration:1s;--wave-intensity:10px;--wave-color:#c23616;--reveal-duration:0.4s;--y-distance:100%;--x-distance:100%;animation:wave var(--wave-duration) infinite}@keyframes wave{from{box-shadow:0 0 0 0 var(--wave-color)}to{box-shadow:0 0 0 var(--wave-intensity) #c2351600}}.bc-image-hotspots .bc-image-hotspots__tooltip{all:unset;width:max-content;position:absolute;background:#fff;padding:5px 10px;border-radius:3px;transition:opacity var(--reveal-duration);display:block;opacity:0;pointer-events:none}.bc-image-hotspots .bc-image-hotspots__hotspot[data-arrow=top] .bc-image-hotspots__tooltip{bottom:var(--y-distance);left:50%;transform:translateX(-50%)}.bc-image-hotspots .bc-image-hotspots__hotspot[data-arrow=bottom] .bc-image-hotspots__tooltip{top:var(--y-distance);left:50%;transform:translateX(-50%)}.bc-image-hotspots .bc-image-hotspots__hotspot[data-arrow=left] .bc-image-hotspots__tooltip{right:var(--x-distance);top:50%;transform:translateY(-50%)}.bc-image-hotspots .bc-image-hotspots__hotspot[data-arrow=right] .bc-image-hotspots__tooltip{left:var(--x-distance);top:50%;transform:translateY(-50%)}.bc-image-hotspots .bc-image-hotspots__tooltip::after{all:unset;content:'';--bordercolor:white;border-color:transparent transparent var(--bordercolor);border-width:0 8px 6px;border-style:solid;position:absolute;transition:opacity var(--reveal-duration);display:block;opacity:0;pointer-events:none}.bc-image-hotspots .bc-image-hotspots__hotspot[data-arrow=top] .bc-image-hotspots__tooltip::after{bottom:-6px;left:50%;transform:translateX(-50%) rotate(180deg)}.bc-image-hotspots .bc-image-hotspots__hotspot[data-arrow=bottom] .bc-image-hotspots__tooltip::after{top:-6px;left:50%;transform:translateX(-50%)}.bc-image-hotspots .bc-image-hotspots__hotspot[data-arrow=left] .bc-image-hotspots__tooltip::after{right:-10px;top:50%;transform:translateY(-50%) rotate(90deg)}.bc-image-hotspots .bc-image-hotspots__hotspot[data-arrow=right] .bc-image-hotspots__tooltip::after{left:-10px;top:50%;transform:translateY(-50%) rotate(-90deg)}.bc-image-hotspots .bc-image-hotspots__hotspot.bc-image-hotspots__hotspot--focused .bc-image-hotspots__tooltip,.bc-image-hotspots .bc-image-hotspots__hotspot.bc-image-hotspots__hotspot--focused .bc-image-hotspots__tooltip::after,.bc-image-hotspots .bc-image-hotspots__hotspot:not([data-type=click]):hover .bc-image-hotspots__tooltip,.bc-image-hotspots .bc-image-hotspots__hotspot:not([data-type=click]):hover .bc-image-hotspots__tooltip::after,.bc-image-hotspots .bc-image-hotspots__hotspot[data-hotspot=triggered] .bc-image-hotspots__tooltip,.bc-image-hotspots .bc-image-hotspots__hotspot[data-hotspot=triggered] .bc-image-hotspots__tooltip::after{opacity:1;pointer-events:all}.bc-prism-button{white-space:nowrap;z-index:1;display:block;--padding-prism-top:10px;--padding-prism-bottom:10px;--padding-prism-left:10px;--padding-prism-right:10px;--padding-prism-top-bottom:calc(var(--padding-prism-top) + var(--padding-prism-bottom));--padding-prism-top-bottom-aux:calc(var(--padding-prism-top-bottom) / -2);line-height:1;--font-size:27px;font-size:var(--font-size);width:fit-content;height:calc(var(--padding-prism-top) + var(--padding-prism-bottom) + var(--font-size));--perspective:1000px;perspective:var(--perspective);-webkit-perspective:var(--perspective);--ease:cubic-bezier(0.645, 0.045, 0.355, 1)}.bc-3dswap-title,.bc-blended-title,.bc-decode-reveal__title,.bc-neumorphic-button,.bc-unfold-reveal{width:fit-content;height:fit-content;display:block}.bc-prism-button .bc-prism-button__wrapper{pointer-events:none;display:grid;position:relative;width:fit-content;height:100%;transform-origin:50% 50% calc(var(--padding-prism-top-bottom-aux) + var(--font-size)/ -2);transform-style:preserve-3d;will-change:transform;transition:transform var(--transition-duration) var(--ease)}.bc-prism-button .bc-prism-button__back-text,.bc-prism-button .bc-prism-button__front-text{width:100%;padding-top:var(--padding-prism-top);padding-bottom:var(--padding-prism-bottom);padding-left:var(--padding-prism-left);padding-right:var(--padding-prism-right);text-align:center;position:relative}.bc-prism-button[data-from-top]:hover .bc-prism-button__wrapper{transform:rotateX(-90deg)}.bc-prism-button[data-from-bottom]:hover .bc-prism-button__wrapper{transform:rotateX(90deg)}.bc-prism-button .bc-prism-button__front-text{-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:2;color:#fff;background:#000}.bc-prism-button .bc-prism-button__back-text{-webkit-backface-visibility:hidden;backface-visibility:hidden;left:0;color:#499103;background:#fff}.bc-prism-button[data-from-top] .bc-prism-button__back-text{bottom:200%;transform-origin:center bottom;transform:rotateX(90deg)}.bc-prism-button[data-from-bottom] .bc-prism-button__back-text{top:0;transform-origin:center top;transform:rotateX(-90deg)}.bc-core-tabs{--fade-duration:0.4s;--fade-ease:ease}.bc-core-tabs .bc-core-tabs__tab-content{transition:opacity var(--fade-duration) var(--fade-ease)}.bc-core-tabs .bc-core-tabs__tab-content[data-hide]{opacity:0;pointer-events:none;height:0;overflow:hidden}.bc-core-tabs .bc-core-tabs__tab-content[data-show]{opacity:1;pointer-events:all;height:auto;overflow:auto}.bc-decode-reveal__title[data-hide],.bc-expanding-menu[data-fade="1"] .bc-expanding-menu__expanding,.bc-simple-menu .bc-simple-menu__content,.bc-unfold-reveal[data-hide]{opacity:0}.bc-3dswap-title{position:relative}.bc-3dswap-title .bc-3dswap-title__title{position:relative;z-index:1;margin:0;line-height:.8;font-size:27px;font-weight:700}.bc-3dswap-title .bc-3dswap-title__title--back{position:absolute;left:0;top:0;right:auto;bottom:auto}.bc-3dswap-title .bc-3dswap-title__title--front .char{transform-origin:50% 0%}.bc-3dswap-title .bc-3dswap-title__title--back .char{transform-origin:50% 100%}.bc-neumorphic-button{background-color:transparent;white-space:wrap;--left-color:rgba(180,180,180,.7);--right-color:rgba(255,255,255,1);--spread:2px;box-shadow:var(--spread) calc(var(--spread) * .5) var(--spread) var(--left-color),inset calc(var(--spread) * 1.5) var(--spread) calc(var(--spread) * 2.5) var(--right-color);border-radius:100px;font-size:16px;padding:8px 15px;--duration:0.3s;--ease:ease-in-out;transition:all var(--duration) var(--ease)}.bc-neumorphic-button:focus,.bc-neumorphic-button:hover{box-shadow:calc(var(--spread) * -1) calc(var(--spread) * -.5) var(--spread) var(--left-color),inset calc(var(--spread) * -1.5) calc(var(--spread) * -1) calc(var(--spread) * 1.5) var(--right-color)}.bc-blended-title{position:relative;overflow:hidden}.bc-blended-title .bc-blended-title__title{position:relative;z-index:1;margin:0;line-height:.9;font-size:27px;font-weight:700}.bc-blended-title .bc-blended-title__title--back{position:absolute;left:0;top:0;right:auto;bottom:auto}.bc-spotlight{position:relative;display:block;height:100vh;width:100%;--stripes:repeating-linear-gradient(
100deg,
#fff 0%,
#fff 7%,
transparent 10%,
transparent 12%,
#fff 16%
);--stripesDark:repeating-linear-gradient(
100deg,
#000 0%,
#000 7%,
transparent 10%,
transparent 12%,
#000 16%
);--rainbow:repeating-linear-gradient(
100deg,
#60a5fa 10%,
#e879f9 15%,
#60a5fa 20%,
#5eead4 25%,
#60a5fa 30%
);--speed:60s;--easing:linear}.bc-spotlight__wrapper{position:absolute;inset:0px;overflow:hidden}.bc-spotlight__spotlight{position:absolute;inset:-10px;opacity:.5;height:100%;background-size:300%,200%;background-position:50% 50%,50% 50%;mask-image:radial-gradient(ellipse at 100% 0%,black 40%,transparent 70%);pointer-events:none}.bc-spotlight__spotlight::after{content:"";position:absolute;inset:0;background-size:200%,100%;animation:spotlight var(--speed) var(--easing) infinite;background-attachment:fixed;mix-blend-mode:difference}.bc-spotlight[data-light] .bc-spotlight__spotlight{background-image:var(--stripes),var(--rainbow);filter:blur(10px) invert(100%)}.bc-spotlight[data-dark] .bc-spotlight__spotlight{background-image:var(--stripesDark),var(--rainbow);filter:blur(10px) opacity(50%) saturate(200%)}.bc-spotlight[data-light] .bc-spotlight__spotlight::after{background-image:var(--stripes),var(--rainbow)}.bc-spotlight[data-dark] .bc-spotlight__spotlight::after{background-image:var(--stripesDark),var(--rainbow)}@keyframes spotlight{from{background-position:50% 50%,50% 50%}to{background-position:350% 50%,350% 50%}}.bc-mask-hover{position:relative;--easing:cubic-bezier(.165,.84,.44,1);--duration:0.6s}.bc-mask-hover .bc-mask-hover__title,.bc-mask-hover .bc-mask-hover__title--2{font-size:36px;line-height:1.3}.bc-mask-hover .bc-mask-hover__content-wrapper{position:absolute;top:50%;left:0;-webkit-clip-path:inset(50% 0 50% 0);clip-path:inset(50% 0 50% 0);transform:translateY(-50%);transition:clip-path var(--duration) var(--easing),-webkit-clip-path var(--duration) var(--easing);background:#eb5939;width:100%;height:100%;display:flex;justify-content:center;z-index:2}.bc-mask-hover:hover .bc-mask-hover__content-wrapper{-webkit-clip-path:inset(0);clip-path:inset(0)}.bc-divider{--height:1px;border-top:var(--height) solid;width:0;border-color:#000}.bc-flipbox{position:relative;width:300px;height:300px;perspective:800px}.bc-flipbox__flip,.bc-flipbox__wrapper{height:100%;border-radius:30px;position:absolute;width:100%}.bc-flipbox__wrapper{transform-style:preserve-3d;--trans-duration:1.3s;--trans-easing:cubic-bezier(0.175, 0.885, 0.32, 1.275);transition:transform var(--trans-duration) var(--trans-easing)}.bc-flipbox__flip{backface-visibility:hidden;-webkit-font-smoothing:antialiased;background:#fff}.bc-flipbox__wrapper[data-x] .bc-flipbox__flip--back,.bc-flipbox__wrapper[data-x][data-flipped]{transform:rotateY(180deg)}.bc-flipbox__wrapper[data-x-reverse] .bc-flipbox__flip--back,.bc-flipbox__wrapper[data-x-reverse][data-flipped]{transform:rotateY(-180deg)}.bc-flipbox__wrapper[data-y] .bc-flipbox__flip--back,.bc-flipbox__wrapper[data-y][data-flipped]{transform:rotateX(180deg)}.bc-flipbox__wrapper[data-y-reverse] .bc-flipbox__flip--back,.bc-flipbox__wrapper[data-y-reverse][data-flipped]{transform:rotateX(-180deg)}.bc-exchange-title{overflow:hidden;position:relative;display:flex;flex-direction:column}.bc-exchange-title .bc-exchange-title__wrapper{position:relative;display:flex;flex-direction:column;width:fit-content}.bc-exchange-title.brx-draggable .bc-exchange-title__wrapper>:not(:first-child):not(:nth-child(2)),.bc-exchange-title:not(.brx-draggable) .bc-exchange-title__wrapper>:not(:first-child){position:absolute;top:100%}.bc-expanding-menu,.bc-simple-menu{position:relative;width:100%}.bc-expanding-menu .bc-core-burguer--expanding-menu,.bc-simple-menu .bc-core-burguer--simple-menu{position:relative;z-index:2}.bc-expanding-menu .bc-expanding-menu__expanding,.bc-simple-menu .bc-simple-menu__content{display:block;position:absolute;left:0;width:fit-content;height:fit-content;background:#fff}.bc-expanding-menu .bc-expanding-menu__expanding{transform:scale(0)}.bc-expanding-menu[data-type=bc-expanding-menu--fromtopleft] .bc-expanding-menu__expanding{transform-origin:top left}.bc-expanding-menu[data-type=bc-expanding-menu--fromtopright] .bc-expanding-menu__expanding{transform-origin:top right}.bc-expanding-menu[data-type=bc-expanding-menu--frombottomleft] .bc-expanding-menu__expanding{transform-origin:bottom left}.bc-expanding-menu[data-type=bc-expanding-menu--frombottomright] .bc-expanding-menu__expanding{transform-origin:bottom right}.bc-expanding-menu[data-aux-scale="1"] .bc-expanding-menu__expanding.bricks-draggable-item{transform:scale(0)!important}.bc-simple-menu[data-aux-fade="1"] .bc-simple-menu__content.bricks-draggable-item{opacity:0!important}.bc-bubbles{width:100%;height:100vh;overflow:hidden;background:#6c00a2}.bc-bubbles .bc-bubbles__content{position:relative;z-index:1;float:left}.bc-bubbles .bc-bubbles__wrapper{--blur:40px;filter:url(//pawilonykontenery.pl/wp-content/plugins/brickscore/elements/css/bubble-filter.svg#goo) blur(var(--blur));-webkit-filter:url(//pawilonykontenery.pl/wp-content/plugins/brickscore/elements/css/bubble-filter.svg#goo) blur(var(--blur));-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);width:100%;height:100%}.bc-bubbles .bc-bubbles__bubble--1,.bc-bubbles .bc-bubbles__bubble--2{--blending:hard-light;mix-blend-mode:var(--blending);--circle-size:80%;width:var(--circle-size);height:var(--circle-size);top:calc(50% - var(--circle-size)/ 2);left:calc(50% - var(--circle-size)/ 2)}.bc-bubbles .bc-bubbles__bubble--1{--inner-background:rgba(18, 113, 255, 0.8);background:radial-gradient(circle at center,var(--inner-background) 0,rgba(18,113,255,0) 50%) no-repeat;--speed:30s;--easing:ease;transform-origin:center center;animation:moveVertical var(--speed) var(--easing) infinite}.bc-bubbles .bc-bubbles__bubble--2{--inner-background:rgba(221, 74, 255, 0.8);background:radial-gradient(circle at center,var(--inner-background) 0,rgba(221,74,255,0) 50%) no-repeat;--speed:20s;transform-origin:calc(50% - 400px);animation:moveInCircle var(--speed) reverse infinite}.bc-bubbles .bc-bubbles__bubble--3,.bc-bubbles .bc-bubbles__bubble--4{width:var(--circle-size);height:var(--circle-size);--speed:40s;--circle-size:80%;--blending:hard-light;mix-blend-mode:var(--blending)}.bc-bubbles .bc-bubbles__bubble--3{--inner-background:rgba(100, 220, 255, 0.8);background:radial-gradient(circle at center,var(--inner-background) 0,rgba(100,220,255,0) 50%) no-repeat;top:calc(50% - var(--circle-size)/ 2 + 200px);left:calc(50% - var(--circle-size)/ 2 - 500px);transform-origin:calc(50% + 400px);animation:moveInCircle var(--speed) linear infinite}.bc-bubbles .bc-bubbles__bubble--4{--inner-background:rgba(200, 50, 50, 0.8);background:radial-gradient(circle at center,var(--inner-background) 0,rgba(200,50,50,0) 50%) no-repeat;top:calc(50% - var(--circle-size)/ 2);left:calc(50% - var(--circle-size)/ 2);opacity:.7;transform-origin:center center;animation:moveHorizontal var(--speed) ease infinite}.bc-bubbles .bc-bubbles__bubble--5{--inner-background:rgba(180, 180, 50, 0.8);background:radial-gradient(circle at center,var(--inner-background) 0,rgba(180,180,50,0) 50%) no-repeat;--blending:hard-light;mix-blend-mode:var(--blending);--circle-size:80%;width:calc(var(--circle-size) * 2);height:calc(var(--circle-size) * 2);top:calc(50% - var(--circle-size));left:calc(50% - var(--circle-size));--speed:20s;transform-origin:calc(50% - 800px) calc(50% + 200px);animation:moveInCircle var(--speed) ease infinite}.bc-bubbles .bc-bubbles__bubble[data-type=vertical]{--speed:30s;--easing:ease;transform-origin:center center;animation:moveVertical var(--speed) var(--easing) infinite}.bc-bubbles .bc-bubbles__bubble[data-type=horizontal]{--speed:40s;transform-origin:center center;animation:moveHorizontal var(--speed) ease infinite}.bc-bubbles .bc-bubbles__bubble[data-type=incircle1]{--speed:20s;transform-origin:calc(50% - 400px);animation:moveInCircle var(--speed) reverse infinite}.bc-bubbles .bc-bubbles__bubble[data-type=incircle2]{--speed:40s;transform-origin:calc(50% + 400px);animation:moveInCircle var(--speed) linear infinite}.bc-bubbles .bc-bubbles__bubble[data-type=incircle3]{--speed:20s;transform-origin:calc(50% - 800px) calc(50% + 200px);animation:moveInCircle var(--speed) ease infinite}.bc-bubbles[data-bubble-cursor="1"] .bc-bubbles__bubble--cursor{--inner-background:rgba(140, 100, 255, 0.8);background:radial-gradient(circle at center,var(--inner-background) 0,rgba(140,100,255,0) 50%) no-repeat;--blending:hard-light;mix-blend-mode:var(--blending);--dimensions:100%;width:var(--dimensions);height:var(--dimensions);top:calc(var(--dimensions)/ -2);left:calc(var(--dimensions)/ -2);opacity:.7}@keyframes moveInCircle{0%{transform:rotate(0)}50%{transform:rotate(180deg)}100%{transform:rotate(360deg)}}@keyframes moveVertical{0%,100%{transform:translateY(-50%)}50%{transform:translateY(50%)}}@keyframes moveHorizontal{0%,100%{transform:translateX(-50%) translateY(-10%)}50%{transform:translateX(50%) translateY(10%)}}