@import"https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400&family=Inter:wght@300;400;500;600;700&display=swap";*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;font-size:17px;overflow-x:hidden}body{font-family:Inter,sans-serif;background-color:#0f0d0e;color:#f5f0eb;-webkit-font-smoothing:antialiased;overflow-x:hidden}#root{overflow-x:hidden}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:#0f0d0e}::-webkit-scrollbar-thumb{background:#c9a87c;border-radius:3px}.lightbox-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000eb;z-index:9999;display:flex;align-items:center;justify-content:center}.trust-marquee{width:100%;overflow:hidden}.trust-marquee__track{display:flex;align-items:center;width:-moz-max-content;width:max-content;animation:trust-marquee-scroll 26s linear infinite}.trust-marquee__item{flex-shrink:0;position:relative}.trust-marquee__item:after{content:"";position:absolute;right:0;top:50%;transform:translateY(-50%);width:1px;height:16px;background:#0f0d0e40}@keyframes trust-marquee-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}
