@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&family=Poppins:wght@400;500;600;700;800;900&display=swap";*,*:before,*:after{box-sizing:border-box}body{margin:0;font-family:Inter,sans-serif;background:#000;color:#fff}.font-heading{font-family:Poppins,sans-serif}.font-body{font-family:Inter,sans-serif}.bg-brand-darker{background-color:#000!important}.bg-brand-dark{background-color:#0a0a0a!important}.bg-brand-mid{background-color:#111!important}.text-brand-red{color:#ef4444!important}.text-shimmer{background:linear-gradient(90deg,#fff,#d4af37,#fff);background-size:200% auto;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:shimmer 3s linear infinite}@keyframes shimmer{to{background-position:200% center}}.cta-pulse{animation:ctaPulse 2.5s ease-in-out infinite}@keyframes ctaPulse{0%,to{transform:scale(1);box-shadow:0 0 #f5c51880}50%{transform:scale(1.02);box-shadow:0 0 0 12px #f5c51800}}.w-full{width:100%}.min-h-screen{min-height:100vh}.relative{position:relative}.absolute{position:absolute}.fixed{position:fixed}.inset-0{top:0;right:0;bottom:0;left:0}.overflow-hidden{overflow:hidden}.z-10{z-index:10}.z-50{z-index:50}.flex{display:flex}.inline-flex{display:inline-flex}.grid{display:grid}.items-center{align-items:center}.items-start{align-items:flex-start}.items-baseline{align-items:baseline}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.flex-shrink-0{flex-shrink:0}.flex-1{flex:1}.gap-1{gap:4px}.gap-2{gap:8px}.gap-3{gap:12px}.gap-4{gap:16px}.gap-6{gap:24px}.gap-12{gap:48px}.text-center{text-align:center}.uppercase{text-transform:uppercase}.italic{font-style:italic}.no-underline{text-decoration:none}.underline{text-decoration:underline}.line-through{text-decoration:line-through}.cursor-pointer{cursor:pointer}.block{display:block}.mx-auto{margin-left:auto;margin-right:auto}.mb-2{margin-bottom:8px}.mb-3{margin-bottom:12px}.mb-4{margin-bottom:16px}.mb-5{margin-bottom:20px}.mb-6{margin-bottom:24px}.mb-8{margin-bottom:32px}.mb-10{margin-bottom:40px}.mb-12{margin-bottom:48px}.mb-14{margin-bottom:56px}.mt-2{margin-top:8px}.mt-4{margin-top:16px}.mt-6{margin-top:24px}.mt-8{margin-top:32px}.mt-16{margin-top:64px}.m-0{margin:0}.px-3{padding-left:12px;padding-right:12px}.px-4{padding-left:16px;padding-right:16px}.px-5{padding-left:20px;padding-right:20px}.px-8{padding-left:32px;padding-right:32px}.px-10{padding-left:40px;padding-right:40px}.py-2{padding-top:8px;padding-bottom:8px}.py-4{padding-top:16px;padding-bottom:16px}.py-5{padding-top:20px;padding-bottom:20px}.py-10{padding-top:40px;padding-bottom:40px}.py-20{padding-top:80px;padding-bottom:80px}.p-4{padding:16px}.p-6{padding:24px}.p-8{padding:32px}.pt-4{padding-top:16px}.pt-6{padding-top:24px}.pb-0{padding-bottom:0}.max-w-3xl{max-width:768px}.max-w-4xl{max-width:896px}.max-w-2xl{max-width:672px}.max-w-5xl{max-width:1024px}.font-bold{font-weight:700}.font-black{font-weight:900}.font-semibold{font-weight:600}.text-sm{font-size:14px}.text-xs{font-size:12px}.text-base{font-size:16px}.text-lg{font-size:18px}.text-xl{font-size:20px}.text-2xl{font-size:24px}.text-4xl{font-size:36px}.leading-tight{line-height:1.25}.leading-relaxed{line-height:1.625}.tracking-wider{letter-spacing:.05em}.tracking-wide{letter-spacing:.025em}.tracking-\[-0\.02em\]{letter-spacing:-.02em}.text-white{color:#fff}.text-black{color:#000}.text-gray-200{color:#e2e8f0}.text-gray-300{color:#d1d5db}.text-gray-400{color:#9ca3af}.text-gray-500{color:#6b7280}.text-gray-600{color:#4b5563}.text-yellow-400{color:#facc15}.border{border-width:1px;border-style:solid}.border-0{border:none}.border-t{border-top-width:1px;border-top-style:solid}.border-b{border-bottom-width:1px;border-bottom-style:solid}.border-2{border-width:2px;border-style:solid}.rounded-lg{border-radius:8px}.rounded-xl{border-radius:12px}.rounded-2xl{border-radius:16px}.rounded-full{border-radius:9999px}.rounded-md{border-radius:6px}.rounded-\[10px\]{border-radius:10px}.bg-\[\#1a1a1a\]{background-color:#1a1a1a}.bg-\[\#F5C518\]{background-color:#f5c518}.bg-\[\#D4AF37\]{background-color:#d4af37}.bg-pink-600{background-color:#db2777}.bg-blue-600{background-color:#2563eb}.bg-purple-600{background-color:#9333ea}.bg-emerald-600{background-color:#059669}.bg-orange-600{background-color:#ea580c}.bg-brand-red\/10{background-color:#ef44441a}.border-brand-red\/20{border-color:#ef444433}.text-brand-red{color:#ef4444}.bg-brand-darker\/80{background-color:#000c}.bg-yellow-500\/5{background-color:#eab3080d}.bg-yellow-500\/10{background-color:#eab3081a}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}@media(min-width:768px){.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:py-28{padding-top:112px;padding-bottom:112px}.md\:p-12{padding:48px}.md\:text-xl{font-size:20px}.md\:text-2xl{font-size:24px}.md\:text-5xl{font-size:48px}}@media(min-width:1024px){.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.lg\:text-7xl{font-size:72px}}@media(min-width:640px){.sm\:text-xl{font-size:20px}.sm\:text-2xl{font-size:24px}.sm\:text-4xl{font-size:36px}.sm\:text-5xl{font-size:48px}.sm\:text-lg{font-size:18px}}.w-5{width:20px}.h-5{height:20px}.w-6{width:24px}.h-6{height:24px}.w-10{width:40px}.h-10{height:40px}.w-12{width:48px}.h-12{height:48px}.w-16{width:64px}.h-16{height:64px}.w-20{width:80px}.h-20{height:80px}.h-1{height:4px}.h-7{height:28px}.h-8{height:32px}.h-32{height:128px}.text-3xl{font-size:30px}.text-\[32px\]{font-size:32px}.text-\[12px\]{font-size:12px}.text-\[11px\]{font-size:11px}.text-6xl{font-size:60px}.text-7xl{font-size:72px}.text-8xl{font-size:96px}.w-auto{width:auto}.object-contain{object-fit:contain}.h-full{height:100%}.leading-\[1\.1\]{line-height:1.1}.bottom-4{bottom:16px}.left-4{left:16px}.mt-0\.5{margin-top:2px}.mt-0{margin-top:0}.-top-2{top:-8px}.-right-2{right:-8px}.w-\[800px\]{width:800px}.h-\[800px\]{height:800px}.w-\[400px\]{width:400px}.h-\[400px\]{height:400px}.w-\[600px\]{width:600px}.h-\[600px\]{height:600px}.transition-all{transition:all .15s}.transition-colors{transition:color .15s,background-color .15s,border-color .15s}.duration-300{transition-duration:.3s}.ease-out{transition-timing-function:ease-out}.hover\:bg-\[\#D4AF37\]:hover{background-color:#d4af37}.border-gray-700\/30{border-color:#3741514d}.border-gray-600\/50{border-color:#4b556380}.border-\[rgba\(255\,255\,255\,0\.1\)\]{border-color:#ffffff1a}.space-y-4>*+*{margin-top:16px}.space-y-6>*+*{margin-top:24px}details summary::-webkit-details-marker{display:none}details summary{-webkit-user-select:none;user-select:none}
/*# sourceMappingURL=/cdn/shop/t/2/assets/estilopdf.css.map */
