.spinner{animation:spinner-spin 1.8s infinite linear;display:inline-block;transform-origin:center;text-align:inherit}.spinner-container.primary svg{color:var(--theme-primary-main, #0090b0)}.spinner-container.contrast svg{color:var(--theme-primary-contrastText, #000)}@keyframes spinner-spin{0%{transform:rotate(0)}to{transform:rotate(270deg)}}.spinner circle{transform-origin:center;stroke-dasharray:187;stroke-dashoffset:0;animation:spinner-dash 1.8s infinite ease-in-out;stroke:currentColor}@keyframes spinner-dash{0%{stroke-dashoffset:187}50%{stroke-dashoffset:46.75;transform:rotate(135deg)}to{stroke-dashoffset:187;transform:rotate(450deg)}}.button{-webkit-appearance:none;--bg-color: #fff;--bg-hover-color: #ccc;--text-color: #000;position:relative;display:flex;cursor:pointer;align-items:center;justify-content:center;border-width:0px;border-style:solid;border-radius:var(--theme-radius-button, 8);padding:1rem;text-align:center;font-family:Poppins,Arial,sans-serif;font-size:1.25rem;line-height:1em;text-decoration:none!important;outline-width:0px;outline-color:var(--outline-color);outline-offset:1px;outline-style:solid;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.button.compact{padding:.375rem .5rem;font-size:1rem;line-height:1.5rem}.button.base{--bg-color: #fff;--bg-hover-color: var(--theme-action-hoverBackground);--text-color: #000}.button.transparent{--bg-color: transparent;--bg-hover-color: var(--theme-action-hover);--text-color: var(--theme-text-primary)}.button.primary{--bg-color: var(--theme-primary-main);--bg-hover-color: var(--theme-primary-dark);--text-color: var(--theme-primary-contrastText)}.button.secondary{--bg-color: var(--theme-secondary-main);--bg-hover-color: var(--theme-secondary-dark);--text-color: var(--theme-secondary-contrastText)}.button.accent{--bg-color: var(--theme-accent-main);--bg-hover-color: var(--theme-accent-dark);--text-color: var(--theme-accent-contrastText)}.button.bg-light{--bg-color: var(--theme-background-paperLight);--bg-hover-color: var(--theme-background-paperHighlight);--text-color: var(--theme-text-primary)}.button.bg-paper{--bg-color: var(--theme-background-paper);--bg-hover-color: var(--theme-background-paperLight);--text-color: var(--theme-text-primary)}.button.bg-contrast{--bg-color: var(--theme-background-contrast);--bg-hover-color: var(--theme-background-paperLight);--text-color: var(--theme-text-primary)}.button.text-col-unselected{--text-color: var(--theme-action-unselected)}.button.text-col-secondary{--text-color: var(--theme-text-secondary)}.button.disabled:not(.loading){--bg-color: var(--theme-action-disabled);--bg-hover-color: var(--theme-action-disabled);--text-color: var(--theme-text-primary);cursor:default}.button,.button.transparent{--outline-color: var(--theme-primary-main) }.button.disabled{pointer-events:none;cursor:default}.button.style-contained{background-color:var(--bg-color);color:var(--text-color)}.button.style-contained:not(.loading,.disabled):hover{background-color:var(--bg-hover-color)}.button.style-outlined{--text-color: var(--bg-color);border-width:2px;border-style:solid;border-color:var(--bg-color);background-color:transparent;color:var(--text-color)}.button.style-outlined:not(.loading,.disabled):hover{border-color:var(--bg-hover-color);background-color:var(--theme-action-hover);color:var(--bg-hover-color)}.button.style-transparent{--text-color: var(--bg-color);background-color:transparent;color:var(--text-color)}.button.style-transparent:not(.loading,.disabled):hover{background-color:var(--theme-action-hover);color:var(--bg-hover-color)}.button.fluid{border-radius:0rem}.button.text-fill span{display:inline-block;width:100%;text-align:left}.button svg{fill:currentColor}.button .icon-container{display:inline-flex;align-items:center}.button .icon-container svg{height:1.5rem;width:1.5rem}.button.compact .icon-container svg{height:1rem;width:1rem}.button:not(.empty) .icon-container{margin-right:1rem}.button:not(.empty).icon{padding-top:.75rem;padding-bottom:.75rem;padding-left:1rem}.button.empty.icon{width:2.75rem;height:2.75rem;padding-left:.5rem;padding-right:.5rem}.button span{vertical-align:top}.button.loading{cursor:initial}.button .spinner-container{position:absolute;left:50%;top:50%;--un-translate-x:-50% !important;--un-translate-y:-50% !important;transform:translate(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotate(var(--un-rotate-z)) skew(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z))!important;transform:translate(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotate(var(--un-rotate-z)) skew(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z))}.button .spinner-container circle{stroke:var(--text-color)}.button:focus-visible{outline-width:4px}.button.size-tiny{border-radius:.25rem;padding:.125rem .375rem;font-size:.875rem;line-height:1.25rem}form{display:flex;flex-direction:column}.card{display:inline-block;border-radius:var(--theme-radius-card, 8);background-color:var(--theme-background-paper, #292B30)}.card-title{position:relative;display:flex;flex-direction:column;align-items:flex-start;font-size:1.5rem;line-height:2rem;font-weight:700}.card-title-text-container{display:inline-flex;flex-direction:column}.card-title h1{font-size:1.25rem;line-height:1em;font-weight:600;text-transform:uppercase}.card-title .figure-container{margin-top:1rem;display:flex}.card-title .figure-label{display:inline-block;font-weight:600}.card .change-container{margin-left:.5rem;display:inline-flex;align-items:center}.card .positive .change-container{color:var(--theme-success-main, #43a047)}.card .negative .change-container{color:var(--theme-error-main, #ff4444)}.card .negative .change-container svg{--un-rotate-x:0;--un-rotate-y:0;--un-rotate-z:0;--un-rotate:180deg;transform:translate(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotate(var(--un-rotate-z)) skew(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z))}.card .change{font-weight:700}.card .change-icon{fill:currentColor}.card-body,.card-title{padding-left:var(--padding,2rem);padding-right:var(--padding,2rem);padding-top:calc(var(--padding,2.5rem) * 1.25);padding-bottom:calc(var(--padding,2.5rem) * 1.25)}@media (max-width: 900px){.card-body,.card-title{display:flex;flex-direction:column}}.card-title.compact{font-size:1.25rem;padding-top:calc(var(--padding,2.5rem) * .5);padding-bottom:calc(var(--padding,2.5rem) * .5)}.card .card-buttons{position:absolute;top:1rem;right:1rem}@media (max-width: 900px){.card .card-buttons{position:static;margin-top:1rem}}.card-title+.card-body{padding-top:0rem!important}.card-group{display:flex}.card-group>*{flex:1 1 0%}.form-page{width:100%;height:var(--screen-height);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:left}@media (max-width: 500px){.form-page{height:auto;min-height:var(--screen-height)}}.form-background{position:absolute;top:0rem;left:0rem;z-index:-1;width:100%;height:100%;object-fit:cover;object-position:center}@media (max-width: 500px){.form-background{display:none}}.form-card{max-height:calc(var(--screen-height) - 2rem);overflow-y:auto}@media (max-width: 900px){.form-card{max-height:calc(var(--screen-height) - 4rem)}}@media (max-width: 500px){.form-card{max-height:none;width:100%;flex:1 1 0%;border-radius:0rem}}@media (min-width: 501px){.form-card{width:28.75rem}}@media (max-width: 500px){.form-card-wrapper{width:100%}}.buy-page{height:100%;flex:1 1 0%}.buy-page .card{box-shadow:0 0 50px #0009;position:relative;display:flex;flex-direction:column;overflow:auto}@media (min-width: 501px){.buy-page .card{border-radius:var(--theme-radius-card, 8)}}.buy-page .card-body{display:flex;flex:1 1 0%;flex-direction:column}.buy-page .form,.buy-page .form-item{display:flex;flex-direction:column}.buy-page .form-item>label,.buy-page .form-item>span{margin-bottom:.5rem;font-size:.875rem;line-height:1.25rem}.buy-page .total-tiered-bonus{margin-left:auto;border-radius:.25rem;background-color:var(--theme-background-contrast, #1A1D22);padding:.125rem .375rem;font-size:.875rem;line-height:1.25rem}.bonus-list.loading .bonus-item{padding-top:.25rem;padding-bottom:.25rem}.bonus-item{display:flex}.bonus-item .bonus-percent{margin-left:auto}.bonus-item .bonus-usd{margin-left:.5rem;min-width:5rem;text-align:right}.bonus-item.total{position:relative;flex:1 1 0%;padding-right:.5rem}.bonus-item.total .bonus-percent,.bonus-item.total .bonus-usd{font-weight:600;color:var(--theme-success-light, #6fbf73)}.currency-display-item{height:100%;width:8.25rem;display:flex;align-items:center;justify-content:flex-start;border-top-right-radius:var(--theme-radius-item, 8);border-bottom-right-radius:var(--theme-radius-item, 8);background-color:var(--theme-background-paperLight, #393c40);padding:.5rem 1rem}.currency-display-item .currency-image-container{position:relative;display:flex}.currency-display-item .currency-image{margin:auto!important;width:2rem;height:2rem;border-radius:9999px!important;object-fit:cover;object-position:center}.currency-display-item .currency-display-item{height:2rem;width:2rem;display:flex;align-items:center;justify-content:center;border-radius:9999px;object-fit:cover;object-position:center}.currency-display-item .chain-chip{position:absolute;bottom:-.125rem;right:-.125rem;width:.875rem;height:.875rem;display:flex;align-items:center;justify-content:center;border-radius:9999px;background-color:var(--theme-background-default, #1a1d22);font-size:.625rem;line-height:1.2em}.currency-display-item .text-container{position:relative;margin-left:.5rem;margin-right:auto;display:flex;flex-direction:column;font-family:Poppins,Arial,sans-serif;font-size:1rem;line-height:1.5rem}.buy-page .bonus-item.locked{color:var(--theme-action-disabled, #666)}.buy-page .bonus-item .bonus-label{display:flex;align-items:center}.buy-page .bonus-item.locked svg{width:1rem;height:1rem;fill:currentColor}.buy-page .bonus-item.locked .bonus-label svg{margin-right:.25rem}.buy-page .summary-container{border-radius:var(--theme-radius-button, 8);background-color:var(--theme-background-contrast, #1A1D22);padding:1rem}.loadable{display:block}.loadable:not(.none){animation:load-pulse 1s infinite alternate ease-in-out}.loadable.text{display:inline-block;height:1em;width:var(--length,12em);border-radius:.25rem}.loadable.invisible{animation:none}.loadable.full{width:100%;height:100%}.loadable.block{display:block;border-radius:.25rem}.loadable.paragraph-container{overflow-x:hidden}@keyframes load-pulse{0%{background-color:var(--theme-action-loading, rgba(255,255,255,.15))}to{background-color:var(--theme-action-loadingTo, rgba(255,255,255,.2))}}.input-root{--label-width: 0rem;--input-root-bg: var(--theme-background-contrast);--outline-col: var(--theme-primary-main);position:relative;z-index:4;height:3.5rem;min-width:calc(var(--label-width) + 3.25rem);min-height:2rem;display:inline-flex;align-items:center;border-radius:var(--theme-radius-input, 8);font-size:1rem;line-height:1.5rem;outline-width:0px;outline-color:var(--outline-col);outline-offset:0px;outline-style:solid;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.input-root.contrast{--input-root-bg: var(--theme-background-paper)}.input-root.light{--input-root-bg: var(--theme-background-paperLight)}.input-root>*{z-index:2}.input-root:before{content:" ";pointer-events:none;position:absolute;top:0rem;left:0rem;z-index:0;width:100%;height:100%;border-radius:var(--theme-radius-input, 8);background-color:var(--input-root-bg);transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.input-root.active,.input-root:focus-visible{outline-width:4px}.input-root.error{--outline-col: var(--theme-error-main);outline-width:4px}.input-root.has-hint{margin-bottom:2rem!important}.input-root .hint-text{position:absolute;left:0rem;bottom:-.25rem;--un-translate-y:100% !important;--un-translate-x:.5rem !important;transform:translate(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotate(var(--un-rotate-z)) skew(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z))!important;font-size:.875rem;line-height:1.25rem;font-weight:600}.input-root.error .hint-text{color:var(--theme-error-light)}.input-root .icon-container{position:relative;display:flex;align-items:center;justify-content:center;padding:1rem}.input-root .icon-container svg{margin-left:.25rem}.input-root .icon-container:after{content:" ";position:absolute;right:-1px;top:50%;width:2px;height:2.5rem;--un-translate-y:-50% !important;transform:translate(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotate(var(--un-rotate-z)) skew(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z))!important;transform:translate(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotate(var(--un-rotate-z)) skew(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z));background-color:var(--theme-action-unselected, #45484C);transition-property:background-color;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.input-root.input-root .icon-container svg{fill:currentColor;color:var(--theme-action-unselected, #45484C);transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.input-root.light svg{color:var(--theme-text-primary, #fff)}.input-root.active .icon-container svg{color:var(--theme-text-primary, #fff)}.input-root button:hover svg{color:var(--theme-text-primary, #fff)}.input-root.active .icon-container:after{background-color:var(--theme-text-primary, #fff)}.input-root .child-container{position:relative;flex:1 1 0%}.input-container{display:inline-flex}.input-container.round{padding-left:1.5rem!important;padding-right:1.5rem!important}.input-container.round,.input-container.round:before,.input-container.round label,.input-container.round .label-background{border-radius:9999px!important}.input-container.round label,.input-container.round .label-background{left:1.5rem}.input-container input{flex:1 1 0%;appearance:none;-webkit-appearance:none;border-style:none;background-color:transparent;font-family:Poppins,Arial,sans-serif;font-size:1rem;line-height:1.5rem;color:var(--theme-text-primary, #fff);outline:2px solid transparent;outline-offset:2px}.input-container input::placeholder{color:var(--theme-action-unselected, #45484C);opacity:1}.input-wrapper{display:flex;flex:1 1 0%;padding:1rem}.input-container input:-webkit-autofill,.input-container input:-webkit-autofill:hover,.input-container input:-webkit-autofill:focus,.input-container input:-webkit-autofill:active{-webkit-box-shadow:0 0 0 30px var(--input-root-bg) inset!important}.icon-button{position:relative;height:2rem;width:2rem;display:flex;align-items:center;justify-content:center;border-style:none;background-color:transparent;padding:0rem;color:var(--theme-text-primary, #fff)}.icon-button:before{content:" ";position:absolute;top:50%;left:50%;height:3rem;width:3rem;--un-translate-x:-50% !important;--un-translate-y:-50% !important;transform:translate(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotate(var(--un-rotate-z)) skew(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z))!important;transform:translate(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotate(var(--un-rotate-z)) skew(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z));border-radius:9999px;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.icon-button:not(.disabled,.loading):hover:before{background-color:var(--theme-action-hover, rgba(255,255,255, .1))}.icon-button svg{fill:currentColor}.icon-button.disabled,.icon-button.loading{cursor:default}.icon-button.disabled svg{color:var(--theme-action-disabled, #666)}.icon-button:focus-visible:before{animation:focus-pulse infinite alternate .8s cubic-bezier(.82,.07,.31,.9);background-color:var(--theme-action-hover, rgba(255,255,255, .1))}.icon-button:focus-visible svg{color:var(--theme-text-primary, #fff)}@keyframes focus-pulse{0%{width:3rem;height:3rem}to{width:2.5rem;height:2.5rem}}.token-item{display:flex;align-items:center}.token-item .token-img{margin-right:1rem;width:2rem;height:2rem;border-radius:9999px}.token-item span{font-size:1rem;line-height:1.5rem}.token-item .token-symbol{margin-right:.25rem;font-weight:700}.token-item .token-bonus{margin-left:auto;font-weight:700;color:var(--theme-success-light, #6fbf73)}.select-modal{position:absolute;top:0rem;left:0rem;z-index:4;width:100%;height:100%;--un-translate-y:100% !important;transform:translate(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotate(var(--un-rotate-z)) skew(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z))!important;transform:translate(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotate(var(--un-rotate-z)) skew(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z));transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s;transition-duration:.4s}.select-modal.open{--un-translate-y:0rem !important;transform:translate(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotate(var(--un-rotate-z)) skew(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z))!important}.select-modal .card{width:100%;height:100%;display:flex;flex-direction:column}.select-modal .modal-header{display:flex;justify-content:space-between;padding-right:1rem;font-size:1.25rem;line-height:1.75rem}.select-modal .input-root{margin-right:1rem;flex-shrink:0}.select-modal .modal-body{display:flex;flex-direction:column;justify-content:flex-start;overflow-y:auto}.select-modal-wrapper{pointer-events:none;position:absolute;top:0rem;left:0rem;width:100%;height:100%;overflow:hidden}.select-modal-wrapper.open{pointer-events:auto}.collapse{border-radius:var(--theme-radius-item, 8);background-color:var(--theme-background-contrast, #1A1D22)}.collapse.paper{background-color:var(--theme-background-paper, #292B30)}.collapse-header{width:100%;display:flex;cursor:pointer;align-items:center;justify-content:flex-start!important;padding:1rem;transition-property:background-color;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.collapse-header:hover{background-color:var(--theme-background-paperLight, #393c40)}.collapse .title-container{display:flex;flex:1 1 0%;font-size:1rem;line-height:1.5rem}.collapse .dropdown-icon{width:.75rem;height:.75rem;fill:currentColor;transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s;transition-duration:.3s}.collapse.open .dropdown-icon{--un-rotate-x:0;--un-rotate-y:0;--un-rotate-z:0;--un-rotate:180deg !important;transform:translate(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotate(var(--un-rotate-z)) skew(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z))!important}.collapse-inner{padding:1rem}.collapse-body{position:relative;max-height:0rem;overflow:hidden;transition-property:max-height;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.collapse.open .collapse-body{max-height:var(--height)}.collapse-body:before{content:" ";position:absolute;top:.25rem;left:50%;height:1px;width:calc(100% - 2rem);--un-translate-x:-50%;transform:translate(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotate(var(--un-rotate-z)) skew(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z));background-color:var(--theme-divider, rgba(255, 255, 255, .12))}.tiered-bonus-buttons{margin-top:.5rem;display:flex;flex-wrap:wrap}.tiered-bonus-buttons .bonus-button.active{background-color:var(--theme-primary-main, #0090b0);color:var(--theme-primary-contrastText, #000)}.tiered-bonus-buttons .bonus-button.active:hover{background-color:var(--theme-primary-dark, #0083B0)}.tiered-bonus-buttons .percent{margin-left:.25rem;font-weight:600}.chip{position:relative;display:inline-block;display:inline-flex;align-items:center;border-radius:9999px;--un-bg-opacity:.2;background-color:rgba(255,255,255,var(--un-bg-opacity));padding:.625rem 1rem;color:var(--theme-text-primary, #fff)}@media (max-width: 700px){.chip{padding:.375rem .625rem}}.chip.compact{padding:.25rem .625rem;font-size:.875rem;line-height:1.25rem}.dialog{position:fixed;top:50%;left:50%;z-index:21;--un-translate-x:-50%;--un-translate-y:-50%;transform:translate(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotate(var(--un-rotate-z)) skew(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z));transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s;transition-duration:.4s}.dialog:not(.open){top:100%;--un-translate-y:4rem;transform:translate(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotate(var(--un-rotate-z)) skew(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z))}.overlay{position:fixed;top:0rem;left:0rem;z-index:20;width:100%;height:100%;background-color:var(--theme-background-overlay, rgba(0,0,0,.65));transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s;transition-duration:.4s}.overlay:not(.open){pointer-events:none;opacity:0}.dialog .close-button{position:absolute;top:.5rem;right:.5rem;z-index:5}.pagination-container{height:100%;display:flex;flex-direction:column}.pagination-content{flex:1 1 0%}.pagination-buttons{margin-left:auto;margin-right:auto;margin-top:2rem;max-width:25rem;width:100%;display:flex;align-items:center;justify-content:space-between}.transactions-wrapper{height:100%}.transactions-list{overflow:hidden;border-radius:var(--theme-radius-card, 8)}.transaction-item:not(:last-child){border-bottom-width:1px;border-bottom-style:solid;border-color:var(--theme-divider, rgba(255, 255, 255, .12))}.transaction-item{position:relative;display:flex;background-color:var(--theme-background-paper, #292B30);padding:1rem 1rem 1.25rem}@media (max-width: 900px){.transaction-item{overflow-x:auto}}.transaction-item .item-value{display:flex;flex:1 1 0%;align-items:center;font-weight:600;line-height:1.1em}@media (max-width: 700px){.transaction-item .item-value{font-size:.875rem;line-height:1.25rem}}.transaction-item .value-group{width:100%;display:flex;flex-direction:column}.transaction-item .transaction-chip{margin-right:.25rem;max-width:6rem;width:100%;justify-content:center;font-weight:400}@media (max-width: 900px){.transaction-item .transaction-chip{padding:.25rem}}@media (max-width: 700px){.transaction-item .transaction-chip{font-size:.75rem;line-height:1rem}}.transaction-item .value-sub{font-size:.875rem;line-height:1.25rem;color:var(--theme-text-secondary, #c0c0c0)}@media (max-width: 700px){.transaction-item .value-sub{font-size:.75rem;line-height:1rem}}.transaction-item .token-value{width:8rem;flex-shrink:0;flex-grow:0}.transaction-item .action-value{flex-shrink:0!important;flex-grow:0!important;min-width:4.5rem!important;width:4.5rem!important}.transaction-item .token-image{margin-right:.75rem;width:2.25rem;height:2.25rem;border-radius:9999px}.transaction-item .token-value span{font-weight:600}.transaction-item-body{display:flex;flex-direction:row;justify-content:space-between;padding-right:3rem!important}@media (max-width: 900px){.transaction-item-body{justify-content:flex-start}}.transaction-body-item{display:flex;flex-direction:column;padding:.5rem}.transaction-body-label{margin-bottom:.25rem;font-size:.875rem;line-height:1.25rem;font-weight:700}.transaction-body-value{margin-top:auto;margin-bottom:auto}.transaction-details{width:100%;max-width:27.5rem}.transaction-details .qr-code{margin-left:auto;margin-right:auto;margin-right:1rem;flex-shrink:0}.transaction-details-body,.transaction-details .form-item{display:flex;flex-direction:column}.transaction-details label{margin-bottom:.125rem;font-size:.875rem;line-height:1.25rem}.transaction-details .pending-container{margin-bottom:1rem!important;display:flex}.transaction-details .warning{position:relative;display:flex;padding:.5rem .75rem;font-size:1rem;line-height:1.5rem;line-height:1.2em}.transaction-details .warning:before{content:" ";position:absolute;top:0rem;left:0rem;width:100%;height:100%;border-width:2px;border-style:solid;border-color:var(--theme-warning-dark, #b27000);border-radius:var(--theme-radius-item, 8);background-color:var(--theme-warning-light, #ffb333);opacity:.4}.transaction-details .warning svg{position:relative;top:.375rem;z-index:2;margin-right:.25rem;fill:currentColor}.transaction-details .warning-wrapper{position:relative;z-index:2;margin-top:auto;margin-bottom:auto}.transaction-item .transaction-id{position:absolute;bottom:.125rem;left:.25rem;font-size:.55rem;line-height:1.2em;color:var(--theme-text-muted, #aaa)}@media (max-width: 500px){.transaction-item .action-value:not(.action-visible){display:none}}.info{position:relative}.info>span{position:relative;width:1rem;height:1rem;display:inline-flex;align-items:center;justify-content:center;border-radius:9999px;background-color:var(--theme-background-paperLight, #393c40);font-size:.875rem;line-height:1.25rem}.info-tooltip{box-shadow:#00000040 0 54px 55px,#0000001f 0 -12px 30px,#0000001f 0 4px 6px,#0000002b 0 12px 13px,#00000017 0 -3px 5px;pointer-events:none;position:absolute;bottom:100%;z-index:5;max-width:20rem;min-width:15rem;border-radius:var(--theme-radius-item, 8);background-color:var(--theme-background-contrast, #1A1D22);padding:.5rem;opacity:0;transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.info:hover .info-tooltip{pointer-events:auto;opacity:1}html{color-scheme:dark;min-height:100%;display:flex;flex-direction:column}body{background-color:var(--theme-background-default);color:var(--theme-text-primary);font-family:var(--theme-font-primary);margin:0rem;display:flex;flex:1 1 0%;flex-direction:column;padding:0rem;font-size:1rem;line-height:1.5rem}#root{display:flex;flex:1 1 0%;overflow-x:hidden}@media (max-width: 900px){#root{flex-direction:column-reverse}}h1,h2,h3,h4,h5,h6{margin:0rem}button{cursor:pointer;appearance:none;-webkit-appearance:none;border-style:none;background-color:transparent;outline:2px solid transparent;outline-offset:2px}.-translate-x-1\/2{--un-translate-x: -50% !important}*{box-sizing:border-box}p{margin:0rem;padding:0rem}a{color:var(--theme-primary-main, #0090b0);text-decoration:none}a:hover{text-decoration-line:underline}.tooltip{transform:translate(-50%,-100%);box-shadow:#0000003d 0 3px 8px;pointer-events:none;position:fixed;max-width:16rem;border-radius:.25rem;background-color:var(--theme-background-contrast, #1A1D22);padding:.5rem;font-size:.875rem;line-height:1.25rem;opacity:1;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.tooltip:after{content:" ";border-style:solid;border-width:10px 10px 0 10px;border-color:var(--theme-background-contrast) transparent transparent transparent;transform:translate(-50%,100%);position:absolute;bottom:0rem;left:50%}.tooltip.hidden{opacity:0}.page{padding:2rem}@media (max-width: 900px){.page{padding:1.5rem}}@media (max-width: 700px){.page{padding:1rem}}@media (max-width: 500px){.page{padding:.75rem}}.divider{height:1px;width:100%;background-color:var(--theme-divider, rgba(255, 255, 255, .12))}.thin-scroll{scrollbar-width:6px!important}.thin-scroll::-webkit-scrollbar{width:6px!important;height:6px!important}.thin-scroll::-webkit-scrollbar-track{box-shadow:none}.thin-scroll::-webkit-scrollbar-thumb{background-color:var(--theme-background-default);border-radius:1000px}.loader{animation:loader 1s infinite both ease-out alternate-reverse!important;display:inline-block;height:1rem;width:1rem;border-radius:.375rem;background-color:var(--theme-action-loading, rgba(255,255,255,.15))!important;opacity:1}.loader.text{height:1em;width:7em}img{color:transparent}@keyframes loader{0%{opacity:1}to{opacity:.7}}@keyframes fade-in{0%{opacity:0}to{opacity:1}}.right-divider{position:relative;margin-right:1.5rem}.right-divider:after{content:" ";position:absolute;right:-1.5rem;top:50%;width:2px;height:2.5rem;--un-translate-y:-50% !important;transform:translate(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotate(var(--un-rotate-z)) skew(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z))!important;transform:translate(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotate(var(--un-rotate-z)) skew(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z));background-color:var(--theme-action-unselected, #45484C);transition-property:background-color;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.flush-top,.flush-top:before{border-top-left-radius:0rem!important;border-top-right-radius:0rem!important}.flush-left,.flush-left:before{border-top-left-radius:0rem!important;border-bottom-left-radius:0rem!important}.flush-bottom,.flush-bottom:before{border-bottom-left-radius:0rem!important;border-bottom-right-radius:0rem!important}.flush-right,.flush-right:before{border-top-right-radius:0rem!important;border-bottom-right-radius:0rem!important}.percent-label{font-weight:700;color:var(--theme-success-light, #6fbf73)}.alert{transition:bottom .3s .2s ease-out,left .5s ease-out,transform .5s ease-out,opacity .5s ease-out;animation:alert-enter .5s;position:absolute;left:50%;bottom:0rem;z-index:100000!important;max-width:30rem;width:100vw;display:flex;--un-translate-x:-50%;transform:translate(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotate(var(--un-rotate-z)) skew(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z));align-items:center;overflow:hidden;border-radius:var(--theme-radius-card, 8);background-color:var(--theme-background-paper, #292B30);padding:.75rem .75rem .75rem 1.5rem;--un-shadow:0px 2px 1px -1px var(--un-shadow-color, rgba(0,0,0,.2)),0px 1px 1px 0px var(--un-shadow-color, rgba(0,0,0,.14)),0px 1px 3px 0px var(--un-shadow-color, rgba(0,0,0,.12));box-shadow:var(--un-ring-offset-shadow, 0 0 #0000),var(--un-ring-shadow, 0 0 #0000),var(--un-shadow)}@keyframes alert-enter{0%{left:0;transform:translate(-100%)}to{left:50%;transform:translate(-50%)}}.alert.success{background-color:var(--theme-success-main, #43a047);color:var(--theme-success-contrastText, #ffffff)}.alert.success .duration-bar{background-color:var(--theme-success-dark, #357a38)}.alert.info{background-color:var(--theme-info-main, #1976d2);color:var(--theme-info-contrastText, #ffffff)}.alert.info .duration-bar{background-color:var(--theme-info-dark, #115293)}.alert.warning{background-color:var(--theme-warning-main, #ffa000);color:var(--theme-warning-contrastText, #000)}.alert.warning .duration-bar{background-color:var(--theme-warning-dark, #b27000)}.alert.error{background-color:var(--theme-error-main, #ff4444);color:var(--theme-error-contrastText, #ffffff)}.alert.error .duration-bar{background-color:var(--theme-error-dark, #bb4444)}.alert svg{fill:currentColor;color:var(--theme-text-primary, #fff)}.alert p{margin-left:.5rem;margin-right:.5rem;flex:1 1 0%;font-weight:500}.alert .duration-bar{animation:alert-duration-bar-shrink forwards .5s linear;position:absolute;bottom:0rem;left:0rem;height:.25rem;width:100%;background-color:var(--theme-primary-dark, #0083B0)}@keyframes alert-duration-bar-shrink{0%{width:100%}to{width:0%}}.alerts-container{position:fixed;bottom:2rem;left:50%;z-index:1000}.alert.hiding{left:100%;--un-translate-x:0rem;transform:translate(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotate(var(--un-rotate-z)) skew(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z));opacity:0}.sidebar{position:fixed;top:0rem;left:0rem;z-index:10;min-width:20rem;height:var(--screen-height);display:flex;flex-direction:column;border-radius:0rem}@media (max-width: 900px){.sidebar{top:initial;bottom:0rem;width:100%;height:4rem;border-top-width:1px;border-top-style:solid;border-color:var(--theme-divider, rgba(255, 255, 255, .12))}}@media (max-width: 900px){.sidebar .card-title{display:none}}.sidebar .card-body{display:flex;flex:1 1 0%;flex-direction:column}@media (max-width: 900px){.sidebar .card-body{flex-direction:row;padding:0rem}}.sidebar .separator{display:flex;flex:1 1 0%;align-items:center;justify-content:center}@media (max-width: 900px){.sidebar .separator{display:none}}.sidebar .list{display:flex;flex-direction:column}@media (max-width: 900px){.sidebar .list{flex:1 1 0%;flex-direction:row;justify-content:space-evenly}}@media (max-width: 900px){.sidebar .bottom-list{display:none}}.sidebar .list>.button.disabled svg{fill:currentColor!important;color:var(--theme-action-disabled, #666)!important}.sidebar .list>.button.disabled{background-color:transparent!important;color:var(--theme-action-disabled, #666)}.sidebar .list>.button{color:var(--theme-text-primary, #fff)}@media (max-width: 900px){.sidebar .list>.button{height:100%;max-width:8rem;display:flex;flex:1 1 0%;flex-direction:column;align-items:center!important;justify-content:center!important;padding-top:0rem!important;padding-bottom:0rem!important;font-size:.75rem;line-height:1rem}}@media (max-width: 900px){.sidebar .list>.button span{position:absolute;bottom:.5rem;white-space:nowrap}}@media (max-width: 900px){.sidebar .list>.button svg{margin-bottom:.75rem}}@media (max-width: 900px){.sidebar .list>.button .icon-container{margin-right:0rem;margin-bottom:.125rem}}@media (max-width: 900px){.sidebar .list>.button .icon-container svg{width:1.75rem;height:1.75rem}}.page-container{min-height:var(--screen-height);display:flex;flex:1 1 0%;flex-direction:column;overflow-x:hidden}@media (max-width: 900px){.page-container.logged-in{padding-bottom:4rem}}@media (min-width: 901px){.page-container.logged-in{padding-left:20rem}}.banners-container{z-index:5;width:calc(100% - 2rem);display:flex;flex-direction:column;overflow-x:hidden}.banner-hidden-clearfix{visibility:hidden;width:calc(100% - 2rem)}.fixed-banner-wrapper{position:fixed;width:100%}@media (min-width: 901px){.fixed-banner-wrapper{padding-right:20rem}}.banner{box-shadow:#32325d40 0 2px 5px -1px,#0000004d 0 1px 3px -1px;position:relative;width:100%;background-color:var(--theme-primary-dark, #0083B0);padding:.25rem 2rem .25rem .5rem;text-align:center;font-size:.875rem;line-height:1.25rem;color:var(--theme-primary-contrastText, #000);transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.banner:not(.open){opacity:0;pointer-events:none;position:fixed;top:0rem;--un-translate-y:-100% !important;transform:translate(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotate(var(--un-rotate-z)) skew(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z))!important}.banner .close-button{position:absolute;top:50%;right:.5rem;--un-translate-y:-50% !important;transform:translate(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotate(var(--un-rotate-z)) skew(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z))!important;color:var(--theme-primary-contrastText, #000)}@media (max-width: 900px){.banner .close-button{right:0rem}}.footer{z-index:5;width:100%;display:flex;border-top-width:1px;border-top-style:solid;border-color:var(--theme-divider, rgba(255, 255, 255, .12));background-color:var(--theme-background-paperDark, #212226);padding:2rem 3rem}@media (min-width: 901px){.footer{border-left-width:1px;border-left-style:solid}}.footer-item{display:flex;flex:1 1 0%;flex-direction:column}.footer-item .social-img{width:1.25rem;height:1.25rem;color:var(--theme-text-primary, #fff)}.footer-item .footer-title{font-size:1.125rem;line-height:1.75rem}.referrals-page{margin-left:auto;margin-right:auto;max-width:50rem;width:100%;display:flex;flex-direction:column;padding:1rem}@media (max-width: 900px){.referrals-page{min-height:var(--screen-height)}}@media (min-width: 901px){.referrals-page{flex:1 1 0%}}.referral-share-buttons{display:flex;flex-wrap:wrap}.referral-share-buttons>.button{flex:1 1 0%;border-radius:.25rem}@media (max-width: 900px){.referral-share-buttons.can-share a{display:none}}@media (min-width: 901px){.referral-share-buttons.can-share button{display:none}}.referral-share-buttons:not(.can-share) button{display:none}.referrals-description{display:flex;flex-direction:column;align-items:flex-start;border-radius:var(--theme-radius-item, 8);background-color:var(--theme-background-paperLight, #393c40);padding:1.5rem}.referrals-description h1{font-size:1.5rem;line-height:2rem}.referral-stats{display:flex;flex-direction:row!important}.referral-stat{position:relative;z-index:2;display:flex;flex:1 1 0%;flex-direction:column;align-items:center;justify-content:center;padding:1rem}.referral-stat-value{font-size:1.875rem;line-height:2.25rem;font-weight:600}@media (max-width: 700px){.referral-stat-value{font-size:1.5rem;line-height:2rem}}@media (max-width: 500px){.referral-stat-value{font-size:1.25rem;line-height:1.75rem}}.referral-stat:before{content:" ";pointer-events:none;position:absolute;top:0rem;left:0rem;z-index:-1;width:100%;height:100%;border-radius:.25rem;opacity:.1}.referred .referral-stat-value{color:var(--theme-primary-main, #0090b0)}.referral-stat.referred:before{background-color:var(--theme-primary-dark, #0083B0)}.dollar .referral-stat-value{color:var(--theme-success-light, #6fbf73)}.referral-stat.dollar:before{background-color:var(--theme-success-dark, #357a38)}.referrals-how-root{max-width:25rem;width:100%}.referrals-how{display:flex;flex-direction:column}.referrals-how-step{position:relative;display:flex}.referrals-how-step .step-num{margin-right:1rem;margin-top:.5rem;width:2rem;height:2rem;display:flex;flex-shrink:0;align-items:center;justify-content:center;border-radius:9999px;background-color:var(--theme-background-contrast, #1A1D22);color:var(--theme-primary-light, #00B4DB)}.referrals-how-step .step-text h2{font-size:1.125rem;line-height:1.75rem}.referrals-how-step:not(:last-child):after{content:" ";position:absolute;left:0rem;bottom:-1rem;width:100%;height:1px;background-color:var(--theme-divider, rgba(255, 255, 255, .12))}@media (max-width: 900px){.account-page{min-height:var(--screen-height)}}@media (min-width: 901px){.account-page{flex:1 1 0%}}.account-page .gap-wrapper{display:flex;flex:1 1 0%;align-items:flex-start;padding:.5rem}@media (max-width: 1100px){.account-page .gap-wrapper{flex-direction:column}}.account-page .input-root .left-container{width:4.5rem}.profile-card{width:calc(100% - 1rem);max-width:37.5rem;flex:2}@media (max-width: 900px){.profile-card{max-width:none}}.wallet-card{width:calc(100% - 1rem);max-width:37.5rem;flex:1.5}@media (min-width: 1101px){.wallet-card{min-width:20rem}}@media (max-width: 900px){.wallet-card{max-width:none}}.select{min-height:4rem;min-width:10rem;flex-direction:row;cursor:pointer;align-items:center;justify-content:space-between;padding:.75rem 1rem;padding-bottom:.75rem!important;font-family:Poppins,Arial,sans-serif}.select:hover{--input-root-bg: var(--theme-background-paperLight)}.select.multiple{padding-bottom:.25rem}.select:hover .dropdown-icon{color:var(--theme-text-primary, #fff)}.select .dropdown-icon{margin-left:.5rem;width:.75rem;height:.75rem;flex-shrink:0;fill:currentColor;color:var(--theme-text-primary, #fff);transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.select.open .dropdown-icon{--un-rotate-x:0;--un-rotate-y:0;--un-rotate-z:0;--un-rotate:180deg !important;transform:translate(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotate(var(--un-rotate-z)) skew(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z))!important;transform:translate(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotate(var(--un-rotate-z)) skew(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z))}.select .value-container .chip{position:relative;margin-right:.5rem;white-space:nowrap}.select .value-container .chip:not(.empty-value){padding-right:2.5rem}.select .value-container .chip .icon-button{position:absolute;top:50%;right:.25rem;--un-translate-y:-50% !important;transform:translate(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotate(var(--un-rotate-z)) skew(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z))!important;transform:translate(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotate(var(--un-rotate-z)) skew(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z));fill:currentColor;color:var(--theme-text-primary, #fff)}.select.compact{min-height:0rem!important}.select .value-container{max-width:20rem;max-height:100%;display:flex;align-items:center;overflow:hidden}.select.multiple .value-container{@apply overflow-x: overlay;}.select .dropdown{right:.5rem}.dropdown{pointer-events:none;position:fixed;z-index:10000!important;max-width:calc(100% - 16px);min-width:16rem;max-height:min(calc(100vh - 10rem),15rem);display:flex;flex-direction:column;cursor:auto;align-items:stretch;overflow-y:auto;border-radius:.25rem;background-color:var(--theme-background-contrast, #1A1D22);padding-top:.5rem;padding-bottom:.5rem;opacity:0;--un-shadow:0px 4px 5px -2px var(--un-shadow-color, rgba(0,0,0,.2)),0px 7px 10px 1px var(--un-shadow-color, rgba(0,0,0,.14)),0px 2px 16px 1px var(--un-shadow-color, rgba(0,0,0,.12));box-shadow:var(--un-ring-offset-shadow, 0 0 #0000),var(--un-ring-shadow, 0 0 #0000),var(--un-shadow);transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.dropdown.open{pointer-events:auto;opacity:1}.dropdown>.dropdown-item{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1.5rem;text-align:left;font-family:Poppins,Arial,sans-serif;font-size:1rem!important;line-height:1.5rem!important;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.dropdown>.dropdown-item:hover{background-color:var(--theme-action-hover, rgba(255,255,255, .1))}.dropdown>.dropdown-item>svg{margin-left:.5rem;fill:currentColor;color:var(--theme-primary-main, #0090b0)}.dropdown.searchable{max-height:min(calc(100vh - 8rem),20rem);padding-top:0rem}.dropdown .search-input-container{position:sticky;top:0rem;background-color:var(--theme-background-contrast, #1A1D22);padding:.75rem 1rem}.dropdown .search-input{width:100%;border-width:1px;border-style:solid;border-radius:.25rem;background-color:var(--theme-background-contrast, #1A1D22);padding:.5rem 1rem;font-size:1rem;line-height:1.5rem;outline-color:var(--theme-primary-main, #0090b0)}.phone-input-select{width:4.5rem;min-width:0rem;border-top-right-radius:0rem!important;border-bottom-right-radius:0rem!important;padding-left:.5rem!important;padding-right:.5rem!important}.phone-input-select .dropdown-icon{margin-left:.125rem!important;width:.6875rem;height:.6875rem}.countdown-container{display:flex}.countdown-item{position:relative;width:3em;display:flex;flex-direction:column;align-items:center;overflow:hidden;background-color:var(--theme-background-contrast, #1A1D22);font-size:2.25rem;line-height:2.5rem}@media (max-width: 700px){.countdown-item{font-size:1.875rem;line-height:2.25rem}}@media (max-width: 500px){.countdown-item{font-size:1.5rem;line-height:2rem}}.countdown-item:first-child{border-top-left-radius:var(--theme-radius-card, 8);border-bottom-left-radius:var(--theme-radius-card, 8)}.countdown-item:last-child{border-top-right-radius:var(--theme-radius-card, 8);border-bottom-right-radius:var(--theme-radius-card, 8)}.countdown-item:not(:last-child):before{content:":";position:absolute;bottom:.55em;right:0rem}.countdown-item-label{font-size:clamp(.7rem,.4em,.4em);line-height:.5em;display:block;width:100%;background-color:var(--theme-background-default, #1a1d22);padding-top:1em;padding-bottom:.5em;text-align:center;color:var(--theme-text-secondary, #c0c0c0)}.countdown-item-value{margin-top:.3em;margin-bottom:.5em}.price-chart-container{box-shadow:#00000040 0 54px 55px,#0000001f 0 -12px 30px,#0000001f 0 4px 6px,#0000002b 0 12px 13px,#00000017 0 -3px 5px;position:relative;overflow:hidden;padding:1rem}.chart-container{position:relative;width:100%;height:22.5rem}@media (max-width: 900px){.chart-container{height:20rem}}@media (max-width: 700px){.chart-container{height:15rem}}@media (max-width: 500px){.chart-container{height:10rem}}.chart-container .responsive-container{position:absolute;top:0rem;left:0rem;width:100%;height:100%}.price-chart-buttons{margin-bottom:1.5rem;display:flex}.price-chart-buttons .button{font-weight:600;padding:.25rem .75rem;font-size:.875rem;line-height:1.25rem;text-transform:uppercase}.loader-bar{position:absolute;top:0rem;height:.25rem;background-color:var(--theme-primary-main, #0090b0)}.loader-bar.loading{animation:loader-bar-loading infinite 2s forwards ease-out}@keyframes loader-bar-loading{0%{left:0rem;width:0rem}50%{left:50%;width:40%}to{left:100%;width:0rem}}.dashboard-page.dashboard-page{margin-left:auto;margin-right:auto;max-width:60rem;width:100%;display:flex;padding:.5rem 1rem;padding-bottom:3rem!important}@media (max-width: 900px){.dashboard-page.dashboard-page{min-height:var(--screen-height)}}@media (min-width: 901px){.dashboard-page.dashboard-page{flex:1 1 0%}}@media (max-width: 1500px){.dashboard-page.dashboard-page{flex-direction:column-reverse}}.dashboard-page .card-group{margin-left:auto!important;margin-right:auto!important;max-width:62.5rem}.dashboard-card{display:flex;flex-direction:column}.dashboard-card .card-header{margin-bottom:.5rem;display:flex;align-items:center;justify-content:space-between;font-size:1.125rem;line-height:1.75rem;font-weight:600;color:var(--theme-text-primary, #fff)}.dashboard-card .card-header.small{font-size:1rem;line-height:1.5rem;color:var(--theme-text-secondary, #c0c0c0)}.dashboard-card .card-header .chip{margin-left:1rem;background-color:var(--theme-primary-main, #0090b0);color:var(--theme-primary-contrastText, #000)}.dashboard-card .value{font-weight:700}.dashboard-card .value.large{font-size:1.875rem;line-height:2.25rem}.dashboard-card .countdown-container{margin-left:auto;margin-right:auto}.privacy-policy{margin-left:auto;margin-right:auto;max-width:50rem;padding:1.5rem}.privacy-policy h1,.privacy-policy h2{margin-bottom:1rem;padding-top:.5rem;line-height:1.2em}.privacy-policy p{margin-bottom:.75rem}.register-page .input-root .left-container{width:4.5rem}.terms-page{margin-left:auto;margin-right:auto;max-width:50rem;padding:1.5rem}.terms-page h1,.terms-page h2,.terms-page h3{margin-bottom:1rem;padding-top:.5rem;line-height:1.2em}.terms-page p{margin-bottom:.75rem}.verify-page{height:100%;display:flex;flex:1 1 0%;align-items:center;justify-content:center}.promotions-page{margin-left:auto!important;margin-right:auto!important;margin-top:0rem;margin-bottom:0rem;max-width:50rem;width:100%;display:flex;flex-direction:column;padding:1rem}@media (max-width: 900px){.promotions-page{min-height:var(--screen-height)}}@media (min-width: 901px){.promotions-page{flex:1 1 0%}}.promotions-images-container{grid-template-columns:repeat(2,minmax(0,1fr))}*,::before,::after{--un-rotate:0;--un-rotate-x:0;--un-rotate-y:0;--un-rotate-z:0;--un-scale-x:1;--un-scale-y:1;--un-scale-z:1;--un-skew-x:0;--un-skew-y:0;--un-translate-x:0;--un-translate-y:0;--un-translate-z:0;--un-pan-x:var(--un-empty,/*!*/ /*!*/);--un-pan-y:var(--un-empty,/*!*/ /*!*/);--un-pinch-zoom:var(--un-empty,/*!*/ /*!*/);--un-scroll-snap-strictness:proximity;--un-ordinal:var(--un-empty,/*!*/ /*!*/);--un-slashed-zero:var(--un-empty,/*!*/ /*!*/);--un-numeric-figure:var(--un-empty,/*!*/ /*!*/);--un-numeric-spacing:var(--un-empty,/*!*/ /*!*/);--un-numeric-fraction:var(--un-empty,/*!*/ /*!*/);--un-border-spacing-x:0;--un-border-spacing-y:0;--un-ring-offset-shadow:0 0 #0000;--un-ring-shadow:0 0 #0000;--un-shadow-inset:var(--un-empty,/*!*/ /*!*/);--un-shadow:0 0 #0000;--un-ring-inset:var(--un-empty,/*!*/ /*!*/);--un-ring-offset-width:0px;--un-ring-offset-color:#fff;--un-ring-width:0px;--un-ring-color:rgba(147,197,253,0.5);--un-blur:var(--un-empty,/*!*/ /*!*/);--un-brightness:var(--un-empty,/*!*/ /*!*/);--un-contrast:var(--un-empty,/*!*/ /*!*/);--un-drop-shadow:var(--un-empty,/*!*/ /*!*/);--un-grayscale:var(--un-empty,/*!*/ /*!*/);--un-hue-rotate:var(--un-empty,/*!*/ /*!*/);--un-invert:var(--un-empty,/*!*/ /*!*/);--un-saturate:var(--un-empty,/*!*/ /*!*/);--un-sepia:var(--un-empty,/*!*/ /*!*/);--un-backdrop-blur:var(--un-empty,/*!*/ /*!*/);--un-backdrop-brightness:var(--un-empty,/*!*/ /*!*/);--un-backdrop-contrast:var(--un-empty,/*!*/ /*!*/);--un-backdrop-grayscale:var(--un-empty,/*!*/ /*!*/);--un-backdrop-hue-rotate:var(--un-empty,/*!*/ /*!*/);--un-backdrop-invert:var(--un-empty,/*!*/ /*!*/);--un-backdrop-opacity:var(--un-empty,/*!*/ /*!*/);--un-backdrop-saturate:var(--un-empty,/*!*/ /*!*/);--un-backdrop-sepia:var(--un-empty,/*!*/ /*!*/);}.pointer-events-auto{pointer-events:auto;}.invisible{visibility:hidden;}.absolute{position:absolute;}.fixed{position:fixed;}.relative{position:relative;}.left-4{left:1rem;}.top-1\/2{top:50%;}.\!m-0{margin:0rem !important;}.\!my-0{margin-top:0rem !important;margin-bottom:0rem !important;}.mx-1{margin-left:0.25rem;margin-right:0.25rem;}.my{margin-top:1rem;margin-bottom:1rem;}.\!mb-0{margin-bottom:0rem !important;}.\!mt-1{margin-top:0.25rem !important;}.mb-2{margin-bottom:0.5rem;}.mb-4{margin-bottom:1rem;}.ml-1{margin-left:0.25rem;}.ml-2{margin-left:0.5rem;}.ml-3{margin-left:0.75rem;}.ml-auto{margin-left:auto;}.mr-1{margin-right:0.25rem;}.mr-4{margin-right:1rem;}.mt-1{margin-top:0.25rem;}.mt-2{margin-top:0.5rem;}.mt-4{margin-top:1rem;}.block{display:block;}.inline-block{display:inline-block;}.aspect-video{aspect-ratio:16/9;}.\!w-14{width:3.5rem !important;}.h-3,.h3{height:0.75rem;}.h-5,.h5{height:1.25rem;}.h-6,.h6{height:1.5rem;}.h-full{height:100%;}.h1{height:0.25rem;}.h2{height:0.5rem;}.h4{height:1rem;}.w-\[calc\(100\%-4\.5rem\)\]{width:calc(100% - 4.5rem);}.w-100{width:25rem;}.w-3{width:0.75rem;}.w-5{width:1.25rem;}.w-auto{width:auto;}.w-full{width:100%;}.flex{display:flex;}.flex-\[1\.3\]{flex:1.3;}.flex-\[2\]{flex:2;}.flex-1{flex:1 1 0%;}.flex-col{flex-direction:column;}.-translate-y-1\/2{--un-translate-y:-50%;transform:translateX(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotateZ(var(--un-rotate-z)) skewX(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z));}.transform{transform:translateX(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotateZ(var(--un-rotate-z)) skewX(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z));}.resize{resize:both;}.\!items-center{align-items:center !important;}.items-center{align-items:center;}.\!justify-start{justify-content:flex-start !important;}.justify-start{justify-content:flex-start;}.justify-center{justify-content:center;}.overflow-hidden{overflow:hidden;}.overflow-x-hidden{overflow-x:hidden;}.whitespace-nowrap{white-space:nowrap;}.\!rounded-full{border-radius:9999px !important;}.rounded{border-radius:0.25rem;}.rounded-full{border-radius:9999px;}.rounded-item{border-radius:var(--theme-radius-item, 8);}.\!bg-background-contrast{background-color:var(--theme-background-contrast, #1A1D22) !important;}.bg-background-contrast{background-color:var(--theme-background-contrast, #1A1D22);}.bg-background-paperLight{background-color:var(--theme-background-paperLight, #393c40);}.bg-error-main{background-color:var(--theme-error-main, #ff4444);}.bg-info-main{background-color:var(--theme-info-main, #1976d2);}.bg-light{--un-bg-opacity:1;background-color:rgba(246,246,246,var(--un-bg-opacity));}.bg-success-main{background-color:var(--theme-success-main, #43a047);}.bg-warning-main{background-color:var(--theme-warning-main, #ffa000);}.group:hover .group-hover\:bg-background-paperHighlight{background-color:var(--theme-background-paperHighlight, #484c52);}.fill-current{fill:currentColor;}.p-4{padding:1rem;}.p-6{padding:1.5rem;}.px-0{padding-left:0rem;padding-right:0rem;}.px-1\.5{padding-left:0.375rem;padding-right:0.375rem;}.py-0{padding-top:0rem;padding-bottom:0rem;}.py-0\.5{padding-top:0.125rem;padding-bottom:0.125rem;}.py-3{padding-top:0.75rem;padding-bottom:0.75rem;}.pb-4{padding-bottom:1rem;}.pr-2{padding-right:0.5rem;}.text-center{text-align:center;}.text-right{text-align:right;}.\!text-sm{font-size:0.875rem !important;line-height:1.25rem !important;}.text-2xs{font-size:0.625rem;line-height:1.2em;}.text-lg{font-size:1.125rem;line-height:1.75rem;}.text-sm{font-size:0.875rem;line-height:1.25rem;}.font-bold{font-weight:700;}.font-semibold{font-weight:600;}.uppercase{text-transform:uppercase;}.\!text-text-primary{color:var(--theme-text-primary, #fff) !important;}.group:hover .group-hover\:text-text-primary{color:var(--theme-text-primary, #fff);}.text-action-unselected{color:var(--theme-action-unselected, #45484C);}.text-error-contrastText{color:var(--theme-error-contrastText, #ffffff);}.text-error-main{color:var(--theme-error-main, #ff4444);}.text-info-contrastText{color:var(--theme-info-contrastText, #ffffff);}.text-primary-main{color:var(--theme-primary-main, #0090b0);}.text-success-contrastText{color:var(--theme-success-contrastText, #ffffff);}.text-success-light{color:var(--theme-success-light, #6fbf73);}.text-text-secondary{color:var(--theme-text-secondary, #c0c0c0);}.text-warning-contrastText{color:var(--theme-warning-contrastText, #000);}.opacity-0{opacity:0;}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:150ms;}.transition-background-color{transition-property:background-color;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:150ms;}.transition-color{transition-property:color;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:150ms;}							.flex-gap-x-1 > *:not(:last-child) {					margin-right: 0.25rem;				}										.flex-gap-x-1\.5 > *:not(:last-child) {					margin-right: 0.375rem;				}										.flex-gap-x-2 > *:not(:last-child) {					margin-right: 0.5rem;				}										.flex-gap-x-3 > *:not(:last-child) {					margin-right: 0.75rem;				}										.flex-gap-x-4 > *:not(:last-child) {					margin-right: 1rem;				}										.flex-gap-x-6 > *:not(:last-child) {					margin-right: 1.5rem;				}							.flex-gap-y-1 > *:not(:last-child) {					margin-bottom: 0.25rem;				}							.flex-gap-y-2 > *:not(:last-child) {					margin-bottom: 0.5rem;				}							.flex-gap-y-4 > *:not(:last-child) {					margin-bottom: 1rem;				}							.flex-gap-y-6 > *:not(:last-child) {					margin-bottom: 1.5rem;				}							.flex-gap-y-8 > *:not(:last-child) {					margin-bottom: 2rem;				}			@media (min-width: 901px) {							.\+md\:flex-gap-y-2 > *:not(:last-child) {					margin-bottom: 0.5rem;				}					}				.gap-2 {					margin: -0.25rem;				}				.gap-2 > * {					margin: 0.25rem;				}							.gap-4 {					margin: -0.5rem;				}				.gap-4 > * {					margin: 0.5rem;				}							.gap-6 {					margin: -0.75rem;				}				.gap-6 > * {					margin: 0.75rem;				}			@media (max-width: 900px) {							.\<md\:gap-2 {					margin: -0.25rem;				}				.\<md\:gap-2 > * {					margin: 0.25rem;				}					}@media (max-width: 500px){.\<xs\:mt-2{margin-top:0.5rem;}.\<xs\:mt-8{margin-top:2rem;}}@media (max-width: 700px){.\<sm\:\!p-4{padding:1rem !important;}}@media (max-width: 900px){.\<md\:min-h-40{min-height:10rem;}}@media (min-width: 1101px){.\+lg\:grid{display:grid;}.\+lg\:max-w-400{max-width:100rem;}}@media (min-width: 901px){.\+md\:min-h-80{min-height:20rem;}}@media (min-width: 768px){.md\:pl-4{padding-left:1rem;}}
