@charset "UTF-8";: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-offset:16px;--toastify-toast-top:max(var(--toastify-toast-offset),env(safe-area-inset-top));--toastify-toast-right:max(var(--toastify-toast-offset),env(safe-area-inset-right));--toastify-toast-left:max(var(--toastify-toast-offset),env(safe-area-inset-left));--toastify-toast-bottom:max(var(--toastify-toast-offset),env(safe-area-inset-bottom));--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-toast-bd-radius:6px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error);--toastify-color-progress-bgo:0.2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translateZ(var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translateX(-50%)}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right)}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right)}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;padding:0;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translateX(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:auto}}.Toastify__toast{--y:0;position:relative;touch-action:none;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px rgba(0,0,0,.1);display:flex;justify-content:space-between;max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0;overflow:hidden}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__close-button,.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-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:.5s}.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;z-index:1}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:auto;transform-origin:right;border-bottom-left-radius:0;border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp{position:absolute;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.slick-loading .slick-list{background:#fff url(/_next/static/media/ajax-loader.0b80f665.gif) 50% no-repeat}@font-face{font-family:slick;font-weight:400;font-style:normal;src:url(/_next/static/media/slick.25572f22.eot);src:url(/_next/static/media/slick.25572f22.eot?#iefix) format("embedded-opentype"),url(/_next/static/media/slick.653a4cbb.woff) format("woff"),url(/_next/static/media/slick.6aa1ee46.ttf) format("truetype"),url(/_next/static/media/slick.f895cfdf.svg#slick) format("svg")}.slick-next,.slick-prev{font-size:0;line-height:0;position:absolute;top:50%;display:block;width:20px;height:20px;padding:0;transform:translateY(-50%);cursor:pointer;border:none}.slick-next,.slick-next:focus,.slick-next:hover,.slick-prev,.slick-prev:focus,.slick-prev:hover{color:transparent;outline:none;background:transparent}.slick-next:focus:before,.slick-next:hover:before,.slick-prev:focus:before,.slick-prev:hover:before{opacity:1}.slick-next.slick-disabled:before,.slick-prev.slick-disabled:before{opacity:.25}.slick-next:before,.slick-prev:before{font-family:slick;font-size:20px;line-height:1;opacity:.75;color:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-prev{left:-25px}[dir=rtl] .slick-prev{right:-25px;left:auto}.slick-prev:before{content:"←"}[dir=rtl] .slick-prev:before{content:"→"}.slick-next{right:-25px}[dir=rtl] .slick-next{right:auto;left:-25px}.slick-next:before{content:"→"}[dir=rtl] .slick-next:before{content:"←"}.slick-dotted.slick-slider{margin-bottom:30px}.slick-dots{position:absolute;bottom:-25px;display:block;width:100%;padding:0;margin:0;list-style:none;text-align:center}.slick-dots li{position:relative;display:inline-block;margin:0 5px;padding:0}.slick-dots li,.slick-dots li button{width:20px;height:20px;cursor:pointer}.slick-dots li button{font-size:0;line-height:0;display:block;padding:5px;color:transparent;border:0;outline:none;background:transparent}.slick-dots li button:focus,.slick-dots li button:hover{outline:none}.slick-dots li button:focus:before,.slick-dots li button:hover:before{opacity:1}.slick-dots li button:before{font-family:slick;font-size:6px;line-height:20px;position:absolute;top:0;left:0;width:20px;height:20px;content:"•";text-align:center;opacity:.25;color:#000;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-dots li.slick-active button:before{opacity:.75;color:#000}.slick-slider{box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list,.slick-slider{position:relative;display:block}.slick-list{overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{transform:translateZ(0)}.slick-track{position:relative;top:0;left:0;display:block;margin-left:auto;margin-right:auto}.slick-track:after,.slick-track:before{display:table;content:""}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}.slick-arrow.slick-next{padding:0;margin-right:10px;width:51px;height:51px}.slick-arrow.slick-next:before,.slick-arrow.slick-prev:before{opacity:0}.slick-arrow.slick-prev{margin-left:10px;width:51px;height:51px}.custom-dots{display:flex;justify-content:center;gap:8px}.myclass{width:47px;height:5px;border-radius:10px;cursor:pointer}.slick-dots li{background-color:#efefef;width:47px!important;height:5px!important;border-radius:10px}.slick-dots li.slick-active{background-color:#337bfc!important;width:47px;height:5px;border-radius:10px}@media only screen and (max-width:1667px){.slick-arrow.slick-next{margin-right:0;width:51px;height:51px}}*,: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{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}.\!container{width:100%!important}.container{width:100%}@media (min-width:640px){.\!container{max-width:640px!important}.container{max-width:640px}}@media (min-width:768px){.\!container{max-width:768px!important}.container{max-width:768px}}@media (min-width:1024px){.\!container{max-width:1024px!important}.container{max-width:1024px}}@media (min-width:1280px){.\!container{max-width:1280px!important}.container{max-width:1280px}}@media (min-width:1536px){.\!container{max-width:1536px!important}.container{max-width:1536px}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.pointer-events-none{pointer-events:none}.visible{visibility:visible}.static{position:static}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.sticky{position:sticky}.-inset-10{inset:-2.5rem}.inset-0{inset:0}.inset-1{inset:.25rem}.inset-x-0{left:0;right:0}.inset-y-0{top:0;bottom:0}.-bottom-1{bottom:-.25rem}.-left-2{left:-.5rem}.-left-6{left:-1.5rem}.-right-2{right:-.5rem}.-right-8{right:-2rem}.-top-1{top:-.25rem}.-top-2{top:-.5rem}.-top-6{top:-1.5rem}.bottom-0{bottom:0}.bottom-10{bottom:2.5rem}.bottom-14{bottom:3.5rem}.bottom-16{bottom:4rem}.bottom-2{bottom:.5rem}.bottom-3{bottom:.75rem}.bottom-4{bottom:1rem}.left-0{left:0}.left-1\/2{left:50%}.left-1\/4{left:25%}.left-2{left:.5rem}.left-3{left:.75rem}.left-4{left:1rem}.left-6{left:1.5rem}.left-\[30\%\]{left:30%}.left-\[40\%\]{left:40%}.left-\[70\%\]{left:70%}.left-\[75\%\]{left:75%}.right-0{right:0}.right-1{right:.25rem}.right-2{right:.5rem}.right-3{right:.75rem}.right-4{right:1rem}.right-8{right:2rem}.right-\[25px\]{right:25px}.right-\[60px\]{right:60px}.top-0{top:0}.top-1{top:.25rem}.top-1\/2{top:50%}.top-10{top:2.5rem}.top-16{top:4rem}.top-2{top:.5rem}.top-3{top:.75rem}.top-4{top:1rem}.top-6{top:1.5rem}.top-8{top:2rem}.top-\[-30px\]{top:-30px}.top-\[165px\]{top:165px}.top-\[17px\]{top:17px}.top-\[20px\]{top:20px}.top-\[35\%\]{top:35%}.top-\[45\%\]{top:45%}.top-\[50\%\]{top:50%}.top-\[55\%\]{top:55%}.top-\[80px\]{top:80px}.top-full{top:100%}.z-0{z-index:0}.z-10{z-index:10}.z-20{z-index:20}.z-30{z-index:30}.z-40{z-index:40}.z-50{z-index:50}.z-\[60\]{z-index:60}.z-\[9999\]{z-index:9999}.z-\[999\]{z-index:999}.col-span-1{grid-column:span 1/span 1}.col-span-12{grid-column:span 12/span 12}.col-span-3{grid-column:span 3/span 3}.col-span-4{grid-column:span 4/span 4}.col-span-5{grid-column:span 5/span 5}.m-0{margin:0}.m-1{margin:.25rem}.-my-2{margin-top:-.5rem;margin-bottom:-.5rem}.mx-0{margin-left:0;margin-right:0}.mx-2{margin-left:.5rem;margin-right:.5rem}.mx-4{margin-left:1rem;margin-right:1rem}.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-8{margin-top:2rem;margin-bottom:2rem}.my-\[10px\]{margin-top:10px;margin-bottom:10px}.my-\[20px\]{margin-top:20px;margin-bottom:20px}.my-auto{margin-top:auto;margin-bottom:auto}.-mb-1{margin-bottom:-.25rem}.-mb-2{margin-bottom:-.5rem}.-mb-24{margin-bottom:-6rem}.-mb-3{margin-bottom:-.75rem}.-mb-6{margin-bottom:-1.5rem}.-mb-8{margin-bottom:-2rem}.-mb-\[30px\]{margin-bottom:-30px}.-ml-2{margin-left:-.5rem}.-ml-5{margin-left:-1.25rem}.-ml-6{margin-left:-1.5rem}.-ml-8{margin-left:-2rem}.-ml-\[2px\]{margin-left:-2px}.-mr-2{margin-right:-.5rem}.-mr-4{margin-right:-1rem}.-mt-1{margin-top:-.25rem}.-mt-2{margin-top:-.5rem}.-mt-3{margin-top:-.75rem}.-mt-4{margin-top:-1rem}.-mt-8{margin-top:-2rem}.-mt-\[7px\]{margin-top:-7px}.-mt-\[8px\]{margin-top:-8px}.mb-1{margin-bottom:.25rem}.mb-10{margin-bottom:2.5rem}.mb-12{margin-bottom:3rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.mb-\[10px\]{margin-bottom:10px}.mb-\[11px\]{margin-bottom:11px}.mb-\[14px\]{margin-bottom:14px}.mb-\[15px\]{margin-bottom:15px}.mb-\[16px\]{margin-bottom:16px}.mb-\[17px\]{margin-bottom:17px}.mb-\[18px\]{margin-bottom:18px}.mb-\[20px\]{margin-bottom:20px}.mb-\[21px\]{margin-bottom:21px}.mb-\[2px\]{margin-bottom:2px}.mb-\[30px\]{margin-bottom:30px}.mb-\[35px\]{margin-bottom:35px}.mb-\[37px\]{margin-bottom:37px}.mb-\[3px\]{margin-bottom:3px}.mb-\[40px\]{margin-bottom:40px}.mb-\[4px\]{margin-bottom:4px}.mb-\[50px\]{margin-bottom:50px}.mb-\[5px\]{margin-bottom:5px}.mb-\[6px\]{margin-bottom:6px}.mb-\[8px\]{margin-bottom:8px}.mb-\[9px\]{margin-bottom:9px}.mb-auto{margin-bottom:auto}.ml-0{margin-left:0}.ml-1{margin-left:.25rem}.ml-2{margin-left:.5rem}.ml-4{margin-left:1rem}.ml-5{margin-left:1.25rem}.ml-6{margin-left:1.5rem}.ml-8{margin-left:2rem}.ml-\[20px\]{margin-left:20px}.ml-\[90\%\]{margin-left:90%}.ml-auto{margin-left:auto}.mr-0{margin-right:0}.mr-1{margin-right:.25rem}.mr-10{margin-right:2.5rem}.mr-2{margin-right:.5rem}.mr-4{margin-right:1rem}.mr-6{margin-right:1.5rem}.mr-\[10px\]{margin-right:10px}.mr-\[14px\]{margin-right:14px}.mr-\[16px\]{margin-right:16px}.mr-\[18px\]{margin-right:18px}.mr-\[1px\]{margin-right:1px}.mr-\[21px\]{margin-right:21px}.mr-\[2px\]{margin-right:2px}.mr-\[30px\]{margin-right:30px}.mr-\[9px\]{margin-right:9px}.mr-auto{margin-right:auto}.mt-0{margin-top:0}.mt-1{margin-top:.25rem}.mt-10{margin-top:2.5rem}.mt-11{margin-top:2.75rem}.mt-12{margin-top:3rem}.mt-14{margin-top:3.5rem}.mt-16{margin-top:4rem}.mt-2{margin-top:.5rem}.mt-20{margin-top:5rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mt-5{margin-top:1.25rem}.mt-6{margin-top:1.5rem}.mt-8{margin-top:2rem}.mt-\[100px\]{margin-top:100px}.mt-\[10px\]{margin-top:10px}.mt-\[11px\]{margin-top:11px}.mt-\[12px\]{margin-top:12px}.mt-\[13px\]{margin-top:13px}.mt-\[14px\]{margin-top:14px}.mt-\[15px\]{margin-top:15px}.mt-\[160px\]{margin-top:160px}.mt-\[170px\]{margin-top:170px}.mt-\[17px\]{margin-top:17px}.mt-\[18px\]{margin-top:18px}.mt-\[19px\]{margin-top:19px}.mt-\[1px\]{margin-top:1px}.mt-\[200px\]{margin-top:200px}.mt-\[20px\]{margin-top:20px}.mt-\[22px\]{margin-top:22px}.mt-\[24px\]{margin-top:24px}.mt-\[25px\]{margin-top:25px}.mt-\[26px\]{margin-top:26px}.mt-\[29px\]{margin-top:29px}.mt-\[2px\]{margin-top:2px}.mt-\[30px\]{margin-top:30px}.mt-\[31px\]{margin-top:31px}.mt-\[32px\]{margin-top:32px}.mt-\[35px\]{margin-top:35px}.mt-\[36px\]{margin-top:36px}.mt-\[39px\]{margin-top:39px}.mt-\[3px\]{margin-top:3px}.mt-\[40\%\]{margin-top:40%}.mt-\[40px\]{margin-top:40px}.mt-\[42px\]{margin-top:42px}.mt-\[46px\]{margin-top:46px}.mt-\[4px\]{margin-top:4px}.mt-\[50px\]{margin-top:50px}.mt-\[55\%\]{margin-top:55%}.mt-\[5px\]{margin-top:5px}.mt-\[60px\]{margin-top:60px}.mt-\[62px\]{margin-top:62px}.mt-\[6px\]{margin-top:6px}.mt-\[70px\]{margin-top:70px}.mt-\[7px\]{margin-top:7px}.mt-\[80px\]{margin-top:80px}.mt-\[8px\]{margin-top:8px}.mt-auto{margin-top:auto}.block{display:block}.inline-block{display:inline-block}.inline{display:inline}.flex{display:flex}.inline-flex{display:inline-flex}.table{display:table}.grid{display:grid}.contents{display:contents}.hidden{display:none}.h-1\/2{height:50%}.h-10{height:2.5rem}.h-12{height:3rem}.h-16{height:4rem}.h-2{height:.5rem}.h-2\.5{height:.625rem}.h-2\/3{height:66.666667%}.h-20{height:5rem}.h-3{height:.75rem}.h-3\.5{height:.875rem}.h-4{height:1rem}.h-40{height:10rem}.h-5{height:1.25rem}.h-6{height:1.5rem}.h-64{height:16rem}.h-72{height:18rem}.h-8{height:2rem}.h-\[104px\]{height:104px}.h-\[110px\]{height:110px}.h-\[115px\]{height:115px}.h-\[117px\]{height:117px}.h-\[11px\]{height:11px}.h-\[120px\]{height:120px}.h-\[121px\]{height:121px}.h-\[125px\]{height:125px}.h-\[12px\]{height:12px}.h-\[130px\]{height:130px}.h-\[13px\]{height:13px}.h-\[143px\]{height:143px}.h-\[149px\]{height:149px}.h-\[15px\]{height:15px}.h-\[160px\]{height:160px}.h-\[165px\]{height:165px}.h-\[16px\]{height:16px}.h-\[171px\]{height:171px}.h-\[178px\]{height:178px}.h-\[17px\]{height:17px}.h-\[180px\]{height:180px}.h-\[183px\]{height:183px}.h-\[185px\]{height:185px}.h-\[18px\]{height:18px}.h-\[194px\]{height:194px}.h-\[19px\]{height:19px}.h-\[200px\]{height:200px}.h-\[20px\]{height:20px}.h-\[210px\]{height:210px}.h-\[21px\]{height:21px}.h-\[220px\]{height:220px}.h-\[224px\]{height:224px}.h-\[22px\]{height:22px}.h-\[230px\]{height:230px}.h-\[236px\]{height:236px}.h-\[23px\]{height:23px}.h-\[240px\]{height:240px}.h-\[24px\]{height:24px}.h-\[25px\]{height:25px}.h-\[265px\]{height:265px}.h-\[26px\]{height:26px}.h-\[27px\]{height:27px}.h-\[281px\]{height:281px}.h-\[300px\]{height:300px}.h-\[30px\]{height:30px}.h-\[31px\]{height:31px}.h-\[33px\]{height:33px}.h-\[340px\]{height:340px}.h-\[34px\]{height:34px}.h-\[35\%\]{height:35%}.h-\[350px\]{height:350px}.h-\[351px\]{height:351px}.h-\[35px\]{height:35px}.h-\[360px\]{height:360px}.h-\[36px\]{height:36px}.h-\[38px\]{height:38px}.h-\[398px\]{height:398px}.h-\[39px\]{height:39px}.h-\[400px\]{height:400px}.h-\[40px\]{height:40px}.h-\[42px\]{height:42px}.h-\[45px\]{height:45px}.h-\[46px\]{height:46px}.h-\[500px\]{height:500px}.h-\[50px\]{height:50px}.h-\[51px\]{height:51px}.h-\[550px\]{height:550px}.h-\[55px\]{height:55px}.h-\[60\%\]{height:60%}.h-\[600px\]{height:600px}.h-\[60px\]{height:60px}.h-\[61px\]{height:61px}.h-\[65px\]{height:65px}.h-\[700px\]{height:700px}.h-\[70px\]{height:70px}.h-\[710px\]{height:710px}.h-\[71px\]{height:71px}.h-\[74px\]{height:74px}.h-\[75px\]{height:75px}.h-\[80\%\]{height:80%}.h-\[80px\]{height:80px}.h-\[825px\]{height:825px}.h-\[835px\]{height:835px}.h-\[83px\]{height:83px}.h-\[86px\]{height:86px}.h-\[88px\]{height:88px}.h-\[89px\]{height:89px}.h-\[90\%\]{height:90%}.h-\[94px\]{height:94px}.h-\[95\%\]{height:95%}.h-\[95px\]{height:95px}.h-\[97px\]{height:97px}.h-\[9px\]{height:9px}.h-auto{height:auto}.h-fit{height:-moz-fit-content;height:fit-content}.h-full{height:100%}.h-px{height:1px}.max-h-32{max-height:8rem}.max-h-60{max-height:15rem}.max-h-\[110px\]{max-height:110px}.max-h-\[25px\]{max-height:25px}.max-h-\[293px\]{max-height:293px}.max-h-\[365px\]{max-height:365px}.max-h-\[38px\]{max-height:38px}.max-h-\[400px\]{max-height:400px}.max-h-\[450px\]{max-height:450px}.max-h-\[600px\]{max-height:600px}.max-h-\[65vh\]{max-height:65vh}.max-h-\[90vh\]{max-height:90vh}.max-h-\[95\%\]{max-height:95%}.max-h-\[95vh\]{max-height:95vh}.max-h-screen{max-height:100vh}.min-h-0{min-height:0}.min-h-\[109px\]{min-height:109px}.min-h-\[20px\]{min-height:20px}.min-h-\[25px\]{min-height:25px}.min-h-\[30px\]{min-height:30px}.min-h-\[35px\]{min-height:35px}.min-h-\[39px\]{min-height:39px}.min-h-\[40px\]{min-height:40px}.min-h-\[46px\]{min-height:46px}.min-h-\[54px\]{min-height:54px}.min-h-\[60px\]{min-height:60px}.min-h-\[60vh\]{min-height:60vh}.min-h-\[63px\]{min-height:63px}.min-h-\[95px\]{min-height:95px}.min-h-screen{min-height:100vh}.w-1\/2{width:50%}.w-10{width:2.5rem}.w-12{width:3rem}.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-28{width:7rem}.w-3{width:.75rem}.w-3\/4{width:75%}.w-3\/5{width:60%}.w-32{width:8rem}.w-4{width:1rem}.w-5{width:1.25rem}.w-6{width:1.5rem}.w-64{width:16rem}.w-72{width:18rem}.w-8{width:2rem}.w-80{width:20rem}.w-\[100\%\]{width:100%}.w-\[101px\]{width:101px}.w-\[102px\]{width:102px}.w-\[103px\]{width:103px}.w-\[105px\]{width:105px}.w-\[107px\]{width:107px}.w-\[10px\]{width:10px}.w-\[110px\]{width:110px}.w-\[115px\]{width:115px}.w-\[11px\]{width:11px}.w-\[120px\]{width:120px}.w-\[121px\]{width:121px}.w-\[122px\]{width:122px}.w-\[125px\]{width:125px}.w-\[12px\]{width:12px}.w-\[134px\]{width:134px}.w-\[13px\]{width:13px}.w-\[140px\]{width:140px}.w-\[149px\]{width:149px}.w-\[150px\]{width:150px}.w-\[156px\]{width:156px}.w-\[15px\]{width:15px}.w-\[160px\]{width:160px}.w-\[162px\]{width:162px}.w-\[16px\]{width:16px}.w-\[174px\]{width:174px}.w-\[175px\]{width:175px}.w-\[17px\]{width:17px}.w-\[180px\]{width:180px}.w-\[184px\]{width:184px}.w-\[186px\]{width:186px}.w-\[18px\]{width:18px}.w-\[190px\]{width:190px}.w-\[193px\]{width:193px}.w-\[19px\]{width:19px}.w-\[1px\]{width:1px}.w-\[200px\]{width:200px}.w-\[20px\]{width:20px}.w-\[210px\]{width:210px}.w-\[21px\]{width:21px}.w-\[220px\]{width:220px}.w-\[223px\]{width:223px}.w-\[22px\]{width:22px}.w-\[23px\]{width:23px}.w-\[246px\]{width:246px}.w-\[24px\]{width:24px}.w-\[25px\]{width:25px}.w-\[260px\]{width:260px}.w-\[26px\]{width:26px}.w-\[27px\]{width:27px}.w-\[282px\]{width:282px}.w-\[28px\]{width:28px}.w-\[300px\]{width:300px}.w-\[30px\]{width:30px}.w-\[319px\]{width:319px}.w-\[320px\]{width:320px}.w-\[331px\]{width:331px}.w-\[332px\]{width:332px}.w-\[336px\]{width:336px}.w-\[33px\]{width:33px}.w-\[340px\]{width:340px}.w-\[34px\]{width:34px}.w-\[350px\]{width:350px}.w-\[35px\]{width:35px}.w-\[40\%\]{width:40%}.w-\[400px\]{width:400px}.w-\[40px\]{width:40px}.w-\[44px\]{width:44px}.w-\[450px\]{width:450px}.w-\[46px\]{width:46px}.w-\[500px\]{width:500px}.w-\[50px\]{width:50px}.w-\[51px\]{width:51px}.w-\[54px\]{width:54px}.w-\[60\%\]{width:60%}.w-\[65px\]{width:65px}.w-\[68px\]{width:68px}.w-\[70px\]{width:70px}.w-\[71px\]{width:71px}.w-\[73px\]{width:73px}.w-\[74px\]{width:74px}.w-\[75px\]{width:75px}.w-\[76px\]{width:76px}.w-\[77px\]{width:77px}.w-\[80\%\]{width:80%}.w-\[80px\]{width:80px}.w-\[81px\]{width:81px}.w-\[83px\]{width:83px}.w-\[90\%\]{width:90%}.w-\[90px\]{width:90px}.w-\[92px\]{width:92px}.w-\[93px\]{width:93px}.w-\[95\%\]{width:95%}.w-\[95px\]{width:95px}.w-\[96\%\]{width:96%}.w-\[99px\]{width:99px}.w-\[9px\]{width:9px}.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}.min-w-\[100px\]{min-width:100px}.min-w-\[120px\]{min-width:120px}.min-w-\[150px\]{min-width:150px}.min-w-\[163px\]{min-width:163px}.min-w-\[60px\]{min-width:60px}.min-w-\[900px\]{min-width:900px}.min-w-\[94px\]{min-width:94px}.min-w-\[calc\(25\%-1rem\)\]{min-width:calc(25% - 1rem)}.min-w-\[calc\(30\%-1rem\)\]{min-width:calc(30% - 1rem)}.max-w-2xl{max-width:42rem}.max-w-3xl{max-width:48rem}.max-w-4xl{max-width:56rem}.max-w-\[120px\]{max-width:120px}.max-w-\[1320px\]{max-width:1320px}.max-w-\[136px\]{max-width:136px}.max-w-\[242px\]{max-width:242px}.max-w-\[340px\]{max-width:340px}.max-w-\[450px\]{max-width:450px}.max-w-\[500px\]{max-width:500px}.max-w-lg{max-width:32rem}.max-w-md{max-width:28rem}.max-w-sm{max-width:24rem}.max-w-xl{max-width:36rem}.max-w-xs{max-width:20rem}.flex-1{flex:1 1 0%}.flex-\[1\.5\]{flex:1.5}.flex-shrink-0,.shrink-0{flex-shrink:0}.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)}.-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-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-y-0{--tw-translate-y:0px}.translate-y-0,.translate-y-10{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-10{--tw-translate-y:2.5rem}.rotate-0{--tw-rotate:0deg}.rotate-0,.rotate-180{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.rotate-180{--tw-rotate:180deg}.rotate-90{--tw-rotate:90deg}.rotate-90,.scale-100{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.scale-100{--tw-scale-x:1;--tw-scale-y:1}.scale-90{--tw-scale-x:.9;--tw-scale-y:.9}.scale-90,.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}@keyframes pulse{50%{opacity:.5}}.animate-pulse{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}@keyframes spin{to{transform:rotate(1turn)}}.animate-spin{animation:spin 1s linear infinite}.cursor-default{cursor:default}.cursor-grab{cursor:grab}.cursor-not-allowed{cursor:not-allowed}.cursor-pointer{cursor:pointer}.touch-none{touch-action:none}.select-none{-webkit-user-select:none;-moz-user-select:none;user-select:none}.resize-none{resize:none}.resize{resize:both}.snap-x{scroll-snap-type:x var(--tw-scroll-snap-strictness)}.snap-mandatory{--tw-scroll-snap-strictness:mandatory}.snap-center{scroll-snap-align:center}.list-inside{list-style-position:inside}.list-outside{list-style-position:outside}.list-\[lower-alpha\]{list-style-type:lower-alpha}.list-disc{list-style-type:disc}.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-4{grid-template-columns:repeat(4,minmax(0,1fr))}.flex-row{flex-direction:row}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.flex-nowrap{flex-wrap:nowrap}.content-start{align-content:flex-start}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.items-center{align-items:center}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-items-center{justify-items:center}.gap-0{gap:0}.gap-1{gap:.25rem}.gap-1\.5{gap:.375rem}.gap-12{gap:3rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-5{gap:1.25rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.gap-\[38px\]{gap:38px}.gap-x-2{-moz-column-gap:.5rem;column-gap:.5rem}.gap-x-3{-moz-column-gap:.75rem;column-gap:.75rem}.gap-x-\[10px\]{-moz-column-gap:10px;column-gap:10px}.gap-x-\[15px\]{-moz-column-gap:15px;column-gap:15px}.gap-x-\[25px\]{-moz-column-gap:25px;column-gap:25px}.gap-y-\[19px\]{row-gap:19px}.-space-y-2>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(-.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-.5rem * var(--tw-space-y-reverse))}.space-x-1>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(.25rem * var(--tw-space-x-reverse));margin-left:calc(.25rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-12>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(3rem * var(--tw-space-x-reverse));margin-left:calc(3rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-2>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(.5rem * var(--tw-space-x-reverse));margin-left:calc(.5rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-3>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(.75rem * var(--tw-space-x-reverse));margin-left:calc(.75rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-4>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(1rem * var(--tw-space-x-reverse));margin-left:calc(1rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-5>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(1.25rem * var(--tw-space-x-reverse));margin-left:calc(1.25rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-6>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(1.5rem * var(--tw-space-x-reverse));margin-left:calc(1.5rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-\[10px\]>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(10px * var(--tw-space-x-reverse));margin-left:calc(10px * calc(1 - var(--tw-space-x-reverse)))}.space-x-\[12px\]>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(12px * var(--tw-space-x-reverse));margin-left:calc(12px * calc(1 - var(--tw-space-x-reverse)))}.space-x-\[13px\]>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(13px * var(--tw-space-x-reverse));margin-left:calc(13px * calc(1 - var(--tw-space-x-reverse)))}.space-x-\[14px\]>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(14px * var(--tw-space-x-reverse));margin-left:calc(14px * calc(1 - var(--tw-space-x-reverse)))}.space-x-\[15px\]>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(15px * var(--tw-space-x-reverse));margin-left:calc(15px * calc(1 - var(--tw-space-x-reverse)))}.space-x-\[16px\]>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(16px * var(--tw-space-x-reverse));margin-left:calc(16px * calc(1 - var(--tw-space-x-reverse)))}.space-x-\[18px\]>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(18px * var(--tw-space-x-reverse));margin-left:calc(18px * calc(1 - var(--tw-space-x-reverse)))}.space-x-\[20px\]>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(20px * var(--tw-space-x-reverse));margin-left:calc(20px * calc(1 - var(--tw-space-x-reverse)))}.space-x-\[21px\]>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(21px * var(--tw-space-x-reverse));margin-left:calc(21px * calc(1 - var(--tw-space-x-reverse)))}.space-x-\[22px\]>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(22px * var(--tw-space-x-reverse));margin-left:calc(22px * calc(1 - var(--tw-space-x-reverse)))}.space-x-\[24px\]>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(24px * var(--tw-space-x-reverse));margin-left:calc(24px * calc(1 - var(--tw-space-x-reverse)))}.space-x-\[25px\]>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(25px * var(--tw-space-x-reverse));margin-left:calc(25px * calc(1 - var(--tw-space-x-reverse)))}.space-x-\[27px\]>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(27px * var(--tw-space-x-reverse));margin-left:calc(27px * calc(1 - var(--tw-space-x-reverse)))}.space-x-\[2px\]>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(2px * var(--tw-space-x-reverse));margin-left:calc(2px * calc(1 - var(--tw-space-x-reverse)))}.space-x-\[40px\]>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(40px * var(--tw-space-x-reverse));margin-left:calc(40px * calc(1 - var(--tw-space-x-reverse)))}.space-x-\[4px\]>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(4px * var(--tw-space-x-reverse));margin-left:calc(4px * calc(1 - var(--tw-space-x-reverse)))}.space-x-\[5px\]>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(5px * var(--tw-space-x-reverse));margin-left:calc(5px * calc(1 - var(--tw-space-x-reverse)))}.space-x-\[6px\]>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(6px * var(--tw-space-x-reverse));margin-left:calc(6px * calc(1 - var(--tw-space-x-reverse)))}.space-x-\[8px\]>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(8px * var(--tw-space-x-reverse));margin-left:calc(8px * calc(1 - var(--tw-space-x-reverse)))}.space-y-1>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(.25rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.25rem * var(--tw-space-y-reverse))}.space-y-2>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem * var(--tw-space-y-reverse))}.space-y-3>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(.75rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.75rem * var(--tw-space-y-reverse))}.space-y-4>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem * var(--tw-space-y-reverse))}.space-y-5>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.25rem * var(--tw-space-y-reverse))}.self-center{align-self:center}.overflow-auto{overflow:auto}.overflow-hidden{overflow:hidden}.overflow-x-auto{overflow-x:auto}.overflow-y-auto{overflow-y:auto}.overflow-y-hidden{overflow-y:hidden}.scroll-smooth{scroll-behavior:smooth}.whitespace-normal{white-space:normal}.whitespace-nowrap{white-space:nowrap}.break-words{overflow-wrap:break-word}.rounded{border-radius:.25rem}.rounded-2xl{border-radius:1rem}.rounded-\[10px\]{border-radius:10px}.rounded-\[12px\]{border-radius:12px}.rounded-\[20px\]{border-radius:20px}.rounded-\[26px\]{border-radius:26px}.rounded-\[2px\]{border-radius:2px}.rounded-\[30px\]{border-radius:30px}.rounded-\[4px\]{border-radius:4px}.rounded-\[5px\]{border-radius:5px}.rounded-\[7px\]{border-radius:7px}.rounded-\[8px\]{border-radius:8px}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:.5rem}.rounded-md{border-radius:.375rem}.rounded-xl{border-radius:.75rem}.rounded-b{border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.rounded-b-\[10px\]{border-bottom-right-radius:10px;border-bottom-left-radius:10px}.rounded-b-\[20px\]{border-bottom-right-radius:20px;border-bottom-left-radius:20px}.rounded-b-\[8px\]{border-bottom-right-radius:8px;border-bottom-left-radius:8px}.rounded-b-none{border-bottom-right-radius:0;border-bottom-left-radius:0}.rounded-l{border-top-left-radius:.25rem;border-bottom-left-radius:.25rem}.rounded-l-full{border-top-left-radius:9999px;border-bottom-left-radius:9999px}.rounded-r{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem}.rounded-r-\[15px\]{border-top-right-radius:15px;border-bottom-right-radius:15px}.rounded-r-\[7px\]{border-top-right-radius:7px;border-bottom-right-radius:7px}.rounded-r-full{border-top-right-radius:9999px;border-bottom-right-radius:9999px}.rounded-t{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.rounded-bl{border-bottom-left-radius:.25rem}.rounded-br{border-bottom-right-radius:.25rem}.rounded-br-none{border-bottom-right-radius:0}.rounded-tl-\[7px\]{border-top-left-radius:7px}.rounded-tr-\[7px\]{border-top-right-radius:7px}.border{border-width:1px}.border-0{border-width:0}.border-2{border-width:2px}.border-4{border-width:4px}.border-\[2px\]{border-width:2px}.border-\[3px\]{border-width:3px}.border-\[5px\]{border-width:5px}.border-\[7px\]{border-width:7px}.border-b{border-bottom-width:1px}.border-b-2{border-bottom-width:2px}.border-b-\[3px\]{border-bottom-width:3px}.border-l{border-left-width:1px}.border-l-2{border-left-width:2px}.border-r{border-right-width:1px}.border-r-0{border-right-width:0}.border-t{border-top-width:1px}.border-t-0{border-top-width:0}.border-t-2{border-top-width:2px}.border-t-\[3px\]{border-top-width:3px}.border-dashed{border-style:dashed}.border-dotted{border-style:dotted}.\!border-\[\#0060FF\]{--tw-border-opacity:1!important;border-color:rgb(0 96 255/var(--tw-border-opacity,1))!important}.border-\[\#0060FF\]{--tw-border-opacity:1;border-color:rgb(0 96 255/var(--tw-border-opacity,1))}.border-\[\#01B149\]{--tw-border-opacity:1;border-color:rgb(1 177 73/var(--tw-border-opacity,1))}.border-\[\#337BFC\],.border-\[\#337bfc\]{--tw-border-opacity:1;border-color:rgb(51 123 252/var(--tw-border-opacity,1))}.border-\[\#76A7FF\]{--tw-border-opacity:1;border-color:rgb(118 167 255/var(--tw-border-opacity,1))}.border-\[\#78797D\]{--tw-border-opacity:1;border-color:rgb(120 121 125/var(--tw-border-opacity,1))}.border-\[\#79A8FD\]{--tw-border-opacity:1;border-color:rgb(121 168 253/var(--tw-border-opacity,1))}.border-\[\#92B9FF\]{--tw-border-opacity:1;border-color:rgb(146 185 255/var(--tw-border-opacity,1))}.border-\[\#9FC1FF4D\]{border-color:#9fc1ff4d}.border-\[\#9FC1FF\]{--tw-border-opacity:1;border-color:rgb(159 193 255/var(--tw-border-opacity,1))}.border-\[\#A0C2FF\]{--tw-border-opacity:1;border-color:rgb(160 194 255/var(--tw-border-opacity,1))}.border-\[\#C4C4C4\]{--tw-border-opacity:1;border-color:rgb(196 196 196/var(--tw-border-opacity,1))}.border-\[\#C7C7C74D\]{border-color:#c7c7c74d}.border-\[\#C7C7C780\]{border-color:#c7c7c780}.border-\[\#C7C7C7\]{--tw-border-opacity:1;border-color:rgb(199 199 199/var(--tw-border-opacity,1))}.border-\[\#CF2F00\]{--tw-border-opacity:1;border-color:rgb(207 47 0/var(--tw-border-opacity,1))}.border-\[\#D2E3FF\]{--tw-border-opacity:1;border-color:rgb(210 227 255/var(--tw-border-opacity,1))}.border-\[\#D46628\]{--tw-border-opacity:1;border-color:rgb(212 102 40/var(--tw-border-opacity,1))}.border-\[\#D4E4FF80\]{border-color:#d4e4ff80}.border-\[\#D4E4FF\]{--tw-border-opacity:1;border-color:rgb(212 228 255/var(--tw-border-opacity,1))}.border-\[\#D5E4FF\]{--tw-border-opacity:1;border-color:rgb(213 228 255/var(--tw-border-opacity,1))}.border-\[\#D9D9D9\]{--tw-border-opacity:1;border-color:rgb(217 217 217/var(--tw-border-opacity,1))}.border-\[\#DCDCDC\]{--tw-border-opacity:1;border-color:rgb(220 220 220/var(--tw-border-opacity,1))}.border-\[\#E0E0E0\]{--tw-border-opacity:1;border-color:rgb(224 224 224/var(--tw-border-opacity,1))}.border-\[\#E2E2E2B2\]{border-color:#e2e2e2b2}.border-\[\#E5E5E5\]{--tw-border-opacity:1;border-color:rgb(229 229 229/var(--tw-border-opacity,1))}.border-\[\#E6E6E6\]{--tw-border-opacity:1;border-color:rgb(230 230 230/var(--tw-border-opacity,1))}.border-\[\#E9F1FF\]{--tw-border-opacity:1;border-color:rgb(233 241 255/var(--tw-border-opacity,1))}.border-\[\#EDEDED\]{--tw-border-opacity:1;border-color:rgb(237 237 237/var(--tw-border-opacity,1))}.border-\[\#EEEEEE\]{--tw-border-opacity:1;border-color:rgb(238 238 238/var(--tw-border-opacity,1))}.border-\[\#EFEFEF1A\]{border-color:#efefef1a}.border-\[\#EFEFEF\]{--tw-border-opacity:1;border-color:rgb(239 239 239/var(--tw-border-opacity,1))}.border-\[\#EFF4FF\]{--tw-border-opacity:1;border-color:rgb(239 244 255/var(--tw-border-opacity,1))}.border-\[\#F0F0F0\]{--tw-border-opacity:1;border-color:rgb(240 240 240/var(--tw-border-opacity,1))}.border-\[\#F3F3F3\]{--tw-border-opacity:1;border-color:rgb(243 243 243/var(--tw-border-opacity,1))}.border-\[\#F47577\]{--tw-border-opacity:1;border-color:rgb(244 117 119/var(--tw-border-opacity,1))}.border-\[\#F59698\]{--tw-border-opacity:1;border-color:rgb(245 150 152/var(--tw-border-opacity,1))}.border-\[\#F8F8F8\]{--tw-border-opacity:1;border-color:rgb(248 248 248/var(--tw-border-opacity,1))}.border-\[\#FFE3DA\]{--tw-border-opacity:1;border-color:rgb(255 227 218/var(--tw-border-opacity,1))}.border-black{--tw-border-opacity:1;border-color:rgb(0 0 0/var(--tw-border-opacity,1))}.border-blue-300{--tw-border-opacity:1;border-color:rgb(147 197 253/var(--tw-border-opacity,1))}.border-blue-500{--tw-border-opacity:1;border-color:rgb(59 130 246/var(--tw-border-opacity,1))}.border-blue-600{--tw-border-opacity:1;border-color:rgb(37 99 235/var(--tw-border-opacity,1))}.border-gray-100{--tw-border-opacity:1;border-color:rgb(243 244 246/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-msBlue_100{--tw-border-opacity:1;border-color:rgb(128 175 253/var(--tw-border-opacity,1))}.border-msBlue_150{--tw-border-opacity:1;border-color:rgb(160 194 255/var(--tw-border-opacity,1))}.border-msBlue_300{--tw-border-opacity:1;border-color:rgb(118 167 255/var(--tw-border-opacity,1))}.border-msBlue_Primary{--tw-border-opacity:1;border-color:rgb(0 96 255/var(--tw-border-opacity,1))}.border-msBlue_Secondary{--tw-border-opacity:1;border-color:rgb(51 123 252/var(--tw-border-opacity,1))}.border-msGray_450{--tw-border-opacity:1;border-color:rgb(230 230 230/var(--tw-border-opacity,1))}.border-msGray_650,.border-msGray_Discount{--tw-border-opacity:1;border-color:rgb(120 120 120/var(--tw-border-opacity,1))}.border-msGray_border{--tw-border-opacity:1;border-color:rgb(239 239 239/var(--tw-border-opacity,1))}.border-msGreen_500{--tw-border-opacity:1;border-color:rgb(0 146 70/var(--tw-border-opacity,1))}.border-msRed_50{--tw-border-opacity:1;border-color:rgb(255 159 159/var(--tw-border-opacity,1))}.border-msRed_Discount{--tw-border-opacity:1;border-color:rgb(207 47 0/var(--tw-border-opacity,1))}.border-transparent{border-color:transparent}.border-white{--tw-border-opacity:1;border-color:rgb(255 255 255/var(--tw-border-opacity,1))}.border-b-blue-300{--tw-border-opacity:1;border-bottom-color:rgb(147 197 253/var(--tw-border-opacity,1))}.border-r-blue-400{--tw-border-opacity:1;border-right-color:rgb(96 165 250/var(--tw-border-opacity,1))}.border-t-blue-500{--tw-border-opacity:1;border-top-color:rgb(59 130 246/var(--tw-border-opacity,1))}.bg-\[\#00000080\]{background-color:#00000080}.bg-\[\#00000099\]{background-color:#00000099}.bg-\[\#0060FF\]{--tw-bg-opacity:1;background-color:rgb(0 96 255/var(--tw-bg-opacity,1))}.bg-\[\#01B149\]{--tw-bg-opacity:1;background-color:rgb(1 177 73/var(--tw-bg-opacity,1))}.bg-\[\#2E2E2E\]{--tw-bg-opacity:1;background-color:rgb(46 46 46/var(--tw-bg-opacity,1))}.bg-\[\#337BFC\]{--tw-bg-opacity:1;background-color:rgb(51 123 252/var(--tw-bg-opacity,1))}.bg-\[\#337BFC\]\/50{background-color:rgba(51,123,252,.5)}.bg-\[\#3A3A3A\]{--tw-bg-opacity:1;background-color:rgb(58 58 58/var(--tw-bg-opacity,1))}.bg-\[\#444444\]{--tw-bg-opacity:1;background-color:rgb(68 68 68/var(--tw-bg-opacity,1))}.bg-\[\#4487FF\]{--tw-bg-opacity:1;background-color:rgb(68 135 255/var(--tw-bg-opacity,1))}.bg-\[\#449DD1\]{--tw-bg-opacity:1;background-color:rgb(68 157 209/var(--tw-bg-opacity,1))}.bg-\[\#4CC76F\]{--tw-bg-opacity:1;background-color:rgb(76 199 111/var(--tw-bg-opacity,1))}.bg-\[\#7433FC\]{--tw-bg-opacity:1;background-color:rgb(116 51 252/var(--tw-bg-opacity,1))}.bg-\[\#76A7FF\]{--tw-bg-opacity:1;background-color:rgb(118 167 255/var(--tw-bg-opacity,1))}.bg-\[\#92B9FF\]{--tw-bg-opacity:1;background-color:rgb(146 185 255/var(--tw-bg-opacity,1))}.bg-\[\#C2D7FE\]{--tw-bg-opacity:1;background-color:rgb(194 215 254/var(--tw-bg-opacity,1))}.bg-\[\#C2D8FF80\]{background-color:#c2d8ff80}.bg-\[\#CF2F00\]{--tw-bg-opacity:1;background-color:rgb(207 47 0/var(--tw-bg-opacity,1))}.bg-\[\#D3E3FF4D\]{background-color:#d3e3ff4d}.bg-\[\#D3E3FF\]{--tw-bg-opacity:1;background-color:rgb(211 227 255/var(--tw-bg-opacity,1))}.bg-\[\#D46628\]{--tw-bg-opacity:1;background-color:rgb(212 102 40/var(--tw-bg-opacity,1))}.bg-\[\#D5E4FF\]{--tw-bg-opacity:1;background-color:rgb(213 228 255/var(--tw-bg-opacity,1))}.bg-\[\#D9D9D9\]{--tw-bg-opacity:1;background-color:rgb(217 217 217/var(--tw-bg-opacity,1))}.bg-\[\#DCE7FB\]{--tw-bg-opacity:1;background-color:rgb(220 231 251/var(--tw-bg-opacity,1))}.bg-\[\#E13907\]{--tw-bg-opacity:1;background-color:rgb(225 57 7/var(--tw-bg-opacity,1))}.bg-\[\#E1FEE4\]{--tw-bg-opacity:1;background-color:rgb(225 254 228/var(--tw-bg-opacity,1))}.bg-\[\#E5EDFF\]{--tw-bg-opacity:1;background-color:rgb(229 237 255/var(--tw-bg-opacity,1))}.bg-\[\#E7EFFF\]{--tw-bg-opacity:1;background-color:rgb(231 239 255/var(--tw-bg-opacity,1))}.bg-\[\#E8FFDA\]{--tw-bg-opacity:1;background-color:rgb(232 255 218/var(--tw-bg-opacity,1))}.bg-\[\#EAF2FF\]{--tw-bg-opacity:1;background-color:rgb(234 242 255/var(--tw-bg-opacity,1))}.bg-\[\#EBF2FF70\]{background-color:#ebf2ff70}.bg-\[\#EEEEEE\]{--tw-bg-opacity:1;background-color:rgb(238 238 238/var(--tw-bg-opacity,1))}.bg-\[\#EFFFE5\]{--tw-bg-opacity:1;background-color:rgb(239 255 229/var(--tw-bg-opacity,1))}.bg-\[\#F0F5FF\]{--tw-bg-opacity:1;background-color:rgb(240 245 255/var(--tw-bg-opacity,1))}.bg-\[\#F2F2F2\]{--tw-bg-opacity:1;background-color:rgb(242 242 242/var(--tw-bg-opacity,1))}.bg-\[\#F2F6FF\]{--tw-bg-opacity:1;background-color:rgb(242 246 255/var(--tw-bg-opacity,1))}.bg-\[\#F3F3F3\]{--tw-bg-opacity:1;background-color:rgb(243 243 243/var(--tw-bg-opacity,1))}.bg-\[\#F3F7FF\]{--tw-bg-opacity:1;background-color:rgb(243 247 255/var(--tw-bg-opacity,1))}.bg-\[\#F4F6FF\]{--tw-bg-opacity:1;background-color:rgb(244 246 255/var(--tw-bg-opacity,1))}.bg-\[\#F59698\]{--tw-bg-opacity:1;background-color:rgb(245 150 152/var(--tw-bg-opacity,1))}.bg-\[\#F5F5F5\]{--tw-bg-opacity:1;background-color:rgb(245 245 245/var(--tw-bg-opacity,1))}.bg-\[\#F5F9FF\]{--tw-bg-opacity:1;background-color:rgb(245 249 255/var(--tw-bg-opacity,1))}.bg-\[\#F5FFF2\]{--tw-bg-opacity:1;background-color:rgb(245 255 242/var(--tw-bg-opacity,1))}.bg-\[\#F6F6F6\]{--tw-bg-opacity:1;background-color:rgb(246 246 246/var(--tw-bg-opacity,1))}.bg-\[\#F7EDDF\]{--tw-bg-opacity:1;background-color:rgb(247 237 223/var(--tw-bg-opacity,1))}.bg-\[\#F7F7F7\]{--tw-bg-opacity:1;background-color:rgb(247 247 247/var(--tw-bg-opacity,1))}.bg-\[\#F8F8F8\]{--tw-bg-opacity:1;background-color:rgb(248 248 248/var(--tw-bg-opacity,1))}.bg-\[\#F9F9F9\]{--tw-bg-opacity:1;background-color:rgb(249 249 249/var(--tw-bg-opacity,1))}.bg-\[\#FAFAFA\]{--tw-bg-opacity:1;background-color:rgb(250 250 250/var(--tw-bg-opacity,1))}.bg-\[\#FAFAFB\]{--tw-bg-opacity:1;background-color:rgb(250 250 251/var(--tw-bg-opacity,1))}.bg-\[\#FBF1FF\]{--tw-bg-opacity:1;background-color:rgb(251 241 255/var(--tw-bg-opacity,1))}.bg-\[\#FBF4F4\]{--tw-bg-opacity:1;background-color:rgb(251 244 244/var(--tw-bg-opacity,1))}.bg-\[\#FBFBFB\]{--tw-bg-opacity:1;background-color:rgb(251 251 251/var(--tw-bg-opacity,1))}.bg-\[\#FCE7BE\]{--tw-bg-opacity:1;background-color:rgb(252 231 190/var(--tw-bg-opacity,1))}.bg-\[\#FDFDFD\]{--tw-bg-opacity:1;background-color:rgb(253 253 253/var(--tw-bg-opacity,1))}.bg-\[\#FEF0FA\]{--tw-bg-opacity:1;background-color:rgb(254 240 250/var(--tw-bg-opacity,1))}.bg-\[\#FF2222CC\]{background-color:#ff2222cc}.bg-\[\#FFDADA\]{--tw-bg-opacity:1;background-color:rgb(255 218 218/var(--tw-bg-opacity,1))}.bg-\[\#FFDD93\]{--tw-bg-opacity:1;background-color:rgb(255 221 147/var(--tw-bg-opacity,1))}.bg-\[\#FFDEDE\]{--tw-bg-opacity:1;background-color:rgb(255 222 222/var(--tw-bg-opacity,1))}.bg-\[\#FFE7DA\]{--tw-bg-opacity:1;background-color:rgb(255 231 218/var(--tw-bg-opacity,1))}.bg-\[\#FFEBE6\]{--tw-bg-opacity:1;background-color:rgb(255 235 230/var(--tw-bg-opacity,1))}.bg-\[\#FFF1ED\]{--tw-bg-opacity:1;background-color:rgb(255 241 237/var(--tw-bg-opacity,1))}.bg-\[\#FFF1F1\]{--tw-bg-opacity:1;background-color:rgb(255 241 241/var(--tw-bg-opacity,1))}.bg-\[\#FFF5F4\]{--tw-bg-opacity:1;background-color:rgb(255 245 244/var(--tw-bg-opacity,1))}.bg-\[\#FFF7E2\]{--tw-bg-opacity:1;background-color:rgb(255 247 226/var(--tw-bg-opacity,1))}.bg-\[\#FFF7EA\]{--tw-bg-opacity:1;background-color:rgb(255 247 234/var(--tw-bg-opacity,1))}.bg-\[\#FFFAF0\]{--tw-bg-opacity:1;background-color:rgb(255 250 240/var(--tw-bg-opacity,1))}.bg-\[\#FFFCEE\]{--tw-bg-opacity:1;background-color:rgb(255 252 238/var(--tw-bg-opacity,1))}.bg-\[\#FFFFFF99\]{background-color:#ffffff99}.bg-\[\#c9c9c9\]{--tw-bg-opacity:1;background-color:rgb(201 201 201/var(--tw-bg-opacity,1))}.bg-black{--tw-bg-opacity:1;background-color:rgb(0 0 0/var(--tw-bg-opacity,1))}.bg-black\/40{background-color:rgba(0,0,0,.4)}.bg-black\/50{background-color:rgba(0,0,0,.5)}.bg-black\/60{background-color:rgba(0,0,0,.6)}.bg-black\/70{background-color:rgba(0,0,0,.7)}.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-blue-500\/20{background-color:rgba(59,130,246,.2)}.bg-blue-600{--tw-bg-opacity:1;background-color:rgb(37 99 235/var(--tw-bg-opacity,1))}.bg-blue-700{--tw-bg-opacity:1;background-color:rgb(29 78 216/var(--tw-bg-opacity,1))}.bg-gray-100{--tw-bg-opacity:1;background-color:rgb(243 244 246/var(--tw-bg-opacity,1))}.bg-gray-200{--tw-bg-opacity:1;background-color:rgb(229 231 235/var(--tw-bg-opacity,1))}.bg-gray-300{--tw-bg-opacity:1;background-color:rgb(209 213 219/var(--tw-bg-opacity,1))}.bg-gray-600{--tw-bg-opacity:1;background-color:rgb(75 85 99/var(--tw-bg-opacity,1))}.bg-gray-700{--tw-bg-opacity:1;background-color:rgb(55 65 81/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-200{--tw-bg-opacity:1;background-color:rgb(187 247 208/var(--tw-bg-opacity,1))}.bg-msBlue_100{--tw-bg-opacity:1;background-color:rgb(128 175 253/var(--tw-bg-opacity,1))}.bg-msBlue_200{--tw-bg-opacity:1;background-color:rgb(223 234 255/var(--tw-bg-opacity,1))}.bg-msBlue_300{--tw-bg-opacity:1;background-color:rgb(118 167 255/var(--tw-bg-opacity,1))}.bg-msBlue_50{--tw-bg-opacity:1;background-color:rgb(228 237 255/var(--tw-bg-opacity,1))}.bg-msBlue_Navbar{--tw-bg-opacity:1;background-color:rgb(239 244 255/var(--tw-bg-opacity,1))}.bg-msBlue_Primary{--tw-bg-opacity:1;background-color:rgb(0 96 255/var(--tw-bg-opacity,1))}.bg-msBlue_Secondary{--tw-bg-opacity:1;background-color:rgb(51 123 252/var(--tw-bg-opacity,1))}.bg-msBlue_Select{--tw-bg-opacity:1;background-color:rgb(240 246 255/var(--tw-bg-opacity,1))}.bg-msGraySearch{--tw-bg-opacity:1;background-color:rgb(246 246 246/var(--tw-bg-opacity,1))}.bg-msGray_150{--tw-bg-opacity:1;background-color:rgb(229 229 229/var(--tw-bg-opacity,1))}.bg-msGray_300{--tw-bg-opacity:1;background-color:rgb(252 252 252/var(--tw-bg-opacity,1))}.bg-msGray_420{--tw-bg-opacity:1;background-color:rgb(251 251 251/var(--tw-bg-opacity,1))}.bg-msGray_800{--tw-bg-opacity:1;background-color:rgb(105 103 103/var(--tw-bg-opacity,1))}.bg-msGray_border{--tw-bg-opacity:1;background-color:rgb(239 239 239/var(--tw-bg-opacity,1))}.bg-msGray_buttons{--tw-bg-opacity:1;background-color:rgb(250 250 250/var(--tw-bg-opacity,1))}.bg-msGreen_100{--tw-bg-opacity:1;background-color:rgb(73 159 164/var(--tw-bg-opacity,1))}.bg-msGreen_200{--tw-bg-opacity:1;background-color:rgb(232 254 221/var(--tw-bg-opacity,1))}.bg-msGreen_300{--tw-bg-opacity:1;background-color:rgb(225 254 228/var(--tw-bg-opacity,1))}.bg-msHighlightBlue{--tw-bg-opacity:1;background-color:rgb(242 246 255/var(--tw-bg-opacity,1))}.bg-msRed_20{--tw-bg-opacity:1;background-color:rgb(255 242 247/var(--tw-bg-opacity,1))}.bg-msRed_60{--tw-bg-opacity:1;background-color:rgb(255 243 243/var(--tw-bg-opacity,1))}.bg-msRed_Discount{--tw-bg-opacity:1;background-color:rgb(207 47 0/var(--tw-bg-opacity,1))}.bg-msRed_Products{--tw-bg-opacity:1;background-color:rgb(255 244 224/var(--tw-bg-opacity,1))}.bg-msYellow_100{--tw-bg-opacity:1;background-color:rgb(255 245 224/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-600{--tw-bg-opacity:1;background-color:rgb(220 38 38/var(--tw-bg-opacity,1))}.bg-transparent{background-color:transparent}.bg-white{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1))}.bg-white\/10{background-color:hsla(0,0%,100%,.1)}.bg-white\/20{background-color:hsla(0,0%,100%,.2)}.bg-opacity-100{--tw-bg-opacity:1}.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-gradient-to-t{background-image:linear-gradient(to top,var(--tw-gradient-stops))}.from-\[\#084ECC\]{--tw-gradient-from:#084ecc var(--tw-gradient-from-position);--tw-gradient-to:rgba(8,78,204,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-white{--tw-gradient-from:#fff var(--tw-gradient-from-position);--tw-gradient-to:hsla(0,0%,100%,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.to-\[\#337BFC\]{--tw-gradient-to:#337bfc var(--tw-gradient-to-position)}.to-\[\#E7EFFF\]{--tw-gradient-to:#e7efff var(--tw-gradient-to-position)}.bg-cover{background-size:cover}.bg-center{background-position:50%}.fill-msBlue_Secondary{fill:#337bfc}.stroke-black{stroke:#000}.object-contain{-o-object-fit:contain;object-fit:contain}.object-cover{-o-object-fit:cover;object-fit:cover}.p-0{padding:0}.p-1{padding:.25rem}.p-10{padding:2.5rem}.p-2{padding:.5rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-5{padding:1.25rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.p-\[4px\]{padding:4px}.px-0{padding-left:0;padding-right:0}.px-1{padding-left:.25rem;padding-right:.25rem}.px-10{padding-left:2.5rem;padding-right:2.5rem}.px-12{padding-left:3rem;padding-right:3rem}.px-16{padding-left:4rem;padding-right:4rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-3{padding-left:.75rem;padding-right:.75rem}.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-\[10px\]{padding-left:10px;padding-right:10px}.px-\[11px\]{padding-left:11px;padding-right:11px}.px-\[12px\]{padding-left:12px;padding-right:12px}.px-\[13px\]{padding-left:13px;padding-right:13px}.px-\[17px\]{padding-left:17px;padding-right:17px}.px-\[20px\]{padding-left:20px;padding-right:20px}.px-\[2px\]{padding-left:2px;padding-right:2px}.px-\[30px\]{padding-left:30px;padding-right:30px}.px-\[32px\]{padding-left:32px;padding-right:32px}.px-\[35px\]{padding-left:35px;padding-right:35px}.px-\[40px\]{padding-left:40px;padding-right:40px}.py-0{padding-top:0;padding-bottom:0}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-1\.5{padding-top:.375rem;padding-bottom:.375rem}.py-12{padding-top:3rem;padding-bottom:3rem}.py-16{padding-top:4rem;padding-bottom:4rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-5{padding-top:1.25rem;padding-bottom:1.25rem}.py-6{padding-top:1.5rem;padding-bottom:1.5rem}.py-\[10px\]{padding-top:10px;padding-bottom:10px}.py-\[11px\]{padding-top:11px;padding-bottom:11px}.py-\[12px\]{padding-top:12px;padding-bottom:12px}.py-\[14px\]{padding-top:14px;padding-bottom:14px}.py-\[1px\]{padding-top:1px;padding-bottom:1px}.py-\[20px\]{padding-top:20px;padding-bottom:20px}.py-\[2px\]{padding-top:2px;padding-bottom:2px}.py-\[3px\]{padding-top:3px;padding-bottom:3px}.py-\[4px\]{padding-top:4px;padding-bottom:4px}.py-\[55px\]{padding-top:55px;padding-bottom:55px}.py-\[5px\]{padding-top:5px;padding-bottom:5px}.py-\[7px\]{padding-top:7px;padding-bottom:7px}.pb-0{padding-bottom:0}.pb-1{padding-bottom:.25rem}.pb-2{padding-bottom:.5rem}.pb-4{padding-bottom:1rem}.pb-40{padding-bottom:10rem}.pb-\[10px\]{padding-bottom:10px}.pb-\[14px\]{padding-bottom:14px}.pb-\[20px\]{padding-bottom:20px}.pb-\[2px\]{padding-bottom:2px}.pb-\[50px\]{padding-bottom:50px}.pb-\[env\(safe-area-inset-bottom\)\]{padding-bottom:env(safe-area-inset-bottom)}.pl-0{padding-left:0}.pl-10{padding-left:2.5rem}.pl-2{padding-left:.5rem}.pl-3{padding-left:.75rem}.pl-4{padding-left:1rem}.pl-5{padding-left:1.25rem}.pl-6{padding-left:1.5rem}.pl-\[10px\]{padding-left:10px}.pl-\[50px\]{padding-left:50px}.pr-0{padding-right:0}.pr-1{padding-right:.25rem}.pr-10{padding-right:2.5rem}.pr-2{padding-right:.5rem}.pr-3{padding-right:.75rem}.pr-4{padding-right:1rem}.pr-5{padding-right:1.25rem}.pr-6{padding-right:1.5rem}.pr-8{padding-right:2rem}.pt-0{padding-top:0}.pt-16{padding-top:4rem}.pt-2{padding-top:.5rem}.pt-3{padding-top:.75rem}.pt-4{padding-top:1rem}.pt-6{padding-top:1.5rem}.pt-\[14px\]{padding-top:14px}.pt-\[27px\]{padding-top:27px}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.text-justify{text-align:justify}.font-\[\'Open_Sans\'\2c _sans-serif\]{font-family:Open Sans,sans-serif}.font-poppins{font-family:Poppins,sans-serif}.text-2xl{font-size:1.5rem;line-height:2rem}.text-3xl{font-size:1.875rem;line-height:2.25rem}.text-4xl{font-size:2.25rem;line-height:2.5rem}.text-\[10px\]{font-size:10px}.text-\[11px\]{font-size:11px}.text-\[12px\]{font-size:12px}.text-\[13px\]{font-size:13px}.text-\[14px\]{font-size:14px}.text-\[15px\]{font-size:15px}.text-\[16px\]{font-size:16px}.text-\[17px\]{font-size:17px}.text-\[18px\]{font-size:18px}.text-\[19px\]{font-size:19px}.text-\[20px\]{font-size:20px}.text-\[22px\]{font-size:22px}.text-\[23px\]{font-size:23px}.text-\[24px\]{font-size:24px}.text-\[25px\]{font-size:25px}.text-\[30px\]{font-size:30px}.text-\[32px\]{font-size:32px}.text-\[35px\]{font-size:35px}.text-\[40px\]{font-size:40px}.text-\[6px\]{font-size:6px}.text-\[8px\]{font-size:8px}.text-\[9px\]{font-size:9px}.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-bold{font-weight:700}.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}.leading-4{line-height:1rem}.leading-5{line-height:1.25rem}.leading-6{line-height:1.5rem}.leading-\[1\.29\]{line-height:1.29}.leading-\[1\.2\]{line-height:1.2}.leading-\[1\.4\]{line-height:1.4}.leading-\[12\.9px\]{line-height:12.9px}.leading-\[12px\]{line-height:12px}.leading-\[13px\]{line-height:13px}.leading-\[14\.19px\]{line-height:14.19px}.leading-\[14\.3px\]{line-height:14.3px}.leading-\[14\.4px\]{line-height:14.4px}.leading-\[14\.98px\]{line-height:14.98px}.leading-\[14px\]{line-height:14px}.leading-\[15\.48px\]{line-height:15.48px}.leading-\[15\.6px\]{line-height:15.6px}.leading-\[16\.34px\]{line-height:16.34px}.leading-\[16px\]{line-height:16px}.leading-\[18\.06px\]{line-height:18.06px}.leading-\[18\.2px\]{line-height:18.2px}.leading-\[18px\]{line-height:18px}.leading-\[19\.35px\]{line-height:19.35px}.leading-\[19\.5px\]{line-height:19.5px}.leading-\[20\.43px\]{line-height:20.43px}.leading-\[20\.64px\]{line-height:20.64px}.leading-\[21px\]{line-height:21px}.leading-\[24\.51px\]{line-height:24.51px}.leading-\[24px\]{line-height:24px}.leading-\[25\.8px\]{line-height:25.8px}.leading-\[26px\]{line-height:26px}.leading-\[28\.6px\]{line-height:28.6px}.leading-\[30px\]{line-height:30px}.leading-\[39px\]{line-height:39px}.leading-\[42px\]{line-height:42px}.leading-\[48px\]{line-height:48px}.leading-\[7\.2px\]{line-height:7.2px}.leading-none{line-height:1}.leading-tight{line-height:1.25}.tracking-\[-0\.02em\]{letter-spacing:-.02em}.tracking-\[0\.18em\]{letter-spacing:.18em}.tracking-\[0\.1em\]{letter-spacing:.1em}.tracking-\[0\.3em\]{letter-spacing:.3em}.tracking-tight{letter-spacing:-.025em}.tracking-tighter{letter-spacing:-.05em}.tracking-wide{letter-spacing:.025em}.\!text-\[\#0060FF\]{--tw-text-opacity:1!important;color:rgb(0 96 255/var(--tw-text-opacity,1))!important}.text-\[\#\#83AAFF\]{color:##83AAFF}.text-\[\#000000\]{--tw-text-opacity:1;color:rgb(0 0 0/var(--tw-text-opacity,1))}.text-\[\#0016771A\]{color:#0016771a}.text-\[\#001677\]{--tw-text-opacity:1;color:rgb(0 22 119/var(--tw-text-opacity,1))}.text-\[\#0060FF\]{--tw-text-opacity:1;color:rgb(0 96 255/var(--tw-text-opacity,1))}.text-\[\#00732F\]{--tw-text-opacity:1;color:rgb(0 115 47/var(--tw-text-opacity,1))}.text-\[\#018225\]{--tw-text-opacity:1;color:rgb(1 130 37/var(--tw-text-opacity,1))}.text-\[\#01B149\]{--tw-text-opacity:1;color:rgb(1 177 73/var(--tw-text-opacity,1))}.text-\[\#0F69FF\]{--tw-text-opacity:1;color:rgb(15 105 255/var(--tw-text-opacity,1))}.text-\[\#2E2E2E\]{--tw-text-opacity:1;color:rgb(46 46 46/var(--tw-text-opacity,1))}.text-\[\#333333\]{--tw-text-opacity:1;color:rgb(51 51 51/var(--tw-text-opacity,1))}.text-\[\#337BFC80\]{color:#337bfc80}.text-\[\#337BFC\]{--tw-text-opacity:1;color:rgb(51 123 252/var(--tw-text-opacity,1))}.text-\[\#363636\]{--tw-text-opacity:1;color:rgb(54 54 54/var(--tw-text-opacity,1))}.text-\[\#397FFF\]{--tw-text-opacity:1;color:rgb(57 127 255/var(--tw-text-opacity,1))}.text-\[\#4140404D\]{color:#4140404d}.text-\[\#414040\]{--tw-text-opacity:1;color:rgb(65 64 64/var(--tw-text-opacity,1))}.text-\[\#494949\]{--tw-text-opacity:1;color:rgb(73 73 73/var(--tw-text-opacity,1))}.text-\[\#4E4F52\]{--tw-text-opacity:1;color:rgb(78 79 82/var(--tw-text-opacity,1))}.text-\[\#535353\]{--tw-text-opacity:1;color:rgb(83 83 83/var(--tw-text-opacity,1))}.text-\[\#555555\]{--tw-text-opacity:1;color:rgb(85 85 85/var(--tw-text-opacity,1))}.text-\[\#686868\]{--tw-text-opacity:1;color:rgb(104 104 104/var(--tw-text-opacity,1))}.text-\[\#6BCB67\]{--tw-text-opacity:1;color:rgb(107 203 103/var(--tw-text-opacity,1))}.text-\[\#6FA2FF\]{--tw-text-opacity:1;color:rgb(111 162 255/var(--tw-text-opacity,1))}.text-\[\#747878\]{--tw-text-opacity:1;color:rgb(116 120 120/var(--tw-text-opacity,1))}.text-\[\#76A7FF\]{--tw-text-opacity:1;color:rgb(118 167 255/var(--tw-text-opacity,1))}.text-\[\#777171\]{--tw-text-opacity:1;color:rgb(119 113 113/var(--tw-text-opacity,1))}.text-\[\#780CCD\]{--tw-text-opacity:1;color:rgb(120 12 205/var(--tw-text-opacity,1))}.text-\[\#787878\]{--tw-text-opacity:1;color:rgb(120 120 120/var(--tw-text-opacity,1))}.text-\[\#7C7878\]{--tw-text-opacity:1;color:rgb(124 120 120/var(--tw-text-opacity,1))}.text-\[\#808080\]{--tw-text-opacity:1;color:rgb(128 128 128/var(--tw-text-opacity,1))}.text-\[\#80AFFD\]{--tw-text-opacity:1;color:rgb(128 175 253/var(--tw-text-opacity,1))}.text-\[\#858484\]{--tw-text-opacity:1;color:rgb(133 132 132/var(--tw-text-opacity,1))}.text-\[\#8B8888\]{--tw-text-opacity:1;color:rgb(139 136 136/var(--tw-text-opacity,1))}.text-\[\#8C5710\]{--tw-text-opacity:1;color:rgb(140 87 16/var(--tw-text-opacity,1))}.text-\[\#939393\]{--tw-text-opacity:1;color:rgb(147 147 147/var(--tw-text-opacity,1))}.text-\[\#996515\]{--tw-text-opacity:1;color:rgb(153 101 21/var(--tw-text-opacity,1))}.text-\[\#9A9B9E\]{--tw-text-opacity:1;color:rgb(154 155 158/var(--tw-text-opacity,1))}.text-\[\#A0C2FF\]{--tw-text-opacity:1;color:rgb(160 194 255/var(--tw-text-opacity,1))}.text-\[\#A12500\]{--tw-text-opacity:1;color:rgb(161 37 0/var(--tw-text-opacity,1))}.text-\[\#A8A8A8\]{--tw-text-opacity:1;color:rgb(168 168 168/var(--tw-text-opacity,1))}.text-\[\#ABABAB\]{--tw-text-opacity:1;color:rgb(171 171 171/var(--tw-text-opacity,1))}.text-\[\#AFCBFC\]{--tw-text-opacity:1;color:rgb(175 203 252/var(--tw-text-opacity,1))}.text-\[\#AFCCFF\]{--tw-text-opacity:1;color:rgb(175 204 255/var(--tw-text-opacity,1))}.text-\[\#B1B1B1\]{--tw-text-opacity:1;color:rgb(177 177 177/var(--tw-text-opacity,1))}.text-\[\#BBBBBB\]{--tw-text-opacity:1;color:rgb(187 187 187/var(--tw-text-opacity,1))}.text-\[\#BF3307\]{--tw-text-opacity:1;color:rgb(191 51 7/var(--tw-text-opacity,1))}.text-\[\#C5C5C5\]{--tw-text-opacity:1;color:rgb(197 197 197/var(--tw-text-opacity,1))}.text-\[\#CF2F0080\]{color:#cf2f0080}.text-\[\#CF2F00\]{--tw-text-opacity:1;color:rgb(207 47 0/var(--tw-text-opacity,1))}.text-\[\#D46628\]{--tw-text-opacity:1;color:rgb(212 102 40/var(--tw-text-opacity,1))}.text-\[\#D87400\]{--tw-text-opacity:1;color:rgb(216 116 0/var(--tw-text-opacity,1))}.text-\[\#DCDCDC\]{--tw-text-opacity:1;color:rgb(220 220 220/var(--tw-text-opacity,1))}.text-\[\#E27A00\]{--tw-text-opacity:1;color:rgb(226 122 0/var(--tw-text-opacity,1))}.text-\[\#E2E2E2\]{--tw-text-opacity:1;color:rgb(226 226 226/var(--tw-text-opacity,1))}.text-\[\#EE0606\]{--tw-text-opacity:1;color:rgb(238 6 6/var(--tw-text-opacity,1))}.text-\[\#EE06AD\]{--tw-text-opacity:1;color:rgb(238 6 173/var(--tw-text-opacity,1))}.text-\[\#EF626C\]{--tw-text-opacity:1;color:rgb(239 98 108/var(--tw-text-opacity,1))}.text-\[\#EFEFEF\]{--tw-text-opacity:1;color:rgb(239 239 239/var(--tw-text-opacity,1))}.text-\[\#F29304\]{--tw-text-opacity:1;color:rgb(242 147 4/var(--tw-text-opacity,1))}.text-\[\#F47577\]{--tw-text-opacity:1;color:rgb(244 117 119/var(--tw-text-opacity,1))}.text-\[\#F59698\]{--tw-text-opacity:1;color:rgb(245 150 152/var(--tw-text-opacity,1))}.text-\[\#FDE047\]{--tw-text-opacity:1;color:rgb(253 224 71/var(--tw-text-opacity,1))}.text-\[\#FF8484\]{--tw-text-opacity:1;color:rgb(255 132 132/var(--tw-text-opacity,1))}.text-\[\#FF9636\]{--tw-text-opacity:1;color:rgb(255 150 54/var(--tw-text-opacity,1))}.text-\[\#FFFFFF\]{--tw-text-opacity:1;color:rgb(255 255 255/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-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-gray-900{--tw-text-opacity:1;color:rgb(17 24 39/var(--tw-text-opacity,1))}.text-green-800{--tw-text-opacity:1;color:rgb(22 101 52/var(--tw-text-opacity,1))}.text-msBlack_100{--tw-text-opacity:1;color:rgb(94 94 94/var(--tw-text-opacity,1))}.text-msBlack_200{--tw-text-opacity:1;color:rgb(83 83 83/var(--tw-text-opacity,1))}.text-msBlack_300{--tw-text-opacity:1;color:rgb(46 46 46/var(--tw-text-opacity,1))}.text-msBlack_600{--tw-text-opacity:1;color:rgb(65 64 64/var(--tw-text-opacity,1))}.text-msBlack_900{--tw-text-opacity:1;color:rgb(0 0 0/var(--tw-text-opacity,1))}.text-msBlue_150{--tw-text-opacity:1;color:rgb(160 194 255/var(--tw-text-opacity,1))}.text-msBlue_900{--tw-text-opacity:1;color:rgb(0 22 119/var(--tw-text-opacity,1))}.text-msBlue_Primary{--tw-text-opacity:1;color:rgb(0 96 255/var(--tw-text-opacity,1))}.text-msBlue_Secondary{--tw-text-opacity:1;color:rgb(51 123 252/var(--tw-text-opacity,1))}.text-msDisabledBlue{--tw-text-opacity:1;color:rgb(151 187 251/var(--tw-text-opacity,1))}.text-msErrorRed{--tw-text-opacity:1;color:rgb(212 36 39/var(--tw-text-opacity,1))}.text-msGray_100{--tw-text-opacity:1;color:rgb(119 113 113/var(--tw-text-opacity,1))}.text-msGray_250{--tw-text-opacity:1;color:rgb(168 168 168/var(--tw-text-opacity,1))}.text-msGray_350{--tw-text-opacity:1;color:rgb(133 132 132/var(--tw-text-opacity,1))}.text-msGray_400{--tw-text-opacity:1;color:rgb(139 136 136/var(--tw-text-opacity,1))}.text-msGray_470{--tw-text-opacity:1;color:rgb(150 147 147/var(--tw-text-opacity,1))}.text-msGray_50{--tw-text-opacity:1;color:rgb(214 214 214/var(--tw-text-opacity,1))}.text-msGray_600{--tw-text-opacity:1;color:rgb(128 128 128/var(--tw-text-opacity,1))}.text-msGray_650,.text-msGray_Discount{--tw-text-opacity:1;color:rgb(120 120 120/var(--tw-text-opacity,1))}.text-msGray_Navbar{--tw-text-opacity:1;color:rgb(162 162 163/var(--tw-text-opacity,1))}.text-msGray_Size{--tw-text-opacity:1;color:rgb(179 179 179/var(--tw-text-opacity,1))}.text-msGray_Text{--tw-text-opacity:1;color:rgb(171 171 171/var(--tw-text-opacity,1))}.text-msGray_border{--tw-text-opacity:1;color:rgb(239 239 239/var(--tw-text-opacity,1))}.text-msGreen_100{--tw-text-opacity:1;color:rgb(73 159 164/var(--tw-text-opacity,1))}.text-msGreen_500{--tw-text-opacity:1;color:rgb(0 146 70/var(--tw-text-opacity,1))}.text-msGreen_600{--tw-text-opacity:1;color:rgb(0 115 47/var(--tw-text-opacity,1))}.text-msGreen_Price{--tw-text-opacity:1;color:rgb(1 177 73/var(--tw-text-opacity,1))}.text-msRed_100{--tw-text-opacity:1;color:rgb(250 80 80/var(--tw-text-opacity,1))}.text-msRed_200{--tw-text-opacity:1;color:rgb(255 147 121/var(--tw-text-opacity,1))}.text-msRed_40{--tw-text-opacity:1;color:rgb(251 199 189/var(--tw-text-opacity,1))}.text-msRed_400{--tw-text-opacity:1;color:rgb(140 25 0/var(--tw-text-opacity,1))}.text-msRed_Discount{--tw-text-opacity:1;color:rgb(207 47 0/var(--tw-text-opacity,1))}.text-orange-500{--tw-text-opacity:1;color:rgb(249 115 22/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-white{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.underline{text-decoration-line:underline}.line-through{text-decoration-line:line-through}.decoration-1{text-decoration-thickness:1px}.placeholder-\[\#757575\]::-moz-placeholder{--tw-placeholder-opacity:1;color:rgb(117 117 117/var(--tw-placeholder-opacity,1))}.placeholder-\[\#757575\]::placeholder{--tw-placeholder-opacity:1;color:rgb(117 117 117/var(--tw-placeholder-opacity,1))}.placeholder-\[\#A6A6A680\]::-moz-placeholder{color:#a6a6a680}.placeholder-\[\#A6A6A680\]::placeholder{color:#a6a6a680}.placeholder-\[\#C5C5C5\]::-moz-placeholder{--tw-placeholder-opacity:1;color:rgb(197 197 197/var(--tw-placeholder-opacity,1))}.placeholder-\[\#C5C5C5\]::placeholder{--tw-placeholder-opacity:1;color:rgb(197 197 197/var(--tw-placeholder-opacity,1))}.accent-blue-500{accent-color:#3b82f6}.opacity-0{opacity:0}.opacity-10{opacity:.1}.opacity-100{opacity:1}.opacity-20{opacity:.2}.opacity-25{opacity:.25}.opacity-30{opacity:.3}.opacity-40{opacity:.4}.opacity-50{opacity:.5}.opacity-60{opacity:.6}.opacity-75{opacity:.75}.opacity-90{opacity:.9}.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-2xl{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-2xl{--tw-shadow:0 25px 50px -12px rgba(0,0,0,.25);--tw-shadow-colored:0 25px 50px -12px var(--tw-shadow-color)}.shadow-\[0_0_10px_rgba\(59\2c 130\2c 246\2c 0\.6\)\]{--tw-shadow:0 0 10px rgba(59,130,246,.6);--tw-shadow-colored:0 0 10px var(--tw-shadow-color)}.shadow-\[0_0_10px_rgba\(59\2c 130\2c 246\2c 0\.6\)\],.shadow-\[0px_0px_7px_0px_\#00000040\]{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-\[0px_0px_7px_0px_\#00000040\]{--tw-shadow:0px 0px 7px 0px #00000040;--tw-shadow-colored:0px 0px 7px 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-sm{--tw-shadow:0 1px 2px 0 rgba(0,0,0,.05);--tw-shadow-colored:0 1px 2px 0 var(--tw-shadow-color)}.shadow-sm,.shadow-xl{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-xl{--tw-shadow:0 20px 25px -5px 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)}.outline-none{outline:2px solid transparent;outline-offset:2px}.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)}.blur-md{--tw-blur:blur(12px)}.blur-md,.blur-xl{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)}.blur-xl{--tw-blur:blur(24px)}.brightness-100{--tw-brightness:brightness(1)}.brightness-100,.drop-shadow-\[0_2px_2px_rgba\(0\2c 0\2c 0\2c 0\.4\)\]{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)}.drop-shadow-\[0_2px_2px_rgba\(0\2c 0\2c 0\2c 0\.4\)\]{--tw-drop-shadow:drop-shadow(0 2px 2px rgba(0,0,0,.4))}.drop-shadow-\[0_2px_3px_rgba\(0\2c 0\2c 0\2c 0\.5\)\]{--tw-drop-shadow:drop-shadow(0 2px 3px rgba(0,0,0,.5))}.drop-shadow-\[0_2px_3px_rgba\(0\2c 0\2c 0\2c 0\.5\)\],.drop-shadow-lg{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)}.drop-shadow-lg{--tw-drop-shadow:drop-shadow(0 10px 8px rgba(0,0,0,.04)) drop-shadow(0 4px 3px rgba(0,0,0,.1))}.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)}.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-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-transform{transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1)}.duration-150,.transition-transform{transition-duration:.15s}.duration-200{transition-duration:.2s}.duration-300{transition-duration:.3s}.duration-500{transition-duration:.5s}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}body{margin:0;font-family:Open Sans,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#fafafb}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.no-scrollbar::-webkit-scrollbar{display:none}.no-scrollbar{-ms-overflow-style:none;scrollbar-width:none}.scrollable-container{width:100%;height:300px;overflow:auto}.scrollable-container.no-scrollbar{overflow:auto}.scrollbar-hide::-webkit-scrollbar{display:none}.scrollbar-hide{-ms-overflow-style:none;scrollbar-width:none}.custom-scrollbar::-webkit-scrollbar{width:8px}.custom-scrollbar::-webkit-scrollbar-track{background:#ededed}.custom-scrollbar::-webkit-scrollbar-thumb{background-color:#fff;border-radius:40px;border:1px #d0d0d0;width:9px}.custom-scrollbar::-webkit-scrollbar-thumb:hover{background-color:#fff}.react-sweet-progress-symbol,.slick-next,.slick-prev{display:none!important}.custom-calendar .react-calendar__tile--active{background-color:blue;border-radius:50%}.react-calendar__navigation__prev2-button{display:none}.react-calendar__navigation__prev-button{font-size:30px}.filter-box .react-calendar,.react-calendar{border-color:#fff!important;padding:5px;width:280px!important}.react-calendar__navigation__next-button{font-size:30px}.react-calendar__navigation__next2-button{display:none}.custom-calendar .react-calendar__tile--now{background:#fff;color:#000}.custom-calendar .react-calendar__tile--active{background:#6c6cf0;color:#fff}.custom-calendar .react-calendar__tile--hover{background-color:red!important;color:#fff!important}.custom-calendar .react-calendar__tile--weekend{color:#000}.custom-calendar .react-calendar__tile--neighboringMonth{visibility:hidden}.custom-calendar .react-calendar__tile--active:enabled:hover,.custom-calendar .react-calendar__tile--now:enabled:hover{border-radius:50%;background:blue;color:#fff}.react-calendar__month-view__weekdays__weekday abbr{text-decoration:none}.custom-calendar .react-calendar__month-view__days__day--weekend{color:#000}.react-calendar__navigation button{font-size:20px}.react-calendar__month-view__weekdays__weekday,.react-calendar__tile{font-size:12px!important}.custom-time-picker input{padding:0 40px;border:1px solid #ccc;border-radius:6px;font-size:14px;width:237px;height:46px;cursor:pointer}.rc-time-picker-clear-icon:after,.rc-time-picker-clear-icon:before{display:none!important}.react-calendar__navigation button:disabled,.react-calendar__tile:disabled{background-color:#fff!important;color:#ababab!important;cursor:not-allowed}.react-calendar__month-view__days__day--neighboringMonth{color:#000!important}.placeholder\:text-\[12px\]::-moz-placeholder{font-size:12px}.placeholder\:text-\[12px\]::placeholder{font-size:12px}.placeholder\:text-\[14px\]::-moz-placeholder{font-size:14px}.placeholder\:text-\[14px\]::placeholder{font-size:14px}.placeholder\:font-normal::-moz-placeholder{font-weight:400}.placeholder\:font-normal::placeholder{font-weight:400}.placeholder\:normal-case::-moz-placeholder{text-transform:none}.placeholder\:normal-case::placeholder{text-transform:none}.placeholder\:text-white\/40::-moz-placeholder{color:hsla(0,0%,100%,.4)}.placeholder\:text-white\/40::placeholder{color:hsla(0,0%,100%,.4)}.after\:absolute:after{content:var(--tw-content);position:absolute}.after\:left-0\.5:after{content:var(--tw-content);left:.125rem}.after\:left-\[0px\]:after{content:var(--tw-content);left:0}.after\:top-0\.5:after{content:var(--tw-content);top:.125rem}.after\:h-\[14px\]:after{content:var(--tw-content);height:14px}.after\:h-\[26px\]:after{content:var(--tw-content);height:26px}.after\:w-\[14px\]:after{content:var(--tw-content);width:14px}.after\:w-\[26px\]:after{content:var(--tw-content);width:26px}.after\:rounded-full:after{content:var(--tw-content);border-radius:9999px}.after\:border:after{content:var(--tw-content);border-width:1px}.after\:border-gray-300:after{content:var(--tw-content);--tw-border-opacity:1;border-color:rgb(209 213 219/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}.after\:content-\[\'\'\]:after{--tw-content:"";content:var(--tw-content)}.checked\:border-\[\#337BFC\]:checked{--tw-border-opacity:1;border-color:rgb(51 123 252/var(--tw-border-opacity,1))}.checked\:border-\[\#D46628\]:checked{--tw-border-opacity:1;border-color:rgb(212 102 40/var(--tw-border-opacity,1))}.checked\:bg-\[\#337BFC\]:checked{--tw-bg-opacity:1;background-color:rgb(51 123 252/var(--tw-bg-opacity,1))}.checked\:bg-\[\#D46628\]:checked{--tw-bg-opacity:1;background-color:rgb(212 102 40/var(--tw-bg-opacity,1))}.hover\:scale-110:hover{--tw-scale-x:1.1;--tw-scale-y:1.1;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\:border-gray-400:hover{--tw-border-opacity:1;border-color:rgb(156 163 175/var(--tw-border-opacity,1))}.hover\:bg-\[\#F2F7FF\]:hover{--tw-bg-opacity:1;background-color:rgb(242 247 255/var(--tw-bg-opacity,1))}.hover\:bg-blue-200:hover{--tw-bg-opacity:1;background-color:rgb(191 219 254/var(--tw-bg-opacity,1))}.hover\:bg-blue-50:hover{--tw-bg-opacity:1;background-color:rgb(239 246 255/var(--tw-bg-opacity,1))}.hover\:bg-blue-500:hover{--tw-bg-opacity:1;background-color:rgb(59 130 246/var(--tw-bg-opacity,1))}.hover\:bg-blue-700:hover{--tw-bg-opacity:1;background-color:rgb(29 78 216/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-gray-900:hover{--tw-bg-opacity:1;background-color:rgb(17 24 39/var(--tw-bg-opacity,1))}.hover\:bg-msGray_750:hover{--tw-bg-opacity:1;background-color:rgb(235 235 235/var(--tw-bg-opacity,1))}.hover\:text-\[\#337BFC\]:hover{--tw-text-opacity:1;color:rgb(51 123 252/var(--tw-text-opacity,1))}.hover\:text-black:hover{--tw-text-opacity:1;color:rgb(0 0 0/var(--tw-text-opacity,1))}.hover\:text-blue-500:hover{--tw-text-opacity:1;color:rgb(59 130 246/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-gray-500:hover{--tw-text-opacity:1;color:rgb(107 114 128/var(--tw-text-opacity,1))}.hover\:text-gray-700:hover{--tw-text-opacity:1;color:rgb(55 65 81/var(--tw-text-opacity,1))}.hover\:text-gray-800:hover{--tw-text-opacity:1;color:rgb(31 41 55/var(--tw-text-opacity,1))}.hover\:text-gray-900:hover{--tw-text-opacity:1;color:rgb(17 24 39/var(--tw-text-opacity,1))}.hover\:text-red-800:hover{--tw-text-opacity:1;color:rgb(153 27 27/var(--tw-text-opacity,1))}.hover\:text-white:hover{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.hover\:underline:hover{text-decoration-line:underline}.hover\:opacity-100:hover{opacity:1}.hover\:opacity-80:hover{opacity:.8}.hover\:opacity-90:hover{opacity:.9}.focus\:border-blue-500:focus{--tw-border-opacity:1;border-color:rgb(59 130 246/var(--tw-border-opacity,1))}.focus\:border-gray-300:focus{--tw-border-opacity:1;border-color:rgb(209 213 219/var(--tw-border-opacity,1))}.focus\:border-transparent:focus{border-color:transparent}.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.focus\:outline-\[\#EFEFEF\]:focus{outline-color:#efefef}.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-blue-500:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(59 130 246/var(--tw-ring-opacity,1))}.disabled\:cursor-not-allowed:disabled{cursor:not-allowed}.disabled\:bg-\[\#0060FF4D\]:disabled{background-color:#0060ff4d}.disabled\:bg-\[\#337BFC80\]:disabled{background-color:#337bfc80}.disabled\:bg-\[\#debeab\]:disabled{--tw-bg-opacity:1;background-color:rgb(222 190 171/var(--tw-bg-opacity,1))}.disabled\:bg-blue-100:disabled{--tw-bg-opacity:1;background-color:rgb(219 234 254/var(--tw-bg-opacity,1))}.disabled\:bg-blue-200:disabled{--tw-bg-opacity:1;background-color:rgb(191 219 254/var(--tw-bg-opacity,1))}.disabled\:bg-blue-300:disabled{--tw-bg-opacity:1;background-color:rgb(147 197 253/var(--tw-bg-opacity,1))}.disabled\:bg-gray-400:disabled{--tw-bg-opacity:1;background-color:rgb(156 163 175/var(--tw-bg-opacity,1))}.disabled\:bg-msDisabledBlue:disabled{--tw-bg-opacity:1;background-color:rgb(151 187 251/var(--tw-bg-opacity,1))}.disabled\:bg-red-200:disabled{--tw-bg-opacity:1;background-color:rgb(254 202 202/var(--tw-bg-opacity,1))}.disabled\:text-\[\#CF2F004D\]:disabled{color:#cf2f004d}.disabled\:text-blue-300:disabled{--tw-text-opacity:1;color:rgb(147 197 253/var(--tw-text-opacity,1))}.disabled\:text-msDisabledBlue:disabled{--tw-text-opacity:1;color:rgb(151 187 251/var(--tw-text-opacity,1))}.disabled\:text-red-200:disabled{--tw-text-opacity:1;color:rgb(254 202 202/var(--tw-text-opacity,1))}.disabled\:opacity-40:disabled{opacity:.4}.disabled\:opacity-50:disabled{opacity:.5}.disabled\:opacity-60:disabled{opacity:.6}.peer:checked~.peer-checked\:bg-msBlue_Primary{--tw-bg-opacity:1;background-color:rgb(0 96 255/var(--tw-bg-opacity,1))}.peer:checked~.peer-checked\:opacity-100{opacity:1}.peer:checked~.peer-checked\:after\:translate-x-6:after{--tw-translate-x:1.5rem}.peer:checked~.peer-checked\:after\:translate-x-6:after,.peer:checked~.peer-checked\:after\:translate-x-\[14px\]:after{content:var(--tw-content);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:checked~.peer-checked\:after\:translate-x-\[14px\]:after{--tw-translate-x:14px}.peer:checked~.peer-checked\:after\:bg-white:after{content:var(--tw-content);--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1))}.dark\:text-gray-400:is(.dark *){--tw-text-opacity:1;color:rgb(156 163 175/var(--tw-text-opacity,1))}.dark\:hover\:text-white:hover:is(.dark *){--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}@media (min-width:640px){.sm\:absolute{position:absolute}.sm\:bottom-3{bottom:.75rem}.sm\:right-0{right:0}.sm\:col-span-2{grid-column:span 2/span 2}.sm\:mx-auto{margin-left:auto;margin-right:auto}.sm\:ml-0{margin-left:0}.sm\:mr-12{margin-right:3rem}.sm\:mr-2{margin-right:.5rem}.sm\:mt-0{margin-top:0}.sm\:mt-3{margin-top:.75rem}.sm\:mt-8{margin-top:2rem}.sm\:mt-\[20\%\]{margin-top:20%}.sm\:mt-\[65\%\]{margin-top:65%}.sm\:mt-\[80\%\]{margin-top:80%}.sm\:flex{display:flex}.sm\:h-9{height:2.25rem}.sm\:h-\[695px\]{height:695px}.sm\:h-\[77px\]{height:77px}.sm\:w-80{width:20rem}.sm\:w-9{width:2.25rem}.sm\:w-\[250px\]{width:250px}.sm\:w-\[332px\]{width:332px}.sm\:w-\[400px\]{width:400px}.sm\:w-\[450px\]{width:450px}.sm\:w-\[500px\]{width:500px}.sm\:w-\[78px\]{width:78px}.sm\:max-w-\[150px\]{max-width:150px}.sm\:auto-rows-\[180px\]{grid-auto-rows:180px}.sm\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.sm\:flex-row{flex-direction:row}.sm\:items-start{align-items:flex-start}.sm\:justify-start{justify-content:flex-start}.sm\:justify-center{justify-content:center}.sm\:gap-3{gap:.75rem}.sm\:gap-4{gap:1rem}.sm\:gap-x-4{-moz-column-gap:1rem;column-gap:1rem}.sm\:gap-y-2{row-gap:.5rem}.sm\:space-x-4>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(1rem * var(--tw-space-x-reverse));margin-left:calc(1rem * calc(1 - var(--tw-space-x-reverse)))}.sm\:p-6{padding:1.5rem}.sm\:px-10{padding-left:2.5rem;padding-right:2.5rem}.sm\:px-20{padding-left:5rem;padding-right:5rem}.sm\:px-4{padding-left:1rem;padding-right:1rem}.sm\:px-6{padding-left:1.5rem;padding-right:1.5rem}.sm\:py-16{padding-top:4rem;padding-bottom:4rem}.sm\:py-4{padding-top:1rem;padding-bottom:1rem}.sm\:py-6{padding-top:1.5rem;padding-bottom:1.5rem}.sm\:pb-24{padding-bottom:6rem}.sm\:text-left{text-align:left}.sm\:text-\[11px\]{font-size:11px}.sm\:text-\[14px\]{font-size:14px}.sm\:text-\[30px\]{font-size:30px}.sm\:text-sm{font-size:.875rem;line-height:1.25rem}}@media (min-width:768px){.md\:static{position:static}.md\:-left-2{left:-.5rem}.md\:-right-5{right:-1.25rem}.md\:left-1\/2{left:50%}.md\:left-\[13\%\]{left:13%}.md\:right-\[15\%\]{right:15%}.md\:top-\[80px\]{top:80px}.md\:z-auto{z-index:auto}.md\:col-span-1{grid-column:span 1/span 1}.md\:col-span-2{grid-column:span 2/span 2}.md\:col-span-3{grid-column:span 3/span 3}.md\:col-start-2{grid-column-start:2}.md\:col-start-3{grid-column-start:3}.md\:col-start-4{grid-column-start:4}.md\:row-start-3{grid-row-start:3}.md\:mx-0{margin-left:0;margin-right:0}.md\:mx-auto{margin-left:auto;margin-right:auto}.md\:-ml-3{margin-left:-.75rem}.md\:-mt-1{margin-top:-.25rem}.md\:-mt-2{margin-top:-.5rem}.md\:-mt-4{margin-top:-1rem}.md\:-mt-6{margin-top:-1.5rem}.md\:mb-2{margin-bottom:.5rem}.md\:mb-8{margin-bottom:2rem}.md\:mb-\[40px\]{margin-bottom:40px}.md\:mb-\[65px\]{margin-bottom:65px}.md\:ml-0{margin-left:0}.md\:ml-16{margin-left:4rem}.md\:ml-2{margin-left:.5rem}.md\:ml-6{margin-left:1.5rem}.md\:mr-10{margin-right:2.5rem}.md\:mr-2{margin-right:.5rem}.md\:mr-\[16px\]{margin-right:16px}.md\:mr-\[19px\]{margin-right:19px}.md\:mt-0{margin-top:0}.md\:mt-11{margin-top:2.75rem}.md\:mt-14{margin-top:3.5rem}.md\:mt-8{margin-top:2rem}.md\:mt-\[10px\]{margin-top:10px}.md\:mt-\[11px\]{margin-top:11px}.md\:mt-\[12px\]{margin-top:12px}.md\:mt-\[160px\]{margin-top:160px}.md\:mt-\[20\%\]{margin-top:20%}.md\:mt-\[25px\]{margin-top:25px}.md\:mt-\[35px\]{margin-top:35px}.md\:mt-\[89px\]{margin-top:89px}.md\:block{display:block}.md\:flex{display:flex}.md\:grid{display:grid}.md\:hidden{display:none}.md\:h-\[204px\]{height:204px}.md\:h-\[236px\]{height:236px}.md\:h-\[240px\]{height:240px}.md\:h-\[260px\]{height:260px}.md\:h-\[268px\]{height:268px}.md\:h-\[293px\]{height:293px}.md\:h-\[323px\]{height:323px}.md\:h-\[338px\]{height:338px}.md\:h-\[344px\]{height:344px}.md\:h-\[354px\]{height:354px}.md\:h-\[40\%\]{height:40%}.md\:h-\[400px\]{height:400px}.md\:h-\[500px\]{height:500px}.md\:h-\[520px\]{height:520px}.md\:h-\[557px\]{height:557px}.md\:h-\[600px\]{height:600px}.md\:h-\[668px\]{height:668px}.md\:h-\[700px\]{height:700px}.md\:h-\[710px\]{height:710px}.md\:h-\[717px\]{height:717px}.md\:h-\[720px\]{height:720px}.md\:h-\[732px\]{height:732px}.md\:h-\[740px\]{height:740px}.md\:h-\[75px\]{height:75px}.md\:h-\[768px\]{height:768px}.md\:h-\[800px\]{height:800px}.md\:h-\[85px\]{height:85px}.md\:h-\[93\.75px\]{height:93.75px}.md\:h-auto{height:auto}.md\:h-full{height:100%}.md\:max-h-\[1032px\]{max-height:1032px}.md\:max-h-\[1200px\]{max-height:1200px}.md\:max-h-\[365px\]{max-height:365px}.md\:max-h-\[600px\]{max-height:600px}.md\:max-h-\[700px\]{max-height:700px}.md\:max-h-\[740px\]{max-height:740px}.md\:min-h-\[17px\]{min-height:17px}.md\:min-h-\[607px\]{min-height:607px}.md\:w-1\/2{width:50%}.md\:w-\[107px\]{width:107px}.md\:w-\[120px\]{width:120px}.md\:w-\[1278px\]{width:1278px}.md\:w-\[134px\]{width:134px}.md\:w-\[179px\]{width:179px}.md\:w-\[240px\]{width:240px}.md\:w-\[30\%\]{width:30%}.md\:w-\[312px\]{width:312px}.md\:w-\[320px\]{width:320px}.md\:w-\[331px\]{width:331px}.md\:w-\[332px\]{width:332px}.md\:w-\[341px\]{width:341px}.md\:w-\[351px\]{width:351px}.md\:w-\[368px\]{width:368px}.md\:w-\[380px\]{width:380px}.md\:w-\[389px\]{width:389px}.md\:w-\[392px\]{width:392px}.md\:w-\[395px\]{width:395px}.md\:w-\[398px\]{width:398px}.md\:w-\[400px\]{width:400px}.md\:w-\[401px\]{width:401px}.md\:w-\[420px\]{width:420px}.md\:w-\[426px\]{width:426px}.md\:w-\[435px\]{width:435px}.md\:w-\[450px\]{width:450px}.md\:w-\[476px\]{width:476px}.md\:w-\[478px\]{width:478px}.md\:w-\[480px\]{width:480px}.md\:w-\[484px\]{width:484px}.md\:w-\[486px\]{width:486px}.md\:w-\[490px\]{width:490px}.md\:w-\[50\%\]{width:50%}.md\:w-\[500px\]{width:500px}.md\:w-\[518px\]{width:518px}.md\:w-\[520px\]{width:520px}.md\:w-\[559px\]{width:559px}.md\:w-\[571px\]{width:571px}.md\:w-\[600px\]{width:600px}.md\:w-\[686px\]{width:686px}.md\:w-\[717px\]{width:717px}.md\:w-\[720px\]{width:720px}.md\:w-\[834px\]{width:834px}.md\:w-\[85px\]{width:85px}.md\:w-\[93\.75px\]{width:93.75px}.md\:w-\[96\%\]{width:96%}.md\:w-auto{width:auto}.md\:w-fit{width:-moz-fit-content;width:fit-content}.md\:w-full{width:100%}.md\:min-w-\[759px\]{min-width:759px}.md\:max-w-\[170px\]{max-width:170px}.md\:max-w-\[240px\]{max-width:240px}.md\:max-w-\[318px\]{max-width:318px}.md\:max-w-\[390px\]{max-width:390px}.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.md\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.md\:grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}.md\:flex-row{flex-direction:row}.md\:flex-col{flex-direction:column}.md\:items-end{align-items:flex-end}.md\:items-center{align-items:center}.md\:justify-start{justify-content:flex-start}.md\:justify-end{justify-content:flex-end}.md\:justify-center{justify-content:center}.md\:gap-4{gap:1rem}.md\:gap-\[15px\]{gap:15px}.md\:space-x-1>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(.25rem * var(--tw-space-x-reverse));margin-left:calc(.25rem * calc(1 - var(--tw-space-x-reverse)))}.md\:space-x-2>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(.5rem * var(--tw-space-x-reverse));margin-left:calc(.5rem * calc(1 - var(--tw-space-x-reverse)))}.md\: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)))}.md\:space-x-4>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(1rem * var(--tw-space-x-reverse));margin-left:calc(1rem * calc(1 - var(--tw-space-x-reverse)))}.md\:space-x-8>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(2rem * var(--tw-space-x-reverse));margin-left:calc(2rem * calc(1 - var(--tw-space-x-reverse)))}.md\:space-x-\[20px\]>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(20px * var(--tw-space-x-reverse));margin-left:calc(20px * calc(1 - var(--tw-space-x-reverse)))}.md\:space-x-\[38px\]>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(38px * var(--tw-space-x-reverse));margin-left:calc(38px * calc(1 - var(--tw-space-x-reverse)))}.md\:space-x-\[40px\]>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(40px * var(--tw-space-x-reverse));margin-left:calc(40px * calc(1 - var(--tw-space-x-reverse)))}.md\:space-x-\[44px\]>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(44px * var(--tw-space-x-reverse));margin-left:calc(44px * calc(1 - var(--tw-space-x-reverse)))}.md\:space-x-\[93px\]>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(93px * var(--tw-space-x-reverse));margin-left:calc(93px * calc(1 - var(--tw-space-x-reverse)))}.md\:overflow-y-auto{overflow-y:auto}.md\:object-cover{-o-object-fit:cover;object-fit:cover}.md\:p-0{padding:0}.md\:p-10{padding:2.5rem}.md\:p-4{padding:1rem}.md\:p-6{padding:1.5rem}.md\:p-8{padding:2rem}.md\:px-0{padding-left:0;padding-right:0}.md\:px-12{padding-left:3rem;padding-right:3rem}.md\:px-14{padding-left:3.5rem;padding-right:3.5rem}.md\:px-16{padding-left:4rem;padding-right:4rem}.md\:px-2{padding-left:.5rem;padding-right:.5rem}.md\:px-20{padding-left:5rem;padding-right:5rem}.md\:px-4{padding-left:1rem;padding-right:1rem}.md\:px-6{padding-left:1.5rem;padding-right:1.5rem}.md\:px-\[55px\]{padding-left:55px;padding-right:55px}.md\:py-0{padding-top:0;padding-bottom:0}.md\:py-6{padding-top:1.5rem;padding-bottom:1.5rem}.md\:pl-2{padding-left:.5rem}.md\:pl-4{padding-left:1rem}.md\:pr-2{padding-right:.5rem}.md\:text-left{text-align:left}.md\:text-right{text-align:right}.md\:text-justify{text-align:justify}.md\:text-\[16px\]{font-size:16px}.md\:text-\[20px\]{font-size:20px}.md\:text-\[25px\]{font-size:25px}.md\:text-\[26px\]{font-size:26px}.md\:text-\[32px\]{font-size:32px}.md\:text-base{font-size:1rem;line-height:1.5rem}.md\:tracking-\[0\.1em\]{letter-spacing:.1em}.md\:tracking-\[0\.3em\]{letter-spacing:.3em}}@media (min-width:1024px){.lg\:left-\[32\%\]{left:32%}.lg\:col-span-4{grid-column:span 4/span 4}.lg\:mb-0{margin-bottom:0}.lg\:mr-3{margin-right:.75rem}.lg\:block{display:block}.lg\:h-\[41px\]{height:41px}.lg\:h-\[700px\]{height:700px}.lg\:max-h-\[342px\]{max-height:342px}.lg\:w-2\/3{width:66.666667%}.lg\:w-\[105px\]{width:105px}.lg\:w-\[230px\]{width:230px}.lg\:w-\[500px\]{width:500px}.lg\:w-\[600px\]{width:600px}.lg\:w-\[700px\]{width:700px}.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.lg\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.lg\:grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}.lg\:flex-row{flex-direction:row}.lg\:justify-end{justify-content:flex-end}.lg\:gap-12{gap:3rem}.lg\:space-x-2>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(.5rem * var(--tw-space-x-reverse));margin-left:calc(.5rem * calc(1 - var(--tw-space-x-reverse)))}.lg\:space-x-6>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(1.5rem * var(--tw-space-x-reverse));margin-left:calc(1.5rem * calc(1 - var(--tw-space-x-reverse)))}.lg\:p-12{padding:3rem}.lg\:px-2{padding-left:.5rem;padding-right:.5rem}.lg\:px-4{padding-left:1rem;padding-right:1rem}.lg\:py-8{padding-top:2rem;padding-bottom:2rem}.lg\:pl-2{padding-left:.5rem}.lg\:pr-2{padding-right:.5rem}}@media (min-width:1280px){.xl\:left-2\/3{left:66.666667%}.xl\:left-\[25\%\]{left:25%}.xl\:left-\[60\%\]{left:60%}.xl\:-mb-8{margin-bottom:-2rem}.xl\:mr-\[19px\]{margin-right:19px}.xl\:h-\[280px\]{height:280px}.xl\:h-\[338px\]{height:338px}.xl\:h-\[520px\]{height:520px}.xl\:h-\[700px\]{height:700px}.xl\:h-auto{height:auto}.xl\:w-2\/3{width:66.666667%}.xl\:w-\[240px\]{width:240px}.xl\:w-\[253px\]{width:253px}.xl\:w-\[289px\]{width:289px}.xl\:w-\[416px\]{width:416px}.xl\:w-\[426px\]{width:426px}.xl\:w-\[430px\]{width:430px}.xl\:w-\[558px\]{width:558px}.xl\:w-\[595px\]{width:595px}.xl\:w-\[799px\]{width:799px}.xl\:w-\[925px\]{width:925px}.xl\:w-auto{width:auto}.xl\:w-full{width:100%}.xl\:min-w-\[400px\]{min-width:400px}.xl\:min-w-\[558px\]{min-width:558px}.xl\:min-w-\[760px\]{min-width:760px}.xl\:basis-\[40\%\]{flex-basis:40%}.xl\:basis-\[925px\]{flex-basis:925px}.xl\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.xl\:flex-row{flex-direction:row}.xl\:space-x-12>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(3rem * var(--tw-space-x-reverse));margin-left:calc(3rem * calc(1 - var(--tw-space-x-reverse)))}.xl\:space-x-16>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(4rem * var(--tw-space-x-reverse));margin-left:calc(4rem * calc(1 - var(--tw-space-x-reverse)))}.xl\:space-x-2>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(.5rem * var(--tw-space-x-reverse));margin-left:calc(.5rem * calc(1 - var(--tw-space-x-reverse)))}.xl\:space-x-6>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(1.5rem * var(--tw-space-x-reverse));margin-left:calc(1.5rem * calc(1 - var(--tw-space-x-reverse)))}.xl\:p-8{padding:2rem}.xl\:pl-32{padding-left:8rem}.xl\:pr-32{padding-right:8rem}}.rtl\:space-x-reverse:where([dir=rtl],[dir=rtl] *)>:not([hidden])~:not([hidden]){--tw-space-x-reverse:1}