@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100;0,9..40,200;0,9..40,300;0,9..40,400;0,9..40,500;0,9..40,600;0,9..40,700;0,9..40,800;0,9..40,900;0,9..40,1000;1,9..40,100;1,9..40,200;1,9..40,300;1,9..40,400;1,9..40,500;1,9..40,600;1,9..40,700;1,9..40,800;1,9..40,900;1,9..40,1000&display=swap");.container{width:100%}@media (min-width:320px){.container{max-width:320px}}@media (min-width:380px){.container{max-width:380px}}@media (min-width:480px){.container{max-width:480px}}@media (min-width:575px){.container{max-width:575px}}@media (min-width:640px){.container{max-width:640px}}@media (min-width:768px){.container{max-width:768px}}@media (min-width:991px){.container{max-width:991px}}@media (min-width:1024px){.container{max-width:1024px}}@media (min-width:1199px){.container{max-width:1199px}}@media (min-width:1280px){.container{max-width:1280px}}@media (min-width:1299px){.container{max-width:1299px}}@media (min-width:1536px){.container{max-width:1536px}}@media (min-width:1599px){.container{max-width:1599px}}@media (min-width:1699px){.container{max-width:1699px}}.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}.visible{visibility:visible}.absolute{position:absolute}.relative{position:relative}.inset-0{inset:0}.-right-0{right:0}.-top-11{top:-2.75rem}.bottom-2{bottom:.5rem}.left-2{left:.5rem}.left-full{left:100%}.top-0{top:0}.top-16{top:4rem}.z-0{z-index:0}.z-10{z-index:10}.z-20{z-index:20}.col-span-1{grid-column:span 1/span 1}.col-span-2{grid-column:span 2/span 2}.col-span-3{grid-column:span 3/span 3}.col-span-4{grid-column:span 4/span 4}.col-span-7{grid-column:span 7/span 7}.col-span-full{grid-column:1/-1}.mx-4{margin-left:1rem;margin-right:1rem}.mx-auto{margin-left:auto;margin-right:auto}.my-4{margin-top:1rem;margin-bottom:1rem}.my-auto{margin-top:auto;margin-bottom:auto}.mb-0\.5{margin-bottom:.125rem}.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mb-4{margin-bottom:1rem}.mb-5{margin-bottom:1.25rem}.mb-6{margin-bottom:1.5rem}.ml-1\.5{margin-left:.375rem}.ml-2{margin-left:.5rem}.mr-1{margin-right:.25rem}.mr-3{margin-right:.75rem}.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-5{margin-top:1.25rem}.mt-6{margin-top:1.5rem}.block{display:block}.inline-block{display:inline-block}.inline{display:inline}.flex{display:flex}.table{display:table}.grid{display:grid}.hidden{display:none}.h-0\.5{height:.125rem}.h-10{height:2.5rem}.h-12{height:3rem}.h-14{height:3.5rem}.h-16{height:4rem}.h-4{height:1rem}.h-5{height:1.25rem}.h-52{height:13rem}.h-60{height:15rem}.h-72{height:18rem}.h-8{height:2rem}.h-\[1px\]{height:1px}.h-\[22px\]{height:22px}.h-\[42px\]{height:42px}.h-\[64px\]{height:64px}.h-\[70px\]{height:70px}.h-fit{height:-moz-fit-content;height:fit-content}.h-full{height:100%}.h-screen{height:100vh}.min-h-\[400px\]{min-height:400px}.min-h-screen{min-height:100vh}.w-1\/2{width:50%}.w-1\/3{width:33.333333%}.w-1\/4{width:25%}.w-1\/6{width:16.666667%}.w-10{width:2.5rem}.w-12{width:3rem}.w-24{width:6rem}.w-28{width:7rem}.w-32{width:8rem}.w-4{width:1rem}.w-40{width:10rem}.w-48{width:12rem}.w-5{width:1.25rem}.w-56{width:14rem}.w-60{width:15rem}.w-72{width:18rem}.w-8{width:2rem}.w-\[22px\]{width:22px}.w-\[260px\]{width:260px}.w-\[280px\]{width:280px}.w-\[320px\]{width:320px}.w-\[42px\]{width:42px}.w-\[64px\]{width:64px}.w-\[70px\]{width:70px}.w-\[80px\]{width:80px}.w-full{width:100%}.min-w-full{min-width:100%}.max-w-sm{max-width:24rem}.max-w-xs{max-width:20rem}.flex-1{flex:1 1 0%}.flex-auto{flex:1 1 auto}.flex-grow{flex-grow:1}.rotate-45{--tw-rotate:45deg;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))}.cursor-pointer{cursor:pointer}.select-none{-webkit-user-select:none;-moz-user-select:none;user-select:none}.list-disc{list-style-type:disc}.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-6{grid-template-columns:repeat(6,minmax(0,1fr))}.flex-row{flex-direction:row}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.items-center{align-items:center}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-around{justify-content:space-around}.justify-evenly{justify-content:space-evenly}.gap-0{gap:0}.gap-1{gap:.25rem}.gap-10{gap:2.5rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.gap-x-2{-moz-column-gap:.5rem;column-gap:.5rem}.gap-x-3{-moz-column-gap:.75rem;column-gap:.75rem}.gap-x-4{-moz-column-gap:1rem;column-gap:1rem}.gap-x-6{-moz-column-gap:1.5rem;column-gap:1.5rem}.gap-x-8{-moz-column-gap:2rem;column-gap:2rem}.gap-x-\[10px\]{-moz-column-gap:10px;column-gap:10px}.gap-y-1{row-gap:.25rem}.gap-y-2{row-gap:.5rem}.gap-y-3{row-gap:.75rem}.gap-y-4{row-gap:1rem}.gap-y-6{row-gap:1.5rem}.gap-y-8{row-gap:2rem}.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-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-6>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.5rem * var(--tw-space-y-reverse))}.space-y-8>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(2rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(2rem * var(--tw-space-y-reverse))}.overflow-hidden{overflow:hidden}.overflow-y-auto{overflow-y:auto}.whitespace-nowrap{white-space:nowrap}.text-wrap{text-wrap:wrap}.rounded{border-radius:.25rem}.rounded-2xl{border-radius:1rem}.rounded-\[120px_0_0_120px\]{border-radius:120px 0 0 120px}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:.5rem}.rounded-md{border-radius:.375rem}.rounded-none{border-radius:0}.rounded-sm{border-radius:.125rem}.rounded-t-2xl{border-top-left-radius:1rem;border-top-right-radius:1rem}.border{border-width:1px}.border-0{border-width:0}.border-2{border-width:2px}.border-4{border-width:4px}.border-solid{border-style:solid}.border-dashed{border-style:dashed}.border-none{border-style:none}.border-\[\#999999\]{--tw-border-opacity:1;border-color:rgb(153 153 153/var(--tw-border-opacity,1))}.border-\[\#D9D9D980\]{border-color:#D9D9D980}.border-\[\#D9D9D9\]{--tw-border-opacity:1;border-color:rgb(217 217 217/var(--tw-border-opacity,1))}.border-\[\#f1f0f0\]{--tw-border-opacity:1;border-color:rgb(241 240 240/var(--tw-border-opacity,1))}.border-red-500{--tw-border-opacity:1;border-color:rgb(239 68 68/var(--tw-border-opacity,1))}.border-slate-100{--tw-border-opacity:1;border-color:rgb(241 245 249/var(--tw-border-opacity,1))}.border-white{--tw-border-opacity:1;border-color:rgb(255 255 255/var(--tw-border-opacity,1))}.border-opacity-10{--tw-border-opacity:0.1}.bg-\[\#0CAF4D\]{--tw-bg-opacity:1;background-color:rgb(12 175 77/var(--tw-bg-opacity,1))}.bg-\[\#D61355\]{--tw-bg-opacity:1;background-color:rgb(214 19 85/var(--tw-bg-opacity,1))}.bg-\[\#D6E8CE\]{--tw-bg-opacity:1;background-color:rgb(214 232 206/var(--tw-bg-opacity,1))}.bg-\[\#D9D9D9\]{--tw-bg-opacity:1;background-color:rgb(217 217 217/var(--tw-bg-opacity,1))}.bg-\[\#EDF5FF\]{--tw-bg-opacity:1;background-color:rgb(237 245 255/var(--tw-bg-opacity,1))}.bg-\[\#F0F0F0\]{--tw-bg-opacity:1;background-color:rgb(240 240 240/var(--tw-bg-opacity,1))}.bg-\[\#F2E4CE\]{--tw-bg-opacity:1;background-color:rgb(242 228 206/var(--tw-bg-opacity,1))}.bg-\[\#F7CECE\]{--tw-bg-opacity:1;background-color:rgb(247 206 206/var(--tw-bg-opacity,1))}.bg-\[\#FAFAFA\]{--tw-bg-opacity:1;background-color:rgb(250 250 250/var(--tw-bg-opacity,1))}.bg-black\/10{background-color:rgb(0 0 0/.1)}.bg-blue-tag{--tw-bg-opacity:1;background-color:rgb(237 245 255/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-green-100{--tw-bg-opacity:1;background-color:rgb(220 252 231/var(--tw-bg-opacity,1))}.bg-green-tag{--tw-bg-opacity:1;background-color:rgb(214 232 206/var(--tw-bg-opacity,1))}.bg-grey-tag{--tw-bg-opacity:1;background-color:rgb(217 217 217/var(--tw-bg-opacity,1))}.bg-orange-tag{--tw-bg-opacity:1;background-color:rgb(242 228 206/var(--tw-bg-opacity,1))}.bg-primary-transparent{--tw-bg-opacity:1;background-color:rgb(226 243 255/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-tag{--tw-bg-opacity:1;background-color:rgb(247 206 206/var(--tw-bg-opacity,1))}.bg-slate-100{--tw-bg-opacity:1;background-color:rgb(241 245 249/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-yellow-100{--tw-bg-opacity:1;background-color:rgb(254 249 195/var(--tw-bg-opacity,1))}.object-cover{-o-object-fit:cover;object-fit:cover}.p-0{padding:0}.p-1{padding:.25rem}.p-2{padding:.5rem}.p-4{padding:1rem}.p-6{padding:1.5rem}.p-\[2px\]{padding:2px}.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-6{padding-left:1.5rem;padding-right:1.5rem}.px-8{padding-left:2rem;padding-right:2rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-6{padding-top:1.5rem;padding-bottom:1.5rem}.py-8{padding-top:2rem;padding-bottom:2rem}.pb-2{padding-bottom:.5rem}.pb-4{padding-bottom:1rem}.pb-8{padding-bottom:2rem}.pl-12{padding-left:3rem}.pl-16{padding-left:4rem}.pl-2{padding-left:.5rem}.pl-3{padding-left:.75rem}.pl-8{padding-left:2rem}.pt-2{padding-top:.5rem}.pt-6{padding-top:1.5rem}.text-center{text-align:center}.text-2xl{font-size:1.5rem;line-height:2rem}.text-3xl{font-size:1.875rem;line-height:2.25rem}.text-7xl{font-size:4.5rem;line-height:1}.text-\[12px\]{font-size:12px}.text-\[15px\]{font-size:15px}.text-\[16px\]{font-size:16px}.text-\[22px\]{font-size:22px}.text-base{font-size:1rem;line-height:1.5rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-xs{font-size:.75rem;line-height:1rem}.font-bold{font-weight:700}.font-extrabold{font-weight:800}.font-medium{font-weight:500}.font-normal{font-weight:400}.font-semibold{font-weight:600}.uppercase{text-transform:uppercase}.leading-3{line-height:.75rem}.tracking-wider{letter-spacing:.05em}.tracking-widest{letter-spacing:.1em}.text-\[\#999999\]{--tw-text-opacity:1;color:rgb(153 153 153/var(--tw-text-opacity,1))}.text-\[\#D61355\]{--tw-text-opacity:1;color:rgb(214 19 85/var(--tw-text-opacity,1))}.text-\[\#F3761B\]{--tw-text-opacity:1;color:rgb(243 118 27/var(--tw-text-opacity,1))}.text-black{--tw-text-opacity:1;color:rgb(0 0 0/var(--tw-text-opacity,1))}.text-blue-300{--tw-text-opacity:1;color:rgb(147 197 253/var(--tw-text-opacity,1))}.text-blue-950{--tw-text-opacity:1;color:rgb(23 37 84/var(--tw-text-opacity,1))}.text-blue-tag-txt{--tw-text-opacity:1;color:rgb(23 83 153/var(--tw-text-opacity,1))}.text-gray-500{--tw-text-opacity:1;color:rgb(107 114 128/var(--tw-text-opacity,1))}.text-gray-700{--tw-text-opacity:1;color:rgb(55 65 81/var(--tw-text-opacity,1))}.text-gray-800{--tw-text-opacity:1;color:rgb(31 41 55/var(--tw-text-opacity,1))}.text-green-800{--tw-text-opacity:1;color:rgb(22 101 52/var(--tw-text-opacity,1))}.text-green-tag-txt{--tw-text-opacity:1;color:rgb(12 175 77/var(--tw-text-opacity,1))}.text-grey-tag-txt{--tw-text-opacity:1;color:rgb(153 153 153/var(--tw-text-opacity,1))}.text-orange-tag-txt{--tw-text-opacity:1;color:rgb(243 118 27/var(--tw-text-opacity,1))}.text-primary{--tw-text-opacity:1;color:rgb(23 83 153/var(--tw-text-opacity,1))}.text-red-600{--tw-text-opacity:1;color:rgb(220 38 38/var(--tw-text-opacity,1))}.text-red-800{--tw-text-opacity:1;color:rgb(153 27 27/var(--tw-text-opacity,1))}.text-red-tag-txt{--tw-text-opacity:1;color:rgb(214 19 85/var(--tw-text-opacity,1))}.text-slate-400{--tw-text-opacity:1;color:rgb(148 163 184/var(--tw-text-opacity,1))}.text-slate-700{--tw-text-opacity:1;color:rgb(51 65 85/var(--tw-text-opacity,1))}.text-white{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.text-yellow-800{--tw-text-opacity:1;color:rgb(133 77 14/var(--tw-text-opacity,1))}.opacity-80{opacity:.8}.shadow{--tw-shadow:0 1px 3px 0 rgb(0 0 0/0.1),0 1px 2px -1px rgb(0 0 0/0.1);--tw-shadow-colored:0 1px 3px 0 var(--tw-shadow-color),0 1px 2px -1px var(--tw-shadow-color)}.shadow,.shadow-\[0_4px_4px_0_rgba\(0\2c 0\2c 0\2c 0\.05\)\]{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-\[0_4px_4px_0_rgba\(0\2c 0\2c 0\2c 0\.05\)\]{--tw-shadow:0 4px 4px 0 rgba(0,0,0,0.05);--tw-shadow-colored:0 4px 4px 0 var(--tw-shadow-color)}.shadow-md{--tw-shadow:0 4px 6px -1px rgb(0 0 0/0.1),0 2px 4px -2px rgb(0 0 0/0.1);--tw-shadow-colored:0 4px 6px -1px var(--tw-shadow-color),0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.outline-none{outline:2px solid transparent;outline-offset:2px}.outline{outline-style:solid}.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-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.duration-300{transition-duration:.3s}*,:after,:before{margin:0;padding:0;box-sizing:border-box}*{font-family:DM Sans,sans-serif}aside{scrollbar-width:thin;scrollbar-color:transparent transparent}aside::-webkit-scrollbar{width:0}aside:hover::-webkit-scrollbar{width:.25rem}aside:hover::-webkit-scrollbar-thumb{border-radius:.25rem;--tw-bg-opacity:1;background-color:rgb(23 83 153/var(--tw-bg-opacity,1))}aside:hover{scrollbar-color:rgba(0,0,0,.5) transparent}::-webkit-scrollbar{height:.375rem;width:.375rem}::-webkit-scrollbar-thumb{border-radius:.25rem;--tw-bg-opacity:1;background-color:rgb(23 83 153/var(--tw-bg-opacity,1))}.ant-menu-light.ant-menu-root.ant-menu-inline,.ant-menu-light.ant-menu-root.ant-menu-vertical,.ant-menu-light>.ant-menu.ant-menu-root.ant-menu-inline,.ant-menu-light>.ant-menu.ant-menu-root.ant-menu-vertical{border-inline-end:none!important}.ant-menu-light.ant-menu-inline .ant-menu-sub.ant-menu-inline{border-radius:.25rem;--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1))}.ant-menu-item-group-title{padding-bottom:0!important}.ant-menu-inline .ant-menu-item,.ant-menu-inline .ant-menu-submenu-title,.ant-menu-vertical .ant-menu-item,.ant-menu-vertical .ant-menu-submenu-title{margin-block:1px!important}.ant-popover-content{border-radius:.25rem!important}.ant-popover-inner[role=tooltip]{padding:.25rem!important}.ant-picker-range .ant-picker-input>input{text-align:center!important}.ant-drawer-body,.custom-form-item.ant-form-item .ant-form-item-label{padding:0!important}@media (max-width:768px){.ant-picker-panels{flex-direction:column}}.ant-radio-button-wrapper,.ant-radio-button-wrapper-checked,.ant-radio-button-wrapper:hover{border-radius:4px}.custom-tabs .ant-tabs-tab{color:#999999}.custom-tabs .ant-tabs-nav:before{border:none}.custom-tabs .ant-tabs-tab-active .reject-tab,.custom-tabs .ant-tabs-tab-active .reject-tab svg{color:#d61355!important}.custom-tabs .ant-tabs-tab:nth-child(2).ant-tabs-tab-active~.ant-tabs-ink-bar{background-color:#d61355!important}.btn .custom-button-cancle{background-color:"#F2E4CE"!important;color:"#D61355"!important}.hover\:bg-blue-50:hover{--tw-bg-opacity:1;background-color:rgb(239 246 255/var(--tw-bg-opacity,1))}.hover\:bg-slate-100:hover{--tw-bg-opacity:1;background-color:rgb(241 245 249/var(--tw-bg-opacity,1))}.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.focus\:ring-2:focus{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.focus\:ring-red-tag-txt:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(214 19 85/var(--tw-ring-opacity,1))}@media (min-width:640px){.sm\:w-56{width:14rem}.sm\:w-64{width:16rem}.sm\:w-auto{width:auto}.sm\:flex-row{flex-direction:row}.sm\:flex-col{flex-direction:column}.sm\:items-center{align-items:center}.sm\:justify-between{justify-content:space-between}}@media (min-width:768px){.md\:-top-8{top:-2rem}.md\:col-span-1{grid-column:span 1/span 1}.md\:col-span-7{grid-column:span 7/span 7}.md\:block{display:block}.md\:flex{display:flex}.md\:hidden{display:none}.md\:h-72{height:18rem}.md\:w-1\/2{width:50%}.md\:w-28{width:7rem}.md\:w-32{width:8rem}.md\:w-48{width:12rem}.md\:w-64{width:16rem}.md\:w-72{width:18rem}.md\:w-96{width:24rem}.md\:w-auto{width:auto}.md\:grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.md\:grid-cols-9{grid-template-columns:repeat(9,minmax(0,1fr))}.md\:flex-row{flex-direction:row}.md\:items-center{align-items:center}.md\:justify-end{justify-content:flex-end}.md\:justify-between{justify-content:space-between}.md\:gap-2{gap:.5rem}.md\:pl-20{padding-left:5rem}.md\:text-\[17px\]{font-size:17px}.md\:text-base{font-size:1rem;line-height:1.5rem}.min-md\:col-span-2{grid-column:span 2/span 2}.min-md\:col-span-3{grid-column:span 3/span 3}.min-md\:flex{display:flex}.min-md\:hidden{display:none}.min-md\:grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}.min-md\:flex-row{flex-direction:row}.min-md\:flex-col{flex-direction:column}.min-md\:items-center{align-items:center}.min-md\:justify-center{justify-content:center}.min-md\:justify-between{justify-content:space-between}.min-md\:rounded-l-3xl{border-top-left-radius:1.5rem;border-bottom-left-radius:1.5rem}.min-md\:px-0{padding-left:0;padding-right:0}}@media (min-width:991px){.min-lg\:-bottom-72{bottom:-18rem}.min-lg\:-bottom-96{bottom:-24rem}.min-lg\:-left-72{left:-18rem}.min-lg\:-left-96{left:-24rem}.min-lg\:block{display:block}.min-lg\:flex-row{flex-direction:row}.min-lg\:gap-0{gap:0}}@media (min-width:1024px){.lg\:h-\[732px\]{height:732px}.lg\:w-1\/2{width:50%}.lg\:w-24{width:6rem}.lg\:w-28{width:7rem}.lg\:w-48{width:12rem}.lg\:w-\[47\%\]{width:47%}.lg\:w-\[50\%\]{width:50%}.lg\:w-\[53\%\]{width:53%}.lg\:w-full{width:100%}.lg\:grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.lg\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.lg\:flex-row{flex-direction:row}.lg\:flex-col{flex-direction:column}.lg\:rounded-\[240px_0_0_240px\]{border-radius:240px 0 0 240px}.lg\:pl-20{padding-left:5rem}.lg\:text-white{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}}@media (min-width:1199px){.min-xl\:left-24{left:6rem}.min-xl\:block{display:block}.min-xl\:justify-evenly{justify-content:space-evenly}.min-xl\:pt-4{padding-top:1rem}}@media (min-width:1280px){.xl\:col-span-3{grid-column:span 3/span 3}.xl\:h-\[512px\]{height:512px}.xl\:w-1\/3{width:33.333333%}.xl\:w-1\/4{width:25%}.xl\:w-2\/3{width:66.666667%}.xl\:w-2\/5{width:40%}.xl\:w-32{width:8rem}.xl\:w-48{width:12rem}.xl\:w-72{width:18rem}.xl\:w-auto{width:auto}.xl\:w-full{width:100%}.xl\:grid-cols-10{grid-template-columns:repeat(10,minmax(0,1fr))}.xl\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.xl\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.xl\:grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}.xl\:flex-row{flex-direction:row}.xl\:items-center{align-items:center}.xl\:justify-between{justify-content:space-between}.xl\:gap-x-4{-moz-column-gap:1rem;column-gap:1rem}.xl\:gap-x-6{-moz-column-gap:1.5rem;column-gap:1.5rem}}@media (min-width:1299px){.min-2xl\:-bottom-56{bottom:-14rem}.min-2xl\:-bottom-80{bottom:-20rem}.min-2xl\:-left-56{left:-14rem}.min-2xl\:-left-80{left:-20rem}}@media (min-width:1536px){.\32xl\:max-h-\[520px\]{max-height:520px}.\32xl\:text-lg{font-size:1.125rem;line-height:1.75rem}}@media (min-width:1599px){.min-3xl\:left-32{left:8rem}.min-3xl\:top-0{top:0}.min-3xl\:col-span-3{grid-column:span 3/span 3}.min-3xl\:col-span-6{grid-column:span 6/span 6}.min-3xl\:grid-cols-9{grid-template-columns:repeat(9,minmax(0,1fr))}.min-3xl\:justify-between{justify-content:space-between}.min-3xl\:pt-24{padding-top:6rem}}