:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:hsl(6,78%,57%);--toastify-color-transparent:rgba(255,255,255,0.7);--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-container-width:fit-content;--toastify-toast-width:320px;--toastify-toast-offset:16px;--toastify-toast-top:max(var(--toastify-toast-offset),env(safe-area-inset-top));--toastify-toast-right:max(var(--toastify-toast-offset),env(safe-area-inset-right));--toastify-toast-left:max(var(--toastify-toast-offset),env(safe-area-inset-left));--toastify-toast-bottom:max(var(--toastify-toast-offset),env(safe-area-inset-bottom));--toastify-toast-background:#fff;--toastify-toast-padding:14px;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-toast-bd-radius:6px;--toastify-toast-shadow:0px 4px 12px rgba(0,0,0,0.1);--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error);--toastify-color-progress-bgo:0.2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translateZ(var(--toastify-z-index));position:fixed;width:var(--toastify-container-width);box-sizing:border-box;color:#fff;display:flex;flex-direction:column}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translateX(-50%);align-items:center}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right);align-items:end}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translateX(-50%);align-items:center}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}.Toastify__toast{--y:0;position:relative;touch-action:none;width:var(--toastify-toast-width);min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:var(--toastify-toast-padding);border-radius:var(--toastify-toast-bd-radius);box-shadow:var(--toastify-toast-shadow);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);z-index:0;display:flex;flex:1 auto;align-items:center;word-break:break-word}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translateX(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:auto}.Toastify__toast{--toastify-toast-width:100%;margin-bottom:0;border-radius:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__close-button,.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{margin-inline-end:10px;width:22px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;position:absolute;top:6px;right:6px;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:1;opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:auto;transform-origin:right;border-bottom-left-radius:0}.Toastify__progress-bar--wrp{position:absolute;overflow:hidden;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}:root{--rt-color-white:#fff;--rt-color-dark:#222;--rt-color-success:#8dc572;--rt-color-error:#be6464;--rt-color-warning:#f0ad4e;--rt-color-info:#337ab7;--rt-opacity:0.9;--rt-transition-show-delay:0.15s;--rt-transition-closing-delay:0.15s;--rt-arrow-size:8px}.core-styles-module_tooltip__3vRRp{left:0;opacity:0;pointer-events:none;position:absolute;top:0;will-change:opacity}.core-styles-module_fixed__pcSol{position:fixed}.core-styles-module_arrow__cvMwQ{background:inherit;position:absolute;z-index:-1}.core-styles-module_noArrow__xock6{display:none}.core-styles-module_clickable__ZuTTB{pointer-events:auto}.core-styles-module_show__Nt9eE{opacity:var(--rt-opacity);transition:opacity var(--rt-transition-show-delay) ease-out}.core-styles-module_closing__sGnxF{opacity:0;transition:opacity var(--rt-transition-closing-delay) ease-in}.styles-module_tooltip__mnnfp{border-radius:3px;font-size:90%;padding:8px 16px;width:-webkit-max-content;width:max-content}.styles-module_arrow__K0L3T{height:var(--rt-arrow-size);width:var(--rt-arrow-size)}[class*=react-tooltip__place-top]>.styles-module_arrow__K0L3T{transform:rotate(45deg)}[class*=react-tooltip__place-right]>.styles-module_arrow__K0L3T{transform:rotate(135deg)}[class*=react-tooltip__place-bottom]>.styles-module_arrow__K0L3T{transform:rotate(225deg)}[class*=react-tooltip__place-left]>.styles-module_arrow__K0L3T{transform:rotate(315deg)}.styles-module_dark__xNqje{background:var(--rt-color-dark);color:var(--rt-color-white)}.styles-module_light__Z6W-X{background-color:var(--rt-color-white);color:var(--rt-color-dark)}.styles-module_success__A2AKt{background-color:var(--rt-color-success);color:var(--rt-color-white)}.styles-module_warning__SCK0X{background-color:var(--rt-color-warning);color:var(--rt-color-white)}.styles-module_error__JvumD{background-color:var(--rt-color-error);color:var(--rt-color-white)}.styles-module_info__BWdHW{background-color:var(--rt-color-info);color:var(--rt-color-white)}
/* ! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com */:host,html{-moz-tab-size:4;-o-tab-size:4}input::-moz-placeholder,textarea::-moz-placeholder{color:#9ca3af}[multiple],[type=date],[type=datetime-local],[type=email],[type=month],[type=number],[type=password],[type=search],[type=tel],[type=text],[type=time],[type=url],[type=week],input:where(:not([type])),select,textarea{-webkit-appearance:none;-moz-appearance:none}input::-moz-placeholder,textarea::-moz-placeholder{color:#6b7280;opacity:1}[type=checkbox],[type=radio]{-webkit-appearance:none;-moz-appearance:none;-moz-user-select:none}@media (forced-colors:active){[type=checkbox]:checked,[type=radio]:checked{-webkit-appearance:auto;-moz-appearance:auto;appearance:auto}}@media (forced-colors:active){[type=checkbox]:indeterminate{-webkit-appearance:auto;-moz-appearance:auto;appearance:auto}}body,html{font-family:Manrope,system-ui,sans-serif}.h-fit{height:-moz-fit-content}.w-fit{width:-moz-fit-content}.w-max{width:-moz-max-content}.select-none{-moz-user-select:none}.appearance-none{-webkit-appearance:none;-moz-appearance:none}.gap-x-1{-moz-column-gap:.25rem}.gap-x-2{-moz-column-gap:.5rem}.gap-x-3{-moz-column-gap:.75rem}.gap-x-4{-moz-column-gap:1rem}.gap-x-6{-moz-column-gap:1.5rem}.object-contain{-o-object-fit:contain}.object-cover{-o-object-fit:cover}.object-fill{-o-object-fit:fill}.placeholder-gray-350::-moz-placeholder{--tw-placeholder-opacity:1;color:rgb(194 197 190/var(--tw-placeholder-opacity,1))}.placeholder-gray-400::-moz-placeholder{--tw-placeholder-opacity:1;color:rgb(156 163 175/var(--tw-placeholder-opacity,1))}.backdrop-blur{-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter}.filter-primary-300{filter:brightness(0) saturate(100%) invert(73%) sepia(36%) saturate(6855%) hue-rotate(225deg) brightness(87%) contrast(87%)}.filter-primary-500{filter:brightness(0) saturate(100%) invert(15%) sepia(94%) saturate(3095%) hue-rotate(268deg) brightness(89%) contrast(88%)}.filter-amber-30{filter:brightness(0) saturate(100%) invert(100%) sepia(29%) saturate(759%) hue-rotate(326deg) brightness(104%) contrast(106%)}@font-face{font-family:Manrope;src:url(/_next/static/media/Manrope.3787d9a8.ttf) format("truetype");font-display:swap;font-weight:200 800}@font-face{font-family:Merriweather;src:url(/_next/static/media/Merriweather.cc1b9fe3.ttf) format("truetype");font-display:swap;font-weight:300 900}.sharp-image-class{image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges}body,html{padding:0;margin:0;height:100%;min-width:300px;background-color:#FFFFF3;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html.dark,html.dark body{background-color:#282828}#__next{min-height:100%}a{text-decoration:none}*{box-sizing:border-box}.DocSearch--active{overflow:hidden!important}.DocSearch-Container{height:100vh;left:0;position:fixed;top:0;width:100vw;z-index:200;display:flex;flex-direction:column;background:rgba(0,0,0,.25);padding:1rem}@media (min-width:640px){.DocSearch-Container{padding:1.5rem}}@media (min-width:768px){.DocSearch-Container{padding:10vh}}@media (min-width:1024px){.DocSearch-Container{padding:12vh}}.DocSearch-LoadingIndicator svg{display:none}.DocSearch-LoadingIndicator{display:none;width:1.5rem;height:1.5rem;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Ccircle cx='12' cy='12' r='9' stroke-width='2' stroke='%23cffafe' /%3E%3Cpath d='M3,12a9,9 0 1,0 18,0a9,9 0 1,0 -18,0' stroke-width='2' stroke='%2306b6d4' stroke-dasharray='56.5486677646' stroke-dashoffset='37.6991118431' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-size:100% 100%}.DocSearch-Container--Stalled .DocSearch-LoadingIndicator{display:block}.DocSearch-Modal{margin:0 auto;width:100%;max-width:47.375rem;display:flex;flex-direction:column;min-height:0;border-radius:1rem;box-shadow:0 25px 50px -12px rgba(0,0,0,.25);background:white}.DocSearch-SearchBar{flex:none;border-bottom:1px solid #e5e7eb;position:relative;z-index:1;display:flex;align-items:center;margin:0 1.5rem}.DocSearch-Form{flex:auto;display:flex;align-items:center;min-width:0}.DocSearch-Dropdown{flex:auto;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;padding:0 1.5rem 1.5rem;overflow:auto}.DocSearch-MagnifierLabel{flex:none;width:1.5rem;height:1.5rem;background-image:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21 21L15 15M17 10C17 13.866 13.866 17 10 17C6.13401 17 3 13.866 3 10C3 6.13401 6.13401 3 10 3C13.866 3 17 6.13401 17 10Z' stroke='%2306b6d4' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");background-size:100%}.DocSearch-Container--Stalled .DocSearch-MagnifierLabel,.DocSearch-MagnifierLabel svg{display:none}.DocSearch-Input{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;height:4.5rem;font-size:1rem;font-weight:500;color:black;margin-left:1rem;margin-right:1rem;flex:auto;min-width:0}.DocSearch-Input:focus{outline:2px dotted transparent}.DocSearch-Input::-webkit-search-cancel-button,.DocSearch-Input::-webkit-search-decoration,.DocSearch-Input::-webkit-search-results-button,.DocSearch-Input::-webkit-search-results-decoration{display:none}.DocSearch-Reset{display:none}.DocSearch-Reset:before{content:"esc"}.DocSearch-Cancel{flex:none;font-size:0;border-radius:.375rem;background-color:#f9fafb;border:1px solid #d1d5db;padding:.125rem .375rem}.DocSearch-Cancel:before{content:"esc";color:#9ca3af;font-size:.875rem;line-height:1.25rem}.DocSearch-Reset svg{display:none}.DocSearch-Hit-source{line-height:1.5rem;font-weight:700;color:#4b5563;margin-top:1.5rem;margin-bottom:1rem}.DocSearch-Hit-Container{display:flex;align-items:center;height:4rem}.DocSearch-Hit-Tree{display:none}.DocSearch-Hit-icon{flex:none;margin-right:.875rem}.DocSearch-Hit-icon path{stroke-width:2px;stroke:#71717a}.DocSearch-Hit[aria-selected=true] .DocSearch-Hit-icon path{stroke:white}.DocSearch-Hit-content-wrapper{flex:auto;display:flex;flex-direction:column-reverse;min-width:0}.DocSearch-Hit-path{font-size:.75rem;line-height:1rem;font-weight:500;color:#6b7280}.DocSearch-Hit[aria-selected=true] .DocSearch-Hit-path{color:#e5e7eb}.DocSearch-Hit-title{color:black;line-height:1.5rem;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.DocSearch-Hit[aria-selected=true] .DocSearch-Hit-title{color:white}.DocSearch-Hit-title+.DocSearch-Hit-path{margin-bottom:.125rem}.DocSearch-Hit-action{flex:none;margin-left:.875rem}.DocSearch-Hit-action-button{display:flex}.DocSearch-Hit-action+.DocSearch-Hit-action{margin-left:.5rem}.DocSearch-Hit-action path{stroke-width:2px;stroke:#71717a}.DocSearch-Hit[aria-selected=true] .DocSearch-Hit-action path{stroke:white}.DocSearch-Hit>a{display:block;background:#f9fafb;border-radius:.5rem;box-shadow:0 1px 2px 0 rgba(0,0,0,.05);padding:0 1.25rem 0 1rem}.DocSearch-Hit[aria-selected=true]>a{background:#6b7280}.DocSearch-Hit+.DocSearch-Hit{margin-top:.5rem}.DocSearch-Hit{position:relative}.DocSearch-Hit--Child{padding-left:1.75rem}.DocSearch-Hit--Child+.DocSearch-Hit:not(.DocSearch-Hit--Child):before,.DocSearch-Hit--Child:before{content:"";position:absolute;top:-.25rem;bottom:-.25rem;left:.5rem;width:1.25rem;background-image:url("data:image/svg+xml,%3Csvg width='12' height='200' viewBox='0 0 12 200' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M 1 0 V 200 M 1 100 H 12' stroke='%23a1a1aa' stroke-width='2'/%3E%3C/svg%3E%0A");background-repeat:no-repeat;background-position:0}.DocSearch-Hit--Child+.DocSearch-Hit:not(.DocSearch-Hit--Child):before,.DocSearch-Hit--Child:last-child:before{background-image:url("data:image/svg+xml,%3Csvg width='12' height='200' viewBox='0 0 12 200' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M 1 0 V 89 Q 1 100 12 100' stroke='%23a1a1aa' stroke-width='2'/%3E%3C/svg%3E%0A")}.DocSearch-Hit:not(.DocSearch-Hit--Child)+.DocSearch-Hit--Child:after{content:"";position:absolute;top:-.25rem;left:0;width:1.25rem;height:.25rem;background:#fff}.DocSearch-Hit--Child+.DocSearch-Hit:not(.DocSearch-Hit--Child):before{top:auto;bottom:calc(100% + .25rem);height:calc(100% + .25rem);background-color:#fff}.DocSearch-Hits mark{background:none;color:#6b7280}.DocSearch-Hit[aria-selected=true] mark{color:inherit;text-decoration:underline}.DocSearch-Footer{flex:none;display:flex;justify-content:flex-end;margin:0 1.5rem;border-top:1px solid #e5e7eb;padding:1.25rem 0}.DocSearch-Commands{display:none}.DocSearch-Logo a{display:flex;align-items:center;color:#5d6494;font-size:.75rem;font-weight:500}.DocSearch-Logo svg{color:#5468ff;margin-left:.5rem}.DocSearch-Hit--deleting,.DocSearch-Hit--favoriting{opacity:0;transition:all .25s linear}.DocSearch-NoResults .DocSearch-Screen-Icon{display:none}.DocSearch-Title{font-size:1.125rem;line-height:1.5rem;margin-bottom:2.5rem}.DocSearch-Title strong{color:#111827;font-weight:500}.DocSearch-NoResults,.DocSearch-StartScreen{padding-top:2.5rem;padding-bottom:1rem}.DocSearch-StartScreen .DocSearch-Help{font-size:1.125rem;line-height:1.5rem}.DocSearch-NoResults-Prefill-List .DocSearch-Help{font-size:.75rem;line-height:1rem;letter-spacing:.025em;text-transform:uppercase;font-weight:600;padding-bottom:.5rem;border-bottom:1px solid #e5e7eb}.DocSearch-NoResults-Prefill-List li{padding:.5rem 0;border-bottom:1px solid #e5e7eb}.DocSearch-NoResults-Prefill-List button{font-weight:500;color:#4b5563}.DocSearch-NoResults-Prefill-List+.DocSearch-Help{font-size:.875rem;line-height:1.25rem;margin-top:1rem}.DocSearch-NoResults-Prefill-List+.DocSearch-Help a{color:#374151;font-weight:500}.dark [data-hide-on-theme=dark],.light [data-hide-on-theme=light]{display:none}#mc_embed_signup.newsletter-subscribe div.mce_inline_error{background-color:transparent;color:#fdf808;padding:8px 8px 0;margin:0;font-weight:500;font-size:12px}#mc_embed_signup.newsletter-subscribe input.mce_inline_error{border-color:#fdf808}.dark #mc_embed_signup.newsletter-subscribe input.mce_inline_error{border-color:red}.dark #mc_embed_signup.newsletter-subscribe div.mce_inline_error{color:red}#mce-error-response,#mce-success-response{font-size:12px;margin-top:8px;margin-left:8px}#mce-error-response{color:#fdf808}.dark #mce-error-response{color:red}.is-invalid input{padding-right:calc(1.5em + .75rem);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e")!important;background-repeat:no-repeat!important;background-position:right calc(.375em + .1875rem) center!important;background-size:calc(.75em + .375rem) calc(.75em + .375rem)!important}.is-invalid input:focus,.is-invalid select:focus{border-color:rgb(220,53,69);box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.react-tel-input .flag-dropdown .selected-flag{background-color:#f7f7ee;border-top-left-radius:8px;border-bottom-left-radius:8px}.react-tel-input .flag-dropdown .selected-flag:focus,.react-tel-input .flag-dropdown .selected-flag:hover,.react-tel-input .flag-dropdown.open .selected-flag.open{border-top-left-radius:8px;border-bottom-left-radius:8px;background-color:#eeeeee70}.react-tel-input .form-control{background-color:transparent!important}.react-tel-input .flag-dropdown .selected-flag .arrow{border-top:4px solid #a770d1}.react-tel-input .flag-dropdown .selected-flag .arrow.up{border-top:none;border-bottom:4px solid #a770d1}html.dark .react-tel-input .country-list,html.dark .react-tel-input .form-control{background-color:#282828!important}html.dark .react-tel-input .flag-dropdown .selected-flag{background-color:#212121}html.dark .react-tel-input .flag-dropdown .selected-flag .arrow{border-top:4px solid #eef6d6}html.dark .react-tel-input .flag-dropdown .selected-flag .arrow.up{border-top:none;border-bottom:4px solid #eef6d6}html.dark .react-tel-input .flag-dropdown .selected-flag:focus,html.dark .react-tel-input .flag-dropdown .selected-flag:hover,html.dark .react-tel-input .flag-dropdown.open .selected-flag.open{background-color:#1d1d1d}html.dark .react-tel-input .highlight{background-color:#191919!important}html.dark .react-tel-input ul li:hover:not(.highlight){background-color:#212121!important}.prose{overflow-wrap:break-word;word-wrap:break-word;-ms-word-break:break-all;word-break:break-all;word-break:break-word;-webkit-hyphens:auto;hyphens:auto}.custom-overflow{overflow-y:auto!important}.rbc-header{margin:3px!important;width:130px!important;border-radius:.25rem!important;border-bottom-width:0!important;border-left-width:0!important;--tw-bg-opacity:1!important;background-color:rgb(238 246 214/var(--tw-bg-opacity,1))!important;--tw-text-opacity:1!important;color:rgb(167 112 209/var(--tw-text-opacity,1))!important}.rbc-header:is(.dark *){--tw-bg-opacity:1!important;background-color:rgb(109 110 108/var(--tw-bg-opacity,1))!important;--tw-text-opacity:1!important;color:rgb(217 237 180/var(--tw-text-opacity,1))!important}.rbc-time-gutter.rbc-time-column{--tw-bg-opacity:1;background-color:rgb(238 246 214/var(--tw-bg-opacity,1));font-weight:700;--tw-text-opacity:1;color:rgb(112 41 168/var(--tw-text-opacity,1))}.rbc-time-gutter.rbc-time-column:is(.dark *){--tw-bg-opacity:1;background-color:rgb(109 110 108/var(--tw-bg-opacity,1));--tw-text-opacity:1;color:rgb(253 248 8/var(--tw-text-opacity,1))}.rbc-time-header-gutter{--tw-bg-opacity:1;background-color:rgb(253 248 8/var(--tw-bg-opacity,1))}.rbc-month-header{margin-bottom:2px;gap:3px}.rbc-date-cell{text-align:left!important}.rbc-day-bg.current-month.rbc-today{--tw-bg-opacity:1!important;background-color:rgb(253 248 8/var(--tw-bg-opacity,1))!important}.rbc-day-bg.current-month.rbc-today:is(.dark *){--tw-bg-opacity:1!important;background-color:rgb(112 41 168/var(--tw-bg-opacity,1))!important}.custom-event-class{margin:auto!important;width:90%!important;--tw-bg-opacity:1!important;background-color:rgb(217 237 180/var(--tw-bg-opacity,1))!important;font-size:11px!important;font-weight:600!important;--tw-text-opacity:1!important;color:rgb(167 112 209/var(--tw-text-opacity,1))!important;transition-property:opacity!important;transition-duration:.2s!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.custom-event-class:hover{opacity:.7!important}.custom-event-class:is(.dark *){--tw-bg-opacity:1!important;background-color:rgb(167 112 209/var(--tw-bg-opacity,1))!important;--tw-text-opacity:1!important;color:rgb(253 248 8/var(--tw-text-opacity,1))!important}.custom-passed-event{margin:auto!important;width:90%!important;--tw-bg-opacity:1!important;background-color:rgb(247 247 238/var(--tw-bg-opacity,1))!important;font-size:11px!important;font-weight:600!important;--tw-text-opacity:1!important;color:rgb(217 237 180/var(--tw-text-opacity,1))!important;transition-property:opacity!important;transition-duration:.2s!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.custom-passed-event:hover{opacity:.7!important}.custom-passed-event:is(.dark *){--tw-bg-opacity:1!important;background-color:rgb(40 40 40/var(--tw-bg-opacity,1))!important;--tw-text-opacity:1!important;color:rgb(167 112 209/var(--tw-text-opacity,1))!important}.rbc-date-cell .rbc-button-link{margin-left:11px!important;margin-top:.25rem!important}.rbc-date-cell.rbc-now.rbc-current .rbc-button-link{--tw-text-opacity:1!important;color:rgb(112 41 168/var(--tw-text-opacity,1))!important}.rbc-date-cell.rbc-now.rbc-current .rbc-button-link:is(.dark *){--tw-text-opacity:1!important;color:rgb(253 248 8/var(--tw-text-opacity,1))!important}.rbc-date-cell .rbc-button-link{font-size:1.5rem;line-height:2rem;font-weight:800;--tw-text-opacity:1;color:rgb(217 237 180/var(--tw-text-opacity,1))}.rbc-date-cell .rbc-button-link:is(.dark *){--tw-text-opacity:1;color:rgb(109 110 108/var(--tw-text-opacity,1))}.rbc-date-cell.rbc-off-range .rbc-button-link{font-size:1.5rem;line-height:2rem;font-weight:800;--tw-text-opacity:1;color:rgb(238 238 238/var(--tw-text-opacity,1))}.rbc-date-cell.rbc-off-range .rbc-button-link:is(.dark *){--tw-text-opacity:1;color:rgb(109 110 108/var(--tw-text-opacity,1))}.rbc-day-bg.other-month.rbc-off-range-bg{--tw-bg-opacity:1!important;background-color:rgb(247 247 238/var(--tw-bg-opacity,1))!important}.rbc-day-bg.other-month.rbc-off-range-bg:is(.dark *){--tw-bg-opacity:1!important;background-color:rgb(40 40 40/var(--tw-bg-opacity,1))!important}.rbc-month-row{min-height:110px!important}.rbc-calendar{height:100%!important}.rbc-month-view .rbc-day-bg{margin:3.75px;border:.5px solid #c2c5be;border-radius:8px}.rbc-day-bg+.rbc-day-bg,.rbc-day-bg.current-month{border:.5px solid #c2c5be!important}.rbc-row-content{border-bottom:0}.rbc-date-cell{margin:3.75px}.rbc-month-row+.rbc-month-row{border-top:none!important}.rbc-month-view{padding-right:11px;border:none!important}.rbc-event.custom-passed-event.rbc-event-allday{width:90%!important}.rbc-day-bg.current-month.rbc-off-range-bg{--tw-bg-opacity:1!important;background-color:rgb(247 247 238/var(--tw-bg-opacity,1))!important}.rbc-day-bg.current-month.rbc-off-range-bg:is(.dark *){--tw-bg-opacity:1!important;background-color:rgb(40 40 40/var(--tw-bg-opacity,1))!important}.rbc-allday-cell .rbc-day-bg.current-month.rbc-today{border-width:0!important;--tw-bg-opacity:1!important;background-color:rgb(238 246 214/var(--tw-bg-opacity,1))!important;--tw-text-opacity:1!important;color:rgb(167 112 209/var(--tw-text-opacity,1))!important}.rbc-allday-cell .rbc-day-bg.current-month.rbc-today:is(.dark *){--tw-bg-opacity:1!important;background-color:rgb(109 110 108/var(--tw-bg-opacity,1))!important;--tw-text-opacity:1!important;color:rgb(217 237 180/var(--tw-text-opacity,1))!important}.rbc-label.rbc-time-header-gutter{border-width:0!important;--tw-bg-opacity:1!important;background-color:rgb(238 246 214/var(--tw-bg-opacity,1))!important;--tw-text-opacity:1!important;color:rgb(167 112 209/var(--tw-text-opacity,1))!important}.rbc-label.rbc-time-header-gutter:is(.dark *){--tw-bg-opacity:1!important;background-color:rgb(109 110 108/var(--tw-bg-opacity,1))!important;--tw-text-opacity:1!important;color:rgb(217 237 180/var(--tw-text-opacity,1))!important}.current-month.rbc-day-slot.rbc-time-column.rbc-now{--tw-bg-opacity:1!important;background-color:rgb(247 247 238/var(--tw-bg-opacity,1))!important}.current-month.rbc-day-slot.rbc-time-column.rbc-now:is(.dark *){--tw-bg-opacity:1!important;background-color:rgb(40 40 40/var(--tw-bg-opacity,1))!important}.rbc-timeslot-group{border-radius:.25rem!important;border-width:0!important}.rbc-time-content{--tw-border-opacity:1!important;border-color:rgb(167 112 209/var(--tw-border-opacity,1))!important}.rbc-time-content:is(.dark *){--tw-border-opacity:1!important;border-color:rgb(253 248 8/var(--tw-border-opacity,1))!important}.rbc-events-container .custom-event-class{min-height:6%!important;width:100%!important;--tw-bg-opacity:1!important;background-color:rgb(112 41 168/var(--tw-bg-opacity,1))!important;font-size:16px!important;--tw-text-opacity:1!important;color:rgb(255 255 250/var(--tw-text-opacity,1))!important}.rbc-events-container .custom-event-class:is(.dark *){--tw-bg-opacity:1!important;background-color:rgb(253 248 8/var(--tw-bg-opacity,1))!important;--tw-text-opacity:1!important;color:rgb(112 41 168/var(--tw-text-opacity,1))!important}.rbc-current-time-indicator{height:.25rem!important;--tw-bg-opacity:1!important;background-color:rgb(112 41 168/var(--tw-bg-opacity,1))!important}.rbc-current-time-indicator:is(.dark *){--tw-bg-opacity:1!important;background-color:rgb(253 248 8/var(--tw-bg-opacity,1))!important}.rbc-time-view .rbc-time-header{display:none!important}.rbc-time-slot{--tw-border-opacity:1!important;border-color:rgb(194 197 190/var(--tw-border-opacity,1))!important}.rbc-time-slot:is(.dark *){border-color:#f7f7f730!important}.rbc-time-content>*+*>*,.rbc-time-view{border-width:0!important}input[id=first_name]:-webkit-autofill,input[id=first_name]:-webkit-autofill:active,input[id=first_name]:-webkit-autofill:focus,input[id=first_name]:-webkit-autofill:hover{-webkit-transition:background-color 600000s 0s,color 600000s 0s;transition:background-color 600000s 0s,color 600000s 0s}input[id=first_name]:-moz-autofill,input[id=first_name]:-moz-autofill:active,input[id=first_name]:-moz-autofill:focus,input[id=first_name]:-moz-autofill:hover{--tw-text-opacity:1!important;color:rgb(109 110 108/var(--tw-text-opacity,1))!important}input[id=last_name]:-webkit-autofill,input[id=last_name]:-webkit-autofill:active,input[id=last_name]:-webkit-autofill:focus,input[id=last_name]:-webkit-autofill:hover{-webkit-transition:background-color 600000s 0s,color 600000s 0s;transition:background-color 600000s 0s,color 600000s 0s}input[id=last_name]:-moz-autofill,input[id=last_name]:-moz-autofill:active,input[id=last_name]:-moz-autofill:focus,input[id=last_name]:-moz-autofill:hover{-moz-transition:background-color 600000s 0s,color 600000s 0s;transition:background-color 600000s 0s,color 600000s 0s}input[id=email]:-webkit-autofill,input[id=email]:-webkit-autofill:active,input[id=email]:-webkit-autofill:focus,input[id=email]:-webkit-autofill:hover{-webkit-transition:background-color 600000s 0s,color 600000s 0s;transition:background-color 600000s 0s,color 600000s 0s}input[id=email]:-moz-autofill,input[id=email]:-moz-autofill:active,input[id=email]:-moz-autofill:focus,input[id=email]:-moz-autofill:hover{-moz-transition:background-color 600000s 0s,color 600000s 0s;transition:background-color 600000s 0s,color 600000s 0s}.rbc-event-label{font-size:20px}.swipe-animation{transition:transform .3s ease-out}.recharts-wrapper svg{overflow:inherit!important}#doorbell-button{bottom:0;border-top-left-radius:.5rem;border-top-right-radius:.5rem;--tw-bg-opacity:1;background-color:rgb(112 41 168/var(--tw-bg-opacity,1));font-weight:700;--tw-text-opacity:1;color:rgb(246 227 79/var(--tw-text-opacity,1))}#doorbell-button:hover{--tw-bg-opacity:1;background-color:rgb(91 46 127/var(--tw-bg-opacity,1))}#doorbell-button: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);--tw-ring-color:rgb(59 130 246/var(--tw-ring-opacity,1));--tw-ring-opacity:0.5}#doorbell-button:disabled{--tw-bg-opacity:1;background-color:rgb(238 238 238/var(--tw-bg-opacity,1));--tw-text-opacity:1;color:rgb(194 197 190/var(--tw-text-opacity,1))}#doorbell-button:is(.dark *){--tw-bg-opacity:1;background-color:rgb(246 227 79/var(--tw-bg-opacity,1));--tw-text-opacity:1;color:rgb(112 41 168/var(--tw-text-opacity,1))}#doorbell-button:hover:is(.dark *){--tw-bg-opacity:1;background-color:rgb(253 248 8/var(--tw-bg-opacity,1));--tw-text-opacity:1;color:rgb(91 46 127/var(--tw-text-opacity,1))}#doorbell-button:disabled:is(.dark *){--tw-bg-opacity:1;background-color:rgb(194 197 190/var(--tw-bg-opacity,1));--tw-text-opacity:1;color:rgb(238 238 238/var(--tw-text-opacity,1))}#doorbell-submit-button{bottom:.5rem;border-radius:.5rem;border-width:0;background-color:rgb(112 41 168/var(--tw-bg-opacity,1));font-weight:700}#doorbell-submit-button,#doorbell-submit-button:hover{--tw-bg-opacity:1;--tw-text-opacity:1;color:rgb(246 227 79/var(--tw-text-opacity,1))}#doorbell-submit-button:hover{background-color:rgb(91 46 127/var(--tw-bg-opacity,1))}#doorbell-submit-button: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);--tw-ring-color:rgb(59 130 246/var(--tw-ring-opacity,1));--tw-ring-opacity:0.5}#doorbell-submit-button:disabled{--tw-bg-opacity:1;background-color:rgb(238 238 238/var(--tw-bg-opacity,1));--tw-text-opacity:1;color:rgb(194 197 190/var(--tw-text-opacity,1))}#doorbell-submit-button:is(.dark *){--tw-bg-opacity:1;background-color:rgb(246 227 79/var(--tw-bg-opacity,1));--tw-text-opacity:1;color:rgb(112 41 168/var(--tw-text-opacity,1))}#doorbell-submit-button:hover:is(.dark *){--tw-bg-opacity:1;background-color:rgb(253 248 8/var(--tw-bg-opacity,1));--tw-text-opacity:1;color:rgb(91 46 127/var(--tw-text-opacity,1))}#doorbell-submit-button:disabled:is(.dark *){--tw-bg-opacity:1;background-color:rgb(194 197 190/var(--tw-bg-opacity,1));--tw-text-opacity:1;color:rgb(238 238 238/var(--tw-text-opacity,1))}#doorbell-background{background-color:rgb(167 112 209/.5);transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}#doorbell-background:is(.dark *){background-color:rgb(194 197 190/.5)}#doorbell{border-width:0}#doorbell-form{border-width:0!important;--tw-bg-opacity:1;background-color:rgb(255 255 250/var(--tw-bg-opacity,1));--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}#doorbell-form:is(.dark *){--tw-bg-opacity:1;background-color:rgb(25 25 25/var(--tw-bg-opacity,1))}#doorbell form{--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}#doorbell-title{border-bottom-width:0;font-size:1.25rem;font-weight:700;line-height:1.5rem;--tw-text-opacity:1!important;color:rgb(112 41 168/var(--tw-text-opacity,1))!important}#doorbell-title:is(.dark *){--tw-text-opacity:1!important;color:rgb(246 227 79/var(--tw-text-opacity,1))!important}#doorbell form legend{border-bottom-width:0}#doorbell form input{line-height:1.25;--tw-text-opacity:1!important;color:rgb(109 110 108/var(--tw-text-opacity,1))!important}#doorbell form input:is(.dark *){--tw-text-opacity:1!important;color:rgb(231 231 223/var(--tw-text-opacity,1))!important}#doorbell form input{background-color:transparent}#doorbell form input::-moz-placeholder{--tw-placeholder-opacity:1!important;color:rgb(194 197 190/var(--tw-placeholder-opacity,1))!important;font-size:.875rem;line-height:1.25rem}#doorbell form input::placeholder{--tw-placeholder-opacity:1!important;color:rgb(194 197 190/var(--tw-placeholder-opacity,1))!important;font-size:.875rem;line-height:1.25rem}#doorbell form input:is(.dark *){--tw-bg-opacity:1;background-color:rgb(40 40 40/var(--tw-bg-opacity,1))}#doorbell form input:is(.dark *)::-moz-placeholder{--tw-placeholder-opacity:1!important;color:rgb(109 110 108/var(--tw-placeholder-opacity,1))!important}#doorbell form input:is(.dark *)::placeholder{--tw-placeholder-opacity:1!important;color:rgb(109 110 108/var(--tw-placeholder-opacity,1))!important}#doorbell form input{border-radius:.5rem;border-width:.5px!important;--tw-border-opacity:1!important;border-color:rgb(148 149 146/var(--tw-border-opacity,1))!important}#doorbell form textarea{line-height:1.25;--tw-text-opacity:1!important;color:rgb(109 110 108/var(--tw-text-opacity,1))!important}#doorbell form textarea:is(.dark *){--tw-text-opacity:1!important;color:rgb(231 231 223/var(--tw-text-opacity,1))!important}#doorbell form textarea{background-color:transparent}#doorbell form textarea::-moz-placeholder{--tw-placeholder-opacity:1;color:rgb(194 197 190/var(--tw-placeholder-opacity,1));font-size:.875rem;line-height:1.25rem}#doorbell form textarea::placeholder{--tw-placeholder-opacity:1;color:rgb(194 197 190/var(--tw-placeholder-opacity,1));font-size:.875rem;line-height:1.25rem}#doorbell form textarea:is(.dark *){--tw-bg-opacity:1;background-color:rgb(40 40 40/var(--tw-bg-opacity,1))}#doorbell form textarea:is(.dark *)::-moz-placeholder{--tw-placeholder-opacity:1;color:rgb(109 110 108/var(--tw-placeholder-opacity,1))}#doorbell form textarea:is(.dark *)::placeholder{--tw-placeholder-opacity:1;color:rgb(109 110 108/var(--tw-placeholder-opacity,1))}#doorbell form textarea{border-radius:.5rem;border-width:.5px!important;--tw-border-opacity:1!important;border-color:rgb(148 149 146/var(--tw-border-opacity,1))!important}#doorbell #doorbell-powered-by{font-weight:700;--tw-text-opacity:1;color:rgb(112 41 168/var(--tw-text-opacity,1))}#doorbell #doorbell-powered-by:hover{--tw-text-opacity:1;color:rgb(91 46 127/var(--tw-text-opacity,1))}#doorbell #doorbell-powered-by:is(.dark *){--tw-text-opacity:1;color:rgb(246 227 79/var(--tw-text-opacity,1))}#doorbell #doorbell-powered-by:hover:is(.dark *){--tw-text-opacity:1;color:rgb(253 248 8/var(--tw-text-opacity,1))}.placeholder\:text-sm::-moz-placeholder{font-size:.875rem;line-height:1.25rem}.placeholder\:font-bold::-moz-placeholder{font-weight:700}.placeholder\:text-gray-400::-moz-placeholder{--tw-text-opacity:1;color:rgb(156 163 175/var(--tw-text-opacity,1))}.placeholder\:text-primary-300::-moz-placeholder{--tw-text-opacity:1;color:rgb(167 112 209/var(--tw-text-opacity,1))}.hover\:filter-primary-700:hover{filter:brightness(0) saturate(100%) invert(19%) sepia(87%) saturate(864%) hue-rotate(242deg) brightness(96%) contrast(97%)}.hover\:filter-green-150:hover{filter:brightness(0) saturate(100%) invert(90%) sepia(27%) saturate(327%) hue-rotate(30deg) brightness(100%) contrast(91%)}.dark\:placeholder-gray-550:is(.dark *)::-moz-placeholder{--tw-placeholder-opacity:1;color:rgb(109 110 108/var(--tw-placeholder-opacity,1))}.dark\:filter-primary-500:is(.dark *){filter:brightness(0) saturate(100%) invert(15%) sepia(94%) saturate(3095%) hue-rotate(268deg) brightness(89%) contrast(88%)}.dark\:filter-amber-30:is(.dark *){filter:brightness(0) saturate(100%) invert(100%) sepia(29%) saturate(759%) hue-rotate(326deg) brightness(104%) contrast(106%)}.dark\:placeholder\:text-gray-500:is(.dark *)::-moz-placeholder{--tw-text-opacity:1;color:rgb(107 114 128/var(--tw-text-opacity,1))}.dark\:hover\:filter-primary-700:hover:is(.dark *){filter:brightness(0) saturate(100%) invert(19%) sepia(87%) saturate(864%) hue-rotate(242deg) brightness(96%) contrast(97%)}.dark\:hover\:filter-green-150:hover:is(.dark *){filter:brightness(0) saturate(100%) invert(90%) sepia(27%) saturate(327%) hue-rotate(30deg) brightness(100%) contrast(91%)}@media (min-width:640px){.sm\:not-sr-only{position:static;width:auto;height:auto;padding:0;margin:0;overflow:visible;clip:auto;white-space:normal}.sm\:visible{visibility:visible}.sm\:absolute{position:absolute}.sm\:-top-\[6px\]{top:-6px}.sm\:left-auto{left:auto}.sm\:right-\[-64px\]{right:-64px}.sm\:top-12{top:3rem}.sm\:top-\[15\%\]{top:15%}.sm\:top-\[50px\]{top:50px}.sm\:col-span-2{grid-column:span 2/span 2}.sm\:m-auto{margin:auto}.sm\:mx-0{margin-left:0;margin-right:0}.sm\:mx-\[38px\]{margin-left:38px;margin-right:38px}.sm\:mx-auto{margin-left:auto;margin-right:auto}.sm\:my-8{margin-top:2rem;margin-bottom:2rem}.sm\:mb-0{margin-bottom:0}.sm\:mb-6{margin-bottom:1.5rem}.sm\:mb-8{margin-bottom:2rem}.sm\:ml-0{margin-left:0}.sm\:ml-10{margin-left:2.5rem}.sm\:ml-12{margin-left:3rem}.sm\:ml-14{margin-left:3.5rem}.sm\:ml-16{margin-left:4rem}.sm\:ml-2{margin-left:.5rem}.sm\:ml-3{margin-left:.75rem}.sm\:ml-8{margin-left:2rem}.sm\:mr-0{margin-right:0}.sm\:mr-\[20\%\]{margin-right:20%}.sm\:mr-auto{margin-right:auto}.sm\:mt-0{margin-top:0}.sm\:mt-3{margin-top:.75rem}.sm\:mt-32{margin-top:8rem}.sm\:mt-4{margin-top:1rem}.sm\:mt-6{margin-top:1.5rem}.sm\:mt-\[100px\]{margin-top:100px}.sm\:mt-\[166px\]{margin-top:166px}.sm\:mt-\[25px\]{margin-top:25px}.sm\:mt-\[34px\]{margin-top:34px}.sm\:block{display:block}.sm\:flex{display:flex}.sm\:table-cell{display:table-cell}.sm\:hidden{display:none}.sm\:h-16{height:4rem}.sm\:h-32{height:8rem}.sm\:h-5{height:1.25rem}.sm\:h-\[calc\(100vh-50\.5px\)\]{height:calc(100vh - 50.5px)}.sm\:h-\[calc\(100vh-64px\)\]{height:calc(100vh - 64px)}.sm\:w-16{width:4rem}.sm\:w-32{width:8rem}.sm\:w-5{width:1.25rem}.sm\:w-\[300px\]{width:300px}.sm\:w-\[366px\]{width:366px}.sm\:w-auto{width:auto}.sm\:w-full{width:100%}.sm\:min-w-\[319px\]{min-width:319px}.sm\:max-w-\[205px\]{max-width:205px}.sm\:max-w-\[480px\]{max-width:480px}.sm\:max-w-\[55\%\]{max-width:55%}.sm\:max-w-\[552px\]{max-width:552px}.sm\:max-w-\[672px\]{max-width:672px}.sm\:max-w-lg{max-width:32rem}.sm\:max-w-md{max-width:28rem}.sm\:max-w-none{max-width:none}.sm\:max-w-xs{max-width:20rem}.sm\:basis-1\/3{flex-basis:33.333333%}.sm\:basis-2\/3{flex-basis:66.666667%}.sm\:translate-y-0{--tw-translate-y:0px}.sm\:scale-100,.sm\:translate-y-0{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))}.sm\:scale-100{--tw-scale-x:1;--tw-scale-y:1}.sm\:scale-95{--tw-scale-x:.95;--tw-scale-y:.95;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))}.sm\:scroll-mt-5{scroll-margin-top:1.25rem}.sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.sm\:flex-row{flex-direction:row}.sm\:flex-col{flex-direction:column}.sm\:flex-nowrap{flex-wrap:nowrap}.sm\:items-start{align-items:flex-start}.sm\:items-center{align-items:center}.sm\:justify-normal{justify-content:normal}.sm\:justify-start{justify-content:flex-start}.sm\:justify-center{justify-content:center}.sm\:justify-between{justify-content:space-between}.sm\:gap-16{gap:4rem}.sm\:gap-3{gap:.75rem}.sm\:gap-x-6{-moz-column-gap:1.5rem;column-gap:1.5rem}.sm\:space-x-6>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(1.5rem * var(--tw-space-x-reverse));margin-left:calc(1.5rem * calc(1 - var(--tw-space-x-reverse)))}.sm\: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))}.sm\:space-y-8>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(2rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(2rem * var(--tw-space-y-reverse))}.sm\:text-nowrap{text-wrap:nowrap}.sm\:rounded-lg{border-radius:.5rem}.sm\:p-0{padding:0}.sm\:p-6{padding:1.5rem}.sm\:p-\[40px\]{padding:40px}.sm\:px-10{padding-left:2.5rem;padding-right:2.5rem}.sm\:px-14{padding-left:3.5rem;padding-right:3.5rem}.sm\:px-3{padding-left:.75rem;padding-right:.75rem}.sm\:px-6{padding-left:1.5rem;padding-right:1.5rem}.sm\:px-8{padding-left:2rem;padding-right:2rem}.sm\:py-12{padding-top:3rem;padding-bottom:3rem}.sm\:pb-16{padding-bottom:4rem}.sm\:pl-5{padding-left:1.25rem}.sm\:pl-6{padding-left:1.5rem}.sm\:pl-\[55px\]{padding-left:55px}.sm\:text-left{text-align:left}.sm\:text-center{text-align:center}.sm\:text-3xl{font-size:1.875rem;line-height:2.25rem}.sm\:text-4xl{font-size:2.25rem;line-height:2.5rem}.sm\:text-5xl{font-size:3rem;line-height:1}.sm\:text-\[1\.25rem\]{font-size:1.25rem}.sm\:text-\[1\.75rem\]{font-size:1.75rem}.sm\:text-\[16px\]{font-size:16px}.sm\:text-\[28px\]{font-size:28px}.sm\:text-base{font-size:1rem;line-height:1.5rem}.sm\:text-lg{font-size:1.125rem;line-height:1.75rem}.sm\:text-sm{font-size:.875rem;line-height:1.25rem}.sm\:text-xl{font-size:1.25rem;line-height:1.75rem}.sm\:leading-6{line-height:1.5rem}.sm\:leading-\[2\.4rem\]{line-height:2.4rem}}@media (min-width:768px){.md\:-right-7{right:-1.75rem}.md\:-top-1\.5{top:-.375rem}.md\:bottom-2{bottom:.5rem}.md\:right-4{right:1rem}.md\:right-8{right:2rem}.md\:order-last{order:9999}.md\:col-span-2{grid-column:span 2/span 2}.md\:m-0{margin:0}.md\:mx-auto{margin-left:auto;margin-right:auto}.md\:mb-2{margin-bottom:.5rem}.md\:mb-6{margin-bottom:1.5rem}.md\:ml-4{margin-left:1rem}.md\:ml-auto{margin-left:auto}.md\:mr-0{margin-right:0}.md\:mr-8{margin-right:2rem}.md\:mt-5{margin-top:1.25rem}.md\:mt-\[12px\]{margin-top:12px}.md\:mt-\[22px\]{margin-top:22px}.md\:mt-\[84px\]{margin-top:84px}.md\:block{display:block}.md\:flex{display:flex}.md\:hidden{display:none}.md\:min-h-fit{min-height:-moz-fit-content;min-height:fit-content}.md\:min-w-\[750px\]{min-width:750px}.md\:min-w-\[840px\]{min-width:840px}.md\:min-w-\[90\%\]{min-width:90%}.md\:min-w-fit{min-width:-moz-fit-content;min-width:fit-content}.md\:max-w-2xl{max-width:42rem}.md\:max-w-\[200px\]{max-width:200px}.md\:max-w-\[300px\]{max-width:300px}.md\:max-w-full{max-width:100%}.md\:max-w-xs{max-width:20rem}.md\:origin-top-right{transform-origin:top right}.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.md\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.md\:flex-row{flex-direction:row}.md\:items-start{align-items:flex-start}.md\:items-center{align-items:center}.md\:items-stretch{align-items:stretch}.md\:justify-between{justify-content:space-between}.md\:gap-y-10{row-gap:2.5rem}.md\:self-start{align-self:flex-start}.md\:rounded-md{border-radius:.375rem}.md\:border-l{border-left-width:1px}.md\:border-r-\[0\.5px\]{border-right-width:.5px}.md\:p-24{padding:6rem}.md\:px-10{padding-left:2.5rem;padding-right:2.5rem}.md\:pl-5{padding-left:1.25rem}.md\:pr-5{padding-right:1.25rem}.md\:pt-5{padding-top:1.25rem}.md\:text-left{text-align:left}.md\:text-2xl{font-size:1.5rem;line-height:2rem}.md\:text-\[23\.9px\]{font-size:23.9px}.md\:text-\[24px\]{font-size:24px}.md\:text-\[40px\]{font-size:40px}.md\:after\:content-\[\'_\1F449\'\]:after{--tw-content:" 👉";content:var(--tw-content)}}@media (min-width:1280px){.xl\:col-span-1{grid-column:span 1/span 1}.xl\:mx-0{margin-left:0;margin-right:0}.xl\:mt-\[24px\]{margin-top:24px}.xl\:mt-\[74px\]{margin-top:74px}.xl\:flex{display:flex}.xl\:max-w-\[100\%\]{max-width:100%}.xl\:max-w-\[400px\]{max-width:400px}.xl\:max-w-\[510px\]{max-width:510px}.xl\:max-w-\[none\],.xl\:max-w-none{max-width:none}.xl\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.xl\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.xl\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.xl\:items-start{align-items:flex-start}.xl\:gap-x-6{-moz-column-gap:1.5rem;column-gap:1.5rem}.xl\:text-\[24px\]{font-size:24px}}*,: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:rgb(59 130 246/0.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:rgb(59 130 246/0.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: }/*
! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com
*/*,:after,:before{box-sizing:border-box;border:0 solid #e5e7eb}:after,:before{--tw-content:""}:host,html{line-height:1.5;-webkit-text-size-adjust:100%;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,pre,samp{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dd,dl,figure,h1,h2,h3,h4,h5,h6,hr,p,pre{margin:0}fieldset{margin:0}fieldset,legend{padding:0}menu,ol,ul{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::placeholder,textarea::placeholder{color:#9ca3af}[role=button],button{cursor:pointer}:disabled{cursor:default}audio,canvas,embed,iframe,img,object,svg,video{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}[multiple],[type=date],[type=datetime-local],[type=email],[type=month],[type=number],[type=password],[type=search],[type=tel],[type=text],[type=time],[type=url],[type=week],input:where(:not([type])),select,textarea{appearance:none;background-color:#fff;border-color:#6b7280;border-width:1px;border-radius:0;padding:.5rem .75rem;font-size:1rem;line-height:1.5rem;--tw-shadow:0 0 #0000}[multiple]:focus,[type=date]:focus,[type=datetime-local]:focus,[type=email]:focus,[type=month]:focus,[type=number]:focus,[type=password]:focus,[type=search]:focus,[type=tel]:focus,[type=text]:focus,[type=time]:focus,[type=url]:focus,[type=week]:focus,input:where(:not([type])):focus,select:focus,textarea:focus{outline:2px solid transparent;outline-offset:2px;--tw-ring-inset:var(--tw-empty,/*!*/ /*!*/);--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:#2563eb;--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);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow);border-color:#2563eb}input::placeholder,textarea::placeholder{color:#6b7280;opacity:1}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-date-and-time-value{min-height:1.5em;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-meridiem-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-year-field{padding-top:0;padding-bottom:0}select{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");background-position:right .5rem center;background-repeat:no-repeat;background-size:1.5em 1.5em;padding-right:2.5rem;-webkit-print-color-adjust:exact;print-color-adjust:exact}[multiple],[size]:where(select:not([size="1"])){background-image:none;background-position:0 0;background-repeat:unset;background-size:initial;padding-right:.75rem;-webkit-print-color-adjust:unset;print-color-adjust:unset}[type=checkbox],[type=radio]{appearance:none;padding:0;-webkit-print-color-adjust:exact;print-color-adjust:exact;display:inline-block;vertical-align:middle;background-origin:border-box;-webkit-user-select:none;user-select:none;flex-shrink:0;height:1rem;width:1rem;color:#2563eb;background-color:#fff;border-color:#6b7280;border-width:1px;--tw-shadow:0 0 #0000}[type=checkbox]{border-radius:0}[type=radio]{border-radius:100%}[type=checkbox]:focus,[type=radio]:focus{outline:2px solid transparent;outline-offset:2px;--tw-ring-inset:var(--tw-empty,/*!*/ /*!*/);--tw-ring-offset-width:2px;--tw-ring-offset-color:#fff;--tw-ring-color:#2563eb;--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)}[type=checkbox]:checked,[type=radio]:checked{border-color:transparent;background-color:currentColor;background-size:100% 100%;background-position:50%;background-repeat:no-repeat}[type=checkbox]:checked{background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e")}@media (forced-colors:active){[type=checkbox]:checked{appearance:auto}}[type=radio]:checked{background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e")}@media (forced-colors:active){[type=radio]:checked{appearance:auto}}[type=checkbox]:checked:focus,[type=checkbox]:checked:hover,[type=radio]:checked:focus,[type=radio]:checked:hover{border-color:transparent;background-color:currentColor}[type=checkbox]:indeterminate{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");border-color:transparent;background-color:currentColor;background-size:100% 100%;background-position:50%;background-repeat:no-repeat}@media (forced-colors:active){[type=checkbox]:indeterminate{appearance:auto}}[type=checkbox]:indeterminate:focus,[type=checkbox]:indeterminate:hover{border-color:transparent;background-color:currentColor}[type=file]{background:unset;border-color:inherit;border-width:0;border-radius:0;padding:0;font-size:unset;line-height:inherit}[type=file]:focus{outline:1px solid ButtonText;outline:1px auto -webkit-focus-ring-color}.container{width:100%}@media (min-width:640px){.container{max-width:640px}}@media (min-width:680px){.container{max-width:680px}}@media (min-width:768px){.container{max-width:768px}}@media (min-width:770px){.container{max-width:770px}}@media (min-width:1024px){.container{max-width:1024px}}@media (min-width:1280px){.container{max-width:1280px}}@media (min-width:1536px){.container{max-width:1536px}}.prose{color:var(--tw-prose-body);max-width:65ch}.prose :where(p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em}.prose :where([class~=lead]):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-lead);font-size:1.25em;line-height:1.6;margin-top:1.2em;margin-bottom:1.2em}.prose :where(a):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-links);text-decoration:underline;font-weight:500}.prose :where(strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-bold);font-weight:600}.prose :where(a strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(blockquote strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(thead th strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(ol):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:decimal;margin-top:1.25em;margin-bottom:1.25em;padding-inline-start:1.625em}.prose :where(ol[type=A]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-alpha}.prose :where(ol[type=a]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-alpha}.prose :where(ol[type=A s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-alpha}.prose :where(ol[type=a s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-alpha}.prose :where(ol[type=I]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-roman}.prose :where(ol[type=i]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-roman}.prose :where(ol[type=I s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-roman}.prose :where(ol[type=i s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-roman}.prose :where(ol[type="1"]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:decimal}.prose :where(ul):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:disc;margin-top:1.25em;margin-bottom:1.25em;padding-inline-start:1.625em}.prose :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *))::marker{font-weight:400;color:var(--tw-prose-counters)}.prose :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *))::marker{color:var(--tw-prose-bullets)}.prose :where(dt):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;margin-top:1.25em}.prose :where(hr):not(:where([class~=not-prose],[class~=not-prose] *)){border-color:var(--tw-prose-hr);border-top-width:1px;margin-top:3em;margin-bottom:3em}.prose :where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:500;font-style:italic;color:var(--tw-prose-quotes);border-inline-start-width:.25rem;border-inline-start-color:var(--tw-prose-quote-borders);quotes:"\201C""\201D""\2018""\2019";margin-top:1.6em;margin-bottom:1.6em;padding-inline-start:1em}.prose :where(blockquote p:first-of-type):not(:where([class~=not-prose],[class~=not-prose] *)):before{content:open-quote}.prose :where(blockquote p:last-of-type):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:close-quote}.prose :where(h1):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:800;font-size:2.25em;margin-top:0;margin-bottom:.8888889em;line-height:1.1111111}.prose :where(h1 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:900;color:inherit}.prose :where(h2):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:700;font-size:1.5em;margin-top:2em;margin-bottom:1em;line-height:1.3333333}.prose :where(h2 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:800;color:inherit}.prose :where(h3):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;font-size:1.25em;margin-top:1.6em;margin-bottom:.6em;line-height:1.6}.prose :where(h3 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:700;color:inherit}.prose :where(h4):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;margin-top:1.5em;margin-bottom:.5em;line-height:1.5}.prose :where(h4 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:700;color:inherit}.prose :where(img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose :where(picture):not(:where([class~=not-prose],[class~=not-prose] *)){display:block;margin-top:2em;margin-bottom:2em}.prose :where(video):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose :where(kbd):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:500;font-family:inherit;color:var(--tw-prose-kbd);box-shadow:0 0 0 1px rgb(var(--tw-prose-kbd-shadows)/10%),0 3px 0 rgb(var(--tw-prose-kbd-shadows)/10%);font-size:.875em;border-radius:.3125rem;padding-top:.1875em;padding-inline-end:.375em;padding-bottom:.1875em;padding-inline-start:.375em}.prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-code);font-weight:600;font-size:.875em}.prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)):before{content:"`"}.prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:"`"}.prose :where(a code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(h1 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(h2 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-size:.875em}.prose :where(h3 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-size:.9em}.prose :where(h4 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(blockquote code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(thead th code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(pre):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-pre-code);background-color:var(--tw-prose-pre-bg);overflow-x:auto;font-weight:400;font-size:.875em;line-height:1.7142857;margin-top:1.7142857em;margin-bottom:1.7142857em;border-radius:.375rem;padding-top:.8571429em;padding-inline-end:1.1428571em;padding-bottom:.8571429em;padding-inline-start:1.1428571em}.prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)){background-color:transparent;border-width:0;border-radius:0;padding:0;font-weight:inherit;color:inherit;font-size:inherit;font-family:inherit;line-height:inherit}.prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)):before{content:none}.prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:none}.prose :where(table):not(:where([class~=not-prose],[class~=not-prose] *)){width:100%;table-layout:auto;margin-top:2em;margin-bottom:2em;font-size:.875em;line-height:1.7142857}.prose :where(thead):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:1px;border-bottom-color:var(--tw-prose-th-borders)}.prose :where(thead th):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;vertical-align:bottom;padding-inline-end:.5714286em;padding-bottom:.5714286em;padding-inline-start:.5714286em}.prose :where(tbody tr):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:1px;border-bottom-color:var(--tw-prose-td-borders)}.prose :where(tbody tr:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:0}.prose :where(tbody td):not(:where([class~=not-prose],[class~=not-prose] *)){vertical-align:baseline}.prose :where(tfoot):not(:where([class~=not-prose],[class~=not-prose] *)){border-top-width:1px;border-top-color:var(--tw-prose-th-borders)}.prose :where(tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){vertical-align:top}.prose :where(th,td):not(:where([class~=not-prose],[class~=not-prose] *)){text-align:start}.prose :where(figure>*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose :where(figcaption):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-captions);font-size:.875em;line-height:1.4285714;margin-top:.8571429em}.prose{--tw-prose-body:#374151;--tw-prose-headings:#111827;--tw-prose-lead:#4b5563;--tw-prose-links:#111827;--tw-prose-bold:#111827;--tw-prose-counters:#6b7280;--tw-prose-bullets:#d1d5db;--tw-prose-hr:#e5e7eb;--tw-prose-quotes:#111827;--tw-prose-quote-borders:#e5e7eb;--tw-prose-captions:#6b7280;--tw-prose-kbd:#111827;--tw-prose-kbd-shadows:17 24 39;--tw-prose-code:#111827;--tw-prose-pre-code:#e5e7eb;--tw-prose-pre-bg:#1f2937;--tw-prose-th-borders:#d1d5db;--tw-prose-td-borders:#e5e7eb;--tw-prose-invert-body:#d1d5db;--tw-prose-invert-headings:#fff;--tw-prose-invert-lead:#9ca3af;--tw-prose-invert-links:#fff;--tw-prose-invert-bold:#fff;--tw-prose-invert-counters:#9ca3af;--tw-prose-invert-bullets:#4b5563;--tw-prose-invert-hr:#374151;--tw-prose-invert-quotes:#f3f4f6;--tw-prose-invert-quote-borders:#374151;--tw-prose-invert-captions:#9ca3af;--tw-prose-invert-kbd:#fff;--tw-prose-invert-kbd-shadows:255 255 255;--tw-prose-invert-code:#fff;--tw-prose-invert-pre-code:#d1d5db;--tw-prose-invert-pre-bg:rgb(0 0 0/50%);--tw-prose-invert-th-borders:#4b5563;--tw-prose-invert-td-borders:#374151;font-size:1rem;line-height:1.75}.prose :where(picture>img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose :where(li):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5em;margin-bottom:.5em}.prose :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.375em}.prose :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.375em}.prose :where(.prose>ul>li p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose :where(.prose>ul>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em}.prose :where(.prose>ul>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.25em}.prose :where(.prose>ol>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em}.prose :where(.prose>ol>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.25em}.prose :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.75em;margin-bottom:.75em}.prose :where(dl):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em}.prose :where(dd):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5em;padding-inline-start:1.625em}.prose :where(hr+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(h2+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(h3+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(h4+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(thead th:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.prose :where(thead th:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.prose :where(tbody td,tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){padding-top:.5714286em;padding-inline-end:.5714286em;padding-bottom:.5714286em;padding-inline-start:.5714286em}.prose :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.prose :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.prose :where(figure):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose :where(.prose>:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(.prose>:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:0}.prose :where(.prose>ul>li>:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(.prose>ul>li>:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:0}.prose-sm{font-size:.875rem;line-height:1.7142857}.prose-sm :where(p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.1428571em;margin-bottom:1.1428571em}.prose-sm :where([class~=lead]):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:1.2857143em;line-height:1.5555556;margin-top:.8888889em;margin-bottom:.8888889em}.prose-sm :where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.3333333em;margin-bottom:1.3333333em;padding-inline-start:1.1111111em}.prose-sm :where(h1):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:2.1428571em;margin-top:0;margin-bottom:.8em;line-height:1.2}.prose-sm :where(h2):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:1.4285714em;margin-top:1.6em;margin-bottom:.8em;line-height:1.4}.prose-sm :where(h3):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:1.2857143em;margin-top:1.5555556em;margin-bottom:.4444444em;line-height:1.5555556}.prose-sm :where(h4):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.4285714em;margin-bottom:.5714286em;line-height:1.4285714}.prose-sm :where(img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.7142857em;margin-bottom:1.7142857em}.prose-sm :where(picture):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.7142857em;margin-bottom:1.7142857em}.prose-sm :where(picture>img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose-sm :where(video):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.7142857em;margin-bottom:1.7142857em}.prose-sm :where(kbd):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8571429em;border-radius:.3125rem;padding-top:.1428571em;padding-inline-end:.3571429em;padding-bottom:.1428571em;padding-inline-start:.3571429em}.prose-sm :where(code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8571429em}.prose-sm :where(h2 code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.9em}.prose-sm :where(h3 code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8888889em}.prose-sm :where(pre):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8571429em;line-height:1.6666667;margin-top:1.6666667em;margin-bottom:1.6666667em;border-radius:.25rem;padding-top:.6666667em;padding-inline-end:1em;padding-bottom:.6666667em;padding-inline-start:1em}.prose-sm :where(ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.1428571em;margin-bottom:1.1428571em;padding-inline-start:1.5714286em}.prose-sm :where(ul):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.1428571em;margin-bottom:1.1428571em;padding-inline-start:1.5714286em}.prose-sm :where(li):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.2857143em;margin-bottom:.2857143em}.prose-sm :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.4285714em}.prose-sm :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.4285714em}.prose-sm :where(.prose-sm>ul>li p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5714286em;margin-bottom:.5714286em}.prose-sm :where(.prose-sm>ul>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.1428571em}.prose-sm :where(.prose-sm>ul>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.1428571em}.prose-sm :where(.prose-sm>ol>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.1428571em}.prose-sm :where(.prose-sm>ol>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.1428571em}.prose-sm :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5714286em;margin-bottom:.5714286em}.prose-sm :where(dl):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.1428571em;margin-bottom:1.1428571em}.prose-sm :where(dt):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.1428571em}.prose-sm :where(dd):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.2857143em;padding-inline-start:1.5714286em}.prose-sm :where(hr):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2.8571429em;margin-bottom:2.8571429em}.prose-sm :where(hr+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-sm :where(h2+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-sm :where(h3+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-sm :where(h4+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-sm :where(table):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8571429em;line-height:1.5}.prose-sm :where(thead th):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:1em;padding-bottom:.6666667em;padding-inline-start:1em}.prose-sm :where(thead th:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.prose-sm :where(thead th:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.prose-sm :where(tbody td,tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){padding-top:.6666667em;padding-inline-end:1em;padding-bottom:.6666667em;padding-inline-start:1em}.prose-sm :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.prose-sm :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.prose-sm :where(figure):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.7142857em;margin-bottom:1.7142857em}.prose-sm :where(figure>*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose-sm :where(figcaption):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8571429em;line-height:1.3333333;margin-top:.6666667em}.prose-sm :where(.prose-sm>:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-sm :where(.prose-sm>:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:0}.prose-slate{--tw-prose-body:#334155;--tw-prose-headings:#0f172a;--tw-prose-lead:#475569;--tw-prose-links:#0f172a;--tw-prose-bold:#0f172a;--tw-prose-counters:#64748b;--tw-prose-bullets:#cbd5e1;--tw-prose-hr:#e2e8f0;--tw-prose-quotes:#0f172a;--tw-prose-quote-borders:#e2e8f0;--tw-prose-captions:#64748b;--tw-prose-kbd:#0f172a;--tw-prose-kbd-shadows:15 23 42;--tw-prose-code:#0f172a;--tw-prose-pre-code:#e2e8f0;--tw-prose-pre-bg:#1e293b;--tw-prose-th-borders:#cbd5e1;--tw-prose-td-borders:#e2e8f0;--tw-prose-invert-body:#cbd5e1;--tw-prose-invert-headings:#fff;--tw-prose-invert-lead:#94a3b8;--tw-prose-invert-links:#fff;--tw-prose-invert-bold:#fff;--tw-prose-invert-counters:#94a3b8;--tw-prose-invert-bullets:#475569;--tw-prose-invert-hr:#334155;--tw-prose-invert-quotes:#f1f5f9;--tw-prose-invert-quote-borders:#334155;--tw-prose-invert-captions:#94a3b8;--tw-prose-invert-kbd:#fff;--tw-prose-invert-kbd-shadows:255 255 255;--tw-prose-invert-code:#fff;--tw-prose-invert-pre-code:#cbd5e1;--tw-prose-invert-pre-bg:rgb(0 0 0/50%);--tw-prose-invert-th-borders:#475569;--tw-prose-invert-td-borders:#334155}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.pointer-events-none{pointer-events:none}.visible{visibility:visible}.invisible{visibility:hidden}.collapse{visibility:collapse}.static{position:static}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.sticky{position:sticky}.inset-0{inset:0}.inset-1{inset:.25rem}.inset-x-0{left:0;right:0}.inset-y-0{top:0;bottom:0}.-bottom-0\.5{bottom:-.125rem}.-bottom-2\.5{bottom:-.625rem}.-bottom-\[25px\]{bottom:-25px}.-left-5{left:-1.25rem}.-left-\[14px\]{left:-14px}.-left-\[36px\]{left:-36px}.-left-\[60px\]{left:-60px}.-right-1{right:-.25rem}.-right-1\.5{right:-.375rem}.-right-4{right:-1rem}.-right-\[108px\]{right:-108px}.-right-\[112px\]{right:-112px}.-right-\[50px\]{right:-50px}.-right-\[80px\]{right:-80px}.-top-2\.5{top:-.625rem}.-top-6{top:-1.5rem}.-top-\[20px\]{top:-20px}.bottom-0{bottom:0}.bottom-1\.5{bottom:.375rem}.bottom-3{bottom:.75rem}.bottom-4{bottom:1rem}.bottom-\[-4px\]{bottom:-4px}.bottom-\[10\%\]{bottom:10%}.left-0{left:0}.left-1{left:.25rem}.left-3\.5{left:.875rem}.left-4{left:1rem}.left-8{left:2rem}.right-0{right:0}.right-1{right:.25rem}.right-10{right:2.5rem}.right-2{right:.5rem}.right-3{right:.75rem}.right-4{right:1rem}.right-5{right:1.25rem}.right-\[-20px\]{right:-20px}.right-\[-23px\]{right:-23px}.right-\[-6\%\]{right:-6%}.right-\[0\]{right:0}.right-\[10\%\]{right:10%}.top-0{top:0}.top-1{top:.25rem}.top-1\/2{top:50%}.top-1\/3{top:33.333333%}.top-16{top:4rem}.top-2{top:.5rem}.top-3{top:.75rem}.top-3\.5{top:.875rem}.top-3\/4{top:75%}.top-4{top:1rem}.top-5{top:1.25rem}.top-6{top:1.5rem}.top-8{top:2rem}.top-\[25px\]{top:25px}.top-\[36px\]{top:36px}.top-\[3px\]{top:3px}.top-\[40\%\]{top:40%}.top-\[43px\]{top:43px}.top-\[4px\]{top:4px}.top-\[5\%\]{top:5%}.top-\[63px\]{top:63px}.top-\[80\%\]{top:80%}.top-\[87px\]{top:87px}.isolate{isolation:isolate}.z-0{z-index:0}.z-10{z-index:10}.z-20{z-index:20}.z-30{z-index:30}.z-40{z-index:40}.z-50{z-index:50}.z-\[1\]{z-index:1}.z-\[1px\]{z-index:1px}.z-\[6\]{z-index:6}.z-\[90\]{z-index:90}.order-1{order:1}.order-first{order:-9999}.col-span-1{grid-column:span 1/span 1}.col-span-2{grid-column:span 2/span 2}.col-span-full{grid-column:1/-1}.col-start-1{grid-column-start:1}.col-end-2{grid-column-end:2}.col-end-8{grid-column-end:8}.row-span-full{grid-row:1/-1}.row-start-1{grid-row-start:1}.row-end-1{grid-row-end:1}.float-right{float:right}.-m-1\.5{margin:-.375rem}.m-4{margin:1rem}.m-5{margin:1.25rem}.m-auto{margin:auto}.-mx-0\.5{margin-left:-.125rem;margin-right:-.125rem}.-mx-2{margin-left:-.5rem;margin-right:-.5rem}.-mx-4{margin-left:-1rem;margin-right:-1rem}.mx-0{margin-left:0;margin-right:0}.mx-0\.5{margin-left:.125rem;margin-right:.125rem}.mx-6{margin-left:1.5rem;margin-right:1.5rem}.mx-\[12px\]{margin-left:12px;margin-right:12px}.mx-auto{margin-left:auto;margin-right:auto}.my-10{margin-top:2.5rem;margin-bottom:2.5rem}.my-12{margin-top:3rem;margin-bottom:3rem}.my-16{margin-top:4rem;margin-bottom:4rem}.my-2{margin-top:.5rem;margin-bottom:.5rem}.my-3{margin-top:.75rem;margin-bottom:.75rem}.my-4{margin-top:1rem;margin-bottom:1rem}.my-5{margin-top:1.25rem;margin-bottom:1.25rem}.my-6{margin-top:1.5rem;margin-bottom:1.5rem}.my-7{margin-top:1.75rem;margin-bottom:1.75rem}.my-auto{margin-top:auto;margin-bottom:auto}.\!ml-0{margin-left:0!important}.-ml-14{margin-left:-3.5rem}.-ml-2{margin-left:-.5rem}.-ml-px{margin-left:-1px}.-mr-1{margin-right:-.25rem}.-mr-12{margin-right:-3rem}.-mr-2{margin-right:-.5rem}.-mt-2\.5{margin-top:-.625rem}.-mt-52{margin-top:-13rem}.mb-0{margin-bottom:0}.mb-1{margin-bottom:.25rem}.mb-10{margin-bottom:2.5rem}.mb-12{margin-bottom:3rem}.mb-16{margin-bottom:4rem}.mb-2{margin-bottom:.5rem}.mb-20{margin-bottom:5rem}.mb-24{margin-bottom:6rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-5{margin-bottom:1.25rem}.mb-6{margin-bottom:1.5rem}.mb-7{margin-bottom:1.75rem}.mb-8{margin-bottom:2rem}.mb-\[10px\]{margin-bottom:10px}.mb-\[12px\]{margin-bottom:12px}.mb-\[1px\]{margin-bottom:1px}.mb-\[22px\]{margin-bottom:22px}.mb-\[24px\]{margin-bottom:24px}.mb-\[65px\]{margin-bottom:65px}.mb-\[7px\]{margin-bottom:7px}.mb-\[82px\]{margin-bottom:82px}.ml-0{margin-left:0}.ml-0\.5{margin-left:.125rem}.ml-1{margin-left:.25rem}.ml-1\.5{margin-left:.375rem}.ml-2{margin-left:.5rem}.ml-3{margin-left:.75rem}.ml-4{margin-left:1rem}.ml-5{margin-left:1.25rem}.ml-6{margin-left:1.5rem}.ml-\[-3px\]{margin-left:-3px}.ml-\[18px\]{margin-left:18px}.ml-\[20px\]{margin-left:20px}.ml-\[58px\]{margin-left:58px}.ml-auto{margin-left:auto}.mr-0\.5{margin-right:.125rem}.mr-1{margin-right:.25rem}.mr-1\.5{margin-right:.375rem}.mr-2{margin-right:.5rem}.mr-3{margin-right:.75rem}.mr-4{margin-right:1rem}.mr-5{margin-right:1.25rem}.mr-6{margin-right:1.5rem}.mr-\[0\.5px\]{margin-right:.5px}.mr-\[10\%\]{margin-right:10%}.mr-\[13px\]{margin-right:13px}.mr-\[15px\]{margin-right:15px}.mr-\[1px\]{margin-right:1px}.mr-\[25\%\]{margin-right:25%}.mr-\[42px\]{margin-right:42px}.mr-\[8\%\]{margin-right:8%}.mt-0{margin-top:0}.mt-0\.5{margin-top:.125rem}.mt-1{margin-top:.25rem}.mt-1\.5{margin-top:.375rem}.mt-10{margin-top:2.5rem}.mt-11{margin-top:2.75rem}.mt-12{margin-top:3rem}.mt-14{margin-top:3.5rem}.mt-16{margin-top:4rem}.mt-2{margin-top:.5rem}.mt-20{margin-top:5rem}.mt-28{margin-top:7rem}.mt-3{margin-top:.75rem}.mt-32{margin-top:8rem}.mt-4{margin-top:1rem}.mt-40{margin-top:10rem}.mt-5{margin-top:1.25rem}.mt-6{margin-top:1.5rem}.mt-7{margin-top:1.75rem}.mt-8{margin-top:2rem}.mt-9{margin-top:2.25rem}.mt-\[11px\]{margin-top:11px}.mt-\[18px\]{margin-top:18px}.mt-\[20px\]{margin-top:20px}.mt-\[22px\]{margin-top:22px}.mt-\[24px\]{margin-top:24px}.mt-\[30px\]{margin-top:30px}.mt-\[4\.5px\]{margin-top:4.5px}.mt-\[48px\]{margin-top:48px}.mt-\[50px\]{margin-top:50px}.mt-\[5px\]{margin-top:5px}.mt-\[64px\]{margin-top:64px}.mt-\[75px\]{margin-top:75px}.mt-\[8px\]{margin-top:8px}.mt-auto{margin-top:auto}.mt-px{margin-top:1px}.box-content{box-sizing:content-box}.line-clamp-2{-webkit-line-clamp:2}.line-clamp-2,.line-clamp-3{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical}.line-clamp-3{-webkit-line-clamp:3}.line-clamp-4{-webkit-line-clamp:4}.line-clamp-4,.line-clamp-5{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical}.line-clamp-5{-webkit-line-clamp:5}.line-clamp-6{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:6}.block{display:block}.inline-block{display:inline-block}.inline{display:inline}.flex{display:flex}.inline-flex{display:inline-flex}.table{display:table}.grid{display:grid}.contents{display:contents}.hidden{display:none}.size-1\.5{width:.375rem;height:.375rem}.size-8{width:2rem;height:2rem}.\!h-\[23px\]{height:23px!important}.\!h-\[26px\]{height:26px!important}.\!h-\[37px\]{height:37px!important}.h-0{height:0}.h-0\.5{height:.125rem}.h-1{height:.25rem}.h-1\.5{height:.375rem}.h-10{height:2.5rem}.h-12{height:3rem}.h-14{height:3.5rem}.h-16{height:4rem}.h-2{height:.5rem}.h-2\.5{height:.625rem}.h-20{height:5rem}.h-24{height:6rem}.h-28{height:7rem}.h-3{height:.75rem}.h-3\.5{height:.875rem}.h-32{height:8rem}.h-4{height:1rem}.h-5{height:1.25rem}.h-52{height:13rem}.h-6{height:1.5rem}.h-7{height:1.75rem}.h-8{height:2rem}.h-9{height:2.25rem}.h-\[100\%\]{height:100%}.h-\[100px\]{height:100px}.h-\[14px\]{height:14px}.h-\[15px\]{height:15px}.h-\[16px\]{height:16px}.h-\[18px\]{height:18px}.h-\[24px\]{height:24px}.h-\[250px\]{height:250px}.h-\[267px\]{height:267px}.h-\[30px\]{height:30px}.h-\[31\.99px\]{height:31.99px}.h-\[31px\]{height:31px}.h-\[36px\]{height:36px}.h-\[387px\]{height:387px}.h-\[39px\]{height:39px}.h-\[calc\(100\%-40px\)\]{height:calc(100% - 40px)}.h-\[calc\(100\%-50\.5px\)\]{height:calc(100% - 50.5px)}.h-\[calc\(100\%-64px\)\]{height:calc(100% - 64px)}.h-auto{height:auto}.h-fit{height:fit-content}.h-full{height:100%}.\!max-h-\[250px\]{max-height:250px!important}.\!max-h-\[80px\]{max-height:80px!important}.max-h-0{max-height:0}.max-h-56{max-height:14rem}.max-h-60{max-height:15rem}.max-h-96{max-height:24rem}.max-h-\[170px\]{max-height:170px}.max-h-\[226px\]{max-height:226px}.max-h-\[228px\]{max-height:228px}.max-h-\[300px\]{max-height:300px}.max-h-\[340px\]{max-height:340px}.max-h-\[387px\]{max-height:387px}.max-h-\[416px\]{max-height:416px}.max-h-\[470px\]{max-height:470px}.max-h-full{max-height:100%}.\!min-h-\[0px\]{min-height:0!important}.\!min-h-\[80px\]{min-height:80px!important}.min-h-0{min-height:0}.min-h-4{min-height:1rem}.min-h-96{min-height:24rem}.min-h-\[108px\]{min-height:108px}.min-h-\[119px\]{min-height:119px}.min-h-\[150px\]{min-height:150px}.min-h-\[157px\]{min-height:157px}.min-h-\[200px\]{min-height:200px}.min-h-\[36px\]{min-height:36px}.min-h-\[400px\]{min-height:400px}.min-h-\[44px\]{min-height:44px}.min-h-\[600px\]{min-height:600px}.min-h-\[60vh\]{min-height:60vh}.min-h-\[90px\]{min-height:90px}.min-h-\[96px\]{min-height:96px}.min-h-full{min-height:100%}.min-h-screen{min-height:100vh}.\!w-\[26px\]{width:26px!important}.\!w-full{width:100%!important}.w-0{width:0}.w-0\.5{width:.125rem}.w-1\.5{width:.375rem}.w-1\/2{width:50%}.w-1\/4{width:25%}.w-10{width:2.5rem}.w-11{width:2.75rem}.w-12{width:3rem}.w-14{width:3.5rem}.w-16{width:4rem}.w-2{width:.5rem}.w-2\.5{width:.625rem}.w-20{width:5rem}.w-24{width:6rem}.w-3{width:.75rem}.w-3\.5{width:.875rem}.w-32{width:8rem}.w-36{width:9rem}.w-4{width:1rem}.w-5{width:1.25rem}.w-52{width:13rem}.w-56{width:14rem}.w-6{width:1.5rem}.w-60{width:15rem}.w-64{width:16rem}.w-7{width:1.75rem}.w-8{width:2rem}.w-9{width:2.25rem}.w-\[100\%\]{width:100%}.w-\[14px\]{width:14px}.w-\[15px\]{width:15px}.w-\[16px\]{width:16px}.w-\[243px\]{width:243px}.w-\[24px\]{width:24px}.w-\[2px\]{width:2px}.w-\[30px\]{width:30px}.w-\[330px\]{width:330px}.w-\[40px\]{width:40px}.w-\[650px\]{width:650px}.w-\[80vw\]{width:80vw}.w-\[82\%\]{width:82%}.w-auto{width:auto}.w-fit{width:fit-content}.w-full{width:100%}.w-max{width:max-content}.min-w-0{min-width:0}.min-w-\[16px\]{min-width:16px}.min-w-\[18px\]{min-width:18px}.min-w-\[260px\]{min-width:260px}.min-w-\[280px\]{min-width:280px}.min-w-\[290px\]{min-width:290px}.min-w-\[300px\]{min-width:300px}.min-w-\[320px\]{min-width:320px}.min-w-\[44px\]{min-width:44px}.min-w-\[64px\]{min-width:64px}.min-w-full{min-width:100%}.\!max-w-\[210px\]{max-width:210px!important}.\!max-w-sm{max-width:24rem!important}.max-w-2xl{max-width:42rem}.max-w-3xl{max-width:48rem}.max-w-4xl{max-width:56rem}.max-w-5xl{max-width:64rem}.max-w-6xl{max-width:72rem}.max-w-7xl{max-width:80rem}.max-w-8xl{max-width:90rem}.max-w-\[103px\]{max-width:103px}.max-w-\[104px\]{max-width:104px}.max-w-\[1204px\]{max-width:1204px}.max-w-\[150px\]{max-width:150px}.max-w-\[160px\]{max-width:160px}.max-w-\[166px\]{max-width:166px}.max-w-\[200px\]{max-width:200px}.max-w-\[210px\]{max-width:210px}.max-w-\[255px\]{max-width:255px}.max-w-\[280px\]{max-width:280px}.max-w-\[300px\]{max-width:300px}.max-w-\[303px\]{max-width:303px}.max-w-\[318px\]{max-width:318px}.max-w-\[325px\]{max-width:325px}.max-w-\[330px\]{max-width:330px}.max-w-\[340px\]{max-width:340px}.max-w-\[350px\]{max-width:350px}.max-w-\[400px\]{max-width:400px}.max-w-\[440px\]{max-width:440px}.max-w-\[468px\]{max-width:468px}.max-w-\[470px\]{max-width:470px}.max-w-\[500px\]{max-width:500px}.max-w-\[559px\]{max-width:559px}.max-w-\[600px\]{max-width:600px}.max-w-\[690px\]{max-width:690px}.max-w-\[700px\]{max-width:700px}.max-w-full{max-width:100%}.max-w-lg{max-width:32rem}.max-w-md{max-width:28rem}.max-w-none{max-width:none}.max-w-screen-2xl{max-width:1536px}.max-w-screen-sm{max-width:640px}.max-w-sm{max-width:24rem}.max-w-xl{max-width:36rem}.max-w-xs{max-width:20rem}.flex-1{flex:1 1 0%}.flex-auto{flex:1 1 auto}.flex-none{flex:none}.flex-shrink-0{flex-shrink:0}.shrink{flex-shrink:1}.shrink-0{flex-shrink:0}.flex-grow,.grow{flex-grow:1}.border-collapse{border-collapse:collapse}.border-spacing-0\.5{--tw-border-spacing-x:0.125rem;--tw-border-spacing-y:0.125rem;border-spacing:var(--tw-border-spacing-x) var(--tw-border-spacing-y)}.origin-top-right{transform-origin:top right}.-translate-x-full{--tw-translate-x:-100%}.-translate-x-full,.translate-x-0{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))}.translate-x-0{--tw-translate-x:0px}.translate-x-5{--tw-translate-x:1.25rem}.translate-x-5,.translate-y-0{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))}.translate-y-0{--tw-translate-y:0px}.translate-y-4{--tw-translate-y:1rem}.rotate-180,.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))}.rotate-180{--tw-rotate:180deg}.rotate-\[-180deg\]{--tw-rotate:-180deg}.rotate-\[-180deg\],.scale-100{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))}.scale-100{--tw-scale-x:1;--tw-scale-y:1}.scale-95{--tw-scale-x:.95;--tw-scale-y:.95}.scale-95,.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))}@keyframes pulse{50%{opacity:.5}}.animate-pulse{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}@keyframes spin{to{transform:rotate(1turn)}}.animate-spin{animation:spin 1s linear infinite}.cursor-default{cursor:default}.cursor-help{cursor:help}.cursor-not-allowed{cursor:not-allowed}.cursor-pointer{cursor:pointer}.select-none{-webkit-user-select:none;user-select:none}.-scroll-mt-72{scroll-margin-top:-18rem}.scroll-mt-20{scroll-margin-top:5rem}.scroll-mt-24{scroll-margin-top:6rem}.scroll-mt-28{scroll-margin-top:7rem}.scroll-py-3{scroll-padding-top:.75rem;scroll-padding-bottom:.75rem}.list-disc{list-style-type:disc}.list-none{list-style-type:none}.appearance-none{appearance:none}.grid-flow-row-dense{grid-auto-flow:row dense}.auto-rows-fr{grid-auto-rows:minmax(0,1fr)}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-7{grid-template-columns:repeat(7,minmax(0,1fr))}.grid-rows-1{grid-template-rows:repeat(1,minmax(0,1fr))}.flex-row{flex-direction:row}.flex-row-reverse{flex-direction:row-reverse}.flex-col{flex-direction:column}.flex-col-reverse{flex-direction:column-reverse}.flex-wrap{flex-wrap:wrap}.flex-wrap-reverse{flex-wrap:wrap-reverse}.content-center{align-content:center}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.items-center{align-items:center}.items-baseline{align-items:baseline}.justify-normal{justify-content:normal}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-evenly{justify-content:space-evenly}.gap-0{gap:0}.gap-1{gap:.25rem}.gap-10{gap:2.5rem}.gap-12{gap:3rem}.gap-16{gap:4rem}.gap-2{gap:.5rem}.gap-2\.5{gap:.625rem}.gap-28{gap:7rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-5{gap:1.25rem}.gap-6{gap:1.5rem}.gap-7{gap:1.75rem}.gap-8{gap:2rem}.gap-\[10px\]{gap:10px}.gap-\[2px\]{gap:2px}.gap-\[47px\]{gap:47px}.gap-\[7px\]{gap:7px}.gap-px{gap:1px}.gap-x-1{column-gap:.25rem}.gap-x-2{column-gap:.5rem}.gap-x-3{column-gap:.75rem}.gap-x-4{column-gap:1rem}.gap-x-6{column-gap:1.5rem}.gap-y-10{row-gap:2.5rem}.gap-y-14{row-gap:3.5rem}.gap-y-24{row-gap:6rem}.gap-y-5{row-gap:1.25rem}.gap-y-8{row-gap:2rem}.space-x-1>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(.25rem * var(--tw-space-x-reverse));margin-left:calc(.25rem * calc(1 - var(--tw-space-x-reverse)))}.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)))}.space-x-2>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(.5rem * var(--tw-space-x-reverse));margin-left:calc(.5rem * calc(1 - var(--tw-space-x-reverse)))}.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)))}.space-x-4>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(1rem * var(--tw-space-x-reverse));margin-left:calc(1rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-6>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(1.5rem * var(--tw-space-x-reverse));margin-left:calc(1.5rem * calc(1 - var(--tw-space-x-reverse)))}.space-y-1>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(.25rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.25rem * var(--tw-space-y-reverse))}.space-y-2>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem * var(--tw-space-y-reverse))}.space-y-3>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(.75rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.75rem * var(--tw-space-y-reverse))}.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))}.space-y-5>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.25rem * var(--tw-space-y-reverse))}.space-y-6>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.5rem * var(--tw-space-y-reverse))}.space-y-8>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(2rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(2rem * var(--tw-space-y-reverse))}.divide-x>:not([hidden])~:not([hidden]){--tw-divide-x-reverse:0;border-right-width:calc(1px * var(--tw-divide-x-reverse));border-left-width:calc(1px * calc(1 - var(--tw-divide-x-reverse)))}.divide-y-\[1px\]>:not([hidden])~:not([hidden]),.divide-y>:not([hidden])~:not([hidden]){--tw-divide-y-reverse:0;border-top-width:calc(1px * calc(1 - var(--tw-divide-y-reverse)));border-bottom-width:calc(1px * var(--tw-divide-y-reverse))}.divide-gray-100>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(243 244 246/var(--tw-divide-opacity,1))}.divide-gray-200>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(229 231 235/var(--tw-divide-opacity,1))}.divide-gray-350>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(194 197 190/var(--tw-divide-opacity,1))}.divide-primary-500>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(112 41 168/var(--tw-divide-opacity,1))}.self-start{align-self:flex-start}.self-center{align-self:center}.justify-self-center{justify-self:center}.overflow-auto{overflow:auto}.overflow-hidden{overflow:hidden}.overflow-x-auto{overflow-x:auto}.overflow-y-auto{overflow-y:auto}.overflow-x-hidden{overflow-x:hidden}.overflow-y-hidden{overflow-y:hidden}.truncate{overflow:hidden;white-space:nowrap}.text-ellipsis,.truncate{text-overflow:ellipsis}.whitespace-nowrap{white-space:nowrap}.whitespace-pre-wrap{white-space:pre-wrap}.text-nowrap{text-wrap:nowrap}.break-words{overflow-wrap:break-word}.\!rounded-lg{border-radius:.5rem!important}.rounded{border-radius:.25rem}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:.5rem}.rounded-md{border-radius:.375rem}.rounded-xl{border-radius:.75rem}.\!rounded-l-lg{border-top-left-radius:.5rem!important;border-bottom-left-radius:.5rem!important}.rounded-b-md{border-bottom-left-radius:.375rem}.rounded-b-md,.rounded-r-md{border-bottom-right-radius:.375rem}.rounded-r-md{border-top-right-radius:.375rem}.rounded-t-\[15px\]{border-top-left-radius:15px;border-top-right-radius:15px}.rounded-t-md{border-top-left-radius:.375rem;border-top-right-radius:.375rem}.rounded-bl-lg{border-bottom-left-radius:.5rem}.rounded-br-\[30px\]{border-bottom-right-radius:30px}.rounded-br-lg{border-bottom-right-radius:.5rem}.rounded-tl-lg{border-top-left-radius:.5rem}.rounded-tr-lg{border-top-right-radius:.5rem}.\!border-\[0\.5px\]{border-width:.5px!important}.border{border-width:1px}.border-0{border-width:0}.border-2{border-width:2px}.border-\[0\.25px\]{border-width:.25px}.border-\[0\.5px\]{border-width:.5px}.border-b{border-bottom-width:1px}.border-b-2{border-bottom-width:2px}.border-b-\[0\.5px\]{border-bottom-width:.5px}.border-b-\[1\.5px\]{border-bottom-width:1.5px}.border-l-4{border-left-width:4px}.border-r{border-right-width:1px}.border-r-\[0\.5px\]{border-right-width:.5px}.border-t{border-top-width:1px}.border-t-0{border-top-width:0}.border-t-\[0\.5px\]{border-top-width:.5px}.\!border-gray-370{--tw-border-opacity:1!important;border-color:rgb(148 149 146/var(--tw-border-opacity,1))!important}.\!border-red-600{--tw-border-opacity:1!important;border-color:rgb(220 38 38/var(--tw-border-opacity,1))!important}.border-blue-200{--tw-border-opacity:1;border-color:rgb(191 219 254/var(--tw-border-opacity,1))}.border-gray-200{--tw-border-opacity:1;border-color:rgb(229 231 235/var(--tw-border-opacity,1))}.border-gray-300{--tw-border-opacity:1;border-color:rgb(209 213 219/var(--tw-border-opacity,1))}.border-gray-350{--tw-border-opacity:1;border-color:rgb(194 197 190/var(--tw-border-opacity,1))}.border-gray-370{--tw-border-opacity:1;border-color:rgb(148 149 146/var(--tw-border-opacity,1))}.border-gray-400{--tw-border-opacity:1;border-color:rgb(156 163 175/var(--tw-border-opacity,1))}.border-green-150{--tw-border-opacity:1;border-color:rgb(217 237 180/var(--tw-border-opacity,1))}.border-primary-300{--tw-border-opacity:1;border-color:rgb(167 112 209/var(--tw-border-opacity,1))}.border-primary-500{--tw-border-opacity:1;border-color:rgb(112 41 168/var(--tw-border-opacity,1))}.border-red-600{--tw-border-opacity:1;border-color:rgb(220 38 38/var(--tw-border-opacity,1))}.border-transparent{border-color:transparent}.border-white{--tw-border-opacity:1;border-color:rgb(255 255 255/var(--tw-border-opacity,1))}.\!border-y-red-600{--tw-border-opacity:1!important;border-top-color:rgb(220 38 38/var(--tw-border-opacity,1))!important;border-bottom-color:rgb(220 38 38/var(--tw-border-opacity,1))!important}.\!border-l-red-600{--tw-border-opacity:1!important;border-left-color:rgb(220 38 38/var(--tw-border-opacity,1))!important}.\!border-r-gray-370{--tw-border-opacity:1!important;border-right-color:rgb(148 149 146/var(--tw-border-opacity,1))!important}.border-b-gray-350{--tw-border-opacity:1;border-bottom-color:rgb(194 197 190/var(--tw-border-opacity,1))}.border-b-primary-500{--tw-border-opacity:1;border-bottom-color:rgb(112 41 168/var(--tw-border-opacity,1))}.border-r-gray-370{--tw-border-opacity:1;border-right-color:rgb(148 149 146/var(--tw-border-opacity,1))}.border-t-gray-350{--tw-border-opacity:1;border-top-color:rgb(194 197 190/var(--tw-border-opacity,1))}.\!bg-primary-500{--tw-bg-opacity:1!important;background-color:rgb(112 41 168/var(--tw-bg-opacity,1))!important}.bg-\[\#7029A8\]{--tw-bg-opacity:1;background-color:rgb(112 41 168/var(--tw-bg-opacity,1))}.bg-amber-30{--tw-bg-opacity:1;background-color:rgb(255 255 243/var(--tw-bg-opacity,1))}.bg-black{--tw-bg-opacity:1;background-color:rgb(0 0 0/var(--tw-bg-opacity,1))}.bg-blue-100{--tw-bg-opacity:1;background-color:rgb(219 234 254/var(--tw-bg-opacity,1))}.bg-blue-400\/10{background-color:rgb(96 165 250/.1)}.bg-blue-50{--tw-bg-opacity:1;background-color:rgb(239 246 255/var(--tw-bg-opacity,1))}.bg-current{background-color:currentColor}.bg-darkWhite{--tw-bg-opacity:1;background-color:rgb(247 247 238/var(--tw-bg-opacity,1))}.bg-gray-100{--tw-bg-opacity:1;background-color:rgb(243 244 246/var(--tw-bg-opacity,1))}.bg-gray-150{--tw-bg-opacity:1;background-color:rgb(238 238 238/var(--tw-bg-opacity,1))}.bg-gray-200{--tw-bg-opacity:1;background-color:rgb(229 231 235/var(--tw-bg-opacity,1))}.bg-gray-250{--tw-bg-opacity:1;background-color:rgb(231 231 223/var(--tw-bg-opacity,1))}.bg-gray-300{--tw-bg-opacity:1;background-color:rgb(209 213 219/var(--tw-bg-opacity,1))}.bg-gray-350{--tw-bg-opacity:1;background-color:rgb(194 197 190/var(--tw-bg-opacity,1))}.bg-gray-370{--tw-bg-opacity:1;background-color:rgb(148 149 146/var(--tw-bg-opacity,1))}.bg-gray-50{--tw-bg-opacity:1;background-color:rgb(249 250 251/var(--tw-bg-opacity,1))}.bg-gray-600\/75{background-color:rgb(75 85 99/.75)}.bg-gray-900{--tw-bg-opacity:1;background-color:rgb(17 24 39/var(--tw-bg-opacity,1))}.bg-green-100{--tw-bg-opacity:1;background-color:rgb(220 252 231/var(--tw-bg-opacity,1))}.bg-green-150{--tw-bg-opacity:1;background-color:rgb(217 237 180/var(--tw-bg-opacity,1))}.bg-green-400\/10{background-color:rgb(74 222 128/.1)}.bg-green-50{--tw-bg-opacity:1;background-color:rgb(240 253 244/var(--tw-bg-opacity,1))}.bg-green-500{--tw-bg-opacity:1;background-color:rgb(34 197 94/var(--tw-bg-opacity,1))}.bg-green-75{--tw-bg-opacity:1;background-color:rgb(238 246 214/var(--tw-bg-opacity,1))}.bg-indigo-50{--tw-bg-opacity:1;background-color:rgb(238 242 255/var(--tw-bg-opacity,1))}.bg-indigo-600{--tw-bg-opacity:1;background-color:rgb(79 70 229/var(--tw-bg-opacity,1))}.bg-primary-300{--tw-bg-opacity:1;background-color:rgb(167 112 209/var(--tw-bg-opacity,1))}.bg-primary-300\/50{background-color:rgb(167 112 209/.5)}.bg-primary-500{--tw-bg-opacity:1;background-color:rgb(112 41 168/var(--tw-bg-opacity,1))}.bg-primary-500\/10{background-color:rgb(112 41 168/.1)}.bg-purple-500{--tw-bg-opacity:1;background-color:rgb(168 85 247/var(--tw-bg-opacity,1))}.bg-purple-600{--tw-bg-opacity:1;background-color:rgb(147 51 234/var(--tw-bg-opacity,1))}.bg-red-100{--tw-bg-opacity:1;background-color:rgb(254 226 226/var(--tw-bg-opacity,1))}.bg-red-50{--tw-bg-opacity:1;background-color:rgb(254 242 242/var(--tw-bg-opacity,1))}.bg-red-500{--tw-bg-opacity:1;background-color:rgb(239 68 68/var(--tw-bg-opacity,1))}.bg-red-600{--tw-bg-opacity:1;background-color:rgb(220 38 38/var(--tw-bg-opacity,1))}.bg-slate-900\/25{background-color:rgb(15 23 42/.25)}.bg-transparent{background-color:transparent}.bg-white{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1))}.bg-white\/20{background-color:rgb(255 255 255/.2)}.bg-yellow-100{--tw-bg-opacity:1;background-color:rgb(254 249 195/var(--tw-bg-opacity,1))}.bg-yellow-20{--tw-bg-opacity:1;background-color:rgb(255 255 250/var(--tw-bg-opacity,1))}.bg-yellow-250{--tw-bg-opacity:1;background-color:rgb(253 248 8/var(--tw-bg-opacity,1))}.bg-yellow-30{--tw-bg-opacity:1;background-color:rgb(255 255 248/var(--tw-bg-opacity,1))}.bg-yellow-50{--tw-bg-opacity:1;background-color:rgb(254 252 232/var(--tw-bg-opacity,1))}.bg-yellow-500{--tw-bg-opacity:1;background-color:rgb(234 179 8/var(--tw-bg-opacity,1))}.bg-yellow-550{--tw-bg-opacity:1;background-color:rgb(246 227 79/var(--tw-bg-opacity,1))}.\!bg-opacity-10{--tw-bg-opacity:0.1!important}.\!bg-opacity-5{--tw-bg-opacity:0.05!important}.bg-opacity-50{--tw-bg-opacity:0.5}.bg-gradient-to-br{background-image:linear-gradient(to bottom right,var(--tw-gradient-stops))}.bg-gradient-to-r{background-image:linear-gradient(to right,var(--tw-gradient-stops))}.bg-gradient-to-t{background-image:linear-gradient(to top,var(--tw-gradient-stops))}.from-blue-500{--tw-gradient-from:#3b82f6 var(--tw-gradient-from-position);--tw-gradient-to:rgb(59 130 246/0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-primary-500{--tw-gradient-from:#7029A8 var(--tw-gradient-from-position);--tw-gradient-to:rgb(112 41 168/0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-yellow-20{--tw-gradient-from:#FFFFFA var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 250/0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.to-blue-50{--tw-gradient-to:#eff6ff var(--tw-gradient-to-position)}.to-indigo-600{--tw-gradient-to:#4f46e5 var(--tw-gradient-to-position)}.to-primary-700{--tw-gradient-to:#5B2E7F var(--tw-gradient-to-position)}.to-transparent{--tw-gradient-to:transparent var(--tw-gradient-to-position)}.\!fill-primary-500{fill:#7029A8!important}.fill-gray-250{fill:#E7E7DF}.fill-gray-350{fill:#C2C5BE}.fill-gray-550{fill:#6D6E6C}.fill-gray-900{fill:#111827}.fill-inherit{fill:inherit}.fill-primary-300{fill:#A770D1}.fill-primary-500{fill:#7029A8}.fill-white{fill:#fff}.fill-yellow-250{fill:#FDF808}.stroke-current{stroke:currentColor}.object-contain{object-fit:contain}.object-cover{object-fit:cover}.object-fill{object-fit:fill}.\!p-\[6px\]{padding:6px!important}.p-0{padding:0}.p-1{padding:.25rem}.p-1\.5{padding:.375rem}.p-2{padding:.5rem}.p-20{padding:5rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-5{padding:1.25rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.p-\[17px\]{padding:17px}.\!px-\[14px\]{padding-left:14px!important;padding-right:14px!important}.\!py-\[8px\]{padding-top:8px!important;padding-bottom:8px!important}.px-1{padding-left:.25rem;padding-right:.25rem}.px-1\.5{padding-left:.375rem;padding-right:.375rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-2\.5{padding-left:.625rem;padding-right:.625rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-3\.5{padding-left:.875rem;padding-right:.875rem}.px-4{padding-left:1rem;padding-right:1rem}.px-5{padding-left:1.25rem;padding-right:1.25rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.px-7{padding-left:1.75rem;padding-right:1.75rem}.px-\[11px\]{padding-left:11px;padding-right:11px}.px-\[5\.5px\]{padding-left:5.5px;padding-right:5.5px}.py-0\.5{padding-top:.125rem;padding-bottom:.125rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-1\.5{padding-top:.375rem;padding-bottom:.375rem}.py-10{padding-top:2.5rem;padding-bottom:2.5rem}.py-12{padding-top:3rem;padding-bottom:3rem}.py-14{padding-top:3.5rem;padding-bottom:3.5rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-2\.5{padding-top:.625rem;padding-bottom:.625rem}.py-24{padding-top:6rem;padding-bottom:6rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-3\.5{padding-top:.875rem;padding-bottom:.875rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-5{padding-top:1.25rem;padding-bottom:1.25rem}.py-6{padding-top:1.5rem;padding-bottom:1.5rem}.py-8{padding-top:2rem;padding-bottom:2rem}.py-\[0\.5px\]{padding-top:.5px;padding-bottom:.5px}.py-\[1\.5px\]{padding-top:1.5px;padding-bottom:1.5px}.py-\[19px\]{padding-top:19px;padding-bottom:19px}.py-\[1px\]{padding-top:1px;padding-bottom:1px}.py-\[25px\]{padding-top:25px;padding-bottom:25px}.py-\[3px\]{padding-top:3px;padding-bottom:3px}.py-\[5px\]{padding-top:5px;padding-bottom:5px}.py-\[7px\]{padding-top:7px;padding-bottom:7px}.py-\[9px\]{padding-top:9px;padding-bottom:9px}.pb-10{padding-bottom:2.5rem}.pb-2{padding-bottom:.5rem}.pb-3{padding-bottom:.75rem}.pb-4{padding-bottom:1rem}.pb-5{padding-bottom:1.25rem}.pb-6{padding-bottom:1.5rem}.pb-\[13px\]{padding-bottom:13px}.pl-1{padding-left:.25rem}.pl-10{padding-left:2.5rem}.pl-11{padding-left:2.75rem}.pl-2{padding-left:.5rem}.pl-3{padding-left:.75rem}.pl-4{padding-left:1rem}.pl-5{padding-left:1.25rem}.pl-6{padding-left:1.5rem}.pl-8{padding-left:2rem}.pl-\[3px\]{padding-left:3px}.pr-10{padding-right:2.5rem}.pr-2{padding-right:.5rem}.pr-3{padding-right:.75rem}.pr-4{padding-right:1rem}.pr-5{padding-right:1.25rem}.pr-8{padding-right:2rem}.pr-9{padding-right:2.25rem}.pr-\[13px\]{padding-right:13px}.pr-\[3px\]{padding-right:3px}.pt-1{padding-top:.25rem}.pt-1\.5{padding-top:.375rem}.pt-11{padding-top:2.75rem}.pt-2{padding-top:.5rem}.pt-20{padding-top:5rem}.pt-4{padding-top:1rem}.pt-5{padding-top:1.25rem}.pt-6{padding-top:1.5rem}.pt-8{padding-top:2rem}.pt-\[10px\]{padding-top:10px}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.align-middle{vertical-align:middle}.align-bottom{vertical-align:bottom}.align-text-bottom{vertical-align:text-bottom}.font-merriweather{font-family:Merriweather,sans-serif}.\!text-\[11px\]{font-size:11px!important}.\!text-\[12px\]{font-size:12px!important}.\!text-base{font-size:1rem!important;line-height:1.5rem!important}.text-2xl{font-size:1.5rem;line-height:2rem}.text-3xl{font-size:1.875rem;line-height:2.25rem}.text-4xl{font-size:2.25rem;line-height:2.5rem}.text-5xl{font-size:3rem;line-height:1}.text-7xl{font-size:4.5rem;line-height:1}.text-8xl{font-size:6rem;line-height:1}.text-\[1\.75rem\]{font-size:1.75rem}.text-\[10px\]{font-size:10px}.text-\[11px\]{font-size:11px}.text-\[12px\]{font-size:12px}.text-\[13\.5px\]{font-size:13.5px}.text-\[13px\]{font-size:13px}.text-\[14px\]{font-size:14px}.text-\[15px\]{font-size:15px}.text-\[16px\]{font-size:16px}.text-\[17px\]{font-size:17px}.text-\[18px\]{font-size:18px}.text-\[20px\]{font-size:20px}.text-\[21px\]{font-size:21px}.text-\[22px\]{font-size:22px}.text-\[24px\]{font-size:24px}.text-\[25px\]{font-size:25px}.text-\[26px\]{font-size:26px}.text-\[28px\]{font-size:28px}.text-\[39px\]{font-size:39px}.text-\[70px\]{font-size:70px}.text-\[80px\]{font-size:80px}.text-\[8px\]{font-size:8px}.text-\[92px\]{font-size:92px}.text-base{font-size:1rem;line-height:1.5rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-xs{font-size:.75rem;line-height:1rem}.\!font-medium{font-weight:500!important}.font-bold{font-weight:700}.font-extrabold{font-weight:800}.font-medium{font-weight:500}.font-normal{font-weight:400}.font-semibold{font-weight:600}.uppercase{text-transform:uppercase}.lowercase{text-transform:lowercase}.capitalize{text-transform:capitalize}.italic{font-style:italic}.leading-10{line-height:2.5rem}.leading-5{line-height:1.25rem}.leading-6{line-height:1.5rem}.leading-7{line-height:1.75rem}.leading-8{line-height:2rem}.leading-\[13\.66px\]{line-height:13.66px}.leading-\[16\.33px\]{line-height:16.33px}.leading-\[2\.4rem\]{line-height:2.4rem}.leading-\[200\%\]{line-height:200%}.leading-\[20px\]{line-height:20px}.leading-\[24px\]{line-height:24px}.leading-\[25px\]{line-height:25px}.leading-\[30px\]{line-height:30px}.leading-\[6\.5rem\]{line-height:6.5rem}.leading-none{line-height:1}.leading-normal{line-height:1.5}.leading-relaxed{line-height:1.625}.leading-tight{line-height:1.25}.-tracking-\[7px\]{letter-spacing:-7px}.tracking-tight{letter-spacing:-.025em}.tracking-wider{letter-spacing:3px}.\!text-gray-550{--tw-text-opacity:1!important;color:rgb(109 110 108/var(--tw-text-opacity,1))!important}.\!text-primary-500{--tw-text-opacity:1!important;color:rgb(112 41 168/var(--tw-text-opacity,1))!important}.\!text-yellow-550{--tw-text-opacity:1!important;color:rgb(246 227 79/var(--tw-text-opacity,1))!important}.text-\[\#7029A8\]{--tw-text-opacity:1;color:rgb(112 41 168/var(--tw-text-opacity,1))}.text-\[\#FDF808\]{--tw-text-opacity:1;color:rgb(253 248 8/var(--tw-text-opacity,1))}.text-amber-30{--tw-text-opacity:1;color:rgb(255 255 243/var(--tw-text-opacity,1))}.text-black{--tw-text-opacity:1;color:rgb(0 0 0/var(--tw-text-opacity,1))}.text-blue-400{--tw-text-opacity:1;color:rgb(96 165 250/var(--tw-text-opacity,1))}.text-blue-500{--tw-text-opacity:1;color:rgb(59 130 246/var(--tw-text-opacity,1))}.text-blue-600{--tw-text-opacity:1;color:rgb(37 99 235/var(--tw-text-opacity,1))}.text-blue-700{--tw-text-opacity:1;color:rgb(29 78 216/var(--tw-text-opacity,1))}.text-blue-800{--tw-text-opacity:1;color:rgb(30 64 175/var(--tw-text-opacity,1))}.text-blue-900{--tw-text-opacity:1;color:rgb(30 58 138/var(--tw-text-opacity,1))}.text-darkWhite{--tw-text-opacity:1;color:rgb(247 247 238/var(--tw-text-opacity,1))}.text-gray-200{--tw-text-opacity:1;color:rgb(229 231 235/var(--tw-text-opacity,1))}.text-gray-300{--tw-text-opacity:1;color:rgb(209 213 219/var(--tw-text-opacity,1))}.text-gray-350{--tw-text-opacity:1;color:rgb(194 197 190/var(--tw-text-opacity,1))}.text-gray-370{--tw-text-opacity:1;color:rgb(148 149 146/var(--tw-text-opacity,1))}.text-gray-400{--tw-text-opacity:1;color:rgb(156 163 175/var(--tw-text-opacity,1))}.text-gray-500{--tw-text-opacity:1;color:rgb(107 114 128/var(--tw-text-opacity,1))}.text-gray-550{--tw-text-opacity:1;color:rgb(109 110 108/var(--tw-text-opacity,1))}.text-gray-600{--tw-text-opacity:1;color:rgb(75 85 99/var(--tw-text-opacity,1))}.text-gray-700{--tw-text-opacity:1;color:rgb(55 65 81/var(--tw-text-opacity,1))}.text-gray-750{--tw-text-opacity:1;color:rgb(40 40 40/var(--tw-text-opacity,1))}.text-gray-800{--tw-text-opacity:1;color:rgb(31 41 55/var(--tw-text-opacity,1))}.text-gray-850{--tw-text-opacity:1;color:rgb(25 25 25/var(--tw-text-opacity,1))}.text-gray-900{--tw-text-opacity:1;color:rgb(17 24 39/var(--tw-text-opacity,1))}.text-green-150{--tw-text-opacity:1;color:rgb(217 237 180/var(--tw-text-opacity,1))}.text-green-300{--tw-text-opacity:1;color:rgb(134 239 172/var(--tw-text-opacity,1))}.text-green-400{--tw-text-opacity:1;color:rgb(74 222 128/var(--tw-text-opacity,1))}.text-green-500{--tw-text-opacity:1;color:rgb(34 197 94/var(--tw-text-opacity,1))}.text-green-700{--tw-text-opacity:1;color:rgb(21 128 61/var(--tw-text-opacity,1))}.text-green-800{--tw-text-opacity:1;color:rgb(22 101 52/var(--tw-text-opacity,1))}.text-indigo-600{--tw-text-opacity:1;color:rgb(79 70 229/var(--tw-text-opacity,1))}.text-inherit{color:inherit}.text-primary-300{--tw-text-opacity:1;color:rgb(167 112 209/var(--tw-text-opacity,1))}.text-primary-500{--tw-text-opacity:1;color:rgb(112 41 168/var(--tw-text-opacity,1))}.text-primary-700{--tw-text-opacity:1;color:rgb(91 46 127/var(--tw-text-opacity,1))}.text-purple-500{--tw-text-opacity:1;color:rgb(168 85 247/var(--tw-text-opacity,1))}.text-purple-700{--tw-text-opacity:1;color:rgb(126 34 206/var(--tw-text-opacity,1))}.text-purple-800{--tw-text-opacity:1;color:rgb(107 33 168/var(--tw-text-opacity,1))}.text-red-500{--tw-text-opacity:1;color:rgb(239 68 68/var(--tw-text-opacity,1))}.text-red-600{--tw-text-opacity:1;color:rgb(220 38 38/var(--tw-text-opacity,1))}.text-red-700{--tw-text-opacity:1;color:rgb(185 28 28/var(--tw-text-opacity,1))}.text-red-800{--tw-text-opacity:1;color:rgb(153 27 27/var(--tw-text-opacity,1))}.text-slate-500{--tw-text-opacity:1;color:rgb(100 116 139/var(--tw-text-opacity,1))}.text-white{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.text-yellow-20{--tw-text-opacity:1;color:rgb(255 255 250/var(--tw-text-opacity,1))}.text-yellow-250{--tw-text-opacity:1;color:rgb(253 248 8/var(--tw-text-opacity,1))}.text-yellow-400{--tw-text-opacity:1;color:rgb(250 204 21/var(--tw-text-opacity,1))}.text-yellow-550{--tw-text-opacity:1;color:rgb(246 227 79/var(--tw-text-opacity,1))}.text-yellow-700{--tw-text-opacity:1;color:rgb(161 98 7/var(--tw-text-opacity,1))}.text-yellow-800{--tw-text-opacity:1;color:rgb(133 77 14/var(--tw-text-opacity,1))}.underline{text-decoration-line:underline}.line-through{text-decoration-line:line-through}.decoration-1{text-decoration-thickness:1px}.placeholder-gray-350::placeholder{--tw-placeholder-opacity:1;color:rgb(194 197 190/var(--tw-placeholder-opacity,1))}.placeholder-gray-400::placeholder{--tw-placeholder-opacity:1;color:rgb(156 163 175/var(--tw-placeholder-opacity,1))}.\!opacity-100{opacity:1!important}.opacity-0{opacity:0}.opacity-100{opacity:1}.opacity-25{opacity:.25}.opacity-30{opacity:.3}.opacity-50{opacity:.5}.opacity-75{opacity:.75}.opacity-80{opacity:.8}.opacity-90{opacity:.9}.shadow{--tw-shadow:0 1px 3px 0 rgb(0 0 0/0.1),0 1px 2px -1px rgb(0 0 0/0.1);--tw-shadow-colored:0 1px 3px 0 var(--tw-shadow-color),0 1px 2px -1px var(--tw-shadow-color)}.shadow,.shadow-2xl{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-2xl{--tw-shadow:0 25px 50px -12px rgb(0 0 0/0.25);--tw-shadow-colored:0 25px 50px -12px var(--tw-shadow-color)}.shadow-lg{--tw-shadow:0 10px 15px -3px rgb(0 0 0/0.1),0 4px 6px -4px rgb(0 0 0/0.1);--tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color),0 4px 6px -4px var(--tw-shadow-color)}.shadow-lg,.shadow-md{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-md{--tw-shadow:0px 4px 4px 0px rgba(0,0,0,0.25);--tw-shadow-colored:0px 4px 4px 0px var(--tw-shadow-color)}.shadow-sm{--tw-shadow:0 1px 2px 0 rgb(0 0 0/0.05);--tw-shadow-colored:0 1px 2px 0 var(--tw-shadow-color)}.shadow-sm,.shadow-xl{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-xl{--tw-shadow:0 20px 25px -5px rgb(0 0 0/0.1),0 8px 10px -6px rgb(0 0 0/0.1);--tw-shadow-colored:0 20px 25px -5px var(--tw-shadow-color),0 8px 10px -6px var(--tw-shadow-color)}.\!outline-none{outline:2px solid transparent!important;outline-offset:2px!important}.outline-none{outline:2px solid transparent;outline-offset:2px}.outline{outline-style:solid}.ring-0{--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(0px + var(--tw-ring-offset-width)) var(--tw-ring-color)}.ring-0,.ring-1{box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.ring-1{--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)}.ring-\[0\.5px\]{--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(0.5px + 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)}.ring-inset{--tw-ring-inset:inset}.ring-black{--tw-ring-opacity:1;--tw-ring-color:rgb(0 0 0/var(--tw-ring-opacity,1))}.ring-black\/5{--tw-ring-color:rgb(0 0 0/0.05)}.ring-gray-100{--tw-ring-opacity:1;--tw-ring-color:rgb(243 244 246/var(--tw-ring-opacity,1))}.ring-gray-200{--tw-ring-opacity:1;--tw-ring-color:rgb(229 231 235/var(--tw-ring-opacity,1))}.ring-gray-300{--tw-ring-opacity:1;--tw-ring-color:rgb(209 213 219/var(--tw-ring-opacity,1))}.ring-gray-370{--tw-ring-opacity:1;--tw-ring-color:rgb(148 149 146/var(--tw-ring-opacity,1))}.ring-primary-300{--tw-ring-opacity:1;--tw-ring-color:rgb(167 112 209/var(--tw-ring-opacity,1))}.ring-primary-500{--tw-ring-opacity:1;--tw-ring-color:rgb(112 41 168/var(--tw-ring-opacity,1))}.ring-red-600{--tw-ring-opacity:1;--tw-ring-color:rgb(220 38 38/var(--tw-ring-opacity,1))}.ring-slate-900\/5{--tw-ring-color:rgb(15 23 42/0.05)}.ring-opacity-5{--tw-ring-opacity:0.05}.blur{--tw-blur:blur(8px)}.blur,.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)}.backdrop-blur{--tw-backdrop-blur:blur(8px);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.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}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-opacity{transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-shadow{transition-property:box-shadow;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-transform{transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.duration-100{transition-duration:.1s}.duration-150{transition-duration:.15s}.duration-200{transition-duration:.2s}.duration-300{transition-duration:.3s}.duration-500{transition-duration:.5s}.duration-75{transition-duration:75ms}.ease-in{transition-timing-function:cubic-bezier(.4,0,1,1)}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}.ease-linear{transition-timing-function:linear}.ease-out{transition-timing-function:cubic-bezier(0,0,.2,1)}.\[overflow-anchor\:none\]{overflow-anchor:none}.dark\:prose-invert:is(.dark *){--tw-prose-body:var(--tw-prose-invert-body);--tw-prose-headings:var(--tw-prose-invert-headings);--tw-prose-lead:var(--tw-prose-invert-lead);--tw-prose-links:var(--tw-prose-invert-links);--tw-prose-bold:var(--tw-prose-invert-bold);--tw-prose-counters:var(--tw-prose-invert-counters);--tw-prose-bullets:var(--tw-prose-invert-bullets);--tw-prose-hr:var(--tw-prose-invert-hr);--tw-prose-quotes:var(--tw-prose-invert-quotes);--tw-prose-quote-borders:var(--tw-prose-invert-quote-borders);--tw-prose-captions:var(--tw-prose-invert-captions);--tw-prose-kbd:var(--tw-prose-invert-kbd);--tw-prose-kbd-shadows:var(--tw-prose-invert-kbd-shadows);--tw-prose-code:var(--tw-prose-invert-code);--tw-prose-pre-code:var(--tw-prose-invert-pre-code);--tw-prose-pre-bg:var(--tw-prose-invert-pre-bg);--tw-prose-th-borders:var(--tw-prose-invert-th-borders);--tw-prose-td-borders:var(--tw-prose-invert-td-borders)}.file\:mr-4::file-selector-button{margin-right:1rem}.file\:rounded-md::file-selector-button{border-radius:.375rem}.file\:border-0::file-selector-button{border-width:0}.file\:bg-blue-500::file-selector-button{--tw-bg-opacity:1;background-color:rgb(59 130 246/var(--tw-bg-opacity,1))}.file\:px-4::file-selector-button{padding-left:1rem;padding-right:1rem}.file\:py-2::file-selector-button{padding-top:.5rem;padding-bottom:.5rem}.file\:text-sm::file-selector-button{font-size:.875rem;line-height:1.25rem}.file\:font-semibold::file-selector-button{font-weight:600}.file\:text-white::file-selector-button{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.placeholder\:text-sm::placeholder{font-size:.875rem;line-height:1.25rem}.placeholder\:font-bold::placeholder{font-weight:700}.placeholder\:text-gray-400::placeholder{--tw-text-opacity:1;color:rgb(156 163 175/var(--tw-text-opacity,1))}.placeholder\:text-primary-300::placeholder{--tw-text-opacity:1;color:rgb(167 112 209/var(--tw-text-opacity,1))}.after\:absolute:after{content:var(--tw-content);position:absolute}.after\:bottom-0:after{content:var(--tw-content);bottom:0}.after\:left-0:after{content:var(--tw-content);left:0}.after\:right-0:after{content:var(--tw-content);right:0}.after\:h-0\.5:after{content:var(--tw-content);height:.125rem}.after\:bg-green-150:after{content:var(--tw-content);--tw-bg-opacity:1;background-color:rgb(217 237 180/var(--tw-bg-opacity,1))}.after\:content-\[\'\'\]:after{--tw-content:"";content:var(--tw-content)}.after\:content-\[\'_\1F447\'\]:after{--tw-content:" 👇";content:var(--tw-content)}.hover\:border-gray-300:hover{--tw-border-opacity:1;border-color:rgb(209 213 219/var(--tw-border-opacity,1))}.hover\:border-primary-300:hover{--tw-border-opacity:1;border-color:rgb(167 112 209/var(--tw-border-opacity,1))}.hover\:bg-\[\#5a2186\]:hover{--tw-bg-opacity:1;background-color:rgb(90 33 134/var(--tw-bg-opacity,1))}.hover\:bg-amber-30:hover{--tw-bg-opacity:1;background-color:rgb(255 255 243/var(--tw-bg-opacity,1))}.hover\:bg-blue-100:hover{--tw-bg-opacity:1;background-color:rgb(219 234 254/var(--tw-bg-opacity,1))}.hover\:bg-gray-100:hover{--tw-bg-opacity:1;background-color:rgb(243 244 246/var(--tw-bg-opacity,1))}.hover\:bg-gray-250\/60:hover{background-color:rgb(231 231 223/.6)}.hover\:bg-gray-50:hover{--tw-bg-opacity:1;background-color:rgb(249 250 251/var(--tw-bg-opacity,1))}.hover\:bg-green-150:hover{--tw-bg-opacity:1;background-color:rgb(217 237 180/var(--tw-bg-opacity,1))}.hover\:bg-indigo-700:hover{--tw-bg-opacity:1;background-color:rgb(67 56 202/var(--tw-bg-opacity,1))}.hover\:bg-primary-300:hover{--tw-bg-opacity:1;background-color:rgb(167 112 209/var(--tw-bg-opacity,1))}.hover\:bg-primary-700:hover{--tw-bg-opacity:1;background-color:rgb(91 46 127/var(--tw-bg-opacity,1))}.hover\:bg-red-200:hover{--tw-bg-opacity:1;background-color:rgb(254 202 202/var(--tw-bg-opacity,1))}.hover\:bg-red-700:hover{--tw-bg-opacity:1;background-color:rgb(185 28 28/var(--tw-bg-opacity,1))}.hover\:text-gray-500:hover{--tw-text-opacity:1;color:rgb(107 114 128/var(--tw-text-opacity,1))}.hover\:text-gray-550:hover{--tw-text-opacity:1;color:rgb(109 110 108/var(--tw-text-opacity,1))}.hover\:text-gray-700:hover{--tw-text-opacity:1;color:rgb(55 65 81/var(--tw-text-opacity,1))}.hover\:text-gray-900:hover{--tw-text-opacity:1;color:rgb(17 24 39/var(--tw-text-opacity,1))}.hover\:text-green-150:hover{--tw-text-opacity:1;color:rgb(217 237 180/var(--tw-text-opacity,1))}.hover\:text-primary-300:hover{--tw-text-opacity:1;color:rgb(167 112 209/var(--tw-text-opacity,1))}.hover\:text-primary-500:hover{--tw-text-opacity:1;color:rgb(112 41 168/var(--tw-text-opacity,1))}.hover\:text-primary-700:hover{--tw-text-opacity:1;color:rgb(91 46 127/var(--tw-text-opacity,1))}.hover\:text-primary-800:hover{--tw-text-opacity:1;color:rgb(63 21 90/var(--tw-text-opacity,1))}.hover\:text-red-500:hover{--tw-text-opacity:1;color:rgb(239 68 68/var(--tw-text-opacity,1))}.hover\:text-red-600:hover{--tw-text-opacity:1;color:rgb(220 38 38/var(--tw-text-opacity,1))}.hover\:text-slate-700:hover{--tw-text-opacity:1;color:rgb(51 65 85/var(--tw-text-opacity,1))}.hover\:underline:hover{text-decoration-line:underline}.hover\:opacity-100:hover{opacity:1}.hover\:opacity-70:hover{opacity:.7}.hover\:opacity-75:hover{opacity:.75}.hover\:opacity-80:hover{opacity:.8}.hover\:opacity-90:hover{opacity:.9}.hover\:shadow:hover{--tw-shadow:0 1px 3px 0 rgb(0 0 0/0.1),0 1px 2px -1px rgb(0 0 0/0.1);--tw-shadow-colored:0 1px 3px 0 var(--tw-shadow-color),0 1px 2px -1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.hover\:shadow-dark:hover{--tw-shadow:0 0 9px 2px #a770d1;--tw-shadow-colored:0 0 9px 2px var(--tw-shadow-color)}.hover\:shadow-dark:hover,.hover\:shadow-light:hover{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.hover\:shadow-light:hover{--tw-shadow:0 0 9px 2px rgba(255,255,0,0.7);--tw-shadow-colored:0 0 9px 2px var(--tw-shadow-color)}.hover\:shadow-md:hover{--tw-shadow:0px 4px 4px 0px rgba(0,0,0,0.25);--tw-shadow-colored:0px 4px 4px 0px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.hover\:outline:hover{outline-style:solid}.hover\:outline-1:hover{outline-width:1px}.hover\:outline-primary-500:hover{outline-color:#7029A8}.hover\:ring-primary-700:hover{--tw-ring-opacity:1;--tw-ring-color:rgb(91 46 127/var(--tw-ring-opacity,1))}.hover\:ring-slate-900\/10:hover{--tw-ring-color:rgb(15 23 42/0.1)}.hover\:file\:bg-blue-600::file-selector-button:hover{--tw-bg-opacity:1;background-color:rgb(37 99 235/var(--tw-bg-opacity,1))}.focus\:z-10:focus{z-index:10}.focus\:border-primary-500:focus{--tw-border-opacity:1;border-color:rgb(112 41 168/var(--tw-border-opacity,1))}.focus\:bg-gray-250\/75:focus{background-color:rgb(231 231 223/.75)}.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.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)}.focus\:ring-inset:focus{--tw-ring-inset:inset}.focus\:ring-blue-500:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(59 130 246/var(--tw-ring-opacity,1))}.focus\:ring-indigo-500:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(99 102 241/var(--tw-ring-opacity,1))}.focus\:ring-indigo-600:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(79 70 229/var(--tw-ring-opacity,1))}.focus\:ring-primary-500:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(112 41 168/var(--tw-ring-opacity,1))}.focus\:ring-red-500:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(239 68 68/var(--tw-ring-opacity,1))}.focus\:ring-white:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(255 255 255/var(--tw-ring-opacity,1))}.focus\:ring-opacity-50:focus{--tw-ring-opacity:0.5}.focus\:ring-offset-2:focus{--tw-ring-offset-width:2px}.focus\:ring-offset-gray-100:focus{--tw-ring-offset-color:#f3f4f6}.disabled\:cursor-not-allowed:disabled{cursor:not-allowed}.disabled\:bg-gray-150:disabled{--tw-bg-opacity:1;background-color:rgb(238 238 238/var(--tw-bg-opacity,1))}.disabled\:bg-gray-250:disabled{--tw-bg-opacity:1;background-color:rgb(231 231 223/var(--tw-bg-opacity,1))}.disabled\:text-gray-350:disabled{--tw-text-opacity:1;color:rgb(194 197 190/var(--tw-text-opacity,1))}.disabled\:ring-gray-350:disabled{--tw-ring-opacity:1;--tw-ring-color:rgb(194 197 190/var(--tw-ring-opacity,1))}.group:hover .group-hover\:translate-x-1{--tw-translate-x:0.25rem;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))}.group:hover .group-hover\:border-gray-400{--tw-border-opacity:1;border-color:rgb(156 163 175/var(--tw-border-opacity,1))}.group:hover .group-hover\:bg-gray-300{--tw-bg-opacity:1;background-color:rgb(209 213 219/var(--tw-bg-opacity,1))}.group:hover .group-hover\:bg-primary-700{--tw-bg-opacity:1;background-color:rgb(91 46 127/var(--tw-bg-opacity,1))}.group:hover .group-hover\:text-blue-700{--tw-text-opacity:1;color:rgb(29 78 216/var(--tw-text-opacity,1))}.group:hover .group-hover\:text-gray-500{--tw-text-opacity:1;color:rgb(107 114 128/var(--tw-text-opacity,1))}.group:hover .group-hover\:text-primary-500{--tw-text-opacity:1;color:rgb(112 41 168/var(--tw-text-opacity,1))}.group:hover .group-hover\:opacity-100{opacity:1}.group[data-collapse-collapsed] .group-\[\[data-collapse-collapsed\]\]\:mr-0{margin-right:0}.group[data-collapse-collapsed] .group-\[\[data-collapse-collapsed\]\]\:rotate-0{--tw-rotate:0deg;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))}@media (prefers-reduced-motion:reduce){.motion-reduce\:transition-none{transition-property:none}}.dark\:divide-gray-550:is(.dark *)>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(109 110 108/var(--tw-divide-opacity,1))}.dark\:divide-gray-600:is(.dark *)>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(75 85 99/var(--tw-divide-opacity,1))}.dark\:divide-yellow-550:is(.dark *)>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(246 227 79/var(--tw-divide-opacity,1))}.dark\:border:is(.dark *){border-width:1px}.dark\:border-0:is(.dark *){border-width:0}.dark\:border-blue-800:is(.dark *){--tw-border-opacity:1;border-color:rgb(30 64 175/var(--tw-border-opacity,1))}.dark\:border-gray-370:is(.dark *){--tw-border-opacity:1;border-color:rgb(148 149 146/var(--tw-border-opacity,1))}.dark\:border-gray-550:is(.dark *){--tw-border-opacity:1;border-color:rgb(109 110 108/var(--tw-border-opacity,1))}.dark\:border-gray-600:is(.dark *){--tw-border-opacity:1;border-color:rgb(75 85 99/var(--tw-border-opacity,1))}.dark\:border-gray-700:is(.dark *){--tw-border-opacity:1;border-color:rgb(55 65 81/var(--tw-border-opacity,1))}.dark\:border-gray-850:is(.dark *){--tw-border-opacity:1;border-color:rgb(25 25 25/var(--tw-border-opacity,1))}.dark\:border-green-75:is(.dark *){--tw-border-opacity:1;border-color:rgb(238 246 214/var(--tw-border-opacity,1))}.dark\:border-primary-300:is(.dark *){--tw-border-opacity:1;border-color:rgb(167 112 209/var(--tw-border-opacity,1))}.dark\:border-yellow-550:is(.dark *){--tw-border-opacity:1;border-color:rgb(246 227 79/var(--tw-border-opacity,1))}.dark\:border-b-gray-550:is(.dark *){--tw-border-opacity:1;border-bottom-color:rgb(109 110 108/var(--tw-border-opacity,1))}.dark\:border-b-yellow-250:is(.dark *){--tw-border-opacity:1;border-bottom-color:rgb(253 248 8/var(--tw-border-opacity,1))}.dark\:border-r-gray-550:is(.dark *){--tw-border-opacity:1;border-right-color:rgb(109 110 108/var(--tw-border-opacity,1))}.dark\:border-t-gray-370:is(.dark *){--tw-border-opacity:1;border-top-color:rgb(148 149 146/var(--tw-border-opacity,1))}.dark\:\!bg-transparent:is(.dark *){background-color:transparent!important}.dark\:\!bg-yellow-250:is(.dark *){--tw-bg-opacity:1!important;background-color:rgb(253 248 8/var(--tw-bg-opacity,1))!important}.dark\:\!bg-yellow-550:is(.dark *){--tw-bg-opacity:1!important;background-color:rgb(246 227 79/var(--tw-bg-opacity,1))!important}.dark\:bg-\[\#EADB2A\]:is(.dark *){--tw-bg-opacity:1;background-color:rgb(234 219 42/var(--tw-bg-opacity,1))}.dark\:bg-amber-30:is(.dark *){--tw-bg-opacity:1;background-color:rgb(255 255 243/var(--tw-bg-opacity,1))}.dark\:bg-black:is(.dark *){--tw-bg-opacity:1;background-color:rgb(0 0 0/var(--tw-bg-opacity,1))}.dark\:bg-black\/70:is(.dark *){background-color:rgb(0 0 0/.7)}.dark\:bg-blue-900\/20:is(.dark *){background-color:rgb(30 58 138/.2)}.dark\:bg-gray-350:is(.dark *){--tw-bg-opacity:1;background-color:rgb(194 197 190/var(--tw-bg-opacity,1))}.dark\:bg-gray-350\/50:is(.dark *){background-color:rgb(194 197 190/.5)}.dark\:bg-gray-50:is(.dark *){--tw-bg-opacity:1;background-color:rgb(249 250 251/var(--tw-bg-opacity,1))}.dark\:bg-gray-550:is(.dark *){--tw-bg-opacity:1;background-color:rgb(109 110 108/var(--tw-bg-opacity,1))}.dark\:bg-gray-700:is(.dark *){--tw-bg-opacity:1;background-color:rgb(55 65 81/var(--tw-bg-opacity,1))}.dark\:bg-gray-700\/50:is(.dark *){background-color:rgb(55 65 81/.5)}.dark\:bg-gray-750:is(.dark *){--tw-bg-opacity:1;background-color:rgb(40 40 40/var(--tw-bg-opacity,1))}.dark\:bg-gray-800:is(.dark *){--tw-bg-opacity:1;background-color:rgb(31 41 55/var(--tw-bg-opacity,1))}.dark\:bg-gray-850:is(.dark *){--tw-bg-opacity:1;background-color:rgb(25 25 25/var(--tw-bg-opacity,1))}.dark\:bg-gray-900:is(.dark *){--tw-bg-opacity:1;background-color:rgb(17 24 39/var(--tw-bg-opacity,1))}.dark\:bg-green-150:is(.dark *){--tw-bg-opacity:1;background-color:rgb(217 237 180/var(--tw-bg-opacity,1))}.dark\:bg-green-400:is(.dark *){--tw-bg-opacity:1;background-color:rgb(74 222 128/var(--tw-bg-opacity,1))}.dark\:bg-green-900\/20:is(.dark *){background-color:rgb(20 83 45/.2)}.dark\:bg-primary-300:is(.dark *){--tw-bg-opacity:1;background-color:rgb(167 112 209/var(--tw-bg-opacity,1))}.dark\:bg-primary-500:is(.dark *){--tw-bg-opacity:1;background-color:rgb(112 41 168/var(--tw-bg-opacity,1))}.dark\:bg-red-700:is(.dark *){--tw-bg-opacity:1;background-color:rgb(185 28 28/var(--tw-bg-opacity,1))}.dark\:bg-red-800\/20:is(.dark *){background-color:rgb(153 27 27/.2)}.dark\:bg-red-900:is(.dark *){--tw-bg-opacity:1;background-color:rgb(127 29 29/var(--tw-bg-opacity,1))}.dark\:bg-red-900\/20:is(.dark *){background-color:rgb(127 29 29/.2)}.dark\:bg-slate-700:is(.dark *){--tw-bg-opacity:1;background-color:rgb(51 65 85/var(--tw-bg-opacity,1))}.dark\:bg-white\/25:is(.dark *){background-color:rgb(255 255 255/.25)}.dark\:bg-yellow-450:is(.dark *){--tw-bg-opacity:1;background-color:rgb(234 219 42/var(--tw-bg-opacity,1))}.dark\:bg-yellow-500:is(.dark *){--tw-bg-opacity:1;background-color:rgb(234 179 8/var(--tw-bg-opacity,1))}.dark\:bg-yellow-550:is(.dark *){--tw-bg-opacity:1;background-color:rgb(246 227 79/var(--tw-bg-opacity,1))}.dark\:bg-yellow-550\/10:is(.dark *){background-color:rgb(246 227 79/.1)}.dark\:bg-yellow-900\/20:is(.dark *){background-color:rgb(113 63 18/.2)}.dark\:\!bg-opacity-5:is(.dark *){--tw-bg-opacity:0.05!important}.dark\:from-gray-850:is(.dark *){--tw-gradient-from:#191919 var(--tw-gradient-from-position);--tw-gradient-to:rgb(25 25 25/0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.dark\:to-blue-900\/20:is(.dark *){--tw-gradient-to:rgb(30 58 138/0.2) var(--tw-gradient-to-position)}.dark\:\!fill-amber-30:is(.dark *){fill:#FFFFF3!important}.dark\:fill-gray-150:is(.dark *){fill:#EEEEEE}.dark\:fill-gray-250:is(.dark *){fill:#E7E7DF}.dark\:fill-gray-370:is(.dark *){fill:#949592}.dark\:fill-gray-550:is(.dark *){fill:#6D6E6C}.dark\:fill-green-150:is(.dark *){fill:#D9EDB4}.dark\:fill-primary-300:is(.dark *){fill:#A770D1}.dark\:fill-yellow-550:is(.dark *){fill:#F6E34F}.dark\:\!text-primary-500:is(.dark *){--tw-text-opacity:1!important;color:rgb(112 41 168/var(--tw-text-opacity,1))!important}.dark\:text-\[\#7029A8\]:is(.dark *){--tw-text-opacity:1;color:rgb(112 41 168/var(--tw-text-opacity,1))}.dark\:text-amber-30:is(.dark *){--tw-text-opacity:1;color:rgb(255 255 243/var(--tw-text-opacity,1))}.dark\:text-black:is(.dark *){--tw-text-opacity:1;color:rgb(0 0 0/var(--tw-text-opacity,1))}.dark\:text-blue-100:is(.dark *){--tw-text-opacity:1;color:rgb(219 234 254/var(--tw-text-opacity,1))}.dark\:text-blue-200:is(.dark *){--tw-text-opacity:1;color:rgb(191 219 254/var(--tw-text-opacity,1))}.dark\:text-blue-300:is(.dark *){--tw-text-opacity:1;color:rgb(147 197 253/var(--tw-text-opacity,1))}.dark\:text-blue-400:is(.dark *){--tw-text-opacity:1;color:rgb(96 165 250/var(--tw-text-opacity,1))}.dark\:text-darkWhite:is(.dark *){--tw-text-opacity:1;color:rgb(247 247 238/var(--tw-text-opacity,1))}.dark\:text-gray-100:is(.dark *){--tw-text-opacity:1;color:rgb(243 244 246/var(--tw-text-opacity,1))}.dark\:text-gray-150:is(.dark *){--tw-text-opacity:1;color:rgb(238 238 238/var(--tw-text-opacity,1))}.dark\:text-gray-200:is(.dark *){--tw-text-opacity:1;color:rgb(229 231 235/var(--tw-text-opacity,1))}.dark\:text-gray-250:is(.dark *){--tw-text-opacity:1;color:rgb(231 231 223/var(--tw-text-opacity,1))}.dark\:text-gray-300:is(.dark *){--tw-text-opacity:1;color:rgb(209 213 219/var(--tw-text-opacity,1))}.dark\:text-gray-350:is(.dark *){--tw-text-opacity:1;color:rgb(194 197 190/var(--tw-text-opacity,1))}.dark\:text-gray-400:is(.dark *){--tw-text-opacity:1;color:rgb(156 163 175/var(--tw-text-opacity,1))}.dark\:text-gray-500:is(.dark *){--tw-text-opacity:1;color:rgb(107 114 128/var(--tw-text-opacity,1))}.dark\:text-gray-550:is(.dark *){--tw-text-opacity:1;color:rgb(109 110 108/var(--tw-text-opacity,1))}.dark\:text-gray-750:is(.dark *){--tw-text-opacity:1;color:rgb(40 40 40/var(--tw-text-opacity,1))}.dark\:text-gray-850:is(.dark *){--tw-text-opacity:1;color:rgb(25 25 25/var(--tw-text-opacity,1))}.dark\:text-gray-900:is(.dark *){--tw-text-opacity:1;color:rgb(17 24 39/var(--tw-text-opacity,1))}.dark\:text-green-150:is(.dark *){--tw-text-opacity:1;color:rgb(217 237 180/var(--tw-text-opacity,1))}.dark\:text-green-200:is(.dark *){--tw-text-opacity:1;color:rgb(187 247 208/var(--tw-text-opacity,1))}.dark\:text-green-300:is(.dark *){--tw-text-opacity:1;color:rgb(134 239 172/var(--tw-text-opacity,1))}.dark\:text-green-400:is(.dark *){--tw-text-opacity:1;color:rgb(74 222 128/var(--tw-text-opacity,1))}.dark\:text-green-75:is(.dark *){--tw-text-opacity:1;color:rgb(238 246 214/var(--tw-text-opacity,1))}.dark\:text-primary-300:is(.dark *){--tw-text-opacity:1;color:rgb(167 112 209/var(--tw-text-opacity,1))}.dark\:text-primary-500:is(.dark *){--tw-text-opacity:1;color:rgb(112 41 168/var(--tw-text-opacity,1))}.dark\:text-purple-400:is(.dark *){--tw-text-opacity:1;color:rgb(192 132 252/var(--tw-text-opacity,1))}.dark\:text-red-200:is(.dark *){--tw-text-opacity:1;color:rgb(254 202 202/var(--tw-text-opacity,1))}.dark\:text-red-300:is(.dark *){--tw-text-opacity:1;color:rgb(252 165 165/var(--tw-text-opacity,1))}.dark\:text-red-400:is(.dark *){--tw-text-opacity:1;color:rgb(248 113 113/var(--tw-text-opacity,1))}.dark\:text-red-500:is(.dark *){--tw-text-opacity:1;color:rgb(239 68 68/var(--tw-text-opacity,1))}.dark\:text-slate-300:is(.dark *){--tw-text-opacity:1;color:rgb(203 213 225/var(--tw-text-opacity,1))}.dark\:text-white:is(.dark *){--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.dark\:text-yellow-200:is(.dark *){--tw-text-opacity:1;color:rgb(254 240 138/var(--tw-text-opacity,1))}.dark\:text-yellow-250:is(.dark *){--tw-text-opacity:1;color:rgb(253 248 8/var(--tw-text-opacity,1))}.dark\:text-yellow-300:is(.dark *){--tw-text-opacity:1;color:rgb(253 224 71/var(--tw-text-opacity,1))}.dark\:text-yellow-500:is(.dark *){--tw-text-opacity:1;color:rgb(234 179 8/var(--tw-text-opacity,1))}.dark\:text-yellow-550:is(.dark *){--tw-text-opacity:1;color:rgb(246 227 79/var(--tw-text-opacity,1))}.dark\:placeholder-gray-550:is(.dark *)::placeholder{--tw-placeholder-opacity:1;color:rgb(109 110 108/var(--tw-placeholder-opacity,1))}.dark\:shadow-none:is(.dark *){--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.dark\:shadow-\[\#adc9ff4d\]:is(.dark *){--tw-shadow-color:#adc9ff4d;--tw-shadow:var(--tw-shadow-colored)}.dark\:ring-0:is(.dark *){--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(0px + 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)}.dark\:ring-gray-550:is(.dark *){--tw-ring-opacity:1;--tw-ring-color:rgb(109 110 108/var(--tw-ring-opacity,1))}.dark\:ring-gray-600:is(.dark *){--tw-ring-opacity:1;--tw-ring-color:rgb(75 85 99/var(--tw-ring-opacity,1))}.dark\:ring-green-75:is(.dark *){--tw-ring-opacity:1;--tw-ring-color:rgb(238 246 214/var(--tw-ring-opacity,1))}.dark\:ring-yellow-550:is(.dark *){--tw-ring-opacity:1;--tw-ring-color:rgb(246 227 79/var(--tw-ring-opacity,1))}.dark\:placeholder\:text-gray-500:is(.dark *)::placeholder{--tw-text-opacity:1;color:rgb(107 114 128/var(--tw-text-opacity,1))}.dark\:after\:bg-primary-300:is(.dark *):after{content:var(--tw-content);--tw-bg-opacity:1;background-color:rgb(167 112 209/var(--tw-bg-opacity,1))}.dark\:hover\:border-gray-600:hover:is(.dark *){--tw-border-opacity:1;border-color:rgb(75 85 99/var(--tw-border-opacity,1))}.dark\:hover\:border-yellow-550:hover:is(.dark *){--tw-border-opacity:1;border-color:rgb(246 227 79/var(--tw-border-opacity,1))}.dark\:hover\:bg-\[\#e6d900\]:hover:is(.dark *){--tw-bg-opacity:1;background-color:rgb(230 217 0/var(--tw-bg-opacity,1))}.dark\:hover\:bg-blue-900\/30:hover:is(.dark *){background-color:rgb(30 58 138/.3)}.dark\:hover\:bg-gray-700:hover:is(.dark *){--tw-bg-opacity:1;background-color:rgb(55 65 81/var(--tw-bg-opacity,1))}.dark\:hover\:bg-gray-750:hover:is(.dark *){--tw-bg-opacity:1;background-color:rgb(40 40 40/var(--tw-bg-opacity,1))}.dark\:hover\:bg-gray-750\/80:hover:is(.dark *){background-color:rgb(40 40 40/.8)}.dark\:hover\:bg-gray-800:hover:is(.dark *){--tw-bg-opacity:1;background-color:rgb(31 41 55/var(--tw-bg-opacity,1))}.dark\:hover\:bg-gray-850:hover:is(.dark *){--tw-bg-opacity:1;background-color:rgb(25 25 25/var(--tw-bg-opacity,1))}.dark\:hover\:bg-primary-700:hover:is(.dark *){--tw-bg-opacity:1;background-color:rgb(91 46 127/var(--tw-bg-opacity,1))}.dark\:hover\:bg-red-500:hover:is(.dark *){--tw-bg-opacity:1;background-color:rgb(239 68 68/var(--tw-bg-opacity,1))}.dark\:hover\:bg-red-800\/30:hover:is(.dark *){background-color:rgb(153 27 27/.3)}.dark\:hover\:bg-yellow-250:hover:is(.dark *){--tw-bg-opacity:1;background-color:rgb(253 248 8/var(--tw-bg-opacity,1))}.dark\:hover\:bg-yellow-450:hover:is(.dark *){--tw-bg-opacity:1;background-color:rgb(234 219 42/var(--tw-bg-opacity,1))}.dark\:hover\:bg-yellow-900\/20:hover:is(.dark *){background-color:rgb(113 63 18/.2)}.dark\:hover\:text-gray-550:hover:is(.dark *){--tw-text-opacity:1;color:rgb(109 110 108/var(--tw-text-opacity,1))}.dark\:hover\:text-green-150:hover:is(.dark *){--tw-text-opacity:1;color:rgb(217 237 180/var(--tw-text-opacity,1))}.dark\:hover\:text-primary-300:hover:is(.dark *){--tw-text-opacity:1;color:rgb(167 112 209/var(--tw-text-opacity,1))}.dark\:hover\:text-primary-700:hover:is(.dark *){--tw-text-opacity:1;color:rgb(91 46 127/var(--tw-text-opacity,1))}.dark\:hover\:text-white:hover:is(.dark *){--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.dark\:hover\:text-yellow-250:hover:is(.dark *){--tw-text-opacity:1;color:rgb(253 248 8/var(--tw-text-opacity,1))}.dark\:hover\:text-yellow-450:hover:is(.dark *){--tw-text-opacity:1;color:rgb(234 219 42/var(--tw-text-opacity,1))}.dark\:hover\:text-yellow-550:hover:is(.dark *){--tw-text-opacity:1;color:rgb(246 227 79/var(--tw-text-opacity,1))}.hover\:dark\:\!text-yellow-250:is(.dark *):hover{--tw-text-opacity:1!important;color:rgb(253 248 8/var(--tw-text-opacity,1))!important}.hover\:dark\:text-green-150:is(.dark *):hover{--tw-text-opacity:1;color:rgb(217 237 180/var(--tw-text-opacity,1))}.hover\:dark\:text-green-75:is(.dark *):hover{--tw-text-opacity:1;color:rgb(238 246 214/var(--tw-text-opacity,1))}.dark\:hover\:outline-yellow-250:hover:is(.dark *){outline-color:#FDF808}.dark\:hover\:ring-yellow-250:hover:is(.dark *){--tw-ring-opacity:1;--tw-ring-color:rgb(253 248 8/var(--tw-ring-opacity,1))}.dark\:focus\:ring-0:focus:is(.dark *){--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(0px + 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)}.dark\:focus\:\!ring-primary-500:focus:is(.dark *){--tw-ring-opacity:1!important;--tw-ring-color:rgb(112 41 168/var(--tw-ring-opacity,1))!important}.dark\:focus\:ring-yellow-500:focus:is(.dark *){--tw-ring-opacity:1;--tw-ring-color:rgb(234 179 8/var(--tw-ring-opacity,1))}.dark\:focus\:ring-yellow-550:focus:is(.dark *){--tw-ring-opacity:1;--tw-ring-color:rgb(246 227 79/var(--tw-ring-opacity,1))}.dark\:focus\:ring-offset-gray-750:focus:is(.dark *){--tw-ring-offset-color:#282828}.dark\:disabled\:bg-gray-350:disabled:is(.dark *){--tw-bg-opacity:1;background-color:rgb(194 197 190/var(--tw-bg-opacity,1))}.dark\:disabled\:bg-white\/25:disabled:is(.dark *){background-color:rgb(255 255 255/.25)}.dark\:disabled\:text-gray-150:disabled:is(.dark *){--tw-text-opacity:1;color:rgb(238 238 238/var(--tw-text-opacity,1))}.dark\:disabled\:text-gray-350:disabled:is(.dark *){--tw-text-opacity:1;color:rgb(194 197 190/var(--tw-text-opacity,1))}.dark\:disabled\:ring-gray-350:disabled:is(.dark *){--tw-ring-opacity:1;--tw-ring-color:rgb(194 197 190/var(--tw-ring-opacity,1))}.group:hover .dark\:group-hover\:bg-gray-750:is(.dark *){--tw-bg-opacity:1;background-color:rgb(40 40 40/var(--tw-bg-opacity,1))}.group:hover .dark\:group-hover\:text-green-75:is(.dark *){--tw-text-opacity:1;color:rgb(238 246 214/var(--tw-text-opacity,1))}.group:hover .dark\:group-hover\:text-yellow-550:is(.dark *){--tw-text-opacity:1;color:rgb(246 227 79/var(--tw-text-opacity,1))}@media (min-width:640px){.sm\:not-sr-only{position:static;width:auto;height:auto;padding:0;margin:0;overflow:visible;clip:auto;white-space:normal}.sm\:visible{visibility:visible}.sm\:absolute{position:absolute}.sm\:-top-\[6px\]{top:-6px}.sm\:left-auto{left:auto}.sm\:right-\[-64px\]{right:-64px}.sm\:top-12{top:3rem}.sm\:top-\[15\%\]{top:15%}.sm\:top-\[50px\]{top:50px}.sm\:col-span-2{grid-column:span 2/span 2}.sm\:m-auto{margin:auto}.sm\:mx-0{margin-left:0;margin-right:0}.sm\:mx-\[38px\]{margin-left:38px;margin-right:38px}.sm\:mx-auto{margin-left:auto;margin-right:auto}.sm\:my-8{margin-top:2rem;margin-bottom:2rem}.sm\:mb-0{margin-bottom:0}.sm\:mb-6{margin-bottom:1.5rem}.sm\:mb-8{margin-bottom:2rem}.sm\:ml-0{margin-left:0}.sm\:ml-10{margin-left:2.5rem}.sm\:ml-12{margin-left:3rem}.sm\:ml-14{margin-left:3.5rem}.sm\:ml-16{margin-left:4rem}.sm\:ml-2{margin-left:.5rem}.sm\:ml-3{margin-left:.75rem}.sm\:ml-8{margin-left:2rem}.sm\:mr-0{margin-right:0}.sm\:mr-\[20\%\]{margin-right:20%}.sm\:mr-auto{margin-right:auto}.sm\:mt-0{margin-top:0}.sm\:mt-3{margin-top:.75rem}.sm\:mt-32{margin-top:8rem}.sm\:mt-4{margin-top:1rem}.sm\:mt-6{margin-top:1.5rem}.sm\:mt-\[100px\]{margin-top:100px}.sm\:mt-\[166px\]{margin-top:166px}.sm\:mt-\[25px\]{margin-top:25px}.sm\:mt-\[34px\]{margin-top:34px}.sm\:block{display:block}.sm\:flex{display:flex}.sm\:table-cell{display:table-cell}.sm\:hidden{display:none}.sm\:h-16{height:4rem}.sm\:h-32{height:8rem}.sm\:h-5{height:1.25rem}.sm\:h-\[calc\(100vh-50\.5px\)\]{height:calc(100vh - 50.5px)}.sm\:h-\[calc\(100vh-64px\)\]{height:calc(100vh - 64px)}.sm\:w-16{width:4rem}.sm\:w-32{width:8rem}.sm\:w-5{width:1.25rem}.sm\:w-\[300px\]{width:300px}.sm\:w-\[366px\]{width:366px}.sm\:w-auto{width:auto}.sm\:w-full{width:100%}.sm\:min-w-\[319px\]{min-width:319px}.sm\:max-w-\[205px\]{max-width:205px}.sm\:max-w-\[480px\]{max-width:480px}.sm\:max-w-\[55\%\]{max-width:55%}.sm\:max-w-\[552px\]{max-width:552px}.sm\:max-w-\[672px\]{max-width:672px}.sm\:max-w-lg{max-width:32rem}.sm\:max-w-md{max-width:28rem}.sm\:max-w-none{max-width:none}.sm\:max-w-xs{max-width:20rem}.sm\:basis-1\/3{flex-basis:33.333333%}.sm\:basis-2\/3{flex-basis:66.666667%}.sm\:translate-y-0{--tw-translate-y:0px}.sm\:scale-100,.sm\:translate-y-0{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))}.sm\:scale-100{--tw-scale-x:1;--tw-scale-y:1}.sm\:scale-95{--tw-scale-x:.95;--tw-scale-y:.95;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))}.sm\:scroll-mt-5{scroll-margin-top:1.25rem}.sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.sm\:flex-row{flex-direction:row}.sm\:flex-col{flex-direction:column}.sm\:flex-nowrap{flex-wrap:nowrap}.sm\:items-start{align-items:flex-start}.sm\:items-center{align-items:center}.sm\:justify-normal{justify-content:normal}.sm\:justify-start{justify-content:flex-start}.sm\:justify-center{justify-content:center}.sm\:justify-between{justify-content:space-between}.sm\:gap-16{gap:4rem}.sm\:gap-3{gap:.75rem}.sm\:gap-x-6{column-gap:1.5rem}.sm\:space-x-6>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(1.5rem * var(--tw-space-x-reverse));margin-left:calc(1.5rem * calc(1 - var(--tw-space-x-reverse)))}.sm\: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))}.sm\:space-y-8>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(2rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(2rem * var(--tw-space-y-reverse))}.sm\:text-nowrap{text-wrap:nowrap}.sm\:rounded-lg{border-radius:.5rem}.sm\:p-0{padding:0}.sm\:p-6{padding:1.5rem}.sm\:p-\[40px\]{padding:40px}.sm\:px-10{padding-left:2.5rem;padding-right:2.5rem}.sm\:px-14{padding-left:3.5rem;padding-right:3.5rem}.sm\:px-3{padding-left:.75rem;padding-right:.75rem}.sm\:px-6{padding-left:1.5rem;padding-right:1.5rem}.sm\:px-8{padding-left:2rem;padding-right:2rem}.sm\:py-12{padding-top:3rem;padding-bottom:3rem}.sm\:pb-16{padding-bottom:4rem}.sm\:pl-5{padding-left:1.25rem}.sm\:pl-6{padding-left:1.5rem}.sm\:pl-\[55px\]{padding-left:55px}.sm\:text-left{text-align:left}.sm\:text-center{text-align:center}.sm\:text-3xl{font-size:1.875rem;line-height:2.25rem}.sm\:text-4xl{font-size:2.25rem;line-height:2.5rem}.sm\:text-5xl{font-size:3rem;line-height:1}.sm\:text-\[1\.25rem\]{font-size:1.25rem}.sm\:text-\[1\.75rem\]{font-size:1.75rem}.sm\:text-\[16px\]{font-size:16px}.sm\:text-\[28px\]{font-size:28px}.sm\:text-base{font-size:1rem;line-height:1.5rem}.sm\:text-lg{font-size:1.125rem;line-height:1.75rem}.sm\:text-sm{font-size:.875rem;line-height:1.25rem}.sm\:text-xl{font-size:1.25rem;line-height:1.75rem}.sm\:leading-6{line-height:1.5rem}.sm\:leading-\[2\.4rem\]{line-height:2.4rem}}@media (min-width:680px){.tablet\:col-span-2{grid-column:span 2/span 2}.tablet\:col-start-1{grid-column-start:1}.tablet\:col-end-3{grid-column-end:3}.tablet\:m-auto{margin:auto}.tablet\:mx-auto{margin-left:auto;margin-right:auto}.tablet\:mr-0{margin-right:0}.tablet\:mt-0{margin-top:0}.tablet\:mt-4{margin-top:1rem}.tablet\:mt-auto{margin-top:auto}.tablet\:w-\[400px\]{width:400px}.tablet\:max-w-\[259px\]{max-width:259px}.tablet\:max-w-\[370px\]{max-width:370px}.tablet\:max-w-\[440px\]{max-width:440px}.tablet\:max-w-\[500px\]{max-width:500px}.tablet\:max-w-\[80\%\]{max-width:80%}.tablet\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.tablet\:flex-row{flex-direction:row}.tablet\:flex-col{flex-direction:column}.tablet\:items-center{align-items:center}.tablet\:justify-center{justify-content:center}.tablet\:gap-20{gap:5rem}.tablet\:gap-8{gap:2rem}.tablet\:justify-self-center{justify-self:center}.tablet\:whitespace-nowrap{white-space:nowrap}.tablet\:px-8{padding-left:2rem;padding-right:2rem}.tablet\:px-\[42px\]{padding-left:42px;padding-right:42px}.tablet\:text-left{text-align:left}.tablet\:text-\[23\.9px\]{font-size:23.9px}.tablet\:text-xl{font-size:1.25rem;line-height:1.75rem}}@media (min-width:768px){.md\:-right-7{right:-1.75rem}.md\:-top-1\.5{top:-.375rem}.md\:bottom-2{bottom:.5rem}.md\:right-4{right:1rem}.md\:right-8{right:2rem}.md\:order-last{order:9999}.md\:col-span-2{grid-column:span 2/span 2}.md\:m-0{margin:0}.md\:mx-auto{margin-left:auto;margin-right:auto}.md\:mb-2{margin-bottom:.5rem}.md\:mb-6{margin-bottom:1.5rem}.md\:ml-4{margin-left:1rem}.md\:ml-auto{margin-left:auto}.md\:mr-0{margin-right:0}.md\:mr-8{margin-right:2rem}.md\:mt-5{margin-top:1.25rem}.md\:mt-\[12px\]{margin-top:12px}.md\:mt-\[22px\]{margin-top:22px}.md\:mt-\[84px\]{margin-top:84px}.md\:block{display:block}.md\:flex{display:flex}.md\:hidden{display:none}.md\:min-h-fit{min-height:fit-content}.md\:min-w-\[750px\]{min-width:750px}.md\:min-w-\[840px\]{min-width:840px}.md\:min-w-\[90\%\]{min-width:90%}.md\:min-w-fit{min-width:fit-content}.md\:max-w-2xl{max-width:42rem}.md\:max-w-\[200px\]{max-width:200px}.md\:max-w-\[300px\]{max-width:300px}.md\:max-w-full{max-width:100%}.md\:max-w-xs{max-width:20rem}.md\:origin-top-right{transform-origin:top right}.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.md\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.md\:flex-row{flex-direction:row}.md\:items-start{align-items:flex-start}.md\:items-center{align-items:center}.md\:items-stretch{align-items:stretch}.md\:justify-between{justify-content:space-between}.md\:gap-y-10{row-gap:2.5rem}.md\:self-start{align-self:flex-start}.md\:rounded-md{border-radius:.375rem}.md\:border-l{border-left-width:1px}.md\:border-r-\[0\.5px\]{border-right-width:.5px}.md\:p-24{padding:6rem}.md\:px-10{padding-left:2.5rem;padding-right:2.5rem}.md\:pl-5{padding-left:1.25rem}.md\:pr-5{padding-right:1.25rem}.md\:pt-5{padding-top:1.25rem}.md\:text-left{text-align:left}.md\:text-2xl{font-size:1.5rem;line-height:2rem}.md\:text-\[23\.9px\]{font-size:23.9px}.md\:text-\[24px\]{font-size:24px}.md\:text-\[40px\]{font-size:40px}.md\:after\:content-\[\'_\1F449\'\]:after{--tw-content:" 👉";content:var(--tw-content)}}@media (min-width:770px){.smallLaptop\:grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}}@media (min-width:1024px){.lg\:order-last{order:9999}.lg\:col-span-1{grid-column:span 1/span 1}.lg\:col-span-2{grid-column:span 2/span 2}.lg\:col-start-auto{grid-column-start:auto}.lg\:col-end-auto{grid-column-end:auto}.lg\:mx-0{margin-left:0;margin-right:0}.lg\:ml-10{margin-left:2.5rem}.lg\:ml-6{margin-left:1.5rem}.lg\:ml-auto{margin-left:auto}.lg\:mr-0{margin-right:0}.lg\:mt-0{margin-top:0}.lg\:block{display:block}.lg\:flex{display:flex}.lg\:grid{display:grid}.lg\:hidden{display:none}.lg\:h-20{height:5rem}.lg\:max-h-\[143px\]{max-height:143px}.lg\:min-h-\[143px\]{min-height:143px}.lg\:min-h-\[543px\]{min-height:543px}.lg\:w-1\/2{width:50%}.lg\:w-20{width:5rem}.lg\:w-\[100\%\]{width:100%}.lg\:min-w-\[1000px\]{min-width:1000px}.lg\:min-w-\[180px\]{min-width:180px}.lg\:min-w-\[502px\]{min-width:502px}.lg\:min-w-\[80\%\]{min-width:80%}.lg\:min-w-\[800px\]{min-width:800px}.lg\:min-w-\[80px\]{min-width:80px}.lg\:min-w-\[840px\]{min-width:840px}.lg\:max-w-4xl{max-width:56rem}.lg\:max-w-\[259px\]{max-width:259px}.lg\:max-w-\[297px\]{max-width:297px}.lg\:max-w-\[300px\]{max-width:300px}.lg\:max-w-\[395px\]{max-width:395px}.lg\:max-w-\[410px\]{max-width:410px}.lg\:max-w-\[480px\]{max-width:480px}.lg\:max-w-\[500px\]{max-width:500px}.lg\:max-w-\[750px\]{max-width:750px}.lg\:max-w-\[830px\]{max-width:830px}.lg\:max-w-\[84\%\]{max-width:84%}.lg\:max-w-md{max-width:28rem}.lg\:max-w-none{max-width:none}.lg\:max-w-xl{max-width:36rem}.lg\:flex-auto{flex:1 1 auto}.lg\:flex-none{flex:none}.lg\:grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.lg\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.lg\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.lg\:grid-cols-7{grid-template-columns:repeat(7,minmax(0,1fr))}.lg\:flex-row{flex-direction:row}.lg\:flex-col{flex-direction:column}.lg\:items-start{align-items:flex-start}.lg\:justify-normal{justify-content:normal}.lg\:justify-between{justify-content:space-between}.lg\:gap-4{gap:1rem}.lg\:gap-px{gap:1px}.lg\:gap-y-0{row-gap:0}.lg\:space-x-8>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(2rem * var(--tw-space-x-reverse));margin-left:calc(2rem * calc(1 - var(--tw-space-x-reverse)))}.lg\:justify-self-auto{justify-self:auto}.lg\:justify-self-end{justify-self:end}.lg\:p-10{padding:2.5rem}.lg\:px-0{padding-left:0;padding-right:0}.lg\:px-12{padding-left:3rem;padding-right:3rem}.lg\:px-28{padding-left:7rem;padding-right:7rem}.lg\:px-8{padding-left:2rem;padding-right:2rem}.lg\:py-1{padding-top:.25rem;padding-bottom:.25rem}.lg\:py-10{padding-top:2.5rem;padding-bottom:2.5rem}.lg\:py-8{padding-top:2rem;padding-bottom:2rem}.lg\:pb-10{padding-bottom:2.5rem}.lg\:pl-7{padding-left:1.75rem}.lg\:pl-8{padding-left:2rem}.lg\:pl-\[57px\]{padding-left:57px}.lg\:pr-7{padding-right:1.75rem}.lg\:text-left{text-align:left}.lg\:text-4xl{font-size:2.25rem;line-height:2.5rem}.lg\:text-xs{font-size:.75rem;line-height:1rem}.lg\:tracking-large{letter-spacing:6px}}@media (min-width:1280px){.xl\:col-span-1{grid-column:span 1/span 1}.xl\:mx-0{margin-left:0;margin-right:0}.xl\:mt-\[24px\]{margin-top:24px}.xl\:mt-\[74px\]{margin-top:74px}.xl\:flex{display:flex}.xl\:max-w-\[100\%\]{max-width:100%}.xl\:max-w-\[400px\]{max-width:400px}.xl\:max-w-\[510px\]{max-width:510px}.xl\:max-w-\[none\],.xl\:max-w-none{max-width:none}.xl\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.xl\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.xl\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.xl\:items-start{align-items:flex-start}.xl\:gap-x-6{column-gap:1.5rem}.xl\:text-\[24px\]{font-size:24px}}@media (min-width:1536px){.\32xl\:ml-4{margin-left:1rem}.\32xl\:ml-\[60px\]{margin-left:60px}.\32xl\:max-w-\[595px\]{max-width:595px}.\32xl\:border-x-\[0\.5px\]{border-left-width:.5px;border-right-width:.5px}.\32xl\:text-\[28px\]{font-size:28px}}