@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&display=swap";@import"https://fonts.googleapis.com/css2?family=Lato:wght@100;300;700&display=swap";.noku-library-button.filled.secondary{background:#9616E5;color:#fff}.noku-library-button.filled.secondary:hover{background-color:scale(#9616E5,-10%)}.noku-library-button.filled.gradient{background:-webkit-gradient(linear,right top,left top,from(#4446ED),to(#9013FE));background:-webkit-linear-gradient(right,#4446ED 0%,#9013FE 100%);background:-moz-linear-gradient(right,#4446ED 0%,#9013FE 100%);background:-o-linear-gradient(right,#4446ED 0%,#9013FE 100%);background:linear-gradient(270deg,#4446ED 0%,#9013FE 100%);-webkit-box-shadow:0px 1px 3px rgba(0,0,0,.3);-moz-box-shadow:0px 1px 3px rgba(0,0,0,.3);box-shadow:0 1px 3px #0000004d;color:#fff;z-index:9}.noku-library-button.filled.gradient:after{content:"";position:absolute;z-index:-1;top:0;left:0;width:100%;height:100%;opacity:0;background:-webkit-gradient(linear,right top,left top,from(#9013FE),to(#4446ED));background:-webkit-linear-gradient(right,#9013FE 0%,#4446ED 100%);background:-moz-linear-gradient(right,#9013FE 0%,#4446ED 100%);background:-o-linear-gradient(right,#9013FE 0%,#4446ED 100%);background:linear-gradient(270deg,#9013FE 0%,#4446ED 100%);-webkit-transition:opacity .2s linear;-o-transition:opacity .2s linear;-moz-transition:opacity .2s linear;transition:opacity .2s linear;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.noku-library-button.outlined.primary{background-color:#fff;color:#4446ed;border:1px solid #4446ED}.noku-library-button.outlined.light-primary{background-color:#ececfd;border:1px solid #4446ED;color:#4446ed}.noku-library-progress-bar .foreground{height:2px;-webkit-transition:width .5s ease-in-out;-o-transition:width .5s ease-in-out;-moz-transition:width .5s ease-in-out;transition:width .5s ease-in-out;background-image:-webkit-gradient(linear,left top,right top,from(#4446ED),to(#9013FE));background-image:-webkit-linear-gradient(left,#4446ED,#9013FE);background-image:-moz-linear-gradient(left,#4446ED,#9013FE);background-image:-o-linear-gradient(left,#4446ED,#9013FE);background-image:linear-gradient(to right,#4446ED,#9013FE)}.noku-library-base-input-wrapper:not(.checkbox){display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-flow:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-flow:column;flex-flow:column}.noku-library-base-input-wrapper:not(.checkbox) *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.noku-library-base-input-wrapper:not(.checkbox) input:disabled{background-color:inherit;cursor:inherit}.noku-library-base-input-wrapper:not(.checkbox) .label{display:inline-block;font-size:16px;line-height:20px;margin-bottom:16px}.noku-library-base-input-wrapper:not(.checkbox) .input-container{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;border:1px solid #e4e4e4;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;-webkit-box-align:stretch;-webkit-align-items:stretch;-moz-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;background-color:#fff;color:#4a4a4a;width:100%;height:36px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-transition:border-color 0 .15s ease-in-out;-o-transition:border-color 0 .15s ease-in-out;-moz-transition:border-color 0 .15s ease-in-out;transition:border-color 0 .15s ease-in-out}.noku-library-base-input-wrapper:not(.checkbox) .input-container textarea.input{min-height:4em;resize:none;padding:12px 15px}.noku-library-base-input-wrapper:not(.checkbox) .input-container .input{border:0;font-size:14px;padding:0 10px;height:100%;width:100%;outline:none;font-family:inherit;background-color:transparent}.noku-library-base-input-wrapper:not(.checkbox) .input-container .input::-webkit-input-placeholder{font-weight:200}.noku-library-base-input-wrapper:not(.checkbox) .input-container .input:-moz-placeholder{font-weight:200}.noku-library-base-input-wrapper:not(.checkbox) .input-container .input::-moz-placeholder{font-weight:200}.noku-library-base-input-wrapper:not(.checkbox) .input-container .input:-ms-input-placeholder{font-weight:200}.noku-library-base-input-wrapper:not(.checkbox) .input-container .input::-ms-input-placeholder{font-weight:200}.noku-library-base-input-wrapper:not(.checkbox) .input-container .input::placeholder{font-weight:200}.noku-library-base-input-wrapper:not(.checkbox) .input-container .icon{width:38px;min-width:38px;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:14px}.noku-library-base-input-wrapper:not(.checkbox) .input-container .icon.before-icon{border-right:1px solid #e4e4e4}.noku-library-base-input-wrapper:not(.checkbox) .input-container .icon.after-icon{border-left:1px solid #e4e4e4}.noku-library-base-input-wrapper:not(.checkbox) .error-message{visibility:hidden;color:#c4282c;line-height:20px;height:20px}.noku-library-base-input-wrapper:not(.checkbox).rounded .input-container{-webkit-border-radius:40px;-moz-border-radius:40px;border-radius:40px}.noku-library-base-input-wrapper:not(.checkbox).rounded .input-container .input{-webkit-border-radius:40px;-moz-border-radius:40px;border-radius:40px}.noku-library-base-input-wrapper:not(.checkbox).rounded .label,.noku-library-base-input-wrapper:not(.checkbox).rounded .error-message{margin-right:1rem}.noku-library-base-input-wrapper:not(.checkbox).fluid{width:100%}.noku-library-base-input-wrapper:not(.checkbox).disabled .input-container{background-color:#f5f5f5;cursor:not-allowed}.noku-library-base-input-wrapper:not(.checkbox).error .label{color:#c4282c}.noku-library-base-input-wrapper:not(.checkbox).error .input-container{border:1px solid #c4282c}.noku-library-base-input-wrapper:not(.checkbox).error .error-message{visibility:visible}.noku-library-select .select{color:#4446ed;background-color:#ececfd}.noku-library-select .select:focus{background-color:#ececfd}.noku-library-select .label{font-family:inherit}.noku-library-select .label.Mui-focused{color:#4446ed}.noku-library-select .MuiInputBase-root{font-family:inherit}.noku-library-select .MuiInputBase-root .MuiOutlinedInput-notchedOutline{border-color:#ececfd;-webkit-transition:all .25s;-o-transition:all .25s;-moz-transition:all .25s;transition:all .25s}.noku-library-select .MuiInputBase-root:hover .MuiOutlinedInput-notchedOutline,.noku-library-select .MuiInputBase-root.Mui-focused .MuiOutlinedInput-notchedOutline{border-color:#ececfd}.noku-library-select .select-icon{font-size:18px;-webkit-transition:all .25s;-o-transition:all .25s;-moz-transition:all .25s;transition:all .25s;top:-webkit-calc(50% - 9px);top:-moz-calc(50% - 9px);top:calc(50% - 9px);color:#4446ed}.noku-library-select-menu-item.MuiMenuItem-root{font-family:inherit}.noku-library-select-menu-item.MuiMenuItem-root.Mui-selected{color:#4446ed;background-color:#ececfd}.noku-library-ask-container.ask .finish-step{-webkit-transform:translate(0%);-moz-transform:translate(0%);-ms-transform:translate(0%);-o-transform:translate(0%);transform:translate(0);visibility:visible}.noku-library-ask-container.load .loader-layer{opacity:1}.noku-library-ask-container.finish .checkmark__circle{-webkit-animation:stroke .6s cubic-bezier(.65,0,.45,1) forwards;-moz-animation:stroke .6s cubic-bezier(.65,0,.45,1) forwards;-o-animation:stroke .6s cubic-bezier(.65,0,.45,1) forwards;animation:stroke .6s cubic-bezier(.65,0,.45,1) forwards}.noku-library-ask-container.finish .checkmark__check{-webkit-animation:stroke .3s cubic-bezier(.65,0,.45,1) .5s forwards;-moz-animation:stroke .3s cubic-bezier(.65,0,.45,1) .5s forwards;-o-animation:stroke .3s cubic-bezier(.65,0,.45,1) .5s forwards;animation:stroke .3s cubic-bezier(.65,0,.45,1) .5s forwards}.noku-library-ask-container .finish-step{position:absolute;left:0;right:0;top:0;bottom:0;z-index:999;background-color:#4446ede6;text-align:center;-webkit-transition:all .5s;-o-transition:all .5s;-moz-transition:all .5s;transition:all .5s;-webkit-transform:translateY(100%);-moz-transform:translateY(100%);-ms-transform:translateY(100%);-o-transform:translateY(100%);transform:translateY(100%);visibility:hidden}.noku-library-ask-container .finish-step .ask-layer{position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}@media all and (max-width: 767px){.noku-library-ask-container .finish-step .ask-layer{width:-webkit-calc(100% - 40px);width:-moz-calc(100% - 40px);width:calc(100% - 40px)}}.noku-library-ask-container .finish-step .ask-layer .message{font-weight:400;color:#fff;font-size:14px;line-height:22px}.noku-library-ask-container .finish-step .ask-layer .message .quantity,.noku-library-ask-container .finish-step .ask-layer .message .address{font-weight:700}.noku-library-ask-container .finish-step .ask-layer .message .fee{font-size:14px;opacity:.5;margin-top:5px;margin-bottom:15px}.noku-library-ask-container .finish-step .ask-layer .buttons>*:first-child{margin-right:20px}@media all and (max-width: 767px){.noku-library-ask-container .finish-step .ask-layer .buttons>*:first-child{margin-right:0}.noku-library-ask-container .finish-step .ask-layer .buttons>*:last-child{margin-bottom:20px}}.noku-library-ask-container .finish-step .ask-layer .buttons.column-reverse{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:reverse;-webkit-flex-flow:column-reverse;-moz-box-orient:vertical;-moz-box-direction:reverse;-ms-flex-flow:column-reverse;flex-flow:column-reverse}.noku-library-ask-container .finish-step .loader-layer{opacity:0;-webkit-transition:all .5s;-o-transition:all .5s;-moz-transition:all .5s;transition:all .5s;pointer-events:none;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.noku-library-ask-container .finish-step .loader-layer .checkmark{height:40px;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;display:block;stroke-width:2px;stroke-miterlimit:10;pointer-events:none;left:-2px;top:-10px;-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.noku-library-ask-container .finish-step .loader-layer .checkmark.finish-load .checkmark__circle{stroke-dasharray:166;stroke-dashoffset:166;stroke-width:4px;stroke-miterlimit:10;stroke:#fff;fill:none}.noku-library-ask-container .finish-step .loader-layer .checkmark.finish-load .checkmark__check{-webkit-transform-origin:50% 50%;-moz-transform-origin:50% 50%;-ms-transform-origin:50% 50%;-o-transform-origin:50% 50%;transform-origin:50% 50%;stroke-dasharray:48;stroke-dashoffset:48}.noku-library-ask-container .finish-step .loader-layer .progress{-webkit-transform:translateY(-20px);-moz-transform:translateY(-20px);-ms-transform:translateY(-20px);-o-transform:translateY(-20px);transform:translateY(-20px);margin-top:0;opacity:0}.react-datepicker-popper{z-index:1}.react-datepicker{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;background-color:#fff;padding:1em}.react-datepicker .react-datepicker__navigation{display:none}.react-datepicker .react-datepicker__month-container .react-datepicker__header .custom-header{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-flow:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-flow:row;flex-flow:row;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:10px}.react-datepicker .react-datepicker__month-container .react-datepicker__header .custom-header .current-month{text-transform:uppercase;font-size:14px;font-weight:700;color:#4446ed}.react-datepicker .react-datepicker__month-container .react-datepicker__header .custom-header .next-button,.react-datepicker .react-datepicker__month-container .react-datepicker__header .custom-header .prev-button{cursor:pointer;color:#9b9b9b}.react-datepicker .react-datepicker__month-container .react-datepicker__header .custom-header .next-button.disable-button,.react-datepicker .react-datepicker__month-container .react-datepicker__header .custom-header .prev-button.disable-button{pointer-events:none;color:#f9f9fb}.react-datepicker .react-datepicker__month-container .react-datepicker__header .react-datepicker__current-month{text-transform:uppercase;font-weight:600;color:#4a4a4a;margin-bottom:10px;text-align:center}.react-datepicker .react-datepicker__month-container .react-datepicker__header .react-datepicker__day-names{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.react-datepicker .react-datepicker__month-container .react-datepicker__header .react-datepicker__day-names .react-datepicker__day-name{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;font-size:14px;font-weight:500;color:#9b9b9b;text-transform:uppercase;width:2.5em}.react-datepicker .react-datepicker__month-container .react-datepicker__month{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-flow:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-flow:column;flex-flow:column}.react-datepicker .react-datepicker__month-container .react-datepicker__month .react-datepicker__week{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.react-datepicker .react-datepicker__month-container .react-datepicker__month .react-datepicker__week .react-datepicker__day{cursor:pointer;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;font-weight:300;font-size:14px;color:#9b9b9b;padding:6px 7px;height:2.5em;width:2.5em;outline:none}.react-datepicker .react-datepicker__month-container .react-datepicker__month .react-datepicker__week .react-datepicker__day.react-datepicker__day--in-range{color:#9b9b9b}.react-datepicker .react-datepicker__month-container .react-datepicker__month .react-datepicker__week .react-datepicker__day.react-datepicker__day--range-start,.react-datepicker .react-datepicker__month-container .react-datepicker__month .react-datepicker__week .react-datepicker__day.react-datepicker__day--range-end,.react-datepicker .react-datepicker__month-container .react-datepicker__month .react-datepicker__week .react-datepicker__day.react-datepicker__day--selected{background-color:#4446ed;-webkit-border-radius:50px;-moz-border-radius:50px;border-radius:50px;color:#fff}.react-datepicker .react-datepicker__month-container .react-datepicker__month .react-datepicker__week .react-datepicker__day.react-datepicker__day--outside-month,.react-datepicker .react-datepicker__month-container .react-datepicker__month .react-datepicker__week .react-datepicker__day.day-excluded:not(.react-datepicker__day--range-start):not(.react-datepicker__day--range-end){color:#9b9b9b66}.react-datepicker .react-datepicker__month-container .react-datepicker__month .react-datepicker__week .react-datepicker__day.day-excluded:not(.react-datepicker__day--range-start):not(.react-datepicker__day--range-end){cursor:default}.react-datepicker .react-datepicker__time-container{margin-left:1em;min-width:5em;border-left:1px solid #e4e4e4}.react-datepicker .react-datepicker__time-container .react-datepicker__header.react-datepicker__header--time{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:18px}.react-datepicker .react-datepicker__time-container .react-datepicker__header.react-datepicker__header--time .react-datepicker-time__header{text-transform:uppercase;font-size:14px;font-weight:700;color:#4446ed;display:inline}.react-datepicker .react-datepicker__time-container .react-datepicker__time{max-height:200px;width:90px;overflow-y:scroll}.react-datepicker .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box .react-datepicker__time-list{list-style:none;margin:0;padding:0}.react-datepicker .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box .react-datepicker__time-list .react-datepicker__time-list-item{cursor:pointer;color:#9b9b9b;padding:5px 10px;text-align:center}.react-datepicker .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box .react-datepicker__time-list .react-datepicker__time-list-item.react-datepicker__time-list-item--selected{background-color:#4446ed;color:#fff}.react-datepicker .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box .react-datepicker__time-list .react-datepicker__time-list-item.time-excluded{color:#9b9b9b66;pointer-events:none}.noku-library-file-upload.file-upload{background-color:#4446ed06;background-repeat:no-repeat;background-position:center;padding:25px 15px;cursor:pointer;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;border:1px solid rgba(68,70,237,.2);-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;position:relative;z-index:0;-webkit-transition:border-color .15s ease-in-out;-o-transition:border-color .15s ease-in-out;-moz-transition:border-color .15s ease-in-out;transition:border-color .15s ease-in-out;outline:none}.noku-library-file-upload.file-upload img{position:absolute;z-index:-1}.noku-library-file-upload.file-upload.disabled{pointer-events:none}.noku-library-file-upload.file-upload.dropping,.noku-library-file-upload.file-upload.rejecting,.noku-library-file-upload.file-upload.error{padding-top:24px;padding-bottom:24px}.noku-library-file-upload.file-upload.rejecting,.noku-library-file-upload.file-upload.error{border:2px solid #fc4848}.noku-library-file-upload .avatar{background-color:transparent;width:48px;height:48px;margin-bottom:16px}.noku-library-file-upload .avatar img{height:100%}.noku-library-file-upload .title{font-weight:700;font-size:15px;line-height:18px;text-align:center;letter-spacing:.25px}.noku-library-file-upload .subtitle{font-weight:300;font-size:15px;line-height:18px;text-align:center;letter-spacing:.25px;margin-bottom:32px}.noku-library-file-upload .button .icon{margin-right:8px}.noku-library-file-upload .file-name{font-weight:400;font-size:12px;line-height:18px;text-align:center;letter-spacing:.25px;margin-bottom:16px;color:#9b9b9b}.noku-library-checkbox{-webkit-transition:border-color .15s ease-in-out;-o-transition:border-color .15s ease-in-out;-moz-transition:border-color .15s ease-in-out;transition:border-color .15s ease-in-out;display:inline-block;width:15px;min-width:15px;height:15px;min-height:15px;position:relative;cursor:pointer;border-color:#d8d8d8}.noku-library-checkbox input{position:absolute;top:0;left:0;width:15px;height:15px;margin:0;opacity:0;z-index:1;cursor:pointer}.noku-library-checkbox span{position:absolute;top:0;left:0;right:0;bottom:0;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%;height:100%;background:#ffffff;border:1px solid #5e5e5e;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;cursor:pointer}.noku-library-checkbox input+span{-webkit-transition:background-color .1s ease-out;-o-transition:background-color .1s ease-out;-moz-transition:background-color .1s ease-out;transition:background-color .1s ease-out}.noku-library-checkbox input:checked+span{background:#4446ED}.noku-library-checkbox input:disabled+span{background:#9b9b9b}.noku-library-checkbox .icon{display:none;margin-top:1px;font-size:11px;color:#fff}.noku-library-checkbox input:checked+span .icon{display:inline-block}.noku-library-checkbox .checkbox input:checked+span{background:#4446ED;border:none}.noku-library-checkbox .error{border-color:#fc4848}.noku-library-large-button.large-button{outline:0!important;cursor:pointer;color:#fff;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;width:100%;padding:20px 28px;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;font-weight:500;font-family:inherit;position:relative;margin-bottom:10px;background-color:#4446ed4d;-webkit-transition:background-color .3s;-o-transition:background-color .3s;-moz-transition:background-color .3s;transition:background-color .3s;border:0}.noku-library-large-button.large-button .link{position:absolute;top:0;bottom:0;right:0;left:0;cursor:pointer}.noku-library-large-button.large-button .icon{margin-right:10px}.noku-library-large-button.large-button .text{font-size:14px}.noku-library-large-button.large-button span{height:100%}.noku-library-large-button.large-button .chevron{font-size:20px}.noku-library-large-button.large-button:hover,.noku-library-large-button.large-button.active{background-color:#4446ed}@media (max-width: 360px){.noku-library-large-button.large-button{width:100%;padding:1rem}}.noku-library-back-button{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;padding-bottom:19px;margin-bottom:19px;border-bottom:1px solid #e4e4e4;-webkit-box-align:end;-webkit-align-items:flex-end;-moz-box-align:end;-ms-flex-align:end;align-items:flex-end;color:#9013fe}.noku-library-back-button .back{cursor:pointer;font-weight:400;padding-right:10px}.noku-library-back-button .back .arrow-icon{font-size:19px;margin-right:15px}.noku-library-back-button .back .title{font-size:14px}.noku-library-bottom-navbar{-webkit-filter:drop-shadow(0px 0px 8px rgba(0,0,0,.08));filter:drop-shadow(0px 0px 8px rgba(0,0,0,.08));position:relative;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:space-around;-ms-flex-pack:distribute;justify-content:space-around;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;background:#ffffff;cursor:pointer}.noku-library-bottom-navbar.fab-cutout{background:url('data:image/svg+xml;utf8,<svg viewBox="0 0 34134 334" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="2"><path d="M34133.3 0v333.333H0V0h16916.7c.001 82.789 67.213 150 150 150s150-67.213 150-150h16916.7z" fill="%23fff"/></svg>') no-repeat top center;-webkit-background-size:cover;-moz-background-size:cover;background-size:cover}.noku-library-bottom-navbar .nav-item{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;cursor:pointer;height:100%;position:relative}.noku-library-bottom-navbar .nav-item.no-auto-width{-webkit-box-flex:1;-webkit-flex:1 auto;-moz-box-flex:1;-ms-flex:1 auto;flex:1 auto}.noku-library-bottom-navbar .nav-item.nav-item-casper{cursor:unset}.noku-library-bottom-navbar .nav-item .nav-item-content{color:#000;font-size:1.5rem;line-height:1}.noku-library-bottom-navbar .nav-item .nav-item-content.active{color:#4446ed}.noku-library-floating-action-button{background:#4446ED;background:-webkit-gradient(linear,left top,right top,from(secondary-600),to(#4446ED));background:-webkit-linear-gradient(left,secondary-600,#4446ED);background:-moz-linear-gradient(left,secondary-600,#4446ED);background:-o-linear-gradient(left,secondary-600,#4446ED);background:linear-gradient(90deg,secondary-600,#4446ED);-webkit-border-radius:100%;-moz-border-radius:100%;border-radius:100%;color:#fff;position:absolute;top:-32px;width:56px;height:56px;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;font-size:1.5rem;line-height:1}.noku-library-card-body{background:transparent;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;padding:.5em 1em}.noku-library-card-body.shadow{-webkit-box-shadow:0px 0px 1px rgba(0,0,0,.04),0px 2px 6px rgba(0,0,0,.04),0px 10px 20px rgba(0,0,0,.04);-moz-box-shadow:0px 0px 1px rgba(0,0,0,.04),0px 2px 6px rgba(0,0,0,.04),0px 10px 20px rgba(0,0,0,.04);box-shadow:0 0 1px #0000000a,0 2px 6px #0000000a,0 10px 20px #0000000a}.noku-library-card-body.clickable{cursor:pointer}.noku-library-cropped-borders-card-body{position:relative;background-color:#ececfd;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;padding:.5em 1em;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.noku-library-cropped-borders-card-body:after{background:url('data:image/svg+xml;utf8,<svg preserveAspectRatio="none" width="368" height="203" viewBox="0 0 368 203" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.5 202.5H337.724L367.5 155.277V0.5H30.2758L0.5 47.7226V202.5Z" stroke="url(%23paint0_linear)"/><defs><linearGradient id="paint0_linear" x1="1.42453e-05" y1="-4.91133e-05" x2="393.754" y2="114.208" gradientUnits="userSpaceOnUse"><stop stop-color="%234446ED"/><stop offset="1" stop-color="%23AD29FF"/></linearGradient></defs></svg>') no-repeat center center;-webkit-background-size:100% 100%;-moz-background-size:100% 100%;background-size:100% 100%;content:"";z-index:1;position:absolute;top:-8px;bottom:-8px;left:-8px;right:-8px;pointer-events:none}.popup-alert .popup-alert-header.success{background-color:#8ee000;color:#f9f9fb}.popup-alert .popup-alert-header.warning{background-color:#ffb300;color:#f9f9fb}.popup-alert .popup-alert-header.error{background-color:#fc4848;color:#f9f9fb}.popup-alert .popup-alert-body .title{font-size:1.25em;font-weight:700;text-align:center;margin-bottom:.25em}.popup-alert .popup-alert-body .description{font-size:1.15em;font-weight:500;text-align:center}.popup-alert .popup-alert-actions{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center}.noku-library-navigator{background-color:#fff;position:relative;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;height:65px;-webkit-transition:all .25s;-o-transition:all .25s;-moz-transition:all .25s;transition:all .25s;-webkit-box-shadow:0 0 2px 0 rgba(0,0,0,.2);-moz-box-shadow:0 0 2px 0 rgba(0,0,0,.2);box-shadow:0 0 2px #0003}.noku-library-navigator .hamburger{display:none;cursor:pointer;position:absolute;width:15px;height:14px;left:20px;top:50%;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%)}.noku-library-navigator .hamburger:after{position:absolute;content:"";top:-10px;left:-20px;right:-10px;bottom:-10px}.noku-library-navigator .hamburger div{background:#5e5e5e;height:1px;width:8px;-webkit-transition:all .3s;-o-transition:all .3s;-moz-transition:all .3s;transition:all .3s}.noku-library-navigator .hamburger div:first-child{width:14px;margin-bottom:5px}.noku-library-navigator .hamburger div:last-child{width:14px;margin-top:5px}.noku-library-navigator .hamburger.show{display:block}.noku-library-navigator .hamburger.hide{display:none}.noku-library-navigator .logo{position:relative;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;height:100%;width:100px;margin-left:30px;padding:0 2px}.noku-library-navigator .logo .logo-link{display:block;width:100%;height:auto}.noku-library-navigator .logo .logo-link .logo-image{width:100%;height:auto}.noku-library-navigator .links{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-webkit-justify-content:flex-start;-moz-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;font-size:14px;font-weight:300;line-height:17px;padding:0 32px;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;height:100%;-webkit-box-flex:1;-webkit-flex:1 auto;-moz-box-flex:1;-ms-flex:1 auto;flex:1 auto;white-space:nowrap}.noku-library-navigator .links .link{color:#4a4a4a;position:relative;margin-right:32px}.noku-library-navigator .links .link:not(.active):after{content:"";position:absolute;bottom:-7px;left:-4px;right:-4px;background-color:#4446ed;height:1px;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;-webkit-transition:-webkit-transform .5s;transition:-webkit-transform .5s;-o-transition:-o-transform .5s;-moz-transition:transform .5s,-moz-transform .5s;transition:transform .5s;transition:transform .5s,-webkit-transform .5s,-moz-transform .5s,-o-transform .5s;-webkit-transform:scaleX(0);-moz-transform:scaleX(0);-ms-transform:scaleX(0);-o-transform:scaleX(0);transform:scaleX(0);-webkit-transform-origin:center right;-moz-transform-origin:center right;-ms-transform-origin:center right;-o-transform-origin:center right;transform-origin:center right}.noku-library-navigator .links .link:not(.active):hover:after{-webkit-transform:scaleX(1);-moz-transform:scaleX(1);-ms-transform:scaleX(1);-o-transform:scaleX(1);transform:scaleX(1);-webkit-transform-origin:center left;-moz-transform-origin:center left;-ms-transform-origin:center left;-o-transform-origin:center left;transform-origin:center left}.noku-library-navigator .links .link.active{font-weight:600}.noku-library-navigator .links .link.active:after{content:"";position:absolute;bottom:-7px;left:-4px;right:-4px;background-color:#4446ed;height:2px;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}.noku-library-navigator .links .link:last-child{margin-right:0}.noku-library-navigator .links .link,.noku-library-navigator .links a{text-decoration:none}@media all and (max-width: 767px){.noku-library-navigator .links{padding:0 32px;overflow-x:auto}}.noku-library-navigator .right-slot{padding:0 32px}@media all and (max-width: 767px){.noku-library-navigator .right-slot{padding:0 16px}}@media all and (max-width: 767px){.noku-library-navigator.with-mobile-menu{height:65px;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-transition:all .5s;-o-transition:all .5s;-moz-transition:all .5s;transition:all .5s;position:relative}.noku-library-navigator.with-mobile-menu .hamburger{display:block}.noku-library-navigator.with-mobile-menu .logo{margin:0 auto}.noku-library-navigator.with-mobile-menu .links{pointer-events:none;opacity:0;display:block;position:absolute;left:0;right:0;top:65px;height:0;z-index:1000;width:auto;-webkit-transition:all .3s;-o-transition:all .3s;-moz-transition:all .3s;transition:all .3s;overflow:hidden}.noku-library-navigator.with-mobile-menu .links .link{display:block;padding:15px 0;border-bottom:1px solid #7C7DF2;color:#fff}.noku-library-navigator.with-mobile-menu .links .link:last-child{margin-right:32px}.noku-library-navigator.with-mobile-menu .links a{color:#fff}.noku-library-navigator.with-mobile-menu .links:before{content:"";z-index:-2;position:absolute;left:0;right:0;bottom:0;top:0}.noku-library-navigator.with-mobile-menu .links:after{content:"";z-index:-1;background:-webkit-gradient(linear,right top,left top,from(#4446ED),to(#4446ED));background:-webkit-linear-gradient(right,#4446ED 0%,#4446ED 100%);background:-moz-linear-gradient(right,#4446ED 0%,#4446ED 100%);background:-o-linear-gradient(right,#4446ED 0%,#4446ED 100%);background:linear-gradient(270deg,#4446ED 0%,#4446ED 100%);position:absolute;left:0;right:0;bottom:0;top:0;opacity:0;-webkit-transition:opacity .3s;-o-transition:opacity .3s;-moz-transition:opacity .3s;transition:opacity .3s}.noku-library-navigator.with-mobile-menu.open{background-color:#4446ed}.noku-library-navigator.with-mobile-menu.open .logo .logo-link .logo-image.primary{opacity:0}.noku-library-navigator.with-mobile-menu.open .logo .logo-link .logo-image.secondary{opacity:1}.noku-library-navigator.with-mobile-menu.open .hamburger{height:7px}.noku-library-navigator.with-mobile-menu.open .hamburger div{position:absolute;opacity:0;background:#ffffff}.noku-library-navigator.with-mobile-menu.open .hamburger div:first-child{margin-top:5px;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg);-webkit-transition-duration:.3s;-moz-transition-duration:.3s;-o-transition-duration:.3s;transition-duration:.3s;opacity:1}.noku-library-navigator.with-mobile-menu.open .hamburger div:last-child{-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-transition-duration:.3s;-moz-transition-duration:.3s;-o-transition-duration:.3s;transition-duration:.3s;opacity:1}.noku-library-navigator.with-mobile-menu.open .links{background-color:#4446ed;height:-webkit-calc(100vh - 65px);height:-moz-calc(100vh - 65px);height:calc(100vh - 65px);opacity:1}}.noku-library-drawer .content{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-flow:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-flow:column;flex-flow:column;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:48px 0;width:85vw;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.noku-library-drawer .content .account-avatar-wrapper{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;padding-bottom:16px;cursor:pointer}.noku-library-drawer .content .account-avatar-wrapper .avatar{width:100px;height:100px;-webkit-box-shadow:0 1px 8px -1px rgba(0,0,0,.2);-moz-box-shadow:0 1px 8px -1px rgba(0,0,0,.2);box-shadow:0 1px 8px -1px #0003;-webkit-border-radius:50px;-moz-border-radius:50px;border-radius:50px}.noku-library-drawer .content .user-info{display:block;text-align:center;text-decoration:none;cursor:pointer}.noku-library-drawer .content .user-info .full-name{color:#4446ed;font-weight:700;font-size:18px;margin-bottom:16px}.noku-library-drawer .content .user-info .email{font-weight:300;color:#9b9b9b;font-size:14px}.noku-library-drawer .content .app-items{margin-top:32px}.noku-library-drawer .content .divider{padding:0 16px}.noku-library-drawer .content .menu-item{margin:8px 0;-webkit-transition:all .25s;-o-transition:all .25s;-moz-transition:all .25s;transition:all .25s;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;position:relative;text-align:left;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;padding:8px 16px;-webkit-box-pack:start;-webkit-justify-content:flex-start;-moz-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.noku-library-drawer .content .menu-item.link{font-weight:400;color:#9b9b9b;-webkit-transition:font-weight .1s;-o-transition:font-weight .1s;-moz-transition:font-weight .1s;transition:font-weight .1s;font-size:14px;width:100%;height:100%;text-decoration:none;outline:none}.noku-library-drawer .content .menu-item.active.link,.noku-library-drawer .content .menu-item:hover.link{color:#4446ed;font-weight:700}.noku-library-drawer .content .menu-item.active:before,.noku-library-drawer .content .menu-item:hover:before{width:4px}.noku-library-drawer .content .menu-item:before{content:"";position:absolute;left:0;top:0;bottom:0;width:0;background-color:#4446ed;-webkit-transition:all .3s;-o-transition:all .3s;-moz-transition:all .3s;transition:all .3s}.noku-library-header{background-color:#fff;position:relative;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;height:65px;-webkit-transition:all .25s;-o-transition:all .25s;-moz-transition:all .25s;transition:all .25s;-webkit-box-shadow:0 0 2px 0 rgba(0,0,0,.2);-moz-box-shadow:0 0 2px 0 rgba(0,0,0,.2);box-shadow:0 0 2px #0003}.noku-library-header .hamburger{display:none;cursor:pointer;position:absolute;width:15px;height:14px;left:20px;top:50%;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%)}.noku-library-header .hamburger:after{position:absolute;content:"";top:-10px;left:-20px;right:-10px;bottom:-10px}.noku-library-header .hamburger div{background:#5e5e5e;height:1px;width:8px;-webkit-transition:all .3s;-o-transition:all .3s;-moz-transition:all .3s;transition:all .3s}.noku-library-header .hamburger div:first-child{width:14px;margin-bottom:5px}.noku-library-header .hamburger div:last-child{width:14px;margin-top:5px}.noku-library-header .logo{position:relative;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;height:90%;width:100px;margin-left:30px;padding:0 2px}.noku-library-header .logo .logo-link{display:block;width:100%;height:auto}.noku-library-header .logo .logo-link .logo-image{width:100%;height:auto}.noku-library-header .links{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-webkit-justify-content:flex-start;-moz-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;font-size:14px;font-weight:300;line-height:17px;padding-left:32px;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;height:100%;-webkit-box-flex:1;-webkit-flex:1 auto;-moz-box-flex:1;-ms-flex:1 auto;flex:1 auto;white-space:nowrap}@media all and (max-width: 767px){.noku-library-header .links{padding:0 32px;overflow-x:auto}}.noku-library-header .right-slot{padding:0 32px}@media all and (max-width: 767px){.noku-library-header .right-slot{padding:0 16px}}@media all and (max-width: 767px){.noku-library-header{height:65px;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-transition:all .5s;-o-transition:all .5s;-moz-transition:all .5s;transition:all .5s;position:relative}.noku-library-header .hamburger{display:block}.noku-library-header .logo{padding:0;margin:0 auto}.noku-library-header .links,.noku-library-header .right-slot{display:none}}.noku-library-user{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;position:relative}.noku-library-user .avatar{width:36px;height:36px;min-width:36px;min-height:36px;background-position:center center;-webkit-background-size:cover;-moz-background-size:cover;background-size:cover;-webkit-border-radius:100%;-moz-border-radius:100%;border-radius:100%;-webkit-box-shadow:0 1px 8px -1px rgba(0,0,0,.2);-moz-box-shadow:0 1px 8px -1px rgba(0,0,0,.2);box-shadow:0 1px 8px -1px #0003;margin-right:16px}.noku-library-user .arrow{color:#4548edb3;font-size:14px;-webkit-transition:all .2s;-o-transition:all .2s;-moz-transition:all .2s;transition:all .2s;-webkit-transform:rotate(0);-moz-transform:rotate(0);-ms-transform:rotate(0);-o-transform:rotate(0);transform:rotate(0)}.noku-library-user .dropdown{opacity:0;pointer-events:none;visibility:hidden;-webkit-transition:all .2s;-o-transition:all .2s;-moz-transition:all .2s;transition:all .2s;position:absolute;top:50px;right:0;z-index:9999;min-width:280px;max-width:360px;background-color:#fff;border:1px solid #e4e4e4;padding:16px;-webkit-box-shadow:0 1px 2px 0 rgba(0,0,0,.1);-moz-box-shadow:0 1px 2px 0 rgba(0,0,0,.1);box-shadow:0 1px 2px #0000001a;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;font-size:14px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.noku-library-user .dropdown .user-info{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;color:#4a4a4a;margin-bottom:16px}.noku-library-user .dropdown .user-info .avatar{margin:0}.noku-library-user .dropdown .user-info .nickname-and-email{-webkit-box-flex:1;-webkit-flex:1 1 auto;-moz-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0 8px;overflow:hidden;white-space:nowrap;-o-text-overflow:ellipsis;text-overflow:ellipsis}.noku-library-user .dropdown .user-info .nickname-and-email .email{font-weight:300}.noku-library-user .dropdown .user-info .nickname-and-email .nickname,.noku-library-user .dropdown .user-info .nickname-and-email .email{overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis}.noku-library-user .dropdown .user-info .kyc-image{width:30px;height:auto}.noku-library-user .dropdown .kyc-block{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;background-color:#eaf4eb;color:#339637;cursor:pointer;padding:8px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;text-decoration:none;margin-bottom:8px}.noku-library-user .dropdown .kyc-block .chip{background-color:#cfe6d0;padding:4px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.noku-library-user .dropdown .menu-item{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;font-weight:400;cursor:pointer;text-decoration:none;padding:0 8px;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.noku-library-user .dropdown .menu-item.account-details{color:#4a4a4a}.noku-library-user .dropdown .menu-item.account-details .text:after{background-color:#4a4a4a}.noku-library-user .dropdown .menu-item.logout{color:#d0021b}.noku-library-user .dropdown .menu-item.logout .text:after{background-color:#d0021b}.noku-library-user .dropdown .menu-item .icon{font-size:15px;margin-right:14px}.noku-library-user .dropdown .menu-item .text{position:relative}.noku-library-user .dropdown .menu-item .text:after{content:"";position:absolute;bottom:-2px;left:-4px;right:-4px;height:1px;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;-webkit-transition:-webkit-transform .5s;transition:-webkit-transform .5s;-o-transition:-o-transform .5s;-moz-transition:transform .5s,-moz-transform .5s;transition:transform .5s;transition:transform .5s,-webkit-transform .5s,-moz-transform .5s,-o-transform .5s;-webkit-transform:scaleX(0);-moz-transform:scaleX(0);-ms-transform:scaleX(0);-o-transform:scaleX(0);transform:scaleX(0);-webkit-transform-origin:center right;-moz-transform-origin:center right;-ms-transform-origin:center right;-o-transform-origin:center right;transform-origin:center right}.noku-library-user .dropdown .menu-item .text:hover:after{-webkit-transform:scaleX(1);-moz-transform:scaleX(1);-ms-transform:scaleX(1);-o-transform:scaleX(1);transform:scaleX(1);-webkit-transform-origin:center left;-moz-transform-origin:center left;-ms-transform-origin:center left;-o-transform-origin:center left;transform-origin:center left}.noku-library-user .dropdown .divider{margin:8px -14px;color:#f2f2f2;border-top:1px solid #f2f2f2}.noku-library-user .dropdown:before{content:"";position:absolute;left:0;width:100%;top:-50px;height:50px}.noku-library-user:hover .arrow{-webkit-transform:rotate(-180deg);-moz-transform:rotate(-180deg);-ms-transform:rotate(-180deg);-o-transform:rotate(-180deg);transform:rotate(-180deg)}.noku-library-user:hover .dropdown{opacity:1;pointer-events:auto;visibility:visible;top:65px}.noku-library-cropped-borders-button{position:relative}.noku-library-cropped-borders-button .cropped-borders{position:absolute;width:105%;height:auto;max-width:unset;pointer-events:none}.noku-library-cropped-borders-button .text{text-transform:uppercase;background:-webkit-gradient(linear,left top,right top,from(#4446ed),to(#9013FE));background:-webkit-linear-gradient(left,#4446ed,#9013FE);background:-moz-linear-gradient(left,#4446ed,#9013FE);background:-o-linear-gradient(left,#4446ed,#9013FE);background:linear-gradient(to right,#4446ed,#9013FE);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.noku-library-footer{width:100%;min-height:72px;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.noku-library-footer .inner{background-color:#fff;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;padding:0 184px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:100%}.noku-library-footer .inner .copyright-and-logo{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}@media screen and (max-width: 639px){.noku-library-footer .inner .copyright-and-logo{margin-top:12px}}.noku-library-footer .inner .copyright-and-logo .logo-version .logo{width:70px;height:auto}.noku-library-footer .inner .copyright-and-logo .logo-version .version{color:#4446ed}.noku-library-footer .inner .copyright-and-logo .copyright{margin-left:24px;font-family:Lato,sans-serif;font-size:13px;font-style:normal;font-weight:400;line-height:12px;letter-spacing:.5px}.noku-library-footer .inner .social-links .icon-button{width:42px;height:42px;font-size:18px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.noku-library-footer .inner .social-links .icon-button .icon{max-height:18px;width:100%;height:100%;color:#4a4a4a;overflow:visible}.noku-library-footer .inner .social-links .icon-button .icon path{fill:#4a4a4a}@media screen and (min-width: 1200px) and (max-width: 1440px){.noku-library-footer .inner{padding:0 128px}}@media screen and (min-width: 1024px) and (max-width: 1200px){.noku-library-footer .inner{padding:0 64px}}@media screen and (min-width: 768px) and (max-width: 1024px){.noku-library-footer .inner{padding:0 32px}}@media screen and (max-width: 768px){.noku-library-footer .inner{padding:0 16PX}}@media screen and (max-width: 639px){.noku-library-footer .inner{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center}}body{font-family:sans-serif}#root{background-image:url(https://static.noku.io/assets/noku/bg-gradient-platform-xxl.jpg);-webkit-background-size:cover;-moz-background-size:cover;background-size:cover;background-position:center;background-repeat:no-repeat;background-attachment:fixed}#root.dark-grey-background,#root.dark-grey-background .bodywrapper{background-color:#1a1a1a}body{font-family:Lato,sans-serif;font-size:14px;line-height:20px;margin:auto;color:#4a4a4a;font-weight:400;text-align:left;background-color:#e4e4e4;-webkit-font-smoothing:antialiased}body h1,body h2,body h3,body h4,body h5,body h6{font-family:Lato,sans-serif}.nft__item{text-align:left}.closed .nft__item{opacity:.6}.profile_avatar i{background:transparent}.nft-item-price{color:#727272;font-size:16px}.nft-item-price span{color:#0d0c22;font-weight:700;font-size:28px}.nft-item-price span em{font-style:normal;color:#727272;font-size:16px;margin-left:6px;font-weight:400}.nft-item-price label{margin-right:6px}.owl-carousel{display:none;width:100%;-webkit-tap-highlight-color:transparent;position:relative;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0px,0px,0px)}.owl-carousel .owl-wrapper,.owl-carousel .owl-item{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{position:relative;min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-nav.disabled,.owl-carousel .owl-dots.disabled{display:none}.owl-carousel .owl-nav .owl-prev,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-dot{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-prev,.owl-carousel .owl-nav button.owl-next,.owl-carousel button.owl-dot{background:none;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loaded{display:block}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.no-js .owl-carousel{display:block}.owl-carousel .animated{-webkit-animation-duration:1s;-moz-animation-duration:1s;-o-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;-moz-animation-fill-mode:both;-o-animation-fill-mode:both;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{-webkit-animation-name:fadeOut;-moz-animation-name:fadeOut;-o-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOut{0%{opacity:1}to{opacity:0}}@-moz-keyframes fadeOut{0%{opacity:1}to{opacity:0}}@-o-keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.owl-height{-webkit-transition:height .5s ease-in-out;-o-transition:height .5s ease-in-out;-moz-transition:height .5s ease-in-out;transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;-webkit-transition:opacity .4s ease;-o-transition:opacity .4s ease;-moz-transition:opacity .4s ease;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy[src^=""],.owl-carousel .owl-item .owl-lazy:not([src]){max-height:0}.owl-carousel .owl-item img.owl-lazy{-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(https://static.noku.io/app_build/marketplace/production/assets/owl.video.play.04360456.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;-webkit-transition:-webkit-transform .1s ease;transition:-webkit-transform .1s ease;-o-transition:-o-transform .1s ease;-moz-transition:transform .1s ease,-moz-transform .1s ease;transition:transform .1s ease;transition:transform .1s ease,-webkit-transform .1s ease,-moz-transform .1s ease,-o-transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);-webkit-transform:scale(1.3,1.3);-moz-transform:scale(1.3,1.3);-o-transform:scale(1.3,1.3);transform:scale(1.3)}.owl-carousel .owl-video-playing .owl-video-tn,.owl-carousel .owl-video-playing .owl-video-play-icon{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;-webkit-background-size:contain;-moz-background-size:contain;background-size:contain;-webkit-transition:opacity .4s ease;-o-transition:opacity .4s ease;-moz-transition:opacity .4s ease;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}.owl-theme .owl-nav{margin-top:10px;text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav [class*=owl-]{color:#fff;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#fff;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1;*display: inline}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;-webkit-transition:opacity .2s ease;-o-transition:opacity .2s ease;-moz-transition:opacity .2s ease;transition:opacity .2s ease;-webkit-border-radius:30px;-moz-border-radius:30px;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}body{background-color:#e8e8e8;padding-right:0!important}.item_info_counts>.item_info_like,.item_info_counts>.item_info_like i{-webkit-transition:all .25s;-o-transition:all .25s;-moz-transition:all .25s;transition:all .25s}.item_info_counts>.item_info_like:hover i{color:red}.custom-modal-header{text-align:center}.custom-modal-header h2{position:unset}.custom-modal-actions{width:100%;text-align:right}.custom-title{color:#3d3d58;font-weight:600}.liked-auction{color:#b21f2d!important}.pointer,.like-icon{cursor:pointer}.noku-library-user .dropdown .kyc-block,.noku-library-user .dropdown .menu-item{border:0;font-weight:400;min-width:auto}.noku-library-user .dropdown .kyc-block:after,.noku-library-user .dropdown .menu-item:after{content:"";display:none}.bodywrapper{background-color:#fff;min-height:100vh}@media (min-width: 1920px){.bodywrapper{max-width:1920px;margin:0 auto}}.author_list_pp img,.p_list_pp img{width:50px;height:50px!important;-o-object-fit:cover;object-fit:cover;background-color:#fff}.your-nft{font-size:16px;margin-top:10px;font-weight:700}.nft-price{margin-top:24px;font-size:20px}.nft-price b{font-weight:700;margin-right:4px}.searchbar{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.textfield-searchbar{-webkit-box-flex:1;-webkit-flex-grow:1;-moz-box-flex:1;-ms-flex-positive:1;flex-grow:1}.item_info{font-size:16px}.item_info .de_countdown{font-weight:700;font-size:16px;color:#000}.item_info .item_author{height:50px}.item_info .author_list_info{font-size:16px}.item_info p{line-height:1.7}.noBsGutter{--bs-gutter-x: 0}.d_coll .profile_avatar img{-webkit-border-radius:2px solid #fff;-moz-border-radius:2px solid #fff;border-radius:2px solid #fff}.btn-lg{font-size:16px!important;padding:12px 40px!important;font-weight:700}.slick-next{right:50px!important}.slick-next:before{font-size:48px!important}.slick-prev{left:50px!important;z-index:10}.slick-prev:before{font-size:48px!important}#section-nfts{padding:0;margin-top:40px}#section-nfts h2{text-transform:capitalize}@media (max-width: 991px){.MuiOutlinedInput-root{margin-top:25px!important}}@media (max-width: 480px){.noku-library-footer .inner{display:block;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.noku-library-footer .inner .copyright-and-logo{margin-bottom:10px}}@media (max-width: 1000px){.noku-library-header{height:65px;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-transition:all .5s;-o-transition:all .5s;-moz-transition:all .5s;transition:all .5s;position:relative}}@media (max-width: 1920px){.noku-library-footer{display:block;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-top:60px}}.noku-library- *{display:initial;font-family:initial;position:initial;-webkit-transition:initial;-o-transition:initial;-moz-transition:initial;transition:initial;padding:initial;font-size:initial;font-weight:initial;line-height:initial;-webkit-border-radius:initial;-moz-border-radius:initial;border-radius:initial;-webkit-box-sizing:initial;-moz-box-sizing:initial;box-sizing:initial}.noku-library-header .links .link,.noku-library-header .links a{font-family:Lato,sans-serif}.noku-library-header .logo .logo-link svg{width:102px;position:relative;top:-2px;height:31px}.loader{position:unset;left:unset;top:unset;width:unset;height:unset;z-index:unset;background:unset}.MuiButtonBase-root.yellow{background-color:#ffc132;color:#000}.MuiButtonBase-root.yellow:hover{background-color:#ffc1328c}.MuiDialogTitle-root h2{display:block;overflow:visible;position:static;font-family:Lato,sans-serif}.MuiDialog-paperWidthXl{max-width:598px}.Footer-module_footer__ITbb-{width:100%;min-height:72px;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;position:relative;background-color:#fff}.Footer-module_footer__ITbb-.Footer-module_isFullWidth__Chffs:before{content:"";position:absolute;background-color:inherit;left:-99999px;right:-9999px;top:0;height:100%;z-index:0;pointer-events:none}.Footer-module_footer__ITbb->*{z-index:1}.Footer-module_footer__ITbb- .Footer-module_inner__Ftfqx{background-color:inherit;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;padding:0 30px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:100%}.Footer-module_footer__ITbb- .Footer-module_inner__Ftfqx .Footer-module_copyrightAndLogo__Pt86Q{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}@media screen and (max-width: 639px){.Footer-module_footer__ITbb- .Footer-module_inner__Ftfqx .Footer-module_copyrightAndLogo__Pt86Q{margin-top:12px}}.Footer-module_footer__ITbb- .Footer-module_inner__Ftfqx .Footer-module_copyrightAndLogo__Pt86Q .Footer-module_logoVersion__U-Qbt .Footer-module_logo__Dbwgk{width:70px;height:auto;max-height:20px}.Footer-module_footer__ITbb- .Footer-module_inner__Ftfqx .Footer-module_copyrightAndLogo__Pt86Q .Footer-module_logoVersion__U-Qbt .Footer-module_version__W3y9z{color:#4446ed}.Footer-module_footer__ITbb- .Footer-module_inner__Ftfqx .Footer-module_copyrightAndLogo__Pt86Q .Footer-module_copyright__FiXaw{margin-left:24px;font-family:Lato,sans-serif;font-size:13px;font-style:normal;font-weight:400;line-height:12px;letter-spacing:.5px}.Footer-module_footer__ITbb- .Footer-module_inner__Ftfqx .Footer-module_socialLinks__SHWv9 .Footer-module_iconButton__7eWY9{width:42px;height:42px;font-size:18px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.Footer-module_footer__ITbb- .Footer-module_inner__Ftfqx .Footer-module_socialLinks__SHWv9 .Footer-module_iconButton__7eWY9 .Footer-module_icon__tFKcv{max-height:18px;width:100%;height:100%;color:#4a4a4a;overflow:visible}.Footer-module_footer__ITbb- .Footer-module_inner__Ftfqx .Footer-module_socialLinks__SHWv9 .Footer-module_iconButton__7eWY9 .Footer-module_icon__tFKcv path{fill:#4a4a4a}@media screen and (max-width: 639px){.Footer-module_footer__ITbb- .Footer-module_inner__Ftfqx{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center}}.Footer-module_footer__ITbb-.Footer-module_isDark__Ju882{background-color:#000}.DrawerUserNavigator-module_drawerUserNavigator__7gMnE{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-flow:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-flow:column;flex-flow:column;-webkit-box-pack:start;-webkit-justify-content:flex-start;-moz-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;max-width:400px;min-width:305px;width:85vw;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;right:0;left:auto;padding:20px}.DrawerUserNavigator-module_drawerUserNavigator__7gMnE .DrawerUserNavigator-module_header__G-dxv{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;width:100%;margin-bottom:40px}.DrawerUserNavigator-module_drawerUserNavigator__7gMnE .DrawerUserNavigator-module_header__G-dxv .DrawerUserNavigator-module_logoHolder__xoPFd{width:100%;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center}.DrawerUserNavigator-module_drawerUserNavigator__7gMnE .DrawerUserNavigator-module_header__G-dxv .DrawerUserNavigator-module_logoHolder__xoPFd .DrawerUserNavigator-module_logo__d1l--{cursor:pointer;width:84px;padding-left:28px}@media screen and (max-width: 639px){.DrawerUserNavigator-module_drawerUserNavigator__7gMnE .DrawerUserNavigator-module_header__G-dxv .DrawerUserNavigator-module_logoHolder__xoPFd .DrawerUserNavigator-module_logo__d1l--{padding-left:0}}.DrawerUserNavigator-module_drawerUserNavigator__7gMnE .DrawerUserNavigator-module_header__G-dxv .DrawerUserNavigator-module_crossHolder__7WwwS{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.DrawerUserNavigator-module_drawerUserNavigator__7gMnE .DrawerUserNavigator-module_header__G-dxv .DrawerUserNavigator-module_crossHolder__7WwwS .DrawerUserNavigator-module_cross__hCfET{cursor:pointer;width:14px}.Toggle-module_toggleContainer__zse3R{color:#000;font-size:14px;cursor:pointer}.Toggle-module_toggleContainer__zse3R.Toggle-module_secondary__F-Gym>.Toggle-module_label__BdzPL{color:#4a4a4a;font-weight:700;font-size:15px;line-height:18px;letter-spacing:.15px}.Toggle-module_toggleContainer__zse3R.Toggle-module_secondary__F-Gym>.Toggle-module_toggle__GOJ-l{background:#efeded;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;margin:0 14px}@media screen and (max-width: 639px){.Toggle-module_toggleContainer__zse3R.Toggle-module_secondary__F-Gym>.Toggle-module_toggle__GOJ-l{margin:0 7px 0 0}}.Toggle-module_toggleContainer__zse3R.Toggle-module_secondary__F-Gym>.Toggle-module_toggle__GOJ-l:checked{background:#ffe162}.Toggle-module_toggleContainer__zse3R.Toggle-module_secondary__F-Gym>.Toggle-module_toggle__GOJ-l:before{background:white}.Toggle-module_toggleContainer__zse3R .Toggle-module_label__BdzPL{color:#fff;font-weight:400;line-height:17px}.Toggle-module_toggleContainer__zse3R .Toggle-module_toggle__GOJ-l{background:white;outline:none;-webkit-border-radius:60px;-moz-border-radius:60px;border-radius:60px;-webkit-box-shadow:inset 0 0 5px rgba(0,0,0,.2);-moz-box-shadow:inset 0 0 5px rgba(0,0,0,.2);box-shadow:inset 0 0 5px #0003;-webkit-transition:.15s ease-out;-o-transition:.15s ease-out;-moz-transition:.15s ease-out;transition:.15s ease-out;display:block;position:relative;width:55px;min-width:55px;height:25px;-webkit-appearance:none;cursor:pointer;margin:0 10px;-webkit-tap-highlight-color:transparent}.Toggle-module_toggleContainer__zse3R .Toggle-module_toggle__GOJ-l:checked{background:white}.Toggle-module_toggleContainer__zse3R .Toggle-module_toggle__GOJ-l:disabled{cursor:default}.Toggle-module_toggleContainer__zse3R .Toggle-module_toggle__GOJ-l:disabled:before{background:#ebebe4}.Toggle-module_toggleContainer__zse3R .Toggle-module_toggle__GOJ-l:before{content:"";position:absolute;width:25px;height:25px;-webkit-border-radius:60px;-moz-border-radius:60px;border-radius:60px;top:0;left:0;-webkit-transform:scale(.9);-moz-transform:scale(.9);-ms-transform:scale(.9);-o-transform:scale(.9);transform:scale(.9);-webkit-box-shadow:0 2px 15px rgba(0,0,0,.2);-moz-box-shadow:0 2px 15px rgba(0,0,0,.2);box-shadow:0 2px 15px #0003;background:#ffe162;-webkit-transition:.15s ease-out;-o-transition:.15s ease-out;-moz-transition:.15s ease-out;transition:.15s ease-out}.Toggle-module_toggleContainer__zse3R .Toggle-module_toggle__GOJ-l:checked:before{left:54%}.Loader-module_loaderLayer__Xpwxv svg{max-width:50px;width:100%;margin:0 auto;display:block}.Loader-module_loaderLayer__Xpwxv svg path,.Loader-module_loaderLayer__Xpwxv svg line{-webkit-transform-origin:top right;-moz-transform-origin:top right;-ms-transform-origin:top right;-o-transform-origin:top right;transform-origin:top right}.Loader-module_loaderLayer__Xpwxv svg g:first-child path{-webkit-animation:Loader-module_big-to-small__DOrnY .7s infinite ease-in-out alternate;-moz-animation:Loader-module_big-to-small__DOrnY .7s infinite ease-in-out alternate;-o-animation:Loader-module_big-to-small__DOrnY .7s infinite ease-in-out alternate;animation:Loader-module_big-to-small__DOrnY .7s infinite ease-in-out alternate;-webkit-transform-origin:bottom left;-moz-transform-origin:bottom left;-ms-transform-origin:bottom left;-o-transform-origin:bottom left;transform-origin:bottom left}.Loader-module_loaderLayer__Xpwxv svg g path{-webkit-animation:Loader-module_small-to-big__Gw40p .7s infinite ease-in-out alternate;-moz-animation:Loader-module_small-to-big__Gw40p .7s infinite ease-in-out alternate;-o-animation:Loader-module_small-to-big__Gw40p .7s infinite ease-in-out alternate;animation:Loader-module_small-to-big__Gw40p .7s infinite ease-in-out alternate;-webkit-transform-origin:top right;-moz-transform-origin:top right;-ms-transform-origin:top right;-o-transform-origin:top right;transform-origin:top right}.Loader-module_loaderLayer__Xpwxv svg line{-webkit-animation:Loader-module_loading-noku3__U5x2Z .7s infinite ease-in-out alternate;-moz-animation:Loader-module_loading-noku3__U5x2Z .7s infinite ease-in-out alternate;-o-animation:Loader-module_loading-noku3__U5x2Z .7s infinite ease-in-out alternate;animation:Loader-module_loading-noku3__U5x2Z .7s infinite ease-in-out alternate;fill:none;stroke:#000;stroke-miterlimit:10}.Loader-module_loaderLayer__Xpwxv svg path{fill:none;stroke:#000;stroke-width:2;stroke-miterlimit:10}@-webkit-keyframes Loader-module_big-to-small__DOrnY{0%{-webkit-transform:none;transform:none}to{-webkit-transform:scale(.33) translate(1.8px,-1.5px);transform:scale(.33) translate(1.8px,-1.5px);stroke-width:6px}}@-moz-keyframes Loader-module_big-to-small__DOrnY{0%{-moz-transform:none;transform:none}to{-moz-transform:scale(.33) translate(1.8px,-1.5px);transform:scale(.33) translate(1.8px,-1.5px);stroke-width:6px}}@-o-keyframes Loader-module_big-to-small__DOrnY{0%{-o-transform:none;transform:none}to{-o-transform:scale(.33) translate(1.8px,-1.5px);transform:scale(.33) translate(1.8px,-1.5px);stroke-width:6px}}@keyframes Loader-module_big-to-small__DOrnY{0%{-webkit-transform:none;-moz-transform:none;-o-transform:none;transform:none}to{-webkit-transform:scale(.33) translate(1.8px,-1.5px);-moz-transform:scale(.33) translate(1.8px,-1.5px);-o-transform:scale(.33) translate(1.8px,-1.5px);transform:scale(.33) translate(1.8px,-1.5px);stroke-width:6px}}@-webkit-keyframes Loader-module_small-to-big__Gw40p{0%{-webkit-transform:none;transform:none}to{-webkit-transform:scale(3) translate(0px,-3px);transform:scale(3) translateY(-3px);stroke-width:.8}}@-moz-keyframes Loader-module_small-to-big__Gw40p{0%{-moz-transform:none;transform:none}to{-moz-transform:scale(3) translate(0px,-3px);transform:scale(3) translateY(-3px);stroke-width:.8}}@-o-keyframes Loader-module_small-to-big__Gw40p{0%{-o-transform:none;transform:none}to{-o-transform:scale(3) translate(0px,-3px);transform:scale(3) translateY(-3px);stroke-width:.8}}@keyframes Loader-module_small-to-big__Gw40p{0%{-webkit-transform:none;-moz-transform:none;-o-transform:none;transform:none}to{-webkit-transform:scale(3) translate(0px,-3px);-moz-transform:scale(3) translate(0px,-3px);-o-transform:scale(3) translate(0px,-3px);transform:scale(3) translateY(-3px);stroke-width:.8}}@-webkit-keyframes Loader-module_loading-noku3__U5x2Z{0%{-webkit-transform:none;transform:none}to{-webkit-transform:translate(-17.5px,17.5px);transform:translate(-17.5px,17.5px)}}@-moz-keyframes Loader-module_loading-noku3__U5x2Z{0%{-moz-transform:none;transform:none}to{-moz-transform:translate(-17.5px,17.5px);transform:translate(-17.5px,17.5px)}}@-o-keyframes Loader-module_loading-noku3__U5x2Z{0%{-o-transform:none;transform:none}to{-o-transform:translate(-17.5px,17.5px);transform:translate(-17.5px,17.5px)}}@keyframes Loader-module_loading-noku3__U5x2Z{0%{-webkit-transform:none;-moz-transform:none;-o-transform:none;transform:none}to{-webkit-transform:translate(-17.5px,17.5px);-moz-transform:translate(-17.5px,17.5px);-o-transform:translate(-17.5px,17.5px);transform:translate(-17.5px,17.5px)}}.UserDetails-module_noDropdown__2l3E3{opacity:1!important;pointer-events:all!important;visibility:visible!important;position:relative!important;top:unset!important;right:unset!important;max-width:100%!important;width:100%!important;border:unset!important;-webkit-box-shadow:unset!important;-moz-box-shadow:unset!important;box-shadow:unset!important;-webkit-border-radius:0!important;-moz-border-radius:0!important;border-radius:0!important;padding:0!important}.UserDetails-module_noDropdown__2l3E3 .UserDetails-module_avatar__Pvqyh{-webkit-filter:drop-shadow(0px 0px 10px rgba(0,0,0,.15));filter:drop-shadow(0px 0px 10px rgba(0,0,0,.15))}.UserDetails-module_noDropdown__2l3E3 .UserDetails-module_spacer__gnSLE{margin-top:15px;margin-bottom:30px;border-bottom:1px solid rgba(0,0,0,.05)}.UserDetails-module_noDropdown__2l3E3 .UserDetails-module_menuItem__TaOtN{margin-bottom:36px;text-align:right;-webkit-box-pack:end;-webkit-justify-content:flex-end;-moz-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;font-size:16px;line-height:19px;letter-spacing:.15px;font-weight:400!important;color:#9b9b9b!important}.UserDetails-module_noDropdown__2l3E3 .UserDetails-module_menuItem__TaOtN .UserDetails-module_icon__PHaS2{padding-left:10px;min-width:26px}.UserDetails-module_noDropdown__2l3E3 .UserDetails-module_menuItem__TaOtN .UserDetails-module_logout__6ks90{color:#d0021b!important}.UserDetails-module_removeBefore__HRp71:before{content:none!important}.UserDetails-module_currenciesHolder__12rbm{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-flow:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-flow:column;flex-flow:column;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:start;-webkit-align-items:flex-start;-moz-box-align:start;-ms-flex-align:start;align-items:flex-start;border:.5px solid #d9d9d9;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;padding:3px 12px;margin-bottom:16px}.UserDetails-module_currenciesHolder__12rbm .UserDetails-module_balanceHolder__0xLar{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;font-family:Lato;font-style:normal;font-weight:400;font-size:14px;letter-spacing:.15px;color:#4a4a4a;opacity:.6}.UserDetails-module_currenciesHolder__12rbm .UserDetails-module_balanceHolder__0xLar .UserDetails-module_icon__PHaS2{width:12px;margin-right:4px}.UserDetails-module_currenciesHolder__12rbm .UserDetails-module_balanceHolder__0xLar .UserDetails-module_balanceSkeleton__t0vgO{width:50px;height:15px}.CryptoHeroesModal-module_modal__iFzuo .CryptoHeroesModal-module_paper__nHQKD{overflow:unset}.CryptoHeroesModal-module_modal__iFzuo .CryptoHeroesModal-module_header__Vf5n-{margin:0;padding:0;height:0}.CryptoHeroesModal-module_modal__iFzuo .CryptoHeroesModal-module_header__Vf5n- .CryptoHeroesModal-module_title__ZyurX{padding:0;margin:0}.CryptoHeroesModal-module_modal__iFzuo .CryptoHeroesModal-module_divider__xG5zV{display:none}.CryptoHeroesModal-module_modal__iFzuo .CryptoHeroesModal-module_body__nCphm{position:relative;z-index:1;text-align:center;max-width:328px;max-height:85vh;padding:0!important}.CryptoHeroesModal-module_modal__iFzuo .CryptoHeroesModal-module_actions__qVazZ{display:none}.NotificationsNav-module_notificationsNav__qTrty{position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.NotificationsNav-module_notificationsNav__qTrty>.NotificationsNav-module_iconContainer__DCVP8{position:relative;cursor:pointer;margin-left:10px;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.NotificationsNav-module_notificationsNav__qTrty>.NotificationsNav-module_iconContainer__DCVP8>.NotificationsNav-module_icon__OurQg{width:19px;height:19px}.NotificationsNav-module_notificationsNav__qTrty>.NotificationsNav-module_iconContainer__DCVP8>.NotificationsNav-module_icon__OurQg.NotificationsNav-module_active__DTeWu{color:#4446ed}.NotificationsNav-module_notificationsNav__qTrty>.NotificationsNav-module_iconContainer__DCVP8>.NotificationsNav-module_icon__OurQg.NotificationsNav-module_isDark__WmFX2{color:#fff}.NotificationsNav-module_notificationsNav__qTrty>.NotificationsNav-module_iconContainer__DCVP8>.NotificationsNav-module_icon__OurQg.NotificationsNav-module_isDark__WmFX2.NotificationsNav-module_active__DTeWu{color:#ffc132}.NotificationsNav-module_notificationsNav__qTrty>.NotificationsNav-module_iconContainer__DCVP8>.NotificationsNav-module_badge__x-r71{position:absolute;top:-15%;left:80%;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;width:15px;height:15px;background-color:#4446ed;color:#fff;overflow:hidden;font-size:8px;-webkit-animation:NotificationsNav-module_pulse__V-mEd 1.5s infinite;-moz-animation:NotificationsNav-module_pulse__V-mEd 1.5s infinite;-o-animation:NotificationsNav-module_pulse__V-mEd 1.5s infinite;animation:NotificationsNav-module_pulse__V-mEd 1.5s infinite}.NotificationsNav-module_notificationsNav__qTrty>.NotificationsNav-module_iconContainer__DCVP8>.NotificationsNav-module_badge__x-r71.NotificationsNav-module_active__DTeWu{background-color:#4446ed}.NotificationsNav-module_notificationsNav__qTrty>.NotificationsNav-module_iconContainer__DCVP8>.NotificationsNav-module_badge__x-r71.NotificationsNav-module_isDark__WmFX2{background-color:#fff}.NotificationsNav-module_notificationsNav__qTrty>.NotificationsNav-module_iconContainer__DCVP8>.NotificationsNav-module_badge__x-r71.NotificationsNav-module_isDark__WmFX2.NotificationsNav-module_active__DTeWu{background-color:#ffc132;-webkit-animation:NotificationsNav-module_pulse-dark__KzkU3 1.5s infinite;-moz-animation:NotificationsNav-module_pulse-dark__KzkU3 1.5s infinite;-o-animation:NotificationsNav-module_pulse-dark__KzkU3 1.5s infinite;animation:NotificationsNav-module_pulse-dark__KzkU3 1.5s infinite}@-webkit-keyframes NotificationsNav-module_pulse__V-mEd{0%{-webkit-box-shadow:#4446ed 0 0 0 0;box-shadow:#4446ed 0 0}75%{-webkit-box-shadow:rgba(255,105,180,0) 0 0 0 8px;box-shadow:#ff69b400 0 0 0 8px}}@-moz-keyframes NotificationsNav-module_pulse__V-mEd{0%{-moz-box-shadow:#4446ed 0 0 0 0;box-shadow:#4446ed 0 0}75%{-moz-box-shadow:rgba(255,105,180,0) 0 0 0 8px;box-shadow:#ff69b400 0 0 0 8px}}@-o-keyframes NotificationsNav-module_pulse__V-mEd{0%{box-shadow:#4446ed 0 0}75%{box-shadow:#ff69b400 0 0 0 8px}}@keyframes NotificationsNav-module_pulse__V-mEd{0%{-webkit-box-shadow:#4446ed 0 0 0 0;-moz-box-shadow:#4446ed 0 0 0 0;box-shadow:#4446ed 0 0}75%{-webkit-box-shadow:rgba(255,105,180,0) 0 0 0 8px;-moz-box-shadow:rgba(255,105,180,0) 0 0 0 8px;box-shadow:#ff69b400 0 0 0 8px}}@-webkit-keyframes NotificationsNav-module_pulse-dark__KzkU3{0%{-webkit-box-shadow:#ffc132 0 0 0 0;box-shadow:#ffc132 0 0}75%{-webkit-box-shadow:rgba(255,105,180,0) 0 0 0 8px;box-shadow:#ff69b400 0 0 0 8px}}@-moz-keyframes NotificationsNav-module_pulse-dark__KzkU3{0%{-moz-box-shadow:#ffc132 0 0 0 0;box-shadow:#ffc132 0 0}75%{-moz-box-shadow:rgba(255,105,180,0) 0 0 0 8px;box-shadow:#ff69b400 0 0 0 8px}}@-o-keyframes NotificationsNav-module_pulse-dark__KzkU3{0%{box-shadow:#ffc132 0 0}75%{box-shadow:#ff69b400 0 0 0 8px}}@keyframes NotificationsNav-module_pulse-dark__KzkU3{0%{-webkit-box-shadow:#ffc132 0 0 0 0;-moz-box-shadow:#ffc132 0 0 0 0;box-shadow:#ffc132 0 0}75%{-webkit-box-shadow:rgba(255,105,180,0) 0 0 0 8px;-moz-box-shadow:rgba(255,105,180,0) 0 0 0 8px;box-shadow:#ff69b400 0 0 0 8px}}.noku-library-progress-bar{width:100%}.noku-library-progress-bar .foreground{height:2px;-webkit-transition:width .5s ease-in-out;-o-transition:width .5s ease-in-out;-moz-transition:width .5s ease-in-out;transition:width .5s ease-in-out;background-image:-webkit-gradient(linear,left top,right top,from(#4446ed),to(#9013fe));background-image:-webkit-linear-gradient(left,#4446ed,#9013fe);background-image:-moz-linear-gradient(left,#4446ed,#9013fe);background-image:-o-linear-gradient(left,#4446ed,#9013fe);background-image:linear-gradient(to right,#4446ed,#9013fe)}.StepList-module_stepList__ZlwMd{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:0 -10px}@media screen and (max-width: 1023px){.StepList-module_stepList__ZlwMd{-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin:0 -5px}}.StepList-module_stepList__ZlwMd .StepList-module_step__-5uSD{display:inline-block;position:relative;margin:0 10px}@media screen and (max-width: 1023px){.StepList-module_stepList__ZlwMd .StepList-module_step__-5uSD{margin:0 5px}}.StepList-module_stepList__ZlwMd .StepList-module_step__-5uSD .StepList-module_circle__IBJsl:after{content:"";position:absolute;width:134px;top:50%;left:73px;border-bottom:1px solid rgba(255,255,255,.2)}@media screen and (max-width: 1439px){.StepList-module_stepList__ZlwMd .StepList-module_step__-5uSD .StepList-module_circle__IBJsl:after{width:104px}}@media screen and (max-width: 1199px){.StepList-module_stepList__ZlwMd .StepList-module_step__-5uSD .StepList-module_circle__IBJsl:after{width:55px;left:65px}}@media screen and (max-width: 1023px){.StepList-module_stepList__ZlwMd .StepList-module_step__-5uSD .StepList-module_circle__IBJsl:after{content:none}}.Notification-module_notification__I446c{padding:10px 0;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;grid-gap:20px;color:#000}.Notification-module_notification__I446c:not(:last-child){padding-bottom:10px;border-bottom:1px solid #e4e4e4}.Notification-module_notification__I446c>.Notification-module_icon__keGG8{min-width:50px;width:50px;height:50px;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;position:relative}.Notification-module_notification__I446c>.Notification-module_icon__keGG8>.Notification-module_avatar__j7njN{width:50px;height:50px}.Notification-module_notification__I446c>.Notification-module_icon__keGG8>.Notification-module_container__3lVPm{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;background:blue;padding:2px;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;border:1px solid #fff;width:20px;height:20px;position:absolute;top:70%;left:70%}.Notification-module_notification__I446c>.Notification-module_icon__keGG8>.Notification-module_container__3lVPm>.Notification-module_subIcon__t4GCg{width:65%;height:auto;color:#fff}.Notification-module_notification__I446c>.Notification-module_content__F5Bon{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-flow:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-flow:column;flex-flow:column}.Notification-module_notification__I446c>.Notification-module_content__F5Bon>.Notification-module_title__wqrGf{font-size:14px;font-weight:600;line-height:1.2}.Notification-module_notification__I446c>.Notification-module_content__F5Bon>.Notification-module_text__EOuGL{font-size:12px;font-weight:400;line-height:1.2;margin-top:5px}.Notification-module_notification__I446c>.Notification-module_content__F5Bon>.Notification-module_time__fKInX{font-size:10px;font-weight:300;line-height:1.2;margin-top:5px}.Notification-module_notification__I446c>.Notification-module_content__F5Bon>.Notification-module_time__fKInX:first-letter{text-transform:uppercase}.Notification-module_notification__I446c>.Notification-module_content__F5Bon>.Notification-module_btn__1R-is{-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;font-weight:400;width:100px;height:30px;font-size:12px;line-height:25px;text-align:center;letter-spacing:.15px;color:#fff;background:#4446ed;margin-top:10px}@media screen and (max-width: 767px){.Notification-module_notification__I446c>.Notification-module_content__F5Bon>.Notification-module_btn__1R-is{padding:10px;width:150px;font-size:12px;line-height:14px}}.Notification-module_notification__I446c>.Notification-module_deleteContainer__6OPdY{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:5px;background:#558b2f;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;cursor:pointer;width:20px;height:20px;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-left:auto}.Notification-module_notification__I446c>.Notification-module_deleteContainer__6OPdY>.Notification-module_delete__k-vG6{color:#fff}.CardMask-module_svg__1rgtF text{font-family:Lato,sans-serif}.CryptoHeroesModalBody-module_contentWrapper__JGnVM{position:relative}.CryptoHeroesModalBody-module_contentWrapper__JGnVM .CryptoHeroesModalBody-module_firstHalf__ZoLNx{-webkit-border-radius:4px 4px 0 0;-moz-border-radius:4px 4px 0 0;border-radius:4px 4px 0 0;position:absolute;width:100%;height:50%;top:0;background-color:#ecedfd}.CryptoHeroesModalBody-module_contentWrapper__JGnVM .CryptoHeroesModalBody-module_content__uCJMI{position:relative;z-index:1;padding:8px 16px}.CryptoHeroesModalBody-module_contentWrapper__JGnVM .CryptoHeroesModalBody-module_content__uCJMI .CryptoHeroesModalBody-module_imageContainer__k93y1.CryptoHeroesModalBody-module_withMask__rh3Fg{position:relative;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.CryptoHeroesModalBody-module_contentWrapper__JGnVM .CryptoHeroesModalBody-module_content__uCJMI .CryptoHeroesModalBody-module_imageContainer__k93y1.CryptoHeroesModalBody-module_withMask__rh3Fg>.CryptoHeroesModalBody-module_tokenImage__3sOFe{-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px}.CryptoHeroesModalBody-module_contentWrapper__JGnVM .CryptoHeroesModalBody-module_content__uCJMI .CryptoHeroesModalBody-module_imageContainer__k93y1>.CryptoHeroesModalBody-module_cardMask__-AwEn{position:absolute;top:0;left:0}.CryptoHeroesModalBody-module_contentWrapper__JGnVM .CryptoHeroesModalBody-module_content__uCJMI .CryptoHeroesModalBody-module_imageContainer__k93y1 .CryptoHeroesModalBody-module_tokenImage__3sOFe{-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;width:100%;height:auto}.CryptoHeroesModalBody-module_contentWrapper__JGnVM .CryptoHeroesModalBody-module_content__uCJMI .CryptoHeroesModalBody-module_imageContainer__k93y1.CryptoHeroesModalBody-module_positioner__L3zt8{position:relative}.CryptoHeroesModalBody-module_contentWrapper__JGnVM .CryptoHeroesModalBody-module_content__uCJMI .CryptoHeroesModalBody-module_row__NNVsR{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.CryptoHeroesModalBody-module_contentWrapper__JGnVM .CryptoHeroesModalBody-module_content__uCJMI .CryptoHeroesModalBody-module_row__NNVsR.CryptoHeroesModalBody-module_id__l1xf3{-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-bottom:8px}.CryptoHeroesModalBody-module_contentWrapper__JGnVM .CryptoHeroesModalBody-module_content__uCJMI .CryptoHeroesModalBody-module_row__NNVsR.CryptoHeroesModalBody-module_id__l1xf3,.CryptoHeroesModalBody-module_contentWrapper__JGnVM .CryptoHeroesModalBody-module_content__uCJMI .CryptoHeroesModalBody-module_row__NNVsR .CryptoHeroesModalBody-module_label__u7wrn{font-weight:300;font-size:13px;color:#4a4a4a}.CryptoHeroesModalBody-module_contentWrapper__JGnVM .CryptoHeroesModalBody-module_content__uCJMI .CryptoHeroesModalBody-module_row__NNVsR.CryptoHeroesModalBody-module_id__l1xf3.CryptoHeroesModalBody-module_assetLabel__QhLhm,.CryptoHeroesModalBody-module_contentWrapper__JGnVM .CryptoHeroesModalBody-module_content__uCJMI .CryptoHeroesModalBody-module_row__NNVsR .CryptoHeroesModalBody-module_label__u7wrn.CryptoHeroesModalBody-module_assetLabel__QhLhm{text-transform:uppercase}.CryptoHeroesModalBody-module_contentWrapper__JGnVM .CryptoHeroesModalBody-module_content__uCJMI .CryptoHeroesModalBody-module_row__NNVsR.CryptoHeroesModalBody-module_assetRow__vY7lO{-webkit-box-pack:start;-webkit-justify-content:flex-start;-moz-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.CryptoHeroesModalBody-module_contentWrapper__JGnVM .CryptoHeroesModalBody-module_content__uCJMI .CryptoHeroesModalBody-module_row__NNVsR.CryptoHeroesModalBody-module_assetRow__vY7lO .CryptoHeroesModalBody-module_asset__8dbAE{font-weight:700;font-size:14px;margin-right:16px}.CryptoHeroesModalBody-module_contentWrapper__JGnVM .CryptoHeroesModalBody-module_content__uCJMI .CryptoHeroesModalBody-module_row__NNVsR.CryptoHeroesModalBody-module_assetRow__vY7lO .CryptoHeroesModalBody-module_asset__8dbAE:last-child{margin-right:0}.CryptoHeroesModalBody-module_contentWrapper__JGnVM .CryptoHeroesModalBody-module_content__uCJMI .CryptoHeroesModalBody-module_title__GAgk-{font-size:14px;margin:8px 0 4px;font-weight:700}.CryptoHeroesModalBody-module_contentWrapper__JGnVM .CryptoHeroesModalBody-module_content__uCJMI .CryptoHeroesModalBody-module_description__1tfKD{margin-bottom:4px;font-weight:400;font-size:12px}.CryptoHeroesModalBody-module_contentWrapper__JGnVM .CryptoHeroesModalBody-module_sellButton__rsdrd{display:inline-block}.CryptoHeroesModalBody-module_dollarCreditsBtn__iBFiI{margin-left:15px}.DrawerNavigator-module_newVersionDrawer__fiU9t{padding:0!important;max-width:400px;-webkit-box-pack:start!important;-webkit-justify-content:flex-start!important;-moz-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.DrawerNavigator-module_newVersionDrawer__fiU9t .DrawerNavigator-module_header__M4mUd{padding:20px;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:30px}.DrawerNavigator-module_newVersionDrawer__fiU9t .DrawerNavigator-module_header__M4mUd .DrawerNavigator-module_arrowHolder__USBIN{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.DrawerNavigator-module_newVersionDrawer__fiU9t .DrawerNavigator-module_header__M4mUd .DrawerNavigator-module_arrowHolder__USBIN .DrawerNavigator-module_arrow__Ul4u5{cursor:pointer;width:21px}.DrawerNavigator-module_newVersionDrawer__fiU9t .DrawerNavigator-module_header__M4mUd .DrawerNavigator-module_logoHolder__sSQjY{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%}.DrawerNavigator-module_newVersionDrawer__fiU9t .DrawerNavigator-module_header__M4mUd .DrawerNavigator-module_logoHolder__sSQjY .DrawerNavigator-module_logo__veuXh{width:83px}.DrawerNavigator-module_menuItem__wnOM4{font-weight:400!important;font-size:16px!important;line-height:19px;letter-spacing:.15px;opacity:.6}.DrawerNavigator-module_menuItem__wnOM4 .DrawerNavigator-module_active__5dD8c{font-weight:400!important;opacity:1}.noku-library-modal .paper.overflow-unset{overflow:unset}.noku-library-modal .header{position:relative}.noku-library-modal .header .title{font-weight:700;text-align:center}.noku-library-modal .header .title.primary{color:#4446ed}.noku-library-modal .header .close-icon-button{position:absolute;width:42px;height:42px;top:10px;right:8px;color:#9b9b9b}.noku-library-modal .header .close-icon-button .close-icon{font-size:18px}.noku-library-modal .header .close-icon-button.external{top:-40px;right:-40px;color:#fff}.noku-library-modal .header .close-icon-button.external .close-icon{font-size:18px}.noku-library-modal .header .close-icon-button.disabled{opacity:.3}.noku-library-modal .divider{height:2px;background-color:#e4e4e4}.noku-library-modal .body{padding:30px 24px}@media screen and (max-width: 767px){.noku-library-modal .body.fullscreen{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:100%;height:-webkit-calc(100% - 112px);height:-moz-calc(100% - 112px);height:calc(100% - 112px)}}.noku-library-modal .body .loader{opacity:0;position:absolute;top:0;bottom:0;left:0;right:0;z-index:10;background-color:#0000004d;pointer-events:none}.noku-library-modal .body .loader.active{opacity:1;pointer-events:inherit;-webkit-transition:opacity .2s;-o-transition:opacity .2s;-moz-transition:opacity .2s;transition:opacity .2s}.noku-library-modal .body .loader .message{position:absolute;left:50%;top:40%;-webkit-transform:translateX(-50%) translateY(-50%);-moz-transform:translateX(-50%) translateY(-50%);-ms-transform:translateX(-50%) translateY(-50%);-o-transform:translateX(-50%) translateY(-50%);transform:translate(-50%) translateY(-50%)}.noku-library-modal .actions{-webkit-border-radius:0 0 4px 4px;-moz-border-radius:0 0 4px 4px;border-radius:0 0 4px 4px}.noku-library-modal .actions.primary{background-color:#4446ed;color:#fff}.noku-library-modal .actions.flex-start{-webkit-box-pack:start;-webkit-justify-content:flex-start;-moz-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.noku-library-modal .actions.flex-end{-webkit-box-pack:end;-webkit-justify-content:flex-end;-moz-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.noku-library-modal .actions.space-between{-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.noku-library-modal .actions.fullscreen{-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.noku-library-modal.boxed{margin:64px auto 0;max-width:1920px}.noku-library-modal.boxed .backdrop{max-width:1920px;top:unset;left:unset;bottom:unset;right:unset;height:100%;width:100%}.Notifications-module_notificationBackground__gAlYY{width:100%;height:100%;position:fixed;top:0;left:0;background:rgba(0,0,0,.6);z-index:1010}.Notifications-module_notificationsContainer__xEccu{position:absolute;background-color:#fff;top:200%;right:100%;-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;padding:20px;border:1px solid #e4e4e4;width:400px;z-index:1011;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}@media screen and (max-width: 767px){.Notifications-module_notificationsContainer__xEccu{position:fixed;max-height:50%;height:auto;overflow-y:auto;width:100vw;bottom:0;left:0;top:unset;max-width:unset}}.Notifications-module_notificationsContainer__xEccu>.Notifications-module_header__9KAXU{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:20px}.Notifications-module_notificationsContainer__xEccu>.Notifications-module_header__9KAXU>.Notifications-module_title__dVa6W{font-weight:700;font-size:14px;line-height:1;letter-spacing:.15px}.Notifications-module_notificationsContainer__xEccu>.Notifications-module_header__9KAXU>.Notifications-module_markAllAsRead__tc5Q5{font-weight:500;font-size:12px;line-height:1;letter-spacing:.15px;cursor:pointer;color:#4446ed}.Notifications-module_notificationsContainer__xEccu>.Notifications-module_settings__TuiTu{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;width:100%;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;border-bottom:1px solid #e4e4e4;margin-bottom:10px}.Notifications-module_notificationsContainer__xEccu>.Notifications-module_settings__TuiTu>.Notifications-module_tabs__MeFZJ{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;grid-gap:0 10px}.Notifications-module_notificationsContainer__xEccu>.Notifications-module_settings__TuiTu>.Notifications-module_tabs__MeFZJ>.Notifications-module_tab__6gY5i{cursor:pointer;padding-bottom:10px}.Notifications-module_notificationsContainer__xEccu>.Notifications-module_settings__TuiTu>.Notifications-module_tabs__MeFZJ>.Notifications-module_tab__6gY5i.Notifications-module_active__IihHq{border-bottom:2px solid #4446ed}.Notifications-module_notificationsContainer__xEccu>.Notifications-module_settings__TuiTu>.Notifications-module_sliders__nXv1z{cursor:pointer}.Notifications-module_notificationsContainer__xEccu .Notifications-module_loader__obbUW{position:absolute;z-index:1;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:30px;height:auto}.Notifications-module_notificationsContainer__xEccu svg path,.Notifications-module_notificationsContainer__xEccu svg line{stroke:#4446ed}.Notifications-module_notificationsContainer__xEccu>.Notifications-module_tabsContent__2C-FP{max-height:400px;overflow-x:hidden;overflow-y:auto}@media screen and (max-width: 767px){.Notifications-module_notificationsContainer__xEccu>.Notifications-module_tabsContent__2C-FP{max-height:unset;overflow-y:auto;height:100%}}.Notifications-module_notificationsContainer__xEccu>.Notifications-module_tabsContent__2C-FP::-webkit-scrollbar{display:none}.CryptoHeroesModalFooter-module_footer__kBdpm{padding:8px 16px;background-color:#4446ed;width:100%;-webkit-border-radius:0 0 4px 4px;-moz-border-radius:0 0 4px 4px;border-radius:0 0 4px 4px;min-height:34px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;position:relative}.CryptoHeroesModalFooter-module_footer__kBdpm .CryptoHeroesModalFooter-module_cart__DVApy{color:#fff}.CryptoHeroesModalFooter-module_footer__kBdpm .CryptoHeroesModalFooter-module_cart__DVApy.CryptoHeroesModalFooter-module_disabled__O7Tgy{color:#ffffffbf;pointer-events:all;cursor:not-allowed}.CryptoHeroesModalFooter-module_footer__kBdpm .CryptoHeroesModalFooter-module_row__MBn0W{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;font-size:14px;color:#fff;text-transform:uppercase;text-align:left}.CryptoHeroesModalFooter-module_footer__kBdpm .CryptoHeroesModalFooter-module_row__MBn0W.CryptoHeroesModalFooter-module_id__LCvYz{position:absolute;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;bottom:-16px}.CryptoHeroesModalFooter-module_footer__kBdpm .CryptoHeroesModalFooter-module_column__IcO3E .CryptoHeroesModalFooter-module_firstRow__8qHOD{color:#fff9}.CryptoHeroesModalFooter-module_footer__kBdpm .CryptoHeroesModalFooter-module_column__IcO3E .CryptoHeroesModalFooter-module_secondRow__kaLHl{font-weight:800}.CryptoHeroesModalFooter-module_footer__kBdpm .CryptoHeroesModalFooter-module_column__IcO3E:last-child{text-align:right}.noku-library-button.basic{font-family:inherit;position:relative;-webkit-transition:background-color .25s cubic-bezier(.4,0,.2,1) 0ms,border .25s cubic-bezier(.4,0,.2,1) 0ms,-webkit-box-shadow .25s cubic-bezier(.4,0,.2,1) 0ms;transition:background-color .25s cubic-bezier(.4,0,.2,1) 0ms,border .25s cubic-bezier(.4,0,.2,1) 0ms,-webkit-box-shadow .25s cubic-bezier(.4,0,.2,1) 0ms;-o-transition:background-color .25s cubic-bezier(.4,0,.2,1) 0ms,box-shadow .25s cubic-bezier(.4,0,.2,1) 0ms,border .25s cubic-bezier(.4,0,.2,1) 0ms;-moz-transition:background-color .25s cubic-bezier(.4,0,.2,1) 0ms,box-shadow .25s cubic-bezier(.4,0,.2,1) 0ms,border .25s cubic-bezier(.4,0,.2,1) 0ms,-moz-box-shadow .25s cubic-bezier(.4,0,.2,1) 0ms;transition:background-color .25s cubic-bezier(.4,0,.2,1) 0ms,box-shadow .25s cubic-bezier(.4,0,.2,1) 0ms,border .25s cubic-bezier(.4,0,.2,1) 0ms;transition:background-color .25s cubic-bezier(.4,0,.2,1) 0ms,box-shadow .25s cubic-bezier(.4,0,.2,1) 0ms,border .25s cubic-bezier(.4,0,.2,1) 0ms,-webkit-box-shadow .25s cubic-bezier(.4,0,.2,1) 0ms,-moz-box-shadow .25s cubic-bezier(.4,0,.2,1) 0ms;padding:.5em 1em;font-size:.875rem;font-weight:500;line-height:1.75;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.noku-library-button.small{padding:.5em}.noku-library-button.small .icon{font-size:1em}.noku-library-button.small .icon.start-icon{margin-right:.25em}.noku-library-button.small .icon.end-icon{margin-left:.25em}.noku-library-button.filled.primary{background:#2225c3;color:#fff}.noku-library-button.filled.primary svg path,.noku-library-button.filled.primary svg line{stroke:#fff}.noku-library-button.filled.primary:hover{background-color:#1c1c9c}.noku-library-button.filled.primary-wsl{background:#ffe162;color:#000}.noku-library-button.filled.primary-wsl:hover{background-color:#fff}.noku-library-button.filled.light-primary{background-color:#ececfd;color:#4446ed}.noku-library-button.filled.light-primary svg path,.noku-library-button.filled.light-primary svg line{stroke:#4446ed}.noku-library-button.filled.light-primary:hover{background-color:#c8c9ff}.noku-library-button.filled.dark-primary{background-color:#1c1c9c;color:#fff}.noku-library-button.filled.dark-primary svg path,.noku-library-button.filled.dark-primary svg line{stroke:#fff}.noku-library-button.filled.dark-primary:hover{background-color:#0000a1}.noku-library-button.filled.white-primary{background-color:#fff;color:#4446ed}.noku-library-button.filled.white-primary svg path,.noku-library-button.filled.white-primary svg line{stroke:#4446ed}.noku-library-button.filled.white-primary:hover{background-color:#ececfd}.noku-library-button.filled.secondary{background:#9616e5;color:#fff}.noku-library-button.filled.secondary svg path,.noku-library-button.filled.secondary svg line{stroke:#fff}.noku-library-button.filled.secondary:hover{background-color:scale(#9616e5,-10%)}.noku-library-button.filled.confirm{background-color:#4caf50;color:#fff}.noku-library-button.filled.confirm svg path,.noku-library-button.filled.confirm svg line{stroke:#fff}.noku-library-button.filled.confirm:hover{background-color:#3b903f}.noku-library-button.filled.warning{background-color:#ffb300;color:#fff}.noku-library-button.filled.warning svg path,.noku-library-button.filled.warning svg line{stroke:#fff}.noku-library-button.filled.warning:hover{background-color:#e6a100}.noku-library-button.filled.error{background-color:#e11524;color:#fff}.noku-library-button.filled.error svg path,.noku-library-button.filled.error svg line{stroke:#fff}.noku-library-button.filled.error:hover{background-color:#c4282c}.noku-library-button.filled.discard{background-color:#4548ed;color:#fff}.noku-library-button.filled.discard svg path,.noku-library-button.filled.discard svg line{stroke:#fff}.noku-library-button.filled.discard:hover{background-color:#0000a1}.noku-library-button.filled.reverse-primary{background-color:#fff;color:#2225c3}.noku-library-button.filled.reverse-primary:hover{background-color:#fff}.noku-library-button.filled.gradient{background:-webkit-gradient(linear,right top,left top,from(#4446ed),to(#9013fe));background:-webkit-linear-gradient(right,#4446ed 0%,#9013fe 100%);background:-moz-linear-gradient(right,#4446ed 0%,#9013fe 100%);background:-o-linear-gradient(right,#4446ed 0%,#9013fe 100%);background:linear-gradient(270deg,#4446ed 0%,#9013fe 100%);-webkit-box-shadow:0px 1px 3px rgba(0,0,0,.3);-moz-box-shadow:0px 1px 3px rgba(0,0,0,.3);box-shadow:0 1px 3px #0000004d;color:#fff;z-index:9}.noku-library-button.filled.gradient:after{content:"";position:absolute;z-index:-1;top:0;left:0;width:100%;height:100%;opacity:0;background:-webkit-gradient(linear,right top,left top,from(#9013fe),to(#4446ed));background:-webkit-linear-gradient(right,#9013fe 0%,#4446ed 100%);background:-moz-linear-gradient(right,#9013fe 0%,#4446ed 100%);background:-o-linear-gradient(right,#9013fe 0%,#4446ed 100%);background:linear-gradient(270deg,#9013fe 0%,#4446ed 100%);-webkit-transition:opacity .2s linear;-o-transition:opacity .2s linear;-moz-transition:opacity .2s linear;transition:opacity .2s linear;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.noku-library-button.filled.gradient:hover:after{opacity:1}.noku-library-button.outlined.primary{background-color:#fff;color:#4446ed;border:1px solid #4446ed}.noku-library-button.outlined.primary:hover{background-color:#00000026}.noku-library-button.outlined.light-primary{background-color:#ececfd;border:1px solid #4446ed;color:#4446ed}.noku-library-button.outlined.light-primary svg path,.noku-library-button.outlined.light-primary svg line{stroke:#4446ed}.noku-library-button.outlined.light-primary:hover{background-color:#c8c9ff}.noku-library-button.outlined.neutral{background-color:#fff;color:#a8a8a8;border:1px solid #e8e8e8}.noku-library-button.outlined.neutral:hover{background-color:#0000000d}.noku-library-button.flat.primary{color:#4446ed}.noku-library-button.flat.primary:hover{background-color:#00000026}.noku-library-button.flat.reverse-primary{color:#fff}.noku-library-button.flat.reverse-primary:hover{background-color:#00000026}.noku-library-button.shadow{-webkit-box-shadow:0px 3px 1px -2px rgba(0,0,0,.2),0px 2px 2px 0px rgba(0,0,0,.14),0px 1px 5px 0px rgba(0,0,0,.12);-moz-box-shadow:0px 3px 1px -2px rgba(0,0,0,.2),0px 2px 2px 0px rgba(0,0,0,.14),0px 1px 5px 0px rgba(0,0,0,.12);box-shadow:0 3px 1px -2px #0003,0 2px 2px #00000024,0 1px 5px #0000001f}.noku-library-button.disabled{opacity:.3;cursor:default}.noku-library-button.loading{cursor:progress}.noku-library-button.loading .loader{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin-left:1em;max-height:24px}.noku-library-button.uppercase{text-transform:uppercase}.noku-library-button.fluid{min-height:40px;font-weight:700;width:100%}.noku-library-button.round{-webkit-border-radius:40px;-moz-border-radius:40px;border-radius:40px}.noku-library-button.no-wrap{white-space:nowrap}.noku-library-button .link{position:absolute;top:0;left:0;width:100%;height:100%}.noku-library-button .icon{color:inherit;font-size:1.25em}.noku-library-button .icon.start-icon{margin-right:1em}.noku-library-button .icon.end-icon{margin-left:1em}.User-module_cursorPointer__igjBE{cursor:pointer}.User-module_dropdownUserMenu__TyCw6{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;position:relative;cursor:pointer;background-color:#fff;border:.1px solid #eee;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;-webkit-background-size:contain;-moz-background-size:contain;background-size:contain;background-repeat:no-repeat;width:100%;height:35px}.User-module_dropdownUserMenu__TyCw6 .User-module_currenciesHolder__-ls3U{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-flow:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-flow:column;flex-flow:column;-webkit-box-align:start;-webkit-align-items:flex-start;-moz-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:3px 10px;max-width:110px}.User-module_dropdownUserMenu__TyCw6 .User-module_currenciesHolder__-ls3U .User-module_currency__Dy4d4{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;color:#4a4a4a;font-weight:400;font-size:11px;line-height:15px;opacity:.6;letter-spacing:.15px}.User-module_dropdownUserMenu__TyCw6 .User-module_currenciesHolder__-ls3U .User-module_currency__Dy4d4 .User-module_icon__lj-Qq{padding-right:3px;height:10px}.User-module_dropdownUserMenu__TyCw6 .User-module_currenciesHolder__-ls3U .User-module_currency__Dy4d4 .User-module_skeleton__21xh2{width:50px;height:12px}.User-module_dropdownUserMenu__TyCw6 .User-module_dropdownHolder__yV8Vt{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:0 12px;width:61px}.User-module_dropdownUserMenu__TyCw6 .User-module_dropdownHolder__yV8Vt:before{position:absolute;content:"";right:62px;bottom:4.5px;border-left:.5px solid #d9d9d9;height:26px}.User-module_dropdownUserMenu__TyCw6 .User-module_dropdownHolder__yV8Vt .User-module_avatar__DGUOl{cursor:pointer;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;width:19px;height:19px;right:12px;bottom:8px;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%}.Navigator-module_navigator__kQikO{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;padding:20px 30px;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:100%;position:relative}@media screen and (max-width: 1023px){.Navigator-module_navigator__kQikO{-webkit-box-pack:unset;-webkit-justify-content:unset;-moz-box-pack:unset;-ms-flex-pack:unset;justify-content:unset}}.Navigator-module_navigator__kQikO.Navigator-module_isFullWidth__KXetV:before{content:"";position:absolute;background-color:#fff;left:-99999px;right:-9999px;top:0;height:100%;z-index:0;pointer-events:none}.Navigator-module_navigator__kQikO.Navigator-module_backgroundTransparent__1-rYf:before{background-color:transparent}.Navigator-module_navigator__kQikO>*{z-index:1000}.Navigator-module_navigator__kQikO>*:hover{z-index:3000}.Navigator-module_navigator__kQikO .Navigator-module_hamburgerHolder__efiLV{display:none;height:17px}@media screen and (max-width: 1023px){.Navigator-module_navigator__kQikO .Navigator-module_hamburgerHolder__efiLV{display:block}}.Navigator-module_navigator__kQikO .Navigator-module_hamburgerHolder__efiLV .Navigator-module_hamburger__hfHnH{cursor:pointer;content:url("data:image/svg+xml,%3Csvg width%3D%2221%22 height%3D%2218%22 viewBox%3D%220 0 21 18%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath d%3D%22M0.65625 2.40643H20.3438C20.706 2.40643 21 2.06929 21 1.65219C21 1.2351 20.706 0.897949 20.3438 0.897949H0.65625C0.294 0.897949 0 1.2351 0 1.65219C0 2.06929 0.293344 2.40643 0.65625 2.40643Z%22 fill%3D%22white%22%2F%3E%3Cpath d%3D%22M0.65625 17.4916H20.3438C20.706 17.4916 21 17.1545 21 16.7374C21 16.3203 20.706 15.9832 20.3438 15.9832H0.65625C0.294 15.9832 0 16.3203 0 16.7374C0 17.1545 0.293344 17.4916 0.65625 17.4916Z%22 fill%3D%22white%22%2F%3E%3Cpath d%3D%22M0.65625 9.9494H20.3438C20.706 9.9494 21 9.61226 21 9.19516C21 8.77806 20.706 8.44092 20.3438 8.44092H0.65625C0.294 8.44092 0 8.77806 0 9.19516C0 9.61226 0.293344 9.9494 0.65625 9.9494Z%22 fill%3D%22white%22%2F%3E%3C%2Fsvg%3E");width:21px}.Navigator-module_navigator__kQikO .Navigator-module_logoHolder__S-2lK{display:none;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;z-index:1}@media screen and (max-width: 1023px){.Navigator-module_navigator__kQikO .Navigator-module_logoHolder__S-2lK{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;margin-left:auto}}.Navigator-module_navigator__kQikO .Navigator-module_logoHolder__S-2lK .Navigator-module_logo__53Ygu{width:84px;cursor:pointer}.Navigator-module_navigator__kQikO .Navigator-module_avatarHolder__s-S4J{display:none;cursor:pointer;background:#ffffff}@media screen and (max-width: 1023px){.Navigator-module_navigator__kQikO .Navigator-module_avatarHolder__s-S4J{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;margin-left:auto;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%}}.Navigator-module_navigator__kQikO .Navigator-module_avatarHolder__s-S4J .Navigator-module_avatar__k2Hkc{-webkit-border-radius:50%;-moz-border-radius:50%;width:22px;height:22px;border:.1px solid #eee;border-radius:50%}.Navigator-module_navigator__kQikO .Navigator-module_firstHolder__hh4Xq{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;margin-right:31px}@media screen and (max-width: 1199px){.Navigator-module_navigator__kQikO .Navigator-module_firstHolder__hh4Xq{margin-right:18px}}@media screen and (max-width: 1023px){.Navigator-module_navigator__kQikO .Navigator-module_firstHolder__hh4Xq{display:none}}.Navigator-module_navigator__kQikO .Navigator-module_firstHolder__hh4Xq .Navigator-module_logoContainer__dS6vK .Navigator-module_logo__53Ygu{cursor:pointer;width:100px;margin-right:35px}@media screen and (max-width: 1199px){.Navigator-module_navigator__kQikO .Navigator-module_firstHolder__hh4Xq .Navigator-module_logoContainer__dS6vK .Navigator-module_logo__53Ygu{width:84px;margin-right:28px}}.Navigator-module_navigator__kQikO .Navigator-module_firstHolder__hh4Xq .Navigator-module_firstMenuItemsHolder__5NHj5{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.Navigator-module_navigator__kQikO .Navigator-module_secondHolder__GZCnp{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.Navigator-module_navigator__kQikO .Navigator-module_secondHolder__GZCnp .Navigator-module_container__838ln{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}@media screen and (max-width: 1023px){.Navigator-module_navigator__kQikO .Navigator-module_secondHolder__GZCnp .Navigator-module_container__838ln{display:none}}.Navigator-module_navigator__kQikO .Navigator-module_secondHolder__GZCnp .Navigator-module_container__838ln .Navigator-module_secondMenuItemsHolder__0L36t{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;margin-right:30px}.Navigator-module_navigator__kQikO .Navigator-module_menuItem__QbwNP{-webkit-transition:all 1s;-o-transition:all 1s;-moz-transition:all 1s;transition:all 1s;color:#fff;font-size:14px;line-height:17px;font-weight:300;letter-spacing:.15px;opacity:.6;margin-right:31px}.Navigator-module_navigator__kQikO .Navigator-module_menuItem__QbwNP:last-child{margin-right:0}.Navigator-module_navigator__kQikO .Navigator-module_menuItem__QbwNP.Navigator-module_active__HuUAS,.Navigator-module_navigator__kQikO .Navigator-module_menuItem__QbwNP:hover{opacity:1;font-weight:300}@media screen and (max-width: 1439px){.Navigator-module_navigator__kQikO .Navigator-module_menuItem__QbwNP{font-size:13px;line-height:15px}}@media screen and (max-width: 1199px){.Navigator-module_navigator__kQikO .Navigator-module_menuItem__QbwNP{font-size:12px;line-height:14px;letter-spacing:.15px;margin-right:18px}}@media screen and (max-width: 1270px) and (min-width: 1024px){.Navigator-module_navigator__kQikO .Navigator-module_menuItem__QbwNP{font-size:11px}}.Navigator-module_navigator__kQikO.Navigator-module_isDark__Yyq6D .Navigator-module_menuItem__QbwNP{color:#000}.Navigator-module_navigator__kQikO.Navigator-module_isDark__Yyq6D .Navigator-module_hamburger__hfHnH{content:url("data:image/svg+xml,%3Csvg width%3D%2221%22 height%3D%2218%22 viewBox%3D%220 0 21 18%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath d%3D%22M0.65625 2.40643H20.3438C20.706 2.40643 21 2.06929 21 1.65219C21 1.2351 20.706 0.897949 20.3438 0.897949H0.65625C0.294 0.897949 0 1.2351 0 1.65219C0 2.06929 0.293344 2.40643 0.65625 2.40643Z%22 fill%3D%22black%22%2F%3E%3Cpath d%3D%22M0.65625 17.4916H20.3438C20.706 17.4916 21 17.1545 21 16.7374C21 16.3203 20.706 15.9832 20.3438 15.9832H0.65625C0.294 15.9832 0 16.3203 0 16.7374C0 17.1545 0.293344 17.4916 0.65625 17.4916Z%22 fill%3D%22black%22%2F%3E%3Cpath d%3D%22M0.65625 9.9494H20.3438C20.706 9.9494 21 9.61226 21 9.19516C21 8.77806 20.706 8.44092 20.3438 8.44092H0.65625C0.294 8.44092 0 8.77806 0 9.19516C0 9.61226 0.293344 9.9494 0.65625 9.9494Z%22 fill%3D%22black%22%2F%3E%3C%2Fsvg%3E")}.Navigator-module_navigator__kQikO .Navigator-module_notificationContainer__QYzkR{margin-left:30px}.Navigator-module_navigator__kQikO .Navigator-module_notificationContainer__QYzkR .Navigator-module_notificationButton__0Oh3n{background-color:transparent}.Navigator-module_navigator__kQikO .Navigator-module_notificationContainer__QYzkR .Navigator-module_notificationButton__0Oh3n.Navigator-module_hasNotification__h4-j6{background-color:#4548ed;color:#fff}.Navigator-module_navigator__kQikO .Navigator-module_notificationContainer__QYzkR .Navigator-module_notificationButton__0Oh3n .Navigator-module_notificationsNumber__gRJtW{padding-left:2px}.Navigator-module_extraMenuContainer__H8ABv{position:relative;margin-right:15px}.Navigator-module_extraMenuIcon__cS38L{cursor:pointer;font-size:28px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;line-height:1;color:inherit;opacity:1;font-weight:700}.Navigator-module_extraMenuIcon__cS38L:focus{outline:1px dotted}.Navigator-module_extraMenuDropdown__jpLEJ{position:absolute;top:100%;right:0;background-color:#fff;border:1px solid #ccc;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;-webkit-box-shadow:0 2px 10px rgba(0,0,0,.1);-moz-box-shadow:0 2px 10px rgba(0,0,0,.1);box-shadow:0 2px 10px #0000001a;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;min-width:200px;z-index:4000}.Navigator-module_extraMenuDropdown__jpLEJ .Navigator-module_extraMenuItem__3t1oG{padding:12px 20px;color:#000;text-decoration:none;font-size:15px;margin-right:0}.Navigator-module_extraMenuDropdown__jpLEJ .Navigator-module_extraMenuItem__3t1oG:hover{background-color:#f0f0f0}.SplashLogo-module_splashLogo__hedfy{z-index:1;width:100%;text-align:center;margin-bottom:20px}.SplashLogo-module_splashLogo__hedfy img{width:150px;max-width:100%}.SplashLogo-module_splashLogo__hedfy .SplashLogo-module_logoSubtitle__73r36{display:block;margin-top:22px;font-weight:400;font-size:24px;line-height:29px;text-align:center;letter-spacing:.15px;color:#fff}.SplashLogo-module_splashLogo__hedfy .SplashLogo-module_logoSubtitle__73r36.SplashLogo-module_logoBlack__o0PHl{color:#000}.WSLUnpack-module_WSLUnpack__A-e5E{position:fixed;top:0;left:0;width:100vw;height:100vh;z-index:1001}.WSLUnpack-module_WSLUnpack__A-e5E>.WSLUnpack-module_body__1JfjU{position:relative;width:100%;height:100%;z-index:0;overflow-y:auto}.WSLUnpack-module_WSLUnpack__A-e5E>.WSLUnpack-module_body__1JfjU .WSLUnpack-module_videoContainer__CMjOu:after{content:"";position:absolute;top:0;right:0;left:0;bottom:0;background-color:transparent;-webkit-transition:background-color .3s;-o-transition:background-color .3s;-moz-transition:background-color .3s;transition:background-color .3s;z-index:-1}.WSLUnpack-module_WSLUnpack__A-e5E>.WSLUnpack-module_body__1JfjU .WSLUnpack-module_videoContainer__CMjOu.WSLUnpack-module_darken__qjAeL:after{background-color:#0009}.WSLUnpack-module_WSLUnpack__A-e5E>.WSLUnpack-module_body__1JfjU .WSLUnpack-module_videoContainer__CMjOu>.WSLUnpack-module_video__2JDcO{position:absolute;top:0;left:0;-o-object-fit:cover;object-fit:cover;width:100vw;height:100vh;z-index:-2}.TutorialCardComponent-module_tutorialCardComponent__kgy1h{position:relative;padding:30px;background-color:#fff;-webkit-border-radius:15px;-moz-border-radius:15px;border-radius:15px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:370px;max-width:100%}@media screen and (max-width: 767px){.TutorialCardComponent-module_tutorialCardComponent__kgy1h{padding:16px}}@media screen and (max-width: 639px){.TutorialCardComponent-module_tutorialCardComponent__kgy1h{width:300px}}.TutorialCardComponent-module_tutorialCardComponent__kgy1h.TutorialCardComponent-module_top__n-AEI .TutorialCardComponent-module_arrow__IGE-W{position:absolute;content:url("data:image/svg+xml,%3Csvg width%3D%2224%22 height%3D%2213%22 viewBox%3D%220 0 24 13%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath d%3D%22M12 13L0.74167 0.249998L23.2583 0.25L12 13Z%22 fill%3D%22white%22%2F%3E%3C%2Fsvg%3E");left:60px;width:17px;bottom:-7px}.TutorialCardComponent-module_tutorialCardComponent__kgy1h.TutorialCardComponent-module_left__9sScy .TutorialCardComponent-module_arrow__IGE-W{position:absolute;content:url("data:image/svg+xml,%3Csvg width%3D%2224%22 height%3D%2213%22 viewBox%3D%220 0 24 13%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath d%3D%22M12 13L0.74167 0.249998L23.2583 0.25L12 13Z%22 fill%3D%22white%22%2F%3E%3C%2Fsvg%3E");-webkit-transform:rotate(-90deg);-moz-transform:rotate(-90deg);-ms-transform:rotate(-90deg);-o-transform:rotate(-90deg);transform:rotate(-90deg);top:50%;width:17px;right:-12px}.TutorialCardComponent-module_tutorialCardComponent__kgy1h.TutorialCardComponent-module_bottom__G1gIS .TutorialCardComponent-module_arrow__IGE-W{position:absolute;content:url("data:image/svg+xml,%3Csvg width%3D%2224%22 height%3D%2213%22 viewBox%3D%220 0 24 13%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath d%3D%22M12 0L23.2583 12.75H0.74167L12 0Z%22 fill%3D%22white%22%2F%3E%3C%2Fsvg%3E");left:50%;width:17px;top:-7px}.TutorialCardComponent-module_tutorialCardComponent__kgy1h.TutorialCardComponent-module_right__JHL3x .TutorialCardComponent-module_arrow__IGE-W{position:absolute;content:url("data:image/svg+xml,%3Csvg width%3D%2224%22 height%3D%2213%22 viewBox%3D%220 0 24 13%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath d%3D%22M12 0L23.2583 12.75H0.74167L12 0Z%22 fill%3D%22white%22%2F%3E%3C%2Fsvg%3E");-webkit-transform:rotate(-90deg);-moz-transform:rotate(-90deg);-ms-transform:rotate(-90deg);-o-transform:rotate(-90deg);transform:rotate(-90deg);left:-12px;width:17px;top:50%}.TutorialCardComponent-module_tutorialCardComponent__kgy1h .TutorialCardComponent-module_header__eOhpQ{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-bottom:10px}.TutorialCardComponent-module_tutorialCardComponent__kgy1h .TutorialCardComponent-module_content__vru9f{width:100%;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;padding-bottom:25px;border-bottom:1px solid #dedede}.TutorialCardComponent-module_tutorialCardComponent__kgy1h .TutorialCardComponent-module_content__vru9f .TutorialCardComponent-module_title__L5N77{width:100%;display:block;color:#333;font-weight:700;font-size:18px;line-height:33px;letter-spacing:.15px}.TutorialCardComponent-module_tutorialCardComponent__kgy1h .TutorialCardComponent-module_content__vru9f .TutorialCardComponent-module_body__tmxQi{display:block;color:#333;font-weight:400;font-size:14px;line-height:28px;letter-spacing:.15px}.TutorialCardComponent-module_tutorialCardComponent__kgy1h .TutorialCardComponent-module_footer__rAaSx{position:relative;width:100%;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:end;-webkit-align-items:flex-end;-moz-box-align:end;-ms-flex-align:end;align-items:flex-end;margin-top:30px}.TutorialCardComponent-module_tutorialCardComponent__kgy1h .TutorialCardComponent-module_footer__rAaSx>*{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.TutorialCardComponent-module_tutorialCardComponent__kgy1h .TutorialCardComponent-module_footer__rAaSx .TutorialCardComponent-module_btnHolder__jh0HL{z-index:1;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%}.TutorialCardComponent-module_tutorialCardComponent__kgy1h .TutorialCardComponent-module_footer__rAaSx .TutorialCardComponent-module_btnHolder__jh0HL .TutorialCardComponent-module_btn__YZdEa{-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;font-weight:400;width:190px;font-size:14px;line-height:27px;text-align:center;letter-spacing:.15px;color:#fff;background:#4446ed}@media screen and (max-width: 767px){.TutorialCardComponent-module_tutorialCardComponent__kgy1h .TutorialCardComponent-module_footer__rAaSx .TutorialCardComponent-module_btnHolder__jh0HL .TutorialCardComponent-module_btn__YZdEa{padding:10px;width:150px;font-size:12px;line-height:14px}}.TutorialCardComponent-module_tutorialCardComponent__kgy1h .TutorialCardComponent-module_footer__rAaSx .TutorialCardComponent-module_paginationHolder__wRxLY{position:absolute;right:10px;bottom:5px;-webkit-box-pack:end;-webkit-justify-content:flex-end;-moz-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;width:90px}@media screen and (max-width: 767px){.TutorialCardComponent-module_tutorialCardComponent__kgy1h .TutorialCardComponent-module_footer__rAaSx .TutorialCardComponent-module_paginationHolder__wRxLY{right:0;bottom:0}}@media screen and (max-width: 639px){.TutorialCardComponent-module_tutorialCardComponent__kgy1h .TutorialCardComponent-module_footer__rAaSx .TutorialCardComponent-module_paginationHolder__wRxLY{display:none}}.TutorialCardComponent-module_tutorialCardComponent__kgy1h .TutorialCardComponent-module_footer__rAaSx .TutorialCardComponent-module_paginationHolder__wRxLY .TutorialCardComponent-module_pagination__oVmtJ{font-weight:300;font-size:12px;line-height:33px;letter-spacing:.15px;color:#999}.MenuItem-module_menuItem__HV5nG{color:#4a4a4a;font-size:14px;font-weight:300;line-height:17px;position:relative;margin-right:32px;text-decoration:none}.MenuItem-module_menuItem__HV5nG:not(.MenuItem-module_active__bcnUN):not(.MenuItem-module_dropdownVariant__cW344):after{content:"";position:absolute;bottom:-7px;left:-4px;right:-4px;background-color:#4446ed;height:1px;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;-webkit-transition:-webkit-transform .5s;transition:-webkit-transform .5s;-o-transition:-o-transform .5s;-moz-transition:transform .5s,-moz-transform .5s;transition:transform .5s;transition:transform .5s,-webkit-transform .5s,-moz-transform .5s,-o-transform .5s;-webkit-transform:scaleX(0);-moz-transform:scaleX(0);-ms-transform:scaleX(0);-o-transform:scaleX(0);transform:scaleX(0);-webkit-transform-origin:center right;-moz-transform-origin:center right;-ms-transform-origin:center right;-o-transform-origin:center right;transform-origin:center right}.MenuItem-module_menuItem__HV5nG:not(.MenuItem-module_active__bcnUN):not(.MenuItem-module_dropdownVariant__cW344):hover:after{-webkit-transform:scaleX(1);-moz-transform:scaleX(1);-ms-transform:scaleX(1);-o-transform:scaleX(1);transform:scaleX(1);-webkit-transform-origin:center left;-moz-transform-origin:center left;-ms-transform-origin:center left;-o-transform-origin:center left;transform-origin:center left}.MenuItem-module_menuItem__HV5nG.MenuItem-module_isBeta__EuK4b:before{content:"Beta";position:absolute;opacity:.9;bottom:0;right:0;color:red;font-weight:600;font-size:15px;-webkit-transform:translateY(10px) translateX(10px) rotateZ(-10deg);-moz-transform:translateY(10px) translateX(10px) rotateZ(-10deg);-ms-transform:translateY(10px) translateX(10px) rotate(-10deg);-o-transform:translateY(10px) translateX(10px) rotateZ(-10deg);transform:translateY(10px) translate(10px) rotate(-10deg);z-index:10}.MenuItem-module_menuItem__HV5nG.MenuItem-module_linkHighlight__Ptd8o{-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;background-color:#4446ed29;padding:5px;color:#4446ed}.MenuItem-module_menuItem__HV5nG.MenuItem-module_active__bcnUN:not(.MenuItem-module_dropdownVariant__cW344):after{content:"";position:absolute;bottom:-7px;left:-4px;right:-4px;background-color:#4446ed;height:2px;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}.MenuItem-module_menuItem__HV5nG.MenuItem-module_dropdownVariant__cW344{margin-right:0}.MenuItem-module_menuItem__HV5nG:last-child{margin-right:0}.Step-module_step__lUJXM{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;width:200px;font-family:Lato,sans-serif}@media screen and (max-width: 1439px){.Step-module_step__lUJXM{width:170px}}@media screen and (max-width: 1199px){.Step-module_step__lUJXM{width:120px}}@media screen and (max-width: 1023px){.Step-module_step__lUJXM{width:35px}}.Step-module_step__lUJXM .Step-module_circle__Wm-1y{background-color:#fff3;position:relative;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;width:60px;height:60px;margin-bottom:11px}@media screen and (max-width: 1199px){.Step-module_step__lUJXM .Step-module_circle__Wm-1y{width:45px;height:45px}}@media screen and (max-width: 1023px){.Step-module_step__lUJXM .Step-module_circle__Wm-1y{width:35px;height:35px}}.Step-module_step__lUJXM .Step-module_circle__Wm-1y .Step-module_number__-Eihb{color:#ffffff80;position:absolute;top:15px;left:23px;font-weight:400;font-size:24px;line-height:29px}@media screen and (max-width: 1199px){.Step-module_step__lUJXM .Step-module_circle__Wm-1y .Step-module_number__-Eihb{top:7px;left:16px}}@media screen and (max-width: 1023px){.Step-module_step__lUJXM .Step-module_circle__Wm-1y .Step-module_number__-Eihb{font-size:18px;line-height:22px;top:6px;left:12.5px}}.Step-module_step__lUJXM .Step-module_circle__Wm-1y .Step-module_tick__Wmblt{display:none;position:absolute;top:21px;left:19px;width:22px;height:18px}@media screen and (max-width: 1199px){.Step-module_step__lUJXM .Step-module_circle__Wm-1y .Step-module_tick__Wmblt{top:15.75px;left:14.25px;width:16.5px;height:13.5px}}@media screen and (max-width: 1023px){.Step-module_step__lUJXM .Step-module_circle__Wm-1y .Step-module_tick__Wmblt{top:12.25px;left:11.08px;width:12.8px;height:10.5px}}.Step-module_step__lUJXM .Step-module_title__Z0cyT{width:100%;color:#ffffff80;font-size:16px;line-height:19px;text-align:center;font-weight:400;letter-spacing:.15px}@media screen and (max-width: 1439px){.Step-module_step__lUJXM .Step-module_title__Z0cyT{font-size:15px;line-height:17px}}@media screen and (max-width: 1199px){.Step-module_step__lUJXM .Step-module_title__Z0cyT{font-size:14px}}@media screen and (max-width: 1023px){.Step-module_step__lUJXM .Step-module_title__Z0cyT{display:none}}.Step-module_step__lUJXM.Step-module_active__-jSH7 .Step-module_circle__Wm-1y{background-color:#fff}.Step-module_step__lUJXM.Step-module_active__-jSH7 .Step-module_circle__Wm-1y .Step-module_number__-Eihb{color:#4446ed}.Step-module_step__lUJXM.Step-module_active__-jSH7 .Step-module_title__Z0cyT{color:#fff}.Step-module_step__lUJXM.Step-module_done__9C-xr .Step-module_circle__Wm-1y{background-color:#46ca98}.Step-module_step__lUJXM.Step-module_done__9C-xr .Step-module_circle__Wm-1y .Step-module_number__-Eihb{display:none}.Step-module_step__lUJXM.Step-module_done__9C-xr .Step-module_circle__Wm-1y .Step-module_tick__Wmblt{display:inline-block}.Step-module_step__lUJXM.Step-module_done__9C-xr .Step-module_title__Z0cyT{color:#46ca98}.WSLUnpackCard-module_tokenImgsContainer__t2rr-{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;width:20%;position:relative}@media screen and (max-width: 1023px){.WSLUnpackCard-module_tokenImgsContainer__t2rr-{width:70%;margin:0 0 50px}}.WSLUnpackCard-module_tokenImgsContainer__t2rr->.WSLUnpackCard-module_tokenImgContainer__0DfkJ{width:100%;height:100%;top:0;left:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0 20px;cursor:pointer;position:relative}.WSLUnpackCard-module_tokenImgsContainer__t2rr->.WSLUnpackCard-module_tokenImgContainer__0DfkJ.WSLUnpackCard-module_absolute__fcAUc{position:absolute}.WSLUnpackCard-module_tokenImgsContainer__t2rr->.WSLUnpackCard-module_tokenImgContainer__0DfkJ>.WSLUnpackCard-module_nokuCredits__yP7Mf{position:relative;width:100%;height:100%;background-position:center;background-repeat:no-repeat;background-position:cover;-webkit-background-size:cover;-moz-background-size:cover;background-size:cover}.WSLUnpackCard-module_tokenImgsContainer__t2rr->.WSLUnpackCard-module_tokenImgContainer__0DfkJ>.WSLUnpackCard-module_nokuCredits__yP7Mf>.WSLUnpackCard-module_container__slfn8{position:absolute;top:60%;left:50%;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);-o-transform:translateX(-50%);transform:translate(-50%);font-weight:700;font-size:30px;line-height:1;text-align:center;letter-spacing:.02em;color:#fff;max-width:70%;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-flow:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-flow:column;flex-flow:column;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.WSLUnpackCard-module_tokenImgsContainer__t2rr->.WSLUnpackCard-module_tokenImgContainer__0DfkJ>.WSLUnpackCard-module_nokuCredits__yP7Mf>.WSLUnpackCard-module_container__slfn8>.WSLUnpackCard-module_label__hxLrS{text-transform:uppercase}@media screen and (max-width: 1439px){.WSLUnpackCard-module_tokenImgsContainer__t2rr->.WSLUnpackCard-module_tokenImgContainer__0DfkJ>.WSLUnpackCard-module_nokuCredits__yP7Mf>.WSLUnpackCard-module_container__slfn8>.WSLUnpackCard-module_label__hxLrS{font-size:28px;line-height:33px}}@media screen and (max-width: 767px){.WSLUnpackCard-module_tokenImgsContainer__t2rr->.WSLUnpackCard-module_tokenImgContainer__0DfkJ>.WSLUnpackCard-module_nokuCredits__yP7Mf>.WSLUnpackCard-module_container__slfn8>.WSLUnpackCard-module_label__hxLrS{font-size:25px;line-height:30px}}.WSLUnpackCard-module_tokenImgsContainer__t2rr->.WSLUnpackCard-module_tokenImgContainer__0DfkJ>.WSLUnpackCard-module_tokenImg__8kZmh{height:100%;width:100%}.WSLUnpackCards-module_wslUnpackCards__ZrQ1e{display:block;padding:0 100px}@media screen and (max-width: 1023px){.WSLUnpackCards-module_wslUnpackCards__ZrQ1e{padding:20px}}.WSLUnpackCards-module_wslUnpackCards__ZrQ1e>canvas{z-index:-1!important;position:fixed!important}.WSLUnpackCards-module_wslUnpackCards__ZrQ1e .WSLUnpackCards-module_tokenRow__6toFk{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;width:100%;margin:50px 0;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center}@media screen and (max-width: 1023px){.WSLUnpackCards-module_wslUnpackCards__ZrQ1e .WSLUnpackCards-module_tokenRow__6toFk{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-flow:wrap column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-flow:wrap column;flex-flow:wrap column;margin:28px 0 0}}.WSLUnpackCards-module_wslUnpackCards__ZrQ1e>.WSLUnpackCards-module_content__hKry1{max-height:100vh;overflow:auto}.WSLUnpackCards-module_wslUnpackCards__ZrQ1e>.WSLUnpackCards-module_content__hKry1>.WSLUnpackCards-module_header__94D3Z{margin:0 20px;padding-bottom:28px;border-bottom:1px solid rgba(255,255,225,.3)}.WSLUnpackCards-module_wslUnpackCards__ZrQ1e>.WSLUnpackCards-module_content__hKry1>.WSLUnpackCards-module_header__94D3Z>.WSLUnpackCards-module_title__Rv5iq{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;font-weight:400;font-size:65px;line-height:98px;letter-spacing:.35px;text-transform:uppercase}@media screen and (max-width: 1023px){.WSLUnpackCards-module_wslUnpackCards__ZrQ1e>.WSLUnpackCards-module_content__hKry1>.WSLUnpackCards-module_header__94D3Z>.WSLUnpackCards-module_title__Rv5iq{font-weight:400;font-size:30px;line-height:1;text-align:center;letter-spacing:.15px}}.WSLUnpackCards-module_wslUnpackCards__ZrQ1e>.WSLUnpackCards-module_content__hKry1>.WSLUnpackCards-module_header__94D3Z>.WSLUnpackCards-module_title__Rv5iq>.WSLUnpackCards-module_pack__mYvDo{color:#fff}.WSLUnpackCards-module_wslUnpackCards__ZrQ1e>.WSLUnpackCards-module_content__hKry1>.WSLUnpackCards-module_header__94D3Z>.WSLUnpackCards-module_title__Rv5iq>.WSLUnpackCards-module_packName__XQp0h{color:#ffe162;text-align:center}.WSLUnpackCards-module_wslUnpackCards__ZrQ1e>.WSLUnpackCards-module_content__hKry1>.WSLUnpackCards-module_header__94D3Z>.WSLUnpackCards-module_cards__5-ohz{font-weight:400;font-size:30px;line-height:45px;text-align:center;letter-spacing:.35px;color:#fff;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center}@media screen and (max-width: 1023px){.WSLUnpackCards-module_wslUnpackCards__ZrQ1e>.WSLUnpackCards-module_content__hKry1>.WSLUnpackCards-module_header__94D3Z>.WSLUnpackCards-module_cards__5-ohz{font-weight:400;font-size:20px;line-height:1;text-align:center;letter-spacing:.15px}}.WSLUnpackCards-module_wslUnpackCards__ZrQ1e>.WSLUnpackCards-module_content__hKry1>.WSLUnpackCards-module_header__94D3Z>.WSLUnpackCards-module_actions__CNdC6{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;margin-top:40px}@media screen and (max-width: 1023px){.WSLUnpackCards-module_wslUnpackCards__ZrQ1e>.WSLUnpackCards-module_content__hKry1>.WSLUnpackCards-module_header__94D3Z>.WSLUnpackCards-module_actions__CNdC6{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-flow:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-flow:column;flex-flow:column}}.WSLUnpackCards-module_wslUnpackCards__ZrQ1e>.WSLUnpackCards-module_content__hKry1>.WSLUnpackCards-module_header__94D3Z>.WSLUnpackCards-module_actions__CNdC6>.WSLUnpackCards-module_cardDetails__Aa3ob{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-webkit-justify-content:flex-start;-moz-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-flex:70%;-webkit-flex:70%;-moz-box-flex:70%;-ms-flex:70%;flex:70%;font-family:Lato;font-style:normal;font-size:16px;line-height:19px;letter-spacing:.35px;color:#fff}@media screen and (max-width: 1023px){.WSLUnpackCards-module_wslUnpackCards__ZrQ1e>.WSLUnpackCards-module_content__hKry1>.WSLUnpackCards-module_header__94D3Z>.WSLUnpackCards-module_actions__CNdC6>.WSLUnpackCards-module_cardDetails__Aa3ob{margin-bottom:10px;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}}.WSLUnpackCards-module_wslUnpackCards__ZrQ1e>.WSLUnpackCards-module_content__hKry1>.WSLUnpackCards-module_header__94D3Z>.WSLUnpackCards-module_actions__CNdC6>.WSLUnpackCards-module_cardDetails__Aa3ob .WSLUnpackCards-module_cardItem__ZRLCe:not(:last-child){margin-right:35px}.WSLUnpackCards-module_wslUnpackCards__ZrQ1e>.WSLUnpackCards-module_content__hKry1>.WSLUnpackCards-module_header__94D3Z>.WSLUnpackCards-module_actions__CNdC6>.WSLUnpackCards-module_cardDetails__Aa3ob .WSLUnpackCards-module_cardItem__ZRLCe .WSLUnpackCards-module_cardCounter__m8jcP{font-weight:700;margin-right:4px}.WSLUnpackCards-module_wslUnpackCards__ZrQ1e>.WSLUnpackCards-module_content__hKry1>.WSLUnpackCards-module_header__94D3Z>.WSLUnpackCards-module_actions__CNdC6>.WSLUnpackCards-module_next__nNIcz{padding:10px 20px;-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;background:#ffe162;text-transform:uppercase;font-weight:700;font-size:13px;line-height:22px;text-align:center;letter-spacing:.15px;color:#000;margin-top:0;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;height:40px;-webkit-box-flex:30%;-webkit-flex:30%;-moz-box-flex:30%;-ms-flex:30%;flex:30%}._spotlightImage_il73p_1{-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;position:relative;overflow:hidden;padding:16px}._spotlightImage_il73p_1 img{width:100%;-o-object-fit:cover;object-fit:cover}._spotlightImage_il73p_1 ._cta_il73p_11{position:absolute;bottom:49px;left:0;right:0;text-align:center}._spotlightImage_il73p_1 ._cta_il73p_11 button{padding:6px 20px;font-size:24px}.slick-slider{position:relative;display:block;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translateZ(0)}.slick-track{position:relative;top:0;left:0;display:block;margin-left:auto;margin-right:auto}.slick-track:before,.slick-track:after{display:table;content:""}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}.slick-loading .slick-list{background:#fff url(https://static.noku.io/app_build/marketplace/production/assets/ajax-loader.e7b44c86.gif) center center no-repeat}@font-face{font-family:slick;font-weight:400;font-style:normal;src:url(data:application/vnd.ms-fontobject;base64,AAgAAGQHAAABAAIAAAAAAAIABQkAAAAAAAABAJABAAAAAExQAQAAgCAAAAAAAAAAAAAAAAEAAAAAAAAATxDE8AAAAAAAAAAAAAAAAAAAAAAAAAoAcwBsAGkAYwBrAAAADgBSAGUAZwB1AGwAYQByAAAAFgBWAGUAcgBzAGkAbwBuACAAMQAuADAAAAAKAHMAbABpAGMAawAAAAAAAAEAAAANAIAAAwBQRkZUTW3RyK8AAAdIAAAAHEdERUYANAAGAAAHKAAAACBPUy8yT/b9sgAAAVgAAABWY21hcCIPRb0AAAHIAAABYmdhc3D//wADAAAHIAAAAAhnbHlmP5u2YAAAAzwAAAIsaGVhZAABMfsAAADcAAAANmhoZWED5QIFAAABFAAAACRobXR4BkoASgAAAbAAAAAWbG9jYQD2AaIAAAMsAAAAEG1heHAASwBHAAABOAAAACBuYW1lBSeBwgAABWgAAAFucG9zdC+zMgMAAAbYAAAARQABAAAAAQAA8MQQT18PPPUACwIAAAAAAM9xeH8AAAAAz3F4fwAlACUB2wHbAAAACAACAAAAAAAAAAEAAAHbAAAALgIAAAAAAAHbAAEAAAAAAAAAAAAAAAAAAAAEAAEAAAAHAEQAAgAAAAAAAgAAAAEAAQAAAEAAAAAAAAAAAQIAAZAABQAIAUwBZgAAAEcBTAFmAAAA9QAZAIQAAAIABQkAAAAAAACAAAABAAAAIAAAAAAAAAAAUGZFZABAAGEhkgHg/+AALgHb/9sAAAABAAAAAAAAAgAAAAAAAAACAAAAAgAAJQAlACUAJQAAAAAAAwAAAAMAAAAcAAEAAAAAAFwAAwABAAAAHAAEAEAAAAAMAAgAAgAEAAAAYSAiIZAhkv//AAAAAABhICIhkCGS//8AAP+l3+PedN5xAAEAAAAAAAAAAAAAAAAAAAEGAAABAAAAAAAAAAECAAAAAgAAAAAAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGAIwAsAEWAAIAJQAlAdsB2wAYACwAAD8BNjQvASYjIg8BBhUUHwEHBhUUHwEWMzI2FAcGBwYiJyYnJjQ3Njc2MhcWF/GCBgaCBQcIBR0GBldXBgYdBQgH7x0eMjB8MDIeHR0eMjB8MDIecYIGDgaCBQUeBQcJBFhYBAkHBR4F0nwwMh4dHR4yMHwwMh4dHR4yAAAAAgAlACUB2wHbABgALAAAJTc2NTQvATc2NTQvASYjIg8BBhQfARYzMjYUBwYHBiInJicmNDc2NzYyFxYXASgdBgZXVwYGHQUIBwWCBgaCBQcIuB0eMjB8MDIeHR0eMjB8MDIecR4FBwkEWFgECQcFHgUFggYOBoIF0nwwMh4dHR4yMHwwMh4dHR4yAAABACUAJQHbAdsAEwAAABQHBgcGIicmJyY0NzY3NjIXFhcB2x0eMjB8MDIeHR0eMjB8MDIeAT58MDIeHR0eMjB8MDIeHR0eMgABACUAJQHbAdsAQwAAARUUBisBIicmPwEmIyIHBgcGBwYUFxYXFhcWMzI3Njc2MzIfARYVFAcGBwYjIicmJyYnJjQ3Njc2NzYzMhcWFzc2FxYB2woIgAsGBQkoKjodHBwSFAwLCwwUEhwcHSIeIBMGAQQDJwMCISspNC8mLBobFBERFBsaLCYvKicpHSUIDAsBt4AICgsLCScnCwwUEhwcOhwcEhQMCw8OHAMDJwMDAgQnFBQRFBsaLCZeJiwaGxQRDxEcJQgEBgAAAAAAAAwAlgABAAAAAAABAAUADAABAAAAAAACAAcAIgABAAAAAAADACEAbgABAAAAAAAEAAUAnAABAAAAAAAFAAsAugABAAAAAAAGAAUA0gADAAEECQABAAoAAAADAAEECQACAA4AEgADAAEECQADAEIAKgADAAEECQAEAAoAkAADAAEECQAFABYAogADAAEECQAGAAoAxgBzAGwAaQBjAGsAAHNsaWNrAABSAGUAZwB1AGwAYQByAABSZWd1bGFyAABGAG8AbgB0AEYAbwByAGcAZQAgADIALgAwACAAOgAgAHMAbABpAGMAawAgADoAIAAxADQALQA0AC0AMgAwADEANAAARm9udEZvcmdlIDIuMCA6IHNsaWNrIDogMTQtNC0yMDE0AABzAGwAaQBjAGsAAHNsaWNrAABWAGUAcgBzAGkAbwBuACAAMQAuADAAAFZlcnNpb24gMS4wAABzAGwAaQBjAGsAAHNsaWNrAAAAAAIAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAABwAAAAEAAgECAQMAhwBECmFycm93cmlnaHQJYXJyb3dsZWZ0AAAAAAAAAf//AAIAAQAAAA4AAAAYAAAAAAACAAEAAwAGAAEABAAAAAIAAAAAAAEAAAAAzu7XsAAAAADPcXh/AAAAAM9xeH8=);src:url(data:application/vnd.ms-fontobject;base64,AAgAAGQHAAABAAIAAAAAAAIABQkAAAAAAAABAJABAAAAAExQAQAAgCAAAAAAAAAAAAAAAAEAAAAAAAAATxDE8AAAAAAAAAAAAAAAAAAAAAAAAAoAcwBsAGkAYwBrAAAADgBSAGUAZwB1AGwAYQByAAAAFgBWAGUAcgBzAGkAbwBuACAAMQAuADAAAAAKAHMAbABpAGMAawAAAAAAAAEAAAANAIAAAwBQRkZUTW3RyK8AAAdIAAAAHEdERUYANAAGAAAHKAAAACBPUy8yT/b9sgAAAVgAAABWY21hcCIPRb0AAAHIAAABYmdhc3D//wADAAAHIAAAAAhnbHlmP5u2YAAAAzwAAAIsaGVhZAABMfsAAADcAAAANmhoZWED5QIFAAABFAAAACRobXR4BkoASgAAAbAAAAAWbG9jYQD2AaIAAAMsAAAAEG1heHAASwBHAAABOAAAACBuYW1lBSeBwgAABWgAAAFucG9zdC+zMgMAAAbYAAAARQABAAAAAQAA8MQQT18PPPUACwIAAAAAAM9xeH8AAAAAz3F4fwAlACUB2wHbAAAACAACAAAAAAAAAAEAAAHbAAAALgIAAAAAAAHbAAEAAAAAAAAAAAAAAAAAAAAEAAEAAAAHAEQAAgAAAAAAAgAAAAEAAQAAAEAAAAAAAAAAAQIAAZAABQAIAUwBZgAAAEcBTAFmAAAA9QAZAIQAAAIABQkAAAAAAACAAAABAAAAIAAAAAAAAAAAUGZFZABAAGEhkgHg/+AALgHb/9sAAAABAAAAAAAAAgAAAAAAAAACAAAAAgAAJQAlACUAJQAAAAAAAwAAAAMAAAAcAAEAAAAAAFwAAwABAAAAHAAEAEAAAAAMAAgAAgAEAAAAYSAiIZAhkv//AAAAAABhICIhkCGS//8AAP+l3+PedN5xAAEAAAAAAAAAAAAAAAAAAAEGAAABAAAAAAAAAAECAAAAAgAAAAAAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGAIwAsAEWAAIAJQAlAdsB2wAYACwAAD8BNjQvASYjIg8BBhUUHwEHBhUUHwEWMzI2FAcGBwYiJyYnJjQ3Njc2MhcWF/GCBgaCBQcIBR0GBldXBgYdBQgH7x0eMjB8MDIeHR0eMjB8MDIecYIGDgaCBQUeBQcJBFhYBAkHBR4F0nwwMh4dHR4yMHwwMh4dHR4yAAAAAgAlACUB2wHbABgALAAAJTc2NTQvATc2NTQvASYjIg8BBhQfARYzMjYUBwYHBiInJicmNDc2NzYyFxYXASgdBgZXVwYGHQUIBwWCBgaCBQcIuB0eMjB8MDIeHR0eMjB8MDIecR4FBwkEWFgECQcFHgUFggYOBoIF0nwwMh4dHR4yMHwwMh4dHR4yAAABACUAJQHbAdsAEwAAABQHBgcGIicmJyY0NzY3NjIXFhcB2x0eMjB8MDIeHR0eMjB8MDIeAT58MDIeHR0eMjB8MDIeHR0eMgABACUAJQHbAdsAQwAAARUUBisBIicmPwEmIyIHBgcGBwYUFxYXFhcWMzI3Njc2MzIfARYVFAcGBwYjIicmJyYnJjQ3Njc2NzYzMhcWFzc2FxYB2woIgAsGBQkoKjodHBwSFAwLCwwUEhwcHSIeIBMGAQQDJwMCISspNC8mLBobFBERFBsaLCYvKicpHSUIDAsBt4AICgsLCScnCwwUEhwcOhwcEhQMCw8OHAMDJwMDAgQnFBQRFBsaLCZeJiwaGxQRDxEcJQgEBgAAAAAAAAwAlgABAAAAAAABAAUADAABAAAAAAACAAcAIgABAAAAAAADACEAbgABAAAAAAAEAAUAnAABAAAAAAAFAAsAugABAAAAAAAGAAUA0gADAAEECQABAAoAAAADAAEECQACAA4AEgADAAEECQADAEIAKgADAAEECQAEAAoAkAADAAEECQAFABYAogADAAEECQAGAAoAxgBzAGwAaQBjAGsAAHNsaWNrAABSAGUAZwB1AGwAYQByAABSZWd1bGFyAABGAG8AbgB0AEYAbwByAGcAZQAgADIALgAwACAAOgAgAHMAbABpAGMAawAgADoAIAAxADQALQA0AC0AMgAwADEANAAARm9udEZvcmdlIDIuMCA6IHNsaWNrIDogMTQtNC0yMDE0AABzAGwAaQBjAGsAAHNsaWNrAABWAGUAcgBzAGkAbwBuACAAMQAuADAAAFZlcnNpb24gMS4wAABzAGwAaQBjAGsAAHNsaWNrAAAAAAIAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAABwAAAAEAAgECAQMAhwBECmFycm93cmlnaHQJYXJyb3dsZWZ0AAAAAAAAAf//AAIAAQAAAA4AAAAYAAAAAAACAAEAAwAGAAEABAAAAAIAAAAAAAEAAAAAzu7XsAAAAADPcXh/AAAAAM9xeH8=) format("embedded-opentype"),url(data:font/woff;base64,d09GRk9UVE8AAAVkAAsAAAAAB1wAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAABCAAAAi4AAAKbH/pWDkZGVE0AAAM4AAAAGgAAABxt0civR0RFRgAAA1QAAAAcAAAAIAAyAARPUy8yAAADcAAAAFIAAABgUBj/rmNtYXAAAAPEAAAAUAAAAWIiC0SwaGVhZAAABBQAAAAuAAAANgABMftoaGVhAAAERAAAABwAAAAkA+UCA2htdHgAAARgAAAADgAAAA4ESgBKbWF4cAAABHAAAAAGAAAABgAFUABuYW1lAAAEeAAAANwAAAFuBSeBwnBvc3QAAAVUAAAAEAAAACAAAwABeJw9ks9vEkEUx2cpWyeUoFYgNkHi2Wt7N3rVm3cTs3UVLC4LxIWEQvi1P3i7O1tYLJDAmlgKGEhQrsajf0j7J3jYTXrQWUrMJG+++b55n5e8NwwKBhHDMLv5kxT3ATEBxKBn3qOAl9zxHgb1MAPhHQgHkyF08Gr/L8B/Eb6zWnmCJ7AJVLubQOheArXvJ1A4EXi6j4I+Zg9F0QFKvsnlBCmXeve+sFEnb/nCptdtQ4QYhVFRAT1HrF8UQK/RL/SbmUbclsvGVFXRZKDHUE38cc4qpkbAAsuwiImvro+ufcfaOIQ6szlrmjRJDaKZKnbjN3GWKIbiIzRFUfCffuxxKOL+3LDlDVvx2TdxN84qZEsnhNBa6pgm2dAsnzbLsETdsmRFxUeHV4e+I2/ptN8TyqV8T3Dt29t7EYOuajVIw2y1Wy3M86w0zg/Fz2IvawmQAUHOVrPVfLkoScVynsqsTG0MGUs4z55nh3mnOJa+li+rl9WpPIcFfDubDeaDC+fLBdYN3QADzLauGfj4B6sZmq6CCpqmtSvF0qlUl2qf5AJIUCSlTqlb7lUG+LRfGzZGzZEyBgccMu6MuqPecNDvD4Y9Kjtj4gD+DsvKVMTcMdtqtZtmkzQstQvYje7Syep0PDSAhSOeHYXYWThEF//A/0YvYV1fSQtpKU5STtrhbQ444OtpKSWJIg3pOg8cBs7maTY1EZf07aq+hjWs7IWzdCYTGhb2CtZ47x+Uhx28AAB4nGNgYGBkAIJz765vANHnCyvqYTQAWnkHswAAeJxjYGRgYOADYgkGEGBiYARCFjAG8RgABHYAN3icY2BmYmCcwMDKwMHow5jGwMDgDqW/MkgytDAwMDGwcjKAQQMDAyOQUmCAgoA01xQGB4ZExUmMD/4/YNBjvP3/NgNEDQPjbbBKBQZGADfLDgsAAHicY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQzMCQqKClOUJz0/z9YHRLv/+L7D+8V3cuHmgAHjGwM6ELUByxUMIOZCmbgAAA5LQ8XeJxjYGRgYABiO68w73h+m68M3EwMIHC+sKIeTqsyqDLeZrwN5HIwgKUB/aYJUgAAeJxjYGRgYLzNwMCgx8QAAkA2IwMqYAIAMGIB7QIAAAACAAAlACUAJQAlAAAAAFAAAAUAAHicbY49asNAEIU/2ZJDfkiRIvXapUFCEqpcptABUrg3ZhEiQoKVfY9UqVLlGDlADpAT5e16IUWysMz3hjfzBrjjjQT/EjKpCy+4YhN5yZoxcirPe+SMWz4jr6S+5UzSa3VuwpTnBfc8RF7yxDZyKs9r5IxHPiKv1P9iZqDnyAvMQ39UecbScVb/gJO03Xk4CFom3XYK1clhMdQUlKo7/d9NF13RkIdfy+MV7TSe2sl11tRFaXYmJKpWTd7kdVnJ8veevZKc+n3I93t9Jnvr5n4aTVWU/0z9AI2qMkV4nGNgZkAGjAxoAAAAjgAF) format("woff"),url(data:font/ttf;base64,AAEAAAANAIAAAwBQRkZUTW3RyK8AAAdIAAAAHEdERUYANAAGAAAHKAAAACBPUy8yT/b9sgAAAVgAAABWY21hcCIPRb0AAAHIAAABYmdhc3D//wADAAAHIAAAAAhnbHlmP5u2YAAAAzwAAAIsaGVhZAABMfsAAADcAAAANmhoZWED5QIFAAABFAAAACRobXR4BkoASgAAAbAAAAAWbG9jYQD2AaIAAAMsAAAAEG1heHAASwBHAAABOAAAACBuYW1lBSeBwgAABWgAAAFucG9zdC+zMgMAAAbYAAAARQABAAAAAQAA8MQQT18PPPUACwIAAAAAAM9xeH8AAAAAz3F4fwAlACUB2wHbAAAACAACAAAAAAAAAAEAAAHbAAAALgIAAAAAAAHbAAEAAAAAAAAAAAAAAAAAAAAEAAEAAAAHAEQAAgAAAAAAAgAAAAEAAQAAAEAAAAAAAAAAAQIAAZAABQAIAUwBZgAAAEcBTAFmAAAA9QAZAIQAAAIABQkAAAAAAACAAAABAAAAIAAAAAAAAAAAUGZFZABAAGEhkgHg/+AALgHb/9sAAAABAAAAAAAAAgAAAAAAAAACAAAAAgAAJQAlACUAJQAAAAAAAwAAAAMAAAAcAAEAAAAAAFwAAwABAAAAHAAEAEAAAAAMAAgAAgAEAAAAYSAiIZAhkv//AAAAAABhICIhkCGS//8AAP+l3+PedN5xAAEAAAAAAAAAAAAAAAAAAAEGAAABAAAAAAAAAAECAAAAAgAAAAAAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGAIwAsAEWAAIAJQAlAdsB2wAYACwAAD8BNjQvASYjIg8BBhUUHwEHBhUUHwEWMzI2FAcGBwYiJyYnJjQ3Njc2MhcWF/GCBgaCBQcIBR0GBldXBgYdBQgH7x0eMjB8MDIeHR0eMjB8MDIecYIGDgaCBQUeBQcJBFhYBAkHBR4F0nwwMh4dHR4yMHwwMh4dHR4yAAAAAgAlACUB2wHbABgALAAAJTc2NTQvATc2NTQvASYjIg8BBhQfARYzMjYUBwYHBiInJicmNDc2NzYyFxYXASgdBgZXVwYGHQUIBwWCBgaCBQcIuB0eMjB8MDIeHR0eMjB8MDIecR4FBwkEWFgECQcFHgUFggYOBoIF0nwwMh4dHR4yMHwwMh4dHR4yAAABACUAJQHbAdsAEwAAABQHBgcGIicmJyY0NzY3NjIXFhcB2x0eMjB8MDIeHR0eMjB8MDIeAT58MDIeHR0eMjB8MDIeHR0eMgABACUAJQHbAdsAQwAAARUUBisBIicmPwEmIyIHBgcGBwYUFxYXFhcWMzI3Njc2MzIfARYVFAcGBwYjIicmJyYnJjQ3Njc2NzYzMhcWFzc2FxYB2woIgAsGBQkoKjodHBwSFAwLCwwUEhwcHSIeIBMGAQQDJwMCISspNC8mLBobFBERFBsaLCYvKicpHSUIDAsBt4AICgsLCScnCwwUEhwcOhwcEhQMCw8OHAMDJwMDAgQnFBQRFBsaLCZeJiwaGxQRDxEcJQgEBgAAAAAAAAwAlgABAAAAAAABAAUADAABAAAAAAACAAcAIgABAAAAAAADACEAbgABAAAAAAAEAAUAnAABAAAAAAAFAAsAugABAAAAAAAGAAUA0gADAAEECQABAAoAAAADAAEECQACAA4AEgADAAEECQADAEIAKgADAAEECQAEAAoAkAADAAEECQAFABYAogADAAEECQAGAAoAxgBzAGwAaQBjAGsAAHNsaWNrAABSAGUAZwB1AGwAYQByAABSZWd1bGFyAABGAG8AbgB0AEYAbwByAGcAZQAgADIALgAwACAAOgAgAHMAbABpAGMAawAgADoAIAAxADQALQA0AC0AMgAwADEANAAARm9udEZvcmdlIDIuMCA6IHNsaWNrIDogMTQtNC0yMDE0AABzAGwAaQBjAGsAAHNsaWNrAABWAGUAcgBzAGkAbwBuACAAMQAuADAAAFZlcnNpb24gMS4wAABzAGwAaQBjAGsAAHNsaWNrAAAAAAIAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAABwAAAAEAAgECAQMAhwBECmFycm93cmlnaHQJYXJyb3dsZWZ0AAAAAAAAAf//AAIAAQAAAA4AAAAYAAAAAAACAAEAAwAGAAEABAAAAAIAAAAAAAEAAAAAzu7XsAAAAADPcXh/AAAAAM9xeH8=) format("truetype"),url(https://static.noku.io/app_build/marketplace/production/assets/slick.12459f22.svg#slick) format("svg")}.slick-prev,.slick-next{font-size:0;line-height:0;position:absolute;top:50%;display:block;width:20px;height:20px;padding:0;-webkit-transform:translate(0,-50%);-ms-transform:translate(0,-50%);-moz-transform:translate(0,-50%);-o-transform:translate(0,-50%);transform:translateY(-50%);cursor:pointer;color:transparent;border:none;outline:none;background:transparent}.slick-prev:hover,.slick-prev:focus,.slick-next:hover,.slick-next:focus{color:transparent;outline:none;background:transparent}.slick-prev:hover:before,.slick-prev:focus:before,.slick-next:hover:before,.slick-next:focus:before{opacity:1}.slick-prev.slick-disabled:before,.slick-next.slick-disabled:before{opacity:.25}.slick-prev:before,.slick-next:before{font-family:slick;font-size:20px;line-height:1;opacity:.75;color:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-prev{left:-25px}[dir=rtl] .slick-prev{right:-25px;left:auto}.slick-prev:before{content:"\2190"}[dir=rtl] .slick-prev:before{content:"\2192"}.slick-next{right:-25px}[dir=rtl] .slick-next{right:auto;left:-25px}.slick-next:before{content:"\2192"}[dir=rtl] .slick-next:before{content:"\2190"}.slick-dotted.slick-slider{margin-bottom:30px}.slick-dots{position:absolute;bottom:-25px;display:block;width:100%;padding:0;margin:0;list-style:none;text-align:center}.slick-dots li{position:relative;display:inline-block;width:20px;height:20px;margin:0 5px;padding:0;cursor:pointer}.slick-dots li button{font-size:0;line-height:0;display:block;width:20px;height:20px;padding:5px;cursor:pointer;color:transparent;border:0;outline:none;background:transparent}.slick-dots li button:hover,.slick-dots li button:focus{outline:none}.slick-dots li button:hover:before,.slick-dots li button:focus:before{opacity:1}.slick-dots li button:before{font-family:slick;font-size:6px;line-height:20px;position:absolute;top:0;left:0;width:20px;height:20px;content:"\2022";text-align:center;opacity:.25;color:#000;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-dots li.slick-active button:before{opacity:.75;color:#000}._spotlight_6byox_1{margin-top:40px;padding:0}._sliders_6byox_6{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;width:100%;margin-top:8px;gap:8px;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center}._sliders_6byox_6 ._spotlightImage_6byox_15{width:-webkit-calc(33% - 8px);width:-moz-calc(33% - 8px);width:calc(33% - 8px)}._sliders_6byox_6 ._spotlightImage_6byox_15>div{padding:0}._loaderLayer_cbomt_1 svg{max-width:50px;width:100%;margin:0 auto;display:block}._loaderLayer_cbomt_1 svg path,._loaderLayer_cbomt_1 svg line{-webkit-transform-origin:top right;-moz-transform-origin:top right;-ms-transform-origin:top right;-o-transform-origin:top right;transform-origin:top right}._loaderLayer_cbomt_1 svg g:first-child path{-webkit-animation:_big-to-small_cbomt_1 .7s infinite ease-in-out alternate;-moz-animation:_big-to-small_cbomt_1 .7s infinite ease-in-out alternate;-o-animation:_big-to-small_cbomt_1 .7s infinite ease-in-out alternate;animation:_big-to-small_cbomt_1 .7s infinite ease-in-out alternate;-webkit-transform-origin:bottom left;-moz-transform-origin:bottom left;-ms-transform-origin:bottom left;-o-transform-origin:bottom left;transform-origin:bottom left}._loaderLayer_cbomt_1 svg g path{-webkit-animation:_small-to-big_cbomt_1 .7s infinite ease-in-out alternate;-moz-animation:_small-to-big_cbomt_1 .7s infinite ease-in-out alternate;-o-animation:_small-to-big_cbomt_1 .7s infinite ease-in-out alternate;animation:_small-to-big_cbomt_1 .7s infinite ease-in-out alternate;-webkit-transform-origin:top right;-moz-transform-origin:top right;-ms-transform-origin:top right;-o-transform-origin:top right;transform-origin:top right}._loaderLayer_cbomt_1 svg line{-webkit-animation:_loading-noku3_cbomt_1 .7s infinite ease-in-out alternate;-moz-animation:_loading-noku3_cbomt_1 .7s infinite ease-in-out alternate;-o-animation:_loading-noku3_cbomt_1 .7s infinite ease-in-out alternate;animation:_loading-noku3_cbomt_1 .7s infinite ease-in-out alternate;fill:none;stroke:#000;stroke-miterlimit:10}._loaderLayer_cbomt_1 svg path{fill:none;stroke:#000;stroke-width:2;stroke-miterlimit:10}@-webkit-keyframes _big-to-small_cbomt_1{0%{-webkit-transform:none;transform:none}to{-webkit-transform:scale(.33) translate(1.8px,-1.5px);transform:scale(.33) translate(1.8px,-1.5px);stroke-width:6px}}@-moz-keyframes _big-to-small_cbomt_1{0%{-moz-transform:none;transform:none}to{-moz-transform:scale(.33) translate(1.8px,-1.5px);transform:scale(.33) translate(1.8px,-1.5px);stroke-width:6px}}@-o-keyframes _big-to-small_cbomt_1{0%{-o-transform:none;transform:none}to{-o-transform:scale(.33) translate(1.8px,-1.5px);transform:scale(.33) translate(1.8px,-1.5px);stroke-width:6px}}@keyframes _big-to-small_cbomt_1{0%{-webkit-transform:none;-moz-transform:none;-o-transform:none;transform:none}to{-webkit-transform:scale(.33) translate(1.8px,-1.5px);-moz-transform:scale(.33) translate(1.8px,-1.5px);-o-transform:scale(.33) translate(1.8px,-1.5px);transform:scale(.33) translate(1.8px,-1.5px);stroke-width:6px}}@-webkit-keyframes _small-to-big_cbomt_1{0%{-webkit-transform:none;transform:none}to{-webkit-transform:scale(3) translate(0px,-3px);transform:scale(3) translateY(-3px);stroke-width:.8}}@-moz-keyframes _small-to-big_cbomt_1{0%{-moz-transform:none;transform:none}to{-moz-transform:scale(3) translate(0px,-3px);transform:scale(3) translateY(-3px);stroke-width:.8}}@-o-keyframes _small-to-big_cbomt_1{0%{-o-transform:none;transform:none}to{-o-transform:scale(3) translate(0px,-3px);transform:scale(3) translateY(-3px);stroke-width:.8}}@keyframes _small-to-big_cbomt_1{0%{-webkit-transform:none;-moz-transform:none;-o-transform:none;transform:none}to{-webkit-transform:scale(3) translate(0px,-3px);-moz-transform:scale(3) translate(0px,-3px);-o-transform:scale(3) translate(0px,-3px);transform:scale(3) translateY(-3px);stroke-width:.8}}@-webkit-keyframes _loading-noku3_cbomt_1{0%{-webkit-transform:none;transform:none}to{-webkit-transform:translate(-17.5px,17.5px);transform:translate(-17.5px,17.5px)}}@-moz-keyframes _loading-noku3_cbomt_1{0%{-moz-transform:none;transform:none}to{-moz-transform:translate(-17.5px,17.5px);transform:translate(-17.5px,17.5px)}}@-o-keyframes _loading-noku3_cbomt_1{0%{-o-transform:none;transform:none}to{-o-transform:translate(-17.5px,17.5px);transform:translate(-17.5px,17.5px)}}@keyframes _loading-noku3_cbomt_1{0%{-webkit-transform:none;-moz-transform:none;-o-transform:none;transform:none}to{-webkit-transform:translate(-17.5px,17.5px);-moz-transform:translate(-17.5px,17.5px);-o-transform:translate(-17.5px,17.5px);transform:translate(-17.5px,17.5px)}}._modal_77083_1 ._title_77083_1{color:#202020;line-height:1.5;text-align:center;font-size:20px;padding:10px;line-height:24px}._modal_77083_1 ._body_77083_9{min-height:500px;width:480px;max-width:100%}._modal_77083_1 ._closeIconButton_77083_14{top:20px}._modal_77083_1 ._actions_77083_17{background-color:#4446ed}._label_77083_21{position:absolute;top:150px;right:-66px;width:100px;-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg);transform:rotate(90deg);z-index:999999;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;color:#fff;padding:6px 0;font-size:12px;font-weight:500;will-change:transform}._centerViewport_pp8yt_1{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}._title_1giup_1{font-size:16px;font-weight:600;margin-bottom:10px;color:#202020}._list_1giup_8{list-style:none;padding-left:0;margin:0}._contentContainer_1giup_14{max-height:600px;overflow-x:auto}._collapse_1giup_19{width:100%;margin-bottom:15px}._collapse_1giup_19 ._collapseAccordion_1giup_23{border:0}._collapse_1giup_19 ._collapseHeader_1giup_26,._collapse_1giup_19 ._collapseIcon_1giup_27{font-weight:400;font-size:14px}._collapse_1giup_19 ._collapseHeader_1giup_26{padding:10px 0!important;background-color:#fff}._collapse_1giup_19 ._collapseIcon_1giup_27{font-size:18px;margin-right:5px}._collapse_1giup_19 .rc-collapse-content{padding:0!important}._singleCurrency_4iac8_1{-webkit-transition:all .4s;-o-transition:all .4s;-moz-transition:all .4s;transition:all .4s;cursor:pointer;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;font-size:16px;color:#202020;margin:15px 0}._singleCurrency_4iac8_1 ._iconContainer_4iac8_10{fill:#202020;width:40px;height:40px;-webkit-transition:all .2s;-o-transition:all .2s;-moz-transition:all .2s;transition:all .2s;margin-right:15px;border:1px solid;-webkit-border-radius:50px;-moz-border-radius:50px;border-radius:50px;padding:8px;fill-rule:evenodd;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}._singleCurrency_4iac8_1 ._iconContainer_4iac8_10 ._logo_4iac8_22{width:100%;height:100%}._singleCurrency_4iac8_1 ._iconContainer_4iac8_10 ._logo_4iac8_22 path{fill:#202020}._singleCurrency_4iac8_1 ._underline_4iac8_29:not(._disabled_4iac8_29){position:relative}._singleCurrency_4iac8_1 ._underline_4iac8_29:not(._disabled_4iac8_29):before{content:"";position:absolute;bottom:-1px;width:100%;left:0;height:1px;background-color:#9013fe;-webkit-transform-origin:center right;-moz-transform-origin:center right;-ms-transform-origin:center right;-o-transform-origin:center right;transform-origin:center right;-webkit-transition:-webkit-transform .4s;transition:-webkit-transform .4s;-o-transition:-o-transform .4s;-moz-transition:transform .4s,-moz-transform .4s;transition:transform .4s;transition:transform .4s,-webkit-transform .4s,-moz-transform .4s,-o-transform .4s;-webkit-transform:scaleX(0);-moz-transform:scaleX(0);-ms-transform:scaleX(0);-o-transform:scaleX(0);transform:scaleX(0)}._singleCurrency_4iac8_1:hover:not(._disabled_4iac8_29){color:#9013fe}._singleCurrency_4iac8_1:hover:not(._disabled_4iac8_29) ._logo_4iac8_22{fill:#9013fe;color:#9013fe}._singleCurrency_4iac8_1:hover:not(._disabled_4iac8_29) ._underline_4iac8_29:before{-webkit-transform-origin:center left;-moz-transform-origin:center left;-ms-transform-origin:center left;-o-transform-origin:center left;transform-origin:center left;-webkit-transform:scaleX(1);-moz-transform:scaleX(1);-ms-transform:scaleX(1);-o-transform:scaleX(1);transform:scaleX(1)}._singleCurrency_4iac8_1._disabled_4iac8_29{opacity:.4;-webkit-filter:grayscale(1);filter:grayscale(1);pointer-events:none}.rc-collapse-motion{-webkit-transition:height .3s,opacity .3s;-o-transition:height .3s,opacity .3s;-moz-transition:height .3s,opacity .3s;transition:height .3s,opacity .3s}.rc-collapse-content-hidden{display:none}.rc-collapse{background-color:#f7f7f7;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;border:1px solid #d9d9d9}.rc-collapse>.rc-collapse-item{border-top:1px solid #d9d9d9}.rc-collapse>.rc-collapse-item:first-child{border-top:none}.rc-collapse>.rc-collapse-item>.rc-collapse-header{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;line-height:22px;padding:10px 16px;color:#666;cursor:pointer}.rc-collapse>.rc-collapse-item>.rc-collapse-header .arrow{display:inline-block;content:" ";width:0;height:0;font-size:0;line-height:0;border-top:3px solid transparent;border-bottom:3px solid transparent;border-left:4px solid #666;vertical-align:middle;margin-right:8px}.rc-collapse>.rc-collapse-item>.rc-collapse-header .rc-collapse-extra{margin:0 16px 0 auto}.rc-collapse>.rc-collapse-item .rc-collapse-header-collapsible-only{cursor:default}.rc-collapse>.rc-collapse-item .rc-collapse-header-collapsible-only .rc-collapse-header-text{cursor:pointer}.rc-collapse>.rc-collapse-item .rc-collapse-header-collapsible-only .rc-collapse-expand-icon{cursor:pointer}.rc-collapse>.rc-collapse-item .rc-collapse-icon-collapsible-only{cursor:default}.rc-collapse>.rc-collapse-item .rc-collapse-icon-collapsible-only .rc-collapse-expand-icon{cursor:pointer}.rc-collapse>.rc-collapse-item-disabled>.rc-collapse-header{cursor:not-allowed;color:#999;background-color:#f3f3f3}.rc-collapse-content{overflow:hidden;color:#666;padding:0 16px;background-color:#fff}.rc-collapse-content>.rc-collapse-content-box{margin-top:16px;margin-bottom:16px}.rc-collapse-item:last-child>.rc-collapse-content{-webkit-border-radius:0 0 3px 3px;-moz-border-radius:0 0 3px 3px;border-radius:0 0 3px 3px}.rc-collapse>.rc-collapse-item-active>.rc-collapse-header .arrow{position:relative;top:2px;border-left:3px solid transparent;border-right:3px solid transparent;border-top:4px solid #666;margin-right:6px}._collapse_1sq03_1{background:white;border:0;width:100%}._collapsePanel_1sq03_7{background-color:#fff;border:0!important}._header_1sq03_12{outline:none;background-color:#fff;border:0}._step_trcnv_1{padding-bottom:5px;overflow-x:hidden;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}._wrapper_trcnv_7{color:#4446ed}._wrapper_trcnv_7 ._button_trcnv_10{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}._list_1j4b4_1{list-style:none;padding-left:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin:0}._list_1j4b4_1 ._listItem_1j4b4_7{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-content:space-between;-ms-flex-line-pack:justify;align-content:space-between;cursor:pointer;color:#000;position:relative;padding-bottom:22px;border-bottom:2px solid #f2f2f2;padding-top:26px}._image_1xgpl_1{width:auto;height:100%;max-height:20px;margin-right:8px}._text_1xgpl_8{font-size:14px;text-transform:capitalize}._icon_1xgpl_13{color:#000;font-size:19px;margin:auto 0 auto auto}._input_18rfo_1 *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}._title_18rfo_5{font-size:16px;font-weight:700;margin-bottom:5px}._description_18rfo_11{margin-bottom:20px}._inputWrapper_18rfo_15{margin-top:15px;margin-bottom:15px}._inputWrapper_18rfo_15 ._inputContainer_18rfo_19{min-height:120px;max-width:none}._buttonWrapper_18rfo_24{width:100%;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-webkit-justify-content:flex-end;-moz-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}._addressBanner_1b5w2_1{margin:30px 0 15px}._backIcon_1b5w2_5{position:absolute;left:20px;color:#9b9b9b;font-size:16px;top:24px;cursor:pointer;opacity:0;visibility:hidden;-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;transition:all .3s ease-in-out}._show_1b5w2_17{opacity:1;visibility:visible}._mainDescription_1b5w2_22{margin-bottom:15px}._pagesContainer_1b5w2_26{width:-webkit-calc(200% + 60px);width:-moz-calc(200% + 60px);width:calc(200% + 60px);display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-webkit-align-items:flex-start;-moz-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-transition:-webkit-transform .3s ease-in-out;transition:-webkit-transform .3s ease-in-out;-o-transition:-o-transform .3s ease-in-out;-moz-transition:transform .3s ease-in-out,-moz-transform .3s ease-in-out;transition:transform .3s ease-in-out;transition:transform .3s ease-in-out,-webkit-transform .3s ease-in-out,-moz-transform .3s ease-in-out,-o-transform .3s ease-in-out}._secondPage_1b5w2_34{-webkit-transform:translateX(-webkit-calc(-50% - 30px));-moz-transform:translateX(-moz-calc(-50% - 30px));-ms-transform:translateX(calc(-50% - 30px));-o-transform:translateX(calc(-50% - 30px));transform:translate(calc(-50% - 30px))}._page_1b5w2_26{width:-webkit-calc(50% - 30px);width:-moz-calc(50% - 30px);width:calc(50% - 30px);font-size:14px}._title_1b5w2_43{font-size:16px;font-weight:700;margin-bottom:5px}._inputContainer_1b5w2_49{max-width:none}._marginBottom_1b5w2_53{margin-bottom:20px}._flexContainer_1b5w2_57{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:start;-webkit-align-items:flex-start;-moz-box-align:start;-ms-flex-align:start;align-items:flex-start}._flexContainer_1b5w2_57 ._input_1b5w2_49{width:-webkit-calc(50% - 15px);width:-moz-calc(50% - 15px);width:calc(50% - 15px)}@media (max-width: 767px){._blockXs_1b5w2_68{display:block}._blockXs_1b5w2_68 ._input_1b5w2_49{width:100%}}._mnemonic_1b5w2_75{min-height:420px}._mnemonic_1b5w2_75 ._wrapper_1b5w2_78{margin-top:15px}._mnemonic_1b5w2_75 ._wrapper_1b5w2_78 ._label_1b5w2_81{color:#202020;font-size:12px;line-height:18px}._mnemonic_1b5w2_75 ._wrapper_1b5w2_78 ._container_1b5w2_86{height:40px}._buttonWrapper_1b5w2_89{width:100%;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-webkit-justify-content:flex-end;-moz-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}._table_z9pqh_1{width:100%;max-width:100%;margin-bottom:1rem;background-color:transparent;padding-right:20px;padding-left:20px}@media (max-width: 767px){._table_z9pqh_1{padding-right:0;padding-left:0}}._table_z9pqh_1 ._header_z9pqh_15 th{padding:12px}@media (max-width: 767px){._table_z9pqh_1 ._header_z9pqh_15 th{padding:4px}}._table_z9pqh_1 ._row_z9pqh_23{min-height:100px}._table_z9pqh_1 ._row_z9pqh_23 td{padding:12px}@media (max-width: 767px){._table_z9pqh_1 ._row_z9pqh_23 td{padding:4px}}._table_z9pqh_1 ._row_z9pqh_23 ._balance_z9pqh_34{text-align:center}._table_z9pqh_1 ._row_z9pqh_23 ._cardAvatar_z9pqh_37{-webkit-border-radius:100%;-moz-border-radius:100%;border-radius:100%;margin-right:15px;height:50px;width:50px;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;border-width:3px;border-color:#fff;border-style:solid;-webkit-box-shadow:0px 1px 2px 0px rgba(0,0,0,.1);-moz-box-shadow:0px 1px 2px 0px rgba(0,0,0,.1);box-shadow:0 1px 2px #0000001a;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;cursor:pointer;position:relative}@media (max-width: 767px){._table_z9pqh_1 ._row_z9pqh_23 ._cardAvatar_z9pqh_37{margin-right:0}}._table_z9pqh_1 ._row_z9pqh_23 ._cardAvatar_z9pqh_37 img{-webkit-border-radius:100%;-moz-border-radius:100%;border-radius:100%;min-width:50px;max-width:100%;height:auto;vertical-align:middle;border-style:none}._table_z9pqh_1 ._row_z9pqh_23 ._address_z9pqh_66 ._content_z9pqh_66{color:#9013fe;cursor:pointer}._fileUpload_1x7cd_1{background-color:#f9f9ff;background-repeat:no-repeat;background-position:center;padding:25px 15px;cursor:pointer;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;border:1px solid #c8c9ff;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;position:relative;z-index:0;-webkit-transition:border-color .15s ease-in-out;-o-transition:border-color .15s ease-in-out;-moz-transition:border-color .15s ease-in-out;transition:border-color .15s ease-in-out}._fileUpload_1x7cd_1 img{position:absolute;z-index:-1;top:-webkit-calc(50% - 20px);top:-moz-calc(50% - 20px);top:calc(50% - 20px);left:-webkit-calc(50% - 25px);left:-moz-calc(50% - 25px);left:calc(50% - 25px)}._fileUpload_1x7cd_1._dropping_1x7cd_23,._fileUpload_1x7cd_1._rejecting_1x7cd_23,._fileUpload_1x7cd_1._error_1x7cd_23{padding-top:24px;padding-bottom:24px}._fileUpload_1x7cd_1._dropping_1x7cd_23{border:2px solid #b5b6e9}._fileUpload_1x7cd_1._rejecting_1x7cd_23,._fileUpload_1x7cd_1._error_1x7cd_23{border:2px solid #c4282c}._filename_1x7cd_34{font-size:10px;margin-top:4px;color:#0003;position:absolute;bottom:2px;font-weight:900}._jsonFile_6ioy0_1 ._addressBanner_6ioy0_1{margin:30px 0 15px}._jsonFile_6ioy0_1 ._backIcon_6ioy0_4{position:absolute;left:20px;color:#9b9b9b;font-size:16px;top:24px;cursor:pointer;opacity:0;visibility:hidden;-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;transition:all .3s ease-in-out}._jsonFile_6ioy0_1 ._show_6ioy0_15{opacity:1;visibility:visible}._jsonFile_6ioy0_1 ._mainDescription_6ioy0_19{margin-bottom:15px}._jsonFile_6ioy0_1 ._pagesContainer_6ioy0_22{width:-webkit-calc(200% + 60px);width:-moz-calc(200% + 60px);width:calc(200% + 60px);display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-webkit-align-items:flex-start;-moz-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-transition:-webkit-transform .3s ease-in-out;transition:-webkit-transform .3s ease-in-out;-o-transition:-o-transform .3s ease-in-out;-moz-transition:transform .3s ease-in-out,-moz-transform .3s ease-in-out;transition:transform .3s ease-in-out;transition:transform .3s ease-in-out,-webkit-transform .3s ease-in-out,-moz-transform .3s ease-in-out,-o-transform .3s ease-in-out}._jsonFile_6ioy0_1 ._secondPage_6ioy0_29{-webkit-transform:translateX(-webkit-calc(-50% - 30px));-moz-transform:translateX(-moz-calc(-50% - 30px));-ms-transform:translateX(calc(-50% - 30px));-o-transform:translateX(calc(-50% - 30px));transform:translate(calc(-50% - 30px))}._jsonFile_6ioy0_1 ._page_6ioy0_22{width:-webkit-calc(50% - 30px);width:-moz-calc(50% - 30px);width:calc(50% - 30px);font-size:14px}._jsonFile_6ioy0_1 ._title_6ioy0_36{font-size:15px;font-weight:700;margin-bottom:5px}._jsonFile_6ioy0_1 ._submitButton_6ioy0_41{-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;transition:all .3s ease-in-out}._jsonFile_6ioy0_1 ._showSubmit_6ioy0_44{opacity:1;visibility:visible}._jsonFile_6ioy0_1 ._marginBottom_6ioy0_48{margin-bottom:20px}._jsonFile_6ioy0_1 ._flexContainer_6ioy0_51{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:start;-webkit-align-items:flex-start;-moz-box-align:start;-ms-flex-align:start;align-items:flex-start}._jsonFile_6ioy0_1 ._flexContainer_6ioy0_51 ._input_6ioy0_56{width:-webkit-calc(50% - 15px);width:-moz-calc(50% - 15px);width:calc(50% - 15px)}._jsonFile_6ioy0_1 ._wrapper_6ioy0_59{margin-top:15px}._jsonFile_6ioy0_1 ._wrapper_6ioy0_59 ._label_6ioy0_62{color:#202020;font-size:12px;line-height:18px}._jsonFile_6ioy0_1 ._wrapper_6ioy0_59 ._container_6ioy0_67{height:40px}@media (max-width: 767px){._jsonFile_6ioy0_1 ._blockXs_6ioy0_71{display:block}._jsonFile_6ioy0_1 ._blockXs_6ioy0_71 ._input_6ioy0_56{width:100%}}._buttonWrapper_6ioy0_79{width:100%;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-webkit-justify-content:flex-end;-moz-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}._alertDialog_11s5x_1 ._alertDialogTitle_11s5x_1{color:#4a4a4a;font-size:20px;font-weight:700;line-height:24px;margin:0}._alertDialog_11s5x_1 ._alertDialogActionWrapper_11s5x_8{background:-webkit-gradient(linear,left top,right top,from(#4446ed),to(#4446ed));background:-webkit-linear-gradient(left,#4446ed 0%,#4446ed 100%);background:-moz-linear-gradient(left,#4446ed 0%,#4446ed 100%);background:-o-linear-gradient(left,#4446ed 0%,#4446ed 100%);background:linear-gradient(90deg,#4446ed 0%,#4446ed 100%);display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}._alertDialog_11s5x_1 ._alertDialogAction_11s5x_8{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%}._alertDialog_11s5x_1 ._alertDialogAction_11s5x_8 ._text_11s5x_20{color:#fff;margin-right:4px}._externaSignersMultipleTxsContainer_98ufi_1{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;margin-top:8px}._externaSignersMultipleTxsContainer_98ufi_1 ._text_98ufi_5{padding-right:8px}._wrongChainMessage_10w77_1 ._message_10w77_1{margin-bottom:20px}._wrongChainMessage_10w77_1 ._btn_10w77_4{float:right}._wrongAddressMessage_5s1n2_1 ._message_5s1n2_1{margin-bottom:20px}._wrongAddressMessage_5s1n2_1 ._btn_5s1n2_4{float:right}._table_1l39m_1{width:100%;max-width:100%;margin-bottom:1rem;background-color:transparent;padding-right:20px;padding-left:20px}@media (max-width: 767px){._table_1l39m_1{padding-right:0;padding-left:0}}._table_1l39m_1 ._header_1l39m_15 th{padding:12px}@media (max-width: 767px){._table_1l39m_1 ._header_1l39m_15 th{padding:4px}}._table_1l39m_1 ._header_1l39m_15 th._balance_1l39m_23{text-align:right}._table_1l39m_1 ._row_1l39m_26{min-height:100px;cursor:pointer}._table_1l39m_1 ._row_1l39m_26 td{padding:12px}@media (max-width: 767px){._table_1l39m_1 ._row_1l39m_26 td{padding:4px}}._table_1l39m_1 ._row_1l39m_26 ._balance_1l39m_23{text-align:right}._table_1l39m_1 ._row_1l39m_26 ._cardAvatar_1l39m_41{-webkit-border-radius:100%;-moz-border-radius:100%;border-radius:100%;height:50px;width:50px;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;border-width:3px;border-color:#fff;border-style:solid;-webkit-box-shadow:0px 1px 2px 0px rgba(0,0,0,.1);-moz-box-shadow:0px 1px 2px 0px rgba(0,0,0,.1);box-shadow:0 1px 2px #0000001a;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;position:relative}@media (max-width: 767px){._table_1l39m_1 ._row_1l39m_26 ._cardAvatar_1l39m_41{margin-right:0}}._table_1l39m_1 ._row_1l39m_26 ._cardAvatar_1l39m_41 img{-webkit-border-radius:100%;-moz-border-radius:100%;border-radius:100%;min-width:50px;max-width:100%;height:auto;vertical-align:middle;border-style:none}._table_1l39m_1 ._row_1l39m_26 ._address_1l39m_68 ._content_1l39m_68{color:#9616e5;cursor:pointer}._externalSigners_f505f_1{height:100%}._externalSigners_f505f_1 ._error_f505f_4{color:#cc0d0d;margin-bottom:8px}._externalSigners_f505f_1 ._retryConnection_f505f_8{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-webkit-justify-content:flex-end;-moz-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;width:100%;margin-bottom:16px}._externalSigners_f505f_1 ._retryConnection_f505f_8 ._icon_f505f_14{font-size:14px}._externalSigners_f505f_1 ._selectedAccount_f505f_17,._externalSigners_f505f_1 ._chooseAnotherAccount_f505f_20{margin-bottom:16px}._externalSigners_f505f_1 ._chooseAnotherAccount_f505f_20 ._open_f505f_23{cursor:pointer;margin-left:8px}._externalSigners_f505f_1 ._confirm_f505f_27{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-webkit-justify-content:flex-end;-moz-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;width:100%}._externalSigners_f505f_1 ._advancedOptions_f505f_32{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-flow:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-flow:column;flex-flow:column;margin-bottom:16px}._externalSigners_f505f_1 ._advancedOptions_f505f_32 ._header_f505f_37{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;text-transform:uppercase;letter-spacing:1.5px;color:#4446ed;font-size:10px;font-size:700;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}._externalSigners_f505f_1 ._advancedOptions_f505f_32 ._header_f505f_37._disabled_f505f_49{pointer-events:none;color:#4a4a4a}._externalSigners_f505f_1 ._advancedOptions_f505f_32 ._header_f505f_37 ._icon_f505f_14{margin-right:8px}._externalSigners_f505f_1 ._advancedOptions_f505f_32 ._body_f505f_56{background-color:#fafafa;margin-top:8px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;padding:16px}._externalSigners_f505f_1 ._advancedOptions_f505f_32 ._title_f505f_62{font-size:17px;margin-bottom:8px}._externalSigners_f505f_1 ._advancedOptions_f505f_32 ._subtitle_f505f_66{font-weight:300;font-size:13px;color:#cc0d0d;margin-bottom:16px}._chooseAnAccountModal_f505f_73 ._title_f505f_62{margin:0;font-size:unset}._chooseAnAccountModal_f505f_73 ._body_f505f_56{min-width:400px}._title_1yrwe_1{font-size:16px;font-weight:700;margin-bottom:5px}._inputContainer_1yrwe_7{max-width:none}._input_1yrwe_7{margin-top:15px;margin-bottom:15px}._submitButton_1yrwe_16{-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;transition:all .3s ease-in-out;opacity:0;visibility:hidden}._showSubmit_1yrwe_22{opacity:1;visibility:visible}._advancedAccordion_1yrwe_27 ._input_1yrwe_7{margin-bottom:5px;margin-top:5px}@media (max-width: 767px){._blockXs_1yrwe_33{display:block}._blockXs_1yrwe_33 ._input_1yrwe_7{width:100%}}._collapse_1yrwe_40{width:100%;margin-bottom:15px}._collapse_1yrwe_40 ._collapseAccordion_1yrwe_44{border:0}._collapse_1yrwe_40 ._collapseHeader_1yrwe_47,._collapse_1yrwe_40 ._collapseIcon_1yrwe_48{font-weight:400;font-size:14px}._collapse_1yrwe_40 ._collapseHeader_1yrwe_47{padding:0;background-color:#fff}._collapse_1yrwe_40 ._collapseIcon_1yrwe_48{font-size:18px;margin-right:5px}._collapse_1yrwe_40 ._advancedAccordion_1yrwe_27{height:200px}._collapse_1yrwe_40 ._advancedAccordion_1yrwe_27 ._type_1yrwe_63,._collapse_1yrwe_40 ._advancedAccordion_1yrwe_27 ._derivationPath_1yrwe_66,._collapse_1yrwe_40 ._advancedAccordion_1yrwe_27 ._account_1yrwe_69,._collapse_1yrwe_40 ._advancedAccordion_1yrwe_27 ._purpose_1yrwe_72{width:-webkit-calc(50% - 10px);width:-moz-calc(50% - 10px);width:calc(50% - 10px)}._modal_1g9iu_1 ._title_1g9iu_1{color:#4446ed;font-size:20px;font-weight:700;line-height:24px;margin:0}._modal_1g9iu_1 ._closeIconButton_1g9iu_8{top:20px}._modal_1g9iu_1 ._actions_1g9iu_15{background-color:#4446ed;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:10px}._lockNoku_1g9iu_21 ._imageWrapper_1g9iu_21{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;width:100%;margin-bottom:24px;min-height:200px}._lockNoku_1g9iu_21 ._info_1g9iu_29 ._title_1g9iu_1{color:#202020;font-size:17px;font-weight:700;line-height:20px;margin-bottom:8px}._lockNoku_1g9iu_21 ._info_1g9iu_29 ._description_1g9iu_36{font-size:15px;font-weight:300;line-height:18px;margin-bottom:16px;max-width:600px}._lockNoku_1g9iu_21 ._row_1g9iu_43{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}._lockNoku_1g9iu_21 ._row_1g9iu_43 ._amount_1g9iu_47 ._label_1g9iu_47{text-align:left;margin-bottom:4px}._lockNoku_1g9iu_21 ._row_1g9iu_43 ._amount_1g9iu_47 ._inputWrapper_1g9iu_51{width:-webkit-calc(100% - 8px);width:-moz-calc(100% - 8px);width:calc(100% - 8px)}._lockNoku_1g9iu_21 ._row_1g9iu_43 ._amount_1g9iu_47 ._inputWrapper_1g9iu_51 ._inputContainer_1g9iu_54 ._afterIcon_1g9iu_54{min-width:unset;width:unset;border-left:unset!important;padding-right:10px;font-weight:300;font-size:15px;line-height:18px;letter-spacing:.25px}._lockNoku_1g9iu_21 ._row_1g9iu_43 ._equivalent_1g9iu_64{width:50%;display:block}._lockNoku_1g9iu_21 ._row_1g9iu_43 ._equivalent_1g9iu_64 ._label_1g9iu_47{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:4px}._lockNoku_1g9iu_21 ._row_1g9iu_43 ._equivalent_1g9iu_64 ._label_1g9iu_47 ._buyNoku_1g9iu_73{cursor:pointer;position:relative;color:#4446ed;text-transform:uppercase;font-size:14px}._lockNoku_1g9iu_21 ._row_1g9iu_43 ._equivalent_1g9iu_64 ._label_1g9iu_47 ._buyNoku_1g9iu_73 ._underline_1g9iu_80{position:absolute;width:100%;border-bottom:1px solid #4446ed}._lockNoku_1g9iu_21 ._row_1g9iu_43 ._equivalent_1g9iu_64 ._price_1g9iu_85{background:#fafafa;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;width:100%;padding:9px 8px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;font-size:15px;font-weight:300;line-height:16px;margin-bottom:4px}._lockNoku_1g9iu_21 ._row_1g9iu_43 ._equivalent_1g9iu_64 ._price_1g9iu_85._error_1g9iu_96{background-color:#ffccd1}._lockNoku_1g9iu_21 ._row_1g9iu_43 ._equivalent_1g9iu_64 ._currentBalance_1g9iu_99{color:#000;text-align:center;font-weight:300;font-size:13px;line-height:16px}@media (max-width: 550px){._lockNoku_1g9iu_21 ._row_1g9iu_43{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}._alert_1g9iu_113{width:100%;text-align:center}._equivalent_6ivmc_1{width:50%;display:block}._equivalent_6ivmc_1 ._label_6ivmc_5{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:4px}._equivalent_6ivmc_1 ._label_6ivmc_5 ._buyNoku_6ivmc_10{cursor:pointer;position:relative;color:#4446ed;text-transform:uppercase;font-size:14px}._equivalent_6ivmc_1 ._label_6ivmc_5 ._buyNoku_6ivmc_10 ._underline_6ivmc_17{position:absolute;width:100%;border-bottom:1px solid #4446ed}._equivalent_6ivmc_1 ._price_6ivmc_22{background:#fafafa;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;width:100%;padding:9px 8px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;font-size:15px;font-weight:300;line-height:16px;margin-bottom:4px}._equivalent_6ivmc_1 ._price_6ivmc_22._error_6ivmc_33{background-color:#ffccd1}._equivalent_6ivmc_1 ._currentBalance_6ivmc_36{color:#000;text-align:center;font-weight:300;font-size:13px;line-height:16px}@media (max-width: 550px){._equivalent_6ivmc_1{width:100%}}.withdrawal-modal-inputWrapper{width:-webkit-calc(100% - 8px);width:-moz-calc(100% - 8px);width:calc(100% - 8px)}.withdrawal-modal-inputWrapper .withdrawal-modal-inputContainer .withdrawal-modal-afterIcon{min-width:unset;width:unset;border-left:unset!important;padding-right:10px;font-weight:300;font-size:15px;line-height:18px;letter-spacing:.25px}._marketPlaceModal_b0pqo_1 ._header_b0pqo_1{padding:0}._marketPlaceModal_b0pqo_1 ._header_b0pqo_1 h2{position:unset}._marketPlaceModal_b0pqo_1 ._body_b0pqo_7{min-width:550px}._marketPlaceModal_b0pqo_1 ._body_b0pqo_7 ._imageWrapper_b0pqo_10{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;width:100%;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:32px}._marketPlaceModal_b0pqo_1 ._body_b0pqo_7 ._subtitle_b0pqo_17{margin:0 0 8px;font-weight:600;font-size:17px;line-height:20px;letter-spacing:.15px}._marketPlaceModal_b0pqo_1 ._body_b0pqo_7 ._description_b0pqo_24{font-weight:300;font-size:15px;line-height:18px;letter-spacing:.25px}._marketPlaceModal_b0pqo_1 ._divider_b0pqo_30{display:none}._marketPlaceModal_b0pqo_1 ._actions_b0pqo_33{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}._destination_2adwh_1{position:absolute;top:0;bottom:0;left:0;right:0;opacity:1;z-index:1}._basic_2adwh_11{font-family:Lato,sans-serif!important;position:relative;-webkit-transition:background-color .25s cubic-bezier(.4,0,.2,1) 0ms,border .25s cubic-bezier(.4,0,.2,1) 0ms,-webkit-box-shadow .25s cubic-bezier(.4,0,.2,1) 0ms;transition:background-color .25s cubic-bezier(.4,0,.2,1) 0ms,border .25s cubic-bezier(.4,0,.2,1) 0ms,-webkit-box-shadow .25s cubic-bezier(.4,0,.2,1) 0ms;-o-transition:background-color .25s cubic-bezier(.4,0,.2,1) 0ms,box-shadow .25s cubic-bezier(.4,0,.2,1) 0ms,border .25s cubic-bezier(.4,0,.2,1) 0ms;-moz-transition:background-color .25s cubic-bezier(.4,0,.2,1) 0ms,box-shadow .25s cubic-bezier(.4,0,.2,1) 0ms,border .25s cubic-bezier(.4,0,.2,1) 0ms,-moz-box-shadow .25s cubic-bezier(.4,0,.2,1) 0ms;transition:background-color .25s cubic-bezier(.4,0,.2,1) 0ms,box-shadow .25s cubic-bezier(.4,0,.2,1) 0ms,border .25s cubic-bezier(.4,0,.2,1) 0ms;transition:background-color .25s cubic-bezier(.4,0,.2,1) 0ms,box-shadow .25s cubic-bezier(.4,0,.2,1) 0ms,border .25s cubic-bezier(.4,0,.2,1) 0ms,-webkit-box-shadow .25s cubic-bezier(.4,0,.2,1) 0ms,-moz-box-shadow .25s cubic-bezier(.4,0,.2,1) 0ms;-webkit-box-shadow:0px 3px 1px -2px rgba(0,0,0,.2),0px 2px 2px 0px rgba(0,0,0,.14),0px 1px 5px 0px rgba(0,0,0,.12);-moz-box-shadow:0px 3px 1px -2px rgba(0,0,0,.2),0px 2px 2px 0px rgba(0,0,0,.14),0px 1px 5px 0px rgba(0,0,0,.12);box-shadow:0 3px 1px -2px #0003,0 2px 2px #00000024,0 1px 5px #0000001f}._basic_2adwh_11._primary_2adwh_17{background-color:#2225c3;color:#fff}._basic_2adwh_11._primary_2adwh_17:hover{background-color:#1c1c9c}._basic_2adwh_11._primary_2adwh_17.MuiButton-text{background-color:#fff;color:#4446ed}._basic_2adwh_11._lightPrimary_2adwh_28{background-color:#ececfd;color:#fff;-webkit-box-shadow:0px 4px 8px rgba(68,70,237,.18),0px 0px 2px rgba(68,70,237,.12),0px 0px 1px rgba(0,0,0,.04);-moz-box-shadow:0px 4px 8px rgba(68,70,237,.18),0px 0px 2px rgba(68,70,237,.12),0px 0px 1px rgba(0,0,0,.04);box-shadow:0 4px 8px #4446ed2e,0 0 2px #4446ed1f,0 0 1px #0000000a}._basic_2adwh_11._lightPrimary_2adwh_28:hover{background-color:#c8c9ff}._basic_2adwh_11._gradient_2adwh_36{background:-webkit-gradient(linear,right top,left top,from(#4446ED),to(#9013FE));background:-webkit-linear-gradient(right,#4446ED 0%,#9013FE 100%);background:-moz-linear-gradient(right,#4446ED 0%,#9013FE 100%);background:-o-linear-gradient(right,#4446ED 0%,#9013FE 100%);background:linear-gradient(270deg,#4446ED 0%,#9013FE 100%);-webkit-box-shadow:0px 1px 3px rgba(0,0,0,.3);-moz-box-shadow:0px 1px 3px rgba(0,0,0,.3);box-shadow:0 1px 3px #0000004d;color:#fff;z-index:9}._basic_2adwh_11._gradient_2adwh_36.MuiButton-text{background-color:#fff;color:#4446ed}._basic_2adwh_11._gradient_2adwh_36:after{content:"";position:absolute;z-index:-1;top:0;left:0;width:100%;height:100%;opacity:0;background:-webkit-gradient(linear,right top,left top,from(#9013fe),to(#4446ed));background:-webkit-linear-gradient(right,#9013fe 0%,#4446ed 100%);background:-moz-linear-gradient(right,#9013fe 0%,#4446ed 100%);background:-o-linear-gradient(right,#9013fe 0%,#4446ed 100%);background:linear-gradient(270deg,#9013fe 0%,#4446ed 100%);-webkit-transition:opacity .2s linear;-o-transition:opacity .2s linear;-moz-transition:opacity .2s linear;transition:opacity .2s linear}._basic_2adwh_11._gradient_2adwh_36:hover:after{opacity:1}._basic_2adwh_11._secondary_2adwh_61{background-color:#fff;color:#4446ed;border:1px solid #4446ed}._basic_2adwh_11._secondary_2adwh_61:hover{background-color:#00000026}._basic_2adwh_11._yellow_2adwh_69{background-color:#ffc132;color:#000}._basic_2adwh_11._yellow_2adwh_69:disabled{background-color:#f2c94c;color:#000;opacity:.5}._basic_2adwh_11._yellow_2adwh_69:hover{background-color:#ffc1328c}._basic_2adwh_11.Mui-disabled{background:rgba(68,70,237,.3);background-color:#4446ed4d;color:#fff}._basic_2adwh_11._confirm_2adwh_86{background-color:#4caf50;border:none;color:#fff;font-weight:400}._basic_2adwh_11._confirm_2adwh_86:hover{background-color:#3b903f}._basic_2adwh_11._discard_2adwh_95{background-color:#9616e5;border:none;color:#fff;font-weight:400}._basic_2adwh_11._discard_2adwh_95:hover{background-color:#0000a1}._gameCard_xjghp_1{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;max-width:100%;margin-bottom:20px}@media screen and (max-width: 1439px){._gameCard_xjghp_1{margin-bottom:26px}}@media screen and (max-width: 1199px){._gameCard_xjghp_1{padding:0 14px}}@media screen and (max-width: 1023px){._gameCard_xjghp_1{padding:0 7px}}@media screen and (max-width: 767px){._gameCard_xjghp_1{padding:0;max-width:100%;margin-bottom:30px}}._gameCard_xjghp_1>a{width:100%;height:100%;display:block}._gameCard_xjghp_1 ._imgHolder_xjghp_35{width:100%;height:200px;margin-bottom:23px;-webkit-transition:-webkit-transform .5s;transition:-webkit-transform .5s;-o-transition:-o-transform .5s;-moz-transition:transform .5s,-moz-transform .5s;transition:transform .5s;transition:transform .5s,-webkit-transform .5s,-moz-transform .5s,-o-transform .5s;-webkit-transform:scale(100%);-moz-transform:scale(100%);-ms-transform:scale(100%);-o-transform:scale(100%);transform:scale(1);background-repeat:no-repeat;background-position:center center;-webkit-background-size:cover;-moz-background-size:cover;background-size:cover;-webkit-border-radius:15px;-moz-border-radius:15px;border-radius:15px}._gameCard_xjghp_1 ._imgHolder_xjghp_35:hover{-webkit-transform:scale(104%);-moz-transform:scale(104%);-ms-transform:scale(104%);-o-transform:scale(104%);transform:scale(104%)}@media screen and (max-width: 767px){._gameCard_xjghp_1 ._imgHolder_xjghp_35{margin-bottom:10px}}._gameCard_xjghp_1 ._btnHolder_xjghp_54{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;width:100%;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:20px}@media screen and (max-width: 767px){._gameCard_xjghp_1 ._btnHolder_xjghp_54{margin-bottom:15px}}._gameCard_xjghp_1 ._btnHolder_xjghp_54 ._iconHolder_xjghp_66{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}._gameCard_xjghp_1 ._btnHolder_xjghp_54 ._iconHolder_xjghp_66 ._icon_xjghp_66{width:35px;margin-right:19px;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%}@media screen and (max-width: 1199px){._gameCard_xjghp_1 ._btnHolder_xjghp_54 ._iconHolder_xjghp_66 ._icon_xjghp_66{width:22px;margin-right:10px}}._gameCard_xjghp_1 ._btnHolder_xjghp_54 ._iconHolder_xjghp_66 ._title_xjghp_81{font-size:16px;line-height:19px;letter-spacing:.15px;color:#0d0c22}._gameCard_xjghp_1 ._btnHolder_xjghp_54 ._btn_xjghp_54{height:auto;font-size:16px;line-height:24px;padding:8px 20px}@media screen and (max-width: 1199px){._gameCard_xjghp_1 ._btnHolder_xjghp_54 ._btn_xjghp_54{padding:8px 12px;font-size:12px;line-height:14px}}@media screen and (max-width: 1023px){._gameCard_xjghp_1 ._btnHolder_xjghp_54 ._btn_xjghp_54{padding:6px 10px;font-size:10px;line-height:12px}}@media screen and (max-width: 767px){._gameCard_xjghp_1 ._btnHolder_xjghp_54 ._btn_xjghp_54{padding:8px 12px;font-size:12px;line-height:14px}}._homeCollections_jl0c3_1{margin-top:40px}.bidding-modal-div{max-width:625px;min-width:300px}.bidding-approved-div{text-align:center;width:300px}.ordinals .inputWrapper{margin-top:15px;margin-bottom:15px}.ordinals .inputWrapper .inputContainer{min-height:120px;max-width:none}.ordinals>.__inputWrapper{margin-top:15px;margin-bottom:15px}.ordinals>.__inputWrapper .__inputContainer{min-height:80px;max-width:none}@media (min-width: 700px){.bidding-approved-div{margin:0 60px}}._currency_dzyw0_1{width:20px;position:relative;top:-6px;margin-right:4px}.badge-verified{position:absolute;right:0;background:#4446ed;color:#fff;font-size:25px;padding:4px;-webkit-border-radius:100%;-moz-border-radius:100%;border-radius:100%}.nft_attr{display:block;padding:10px;text-align:center;border:solid 1px rgba(0,0,0,.15);-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;margin-bottom:8px;background:rgba(var(--primary-color-rgb),.05)}.nft_attr h4{margin-bottom:0;font-size:16px}.nft_attr h5{font-size:14px;font-weight:500;margin-bottom:5px;color:#2225c3;color:var(--secondary-color)}._pendingWrapper_13u7d_1{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-flow:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-flow:column;flex-flow:column;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;width:100%}._pendingWrapper_13u7d_1 ._waiting_13u7d_7{width:300px}._pendingWrapper_13u7d_1 ._title_13u7d_10{font-size:32px;line-height:38px;color:#4446ed;margin-top:70px;margin-bottom:80px}._pendingWrapper_13u7d_1 ._clock_13u7d_17{width:600px}._mediaContainer_1sdvh_1{width:100%;padding-top:100%;height:0px;position:relative}._video_1sdvh_8{width:100%;height:100%;position:absolute;top:0;left:0}._searchSelectContainer_18yrd_1{margin-right:16px}._searchSelect_18yrd_1{min-width:120px!important;margin-right:30px!important;margin-top:0!important;padding:8px!important}._searchSelect_18yrd_1:focus{background-color:transparent!important}._searchSelect_18yrd_1 input{padding-bottom:10px!important;padding-top:5px!important}._searchInput_18yrd_19{padding:0}@media all and (max-width: 991px){._searchBar_18yrd_24{margin-top:8px}}._stats_dt5t1_1{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;padding-top:0;margin:auto auto 40px;max-width:602px;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}._statsSkel_dt5t1_12{margin:5px;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px}._switchContainer_dt5t1_17{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;width:100%;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:20px}._switchContainer_dt5t1_17>span{font-size:18px;text-transform:uppercase;display:inline-block}._switchContainer_dt5t1_17 ._switch_dt5t1_17{background-color:#4446ed44;-webkit-border-radius:20px;-moz-border-radius:20px;border-radius:20px}._switchContainer_dt5t1_17 ._switch_dt5t1_17>span{color:#4446ed!important}._switchContainer_dt5t1_17 ._nokuLogo_dt5t1_36{top:auto;display:block;margin-right:10px}._switchContainer_dt5t1_17 ._creditsLogo_dt5t1_41{top:auto;display:block;margin-left:10px}._item_e3q2m_1{display:block;padding:10px;text-align:center;border:solid 1px rgba(0,0,0,.15);-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;background:rgba(var(--primary-color-rgb),.05);margin:5px;width:190px;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0}@media screen and (max-width: 480px){._item_e3q2m_1{width:160px}}._title_e3q2m_19{font-size:14px;color:var(--secondary-color);font-weight:500;margin-bottom:6px}._value_e3q2m_26{font-size:16px;font-weight:700;margin-bottom:6px}._tabs_1453w_1{font-size:18px;display:-webkit-inline-box;display:-webkit-inline-flex;display:-moz-inline-box;display:-ms-inline-flexbox;display:inline-flex;padding:0;margin:30px 0;position:relative;z-index:10}._tabs_1453w_1 li{border-bottom:3px solid transparent;list-style-type:none;margin-right:26px;font-weight:700;padding-bottom:10px}._tabs_1453w_1 li a{color:#999}._tabs_1453w_1 li._selected_1453w_19{border-color:var(--secondary-color)}._tabs_1453w_1 li._selected_1453w_19 a{color:var(--secondary-color)}._beautifulSelect_1wi3a_1{position:relative;z-index:2000;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}._beautifulSelect_1wi3a_1 ._select_1wi3a_6{max-width:100%;width:240px;background:#ffffff;height:48px;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;font-weight:600;font-size:16px;color:#04111d;cursor:pointer;-webkit-border-radius:12px;-moz-border-radius:12px;border-radius:12px;border:1px solid rgb(227,227,227);padding:12px;-webkit-transition:.2s all;-o-transition:.2s all;-moz-transition:.2s all;transition:.2s all}@media screen and (max-width: 1023px){._beautifulSelect_1wi3a_1 ._select_1wi3a_6{width:170px}}._beautifulSelect_1wi3a_1 ._select_1wi3a_6._isOpen_1wi3a_31{border:1px solid rgb(200,200,200)}._beautifulSelect_1wi3a_1 ._select_1wi3a_6 ._selectedContainer_1wi3a_34{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%}._beautifulSelect_1wi3a_1 ._select_1wi3a_6 ._selectedContainer_1wi3a_34 ._label_1wi3a_40{background-color:transparent;border:none;outline:none;width:100%;-o-text-overflow:ellipsis;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}._beautifulSelect_1wi3a_1 ._select_1wi3a_6 ._selectedContainer_1wi3a_34 ._icon_1wi3a_49{color:#04111d;width:18px}._beautifulSelect_1wi3a_1 ._typpy_1wi3a_53{z-index:2010;position:absolute;top:48px;left:0;width:100%;display:none;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-flow:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-flow:column;flex-flow:column;-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;background-color:#fff;-webkit-box-shadow:rgba(4,17,29,.25) 0px 0px 8px 0px;-moz-box-shadow:rgba(4,17,29,.25) 0px 0px 8px 0px;box-shadow:#04111d40 0 0 8px}._beautifulSelect_1wi3a_1 ._typpy_1wi3a_53._isOpen_1wi3a_31{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}._beautifulSelect_1wi3a_1 ._typpy_1wi3a_53 ._option_1wi3a_68{border-bottom:1px solid rgb(227,227,227);padding:15px 12px;font-weight:600;font-size:16px;color:#04111d;cursor:pointer}._beautifulSelect_1wi3a_1 ._typpy_1wi3a_53 ._option_1wi3a_68:hover{-webkit-transition:all .2s ease 0s;-o-transition:all .2s ease 0s;-moz-transition:all .2s ease 0s;transition:all .2s ease 0s;-webkit-box-shadow:rgba(4,17,29,.25) 0px 0px 8px 0px;-moz-box-shadow:rgba(4,17,29,.25) 0px 0px 8px 0px;box-shadow:#04111d40 0 0 8px;background-color:#fbfdff}._beautifulSelect_1wi3a_1 ._typpy_1wi3a_53 ._option_1wi3a_68:last-child{border-bottom:none;-webkit-border-bottom-left-radius:10px;-moz-border-radius-bottomleft:10px;border-bottom-left-radius:10px;-webkit-border-bottom-right-radius:10px;-moz-border-radius-bottomright:10px;border-bottom-right-radius:10px}._beautifulSelect_1wi3a_1 ._typpy_1wi3a_53 ._option_1wi3a_68:first-child{-webkit-border-top-left-radius:10px;-moz-border-radius-topleft:10px;border-top-left-radius:10px;-webkit-border-top-right-radius:10px;-moz-border-radius-topright:10px;border-top-right-radius:10px}._beautifulModel_1gufa_1{padding:0;z-index:2000;position:fixed;top:0;left:0;width:100%;height:100%;background-color:#fff;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-webkit-justify-content:flex-start;-moz-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-transition:opacity .4s 0s,-webkit-transform .4s cubic-bezier(.45,0,.55,1) 0s;transition:opacity .4s 0s,-webkit-transform .4s cubic-bezier(.45,0,.55,1) 0s;-o-transition:opacity .4s 0s,-o-transform .4s cubic-bezier(.45,0,.55,1) 0s;-moz-transition:transform .4s cubic-bezier(.45,0,.55,1) 0s,opacity .4s 0s,-moz-transform .4s cubic-bezier(.45,0,.55,1) 0s;transition:transform .4s cubic-bezier(.45,0,.55,1) 0s,opacity .4s 0s;transition:transform .4s cubic-bezier(.45,0,.55,1) 0s,opacity .4s 0s,-webkit-transform .4s cubic-bezier(.45,0,.55,1) 0s,-moz-transform .4s cubic-bezier(.45,0,.55,1) 0s,-o-transform .4s cubic-bezier(.45,0,.55,1) 0s;-webkit-transform:translate3d(0px,110%,0px);-moz-transform:translate3d(0px,110%,0px);transform:translate3d(0,110%,0)}._beautifulModel_1gufa_1._open_1gufa_17{-webkit-transform:translate3d(0px,0px,0px);-moz-transform:translate3d(0px,0px,0px);transform:translateZ(0)}._beautifulModel_1gufa_1 ._modalContent_1gufa_20{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;padding:16px;overflow-y:auto;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-flow:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-flow:column;flex-flow:column;width:100%}._beautifulModel_1gufa_1 ._modalContent_1gufa_20 ._modalHeader_1gufa_27{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;margin-bottom:16px;height:48px;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;position:relative}._beautifulModel_1gufa_1 ._modalContent_1gufa_20 ._modalHeader_1gufa_27 ._title_1gufa_37{font-weight:600;font-size:20px;color:#04111d}._beautifulModel_1gufa_1 ._modalContent_1gufa_20 ._modalHeader_1gufa_27 ._btnContainer_1gufa_42{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;position:absolute;right:0px}._beautifulModel_1gufa_1 ._modalContent_1gufa_20 ._modalHeader_1gufa_27 ._btnContainer_1gufa_42 ._closeButton_1gufa_47{background:rgb(255,255,255);display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;width:48px;height:48px;padding:12px;border:none;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%}._beautifulModel_1gufa_1 ._modalContent_1gufa_20 ._modalHeader_1gufa_27 ._btnContainer_1gufa_42 ._closeButton_1gufa_47:hover{-webkit-transition:all .2s ease 0s;-o-transition:all .2s ease 0s;-moz-transition:all .2s ease 0s;transition:all .2s ease 0s;-webkit-box-shadow:rgba(0,0,0,.1) 0px 2px 10px;-moz-box-shadow:rgba(0,0,0,.1) 0px 2px 10px;box-shadow:#0000001a 0 2px 10px}._beautifulModel_1gufa_1 ._modalContent_1gufa_20 ._modalHeader_1gufa_27 ._btnContainer_1gufa_42 ._closeButton_1gufa_47:active{background-color:#e5e8eb66;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}._beautifulModel_1gufa_1 ._modalContent_1gufa_20 ._modalHeader_1gufa_27 ._btnContainer_1gufa_42 ._closeButton_1gufa_47 ._x_1gufa_68{width:21px;height:21px}._beautifulModel_1gufa_1 ._modalFooter_1gufa_72{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;background:#ffffff;border-top:1px solid rgb(227,227,227);bottom:0px;margin-top:auto;padding:16px;position:-webkit-sticky;position:sticky;width:100%;z-index:1;gap:8px}._beautifulModel_1gufa_1 ._modalFooter_1gufa_72 ._clearButton_1gufa_84{width:100%;display:-webkit-inline-box;display:-webkit-inline-flex;display:-moz-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-border-radius:12px;-moz-border-radius:12px;border-radius:12px;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:16px;font-weight:600;line-height:22px;letter-spacing:.01em;padding:17px 24px;background-color:#fff;border:1px solid rgb(227,227,227);color:#2081e2}._beautifulModel_1gufa_1 ._modalFooter_1gufa_72 ._clearButton_1gufa_84:hover{-webkit-transition:all .2s ease 0s;-o-transition:all .2s ease 0s;-moz-transition:all .2s ease 0s;transition:all .2s ease 0s;-webkit-box-shadow:rgba(0,0,0,.1) 0px 2px 10px;-moz-box-shadow:rgba(0,0,0,.1) 0px 2px 10px;box-shadow:#0000001a 0 2px 10px}._beautifulModel_1gufa_1 ._modalFooter_1gufa_72 ._clearButton_1gufa_84:active{background-color:#e5e8eb66;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}._beautifulModel_1gufa_1 ._modalFooter_1gufa_72 ._doneButton_1gufa_110{width:100%;display:-webkit-inline-box;display:-webkit-inline-flex;display:-moz-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-border-radius:12px;-moz-border-radius:12px;border-radius:12px;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:16px;font-weight:600;line-height:22px;letter-spacing:.01em;padding:17px 24px;background-color:#2081e2;border:1px solid rgb(32,129,226);color:#fff}._beautifulModel_1gufa_1 ._modalFooter_1gufa_72 ._doneButton_1gufa_110:hover{color:#fff;background-color:#2e8eee;border-color:#2e8eee;-webkit-transition:all .2s ease 0s;-o-transition:all .2s ease 0s;-moz-transition:all .2s ease 0s;transition:all .2s ease 0s;-webkit-box-shadow:rgba(0,0,0,.1) 0px 2px 10px;-moz-box-shadow:rgba(0,0,0,.1) 0px 2px 10px;box-shadow:#0000001a 0 2px 10px}._beautifulModel_1gufa_1 ._modalFooter_1gufa_72 ._doneButton_1gufa_110:active{background-color:#1868b7;border-color:#1868b7;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}._accordion_28ced_1._isOpen_28ced_1{border-bottom:1px solid #e3e3e3}._accordion_28ced_1 ._accordionHeader_28ced_4{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer;background-color:#f8f8f8;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;font-weight:600;padding:0 10px;height:48px;font-size:16px;background:#ffffff;-webkit-transition:background .5s;-o-transition:background .5s;-moz-transition:background .5s;transition:background .5s;-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px}._accordion_28ced_1 ._accordionHeader_28ced_4:hover{background:rgba(229,232,235,.2)}._accordion_28ced_1 ._accordionHeader_28ced_4 ._titleHolder_28ced_23{margin-right:12px;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;width:100%;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}._accordion_28ced_1 ._accordionHeader_28ced_4 ._titleHolder_28ced_23 ._filterLength_28ced_30{font-weight:400;font-size:14px;color:#707a83}._accordion_28ced_1 ._accordionHeader_28ced_4 ._titleHolder_28ced_23 ._title_28ced_23{color:#04111d;font-weight:600;font-size:16px;line-height:24px;margin:0}._accordion_28ced_1 ._accordionHeader_28ced_4 ._arrow_28ced_42{display:inline-block;width:14px;-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg);-webkit-transition:-webkit-transform .5s;transition:-webkit-transform .5s;-o-transition:-o-transform .5s;-moz-transition:transform .5s,-moz-transform .5s;transition:transform .5s;transition:transform .5s,-webkit-transform .5s,-moz-transform .5s,-o-transform .5s}._accordion_28ced_1 ._accordionHeader_28ced_4 ._arrow_28ced_42._arrowOpen_28ced_48{-webkit-transform:rotate(0);-moz-transform:rotate(0);-ms-transform:rotate(0);-o-transform:rotate(0);transform:rotate(0)}._accordion_28ced_1 ._accordionContent_28ced_51{padding:12px;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}._accordion_28ced_1 ._accordionContent_28ced_51 ._searchContainer_28ced_56{-webkit-transition:border-color .25s ease-in-out 0s,background-color .25s ease-in-out 0s;-o-transition:border-color .25s ease-in-out 0s,background-color .25s ease-in-out 0s;-moz-transition:border-color .25s ease-in-out 0s,background-color .25s ease-in-out 0s;transition:border-color .25s ease-in-out 0s,background-color .25s ease-in-out 0s;border-width:1px;height:40px;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;font-size:16px;cursor:text;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-border-radius:12px;-moz-border-radius:12px;border-radius:12px;border:1px solid rgb(227,227,227);color:#04111d;width:100%;padding:12px}._accordion_28ced_1 ._accordionContent_28ced_51 ._searchContainer_28ced_56._focused_28ced_70{border-color:#8a939b}._accordion_28ced_1 ._accordionContent_28ced_51 ._searchContainer_28ced_56 ._searchIconContainer_28ced_73{-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;margin-right:8px;max-width:24px;color:#8a939b}._accordion_28ced_1 ._accordionContent_28ced_51 ._searchContainer_28ced_56 ._searchIconContainer_28ced_73 ._searchIcon_28ced_73{height:22px;text-rendering:optimizelegibility;color:#fff;margin-right:8px;max-width:24px;color:#8a939b}._accordion_28ced_1 ._accordionContent_28ced_51 ._searchContainer_28ced_56 ._searchInput_28ced_90{font-size:inherit!important;line-height:inherit!important;min-height:inherit!important;background-color:transparent!important;border:none!important;outline:none!important;width:100%!important;font-size:16px!important;line-height:26px!important;min-height:26px!important}._accordion_28ced_1 ._accordionContent_28ced_51 ._searchContainer_28ced_56 ._searchInput_28ced_90[placeholder]{-o-text-overflow:ellipsis;text-overflow:ellipsis}._accordion_28ced_1 ._accordionContent_28ced_51 ._list_28ced_105{width:100%;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-top:12px}._accordion_28ced_1 ._accordionContent_28ced_51 ._list_28ced_105 ._listItem_28ced_111{width:100%}._accordion_28ced_1 ._accordionContent_28ced_51 ._list_28ced_105 ._listItem_28ced_111 ._checkLabel_28ced_114{width:100%;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;height:56px;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer;background:#ffffff;-webkit-border-radius:12px;-moz-border-radius:12px;border-radius:12px;padding:0 10px}._accordion_28ced_1 ._accordionContent_28ced_51 ._list_28ced_105 ._listItem_28ced_111 ._checkLabel_28ced_114:hover{background:rgb(242,244,245)}._accordion_28ced_1 ._accordionContent_28ced_51 ._list_28ced_105 ._listItem_28ced_111 ._checkLabel_28ced_114 ._label_28ced_128{font-weight:400;font-size:16px;color:#04111d;overflow:hidden;white-space:nowrap;-o-text-overflow:ellipsis;text-overflow:ellipsis}._accordion_28ced_1 ._accordionContent_28ced_51 ._list_28ced_105 ._listItem_28ced_111 ._checkLabel_28ced_114 ._checkContainer_28ced_136{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;margin-right:12px;position:relative;display:-webkit-inline-box;display:-webkit-inline-flex;display:-moz-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px}._accordion_28ced_1 ._accordionContent_28ced_51 ._list_28ced_105 ._listItem_28ced_111 ._checkLabel_28ced_114 ._checkContainer_28ced_136 ._checkboxInput_28ced_143{-webkit-appearance:none;-moz-appearance:none;appearance:none;border-style:solid;border-width:2px;cursor:pointer;height:24px;min-width:24px;max-width:24px;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;-webkit-transition:-webkit-box-shadow .2s ease 0s;transition:-webkit-box-shadow .2s ease 0s;-o-transition:box-shadow .2s ease 0s;-moz-transition:box-shadow .2s ease 0s,-moz-box-shadow .2s ease 0s;transition:box-shadow .2s ease 0s;transition:box-shadow .2s ease 0s,-webkit-box-shadow .2s ease 0s,-moz-box-shadow .2s ease 0s;outline:none;background-color:#fff;border-color:#e3e3e3}._accordion_28ced_1 ._accordionContent_28ced_51 ._list_28ced_105 ._listItem_28ced_111 ._checkLabel_28ced_114 ._checkContainer_28ced_136 ._checkboxInput_28ced_143:checked{background-color:#2081e2;border-color:#2081e2}._accordion_28ced_1 ._accordionContent_28ced_51 ._list_28ced_105 ._listItem_28ced_111 ._checkLabel_28ced_114 ._checkContainer_28ced_136 ._check_28ced_114{pointer-events:none;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);transform:translate(-50%,-50%);font-weight:600;color:#fff}._searchFields_ql7zn_1{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}._searchFields_ql7zn_1>div{width:100%;margin-bottom:10px}._searchFields_ql7zn_1>div._divider_ql7zn_9{margin-top:10px;border-top:1px solid #e3e3e3}._searchFields_ql7zn_1 ._searchSelectContainer_ql7zn_13{width:100%;margin-right:16px;margin-bottom:0;margin-top:0!important}._searchFields_ql7zn_1 ._select_ql7zn_19{min-width:120px!important;margin-right:30px!important;margin-top:0!important;padding:8px!important}._searchFields_ql7zn_1 ._autocomplete_ql7zn_25{margin-top:0}._searchFields_ql7zn_1 ._autocomplete_ql7zn_25:focus{background-color:transparent!important}._searchFields_ql7zn_1 ._searchInput_ql7zn_31{padding:0}._searchFields_ql7zn_1 ._filterTitle_ql7zn_34{color:#04111d;font-weight:600;font-size:16px;line-height:24px;margin:24px 10px 16px;display:inline-block}._badgeFilter_b461z_1{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}._badgeFilter_b461z_1 ._container_b461z_5{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-border-radius:8px;-moz-border-radius:8px;border-radius:8px;padding:12px 16px;background-color:#e5e8eb80}._badgeFilter_b461z_1 ._container_b461z_5 ._label_b461z_15{margin:0;color:#04111d;font-size:16px;font-weight:600;line-height:24px;text-transform:capitalize}._badgeFilter_b461z_1 ._container_b461z_5 ._close_b461z_23{cursor:pointer;font-weight:600;margin-left:8px;color:#04111d;font-size:20px}._badgeFilters_1wc2x_1{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:8px}._badgeFilters_1wc2x_1 ._clearAllLabel_1wc2x_6{margin-left:28px;border:0;padding:0;background:transparent;color:#04111d;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer;font-weight:600;font-size:16px}._badgeFilters_1wc2x_1 ._clearAllLabel_1wc2x_6:hover{color:#353840}._badgeFilters_1wc2x_1 ._clearAllLabel_1wc2x_6:active{color:#707a83}._searchNftAdvancedRow_1b6xo_1{margin:0 -32px}@media screen and (max-width: 1439px){._searchNftAdvancedRow_1b6xo_1{margin:0 -16px}}._searchNftAdvancedRow_1b6xo_1 ._searchBarContainer_1b6xo_9{position:-webkit-sticky;position:sticky;top:-1px;padding-top:1px;left:0;background-color:#fff;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;z-index:1021;height:65px;border-top:1px solid #e3e3e3}._searchNftAdvancedRow_1b6xo_1 ._searchBarContainer_1b6xo_9._isIntersected_1b6xo_22{-webkit-box-shadow:rgba(0,0,0,.1) 0px 2px 10px;-moz-box-shadow:rgba(0,0,0,.1) 0px 2px 10px;box-shadow:#0000001a 0 2px 10px}._searchNftAdvancedRow_1b6xo_1 ._searchBarContainer_1b6xo_9 ._searchBar_1b6xo_9{width:100%;padding-left:12px}._searchNftAdvancedRow_1b6xo_1 ._searchBarContainer_1b6xo_9 ._orderByCointainer_1b6xo_29{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;margin-left:12px}._searchNftAdvancedRow_1b6xo_1 ._searchBarContainer_1b6xo_9 ._orderByCointainer_1b6xo_29 ._sortBtn_1b6xo_33{width:42px;height:42px;display:-webkit-inline-box;display:-webkit-inline-flex;display:-moz-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-border-radius:12px;-moz-border-radius:12px;border-radius:12px;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:16px;font-weight:600;line-height:22px;letter-spacing:.01em;padding:11px;background-color:#fff;border:1px solid rgb(227,227,227);color:#04111d}._searchNftAdvancedRow_1b6xo_1 ._searchBarContainer_1b6xo_9 ._orderByCointainer_1b6xo_29 ._sortBtn_1b6xo_33:hover{-webkit-transition:all .2s ease 0s;-o-transition:all .2s ease 0s;-moz-transition:all .2s ease 0s;transition:all .2s ease 0s;-webkit-box-shadow:rgba(0,0,0,.1) 0px 2px 10px;-moz-box-shadow:rgba(0,0,0,.1) 0px 2px 10px;box-shadow:#0000001a 0 2px 10px}._searchNftAdvancedRow_1b6xo_1 ._searchBarContainer_1b6xo_9 ._orderByCointainer_1b6xo_29 ._sortBtn_1b6xo_33:active{background-color:#e5e8eb66;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}._searchNftAdvancedRow_1b6xo_1 ._searchBarContainer_1b6xo_9 ._filterToggle_1b6xo_60 ._filterBtn_1b6xo_60{background:#ffffff;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;width:42px;height:42px;padding:12px;border:none;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;-webkit-transition:all .2s ease 0s;-o-transition:all .2s ease 0s;-moz-transition:all .2s ease 0s;transition:all .2s ease 0s}._searchNftAdvancedRow_1b6xo_1 ._searchBarContainer_1b6xo_9 ._filterToggle_1b6xo_60 ._filterBtn_1b6xo_60:hover{-webkit-box-shadow:rgba(0,0,0,.1) 0px 2px 10px;-moz-box-shadow:rgba(0,0,0,.1) 0px 2px 10px;box-shadow:#0000001a 0 2px 10px}._searchNftAdvancedRow_1b6xo_1 ._searchBarContainer_1b6xo_9 ._filterToggle_1b6xo_60 ._filterBtn_1b6xo_60:active{background-color:#e5e8eb66;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}@media screen and (max-width: 767px){._searchNftAdvancedRow_1b6xo_1 ._searchBarContainer_1b6xo_9 ._filterToggle_1b6xo_60 ._filterBtn_1b6xo_60{-webkit-border-radius:12px;-moz-border-radius:12px;border-radius:12px;border:1px solid rgb(227,227,227)}}._searchNftAdvancedRow_1b6xo_1 ._searchBarContainer_1b6xo_9 ._results_1b6xo_87{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;margin-left:24px;color:#646d75;font-weight:400;font-size:16px;line-height:24px}@media screen and (max-width: 767px){._searchNftAdvancedRow_1b6xo_1 ._searchBarContainer_1b6xo_9 ._results_1b6xo_87{display:none}}@media screen and (max-width: 767px){._searchNftAdvancedRow_1b6xo_1 ._searchBarContainer_1b6xo_9{-webkit-box-pack:start;-webkit-justify-content:flex-start;-moz-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}}._searchNftAdvancedRow_1b6xo_1 ._searchSelectContainer_1b6xo_105{margin-right:16px}._searchNftAdvancedRow_1b6xo_1 ._searchSelectContainer_1b6xo_105._advanced_1b6xo_108{margin-top:0!important;width:100%}._searchNftAdvancedRow_1b6xo_1 ._searchSelect_1b6xo_105{min-width:120px!important;margin-right:30px!important;margin-top:0!important;padding:8px!important}._searchNftAdvancedRow_1b6xo_1 ._searchSelect_1b6xo_105:focus{background-color:transparent!important}._searchNftAdvancedRow_1b6xo_1 ._searchSelect_1b6xo_105 input{padding-bottom:10px!important;padding-top:5px!important}._searchNftAdvancedRow_1b6xo_1 ._searchInput_1b6xo_125{padding:0}._searchNftAdvancedRow_1b6xo_1 ._searchBar_1b6xo_9{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;width:430px;max-width:100%}._searchNftAdvancedRow_1b6xo_1 ._searchBar_1b6xo_9 ._inputContainer_1b6xo_133{cursor:text;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-border-radius:12px;-moz-border-radius:12px;border-radius:12px;border:1px solid rgb(227,227,227);color:#04111d;width:100%;padding:12px;height:48px;font-size:16px}@media screen and (max-width: 767px){._searchNftAdvancedRow_1b6xo_1 ._searchBar_1b6xo_9 ._inputContainer_1b6xo_133{height:42px}}._searchNftAdvancedRow_1b6xo_1 ._searchBar_1b6xo_9 ._inputContainer_1b6xo_133:hover{-webkit-box-shadow:rgba(0,0,0,.05) 0px 2px 10px;-moz-box-shadow:rgba(0,0,0,.05) 0px 2px 10px;box-shadow:#0000000d 0 2px 10px;-webkit-transition:border-color .25s ease-in-out 0s,-webkit-box-shadow .25s ease-in-out 0s;transition:border-color .25s ease-in-out 0s,-webkit-box-shadow .25s ease-in-out 0s;-o-transition:box-shadow .25s ease-in-out 0s,border-color .25s ease-in-out 0s;-moz-transition:box-shadow .25s ease-in-out 0s,border-color .25s ease-in-out 0s,-moz-box-shadow .25s ease-in-out 0s;transition:box-shadow .25s ease-in-out 0s,border-color .25s ease-in-out 0s;transition:box-shadow .25s ease-in-out 0s,border-color .25s ease-in-out 0s,-webkit-box-shadow .25s ease-in-out 0s,-moz-box-shadow .25s ease-in-out 0s}._searchNftAdvancedRow_1b6xo_1 ._searchBar_1b6xo_9 ._inputContainer_1b6xo_133 ._searchIcon_1b6xo_155{cursor:pointer;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;color:#707a83;height:24px;width:24px}._searchNftAdvancedRow_1b6xo_1 ._searchBar_1b6xo_9 ._inputContainer_1b6xo_133 ._searchInput_1b6xo_125{background-color:transparent;border:none;outline:none;width:100%;font-size:16px;line-height:26px;min-height:26px;margin:0;padding:1px 2px}._searchNftAdvancedRow_1b6xo_1 ._searchBar_1b6xo_9 ._inputContainer_1b6xo_133 ._searchInput_1b6xo_125[placeholder]{-o-text-overflow:ellipsis;text-overflow:ellipsis}@media screen and (max-width: 767px){._searchNftAdvancedRow_1b6xo_1 ._searchBar_1b6xo_9{width:100%}}._searchNftAdvancedRow_1b6xo_1 ._emptyResult_1b6xo_184{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%}._searchNftAdvancedRow_1b6xo_1 ._emptyResult_1b6xo_184>span{margin-top:40px;display:inline-block;font-size:20px;text-transform:uppercase;font-weight:bolder}._searchNftAdvancedRow_1b6xo_1 ._badgeRow_1b6xo_197{margin-bottom:12px}@media screen and (max-width: 767px){._searchNftAdvancedRow_1b6xo_1 ._badgeRow_1b6xo_197{display:none}}._searchNftAdvancedRow_1b6xo_1 ._stickyFilter_1b6xo_205{position:-webkit-sticky;position:sticky;height:-webkit-calc(100vh - 67px);height:-moz-calc(100vh - 67px);height:calc(100vh - 67px);top:67px;z-index:1020;overflow-y:auto;overflow-x:hidden;max-height:-webkit-calc(100vh - 159px);max-height:-moz-calc(100vh - 159px);max-height:calc(100vh - 159px)}@media screen and (max-width: 767px){._searchNftAdvancedRow_1b6xo_1 ._stickyFilter_1b6xo_205{position:relative;height:auto;max-height:-webkit-fit-content;max-height:-moz-fit-content;max-height:fit-content;margin-bottom:30px;margin-top:-65px}}._table_cmcx7_1{margin-top:40px;border:0;width:100%}._table_cmcx7_1 th{font-size:18px;padding-bottom:20px;color:var(--secondary-color);white-space:nowrap}._table_cmcx7_1 td{font-size:16px}._table_cmcx7_1 th,._table_cmcx7_1 td{padding:0;text-align:center}._table_cmcx7_1 ._price_cmcx7_19 img{top:-3px}._table_cmcx7_1 ._price_cmcx7_19 span{margin-right:4px;display:inline-block}._noItems_cmcx7_27{padding:10px 16px;background-color:rgba(var(--primary-color-rgb),.05);border:solid 1px rgba(0,0,0,.15);-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px}._thumb_cmcx7_34{width:100px;white-space:nowrap}._thumb_cmcx7_34 img{width:50px;margin-right:10px}._right_cmcx7_43{text-align:right!important}._left_cmcx7_47{text-align:left!important}._center_cmcx7_51{text-align:center!important}._type_cmcx7_55{width:170px}._avatarCell_cmcx7_59 a{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center}._avatarCell_cmcx7_59 a img{width:22px;height:22px;margin-right:6px}._activityRows_cmcx7_69{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding-bottom:40px}._activityRows_cmcx7_69 ._activity_cmcx7_69{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;text-align:left;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}._activityRows_cmcx7_69 ._activity_cmcx7_69 ._activityRows_cmcx7_69{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column}._activityRows_cmcx7_69 ._activity_cmcx7_69 ._name_cmcx7_83{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-justify-content:space-around;-ms-flex-pack:distribute;justify-content:space-around;-webkit-align-self:flex-start;-ms-flex-item-align:start;align-self:flex-start;height:100%}._activityRows_cmcx7_69 ._activity_cmcx7_69 ._thumbCol_cmcx7_90{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}._activityRows_cmcx7_69 ._activity_cmcx7_69 ._thumbCol_cmcx7_90 h4{font-size:12px;margin-bottom:8px}._activityRows_cmcx7_69 ._activity_cmcx7_69 ._thumbCol_cmcx7_90 ._thumb_cmcx7_34{width:48px;height:48px;margin-right:4px}._activityRows_cmcx7_69 ._activity_cmcx7_69 ._thumbCol_cmcx7_90 span{font-size:12px}._activityRows_cmcx7_69 ._activity_cmcx7_69 ._priceCol_cmcx7_105{text-align:right}._activityRows_cmcx7_69 ._activity_cmcx7_69 ._priceCol_cmcx7_105 strong{display:block;font-size:11px;line-height:1;font-weight:400;margin-bottom:2px}._activityRows_cmcx7_69 ._activity_cmcx7_69 ._priceCol_cmcx7_105 ._price_cmcx7_19{font-size:12px;font-weight:700}._activityRows_cmcx7_69 ._activity_cmcx7_69 ._priceCol_cmcx7_105 ._price_cmcx7_19 img{width:12px;height:12px;top:-2px}._activityRows_cmcx7_69 ._activity_cmcx7_69 ._priceCol_cmcx7_105 ._time_cmcx7_124{font-size:11px}._activityRows_cmcx7_69 ._details_cmcx7_127{text-align:left;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}._activityRows_cmcx7_69 ._details_cmcx7_127 span{display:block;width:33%;text-align:center;font-size:12px}._activityRows_cmcx7_69 ._details_cmcx7_127 span em{font-style:normal;display:block;font-weight:700;margin-top:4px}._mobileRow_cmcx7_145{display:table-row}._filterCheckboxContainer_cmcx7_149 span{padding-right:2px}._filterCheckbox_cmcx7_149 span{color:rgba(var(--primary-color-rgb),1)}._desktopRow_cmcx7_157{display:none}@media screen and (min-width: 768px){._filters_cmcx7_162{position:relative;top:-32px;-webkit-box-pack:end;-webkit-justify-content:flex-end;-moz-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;z-index:1}._mobileRow_cmcx7_145{display:none}._desktopRow_cmcx7_157{display:table-row}._desktopRow_cmcx7_157:nth-child(even){background-color:#0831e31a}._table_cmcx7_1 th,._table_cmcx7_1 td{padding:10px;text-align:center}}._profile_banner_h0gke_1{margin:0;padding:0;min-height:230px}._profile_banner_h0gke_1 ._title_cnt_h0gke_6 h1{background-color:#ffffffb3;padding:10px 20px;-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;max-width:-webkit-calc(100% - 20px);max-width:-moz-calc(100% - 20px);max-width:calc(100% - 20px);border:rgba(255,255,255,.5) solid 3px;-webkit-box-shadow:rgba(0,0,0,.1) 0 0 20px;-moz-box-shadow:rgba(0,0,0,.1) 0 0 20px;box-shadow:#0000001a 0 0 20px;display:inline-block;color:#333;margin:0}._d_profile_h0gke_18{max-width:800px;margin:auto}._badge_h0gke_23{color:#fff;margin:10px 0 0 -40px;float:none;display:inline-block;color:var(--secondary-color);position:absolute;font-size:30px;background-color:#fff;-webkit-border-radius:100%;-moz-border-radius:100%;border-radius:100%;padding:2px}._collectionContainer_h0gke_36{padding:0 32px}@media screen and (max-width: 1439px){._collectionContainer_h0gke_36{padding:0 16px}}._centered_1n7jq_1{margin-top:50px;margin-bottom:50px}._centered_1n7jq_1 ._upImage_1n7jq_5{max-width:40%}._centered_1n7jq_1 img{margin-left:auto;margin-right:auto;display:block}._centered_1n7jq_1 ._text_1n7jq_13{text-align:center;margin-top:3vh;color:#00f}._centered_1n7jq_1 ._action_1n7jq_18{margin-top:1.5vh;margin-bottom:3.5vh;text-align:center}._card_s2fk2_1{width:150px;height:150px;-webkit-perspective:1000px;-moz-perspective:1000px;perspective:1000px;cursor:pointer;margin-right:16px;margin-bottom:16px}._card_s2fk2_1._wslCard_s2fk2_9{height:240px}._card_s2fk2_1:last-child{margin-right:0}._card_s2fk2_1 ._inner_s2fk2_15{position:relative;width:100%;height:100%;text-align:center;-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;transform-style:preserve-3d}._card_s2fk2_1 ._inner_s2fk2_15 ._front_s2fk2_22{-webkit-box-shadow:0px 10px 20px rgba(150,22,229,.2),0px 2px 6px rgba(150,22,229,.12),0px 0px 1px rgba(150,22,229,.12);-moz-box-shadow:0px 10px 20px rgba(150,22,229,.2),0px 2px 6px rgba(150,22,229,.12),0px 0px 1px rgba(150,22,229,.12);box-shadow:0 10px 20px #9616e533,0 2px 6px #9616e51f,0 0 1px #9616e51f}._card_s2fk2_1 ._inner_s2fk2_15 ._back_s2fk2_25{position:relative;-webkit-transform:rotateY(180deg);-moz-transform:rotateY(180deg);transform:rotateY(180deg)}._card_s2fk2_1 ._inner_s2fk2_15 ._back_s2fk2_25 ._cardImages_s2fk2_29{position:absolute;top:0;left:0;right:0;bottom:0}._card_s2fk2_1 ._inner_s2fk2_15 ._back_s2fk2_25 ._cardImages_s2fk2_29._realCard_s2fk2_36{opacity:0;z-index:2}._card_s2fk2_1 ._inner_s2fk2_15 ._back_s2fk2_25 ._cardImages_s2fk2_29._secretCard_s2fk2_40{opacity:1;z-index:1}._card_s2fk2_1 ._inner_s2fk2_15 ._front_s2fk2_22,._card_s2fk2_1 ._inner_s2fk2_15 ._back_s2fk2_25,._card_s2fk2_1 ._inner_s2fk2_15 ._back_s2fk2_25 ._cardImages_s2fk2_29{-webkit-border-radius:8px;-moz-border-radius:8px;border-radius:8px;background-repeat:no-repeat;background-position:center center;-webkit-background-size:cover;-moz-background-size:cover;background-size:cover;position:absolute;width:100%;height:100%;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden}._unpack_1w81p_1{max-width:600px}._unpack_1w81p_1 ._packetGroup_1w81p_4{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;padding-bottom:12px}._loaderWrapper_1w81p_12{text-align:center;width:100%;font-size:16px;line-height:25px}._loaderWrapper_1w81p_12 ._loader_1w81p_12{margin-top:24px}._loaderWrapper_1w81p_12 ._loader_1w81p_12 ._svg_1w81p_21 path,._loaderWrapper_1w81p_12 ._loader_1w81p_12 ._svg_1w81p_21 line{stroke:#4446ed}._modal_11x72_1 ._title_11x72_1{color:#4446ed;font-size:20px;font-weight:700;line-height:24px;margin:0}._modal_11x72_1 ._closeIconButton_11x72_8{top:20px}._modal_11x72_1 ._body_11x72_11{min-width:550px;min-height:344px}@media screen and (max-width: 1023px){._modal_11x72_1 ._body_11x72_11{min-width:auto}}._modal_11x72_1 ._actions_11x72_20{background-color:#4446ed;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:10px}._buyPack_11x72_26 ._packImagesWrapper_11x72_26{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;width:100%;margin-bottom:24px}._buyPack_11x72_26 ._packImagesWrapper_11x72_26 ._packImages_11x72_26{position:relative;max-width:210px}._buyPack_11x72_26 ._packImagesWrapper_11x72_26 ._packImages_11x72_26 img{width:100%;height:auto}._buyPack_11x72_26 ._packImagesWrapper_11x72_26 ._packImages_11x72_26 ._packImage_11x72_26{position:relative;z-index:3;width:124px}._buyPack_11x72_26 ._packImagesWrapper_11x72_26 ._packImages_11x72_26 ._secretCard1_11x72_46,._buyPack_11x72_26 ._packImagesWrapper_11x72_26 ._packImages_11x72_26 ._secretCard2_11x72_47{position:absolute}._buyPack_11x72_26 ._packImagesWrapper_11x72_26 ._packImages_11x72_26 ._secretCard1_11x72_46{bottom:-5px;left:64px;-webkit-transform:rotateZ(15deg);-moz-transform:rotateZ(15deg);-ms-transform:rotate(15deg);-o-transform:rotateZ(15deg);transform:rotate(15deg);z-index:2}._buyPack_11x72_26 ._packImagesWrapper_11x72_26 ._packImages_11x72_26 ._secretCard1_11x72_46._wslSecretCard_11x72_56{left:74px}._buyPack_11x72_26 ._packImagesWrapper_11x72_26 ._packImages_11x72_26 ._secretCard2_11x72_47{bottom:-16px;left:92px;-webkit-transform:rotateZ(30deg) scale(.8);-moz-transform:rotateZ(30deg) scale(.8);-ms-transform:rotate(30deg) scale(.8);-o-transform:rotateZ(30deg) scale(.8);transform:rotate(30deg) scale(.8);z-index:1}._buyPack_11x72_26 ._packImagesWrapper_11x72_26 ._packImages_11x72_26 ._secretCard2_11x72_47._wslSecretCard_11x72_56{left:99px}._buyPack_11x72_26 ._packImagesWrapper_11x72_26 ._packImages_11x72_26 ._wslSecretCard_11x72_56{width:100px}._buyPack_11x72_26 ._packInfo_11x72_71 ._title_11x72_1{color:#4a4a4a;font-size:17px;font-weight:700;line-height:20px;margin-bottom:8px}._buyPack_11x72_26 ._packInfo_11x72_71 ._description_11x72_78{font-size:15px;font-weight:300;line-height:18px;margin-bottom:16px}._buyPack_11x72_26 ._row_11x72_84{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}._buyPack_11x72_26 ._row_11x72_84 ._quantity_11x72_89{width:50%;display:block;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}@media screen and (max-width: 1023px){._buyPack_11x72_26 ._row_11x72_84 ._quantity_11x72_89{padding-right:5px}}@media screen and (max-width: 639px){._buyPack_11x72_26 ._row_11x72_84 ._quantity_11x72_89{width:100%;padding:0}}._buyPack_11x72_26 ._row_11x72_84 ._quantity_11x72_89 ._inputGroup_11x72_105{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;border:1px solid #c6c6c6;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;max-width:236px;width:100%;height:40px}@media screen and (max-width: 639px){._buyPack_11x72_26 ._row_11x72_84 ._quantity_11x72_89 ._inputGroup_11x72_105{max-width:100%}}._buyPack_11x72_26 ._row_11x72_84 ._quantity_11x72_89 ._inputGroup_11x72_105 ._button_11x72_119{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-flex:0;-webkit-flex:0 auto;-moz-box-flex:0;-ms-flex:0 auto;flex:0 auto;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:8px;font-size:16px;height:100%;width:40px;cursor:pointer}._buyPack_11x72_26 ._row_11x72_84 ._quantity_11x72_89 ._inputGroup_11x72_105 ._button_11x72_119._disabled_11x72_131{pointer-events:none;opacity:.3}._buyPack_11x72_26 ._row_11x72_84 ._quantity_11x72_89 ._inputGroup_11x72_105 ._input_11x72_105{-webkit-box-flex:1;-webkit-flex:1 auto;-moz-box-flex:1;-ms-flex:1 auto;flex:1 auto;text-align:center;border:0;padding:0;outline:none;height:100%}._buyPack_11x72_26 ._row_11x72_84 ._quantity_11x72_89 ._inputGroup_11x72_105>*:not(:last-child){border-right:1px solid #c6c6c6}._buyPack_11x72_26 ._row_11x72_84 ._total_11x72_146{width:50%;display:block;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}@media screen and (max-width: 1023px){._buyPack_11x72_26 ._row_11x72_84 ._total_11x72_146{padding-left:5px}}@media screen and (max-width: 639px){._buyPack_11x72_26 ._row_11x72_84 ._total_11x72_146{width:100%;margin-top:15px;padding:0}}._buyPack_11x72_26 ._row_11x72_84 ._total_11x72_146 ._label_11x72_163{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}._buyPack_11x72_26 ._row_11x72_84 ._total_11x72_146 ._label_11x72_163 ._buyNoku_11x72_167{cursor:pointer;position:relative;color:#4446ed;text-transform:uppercase}._buyPack_11x72_26 ._row_11x72_84 ._total_11x72_146 ._label_11x72_163 ._buyNoku_11x72_167 ._underline_11x72_173{position:absolute;width:100%;border-bottom:1px solid #4446ed}._buyPack_11x72_26 ._row_11x72_84 ._total_11x72_146 ._price_11x72_178{background:#fafafa;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;width:100%;padding:12px 8px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;font-size:15px;font-weight:300;line-height:16px;margin-bottom:4px}._buyPack_11x72_26 ._row_11x72_84 ._total_11x72_146 ._price_11x72_178._error_11x72_189{background-color:#ffccd1}._buyPack_11x72_26 ._row_11x72_84 ._total_11x72_146 ._currentBalance_11x72_192{color:#000;text-align:center;font-weight:300;font-size:13px;line-height:16px}._buyPack_11x72_26 ._row_11x72_84 ._quantity_11x72_89 ._label_11x72_163,._buyPack_11x72_26 ._row_11x72_84 ._total_11x72_146 ._label_11x72_163{text-align:left;margin-bottom:8px}._svg_1hnd4_1 text{font-family:Lato,sans-serif}._maskImageContainer_s9cvo_1{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;position:relative;width:250px;height:250px}._maskImageContainer_s9cvo_1>._cardMask_s9cvo_7{position:absolute;top:0;left:0}._tokenImageContainer_3drc2_1{-webkit-animation:_shake_3drc2_1 .5s;-moz-animation:_shake_3drc2_1 .5s;-o-animation:_shake_3drc2_1 .5s;animation:_shake_3drc2_1 .5s;-webkit-animation-iteration-count:4;-moz-animation-iteration-count:4;-o-animation-iteration-count:4;animation-iteration-count:4}._tokenImageContainer_3drc2_1 ._tokenImage_3drc2_1{-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px}._tokenImageContainer_3drc2_1 ._mask_3drc2_8{-webkit-animation:_appearAnimation_3drc2_1 0s 2s forwards;-moz-animation:_appearAnimation_3drc2_1 0s 2s forwards;-o-animation:_appearAnimation_3drc2_1 0s 2s forwards;animation:_appearAnimation_3drc2_1 0s 2s forwards;opacity:0}._unpack_3drc2_13{max-width:600px}._unpack_3drc2_13 ._packetGroup_3drc2_16{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-flow:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-flow:column;flex-flow:column;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;padding-bottom:12px}._loaderWrapper_3drc2_25{text-align:center;width:100%;font-size:16px;line-height:25px}._loaderWrapper_3drc2_25 ._loader_3drc2_25{margin-top:24px}._loaderWrapper_3drc2_25 ._loader_3drc2_25 ._svg_3drc2_34 path,._loaderWrapper_3drc2_25 ._loader_3drc2_25 ._svg_3drc2_34 line{stroke:#4446ed}._card_3drc2_39{width:250px;height:250px;-webkit-perspective:1000px;-moz-perspective:1000px;perspective:1000px;cursor:pointer;margin-bottom:20px}._card_3drc2_39:last-child{margin-right:0}._card_3drc2_39 ._inner_3drc2_49{position:relative;width:100%;height:100%;text-align:center;-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;transform-style:preserve-3d}._card_3drc2_39 ._inner_3drc2_49 ._front_3drc2_56{-webkit-box-shadow:0px 10px 20px rgba(150,22,229,.2),0px 2px 6px rgba(150,22,229,.12),0px 0px 1px rgba(150,22,229,.12);-moz-box-shadow:0px 10px 20px rgba(150,22,229,.2),0px 2px 6px rgba(150,22,229,.12),0px 0px 1px rgba(150,22,229,.12);box-shadow:0 10px 20px #9616e533,0 2px 6px #9616e51f,0 0 1px #9616e51f}._card_3drc2_39 ._inner_3drc2_49 ._back_3drc2_59{position:relative;-webkit-transform:rotateY(180deg);-moz-transform:rotateY(180deg);transform:rotateY(180deg)}._card_3drc2_39 ._inner_3drc2_49 ._back_3drc2_59 ._cardImages_3drc2_63{position:absolute;top:0;left:0;right:0;bottom:0}._card_3drc2_39 ._inner_3drc2_49 ._back_3drc2_59 ._cardImages_3drc2_63._realCard_3drc2_70{opacity:0;z-index:2}._card_3drc2_39 ._inner_3drc2_49 ._back_3drc2_59 ._cardImages_3drc2_63._secretCard_3drc2_74{opacity:1;z-index:1}._card_3drc2_39 ._inner_3drc2_49 ._front_3drc2_56,._card_3drc2_39 ._inner_3drc2_49 ._back_3drc2_59,._card_3drc2_39 ._inner_3drc2_49 ._back_3drc2_59 ._cardImages_3drc2_63{-webkit-border-radius:8px;-moz-border-radius:8px;border-radius:8px;background-repeat:no-repeat;background-position:center center;-webkit-background-size:cover;-moz-background-size:cover;background-size:cover;position:absolute;width:100%;height:100%;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden}._showMetadata_3drc2_91{width:250px!important}._attributesHolder_3drc2_95{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;opacity:0;max-height:0;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:0 -15px;-webkit-transition:opacity 1.5s ease;-webkit-transition:all 1.5s ease;-o-transition:all 1.5s ease;-moz-transition:all 1.5s ease;transition:all 1.5s ease}._attributesHolder_3drc2_95._showAttributes_3drc2_105{opacity:1;max-height:800px}._attributesHolder_3drc2_95 ._attributeHolder_3drc2_109{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:33%;min-width:150px}._attributesHolder_3drc2_95 ._attributeHolder_3drc2_109._behavior_3drc2_114{-webkit-animation:_appearAnimation_3drc2_1 0s 2s forwards;-moz-animation:_appearAnimation_3drc2_1 0s 2s forwards;-o-animation:_appearAnimation_3drc2_1 0s 2s forwards;animation:_appearAnimation_3drc2_1 0s 2s forwards;opacity:0}._attributesHolder_3drc2_95 ._attributeHolder_3drc2_109 ._attribute_3drc2_95{margin:15px 15px 8px;padding:10px;text-align:center;border:1px solid rgba(0,0,0,.15);-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;background:rgba(68,70,237,.05)}._attributesHolder_3drc2_95 ._attributeHolder_3drc2_109 ._attribute_3drc2_95._secondary_3drc2_127{border:1px solid rgba(0,0,0,.5)}._attributesHolder_3drc2_95 ._attributeHolder_3drc2_109 ._attribute_3drc2_95 ._attributeTitle_3drc2_130{display:block;font-size:14px;font-weight:500;margin-bottom:5px;color:#00f}._attributesHolder_3drc2_95 ._attributeHolder_3drc2_109 ._attribute_3drc2_95 ._attributeValue_3drc2_137{margin-bottom:0;font-size:16px}@-webkit-keyframes _shake_3drc2_1{0%{-webkit-transform:translate(1px,1px) rotate(0deg);transform:translate(1px,1px) rotate(0)}10%{-webkit-transform:translate(-1px,-2px) rotate(-1deg);transform:translate(-1px,-2px) rotate(-1deg)}20%{-webkit-transform:translate(-3px,0px) rotate(1deg);transform:translate(-3px) rotate(1deg)}30%{-webkit-transform:translate(3px,2px) rotate(0deg);transform:translate(3px,2px) rotate(0)}40%{-webkit-transform:translate(1px,-1px) rotate(1deg);transform:translate(1px,-1px) rotate(1deg)}50%{-webkit-transform:translate(-1px,2px) rotate(-1deg);transform:translate(-1px,2px) rotate(-1deg)}60%{-webkit-transform:translate(-3px,1px) rotate(0deg);transform:translate(-3px,1px) rotate(0)}70%{-webkit-transform:translate(3px,1px) rotate(-1deg);transform:translate(3px,1px) rotate(-1deg)}80%{-webkit-transform:translate(-1px,-1px) rotate(1deg);transform:translate(-1px,-1px) rotate(1deg)}90%{-webkit-transform:translate(1px,2px) rotate(0deg);transform:translate(1px,2px) rotate(0)}to{-webkit-transform:translate(1px,-2px) rotate(-1deg);transform:translate(1px,-2px) rotate(-1deg)}}@-moz-keyframes _shake_3drc2_1{0%{-moz-transform:translate(1px,1px) rotate(0deg);transform:translate(1px,1px) rotate(0)}10%{-moz-transform:translate(-1px,-2px) rotate(-1deg);transform:translate(-1px,-2px) rotate(-1deg)}20%{-moz-transform:translate(-3px,0px) rotate(1deg);transform:translate(-3px) rotate(1deg)}30%{-moz-transform:translate(3px,2px) rotate(0deg);transform:translate(3px,2px) rotate(0)}40%{-moz-transform:translate(1px,-1px) rotate(1deg);transform:translate(1px,-1px) rotate(1deg)}50%{-moz-transform:translate(-1px,2px) rotate(-1deg);transform:translate(-1px,2px) rotate(-1deg)}60%{-moz-transform:translate(-3px,1px) rotate(0deg);transform:translate(-3px,1px) rotate(0)}70%{-moz-transform:translate(3px,1px) rotate(-1deg);transform:translate(3px,1px) rotate(-1deg)}80%{-moz-transform:translate(-1px,-1px) rotate(1deg);transform:translate(-1px,-1px) rotate(1deg)}90%{-moz-transform:translate(1px,2px) rotate(0deg);transform:translate(1px,2px) rotate(0)}to{-moz-transform:translate(1px,-2px) rotate(-1deg);transform:translate(1px,-2px) rotate(-1deg)}}@-o-keyframes _shake_3drc2_1{0%{-o-transform:translate(1px,1px) rotate(0deg);transform:translate(1px,1px) rotate(0)}10%{-o-transform:translate(-1px,-2px) rotate(-1deg);transform:translate(-1px,-2px) rotate(-1deg)}20%{-o-transform:translate(-3px,0px) rotate(1deg);transform:translate(-3px) rotate(1deg)}30%{-o-transform:translate(3px,2px) rotate(0deg);transform:translate(3px,2px) rotate(0)}40%{-o-transform:translate(1px,-1px) rotate(1deg);transform:translate(1px,-1px) rotate(1deg)}50%{-o-transform:translate(-1px,2px) rotate(-1deg);transform:translate(-1px,2px) rotate(-1deg)}60%{-o-transform:translate(-3px,1px) rotate(0deg);transform:translate(-3px,1px) rotate(0)}70%{-o-transform:translate(3px,1px) rotate(-1deg);transform:translate(3px,1px) rotate(-1deg)}80%{-o-transform:translate(-1px,-1px) rotate(1deg);transform:translate(-1px,-1px) rotate(1deg)}90%{-o-transform:translate(1px,2px) rotate(0deg);transform:translate(1px,2px) rotate(0)}to{-o-transform:translate(1px,-2px) rotate(-1deg);transform:translate(1px,-2px) rotate(-1deg)}}@keyframes _shake_3drc2_1{0%{-webkit-transform:translate(1px,1px) rotate(0deg);-moz-transform:translate(1px,1px) rotate(0deg);-o-transform:translate(1px,1px) rotate(0deg);transform:translate(1px,1px) rotate(0)}10%{-webkit-transform:translate(-1px,-2px) rotate(-1deg);-moz-transform:translate(-1px,-2px) rotate(-1deg);-o-transform:translate(-1px,-2px) rotate(-1deg);transform:translate(-1px,-2px) rotate(-1deg)}20%{-webkit-transform:translate(-3px,0px) rotate(1deg);-moz-transform:translate(-3px,0px) rotate(1deg);-o-transform:translate(-3px,0px) rotate(1deg);transform:translate(-3px) rotate(1deg)}30%{-webkit-transform:translate(3px,2px) rotate(0deg);-moz-transform:translate(3px,2px) rotate(0deg);-o-transform:translate(3px,2px) rotate(0deg);transform:translate(3px,2px) rotate(0)}40%{-webkit-transform:translate(1px,-1px) rotate(1deg);-moz-transform:translate(1px,-1px) rotate(1deg);-o-transform:translate(1px,-1px) rotate(1deg);transform:translate(1px,-1px) rotate(1deg)}50%{-webkit-transform:translate(-1px,2px) rotate(-1deg);-moz-transform:translate(-1px,2px) rotate(-1deg);-o-transform:translate(-1px,2px) rotate(-1deg);transform:translate(-1px,2px) rotate(-1deg)}60%{-webkit-transform:translate(-3px,1px) rotate(0deg);-moz-transform:translate(-3px,1px) rotate(0deg);-o-transform:translate(-3px,1px) rotate(0deg);transform:translate(-3px,1px) rotate(0)}70%{-webkit-transform:translate(3px,1px) rotate(-1deg);-moz-transform:translate(3px,1px) rotate(-1deg);-o-transform:translate(3px,1px) rotate(-1deg);transform:translate(3px,1px) rotate(-1deg)}80%{-webkit-transform:translate(-1px,-1px) rotate(1deg);-moz-transform:translate(-1px,-1px) rotate(1deg);-o-transform:translate(-1px,-1px) rotate(1deg);transform:translate(-1px,-1px) rotate(1deg)}90%{-webkit-transform:translate(1px,2px) rotate(0deg);-moz-transform:translate(1px,2px) rotate(0deg);-o-transform:translate(1px,2px) rotate(0deg);transform:translate(1px,2px) rotate(0)}to{-webkit-transform:translate(1px,-2px) rotate(-1deg);-moz-transform:translate(1px,-2px) rotate(-1deg);-o-transform:translate(1px,-2px) rotate(-1deg);transform:translate(1px,-2px) rotate(-1deg)}}@-webkit-keyframes _appearAnimation_3drc2_1{to{opacity:1}}@-moz-keyframes _appearAnimation_3drc2_1{to{opacity:1}}@-o-keyframes _appearAnimation_3drc2_1{to{opacity:1}}@keyframes _appearAnimation_3drc2_1{to{opacity:1}}._description_1asto_1{margin-bottom:60px;line-height:1.8}._buy_or_bid_1asto_6{margin-top:-4px}._productImg_1asto_10{max-height:500px}._products_weras_1 p{color:#666}._wrapper_1v36t_1{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}._wrapper_1v36t_1 ._img_1v36t_6{height:-webkit-calc(100vh - 200px);height:-moz-calc(100vh - 200px);height:calc(100vh - 200px);margin-top:60px;width:auto}._table_13y1d_1{margin-top:40px;border:0;width:100%}._table_13y1d_1 th{font-size:18px;padding-bottom:20px;color:var(--secondary-color);white-space:nowrap}._table_13y1d_1 td{font-size:16px}._table_13y1d_1 th,._table_13y1d_1 td{padding:0;text-align:center}._table_13y1d_1 ._price_13y1d_19 img{top:-3px}._table_13y1d_1 ._price_13y1d_19 span{margin-right:4px;display:inline-block}._thumb_13y1d_27{width:100px;white-space:nowrap}._thumb_13y1d_27 img{width:50px;margin-right:10px}._right_13y1d_36{text-align:right!important}._left_13y1d_40{text-align:left!important}._center_13y1d_44{text-align:center!important}._type_13y1d_48{width:170px}._avatarCell_13y1d_52 a{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center}._avatarCell_13y1d_52 a img{width:22px;height:22px;margin-right:6px}._dflex_13y1d_62{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}._activityRows_13y1d_66{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding-bottom:40px}._activityRows_13y1d_66 ._activity_13y1d_66{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;text-align:left;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}._activityRows_13y1d_66 ._activity_13y1d_66 ._activityRows_13y1d_66{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column}._activityRows_13y1d_66 ._activity_13y1d_66 ._name_13y1d_80{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-justify-content:space-around;-ms-flex-pack:distribute;justify-content:space-around;-webkit-align-self:flex-start;-ms-flex-item-align:start;align-self:flex-start;height:100%}._activityRows_13y1d_66 ._activity_13y1d_66 ._thumbCol_13y1d_87{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}._activityRows_13y1d_66 ._activity_13y1d_66 ._thumbCol_13y1d_87 h4{font-size:12px;margin-bottom:8px}._activityRows_13y1d_66 ._activity_13y1d_66 ._thumbCol_13y1d_87 ._thumb_13y1d_27{width:48px;height:48px;margin-right:4px}._activityRows_13y1d_66 ._activity_13y1d_66 ._thumbCol_13y1d_87 span{font-size:12px}._activityRows_13y1d_66 ._activity_13y1d_66 ._priceCol_13y1d_102{text-align:right}._activityRows_13y1d_66 ._activity_13y1d_66 ._priceCol_13y1d_102 strong{display:block;font-size:11px;line-height:1;font-weight:400;margin-bottom:2px}._activityRows_13y1d_66 ._activity_13y1d_66 ._priceCol_13y1d_102 ._price_13y1d_19{font-size:12px;font-weight:700}._activityRows_13y1d_66 ._activity_13y1d_66 ._priceCol_13y1d_102 ._price_13y1d_19 img{width:12px;height:12px;top:-2px}._activityRows_13y1d_66 ._activity_13y1d_66 ._priceCol_13y1d_102 ._time_13y1d_121{font-size:11px}._activityRows_13y1d_66 ._details_13y1d_124{text-align:left;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}._activityRows_13y1d_66 ._details_13y1d_124 span{display:block;width:33%;text-align:center;font-size:12px}._activityRows_13y1d_66 ._details_13y1d_124 span em{font-style:normal;display:block;font-weight:700;margin-top:4px}._mobileRow_13y1d_142{display:table-row}._desktopRow_13y1d_146{display:none}@media screen and (min-width: 768px){._mobileRow_13y1d_142{display:none}._desktopRow_13y1d_146{display:table-row;height:70px}._desktopRow_13y1d_146:nth-child(even){background-color:#0831e31a}._table_13y1d_1 th,._table_13y1d_1 td{padding:10px;text-align:center}}._mainError_1cv34_1{height:100vh;width:100vw;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-flow:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-flow:column;flex-flow:column}._mainError_1cv34_1 h1{margin:0 0 16px}
