@import"https://fonts.googleapis.com/css2?family=Inter:wght@100;300;400;500;600;700;800;900&display=swap";:root{--color-gray-primary:#1a1a1a;--color-blue-primary:#3daae0;--color-yellow-primary:#f1d391;--color-black-30:rgba(0,0,0,.3);--color-orange:#ff4713;--font-inter:"Inter",sans-serif;--height-card:280px;--height-box:260px;--height-card4xl:450px;--height-box4xl:350px;--width-box:250px;--width-box4xl:350px;--width-main-content:4150px;--font-size-4xl:2.25rem;--line-height-4xl:2.5rem;--screen-540p:960px;--screen-720p:1280px;--screen-1080p:1920px;--screen-4xl:3840px}h1,h2,h3,h4,h5,h6{color:var(--color-text);font-family:var(--font-serif);margin-bottom:.5em}h1{font-size:var(--font-size-h1)}h2{font-size:var(--font-size-h2)}h3{font-size:var(--font-size-h3)}a,li,p,span{color:var(--color-text);font-family:var(--font-sans);font-size:var(--font-size-base)}.flex-center{display:flex;justify-content:center}.flex-center,.items-center{align-items:center}.justify-center{justify-content:center}.m-auto{margin:auto}.w-full{width:100%}.h-full{height:100%}.h-card{height:var(--height-card)}.h-box{height:var(--height-box)}.h-card4xl{height:var(--height-card4xl)}.h-box4xl{height:var(--height-box4xl)}.w-box{width:var(--width-box)}.w-box4xl{width:var(--width-box4xl)}.w-main-content{width:var(--width-main-content)}.text-center{text-align:center}.font-bold{font-weight:700}.font-normal{font-weight:400}.font-semibold{font-weight:600}.italic{font-style:italic}@media (min-width:var(--screen-1080p )){.text-1080p-1-3vw{font-size:1.3vw}}@media (min-width:var(--screen-4xl )){.text-3xl-1vw{font-size:1vw}.leading-3xl-1-7vw{line-height:1.7vw}}.text-gray-200{color:#e5e7eb}.text-gray-300{color:#d1d5db}.text-gray-400{color:#9ca3af}.text-gray-600{color:#4b5563}.text-gray-700{color:#374151}.text-gray-900{color:#111827}.text-white{color:#fff}.text-black{color:#000}.bg-black{background-color:#000}.bg-white{background-color:#fff}.bg-gray-700{background-color:#374151}.bg-gray-primary{background-color:var(--color-gray-primary)}.bg-blue-primary{background-color:var(--color-blue-primary)}.bg-yellow-primary{background-color:var(--color-yellow-primary)}.rounded{border-radius:var(--radius)}.shadow-lg{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a}.object-contain{-o-object-fit:contain;object-fit:contain}.object-cover{-o-object-fit:cover;object-fit:cover}.cursor-pointer{cursor:pointer}.test{background-color:green}*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{transform:scale(.10417vw);transform-origin:top left}body{background-color:var(--color-bg);color:var(--color-text);font-family:var(--font-inter);overflow:hidden}.overflow-y-auto{overflow-y:auto;scrollbar-width:none;-ms-overflow-style:none}.overflow-y-auto::-webkit-scrollbar{display:none}:focus-visible{outline:none}*{-webkit-user-select:none;-moz-user-select:none;user-select:none}
