/*! tailwindcss v4.1.15 | MIT License | https://tailwindcss.com */
@layer properties{@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-border-style:solid;--tw-leading:initial;--tw-font-weight:initial;--tw-shadow:0 0 #0000;--tw-shadow-color:initial;--tw-shadow-alpha:100%;--tw-inset-shadow:0 0 #0000;--tw-inset-shadow-color:initial;--tw-inset-shadow-alpha:100%;--tw-ring-color:initial;--tw-ring-shadow:0 0 #0000;--tw-inset-ring-color:initial;--tw-inset-ring-shadow:0 0 #0000;--tw-ring-inset:initial;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-offset-shadow:0 0 #0000}}}@layer theme{:root,:host{--color-black:#333;--color-white:#fff;--spacing:.25rem;--font-weight-medium:500;--font-weight-bold:700;--color-black2:#585858;--color-blue2:#007aff;--color-gray2:#999;--color-red:#ee4531;--color-red6:#f43830;--color-red7:#ffc1b9;--color-red8:#bd3828;--color-yellow:#fff7d9;--color-yellow2:#ffe930;--color-yellow3:#fff6db80}}@layer base,components;@layer utilities{.relative{position:relative}.sticky{position:sticky}.bottom-0{bottom:calc(var(--spacing)*0)}.\!z-10000{z-index:10000!important}.z-9999{z-index:9999}.\!m-0{margin:calc(var(--spacing)*0)!important}.m-0{margin:calc(var(--spacing)*0)}.mx-auto{margin-inline:auto}.mt-\[8px\]{margin-top:8px}.mt-\[12px\]{margin-top:12px}.mt-\[40px\]{margin-top:40px}.mb-\[4px\]{margin-bottom:4px}.mb-\[5px\]{margin-bottom:5px}.mb-\[8px\]{margin-bottom:8px}.mb-\[12px\]{margin-bottom:12px}.mb-\[24px\]{margin-bottom:24px}.mb-\[50px\]{margin-bottom:50px}.mb-\[80px\]{margin-bottom:80px}.box-border{box-sizing:border-box}.block{display:block}.flex{display:flex}.hidden{display:none}.table{display:table}.w-full{width:100%}.max-w-\[820px\]{max-width:820px}.shrink-0{flex-shrink:0}.items-center{align-items:center}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.overflow-hidden{overflow:hidden}.rounded-\[8px\]{border-radius:8px}.rounded-\[100px\]{border-radius:100px}.border-1{border-style:var(--tw-border-style);border-width:1px}.border-black{border-color:var(--color-black)}.bg-red{background-color:var(--color-red)}.bg-white{background-color:var(--color-white)}.bg-yellow{background-color:var(--color-yellow)}.bg-yellow2{background-color:var(--color-yellow2)}.bg-yellow3{background-color:var(--color-yellow3)}.px-\[12px\]{padding-inline:12px}.px-\[20px\]{padding-inline:20px}.px-\[24px\]{padding-inline:24px}.px-\[38px\]{padding-inline:38px}.py-\[12px\]{padding-block:12px}.py-\[16px\]{padding-block:16px}.text-center{text-align:center}.text-\[10px\]{font-size:10px}.text-\[12px\]{font-size:12px}.text-\[14px\]{font-size:14px}.text-\[18px\]{font-size:18px}.text-\[24px\]{font-size:24px}.leading-none{--tw-leading:1;line-height:1}.font-bold{--tw-font-weight:var(--font-weight-bold);font-weight:var(--font-weight-bold)}.font-medium{--tw-font-weight:var(--font-weight-medium);font-weight:var(--font-weight-medium)}.\!text-blue2{color:var(--color-blue2)!important}.\!text-white{color:var(--color-white)!important}.text-black2{color:var(--color-black2)}.text-red6{color:var(--color-red6)}.no-underline{text-decoration-line:none}.\!shadow-\[unset\]{--tw-shadow:unset!important;box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)!important}.shadow-black{--tw-shadow-color:#333}@supports (color:color-mix(in lab, red, red)){.shadow-black{--tw-shadow-color:color-mix(in oklab,var(--color-black)var(--tw-shadow-alpha),transparent)}}.placeholder\:text-gray2::placeholder{color:var(--color-gray2)}.focus\:outline-none:focus{--tw-outline-style:none;outline-style:none}@media (min-width:750px){.w-750\:flex{display:flex}.w-750\:text-\[14px\]{font-size:14px}.w-750\:text-\[20px\]{font-size:20px}}}.modal{z-index:1000;background:#00000080;justify-content:center;align-items:center;position:fixed;inset:0}.modal-content{background:#fff;border-radius:20px;width:287px;padding:24px 20px 36px;animation:.3s ease-out modalSlideIn;position:relative;box-shadow:0 0 12px #00000040}.modal-content:before{content:"";-webkit-mask-composite:xor;pointer-events:none;-webkit-mask-composite:xor;-webkit-mask-source-type:auto,auto;background:linear-gradient(90deg,#ffe45c 0%,#ff7c82 100%);border-radius:20px;padding:4px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);-webkit-mask-position:0 0,0 0;-webkit-mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.modal-close-btn{opacity:.7;color:#fff;cursor:pointer;background:#000;border:none;border-radius:37.26px;justify-content:center;align-items:center;width:45px;height:45px;font-size:24px;display:flex;position:absolute;bottom:-65px;left:50%;transform:translate(-50%)}@keyframes modal-slide-in{0%{opacity:0;transform:translateY(-50px)}to{opacity:1;transform:translateY(0)}}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-leading{syntax:"*";inherits:false}@property --tw-font-weight{syntax:"*";inherits:false}@property --tw-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-shadow-color{syntax:"*";inherits:false}@property --tw-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-inset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-shadow-color{syntax:"*";inherits:false}@property --tw-inset-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-ring-color{syntax:"*";inherits:false}@property --tw-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-ring-color{syntax:"*";inherits:false}@property --tw-inset-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-ring-inset{syntax:"*";inherits:false}@property --tw-ring-offset-width{syntax:"<length>";inherits:false;initial-value:0}@property --tw-ring-offset-color{syntax:"*";inherits:false;initial-value:#fff}@property --tw-ring-offset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}