@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:hsla(0,0%,100%,.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-toast-width:320px;--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--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__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translateZ(var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:1em;left:1em}.Toastify__toast-container--top-center{top:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--top-right{top:1em;right:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;padding:0;left:0;margin:0}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;transform:translateX(0)}.Toastify__toast-container--rtl{right:0;left:auto}}.Toastify__toast{position:relative;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:4px;box-shadow:0 1px 10px 0 rgba(0,0,0,.1),0 2px 15px 0 rgba(0,0,0,.05);display:flex;justify-content:space-between;max-height:var(--toastify-toast-max-height);overflow:hidden;font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;flex:1 1 auto;padding:6px;display:flex;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;flex:1}.Toastify__toast-icon{margin-inline-end:10px;width:20px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.7s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width:480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.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;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;align-self:flex-start}.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:5px;z-index:var(--toastify-z-index);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}.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,0,0)}to{opacity:0;transform:translate3d(2000px,0,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,0,0)}to{opacity:0;transform:translate3d(-2000px,0,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,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,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,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-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: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:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform: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:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(110%,0,0)}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-110%,0,0)}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(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}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}*,:after,:before{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }/*
! 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%;-moz-tab-size:4;-o-tab-size:4;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::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;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}body,html{font-family:Inter,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-smooth:never}:root,body,html{--toastify-font-family:"Inter",sans-serif}.container{width:100%}@media (min-width:426px){.container{max-width:426px}}@media (min-width:640px){.container{max-width:640px}}@media (min-width:768px){.container{max-width:768px}}@media (min-width:1024px){.container{max-width:1024px}}@media (min-width:1280px){.container{max-width:1280px}}@media (min-width:1536px){.container{max-width:1536px}}body,html{height:100%}img,svg{display:inline}body{--tw-text-opacity:1;color:rgb(20 16 44/var(--tw-text-opacity,1))}.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}.pointer-events-auto{pointer-events:auto}.visible{visibility:visible}.invisible{visibility:hidden}.collapse{visibility:collapse}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.sticky{position:sticky}.inset-0{inset:0}.inset-\[2px\]{inset:2px}.inset-x-0{left:0;right:0}.inset-y-0{top:0;bottom:0}.-bottom-2{bottom:-.5rem}.-left-4{left:-1rem}.-left-\[-45px\]{left:45px}.-left-\[28px\]{left:-28px}.-left-\[63px\]{left:-63px}.-right-2\.5{right:-.625rem}.-right-\[1px\]{right:-1px}.-top-2{top:-.5rem}.-top-2\.5{top:-.625rem}.-top-3\.5{top:-.875rem}.-top-4{top:-1rem}.-top-\[1px\]{top:-1px}.bottom-0{bottom:0}.bottom-1{bottom:.25rem}.bottom-2{bottom:.5rem}.bottom-20{bottom:5rem}.bottom-4{bottom:1rem}.bottom-5{bottom:1.25rem}.bottom-6{bottom:1.5rem}.bottom-\[-30px\]{bottom:-30px}.bottom-\[-60px\]{bottom:-60px}.bottom-\[-65px\]{bottom:-65px}.bottom-\[100\%\]{bottom:100%}.bottom-\[1px\]{bottom:1px}.bottom-\[33px\]{bottom:33px}.bottom-\[5px\]{bottom:5px}.bottom-full{bottom:100%}.left-0{left:0}.left-1\/2{left:50%}.left-2{left:.5rem}.left-\[-150px\]{left:-150px}.left-\[-20px\]{left:-20px}.left-\[-250px\]{left:-250px}.left-\[0px\]{left:0}.left-\[1\.5rem\]{left:1.5rem}.left-\[225px\]{left:225px}.left-\[2rem\]{left:2rem}.left-\[3px\]{left:3px}.left-\[58\%\]{left:58%}.left-full{left:100%}.right-0{right:0}.right-2{right:.5rem}.right-3{right:.75rem}.right-4{right:1rem}.right-\[-4px\]{right:-4px}.top-0{top:0}.top-0\.5{top:.125rem}.top-1{top:.25rem}.top-1\.5{top:.375rem}.top-1\/2{top:50%}.top-10{top:2.5rem}.top-11{top:2.75rem}.top-12{top:3rem}.top-14{top:3.5rem}.top-16{top:4rem}.top-2{top:.5rem}.top-20{top:5rem}.top-3{top:.75rem}.top-6{top:1.5rem}.top-8{top:2rem}.top-\[-13px\]{top:-13px}.top-\[1\.5rem\]{top:1.5rem}.top-\[100\%\]{top:100%}.top-\[1px\]{top:1px}.top-\[5px\]{top:5px}.top-\[calc\(100\%-1px\)\]{top:calc(100% - 1px)}.top-full{top:100%}.z-0{z-index:0}.z-10{z-index:10}.z-20{z-index:20}.z-40{z-index:40}.z-50{z-index:50}.z-\[-50\]{z-index:-50}.z-\[9999\]{z-index:9999}.order-1{order:1}.order-2{order:2}.order-\[-1\]{order:-1}.order-\[1\]{order:1}.col-span-1{grid-column:span 1/span 1}.col-span-2{grid-column:span 2/span 2}.col-start-1{grid-column-start:1}.col-start-2{grid-column-start:2}.row-span-1{grid-row:span 1/span 1}.row-span-2{grid-row:span 2/span 2}.m-0{margin:0}.m-0\.5{margin:.125rem}.m-1{margin:.25rem}.m-\[11px\]{margin:11px}.m-\[1px\]{margin:1px}.mx-1{margin-left:.25rem;margin-right:.25rem}.mx-4{margin-left:1rem;margin-right:1rem}.mx-\[10px\]{margin-left:10px;margin-right:10px}.mx-auto{margin-left:auto;margin-right:auto}.my-1{margin-top:.25rem;margin-bottom:.25rem}.my-2{margin-top:.5rem;margin-bottom:.5rem}.my-4{margin-top:1rem;margin-bottom:1rem}.my-\[1\.125rem\]{margin-top:1.125rem;margin-bottom:1.125rem}.-mb-5{margin-bottom:-1.25rem}.mb-0\.5{margin-bottom:.125rem}.mb-1{margin-bottom:.25rem}.mb-10{margin-bottom:2.5rem}.mb-12{margin-bottom:3rem}.mb-2{margin-bottom:.5rem}.mb-2\.5{margin-bottom:.625rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-5{margin-bottom:1.25rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.mb-\[-50px\]{margin-bottom:-50px}.mb-\[-5px\]{margin-bottom:-5px}.ml-1{margin-left:.25rem}.ml-2{margin-left:.5rem}.ml-3{margin-left:.75rem}.ml-4{margin-left:1rem}.ml-6{margin-left:1.5rem}.ml-64{margin-left:16rem}.ml-8{margin-left:2rem}.ml-\[-20px\]{margin-left:-20px}.ml-\[1\.2rem\]{margin-left:1.2rem}.ml-\[2px\]{margin-left:2px}.ml-auto{margin-left:auto}.mr-0\.5{margin-right:.125rem}.mr-1{margin-right:.25rem}.mr-2{margin-right:.5rem}.mr-2\.5{margin-right:.625rem}.mr-3{margin-right:.75rem}.mr-3\.5{margin-right:.875rem}.mr-4{margin-right:1rem}.mr-5{margin-right:1.25rem}.mr-6{margin-right:1.5rem}.mr-\[280px\]{margin-right:280px}.mr-\[64px\]{margin-right:64px}.mt-0{margin-top:0}.mt-0\.5{margin-top:.125rem}.mt-1{margin-top:.25rem}.mt-10{margin-top:2.5rem}.mt-12{margin-top:3rem}.mt-2{margin-top:.5rem}.mt-2\.5{margin-top:.625rem}.mt-20{margin-top:5rem}.mt-28{margin-top:7rem}.mt-3{margin-top:.75rem}.mt-3\.5{margin-top:.875rem}.mt-4{margin-top:1rem}.mt-5{margin-top:1.25rem}.mt-6{margin-top:1.5rem}.mt-8{margin-top:2rem}.mt-\[17px\]{margin-top:17px}.mt-\[1px\]{margin-top:1px}.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}.hidden{display:none}.aspect-square{aspect-ratio:1/1}.size-10{width:2.5rem;height:2.5rem}.size-12{width:3rem;height:3rem}.size-14{width:3.5rem;height:3.5rem}.size-20{width:5rem;height:5rem}.size-3\.5{width:.875rem;height:.875rem}.size-4{width:1rem;height:1rem}.size-5{width:1.25rem;height:1.25rem}.size-6{width:1.5rem;height:1.5rem}.size-7{width:1.75rem;height:1.75rem}.size-8{width:2rem;height:2rem}.size-full{width:100%;height:100%}.h-0{height:0}.h-10{height:2.5rem}.h-11{height:2.75rem}.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-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-56{height:14rem}.h-6{height:1.5rem}.h-7{height:1.75rem}.h-8{height:2rem}.h-\[100vh\]{height:100vh}.h-\[108px\]{height:108px}.h-\[10px\]{height:10px}.h-\[12px\]{height:12px}.h-\[14px\]{height:14px}.h-\[18px\]{height:18px}.h-\[24px\]{height:24px}.h-\[268px\]{height:268px}.h-\[280px\]{height:280px}.h-\[282px\]{height:282px}.h-\[28px\]{height:28px}.h-\[2rem\]{height:2rem}.h-\[3\.25rem\]{height:3.25rem}.h-\[36\.25rem\]{height:36.25rem}.h-\[38px\]{height:38px}.h-\[48px\]{height:48px}.h-\[5\.25rem\]{height:5.25rem}.h-\[56px\]{height:56px}.h-\[6px\]{height:6px}.h-\[7\.75rem\]{height:7.75rem}.h-\[72vh\]{height:72vh}.h-\[calc\(100vh-3\.5rem\)\]{height:calc(100vh - 3.5rem)}.h-\[calc\(100vh-5rem\)\]{height:calc(100vh - 5rem)}.h-auto{height:auto}.h-fit{height:-moz-fit-content;height:fit-content}.h-full{height:100%}.h-screen{height:100vh}.max-h-0{max-height:0}.max-h-10{max-height:2.5rem}.max-h-12{max-height:3rem}.max-h-20{max-height:5rem}.max-h-\[120px\]{max-height:120px}.max-h-\[12px\]{max-height:12px}.max-h-\[12rem\]{max-height:12rem}.max-h-\[140px\]{max-height:140px}.max-h-\[144px\]{max-height:144px}.max-h-\[150px\]{max-height:150px}.max-h-\[18\.75rem\]{max-height:18.75rem}.max-h-\[200px\]{max-height:200px}.max-h-\[246px\]{max-height:246px}.max-h-\[264px\]{max-height:264px}.max-h-\[28px\]{max-height:28px}.max-h-\[300px\]{max-height:300px}.max-h-\[328px\]{max-height:328px}.max-h-\[32rem\]{max-height:32rem}.max-h-\[40px\]{max-height:40px}.max-h-\[48px\]{max-height:48px}.max-h-\[500px\]{max-height:500px}.max-h-\[550px\]{max-height:550px}.max-h-\[672px\]{max-height:672px}.max-h-\[700px\]{max-height:700px}.max-h-\[85vh\]{max-height:85vh}.max-h-full{max-height:100%}.max-h-none{max-height:none}.min-h-0{min-height:0}.min-h-10{min-height:2.5rem}.min-h-32{min-height:8rem}.min-h-6{min-height:1.5rem}.min-h-\[120px\]{min-height:120px}.min-h-\[2\.25rem\]{min-height:2.25rem}.min-h-\[2\.8rem\]{min-height:2.8rem}.min-h-\[274px\]{min-height:274px}.min-h-\[285px\]{min-height:285px}.min-h-\[30px\]{min-height:30px}.min-h-\[328px\]{min-height:328px}.min-h-\[338px\]{min-height:338px}.min-h-\[388px\]{min-height:388px}.min-h-\[40px\]{min-height:40px}.min-h-\[80px\]{min-height:80px}.min-h-\[96px\]{min-height:96px}.min-h-\[calc\(100vh-4\.5rem\)\]{min-height:calc(100vh - 4.5rem)}.min-h-\[calc\(100vh-5rem\)\]{min-height:calc(100vh - 5rem)}.min-h-screen{min-height:100vh}.w-0{width:0}.w-1{width:.25rem}.w-1\/2{width:50%}.w-10{width:2.5rem}.w-11{width:2.75rem}.w-12{width:3rem}.w-16{width:4rem}.w-2{width:.5rem}.w-2\.5{width:.625rem}.w-2\/3{width:66.666667%}.w-2\/5{width:40%}.w-20{width:5rem}.w-24{width:6rem}.w-28{width:7rem}.w-3{width:.75rem}.w-3\.5{width:.875rem}.w-3\/4{width:75%}.w-32{width:8rem}.w-4{width:1rem}.w-40{width:10rem}.w-48{width:12rem}.w-5{width:1.25rem}.w-6{width:1.5rem}.w-60{width:15rem}.w-7{width:1.75rem}.w-8{width:2rem}.w-80{width:20rem}.w-\[100\%\]{width:100%}.w-\[104px\]{width:104px}.w-\[10px\]{width:10px}.w-\[120px\]{width:120px}.w-\[14px\]{width:14px}.w-\[150px\]{width:150px}.w-\[176px\]{width:176px}.w-\[19rem\]{width:19rem}.w-\[1px\]{width:1px}.w-\[240px\]{width:240px}.w-\[248px\]{width:248px}.w-\[24px\]{width:24px}.w-\[280px\]{width:280px}.w-\[2rem\]{width:2rem}.w-\[300px\]{width:300px}.w-\[320px\]{width:320px}.w-\[344px\]{width:344px}.w-\[360px\]{width:360px}.w-\[388px\]{width:388px}.w-\[400px\]{width:400px}.w-\[420px\]{width:420px}.w-\[485px\]{width:485px}.w-\[48px\]{width:48px}.w-\[5\.25rem\]{width:5.25rem}.w-\[50px\]{width:50px}.w-\[53px\]{width:53px}.w-\[60px\]{width:60px}.w-\[64px\]{width:64px}.w-\[6px\]{width:6px}.w-\[7\.55rem\]{width:7.55rem}.w-\[7\.75rem\]{width:7.75rem}.w-\[8\.5rem\]{width:8.5rem}.w-\[80px\]{width:80px}.w-auto{width:auto}.w-fit{width:-moz-fit-content;width:fit-content}.w-full{width:100%}.w-max{width:-moz-max-content;width:max-content}.w-screen{width:100vw}.min-w-6{min-width:1.5rem}.min-w-\[0\]{min-width:0}.min-w-\[105px\]{min-width:105px}.min-w-\[108px\]{min-width:108px}.min-w-\[128px\]{min-width:128px}.min-w-\[148px\]{min-width:148px}.min-w-\[1rem\]{min-width:1rem}.min-w-\[2\.25rem\]{min-width:2.25rem}.min-w-\[200px\]{min-width:200px}.min-w-\[206px\]{min-width:206px}.min-w-\[20px\]{min-width:20px}.min-w-\[210px\]{min-width:210px}.min-w-\[248px\]{min-width:248px}.min-w-\[250px\]{min-width:250px}.min-w-\[260px\]{min-width:260px}.min-w-\[278px\]{min-width:278px}.min-w-\[280px\]{min-width:280px}.min-w-\[296px\]{min-width:296px}.min-w-\[297px\]{min-width:297px}.min-w-\[300px\]{min-width:300px}.min-w-\[30px\]{min-width:30px}.min-w-\[320px\]{min-width:320px}.min-w-\[43px\]{min-width:43px}.min-w-\[48px\]{min-width:48px}.min-w-\[50px\]{min-width:50px}.min-w-\[64px\]{min-width:64px}.min-w-\[66px\]{min-width:66px}.min-w-\[7\.75rem\]{min-width:7.75rem}.min-w-\[72px\]{min-width:72px}.min-w-\[75px\]{min-width:75px}.min-w-\[90px\]{min-width:90px}.min-w-full{min-width:100%}.min-w-max{min-width:-moz-max-content;min-width:max-content}.max-w-12{max-width:3rem}.max-w-2xl{max-width:42rem}.max-w-48{max-width:12rem}.max-w-80{max-width:20rem}.max-w-\[100px\]{max-width:100px}.max-w-\[105px\]{max-width:105px}.max-w-\[10px\]{max-width:10px}.max-w-\[10rem\]{max-width:10rem}.max-w-\[144px\]{max-width:144px}.max-w-\[147px\]{max-width:147px}.max-w-\[150px\]{max-width:150px}.max-w-\[155px\]{max-width:155px}.max-w-\[160px\]{max-width:160px}.max-w-\[200px\]{max-width:200px}.max-w-\[20px\]{max-width:20px}.max-w-\[240px\]{max-width:240px}.max-w-\[250px\]{max-width:250px}.max-w-\[280px\]{max-width:280px}.max-w-\[296px\]{max-width:296px}.max-w-\[300px\]{max-width:300px}.max-w-\[30rem\]{max-width:30rem}.max-w-\[360px\]{max-width:360px}.max-w-\[408px\]{max-width:408px}.max-w-\[40px\]{max-width:40px}.max-w-\[480px\]{max-width:480px}.max-w-\[48px\]{max-width:48px}.max-w-\[48rem\]{max-width:48rem}.max-w-\[4rem\]{max-width:4rem}.max-w-\[500px\]{max-width:500px}.max-w-\[5rem\]{max-width:5rem}.max-w-\[600px\]{max-width:600px}.max-w-\[60px\]{max-width:60px}.max-w-\[70px\]{max-width:70px}.max-w-\[77px\]{max-width:77px}.max-w-\[8\.438rem\]{max-width:8.438rem}.max-w-\[8em\]{max-width:8em}.max-w-\[8rem\]{max-width:8rem}.max-w-full{max-width:100%}.max-w-max{max-width:-moz-max-content;max-width:max-content}.max-w-none{max-width:none}.max-w-screen-2xl{max-width:1536px}.max-w-sm{max-width:24rem}.max-w-xl{max-width:36rem}.flex-1{flex:1 1 0%}.flex-none{flex:none}.flex-shrink-0{flex-shrink:0}.shrink{flex-shrink:1}.shrink-0{flex-shrink:0}.flex-grow{flex-grow:1}.flex-grow-0{flex-grow:0}.table-auto{table-layout:auto}.border-collapse{border-collapse:collapse}.border-separate{border-collapse:separate}.border-spacing-0{--tw-border-spacing-x:0px;--tw-border-spacing-y:0px;border-spacing:var(--tw-border-spacing-x) var(--tw-border-spacing-y)}.origin-center{transform-origin:center}.origin-right{transform-origin:right}.-translate-x-1\/2{--tw-translate-x:-50%}.-translate-x-1\/2,.-translate-x-full{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-full{--tw-translate-x:-100%}.-translate-y-1\/2{--tw-translate-y:-50%}.-translate-y-1\/2,.-translate-y-\[3px\]{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-\[3px\]{--tw-translate-y:-3px}.-translate-y-full{--tw-translate-y:-100%}.-translate-y-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-\[24px\]{--tw-translate-x:24px}.translate-x-\[24px\],.translate-x-\[28px\]{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-\[28px\]{--tw-translate-x:28px}.translate-x-full{--tw-translate-x:100%}.translate-x-full,.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}.translate-y-4,.translate-y-\[-5px\]{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-\[-5px\]{--tw-translate-y:-5px}.translate-y-full{--tw-translate-y:100%}.-rotate-2,.translate-y-full{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-2{--tw-rotate:-2deg}.-rotate-3{--tw-rotate:-3deg}.-rotate-3,.rotate-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))}.rotate-0{--tw-rotate:0deg}.rotate-180{--tw-rotate:180deg}.rotate-180,.rotate-45{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-45{--tw-rotate:45deg}.scale-75{--tw-scale-x:.75;--tw-scale-y:.75}.scale-75,.scale-\[0\.30\]{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-\[0\.30\]{--tw-scale-x:0.30;--tw-scale-y:0.30}.scale-\[0\.6365\]{--tw-scale-x:0.6365;--tw-scale-y:0.6365}.scale-\[0\.6365\],.scale-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))}.scale-x-0{--tw-scale-x:0}.transform,.transform-cpu{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))}.transform-gpu{transform:translate3d(var(--tw-translate-x),var(--tw-translate-y),0) 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-grab{cursor:grab}.cursor-no-drop{cursor:no-drop}.cursor-not-allowed{cursor:not-allowed}.cursor-pointer{cursor:pointer}.cursor-text{cursor:text}.select-none{-webkit-user-select:none;-moz-user-select:none;user-select:none}.resize-none{resize:none}.resize{resize:both}.list-inside{list-style-position:inside}.list-\[\'-_\'\]{list-style-type:"- "}.list-decimal{list-style-type:decimal}.list-none{list-style-type:none}.appearance-none{-webkit-appearance:none;-moz-appearance:none;appearance:none}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-3{grid-template-columns:repeat(3,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))}.grid-rows-2{grid-template-rows:repeat(2,minmax(0,1fr))}.flex-row{flex-direction:row}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.content-between{align-content:space-between}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.items-center{align-items:center}.items-stretch{align-items:stretch}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-around{justify-content:space-around}.justify-items-start{justify-items:start}.gap-0{gap:0}.gap-0\.5{gap:.125rem}.gap-1{gap:.25rem}.gap-1\.5{gap:.375rem}.gap-10{gap:2.5rem}.gap-12{gap:3rem}.gap-16{gap:4rem}.gap-2{gap:.5rem}.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-x-2{-moz-column-gap:.5rem;column-gap:.5rem}.gap-x-3{-moz-column-gap:.75rem;column-gap:.75rem}.gap-x-4{-moz-column-gap:1rem;column-gap:1rem}.gap-y-0\.5{row-gap:.125rem}.gap-y-10{row-gap:2.5rem}.gap-y-14{row-gap:3.5rem}.gap-y-2{row-gap:.5rem}.gap-y-4{row-gap:1rem}.gap-y-6{row-gap:1.5rem}.gap-y-8{row-gap:2rem}.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-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-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-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))}.divide-VariablesDate>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(225 124 251/var(--tw-divide-opacity,1))}.divide-VariablesMultipleOption>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(241 105 170/var(--tw-divide-opacity,1))}.divide-VariablesNumber>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(246 79 79/var(--tw-divide-opacity,1))}.divide-VariablesResponse>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(99 209 244/var(--tw-divide-opacity,1))}.divide-VariablesSingleOption>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(154 86 240/var(--tw-divide-opacity,1))}.divide-VariablesText>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(86 241 185/var(--tw-divide-opacity,1))}.divide-VariablesUrl>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(98 123 255/var(--tw-divide-opacity,1))}.self-start{align-self:flex-start}.self-end{align-self:flex-end}.self-center{align-self:center}.overflow-auto{overflow:auto}.overflow-hidden{overflow:hidden}.overflow-visible{overflow:visible}.overflow-scroll{overflow:scroll}.overflow-x-auto{overflow-x:auto}.overflow-y-auto{overflow-y:auto}.overscroll-contain{overscroll-behavior:contain}.truncate{overflow:hidden;white-space:nowrap}.overflow-ellipsis,.text-ellipsis,.truncate{text-overflow:ellipsis}.hyphens-auto{-webkit-hyphens:auto;hyphens:auto}.whitespace-nowrap{white-space:nowrap}.whitespace-pre-wrap{white-space:pre-wrap}.text-wrap{text-wrap:wrap}.text-nowrap{text-wrap:nowrap}.text-balance{text-wrap:balance}.rounded{border-radius:.25rem}.rounded-2xl{border-radius:1rem}.rounded-3xl{border-radius:1.5rem}.rounded-\[1\.25rem\]{border-radius:1.25rem}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:.5rem}.rounded-md{border-radius:.375rem}.rounded-sm{border-radius:.125rem}.rounded-xl{border-radius:.75rem}.rounded-b-md{border-bottom-right-radius:.375rem;border-bottom-left-radius:.375rem}.rounded-b-xl{border-bottom-right-radius:.75rem;border-bottom-left-radius:.75rem}.rounded-l-full{border-top-left-radius:9999px;border-bottom-left-radius:9999px}.rounded-r-full{border-top-right-radius:9999px;border-bottom-right-radius:9999px}.rounded-r-none{border-top-right-radius:0;border-bottom-right-radius:0}.rounded-r-xl{border-top-right-radius:.75rem;border-bottom-right-radius:.75rem}.rounded-t-3xl{border-top-left-radius:1.5rem;border-top-right-radius:1.5rem}.rounded-t-md{border-top-left-radius:.375rem;border-top-right-radius:.375rem}.rounded-t-xl{border-top-left-radius:.75rem;border-top-right-radius:.75rem}.rounded-bl-lg{border-bottom-left-radius:.5rem}.rounded-bl-md{border-bottom-left-radius:.375rem}.rounded-bl-xl{border-bottom-left-radius:.75rem}.rounded-br-xl{border-bottom-right-radius:.75rem}.rounded-tl-2xl{border-top-left-radius:1rem}.rounded-tl-xl{border-top-left-radius:.75rem}.rounded-tr-xl{border-top-right-radius:.75rem}.border{border-width:1px}.border-2{border-width:2px}.border-4{border-width:4px}.border-\[1\.5px\]{border-width:1.5px}.border-\[1px\]{border-width:1px}.border-\[2px\]{border-width:2px}.border-y{border-top-width:1px}.border-b,.border-y{border-bottom-width:1px}.border-b-2{border-bottom-width:2px}.border-b-\[1px\]{border-bottom-width:1px}.border-l,.border-l-\[1px\]{border-left-width:1px}.border-r{border-right-width:1px}.border-r-4{border-right-width:4px}.border-r-\[1px\]{border-right-width:1px}.border-t{border-top-width:1px}.border-t-2{border-top-width:2px}.border-t-\[1px\]{border-top-width:1px}.border-solid{border-style:solid}.border-dashed{border-style:dashed}.border-none{border-style:none}.border-GreyLight{--tw-border-opacity:1;border-color:rgb(236 240 241/var(--tw-border-opacity,1))}.border-GreyMedium{--tw-border-opacity:1;border-color:rgb(228 233 235/var(--tw-border-opacity,1))}.border-GreyThin{--tw-border-opacity:1;border-color:rgb(247 249 250/var(--tw-border-opacity,1))}.border-NewTextBlack{--tw-border-opacity:1;border-color:rgb(20 16 44/var(--tw-border-opacity,1))}.border-PrimaryN{--tw-border-opacity:1;border-color:rgb(173 243 99/var(--tw-border-opacity,1))}.border-TextLight{--tw-border-opacity:1;border-color:rgb(208 216 217/var(--tw-border-opacity,1))}.border-TextMedium{--tw-border-opacity:1;border-color:rgb(176 185 186/var(--tw-border-opacity,1))}.border-TextSolid{--tw-border-opacity:1;border-color:rgb(133 141 143/var(--tw-border-opacity,1))}.border-VariablesDate{--tw-border-opacity:1;border-color:rgb(225 124 251/var(--tw-border-opacity,1))}.border-VariablesMultipleOption{--tw-border-opacity:1;border-color:rgb(241 105 170/var(--tw-border-opacity,1))}.border-VariablesNumber{--tw-border-opacity:1;border-color:rgb(246 79 79/var(--tw-border-opacity,1))}.border-VariablesResponse{--tw-border-opacity:1;border-color:rgb(99 209 244/var(--tw-border-opacity,1))}.border-VariablesSingleOption{--tw-border-opacity:1;border-color:rgb(154 86 240/var(--tw-border-opacity,1))}.border-VariablesText{--tw-border-opacity:1;border-color:rgb(86 241 185/var(--tw-border-opacity,1))}.border-VariablesUrl{--tw-border-opacity:1;border-color:rgb(98 123 255/var(--tw-border-opacity,1))}.border-amber-500{--tw-border-opacity:1;border-color:rgb(245 158 11/var(--tw-border-opacity,1))}.border-black{--tw-border-opacity:1;border-color:rgb(0 0 0/var(--tw-border-opacity,1))}.border-blue-500{--tw-border-opacity:1;border-color:rgb(59 130 246/var(--tw-border-opacity,1))}.border-cyan-500{--tw-border-opacity:1;border-color:rgb(6 182 212/var(--tw-border-opacity,1))}.border-emerald-500{--tw-border-opacity:1;border-color:rgb(16 185 129/var(--tw-border-opacity,1))}.border-fuchsia-500{--tw-border-opacity:1;border-color:rgb(217 70 239/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-green-500{--tw-border-opacity:1;border-color:rgb(34 197 94/var(--tw-border-opacity,1))}.border-indigo-500{--tw-border-opacity:1;border-color:rgb(99 102 241/var(--tw-border-opacity,1))}.border-lime-500{--tw-border-opacity:1;border-color:rgb(132 204 22/var(--tw-border-opacity,1))}.border-orange-500{--tw-border-opacity:1;border-color:rgb(249 115 22/var(--tw-border-opacity,1))}.border-pink-500{--tw-border-opacity:1;border-color:rgb(236 72 153/var(--tw-border-opacity,1))}.border-purple-500{--tw-border-opacity:1;border-color:rgb(168 85 247/var(--tw-border-opacity,1))}.border-red-500{--tw-border-opacity:1;border-color:rgb(239 68 68/var(--tw-border-opacity,1))}.border-rose-500{--tw-border-opacity:1;border-color:rgb(244 63 94/var(--tw-border-opacity,1))}.border-sky-500{--tw-border-opacity:1;border-color:rgb(14 165 233/var(--tw-border-opacity,1))}.border-teal-500{--tw-border-opacity:1;border-color:rgb(20 184 166/var(--tw-border-opacity,1))}.border-transparent{border-color:transparent}.border-violet-500{--tw-border-opacity:1;border-color:rgb(139 92 246/var(--tw-border-opacity,1))}.border-white{--tw-border-opacity:1;border-color:rgb(255 255 255/var(--tw-border-opacity,1))}.border-yellow-500{--tw-border-opacity:1;border-color:rgb(234 179 8/var(--tw-border-opacity,1))}.border-x-VariablesDate{--tw-border-opacity:1;border-left-color:rgb(225 124 251/var(--tw-border-opacity,1));border-right-color:rgb(225 124 251/var(--tw-border-opacity,1))}.border-x-VariablesMultipleOption{--tw-border-opacity:1;border-left-color:rgb(241 105 170/var(--tw-border-opacity,1));border-right-color:rgb(241 105 170/var(--tw-border-opacity,1))}.border-x-VariablesNumber{--tw-border-opacity:1;border-left-color:rgb(246 79 79/var(--tw-border-opacity,1));border-right-color:rgb(246 79 79/var(--tw-border-opacity,1))}.border-x-VariablesResponse{--tw-border-opacity:1;border-left-color:rgb(99 209 244/var(--tw-border-opacity,1));border-right-color:rgb(99 209 244/var(--tw-border-opacity,1))}.border-x-VariablesSingleOption{--tw-border-opacity:1;border-left-color:rgb(154 86 240/var(--tw-border-opacity,1));border-right-color:rgb(154 86 240/var(--tw-border-opacity,1))}.border-x-VariablesText{--tw-border-opacity:1;border-left-color:rgb(86 241 185/var(--tw-border-opacity,1));border-right-color:rgb(86 241 185/var(--tw-border-opacity,1))}.border-x-VariablesUrl{--tw-border-opacity:1;border-left-color:rgb(98 123 255/var(--tw-border-opacity,1));border-right-color:rgb(98 123 255/var(--tw-border-opacity,1))}.border-y-VariablesDate{--tw-border-opacity:1;border-top-color:rgb(225 124 251/var(--tw-border-opacity,1));border-bottom-color:rgb(225 124 251/var(--tw-border-opacity,1))}.border-y-VariablesMultipleOption{--tw-border-opacity:1;border-top-color:rgb(241 105 170/var(--tw-border-opacity,1));border-bottom-color:rgb(241 105 170/var(--tw-border-opacity,1))}.border-y-VariablesNumber{--tw-border-opacity:1;border-top-color:rgb(246 79 79/var(--tw-border-opacity,1));border-bottom-color:rgb(246 79 79/var(--tw-border-opacity,1))}.border-y-VariablesResponse{--tw-border-opacity:1;border-top-color:rgb(99 209 244/var(--tw-border-opacity,1));border-bottom-color:rgb(99 209 244/var(--tw-border-opacity,1))}.border-y-VariablesSingleOption{--tw-border-opacity:1;border-top-color:rgb(154 86 240/var(--tw-border-opacity,1));border-bottom-color:rgb(154 86 240/var(--tw-border-opacity,1))}.border-y-VariablesText{--tw-border-opacity:1;border-top-color:rgb(86 241 185/var(--tw-border-opacity,1));border-bottom-color:rgb(86 241 185/var(--tw-border-opacity,1))}.border-y-VariablesUrl{--tw-border-opacity:1;border-top-color:rgb(98 123 255/var(--tw-border-opacity,1));border-bottom-color:rgb(98 123 255/var(--tw-border-opacity,1))}.border-b-VariablesDate{--tw-border-opacity:1;border-bottom-color:rgb(225 124 251/var(--tw-border-opacity,1))}.border-b-VariablesMultipleOption{--tw-border-opacity:1;border-bottom-color:rgb(241 105 170/var(--tw-border-opacity,1))}.border-b-VariablesNumber{--tw-border-opacity:1;border-bottom-color:rgb(246 79 79/var(--tw-border-opacity,1))}.border-b-VariablesResponse{--tw-border-opacity:1;border-bottom-color:rgb(99 209 244/var(--tw-border-opacity,1))}.border-b-VariablesSingleOption{--tw-border-opacity:1;border-bottom-color:rgb(154 86 240/var(--tw-border-opacity,1))}.border-b-VariablesText{--tw-border-opacity:1;border-bottom-color:rgb(86 241 185/var(--tw-border-opacity,1))}.border-b-VariablesUrl{--tw-border-opacity:1;border-bottom-color:rgb(98 123 255/var(--tw-border-opacity,1))}.border-b-transparent{border-bottom-color:transparent}.border-e-VariablesDate{--tw-border-opacity:1;border-inline-end-color:rgb(225 124 251/var(--tw-border-opacity,1))}.border-e-VariablesMultipleOption{--tw-border-opacity:1;border-inline-end-color:rgb(241 105 170/var(--tw-border-opacity,1))}.border-e-VariablesNumber{--tw-border-opacity:1;border-inline-end-color:rgb(246 79 79/var(--tw-border-opacity,1))}.border-e-VariablesResponse{--tw-border-opacity:1;border-inline-end-color:rgb(99 209 244/var(--tw-border-opacity,1))}.border-e-VariablesSingleOption{--tw-border-opacity:1;border-inline-end-color:rgb(154 86 240/var(--tw-border-opacity,1))}.border-e-VariablesText{--tw-border-opacity:1;border-inline-end-color:rgb(86 241 185/var(--tw-border-opacity,1))}.border-e-VariablesUrl{--tw-border-opacity:1;border-inline-end-color:rgb(98 123 255/var(--tw-border-opacity,1))}.border-l-VariablesDate{--tw-border-opacity:1;border-left-color:rgb(225 124 251/var(--tw-border-opacity,1))}.border-l-VariablesMultipleOption{--tw-border-opacity:1;border-left-color:rgb(241 105 170/var(--tw-border-opacity,1))}.border-l-VariablesNumber{--tw-border-opacity:1;border-left-color:rgb(246 79 79/var(--tw-border-opacity,1))}.border-l-VariablesResponse{--tw-border-opacity:1;border-left-color:rgb(99 209 244/var(--tw-border-opacity,1))}.border-l-VariablesSingleOption{--tw-border-opacity:1;border-left-color:rgb(154 86 240/var(--tw-border-opacity,1))}.border-l-VariablesText{--tw-border-opacity:1;border-left-color:rgb(86 241 185/var(--tw-border-opacity,1))}.border-l-VariablesUrl{--tw-border-opacity:1;border-left-color:rgb(98 123 255/var(--tw-border-opacity,1))}.border-r-VariablesDate{--tw-border-opacity:1;border-right-color:rgb(225 124 251/var(--tw-border-opacity,1))}.border-r-VariablesMultipleOption{--tw-border-opacity:1;border-right-color:rgb(241 105 170/var(--tw-border-opacity,1))}.border-r-VariablesNumber{--tw-border-opacity:1;border-right-color:rgb(246 79 79/var(--tw-border-opacity,1))}.border-r-VariablesResponse{--tw-border-opacity:1;border-right-color:rgb(99 209 244/var(--tw-border-opacity,1))}.border-r-VariablesSingleOption{--tw-border-opacity:1;border-right-color:rgb(154 86 240/var(--tw-border-opacity,1))}.border-r-VariablesText{--tw-border-opacity:1;border-right-color:rgb(86 241 185/var(--tw-border-opacity,1))}.border-r-VariablesUrl{--tw-border-opacity:1;border-right-color:rgb(98 123 255/var(--tw-border-opacity,1))}.border-s-VariablesDate{--tw-border-opacity:1;border-inline-start-color:rgb(225 124 251/var(--tw-border-opacity,1))}.border-s-VariablesMultipleOption{--tw-border-opacity:1;border-inline-start-color:rgb(241 105 170/var(--tw-border-opacity,1))}.border-s-VariablesNumber{--tw-border-opacity:1;border-inline-start-color:rgb(246 79 79/var(--tw-border-opacity,1))}.border-s-VariablesResponse{--tw-border-opacity:1;border-inline-start-color:rgb(99 209 244/var(--tw-border-opacity,1))}.border-s-VariablesSingleOption{--tw-border-opacity:1;border-inline-start-color:rgb(154 86 240/var(--tw-border-opacity,1))}.border-s-VariablesText{--tw-border-opacity:1;border-inline-start-color:rgb(86 241 185/var(--tw-border-opacity,1))}.border-s-VariablesUrl{--tw-border-opacity:1;border-inline-start-color:rgb(98 123 255/var(--tw-border-opacity,1))}.border-t-VariablesDate{--tw-border-opacity:1;border-top-color:rgb(225 124 251/var(--tw-border-opacity,1))}.border-t-VariablesMultipleOption{--tw-border-opacity:1;border-top-color:rgb(241 105 170/var(--tw-border-opacity,1))}.border-t-VariablesNumber{--tw-border-opacity:1;border-top-color:rgb(246 79 79/var(--tw-border-opacity,1))}.border-t-VariablesResponse{--tw-border-opacity:1;border-top-color:rgb(99 209 244/var(--tw-border-opacity,1))}.border-t-VariablesSingleOption{--tw-border-opacity:1;border-top-color:rgb(154 86 240/var(--tw-border-opacity,1))}.border-t-VariablesText{--tw-border-opacity:1;border-top-color:rgb(86 241 185/var(--tw-border-opacity,1))}.border-t-VariablesUrl{--tw-border-opacity:1;border-top-color:rgb(98 123 255/var(--tw-border-opacity,1))}.border-opacity-0{--tw-border-opacity:0}.border-opacity-100{--tw-border-opacity:1}.border-opacity-30{--tw-border-opacity:0.3}.bg-BackgroundError{--tw-bg-opacity:1;background-color:rgb(254 202 202/var(--tw-bg-opacity,1))}.bg-GreyLight{--tw-bg-opacity:1;background-color:rgb(236 240 241/var(--tw-bg-opacity,1))}.bg-GreyMedium{--tw-bg-opacity:1;background-color:rgb(228 233 235/var(--tw-bg-opacity,1))}.bg-GreyThin{--tw-bg-opacity:1;background-color:rgb(247 249 250/var(--tw-bg-opacity,1))}.bg-NewTextBlack{--tw-bg-opacity:1;background-color:rgb(20 16 44/var(--tw-bg-opacity,1))}.bg-PrimaryN{--tw-bg-opacity:1;background-color:rgb(173 243 99/var(--tw-bg-opacity,1))}.bg-TextBlack{--tw-bg-opacity:1;background-color:rgb(20 16 44/var(--tw-bg-opacity,1))}.bg-TextLight{--tw-bg-opacity:1;background-color:rgb(208 216 217/var(--tw-bg-opacity,1))}.bg-TextMedium{--tw-bg-opacity:1;background-color:rgb(176 185 186/var(--tw-bg-opacity,1))}.bg-Tooltip{--tw-bg-opacity:1;background-color:rgb(67 44 231/var(--tw-bg-opacity,1))}.bg-VariablesDate{--tw-bg-opacity:1;background-color:rgb(225 124 251/var(--tw-bg-opacity,1))}.bg-VariablesMultipleOption{--tw-bg-opacity:1;background-color:rgb(241 105 170/var(--tw-bg-opacity,1))}.bg-VariablesNumber{--tw-bg-opacity:1;background-color:rgb(246 79 79/var(--tw-bg-opacity,1))}.bg-VariablesResponse{--tw-bg-opacity:1;background-color:rgb(99 209 244/var(--tw-bg-opacity,1))}.bg-VariablesSingleOption{--tw-bg-opacity:1;background-color:rgb(154 86 240/var(--tw-bg-opacity,1))}.bg-VariablesText{--tw-bg-opacity:1;background-color:rgb(86 241 185/var(--tw-bg-opacity,1))}.bg-VariablesUrl{--tw-bg-opacity:1;background-color:rgb(98 123 255/var(--tw-bg-opacity,1))}.bg-amber-100{--tw-bg-opacity:1;background-color:rgb(254 243 199/var(--tw-bg-opacity,1))}.bg-amber-200{--tw-bg-opacity:1;background-color:rgb(253 230 138/var(--tw-bg-opacity,1))}.bg-amber-500{--tw-bg-opacity:1;background-color:rgb(245 158 11/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-200{--tw-bg-opacity:1;background-color:rgb(191 219 254/var(--tw-bg-opacity,1))}.bg-blue-500{--tw-bg-opacity:1;background-color:rgb(59 130 246/var(--tw-bg-opacity,1))}.bg-cyan-100{--tw-bg-opacity:1;background-color:rgb(207 250 254/var(--tw-bg-opacity,1))}.bg-cyan-200{--tw-bg-opacity:1;background-color:rgb(165 243 252/var(--tw-bg-opacity,1))}.bg-cyan-500{--tw-bg-opacity:1;background-color:rgb(6 182 212/var(--tw-bg-opacity,1))}.bg-emerald-100{--tw-bg-opacity:1;background-color:rgb(209 250 229/var(--tw-bg-opacity,1))}.bg-emerald-200{--tw-bg-opacity:1;background-color:rgb(167 243 208/var(--tw-bg-opacity,1))}.bg-emerald-500{--tw-bg-opacity:1;background-color:rgb(16 185 129/var(--tw-bg-opacity,1))}.bg-fuchsia-100{--tw-bg-opacity:1;background-color:rgb(250 232 255/var(--tw-bg-opacity,1))}.bg-fuchsia-200{--tw-bg-opacity:1;background-color:rgb(245 208 254/var(--tw-bg-opacity,1))}.bg-fuchsia-500{--tw-bg-opacity:1;background-color:rgb(217 70 239/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-50{--tw-bg-opacity:1;background-color:rgb(249 250 251/var(--tw-bg-opacity,1))}.bg-gray-800{--tw-bg-opacity:1;background-color:rgb(31 41 55/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-200{--tw-bg-opacity:1;background-color:rgb(187 247 208/var(--tw-bg-opacity,1))}.bg-green-500{--tw-bg-opacity:1;background-color:rgb(34 197 94/var(--tw-bg-opacity,1))}.bg-indigo-100{--tw-bg-opacity:1;background-color:rgb(224 231 255/var(--tw-bg-opacity,1))}.bg-indigo-200{--tw-bg-opacity:1;background-color:rgb(199 210 254/var(--tw-bg-opacity,1))}.bg-indigo-500{--tw-bg-opacity:1;background-color:rgb(99 102 241/var(--tw-bg-opacity,1))}.bg-inherit{background-color:inherit}.bg-lime-100{--tw-bg-opacity:1;background-color:rgb(236 252 203/var(--tw-bg-opacity,1))}.bg-lime-200{--tw-bg-opacity:1;background-color:rgb(217 249 157/var(--tw-bg-opacity,1))}.bg-lime-500{--tw-bg-opacity:1;background-color:rgb(132 204 22/var(--tw-bg-opacity,1))}.bg-orange-100{--tw-bg-opacity:1;background-color:rgb(255 237 213/var(--tw-bg-opacity,1))}.bg-orange-200{--tw-bg-opacity:1;background-color:rgb(254 215 170/var(--tw-bg-opacity,1))}.bg-orange-500{--tw-bg-opacity:1;background-color:rgb(249 115 22/var(--tw-bg-opacity,1))}.bg-pink-100{--tw-bg-opacity:1;background-color:rgb(252 231 243/var(--tw-bg-opacity,1))}.bg-pink-200{--tw-bg-opacity:1;background-color:rgb(251 207 232/var(--tw-bg-opacity,1))}.bg-pink-500{--tw-bg-opacity:1;background-color:rgb(236 72 153/var(--tw-bg-opacity,1))}.bg-purple-100{--tw-bg-opacity:1;background-color:rgb(243 232 255/var(--tw-bg-opacity,1))}.bg-purple-200{--tw-bg-opacity:1;background-color:rgb(233 213 255/var(--tw-bg-opacity,1))}.bg-purple-500{--tw-bg-opacity:1;background-color:rgb(168 85 247/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-200{--tw-bg-opacity:1;background-color:rgb(254 202 202/var(--tw-bg-opacity,1))}.bg-red-500{--tw-bg-opacity:1;background-color:rgb(239 68 68/var(--tw-bg-opacity,1))}.bg-rose-100{--tw-bg-opacity:1;background-color:rgb(255 228 230/var(--tw-bg-opacity,1))}.bg-rose-200{--tw-bg-opacity:1;background-color:rgb(254 205 211/var(--tw-bg-opacity,1))}.bg-rose-500{--tw-bg-opacity:1;background-color:rgb(244 63 94/var(--tw-bg-opacity,1))}.bg-sky-100{--tw-bg-opacity:1;background-color:rgb(224 242 254/var(--tw-bg-opacity,1))}.bg-sky-200{--tw-bg-opacity:1;background-color:rgb(186 230 253/var(--tw-bg-opacity,1))}.bg-sky-500{--tw-bg-opacity:1;background-color:rgb(14 165 233/var(--tw-bg-opacity,1))}.bg-teal-100{--tw-bg-opacity:1;background-color:rgb(204 251 241/var(--tw-bg-opacity,1))}.bg-teal-200{--tw-bg-opacity:1;background-color:rgb(153 246 228/var(--tw-bg-opacity,1))}.bg-teal-500{--tw-bg-opacity:1;background-color:rgb(20 184 166/var(--tw-bg-opacity,1))}.bg-transparent{background-color:transparent}.bg-violet-100{--tw-bg-opacity:1;background-color:rgb(237 233 254/var(--tw-bg-opacity,1))}.bg-violet-200{--tw-bg-opacity:1;background-color:rgb(221 214 254/var(--tw-bg-opacity,1))}.bg-violet-500{--tw-bg-opacity:1;background-color:rgb(139 92 246/var(--tw-bg-opacity,1))}.bg-white{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1))}.bg-yellow-100{--tw-bg-opacity:1;background-color:rgb(254 249 195/var(--tw-bg-opacity,1))}.bg-yellow-200{--tw-bg-opacity:1;background-color:rgb(254 240 138/var(--tw-bg-opacity,1))}.bg-yellow-500{--tw-bg-opacity:1;background-color:rgb(234 179 8/var(--tw-bg-opacity,1))}.bg-opacity-10{--tw-bg-opacity:0.1}.bg-opacity-100{--tw-bg-opacity:1}.bg-opacity-20{--tw-bg-opacity:0.2}.bg-opacity-30{--tw-bg-opacity:0.3}.bg-opacity-40{--tw-bg-opacity:0.4}.bg-opacity-50{--tw-bg-opacity:0.5}.bg-opacity-80{--tw-bg-opacity:0.8}.bg-opacity-90{--tw-bg-opacity:0.9}.bg-opacity-\[0\.875\]{--tw-bg-opacity:0.875}.bg-opacity-\[0\.88\]{--tw-bg-opacity:0.88}.bg-opacity-\[88\]{--tw-bg-opacity:88}.bg-gradient-to-t{background-image:linear-gradient(to top,var(--tw-gradient-stops))}.bg-none{background-image:none}.from-GreyThin{--tw-gradient-from:#f7f9fa var(--tw-gradient-from-position);--tw-gradient-to:rgba(247,249,250,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-VariablesDate{--tw-gradient-from:#e17cfb var(--tw-gradient-from-position);--tw-gradient-to:rgba(225,124,251,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-VariablesMultipleOption{--tw-gradient-from:#f169aa var(--tw-gradient-from-position);--tw-gradient-to:rgba(241,105,170,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-VariablesNumber{--tw-gradient-from:#f64f4f var(--tw-gradient-from-position);--tw-gradient-to:rgba(246,79,79,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-VariablesResponse{--tw-gradient-from:#63d1f4 var(--tw-gradient-from-position);--tw-gradient-to:rgba(99,209,244,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-VariablesSingleOption{--tw-gradient-from:#9a56f0 var(--tw-gradient-from-position);--tw-gradient-to:rgba(154,86,240,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-VariablesText{--tw-gradient-from:#56f1b9 var(--tw-gradient-from-position);--tw-gradient-to:rgba(86,241,185,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-VariablesUrl{--tw-gradient-from:#627bff var(--tw-gradient-from-position);--tw-gradient-to:rgba(98,123,255,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.via-VariablesDate{--tw-gradient-to:rgba(225,124,251,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),#e17cfb var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-VariablesMultipleOption{--tw-gradient-to:rgba(241,105,170,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),#f169aa var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-VariablesNumber{--tw-gradient-to:rgba(246,79,79,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),#f64f4f var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-VariablesResponse{--tw-gradient-to:rgba(99,209,244,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),#63d1f4 var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-VariablesSingleOption{--tw-gradient-to:rgba(154,86,240,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),#9a56f0 var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-VariablesText{--tw-gradient-to:rgba(86,241,185,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),#56f1b9 var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-VariablesUrl{--tw-gradient-to:rgba(98,123,255,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),#627bff var(--tw-gradient-via-position),var(--tw-gradient-to)}.to-VariablesDate{--tw-gradient-to:#e17cfb var(--tw-gradient-to-position)}.to-VariablesMultipleOption{--tw-gradient-to:#f169aa var(--tw-gradient-to-position)}.to-VariablesNumber{--tw-gradient-to:#f64f4f var(--tw-gradient-to-position)}.to-VariablesResponse{--tw-gradient-to:#63d1f4 var(--tw-gradient-to-position)}.to-VariablesSingleOption{--tw-gradient-to:#9a56f0 var(--tw-gradient-to-position)}.to-VariablesText{--tw-gradient-to:#56f1b9 var(--tw-gradient-to-position)}.to-VariablesUrl{--tw-gradient-to:#627bff var(--tw-gradient-to-position)}.bg-clip-border{background-clip:border-box}.fill-GreyMedium{fill:#e4e9eb}.fill-NewTextBlack{fill:#14102c}.fill-PrimaryN{fill:#adf363}.fill-TextBlack{fill:#14102c}.fill-TextMedium{fill:#b0b9ba}.fill-TextSolid{fill:#858d8f}.fill-VariablesDate{fill:#e17cfb}.fill-VariablesMultipleOption{fill:#f169aa}.fill-VariablesNumber{fill:#f64f4f}.fill-VariablesResponse{fill:#63d1f4}.fill-VariablesSingleOption{fill:#9a56f0}.fill-VariablesText{fill:#56f1b9}.fill-VariablesUrl{fill:#627bff}.fill-black{fill:#000}.fill-current{fill:currentColor}.fill-none{fill:none}.fill-white{fill:#fff}.stroke-VariablesDate{stroke:#e17cfb}.stroke-VariablesMultipleOption{stroke:#f169aa}.stroke-VariablesNumber{stroke:#f64f4f}.stroke-VariablesResponse{stroke:#63d1f4}.stroke-VariablesSingleOption{stroke:#9a56f0}.stroke-VariablesText{stroke:#56f1b9}.stroke-VariablesUrl{stroke:#627bff}.object-cover{-o-object-fit:cover;object-fit:cover}.p-0{padding:0}.p-0\.5{padding:.125rem}.p-1{padding:.25rem}.p-2{padding:.5rem}.p-2\.5{padding:.625rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.p-\[0\.45rem\]{padding:.45rem}.p-\[0\.5\]{padding:.5}.p-\[11px\]{padding:11px}.p-\[2px\]{padding:2px}.p-\[9px\]{padding:9px}.px-0{padding-left:0;padding-right:0}.px-0\.5{padding-left:.125rem;padding-right:.125rem}.px-1{padding-left:.25rem;padding-right:.25rem}.px-1\.5{padding-left:.375rem;padding-right:.375rem}.px-10{padding-left:2.5rem;padding-right:2.5rem}.px-14{padding-left:3.5rem;padding-right:3.5rem}.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-8{padding-left:2rem;padding-right:2rem}.px-\[0\.469rem\]{padding-left:.469rem;padding-right:.469rem}.px-\[10px\]{padding-left:10px;padding-right:10px}.px-\[20px\]{padding-left:20px;padding-right:20px}.px-\[2px\]{padding-left:2px;padding-right:2px}.px-\[6px\]{padding-left:6px;padding-right:6px}.px-\[7px\]{padding-left:7px;padding-right:7px}.py-0{padding-top:0;padding-bottom:0}.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-2{padding-top:.5rem;padding-bottom:.5rem}.py-2\.5{padding-top:.625rem;padding-bottom:.625rem}.py-20{padding-top:5rem;padding-bottom:5rem}.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-6{padding-top:1.5rem;padding-bottom:1.5rem}.py-8{padding-top:2rem;padding-bottom:2rem}.py-\[0\.188rem\]{padding-top:.188rem;padding-bottom:.188rem}.py-\[0\.55rem\]{padding-top:.55rem;padding-bottom:.55rem}.py-\[0\.565rem\]{padding-top:.565rem;padding-bottom:.565rem}.py-\[0\.625rem\]{padding-top:.625rem;padding-bottom:.625rem}.py-\[0\.65rem\]{padding-top:.65rem;padding-bottom:.65rem}.py-\[1\.375rem\]{padding-top:1.375rem;padding-bottom:1.375rem}.py-\[2px\]{padding-top:2px;padding-bottom:2px}.py-\[4px\]{padding-top:4px;padding-bottom:4px}.py-\[5px\]{padding-top:5px;padding-bottom:5px}.py-\[6px\]{padding-top:6px;padding-bottom:6px}.pb-0{padding-bottom:0}.pb-1{padding-bottom:.25rem}.pb-10{padding-bottom:2.5rem}.pb-12{padding-bottom:3rem}.pb-14{padding-bottom:3.5rem}.pb-2{padding-bottom:.5rem}.pb-2\.5{padding-bottom:.625rem}.pb-20{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-8{padding-bottom:2rem}.pb-\[1\.625rem\]{padding-bottom:1.625rem}.pb-\[10\.25rem\]{padding-bottom:10.25rem}.pb-\[2\.125rem\]{padding-bottom:2.125rem}.pl-0{padding-left:0}.pl-0\.5{padding-left:.125rem}.pl-1{padding-left:.25rem}.pl-1\.5{padding-left:.375rem}.pl-10{padding-left:2.5rem}.pl-12{padding-left:3rem}.pl-2{padding-left:.5rem}.pl-2\.5{padding-left:.625rem}.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-\[10px\]{padding-left:10px}.pl-\[2px\]{padding-left:2px}.pr-1{padding-right:.25rem}.pr-10{padding-right:2.5rem}.pr-14{padding-right:3.5rem}.pr-16{padding-right:4rem}.pr-2{padding-right:.5rem}.pr-2\.5{padding-right:.625rem}.pr-3{padding-right:.75rem}.pr-4{padding-right:1rem}.pr-6{padding-right:1.5rem}.pr-\[12px\]{padding-right:12px}.pt-0{padding-top:0}.pt-1{padding-top:.25rem}.pt-10{padding-top:2.5rem}.pt-12{padding-top:3rem}.pt-14{padding-top:3.5rem}.pt-16{padding-top:4rem}.pt-2{padding-top:.5rem}.pt-3{padding-top:.75rem}.pt-4{padding-top:1rem}.pt-5{padding-top:1.25rem}.pt-6{padding-top:1.5rem}.pt-8{padding-top:2rem}.pt-\[1rem\]{padding-top:1rem}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.text-justify{text-align:justify}.text-start{text-align:start}.text-end{text-align:end}.align-middle{vertical-align:middle}.align-bottom{vertical-align:bottom}.text-2xl{font-size:1.5rem;line-height:2rem}.text-2xs{font-size:.625rem}.text-3xl{font-size:1.875rem;line-height:2.25rem}.text-4xl{font-size:2.25rem;line-height:2.5rem}.text-ThemeLarge{font-size:1rem;line-height:1.5rem}.text-ThemeRegular{font-size:.875rem;line-height:1.375rem}.text-ThemeSmall{font-size:.75rem;line-height:1.125rem}.text-\[0\.5625rem\]{font-size:.5625rem}.text-\[0\.625rem\]{font-size:.625rem}.text-\[0\.6875rem\]{font-size:.6875rem}.text-\[0\.75rem\]{font-size:.75rem}.text-\[1\.750rem\],.text-\[1\.75rem\]{font-size:1.75rem}.text-\[10px\]{font-size:10px}.text-\[1rem\]{font-size:1rem}.text-\[2rem\]{font-size:2rem}.text-base{font-size:1rem;line-height:1.5rem}.text-base\/10{font-size:1rem;line-height:2.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-\[16px\]{font-weight:16px}.font-bold{font-weight:700}.font-extralight{font-weight:200}.font-light{font-weight:300}.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}.ordinal{--tw-ordinal:ordinal;font-variant-numeric:var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction)}.leading-10{line-height:2.5rem}.leading-3{line-height:.75rem}.leading-4{line-height:1rem}.leading-5{line-height:1.25rem}.leading-6{line-height:1.5rem}.leading-7{line-height:1.75rem}.leading-8{line-height:2rem}.leading-9{line-height:2.25rem}.leading-\[0\.910rem\]{line-height:.91rem}.leading-\[1\.125rem\]{line-height:1.125rem}.leading-\[1\.375rem\]{line-height:1.375rem}.leading-\[26px\]{line-height:26px}.leading-\[2rem\]{line-height:2rem}.leading-\[3rem\]{line-height:3rem}.leading-\[56px\]{line-height:56px}.leading-none{line-height:1}.leading-relaxed{line-height:1.625}.leading-snug{line-height:1.375}.-tracking-4{letter-spacing:-.04em}.tracking-10{letter-spacing:.1em}.tracking-24{letter-spacing:.24em}.tracking-30{letter-spacing:.3em}.tracking-4{letter-spacing:.04em}.tracking-40{letter-spacing:.4em}.tracking-tight{letter-spacing:-.025em}.tracking-wide{letter-spacing:.025em}.text-GreyLight{--tw-text-opacity:1;color:rgb(236 240 241/var(--tw-text-opacity,1))}.text-GreyMedium{--tw-text-opacity:1;color:rgb(228 233 235/var(--tw-text-opacity,1))}.text-GreyThin{--tw-text-opacity:1;color:rgb(247 249 250/var(--tw-text-opacity,1))}.text-NewTextBlack{--tw-text-opacity:1;color:rgb(20 16 44/var(--tw-text-opacity,1))}.text-PrimaryN{--tw-text-opacity:1;color:rgb(173 243 99/var(--tw-text-opacity,1))}.text-TextBlack{--tw-text-opacity:1;color:rgb(20 16 44/var(--tw-text-opacity,1))}.text-TextError{--tw-text-opacity:1;color:rgb(239 68 68/var(--tw-text-opacity,1))}.text-TextLight{--tw-text-opacity:1;color:rgb(208 216 217/var(--tw-text-opacity,1))}.text-TextMedium{--tw-text-opacity:1;color:rgb(176 185 186/var(--tw-text-opacity,1))}.text-TextSolid{--tw-text-opacity:1;color:rgb(133 141 143/var(--tw-text-opacity,1))}.text-Tooltip{--tw-text-opacity:1;color:rgb(67 44 231/var(--tw-text-opacity,1))}.text-VariablesDate{--tw-text-opacity:1;color:rgb(225 124 251/var(--tw-text-opacity,1))}.text-VariablesMultipleOption{--tw-text-opacity:1;color:rgb(241 105 170/var(--tw-text-opacity,1))}.text-VariablesNumber{--tw-text-opacity:1;color:rgb(246 79 79/var(--tw-text-opacity,1))}.text-VariablesResponse{--tw-text-opacity:1;color:rgb(99 209 244/var(--tw-text-opacity,1))}.text-VariablesSingleOption{--tw-text-opacity:1;color:rgb(154 86 240/var(--tw-text-opacity,1))}.text-VariablesText{--tw-text-opacity:1;color:rgb(86 241 185/var(--tw-text-opacity,1))}.text-VariablesUrl{--tw-text-opacity:1;color:rgb(98 123 255/var(--tw-text-opacity,1))}.text-amber-500{--tw-text-opacity:1;color:rgb(245 158 11/var(--tw-text-opacity,1))}.text-amber-600{--tw-text-opacity:1;color:rgb(217 119 6/var(--tw-text-opacity,1))}.text-black{--tw-text-opacity:1;color:rgb(0 0 0/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-cyan-500{--tw-text-opacity:1;color:rgb(6 182 212/var(--tw-text-opacity,1))}.text-cyan-600{--tw-text-opacity:1;color:rgb(8 145 178/var(--tw-text-opacity,1))}.text-emerald-500{--tw-text-opacity:1;color:rgb(16 185 129/var(--tw-text-opacity,1))}.text-emerald-600{--tw-text-opacity:1;color:rgb(5 150 105/var(--tw-text-opacity,1))}.text-fuchsia-500{--tw-text-opacity:1;color:rgb(217 70 239/var(--tw-text-opacity,1))}.text-fuchsia-600{--tw-text-opacity:1;color:rgb(192 38 211/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-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-800{--tw-text-opacity:1;color:rgb(31 41 55/var(--tw-text-opacity,1))}.text-green-500{--tw-text-opacity:1;color:rgb(34 197 94/var(--tw-text-opacity,1))}.text-green-600{--tw-text-opacity:1;color:rgb(22 163 74/var(--tw-text-opacity,1))}.text-indigo-500{--tw-text-opacity:1;color:rgb(99 102 241/var(--tw-text-opacity,1))}.text-indigo-600{--tw-text-opacity:1;color:rgb(79 70 229/var(--tw-text-opacity,1))}.text-lime-500{--tw-text-opacity:1;color:rgb(132 204 22/var(--tw-text-opacity,1))}.text-lime-600{--tw-text-opacity:1;color:rgb(101 163 13/var(--tw-text-opacity,1))}.text-orange-500{--tw-text-opacity:1;color:rgb(249 115 22/var(--tw-text-opacity,1))}.text-orange-600{--tw-text-opacity:1;color:rgb(234 88 12/var(--tw-text-opacity,1))}.text-pink-500{--tw-text-opacity:1;color:rgb(236 72 153/var(--tw-text-opacity,1))}.text-pink-600{--tw-text-opacity:1;color:rgb(219 39 119/var(--tw-text-opacity,1))}.text-purple-500{--tw-text-opacity:1;color:rgb(168 85 247/var(--tw-text-opacity,1))}.text-purple-600{--tw-text-opacity:1;color:rgb(147 51 234/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-rose-500{--tw-text-opacity:1;color:rgb(244 63 94/var(--tw-text-opacity,1))}.text-rose-600{--tw-text-opacity:1;color:rgb(225 29 72/var(--tw-text-opacity,1))}.text-sky-500{--tw-text-opacity:1;color:rgb(14 165 233/var(--tw-text-opacity,1))}.text-sky-600{--tw-text-opacity:1;color:rgb(2 132 199/var(--tw-text-opacity,1))}.text-teal-500{--tw-text-opacity:1;color:rgb(20 184 166/var(--tw-text-opacity,1))}.text-teal-600{--tw-text-opacity:1;color:rgb(13 148 136/var(--tw-text-opacity,1))}.text-violet-500{--tw-text-opacity:1;color:rgb(139 92 246/var(--tw-text-opacity,1))}.text-violet-600{--tw-text-opacity:1;color:rgb(124 58 237/var(--tw-text-opacity,1))}.text-white{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.text-yellow-500{--tw-text-opacity:1;color:rgb(234 179 8/var(--tw-text-opacity,1))}.text-yellow-600{--tw-text-opacity:1;color:rgb(202 138 4/var(--tw-text-opacity,1))}.text-opacity-30{--tw-text-opacity:0.3}.text-opacity-50{--tw-text-opacity:0.5}.line-through{text-decoration-line:line-through}.decoration-VariablesDate{text-decoration-color:#e17cfb}.decoration-VariablesMultipleOption{text-decoration-color:#f169aa}.decoration-VariablesNumber{text-decoration-color:#f64f4f}.decoration-VariablesResponse{text-decoration-color:#63d1f4}.decoration-VariablesSingleOption{text-decoration-color:#9a56f0}.decoration-VariablesText{text-decoration-color:#56f1b9}.decoration-VariablesUrl{text-decoration-color:#627bff}.antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.placeholder-TextMedium::-moz-placeholder{--tw-placeholder-opacity:1;color:rgb(176 185 186/var(--tw-placeholder-opacity,1))}.placeholder-TextMedium::placeholder{--tw-placeholder-opacity:1;color:rgb(176 185 186/var(--tw-placeholder-opacity,1))}.placeholder-VariablesDate::-moz-placeholder{--tw-placeholder-opacity:1;color:rgb(225 124 251/var(--tw-placeholder-opacity,1))}.placeholder-VariablesDate::placeholder{--tw-placeholder-opacity:1;color:rgb(225 124 251/var(--tw-placeholder-opacity,1))}.placeholder-VariablesMultipleOption::-moz-placeholder{--tw-placeholder-opacity:1;color:rgb(241 105 170/var(--tw-placeholder-opacity,1))}.placeholder-VariablesMultipleOption::placeholder{--tw-placeholder-opacity:1;color:rgb(241 105 170/var(--tw-placeholder-opacity,1))}.placeholder-VariablesNumber::-moz-placeholder{--tw-placeholder-opacity:1;color:rgb(246 79 79/var(--tw-placeholder-opacity,1))}.placeholder-VariablesNumber::placeholder{--tw-placeholder-opacity:1;color:rgb(246 79 79/var(--tw-placeholder-opacity,1))}.placeholder-VariablesResponse::-moz-placeholder{--tw-placeholder-opacity:1;color:rgb(99 209 244/var(--tw-placeholder-opacity,1))}.placeholder-VariablesResponse::placeholder{--tw-placeholder-opacity:1;color:rgb(99 209 244/var(--tw-placeholder-opacity,1))}.placeholder-VariablesSingleOption::-moz-placeholder{--tw-placeholder-opacity:1;color:rgb(154 86 240/var(--tw-placeholder-opacity,1))}.placeholder-VariablesSingleOption::placeholder{--tw-placeholder-opacity:1;color:rgb(154 86 240/var(--tw-placeholder-opacity,1))}.placeholder-VariablesText::-moz-placeholder{--tw-placeholder-opacity:1;color:rgb(86 241 185/var(--tw-placeholder-opacity,1))}.placeholder-VariablesText::placeholder{--tw-placeholder-opacity:1;color:rgb(86 241 185/var(--tw-placeholder-opacity,1))}.placeholder-VariablesUrl::-moz-placeholder{--tw-placeholder-opacity:1;color:rgb(98 123 255/var(--tw-placeholder-opacity,1))}.placeholder-VariablesUrl::placeholder{--tw-placeholder-opacity:1;color:rgb(98 123 255/var(--tw-placeholder-opacity,1))}.placeholder-gray-400::-moz-placeholder{--tw-placeholder-opacity:1;color:rgb(156 163 175/var(--tw-placeholder-opacity,1))}.placeholder-gray-400::placeholder{--tw-placeholder-opacity:1;color:rgb(156 163 175/var(--tw-placeholder-opacity,1))}.caret-VariablesDate{caret-color:#e17cfb}.caret-VariablesMultipleOption{caret-color:#f169aa}.caret-VariablesNumber{caret-color:#f64f4f}.caret-VariablesResponse{caret-color:#63d1f4}.caret-VariablesSingleOption{caret-color:#9a56f0}.caret-VariablesText{caret-color:#56f1b9}.caret-VariablesUrl{caret-color:#627bff}.accent-VariablesDate{accent-color:#e17cfb}.accent-VariablesMultipleOption{accent-color:#f169aa}.accent-VariablesNumber{accent-color:#f64f4f}.accent-VariablesResponse{accent-color:#63d1f4}.accent-VariablesSingleOption{accent-color:#9a56f0}.accent-VariablesText{accent-color:#56f1b9}.accent-VariablesUrl{accent-color:#627bff}.opacity-0{opacity:0}.opacity-100{opacity:1}.opacity-20{opacity:.2}.opacity-50{opacity:.5}.opacity-70{opacity:.7}.opacity-80{opacity:.8}.opacity-90{opacity:.9}.opacity-\[33\]{opacity:1}.mix-blend-plus-darker{mix-blend-mode:plus-darker}.shadow{--tw-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px -1px rgba(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-LightSDW{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-LightSDW{--tw-shadow:0px 0px 4px 0px rgba(20,16,44,.08);--tw-shadow-colored:0px 0px 4px 0px var(--tw-shadow-color)}.shadow-card{--tw-shadow:0px 4px 8px 0px rgba(20,16,44,.15);--tw-shadow-colored:0px 4px 8px 0px var(--tw-shadow-color)}.shadow-card,.shadow-default{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-default{--tw-shadow:2px 2px 16px 0px rgba(20,16,44,.1);--tw-shadow-colored:2px 2px 16px 0px var(--tw-shadow-color)}.shadow-lg{--tw-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(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:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1);--tw-shadow-colored:0 4px 6px -1px var(--tw-shadow-color),0 2px 4px -2px var(--tw-shadow-color)}.shadow-none{--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000}.shadow-none,.shadow-sm{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-sm{--tw-shadow:0 1px 2px 0 rgba(0,0,0,.05);--tw-shadow-colored:0 1px 2px 0 var(--tw-shadow-color)}.shadow-xl{--tw-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 8px 10px -6px rgba(0,0,0,.1);--tw-shadow-colored:0 20px 25px -5px var(--tw-shadow-color),0 8px 10px -6px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-VariablesDate{--tw-shadow-color:#e17cfb;--tw-shadow:var(--tw-shadow-colored)}.shadow-VariablesMultipleOption{--tw-shadow-color:#f169aa;--tw-shadow:var(--tw-shadow-colored)}.shadow-VariablesNumber{--tw-shadow-color:#f64f4f;--tw-shadow:var(--tw-shadow-colored)}.shadow-VariablesResponse{--tw-shadow-color:#63d1f4;--tw-shadow:var(--tw-shadow-colored)}.shadow-VariablesSingleOption{--tw-shadow-color:#9a56f0;--tw-shadow:var(--tw-shadow-colored)}.shadow-VariablesText{--tw-shadow-color:#56f1b9;--tw-shadow:var(--tw-shadow-colored)}.shadow-VariablesUrl{--tw-shadow-color:#627bff;--tw-shadow:var(--tw-shadow-colored)}.outline-none{outline:2px solid transparent;outline-offset:2px}.outline{outline-style:solid}.outline-2{outline-width:2px}.outline-offset-4{outline-offset:4px}.outline-PrimaryN{outline-color:#adf363}.outline-VariablesDate{outline-color:#e17cfb}.outline-VariablesMultipleOption{outline-color:#f169aa}.outline-VariablesNumber{outline-color:#f64f4f}.outline-VariablesResponse{outline-color:#63d1f4}.outline-VariablesSingleOption{outline-color:#9a56f0}.outline-VariablesText{outline-color:#56f1b9}.outline-VariablesUrl{outline-color:#627bff}.ring{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.ring-VariablesDate{--tw-ring-opacity:1;--tw-ring-color:rgb(225 124 251/var(--tw-ring-opacity,1))}.ring-VariablesMultipleOption{--tw-ring-opacity:1;--tw-ring-color:rgb(241 105 170/var(--tw-ring-opacity,1))}.ring-VariablesNumber{--tw-ring-opacity:1;--tw-ring-color:rgb(246 79 79/var(--tw-ring-opacity,1))}.ring-VariablesResponse{--tw-ring-opacity:1;--tw-ring-color:rgb(99 209 244/var(--tw-ring-opacity,1))}.ring-VariablesSingleOption{--tw-ring-opacity:1;--tw-ring-color:rgb(154 86 240/var(--tw-ring-opacity,1))}.ring-VariablesText{--tw-ring-opacity:1;--tw-ring-color:rgb(86 241 185/var(--tw-ring-opacity,1))}.ring-VariablesUrl{--tw-ring-opacity:1;--tw-ring-color:rgb(98 123 255/var(--tw-ring-opacity,1))}.ring-offset-VariablesDate{--tw-ring-offset-color:#e17cfb}.ring-offset-VariablesMultipleOption{--tw-ring-offset-color:#f169aa}.ring-offset-VariablesNumber{--tw-ring-offset-color:#f64f4f}.ring-offset-VariablesResponse{--tw-ring-offset-color:#63d1f4}.ring-offset-VariablesSingleOption{--tw-ring-offset-color:#9a56f0}.ring-offset-VariablesText{--tw-ring-offset-color:#56f1b9}.ring-offset-VariablesUrl{--tw-ring-offset-color:#627bff}.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-blur,.backdrop-blur-24{-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);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)}.backdrop-blur-24{--tw-backdrop-blur:blur(24px)}.backdrop-blur-\[2px\]{--tw-backdrop-blur:blur(2px)}.backdrop-blur-\[2px\],.backdrop-blur-\[6px\]{-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);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)}.backdrop-blur-\[6px\]{--tw-backdrop-blur:blur(6px)}.backdrop-blur-lg{--tw-backdrop-blur:blur(16px)}.backdrop-blur-lg,.backdrop-blur-sm{-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);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)}.backdrop-blur-sm{--tw-backdrop-blur:blur(4px)}.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;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-\[border-radius\]{transition-property:border-radius;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-\[flex\]{transition-property:flex;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-\[opacity\2c visibility\]{transition-property:opacity,visibility;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-\[visibility\]{transition-property:visibility;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-\[width\]{transition-property:width;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}.delay-300{transition-delay:.3s}.duration-0{transition-duration:0s}.duration-150{transition-duration:.15s}.duration-200{transition-duration:.2s}.duration-300{transition-duration:.3s}.duration-500{transition-duration:.5s}.duration-\[200ms\]{transition-duration:.2s}.duration-\[400ms\]{transition-duration:.4s}.duration-\[500ms\]{transition-duration:.5s}.ease-in{transition-timing-function:cubic-bezier(.4,0,1,1)}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}.ease-out{transition-timing-function:cubic-bezier(0,0,.2,1)}.will-change-transform{will-change:transform}.defaultPageContainer{margin-left:auto;margin-right:auto;max-width:1536px;padding-left:.5rem;padding-right:.5rem}@media (min-width:640px){.defaultPageContainer{padding-left:1rem;padding-right:1rem}}@media (min-width:768px){.defaultPageContainer{padding-left:1.5rem;padding-right:1.5rem}}.defaultMinPageHeight{min-height:calc(100vh - 14rem)}.invisibleScrollBar{scrollbar-width:none}.invisibleScrollBar::webkit-scrollbar{display:none}.default-scrollbar{scrollbar-gutter:stable}@supports(-moz-appearance:none){.default-scrollbar{scrollbar-color:#d0d8d9 #ecf0f1;scrollbar-width:thin}}.default-scrollbar::-webkit-scrollbar{width:.25rem}.default-scrollbar::-webkit-scrollbar-track{background-color:#ecf0f1;border-radius:.125rem}.default-scrollbar::-webkit-scrollbar-thumb{background:#d0d8d9;border-radius:.125rem}.\[-webkit-box-orient\:vertical\]{-webkit-box-orient:vertical}.\[-webkit-line-clamp\:1\]{-webkit-line-clamp:1}.\[-webkit-line-clamp\:2\]{-webkit-line-clamp:2}.\[display\:-webkit-box\]{display:-webkit-box}.\[grid-row\:1\/span_2\]{grid-row:1/span 2}.\[grid-template-rows\:0fr\]{grid-template-rows:0fr}.\[grid-template-rows\:1fr\]{grid-template-rows:1fr}#__next{min-height:100vh;position:relative}.react-flow__renderer{position:fixed!important}.react-flow__edges.react-flow__container{z-index:20!important}.toast-container{border-radius:16px;left:5px;padding-bottom:8px}@media(min-width:421px){.toast-container{padding-bottom:0;left:5px}}.toast-body{padding:0}.toast-progress-bar,.toastProgressBar{margin-left:1rem;margin-right:1rem;margin-bottom:.5rem;height:.125rem;--tw-bg-opacity:1;background-color:rgb(20 16 44/var(--tw-bg-opacity,1));width:100%;width:-moz-available;width:-webkit-fill-available;width:stretch}.Toastify__toast{padding:0;width:-moz-fit-content;width:fit-content}.first-letter\:flex:first-letter{display:flex}.placeholder\:text-center::-moz-placeholder{text-align:center}.placeholder\:text-center::placeholder{text-align:center}.placeholder\:text-NewTextBlack::-moz-placeholder{--tw-text-opacity:1;color:rgb(20 16 44/var(--tw-text-opacity,1))}.placeholder\:text-NewTextBlack::placeholder{--tw-text-opacity:1;color:rgb(20 16 44/var(--tw-text-opacity,1))}.placeholder\:text-TextMedium::-moz-placeholder{--tw-text-opacity:1;color:rgb(176 185 186/var(--tw-text-opacity,1))}.placeholder\:text-TextMedium::placeholder{--tw-text-opacity:1;color:rgb(176 185 186/var(--tw-text-opacity,1))}.placeholder\:transition-all::-moz-placeholder{-moz-transition-property:all;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.placeholder\:transition-all::placeholder{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.placeholder\:duration-300::-moz-placeholder{transition-duration:.3s}.placeholder\:duration-300::placeholder{transition-duration:.3s}.placeholder\:ease-out::-moz-placeholder{transition-timing-function:cubic-bezier(0,0,.2,1)}.placeholder\:ease-out::placeholder{transition-timing-function:cubic-bezier(0,0,.2,1)}.backdrop\:transition-shadow::backdrop{transition-property:box-shadow;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.after\:absolute:after{content:var(--tw-content);position:absolute}.after\:left-\[2px\]:after{content:var(--tw-content);left:2px}.after\:top-\[2px\]:after{content:var(--tw-content);top:2px}.after\:h-5:after{content:var(--tw-content);height:1.25rem}.after\:w-5:after{content:var(--tw-content);width:1.25rem}.after\:rounded-full:after{content:var(--tw-content);border-radius:9999px}.after\:border:after{content:var(--tw-content);border-width:1px}.after\:border-GreyLight:after{content:var(--tw-content);--tw-border-opacity:1;border-color:rgb(236 240 241/var(--tw-border-opacity,1))}.after\:bg-white:after{content:var(--tw-content);--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1))}.after\:transition-all:after{content:var(--tw-content);transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.last\:border-b:last-child{border-bottom-width:1px}.odd\:bg-white:nth-child(odd){--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1))}.even\:bg-GreyThin:nth-child(2n){--tw-bg-opacity:1;background-color:rgb(247 249 250/var(--tw-bg-opacity,1))}.focus-within\:border-GreyLight:focus-within{--tw-border-opacity:1;border-color:rgb(236 240 241/var(--tw-border-opacity,1))}.hover\:scale-105:hover{--tw-scale-x:1.05;--tw-scale-y:1.05}.hover\:scale-105:hover,.hover\:scale-110:hover{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))}.hover\:scale-110:hover{--tw-scale-x:1.1;--tw-scale-y:1.1}.hover\:scale-125:hover{--tw-scale-x:1.25;--tw-scale-y:1.25;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))}.hover\:cursor-not-allowed:hover{cursor:not-allowed}.hover\:cursor-pointer:hover{cursor:pointer}.hover\:divide-VariablesDate:hover>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(225 124 251/var(--tw-divide-opacity,1))}.hover\:divide-VariablesMultipleOption:hover>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(241 105 170/var(--tw-divide-opacity,1))}.hover\:divide-VariablesNumber:hover>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(246 79 79/var(--tw-divide-opacity,1))}.hover\:divide-VariablesResponse:hover>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(99 209 244/var(--tw-divide-opacity,1))}.hover\:divide-VariablesSingleOption:hover>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(154 86 240/var(--tw-divide-opacity,1))}.hover\:divide-VariablesText:hover>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(86 241 185/var(--tw-divide-opacity,1))}.hover\:divide-VariablesUrl:hover>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(98 123 255/var(--tw-divide-opacity,1))}.hover\:border-GreyMedium:hover{--tw-border-opacity:1;border-color:rgb(228 233 235/var(--tw-border-opacity,1))}.hover\:border-PrimaryN:hover{--tw-border-opacity:1;border-color:rgb(173 243 99/var(--tw-border-opacity,1))}.hover\:border-TextBlack:hover{--tw-border-opacity:1;border-color:rgb(20 16 44/var(--tw-border-opacity,1))}.hover\:border-VariablesDate:hover{--tw-border-opacity:1;border-color:rgb(225 124 251/var(--tw-border-opacity,1))}.hover\:border-VariablesMultipleOption:hover{--tw-border-opacity:1;border-color:rgb(241 105 170/var(--tw-border-opacity,1))}.hover\:border-VariablesNumber:hover{--tw-border-opacity:1;border-color:rgb(246 79 79/var(--tw-border-opacity,1))}.hover\:border-VariablesResponse:hover{--tw-border-opacity:1;border-color:rgb(99 209 244/var(--tw-border-opacity,1))}.hover\:border-VariablesSingleOption:hover{--tw-border-opacity:1;border-color:rgb(154 86 240/var(--tw-border-opacity,1))}.hover\:border-VariablesText:hover{--tw-border-opacity:1;border-color:rgb(86 241 185/var(--tw-border-opacity,1))}.hover\:border-VariablesUrl:hover{--tw-border-opacity:1;border-color:rgb(98 123 255/var(--tw-border-opacity,1))}.hover\:border-white:hover{--tw-border-opacity:1;border-color:rgb(255 255 255/var(--tw-border-opacity,1))}.hover\:border-x-VariablesDate:hover{--tw-border-opacity:1;border-left-color:rgb(225 124 251/var(--tw-border-opacity,1));border-right-color:rgb(225 124 251/var(--tw-border-opacity,1))}.hover\:border-x-VariablesMultipleOption:hover{--tw-border-opacity:1;border-left-color:rgb(241 105 170/var(--tw-border-opacity,1));border-right-color:rgb(241 105 170/var(--tw-border-opacity,1))}.hover\:border-x-VariablesNumber:hover{--tw-border-opacity:1;border-left-color:rgb(246 79 79/var(--tw-border-opacity,1));border-right-color:rgb(246 79 79/var(--tw-border-opacity,1))}.hover\:border-x-VariablesResponse:hover{--tw-border-opacity:1;border-left-color:rgb(99 209 244/var(--tw-border-opacity,1));border-right-color:rgb(99 209 244/var(--tw-border-opacity,1))}.hover\:border-x-VariablesSingleOption:hover{--tw-border-opacity:1;border-left-color:rgb(154 86 240/var(--tw-border-opacity,1));border-right-color:rgb(154 86 240/var(--tw-border-opacity,1))}.hover\:border-x-VariablesText:hover{--tw-border-opacity:1;border-left-color:rgb(86 241 185/var(--tw-border-opacity,1));border-right-color:rgb(86 241 185/var(--tw-border-opacity,1))}.hover\:border-x-VariablesUrl:hover{--tw-border-opacity:1;border-left-color:rgb(98 123 255/var(--tw-border-opacity,1));border-right-color:rgb(98 123 255/var(--tw-border-opacity,1))}.hover\:border-y-VariablesDate:hover{--tw-border-opacity:1;border-top-color:rgb(225 124 251/var(--tw-border-opacity,1));border-bottom-color:rgb(225 124 251/var(--tw-border-opacity,1))}.hover\:border-y-VariablesMultipleOption:hover{--tw-border-opacity:1;border-top-color:rgb(241 105 170/var(--tw-border-opacity,1));border-bottom-color:rgb(241 105 170/var(--tw-border-opacity,1))}.hover\:border-y-VariablesNumber:hover{--tw-border-opacity:1;border-top-color:rgb(246 79 79/var(--tw-border-opacity,1));border-bottom-color:rgb(246 79 79/var(--tw-border-opacity,1))}.hover\:border-y-VariablesResponse:hover{--tw-border-opacity:1;border-top-color:rgb(99 209 244/var(--tw-border-opacity,1));border-bottom-color:rgb(99 209 244/var(--tw-border-opacity,1))}.hover\:border-y-VariablesSingleOption:hover{--tw-border-opacity:1;border-top-color:rgb(154 86 240/var(--tw-border-opacity,1));border-bottom-color:rgb(154 86 240/var(--tw-border-opacity,1))}.hover\:border-y-VariablesText:hover{--tw-border-opacity:1;border-top-color:rgb(86 241 185/var(--tw-border-opacity,1));border-bottom-color:rgb(86 241 185/var(--tw-border-opacity,1))}.hover\:border-y-VariablesUrl:hover{--tw-border-opacity:1;border-top-color:rgb(98 123 255/var(--tw-border-opacity,1));border-bottom-color:rgb(98 123 255/var(--tw-border-opacity,1))}.hover\:border-b-VariablesDate:hover{--tw-border-opacity:1;border-bottom-color:rgb(225 124 251/var(--tw-border-opacity,1))}.hover\:border-b-VariablesMultipleOption:hover{--tw-border-opacity:1;border-bottom-color:rgb(241 105 170/var(--tw-border-opacity,1))}.hover\:border-b-VariablesNumber:hover{--tw-border-opacity:1;border-bottom-color:rgb(246 79 79/var(--tw-border-opacity,1))}.hover\:border-b-VariablesResponse:hover{--tw-border-opacity:1;border-bottom-color:rgb(99 209 244/var(--tw-border-opacity,1))}.hover\:border-b-VariablesSingleOption:hover{--tw-border-opacity:1;border-bottom-color:rgb(154 86 240/var(--tw-border-opacity,1))}.hover\:border-b-VariablesText:hover{--tw-border-opacity:1;border-bottom-color:rgb(86 241 185/var(--tw-border-opacity,1))}.hover\:border-b-VariablesUrl:hover{--tw-border-opacity:1;border-bottom-color:rgb(98 123 255/var(--tw-border-opacity,1))}.hover\:border-e-VariablesDate:hover{--tw-border-opacity:1;border-inline-end-color:rgb(225 124 251/var(--tw-border-opacity,1))}.hover\:border-e-VariablesMultipleOption:hover{--tw-border-opacity:1;border-inline-end-color:rgb(241 105 170/var(--tw-border-opacity,1))}.hover\:border-e-VariablesNumber:hover{--tw-border-opacity:1;border-inline-end-color:rgb(246 79 79/var(--tw-border-opacity,1))}.hover\:border-e-VariablesResponse:hover{--tw-border-opacity:1;border-inline-end-color:rgb(99 209 244/var(--tw-border-opacity,1))}.hover\:border-e-VariablesSingleOption:hover{--tw-border-opacity:1;border-inline-end-color:rgb(154 86 240/var(--tw-border-opacity,1))}.hover\:border-e-VariablesText:hover{--tw-border-opacity:1;border-inline-end-color:rgb(86 241 185/var(--tw-border-opacity,1))}.hover\:border-e-VariablesUrl:hover{--tw-border-opacity:1;border-inline-end-color:rgb(98 123 255/var(--tw-border-opacity,1))}.hover\:border-l-VariablesDate:hover{--tw-border-opacity:1;border-left-color:rgb(225 124 251/var(--tw-border-opacity,1))}.hover\:border-l-VariablesMultipleOption:hover{--tw-border-opacity:1;border-left-color:rgb(241 105 170/var(--tw-border-opacity,1))}.hover\:border-l-VariablesNumber:hover{--tw-border-opacity:1;border-left-color:rgb(246 79 79/var(--tw-border-opacity,1))}.hover\:border-l-VariablesResponse:hover{--tw-border-opacity:1;border-left-color:rgb(99 209 244/var(--tw-border-opacity,1))}.hover\:border-l-VariablesSingleOption:hover{--tw-border-opacity:1;border-left-color:rgb(154 86 240/var(--tw-border-opacity,1))}.hover\:border-l-VariablesText:hover{--tw-border-opacity:1;border-left-color:rgb(86 241 185/var(--tw-border-opacity,1))}.hover\:border-l-VariablesUrl:hover{--tw-border-opacity:1;border-left-color:rgb(98 123 255/var(--tw-border-opacity,1))}.hover\:border-r-VariablesDate:hover{--tw-border-opacity:1;border-right-color:rgb(225 124 251/var(--tw-border-opacity,1))}.hover\:border-r-VariablesMultipleOption:hover{--tw-border-opacity:1;border-right-color:rgb(241 105 170/var(--tw-border-opacity,1))}.hover\:border-r-VariablesNumber:hover{--tw-border-opacity:1;border-right-color:rgb(246 79 79/var(--tw-border-opacity,1))}.hover\:border-r-VariablesResponse:hover{--tw-border-opacity:1;border-right-color:rgb(99 209 244/var(--tw-border-opacity,1))}.hover\:border-r-VariablesSingleOption:hover{--tw-border-opacity:1;border-right-color:rgb(154 86 240/var(--tw-border-opacity,1))}.hover\:border-r-VariablesText:hover{--tw-border-opacity:1;border-right-color:rgb(86 241 185/var(--tw-border-opacity,1))}.hover\:border-r-VariablesUrl:hover{--tw-border-opacity:1;border-right-color:rgb(98 123 255/var(--tw-border-opacity,1))}.hover\:border-s-VariablesDate:hover{--tw-border-opacity:1;border-inline-start-color:rgb(225 124 251/var(--tw-border-opacity,1))}.hover\:border-s-VariablesMultipleOption:hover{--tw-border-opacity:1;border-inline-start-color:rgb(241 105 170/var(--tw-border-opacity,1))}.hover\:border-s-VariablesNumber:hover{--tw-border-opacity:1;border-inline-start-color:rgb(246 79 79/var(--tw-border-opacity,1))}.hover\:border-s-VariablesResponse:hover{--tw-border-opacity:1;border-inline-start-color:rgb(99 209 244/var(--tw-border-opacity,1))}.hover\:border-s-VariablesSingleOption:hover{--tw-border-opacity:1;border-inline-start-color:rgb(154 86 240/var(--tw-border-opacity,1))}.hover\:border-s-VariablesText:hover{--tw-border-opacity:1;border-inline-start-color:rgb(86 241 185/var(--tw-border-opacity,1))}.hover\:border-s-VariablesUrl:hover{--tw-border-opacity:1;border-inline-start-color:rgb(98 123 255/var(--tw-border-opacity,1))}.hover\:border-t-VariablesDate:hover{--tw-border-opacity:1;border-top-color:rgb(225 124 251/var(--tw-border-opacity,1))}.hover\:border-t-VariablesMultipleOption:hover{--tw-border-opacity:1;border-top-color:rgb(241 105 170/var(--tw-border-opacity,1))}.hover\:border-t-VariablesNumber:hover{--tw-border-opacity:1;border-top-color:rgb(246 79 79/var(--tw-border-opacity,1))}.hover\:border-t-VariablesResponse:hover{--tw-border-opacity:1;border-top-color:rgb(99 209 244/var(--tw-border-opacity,1))}.hover\:border-t-VariablesSingleOption:hover{--tw-border-opacity:1;border-top-color:rgb(154 86 240/var(--tw-border-opacity,1))}.hover\:border-t-VariablesText:hover{--tw-border-opacity:1;border-top-color:rgb(86 241 185/var(--tw-border-opacity,1))}.hover\:border-t-VariablesUrl:hover{--tw-border-opacity:1;border-top-color:rgb(98 123 255/var(--tw-border-opacity,1))}.hover\:bg-GreyLight:hover{--tw-bg-opacity:1;background-color:rgb(236 240 241/var(--tw-bg-opacity,1))}.hover\:bg-GreyMedium:hover{--tw-bg-opacity:1;background-color:rgb(228 233 235/var(--tw-bg-opacity,1))}.hover\:bg-GreyThin:hover{--tw-bg-opacity:1;background-color:rgb(247 249 250/var(--tw-bg-opacity,1))}.hover\:bg-NewTextBlack:hover{--tw-bg-opacity:1;background-color:rgb(20 16 44/var(--tw-bg-opacity,1))}.hover\:bg-PrimaryN:hover{--tw-bg-opacity:1;background-color:rgb(173 243 99/var(--tw-bg-opacity,1))}.hover\:bg-TextMedium:hover{--tw-bg-opacity:1;background-color:rgb(176 185 186/var(--tw-bg-opacity,1))}.hover\:bg-VariablesDate:hover{--tw-bg-opacity:1;background-color:rgb(225 124 251/var(--tw-bg-opacity,1))}.hover\:bg-VariablesMultipleOption:hover{--tw-bg-opacity:1;background-color:rgb(241 105 170/var(--tw-bg-opacity,1))}.hover\:bg-VariablesNumber:hover{--tw-bg-opacity:1;background-color:rgb(246 79 79/var(--tw-bg-opacity,1))}.hover\:bg-VariablesResponse:hover{--tw-bg-opacity:1;background-color:rgb(99 209 244/var(--tw-bg-opacity,1))}.hover\:bg-VariablesSingleOption:hover{--tw-bg-opacity:1;background-color:rgb(154 86 240/var(--tw-bg-opacity,1))}.hover\:bg-VariablesText:hover{--tw-bg-opacity:1;background-color:rgb(86 241 185/var(--tw-bg-opacity,1))}.hover\:bg-VariablesUrl:hover{--tw-bg-opacity:1;background-color:rgb(98 123 255/var(--tw-bg-opacity,1))}.hover\:bg-amber-600:hover{--tw-bg-opacity:1;background-color:rgb(217 119 6/var(--tw-bg-opacity,1))}.hover\:bg-black:hover{--tw-bg-opacity:1;background-color:rgb(0 0 0/var(--tw-bg-opacity,1))}.hover\:bg-blue-600:hover{--tw-bg-opacity:1;background-color:rgb(37 99 235/var(--tw-bg-opacity,1))}.hover\:bg-cyan-600:hover{--tw-bg-opacity:1;background-color:rgb(8 145 178/var(--tw-bg-opacity,1))}.hover\:bg-emerald-600:hover{--tw-bg-opacity:1;background-color:rgb(5 150 105/var(--tw-bg-opacity,1))}.hover\:bg-fuchsia-600:hover{--tw-bg-opacity:1;background-color:rgb(192 38 211/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-50:hover{--tw-bg-opacity:1;background-color:rgb(249 250 251/var(--tw-bg-opacity,1))}.hover\:bg-green-600:hover{--tw-bg-opacity:1;background-color:rgb(22 163 74/var(--tw-bg-opacity,1))}.hover\:bg-indigo-600:hover{--tw-bg-opacity:1;background-color:rgb(79 70 229/var(--tw-bg-opacity,1))}.hover\:bg-lime-600:hover{--tw-bg-opacity:1;background-color:rgb(101 163 13/var(--tw-bg-opacity,1))}.hover\:bg-orange-600:hover{--tw-bg-opacity:1;background-color:rgb(234 88 12/var(--tw-bg-opacity,1))}.hover\:bg-pink-600:hover{--tw-bg-opacity:1;background-color:rgb(219 39 119/var(--tw-bg-opacity,1))}.hover\:bg-purple-600:hover{--tw-bg-opacity:1;background-color:rgb(147 51 234/var(--tw-bg-opacity,1))}.hover\:bg-red-600:hover{--tw-bg-opacity:1;background-color:rgb(220 38 38/var(--tw-bg-opacity,1))}.hover\:bg-rose-600:hover{--tw-bg-opacity:1;background-color:rgb(225 29 72/var(--tw-bg-opacity,1))}.hover\:bg-sky-600:hover{--tw-bg-opacity:1;background-color:rgb(2 132 199/var(--tw-bg-opacity,1))}.hover\:bg-teal-600:hover{--tw-bg-opacity:1;background-color:rgb(13 148 136/var(--tw-bg-opacity,1))}.hover\:bg-violet-600:hover{--tw-bg-opacity:1;background-color:rgb(124 58 237/var(--tw-bg-opacity,1))}.hover\:bg-yellow-600:hover{--tw-bg-opacity:1;background-color:rgb(202 138 4/var(--tw-bg-opacity,1))}.hover\:from-VariablesDate:hover{--tw-gradient-from:#e17cfb var(--tw-gradient-from-position);--tw-gradient-to:rgba(225,124,251,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.hover\:from-VariablesMultipleOption:hover{--tw-gradient-from:#f169aa var(--tw-gradient-from-position);--tw-gradient-to:rgba(241,105,170,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.hover\:from-VariablesNumber:hover{--tw-gradient-from:#f64f4f var(--tw-gradient-from-position);--tw-gradient-to:rgba(246,79,79,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.hover\:from-VariablesResponse:hover{--tw-gradient-from:#63d1f4 var(--tw-gradient-from-position);--tw-gradient-to:rgba(99,209,244,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.hover\:from-VariablesSingleOption:hover{--tw-gradient-from:#9a56f0 var(--tw-gradient-from-position);--tw-gradient-to:rgba(154,86,240,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.hover\:from-VariablesText:hover{--tw-gradient-from:#56f1b9 var(--tw-gradient-from-position);--tw-gradient-to:rgba(86,241,185,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.hover\:from-VariablesUrl:hover{--tw-gradient-from:#627bff var(--tw-gradient-from-position);--tw-gradient-to:rgba(98,123,255,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.hover\:via-VariablesDate:hover{--tw-gradient-to:rgba(225,124,251,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),#e17cfb var(--tw-gradient-via-position),var(--tw-gradient-to)}.hover\:via-VariablesMultipleOption:hover{--tw-gradient-to:rgba(241,105,170,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),#f169aa var(--tw-gradient-via-position),var(--tw-gradient-to)}.hover\:via-VariablesNumber:hover{--tw-gradient-to:rgba(246,79,79,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),#f64f4f var(--tw-gradient-via-position),var(--tw-gradient-to)}.hover\:via-VariablesResponse:hover{--tw-gradient-to:rgba(99,209,244,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),#63d1f4 var(--tw-gradient-via-position),var(--tw-gradient-to)}.hover\:via-VariablesSingleOption:hover{--tw-gradient-to:rgba(154,86,240,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),#9a56f0 var(--tw-gradient-via-position),var(--tw-gradient-to)}.hover\:via-VariablesText:hover{--tw-gradient-to:rgba(86,241,185,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),#56f1b9 var(--tw-gradient-via-position),var(--tw-gradient-to)}.hover\:via-VariablesUrl:hover{--tw-gradient-to:rgba(98,123,255,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),#627bff var(--tw-gradient-via-position),var(--tw-gradient-to)}.hover\:to-VariablesDate:hover{--tw-gradient-to:#e17cfb var(--tw-gradient-to-position)}.hover\:to-VariablesMultipleOption:hover{--tw-gradient-to:#f169aa var(--tw-gradient-to-position)}.hover\:to-VariablesNumber:hover{--tw-gradient-to:#f64f4f var(--tw-gradient-to-position)}.hover\:to-VariablesResponse:hover{--tw-gradient-to:#63d1f4 var(--tw-gradient-to-position)}.hover\:to-VariablesSingleOption:hover{--tw-gradient-to:#9a56f0 var(--tw-gradient-to-position)}.hover\:to-VariablesText:hover{--tw-gradient-to:#56f1b9 var(--tw-gradient-to-position)}.hover\:to-VariablesUrl:hover{--tw-gradient-to:#627bff var(--tw-gradient-to-position)}.hover\:fill-VariablesDate:hover{fill:#e17cfb}.hover\:fill-VariablesMultipleOption:hover{fill:#f169aa}.hover\:fill-VariablesNumber:hover{fill:#f64f4f}.hover\:fill-VariablesResponse:hover{fill:#63d1f4}.hover\:fill-VariablesSingleOption:hover{fill:#9a56f0}.hover\:fill-VariablesText:hover{fill:#56f1b9}.hover\:fill-VariablesUrl:hover{fill:#627bff}.hover\:fill-black:hover{fill:#000}.hover\:fill-current:hover{fill:currentColor}.hover\:stroke-VariablesDate:hover{stroke:#e17cfb}.hover\:stroke-VariablesMultipleOption:hover{stroke:#f169aa}.hover\:stroke-VariablesNumber:hover{stroke:#f64f4f}.hover\:stroke-VariablesResponse:hover{stroke:#63d1f4}.hover\:stroke-VariablesSingleOption:hover{stroke:#9a56f0}.hover\:stroke-VariablesText:hover{stroke:#56f1b9}.hover\:stroke-VariablesUrl:hover{stroke:#627bff}.hover\:pr-5:hover{padding-right:1.25rem}.hover\:text-NewTextBlack:hover{--tw-text-opacity:1;color:rgb(20 16 44/var(--tw-text-opacity,1))}.hover\:text-PrimaryN:hover{--tw-text-opacity:1;color:rgb(173 243 99/var(--tw-text-opacity,1))}.hover\:text-TextBlack:hover{--tw-text-opacity:1;color:rgb(20 16 44/var(--tw-text-opacity,1))}.hover\:text-VariablesDate:hover{--tw-text-opacity:1;color:rgb(225 124 251/var(--tw-text-opacity,1))}.hover\:text-VariablesMultipleOption:hover{--tw-text-opacity:1;color:rgb(241 105 170/var(--tw-text-opacity,1))}.hover\:text-VariablesNumber:hover{--tw-text-opacity:1;color:rgb(246 79 79/var(--tw-text-opacity,1))}.hover\:text-VariablesResponse:hover{--tw-text-opacity:1;color:rgb(99 209 244/var(--tw-text-opacity,1))}.hover\:text-VariablesSingleOption:hover{--tw-text-opacity:1;color:rgb(154 86 240/var(--tw-text-opacity,1))}.hover\:text-VariablesText:hover{--tw-text-opacity:1;color:rgb(86 241 185/var(--tw-text-opacity,1))}.hover\:text-VariablesUrl:hover{--tw-text-opacity:1;color:rgb(98 123 255/var(--tw-text-opacity,1))}.hover\:text-amber-700:hover{--tw-text-opacity:1;color:rgb(180 83 9/var(--tw-text-opacity,1))}.hover\:text-blue-700:hover{--tw-text-opacity:1;color:rgb(29 78 216/var(--tw-text-opacity,1))}.hover\:text-cyan-700:hover{--tw-text-opacity:1;color:rgb(14 116 144/var(--tw-text-opacity,1))}.hover\:text-emerald-700:hover{--tw-text-opacity:1;color:rgb(4 120 87/var(--tw-text-opacity,1))}.hover\:text-fuchsia-700:hover{--tw-text-opacity:1;color:rgb(162 28 175/var(--tw-text-opacity,1))}.hover\:text-green-700:hover{--tw-text-opacity:1;color:rgb(21 128 61/var(--tw-text-opacity,1))}.hover\:text-indigo-700:hover{--tw-text-opacity:1;color:rgb(67 56 202/var(--tw-text-opacity,1))}.hover\:text-lime-700:hover{--tw-text-opacity:1;color:rgb(77 124 15/var(--tw-text-opacity,1))}.hover\:text-orange-700:hover{--tw-text-opacity:1;color:rgb(194 65 12/var(--tw-text-opacity,1))}.hover\:text-pink-700:hover{--tw-text-opacity:1;color:rgb(190 24 93/var(--tw-text-opacity,1))}.hover\:text-purple-700:hover{--tw-text-opacity:1;color:rgb(126 34 206/var(--tw-text-opacity,1))}.hover\:text-red-700:hover{--tw-text-opacity:1;color:rgb(185 28 28/var(--tw-text-opacity,1))}.hover\:text-rose-700:hover{--tw-text-opacity:1;color:rgb(190 18 60/var(--tw-text-opacity,1))}.hover\:text-sky-700:hover{--tw-text-opacity:1;color:rgb(3 105 161/var(--tw-text-opacity,1))}.hover\:text-teal-700:hover{--tw-text-opacity:1;color:rgb(15 118 110/var(--tw-text-opacity,1))}.hover\:text-violet-700:hover{--tw-text-opacity:1;color:rgb(109 40 217/var(--tw-text-opacity,1))}.hover\:text-white:hover{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.hover\:text-yellow-700:hover{--tw-text-opacity:1;color:rgb(161 98 7/var(--tw-text-opacity,1))}.hover\:decoration-VariablesDate:hover{text-decoration-color:#e17cfb}.hover\:decoration-VariablesMultipleOption:hover{text-decoration-color:#f169aa}.hover\:decoration-VariablesNumber:hover{text-decoration-color:#f64f4f}.hover\:decoration-VariablesResponse:hover{text-decoration-color:#63d1f4}.hover\:decoration-VariablesSingleOption:hover{text-decoration-color:#9a56f0}.hover\:decoration-VariablesText:hover{text-decoration-color:#56f1b9}.hover\:decoration-VariablesUrl:hover{text-decoration-color:#627bff}.hover\:placeholder-VariablesDate:hover::-moz-placeholder{--tw-placeholder-opacity:1;color:rgb(225 124 251/var(--tw-placeholder-opacity,1))}.hover\:placeholder-VariablesDate:hover::placeholder{--tw-placeholder-opacity:1;color:rgb(225 124 251/var(--tw-placeholder-opacity,1))}.hover\:placeholder-VariablesMultipleOption:hover::-moz-placeholder{--tw-placeholder-opacity:1;color:rgb(241 105 170/var(--tw-placeholder-opacity,1))}.hover\:placeholder-VariablesMultipleOption:hover::placeholder{--tw-placeholder-opacity:1;color:rgb(241 105 170/var(--tw-placeholder-opacity,1))}.hover\:placeholder-VariablesNumber:hover::-moz-placeholder{--tw-placeholder-opacity:1;color:rgb(246 79 79/var(--tw-placeholder-opacity,1))}.hover\:placeholder-VariablesNumber:hover::placeholder{--tw-placeholder-opacity:1;color:rgb(246 79 79/var(--tw-placeholder-opacity,1))}.hover\:placeholder-VariablesResponse:hover::-moz-placeholder{--tw-placeholder-opacity:1;color:rgb(99 209 244/var(--tw-placeholder-opacity,1))}.hover\:placeholder-VariablesResponse:hover::placeholder{--tw-placeholder-opacity:1;color:rgb(99 209 244/var(--tw-placeholder-opacity,1))}.hover\:placeholder-VariablesSingleOption:hover::-moz-placeholder{--tw-placeholder-opacity:1;color:rgb(154 86 240/var(--tw-placeholder-opacity,1))}.hover\:placeholder-VariablesSingleOption:hover::placeholder{--tw-placeholder-opacity:1;color:rgb(154 86 240/var(--tw-placeholder-opacity,1))}.hover\:placeholder-VariablesText:hover::-moz-placeholder{--tw-placeholder-opacity:1;color:rgb(86 241 185/var(--tw-placeholder-opacity,1))}.hover\:placeholder-VariablesText:hover::placeholder{--tw-placeholder-opacity:1;color:rgb(86 241 185/var(--tw-placeholder-opacity,1))}.hover\:placeholder-VariablesUrl:hover::-moz-placeholder{--tw-placeholder-opacity:1;color:rgb(98 123 255/var(--tw-placeholder-opacity,1))}.hover\:placeholder-VariablesUrl:hover::placeholder{--tw-placeholder-opacity:1;color:rgb(98 123 255/var(--tw-placeholder-opacity,1))}.hover\:caret-VariablesDate:hover{caret-color:#e17cfb}.hover\:caret-VariablesMultipleOption:hover{caret-color:#f169aa}.hover\:caret-VariablesNumber:hover{caret-color:#f64f4f}.hover\:caret-VariablesResponse:hover{caret-color:#63d1f4}.hover\:caret-VariablesSingleOption:hover{caret-color:#9a56f0}.hover\:caret-VariablesText:hover{caret-color:#56f1b9}.hover\:caret-VariablesUrl:hover{caret-color:#627bff}.hover\:accent-VariablesDate:hover{accent-color:#e17cfb}.hover\:accent-VariablesMultipleOption:hover{accent-color:#f169aa}.hover\:accent-VariablesNumber:hover{accent-color:#f64f4f}.hover\:accent-VariablesResponse:hover{accent-color:#63d1f4}.hover\:accent-VariablesSingleOption:hover{accent-color:#9a56f0}.hover\:accent-VariablesText:hover{accent-color:#56f1b9}.hover\:accent-VariablesUrl:hover{accent-color:#627bff}.hover\:opacity-90:hover{opacity:.9}.hover\:shadow-LightSDW:hover{--tw-shadow:0px 0px 4px 0px rgba(20,16,44,.08);--tw-shadow-colored:0px 0px 4px 0px var(--tw-shadow-color)}.hover\:shadow-LightSDW:hover,.hover\:shadow-default:hover{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.hover\:shadow-default:hover{--tw-shadow:2px 2px 16px 0px rgba(20,16,44,.1);--tw-shadow-colored:2px 2px 16px 0px var(--tw-shadow-color)}.hover\:shadow-VariablesDate:hover{--tw-shadow-color:#e17cfb;--tw-shadow:var(--tw-shadow-colored)}.hover\:shadow-VariablesMultipleOption:hover{--tw-shadow-color:#f169aa;--tw-shadow:var(--tw-shadow-colored)}.hover\:shadow-VariablesNumber:hover{--tw-shadow-color:#f64f4f;--tw-shadow:var(--tw-shadow-colored)}.hover\:shadow-VariablesResponse:hover{--tw-shadow-color:#63d1f4;--tw-shadow:var(--tw-shadow-colored)}.hover\:shadow-VariablesSingleOption:hover{--tw-shadow-color:#9a56f0;--tw-shadow:var(--tw-shadow-colored)}.hover\:shadow-VariablesText:hover{--tw-shadow-color:#56f1b9;--tw-shadow:var(--tw-shadow-colored)}.hover\:shadow-VariablesUrl:hover{--tw-shadow-color:#627bff;--tw-shadow:var(--tw-shadow-colored)}.hover\:outline-VariablesDate:hover{outline-color:#e17cfb}.hover\:outline-VariablesMultipleOption:hover{outline-color:#f169aa}.hover\:outline-VariablesNumber:hover{outline-color:#f64f4f}.hover\:outline-VariablesResponse:hover{outline-color:#63d1f4}.hover\:outline-VariablesSingleOption:hover{outline-color:#9a56f0}.hover\:outline-VariablesText:hover{outline-color:#56f1b9}.hover\:outline-VariablesUrl:hover{outline-color:#627bff}.hover\:ring-VariablesDate:hover{--tw-ring-opacity:1;--tw-ring-color:rgb(225 124 251/var(--tw-ring-opacity,1))}.hover\:ring-VariablesMultipleOption:hover{--tw-ring-opacity:1;--tw-ring-color:rgb(241 105 170/var(--tw-ring-opacity,1))}.hover\:ring-VariablesNumber:hover{--tw-ring-opacity:1;--tw-ring-color:rgb(246 79 79/var(--tw-ring-opacity,1))}.hover\:ring-VariablesResponse:hover{--tw-ring-opacity:1;--tw-ring-color:rgb(99 209 244/var(--tw-ring-opacity,1))}.hover\:ring-VariablesSingleOption:hover{--tw-ring-opacity:1;--tw-ring-color:rgb(154 86 240/var(--tw-ring-opacity,1))}.hover\:ring-VariablesText:hover{--tw-ring-opacity:1;--tw-ring-color:rgb(86 241 185/var(--tw-ring-opacity,1))}.hover\:ring-VariablesUrl:hover{--tw-ring-opacity:1;--tw-ring-color:rgb(98 123 255/var(--tw-ring-opacity,1))}.hover\:ring-offset-VariablesDate:hover{--tw-ring-offset-color:#e17cfb}.hover\:ring-offset-VariablesMultipleOption:hover{--tw-ring-offset-color:#f169aa}.hover\:ring-offset-VariablesNumber:hover{--tw-ring-offset-color:#f64f4f}.hover\:ring-offset-VariablesResponse:hover{--tw-ring-offset-color:#63d1f4}.hover\:ring-offset-VariablesSingleOption:hover{--tw-ring-offset-color:#9a56f0}.hover\:ring-offset-VariablesText:hover{--tw-ring-offset-color:#56f1b9}.hover\:ring-offset-VariablesUrl:hover{--tw-ring-offset-color:#627bff}.hover\:placeholder\:text-TextSolid:hover::-moz-placeholder{--tw-text-opacity:1;color:rgb(133 141 143/var(--tw-text-opacity,1))}.hover\:placeholder\:text-TextSolid:hover::placeholder{--tw-text-opacity:1;color:rgb(133 141 143/var(--tw-text-opacity,1))}.focus\:z-20:focus{z-index:20}.focus\:z-50:focus{z-index:50}.focus\:divide-VariablesDate:focus>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(225 124 251/var(--tw-divide-opacity,1))}.focus\:divide-VariablesMultipleOption:focus>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(241 105 170/var(--tw-divide-opacity,1))}.focus\:divide-VariablesNumber:focus>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(246 79 79/var(--tw-divide-opacity,1))}.focus\:divide-VariablesResponse:focus>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(99 209 244/var(--tw-divide-opacity,1))}.focus\:divide-VariablesSingleOption:focus>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(154 86 240/var(--tw-divide-opacity,1))}.focus\:divide-VariablesText:focus>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(86 241 185/var(--tw-divide-opacity,1))}.focus\:divide-VariablesUrl:focus>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(98 123 255/var(--tw-divide-opacity,1))}.focus\:border-PrimaryN:focus{--tw-border-opacity:1;border-color:rgb(173 243 99/var(--tw-border-opacity,1))}.focus\:border-VariablesDate:focus{--tw-border-opacity:1;border-color:rgb(225 124 251/var(--tw-border-opacity,1))}.focus\:border-VariablesMultipleOption:focus{--tw-border-opacity:1;border-color:rgb(241 105 170/var(--tw-border-opacity,1))}.focus\:border-VariablesNumber:focus{--tw-border-opacity:1;border-color:rgb(246 79 79/var(--tw-border-opacity,1))}.focus\:border-VariablesResponse:focus{--tw-border-opacity:1;border-color:rgb(99 209 244/var(--tw-border-opacity,1))}.focus\:border-VariablesSingleOption:focus{--tw-border-opacity:1;border-color:rgb(154 86 240/var(--tw-border-opacity,1))}.focus\:border-VariablesText:focus{--tw-border-opacity:1;border-color:rgb(86 241 185/var(--tw-border-opacity,1))}.focus\:border-VariablesUrl:focus{--tw-border-opacity:1;border-color:rgb(98 123 255/var(--tw-border-opacity,1))}.focus\:border-amber-500:focus{--tw-border-opacity:1;border-color:rgb(245 158 11/var(--tw-border-opacity,1))}.focus\:border-blue-500:focus{--tw-border-opacity:1;border-color:rgb(59 130 246/var(--tw-border-opacity,1))}.focus\:border-cyan-500:focus{--tw-border-opacity:1;border-color:rgb(6 182 212/var(--tw-border-opacity,1))}.focus\:border-emerald-500:focus{--tw-border-opacity:1;border-color:rgb(16 185 129/var(--tw-border-opacity,1))}.focus\:border-fuchsia-500:focus{--tw-border-opacity:1;border-color:rgb(217 70 239/var(--tw-border-opacity,1))}.focus\:border-green-500:focus{--tw-border-opacity:1;border-color:rgb(34 197 94/var(--tw-border-opacity,1))}.focus\:border-indigo-500:focus{--tw-border-opacity:1;border-color:rgb(99 102 241/var(--tw-border-opacity,1))}.focus\:border-lime-500:focus{--tw-border-opacity:1;border-color:rgb(132 204 22/var(--tw-border-opacity,1))}.focus\:border-orange-500:focus{--tw-border-opacity:1;border-color:rgb(249 115 22/var(--tw-border-opacity,1))}.focus\:border-pink-500:focus{--tw-border-opacity:1;border-color:rgb(236 72 153/var(--tw-border-opacity,1))}.focus\:border-purple-500:focus{--tw-border-opacity:1;border-color:rgb(168 85 247/var(--tw-border-opacity,1))}.focus\:border-red-500:focus{--tw-border-opacity:1;border-color:rgb(239 68 68/var(--tw-border-opacity,1))}.focus\:border-rose-500:focus{--tw-border-opacity:1;border-color:rgb(244 63 94/var(--tw-border-opacity,1))}.focus\:border-sky-500:focus{--tw-border-opacity:1;border-color:rgb(14 165 233/var(--tw-border-opacity,1))}.focus\:border-teal-500:focus{--tw-border-opacity:1;border-color:rgb(20 184 166/var(--tw-border-opacity,1))}.focus\:border-violet-500:focus{--tw-border-opacity:1;border-color:rgb(139 92 246/var(--tw-border-opacity,1))}.focus\:border-yellow-500:focus{--tw-border-opacity:1;border-color:rgb(234 179 8/var(--tw-border-opacity,1))}.focus\:border-x-VariablesDate:focus{--tw-border-opacity:1;border-left-color:rgb(225 124 251/var(--tw-border-opacity,1));border-right-color:rgb(225 124 251/var(--tw-border-opacity,1))}.focus\:border-x-VariablesMultipleOption:focus{--tw-border-opacity:1;border-left-color:rgb(241 105 170/var(--tw-border-opacity,1));border-right-color:rgb(241 105 170/var(--tw-border-opacity,1))}.focus\:border-x-VariablesNumber:focus{--tw-border-opacity:1;border-left-color:rgb(246 79 79/var(--tw-border-opacity,1));border-right-color:rgb(246 79 79/var(--tw-border-opacity,1))}.focus\:border-x-VariablesResponse:focus{--tw-border-opacity:1;border-left-color:rgb(99 209 244/var(--tw-border-opacity,1));border-right-color:rgb(99 209 244/var(--tw-border-opacity,1))}.focus\:border-x-VariablesSingleOption:focus{--tw-border-opacity:1;border-left-color:rgb(154 86 240/var(--tw-border-opacity,1));border-right-color:rgb(154 86 240/var(--tw-border-opacity,1))}.focus\:border-x-VariablesText:focus{--tw-border-opacity:1;border-left-color:rgb(86 241 185/var(--tw-border-opacity,1));border-right-color:rgb(86 241 185/var(--tw-border-opacity,1))}.focus\:border-x-VariablesUrl:focus{--tw-border-opacity:1;border-left-color:rgb(98 123 255/var(--tw-border-opacity,1));border-right-color:rgb(98 123 255/var(--tw-border-opacity,1))}.focus\:border-y-VariablesDate:focus{--tw-border-opacity:1;border-top-color:rgb(225 124 251/var(--tw-border-opacity,1));border-bottom-color:rgb(225 124 251/var(--tw-border-opacity,1))}.focus\:border-y-VariablesMultipleOption:focus{--tw-border-opacity:1;border-top-color:rgb(241 105 170/var(--tw-border-opacity,1));border-bottom-color:rgb(241 105 170/var(--tw-border-opacity,1))}.focus\:border-y-VariablesNumber:focus{--tw-border-opacity:1;border-top-color:rgb(246 79 79/var(--tw-border-opacity,1));border-bottom-color:rgb(246 79 79/var(--tw-border-opacity,1))}.focus\:border-y-VariablesResponse:focus{--tw-border-opacity:1;border-top-color:rgb(99 209 244/var(--tw-border-opacity,1));border-bottom-color:rgb(99 209 244/var(--tw-border-opacity,1))}.focus\:border-y-VariablesSingleOption:focus{--tw-border-opacity:1;border-top-color:rgb(154 86 240/var(--tw-border-opacity,1));border-bottom-color:rgb(154 86 240/var(--tw-border-opacity,1))}.focus\:border-y-VariablesText:focus{--tw-border-opacity:1;border-top-color:rgb(86 241 185/var(--tw-border-opacity,1));border-bottom-color:rgb(86 241 185/var(--tw-border-opacity,1))}.focus\:border-y-VariablesUrl:focus{--tw-border-opacity:1;border-top-color:rgb(98 123 255/var(--tw-border-opacity,1));border-bottom-color:rgb(98 123 255/var(--tw-border-opacity,1))}.focus\:border-b-VariablesDate:focus{--tw-border-opacity:1;border-bottom-color:rgb(225 124 251/var(--tw-border-opacity,1))}.focus\:border-b-VariablesMultipleOption:focus{--tw-border-opacity:1;border-bottom-color:rgb(241 105 170/var(--tw-border-opacity,1))}.focus\:border-b-VariablesNumber:focus{--tw-border-opacity:1;border-bottom-color:rgb(246 79 79/var(--tw-border-opacity,1))}.focus\:border-b-VariablesResponse:focus{--tw-border-opacity:1;border-bottom-color:rgb(99 209 244/var(--tw-border-opacity,1))}.focus\:border-b-VariablesSingleOption:focus{--tw-border-opacity:1;border-bottom-color:rgb(154 86 240/var(--tw-border-opacity,1))}.focus\:border-b-VariablesText:focus{--tw-border-opacity:1;border-bottom-color:rgb(86 241 185/var(--tw-border-opacity,1))}.focus\:border-b-VariablesUrl:focus{--tw-border-opacity:1;border-bottom-color:rgb(98 123 255/var(--tw-border-opacity,1))}.focus\:border-e-VariablesDate:focus{--tw-border-opacity:1;border-inline-end-color:rgb(225 124 251/var(--tw-border-opacity,1))}.focus\:border-e-VariablesMultipleOption:focus{--tw-border-opacity:1;border-inline-end-color:rgb(241 105 170/var(--tw-border-opacity,1))}.focus\:border-e-VariablesNumber:focus{--tw-border-opacity:1;border-inline-end-color:rgb(246 79 79/var(--tw-border-opacity,1))}.focus\:border-e-VariablesResponse:focus{--tw-border-opacity:1;border-inline-end-color:rgb(99 209 244/var(--tw-border-opacity,1))}.focus\:border-e-VariablesSingleOption:focus{--tw-border-opacity:1;border-inline-end-color:rgb(154 86 240/var(--tw-border-opacity,1))}.focus\:border-e-VariablesText:focus{--tw-border-opacity:1;border-inline-end-color:rgb(86 241 185/var(--tw-border-opacity,1))}.focus\:border-e-VariablesUrl:focus{--tw-border-opacity:1;border-inline-end-color:rgb(98 123 255/var(--tw-border-opacity,1))}.focus\:border-l-VariablesDate:focus{--tw-border-opacity:1;border-left-color:rgb(225 124 251/var(--tw-border-opacity,1))}.focus\:border-l-VariablesMultipleOption:focus{--tw-border-opacity:1;border-left-color:rgb(241 105 170/var(--tw-border-opacity,1))}.focus\:border-l-VariablesNumber:focus{--tw-border-opacity:1;border-left-color:rgb(246 79 79/var(--tw-border-opacity,1))}.focus\:border-l-VariablesResponse:focus{--tw-border-opacity:1;border-left-color:rgb(99 209 244/var(--tw-border-opacity,1))}.focus\:border-l-VariablesSingleOption:focus{--tw-border-opacity:1;border-left-color:rgb(154 86 240/var(--tw-border-opacity,1))}.focus\:border-l-VariablesText:focus{--tw-border-opacity:1;border-left-color:rgb(86 241 185/var(--tw-border-opacity,1))}.focus\:border-l-VariablesUrl:focus{--tw-border-opacity:1;border-left-color:rgb(98 123 255/var(--tw-border-opacity,1))}.focus\:border-r-VariablesDate:focus{--tw-border-opacity:1;border-right-color:rgb(225 124 251/var(--tw-border-opacity,1))}.focus\:border-r-VariablesMultipleOption:focus{--tw-border-opacity:1;border-right-color:rgb(241 105 170/var(--tw-border-opacity,1))}.focus\:border-r-VariablesNumber:focus{--tw-border-opacity:1;border-right-color:rgb(246 79 79/var(--tw-border-opacity,1))}.focus\:border-r-VariablesResponse:focus{--tw-border-opacity:1;border-right-color:rgb(99 209 244/var(--tw-border-opacity,1))}.focus\:border-r-VariablesSingleOption:focus{--tw-border-opacity:1;border-right-color:rgb(154 86 240/var(--tw-border-opacity,1))}.focus\:border-r-VariablesText:focus{--tw-border-opacity:1;border-right-color:rgb(86 241 185/var(--tw-border-opacity,1))}.focus\:border-r-VariablesUrl:focus{--tw-border-opacity:1;border-right-color:rgb(98 123 255/var(--tw-border-opacity,1))}.focus\:border-s-VariablesDate:focus{--tw-border-opacity:1;border-inline-start-color:rgb(225 124 251/var(--tw-border-opacity,1))}.focus\:border-s-VariablesMultipleOption:focus{--tw-border-opacity:1;border-inline-start-color:rgb(241 105 170/var(--tw-border-opacity,1))}.focus\:border-s-VariablesNumber:focus{--tw-border-opacity:1;border-inline-start-color:rgb(246 79 79/var(--tw-border-opacity,1))}.focus\:border-s-VariablesResponse:focus{--tw-border-opacity:1;border-inline-start-color:rgb(99 209 244/var(--tw-border-opacity,1))}.focus\:border-s-VariablesSingleOption:focus{--tw-border-opacity:1;border-inline-start-color:rgb(154 86 240/var(--tw-border-opacity,1))}.focus\:border-s-VariablesText:focus{--tw-border-opacity:1;border-inline-start-color:rgb(86 241 185/var(--tw-border-opacity,1))}.focus\:border-s-VariablesUrl:focus{--tw-border-opacity:1;border-inline-start-color:rgb(98 123 255/var(--tw-border-opacity,1))}.focus\:border-t-VariablesDate:focus{--tw-border-opacity:1;border-top-color:rgb(225 124 251/var(--tw-border-opacity,1))}.focus\:border-t-VariablesMultipleOption:focus{--tw-border-opacity:1;border-top-color:rgb(241 105 170/var(--tw-border-opacity,1))}.focus\:border-t-VariablesNumber:focus{--tw-border-opacity:1;border-top-color:rgb(246 79 79/var(--tw-border-opacity,1))}.focus\:border-t-VariablesResponse:focus{--tw-border-opacity:1;border-top-color:rgb(99 209 244/var(--tw-border-opacity,1))}.focus\:border-t-VariablesSingleOption:focus{--tw-border-opacity:1;border-top-color:rgb(154 86 240/var(--tw-border-opacity,1))}.focus\:border-t-VariablesText:focus{--tw-border-opacity:1;border-top-color:rgb(86 241 185/var(--tw-border-opacity,1))}.focus\:border-t-VariablesUrl:focus{--tw-border-opacity:1;border-top-color:rgb(98 123 255/var(--tw-border-opacity,1))}.focus\:bg-VariablesDate:focus{--tw-bg-opacity:1;background-color:rgb(225 124 251/var(--tw-bg-opacity,1))}.focus\:bg-VariablesMultipleOption:focus{--tw-bg-opacity:1;background-color:rgb(241 105 170/var(--tw-bg-opacity,1))}.focus\:bg-VariablesNumber:focus{--tw-bg-opacity:1;background-color:rgb(246 79 79/var(--tw-bg-opacity,1))}.focus\:bg-VariablesResponse:focus{--tw-bg-opacity:1;background-color:rgb(99 209 244/var(--tw-bg-opacity,1))}.focus\:bg-VariablesSingleOption:focus{--tw-bg-opacity:1;background-color:rgb(154 86 240/var(--tw-bg-opacity,1))}.focus\:bg-VariablesText:focus{--tw-bg-opacity:1;background-color:rgb(86 241 185/var(--tw-bg-opacity,1))}.focus\:bg-VariablesUrl:focus{--tw-bg-opacity:1;background-color:rgb(98 123 255/var(--tw-bg-opacity,1))}.focus\:bg-amber-100\/50:focus{background-color:hsla(48,96%,89%,.5)}.focus\:bg-blue-100\/50:focus{background-color:rgba(219,234,254,.5)}.focus\:bg-cyan-100\/50:focus{background-color:rgba(207,250,254,.5)}.focus\:bg-emerald-100\/50:focus{background-color:rgba(209,250,229,.5)}.focus\:bg-fuchsia-100\/50:focus{background-color:rgba(250,232,255,.5)}.focus\:bg-green-100\/50:focus{background-color:rgba(220,252,231,.5)}.focus\:bg-indigo-100\/50:focus{background-color:rgba(224,231,255,.5)}.focus\:bg-lime-100\/50:focus{background-color:hsla(80,89%,89%,.5)}.focus\:bg-orange-100\/50:focus{background-color:rgba(255,237,213,.5)}.focus\:bg-pink-100\/50:focus{background-color:rgba(252,231,243,.5)}.focus\:bg-purple-100\/50:focus{background-color:rgba(243,232,255,.5)}.focus\:bg-red-100\/50:focus{background-color:hsla(0,93%,94%,.5)}.focus\:bg-rose-100\/50:focus{background-color:rgba(255,228,230,.5)}.focus\:bg-sky-100\/50:focus{background-color:rgba(224,242,254,.5)}.focus\:bg-teal-100\/50:focus{background-color:rgba(204,251,241,.5)}.focus\:bg-violet-100\/50:focus{background-color:rgba(237,233,254,.5)}.focus\:bg-white:focus{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1))}.focus\:bg-yellow-100\/50:focus{background-color:hsla(55,97%,88%,.5)}.focus\:from-VariablesDate:focus{--tw-gradient-from:#e17cfb var(--tw-gradient-from-position);--tw-gradient-to:rgba(225,124,251,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.focus\:from-VariablesMultipleOption:focus{--tw-gradient-from:#f169aa var(--tw-gradient-from-position);--tw-gradient-to:rgba(241,105,170,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.focus\:from-VariablesNumber:focus{--tw-gradient-from:#f64f4f var(--tw-gradient-from-position);--tw-gradient-to:rgba(246,79,79,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.focus\:from-VariablesResponse:focus{--tw-gradient-from:#63d1f4 var(--tw-gradient-from-position);--tw-gradient-to:rgba(99,209,244,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.focus\:from-VariablesSingleOption:focus{--tw-gradient-from:#9a56f0 var(--tw-gradient-from-position);--tw-gradient-to:rgba(154,86,240,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.focus\:from-VariablesText:focus{--tw-gradient-from:#56f1b9 var(--tw-gradient-from-position);--tw-gradient-to:rgba(86,241,185,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.focus\:from-VariablesUrl:focus{--tw-gradient-from:#627bff var(--tw-gradient-from-position);--tw-gradient-to:rgba(98,123,255,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.focus\:via-VariablesDate:focus{--tw-gradient-to:rgba(225,124,251,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),#e17cfb var(--tw-gradient-via-position),var(--tw-gradient-to)}.focus\:via-VariablesMultipleOption:focus{--tw-gradient-to:rgba(241,105,170,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),#f169aa var(--tw-gradient-via-position),var(--tw-gradient-to)}.focus\:via-VariablesNumber:focus{--tw-gradient-to:rgba(246,79,79,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),#f64f4f var(--tw-gradient-via-position),var(--tw-gradient-to)}.focus\:via-VariablesResponse:focus{--tw-gradient-to:rgba(99,209,244,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),#63d1f4 var(--tw-gradient-via-position),var(--tw-gradient-to)}.focus\:via-VariablesSingleOption:focus{--tw-gradient-to:rgba(154,86,240,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),#9a56f0 var(--tw-gradient-via-position),var(--tw-gradient-to)}.focus\:via-VariablesText:focus{--tw-gradient-to:rgba(86,241,185,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),#56f1b9 var(--tw-gradient-via-position),var(--tw-gradient-to)}.focus\:via-VariablesUrl:focus{--tw-gradient-to:rgba(98,123,255,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),#627bff var(--tw-gradient-via-position),var(--tw-gradient-to)}.focus\:to-VariablesDate:focus{--tw-gradient-to:#e17cfb var(--tw-gradient-to-position)}.focus\:to-VariablesMultipleOption:focus{--tw-gradient-to:#f169aa var(--tw-gradient-to-position)}.focus\:to-VariablesNumber:focus{--tw-gradient-to:#f64f4f var(--tw-gradient-to-position)}.focus\:to-VariablesResponse:focus{--tw-gradient-to:#63d1f4 var(--tw-gradient-to-position)}.focus\:to-VariablesSingleOption:focus{--tw-gradient-to:#9a56f0 var(--tw-gradient-to-position)}.focus\:to-VariablesText:focus{--tw-gradient-to:#56f1b9 var(--tw-gradient-to-position)}.focus\:to-VariablesUrl:focus{--tw-gradient-to:#627bff var(--tw-gradient-to-position)}.focus\:fill-VariablesDate:focus{fill:#e17cfb}.focus\:fill-VariablesMultipleOption:focus{fill:#f169aa}.focus\:fill-VariablesNumber:focus{fill:#f64f4f}.focus\:fill-VariablesResponse:focus{fill:#63d1f4}.focus\:fill-VariablesSingleOption:focus{fill:#9a56f0}.focus\:fill-VariablesText:focus{fill:#56f1b9}.focus\:fill-VariablesUrl:focus{fill:#627bff}.focus\:stroke-VariablesDate:focus{stroke:#e17cfb}.focus\:stroke-VariablesMultipleOption:focus{stroke:#f169aa}.focus\:stroke-VariablesNumber:focus{stroke:#f64f4f}.focus\:stroke-VariablesResponse:focus{stroke:#63d1f4}.focus\:stroke-VariablesSingleOption:focus{stroke:#9a56f0}.focus\:stroke-VariablesText:focus{stroke:#56f1b9}.focus\:stroke-VariablesUrl:focus{stroke:#627bff}.focus\:text-VariablesDate:focus{--tw-text-opacity:1;color:rgb(225 124 251/var(--tw-text-opacity,1))}.focus\:text-VariablesMultipleOption:focus{--tw-text-opacity:1;color:rgb(241 105 170/var(--tw-text-opacity,1))}.focus\:text-VariablesNumber:focus{--tw-text-opacity:1;color:rgb(246 79 79/var(--tw-text-opacity,1))}.focus\:text-VariablesResponse:focus{--tw-text-opacity:1;color:rgb(99 209 244/var(--tw-text-opacity,1))}.focus\:text-VariablesSingleOption:focus{--tw-text-opacity:1;color:rgb(154 86 240/var(--tw-text-opacity,1))}.focus\:text-VariablesText:focus{--tw-text-opacity:1;color:rgb(86 241 185/var(--tw-text-opacity,1))}.focus\:text-VariablesUrl:focus{--tw-text-opacity:1;color:rgb(98 123 255/var(--tw-text-opacity,1))}.focus\:decoration-VariablesDate:focus{text-decoration-color:#e17cfb}.focus\:decoration-VariablesMultipleOption:focus{text-decoration-color:#f169aa}.focus\:decoration-VariablesNumber:focus{text-decoration-color:#f64f4f}.focus\:decoration-VariablesResponse:focus{text-decoration-color:#63d1f4}.focus\:decoration-VariablesSingleOption:focus{text-decoration-color:#9a56f0}.focus\:decoration-VariablesText:focus{text-decoration-color:#56f1b9}.focus\:decoration-VariablesUrl:focus{text-decoration-color:#627bff}.focus\:placeholder-VariablesDate:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgb(225 124 251/var(--tw-placeholder-opacity,1))}.focus\:placeholder-VariablesDate:focus::placeholder{--tw-placeholder-opacity:1;color:rgb(225 124 251/var(--tw-placeholder-opacity,1))}.focus\:placeholder-VariablesMultipleOption:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgb(241 105 170/var(--tw-placeholder-opacity,1))}.focus\:placeholder-VariablesMultipleOption:focus::placeholder{--tw-placeholder-opacity:1;color:rgb(241 105 170/var(--tw-placeholder-opacity,1))}.focus\:placeholder-VariablesNumber:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgb(246 79 79/var(--tw-placeholder-opacity,1))}.focus\:placeholder-VariablesNumber:focus::placeholder{--tw-placeholder-opacity:1;color:rgb(246 79 79/var(--tw-placeholder-opacity,1))}.focus\:placeholder-VariablesResponse:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgb(99 209 244/var(--tw-placeholder-opacity,1))}.focus\:placeholder-VariablesResponse:focus::placeholder{--tw-placeholder-opacity:1;color:rgb(99 209 244/var(--tw-placeholder-opacity,1))}.focus\:placeholder-VariablesSingleOption:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgb(154 86 240/var(--tw-placeholder-opacity,1))}.focus\:placeholder-VariablesSingleOption:focus::placeholder{--tw-placeholder-opacity:1;color:rgb(154 86 240/var(--tw-placeholder-opacity,1))}.focus\:placeholder-VariablesText:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgb(86 241 185/var(--tw-placeholder-opacity,1))}.focus\:placeholder-VariablesText:focus::placeholder{--tw-placeholder-opacity:1;color:rgb(86 241 185/var(--tw-placeholder-opacity,1))}.focus\:placeholder-VariablesUrl:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgb(98 123 255/var(--tw-placeholder-opacity,1))}.focus\:placeholder-VariablesUrl:focus::placeholder{--tw-placeholder-opacity:1;color:rgb(98 123 255/var(--tw-placeholder-opacity,1))}.focus\:caret-VariablesDate:focus{caret-color:#e17cfb}.focus\:caret-VariablesMultipleOption:focus{caret-color:#f169aa}.focus\:caret-VariablesNumber:focus{caret-color:#f64f4f}.focus\:caret-VariablesResponse:focus{caret-color:#63d1f4}.focus\:caret-VariablesSingleOption:focus{caret-color:#9a56f0}.focus\:caret-VariablesText:focus{caret-color:#56f1b9}.focus\:caret-VariablesUrl:focus{caret-color:#627bff}.focus\:accent-VariablesDate:focus{accent-color:#e17cfb}.focus\:accent-VariablesMultipleOption:focus{accent-color:#f169aa}.focus\:accent-VariablesNumber:focus{accent-color:#f64f4f}.focus\:accent-VariablesResponse:focus{accent-color:#63d1f4}.focus\:accent-VariablesSingleOption:focus{accent-color:#9a56f0}.focus\:accent-VariablesText:focus{accent-color:#56f1b9}.focus\:accent-VariablesUrl:focus{accent-color:#627bff}.focus\:shadow-VariablesDate:focus{--tw-shadow-color:#e17cfb;--tw-shadow:var(--tw-shadow-colored)}.focus\:shadow-VariablesMultipleOption:focus{--tw-shadow-color:#f169aa;--tw-shadow:var(--tw-shadow-colored)}.focus\:shadow-VariablesNumber:focus{--tw-shadow-color:#f64f4f;--tw-shadow:var(--tw-shadow-colored)}.focus\:shadow-VariablesResponse:focus{--tw-shadow-color:#63d1f4;--tw-shadow:var(--tw-shadow-colored)}.focus\:shadow-VariablesSingleOption:focus{--tw-shadow-color:#9a56f0;--tw-shadow:var(--tw-shadow-colored)}.focus\:shadow-VariablesText:focus{--tw-shadow-color:#56f1b9;--tw-shadow:var(--tw-shadow-colored)}.focus\:shadow-VariablesUrl:focus{--tw-shadow-color:#627bff;--tw-shadow:var(--tw-shadow-colored)}.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.focus\:outline-offset-0:focus{outline-offset:0}.focus\:outline-GreyMedium:focus{outline-color:#e4e9eb}.focus\:outline-VariablesDate:focus{outline-color:#e17cfb}.focus\:outline-VariablesMultipleOption:focus{outline-color:#f169aa}.focus\:outline-VariablesNumber:focus{outline-color:#f64f4f}.focus\:outline-VariablesResponse:focus{outline-color:#63d1f4}.focus\:outline-VariablesSingleOption:focus{outline-color:#9a56f0}.focus\:outline-VariablesText:focus{outline-color:#56f1b9}.focus\:outline-VariablesUrl:focus{outline-color:#627bff}.focus\:ring:focus{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color)}.focus\:ring-1:focus,.focus\:ring:focus{box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.focus\:ring-1:focus{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color)}.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-VariablesDate:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(225 124 251/var(--tw-ring-opacity,1))}.focus\:ring-VariablesMultipleOption:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(241 105 170/var(--tw-ring-opacity,1))}.focus\:ring-VariablesNumber:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(246 79 79/var(--tw-ring-opacity,1))}.focus\:ring-VariablesResponse:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(99 209 244/var(--tw-ring-opacity,1))}.focus\:ring-VariablesSingleOption:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(154 86 240/var(--tw-ring-opacity,1))}.focus\:ring-VariablesText:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(86 241 185/var(--tw-ring-opacity,1))}.focus\:ring-VariablesUrl:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(98 123 255/var(--tw-ring-opacity,1))}.focus\:ring-amber-500:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(245 158 11/var(--tw-ring-opacity,1))}.focus\:ring-amber-500\/20:focus{--tw-ring-color:rgba(245,158,11,.2)}.focus\:ring-amber-500\/50:focus{--tw-ring-color:rgba(245,158,11,.5)}.focus\:ring-blue-500:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(59 130 246/var(--tw-ring-opacity,1))}.focus\:ring-blue-500\/20:focus{--tw-ring-color:rgba(59,130,246,.2)}.focus\:ring-blue-500\/50:focus{--tw-ring-color:rgba(59,130,246,.5)}.focus\:ring-cyan-500:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(6 182 212/var(--tw-ring-opacity,1))}.focus\:ring-cyan-500\/20:focus{--tw-ring-color:rgba(6,182,212,.2)}.focus\:ring-cyan-500\/50:focus{--tw-ring-color:rgba(6,182,212,.5)}.focus\:ring-emerald-500:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(16 185 129/var(--tw-ring-opacity,1))}.focus\:ring-emerald-500\/20:focus{--tw-ring-color:rgba(16,185,129,.2)}.focus\:ring-emerald-500\/50:focus{--tw-ring-color:rgba(16,185,129,.5)}.focus\:ring-fuchsia-500:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(217 70 239/var(--tw-ring-opacity,1))}.focus\:ring-fuchsia-500\/20:focus{--tw-ring-color:rgba(217,70,239,.2)}.focus\:ring-fuchsia-500\/50:focus{--tw-ring-color:rgba(217,70,239,.5)}.focus\:ring-green-500:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(34 197 94/var(--tw-ring-opacity,1))}.focus\:ring-green-500\/20:focus{--tw-ring-color:rgba(34,197,94,.2)}.focus\:ring-green-500\/50:focus{--tw-ring-color:rgba(34,197,94,.5)}.focus\:ring-indigo-500:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(99 102 241/var(--tw-ring-opacity,1))}.focus\:ring-indigo-500\/20:focus{--tw-ring-color:rgba(99,102,241,.2)}.focus\:ring-indigo-500\/50:focus{--tw-ring-color:rgba(99,102,241,.5)}.focus\:ring-lime-500:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(132 204 22/var(--tw-ring-opacity,1))}.focus\:ring-lime-500\/20:focus{--tw-ring-color:rgba(132,204,22,.2)}.focus\:ring-lime-500\/50:focus{--tw-ring-color:rgba(132,204,22,.5)}.focus\:ring-orange-500:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(249 115 22/var(--tw-ring-opacity,1))}.focus\:ring-orange-500\/20:focus{--tw-ring-color:rgba(249,115,22,.2)}.focus\:ring-orange-500\/50:focus{--tw-ring-color:rgba(249,115,22,.5)}.focus\:ring-pink-500:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(236 72 153/var(--tw-ring-opacity,1))}.focus\:ring-pink-500\/20:focus{--tw-ring-color:rgba(236,72,153,.2)}.focus\:ring-pink-500\/50:focus{--tw-ring-color:rgba(236,72,153,.5)}.focus\:ring-purple-500:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(168 85 247/var(--tw-ring-opacity,1))}.focus\:ring-purple-500\/20:focus{--tw-ring-color:rgba(168,85,247,.2)}.focus\:ring-purple-500\/50:focus{--tw-ring-color:rgba(168,85,247,.5)}.focus\:ring-red-500:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(239 68 68/var(--tw-ring-opacity,1))}.focus\:ring-red-500\/20:focus{--tw-ring-color:rgba(239,68,68,.2)}.focus\:ring-red-500\/50:focus{--tw-ring-color:rgba(239,68,68,.5)}.focus\:ring-rose-500:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(244 63 94/var(--tw-ring-opacity,1))}.focus\:ring-rose-500\/20:focus{--tw-ring-color:rgba(244,63,94,.2)}.focus\:ring-rose-500\/50:focus{--tw-ring-color:rgba(244,63,94,.5)}.focus\:ring-sky-500:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(14 165 233/var(--tw-ring-opacity,1))}.focus\:ring-sky-500\/20:focus{--tw-ring-color:rgba(14,165,233,.2)}.focus\:ring-sky-500\/50:focus{--tw-ring-color:rgba(14,165,233,.5)}.focus\:ring-teal-500:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(20 184 166/var(--tw-ring-opacity,1))}.focus\:ring-teal-500\/20:focus{--tw-ring-color:rgba(20,184,166,.2)}.focus\:ring-teal-500\/50:focus{--tw-ring-color:rgba(20,184,166,.5)}.focus\:ring-violet-500:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(139 92 246/var(--tw-ring-opacity,1))}.focus\:ring-violet-500\/20:focus{--tw-ring-color:rgba(139,92,246,.2)}.focus\:ring-violet-500\/50:focus{--tw-ring-color:rgba(139,92,246,.5)}.focus\:ring-yellow-500:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(234 179 8/var(--tw-ring-opacity,1))}.focus\:ring-yellow-500\/20:focus{--tw-ring-color:rgba(234,179,8,.2)}.focus\:ring-yellow-500\/50:focus{--tw-ring-color:rgba(234,179,8,.5)}.focus\:ring-opacity-50:focus{--tw-ring-opacity:0.5}.focus\:ring-offset-2:focus{--tw-ring-offset-width:2px}.focus\:ring-offset-VariablesDate:focus{--tw-ring-offset-color:#e17cfb}.focus\:ring-offset-VariablesMultipleOption:focus{--tw-ring-offset-color:#f169aa}.focus\:ring-offset-VariablesNumber:focus{--tw-ring-offset-color:#f64f4f}.focus\:ring-offset-VariablesResponse:focus{--tw-ring-offset-color:#63d1f4}.focus\:ring-offset-VariablesSingleOption:focus{--tw-ring-offset-color:#9a56f0}.focus\:ring-offset-VariablesText:focus{--tw-ring-offset-color:#56f1b9}.focus\:ring-offset-VariablesUrl:focus{--tw-ring-offset-color:#627bff}.focus\:placeholder\:text-NewTextBlack:focus::-moz-placeholder{--tw-text-opacity:1;color:rgb(20 16 44/var(--tw-text-opacity,1))}.focus\:placeholder\:text-NewTextBlack:focus::placeholder{--tw-text-opacity:1;color:rgb(20 16 44/var(--tw-text-opacity,1))}.active\:scale-95:active{--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))}.active\:border-PrimaryN:active{--tw-border-opacity:1;border-color:rgb(173 243 99/var(--tw-border-opacity,1))}.active\:bg-PrimaryN:active{--tw-bg-opacity:1;background-color:rgb(173 243 99/var(--tw-bg-opacity,1))}.active\:bg-white:active{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1))}.active\:bg-opacity-80:active{--tw-bg-opacity:0.8}.active\:text-NewTextBlack:active{--tw-text-opacity:1;color:rgb(20 16 44/var(--tw-text-opacity,1))}.disabled\:pointer-events-none:disabled{pointer-events:none}.disabled\:cursor-default:disabled{cursor:default}.disabled\:cursor-not-allowed:disabled{cursor:not-allowed}.disabled\:bg-GreyLight:disabled{--tw-bg-opacity:1;background-color:rgb(236 240 241/var(--tw-bg-opacity,1))}.disabled\:text-TextSolid:disabled{--tw-text-opacity:1;color:rgb(133 141 143/var(--tw-text-opacity,1))}.disabled\:opacity-40:disabled{opacity:.4}.disabled\:opacity-50:disabled{opacity:.5}.disabled\:shadow-none:disabled{--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)}.group:focus-within .group-focus-within\:rotate-135{--tw-rotate:135deg;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:focus-within .group-focus-within\:scale-125{--tw-scale-x:1.25;--tw-scale-y:1.25;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:focus-within .group-focus-within\:bg-GreyLight{--tw-bg-opacity:1;background-color:rgb(236 240 241/var(--tw-bg-opacity,1))}.group:focus-within .group-focus-within\:bg-TextLight{--tw-bg-opacity:1;background-color:rgb(208 216 217/var(--tw-bg-opacity,1))}.group:focus-within .group-focus-within\:fill-NewTextBlack{fill:#14102c}.group:focus-within .group-focus-within\:text-TextMedium{--tw-text-opacity:1;color:rgb(176 185 186/var(--tw-text-opacity,1))}.group:focus-within .group-focus-within\:text-white{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.group:focus-within .group-focus-within\:delay-0{transition-delay:0s}.group:focus-within .group-focus-within\:duration-75{transition-duration:75ms}.group:focus-within .group-focus-within\:hover\:text-NewTextBlack:hover{--tw-text-opacity:1;color:rgb(20 16 44/var(--tw-text-opacity,1))}.group:hover .group-hover\:pointer-events-auto{pointer-events:auto}.group:hover .group-hover\:visible,.group\/profile:hover .group-hover\/profile\:visible,.group\/spending:hover .group-hover\/spending\:visible{visibility:visible}.group:hover .group-hover\:left-2{left:.5rem}.group:hover .group-hover\:left-\[-295px\]{left:-295px}.group:hover .group-hover\:-m-1{margin:-.25rem}.group:hover .group-hover\:-mx-1{margin-left:-.25rem;margin-right:-.25rem}.group:hover .group-hover\:-mx-1\.5{margin-left:-.375rem;margin-right:-.375rem}.group:hover .group-hover\:-my-0\.5{margin-top:-.125rem;margin-bottom:-.125rem}.group:hover .group-hover\:-my-1{margin-top:-.25rem;margin-bottom:-.25rem}.group:hover .group-hover\:block{display:block}.group:hover .group-hover\:flex,.group\/profile:hover .group-hover\/profile\:flex,.group\/spending:hover .group-hover\/spending\:flex,.group\/variable:hover .group-hover\/variable\:flex{display:flex}.group\/variable:hover .group-hover\/variable\:hidden{display:none}.group\/publish:hover .group-hover\/publish\:size-16{width:4rem;height:4rem}.group:hover .group-hover\:h-\[10px\]{height:10px}.group:hover .group-hover\:w-0{width:0}.group:hover .group-hover\:w-\[10px\]{width:10px}.group:hover .group-hover\:w-auto{width:auto}.group:hover .group-hover\:-rotate-45{--tw-rotate:-45deg}.group:hover .group-hover\:-rotate-45,.group:hover .group-hover\:rotate-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))}.group:hover .group-hover\:rotate-0{--tw-rotate:0deg}.group:hover .group-hover\:rotate-180{--tw-rotate:180deg}.group:hover .group-hover\:rotate-180,.group\/freeAccount:hover .group-hover\/freeAccount\:scale-\[2\.3\]{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\/freeAccount:hover .group-hover\/freeAccount\:scale-\[2\.3\]{--tw-scale-x:2.3;--tw-scale-y:2.3}.group\/image-button:hover .group-hover\/image-button\:scale-110{--tw-scale-x:1.1;--tw-scale-y:1.1}.group:hover .group-hover\:scale-125,.group\/image-button:hover .group-hover\/image-button\:scale-110{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\:scale-125{--tw-scale-x:1.25;--tw-scale-y:1.25}.group:hover .group-hover\:scale-150{--tw-scale-x:1.5;--tw-scale-y:1.5}.group:hover .group-hover\:scale-150,.group:hover .group-hover\:scale-\[0\.9\]{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\:scale-\[0\.9\]{--tw-scale-x:0.9;--tw-scale-y:0.9}.group:hover .group-hover\:scale-\[1\]{--tw-scale-x:1;--tw-scale-y:1}.group:hover .group-hover\:scale-\[1\],.group:hover .group-hover\:scale-x-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))}.group:hover .group-hover\:scale-x-100{--tw-scale-x:1}.group\/publish:hover .group-hover\/publish\:gap-16{gap:4rem}.group\/card:hover .group-hover\/card\:bg-GreyMedium{--tw-bg-opacity:1;background-color:rgb(228 233 235/var(--tw-bg-opacity,1))}.group\/publish:hover .group-hover\/publish\:bg-PrimaryN{--tw-bg-opacity:1;background-color:rgb(173 243 99/var(--tw-bg-opacity,1))}.group\/similar:hover .group-hover\/similar\:bg-NewTextBlack{--tw-bg-opacity:1;background-color:rgb(20 16 44/var(--tw-bg-opacity,1))}.group:hover .group-hover\:bg-GreyMedium{--tw-bg-opacity:1;background-color:rgb(228 233 235/var(--tw-bg-opacity,1))}.group:hover .group-hover\:bg-GreyThin{--tw-bg-opacity:1;background-color:rgb(247 249 250/var(--tw-bg-opacity,1))}.group:hover .group-hover\:bg-NewTextBlack,.group:hover .group-hover\:bg-TextBlack{--tw-bg-opacity:1;background-color:rgb(20 16 44/var(--tw-bg-opacity,1))}.group:hover .group-hover\:bg-black{--tw-bg-opacity:1;background-color:rgb(0 0 0/var(--tw-bg-opacity,1))}.group\/variable:hover .group-hover\/variable\:bg-opacity-20{--tw-bg-opacity:0.2}.group\/similar:hover .group-hover\/similar\:fill-PrimaryN{fill:#adf363}.group:hover .group-hover\:fill-NewTextBlack{fill:#14102c}.group:hover .group-hover\:fill-PrimaryN{fill:#adf363}.group:hover .group-hover\:px-4{padding-left:1rem;padding-right:1rem}.group:hover .group-hover\:px-5{padding-left:1.25rem;padding-right:1.25rem}.group:hover .group-hover\:py-1{padding-top:.25rem;padding-bottom:.25rem}.group:hover .group-hover\:py-3{padding-top:.75rem;padding-bottom:.75rem}.group:hover .group-hover\:pl-3{padding-left:.75rem}.group:hover .group-hover\:pr-1{padding-right:.25rem}.group:hover .group-hover\:pr-4{padding-right:1rem}.group\/publish:hover .group-hover\/publish\:text-PrimaryN{--tw-text-opacity:1;color:rgb(173 243 99/var(--tw-text-opacity,1))}.group\/publish:hover .group-hover\/publish\:text-TextSolid{--tw-text-opacity:1;color:rgb(133 141 143/var(--tw-text-opacity,1))}.group\/similar:hover .group-hover\/similar\:text-PrimaryN,.group\/tooltip:hover .group-hover\/tooltip\:text-PrimaryN{--tw-text-opacity:1;color:rgb(173 243 99/var(--tw-text-opacity,1))}.group:hover .group-hover\:text-GreyMedium{--tw-text-opacity:1;color:rgb(228 233 235/var(--tw-text-opacity,1))}.group:hover .group-hover\:text-NewTextBlack{--tw-text-opacity:1;color:rgb(20 16 44/var(--tw-text-opacity,1))}.group:hover .group-hover\:text-PrimaryN{--tw-text-opacity:1;color:rgb(173 243 99/var(--tw-text-opacity,1))}.group:hover .group-hover\:text-VariablesDate{--tw-text-opacity:1;color:rgb(225 124 251/var(--tw-text-opacity,1))}.group:hover .group-hover\:text-VariablesMultipleOption{--tw-text-opacity:1;color:rgb(241 105 170/var(--tw-text-opacity,1))}.group:hover .group-hover\:text-VariablesNumber{--tw-text-opacity:1;color:rgb(246 79 79/var(--tw-text-opacity,1))}.group:hover .group-hover\:text-VariablesSingleOption{--tw-text-opacity:1;color:rgb(154 86 240/var(--tw-text-opacity,1))}.group:hover .group-hover\:text-VariablesText{--tw-text-opacity:1;color:rgb(86 241 185/var(--tw-text-opacity,1))}.group:hover .group-hover\:text-VariablesUrl{--tw-text-opacity:1;color:rgb(98 123 255/var(--tw-text-opacity,1))}.group:hover .group-hover\:text-white{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.group\/build:hover .group-hover\/build\:opacity-100{opacity:1}.group\/customization:hover .group-hover\/customization\:opacity-0{opacity:0}.group\/customization:hover .group-hover\/customization\:opacity-100{opacity:1}.group\/money:hover .group-hover\/money\:opacity-0{opacity:0}.group\/money:hover .group-hover\/money\:opacity-100,.group\/profile:hover .group-hover\/profile\:opacity-100{opacity:1}.group\/spending:hover .group-hover\/spending\:opacity-0{opacity:0}.group\/spending:hover .group-hover\/spending\:opacity-100,.group\/tooltip:hover .group-hover\/tooltip\:opacity-100{opacity:1}.group:hover .group-hover\:opacity-0{opacity:0}.group:hover .group-hover\:opacity-100{opacity:1}.group:hover .group-hover\:shadow-default,.group\/build:hover .group-hover\/build\:shadow-default{--tw-shadow:2px 2px 16px 0px rgba(20,16,44,.1);--tw-shadow-colored:2px 2px 16px 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)}.group:hover .group-hover\:duration-300,.group\/profile:hover .group-hover\/profile\:duration-300,.group\/spending:hover .group-hover\/spending\:duration-300{transition-duration:.3s}.group:hover .group-hover\:\[d\:var\(--hoveredPath\)\]{d:var(--hoveredPath)}.group:hover .group-hover\:\[d\:var\(--hoveredPath1\)\]{d:var(--hoveredPath1)}.group:hover .group-hover\:\[d\:var\(--hoveredPath2\)\]{d:var(--hoveredPath2)}.group:hover .group-hover\:placeholder\:text-NewTextBlack::-moz-placeholder{--tw-text-opacity:1;color:rgb(20 16 44/var(--tw-text-opacity,1))}.group:hover .group-hover\:placeholder\:text-NewTextBlack::placeholder{--tw-text-opacity:1;color:rgb(20 16 44/var(--tw-text-opacity,1))}.group:hover .group-hover\:focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.group:focus-within:hover .group-focus-within\:group-hover\:bg-TextLight{--tw-bg-opacity:1;background-color:rgb(208 216 217/var(--tw-bg-opacity,1))}.group:focus .group-focus\:bg-GreyThin{--tw-bg-opacity:1;background-color:rgb(247 249 250/var(--tw-bg-opacity,1))}.peer:checked~.peer-checked\:after\:translate-x-full:after{content:var(--tw-content);--tw-translate-x: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))}.peer:focus~.peer-focus\:outline-none{outline:2px solid transparent;outline-offset:2px}.peer:focus~.peer-focus\:ring-4{--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(4px + 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\:border-gray-700:is(.dark *){--tw-border-opacity:1;border-color:rgb(55 65 81/var(--tw-border-opacity,1))}.dark\:border-slate-600:is(.dark *){--tw-border-opacity:1;border-color:rgb(71 85 105/var(--tw-border-opacity,1))}.dark\:bg-slate-800:is(.dark *){--tw-bg-opacity:1;background-color:rgb(30 41 59/var(--tw-bg-opacity,1))}.dark\:bg-white\/10:is(.dark *){background-color:hsla(0,0%,100%,.1)}.dark\:bg-white\/5:is(.dark *){background-color:hsla(0,0%,100%,.05)}.dark\:text-amber-400:is(.dark *){--tw-text-opacity:1;color:rgb(251 191 36/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-cyan-400:is(.dark *){--tw-text-opacity:1;color:rgb(34 211 238/var(--tw-text-opacity,1))}.dark\:text-emerald-400:is(.dark *){--tw-text-opacity:1;color:rgb(52 211 153/var(--tw-text-opacity,1))}.dark\:text-fuchsia-400:is(.dark *){--tw-text-opacity:1;color:rgb(232 121 249/var(--tw-text-opacity,1))}.dark\:text-gray-700:is(.dark *){--tw-text-opacity:1;color:rgb(55 65 81/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-indigo-400:is(.dark *){--tw-text-opacity:1;color:rgb(129 140 248/var(--tw-text-opacity,1))}.dark\:text-lime-400:is(.dark *){--tw-text-opacity:1;color:rgb(163 230 53/var(--tw-text-opacity,1))}.dark\:text-orange-400:is(.dark *){--tw-text-opacity:1;color:rgb(251 146 60/var(--tw-text-opacity,1))}.dark\:text-pink-400:is(.dark *){--tw-text-opacity:1;color:rgb(244 114 182/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-400:is(.dark *){--tw-text-opacity:1;color:rgb(248 113 113/var(--tw-text-opacity,1))}.dark\:text-rose-400:is(.dark *){--tw-text-opacity:1;color:rgb(251 113 133/var(--tw-text-opacity,1))}.dark\:text-sky-400:is(.dark *){--tw-text-opacity:1;color:rgb(56 189 248/var(--tw-text-opacity,1))}.dark\:text-teal-400:is(.dark *){--tw-text-opacity:1;color:rgb(45 212 191/var(--tw-text-opacity,1))}.dark\:text-violet-400:is(.dark *){--tw-text-opacity:1;color:rgb(167 139 250/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-white\/70:is(.dark *){color:hsla(0,0%,100%,.7)}.dark\:text-white\/80:is(.dark *){color:hsla(0,0%,100%,.8)}.dark\:text-yellow-400:is(.dark *){--tw-text-opacity:1;color:rgb(250 204 21/var(--tw-text-opacity,1))}.dark\:hover\:bg-white\/10:hover:is(.dark *){background-color:hsla(0,0%,100%,.1)}.dark\:hover\:text-amber-400:hover:is(.dark *){--tw-text-opacity:1;color:rgb(251 191 36/var(--tw-text-opacity,1))}.dark\:hover\:text-blue-400:hover:is(.dark *){--tw-text-opacity:1;color:rgb(96 165 250/var(--tw-text-opacity,1))}.dark\:hover\:text-cyan-400:hover:is(.dark *){--tw-text-opacity:1;color:rgb(34 211 238/var(--tw-text-opacity,1))}.dark\:hover\:text-emerald-400:hover:is(.dark *){--tw-text-opacity:1;color:rgb(52 211 153/var(--tw-text-opacity,1))}.dark\:hover\:text-fuchsia-400:hover:is(.dark *){--tw-text-opacity:1;color:rgb(232 121 249/var(--tw-text-opacity,1))}.dark\:hover\:text-green-400:hover:is(.dark *){--tw-text-opacity:1;color:rgb(74 222 128/var(--tw-text-opacity,1))}.dark\:hover\:text-indigo-400:hover:is(.dark *){--tw-text-opacity:1;color:rgb(129 140 248/var(--tw-text-opacity,1))}.dark\:hover\:text-lime-400:hover:is(.dark *){--tw-text-opacity:1;color:rgb(163 230 53/var(--tw-text-opacity,1))}.dark\:hover\:text-orange-400:hover:is(.dark *){--tw-text-opacity:1;color:rgb(251 146 60/var(--tw-text-opacity,1))}.dark\:hover\:text-pink-400:hover:is(.dark *){--tw-text-opacity:1;color:rgb(244 114 182/var(--tw-text-opacity,1))}.dark\:hover\:text-purple-400:hover:is(.dark *){--tw-text-opacity:1;color:rgb(192 132 252/var(--tw-text-opacity,1))}.dark\:hover\:text-red-400:hover:is(.dark *){--tw-text-opacity:1;color:rgb(248 113 113/var(--tw-text-opacity,1))}.dark\:hover\:text-rose-400:hover:is(.dark *){--tw-text-opacity:1;color:rgb(251 113 133/var(--tw-text-opacity,1))}.dark\:hover\:text-sky-400:hover:is(.dark *){--tw-text-opacity:1;color:rgb(56 189 248/var(--tw-text-opacity,1))}.dark\:hover\:text-teal-400:hover:is(.dark *){--tw-text-opacity:1;color:rgb(45 212 191/var(--tw-text-opacity,1))}.dark\:hover\:text-violet-400:hover:is(.dark *){--tw-text-opacity:1;color:rgb(167 139 250/var(--tw-text-opacity,1))}.dark\:hover\:text-yellow-400:hover:is(.dark *){--tw-text-opacity:1;color:rgb(250 204 21/var(--tw-text-opacity,1))}.dark\:focus\:bg-white\/10:focus:is(.dark *){background-color:hsla(0,0%,100%,.1)}@media (min-width:426px){.xs\:mt-10{margin-top:2.5rem}.xs\:block{display:block}.xs\:inline{display:inline}.xs\:flex{display:flex}.xs\:inline-flex{display:inline-flex}.xs\:h-\[496px\]{height:496px}.xs\:w-\[376px\]{width:376px}.xs\:w-full{width:100%}.xs\:min-w-\[384px\]{min-width:384px}.xs\:max-w-\[100px\]{max-width:100px}.xs\:max-w-\[384px\]{max-width:384px}.xs\:max-w-none{max-width:none}.xs\:flex-row{flex-direction:row}.xs\:justify-between{justify-content:space-between}.xs\:gap-10{gap:2.5rem}.xs\:gap-4{gap:1rem}.xs\:overflow-x-scroll{overflow-x:scroll}.xs\:rounded-none{border-radius:0}.xs\:rounded-t-\[2rem\]{border-top-left-radius:2rem;border-top-right-radius:2rem}.xs\:p-0{padding:0}.xs\:px-4{padding-left:1rem;padding-right:1rem}.xs\:px-6{padding-left:1.5rem;padding-right:1.5rem}.xs\:px-8{padding-left:2rem;padding-right:2rem}.xs\:pb-0{padding-bottom:0}.xs\:pl-10{padding-left:2.5rem}.xs\:pt-10{padding-top:2.5rem}.xs\:pt-14{padding-top:3.5rem}.xs\:text-2xl{font-size:1.5rem;line-height:2rem}.xs\:leading-10{line-height:2.5rem}.xs\:leading-9{line-height:2.25rem}}@media (min-width:640px){.sm\:col-span-1{grid-column:span 1/span 1}.sm\:-mx-3{margin-left:-.75rem;margin-right:-.75rem}.sm\:mx-0{margin-left:0;margin-right:0}.sm\:my-0{margin-top:0}.sm\:mb-0,.sm\:my-0{margin-bottom:0}.sm\:mb-4{margin-bottom:1rem}.sm\:ml-0{margin-left:0}.sm\:mt-0{margin-top:0}.sm\:mt-1{margin-top:.25rem}.sm\:mt-3{margin-top:.75rem}.sm\:mt-4{margin-top:1rem}.sm\:mt-8{margin-top:2rem}.sm\:inline-block{display:inline-block}.sm\:inline{display:inline}.sm\:flex{display:flex}.sm\:inline-flex{display:inline-flex}.sm\:grid{display:grid}.sm\:hidden{display:none}.sm\:h-10{height:2.5rem}.sm\:h-full{height:100%}.sm\:max-h-\[140px\]{max-height:140px}.sm\:w-1\/2{width:50%}.sm\:w-10{width:2.5rem}.sm\:w-fit{width:-moz-fit-content;width:fit-content}.sm\:w-full{width:100%}.sm\:min-w-\[244px\]{min-width:244px}.sm\:max-w-\[370px\]{max-width:370px}.sm\:max-w-\[498px\]{max-width:498px}.sm\:max-w-\[584px\]{max-width:584px}.sm\:max-w-\[592px\]{max-width:592px}.sm\:max-w-\[70px\]{max-width:70px}.sm\:max-w-full{max-width:100%}.sm\:max-w-none{max-width:none}.sm\:flex-1{flex:1 1 0%}.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\:items-start{align-items:flex-start}.sm\:items-center{align-items:center}.sm\:justify-start{justify-content:flex-start}.sm\:justify-center{justify-content:center}.sm\:justify-between{justify-content:space-between}.sm\:gap-0{gap:0}.sm\:gap-12{gap:3rem}.sm\:gap-4{gap:1rem}.sm\:gap-6{gap:1.5rem}.sm\:gap-8{gap:2rem}.sm\:rounded-3xl{border-radius:1.5rem}.sm\:p-3{padding:.75rem}.sm\:px-0{padding-left:0;padding-right:0}.sm\:px-2{padding-left:.5rem;padding-right:.5rem}.sm\:px-3{padding-left:.75rem;padding-right:.75rem}.sm\:px-4{padding-left:1rem;padding-right:1rem}.sm\:px-6{padding-left:1.5rem;padding-right:1.5rem}.sm\:py-0{padding-top:0;padding-bottom:0}.sm\:py-1{padding-top:.25rem;padding-bottom:.25rem}.sm\:py-16{padding-top:4rem;padding-bottom:4rem}.sm\:py-2{padding-top:.5rem;padding-bottom:.5rem}.sm\:py-3\.5{padding-top:.875rem;padding-bottom:.875rem}.sm\:pb-0{padding-bottom:0}.sm\:pb-\[2\.125rem\]{padding-bottom:2.125rem}.sm\:pl-0{padding-left:0}.sm\:pl-10{padding-left:2.5rem}.sm\:pl-6{padding-left:1.5rem}.sm\:pr-0{padding-right:0}.sm\:pr-2{padding-right:.5rem}.sm\:pt-0{padding-top:0}.sm\:pt-10{padding-top:2.5rem}.sm\:pt-2{padding-top:.5rem}.sm\:text-start{text-align:start}.sm\:text-2xl{font-size:1.5rem;line-height:2rem}.sm\:text-\[1\.750rem\]{font-size:1.75rem}.sm\:text-\[2rem\]{font-size:2rem}.sm\:leading-10{line-height:2.5rem}.sm\:leading-\[2\.875rem\]{line-height:2.875rem}.sm\:defaultPageContainer{margin-left:auto;margin-right:auto;max-width:1536px;padding-left:.5rem;padding-right:.5rem}@media (min-width:640px){.sm\:defaultPageContainer{padding-left:1rem;padding-right:1rem}}@media (min-width:768px){.sm\:defaultPageContainer{padding-left:1.5rem;padding-right:1.5rem}}}@media (min-width:768px){.md\:-order-1{order:-1}.md\:order-2{order:2}.md\:col-span-2{grid-column:span 2/span 2}.md\:mx-0{margin-left:0;margin-right:0}.md\:mx-6{margin-left:1.5rem;margin-right:1.5rem}.md\:mx-auto{margin-left:auto;margin-right:auto}.md\:my-4{margin-top:1rem;margin-bottom:1rem}.md\:mb-3{margin-bottom:.75rem}.md\:mb-\[3\.25rem\]{margin-bottom:3.25rem}.md\:mt-0{margin-top:0}.md\:mt-1{margin-top:.25rem}.md\:block{display:block}.md\:flex{display:flex}.md\:hidden{display:none}.md\:h-10{height:2.5rem}.md\:h-\[36\.25rem\]{height:36.25rem}.md\:h-full{height:100%}.md\:min-h-\[344px\]{min-height:344px}.md\:w-1\/3{width:33.333333%}.md\:w-\[296px\]{width:296px}.md\:w-\[320px\]{width:320px}.md\:w-auto{width:auto}.md\:min-w-\[296px\]{min-width:296px}.md\:min-w-\[314px\]{min-width:314px}.md\:max-w-2xl{max-width:42rem}.md\:max-w-\[380px\]{max-width:380px}.md\:max-w-\[485px\]{max-width:485px}.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:grid-rows-2{grid-template-rows:repeat(2,minmax(0,1fr))}.md\:flex-row{flex-direction:row}.md\:flex-col{flex-direction:column}.md\:items-center{align-items:center}.md\:justify-start{justify-content:flex-start}.md\:gap-16{gap:4rem}.md\:gap-6{gap:1.5rem}.md\:gap-y-\[34px\]{row-gap:34px}.md\:space-x-1\.5>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(.375rem * var(--tw-space-x-reverse));margin-left:calc(.375rem * calc(1 - var(--tw-space-x-reverse)))}.md\:space-y-0>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(0px * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(0px * var(--tw-space-y-reverse))}.md\:border-b{border-bottom-width:1px}.md\:px-0{padding-left:0;padding-right:0}.md\:px-20{padding-left:5rem;padding-right:5rem}.md\:px-3{padding-left:.75rem;padding-right:.75rem}.md\:px-4{padding-left:1rem;padding-right:1rem}.md\:px-6{padding-left:1.5rem;padding-right:1.5rem}.md\:py-0{padding-top:0;padding-bottom:0}.md\:py-2{padding-top:.5rem;padding-bottom:.5rem}.md\:pb-0{padding-bottom:0}.md\:pb-10{padding-bottom:2.5rem}.md\:pl-1{padding-left:.25rem}.md\:pl-2{padding-left:.5rem}.md\:pl-4{padding-left:1rem}.md\:pr-0{padding-right:0}.md\:pr-1{padding-right:.25rem}.md\:pt-0{padding-top:0}.md\:pt-1{padding-top:.25rem}.md\:pt-6{padding-top:1.5rem}.md\:pt-7{padding-top:1.75rem}.md\:text-left{text-align:left}}@media (min-width:1024px){.lg\:pointer-events-none{pointer-events:none}.lg\:sticky{position:sticky}.lg\:top-20{top:5rem}.lg\:order-1{order:1}.lg\:my-4{margin-top:1rem;margin-bottom:1rem}.lg\:mb-0{margin-bottom:0}.lg\:mb-4{margin-bottom:1rem}.lg\:mt-0{margin-top:0}.lg\:block{display:block}.lg\:inline-block{display:inline-block}.lg\:inline{display:inline}.lg\:flex{display:flex}.lg\:hidden{display:none}.lg\:h-10{height:2.5rem}.lg\:h-\[140px\]{height:140px}.lg\:h-\[144px\]{height:144px}.lg\:h-\[180px\]{height:180px}.lg\:max-h-\[140px\]{max-height:140px}.lg\:max-h-\[32rem\]{max-height:32rem}.lg\:max-h-\[35rem\]{max-height:35rem}.lg\:max-h-\[calc\(100vh-9rem\)\]{max-height:calc(100vh - 9rem)}.lg\:w-1\/2{width:50%}.lg\:w-10{width:2.5rem}.lg\:w-\[260px\]{width:260px}.lg\:w-\[360px\]{width:360px}.lg\:w-\[470px\]{width:470px}.lg\:w-auto{width:auto}.lg\:w-fit{width:-moz-fit-content;width:fit-content}.lg\:w-full{width:100%}.lg\:min-w-\[296px\]{min-width:296px}.lg\:min-w-\[398px\]{min-width:398px}.lg\:min-w-\[976px\]{min-width:976px}.lg\:max-w-\[348px\]{max-width:348px}.lg\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.lg\:flex-row{flex-direction:row}.lg\:flex-col{flex-direction:column}.lg\:items-start{align-items:flex-start}.lg\:items-center{align-items:center}.lg\:justify-start{justify-content:flex-start}.lg\:justify-center{justify-content:center}.lg\:justify-between{justify-content:space-between}.lg\:gap-1\.5{gap:.375rem}.lg\:gap-2{gap:.5rem}.lg\:gap-4{gap:1rem}.lg\:gap-6{gap:1.5rem}.lg\:gap-8{gap:2rem}.lg\:gap-y-8{row-gap:2rem}.lg\:divide-VariablesDate>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(225 124 251/var(--tw-divide-opacity,1))}.lg\:divide-VariablesMultipleOption>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(241 105 170/var(--tw-divide-opacity,1))}.lg\:divide-VariablesNumber>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(246 79 79/var(--tw-divide-opacity,1))}.lg\:divide-VariablesResponse>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(99 209 244/var(--tw-divide-opacity,1))}.lg\:divide-VariablesSingleOption>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(154 86 240/var(--tw-divide-opacity,1))}.lg\:divide-VariablesText>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(86 241 185/var(--tw-divide-opacity,1))}.lg\:divide-VariablesUrl>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(98 123 255/var(--tw-divide-opacity,1))}.lg\:overflow-auto{overflow:auto}.lg\:rounded-2xl{border-radius:1rem}.lg\:border{border-width:1px}.lg\:border-b-0{border-bottom-width:0}.lg\:border-r{border-right-width:1px}.lg\:border-GreyMedium{--tw-border-opacity:1;border-color:rgb(228 233 235/var(--tw-border-opacity,1))}.lg\:border-VariablesDate{--tw-border-opacity:1;border-color:rgb(225 124 251/var(--tw-border-opacity,1))}.lg\:border-VariablesMultipleOption{--tw-border-opacity:1;border-color:rgb(241 105 170/var(--tw-border-opacity,1))}.lg\:border-VariablesNumber{--tw-border-opacity:1;border-color:rgb(246 79 79/var(--tw-border-opacity,1))}.lg\:border-VariablesResponse{--tw-border-opacity:1;border-color:rgb(99 209 244/var(--tw-border-opacity,1))}.lg\:border-VariablesSingleOption{--tw-border-opacity:1;border-color:rgb(154 86 240/var(--tw-border-opacity,1))}.lg\:border-VariablesText{--tw-border-opacity:1;border-color:rgb(86 241 185/var(--tw-border-opacity,1))}.lg\:border-VariablesUrl{--tw-border-opacity:1;border-color:rgb(98 123 255/var(--tw-border-opacity,1))}.lg\:border-x-VariablesDate{--tw-border-opacity:1;border-left-color:rgb(225 124 251/var(--tw-border-opacity,1));border-right-color:rgb(225 124 251/var(--tw-border-opacity,1))}.lg\:border-x-VariablesMultipleOption{--tw-border-opacity:1;border-left-color:rgb(241 105 170/var(--tw-border-opacity,1));border-right-color:rgb(241 105 170/var(--tw-border-opacity,1))}.lg\:border-x-VariablesNumber{--tw-border-opacity:1;border-left-color:rgb(246 79 79/var(--tw-border-opacity,1));border-right-color:rgb(246 79 79/var(--tw-border-opacity,1))}.lg\:border-x-VariablesResponse{--tw-border-opacity:1;border-left-color:rgb(99 209 244/var(--tw-border-opacity,1));border-right-color:rgb(99 209 244/var(--tw-border-opacity,1))}.lg\:border-x-VariablesSingleOption{--tw-border-opacity:1;border-left-color:rgb(154 86 240/var(--tw-border-opacity,1));border-right-color:rgb(154 86 240/var(--tw-border-opacity,1))}.lg\:border-x-VariablesText{--tw-border-opacity:1;border-left-color:rgb(86 241 185/var(--tw-border-opacity,1));border-right-color:rgb(86 241 185/var(--tw-border-opacity,1))}.lg\:border-x-VariablesUrl{--tw-border-opacity:1;border-left-color:rgb(98 123 255/var(--tw-border-opacity,1));border-right-color:rgb(98 123 255/var(--tw-border-opacity,1))}.lg\:border-y-VariablesDate{--tw-border-opacity:1;border-top-color:rgb(225 124 251/var(--tw-border-opacity,1));border-bottom-color:rgb(225 124 251/var(--tw-border-opacity,1))}.lg\:border-y-VariablesMultipleOption{--tw-border-opacity:1;border-top-color:rgb(241 105 170/var(--tw-border-opacity,1));border-bottom-color:rgb(241 105 170/var(--tw-border-opacity,1))}.lg\:border-y-VariablesNumber{--tw-border-opacity:1;border-top-color:rgb(246 79 79/var(--tw-border-opacity,1));border-bottom-color:rgb(246 79 79/var(--tw-border-opacity,1))}.lg\:border-y-VariablesResponse{--tw-border-opacity:1;border-top-color:rgb(99 209 244/var(--tw-border-opacity,1));border-bottom-color:rgb(99 209 244/var(--tw-border-opacity,1))}.lg\:border-y-VariablesSingleOption{--tw-border-opacity:1;border-top-color:rgb(154 86 240/var(--tw-border-opacity,1));border-bottom-color:rgb(154 86 240/var(--tw-border-opacity,1))}.lg\:border-y-VariablesText{--tw-border-opacity:1;border-top-color:rgb(86 241 185/var(--tw-border-opacity,1));border-bottom-color:rgb(86 241 185/var(--tw-border-opacity,1))}.lg\:border-y-VariablesUrl{--tw-border-opacity:1;border-top-color:rgb(98 123 255/var(--tw-border-opacity,1));border-bottom-color:rgb(98 123 255/var(--tw-border-opacity,1))}.lg\:border-b-VariablesDate{--tw-border-opacity:1;border-bottom-color:rgb(225 124 251/var(--tw-border-opacity,1))}.lg\:border-b-VariablesMultipleOption{--tw-border-opacity:1;border-bottom-color:rgb(241 105 170/var(--tw-border-opacity,1))}.lg\:border-b-VariablesNumber{--tw-border-opacity:1;border-bottom-color:rgb(246 79 79/var(--tw-border-opacity,1))}.lg\:border-b-VariablesResponse{--tw-border-opacity:1;border-bottom-color:rgb(99 209 244/var(--tw-border-opacity,1))}.lg\:border-b-VariablesSingleOption{--tw-border-opacity:1;border-bottom-color:rgb(154 86 240/var(--tw-border-opacity,1))}.lg\:border-b-VariablesText{--tw-border-opacity:1;border-bottom-color:rgb(86 241 185/var(--tw-border-opacity,1))}.lg\:border-b-VariablesUrl{--tw-border-opacity:1;border-bottom-color:rgb(98 123 255/var(--tw-border-opacity,1))}.lg\:border-e-VariablesDate{--tw-border-opacity:1;border-inline-end-color:rgb(225 124 251/var(--tw-border-opacity,1))}.lg\:border-e-VariablesMultipleOption{--tw-border-opacity:1;border-inline-end-color:rgb(241 105 170/var(--tw-border-opacity,1))}.lg\:border-e-VariablesNumber{--tw-border-opacity:1;border-inline-end-color:rgb(246 79 79/var(--tw-border-opacity,1))}.lg\:border-e-VariablesResponse{--tw-border-opacity:1;border-inline-end-color:rgb(99 209 244/var(--tw-border-opacity,1))}.lg\:border-e-VariablesSingleOption{--tw-border-opacity:1;border-inline-end-color:rgb(154 86 240/var(--tw-border-opacity,1))}.lg\:border-e-VariablesText{--tw-border-opacity:1;border-inline-end-color:rgb(86 241 185/var(--tw-border-opacity,1))}.lg\:border-e-VariablesUrl{--tw-border-opacity:1;border-inline-end-color:rgb(98 123 255/var(--tw-border-opacity,1))}.lg\:border-l-VariablesDate{--tw-border-opacity:1;border-left-color:rgb(225 124 251/var(--tw-border-opacity,1))}.lg\:border-l-VariablesMultipleOption{--tw-border-opacity:1;border-left-color:rgb(241 105 170/var(--tw-border-opacity,1))}.lg\:border-l-VariablesNumber{--tw-border-opacity:1;border-left-color:rgb(246 79 79/var(--tw-border-opacity,1))}.lg\:border-l-VariablesResponse{--tw-border-opacity:1;border-left-color:rgb(99 209 244/var(--tw-border-opacity,1))}.lg\:border-l-VariablesSingleOption{--tw-border-opacity:1;border-left-color:rgb(154 86 240/var(--tw-border-opacity,1))}.lg\:border-l-VariablesText{--tw-border-opacity:1;border-left-color:rgb(86 241 185/var(--tw-border-opacity,1))}.lg\:border-l-VariablesUrl{--tw-border-opacity:1;border-left-color:rgb(98 123 255/var(--tw-border-opacity,1))}.lg\:border-r-VariablesDate{--tw-border-opacity:1;border-right-color:rgb(225 124 251/var(--tw-border-opacity,1))}.lg\:border-r-VariablesMultipleOption{--tw-border-opacity:1;border-right-color:rgb(241 105 170/var(--tw-border-opacity,1))}.lg\:border-r-VariablesNumber{--tw-border-opacity:1;border-right-color:rgb(246 79 79/var(--tw-border-opacity,1))}.lg\:border-r-VariablesResponse{--tw-border-opacity:1;border-right-color:rgb(99 209 244/var(--tw-border-opacity,1))}.lg\:border-r-VariablesSingleOption{--tw-border-opacity:1;border-right-color:rgb(154 86 240/var(--tw-border-opacity,1))}.lg\:border-r-VariablesText{--tw-border-opacity:1;border-right-color:rgb(86 241 185/var(--tw-border-opacity,1))}.lg\:border-r-VariablesUrl{--tw-border-opacity:1;border-right-color:rgb(98 123 255/var(--tw-border-opacity,1))}.lg\:border-s-VariablesDate{--tw-border-opacity:1;border-inline-start-color:rgb(225 124 251/var(--tw-border-opacity,1))}.lg\:border-s-VariablesMultipleOption{--tw-border-opacity:1;border-inline-start-color:rgb(241 105 170/var(--tw-border-opacity,1))}.lg\:border-s-VariablesNumber{--tw-border-opacity:1;border-inline-start-color:rgb(246 79 79/var(--tw-border-opacity,1))}.lg\:border-s-VariablesResponse{--tw-border-opacity:1;border-inline-start-color:rgb(99 209 244/var(--tw-border-opacity,1))}.lg\:border-s-VariablesSingleOption{--tw-border-opacity:1;border-inline-start-color:rgb(154 86 240/var(--tw-border-opacity,1))}.lg\:border-s-VariablesText{--tw-border-opacity:1;border-inline-start-color:rgb(86 241 185/var(--tw-border-opacity,1))}.lg\:border-s-VariablesUrl{--tw-border-opacity:1;border-inline-start-color:rgb(98 123 255/var(--tw-border-opacity,1))}.lg\:border-t-VariablesDate{--tw-border-opacity:1;border-top-color:rgb(225 124 251/var(--tw-border-opacity,1))}.lg\:border-t-VariablesMultipleOption{--tw-border-opacity:1;border-top-color:rgb(241 105 170/var(--tw-border-opacity,1))}.lg\:border-t-VariablesNumber{--tw-border-opacity:1;border-top-color:rgb(246 79 79/var(--tw-border-opacity,1))}.lg\:border-t-VariablesResponse{--tw-border-opacity:1;border-top-color:rgb(99 209 244/var(--tw-border-opacity,1))}.lg\:border-t-VariablesSingleOption{--tw-border-opacity:1;border-top-color:rgb(154 86 240/var(--tw-border-opacity,1))}.lg\:border-t-VariablesText{--tw-border-opacity:1;border-top-color:rgb(86 241 185/var(--tw-border-opacity,1))}.lg\:border-t-VariablesUrl{--tw-border-opacity:1;border-top-color:rgb(98 123 255/var(--tw-border-opacity,1))}.lg\:bg-VariablesDate{--tw-bg-opacity:1;background-color:rgb(225 124 251/var(--tw-bg-opacity,1))}.lg\:bg-VariablesMultipleOption{--tw-bg-opacity:1;background-color:rgb(241 105 170/var(--tw-bg-opacity,1))}.lg\:bg-VariablesNumber{--tw-bg-opacity:1;background-color:rgb(246 79 79/var(--tw-bg-opacity,1))}.lg\:bg-VariablesResponse{--tw-bg-opacity:1;background-color:rgb(99 209 244/var(--tw-bg-opacity,1))}.lg\:bg-VariablesSingleOption{--tw-bg-opacity:1;background-color:rgb(154 86 240/var(--tw-bg-opacity,1))}.lg\:bg-VariablesText{--tw-bg-opacity:1;background-color:rgb(86 241 185/var(--tw-bg-opacity,1))}.lg\:bg-VariablesUrl{--tw-bg-opacity:1;background-color:rgb(98 123 255/var(--tw-bg-opacity,1))}.lg\:from-VariablesDate{--tw-gradient-from:#e17cfb var(--tw-gradient-from-position);--tw-gradient-to:rgba(225,124,251,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.lg\:from-VariablesMultipleOption{--tw-gradient-from:#f169aa var(--tw-gradient-from-position);--tw-gradient-to:rgba(241,105,170,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.lg\:from-VariablesNumber{--tw-gradient-from:#f64f4f var(--tw-gradient-from-position);--tw-gradient-to:rgba(246,79,79,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.lg\:from-VariablesResponse{--tw-gradient-from:#63d1f4 var(--tw-gradient-from-position);--tw-gradient-to:rgba(99,209,244,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.lg\:from-VariablesSingleOption{--tw-gradient-from:#9a56f0 var(--tw-gradient-from-position);--tw-gradient-to:rgba(154,86,240,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.lg\:from-VariablesText{--tw-gradient-from:#56f1b9 var(--tw-gradient-from-position);--tw-gradient-to:rgba(86,241,185,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.lg\:from-VariablesUrl{--tw-gradient-from:#627bff var(--tw-gradient-from-position);--tw-gradient-to:rgba(98,123,255,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.lg\:via-VariablesDate{--tw-gradient-to:rgba(225,124,251,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),#e17cfb var(--tw-gradient-via-position),var(--tw-gradient-to)}.lg\:via-VariablesMultipleOption{--tw-gradient-to:rgba(241,105,170,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),#f169aa var(--tw-gradient-via-position),var(--tw-gradient-to)}.lg\:via-VariablesNumber{--tw-gradient-to:rgba(246,79,79,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),#f64f4f var(--tw-gradient-via-position),var(--tw-gradient-to)}.lg\:via-VariablesResponse{--tw-gradient-to:rgba(99,209,244,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),#63d1f4 var(--tw-gradient-via-position),var(--tw-gradient-to)}.lg\:via-VariablesSingleOption{--tw-gradient-to:rgba(154,86,240,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),#9a56f0 var(--tw-gradient-via-position),var(--tw-gradient-to)}.lg\:via-VariablesText{--tw-gradient-to:rgba(86,241,185,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),#56f1b9 var(--tw-gradient-via-position),var(--tw-gradient-to)}.lg\:via-VariablesUrl{--tw-gradient-to:rgba(98,123,255,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),#627bff var(--tw-gradient-via-position),var(--tw-gradient-to)}.lg\:to-VariablesDate{--tw-gradient-to:#e17cfb var(--tw-gradient-to-position)}.lg\:to-VariablesMultipleOption{--tw-gradient-to:#f169aa var(--tw-gradient-to-position)}.lg\:to-VariablesNumber{--tw-gradient-to:#f64f4f var(--tw-gradient-to-position)}.lg\:to-VariablesResponse{--tw-gradient-to:#63d1f4 var(--tw-gradient-to-position)}.lg\:to-VariablesSingleOption{--tw-gradient-to:#9a56f0 var(--tw-gradient-to-position)}.lg\:to-VariablesText{--tw-gradient-to:#56f1b9 var(--tw-gradient-to-position)}.lg\:to-VariablesUrl{--tw-gradient-to:#627bff var(--tw-gradient-to-position)}.lg\:fill-VariablesDate{fill:#e17cfb}.lg\:fill-VariablesMultipleOption{fill:#f169aa}.lg\:fill-VariablesNumber{fill:#f64f4f}.lg\:fill-VariablesResponse{fill:#63d1f4}.lg\:fill-VariablesSingleOption{fill:#9a56f0}.lg\:fill-VariablesText{fill:#56f1b9}.lg\:fill-VariablesUrl{fill:#627bff}.lg\:stroke-VariablesDate{stroke:#e17cfb}.lg\:stroke-VariablesMultipleOption{stroke:#f169aa}.lg\:stroke-VariablesNumber{stroke:#f64f4f}.lg\:stroke-VariablesResponse{stroke:#63d1f4}.lg\:stroke-VariablesSingleOption{stroke:#9a56f0}.lg\:stroke-VariablesText{stroke:#56f1b9}.lg\:stroke-VariablesUrl{stroke:#627bff}.lg\:px-0{padding-left:0;padding-right:0}.lg\:px-10{padding-left:2.5rem;padding-right:2.5rem}.lg\:px-2{padding-left:.5rem;padding-right:.5rem}.lg\:px-3{padding-left:.75rem;padding-right:.75rem}.lg\:px-6{padding-left:1.5rem;padding-right:1.5rem}.lg\:px-\[10px\]{padding-left:10px;padding-right:10px}.lg\:py-0{padding-top:0;padding-bottom:0}.lg\:py-1{padding-top:.25rem;padding-bottom:.25rem}.lg\:py-2{padding-top:.5rem;padding-bottom:.5rem}.lg\:pb-0{padding-bottom:0}.lg\:pl-0{padding-left:0}.lg\:pl-2{padding-left:.5rem}.lg\:pl-4{padding-left:1rem}.lg\:pl-8{padding-left:2rem}.lg\:pr-1{padding-right:.25rem}.lg\:pr-2{padding-right:.5rem}.lg\:pr-3{padding-right:.75rem}.lg\:pr-4{padding-right:1rem}.lg\:pr-9{padding-right:2.25rem}.lg\:pt-0{padding-top:0}.lg\:pt-1{padding-top:.25rem}.lg\:pt-2{padding-top:.5rem}.lg\:pt-4{padding-top:1rem}.lg\:pt-6{padding-top:1.5rem}.lg\:text-center{text-align:center}.lg\:text-2xs{font-size:.625rem}.lg\:text-xs{font-size:.75rem;line-height:1rem}.lg\:leading-6{line-height:1.5rem}.lg\:text-VariablesDate{--tw-text-opacity:1;color:rgb(225 124 251/var(--tw-text-opacity,1))}.lg\:text-VariablesMultipleOption{--tw-text-opacity:1;color:rgb(241 105 170/var(--tw-text-opacity,1))}.lg\:text-VariablesNumber{--tw-text-opacity:1;color:rgb(246 79 79/var(--tw-text-opacity,1))}.lg\:text-VariablesResponse{--tw-text-opacity:1;color:rgb(99 209 244/var(--tw-text-opacity,1))}.lg\:text-VariablesSingleOption{--tw-text-opacity:1;color:rgb(154 86 240/var(--tw-text-opacity,1))}.lg\:text-VariablesText{--tw-text-opacity:1;color:rgb(86 241 185/var(--tw-text-opacity,1))}.lg\:text-VariablesUrl{--tw-text-opacity:1;color:rgb(98 123 255/var(--tw-text-opacity,1))}.lg\:decoration-VariablesDate{text-decoration-color:#e17cfb}.lg\:decoration-VariablesMultipleOption{text-decoration-color:#f169aa}.lg\:decoration-VariablesNumber{text-decoration-color:#f64f4f}.lg\:decoration-VariablesResponse{text-decoration-color:#63d1f4}.lg\:decoration-VariablesSingleOption{text-decoration-color:#9a56f0}.lg\:decoration-VariablesText{text-decoration-color:#56f1b9}.lg\:decoration-VariablesUrl{text-decoration-color:#627bff}.lg\:placeholder-VariablesDate::-moz-placeholder{--tw-placeholder-opacity:1;color:rgb(225 124 251/var(--tw-placeholder-opacity,1))}.lg\:placeholder-VariablesDate::placeholder{--tw-placeholder-opacity:1;color:rgb(225 124 251/var(--tw-placeholder-opacity,1))}.lg\:placeholder-VariablesMultipleOption::-moz-placeholder{--tw-placeholder-opacity:1;color:rgb(241 105 170/var(--tw-placeholder-opacity,1))}.lg\:placeholder-VariablesMultipleOption::placeholder{--tw-placeholder-opacity:1;color:rgb(241 105 170/var(--tw-placeholder-opacity,1))}.lg\:placeholder-VariablesNumber::-moz-placeholder{--tw-placeholder-opacity:1;color:rgb(246 79 79/var(--tw-placeholder-opacity,1))}.lg\:placeholder-VariablesNumber::placeholder{--tw-placeholder-opacity:1;color:rgb(246 79 79/var(--tw-placeholder-opacity,1))}.lg\:placeholder-VariablesResponse::-moz-placeholder{--tw-placeholder-opacity:1;color:rgb(99 209 244/var(--tw-placeholder-opacity,1))}.lg\:placeholder-VariablesResponse::placeholder{--tw-placeholder-opacity:1;color:rgb(99 209 244/var(--tw-placeholder-opacity,1))}.lg\:placeholder-VariablesSingleOption::-moz-placeholder{--tw-placeholder-opacity:1;color:rgb(154 86 240/var(--tw-placeholder-opacity,1))}.lg\:placeholder-VariablesSingleOption::placeholder{--tw-placeholder-opacity:1;color:rgb(154 86 240/var(--tw-placeholder-opacity,1))}.lg\:placeholder-VariablesText::-moz-placeholder{--tw-placeholder-opacity:1;color:rgb(86 241 185/var(--tw-placeholder-opacity,1))}.lg\:placeholder-VariablesText::placeholder{--tw-placeholder-opacity:1;color:rgb(86 241 185/var(--tw-placeholder-opacity,1))}.lg\:placeholder-VariablesUrl::-moz-placeholder{--tw-placeholder-opacity:1;color:rgb(98 123 255/var(--tw-placeholder-opacity,1))}.lg\:placeholder-VariablesUrl::placeholder{--tw-placeholder-opacity:1;color:rgb(98 123 255/var(--tw-placeholder-opacity,1))}.lg\:caret-VariablesDate{caret-color:#e17cfb}.lg\:caret-VariablesMultipleOption{caret-color:#f169aa}.lg\:caret-VariablesNumber{caret-color:#f64f4f}.lg\:caret-VariablesResponse{caret-color:#63d1f4}.lg\:caret-VariablesSingleOption{caret-color:#9a56f0}.lg\:caret-VariablesText{caret-color:#56f1b9}.lg\:caret-VariablesUrl{caret-color:#627bff}.lg\:accent-VariablesDate{accent-color:#e17cfb}.lg\:accent-VariablesMultipleOption{accent-color:#f169aa}.lg\:accent-VariablesNumber{accent-color:#f64f4f}.lg\:accent-VariablesResponse{accent-color:#63d1f4}.lg\:accent-VariablesSingleOption{accent-color:#9a56f0}.lg\:accent-VariablesText{accent-color:#56f1b9}.lg\:accent-VariablesUrl{accent-color:#627bff}.lg\:opacity-0{opacity:0}.lg\:shadow-default{--tw-shadow:2px 2px 16px 0px rgba(20,16,44,.1);--tw-shadow-colored:2px 2px 16px 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)}.lg\:shadow-VariablesDate{--tw-shadow-color:#e17cfb;--tw-shadow:var(--tw-shadow-colored)}.lg\:shadow-VariablesMultipleOption{--tw-shadow-color:#f169aa;--tw-shadow:var(--tw-shadow-colored)}.lg\:shadow-VariablesNumber{--tw-shadow-color:#f64f4f;--tw-shadow:var(--tw-shadow-colored)}.lg\:shadow-VariablesResponse{--tw-shadow-color:#63d1f4;--tw-shadow:var(--tw-shadow-colored)}.lg\:shadow-VariablesSingleOption{--tw-shadow-color:#9a56f0;--tw-shadow:var(--tw-shadow-colored)}.lg\:shadow-VariablesText{--tw-shadow-color:#56f1b9;--tw-shadow:var(--tw-shadow-colored)}.lg\:shadow-VariablesUrl{--tw-shadow-color:#627bff;--tw-shadow:var(--tw-shadow-colored)}.lg\:outline-VariablesDate{outline-color:#e17cfb}.lg\:outline-VariablesMultipleOption{outline-color:#f169aa}.lg\:outline-VariablesNumber{outline-color:#f64f4f}.lg\:outline-VariablesResponse{outline-color:#63d1f4}.lg\:outline-VariablesSingleOption{outline-color:#9a56f0}.lg\:outline-VariablesText{outline-color:#56f1b9}.lg\:outline-VariablesUrl{outline-color:#627bff}.lg\:ring-VariablesDate{--tw-ring-opacity:1;--tw-ring-color:rgb(225 124 251/var(--tw-ring-opacity,1))}.lg\:ring-VariablesMultipleOption{--tw-ring-opacity:1;--tw-ring-color:rgb(241 105 170/var(--tw-ring-opacity,1))}.lg\:ring-VariablesNumber{--tw-ring-opacity:1;--tw-ring-color:rgb(246 79 79/var(--tw-ring-opacity,1))}.lg\:ring-VariablesResponse{--tw-ring-opacity:1;--tw-ring-color:rgb(99 209 244/var(--tw-ring-opacity,1))}.lg\:ring-VariablesSingleOption{--tw-ring-opacity:1;--tw-ring-color:rgb(154 86 240/var(--tw-ring-opacity,1))}.lg\:ring-VariablesText{--tw-ring-opacity:1;--tw-ring-color:rgb(86 241 185/var(--tw-ring-opacity,1))}.lg\:ring-VariablesUrl{--tw-ring-opacity:1;--tw-ring-color:rgb(98 123 255/var(--tw-ring-opacity,1))}.lg\:ring-offset-VariablesDate{--tw-ring-offset-color:#e17cfb}.lg\:ring-offset-VariablesMultipleOption{--tw-ring-offset-color:#f169aa}.lg\:ring-offset-VariablesNumber{--tw-ring-offset-color:#f64f4f}.lg\:ring-offset-VariablesResponse{--tw-ring-offset-color:#63d1f4}.lg\:ring-offset-VariablesSingleOption{--tw-ring-offset-color:#9a56f0}.lg\:ring-offset-VariablesText{--tw-ring-offset-color:#56f1b9}.lg\:ring-offset-VariablesUrl{--tw-ring-offset-color:#627bff}.lg\:default-scrollbar{scrollbar-gutter:stable}@supports(-moz-appearance:none){.lg\:default-scrollbar{scrollbar-color:#d0d8d9 #ecf0f1;scrollbar-width:thin}}.lg\:default-scrollbar::-webkit-scrollbar{width:.25rem}.lg\:default-scrollbar::-webkit-scrollbar-track{background-color:#ecf0f1;border-radius:.125rem}.lg\:default-scrollbar::-webkit-scrollbar-thumb{background:#d0d8d9;border-radius:.125rem}.lg\:hover\:divide-VariablesDate:hover>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(225 124 251/var(--tw-divide-opacity,1))}.lg\:hover\:divide-VariablesMultipleOption:hover>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(241 105 170/var(--tw-divide-opacity,1))}.lg\:hover\:divide-VariablesNumber:hover>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(246 79 79/var(--tw-divide-opacity,1))}.lg\:hover\:divide-VariablesResponse:hover>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(99 209 244/var(--tw-divide-opacity,1))}.lg\:hover\:divide-VariablesSingleOption:hover>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(154 86 240/var(--tw-divide-opacity,1))}.lg\:hover\:divide-VariablesText:hover>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(86 241 185/var(--tw-divide-opacity,1))}.lg\:hover\:divide-VariablesUrl:hover>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(98 123 255/var(--tw-divide-opacity,1))}.lg\:hover\:border-VariablesDate:hover{--tw-border-opacity:1;border-color:rgb(225 124 251/var(--tw-border-opacity,1))}.lg\:hover\:border-VariablesMultipleOption:hover{--tw-border-opacity:1;border-color:rgb(241 105 170/var(--tw-border-opacity,1))}.lg\:hover\:border-VariablesNumber:hover{--tw-border-opacity:1;border-color:rgb(246 79 79/var(--tw-border-opacity,1))}.lg\:hover\:border-VariablesResponse:hover{--tw-border-opacity:1;border-color:rgb(99 209 244/var(--tw-border-opacity,1))}.lg\:hover\:border-VariablesSingleOption:hover{--tw-border-opacity:1;border-color:rgb(154 86 240/var(--tw-border-opacity,1))}.lg\:hover\:border-VariablesText:hover{--tw-border-opacity:1;border-color:rgb(86 241 185/var(--tw-border-opacity,1))}.lg\:hover\:border-VariablesUrl:hover{--tw-border-opacity:1;border-color:rgb(98 123 255/var(--tw-border-opacity,1))}.lg\:hover\:border-x-VariablesDate:hover{--tw-border-opacity:1;border-left-color:rgb(225 124 251/var(--tw-border-opacity,1));border-right-color:rgb(225 124 251/var(--tw-border-opacity,1))}.lg\:hover\:border-x-VariablesMultipleOption:hover{--tw-border-opacity:1;border-left-color:rgb(241 105 170/var(--tw-border-opacity,1));border-right-color:rgb(241 105 170/var(--tw-border-opacity,1))}.lg\:hover\:border-x-VariablesNumber:hover{--tw-border-opacity:1;border-left-color:rgb(246 79 79/var(--tw-border-opacity,1));border-right-color:rgb(246 79 79/var(--tw-border-opacity,1))}.lg\:hover\:border-x-VariablesResponse:hover{--tw-border-opacity:1;border-left-color:rgb(99 209 244/var(--tw-border-opacity,1));border-right-color:rgb(99 209 244/var(--tw-border-opacity,1))}.lg\:hover\:border-x-VariablesSingleOption:hover{--tw-border-opacity:1;border-left-color:rgb(154 86 240/var(--tw-border-opacity,1));border-right-color:rgb(154 86 240/var(--tw-border-opacity,1))}.lg\:hover\:border-x-VariablesText:hover{--tw-border-opacity:1;border-left-color:rgb(86 241 185/var(--tw-border-opacity,1));border-right-color:rgb(86 241 185/var(--tw-border-opacity,1))}.lg\:hover\:border-x-VariablesUrl:hover{--tw-border-opacity:1;border-left-color:rgb(98 123 255/var(--tw-border-opacity,1));border-right-color:rgb(98 123 255/var(--tw-border-opacity,1))}.lg\:hover\:border-y-VariablesDate:hover{--tw-border-opacity:1;border-top-color:rgb(225 124 251/var(--tw-border-opacity,1));border-bottom-color:rgb(225 124 251/var(--tw-border-opacity,1))}.lg\:hover\:border-y-VariablesMultipleOption:hover{--tw-border-opacity:1;border-top-color:rgb(241 105 170/var(--tw-border-opacity,1));border-bottom-color:rgb(241 105 170/var(--tw-border-opacity,1))}.lg\:hover\:border-y-VariablesNumber:hover{--tw-border-opacity:1;border-top-color:rgb(246 79 79/var(--tw-border-opacity,1));border-bottom-color:rgb(246 79 79/var(--tw-border-opacity,1))}.lg\:hover\:border-y-VariablesResponse:hover{--tw-border-opacity:1;border-top-color:rgb(99 209 244/var(--tw-border-opacity,1));border-bottom-color:rgb(99 209 244/var(--tw-border-opacity,1))}.lg\:hover\:border-y-VariablesSingleOption:hover{--tw-border-opacity:1;border-top-color:rgb(154 86 240/var(--tw-border-opacity,1));border-bottom-color:rgb(154 86 240/var(--tw-border-opacity,1))}.lg\:hover\:border-y-VariablesText:hover{--tw-border-opacity:1;border-top-color:rgb(86 241 185/var(--tw-border-opacity,1));border-bottom-color:rgb(86 241 185/var(--tw-border-opacity,1))}.lg\:hover\:border-y-VariablesUrl:hover{--tw-border-opacity:1;border-top-color:rgb(98 123 255/var(--tw-border-opacity,1));border-bottom-color:rgb(98 123 255/var(--tw-border-opacity,1))}.lg\:hover\:border-b-VariablesDate:hover{--tw-border-opacity:1;border-bottom-color:rgb(225 124 251/var(--tw-border-opacity,1))}.lg\:hover\:border-b-VariablesMultipleOption:hover{--tw-border-opacity:1;border-bottom-color:rgb(241 105 170/var(--tw-border-opacity,1))}.lg\:hover\:border-b-VariablesNumber:hover{--tw-border-opacity:1;border-bottom-color:rgb(246 79 79/var(--tw-border-opacity,1))}.lg\:hover\:border-b-VariablesResponse:hover{--tw-border-opacity:1;border-bottom-color:rgb(99 209 244/var(--tw-border-opacity,1))}.lg\:hover\:border-b-VariablesSingleOption:hover{--tw-border-opacity:1;border-bottom-color:rgb(154 86 240/var(--tw-border-opacity,1))}.lg\:hover\:border-b-VariablesText:hover{--tw-border-opacity:1;border-bottom-color:rgb(86 241 185/var(--tw-border-opacity,1))}.lg\:hover\:border-b-VariablesUrl:hover{--tw-border-opacity:1;border-bottom-color:rgb(98 123 255/var(--tw-border-opacity,1))}.lg\:hover\:border-e-VariablesDate:hover{--tw-border-opacity:1;border-inline-end-color:rgb(225 124 251/var(--tw-border-opacity,1))}.lg\:hover\:border-e-VariablesMultipleOption:hover{--tw-border-opacity:1;border-inline-end-color:rgb(241 105 170/var(--tw-border-opacity,1))}.lg\:hover\:border-e-VariablesNumber:hover{--tw-border-opacity:1;border-inline-end-color:rgb(246 79 79/var(--tw-border-opacity,1))}.lg\:hover\:border-e-VariablesResponse:hover{--tw-border-opacity:1;border-inline-end-color:rgb(99 209 244/var(--tw-border-opacity,1))}.lg\:hover\:border-e-VariablesSingleOption:hover{--tw-border-opacity:1;border-inline-end-color:rgb(154 86 240/var(--tw-border-opacity,1))}.lg\:hover\:border-e-VariablesText:hover{--tw-border-opacity:1;border-inline-end-color:rgb(86 241 185/var(--tw-border-opacity,1))}.lg\:hover\:border-e-VariablesUrl:hover{--tw-border-opacity:1;border-inline-end-color:rgb(98 123 255/var(--tw-border-opacity,1))}.lg\:hover\:border-l-VariablesDate:hover{--tw-border-opacity:1;border-left-color:rgb(225 124 251/var(--tw-border-opacity,1))}.lg\:hover\:border-l-VariablesMultipleOption:hover{--tw-border-opacity:1;border-left-color:rgb(241 105 170/var(--tw-border-opacity,1))}.lg\:hover\:border-l-VariablesNumber:hover{--tw-border-opacity:1;border-left-color:rgb(246 79 79/var(--tw-border-opacity,1))}.lg\:hover\:border-l-VariablesResponse:hover{--tw-border-opacity:1;border-left-color:rgb(99 209 244/var(--tw-border-opacity,1))}.lg\:hover\:border-l-VariablesSingleOption:hover{--tw-border-opacity:1;border-left-color:rgb(154 86 240/var(--tw-border-opacity,1))}.lg\:hover\:border-l-VariablesText:hover{--tw-border-opacity:1;border-left-color:rgb(86 241 185/var(--tw-border-opacity,1))}.lg\:hover\:border-l-VariablesUrl:hover{--tw-border-opacity:1;border-left-color:rgb(98 123 255/var(--tw-border-opacity,1))}.lg\:hover\:border-r-VariablesDate:hover{--tw-border-opacity:1;border-right-color:rgb(225 124 251/var(--tw-border-opacity,1))}.lg\:hover\:border-r-VariablesMultipleOption:hover{--tw-border-opacity:1;border-right-color:rgb(241 105 170/var(--tw-border-opacity,1))}.lg\:hover\:border-r-VariablesNumber:hover{--tw-border-opacity:1;border-right-color:rgb(246 79 79/var(--tw-border-opacity,1))}.lg\:hover\:border-r-VariablesResponse:hover{--tw-border-opacity:1;border-right-color:rgb(99 209 244/var(--tw-border-opacity,1))}.lg\:hover\:border-r-VariablesSingleOption:hover{--tw-border-opacity:1;border-right-color:rgb(154 86 240/var(--tw-border-opacity,1))}.lg\:hover\:border-r-VariablesText:hover{--tw-border-opacity:1;border-right-color:rgb(86 241 185/var(--tw-border-opacity,1))}.lg\:hover\:border-r-VariablesUrl:hover{--tw-border-opacity:1;border-right-color:rgb(98 123 255/var(--tw-border-opacity,1))}.lg\:hover\:border-s-VariablesDate:hover{--tw-border-opacity:1;border-inline-start-color:rgb(225 124 251/var(--tw-border-opacity,1))}.lg\:hover\:border-s-VariablesMultipleOption:hover{--tw-border-opacity:1;border-inline-start-color:rgb(241 105 170/var(--tw-border-opacity,1))}.lg\:hover\:border-s-VariablesNumber:hover{--tw-border-opacity:1;border-inline-start-color:rgb(246 79 79/var(--tw-border-opacity,1))}.lg\:hover\:border-s-VariablesResponse:hover{--tw-border-opacity:1;border-inline-start-color:rgb(99 209 244/var(--tw-border-opacity,1))}.lg\:hover\:border-s-VariablesSingleOption:hover{--tw-border-opacity:1;border-inline-start-color:rgb(154 86 240/var(--tw-border-opacity,1))}.lg\:hover\:border-s-VariablesText:hover{--tw-border-opacity:1;border-inline-start-color:rgb(86 241 185/var(--tw-border-opacity,1))}.lg\:hover\:border-s-VariablesUrl:hover{--tw-border-opacity:1;border-inline-start-color:rgb(98 123 255/var(--tw-border-opacity,1))}.lg\:hover\:border-t-VariablesDate:hover{--tw-border-opacity:1;border-top-color:rgb(225 124 251/var(--tw-border-opacity,1))}.lg\:hover\:border-t-VariablesMultipleOption:hover{--tw-border-opacity:1;border-top-color:rgb(241 105 170/var(--tw-border-opacity,1))}.lg\:hover\:border-t-VariablesNumber:hover{--tw-border-opacity:1;border-top-color:rgb(246 79 79/var(--tw-border-opacity,1))}.lg\:hover\:border-t-VariablesResponse:hover{--tw-border-opacity:1;border-top-color:rgb(99 209 244/var(--tw-border-opacity,1))}.lg\:hover\:border-t-VariablesSingleOption:hover{--tw-border-opacity:1;border-top-color:rgb(154 86 240/var(--tw-border-opacity,1))}.lg\:hover\:border-t-VariablesText:hover{--tw-border-opacity:1;border-top-color:rgb(86 241 185/var(--tw-border-opacity,1))}.lg\:hover\:border-t-VariablesUrl:hover{--tw-border-opacity:1;border-top-color:rgb(98 123 255/var(--tw-border-opacity,1))}.lg\:hover\:bg-VariablesDate:hover{--tw-bg-opacity:1;background-color:rgb(225 124 251/var(--tw-bg-opacity,1))}.lg\:hover\:bg-VariablesMultipleOption:hover{--tw-bg-opacity:1;background-color:rgb(241 105 170/var(--tw-bg-opacity,1))}.lg\:hover\:bg-VariablesNumber:hover{--tw-bg-opacity:1;background-color:rgb(246 79 79/var(--tw-bg-opacity,1))}.lg\:hover\:bg-VariablesResponse:hover{--tw-bg-opacity:1;background-color:rgb(99 209 244/var(--tw-bg-opacity,1))}.lg\:hover\:bg-VariablesSingleOption:hover{--tw-bg-opacity:1;background-color:rgb(154 86 240/var(--tw-bg-opacity,1))}.lg\:hover\:bg-VariablesText:hover{--tw-bg-opacity:1;background-color:rgb(86 241 185/var(--tw-bg-opacity,1))}.lg\:hover\:bg-VariablesUrl:hover{--tw-bg-opacity:1;background-color:rgb(98 123 255/var(--tw-bg-opacity,1))}.lg\:hover\:from-VariablesDate:hover{--tw-gradient-from:#e17cfb var(--tw-gradient-from-position);--tw-gradient-to:rgba(225,124,251,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.lg\:hover\:from-VariablesMultipleOption:hover{--tw-gradient-from:#f169aa var(--tw-gradient-from-position);--tw-gradient-to:rgba(241,105,170,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.lg\:hover\:from-VariablesNumber:hover{--tw-gradient-from:#f64f4f var(--tw-gradient-from-position);--tw-gradient-to:rgba(246,79,79,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.lg\:hover\:from-VariablesResponse:hover{--tw-gradient-from:#63d1f4 var(--tw-gradient-from-position);--tw-gradient-to:rgba(99,209,244,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.lg\:hover\:from-VariablesSingleOption:hover{--tw-gradient-from:#9a56f0 var(--tw-gradient-from-position);--tw-gradient-to:rgba(154,86,240,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.lg\:hover\:from-VariablesText:hover{--tw-gradient-from:#56f1b9 var(--tw-gradient-from-position);--tw-gradient-to:rgba(86,241,185,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.lg\:hover\:from-VariablesUrl:hover{--tw-gradient-from:#627bff var(--tw-gradient-from-position);--tw-gradient-to:rgba(98,123,255,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.lg\:hover\:via-VariablesDate:hover{--tw-gradient-to:rgba(225,124,251,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),#e17cfb var(--tw-gradient-via-position),var(--tw-gradient-to)}.lg\:hover\:via-VariablesMultipleOption:hover{--tw-gradient-to:rgba(241,105,170,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),#f169aa var(--tw-gradient-via-position),var(--tw-gradient-to)}.lg\:hover\:via-VariablesNumber:hover{--tw-gradient-to:rgba(246,79,79,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),#f64f4f var(--tw-gradient-via-position),var(--tw-gradient-to)}.lg\:hover\:via-VariablesResponse:hover{--tw-gradient-to:rgba(99,209,244,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),#63d1f4 var(--tw-gradient-via-position),var(--tw-gradient-to)}.lg\:hover\:via-VariablesSingleOption:hover{--tw-gradient-to:rgba(154,86,240,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),#9a56f0 var(--tw-gradient-via-position),var(--tw-gradient-to)}.lg\:hover\:via-VariablesText:hover{--tw-gradient-to:rgba(86,241,185,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),#56f1b9 var(--tw-gradient-via-position),var(--tw-gradient-to)}.lg\:hover\:via-VariablesUrl:hover{--tw-gradient-to:rgba(98,123,255,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),#627bff var(--tw-gradient-via-position),var(--tw-gradient-to)}.lg\:hover\:to-VariablesDate:hover{--tw-gradient-to:#e17cfb var(--tw-gradient-to-position)}.lg\:hover\:to-VariablesMultipleOption:hover{--tw-gradient-to:#f169aa var(--tw-gradient-to-position)}.lg\:hover\:to-VariablesNumber:hover{--tw-gradient-to:#f64f4f var(--tw-gradient-to-position)}.lg\:hover\:to-VariablesResponse:hover{--tw-gradient-to:#63d1f4 var(--tw-gradient-to-position)}.lg\:hover\:to-VariablesSingleOption:hover{--tw-gradient-to:#9a56f0 var(--tw-gradient-to-position)}.lg\:hover\:to-VariablesText:hover{--tw-gradient-to:#56f1b9 var(--tw-gradient-to-position)}.lg\:hover\:to-VariablesUrl:hover{--tw-gradient-to:#627bff var(--tw-gradient-to-position)}.lg\:hover\:fill-VariablesDate:hover{fill:#e17cfb}.lg\:hover\:fill-VariablesMultipleOption:hover{fill:#f169aa}.lg\:hover\:fill-VariablesNumber:hover{fill:#f64f4f}.lg\:hover\:fill-VariablesResponse:hover{fill:#63d1f4}.lg\:hover\:fill-VariablesSingleOption:hover{fill:#9a56f0}.lg\:hover\:fill-VariablesText:hover{fill:#56f1b9}.lg\:hover\:fill-VariablesUrl:hover{fill:#627bff}.lg\:hover\:stroke-VariablesDate:hover{stroke:#e17cfb}.lg\:hover\:stroke-VariablesMultipleOption:hover{stroke:#f169aa}.lg\:hover\:stroke-VariablesNumber:hover{stroke:#f64f4f}.lg\:hover\:stroke-VariablesResponse:hover{stroke:#63d1f4}.lg\:hover\:stroke-VariablesSingleOption:hover{stroke:#9a56f0}.lg\:hover\:stroke-VariablesText:hover{stroke:#56f1b9}.lg\:hover\:stroke-VariablesUrl:hover{stroke:#627bff}.lg\:hover\:text-VariablesDate:hover{--tw-text-opacity:1;color:rgb(225 124 251/var(--tw-text-opacity,1))}.lg\:hover\:text-VariablesMultipleOption:hover{--tw-text-opacity:1;color:rgb(241 105 170/var(--tw-text-opacity,1))}.lg\:hover\:text-VariablesNumber:hover{--tw-text-opacity:1;color:rgb(246 79 79/var(--tw-text-opacity,1))}.lg\:hover\:text-VariablesResponse:hover{--tw-text-opacity:1;color:rgb(99 209 244/var(--tw-text-opacity,1))}.lg\:hover\:text-VariablesSingleOption:hover{--tw-text-opacity:1;color:rgb(154 86 240/var(--tw-text-opacity,1))}.lg\:hover\:text-VariablesText:hover{--tw-text-opacity:1;color:rgb(86 241 185/var(--tw-text-opacity,1))}.lg\:hover\:text-VariablesUrl:hover{--tw-text-opacity:1;color:rgb(98 123 255/var(--tw-text-opacity,1))}.lg\:hover\:decoration-VariablesDate:hover{text-decoration-color:#e17cfb}.lg\:hover\:decoration-VariablesMultipleOption:hover{text-decoration-color:#f169aa}.lg\:hover\:decoration-VariablesNumber:hover{text-decoration-color:#f64f4f}.lg\:hover\:decoration-VariablesResponse:hover{text-decoration-color:#63d1f4}.lg\:hover\:decoration-VariablesSingleOption:hover{text-decoration-color:#9a56f0}.lg\:hover\:decoration-VariablesText:hover{text-decoration-color:#56f1b9}.lg\:hover\:decoration-VariablesUrl:hover{text-decoration-color:#627bff}.lg\:hover\:placeholder-VariablesDate:hover::-moz-placeholder{--tw-placeholder-opacity:1;color:rgb(225 124 251/var(--tw-placeholder-opacity,1))}.lg\:hover\:placeholder-VariablesDate:hover::placeholder{--tw-placeholder-opacity:1;color:rgb(225 124 251/var(--tw-placeholder-opacity,1))}.lg\:hover\:placeholder-VariablesMultipleOption:hover::-moz-placeholder{--tw-placeholder-opacity:1;color:rgb(241 105 170/var(--tw-placeholder-opacity,1))}.lg\:hover\:placeholder-VariablesMultipleOption:hover::placeholder{--tw-placeholder-opacity:1;color:rgb(241 105 170/var(--tw-placeholder-opacity,1))}.lg\:hover\:placeholder-VariablesNumber:hover::-moz-placeholder{--tw-placeholder-opacity:1;color:rgb(246 79 79/var(--tw-placeholder-opacity,1))}.lg\:hover\:placeholder-VariablesNumber:hover::placeholder{--tw-placeholder-opacity:1;color:rgb(246 79 79/var(--tw-placeholder-opacity,1))}.lg\:hover\:placeholder-VariablesResponse:hover::-moz-placeholder{--tw-placeholder-opacity:1;color:rgb(99 209 244/var(--tw-placeholder-opacity,1))}.lg\:hover\:placeholder-VariablesResponse:hover::placeholder{--tw-placeholder-opacity:1;color:rgb(99 209 244/var(--tw-placeholder-opacity,1))}.lg\:hover\:placeholder-VariablesSingleOption:hover::-moz-placeholder{--tw-placeholder-opacity:1;color:rgb(154 86 240/var(--tw-placeholder-opacity,1))}.lg\:hover\:placeholder-VariablesSingleOption:hover::placeholder{--tw-placeholder-opacity:1;color:rgb(154 86 240/var(--tw-placeholder-opacity,1))}.lg\:hover\:placeholder-VariablesText:hover::-moz-placeholder{--tw-placeholder-opacity:1;color:rgb(86 241 185/var(--tw-placeholder-opacity,1))}.lg\:hover\:placeholder-VariablesText:hover::placeholder{--tw-placeholder-opacity:1;color:rgb(86 241 185/var(--tw-placeholder-opacity,1))}.lg\:hover\:placeholder-VariablesUrl:hover::-moz-placeholder{--tw-placeholder-opacity:1;color:rgb(98 123 255/var(--tw-placeholder-opacity,1))}.lg\:hover\:placeholder-VariablesUrl:hover::placeholder{--tw-placeholder-opacity:1;color:rgb(98 123 255/var(--tw-placeholder-opacity,1))}.lg\:hover\:caret-VariablesDate:hover{caret-color:#e17cfb}.lg\:hover\:caret-VariablesMultipleOption:hover{caret-color:#f169aa}.lg\:hover\:caret-VariablesNumber:hover{caret-color:#f64f4f}.lg\:hover\:caret-VariablesResponse:hover{caret-color:#63d1f4}.lg\:hover\:caret-VariablesSingleOption:hover{caret-color:#9a56f0}.lg\:hover\:caret-VariablesText:hover{caret-color:#56f1b9}.lg\:hover\:caret-VariablesUrl:hover{caret-color:#627bff}.lg\:hover\:accent-VariablesDate:hover{accent-color:#e17cfb}.lg\:hover\:accent-VariablesMultipleOption:hover{accent-color:#f169aa}.lg\:hover\:accent-VariablesNumber:hover{accent-color:#f64f4f}.lg\:hover\:accent-VariablesResponse:hover{accent-color:#63d1f4}.lg\:hover\:accent-VariablesSingleOption:hover{accent-color:#9a56f0}.lg\:hover\:accent-VariablesText:hover{accent-color:#56f1b9}.lg\:hover\:accent-VariablesUrl:hover{accent-color:#627bff}.lg\:hover\:shadow-VariablesDate:hover{--tw-shadow-color:#e17cfb;--tw-shadow:var(--tw-shadow-colored)}.lg\:hover\:shadow-VariablesMultipleOption:hover{--tw-shadow-color:#f169aa;--tw-shadow:var(--tw-shadow-colored)}.lg\:hover\:shadow-VariablesNumber:hover{--tw-shadow-color:#f64f4f;--tw-shadow:var(--tw-shadow-colored)}.lg\:hover\:shadow-VariablesResponse:hover{--tw-shadow-color:#63d1f4;--tw-shadow:var(--tw-shadow-colored)}.lg\:hover\:shadow-VariablesSingleOption:hover{--tw-shadow-color:#9a56f0;--tw-shadow:var(--tw-shadow-colored)}.lg\:hover\:shadow-VariablesText:hover{--tw-shadow-color:#56f1b9;--tw-shadow:var(--tw-shadow-colored)}.lg\:hover\:shadow-VariablesUrl:hover{--tw-shadow-color:#627bff;--tw-shadow:var(--tw-shadow-colored)}.lg\:hover\:outline-VariablesDate:hover{outline-color:#e17cfb}.lg\:hover\:outline-VariablesMultipleOption:hover{outline-color:#f169aa}.lg\:hover\:outline-VariablesNumber:hover{outline-color:#f64f4f}.lg\:hover\:outline-VariablesResponse:hover{outline-color:#63d1f4}.lg\:hover\:outline-VariablesSingleOption:hover{outline-color:#9a56f0}.lg\:hover\:outline-VariablesText:hover{outline-color:#56f1b9}.lg\:hover\:outline-VariablesUrl:hover{outline-color:#627bff}.lg\:hover\:ring-VariablesDate:hover{--tw-ring-opacity:1;--tw-ring-color:rgb(225 124 251/var(--tw-ring-opacity,1))}.lg\:hover\:ring-VariablesMultipleOption:hover{--tw-ring-opacity:1;--tw-ring-color:rgb(241 105 170/var(--tw-ring-opacity,1))}.lg\:hover\:ring-VariablesNumber:hover{--tw-ring-opacity:1;--tw-ring-color:rgb(246 79 79/var(--tw-ring-opacity,1))}.lg\:hover\:ring-VariablesResponse:hover{--tw-ring-opacity:1;--tw-ring-color:rgb(99 209 244/var(--tw-ring-opacity,1))}.lg\:hover\:ring-VariablesSingleOption:hover{--tw-ring-opacity:1;--tw-ring-color:rgb(154 86 240/var(--tw-ring-opacity,1))}.lg\:hover\:ring-VariablesText:hover{--tw-ring-opacity:1;--tw-ring-color:rgb(86 241 185/var(--tw-ring-opacity,1))}.lg\:hover\:ring-VariablesUrl:hover{--tw-ring-opacity:1;--tw-ring-color:rgb(98 123 255/var(--tw-ring-opacity,1))}.lg\:hover\:ring-offset-VariablesDate:hover{--tw-ring-offset-color:#e17cfb}.lg\:hover\:ring-offset-VariablesMultipleOption:hover{--tw-ring-offset-color:#f169aa}.lg\:hover\:ring-offset-VariablesNumber:hover{--tw-ring-offset-color:#f64f4f}.lg\:hover\:ring-offset-VariablesResponse:hover{--tw-ring-offset-color:#63d1f4}.lg\:hover\:ring-offset-VariablesSingleOption:hover{--tw-ring-offset-color:#9a56f0}.lg\:hover\:ring-offset-VariablesText:hover{--tw-ring-offset-color:#56f1b9}.lg\:hover\:ring-offset-VariablesUrl:hover{--tw-ring-offset-color:#627bff}}@media (min-width:1280px){.xl\:order-1{order:1}.xl\:order-2{order:2}.xl\:col-span-1{grid-column:span 1/span 1}.xl\:col-span-3{grid-column:span 3/span 3}.xl\:mx-0{margin-left:0;margin-right:0}.xl\:-mb-4{margin-bottom:-1rem}.xl\:mb-0{margin-bottom:0}.xl\:mb-6{margin-bottom:1.5rem}.xl\:mr-2{margin-right:.5rem}.xl\:inline{display:inline}.xl\:flex{display:flex}.xl\:grid{display:grid}.xl\:hidden{display:none}.xl\:h-\[140px\]{height:140px}.xl\:w-1\/3{width:33.333333%}.xl\:w-2\/3{width:66.666667%}.xl\:w-\[410px\]{width:410px}.xl\:w-full{width:100%}.xl\:min-w-\[384px\]{min-width:384px}.xl\:max-w-\[264px\]{max-width:264px}.xl\:max-w-\[295px\]{max-width:295px}.xl\:max-w-\[360px\]{max-width:360px}.xl\:max-w-\[816px\]{max-width:816px}.xl\:max-w-none{max-width:none}.xl\:flex-grow{flex-grow:1}.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-rows-2{grid-template-rows:repeat(2,minmax(0,1fr))}.xl\:flex-row{flex-direction:row}.xl\:flex-col{flex-direction:column}.xl\:items-start{align-items:flex-start}.xl\:items-center{align-items:center}.xl\:justify-start{justify-content:flex-start}.xl\:justify-center{justify-content:center}.xl\:justify-between{justify-content:space-between}.xl\:gap-0{gap:0}.xl\:gap-2{gap:.5rem}.xl\:gap-4{gap:1rem}.xl\:gap-6{gap:1.5rem}.xl\:gap-x-4{-moz-column-gap:1rem;column-gap:1rem}.xl\:gap-y-4{row-gap:1rem}.xl\:overflow-visible{overflow:visible}.xl\:p-6{padding:1.5rem}.xl\:px-0{padding-left:0;padding-right:0}.xl\:px-6{padding-left:1.5rem;padding-right:1.5rem}.xl\:py-0{padding-top:0;padding-bottom:0}.xl\:py-\[4\.50rem\]{padding-top:4.5rem;padding-bottom:4.5rem}.xl\:pb-8{padding-bottom:2rem}.xl\:pl-0{padding-left:0}.xl\:pl-1{padding-left:.25rem}.xl\:pl-4{padding-left:1rem}.xl\:pl-6{padding-left:1.5rem}.xl\:pr-0{padding-right:0}.xl\:pr-24{padding-right:6rem}.xl\:pr-4{padding-right:1rem}.xl\:pr-6{padding-right:1.5rem}.xl\:pt-0{padding-top:0}.xl\:pt-2\.5{padding-top:.625rem}.xl\:pt-6{padding-top:1.5rem}.xl\:pt-8{padding-top:2rem}.xl\:text-left{text-align:left}.xl\:text-start{text-align:start}}@media (min-width:1536px){.\32xl\:order-\[2\]{order:2}.\32xl\:mb-0{margin-bottom:0}.\32xl\:mt-4{margin-top:1rem}.\32xl\:flex{display:flex}.\32xl\:hidden{display:none}.\32xl\:h-\[140px\]{height:140px}.\32xl\:w-\[485px\]{width:485px}.\32xl\:w-\[860px\]{width:860px}.\32xl\:max-w-\[348px\]{max-width:348px}.\32xl\:max-w-screen-2xl{max-width:1536px}.\32xl\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.\32xl\:flex-row{flex-direction:row}.\32xl\:justify-start{justify-content:flex-start}.\32xl\:gap-4{gap:1rem}.\32xl\:gap-\[4\.50rem\]{gap:4.5rem}.\32xl\:px-0{padding-left:0;padding-right:0}.\32xl\:px-6{padding-left:1.5rem;padding-right:1.5rem}.\32xl\:py-2{padding-top:.5rem;padding-bottom:.5rem}.\32xl\:pb-0{padding-bottom:0}.\32xl\:pl-12{padding-left:3rem}.\32xl\:pr-6{padding-right:1.5rem}.\32xl\:pt-0{padding-top:0}.\32xl\:pt-6{padding-top:1.5rem}.\32xl\:text-sm{font-size:.875rem;line-height:1.25rem}}