@charset "UTF-8";@import url(https://fonts.googleapis.com/css?family=Cabin:regular,500,600,700,italic,500italic,600italic,700italic);*{padding:0;margin:0;border:0}*,:after,:before{-webkit-box-sizing:border-box;box-sizing:border-box}:active,:focus{outline:0}a:active,a:focus{outline:0}aside,footer,header,nav{display:block}body,html{height:100%;width:100%;font-size:100%;line-height:1;font-size:14px;-ms-text-size-adjust:100%;-moz-text-size-adjust:100%;-webkit-text-size-adjust:100%}button,input,textarea{font-family:inherit}input::-ms-clear{display:none}button{cursor:pointer}button::-moz-focus-inner{padding:0;border:0}textarea{resize:none}a,a:visited{text-decoration:none}a:hover{text-decoration:none}ul li{list-style:none}img{vertical-align:top}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:400}input:focus::-webkit-input-placeholder{color:transparent}input:focus:-moz-placeholder{color:transparent}input:focus::-moz-placeholder{color:transparent}input:focus:-ms-input-placeholder{color:transparent}textarea:focus::-webkit-input-placeholder{color:transparent}textarea:focus:-moz-placeholder{color:transparent}textarea:focus::-moz-placeholder{color:transparent}textarea:focus:-ms-input-placeholder{color:transparent}.text-block{margin-bottom:40px}.text-block:last-child{margin-bottom:0}.text-block h1{margin-bottom:18px;font-weight:700;font-size:36px;text-align:center}.text-block h2,.text-block h3{margin-bottom:10px;font-weight:700;font-size:24px;line-height:1.5}.text-block .date{color:inherit}.text-block p{font-size:18px;line-height:1.5;color:#434a52}.text-block ul{margin-bottom:16px}.text-block ul:last-child{margin-bottom:0}.text-block ul li{margin-left:32px;margin-bottom:12px;line-height:1.5;font-size:18px;list-style-type:circle}.text-block ul li:last-child{margin-bottom:0}.text-block a:hover{text-decoration:underline}.dark-theme .text-block h1{color:#fff}.dark-theme .text-block h3{color:#fff}.dark-theme .text-block p{color:#c6c6c6}.sorting{position:relative;z-index:11;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.sorting__heading{font-size:36px;font-weight:700;color:#434a52}.sorting__parameters{display:-webkit-box;display:-ms-flexbox;display:flex;max-height:37px;font-size:16px}.sorting__parameter{position:relative;width:170px;margin-right:10px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer;background:#fff;border:1px solid #e5e8eb;border-radius:5px;-webkit-transition:-webkit-box-shadow .3s ease-in-out;transition:-webkit-box-shadow .3s ease-in-out;-o-transition:box-shadow .3s ease-in-out;transition:box-shadow .3s ease-in-out;transition:box-shadow .3s ease-in-out,-webkit-box-shadow .3s ease-in-out}.sorting__parameter:hover{-webkit-box-shadow:0 4px 12px 4px rgba(67,74,82,.1);box-shadow:0 4px 12px 4px rgba(67,74,82,.1)}.sorting__parameter:last-child{margin-right:0}.sorting__parameter._active{border-bottom-right-radius:0;border-bottom-left-radius:0;border-bottom:1px solid transparent}.sorting__parameter._active:hover{-webkit-box-shadow:none;box-shadow:none}.sorting__parameter._active .sorting__elements{display:block;height:unset}.sorting__parameter._active .sorting__selector .down svg{-webkit-transform:translate(-50%,-50%) rotate(-180deg);-ms-transform:translate(-50%,-50%) rotate(-180deg);transform:translate(-50%,-50%) rotate(-180deg)}.sorting__elements{display:none;height:0;width:170px;position:absolute;top:100%;left:-1px;z-index:1;border:1px solid #e5e8eb;border-top:1px solid transparent;border-radius:5px;border-top-left-radius:0;border-top-right-radius:0;background:#fff}.sorting__element{position:relative;padding:12px;padding-right:0;padding-left:32px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-weight:500}.sorting__element:hover{background-color:#eee}.sorting__element--disabled{opacity:.5;background:#bbb;cursor:not-allowed!important;pointer-events:none}.sorting__element--disabled:hover{background:#bbb}.sorting__element._chosen:not([data-value-all]){display:none}.sorting__element::before{content:"";width:100%;height:1px;background:#e5e8eb;position:absolute;top:0;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.sorting__element>div{position:absolute;left:12px}.sorting__element>div img,.sorting__element>div svg{width:12px}.sorting__element>div img path,.sorting__element>div svg path{fill:#434a52}.sorting__element>div img circle,.sorting__element>div svg circle{stroke:#434a52}.sorting__element img{margin-right:15px}.sorting__element .ether-icon{position:absolute;left:10px}.sorting__selector{padding:12px 10px;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;font-weight:500}.sorting__selector>div{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.sorting__selector>div div:first-child{position:absolute;left:12px}.sorting__selector>div span:nth-child(2){padding-left:24px}.sorting__selector>div img,.sorting__selector>div svg{margin-right:10px;width:13px}.sorting__selector .down{width:8px;position:relative}.sorting__selector .down svg{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.dark-theme .sorting__heading{color:#fff}.dark-theme .sorting__parameter{border-color:#6e6f71;background:rgba(255,255,255,.05)}.dark-theme .sorting__parameter:hover{-webkit-box-shadow:0 4px 12px 4px rgba(220,226,231,.1);box-shadow:0 4px 12px 4px rgba(220,226,231,.1)}.dark-theme .sorting__parameter._active{border-bottom-right-radius:0;border-bottom-left-radius:0;border-bottom-color:transparent}.dark-theme .sorting__selector{border-color:#6e6f71;color:#fff}.dark-theme .sorting__selector>div svg path{fill:#fff}.dark-theme .sorting__selector>div svg circle{stroke:#fff}.dark-theme .sorting__elements{background:#2c2e3a;border-color:#6e6f71;border-top-color:transparent;color:#fff}.dark-theme .sorting__element:hover{background:#1d1f2a}.dark-theme .sorting__element::before{background:#6e6f71}.dark-theme .sorting__element--disabled{background:#6e6f71}.dark-theme .sorting__element>div svg path{fill:#fff}.dark-theme .sorting__element>div svg circle{stroke:#fff}.dark-theme .sorting__element>div svg.stroked path{stroke:#fff}.pagination{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%}.pagination__numbers{display:-webkit-box;display:-ms-flexbox;display:flex}.pagination__next,.pagination__number,.pagination__prev{cursor:pointer}.paginationjs{font-size:14px}.paginationjs-pages ul{display:-webkit-box;display:-ms-flexbox;display:flex;gap:21px}.paginationjs-next,.paginationjs-page,.paginationjs-prev{width:30px;height:27px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer;border:1px solid #dce2e7;border-radius:3px}.paginationjs-next._active,.paginationjs-page._active,.paginationjs-prev._active{background:#64b1f0;border-color:#64b1f0}.paginationjs-next._active a,.paginationjs-page._active a,.paginationjs-prev._active a{color:#fff}.paginationjs-next._active a:hover,.paginationjs-page._active a:hover,.paginationjs-prev._active a:hover{color:#fff}.paginationjs-next a,.paginationjs-page a,.paginationjs-prev a{position:relative;color:#7c8186}.paginationjs-next a svg,.paginationjs-page a svg,.paginationjs-prev a svg{position:absolute;top:-7px;left:-4px}.paginationjs-prev a svg{position:absolute;top:-6px;left:-5px}.paginationjs-ellipsis{display:none}.dark-theme .paginationjs-next a,.dark-theme .paginationjs-page a,.dark-theme .paginationjs-prev a{color:#fff}.dark-theme .paginationjs-next svg path,.dark-theme .paginationjs-page svg path,.dark-theme .paginationjs-prev svg path{fill:#fff}.disclaimer{border-top:1px solid #dce2e7;padding:48px 0;font-size:18px;line-height:1.5;color:#7c8186}.disclaimer .container{margin-bottom:24px}.disclaimer .container:last-child{margin-bottom:0}.dark-theme .disclaimer .container{color:#c6c6c6}.upcoming-card{margin-bottom:28px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;background:rgba(220,226,231,.15);border-radius:7px;border:2px solid #e5e8eb}.upcoming-card:last-child{margin-bottom:0}.upcoming-card--featured{background:rgba(100,177,240,.05);border-color:#64b1f0}.upcoming-card__image{min-width:24.8%;overflow:hidden;position:relative}.upcoming-card__image img,.upcoming-card__image video{position:absolute;-o-object-fit:cover;object-fit:cover;width:100%;height:100%;border-top-left-radius:7px;border-bottom-left-radius:7px}.upcoming-card__text{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:24px 18px 16px 20px}.upcoming-card__text h3{margin-bottom:0;font-size:24px;font-weight:700;color:#434a52}.upcoming-card__mid,.upcoming-card__top{margin-bottom:16px}.upcoming-card__bottom,.upcoming-card__item,.upcoming-card__items,.upcoming-card__mid,.upcoming-card__minting,.upcoming-card__parameter,.upcoming-card__parameters,.upcoming-card__socials,.upcoming-card__top{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.upcoming-card__item,.upcoming-card__items,.upcoming-card__parameter,.upcoming-card__parameters{-ms-flex-wrap:wrap;flex-wrap:wrap}.upcoming-card__sign{margin-top:-2px;display:inline-block;padding:1px 8px;border-radius:5px;line-height:1.5;font-weight:700;font-size:16px;color:#fff}.upcoming-card__label{display:inline-block;text-transform:uppercase;font-weight:700;color:#64b1f0}.upcoming-card__description{margin-bottom:28px;font-size:16px;color:#434a52;line-height:1.5}.upcoming-card__description ._show-more{padding-top:8px;display:block;color:#434a52;font-weight:500;background:0 0;font-size:16px}.upcoming-card__description ._show-more._active svg{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.upcoming-card__timer{margin-left:8px;white-space:nowrap;color:#434a52;font-weight:700;font-size:18px}.upcoming-card__timer.timer .time{display:inline-block;width:112px}.upcoming-card__items{row-gap:28px;-webkit-column-gap:40px;-moz-column-gap:40px;column-gap:40px}.upcoming-card__items .upcoming-card__item{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:6px;font-size:16px;color:#434a52}.upcoming-card__items .upcoming-card__item--bottom{color:#7c8186}.upcoming-card__socials{gap:24px}.upcoming-card__soc-link{width:20px;height:38px;position:relative;display:inline-block;padding-top:8px}.upcoming-card__soc-link svg{width:20px;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.upcoming-card__soc-link svg path{-webkit-transition:fill .3s ease-in-out;-o-transition:fill .3s ease-in-out;transition:fill .3s ease-in-out}.upcoming-card__soc-link--stroked svg path{-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.upcoming-card__soc-link:hover svg path{fill:#63686c}.upcoming-card__soc-link:hover.upcoming-card__soc-link--stroked svg path{fill:none;stroke:#63686c}.upcoming-card__parameters{-webkit-column-gap:36px;-moz-column-gap:36px;column-gap:36px;row-gap:16px}.upcoming-card__parameter{-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:6px;font-weight:500;font-size:16px;line-height:100%;color:#7c8186}.upcoming-card__parameter svg{width:18px;height:16px}.upcoming-card__more{position:relative;top:0;right:0;cursor:pointer;text-decoration:underline;-webkit-transition:color .3s ease-in-out;-o-transition:color .3s ease-in-out;transition:color .3s ease-in-out}.upcoming-card__more:focus,.upcoming-card__more:hover{color:#2c3136}.upcoming-card__more:focus>.upcoming-card__tooltip,.upcoming-card__more:hover>.upcoming-card__tooltip{top:20px;visibility:visible;opacity:1}.upcoming-card__tooltip{cursor:text;visibility:hidden;position:absolute;top:30px;left:100%;width:136px;padding:12px;opacity:0;background:#eaebeb;border-radius:8px;color:#434a52;line-height:1.3;-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.upcoming-card__minting{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;gap:8px;font-weight:700;font-size:18px;line-height:100%;color:#434a52}.upcoming-card__minting span{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;gap:8px}.upcoming-card__minting span svg{width:20px;height:20px}.upcoming-card__bottom{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.upcoming-card .upcoming-blockchane-icon{width:20px!important;height:20px!important}.dark-theme .upcoming-card{background:rgba(44,56,66,.15)}.dark-theme .upcoming-card__description,.dark-theme .upcoming-card__item,.dark-theme .upcoming-card__minting,.dark-theme .upcoming-card__text h3,.dark-theme .upcoming-card__timer{color:#c5c5c5}.dark-theme .upcoming-card ._show-more{color:#e5e8eb}.dark-theme .upcoming-card ._show-more svg path{fill:#e5e8eb}.dark-theme .upcoming-card__more:focus,.dark-theme .upcoming-card__more:hover{color:#a9b0b8}.dark-theme .upcoming-card__tooltip{color:#eaebeb;opacity:0;background:#323548;border-radius:8px;width:136px;padding:12px;-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.banner{position:relative;overflow:visible;background:url(/img/collection/bg.jpg) center no-repeat;background-size:cover;height:192px;margin-bottom:80px}.banner__logo{max-width:153px;width:100%;position:absolute;top:100%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.banner__logo img{max-width:100%}.modal-window{position:fixed;top:0;left:0;width:100%;height:100%;display:none;overflow-y:auto;overflow-x:hidden;pointer-events:none;background:rgba(255,255,255,.5)}.modal-window--nft-details .modal-window__content{max-width:none;width:auto;overflow:visible;padding:0}.modal-window--nft-details .modal-window__close{width:30px;height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;top:-36px;right:-5px;border-radius:50%;-webkit-transition:background .3s ease-in-out;-o-transition:background .3s ease-in-out;transition:background .3s ease-in-out}.modal-window--nft-details .modal-window__close svg{position:relative;right:-1px}.modal-window--nft-details .modal-window__close svg path{-webkit-transition:fill .3s ease-in-out;-o-transition:fill .3s ease-in-out;transition:fill .3s ease-in-out}.modal-window--nft-details .modal-window__close:hover{background:rgba(33,33,33,.04)}.modal-window--nft-details .modal-window__close:hover svg path{fill:#000}.modal-window--form--centered .modal-window__content{max-width:440px!important;padding-left:20px}.modal-window--form--centered form{text-align:center}.modal-window--form--congrate .submission-form__logo a,.modal-window--form--congrate .submission-form__logo a img{width:160px}.modal-window--form .modal-window__close{top:2px}.modal-window--form .modal-window__close svg path{-webkit-transition:fill .3s ease-in-out;-o-transition:fill .3s ease-in-out;transition:fill .3s ease-in-out}.modal-window--form .modal-window__close:hover svg path{fill:rgba(0,0,0,.5)}.modal-window--form .modal-window__content{max-width:728px}.modal-window--big-title .modal-window__close{top:6px}.modal-window--chance .modal-window__content{max-width:980px;overflow:visible;border:2px solid #e5e8eb;background:#f7f8fa;-webkit-box-shadow:0 1.22264px 40px #c3d2fa;box-shadow:0 1.22264px 40px #c3d2fa;padding:0}.modal-window--chance .modal-window__content .upcoming-card{border:none}.modal-window--chance .modal-window__back{padding-right:12px;padding-left:12px}.modal-window--chance .modal-window__close{width:30px;height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;top:-37px;right:-5px;border-radius:50%;-webkit-transition:background .3s ease-in-out;-o-transition:background .3s ease-in-out;transition:background .3s ease-in-out}.modal-window--chance .modal-window__close:hover{background:#e3e3e3}.modal-window._active{pointer-events:all;display:block}.modal-window__back{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;min-height:100%;padding:30px 10px}.modal-window__back::after{position:absolute}.modal-window__content{position:relative;width:100%;padding:15px 20px 20px 25px;overflow-x:hidden;overflow-y:auto;border:1px solid #dce2e7;border-radius:5px;background:#fff;color:#000}.modal-window__content::-webkit-scrollbar{display:none}.modal-window__close{position:absolute;top:0;right:20px;font-size:36px;color:#434a52;z-index:999999}.modal-window__close:hover{color:#111}.dark-theme .modal-window{background:rgba(0,0,0,.5)}.dark-theme .modal-window--nft-details .modal-window__close svg path{fill:#aaa}.dark-theme .modal-window--nft-details .modal-window__close:hover{background:rgba(255,255,255,.03)}.dark-theme .modal-window--nft-details .modal-window__close:hover svg path{fill:#fff}.dark-theme .modal-window--chance .modal-window__content{background:#1f212d;border-color:#212330;-webkit-box-shadow:0 1.22264px 40px #73a2e9;box-shadow:0 1.22264px 40px #73a2e9}.dark-theme .modal-window__content{background:#212330;border-color:#6e6f71;color:#fff}.dark-theme .modal-window__close svg path{fill:#fff}.nft-details{overflow-y:auto;overflow-x:hidden}.nft-details--not-available .nft-details__image{position:relative;max-width:none;width:100%;min-height:320px;min-width:520px;background-position:center;background-repeat:no-repeat;background-size:cover}.nft-details--not-available .nft-details__image::before{content:"";width:100%;height:100%;position:absolute;top:0;left:0;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:rgba(0,0,0,.25)}.nft-details--not-available .nft-details__image img{position:absolute;top:45%;left:50%;width:200px;height:200px;min-width:0;border-radius:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.nft-details__caption{top:120px;position:relative;color:#fff;font-size:16px}.nft-details__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}.nft-details__text{width:auto}.nft-details__image{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;max-width:520px;overflow:hidden;border-top-left-radius:5px;border-bottom-left-radius:5px}.nft-details__image picture{display:block;height:100%;width:100%}.nft-details__image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.nft-details__top{padding:25px 16px}.nft-details__rank{margin-bottom:24px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;font-size:24px}.nft-details__option{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:12px;font-size:18px}.nft-details__option:last-child{margin-bottom:0}.nft-details__option a,.nft-details__option span{color:#434a52;-webkit-transition:color .3s ease-in-out;-o-transition:color .3s ease-in-out;transition:color .3s ease-in-out}.nft-details__option a:hover,.nft-details__option span:hover{color:rgba(67,74,82,.6)}.nft-details__option a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-weight:600}.nft-details__option a .ether-icon{width:20px;height:22px}.nft-details__score{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:11px 16px;background:#64b1f0;color:#fff;font-size:24px}.nft-details__table{font-size:16px}.nft-details__table .table{white-space:nowrap;max-height:284px;overflow-x:auto}.nft-details__table .table table{min-width:440px}.nft-details__table .table::-webkit-scrollbar{width:4px}.nft-details__table .table::-webkit-scrollbar-thumb{border-radius:5px;background:#8f8f8f}.nft-details__table .table::-webkit-scrollbar-track{border-radius:5px;background:#dce2e7}.nft-details__table .table .scroll-down-block{max-width:none;width:100%;overflow-y:auto}.nft-details__table .table .scroll-down-block::-webkit-scrollbar{height:4px}.nft-details__table .table .scroll-down-block::-webkit-scrollbar-thumb{border-radius:5px;background:#8f8f8f}.nft-details__table .table .scroll-down-block::-webkit-scrollbar-track{border-radius:5px;background:#dce2e7}.nft-details__table .table .head.row{min-width:440px;padding-right:24px;background:rgba(196,196,196,.2)}.nft-details__table .table .row td,.nft-details__table .table .row th{text-align:left;padding:12px 16px}.nft-details__table .table .row td:last-child,.nft-details__table .table .row th:last-child{text-align:right}.nft-details__table .table .row td:nth-child(2){cursor:pointer}.nft-details__table .table .row td:nth-child(2):hover span{color:#64b1f0}.nft-details__table .table .row span{color:#434a52;font-weight:400}.nft-details__table .table .row:nth-child(even){background:rgba(196,196,196,.2)}.nft-details .nft-details__table .table .head.row strong{opacity:.7;font-size:16px}.nft-details .nft-details__table .table .row span.nft-for-name,.nft-details .nft-details__table .table .row span.nft-for-percent,.nft-details .nft-details__table .table .row span.nft-for-type{text-align:left}.nft-details .nft-details__table .table .row span.nft-for-score{text-align:right}.dark-theme .nft-details__option a,.dark-theme .nft-details__option span{color:#dce2e7}.dark-theme .nft-details__option a:hover{color:rgba(255,255,255,.5)}.dark-theme .nft-details__table .table .row:nth-child(even){background-color:rgba(0,0,0,.2)!important}.dark-theme .nft-details__table .head.row{background-color:rgba(0,0,0,.2)!important}.dark-theme .nft-details__table .head.row strong{color:#fff}.dark-theme .nft-details__table .body .row span{color:#dce2e7}.submission-form__logo{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.submission-form__logo .dark{display:none}.submission-form__title{margin-bottom:8px;color:#434a52;text-align:center;font-size:24px;font-weight:700}.submission-form__subtitle{text-align:center;color:#888;line-height:1.4;font-size:16px;margin-bottom:16px}.submission-form__field{margin-bottom:12px;text-align:left}.submission-form__field:last-of-type{margin-bottom:32px}.submission-form__field:first-child p,.submission-form__field:nth-child(2) p{font-size:18px}.submission-form__field label{width:100%}.submission-form__field span{display:block;font-weight:700;margin-bottom:4px;color:#434a52;font-weight:700;line-height:1.5;font-size:16px}.submission-form__field input,.submission-form__field textarea{border:1px solid #dce2e7;max-width:336px;width:100%;font-size:16px;background:0 0}.submission-form__field textarea{height:80px}.submission-form__field--text p{margin-bottom:6px}.submission-form__field--text input,.submission-form__field--text textarea{max-width:400px;width:100%;padding:8px;border-radius:5px}.submission-form__field--check span{font-size:16px;margin-bottom:10px}.submission-form__field--check label{cursor:pointer}.submission-form__field--check input,.submission-form__field--check textarea{width:auto;display:none}.submission-form__field--check input~span,.submission-form__field--check textarea~span{position:relative;padding-left:36px}.submission-form__field--check input~span::before,.submission-form__field--check textarea~span::before{position:absolute;top:0;left:0;content:"";width:30px;height:30px;border-radius:5px;border:1px solid #dce2e7}.submission-form__field--check input~span::after,.submission-form__field--check textarea~span::after{content:"✓";position:absolute;top:3px;left:8px;width:17px;height:17px;display:none;border-radius:3px;background:0 0;color:#64b1f0}.submission-form__field--check input:checked~span:after,.submission-form__field--check textarea:checked~span:after{display:block}.submission-form__field--check label span:not(:first-child){font-size:18px;color:#696e75;text-transform:uppercase}.submission-form__field--radio p{margin-bottom:15px;color:#696e75}.submission-form__field--radio label{margin-bottom:20px;cursor:pointer}.submission-form__field--radio label span{line-height:1.5;font-weight:700}.submission-form__field--radio input,.submission-form__field--radio textarea{width:auto;display:none}.submission-form__field--radio input~span,.submission-form__field--radio textarea~span{position:relative;padding-left:36px}.submission-form__field--radio input~span::before,.submission-form__field--radio textarea~span::before{position:absolute;top:0;left:0;content:"";width:23px;height:23px;border-radius:50%;border:1px solid #434a52}.submission-form__field--radio input~span::after,.submission-form__field--radio textarea~span::after{content:"";position:absolute;top:4px;left:4px;width:15px;height:15px;display:none;border-radius:50%;background:#64b1f0}.submission-form__field--radio input:checked~span:after,.submission-form__field--radio textarea:checked~span:after{display:block}.submission-form__field--radio label{display:block}.submission-form__field--sort{display:-webkit-box;display:-ms-flexbox;display:flex}.submission-form .sorting{margin-bottom:20px}.submission-form .sorting__parameters{-ms-flex-wrap:wrap;flex-wrap:wrap;row-gap:12px}.submission-form .sorting__elements,.submission-form .sorting__parameter,.submission-form .sorting__selector{width:100%}.submission-form .sorting__elements{width:100.3%}.submission-form .sorting__elements input[type=checkbox]{display:none}.submission-form .sorting__elements input[type=checkbox]+label{border-left:0 solid #000;-webkit-transition:border-width .2s ease-in-out;-o-transition:border-width .2s ease-in-out;transition:border-width .2s ease-in-out}.submission-form .sorting__elements input[type=checkbox]:checked+label{border-left:4px solid #64b1f0}.submission-form .sorting__element{padding-top:6px;padding-bottom:6px;cursor:pointer}.submission-form .sorting__parameters{width:100%;max-height:unset}.submission-form .sorting__parameter{margin-right:0}.submission-form .sorting__selector{padding-top:7px;padding-bottom:7px;background:unset;border-radius:4px}.submission-form .sorting__selector span{margin-bottom:0}.submission-form__button{display:block;padding:12px 52px;margin:0 auto;margin-bottom:24px;background:#64b1f0;border-radius:5px;color:#fff;font-size:16px;font-weight:700;-webkit-transition:background-color .3s ease-in-out;-o-transition:background-color .3s ease-in-out;transition:background-color .3s ease-in-out}.submission-form__button:focus{outline:0}.submission-form__button:hover{background-color:#1e8ee9}.submission-form__suptitle{margin-bottom:8px;text-align:center;font-size:16px;line-height:1.3;color:#888}.submission-form__suptitle a{color:inherit;text-decoration:underline;-webkit-transition:color .3s ease-in-out;-o-transition:color .3s ease-in-out;transition:color .3s ease-in-out}.submission-form__suptitle a:hover{color:#000}.dark-theme .submission-form__logo .primary{display:none}.dark-theme .submission-form__logo .dark{display:block}.dark-theme .submission-form__title{color:#fff}.dark-theme .submission-form__subtitle{color:#c6c6c6}.dark-theme .submission-form__field span{color:#b3b3b3}.dark-theme .submission-form__field input,.dark-theme .submission-form__field textarea{color:#fff;border-color:#6e6f71}.dark-theme .submission-form__field--check label span:not(:first-child){color:#b3b3b3}.dark-theme .submission-form__suptitle{color:#c6c6c6}.dark-theme .submission-form__suptitle a:hover{color:#fff}.dark-theme .submission-form .sorting__selector{background:#212330}.dark-theme .submission-form .sorting__eleemnts{background:#24262f}.chance--no-presale .chance__bottom{padding-top:12px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;border-top:1px solid #dce2e7}.chance--no-presale .chance__bottom>div{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;row-gap:8px}.chance--no-presale .chance__bottom>div div{color:#7c8186}.chance--no-presale .chance__bottom>div strong{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.chance__top{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-column-gap:2%;-moz-column-gap:2%;column-gap:2%;margin-bottom:8px}.chance__top--under{margin-bottom:8px;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.chance__top--under h3{margin-bottom:0;color:#434a52;font-weight:700;font-size:18px}.chance__featured{margin-left:12px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;border-radius:5px;font-weight:700;text-transform:uppercase;color:#64b1f0;font-size:18px}.chance__left{width:100%}.chance__right{width:100%;padding:4px 0;font-size:14px}.chance__right h4{display:none}.chance__images{display:-webkit-box;display:-ms-flexbox;display:flex}.chance__images>div{width:25%}.chance__images img{max-width:none;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;vertical-align:text-top}.chance__props{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap}.chance__props--item{margin-bottom:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:4px;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;row-gap:12px;font-size:14px}.chance__props--item:nth-child(1){-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.chance__props--item:nth-child(2){-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.chance__props--item:nth-child(3){-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.chance__props--item:nth-child(4){-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.chance__props--item:last-child{width:100%;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0;margin-bottom:12px}.chance__props--item:last-child span{display:none}.chance__props--item span{color:#7c8186;font-weight:400}.chance__props--item a{color:#7c8186;font-weight:400}.chance__props--item>a{color:#7c8186;text-decoration:underline;-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.chance__props--item>a:hover{color:#15171a}.chance__props--item strong{color:#434a52}.chance__props--item strong svg{margin-left:4px}.chance__props--item strong a{color:#000;text-decoration:underline}.chance__props--item:last-child{margin-bottom:0}.chance__props--item:last-child a{display:inline-block;margin-bottom:20px}.chance__description{line-height:1.3;font-size:14px;margin-bottom:12px;display:none}.chance__description--mobile{display:block}.chance__presale{width:100%;padding:16px 0 0;border:none;border-radius:0;border-top:1px solid #dce2e7}.chance__presale--item{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:6px;font-size:14px}.chance__presale--item:last-child{margin-bottom:0}.chance__presale--item>span{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-weight:700}.chance__presale--item>span:first-child{color:#7c8186;width:64px;font-weight:400}.chance__presale--item .ether-icon{width:14px;height:17px}.dark-theme .chance h3,.dark-theme .chance h4{color:#fff}.dark-theme .chance strong{color:#fff}.dark-theme .chance strong svg path{fill:#fff}.dark-theme .chance__props--item span{color:#fff}.dark-theme .chance__props--item a{color:#fff}.dark-theme .chance__props--item a:hover{color:#d9d9d9}.dark-theme .chance__presale--item span{color:#fff}.dark-theme .chance--no-presale .chance__bottom>div div{color:#fff}.up-button{position:fixed;right:50px;bottom:50px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:50px;height:50px;border-radius:10%;background:#64b1f0;-webkit-transition:background .3s ease-in-out;-o-transition:background .3s ease-in-out;transition:background .3s ease-in-out}.up-button:hover{background:#369aec}.up-button svg{width:28px;height:28px}.up-button svg path{fill:#fff}#done-tooltip{position:fixed;top:-15%;left:50%;z-index:10000000;pointer-events:none;width:140px;background:#fff;-webkit-box-shadow:0 0 12px 12px rgba(0,0,0,.02);box-shadow:0 0 12px 12px rgba(0,0,0,.02);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:12px;padding:10px 15px;border-radius:8px;-webkit-transform:translate(-50%);-ms-transform:translate(-50%);transform:translate(-50%);-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}#done-tooltip._visible{top:5%}.dark-theme #done-tooltip{background:#212330;color:#fff;-webkit-box-shadow:0 0 8px 6px rgba(255,255,255,.01);box-shadow:0 0 8px 6px rgba(255,255,255,.01)}.table--statics{padding-bottom:1px;margin-bottom:16px;text-align:center;font-size:16px;overflow-x:auto;overflow-y:auto}.table--statics::-webkit-scrollbar{height:4px}.table--statics::-webkit-scrollbar-thumb{border-radius:5px;background:#434a52}.table--statics::-webkit-scrollbar-track{border-radius:5px;background:#dce2e7}.table--statics table{width:100%;min-width:940px;border-collapse:collapse}.table--statics table tr{border-bottom:1px solid #e5e8eb}.table--statics table tr th.main-info{display:none}.table--statics table tr th:nth-child(2){text-align:left}.table--statics table tr td:nth-child(2)>span{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.table--statics table tr td:nth-child(2)>span span{margin-right:16px}.table--statics table tr td:nth-child(2) img{max-width:40px}.table--statics table td:first-child{display:none}.table--statics thead tr th{padding-bottom:15px;cursor:pointer;color:#434a52}.table--statics thead tr th:first-child{text-align:left}.table--statics thead tr th.th-mobile-colspan-2{-webkit-column-span:2;-moz-column-span:2;column-span:2}.table--statics thead tr th._active svg{opacity:1;display:inline-block;width:11px;margin-left:3px}.table--statics thead tr th._active-asc svg{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.table--statics thead tr th._active-desc svg{-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0)}.table--statics thead tr th svg{opacity:.3}.table--statics thead tr th svg path{fill:#434a52}.table--statics tbody tr td{padding:10px 0 10px 10px;line-height:2.4}.table--statics tbody tr td.greencolor,.table--statics tbody tr td.redcolor{font-weight:600}.table--statics tbody tr td:nth-child(2){min-width:28px}.table--statics tbody tr td a{color:inherit;font-size:inherit}.table--statics tbody tr td h4,.table--statics tbody tr td strong{font-weight:400}.table--statics tbody tr td>span:not(.ether-icon){display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.table--statics tbody tr td .ether-icon{width:18px;height:13px}.table--statics tbody tr{-webkit-transition:background-color,.3s ease-in-out;-o-transition:background-color,.3s ease-in-out;transition:background-color,.3s ease-in-out}.table--statics tbody tr:hover{background-color:#e6e6e6}.table--statics tbody tr:first-child .headcol{margin-top:-1px}.table--statics tbody tr td.main-info{height:59.4px;padding-left:0;vertical-align:middle;text-align:left;font-size:16px;white-space:nowrap}.table--statics tbody tr td.main-info img{display:inline-block;width:41px;height:41px;border-radius:2px;vertical-align:middle}.table--statics tbody tr td.twenty-four{color:#2c895c}.table--statics tbody tr td.twenty-four strong{font-weight:500}.table--statics tbody tr td.seven-d{color:red}.table--statics tbody tr td.seven-d strong{font-weight:500}.table--statics td:nth-child(2){text-align:left}.table--statics .scroll-img{max-width:41px}.table--statics .headcol{width:90px;left:16px;top:auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:4px;border-right:0 none #000;-webkit-transition:background-color,.3s ease-in-out;-o-transition:background-color,.3s ease-in-out;transition:background-color,.3s ease-in-out}.dark-theme .table--statics{color:#fff}.dark-theme .table--statics::-webkit-scrollbar{height:4px}.dark-theme .table--statics::-webkit-scrollbar-thumb{border-radius:5px;background:#dce2e7}.dark-theme .table--statics::-webkit-scrollbar-track{border-radius:5px;background:#434a52}.dark-theme .table--statics table tbody tr:hover{background-color:#1d1f2a}.dark-theme .table--statics table tr th{color:#b3b3b3}.dark-theme .table--statics table tr th svg path{fill:#b3b3b3}.header{position:absolute;top:0;width:100%;z-index:100}.header .container>div{padding:7px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.header .ml-2{margin-left:14px}.header .ml-3{margin-left:21px}.header .ml-4{margin-left:28px}.header .ml-5{margin-left:35px}.header__nav{position:relative}.header__nav ul{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:0}.header__nav a,.header__nav span{font-weight:500;font-size:16px;-webkit-transition:color .3s ease-in-out;-o-transition:color .3s ease-in-out;transition:color .3s ease-in-out}.header__nav li a:hover{color:#929292}.header-mob-rightbox{display:none}.header .logo{width:181px;height:74px;overflow:visible;position:relative}.header .logo img{height:74px;position:absolute;top:50%;left:-20px;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.header__burger{display:none}.header__results{margin-top:-10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;border:1px solid #dce2e7}.header__results--item:hover a,.header__results--item:hover span{color:#64b1f0!important}.header__results--item span:last-child{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.header__results--number{width:24px;padding-right:10px;display:inline-block}.header__results--title{font-weight:700;font-size:16px;color:#111}.header__results._hidden{display:none}.header__results--item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;padding-top:10px;padding-bottom:10px;border-bottom:1px solid #e5e8eb}.header__results--item h3{font-size:16px}.header__results--item span{color:#b3b3b3}.header__results--item.sar-item h3{font-size:14px}.header__results--link{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.header__results--link img{display:block;margin-right:16px;max-width:42px}.header__results--link h3{margin-bottom:0}.header-search-collections{margin-bottom:20px}.header h3.header__results--title{font-size:13px;font-weight:400;line-height:16px}.header h2.header__results--title{font-size:18px;opacity:.4}.header .search-result-box{max-height:248px;overflow:auto;padding-right:10px}.header .search-result-box::-webkit-scrollbar{width:4px;border-radius:5px}.header .search-result-box::-webkit-scrollbar-thumb{border-radius:5px;background:#434a52}.header .search-result-box::-webkit-scrollbar-track{background:#dce2e7}.header #theme-toggler a{display:block;position:relative;width:19px;height:19px}.header__themes--for-desktop{margin-left:16px!important;z-index:10;border-radius:50%;-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.header__themes--for-desktop:hover{background:rgba(93,93,94,.1);-webkit-box-shadow:0 0 0 8px rgba(93,93,94,.1);box-shadow:0 0 0 8px rgba(93,93,94,.1)}.header__themes--for-tablet{display:none}.header__search--for-desktop{height:20px;margin-left:21px;margin-top:4px}.header__search--for-desktop._active{position:absolute;left:0;padding-right:72px;margin-left:0;-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1;max-width:none;width:100%;background:#fff}.header__search--for-desktop._active span{margin-left:0;width:unset}.header__search--for-desktop._active span input{max-width:none;width:100%;display:inline-block}.header__search--for-desktop._active span input::-webkit-input-placeholder{font-size:16px;color:#b3b3b3}.header__search--for-desktop._active span input:focus::-webkit-input-placeholder{font-size:16px;color:#b3b3b3}.header__search--for-desktop span{display:block;width:24px;position:relative;cursor:pointer}.header__search--for-desktop span:hover svg{background:rgba(93,93,94,.1);-webkit-box-shadow:0 0 0 8px rgba(93,93,94,.1);box-shadow:0 0 0 8px rgba(93,93,94,.1)}.header__search--for-desktop span input{margin-left:32px;display:none;background:0 0;font-size:16px;border-bottom:1px solid #e5e8eb}.header__search--for-desktop span svg{position:absolute;top:0;left:0;border-radius:50%;-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.header__search--for-tablet{display:none}.header__search--for-tablet label{width:100%;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;position:relative;padding-bottom:10px;cursor:text;border-bottom:1px solid #e5e8eb}.header__search--for-tablet label input{width:100%;background:0 0;font-size:16px}.header__search--for-tablet label input::-webkit-input-placeholder{font-size:16px;color:#b3b3b3}.header__search--for-tablet label input:focus::-webkit-input-placeholder{color:transparent}.header__search--for-tablet label svg{position:absolute;width:17px;top:40%;right:0;-webkit-transform:translate(0,-50%);-ms-transform:translate(0,-50%);transform:translate(0,-50%)}.header-auth-box{position:relative}.header-auth-box:hover .header-auth-panel{visibility:visible;opacity:1;top:110%}.header-auth-panel{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;position:absolute;top:140%;left:-30px;border:1px solid #dce2e7;padding:10px 16px 12px;border-radius:4px;-webkit-transition:.4s;-o-transition:.4s;transition:.4s;visibility:hidden;opacity:0;background-color:#fff;-webkit-box-shadow:0 1.22264px 20px #c3d2fa;box-shadow:0 1.22264px 20px #c3d2fa}.header-auth-panel a:not(:last-child){border-bottom:1px solid #dce2e7;margin-bottom:8px;padding-bottom:8px}.user-auth svg path{fill:#434a52}.user-auth.auth svg path{fill:#64b1f0}.dark-theme .user-auth svg path{fill:#fff}.dark-theme .user-auth.auth svg path{fill:#64b1f0}.dark-theme .header-auth-panel{background-color:#212330;-webkit-box-shadow:0 1.22264px 20px #212330;box-shadow:0 1.22264px 20px #212330}.light-theme .header{background:#fff}.light-theme .header__nav a,.light-theme .header__nav span{color:#000}.light-theme .header .logo{display:block}.light-theme .header .logo--dark{display:none}.dark-theme .header{background:#212330}.dark-theme .header__nav{background:#212330}.dark-theme .header__nav a,.dark-theme .header__nav span{color:#fff}.dark-theme .header__nav li a:hover{color:#b6b6b6}.dark-theme .header .logo{display:none}.dark-theme .header .logo--dark{display:block}.dark-theme .header__search input{color:#fff}.dark-theme .header__search svg path{fill:#fff}.dark-theme .header__results--title{color:#fff}.dark-theme .header__themes--for-desktop svg path{fill:#fff}.dark-theme .header__themes--for-desktop:hover{background:rgba(93,93,94,.2);-webkit-box-shadow:0 0 0 8px rgba(93,93,94,.2);box-shadow:0 0 0 8px rgba(93,93,94,.2)}.dark-theme .header__themes--for-tablet input~span{border-color:#fff}.dark-theme .header__themes--for-tablet input~span::before{background:#fff}.dark-theme .header__burger span{background:#fff}.dark-theme .header__burger span::after,.dark-theme .header__burger span::before{background:#fff}.dark-theme .header__search--for-desktop._active{background:#212330}.btn-logout{background-color:transparent;border:0;padding:0}.btn-logout:hover span{color:#929292}.home{margin-top:62px}.home h1{margin-bottom:93px;text-align:center}.home__cards{max-width:748px;margin:0 auto;margin-bottom:91px}.home__cards .item{width:29.99%;max-width:224px;padding-top:32px;padding-bottom:27px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;border-radius:8px;-webkit-box-shadow:0 1.22264px 40px #c3d2fa;box-shadow:0 1.22264px 40px #c3d2fa;-webkit-transition:-webkit-box-shadow .3s ease-in-out;transition:-webkit-box-shadow .3s ease-in-out;-o-transition:box-shadow .3s ease-in-out;transition:box-shadow .3s ease-in-out;transition:box-shadow .3s ease-in-out,-webkit-box-shadow .3s ease-in-out}.home__cards .item:hover:not(._disabled){-webkit-box-shadow:0 1.22264px 24px #c3d2fa;box-shadow:0 1.22264px 24px #c3d2fa}.home__cards .item:hover:not(._disabled) .img{-webkit-transform:rotate(3deg) scale(.95);-ms-transform:rotate(3deg) scale(.95);transform:rotate(3deg) scale(.95)}.home__cards .item:hover:not(._disabled) h3{-webkit-transform:scale(1.02);-ms-transform:scale(1.02);transform:scale(1.02)}.home__cards .item._disabled{cursor:not-allowed}.home__cards .item._disabled h3{color:#c6c6c6}.home__cards .item .img{max-width:101px;margin-bottom:26px;position:relative;z-index:0;height:100%;-webkit-transition:-webkit-transform .3s ease-in-out;transition:-webkit-transform .3s ease-in-out;-o-transition:transform .3s ease-in-out;transition:transform .3s ease-in-out;transition:transform .3s ease-in-out,-webkit-transform .3s ease-in-out}.home__cards .item .img img{position:relative;top:50%;left:50%;max-width:100%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.home__cards .item h3{font-size:18px;font-weight:700;color:#434a52;text-align:center;-webkit-transition:-webkit-transform .3s ease-in-out;transition:-webkit-transform .3s ease-in-out;-o-transition:transform .3s ease-in-out;transition:transform .3s ease-in-out;transition:transform .3s ease-in-out,-webkit-transform .3s ease-in-out}.home__description{max-width:700px;margin:0 auto;margin-bottom:100px;font-size:24px;line-height:1.5;text-align:center}.home__description .accent{-webkit-transition:color .3s ease-in-out;-o-transition:color .3s ease-in-out;transition:color .3s ease-in-out}.home__description .accent:hover{text-decoration:underline;color:#369aec}.home__description span{font-weight:700}.home__text{margin-bottom:158px}.dark-theme .home h1{color:#fff}.dark-theme .home__cards .item{-webkit-box-shadow:0 1.22264px 40px #73a2e9;box-shadow:0 1.22264px 40px #73a2e9}.dark-theme .home__cards .item:hover:not(._disabled){-webkit-box-shadow:0 1.22264px 24px #73a2e9;box-shadow:0 1.22264px 24px #73a2e9}.dark-theme .home__cards .item h3{color:#fff}.dark-theme .home__description{color:#fff}.dark-theme .home__text .text-block h2{color:#fff}.dark-theme .home__text .text-block p{color:#c6c6c6}@-webkit-keyframes animate-dice-down{0%{-webkit-transform:translate(-20%,-20%) rotate(3turn);transform:translate(-20%,-20%) rotate(3turn)}50%{-webkit-transform:translate(-20%,-43%) rotate(12turn);transform:translate(-20%,-43%) rotate(12turn)}100%{-webkit-transform:translate(-20%,-20%) rotate(20turn);transform:translate(-20%,-20%) rotate(20turn)}}@keyframes animate-dice-down{0%{-webkit-transform:translate(-20%,-20%) rotate(3turn);transform:translate(-20%,-20%) rotate(3turn)}50%{-webkit-transform:translate(-20%,-43%) rotate(12turn);transform:translate(-20%,-43%) rotate(12turn)}100%{-webkit-transform:translate(-20%,-20%) rotate(20turn);transform:translate(-20%,-20%) rotate(20turn)}}@-webkit-keyframes animate-dice-up{0%{-webkit-transform:translate(20%,13%) rotate(3turn);transform:translate(20%,13%) rotate(3turn)}50%{-webkit-transform:translate(0,-17%) rotate(12turn);transform:translate(0,-17%) rotate(12turn)}100%{-webkit-transform:translate(20%,13%) rotate(20turn);transform:translate(20%,13%) rotate(20turn)}}@keyframes animate-dice-up{0%{-webkit-transform:translate(20%,13%) rotate(3turn);transform:translate(20%,13%) rotate(3turn)}50%{-webkit-transform:translate(0,-17%) rotate(12turn);transform:translate(0,-17%) rotate(12turn)}100%{-webkit-transform:translate(20%,13%) rotate(20turn);transform:translate(20%,13%) rotate(20turn)}}.footer{padding:57px 0;border-top:1px solid #dce2e7}.footer__top{margin-bottom:39px}.footer a{font-size:16px;line-height:1.5;-webkit-transition:color .3s ease-in-out;-o-transition:color .3s ease-in-out;transition:color .3s ease-in-out}.footer a:hover{color:#929292}.footer .rights{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;font-size:16px;line-height:1.5}.footer .rights a{color:inherit}.footer .rights a:hover{text-decoration:underline}.footer .socials{gap:36px}.dark-theme .footer{color:#fff}.dark-theme .footer a{color:#fff!important}.dark-theme .footer a:hover{color:#b6b6b6!important}.privacy{margin-top:8px;margin-bottom:60px}.statics{margin-top:8px}.statics .container{position:relative}.statics .sorting{margin-bottom:24px}.statics .pagination{margin-bottom:50px}.dark-theme .statics__table{color:#c6c6c6}.dark-theme .statics__table .fixed_on_scroll{background:#212330}.dark-theme .statics__table--outer::after{background:-webkit-gradient(linear,right top,left top,from(rgba(255,255,255,.3)),color-stop(90%,rgba(255,255,255,.1)));background:-o-linear-gradient(right,rgba(255,255,255,.3) 0,rgba(255,255,255,.1) 90%);background:linear-gradient(270deg,rgba(255,255,255,.3) 0,rgba(255,255,255,.1) 90%)}.dark-theme .statics__table thead tr th{color:#c6c6c6}.dark-theme .statics__table thead tr th svg path{fill:#c6c6c6}.swipe-frame{position:fixed;pointer-events:none;display:none}@-webkit-keyframes showSwipeLeft{from{opacity:.5;display:block}to{opacity:.5;display:block}}@keyframes showSwipeLeft{from{opacity:.5;display:block}to{opacity:.5;display:block}}.upcoming{margin-top:8px;margin-bottom:50px}.upcoming .sorting__heading{margin-bottom:0}.upcoming__subtext{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:20px}.upcoming__buttons{display:-webkit-box;display:-ms-flexbox;display:flex;gap:12px}.upcoming__buttons button{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px;padding:8px 17px;border-radius:5px;-webkit-transition:background .3s ease-in-out;-o-transition:background .3s ease-in-out;transition:background .3s ease-in-out}.upcoming__buttons button .icon,.upcoming__buttons button svg{height:20px}.upcoming__submit{color:#000;background:#e5e8eb}.upcoming__submit strong{color:inherit}.upcoming__submit:hover{background:#c8cfd5}.upcoming__share.share{width:auto;height:auto;background:#64b1f0;color:#fff}.upcoming__share.share:hover{background:#369aec}.upcoming__share.share .share__selector{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;gap:8px}.upcoming__share.share .share__elements{left:0}.upcoming .sorting{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;margin-bottom:20px}.upcoming .sorting__parameters{-ms-flex-wrap:wrap;flex-wrap:wrap;row-gap:12px}.upcoming .sorting__elements,.upcoming .sorting__parameter,.upcoming .sorting__selector{width:180px}.upcoming .sorting__elements{width:180px}.upcoming .sorting__elements input[type=checkbox]{display:none}.upcoming .sorting__elements input[type=checkbox]+label{border-left:0 solid #000;-webkit-transition:border-width .2s ease-in-out;-o-transition:border-width .2s ease-in-out;transition:border-width .2s ease-in-out}.upcoming .sorting__elements input[type=checkbox]:checked+label{border-left:4px solid #64b1f0}.upcoming .sorting__element{cursor:pointer}.upcoming .sorting__selector{background:rgba(220,226,231,.15)}.upcoming .sorting__elements{width:180px}.dark-theme .upcoming .sorting__heading{color:#fff}.dark-theme .upcoming .sorting__heading span{color:#5b9fd8}.dark-theme .upcoming__submit{background:#2c2f3c;color:#fff;border:1px solid #6e6f71}.dark-theme .upcoming__submit:hover{background:#232630}.dark-theme .upcoming__submit svg line{stroke:#fff}.dark-theme .upcoming .sorting__selector{background:rgba(44,56,66,.15)}.dark-theme .upcoming .sorting__elements input[type=checkbox]:checked+label{background:#1d1f2a;border-left:4px solid #64b1f0}.collection{margin-bottom:40px}.collection--banner{position:relative;background:url(/img/collection/bg.jpg) center no-repeat;background-size:cover}.collection--banner::before{content:"";width:100%;height:100%;position:absolute;top:0;left:0;background:rgba(255,255,255,.88)}.collection__inner{padding:59px 0 71px 0;position:relative}.collection__inner ._show-more{display:none}.collection__inner ._show-more._active svg{z-index:0;-webkit-transform:rotate(-180deg);-ms-transform:rotate(-180deg);transform:rotate(-180deg)}.collection__heading{color:#434a52;font-weight:700;font-size:36px;margin-bottom:36px}.collection__description{font-size:18px;color:#7c8186;margin-bottom:36px;line-height:1.3}.collection__controls{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:16px}.collection__info{width:67%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:18.5px;background:#fff;border:1px solid #dce2e7;border-radius:8.62px}.collection__info--item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.collection__info--item .ether-icon{width:24px;height:24px;margin-bottom:-3px}.collection__info--item .number{display:inline-block;margin-right:12px;margin-bottom:-2px;white-space:nowrap;font-size:24px}.collection__info--item .text{white-space:nowrap}.collection__info--divisor{width:.5px;background:#dce2e7}.collection__search{width:32%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;overflow:hidden;min-width:280px;max-width:360px}.collection__search input{width:100%;color:#434a52;padding:19px;font-size:17px;border:.59px solid #dce2e7;border-top-left-radius:8.62px;border-bottom-left-radius:8.62px;border-right:none}.collection__search input::-webkit-search-cancel-button,.collection__search input::-webkit-search-decoration,.collection__search input::-webkit-search-results-button,.collection__search input::-webkit-search-results-decoration{display:none}.collection__search button{padding:19px 20px;background:#64b1f0;font-size:17px;color:#fff;text-transform:uppercase;border:.59px solid #dce2e7;border-top-right-radius:8.62px;border-bottom-right-radius:8.62px;-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.collection__search button:hover{background:#369aec}.collection__socials{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:12px}.collection__link{position:relative;width:64px;height:64px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:12px 0 7px;border:1px solid #fff;background:#fff;border-radius:8px;-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.collection__link--website{border-color:#64b1f0;color:#64b1f0}.collection__link--website svg path{fill:#64b1f0}.collection__link--discord{border-color:#7a6ef2;color:#7a6ef2}.collection__link--discord svg path{fill:#7a6ef2}.collection__link--twitter{border-color:#00acee;color:#00acee}.collection__link--twitter svg path{fill:#00acee}.collection__link--ribble{border-color:#2fdb88;color:#2fdb88}.collection__link--ribble svg path{fill:#2fdb88!important}.collection__link--ppible{border-color:#37a4ab;color:#37a4ab}.collection__link--ppible svg path{fill:#37a4ab}.collection__link--instagram{border-color:#ee7200;color:#ee7200}.collection__link--instagram svg path{fill:#ee7200}.collection__link--youtube{border-color:#ed4723;color:#ed4723}.collection__link--youtube svg path{fill:#ed4723}.collection__link--more{border-color:#7c8186;color:#7c8186}.collection__link--more .icon svg path{fill:#7c8186}.collection__link:hover{-webkit-transform:translateY(-2px);-ms-transform:translateY(-2px);transform:translateY(-2px)}.collection__link .icon{top:40%;left:50%;position:absolute;margin-bottom:2px;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.collection__link .icon svg{width:24px;height:auto}.collection__items--number{font-size:16px}.collection__items--number strong{font-weight:900}.collection__sort{width:100%;max-width:200px;min-width:200px;display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;padding-right:16px}.collection__sort .down{position:absolute;right:12px;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.collection__sort .sorting__element,.collection__sort .sorting__elements{width:200px}.collection__cards{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:40px;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-column-gap:2%;-moz-column-gap:2%;column-gap:2%;row-gap:20px}.collection__card{cursor:pointer;width:15%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;border:1px solid #dce2e7;border-radius:7px;color:#434a52;-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.collection__card:hover{-webkit-box-shadow:0 0 12px 8px rgba(0,0,0,.1);box-shadow:0 0 12px 8px rgba(0,0,0,.1)}.collection__card--preload{overflow:hidden;height:240px}.collection__card--preload .collection__card--image,.collection__card--preload .collection__card--text p{background:#e6e6e6;width:100%}.collection__card--preload .collection__card--image{height:100%;position:relative}.collection__card--preload .collection__card--image::after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%);background-image:-webkit-gradient(linear,left top,right top,color-stop(0,rgba(255,255,255,0)),color-stop(20%,rgba(255,255,255,.2)),color-stop(60%,rgba(255,255,255,.5)),to(rgba(255,255,255,0)));background-image:-o-linear-gradient(left,rgba(255,255,255,0) 0,rgba(255,255,255,.2) 20%,rgba(255,255,255,.5) 60%,rgba(255,255,255,0));background-image:linear-gradient(90deg,rgba(255,255,255,0) 0,rgba(255,255,255,.2) 20%,rgba(255,255,255,.5) 60%,rgba(255,255,255,0));-webkit-animation:shimmer 2s infinite;animation:shimmer 2s infinite}.collection__card--preload .collection__card--text{width:100%}.collection__card--preload .collection__card--text p{height:20px;position:relative}.collection__card--preload .collection__card--text p:first-child{margin-bottom:8px}.collection__card--preload .collection__card--text p::after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%);background-image:-webkit-gradient(linear,left top,right top,color-stop(0,rgba(255,255,255,0)),color-stop(20%,rgba(255,255,255,.2)),color-stop(60%,rgba(255,255,255,.5)),to(rgba(255,255,255,0)));background-image:-o-linear-gradient(left,rgba(255,255,255,0) 0,rgba(255,255,255,.2) 20%,rgba(255,255,255,.5) 60%,rgba(255,255,255,0));background-image:linear-gradient(90deg,rgba(255,255,255,0) 0,rgba(255,255,255,.2) 20%,rgba(255,255,255,.5) 60%,rgba(255,255,255,0));-webkit-animation:shimmer 2s infinite;animation:shimmer 2s infinite}.collection__card--not-available{overflow:hidden;border-radius:8px;position:relative}.collection__card--not-available .collection__card--image{position:relative;top:0;left:0;width:100%;min-height:164px;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;background-size:cover;background-repeat:no-repeat;background-position:center}.collection__card--not-available .collection__card--image::before{content:"";font-size:0;position:absolute;width:100%;height:100%;margin-bottom:0;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:rgba(0,0,0,.25)}.collection__card--not-available .collection__card--image img{top:-20px;position:relative;width:100px;height:100px;border-radius:50%}.collection__card--not-available .collection__card--caption{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:absolute;top:80%;left:50%;text-align:center;color:#fff;font-size:14px;font-weight:600;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.collection__card--not-available .collection__card--text{width:100%;position:relative;bottom:0}.collection__card--image{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;border-radius:5px;overflow:hidden;border-bottom-left-radius:0;border-bottom-right-radius:0}.collection__card--image img{-o-object-fit:cover;object-fit:cover}.collection__card.collection__card--with-price .collection-card__top{padding:0 8px 0;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.collection__card.collection__card--with-price .collection-card__rank{margin-bottom:0}.collection__card.collection__card--with-price .collection-card__price{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:0;color:#434a52}.collection__card.collection__card--with-price .collection-card__price .ether-icon{margin-bottom:0}.collection__card p{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:0 8px 8px}.collection__card p:last-child{margin-bottom:0}.collection__card p span{display:inline-block;width:100%}.collection__card p strong{display:inline-block;max-width:48px;width:100%}.collection__card div{margin-bottom:8px}.collection__card div img{max-width:100%;width:100%}.share{width:64px;height:64px;position:relative;z-index:1}.share._active .share__elements{display:-webkit-box;display:-ms-flexbox;display:flex}.share__selector{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.share .icon{left:47%}.share__elements{position:absolute;top:110%;left:0;overflow:hidden;width:180px;display:none;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:start;z-index:10;background:#fff;border-radius:8px;-webkit-box-shadow:0 0 12px 12px rgba(0,0,0,.04);box-shadow:0 0 12px 12px rgba(0,0,0,.04)}.share__link{width:100%;padding:10px 15px 10px 8px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px;color:#000;font-weight:500;font-size:14px;border-bottom:1px solid #e5e8eb}.share__link:last-child{border-bottom:none}.share__link img{margin-left:-2px;margin-right:-2px;width:20px;height:20px;-webkit-transform:scale(1.6);-ms-transform:scale(1.6);transform:scale(1.6)}.share__link img.logo--dark{display:none;-webkit-transform:scale(1.8);-ms-transform:scale(1.8);transform:scale(1.8)}.share__link svg{width:16px;height:auto;margin-right:0;border-radius:2px}.share__link:hover{background:#eaeaea}@-webkit-keyframes shimmer{100%{-webkit-transform:translateX(100%);transform:translateX(100%)}}@keyframes shimmer{100%{-webkit-transform:translateX(100%);transform:translateX(100%)}}.dark-theme .collection--banner::before{background:rgba(29,31,42,.9)}.dark-theme .collection__heading{color:#fff}.dark-theme .collection__description{color:#c6c6c6}.dark-theme .collection__info{background:#212330;border-color:#6e6f71}.dark-theme .collection__info--item .number{color:#fff}.dark-theme .collection__info--item .text{color:#c6c6c6}.dark-theme .collection__search button,.dark-theme .collection__search input{border-color:#6e6f71}.dark-theme .collection__search input{background:#212330;color:#fff}.dark-theme .collection__search input::-webkit-input-placeholder{color:#dce2e7}.dark-theme .collection__search input::-moz-placeholder{color:#dce2e7}.dark-theme .collection__search input:-ms-input-placeholder{color:#dce2e7}.dark-theme .collection__search input::-ms-input-placeholder{color:#dce2e7}.dark-theme .collection__search input::placeholder{color:#dce2e7}.dark-theme .collection__search button{background:#38a5ff}.dark-theme .collection__search button:hover{background:#058eff}.dark-theme .collection__link{background:#212330}.dark-theme .collection ._show-more{color:#fff}.dark-theme .collection ._show-more svg path{fill:#fff}.dark-theme .collection__items--number{color:#fff}.dark-theme .collection__sort .down svg path{fill:#eee}.dark-theme .collection__card{background:rgba(255,255,255,.05);color:#fff;border-color:#434a52}.dark-theme .collection__card:hover{-webkit-box-shadow:0 0 12px 8px rgba(255,255,255,.1);box-shadow:0 0 12px 8px rgba(255,255,255,.1)}.dark-theme .collection__card--preload .collection__card--image,.dark-theme .collection__card--preload .collection__card--text p{background:rgba(255,255,255,.05)}.dark-theme .collection__card--preload .collection__card--image::after,.dark-theme .collection__card--preload .collection__card--text p::after{background-image:-webkit-gradient(linear,left top,right top,color-stop(0,rgba(110,111,113,0)),color-stop(20%,rgba(110,111,113,.2)),color-stop(60%,rgba(110,111,113,.5)),to(rgba(110,111,113,0)));background-image:-o-linear-gradient(left,rgba(110,111,113,0) 0,rgba(110,111,113,.2) 20%,rgba(110,111,113,.5) 60%,rgba(110,111,113,0));background-image:linear-gradient(90deg,rgba(110,111,113,0) 0,rgba(110,111,113,.2) 20%,rgba(110,111,113,.5) 60%,rgba(110,111,113,0))}.dark-theme .collection__card.collection__card--with-price .collection-card__rank{margin-bottom:0}.dark-theme .collection__card.collection__card--with-price .collection-card__price{color:#fff}.dark-theme .collection .share__elements{background:#212330;-webkit-box-shadow:0 0 12px 8px rgba(255,255,255,.02);box-shadow:0 0 12px 8px rgba(255,255,255,.02)}.dark-theme .collection .share__link{color:#fff;border-bottom:1px solid #434a52}.dark-theme .collection .share__link img{display:none}.dark-theme .collection .share__link img.logo--dark{display:block}.dark-theme .collection .share__link:hover{background:rgba(0,0,0,.2)}.contacts__title{font-size:36px;color:#434a52;font-weight:700;margin-top:12px;margin-bottom:-40px}.contacts__top{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:48px}.contacts__text{max-width:487px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.contacts__text p{margin-bottom:28px}.contacts__buttons{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:12px;color:#fff;font-weight:700}.contacts__button{border-radius:4px;padding:12px 54px;background-color:#64b1f0;font-size:14px;line-height:1;color:inherit;font-weight:inherit;-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.contacts__button:hover{background-color:#369aec}.contacts__button--link{color:#434a52;background-color:transparent;border:1px solid #434a52}.contacts__button--link:hover{color:#fff;background:#434a52}.contacts__image{margin-top:32px;max-width:622px}.contacts__image img{max-width:100%}.contacts__image--light{display:block}.contacts__image--dark{display:none}.contacts__block{color:#434a52}.contacts__block--top{padding:20px;border:2px solid #dce2e7;border-top-right-radius:7px;border-top-left-radius:7px}.contacts__block--top .ether-icon{width:32px;height:24px}.contacts__block--mid{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:20px;gap:32px;-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important;border:2px solid #dce2e7;border-top:none;border-bottom-left-radius:7px;border-bottom-right-radius:7px}.contacts__block h3{margin-bottom:5px;font-weight:700;line-height:1.5;font-size:24px}.contacts__block h3 span{color:#64b1f0!important;text-transform:uppercase;display:inline-block;margin-left:12px}.contacts__block p{font-size:18px;line-height:1.5}.contacts__block p a{color:#64b1f0;text-decoration:underline}.contacts__bottom{margin-bottom:36px;color:#434a52}.contacts__bottom h2{margin-bottom:20px;font-size:36px;color:#434a52;font-weight:700}.contacts__features{width:100%;-ms-flex-wrap:wrap;flex-wrap:wrap;row-gap:32px}.contacts__features--block{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important;-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:start!important;width:50%;row-gap:16px}.contacts__features--block span,.contacts__features--block strong{-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important;font-size:18px!important}.contacts__features--block span{color:#7c8186;font-weight:300!important}.contacts__pricing{margin-bottom:36px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}.contacts__pricing .ether-icon{width:22px}.contacts__pricing .contacts__block{width:49%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-bottom:0;border-radius:7px}.contacts__pricing .contacts__block--premium{background-color:#64b1f00d}.contacts__pricing .contacts__block--premium .contacts__block--top{border-color:#64b1f0}.contacts__pricing .contacts__block--premium .contacts__block--mid{border-color:#64b1f0}.contacts__pricing .contacts__block--premium .contacts__block--mid div button{background:#64b1f0}.contacts__pricing .contacts__block--premium .contacts__block--mid div button:hover{background:#369aec}.contacts__pricing .contacts__block h3{font-size:20px}.contacts__pricing .contacts__block ul{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;margin-bottom:25px}.contacts__pricing .contacts__block ul li{position:relative;margin-bottom:10px;padding-left:32px;font-size:16px;line-height:1.3;text-align:justify}.contacts__pricing .contacts__block ul li::before{content:"";position:absolute;top:8px;left:0;width:18px;height:10px;background:url(/img/contacts/item.svg) center no-repeat}.contacts__pricing .contacts__block div{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.contacts__pricing .contacts__block div.ether-icon{width:22px;height:24px}.contacts__pricing .contacts__block div button{padding:12px 52px;border-radius:5px;background-color:#7c8186;outline:0;font-weight:700;color:#fff;-webkit-transition:background-color .3s ease-in-out;-o-transition:background-color .3s ease-in-out;transition:background-color .3s ease-in-out}.contacts__pricing .contacts__block div button:hover{background-color:#63686c}.contacts__pricing .contacts__block div button.accent{background-color:#64b1f0}.contacts__pricing .contacts__block div button.accent:hover{background-color:#369aec}.contacts__pricing .contacts__block div span,.contacts__pricing .contacts__block div strong{font-size:20px;font-weight:700}.contacts__pricing .contacts__block div strong{font-weight:500;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.contacts__ethereum{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.contacts__description{padding:0;margin-bottom:0;border-top:none;font-size:18px;line-height:1.5}.dark-theme .contacts__text h2{color:#fff}.dark-theme .contacts__button--link{color:#fff;border-color:#fff}.dark-theme .contacts__button--link:hover{color:#434a52;background-color:#fff}.dark-theme .contacts__title{color:#fff}.dark-theme .contacts__block--premium{background-color:#24253f}.dark-theme .contacts__block h3{color:#fff}.dark-theme .contacts__block p{color:#c6c6c6}.dark-theme .contacts__block p a{color:#64b1f0}.dark-theme .contacts__bottom h2{color:#fff}.dark-theme .contacts__pricing .contacts__block ul li{color:#c6c6c6}.dark-theme .contacts__pricing .contacts__block div strong{color:#fff}.dark-theme .contacts__description{color:#c6c6c6}.dark-theme .contacts__image--light{display:none}.dark-theme .contacts__image--dark{display:block}.dark-theme .contacts .contacts__pricing .contacts__block div span{color:#c6c6c6}.dark-theme .contacts .contacts__pricing .contacts__block .contacts__block--top span{color:#fff}.error-page{text-align:center;height:100%;z-index:1;position:relative}.error-page::before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1;background:url(/img/404/bg.png) center no-repeat;background-size:cover}.error-page__inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding-bottom:48px}.error-page__error{margin-bottom:24px;position:relative;color:#408ac7;font-size:216px;font-weight:900}.error-page__error:after,.error-page__error:before{content:attr(title);color:rgba(100,177,240,.33);position:absolute}.error-page__error:before{top:3px;left:3px}.error-page__error:after{top:6px;left:6px}.error-page h2{font-size:28px;font-weight:700}.error-page p{max-width:780px;margin:0 auto;width:100%;margin-bottom:32px;color:#b6b6b6;font-weight:200;line-height:1.36;font-size:16px}.error-page a{padding:.8em 2em;font-size:16px;background:#64b1f0;border-radius:8px;text-transform:uppercase;color:#fff;-webkit-transition:background-color .3s ease-in-out;-o-transition:background-color .3s ease-in-out;transition:background-color .3s ease-in-out}.error-page a:hover{background:#369aec}.dark-theme .error-page h2{color:#fff}body{font-family:Cabin,sans-serif}body.light-theme{background:#fff}body.dark-theme{background:#212330}body._fixed{overflow:hidden}h1,h2,h3,h4,h5,h6,p{margin-bottom:.5em}.page{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;min-height:100vh;padding-top:88px;font-family:Cabin,sans-serif}.page._fixed{overflow:hidden}.page.light-theme{background:#fff}.page.dark-theme{background:#212330}.page._blurred{overflow:hidden;-webkit-filter:blur(12px);filter:blur(12px)}[data-open-modal-window]{cursor:pointer}.container{max-width:1218px;width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}.accent{color:#64b1f0}.heading-1{font-size:36px;font-weight:700}.text-dark{color:#000}.mr-4{margin-right:1.5rem}.d-flex{display:-webkit-box;display:-ms-flexbox;display:flex}.d-none{display:none!important}.flex-column{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.align-items-center{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.justify-content-between{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.text-left{text-align:left!important}.font-weight-bold{font-weight:700}.ether-icon{width:14px;height:17px;display:inline-block;margin-right:4px;background:url(/img/ether/ether.svg) no-repeat;background-size:contain;background-position:50% 50%}.dark-theme .ether-icon{background:url(/img/ether/dark-theme-ether.svg) center no-repeat;background-size:contain}@media screen and (min-width:640px){.upcoming-card{min-height:274px}.upcoming-card__minting,.upcoming-card__socials{margin-left:12px}.upcoming-card__sign{margin-left:8px}.upcoming-card__label{margin-left:12px}.upcoming-card__description ._show-more{display:none}}@media screen and (min-width:720px){.nft-details__text{min-width:550px}.nft-details__table .table table{width:100%;min-width:0}.header__results{position:absolute;top:40px;left:0;padding:16px 0 10px 10px;padding-top:16px;overflow-y:auto;width:91%;border-radius:4px;z-index:999999999;-webkit-box-shadow:0 4px 12px 4px rgba(67,74,82,.1);box-shadow:0 4px 12px 4px rgba(67,74,82,.1);background:#fff}.header__results::-webkit-scrollbar{width:4px;border-radius:5px}.header__results::-webkit-scrollbar-thumb{border-radius:5px;background:#434a52}.header__results::-webkit-scrollbar-track{background:#dce2e7}.header__results .header__results--link h3{font-weight:600;margin-bottom:0;font-size:15px}.header__results .header__results--link.sar-item h3{font-size:14px}.header__results--item span{display:inline-block;font-size:16px}.header__results--item span:not(.header__results--number){padding-left:20px;font-size:14px}.dark-theme .header__results{background:#212330}.dark-theme .header__results::-webkit-scrollbar-thumb{background:#fff}.dark-theme .header__results::-webkit-scrollbar-track{background:#b3b3b3}.collection__search--hide-on-pc{display:none}}@media screen and (min-width:1024px){.chance__images{max-width:none;height:auto}}@media screen and (max-width:1200px){.nft-details__text{min-width:47%}.nft-details__image{min-width:47%}}@media screen and (max-width:1100px){.table--statics{margin-left:90px}.table--statics table tr th.main-info{display:-webkit-box;display:-ms-flexbox;display:flex}.table--statics table tr td:nth-child(2)>span span{display:none}.table--statics table td:first-child{display:-webkit-box;display:-ms-flexbox;display:flex;gap:12px}.table--statics tbody tr:hover .headcol{background-color:#e6e6e6}.table--statics .headcol{position:absolute}.dark-theme .table--statics table tbody tr:hover .headcol{background-color:#1d1f2a}}@media screen and (max-width:1070px){.contacts__title{margin-bottom:0}}@media screen and (max-width:1024px){.nft-details--not-available .nft-details__image{min-width:320px}.collection__controls{gap:12px}.collection__info{-ms-flex-wrap:wrap;flex-wrap:wrap;row-gap:12px}.collection__info--item{width:48%;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.collection__info--divisor:nth-child(4){display:none}.collection__search input{font-size:16px}.collection__search button{font-size:16px}}@media (max-width:1000px){.text-block h1{margin-bottom:10px;font-size:30px}.text-block h3{margin-bottom:10px}.sorting__parameter{width:145px}.sorting__elements{width:145px}.disclaimer{padding:30px 0;font-size:14px}.banner{height:162px;margin-bottom:64px}.banner__logo{max-width:109px}.home h1{margin-bottom:50px}.home__cards{margin-bottom:50px}.home__description{margin-bottom:90px}.home__text{margin-bottom:60px}.footer{padding:40px 0}.privacy{margin-top:30px}.statics .pagination{margin-bottom:30px}.collection__card{width:23.5%}.contacts{margin-top:34px}.contacts__title{margin-top:0;margin-bottom:15px;font-size:30px}.contacts__top{margin-bottom:60px}.contacts__text{max-width:433px;margin-top:0}.contacts__image{max-width:489px;margin-top:0}.contacts__block{margin-bottom:35px}.contacts__block:last-child{margin-bottom:0}.contacts__block--mid{row-gap:16px}.contacts__block h3{font-size:20px;margin-bottom:0}.contacts__block p{font-size:16px}.contacts__bottom h2{margin-bottom:29px;font-size:30px}.contacts__features{row-gap:16px}.contacts__features--block{row-gap:8px}.contacts__features--block span,.contacts__features--block strong{font-size:14px!important}.contacts__pricing .contacts__block h3{font-size:22px}.contacts__pricing .contacts__block ul li{font-size:14px}.contacts__pricing .contacts__block div button{font-size:14px}.contacts__description{font-size:16px}}@media screen and (max-width:992px){.footer__top nav>ul{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.footer__top nav>ul li{margin-bottom:8px}.footer .socials{width:50%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:5px}}@media screen and (max-width:960px){.modal-window--nft-details .modal-window__content{min-width:0}.nft-details__table .table{max-height:218px}}@media screen and (max-width:920px){.table--statics{padding-bottom:6px;margin-bottom:24px}}@media screen and (max-width:860px){.nft-details__table .table{max-height:164px}}@media screen and (max-width:820px){.collection__info{width:100%}.collection__search{max-width:none;width:50%}.contacts__block--top{padding:8px}.contacts__block--mid{padding:8px}}@media (max-width:768px){.sorting__heading{font-size:26px}.disclaimer{font-size:14px}.banner{height:107px;margin-bottom:61px}.banner__logo{max-width:100px}.submission-form__title{font-size:20px;padding:0 20px}.home{margin-top:105px}.home h1{margin-bottom:19px}.home__cards{margin-bottom:40px}.home__description{margin-bottom:50px}.home__text{margin-bottom:40px}.privacy{margin-top:23px}.statics{margin-top:16px}.upcoming{margin-top:24px}.collection__card{width:31%}.contacts{margin-top:37px}.contacts__top{margin-bottom:50px}.contacts__text{max-width:336px;margin-bottom:24px}.contacts__image{max-width:352px}.contacts__pricing .contacts__block h3{font-size:20px}.contacts__pricing .contacts__block div button{padding:11px 49px;font-size:14px}.page{padding-top:74px}}@media screen and (max-width:768px){.sorting__parameters{max-height:none;-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline}}@media screen and (max-width:760px){.nft-details__table .table{max-height:144px}}@media screen and (max-width:720px){.upcoming-card__tooltip{right:unset;left:-100%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.modal-window--nft-details .modal-window__content{max-width:480px}.nft-details__content{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.nft-details__text{width:100%}.nft-details__image{width:100%}.nft-details__table .table{max-height:36vh}.submission-form .sorting__parameters{max-height:unset}.header{z-index:9999999}.header .container,.header .container>div{height:64px}.header__nav{display:none;position:absolute;top:60px;right:0;z-index:10;width:100%;height:100vh;padding-left:20px;padding-right:20px;overflow:scroll;padding-bottom:100px;padding-top:24px;background:#fff}.header__nav::-webkit-scrollbar{width:2px}.header__nav._active{display:block}.header__nav ul{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.header__nav ul._hidden li:not(:first-child){display:none}.header__nav ul li{margin-left:0!important;width:100%}.header__nav ul li:not(.header__search--for-tablet){margin-bottom:20px}.header__nav ul li a,.header__nav ul li span{font-size:20px}.header-mob-rightbox{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.header-mob-rightbox .user-auth{margin-right:16px}.header .logo img{left:0;height:56px}.header .logo{margin-left:-18px}.header__burger{display:block;width:24px;height:24px;position:relative}.header__burger._active span{height:0}.header__burger._active span::before{bottom:-1px;-webkit-transform:translate(-50%,-50%) rotate(-45deg);-ms-transform:translate(-50%,-50%) rotate(-45deg);transform:translate(-50%,-50%) rotate(-45deg)}.header__burger._active span::after{top:0;-webkit-transform:translate(-50%,-50%) rotate(45deg);-ms-transform:translate(-50%,-50%) rotate(45deg);transform:translate(-50%,-50%) rotate(45deg)}.header__burger span{position:absolute;top:50%;left:50%;width:75%;height:1.5px;background:#000;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.header__burger span::after,.header__burger span::before{content:"";width:100%;height:100%;position:absolute;left:50%;height:1.5px;background:#000;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.header__burger span::before{bottom:5px}.header__burger span::after{top:6px}.header__results{border:none}.header__themes--for-desktop{display:none}.header__themes--for-tablet{display:block}.header__themes--for-tablet label{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.header__themes--for-tablet input{pointer-events:none;display:none}.header__themes--for-tablet input~span{display:block;width:36px;height:18px;position:relative;border:1px solid #434a52;border-radius:18px}.header__themes--for-tablet input~span::before{content:"";width:14px;height:14px;position:absolute;top:50%;left:1px;background:#434a52;border-radius:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.header__themes--for-tablet input:checked~span::before{left:calc(100% - 14px - 1px)}.header__search--for-desktop{display:none}.header__search--for-tablet{display:block;margin-bottom:36px}.tablet-hide{display:none}.upcoming .sorting__parameters{max-height:unset}.collection__inner{padding:28px 0 32px 0}.collection__inner ._show-more{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:18px;background:0 0;font-size:16px;color:#64b1f0}.collection__inner ._show-more span{display:inline-block;margin-right:4px}.collection__inner ._show-more svg{margin-top:2px}.collection__inner ._show-more svg path{fill:#64b1f0}.collection__inner ._show-on-more-pressed .hidden-content{display:none}.collection__inner ._show-on-more-pressed._active .hidden-content{display:unset}.collection__heading{margin-bottom:20px}.collection__description{margin-bottom:20px}.collection__info{padding-left:12px;padding-right:12px}.collection__info--item .number{font-size:18px}.collection__info--item .text{font-size:14px}.collection__search--hide-on-mobile{display:none}.collection__socials{margin-bottom:20px}.contacts{margin-top:24px}.contacts__top{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.contacts__text{max-width:none}.contacts__buttons{margin-bottom:12px}.contacts__image{max-width:none}.contacts__block{margin-bottom:21px}.contacts__pricing{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:12px}.contacts__pricing .contacts__block{width:100%;margin-bottom:8px}.contacts__pricing .contacts__block:last-child{margin-bottom:0}.error-page::before{background-size:contain;background-position:top center;opacity:.4}}@media screen and (max-width:720px) and (max-width:480px){.header__nav{z-index:-1}}@media screen and (max-width:670px){.home__cards .item{padding-top:16px;padding-bottom:16px}.home__cards .item .img{max-width:82px}.home__cards .item h3{font-size:14px}}@media screen and (max-width:640px){.upcoming-card{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.upcoming-card__image{width:100%;min-height:316px}.upcoming-card__image img,.upcoming-card__image video{border-top-right-radius:7px;border-bottom-right-radius:7px}.upcoming-card__text{padding:24px 16px 12px}.upcoming-card__mid,.upcoming-card__top{margin-bottom:20px}.upcoming-card__bottom,.upcoming-card__item,.upcoming-card__items,.upcoming-card__mid,.upcoming-card__minting,.upcoming-card__parameter,.upcoming-card__parameters,.upcoming-card__socials,.upcoming-card__top{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.upcoming-card__bottom,.upcoming-card__mid,.upcoming-card__top{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:20px}.upcoming-card__description ._toggle-on-mobile{display:none}.upcoming-card__description._active ._toggle-on-mobile{display:inline-block}.upcoming-card__timer{margin-left:0}.upcoming-card__parameters{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.upcoming-card__minting{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.upcoming-card__bottom{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.upcoming__subtext{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:12px;position:relative;z-index:20}}@media screen and (max-width:620px){.sorting{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-bottom:20px}.sorting__element::before{width:90%}.sorting__heading{margin-bottom:24px}.sorting__parameter{width:50%}.sorting__elements{width:calc(100% + 2px)}.statics{margin-top:28px}}@media screen and (max-width:520px){.submission-form .sorting__parameters{-webkit-column-gap:2.5%;-moz-column-gap:2.5%;column-gap:2.5%}.chance__top--under h3{font-size:16px}.chance__featured{font-size:16px}.swipe-frame._show-swipe{width:100%;height:100%;top:0;left:0;right:0;bottom:0;z-index:99999999;display:block;opacity:0;-webkit-animation:showSwipeLeft 4s;animation:showSwipeLeft 4s}.upcoming__buttons button{width:50%;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.upcoming__submit{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.upcoming__share.share{width:50%}.upcoming .sorting__elements,.upcoming .sorting__parameter,.upcoming .sorting__selector{width:auto}.upcoming .sorting__elements{width:101%}.upcoming .sorting__parameters{-webkit-column-gap:2.5%;-moz-column-gap:2.5%;column-gap:2.5%}.upcoming .sorting__parameter{width:48.75%;margin-right:0}.collection__search input{padding:15px}.collection__search button{padding:15px}.error-page__error{font-size:96px}.error-page__error:before{top:2px;left:2px}.error-page__error:after{top:4px;left:4px}.error-page p{font-size:14px}}@media (max-width:480px){.text-block{margin-bottom:30px}.sorting__heading{font-size:24px}.paginationjs-pages ul{gap:9px}.disclaimer{padding:20px 0;font-size:16px}.disclaimer .container{margin-bottom:0}.upcoming-card__tooltip{left:0}.banner{height:91px;margin-bottom:55px}.banner__logo{max-width:80px}.modal-window--form .modal-window__content{padding-right:12px;padding-left:12px}.modal-window__close{right:10px}.header__results--item span{font-size:14px}.home{margin-top:55px}.home h1{margin-bottom:40px}.home__description{margin-bottom:80px;font-size:18px}.footer{padding:30px 0}.footer__top{margin-bottom:28px}.footer__top nav{width:50%}.footer a{font-size:18px}.footer a.sitemap{font-size:14px}.footer .rights{font-size:14px}.statics .sorting{margin-bottom:20px}.statics .pagination{margin-bottom:40px}.collection__cards{margin-bottom:30px}.collection__card{width:48%}.contacts__top{margin-bottom:34px}.contacts__image{max-width:352px}.contacts__bottom h2{margin-bottom:24px}.contacts__pricing .contacts__block div span,.contacts__pricing .contacts__block div strong{font-size:18px}.page{padding-top:40px}.heading-1{font-size:24px}}@media screen and (max-width:480px){.modal-window--nft-details .modal-window__back{margin-top:3vh}.modal-window--chance .modal-window__back{padding-right:8px;padding-left:8px;margin-top:3vh}.collection__inner{padding-top:44px}.collection__heading{margin-bottom:16px;font-size:24px}.collection__description{font-size:16px}.error-page::before{background-position:0 50px}.error-page__inner{padding-top:32px}}@media screen and (max-width:470px){.home__cards .item{-webkit-box-shadow:0 1.22264px 10px #c3d2fa;box-shadow:0 1.22264px 10px #c3d2fa}.home__cards .item{padding-left:9px;padding-right:11px}.home__cards .item .img{max-width:52px}}@media screen and (max-width:460px){.chance__top--under{margin-bottom:6px}}@media screen and (max-width:440px){.modal-window--nft-details .modal-window__content{max-width:90vw}.nft-details__table .table .body{min-width:0}.nft-details__table .table .head.row{min-width:560px}.nft-details__table .table .row{min-width:560px;width:100px}.share__elements{left:-200%}}@media screen and (max-width:420px){.up-button{bottom:20px;right:20px}}@media screen and (max-width:400px){.chance__props--item{margin-bottom:8px}}@media screen and (max-width:380px){.sorting__parameters{-ms-flex-wrap:wrap;flex-wrap:wrap;row-gap:12px}.sorting__parameter{width:48%}.nft-details--not-available .nft-details__image{min-width:0}.nft-details--not-available .nft-details__image img{width:140px;height:140px}.nft-details__caption{top:100px}}@media screen and (max-width:360px){.chance__props--item{margin-bottom:6px}.collection__info--item .text{font-size:14px}}@media (max-width:320px){.banner{height:60px;margin-bottom:45px}.modal-window--chance .modal-window__back{padding-right:4px;padding-left:4px}.home{margin-top:42px}.home__description{margin-bottom:60px}.footer{padding:20px 0}.statics .sorting{margin-bottom:15px}.statics .pagination{margin-bottom:40px}.collection__cards{row-gap:10px}.contacts__image{max-width:280px}.container{padding:0 5px}}@media screen and (max-width:320px){.chance__props--item{margin-bottom:4px}}