/*! PhotoSwipe main CSS by Dmytro Semenov | photoswipe.com */.pswp{--pswp-bg:#000;--pswp-placeholder-bg:#222;--pswp-root-z-index:100000;--pswp-preloader-color:rgba(79,79,79,.4);--pswp-preloader-color-secondary:hsla(0,0%,100%,.9);--pswp-icon-color:#fff;--pswp-icon-color-secondary:#4f4f4f;--pswp-icon-stroke-color:#4f4f4f;--pswp-icon-stroke-width:2px;--pswp-error-text-color:var(--pswp-icon-color);position:fixed;top:0;left:0;width:100%;height:100%;z-index:var(--pswp-root-z-index);display:none;touch-action:none;opacity:.003;contain:layout style size;-webkit-tap-highlight-color:rgba(0,0,0,0)}.pswp,.pswp:focus{outline:0}.pswp *{box-sizing:border-box}.pswp img{max-width:none}.pswp--open{display:block}.pswp,.pswp__bg{transform:translateZ(0);will-change:opacity}.pswp__bg{opacity:.005;background:var(--pswp-bg)}.pswp,.pswp__scroll-wrap{overflow:hidden}.pswp__bg,.pswp__container,.pswp__content,.pswp__img,.pswp__item,.pswp__scroll-wrap,.pswp__zoom-wrap{position:absolute;top:0;left:0;width:100%;height:100%}.pswp__img,.pswp__zoom-wrap{width:auto;height:auto}.pswp--click-to-zoom.pswp--zoom-allowed .pswp__img{cursor:zoom-in}.pswp--click-to-zoom.pswp--zoomed-in .pswp__img{cursor:move;cursor:grab}.pswp--click-to-zoom.pswp--zoomed-in .pswp__img:active{cursor:grabbing}.pswp--no-mouse-drag.pswp--zoomed-in .pswp__img,.pswp--no-mouse-drag.pswp--zoomed-in .pswp__img:active,.pswp__img{cursor:zoom-out}.pswp__button,.pswp__container,.pswp__counter,.pswp__img{-webkit-user-select:none;-moz-user-select:none;user-select:none}.pswp__item{z-index:1;overflow:hidden}.pswp__hidden{display:none!important}.pswp__content{pointer-events:none}.pswp__content>*{pointer-events:auto}.pswp__error-msg-container{display:grid}.pswp__error-msg{margin:auto;font-size:1em;line-height:1;color:var(--pswp-error-text-color)}.pswp .pswp__hide-on-close{opacity:.005;will-change:opacity;transition:opacity var(--pswp-transition-duration) cubic-bezier(.4,0,.22,1);z-index:10;pointer-events:none}.pswp--ui-visible .pswp__hide-on-close{opacity:1;pointer-events:auto}.pswp__button{position:relative;display:block;width:50px;height:60px;padding:0;margin:0;overflow:hidden;cursor:pointer;background:none;border:0;box-shadow:none;opacity:.85;-webkit-appearance:none;-webkit-touch-callout:none}.pswp__button:active,.pswp__button:focus,.pswp__button:hover{transition:none;padding:0;background:none;border:0;box-shadow:none;opacity:1}.pswp__button:disabled{opacity:.3;cursor:auto}.pswp__icn{fill:var(--pswp-icon-color);color:var(--pswp-icon-color-secondary);position:absolute;top:14px;left:9px;width:32px;height:32px;overflow:hidden;pointer-events:none}.pswp__icn-shadow{stroke:var(--pswp-icon-stroke-color);stroke-width:var(--pswp-icon-stroke-width);fill:none}.pswp__icn:focus{outline:0}.pswp__img--with-bg,div.pswp__img--placeholder{background:var(--pswp-placeholder-bg)}.pswp__top-bar{position:absolute;left:0;top:0;width:100%;height:60px;display:flex;flex-direction:row;justify-content:flex-end;z-index:10;pointer-events:none!important}.pswp__top-bar>*{pointer-events:auto;will-change:opacity}.pswp__button--close{margin-right:6px}.pswp__button--arrow{position:absolute;top:0;width:75px;height:100px;top:50%;margin-top:-50px}.pswp__button--arrow:disabled{display:none;cursor:default}.pswp__button--arrow .pswp__icn{top:50%;margin-top:-30px;width:60px;height:60px;background:none;border-radius:0}.pswp--one-slide .pswp__button--arrow{display:none}.pswp--touch .pswp__button--arrow{visibility:hidden}.pswp--has_mouse .pswp__button--arrow{visibility:visible}.pswp__button--arrow--prev{right:auto;left:0}.pswp__button--arrow--next{right:0}.pswp__button--arrow--next .pswp__icn{left:auto;right:14px;transform:scaleX(-1)}.pswp__button--zoom{display:none}.pswp--zoom-allowed .pswp__button--zoom{display:block}.pswp--zoomed-in .pswp__zoom-icn-bar-v{display:none}.pswp__preloader{position:relative;overflow:hidden;width:50px;height:60px;margin-right:auto}.pswp__preloader .pswp__icn{opacity:0;transition:opacity .2s linear;animation:pswp-clockwise .6s linear infinite}.pswp__preloader--active .pswp__icn{opacity:.85}@keyframes pswp-clockwise{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.pswp__counter{height:30px;margin-top:15px;margin-inline-start:20px;font-size:14px;line-height:30px;color:var(--pswp-icon-color);text-shadow:1px 1px 3px var(--pswp-icon-color-secondary);opacity:.85}.pswp--one-slide .pswp__counter{display:none}.range-slider{touch-action:none;-webkit-tap-highlight-color:transparent;-webkit-user-select:none;user-select:none;cursor:pointer;display:block;position:relative;width:100%;height:8px;background:#ddd;border-radius:4px}.range-slider[data-vertical]{height:100%;width:8px}.range-slider[data-disabled]{opacity:.5;cursor:not-allowed}.range-slider .range-slider__thumb{position:absolute;z-index:3;top:50%;width:24px;height:24px;transform:translate(-50%,-50%);border-radius:50%;background:#2196f3}.range-slider .range-slider__thumb:focus-visible{outline:0;box-shadow:0 0 0 6px rgba(33,150,243,.5)}.range-slider[data-vertical] .range-slider__thumb{left:50%}.range-slider .range-slider__thumb[data-disabled]{z-index:2}.range-slider .range-slider__range{position:absolute;z-index:1;transform:translateY(-50%);top:50%;width:100%;height:100%;background:#51adf6}.range-slider[data-vertical] .range-slider__range{left:50%;transform:translate(-50%)}.range-slider input[type=range]{-webkit-appearance:none;pointer-events:none;position:absolute;z-index:2;top:0;left:0;width:0;height:0;background-color:transparent}.range-slider input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;appearance:none}.range-slider input[type=range]::-moz-range-thumb{width:0;height:0;border:0}.range-slider input[type=range]:focus{outline:0}.icv{position:relative;overflow:hidden}.icv,.icv__icv--vertical{cursor:row-resize}.icv__icv--horizontal{cursor:col-resize}.icv__img{pointer-events:none;-o-user-select:none;-moz-user-select:none;-webkit-user-select:none;user-select:none;max-width:none;width:100%;margin:0!important;padding:0!important;border:0!important;border-radius:0!important;top:0;display:block}.icv__is--fluid .icv__img{display:none}.icv__img-a{height:auto;position:static;z-index:1;left:0}.icv__img-b{height:100%;position:absolute;z-index:2;left:auto;right:0;width:auto}.icv__icv--vertical .icv__img-b{width:100%;height:auto}.icv__imposter{z-index:4;left:0}.icv__imposter,.icv__wrapper{position:absolute;top:0;width:100%;height:100%}.icv__wrapper{right:0;overflow:hidden;background-size:cover;background-position:50%;z-index:3}.icv__icv--vertical .icv__wrapper,.icv__is--fluid .icv__wrapper{width:100%!important}.icv__icv--horizontal .icv__wrapper,.icv__is--fluid .icv__wrapper{height:100%!important}.icv__fluidwrapper{background-size:cover;background-position:50%;left:0;width:100%}.icv__control,.icv__fluidwrapper{position:absolute;top:0;height:100%}.icv__control{display:flex;flex-direction:column;justify-content:center;align-items:center;box-sizing:border-box;z-index:5}.icv__icv--vertical .icv__control{flex-direction:row;left:0;width:100%}.icv__control-line{height:50%;width:2px;z-index:6}.icv__icv--vertical .icv__control-line{width:50%}.icv__theme-wrapper{width:100%;height:100%;display:flex;justify-content:space-between;align-items:center;position:absolute;transition:all .1s ease-out 0s;z-index:5}.icv__icv--vertical .icv__theme-wrapper{flex-direction:column}.icv__arrow-wrapper{display:flex;justify-content:center;align-items:center;transition:all .1s ease-out 0s}.icv__arrow-a{transform:scale(1.5) rotate(180deg);height:20px;width:20px;filter:drop-shadow(0 -3px 5px rgba(0,0,0,.33))}.icv__arrow-b{transform:scale(1.5) rotate(0deg);height:20px;width:20px;filter:drop-shadow(0 3px 5px rgba(0,0,0,.33))}.icv__circle{width:50px;height:50px;box-sizing:border-box;flex-shrink:0;border-radius:999px}.icv__label{position:absolute;bottom:1rem;z-index:12;background:rgba(0,0,0,.33);color:#fff;border-radius:3px;padding:.5rem .75rem;font-size:.85rem;-webkit-user-select:none;-moz-user-select:none;user-select:none}.icv__label.vertical{bottom:auto;left:1rem}.icv__label.on-hover{transform:scale(0);transition:.25s cubic-bezier(.68,.26,.58,1.22)}.icv:hover .icv__label.on-hover{transform:scale(1)}.icv__label-before{left:1rem}.icv__label-after{right:1rem}.icv__label-before.vertical{top:1rem}.icv__label-after.vertical{bottom:1rem;right:auto}.icv__body{-webkit-user-select:none;-moz-user-select:none;user-select:none}*,:after,:before{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }.container{width:100%}@media (min-width:640px){.container{max-width:640px}}@media (min-width:768px){.container{max-width:768px}}@media (min-width:1024px){.container{max-width:1024px}}@media (min-width:1025px){.container{max-width:1025px}}@media (min-width:1280px){.container{max-width:1280px}}@media (min-width:1536px){.container{max-width:1536px}}#__next .visible{visibility:visible}#__next .collapse{visibility:collapse}#__next .static{position:static}#__next .fixed{position:fixed}#__next .absolute{position:absolute}#__next .relative{position:relative}#__next .\!left-\[auto\]{left:auto!important}#__next .\!right-\[20px\]{right:20px!important}#__next .\!right-\[auto\]{right:auto!important}#__next .-bottom-2{bottom:-.5rem}#__next .bottom-full{bottom:100%}#__next .right-0{right:0}#__next .z-10{z-index:10}#__next .z-20{z-index:20}#__next .order-1{order:1}#__next .mx-0{margin-left:0;margin-right:0}#__next .mx-auto{margin-left:auto;margin-right:auto}#__next .my-1{margin-top:.25rem;margin-bottom:.25rem}#__next .mb-0{margin-bottom:0}#__next .mb-2\.5{margin-bottom:.625rem}#__next .mb-3{margin-bottom:.75rem}#__next .mb-5{margin-bottom:1.25rem}#__next .ml-\[1\.2rem\]{margin-left:1.2rem}#__next .mr-3\.5{margin-right:.875rem}#__next .mt-0{margin-top:0}#__next .mt-0\.5{margin-top:.125rem}#__next .mt-2{margin-top:.5rem}#__next .mt-2\.5{margin-top:.625rem}#__next .mt-3{margin-top:.75rem}#__next .mt-5{margin-top:1.25rem}#__next .mt-8{margin-top:2rem}#__next .mt-\[1px\]{margin-top:1px}#__next .box-content{box-sizing:content-box}#__next .block{display:block}#__next .flex{display:flex}#__next .table{display:table}#__next .grid{display:grid}#__next .hidden{display:none}#__next .h-12{height:3rem}#__next .h-4{height:1rem}#__next .h-5{height:1.25rem}#__next .h-6{height:1.5rem}#__next .h-7{height:1.75rem}#__next .h-\[20px\]{height:20px}#__next .h-\[240px\]{height:240px}#__next .h-full{height:100%}#__next .min-h-\[285px\]{min-height:285px}#__next .min-h-\[300px\]{min-height:300px}#__next .w-1{width:.25rem}#__next .w-1\/2{width:50%}#__next .w-12{width:3rem}#__next .w-4{width:1rem}#__next .w-5{width:1.25rem}#__next .w-6{width:1.5rem}#__next .w-\[20px\]{width:20px}#__next .w-auto{width:auto}#__next .w-full{width:100%}#__next .flex-1{flex:1 1 0%}#__next .flex-none{flex:none}#__next .grow{flex-grow:1}#__next .translate-y-0{--tw-translate-y:0px}#__next .translate-y-0,#__next .translate-y-4{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}#__next .translate-y-4{--tw-translate-y:1rem}#__next .rotate-45{--tw-rotate:45deg}#__next .rotate-45,#__next .transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}#__next .cursor-no-drop{cursor:no-drop}#__next .cursor-pointer{cursor:pointer}#__next .resize{resize:both}#__next .grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}#__next .grid-cols-7{grid-template-columns:repeat(7,minmax(0,1fr))}#__next .flex-col{flex-direction:column}#__next .flex-wrap{flex-wrap:wrap}#__next .items-center{align-items:center}#__next .items-stretch{align-items:stretch}#__next .\!justify-start{justify-content:flex-start!important}#__next .justify-end{justify-content:flex-end}#__next .\!justify-center{justify-content:center!important}#__next .justify-center{justify-content:center}#__next .justify-items-center{justify-items:center}#__next .gap-0{gap:0}#__next .gap-10{gap:2.5rem}#__next .gap-12{gap:3rem}#__next .gap-16{gap:4rem}#__next .gap-2{gap:.5rem}#__next .gap-20{gap:5rem}#__next .gap-4{gap:1rem}#__next .gap-6{gap:1.5rem}#__next .gap-8{gap:2rem}#__next .gap-y-0\.5{row-gap:.125rem}#__next :is(.space-x-1\.5>:not([hidden])~:not([hidden])){--tw-space-x-reverse:0;margin-right:calc(.375rem * var(--tw-space-x-reverse));margin-left:calc(.375rem * calc(1 - var(--tw-space-x-reverse)))}#__next :is(.space-x-3>:not([hidden])~:not([hidden])){--tw-space-x-reverse:0;margin-right:calc(.75rem * var(--tw-space-x-reverse));margin-left:calc(.75rem * calc(1 - var(--tw-space-x-reverse)))}#__next :is(.space-y-4>:not([hidden])~:not([hidden])){--tw-space-y-reverse:0;margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem * var(--tw-space-y-reverse))}#__next .overflow-hidden{overflow:hidden}#__next .text-clip{text-overflow:clip}#__next .whitespace-nowrap{white-space:nowrap}#__next .rounded{border-radius:.25rem}#__next .rounded-full{border-radius:9999px}#__next .rounded-lg{border-radius:.5rem}#__next .rounded-md{border-radius:.375rem}#__next .rounded-l-full{border-top-left-radius:9999px;border-bottom-left-radius:9999px}#__next .rounded-r-full{border-top-right-radius:9999px;border-bottom-right-radius:9999px}#__next .\!border{border-width:1px!important}#__next .border{border-width:1px}#__next .border-0{border-width:0}#__next .border-b{border-bottom-width:1px}#__next .border-l{border-left-width:1px}#__next .border-r{border-right-width:1px}#__next .border-t{border-top-width:1px}#__next .border-amber-500{--tw-border-opacity:1;border-color:rgb(245 158 11/var(--tw-border-opacity,1))}#__next .border-blue-500{--tw-border-opacity:1;border-color:rgb(59 130 246/var(--tw-border-opacity,1))}#__next .border-cyan-500{--tw-border-opacity:1;border-color:rgb(6 182 212/var(--tw-border-opacity,1))}#__next .border-emerald-500{--tw-border-opacity:1;border-color:rgb(16 185 129/var(--tw-border-opacity,1))}#__next .border-fuchsia-500{--tw-border-opacity:1;border-color:rgb(217 70 239/var(--tw-border-opacity,1))}#__next .border-gray-300{--tw-border-opacity:1;border-color:rgb(209 213 219/var(--tw-border-opacity,1))}#__next .border-green-500{--tw-border-opacity:1;border-color:rgb(34 197 94/var(--tw-border-opacity,1))}#__next .border-indigo-500{--tw-border-opacity:1;border-color:rgb(99 102 241/var(--tw-border-opacity,1))}#__next .border-lime-500{--tw-border-opacity:1;border-color:rgb(132 204 22/var(--tw-border-opacity,1))}#__next .border-orange-500{--tw-border-opacity:1;border-color:rgb(249 115 22/var(--tw-border-opacity,1))}#__next .border-pink-500{--tw-border-opacity:1;border-color:rgb(236 72 153/var(--tw-border-opacity,1))}#__next .border-purple-500{--tw-border-opacity:1;border-color:rgb(168 85 247/var(--tw-border-opacity,1))}#__next .border-red-500{--tw-border-opacity:1;border-color:rgb(239 68 68/var(--tw-border-opacity,1))}#__next .border-rose-500{--tw-border-opacity:1;border-color:rgb(244 63 94/var(--tw-border-opacity,1))}#__next .border-sky-500{--tw-border-opacity:1;border-color:rgb(14 165 233/var(--tw-border-opacity,1))}#__next .border-teal-500{--tw-border-opacity:1;border-color:rgb(20 184 166/var(--tw-border-opacity,1))}#__next .border-violet-500{--tw-border-opacity:1;border-color:rgb(139 92 246/var(--tw-border-opacity,1))}#__next .border-yellow-500{--tw-border-opacity:1;border-color:rgb(234 179 8/var(--tw-border-opacity,1))}#__next .bg-amber-100{--tw-bg-opacity:1;background-color:rgb(254 243 199/var(--tw-bg-opacity,1))}#__next .bg-amber-500{--tw-bg-opacity:1;background-color:rgb(245 158 11/var(--tw-bg-opacity,1))}#__next .bg-black{--tw-bg-opacity:1;background-color:rgb(0 0 0/var(--tw-bg-opacity,1))}#__next .bg-blue-100{--tw-bg-opacity:1;background-color:rgb(219 234 254/var(--tw-bg-opacity,1))}#__next .bg-blue-500{--tw-bg-opacity:1;background-color:rgb(59 130 246/var(--tw-bg-opacity,1))}#__next .bg-cyan-100{--tw-bg-opacity:1;background-color:rgb(207 250 254/var(--tw-bg-opacity,1))}#__next .bg-cyan-500{--tw-bg-opacity:1;background-color:rgb(6 182 212/var(--tw-bg-opacity,1))}#__next .bg-emerald-100{--tw-bg-opacity:1;background-color:rgb(209 250 229/var(--tw-bg-opacity,1))}#__next .bg-emerald-500{--tw-bg-opacity:1;background-color:rgb(16 185 129/var(--tw-bg-opacity,1))}#__next .bg-fuchsia-100{--tw-bg-opacity:1;background-color:rgb(250 232 255/var(--tw-bg-opacity,1))}#__next .bg-fuchsia-500{--tw-bg-opacity:1;background-color:rgb(217 70 239/var(--tw-bg-opacity,1))}#__next .bg-gray-50{--tw-bg-opacity:1;background-color:rgb(249 250 251/var(--tw-bg-opacity,1))}#__next .bg-green-100{--tw-bg-opacity:1;background-color:rgb(220 252 231/var(--tw-bg-opacity,1))}#__next .bg-green-500{--tw-bg-opacity:1;background-color:rgb(34 197 94/var(--tw-bg-opacity,1))}#__next .bg-indigo-100{--tw-bg-opacity:1;background-color:rgb(224 231 255/var(--tw-bg-opacity,1))}#__next .bg-indigo-500{--tw-bg-opacity:1;background-color:rgb(99 102 241/var(--tw-bg-opacity,1))}#__next .bg-lime-100{--tw-bg-opacity:1;background-color:rgb(236 252 203/var(--tw-bg-opacity,1))}#__next .bg-lime-500{--tw-bg-opacity:1;background-color:rgb(132 204 22/var(--tw-bg-opacity,1))}#__next .bg-orange-100{--tw-bg-opacity:1;background-color:rgb(255 237 213/var(--tw-bg-opacity,1))}#__next .bg-orange-500{--tw-bg-opacity:1;background-color:rgb(249 115 22/var(--tw-bg-opacity,1))}#__next .bg-pink-100{--tw-bg-opacity:1;background-color:rgb(252 231 243/var(--tw-bg-opacity,1))}#__next .bg-pink-500{--tw-bg-opacity:1;background-color:rgb(236 72 153/var(--tw-bg-opacity,1))}#__next .bg-purple-100{--tw-bg-opacity:1;background-color:rgb(243 232 255/var(--tw-bg-opacity,1))}#__next .bg-purple-500{--tw-bg-opacity:1;background-color:rgb(168 85 247/var(--tw-bg-opacity,1))}#__next .bg-red-100{--tw-bg-opacity:1;background-color:rgb(254 226 226/var(--tw-bg-opacity,1))}#__next .bg-red-500{--tw-bg-opacity:1;background-color:rgb(239 68 68/var(--tw-bg-opacity,1))}#__next .bg-rose-100{--tw-bg-opacity:1;background-color:rgb(255 228 230/var(--tw-bg-opacity,1))}#__next .bg-rose-500{--tw-bg-opacity:1;background-color:rgb(244 63 94/var(--tw-bg-opacity,1))}#__next .bg-sky-100{--tw-bg-opacity:1;background-color:rgb(224 242 254/var(--tw-bg-opacity,1))}#__next .bg-sky-500{--tw-bg-opacity:1;background-color:rgb(14 165 233/var(--tw-bg-opacity,1))}#__next .bg-teal-100{--tw-bg-opacity:1;background-color:rgb(204 251 241/var(--tw-bg-opacity,1))}#__next .bg-teal-500{--tw-bg-opacity:1;background-color:rgb(20 184 166/var(--tw-bg-opacity,1))}#__next .bg-violet-100{--tw-bg-opacity:1;background-color:rgb(237 233 254/var(--tw-bg-opacity,1))}#__next .bg-violet-500{--tw-bg-opacity:1;background-color:rgb(139 92 246/var(--tw-bg-opacity,1))}#__next .bg-white{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1))}#__next .bg-yellow-100{--tw-bg-opacity:1;background-color:rgb(254 249 195/var(--tw-bg-opacity,1))}#__next .bg-yellow-500{--tw-bg-opacity:1;background-color:rgb(234 179 8/var(--tw-bg-opacity,1))}#__next .p-2{padding:.5rem}#__next .p-4{padding:1rem}#__next .p-5{padding:1.25rem}#__next .p-\[0\.45rem\]{padding:.45rem}#__next .px-0\.5{padding-left:.125rem;padding-right:.125rem}#__next .px-1{padding-left:.25rem;padding-right:.25rem}#__next .px-2{padding-left:.5rem;padding-right:.5rem}#__next .px-3{padding-left:.75rem;padding-right:.75rem}#__next .px-4{padding-left:1rem;padding-right:1rem}#__next .py-0\.5{padding-top:.125rem;padding-bottom:.125rem}#__next .py-1\.5{padding-top:.375rem;padding-bottom:.375rem}#__next .py-2{padding-top:.5rem;padding-bottom:.5rem}#__next .py-2\.5{padding-top:.625rem;padding-bottom:.625rem}#__next .py-3{padding-top:.75rem;padding-bottom:.75rem}#__next .py-4{padding-top:1rem;padding-bottom:1rem}#__next .py-\[0\.55rem\]{padding-top:.55rem;padding-bottom:.55rem}#__next .pb-0{padding-bottom:0}#__next .pb-1{padding-bottom:.25rem}#__next .pb-10{padding-bottom:2.5rem}#__next .pb-2\.5{padding-bottom:.625rem}#__next .pl-4{padding-left:1rem}#__next .pr-1{padding-right:.25rem}#__next .pr-14{padding-right:3.5rem}#__next .pr-2{padding-right:.5rem}#__next .pt-0{padding-top:0}#__next .pt-3{padding-top:.75rem}#__next .text-center{text-align:center}#__next .text-sm{font-size:.875rem;line-height:1.25rem}#__next .font-light{font-weight:300}#__next .font-medium{font-weight:500}#__next .font-semibold{font-weight:600}#__next .uppercase{text-transform:uppercase}#__next .capitalize{text-transform:capitalize}#__next .tracking-wide{letter-spacing:.025em}#__next .text-amber-500{--tw-text-opacity:1;color:rgb(245 158 11/var(--tw-text-opacity,1))}#__next .text-amber-600{--tw-text-opacity:1;color:rgb(217 119 6/var(--tw-text-opacity,1))}#__next .text-blue-500{--tw-text-opacity:1;color:rgb(59 130 246/var(--tw-text-opacity,1))}#__next .text-blue-600{--tw-text-opacity:1;color:rgb(37 99 235/var(--tw-text-opacity,1))}#__next .text-cyan-500{--tw-text-opacity:1;color:rgb(6 182 212/var(--tw-text-opacity,1))}#__next .text-cyan-600{--tw-text-opacity:1;color:rgb(8 145 178/var(--tw-text-opacity,1))}#__next .text-emerald-500{--tw-text-opacity:1;color:rgb(16 185 129/var(--tw-text-opacity,1))}#__next .text-emerald-600{--tw-text-opacity:1;color:rgb(5 150 105/var(--tw-text-opacity,1))}#__next .text-fuchsia-500{--tw-text-opacity:1;color:rgb(217 70 239/var(--tw-text-opacity,1))}#__next .text-fuchsia-600{--tw-text-opacity:1;color:rgb(192 38 211/var(--tw-text-opacity,1))}#__next .text-gray-400{--tw-text-opacity:1;color:rgb(156 163 175/var(--tw-text-opacity,1))}#__next .text-gray-500{--tw-text-opacity:1;color:rgb(107 114 128/var(--tw-text-opacity,1))}#__next .text-gray-700{--tw-text-opacity:1;color:rgb(55 65 81/var(--tw-text-opacity,1))}#__next .text-green-500{--tw-text-opacity:1;color:rgb(34 197 94/var(--tw-text-opacity,1))}#__next .text-green-600{--tw-text-opacity:1;color:rgb(22 163 74/var(--tw-text-opacity,1))}#__next .text-indigo-500{--tw-text-opacity:1;color:rgb(99 102 241/var(--tw-text-opacity,1))}#__next .text-indigo-600{--tw-text-opacity:1;color:rgb(79 70 229/var(--tw-text-opacity,1))}#__next .text-lime-500{--tw-text-opacity:1;color:rgb(132 204 22/var(--tw-text-opacity,1))}#__next .text-lime-600{--tw-text-opacity:1;color:rgb(101 163 13/var(--tw-text-opacity,1))}#__next .text-orange-500{--tw-text-opacity:1;color:rgb(249 115 22/var(--tw-text-opacity,1))}#__next .text-orange-600{--tw-text-opacity:1;color:rgb(234 88 12/var(--tw-text-opacity,1))}#__next .text-pink-500{--tw-text-opacity:1;color:rgb(236 72 153/var(--tw-text-opacity,1))}#__next .text-pink-600{--tw-text-opacity:1;color:rgb(219 39 119/var(--tw-text-opacity,1))}#__next .text-purple-500{--tw-text-opacity:1;color:rgb(168 85 247/var(--tw-text-opacity,1))}#__next .text-purple-600{--tw-text-opacity:1;color:rgb(147 51 234/var(--tw-text-opacity,1))}#__next .text-red-500{--tw-text-opacity:1;color:rgb(239 68 68/var(--tw-text-opacity,1))}#__next .text-red-600{--tw-text-opacity:1;color:rgb(220 38 38/var(--tw-text-opacity,1))}#__next .text-rose-500{--tw-text-opacity:1;color:rgb(244 63 94/var(--tw-text-opacity,1))}#__next .text-rose-600{--tw-text-opacity:1;color:rgb(225 29 72/var(--tw-text-opacity,1))}#__next .text-sky-500{--tw-text-opacity:1;color:rgb(14 165 233/var(--tw-text-opacity,1))}#__next .text-sky-600{--tw-text-opacity:1;color:rgb(2 132 199/var(--tw-text-opacity,1))}#__next .text-teal-500{--tw-text-opacity:1;color:rgb(20 184 166/var(--tw-text-opacity,1))}#__next .text-teal-600{--tw-text-opacity:1;color:rgb(13 148 136/var(--tw-text-opacity,1))}#__next .text-violet-500{--tw-text-opacity:1;color:rgb(139 92 246/var(--tw-text-opacity,1))}#__next .text-violet-600{--tw-text-opacity:1;color:rgb(124 58 237/var(--tw-text-opacity,1))}#__next .text-white{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}#__next .text-yellow-500{--tw-text-opacity:1;color:rgb(234 179 8/var(--tw-text-opacity,1))}#__next .text-yellow-600{--tw-text-opacity:1;color:rgb(202 138 4/var(--tw-text-opacity,1))}#__next .line-through{text-decoration-line:line-through}#__next .placeholder-gray-400::-moz-placeholder{--tw-placeholder-opacity:1;color:rgb(156 163 175/var(--tw-placeholder-opacity,1))}#__next .placeholder-gray-400::placeholder{--tw-placeholder-opacity:1;color:rgb(156 163 175/var(--tw-placeholder-opacity,1))}#__next .opacity-0{opacity:0}#__next .opacity-10{opacity:.1}#__next .shadow-sm{--tw-shadow:0 1px 2px 0 rgba(0,0,0,.05);--tw-shadow-colored:0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}#__next .ring{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}#__next .blur{--tw-blur:blur(8px)}#__next .blur,#__next .filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}#__next .transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}#__next .transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}#__next .duration-300{transition-duration:.3s}#__next .duration-500{transition-duration:.5s}#__next .ease-out{transition-timing-function:cubic-bezier(0,0,.2,1)}#__next .text-start{text-align:start}.test-tailwind{color:red}header.header-visible{top:0!important;transition:top .3s ease}header.header-hidden{top:-185px!important;transition:top .3s ease}#qrCode{position:fixed;display:block;width:48px;height:48px;line-height:50px;border-radius:4px;border-radius:50%;opacity:0;visibility:hidden;cursor:pointer;overflow:hidden;z-index:100;background-color:var(--main);border:0;bottom:150px;right:20px;padding:0;display:flex;align-items:center;justify-content:center;transition:all .3s ease}#qrCode.show{opacity:1;visibility:visible}#qrCode.type-1{bottom:140px}#qrCode:hover{transform:translateY(-5px);background-color:var(--primary)}.modal-qrCodeModel .icon-close-popup{font-size:16px;width:40px;height:40px;display:flex;align-items:center;justify-content:center;background-color:var(--surface);border-radius:50%;cursor:pointer}.modal-qrCodeModel .modal-dialog{max-width:467px}.modal-qrCodeModel .modal-content{margin-right:15px;margin-left:15px;border:0;padding:40px;display:flex;flex-direction:column;gap:32px}.modal-qrCodeModel .tf-loading{border-radius:4px;border:1px solid var(--main);margin-left:auto;margin-right:auto;width:163px;height:52px;justify-content:center}.modal-qrCodeModel .tf-loading:before{border-color:var(--white)}.modal-qrCodeModel .tf-grid-layout{overflow-y:auto;padding-right:34px;margin-right:-40px;min-height:100px;transition:height .3s ease}.modal-qrCodeModel .tf-grid-layout::-webkit-scrollbar{width:6px}.modal-qrCodeModel .tf-grid-layout::-webkit-scrollbar-thumb{background:var(--secondary)}@media only screen and (max-width:1199px){.modal-qrCodeModel .modal-dialog .modal-content{padding:15px;gap:20px}.modal-qrCodeModel .modal-dialog .modal-content .tf-grid-layout{padding-right:10px;margin-right:-15px}}@media (min-width:992px){#qrCode{bottom:100px;right:40px}#qrCode.type-1{bottom:113px}}@media only screen and (max-width:991px){#qrCode{width:40px;height:40px}#qrCode img{width:20px;height:20px}.modal-qrCodeModel .tf-loading{height:42px}}.rtl #qrCode{left:20px;right:unset}#__next .collapse.show{visibility:visible}#__next .hover\:bg-amber-600:hover{--tw-bg-opacity:1;background-color:rgb(217 119 6/var(--tw-bg-opacity,1))}#__next .hover\:bg-blue-600:hover{--tw-bg-opacity:1;background-color:rgb(37 99 235/var(--tw-bg-opacity,1))}#__next .hover\:bg-cyan-600:hover{--tw-bg-opacity:1;background-color:rgb(8 145 178/var(--tw-bg-opacity,1))}#__next .hover\:bg-emerald-600:hover{--tw-bg-opacity:1;background-color:rgb(5 150 105/var(--tw-bg-opacity,1))}#__next .hover\:bg-fuchsia-600:hover{--tw-bg-opacity:1;background-color:rgb(192 38 211/var(--tw-bg-opacity,1))}#__next .hover\:bg-gray-100:hover{--tw-bg-opacity:1;background-color:rgb(243 244 246/var(--tw-bg-opacity,1))}#__next .hover\:bg-gray-50:hover{--tw-bg-opacity:1;background-color:rgb(249 250 251/var(--tw-bg-opacity,1))}#__next .hover\:bg-green-600:hover{--tw-bg-opacity:1;background-color:rgb(22 163 74/var(--tw-bg-opacity,1))}#__next .hover\:bg-indigo-600:hover{--tw-bg-opacity:1;background-color:rgb(79 70 229/var(--tw-bg-opacity,1))}#__next .hover\:bg-lime-600:hover{--tw-bg-opacity:1;background-color:rgb(101 163 13/var(--tw-bg-opacity,1))}#__next .hover\:bg-orange-600:hover{--tw-bg-opacity:1;background-color:rgb(234 88 12/var(--tw-bg-opacity,1))}#__next .hover\:bg-pink-600:hover{--tw-bg-opacity:1;background-color:rgb(219 39 119/var(--tw-bg-opacity,1))}#__next .hover\:bg-purple-600:hover{--tw-bg-opacity:1;background-color:rgb(147 51 234/var(--tw-bg-opacity,1))}#__next .hover\:bg-red-600:hover{--tw-bg-opacity:1;background-color:rgb(220 38 38/var(--tw-bg-opacity,1))}#__next .hover\:bg-rose-600:hover{--tw-bg-opacity:1;background-color:rgb(225 29 72/var(--tw-bg-opacity,1))}#__next .hover\:bg-sky-600:hover{--tw-bg-opacity:1;background-color:rgb(2 132 199/var(--tw-bg-opacity,1))}#__next .hover\:bg-teal-600:hover{--tw-bg-opacity:1;background-color:rgb(13 148 136/var(--tw-bg-opacity,1))}#__next .hover\:bg-violet-600:hover{--tw-bg-opacity:1;background-color:rgb(124 58 237/var(--tw-bg-opacity,1))}#__next .hover\:bg-yellow-600:hover{--tw-bg-opacity:1;background-color:rgb(202 138 4/var(--tw-bg-opacity,1))}#__next .hover\:text-amber-700:hover{--tw-text-opacity:1;color:rgb(180 83 9/var(--tw-text-opacity,1))}#__next .hover\:text-blue-700:hover{--tw-text-opacity:1;color:rgb(29 78 216/var(--tw-text-opacity,1))}#__next .hover\:text-cyan-700:hover{--tw-text-opacity:1;color:rgb(14 116 144/var(--tw-text-opacity,1))}#__next .hover\:text-emerald-700:hover{--tw-text-opacity:1;color:rgb(4 120 87/var(--tw-text-opacity,1))}#__next .hover\:text-fuchsia-700:hover{--tw-text-opacity:1;color:rgb(162 28 175/var(--tw-text-opacity,1))}#__next .hover\:text-green-700:hover{--tw-text-opacity:1;color:rgb(21 128 61/var(--tw-text-opacity,1))}#__next .hover\:text-indigo-700:hover{--tw-text-opacity:1;color:rgb(67 56 202/var(--tw-text-opacity,1))}#__next .hover\:text-lime-700:hover{--tw-text-opacity:1;color:rgb(77 124 15/var(--tw-text-opacity,1))}#__next .hover\:text-orange-700:hover{--tw-text-opacity:1;color:rgb(194 65 12/var(--tw-text-opacity,1))}#__next .hover\:text-pink-700:hover{--tw-text-opacity:1;color:rgb(190 24 93/var(--tw-text-opacity,1))}#__next .hover\:text-purple-700:hover{--tw-text-opacity:1;color:rgb(126 34 206/var(--tw-text-opacity,1))}#__next .hover\:text-red-700:hover{--tw-text-opacity:1;color:rgb(185 28 28/var(--tw-text-opacity,1))}#__next .hover\:text-rose-700:hover{--tw-text-opacity:1;color:rgb(190 18 60/var(--tw-text-opacity,1))}#__next .hover\:text-sky-700:hover{--tw-text-opacity:1;color:rgb(3 105 161/var(--tw-text-opacity,1))}#__next .hover\:text-teal-700:hover{--tw-text-opacity:1;color:rgb(15 118 110/var(--tw-text-opacity,1))}#__next .hover\:text-violet-700:hover{--tw-text-opacity:1;color:rgb(109 40 217/var(--tw-text-opacity,1))}#__next .hover\:text-yellow-700:hover{--tw-text-opacity:1;color:rgb(161 98 7/var(--tw-text-opacity,1))}#__next .focus\:border-amber-500:focus{--tw-border-opacity:1;border-color:rgb(245 158 11/var(--tw-border-opacity,1))}#__next .focus\:border-blue-500:focus{--tw-border-opacity:1;border-color:rgb(59 130 246/var(--tw-border-opacity,1))}#__next .focus\:border-cyan-500:focus{--tw-border-opacity:1;border-color:rgb(6 182 212/var(--tw-border-opacity,1))}#__next .focus\:border-emerald-500:focus{--tw-border-opacity:1;border-color:rgb(16 185 129/var(--tw-border-opacity,1))}#__next .focus\:border-fuchsia-500:focus{--tw-border-opacity:1;border-color:rgb(217 70 239/var(--tw-border-opacity,1))}#__next .focus\:border-green-500:focus{--tw-border-opacity:1;border-color:rgb(34 197 94/var(--tw-border-opacity,1))}#__next .focus\:border-indigo-500:focus{--tw-border-opacity:1;border-color:rgb(99 102 241/var(--tw-border-opacity,1))}#__next .focus\:border-lime-500:focus{--tw-border-opacity:1;border-color:rgb(132 204 22/var(--tw-border-opacity,1))}#__next .focus\:border-orange-500:focus{--tw-border-opacity:1;border-color:rgb(249 115 22/var(--tw-border-opacity,1))}#__next .focus\:border-pink-500:focus{--tw-border-opacity:1;border-color:rgb(236 72 153/var(--tw-border-opacity,1))}#__next .focus\:border-purple-500:focus{--tw-border-opacity:1;border-color:rgb(168 85 247/var(--tw-border-opacity,1))}#__next .focus\:border-red-500:focus{--tw-border-opacity:1;border-color:rgb(239 68 68/var(--tw-border-opacity,1))}#__next .focus\:border-rose-500:focus{--tw-border-opacity:1;border-color:rgb(244 63 94/var(--tw-border-opacity,1))}#__next .focus\:border-sky-500:focus{--tw-border-opacity:1;border-color:rgb(14 165 233/var(--tw-border-opacity,1))}#__next .focus\:border-teal-500:focus{--tw-border-opacity:1;border-color:rgb(20 184 166/var(--tw-border-opacity,1))}#__next .focus\:border-violet-500:focus{--tw-border-opacity:1;border-color:rgb(139 92 246/var(--tw-border-opacity,1))}#__next .focus\:border-yellow-500:focus{--tw-border-opacity:1;border-color:rgb(234 179 8/var(--tw-border-opacity,1))}#__next .focus\:bg-amber-100\/50:focus{background-color:hsla(48,96%,89%,.5)}#__next .focus\:bg-blue-100\/50:focus{background-color:rgba(219,234,254,.5)}#__next .focus\:bg-cyan-100\/50:focus{background-color:rgba(207,250,254,.5)}#__next .focus\:bg-emerald-100\/50:focus{background-color:rgba(209,250,229,.5)}#__next .focus\:bg-fuchsia-100\/50:focus{background-color:rgba(250,232,255,.5)}#__next .focus\:bg-green-100\/50:focus{background-color:rgba(220,252,231,.5)}#__next .focus\:bg-indigo-100\/50:focus{background-color:rgba(224,231,255,.5)}#__next .focus\:bg-lime-100\/50:focus{background-color:hsla(80,89%,89%,.5)}#__next .focus\:bg-orange-100\/50:focus{background-color:rgba(255,237,213,.5)}#__next .focus\:bg-pink-100\/50:focus{background-color:rgba(252,231,243,.5)}#__next .focus\:bg-purple-100\/50:focus{background-color:rgba(243,232,255,.5)}#__next .focus\:bg-red-100\/50:focus{background-color:hsla(0,93%,94%,.5)}#__next .focus\:bg-rose-100\/50:focus{background-color:rgba(255,228,230,.5)}#__next .focus\:bg-sky-100\/50:focus{background-color:rgba(224,242,254,.5)}#__next .focus\:bg-teal-100\/50:focus{background-color:rgba(204,251,241,.5)}#__next .focus\:bg-violet-100\/50:focus{background-color:rgba(237,233,254,.5)}#__next .focus\:bg-yellow-100\/50:focus{background-color:hsla(55,97%,88%,.5)}#__next .focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}#__next .focus\:ring:focus{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color)}#__next .focus\:ring-1:focus,#__next .focus\:ring:focus{box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}#__next .focus\:ring-1:focus{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color)}#__next .focus\:ring-2:focus{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}#__next .focus\:ring-amber-500:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(245 158 11/var(--tw-ring-opacity,1))}#__next .focus\:ring-amber-500\/20:focus{--tw-ring-color:rgba(245,158,11,.2)}#__next .focus\:ring-amber-500\/50:focus{--tw-ring-color:rgba(245,158,11,.5)}#__next .focus\:ring-blue-500:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(59 130 246/var(--tw-ring-opacity,1))}#__next .focus\:ring-blue-500\/20:focus{--tw-ring-color:rgba(59,130,246,.2)}#__next .focus\:ring-blue-500\/50:focus{--tw-ring-color:rgba(59,130,246,.5)}#__next .focus\:ring-cyan-500:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(6 182 212/var(--tw-ring-opacity,1))}#__next .focus\:ring-cyan-500\/20:focus{--tw-ring-color:rgba(6,182,212,.2)}#__next .focus\:ring-cyan-500\/50:focus{--tw-ring-color:rgba(6,182,212,.5)}#__next .focus\:ring-emerald-500:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(16 185 129/var(--tw-ring-opacity,1))}#__next .focus\:ring-emerald-500\/20:focus{--tw-ring-color:rgba(16,185,129,.2)}#__next .focus\:ring-emerald-500\/50:focus{--tw-ring-color:rgba(16,185,129,.5)}#__next .focus\:ring-fuchsia-500:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(217 70 239/var(--tw-ring-opacity,1))}#__next .focus\:ring-fuchsia-500\/20:focus{--tw-ring-color:rgba(217,70,239,.2)}#__next .focus\:ring-fuchsia-500\/50:focus{--tw-ring-color:rgba(217,70,239,.5)}#__next .focus\:ring-green-500:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(34 197 94/var(--tw-ring-opacity,1))}#__next .focus\:ring-green-500\/20:focus{--tw-ring-color:rgba(34,197,94,.2)}#__next .focus\:ring-green-500\/50:focus{--tw-ring-color:rgba(34,197,94,.5)}#__next .focus\:ring-indigo-500:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(99 102 241/var(--tw-ring-opacity,1))}#__next .focus\:ring-indigo-500\/20:focus{--tw-ring-color:rgba(99,102,241,.2)}#__next .focus\:ring-indigo-500\/50:focus{--tw-ring-color:rgba(99,102,241,.5)}#__next .focus\:ring-lime-500:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(132 204 22/var(--tw-ring-opacity,1))}#__next .focus\:ring-lime-500\/20:focus{--tw-ring-color:rgba(132,204,22,.2)}#__next .focus\:ring-lime-500\/50:focus{--tw-ring-color:rgba(132,204,22,.5)}#__next .focus\:ring-orange-500:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(249 115 22/var(--tw-ring-opacity,1))}#__next .focus\:ring-orange-500\/20:focus{--tw-ring-color:rgba(249,115,22,.2)}#__next .focus\:ring-orange-500\/50:focus{--tw-ring-color:rgba(249,115,22,.5)}#__next .focus\:ring-pink-500:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(236 72 153/var(--tw-ring-opacity,1))}#__next .focus\:ring-pink-500\/20:focus{--tw-ring-color:rgba(236,72,153,.2)}#__next .focus\:ring-pink-500\/50:focus{--tw-ring-color:rgba(236,72,153,.5)}#__next .focus\:ring-purple-500:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(168 85 247/var(--tw-ring-opacity,1))}#__next .focus\:ring-purple-500\/20:focus{--tw-ring-color:rgba(168,85,247,.2)}#__next .focus\:ring-purple-500\/50:focus{--tw-ring-color:rgba(168,85,247,.5)}#__next .focus\:ring-red-500:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(239 68 68/var(--tw-ring-opacity,1))}#__next .focus\:ring-red-500\/20:focus{--tw-ring-color:rgba(239,68,68,.2)}#__next .focus\:ring-red-500\/50:focus{--tw-ring-color:rgba(239,68,68,.5)}#__next .focus\:ring-rose-500:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(244 63 94/var(--tw-ring-opacity,1))}#__next .focus\:ring-rose-500\/20:focus{--tw-ring-color:rgba(244,63,94,.2)}#__next .focus\:ring-rose-500\/50:focus{--tw-ring-color:rgba(244,63,94,.5)}#__next .focus\:ring-sky-500:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(14 165 233/var(--tw-ring-opacity,1))}#__next .focus\:ring-sky-500\/20:focus{--tw-ring-color:rgba(14,165,233,.2)}#__next .focus\:ring-sky-500\/50:focus{--tw-ring-color:rgba(14,165,233,.5)}#__next .focus\:ring-teal-500:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(20 184 166/var(--tw-ring-opacity,1))}#__next .focus\:ring-teal-500\/20:focus{--tw-ring-color:rgba(20,184,166,.2)}#__next .focus\:ring-teal-500\/50:focus{--tw-ring-color:rgba(20,184,166,.5)}#__next .focus\:ring-violet-500:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(139 92 246/var(--tw-ring-opacity,1))}#__next .focus\:ring-violet-500\/20:focus{--tw-ring-color:rgba(139,92,246,.2)}#__next .focus\:ring-violet-500\/50:focus{--tw-ring-color:rgba(139,92,246,.5)}#__next .focus\:ring-yellow-500:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(234 179 8/var(--tw-ring-opacity,1))}#__next .focus\:ring-yellow-500\/20:focus{--tw-ring-color:rgba(234,179,8,.2)}#__next .focus\:ring-yellow-500\/50:focus{--tw-ring-color:rgba(234,179,8,.5)}#__next .focus\:ring-offset-2:focus{--tw-ring-offset-width:2px}#__next .disabled\:cursor-not-allowed:disabled{cursor:not-allowed}#__next .disabled\:opacity-40:disabled{opacity:.4}@media (min-width:640px){#__next .sm\:px-2{padding-left:.5rem;padding-right:.5rem}}@media (min-width:768px){#__next .md\:block{display:block}#__next .md\:w-1\/3{width:33.333333%}#__next .md\:w-\[296px\]{width:296px}#__next .md\:w-auto{width:auto}#__next .md\:min-w-\[296px\]{min-width:296px}#__next .md\:flex-row{flex-direction:row}#__next :is(.md\:space-x-1\.5>:not([hidden])~:not([hidden])){--tw-space-x-reverse:0;margin-right:calc(.375rem * var(--tw-space-x-reverse));margin-left:calc(.375rem * calc(1 - var(--tw-space-x-reverse)))}#__next :is(.md\:space-y-0>:not([hidden])~:not([hidden])){--tw-space-y-reverse:0;margin-top:calc(0px * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(0px * var(--tw-space-y-reverse))}#__next .md\:border-b{border-bottom-width:1px}#__next .md\:pl-1{padding-left:.25rem}#__next .md\:pl-2{padding-left:.5rem}}@media (min-width:1024px){#__next .lg\:mb-0{margin-bottom:0}#__next .lg\:h-10{height:2.5rem}#__next .lg\:w-10{width:2.5rem}#__next .lg\:w-auto{width:auto}#__next .lg\:flex-row{flex-direction:row}#__next .lg\:flex-col{flex-direction:column}#__next .lg\:border-b-0{border-bottom-width:0}#__next .lg\:border-r{border-right-width:1px}#__next .lg\:pb-0{padding-bottom:0}#__next .lg\:pr-1{padding-right:.25rem}#__next .lg\:text-xs{font-size:.75rem;line-height:1rem}}@media (min-width:1536px){#__next .\32xl\:text-sm{font-size:.875rem;line-height:1.25rem}}@media (min-width:1025px){#__next .pc\:min-h-\[520px\]{min-height:520px}}@media (prefers-color-scheme:dark){#__next .dark\:border-gray-700{--tw-border-opacity:1;border-color:rgb(55 65 81/var(--tw-border-opacity,1))}#__next .dark\:border-slate-600{--tw-border-opacity:1;border-color:rgb(71 85 105/var(--tw-border-opacity,1))}#__next .dark\:bg-slate-800{--tw-bg-opacity:1;background-color:rgb(30 41 59/var(--tw-bg-opacity,1))}#__next .dark\:bg-white\/10{background-color:hsla(0,0%,100%,.1)}#__next .dark\:bg-white\/5{background-color:hsla(0,0%,100%,.05)}#__next .dark\:text-amber-400{--tw-text-opacity:1;color:rgb(251 191 36/var(--tw-text-opacity,1))}#__next .dark\:text-blue-400{--tw-text-opacity:1;color:rgb(96 165 250/var(--tw-text-opacity,1))}#__next .dark\:text-cyan-400{--tw-text-opacity:1;color:rgb(34 211 238/var(--tw-text-opacity,1))}#__next .dark\:text-emerald-400{--tw-text-opacity:1;color:rgb(52 211 153/var(--tw-text-opacity,1))}#__next .dark\:text-fuchsia-400{--tw-text-opacity:1;color:rgb(232 121 249/var(--tw-text-opacity,1))}#__next .dark\:text-gray-700{--tw-text-opacity:1;color:rgb(55 65 81/var(--tw-text-opacity,1))}#__next .dark\:text-green-400{--tw-text-opacity:1;color:rgb(74 222 128/var(--tw-text-opacity,1))}#__next .dark\:text-indigo-400{--tw-text-opacity:1;color:rgb(129 140 248/var(--tw-text-opacity,1))}#__next .dark\:text-lime-400{--tw-text-opacity:1;color:rgb(163 230 53/var(--tw-text-opacity,1))}#__next .dark\:text-orange-400{--tw-text-opacity:1;color:rgb(251 146 60/var(--tw-text-opacity,1))}#__next .dark\:text-pink-400{--tw-text-opacity:1;color:rgb(244 114 182/var(--tw-text-opacity,1))}#__next .dark\:text-purple-400{--tw-text-opacity:1;color:rgb(192 132 252/var(--tw-text-opacity,1))}#__next .dark\:text-red-400{--tw-text-opacity:1;color:rgb(248 113 113/var(--tw-text-opacity,1))}#__next .dark\:text-rose-400{--tw-text-opacity:1;color:rgb(251 113 133/var(--tw-text-opacity,1))}#__next .dark\:text-sky-400{--tw-text-opacity:1;color:rgb(56 189 248/var(--tw-text-opacity,1))}#__next .dark\:text-teal-400{--tw-text-opacity:1;color:rgb(45 212 191/var(--tw-text-opacity,1))}#__next .dark\:text-violet-400{--tw-text-opacity:1;color:rgb(167 139 250/var(--tw-text-opacity,1))}#__next .dark\:text-white{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}#__next .dark\:text-white\/70{color:hsla(0,0%,100%,.7)}#__next .dark\:text-white\/80{color:hsla(0,0%,100%,.8)}#__next .dark\:text-yellow-400{--tw-text-opacity:1;color:rgb(250 204 21/var(--tw-text-opacity,1))}#__next .dark\:hover\:bg-white\/10:hover{background-color:hsla(0,0%,100%,.1)}#__next .dark\:hover\:text-amber-400:hover{--tw-text-opacity:1;color:rgb(251 191 36/var(--tw-text-opacity,1))}#__next .dark\:hover\:text-blue-400:hover{--tw-text-opacity:1;color:rgb(96 165 250/var(--tw-text-opacity,1))}#__next .dark\:hover\:text-cyan-400:hover{--tw-text-opacity:1;color:rgb(34 211 238/var(--tw-text-opacity,1))}#__next .dark\:hover\:text-emerald-400:hover{--tw-text-opacity:1;color:rgb(52 211 153/var(--tw-text-opacity,1))}#__next .dark\:hover\:text-fuchsia-400:hover{--tw-text-opacity:1;color:rgb(232 121 249/var(--tw-text-opacity,1))}#__next .dark\:hover\:text-green-400:hover{--tw-text-opacity:1;color:rgb(74 222 128/var(--tw-text-opacity,1))}#__next .dark\:hover\:text-indigo-400:hover{--tw-text-opacity:1;color:rgb(129 140 248/var(--tw-text-opacity,1))}#__next .dark\:hover\:text-lime-400:hover{--tw-text-opacity:1;color:rgb(163 230 53/var(--tw-text-opacity,1))}#__next .dark\:hover\:text-orange-400:hover{--tw-text-opacity:1;color:rgb(251 146 60/var(--tw-text-opacity,1))}#__next .dark\:hover\:text-pink-400:hover{--tw-text-opacity:1;color:rgb(244 114 182/var(--tw-text-opacity,1))}#__next .dark\:hover\:text-purple-400:hover{--tw-text-opacity:1;color:rgb(192 132 252/var(--tw-text-opacity,1))}#__next .dark\:hover\:text-red-400:hover{--tw-text-opacity:1;color:rgb(248 113 113/var(--tw-text-opacity,1))}#__next .dark\:hover\:text-rose-400:hover{--tw-text-opacity:1;color:rgb(251 113 133/var(--tw-text-opacity,1))}#__next .dark\:hover\:text-sky-400:hover{--tw-text-opacity:1;color:rgb(56 189 248/var(--tw-text-opacity,1))}#__next .dark\:hover\:text-teal-400:hover{--tw-text-opacity:1;color:rgb(45 212 191/var(--tw-text-opacity,1))}#__next .dark\:hover\:text-violet-400:hover{--tw-text-opacity:1;color:rgb(167 139 250/var(--tw-text-opacity,1))}#__next .dark\:hover\:text-yellow-400:hover{--tw-text-opacity:1;color:rgb(250 204 21/var(--tw-text-opacity,1))}#__next .dark\:focus\:bg-white\/10:focus{background-color:hsla(0,0%,100%,.1)}}