.checkbox-row .checkbox-container{display:flex;align-items:center;gap:8px;font-size:12px;color:#696158;cursor:pointer}.checkbox-row .checkbox-container input{position:absolute;opacity:0;width:18px;height:18px;cursor:pointer}.checkbox-row .checkbox-container input:focus+.custom-check{box-shadow:0 0 0 3px #00a09d40}.checkbox-row .checkbox-container input:focus+.custom-check.error{box-shadow:0 0 0 3px #ff222240}.checkbox-row .custom-check{width:18px;height:18px;border:2px solid #00A09D;border-radius:4px;position:relative;display:flex;align-items:center;justify-content:center}.checkbox-row .custom-check:focus-within{outline:2px solid #00A09D;outline-offset:2px}.checkbox-row .custom-check.error{border-color:#f22}.checkbox-row .checkbox-container input:checked+.custom-check:after{content:"";position:absolute;left:50%;top:45%;width:5px;height:10px;border:solid #00A09D;border-width:0 2px 2px 0;transform:translate(-50%,-50%) rotate(45deg)}.checkbox-row .checkbox-container a{color:#00a09d;text-decoration:none;font-weight:600;outline:none}.transaction-denied{display:flex;min-height:20px;background-color:#fef2f2;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;border-bottom-right-radius:.5rem;border-top-right-radius:.5rem;margin-top:.5rem}.transaction-denied__border{width:4px;background-color:#ef4444;flex-shrink:0;border-bottom-left-radius:1rem;border-top-left-radius:1rem}.transaction-denied__content{display:flex;padding:20px;gap:22px;flex:1}.transaction-denied__icon{flex-shrink:0;height:24px}.transaction-denied__icon svg{width:16px;height:16px}.transaction-denied__text{flex:1}.transaction-denied__title{margin:0 0 20px;color:#7f1d1d;font-size:16px;font-weight:700;line-height:1.2}.transaction-denied__description{margin:0 0 24px;color:#991b1b;font-size:12px;line-height:1.6;text-align:left}.transaction-denied__description strong{font-weight:700}.transaction-denied__code{display:inline-block;color:#ef4444;font-size:12px;font-weight:500;letter-spacing:.025em;text-transform:uppercase}@media(max-width:768px){.transaction-denied__content{flex-direction:column;padding:32px 24px;gap:24px;text-align:center}.transaction-denied__icon svg{width:20px;height:20px}.transaction-denied__title{font-size:16px}.transaction-denied__description{font-size:14px}.transaction-denied__code{font-size:14px;padding:10px 20px}}@media(max-width:480px){.transaction-denied__border{width:12px}.transaction-denied__content{padding:24px 16px;gap:20px}.transaction-denied__title{font-size:16px}.transaction-denied__description{font-size:14px;text-align:center}.transaction-denied__code{font-size:14px;padding:8px 16px}}html{scrollbar-width:thin;scrollbar-color:#00A09D #92d5d3}html::-webkit-scrollbar{width:px;height:6px}html::-webkit-scrollbar-thumb{background-color:#00a09d;border-radius:50px;border:3px solid #92d5d3}#main-header-app_OLD{position:fixed;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);top:0;animation:adjust-header linear both;animation-timeline:scroll();animation-range:0 100px;z-index:101}@keyframes adjust-header{to{background:#0000004d;font-size:12px;height:30px;border-radius:0}}:root{--progress-value: 100}body{font-family:Museo Sans,sans-serif;font-size:1rem;font-weight:300;background-color:#f3f3f3}.focus-in-expand-fwd{animation:focus-in-expand-fwd .8s cubic-bezier(.25,.46,.45,.94) both}.error-msg{font-size:10px!important;color:#ff4240!important;font-style:normal!important;font-weight:300!important;line-height:normal!important}@keyframes focus-in-expand-fwd{0%{letter-spacing:-.5em;transform:translateZ(-800px);filter:blur(12px);opacity:0}to{transform:translateZ(0);filter:blur(0);opacity:1}}.focus-in-contract{animation:focus-in-contract .7s cubic-bezier(.25,.46,.45,.94) both}@keyframes focus-in-contract{0%{letter-spacing:1em;filter:blur(12px);opacity:0}to{filter:blur(0px);opacity:1}}.flip-scale-down-hor{animation:flip-scale-down-hor .5s linear both}@keyframes flip-scale-down-hor{0%{transform:scale(1) rotateX(0)}50%{transform:scale(.4) rotateX(90deg)}to{transform:scale(1) rotateX(180deg)}}.rotate-center{animation:rotate-center .6s ease-in-out both}@keyframes rotate-center{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.rotate-in-2-bck-ccw{animation:rotate-in-2-bck-ccw .5s cubic-bezier(.25,.46,.45,.94) both}@keyframes rotate-in-2-bck-ccw{0%{transform:translateZ(200px) rotate(45deg);opacity:0}to{transform:translateZ(0) rotate(0);opacity:1}}.slide-in-bottom{-webkit-animation:slide-in-bottom .5s cubic-bezier(.25,.46,.45,.94) both;animation:slide-in-bottom .5s cubic-bezier(.25,.46,.45,.94) both}@-webkit-keyframes slide-in-bottom{0%{-webkit-transform:translateY(1000px);transform:translateY(1000px);opacity:0}to{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}}@keyframes slide-in-bottom{0%{-webkit-transform:translateY(1000px);transform:translateY(1000px);opacity:0}to{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}}.slide-in-blurred-top{-webkit-animation:slide-in-blurred-top .6s cubic-bezier(.23,1,.32,1) both;animation:slide-in-blurred-top .6s cubic-bezier(.23,1,.32,1) both}@-webkit-keyframes slide-in-blurred-top{0%{-webkit-transform:translateY(-1000px) scaleY(2.5) scaleX(.2);transform:translateY(-1000px) scaleY(2.5) scaleX(.2);-webkit-transform-origin:50% 0%;transform-origin:50% 0%;-webkit-filter:blur(40px);filter:blur(40px);opacity:0}to{-webkit-transform:translateY(0) scaleY(1) scaleX(1);transform:translateY(0) scaleY(1) scaleX(1);-webkit-transform-origin:50% 50%;transform-origin:50% 50%;-webkit-filter:blur(0);filter:blur(0);opacity:1}}@keyframes slide-in-blurred-top{0%{-webkit-transform:translateY(-1000px) scaleY(2.5) scaleX(.2);transform:translateY(-1000px) scaleY(2.5) scaleX(.2);-webkit-transform-origin:50% 0%;transform-origin:50% 0%;-webkit-filter:blur(40px);filter:blur(40px);opacity:0}to{-webkit-transform:translateY(0) scaleY(1) scaleX(1);transform:translateY(0) scaleY(1) scaleX(1);-webkit-transform-origin:50% 50%;transform-origin:50% 50%;-webkit-filter:blur(0);filter:blur(0);opacity:1}}.pulsate-bck{-webkit-animation:pulsate-bck .5s ease-in-out infinite both;animation:pulsate-bck .5s ease-in-out infinite both}@-webkit-keyframes pulsate-bck{0%{-webkit-transform:scale(1);transform:scale(1)}50%{-webkit-transform:scale(.9);transform:scale(.9)}to{-webkit-transform:scale(1);transform:scale(1)}}@keyframes pulsate-bck{0%{-webkit-transform:scale(1);transform:scale(1)}50%{-webkit-transform:scale(.9);transform:scale(.9)}to{-webkit-transform:scale(1);transform:scale(1)}}.scale-out-vertical{-webkit-animation:scale-out-vertical .5s cubic-bezier(.55,.085,.68,.53) both;animation:scale-out-vertical .5s cubic-bezier(.55,.085,.68,.53) both}@-webkit-keyframes scale-out-vertical{0%{-webkit-transform:scaleY(1);transform:scaleY(1);opacity:1}to{-webkit-transform:scaleY(0);transform:scaleY(0);opacity:1}}@keyframes scale-out-vertical{0%{-webkit-transform:scaleY(1);transform:scaleY(1);opacity:1}to{-webkit-transform:scaleY(0);transform:scaleY(0);opacity:1}}.container-loader-two{display:none!important}.blur-content-animated{display:none;animation:fadeInBlur .3s ease-in-out}@keyframes fadeInBlur{0%{opacity:0;filter:blur(10px);transform:translateY(10px)}to{opacity:1;filter:blur(0);transform:translateY(0)}}
