.join-genesis-page{background:#fff;flex-direction:column;min-height:100vh;display:flex}.jg-main{flex-direction:column;flex:1;align-items:center;padding:120px 24px 80px;display:flex}.jg-hero{text-align:center;max-width:800px;margin-bottom:64px}.jg-hero__title{color:#000;margin-bottom:32px;font-size:50px;font-weight:600;line-height:1.15}.jg-hero__title span{color:#000}.jg-hero__subtitle{margin-bottom:48px}.jg-hero__subtitle p{color:#6b7280;margin-bottom:8px;font-size:20px;font-weight:300}.jg-hero__tagline{color:#6b7280;font-size:20px;font-weight:300}.jg-hero__cta{color:#fff;cursor:pointer;background:#0339c7;border:none;padding:12px 32px;font-size:20px;font-weight:400;transition:all .2s;position:relative}.jg-hero__cta:hover .box-corner:first-child{top:-5px;left:-5px}.jg-hero__cta:hover .box-corner:nth-child(2){top:-5px;right:-5px}.jg-hero__cta:hover .box-corner:nth-child(3){bottom:-5px;right:-5px}.jg-hero__cta:hover .box-corner:nth-child(4){bottom:-5px;left:-5px}.jg-hero__cta .box-corner{width:12px;height:12px;transition:all .2s;position:absolute}.jg-hero__cta .box-corner:first-child{border-top:1px solid #0339c7;border-left:1px solid #0339c7;transition:all .2s;top:-8px;left:-8px}.jg-hero__cta .box-corner:nth-child(2){border-top:1px solid #0339c7;border-right:1px solid #0339c7;transition:all .2s;top:-8px;right:-8px}.jg-hero__cta .box-corner:nth-child(3){border-bottom:1px solid #0339c7;border-right:1px solid #0339c7;transition:all .2s;bottom:-8px;right:-8px}.jg-hero__cta .box-corner:nth-child(4){border-bottom:1px solid #0339c7;border-left:1px solid #0339c7;transition:all .2s;bottom:-8px;left:-8px}.jg-hero__cta:hover{background:#1d4ed8}.jg-gallery{width:100%;margin-bottom:80px;overflow:hidden}.jg-gallery .card{transition:all .6s cubic-bezier(.22,1,.36,1);position:absolute}.jg-gallery .card img{border-radius:16px;width:260px}.jg-gallery__track{background:radial-gradient(circle,#002ea1 0%,#000 100%);margin:0 auto}.jg-gallery__track .avatar-swiper{width:100%;padding:100px 0}.jg-gallery__track .avatar-swiper .swiper-slide{justify-content:center;align-items:center;transition:transform .4s;display:flex}.jg-gallery__track .avatar-swiper .swiper-slide img{object-fit:cover;width:100%;height:100%}.jg-gallery__track .avatar-swiper .swiper-slide-active{transform:scale(1.2)}.jg-gallery__card{border-radius:8px;flex-shrink:0;width:256px;height:320px;position:relative}.jg-gallery__card:after{content:"";background:#fff3;border-radius:50%;width:128px;height:128px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.jg-gallery__card--purple{background:linear-gradient(135deg,#7c3aed,#581c87)}.jg-gallery__card--blue-purple{background:linear-gradient(135deg,#3b82f6,#7c3aed);transform:rotate(3deg)}.jg-gallery__card--dark-purple{background:linear-gradient(135deg,#6d28d9,#581c87);transform:rotate(2deg)}.jg-gallery__card--cyan{background:linear-gradient(135deg,#60a5fa,#06b6d4);transform:rotate(-3deg)}.jg-gallery__card--edge{opacity:.6}.jg-gallery__card--edge:first-child{transform:rotate(-12deg)}.jg-gallery__card--edge:last-child{transform:rotate(12deg)}.jg-steps{text-align:center;grid-template-columns:repeat(3,1fr);gap:48px;width:100%;max-width:1100px;margin-bottom:100px;display:grid}.jg-steps__item{flex-direction:column;justify-content:center;align-items:center;display:flex}.jg-steps__item-image{margin-bottom:20px}.jg-steps__item h3{color:#000;margin-bottom:8px;font-size:24px;font-weight:700}.jg-steps__item p{color:#6b7280;font-size:16px;font-weight:300;line-height:1.5}.jg-access{text-align:center;width:100%;max-width:1320px;padding:80px 0}.jg-access__title{color:#000;margin-bottom:16px;font-size:40px;font-weight:600}.jg-access__subtitle{color:#6b7280;margin-bottom:60px;font-size:18px;font-weight:300}.jg-access__grid{grid-template-columns:repeat(2,1fr);gap:32px;max-width:820px;margin:0 auto;display:grid}.jg-access__card{color:#000;text-align:center;font-size:16px;font-weight:300;font-family:var(--font-mono);background:#f7f7f7;border:.5px solid #dcdcdc;padding:12px 20px;position:relative}.jg-access__card .box-corner{width:10px;height:10px;position:absolute}.jg-access__card .box-corner:first-child{border-top:1px solid #0339c7;border-left:1px solid #0339c7;top:0;left:0}.jg-access__card .box-corner:nth-child(2){border-top:1px solid #0339c7;border-right:1px solid #0339c7;top:0;right:0}.jg-access__card .box-corner:nth-child(3){border-bottom:1px solid #0339c7;border-right:1px solid #0339c7;bottom:0;right:0}.jg-access__card .box-corner:nth-child(4){border-bottom:1px solid #0339c7;border-left:1px solid #0339c7;bottom:0;left:0}.jg-collection{text-align:center;width:100%;max-width:1320px;padding:80px 0}.jg-collection__title{color:#000;margin-bottom:16px;font-size:40px;font-weight:600}.jg-collection__subtitle{color:#6b7280;margin-bottom:60px;font-size:18px;font-weight:300}.jg-collection__grid{grid-template-columns:repeat(7,1fr);gap:8px;margin:0 auto;display:grid}.jg-collection__grid-item{cursor:pointer;transition:all .2s}.jg-collection__grid-item:hover{transform:scale(.95)}.jg-collection__grid-item:first-child{grid-area:1/1/3/3}.jg-collection__grid-item:nth-child(8){grid-area:2/4/4/6}.jg-modal{text-align:center;z-index:101;color:#000;background:url(/images/modal-bg.webp) 50%/cover;border:1px solid #e5e5e5;width:50vw;height:90vh;min-height:60vh;padding:20px;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%)!important}.jg-modal.jg-modal--xs{width:35vw;height:fit-content;min-height:40vh}.jg-modal.jg-modal--xs .jg-modal__title{font-size:30px}.jg-modal.jg-modal--xs .jg-modal__heading{margin-top:30px}.jg-modal.jg-modal--xs .jg-modal__success{margin-top:50px}.jg-modal .box-corner{width:30px;height:30px;position:absolute}.jg-modal .box-corner:first-child{border-top:1px solid #0339c7;border-left:1px solid #0339c7;top:-1px;left:-1px}.jg-modal .box-corner:nth-child(2){border-top:1px solid #0339c7;border-right:1px solid #0339c7;top:-1px;right:-1px}.jg-modal .box-corner:nth-child(3){border-bottom:1px solid #0339c7;border-right:1px solid #0339c7;bottom:-1px;right:-1px}.jg-modal .box-corner:nth-child(4){border-bottom:1px solid #0339c7;border-left:1px solid #0339c7;bottom:-1px;left:-1px}.jg-modalOverlay{inset:0;z-index:100;background:#000;width:100%;height:100%;position:fixed;inset:0;opacity:.2!important}.jg-modal__close-btn{cursor:pointer;background:#fff;border:1px solid #e5e5e5;justify-content:center;align-items:center;width:30px;height:30px;padding:8px;transition:all .2s;display:flex;position:absolute;top:20px;right:20px}.jg-modal__close-btn img{width:100%;height:100%}.jg-modal__close-btn:hover{background:#e7e7e7}.jg-modal__title{color:#000;margin-bottom:10px;font-size:40px;font-weight:600}.jg-modal__subtitle{color:#6b7280;margin-bottom:30px;font-size:18px;font-weight:300}.jg-modal__step-counter{justify-content:center;align-items:center;gap:20px;margin-bottom:50px;display:flex}.jg-modal__step-counter-item{cursor:default;border:1px solid #ebebeb;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.jg-modal__step-counter-item-text{color:#c3c3c3;font-size:18px;font-weight:700}.jg-modal__step-counter .active{position:relative}.jg-modal__step-counter .active .box-corner{width:10px;height:10px;position:absolute}.jg-modal__step-counter .active .box-corner:first-child{border-top:1px solid #0339c7;border-left:1px solid #0339c7;top:-1px;left:-1px}.jg-modal__step-counter .active .box-corner:nth-child(2){border-top:1px solid #0339c7;border-right:1px solid #0339c7;top:-1px;right:-1px}.jg-modal__step-counter .active .box-corner:nth-child(3){border-bottom:1px solid #0339c7;border-right:1px solid #0339c7;bottom:-1px;right:-1px}.jg-modal__step-counter .active .box-corner:nth-child(4){border-bottom:1px solid #0339c7;border-left:1px solid #0339c7;bottom:-1px;left:-1px}.jg-modal__step-counter .active .jg-modal__step-counter-item-text{color:#0339c7}.jg-modal__step-counter .enabled{background-color:#0339c7;position:relative}.jg-modal__step-counter .enabled .jg-modal__step-counter-item-text{color:#fff}.jg-modal__step-heading{width:fit-content;margin:0 auto 50px}.jg-modal__step-heading-indicator{background-color:#fafafa;border:.5px solid #e3e3e3;width:fit-content;margin:0 auto 20px;padding:4px 8px;display:block;position:relative}.jg-modal__step-heading-indicator .box-corner{width:6px;height:6px;position:absolute}.jg-modal__step-heading-indicator .box-corner:first-child{border-top:.5px solid #0339c7;border-left:.5px solid #0339c7;top:0;left:0}.jg-modal__step-heading-indicator .box-corner:nth-child(2){border-top:.5px solid #0339c7;border-right:.5px solid #0339c7;top:0;right:0}.jg-modal__step-heading-indicator .box-corner:nth-child(3){border-bottom:.5px solid #0339c7;border-right:.5px solid #0339c7;bottom:0;right:0}.jg-modal__step-heading-indicator .box-corner:nth-child(4){border-bottom:.5px solid #0339c7;border-left:.5px solid #0339c7;bottom:0;left:0}.jg-modal__step-heading-indicator-text{font-family:var(--font-mono);color:#0339c7;font-size:12px;font-weight:300}.jg-modal__step-heading-title{font-size:25px;font-weight:600}.jg-modal__step-content-inform{color:#9a9a9a;width:100%;min-width:300px;max-width:60%;margin:0 auto 20px;font-size:16px;font-weight:300}.jg-modal__step-content-inform--success{color:#118f24}.jg-modal__step-content-inform--failed{color:#c50000}.jg-modal__step-content-inform-confirm{text-align:left}.jg-modal__step-content-btn{cursor:pointer;width:100%;min-width:300px;max-width:60%;margin-bottom:15px;padding:10px 20px;font-size:20px;font-weight:600;transition:all .2s}.jg-modal__step-content-btn:disabled{color:#b3b3b3;cursor:default;background:#f2f2f2}.jg-modal__step-content-btn:disabled:hover{color:#b3b3b3;background:#f2f2f2}.jg-modal__step-content-connect-wallet-btn,.jg-modal__step-content-telegram-btn{color:#fff;background-color:#0339c7}.jg-modal__step-content-connect-wallet-btn:hover,.jg-modal__step-content-telegram-btn:hover{background:#1d4ed8}.jg-modal__step-content-twitter-btn{color:#fff;background:#000}.jg-modal__step-content-twitter-btn:hover{background:#333}.jg-modal__step-content-input{width:100%;min-width:300px;max-width:60%;margin:0 auto 20px}.jg-modal__step-content-input-name{color:#9a9a9a;text-align:left;margin-bottom:5px;font-size:16px;font-weight:300}.jg-modal__step-content-input-box{flex-wrap:wrap;justify-content:space-around;align-items:center;gap:10px;margin-bottom:10px;display:flex}.jg-modal__step-content-input-box-flex{background:#fafafa;border:1px solid #d2d2d2;justify-content:start;align-items:center;gap:8px;width:100%;padding:10px 15px;display:flex;position:relative}.jg-modal__step-content-input-box-flex .box-corner{width:10px;height:10px;position:absolute}.jg-modal__step-content-input-box-flex .box-corner:first-child{border-top:1px solid #0339c7;border-left:1px solid #0339c7;top:0;left:0}.jg-modal__step-content-input-box-flex .box-corner:nth-child(2){border-top:1px solid #0339c7;border-right:1px solid #0339c7;top:0;right:0}.jg-modal__step-content-input-box-flex .box-corner:nth-child(3){border-bottom:1px solid #0339c7;border-right:1px solid #0339c7;bottom:0;right:0}.jg-modal__step-content-input-box-flex .box-corner:nth-child(4){border-bottom:1px solid #0339c7;border-left:1px solid #0339c7;bottom:0;left:0}.jg-modal__step-content-input-box-flex-icon{color:#0339c7;font-weight:300}.jg-modal__step-content-input-box-flex input{font-family:var(--font-mono);color:#000;outline:none;flex:1;font-weight:300}.jg-modal__step-content-input-box-flex input::placeholder{color:#9a9a9a}.jg-modal__step-content-input-box-flex input:focus{border:none}.jg-modal__step-content-input-box-submit-btn{color:#fff;cursor:pointer;background:#0339c7;border:1px solid #0339c7;padding:10px 20px;font-weight:500;transition:all .2s}.jg-modal__step-content-input-box-submit-btn:hover{background:#1d4ed8;border:1px solid #1d4ed8}.jg-modal__step-content-input-box-submit-btn:disabled{color:#b3b3b3;cursor:default;background:#f2f2f2;border:1px solid #f2f2f2}.jg-modal__step-content-input-box-submit-btn:disabled:hover{color:#b3b3b3;background:#f2f2f2}.jg-modal__step-content-confirm{width:100%;min-width:300px;max-width:60%;margin:0 auto 20px}.jg-modal__step-content-confirm-name{color:#9a9a9a;text-align:left;margin-bottom:5px;font-size:16px;font-weight:300}.jg-modal__step-content-confirm-box{justify-content:space-around;align-items:center;gap:10px;margin-bottom:10px;display:flex}.jg-modal__step-content-confirm-box-flex{background:#fafafa;border:1px solid #d2d2d2;justify-content:start;align-items:center;gap:8px;width:100%;padding:10px 15px;display:flex;position:relative}.jg-modal__step-content-confirm-box-flex .box-corner{width:10px;height:10px;position:absolute}.jg-modal__step-content-confirm-box-flex .box-corner:first-child{border-top:1px solid #0339c7;border-left:1px solid #0339c7;top:0;left:0}.jg-modal__step-content-confirm-box-flex .box-corner:nth-child(2){border-top:1px solid #0339c7;border-right:1px solid #0339c7;top:0;right:0}.jg-modal__step-content-confirm-box-flex .box-corner:nth-child(3){border-bottom:1px solid #0339c7;border-right:1px solid #0339c7;bottom:0;right:0}.jg-modal__step-content-confirm-box-flex .box-corner:nth-child(4){border-bottom:1px solid #0339c7;border-left:1px solid #0339c7;bottom:0;left:0}.jg-modal__step-content-confirm-box-flex-icon{color:#0339c7;font-weight:300}.jg-modal__step-content-confirm-box-flex-text{font-family:var(--font-mono);color:#707070;text-align:left;text-overflow:ellipsis;-webkit-line-clamp:1;outline:none;-webkit-box-orient:vertical;flex:1;font-weight:300;display:-webkit-box;overflow:hidden}.jg-modal__step-content-tip{color:#9a9a9a;font-weight:300}.jg-modal__continue-btn{color:#fff;cursor:pointer;background:#0339c7;min-width:150px;padding:10px 20px;font-size:16px;font-weight:600;position:absolute;bottom:20px;left:50%;transform:translate(-50%)}.jg-modal__continue-btn:disabled{cursor:default;color:#b3b3b3;background:#f2f2f2}.jg-modal__continue-btn:hover{background:#1d4ed8}.jg-modal__success{width:100%;min-width:400px;max-width:40%;margin:100px auto 0}.jg-modal__success-item{cursor:default;background:#fafafa;border:1px solid #d2d2d2;margin-bottom:15px;padding:10px 15px;transition:all .2s;position:relative}.jg-modal__success-item-text{color:#0339c7;font-family:var(--font-mono);text-overflow:ellipsis;-webkit-line-clamp:1;white-space:nowrap;-webkit-box-orient:vertical;font-weight:300;transition:all .2s;display:-webkit-box;overflow:hidden}.jg-modal__success-item .box-corner{width:10px;height:10px;transition:all .3s;position:absolute}.jg-modal__success-item .box-corner:first-child{border-top:1px solid #0339c7;border-left:1px solid #0339c7;top:0;left:0}.jg-modal__success-item .box-corner:nth-child(2){border-top:1px solid #0339c7;border-right:1px solid #0339c7;top:0;right:0}.jg-modal__success-item .box-corner:nth-child(3){border-bottom:1px solid #0339c7;border-right:1px solid #0339c7;bottom:0;right:0}.jg-modal__success-item .box-corner:nth-child(4){border-bottom:1px solid #0339c7;border-left:1px solid #0339c7;bottom:0;left:0}.jg-modal__success-item:hover{background:#0339c7;border:1px solid #0339c7}.jg-modal__success-item:hover .jg-modal__success-item-text{color:#fff}.jg-modal__success-item:hover .box-corner:first-child{top:-6px;left:-6px}.jg-modal__success-item:hover .box-corner:nth-child(2){top:-6px;right:-6px}.jg-modal__success-item:hover .box-corner:nth-child(3){bottom:-6px;right:-6px}.jg-modal__success-item:hover .box-corner:nth-child(4){bottom:-6px;left:-6px}@media (max-width:1399px){.jg-modal{height:90vh}.jg-modal.jg-modal--xs{width:75vw}}@media (max-width:1199px){.jg-modal{width:90vw}}@media (max-width:768px){.jg-hero__title{font-size:2.5rem}.jg-steps{grid-template-columns:1fr;gap:32px}.jg-access__title{font-size:2rem}.jg-access__grid{grid-template-columns:1fr}.jg-gallery__track{justify-content:flex-start;overflow-x:auto}.jg-collection{padding-bottom:0}.jg-collection__grid{grid-template-columns:repeat(2,1fr)}.jg-collection__grid-item{min-width:100%}.jg-collection__grid-item:first-child,.jg-collection__grid-item:nth-child(8){grid-area:auto}.jg-modal{height:80vh}.jg-modal__title{font-size:30px}.jg-modal__subtitle,.jg-access__subtitle{font-size:16px}.jg-modal__step-counter{gap:15px;margin-bottom:25px}.jg-modal__step-counter-item{width:30px;height:30px}.jg-modal__step-counter-item-text{font-size:14px}.jg-modal__step-counter .active .box-corner{width:6px;height:6px}.jg-modal__step-content-btn{font-size:18px}.jg-modal__step-content-inform{min-width:unset;font-size:14px}.jg-modal__continue-btn:disabled:hover{cursor:default;color:#b3b3b3;background:#f2f2f2}.jg-modal__step-heading-title{font-size:20px}.jg-modal__step-heading-indicator{padding:3px 6px;font-size:12px}.jg-hero__cta{font-size:16px}.jg-modal__step-content-input-box-flex,.jg-modal__step-content-confirm-name{padding:10px;font-size:14px}.jg-modal__step-content-confirm,.jg-modal__step-content-inform{max-width:unset}.jg-modal__step-content-confirm-box-flex{padding:10px;font-size:14px}}@media (max-width:575px){.jg-hero__title,.jg-access__title{font-size:30px}.jg-modal__step-heading{margin-bottom:20px}.jg-modal__step-content-tip,.jg-modal__success-item-text{font-size:14px}.jg-modal__success-item{padding:10px}.jg-hero__subtitle p{font-size:16px}.jg-modal{height:85vh}.jg-modal__title{font-size:25px}.jg-modal__step-content-input,.jg-modal__step-content-confirm,.jg-modal__success{max-width:unset;min-width:unset}.jg-modal__step-content-input-box-flex-icon input,.jg-modal__step-content-confirm-box-flex-icon input,.jg-modal__success-box-flex-icon input{text-overflow:ellipsis;-webkit-line-clamp:1;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.jg-modal__subtitle,.jg-modal__step-content-input-name{font-size:14px}.jg-modal__step-content-connect-wallet-btn,.jg-modal__step-content-telegram-btn,.jg-modal__step-content-twitter-btn,.jg-modal__step-content-btn{min-width:unset;max-width:80%;font-size:14px}.jg-access__card{font-size:14px}.jg-access__grid{gap:20px}.jg-gallery__track .avatar-swiper{padding:60px 0}.jg-modal--xs .jg-modal__heading{margin-top:30px}.jg-modal--xs{height:fit-content}.jg-modal__success{margin-top:50px}}
:root{--swiper-theme-color:#007aff}:host{z-index:1;margin-left:auto;margin-right:auto;display:block;position:relative}.swiper{z-index:1;margin-left:auto;margin-right:auto;padding:0;list-style:none;display:block;position:relative;overflow:hidden}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{z-index:1;width:100%;height:100%;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box;display:flex;position:relative}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translate(0,0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;transition-property:transform;display:block;position:relative}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{backface-visibility:hidden;transform:translateZ(0)}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{scrollbar-width:none;-ms-overflow-style:none;overflow:auto}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-slides-offset-before);scroll-margin-inline-start:var(--swiper-slides-offset-before)}.swiper-css-mode.swiper-horizontal>.swiper-wrapper>.swiper-slide:last-child{margin-inline-end:var(--swiper-slides-offset-after)}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-slides-offset-before);scroll-margin-block-start:var(--swiper-slides-offset-before)}.swiper-css-mode.swiper-vertical>.swiper-wrapper>.swiper-slide:last-child{margin-block-end:var(--swiper-slides-offset-after)}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{pointer-events:none;z-index:10;width:100%;height:100%;position:absolute;top:0;left:0}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(270deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(90deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(#0000,#00000080)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(#00000080,#0000)}.swiper-lazy-preloader{z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-top-color:#0000;border-radius:50%;width:42px;height:42px;margin-top:-21px;margin-left:-21px;position:absolute;top:50%;left:50%}:is(.swiper:not(.swiper-watch-progress),.swiper-watch-progress .swiper-slide-visible) .swiper-lazy-preloader{animation:1s linear infinite swiper-preloader-spin}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}

