@font-face{font-family:MMCOFFICE;src:url(/fonts/MMCOFFICE-Regular.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:MMCOFFICE;src:url(/fonts/MMCOFFICE-Medium.ttf) format("truetype");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:MMCOFFICE;src:url(/fonts/MMCOFFICE-Bold.ttf) format("truetype");font-weight:700;font-style:normal;font-display:swap}.registration-page{font-family:MMCOFFICE,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;background-color:#000;color:#fff;min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:20px;position:relative;overflow-x:hidden}@media (max-width: 480px){.registration-page{padding:30px 15px 15px;justify-content:flex-start}}.registration-page:before{content:"";position:absolute;bottom:0;left:0;right:0;height:50%;background:repeating-linear-gradient(45deg,#1a1a1a,#1a1a1a 10px,#0f0f0f 10px,#0f0f0f 20px);opacity:.3;z-index:0}.registration-container{width:100%;max-width:500px;position:relative;z-index:1}@media (max-width: 480px){.registration-container{max-width:100%}}.logo-section{text-align:center;margin-bottom:40px;display:flex;justify-content:center;align-items:center}@media (max-width: 480px){.logo-section{margin-bottom:30px}}.logo-image{max-width:200px;width:auto;height:auto;display:block;margin:0 auto}@media (max-width: 480px){.logo-image{max-width:150px}}@media (max-width: 360px){.logo-image{max-width:120px}}.form-container{background:transparent;padding:0 31px}@media (max-width: 480px){.form-container{padding:0 24px}}.form-group{margin-bottom:12px}.form-group label{display:block;margin-bottom:8px;font-size:14px;font-weight:400;color:#fff}.form-group input,.form-group select{width:100%;padding:7px 16px;background-color:#fff;border:1px solid #333333;border-radius:4px;font-size:14px;font-family:MMCOFFICE,sans-serif;color:#000;transition:border-color .3s ease;-webkit-appearance:none;-moz-appearance:none;appearance:none}.form-group input::-moz-placeholder{color:#999;opacity:1}.form-group input::placeholder{color:#999;opacity:1}@media (max-width: 480px){.form-group input,.form-group select{padding:9px 16px;font-size:16px}}.form-group input:focus,.form-group select:focus{outline:none;border-color:#e60012}.form-group select{cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23000000' d='M6 9L1 4h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 16px center;padding-right:40px}.phone-input-wrapper{position:relative;display:flex;align-items:center;width:100%;background-color:#fff;border:1px solid #333333;border-radius:4px;overflow:hidden}.country-code-prefix{flex-shrink:0;padding:12px 8px 12px 16px;font-size:14px;font-family:MMCOFFICE,sans-serif;color:#000;background-color:transparent}.phone-number-input{flex:1;min-width:0;padding:12px 16px;border:none;background-color:transparent;font-size:14px;font-family:MMCOFFICE,sans-serif;color:#000;outline:none;width:100%}.phone-number-input::-moz-placeholder{color:#999;opacity:1}.phone-number-input::placeholder{color:#999;opacity:1}.phone-input-wrapper:focus-within{border-color:#e60012}@media (max-width: 480px){.country-code-prefix{padding:14px 10px 14px 14px;font-size:14px}.phone-number-input{padding:14px 16px;font-size:16px}}.consent-group{margin:30px 0;display:flex;align-items:flex-start;gap:12px}.consent-group input[type=checkbox]{width:20px;height:20px;min-width:20px;margin-top:2px;cursor:pointer;accent-color:#e60012}.consent-group label{font-family:MMCOFFICE,sans-serif;font-size:11px;font-weight:400;line-height:1.4;color:#fff;cursor:pointer;display:block;max-height:5.6em;overflow:hidden}@media (max-width: 480px){.consent-group{margin:25px 0;gap:10px}.consent-group input[type=checkbox]{width:22px;height:22px;min-width:22px;flex-shrink:0}.consent-group label{font-size:10px;line-height:1.3;max-height:5.2em}}@media (max-width: 360px){.consent-group label{font-size:9px;line-height:1.3}}.consent-group a{color:#fff;text-decoration:underline;font-weight:500}.consent-group a:hover{color:#e60012}.submit-container{text-align:center;margin-top:30px}.submit-btn{background-color:#e60012;color:#fff;border:none;padding:16px 48px;font-size:14px;font-weight:400;text-transform:uppercase;letter-spacing:1px;border-radius:4px;cursor:pointer;transition:background-color .3s ease,transform .2s ease;font-family:MMCOFFICE,sans-serif;width:100%;max-width:300px;min-height:48px}@media (max-width: 480px){.submit-btn{padding:16px 32px;font-size:13px;max-width:100%;width:100%}}.submit-btn:hover{background-color:#cc0010;transform:translateY(-2px)}.submit-btn:active{transform:translateY(0)}.submit-btn:disabled{background-color:#666;cursor:not-allowed;transform:none}.message{margin-top:20px;padding:12px 16px;border-radius:4px;text-align:center;font-size:14px;display:none}.message.success{background-color:#1a5f1a;color:#fff;display:block}.message.error{background-color:#5f1a1a;color:#fff;display:block}.spinner{display:none;border:2px solid #ffffff;border-top:2px solid transparent;border-radius:50%;width:16px;height:16px;animation:spin .8s linear infinite;margin:0 auto}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.submit-btn.loading .spinner{display:inline-block;margin-right:8px}@media (min-width: 481px) and (max-width: 768px){.registration-container{max-width:450px}.registration-page{padding:25px}}@media (min-width: 481px) and (max-width: 640px){.logo-section{margin-bottom:35px}}@media screen and (max-width: 480px){input[type=text],input[type=email],input[type=tel],select{font-size:16px!important}}@media (max-width: 768px) and (orientation: landscape){.registration-page{padding:20px 15px 15px;justify-content:flex-start}.logo-section{margin-bottom:25px}.logo-image{max-width:120px}}@media (hover: none) and (pointer: coarse){.submit-btn:hover{transform:none}.submit-btn:active{background-color:#b3000e;transform:scale(.98)}.form-group input:focus,.form-group select:focus{border-width:2px}}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .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: }*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{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,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{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}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}.visible{visibility:visible}.fixed{position:fixed}.relative{position:relative}.bottom-6{bottom:1.5rem}.right-6{right:1.5rem}.z-50{z-index:50}.mx-auto{margin-left:auto;margin-right:auto}.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-4{margin-top:1rem}.inline-block{display:inline-block}.flex{display:flex}.h-8{height:2rem}.h-full{height:100%}.min-h-screen{min-height:100vh}.w-8{width:2rem}.w-auto{width:auto}.w-full{width:100%}.max-w-md{max-width:28rem}.flex-1{flex:1 1 0%}.flex-shrink-0{flex-shrink:0}@keyframes spin{to{transform:rotate(360deg)}}.animate-spin{animation:spin 1s linear infinite}.cursor-not-allowed{cursor:not-allowed}.cursor-pointer{cursor:pointer}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.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))}.overflow-hidden{overflow:hidden}.overflow-y-auto{overflow-y:auto}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:.5rem}.border{border-width:1px}.border-2{border-width:2px}.border-b{border-bottom-width:1px}.border-b-2{border-bottom-width:2px}.border-blue-200{--tw-border-opacity: 1;border-color:rgb(191 219 254 / var(--tw-border-opacity, 1))}.border-blue-500{--tw-border-opacity: 1;border-color:rgb(59 130 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-green-500{--tw-border-opacity: 1;border-color:rgb(34 197 94 / var(--tw-border-opacity, 1))}.border-red-200{--tw-border-opacity: 1;border-color:rgb(254 202 202 / var(--tw-border-opacity, 1))}.border-yellow-500{--tw-border-opacity: 1;border-color:rgb(234 179 8 / var(--tw-border-opacity, 1))}.bg-black{--tw-bg-opacity: 1;background-color:rgb(0 0 0 / var(--tw-bg-opacity, 1))}.bg-blue-50{--tw-bg-opacity: 1;background-color:rgb(239 246 255 / var(--tw-bg-opacity, 1))}.bg-gray-400{--tw-bg-opacity: 1;background-color:rgb(156 163 175 / var(--tw-bg-opacity, 1))}.bg-gray-50{--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1))}.bg-red-50{--tw-bg-opacity: 1;background-color:rgb(254 242 242 / var(--tw-bg-opacity, 1))}.bg-red-500{--tw-bg-opacity: 1;background-color:rgb(239 68 68 / var(--tw-bg-opacity, 1))}.bg-red-600{--tw-bg-opacity: 1;background-color:rgb(220 38 38 / var(--tw-bg-opacity, 1))}.bg-white{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.object-contain{-o-object-fit:contain;object-fit:contain}.p-3{padding:.75rem}.p-4{padding:1rem}.p-6{padding:1.5rem}.px-4{padding-left:1rem;padding-right:1rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.pb-24{padding-bottom:6rem}.text-center{text-align:center}.text-2xl{font-size:1.5rem;line-height:2rem}.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-xs{font-size:.75rem;line-height:1rem}.font-bold{font-weight:700}.font-semibold{font-weight:600}.text-blue-800{--tw-text-opacity: 1;color:rgb(30 64 175 / var(--tw-text-opacity, 1))}.text-gray-200{--tw-text-opacity: 1;color:rgb(229 231 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-green-500{--tw-text-opacity: 1;color:rgb(34 197 94 / var(--tw-text-opacity, 1))}.text-green-800{--tw-text-opacity: 1;color:rgb(22 101 52 / var(--tw-text-opacity, 1))}.text-red-500{--tw-text-opacity: 1;color:rgb(239 68 68 / var(--tw-text-opacity, 1))}.text-red-600{--tw-text-opacity: 1;color:rgb(220 38 38 / var(--tw-text-opacity, 1))}.text-red-700{--tw-text-opacity: 1;color:rgb(185 28 28 / var(--tw-text-opacity, 1))}.text-white{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.text-yellow-500{--tw-text-opacity: 1;color:rgb(234 179 8 / var(--tw-text-opacity, 1))}.text-yellow-800{--tw-text-opacity: 1;color:rgb(133 77 14 / var(--tw-text-opacity, 1))}.shadow-lg{--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-md{--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(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)}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.duration-200{transition-duration:.2s}*{margin:0;padding:0;box-sizing:border-box}html,body{margin:0!important;padding:0!important;width:100%;height:100%}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f5f5f5;overflow-x:hidden}#root{min-height:100vh;margin:0!important;padding:0!important;width:100%}.PhoneInput{width:100%;display:flex;align-items:center;border:1px solid #d1d5db;border-radius:.5rem;background-color:#fff;transition:all .2s}.PhoneInput .PhoneInputCountry,.PhoneInput .PhoneInputCountry *,.PhoneInput .PhoneInputCountryIcon,.PhoneInput .PhoneInputCountryIcon *,.PhoneInput .PhoneInputCountrySelect,.PhoneInput .PhoneInputCountrySelect *{border:none!important;outline:none!important;box-shadow:none!important}.PhoneInput:focus-within{border-color:transparent;box-shadow:0 0 0 2px #00a54f;outline:none}.PhoneInputInput{flex:1;border:none!important;outline:none!important;padding:.375rem .75rem;font-size:.875rem;background:transparent;box-shadow:none!important}.PhoneInputInput:focus{border:none!important;box-shadow:none!important;outline:none!important}.PhoneInputInput:disabled{background-color:transparent;color:#6b7280;cursor:not-allowed}.PhoneInputCountry{display:flex;align-items:center;margin-left:.5rem;margin-right:.25rem;border:none!important;background:transparent!important;padding:0!important;position:relative;min-width:-moz-fit-content;min-width:fit-content}.PhoneInputCountry:after{content:"▼";font-size:.5rem;color:#6b7280;margin-left:.25rem;pointer-events:none;line-height:1;display:flex;align-items:center;z-index:2}.PhoneInputCountryIcon{width:1.25rem;height:1.25rem;border-radius:.25rem;margin-right:.25rem;border:none!important;box-shadow:none!important;outline:none!important}.PhoneInputCountrySelect{padding:.25rem .5rem;font-size:.875rem;border:none!important;background-color:transparent!important;background:transparent!important;cursor:pointer;outline:none!important;box-shadow:none!important;appearance:none;-webkit-appearance:none;-moz-appearance:none;margin:0!important}.PhoneInputCountryIcon img,.PhoneInputCountryIcon svg{border:none!important;outline:none!important;box-shadow:none!important;display:block}.PhoneInputCountrySelect:focus{border:none!important;box-shadow:none!important;outline:none!important;background:transparent!important}.PhoneInputCountrySelect:hover,.PhoneInputCountrySelect:active{background:transparent!important}.PhoneInputCountrySelectArrow{opacity:.5;margin-left:.25rem}.PhoneInputCountryIconImg,.PhoneInputCountryIcon--border,.PhoneInputCountryIcon--border .PhoneInputCountryIconImg{border:none!important;outline:none!important;box-shadow:none!important}.PhoneInputCountry>*{border:none!important;outline:none!important}.PhoneInputCountry button,.PhoneInputCountry select{border:none!important;outline:none!important;box-shadow:none!important;background:transparent!important}.phone-input-error .PhoneInput{border-color:#ef4444!important}.phone-input-error .PhoneInput:focus-within{border-color:#ef4444!important;box-shadow:0 0 0 2px #ef444433!important}.phone-input-disabled .PhoneInput{background-color:#f3f4f6;border-color:#d1d5db}.phone-input-disabled .PhoneInputInput,.phone-input-disabled .PhoneInputCountrySelect{background-color:transparent;color:#6b7280;cursor:not-allowed}.hover\:border-red-600:hover{--tw-border-opacity: 1;border-color:rgb(220 38 38 / var(--tw-border-opacity, 1))}.hover\:bg-green-50:hover{--tw-bg-opacity: 1;background-color:rgb(240 253 244 / var(--tw-bg-opacity, 1))}.hover\:bg-red-600:hover{--tw-bg-opacity: 1;background-color:rgb(220 38 38 / var(--tw-bg-opacity, 1))}.hover\:bg-red-700:hover{--tw-bg-opacity: 1;background-color:rgb(185 28 28 / var(--tw-bg-opacity, 1))}.hover\:text-gray-800:hover{--tw-text-opacity: 1;color:rgb(31 41 55 / var(--tw-text-opacity, 1))}.hover\:shadow-xl:hover{--tw-shadow: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);--tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}
