@import url(https://fonts.googleapis.com/css2?family=Rajdhani:wght@500;600;700&display=swap);.u-loading-icon--type-border{display:block;border:.15em solid currentColor;border-radius:50%;-webkit-animation:spinner-border .75s linear infinite;animation:spinner-border .75s linear infinite;border-right-color:transparent}@-webkit-keyframes spinner-border{to{transform:rotate(1turn)}}@keyframes spinner-border{to{transform:rotate(1turn)}}.u-loading-icon--type-border.u-loading-icon--inline{display:inline-block;vertical-align:middle}.u-loading-icon--type-border.u-loading-icon--variant-light{border-color:var(--color-white);border-right-color:transparent}.u-loading-icon--type-border.u-loading-icon--variant-dark{border-color:var(--color-black-void);border-right-color:transparent}.u-loading-icon--type-border.u-loading-icon--size-sm{width:.75rem;height:.75rem}.u-loading-icon--type-border.u-loading-icon--size-md{width:1rem;height:1rem}.u-loading-icon--type-border.u-loading-icon--size-lg{width:1.25rem;height:1.25rem}.u-loading-icon--type-spinner{display:inline-block;position:relative}.u-loading-icon--type-spinner.u-loading-icon--size-sm{width:.75rem;height:.75rem}.u-loading-icon--type-spinner.u-loading-icon--size-sm div{transform-origin:6px 6px}.u-loading-icon--type-spinner.u-loading-icon--size-sm div:after{top:9px;left:5px;width:2px;height:4px;border-radius:1px}.u-loading-icon--type-spinner.u-loading-icon--size-md{width:1rem;height:1rem}.u-loading-icon--type-spinner.u-loading-icon--size-md div{transform-origin:8px 8px}.u-loading-icon--type-spinner.u-loading-icon--size-md div:after{top:12px;left:7px;width:2px;height:5px;border-radius:1px}.u-loading-icon--type-spinner.u-loading-icon--size-lg{width:1.25rem;height:1.25rem}.u-loading-icon--type-spinner.u-loading-icon--size-lg div{transform-origin:10px 10px}.u-loading-icon--type-spinner.u-loading-icon--size-lg div:after{top:15px;left:9px;width:2px;height:7px;border-radius:2px}.u-loading-icon--type-spinner.u-loading-icon--variant-light div:after{background:var(--color-white)}.u-loading-icon--type-spinner.u-loading-icon--variant-dark div:after{background:var(--color-black-void)}.u-loading-icon--type-spinner div{transform-origin:40px 40px;-webkit-animation:lds-spinner .7s linear infinite;animation:lds-spinner .7s linear infinite}.u-loading-icon--type-spinner div:after{content:" ";display:block;position:absolute}.u-loading-icon--type-spinner div:first-child{transform:rotate(0deg);-webkit-animation-delay:-.7s;animation-delay:-.7s}.u-loading-icon--type-spinner div:nth-child(2){transform:rotate(45deg);-webkit-animation-delay:-.6s;animation-delay:-.6s}.u-loading-icon--type-spinner div:nth-child(3){transform:rotate(90deg);-webkit-animation-delay:-.5s;animation-delay:-.5s}.u-loading-icon--type-spinner div:nth-child(4){transform:rotate(135deg);-webkit-animation-delay:-.4s;animation-delay:-.4s}.u-loading-icon--type-spinner div:nth-child(5){transform:rotate(180deg);-webkit-animation-delay:-.3s;animation-delay:-.3s}.u-loading-icon--type-spinner div:nth-child(6){transform:rotate(225deg);-webkit-animation-delay:-.2s;animation-delay:-.2s}.u-loading-icon--type-spinner div:nth-child(7){transform:rotate(270deg);-webkit-animation-delay:-.1s;animation-delay:-.1s}.u-loading-icon--type-spinner div:nth-child(8){transform:rotate(315deg);-webkit-animation-delay:0s;animation-delay:0s}@-webkit-keyframes lds-spinner{0%{opacity:1}to{opacity:0}}@keyframes lds-spinner{0%{opacity:1}to{opacity:0}}.u-button{font-family:var(--font-family-title);font-weight:var(--font-weight-button);letter-spacing:var(--letter-spacing-button);border:0;border:1px solid transparent;cursor:pointer;line-height:1;box-shadow:0 4px 12px rgba(20,19,25,.16);transition:transform .2s ease-in-out}.u-button:hover{transform:scale(1.05)}.u-button--variant-primary{color:#fff;background-color:var(--color-primary);border-color:var(--color-primary);transition:all .2s ease-in-out}.u-button--variant-discord{color:#fff;background-color:#7289da;border-color:var(--color-dark-gray);transition:all .2s ease-in-out}.u-button--variant-outline-primary{background-color:transparent;box-shadow:0 4px 12px rgba(20,19,25,.16);border-color:var(--color-primary);color:var(--color-white);transition:all .2s ease-in-out}.u-button--variant-outline-white{background-color:transparent;border-color:var(--color-white);color:var(--color-white)}.u-button--variant-outline-gray{background-color:transparent;border-color:var(--color-dark-gray);color:var(--color-white)}.u-button--variant-dark{background-color:#242642;border-color:#242642;color:var(--color-white);transition:all .2s ease-in-out}.u-button--variant-outline-gradient{position:relative;color:var(--color-white);box-shadow:0 4px 16px rgba(246,0,245,.24);transition:all .2s ease-in-out}.u-button--variant-outline-gradient:after,.u-button--variant-outline-gradient:before{content:"";position:absolute;display:block}.u-button--variant-outline-gradient:before{width:calc(100% + 4px);height:calc(100% + 4px);top:-2px;left:-2px;background:radial-gradient(circle at 0,#f600f5,#0fa);z-index:1;border-radius:13px}.u-button--variant-outline-gradient:after{width:100%;height:100%;top:0;left:0;background:#393f5f;z-index:2;border-radius:12px}.u-button--variant-outline-gradient *{position:relative;z-index:3}.u-button--variant-outline-gradient:disabled,.u-button--variant-outline-gradient[disabled=disabled]{opacity:1!important;color:var(--color-mid-gray);box-shadow:0 4px 16px rgba(0,0,0,.24)}.u-button--variant-outline-gradient:disabled:before,.u-button--variant-outline-gradient[disabled=disabled]:before{background:#3b394e}.u-button--variant-outline-gradient:disabled:after,.u-button--variant-outline-gradient[disabled=disabled]:after{background:#2b293f}.u-button:disabled,.u-button[disabled=disabled]{cursor:not-allowed}.u-button--size-sm{font-size:calc(var(--font-size-button)*0.75);padding:10px 16px;border-radius:9px}.u-button--size-md{font-size:var(--font-size-button);padding:10px 16px;border-radius:12px}@media only screen and (min-width:1024px){.u-button--size-md{padding:13px 24px}}.u-button--size-lg{font-size:calc(var(--font-size-button)*1.5);padding:21px 32px;border-radius:15px}.u-button--block{display:block;width:100%}.cookie-consent[data-v-46bd802d]{margin-left:20px;display:flex;flex-direction:column;row-gap:10px;text-align:center;align-items:center}.cookie-consent__action[data-v-46bd802d]{display:flex;align-items:center;justify-content:center;-moz-column-gap:10px;column-gap:10px}.cookie-consent .my-custom-style[data-v-46bd802d]{background:none;border:none;width:-webkit-max-content;width:-moz-max-content;width:max-content;box-shadow:none;padding:0;margin:0 20px;height:-webkit-max-content;height:-moz-max-content;height:max-content}.game-btn{font-family:Circular Std Book,sans-serif;background:#393f5f;color:#fff;box-shadow:0 0 48px rgba(246,0,245,.4);transition:box-shadow .2s ease-in-out;border-radius:12px;padding:.7rem;position:relative;display:inline-flex;align-items:center}.game-btn>*{position:relative;z-index:3}@media only screen and (min-width:1024px){.game-btn{padding:.8rem}}.game-btn:before{content:"";width:calc(100% + 4px);height:calc(100% + 4px);position:absolute;top:-2px;left:-2px;background:radial-gradient(circle at 0,#f600f5,#0fa);z-index:1;border-radius:13px;font-size:.75rem}.game-btn:after{content:"";display:block;width:100%;height:100%;position:absolute;top:0;left:0;background:#393f5f;z-index:2;border-radius:12px}.game-btn:hover{box-shadow:0 0 48px rgba(246,0,245,.8)}.modal-open{overflow:hidden}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.fade{transition:opacity .15s linear}@media(prefers-reduced-motion:reduce){.fade{transition:none}}.fade:not(.show){opacity:0}.modal{color:var(--color-white)}.modal .modal-content{border:1px solid var(--color-dark-gray);background-color:var(--color-purple);box-shadow:0 12px 24px rgba(0,0,0,.25);background-position:50%;background-size:cover;overflow:hidden}.modal .modal-footer,.modal .modal-header{border:none}.modal .modal-banner{width:100%}.modal .modal-body{padding:.5rem 1.3rem}@media only screen and (min-width:768px){.modal .modal-body{padding:.8rem 1.75rem}}.header-close{position:absolute;right:15px;top:15px;width:32px;height:32px;padding:0;background-color:var(--color-purple)}.header-close .u-button__icon{margin-right:0!important}.custom-success-content-style{min-height:28.5625rem!important;background-repeat:no-repeat;background-size:contain!important;background-position:top!important;background-color:#141125!important}.skin-modal .modal-content{background:#131123}@media only screen and (min-width:1024px){.skin-modal .modal-dialog{max-width:500px}.skin-modal .modal-body{padding:2.5rem 4rem}}@media only screen and (max-width:1023px){.skin-modal .modal-dialog{max-width:308px;margin-left:auto;margin-right:auto}.skin-modal .modal-body{padding:1.25rem 2.875rem}}.skin-modal__title{letter-spacing:.404436px;text-transform:uppercase;font-size:1.25rem;line-height:1.5625rem;font-family:var(--font-family-cyber);margin-bottom:2rem}@media only screen and (min-width:1024px){.skin-modal__title{margin-bottom:1.5625rem}}@media only screen and (max-width:1023px){.skin-modal__title{font-size:.875rem;margin-bottom:.625rem}}.skin-modal__btn{min-width:9.5rem;text-align:center;padding:.75rem 3rem;width:100%;max-width:21.5rem;margin-top:1rem}.skin-modal__selector{display:flex;align-items:center;justify-content:space-between}.skin-modal__selector-btn{width:3.5rem;height:3.5rem;border-radius:50%;background:#393f5f;display:flex;align-items:center;justify-content:center}@media only screen and (max-width:1023px){.skin-modal__selector-btn{height:4rem;border-radius:12px;width:2rem}.skin-modal__selector-btn svg{width:15px!important;height:15px!important}}.skin-modal__worm-cont{min-height:16.875rem;display:flex;flex-direction:column;align-items:center;justify-content:center}@media only screen and (max-width:1023px){.skin-modal__worm-cont{min-height:7.8125rem}}.skin-modal__worm__img{width:7.8125rem;transform:rotate(-90deg);position:relative}.skin-modal__worm__img--head{z-index:2}.skin-modal__worm__img--tail{z-index:1;margin-top:-17px}@media only screen and (max-width:1023px){.skin-modal__worm__img{width:3.75rem}.skin-modal__worm__img--tail{margin-top:-10px}}.result{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;justify-content:center;align-items:center;background:#000;z-index:5;overflow:hidden;pointer-events:auto}.result__skin-btn{position:absolute;bottom:1.5rem;right:1.5rem}.result__back-btn{font-family:var(--font-family-title);font-weight:600;position:absolute;top:1.5rem;left:1.5rem}.result__balance{position:absolute;top:1.5rem;right:1.5rem;display:flex;align-items:center;background:#070c25;border:1.5119px solid #3b394e;border-radius:.75rem;font-size:1rem;font-weight:500;min-width:6.875rem;padding:8px}.result__balance img{width:38px;margin-top:-10px}.result__summary{min-width:9.375rem;margin-bottom:2.5rem}@media only screen and (min-width:1024px){.result__summary{min-width:10.625rem;margin-bottom:3.875rem}}.result__summary-card{background:#17152f;border:1px solid var(--color-dark-gray);border-radius:0 0 12px 12px;overflow:hidden}.result__summary-card--top-radius{border-radius:12px}.result__summary-item-label{opacity:.6}.result__summary-position{color:var(--color-white);background:#20243b;text-transform:uppercase;font-size:.875rem;line-height:1.5rem}.result__money{border-radius:12px;color:#fff;display:flex;align-items:center;justify-content:center;position:relative;padding:1em 2em;width:100%;font-family:var(--font-family-base)}@media only screen and (min-width:1024px){.result__money{padding:1.3125em 2em}}.result__money-value{font-size:22px}@media only screen and (min-width:1024px){.result__money-value{font-size:24px}}.result__money:after,.result__money:before{content:"";position:absolute;display:block}.result__money:before{top:0;left:0;width:100%;height:100%;border-radius:13px;z-index:1}.result__money:after{width:calc(100% - 4px);height:calc(100% - 4px);background:#070c25;border-radius:12px;z-index:2;top:2px;left:2px}.result__money>*{position:relative;z-index:3}.result__money img{width:60px;position:absolute;top:-6px;left:.3125rem}@media only screen and (min-width:1024px){.result__money img{width:66px;top:-3px}}.result__money--no-bottom-radius{border-radius:12px 12px 0 0}.result__money--no-bottom-radius:before{border-radius:13px 13px 0 0}.result__money--no-bottom-radius:after{border-radius:12px 12px 0 0}@media only screen and (min-width:1024px){.result__skin-btn{bottom:2.5rem;right:2.5rem}.result__back-btn{top:2.5rem;left:2.5rem}.result__balance{top:2.5rem;right:2.5rem;font-size:1.3rem;min-width:8.4375rem;padding:10px}.result__balance img{width:42px;margin-top:-11px}}.result.zoom-in-enter-active{-webkit-animation:zoom-in 1s ease-in-out;animation:zoom-in 1s ease-in-out}.result.zoom-in-leave-active{-webkit-animation:zoom-out 1s ease-in-out;animation:zoom-out 1s ease-in-out}.result__btn{font-size:1.125rem;padding:.6rem 2rem;outline:none;display:flex;align-items:center;font-family:var(--font-family-title)}@media only screen and (min-width:1024px){.result__btn{padding:.8rem 2.5rem}}.result__btn-price{display:flex;align-items:center;margin-left:.75rem}.result__btn-price img{max-width:2rem;margin-top:-5px;margin-right:-4px}.result__inner{display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center}.result__title{font-family:Arcade Interlaced,sans-serif;font-size:2rem;margin-bottom:1rem}@media only screen and (min-width:1024px){.result__title{font-size:3rem;margin-bottom:2rem}}.result__message{background:#212435;border-radius:12px;font-family:var(--font-family-title);color:#fff;opacity:.6;font-size:16px;line-height:26px;padding:.3rem 1rem;min-width:300px;text-align:center;margin-bottom:1.2rem}@media only screen and (min-width:1024px){.result__message{padding:.45rem 1rem;min-width:367px;margin-bottom:1.5rem;font-size:18px;line-height:30px}}.result__subtitle{font-family:Arcade Interlaced,sans-serif;color:#fff;opacity:.8;font-size:18px}.result--danger .result__title{color:#c00}.result--danger .result__money{box-shadow:0 0 40px rgba(204,0,0,.24)}.result--danger .result__money:before{background:linear-gradient(180deg,#c00 0,rgba(204,0,0,.3))}.result--success .result__title{color:#ffd200;text-shadow:0 0 20.7px rgba(255,210,0,.5)}.result--success .result__money{box-shadow:0 0 40px rgba(208,177,31,.16)}.result--success .result__money:before{background:linear-gradient(180deg,#d0b11f 0,rgba(255,210,0,.3))}.audio-btn-results{width:41px;height:41px;position:absolute;bottom:1.5rem;left:1.5rem;z-index:10;border-radius:12px;box-shadow:0 0 48px rgba(246,0,245,.4)}@media only screen and (min-width:1024px){.audio-btn-results{bottom:2.5rem;left:2.5rem}}.audio-btn-results:focus{border:none}.audio-btn-results:hover{box-shadow:0 0 48px rgba(246,0,245,.8)}.audio-btn-results svg{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:3}.audio-btn-results .iconMuted{width:19px;height:19px}.audio-btn-results .iconUnMuted{width:23px;height:23px}.audio-btn-results-outline-gradient:after,.audio-btn-results-outline-gradient:before{content:"";position:absolute;display:block}.audio-btn-results-outline-gradient:before{width:calc(100% + 4px);height:calc(100% + 4px);top:-2px;left:-2px;background:radial-gradient(circle at 0,#f600f5,#0fa);z-index:1;border-radius:12px}.audio-btn-results-outline-gradient:after{width:100%;height:100%;top:0;left:0;background:#393f5f;z-index:2;border-radius:12px}.cashout{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.5);z-index:5;display:flex;justify-content:center;align-items:center;pointer-events:auto}.cashout.zoom-in-enter-active{-webkit-animation:zoom-in 1s ease-in-out;animation:zoom-in 1s ease-in-out}.cashout.zoom-in-leave-active{-webkit-animation:zoom-out .1s ease-in-out;animation:zoom-out .1s ease-in-out}.cashout__inner{display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center}.cashout__top{font-family:Arcade Interlaced,sans-serif;color:#fff;opacity:.8;font-size:9px;margin-bottom:1.3125rem}.cashout__card{width:370px;box-sizing:border-box;color:#fff;position:relative;padding:1.5rem}.cashout__card *{position:relative;z-index:3}.cashout__card:after{content:"";position:absolute;display:block;box-sizing:border-box;width:100%;height:100%;background:#393f5f;border-radius:12px;z-index:2;top:0;left:0}.cashout__progress{width:calc(100% + 8px);height:calc(100% + 8px);top:-4px;left:-4px;border-radius:14px;overflow:hidden}.cashout__progress,.cashout__progress span{position:absolute;display:block;box-sizing:border-box;z-index:1}.cashout__progress span{background:#0fa}.cashout__progress span:nth-child(odd){width:8px}.cashout__progress span:nth-child(2n){height:8px}.cashout__progress span:first-child{bottom:50%;left:0;height:calc(50% - 7px);background:linear-gradient(0deg,#f600f5,#0fa);-webkit-clip-path:polygon(0 100%,100% 100%,100% 100%,0 100%);clip-path:polygon(0 100%,100% 100%,100% 100%,0 100%);-webkit-animation-delay:0s;animation-delay:0s}.cashout__progress span:nth-child(2){top:0;left:0;width:calc(100% - 7px);background:linear-gradient(90deg,#0fa,#f600f5);-webkit-clip-path:polygon(0 0,0 0,0 100%,0 100%);clip-path:polygon(0 0,0 0,0 100%,0 100%)}.cashout__progress span:nth-child(3){top:0;right:0;height:calc(100% - 7px);background:linear-gradient(180deg,#f600f5,#0fa);-webkit-clip-path:polygon(0 0,100% 0,100% 0,0 0);clip-path:polygon(0 0,100% 0,100% 0,0 0)}.cashout__progress span:nth-child(4){bottom:0;right:0;width:calc(100% - 7px);background:linear-gradient(270deg,#0fa,#f600f5);-webkit-clip-path:polygon(100% 0,100% 0,100% 100%,100% 100%);clip-path:polygon(100% 0,100% 0,100% 100%,100% 100%)}.cashout__progress span:nth-child(5){bottom:0;left:0;height:calc(50% + 1px);background:linear-gradient(0deg,#f600f5,#0fa,#f600f5);-webkit-clip-path:polygon(0 100%,100% 100%,100% 100%,0 100%);clip-path:polygon(0 100%,100% 100%,100% 100%,0 100%)}.cashout__title{font-family:Arcade Interlaced;font-size:14px;margin-bottom:1.125rem}.cashout__time{font-family:Arcade Interlaced;font-size:32px;text-shadow:0 0 24px hsla(0,0%,100%,.5);margin-bottom:1rem}.cashout__desc{font-size:14px;opacity:.6;font-family:var(--font-family-title);max-width:80%;margin:0 auto}.leaderboard{position:absolute;padding:.875rem 1.25rem .875rem .5625rem;color:#8e92a4;width:10.3125rem;z-index:3;background:#070c25;border-radius:12px;border-top-left-radius:0;border-top-right-radius:0;font-size:.5625rem;opacity:.8}.leaderboard__item{display:flex;align-items:center;justify-content:space-between;padding:.25rem 0}.leaderboard__item:first-child{padding-top:0}.leaderboard__item:first-child .leaderboard__name,.leaderboard__item:first-child .leaderboard__rank{background:var(--gradient-winner);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.leaderboard__item:nth-child(2) .leaderboard__name,.leaderboard__item:nth-child(2) .leaderboard__rank{background:var(--gradient-silver);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.leaderboard__item:nth-child(3) .leaderboard__name,.leaderboard__item:nth-child(3) .leaderboard__rank{background:var(--gradient-bronze);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.leaderboard__item:last-child{padding-bottom:0}.leaderboard__tokens{text-align:right;display:inline-block;position:relative}.leaderboard__tokens--coins:before{content:"";position:absolute;background-image:url(/web/20220507155451im_/https://ultimatearcade.io/img/Coin.45f584a6.png);width:.9375rem;height:.9375rem;background-size:cover;background-position:50%;top:50%;left:0;transform:translateX(-100%) translateY(calc(-50% - 1px))}.leaderboard__rank{display:inline-block;min-width:1.25rem}@media only screen and (min-width:1024px){.leaderboard{border-radius:12px;border-top-left-radius:12px;border-top-right-radius:12px;opacity:1;width:15.1875rem;font-size:.75rem;padding:.75rem 1.0625rem .75rem .75rem}.leaderboard__rank{min-width:1.875rem}.leaderboard__item{padding:.3rem 0}.leaderboard__tokens--coins:before{width:1.375rem;height:1.375rem;transform:translateX(calc(-100% - 5px)) translateY(calc(-50% - 2px))}}@media(pointer:coarse){.leaderboard{left:unset;top:2.5rem;right:2.5rem}}@media(pointer:fine){.leaderboard{right:unset;top:2.5rem;left:2.5rem}}@media only screen and (max-width:1023px)and (pointer:coarse){.leaderboard{left:unset;top:0;right:2.5rem}}.br-lobby-stat{position:fixed;top:1rem;background:#212435;border:1px solid var(--color-dark-gray);left:50%;transform:translate(-50%);border-radius:12px;z-index:3;line-height:1;color:var(--color-light-gray);width:-webkit-max-content;width:-moz-max-content;width:max-content}@media only screen and (min-width:1024px){.br-lobby-stat{max-width:51.375rem;font-size:1.25rem;min-height:3rem;top:2.8125rem;width:80%}}.br-lobby-stat img{max-width:1.875rem;margin-top:-.375rem}.game-toast.Vue-Toastification__toast{font-family:var(--font-family-title);border:1px solid var(--color-dark-gray);font-weight:600;padding:0;overflow:visible}.game-toast.Vue-Toastification__toast--error{background-color:#212435;border:1px solid var(--color-error);color:var(--color-error);box-shadow:0 0 24px rgba(255,86,86,.5)}.game-toast.Vue-Toastification__toast--error svg{stroke:var(--color-error)}.game-toast.Vue-Toastification__toast--warning{background-color:#212435;border:1px solid var(--color-warning);color:var(--color-warning);box-shadow:0 0 24px rgba(255,168,0,.2)}.game-toast.Vue-Toastification__toast--warning svg{stroke:var(--color-warning)}@media only screen and (min-width:1024px){.game-toast{font-size:1.25rem}.top-center .game-toast{min-width:56.25rem;position:absolute;left:calc(50% - 450px)}}.game-toast-content{display:flex;padding:1rem 1rem}.game-toast-content--progress{position:relative;background-color:#212435;width:100%;height:100%;left:0;top:0;border-radius:8px;z-index:2}@media only screen and (max-width:1023px){.game-toast-content{flex-direction:column;gap:5px}}@media only screen and (min-width:1024px){.game-toast-content{padding:2.25rem 2.1875rem}}.game-toast-content__loading{display:flex;justify-content:center;align-items:center;position:relative;width:1.5rem;height:1.5rem;background:transparent;flex-shrink:0}.game-toast-content__loading:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;border-radius:50%;background:radial-gradient(circle at 0,#f600f5,#0fa);-webkit-mask:radial-gradient(farthest-side,transparent calc(100% - 3px),#fff 0);mask:radial-gradient(farthest-side,transparent calc(100% - 3px),#fff 0);-webkit-animation:loading 1s linear infinite;animation:loading 1s linear infinite}@-webkit-keyframes loading{to{transform:rotate(1turn)}}@keyframes loading{to{transform:rotate(1turn)}}.game-toast-content__img{width:1.5rem;height:1.5rem;margin-top:-.375rem}.game-toast-content__icon{width:1.25rem!important;height:1.25rem!important;stroke:#fff}.game-toast__progress{width:calc(100% + 8px);height:calc(100% + 8px);top:-4px;left:-4px;border-radius:12px;overflow:hidden}.game-toast__progress,.game-toast__progress span{position:absolute;display:block;box-sizing:border-box;z-index:1}.game-toast__progress span{background:var(--color-warning);transition:-webkit-clip-path .4s;transition:clip-path .4s;transition:clip-path .4s,-webkit-clip-path .4s}.game-toast__progress span:nth-child(odd){height:10px}.game-toast__progress span:nth-child(2n){width:10px}.game-toast__progress span:first-child{top:0;left:0;width:50%;-webkit-clip-path:polygon(100% 0,100% 0,100% 100%,100% 100%);clip-path:polygon(100% 0,100% 0,100% 100%,100% 100%)}.game-toast__progress span:nth-child(2){top:0;left:0;height:100%;-webkit-clip-path:polygon(0 0,100% 0,100% 0,0 0);clip-path:polygon(0 0,100% 0,100% 0,0 0)}.game-toast__progress span:nth-child(3){bottom:0;left:7px;width:calc(100% - 7px);-webkit-clip-path:polygon(0 0,0 0,0 100%,0 100%);clip-path:polygon(0 0,0 0,0 100%,0 100%)}.game-toast__progress span:nth-child(4){top:0;right:0;height:calc(100% - 7px);-webkit-clip-path:polygon(0 100%,100% 100%,100% 100%,0 100%);clip-path:polygon(0 100%,100% 100%,100% 100%,0 100%)}.game-toast__progress span:nth-child(5){top:0;left:50%;width:calc(50% - 7px);-webkit-clip-path:polygon(100% 0,100% 0,100% 100%,100% 100%);clip-path:polygon(100% 0,100% 0,100% 100%,100% 100%)}.game-toast-info{position:absolute;bottom:-45px;left:50%;transform:translateX(-50%);font-weight:400;font-size:1.5rem;font-family:var(--font-family-cyber);text-shadow:0 0 24px #f93c75;width:-webkit-max-content;width:-moz-max-content;width:max-content}@media only screen and (max-width:1023px){.game-toast-info{font-size:.8125rem;bottom:-30px}}.skin-btn{min-width:6.25rem;min-height:2.5rem;font-size:.75rem;font-weight:400;align-items:center;justify-content:center;padding:.3125rem .875rem;gap:.4375rem}.skin-btn.game-btn svg{height:auto;max-width:1.375rem}@media only screen and (min-width:1024px){.skin-btn{min-height:6.25rem;align-items:flex-end;padding:.8rem;bottom:2.5rem;right:2.5rem}.skin-btn.game-btn svg{position:absolute;width:85%;top:50%;left:50%;transform:translateX(-50%) translateY(-70%);max-width:2.5rem}}.match-making{position:absolute;bottom:0;left:0;width:100%;min-height:30vh;display:flex;justify-content:center;align-items:flex-end;background:transparent;z-index:5;overflow:hidden;pointer-events:none}.match-making__skin-btn{position:absolute;bottom:1.5rem;right:1.5rem;pointer-events:auto}.match-making__info{font-family:var(--font-family-cyber);font-size:.75rem;color:var(--color-light-gray);padding:2rem 0}@media only screen and (min-width:1024px){.match-making__skin-btn{bottom:2.5rem;right:2.5rem}.match-making__info{padding:4.375rem 0;font-size:1.125rem}}.player-tag{font:12px Circular Std Book;line-height:1;color:#fff;padding:3px 4px 0;border-radius:6px;min-width:70px;white-space:nowrap;min-height:32px;background:#3b3e4f;text-align:center;gap:3px;margin-left:-35px;opacity:0;pointer-events:none;cursor:default;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.player-tag .mass{margin-top:2px;display:flex;align-items:center}.player-tag .mass #mass{padding-left:5px}.player-tag .mass .mass-icon{font-size:13px;margin-left:3px;display:none}.player-tag .mass.up .mass-icon{color:var(--color-error)}.player-tag .mass.down .mass-icon{color:var(--color-success)}.player-tag .mass.neutral .mass-icon{color:#fff}.free-drop-toast--other.Vue-Toastification__toast{background:var(--gradient-winner);box-shadow:0 0 24px rgba(255,168,0,.5);letter-spacing:-.408px}.bottom-left .free-drop-toast--other.Vue-Toastification__toast{margin-bottom:13.25rem}@media only screen and (min-width:1024px){.bottom-left .free-drop-toast--other.Vue-Toastification__toast{margin-bottom:17.3125rem}}.free-drop-toast--other.Vue-Toastification__toast .Vue-Toastification__icon{width:1.875rem;margin-right:.3125rem}.free-drop-toast--other.Vue-Toastification__toast h5{font-weight:600;font-size:1.125rem;margin-bottom:.75rem}.free-drop-toast--other.Vue-Toastification__toast p{line-height:1.125rem}@media only screen and (max-width:1023px){.free-drop-toast--other.Vue-Toastification__toast{max-width:14.125rem;min-width:unset;padding:.625rem;position:relative}.free-drop-toast--other.Vue-Toastification__toast img{position:absolute;top:.1875rem;left:.625rem;width:1.5rem;height:unset}.free-drop-toast--other.Vue-Toastification__toast h5{font-size:.875rem;margin-bottom:.375rem;padding-left:1.875rem}.free-drop-toast--other.Vue-Toastification__toast p{font-size:.75rem}}.free-drop-toast--user.Vue-Toastification__toast{background:var(--gradient-winner);box-shadow:0 0 24px rgba(255,168,0,.5);letter-spacing:-.408px}.bottom-left .free-drop-toast--user.Vue-Toastification__toast{margin-bottom:13.25rem}@media only screen and (min-width:1024px){.bottom-left .free-drop-toast--user.Vue-Toastification__toast{margin-bottom:17.3125rem}}.free-drop-toast--user.Vue-Toastification__toast .Vue-Toastification__icon{width:1.875rem;margin-right:.3125rem}.free-drop-toast--user.Vue-Toastification__toast h5{font-weight:600;font-size:1.125rem;margin-bottom:.75rem}.free-drop-toast--user.Vue-Toastification__toast p{line-height:1.125rem}@media only screen and (max-width:1023px){.free-drop-toast--user.Vue-Toastification__toast{max-width:14.125rem;min-width:unset;padding:.625rem;position:relative}.free-drop-toast--user.Vue-Toastification__toast img{position:absolute;top:.1875rem;left:.625rem;width:1.5rem;height:unset}.free-drop-toast--user.Vue-Toastification__toast h5{font-size:.875rem;margin-bottom:.375rem;padding-left:1.875rem}.free-drop-toast--user.Vue-Toastification__toast p{font-size:.75rem}}@media only screen and (min-width:1024px){.top-center .free-drop-toast--user.Vue-Toastification__toast{min-width:50rem;position:absolute;left:calc(50% - 400px)}}.cashout-btn[data-v-0a4a963e]{pointer-events:auto;display:flex;align-items:center;max-width:9rem;position:absolute;top:1.0625rem;left:3.625rem;z-index:3}.cashout-btn__icon[data-v-0a4a963e]{width:2.5rem;height:2.5rem;display:flex;align-items:center;justify-content:center;background:#242642;border:1px solid var(--color-mid-gray);border-radius:12px;flex-shrink:0}.cashout-btn__text[data-v-0a4a963e]{font-family:Arcade Interlaced,sans-serif;font-size:9px;line-height:16px;opacity:.8}.boost-btn[data-v-0a4a963e]{pointer-events:auto;display:flex;width:3.625rem;height:3.625rem;border-radius:50%;border:1px solid transparent;background:linear-gradient(#070c25,#070c25) padding-box,linear-gradient(180deg,#d0b11f,rgba(208,177,31,.3)) border-box;position:absolute;flex-direction:column;justify-content:center;align-items:center;bottom:2.4375rem;right:12.5625rem;z-index:3}.boost-btn[data-v-0a4a963e]:active{box-shadow:0 0 18px rgba(246,0,245,.4)}.boost-btn__text[data-v-0a4a963e]{display:block;font-family:Arcade Interlaced,sans-serif;font-size:6px;line-height:12px;z-index:2;position:relative;color:var(--color-mid-gray)}.boost-btn svg[data-v-0a4a963e]{width:12px;z-index:2;position:relative}.boost-btn[data-v-0a4a963e]:before{content:"";position:absolute;display:block;width:90%;height:90%;top:50%;left:50%;transform:translate(-50%,-50%);border-radius:50%;border:1px solid transparent;background:linear-gradient(#070c25,#070c25) padding-box,linear-gradient(180deg,#d0b11f,rgba(208,177,31,.3)) border-box;z-index:1}@media only screen and (min-width:1024px){.boost-btn[data-v-0a4a963e]{bottom:6.25rem;right:19.5625rem;width:4.375rem;height:4.375rem}}.game-dom[data-v-0a4a963e]{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:2}.game-controller[data-v-0a4a963e]{pointer-events:auto;position:absolute;top:0;left:0;width:100%;height:100%;z-index:4}.game-content[data-v-0a4a963e]{position:fixed;top:0;left:0;width:100%;height:100%;z-index:1;overflow:hidden;opacity:0;transition:opacity .3s ease-in-out}.game-content.show[data-v-0a4a963e]{transition:opacity .3s ease-in-out .3s;opacity:1;z-index:3}.card[data-v-0a4a963e]{border-radius:12px;padding:.875rem 1rem;position:relative;color:#fff;font-family:Circular Std Book,sans-serif}.card[data-v-0a4a963e]>*{position:relative;z-index:3}.card[data-v-0a4a963e]:before{width:calc(100% - 2px);height:calc(100% - 2px);top:1px;left:1px;background:#070c25;z-index:2}.card[data-v-0a4a963e]:after,.card[data-v-0a4a963e]:before{content:"";display:block;position:absolute;border-radius:12px}.card[data-v-0a4a963e]:after{width:100%;height:100%;top:0;left:0;background:linear-gradient(180deg,#d0b11f,rgba(208,177,31,.3));z-index:1}.stats-board[data-v-0a4a963e]{min-width:240px;text-align:left;position:absolute;top:2.5rem;right:2.5rem;list-style:none;z-index:3}.stats-board__version[data-v-0a4a963e]{position:absolute;top:0;left:0;padding-bottom:.3rem;transform:translateY(-100%);font-size:11px!important}.stats-board__token .stats-board__value[data-v-0a4a963e]{position:relative;display:inline-block;padding-left:1.875rem}.stats-board__token .stats-board__value[data-v-0a4a963e]:before{content:"";display:inline-block;background-image:url(/web/20220507155451im_/https://ultimatearcade.io/img/Coin.45f584a6.png);width:1.5625rem;height:1.5625rem;background-size:cover;background-position:50%;position:absolute;left:.25rem;top:-.5rem}.stats-board li[data-v-0a4a963e]{font-size:12px;margin-bottom:.3rem}.deathlog[data-v-0a4a963e]{position:absolute;bottom:70px;left:1.5em;color:#fff;width:250px;list-style:none;height:100px;overflow:hidden;margin:0;text-align:left;z-index:2;padding:1em 1.5em 1.25em 1.5em;font-size:13px;line-height:15px}@media only screen and (max-width:1023px){.deathlog[data-v-0a4a963e]{bottom:30px;width:220px}}.deathlog li[data-v-0a4a963e]{margin-bottom:.3rem}.game-info[data-v-0a4a963e]{position:absolute;bottom:10px;left:56px;opacity:.8;z-index:2;color:#fff;font-family:Arcade Interlaced,sans-serif;font-size:.5625rem}@media only screen and (min-width:1024px){.game-info[data-v-0a4a963e]{bottom:43px}}.game-info-right[data-v-0a4a963e]{position:absolute;bottom:10px;right:56px;opacity:.8;z-index:2;color:#fff;font-family:Arcade Interlaced,sans-serif;font-size:.5625rem}@media only screen and (min-width:1024px){.game-info-right[data-v-0a4a963e]{bottom:43px}}.player-tag[data-v-0a4a963e]{font-size:.75rem;font-family:Circular Std Book,sans-serif;color:#fff;padding:4px 8px;border-radius:6px;background:#3b3e4f}.lobby-cards-mobile--centered .swiper-wrapper{justify-content:center;margin:0 auto}@media only screen and (min-width:1024px){.royale-modal .modal-dialog{max-width:500px}}.royale-modal .modal-content{background-color:var(--color-black-void)}.royale-modal .modal-body{position:relative;padding-bottom:2.5rem}.royale-modal .modal-body:before{content:"";display:block;position:absolute;top:0;left:0;transform:translateY(-100%);background:linear-gradient(180deg,rgba(19,17,35,0),#131123 78.54%);height:5rem;width:100%}@media only screen and (min-width:1024px){.royale-modal .modal-body .u-button{height:3.75rem;font-size:1.5rem}}.prices-card-wrapper.divider{position:relative;padding-left:1.25rem}.prices-card-wrapper.divider:before{content:"";display:block;position:absolute;left:0;top:0;width:1px;height:80%;background:hsla(0,0%,100%,.2)}@media only screen and (min-width:1024px){.prices-card-wrapper.divider{padding-left:2.25rem}}.prices-card-wrapper.divider .prices-card-info{padding-left:1.25rem}@media only screen and (min-width:1024px){.prices-card-wrapper.divider .prices-card-info{padding-left:2.25rem}}.prices-card{position:relative}.prices-card__info{position:absolute;top:.5rem;right:.5rem;color:#fff}.fade-enter-active[data-v-2ce54344],.fade-leave-active[data-v-2ce54344]{transition:opacity .3s}.fade-enter[data-v-2ce54344],.fade-leave-to[data-v-2ce54344]{opacity:0}.lobby-cards-wrapper[data-v-2ce54344]{width:100%}.lobby-cards-desktop[data-v-2ce54344]{display:none}@media only screen and (min-width:1024px){.lobby-cards-desktop[data-v-2ce54344]{display:block}}.lobby-cards-mobile[data-v-2ce54344]{width:100vw;margin-left:calc(50% - 50vw);padding-left:3rem;padding-right:3rem;display:block}@media only screen and (min-width:1024px){.lobby-cards-mobile[data-v-2ce54344]{display:none}}.animation-wrapper[data-v-2ce54344]{position:relative;width:100%;height:-webkit-min-content;height:-moz-min-content;height:min-content}.clone-wrapper[data-v-2ce54344]{position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1}.resize-clone-wrapper[data-v-2ce54344]{position:absolute;top:0;left:0;z-index:-2}.coins-wrapper[data-v-2ce54344],.resize-clone-wrapper[data-v-2ce54344]{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.coins-wrapper[data-v-2ce54344]{flex-wrap:wrap;gap:36px;transition:opacity .2s ease-in}.coins-wrapper h1[data-v-2ce54344]{color:var(--color-white);font-size:2.5rem;margin-bottom:1em}.prices-card-wrapper[data-v-2ce54344]{position:relative;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;padding-bottom:1.5rem}.prices-card[data-v-2ce54344]{display:flex;flex-direction:column;width:148px;height:72px;padding:12px 16px;border-radius:12px;background:#070c25;color:#fff;transition:box-shadow .2s ease-in-out}.prices-card[data-v-2ce54344]:hover{box-shadow:0 0 48px rgba(246,0,245,.4)}.prices-card p[data-v-2ce54344]{font-size:16px;line-height:20px}.prices-card__wager[data-v-2ce54344]{display:flex;justify-content:flex-start;margin-left:-6px}.prices-card__wager p[data-v-2ce54344]{font-family:var(--font-family-title);font-weight:600;font-size:20px;padding-top:5px}.prices-card__wager img[data-v-2ce54344]{width:30px;transform:rotate(-11.64deg)}.prices-card[data-v-2ce54344]:disabled,.prices-card[disabled=disabled][data-v-2ce54344]{background:#1d2033;cursor:not-allowed;color:var(--color-mid-gray);border:1px solid #3b394e}.prices-card[data-v-2ce54344]:disabled:hover,.prices-card[disabled=disabled][data-v-2ce54344]:hover{box-shadow:none}@media screen and (orientation:landscape)and (max-height:500px){.prices-card[data-v-2ce54344]{padding:8px 12px;height:65px}}.prices-card--standard[data-v-2ce54344]{border:1px solid #888694}.prices-card--battle-royale[data-v-2ce54344]{border:2px solid var(--color-warning)}.coin-clone[data-v-2ce54344],.prices-card[data-v-2ce54344]{cursor:pointer}.coin-clone--battle-royale.active[data-v-2ce54344],.prices-card--battle-royale.active[data-v-2ce54344]{background-color:var(--color-warning);border:1px solid var(--color-mid-gray);color:var(--color-black-void)}.coin-clone--standard.active[data-v-2ce54344],.prices-card--standard.active[data-v-2ce54344]{transition:opacity .2s ease-in;position:relative}.coin-clone--standard.active>[data-v-2ce54344],.prices-card--standard.active>[data-v-2ce54344]{position:relative;z-index:3}.coin-clone--standard.active[data-v-2ce54344]:after,.coin-clone--standard.active[data-v-2ce54344]:before,.prices-card--standard.active[data-v-2ce54344]:after,.prices-card--standard.active[data-v-2ce54344]:before{content:"";position:absolute;display:block}.coin-clone--standard.active[data-v-2ce54344]:before,.prices-card--standard.active[data-v-2ce54344]:before{width:calc(100% + 2px);height:calc(100% + 2px);top:-1px;left:-1px;background:radial-gradient(circle at 0,#f600f5,#0fa);z-index:1;border-radius:12px}.coin-clone--standard.active[data-v-2ce54344]:after,.prices-card--standard.active[data-v-2ce54344]:after{width:100%;height:100%;top:0;left:0;background:#393f5f;z-index:2;border-radius:12px}.prices-card-info[data-v-2ce54344]{display:flex;justify-content:center;width:100%;gap:.3125rem;font-size:.875rem;position:absolute;bottom:0;left:0;font-family:var(--font-family-base)}.lobby-empty-state[data-v-2ce54344]{min-height:50px;font-family:Arcade Interlaced,sans-serif;color:var(--color-light-gray);font-size:1.125rem;line-height:1.375rem;display:flex;justify-content:center;align-items:center;text-align:center}@media only screen and (min-width:1024px){.lobby-empty-state[data-v-2ce54344]{min-height:72px}}.fadeOut[data-v-419dccdb]{opacity:0;z-index:-11!important}.audio-btn[data-v-419dccdb]{width:41px;height:41px;position:absolute;bottom:1rem;left:var(--bs-gutter-x,1rem);z-index:10;border-radius:12px;box-shadow:0 0 48px rgba(246,0,245,.4)}@media only screen and (min-width:1024px){.audio-btn[data-v-419dccdb]{bottom:2.25rem}}.audio-btn[data-v-419dccdb]:focus{border:none}.audio-btn[data-v-419dccdb]:hover{box-shadow:0 0 48px rgba(246,0,245,.8)}.audio-btn svg[data-v-419dccdb]{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:3}.audio-btn .iconMuted[data-v-419dccdb]{width:19px;height:19px;margin-top:-1px}.audio-btn .iconUnMuted[data-v-419dccdb]{width:23px;height:23px}.audio-btn-outline-gradient[data-v-419dccdb]:after,.audio-btn-outline-gradient[data-v-419dccdb]:before{content:"";position:absolute;display:block}.audio-btn-outline-gradient[data-v-419dccdb]:before{width:calc(100% + 4px);height:calc(100% + 4px);top:-2px;left:-2px;background:radial-gradient(circle at 0,#f600f5,#0fa);z-index:1;border-radius:12px}.audio-btn-outline-gradient[data-v-419dccdb]:after{width:100%;height:100%;top:0;left:0;background:#393f5f;z-index:2;border-radius:12px}.static-modal[data-v-23a0d1b2]{height:100%;max-height:60vh;overflow-y:auto;padding:20px 15px 73px 15px}@media screen and (min-height:420px){.static-modal[data-v-23a0d1b2]{max-height:450px}}.static-modal .background-fill[data-v-23a0d1b2]{background-color:inherit;min-height:inherit}.static-modal .changelog[data-v-23a0d1b2]{width:100%}.static-modal .changelog__section__heading[data-v-23a0d1b2]{display:flex;justify-content:space-between;border-bottom:1px solid #888694}.static-modal .changelog__section__heading h2[data-v-23a0d1b2]{font-weight:500;font-size:14px;line-height:24px;letter-spacing:1px;color:#fff}.static-modal .changelog__section__heading h3[data-v-23a0d1b2]{font-weight:400;font-size:12px;line-height:24px;letter-spacing:1px;color:#888694;margin-bottom:0}.static-modal .changelog__section__content[data-v-23a0d1b2]{padding-top:23.5px;padding-bottom:20px}.static-modal .changelog__section__content ul li[data-v-23a0d1b2]{display:flex;margin-bottom:20px;-moz-column-gap:12px;column-gap:12px}.static-modal .changelog__section__content ul li h4[data-v-23a0d1b2]{display:flex;align-items:center;justify-content:center;width:83px;height:25px;border-radius:8px;font-weight:400;font-size:14px;line-height:17px;letter-spacing:-.408px}.static-modal .changelog__section__content ul li .new[data-v-23a0d1b2]{background:#2a8b75}.static-modal .changelog__section__content ul li .improved[data-v-23a0d1b2]{background:#8a268a}.static-modal .changelog__section__content ul li .added[data-v-23a0d1b2]{background:#2a8b75}.static-modal .changelog__section__content ul li .changed[data-v-23a0d1b2],.static-modal .changelog__section__content ul li .deprecated[data-v-23a0d1b2],.static-modal .changelog__section__content ul li .removed[data-v-23a0d1b2]{background:#8a268a}.static-modal .changelog__section__content ul li .fixed[data-v-23a0d1b2]{background:#c9c9d7;color:#131123}.static-modal .changelog__section__content ul li .security[data-v-23a0d1b2]{background:#c22e2e}.static-modal .changelog__section__content ul li p[data-v-23a0d1b2]{font-weight:400;font-size:14px;line-height:20px;letter-spacing:-.084px;color:#c9c9d7;flex-shrink:100;margin-bottom:0}.static-modal .fade-text[data-v-23a0d1b2]{position:absolute;bottom:0;left:0;width:97%;background:linear-gradient(180deg,rgba(25,24,37,0),#16152f);pointer-events:none}@media screen and (max-height:420px){.horizontal-mobile-style{min-height:88vh!important;height:88vh}}.modal-changelog{max-height:100vh;position:relative;display:flex;flex-direction:column;width:100%;display:block}.modal-changelog__heading{display:flex;align-items:flex-end;margin-top:-37px;margin-left:10px;-moz-column-gap:8px;column-gap:8px;width:80%}.modal-changelog__heading h3{font-weight:600;letter-spacing:.404436px;color:#fff;margin-bottom:0!important}@media screen and (min-height:420px){.modal-changelog__heading h3{font-size:36px!important}}.modal-changelog__content{list-style:auto;padding:revert;font-size:16px;line-height:24px;color:#c9c9d7}.modal-rules{display:flex;flex-direction:column}.modal-rules__heading{display:flex;align-items:flex-end;margin-bottom:20px;margin-top:-37px;margin-left:10px;-moz-column-gap:8px;column-gap:8px;width:80%}.modal-rules__heading h3{font-weight:600;letter-spacing:.404436px;color:#fff;margin-bottom:0!important}@media screen and (min-height:420px){.modal-rules__heading h3{font-size:36px!important}}.modal-rules__heading a{font-style:normal;font-weight:400;font-size:16px;line-height:24px;color:#f600f5;margin-bottom:2px}.modal-rules__content{list-style:auto;padding:revert;font-size:16px;line-height:24px;color:#c9c9d7}.skin-btn[data-v-392a4bb4]{min-width:6.25rem;min-height:2.5rem;font-size:.75rem;font-weight:400;align-items:center;justify-content:center;padding:.3125rem .875rem;gap:.4375rem}.skin-btn.game-btn svg[data-v-392a4bb4]{height:auto;max-width:1.375rem}@media only screen and (min-width:1024px){.skin-btn[data-v-392a4bb4]{min-height:6.25rem;align-items:flex-end;padding:.8rem;bottom:2.5rem;right:2.5rem}.skin-btn.game-btn svg[data-v-392a4bb4]{position:absolute;width:85%;top:50%;left:50%;transform:translateX(-50%) translateY(-70%);max-width:2.5rem}}.lobby-loading[data-v-392a4bb4]{font-family:Arcade Interlaced,sans-serif;color:var(--color-light-gray);font-size:.8rem;line-height:1.375rem;display:flex;justify-content:center;align-items:center;text-align:center}@media only screen and (min-width:768px){.lobby-loading[data-v-392a4bb4]{font-size:1rem}}.top-left-buttons[data-v-392a4bb4]{position:absolute;top:1rem;left:0;z-index:10;gap:10px;justify-content:space-between;left:var(--bs-gutter-x,1rem)}@media only screen and (min-width:1024px){.top-left-buttons[data-v-392a4bb4]{top:4.375rem;gap:20px;justify-content:flex-start}}.rules-button[data-v-392a4bb4]{font-size:16px}.rules-button span[data-v-392a4bb4]{margin-top:2px}.change-log-button[data-v-392a4bb4]{font-size:16px;display:none!important}.change-log-button span[data-v-392a4bb4]{margin-top:2px}@media only screen and (min-width:1024px){.change-log-button[data-v-392a4bb4]{display:inline-flex!important}}.change-log-button--mob[data-v-392a4bb4]{display:inline-flex!important;position:absolute;bottom:1rem;right:var(--bs-gutter-x,1rem)}@media only screen and (min-width:1024px){.change-log-button--mob[data-v-392a4bb4]{display:none!important}}.matchmaking-region[data-v-392a4bb4]{position:absolute;bottom:1rem;right:50%;transform:translateX(50%);z-index:17;background:#312e55;border-radius:12px;align-items:center;padding:7px 15px;-moz-column-gap:5px;column-gap:5px;display:none;font-style:normal;font-weight:400;font-size:16px;line-height:20px;color:#c9c9d7}.matchmaking-region svg[data-v-392a4bb4]{width:24px!important;height:24px!important}@media only screen and (min-width:480px){.matchmaking-region[data-v-392a4bb4]{display:flex}}@media only screen and (min-width:1024px){.matchmaking-region[data-v-392a4bb4]{right:var(--bs-gutter-x,1rem);font-size:16px;min-width:139px;min-height:48px;bottom:unset;top:4.375rem;transform:none}}.lobby[data-v-392a4bb4]{width:100%;background-image:url(/web/20220507155451im_/https://ultimatearcade.io/img/cw-bg.f922fb55.jpeg);background-size:cover;background-position:50%;background-repeat:no-repeat;z-index:2;transition:opacity .3s ease-in-out;opacity:0;position:relative}.lobby.show[data-v-392a4bb4]{opacity:1;z-index:2}.lobby__inner[data-v-392a4bb4]{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center}@media only screen and (min-width:1024px){.lobby__inner[data-v-392a4bb4]{padding-bottom:unset}}.lobby__inner.container[data-v-392a4bb4]{min-height:calc(100vh - var(--navbar-height));padding-top:1rem;padding-bottom:9rem;position:relative}@media only screen and (max-width:1023px){.lobby__inner.container[data-v-392a4bb4]{min-height:calc(100vh - var(--navbar-height-mob));padding-top:3.75rem;padding-bottom:2.25rem}}@media screen and (max-height:500px){.lobby__inner.container[data-v-392a4bb4]{padding-bottom:4rem}}@media screen and (max-height:900px){.lobby__inner.container[data-v-392a4bb4]{padding-bottom:6rem}}.lobby[data-v-392a4bb4]:before{content:"";position:fixed;top:0;left:0;width:100%;height:100%;background:radial-gradient(75.48% 55.7% at 50% 50%,rgba(23,21,47,0) 0,#17152f 100%);mix-blend-mode:darken}.lobby__title[data-v-392a4bb4]{font-family:Hypers Techno,sans-serif;font-size:2.5rem;line-height:2.625rem;text-transform:uppercase;color:#fff;position:relative;display:inline-block;padding:0 2px;margin:0 auto}@media only screen and (min-width:400px){.lobby__title[data-v-392a4bb4]{font-size:2.875rem;line-height:3rem}}@media only screen and (min-width:768px){.lobby__title[data-v-392a4bb4]{font-size:4rem;line-height:4.125rem}}@media screen and (orientation:landscape)and (max-height:500px){.lobby__title[data-v-392a4bb4]{font-size:2.5rem;line-height:2.625rem;margin-bottom:.8rem!important}}.lobby__title .text[data-v-392a4bb4]{position:relative;z-index:4}.lobby__title .glitch[data-v-392a4bb4]{padding:0 2px;position:absolute;top:-4px;left:-4px;color:#000;z-index:1;background:linear-gradient(90deg,#f600f5 -4%,#0fa 55.06%,#f600f5 75.65%,#0fa);text-shadow:0 0 20px rgba(0,255,170,.4588235294);background-size:200% 200%;-webkit-background-clip:text;background-clip:text;-webkit-text-stroke:5px transparent;-webkit-animation:glow-392a4bb4 5s ease infinite;animation:glow-392a4bb4 5s ease infinite}@-webkit-keyframes glow-392a4bb4{0%{background-position:0 0}50%{background-position:100% 100%}to{background-position:0 0}}@keyframes glow-392a4bb4{0%{background-position:0 0}50%{background-position:100% 100%}to{background-position:0 0}}.lobby__skin-btn[data-v-392a4bb4]{position:absolute;top:1rem;right:var(--bs-gutter-x,1rem);z-index:3}@media only screen and (min-width:1024px){.lobby__skin-btn[data-v-392a4bb4]{top:unset;bottom:2.25rem}}.glitch-effect[data-v-392a4bb4]{display:inline-block;position:relative}.glitch-effect[data-v-392a4bb4]:after,.glitch-effect[data-v-392a4bb4]:before{display:block;content:attr(data-glitch);text-transform:uppercase;position:absolute;top:0;left:0;height:100%;width:100%;opacity:0}.glitch-effect[data-v-392a4bb4]:after{color:#f600f5;z-index:-2;-webkit-animation:glitch-2-392a4bb4 7s cubic-bezier(.25,.46,.45,.94) infinite both;animation:glitch-2-392a4bb4 7s cubic-bezier(.25,.46,.45,.94) infinite both}.glitch-effect[data-v-392a4bb4]:before{color:#0fa;z-index:-1;-webkit-animation:glitch-392a4bb4 7s cubic-bezier(.25,.46,.45,.94) infinite both;animation:glitch-392a4bb4 7s cubic-bezier(.25,.46,.45,.94) infinite both}@-webkit-keyframes glitch-392a4bb4{0%{opacity:0;transform:translate(0)}0.5%{opacity:.8;transform:translate(-3px,3px)}1%{transform:translate(-3px,-3px)}1.5%{transform:translate(3px,3px)}2%{opacity:.8;transform:translate(3px,-3px)}2.5%{transform:translate(0);opacity:0}3%{opacity:.8;transform:translate(-3px,3px)}3.5%{transform:translate(-3px,-3px)}4%{transform:translate(3px,3px)}4.5%{opacity:.8;transform:translate(3px,-3px)}5%{transform:translate(0);opacity:0}}@keyframes glitch-392a4bb4{0%{opacity:0;transform:translate(0)}0.5%{opacity:.8;transform:translate(-3px,3px)}1%{transform:translate(-3px,-3px)}1.5%{transform:translate(3px,3px)}2%{opacity:.8;transform:translate(3px,-3px)}2.5%{transform:translate(0);opacity:0}3%{opacity:.8;transform:translate(-3px,3px)}3.5%{transform:translate(-3px,-3px)}4%{transform:translate(3px,3px)}4.5%{opacity:.8;transform:translate(3px,-3px)}5%{transform:translate(0);opacity:0}}@-webkit-keyframes glitch-2-392a4bb4{0%{opacity:0;transform:translate(0)}0.5%{opacity:.8;transform:translate(3px,-3px)}1%{transform:translate(3px,3px)}1.5%{transform:translate(-3px,-3px)}2%{transform:translate(-3px,3px);opacity:.8}2.5%{opacity:0;transform:translate(0)}3%{opacity:.8;transform:translate(3px,-3px)}3.5%{transform:translate(3px,3px)}4%{transform:translate(-3px,-3px)}4.5%{transform:translate(-3px,3px);opacity:.8}5%{opacity:0;transform:translate(0)}}@keyframes glitch-2-392a4bb4{0%{opacity:0;transform:translate(0)}0.5%{opacity:.8;transform:translate(3px,-3px)}1%{transform:translate(3px,3px)}1.5%{transform:translate(-3px,-3px)}2%{transform:translate(-3px,3px);opacity:.8}2.5%{opacity:0;transform:translate(0)}3%{opacity:.8;transform:translate(3px,-3px)}3.5%{transform:translate(3px,3px)}4%{transform:translate(-3px,-3px)}4.5%{transform:translate(-3px,3px);opacity:.8}5%{opacity:0;transform:translate(0)}}.loading-content[data-v-392a4bb4]{display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;row-gap:1.125rem;transition:opacity .3s ease-in}.loading-content__indicator[data-v-392a4bb4]{display:flex;justify-content:center;align-items:center;position:relative;width:3.4375rem;height:3.4375rem;background:transparent}.loading-content__indicator[data-v-392a4bb4]:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;border-radius:50%;background:radial-gradient(circle at 0,#f600f5,#0fa);-webkit-mask:radial-gradient(farthest-side,transparent calc(100% - 5px),#fff 0);mask:radial-gradient(farthest-side,transparent calc(100% - 5px),#fff 0);-webkit-animation:loading-392a4bb4 1s linear infinite;animation:loading-392a4bb4 1s linear infinite}.loading-content p[data-v-392a4bb4]{font-family:Arcade Interlaced,sans-serif}@media screen and (orientation:landscape)and (max-height:500px){.loading-content[data-v-392a4bb4]{padding-top:1rem;margin-bottom:1rem!important;row-gap:.625rem}.loading-content p[data-v-392a4bb4]{font-size:.75rem}.loading-content__indicator[data-v-392a4bb4]{width:1.875rem;height:1.875rem}.loading-content__indicator[data-v-392a4bb4]:before{-webkit-mask:radial-gradient(farthest-side,transparent calc(100% - 3px),#fff 0);mask:radial-gradient(farthest-side,transparent calc(100% - 3px),#fff 0)}}@-webkit-keyframes loading-392a4bb4{to{transform:rotate(1turn)}}@keyframes loading-392a4bb4{to{transform:rotate(1turn)}}.escape-matchmaking[data-v-392a4bb4]{color:var(--color-light-gray);font-size:1.125rem;line-height:1.375rem;font-family:Arcade Interlaced,sans-serif;transition:opacity .3s ease-in;text-align:center}@media screen and (orientation:landscape)and (max-height:500px){.escape-matchmaking[data-v-392a4bb4]{font-size:1rem;line-height:1.125rem}}.music-wrapper[data-v-392a4bb4]{position:absolute;bottom:10px;left:10px;height:50px;width:50px}#game{width:100%;background-color:var(--color-black-void);min-height:calc(100vh - var(--navbar-height));top:0;left:0}@media only screen and (max-width:1023px){#game{min-height:calc(100vh - var(--navbar-height-mob))}}.game-container{overflow:hidden;position:relative}.mob-overlay{position:fixed;top:0;right:0;bottom:0;left:0;overflow:hidden;background:radial-gradient(67.75% 50% at 50% 50%,rgba(7,12,37,.8) 0,#02061b 100%);z-index:9000;display:flex;align-items:center;justify-content:center}.mob-overlay__card{transform:rotate(90deg);min-height:176px;min-width:273px;padding:1.5rem;text-align:center;font-family:var(--font-family-base);position:relative}.mob-overlay__card:after,.mob-overlay__card:before{content:"";position:absolute;display:block}.mob-overlay__card:before{width:100%;height:100%;top:0;left:0;background:radial-gradient(circle at 0,#f600f5,#0fa);z-index:1;border-radius:calc(.75rem + 4px)}.mob-overlay__card:after{width:calc(100% - 8px);height:calc(100% - 8px);top:4px;left:4px;background:#393f5f;background-position:50%;background-size:cover;z-index:2;border-radius:.75rem}.mob-overlay__card>*{position:relative;z-index:3}.mob-overlay__card:before{box-shadow:0 0 48px rgba(246,0,245,.4)}.mob-overlay__card-image{max-width:5rem;margin-top:1rem}.fadeIn{opacity:1}.fadeOut{opacity:0}.u-input-group{width:300px}.u-input-group__text{font-size:12px;line-height:18px;text-align:left}.u-input{font-size:16px;line-height:17px;letter-spacing:-.084px;position:relative;width:100%}.u-input__label{position:absolute;top:50%;left:20px;transform:translateY(-50%);color:var(--color-light-gray);transition:top .2s ease-in-out,font-size .2s ease-in-out,margin-left .2s ease-in-out;z-index:2;pointer-events:none;transform-origin:0 0}.u-input__input{width:100%;height:62px;padding:0 20px;outline:none;color:var(--color-white);border-radius:12px;border:1px solid var(--color-dark-gray);background-color:var(--color-dark-gray);transition-property:border-color,box-shadow,padding,border-width;transition-duration:.2s;transition-timing-function:ease-in-out;position:relative}.u-input__input:-webkit-autofill:focus{color:var(--color-white);border-color:var(--color-mid-gray);box-shadow:0 4px 8px rgba(16,14,38,.25)}.u-input__input:-webkit-autofill,.u-input__input:-webkit-autofill:active{caret-color:var(--color-white);color:var(--color-white);-webkit-text-fill-color:var(--color-white);border:1px solid var(--color-dark-gray);-webkit-transition:background-color 0s;transition:background-color 0s;transition-delay:600s}.u-input__input::-moz-placeholder{color:transparent}.u-input__input:-ms-input-placeholder{color:transparent}.u-input__input::placeholder{color:transparent}.u-input__input:not(:-moz-placeholder-shown){padding:31px 40px 14px 20px;color:var(--color-white);border-color:var(--color-mid-gray);box-shadow:0 4px 8px rgba(16,14,38,.25)}.u-input__input:not(:-ms-input-placeholder){padding:31px 40px 14px 20px;color:var(--color-white);border-color:var(--color-mid-gray);box-shadow:0 4px 8px rgba(16,14,38,.25)}.u-input__input:focus,.u-input__input:not(:placeholder-shown){padding:31px 40px 14px 20px;color:var(--color-white);border-color:var(--color-mid-gray);box-shadow:0 4px 8px rgba(16,14,38,.25)}.u-input__input:not(:-moz-placeholder-shown)~label{top:15px;font-size:12px;margin-left:0}.u-input__input:not(:-ms-input-placeholder)~label{top:15px;font-size:12px;margin-left:0}.u-input__input:focus~label,.u-input__input:not(:placeholder-shown)~label{top:15px;font-size:12px;margin-left:0}.u-input__input:not(:-moz-placeholder-shown)~.u-input__icon--blur{display:none;opacity:0}.u-input__input:not(:-ms-input-placeholder)~.u-input__icon--blur{display:none;opacity:0}.u-input__input:focus~.u-input__icon--blur,.u-input__input:not(:placeholder-shown)~.u-input__icon--blur{display:none;opacity:0}.u-input__input:not(:-moz-placeholder-shown)~.u-input__icon--focused{display:block;opacity:1}.u-input__input:not(:-ms-input-placeholder)~.u-input__icon--focused{display:block;opacity:1}.u-input__input:focus~.u-input__icon--focused,.u-input__input:not(:placeholder-shown)~.u-input__icon--focused{display:block;opacity:1}.u-input__input:-webkit-autofill{padding:31px 40px 14px 20px;color:var(--color-white);border-color:var(--color-mid-gray);box-shadow:0 4px 8px rgba(16,14,38,.25)}.u-input__input:-webkit-autofill~label{top:15px;font-size:12px;margin-left:0}.u-input__input:-webkit-autofill~.u-input__icon--blur{display:none}.u-input__input:-webkit-autofill~.u-input__icon--focused{display:block}.u-input__icon{position:absolute;top:50%;left:20px;transform:translateY(-50%);color:var(--color-light-gray);z-index:1}.u-input__icon--focused{color:var(--color-white);top:unset;bottom:3px;left:unset;right:20px;display:none}.u-input__icon+.u-input__label{margin-left:1.5rem}.u-input.active .u-input__label{top:15px;font-size:12px;margin-left:0}.u-input.active .u-input__input{padding:31px 40px 14px 20px}.u-input.invalid .u-input__input{border:2px solid var(--color-warning)}.u-input.valid .u-input__input{border:2px solid var(--color-success)}.u-input--textarea .u-input__input{height:auto}.u-input--textarea .u-input__icon,.u-input--textarea .u-input__label{top:32px}.u-input--textarea .u-input__icon--focused{top:unset}.u-select .u-input__icon,.u-select .u-input__label{z-index:1000}.u-select .u-input.invalid .vs__dropdown-toggle{border:2px solid var(--color-warning)}.u-select .u-input.valid .vs__dropdown-toggle{border:2px solid var(--color-success)}.u-select .u-input.active .vs__search{opacity:1}.u-select .v-select{width:100%}.u-select .v-select.vs--multiple .vs__selected{background-color:var(--color-primary);padding:0 .3em;border-radius:7px;margin-left:3px;font-size:14px}.u-select .v-select .vs__deselect{color:var(--color-white)}.u-select .v-select .vs__dropdown-toggle{height:100%;background-color:var(--color-dark-gray);border:1px solid var(--color-dark-gray);border-radius:12px;height:62px}.u-select .v-select.vs--open .vs__dropdown-toggle{border-color:var(--color-mid-gray)}.u-select .v-select .vs__search,.u-select .v-select .vs__selected{color:var(--color-white)}.u-select .v-select .vs__search{padding:0 7px 0 3px;margin:20px 0 0;opacity:0}.u-select .v-select .vs__selected-options{padding-left:14px}.u-select .v-select .vs__selected{padding:0 .25em 0 3px;margin:20px 0 0;top:5px}.u-select .v-select .vs__open-indicator{stroke:var(--color-white)}.u-select .v-select .vs__clear{color:var(--color-white)}.u-select .v-select .vs__actions{padding:4px 16px 0 3px}.u-select .v-select .vs__dropdown-menu{top:calc(100% + .6em);background-color:var(--color-dark-gray);border:1px solid var(--color-mid-gray);border-radius:12px}.u-select .v-select .vs__dropdown-option{padding:10px 20px 7px;color:var(--color-light-gray);border-left:3px solid transparent}.u-select .v-select .vs__dropdown-option--highlight,.u-select .v-select .vs__dropdown-option:hover{color:var(--color-white);background-color:rgba(var(--color-primary-rgb),.1);border-color:var(--color-primary)}.vs--disabled .vs__clear,.vs--disabled .vs__dropdown-toggle,.vs--disabled .vs__open-indicator,.vs--disabled .vs__search,.vs--disabled .vs__selected{background-color:unset}.u-checkbox__input{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:transparent;margin:0;font:inherit;color:currentColor;width:1rem;height:1rem;border:1px solid #888694;border-radius:2px;transform:translateY(-.075em);margin-right:.5rem;transition-property:background-color,border-color;transition-duration:.12s;transition-timing-function:ease-in-out;display:inline-grid;place-content:center}.u-checkbox__input:before{content:"";width:.5em;height:.5em;-webkit-clip-path:polygon(14% 44%,0 65%,50% 100%,100% 16%,80% 0,43% 62%);clip-path:polygon(14% 44%,0 65%,50% 100%,100% 16%,80% 0,43% 62%);transform:scale(0);transform-origin:bottom left;transition:transform .12s ease-in-out;box-shadow:inset 1em 1em #fff;background-color:CanvasText}.u-checkbox__input:checked:before{transform:scale(1)}.u-checkbox__input:checked{background-color:var(--color-primary);border-color:var(--color-primary)}.u-checkbox__label{color:#c9c9d7}.u-checkbox__text{font-size:12px;line-height:18px;text-align:left}h4[data-v-1c8daa5c]{font-family:var(--font-family-title)}.background-color[data-v-1c8daa5c]{overflow:hidden;min-height:100vh;width:100%;background:linear-gradient(221.63deg,#292740,#191825 76.47%);position:relative;padding:4rem 0;display:flex;justify-content:center;align-items:center}.background-color[data-v-1c8daa5c]:before{content:"";position:absolute;top:0;right:0;background:radial-gradient(circle at 0,#f600f5 0,#0fa 300%);filter:blur(250px);width:60%;height:70%;-webkit-animation:x-1c8daa5c 13s linear infinite alternate,y-1c8daa5c 7s linear infinite alternate;animation:x-1c8daa5c 13s linear infinite alternate,y-1c8daa5c 7s linear infinite alternate}@-webkit-keyframes x-1c8daa5c{to{transform:rotate(180deg) translateX(calc(100vw - 60%))}}@keyframes x-1c8daa5c{to{transform:rotate(180deg) translateX(calc(100vw - 60%))}}@-webkit-keyframes y-1c8daa5c{to{transform:rotate(180deg) translateY(calc(100vh - 60%))}}@keyframes y-1c8daa5c{to{transform:rotate(180deg) translateY(calc(100vh - 60%))}}.my-flex-spacing[data-v-1c8daa5c]{display:flex;flex-direction:column;justify-content:space-between;height:91%}.my-flex-spacing-form[data-v-1c8daa5c]{display:flex;flex-direction:column;row-gap:18px}.login-card[data-v-1c8daa5c]{position:relative;height:-webkit-max-content;height:-moz-max-content;height:max-content;width:95vw;padding:0 16px 34px 16px;background:#17152f;border:1px solid hsla(0,0%,100%,.2);border-radius:24px;box-shadow:0 4px 12px rgba(16,14,38,.2);-webkit-backdrop-filter:blur(60px);backdrop-filter:blur(60px)}.login-card .u-button[data-v-1c8daa5c]{min-height:3.125rem}@media screen and (min-width:415px){.login-card[data-v-1c8daa5c]{width:407px;padding:0 32px 34px 32px}}.login-card__logo[data-v-1c8daa5c]{display:flex;width:100%;justify-content:center}.login-card__logo img[data-v-1c8daa5c]{margin-top:-40px;height:86px}.login-card__heading[data-v-1c8daa5c]{line-height:41px;display:flex;flex-direction:column;row-gap:8px;margin-bottom:32px}.login-card__heading[data-v-1c8daa5c],.login-card__heading h4[data-v-1c8daa5c]{font-style:normal;font-weight:700;font-size:32px;color:#fff}.login-card__heading p[data-v-1c8daa5c]{color:#c9c9d7;font-weight:400;font-size:16px;line-height:24px;letter-spacing:-.408px}.login-card__options[data-v-1c8daa5c]{display:flex;justify-content:space-between}.login-card__options input[data-v-1c8daa5c]{margin:0}.login-card__options label[data-v-1c8daa5c]{color:#c9c9d7;font-weight:400;font-size:16px}.login-card__footer[data-v-1c8daa5c]{text-align:center;font-size:14px;color:#888694}.register-card[data-v-1c8daa5c]{margin-top:10.5vw;margin-bottom:2.5vw}@media screen and (min-width:415px){.register-card[data-v-1c8daa5c]{margin-top:0;margin-bottom:0}}.password-strength[data-v-1c8daa5c]{align-self:center;display:flex;-moz-column-gap:12px;column-gap:12px;align-items:center;justify-content:space-between;width:304px}.password-strength .color-bar[data-v-1c8daa5c]{height:4px;width:100%;background:#3b394e;border-radius:12px;position:relative;overflow:hidden}.password-strength .color-bar span[data-v-1c8daa5c]{position:absolute;top:0;left:0;width:0;height:100%;background-color:#3b394e;border-radius:12px;transition:width .3s ease-in-out}.password-strength__status[data-v-1c8daa5c]{align-self:center;display:flex;-moz-column-gap:4px;column-gap:4px}.password-strength__status img[data-v-1c8daa5c]{-o-object-fit:cover;object-fit:cover}.password-strength__status p[data-v-1c8daa5c]{font-family:Circular Std Book,sans-serif;font-size:12px;color:#fff;letter-spacing:-.084px;width:-webkit-max-content;width:-moz-max-content;width:max-content}h4[data-v-358e28cb]{font-family:var(--font-family-title)}.background-color[data-v-358e28cb]{overflow:hidden;min-height:100vh;width:100%;background:linear-gradient(221.63deg,#292740,#191825 76.47%);position:relative;padding:4rem 0;display:flex;justify-content:center;align-items:center}.background-color[data-v-358e28cb]:before{content:"";position:absolute;top:0;right:0;background:radial-gradient(circle at 0,#f600f5 0,#0fa 300%);filter:blur(250px);width:60%;height:70%;-webkit-animation:x-358e28cb 13s linear infinite alternate,y-358e28cb 7s linear infinite alternate;animation:x-358e28cb 13s linear infinite alternate,y-358e28cb 7s linear infinite alternate}@-webkit-keyframes x-358e28cb{to{transform:rotate(180deg) translateX(calc(100vw - 60%))}}@keyframes x-358e28cb{to{transform:rotate(180deg) translateX(calc(100vw - 60%))}}@-webkit-keyframes y-358e28cb{to{transform:rotate(180deg) translateY(calc(100vh - 60%))}}@keyframes y-358e28cb{to{transform:rotate(180deg) translateY(calc(100vh - 60%))}}.my-flex-spacing[data-v-358e28cb]{display:flex;flex-direction:column;justify-content:space-between;height:91%}.my-flex-spacing-form[data-v-358e28cb]{display:flex;flex-direction:column;row-gap:18px}.login-card[data-v-358e28cb]{position:relative;height:-webkit-max-content;height:-moz-max-content;height:max-content;width:95vw;padding:0 16px 34px 16px;background:#17152f;border:1px solid hsla(0,0%,100%,.2);border-radius:24px;box-shadow:0 4px 12px rgba(16,14,38,.2);-webkit-backdrop-filter:blur(60px);backdrop-filter:blur(60px)}.login-card .u-button[data-v-358e28cb]{min-height:3.125rem}@media screen and (min-width:415px){.login-card[data-v-358e28cb]{width:407px;padding:0 32px 34px 32px}}.login-card__logo[data-v-358e28cb]{display:flex;width:100%;justify-content:center}.login-card__logo img[data-v-358e28cb]{margin-top:-40px;height:86px}.login-card__heading[data-v-358e28cb]{line-height:41px;display:flex;flex-direction:column;row-gap:8px;margin-bottom:32px}.login-card__heading[data-v-358e28cb],.login-card__heading h4[data-v-358e28cb]{font-style:normal;font-weight:700;font-size:32px;color:#fff}.login-card__heading p[data-v-358e28cb]{color:#c9c9d7;font-weight:400;font-size:16px;line-height:24px;letter-spacing:-.408px}.login-card__options[data-v-358e28cb]{display:flex;justify-content:space-between}.login-card__options input[data-v-358e28cb]{margin:0}.login-card__options label[data-v-358e28cb]{color:#c9c9d7;font-weight:400;font-size:16px}.login-card__footer[data-v-358e28cb]{text-align:center;font-size:14px;color:#888694}.register-card[data-v-358e28cb]{margin-top:10.5vw;margin-bottom:2.5vw}@media screen and (min-width:415px){.register-card[data-v-358e28cb]{margin-top:0;margin-bottom:0}}.password-strength[data-v-358e28cb]{align-self:center;display:flex;-moz-column-gap:12px;column-gap:12px;align-items:center;justify-content:space-between;width:304px}.password-strength .color-bar[data-v-358e28cb]{height:4px;width:100%;background:#3b394e;border-radius:12px;position:relative;overflow:hidden}.password-strength .color-bar span[data-v-358e28cb]{position:absolute;top:0;left:0;width:0;height:100%;background-color:#3b394e;border-radius:12px;transition:width .3s ease-in-out}.password-strength__status[data-v-358e28cb]{align-self:center;display:flex;-moz-column-gap:4px;column-gap:4px}.password-strength__status img[data-v-358e28cb]{-o-object-fit:cover;object-fit:cover}.password-strength__status p[data-v-358e28cb]{font-family:Circular Std Book,sans-serif;font-size:12px;color:#fff;letter-spacing:-.084px;width:-webkit-max-content;width:-moz-max-content;width:max-content}h4[data-v-63b7bde0]{font-family:var(--font-family-title)}.background-color[data-v-63b7bde0]{overflow:hidden;min-height:100vh;width:100%;background:linear-gradient(221.63deg,#292740,#191825 76.47%);position:relative;padding:4rem 0;display:flex;justify-content:center;align-items:center}.background-color[data-v-63b7bde0]:before{content:"";position:absolute;top:0;right:0;background:radial-gradient(circle at 0,#f600f5 0,#0fa 300%);filter:blur(250px);width:60%;height:70%;-webkit-animation:x-63b7bde0 13s linear infinite alternate,y-63b7bde0 7s linear infinite alternate;animation:x-63b7bde0 13s linear infinite alternate,y-63b7bde0 7s linear infinite alternate}@-webkit-keyframes x-63b7bde0{to{transform:rotate(180deg) translateX(calc(100vw - 60%))}}@keyframes x-63b7bde0{to{transform:rotate(180deg) translateX(calc(100vw - 60%))}}@-webkit-keyframes y-63b7bde0{to{transform:rotate(180deg) translateY(calc(100vh - 60%))}}@keyframes y-63b7bde0{to{transform:rotate(180deg) translateY(calc(100vh - 60%))}}.my-flex-spacing[data-v-63b7bde0]{display:flex;flex-direction:column;justify-content:space-between;height:91%}.my-flex-spacing-form[data-v-63b7bde0]{display:flex;flex-direction:column;row-gap:18px}.login-card[data-v-63b7bde0]{position:relative;height:-webkit-max-content;height:-moz-max-content;height:max-content;width:95vw;padding:0 16px 34px 16px;background:#17152f;border:1px solid hsla(0,0%,100%,.2);border-radius:24px;box-shadow:0 4px 12px rgba(16,14,38,.2);-webkit-backdrop-filter:blur(60px);backdrop-filter:blur(60px)}.login-card .u-button[data-v-63b7bde0]{min-height:3.125rem}@media screen and (min-width:415px){.login-card[data-v-63b7bde0]{width:407px;padding:0 32px 34px 32px}}.login-card__logo[data-v-63b7bde0]{display:flex;width:100%;justify-content:center}.login-card__logo img[data-v-63b7bde0]{margin-top:-40px;height:86px}.login-card__heading[data-v-63b7bde0]{line-height:41px;display:flex;flex-direction:column;row-gap:8px;margin-bottom:32px}.login-card__heading[data-v-63b7bde0],.login-card__heading h4[data-v-63b7bde0]{font-style:normal;font-weight:700;font-size:32px;color:#fff}.login-card__heading p[data-v-63b7bde0]{color:#c9c9d7;font-weight:400;font-size:16px;line-height:24px;letter-spacing:-.408px}.login-card__options[data-v-63b7bde0]{display:flex;justify-content:space-between}.login-card__options input[data-v-63b7bde0]{margin:0}.login-card__options label[data-v-63b7bde0]{color:#c9c9d7;font-weight:400;font-size:16px}.login-card__footer[data-v-63b7bde0]{text-align:center;font-size:14px;color:#888694}.register-card[data-v-63b7bde0]{margin-top:10.5vw;margin-bottom:2.5vw}@media screen and (min-width:415px){.register-card[data-v-63b7bde0]{margin-top:0;margin-bottom:0}}.password-strength[data-v-63b7bde0]{align-self:center;display:flex;-moz-column-gap:12px;column-gap:12px;align-items:center;justify-content:space-between;width:304px}.password-strength .color-bar[data-v-63b7bde0]{height:4px;width:100%;background:#3b394e;border-radius:12px;position:relative;overflow:hidden}.password-strength .color-bar span[data-v-63b7bde0]{position:absolute;top:0;left:0;width:0;height:100%;background-color:#3b394e;border-radius:12px;transition:width .3s ease-in-out}.password-strength__status[data-v-63b7bde0]{align-self:center;display:flex;-moz-column-gap:4px;column-gap:4px}.password-strength__status img[data-v-63b7bde0]{-o-object-fit:cover;object-fit:cover}.password-strength__status p[data-v-63b7bde0]{font-family:Circular Std Book,sans-serif;font-size:12px;color:#fff;letter-spacing:-.084px;width:-webkit-max-content;width:-moz-max-content;width:max-content}h4[data-v-78fc41b2]{font-family:var(--font-family-title)}.background-color[data-v-78fc41b2]{overflow:hidden;min-height:100vh;width:100%;background:linear-gradient(221.63deg,#292740,#191825 76.47%);position:relative;padding:4rem 0;display:flex;justify-content:center;align-items:center}.background-color[data-v-78fc41b2]:before{content:"";position:absolute;top:0;right:0;background:radial-gradient(circle at 0,#f600f5 0,#0fa 300%);filter:blur(250px);width:60%;height:70%;-webkit-animation:x-78fc41b2 13s linear infinite alternate,y-78fc41b2 7s linear infinite alternate;animation:x-78fc41b2 13s linear infinite alternate,y-78fc41b2 7s linear infinite alternate}@-webkit-keyframes x-78fc41b2{to{transform:rotate(180deg) translateX(calc(100vw - 60%))}}@keyframes x-78fc41b2{to{transform:rotate(180deg) translateX(calc(100vw - 60%))}}@-webkit-keyframes y-78fc41b2{to{transform:rotate(180deg) translateY(calc(100vh - 60%))}}@keyframes y-78fc41b2{to{transform:rotate(180deg) translateY(calc(100vh - 60%))}}.my-flex-spacing[data-v-78fc41b2]{display:flex;flex-direction:column;justify-content:space-between;height:91%}.my-flex-spacing-form[data-v-78fc41b2]{display:flex;flex-direction:column;row-gap:18px}.login-card[data-v-78fc41b2]{position:relative;height:-webkit-max-content;height:-moz-max-content;height:max-content;width:95vw;padding:0 16px 34px 16px;background:#17152f;border:1px solid hsla(0,0%,100%,.2);border-radius:24px;box-shadow:0 4px 12px rgba(16,14,38,.2);-webkit-backdrop-filter:blur(60px);backdrop-filter:blur(60px)}.login-card .u-button[data-v-78fc41b2]{min-height:3.125rem}@media screen and (min-width:415px){.login-card[data-v-78fc41b2]{width:407px;padding:0 32px 34px 32px}}.login-card__logo[data-v-78fc41b2]{display:flex;width:100%;justify-content:center}.login-card__logo img[data-v-78fc41b2]{margin-top:-40px;height:86px}.login-card__heading[data-v-78fc41b2]{line-height:41px;display:flex;flex-direction:column;row-gap:8px;margin-bottom:32px}.login-card__heading[data-v-78fc41b2],.login-card__heading h4[data-v-78fc41b2]{font-style:normal;font-weight:700;font-size:32px;color:#fff}.login-card__heading p[data-v-78fc41b2]{color:#c9c9d7;font-weight:400;font-size:16px;line-height:24px;letter-spacing:-.408px}.login-card__options[data-v-78fc41b2]{display:flex;justify-content:space-between}.login-card__options input[data-v-78fc41b2]{margin:0}.login-card__options label[data-v-78fc41b2]{color:#c9c9d7;font-weight:400;font-size:16px}.login-card__footer[data-v-78fc41b2]{text-align:center;font-size:14px;color:#888694}.register-card[data-v-78fc41b2]{margin-top:10.5vw;margin-bottom:2.5vw}@media screen and (min-width:415px){.register-card[data-v-78fc41b2]{margin-top:0;margin-bottom:0}}.password-strength[data-v-78fc41b2]{align-self:center;display:flex;-moz-column-gap:12px;column-gap:12px;align-items:center;justify-content:space-between;width:304px}.password-strength .color-bar[data-v-78fc41b2]{height:4px;width:100%;background:#3b394e;border-radius:12px;position:relative;overflow:hidden}.password-strength .color-bar span[data-v-78fc41b2]{position:absolute;top:0;left:0;width:0;height:100%;background-color:#3b394e;border-radius:12px;transition:width .3s ease-in-out}.password-strength__status[data-v-78fc41b2]{align-self:center;display:flex;-moz-column-gap:4px;column-gap:4px}.password-strength__status img[data-v-78fc41b2]{-o-object-fit:cover;object-fit:cover}.password-strength__status p[data-v-78fc41b2]{font-family:Circular Std Book,sans-serif;font-size:12px;color:#fff;letter-spacing:-.084px;width:-webkit-max-content;width:-moz-max-content;width:max-content}.cw-card[data-v-cfb28634]{width:100%;height:20.9375rem;border-radius:2rem;display:flex;align-items:center;justify-content:center;transition:transform .3s ease-in-out;position:relative}@media only screen and (max-width:1247px){.cw-card[data-v-cfb28634]{height:18.75rem}}@media only screen and (max-width:1023px){.cw-card[data-v-cfb28634]{height:13.125rem;border-radius:1.5rem;order:1}}@media only screen and (max-width:767px){.cw-card[data-v-cfb28634]{height:11.25rem}}.cw-card[data-v-cfb28634]:after,.cw-card[data-v-cfb28634]:before{content:"";position:absolute;display:block}.cw-card[data-v-cfb28634]:before{width:100%;height:100%;top:0;left:0;background:radial-gradient(circle at 0,#f600f5,#0fa);z-index:1;border-radius:calc(2rem + 2px)}.cw-card[data-v-cfb28634]:after{width:calc(100% - 4px);height:calc(100% - 4px);top:2px;left:2px;background:url(/web/20220507155451im_/https://ultimatearcade.io/img/cw-bg.45c5e7f0.png);background-position:50%;background-size:cover;z-index:2;border-radius:2rem}.cw-card>[data-v-cfb28634]{position:relative;z-index:3}.cw-card[data-v-cfb28634]:before{box-shadow:0 0 48px rgba(0,0,0,.4);transition:box-shadow .1s linear}.cw-card[data-v-cfb28634]:hover:before{box-shadow:0 0 48px rgba(246,0,245,.4)}.cw-card[data-v-cfb28634]:hover{transform:translateY(-10px)}.cw-card .shadow[data-v-cfb28634]{content:"";display:block;position:absolute;top:0;left:0;background:#1c1f2e;width:100%;height:65%;border-radius:50%;filter:blur(50px);z-index:3}.cw-card__title[data-v-cfb28634]{font-family:Hypers Techno,sans-serif;font-size:2.875rem;line-height:3rem;text-transform:uppercase;color:#fff;position:relative;display:inline-block;padding:0 2px;position:absolute;top:18%;left:10%}@media only screen and (max-width:1247px){.cw-card__title[data-v-cfb28634]{font-size:2.25rem;line-height:2.5rem}}.cw-card__title .text[data-v-cfb28634]{position:relative;z-index:4}.cw-card__title .glitch[data-v-cfb28634]{padding:0 2px;position:absolute;top:-2px;left:-2px;color:#000;z-index:1;background:linear-gradient(90deg,#f600f5 -4%,#0fa 55.06%,#f600f5 120.65%,#0fa 200%);text-shadow:0 0 15px rgba(0,255,170,.4588235294);background-size:cover;-webkit-background-clip:text;background-clip:text;-webkit-text-stroke:3px transparent}.glitch-effect[data-v-cfb28634]{display:inline-block;position:relative}.glitch-effect[data-v-cfb28634]:after,.glitch-effect[data-v-cfb28634]:before{display:block;content:attr(data-glitch);text-transform:uppercase;position:absolute;top:0;left:0;height:100%;width:100%;opacity:0}.glitch-effect[data-v-cfb28634]:after{color:#f600f5;z-index:-2;-webkit-animation:glitch-2-cfb28634 7s cubic-bezier(.25,.46,.45,.94) infinite both;animation:glitch-2-cfb28634 7s cubic-bezier(.25,.46,.45,.94) infinite both}.glitch-effect[data-v-cfb28634]:before{color:#0fa;z-index:-1;-webkit-animation:glitch-cfb28634 7s cubic-bezier(.25,.46,.45,.94) infinite both;animation:glitch-cfb28634 7s cubic-bezier(.25,.46,.45,.94) infinite both}@-webkit-keyframes glitch-cfb28634{0%{opacity:0;transform:translate(0)}0.5%{opacity:.8;transform:translate(-3px,3px)}1%{transform:translate(-3px,-3px)}1.5%{transform:translate(3px,3px)}2%{opacity:.8;transform:translate(3px,-3px)}2.5%{transform:translate(0);opacity:0}3%{opacity:.8;transform:translate(-3px,3px)}3.5%{transform:translate(-3px,-3px)}4%{transform:translate(3px,3px)}4.5%{opacity:.8;transform:translate(3px,-3px)}5%{transform:translate(0);opacity:0}}@keyframes glitch-cfb28634{0%{opacity:0;transform:translate(0)}0.5%{opacity:.8;transform:translate(-3px,3px)}1%{transform:translate(-3px,-3px)}1.5%{transform:translate(3px,3px)}2%{opacity:.8;transform:translate(3px,-3px)}2.5%{transform:translate(0);opacity:0}3%{opacity:.8;transform:translate(-3px,3px)}3.5%{transform:translate(-3px,-3px)}4%{transform:translate(3px,3px)}4.5%{opacity:.8;transform:translate(3px,-3px)}5%{transform:translate(0);opacity:0}}@-webkit-keyframes glitch-2-cfb28634{0%{opacity:0;transform:translate(0)}0.5%{opacity:.8;transform:translate(3px,-3px)}1%{transform:translate(3px,3px)}1.5%{transform:translate(-3px,-3px)}2%{transform:translate(-3px,3px);opacity:.8}2.5%{opacity:0;transform:translate(0)}3%{opacity:.8;transform:translate(3px,-3px)}3.5%{transform:translate(3px,3px)}4%{transform:translate(-3px,-3px)}4.5%{transform:translate(-3px,3px);opacity:.8}5%{opacity:0;transform:translate(0)}}@keyframes glitch-2-cfb28634{0%{opacity:0;transform:translate(0)}0.5%{opacity:.8;transform:translate(3px,-3px)}1%{transform:translate(3px,3px)}1.5%{transform:translate(-3px,-3px)}2%{transform:translate(-3px,3px);opacity:.8}2.5%{opacity:0;transform:translate(0)}3%{opacity:.8;transform:translate(3px,-3px)}3.5%{transform:translate(3px,3px)}4%{transform:translate(-3px,-3px)}4.5%{transform:translate(-3px,3px);opacity:.8}5%{opacity:0;transform:translate(0)}}.leaderboard-stats__body[data-v-573f7495]{list-style:none;font-size:14px;line-height:24px;color:#c9c9d7}@media screen and (min-width:480px){.leaderboard-stats__body[data-v-573f7495]{font-size:16px}}.leaderboard-stats__body table[data-v-573f7495]{width:100%;border-collapse:collapse}.leaderboard-stats__body thead[data-v-573f7495]{height:58px;background:#1f1d30;text-transform:uppercase}.leaderboard-stats__body th[data-v-573f7495]{font-weight:400;font-size:12px;letter-spacing:1px;text-align:left;padding-left:20px}@media screen and (min-width:480px){.leaderboard-stats__body th[data-v-573f7495]{font-size:14px}}.leaderboard-stats__body tbody tr[data-v-573f7495]{height:58px;border-top:.1pt solid #4b4b4b}.leaderboard-stats__body td[data-v-573f7495]{text-align:left;padding-left:20px}.leaderboard-is-mobile__th-money[data-v-573f7495]{padding-right:10px;text-align:right!important;padding-left:0!important}.leaderboard-is-mobile__tokens[data-v-573f7495]{text-align:right!important;padding-right:10px}.leaderboard2__item:first-child .leaderboard2__name[data-v-573f7495],.leaderboard2__item:first-child .leaderboard2__rank[data-v-573f7495],.leaderboard2__item:first-child .leaderboard2__tokens[data-v-573f7495]{background:var(--gradient-winner);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.leaderboard2__item:nth-child(3) .leaderboard2__name[data-v-573f7495],.leaderboard2__item:nth-child(3) .leaderboard2__rank[data-v-573f7495],.leaderboard2__item:nth-child(3) .leaderboard2__tokens[data-v-573f7495]{background:var(--gradient-bronze);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.deposit-widget{border:1px solid var(--color-dark-gray);box-shadow:0 8px 16px rgba(0,0,0,.25);border-radius:12px;background-size:cover;background-position:50%;max-width:18.75rem;margin-top:1.6875rem}@media only screen and (max-width:767px){.deposit-widget{margin-top:0}}.deposit-widget .content-container{margin:1rem 1.3125rem}@media screen and (min-width:1024px){.deposit-widget .content-container{margin:2rem 1.3125rem}}.deposit-widget__title{font-size:1.5rem;font-weight:600;margin-bottom:1.125rem;max-width:345px}.deposit-widget p{font-weight:400;font-size:16px;line-height:26px;color:#c9c9d7;margin-bottom:25px}.deposit-widget__button{margin-bottom:1rem;font-size:1.125rem}.deposit-widget__icons{display:flex;align-items:center;gap:.75rem}.lp-styling{position:relative;overflow:hidden;background-image:url(/web/20220507155451im_/https://ultimatearcade.io/img/firstDepositGold.80a82d48.png);background-position:50% 60%}@media screen and (min-width:992px){.lp-styling{background-image:url(/web/20220507155451im_/https://ultimatearcade.io/img/firstDepositGold.80a82d48.png);background-image:none}}.lp-styling h3{font-size:1.125rem}@media only screen and (min-width:768px){.lp-styling h3{font-size:1.75rem}}.lp-styling p{font-size:1rem}@media only screen and (min-width:768px){.lp-styling p{font-size:1.125rem}}.lp-styling__button{margin-bottom:1.875rem;width:12.5rem;font-size:1rem}@media screen and (min-width:1024px){.lp-styling__button{font-size:1.125rem}}.lp-styling:before{content:"";position:absolute;background-image:url(/web/20220507155451im_/https://ultimatearcade.io/img/firstDepositGold.80a82d48.png);background-size:cover;background-position:100% 100%;width:123%;height:140%;right:0;bottom:-20%;z-index:-1;display:none}@media screen and (min-width:992px){.lp-styling:before{display:inherit;bottom:-28%}}@media screen and (min-width:1024px){.lp-styling:before{width:138%;height:145%;bottom:-33%}}.dp-styling{background-image:url(/web/20220507155451im_/https://ultimatearcade.io/img/firstDepositGold.80a82d48.png)}@media screen and (min-width:992px){.dp-styling{margin-top:63px}}.dp-styling h3{margin-bottom:10px}@media screen and (min-width:768px){.dp-styling h3{font-size:1.125rem}}@media screen and (min-width:992px){.dp-styling h3{font-size:1.75rem}}.dp-styling p{margin-bottom:18px}@media screen and (min-width:768px){.dp-styling p{font-size:1rem}}@media screen and (min-width:992px){.dp-styling p{font-size:1.125rem}}.launcher-non[data-v-5b82bedc]{display:flex;flex-direction:column;width:100%}.launcher-non__logo[data-v-5b82bedc]{height:58.48px;width:58.48px;margin-bottom:12.52px}.launcher-non__heading[data-v-5b82bedc]{margin-top:3rem}@media only screen and (max-width:1023px){.launcher-non__heading[data-v-5b82bedc]{margin-top:1.5rem}}.launcher-non__heading .my-responsive-flex[data-v-5b82bedc]{display:flex;flex-direction:column}.launcher-non__heading__title[data-v-5b82bedc]{color:#fff;position:relative;display:inline-block;padding:0 2px;margin:0 auto;font-size:bold;margin-bottom:5px}.launcher-non__heading__title .text[data-v-5b82bedc]{position:relative;z-index:4}.launcher-non__heading__title .glitch[data-v-5b82bedc]{padding:0 2px;position:absolute;top:4px;left:-4px;color:#191825;z-index:1;background:linear-gradient(90deg,#f600f5 -4%,#0fa 55.06%,#f600f5 75.65%,#0fa);text-shadow:0 0 20px rgba(0,255,170,.4588235294);background-size:200% 200%;-webkit-background-clip:text;background-clip:text;-webkit-text-stroke:4px transparent;-webkit-animation:glow-5b82bedc 5s ease infinite;animation:glow-5b82bedc 5s ease infinite}@-webkit-keyframes glow-5b82bedc{0%{background-position:0 0}50%{background-position:100% 100%}to{background-position:0 0}}@keyframes glow-5b82bedc{0%{background-position:0 0}50%{background-position:100% 100%}to{background-position:0 0}}.launcher-non__heading .my-flex-row[data-v-5b82bedc]{display:flex}.launcher-non__heading h1[data-v-5b82bedc]{font-weight:900;font-size:39.7479px;line-height:47px;text-shadow:0 4px 12px rgba(16,14,38,.2);margin-left:0;margin-right:0}@media screen and (min-width:480px){.launcher-non__heading h1[data-v-5b82bedc]{font-size:61.7794px;line-height:76px}}.launcher-non__heading h2[data-v-5b82bedc]{font-style:normal;font-weight:900;font-size:29.8109px;color:#888694;align-self:flex-end;margin-left:0}@media screen and (min-width:480px){.launcher-non__heading h2[data-v-5b82bedc]{font-size:48px}}@media screen and (min-width:992px){.launcher-non__heading h2[data-v-5b82bedc]{margin-left:10px}}.launcher-non__heading a[data-v-5b82bedc]{font-size:18px;color:#f600f5;margin-left:28px;align-self:flex-end;margin-bottom:5px}@media screen and (min-width:480px){.launcher-non__heading a[data-v-5b82bedc]{margin-bottom:10px}}.launcher-non__heading h3[data-v-5b82bedc]{font-weight:400;font-style:normal;letter-spacing:-.408px;color:#c9c9d7;margin-top:24px;margin-bottom:21px;font-size:16px;max-width:755px}@media screen and (min-width:480px){.launcher-non__heading h3[data-v-5b82bedc]{font-size:20px;margin-bottom:32px}}.launcher-non__games[data-v-5b82bedc]{display:flex;flex-wrap:wrap;-moz-column-gap:18px;column-gap:18px;row-gap:18px}@media screen and (min-width:480px){.launcher-non__games[data-v-5b82bedc]{-moz-column-gap:28px;column-gap:28px;row-gap:28px}}@media screen and (min-width:992px){.launcher-non__games[data-v-5b82bedc]{display:grid;grid-template-columns:19.019fr 8.222fr 29.568fr 40.466fr;grid-template-rows:179px 122px auto}}.launcher-non__games .game-stats-card[data-v-5b82bedc]{width:46%;height:170px;background:#1c1f2e;border-radius:24px;display:flex;flex-direction:column;row-gap:4px;padding-bottom:20px;padding-left:20px;justify-content:flex-end}@media screen and (min-width:480px){.launcher-non__games .game-stats-card[data-v-5b82bedc]{padding-right:4%;padding-bottom:0;align-items:flex-end;justify-content:center}}@media screen and (min-width:992px){.launcher-non__games .game-stats-card[data-v-5b82bedc]{width:100%;height:100%}}@media screen and (min-width:1400px){.launcher-non__games .game-stats-card[data-v-5b82bedc]{padding-right:10%;width:100%;height:100%}}.launcher-non__games .game-stats-card__content[data-v-5b82bedc]{z-index:1}.launcher-non__games .game-stats-card__content h4[data-v-5b82bedc]{font-family:Rajdhani;font-style:normal;font-weight:600;font-size:30px}@media screen and (min-width:480px){.launcher-non__games .game-stats-card__content h4[data-v-5b82bedc]{font-size:38px}}@media screen and (min-width:768px){.launcher-non__games .game-stats-card__content h4[data-v-5b82bedc]{font-size:48px;line-height:64px}}.launcher-non__games .game-stats-card__content h5[data-v-5b82bedc]{font-weight:600;font-size:16px;color:#c9c9d7}@media screen and (min-width:480px){.launcher-non__games .game-stats-card__content h5[data-v-5b82bedc]{font-size:18px}}@media screen and (min-width:768px){.launcher-non__games .game-stats-card__content h5[data-v-5b82bedc]{font-size:20px}}.launcher-non__games .game-stats-card__content .border-override[data-v-5b82bedc]{border:none!important;box-shadow:none!important}.launcher-non__games .game-stats-with-label[data-v-5b82bedc]{display:flex;flex-direction:column}.launcher-non__games .game-stats-with-label h6[data-v-5b82bedc]{font-family:Rajdhani;font-style:normal;font-weight:500;font-size:20px;line-height:24px;letter-spacing:.404436px;text-transform:capitalize;margin-top:11px;margin-bottom:26.13px}@media screen and (min-width:480px){.launcher-non__games .game-stats-with-label h6[data-v-5b82bedc]{margin-top:1px;font-size:24px;line-height:32px;margin-bottom:26.13px}}.launcher-non__games .game-stats-with-label__leaderboard[data-v-5b82bedc]{grid-column:4/5;grid-row:1/3;height:-webkit-min-content;height:-moz-min-content;height:min-content;height:329px;border-radius:24px;border:1px solid #3b394e;background:#131123;display:flex;flex-direction:column;overflow:hidden}.launcher-non__games .game-stats-with-label__leaderboard__heading[data-v-5b82bedc]{width:100%;height:120px;display:flex;justify-content:space-between;align-items:center;padding:0 26px;background-image:url(/web/20220507155451im_/https://ultimatearcade.io/img/leaderboardArtMobile.55ecb906.png);background-position:50%;overflow:hidden;background-repeat:no-repeat;background-size:cover}@media screen and (min-width:480px){.launcher-non__games .game-stats-with-label__leaderboard__heading[data-v-5b82bedc]{background-image:url(/web/20220507155451im_/https://ultimatearcade.io/img/leaderboardArt.3451789d.jpeg)}}.launcher-non__games .game-stats-with-label__leaderboard__heading .cyber-worms-logo[data-v-5b82bedc]{width:188.55px;height:82px}.launcher-non__games .game-stats-with-label__leaderboard__heading button[data-v-5b82bedc]{width:147px}@media only screen and (min-width:1024px){.launcher-non__games .game-stats-with-label__leaderboard__heading button[data-v-5b82bedc]{font-size:18px}}.launcher-non__games .money-won[data-v-5b82bedc]{position:relative;background-image:url(/web/20220507155451im_/https://ultimatearcade.io/img/moneyWonMobile.c2fb2b3c.png);background-position:50%;overflow:hidden;background-repeat:no-repeat;background-size:cover;grid-column:1/3;grid-row:1/2}@media screen and (min-width:480px){.launcher-non__games .money-won[data-v-5b82bedc]{background-image:url(/web/20220507155451im_/https://ultimatearcade.io/img/moneBGDesktop.fc4127d2.png)}}@media screen and (min-width:992px){.launcher-non__games .money-won[data-v-5b82bedc]{background-image:none;padding-right:10%}}.launcher-non__games .money-won[data-v-5b82bedc]:before{content:"";position:absolute;background-image:url(/web/20220507155451im_/https://ultimatearcade.io/img/moneBGDesktop.fc4127d2.png);background-size:cover;background-position:0 100%;width:100%;height:100%;left:0;bottom:0;z-index:0;display:none}@media screen and (min-width:992px){.launcher-non__games .money-won[data-v-5b82bedc]:before{display:inherit}}.launcher-non__games .players-defeated[data-v-5b82bedc]{background-image:url(/web/20220507155451im_/https://ultimatearcade.io/img/playersDefeatedMobile.9547ea55.png);background-position:50%;overflow:hidden;background-repeat:no-repeat;background-size:cover;grid-column:3/4;grid-row:1/2}.launcher-non__games .players-defeated h4[data-v-5b82bedc]{margin-left:10px}@media screen and (min-width:480px){.launcher-non__games .players-defeated[data-v-5b82bedc]{background-image:url(/web/20220507155451im_/https://ultimatearcade.io/img/trophyBGDesktop.aa806991.png)}}.launcher-non__item[data-v-5b82bedc]{width:320px;height:290px}@media screen and (min-width:480px){.launcher-non__item[data-v-5b82bedc]{width:410px;height:336px}}.launcher-non .custom-deposit-match-styling[data-v-5b82bedc]{margin-top:0;width:100%;max-width:450px;max-height:293px;grid-column:2/4;grid-row:2/4;border-radius:24px;border:none}@media only screen and (min-width:1024px){.launcher-non .custom-deposit-match-styling[data-v-5b82bedc]{max-width:100%}}.launcher-non .referral-bonus-card[data-v-5b82bedc]{grid-column:4/5;grid-row:3/4;background:#1c1f2e;border-radius:24px;padding:28px 20px;background-image:url(/web/20220507155451im_/https://ultimatearcade.io/img/referralCardBG.1f7d929c.png);background-size:66% 100%;background-repeat:no-repeat;height:-webkit-max-content;height:-moz-max-content;height:max-content}.launcher-non .referral-bonus-card__heading[data-v-5b82bedc]{font-style:normal;font-weight:600;font-size:18px;line-height:24px}.launcher-non .referral-bonus-card__content[data-v-5b82bedc]{width:100%;justify-content:space-between;font-weight:400;font-size:18px;line-height:26px;color:#c9c9d7;display:flex;margin-top:10px;-moz-column-gap:10px;column-gap:10px}.launcher-non .referral-bonus-card__content p[data-v-5b82bedc]{font-size:16px;width:60%;max-width:288px}.launcher-non .referral-bonus-card__content button[data-v-5b82bedc]{min-width:154px;height:-webkit-min-content;height:-moz-min-content;height:min-content}@media screen and (min-width:1024px){.launcher-non .referral-bonus-card__content button[data-v-5b82bedc]{font-size:1.125rem}}.launcher-non .discord-widget[data-v-5b82bedc]{display:flex;flex-direction:column;align-items:center;grid-column:1/2;grid-row:2/4;border-radius:24px;overflow:hidden;width:100%;max-width:424px;height:426px;background-color:#202225}@media screen and (min-width:992px){.launcher-non .discord-widget[data-v-5b82bedc]{min-width:229px;height:100%}}.launcher-non .discord-widget .widget-theme-dark[data-v-5b82bedc]{border-radius:0!important}.launcher-non .discord-widget .join-now-style[data-v-5b82bedc]{width:88%;margin:10px;max-height:38px}.glitch-effect[data-v-5b82bedc]{display:inline-block;position:relative}.glitch-effect[data-v-5b82bedc]:after,.glitch-effect[data-v-5b82bedc]:before{display:block;content:attr(data-glitch);text-transform:unset;position:absolute;top:0;left:0;height:100%;width:100%;opacity:0}.glitch-effect[data-v-5b82bedc]:after{color:#f600f5;z-index:-2;-webkit-animation:glitch-2-5b82bedc 7s cubic-bezier(.25,.46,.45,.94) infinite both;animation:glitch-2-5b82bedc 7s cubic-bezier(.25,.46,.45,.94) infinite both}.glitch-effect[data-v-5b82bedc]:before{color:#0fa;z-index:-1;-webkit-animation:glitch-5b82bedc 7s cubic-bezier(.25,.46,.45,.94) infinite both;animation:glitch-5b82bedc 7s cubic-bezier(.25,.46,.45,.94) infinite both}@-webkit-keyframes glitch-5b82bedc{0%{opacity:0;transform:translate(0)}0.5%{opacity:.8;transform:translate(-3px,3px)}1%{transform:translate(-3px,-3px)}1.5%{transform:translate(3px,3px)}2%{opacity:.8;transform:translate(3px,-3px)}2.5%{transform:translate(0);opacity:0}3%{opacity:.8;transform:translate(-3px,3px)}3.5%{transform:translate(-3px,-3px)}4%{transform:translate(3px,3px)}4.5%{opacity:.8;transform:translate(3px,-3px)}5%{transform:translate(0);opacity:0}}@keyframes glitch-5b82bedc{0%{opacity:0;transform:translate(0)}0.5%{opacity:.8;transform:translate(-3px,3px)}1%{transform:translate(-3px,-3px)}1.5%{transform:translate(3px,3px)}2%{opacity:.8;transform:translate(3px,-3px)}2.5%{transform:translate(0);opacity:0}3%{opacity:.8;transform:translate(-3px,3px)}3.5%{transform:translate(-3px,-3px)}4%{transform:translate(3px,3px)}4.5%{opacity:.8;transform:translate(3px,-3px)}5%{transform:translate(0);opacity:0}}@-webkit-keyframes glitch-2-5b82bedc{0%{opacity:0;transform:translate(0)}0.5%{opacity:.8;transform:translate(3px,-3px)}1%{transform:translate(3px,3px)}1.5%{transform:translate(-3px,-3px)}2%{transform:translate(-3px,3px);opacity:.8}2.5%{opacity:0;transform:translate(0)}3%{opacity:.8;transform:translate(3px,-3px)}3.5%{transform:translate(3px,3px)}4%{transform:translate(-3px,-3px)}4.5%{transform:translate(-3px,3px);opacity:.8}5%{opacity:0;transform:translate(0)}}@keyframes glitch-2-5b82bedc{0%{opacity:0;transform:translate(0)}0.5%{opacity:.8;transform:translate(3px,-3px)}1%{transform:translate(3px,3px)}1.5%{transform:translate(-3px,-3px)}2%{transform:translate(-3px,3px);opacity:.8}2.5%{opacity:0;transform:translate(0)}3%{opacity:.8;transform:translate(3px,-3px)}3.5%{transform:translate(3px,3px)}4%{transform:translate(-3px,-3px)}4.5%{transform:translate(-3px,3px);opacity:.8}5%{opacity:0;transform:translate(0)}}.app-footer{background:#17152f;box-shadow:0 4px 12px rgba(16,14,38,.2);position:fixed;bottom:0;left:0;width:100%;color:var(--color-white);z-index:12}.app-footer .container{display:flex;align-items:center;justify-content:space-between;padding:24px 16px 28px 16px}@media screen and (min-width:480px){.app-footer .container{padding:23px 16px}}@media screen and (min-width:765px){.app-footer .container{padding:47px 0}}.app-footer .non-auth-container{display:flex;flex-direction:column;align-items:center;justify-content:space-between}.app-footer.hidden{display:none}.app-footer .bottom-row{display:flex;flex-direction:column;width:100%;row-gap:32.45px}@media screen and (min-width:991px){.app-footer .bottom-row{flex-direction:row;justify-content:space-between;align-items:center}}.app-footer .bottom-row__links{display:flex;justify-content:space-between;-moz-column-gap:96px;column-gap:96px;align-items:center;row-gap:10px;font-weight:400;font-size:16px;line-height:24px;letter-spacing:-.408px;text-transform:capitalize;color:#c9c9d7;white-space:nowrap}@media screen and (min-width:991px){.app-footer .bottom-row__links{-moz-column-gap:19.2px;column-gap:19.2px}}.app-footer .bottom-row__links .local-links{display:flex;flex-direction:column;-webkit-text-decoration-line:underline;text-decoration-line:underline;-moz-column-gap:19.2px;column-gap:19.2px;row-gap:18px}@media screen and (min-width:575px){.app-footer .bottom-row__links .local-links{flex-direction:row}}@media only screen and (max-width:1023px){.app-footer .bottom-row__links .local-links{width:50%;flex-wrap:wrap}}.app-footer .bottom-row__links .external-links{display:flex;flex-wrap:wrap;-moz-column-gap:19.2px;column-gap:19.2px;row-gap:36px}@media screen and (min-width:480px){.app-footer .bottom-row__links .external-links{width:-webkit-max-content;width:-moz-max-content;width:max-content}}@media only screen and (min-width:1024px){.app-footer .bottom-row__links .right-border{border-right:1px solid #3b394e;padding-right:18px}}.app-footer .bottom-row p{font-weight:400;font-size:14px;line-height:20px;letter-spacing:-.084px;color:#888694}.social-link{width:32px;justify-content:center}.carousel-card,.social-link{display:flex;align-items:center}.carousel-card{border:1px solid var(--color-dark-gray);box-shadow:0 0 20px rgba(246,0,245,.12);border-radius:12px;background-color:#17152f;background-size:cover;background-position:50%;padding:1rem .3125rem 1rem 1.25rem;position:relative;min-height:11.5rem}.carousel-card__content{max-width:100%}.carousel-card>*{position:relative;z-index:1}.carousel-card__gradient{position:absolute;top:0;left:0;right:0;bottom:0;overflow:hidden;border-radius:12px}.carousel-card__gradient:before{content:"";position:absolute;top:0;right:0;background:radial-gradient(circle at 0,#f600f5 0,#0fa 350%);filter:blur(70px);width:50%;height:50%;border-radius:30%;z-index:0;-webkit-animation:x-l 13s linear infinite alternate,y-l 7s linear infinite alternate;animation:x-l 13s linear infinite alternate,y-l 7s linear infinite alternate}@-webkit-keyframes x-l{to{transform:rotate(180deg) translateX(calc(300px - 50%))}}@keyframes x-l{to{transform:rotate(180deg) translateX(calc(300px - 50%))}}@-webkit-keyframes y-l{to{transform:rotate(180deg) translateY(calc(175px - 50%))}}@keyframes y-l{to{transform:rotate(180deg) translateY(calc(175px - 50%))}}.carousel-card__title{font-size:1.125rem;font-weight:600;margin-bottom:1rem}.carousel-card__subtitle{font-size:.875rem;margin-bottom:1.125rem;color:var(--color-light-gray)}.carousel-card__button{margin-bottom:1rem;font-size:1.125rem;min-width:10.5rem;padding:.625rem .875rem}.carousel-card__icons{display:flex;align-items:center;gap:.75rem}@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") format("woff");font-weight:400;font-style:normal}:root{--swiper-theme-color:#fff}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.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);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{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(270deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(90deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(0deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(180deg,rgba(0,0,0,.5),transparent)}.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-horizontal.swiper-css-mode>.swiper-wrapper{-ms-scroll-snap-type:x mandatory;scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{-ms-scroll-snap-type:y mandatory;scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-start:var(--swiper-centered-offset-before);margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-before:var(--swiper-centered-offset-before);margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;height:var(--swiper-centered-offset-after)}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center}.swiper-pagination{position:absolute;text-align:center;transition:opacity .3s;transform:translateZ(0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:50%;background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity,.2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity,1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:transform .2s,top .2s}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,left .2s}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,right .2s}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.launcher-carousels{margin-top:1.6875rem;max-width:20rem;margin-left:0;--swiper-pagination-bullet-inactive-color:#888694;padding-bottom:1.25rem}.launcher-carousels .swiper-pagination{bottom:0!important}@media only screen and (max-width:767px){.launcher-carousels{margin-top:0}}.cw-carousel-title{font-family:Hypers Techno,sans-serif;font-size:.75rem;line-height:.875rem;text-transform:uppercase;color:#fff;position:relative;display:inline-block;padding:0 2px;margin-bottom:.3125rem}.cw-carousel-title .text{position:relative;z-index:4}.cw-carousel-title .glitch{padding:0 2px;position:absolute;top:-1px;left:-1px;color:#000;z-index:1;background:linear-gradient(90deg,#f600f5 -4%,#0fa 55.06%,#f600f5 120.65%,#0fa 200%);text-shadow:0 0 15px rgba(0,255,170,.4588235294);background-size:cover;-webkit-background-clip:text;background-clip:text;-webkit-text-stroke:1px transparent}.top-nav{position:fixed;top:0;left:0;width:100%;height:var(--top-nav-height);background:#17152f;border:1px solid #3b394e;box-shadow:0 4px 12px rgba(16,14,38,.2);z-index:4;display:flex;align-items:center}@media only screen and (max-width:767px){.top-nav{border:none}.top-nav__brand{max-width:190px}}.top-nav__content{display:flex;justify-content:space-between;align-items:center}.top-nav__content .right{display:table}.top-nav__content .right .feedback{display:table-cell;vertical-align:middle;padding-right:20px}.top-nav__content .right .feedback button{font-family:var(--font-family-base);font-weight:var(--font-weight-base);letter-spacing:var(--letter-spacing-base);font-size:16px}@media only screen and (max-width:767px){.top-nav__content .right .feedback{padding-right:16px}.top-nav__content .right .feedback button{font-size:14px}}.top-nav__content .right .discord-button{display:table-cell}.top-nav__content .right .discord-button button{background:#242642;border:1px solid #888694;font-size:18px}.top-nav__content .right .discord-button .u-button--size-md{padding-left:12px;padding-right:12px}.top-nav__content .right .notification-button{background:#242642;border:1px solid #888694;margin-right:1rem}.game-launcher{position:relative;margin:0;width:100%}.game-launcher__footer.app-footer{position:absolute;background:var(--color-black-void)}.game-launcher__footer.app-footer .container{padding-top:1.6875rem;padding-bottom:1.6875rem}.game-launcher__games{display:flex;gap:1.875rem;flex-wrap:wrap;justify-content:center;align-items:center;margin-top:5.625rem}@media only screen and (min-width:1024px){.game-launcher__games{gap:2.5rem;flex-wrap:unset}}@media only screen and (max-width:767px){.game-launcher__games{gap:1.5rem;margin-top:3.125rem}}.game-launcher-wrapper{position:relative;padding-top:var(--top-nav-height);padding-bottom:11.25rem;min-height:calc(100vh - var(--navbar-height))}@media only screen and (max-width:1023px){.game-launcher-wrapper{min-height:calc(100vh - var(--navbar-height-mob));padding-top:calc(var(--top-nav-height) + 1.75em);padding-bottom:15.625rem}}@media only screen and (max-width:767px){.game-launcher-wrapper{padding-top:calc(var(--top-nav-height) + 1.75em);padding-bottom:25rem}}.game-launcher__item{width:100%}@media only screen and (min-width:768px){.game-launcher__item{width:45%}}@media only screen and (min-width:1024px){.game-launcher__item{width:30%}}.more-games-card{position:relative;width:100%;height:20.9375rem;border-radius:2rem;border:1px solid var(--color-mid-gray);background:#1c1f2e;cursor:not-allowed;padding-bottom:1rem}.more-games-card__placeholder{position:relative;height:100%;padding-top:1.25rem;text-align:center}.more-games-card__placeholder img{margin:0 auto;width:80%;max-width:259px;max-height:70%;-o-object-fit:contain;object-fit:contain;position:relative;z-index:1}.more-games-card__placeholder:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(180deg,rgba(28,31,46,0),#1c1f2e 66.54%);z-index:2;border-radius:2.0625rem}.more-games-card__placeholder-content{position:relative;z-index:3}.more-games-card__placeholder p{font-family:var(--font-family-base);font-size:1.5rem;line-height:1.875rem;text-align:center;color:var(--color-mid-gray)}@media only screen and (max-width:1247px){.more-games-card{height:18.75rem}}@media only screen and (max-width:1023px){.more-games-card{height:12.5rem;border-radius:1.5rem;border:none;order:2}.more-games-card__placeholder{display:flex;align-items:center;justify-content:center;gap:1rem;padding-top:0;height:100%;width:100%}.more-games-card__placeholder img{width:40%;max-height:95%;margin:0;margin-bottom:-40px;opacity:.8}.more-games-card__placeholder:before{display:none}.more-games-card__placeholder__content{width:60%}.more-games-card__placeholder p{font-size:1.125rem;line-height:1.625rem;text-align:left}}@media only screen and (max-width:767px){.more-games-card{height:8.75rem}}.wrapper[data-v-76cbb824]{justify-content:space-between;height:54px;background:#44d7b6;color:#131123;padding:10px;font-size:16px;line-height:24px;box-shadow:0 4px 12px rgba(0,0,0,.25);border-radius:12px}.positionedLeft[data-v-76cbb824],.wrapper[data-v-76cbb824]{display:flex;align-items:center}.checkCircle[data-v-76cbb824]{margin-right:5px}.xIcon[data-v-76cbb824]{cursor:pointer;height:18px}.background-image[data-v-124a17d8]{background-image:url(/web/20220507155451im_/https://ultimatearcade.io/img/ComingSoonBackGroundSM.7412cfff.webp);background-position:50%;overflow:hidden;background-repeat:no-repeat;background-size:cover;position:absolute;top:0;left:0;height:100vh;width:100%}@media screen and (min-width:480px){.background-image[data-v-124a17d8]{background-image:url(/web/20220507155451im_/https://ultimatearcade.io/img/ComingSoonBackGroundLRG.a00fe35e.webp)}}.coming-soon[data-v-124a17d8]{font-family:SF Pro Display,sans-serif;display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;min-height:100vh;margin-top:-34px;margin-bottom:34px;opacity:.99999;height:100%}.coming-soon__logo[data-v-124a17d8]{margin-bottom:46.13px}@media screen and (min-width:480px){.coming-soon__logo[data-v-124a17d8]{margin-bottom:61.18px}}.coming-soon__logo .company[data-v-124a17d8]{display:flex;align-items:center;font-family:Rajdhani}.coming-soon__logo .company img[data-v-124a17d8]{height:44.46px}@media screen and (min-width:480px){.coming-soon__logo .company img[data-v-124a17d8]{height:45.7px}}.coming-soon__logo .company .company-name[data-v-124a17d8]{display:flex;flex-direction:column;margin-left:11.42px}.coming-soon__logo .company .company-name .child-company[data-v-124a17d8]{font-style:normal;font-weight:700;font-size:15.2587px;line-height:19px}@media screen and (min-width:480px){.coming-soon__logo .company .company-name .child-company[data-v-124a17d8]{font-size:20.9452px;line-height:27px}}.coming-soon__logo .company .company-name .parent-company[data-v-124a17d8]{font-style:normal;font-weight:600;font-size:6.46936px;line-height:5px;text-align:right;letter-spacing:.0987668px;text-transform:capitalize}@media screen and (min-width:480px){.coming-soon__logo .company .company-name .parent-company[data-v-124a17d8]{font-size:8.88031px;line-height:7px}}.coming-soon__logo .company .target-market[data-v-124a17d8]{display:flex;align-self:flex-start}.coming-soon__logo .company .target-market__content[data-v-124a17d8]{font-size:6px;font-weight:700;padding-top:7px;padding-left:2px}@media screen and (min-width:480px){.coming-soon__logo .company .target-market__content[data-v-124a17d8]{height:10px}}.coming-soon__heading[data-v-124a17d8]{margin-bottom:36.94px}@media screen and (min-width:480px){.coming-soon__heading[data-v-124a17d8]{margin-bottom:54px}}.coming-soon__heading__title[data-v-124a17d8]{color:#fff;position:relative;display:inline-block;padding:0 2px;margin:0 auto;margin-bottom:2px;font-size:bold}.coming-soon__heading__title .text[data-v-124a17d8]{position:relative;z-index:4}.coming-soon__heading__title .glitch[data-v-124a17d8]{padding:0 2px;position:absolute;top:4px;left:-4px;color:#191825;z-index:1;background:linear-gradient(90deg,#f600f5 -4%,#0fa 55.06%,#f600f5 75.65%,#0fa);text-shadow:0 0 20px rgba(0,255,170,.4588235294);background-size:200% 200%;-webkit-background-clip:text;background-clip:text;-webkit-text-stroke:4px transparent;-webkit-animation:glow-124a17d8 5s ease infinite;animation:glow-124a17d8 5s ease infinite}@-webkit-keyframes glow-124a17d8{0%{background-position:0 0}50%{background-position:100% 100%}to{background-position:0 0}}@keyframes glow-124a17d8{0%{background-position:0 0}50%{background-position:100% 100%}to{background-position:0 0}}.coming-soon__heading h1[data-v-124a17d8]{font-weight:900;font-size:39.7479px;line-height:47px;text-shadow:0 4px 12px rgba(16,14,38,.2)}@media screen and (min-width:480px){.coming-soon__heading h1[data-v-124a17d8]{font-size:64px;line-height:76px}}.coming-soon__heading h2[data-v-124a17d8]{font-style:normal;font-weight:900;font-size:29.8109px;line-height:36px;color:#888694;margin-left:13px}@media screen and (min-width:480px){.coming-soon__heading h2[data-v-124a17d8]{font-size:48px;line-height:57px;margin-left:19px}}.coming-soon__countdown[data-v-124a17d8]{width:-webkit-max-content;width:-moz-max-content;width:max-content;margin-bottom:23.8px}.coming-soon__countdown p[data-v-124a17d8]{color:#c9c9d7;font-style:normal;font-weight:400;font-size:16px;line-height:24px;letter-spacing:-.408px}.coming-soon__countdown p svg[data-v-124a17d8]{width:14.5142857143px;height:12.7px;margin-right:8.6px}.coming-soon__divider[data-v-124a17d8]{margin-bottom:39.5px;width:100%;height:1px;background:rgba(136,134,148,.4392156863)}.coming-soon__subheading[data-v-124a17d8]{text-align:center;margin-bottom:24px;max-width:300px}@media screen and (min-width:480px){.coming-soon__subheading[data-v-124a17d8]{margin-bottom:28.04px}}.coming-soon__subheading h4[data-v-124a17d8]{font-weight:600;font-size:18px;line-height:24px;letter-spacing:-.408px;color:#fff;margin-bottom:12px}.coming-soon__subheading p[data-v-124a17d8]{font-size:16px;line-height:24px;letter-spacing:-.408px;color:#c9c9d7}.coming-soon__action[data-v-124a17d8]{position:relative;width:100%;max-width:630px}.coming-soon .formContainer[data-v-124a17d8]{position:relative;display:flex;flex-direction:row;align-items:center;padding:23px 0 22px;height:62px}.coming-soon .formContainer__spinner[data-v-124a17d8]{margin-right:4px;margin-bottom:-2px}.coming-soon button[data-v-124a17d8],.coming-soon input[data-v-124a17d8],.coming-soon label[data-v-124a17d8]{transition:all .2s ease-in}.coming-soon input[data-v-124a17d8]{border:none;font-size:18px;line-height:17px;letter-spacing:-.084px;margin-right:-10px;background-color:#3c394e;color:#fff;-webkit-appearance:none;cursor:text;width:100%;height:62px;padding:16px 16px 0;border-radius:12px 0 0 12px}.coming-soon .inputInvalid[data-v-124a17d8]{border-top:1px solid #3c394e;border-left:1px solid #3c394e;border-bottom:1px solid #3c394e}.coming-soon .inputValid[data-v-124a17d8]{border-top:1px solid #888694;border-left:1px solid #888694;border-bottom:1px solid #888694}.coming-soon input[data-v-124a17d8]:focus{outline:0}.coming-soon input:-moz-placeholder-shown+label[data-v-124a17d8]{cursor:text;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;top:20px}.coming-soon input:-ms-input-placeholder+label[data-v-124a17d8]{cursor:text;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;top:20px}.coming-soon input:placeholder-shown+label[data-v-124a17d8]{cursor:text;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;top:20px}.coming-soon input[data-v-124a17d8]::-moz-placeholder{opacity:0;color:#c9c9d7;-moz-transition:inherit;transition:inherit}.coming-soon input[data-v-124a17d8]:-ms-input-placeholder{opacity:0;color:#c9c9d7;-ms-transition:inherit;transition:inherit}.coming-soon input[data-v-124a17d8]::placeholder{opacity:0;color:#c9c9d7;transition:inherit}.coming-soon input[data-v-124a17d8]:focus::-moz-placeholder{opacity:1}.coming-soon input[data-v-124a17d8]:focus:-ms-input-placeholder{opacity:1}.coming-soon input[data-v-124a17d8]:focus::placeholder{opacity:1}.coming-soon input:not(:-moz-placeholder-shown)+label[data-v-124a17d8]{top:7px;font-size:12px;cursor:pointer}.coming-soon input:not(:-ms-input-placeholder)+label[data-v-124a17d8]{top:7px;font-size:12px;cursor:pointer}.coming-soon input:focus+label[data-v-124a17d8],.coming-soon input:not(:placeholder-shown)+label[data-v-124a17d8]{top:7px;font-size:12px;cursor:pointer}.coming-soon label[data-v-124a17d8]{font-size:16px;position:absolute;left:16px;pointer-events:none;color:#c9c9d7;display:flex;align-items:center;-moz-column-gap:2px;column-gap:2px}.coming-soon .inputIcon[data-v-124a17d8]{height:16px;width:16px;margin-right:2px}.coming-soon button[data-v-124a17d8]{position:relative;font-family:Rajdhani;font-weight:600;font-size:18px;line-height:20px;height:62px;border-radius:0 12px 12px 0;border:none;cursor:pointer;white-space:nowrap;width:59%}.coming-soon .buttonInvalid[data-v-124a17d8]{color:hsla(0,0%,100%,.5215686275);background:#2b293f;border-top:1px solid #3c394e;border-right:1px solid #3c394e;border-bottom:1px solid #3c394e;cursor:default}.coming-soon .buttonValid[data-v-124a17d8]{height:58px;color:#fff;background:#393f5f;border-radius:0 12px 12px 0;z-index:3}.coming-soon .buttonValid[data-v-124a17d8]:after,.coming-soon .buttonValid[data-v-124a17d8]:before{content:"";position:absolute;display:block;border-top-left-radius:0!important;border-bottom-left-radius:0!important}.coming-soon .buttonValid[data-v-124a17d8]:before{width:calc(100% + 4px);height:calc(100% + 4px);top:-2px;left:-2px;background:radial-gradient(circle at 0,#f600f5,#0fa);z-index:-2;border-radius:0 12px 12px 0}.coming-soon .buttonValid[data-v-124a17d8]:after{width:100%;height:100%;top:0;left:0;background:#393f5f;z-index:-1;border-radius:0 12px 12px 0}.snackBar[data-v-124a17d8]{position:absolute;z-index:100;width:100%;opacity:0;top:194px;transition:all .3s}.showSnackBar[data-v-124a17d8]{top:94px;opacity:1}.glitch-effect[data-v-124a17d8]{display:inline-block;position:relative}.glitch-effect[data-v-124a17d8]:after,.glitch-effect[data-v-124a17d8]:before{display:block;content:attr(data-glitch);text-transform:unset;position:absolute;top:0;left:0;height:100%;width:100%;opacity:0}.glitch-effect[data-v-124a17d8]:after{color:#f600f5;z-index:-2;-webkit-animation:glitch-2-124a17d8 7s cubic-bezier(.25,.46,.45,.94) infinite both;animation:glitch-2-124a17d8 7s cubic-bezier(.25,.46,.45,.94) infinite both}.glitch-effect[data-v-124a17d8]:before{color:#0fa;z-index:-1;-webkit-animation:glitch-124a17d8 7s cubic-bezier(.25,.46,.45,.94) infinite both;animation:glitch-124a17d8 7s cubic-bezier(.25,.46,.45,.94) infinite both}@-webkit-keyframes glitch-124a17d8{0%{opacity:0;transform:translate(0)}0.5%{opacity:.8;transform:translate(-3px,3px)}1%{transform:translate(-3px,-3px)}1.5%{transform:translate(3px,3px)}2%{opacity:.8;transform:translate(3px,-3px)}2.5%{transform:translate(0);opacity:0}3%{opacity:.8;transform:translate(-3px,3px)}3.5%{transform:translate(-3px,-3px)}4%{transform:translate(3px,3px)}4.5%{opacity:.8;transform:translate(3px,-3px)}5%{transform:translate(0);opacity:0}}@keyframes glitch-124a17d8{0%{opacity:0;transform:translate(0)}0.5%{opacity:.8;transform:translate(-3px,3px)}1%{transform:translate(-3px,-3px)}1.5%{transform:translate(3px,3px)}2%{opacity:.8;transform:translate(3px,-3px)}2.5%{transform:translate(0);opacity:0}3%{opacity:.8;transform:translate(-3px,3px)}3.5%{transform:translate(-3px,-3px)}4%{transform:translate(3px,3px)}4.5%{opacity:.8;transform:translate(3px,-3px)}5%{transform:translate(0);opacity:0}}@-webkit-keyframes glitch-2-124a17d8{0%{opacity:0;transform:translate(0)}0.5%{opacity:.8;transform:translate(3px,-3px)}1%{transform:translate(3px,3px)}1.5%{transform:translate(-3px,-3px)}2%{transform:translate(-3px,3px);opacity:.8}2.5%{opacity:0;transform:translate(0)}3%{opacity:.8;transform:translate(3px,-3px)}3.5%{transform:translate(3px,3px)}4%{transform:translate(-3px,-3px)}4.5%{transform:translate(-3px,3px);opacity:.8}5%{opacity:0;transform:translate(0)}}@keyframes glitch-2-124a17d8{0%{opacity:0;transform:translate(0)}0.5%{opacity:.8;transform:translate(3px,-3px)}1%{transform:translate(3px,3px)}1.5%{transform:translate(-3px,-3px)}2%{transform:translate(-3px,3px);opacity:.8}2.5%{opacity:0;transform:translate(0)}3%{opacity:.8;transform:translate(3px,-3px)}3.5%{transform:translate(3px,3px)}4%{transform:translate(-3px,-3px)}4.5%{transform:translate(-3px,3px);opacity:.8}5%{opacity:0;transform:translate(0)}}.u-logo{width:60px;height:60px;background:radial-gradient(100.71% 92.86% at 56.35% 92.86%,rgba(69,63,127,.8) 0,rgba(16,14,38,.8) 100%);border:1px solid hsla(0,0%,100%,.2);border-radius:12px;box-shadow:0 4px 12px rgba(16,14,38,.2);-webkit-backdrop-filter:blur(60px);backdrop-filter:blur(60px);display:flex;align-items:center;justify-content:center}.u-logo img{width:58%}.success-page{height:100vh;width:100vw;background:linear-gradient(221.63deg,#292740,#191825 76.47%);position:relative;overflow-y:auto;overflow-x:hidden;display:flex;align-items:center}.success-page:before{content:"";position:absolute;top:15%;left:40%;width:54%;height:60%;border-radius:50%;background:radial-gradient(182658303% 70% at 54.13% 47.5%,#f600f5 0,#0fa 100%);filter:blur(190px);transform:rotate(45.44deg) translateX(-50%)}.success-page__content{width:96vw;max-width:372px;display:flex;flex-direction:column;align-items:center;text-align:center;position:relative;z-index:2}.success-page__logo{width:60px;height:60px;background:radial-gradient(100.71% 92.86% at 56.35% 92.86%,rgba(69,63,127,.8) 0,rgba(16,14,38,.8) 100%);border:1px solid hsla(0,0%,100%,.2);border-radius:12px;box-shadow:0 4px 12px rgba(16,14,38,.2);-webkit-backdrop-filter:blur(60px);backdrop-filter:blur(60px);display:flex;align-items:center;justify-content:center}.success-page__logo img{width:58%}.success-page__heading{font-weight:600;font-size:32px}.success-page__text{color:var(--color-light-gray);font-size:18px;line-height:26px;letter-spacing:-.408px;max-width:300px}.code-input-container[data-v-333c124b]{position:relative;display:flex;flex-direction:column;justify-content:center;gap:0}.code-input[data-v-333c124b]{display:flex;flex-direction:row;justify-content:center;gap:10px}@media only screen and (max-width:479px){.code-input[data-v-333c124b]{gap:5px}}.code-input>input[data-v-333c124b]{border:1px solid var(--color-dark-gray);font-size:16px;border-radius:8px;text-align:center;transition:all .2s ease-in-out;background-color:var(--color-dark-gray);color:var(--color-white);box-sizing:border-box;-webkit-appearance:initial}@media only screen and (max-width:479px){.code-input>input[data-v-333c124b]{width:33px!important;height:33px!important}}.code-input>input[data-v-333c124b]:focus{outline:none;border:1px solid var(--color-light-gray);caret-color:var(--color-white)}.title[data-v-333c124b]{margin:0;height:20px;padding-bottom:10px}h4[data-v-c6922f2c]{font-family:var(--font-family-title)}.background-color[data-v-c6922f2c]{overflow:hidden;min-height:100vh;width:100%;background:linear-gradient(221.63deg,#292740,#191825 76.47%);position:relative;padding:4rem 0;display:flex;justify-content:center;align-items:center}.background-color[data-v-c6922f2c]:before{content:"";position:absolute;top:0;right:0;background:radial-gradient(circle at 0,#f600f5 0,#0fa 300%);filter:blur(250px);width:60%;height:70%;-webkit-animation:x-c6922f2c 13s linear infinite alternate,y-c6922f2c 7s linear infinite alternate;animation:x-c6922f2c 13s linear infinite alternate,y-c6922f2c 7s linear infinite alternate}@-webkit-keyframes x-c6922f2c{to{transform:rotate(180deg) translateX(calc(100vw - 60%))}}@keyframes x-c6922f2c{to{transform:rotate(180deg) translateX(calc(100vw - 60%))}}@-webkit-keyframes y-c6922f2c{to{transform:rotate(180deg) translateY(calc(100vh - 60%))}}@keyframes y-c6922f2c{to{transform:rotate(180deg) translateY(calc(100vh - 60%))}}.my-flex-spacing[data-v-c6922f2c]{display:flex;flex-direction:column;justify-content:space-between;height:91%}.my-flex-spacing-form[data-v-c6922f2c]{display:flex;flex-direction:column;row-gap:18px}.login-card[data-v-c6922f2c]{position:relative;height:-webkit-max-content;height:-moz-max-content;height:max-content;width:95vw;padding:0 16px 34px 16px;background:#17152f;border:1px solid hsla(0,0%,100%,.2);border-radius:24px;box-shadow:0 4px 12px rgba(16,14,38,.2);-webkit-backdrop-filter:blur(60px);backdrop-filter:blur(60px)}.login-card .u-button[data-v-c6922f2c]{min-height:3.125rem}@media screen and (min-width:415px){.login-card[data-v-c6922f2c]{width:407px;padding:0 32px 34px 32px}}.login-card__logo[data-v-c6922f2c]{display:flex;width:100%;justify-content:center}.login-card__logo img[data-v-c6922f2c]{margin-top:-40px;height:86px}.login-card__heading[data-v-c6922f2c]{line-height:41px;display:flex;flex-direction:column;row-gap:8px;margin-bottom:32px}.login-card__heading[data-v-c6922f2c],.login-card__heading h4[data-v-c6922f2c]{font-style:normal;font-weight:700;font-size:32px;color:#fff}.login-card__heading p[data-v-c6922f2c]{color:#c9c9d7;font-weight:400;font-size:16px;line-height:24px;letter-spacing:-.408px}.login-card__options[data-v-c6922f2c]{display:flex;justify-content:space-between}.login-card__options input[data-v-c6922f2c]{margin:0}.login-card__options label[data-v-c6922f2c]{color:#c9c9d7;font-weight:400;font-size:16px}.login-card__footer[data-v-c6922f2c]{text-align:center;font-size:14px;color:#888694}.register-card[data-v-c6922f2c]{margin-top:10.5vw;margin-bottom:2.5vw}@media screen and (min-width:415px){.register-card[data-v-c6922f2c]{margin-top:0;margin-bottom:0}}.password-strength[data-v-c6922f2c]{align-self:center;display:flex;-moz-column-gap:12px;column-gap:12px;align-items:center;justify-content:space-between;width:304px}.password-strength .color-bar[data-v-c6922f2c]{height:4px;width:100%;background:#3b394e;border-radius:12px;position:relative;overflow:hidden}.password-strength .color-bar span[data-v-c6922f2c]{position:absolute;top:0;left:0;width:0;height:100%;background-color:#3b394e;border-radius:12px;transition:width .3s ease-in-out}.password-strength__status[data-v-c6922f2c]{align-self:center;display:flex;-moz-column-gap:4px;column-gap:4px}.password-strength__status img[data-v-c6922f2c]{-o-object-fit:cover;object-fit:cover}.password-strength__status p[data-v-c6922f2c]{font-family:Circular Std Book,sans-serif;font-size:12px;color:#fff;letter-spacing:-.084px;width:-webkit-max-content;width:-moz-max-content;width:max-content}.two-auth[data-v-c6922f2c]{border:1px solid var(--color-dark-gray);background-color:var(--color-purple);box-shadow:0 12px 24px rgba(0,0,0,.25);border-radius:.75rem;padding:.8rem 1.75rem;height:-webkit-max-content;height:-moz-max-content;height:max-content}.two-auth--plain[data-v-c6922f2c]{border:none;background-color:transparent;padding:0;box-shadow:none;border-radius:0}.two-auth p[data-v-c6922f2c]{color:#c9c9d7;font-weight:400;font-size:16px;line-height:24px;letter-spacing:-.408px}.two-auth__heading[data-v-c6922f2c]{display:flex;flex-direction:column;row-gap:12px;max-width:18rem}.two-auth__heading h4[data-v-c6922f2c]{font-weight:600;font-size:36px;line-height:43px;letter-spacing:.404436px;color:#fff;font-family:var(--font-family-title)}.two-auth__form--one-button[data-v-c6922f2c]{min-height:215px;display:flex;flex-direction:column;align-content:center;row-gap:20px}.two-auth__form--one-button p[data-v-c6922f2c]{margin-top:5px}.two-auth__form--one-button button[data-v-c6922f2c]{margin:0;margin-bottom:0!important}.two-auth__form--two-button[data-v-c6922f2c]{min-height:215px;display:flex;flex-direction:column}.two-auth__form--two-button .form-spacing[data-v-c6922f2c]{display:flex;flex-direction:column;align-content:center;row-gap:20px}.two-auth__form--two-button .form-spacing p[data-v-c6922f2c]{margin-top:5px}.two-auth__form--two-button .form-spacing button[data-v-c6922f2c]{margin:0;margin-bottom:0!important}.two-auth__form--two-button .disabled-state[data-v-c6922f2c]{opacity:.7}.two-auth__footer[data-v-c6922f2c]{position:relative;display:flex;width:95%;margin-left:5%}.two-auth__footer svg[data-v-c6922f2c]{top:27%}.two-auth__footer p[data-v-c6922f2c]{color:#ffa800}.my-custom-variant[data-v-c6922f2c]{background:none;border:none;width:-webkit-max-content;width:-moz-max-content;width:max-content;color:var(--color-primary);align-self:center;padding:0;margin:10px;margin-top:20px}.fade-enter-active[data-v-c6922f2c],.fade-leave-active[data-v-c6922f2c]{transition:opacity .5s}.fade-enter[data-v-c6922f2c],.fade-leave-to[data-v-c6922f2c]{opacity:0}.switch{position:relative;display:inline-block;display:flex;align-items:center}.switch__text{margin-left:.5rem;color:var(--color-light-gray)}.switch input{opacity:0;width:0;height:0}.switch .slider{position:relative;cursor:pointer;background-color:var(--color-dark-gray);width:27px;height:16.41px;transition:.4s}.switch .slider:before{position:absolute;content:"";height:16.41px;width:16.41px;left:0;bottom:0;background-color:#fff;transition:.4s}.switch input:checked+.slider{background-color:#44d7b6}.switch input:focus+.slider{box-shadow:0 0 1px #44d7b6}.switch input:checked+.slider:before{transform:translateX(11px)}.switch .slider.round{border-radius:16.41px}.switch .slider.round:before{border-radius:50%}.switch--lg .slider{width:2.875rem;height:1.75rem}.switch--lg .switch__text{font-size:1.125rem}.switch--lg .slider:before{width:1.75rem;height:1.75rem}.switch--lg input:checked+.slider:before{transform:translateX(18px)}.non-scopped-payments-wrapper .fade-enter-active,.non-scopped-payments-wrapper .fade-leave-active{transition:opacity .5s}.non-scopped-payments-wrapper .fade-enter,.non-scopped-payments-wrapper .fade-leave-to{opacity:0}.non-scopped-payments-wrapper .my-custom-checkbox{margin-bottom:24px}.non-scopped-payments-wrapper .my-custom-checkbox .u-checkbox__label{font-size:14px;color:#fff}.non-scopped-payments-wrapper .my-custom-parent{max-width:560px!important}.non-scopped-payments-wrapper .my-custom-modal .modal-header button{z-index:1}.non-scopped-payments-wrapper .my-custom-modal .modal-body{padding-left:0!important;padding-right:0!important}.non-scopped-payments-wrapper .modal-payment-options{position:relative;display:flex;flex-direction:column;width:100%;display:block;padding:0 32px 16px 32px}.non-scopped-payments-wrapper .modal-payment-options__heading{display:flex;align-items:flex-end;margin-top:-37px;-moz-column-gap:8px;column-gap:8px}.non-scopped-payments-wrapper .modal-payment-options__heading h3{font-weight:600;font-size:28px!important;letter-spacing:.404436px;color:#fff;margin-bottom:0!important}.non-scopped-payments-wrapper .modal-payment-options__content{margin-top:30px;margin-bottom:15px;display:flex;flex-direction:column;row-gap:10px}.non-scopped-payments-wrapper .modal-payment-options__content .my-override{margin-top:0;margin-bottom:1rem}.non-scopped-payments-wrapper .modal-payment-options__content button{height:4rem}.non-scopped-payments-wrapper .modal-payment-disclaimer{position:relative;display:flex;flex-direction:column;width:100%;display:block;padding:0 32px 16px 32px}.non-scopped-payments-wrapper .modal-payment-disclaimer__heading{display:flex;align-items:flex-end;margin-top:-37px;-moz-column-gap:16px;column-gap:16px}.non-scopped-payments-wrapper .modal-payment-disclaimer__heading h3{font-weight:600;font-size:28px!important;letter-spacing:.404436px;color:#fff;margin-bottom:0!important}.non-scopped-payments-wrapper .modal-payment-disclaimer__heading a{font-style:normal;font-weight:400;font-size:16px;line-height:24px;color:#f600f5}.non-scopped-payments-wrapper .modal-payment-disclaimer__content ul{list-style-type:disc;display:flex;flex-direction:column;row-gap:15px;padding-left:23px;padding-right:23px;padding-bottom:28px;margin-top:16px}.non-scopped-payments-wrapper .modal-payment-disclaimer__content ul li{font-weight:400;font-size:20px;line-height:30px;letter-spacing:-.084px;color:#f8f5ff}.non-scopped-payments-wrapper .modal-payment-disclaimer__content ul li strong{font-weight:500}.non-scopped-payments-wrapper .modal-payment-disclaimer__content ul button{font-size:20px!important}.non-scopped-payments-wrapper .modal-payment-disclaimer__content .disclaimer-warning{display:flex;-moz-column-gap:10px;column-gap:10px;color:var(--color-warning);border-bottom:solid 1px var(--color-dark-gray);padding-bottom:39.5px;margin-bottom:27.5px}.non-scopped-payments-wrapper .modal-payment-disclaimer__content .disclaimer-warning p{font-weight:400;font-size:20px;line-height:30px}.non-scopped-payments-wrapper .modal-payment-options-crypto{position:relative;display:flex;flex-direction:column;width:100%;display:block;row-gap:10px}.non-scopped-payments-wrapper .modal-payment-options-crypto__heading{display:flex;align-items:flex-end;margin-top:-27px;margin-bottom:12px;margin-left:40px;width:80%}.non-scopped-payments-wrapper .modal-payment-options-crypto__heading h3{font-weight:600;font-size:28px!important;letter-spacing:.404436px;color:#fff;margin-bottom:0!important}.non-scopped-payments-wrapper .modal-payment-options-crypto .solana-countdown{display:flex;-moz-column-gap:10px;column-gap:10px;color:#000;background:#c9c9d7;padding:10px 0 10px 38px}.non-scopped-payments-wrapper .modal-payment-options-crypto__subheading{width:100%;display:flex;padding:24px 40px;margin-bottom:18px;background:#070c25}@media screen and (max-width:550px){.non-scopped-payments-wrapper .modal-payment-options-crypto__subheading{flex-direction:column}}.non-scopped-payments-wrapper .modal-payment-options-crypto__subheading h4{font-weight:400;font-size:14px;line-height:24px;letter-spacing:1px;color:#c9c9d7}.non-scopped-payments-wrapper .modal-payment-options-crypto__subheading .send-column{display:flex;flex-direction:column;padding-right:28.5px;border-right:solid 1px var(--color-dark-gray)}@media screen and (max-width:550px){.non-scopped-payments-wrapper .modal-payment-options-crypto__subheading .send-column{border-bottom:solid 1px var(--color-dark-gray);border-right:none;padding-bottom:28.5px}}.non-scopped-payments-wrapper .modal-payment-options-crypto__subheading .send-column h4{margin-bottom:7px}.non-scopped-payments-wrapper .modal-payment-options-crypto__subheading .send-column div{display:flex;-moz-column-gap:4px;column-gap:4px;align-items:flex-end}.non-scopped-payments-wrapper .modal-payment-options-crypto__subheading .send-column div svg{margin-bottom:2px}.non-scopped-payments-wrapper .modal-payment-options-crypto__subheading .send-column div h5{line-height:22px;font-size:24px;font-weight:500;font-family:Rajdhani;color:#fff}.non-scopped-payments-wrapper .modal-payment-options-crypto__subheading .send-column div p{font-style:normal;font-weight:400;font-size:14px;letter-spacing:-.084px;color:#c9c9d7;margin-bottom:0}.non-scopped-payments-wrapper .modal-payment-options-crypto__subheading .address-column{display:flex;flex-direction:column;margin:0 0 0 28.5px}@media screen and (max-width:550px){.non-scopped-payments-wrapper .modal-payment-options-crypto__subheading .address-column{margin:28.5px 0 0 0}}.non-scopped-payments-wrapper .modal-payment-options-crypto__subheading .address-column span{display:flex;justify-content:space-between;font-weight:400;font-size:16px;line-height:24px;letter-spacing:-.408px;color:#fff}.non-scopped-payments-wrapper .modal-payment-options-crypto__subheading .address-column span button{font-family:SF Pro Display,sans-serif;width:-webkit-max-content;width:-moz-max-content;width:max-content;height:-webkit-min-content;height:-moz-min-content;height:min-content;padding:0;background:none;border:none;margin-bottom:5px}.non-scopped-payments-wrapper .modal-payment-options-crypto__subheading .address-column p{font-weight:400;font-size:14px!important;line-height:20px;letter-spacing:-.084px;color:#c9c9d7;margin-bottom:0!important;word-break:break-all}.non-scopped-payments-wrapper .modal-payment-options-crypto__subheading--solana{display:flex;flex-direction:column;align-items:center;background-color:#131123;border-bottom:solid 1px var(--color-dark-gray)}.non-scopped-payments-wrapper .modal-payment-options-crypto__subheading--solana .top-row{display:flex;justify-content:space-between;align-items:center;margin-top:16px;margin-bottom:6px;-moz-column-gap:32px;column-gap:32px}.non-scopped-payments-wrapper .modal-payment-options-crypto__subheading--solana .top-row h4{color:#c9c9d7;font-weight:400;font-size:14px;line-height:24px;letter-spacing:1px;width:-webkit-max-content;width:-moz-max-content;width:max-content}.non-scopped-payments-wrapper .modal-payment-options-crypto__subheading--solana .top-row button{width:-webkit-min-content;width:-moz-min-content;width:min-content;margin-bottom:0!important;padding:0;background-color:#131123;border-color:#131123}.non-scopped-payments-wrapper .modal-payment-options-crypto__subheading--solana .bottom-row{display:flex;align-items:center;-moz-column-gap:5px;column-gap:5px;font-family:Rajdhani}.non-scopped-payments-wrapper .modal-payment-options-crypto__subheading--solana .bottom-row h5{font-size:46px;line-height:64px;width:-webkit-max-content;width:-moz-max-content;width:max-content}@media only screen and (min-width:480px){.non-scopped-payments-wrapper .modal-payment-options-crypto__subheading--solana .bottom-row h5{font-size:64px}}.non-scopped-payments-wrapper .modal-payment-options-crypto__subheading--solana .bottom-row p{font-weight:500;font-size:24px;line-height:51px;color:#888694}@media only screen and (min-width:480px){.non-scopped-payments-wrapper .modal-payment-options-crypto__subheading--solana .bottom-row p{font-size:40px}}.non-scopped-payments-wrapper .modal-payment-options-crypto__subheading--solana .disclaimer{display:flex;-moz-column-gap:9.5px;column-gap:9.5px;justify-content:center;align-items:center;background:#ff5656;border-radius:12px;height:37px;margin-top:8px;margin-bottom:27px;color:#131123}.non-scopped-payments-wrapper .modal-payment-options-crypto__code-disclaimer{display:flex;justify-content:space-between;-moz-column-gap:24px;column-gap:24px;margin:0 37px 24px 37px}@media screen and (max-width:550px){.non-scopped-payments-wrapper .modal-payment-options-crypto__code-disclaimer{flex-direction:column}}.non-scopped-payments-wrapper .modal-payment-options-crypto__code-disclaimer .qr-code{width:228px}.non-scopped-payments-wrapper .modal-payment-options-crypto__code-disclaimer .qr-code .flex-row{display:flex;-moz-column-gap:6px;column-gap:6px;align-items:center;margin-bottom:4px}.non-scopped-payments-wrapper .modal-payment-options-crypto__code-disclaimer .qr-code .flex-row p{font-weight:400;font-size:18px;line-height:26px;letter-spacing:-.408px;color:#c9c9d7}.non-scopped-payments-wrapper .modal-payment-options-crypto__code-disclaimer .qr-code img{-o-object-fit:contain;object-fit:contain;max-width:none}.non-scopped-payments-wrapper .modal-payment-options-crypto__code-disclaimer .qr-code__image{height:228px;width:228px}.non-scopped-payments-wrapper .modal-payment-options-crypto__code-disclaimer .disclaimer{display:flex;flex-direction:column}.non-scopped-payments-wrapper .modal-payment-options-crypto__code-disclaimer .disclaimer span{display:flex;align-items:center;font-weight:400;font-size:14px;line-height:24px;letter-spacing:1px;color:#c9c9d7;margin-bottom:12px}.non-scopped-payments-wrapper .modal-payment-options-crypto__code-disclaimer .disclaimer ul{list-style-type:disc;padding-left:17px;display:flex;flex-direction:column;row-gap:15px}.non-scopped-payments-wrapper .modal-payment-options-crypto__code-disclaimer .disclaimer ul li{font-weight:400;font-size:14px;line-height:18px;letter-spacing:-.084px;color:#c9c9d7}.non-scopped-payments-wrapper .modal-payment-options-crypto__code-disclaimer .solana-qr-code-and-address{display:flex;flex-direction:column;row-gap:20px;width:100%;align-items:center;margin-top:25px}.non-scopped-payments-wrapper .modal-payment-options-crypto__code-disclaimer .solana-qr-code-and-address .address-column{row-gap:8px;display:flex;flex-direction:column;width:100%}@media only screen and (min-width:480px){.non-scopped-payments-wrapper .modal-payment-options-crypto__code-disclaimer .solana-qr-code-and-address .address-column{width:-webkit-max-content;width:-moz-max-content;width:max-content}}.non-scopped-payments-wrapper .modal-payment-options-crypto__code-disclaimer .solana-qr-code-and-address .address-column .top-row{display:flex;justify-content:space-between;color:#c9c9d7;font-weight:400;font-size:14px;line-height:24px;letter-spacing:1px}.non-scopped-payments-wrapper .modal-payment-options-crypto__code-disclaimer .solana-qr-code-and-address .address-column .top-row button{width:-webkit-min-content;width:-moz-min-content;width:min-content;margin-bottom:0!important;padding:0;background-color:var(--color-purple);border-color:var(--color-purple)}.non-scopped-payments-wrapper .modal-payment-options-crypto__code-disclaimer .solana-qr-code-and-address .address-column p{font-weight:400;font-size:14px;line-height:20px;letter-spacing:-.084px;color:#c9c9d7;word-wrap:break-word}.non-scopped-payments-wrapper .my-sol-spacing svg{margin-right:.8rem!important;margin-left:-23px}.non-scopped-payments-wrapper .switch{position:relative;display:inline-block;width:27px;height:16.41px}.non-scopped-payments-wrapper .switch input{opacity:0;width:0;height:0}.non-scopped-payments-wrapper .slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#3b394e;transition:.4s}.non-scopped-payments-wrapper .slider:before{position:absolute;content:"";height:16.41px;width:16.41px;left:0;bottom:0;background-color:#fff;transition:.4s}.non-scopped-payments-wrapper input:checked+.slider{background-color:#44d7b6}.non-scopped-payments-wrapper input:focus+.slider{box-shadow:0 0 1px #44d7b6}.non-scopped-payments-wrapper input:checked+.slider:before{transform:translateX(11px)}.non-scopped-payments-wrapper .slider.round{border-radius:16.41px}.non-scopped-payments-wrapper .slider.round:before{border-radius:50%}.non-scopped-payments-wrapper .paypal-font-size{font-size:calc(var(--font-size-button)*1.5)!important}.non-scopped-payments-wrapper .paypal-font-size svg{margin-left:15px}.non-scopped-payments-wrapper .custom-font-size{font-size:20px}.non-scopped-payments-wrapper .my-usdt-spacing svg{margin-right:.75rem!important;margin-left:-10px}.non-scopped-payments-wrapper .my-usdc-spacing svg{margin-right:.75rem!important;margin-left:-6px}.non-scopped-payments-wrapper .disabled-descriptor{color:var(--color-warning);margin-top:-20px}.alert-modal-content{min-height:26.5625rem}.alert-modal-content .modal-body{display:flex;align-items:flex-end;justify-content:center;padding-bottom:2.625rem;padding-left:.75rem;padding-right:.75rem}.alert-modal-content .modal-body h3{font-weight:600;font-size:1.75rem;margin-bottom:1rem}.alert-modal-content .modal-body p{font-size:1.25rem;color:var(--color-light-gray);margin-bottom:1rem}.transaction-page{max-width:69.5625rem}.transaction-page__heading{font-size:2.25rem;letter-spacing:var(--letter-spacing-heading);margin-bottom:.625rem}.transaction-page__sub-heading{font-size:1.25rem;letter-spacing:var(--letter-spacing-heading);color:var(--color-light-gray);font-weight:400;margin-bottom:2rem}.transaction__form{width:100%;max-width:32.5rem}@media only screen and (min-width:768px){.transaction__form{width:calc(50% - 2.25rem)}}.transaction__calc{width:100%;margin-top:1.25rem;max-width:32.5rem}@media only screen and (min-width:768px){.transaction__calc{width:calc(50% - 2.25rem);margin-top:0}}.transaction__input .u-input:before{font-family:var(--font-family-title);content:"$";position:absolute;opacity:0;font-size:2rem;z-index:3;top:3rem;left:1.25rem}.transaction__input .u-input.active:before{opacity:1}.transaction__input .u-input.active .u-input__label{font-size:.875rem;top:1.375rem;color:var(--color-mid-gray)}.transaction__input .u-input__input{font-family:var(--font-family-title);height:6rem;font-size:2rem;font-weight:500;letter-spacing:var(--letter-spacing-heading);padding-left:2.3125rem!important}.transaction__input--withdraw{position:relative}.transaction__input--withdraw .u-input:before{content:"";background-image:url(/web/20220507155451im_/https://ultimatearcade.io/img/Coin.45f584a6.png);width:2.1875rem;height:2.1875rem;background-size:cover;background-position:50%;top:2.1875rem}.transaction__input--withdraw .u-input__input{padding-left:3.3125rem!important}.transaction__input--withdraw-btn{position:absolute;top:2.25rem;right:.75rem;z-index:10}.transaction__divider{text-align:center;padding:.75rem 0;font-size:3rem;width:100%}@media only screen and (min-width:768px){.transaction__divider{width:auto}}.transaction__tokens{width:100%;height:6rem;background-color:var(--color-dark-gray);border-radius:.75rem;padding:1rem 1.5rem;margin-bottom:1.75rem}.transaction__tokens-label{font-size:.875rem;color:var(--color-mid-gray);text-transform:uppercase;display:inline-block;margin-bottom:.4375rem}.transaction__tokens-value{font-family:var(--font-family-title);display:flex;font-size:2rem;align-items:center}.transaction__tokens-value img{width:3rem;margin-right:.1875rem;margin-top:-.5rem}.transaction__tokens-value span{display:inline-block}.transaction__button{transition:opacity .3s ease-in-out;margin-top:3.75rem;position:relative;height:4rem;cursor:pointer}.transaction__button svg{margin-right:.75rem!important}.transaction__button:hover .u-button{transform:scale(1.05)}.transaction__button .click-blocker{position:absolute;top:0;left:0;width:100%;height:100%;z-index:10;cursor:not-allowed}.transaction__button .u-button{position:absolute;top:0;left:0;z-index:1;text-transform:uppercase;font-size:1.25rem;min-height:4rem}.transaction__button #paypal-button-container{position:absolute;top:0;left:0;opacity:.0001!important;z-index:5;width:100%;height:4rem}.transaction__summary{border-radius:.75rem;border:1px solid var(--color-dark-gray);background-color:var(--color-black-void);overflow:hidden}.transaction__summary-head{padding:1rem 1.5rem .5625rem;border-bottom:1px solid var(--color-dark-gray);text-transform:uppercase;font-size:.875rem;color:var(--color-light-gray)}.transaction__summary-list{padding:.75rem 0}.transaction__summary-item{padding:.625rem 1.5rem;margin-bottom:.625rem}.transaction__summary-item-top{display:flex;align-items:center;justify-content:space-between}.transaction__summary-item-bottom{color:var(--color-mid-gray);letter-spacing:-.084px;font-size:.75rem;margin-top:.25rem}.transaction__summary-item-label{font-size:.875rem;margin-right:.625rem;letter-spacing:-.084px;position:relative}.transaction__summary-item-info{position:absolute;left:-4px;top:50%;transform:translate(-100%,-50%)}.transaction__summary-item-value{font-family:var(--font-family-title);font-size:1rem;font-weight:500;letter-spacing:var(--letter-spacing-heading);display:inline-block;margin-left:.625rem;text-align:right}.transaction__summary-item-divider{flex:1;height:1px;border-bottom:1px dashed var(--color-dark-gray);margin:0 .3125rem}.transaction__summary-info{display:flex;align-items:center;justify-content:space-between;padding:.6875rem 1.5rem;background-color:hsla(0,0%,100%,.1)}.transaction__summary-info-label{font-size:.75rem;margin-right:.625rem;letter-spacing:-.084px;position:relative;color:var(--color-light-gray)}.transaction__summary-info-info{position:absolute;left:-4px;top:50%;transform:translate(-100%,-50%)}.transaction__summary-info-value{font-size:.75rem;font-weight:500;letter-spacing:var(--letter-spacing-heading);display:inline-block;margin-left:.625rem;text-align:right;color:var(--color-light-gray)}.transaction__summary-total{border-top:1px solid var(--color-dark-gray);background-color:var(--card-bg-color);display:flex;flex-direction:column;align-items:flex-end;padding:1rem 1.5rem}.transaction__summary-total-value{font-family:var(--font-family-title);font-size:1.5rem;font-weight:500;letter-spacing:var(--letter-spacing-heading);margin-bottom:.625rem;display:flex;align-items:flex-end;line-height:1}.transaction__summary-total-value img{width:1.75rem;margin-right:.125rem;position:relative;top:-.1875rem}.transaction__summary-total-label{text-transform:uppercase;font-size:.875rem}.modal-background-mask{z-index:10}.deposit-match-banner{width:100%;max-width:371px;max-height:293px;border-radius:24px;border:none;margin-bottom:2rem}@media screen and (min-width:768px){.deposit-match-banner{position:absolute;max-width:323px}}@media screen and (min-width:992px){.deposit-match-banner{max-width:428px}}@media screen and (min-width:1200px){.deposit-match-banner{max-width:450px}}h4[data-v-6dd04ad1]{font-family:var(--font-family-title)}.background-color[data-v-6dd04ad1]{overflow:hidden;min-height:100vh;width:100%;background:linear-gradient(221.63deg,#292740,#191825 76.47%);position:relative;padding:4rem 0;display:flex;justify-content:center;align-items:center}.background-color[data-v-6dd04ad1]:before{content:"";position:absolute;top:0;right:0;background:radial-gradient(circle at 0,#f600f5 0,#0fa 300%);filter:blur(250px);width:60%;height:70%;-webkit-animation:x-6dd04ad1 13s linear infinite alternate,y-6dd04ad1 7s linear infinite alternate;animation:x-6dd04ad1 13s linear infinite alternate,y-6dd04ad1 7s linear infinite alternate}@-webkit-keyframes x-6dd04ad1{to{transform:rotate(180deg) translateX(calc(100vw - 60%))}}@keyframes x-6dd04ad1{to{transform:rotate(180deg) translateX(calc(100vw - 60%))}}@-webkit-keyframes y-6dd04ad1{to{transform:rotate(180deg) translateY(calc(100vh - 60%))}}@keyframes y-6dd04ad1{to{transform:rotate(180deg) translateY(calc(100vh - 60%))}}.my-flex-spacing[data-v-6dd04ad1]{display:flex;flex-direction:column;justify-content:space-between;height:91%}.my-flex-spacing-form[data-v-6dd04ad1]{display:flex;flex-direction:column;row-gap:18px}.login-card[data-v-6dd04ad1]{position:relative;height:-webkit-max-content;height:-moz-max-content;height:max-content;width:95vw;padding:0 16px 34px 16px;background:#17152f;border:1px solid hsla(0,0%,100%,.2);border-radius:24px;box-shadow:0 4px 12px rgba(16,14,38,.2);-webkit-backdrop-filter:blur(60px);backdrop-filter:blur(60px)}.login-card .u-button[data-v-6dd04ad1]{min-height:3.125rem}@media screen and (min-width:415px){.login-card[data-v-6dd04ad1]{width:407px;padding:0 32px 34px 32px}}.login-card__logo[data-v-6dd04ad1]{display:flex;width:100%;justify-content:center}.login-card__logo img[data-v-6dd04ad1]{margin-top:-40px;height:86px}.login-card__heading[data-v-6dd04ad1]{line-height:41px;display:flex;flex-direction:column;row-gap:8px;margin-bottom:32px}.login-card__heading[data-v-6dd04ad1],.login-card__heading h4[data-v-6dd04ad1]{font-style:normal;font-weight:700;font-size:32px;color:#fff}.login-card__heading p[data-v-6dd04ad1]{color:#c9c9d7;font-weight:400;font-size:16px;line-height:24px;letter-spacing:-.408px}.login-card__options[data-v-6dd04ad1]{display:flex;justify-content:space-between}.login-card__options input[data-v-6dd04ad1]{margin:0}.login-card__options label[data-v-6dd04ad1]{color:#c9c9d7;font-weight:400;font-size:16px}.login-card__footer[data-v-6dd04ad1]{text-align:center;font-size:14px;color:#888694}.register-card[data-v-6dd04ad1]{margin-top:10.5vw;margin-bottom:2.5vw}@media screen and (min-width:415px){.register-card[data-v-6dd04ad1]{margin-top:0;margin-bottom:0}}.password-strength[data-v-6dd04ad1]{align-self:center;display:flex;-moz-column-gap:12px;column-gap:12px;align-items:center;justify-content:space-between;width:304px}.password-strength .color-bar[data-v-6dd04ad1]{height:4px;width:100%;background:#3b394e;border-radius:12px;position:relative;overflow:hidden}.password-strength .color-bar span[data-v-6dd04ad1]{position:absolute;top:0;left:0;width:0;height:100%;background-color:#3b394e;border-radius:12px;transition:width .3s ease-in-out}.password-strength__status[data-v-6dd04ad1]{align-self:center;display:flex;-moz-column-gap:4px;column-gap:4px}.password-strength__status img[data-v-6dd04ad1]{-o-object-fit:cover;object-fit:cover}.password-strength__status p[data-v-6dd04ad1]{font-family:Circular Std Book,sans-serif;font-size:12px;color:#fff;letter-spacing:-.084px;width:-webkit-max-content;width:-moz-max-content;width:max-content}.payout-email[data-v-6dd04ad1]{margin:-25px 20px 0 20px}.payout-email p[data-v-6dd04ad1]{font-size:16px;line-height:24px;letter-spacing:-.408px}.payout-email__heading[data-v-6dd04ad1]{display:flex;flex-direction:column;row-gap:12px;margin-bottom:40px}.payout-email__heading h4[data-v-6dd04ad1]{font-weight:600;font-size:36px;line-height:43px;letter-spacing:.404436px;color:#fff}.payout-email__heading p[data-v-6dd04ad1]{color:#c9c9d7}.payout-email__footer[data-v-6dd04ad1]{position:relative;display:flex;width:95%;margin-left:5%}.payout-email__footer svg[data-v-6dd04ad1]{top:27%}.payout-email__footer p[data-v-6dd04ad1]{color:#ffa800}.payout-email input[data-v-6dd04ad1]{margin-bottom:6px}.payout-email button[data-v-6dd04ad1]{margin-top:36px;font-size:20px}h4[data-v-3e021c70]{font-family:var(--font-family-title)}.background-color[data-v-3e021c70]{overflow:hidden;min-height:100vh;width:100%;background:linear-gradient(221.63deg,#292740,#191825 76.47%);position:relative;padding:4rem 0;display:flex;justify-content:center;align-items:center}.background-color[data-v-3e021c70]:before{content:"";position:absolute;top:0;right:0;background:radial-gradient(circle at 0,#f600f5 0,#0fa 300%);filter:blur(250px);width:60%;height:70%;-webkit-animation:x-3e021c70 13s linear infinite alternate,y-3e021c70 7s linear infinite alternate;animation:x-3e021c70 13s linear infinite alternate,y-3e021c70 7s linear infinite alternate}@-webkit-keyframes x-3e021c70{to{transform:rotate(180deg) translateX(calc(100vw - 60%))}}@keyframes x-3e021c70{to{transform:rotate(180deg) translateX(calc(100vw - 60%))}}@-webkit-keyframes y-3e021c70{to{transform:rotate(180deg) translateY(calc(100vh - 60%))}}@keyframes y-3e021c70{to{transform:rotate(180deg) translateY(calc(100vh - 60%))}}.my-flex-spacing[data-v-3e021c70]{display:flex;flex-direction:column;justify-content:space-between;height:91%}.my-flex-spacing-form[data-v-3e021c70]{display:flex;flex-direction:column;row-gap:18px}.login-card[data-v-3e021c70]{position:relative;height:-webkit-max-content;height:-moz-max-content;height:max-content;width:95vw;padding:0 16px 34px 16px;background:#17152f;border:1px solid hsla(0,0%,100%,.2);border-radius:24px;box-shadow:0 4px 12px rgba(16,14,38,.2);-webkit-backdrop-filter:blur(60px);backdrop-filter:blur(60px)}.login-card .u-button[data-v-3e021c70]{min-height:3.125rem}@media screen and (min-width:415px){.login-card[data-v-3e021c70]{width:407px;padding:0 32px 34px 32px}}.login-card__logo[data-v-3e021c70]{display:flex;width:100%;justify-content:center}.login-card__logo img[data-v-3e021c70]{margin-top:-40px;height:86px}.login-card__heading[data-v-3e021c70]{line-height:41px;display:flex;flex-direction:column;row-gap:8px;margin-bottom:32px}.login-card__heading[data-v-3e021c70],.login-card__heading h4[data-v-3e021c70]{font-style:normal;font-weight:700;font-size:32px;color:#fff}.login-card__heading p[data-v-3e021c70]{color:#c9c9d7;font-weight:400;font-size:16px;line-height:24px;letter-spacing:-.408px}.login-card__options[data-v-3e021c70]{display:flex;justify-content:space-between}.login-card__options input[data-v-3e021c70]{margin:0}.login-card__options label[data-v-3e021c70]{color:#c9c9d7;font-weight:400;font-size:16px}.login-card__footer[data-v-3e021c70]{text-align:center;font-size:14px;color:#888694}.register-card[data-v-3e021c70]{margin-top:10.5vw;margin-bottom:2.5vw}@media screen and (min-width:415px){.register-card[data-v-3e021c70]{margin-top:0;margin-bottom:0}}.password-strength[data-v-3e021c70]{align-self:center;display:flex;-moz-column-gap:12px;column-gap:12px;align-items:center;justify-content:space-between;width:304px}.password-strength .color-bar[data-v-3e021c70]{height:4px;width:100%;background:#3b394e;border-radius:12px;position:relative;overflow:hidden}.password-strength .color-bar span[data-v-3e021c70]{position:absolute;top:0;left:0;width:0;height:100%;background-color:#3b394e;border-radius:12px;transition:width .3s ease-in-out}.password-strength__status[data-v-3e021c70]{align-self:center;display:flex;-moz-column-gap:4px;column-gap:4px}.password-strength__status img[data-v-3e021c70]{-o-object-fit:cover;object-fit:cover}.password-strength__status p[data-v-3e021c70]{font-family:Circular Std Book,sans-serif;font-size:12px;color:#fff;letter-spacing:-.084px;width:-webkit-max-content;width:-moz-max-content;width:max-content}.payout-email[data-v-3e021c70]{margin:-25px 20px 0 20px}.payout-email p[data-v-3e021c70]{font-size:16px;line-height:24px;letter-spacing:-.408px}.payout-email__heading[data-v-3e021c70]{display:flex;flex-direction:column;row-gap:12px;margin-bottom:40px}.payout-email__heading h4[data-v-3e021c70]{font-weight:600;font-size:36px;line-height:43px;letter-spacing:.404436px;color:#fff}.payout-email__heading p[data-v-3e021c70]{color:#c9c9d7}.payout-email__footer[data-v-3e021c70]{position:relative;display:flex;width:95%;margin-left:5%}.payout-email__footer svg[data-v-3e021c70]{top:27%}.payout-email__footer p[data-v-3e021c70]{color:#ffa800}.payout-email input[data-v-3e021c70]{margin-bottom:6px}.payout-email button[data-v-3e021c70]{margin-top:36px;font-size:20px}.non-scoped-withdraw-wrapper .fade-enter-active,.non-scoped-withdraw-wrapper .fade-leave-active{transition:opacity .5s}.non-scoped-withdraw-wrapper .fade-enter,.non-scoped-withdraw-wrapper .fade-leave-to{opacity:0}.non-scoped-withdraw-wrapper .my-custom-checkbox{margin-bottom:24px}.non-scoped-withdraw-wrapper .my-custom-checkbox .u-checkbox__label{font-size:14px;color:#fff}.non-scoped-withdraw-wrapper .my-custom-parent{max-width:560px!important}.non-scoped-withdraw-wrapper .my-custom-parent-2{max-width:600px!important}@media only screen and (min-width:576px){.non-scoped-withdraw-wrapper .my-custom-modal{min-width:500px}}.non-scoped-withdraw-wrapper .my-custom-modal .modal-header button{z-index:1}.non-scoped-withdraw-wrapper .my-custom-modal .modal-body{padding-left:0!important;padding-right:0!important}.non-scoped-withdraw-wrapper .modal-payment-options{position:relative;display:flex;flex-direction:column;width:100%;display:block;padding:0 32px 16px 32px}.non-scoped-withdraw-wrapper .modal-payment-options__heading{display:flex;align-items:flex-end;margin-top:-37px;-moz-column-gap:8px;column-gap:8px}.non-scoped-withdraw-wrapper .modal-payment-options__heading h3{font-weight:600;font-size:28px!important;letter-spacing:.404436px;color:#fff;margin-bottom:0!important}.non-scoped-withdraw-wrapper .modal-payment-options__content{margin-top:30px;margin-bottom:15px;display:flex;flex-direction:column;row-gap:10px}.non-scoped-withdraw-wrapper .modal-payment-options__content .my-override{margin-top:0;margin-bottom:1rem}.non-scoped-withdraw-wrapper .modal-payment-options__content button{height:4rem}.non-scoped-withdraw-wrapper .modal-payment-disclaimer{position:relative;display:flex;flex-direction:column;width:100%;display:block;padding:0 32px 16px 32px}.non-scoped-withdraw-wrapper .modal-payment-disclaimer__heading{display:flex;align-items:flex-end;margin-top:-37px;-moz-column-gap:16px;column-gap:16px}.non-scoped-withdraw-wrapper .modal-payment-disclaimer__heading h3{font-weight:600;font-size:28px!important;letter-spacing:.404436px;color:#fff;margin-bottom:0!important}@media(max-width:440px){.non-scoped-withdraw-wrapper .modal-payment-disclaimer__heading h3{width:-webkit-min-content;width:-moz-min-content;width:min-content}}.non-scoped-withdraw-wrapper .modal-payment-disclaimer__heading a{font-style:normal;font-weight:400;font-size:16px;line-height:24px;color:#f600f5}.non-scoped-withdraw-wrapper .modal-payment-disclaimer__content .address{display:flex;flex-direction:column;margin-top:16px}.non-scoped-withdraw-wrapper .modal-payment-disclaimer__content .address p{color:var(--color-light-gray);word-break:break-all}.non-scoped-withdraw-wrapper .modal-payment-disclaimer__content ul{list-style-type:disc;display:flex;flex-direction:column;row-gap:15px;padding-left:17px;padding-bottom:27px;border-bottom:solid 1px var(--color-dark-gray);margin-top:16px;margin-bottom:19px}.non-scoped-withdraw-wrapper .modal-payment-disclaimer__content ul li{font-weight:400;font-size:18px;line-height:26px;letter-spacing:-.084px;color:#fff}.non-scoped-withdraw-wrapper .modal-payment-disclaimer__content ul button{font-size:20px!important}.non-scoped-withdraw-wrapper .modal-payment-options-crypto{position:relative;display:flex;flex-direction:column;width:100%;display:block;row-gap:10px}.non-scoped-withdraw-wrapper .modal-payment-options-crypto__heading{display:flex;align-items:flex-end;margin-top:-27px;margin-left:40px;width:80%}.non-scoped-withdraw-wrapper .modal-payment-options-crypto__heading h3{font-weight:600;font-size:28px!important;letter-spacing:.404436px;color:#fff;margin-bottom:0!important}.non-scoped-withdraw-wrapper .modal-payment-options-crypto__subheading{width:100%;display:flex;padding:24px 40px;margin-top:12px;margin-bottom:18px;background:#070c25}.non-scoped-withdraw-wrapper .modal-payment-options-crypto__subheading h4{font-weight:400;font-size:14px;line-height:24px;letter-spacing:1px;color:#c9c9d7}.non-scoped-withdraw-wrapper .modal-payment-options-crypto__subheading .send-column{display:flex;flex-direction:column;padding-right:28.5px;border-right:solid 1px var(--color-dark-gray)}.non-scoped-withdraw-wrapper .modal-payment-options-crypto__subheading .send-column h4{margin-bottom:7px}.non-scoped-withdraw-wrapper .modal-payment-options-crypto__subheading .send-column div{display:flex;-moz-column-gap:4px;column-gap:4px;align-items:flex-end}.non-scoped-withdraw-wrapper .modal-payment-options-crypto__subheading .send-column div svg{margin-bottom:2px}.non-scoped-withdraw-wrapper .modal-payment-options-crypto__subheading .send-column div h5{line-height:22px;font-size:24px;font-weight:500;font-family:Rajdhani;color:#fff}.non-scoped-withdraw-wrapper .modal-payment-options-crypto__subheading .send-column div p{font-style:normal;font-weight:400;font-size:14px;letter-spacing:-.084px;color:#c9c9d7;margin-bottom:0}.non-scoped-withdraw-wrapper .modal-payment-options-crypto__subheading .address-column{display:flex;flex-direction:column;margin:0 0 0 28.5px}.non-scoped-withdraw-wrapper .modal-payment-options-crypto__subheading .address-column span{display:flex;justify-content:space-between;font-weight:400;font-size:16px;line-height:24px;letter-spacing:-.408px;color:#fff}.non-scoped-withdraw-wrapper .modal-payment-options-crypto__subheading .address-column span button{font-family:SF Pro Display,sans-serif;width:-webkit-max-content;width:-moz-max-content;width:max-content;height:-webkit-min-content;height:-moz-min-content;height:min-content;padding:0;background:none;border:none;margin-bottom:5px}.non-scoped-withdraw-wrapper .modal-payment-options-crypto__subheading .address-column p{font-weight:400;font-size:14px!important;line-height:20px;letter-spacing:-.084px;color:#c9c9d7;margin-bottom:0!important;word-break:break-all}.non-scoped-withdraw-wrapper .modal-payment-options-crypto__code-disclaimer{display:flex;justify-content:space-between;-moz-column-gap:24px;column-gap:24px;margin:0 37px 24px 37px}.non-scoped-withdraw-wrapper .modal-payment-options-crypto__code-disclaimer .qr-code{width:228px}.non-scoped-withdraw-wrapper .modal-payment-options-crypto__code-disclaimer .qr-code .flex-row{display:flex;-moz-column-gap:6px;column-gap:6px;align-items:center;margin-bottom:4px}.non-scoped-withdraw-wrapper .modal-payment-options-crypto__code-disclaimer .qr-code .flex-row p{font-weight:400;font-size:18px;line-height:26px;letter-spacing:-.408px;color:#c9c9d7}.non-scoped-withdraw-wrapper .modal-payment-options-crypto__code-disclaimer .qr-code img{-o-object-fit:contain;object-fit:contain;max-width:none}.non-scoped-withdraw-wrapper .modal-payment-options-crypto__code-disclaimer .disclaimer{display:flex;flex-direction:column}.non-scoped-withdraw-wrapper .modal-payment-options-crypto__code-disclaimer .disclaimer span{display:flex;align-items:center;font-weight:400;font-size:14px;line-height:24px;letter-spacing:1px;color:#c9c9d7;margin-bottom:12px}.non-scoped-withdraw-wrapper .modal-payment-options-crypto__code-disclaimer .disclaimer ul{list-style-type:disc;padding-left:17px;display:flex;flex-direction:column;row-gap:15px}.non-scoped-withdraw-wrapper .modal-payment-options-crypto__code-disclaimer .disclaimer ul li{font-weight:400;font-size:14px;line-height:18px;letter-spacing:-.084px;color:#c9c9d7}.non-scoped-withdraw-wrapper .paypal-font-size{font-size:calc(var(--font-size-button)*1.5)!important}.non-scoped-withdraw-wrapper .paypal-font-size svg{margin-left:15px}.non-scoped-withdraw-wrapper .custom-font-size{font-size:20px}.non-scoped-withdraw-wrapper .my-usdt-spacing svg{margin-right:.75rem!important;margin-left:-10px}.non-scoped-withdraw-wrapper .my-usdc-spacing svg{margin-right:.75rem!important;margin-left:-6px}.non-scoped-withdraw-wrapper .my-sol-spacing svg{margin-right:.8rem!important;margin-left:-23px}.non-scoped-withdraw-wrapper .diabled-descriptor{color:var(--color-warning);margin-top:-20px}.alert-modal-content{min-height:rem(425);.modal-body{display:flex;align-items:flex-end;justify-content:center;padding-bottom:rem(42);padding-left:rem(12);padding-right:rem(12);h3{font-weight:600;font-size:rem(28)}h3,p{margin-bottom:rem(16)}p{font-size:rem(20);color:var(--color-light-gray)}}}.transaction-page{width:100%;height:100%;max-width:rem(1113);padding:2em 0;min-height:calc(100vh - var(--navbar-height-mob));display:flex;flex-direction:column;justify-content:center;@include mq(tablet-wide){min-height:calc(100vh - var(--navbar-height))}&__heading{font-size:rem(36);margin-bottom:rem(10)}&__heading,&__sub-heading{letter-spacing:var(--letter-spacing-heading)}&__sub-heading{font-size:rem(20);color:var(--color-light-gray);font-weight:400;margin-bottom:rem(32)}}.transaction{display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap;&__form{@include mq(tablet){width:calc(50% - rem(36))}}&__calc,&__form{width:100%;max-width:rem(520)}&__calc{margin-top:rem(20);@include mq(tablet){width:calc(50% - rem(36));margin-top:0}}&__input{.u-input{&:before{font-family:var(--font-family-title);content:"$";position:absolute;opacity:0;font-size:rem(32);z-index:3;top:rem(48);left:rem(20)}}.u-input.active:before{opacity:1}.u-input.active .u-input__label{font-size:rem(14);top:rem(22);color:var(--color-mid-gray)}.u-input__input{font-family:var(--font-family-title);height:rem(96);font-size:rem(32);font-weight:500;letter-spacing:var(--letter-spacing-heading);padding-left:rem(37)!important}&--withdraw{position:relative;.u-input{&:before{content:"";background-image:url(/web/20220507155451im_/https://ultimatearcade.io/img/Coin.45f584a6.png);width:rem(35);height:rem(35);background-size:cover;background-position:50%;top:rem(35)}}.u-input__input{padding-left:rem(53)!important}&-btn{position:absolute;top:rem(36);right:rem(12);z-index:10}}}&__divider{text-align:center;padding:rem(12) 0;font-size:rem(48);width:100%;@include mq(tablet){width:auto}}&__tokens{width:100%;height:rem(96);background-color:var(--color-dark-gray);border-radius:rem(12);padding:rem(16) rem(24);margin-bottom:rem(28);&-label{font-size:rem(14);color:var(--color-mid-gray);text-transform:uppercase;display:inline-block;margin-bottom:rem(7)}&-value{font-family:var(--font-family-title);display:flex;font-size:rem(32);align-items:center;img{width:rem(48);margin-right:rem(3);margin-top:rem(-8)}span{display:inline-block}}}&__button{transition:opacity .3s ease-in-out;margin-top:rem(60);position:relative;height:rem(64);cursor:pointer;svg{margin-right:rem(12)!important}&:hover{.u-button{transform:scale(1.05)}}.click-blocker{width:100%;height:100%;z-index:10;cursor:not-allowed}.click-blocker,.u-button{position:absolute;top:0;left:0}.u-button{z-index:1;text-transform:uppercase;font-size:rem(20);min-height:rem(64)}#paypal-button-container{position:absolute;top:0;left:0;opacity:.0001!important;z-index:5;width:100%;height:rem(64)}}&__summary{border-radius:rem(12);border:1px solid var(--color-dark-gray);background-color:var(--color-black-void);overflow:hidden;&-head{padding:rem(16) rem(24) rem(9);border-bottom:1px solid var(--color-dark-gray);text-transform:uppercase;font-size:rem(14);color:var(--color-light-gray)}&-list{padding:rem(12) 0}&-item{padding:rem(10) rem(24);margin-bottom:rem(10);&-top{display:flex;align-items:center;justify-content:space-between}&-bottom{color:var(--color-mid-gray);font-size:rem(12);margin-top:rem(4)}&-bottom,&-label{letter-spacing:-.084px}&-label{font-size:rem(14);margin-right:rem(10);position:relative}&-info{position:absolute;left:-4px;top:50%;transform:translate(-100%,-50%)}&-value{font-family:var(--font-family-title);font-size:rem(16);font-weight:500;letter-spacing:var(--letter-spacing-heading);display:inline-block;margin-left:rem(10);text-align:right}&-divider{flex:1;height:1px;border-bottom:1px dashed var(--color-dark-gray);margin:0 rem(5)}}&-info{display:flex;align-items:center;justify-content:space-between;padding:rem(11) rem(24);background-color:hsla(0,0%,100%,.1);&-label{font-size:rem(12);margin-right:rem(10);letter-spacing:-.084px;position:relative;color:var(--color-light-gray)}&-info{position:absolute;left:-4px;top:50%;transform:translate(-100%,-50%)}&-value{font-size:rem(12);font-weight:500;letter-spacing:var(--letter-spacing-heading);display:inline-block;margin-left:rem(10);text-align:right;color:var(--color-light-gray)}}&-total{border-top:1px solid var(--color-dark-gray);background-color:var(--card-bg-color);flex-direction:column;padding:rem(16) rem(24);&-value{font-family:var(--font-family-title);font-size:rem(24);font-weight:500;letter-spacing:var(--letter-spacing-heading);margin-bottom:rem(10);line-height:1;img{width:rem(28);margin-right:rem(2);position:relative;top:rem(-3)}}&-label{text-transform:uppercase;font-size:rem(14)}}}}.transaction__payout-address p{font-size:12px;line-height:18px;color:#888694;letter-spacing:-.084px;margin-top:-128px}@media only screen and (min-width:767px)and (max-width:991px){.transaction__payout-address p{margin-top:-118px}}.link-cursor{cursor:pointer}.withdraw-holds{display:flex;flex-direction:column;margin-top:30px;border-radius:12px;background-color:hsla(0,0%,100%,.1);padding:12px}.withdraw-holds,.withdraw-holds__holds{height:-webkit-max-content;height:-moz-max-content;height:max-content}.withdraw-holds__holds{max-height:15.75rem;overflow-y:auto;border-radius:.75rem;padding:0 .75rem;margin-bottom:.75rem}.withdraw-holds__holds--empty-state{color:var(--color-light-gray);font-size:1rem;letter-spacing:-.408px;text-align:center;padding:10px 0}.withdraw-holds__holds .holds-card{display:flex;background-color:#1f1d30;border-radius:.375rem}.withdraw-holds__holds .holds-card__icon{width:4.4375rem;height:4.5rem;border-top-left-radius:.375rem;border-bottom-left-radius:.375rem;background-color:#3b394e;display:flex;align-items:center;justify-content:center}.withdraw-holds__holds .holds-card__content{display:flex;flex-direction:column;align-self:center;padding-left:.5rem;flex:1}.withdraw-holds__holds .holds-card__content-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:.375rem;color:var(--color-light-gray);font-size:1rem;letter-spacing:-.408px}.withdraw-holds__holds .holds-card__content-bottom{color:var(--color-mid-gray);font-size:.75rem;letter-spacing:-.084px}.withdraw-holds__holds .holds-card+.holds-card{margin-top:1.125rem}.withdraw-holds__footer{display:flex;padding-left:12px;padding-top:12px;border-top:1px solid var(--color-dark-gray);color:#c9c9d7}.overflow-background-hidden{height:calc(100vh - var(--navbar-height))!important;overflow:hidden!important}@media only screen and (min-width:1024px){.transaction-page{min-height:calc(100vh - var(--navbar-height))}}.modal-background-mask{position:absolute;left:0;top:0;height:calc(100vh - var(--navbar-height-mob));width:100%;background-color:rgba(25,24,37,.95);z-index:11;padding:.75rem;display:flex;align-items:center;justify-content:center}@media only screen and (min-width:1024px){.modal-background-mask{height:calc(100vh - var(--navbar-height))}}.transaction-card{display:flex}.transaction-card__icon{width:2rem;height:2rem;margin-right:.5rem;border-radius:.375rem;background-color:#1f1d30;display:flex;align-items:center;justify-content:center}.transaction-card__content{display:flex;flex-direction:column;justify-content:space-between;padding-bottom:.5rem;flex:1;border-bottom:1px solid var(--color-dark-gray)}.transaction-card__content-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:.25rem;color:var(--color-light-gray);font-size:1rem;letter-spacing:-.408px}.transaction-card__content-bottom{color:var(--color-mid-gray);font-size:.75rem;letter-spacing:-.084px}.transaction-card:last-child .transaction-card__content{border-bottom:none;padding-bottom:0}.transaction-card--card{border-radius:.75rem;overflow:hidden;background:#1f1d30;padding:.875rem .875rem;height:4.5rem}.transaction-card--card .transaction-card__icon{width:auto;height:auto;align-items:flex-start}.transaction-card+.transaction-card{margin-top:.5rem}.username-modal .modal-title{font-size:1.5rem;font-weight:600}@media only screen and (min-width:1024px){.username-modal .modal-title{font-size:2.25rem}}@media only screen and (min-width:1024px){.username-modal .u-input__input{min-height:5rem}.username-modal .u-input.active .u-input__label{top:22px}.username-modal .u-input__input:not(:-moz-placeholder-shown)~label{top:22px}.username-modal .u-input__input:not(:-ms-input-placeholder)~label{top:22px}.username-modal .u-input__input:focus~label,.username-modal .u-input__input:not(:placeholder-shown)~label{top:22px}.username-modal .u-input__icon--focused{bottom:10px}.username-modal__submit{min-height:4rem;font-size:1.25rem}}.two-auth{border:1px solid var(--color-dark-gray);background-color:var(--color-purple);box-shadow:0 12px 24px rgba(0,0,0,.25);border-radius:.75rem;padding:.8rem 1.75rem;height:-webkit-max-content;height:-moz-max-content;height:max-content}.two-auth--plain{border:none;background-color:transparent;padding:0;box-shadow:none;border-radius:0}.two-auth p{color:#c9c9d7;font-weight:400;font-size:16px;line-height:24px;letter-spacing:-.408px}.two-auth__heading{display:flex;flex-direction:column;row-gap:12px;max-width:18rem}.two-auth__heading h4{font-weight:600;font-size:36px;line-height:43px;letter-spacing:.404436px;color:#fff;font-family:var(--font-family-title)}.two-auth__form--one-button{min-height:215px;display:flex;flex-direction:column;align-content:center;row-gap:20px}.two-auth__form--one-button p{margin-top:5px}.two-auth__form--one-button button{margin:0;margin-bottom:0!important}.two-auth__form--two-button{min-height:215px;display:flex;flex-direction:column}.two-auth__form--two-button .form-spacing{display:flex;flex-direction:column;align-content:center;row-gap:20px}.two-auth__form--two-button .form-spacing p{margin-top:5px}.two-auth__form--two-button .form-spacing button{margin:0;margin-bottom:0!important}.two-auth__form--two-button .disabled-state{opacity:.7}.two-auth__footer{position:relative;display:flex;width:95%;margin-left:5%}.two-auth__footer svg{top:27%}.two-auth__footer p{color:#ffa800}.phone-verification .modal-dialog{max-width:32.5rem}.crypto-modal .modal-dialog{max-width:35rem}.two-auth__heading{max-width:unset}.streamer-confirm .modal-title{font-weight:600}.streamer-confirm p{color:var(--color-light-gray);line-height:24px}.streamer-confirm .modal-dialog{max-width:35rem}.streamer-confirm .modal-body{padding-bottom:1.5rem}@media only screen and (min-width:1024px){.streamer-confirm .modal-body .u-button{height:4rem;font-size:1.25rem}}.match-height>[class*=col]{display:flex;flex-flow:column}.match-height>[class*=col]>.p-card{flex:1 1 auto}.profile{max-width:68.75rem;margin:0 auto;padding-top:8.375rem}@media only screen and (max-width:1023px){.profile{padding-top:3.125rem}}.profile__top{padding-bottom:.3125rem;border-bottom:1px solid var(--color-dark-gray);display:flex;justify-content:space-between;align-items:center;gap:.75rem}.profile__title{font-weight:700;font-size:4rem}@media only screen and (max-width:767px){.profile__title{font-size:3rem}}@media only screen and (max-width:399px){.profile__title{font-size:2.375rem}}.profile__content{padding-top:2.25rem}.p-card{background-color:var(--color-black-void);padding:1.25rem;border-radius:.75rem;margin-bottom:.8125rem}.username-card{position:relative;display:flex;padding-top:2.5rem;gap:1rem;margin-bottom:1.75rem}.username-card__btn{position:absolute;border-top-right-radius:12px;border-bottom-left-radius:12px;top:0;right:0;line-height:1;padding:.5625rem 1.5rem;display:flex;align-items:center;gap:5px;background-color:#242642}.username-card__img{width:4rem}.username-card__content{flex:1}.username-card__name{padding-top:.3125rem;font-size:1.5rem;font-weight:600;margin-bottom:.25rem}.username-card__bottom{margin-top:.625rem;padding-top:1rem;border-top:1px solid var(--color-dark-gray);font-size:.75rem;display:flex;justify-content:space-between}.stats-card{display:flex;gap:.75rem}.stats-card__icon{width:3rem;height:3rem;border-radius:.75rem;background-color:var(--color-dark-gray);display:flex;justify-content:center;align-items:center}.stats-card__value{font-size:2rem;font-weight:500;font-family:var(--font-family-title);margin-bottom:.9375rem}.stats-card__label{text-transform:uppercase;font-size:1.125rem;letter-spacing:-.408px}.info-card,.stats-card__label{color:var(--color-mid-gray)}.info-card__label{text-transform:uppercase;margin-bottom:.5625rem;font-size:.75rem}.info-card__value{display:flex;align-items:center;gap:.5rem;line-height:1}.info-button,.info-card__value{font-size:1.125rem;font-family:var(--font-family-title)}.info-button{border:1px solid var(--color-mid-gray);background-color:#242642}.info-button__right{transition:transform .3s ease-in-out}.info-button:hover .info-button__right{transform:translateX(.5rem)}.info-button:disabled{opacity:.6;pointer-events:none}.trasaction-card__streamer-icon{width:3.875rem;height:3.875rem;background:#1f1d30;border-radius:.75rem;margin:0 auto 1rem;display:flex;align-items:center;justify-content:center}.trasaction-card__streamer-text{color:var(--color-light-gray)}.marketing-card{background-color:#1c1f2e;border-radius:1.5rem;overflow:hidden;padding:1.25rem;padding-left:4.1875rem;position:relative;margin-bottom:1.5rem}@media only screen and (min-width:1024px){.marketing-card{padding:1.125rem;padding-left:1.125rem;padding-top:7.875rem;padding-bottom:2.9375rem}}.marketing-card__icon{position:absolute}.marketing-card__icon--lg{top:-.9375rem;left:-1.25rem;width:5.25rem;height:5.25rem}@media only screen and (min-width:1024px){.marketing-card__icon--lg{top:-3.75rem;left:-3.75rem;width:10.9375rem;height:10.9375rem}}.marketing-card__icon--sm{width:1.5rem;height:1.5rem;top:.8125rem;right:1.25rem}@media only screen and (min-width:1024px){.marketing-card__icon--sm{width:1.8125rem;height:1.8125rem}}.marketing-card--green .marketing-card__icon{fill:#03fdab}.marketing-card--yellow .marketing-card__icon{fill:#fff8bb}.marketing-card--blue .marketing-card__icon{fill:#5382ff}.marketing-card--purple .marketing-card__icon{fill:#a42686}.marketing-card__index{position:absolute;top:1.25rem;left:1.25rem;font-size:1.75rem;font-weight:800;color:#17152f;z-index:1;letter-spacing:-.68248px}@media only screen and (min-width:1024px){.marketing-card__index{font-size:3.5rem;top:1.5625rem}}.marketing-card__text{letter-spacing:-.408px}@media only screen and (min-width:1024px){.marketing-card__text{font-size:1.25rem;line-height:1.8125rem}}.marketing-card__title{font-weight:700;font-size:1.5rem;line-height:2.125rem;color:#fff;text-shadow:0 4px 4px rgba(0,0,0,.25);margin-bottom:.5625rem}@media only screen and (min-width:1024px){.marketing-card__title{margin-bottom:1rem}}.marketing-card__description{line-height:1.5rem;color:var(--color-light-gray)}.referral{padding-top:2.125rem;padding-bottom:3.125rem}@media only screen and (min-width:1024px){.referral{padding-top:3.125rem;padding-bottom:6.25rem}}.referral__head{position:relative;padding-bottom:1.75rem;margin-bottom:1.25rem}.referral__head-img--lg{display:none}.referral__head-img--sm{max-width:5.3125rem;position:absolute;top:30%;right:0}@media only screen and (min-width:1024px){.referral__head{display:flex;justify-content:space-between;max-width:64rem}.referral__head-img--lg{display:block;max-width:20.2975rem;-o-object-fit:contain;object-fit:contain}.referral__head-img--sm{display:none}.referral__head-content{padding-top:1.25rem;max-width:32.8125rem}}.referral__card-list-divider{display:none}@media only screen and (min-width:1024px){.referral__card-list{display:flex;justify-content:space-between}.referral__card-list-item{width:100%;margin-bottom:0}.referral__card-list-divider{display:flex;align-items:center}.referral__card-list-divider svg{width:2.25rem!important;height:2.25rem!important;flex-shrink:0;stroke:var(--color-dark-gray)}}.referral__title{position:relative;font-weight:900;font-size:2.25rem;margin-bottom:1.3125rem}.referral__title-text{position:relative;z-index:4}.referral__title-shadow{padding:0 5px;position:absolute;top:4px;left:-10px;color:#000;z-index:1;background:linear-gradient(90deg,#f600f5 -4%,#0fa 55.06%,#f600f5 120.65%,#0fa 200%);text-shadow:0 0 15px rgba(0,255,170,.4588235294);background-size:cover;-webkit-background-clip:text;background-clip:text;-webkit-text-stroke:3px transparent}@media only screen and (min-width:1024px){.referral__title{font-size:4rem}}.referral__text{font-size:.875rem;line-height:1.25rem;color:var(--color-light-gray)}@media only screen and (min-width:1024px){.referral__text{font-size:1.5rem;line-height:1.8125rem;color:#fff}}.referral__text+.referral__text{margin-top:.5rem}@media only screen and (min-width:1024px){.referral__text+.referral__text{margin-top:.875rem}}.referral__content-title{font-size:1.125rem;color:var(--color-light-gray);padding-bottom:.8125rem;border-bottom:1px solid var(--color-dark-gray);margin-bottom:1.4375rem}@media only screen and (min-width:1024px){.referral__content-title{font-size:1.375rem;margin-bottom:2.9375rem}}.referral__buttom{color:var(--color-light-gray);text-align:center;font-size:1.125rem;position:relative}.referral__buttom-arrow{display:none}@media only screen and (min-width:1024px){.referral__buttom{font-size:1.5rem;margin-top:1rem}.referral__buttom-arrow{display:block;position:absolute;top:0;left:50%;transform:translateX(-50%);width:80%;height:auto}}.referral__code{background-color:var(--color-dark-gray);border-radius:.75rem;border:1px solid var(--color-mid-gray);padding:1.0625rem 1rem 1.1875rem;margin-top:2.5rem}.referral__code-label{font-size:.75rem;color:var(--color-light-gray);margin-bottom:.375rem}.referral__code-content{display:flex;align-items:center;justify-content:space-between;font-size:.875rem}.referral__code-text{max-width:75%;overflow:hidden;text-overflow:ellipsis}.referral__code-copy{display:flex;align-items:center;gap:2px}.affiliate .affiliate-header-background{position:absolute;background-image:url(/web/20220507155451im_/https://ultimatearcade.io/img/affiliate-mobile.f729c9c0.png);background-repeat:no-repeat;background-position:50%;background-size:446.11px 365.79px;width:108vw;height:365.79px}@media only screen and (min-width:768px){.affiliate .affiliate-header-background{display:none}}.affiliate .affiliate-header-background-wide{position:absolute;width:100vw;height:365.79px;display:none;padding:0 30px;margin-top:9px}@media only screen and (min-width:768px){.affiliate .affiliate-header-background-wide{display:flex;justify-content:space-between}}@media only screen and (min-width:1024px){.affiliate .affiliate-header-background-wide{width:100vw;margin-top:100px;padding:0 18px}}@media only screen and (min-width:1103px){.affiliate .affiliate-header-background-wide{justify-content:center;width:100vw;-moz-column-gap:795px;column-gap:795px;padding:0}}.affiliate .affiliate-header-background-wide .left-image{background-image:url(/web/20220507155451im_/https://ultimatearcade.io/img/affiliate-web-left.80836ee8.png);background-repeat:no-repeat;background-position:50%;background-size:107.6px 175px;width:146.45px;height:175px;margin-top:38px}@media only screen and (min-width:1024px){.affiliate .affiliate-header-background-wide .left-image{background-size:146.45px 238.17px;height:238.17px}}.affiliate .affiliate-header-background-wide .right-image{background-image:url(/web/20220507155451im_/https://ultimatearcade.io/img/affiliate-web-right.b5c05a4f.png);background-repeat:no-repeat;background-position:50%;background-size:contain;width:113.47px;height:156.31px}@media only screen and (min-width:1024px){.affiliate .affiliate-header-background-wide .right-image{width:186.45px;height:212.76px}}.affiliate .affiliate-container{display:flex;flex-direction:column;margin:auto;max-width:554px}@media only screen and (min-width:1024px){.affiliate .affiliate-container{max-width:868px;row-gap:147px}}.affiliate .affiliate-container .referral__head{max-width:630px;align-self:center;padding-bottom:7.21px;margin-bottom:0}.affiliate .affiliate-container .referral__head-content{display:flex;flex-direction:column;align-items:center;row-gap:12px;max-width:630px;margin-top:28px;margin-bottom:99.79px}@media only screen and (min-width:1024px){.affiliate .affiliate-container .referral__head-content{margin-top:123px;margin-bottom:0;row-gap:16px}}.affiliate .affiliate-container .referral__head-content .text-align-center{text-align:center}.affiliate .affiliate-container .referral__head .referral__title{margin-bottom:0}.affiliate .affiliate-container .referral__head .referral__text{font-weight:400;font-size:16px;line-height:24px;color:#fff;margin-top:0}@media only screen and (min-width:1024px){.affiliate .affiliate-container .referral__head .referral__text{font-weight:600;font-size:24px;line-height:29px}}.affiliate .affiliate-container .referral__head .style-override{text-align:center;font-weight:400;font-size:14px;line-height:20px;color:#c9c9d7;max-width:405px}@media only screen and (min-width:1024px){.affiliate .affiliate-container .referral__head .style-override{max-width:100%;font-weight:400;font-size:18px;line-height:26px}}.affiliate .affiliate-container .marketing-card__content{display:flex;flex-direction:column;row-gap:8px}@media only screen and (min-width:1024px){.affiliate .affiliate-container .marketing-card__content{row-gap:28px}}.affiliate .affiliate-container .referral__content-title{padding-bottom:7.5px}.affiliate .affiliate-container .referral__card-list--gap{-moz-column-gap:50px;column-gap:50px}.affiliate .affiliate-container .referral__card-list{margin-bottom:50px}.affiliate .affiliate-container .referral__apply{text-align:center;width:100%;margin-bottom:50px}.affiliate .affiliate-container .referral__apply button{width:90%}@media screen and (min-width:768px){.affiliate .affiliate-container .referral__apply button{width:50%}}.affiliate .affiliate-container .community-perks{display:flex;flex-wrap:wrap;justify-content:space-between;row-gap:18px}@media only screen and (min-width:1024px){.affiliate .affiliate-container .community-perks{margin-bottom:33px;row-gap:28px}}.affiliate .affiliate-container .community-perks .card-width--thin{width:47%}@media only screen and (min-width:1024px){.affiliate .affiliate-container .community-perks .card-width--thin{width:30%}}.affiliate .affiliate-container .community-perks .card-width--mid{width:48%}.affiliate .affiliate-container .community-perks .card-width--wide{width:100%}@media only screen and (min-width:1024px){.affiliate .affiliate-container .community-perks .card-width--wide{width:66%}}@media only screen and (min-width:1024px){.affiliate .affiliate-container .community-perks .card-order--first{order:-2}}@media only screen and (min-width:1024px){.affiliate .affiliate-container .community-perks .card-order--second{order:-1}}.affiliate .affiliate-container .community-perks__card{height:139px;border-radius:24px;padding:18px 17px;display:flex;align-items:flex-end;background:#1c1f2e}@media only screen and (min-width:1024px){.affiliate .affiliate-container .community-perks__card{height:201px;padding:24px}}.affiliate .affiliate-container .community-perks__card-title{font-weight:400;font-size:16px;line-height:24px;letter-spacing:-.408px;color:#fff}@media only screen and (min-width:1024px){.affiliate .affiliate-container .community-perks__card-title{font-weight:700;font-size:24px;line-height:34px}}.affiliate .affiliate-container .community-perks .text-wrap{max-width:296px}@media only screen and (min-width:1024px){.affiliate .affiliate-container .community-perks .text-wrap{max-width:475px}}.affiliate .affiliate-container .community-perks .text-center{align-items:center;justify-content:center}.affiliate .affiliate-container .card-background{background-position:50%;overflow:hidden;background-repeat:no-repeat;background-size:cover}@media only screen and (min-width:480px){.affiliate .affiliate-container .card-background{background-position:50% 27%}}@media only screen and (min-width:1024px){.affiliate .affiliate-container .card-background{background-position:50%}}.affiliate .affiliate-container .card-background--stars{background-image:url(/web/20220507155451im_/https://ultimatearcade.io/img/starsBGMobile.85692dc9.png)}@media only screen and (min-width:1024px){.affiliate .affiliate-container .card-background--stars{background-image:url(/web/20220507155451im_/https://ultimatearcade.io/img/starsBG.9fd50a72.png)}}.affiliate .affiliate-container .card-background--twitch{background-image:url(/web/20220507155451im_/https://ultimatearcade.io/img/twitchBGMobile.c8988d9a.png)}@media only screen and (min-width:1024px){.affiliate .affiliate-container .card-background--twitch{background-image:url(/web/20220507155451im_/https://ultimatearcade.io/img/twitchBG.c8f070df.png)}}.affiliate .affiliate-container .card-background--mountains{background-image:url(/web/20220507155451im_/https://ultimatearcade.io/img/mountainsBGMobile.9e5ef63a.png)}@media only screen and (min-width:1024px){.affiliate .affiliate-container .card-background--mountains{background-image:url(/web/20220507155451im_/https://ultimatearcade.io/img/mountainsBG.fedb910e.png)}}.affiliate .affiliate-container .card-background--trophy{background-image:url(/web/20220507155451im_/https://ultimatearcade.io/img/trophyBGMobile.8efd7150.png)}@media only screen and (min-width:1024px){.affiliate .affiliate-container .card-background--trophy{background-image:url(/web/20220507155451im_/https://ultimatearcade.io/img/trophyBG.7ace87d2.png)}}.affiliate .affiliate-container .card-background--money{background-image:url(/web/20220507155451im_/https://ultimatearcade.io/img/moneyBagBGMobile.1644742e.png)}@media only screen and (min-width:1024px){.affiliate .affiliate-container .card-background--money{background-image:url(/web/20220507155451im_/https://ultimatearcade.io/img/moneyBagBG.5cc2dee2.png)}}.default-container,.history-card{overflow:hidden}.history-card{display:flex;width:100%;border-radius:.75rem;background:#1f1d30;height:4.5rem}.history-card__img{width:5.375rem}.history-card__img img{-o-object-fit:cover;object-fit:cover;height:100%;width:100%}.history-card__content{border-left:2px solid var(--color-dark-gray);padding:.75rem .875rem;width:calc(100% - 5.375rem)}.history-card__content-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:.25rem}.history-card__content-top h5{font-size:1.125rem;letter-spacing:-.408px}.history-card__content-bottom{color:var(--color-mid-gray);font-size:.75rem;white-space:nowrap}@media only screen and (max-width:767px){.history-card__content-top{margin-bottom:.5rem}.history-card__content-top h5{font-size:1rem}}.history-card__tokens{font-family:var(--font-family-title);padding-left:2.3125rem;color:var(--color-light-gray);letter-spacing:-.408px;font-size:1.25rem;font-weight:600;position:relative;margin-left:.5rem}.history-card__tokens img{position:absolute;top:-6px;left:0;width:2.1875rem}@media only screen and (max-width:767px){.history-card__tokens{font-size:1.125rem;padding-left:1.375rem}.history-card__tokens img{width:1.25rem;top:0}}.history-card+.history-card{margin-top:.75rem}.profile-card{display:flex;background-color:#070c25;border:1px solid var(--color-mid-gray);border-radius:.75rem;height:3.25rem}.profile-card__info{padding:0 .5rem;display:flex;flex-direction:column;justify-content:space-around;font-family:var(--font-family-title);min-width:5rem}.profile-card__info--top{display:flex;align-items:center;font-weight:600}.profile-card__info--top img{width:25px;margin-top:-6px}.profile-card__info--bottom{font-size:.75rem;display:flex;gap:.25rem}.profile-card__info--bottom svg{display:none}.profile-card__button{background:#242642;border-left:1px solid var(--color-mid-gray);border-radius:12px;border-top-left-radius:0;border-bottom-left-radius:0;width:3.125rem;display:flex;align-items:center;justify-content:center;transition:transform .3s ease-in-out}.profile-card__button img{max-width:2.75rem;max-height:80%}.profile-card__button svg{width:2rem!important;height:2rem!important}@media only screen and (min-width:1024px){.profile-card{height:4.5rem}.profile-card__button{width:4.5rem}.profile-card__button svg{width:3rem!important;height:3rem!important}.profile-card__info--top{padding-bottom:.3125rem;border-bottom:1px solid var(--color-dark-gray)}.profile-card__info--bottom{padding-top:.3125rem;font-size:.875rem}.profile-card__info--bottom svg{display:inline-block}}.profile-modal.modal{z-index:1200}@media only screen and (max-width:559px){.profile-modal.modal.fade .modal-dialog{transform:translateY(50px)}}@media only screen and (max-width:559px){.profile-modal.modal.show .modal-dialog{transform:none}}.profile-modal__dialog.modal-dialog{position:absolute;width:29.25rem}@media screen and (max-width:768px){.profile-modal__dialog.modal-dialog{width:90%}}@media only screen and (max-width:559px){.profile-modal__dialog.modal-dialog{width:100%;right:0!important;margin:0}}.profile-modal .modal-content{border:1px solid var(--color-mid-gray)}@media only screen and (max-width:559px){.profile-modal .modal-content{border:none;border-bottom-left-radius:0;border-bottom-right-radius:0;box-shadow:none}}.profile-modal .modal-header{display:block;padding-bottom:.3125rem;width:100%}@media only screen and (max-width:767px){.profile-modal .modal-header{padding-left:1rem;padding-right:1rem}}@media only screen and (max-width:559px){.profile-modal .modal-header{background-color:var(--color-black-void)}}.profile-modal__header{display:flex;flex-direction:column}.profile-modal__header--top{display:flex}.profile-modal__header--right{display:flex;flex-direction:column;margin-bottom:5px;flex:1}.profile-modal__header-info-label{display:flex}.profile-modal__header-info-label svg{width:14px!important;height:14px!important}.profile-modal__header--bottom{position:relative;display:flex;justify-content:space-between;width:100%}@media only screen and (max-width:767px){.profile-modal__header--bottom{flex-wrap:wrap}}.profile-modal__header img{margin-right:1.25rem;width:3.125rem;align-self:center}@media only screen and (max-width:767px){.profile-modal__header img{width:2.5rem;margin-right:1rem}}.profile-modal__header-id,.profile-modal__header-title{margin-bottom:.3125rem}.profile-modal__header h3{font-size:1.5rem;font-weight:700;letter-spacing:.404436px}.profile-modal__header h3 button{font-size:1rem}@media only screen and (max-width:767px){.profile-modal__header h3{font-size:1.25rem}}.profile-modal__header-button{font-size:1rem}@media only screen and (max-width:767px){.profile-modal__header-button{font-size:.875rem}.profile-modal__header-button svg{width:.875rem!important;height:.875rem!important}}.profile-modal__header p{color:var(--color-light-gray);line-height:1.5rem}.profile-modal__header-info-text{white-space:nowrap;font-size:.875rem}@media only screen and (max-width:767px){.profile-modal__header-info-text{font-size:.75rem}}@media only screen and (max-width:559px){.profile-modal__header{border-bottom:1px solid var(--color-dark-gray)}}.profile-modal__body.modal-body{background-color:var(--color-black-void);padding-top:1.75rem;padding-bottom:1.75rem;max-height:calc(100vh - 31.25rem);overflow-y:auto}@media only screen and (max-width:767px){.profile-modal__body.modal-body{padding-left:1rem;padding-right:1rem}}@media only screen and (max-width:559px){.profile-modal__body.modal-body{max-height:calc(100vh - 25rem);padding-top:1.25rem;padding-bottom:1.25rem}}.profile-modal__label{margin-bottom:.875rem;font-size:1.125rem;letter-spacing:-.408px;display:flex;align-items:center;justify-content:space-between}.profile-modal__label button{font-size:1rem}.profile-modal__history{margin-bottom:1.75rem}.profile-modal__history-stacked{display:none}@media only screen and (min-width:560px){.profile-modal__history-stacked{display:block}}.profile-modal__history-swiper .swiper-slide{width:18.75rem}@media only screen and (min-width:560px){.profile-modal__history-swiper{display:none}}.profile-modal__transactions-stacked{display:none}@media only screen and (min-width:560px){.profile-modal__transactions-stacked{display:block}}.profile-modal__transactions-swiper .swiper-slide{width:18.75rem}@media only screen and (min-width:560px){.profile-modal__transactions-swiper{display:none}}.profile-modal__footer.modal-footer{padding-top:.9375rem;padding-left:5rem;flex-direction:column}@media only screen and (max-width:767px){.profile-modal__footer.modal-footer{padding-left:1rem}}@media only screen and (max-width:559px){.profile-modal__footer.modal-footer{background-color:var(--color-black-void);padding-top:0;border-bottom-left-radius:0;border-bottom-right-radius:0}}.profile-modal__footer.modal-footer>*{margin:0}.profile-modal__footer{font-family:var(--font-family-title)}.profile-modal__footer-content{width:100%;padding-bottom:.625rem;border-bottom:1px solid var(--color-dark-gray)}.profile-modal__footer-content h6{font-size:.875rem;color:var(--color-mid-gray);letter-spacing:1px;margin-bottom:.5rem;text-transform:uppercase}@media only screen and (max-width:559px){.profile-modal__footer-content{border-top:1px solid var(--color-dark-gray);border-bottom:none;padding-top:.9375rem}}.profile-modal__footer-tokens{position:relative;display:flex}.profile-modal__footer-tokens h3{font-size:2rem;font-weight:500;letter-spacing:var(--letter-spacing-heading);line-height:1}.profile-modal__footer-tokens span{font-size:1.5rem;color:var(--color-light-gray);padding-left:.5rem;font-weight:500;letter-spacing:var(--letter-spacing-heading);line-height:1.4}.profile-modal__footer-tokens img{position:absolute;top:-.75rem;left:-.125rem;transform:translateX(-100%);width:3.125rem}@media only screen and (max-width:767px){.profile-modal__footer-tokens{padding-left:3.125rem}.profile-modal__footer-tokens img{transform:none;left:0}}@media only screen and (max-width:767px){.profile-modal__footer h6{padding-left:3.125rem}}.profile-modal__footer-btns{width:100%;display:flex;justify-content:space-between;padding-top:.625rem}.profile-modal__footer-btns>*{width:calc(50% - .625rem)}@media only screen and (max-width:559px){.profile-modal__footer-btns{padding-top:0}}@media screen and (max-width:900px)and (max-height:640px){.profile-modal__dialog.modal-dialog{min-width:calc(100% - 1rem);margin:.5rem;margin-top:5px}.profile-modal .modal-content{height:calc(100vh - var(--navbar-height-mob))}.profile-modal__body.modal-body{height:calc(100vh - 31.25rem);max-height:643px;padding-top:.5rem;padding-bottom:.5rem}.profile-modal__header--right{margin-bottom:0}.profile-modal .modal-header{padding-top:.5rem}.profile-modal__footer.modal-footer{padding-top:.3rem;padding-bottom:.3rem;flex-direction:row;flex-wrap:nowrap}.profile-modal__footer-content{border-bottom:none;padding-bottom:0}.profile-modal__body{display:flex;flex-wrap:wrap;justify-content:space-between}.profile-modal__body>.u-button{width:100%}.profile-modal__history{width:49%;margin-bottom:0}.profile-modal__history-stacked{display:none}.profile-modal__history-swiper{display:block}.profile-modal__history-swiper .swiper-slide{width:20.625rem}.profile-modal__transactions{width:48%}.profile-modal__transactions-stacked{display:none}.profile-modal__transactions-swiper{display:block}.profile-modal__transactions-swiper .swiper-slide{width:18.75rem}.profile-modal .my-custom-button{margin-bottom:.75rem}}.my-custom-button{max-height:2.5rem;width:100%;margin-bottom:1.75rem;font-size:18px}.my-custom-button span{margin-top:2px}.disabledStyle{opacity:.5;cursor:default}.notValidInput{-webkit-text-decoration-color:var(--color-warning)!important;text-decoration-color:var(--color-warning)!important}.simple-error{color:var(--color-warning)!important;margin-bottom:0!important;line-height:12px!important;font-size:12px;opacity:0;margin-top:-1px;transition:opacity .3s ease-in-out}.transitionOpacity{opacity:1}.empty-state{color:var(--color-mid-gray);text-align:center;margin:27px 0}.redeem-successful-modal{height:314px;padding-top:211px;font-size:28px}.redeem-modal{width:100%;display:flex;row-gap:28px;flex-direction:column;justify-content:space-between;margin-top:-32px}@media screen and (min-width:480px)and (min-height:420px){.redeem-modal{row-gap:32px}}.redeem-modal__heading{display:flex;flex-direction:column;row-gap:13px}.redeem-modal__heading h4{font-weight:600;font-size:1.75rem;line-height:43px;letter-spacing:.404436px;color:#fff}@media screen and (min-width:480px)and (min-height:420px){.redeem-modal__heading h4{font-size:36px!important}}.redeem-modal__heading p{color:#c9c9d7}.redeem-modal__form{display:flex;flex-direction:column;row-gap:19px}@media screen and (min-width:480px)and (min-height:420px){.redeem-modal__form{row-gap:31px}}.redeem-modal__form button{height:53px}.transaction-modal__heading{width:80%;margin-top:-37px;margin-bottom:20px}.transaction-modal__heading h1{font-weight:600;font-size:1.75rem;line-height:43px;letter-spacing:.404436px;color:#fff}@media screen and (min-width:480px)and (min-height:420px){.transaction-modal__heading h1{font-size:36px!important;margin-bottom:12px}}.transaction-modal__heading p{font-weight:400;font-size:16px;line-height:24px;letter-spacing:-.408px;color:#c9c9d7}.transaction-modal__transactions{margin-bottom:28px;min-height:16rem}.transaction-modal__pagination{display:flex;align-items:center;justify-content:center;-moz-column-gap:8px;column-gap:8px}.transaction-modal__pagination p{margin-bottom:10px}.my-z-index button{z-index:10}.slips-modal__heading{width:80%;margin-top:-37px;margin-bottom:20px}.slips-modal__heading h1{font-weight:600;font-size:1.75rem;line-height:43px;letter-spacing:.404436px;color:#fff}@media screen and (min-width:480px)and (min-height:420px){.slips-modal__heading h1{font-size:36px!important;margin-bottom:12px}}.slips-modal__heading p{font-weight:400;font-size:16px;line-height:24px;letter-spacing:-.408px;color:#c9c9d7}.slips-modal__slips{margin-bottom:28px;min-height:25.5rem}.slips-modal__pagination{display:flex;align-items:center;justify-content:center;-moz-column-gap:8px;column-gap:8px}.slips-modal__pagination p{margin-bottom:10px}.disableStyle{opacity:.6;cursor:default}.non-authenticated .top-nav-unauthenticated[data-v-a7df35da]{position:fixed;top:0;left:0;width:100%;height:var(--top-nav-height);z-index:10;background:#1f1d30;display:flex;align-content:center}.non-authenticated .top-nav-unauthenticated__content[data-v-a7df35da]{display:flex;align-items:center;justify-content:space-between}.non-authenticated .top-nav-unauthenticated__content .nav-buttons[data-v-a7df35da]{display:flex;align-items:center;-moz-column-gap:21px;column-gap:21px}.non-authenticated .top-nav-unauthenticated__content .hide-me-mobile-view[data-v-a7df35da]{display:none}@media screen and (min-width:765px){.non-authenticated .top-nav-unauthenticated__content .hide-me-mobile-view[data-v-a7df35da]{width:147px;height:46px;display:inherit}}.non-authenticated .launcher__content[data-v-a7df35da]{width:100%;overflow-x:hidden;background-position:50%;background-repeat:no-repeat;background-size:cover}.non-authenticated .launcher__content .container[data-v-a7df35da]{position:relative;min-height:100%}.non-authenticated .my-custom-style[data-v-a7df35da]{font-size:18px;width:150px;height:46px}@media screen and (min-width:480px){.non-authenticated .my-custom-style[data-v-a7df35da]{width:200px;height:46px}}.non-authenticated .custom-size[data-v-a7df35da]{width:136px;height:40px}@media screen and (min-width:480px){.non-authenticated .custom-size[data-v-a7df35da]{width:200px;height:46px}}.launcher{background:#191825;width:100%;min-height:100vh;min-height:-webkit-fill-available;min-height:-moz-available;min-height:stretch;position:relative}.launcher .gradient{position:absolute;top:0;left:0;right:0;bottom:0;overflow:hidden}.launcher .gradient:before{content:"";position:absolute;top:0;right:0;background:radial-gradient(circle at 0,#f600f5 0,#0fa 350%);filter:blur(250px);width:70%;height:60%;border-radius:20%;-webkit-animation:x 13s linear infinite alternate,y 7s linear infinite alternate;animation:x 13s linear infinite alternate,y 7s linear infinite alternate}@-webkit-keyframes x{to{transform:rotate(180deg) translateX(calc(100vw - 70%))}}@keyframes x{to{transform:rotate(180deg) translateX(calc(100vw - 70%))}}@-webkit-keyframes y{to{transform:rotate(180deg) translateY(calc(100vh - 60%))}}@keyframes y{to{transform:rotate(180deg) translateY(calc(100vh - 60%))}}.launcher__navbar{background:#17152f;box-shadow:0 4px 12px rgba(16,14,38,.2);position:fixed;bottom:0;left:0;width:100%;height:var(--navbar-height-mob);color:var(--color-white);z-index:12;display:flex;align-items:center}@media only screen and (min-width:1024px){.launcher__navbar{height:var(--navbar-height)}}.launcher__navbar .container{display:flex;align-items:center;justify-content:space-between}.launcher__navbar.hidden{display:none}.launcher__footer.app-footer{position:absolute}.launcher__content{width:100%;overflow-x:hidden;background-position:50%;background-repeat:no-repeat;background-size:cover;padding-bottom:var(--navbar-height-mob);position:relative;z-index:2;min-height:calc(100vh - var(--top-nav-height))}@media only screen and (min-width:1024px){.launcher__content{padding-bottom:var(--navbar-height)}}.launcher--footer .launcher__content{position:relative;padding-bottom:11.25rem}@media only screen and (max-width:1023px){.launcher--footer .launcher__content{padding-bottom:15.625rem}}@media only screen and (max-width:767px){.launcher--footer .launcher__content{padding-bottom:18.75rem}}.launcher--unauthenticated .launcher__content{padding-top:var(--top-nav-height);min-height:100vh}.launcher__content>.container{position:relative;min-height:100%;min-height:-webkit-fill-available;min-height:-moz-available;min-height:stretch}.launcher--navbar-hidden .launcher__navbar{display:none}.launcher--navbar-hidden .launcher__content{padding-bottom:0}.launcher .myFade{opacity:.08}.launcher__navbar{transition:bottom .5s ease-in-out}.launcher-back{min-width:40px;display:flex;align-items:center;height:40px;transition:background .3s ease-in-out}.launcher-back__icon{border:1px solid var(--color-mid-gray);display:inline-flex;width:100%;background:#393f5f;border-top-left-radius:12px;border-bottom-left-radius:12px;border-top-right-radius:12px;border-bottom-right-radius:12px;height:100%;align-items:center;justify-content:center}.launcher-back__icon svg{transition:transform .3s ease-in-out}.launcher-back:hover .launcher-back__icon svg{transform:translateX(-3px)}.launcher-back__text{font-family:var(--font-family-title);background:#242642;height:100%;width:70%;display:none;align-items:center;padding-left:12px;font-weight:500;font-size:18px;line-height:20px;border:1px solid var(--color-mid-gray);border-top-right-radius:12px;border-bottom-right-radius:12px;border-left-width:0}@media only screen and (min-width:1024px){.launcher-back{height:46px;min-width:160px}.launcher-back__text{display:flex}.launcher-back__icon{width:30%;border-top-right-radius:0;border-bottom-right-radius:0;border-right-width:0}}.transition-container{visibility:hidden;overflow:hidden;position:fixed;top:0;left:0;transform-origin:top left;width:100%;min-height:100vh;min-height:-webkit-fill-available;min-height:-moz-available;min-height:stretch;background-color:var(--color-black-void);border-radius:5%}.-app-open .transition-container{visibility:visible;transition:transform .4s ease-in-out 0s,visibility 0s linear 0s}*,:after,:before{box-sizing:border-box}a{text-decoration:none}a,button{color:inherit;cursor:pointer}button{background-color:transparent;border-width:0;padding:0}figure{margin:0}input::-moz-focus-inner{border:0;padding:0;margin:0}dd,ol,ul{margin:0;padding:0;list-style:none}h1,h2,h3,h4,h5,h6{margin:0;font-size:inherit;font-weight:inherit}p{margin:0}cite{font-style:normal}fieldset{border-width:0;padding:0;margin:0}input{border-radius:0}input[type=search]{-webkit-appearance:none}input::-webkit-inner-spin-button,input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}:root{--color-primary:#f600f5;--color-primary-rgb:238,54,148;--color-primary-disabled:#53203e;--color-success:#44d7b6;--color-warning:#ffa800;--color-error:#d44747;--color-orange:#ff6b1b;--color-blue:#00a3ff;--color-white:#fff;--color-purple:#17152f;--color-black-void:#131123;--color-dark-gray:#3b394e;--color-mid-gray:#888694;--color-light-gray:#c9c9d7;--card-bg-color:#17152f;--body-bg-color:#292929;--gradient-primary:linear-gradient(212.5deg,#f416a8 11.06%,#ad16f4 74.57%);--gradient-secondary:linear-gradient(180deg,#24204b 0.15%,#17152f);--gradient-scroll-up:linear-gradient(180deg,rgba(19,17,35,0),#131123 72.11%);--gradient-winner:linear-gradient(180deg,#ffc700,#ffa800);--gradient-silver:linear-gradient(180deg,#c9c9d7,#8888a8);--gradient-bronze:linear-gradient(180deg,#d26426,#d26426);--font-family-base:"Circular Std Book",Helvetica,Arial,sans-serif;--font-family-title:Rajdhani,"Circular Std Book",sans-serif;--font-family-cyber:"Arcade Interlaced",sans-serif;--line-height-base:17px;--font-size-base:16px;--font-weight-base:normal;--font-weight-bold:600;--letter-spacing-base:-0.084px;--font-size-button:16px;--font-weight-button:600;--letter-spacing-button:0.5px;--font-size-caption:12px;--line-height-caption:18px;--font-size-overline:14px;--line-height-overline:24px;--letter-spacing-overline:1px;--layout-gutter:32px;--navbar-height:100px;--navbar-height-mob:80px;--top-nav-height:72px;--letter-spacing-heading:0.404436px}@font-face{font-family:Hypers Techno;font-weight:400;font-style:normal;font-display:auto;src:url(./Hypers-Techno.otf) format("truetype"),url(./Hypers-Techno.ttf) format("truetype")}@font-face{font-family:Arcade Interlaced;src:url(/web/20220507155451im_/https://ultimatearcade.io/fonts/arcade/arcade_i-webfont.woff2) format("woff2"),url(./arcade_i-webfont.woff) format("woff");font-weight:400;font-style:normal}@font-face{font-family:Circular Std Book;src:url(./CircularStd-Book.eot);src:local("Circular Std Book"),local("CircularStd-Book"),url(./CircularStd-Book.eot#iefix) format("embedded-opentype"),url(./CircularStd-Book.woff2) format("woff2"),url(./CircularStd-Book.woff) format("woff"),url(./CircularStd-Book.ttf) format("truetype");font-weight:400;font-style:normal}.zoom-fade-enter-active,.zoom-fade-leave-active{transition:transform 2s,opacity 2s ease-in-out}.fade-enter-active,.fade-leave-active{transition:opacity .28s ease-in-out}.fade-enter,.fade-leave-to{opacity:0}.slide-enter{transform:translateX(100%)}.slide-enter-to,.slide-leave{transform:translateX(0)}.slide-leave-to{transform:translateX(-100%)}.slide-enter-active,.slide-leave-active{transition:transform .4s linear}.zoom-out-enter-active,.zoom-out-leave-active{transition:opacity .35s ease-in-out,transform .45s ease-out}.zoom-out-enter,.zoom-out-leave-to{opacity:0;transform:scale(0)}.fade-bottom-enter-active,.fade-bottom-leave-active{transition:opacity .3s,transform .35s}.fade-bottom-enter{opacity:0;transform:translateY(-8%)}.fade-bottom-leave-to{opacity:0;transform:translateY(8%)}.fade-bottom-2x-enter-active,.fade-bottom-2x-leave-active{transition:opacity .2s,transform .25s}.fade-bottom-2x-enter{opacity:0;transform:translateY(-4%)}.fade-bottom-2x-leave-to{opacity:0;transform:translateY(4%)}.fade-top-enter-active,.fade-top-leave-active{transition:opacity .3s,transform .35s}.fade-top-enter{opacity:0;transform:translateY(8%)}.fade-top-leave-to{opacity:0;transform:translateY(-8%)}.fade-top-2x-enter-active,.fade-top-2x-leave-active{transition:opacity .2s,transform .25s}.fade-top-2x-enter{opacity:0;transform:translateY(4%)}.fade-top-2x-leave-to{opacity:0;transform:translateY(-4%)}.list-leave-active{position:absolute}.list-enter,.list-leave-to{opacity:0;transform:translateX(30px)}.list-enter-up-leave-active{transition:none!important}.list-enter-up-enter{opacity:0;transform:translateY(30px)}/*!
 * Bootstrap Utilities v5.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */.clearfix:after{display:block;clear:both;content:""}.link-primary{color:#ea3694}.link-primary:focus,.link-primary:hover{color:#ee5ea9}.link-secondary{color:#6c757d}.link-secondary:focus,.link-secondary:hover{color:#565e64}.link-success{color:#44d7b6}.link-success:focus,.link-success:hover{color:#69dfc5}.link-info{color:#0dcaf0}.link-info:focus,.link-info:hover{color:#3dd5f3}.link-warning{color:#ffa800}.link-warning:focus,.link-warning:hover{color:#ffb933}.link-danger{color:#dc3545}.link-danger:focus,.link-danger:hover{color:#b02a37}.link-light{color:#c9c9d7}.link-light:focus,.link-light:hover{color:#d4d4df}.link-dark{color:#212529}.link-dark:focus,.link-dark:hover{color:#1a1e21}.ratio{position:relative;width:100%}.ratio:before{display:block;padding-top:var(--bs-aspect-ratio);content:""}.ratio>*{position:absolute;top:0;left:0;width:100%;height:100%}.ratio-1x1{--bs-aspect-ratio:100%}.ratio-4x3{--bs-aspect-ratio:75%}.ratio-16x9{--bs-aspect-ratio:56.25%}.ratio-21x9{--bs-aspect-ratio:42.8571428571%}.fixed-top{top:0}.fixed-bottom,.fixed-top{position:fixed;right:0;left:0;z-index:1030}.fixed-bottom{bottom:0}.sticky-top{position:sticky;top:0;z-index:1020}@media(min-width:576px){.sticky-sm-top{position:sticky;top:0;z-index:1020}}@media(min-width:768px){.sticky-md-top{position:sticky;top:0;z-index:1020}}@media(min-width:992px){.sticky-lg-top{position:sticky;top:0;z-index:1020}}@media(min-width:1200px){.sticky-xl-top{position:sticky;top:0;z-index:1020}}@media(min-width:1400px){.sticky-xxl-top{position:sticky;top:0;z-index:1020}}.hstack{flex-direction:row;align-items:center}.hstack,.vstack{display:flex;align-self:stretch}.vstack{flex:1 1 auto;flex-direction:column}.visually-hidden,.visually-hidden-focusable:not(:focus):not(:focus-within){position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.stretched-link:after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;content:""}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.vr{display:inline-block;align-self:stretch;width:1px;min-height:1em;background-color:currentColor;opacity:.25}.align-baseline{vertical-align:baseline!important}.align-top{vertical-align:top!important}.align-middle{vertical-align:middle!important}.align-bottom{vertical-align:bottom!important}.align-text-bottom{vertical-align:text-bottom!important}.align-text-top{vertical-align:text-top!important}.float-start{float:left!important}.float-end{float:right!important}.float-none{float:none!important}.opacity-0{opacity:0!important}.opacity-25{opacity:.25!important}.opacity-50{opacity:.5!important}.opacity-75{opacity:.75!important}.opacity-100{opacity:1!important}.overflow-auto{overflow:auto!important}.overflow-hidden{overflow:hidden!important}.overflow-visible{overflow:visible!important}.overflow-scroll{overflow:scroll!important}.shadow{box-shadow:0 .5rem 1rem rgba(0,0,0,.15)!important}.shadow-sm{box-shadow:0 .125rem .25rem rgba(0,0,0,.075)!important}.shadow-lg{box-shadow:0 1rem 3rem rgba(0,0,0,.175)!important}.shadow-none{box-shadow:none!important}.position-static{position:static!important}.position-relative{position:relative!important}.position-absolute{position:absolute!important}.position-fixed{position:fixed!important}.position-sticky{position:sticky!important}.top-0{top:0!important}.top-50{top:50%!important}.top-100{top:100%!important}.bottom-0{bottom:0!important}.bottom-50{bottom:50%!important}.bottom-100{bottom:100%!important}.start-0{left:0!important}.start-50{left:50%!important}.start-100{left:100%!important}.end-0{right:0!important}.end-50{right:50%!important}.end-100{right:100%!important}.translate-middle{transform:translate(-50%,-50%)!important}.translate-middle-x{transform:translateX(-50%)!important}.translate-middle-y{transform:translateY(-50%)!important}.border{border:1px solid #dee2e6!important}.border-0{border:0!important}.border-top{border-top:1px solid #dee2e6!important}.border-top-0{border-top:0!important}.border-end{border-right:1px solid #dee2e6!important}.border-end-0{border-right:0!important}.border-bottom{border-bottom:1px solid #dee2e6!important}.border-bottom-0{border-bottom:0!important}.border-start{border-left:1px solid #dee2e6!important}.border-start-0{border-left:0!important}.border-primary{border-color:#ea3694!important}.border-secondary{border-color:#6c757d!important}.border-success{border-color:#44d7b6!important}.border-info{border-color:#0dcaf0!important}.border-warning{border-color:#ffa800!important}.border-danger{border-color:#dc3545!important}.border-light{border-color:#c9c9d7!important}.border-dark{border-color:#212529!important}.border-white{border-color:#fff!important}.border-1{border-width:1px!important}.border-2{border-width:2px!important}.border-3{border-width:3px!important}.border-4{border-width:4px!important}.border-5{border-width:5px!important}.w-25{width:25%!important}.w-50{width:50%!important}.w-75{width:75%!important}.w-100{width:100%!important}.w-auto{width:auto!important}.mw-100{max-width:100%!important}.vw-100{width:100vw!important}.min-vw-100{min-width:100vw!important}.h-25{height:25%!important}.h-50{height:50%!important}.h-75{height:75%!important}.h-100{height:100%!important}.h-auto{height:auto!important}.mh-100{max-height:100%!important}.vh-100{height:100vh!important}.min-vh-100{min-height:100vh!important}.gap-0{gap:0!important}.gap-1{gap:.25rem!important}.gap-2{gap:.5rem!important}.gap-3{gap:1rem!important}.gap-4{gap:1.5rem!important}.gap-5{gap:3rem!important}.font-monospace{font-family:var(--bs-font-monospace)!important}.fs-1{font-size:calc(1.375rem + 1.5vw)!important}.fs-2{font-size:calc(1.325rem + .9vw)!important}.fs-3{font-size:calc(1.3rem + .6vw)!important}.fs-4{font-size:calc(1.275rem + .3vw)!important}.fs-5{font-size:1.25rem!important}.fs-6{font-size:1rem!important}.fst-italic{font-style:italic!important}.fst-normal{font-style:normal!important}.fw-light{font-weight:300!important}.fw-lighter{font-weight:lighter!important}.fw-normal{font-weight:400!important}.fw-bold{font-weight:700!important}.fw-bolder{font-weight:bolder!important}.lh-1{line-height:1!important}.lh-sm{line-height:1.25!important}.lh-base{line-height:1.5!important}.lh-lg{line-height:2!important}.text-start{text-align:left!important}.text-end{text-align:right!important}.text-center{text-align:center!important}.text-decoration-none{text-decoration:none!important}.text-decoration-underline{text-decoration:underline!important}.text-decoration-line-through{text-decoration:line-through!important}.text-lowercase{text-transform:lowercase!important}.text-uppercase{text-transform:uppercase!important}.text-capitalize{text-transform:capitalize!important}.text-wrap{white-space:normal!important}.text-nowrap{white-space:nowrap!important}.text-break{word-wrap:break-word!important;word-break:break-word!important}.text-primary{--bs-text-opacity:1;color:rgba(var(--bs-primary-rgb),var(--bs-text-opacity))!important}.text-secondary{--bs-text-opacity:1;color:rgba(var(--bs-secondary-rgb),var(--bs-text-opacity))!important}.text-success{--bs-text-opacity:1;color:rgba(var(--bs-success-rgb),var(--bs-text-opacity))!important}.text-info{--bs-text-opacity:1;color:rgba(var(--bs-info-rgb),var(--bs-text-opacity))!important}.text-warning{--bs-text-opacity:1;color:rgba(var(--bs-warning-rgb),var(--bs-text-opacity))!important}.text-danger{--bs-text-opacity:1;color:rgba(var(--bs-danger-rgb),var(--bs-text-opacity))!important}.text-light{--bs-text-opacity:1;color:rgba(var(--bs-light-rgb),var(--bs-text-opacity))!important}.text-dark{--bs-text-opacity:1;color:rgba(var(--bs-dark-rgb),var(--bs-text-opacity))!important}.text-black{--bs-text-opacity:1;color:rgba(var(--bs-black-rgb),var(--bs-text-opacity))!important}.text-white{--bs-text-opacity:1;color:rgba(var(--bs-white-rgb),var(--bs-text-opacity))!important}.text-body{--bs-text-opacity:1;color:rgba(var(--bs-body-color-rgb),var(--bs-text-opacity))!important}.text-muted{--bs-text-opacity:1;color:var(--color-mid-gray)!important}.text-black-50{--bs-text-opacity:1;color:rgba(0,0,0,.5)!important}.text-white-50{--bs-text-opacity:1;color:hsla(0,0%,100%,.5)!important}.text-reset{--bs-text-opacity:1;color:inherit!important}.text-opacity-25{--bs-text-opacity:0.25}.text-opacity-50{--bs-text-opacity:0.5}.text-opacity-75{--bs-text-opacity:0.75}.text-opacity-100{--bs-text-opacity:1}.bg-primary{--bs-bg-opacity:1;background-color:rgba(var(--bs-primary-rgb),var(--bs-bg-opacity))!important}.bg-secondary{--bs-bg-opacity:1;background-color:rgba(var(--bs-secondary-rgb),var(--bs-bg-opacity))!important}.bg-success{--bs-bg-opacity:1;background-color:rgba(var(--bs-success-rgb),var(--bs-bg-opacity))!important}.bg-info{--bs-bg-opacity:1;background-color:rgba(var(--bs-info-rgb),var(--bs-bg-opacity))!important}.bg-warning{--bs-bg-opacity:1;background-color:rgba(var(--bs-warning-rgb),var(--bs-bg-opacity))!important}.bg-danger{--bs-bg-opacity:1;background-color:rgba(var(--bs-danger-rgb),var(--bs-bg-opacity))!important}.bg-light{--bs-bg-opacity:1;background-color:rgba(var(--bs-light-rgb),var(--bs-bg-opacity))!important}.bg-dark{--bs-bg-opacity:1;background-color:rgba(var(--bs-dark-rgb),var(--bs-bg-opacity))!important}.bg-black{--bs-bg-opacity:1;background-color:rgba(var(--bs-black-rgb),var(--bs-bg-opacity))!important}.bg-white{--bs-bg-opacity:1;background-color:rgba(var(--bs-white-rgb),var(--bs-bg-opacity))!important}.bg-body{--bs-bg-opacity:1;background-color:rgba(var(--bs-body-bg-rgb),var(--bs-bg-opacity))!important}.bg-transparent{--bs-bg-opacity:1;background-color:transparent!important}.bg-opacity-10{--bs-bg-opacity:0.1}.bg-opacity-25{--bs-bg-opacity:0.25}.bg-opacity-50{--bs-bg-opacity:0.5}.bg-opacity-75{--bs-bg-opacity:0.75}.bg-opacity-100{--bs-bg-opacity:1}.bg-gradient{background-image:var(--bs-gradient)!important}.user-select-all{-webkit-user-select:all!important;-moz-user-select:all!important;-ms-user-select:all!important;user-select:all!important}.user-select-auto{-webkit-user-select:auto!important;-moz-user-select:auto!important;-ms-user-select:auto!important;user-select:auto!important}.user-select-none{-webkit-user-select:none!important;-moz-user-select:none!important;-ms-user-select:none!important;user-select:none!important}.pe-none{pointer-events:none!important}.pe-auto{pointer-events:auto!important}.rounded{border-radius:.25rem!important}.rounded-0{border-radius:0!important}.rounded-1{border-radius:.2rem!important}.rounded-2{border-radius:.25rem!important}.rounded-3{border-radius:.3rem!important}.rounded-circle{border-radius:50%!important}.rounded-pill{border-radius:50rem!important}.rounded-top{border-top-left-radius:.25rem!important}.rounded-end,.rounded-top{border-top-right-radius:.25rem!important}.rounded-bottom,.rounded-end{border-bottom-right-radius:.25rem!important}.rounded-bottom,.rounded-start{border-bottom-left-radius:.25rem!important}.rounded-start{border-top-left-radius:.25rem!important}.visible{visibility:visible!important}.invisible{visibility:hidden!important}@media(min-width:576px){.float-sm-start{float:left!important}.float-sm-end{float:right!important}.float-sm-none{float:none!important}.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-grid{display:grid!important}.d-sm-table{display:table!important}.d-sm-table-row{display:table-row!important}.d-sm-table-cell{display:table-cell!important}.d-sm-flex{display:flex!important}.d-sm-inline-flex{display:inline-flex!important}.d-sm-none{display:none!important}.flex-sm-fill{flex:1 1 auto!important}.flex-sm-row{flex-direction:row!important}.flex-sm-column{flex-direction:column!important}.flex-sm-row-reverse{flex-direction:row-reverse!important}.flex-sm-column-reverse{flex-direction:column-reverse!important}.flex-sm-grow-0{flex-grow:0!important}.flex-sm-grow-1{flex-grow:1!important}.flex-sm-shrink-0{flex-shrink:0!important}.flex-sm-shrink-1{flex-shrink:1!important}.flex-sm-wrap{flex-wrap:wrap!important}.flex-sm-nowrap{flex-wrap:nowrap!important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse!important}.gap-sm-0{gap:0!important}.gap-sm-1{gap:.25rem!important}.gap-sm-2{gap:.5rem!important}.gap-sm-3{gap:1rem!important}.gap-sm-4{gap:1.5rem!important}.gap-sm-5{gap:3rem!important}.justify-content-sm-start{justify-content:flex-start!important}.justify-content-sm-end{justify-content:flex-end!important}.justify-content-sm-center{justify-content:center!important}.justify-content-sm-between{justify-content:space-between!important}.justify-content-sm-around{justify-content:space-around!important}.justify-content-sm-evenly{justify-content:space-evenly!important}.align-items-sm-start{align-items:flex-start!important}.align-items-sm-end{align-items:flex-end!important}.align-items-sm-center{align-items:center!important}.align-items-sm-baseline{align-items:baseline!important}.align-items-sm-stretch{align-items:stretch!important}.align-content-sm-start{align-content:flex-start!important}.align-content-sm-end{align-content:flex-end!important}.align-content-sm-center{align-content:center!important}.align-content-sm-between{align-content:space-between!important}.align-content-sm-around{align-content:space-around!important}.align-content-sm-stretch{align-content:stretch!important}.align-self-sm-auto{align-self:auto!important}.align-self-sm-start{align-self:flex-start!important}.align-self-sm-end{align-self:flex-end!important}.align-self-sm-center{align-self:center!important}.align-self-sm-baseline{align-self:baseline!important}.align-self-sm-stretch{align-self:stretch!important}.order-sm-first{order:-1!important}.order-sm-0{order:0!important}.order-sm-1{order:1!important}.order-sm-2{order:2!important}.order-sm-3{order:3!important}.order-sm-4{order:4!important}.order-sm-5{order:5!important}.order-sm-last{order:6!important}.m-sm-0{margin:0!important}.m-sm-1{margin:.25rem!important}.m-sm-2{margin:.5rem!important}.m-sm-3{margin:1rem!important}.m-sm-4{margin:1.5rem!important}.m-sm-5{margin:3rem!important}.m-sm-auto{margin:auto!important}.mx-sm-0{margin-right:0!important;margin-left:0!important}.mx-sm-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-sm-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-sm-3{margin-right:1rem!important;margin-left:1rem!important}.mx-sm-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-sm-5{margin-right:3rem!important;margin-left:3rem!important}.mx-sm-auto{margin-right:auto!important;margin-left:auto!important}.my-sm-0{margin-top:0!important;margin-bottom:0!important}.my-sm-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-sm-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-sm-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-sm-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-sm-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-sm-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-sm-0{margin-top:0!important}.mt-sm-1{margin-top:.25rem!important}.mt-sm-2{margin-top:.5rem!important}.mt-sm-3{margin-top:1rem!important}.mt-sm-4{margin-top:1.5rem!important}.mt-sm-5{margin-top:3rem!important}.mt-sm-auto{margin-top:auto!important}.me-sm-0{margin-right:0!important}.me-sm-1{margin-right:.25rem!important}.me-sm-2{margin-right:.5rem!important}.me-sm-3{margin-right:1rem!important}.me-sm-4{margin-right:1.5rem!important}.me-sm-5{margin-right:3rem!important}.me-sm-auto{margin-right:auto!important}.mb-sm-0{margin-bottom:0!important}.mb-sm-1{margin-bottom:.25rem!important}.mb-sm-2{margin-bottom:.5rem!important}.mb-sm-3{margin-bottom:1rem!important}.mb-sm-4{margin-bottom:1.5rem!important}.mb-sm-5{margin-bottom:3rem!important}.mb-sm-auto{margin-bottom:auto!important}.ms-sm-0{margin-left:0!important}.ms-sm-1{margin-left:.25rem!important}.ms-sm-2{margin-left:.5rem!important}.ms-sm-3{margin-left:1rem!important}.ms-sm-4{margin-left:1.5rem!important}.ms-sm-5{margin-left:3rem!important}.ms-sm-auto{margin-left:auto!important}.p-sm-0{padding:0!important}.p-sm-1{padding:.25rem!important}.p-sm-2{padding:.5rem!important}.p-sm-3{padding:1rem!important}.p-sm-4{padding:1.5rem!important}.p-sm-5{padding:3rem!important}.px-sm-0{padding-right:0!important;padding-left:0!important}.px-sm-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-sm-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-sm-3{padding-right:1rem!important;padding-left:1rem!important}.px-sm-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-sm-5{padding-right:3rem!important;padding-left:3rem!important}.py-sm-0{padding-top:0!important;padding-bottom:0!important}.py-sm-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-sm-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-sm-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-sm-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-sm-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-sm-0{padding-top:0!important}.pt-sm-1{padding-top:.25rem!important}.pt-sm-2{padding-top:.5rem!important}.pt-sm-3{padding-top:1rem!important}.pt-sm-4{padding-top:1.5rem!important}.pt-sm-5{padding-top:3rem!important}.pe-sm-0{padding-right:0!important}.pe-sm-1{padding-right:.25rem!important}.pe-sm-2{padding-right:.5rem!important}.pe-sm-3{padding-right:1rem!important}.pe-sm-4{padding-right:1.5rem!important}.pe-sm-5{padding-right:3rem!important}.pb-sm-0{padding-bottom:0!important}.pb-sm-1{padding-bottom:.25rem!important}.pb-sm-2{padding-bottom:.5rem!important}.pb-sm-3{padding-bottom:1rem!important}.pb-sm-4{padding-bottom:1.5rem!important}.pb-sm-5{padding-bottom:3rem!important}.ps-sm-0{padding-left:0!important}.ps-sm-1{padding-left:.25rem!important}.ps-sm-2{padding-left:.5rem!important}.ps-sm-3{padding-left:1rem!important}.ps-sm-4{padding-left:1.5rem!important}.ps-sm-5{padding-left:3rem!important}.text-sm-start{text-align:left!important}.text-sm-end{text-align:right!important}.text-sm-center{text-align:center!important}}@media(min-width:768px){.float-md-start{float:left!important}.float-md-end{float:right!important}.float-md-none{float:none!important}.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-grid{display:grid!important}.d-md-table{display:table!important}.d-md-table-row{display:table-row!important}.d-md-table-cell{display:table-cell!important}.d-md-flex{display:flex!important}.d-md-inline-flex{display:inline-flex!important}.d-md-none{display:none!important}.flex-md-fill{flex:1 1 auto!important}.flex-md-row{flex-direction:row!important}.flex-md-column{flex-direction:column!important}.flex-md-row-reverse{flex-direction:row-reverse!important}.flex-md-column-reverse{flex-direction:column-reverse!important}.flex-md-grow-0{flex-grow:0!important}.flex-md-grow-1{flex-grow:1!important}.flex-md-shrink-0{flex-shrink:0!important}.flex-md-shrink-1{flex-shrink:1!important}.flex-md-wrap{flex-wrap:wrap!important}.flex-md-nowrap{flex-wrap:nowrap!important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse!important}.gap-md-0{gap:0!important}.gap-md-1{gap:.25rem!important}.gap-md-2{gap:.5rem!important}.gap-md-3{gap:1rem!important}.gap-md-4{gap:1.5rem!important}.gap-md-5{gap:3rem!important}.justify-content-md-start{justify-content:flex-start!important}.justify-content-md-end{justify-content:flex-end!important}.justify-content-md-center{justify-content:center!important}.justify-content-md-between{justify-content:space-between!important}.justify-content-md-around{justify-content:space-around!important}.justify-content-md-evenly{justify-content:space-evenly!important}.align-items-md-start{align-items:flex-start!important}.align-items-md-end{align-items:flex-end!important}.align-items-md-center{align-items:center!important}.align-items-md-baseline{align-items:baseline!important}.align-items-md-stretch{align-items:stretch!important}.align-content-md-start{align-content:flex-start!important}.align-content-md-end{align-content:flex-end!important}.align-content-md-center{align-content:center!important}.align-content-md-between{align-content:space-between!important}.align-content-md-around{align-content:space-around!important}.align-content-md-stretch{align-content:stretch!important}.align-self-md-auto{align-self:auto!important}.align-self-md-start{align-self:flex-start!important}.align-self-md-end{align-self:flex-end!important}.align-self-md-center{align-self:center!important}.align-self-md-baseline{align-self:baseline!important}.align-self-md-stretch{align-self:stretch!important}.order-md-first{order:-1!important}.order-md-0{order:0!important}.order-md-1{order:1!important}.order-md-2{order:2!important}.order-md-3{order:3!important}.order-md-4{order:4!important}.order-md-5{order:5!important}.order-md-last{order:6!important}.m-md-0{margin:0!important}.m-md-1{margin:.25rem!important}.m-md-2{margin:.5rem!important}.m-md-3{margin:1rem!important}.m-md-4{margin:1.5rem!important}.m-md-5{margin:3rem!important}.m-md-auto{margin:auto!important}.mx-md-0{margin-right:0!important;margin-left:0!important}.mx-md-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-md-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-md-3{margin-right:1rem!important;margin-left:1rem!important}.mx-md-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-md-5{margin-right:3rem!important;margin-left:3rem!important}.mx-md-auto{margin-right:auto!important;margin-left:auto!important}.my-md-0{margin-top:0!important;margin-bottom:0!important}.my-md-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-md-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-md-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-md-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-md-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-md-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-md-0{margin-top:0!important}.mt-md-1{margin-top:.25rem!important}.mt-md-2{margin-top:.5rem!important}.mt-md-3{margin-top:1rem!important}.mt-md-4{margin-top:1.5rem!important}.mt-md-5{margin-top:3rem!important}.mt-md-auto{margin-top:auto!important}.me-md-0{margin-right:0!important}.me-md-1{margin-right:.25rem!important}.me-md-2{margin-right:.5rem!important}.me-md-3{margin-right:1rem!important}.me-md-4{margin-right:1.5rem!important}.me-md-5{margin-right:3rem!important}.me-md-auto{margin-right:auto!important}.mb-md-0{margin-bottom:0!important}.mb-md-1{margin-bottom:.25rem!important}.mb-md-2{margin-bottom:.5rem!important}.mb-md-3{margin-bottom:1rem!important}.mb-md-4{margin-bottom:1.5rem!important}.mb-md-5{margin-bottom:3rem!important}.mb-md-auto{margin-bottom:auto!important}.ms-md-0{margin-left:0!important}.ms-md-1{margin-left:.25rem!important}.ms-md-2{margin-left:.5rem!important}.ms-md-3{margin-left:1rem!important}.ms-md-4{margin-left:1.5rem!important}.ms-md-5{margin-left:3rem!important}.ms-md-auto{margin-left:auto!important}.p-md-0{padding:0!important}.p-md-1{padding:.25rem!important}.p-md-2{padding:.5rem!important}.p-md-3{padding:1rem!important}.p-md-4{padding:1.5rem!important}.p-md-5{padding:3rem!important}.px-md-0{padding-right:0!important;padding-left:0!important}.px-md-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-md-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-md-3{padding-right:1rem!important;padding-left:1rem!important}.px-md-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-md-5{padding-right:3rem!important;padding-left:3rem!important}.py-md-0{padding-top:0!important;padding-bottom:0!important}.py-md-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-md-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-md-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-md-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-md-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-md-0{padding-top:0!important}.pt-md-1{padding-top:.25rem!important}.pt-md-2{padding-top:.5rem!important}.pt-md-3{padding-top:1rem!important}.pt-md-4{padding-top:1.5rem!important}.pt-md-5{padding-top:3rem!important}.pe-md-0{padding-right:0!important}.pe-md-1{padding-right:.25rem!important}.pe-md-2{padding-right:.5rem!important}.pe-md-3{padding-right:1rem!important}.pe-md-4{padding-right:1.5rem!important}.pe-md-5{padding-right:3rem!important}.pb-md-0{padding-bottom:0!important}.pb-md-1{padding-bottom:.25rem!important}.pb-md-2{padding-bottom:.5rem!important}.pb-md-3{padding-bottom:1rem!important}.pb-md-4{padding-bottom:1.5rem!important}.pb-md-5{padding-bottom:3rem!important}.ps-md-0{padding-left:0!important}.ps-md-1{padding-left:.25rem!important}.ps-md-2{padding-left:.5rem!important}.ps-md-3{padding-left:1rem!important}.ps-md-4{padding-left:1.5rem!important}.ps-md-5{padding-left:3rem!important}.text-md-start{text-align:left!important}.text-md-end{text-align:right!important}.text-md-center{text-align:center!important}}@media(min-width:992px){.float-lg-start{float:left!important}.float-lg-end{float:right!important}.float-lg-none{float:none!important}.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-grid{display:grid!important}.d-lg-table{display:table!important}.d-lg-table-row{display:table-row!important}.d-lg-table-cell{display:table-cell!important}.d-lg-flex{display:flex!important}.d-lg-inline-flex{display:inline-flex!important}.d-lg-none{display:none!important}.flex-lg-fill{flex:1 1 auto!important}.flex-lg-row{flex-direction:row!important}.flex-lg-column{flex-direction:column!important}.flex-lg-row-reverse{flex-direction:row-reverse!important}.flex-lg-column-reverse{flex-direction:column-reverse!important}.flex-lg-grow-0{flex-grow:0!important}.flex-lg-grow-1{flex-grow:1!important}.flex-lg-shrink-0{flex-shrink:0!important}.flex-lg-shrink-1{flex-shrink:1!important}.flex-lg-wrap{flex-wrap:wrap!important}.flex-lg-nowrap{flex-wrap:nowrap!important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse!important}.gap-lg-0{gap:0!important}.gap-lg-1{gap:.25rem!important}.gap-lg-2{gap:.5rem!important}.gap-lg-3{gap:1rem!important}.gap-lg-4{gap:1.5rem!important}.gap-lg-5{gap:3rem!important}.justify-content-lg-start{justify-content:flex-start!important}.justify-content-lg-end{justify-content:flex-end!important}.justify-content-lg-center{justify-content:center!important}.justify-content-lg-between{justify-content:space-between!important}.justify-content-lg-around{justify-content:space-around!important}.justify-content-lg-evenly{justify-content:space-evenly!important}.align-items-lg-start{align-items:flex-start!important}.align-items-lg-end{align-items:flex-end!important}.align-items-lg-center{align-items:center!important}.align-items-lg-baseline{align-items:baseline!important}.align-items-lg-stretch{align-items:stretch!important}.align-content-lg-start{align-content:flex-start!important}.align-content-lg-end{align-content:flex-end!important}.align-content-lg-center{align-content:center!important}.align-content-lg-between{align-content:space-between!important}.align-content-lg-around{align-content:space-around!important}.align-content-lg-stretch{align-content:stretch!important}.align-self-lg-auto{align-self:auto!important}.align-self-lg-start{align-self:flex-start!important}.align-self-lg-end{align-self:flex-end!important}.align-self-lg-center{align-self:center!important}.align-self-lg-baseline{align-self:baseline!important}.align-self-lg-stretch{align-self:stretch!important}.order-lg-first{order:-1!important}.order-lg-0{order:0!important}.order-lg-1{order:1!important}.order-lg-2{order:2!important}.order-lg-3{order:3!important}.order-lg-4{order:4!important}.order-lg-5{order:5!important}.order-lg-last{order:6!important}.m-lg-0{margin:0!important}.m-lg-1{margin:.25rem!important}.m-lg-2{margin:.5rem!important}.m-lg-3{margin:1rem!important}.m-lg-4{margin:1.5rem!important}.m-lg-5{margin:3rem!important}.m-lg-auto{margin:auto!important}.mx-lg-0{margin-right:0!important;margin-left:0!important}.mx-lg-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-lg-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-lg-3{margin-right:1rem!important;margin-left:1rem!important}.mx-lg-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-lg-5{margin-right:3rem!important;margin-left:3rem!important}.mx-lg-auto{margin-right:auto!important;margin-left:auto!important}.my-lg-0{margin-top:0!important;margin-bottom:0!important}.my-lg-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-lg-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-lg-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-lg-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-lg-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-lg-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-lg-0{margin-top:0!important}.mt-lg-1{margin-top:.25rem!important}.mt-lg-2{margin-top:.5rem!important}.mt-lg-3{margin-top:1rem!important}.mt-lg-4{margin-top:1.5rem!important}.mt-lg-5{margin-top:3rem!important}.mt-lg-auto{margin-top:auto!important}.me-lg-0{margin-right:0!important}.me-lg-1{margin-right:.25rem!important}.me-lg-2{margin-right:.5rem!important}.me-lg-3{margin-right:1rem!important}.me-lg-4{margin-right:1.5rem!important}.me-lg-5{margin-right:3rem!important}.me-lg-auto{margin-right:auto!important}.mb-lg-0{margin-bottom:0!important}.mb-lg-1{margin-bottom:.25rem!important}.mb-lg-2{margin-bottom:.5rem!important}.mb-lg-3{margin-bottom:1rem!important}.mb-lg-4{margin-bottom:1.5rem!important}.mb-lg-5{margin-bottom:3rem!important}.mb-lg-auto{margin-bottom:auto!important}.ms-lg-0{margin-left:0!important}.ms-lg-1{margin-left:.25rem!important}.ms-lg-2{margin-left:.5rem!important}.ms-lg-3{margin-left:1rem!important}.ms-lg-4{margin-left:1.5rem!important}.ms-lg-5{margin-left:3rem!important}.ms-lg-auto{margin-left:auto!important}.p-lg-0{padding:0!important}.p-lg-1{padding:.25rem!important}.p-lg-2{padding:.5rem!important}.p-lg-3{padding:1rem!important}.p-lg-4{padding:1.5rem!important}.p-lg-5{padding:3rem!important}.px-lg-0{padding-right:0!important;padding-left:0!important}.px-lg-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-lg-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-lg-3{padding-right:1rem!important;padding-left:1rem!important}.px-lg-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-lg-5{padding-right:3rem!important;padding-left:3rem!important}.py-lg-0{padding-top:0!important;padding-bottom:0!important}.py-lg-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-lg-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-lg-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-lg-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-lg-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-lg-0{padding-top:0!important}.pt-lg-1{padding-top:.25rem!important}.pt-lg-2{padding-top:.5rem!important}.pt-lg-3{padding-top:1rem!important}.pt-lg-4{padding-top:1.5rem!important}.pt-lg-5{padding-top:3rem!important}.pe-lg-0{padding-right:0!important}.pe-lg-1{padding-right:.25rem!important}.pe-lg-2{padding-right:.5rem!important}.pe-lg-3{padding-right:1rem!important}.pe-lg-4{padding-right:1.5rem!important}.pe-lg-5{padding-right:3rem!important}.pb-lg-0{padding-bottom:0!important}.pb-lg-1{padding-bottom:.25rem!important}.pb-lg-2{padding-bottom:.5rem!important}.pb-lg-3{padding-bottom:1rem!important}.pb-lg-4{padding-bottom:1.5rem!important}.pb-lg-5{padding-bottom:3rem!important}.ps-lg-0{padding-left:0!important}.ps-lg-1{padding-left:.25rem!important}.ps-lg-2{padding-left:.5rem!important}.ps-lg-3{padding-left:1rem!important}.ps-lg-4{padding-left:1.5rem!important}.ps-lg-5{padding-left:3rem!important}.text-lg-start{text-align:left!important}.text-lg-end{text-align:right!important}.text-lg-center{text-align:center!important}}@media(min-width:1200px){.float-xl-start{float:left!important}.float-xl-end{float:right!important}.float-xl-none{float:none!important}.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-grid{display:grid!important}.d-xl-table{display:table!important}.d-xl-table-row{display:table-row!important}.d-xl-table-cell{display:table-cell!important}.d-xl-flex{display:flex!important}.d-xl-inline-flex{display:inline-flex!important}.d-xl-none{display:none!important}.flex-xl-fill{flex:1 1 auto!important}.flex-xl-row{flex-direction:row!important}.flex-xl-column{flex-direction:column!important}.flex-xl-row-reverse{flex-direction:row-reverse!important}.flex-xl-column-reverse{flex-direction:column-reverse!important}.flex-xl-grow-0{flex-grow:0!important}.flex-xl-grow-1{flex-grow:1!important}.flex-xl-shrink-0{flex-shrink:0!important}.flex-xl-shrink-1{flex-shrink:1!important}.flex-xl-wrap{flex-wrap:wrap!important}.flex-xl-nowrap{flex-wrap:nowrap!important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse!important}.gap-xl-0{gap:0!important}.gap-xl-1{gap:.25rem!important}.gap-xl-2{gap:.5rem!important}.gap-xl-3{gap:1rem!important}.gap-xl-4{gap:1.5rem!important}.gap-xl-5{gap:3rem!important}.justify-content-xl-start{justify-content:flex-start!important}.justify-content-xl-end{justify-content:flex-end!important}.justify-content-xl-center{justify-content:center!important}.justify-content-xl-between{justify-content:space-between!important}.justify-content-xl-around{justify-content:space-around!important}.justify-content-xl-evenly{justify-content:space-evenly!important}.align-items-xl-start{align-items:flex-start!important}.align-items-xl-end{align-items:flex-end!important}.align-items-xl-center{align-items:center!important}.align-items-xl-baseline{align-items:baseline!important}.align-items-xl-stretch{align-items:stretch!important}.align-content-xl-start{align-content:flex-start!important}.align-content-xl-end{align-content:flex-end!important}.align-content-xl-center{align-content:center!important}.align-content-xl-between{align-content:space-between!important}.align-content-xl-around{align-content:space-around!important}.align-content-xl-stretch{align-content:stretch!important}.align-self-xl-auto{align-self:auto!important}.align-self-xl-start{align-self:flex-start!important}.align-self-xl-end{align-self:flex-end!important}.align-self-xl-center{align-self:center!important}.align-self-xl-baseline{align-self:baseline!important}.align-self-xl-stretch{align-self:stretch!important}.order-xl-first{order:-1!important}.order-xl-0{order:0!important}.order-xl-1{order:1!important}.order-xl-2{order:2!important}.order-xl-3{order:3!important}.order-xl-4{order:4!important}.order-xl-5{order:5!important}.order-xl-last{order:6!important}.m-xl-0{margin:0!important}.m-xl-1{margin:.25rem!important}.m-xl-2{margin:.5rem!important}.m-xl-3{margin:1rem!important}.m-xl-4{margin:1.5rem!important}.m-xl-5{margin:3rem!important}.m-xl-auto{margin:auto!important}.mx-xl-0{margin-right:0!important;margin-left:0!important}.mx-xl-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-xl-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-xl-3{margin-right:1rem!important;margin-left:1rem!important}.mx-xl-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-xl-5{margin-right:3rem!important;margin-left:3rem!important}.mx-xl-auto{margin-right:auto!important;margin-left:auto!important}.my-xl-0{margin-top:0!important;margin-bottom:0!important}.my-xl-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-xl-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-xl-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-xl-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-xl-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-xl-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-xl-0{margin-top:0!important}.mt-xl-1{margin-top:.25rem!important}.mt-xl-2{margin-top:.5rem!important}.mt-xl-3{margin-top:1rem!important}.mt-xl-4{margin-top:1.5rem!important}.mt-xl-5{margin-top:3rem!important}.mt-xl-auto{margin-top:auto!important}.me-xl-0{margin-right:0!important}.me-xl-1{margin-right:.25rem!important}.me-xl-2{margin-right:.5rem!important}.me-xl-3{margin-right:1rem!important}.me-xl-4{margin-right:1.5rem!important}.me-xl-5{margin-right:3rem!important}.me-xl-auto{margin-right:auto!important}.mb-xl-0{margin-bottom:0!important}.mb-xl-1{margin-bottom:.25rem!important}.mb-xl-2{margin-bottom:.5rem!important}.mb-xl-3{margin-bottom:1rem!important}.mb-xl-4{margin-bottom:1.5rem!important}.mb-xl-5{margin-bottom:3rem!important}.mb-xl-auto{margin-bottom:auto!important}.ms-xl-0{margin-left:0!important}.ms-xl-1{margin-left:.25rem!important}.ms-xl-2{margin-left:.5rem!important}.ms-xl-3{margin-left:1rem!important}.ms-xl-4{margin-left:1.5rem!important}.ms-xl-5{margin-left:3rem!important}.ms-xl-auto{margin-left:auto!important}.p-xl-0{padding:0!important}.p-xl-1{padding:.25rem!important}.p-xl-2{padding:.5rem!important}.p-xl-3{padding:1rem!important}.p-xl-4{padding:1.5rem!important}.p-xl-5{padding:3rem!important}.px-xl-0{padding-right:0!important;padding-left:0!important}.px-xl-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-xl-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-xl-3{padding-right:1rem!important;padding-left:1rem!important}.px-xl-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-xl-5{padding-right:3rem!important;padding-left:3rem!important}.py-xl-0{padding-top:0!important;padding-bottom:0!important}.py-xl-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-xl-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-xl-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-xl-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-xl-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-xl-0{padding-top:0!important}.pt-xl-1{padding-top:.25rem!important}.pt-xl-2{padding-top:.5rem!important}.pt-xl-3{padding-top:1rem!important}.pt-xl-4{padding-top:1.5rem!important}.pt-xl-5{padding-top:3rem!important}.pe-xl-0{padding-right:0!important}.pe-xl-1{padding-right:.25rem!important}.pe-xl-2{padding-right:.5rem!important}.pe-xl-3{padding-right:1rem!important}.pe-xl-4{padding-right:1.5rem!important}.pe-xl-5{padding-right:3rem!important}.pb-xl-0{padding-bottom:0!important}.pb-xl-1{padding-bottom:.25rem!important}.pb-xl-2{padding-bottom:.5rem!important}.pb-xl-3{padding-bottom:1rem!important}.pb-xl-4{padding-bottom:1.5rem!important}.pb-xl-5{padding-bottom:3rem!important}.ps-xl-0{padding-left:0!important}.ps-xl-1{padding-left:.25rem!important}.ps-xl-2{padding-left:.5rem!important}.ps-xl-3{padding-left:1rem!important}.ps-xl-4{padding-left:1.5rem!important}.ps-xl-5{padding-left:3rem!important}.text-xl-start{text-align:left!important}.text-xl-end{text-align:right!important}.text-xl-center{text-align:center!important}}@media(min-width:1400px){.float-xxl-start{float:left!important}.float-xxl-end{float:right!important}.float-xxl-none{float:none!important}.d-xxl-inline{display:inline!important}.d-xxl-inline-block{display:inline-block!important}.d-xxl-block{display:block!important}.d-xxl-grid{display:grid!important}.d-xxl-table{display:table!important}.d-xxl-table-row{display:table-row!important}.d-xxl-table-cell{display:table-cell!important}.d-xxl-flex{display:flex!important}.d-xxl-inline-flex{display:inline-flex!important}.d-xxl-none{display:none!important}.flex-xxl-fill{flex:1 1 auto!important}.flex-xxl-row{flex-direction:row!important}.flex-xxl-column{flex-direction:column!important}.flex-xxl-row-reverse{flex-direction:row-reverse!important}.flex-xxl-column-reverse{flex-direction:column-reverse!important}.flex-xxl-grow-0{flex-grow:0!important}.flex-xxl-grow-1{flex-grow:1!important}.flex-xxl-shrink-0{flex-shrink:0!important}.flex-xxl-shrink-1{flex-shrink:1!important}.flex-xxl-wrap{flex-wrap:wrap!important}.flex-xxl-nowrap{flex-wrap:nowrap!important}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse!important}.gap-xxl-0{gap:0!important}.gap-xxl-1{gap:.25rem!important}.gap-xxl-2{gap:.5rem!important}.gap-xxl-3{gap:1rem!important}.gap-xxl-4{gap:1.5rem!important}.gap-xxl-5{gap:3rem!important}.justify-content-xxl-start{justify-content:flex-start!important}.justify-content-xxl-end{justify-content:flex-end!important}.justify-content-xxl-center{justify-content:center!important}.justify-content-xxl-between{justify-content:space-between!important}.justify-content-xxl-around{justify-content:space-around!important}.justify-content-xxl-evenly{justify-content:space-evenly!important}.align-items-xxl-start{align-items:flex-start!important}.align-items-xxl-end{align-items:flex-end!important}.align-items-xxl-center{align-items:center!important}.align-items-xxl-baseline{align-items:baseline!important}.align-items-xxl-stretch{align-items:stretch!important}.align-content-xxl-start{align-content:flex-start!important}.align-content-xxl-end{align-content:flex-end!important}.align-content-xxl-center{align-content:center!important}.align-content-xxl-between{align-content:space-between!important}.align-content-xxl-around{align-content:space-around!important}.align-content-xxl-stretch{align-content:stretch!important}.align-self-xxl-auto{align-self:auto!important}.align-self-xxl-start{align-self:flex-start!important}.align-self-xxl-end{align-self:flex-end!important}.align-self-xxl-center{align-self:center!important}.align-self-xxl-baseline{align-self:baseline!important}.align-self-xxl-stretch{align-self:stretch!important}.order-xxl-first{order:-1!important}.order-xxl-0{order:0!important}.order-xxl-1{order:1!important}.order-xxl-2{order:2!important}.order-xxl-3{order:3!important}.order-xxl-4{order:4!important}.order-xxl-5{order:5!important}.order-xxl-last{order:6!important}.m-xxl-0{margin:0!important}.m-xxl-1{margin:.25rem!important}.m-xxl-2{margin:.5rem!important}.m-xxl-3{margin:1rem!important}.m-xxl-4{margin:1.5rem!important}.m-xxl-5{margin:3rem!important}.m-xxl-auto{margin:auto!important}.mx-xxl-0{margin-right:0!important;margin-left:0!important}.mx-xxl-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-xxl-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-xxl-3{margin-right:1rem!important;margin-left:1rem!important}.mx-xxl-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-xxl-5{margin-right:3rem!important;margin-left:3rem!important}.mx-xxl-auto{margin-right:auto!important;margin-left:auto!important}.my-xxl-0{margin-top:0!important;margin-bottom:0!important}.my-xxl-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-xxl-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-xxl-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-xxl-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-xxl-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-xxl-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-xxl-0{margin-top:0!important}.mt-xxl-1{margin-top:.25rem!important}.mt-xxl-2{margin-top:.5rem!important}.mt-xxl-3{margin-top:1rem!important}.mt-xxl-4{margin-top:1.5rem!important}.mt-xxl-5{margin-top:3rem!important}.mt-xxl-auto{margin-top:auto!important}.me-xxl-0{margin-right:0!important}.me-xxl-1{margin-right:.25rem!important}.me-xxl-2{margin-right:.5rem!important}.me-xxl-3{margin-right:1rem!important}.me-xxl-4{margin-right:1.5rem!important}.me-xxl-5{margin-right:3rem!important}.me-xxl-auto{margin-right:auto!important}.mb-xxl-0{margin-bottom:0!important}.mb-xxl-1{margin-bottom:.25rem!important}.mb-xxl-2{margin-bottom:.5rem!important}.mb-xxl-3{margin-bottom:1rem!important}.mb-xxl-4{margin-bottom:1.5rem!important}.mb-xxl-5{margin-bottom:3rem!important}.mb-xxl-auto{margin-bottom:auto!important}.ms-xxl-0{margin-left:0!important}.ms-xxl-1{margin-left:.25rem!important}.ms-xxl-2{margin-left:.5rem!important}.ms-xxl-3{margin-left:1rem!important}.ms-xxl-4{margin-left:1.5rem!important}.ms-xxl-5{margin-left:3rem!important}.ms-xxl-auto{margin-left:auto!important}.p-xxl-0{padding:0!important}.p-xxl-1{padding:.25rem!important}.p-xxl-2{padding:.5rem!important}.p-xxl-3{padding:1rem!important}.p-xxl-4{padding:1.5rem!important}.p-xxl-5{padding:3rem!important}.px-xxl-0{padding-right:0!important;padding-left:0!important}.px-xxl-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-xxl-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-xxl-3{padding-right:1rem!important;padding-left:1rem!important}.px-xxl-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-xxl-5{padding-right:3rem!important;padding-left:3rem!important}.py-xxl-0{padding-top:0!important;padding-bottom:0!important}.py-xxl-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-xxl-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-xxl-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-xxl-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-xxl-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-xxl-0{padding-top:0!important}.pt-xxl-1{padding-top:.25rem!important}.pt-xxl-2{padding-top:.5rem!important}.pt-xxl-3{padding-top:1rem!important}.pt-xxl-4{padding-top:1.5rem!important}.pt-xxl-5{padding-top:3rem!important}.pe-xxl-0{padding-right:0!important}.pe-xxl-1{padding-right:.25rem!important}.pe-xxl-2{padding-right:.5rem!important}.pe-xxl-3{padding-right:1rem!important}.pe-xxl-4{padding-right:1.5rem!important}.pe-xxl-5{padding-right:3rem!important}.pb-xxl-0{padding-bottom:0!important}.pb-xxl-1{padding-bottom:.25rem!important}.pb-xxl-2{padding-bottom:.5rem!important}.pb-xxl-3{padding-bottom:1rem!important}.pb-xxl-4{padding-bottom:1.5rem!important}.pb-xxl-5{padding-bottom:3rem!important}.ps-xxl-0{padding-left:0!important}.ps-xxl-1{padding-left:.25rem!important}.ps-xxl-2{padding-left:.5rem!important}.ps-xxl-3{padding-left:1rem!important}.ps-xxl-4{padding-left:1.5rem!important}.ps-xxl-5{padding-left:3rem!important}.text-xxl-start{text-align:left!important}.text-xxl-end{text-align:right!important}.text-xxl-center{text-align:center!important}}@media(min-width:1200px){.fs-1{font-size:2.5rem!important}.fs-2{font-size:2rem!important}.fs-3{font-size:1.75rem!important}.fs-4{font-size:1.5rem!important}}/*!
 * Bootstrap Grid v5.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */:root{--bs-blue:#0d6efd;--bs-indigo:#6610f2;--bs-purple:#6f42c1;--bs-pink:#d63384;--bs-red:#dc3545;--bs-orange:#fd7e14;--bs-yellow:#ffc107;--bs-green:#198754;--bs-teal:#20c997;--bs-cyan:#0dcaf0;--bs-white:#fff;--bs-gray:#6c757d;--bs-gray-dark:#343a40;--bs-gray-100:#f8f9fa;--bs-gray-200:#e9ecef;--bs-gray-300:#dee2e6;--bs-gray-400:#ced4da;--bs-gray-500:#adb5bd;--bs-gray-600:#6c757d;--bs-gray-700:#495057;--bs-gray-800:#343a40;--bs-gray-900:#212529;--bs-primary:#ea3694;--bs-secondary:#6c757d;--bs-success:#44d7b6;--bs-info:#0dcaf0;--bs-warning:#ffa800;--bs-danger:#dc3545;--bs-light:#c9c9d7;--bs-dark:#212529;--bs-primary-rgb:234,54,148;--bs-secondary-rgb:108,117,125;--bs-success-rgb:68,215,182;--bs-info-rgb:13,202,240;--bs-warning-rgb:255,168,0;--bs-danger-rgb:220,53,69;--bs-light-rgb:201,201,215;--bs-dark-rgb:33,37,41;--bs-white-rgb:255,255,255;--bs-black-rgb:0,0,0;--bs-body-color-rgb:33,37,41;--bs-body-bg-rgb:255,255,255;--bs-font-sans-serif:system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--bs-font-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;--bs-gradient:linear-gradient(180deg,hsla(0,0%,100%,0.15),hsla(0,0%,100%,0));--bs-body-font-family:var(--bs-font-sans-serif);--bs-body-font-size:1rem;--bs-body-font-weight:400;--bs-body-line-height:1.5;--bs-body-color:#212529;--bs-body-bg:#fff}.container,.container-fluid,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{width:100%;padding-right:var(--bs-gutter-x,1rem);padding-left:var(--bs-gutter-x,1rem);margin-right:auto;margin-left:auto}@media(min-width:576px){.container,.container-sm{max-width:576px}}@media(min-width:768px){.container,.container-md,.container-sm{max-width:750px}}@media(min-width:992px){.container,.container-lg,.container-md,.container-sm{max-width:960px}}@media(min-width:1200px){.container,.container-lg,.container-md,.container-sm,.container-xl{max-width:1140px}}@media(min-width:1400px){.container,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{max-width:1320px}}.row{--bs-gutter-x:1.5rem;--bs-gutter-y:0;display:flex;flex-wrap:wrap;margin-top:calc(var(--bs-gutter-y)*-1);margin-right:calc(var(--bs-gutter-x)*-0.5);margin-left:calc(var(--bs-gutter-x)*-0.5)}.row>*{box-sizing:border-box;flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--bs-gutter-x)*0.5);padding-left:calc(var(--bs-gutter-x)*0.5);margin-top:var(--bs-gutter-y)}.col{flex:1 0 0%}.row-cols-auto>*{flex:0 0 auto;width:auto}.row-cols-1>*{flex:0 0 auto;width:100%}.row-cols-2>*{flex:0 0 auto;width:50%}.row-cols-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-4>*{flex:0 0 auto;width:25%}.row-cols-5>*{flex:0 0 auto;width:20%}.row-cols-6>*{flex:0 0 auto;width:16.6666666667%}.col-auto{flex:0 0 auto;width:auto}.col-1{flex:0 0 auto;width:8.33333333%}.col-2{flex:0 0 auto;width:16.66666667%}.col-3{flex:0 0 auto;width:25%}.col-4{flex:0 0 auto;width:33.33333333%}.col-5{flex:0 0 auto;width:41.66666667%}.col-6{flex:0 0 auto;width:50%}.col-7{flex:0 0 auto;width:58.33333333%}.col-8{flex:0 0 auto;width:66.66666667%}.col-9{flex:0 0 auto;width:75%}.col-10{flex:0 0 auto;width:83.33333333%}.col-11{flex:0 0 auto;width:91.66666667%}.col-12{flex:0 0 auto;width:100%}.offset-1{margin-left:8.33333333%}.offset-2{margin-left:16.66666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.33333333%}.offset-5{margin-left:41.66666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.33333333%}.offset-8{margin-left:66.66666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.33333333%}.offset-11{margin-left:91.66666667%}.g-0,.gx-0{--bs-gutter-x:0}.g-0,.gy-0{--bs-gutter-y:0}.g-1,.gx-1{--bs-gutter-x:0.25rem}.g-1,.gy-1{--bs-gutter-y:0.25rem}.g-2,.gx-2{--bs-gutter-x:0.5rem}.g-2,.gy-2{--bs-gutter-y:0.5rem}.g-3,.gx-3{--bs-gutter-x:1rem}.g-3,.gy-3{--bs-gutter-y:1rem}.g-4,.gx-4{--bs-gutter-x:1.5rem}.g-4,.gy-4{--bs-gutter-y:1.5rem}.g-5,.gx-5{--bs-gutter-x:3rem}.g-5,.gy-5{--bs-gutter-y:3rem}@media(min-width:576px){.col-sm{flex:1 0 0%}.row-cols-sm-auto>*{flex:0 0 auto;width:auto}.row-cols-sm-1>*{flex:0 0 auto;width:100%}.row-cols-sm-2>*{flex:0 0 auto;width:50%}.row-cols-sm-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-sm-4>*{flex:0 0 auto;width:25%}.row-cols-sm-5>*{flex:0 0 auto;width:20%}.row-cols-sm-6>*{flex:0 0 auto;width:16.6666666667%}.col-sm-auto{flex:0 0 auto;width:auto}.col-sm-1{flex:0 0 auto;width:8.33333333%}.col-sm-2{flex:0 0 auto;width:16.66666667%}.col-sm-3{flex:0 0 auto;width:25%}.col-sm-4{flex:0 0 auto;width:33.33333333%}.col-sm-5{flex:0 0 auto;width:41.66666667%}.col-sm-6{flex:0 0 auto;width:50%}.col-sm-7{flex:0 0 auto;width:58.33333333%}.col-sm-8{flex:0 0 auto;width:66.66666667%}.col-sm-9{flex:0 0 auto;width:75%}.col-sm-10{flex:0 0 auto;width:83.33333333%}.col-sm-11{flex:0 0 auto;width:91.66666667%}.col-sm-12{flex:0 0 auto;width:100%}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.33333333%}.offset-sm-2{margin-left:16.66666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.33333333%}.offset-sm-5{margin-left:41.66666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.33333333%}.offset-sm-8{margin-left:66.66666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.33333333%}.offset-sm-11{margin-left:91.66666667%}.g-sm-0,.gx-sm-0{--bs-gutter-x:0}.g-sm-0,.gy-sm-0{--bs-gutter-y:0}.g-sm-1,.gx-sm-1{--bs-gutter-x:0.25rem}.g-sm-1,.gy-sm-1{--bs-gutter-y:0.25rem}.g-sm-2,.gx-sm-2{--bs-gutter-x:0.5rem}.g-sm-2,.gy-sm-2{--bs-gutter-y:0.5rem}.g-sm-3,.gx-sm-3{--bs-gutter-x:1rem}.g-sm-3,.gy-sm-3{--bs-gutter-y:1rem}.g-sm-4,.gx-sm-4{--bs-gutter-x:1.5rem}.g-sm-4,.gy-sm-4{--bs-gutter-y:1.5rem}.g-sm-5,.gx-sm-5{--bs-gutter-x:3rem}.g-sm-5,.gy-sm-5{--bs-gutter-y:3rem}}@media(min-width:768px){.col-md{flex:1 0 0%}.row-cols-md-auto>*{flex:0 0 auto;width:auto}.row-cols-md-1>*{flex:0 0 auto;width:100%}.row-cols-md-2>*{flex:0 0 auto;width:50%}.row-cols-md-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-md-4>*{flex:0 0 auto;width:25%}.row-cols-md-5>*{flex:0 0 auto;width:20%}.row-cols-md-6>*{flex:0 0 auto;width:16.6666666667%}.col-md-auto{flex:0 0 auto;width:auto}.col-md-1{flex:0 0 auto;width:8.33333333%}.col-md-2{flex:0 0 auto;width:16.66666667%}.col-md-3{flex:0 0 auto;width:25%}.col-md-4{flex:0 0 auto;width:33.33333333%}.col-md-5{flex:0 0 auto;width:41.66666667%}.col-md-6{flex:0 0 auto;width:50%}.col-md-7{flex:0 0 auto;width:58.33333333%}.col-md-8{flex:0 0 auto;width:66.66666667%}.col-md-9{flex:0 0 auto;width:75%}.col-md-10{flex:0 0 auto;width:83.33333333%}.col-md-11{flex:0 0 auto;width:91.66666667%}.col-md-12{flex:0 0 auto;width:100%}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.33333333%}.offset-md-2{margin-left:16.66666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.33333333%}.offset-md-5{margin-left:41.66666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.33333333%}.offset-md-8{margin-left:66.66666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.33333333%}.offset-md-11{margin-left:91.66666667%}.g-md-0,.gx-md-0{--bs-gutter-x:0}.g-md-0,.gy-md-0{--bs-gutter-y:0}.g-md-1,.gx-md-1{--bs-gutter-x:0.25rem}.g-md-1,.gy-md-1{--bs-gutter-y:0.25rem}.g-md-2,.gx-md-2{--bs-gutter-x:0.5rem}.g-md-2,.gy-md-2{--bs-gutter-y:0.5rem}.g-md-3,.gx-md-3{--bs-gutter-x:1rem}.g-md-3,.gy-md-3{--bs-gutter-y:1rem}.g-md-4,.gx-md-4{--bs-gutter-x:1.5rem}.g-md-4,.gy-md-4{--bs-gutter-y:1.5rem}.g-md-5,.gx-md-5{--bs-gutter-x:3rem}.g-md-5,.gy-md-5{--bs-gutter-y:3rem}}@media(min-width:992px){.col-lg{flex:1 0 0%}.row-cols-lg-auto>*{flex:0 0 auto;width:auto}.row-cols-lg-1>*{flex:0 0 auto;width:100%}.row-cols-lg-2>*{flex:0 0 auto;width:50%}.row-cols-lg-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-lg-4>*{flex:0 0 auto;width:25%}.row-cols-lg-5>*{flex:0 0 auto;width:20%}.row-cols-lg-6>*{flex:0 0 auto;width:16.6666666667%}.col-lg-auto{flex:0 0 auto;width:auto}.col-lg-1{flex:0 0 auto;width:8.33333333%}.col-lg-2{flex:0 0 auto;width:16.66666667%}.col-lg-3{flex:0 0 auto;width:25%}.col-lg-4{flex:0 0 auto;width:33.33333333%}.col-lg-5{flex:0 0 auto;width:41.66666667%}.col-lg-6{flex:0 0 auto;width:50%}.col-lg-7{flex:0 0 auto;width:58.33333333%}.col-lg-8{flex:0 0 auto;width:66.66666667%}.col-lg-9{flex:0 0 auto;width:75%}.col-lg-10{flex:0 0 auto;width:83.33333333%}.col-lg-11{flex:0 0 auto;width:91.66666667%}.col-lg-12{flex:0 0 auto;width:100%}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.33333333%}.offset-lg-2{margin-left:16.66666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.33333333%}.offset-lg-5{margin-left:41.66666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.33333333%}.offset-lg-8{margin-left:66.66666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.33333333%}.offset-lg-11{margin-left:91.66666667%}.g-lg-0,.gx-lg-0{--bs-gutter-x:0}.g-lg-0,.gy-lg-0{--bs-gutter-y:0}.g-lg-1,.gx-lg-1{--bs-gutter-x:0.25rem}.g-lg-1,.gy-lg-1{--bs-gutter-y:0.25rem}.g-lg-2,.gx-lg-2{--bs-gutter-x:0.5rem}.g-lg-2,.gy-lg-2{--bs-gutter-y:0.5rem}.g-lg-3,.gx-lg-3{--bs-gutter-x:1rem}.g-lg-3,.gy-lg-3{--bs-gutter-y:1rem}.g-lg-4,.gx-lg-4{--bs-gutter-x:1.5rem}.g-lg-4,.gy-lg-4{--bs-gutter-y:1.5rem}.g-lg-5,.gx-lg-5{--bs-gutter-x:3rem}.g-lg-5,.gy-lg-5{--bs-gutter-y:3rem}}@media(min-width:1200px){.col-xl{flex:1 0 0%}.row-cols-xl-auto>*{flex:0 0 auto;width:auto}.row-cols-xl-1>*{flex:0 0 auto;width:100%}.row-cols-xl-2>*{flex:0 0 auto;width:50%}.row-cols-xl-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-xl-4>*{flex:0 0 auto;width:25%}.row-cols-xl-5>*{flex:0 0 auto;width:20%}.row-cols-xl-6>*{flex:0 0 auto;width:16.6666666667%}.col-xl-auto{flex:0 0 auto;width:auto}.col-xl-1{flex:0 0 auto;width:8.33333333%}.col-xl-2{flex:0 0 auto;width:16.66666667%}.col-xl-3{flex:0 0 auto;width:25%}.col-xl-4{flex:0 0 auto;width:33.33333333%}.col-xl-5{flex:0 0 auto;width:41.66666667%}.col-xl-6{flex:0 0 auto;width:50%}.col-xl-7{flex:0 0 auto;width:58.33333333%}.col-xl-8{flex:0 0 auto;width:66.66666667%}.col-xl-9{flex:0 0 auto;width:75%}.col-xl-10{flex:0 0 auto;width:83.33333333%}.col-xl-11{flex:0 0 auto;width:91.66666667%}.col-xl-12{flex:0 0 auto;width:100%}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.33333333%}.offset-xl-2{margin-left:16.66666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.33333333%}.offset-xl-5{margin-left:41.66666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.33333333%}.offset-xl-8{margin-left:66.66666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.33333333%}.offset-xl-11{margin-left:91.66666667%}.g-xl-0,.gx-xl-0{--bs-gutter-x:0}.g-xl-0,.gy-xl-0{--bs-gutter-y:0}.g-xl-1,.gx-xl-1{--bs-gutter-x:0.25rem}.g-xl-1,.gy-xl-1{--bs-gutter-y:0.25rem}.g-xl-2,.gx-xl-2{--bs-gutter-x:0.5rem}.g-xl-2,.gy-xl-2{--bs-gutter-y:0.5rem}.g-xl-3,.gx-xl-3{--bs-gutter-x:1rem}.g-xl-3,.gy-xl-3{--bs-gutter-y:1rem}.g-xl-4,.gx-xl-4{--bs-gutter-x:1.5rem}.g-xl-4,.gy-xl-4{--bs-gutter-y:1.5rem}.g-xl-5,.gx-xl-5{--bs-gutter-x:3rem}.g-xl-5,.gy-xl-5{--bs-gutter-y:3rem}}@media(min-width:1400px){.col-xxl{flex:1 0 0%}.row-cols-xxl-auto>*{flex:0 0 auto;width:auto}.row-cols-xxl-1>*{flex:0 0 auto;width:100%}.row-cols-xxl-2>*{flex:0 0 auto;width:50%}.row-cols-xxl-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-xxl-4>*{flex:0 0 auto;width:25%}.row-cols-xxl-5>*{flex:0 0 auto;width:20%}.row-cols-xxl-6>*{flex:0 0 auto;width:16.6666666667%}.col-xxl-auto{flex:0 0 auto;width:auto}.col-xxl-1{flex:0 0 auto;width:8.33333333%}.col-xxl-2{flex:0 0 auto;width:16.66666667%}.col-xxl-3{flex:0 0 auto;width:25%}.col-xxl-4{flex:0 0 auto;width:33.33333333%}.col-xxl-5{flex:0 0 auto;width:41.66666667%}.col-xxl-6{flex:0 0 auto;width:50%}.col-xxl-7{flex:0 0 auto;width:58.33333333%}.col-xxl-8{flex:0 0 auto;width:66.66666667%}.col-xxl-9{flex:0 0 auto;width:75%}.col-xxl-10{flex:0 0 auto;width:83.33333333%}.col-xxl-11{flex:0 0 auto;width:91.66666667%}.col-xxl-12{flex:0 0 auto;width:100%}.offset-xxl-0{margin-left:0}.offset-xxl-1{margin-left:8.33333333%}.offset-xxl-2{margin-left:16.66666667%}.offset-xxl-3{margin-left:25%}.offset-xxl-4{margin-left:33.33333333%}.offset-xxl-5{margin-left:41.66666667%}.offset-xxl-6{margin-left:50%}.offset-xxl-7{margin-left:58.33333333%}.offset-xxl-8{margin-left:66.66666667%}.offset-xxl-9{margin-left:75%}.offset-xxl-10{margin-left:83.33333333%}.offset-xxl-11{margin-left:91.66666667%}.g-xxl-0,.gx-xxl-0{--bs-gutter-x:0}.g-xxl-0,.gy-xxl-0{--bs-gutter-y:0}.g-xxl-1,.gx-xxl-1{--bs-gutter-x:0.25rem}.g-xxl-1,.gy-xxl-1{--bs-gutter-y:0.25rem}.g-xxl-2,.gx-xxl-2{--bs-gutter-x:0.5rem}.g-xxl-2,.gy-xxl-2{--bs-gutter-y:0.5rem}.g-xxl-3,.gx-xxl-3{--bs-gutter-x:1rem}.g-xxl-3,.gy-xxl-3{--bs-gutter-y:1rem}.g-xxl-4,.gx-xxl-4{--bs-gutter-x:1.5rem}.g-xxl-4,.gy-xxl-4{--bs-gutter-y:1.5rem}.g-xxl-5,.gx-xxl-5{--bs-gutter-x:3rem}.g-xxl-5,.gy-xxl-5{--bs-gutter-y:3rem}}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-grid{display:grid!important}.d-table{display:table!important}.d-table-row{display:table-row!important}.d-table-cell{display:table-cell!important}.d-flex{display:flex!important}.d-inline-flex{display:inline-flex!important}.d-none{display:none!important}.flex-fill{flex:1 1 auto!important}.flex-row{flex-direction:row!important}.flex-column{flex-direction:column!important}.flex-row-reverse{flex-direction:row-reverse!important}.flex-column-reverse{flex-direction:column-reverse!important}.flex-grow-0{flex-grow:0!important}.flex-grow-1{flex-grow:1!important}.flex-shrink-0{flex-shrink:0!important}.flex-shrink-1{flex-shrink:1!important}.flex-wrap{flex-wrap:wrap!important}.flex-nowrap{flex-wrap:nowrap!important}.flex-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-start{justify-content:flex-start!important}.justify-content-end{justify-content:flex-end!important}.justify-content-center{justify-content:center!important}.justify-content-between{justify-content:space-between!important}.justify-content-around{justify-content:space-around!important}.justify-content-evenly{justify-content:space-evenly!important}.align-items-start{align-items:flex-start!important}.align-items-end{align-items:flex-end!important}.align-items-center{align-items:center!important}.align-items-baseline{align-items:baseline!important}.align-items-stretch{align-items:stretch!important}.align-content-start{align-content:flex-start!important}.align-content-end{align-content:flex-end!important}.align-content-center{align-content:center!important}.align-content-between{align-content:space-between!important}.align-content-around{align-content:space-around!important}.align-content-stretch{align-content:stretch!important}.align-self-auto{align-self:auto!important}.align-self-start{align-self:flex-start!important}.align-self-end{align-self:flex-end!important}.align-self-center{align-self:center!important}.align-self-baseline{align-self:baseline!important}.align-self-stretch{align-self:stretch!important}.order-first{order:-1!important}.order-0{order:0!important}.order-1{order:1!important}.order-2{order:2!important}.order-3{order:3!important}.order-4{order:4!important}.order-5{order:5!important}.order-last{order:6!important}.m-0{margin:0!important}.m-1{margin:.25rem!important}.m-2{margin:.5rem!important}.m-3{margin:1rem!important}.m-4{margin:1.5rem!important}.m-5{margin:3rem!important}.m-auto{margin:auto!important}.mx-0{margin-right:0!important;margin-left:0!important}.mx-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-3{margin-right:1rem!important;margin-left:1rem!important}.mx-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-5{margin-right:3rem!important;margin-left:3rem!important}.mx-auto{margin-right:auto!important;margin-left:auto!important}.my-0{margin-top:0!important;margin-bottom:0!important}.my-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-0{margin-top:0!important}.mt-1{margin-top:.25rem!important}.mt-2{margin-top:.5rem!important}.mt-3{margin-top:1rem!important}.mt-4{margin-top:1.5rem!important}.mt-5{margin-top:3rem!important}.mt-auto{margin-top:auto!important}.me-0{margin-right:0!important}.me-1{margin-right:.25rem!important}.me-2{margin-right:.5rem!important}.me-3{margin-right:1rem!important}.me-4{margin-right:1.5rem!important}.me-5{margin-right:3rem!important}.me-auto{margin-right:auto!important}.mb-0{margin-bottom:0!important}.mb-1{margin-bottom:.25rem!important}.mb-2{margin-bottom:.5rem!important}.mb-3{margin-bottom:1rem!important}.mb-4{margin-bottom:1.5rem!important}.mb-5{margin-bottom:3rem!important}.mb-auto{margin-bottom:auto!important}.ms-0{margin-left:0!important}.ms-1{margin-left:.25rem!important}.ms-2{margin-left:.5rem!important}.ms-3{margin-left:1rem!important}.ms-4{margin-left:1.5rem!important}.ms-5{margin-left:3rem!important}.ms-auto{margin-left:auto!important}.p-0{padding:0!important}.p-1{padding:.25rem!important}.p-2{padding:.5rem!important}.p-3{padding:1rem!important}.p-4{padding:1.5rem!important}.p-5{padding:3rem!important}.px-0{padding-right:0!important;padding-left:0!important}.px-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-3{padding-right:1rem!important;padding-left:1rem!important}.px-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-5{padding-right:3rem!important;padding-left:3rem!important}.py-0{padding-top:0!important;padding-bottom:0!important}.py-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-0{padding-top:0!important}.pt-1{padding-top:.25rem!important}.pt-2{padding-top:.5rem!important}.pt-3{padding-top:1rem!important}.pt-4{padding-top:1.5rem!important}.pt-5{padding-top:3rem!important}.pe-0{padding-right:0!important}.pe-1{padding-right:.25rem!important}.pe-2{padding-right:.5rem!important}.pe-3{padding-right:1rem!important}.pe-4{padding-right:1.5rem!important}.pe-5{padding-right:3rem!important}.pb-0{padding-bottom:0!important}.pb-1{padding-bottom:.25rem!important}.pb-2{padding-bottom:.5rem!important}.pb-3{padding-bottom:1rem!important}.pb-4{padding-bottom:1.5rem!important}.pb-5{padding-bottom:3rem!important}.ps-0{padding-left:0!important}.ps-1{padding-left:.25rem!important}.ps-2{padding-left:.5rem!important}.ps-3{padding-left:1rem!important}.ps-4{padding-left:1.5rem!important}.ps-5{padding-left:3rem!important}@media(min-width:576px){.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-grid{display:grid!important}.d-sm-table{display:table!important}.d-sm-table-row{display:table-row!important}.d-sm-table-cell{display:table-cell!important}.d-sm-flex{display:flex!important}.d-sm-inline-flex{display:inline-flex!important}.d-sm-none{display:none!important}.flex-sm-fill{flex:1 1 auto!important}.flex-sm-row{flex-direction:row!important}.flex-sm-column{flex-direction:column!important}.flex-sm-row-reverse{flex-direction:row-reverse!important}.flex-sm-column-reverse{flex-direction:column-reverse!important}.flex-sm-grow-0{flex-grow:0!important}.flex-sm-grow-1{flex-grow:1!important}.flex-sm-shrink-0{flex-shrink:0!important}.flex-sm-shrink-1{flex-shrink:1!important}.flex-sm-wrap{flex-wrap:wrap!important}.flex-sm-nowrap{flex-wrap:nowrap!important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-sm-start{justify-content:flex-start!important}.justify-content-sm-end{justify-content:flex-end!important}.justify-content-sm-center{justify-content:center!important}.justify-content-sm-between{justify-content:space-between!important}.justify-content-sm-around{justify-content:space-around!important}.justify-content-sm-evenly{justify-content:space-evenly!important}.align-items-sm-start{align-items:flex-start!important}.align-items-sm-end{align-items:flex-end!important}.align-items-sm-center{align-items:center!important}.align-items-sm-baseline{align-items:baseline!important}.align-items-sm-stretch{align-items:stretch!important}.align-content-sm-start{align-content:flex-start!important}.align-content-sm-end{align-content:flex-end!important}.align-content-sm-center{align-content:center!important}.align-content-sm-between{align-content:space-between!important}.align-content-sm-around{align-content:space-around!important}.align-content-sm-stretch{align-content:stretch!important}.align-self-sm-auto{align-self:auto!important}.align-self-sm-start{align-self:flex-start!important}.align-self-sm-end{align-self:flex-end!important}.align-self-sm-center{align-self:center!important}.align-self-sm-baseline{align-self:baseline!important}.align-self-sm-stretch{align-self:stretch!important}.order-sm-first{order:-1!important}.order-sm-0{order:0!important}.order-sm-1{order:1!important}.order-sm-2{order:2!important}.order-sm-3{order:3!important}.order-sm-4{order:4!important}.order-sm-5{order:5!important}.order-sm-last{order:6!important}.m-sm-0{margin:0!important}.m-sm-1{margin:.25rem!important}.m-sm-2{margin:.5rem!important}.m-sm-3{margin:1rem!important}.m-sm-4{margin:1.5rem!important}.m-sm-5{margin:3rem!important}.m-sm-auto{margin:auto!important}.mx-sm-0{margin-right:0!important;margin-left:0!important}.mx-sm-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-sm-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-sm-3{margin-right:1rem!important;margin-left:1rem!important}.mx-sm-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-sm-5{margin-right:3rem!important;margin-left:3rem!important}.mx-sm-auto{margin-right:auto!important;margin-left:auto!important}.my-sm-0{margin-top:0!important;margin-bottom:0!important}.my-sm-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-sm-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-sm-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-sm-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-sm-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-sm-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-sm-0{margin-top:0!important}.mt-sm-1{margin-top:.25rem!important}.mt-sm-2{margin-top:.5rem!important}.mt-sm-3{margin-top:1rem!important}.mt-sm-4{margin-top:1.5rem!important}.mt-sm-5{margin-top:3rem!important}.mt-sm-auto{margin-top:auto!important}.me-sm-0{margin-right:0!important}.me-sm-1{margin-right:.25rem!important}.me-sm-2{margin-right:.5rem!important}.me-sm-3{margin-right:1rem!important}.me-sm-4{margin-right:1.5rem!important}.me-sm-5{margin-right:3rem!important}.me-sm-auto{margin-right:auto!important}.mb-sm-0{margin-bottom:0!important}.mb-sm-1{margin-bottom:.25rem!important}.mb-sm-2{margin-bottom:.5rem!important}.mb-sm-3{margin-bottom:1rem!important}.mb-sm-4{margin-bottom:1.5rem!important}.mb-sm-5{margin-bottom:3rem!important}.mb-sm-auto{margin-bottom:auto!important}.ms-sm-0{margin-left:0!important}.ms-sm-1{margin-left:.25rem!important}.ms-sm-2{margin-left:.5rem!important}.ms-sm-3{margin-left:1rem!important}.ms-sm-4{margin-left:1.5rem!important}.ms-sm-5{margin-left:3rem!important}.ms-sm-auto{margin-left:auto!important}.p-sm-0{padding:0!important}.p-sm-1{padding:.25rem!important}.p-sm-2{padding:.5rem!important}.p-sm-3{padding:1rem!important}.p-sm-4{padding:1.5rem!important}.p-sm-5{padding:3rem!important}.px-sm-0{padding-right:0!important;padding-left:0!important}.px-sm-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-sm-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-sm-3{padding-right:1rem!important;padding-left:1rem!important}.px-sm-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-sm-5{padding-right:3rem!important;padding-left:3rem!important}.py-sm-0{padding-top:0!important;padding-bottom:0!important}.py-sm-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-sm-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-sm-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-sm-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-sm-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-sm-0{padding-top:0!important}.pt-sm-1{padding-top:.25rem!important}.pt-sm-2{padding-top:.5rem!important}.pt-sm-3{padding-top:1rem!important}.pt-sm-4{padding-top:1.5rem!important}.pt-sm-5{padding-top:3rem!important}.pe-sm-0{padding-right:0!important}.pe-sm-1{padding-right:.25rem!important}.pe-sm-2{padding-right:.5rem!important}.pe-sm-3{padding-right:1rem!important}.pe-sm-4{padding-right:1.5rem!important}.pe-sm-5{padding-right:3rem!important}.pb-sm-0{padding-bottom:0!important}.pb-sm-1{padding-bottom:.25rem!important}.pb-sm-2{padding-bottom:.5rem!important}.pb-sm-3{padding-bottom:1rem!important}.pb-sm-4{padding-bottom:1.5rem!important}.pb-sm-5{padding-bottom:3rem!important}.ps-sm-0{padding-left:0!important}.ps-sm-1{padding-left:.25rem!important}.ps-sm-2{padding-left:.5rem!important}.ps-sm-3{padding-left:1rem!important}.ps-sm-4{padding-left:1.5rem!important}.ps-sm-5{padding-left:3rem!important}}@media(min-width:768px){.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-grid{display:grid!important}.d-md-table{display:table!important}.d-md-table-row{display:table-row!important}.d-md-table-cell{display:table-cell!important}.d-md-flex{display:flex!important}.d-md-inline-flex{display:inline-flex!important}.d-md-none{display:none!important}.flex-md-fill{flex:1 1 auto!important}.flex-md-row{flex-direction:row!important}.flex-md-column{flex-direction:column!important}.flex-md-row-reverse{flex-direction:row-reverse!important}.flex-md-column-reverse{flex-direction:column-reverse!important}.flex-md-grow-0{flex-grow:0!important}.flex-md-grow-1{flex-grow:1!important}.flex-md-shrink-0{flex-shrink:0!important}.flex-md-shrink-1{flex-shrink:1!important}.flex-md-wrap{flex-wrap:wrap!important}.flex-md-nowrap{flex-wrap:nowrap!important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-md-start{justify-content:flex-start!important}.justify-content-md-end{justify-content:flex-end!important}.justify-content-md-center{justify-content:center!important}.justify-content-md-between{justify-content:space-between!important}.justify-content-md-around{justify-content:space-around!important}.justify-content-md-evenly{justify-content:space-evenly!important}.align-items-md-start{align-items:flex-start!important}.align-items-md-end{align-items:flex-end!important}.align-items-md-center{align-items:center!important}.align-items-md-baseline{align-items:baseline!important}.align-items-md-stretch{align-items:stretch!important}.align-content-md-start{align-content:flex-start!important}.align-content-md-end{align-content:flex-end!important}.align-content-md-center{align-content:center!important}.align-content-md-between{align-content:space-between!important}.align-content-md-around{align-content:space-around!important}.align-content-md-stretch{align-content:stretch!important}.align-self-md-auto{align-self:auto!important}.align-self-md-start{align-self:flex-start!important}.align-self-md-end{align-self:flex-end!important}.align-self-md-center{align-self:center!important}.align-self-md-baseline{align-self:baseline!important}.align-self-md-stretch{align-self:stretch!important}.order-md-first{order:-1!important}.order-md-0{order:0!important}.order-md-1{order:1!important}.order-md-2{order:2!important}.order-md-3{order:3!important}.order-md-4{order:4!important}.order-md-5{order:5!important}.order-md-last{order:6!important}.m-md-0{margin:0!important}.m-md-1{margin:.25rem!important}.m-md-2{margin:.5rem!important}.m-md-3{margin:1rem!important}.m-md-4{margin:1.5rem!important}.m-md-5{margin:3rem!important}.m-md-auto{margin:auto!important}.mx-md-0{margin-right:0!important;margin-left:0!important}.mx-md-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-md-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-md-3{margin-right:1rem!important;margin-left:1rem!important}.mx-md-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-md-5{margin-right:3rem!important;margin-left:3rem!important}.mx-md-auto{margin-right:auto!important;margin-left:auto!important}.my-md-0{margin-top:0!important;margin-bottom:0!important}.my-md-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-md-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-md-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-md-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-md-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-md-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-md-0{margin-top:0!important}.mt-md-1{margin-top:.25rem!important}.mt-md-2{margin-top:.5rem!important}.mt-md-3{margin-top:1rem!important}.mt-md-4{margin-top:1.5rem!important}.mt-md-5{margin-top:3rem!important}.mt-md-auto{margin-top:auto!important}.me-md-0{margin-right:0!important}.me-md-1{margin-right:.25rem!important}.me-md-2{margin-right:.5rem!important}.me-md-3{margin-right:1rem!important}.me-md-4{margin-right:1.5rem!important}.me-md-5{margin-right:3rem!important}.me-md-auto{margin-right:auto!important}.mb-md-0{margin-bottom:0!important}.mb-md-1{margin-bottom:.25rem!important}.mb-md-2{margin-bottom:.5rem!important}.mb-md-3{margin-bottom:1rem!important}.mb-md-4{margin-bottom:1.5rem!important}.mb-md-5{margin-bottom:3rem!important}.mb-md-auto{margin-bottom:auto!important}.ms-md-0{margin-left:0!important}.ms-md-1{margin-left:.25rem!important}.ms-md-2{margin-left:.5rem!important}.ms-md-3{margin-left:1rem!important}.ms-md-4{margin-left:1.5rem!important}.ms-md-5{margin-left:3rem!important}.ms-md-auto{margin-left:auto!important}.p-md-0{padding:0!important}.p-md-1{padding:.25rem!important}.p-md-2{padding:.5rem!important}.p-md-3{padding:1rem!important}.p-md-4{padding:1.5rem!important}.p-md-5{padding:3rem!important}.px-md-0{padding-right:0!important;padding-left:0!important}.px-md-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-md-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-md-3{padding-right:1rem!important;padding-left:1rem!important}.px-md-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-md-5{padding-right:3rem!important;padding-left:3rem!important}.py-md-0{padding-top:0!important;padding-bottom:0!important}.py-md-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-md-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-md-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-md-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-md-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-md-0{padding-top:0!important}.pt-md-1{padding-top:.25rem!important}.pt-md-2{padding-top:.5rem!important}.pt-md-3{padding-top:1rem!important}.pt-md-4{padding-top:1.5rem!important}.pt-md-5{padding-top:3rem!important}.pe-md-0{padding-right:0!important}.pe-md-1{padding-right:.25rem!important}.pe-md-2{padding-right:.5rem!important}.pe-md-3{padding-right:1rem!important}.pe-md-4{padding-right:1.5rem!important}.pe-md-5{padding-right:3rem!important}.pb-md-0{padding-bottom:0!important}.pb-md-1{padding-bottom:.25rem!important}.pb-md-2{padding-bottom:.5rem!important}.pb-md-3{padding-bottom:1rem!important}.pb-md-4{padding-bottom:1.5rem!important}.pb-md-5{padding-bottom:3rem!important}.ps-md-0{padding-left:0!important}.ps-md-1{padding-left:.25rem!important}.ps-md-2{padding-left:.5rem!important}.ps-md-3{padding-left:1rem!important}.ps-md-4{padding-left:1.5rem!important}.ps-md-5{padding-left:3rem!important}}@media(min-width:992px){.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-grid{display:grid!important}.d-lg-table{display:table!important}.d-lg-table-row{display:table-row!important}.d-lg-table-cell{display:table-cell!important}.d-lg-flex{display:flex!important}.d-lg-inline-flex{display:inline-flex!important}.d-lg-none{display:none!important}.flex-lg-fill{flex:1 1 auto!important}.flex-lg-row{flex-direction:row!important}.flex-lg-column{flex-direction:column!important}.flex-lg-row-reverse{flex-direction:row-reverse!important}.flex-lg-column-reverse{flex-direction:column-reverse!important}.flex-lg-grow-0{flex-grow:0!important}.flex-lg-grow-1{flex-grow:1!important}.flex-lg-shrink-0{flex-shrink:0!important}.flex-lg-shrink-1{flex-shrink:1!important}.flex-lg-wrap{flex-wrap:wrap!important}.flex-lg-nowrap{flex-wrap:nowrap!important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-lg-start{justify-content:flex-start!important}.justify-content-lg-end{justify-content:flex-end!important}.justify-content-lg-center{justify-content:center!important}.justify-content-lg-between{justify-content:space-between!important}.justify-content-lg-around{justify-content:space-around!important}.justify-content-lg-evenly{justify-content:space-evenly!important}.align-items-lg-start{align-items:flex-start!important}.align-items-lg-end{align-items:flex-end!important}.align-items-lg-center{align-items:center!important}.align-items-lg-baseline{align-items:baseline!important}.align-items-lg-stretch{align-items:stretch!important}.align-content-lg-start{align-content:flex-start!important}.align-content-lg-end{align-content:flex-end!important}.align-content-lg-center{align-content:center!important}.align-content-lg-between{align-content:space-between!important}.align-content-lg-around{align-content:space-around!important}.align-content-lg-stretch{align-content:stretch!important}.align-self-lg-auto{align-self:auto!important}.align-self-lg-start{align-self:flex-start!important}.align-self-lg-end{align-self:flex-end!important}.align-self-lg-center{align-self:center!important}.align-self-lg-baseline{align-self:baseline!important}.align-self-lg-stretch{align-self:stretch!important}.order-lg-first{order:-1!important}.order-lg-0{order:0!important}.order-lg-1{order:1!important}.order-lg-2{order:2!important}.order-lg-3{order:3!important}.order-lg-4{order:4!important}.order-lg-5{order:5!important}.order-lg-last{order:6!important}.m-lg-0{margin:0!important}.m-lg-1{margin:.25rem!important}.m-lg-2{margin:.5rem!important}.m-lg-3{margin:1rem!important}.m-lg-4{margin:1.5rem!important}.m-lg-5{margin:3rem!important}.m-lg-auto{margin:auto!important}.mx-lg-0{margin-right:0!important;margin-left:0!important}.mx-lg-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-lg-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-lg-3{margin-right:1rem!important;margin-left:1rem!important}.mx-lg-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-lg-5{margin-right:3rem!important;margin-left:3rem!important}.mx-lg-auto{margin-right:auto!important;margin-left:auto!important}.my-lg-0{margin-top:0!important;margin-bottom:0!important}.my-lg-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-lg-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-lg-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-lg-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-lg-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-lg-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-lg-0{margin-top:0!important}.mt-lg-1{margin-top:.25rem!important}.mt-lg-2{margin-top:.5rem!important}.mt-lg-3{margin-top:1rem!important}.mt-lg-4{margin-top:1.5rem!important}.mt-lg-5{margin-top:3rem!important}.mt-lg-auto{margin-top:auto!important}.me-lg-0{margin-right:0!important}.me-lg-1{margin-right:.25rem!important}.me-lg-2{margin-right:.5rem!important}.me-lg-3{margin-right:1rem!important}.me-lg-4{margin-right:1.5rem!important}.me-lg-5{margin-right:3rem!important}.me-lg-auto{margin-right:auto!important}.mb-lg-0{margin-bottom:0!important}.mb-lg-1{margin-bottom:.25rem!important}.mb-lg-2{margin-bottom:.5rem!important}.mb-lg-3{margin-bottom:1rem!important}.mb-lg-4{margin-bottom:1.5rem!important}.mb-lg-5{margin-bottom:3rem!important}.mb-lg-auto{margin-bottom:auto!important}.ms-lg-0{margin-left:0!important}.ms-lg-1{margin-left:.25rem!important}.ms-lg-2{margin-left:.5rem!important}.ms-lg-3{margin-left:1rem!important}.ms-lg-4{margin-left:1.5rem!important}.ms-lg-5{margin-left:3rem!important}.ms-lg-auto{margin-left:auto!important}.p-lg-0{padding:0!important}.p-lg-1{padding:.25rem!important}.p-lg-2{padding:.5rem!important}.p-lg-3{padding:1rem!important}.p-lg-4{padding:1.5rem!important}.p-lg-5{padding:3rem!important}.px-lg-0{padding-right:0!important;padding-left:0!important}.px-lg-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-lg-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-lg-3{padding-right:1rem!important;padding-left:1rem!important}.px-lg-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-lg-5{padding-right:3rem!important;padding-left:3rem!important}.py-lg-0{padding-top:0!important;padding-bottom:0!important}.py-lg-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-lg-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-lg-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-lg-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-lg-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-lg-0{padding-top:0!important}.pt-lg-1{padding-top:.25rem!important}.pt-lg-2{padding-top:.5rem!important}.pt-lg-3{padding-top:1rem!important}.pt-lg-4{padding-top:1.5rem!important}.pt-lg-5{padding-top:3rem!important}.pe-lg-0{padding-right:0!important}.pe-lg-1{padding-right:.25rem!important}.pe-lg-2{padding-right:.5rem!important}.pe-lg-3{padding-right:1rem!important}.pe-lg-4{padding-right:1.5rem!important}.pe-lg-5{padding-right:3rem!important}.pb-lg-0{padding-bottom:0!important}.pb-lg-1{padding-bottom:.25rem!important}.pb-lg-2{padding-bottom:.5rem!important}.pb-lg-3{padding-bottom:1rem!important}.pb-lg-4{padding-bottom:1.5rem!important}.pb-lg-5{padding-bottom:3rem!important}.ps-lg-0{padding-left:0!important}.ps-lg-1{padding-left:.25rem!important}.ps-lg-2{padding-left:.5rem!important}.ps-lg-3{padding-left:1rem!important}.ps-lg-4{padding-left:1.5rem!important}.ps-lg-5{padding-left:3rem!important}}@media(min-width:1200px){.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-grid{display:grid!important}.d-xl-table{display:table!important}.d-xl-table-row{display:table-row!important}.d-xl-table-cell{display:table-cell!important}.d-xl-flex{display:flex!important}.d-xl-inline-flex{display:inline-flex!important}.d-xl-none{display:none!important}.flex-xl-fill{flex:1 1 auto!important}.flex-xl-row{flex-direction:row!important}.flex-xl-column{flex-direction:column!important}.flex-xl-row-reverse{flex-direction:row-reverse!important}.flex-xl-column-reverse{flex-direction:column-reverse!important}.flex-xl-grow-0{flex-grow:0!important}.flex-xl-grow-1{flex-grow:1!important}.flex-xl-shrink-0{flex-shrink:0!important}.flex-xl-shrink-1{flex-shrink:1!important}.flex-xl-wrap{flex-wrap:wrap!important}.flex-xl-nowrap{flex-wrap:nowrap!important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-xl-start{justify-content:flex-start!important}.justify-content-xl-end{justify-content:flex-end!important}.justify-content-xl-center{justify-content:center!important}.justify-content-xl-between{justify-content:space-between!important}.justify-content-xl-around{justify-content:space-around!important}.justify-content-xl-evenly{justify-content:space-evenly!important}.align-items-xl-start{align-items:flex-start!important}.align-items-xl-end{align-items:flex-end!important}.align-items-xl-center{align-items:center!important}.align-items-xl-baseline{align-items:baseline!important}.align-items-xl-stretch{align-items:stretch!important}.align-content-xl-start{align-content:flex-start!important}.align-content-xl-end{align-content:flex-end!important}.align-content-xl-center{align-content:center!important}.align-content-xl-between{align-content:space-between!important}.align-content-xl-around{align-content:space-around!important}.align-content-xl-stretch{align-content:stretch!important}.align-self-xl-auto{align-self:auto!important}.align-self-xl-start{align-self:flex-start!important}.align-self-xl-end{align-self:flex-end!important}.align-self-xl-center{align-self:center!important}.align-self-xl-baseline{align-self:baseline!important}.align-self-xl-stretch{align-self:stretch!important}.order-xl-first{order:-1!important}.order-xl-0{order:0!important}.order-xl-1{order:1!important}.order-xl-2{order:2!important}.order-xl-3{order:3!important}.order-xl-4{order:4!important}.order-xl-5{order:5!important}.order-xl-last{order:6!important}.m-xl-0{margin:0!important}.m-xl-1{margin:.25rem!important}.m-xl-2{margin:.5rem!important}.m-xl-3{margin:1rem!important}.m-xl-4{margin:1.5rem!important}.m-xl-5{margin:3rem!important}.m-xl-auto{margin:auto!important}.mx-xl-0{margin-right:0!important;margin-left:0!important}.mx-xl-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-xl-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-xl-3{margin-right:1rem!important;margin-left:1rem!important}.mx-xl-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-xl-5{margin-right:3rem!important;margin-left:3rem!important}.mx-xl-auto{margin-right:auto!important;margin-left:auto!important}.my-xl-0{margin-top:0!important;margin-bottom:0!important}.my-xl-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-xl-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-xl-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-xl-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-xl-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-xl-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-xl-0{margin-top:0!important}.mt-xl-1{margin-top:.25rem!important}.mt-xl-2{margin-top:.5rem!important}.mt-xl-3{margin-top:1rem!important}.mt-xl-4{margin-top:1.5rem!important}.mt-xl-5{margin-top:3rem!important}.mt-xl-auto{margin-top:auto!important}.me-xl-0{margin-right:0!important}.me-xl-1{margin-right:.25rem!important}.me-xl-2{margin-right:.5rem!important}.me-xl-3{margin-right:1rem!important}.me-xl-4{margin-right:1.5rem!important}.me-xl-5{margin-right:3rem!important}.me-xl-auto{margin-right:auto!important}.mb-xl-0{margin-bottom:0!important}.mb-xl-1{margin-bottom:.25rem!important}.mb-xl-2{margin-bottom:.5rem!important}.mb-xl-3{margin-bottom:1rem!important}.mb-xl-4{margin-bottom:1.5rem!important}.mb-xl-5{margin-bottom:3rem!important}.mb-xl-auto{margin-bottom:auto!important}.ms-xl-0{margin-left:0!important}.ms-xl-1{margin-left:.25rem!important}.ms-xl-2{margin-left:.5rem!important}.ms-xl-3{margin-left:1rem!important}.ms-xl-4{margin-left:1.5rem!important}.ms-xl-5{margin-left:3rem!important}.ms-xl-auto{margin-left:auto!important}.p-xl-0{padding:0!important}.p-xl-1{padding:.25rem!important}.p-xl-2{padding:.5rem!important}.p-xl-3{padding:1rem!important}.p-xl-4{padding:1.5rem!important}.p-xl-5{padding:3rem!important}.px-xl-0{padding-right:0!important;padding-left:0!important}.px-xl-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-xl-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-xl-3{padding-right:1rem!important;padding-left:1rem!important}.px-xl-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-xl-5{padding-right:3rem!important;padding-left:3rem!important}.py-xl-0{padding-top:0!important;padding-bottom:0!important}.py-xl-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-xl-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-xl-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-xl-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-xl-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-xl-0{padding-top:0!important}.pt-xl-1{padding-top:.25rem!important}.pt-xl-2{padding-top:.5rem!important}.pt-xl-3{padding-top:1rem!important}.pt-xl-4{padding-top:1.5rem!important}.pt-xl-5{padding-top:3rem!important}.pe-xl-0{padding-right:0!important}.pe-xl-1{padding-right:.25rem!important}.pe-xl-2{padding-right:.5rem!important}.pe-xl-3{padding-right:1rem!important}.pe-xl-4{padding-right:1.5rem!important}.pe-xl-5{padding-right:3rem!important}.pb-xl-0{padding-bottom:0!important}.pb-xl-1{padding-bottom:.25rem!important}.pb-xl-2{padding-bottom:.5rem!important}.pb-xl-3{padding-bottom:1rem!important}.pb-xl-4{padding-bottom:1.5rem!important}.pb-xl-5{padding-bottom:3rem!important}.ps-xl-0{padding-left:0!important}.ps-xl-1{padding-left:.25rem!important}.ps-xl-2{padding-left:.5rem!important}.ps-xl-3{padding-left:1rem!important}.ps-xl-4{padding-left:1.5rem!important}.ps-xl-5{padding-left:3rem!important}}@media(min-width:1400px){.d-xxl-inline{display:inline!important}.d-xxl-inline-block{display:inline-block!important}.d-xxl-block{display:block!important}.d-xxl-grid{display:grid!important}.d-xxl-table{display:table!important}.d-xxl-table-row{display:table-row!important}.d-xxl-table-cell{display:table-cell!important}.d-xxl-flex{display:flex!important}.d-xxl-inline-flex{display:inline-flex!important}.d-xxl-none{display:none!important}.flex-xxl-fill{flex:1 1 auto!important}.flex-xxl-row{flex-direction:row!important}.flex-xxl-column{flex-direction:column!important}.flex-xxl-row-reverse{flex-direction:row-reverse!important}.flex-xxl-column-reverse{flex-direction:column-reverse!important}.flex-xxl-grow-0{flex-grow:0!important}.flex-xxl-grow-1{flex-grow:1!important}.flex-xxl-shrink-0{flex-shrink:0!important}.flex-xxl-shrink-1{flex-shrink:1!important}.flex-xxl-wrap{flex-wrap:wrap!important}.flex-xxl-nowrap{flex-wrap:nowrap!important}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-xxl-start{justify-content:flex-start!important}.justify-content-xxl-end{justify-content:flex-end!important}.justify-content-xxl-center{justify-content:center!important}.justify-content-xxl-between{justify-content:space-between!important}.justify-content-xxl-around{justify-content:space-around!important}.justify-content-xxl-evenly{justify-content:space-evenly!important}.align-items-xxl-start{align-items:flex-start!important}.align-items-xxl-end{align-items:flex-end!important}.align-items-xxl-center{align-items:center!important}.align-items-xxl-baseline{align-items:baseline!important}.align-items-xxl-stretch{align-items:stretch!important}.align-content-xxl-start{align-content:flex-start!important}.align-content-xxl-end{align-content:flex-end!important}.align-content-xxl-center{align-content:center!important}.align-content-xxl-between{align-content:space-between!important}.align-content-xxl-around{align-content:space-around!important}.align-content-xxl-stretch{align-content:stretch!important}.align-self-xxl-auto{align-self:auto!important}.align-self-xxl-start{align-self:flex-start!important}.align-self-xxl-end{align-self:flex-end!important}.align-self-xxl-center{align-self:center!important}.align-self-xxl-baseline{align-self:baseline!important}.align-self-xxl-stretch{align-self:stretch!important}.order-xxl-first{order:-1!important}.order-xxl-0{order:0!important}.order-xxl-1{order:1!important}.order-xxl-2{order:2!important}.order-xxl-3{order:3!important}.order-xxl-4{order:4!important}.order-xxl-5{order:5!important}.order-xxl-last{order:6!important}.m-xxl-0{margin:0!important}.m-xxl-1{margin:.25rem!important}.m-xxl-2{margin:.5rem!important}.m-xxl-3{margin:1rem!important}.m-xxl-4{margin:1.5rem!important}.m-xxl-5{margin:3rem!important}.m-xxl-auto{margin:auto!important}.mx-xxl-0{margin-right:0!important;margin-left:0!important}.mx-xxl-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-xxl-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-xxl-3{margin-right:1rem!important;margin-left:1rem!important}.mx-xxl-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-xxl-5{margin-right:3rem!important;margin-left:3rem!important}.mx-xxl-auto{margin-right:auto!important;margin-left:auto!important}.my-xxl-0{margin-top:0!important;margin-bottom:0!important}.my-xxl-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-xxl-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-xxl-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-xxl-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-xxl-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-xxl-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-xxl-0{margin-top:0!important}.mt-xxl-1{margin-top:.25rem!important}.mt-xxl-2{margin-top:.5rem!important}.mt-xxl-3{margin-top:1rem!important}.mt-xxl-4{margin-top:1.5rem!important}.mt-xxl-5{margin-top:3rem!important}.mt-xxl-auto{margin-top:auto!important}.me-xxl-0{margin-right:0!important}.me-xxl-1{margin-right:.25rem!important}.me-xxl-2{margin-right:.5rem!important}.me-xxl-3{margin-right:1rem!important}.me-xxl-4{margin-right:1.5rem!important}.me-xxl-5{margin-right:3rem!important}.me-xxl-auto{margin-right:auto!important}.mb-xxl-0{margin-bottom:0!important}.mb-xxl-1{margin-bottom:.25rem!important}.mb-xxl-2{margin-bottom:.5rem!important}.mb-xxl-3{margin-bottom:1rem!important}.mb-xxl-4{margin-bottom:1.5rem!important}.mb-xxl-5{margin-bottom:3rem!important}.mb-xxl-auto{margin-bottom:auto!important}.ms-xxl-0{margin-left:0!important}.ms-xxl-1{margin-left:.25rem!important}.ms-xxl-2{margin-left:.5rem!important}.ms-xxl-3{margin-left:1rem!important}.ms-xxl-4{margin-left:1.5rem!important}.ms-xxl-5{margin-left:3rem!important}.ms-xxl-auto{margin-left:auto!important}.p-xxl-0{padding:0!important}.p-xxl-1{padding:.25rem!important}.p-xxl-2{padding:.5rem!important}.p-xxl-3{padding:1rem!important}.p-xxl-4{padding:1.5rem!important}.p-xxl-5{padding:3rem!important}.px-xxl-0{padding-right:0!important;padding-left:0!important}.px-xxl-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-xxl-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-xxl-3{padding-right:1rem!important;padding-left:1rem!important}.px-xxl-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-xxl-5{padding-right:3rem!important;padding-left:3rem!important}.py-xxl-0{padding-top:0!important;padding-bottom:0!important}.py-xxl-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-xxl-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-xxl-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-xxl-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-xxl-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-xxl-0{padding-top:0!important}.pt-xxl-1{padding-top:.25rem!important}.pt-xxl-2{padding-top:.5rem!important}.pt-xxl-3{padding-top:1rem!important}.pt-xxl-4{padding-top:1.5rem!important}.pt-xxl-5{padding-top:3rem!important}.pe-xxl-0{padding-right:0!important}.pe-xxl-1{padding-right:.25rem!important}.pe-xxl-2{padding-right:.5rem!important}.pe-xxl-3{padding-right:1rem!important}.pe-xxl-4{padding-right:1.5rem!important}.pe-xxl-5{padding-right:3rem!important}.pb-xxl-0{padding-bottom:0!important}.pb-xxl-1{padding-bottom:.25rem!important}.pb-xxl-2{padding-bottom:.5rem!important}.pb-xxl-3{padding-bottom:1rem!important}.pb-xxl-4{padding-bottom:1.5rem!important}.pb-xxl-5{padding-bottom:3rem!important}.ps-xxl-0{padding-left:0!important}.ps-xxl-1{padding-left:.25rem!important}.ps-xxl-2{padding-left:.5rem!important}.ps-xxl-3{padding-left:1rem!important}.ps-xxl-4{padding-left:1.5rem!important}.ps-xxl-5{padding-left:3rem!important}}@media print{.d-print-inline{display:inline!important}.d-print-inline-block{display:inline-block!important}.d-print-block{display:block!important}.d-print-grid{display:grid!important}.d-print-table{display:table!important}.d-print-table-row{display:table-row!important}.d-print-table-cell{display:table-cell!important}.d-print-flex{display:flex!important}.d-print-inline-flex{display:inline-flex!important}.d-print-none{display:none!important}}.modal{position:fixed;top:0;left:0;z-index:1055;display:none;width:100%;height:100%;overflow-x:hidden;overflow-y:auto;outline:0}.modal-dialog{position:relative;width:auto;margin:.5rem;pointer-events:none}.modal.fade .modal-dialog{transition:transform .3s ease-out;transform:translateY(-50px)}@media(prefers-reduced-motion:reduce){.modal.fade .modal-dialog{transition:none}}.modal.show .modal-dialog{transform:none}.modal.modal-static .modal-dialog{transform:scale(1.02)}.modal-dialog-scrollable{height:calc(100% - 1rem)}.modal-dialog-scrollable .modal-content{max-height:100%;overflow:hidden}.modal-dialog-scrollable .modal-body{overflow-y:auto}.modal-dialog-centered{display:flex;align-items:center;min-height:calc(100% - 1rem)}.modal-content{position:relative;display:flex;flex-direction:column;width:100%;pointer-events:auto;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:1.5rem;outline:0}.modal-backdrop{position:fixed;top:0;left:0;z-index:1050;width:100vw;height:100vh;background-color:#000}.modal-backdrop.fade{opacity:0}.modal-backdrop.show{opacity:.8}.modal-header{display:flex;flex-shrink:0;align-items:center;justify-content:space-between;padding:1.5rem 1.75rem;border-bottom:1px solid #dee2e6;border-top-left-radius:calc(1.5rem - 1px);border-top-right-radius:calc(1.5rem - 1px)}.modal-header .btn-close{padding:.75rem .875rem;margin:-.75rem -.875rem -.75rem auto}.modal-title{margin-bottom:0;line-height:1.5}.modal-body{position:relative;flex:1 1 auto;padding:1.75rem}.modal-footer{display:flex;flex-wrap:wrap;flex-shrink:0;align-items:center;justify-content:flex-end;padding:1.5rem;border-top:1px solid #dee2e6;border-bottom-right-radius:calc(1.5rem - 1px);border-bottom-left-radius:calc(1.5rem - 1px)}.modal-footer>*{margin:.25rem}@media(min-width:576px){.modal-dialog{max-width:450px;margin:1.75rem auto}.modal-dialog-scrollable{height:calc(100% - 3.5rem)}.modal-dialog-centered{min-height:calc(100% - 3.5rem)}.modal-sm{max-width:300px}}@media(min-width:992px){.modal-lg,.modal-xl{max-width:800px}}@media(min-width:1200px){.modal-xl{max-width:1140px}}.modal-fullscreen{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen .modal-header{border-radius:0}.modal-fullscreen .modal-body{overflow-y:auto}.modal-fullscreen .modal-footer{border-radius:0}@media(max-width:575.98px){.modal-fullscreen-sm-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-sm-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-sm-down .modal-header{border-radius:0}.modal-fullscreen-sm-down .modal-body{overflow-y:auto}.modal-fullscreen-sm-down .modal-footer{border-radius:0}}@media(max-width:767.98px){.modal-fullscreen-md-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-md-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-md-down .modal-header{border-radius:0}.modal-fullscreen-md-down .modal-body{overflow-y:auto}.modal-fullscreen-md-down .modal-footer{border-radius:0}}@media(max-width:991.98px){.modal-fullscreen-lg-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-lg-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-lg-down .modal-header{border-radius:0}.modal-fullscreen-lg-down .modal-body{overflow-y:auto}.modal-fullscreen-lg-down .modal-footer{border-radius:0}}@media(max-width:1199.98px){.modal-fullscreen-xl-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-xl-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-xl-down .modal-header{border-radius:0}.modal-fullscreen-xl-down .modal-body{overflow-y:auto}.modal-fullscreen-xl-down .modal-footer{border-radius:0}}@media(max-width:1399.98px){.modal-fullscreen-xxl-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-xxl-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-xxl-down .modal-header{border-radius:0}.modal-fullscreen-xxl-down .modal-body{overflow-y:auto}.modal-fullscreen-xxl-down .modal-footer{border-radius:0}}.alert{position:relative;padding:1rem 1rem;margin-bottom:1rem;border:1px solid transparent;border-radius:12px}.alert-heading{color:inherit}.alert-link{font-weight:700}.alert-dismissible{padding-right:3rem}.alert-dismissible .btn-close{position:absolute;top:0;right:0;z-index:2;padding:1.25rem 1rem}.alert-primary{color:#17050f;background-color:#ea3694;border-color:#ea3694}.alert-primary .alert-link{color:#12040c}.alert-secondary{color:#f0f1f2;background-color:#6c757d;border-color:#6c757d}.alert-secondary .alert-link{color:#c0c1c2}.alert-success{color:#071612;background-color:#44d7b6;border-color:#44d7b6}.alert-success .alert-link{color:#06120e}.alert-info{color:#011418;background-color:#0dcaf0;border-color:#0dcaf0}.alert-info .alert-link{color:#011013}.alert-warning{color:#1a1100;background-color:#ffa800;border-color:#ffa800}.alert-warning .alert-link{color:#150e00}.alert-danger{color:#fcebec;background-color:#dc3545;border-color:#dc3545}.alert-danger .alert-link{color:#cabcbd}.alert-light{color:#141416;background-color:#c9c9d7;border-color:#c9c9d7}.alert-light .alert-link{color:#101012}.alert-dark{color:#e9e9ea;background-color:#212529;border-color:#212529}.alert-dark .alert-link{color:#bababb}.Vue-Toastification__container{z-index:9999;position:fixed;padding:4px;width:407px;box-sizing:border-box;display:flex;min-height:100%;color:#fff;flex-direction:column;pointer-events:none}@media only screen and (min-width:600px){.Vue-Toastification__container.top-center,.Vue-Toastification__container.top-left,.Vue-Toastification__container.top-right{top:1em}.Vue-Toastification__container.bottom-center,.Vue-Toastification__container.bottom-left,.Vue-Toastification__container.bottom-right{bottom:1em;flex-direction:column-reverse}.Vue-Toastification__container.bottom-left,.Vue-Toastification__container.top-left{left:1em}.Vue-Toastification__container.bottom-left .Vue-Toastification__toast,.Vue-Toastification__container.top-left .Vue-Toastification__toast{margin-right:auto}@supports not (-moz-appearance:none){.Vue-Toastification__container.bottom-left .Vue-Toastification__toast--rtl,.Vue-Toastification__container.top-left .Vue-Toastification__toast--rtl{margin-right:unset;margin-left:auto}}.Vue-Toastification__container.bottom-right,.Vue-Toastification__container.top-right{right:1em}.Vue-Toastification__container.bottom-right .Vue-Toastification__toast,.Vue-Toastification__container.top-right .Vue-Toastification__toast{margin-left:auto}@supports not (-moz-appearance:none){.Vue-Toastification__container.bottom-right .Vue-Toastification__toast--rtl,.Vue-Toastification__container.top-right .Vue-Toastification__toast--rtl{margin-left:unset;margin-right:auto}}.Vue-Toastification__container.bottom-center,.Vue-Toastification__container.top-center{left:50%;margin-left:-203.5px}.Vue-Toastification__container.bottom-center .Vue-Toastification__toast,.Vue-Toastification__container.top-center .Vue-Toastification__toast{margin-left:auto;margin-right:auto}}@media only screen and (max-width:600px){.Vue-Toastification__container{width:100vw;padding:0;left:0;margin:0}.Vue-Toastification__container .Vue-Toastification__toast{width:100%}.Vue-Toastification__container.top-center,.Vue-Toastification__container.top-left,.Vue-Toastification__container.top-right{top:0}.Vue-Toastification__container.bottom-center,.Vue-Toastification__container.bottom-left,.Vue-Toastification__container.bottom-right{bottom:0;flex-direction:column-reverse}}.Vue-Toastification__toast{display:inline-flex;position:relative;max-height:unset;min-height:40px;box-sizing:border-box;margin-bottom:1rem;padding:22px 24px;border-radius:8px;box-shadow:0 1px 10px 0 rgba(0,0,0,.1),0 2px 15px 0 rgba(0,0,0,.05);justify-content:space-between;font-family:inherit;max-width:407px;min-width:326px;pointer-events:auto;overflow:hidden;transform:translateZ(0);direction:ltr}.Vue-Toastification__toast--rtl{direction:rtl}.Vue-Toastification__toast--default{background-color:#212435;color:var(--color-light-gray)}.Vue-Toastification__toast--info{background-color:var(--color-white);color:var(--color-black-void)}.Vue-Toastification__toast--success{background-color:var(--color-success);color:var(--color-black-void)}.Vue-Toastification__toast--error{background-color:var(--color-error);color:var(--color-black-void)}.Vue-Toastification__toast--warning{background-color:var(--color-warning);color:var(--color-black-void)}@media only screen and (max-width:600px){.Vue-Toastification__toast{border-radius:0;margin-bottom:.5rem}}.Vue-Toastification__toast-body{flex:1;line-height:24px;font-size:16px;word-break:break-word;white-space:pre-wrap}.Vue-Toastification__toast-component-body{flex:1}.Vue-Toastification__toast.disable-transition{-webkit-animation:none!important;animation:none!important}.Vue-Toastification__close-button{font-weight:700;font-size:24px;line-height:24px;background:transparent;outline:none;border:none;padding-left:10px;cursor:pointer;transition:.3s ease;align-items:center;color:#fff;opacity:.3;transition:visibility 0s,opacity .2s linear}.Vue-Toastification__close-button:focus,.Vue-Toastification__close-button:hover{opacity:1}.Vue-Toastification__toast:not(:hover) .Vue-Toastification__close-button.show-on-hover{opacity:0}.Vue-Toastification__toast--rtl .Vue-Toastification__close-button{padding-left:unset;padding-right:10px}@-webkit-keyframes scale-x-frames{0%{transform:scaleX(1)}to{transform:scaleX(0)}}@keyframes scale-x-frames{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Vue-Toastification__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:5px;z-index:10000;background-color:hsla(0,0%,100%,.7);transform-origin:left;-webkit-animation:scale-x-frames linear 1 forwards;animation:scale-x-frames linear 1 forwards}.Vue-Toastification__toast--rtl .Vue-Toastification__progress-bar{right:0;left:unset;transform-origin:right}.Vue-Toastification__icon{margin:auto 18px auto 0;background:transparent;outline:none;border:none;padding:0;transition:.3s ease;align-items:center;width:20px;height:100%}.Vue-Toastification__toast--rtl .Vue-Toastification__icon{margin:auto 0 auto 18px}@-webkit-keyframes fadeOutTop{0%{transform:translateY(0);opacity:1}to{transform:translateY(-50px);opacity:0}}@keyframes fadeOutTop{0%{transform:translateY(0);opacity:1}to{transform:translateY(-50px);opacity:0}}@-webkit-keyframes fadeOutLeft{0%{transform:translateX(0);opacity:1}to{transform:translateX(-50px);opacity:0}}@keyframes fadeOutLeft{0%{transform:translateX(0);opacity:1}to{transform:translateX(-50px);opacity:0}}@-webkit-keyframes fadeOutBottom{0%{transform:translateY(0);opacity:1}to{transform:translateY(50px);opacity:0}}@keyframes fadeOutBottom{0%{transform:translateY(0);opacity:1}to{transform:translateY(50px);opacity:0}}@-webkit-keyframes fadeOutRight{0%{transform:translateX(0);opacity:1}to{transform:translateX(50px);opacity:0}}@keyframes fadeOutRight{0%{transform:translateX(0);opacity:1}to{transform:translateX(50px);opacity:0}}@-webkit-keyframes fadeInLeft{0%{transform:translateX(-50px);opacity:0}to{transform:translateX(0);opacity:1}}@keyframes fadeInLeft{0%{transform:translateX(-50px);opacity:0}to{transform:translateX(0);opacity:1}}@-webkit-keyframes fadeInRight{0%{transform:translateX(50px);opacity:0}to{transform:translateX(0);opacity:1}}@keyframes fadeInRight{0%{transform:translateX(50px);opacity:0}to{transform:translateX(0);opacity:1}}@-webkit-keyframes fadeInTop{0%{transform:translateY(-50px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes fadeInTop{0%{transform:translateY(-50px);opacity:0}to{transform:translateY(0);opacity:1}}@-webkit-keyframes fadeInBottom{0%{transform:translateY(50px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes fadeInBottom{0%{transform:translateY(50px);opacity:0}to{transform:translateY(0);opacity:1}}.Vue-Toastification__fade-enter-active.bottom-left,.Vue-Toastification__fade-enter-active.top-left{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}.Vue-Toastification__fade-enter-active.bottom-right,.Vue-Toastification__fade-enter-active.top-right{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}.Vue-Toastification__fade-enter-active.top-center{-webkit-animation-name:fadeInTop;animation-name:fadeInTop}.Vue-Toastification__fade-enter-active.bottom-center{-webkit-animation-name:fadeInBottom;animation-name:fadeInBottom}.Vue-Toastification__fade-leave-active:not(.disable-transition).bottom-left,.Vue-Toastification__fade-leave-active:not(.disable-transition).top-left{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}.Vue-Toastification__fade-leave-active:not(.disable-transition).bottom-right,.Vue-Toastification__fade-leave-active:not(.disable-transition).top-right{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}.Vue-Toastification__fade-leave-active:not(.disable-transition).top-center{-webkit-animation-name:fadeOutTop;animation-name:fadeOutTop}.Vue-Toastification__fade-leave-active:not(.disable-transition).bottom-center{-webkit-animation-name:fadeOutBottom;animation-name:fadeOutBottom}.Vue-Toastification__fade-enter-active,.Vue-Toastification__fade-leave-active{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.Vue-Toastification__fade-move{transition-timing-function:ease-in-out;transition-property:all;transition-duration:.4s}.Vue-Toastification__toast{padding:.9rem;border-radius:12px}.Vue-Toastification__icon{margin:0 18px auto 0}.Vue-Toastification__close-button{opacity:1;color:inherit;padding:0;margin-left:10px}.Vue-Toastification__toast-body{line-height:18px;display:flex;align-items:center}@media only screen and (max-width:600px){.Vue-Toastification__container .Vue-Toastification__toast{width:90%;margin:0 auto}.Vue-Toastification__container.top-center,.Vue-Toastification__container.top-left,.Vue-Toastification__container.top-right{top:5px}}.noselect{cursor:default;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}html{font-size:16px}body{font-family:SF Pro Display,sans-serif;font-size:15px;font-weight:400;line-height:1.2;background-color:#292929;color:var(--color-white);background-color:#070c25}@media(min-width:480px){body{font-size:16px}}html{height:-webkit-fill-available}body{margin:0;padding:0;min-height:100vh;min-height:-webkit-fill-available;min-height:-moz-available;min-height:stretch}img{max-width:100%}@-webkit-keyframes zoom-out{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(1.3)}}@keyframes zoom-out{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(1.3)}}@-webkit-keyframes zoom-in{0%{opacity:0;transform:scale(1.3)}to{opacity:1;transform:scale(1)}}@keyframes zoom-in{0%{opacity:0;transform:scale(1.3)}to{opacity:1;transform:scale(1)}}.fade-enter-active,.fade-leave-active{transition:opacity .28s linear}.fade-enter,.fade-leave-to{opacity:0!important}.fade-fast-enter-active,.fade-fast-leave-active{transition:opacity .18s linear}.fade-fast-enter,.fade-fast-leave-to{opacity:0}.zoom-fade-enter-active,.zoom-fade-leave-active{transition:transform .35s,opacity .28s ease-in-out}.zoom-fade-enter{transform:scale(.97);opacity:0}.zoom-fade-leave-to{transform:scale(1.03);opacity:0}.slide-fade-enter-active,.slide-fade-leave-active{transition:opacity .35s,transform .4s}.slide-fade-enter{opacity:0;transform:translateX(-30%)}.slide-fade-leave-to{opacity:0;transform:translateX(30%)}.link-underline{text-decoration:underline;color:inherit}.link-colored{color:var(--color-primary)}.link-colored[disabled]{opacity:.5}.text-sm{font-size:14px}.text-md{font-size:1rem}.text-success{color:var(--color-success)}.text-error{color:var(--color-error)}.text-warning{color:var(--color-warning)}.text-winner{background:var(--gradient-winner);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.text-mid-gray{color:var(--color-mid-gray)}::-webkit-scrollbar{width:5px}::-webkit-scrollbar-track{background-color:var(--color-black-void);border-radius:10px}::-webkit-scrollbar-thumb{border-radius:10px;background:var(--color-light-gray)}.v-popper--theme-tooltip .v-popper__inner{background:#242642!important;max-width:310px;font-size:12px;border-radius:6px;color:#fff;border:1px solid var(--color-mid-gray)}.v-popper--theme-tooltip .v-popper__arrow-inner{visibility:visible;border-color:#242642}.v-popper--theme-tooltip .v-popper__arrow-outer{border-color:var(--color-mid-gray)!important}.line-height-1{line-height:1}.static-page .background-fill{background:#191825;min-height:100vh}.static-page .hide-link{display:none}.static-page .link{cursor:pointer}.static-page .link:hover .hide-link{display:inline}.static-page .fade-text{position:fixed;bottom:100px;height:144px;width:100vw;background:linear-gradient(180deg,rgba(25,24,37,0),#191825)}.static-page .bottom-nav{align-self:center;justify-content:center;position:fixed;bottom:0;display:flex;justify-content:space-around;align-items:center;width:100%;height:100px;padding:0 10px;background:#191825;box-shadow:0 -8px 24px rgba(16,14,38,.2)}@media screen and (min-width:575px){.static-page .bottom-nav{justify-content:space-between;padding:0 72px}}.static-page .bottom-nav__company{display:flex;align-items:center;font-family:Rajdhani}.static-page .bottom-nav__company img{height:45.7px}.static-page .bottom-nav__company .company-name{display:flex;flex-direction:column;margin-left:11.42px}.static-page .bottom-nav__company .company-name .child-company{font-style:normal;font-weight:700;font-size:20.9452px;line-height:27px}.static-page .bottom-nav__company .company-name .parent-company{font-style:normal;font-weight:600;font-size:8.88031px;line-height:7px;text-align:right;letter-spacing:.0987668px;text-transform:capitalize}.static-page .bottom-nav__company .target-market{display:flex;align-self:flex-start}.static-page .bottom-nav__company .target-market__content{font-size:10px;font-weight:700;padding-top:7px;padding-left:2px}.static-page .bottom-nav__button button{height:46px}@media screen and (min-width:575px){.static-page .bottom-nav__button button{width:200px}}@media screen and (min-width:575px){.static-page .bottom-nav__button button span{font-size:18px}}.static-page .terms-wrapper{display:flex;flex-direction:column;align-items:center;padding-bottom:200px}.static-page .terms{font-style:normal;color:#c9c9d7;letter-spacing:-.408px;width:100%;max-width:861px}.static-page .terms__heading{color:#fff;font-weight:600;font-size:52px;line-height:65px;letter-spacing:.404436px;text-transform:capitalize;margin-top:65px;margin-bottom:26px}@media screen and (min-width:480px)and (min-height:420px){.static-page .terms__heading{font-size:64px;line-height:80px;margin-top:80px;margin-bottom:32px}}.static-page .terms__ul{margin-left:20px;margin-top:16px;list-style-type:disc;list-style-position:outside}.static-page .terms__li{font-weight:400;font-size:16px;line-height:26px;margin-bottom:5px}.static-page .terms__subheading--one{font-size:22px;line-height:26px}.static-page .terms__subheading--two{font-weight:600;margin-top:31px;margin-bottom:12px;font-size:18px;line-height:19px}.static-page .terms__subheading--label{color:#f600f5;font-size:12px;line-height:14px;letter-spacing:-.408px;text-transform:uppercase}.static-page .terms__content{font-weight:400;font-size:16px;line-height:26px;margin-top:16px}.static-page .terms a{color:#f600f5;text-decoration:none}.static-page .terms a:hover{text-decoration:underline}.static-page .section-heading{width:100%;display:flex;align-items:flex-end;justify-content:space-between;border-bottom:1px solid rgba(96,96,96,.3607843137);margin-top:40px;margin-bottom:31px;padding-bottom:7.5px}:root{--maz-color-info:var(--color-light-gray);--maz-color-success:var(--color-light-gray);--maz-color-success-600:var(--color-light-gray);--maz-color-danger:var(--color-warning);--maz-color-danger-600:var(--color-light-gray);--maz-color-text:var(--color-white);--maz-color-muted:var(--color-light-gray);--maz-color-bg:var(--color-dark-gray)}.maz-border{border-width:1px}@media(max-width:480px){.m-input-label{font-size:12px!important}.m-phone-number-input__select{width:7.5rem!important}.m-input-wrapper-right{margin-left:-23px;padding-left:0!important}.m-phone-number-input:not(.--no-flags) .m-phone-number-input__select .m-input-wrapper input{padding-right:0}}.cursor-pointer{cursor:pointer}.font-title{font-family:var(--font-family-title)}.font-weight-semibold{font-weight:600}.cursor-help{cursor:help}.overflow-x-hidden{overflow-x:hidden}
/*
     FILE ARCHIVED ON 15:54:51 May 07, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 05:55:50 Aug 20, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.731
  exclusion.robots: 0.034
  exclusion.robots.policy: 0.021
  esindex: 0.013
  cdx.remote: 9.302
  LoadShardBlock: 79.682 (3)
  PetaboxLoader3.datanode: 151.783 (5)
  load_resource: 169.178
  PetaboxLoader3.resolve: 68.098
  loaddict: 25.027
*/
