.popper{will-change:transform}.popper--default{max-width:280px;white-space:normal;overflow-wrap:break-word;border-radius:6px;--un-bg-opacity:1;background-color:rgba(51,51,51,var(--un-bg-opacity));padding:12px;font-size:12px;font-weight:600;--un-text-opacity:1;color:rgba(255,255,255,var(--un-text-opacity))}.popper--custom{width:fit-content;border-radius:0rem;padding:0rem;text-align:inherit}.popper[data-placement^=top]{transform-origin:bottom}.popper[data-placement^=top]>.popper-arrow{bottom:-3px}.popper[data-placement^=bottom]{transform-origin:top}.popper[data-placement^=bottom]>.popper-arrow{top:-3px}.popper[data-placement^=left]{transform-origin:right}.popper[data-placement^=left]>.popper-arrow{right:-3px}.popper[data-placement^=right]{transform-origin:left}.popper[data-placement^=right]>.popper-arrow{left:-3px}.popper-arrow{visibility:hidden;position:absolute;z-index:-10;width:6px;height:6px;background-color:inherit}.popper-arrow:before{visibility:visible;position:absolute;width:6px;height:6px;--un-rotate-x:0;--un-rotate-y:0;--un-rotate-z:0;--un-rotate:45deg;transform:translate(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotate(var(--un-rotate-z)) skew(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z));background-color:inherit;content:""}.spin{width:1em;height:1em;animation:spin-rotation 2s linear infinite;contain:strict}.path{stroke-width:.2em;stroke-dasharray:1,200;stroke-dashoffset:4;stroke:currentColor;animation:spin-dash 1.5s ease-in-out infinite}@keyframes spin-rotation{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes spin-dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35px}to{stroke-dasharray:89,200;stroke-dashoffset:-124px}}.fui-button{position:relative;display:inline-flex;cursor:pointer;align-items:center;justify-content:center;white-space:nowrap;font-weight:600;outline:2px solid transparent;outline-offset:2px;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}button.fui-button{min-height:24px;flex:0 0 auto}button.absolute{position:absolute}.fui-button--fullWidth{width:100%;display:flex}.fui-button--mini{height:24px;border-radius:4px;padding-left:10px;padding-right:10px;font-size:12px;line-height:22px}.fui-button--small{height:32px;border-radius:4px;padding-left:14px;padding-right:14px;font-size:12px;line-height:30px}.fui-button--medium{height:36px;border-radius:6px;padding-left:18px;padding-right:18px;font-size:14px;line-height:34px}.fui-button--large{height:40px;border-radius:8px;padding-left:22px;padding-right:22px;font-size:14px;line-height:38px}.fui-button.is-disabled,.fui-button.is-loading{pointer-events:none}.is-loading:hover{opacity:.9}button.fui-button.is-disabled:not(.is-loading),a.fui-button.is-disabled:not(.is-loading){border-color:transparent;--un-bg-opacity:1;background-color:rgba(240,241,241,var(--un-bg-opacity));--un-text-opacity:1;color:rgba(169,171,178,var(--un-text-opacity))}a.fui-button--text.is-disabled,button.fui-button--text.is-disabled{background-color:transparent;--un-text-opacity:1;color:rgba(169,171,178,var(--un-text-opacity))}.fui-button--contained{border-style:none}.fui-button--contained.fui-button--primary{--un-bg-opacity:1;background-color:rgba(17,17,17,var(--un-bg-opacity));--un-text-opacity:1;color:rgba(241,241,243,var(--un-text-opacity))}.fui-button--contained.fui-button--primary:hover,.fui-button--contained.fui-button--primary:focus-visible{--un-bg-opacity:1;background-color:rgba(41,46,65,var(--un-bg-opacity));--un-text-opacity:1;color:rgba(241,241,243,var(--un-text-opacity))}.fui-button--contained.fui-button--green{--un-bg-opacity:1;background-color:rgba(58,193,112,var(--un-bg-opacity));--un-text-opacity:1;color:rgba(241,241,243,var(--un-text-opacity))}.fui-button--contained.fui-button--green:hover,.fui-button--contained.fui-button--green:focus-visible{--un-bg-opacity:1;background-color:rgba(58,193,112,var(--un-bg-opacity));--un-text-opacity:1;color:rgba(241,241,243,var(--un-text-opacity))}.fui-button--outlined{border-width:1px;border-style:solid}.fui-button--outlined.fui-button--primary{--un-border-opacity:1;border-color:rgba(17,17,17,var(--un-border-opacity));background-color:transparent;--un-text-opacity:1;color:rgba(17,17,17,var(--un-text-opacity))}.fui-button--outlined.fui-button--primary:hover,.fui-button--outlined.fui-button--primary:focus-visible{--un-border-opacity:1;border-color:rgba(41,46,65,var(--un-border-opacity));--un-bg-opacity:.04;background-color:rgba(41,46,65,var(--un-bg-opacity));--un-text-opacity:1;color:rgba(41,46,65,var(--un-text-opacity))}.fui-button--outlined.fui-button--white{--un-border-opacity:.12;border-color:rgba(235,235,237,var(--un-border-opacity));background-color:transparent;--un-text-opacity:1;color:rgba(241,241,243,var(--un-text-opacity))}.fui-button--outlined.fui-button--white:hover,.fui-button--outlined.fui-button--white:focus-visible{--un-border-opacity:.35;border-color:rgba(235,235,237,var(--un-border-opacity));--un-bg-opacity:.08;background-color:rgba(255,255,255,var(--un-bg-opacity));--un-text-opacity:1;color:rgba(255,255,255,var(--un-text-opacity))}.fui-button--outlined.fui-button--green{--un-border-opacity:1;border-color:rgba(58,193,112,var(--un-border-opacity));background-color:transparent;--un-text-opacity:1;color:rgba(58,193,112,var(--un-text-opacity))}.fui-button--outlined.fui-button--green:hover,.fui-button--outlined.fui-button--green:focus-visible{--un-border-opacity:1;border-color:rgba(58,193,112,var(--un-border-opacity));--un-bg-opacity:.18;background-color:rgba(58,193,112,var(--un-bg-opacity));--un-text-opacity:1;color:rgba(58,193,112,var(--un-text-opacity))}.fui-button--text{border-style:none}.fui-button--text.fui-button--primary{background-color:transparent;--un-text-opacity:1;color:rgba(17,17,17,var(--un-text-opacity))}.fui-button--text.fui-button--primary{background-color:transparent;--un-text-opacity:1;color:rgba(48,53,73,var(--un-text-opacity))}.fui-button--text.fui-button--primary:hover,.fui-button--text.fui-button--primary:focus-visible{--un-bg-opacity:1;background-color:rgba(247,248,250,var(--un-bg-opacity));--un-text-opacity:1;color:rgba(48,53,73,var(--un-text-opacity))}.fui-button__content{height:100%;display:inline-flex;align-items:center}.is-loading>.fui-button__content,.is-loading>.fui-button__icon{opacity:0}.fui-button__loading{position:absolute!important;left:50%;top:50%;--un-translate-x:-50%;--un-translate-y:-50%;transform:translate(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotate(var(--un-rotate-z)) skew(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z));font-size:1.6em}.fui-button__icon+.fui-button__content{margin-left:.25em}.fui-button__content+.fui-button__icon{margin-left:.25em}.fui-button__icon{width:fit-content;height:fit-content}.fui-button__icon>svg{width:1.6em;height:1.6em}.fui-button:after{position:absolute;inset:0rem;border-radius:inherit;opacity:0;box-shadow:0 0 0 6px currentColor;transition:.4s;content:""}.fui-button.fui-button:active:not(.fui-button--text):not(.fui-button--link):after{opacity:.6;box-shadow:none;transition:0s}.fui-button--contained.fui-button--primary:after{box-shadow:0 0 0 6px #111}.fui-button--contained.fui-button--green:after{box-shadow:0 0 0 6px #3ac170}.c+.popup-itemWrapper{margin-top:12px}.modal-wrapper{top:340px!important}@media screen and (max-height: 1080px){.modal-wrapper{top:50%!important;transform:translate(-50%,-50%)!important}}.toast-item-wrapper{box-shadow:0 6px 16px #00000014}.navbar-link:before{pointer-events:none;position:absolute;top:0px;left:100%;height:100%;width:0%;border-bottom-width:2px;border-bottom-style:solid;--un-border-opacity:1;border-color:rgba(254,254,254,var(--un-border-opacity));transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s;transition-duration:.2s;content:""}.navbar-link:hover:before,.navbar-linkArea:not(:hover)>.navbar-link--active:before{left:0px;width:100%;transition-delay:.1s}.navbar-link:hover~li:before,.navbar-linkArea:not(:hover)>.navbar-link--active~li:before{left:0px}.burger-container{height:100%;display:flex;cursor:pointer;align-items:center;justify-content:center;--un-text-opacity:1;color:rgba(241,241,243,var(--un-text-opacity))}.burger-check{display:none}.burger{position:relative;display:inline-block;width:24px;height:2px;appearance:none;-webkit-appearance:none;background-color:currentColor;transition:background-color .35s ease-in-out 0s}.burger:before{position:absolute;top:6px;display:block;width:100%;height:2px;background-color:currentColor;content:"";transition:transform .5s ease-in-out 0s}.burger:after{position:absolute;bottom:6px;display:block;width:100%;height:2px;background-color:currentColor;content:"";transition:transform .5s ease-in-out 0s}.burger-check:checked~.burger{background-color:transparent}.burger-check:checked~.burger:before{transform:rotate(-405deg) translate3d(5px,-5px,0)}.burger-check:checked~.burger:after{transform:rotate(405deg) translate3d(3.5px,4px,0)}.nav-mobile{backdrop-filter:blur(20px)}.nav-link-mobile--active:before{position:absolute;left:-12px;display:block;height:24px;width:4px;--un-bg-opacity:1;background-color:rgba(241,241,243,var(--un-bg-opacity));content:""}.card{box-shadow:0 2px 10px 10px #16004205}.epsaceMarket-title{font-family:MuseoModerno;line-height:67px;letter-spacing:-.02em}.epsaceMarket-testnet{font-family:Inter}.fui-table>*{text-align:center}.fui-toggle{position:relative;display:inline-grid;margin-left:4px;margin-right:4px;margin-top:0rem;margin-bottom:0rem;box-sizing:border-box;width:36px;height:20px;align-items:center;justify-content:center}.fui-toggle>input{display:none}.fui-toggle>label{display:inline-grid;box-sizing:border-box;width:36px;height:20px;cursor:pointer;user-select:none;align-items:center;border-radius:9999px;--un-bg-opacity:1;background-color:rgba(142,146,163,var(--un-bg-opacity));outline:2px solid transparent;outline-offset:2px}.fui-toggle>label:before{position:absolute;left:2px;display:block;width:32px;height:16px;border-radius:9999px;--un-bg-opacity:1;background-color:rgba(142,146,163,var(--un-bg-opacity));content:""}.fui-toggle>label:after{position:absolute;margin-left:2px;display:block;width:16px;height:16px;border-radius:9999px;--un-bg-opacity:1;background-color:rgba(255,255,255,var(--un-bg-opacity));transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s;transition-duration:.4s;transition-timing-function:cubic-bezier(0,0,.2,1);content:""}.is-checked>label{--un-bg-opacity:1;background-color:rgba(76,175,80,var(--un-bg-opacity))}.is-checked>label:before{--un-bg-opacity:1;background-color:rgba(76,175,80,var(--un-bg-opacity))}.is-checked>label:after{margin-left:calc(100% - 18px);transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s;transition-duration:.2s;transition-timing-function:cubic-bezier(0,0,.2,1)}.is-disabled>label{cursor:default;--un-bg-opacity:1 !important;background-color:rgba(238,238,238,var(--un-bg-opacity))!important}.is-disabled>label:before{--un-bg-opacity:1 !important;background-color:rgba(238,238,238,var(--un-bg-opacity))!important}.is-disabled>label:after{--un-bg-opacity:1 !important;background-color:rgba(255,255,255,var(--un-bg-opacity))!important;--un-shadow:0 0 var(--un-shadow-color, rgba(0,0,0,0)) !important;box-shadow:var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow)!important}.balanceInput-wrapper{position:relative;border-width:1px;border-style:solid;--un-border-opacity:1;border-color:rgba(234,236,239,var(--un-border-opacity));border-radius:2px;--un-bg-opacity:1;background-color:rgba(255,255,255,var(--un-bg-opacity));padding:8px 12px;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.balanceInput-wrapper:focus-within{--un-border-opacity:1;border-color:rgba(48,53,73,var(--un-border-opacity));--un-ring-width:1px;--un-ring-offset-shadow:var(--un-ring-inset) 0 0 0 var(--un-ring-offset-width) var(--un-ring-offset-color);--un-ring-shadow:var(--un-ring-inset) 0 0 0 calc(var(--un-ring-width) + var(--un-ring-offset-width)) var(--un-ring-color);box-shadow:var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow);--un-ring-opacity:1;--un-ring-color:rgba(48,53,73,var(--un-ring-opacity))}.balanceInput{width:100%;border-style:none;font-size:20px;font-weight:400;--un-text-opacity:1;color:rgba(48,53,73,var(--un-text-opacity));outline:2px solid transparent;outline-offset:2px}.balanceInput:invalid{--un-text-opacity:1;color:rgba(233,97,112,var(--un-text-opacity))}.balanceInput::placeholder{--un-placeholder-opacity:1;color:rgba(210,212,220,var(--un-placeholder-opacity))}.balanceInput-errorBorder{pointer-events:none;position:absolute;left:-1px;top:-1px;right:-1px;bottom:-1px;border-width:1px;border-style:solid;--un-border-opacity:1;border-color:rgba(233,97,112,var(--un-border-opacity));border-radius:2px;opacity:0;--un-ring-width:1px;--un-ring-offset-shadow:var(--un-ring-inset) 0 0 0 var(--un-ring-offset-width) var(--un-ring-offset-color);--un-ring-shadow:var(--un-ring-inset) 0 0 0 calc(var(--un-ring-width) + var(--un-ring-offset-width)) var(--un-ring-color);box-shadow:var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow);--un-ring-opacity:1;--un-ring-color:rgba(233,97,112,var(--un-ring-opacity));transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.balanceInput:invalid~.balanceInput-errorBorder{opacity:1}.balanceInput-error{position:absolute;right:2px;top:-20px;font-size:12px;--un-text-opacity:1;color:rgba(233,97,112,var(--un-text-opacity));opacity:0;transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s;transition-duration:.1s}.balanceInput:invalid{--un-border-opacity:1;border-color:rgba(233,97,112,var(--un-border-opacity))}.balanceInput:invalid~.balanceInput-error{opacity:1}.balanceInput:disabled{background-color:transparent}.apyBox{box-shadow:0 2px 1px #0000000d,0 0 1px #00000040}@media screen and (max-width: 480px){.apyBox-wrapper{flex-direction:column}}.currentAsset{background:linear-gradient(248.86deg,#B6509E 10.51%,#2EBAC6 93.41%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}*,::before,::after{--un-rotate:0;--un-rotate-x:0;--un-rotate-y:0;--un-rotate-z:0;--un-scale-x:1;--un-scale-y:1;--un-scale-z:1;--un-skew-x:0;--un-skew-y:0;--un-translate-x:0;--un-translate-y:0;--un-translate-z:0;--un-pan-x: ;--un-pan-y: ;--un-pinch-zoom: ;--un-scroll-snap-strictness:proximity;--un-ordinal: ;--un-slashed-zero: ;--un-numeric-figure: ;--un-numeric-spacing: ;--un-numeric-fraction: ;--un-border-spacing-x:0;--un-border-spacing-y:0;--un-ring-offset-shadow:0 0 rgba(0,0,0,0);--un-ring-shadow:0 0 rgba(0,0,0,0);--un-shadow-inset: ;--un-shadow:0 0 rgba(0,0,0,0);--un-ring-inset: ;--un-ring-offset-width:0px;--un-ring-offset-color:#fff;--un-ring-width:0px;--un-ring-color:rgba(147,197,253,0.5);--un-blur: ;--un-brightness: ;--un-contrast: ;--un-drop-shadow: ;--un-grayscale: ;--un-hue-rotate: ;--un-invert: ;--un-saturate: ;--un-sepia: ;--un-backdrop-blur: ;--un-backdrop-brightness: ;--un-backdrop-contrast: ;--un-backdrop-grayscale: ;--un-backdrop-hue-rotate: ;--un-backdrop-invert: ;--un-backdrop-opacity: ;--un-backdrop-saturate: ;--un-backdrop-sepia: ;}::backdrop{--un-rotate:0;--un-rotate-x:0;--un-rotate-y:0;--un-rotate-z:0;--un-scale-x:1;--un-scale-y:1;--un-scale-z:1;--un-skew-x:0;--un-skew-y:0;--un-translate-x:0;--un-translate-y:0;--un-translate-z:0;--un-pan-x: ;--un-pan-y: ;--un-pinch-zoom: ;--un-scroll-snap-strictness:proximity;--un-ordinal: ;--un-slashed-zero: ;--un-numeric-figure: ;--un-numeric-spacing: ;--un-numeric-fraction: ;--un-border-spacing-x:0;--un-border-spacing-y:0;--un-ring-offset-shadow:0 0 rgba(0,0,0,0);--un-ring-shadow:0 0 rgba(0,0,0,0);--un-shadow-inset: ;--un-shadow:0 0 rgba(0,0,0,0);--un-ring-inset: ;--un-ring-offset-width:0px;--un-ring-offset-color:#fff;--un-ring-width:0px;--un-ring-color:rgba(147,197,253,0.5);--un-blur: ;--un-brightness: ;--un-contrast: ;--un-drop-shadow: ;--un-grayscale: ;--un-hue-rotate: ;--un-invert: ;--un-saturate: ;--un-sepia: ;--un-backdrop-blur: ;--un-backdrop-brightness: ;--un-backdrop-contrast: ;--un-backdrop-grayscale: ;--un-backdrop-hue-rotate: ;--un-backdrop-invert: ;--un-backdrop-opacity: ;--un-backdrop-saturate: ;--un-backdrop-sepia: ;}.i-ant-design\:dollar-circle-outlined{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 1024 1024' display='inline-block' vertical-align='middle' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448s448-200.6 448-448S759.4 64 512 64m0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372s372 166.6 372 372s-166.6 372-372 372m47.7-395.2l-25.4-5.9V348.6c38 5.2 61.5 29 65.5 58.2c.5 4 3.9 6.9 7.9 6.9h44.9c4.7 0 8.4-4.1 8-8.8c-6.1-62.3-57.4-102.3-125.9-109.2V263c0-4.4-3.6-8-8-8h-28.1c-4.4 0-8 3.6-8 8v33c-70.8 6.9-126.2 46-126.2 119c0 67.6 49.8 100.2 102.1 112.7l24.7 6.3v142.7c-44.2-5.9-69-29.5-74.1-61.3c-.6-3.8-4-6.6-7.9-6.6H363c-4.7 0-8.4 4-8 8.7c4.5 55 46.2 105.6 135.2 112.1V761c0 4.4 3.6 8 8 8h28.4c4.4 0 8-3.6 8-8.1l-.2-31.7c78.3-6.9 134.3-48.8 134.3-124c-.1-69.4-44.2-100.4-109-116.4m-68.6-16.2c-5.6-1.6-10.3-3.1-15-5c-33.8-12.2-49.5-31.9-49.5-57.3c0-36.3 27.5-57 64.5-61.7zM534.3 677V543.3c3.1.9 5.9 1.6 8.8 2.2c47.3 14.4 63.2 34.4 63.2 65.1c0 39.1-29.4 62.6-72 66.4'/%3E%3C/svg%3E");mask:var(--un-icon) no-repeat;mask-size:100% 100%;-webkit-mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;background-color:currentColor;display:inline-block;vertical-align:middle;width:1em;height:1em;}.i-ant-design\:github-filled{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 1024 1024' display='inline-block' vertical-align='middle' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M511.6 76.3C264.3 76.2 64 276.4 64 523.5C64 718.9 189.3 885 363.8 946c23.5 5.9 19.9-10.8 19.9-22.2v-77.5c-135.7 15.9-141.2-73.9-150.3-88.9C215 726 171.5 718 184.5 703c30.9-15.9 62.4 4 98.9 57.9c26.4 39.1 77.9 32.5 104 26c5.7-23.5 17.9-44.5 34.7-60.8c-140.6-25.2-199.2-111-199.2-213c0-49.5 16.3-95 48.3-131.7c-20.4-60.5 1.9-112.3 4.9-120c58.1-5.2 118.5 41.6 123.2 45.3c33-8.9 70.7-13.6 112.9-13.6c42.4 0 80.2 4.9 113.5 13.9c11.3-8.6 67.3-48.8 121.3-43.9c2.9 7.7 24.7 58.3 5.5 118c32.4 36.8 48.9 82.7 48.9 132.3c0 102.2-59 188.1-200 212.9a127.5 127.5 0 0 1 38.1 91v112.5c.8 9 0 17.9 15 17.9c177.1-59.7 304.6-227 304.6-424.1c0-247.2-200.4-447.3-447.5-447.3'/%3E%3C/svg%3E");mask:var(--un-icon) no-repeat;mask-size:100% 100%;-webkit-mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;background-color:currentColor;display:inline-block;vertical-align:middle;width:1em;height:1em;}.i-bi\:arrow-left-short{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 16 16' display='inline-block' vertical-align='middle' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' fill-rule='evenodd' d='M12 8a.5.5 0 0 1-.5.5H5.707l2.147 2.146a.5.5 0 0 1-.708.708l-3-3a.5.5 0 0 1 0-.708l3-3a.5.5 0 1 1 .708.708L5.707 7.5H11.5a.5.5 0 0 1 .5.5'/%3E%3C/svg%3E");mask:var(--un-icon) no-repeat;mask-size:100% 100%;-webkit-mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;background-color:currentColor;display:inline-block;vertical-align:middle;width:1em;height:1em;}.i-bi\:info-circle{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 16 16' display='inline-block' vertical-align='middle' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='currentColor'%3E%3Cpath d='M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14m0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16'/%3E%3Cpath d='m8.93 6.588l-2.29.287l-.082.38l.45.083c.294.07.352.176.288.469l-.738 3.468c-.194.897.105 1.319.808 1.319c.545 0 1.178-.252 1.465-.598l.088-.416c-.2.176-.492.246-.686.246c-.275 0-.375-.193-.304-.533zM9 4.5a1 1 0 1 1-2 0a1 1 0 0 1 2 0'/%3E%3C/g%3E%3C/svg%3E");mask:var(--un-icon) no-repeat;mask-size:100% 100%;-webkit-mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;background-color:currentColor;display:inline-block;vertical-align:middle;width:1em;height:1em;}.i-bi\:question-circle{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 16 16' display='inline-block' vertical-align='middle' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='currentColor'%3E%3Cpath d='M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14m0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16'/%3E%3Cpath d='M5.255 5.786a.237.237 0 0 0 .241.247h.825c.138 0 .248-.113.266-.25c.09-.656.54-1.134 1.342-1.134c.686 0 1.314.343 1.314 1.168c0 .635-.374.927-.965 1.371c-.673.489-1.206 1.06-1.168 1.987l.003.217a.25.25 0 0 0 .25.246h.811a.25.25 0 0 0 .25-.25v-.105c0-.718.273-.927 1.01-1.486c.609-.463 1.244-.977 1.244-2.056c0-1.511-1.276-2.241-2.673-2.241c-1.267 0-2.655.59-2.75 2.286m1.557 5.763c0 .533.425.927 1.01.927c.609 0 1.028-.394 1.028-.927c0-.552-.42-.94-1.029-.94c-.584 0-1.009.388-1.009.94'/%3E%3C/g%3E%3C/svg%3E");mask:var(--un-icon) no-repeat;mask-size:100% 100%;-webkit-mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;background-color:currentColor;display:inline-block;vertical-align:middle;width:1em;height:1em;}.i-bx\:cube{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' vertical-align='middle' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='m21.406 6.086l-9-4a1.001 1.001 0 0 0-.813 0l-9 4c-.02.009-.034.024-.054.035c-.028.014-.058.023-.084.04c-.022.015-.039.034-.06.05a.87.87 0 0 0-.19.194c-.02.028-.041.053-.059.081a1.119 1.119 0 0 0-.076.165c-.009.027-.023.052-.031.079A1.013 1.013 0 0 0 2 7v10c0 .396.232.753.594.914l9 4c.13.058.268.086.406.086a.997.997 0 0 0 .402-.096l.004.01l9-4A.999.999 0 0 0 22 17V7a.999.999 0 0 0-.594-.914M12 4.095L18.538 7L12 9.905l-1.308-.581L5.463 7zM4 16.351V8.539l7 3.111v7.811zm9 3.11V11.65l7-3.111v7.812z'/%3E%3C/svg%3E");mask:var(--un-icon) no-repeat;mask-size:100% 100%;-webkit-mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;background-color:currentColor;display:inline-block;vertical-align:middle;width:1em;height:1em;}.i-bytesize\:lock{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 32 32' display='inline-block' vertical-align='middle' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath d='M5 15v15h22V15Zm4 0C9 9 9 5 16 5s7 4 7 10m-7 5v3'/%3E%3Ccircle cx='16' cy='24' r='1'/%3E%3C/g%3E%3C/svg%3E");mask:var(--un-icon) no-repeat;mask-size:100% 100%;-webkit-mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;background-color:currentColor;display:inline-block;vertical-align:middle;width:1em;height:1em;}.i-charm\:circle-cross{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 16 16' display='inline-block' vertical-align='middle' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'%3E%3Cpath d='m10.25 5.75l-4.5 4.5m0-4.5l4.5 4.5'/%3E%3Ccircle cx='8' cy='8' r='6.25'/%3E%3C/g%3E%3C/svg%3E");mask:var(--un-icon) no-repeat;mask-size:100% 100%;-webkit-mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;background-color:currentColor;display:inline-block;vertical-align:middle;width:1em;height:1em;}.i-charm\:circle-tick{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 16 16' display='inline-block' vertical-align='middle' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'%3E%3Cpath d='M14.25 8.75c-.5 2.5-2.385 4.854-5.03 5.38A6.25 6.25 0 0 1 3.373 3.798C5.187 1.8 8.25 1.25 10.75 2.25'/%3E%3Cpath d='m5.75 7.75l2.5 2.5l6-6.5'/%3E%3C/g%3E%3C/svg%3E");mask:var(--un-icon) no-repeat;mask-size:100% 100%;-webkit-mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;background-color:currentColor;display:inline-block;vertical-align:middle;width:1em;height:1em;}.i-charm\:link-external{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 16 16' display='inline-block' vertical-align='middle' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M8.25 2.75h-5.5v10.5h10.5v-5.5m0-5l-5.5 5.5m3-6.5h3.5v3.5'/%3E%3C/svg%3E");mask:var(--un-icon) no-repeat;mask-size:100% 100%;-webkit-mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;background-color:currentColor;display:inline-block;vertical-align:middle;width:1em;height:1em;}.i-ci\:more-horizontal{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' vertical-align='middle' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M17 12a1 1 0 1 0 2 0a1 1 0 0 0-2 0m-6 0a1 1 0 1 0 2 0a1 1 0 0 0-2 0m-6 0a1 1 0 1 0 2 0a1 1 0 0 0-2 0'/%3E%3C/svg%3E");mask:var(--un-icon) no-repeat;mask-size:100% 100%;-webkit-mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;background-color:currentColor;display:inline-block;vertical-align:middle;width:1em;height:1em;}.i-codicon\:heart{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 16 16' display='inline-block' vertical-align='middle' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M14.88 4.78a3.489 3.489 0 0 0-.37-.9a3.24 3.24 0 0 0-.6-.79a3.78 3.78 0 0 0-1.21-.81a3.74 3.74 0 0 0-2.84 0a4 4 0 0 0-1.16.75l-.05.06l-.65.65l-.65-.65l-.05-.06a4 4 0 0 0-1.16-.75a3.74 3.74 0 0 0-2.84 0a3.78 3.78 0 0 0-1.21.81a3.55 3.55 0 0 0-.97 1.69a3.75 3.75 0 0 0-.12 1c0 .317.04.633.12.94a4 4 0 0 0 .36.89a3.8 3.8 0 0 0 .61.79L8 14.31l5.91-5.91c.237-.233.44-.5.6-.79A3.578 3.578 0 0 0 15 5.78a3.747 3.747 0 0 0-.12-1m-1 1.63a2.69 2.69 0 0 1-.69 1.21l-5.21 5.2l-5.21-5.2a2.9 2.9 0 0 1-.44-.57a3 3 0 0 1-.27-.65a3.25 3.25 0 0 1-.08-.69A3.36 3.36 0 0 1 2.06 5a2.8 2.8 0 0 1 .27-.65c.12-.21.268-.4.44-.57a2.91 2.91 0 0 1 .89-.6a2.8 2.8 0 0 1 2.08 0c.33.137.628.338.88.59l1.36 1.37l1.36-1.37a2.72 2.72 0 0 1 .88-.59a2.8 2.8 0 0 1 2.08 0c.331.143.633.347.89.6c.174.165.32.357.43.57a2.69 2.69 0 0 1 .35 1.34a2.6 2.6 0 0 1-.06.72z'/%3E%3C/svg%3E");mask:var(--un-icon) no-repeat;mask-size:100% 100%;-webkit-mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;background-color:currentColor;display:inline-block;vertical-align:middle;width:1em;height:1em;}.i-fa-solid\:link{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 512 512' display='inline-block' vertical-align='middle' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M326.612 185.391c59.747 59.809 58.927 155.698.36 214.59c-.11.12-.24.25-.36.37l-67.2 67.2c-59.27 59.27-155.699 59.262-214.96 0c-59.27-59.26-59.27-155.7 0-214.96l37.106-37.106c9.84-9.84 26.786-3.3 27.294 10.606c.648 17.722 3.826 35.527 9.69 52.721c1.986 5.822.567 12.262-3.783 16.612l-13.087 13.087c-28.026 28.026-28.905 73.66-1.155 101.96c28.024 28.579 74.086 28.749 102.325.51l67.2-67.19c28.191-28.191 28.073-73.757 0-101.83c-3.701-3.694-7.429-6.564-10.341-8.569a16.037 16.037 0 0 1-6.947-12.606c-.396-10.567 3.348-21.456 11.698-29.806l21.054-21.055c5.521-5.521 14.182-6.199 20.584-1.731a152.482 152.482 0 0 1 20.522 17.197M467.547 44.449c-59.261-59.262-155.69-59.27-214.96 0l-67.2 67.2c-.12.12-.25.25-.36.37c-58.566 58.892-59.387 154.781.36 214.59a152.454 152.454 0 0 0 20.521 17.196c6.402 4.468 15.064 3.789 20.584-1.731l21.054-21.055c8.35-8.35 12.094-19.239 11.698-29.806a16.037 16.037 0 0 0-6.947-12.606c-2.912-2.005-6.64-4.875-10.341-8.569c-28.073-28.073-28.191-73.639 0-101.83l67.2-67.19c28.239-28.239 74.3-28.069 102.325.51c27.75 28.3 26.872 73.934-1.155 101.96l-13.087 13.087c-4.35 4.35-5.769 10.79-3.783 16.612c5.864 17.194 9.042 34.999 9.69 52.721c.509 13.906 17.454 20.446 27.294 10.606l37.106-37.106c59.271-59.259 59.271-155.699.001-214.959'/%3E%3C/svg%3E");mask:var(--un-icon) no-repeat;mask-size:100% 100%;-webkit-mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;background-color:currentColor;display:inline-block;vertical-align:middle;width:1em;height:1em;}.i-fa6-solid\:arrow-right-long{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 512 512' display='inline-block' vertical-align='middle' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M502.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-128-128c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l73.4 73.4H32c-17.7 0-32 14.3-32 32s14.3 32 32 32h370.7l-73.4 73.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l128-128z'/%3E%3C/svg%3E");mask:var(--un-icon) no-repeat;mask-size:100% 100%;-webkit-mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;background-color:currentColor;display:inline-block;vertical-align:middle;width:1em;height:1em;}.i-gg\:close{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' vertical-align='middle' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M6.225 4.811a1 1 0 0 0-1.414 1.414L10.586 12L4.81 17.775a1 1 0 1 0 1.414 1.414L12 13.414l5.775 5.775a1 1 0 0 0 1.414-1.414L13.414 12l5.775-5.775a1 1 0 0 0-1.414-1.414L12 10.586z'/%3E%3C/svg%3E");mask:var(--un-icon) no-repeat;mask-size:100% 100%;-webkit-mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;background-color:currentColor;display:inline-block;vertical-align:middle;width:1em;height:1em;}.i-icon-park-outline\:chart-pie{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 48 48' display='inline-block' vertical-align='middle' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='4'%3E%3Cpath d='M44 24c0 11.046-8.954 20-20 20S4 35.046 4 24S12.954 4 24 4v20z'/%3E%3Cpath d='M43.084 18H30V4.916A20.047 20.047 0 0 1 43.084 18'/%3E%3C/g%3E%3C/svg%3E");mask:var(--un-icon) no-repeat;mask-size:100% 100%;-webkit-mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;background-color:currentColor;display:inline-block;vertical-align:middle;width:1em;height:1em;}.i-iconoir\:wallet{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' vertical-align='middle' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none' stroke='currentColor' stroke-width='1.5'%3E%3Cpath d='M19 20H5a2 2 0 0 1-2-2V9a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v9a2 2 0 0 1-2 2Z'/%3E%3Cpath fill='currentColor' stroke-linecap='round' stroke-linejoin='round' d='M16.5 14a.5.5 0 1 1 0-1a.5.5 0 0 1 0 1'/%3E%3Cpath d='M18 7V5.603a2 2 0 0 0-2.515-1.932l-11 2.933A2 2 0 0 0 3 8.537V9'/%3E%3C/g%3E%3C/svg%3E");mask:var(--un-icon) no-repeat;mask-size:100% 100%;-webkit-mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;background-color:currentColor;display:inline-block;vertical-align:middle;width:1em;height:1em;}.i-logos\:telegram{background:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 256 256' display='inline-block' vertical-align='middle' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cdefs%3E%3ClinearGradient id='logosTelegram0' x1='50%25' x2='50%25' y1='0%25' y2='100%25'%3E%3Cstop offset='0%25' stop-color='%232AABEE'/%3E%3Cstop offset='100%25' stop-color='%23229ED9'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath fill='url(%23logosTelegram0)' d='M128 0C94.06 0 61.48 13.494 37.5 37.49A128.038 128.038 0 0 0 0 128c0 33.934 13.5 66.514 37.5 90.51C61.48 242.506 94.06 256 128 256s66.52-13.494 90.5-37.49c24-23.996 37.5-56.576 37.5-90.51c0-33.934-13.5-66.514-37.5-90.51C194.52 13.494 161.94 0 128 0'/%3E%3Cpath fill='%23FFF' d='M57.94 126.648c37.32-16.256 62.2-26.974 74.64-32.152c35.56-14.786 42.94-17.354 47.76-17.441c1.06-.017 3.42.245 4.96 1.49c1.28 1.05 1.64 2.47 1.82 3.467c.16.996.38 3.266.2 5.038c-1.92 20.24-10.26 69.356-14.5 92.026c-1.78 9.592-5.32 12.808-8.74 13.122c-7.44.684-13.08-4.912-20.28-9.63c-11.26-7.386-17.62-11.982-28.56-19.188c-12.64-8.328-4.44-12.906 2.76-20.386c1.88-1.958 34.64-31.748 35.26-34.45c.08-.338.16-1.598-.6-2.262c-.74-.666-1.84-.438-2.64-.258c-1.14.256-19.12 12.152-54 35.686c-5.1 3.508-9.72 5.218-13.88 5.128c-4.56-.098-13.36-2.584-19.9-4.708c-8-2.606-14.38-3.984-13.82-8.41c.28-2.304 3.46-4.662 9.52-7.072'/%3E%3C/svg%3E") no-repeat;background-size:100% 100%;background-color:transparent;display:inline-block;vertical-align:middle;width:1em;height:1em;}.i-mingcute\:medium-fill{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' vertical-align='middle' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none'%3E%3Cpath d='M24 0v24H0V0zM12.593 23.258l-.011.002l-.071.035l-.02.004l-.014-.004l-.071-.035c-.01-.004-.019-.001-.024.005l-.004.01l-.017.428l.005.02l.01.013l.104.074l.015.004l.012-.004l.104-.074l.012-.016l.004-.017l-.017-.427c-.002-.01-.009-.017-.017-.018m.265-.113l-.013.002l-.185.093l-.01.01l-.003.011l.018.43l.005.012l.008.007l.201.093c.012.004.023 0 .029-.008l.004-.014l-.034-.614c-.003-.012-.01-.02-.02-.022m-.715.002a.023.023 0 0 0-.027.006l-.006.014l-.034.614c0 .012.007.02.017.024l.015-.002l.201-.093l.01-.008l.004-.011l.017-.43l-.003-.012l-.01-.01z'/%3E%3Cpath fill='currentColor' d='M8 6a6 6 0 1 1 0 12A6 6 0 0 1 8 6m9 1c1.5 0 2.5 2.239 2.5 5s-1 5-2.5 5s-2.5-2.239-2.5-5s1-5 2.5-5m4 .5c.38 0 .712.827.88 2.246l.047.443l.019.235l.03.494l.01.259l.012.541L22 12l-.002.282l-.012.541l-.01.26l-.03.493l-.02.235l-.045.443c-.169 1.42-.5 2.246-.881 2.246c-.38 0-.712-.827-.88-2.246l-.047-.443a16.683 16.683 0 0 1-.019-.235l-.03-.494a20.863 20.863 0 0 1-.01-.259l-.012-.541v-.564l.012-.541l.01-.26l.03-.493l.02-.235l.045-.443c.169-1.42.5-2.246.881-2.246'/%3E%3C/g%3E%3C/svg%3E");mask:var(--un-icon) no-repeat;mask-size:100% 100%;-webkit-mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;background-color:currentColor;display:inline-block;vertical-align:middle;width:1em;height:1em;}.i-ph\:chart-line-up{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 256 256' display='inline-block' vertical-align='middle' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M232 208a8 8 0 0 1-8 8H32a8 8 0 0 1-8-8V48a8 8 0 0 1 16 0v108.69l50.34-50.35a8 8 0 0 1 11.32 0L128 132.69L180.69 80H160a8 8 0 0 1 0-16h40a8 8 0 0 1 8 8v40a8 8 0 0 1-16 0V91.31l-58.34 58.35a8 8 0 0 1-11.32 0L96 123.31l-56 56V200h184a8 8 0 0 1 8 8'/%3E%3C/svg%3E");mask:var(--un-icon) no-repeat;mask-size:100% 100%;-webkit-mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;background-color:currentColor;display:inline-block;vertical-align:middle;width:1em;height:1em;}.i-ri\:copper-coin-line{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' vertical-align='middle' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M12.005 22.003c-5.523 0-10-4.477-10-10s4.477-10 10-10s10 4.477 10 10s-4.477 10-10 10m0-2a8 8 0 1 0 0-16a8 8 0 0 0 0 16m0-12.95l4.95 4.95l-4.95 4.95l-4.95-4.95zm0 2.828l-2.121 2.122l2.12 2.121l2.122-2.121z'/%3E%3C/svg%3E");mask:var(--un-icon) no-repeat;mask-size:100% 100%;-webkit-mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;background-color:currentColor;display:inline-block;vertical-align:middle;width:1em;height:1em;}.i-tabler\:chart-bar{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' vertical-align='middle' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M3 13a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1v6a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1zm6-4a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1v10a1 1 0 0 1-1 1h-4a1 1 0 0 1-1-1zm6-4a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1v14a1 1 0 0 1-1 1h-4a1 1 0 0 1-1-1zM4 20h14'/%3E%3C/svg%3E");mask:var(--un-icon) no-repeat;mask-size:100% 100%;-webkit-mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;background-color:currentColor;display:inline-block;vertical-align:middle;width:1em;height:1em;}.i-uil\:shield-plus{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' vertical-align='middle' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M14 11h-1v-1a1 1 0 0 0-2 0v1h-1a1 1 0 0 0 0 2h1v1a1 1 0 0 0 2 0v-1h1a1 1 0 0 0 0-2m5.63-7.35a1.007 1.007 0 0 0-.835-.203a7.98 7.98 0 0 1-6.223-1.267a.999.999 0 0 0-1.144 0a7.976 7.976 0 0 1-6.223 1.267A1 1 0 0 0 4 4.427v7.456a9.019 9.019 0 0 0 3.769 7.324l3.65 2.607a1 1 0 0 0 1.162 0l3.65-2.607A9.017 9.017 0 0 0 20 11.883V4.426a1.001 1.001 0 0 0-.37-.776M18 11.883a7.016 7.016 0 0 1-2.93 5.696L12 19.771L8.93 17.58A7.017 7.017 0 0 1 6 11.883v-6.3a9.955 9.955 0 0 0 6-1.391a9.955 9.955 0 0 0 6 1.391Z'/%3E%3C/svg%3E");mask:var(--un-icon) no-repeat;mask-size:100% 100%;-webkit-mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;background-color:currentColor;display:inline-block;vertical-align:middle;width:1em;height:1em;}.container{max-width:100%;}@media (min-width: 640px){.container{max-width:640px;}}@media (min-width: 768px){.container{max-width:768px;}}@media (min-width: 1024px){.container{max-width:1024px;}}@media (min-width: 1280px){.container{max-width:1280px;}}@media (min-width: 1536px){.container{max-width:1536px;}}.pointer-events-none{pointer-events:none;}.visible{visibility:visible;}.backface-visible{backface-visibility:visible;}.absolute{position:absolute;}.fixed{position:fixed;}.relative{position:relative;}.static{position:static;}.-right-6px{right:-6px;}.bottom-0{bottom:0rem;}.bottom-0px{bottom:0px;}.bottom-50px{bottom:50px;}.left-\[16px\],.left-16px{left:16px;}.left-\[50\%\],.left-1\/2{left:50%;}.left-0{left:0rem;}.left-0px{left:0px;}.left-24px{left:24px;}.right-\[28px\]{right:28px;}.right-0px{right:0px;}.right-162px{right:162px;}.right-24px{right:24px;}.top-\[-36px\]{top:-36px;}.top-\[24px\]{top:24px;}.top-\[30\%\]{top:30%;}.top-0{top:0rem;}.top-1\/2{top:50%;}.top-32px{top:32px;}.top-60px{top:60px;}.z-\[200\]{z-index:200;}.z-\[201\]{z-index:201;}.z-100{z-index:100;}.z-20{z-index:20;}.z-30{z-index:30;}.z-50{z-index:50;}.grid{display:grid;}.grid-flow-row{grid-auto-flow:row;}.mx-24px{margin-left:24px;margin-right:24px;}.mx-4px{margin-left:4px;margin-right:4px;}.mx-6px{margin-left:6px;margin-right:6px;}.mx-auto{margin-left:auto;margin-right:auto;}.my-\[16px\],.my-16px{margin-top:16px;margin-bottom:16px;}.my-6{margin-top:1.5rem;margin-bottom:1.5rem;}.-mb-34px{margin-bottom:-34px;}.-ml-\[15px\]{margin-left:-15px;}.-ml-\[16px\]{margin-left:-16px;}.mb-\[12px\],.mb-12px{margin-bottom:12px;}.mb-\[16px\]{margin-bottom:16px;}.mb-\[170px\]{margin-bottom:170px;}.mb-\[24px\],.mb-24px{margin-bottom:24px;}.mb-\[36px\]{margin-bottom:36px;}.mb-\[80px\]{margin-bottom:80px;}.mb-\[8px\],.mb-8px{margin-bottom:8px;}.mb-1{margin-bottom:0.25rem;}.mb-10px{margin-bottom:10px;}.mb-18px{margin-bottom:18px;}.mb-2px{margin-bottom:2px;}.mb-3px{margin-bottom:3px;}.mb-40px{margin-bottom:40px;}.mb-4px{margin-bottom:4px;}.mb-6{margin-bottom:1.5rem;}.ml-\[4px\],.ml-4px{margin-left:4px;}.ml-\[8px\],.ml-8px{margin-left:8px;}.ml-1{margin-left:0.25rem;}.ml-16px{margin-left:16px;}.ml-20px{margin-left:20px;}.ml-2px{margin-left:2px;}.ml-32px{margin-left:32px;}.ml-3px{margin-left:3px;}.ml-6px{margin-left:6px;}.ml-auto{margin-left:auto;}.mr-\[24px\]{margin-right:24px;}.mr-\[4px\],.mr-4px{margin-right:4px;}.mr-\[8px\],.mr-8px{margin-right:8px;}.mr-54px{margin-right:54px;}.mr-6px{margin-right:6px;}.mr-auto{margin-right:auto;}.mt-\[16px\],.mt-16px{margin-top:16px;}.mt-\[18px\],.mt-18px{margin-top:18px;}.mt-\[20px\],.mt-20px{margin-top:20px;}.mt-\[40px\],.mt-40px{margin-top:40px;}.mt-10px{margin-top:10px;}.mt-12px{margin-top:12px;}.mt-14px{margin-top:14px;}.mt-24px{margin-top:24px;}.mt-2px{margin-top:2px;}.mt-30px{margin-top:30px;}.mt-32px{margin-top:32px;}.mt-34px{margin-top:34px;}.mt-48px{margin-top:48px;}.mt-4px{margin-top:4px;}.mt-6px{margin-top:6px;}.mt-80px{margin-top:80px;}.mt-8px{margin-top:8px;}.block{display:block;}.inline-block{display:inline-block;}.display-none,.hidden{display:none;}.\!w-\[576px\]{width:576px !important;}.h-\[16px\]{height:16px;}.h-\[24px\],.h-24px{height:24px;}.h-\[40px\],.h-40px{height:40px;}.h-\[42px\],.h-42px{height:42px;}.h-\[4px\]{height:4px;}.h-\[68px\]{height:68px;}.h-\[70px\]{height:70px;}.h-\[84px\],.h-84px{height:84px;}.h-\[8px\]{height:8px;}.h-\[calc\(100vh-60px\)\]{height:calc(100vh - 60px);}.h-100px{height:100px;}.h-120px{height:120px;}.h-14px{height:14px;}.h-18px{height:18px;}.h-1em{height:1em;}.h-1px{height:1px;}.h-20px{height:20px;}.h-22px{height:22px;}.h-250px{height:250px;}.h-25px{height:25px;}.h-26px{height:26px;}.h-34px{height:34px;}.h-36px{height:36px;}.h-44px{height:44px;}.h-48px{height:48px;}.h-56px{height:56px;}.h-60px{height:60px;}.h-61px{height:61px;}.h-72px{height:72px;}.h-fit{height:fit-content;}.h-full{height:100%;}.max-w-\[280px\]{max-width:280px;}.max-w-\[320px\]{max-width:320px;}.max-w-\[80vw\]{max-width:80vw;}.max-w-1472px{max-width:1472px;}.max-w-164px{max-width:164px;}.max-w-1920px{max-width:1920px;}.max-w-560px{max-width:560px;}.max-w-76px{max-width:76px;}.max-w-xs{max-width:20rem;}.max-w\[400px\]{max-width:400px;}.min-h-\[calc\(100vh-380px\)\]{min-height:calc(100vh - 380px);}.min-w-\[300px\]{min-width:300px;}.min-w-\[72px\]{min-width:72px;}.min-w-\[84px\]{min-width:84px;}.min-w-156px{min-width:156px;}.min-w-200px{min-width:200px;}.min-w-208px{min-width:208px;}.w-\[16px\]{width:16px;}.w-\[220px\]{width:220px;}.w-\[24px\],.w-24px{width:24px;}.w-\[40px\],.w-40px{width:40px;}.w-\[576px\]{width:576px;}.w-\[68px\]{width:68px;}.w-\[84px\]{width:84px;}.w-\[8px\]{width:8px;}.w-100px{width:100px;}.w-113px{width:113px;}.w-120px{width:120px;}.w-14px{width:14px;}.w-154px{width:154px;}.w-168px{width:168px;}.w-18px{width:18px;}.w-1em{width:1em;}.w-1px{width:1px;}.w-208px{width:208px;}.w-20px{width:20px;}.w-320px{width:320px;}.w-33\%{width:33%;}.w-34px{width:34px;}.w-36\%{width:36%;}.w-36px{width:36px;}.w-42px{width:42px;}.w-470px{width:470px;}.w-48px{width:48px;}.w-50\%{width:50%;}.w-64\%{width:64%;}.w-66px{width:66px;}.w-750px{width:750px;}.w-80px{width:80px;}.w-90vw{width:90vw;}.w-fit{width:fit-content;}.w-full{width:100%;}.\!flex{display:flex !important;}.flex{display:flex;}.inline-flex{display:inline-flex;}.\!flex-auto{flex:1 1 auto !important;}.flex-auto{flex:1 1 auto;}.\!flex-shrink-1{flex-shrink:1 !important;}.flex-row{flex-direction:row;}.flex-col{flex-direction:column;}.flex-wrap{flex-wrap:wrap;}.origin-center{transform-origin:center;}.-translate-y-1\/2{--un-translate-y:-50%;transform:translateX(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotateZ(var(--un-rotate-z)) skewX(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z));}.translate-x-\[-50\%\]{--un-translate-x:-50%;transform:translateX(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotateZ(var(--un-rotate-z)) skewX(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z));}.translate-y-\[-\.3em\]{--un-translate-y:-.3em;transform:translateX(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotateZ(var(--un-rotate-z)) skewX(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z));}.translate-y-\[-\.5px\]{--un-translate-y:-.5px;transform:translateX(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotateZ(var(--un-rotate-z)) skewX(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z));}.translate-y-\[-1\.5px\]{--un-translate-y:-1.5px;transform:translateX(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotateZ(var(--un-rotate-z)) skewX(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z));}.translate-y-\[-100vh\]{--un-translate-y:-100vh;transform:translateX(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotateZ(var(--un-rotate-z)) skewX(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z));}.translate-y-\[-1px\]{--un-translate-y:-1px;transform:translateX(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotateZ(var(--un-rotate-z)) skewX(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z));}.translate-y-\[-2px\]{--un-translate-y:-2px;transform:translateX(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotateZ(var(--un-rotate-z)) skewX(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z));}.translate-y-\[calc\(100\%\+6px\)\]{--un-translate-y:calc(100% + 6px);transform:translateX(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotateZ(var(--un-rotate-z)) skewX(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z));}.translate-y-0px{--un-translate-y:0px;transform:translateX(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotateZ(var(--un-rotate-z)) skewX(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z));}.translate-y-1px{--un-translate-y:1px;transform:translateX(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotateZ(var(--un-rotate-z)) skewX(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z));}.cursor-pointer{cursor:pointer;}.select-none{user-select:none;}.items-start{align-items:flex-start;}.items-center{align-items:center;}.items-baseline{align-items:baseline;}.justify-start{justify-content:flex-start;}.justify-end{justify-content:flex-end;}.justify-center{justify-content:center;}.justify-between{justify-content:space-between;}.gap-\[16px\],.gap-16px{grid-gap:16px;gap:16px;}.gap-0px{grid-gap:0px;gap:0px;}.gap-10px{grid-gap:10px;gap:10px;}.gap-12px{grid-gap:12px;gap:12px;}.gap-14px{grid-gap:14px;gap:14px;}.gap-18px{grid-gap:18px;gap:18px;}.gap-24px{grid-gap:24px;gap:24px;}.gap-4px{grid-gap:4px;gap:4px;}.gap-56px{grid-gap:56px;gap:56px;}.gap-8px{grid-gap:8px;gap:8px;}.overflow-hidden{overflow:hidden;}.overflow-visible{overflow:visible;}.whitespace-nowrap{white-space:nowrap;}.border,.border-1px{border-width:1px;border-style:solid;}.border-2,.border-2px{border-width:2px;border-style:solid;}.border-4{border-width:4px;border-style:solid;}.border-b-1px{border-bottom-width:1px;border-bottom-style:solid;}.border-t-1px{border-top-width:1px;border-top-style:solid;}.border-\[\#1e1e1e\]{--un-border-opacity:1;border-color:rgba(30,30,30,var(--un-border-opacity));}.border-\#787A82{--un-border-opacity:1;border-color:rgba(120,122,130,var(--un-border-opacity));}.border-\#E5E5E5{--un-border-opacity:1;border-color:rgba(229,229,229,var(--un-border-opacity));}.border-\#eaebef,.border-\#EAEBEF{--un-border-opacity:1;border-color:rgba(234,235,239,var(--un-border-opacity));}.border-\#ebebed1f{--un-border-opacity:0.12;border-color:rgba(235,235,237,var(--un-border-opacity));}.border-\#FEFEFE{--un-border-opacity:1;border-color:rgba(254,254,254,var(--un-border-opacity));}.border-red-300{--un-border-opacity:1;border-color:rgba(252,165,165,var(--un-border-opacity));}.border-white{--un-border-opacity:1;border-color:rgba(255,255,255,var(--un-border-opacity));}.border-opacity-15{--un-border-opacity:0.15;}.\!rounded-100px{border-radius:100px !important;}.\!rounded-6px{border-radius:6px !important;}.rounded{border-radius:0.25rem;}.rounded-\[4px\],.rounded-4px{border-radius:4px;}.rounded-\[6px\],.rounded-6px{border-radius:6px;}.rounded-\[8px\],.rounded-8px{border-radius:8px;}.rounded-100px{border-radius:100px;}.rounded-12px{border-radius:12px;}.rounded-full{border-radius:9999px;}.rounded-lg{border-radius:0.5rem;}.rounded-t-4px{border-top-left-radius:4px;border-top-right-radius:4px;}.border-solid{border-style:solid;}.bg-\[\#004223\]{--un-bg-opacity:1;background-color:rgba(0,66,35,var(--un-bg-opacity));}.bg-\[\#65be78\]{--un-bg-opacity:1;background-color:rgba(101,190,120,var(--un-bg-opacity));}.bg-\#111{--un-bg-opacity:1;background-color:rgba(17,17,17,var(--un-bg-opacity));}.bg-\#303549e0{--un-bg-opacity:0.88;background-color:rgba(48,53,73,var(--un-bg-opacity));}.bg-\#383D51{--un-bg-opacity:1;background-color:rgba(56,61,81,var(--un-bg-opacity));}.bg-\#393D4F{--un-bg-opacity:1;background-color:rgba(57,61,79,var(--un-bg-opacity));}.bg-\#B4C0D0{--un-bg-opacity:1;background-color:rgba(180,192,208,var(--un-bg-opacity));}.bg-\#E5E5E5{--un-bg-opacity:1;background-color:rgba(229,229,229,var(--un-bg-opacity));}.bg-\#F2F3F729{--un-bg-opacity:0.16;background-color:rgba(242,243,247,var(--un-bg-opacity));}.bg-\#F8F8F8{--un-bg-opacity:1;background-color:rgba(248,248,248,var(--un-bg-opacity));}.bg-\#FEF5E8{--un-bg-opacity:1;background-color:rgba(254,245,232,var(--un-bg-opacity));}.bg-black,.hover\:bg-black:hover{--un-bg-opacity:1;background-color:rgba(0,0,0,var(--un-bg-opacity));}.bg-green-100{--un-bg-opacity:1;background-color:rgba(220,252,231,var(--un-bg-opacity));}.bg-red-100{--un-bg-opacity:1;background-color:rgba(254,226,226,var(--un-bg-opacity));}.bg-transparent{background-color:transparent;}.bg-white{--un-bg-opacity:1;background-color:rgba(255,255,255,var(--un-bg-opacity));}.bg-yellow-100{--un-bg-opacity:1;background-color:rgba(254,249,195,var(--un-bg-opacity));}.hover\:bg-\#F1F1F3:hover{--un-bg-opacity:1;background-color:rgba(241,241,243,var(--un-bg-opacity));}.hover\:bg-\#fafbfc14:hover{--un-bg-opacity:0.08;background-color:rgba(250,251,252,var(--un-bg-opacity));}.bg-opacity-40{--un-bg-opacity:0.4;}.bg-opacity-70{--un-bg-opacity:0.7;}.from-\[\#15C184\]{--un-gradient-from:rgba(21,193,132,var(--un-from-opacity, 1));--un-gradient-to:rgba(21,193,132,0);--un-gradient-stops:var(--un-gradient-from), var(--un-gradient-to);}.to-\[\#808BE7\]{--un-gradient-to:rgba(128,139,231,var(--un-to-opacity, 1));}.bg-gradient-to-l{--un-gradient-shape:to left;--un-gradient:var(--un-gradient-shape), var(--un-gradient-stops);background-image:linear-gradient(var(--un-gradient));}.p-\[24px\],.p-24px{padding:24px;}.p-12px{padding:12px;}.p-14px{padding:14px;}.p-20px{padding:20px;}.p-6px{padding:6px;}.px-\[128px\]{padding-left:128px;padding-right:128px;}.px-\[16px\]{padding-left:16px;padding-right:16px;}.px-\[5px\]{padding-left:5px;padding-right:5px;}.px-12px{padding-left:12px;padding-right:12px;}.px-14px{padding-left:14px;padding-right:14px;}.px-32px{padding-left:32px;padding-right:32px;}.px-4px{padding-left:4px;padding-right:4px;}.px-50px{padding-left:50px;padding-right:50px;}.px-6px{padding-left:6px;padding-right:6px;}.py-\[24px\]{padding-top:24px;padding-bottom:24px;}.py-\[32px\]{padding-top:32px;padding-bottom:32px;}.py-\[8px\],.py-8px{padding-top:8px;padding-bottom:8px;}.py-10px{padding-top:10px;padding-bottom:10px;}.py-2px{padding-top:2px;padding-bottom:2px;}.\!pb-2px{padding-bottom:2px !important;}.pb-0px{padding-bottom:0px;}.pb-10px{padding-bottom:10px;}.pb-20px{padding-bottom:20px;}.pb-24px{padding-bottom:24px;}.pb-60px{padding-bottom:60px;}.pl-\[40px\],.pl-40px{padding-left:40px;}.pl-\[56px\]{padding-left:56px;}.pl-12px{padding-left:12px;}.pl-24px{padding-left:24px;}.pl-4px{padding-left:4px;}.pr-\[24px\]{padding-right:24px;}.pr-42px{padding-right:42px;}.pt-\[120px\]{padding-top:120px;}.pt-\[80px\]{padding-top:80px;}.pt-10px{padding-top:10px;}.pt-16px{padding-top:16px;}.pt-20px{padding-top:20px;}.pt-32px{padding-top:32px;}.pt-36px{padding-top:36px;}.text-center{text-align:center;}.text-left{text-align:left;}.text-right{text-align:right;}.font-\[18px\]{font-family:18px;}.font-\[24px\]{font-family:24px;}.text-\[14px\],.text-14px{font-size:14px;}.text-\[16px\],.text-16px{font-size:16px;}.text-\[18px\],.text-18px{font-size:18px;}.text-\[20px\],.text-20px{font-size:20px;}.text-\[28px\],.text-28px{font-size:28px;}.text-1\.4em{font-size:1.4em;}.text-10px{font-size:10px;}.text-12px{font-size:12px;}.text-22px{font-size:22px;}.text-24px{font-size:24px;}.text-36px{font-size:36px;}.text-48px{font-size:48px;}.text-50px{font-size:50px;}.text-68px{font-size:68px;}.text-sm{font-size:0.875rem;line-height:1.25rem;}.text-xs{font-size:0.75rem;line-height:1rem;}.font-600,.font-semibold{font-weight:600;}.font-bold{font-weight:700;}.font-extrabold{font-weight:800;}.font-normal{font-weight:400;}.leading-\[18px\]{line-height:18px;}.leading-\[22px\]{line-height:22px;}.leading-\[24p\]{line-height:24p;}.leading-\[24px\],.leading-24px{line-height:24px;}.tracking-wide{letter-spacing:0.025em;}.\!text-\#62677B{--un-text-opacity:1 !important;color:rgba(98,103,123,var(--un-text-opacity)) !important;}.hover\:text-white:hover,.text-white{--un-text-opacity:1;color:rgba(255,255,255,var(--un-text-opacity));}.text-\[\#00FF87\]{--un-text-opacity:1;color:rgba(0,255,135,var(--un-text-opacity));}.text-\[\#111\]{--un-text-opacity:1;color:rgba(17,17,17,var(--un-text-opacity));}.text-\[\#1B1B1C\]{--un-text-opacity:1;color:rgba(27,27,28,var(--un-text-opacity));}.text-\[\#1e1e1e\]{--un-text-opacity:1;color:rgba(30,30,30,var(--un-text-opacity));}.text-\[\#3D3F4C\]{--un-text-opacity:1;color:rgba(61,63,76,var(--un-text-opacity));}.text-\[\#808BE7\]{--un-text-opacity:1;color:rgba(128,139,231,var(--un-text-opacity));}.text-\[\#898D9A\]{--un-text-opacity:1;color:rgba(137,141,154,var(--un-text-opacity));}.text-\[\#E15C56\]{--un-text-opacity:1;color:rgba(225,92,86,var(--un-text-opacity));}.text-\#160042{--un-text-opacity:1;color:rgba(22,0,66,var(--un-text-opacity));}.text-\#303549{--un-text-opacity:1;color:rgba(48,53,73,var(--un-text-opacity));}.text-\#383515{--un-text-opacity:1;color:rgba(56,53,21,var(--un-text-opacity));}.text-\#3AC170{--un-text-opacity:1;color:rgba(58,193,112,var(--un-text-opacity));}.text-\#62677B{--un-text-opacity:1;color:rgba(98,103,123,var(--un-text-opacity));}.text-\#63400A{--un-text-opacity:1;color:rgba(99,64,10,var(--un-text-opacity));}.text-\#8E92A3{--un-text-opacity:1;color:rgba(142,146,163,var(--un-text-opacity));}.text-\#A5A8B6{--un-text-opacity:1;color:rgba(165,168,182,var(--un-text-opacity));}.text-\#A6A8B5{--un-text-opacity:1;color:rgba(166,168,181,var(--un-text-opacity));}.text-\#BABABA{--un-text-opacity:1;color:rgba(186,186,186,var(--un-text-opacity));}.text-\#bc0000b8{--un-text-opacity:0.72;color:rgba(188,0,0,var(--un-text-opacity));}.text-\#ccc{--un-text-opacity:1;color:rgba(204,204,204,var(--un-text-opacity));}.text-\#D2D4DC{--un-text-opacity:1;color:rgba(210,212,220,var(--un-text-opacity));}.text-\#EAAA2D{--un-text-opacity:1;color:rgba(234,170,45,var(--un-text-opacity));}.text-\#F1F1F3{--un-text-opacity:1;color:rgba(241,241,243,var(--un-text-opacity));}.text-\#F89F1A{--un-text-opacity:1;color:rgba(248,159,26,var(--un-text-opacity));}.text-\#FCCF23{--un-text-opacity:1;color:rgba(252,207,35,var(--un-text-opacity));}.text-\#FE6060{--un-text-opacity:1;color:rgba(254,96,96,var(--un-text-opacity));}.text-\#FF0000{--un-text-opacity:1;color:rgba(255,0,0,var(--un-text-opacity));}.hover\:underline:hover,.underline{text-decoration-line:underline;}.decoration-none,.no-underline{text-decoration:none;}.blur{--un-blur:blur(8px);filter:var(--un-blur) var(--un-brightness) var(--un-contrast) var(--un-drop-shadow) var(--un-grayscale) var(--un-hue-rotate) var(--un-invert) var(--un-saturate) var(--un-sepia);}.transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:150ms;}.transition-transform{transition-property:transform;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:150ms;}.duration-300{transition-duration:300ms;}@media (max-width: 1535.9px){.lt-2xl\:max-w-100\%{max-width:100%;}.lt-2xl\:w-full{width:100%;}.lt-2xl\:px-32px{padding-left:32px;padding-right:32px;}}@media (max-width: 1279.9px){.lt-xl\:ml-6px{margin-left:6px;}.lt-xl\:mr-28px{margin-right:28px;}.lt-xl\:mt-8px{margin-top:8px;}.lt-xl\:display-none{display:none;}.lt-xl\:h-100px{height:100px;}.lt-xl\:h-82px{height:82px;}.lt-xl\:w-100px{width:100px;}.lt-xl\:w-82px{width:82px;}.lt-xl\:flex-col{flex-direction:column;}}@media (max-width: 1023.9px){.lt-lg\:display-none{display:none;}.lt-lg\:min-w-180px{min-width:180px;}.lt-lg\:w-128px{width:128px;}.lt-lg\:w-160px{width:160px;}.lt-lg\:w-full{width:100%;}.lt-lg\:flex-col{flex-direction:column;}.lt-lg\:gap-18px{grid-gap:18px;gap:18px;}.lt-lg\:text-center{text-align:center;}}@media (max-width: 767.9px){.lt-md\:relative{position:relative;}.lt-md\:right-none{right:0rem;}.lt-md\:mx-0{margin-left:0rem;margin-right:0rem;}.lt-md\:mb-0{margin-bottom:0rem;}.lt-md\:mb-120px{margin-bottom:120px;}.lt-md\:mb-18px{margin-bottom:18px;}.lt-md\:mb-20px{margin-bottom:20px;}.lt-md\:mt-20px{margin-top:20px;}.lt-md\:display-none{display:none;}.\!lt-md\:w-\[95\%\]{width:95% !important;}.lt-md\:h-\[56px\]{height:56px;}.lt-md\:h-28px{height:28px;}.lt-md\:h-40px{height:40px;}.lt-md\:h-52px{height:52px;}.lt-md\:max-w-none{max-width:none;}.lt-md\:w-\[95\%\]{width:95%;}.lt-md\:w-40px{width:40px;}.lt-md\:w-50\%{width:50%;}.lt-md\:w-52px{width:52px;}.lt-md\:w-full{width:100%;}.lt-md\:flex-col{flex-direction:column;}.lt-md\:items-start{align-items:flex-start;}.lt-md\:items-center{align-items:center;}.lt-md\:self-center{align-self:center;}.lt-md\:justify-center{justify-content:center;}.lt-md\:gap-12px{grid-gap:12px;gap:12px;}.lt-md\:gap-8px{grid-gap:8px;gap:8px;}.lt-md\:p-\[32px\]{padding:32px;}.lt-md\:py-20px{padding-top:20px;padding-bottom:20px;}.lt-md\:pl-4px{padding-left:4px;}.lt-md\:pr-12px{padding-right:12px;}.lt-md\:pt-14px{padding-top:14px;}.lt-md\:pt-20px{padding-top:20px;}.lt-md\:text-center{text-align:center;}.lt-md\:text-left{text-align:left;}.lt-md\:text-\[14px\]{font-size:14px;}.lt-md\:text-12px{font-size:12px;}.lt-md\:text-32px{font-size:32px;}.lt-md\:leading-30px{line-height:30px;}}@media (max-width: 639.9px){.lt-sm\:mt-24px{margin-top:24px;}.lt-sm\:mt-64px{margin-top:64px;}.lt-sm\:display-none{display:none;}.lt-sm\:h-274px{height:274px;}.lt-sm\:w-50\%{width:50%;}.lt-sm\:flex-wrap{flex-wrap:wrap;}.lt-sm\:justify-center{justify-content:center;}.lt-sm\:gap-0{grid-gap:0rem;gap:0rem;}.lt-sm\:gap-24px{grid-gap:24px;gap:24px;}.lt-sm\:gap-y-12px{grid-row-gap:12px;row-gap:12px;}.lt-sm\:pt-120px{padding-top:120px;}.lt-sm\:text-center{text-align:center;}.lt-sm\:text-12px{font-size:12px;}.lt-sm\:text-16px{font-size:16px;}.lt-sm\:text-18px{font-size:18px;}.lt-sm\:leading-32px{line-height:32px;}}@media (min-width: 640px){.sm\:ml-20px{margin-left:20px;}.sm\:mr-40px{margin-right:40px;}.sm\:display-none{display:none;}.sm\:flex{display:flex;}.sm\:flex-row{flex-direction:row;}.sm\:justify-start{justify-content:flex-start;}.sm\:pt-20px{padding-top:20px;}.sm\:text-14px{font-size:14px;}}@media (min-width: 768px){.md\:display-none{display:none;}.md\:max-w-40\%{max-width:40%;}.md\:max-w-42\.5\%{max-width:42.5%;}.md\:max-w-47\.5\%{max-width:47.5%;}.md\:max-w-60\%{max-width:60%;}.md\:text-right{text-align:right;}}@media (min-width: 1280px){.xl\:ml-0{margin-left:0rem;}.xl\:display-none{display:none;}.xl-w-fit,.xl\:w-fit{width:fit-content;}.xl\:flex-row{flex-direction:row;}.xl\:flex-col{flex-direction:column;}.xl\:items-center{align-items:center;}.xl\:gap-12px{grid-gap:12px;gap:12px;}.xl\:pb-24px{padding-bottom:24px;}.xl\:pt-28px{padding-top:28px;}.xl\:text-100px{font-size:100px;}.xl\:text-32px{font-size:32px;}.xl\:text-64px{font-size:64px;}}*,*:before,*:after{box-sizing:inherit;padding:0;margin:0}html{line-height:1.15;box-sizing:border-box;font-family:sans-serif}main{display:block}h1{font-size:2em;margin:.67em 0}a{background-color:transparent}abbr[title]{-webkit-text-decoration:underline dotted;text-decoration:underline dotted}code,kbd,samp,pre{font-family:monospace,monospace;font-size:1em}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}button,input,optgroup,select,textarea{line-height:inherit;border:1px solid currentColor}button{overflow:visible;text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button;padding:1px 6px}input{overflow:visible}input,textarea{padding:1px}fieldset{border:1px solid currentColor;margin:0 2px}legend{color:inherit;display:table;max-width:100%;white-space:normal}progress{display:inline-block;vertical-align:baseline}select{text-transform:none}textarea{overflow:auto;vertical-align:top}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=color]{background:inherit}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}::-webkit-input-placeholder{color:inherit;opacity:.5}::-webkit-search-decoration,::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}::-moz-focus-inner{border:0}:-moz-focusring{outline:1px dotted ButtonText}:-moz-ui-invalid{box-shadow:none}hr{box-sizing:content-box;height:0;color:inherit;overflow:visible}dl,ol,ul{margin:1em 0}ol ol,ol ul,ol dl,ul ol,ul ul,ul dl,dl ol,dl ul,dl dl{margin:0}b,strong{font-weight:bolder}audio,video{display:inline-block}audio:not([controls]){display:none;height:0}img{border:0}svg:not(:root){overflow:hidden}table{text-indent:0;border-color:inherit}details{display:block}dialog{background-color:inherit;border:solid;color:inherit;display:block;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;left:0;margin:auto;padding:1em;position:absolute;right:0;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}dialog:not([open]){display:none}summary{display:list-item}canvas{display:inline-block}template{display:none}[hidden]{display:none}.scrollbar__wrapper{position:relative;height:fit-content}.scrollbar__wrapper:hover>.scrollbar__thumbPlaceholder{opacity:1}.scrollbar__scroller{overflow:auto;scrollbar-width:none;-ms-overflow-style:none;scroll-behavior:auto!important}.scrollbar__scroller::-webkit-scrollbar{display:none}.scrollbar__content--vertical{display:block}.scrollbar__content--vertical.scrollbar__content--fixedThumb{display:inline-block}.scrollbar__content--horizontal{display:inline-flex}.scrollbar__thumbPlaceholder{position:absolute;display:none;justify-content:center;align-items:center;user-select:none;cursor:pointer;contain:strict;transition:opacity 275ms ease}.scrollbar__thumbPlaceholder--visible{display:inline-flex}.scrollbar__thumbPlaceholder--vertical{top:3px;right:0;width:12px}.scrollbar__thumbPlaceholder--horizontal{flex-direction:column;left:3px;bottom:0;height:12px}.scrollbar__thumbPlaceholder--autoHide{opacity:0}.scrollbar__thumbPlaceholder--scrolling{opacity:1}.scrollbar__thumbPlaceholder:hover>.scrollbar__thumb{opacity:1}.scrollbar__thumbPlaceholder--autoExpand:hover>.scrollbar__thumb--vertical{transform:scale3d(1.5,1,1)}.scrollbar__thumbPlaceholder--autoExpand:hover>.scrollbar__thumb--horizontal{transform:scale3d(1,1.5,1)}.scrollbar__thumb{background-color:#091e4280;opacity:.6;transition:opacity 275ms ease,transform .2s ease;contain:strict;border-radius:4px}.scrollbar__thumb--vertical{width:66.667%;height:100%}.scrollbar__thumb--horizontal{height:66.667%;width:100%}.scrollbar__shepherd{display:none;position:absolute;contain:strict}.scrollbar__shepherd--vertical{width:0%;height:100%;top:0;right:0}.scrollbar__shepherd--horizontal{width:100%;height:0%;bottom:0;left:0}.scrollbar__shepherd--visible{display:block}html{font-family:Inter;scroll-behavior:smooth}:root{--w3m-z-index: 100001 !important}@font-face{font-family:Inter;src:url(/assets/Inter-Regular.c69b1518.woff2) format("woff2");font-style:normal;font-weight:400;font-display:auto}@font-face{font-family:Inter;src:url(/assets/Inter-SemiBold.55fff904.woff2) format("woff2");font-style:normal;font-weight:600;font-display:auto}@font-face{font-family:Inter;src:url(/assets/Inter-Bold.fbe3d3f5.woff2) format("woff2");font-style:normal;font-weight:700;font-display:auto}@font-face{font-family:MuseoModerno;src:url(/assets/MuseoModerno-SemiBold.943d234f.woff2) format("woff2");font-style:normal;font-weight:600;font-display:auto}@font-face{font-family:MuseoModerno;src:url(/assets/MuseoModerno-ExtraBold.11d8bf4f.woff2) format("woff2");font-style:normal;font-weight:800;font-display:auto}body{margin:0rem;overflow:hidden;--un-bg-opacity:1;background-color:rgba(241,241,243,var(--un-bg-opacity));padding:0rem}.main-scroller{width:100vw;height:100vh;overflow-x:hidden}.main-scroller>.scrollbar__content{overflow-x:hidden}.scrollbar__thumbPlaceholder--horizontal{display:none!important}.scrollbar__thumb{--un-bg-opacity:1;background-color:rgba(255,255,255,var(--un-bg-opacity))}ul,ol{padding-inline-start:0}p{margin-block-start:0;margin-block-end:0}input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{appearance:none!important;margin:0}input[type=number]{-moz-appearance:textfield}.dropdown-shadow{box-shadow:0 0 2px #0003,0 2px 10px #0000001a}
