@charset "UTF-8";:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: #e74c3c;--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-toast-width: 320px;--toastify-toast-background: #fff;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient( to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55 );--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error)}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index) px);position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:1em;left:1em}.Toastify__toast-container--top-center{top:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:1em;right:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width : 480px){.Toastify__toast-container{width:100vw;padding:0;left:0;margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:0;transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:0;transform:translate(0)}.Toastify__toast-container--rtl{right:0;left:initial}}.Toastify__toast{position:relative;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:4px;box-shadow:0 1px 10px #0000001a,0 2px 15px #0000000d;display:flex;justify-content:space-between;max-height:var(--toastify-toast-max-height);overflow:hidden;font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;flex:1 1 auto;padding:6px;display:flex;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;flex:1}.Toastify__toast-icon{margin-inline-end:10px;width:20px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.7s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width : 480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;align-self:flex-start}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:5px;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(110%,0,0)}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-110%,0,0)}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.action-notifier{margin-top:5px;background-color:#e01507;animation:pulse 1.5s infinite}@keyframes pulse{0%{box-shadow:0 0 #e0150766}70%{box-shadow:0 0 0 5px #e0150700}to{box-shadow:0 0 #e0150700}}.action-notifier-2{position:relative;width:15px;height:15px;border-radius:50%;background-color:#e01507}.action-notifier-2 span{position:absolute;width:100%;height:100%;background-color:inherit;border-radius:inherit;opacity:.4;animation:pulseAnimate 1s ease-out infinite;animation-delay:calc(.4s * var(--i))}@keyframes pulseAnimate{to{opacity:0;transform:scale(2)}}.d-flex{display:flex}.d-flex.flex-column{flex-direction:column}.d-flex.flex-row{flex-direction:row}.d-flex.justify-content-center{justify-content:center}.d-flex.justify-content-between{justify-content:space-between}.d-flex.justify-content-around{justify-content:space-around}.d-flex.justify-content-evenly{justify-content:space-evenly}.d-flex.justify-content-end{justify-content:flex-end}.d-flex.justify-content-start{justify-content:flex-start}.d-flex.align-items-center{align-items:center}.d-flex.align-items-start{align-items:flex-start}.d-flex.align-items-end{align-items:flex-end}.d-flex.flex-wrap{flex-wrap:wrap}.d-flex .flex-grow-1{flex-grow:1}.d-flex .align-self-end{align-self:flex-end}.input-container{width:100%;background-color:#f7f7f7;display:flex;box-sizing:border-box;align-items:center;padding-top:15px;border-radius:8px;margin-bottom:0;padding-left:10px;padding-right:10px;height:55px}.input-container input[type=date]::-webkit-inner-spin-button,.input-container input[type=date]::-webkit-calendar-picker-indicator{transform:scale(1.3);filter:invert(.7)}.input-container input[type=date]::-webkit-datetime-edit-text,.input-container input[type=date]::-webkit-datetime-edit-month-field,.input-container input[type=date]::-webkit-datetime-edit-day-field,.input-container input[type=date]::-webkit-datetime-edit-year-field{color:#888}.input-container:focus-within{outline:1px solid rgb(89,101,229)!important}.input-container:focus-within svg{fill:#5965e5}.input-container.is-error{outline:1px solid #cb4335!important}.input-container.is-error svg{fill:#cb4335}.input-container.is-error label{color:#cb4335}.input-container.is-success{outline:1px solid #009262!important}.input-container.is-success svg{fill:#009262}.input-container.is-success label{color:#009262}.input-container .floating-label{flex-grow:1;position:relative;margin-bottom:15px}.input-container .input-icon{height:25px;display:flex;justify-content:center;align-items:center;margin-top:-18px;margin-right:5px}.input-container .floating-input{font-size:14px;padding:4px;display:block;width:100%;height:30px;background-color:transparent;border:none}.input-container .floating-input::-moz-placeholder{visibility:hidden}.input-container .floating-input::placeholder{visibility:hidden}.input-container .floating-input:focus{outline:none}.input-container .floating-input:-webkit-autofill,.input-container .floating-input:-webkit-autofill:hover,.input-container .floating-input:-webkit-autofill:focus,.input-container .floating-input:-webkit-autofill:active{-webkit-box-shadow:0 0 0 30px #f7f7f7 inset!important}.input-container label{top:8px;left:5px;font-size:12px;color:#8c8c8c;position:absolute;font-weight:400;pointer-events:none;transition:.2s ease all;-moz-transition:.2s ease all;-webkit-transition:.2s ease all}.input-container .floating-input:not(:-moz-placeholder-shown)~label{top:-5px;font-size:11px;color:#5965e5}.input-container .floating-input:focus~label,.input-container .floating-input:not(:placeholder-shown)~label{top:-5px;font-size:11px;color:#5965e5}.input-toggle{display:flex;justify-content:center}.input-toggle *,.input-toggle *:after,.input-toggle *:before{box-sizing:border-box}.input-toggle input[type=checkbox]{visibility:hidden;height:0px;width:0px}.input-toggle input[type=checkbox]:checked+label{background-color:#19181a}.input-toggle input[type=checkbox]:checked+label:before{border:2px solid #fff;transform:translate(15px)}.input-toggle label{width:35px;height:20px;display:flex;border:2px solid;border-radius:99em;position:relative;transform-origin:50% 50%;cursor:pointer}.input-toggle label:before{transition-delay:.25s;transition:transform .25s ease;content:"";display:block;position:absolute;width:12px;height:12px;border-radius:50%;background-color:#fff;border:2px solid #19181a;top:2px;left:2px}.input-checkbox .checkbox-wrapper label{display:flex;align-items:center}.input-checkbox input[type=checkbox]{width:22px;height:22px;outline:none;cursor:pointer;-moz-appearance:none;appearance:none;border-radius:3px;margin-right:.5em;-webkit-appearance:none;border:.15em solid #19181a}.input-checkbox input[type=checkbox]:before{transition:.25s ease-in all}.input-checkbox input.checked{position:relative;background-color:#19181a}.input-checkbox input.checked:before{top:-12px;right:-1px;color:#fff;content:"✓";font-size:27px;font-weight:700;position:absolute}.input-checkbox input[type=checkbox]:disabled{border-color:#bdbdbd}.input-checkbox label.disabled{color:#bdbdbd}.otp-input::-webkit-inner-spin-button,.otp-input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.mk-search-input{font-size:16px;font-weight:500;caret-color:#712eff;font-family:GT-America-Extended;height:45px}.mk-search-input::-moz-placeholder{opacity:1;font-size:16px;font-weight:500;color:#8c8c8c;padding-bottom:50px;font-family:GT-America-Extended}.mk-search-input::placeholder{opacity:1;font-size:16px;font-weight:500;color:#8c8c8c;padding-bottom:50px;font-family:GT-America-Extended}.md-content-containter{font-family:Satoshi;font-size:18px;line-height:28px;font-weight:400;font-style:normal}.md-content-containter table{margin-top:50px;font-family:arial,sans-serif;border-collapse:collapse;width:100%}.md-content-containter td,.md-content-containter th{padding:8px;text-align:left;word-break:break-word;border:1px solid rgba(221,221,221,.7)}.md-content-containter tr:first-child{color:#fff;background-color:#2e4053b3}.md-content-containter tr:not(:first-child):hover{background-color:#ddd6;word-wrap:break-word;font-size:12px}.md-content-containter .md-input-container{display:inline}.md-content-containter .md-input-container span.keyword-container{display:none}.md-content-containter .md-input-container span.value-container{color:#737373}.md-content-containter .md-input-container .markdown-keyword-input{border:none;background-color:transparent}.md-content-containter .md-input-container-active{padding:0;border-radius:8px;display:inline-flex;background-color:#e2e5ff;outline:1px solid #5965e5}.md-content-containter .md-input-container-active span.keyword-container{color:#5965e5;font-size:14px;font-weight:500;padding:5px 5px 5px 10px}.md-content-containter .md-input-container-active span.value-container{padding:5px 10px 5px 5px;color:#5965e5;font-size:14px;font-weight:500}.md-content-containter .md-input-container-active .markdown-keyword-input{flex-grow:1;border:none;display:block;border-radius:5px;background-color:#e2e5ff}.md-content-containter .keyword-highlighted{padding:5px;color:#5965e5;border-radius:8px;background-color:#e2e5ff;outline:1px solid #5965e5}.rendered-md-r1 span.keyword{height:50px;border-radius:20px;padding-right:10px;background-color:#5965e580}.rendered-md-r1 span.keyword span.keyword-name{color:#fff;background-color:#5965e5;padding-left:10px;padding-right:10px;margin:0;border-top-left-radius:20px;border-bottom-left-radius:20px}.rendered-md-r1 span.keyword span.keyword-value{margin:0;color:#000;padding-left:10px;padding-right:10px}.rendered-md-r2 span.keyword{height:50px;border-radius:20px;padding-right:10px;background-color:#f05d4980}.rendered-md-r2 span.keyword span.keyword-name{color:#fff;background-color:#f05d49;padding-left:10px;padding-right:10px;margin:0;border-top-left-radius:20px;border-bottom-left-radius:20px}.rendered-md-r2 span.keyword span.keyword-value{margin:0;color:#000;padding-left:10px;padding-right:10px}.mk-fonts{font-family:Satoshi}.mk-fonts.heading-title-1{font-size:44px;line-height:48px;font-weight:500;font-style:normal}.mk-fonts.heading-title{font-size:36px;line-height:48px;font-weight:500;font-style:normal}.mk-fonts.heading-title-light{font-size:36px;line-height:76px;font-weight:400;font-style:normal}.mk-fonts.heading-sub-title,.mk-fonts.heading-title-2{font-size:32px;line-height:40px;font-weight:500;font-style:normal}.mk-fonts.search-text-bolder{font-size:20px;line-height:30px;font-weight:700;font-style:normal}.mk-fonts.search-text-bold{line-height:30px;font-style:normal;font-size:20px!important;font-weight:500!important}.mk-fonts.search-text{font-size:24px;line-height:36px;font-weight:500;font-style:normal}.mk-fonts.search-text-lg-bold{font-size:24px;line-height:36px;font-weight:700;font-style:normal}.mk-fonts.search-text-bold{font-size:18px;line-height:28px;font-weight:700;font-style:normal}.mk-fonts.search-text-light{line-height:28px;font-style:normal;font-size:18px!important;font-weight:400!important}.mk-fonts.text-description{font-size:24px!important;font-weight:500!important;line-height:36px!important;font-style:normal!important}.mk-fonts.text-small{font-size:24px;font-weight:700;line-height:28px}.mk-fonts.text-small-1{font-size:20px;font-weight:500;line-height:28px}.mk-fonts.text-small-2{line-height:30px;font-size:20px!important;font-weight:500!important}.mk-fonts.text-small-sm{font-size:20px;font-weight:400;line-height:28px}.mk-fonts.text-reg-bold{font-size:16px!important;font-weight:700!important;line-height:24px!important}.mk-fonts.text-reg-bold-1{font-size:16px!important;font-weight:700!important;line-height:28px!important}.mk-fonts.text-reg{font-size:16px!important;font-weight:500!important;line-height:24px!important}.mk-fonts.text-reg-sm-line{font-size:16px!important;font-weight:500!important;line-height:20px!important}.mk-fonts.text-reg-light{font-size:16px;font-weight:400;line-height:24px}.mk-fonts.text-reg-1{font-size:15px;font-weight:500;line-height:24px}.mk-fonts.input-label-light{font-size:14px;font-weight:700;line-height:20px;color:#fff}.mk-fonts.input-label-dark{font-size:14px;font-weight:500;line-height:20px;color:#19181a}.mk-fonts.input-label{font-size:14px;font-weight:700;line-height:20px;color:#19181a}.mk-fonts.input-label-n{font-size:14px;font-weight:700;line-height:20px}.mk-fonts.input-label-sm{font-size:14px;font-weight:400;line-height:20px}.mk-fonts.input-label-sm-1{font-size:14px;font-weight:500;line-height:20px}.mk-fonts.input-label-sm-2{font-size:14px;font-weight:500;line-height:18px}.mk-fonts.input-label-md{font-size:16px;font-weight:400;line-height:20px;color:#19181a}.mk-fonts.input-label-lg{font-size:16px;font-weight:700;line-height:20px;color:#19181a}.mk-fonts.input-label-lg-light{font-size:16px;font-weight:700;line-height:20px;color:#fff}.mk-fonts.text-hint{font-size:16px;font-weight:400;line-height:24px;color:#5b5b5b;font-family:Satoshi}.mk-fonts.text-hint-1{font-size:16px;font-weight:500;line-height:24px;color:#5b5b5b;font-family:Satoshi}.mk-fonts.text-hint-sm{font-size:14px;font-weight:500;line-height:18px;color:#5b5b5b;font-family:Satoshi}.mk-fonts.text-hint-sm-1{font-size:14px;font-weight:400;line-height:18px;color:#5b5b5b;font-family:Satoshi}.mk-fonts.text-hint-xs{font-size:12px;font-weight:500;line-height:20px;font-family:Satoshi}.mk-fonts.link-text{color:#19181a;text-decoration:underline}.mk-fonts.link-text:hover{text-decoration:none}.mk-fonts.text-neutral{color:#8c8c8c}.mk-fonts.text-neutral-light{color:#bdbdbd}.mk-fonts.text-danger{color:#cc4533}.mk-fonts.avatar-content{font-size:16px;font-weight:700;line-height:24px}.mk-fonts.avatar-content-mini{font-size:16px;font-weight:400;line-height:20px}.mk-fonts.text-16-500-20{font-size:16px;font-weight:500;line-height:20px}.mk-fonts.jump-section{font-size:20px;font-weight:500;line-height:28px}.mk-fonts.jump-section-lh{font-size:20px;font-weight:500;line-height:30px}.mk-fonts.tag{font-size:14px!important;font-weight:500!important}.mk-fonts.tag-secondary{color:#737373;font-size:14px!important;font-weight:500!important}.mk-fonts.avatar-heading{font-size:12px;font-weight:500;line-height:20px}.mk-fonts.avatar-heading-secondary{color:#737373;font-size:13px!important;font-weight:500!important}.text-center{text-align:center!important}.gt-am-400-24{font-family:GTAmR!important;font-size:24px;font-weight:400;line-height:29px}.gt-am-700-24{font-family:GTAmR;font-size:14px;font-weight:700;line-height:18px}.gt-am-400-32{font-size:32px;font-weight:400;line-height:76px;font-family:GTAmR!important;text-transform:uppercase;font-style:normal}.mk-tab{font-family:Satoshi}.mk-tab.disabled .ant-tabs .ant-tabs-tab-active .ant-tabs-tab-btn,.mk-tab.disabled .ant-tabs .ant-tabs-tab .ant-tabs-tab-btn{color:#bdbdbd!important}.mk-tab .ant-tabs-nav{margin:0}.mk-tab .ant-tabs-nav:before{border-bottom:none!important}.mk-tab .ant-tabs-nav .ant-tabs-tab{font-size:24px;font-weight:500;line-height:36px;font-style:normal;padding:0}.mk-tab .ant-tabs-nav .ant-tabs-tab+.ant-tabs-tab{margin-left:24px}.mk-tab .ant-tabs-nav .ant-tabs-tab .ant-tabs-tab-btn,.mk-tab .ant-tabs-nav .ant-tabs-tab .ant-tabs-tab-btn:hover{color:#8c8c8c!important}.mk-tab .ant-tabs-nav .ant-tabs-nav-more{display:none}.mk-tab .ant-tabs-nav .ant-tabs-tab-active .ant-tabs-tab-btn{color:#19181a!important}.mk-tab .ant-tabs-nav .ant-tabs-tab-active .ant-tabs-tab-btn:hover{color:#8c8c8c!important}.mk-tab .ant-tabs-nav .ant-tabs-tab-active .ant-tabs-ink-bar,.mk-tab .ant-tabs-ink-bar-animated{display:none!important}.market-place-btn{padding:15px 25px;border-radius:0!important;border:none;cursor:pointer;align-items:center;display:inline-flex;justify-content:center}.market-place-btn.btn-primary{color:#fff;background-color:#000000d9;transition:.2s ease-in}.market-place-btn.btn-primary:hover{background-color:#000}.market-place-btn.btn-primary:disabled{background-color:#0009}.is-loading{position:relative;background-color:#ccc}.is-loading:after{top:0;display:block;content:"";position:absolute;width:100%;height:100%;transform:translate(-100%);background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);animation:loading .8s infinite}.is-loading-dark{position:relative;background-color:#19181a}.is-loading-dark:after{display:block;content:"";position:absolute;width:100%;height:100%;transform:translate(-100%);background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);animation:loading 2s infinite}@keyframes loading{0%{transform:translate(0)}to{transform:translate(100%)}}.fav-card{border-radius:7px}.fav-card .tags-wrapper{max-height:20px;overflow:hidden;padding:2px}.fav-card .ant-card-cover{background-color:#fff}.fav-card .ant-card-cover .img-skeleton{top:-1px;right:0;position:absolute;border-radius:6px 6px 0 0}.fav-card .ant-card-cover .img-blur-effect{top:-1px;right:0;position:absolute;border-radius:6px 6px 0 0;animation:blurEffect .5s ease-in}.fav-card .ant-card-cover .fav-icon{width:40px;height:40px;top:16px;right:16px;border-radius:50%;cursor:pointer;position:absolute;background-color:#f6f6f6cc;display:flex;justify-content:center;align-items:center;transition:.2s ease-in}.fav-card .ant-card-cover .fav-icon svg{transition:.2s ease-in}.fav-card .ant-card-cover .fav-icon:hover{background-color:#ffffffe6}.fav-card .ant-card-cover .fav-icon:hover svg{fill:#cb4335}@keyframes blurEffect{0%{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:#fffc}25%{-webkit-backdrop-filter:blur(7.5px);backdrop-filter:blur(7.5px);background-color:#ffffffbf}50%{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background-color:#ffffff80}75%{-webkit-backdrop-filter:blur(2.5px);backdrop-filter:blur(2.5px);background-color:#ffffff40}to{-webkit-backdrop-filter:blur(0px);backdrop-filter:blur(0px);background-color:#fff0}}.license-history .ant-table-column-sorter{display:none}.license-history .ant-table-fixed-header table .ant-table-thead,.license-history .ant-table-fixed-header table .ant-table-thead tr{background-color:#f6f6f6!important;border-bottom-color:#bdbdbd!important}.license-history .ant-table-fixed-header table .ant-table-thead tr th{font-size:16px;font-family:Satoshi;background-color:#f6f6f6!important;border-bottom-width:1px!important;border-color:#bdbdbd}.license-history .ant-table-fixed-header table .ant-table-tbody>tr>td{padding:10px}.license-history .ant-table-fixed-header table .ant-table-tbody{background-color:#f6f6f6!important}.license-history .ant-table-fixed-header table .ant-table-tbody::-webkit-scrollbar-thumb{border-radius:6px;background-color:#000!important}.license-history .ant-table-fixed-header table .ant-table-tbody::-webkit-scrollbar{width:5px;border-radius:6px;background-color:#f6f6f6}.license-history .ant-table-fixed-header table .ant-table-tbody tr{font-size:16px!important;background-color:#f6f6f6!important;font-family:Satoshi}.license-history .ant-table-fixed-header table .ant-table-tbody tr td{font-size:16px!important;font-family:Satoshi;background-color:#f6f6f6!important}.license-history .ant-table-fixed-header table .ant-table-tbody tr td a.transaction-link{color:#19181a}.license-history .ant-table-content table .ant-table-thead,.license-history .ant-table-content table .ant-table-thead tr{background-color:#f6f6f6!important;border-bottom-color:#bdbdbd!important}.license-history .ant-table-content table .ant-table-thead tr th{font-size:16px;font-family:Satoshi;background-color:#f6f6f6!important}.license-history .ant-table-content table .ant-table-tbody{background-color:#f6f6f6!important;height:20px!important}.license-history .ant-table-content table .ant-table-tbody::-webkit-scrollbar-thumb{background-color:#000!important;border-radius:6px}.license-history .ant-table-content table .ant-table-tbody::-webkit-scrollbar{width:5px;border-radius:6px;background-color:#f6f6f6}.license-history .ant-table-content table .ant-table-tbody tr{font-family:Satoshi;font-size:16px!important;background-color:#f6f6f6!important;height:20px!important}.license-history .ant-table-content table .ant-table-tbody tr td{height:20px!important;font-size:16px!important;font-family:Satoshi;background-color:#f6f6f6!important}.license-history .ant-table-content table .ant-table-tbody tr td a.transaction-link{color:#19181a}.license-offer-table .ant-table-fixed-header table .ant-table-thead,.license-offer-table .ant-table-fixed-header table .ant-table-thead tr{background-color:#f6f6f6!important}.license-offer-table .ant-table-fixed-header table .ant-table-thead tr th{font-size:16px;font-family:Satoshi;background-color:#f6f6f6!important;border-bottom-width:1px;border-bottom-style:solid;border-bottom-color:#737373!important}.auto-complete ::-webkit-scrollbar{width:5px;border-radius:6px;background-color:#f6f6f6}.auto-complete ::-webkit-scrollbar-thumb{border-radius:6px;background-color:#000}.text-upper{text-transform:uppercase}.bg-info{background-color:#f2ebff}.text-info{color:#712eff}.category-selector ul.ant-dropdown-menu{padding:0;width:345px;margin-top:10px;border-radius:0}.category-selector ul.ant-dropdown-menu li.ant-dropdown-menu-item{height:68px;border-radius:0}.category-selector ul.ant-dropdown-menu li.ant-dropdown-menu-item:hover{background-color:#f2ebff}.sort-selector ul.ant-dropdown-menu{padding:0;width:248px;margin-top:10px;border-radius:0}.sort-selector ul.ant-dropdown-menu li.ant-dropdown-menu-item{padding:16px 24px;border-radius:0}.sort-selector ul.ant-dropdown-menu li.ant-dropdown-menu-item-divider{margin:0!important}.sort-selector ul.ant-dropdown-menu li.ant-dropdown-menu-item:hover{background-color:#f2ebff}.ant-popover.filters-menu{width:248px;border-radius:2px}.ant-popover.filters-menu .ant-popover-inner{padding:0;width:248px;border-radius:2px!important}.ant-popover.filters-menu .ant-popover-inner .filter-menu-item:hover{background-color:#f2ebff}.bg-dark{background-color:#19181a!important}.bg-accent-purple-light{background-color:#f2ebff}.text-dark-primary{color:#19181a!important}.text-neutral-white{color:#f6f6f6}.text-neutral-darker{color:#5b5b5b}.text-neutral-darker-1{color:#737373}.text-neutral-darker-2{color:#8c8c8c}.text-accent-purple{color:#712eff}.text-accent-danger{color:#f05d49}.sidebar-option-items{border-bottom:1px solid rgba(255,255,255,.3)}.bg-neutral-light{background-color:#f6f6f6}.collection-selector-item{height:64px;display:flex;align-items:center;justify-content:space-between;padding-left:15px;padding-right:15px}.collection-selector-item:hover{background-color:#f2ebff}.collection-selector-item-disabled:hover{background-color:#e7e7e7}.license-history-menu-table .ant-popover-inner{padding:0;width:570px;height:500px;border-radius:2px;background:#f6f6f6;border:2px solid #bdbdbd}.license-history-menu-table .ant-popover-inner .ant-table-fixed-header table .ant-table-thead{background-color:#f6f6f6!important;border-bottom-color:#bdbdbd!important;border-bottom-width:10px!important}.license-history-menu-table .ant-popover-inner .ant-table-fixed-header table .ant-table-thead tr{background-color:#f6f6f6!important;border-bottom-color:#bdbdbd!important}.license-history-menu-table .ant-popover-inner .ant-table-fixed-header table .ant-table-thead tr th{font-size:16px;font-family:Satoshi;background-color:#f6f6f6!important}.license-history-menu-table .ant-popover-inner .ant-table-fixed-header table .ant-table-tbody{background-color:#f6f6f6!important}.license-history-menu-table .ant-popover-inner .ant-table-fixed-header table .ant-table-tbody::-webkit-scrollbar-thumb{border-radius:6px;background-color:#000!important}.license-history-menu-table .ant-popover-inner .ant-table-fixed-header table .ant-table-tbody::-webkit-scrollbar{width:5px;border-radius:6px;background-color:#f6f6f6}.license-history-menu-table .ant-popover-inner .ant-table-fixed-header table .ant-table-tbody tr{font-size:16px!important;font-family:Satoshi}.license-history-menu-table .ant-popover-inner .ant-table-fixed-header table .ant-table-tbody tr:hover{background-color:#bdbdbd!important}.license-history-menu-table .ant-popover-inner .ant-table-fixed-header table .ant-table-tbody tr td{font-size:16px!important;font-family:Satoshi;background-color:#f6f6f6!important}.license-history-menu-table .ant-popover-inner .ant-table-fixed-header table .ant-table-tbody tr td a.transaction-link{color:#19181a}.license-history-menu-table .ant-popover-inner .ant-table-content table .ant-table-thead,.license-history-menu-table .ant-popover-inner .ant-table-content table .ant-table-thead tr{background-color:#f6f6f6!important;border-bottom-color:#bdbdbd!important}.license-history-menu-table .ant-popover-inner .ant-table-content table .ant-table-thead tr th{font-size:16px;font-family:Satoshi;background-color:#f6f6f6!important}.license-history-menu-table .ant-popover-inner .ant-table-content table .ant-table-tbody{background-color:#f6f6f6!important}.license-history-menu-table .ant-popover-inner .ant-table-content table .ant-table-tbody::-webkit-scrollbar-thumb{background-color:#000!important;border-radius:6px}.license-history-menu-table .ant-popover-inner .ant-table-content table .ant-table-tbody::-webkit-scrollbar{width:5px;border-radius:6px;background-color:#f6f6f6}.license-history-menu-table .ant-popover-inner .ant-table-content table .ant-table-tbody tr{font-size:16px!important;background-color:#f6f6f6!important;font-family:Satoshi}.license-history-menu-table .ant-popover-inner .ant-table-content table .ant-table-tbody tr td{font-size:16px!important;font-family:Satoshi;background-color:#f6f6f6!important}.license-history-menu-table .ant-popover-inner .ant-table-content table .ant-table-tbody tr td a.transaction-link{color:#19181a}.rm-stepper .ant-steps-icon{font-weight:700}.rm-stepper .ant-steps-item.ant-steps-item-finish .ant-steps-item-icon{background-color:transparent!important;border:1px solid #712eff}.rm-stepper .ant-steps-item.ant-steps-item-finish .ant-steps-item-icon svg{fill:#712eff}.rm-stepper .ant-steps-item-container{box-sizing:border-box;width:-moz-fit-content;width:fit-content}.rm-stepper .ant-steps-item-title:after{width:30px}.rm-stepper .ant-steps-item-tail{background-color:red}.rm-stepper .ant-steps-item.ant-steps-item-process.ant-steps-item-active .ant-steps-item-container .ant-steps-item-title{color:#712eff;font-weight:700}.select-input-wrapper{position:relative;width:100%;height:30px}.select-input-wrapper select{appearance:none;-webkit-appearance:none;-moz-appearance:none;border:none;outline:none;background:transparent;width:100%;height:100%;font-size:16px;line-height:30px;padding-right:20px;border-bottom:1px solid #000;color:#000}.select-input-wrapper select::-ms-expand{display:none}.select-input-wrapper select option{font-size:16px;line-height:30px}.select-input-wrapper:after{content:"";position:absolute;transform:translateY(-50%);top:50%;right:0;width:0;height:0;border-style:solid;border-width:6px 6px 0 6px;border-color:#000 transparent transparent transparent}.mk-select-container .ant-select{outline:none;margin-top:6px}.mk-select-container .ant-select .ant-select-selector{outline:none;border:none;margin-left:0;padding-left:0}.mk-select-container .ant-select .ant-select-selector input{margin-left:0;font-size:16px;font-weight:400;line-height:24px}.border-light{border:2px solid #5a5a5a!important}.m-0{margin:0!important}.mt-0{margin-top:0!important}.ms-0{margin-left:0!important}.me-0{margin-right:0!important}.mb-0{margin-bottom:0!important}.mx-0{margin-left:0!important;margin-right:0!important}.my-0{margin-top:0!important;margin-bottom:0!important}.p-0{padding:0!important}.px-0{padding-left:0!important;padding-right:0!important}.py-0{padding-top:0!important;padding-bottom:0!important}.pt-0{padding-top:0!important}.ps-0{padding-left:0!important}.pe-0{padding-right:0!important}.pb-0{padding-bottom:0!important}.m-1rem{margin:1rem!important}.mt-1rem{margin-top:1rem!important}.ms-1rem{margin-left:1rem!important}.me-1rem{margin-right:1rem!important}.mb-1rem{margin-bottom:1rem!important}.mx-1rem{margin-left:1rem!important;margin-right:1rem!important}.my-1rem{margin-top:1rem!important;margin-bottom:1rem!important}.p-1rem{padding:1rem!important}.px-1rem{padding-left:1rem!important;padding-right:1rem!important}.py-1rem{padding-top:1rem!important;padding-bottom:1rem!important}.pt-1rem{padding-top:1rem!important}.ps-1rem{padding-left:1rem!important}.pe-1rem{padding-right:1rem!important}.pb-1rem{padding-bottom:1rem!important}.m-2rem{margin:2rem!important}.mt-2rem{margin-top:2rem!important}.ms-2rem{margin-left:2rem!important}.me-2rem{margin-right:2rem!important}.mb-2rem{margin-bottom:2rem!important}.mx-2rem{margin-left:2rem!important;margin-right:2rem!important}.my-2rem{margin-top:2rem!important;margin-bottom:2rem!important}.p-2rem{padding:2rem!important}.px-2rem{padding-left:2rem!important;padding-right:2rem!important}.py-2rem{padding-top:2rem!important;padding-bottom:2rem!important}.pt-2rem{padding-top:2rem!important}.ps-2rem{padding-left:2rem!important}.pe-2rem{padding-right:2rem!important}.pb-2rem{padding-bottom:2rem!important}.m-3rem{margin:3rem!important}.mt-3rem{margin-top:3rem!important}.ms-3rem{margin-left:3rem!important}.me-3rem{margin-right:3rem!important}.mb-3rem{margin-bottom:3rem!important}.mx-3rem{margin-left:3rem!important;margin-right:3rem!important}.my-3rem{margin-top:3rem!important;margin-bottom:3rem!important}.p-3rem{padding:3rem!important}.px-3rem{padding-left:3rem!important;padding-right:3rem!important}.py-3rem{padding-top:3rem!important;padding-bottom:3rem!important}.pt-3rem{padding-top:3rem!important}.ps-3rem{padding-left:3rem!important}.pe-3rem{padding-right:3rem!important}.pb-3rem{padding-bottom:3rem!important}.m-4rem{margin:4rem!important}.mt-4rem{margin-top:4rem!important}.ms-4rem{margin-left:4rem!important}.me-4rem{margin-right:4rem!important}.mb-4rem{margin-bottom:4rem!important}.mx-4rem{margin-left:4rem!important;margin-right:4rem!important}.my-4rem{margin-top:4rem!important;margin-bottom:4rem!important}.p-4rem{padding:4rem!important}.px-4rem{padding-left:4rem!important;padding-right:4rem!important}.py-4rem{padding-top:4rem!important;padding-bottom:4rem!important}.pt-4rem{padding-top:4rem!important}.ps-4rem{padding-left:4rem!important}.pe-4rem{padding-right:4rem!important}.pb-4rem{padding-bottom:4rem!important}.m-5rem{margin:5rem!important}.mt-5rem{margin-top:5rem!important}.ms-5rem{margin-left:5rem!important}.me-5rem{margin-right:5rem!important}.mb-5rem{margin-bottom:5rem!important}.mx-5rem{margin-left:5rem!important;margin-right:5rem!important}.my-5rem{margin-top:5rem!important;margin-bottom:5rem!important}.p-5rem{padding:5rem!important}.px-5rem{padding-left:5rem!important;padding-right:5rem!important}.py-5rem{padding-top:5rem!important;padding-bottom:5rem!important}.pt-5rem{padding-top:5rem!important}.ps-5rem{padding-left:5rem!important}.pe-5rem{padding-right:5rem!important}.pb-5rem{padding-bottom:5rem!important}.m-6rem{margin:6rem!important}.mt-6rem{margin-top:6rem!important}.ms-6rem{margin-left:6rem!important}.me-6rem{margin-right:6rem!important}.mb-6rem{margin-bottom:6rem!important}.mx-6rem{margin-left:6rem!important;margin-right:6rem!important}.my-6rem{margin-top:6rem!important;margin-bottom:6rem!important}.p-6rem{padding:6rem!important}.px-6rem{padding-left:6rem!important;padding-right:6rem!important}.py-6rem{padding-top:6rem!important;padding-bottom:6rem!important}.pt-6rem{padding-top:6rem!important}.ps-6rem{padding-left:6rem!important}.pe-6rem{padding-right:6rem!important}.pb-6rem{padding-bottom:6rem!important}.m-8rem{margin:8rem!important}.mt-8rem{margin-top:8rem!important}.ms-8rem{margin-left:8rem!important}.me-8rem{margin-right:8rem!important}.mb-8rem{margin-bottom:8rem!important}.mx-8rem{margin-left:8rem!important;margin-right:8rem!important}.my-8rem{margin-top:8rem!important;margin-bottom:8rem!important}.p-8rem{padding:8rem!important}.px-8rem{padding-left:8rem!important;padding-right:8rem!important}.py-8rem{padding-top:8rem!important;padding-bottom:8rem!important}.pt-8rem{padding-top:8rem!important}.ps-8rem{padding-left:8rem!important}.pe-8rem{padding-right:8rem!important}.pb-8rem{padding-bottom:8rem!important}.m-10rem{margin:10rem!important}.mt-10rem{margin-top:10rem!important}.ms-10rem{margin-left:10rem!important}.me-10rem{margin-right:10rem!important}.mb-10rem{margin-bottom:10rem!important}.mx-10rem{margin-left:10rem!important;margin-right:10rem!important}.my-10rem{margin-top:10rem!important;margin-bottom:10rem!important}.p-10rem{padding:10rem!important}.px-10rem{padding-left:10rem!important;padding-right:10rem!important}.py-10rem{padding-top:10rem!important;padding-bottom:10rem!important}.pt-10rem{padding-top:10rem!important}.ps-10rem{padding-left:10rem!important}.pe-10rem{padding-right:10rem!important}.pb-10rem{padding-bottom:10rem!important}.m-12rem{margin:12rem!important}.mt-12rem{margin-top:12rem!important}.ms-12rem{margin-left:12rem!important}.me-12rem{margin-right:12rem!important}.mb-12rem{margin-bottom:12rem!important}.mx-12rem{margin-left:12rem!important;margin-right:12rem!important}.my-12rem{margin-top:12rem!important;margin-bottom:12rem!important}.p-12rem{padding:12rem!important}.px-12rem{padding-left:12rem!important;padding-right:12rem!important}.py-12rem{padding-top:12rem!important;padding-bottom:12rem!important}.pt-12rem{padding-top:12rem!important}.ps-12rem{padding-left:12rem!important}.pe-12rem{padding-right:12rem!important}.pb-12rem{padding-bottom:12rem!important}.m-16rem{margin:16rem!important}.mt-16rem{margin-top:16rem!important}.ms-16rem{margin-left:16rem!important}.me-16rem{margin-right:16rem!important}.mb-16rem{margin-bottom:16rem!important}.mx-16rem{margin-left:16rem!important;margin-right:16rem!important}.my-16rem{margin-top:16rem!important;margin-bottom:16rem!important}.p-16rem{padding:16rem!important}.px-16rem{padding-left:16rem!important;padding-right:16rem!important}.py-16rem{padding-top:16rem!important;padding-bottom:16rem!important}.pt-16rem{padding-top:16rem!important}.ps-16rem{padding-left:16rem!important}.pe-16rem{padding-right:16rem!important}.pb-16rem{padding-bottom:16rem!important}.m-20rem{margin:20rem!important}.mt-20rem{margin-top:20rem!important}.ms-20rem{margin-left:20rem!important}.me-20rem{margin-right:20rem!important}.mb-20rem{margin-bottom:20rem!important}.mx-20rem{margin-left:20rem!important;margin-right:20rem!important}.my-20rem{margin-top:20rem!important;margin-bottom:20rem!important}.p-20rem{padding:20rem!important}.px-20rem{padding-left:20rem!important;padding-right:20rem!important}.py-20rem{padding-top:20rem!important;padding-bottom:20rem!important}.pt-20rem{padding-top:20rem!important}.ps-20rem{padding-left:20rem!important}.pe-20rem{padding-right:20rem!important}.pb-20rem{padding-bottom:20rem!important}.m-24rem{margin:24rem!important}.mt-24rem{margin-top:24rem!important}.ms-24rem{margin-left:24rem!important}.me-24rem{margin-right:24rem!important}.mb-24rem{margin-bottom:24rem!important}.mx-24rem{margin-left:24rem!important;margin-right:24rem!important}.my-24rem{margin-top:24rem!important;margin-bottom:24rem!important}.p-24rem{padding:24rem!important}.px-24rem{padding-left:24rem!important;padding-right:24rem!important}.py-24rem{padding-top:24rem!important;padding-bottom:24rem!important}.pt-24rem{padding-top:24rem!important}.ps-24rem{padding-left:24rem!important}.pe-24rem{padding-right:24rem!important}.pb-24rem{padding-bottom:24rem!important}.m-32rem{margin:32rem!important}.mt-32rem{margin-top:32rem!important}.ms-32rem{margin-left:32rem!important}.me-32rem{margin-right:32rem!important}.mb-32rem{margin-bottom:32rem!important}.mx-32rem{margin-left:32rem!important;margin-right:32rem!important}.my-32rem{margin-top:32rem!important;margin-bottom:32rem!important}.p-32rem{padding:32rem!important}.px-32rem{padding-left:32rem!important;padding-right:32rem!important}.py-32rem{padding-top:32rem!important;padding-bottom:32rem!important}.pt-32rem{padding-top:32rem!important}.ps-32rem{padding-left:32rem!important}.pe-32rem{padding-right:32rem!important}.pb-32rem{padding-bottom:32rem!important}.m-40rem{margin:40rem!important}.mt-40rem{margin-top:40rem!important}.ms-40rem{margin-left:40rem!important}.me-40rem{margin-right:40rem!important}.mb-40rem{margin-bottom:40rem!important}.mx-40rem{margin-left:40rem!important;margin-right:40rem!important}.my-40rem{margin-top:40rem!important;margin-bottom:40rem!important}.p-40rem{padding:40rem!important}.px-40rem{padding-left:40rem!important;padding-right:40rem!important}.py-40rem{padding-top:40rem!important;padding-bottom:40rem!important}.pt-40rem{padding-top:40rem!important}.ps-40rem{padding-left:40rem!important}.pe-40rem{padding-right:40rem!important}.pb-40rem{padding-bottom:40rem!important}.m-48rem{margin:48rem!important}.mt-48rem{margin-top:48rem!important}.ms-48rem{margin-left:48rem!important}.me-48rem{margin-right:48rem!important}.mb-48rem{margin-bottom:48rem!important}.mx-48rem{margin-left:48rem!important;margin-right:48rem!important}.my-48rem{margin-top:48rem!important;margin-bottom:48rem!important}.p-48rem{padding:48rem!important}.px-48rem{padding-left:48rem!important;padding-right:48rem!important}.py-48rem{padding-top:48rem!important;padding-bottom:48rem!important}.pt-48rem{padding-top:48rem!important}.ps-48rem{padding-left:48rem!important}.pe-48rem{padding-right:48rem!important}.pb-48rem{padding-bottom:48rem!important}.m-56rem{margin:56rem!important}.mt-56rem{margin-top:56rem!important}.ms-56rem{margin-left:56rem!important}.me-56rem{margin-right:56rem!important}.mb-56rem{margin-bottom:56rem!important}.mx-56rem{margin-left:56rem!important;margin-right:56rem!important}.my-56rem{margin-top:56rem!important;margin-bottom:56rem!important}.p-56rem{padding:56rem!important}.px-56rem{padding-left:56rem!important;padding-right:56rem!important}.py-56rem{padding-top:56rem!important;padding-bottom:56rem!important}.pt-56rem{padding-top:56rem!important}.ps-56rem{padding-left:56rem!important}.pe-56rem{padding-right:56rem!important}.pb-56rem{padding-bottom:56rem!important}.m-64rem{margin:64rem!important}.mt-64rem{margin-top:64rem!important}.ms-64rem{margin-left:64rem!important}.me-64rem{margin-right:64rem!important}.mb-64rem{margin-bottom:64rem!important}.mx-64rem{margin-left:64rem!important;margin-right:64rem!important}.my-64rem{margin-top:64rem!important;margin-bottom:64rem!important}.p-64rem{padding:64rem!important}.px-64rem{padding-left:64rem!important;padding-right:64rem!important}.py-64rem{padding-top:64rem!important;padding-bottom:64rem!important}.pt-64rem{padding-top:64rem!important}.ps-64rem{padding-left:64rem!important}.pe-64rem{padding-right:64rem!important}.pb-64rem{padding-bottom:64rem!important}.mx-1{margin-left:5px;margin-right:5px}.py-1{padding-top:10px;padding-bottom:10px}.px-2{padding-left:15px!important;padding-right:15px!important}.py-2{padding-top:1.15rem!important;padding-bottom:1.15rem!important}.p-0,.pb-0{padding:0}.pb-2{padding:3px}.mb-0{margin-bottom:0}.mb-1{margin-bottom:10px}.mt-1{margin-top:10px}.mb-2{margin-bottom:13px}.ms-1{margin-left:5px}.w-50{width:50%}.w-100{width:100%}@font-face{font-family:swiper-icons;src:url(data:application/font-woff;charset=utf-8;base64,\ d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA);font-weight:400;font-style:normal}:root{--swiper-theme-color: #007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;overflow:clip;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function, initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color, var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color: #fff}.swiper-lazy-preloader-black{--swiper-preloader-color: #000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}:root{--swiper-navigation-size: 44px}.swiper-button-prev,.swiper-button-next{position:absolute;top:var(--swiper-navigation-top-offset, 50%);width:calc(var(--swiper-navigation-size) / 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - var(--swiper-navigation-size) / 2);z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color, var(--swiper-theme-color))}.swiper-button-prev.swiper-button-disabled,.swiper-button-next.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev.swiper-button-hidden,.swiper-button-next.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-prev,.swiper-navigation-disabled .swiper-button-next{display:none!important}.swiper-button-prev svg,.swiper-button-next svg{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;transform-origin:center}.swiper-rtl .swiper-button-prev svg,.swiper-rtl .swiper-button-next svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset, 10px);right:auto}.swiper-button-lock{display:none}.swiper-button-prev:after,.swiper-button-next:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:"prev"}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset, 10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:"next"}.swiper{width:100%;z-index:1000}.swiper .swiper-wrapper{padding-left:30px;padding-right:30px}.swiper .swiper-button-prev:after{display:none}.swiper .swiper-button-next:after{display:none}.swiper .swiper-nav-btns{height:80px;width:100%;position:static;margin-top:-80px;z-index:100000!important;display:flex;justify-content:space-between;align-items:center}.swiper .swiper-nav-btns button{width:30px;height:30px;border-radius:30px;border:1px solid #000;color:#000;display:flex;justify-content:center;align-items:center;background-color:#fff;margin:0px .5rem;box-shadow:2px 2px 2px #00000080;transition:all .5s;z-index:100000000000}.swiper .swiper-nav-btns button:hover{cursor:pointer}h1{font-size:32px;font-weight:700;line-height:43px;letter-spacing:-.02em;font-family:Satoshi}h2{font-size:24px;font-weight:700;line-height:32px;letter-spacing:-.01em;font-family:Satoshi}h3{font-weight:700;font-size:20px;line-height:27px;letter-spacing:-.005em;font-family:Satoshi}h4{font-weight:500;font-size:20px;line-height:140%;letter-spacing:-.005em;font-family:Satoshi}h5{font-weight:500;font-size:18px;line-height:140%;letter-spacing:-.0025em;font-family:Satoshi}h6{font-size:16px;font-weight:500;line-height:140%;font-family:Satoshi}p{font-size:16px;font-weight:500;line-height:160%;font-family:Satoshi}.text-secondary{color:#737373}.text-secondary-dark{color:#5b5b5b}.text-success{color:#009262}.text-white{color:#fff}.text-input-error{font-size:13px;color:#cb4335b3}.text-input-success{font-size:13px;color:#009262}.text-capitalize{text-transform:uppercase}.paragraph-action{border:none;cursor:pointer;background-color:#fff;padding:0}.paragraph-action:hover{color:#000}.custom-paragraph-ellipsis{display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:2;max-height:3em}.custom-paragraph-ellipsis-1{display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:1;max-height:1.5em}.arrow-container{display:block;width:60px;height:60px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) rotate(0)}.arrow-container:hover{cursor:pointer}.arrow-container:hover .arrow{top:50%}.arrow-container:hover .arrow:before{transform:translate(-50%,-50%) rotate(-30deg)}.arrow-container:hover .arrow:after{transform:translate(-50%,-50%) rotate(30deg)}.arrow{position:absolute;left:50%;transition:all .4s ease}.arrow:before,.arrow:after{transition:all .4s ease;content:"";display:block;position:absolute;transform-origin:bottom right;background:#000;width:4px;height:20px;border-radius:10px;transform:translate(-50%,-50%) rotate(-45deg)}.arrow:after{transform-origin:bottom left;transform:translate(-50%,-50%) rotate(45deg)}.arrow:nth-child(1){opacity:.3;top:35%}.arrow:nth-child(2){opacity:.6;top:55%}.arrow:nth-child(3){opacity:.9;top:75%}body{margin:0;padding:0;width:100vw;height:100vh;font-family:Satoshi}img{-o-object-fit:cover;object-fit:cover}*{font-family:Satoshi;-webkit-font-smoothing:antialiased}.ant-modal-mask{-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.ant-tooltip .ant-tooltip-inner{min-height:unset}.custom-scrollbar-r1::-webkit-scrollbar-thumb{background-color:#5965e5;border-radius:6px}.custom-scrollbar-r1::-webkit-scrollbar{width:5px;height:5px;border-radius:6px;background-color:#f6f6f6}.custom-scrollbar-r2::-webkit-scrollbar-thumb{background-color:#f27362;border-radius:6px}.custom-scrollbar-r2::-webkit-scrollbar{width:5px;height:5px;border-radius:6px;background-color:#f6f6f6}.custom-scrollbar-r3::-webkit-scrollbar-thumb{background-color:#712eff;border-radius:6px}.custom-scrollbar-r3::-webkit-scrollbar{width:5px;height:5px;border-radius:6px;background-color:#f6f6f6}.custom-scrollbar-dark::-webkit-scrollbar-thumb{background-color:#19181a;border-radius:6px}.custom-scrollbar-dark::-webkit-scrollbar{width:5px;height:5px;border-radius:6px;background-color:#f6f6f6}.custom-scrollbar-light::-webkit-scrollbar-thumb{background-color:#e7e7e7;border-radius:6px}.custom-scrollbar-light::-webkit-scrollbar{width:5px;height:5px;border-radius:6px;background-color:#f6f6f6}.custom-scrollbar-dark-light::-webkit-scrollbar-thumb{border-radius:6px;background-color:#ffffff80}.custom-scrollbar-dark-light::-webkit-scrollbar{width:5px;height:5px;border-radius:6px;background-color:#fff3}.no-scrollbar::-webkit-scrollbar-thumb{background-color:transparent;border-radius:3px}.no-scrollbar::-webkit-scrollbar{width:2px;border-radius:6px;background-color:transparent}.ant-drawer-body::-webkit-scrollbar-thumb{background-color:#000;border-radius:6px}.ant-drawer-body::-webkit-scrollbar{width:5px;border-radius:6px;background-color:#f6f6f6}.border-1{border-radius:5px!important}.border-b-1{border-bottom:1px solid #e7e7e7;padding-left:10px;padding-right:10px}.cursor-pointer{cursor:pointer}.bg-danger{background-color:red}.bg-primary{background-color:#00f}.bg-white{background-color:#fff}.table-input-row-container{border-bottom:1px solid #f0f0f0;padding-top:15px;padding-bottom:15px}.border-1{border:1px solid #f0f0f0}.filter-menu .ant-popover-inner-content{max-height:300px;min-height:300px;overflow-y:scroll}.filter-menu .ant-popover-inner-content::-webkit-scrollbar-thumb{background-color:#5965e5;border-radius:6px}.filter-menu .ant-popover-inner-content::-webkit-scrollbar{width:5px;border-radius:6px;background-color:#f6f6f6}#collection-menu .ant-popover{left:30px!important}@media (min-width: 1201px) and (max-width: 1920px){#collection-menu .ant-popover{left:20px!important}}.collection-selector-menu .ant-popover-content{border-radius:2px}.collection-selector-menu .ant-popover-content .ant-popover-inner{width:100%;padding:0;margin-top:-15px;border-radius:2px}.collection-selector-menu .ant-popover-inner-content{width:239px;padding:0}@media (min-width: 1201px) and (max-width: 1920px){.collection-selector-menu .ant-popover-inner-content{width:275px;padding:0}}.shake-animation{animation:horizontal-shaking .4s 5}@keyframes horizontal-shaking{0%{transform:translate(0)}25%{transform:translate(5px)}50%{transform:translate(-5px)}75%{transform:translate(5px)}to{transform:translate(0)}}.slick-list{padding:15px!important}.slick-list .slick-track{width:100%!important;display:flex!important;justify-content:flex-start!important}.slick-list .slick-track .slick-slide{margin-right:20px}.attr-selector .ant-select-selector{height:50px;border:none!important;outline:none!important;background:#f6f6f6!important;padding-left:10px}.attr-selector .ant-select-selector .ant-select-selection-overflow-item .ant-select-selection-item{height:35px;display:flex;align-items:center;justify-content:center}.tags-input .ant-select-selector{height:50px;overflow-y:scroll;border:none!important;outline:none!important;background:#f6f6f6!important}.tags-input .ant-select-selector .ant-select-selection-overflow-item .ant-select-selection-item{height:35px;display:flex;align-items:center;justify-content:center}@keyframes floatIn{0%{opacity:0;transform:translate(50px)}50%{opacity:0;transform:translate(0)}to{opacity:1;transform:translate(0)}}.slide-in{animation-name:floatIn;animation-duration:.5s;animation-timing-function:ease-out;animation-fill-mode:forwards;opacity:0;transform:translateY(50px)}.rotate-180{rotate:180deg}label.ant-radio-button-wrapper-checked:hover{border-color:#000000d9!important;outline-color:#000000d9!important;background-color:#000000d9!important}label.ant-radio-button-wrapper-checked:hover:before{border-color:#000000d9!important;outline-color:#000000d9!important;background-color:#000000d9!important}label.ant-radio-button-wrapper-checked span.ant-radio-button-checked:hover{border-color:#000000d9!important;outline-color:#000000d9!important;background-color:#000000d9!important}.license-header{display:flex;flex-wrap:wrap}.license-header .collection-img{max-height:166px;min-height:166px;min-width:166px;max-width:166px;-o-object-fit:cover;object-fit:cover;border-radius:5}.license-header .collection-content{flex-grow:1}.ant-modal .ant-modal-close{height:auto;width:auto}.ant-modal .ant-modal-close:hover{background-color:transparent}.ant-upload-list-item-done{display:none!important}.pin-input{-webkit-text-security:disc;-moz-text-security:circle;text-security:circle}#remaster-body .ant-form-item .ant-form-item-label>label{font-weight:700;font-size:14px;line-height:20px}#remaster-body .ant-form-vertical .ant-form-item-label{padding:0}.Toastify__toast-container--top-right{top:2px;right:2px;width:600px}.Toastify__toast{color:#fff;border-radius:0}.Toastify__toast--default{background-color:transparent;width:466px;right:0;padding:0}.Toastify__toast-body{margin:0;padding:0}.Toastify__toast-container--top-right{top:2px;right:2px;width:472px}.Toastify__toast-container--bottom-left{bottom:2px;left:2px;width:472px}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: }.tw-container{width:100%;margin-right:auto;margin-left:auto}@media (min-width: 480px){.tw-container{max-width:480px}}@media (min-width: 576px){.tw-container{max-width:576px}}@media (min-width: 768px){.tw-container{max-width:768px}}@media (min-width: 992px){.tw-container{max-width:992px}}@media (min-width: 1200px){.tw-container{max-width:1200px}}@media (min-width: 1600px){.tw-container{max-width:1600px}}.tw-prose{color:var(--tw-prose-body);max-width:65ch}.tw-prose :where(p):not(:where([class~=tw-not-prose] *)){margin-top:1.25em;margin-bottom:1.25em;word-wrap:break-word}.tw-prose :where([class~=lead]):not(:where([class~=tw-not-prose] *)){color:var(--tw-prose-lead);font-size:1.25em;line-height:1.6;margin-top:1.2em;margin-bottom:1.2em}.tw-prose :where(a):not(:where([class~=tw-not-prose] *)){color:var(--tw-prose-links);text-decoration:underline;font-weight:500}.tw-prose :where(strong):not(:where([class~=tw-not-prose] *)){color:var(--tw-prose-bold);font-weight:600}.tw-prose :where(a strong):not(:where([class~=tw-not-prose] *)){color:inherit}.tw-prose :where(blockquote strong):not(:where([class~=tw-not-prose] *)){color:inherit}.tw-prose :where(thead th strong):not(:where([class~=tw-not-prose] *)){color:inherit}.tw-prose :where(ol):not(:where([class~=tw-not-prose] *)){list-style-type:decimal;margin-top:1.25em;margin-bottom:1.25em;padding-left:1.625em}.tw-prose :where(ol[type=A]):not(:where([class~=tw-not-prose] *)){list-style-type:upper-alpha}.tw-prose :where(ol[type=a]):not(:where([class~=tw-not-prose] *)){list-style-type:lower-alpha}.tw-prose :where(ol[type=A s]):not(:where([class~=tw-not-prose] *)){list-style-type:upper-alpha}.tw-prose :where(ol[type=a s]):not(:where([class~=tw-not-prose] *)){list-style-type:lower-alpha}.tw-prose :where(ol[type=I]):not(:where([class~=tw-not-prose] *)){list-style-type:upper-roman}.tw-prose :where(ol[type=i]):not(:where([class~=tw-not-prose] *)){list-style-type:lower-roman}.tw-prose :where(ol[type=I s]):not(:where([class~=tw-not-prose] *)){list-style-type:upper-roman}.tw-prose :where(ol[type=i s]):not(:where([class~=tw-not-prose] *)){list-style-type:lower-roman}.tw-prose :where(ol[type="1"]):not(:where([class~=tw-not-prose] *)){list-style-type:decimal}.tw-prose :where(ul):not(:where([class~=tw-not-prose] *)){list-style-type:disc;margin-top:1.25em;margin-bottom:1.25em;padding-left:1.625em}.tw-prose :where(ol>li):not(:where([class~=tw-not-prose] *))::marker{font-weight:400;color:var(--tw-prose-counters)}.tw-prose :where(ul>li):not(:where([class~=tw-not-prose] *))::marker{color:var(--tw-prose-bullets)}.tw-prose :where(hr):not(:where([class~=tw-not-prose] *)){border-color:var(--tw-prose-hr);border-top-width:1px;margin-top:3em;margin-bottom:3em}.tw-prose :where(blockquote):not(:where([class~=tw-not-prose] *)){font-weight:500;font-style:italic;color:var(--tw-prose-quotes);border-left-width:.25rem;border-left-color:var(--tw-prose-quote-borders);quotes:"“""”""‘""’";margin-top:1.6em;margin-bottom:1.6em;padding-left:1em}.tw-prose :where(blockquote p:first-of-type):not(:where([class~=tw-not-prose] *)):before{content:open-quote}.tw-prose :where(blockquote p:last-of-type):not(:where([class~=tw-not-prose] *)):after{content:close-quote}.tw-prose :where(h1):not(:where([class~=tw-not-prose] *)){color:var(--tw-prose-headings);font-weight:800;font-size:2.25em;margin-top:0;margin-bottom:.8888889em;line-height:1.1111111}.tw-prose :where(h1 strong):not(:where([class~=tw-not-prose] *)){font-weight:900;color:inherit}.tw-prose :where(h2):not(:where([class~=tw-not-prose] *)){color:var(--tw-prose-headings);font-weight:700;font-size:1.5em;margin-top:2em;margin-bottom:1em;line-height:1.3333333}.tw-prose :where(h2 strong):not(:where([class~=tw-not-prose] *)){font-weight:800;color:inherit}.tw-prose :where(h3):not(:where([class~=tw-not-prose] *)){color:var(--tw-prose-headings);font-weight:600;font-size:1.25em;margin-top:1.6em;margin-bottom:.6em;line-height:1.6}.tw-prose :where(h3 strong):not(:where([class~=tw-not-prose] *)){font-weight:700;color:inherit}.tw-prose :where(h4):not(:where([class~=tw-not-prose] *)){color:var(--tw-prose-headings);font-weight:600;margin-top:1.5em;margin-bottom:.5em;line-height:1.5}.tw-prose :where(h4 strong):not(:where([class~=tw-not-prose] *)){font-weight:700;color:inherit}.tw-prose :where(img):not(:where([class~=tw-not-prose] *)){margin-top:2em;margin-bottom:2em}.tw-prose :where(figure>*):not(:where([class~=tw-not-prose] *)){margin-top:0;margin-bottom:0}.tw-prose :where(figcaption):not(:where([class~=tw-not-prose] *)){color:var(--tw-prose-captions);font-size:.875em;line-height:1.4285714;margin-top:.8571429em}.tw-prose :where(code):not(:where([class~=tw-not-prose] *)){color:var(--tw-prose-code);font-weight:600;font-size:.875em}.tw-prose :where(code):not(:where([class~=tw-not-prose] *)):before{content:"`"}.tw-prose :where(code):not(:where([class~=tw-not-prose] *)):after{content:"`"}.tw-prose :where(a code):not(:where([class~=tw-not-prose] *)){color:inherit}.tw-prose :where(h1 code):not(:where([class~=tw-not-prose] *)){color:inherit}.tw-prose :where(h2 code):not(:where([class~=tw-not-prose] *)){color:inherit;font-size:.875em}.tw-prose :where(h3 code):not(:where([class~=tw-not-prose] *)){color:inherit;font-size:.9em}.tw-prose :where(h4 code):not(:where([class~=tw-not-prose] *)){color:inherit}.tw-prose :where(blockquote code):not(:where([class~=tw-not-prose] *)){color:inherit}.tw-prose :where(thead th code):not(:where([class~=tw-not-prose] *)){color:inherit}.tw-prose :where(pre):not(:where([class~=tw-not-prose] *)){color:var(--tw-prose-pre-code);background-color:var(--tw-prose-pre-bg);overflow-x:auto;font-weight:400;font-size:.875em;line-height:1.7142857;margin-top:1.7142857em;margin-bottom:1.7142857em;border-radius:.375rem;padding:.8571429em 1.1428571em}.tw-prose :where(pre code):not(:where([class~=tw-not-prose] *)){background-color:transparent;border-width:0;border-radius:0;padding:0;font-weight:inherit;color:inherit;font-size:inherit;font-family:inherit;line-height:inherit}.tw-prose :where(pre code):not(:where([class~=tw-not-prose] *)):before{content:none}.tw-prose :where(pre code):not(:where([class~=tw-not-prose] *)):after{content:none}.tw-prose :where(table):not(:where([class~=tw-not-prose] *)){width:100%;table-layout:auto;text-align:left;margin-top:2em;margin-bottom:2em;font-size:.875em;line-height:1.7142857}.tw-prose :where(thead):not(:where([class~=tw-not-prose] *)){border-bottom-width:1px;border-bottom-color:var(--tw-prose-th-borders)}.tw-prose :where(thead th):not(:where([class~=tw-not-prose] *)){color:var(--tw-prose-headings);font-weight:600;vertical-align:bottom;padding-right:.5714286em;padding-bottom:.5714286em;padding-left:.5714286em}.tw-prose :where(tbody tr):not(:where([class~=tw-not-prose] *)){border-bottom-width:1px;border-bottom-color:var(--tw-prose-td-borders)}.tw-prose :where(tbody tr:last-child):not(:where([class~=tw-not-prose] *)){border-bottom-width:0}.tw-prose :where(tbody td):not(:where([class~=tw-not-prose] *)){vertical-align:baseline}.tw-prose :where(tfoot):not(:where([class~=tw-not-prose] *)){border-top-width:1px;border-top-color:var(--tw-prose-th-borders)}.tw-prose :where(tfoot td):not(:where([class~=tw-not-prose] *)){vertical-align:top}.tw-prose{--tw-prose-body: #374151;--tw-prose-headings: #111827;--tw-prose-lead: #4b5563;--tw-prose-links: #111827;--tw-prose-bold: #111827;--tw-prose-counters: #6b7280;--tw-prose-bullets: #d1d5db;--tw-prose-hr: #e5e7eb;--tw-prose-quotes: #111827;--tw-prose-quote-borders: #e5e7eb;--tw-prose-captions: #6b7280;--tw-prose-code: #111827;--tw-prose-pre-code: #e5e7eb;--tw-prose-pre-bg: #1f2937;--tw-prose-th-borders: #d1d5db;--tw-prose-td-borders: #e5e7eb;--tw-prose-invert-body: #d1d5db;--tw-prose-invert-headings: #fff;--tw-prose-invert-lead: #9ca3af;--tw-prose-invert-links: #fff;--tw-prose-invert-bold: #fff;--tw-prose-invert-counters: #9ca3af;--tw-prose-invert-bullets: #4b5563;--tw-prose-invert-hr: #374151;--tw-prose-invert-quotes: #f3f4f6;--tw-prose-invert-quote-borders: #374151;--tw-prose-invert-captions: #9ca3af;--tw-prose-invert-code: #fff;--tw-prose-invert-pre-code: #d1d5db;--tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);--tw-prose-invert-th-borders: #4b5563;--tw-prose-invert-td-borders: #374151;font-size:1rem;line-height:1.75}.tw-prose :where(video):not(:where([class~=tw-not-prose] *)){margin-top:2em;margin-bottom:2em}.tw-prose :where(figure):not(:where([class~=tw-not-prose] *)){margin-top:2em;margin-bottom:2em}.tw-prose :where(li):not(:where([class~=tw-not-prose] *)){margin-top:.5em;margin-bottom:.5em}.tw-prose :where(ol>li):not(:where([class~=tw-not-prose] *)){padding-left:.375em}.tw-prose :where(ul>li):not(:where([class~=tw-not-prose] *)){padding-left:.375em}.tw-prose :where(.tw-prose>ul>li p):not(:where([class~=tw-not-prose] *)){margin-top:.75em;margin-bottom:.75em}.tw-prose :where(.tw-prose>ul>li>*:first-child):not(:where([class~=tw-not-prose] *)){margin-top:1.25em}.tw-prose :where(.tw-prose>ul>li>*:last-child):not(:where([class~=tw-not-prose] *)){margin-bottom:1.25em}.tw-prose :where(.tw-prose>ol>li>*:first-child):not(:where([class~=tw-not-prose] *)){margin-top:1.25em}.tw-prose :where(.tw-prose>ol>li>*:last-child):not(:where([class~=tw-not-prose] *)){margin-bottom:1.25em}.tw-prose :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=tw-not-prose] *)){margin-top:.75em;margin-bottom:.75em}.tw-prose :where(hr+*):not(:where([class~=tw-not-prose] *)){margin-top:0}.tw-prose :where(h2+*):not(:where([class~=tw-not-prose] *)){margin-top:0}.tw-prose :where(h3+*):not(:where([class~=tw-not-prose] *)){margin-top:0}.tw-prose :where(h4+*):not(:where([class~=tw-not-prose] *)){margin-top:0}.tw-prose :where(thead th:first-child):not(:where([class~=tw-not-prose] *)){padding-left:0}.tw-prose :where(thead th:last-child):not(:where([class~=tw-not-prose] *)){padding-right:0}.tw-prose :where(tbody td,tfoot td):not(:where([class~=tw-not-prose] *)){padding:.5714286em}.tw-prose :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=tw-not-prose] *)){padding-left:0}.tw-prose :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=tw-not-prose] *)){padding-right:0}.tw-prose :where(.tw-prose>:first-child):not(:where([class~=tw-not-prose] *)){margin-top:0}.tw-prose :where(.tw-prose>:last-child):not(:where([class~=tw-not-prose] *)){margin-bottom:0}.tw-prose :where(th):not(:where([class~=tw-not-prose] *)){padding:1rem}.tw-prose :where(td):not(:where([class~=tw-not-prose] *)){padding:1rem}#remaster-body :is(.tw-sr-only){position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}#remaster-body :is(.tw-pointer-events-none){pointer-events:none}#remaster-body :is(.tw-visible){visibility:visible}#remaster-body :is(.tw-invisible){visibility:hidden}#remaster-body :is(.\!tw-fixed){position:fixed!important}#remaster-body :is(.tw-fixed){position:fixed}#remaster-body :is(.tw-absolute){position:absolute}#remaster-body :is(.tw-relative){position:relative}#remaster-body :is(.tw-sticky){position:sticky}#remaster-body :is(.tw-inset-0){top:0;right:0;bottom:0;left:0}#remaster-body :is(.tw-inset-y-0){top:0;bottom:0}#remaster-body :is(.\!tw-right-0){right:0!important}#remaster-body :is(.tw-bottom-0){bottom:0}#remaster-body :is(.tw-bottom-\[15px\]){bottom:15px}#remaster-body :is(.tw-left-0){left:0}#remaster-body :is(.tw-left-1\/2){left:50%}#remaster-body :is(.tw-left-\[-5px\]){left:-5px}#remaster-body :is(.tw-left-\[20px\]){left:20px}#remaster-body :is(.tw-left-\[50\%\]){left:50%}#remaster-body :is(.tw-right-0){right:0}#remaster-body :is(.tw-right-1){right:.25rem}#remaster-body :is(.tw-right-\[0px\]){right:0}#remaster-body :is(.tw-right-\[25px\]){right:25px}#remaster-body :is(.tw-top-0){top:0}#remaster-body :is(.tw-top-1){top:.25rem}#remaster-body :is(.tw-top-1\/2){top:50%}#remaster-body :is(.tw-top-10){top:2.5rem}#remaster-body :is(.tw-top-8){top:2rem}#remaster-body :is(.tw-top-\[-5px\]){top:-5px}#remaster-body :is(.tw-top-\[25px\]){top:25px}#remaster-body :is(.tw-top-\[30px\]){top:30px}#remaster-body :is(.tw-top-\[5px\]){top:5px}#remaster-body :is(.tw-z-50){z-index:50}#remaster-body :is(.tw-z-\[-1000000000000\]){z-index:-1000000000000}#remaster-body :is(.tw-z-\[100000000000000000000\]){z-index:100000000000000000000}#remaster-body :is(.tw-z-\[1000000000000\]){z-index:1000000000000}#remaster-body :is(.tw-z-\[1000000000001\]){z-index:1000000000001}#remaster-body :is(.tw-z-\[1000000\]){z-index:1000000}#remaster-body :is(.tw-z-\[100000\]){z-index:100000}#remaster-body :is(.tw-z-\[10000\]){z-index:10000}#remaster-body :is(.tw-z-\[10001\]){z-index:10001}#remaster-body :is(.tw-z-\[1000\]){z-index:1000}#remaster-body :is(.tw-z-\[1\]){z-index:1}#remaster-body :is(.tw-col-span-1){grid-column:span 1 / span 1}#remaster-body :is(.tw-col-span-10){grid-column:span 10 / span 10}#remaster-body :is(.tw-col-span-2){grid-column:span 2 / span 2}#remaster-body :is(.tw-col-span-5){grid-column:span 5 / span 5}#remaster-body :is(.tw-col-start-12){grid-column-start:12}#remaster-body :is(.tw-col-start-2){grid-column-start:2}#remaster-body :is(.\!tw-m-0){margin:0!important}#remaster-body :is(.\!tw-m-auto){margin:auto!important}#remaster-body :is(.tw-m-0){margin:0}#remaster-body :is(.tw-m-4){margin:1rem}#remaster-body :is(.tw-m-5){margin:1.25rem}#remaster-body :is(.tw-m-8){margin:2rem}#remaster-body :is(.tw-m-\[0px\]){margin:0}#remaster-body :is(.tw-m-auto){margin:auto}#remaster-body :is(.tw-mx-0){margin-left:0;margin-right:0}#remaster-body :is(.tw-mx-1){margin-left:.25rem;margin-right:.25rem}#remaster-body :is(.tw-mx-12){margin-left:3rem;margin-right:3rem}#remaster-body :is(.tw-mx-2){margin-left:.5rem;margin-right:.5rem}#remaster-body :is(.tw-mx-\[24px\]){margin-left:24px;margin-right:24px}#remaster-body :is(.tw-mx-auto){margin-left:auto;margin-right:auto}#remaster-body :is(.tw-my-0){margin-top:0;margin-bottom:0}#remaster-body :is(.tw-my-1){margin-top:.25rem;margin-bottom:.25rem}#remaster-body :is(.tw-my-10){margin-top:2.5rem;margin-bottom:2.5rem}#remaster-body :is(.tw-my-2){margin-top:.5rem;margin-bottom:.5rem}#remaster-body :is(.tw-my-3){margin-top:.75rem;margin-bottom:.75rem}#remaster-body :is(.tw-my-4){margin-top:1rem;margin-bottom:1rem}#remaster-body :is(.tw-my-5){margin-top:1.25rem;margin-bottom:1.25rem}#remaster-body :is(.tw-my-6){margin-top:1.5rem;margin-bottom:1.5rem}#remaster-body :is(.tw-my-7){margin-top:1.75rem;margin-bottom:1.75rem}#remaster-body :is(.tw-my-8){margin-top:2rem;margin-bottom:2rem}#remaster-body :is(.tw-my-\[10px\]){margin-top:10px;margin-bottom:10px}#remaster-body :is(.tw-my-\[12px\]){margin-top:12px;margin-bottom:12px}#remaster-body :is(.tw-my-\[16px\]){margin-top:16px;margin-bottom:16px}#remaster-body :is(.tw-my-\[2\.5rem\]){margin-top:2.5rem;margin-bottom:2.5rem}#remaster-body :is(.tw-my-\[20px\]){margin-top:20px;margin-bottom:20px}#remaster-body :is(.tw-my-\[24px\]){margin-top:24px;margin-bottom:24px}#remaster-body :is(.tw-my-\[2rem\]){margin-top:2rem;margin-bottom:2rem}#remaster-body :is(.tw-my-\[3\.5rem\]){margin-top:3.5rem;margin-bottom:3.5rem}#remaster-body :is(.tw-my-\[32px\]){margin-top:32px;margin-bottom:32px}#remaster-body :is(.tw-my-\[40px\]){margin-top:40px;margin-bottom:40px}#remaster-body :is(.tw-my-\[4px\]){margin-top:4px;margin-bottom:4px}#remaster-body :is(.tw-my-\[5px\]){margin-top:5px;margin-bottom:5px}#remaster-body :is(.tw-my-\[60px\]){margin-top:60px;margin-bottom:60px}#remaster-body :is(.tw-my-\[8px\]){margin-top:8px;margin-bottom:8px}#remaster-body :is(.\!tw-mb-4){margin-bottom:1rem!important}#remaster-body :is(.-tw-mb-\[0\.2em\]){margin-bottom:-.2em}#remaster-body :is(.-tw-ml-4){margin-left:-1rem}#remaster-body :is(.-tw-ml-6){margin-left:-1.5rem}#remaster-body :is(.-tw-mr-8){margin-right:-2rem}#remaster-body :is(.-tw-mt-\[2px\]){margin-top:-2px}#remaster-body :is(.tw-mb-0){margin-bottom:0}#remaster-body :is(.tw-mb-1){margin-bottom:.25rem}#remaster-body :is(.tw-mb-10){margin-bottom:2.5rem}#remaster-body :is(.tw-mb-12){margin-bottom:3rem}#remaster-body :is(.tw-mb-2){margin-bottom:.5rem}#remaster-body :is(.tw-mb-20){margin-bottom:5rem}#remaster-body :is(.tw-mb-24){margin-bottom:6rem}#remaster-body :is(.tw-mb-3){margin-bottom:.75rem}#remaster-body :is(.tw-mb-36){margin-bottom:9rem}#remaster-body :is(.tw-mb-4){margin-bottom:1rem}#remaster-body :is(.tw-mb-5){margin-bottom:1.25rem}#remaster-body :is(.tw-mb-6){margin-bottom:1.5rem}#remaster-body :is(.tw-mb-8){margin-bottom:2rem}#remaster-body :is(.tw-mb-\[12px\]){margin-bottom:12px}#remaster-body :is(.tw-mb-\[15px\]){margin-bottom:15px}#remaster-body :is(.tw-mb-\[15vh\]){margin-bottom:15vh}#remaster-body :is(.tw-mb-\[16px\]){margin-bottom:16px}#remaster-body :is(.tw-mb-\[22px\]){margin-bottom:22px}#remaster-body :is(.tw-mb-\[24px\]){margin-bottom:24px}#remaster-body :is(.tw-mb-\[2em\]){margin-bottom:2em}#remaster-body :is(.tw-mb-\[2px\]){margin-bottom:2px}#remaster-body :is(.tw-mb-\[32px\]){margin-bottom:32px}#remaster-body :is(.tw-mb-\[36px\]){margin-bottom:36px}#remaster-body :is(.tw-mb-\[40px\]){margin-bottom:40px}#remaster-body :is(.tw-mb-\[4px\]){margin-bottom:4px}#remaster-body :is(.tw-mb-\[5px\]){margin-bottom:5px}#remaster-body :is(.tw-mb-\[6px\]){margin-bottom:6px}#remaster-body :is(.tw-mb-\[80px\]){margin-bottom:80px}#remaster-body :is(.tw-mb-\[8px\]){margin-bottom:8px}#remaster-body :is(.tw-ml-1){margin-left:.25rem}#remaster-body :is(.tw-ml-12){margin-left:3rem}#remaster-body :is(.tw-ml-14){margin-left:3.5rem}#remaster-body :is(.tw-ml-2){margin-left:.5rem}#remaster-body :is(.tw-ml-3){margin-left:.75rem}#remaster-body :is(.tw-ml-4){margin-left:1rem}#remaster-body :is(.tw-ml-5){margin-left:1.25rem}#remaster-body :is(.tw-ml-6){margin-left:1.5rem}#remaster-body :is(.tw-ml-8){margin-left:2rem}#remaster-body :is(.tw-ml-\[0\.75rem\]){margin-left:.75rem}#remaster-body :is(.tw-ml-\[100px\]){margin-left:100px}#remaster-body :is(.tw-ml-\[10px\]){margin-left:10px}#remaster-body :is(.tw-ml-\[15px\]){margin-left:15px}#remaster-body :is(.tw-ml-\[16px\]){margin-left:16px}#remaster-body :is(.tw-ml-\[1px\]){margin-left:1px}#remaster-body :is(.tw-ml-\[1rem\]){margin-left:1rem}#remaster-body :is(.tw-ml-\[24px\]){margin-left:24px}#remaster-body :is(.tw-ml-\[4px\]){margin-left:4px}#remaster-body :is(.tw-ml-\[5px\]){margin-left:5px}#remaster-body :is(.tw-ml-\[8px\]){margin-left:8px}#remaster-body :is(.tw-ml-auto){margin-left:auto}#remaster-body :is(.tw-mr-0){margin-right:0}#remaster-body :is(.tw-mr-1){margin-right:.25rem}#remaster-body :is(.tw-mr-2){margin-right:.5rem}#remaster-body :is(.tw-mr-3){margin-right:.75rem}#remaster-body :is(.tw-mr-4){margin-right:1rem}#remaster-body :is(.tw-mr-8){margin-right:2rem}#remaster-body :is(.tw-mr-\[-6px\]){margin-right:-6px}#remaster-body :is(.tw-mr-\[15px\]){margin-right:15px}#remaster-body :is(.tw-mr-\[16px\]){margin-right:16px}#remaster-body :is(.tw-mr-\[1rem\]){margin-right:1rem}#remaster-body :is(.tw-mr-\[40px\]){margin-right:40px}#remaster-body :is(.tw-mr-\[5px\]){margin-right:5px}#remaster-body :is(.tw-mr-\[8px\]){margin-right:8px}#remaster-body :is(.tw-ms-\[16px\]){margin-inline-start:16px}#remaster-body :is(.tw-ms-\[1rem\]){margin-inline-start:1rem}#remaster-body :is(.tw-ms-\[8px\]){margin-inline-start:8px}#remaster-body :is(.tw-mt-0){margin-top:0}#remaster-body :is(.tw-mt-1){margin-top:.25rem}#remaster-body :is(.tw-mt-10){margin-top:2.5rem}#remaster-body :is(.tw-mt-12){margin-top:3rem}#remaster-body :is(.tw-mt-16){margin-top:4rem}#remaster-body :is(.tw-mt-2){margin-top:.5rem}#remaster-body :is(.tw-mt-20){margin-top:5rem}#remaster-body :is(.tw-mt-3){margin-top:.75rem}#remaster-body :is(.tw-mt-4){margin-top:1rem}#remaster-body :is(.tw-mt-5){margin-top:1.25rem}#remaster-body :is(.tw-mt-6){margin-top:1.5rem}#remaster-body :is(.tw-mt-7){margin-top:1.75rem}#remaster-body :is(.tw-mt-8){margin-top:2rem}#remaster-body :is(.tw-mt-\[-10px\]){margin-top:-10px}#remaster-body :is(.tw-mt-\[-124\.5px\]){margin-top:-124.5px}#remaster-body :is(.tw-mt-\[-15px\]){margin-top:-15px}#remaster-body :is(.tw-mt-\[-167px\]){margin-top:-167px}#remaster-body :is(.tw-mt-\[-18px\]){margin-top:-18px}#remaster-body :is(.tw-mt-\[-1px\]){margin-top:-1px}#remaster-body :is(.tw-mt-\[-20px\]){margin-top:-20px}#remaster-body :is(.tw-mt-\[-213px\]){margin-top:-213px}#remaster-body :is(.tw-mt-\[-28px\]){margin-top:-28px}#remaster-body :is(.tw-mt-\[-30px\]){margin-top:-30px}#remaster-body :is(.tw-mt-\[-463px\]){margin-top:-463px}#remaster-body :is(.tw-mt-\[-60px\]){margin-top:-60px}#remaster-body :is(.tw-mt-\[-64px\]){margin-top:-64px}#remaster-body :is(.tw-mt-\[-80px\]){margin-top:-80px}#remaster-body :is(.tw-mt-\[-82px\]){margin-top:-82px}#remaster-body :is(.tw-mt-\[0\.5rem\]){margin-top:.5rem}#remaster-body :is(.tw-mt-\[0px\]){margin-top:0}#remaster-body :is(.tw-mt-\[10px\]){margin-top:10px}#remaster-body :is(.tw-mt-\[12px\]){margin-top:12px}#remaster-body :is(.tw-mt-\[16px\]){margin-top:16px}#remaster-body :is(.tw-mt-\[1rem\]){margin-top:1rem}#remaster-body :is(.tw-mt-\[20px\]){margin-top:20px}#remaster-body :is(.tw-mt-\[24px\]){margin-top:24px}#remaster-body :is(.tw-mt-\[25px\]){margin-top:25px}#remaster-body :is(.tw-mt-\[2rem\]){margin-top:2rem}#remaster-body :is(.tw-mt-\[32px\]){margin-top:32px}#remaster-body :is(.tw-mt-\[3px\]){margin-top:3px}#remaster-body :is(.tw-mt-\[40px\]){margin-top:40px}#remaster-body :is(.tw-mt-\[48px\]){margin-top:48px}#remaster-body :is(.tw-mt-\[4px\]){margin-top:4px}#remaster-body :is(.tw-mt-\[50px\]){margin-top:50px}#remaster-body :is(.tw-mt-\[56px\]){margin-top:56px}#remaster-body :is(.tw-mt-\[5px\]){margin-top:5px}#remaster-body :is(.tw-mt-\[80px\]){margin-top:80px}#remaster-body :is(.tw-mt-\[8px\]){margin-top:8px}#remaster-body :is(.tw-box-border){box-sizing:border-box}#remaster-body :is(.\!tw-line-clamp-1){overflow:hidden!important;display:-webkit-box!important;-webkit-box-orient:vertical!important;-webkit-line-clamp:1!important}#remaster-body :is(.tw-line-clamp-1){overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1}#remaster-body :is(.tw-line-clamp-2){overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}#remaster-body :is(.tw-line-clamp-4){overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:4}#remaster-body :is(.tw-block){display:block}#remaster-body :is(.tw-inline-block){display:inline-block}#remaster-body :is(.tw-inline){display:inline}#remaster-body :is(.tw-flex){display:flex}#remaster-body :is(.tw-inline-flex){display:inline-flex}#remaster-body :is(.tw-grid){display:grid}#remaster-body :is(.tw-contents){display:contents}#remaster-body :is(.tw-hidden){display:none}#remaster-body :is(.tw-aspect-\[261\/174\]){aspect-ratio:261/174}#remaster-body :is(.tw-aspect-\[261\/246\]){aspect-ratio:261/246}#remaster-body :is(.tw-aspect-\[293\/154\]){aspect-ratio:293/154}#remaster-body :is(.tw-aspect-square){aspect-ratio:1 / 1}#remaster-body :is(.\!tw-h-\[100vh\]){height:100vh!important}#remaster-body :is(.\!tw-h-screen){height:100vh!important}#remaster-body :is(.tw-h-0){height:0px}#remaster-body :is(.tw-h-1){height:.25rem}#remaster-body :is(.tw-h-10){height:2.5rem}#remaster-body :is(.tw-h-11){height:2.75rem}#remaster-body :is(.tw-h-14){height:3.5rem}#remaster-body :is(.tw-h-2){height:.5rem}#remaster-body :is(.tw-h-24){height:6rem}#remaster-body :is(.tw-h-4){height:1rem}#remaster-body :is(.tw-h-5){height:1.25rem}#remaster-body :is(.tw-h-6){height:1.5rem}#remaster-body :is(.tw-h-\[0px\]){height:0px}#remaster-body :is(.tw-h-\[100px\]){height:100px}#remaster-body :is(.tw-h-\[100vh\]){height:100vh}#remaster-body :is(.tw-h-\[108px\]){height:108px}#remaster-body :is(.tw-h-\[10px\]){height:10px}#remaster-body :is(.tw-h-\[110vh\]){height:110vh}#remaster-body :is(.tw-h-\[112px\]){height:112px}#remaster-body :is(.tw-h-\[120px\]){height:120px}#remaster-body :is(.tw-h-\[12px\]){height:12px}#remaster-body :is(.tw-h-\[14px\]){height:14px}#remaster-body :is(.tw-h-\[150px\]){height:150px}#remaster-body :is(.tw-h-\[154px\]){height:154px}#remaster-body :is(.tw-h-\[156px\]){height:156px}#remaster-body :is(.tw-h-\[158px\]){height:158px}#remaster-body :is(.tw-h-\[15px\]){height:15px}#remaster-body :is(.tw-h-\[166px\]){height:166px}#remaster-body :is(.tw-h-\[16px\]){height:16px}#remaster-body :is(.tw-h-\[172px\]){height:172px}#remaster-body :is(.tw-h-\[18px\]){height:18px}#remaster-body :is(.tw-h-\[1px\]){height:1px}#remaster-body :is(.tw-h-\[200px\]){height:200px}#remaster-body :is(.tw-h-\[20px\]){height:20px}#remaster-body :is(.tw-h-\[211px\]){height:211px}#remaster-body :is(.tw-h-\[23px\]){height:23px}#remaster-body :is(.tw-h-\[240px\]){height:240px}#remaster-body :is(.tw-h-\[24px\]){height:24px}#remaster-body :is(.tw-h-\[250px\]){height:250px}#remaster-body :is(.tw-h-\[25px\]){height:25px}#remaster-body :is(.tw-h-\[261px\]){height:261px}#remaster-body :is(.tw-h-\[270px\]){height:270px}#remaster-body :is(.tw-h-\[27px\]){height:27px}#remaster-body :is(.tw-h-\[280px\]){height:280px}#remaster-body :is(.tw-h-\[28px\]){height:28px}#remaster-body :is(.tw-h-\[2px\]){height:2px}#remaster-body :is(.tw-h-\[300px\]){height:300px}#remaster-body :is(.tw-h-\[30px\]){height:30px}#remaster-body :is(.tw-h-\[329px\]){height:329px}#remaster-body :is(.tw-h-\[32px\]){height:32px}#remaster-body :is(.tw-h-\[350px\]){height:350px}#remaster-body :is(.tw-h-\[355px\]){height:355px}#remaster-body :is(.tw-h-\[356px\]){height:356px}#remaster-body :is(.tw-h-\[35px\]){height:35px}#remaster-body :is(.tw-h-\[36px\]){height:36px}#remaster-body :is(.tw-h-\[40px\]){height:40px}#remaster-body :is(.tw-h-\[40vh\]){height:40vh}#remaster-body :is(.tw-h-\[43px\]){height:43px}#remaster-body :is(.tw-h-\[44px\]){height:44px}#remaster-body :is(.tw-h-\[456px\]){height:456px}#remaster-body :is(.tw-h-\[45px\]){height:45px}#remaster-body :is(.tw-h-\[480px\]){height:480px}#remaster-body :is(.tw-h-\[48px\]){height:48px}#remaster-body :is(.tw-h-\[4px\]){height:4px}#remaster-body :is(.tw-h-\[50px\]){height:50px}#remaster-body :is(.tw-h-\[512px\]){height:512px}#remaster-body :is(.tw-h-\[52px\]){height:52px}#remaster-body :is(.tw-h-\[54px\]){height:54px}#remaster-body :is(.tw-h-\[55px\]){height:55px}#remaster-body :is(.tw-h-\[56px\]){height:56px}#remaster-body :is(.tw-h-\[580px\]){height:580px}#remaster-body :is(.tw-h-\[60px\]){height:60px}#remaster-body :is(.tw-h-\[60vh\]){height:60vh}#remaster-body :is(.tw-h-\[64px\]){height:64px}#remaster-body :is(.tw-h-\[65px\]){height:65px}#remaster-body :is(.tw-h-\[65vh\]){height:65vh}#remaster-body :is(.tw-h-\[67vh\]){height:67vh}#remaster-body :is(.tw-h-\[70px\]){height:70px}#remaster-body :is(.tw-h-\[70vh\]){height:70vh}#remaster-body :is(.tw-h-\[72px\]){height:72px}#remaster-body :is(.tw-h-\[74px\]){height:74px}#remaster-body :is(.tw-h-\[75px\]){height:75px}#remaster-body :is(.tw-h-\[75vh\]){height:75vh}#remaster-body :is(.tw-h-\[78px\]){height:78px}#remaster-body :is(.tw-h-\[80px\]){height:80px}#remaster-body :is(.tw-h-\[84px\]){height:84px}#remaster-body :is(.tw-h-\[88px\]){height:88px}#remaster-body :is(.tw-h-\[8px\]){height:8px}#remaster-body :is(.tw-h-\[91px\]){height:91px}#remaster-body :is(.tw-h-\[calc\(100\%_-_24px\)\]){height:calc(100% - 24px)}#remaster-body :is(.tw-h-\[calc\(theme\(height\.screen\)-theme\(space\.16\)\)\]){height:calc(100vh - 4rem)}#remaster-body :is(.tw-h-\[calc\(theme\(height\.screen\)-theme\(space\.20\)\)\]){height:calc(100vh - 5rem)}#remaster-body :is(.tw-h-auto){height:auto}#remaster-body :is(.tw-h-fit){height:-moz-fit-content;height:fit-content}#remaster-body :is(.tw-h-full){height:100%}#remaster-body :is(.tw-h-screen){height:100vh}#remaster-body :is(.tw-max-h-7){max-height:1.75rem}#remaster-body :is(.tw-max-h-\[150px\]){max-height:150px}#remaster-body :is(.tw-max-h-\[211px\]){max-height:211px}#remaster-body :is(.tw-max-h-\[250px\]){max-height:250px}#remaster-body :is(.tw-max-h-\[280px\]){max-height:280px}#remaster-body :is(.tw-max-h-\[35vh\]){max-height:35vh}#remaster-body :is(.tw-max-h-\[360px\]){max-height:360px}#remaster-body :is(.tw-max-h-\[400px\]){max-height:400px}#remaster-body :is(.tw-min-h-\[120px\]){min-height:120px}#remaster-body :is(.tw-min-h-\[45px\]){min-height:45px}#remaster-body :is(.tw-min-h-\[72px\]){min-height:72px}#remaster-body :is(.tw-min-h-\[75px\]){min-height:75px}#remaster-body :is(.tw-min-h-\[calc\(100vh-64px-55px\)\]){min-height:calc(100vh - 119px)}#remaster-body :is(.tw-min-h-screen){min-height:100vh}#remaster-body :is(.\!tw-w-\[100vw\]){width:100vw!important}#remaster-body :is(.\!tw-w-\[80px\]){width:80px!important}#remaster-body :is(.\!tw-w-\[auto\]){width:auto!important}#remaster-body :is(.\!tw-w-full){width:100%!important}#remaster-body :is(.tw-w-0){width:0px}#remaster-body :is(.tw-w-10){width:2.5rem}#remaster-body :is(.tw-w-11){width:2.75rem}#remaster-body :is(.tw-w-14){width:3.5rem}#remaster-body :is(.tw-w-16){width:4rem}#remaster-body :is(.tw-w-2){width:.5rem}#remaster-body :is(.tw-w-20){width:5rem}#remaster-body :is(.tw-w-24){width:6rem}#remaster-body :is(.tw-w-4){width:1rem}#remaster-body :is(.tw-w-40){width:10rem}#remaster-body :is(.tw-w-44){width:11rem}#remaster-body :is(.tw-w-5){width:1.25rem}#remaster-body :is(.tw-w-6){width:1.5rem}#remaster-body :is(.tw-w-60){width:15rem}#remaster-body :is(.tw-w-80){width:20rem}#remaster-body :is(.tw-w-9){width:2.25rem}#remaster-body :is(.tw-w-96){width:24rem}#remaster-body :is(.tw-w-\[0px\]){width:0px}#remaster-body :is(.tw-w-\[100\%\]){width:100%}#remaster-body :is(.tw-w-\[100px\]){width:100px}#remaster-body :is(.tw-w-\[100vw\]){width:100vw}#remaster-body :is(.tw-w-\[108px\]){width:108px}#remaster-body :is(.tw-w-\[10px\]){width:10px}#remaster-body :is(.tw-w-\[112px\]){width:112px}#remaster-body :is(.tw-w-\[1200px\]){width:1200px}#remaster-body :is(.tw-w-\[120px\]){width:120px}#remaster-body :is(.tw-w-\[125px\]){width:125px}#remaster-body :is(.tw-w-\[128px\]){width:128px}#remaster-body :is(.tw-w-\[130px\]){width:130px}#remaster-body :is(.tw-w-\[150px\]){width:150px}#remaster-body :is(.tw-w-\[151px\]){width:151px}#remaster-body :is(.tw-w-\[156px\]){width:156px}#remaster-body :is(.tw-w-\[158px\]){width:158px}#remaster-body :is(.tw-w-\[160px\]){width:160px}#remaster-body :is(.tw-w-\[165px\]){width:165px}#remaster-body :is(.tw-w-\[166px\]){width:166px}#remaster-body :is(.tw-w-\[16px\]){width:16px}#remaster-body :is(.tw-w-\[174px\]){width:174px}#remaster-body :is(.tw-w-\[175px\]){width:175px}#remaster-body :is(.tw-w-\[180px\]){width:180px}#remaster-body :is(.tw-w-\[185px\]){width:185px}#remaster-body :is(.tw-w-\[190px\]){width:190px}#remaster-body :is(.tw-w-\[1px\]){width:1px}#remaster-body :is(.tw-w-\[200px\]){width:200px}#remaster-body :is(.tw-w-\[208px\]){width:208px}#remaster-body :is(.tw-w-\[211px\]){width:211px}#remaster-body :is(.tw-w-\[220px\]){width:220px}#remaster-body :is(.tw-w-\[23px\]){width:23px}#remaster-body :is(.tw-w-\[240px\]){width:240px}#remaster-body :is(.tw-w-\[24px\]){width:24px}#remaster-body :is(.tw-w-\[250px\]){width:250px}#remaster-body :is(.tw-w-\[258px\]){width:258px}#remaster-body :is(.tw-w-\[260px\]){width:260px}#remaster-body :is(.tw-w-\[261px\]){width:261px}#remaster-body :is(.tw-w-\[265px\]){width:265px}#remaster-body :is(.tw-w-\[28px\]){width:28px}#remaster-body :is(.tw-w-\[293px\]){width:293px}#remaster-body :is(.tw-w-\[300px\]){width:300px}#remaster-body :is(.tw-w-\[325px\]){width:325px}#remaster-body :is(.tw-w-\[32px\]){width:32px}#remaster-body :is(.tw-w-\[350px\]){width:350px}#remaster-body :is(.tw-w-\[353px\]){width:353px}#remaster-body :is(.tw-w-\[355px\]){width:355px}#remaster-body :is(.tw-w-\[356px\]){width:356px}#remaster-body :is(.tw-w-\[35px\]){width:35px}#remaster-body :is(.tw-w-\[366px\]){width:366px}#remaster-body :is(.tw-w-\[380px\]){width:380px}#remaster-body :is(.tw-w-\[400px\]){width:400px}#remaster-body :is(.tw-w-\[40px\]){width:40px}#remaster-body :is(.tw-w-\[435px\]){width:435px}#remaster-body :is(.tw-w-\[450px\]){width:450px}#remaster-body :is(.tw-w-\[456px\]){width:456px}#remaster-body :is(.tw-w-\[45px\]){width:45px}#remaster-body :is(.tw-w-\[476px\]){width:476px}#remaster-body :is(.tw-w-\[48px\]){width:48px}#remaster-body :is(.tw-w-\[492px\]){width:492px}#remaster-body :is(.tw-w-\[500px\]){width:500px}#remaster-body :is(.tw-w-\[50px\]){width:50px}#remaster-body :is(.tw-w-\[520px\]){width:520px}#remaster-body :is(.tw-w-\[52px\]){width:52px}#remaster-body :is(.tw-w-\[540px\]){width:540px}#remaster-body :is(.tw-w-\[546px\]){width:546px}#remaster-body :is(.tw-w-\[54px\]){width:54px}#remaster-body :is(.tw-w-\[55px\]){width:55px}#remaster-body :is(.tw-w-\[560px\]){width:560px}#remaster-body :is(.tw-w-\[56px\]){width:56px}#remaster-body :is(.tw-w-\[594px\]){width:594px}#remaster-body :is(.tw-w-\[60px\]){width:60px}#remaster-body :is(.tw-w-\[64px\]){width:64px}#remaster-body :is(.tw-w-\[65px\]){width:65px}#remaster-body :is(.tw-w-\[68px\]){width:68px}#remaster-body :is(.tw-w-\[72px\]){width:72px}#remaster-body :is(.tw-w-\[74px\]){width:74px}#remaster-body :is(.tw-w-\[78px\]){width:78px}#remaster-body :is(.tw-w-\[80px\]){width:80px}#remaster-body :is(.tw-w-\[84px\]){width:84px}#remaster-body :is(.tw-w-\[85\%\]){width:85%}#remaster-body :is(.tw-w-\[8px\]){width:8px}#remaster-body :is(.tw-w-\[90px\]){width:90px}#remaster-body :is(.tw-w-\[926px\]){width:926px}#remaster-body :is(.tw-w-\[99\%\]){width:99%}#remaster-body :is(.tw-w-\[auto\]){width:auto}#remaster-body :is(.tw-w-\[calc\(100\%_\+_32px\)\]){width:calc(100% + 32px)}#remaster-body :is(.tw-w-\[calc\(100\%_\+_48px\)\]){width:calc(100% + 48px)}#remaster-body :is(.tw-w-\[full\]){width:full}#remaster-body :is(.tw-w-auto){width:auto}#remaster-body :is(.tw-w-fit){width:-moz-fit-content;width:fit-content}#remaster-body :is(.tw-w-full){width:100%}#remaster-body :is(.tw-w-max){width:-moz-max-content;width:max-content}#remaster-body :is(.tw-w-screen){width:100vw}#remaster-body :is(.\!tw-min-w-\[175px\]){min-width:175px!important}#remaster-body :is(.tw-min-w-\[260px\]){min-width:260px}#remaster-body :is(.tw-min-w-\[926px\]){min-width:926px}#remaster-body :is(.tw-min-w-min){min-width:-moz-min-content;min-width:min-content}#remaster-body :is(.tw-max-w-\[1200px\]){max-width:1200px}#remaster-body :is(.tw-max-w-\[350px\]){max-width:350px}#remaster-body :is(.tw-max-w-\[416px\]){max-width:416px}#remaster-body :is(.tw-max-w-\[800px\]){max-width:800px}#remaster-body :is(.tw-max-w-fit){max-width:-moz-fit-content;max-width:fit-content}#remaster-body :is(.tw-max-w-full){max-width:100%}#remaster-body :is(.tw-max-w-max){max-width:-moz-max-content;max-width:max-content}#remaster-body :is(.tw-max-w-md){max-width:28rem}#remaster-body :is(.tw-max-w-none){max-width:none}#remaster-body :is(.tw-max-w-screen-2xl){max-width:1600px}#remaster-body :is(.tw-max-w-screen-xl){max-width:1200px}#remaster-body :is(.tw-max-w-sm){max-width:24rem}#remaster-body :is(.tw-flex-1){flex:1 1 0%}#remaster-body :is(.tw-flex-shrink){flex-shrink:1}#remaster-body :is(.tw-flex-shrink-0){flex-shrink:0}#remaster-body :is(.tw-flex-grow){flex-grow:1}#remaster-body :is(.tw-grow){flex-grow:1}#remaster-body :is(.tw-basis-1\/3){flex-basis:33.333333%}#remaster-body :is(.tw-basis-1\/5){flex-basis:20%}#remaster-body :is(.tw-basis-1\/6){flex-basis:16.666667%}#remaster-body :is(.tw-basis-2\/3){flex-basis:66.666667%}#remaster-body :is(.tw-basis-2\/5){flex-basis:40%}#remaster-body :is(.tw-basis-2\/6){flex-basis:33.333333%}#remaster-body :is(.tw-basis-3\/6){flex-basis:50%}#remaster-body :is(.tw-basis-auto){flex-basis:auto}#remaster-body :is(.tw-table-auto){table-layout:auto}#remaster-body :is(.tw-border-spacing-0){--tw-border-spacing-x: 0px;--tw-border-spacing-y: 0px;border-spacing:var(--tw-border-spacing-x) var(--tw-border-spacing-y)}#remaster-body :is(.tw-border-spacing-\[0px\]){--tw-border-spacing-x: 0px;--tw-border-spacing-y: 0px;border-spacing:var(--tw-border-spacing-x) var(--tw-border-spacing-y)}#remaster-body :is(.tw--translate-x-1\/2){--tw-translate-x: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}#remaster-body :is(.tw--translate-y-1\/2){--tw-translate-y: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}#remaster-body :is(.tw-translate-x-\[-50\%\]){--tw-translate-x: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}#remaster-body :is(.tw-rotate-\[-45deg\]){--tw-rotate: -45deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}#remaster-body :is(.tw-rotate-\[45deg\]){--tw-rotate: 45deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}#remaster-body :is(.tw-scale-110){--tw-scale-x: 1.1;--tw-scale-y: 1.1;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}#remaster-body :is(.tw-transform){transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}@keyframes tw-pulse{50%{opacity:.5}}#remaster-body :is(.tw-animate-pulse){animation:tw-pulse 2s cubic-bezier(.4,0,.6,1) infinite}@keyframes tw-spin{to{transform:rotate(360deg)}}#remaster-body :is(.tw-animate-spin){animation:tw-spin 1s linear infinite}#remaster-body :is(.tw-cursor-not-allowed){cursor:not-allowed}#remaster-body :is(.tw-cursor-pointer){cursor:pointer}#remaster-body :is(.tw-resize-none){resize:none}#remaster-body :is(.tw-scroll-m-8){scroll-margin:2rem}#remaster-body :is(.tw-list-disc){list-style-type:disc}#remaster-body :is(.tw-list-none){list-style-type:none}#remaster-body :is(.tw-appearance-none){-webkit-appearance:none;-moz-appearance:none;appearance:none}#remaster-body :is(.tw-grid-cols-1){grid-template-columns:repeat(1,minmax(0,1fr))}#remaster-body :is(.tw-grid-cols-12){grid-template-columns:repeat(12,minmax(0,1fr))}#remaster-body :is(.tw-grid-cols-2){grid-template-columns:repeat(2,minmax(0,1fr))}#remaster-body :is(.tw-grid-cols-3){grid-template-columns:repeat(3,minmax(0,1fr))}#remaster-body :is(.tw-grid-cols-4){grid-template-columns:repeat(4,minmax(0,1fr))}#remaster-body :is(.tw-grid-cols-6){grid-template-columns:repeat(6,minmax(0,1fr))}#remaster-body :is(.tw-grid-cols-\[1fr_1fr\]){grid-template-columns:1fr 1fr}#remaster-body :is(.tw-grid-cols-\[1fr_1fr_auto\]){grid-template-columns:1fr 1fr auto}#remaster-body :is(.tw-grid-cols-\[1fr_auto\]){grid-template-columns:1fr auto}#remaster-body :is(.tw-grid-cols-\[264px_1fr\]){grid-template-columns:264px 1fr}#remaster-body :is(.tw-grid-cols-\[356px_356px\]){grid-template-columns:356px 356px}#remaster-body :is(.tw-grid-cols-\[356px_356px_356px\]){grid-template-columns:356px 356px 356px}#remaster-body :is(.tw-grid-cols-\[60px_auto\]){grid-template-columns:60px auto}#remaster-body :is(.tw-grid-cols-\[auto_1fr\]){grid-template-columns:auto 1fr}#remaster-body :is(.tw-grid-cols-\[auto_1fr_auto\]){grid-template-columns:auto 1fr auto}#remaster-body :is(.tw-grid-cols-\[auto_auto_1fr\]){grid-template-columns:auto auto 1fr}#remaster-body :is(.tw-grid-rows-\[1fr\]){grid-template-rows:1fr}#remaster-body :is(.tw-grid-rows-\[auto\,1fr\,auto\]){grid-template-rows:auto 1fr auto}#remaster-body :is(.tw-flex-row){flex-direction:row}#remaster-body :is(.tw-flex-col){flex-direction:column}#remaster-body :is(.tw-flex-col-reverse){flex-direction:column-reverse}#remaster-body :is(.tw-flex-wrap){flex-wrap:wrap}#remaster-body :is(.tw-items-start){align-items:flex-start}#remaster-body :is(.tw-items-end){align-items:flex-end}#remaster-body :is(.tw-items-center){align-items:center}#remaster-body :is(.tw-items-baseline){align-items:baseline}#remaster-body :is(.tw-items-stretch){align-items:stretch}#remaster-body :is(.tw-justify-start){justify-content:flex-start}#remaster-body :is(.tw-justify-end){justify-content:flex-end}#remaster-body :is(.tw-justify-center){justify-content:center}#remaster-body :is(.tw-justify-between){justify-content:space-between}#remaster-body :is(.tw-justify-evenly){justify-content:space-evenly}#remaster-body :is(.tw-gap-0){gap:0px}#remaster-body :is(.tw-gap-1){gap:.25rem}#remaster-body :is(.tw-gap-10){gap:2.5rem}#remaster-body :is(.tw-gap-16){gap:4rem}#remaster-body :is(.tw-gap-2){gap:.5rem}#remaster-body :is(.tw-gap-20){gap:5rem}#remaster-body :is(.tw-gap-3){gap:.75rem}#remaster-body :is(.tw-gap-4){gap:1rem}#remaster-body :is(.tw-gap-5){gap:1.25rem}#remaster-body :is(.tw-gap-6){gap:1.5rem}#remaster-body :is(.tw-gap-7){gap:1.75rem}#remaster-body :is(.tw-gap-8){gap:2rem}#remaster-body :is(.tw-gap-\[0\.5rem\]){gap:.5rem}#remaster-body :is(.tw-gap-\[10px\]){gap:10px}#remaster-body :is(.tw-gap-\[119px\]){gap:119px}#remaster-body :is(.tw-gap-\[11px\]){gap:11px}#remaster-body :is(.tw-gap-\[12px\]){gap:12px}#remaster-body :is(.tw-gap-\[15px\]){gap:15px}#remaster-body :is(.tw-gap-\[16px\]){gap:16px}#remaster-body :is(.tw-gap-\[1rem\]){gap:1rem}#remaster-body :is(.tw-gap-\[20px\]){gap:20px}#remaster-body :is(.tw-gap-\[21px\]){gap:21px}#remaster-body :is(.tw-gap-\[24px\]){gap:24px}#remaster-body :is(.tw-gap-\[2px\]){gap:2px}#remaster-body :is(.tw-gap-\[32px\]){gap:32px}#remaster-body :is(.tw-gap-\[3px\]){gap:3px}#remaster-body :is(.tw-gap-\[4px\]){gap:4px}#remaster-body :is(.tw-gap-\[5px\]){gap:5px}#remaster-body :is(.tw-gap-\[7px\]){gap:7px}#remaster-body :is(.tw-gap-\[8px\]){gap:8px}#remaster-body :is(.tw-space-x-2>:not([hidden])~:not([hidden])){--tw-space-x-reverse: 0;margin-right:calc(.5rem * var(--tw-space-x-reverse));margin-left:calc(.5rem * calc(1 - var(--tw-space-x-reverse)))}#remaster-body :is(.tw-space-x-4>:not([hidden])~:not([hidden])){--tw-space-x-reverse: 0;margin-right:calc(1rem * var(--tw-space-x-reverse));margin-left:calc(1rem * calc(1 - var(--tw-space-x-reverse)))}#remaster-body :is(.tw-space-y-2>:not([hidden])~:not([hidden])){--tw-space-y-reverse: 0;margin-top:calc(.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem * var(--tw-space-y-reverse))}#remaster-body :is(.tw-self-start){align-self:flex-start}#remaster-body :is(.tw-self-end){align-self:flex-end}#remaster-body :is(.tw-overflow-auto){overflow:auto}#remaster-body :is(.tw-overflow-hidden){overflow:hidden}#remaster-body :is(.tw-overflow-clip){overflow:clip}#remaster-body :is(.tw-overflow-scroll){overflow:scroll}#remaster-body :is(.tw-overflow-x-auto){overflow-x:auto}#remaster-body :is(.tw-overflow-y-auto){overflow-y:auto}#remaster-body :is(.tw-overflow-x-hidden){overflow-x:hidden}#remaster-body :is(.tw-overflow-y-scroll){overflow-y:scroll}#remaster-body :is(.tw-text-ellipsis){text-overflow:ellipsis}#remaster-body :is(.tw-whitespace-nowrap){white-space:nowrap}#remaster-body :is(.tw-whitespace-pre-wrap){white-space:pre-wrap}#remaster-body :is(.tw-break-words){overflow-wrap:break-word}#remaster-body :is(.tw-break-all){word-break:break-all}#remaster-body :is(.\!tw-rounded-none){border-radius:0!important}#remaster-body :is(.tw-rounded){border-radius:.25rem}#remaster-body :is(.tw-rounded-\[0px\]){border-radius:0}#remaster-body :is(.tw-rounded-\[100px\]){border-radius:100px}#remaster-body :is(.tw-rounded-\[10px\]){border-radius:10px}#remaster-body :is(.tw-rounded-\[12px\]){border-radius:12px}#remaster-body :is(.tw-rounded-\[15px\]){border-radius:15px}#remaster-body :is(.tw-rounded-\[16px\]){border-radius:16px}#remaster-body :is(.tw-rounded-\[20px\]){border-radius:20px}#remaster-body :is(.tw-rounded-\[240px\]){border-radius:240px}#remaster-body :is(.tw-rounded-\[25px\]){border-radius:25px}#remaster-body :is(.tw-rounded-\[2px\]){border-radius:2px}#remaster-body :is(.tw-rounded-\[32px\]){border-radius:32px}#remaster-body :is(.tw-rounded-\[3px\]){border-radius:3px}#remaster-body :is(.tw-rounded-\[40px\]){border-radius:40px}#remaster-body :is(.tw-rounded-\[45px\]){border-radius:45px}#remaster-body :is(.tw-rounded-\[48px\]){border-radius:48px}#remaster-body :is(.tw-rounded-\[4px\]){border-radius:4px}#remaster-body :is(.tw-rounded-\[50px\]){border-radius:50px}#remaster-body :is(.tw-rounded-\[54px\]){border-radius:54px}#remaster-body :is(.tw-rounded-\[56px\]){border-radius:56px}#remaster-body :is(.tw-rounded-\[5px\]){border-radius:5px}#remaster-body :is(.tw-rounded-\[60px\]){border-radius:60px}#remaster-body :is(.tw-rounded-\[65px\]){border-radius:65px}#remaster-body :is(.tw-rounded-\[72px\]){border-radius:72px}#remaster-body :is(.tw-rounded-\[80px\]){border-radius:80px}#remaster-body :is(.tw-rounded-\[8px\]){border-radius:8px}#remaster-body :is(.tw-rounded-full){border-radius:9999px}#remaster-body :is(.tw-rounded-lg){border-radius:.5rem}#remaster-body :is(.tw-rounded-md){border-radius:.375rem}#remaster-body :is(.tw-rounded-none){border-radius:0}#remaster-body :is(.tw-rounded-sm){border-radius:.125rem}#remaster-body :is(.\!tw-rounded-t-\[2px\]){border-top-left-radius:2px!important;border-top-right-radius:2px!important}#remaster-body :is(.tw-rounded-b-\[1px\]){border-bottom-right-radius:1px;border-bottom-left-radius:1px}#remaster-body :is(.tw-rounded-b-\[2px\]){border-bottom-right-radius:2px;border-bottom-left-radius:2px}#remaster-body :is(.tw-rounded-e-md){border-start-end-radius:.375rem;border-end-end-radius:.375rem}#remaster-body :is(.tw-rounded-l-md){border-top-left-radius:.375rem;border-bottom-left-radius:.375rem}#remaster-body :is(.tw-rounded-t-\[2px\]){border-top-left-radius:2px;border-top-right-radius:2px}#remaster-body :is(.tw-rounded-t-md){border-top-left-radius:.375rem;border-top-right-radius:.375rem}#remaster-body :is(.tw-rounded-bl-\[2px\]){border-bottom-left-radius:2px}#remaster-body :is(.tw-rounded-tl-\[2px\]){border-top-left-radius:2px}#remaster-body :is(.tw-rounded-tl-none){border-top-left-radius:0}#remaster-body :is(.tw-border){border-width:1px}#remaster-body :is(.tw-border-0){border-width:0px}#remaster-body :is(.tw-border-2){border-width:2px}#remaster-body :is(.tw-border-\[0\.5px\]){border-width:.5px}#remaster-body :is(.tw-border-\[1\.5px\]){border-width:1.5px}#remaster-body :is(.tw-border-\[1px\]){border-width:1px}#remaster-body :is(.tw-border-\[2px\]){border-width:2px}#remaster-body :is(.tw-border-x-0){border-left-width:0px;border-right-width:0px}#remaster-body :is(.tw-border-y-0){border-top-width:0px;border-bottom-width:0px}#remaster-body :is(.tw-border-y-\[1px\]){border-top-width:1px;border-bottom-width:1px}#remaster-body :is(.tw-border-b){border-bottom-width:1px}#remaster-body :is(.tw-border-b-0){border-bottom-width:0px}#remaster-body :is(.tw-border-b-2){border-bottom-width:2px}#remaster-body :is(.tw-border-b-\[1px\]){border-bottom-width:1px}#remaster-body :is(.tw-border-l-0){border-left-width:0px}#remaster-body :is(.tw-border-l-\[1px\]){border-left-width:1px}#remaster-body :is(.tw-border-l-\[3px\]){border-left-width:3px}#remaster-body :is(.tw-border-r){border-right-width:1px}#remaster-body :is(.tw-border-r-0){border-right-width:0px}#remaster-body :is(.tw-border-r-\[1px\]){border-right-width:1px}#remaster-body :is(.tw-border-t-0){border-top-width:0px}#remaster-body :is(.tw-border-t-\[0px\]){border-top-width:0px}#remaster-body :is(.tw-border-t-\[1px\]){border-top-width:1px}#remaster-body :is(.\!tw-border-solid){border-style:solid!important}#remaster-body :is(.tw-border-solid){border-style:solid}#remaster-body :is(.tw-border-dashed){border-style:dashed}#remaster-body :is(.tw-border-none){border-style:none}#remaster-body :is(.\!tw-border-\[\#000\]){--tw-border-opacity: 1 !important;border-color:rgb(0 0 0 / var(--tw-border-opacity))!important}#remaster-body :is(.\!tw-border-\[\#E7E7E7\]){--tw-border-opacity: 1 !important;border-color:rgb(231 231 231 / var(--tw-border-opacity))!important}#remaster-body :is(.tw-border-\[\#009262\]){--tw-border-opacity: 1;border-color:rgb(0 146 98 / var(--tw-border-opacity))}#remaster-body :is(.tw-border-\[\#115B43\]){--tw-border-opacity: 1;border-color:rgb(17 91 67 / var(--tw-border-opacity))}#remaster-body :is(.tw-border-\[\#19181A\]){--tw-border-opacity: 1;border-color:rgb(25 24 26 / var(--tw-border-opacity))}#remaster-body :is(.tw-border-\[\#19181a\]){--tw-border-opacity: 1;border-color:rgb(25 24 26 / var(--tw-border-opacity))}#remaster-body :is(.tw-border-\[\#5B5B5B\]){--tw-border-opacity: 1;border-color:rgb(91 91 91 / var(--tw-border-opacity))}#remaster-body :is(.tw-border-\[\#5b5b5b\]){--tw-border-opacity: 1;border-color:rgb(91 91 91 / var(--tw-border-opacity))}#remaster-body :is(.tw-border-\[\#712EFF\]){--tw-border-opacity: 1;border-color:rgb(113 46 255 / var(--tw-border-opacity))}#remaster-body :is(.tw-border-\[\#84DFC1\]){--tw-border-opacity: 1;border-color:rgb(132 223 193 / var(--tw-border-opacity))}#remaster-body :is(.tw-border-\[\#8850FF\]){--tw-border-opacity: 1;border-color:rgb(136 80 255 / var(--tw-border-opacity))}#remaster-body :is(.tw-border-\[\#8850ff\]){--tw-border-opacity: 1;border-color:rgb(136 80 255 / var(--tw-border-opacity))}#remaster-body :is(.tw-border-\[\#8C8C8C\]){--tw-border-opacity: 1;border-color:rgb(140 140 140 / var(--tw-border-opacity))}#remaster-body :is(.tw-border-\[\#8c8c8c\]){--tw-border-opacity: 1;border-color:rgb(140 140 140 / var(--tw-border-opacity))}#remaster-body :is(.tw-border-\[\#BDBDBD\]){--tw-border-opacity: 1;border-color:rgb(189 189 189 / var(--tw-border-opacity))}#remaster-body :is(.tw-border-\[\#C33025\]){--tw-border-opacity: 1;border-color:rgb(195 48 37 / var(--tw-border-opacity))}#remaster-body :is(.tw-border-\[\#E01507\]){--tw-border-opacity: 1;border-color:rgb(224 21 7 / var(--tw-border-opacity))}#remaster-body :is(.tw-border-\[\#E3D5FF\]){--tw-border-opacity: 1;border-color:rgb(227 213 255 / var(--tw-border-opacity))}#remaster-body :is(.tw-border-\[\#E7E7E7\]){--tw-border-opacity: 1;border-color:rgb(231 231 231 / var(--tw-border-opacity))}#remaster-body :is(.tw-border-\[\#FFB240\]){--tw-border-opacity: 1;border-color:rgb(255 178 64 / var(--tw-border-opacity))}#remaster-body :is(.tw-border-\[\#FFFFFF\]){--tw-border-opacity: 1;border-color:rgb(255 255 255 / var(--tw-border-opacity))}#remaster-body :is(.tw-border-\[\#b5b5b5\]){--tw-border-opacity: 1;border-color:rgb(181 181 181 / var(--tw-border-opacity))}#remaster-body :is(.tw-border-\[\#b8b8b8\]){--tw-border-opacity: 1;border-color:rgb(184 184 184 / var(--tw-border-opacity))}#remaster-body :is(.tw-border-\[\#e01507\]){--tw-border-opacity: 1;border-color:rgb(224 21 7 / var(--tw-border-opacity))}#remaster-body :is(.tw-border-\[\#e48900\]){--tw-border-opacity: 1;border-color:rgb(228 137 0 / var(--tw-border-opacity))}#remaster-body :is(.tw-border-\[\#e6e6e6\]){--tw-border-opacity: 1;border-color:rgb(230 230 230 / var(--tw-border-opacity))}#remaster-body :is(.tw-border-\[\#e7e7e7\]){--tw-border-opacity: 1;border-color:rgb(231 231 231 / var(--tw-border-opacity))}#remaster-body :is(.tw-border-\[\#e8e8e8\]){--tw-border-opacity: 1;border-color:rgb(232 232 232 / var(--tw-border-opacity))}#remaster-body :is(.tw-border-\[\#f0f0f0\]){--tw-border-opacity: 1;border-color:rgb(240 240 240 / var(--tw-border-opacity))}#remaster-body :is(.tw-border-\[\#f6f6f6\]){--tw-border-opacity: 1;border-color:rgb(246 246 246 / var(--tw-border-opacity))}#remaster-body :is(.tw-border-\[\#f7f7f7\]){--tw-border-opacity: 1;border-color:rgb(247 247 247 / var(--tw-border-opacity))}#remaster-body :is(.tw-border-\[rgba\(0\,0\,0\,0\.2\)\]){border-color:#0003}#remaster-body :is(.tw-border-\[rgba\(0\,0\,0\,0\.3\)\]){border-color:#0000004d}#remaster-body :is(.tw-border-\[rgba\(0\,0\,0\,0\.5\)\]){border-color:#00000080}#remaster-body :is(.tw-border-\[rgba\(255\,255\,255\,0\.3\)\]){border-color:#ffffff4d}#remaster-body :is(.tw-border-black){--tw-border-opacity: 1;border-color:rgb(0 0 0 / var(--tw-border-opacity))}#remaster-body :is(.tw-border-blue-500){--tw-border-opacity: 1;border-color:rgb(59 130 246 / var(--tw-border-opacity))}#remaster-body :is(.tw-border-green-500){--tw-border-opacity: 1;border-color:rgb(34 197 94 / var(--tw-border-opacity))}#remaster-body :is(.tw-border-green-800){--tw-border-opacity: 1;border-color:rgb(22 101 52 / var(--tw-border-opacity))}#remaster-body :is(.tw-border-neutral-300){--tw-border-opacity: 1;border-color:rgb(212 212 212 / var(--tw-border-opacity))}#remaster-body :is(.tw-border-neutral-500){--tw-border-opacity: 1;border-color:rgb(115 115 115 / var(--tw-border-opacity))}#remaster-body :is(.tw-border-neutral-800){--tw-border-opacity: 1;border-color:rgb(38 38 38 / var(--tw-border-opacity))}#remaster-body :is(.tw-border-red-500){--tw-border-opacity: 1;border-color:rgb(239 68 68 / var(--tw-border-opacity))}#remaster-body :is(.tw-border-red-800){--tw-border-opacity: 1;border-color:rgb(153 27 27 / var(--tw-border-opacity))}#remaster-body :is(.tw-border-transparent){border-color:transparent}#remaster-body :is(.tw-border-white){--tw-border-opacity: 1;border-color:rgb(255 255 255 / var(--tw-border-opacity))}#remaster-body :is(.tw-border-yellow-500){--tw-border-opacity: 1;border-color:rgb(234 179 8 / var(--tw-border-opacity))}#remaster-body :is(.tw-border-yellow-800){--tw-border-opacity: 1;border-color:rgb(133 77 14 / var(--tw-border-opacity))}#remaster-body :is(.\!tw-bg-\[\#F6F6F6\]\/\[\.8\]){background-color:#f6f6f6cc!important}#remaster-body :is(.tw-bg-\[\#000\]){--tw-bg-opacity: 1;background-color:rgb(0 0 0 / var(--tw-bg-opacity))}#remaster-body :is(.tw-bg-\[\#009262\]){--tw-bg-opacity: 1;background-color:rgb(0 146 98 / var(--tw-bg-opacity))}#remaster-body :is(.tw-bg-\[\#10B981\]){--tw-bg-opacity: 1;background-color:rgb(16 185 129 / var(--tw-bg-opacity))}#remaster-body :is(.tw-bg-\[\#19181A\]){--tw-bg-opacity: 1;background-color:rgb(25 24 26 / var(--tw-bg-opacity))}#remaster-body :is(.tw-bg-\[\#19181a\]){--tw-bg-opacity: 1;background-color:rgb(25 24 26 / var(--tw-bg-opacity))}#remaster-body :is(.tw-bg-\[\#2E86C1\]){--tw-bg-opacity: 1;background-color:rgb(46 134 193 / var(--tw-bg-opacity))}#remaster-body :is(.tw-bg-\[\#5B5B5B\]){--tw-bg-opacity: 1;background-color:rgb(91 91 91 / var(--tw-bg-opacity))}#remaster-body :is(.tw-bg-\[\#712EFF\]){--tw-bg-opacity: 1;background-color:rgb(113 46 255 / var(--tw-bg-opacity))}#remaster-body :is(.tw-bg-\[\#B18CFF\]){--tw-bg-opacity: 1;background-color:rgb(177 140 255 / var(--tw-bg-opacity))}#remaster-body :is(.tw-bg-\[\#BDBDBD\]){--tw-bg-opacity: 1;background-color:rgb(189 189 189 / var(--tw-bg-opacity))}#remaster-body :is(.tw-bg-\[\#C33025\]){--tw-bg-opacity: 1;background-color:rgb(195 48 37 / var(--tw-bg-opacity))}#remaster-body :is(.tw-bg-\[\#D4EFDF\]){--tw-bg-opacity: 1;background-color:rgb(212 239 223 / var(--tw-bg-opacity))}#remaster-body :is(.tw-bg-\[\#E01507\]){--tw-bg-opacity: 1;background-color:rgb(224 21 7 / var(--tw-bg-opacity))}#remaster-body :is(.tw-bg-\[\#E3D5FF\]){--tw-bg-opacity: 1;background-color:rgb(227 213 255 / var(--tw-bg-opacity))}#remaster-body :is(.tw-bg-\[\#E48900\]){--tw-bg-opacity: 1;background-color:rgb(228 137 0 / var(--tw-bg-opacity))}#remaster-body :is(.tw-bg-\[\#E7E7E7\]){--tw-bg-opacity: 1;background-color:rgb(231 231 231 / var(--tw-bg-opacity))}#remaster-body :is(.tw-bg-\[\#EAECEE\]){--tw-bg-opacity: 1;background-color:rgb(234 236 238 / var(--tw-bg-opacity))}#remaster-body :is(.tw-bg-\[\#EBF5FB\]){--tw-bg-opacity: 1;background-color:rgb(235 245 251 / var(--tw-bg-opacity))}#remaster-body :is(.tw-bg-\[\#F1FBF8\]){--tw-bg-opacity: 1;background-color:rgb(241 251 248 / var(--tw-bg-opacity))}#remaster-body :is(.tw-bg-\[\#F2EBFF\]){--tw-bg-opacity: 1;background-color:rgb(242 235 255 / var(--tw-bg-opacity))}#remaster-body :is(.tw-bg-\[\#F6F6F6\]){--tw-bg-opacity: 1;background-color:rgb(246 246 246 / var(--tw-bg-opacity))}#remaster-body :is(.tw-bg-\[\#FADBD8\]){--tw-bg-opacity: 1;background-color:rgb(250 219 216 / var(--tw-bg-opacity))}#remaster-body :is(.tw-bg-\[\#FDEBD0\]){--tw-bg-opacity: 1;background-color:rgb(253 235 208 / var(--tw-bg-opacity))}#remaster-body :is(.tw-bg-\[\#FFC670\]){--tw-bg-opacity: 1;background-color:rgb(255 198 112 / var(--tw-bg-opacity))}#remaster-body :is(.tw-bg-\[\#FFEEED\]){--tw-bg-opacity: 1;background-color:rgb(255 238 237 / var(--tw-bg-opacity))}#remaster-body :is(.tw-bg-\[\#FFF8EC\]){--tw-bg-opacity: 1;background-color:rgb(255 248 236 / var(--tw-bg-opacity))}#remaster-body :is(.tw-bg-\[\#FFFFFF\]){--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity))}#remaster-body :is(.tw-bg-\[\#\]){background-color:#}#remaster-body :is(.tw-bg-\[\#b18cff\]){--tw-bg-opacity: 1;background-color:rgb(177 140 255 / var(--tw-bg-opacity))}#remaster-body :is(.tw-bg-\[\#b8b8b8\]){--tw-bg-opacity: 1;background-color:rgb(184 184 184 / var(--tw-bg-opacity))}#remaster-body :is(.tw-bg-\[\#cccccc\]){--tw-bg-opacity: 1;background-color:rgb(204 204 204 / var(--tw-bg-opacity))}#remaster-body :is(.tw-bg-\[\#e6e6e6\]){--tw-bg-opacity: 1;background-color:rgb(230 230 230 / var(--tw-bg-opacity))}#remaster-body :is(.tw-bg-\[\#e7e7e7\]){--tw-bg-opacity: 1;background-color:rgb(231 231 231 / var(--tw-bg-opacity))}#remaster-body :is(.tw-bg-\[\#f1fdf8\]){--tw-bg-opacity: 1;background-color:rgb(241 253 248 / var(--tw-bg-opacity))}#remaster-body :is(.tw-bg-\[\#f2ebff\]){--tw-bg-opacity: 1;background-color:rgb(242 235 255 / var(--tw-bg-opacity))}#remaster-body :is(.tw-bg-\[\#f6f6f6\]){--tw-bg-opacity: 1;background-color:rgb(246 246 246 / var(--tw-bg-opacity))}#remaster-body :is(.tw-bg-\[\#f7f7f7\]){--tw-bg-opacity: 1;background-color:rgb(247 247 247 / var(--tw-bg-opacity))}#remaster-body :is(.tw-bg-\[\#fff8ec\]){--tw-bg-opacity: 1;background-color:rgb(255 248 236 / var(--tw-bg-opacity))}#remaster-body :is(.tw-bg-\[\#fff\]){--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity))}#remaster-body :is(.tw-bg-\[\]){background-color:}#remaster-body :is(.tw-bg-\[green\]){--tw-bg-opacity: 1;background-color:rgb(0 128 0 / var(--tw-bg-opacity))}#remaster-body :is(.tw-bg-\[rgba\(0\,0\,0\,0\.1\)\]){background-color:#0000001a}#remaster-body :is(.tw-bg-\[rgba\(0\,0\,0\,0\.4\)\]){background-color:#0006}#remaster-body :is(.tw-bg-\[rgba\(0\,0\,0\,0\.6\)\]){background-color:#0009}#remaster-body :is(.tw-bg-\[rgba\(0\,0\,0\,0\.7\)\]){background-color:#000000b3}#remaster-body :is(.tw-bg-\[rgba\(0\,0\,0\,0\.8\)\]){background-color:#000c}#remaster-body :is(.tw-bg-black){--tw-bg-opacity: 1;background-color:rgb(0 0 0 / var(--tw-bg-opacity))}#remaster-body :is(.tw-bg-blue-100){--tw-bg-opacity: 1;background-color:rgb(219 234 254 / var(--tw-bg-opacity))}#remaster-body :is(.tw-bg-green-100){--tw-bg-opacity: 1;background-color:rgb(220 252 231 / var(--tw-bg-opacity))}#remaster-body :is(.tw-bg-green-100\/10){background-color:#dcfce71a}#remaster-body :is(.tw-bg-green-300){--tw-bg-opacity: 1;background-color:rgb(134 239 172 / var(--tw-bg-opacity))}#remaster-body :is(.tw-bg-green-50\/80){background-color:#f0fdf4cc}#remaster-body :is(.tw-bg-green-500){--tw-bg-opacity: 1;background-color:rgb(34 197 94 / var(--tw-bg-opacity))}#remaster-body :is(.tw-bg-green-800){--tw-bg-opacity: 1;background-color:rgb(22 101 52 / var(--tw-bg-opacity))}#remaster-body :is(.tw-bg-neutral-100){--tw-bg-opacity: 1;background-color:rgb(245 245 245 / var(--tw-bg-opacity))}#remaster-body :is(.tw-bg-neutral-100\/10){background-color:#f5f5f51a}#remaster-body :is(.tw-bg-neutral-300){--tw-bg-opacity: 1;background-color:rgb(212 212 212 / var(--tw-bg-opacity))}#remaster-body :is(.tw-bg-neutral-800){--tw-bg-opacity: 1;background-color:rgb(38 38 38 / var(--tw-bg-opacity))}#remaster-body :is(.tw-bg-red-100){--tw-bg-opacity: 1;background-color:rgb(254 226 226 / var(--tw-bg-opacity))}#remaster-body :is(.tw-bg-red-100\/10){background-color:#fee2e21a}#remaster-body :is(.tw-bg-red-300){--tw-bg-opacity: 1;background-color:rgb(252 165 165 / var(--tw-bg-opacity))}#remaster-body :is(.tw-bg-red-50\/80){background-color:#fef2f2cc}#remaster-body :is(.tw-bg-red-500){--tw-bg-opacity: 1;background-color:rgb(239 68 68 / var(--tw-bg-opacity))}#remaster-body :is(.tw-bg-red-800){--tw-bg-opacity: 1;background-color:rgb(153 27 27 / var(--tw-bg-opacity))}#remaster-body :is(.tw-bg-transparent){background-color:transparent}#remaster-body :is(.tw-bg-white){--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity))}#remaster-body :is(.tw-bg-yellow-100){--tw-bg-opacity: 1;background-color:rgb(254 249 195 / var(--tw-bg-opacity))}#remaster-body :is(.tw-bg-yellow-100\/10){background-color:#fef9c31a}#remaster-body :is(.tw-bg-yellow-300){--tw-bg-opacity: 1;background-color:rgb(253 224 71 / var(--tw-bg-opacity))}#remaster-body :is(.tw-bg-yellow-50\/80){background-color:#fefce8cc}#remaster-body :is(.tw-bg-yellow-500){--tw-bg-opacity: 1;background-color:rgb(234 179 8 / var(--tw-bg-opacity))}#remaster-body :is(.tw-bg-yellow-800){--tw-bg-opacity: 1;background-color:rgb(133 77 14 / var(--tw-bg-opacity))}#remaster-body :is(.tw-bg-cover){background-size:cover}#remaster-body :is(.tw-bg-no-repeat){background-repeat:no-repeat}#remaster-body :is(.tw-object-contain){-o-object-fit:contain;object-fit:contain}#remaster-body :is(.tw-object-cover){-o-object-fit:cover;object-fit:cover}#remaster-body :is(.tw-p-0){padding:0}#remaster-body :is(.tw-p-10){padding:2.5rem}#remaster-body :is(.tw-p-2){padding:.5rem}#remaster-body :is(.tw-p-2\.5){padding:.625rem}#remaster-body :is(.tw-p-3){padding:.75rem}#remaster-body :is(.tw-p-4){padding:1rem}#remaster-body :is(.tw-p-6){padding:1.5rem}#remaster-body :is(.tw-p-8){padding:2rem}#remaster-body :is(.tw-p-\[12px\]){padding:12px}#remaster-body :is(.tw-p-\[15px\]){padding:15px}#remaster-body :is(.tw-p-\[16px\]){padding:16px}#remaster-body :is(.tw-p-\[20px\]){padding:20px}#remaster-body :is(.tw-p-\[24px\]){padding:24px}#remaster-body :is(.tw-p-\[2px\]){padding:2px}#remaster-body :is(.tw-p-\[40px\]){padding:40px}#remaster-body :is(.tw-p-\[8px\]){padding:8px}#remaster-body :is(.\!tw-px-0){padding-left:0!important;padding-right:0!important}#remaster-body :is(.tw-px-0){padding-left:0;padding-right:0}#remaster-body :is(.tw-px-1){padding-left:.25rem;padding-right:.25rem}#remaster-body :is(.tw-px-10){padding-left:2.5rem;padding-right:2.5rem}#remaster-body :is(.tw-px-14){padding-left:3.5rem;padding-right:3.5rem}#remaster-body :is(.tw-px-16){padding-left:4rem;padding-right:4rem}#remaster-body :is(.tw-px-2){padding-left:.5rem;padding-right:.5rem}#remaster-body :is(.tw-px-3){padding-left:.75rem;padding-right:.75rem}#remaster-body :is(.tw-px-36){padding-left:9rem;padding-right:9rem}#remaster-body :is(.tw-px-4){padding-left:1rem;padding-right:1rem}#remaster-body :is(.tw-px-5){padding-left:1.25rem;padding-right:1.25rem}#remaster-body :is(.tw-px-6){padding-left:1.5rem;padding-right:1.5rem}#remaster-body :is(.tw-px-8){padding-left:2rem;padding-right:2rem}#remaster-body :is(.tw-px-\[0px\]){padding-left:0;padding-right:0}#remaster-body :is(.tw-px-\[100px\]){padding-left:100px;padding-right:100px}#remaster-body :is(.tw-px-\[10px\]){padding-left:10px;padding-right:10px}#remaster-body :is(.tw-px-\[12px\]){padding-left:12px;padding-right:12px}#remaster-body :is(.tw-px-\[150px\]){padding-left:150px;padding-right:150px}#remaster-body :is(.tw-px-\[15px\]){padding-left:15px;padding-right:15px}#remaster-body :is(.tw-px-\[16px\]){padding-left:16px;padding-right:16px}#remaster-body :is(.tw-px-\[1rem\]){padding-left:1rem;padding-right:1rem}#remaster-body :is(.tw-px-\[20px\]){padding-left:20px;padding-right:20px}#remaster-body :is(.tw-px-\[24px\]){padding-left:24px;padding-right:24px}#remaster-body :is(.tw-px-\[25px\]){padding-left:25px;padding-right:25px}#remaster-body :is(.tw-px-\[32px\]){padding-left:32px;padding-right:32px}#remaster-body :is(.tw-px-\[40px\]){padding-left:40px;padding-right:40px}#remaster-body :is(.tw-px-\[42px\]){padding-left:42px;padding-right:42px}#remaster-body :is(.tw-px-\[44px\]){padding-left:44px;padding-right:44px}#remaster-body :is(.tw-px-\[48px\]){padding-left:48px;padding-right:48px}#remaster-body :is(.tw-px-\[4px\]){padding-left:4px;padding-right:4px}#remaster-body :is(.tw-px-\[52px\]){padding-left:52px;padding-right:52px}#remaster-body :is(.tw-px-\[5px\]){padding-left:5px;padding-right:5px}#remaster-body :is(.tw-px-\[8px\]){padding-left:8px;padding-right:8px}#remaster-body :is(.tw-py-0){padding-top:0;padding-bottom:0}#remaster-body :is(.tw-py-1){padding-top:.25rem;padding-bottom:.25rem}#remaster-body :is(.tw-py-10){padding-top:2.5rem;padding-bottom:2.5rem}#remaster-body :is(.tw-py-16){padding-top:4rem;padding-bottom:4rem}#remaster-body :is(.tw-py-2){padding-top:.5rem;padding-bottom:.5rem}#remaster-body :is(.tw-py-20){padding-top:5rem;padding-bottom:5rem}#remaster-body :is(.tw-py-3){padding-top:.75rem;padding-bottom:.75rem}#remaster-body :is(.tw-py-4){padding-top:1rem;padding-bottom:1rem}#remaster-body :is(.tw-py-5){padding-top:1.25rem;padding-bottom:1.25rem}#remaster-body :is(.tw-py-6){padding-top:1.5rem;padding-bottom:1.5rem}#remaster-body :is(.tw-py-7){padding-top:1.75rem;padding-bottom:1.75rem}#remaster-body :is(.tw-py-8){padding-top:2rem;padding-bottom:2rem}#remaster-body :is(.tw-py-\[10px\]){padding-top:10px;padding-bottom:10px}#remaster-body :is(.tw-py-\[120px\]){padding-top:120px;padding-bottom:120px}#remaster-body :is(.tw-py-\[12px\]){padding-top:12px;padding-bottom:12px}#remaster-body :is(.tw-py-\[15px\]){padding-top:15px;padding-bottom:15px}#remaster-body :is(.tw-py-\[16px\]){padding-top:16px;padding-bottom:16px}#remaster-body :is(.tw-py-\[18px\]){padding-top:18px;padding-bottom:18px}#remaster-body :is(.tw-py-\[1rem\]){padding-top:1rem;padding-bottom:1rem}#remaster-body :is(.tw-py-\[20px\]){padding-top:20px;padding-bottom:20px}#remaster-body :is(.tw-py-\[22px\]){padding-top:22px;padding-bottom:22px}#remaster-body :is(.tw-py-\[24px\]){padding-top:24px;padding-bottom:24px}#remaster-body :is(.tw-py-\[25px\]){padding-top:25px;padding-bottom:25px}#remaster-body :is(.tw-py-\[2px\]){padding-top:2px;padding-bottom:2px}#remaster-body :is(.tw-py-\[32px\]){padding-top:32px;padding-bottom:32px}#remaster-body :is(.tw-py-\[40px\]){padding-top:40px;padding-bottom:40px}#remaster-body :is(.tw-py-\[4px\]){padding-top:4px;padding-bottom:4px}#remaster-body :is(.tw-py-\[50px\]){padding-top:50px;padding-bottom:50px}#remaster-body :is(.tw-py-\[5px\]){padding-top:5px;padding-bottom:5px}#remaster-body :is(.tw-py-\[7px\]){padding-top:7px;padding-bottom:7px}#remaster-body :is(.tw-py-\[8px\]){padding-top:8px;padding-bottom:8px}#remaster-body :is(.\!tw-pb-\[20px\]){padding-bottom:20px!important}#remaster-body :is(.tw-pb-0){padding-bottom:0}#remaster-body :is(.tw-pb-1){padding-bottom:.25rem}#remaster-body :is(.tw-pb-10){padding-bottom:2.5rem}#remaster-body :is(.tw-pb-12){padding-bottom:3rem}#remaster-body :is(.tw-pb-16){padding-bottom:4rem}#remaster-body :is(.tw-pb-2){padding-bottom:.5rem}#remaster-body :is(.tw-pb-4){padding-bottom:1rem}#remaster-body :is(.tw-pb-6){padding-bottom:1.5rem}#remaster-body :is(.tw-pb-8){padding-bottom:2rem}#remaster-body :is(.tw-pb-\[10px\]){padding-bottom:10px}#remaster-body :is(.tw-pb-\[12px\]){padding-bottom:12px}#remaster-body :is(.tw-pb-\[16px\]){padding-bottom:16px}#remaster-body :is(.tw-pb-\[1px\]){padding-bottom:1px}#remaster-body :is(.tw-pb-\[20px\]){padding-bottom:20px}#remaster-body :is(.tw-pb-\[240px\]){padding-bottom:240px}#remaster-body :is(.tw-pb-\[24px\]){padding-bottom:24px}#remaster-body :is(.tw-pb-\[40px\]){padding-bottom:40px}#remaster-body :is(.tw-pb-\[50px\]){padding-bottom:50px}#remaster-body :is(.tw-pb-\[6px\]){padding-bottom:6px}#remaster-body :is(.tw-pb-\[8px\]){padding-bottom:8px}#remaster-body :is(.tw-pl-0){padding-left:0}#remaster-body :is(.tw-pl-10){padding-left:2.5rem}#remaster-body :is(.tw-pl-12){padding-left:3rem}#remaster-body :is(.tw-pl-2){padding-left:.5rem}#remaster-body :is(.tw-pl-3){padding-left:.75rem}#remaster-body :is(.tw-pl-4){padding-left:1rem}#remaster-body :is(.tw-pl-6){padding-left:1.5rem}#remaster-body :is(.tw-pl-8){padding-left:2rem}#remaster-body :is(.tw-pl-\[10px\]){padding-left:10px}#remaster-body :is(.tw-pl-\[12px\]){padding-left:12px}#remaster-body :is(.tw-pl-\[16px\]){padding-left:16px}#remaster-body :is(.tw-pl-\[1rem\]){padding-left:1rem}#remaster-body :is(.tw-pl-\[20px\]){padding-left:20px}#remaster-body :is(.tw-pl-\[24px\]){padding-left:24px}#remaster-body :is(.tw-pl-\[40px\]){padding-left:40px}#remaster-body :is(.tw-pl-\[42px\]){padding-left:42px}#remaster-body :is(.tw-pl-\[8px\]){padding-left:8px}#remaster-body :is(.tw-pr-0){padding-right:0}#remaster-body :is(.tw-pr-10){padding-right:2.5rem}#remaster-body :is(.tw-pr-2){padding-right:.5rem}#remaster-body :is(.tw-pr-3){padding-right:.75rem}#remaster-body :is(.tw-pr-32){padding-right:8rem}#remaster-body :is(.tw-pr-4){padding-right:1rem}#remaster-body :is(.tw-pr-\[16px\]){padding-right:16px}#remaster-body :is(.tw-pr-\[1rem\]){padding-right:1rem}#remaster-body :is(.tw-pr-\[30px\]){padding-right:30px}#remaster-body :is(.tw-pr-\[8px\]){padding-right:8px}#remaster-body :is(.tw-pt-10){padding-top:2.5rem}#remaster-body :is(.tw-pt-12){padding-top:3rem}#remaster-body :is(.tw-pt-2){padding-top:.5rem}#remaster-body :is(.tw-pt-3){padding-top:.75rem}#remaster-body :is(.tw-pt-4){padding-top:1rem}#remaster-body :is(.tw-pt-5){padding-top:1.25rem}#remaster-body :is(.tw-pt-6){padding-top:1.5rem}#remaster-body :is(.tw-pt-8){padding-top:2rem}#remaster-body :is(.tw-pt-\[10px\]){padding-top:10px}#remaster-body :is(.tw-pt-\[12px\]){padding-top:12px}#remaster-body :is(.tw-pt-\[15px\]){padding-top:15px}#remaster-body :is(.tw-pt-\[16px\]){padding-top:16px}#remaster-body :is(.tw-pt-\[20px\]){padding-top:20px}#remaster-body :is(.tw-pt-\[24px\]){padding-top:24px}#remaster-body :is(.tw-pt-\[40px\]){padding-top:40px}#remaster-body :is(.tw-pt-\[4px\]){padding-top:4px}#remaster-body :is(.tw-pt-\[6px\]){padding-top:6px}#remaster-body :is(.tw-text-left){text-align:left}#remaster-body :is(.tw-text-center){text-align:center}#remaster-body :is(.tw-align-top){vertical-align:top}#remaster-body :is(.tw-align-middle){vertical-align:middle}#remaster-body :is(.tw-align-bottom){vertical-align:bottom}#remaster-body :is(.\!tw-font-\[\'GTAmR\'\]){font-family:GTAmR!important}#remaster-body :is(.\!tw-text-2xl){font-size:1.5rem!important;line-height:2rem!important}#remaster-body :is(.\!tw-text-base\/5){font-size:1rem!important;line-height:1.25rem!important}#remaster-body :is(.\!tw-text-lg){font-size:1.125rem!important;line-height:1.75rem!important}#remaster-body :is(.tw-text-2xl){font-size:1.5rem;line-height:2rem}#remaster-body :is(.tw-text-2xl\/9){font-size:1.5rem;line-height:2.25rem}#remaster-body :is(.tw-text-4xl\/\[48px\]){font-size:2.25rem;line-height:48px}#remaster-body :is(.tw-text-\[0\.7em\]){font-size:.7em}#remaster-body :is(.tw-text-\[1\.2em\]){font-size:1.2em}#remaster-body :is(.tw-text-\[12px\]){font-size:12px}#remaster-body :is(.tw-text-\[13px\]){font-size:13px}#remaster-body :is(.tw-text-\[14px\]){font-size:14px}#remaster-body :is(.tw-text-\[16px\]){font-size:16px}#remaster-body :is(.tw-text-\[18px\]){font-size:18px}#remaster-body :is(.tw-text-\[1rem\]){font-size:1rem}#remaster-body :is(.tw-text-\[20px\]){font-size:20px}#remaster-body :is(.tw-text-\[22px\]){font-size:22px}#remaster-body :is(.tw-text-\[24px\]){font-size:24px}#remaster-body :is(.tw-text-\[25px\]){font-size:25px}#remaster-body :is(.tw-text-\[30px\]){font-size:30px}#remaster-body :is(.tw-text-base){font-size:1rem;line-height:1.5rem}#remaster-body :is(.tw-text-base\/5){font-size:1rem;line-height:1.25rem}#remaster-body :is(.tw-text-lg){font-size:1.125rem;line-height:1.75rem}#remaster-body :is(.tw-text-sm){font-size:.875rem;line-height:1.25rem}#remaster-body :is(.tw-text-xl){font-size:1.25rem;line-height:1.75rem}#remaster-body :is(.tw-text-xl\/8){font-size:1.25rem;line-height:2rem}#remaster-body :is(.tw-text-xs){font-size:.75rem;line-height:1rem}#remaster-body :is(.\!tw-font-\[500\]){font-weight:500!important}#remaster-body :is(.\!tw-font-bold){font-weight:700!important}#remaster-body :is(.\!tw-font-medium){font-weight:500!important}#remaster-body :is(.\!tw-font-thin){font-weight:100!important}#remaster-body :is(.tw-font-\[300\]){font-weight:300}#remaster-body :is(.tw-font-\[400\]){font-weight:400}#remaster-body :is(.tw-font-\[500\]){font-weight:500}#remaster-body :is(.tw-font-\[600\]){font-weight:600}#remaster-body :is(.tw-font-\[700\]){font-weight:700}#remaster-body :is(.tw-font-bold){font-weight:700}#remaster-body :is(.tw-font-light){font-weight:300}#remaster-body :is(.tw-font-medium){font-weight:500}#remaster-body :is(.tw-font-normal){font-weight:400}#remaster-body :is(.tw-font-semibold){font-weight:600}#remaster-body :is(.tw-font-thin){font-weight:100}#remaster-body :is(.tw-uppercase){text-transform:uppercase}#remaster-body :is(.\!tw-capitalize){text-transform:capitalize!important}#remaster-body :is(.tw-capitalize){text-transform:capitalize}#remaster-body :is(.tw-normal-case){text-transform:none}#remaster-body :is(.tw-leading-6){line-height:1.5rem}#remaster-body :is(.tw-leading-9){line-height:2.25rem}#remaster-body :is(.tw-leading-\[18px\]){line-height:18px}#remaster-body :is(.tw-leading-\[30px\]){line-height:30px}#remaster-body :is(.tw-leading-loose){line-height:2}#remaster-body :is(.tw-text-\[\#009262\]){--tw-text-opacity: 1;color:rgb(0 146 98 / var(--tw-text-opacity))}#remaster-body :is(.tw-text-\[\#115B43\]){--tw-text-opacity: 1;color:rgb(17 91 67 / var(--tw-text-opacity))}#remaster-body :is(.tw-text-\[\#19181A\]){--tw-text-opacity: 1;color:rgb(25 24 26 / var(--tw-text-opacity))}#remaster-body :is(.tw-text-\[\#19181a\]){--tw-text-opacity: 1;color:rgb(25 24 26 / var(--tw-text-opacity))}#remaster-body :is(.tw-text-\[\#1B6E53\]){--tw-text-opacity: 1;color:rgb(27 110 83 / var(--tw-text-opacity))}#remaster-body :is(.tw-text-\[\#1b6e53\]){--tw-text-opacity: 1;color:rgb(27 110 83 / var(--tw-text-opacity))}#remaster-body :is(.tw-text-\[\#28B463\]){--tw-text-opacity: 1;color:rgb(40 180 99 / var(--tw-text-opacity))}#remaster-body :is(.tw-text-\[\#2E86C1\]){--tw-text-opacity: 1;color:rgb(46 134 193 / var(--tw-text-opacity))}#remaster-body :is(.tw-text-\[\#585858\]){--tw-text-opacity: 1;color:rgb(88 88 88 / var(--tw-text-opacity))}#remaster-body :is(.tw-text-\[\#5B5B5B\]){--tw-text-opacity: 1;color:rgb(91 91 91 / var(--tw-text-opacity))}#remaster-body :is(.tw-text-\[\#5b5b5b\]){--tw-text-opacity: 1;color:rgb(91 91 91 / var(--tw-text-opacity))}#remaster-body :is(.tw-text-\[\#5d5d5d\]){--tw-text-opacity: 1;color:rgb(93 93 93 / var(--tw-text-opacity))}#remaster-body :is(.tw-text-\[\#712EFF\]){--tw-text-opacity: 1;color:rgb(113 46 255 / var(--tw-text-opacity))}#remaster-body :is(.tw-text-\[\#737373\]){--tw-text-opacity: 1;color:rgb(115 115 115 / var(--tw-text-opacity))}#remaster-body :is(.tw-text-\[\#8850FF\]){--tw-text-opacity: 1;color:rgb(136 80 255 / var(--tw-text-opacity))}#remaster-body :is(.tw-text-\[\#8850ff\]){--tw-text-opacity: 1;color:rgb(136 80 255 / var(--tw-text-opacity))}#remaster-body :is(.tw-text-\[\#8C8C8C\]){--tw-text-opacity: 1;color:rgb(140 140 140 / var(--tw-text-opacity))}#remaster-body :is(.tw-text-\[\#8c8c8c\]){--tw-text-opacity: 1;color:rgb(140 140 140 / var(--tw-text-opacity))}#remaster-body :is(.tw-text-\[\#8d8d8d\]){--tw-text-opacity: 1;color:rgb(141 141 141 / var(--tw-text-opacity))}#remaster-body :is(.tw-text-\[\#BDBDBD\]){--tw-text-opacity: 1;color:rgb(189 189 189 / var(--tw-text-opacity))}#remaster-body :is(.tw-text-\[\#C33025\]){--tw-text-opacity: 1;color:rgb(195 48 37 / var(--tw-text-opacity))}#remaster-body :is(.tw-text-\[\#CB4335\]){--tw-text-opacity: 1;color:rgb(203 67 53 / var(--tw-text-opacity))}#remaster-body :is(.tw-text-\[\#E01507\]){--tw-text-opacity: 1;color:rgb(224 21 7 / var(--tw-text-opacity))}#remaster-body :is(.tw-text-\[\#E48900\]){--tw-text-opacity: 1;color:rgb(228 137 0 / var(--tw-text-opacity))}#remaster-body :is(.tw-text-\[\#E7E7E7\]){--tw-text-opacity: 1;color:rgb(231 231 231 / var(--tw-text-opacity))}#remaster-body :is(.tw-text-\[\#F6F6F6\]){--tw-text-opacity: 1;color:rgb(246 246 246 / var(--tw-text-opacity))}#remaster-body :is(.tw-text-\[\#FFA826\]){--tw-text-opacity: 1;color:rgb(255 168 38 / var(--tw-text-opacity))}#remaster-body :is(.tw-text-\[\#FFEEED\]){--tw-text-opacity: 1;color:rgb(255 238 237 / var(--tw-text-opacity))}#remaster-body :is(.tw-text-\[\#FFFFFF\]){--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity))}#remaster-body :is(.tw-text-\[\#b5b5b5\]){--tw-text-opacity: 1;color:rgb(181 181 181 / var(--tw-text-opacity))}#remaster-body :is(.tw-text-\[\#b8b8b8\]){--tw-text-opacity: 1;color:rgb(184 184 184 / var(--tw-text-opacity))}#remaster-body :is(.tw-text-\[\#bdbdbd\]){--tw-text-opacity: 1;color:rgb(189 189 189 / var(--tw-text-opacity))}#remaster-body :is(.tw-text-\[\#cc4533\]){--tw-text-opacity: 1;color:rgb(204 69 51 / var(--tw-text-opacity))}#remaster-body :is(.tw-text-\[\#cdcdcd\]){--tw-text-opacity: 1;color:rgb(205 205 205 / var(--tw-text-opacity))}#remaster-body :is(.tw-text-\[\#e48900\]){--tw-text-opacity: 1;color:rgb(228 137 0 / var(--tw-text-opacity))}#remaster-body :is(.tw-text-\[\#f6f6f6\]){--tw-text-opacity: 1;color:rgb(246 246 246 / var(--tw-text-opacity))}#remaster-body :is(.tw-text-\[\#fff\]){--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity))}#remaster-body :is(.tw-text-\[\]){color:}#remaster-body :is(.tw-text-black){--tw-text-opacity: 1;color:rgb(0 0 0 / var(--tw-text-opacity))}#remaster-body :is(.tw-text-gray-400){--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity))}#remaster-body :is(.tw-text-gray-500){--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity))}#remaster-body :is(.tw-text-gray-900){--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity))}#remaster-body :is(.tw-text-green-600){--tw-text-opacity: 1;color:rgb(22 163 74 / var(--tw-text-opacity))}#remaster-body :is(.tw-text-inherit){color:inherit}#remaster-body :is(.tw-text-white){--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity))}#remaster-body :is(.tw-underline){text-decoration-line:underline}#remaster-body :is(.tw-line-through){text-decoration-line:line-through}#remaster-body :is(.tw-no-underline){text-decoration-line:none}#remaster-body :is(.tw-caret-\[\#5965E5\]){caret-color:#5965e5}#remaster-body :is(.tw-caret-white){caret-color:#fff}#remaster-body :is(.tw-accent-\[\#19181A\]){accent-color:#19181A}#remaster-body :is(.tw-accent-\[\#BDBDBD\]){accent-color:#BDBDBD}#remaster-body :is(.tw-accent-\[\#FFFFFF\]){accent-color:#FFFFFF}#remaster-body :is(.tw-accent-black){accent-color:#000}#remaster-body :is(.tw-opacity-0){opacity:0}#remaster-body :is(.tw-opacity-100){opacity:1}#remaster-body :is(.tw-opacity-\[0\.1\]){opacity:.1}#remaster-body :is(.tw-shadow-lg){--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}#remaster-body :is(.tw-shadow-md){--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}#remaster-body :is(.tw-shadow-sm){--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}#remaster-body :is(.tw-shadow-xl){--tw-shadow: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);--tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}#remaster-body :is(.tw-outline-none){outline:2px solid transparent;outline-offset:2px}#remaster-body :is(.tw-outline){outline-style:solid}#remaster-body :is(.tw-outline-1){outline-width:1px}#remaster-body :is(.tw-outline-\[\#000\]){outline-color:#000}#remaster-body :is(.tw-outline-\[\#19181A\]){outline-color:#19181a}#remaster-body :is(.tw-outline-\[\#712EFF\]){outline-color:#712eff}#remaster-body :is(.tw-outline-\[\#B18CFF\]){outline-color:#b18cff}#remaster-body :is(.tw-outline-\[\#BDBDBD\]){outline-color:#bdbdbd}#remaster-body :is(.tw-blur-\[2px\]){--tw-blur: blur(2px);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}#remaster-body :is(.tw-blur-md){--tw-blur: blur(12px);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}#remaster-body :is(.tw-backdrop-blur-\[12px\]){--tw-backdrop-blur: blur(12px);-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}#remaster-body :is(.tw-backdrop-blur-\[5px\]){--tw-backdrop-blur: blur(5px);-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}#remaster-body :is(.tw-transition-all){transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}#remaster-body :is(.tw-duration-500){transition-duration:.5s}#remaster-body :is(.tw-duration-\[350ms\]){transition-duration:.35s}#remaster-body :is(.tw-duration-\[500ms\]){transition-duration:.5s}#remaster-body :is(.tw-duration-\[800ms\]){transition-duration:.8s}#remaster-body :is(.tw-duration-\[900ms\]){transition-duration:.9s}#remaster-body :is(.placeholder\:tw-text-sm)::-moz-placeholder{font-size:.875rem;line-height:1.25rem}#remaster-body :is(.placeholder\:tw-text-sm)::placeholder{font-size:.875rem;line-height:1.25rem}#remaster-body :is(.placeholder\:tw-font-semibold)::-moz-placeholder{font-weight:600}#remaster-body :is(.placeholder\:tw-font-semibold)::placeholder{font-weight:600}#remaster-body :is(.placeholder\:tw-text-\[\#19181A\])::-moz-placeholder{--tw-text-opacity: 1;color:rgb(25 24 26 / var(--tw-text-opacity))}#remaster-body :is(.placeholder\:tw-text-\[\#19181A\])::placeholder{--tw-text-opacity: 1;color:rgb(25 24 26 / var(--tw-text-opacity))}#remaster-body :is(.placeholder\:tw-text-\[\#BDBDBD\])::-moz-placeholder{--tw-text-opacity: 1;color:rgb(189 189 189 / var(--tw-text-opacity))}#remaster-body :is(.placeholder\:tw-text-\[\#BDBDBD\])::placeholder{--tw-text-opacity: 1;color:rgb(189 189 189 / var(--tw-text-opacity))}#remaster-body :is(.after\:tw-absolute):after{content:var(--tw-content);position:absolute}#remaster-body :is(.after\:tw-left-\[4px\]):after{content:var(--tw-content);left:4px}#remaster-body :is(.after\:tw-left-\[5px\]):after{content:var(--tw-content);left:5px}#remaster-body :is(.after\:tw-top-\[5px\]):after{content:var(--tw-content);top:5px}#remaster-body :is(.after\:tw-top-\[6px\]):after{content:var(--tw-content);top:6px}#remaster-body :is(.after\:tw-h-3):after{content:var(--tw-content);height:.75rem}#remaster-body :is(.after\:tw-h-4):after{content:var(--tw-content);height:1rem}#remaster-body :is(.after\:tw-w-3):after{content:var(--tw-content);width:.75rem}#remaster-body :is(.after\:tw-w-4):after{content:var(--tw-content);width:1rem}#remaster-body :is(.after\:tw-rounded-full):after{content:var(--tw-content);border-radius:9999px}#remaster-body :is(.after\:tw-border-2):after{content:var(--tw-content);border-width:2px}#remaster-body :is(.after\:tw-border-\[\#8C8C8C\]):after{content:var(--tw-content);--tw-border-opacity: 1;border-color:rgb(140 140 140 / var(--tw-border-opacity))}#remaster-body :is(.after\:tw-border-\[\#BDBDBD\]):after{content:var(--tw-content);--tw-border-opacity: 1;border-color:rgb(189 189 189 / var(--tw-border-opacity))}#remaster-body :is(.after\:tw-bg-white):after{content:var(--tw-content);--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity))}#remaster-body :is(.after\:tw-transition-all):after{content:var(--tw-content);transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}#remaster-body :is(.after\:tw-content-\[\'\'\]):after{--tw-content: "";content:var(--tw-content)}#remaster-body :is(.first\:tw-pt-0:first-child){padding-top:0}#remaster-body :is(.last\:tw-pb-0:last-child){padding-bottom:0}#remaster-body :is(.hover\:tw-border-0:hover){border-width:0px}#remaster-body :is(.hover\:tw-border-b-0:hover){border-bottom-width:0px}#remaster-body :is(.hover\:tw-border-none:hover){border-style:none}#remaster-body :is(.hover\:tw-border-\[\#8850FF\]:hover){--tw-border-opacity: 1;border-color:rgb(136 80 255 / var(--tw-border-opacity))}#remaster-body :is(.hover\:\!tw-bg-transparent:hover){background-color:transparent!important}#remaster-body :is(.hover\:tw-bg-\[\#19181a\]:hover){--tw-bg-opacity: 1;background-color:rgb(25 24 26 / var(--tw-bg-opacity))}#remaster-body :is(.hover\:tw-bg-\[\#84DFC1\]:hover){--tw-bg-opacity: 1;background-color:rgb(132 223 193 / var(--tw-bg-opacity))}#remaster-body :is(.hover\:tw-bg-\[\#E3D5FF\]:hover){--tw-bg-opacity: 1;background-color:rgb(227 213 255 / var(--tw-bg-opacity))}#remaster-body :is(.hover\:tw-bg-\[\#E7E7E7\]:hover){--tw-bg-opacity: 1;background-color:rgb(231 231 231 / var(--tw-bg-opacity))}#remaster-body :is(.hover\:tw-bg-\[\#F2EBFF\]:hover){--tw-bg-opacity: 1;background-color:rgb(242 235 255 / var(--tw-bg-opacity))}#remaster-body :is(.hover\:tw-bg-\[\#FFD596\]:hover){--tw-bg-opacity: 1;background-color:rgb(255 213 150 / var(--tw-bg-opacity))}#remaster-body :is(.hover\:tw-bg-\[\#FFEEED\]:hover){--tw-bg-opacity: 1;background-color:rgb(255 238 237 / var(--tw-bg-opacity))}#remaster-body :is(.hover\:tw-bg-\[\#e7e7e7\]:hover){--tw-bg-opacity: 1;background-color:rgb(231 231 231 / var(--tw-bg-opacity))}#remaster-body :is(.hover\:tw-bg-\[\#f6f6f6\]:hover){--tw-bg-opacity: 1;background-color:rgb(246 246 246 / var(--tw-bg-opacity))}#remaster-body :is(.hover\:tw-bg-\[rgb\(205\,205\,205\)\]:hover){--tw-bg-opacity: 1;background-color:rgb(205 205 205 / var(--tw-bg-opacity))}#remaster-body :is(.hover\:tw-bg-\[rgb\(236\,226\,255\)\]:hover){--tw-bg-opacity: 1;background-color:rgb(236 226 255 / var(--tw-bg-opacity))}#remaster-body :is(.hover\:tw-bg-\[rgba\(0\,0\,0\,0\.06\)\]:hover){background-color:#0000000f}#remaster-body :is(.hover\:tw-bg-\[rgba\(227\,213\,255\,0\.5\)\]:hover){background-color:#e3d5ff80}#remaster-body :is(.hover\:tw-bg-\[rgba\(255\,255\,255\,0\.1\)\]:hover){background-color:#ffffff1a}#remaster-body :is(.hover\:tw-text-\[\#19181A\]:hover){--tw-text-opacity: 1;color:rgb(25 24 26 / var(--tw-text-opacity))}#remaster-body :is(.hover\:tw-text-\[\#1B6E53\]:hover){--tw-text-opacity: 1;color:rgb(27 110 83 / var(--tw-text-opacity))}#remaster-body :is(.hover\:tw-text-\[\#712EFF\]:hover){--tw-text-opacity: 1;color:rgb(113 46 255 / var(--tw-text-opacity))}#remaster-body :is(.hover\:tw-text-\[\#8850FF\]:hover){--tw-text-opacity: 1;color:rgb(136 80 255 / var(--tw-text-opacity))}#remaster-body :is(.hover\:tw-text-\[\#E01507\]:hover){--tw-text-opacity: 1;color:rgb(224 21 7 / var(--tw-text-opacity))}#remaster-body :is(.hover\:tw-text-\[\#FFA826\]:hover){--tw-text-opacity: 1;color:rgb(255 168 38 / var(--tw-text-opacity))}#remaster-body :is(.hover\:tw-text-\[\#b8b8b8\]:hover){--tw-text-opacity: 1;color:rgb(184 184 184 / var(--tw-text-opacity))}#remaster-body :is(.hover\:tw-text-\[\#fff\]:hover){--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity))}#remaster-body :is(.hover\:tw-underline:hover){text-decoration-line:underline}#remaster-body :is(.hover\:tw-no-underline:hover){text-decoration-line:none}#remaster-body :is(.hover\:tw-opacity-30:hover){opacity:.3}#remaster-body :is(.hover\:placeholder\:tw-text-\[\#19181A\]:hover)::-moz-placeholder{--tw-text-opacity: 1;color:rgb(25 24 26 / var(--tw-text-opacity))}#remaster-body :is(.hover\:placeholder\:tw-text-\[\#19181A\]:hover)::placeholder{--tw-text-opacity: 1;color:rgb(25 24 26 / var(--tw-text-opacity))}#remaster-body :is(.focus\:tw-border-\[\#BDBDBD\]:focus){--tw-border-opacity: 1;border-color:rgb(189 189 189 / var(--tw-border-opacity))}#remaster-body :is(.focus\:tw-outline-none:focus){outline:2px solid transparent;outline-offset:2px}#remaster-body :is(.focus\:placeholder\:tw-text-\[\#8C8C8C\]:focus)::-moz-placeholder{--tw-text-opacity: 1;color:rgb(140 140 140 / var(--tw-text-opacity))}#remaster-body :is(.focus\:placeholder\:tw-text-\[\#8C8C8C\]:focus)::placeholder{--tw-text-opacity: 1;color:rgb(140 140 140 / var(--tw-text-opacity))}#remaster-body :is(.active\:\!tw-bg-transparent:active){background-color:transparent!important}#remaster-body :is(.tw-peer:checked~.peer-checked\:tw-bg-black){--tw-bg-opacity: 1;background-color:rgb(0 0 0 / var(--tw-bg-opacity))}#remaster-body :is(.tw-peer:checked~.peer-checked\:after\:tw-translate-x-full):after{content:var(--tw-content);--tw-translate-x: 100%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}#remaster-body :is(.tw-peer:checked~.peer-checked\:after\:tw-bg-white):after{content:var(--tw-content);--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity))}#remaster-body :is(.tw-peer:focus~.peer-focus\:tw-outline-none){outline:2px solid transparent;outline-offset:2px}@media (min-width: 480px){#remaster-body :is(.xs\:tw-col-span-1){grid-column:span 1 / span 1}#remaster-body :is(.xs\:tw-col-span-8){grid-column:span 8 / span 8}#remaster-body :is(.xs\:tw-col-span-9){grid-column:span 9 / span 9}#remaster-body :is(.xs\:tw-grid-cols-10){grid-template-columns:repeat(10,minmax(0,1fr))}#remaster-body :is(.xs\:tw-grid-cols-\[356px\]){grid-template-columns:356px}}@media (min-width: 576px){#remaster-body :is(.sm\:tw-col-span-1){grid-column:span 1 / span 1}#remaster-body :is(.sm\:tw-col-span-2){grid-column:span 2 / span 2}#remaster-body :is(.sm\:tw-col-span-5){grid-column:span 5 / span 5}#remaster-body :is(.sm\:tw-col-span-6){grid-column:span 6 / span 6}#remaster-body :is(.sm\:tw-col-span-8){grid-column:span 8 / span 8}#remaster-body :is(.sm\:tw-col-start-7){grid-column-start:7}#remaster-body :is(.sm\:tw-grid){display:grid}#remaster-body :is(.sm\:tw-hidden){display:none}#remaster-body :is(.sm\:tw-w-full){width:100%}#remaster-body :is(.sm\:tw-grid-cols-10){grid-template-columns:repeat(10,minmax(0,1fr))}#remaster-body :is(.sm\:tw-grid-cols-12){grid-template-columns:repeat(12,minmax(0,1fr))}#remaster-body :is(.sm\:tw-grid-cols-3){grid-template-columns:repeat(3,minmax(0,1fr))}#remaster-body :is(.sm\:tw-grid-cols-\[166px_1fr\]){grid-template-columns:166px 1fr}#remaster-body :is(.sm\:tw-gap-8){gap:2rem}#remaster-body :is(.sm\:tw-pt-16){padding-top:4rem}#remaster-body :is(.sm\:tw-text-base){font-size:1rem;line-height:1.5rem}}@media (min-width: 768px){#remaster-body :is(.md\:tw-col-span-2){grid-column:span 2 / span 2}#remaster-body :is(.md\:tw-col-span-4){grid-column:span 4 / span 4}#remaster-body :is(.md\:tw-col-span-6){grid-column:span 6 / span 6}#remaster-body :is(.md\:tw-col-start-3){grid-column-start:3}#remaster-body :is(.md\:tw-w-\[926px\]){width:926px}#remaster-body :is(.md\:tw-grid-cols-3){grid-template-columns:repeat(3,minmax(0,1fr))}#remaster-body :is(.md\:tw-grid-cols-8){grid-template-columns:repeat(8,minmax(0,1fr))}#remaster-body :is(.md\:tw-grid-cols-\[356px_356px\]){grid-template-columns:356px 356px}#remaster-body :is(.md\:tw-grid-cols-\[auto_1fr_auto\]){grid-template-columns:auto 1fr auto}#remaster-body :is(.md\:tw-flex-nowrap){flex-wrap:nowrap}#remaster-body :is(.md\:tw-justify-between){justify-content:space-between}}@media (min-width: 992px){#remaster-body :is(.lg\:tw-col-span-10){grid-column:span 10 / span 10}#remaster-body :is(.lg\:tw-col-start-2){grid-column-start:2}#remaster-body :is(.lg\:tw-grid-cols-12){grid-template-columns:repeat(12,minmax(0,1fr))}#remaster-body :is(.lg\:tw-grid-cols-\[451px_1fr\]){grid-template-columns:451px 1fr}#remaster-body :is(.lg\:tw-justify-center){justify-content:center}#remaster-body :is(.lg\:tw-px-10){padding-left:2.5rem;padding-right:2.5rem}}@media (min-width: 1200px){#remaster-body :is(.xl\:tw-col-span-5){grid-column:span 5 / span 5}#remaster-body :is(.xl\:tw-col-start-8){grid-column-start:8}#remaster-body :is(.xl\:tw-max-w-7xl){max-width:80rem}#remaster-body :is(.xl\:tw-grid-cols-\[356px_356px\]){grid-template-columns:356px 356px}#remaster-body :is(.xl\:tw-flex-row-reverse){flex-direction:row-reverse}#remaster-body :is(.xl\:tw-justify-between){justify-content:space-between}#remaster-body :is(.xl\:tw-pt-10){padding-top:2.5rem}#remaster-body :is(.xl\:tw-pt-5){padding-top:1.25rem}}@media (min-width: 1600px){#remaster-body :is(.\32xl\:tw-mx-\[60px\]){margin-left:60px;margin-right:60px}#remaster-body :is(.\32xl\:tw-grid-cols-\[356px_356px_356px\]){grid-template-columns:356px 356px 356px}#remaster-body :is(.\32xl\:tw-px-\[40px\]){padding-left:40px;padding-right:40px}}.lazy-load-image-background.blur{filter:blur(15px)}.lazy-load-image-background.blur.lazy-load-image-loaded{filter:blur(0);transition:filter .3s}.lazy-load-image-background.blur>img{opacity:0}.lazy-load-image-background.blur.lazy-load-image-loaded>img{opacity:1;transition:opacity .3s}.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;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{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}
