html{font-size:16px}@media (max-width: 768px){html{font-size:14px}}body{color:#fff}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}button{outline:none;cursor:pointer;border:none}h2{font-size:1.5rem;font-weight:400;margin-bottom:1.5rem}h3{margin-bottom:2rem;font-size:1.5rem}.wizard-container{width:100%;padding:2rem 0;max-width:80rem;margin:0 auto}.small-container{position:relative;max-width:55rem;margin:0 auto}.button-footer{display:flex;gap:2rem;justify-content:center}.button-footer button{width:12rem}.popupWrapper{cursor:initial;position:fixed;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background-color:#0000004d;z-index:50;width:100%;height:100%;top:0;left:0;display:flex;align-items:center;align-content:center;justify-content:center;overflow:auto}.app{padding:2rem;background:#190f26;min-height:100vh;min-height:100svh;overflow:auto;overflow-x:hidden}:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: #e74c3c;--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-toast-width: 320px;--toastify-toast-background: #fff;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient( to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55 );--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error)}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:1em;left:1em}.Toastify__toast-container--top-center{top:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:1em;right:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width : 480px){.Toastify__toast-container{width:100vw;padding:0;left:0;margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:0;transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:0;transform:translate(0)}.Toastify__toast-container--rtl{right:0;left:initial}}.Toastify__toast{position:relative;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:4px;box-shadow:0 1px 10px #0000001a,0 2px 15px #0000000d;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;max-height:var(--toastify-toast-max-height);overflow:hidden;font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;-ms-flex:1 1 auto;flex:1 1 auto;padding:6px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;-ms-flex:1;flex:1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;-ms-flex-negative:0;flex-shrink:0;display:-ms-flexbox;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.7s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width : 480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;-ms-flex-item-align:start;align-self:flex-start}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:5px;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(110%,0,0)}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-110%,0,0)}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.preloader-wrapper{width:100%;text-align:center;padding:2rem;min-height:20rem;display:flex;justify-content:center;align-items:center}.lds-spinner{color:#fff;display:inline-block;position:relative;width:80px;height:80px}.lds-spinner div{transform-origin:40px 40px;animation:lds-spinner 1.2s linear infinite}.lds-spinner div:after{content:" ";display:block;position:absolute;top:3px;left:37px;width:6px;height:18px;border-radius:20%;background:#fff}.lds-spinner div:nth-child(1){transform:rotate(0);animation-delay:-1.1s}.lds-spinner div:nth-child(2){transform:rotate(30deg);animation-delay:-1s}.lds-spinner div:nth-child(3){transform:rotate(60deg);animation-delay:-.9s}.lds-spinner div:nth-child(4){transform:rotate(90deg);animation-delay:-.8s}.lds-spinner div:nth-child(5){transform:rotate(120deg);animation-delay:-.7s}.lds-spinner div:nth-child(6){transform:rotate(150deg);animation-delay:-.6s}.lds-spinner div:nth-child(7){transform:rotate(180deg);animation-delay:-.5s}.lds-spinner div:nth-child(8){transform:rotate(210deg);animation-delay:-.4s}.lds-spinner div:nth-child(9){transform:rotate(240deg);animation-delay:-.3s}.lds-spinner div:nth-child(10){transform:rotate(270deg);animation-delay:-.2s}.lds-spinner div:nth-child(11){transform:rotate(300deg);animation-delay:-.1s}.lds-spinner div:nth-child(12){transform:rotate(330deg);animation-delay:0s}@keyframes lds-spinner{0%{opacity:1}to{opacity:0}}.payment-processing{text-align:center;font-size:1.25rem}.payment-processing__body{padding:3rem 0}.payment-processing__body svg{width:10rem;height:auto;margin:0 auto 3rem;display:block}.payment-processing__success svg{stroke:#39ff14}.payment-processing__error svg{stroke:red}.payment-processing__waiting svg{stroke:#fff;fill:#fff}.status-bar{display:flex;justify-content:space-between;margin:0 auto;width:100%;margin-bottom:3rem;max-width:45rem}.status-bar__main{display:flex;justify-content:space-between;gap:2rem;width:80%;overflow:hidden}.status-bar__item{position:relative;display:flex;align-items:center;justify-content:center;background-color:#fff;z-index:2;border-radius:1000px;width:3.5rem;height:3.5rem}.status-bar__item:before{position:absolute;content:"";display:block;width:9999px;height:3px;background-color:#fff;right:100%}.status-bar__item:nth-child(1){z-index:3}.status-bar__item:nth-child(2){z-index:2}.status-bar__item:nth-child(3){z-index:1}.status-bar__item svg{width:55%;height:auto;fill:#893bf7}.status-bar__item__check-icon{fill:none!important;stroke:#893bf7;width:45%!important}.status-bar__item__support{stroke:#893bf7;width:60%;stroke-width:1.5px;height:auto;cursor:pointer}.status-bar__item.active{background-color:#893bf7;box-shadow:0 0 5px #a162f999}.status-bar__item.active:before{background-color:#893bf7;box-shadow:0 0 2px #a162f999}.status-bar__item.active svg{fill:#fff}.status-bar__item.active .status-bar__item__check-icon{fill:none;stroke:#fff}.status-bar__item.active .status-bar__line{background-color:#893bf7}.status-bar__line{width:10000%;height:3px;position:absolute;top:calc(50% - 2px);left:100%;z-index:0;background-color:#fff}.status-bar__support{position:relative;display:flex;align-items:center;justify-content:center;background-color:#fff;z-index:2;border-radius:1000px;min-width:3.5rem;width:3.5rem;height:3.5rem;margin-left:2.5rem}.overlay{position:fixed;top:0;bottom:0;left:0;right:0;display:flex;align-items:center;justify-content:center;background:#000000b3;transition:opacity .5s;opacity:1;z-index:10}.popup{margin:70px auto;padding:1.25rem 2rem;background:#fff;border-radius:5px;width:50%;position:relative;transition:all 5s ease-in-out;z-index:20;color:#000}.popup h5{margin-top:0;font-size:1.2rem;margin-bottom:1.5rem}.popup__close{cursor:pointer;position:absolute;top:1rem;right:1.5rem;transition:all .2s;width:1rem;height:1rem;font-weight:700;text-decoration:none;color:#333}.popup__close:hover{color:#06d85f}.popup__content{max-height:60%;padding:.25rem;overflow:auto;white-space:pre-line}@media screen and (max-width: 700px){.box,.popup{width:70%}}.payment-requisites-info__body{display:flex;justify-content:center;gap:2rem;margin-bottom:2rem}@media (max-width: 768px){.payment-requisites-info__body{flex-direction:column}}.payment-requisites-info__body__left,.payment-requisites-info__body__right{width:50%;border-radius:.5rem;padding:1.8rem 1.5rem;aspect-ratio:7/4}@media (max-width: 768px){.payment-requisites-info__body__left,.payment-requisites-info__body__right{width:100%;margin:0 auto}}@media (max-width: 540px){.payment-requisites-info__body__left,.payment-requisites-info__body__right{width:100%}}.payment-requisites-info__body__left{position:relative;background-color:#fff;color:#000;word-break:break-word}.payment-requisites-info__body__left ol{padding-left:1rem}.payment-requisites-info__body__left li{margin-bottom:.5rem}.payment-requisites-info__body__left:before,.payment-requisites-info__body__left:after{position:absolute;z-index:1;bottom:-6rem;left:-6rem;width:8rem;height:8rem;content:"";border-radius:1000px;background:linear-gradient(101.59deg,#bd41fff2 23.48%,#a23dffe6 47.99%,#8538f7f2 69.72%,#6733e7f2 90.52%,#472ed8f2 112.26%)}@media (max-width: 700px){.payment-requisites-info__body__left:before{bottom:-22rem;left:-7rem}}.payment-requisites-info__body__left:after{left:5rem;bottom:-12rem;width:5rem;height:5rem;background:linear-gradient(300.59deg,#bd41fff2 23.48%,#a23dffe6 47.99%,#8538f7f2 69.72%,#6733e7f2 90.52%,#472ed8f2 112.26%)}@media (max-width: 700px){.payment-requisites-info__body__left:after{display:none}}.payment-requisites-info__body__right{position:relative}.payment-requisites-info__body__right:before{position:absolute;top:-3rem;right:-6rem;width:13rem;height:13rem;content:"";border-radius:1000px;background:linear-gradient(301.59deg,#bd41fff2 23.48%,#a23dfff2 47.99%,#8538f7f2 69.72%,#6733e7f2 90.52%,#472ed8f2 112.26%)}@media (max-width: 700px){.payment-requisites-info__body__right:before{top:-4rem}}.payment-requisites-info__time{margin-bottom:2rem}.payment-requisites-info__footer{display:flex;gap:2rem;justify-content:center}.payment-requisites-info__footer button{width:12rem}.custom-button{padding:.6rem 2.5rem;font-size:1rem;background-color:#fff;border-radius:.5rem;transition:box-shadow ease-out .5s}.custom-button:hover{box-shadow:0 0 1.1rem 1px #893bf7}.crypto-form{height:100%;display:flex;flex-direction:column;justify-content:space-between;z-index:1;position:absolute;-webkit-backdrop-filter:blur(1rem);backdrop-filter:blur(1rem);border-top:1px solid rgb(225,205,225);border-right:1px solid rgb(225,205,225);box-shadow:2px 3px 12px #00000026;background:linear-gradient(-160deg,#ffffff80,#ffffff4d 55%,#ffffff13);width:100%;padding:1.5rem;top:0;right:0;border-radius:1.25rem;overflow:hidden}.crypto-form h5{margin-bottom:.75rem;font-size:1rem;font-weight:400}.crypto-form__buttons>div{display:grid;grid-template-columns:repeat(auto-fit,minmax(6rem,35%));gap:.75rem}.crypto-form__buttons>div button{display:flex;padding:.5rem 1rem;border-radius:.25rem;font-size:1rem;align-items:center;justify-content:center}.crypto-form__buttons>div button.active{box-shadow:0 0 5px 1px #ffffffd9}.crypto-form__buttons>div button img{width:30%;object-fit:cover;height:100%;margin-right:.5rem}.crypto-form__input{display:flex;flex-direction:column;justify-content:flex-end;max-width:100%}.crypto-form__input label{display:block;margin-bottom:.5rem}.crypto-form__input input{width:100%;padding:.7rem 1.5rem;border-radius:.4rem;align-self:flex-end;outline:none;border:2px solid transparent;font-size:1rem}.crypto-form__input input.error{border-color:red}.card-form{height:100%;display:flex;flex-direction:column;justify-content:space-between;z-index:1;position:absolute;-webkit-backdrop-filter:blur(1rem);backdrop-filter:blur(1rem);border-top:1px solid rgb(225,205,225);border-right:1px solid rgb(225,205,225);box-shadow:2px 3px 12px #00000026;background:linear-gradient(-160deg,#ffffff80,#ffffff4d 55%,#ffffff13);width:100%;padding:1.5rem;top:0;right:0;border-radius:1.25rem;overflow:hidden}.card-form img{width:10rem}.card-form__mir{width:5rem!important}.card-form__images{display:flex;align-items:center;gap:.5rem}.card-form__input{display:flex;flex-direction:column;justify-content:flex-end;max-width:100%}.card-form__input label{display:block;margin-bottom:.5rem}.card-form__input input{width:100%;padding:.75rem 1.5rem;border-radius:.4rem;align-self:flex-end;outline:none;border:2px solid transparent;font-size:1rem}.card-form__input input.error{border-color:red}.payment-systems button{display:flex;padding:1rem;width:100%;max-width:40rem;align-items:center;font-size:1rem;border-radius:.75rem;transition:box-shadow ease-out .5s;height:3.5rem;margin:0 auto 1.5rem}.payment-systems button:hover{box-shadow:0 0 1.1rem 1px #893bf7}.payment-systems img{width:2rem;height:auto;object-fit:contain;margin-right:2rem;box-shadow:2px 1px 3px #0003}.payment-banks__body{display:grid;grid-template-columns:repeat(auto-fit,minmax(15rem,1fr));gap:2rem}.payment-banks img{width:100%;height:auto;object-fit:contain}.payment-banks button{position:relative;padding:2rem;border-radius:.5rem;aspect-ratio:2/1;transition:box-shadow ease-out .5s}.payment-banks button:hover{box-shadow:0 0 1.1rem 1px #893bf7}.payment-banks button span{font-size:1rem;font-weight:500;position:absolute;bottom:.5rem;right:.75rem}.card-info{z-index:1;display:flex;flex-direction:column;justify-content:space-between;position:absolute;-webkit-backdrop-filter:blur(1rem);backdrop-filter:blur(1rem);border-top:1px solid rgb(225,205,225);border-right:1px solid rgb(225,205,225);box-shadow:2px 3px 12px #00000026;background:linear-gradient(-160deg,#ffffff80,#ffffff4d 55%,#ffffff13);width:100%;height:100%;padding:1rem;top:0;right:0;border-radius:1.25rem;overflow:hidden}.card-info img{width:15rem;height:auto;object-fit:contain;padding:1rem;border-radius:.5rem}.card-info__body{text-align:right}.card-info__body>div{display:flex;align-items:flex-start;justify-content:flex-end}.card-info__body svg{stroke:#fff;width:1.5rem;height:auto;cursor:pointer}.card-info__body input{border:none;background:transparent;font-weight:600;letter-spacing:1px;font-size:1.6rem;color:#fff;outline:none;text-align:right;width:17.5rem;margin-bottom:.25rem}.card-info__body label{font-size:1.2rem;font-weight:300;display:block;margin-bottom:.25rem}.card-info__body p{font-size:1.25rem}.payment-link a{display:block;text-decoration:none;color:#000;font-size:1.25rem;background-color:#fff;border-radius:.5rem;padding:1rem 2rem;margin-bottom:3rem}.payment-link__footer{text-align:center}.error-page{text-align:center;font-size:1.25rem}.error-page__body svg{width:15rem;height:auto;margin:0 auto 3rem;display:block;stroke:red}*{margin:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Manrope,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
