@keyframes rotate180{0%{transform:rotate(0deg)}to{transform:rotate(180deg)}}@keyframes rotate360{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes drawAndFadeLoadingPath1{0%{opacity:0;stroke-dashoffset:100}10%{opacity:1;stroke-dashoffset:0}90%{opacity:1;stroke-dashoffset:0}to{opacity:0;stroke-dashoffset:100}}@keyframes drawAndFadeLoadingPath2{0%{opacity:0;stroke-dashoffset:100}10%{opacity:0;stroke-dashoffset:100}20%{opacity:1;stroke-dashoffset:0}80%{opacity:1;stroke-dashoffset:0}90%{opacity:0;stroke-dashoffset:100}to{opacity:0;stroke-dashoffset:100}}@keyframes drawAndFadeLoadingPath3{0%{opacity:0;stroke-dashoffset:100}20%{opacity:0;stroke-dashoffset:100}30%{opacity:1;stroke-dashoffset:0}70%{opacity:1;stroke-dashoffset:0}80%{opacity:0;stroke-dashoffset:100}to{opacity:0;stroke-dashoffset:100}}@keyframes drawAndFadeLoadingPath4{0%{opacity:0;stroke-dashoffset:100}30%{opacity:0;stroke-dashoffset:100}40%{opacity:1;stroke-dashoffset:0}60%{opacity:1;stroke-dashoffset:0}70%{opacity:0;stroke-dashoffset:100}to{opacity:0;stroke-dashoffset:100}}@keyframes logo-left-animation{0%{width:0}to{width:var(--atomics-logo-left-width)}}@keyframes logo-right-animation{0%{width:0}to{width:var(--atomics-logo-right-width)}}@keyframes logo-gap-animation{0%{gap:0}to{gap:calc(2.25px)}}@keyframes logo-container-gap-animtaion{0%{gap:0}to{gap:4px}}.container-fluid{width:100%;padding:0;scrollbar-width:none}.container{max-width:var(--container-max-width);padding:24px 80px;margin:0 auto;scrollbar-width:none}.desktop{display:inherit}.mobile{display:none!important}@media screen and (max-width:1200px){.container{padding:24px 40px}}@media screen and (max-width:768px){.container{padding:24px 16px!important}.desktop{display:none}.mobile{display:inherit!important}}.geist-muted{font-size:12px}.geist-muted,.geist-muted-10{color:var(--text-muted,#9ca3af);font-family:Geist;font-style:normal;font-weight:400;line-height:100%}.geist-muted-10{font-size:10px}.geist-muted-14{color:var(--text-muted,#9ca3af);font-family:Geist;font-size:14px;font-style:normal;font-weight:400;line-height:100%}.geist-default{font-size:12px}.geist-default,.geist-default-10{color:var(--text-default,#f9fafb);font-family:Geist;font-style:normal;font-weight:400;line-height:100%}.geist-default-10{font-size:10px}.geist-default-14{color:var(--text-default,#f9fafb);font-family:Geist;font-size:14px;font-style:normal;font-weight:400;line-height:100%}.geist-mono-default{font-size:12px}.geist-mono-default,.geist-mono-default-10{color:var(--text-default,#f9fafb);font-family:Geist Mono;font-style:normal;font-weight:400;line-height:100%}.geist-mono-default-10{font-size:10px}.geist-mono-default-14{color:var(--text-default,#f9fafb);font-family:Geist Mono;font-size:14px;font-style:normal;font-weight:400;line-height:100%}.flex{display:flex}.flex-col{flex-direction:column}.flex-row{flex-direction:row}.items-center{align-items:center}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.justify-start{justify-content:flex-start}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-end{justify-content:flex-end}.gap-2{gap:2px}.gap-4{gap:4px}.gap-6{gap:6px}.gap-8{gap:8px}.fw-600{font-weight:600}.fw-700{font-weight:700}.fw-800{font-weight:800}.fw-900{font-weight:900}.switch{position:relative;display:inline-block;width:44px;height:24px}.switch input{opacity:0;width:0;height:0}.slider{cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:var(--gray-border,rgba(153,161,175,.3));border-radius:24px}.slider,.slider:before{position:absolute;transition:.3s}.slider:before{content:"";height:18px;width:18px;left:3px;bottom:3px;background-color:white;border-radius:50%}input:checked+.slider{background-color:var(--button-primary,#4f46e5)}input:focus+.slider{box-shadow:0 0 1px var(--button-primary,#4f46e5)}input:checked+.slider:before{transform:translateX(20px)}.slider.round{border-radius:24px}.slider.round:before{border-radius:50%}.btn__default{color:var(--text-primary);text-decoration:none;display:flex;padding:var(--spacing-2---05rem,8px) var(--spacing-3---075rem,12px);justify-content:center;align-items:center;gap:var(--spacing-15---0375rem,6px);align-self:stretch;border-radius:var(--radius-lg---05rem,8px);border:1px solid var(--alpha-gray-900-10,rgba(17,24,39,.1));background:var(--button-secondary,rgba(249,250,251,.1));box-shadow:0 1px 2px 1px rgba(32,35,39,.12);width:100%;align-self:auto;cursor:pointer;text-wrap:nowrap}.btn__default.medium{width:240px}.btn__default.fit{width:-moz-fit-content;width:fit-content}.btn__default.active{background:var(--violet-500);color:#FFF}.btn__default.disabled{opacity:.5;cursor:default}.btn__small{text-decoration:none;display:flex;justify-content:center;align-items:center;align-self:stretch;border-radius:var(--radius-lg---05rem,8px);width:100%;align-self:auto;cursor:pointer;text-wrap:nowrap;padding:var(--spacing-15---0375rem,6px) var(--spacing-25---0625rem,10px);border:1px solid var(--border-default,#374151);background:var(--gray-800,#1F2937);color:var(--text-default,#F9FAFB)}.btn__small.inactive{color:var(--text-muted,#9CA3AF)}.error-screen{position:relative;width:100vw;height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center}@font-face{font-family:Inter;src:url(/fonts/inter.ttf) format("truetype");font-style:normal}@font-face{font-family:Geist;src:url(/fonts/geist.ttf) format("truetype");font-style:normal}@font-face{font-family:Geist Mono;src:url(/fonts/geist-mono.ttf) format("truetype");font-style:normal}@font-face{font-family:JetBrains Mono;src:url(/fonts/jetbrains-mono.ttf) format("truetype");font-style:normal}:root{--container-max-width:1800px;--bg-primary-solid:#000000;--shadow-lg_01:#0a0d12 · 8%;--shadow-lg_02:#141921 · 3%;--shadow-lg_03:#1e2732 · 4%;--text-white:#ffffff;--radius-md:8px;--spacing--xs:2px;--spacing--sm:4px;--spacing--md:8px;--spacing--lg:12px;--text-default:#e5e7eb;--text-muted:#9ca3af;--text-brand:#615fff;--gray-100:#F3F4F6;--blue-500:#2b7fff;--amber-500:#fe9a00;--teal-500:#00bba7;--gray-500:#62748e;--gray-800:#1f2937;--gray-900:#111827;--indigo-600:#4f39f6;--green-500:#00c950;--violet-500:#8e51ff;--marketplace-card-border:var(--gray-800);--marketplace-card-bg:var(--gray-900);--status-active-bg:rgba(var(--blue-500),0.1);--status-active-border:rgba(var(--blue-500),0.2);--status-locked-bg:rgba(var(--amber-500),0.1);--status-locked-border:rgba(var(--amber-500),0.2);--status-completed-bg:rgba(var(--teal-500),0.1);--status-completed-border:rgba(var(--teal-500),0.2);--status-expired-bg:rgba(var(--gray-500),0.1);--status-expired-border:rgba(var(--gray-500),0.2);--header-bg:rgba(17,24,39,0.70);--create-offer-bg:var(--indigo-600);--toast-border:rgba(243,244,246,0.1);--toast-bg:rgba(0,0,0,0.8);--header-height:64px;--header-content-height:48px;--h1:24px;--h2:20px;--h3:18px;--h4:16px;--h5:14px;--h6:12px}html{scroll-behavior:smooth}body,html{overflow-x:hidden;scrollbar-width:none}#__next,body,h1,h2,h3,h4,h5,h6,html{margin:0;padding:0}body{background-color:var(--bg-primary-solid);color:var(--text-default);font-family:Inter,sans-serif;width:100%;height:100%;position:relative}input{all:unset}a{all:unset;cursor:pointer}h1{font-size:var(--h1);font-weight:600;line-height:32px}h2{font-size:var(--h2)}h2,h3{font-weight:600;line-height:28px}h3{font-size:var(--h3)}h4{font-size:var(--h4)}h4,h5{font-weight:600;line-height:28px}h5{font-size:var(--h5)}h6{font-size:var(--h6);font-weight:600;line-height:28px}h1,h2,h3,h4,h5,h6,p,span{-webkit-margin-before:0;margin-block-start:0;-webkit-margin-after:0;margin-block-end:0}main{margin-top:24px}.w-full{width:100%}.h-full{height:100%}.align-self-stretch{align-self:stretch}.token-image-container{width:40px;height:40px;overflow:hidden;display:flex;align-items:center;justify-content:flex-start;position:relative}.token-image-container img[data-token-img]{width:36px;height:36px}.token-image-container img[data-network-img]{position:absolute;right:0;bottom:0;width:16px;height:16px;object-fit:cover;box-sizing:border-box}header{height:var(--header-height);width:100%;box-sizing:border-box;position:fixed;top:0;left:0;z-index:100;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);padding:12px 80px}@media (max-width:768px){header{padding:0 16px}}.header-wallet-modal{display:none}.header-wallet-modal.open{display:block}.header__space{position:relative;display:block;width:100%;height:var(--header-height)}.header-content{height:var(--header-content-height);justify-content:center}.header-content,.header__inner{width:100%;display:flex;align-items:center}.header__inner{justify-content:space-between;height:100%;max-width:var(--container-max-width);margin:0 auto}.header__links{display:flex;gap:40px}.header__link{color:var(--text-default);text-decoration:none;font-size:16px;font-weight:600;line-height:24px}.header__link.active{color:#4F46E5}.header__inner-right{display:flex;align-items:center;gap:32px}.header__wallets{display:flex;padding:var(--spacing-15---0375rem,6px) var(--spacing-25---0625rem,10px);justify-content:center;align-items:center;gap:var(--spacing-15---0375rem,6px);border-radius:var(--radius-lg---05rem,8px);background:var(--button-primary,#4F46E5);height:32px;cursor:pointer;color:var(--color-mode-gray-950,#F9FAFB);font-family:Geist;font-size:14px;font-style:normal;font-weight:600;line-height:20px}.header__wallets.connecting{height:28px}.header__wallets.connected,.header__wallets.connecting{border-radius:var(--radius-lg---05rem,8px);border:1px solid var(--alpha-gray-900-10,rgba(17,24,39,.1));background:var(--button-secondary,rgba(249,250,251,.1));box-shadow:0 1px 2px 1px rgba(32,35,39,.12)}.header__main{display:flex;align-items:center;gap:16px;position:relative}@media screen and (max-width:1024px){a.header__link{display:none!important}}.header-wallet-modal{position:absolute;top:100%;right:0;margin-top:8px;padding:4px;border-radius:12px;border:1px solid var(--border-default,#374151);background:var(--gray-900,#111827);box-shadow:0 4px 8px 0 rgba(0,0,0,.08),0 4px 48px 0 rgba(0,0,0,.08)}.header-wallet-modal__content{display:flex;flex-direction:column;gap:4px}.header-wallet-modal__content-item{display:flex;align-items:center;flex-direction:row;justify-content:space-between;width:247px;padding:8px;cursor:pointer}.header-wallet-modal__content-item.main-wallet{order:-1}.header-wallet-modal__content-item__left{display:flex;align-items:start;gap:8px;width:100%;flex:1 1}.header-wallet-modal__content-item__right{gap:4px;height:100%;flex:0 1}.header-wallet-modal__content-item__icon,.header-wallet-modal__content-item__right{display:flex;align-items:center;justify-content:center}.header-wallet-modal__content-item__name{color:var(--text-default,#F9FAFB);font-family:Geist;font-size:14px;font-style:normal;font-weight:600;line-height:20px;text-wrap:nowrap}.header-wallet-modal__content-item__address{color:var(--text-disabled,rgba(243,244,246,.5));font-family:Geist Mono;font-size:12px;font-style:normal;font-weight:400;line-height:16px;cursor:pointer;display:flex;align-items:center;gap:4px;flex:1 1}.header-wallet-modal__content-item__address-text:hover{text-decoration:underline;text-underline-offset:2px}.main-wallet-badge{display:flex;padding:0 var(--spacer-2,8px);align-items:center;border-radius:var(--radius-sm---025rem,4px);background:var(--bg-tertiary,#1f2937);color:var(--text-secondary,#E5E7EB);font-family:Geist;font-size:12px;font-style:normal;font-weight:400;line-height:16px;height:16px}.header-wallet-modal__content-item__right-icon{display:flex;align-items:center;justify-content:center;border-radius:var(--radius-lg---05rem,8px);background:var(--bg-card,#1f2937);padding:6px;cursor:pointer;overflow:hidden}.header-wallet-modal__content-item__right-icon img{border-radius:var(--radius-lg---05rem,4px);width:16px;height:16px;object-fit:cover;overflow:hidden;cursor:pointer}.header-wallet-modal__actions{display:flex;gap:4px;width:100%;align-items:center;justify-content:center}.header-wallet-modal__actions-item{display:flex;align-items:center;justify-content:center;color:var(--text-white,#FFF);text-align:center;font-family:Geist;font-size:14px;font-style:normal;font-weight:600;line-height:20px;border-radius:var(--rounded-lg,8px);background:linear-gradient(0deg,var(--gray-800,#1F2937) 0,var(--gray-800,#1F2937) 100%),var(--bg-tertiary,#1F2937);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);flex:1 1;padding:10px 12px;cursor:pointer}.header-wallet-modal__content-item__select{width:16px;height:16px;margin:2px;border-radius:100px;border:1px solid var(--border-default,#374151);background:var(--bg-default,#030712)}.header__right{display:flex;align-items:center;gap:16px}@media screen and (max-width:768px){.header__right a[href="#features"],.header__right a[href="#how-to-use"]{display:none!important}}.mobile-warning{position:fixed;bottom:48px;left:50%;width:100%;max-width:400px;transform:translateX(-50%);display:flex;align-items:center;justify-content:center;gap:8px;background-color:#000;border-radius:12px;opacity:.8;color:#F9FAFB;padding:16px;text-align:center;z-index:1000}.mobile-warning__text{font-size:12px;font-weight:400;line-height:16px;text-align:center}.loader{width:100%;max-height:200px;aspect-ratio:1/1;display:flex;align-items:center;justify-content:center;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}#landing-page section#hero{height:700px}.hero-container{position:relative;height:100%;display:flex;justify-content:center;align-items:center}.hero-canvas{position:absolute!important;top:50%!important;left:50%!important;transform:translate(-50%,-50%)!important;z-index:1}.hero-video-container{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;height:100%;max-width:890px;max-height:690px;z-index:2;display:flex;justify-content:center;align-items:center}.landing-page__hero__video{width:100%;height:100%;object-fit:cover;border-radius:12px;opacity:.5}.hero-canvas{height:100%;top:50%;left:50%;transform:translate(-50%,-50%)}.hero-canvas,.hero-light{width:100%;position:absolute;z-index:10}.hero-light{top:0;left:0;max-width:300px;max-height:300px}.hero-light__right{right:0;max-width:300px;max-height:300px;object-fit:cover}.hero-content,.hero-light__right{position:absolute;top:0;width:100%;height:100%}.hero-content{left:0;display:flex;flex-direction:column;justify-content:center;align-items:center;z-index:999}.hero-content__inner{position:relative}.hero-content h1{color:#FFF;text-align:center;font-family:Geist;font-size:60px;font-style:normal;font-weight:700;line-height:68px}.hero-content h1 span.highlight{color:var(--500,#6366F1)}.hero-content p{color:var(--text-muted,#9CA3AF);text-align:center;font-family:Geist;font-size:20px;font-style:normal;font-weight:400;line-height:28px;margin-top:16px}@media screen and (max-width:1200px){.hero-content h1{font-size:32px;line-height:40px}.hero-content p{font-size:14px;line-height:20px;padding:0 24px}.hero-content__link{bottom:-100px!important}.hero-tags{display:none}.features-title h1{font-size:32px!important;line-height:40px!important}.features-title p{font-size:16px!important;line-height:24px!important}.features-content{flex-direction:column;align-items:center;gap:24px}#landing-page section#features{margin-top:48px!important}#landing-page section#how-to-use{margin-top:96px!important}.features-title{align-items:flex-start!important;margin-bottom:24px}.features-title p{text-align:left!important}}.hero-content__link{position:absolute;bottom:-130px;left:50%;transform:translateX(-50%);text-transform:uppercase;padding:12px 24px;border-radius:var(--radius-lg---05rem,8px);border:1px solid var(--alpha-gray-900-10,rgba(17,24,39,.1));background:var(--button-secondary,rgba(255,255,255,.1));box-shadow:0 0 1px 0 rgba(0,0,0,.16),0 4px 8px 0 rgba(0,0,0,.04),0 8px 48px 0 rgba(0,0,0,.02);color:var(--color-mode-gray-900,#F3F4F6);font-family:Geist;font-size:16px;font-style:normal;font-weight:600;line-height:24px;display:flex;align-items:center;gap:8px;cursor:pointer;text-wrap:nowrap}.hero-tags{position:absolute;top:0;left:0;width:100%;height:100%;z-index:30}.hero-tags .hero-tag{color:var(--400,#818CF8);font-family:Geist Mono;font-size:12px;font-style:normal;font-weight:400;line-height:16px;display:inline-flex;padding:8px 16px;align-items:center;border-radius:9999px;border:1px solid rgba(99,102,241,.2);opacity:.9;background:rgba(87,68,68,.05);box-shadow:0 0 15px 0 rgba(99,102,241,.15);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);position:absolute;text-wrap:nowrap}.hero-tags .hero-tag:first-child{top:calc(50% - var(--video-height, 300px) * .3);left:calc(50% - var(--video-width, 400px) * .4);transform:translateX(-50%) translateY(-50%)}.hero-tags .hero-tag:nth-child(2){top:calc(50% - var(--video-height, 300px) * .4);left:calc(50% + var(--video-width, 400px) * .3);transform:translateX(-50%) translateY(-50%)}.hero-tags .hero-tag:nth-child(3){top:calc(50% - var(--video-height, 300px) * .1);left:calc(50% + var(--video-width, 400px) * .45);transform:translateX(-50%) translateY(-50%)}.hero-tags .hero-tag:nth-child(4){top:calc(50% + var(--video-height, 300px) * .25);left:calc(50% + var(--video-width, 400px) * .4);transform:translateX(-50%) translateY(-50%)}.hero-tags .hero-tag:nth-child(5){top:calc(50% + var(--video-height, 300px) * .3);left:calc(50% - var(--video-width, 400px) * .3);transform:translateX(-50%) translateY(-50%)}.hero-tags .hero-tag:nth-child(6){top:calc(50% - var(--video-height, 300px) * .1);left:calc(50% - var(--video-width, 400px) * .45);transform:translateX(-50%) translateY(-50%)}@keyframes float{0%,to{transform:translateX(-50%) translateY(-50%) translateZ(0)}50%{transform:translateX(-50%) translateY(-50%) translateZ(0) translateY(-8px)}}.hero-tags .hero-tag{animation:float 3s ease-in-out infinite}.hero-tags .hero-tag:first-child{animation-delay:0s}.hero-tags .hero-tag:nth-child(2){animation-delay:.5s}.hero-tags .hero-tag:nth-child(3),.hero-tags .hero-tag:nth-child(4){animation-delay:.25s}.hero-tags .hero-tag:nth-child(5){animation-delay:.5s}.hero-tags .hero-tag:nth-child(6){animation-delay:.75s}#supporting-networks{position:relative;width:100%;height:170px;display:flex;justify-content:center;align-items:center}.supporting-networks-bg,.supporting-networks-content{width:100%;height:100%;display:flex;justify-content:center;align-items:center}.supporting-networks-content{position:absolute;top:40%;left:50%;transform:translate(-50%,-50%);flex-direction:column;gap:16px}.supporting-networks-content h2{color:var(--text-muted,#9CA3AF);font-family:JetBrains Mono;font-size:14px;font-style:normal;font-weight:400;line-height:20px}.supporting-networks-content__inner{display:flex;justify-content:center;align-items:center;gap:24px}.features-title{gap:16px}.features-title,.landing-page__features{display:flex;flex-direction:column;align-items:center}.landing-page__features{padding:var(--spacer-10,96px) var(--spacing-24---6rem,96px);gap:48px}.features-title h1{color:#FFF;font-size:36px;font-weight:700;line-height:44px}.features-title h1,.features-title p{text-align:center;font-family:Geist;font-style:normal}.features-title p{color:var(--text-muted,#9CA3AF);font-size:20px;font-weight:400;line-height:28px}.features-content{display:flex;align-items:center;justify-content:center;gap:48px}.features-content-item{display:flex;flex-direction:column;align-items:center;gap:16px}.features-content-item__content{display:flex;flex-direction:column;align-items:center;gap:14px;width:100%;max-width:400px}.features-content-item h3{color:var(--text-secondary,#E5E7EB);text-align:center;font-family:Geist;font-size:20px;font-style:normal;font-weight:700;line-height:28px}.features-content-item p{color:var(--text-muted,#6B7280);text-align:center;font-family:JetBrains Mono;font-size:14px;font-style:normal;font-weight:400;line-height:20px}#how-to-use{padding:var(--spacer-10,96px) var(--spacing-24---6rem,96px)}#how-to-use h2{color:#FFF;font-family:Geist;font-size:36px;font-style:normal;font-weight:700;line-height:44px;margin-bottom:16px}.how-to-use__control-container{display:flex;align-items:center;justify-content:space-between;gap:40px;margin-bottom:48px}@media screen and (max-width:1200px){.how-to-use__control-container{flex-direction:column;align-items:flex-start;gap:16px}#how-to-use h2{font-size:32px!important;line-height:40px!important}.how-to-use__control-container p{font-size:16px!important;line-height:24px!important}}.how-to-use__control-container p{color:var(--text-muted,#9CA3AF);font-family:Geist;font-size:20px;font-style:normal;font-weight:400;line-height:28px;flex:1 1}.how-to-use__control-container .how-to-use__control{display:flex;align-items:center;justify-content:center;gap:8px;flex:1 1;width:100%}.how-to-use__control-container .how-to-use__control .how-to-use__control-step{width:100%;max-width:130px;height:36px;display:flex;align-items:center;justify-content:center;color:var(--text-disabled,rgba(243,244,246,.5));font-family:Geist;font-size:14px;font-style:normal;font-weight:600;line-height:20px;border-radius:7.63px;background:transparent;cursor:pointer;transition:all .3s ease}.how-to-use__control-container .how-to-use__control .how-to-use__control-step.active{color:var(--text-default,#F9FAFB);font-family:Geist;font-size:14px;font-style:normal;font-weight:600;line-height:20px;border-radius:7.63px;background:rgba(255,255,255,.1);box-shadow:0 7px 16px 0 rgba(0,0,0,.1),0 2px 2px 0 rgba(0,0,0,.25)}.how-to-use__slider-text{display:flex;align-items:start;justify-content:center;flex-direction:column;gap:8px}.how-to-use__slider-text>*{flex:1 1}.how-to-use__slider-text h5{color:var(--text-default,#F9FAFB);font-family:Geist;font-size:20px;font-style:normal;font-weight:700;line-height:28px}.how-to-use__slider-text p{color:var(--text-secondary,#E5E7EB);font-family:Geist;font-size:16px;font-style:normal;font-weight:400;line-height:24px}.how-to-use__slider-content{display:flex;align-items:center;justify-content:center;flex:1 1;height:100%;flex-direction:column}.how-to-use__slider-content img{object-fit:contain;width:100%;height:100%;max-height:700px}#how-to-use .swiper-wrapper{height:100%!important}#how-to-use .swiper-slide{border-radius:40px;background:var(--bg-disabled,rgba(255,255,255,.1));padding:48px 96px;box-sizing:border-box;display:flex;flex-direction:column;gap:40px;height:auto}@media screen and (max-width:1200px){.how-to-use__slider-content img{max-height:400px}#how-to-use .swiper-slide{padding:36px 24px!important}}footer{padding:var(--spacer-10,96px) var(--spacing-24---6rem,96px);display:flex;align-items:center;justify-content:space-between}@media screen and (max-width:768px){footer{flex-direction:column;align-items:flex-start}.footer-left{margin-bottom:24px}}.footer-left{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:24px}.footer-right{display:flex;align-items:center;justify-content:flex-end;gap:16px;flex:1 1}.footer-right a{border-radius:16px;background:rgba(255,255,255,.05);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);padding:var(--spacer-3,16px);position:relative;display:flex;flex-direction:column;align-items:start;gap:8px;width:100%;max-width:200px;flex:1 1;min-width:150px}.footer-right a p{color:var(--text-muted,#9CA3AF);font-family:Geist Mono;font-size:12px;font-style:normal;font-weight:400;line-height:16px}.footer-right__icon{padding:8px;display:flex;align-items:center;justify-content:center;border-radius:50%;width:40px;height:40px;box-sizing:border-box}.footer-right__icon-secondary{width:14px;height:14px;position:absolute;top:16px;right:16px}