: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-offset: 16px;--toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background: #fff;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--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-color-progress-bgo: .2}.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:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right)}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right)}@media only screen and (max-width : 480px){.Toastify__toast-container{width:100vw;padding:0;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}}.Toastify__toast{--y: 0;position:relative;touch-action:none;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px #0000001a;display:flex;justify-content:space-between;max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0;overflow:hidden}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;flex:1 1 auto;padding:6px;display:flex;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;flex:1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.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;align-self:flex-start;z-index:1}.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:100%;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.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;border-bottom-left-radius:initial;border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp{position:absolute;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.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,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),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,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),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,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 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,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 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:translate3d(0,var(--y),0) 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:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) 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:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),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;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.react-international-phone-country-selector{position:relative}.react-international-phone-country-selector-button{display:flex;height:var(--react-international-phone-height, 36px);box-sizing:border-box;align-items:center;justify-content:center;padding:0;border:1px solid var(--react-international-phone-country-selector-border-color, var(--react-international-phone-border-color, gainsboro));margin:0;-moz-appearance:button;appearance:button;-webkit-appearance:button;background-color:var(--react-international-phone-country-selector-background-color, var(--react-international-phone-background-color, white));cursor:pointer;text-transform:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.react-international-phone-country-selector-button:hover{background-color:var(--react-international-phone-country-selector-background-color-hover, whitesmoke)}.react-international-phone-country-selector-button--hide-dropdown{cursor:auto}.react-international-phone-country-selector-button--hide-dropdown:hover{background-color:transparent}.react-international-phone-country-selector-button__button-content{display:flex;align-items:center;justify-content:center}.react-international-phone-country-selector-button__flag-emoji{margin:0 4px}.react-international-phone-country-selector-button__flag-emoji--disabled{opacity:.75}.react-international-phone-country-selector-button__dropdown-arrow{border-top:var(--react-international-phone-country-selector-arrow-size, 4px) solid var(--react-international-phone-country-selector-arrow-color, #777);border-right:var(--react-international-phone-country-selector-arrow-size, 4px) solid transparent;border-left:var(--react-international-phone-country-selector-arrow-size, 4px) solid transparent;margin-right:4px;transition:all .1s ease-out}.react-international-phone-country-selector-button__dropdown-arrow--active{transform:rotateX(180deg)}.react-international-phone-country-selector-button__dropdown-arrow--disabled{border-top-color:var(--react-international-phone-disabled-country-selector-arrow-color, #999)}.react-international-phone-country-selector-button--disabled{background-color:var(--react-international-phone-disabled-country-selector-background-color, var(--react-international-phone-disabled-background-color, whitesmoke));cursor:auto}.react-international-phone-country-selector-button--disabled:hover{background-color:var(--react-international-phone-disabled-country-selector-background-color, var(--react-international-phone-disabled-background-color, whitesmoke))}.react-international-phone-flag-emoji{width:var(--react-international-phone-flag-width, 24px);height:var(--react-international-phone-flag-height, 24px);box-sizing:border-box}.react-international-phone-country-selector-dropdown{position:absolute;z-index:1;top:var(--react-international-phone-dropdown-top, 44px);left:var(--react-international-phone-dropdown-left, 0);display:flex;width:300px;max-height:200px;flex-direction:column;padding:4px 0;margin:0;background-color:var(--react-international-phone-dropdown-item-background-color, var(--react-international-phone-background-color, white));box-shadow:var(--react-international-phone-dropdown-shadow, 2px 2px 16px rgba(0, 0, 0, .25));color:var(--react-international-phone-dropdown-item-text-color, var(--react-international-phone-text-color, #222));list-style:none;overflow-y:scroll}.react-international-phone-country-selector-dropdown__preferred-list-divider{height:1px;border:none;margin:var(--react-international-phone-dropdown-preferred-list-divider-margin, 0);background:var(--react-international-phone-dropdown-preferred-list-divider-color, var(--react-international-phone-border-color, gainsboro))}.react-international-phone-country-selector-dropdown__list-item{display:flex;min-height:var(--react-international-phone-dropdown-item-height, 28px);box-sizing:border-box;align-items:center;padding:2px 8px}.react-international-phone-country-selector-dropdown__list-item-flag-emoji{margin-right:8px}.react-international-phone-country-selector-dropdown__list-item-country-name{overflow:hidden;margin-right:8px;font-size:var(--react-international-phone-dropdown-item-font-size, 14px);text-overflow:ellipsis;white-space:nowrap}.react-international-phone-country-selector-dropdown__list-item-dial-code{color:var(--react-international-phone-dropdown-item-dial-code-color, gray);font-size:var(--react-international-phone-dropdown-item-font-size, 14px)}.react-international-phone-country-selector-dropdown__list-item:hover{background-color:var(--react-international-phone-selected-dropdown-item-background-color, var(--react-international-phone-selected-dropdown-item-background-color, whitesmoke));cursor:pointer}.react-international-phone-country-selector-dropdown__list-item--selected,.react-international-phone-country-selector-dropdown__list-item--focused{background-color:var(--react-international-phone-selected-dropdown-item-background-color, whitesmoke);color:var(--react-international-phone-selected-dropdown-item-text-color, var(--react-international-phone-text-color, #222))}.react-international-phone-country-selector-dropdown__list-item--selected .react-international-phone-country-selector-dropdown__list-item-dial-code,.react-international-phone-country-selector-dropdown__list-item--focused .react-international-phone-country-selector-dropdown__list-item-dial-code{color:var(--react-international-phone-selected-dropdown-item-dial-code-color, var(--react-international-phone-dropdown-item-dial-code-color, gray))}.react-international-phone-country-selector-dropdown__list-item--focused{background-color:var(--react-international-phone-selected-dropdown-item-background-color, var(--react-international-phone-selected-dropdown-item-background-color, whitesmoke))}.react-international-phone-dial-code-preview{display:flex;align-items:center;justify-content:center;padding:0 8px;border:1px solid var(--react-international-phone-dial-code-preview-border-color, var(--react-international-phone-border-color, gainsboro));margin-right:-1px;background-color:var(--react-international-phone-dial-code-preview-background-color, var(--react-international-phone-background-color, white));color:var(--react-international-phone-dial-code-preview-text-color, var(--react-international-phone-text-color, #222));font-size:var(--react-international-phone-dial-code-preview-font-size, var(--react-international-phone-font-size, 13px))}.react-international-phone-dial-code-preview--disabled{background-color:var(--react-international-phone-dial-code-preview-disabled-background-color, var(--react-international-phone-disabled-background-color, whitesmoke));color:var(--react-international-phone-dial-code-preview-disabled-text-color, var(--react-international-phone-disabled-text-color, #666))}.react-international-phone-input-container{display:flex}.react-international-phone-input-container .react-international-phone-country-selector-button{border-radius:var(--react-international-phone-border-radius, 4px);margin-right:-1px;border-bottom-right-radius:0;border-top-right-radius:0}.react-international-phone-input-container .react-international-phone-input{overflow:visible;height:var(--react-international-phone-height, 36px);box-sizing:border-box;padding:0 8px;border:1px solid var(--react-international-phone-border-color, gainsboro);border-radius:var(--react-international-phone-border-radius, 4px);margin:0;background-color:var(--react-international-phone-background-color, white);border-bottom-left-radius:0;border-top-left-radius:0;color:var(--react-international-phone-text-color, #222);font-family:inherit;font-size:var(--react-international-phone-font-size, 13px)}.react-international-phone-input-container .react-international-phone-input:focus{outline:none}.react-international-phone-input-container .react-international-phone-input--disabled{background-color:var(--react-international-phone-disabled-background-color, whitesmoke);color:var(--react-international-phone-disabled-text-color, #666)}@font-face{font-family:swiper-icons;src:url(data:application/font-woff;charset=utf-8;base64,\ d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA);font-weight:400;font-style:normal}:root{--swiper-theme-color: #007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function, initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{-ms-scroll-snap-type:x mandatory;scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{-ms-scroll-snap-type:y mandatory;scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{-ms-scroll-snap-type:none;scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-start:var(--swiper-centered-offset-before);margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-before:var(--swiper-centered-offset-before);margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color, var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color: #fff}.swiper-lazy-preloader-black{--swiper-preloader-color: #000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}:root{--swiper-navigation-size: 44px}.swiper-button-prev,.swiper-button-next{position:absolute;top:var(--swiper-navigation-top-offset, 50%);width:calc(var(--swiper-navigation-size) / 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size) / 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color, var(--swiper-theme-color))}.swiper-button-prev.swiper-button-disabled,.swiper-button-next.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev.swiper-button-hidden,.swiper-button-next.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-prev,.swiper-navigation-disabled .swiper-button-next{display:none!important}.swiper-button-prev svg,.swiper-button-next svg{width:100%;height:100%;object-fit:contain;transform-origin:center}.swiper-rtl .swiper-button-prev svg,.swiper-rtl .swiper-button-next svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset, 10px);right:auto}.swiper-button-lock{display:none}.swiper-button-prev:after,.swiper-button-next:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:"prev"}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset, 10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:"next"}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translateZ(0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-pagination-fraction,.swiper-pagination-custom,.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal{bottom:var(--swiper-pagination-bottom, 8px);top:var(--swiper-pagination-top, auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));height:var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius, 50%);background:var(--swiper-pagination-bullet-inactive-color, #000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color, var(--swiper-theme-color))}.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets{right:var(--swiper-pagination-right, 8px);left:var(--swiper-pagination-left, auto);top:50%;transform:translate3d(0,-50%,0)}.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap, 6px) 0;display:block}.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap, 4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translate(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color, inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, .25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color, var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size, 4px);left:0;top:0}.swiper-vertical>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite{width:var(--swiper-pagination-progressbar-size, 4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:var(--swiper-scrollbar-border-radius, 10px);position:relative;touch-action:none;background:var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, .1))}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:var(--swiper-scrollbar-sides-offset, 1%);bottom:var(--swiper-scrollbar-bottom, 4px);top:var(--swiper-scrollbar-top, auto);z-index:50;height:var(--swiper-scrollbar-size, 4px);width:calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%))}.swiper-vertical>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-vertical{position:absolute;left:var(--swiper-scrollbar-left, auto);right:var(--swiper-scrollbar-right, 4px);top:var(--swiper-scrollbar-sides-offset, 1%);z-index:50;width:var(--swiper-scrollbar-size, 4px);height:calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%))}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, .5));border-radius:var(--swiper-scrollbar-border-radius, 10px);left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.customize-player-outbox{width:100%;height:100%;display:flex;align-items:center;justify-content:center;overflow:hidden}.customize-player-outbox .customize-player{height:100%!important;padding-top:0!important}.customize-player-outbox .customize-player.video-js .vjs-big-play-button{width:56px;height:56px;line-height:56px;border-radius:50%;margin-left:0;margin-top:0;transform:translate(-50%,-50%);border:none}.customize-player-outbox .customize-player.video-js .vjs-big-play-button .vjs-icon-placeholder{font-size:40px}.customize-player-outbox .customize-player.video-js .vjs-control-bar{padding:0 16px 24px;height:48px;line-height:24px;background:none}.customize-player-outbox .customize-player.video-js .vjs-control-bar .vjs-button>.vjs-icon-placeholder{width:100%;height:100%;display:block}.customize-player-outbox .customize-player.video-js .vjs-control-bar .vjs-button>.vjs-icon-placeholder:before{position:absolute;top:-8px;font-size:24px}.customize-player-outbox .customize-player.video-js .vjs-control-bar .vjs-play-progress.vjs-slider-bar .vjs-time-tooltip{display:none}.customize-player-outbox .customize-player.video-js .vjs-control-bar .vjs-time-divider{min-width:4px;padding:0}.customize-player-outbox .customize-player.video-js .vjs-control-bar .vjs-time-divider,.customize-player-outbox .customize-player.video-js .vjs-control-bar .vjs-time-control{display:block;height:24px;line-height:24px}.customize-player-outbox .customize-player.video-js .vjs-control-bar .vjs-volume-level:before{left:-4px;top:-10px}.customize-player .vjs-volume-vertical{height:-moz-max-content!important;height:max-content!important;width:-moz-max-content!important;width:max-content!important;border-radius:26px;padding:13px 11px;padding-bottom:15px!important;bottom:10.5em;left:-3.2em!important;background:#00000026,rgba(0,0,0,.15);opacity:80%}.customize-player .vjs-volume-bar.vjs-slider-vertical{margin:auto!important;height:70px!important;width:6px!important;border-radius:26px}.customize-player .vjs-slider-vertical .vjs-volume-level{width:100%!important;border-radius:26px!important}.customize-player .vjs-volume-level:before{font-size:12px!important;left:-2px!important;top:-10px!important;bottom:-9px!important}.customize-player .vjs-volume-level:after{content:"";position:absolute;font-size:12px!important;left:-2.7px!important;bottom:-15px!important}.customize-player .vjs-play-control{margin-right:auto!important}.customize-player .vjs-icon-replay:before,.vjs-icon-placeholder:before{text-align:start!important;left:10px!important}.customize-player .vjs-progress-control{position:absolute;bottom:40px;width:97%}.vjs-current-time-display,.vjs-duration-display,.vjs-time-divider{font-size:14px!important}.vjs-time-control{padding:0 2px!important}.vjs-fullscreen-control .vjs-icon-placeholder:before{content:" "!important;background:url(/assets/icon-665e69fc.svg)!important;background-repeat:no-repeat!important;top:0!important;left:3px!important}.vjs-big-play-button .vjs-icon-placeholder:before{content:" "!important;background:url(/assets/play-119edc67.svg)!important;background-repeat:no-repeat!important;top:15px!important;left:19px!important;background-color:#00000026}.video-js .vjs-big-play-button{border:1px solid #fff!important}.pause-overlay{width:60px;height:60px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:10;pointer-events:none;cursor:pointer}.pause-overlay img{max-width:100%;max-height:100%;cursor:pointer}.react-player-wrapper{position:relative;width:100%;height:100%}.pause-overlay{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:10;display:flex;align-items:center;justify-content:center}.PhotoView-Portal{direction:ltr;height:100%;left:0;overflow:hidden;position:fixed;top:0;touch-action:none;width:100%;z-index:2000}@keyframes PhotoView__rotate{0%{transform:rotate(0)}to{transform:rotate(1turn)}}@keyframes PhotoView__delayIn{0%,50%{opacity:0}to{opacity:1}}.PhotoView__Spinner{animation:PhotoView__delayIn .4s linear both}.PhotoView__Spinner svg{animation:PhotoView__rotate .6s linear infinite}.PhotoView__Photo{cursor:-webkit-grab;cursor:grab;max-width:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.PhotoView__Photo:active{cursor:-webkit-grabbing;cursor:grabbing}.PhotoView__icon{display:inline-block;left:0;position:absolute;top:0;transform:translate(-50%,-50%)}.PhotoView__PhotoBox,.PhotoView__PhotoWrap{bottom:0;direction:ltr;left:0;position:absolute;right:0;top:0;touch-action:none;width:100%}.PhotoView__PhotoWrap{overflow:hidden;z-index:10}.PhotoView__PhotoBox{transform-origin:left top}@keyframes PhotoView__fade{0%{opacity:0}to{opacity:1}}.PhotoView-Slider__clean .PhotoView-Slider__ArrowLeft,.PhotoView-Slider__clean .PhotoView-Slider__ArrowRight,.PhotoView-Slider__clean .PhotoView-Slider__BannerWrap,.PhotoView-Slider__clean .PhotoView-Slider__Overlay,.PhotoView-Slider__willClose .PhotoView-Slider__BannerWrap:hover{opacity:0}.PhotoView-Slider__Backdrop{background:#000;height:100%;left:0;position:absolute;top:0;transition-property:background-color;width:100%;z-index:-1}.PhotoView-Slider__fadeIn{animation:PhotoView__fade linear both;opacity:0}.PhotoView-Slider__fadeOut{animation:PhotoView__fade linear reverse both;opacity:0}.PhotoView-Slider__BannerWrap{align-items:center;background-color:#00000080;color:#fff;display:flex;height:44px;justify-content:space-between;left:0;position:absolute;top:0;transition:opacity .2s ease-out;width:100%;z-index:20}.PhotoView-Slider__BannerWrap:hover{opacity:1}.PhotoView-Slider__Counter{font-size:14px;opacity:.75;padding:0 10px}.PhotoView-Slider__BannerRight{align-items:center;display:flex;height:100%}.PhotoView-Slider__toolbarIcon{fill:#fff;box-sizing:border-box;cursor:pointer;opacity:.75;padding:10px;transition:opacity .2s linear}.PhotoView-Slider__toolbarIcon:hover{opacity:1}.PhotoView-Slider__ArrowLeft,.PhotoView-Slider__ArrowRight{align-items:center;bottom:0;cursor:pointer;display:flex;height:100px;justify-content:center;margin:auto;opacity:.75;position:absolute;top:0;transition:opacity .2s linear;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:70px;z-index:20}.PhotoView-Slider__ArrowLeft:hover,.PhotoView-Slider__ArrowRight:hover{opacity:1}.PhotoView-Slider__ArrowLeft svg,.PhotoView-Slider__ArrowRight svg{fill:#fff;background:rgba(0,0,0,.3);box-sizing:content-box;height:24px;padding:10px;width:24px}.PhotoView-Slider__ArrowLeft{left:0}.PhotoView-Slider__ArrowRight{right:0}.DraftEditor-editorContainer,.DraftEditor-root,.public-DraftEditor-content{height:inherit;text-align:initial}.public-DraftEditor-content[contenteditable=true]{-webkit-user-modify:read-write-plaintext-only}.DraftEditor-root{position:relative}.DraftEditor-editorContainer{background-color:#fff0;border-left:.1px solid transparent;position:relative;z-index:1}.public-DraftEditor-block{position:relative}.DraftEditor-alignLeft .public-DraftStyleDefault-block{text-align:left}.DraftEditor-alignLeft .public-DraftEditorPlaceholder-root{left:0;text-align:left}.DraftEditor-alignCenter .public-DraftStyleDefault-block{text-align:center}.DraftEditor-alignCenter .public-DraftEditorPlaceholder-root{margin:0 auto;text-align:center;width:100%}.DraftEditor-alignRight .public-DraftStyleDefault-block{text-align:right}.DraftEditor-alignRight .public-DraftEditorPlaceholder-root{right:0;text-align:right}.public-DraftEditorPlaceholder-root{color:#9197a3;position:absolute;width:100%;z-index:1}.public-DraftEditorPlaceholder-hasFocus{color:#bdc1c9}.DraftEditorPlaceholder-hidden{display:none}.public-DraftStyleDefault-block{position:relative;white-space:pre-wrap}.public-DraftStyleDefault-ltr{direction:ltr;text-align:left}.public-DraftStyleDefault-rtl{direction:rtl;text-align:right}.public-DraftStyleDefault-listLTR{direction:ltr}.public-DraftStyleDefault-listRTL{direction:rtl}.public-DraftStyleDefault-ol,.public-DraftStyleDefault-ul{margin:16px 0;padding:0}.public-DraftStyleDefault-depth0.public-DraftStyleDefault-listLTR{margin-left:1.5em}.public-DraftStyleDefault-depth0.public-DraftStyleDefault-listRTL{margin-right:1.5em}.public-DraftStyleDefault-depth1.public-DraftStyleDefault-listLTR{margin-left:3em}.public-DraftStyleDefault-depth1.public-DraftStyleDefault-listRTL{margin-right:3em}.public-DraftStyleDefault-depth2.public-DraftStyleDefault-listLTR{margin-left:4.5em}.public-DraftStyleDefault-depth2.public-DraftStyleDefault-listRTL{margin-right:4.5em}.public-DraftStyleDefault-depth3.public-DraftStyleDefault-listLTR{margin-left:6em}.public-DraftStyleDefault-depth3.public-DraftStyleDefault-listRTL{margin-right:6em}.public-DraftStyleDefault-depth4.public-DraftStyleDefault-listLTR{margin-left:7.5em}.public-DraftStyleDefault-depth4.public-DraftStyleDefault-listRTL{margin-right:7.5em}.public-DraftStyleDefault-unorderedListItem{list-style-type:square;position:relative}.public-DraftStyleDefault-unorderedListItem.public-DraftStyleDefault-depth0{list-style-type:disc}.public-DraftStyleDefault-unorderedListItem.public-DraftStyleDefault-depth1{list-style-type:circle}.public-DraftStyleDefault-orderedListItem{list-style-type:none;position:relative}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-listLTR:before{left:-36px;position:absolute;text-align:right;width:30px}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-listRTL:before{position:absolute;right:-36px;text-align:left;width:30px}.public-DraftStyleDefault-orderedListItem:before{content:counter(ol0) ". ";counter-increment:ol0}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth1:before{content:counter(ol1,lower-alpha) ". ";counter-increment:ol1}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth2:before{content:counter(ol2,lower-roman) ". ";counter-increment:ol2}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth3:before{content:counter(ol3) ". ";counter-increment:ol3}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth4:before{content:counter(ol4,lower-alpha) ". ";counter-increment:ol4}.public-DraftStyleDefault-depth0.public-DraftStyleDefault-reset{counter-reset:ol0}.public-DraftStyleDefault-depth1.public-DraftStyleDefault-reset{counter-reset:ol1}.public-DraftStyleDefault-depth2.public-DraftStyleDefault-reset{counter-reset:ol2}.public-DraftStyleDefault-depth3.public-DraftStyleDefault-reset{counter-reset:ol3}.public-DraftStyleDefault-depth4.public-DraftStyleDefault-reset{counter-reset:ol4}/*!
* Quill Editor v2.0.2
* https://quilljs.com
* Copyright (c) 2017-2024, Slab
* Copyright (c) 2014, Jason Chen
* Copyright (c) 2013, salesforce.com
*/.ql-container{box-sizing:border-box;font-family:Helvetica,Arial,sans-serif;font-size:13px;height:100%;margin:0;position:relative}.ql-container.ql-disabled .ql-tooltip{visibility:hidden}.ql-container:not(.ql-disabled) li[data-list=checked]>.ql-ui,.ql-container:not(.ql-disabled) li[data-list=unchecked]>.ql-ui{cursor:pointer}.ql-clipboard{left:-100000px;height:1px;overflow-y:hidden;position:absolute;top:50%}.ql-clipboard p{margin:0;padding:0}.ql-editor{box-sizing:border-box;counter-reset:list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;line-height:1.42;height:100%;outline:none;overflow-y:auto;padding:12px 15px;-o-tab-size:4;tab-size:4;-moz-tab-size:4;text-align:left;white-space:pre-wrap;word-wrap:break-word}.ql-editor>*{cursor:text}.ql-editor p,.ql-editor ol,.ql-editor pre,.ql-editor blockquote,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6{margin:0;padding:0}@supports (counter-set:none){.ql-editor p,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6{counter-set:list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor p,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6{counter-reset:list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor table{border-collapse:collapse}.ql-editor td{border:1px solid #000;padding:2px 5px}.ql-editor ol{padding-left:1.5em}.ql-editor li{list-style-type:none;padding-left:1.5em;position:relative}.ql-editor li>.ql-ui:before{display:inline-block;margin-left:-1.5em;margin-right:.3em;text-align:right;white-space:nowrap;width:1.2em}.ql-editor li[data-list=checked]>.ql-ui,.ql-editor li[data-list=unchecked]>.ql-ui{color:#777}.ql-editor li[data-list=bullet]>.ql-ui:before{content:"•"}.ql-editor li[data-list=checked]>.ql-ui:before{content:"☑"}.ql-editor li[data-list=unchecked]>.ql-ui:before{content:"☐"}@supports (counter-set:none){.ql-editor li[data-list]{counter-set:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list]{counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered]{counter-increment:list-0}.ql-editor li[data-list=ordered]>.ql-ui:before{content:counter(list-0,decimal) ". "}.ql-editor li[data-list=ordered].ql-indent-1{counter-increment:list-1}.ql-editor li[data-list=ordered].ql-indent-1>.ql-ui:before{content:counter(list-1,lower-alpha) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-1{counter-set:list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-1{counter-reset:list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-2{counter-increment:list-2}.ql-editor li[data-list=ordered].ql-indent-2>.ql-ui:before{content:counter(list-2,lower-roman) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-2{counter-set:list-3 list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-2{counter-reset:list-3 list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-3{counter-increment:list-3}.ql-editor li[data-list=ordered].ql-indent-3>.ql-ui:before{content:counter(list-3,decimal) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-3{counter-set:list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-3{counter-reset:list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-4{counter-increment:list-4}.ql-editor li[data-list=ordered].ql-indent-4>.ql-ui:before{content:counter(list-4,lower-alpha) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-4{counter-set:list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-4{counter-reset:list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-5{counter-increment:list-5}.ql-editor li[data-list=ordered].ql-indent-5>.ql-ui:before{content:counter(list-5,lower-roman) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-5{counter-set:list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-5{counter-reset:list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-6{counter-increment:list-6}.ql-editor li[data-list=ordered].ql-indent-6>.ql-ui:before{content:counter(list-6,decimal) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-6{counter-set:list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-6{counter-reset:list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-7{counter-increment:list-7}.ql-editor li[data-list=ordered].ql-indent-7>.ql-ui:before{content:counter(list-7,lower-alpha) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-7{counter-set:list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-7{counter-reset:list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-8{counter-increment:list-8}.ql-editor li[data-list=ordered].ql-indent-8>.ql-ui:before{content:counter(list-8,lower-roman) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-8{counter-set:list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-8{counter-reset:list-9}}.ql-editor li[data-list=ordered].ql-indent-9{counter-increment:list-9}.ql-editor li[data-list=ordered].ql-indent-9>.ql-ui:before{content:counter(list-9,decimal) ". "}.ql-editor .ql-indent-1:not(.ql-direction-rtl){padding-left:3em}.ql-editor li.ql-indent-1:not(.ql-direction-rtl){padding-left:4.5em}.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:3em}.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:4.5em}.ql-editor .ql-indent-2:not(.ql-direction-rtl){padding-left:6em}.ql-editor li.ql-indent-2:not(.ql-direction-rtl){padding-left:7.5em}.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:6em}.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:7.5em}.ql-editor .ql-indent-3:not(.ql-direction-rtl){padding-left:9em}.ql-editor li.ql-indent-3:not(.ql-direction-rtl){padding-left:10.5em}.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:9em}.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:10.5em}.ql-editor .ql-indent-4:not(.ql-direction-rtl){padding-left:12em}.ql-editor li.ql-indent-4:not(.ql-direction-rtl){padding-left:13.5em}.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:12em}.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:13.5em}.ql-editor .ql-indent-5:not(.ql-direction-rtl){padding-left:15em}.ql-editor li.ql-indent-5:not(.ql-direction-rtl){padding-left:16.5em}.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:15em}.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:16.5em}.ql-editor .ql-indent-6:not(.ql-direction-rtl){padding-left:18em}.ql-editor li.ql-indent-6:not(.ql-direction-rtl){padding-left:19.5em}.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:18em}.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:19.5em}.ql-editor .ql-indent-7:not(.ql-direction-rtl){padding-left:21em}.ql-editor li.ql-indent-7:not(.ql-direction-rtl){padding-left:22.5em}.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:21em}.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:22.5em}.ql-editor .ql-indent-8:not(.ql-direction-rtl){padding-left:24em}.ql-editor li.ql-indent-8:not(.ql-direction-rtl){padding-left:25.5em}.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:24em}.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:25.5em}.ql-editor .ql-indent-9:not(.ql-direction-rtl){padding-left:27em}.ql-editor li.ql-indent-9:not(.ql-direction-rtl){padding-left:28.5em}.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:27em}.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:28.5em}.ql-editor li.ql-direction-rtl{padding-right:1.5em}.ql-editor li.ql-direction-rtl>.ql-ui:before{margin-left:.3em;margin-right:-1.5em;text-align:left}.ql-editor table{table-layout:fixed;width:100%}.ql-editor table td{outline:none}.ql-editor .ql-code-block-container{font-family:monospace}.ql-editor .ql-video{display:block;max-width:100%}.ql-editor .ql-video.ql-align-center{margin:0 auto}.ql-editor .ql-video.ql-align-right{margin:0 0 0 auto}.ql-editor .ql-bg-black{background-color:#000}.ql-editor .ql-bg-red{background-color:#e60000}.ql-editor .ql-bg-orange{background-color:#f90}.ql-editor .ql-bg-yellow{background-color:#ff0}.ql-editor .ql-bg-green{background-color:#008a00}.ql-editor .ql-bg-blue{background-color:#06c}.ql-editor .ql-bg-purple{background-color:#93f}.ql-editor .ql-color-white{color:#fff}.ql-editor .ql-color-red{color:#e60000}.ql-editor .ql-color-orange{color:#f90}.ql-editor .ql-color-yellow{color:#ff0}.ql-editor .ql-color-green{color:#008a00}.ql-editor .ql-color-blue{color:#06c}.ql-editor .ql-color-purple{color:#93f}.ql-editor .ql-font-serif{font-family:Georgia,Times New Roman,serif}.ql-editor .ql-font-monospace{font-family:Monaco,Courier New,monospace}.ql-editor .ql-size-small{font-size:.75em}.ql-editor .ql-size-large{font-size:1.5em}.ql-editor .ql-size-huge{font-size:2.5em}.ql-editor .ql-direction-rtl{direction:rtl;text-align:inherit}.ql-editor .ql-align-center{text-align:center}.ql-editor .ql-align-justify{text-align:justify}.ql-editor .ql-align-right{text-align:right}.ql-editor .ql-ui{position:absolute}.ql-editor.ql-blank:before{color:#0009;content:attr(data-placeholder);font-style:italic;left:15px;pointer-events:none;position:absolute;right:15px}:root[theme=dark]{--bg-color-menu-hover: #2b2b2b}@media screen and (min-width: 1920px){:root[theme=dark]{--max-width: 1600px !important}}[theme=dark]:root .downapp{background-color:#000;color:#fff;border:1px solid #fff}[theme=dark]:root .toolLogoTip{background:#fff!important}[theme=dark]:root .loginarea{background-color:#fff;color:#212225}[theme=dark]:root .loginarea:hover{background-color:#212225;color:#fff}[theme=dark]:root .downapp:hover{background-color:#212225}[theme=dark]:root .header-menu-container .hs-menu-depth-1:hover>a{color:#fff}:root[theme=light]{--bg-color-menu-hover: #e5e7eb}@media screen and (min-width: 1920px){:root[theme=light]{--max-width: 1600px !important}}[theme=light]:root .toolLogoTip{background:#000!important}[theme=light]:root .header-menu-container .hs-menu-depth-1:hover>a{color:#000}[theme=light]:root .loginarea{background-color:#f0f0f3;color:#1c2024}[theme=light]:root .loginarea:hover{background-color:#212225;color:#fff}[theme=light]:root .downapp:hover{background-color:#212225}@media screen and (min-width: 768px){#footer-wrapper .hs-menu-wrapper ul{column-count:2;column-gap:2.5rem;text-align:left}#footer-wrapper .hs-menu-wrapper ul a,footer .copyright p{font-size:1.125rem}}#header-wrapper{background-color:#fff;left:0;position:fixed;top:0;transition:all .3s ease;width:100%;z-index:1000}#header-wrapper.header-fixed{background-color:transparent;position:fixed}.header-container{align-items:center;display:flex;justify-content:space-between;transition:all .3s ease;position:relative;height:48px}.toolLogoTip{position:absolute;top:56px;left:0;color:#000;border-radius:8px;box-shadow:0 4px 6px #0000001a;font-size:14px;z-index:1000;width:270px;padding:16px;color:var(--colors-page-sheet-thirdly, #f6f6f6);font-family:var(--Typography-Font-family-text, "SF Pro");font-size:var(--Typography-Font-size-3, 14px);font-style:normal;font-weight:700;line-height:var(--Typography-Line-height-3, 20px);letter-spacing:var(--Typography-Letter-spacing-3, 0px)}.toolLogoTip img{position:absolute;top:-8px}.tooltip{position:absolute;top:52px;left:16px;background:rgba(0,0,0,.95);color:#fff;border-radius:8px;box-shadow:0 4px 6px #0000001a;font-size:14px;z-index:1000;width:250px}.tooltip ul{list-style:none;padding:0;margin:0}.tooltip li{margin-bottom:unset;padding-left:16px;padding-right:15px;text-align:left;height:50px;display:flex;align-items:center;justify-content:space-between;border-radius:0 0 8px 8px}.tooltip li a{color:#fff}.tooltip li:first-child:hover{background-color:#212225;border-radius:8px 8px 0 0}.loginarea{display:flex;height:32px;padding:16px;justify-content:center;align-items:center;gap:4px;border-radius:71px;margin-left:16px;cursor:pointer;font-feature-settings:"ss02" on,"liga" off;font-family:SF Pro,PingFang SC,Helvetica Neue,Arial,sans-serif;font-size:14px;font-style:normal;font-weight:590;line-height:normal}.downapp{display:flex;height:32px;padding:16px;justify-content:center;align-items:center;gap:4px;border-radius:71px;margin-left:16px;cursor:pointer;border:1px solid var(--Colors-Text-white-to-dark, #fff);color:var(--Colors-Text-white-to-dark, #fff);font-feature-settings:"ss02" on,"liga" off;font-family:SF Pro,PingFang SC,Helvetica Neue,Arial,sans-serif;font-size:14px;font-style:normal;font-weight:590;line-height:normal}.mobiledown{display:none}.downtips{cursor:pointer;position:fixed;right:36px;bottom:48px;display:flex;padding:10px 16px;justify-content:center;align-items:center;gap:10px;border-radius:54px;background:var(--colors-page-sheet-primary, #fff);box-shadow:0 12px 32px -16px var(--Colors-Neutral-Neutral-Alpha-3, rgba(0, 0, 51, .06)),0 8px 40px 0 var(--Overlays-Black-Alpha-1, rgba(0, 0, 0, .05))}.downloadtext{color:var(--Colors-Text-primary, #1c2024);font-family:SF Pro,PingFang SC,Helvetica Neue,Arial,sans-serif;font-size:18px;font-style:normal;font-weight:700}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.7);display:flex;justify-content:center;align-items:center;z-index:1000}.modal-content{background:white;border-radius:16px;padding:48px;position:relative;width:460px;text-align:center}.modal-header{display:flex;text-align:center;justify-content:center;gap:8px;margin-bottom:24px}.logo{width:35.254px;height:35.254px}.logoTitle{width:162.169px;height:26.441px}.scan{display:flex;width:200px;height:200px;padding:8px;flex-direction:column;align-items:flex-start;gap:10px;margin:0 auto 16px}.scantext{color:var(--Colors-Text-primary, #1c2024);text-align:center;font-family:var(--Typography-Font-family-text, "SF Pro");font-size:var(--Typography-Font-size-4, 16px);font-style:normal;font-weight:510;line-height:var(--Typography-Line-height-4, 24px);letter-spacing:var(--Typography-Letter-spacing-4, 0px)}.desc{display:flex;padding:8px 16px;justify-content:center;align-items:center;gap:10px;border-radius:12px;background:var(--bg-, #f5f5f5);width:310px;margin:0 auto 24px;color:var(--Colors-Text-primary, #1c2024);text-align:center;font-family:var(--Typography-Font-family-text, "SF Pro");font-size:14px;font-style:normal;font-weight:700}.subtitle{font-size:14px;color:#555}.modal-body{margin-bottom:15px}.modal-footer{display:flex;width:364px;flex-direction:row-reverse;flex-wrap:wrap;justify-content:space-between;gap:12px}.modal-footer img{width:172px;height:57px;cursor:pointer}.close-btn{position:absolute;top:24px;right:32px;background:none;border:none;font-size:24px;cursor:pointer}.header-logo-container a{display:flex;position:relative}.header-top-container{background-color:var(--bg-color-grey-cool);color:var(--text-color-grey);padding:.5rem 0}#header-wrapper.header-fixed:not(.scrolling) .header-top-container{background-color:transparent;color:#fff}.header-top-container a{color:var(--text-color-grey);font-size:.75rem}#header-wrapper.header-fixed:not(.scrolling) .header-top-container a{color:#fff}.header-top-inner-container{display:flex;font-size:.75rem;justify-content:flex-end}.header-top-inner-container a{color:var(--text-color-grey)}.header-top-inner-container ul{list-style:none;margin:0;padding:0}.header-top-inner-container>div{cursor:pointer;margin-left:1.5rem}.header-cta .cta-button{font-size:.75rem;padding:.5rem .75rem}.language-switcher:not(.open) ul{display:none}.language-switcher ul{background-color:#fff;border:1px solid var(--bg-color-grey-cool);padding:.5rem;position:absolute;z-index:10}.language-switcher ul a{color:var(--text-color-grey)}.language-switcher ul a:hover{color:var(--text-color-blue)}.header-right-container{margin-left:auto}.header-menu-container .hs-menu-wrapper ul{color:#fff;display:flex;list-style:none;margin:0;padding:0}.header-menu-container .hs-menu-wrapper ul li{margin:0;position:relative}.header-menu-container .hs-menu-wrapper ul li a{font-size:.875rem;font-weight:700}.header-menu-container .hs-menu-children-wrapper{flex-direction:column;height:0;opacity:0;overflow:hidden;position:absolute;transition:opacity .3s ease;visibility:hidden}.lock-screen{position:absolute;top:0;left:0;width:100%;height:100vh;opacity:.3;background:var(--Colors-Overlays-Black-Alpha-9, rgba(0, 0, 0, .7))}.app-title{color:var(--Colors-Text-white-to-dark, #fff);font-family:var(--Typography-Font-family-text, "SF Pro");font-size:var(--Typography-Font-size-2, 12px);font-style:normal;font-weight:400;line-height:var(--Typography-Line-height-2, 16px);letter-spacing:var(--Typography-Letter-spacing-2, .04px);padding-left:6px;position:absolute;right:46px;bottom:3px}@media (max-width: 1275px){.header-container{margin-left:32px;margin-right:32px}}@media (max-height: 896px) and (max-width: 768px){.header-menu-container .hs-menu-wrapper ul{flex-direction:column;overflow:scroll;height:100vh}}@media (max-width: 768px){.toolLogoTip{left:40px}.header-menu-container .hs-item-has-children:hover>.hs-menu-children-wrapper{top:100%!important}}@media (min-width: 768px) and (max-width: 1024px){.header-container{margin-left:32px;margin-right:32px;padding-left:0!important}.loginarea{display:none!important}.header-menu-container .hs-menu-depth-1{justify-content:flex-end}.header-menu-container .hs-item-has-children:hover>.hs-menu-children-wrapper{top:100%}#hs_menu_wrapper_header_menu{width:100%}.header-menu-container .hs-menu-wrapper ul{flex-direction:column}.header-menu-container .hs-menu-wrapper ul li{height:auto}.header-menu-container .hs-menu-wrapper ul li a{color:#edeef0;display:block;height:60px;padding:16px;display:flex;justify-content:flex-start;align-items:center;border-bottom:#212225 1px solid;color:var(--Colors-Text-primary, #edeef0);font-family:var(--Typography-Font-family-text, "SF Pro");font-size:var(--Typography-Font-size-4, 16px);font-style:normal;font-weight:510;line-height:var(--Typography-Line-height-4, 24px);letter-spacing:var(--Typography-Letter-spacing-4, 0px);gap:7px;border-radius:unset;width:100%}.header-menu-container .hs-menu-wrapper ul li a svg{float:right;position:absolute;right:16px}.header-menu-container .hs-item-has-children{width:100%}.header-menu-container .hs-item-has-children>a:after{display:none!important}.header-menu-container .hs-item-has-children.open .hs-menu-children-wrapper{background-color:#111113;height:auto;left:100%;opacity:1;visibility:visible}.header-menu-container .hs-item-has-children.open .hs-menu-children-wrapper a{padding:.5rem 1rem;white-space:nowrap}.close{display:none}.s1{background-color:#212225;left:-33px;position:absolute;top:100%;transition:all .3s ease;width:320px;height:100vh;padding-left:0;z-index:9999}#mobile-menu-trigger{cursor:pointer;display:block!important;margin-right:16px}.tabMenu{position:absolute;right:8px;width:20px;height:20px}}@media screen and (min-width: 767px){#mobile-menu-trigger,.header-mobile-cta,.header-mobile-links-container{display:none}.header-top-container{padding:1rem 0 .5rem}.language-switcher{position:relative}.language-switcher:hover ul{display:block}.language-switcher ul{top:100%}.language-switcher ul li:last-of-type{margin-bottom:0}.header-cta{display:flex;justify-content:flex-start}.header-menu-container .hs-item-has-children>a:after{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMiIgaGVpZ2h0PSI4IiBmaWxsPSJub25lIj48cGF0aCBzdHJva2U9IiNmZmYiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIxLjUiIGQ9Im0xIDEuNSA1IDUgNS01Ii8+PC9zdmc+);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:8px;margin-left:.5rem;width:12px}.header-menu-container .hs-item-has-children:hover>.hs-menu-children-wrapper{background-color:#fff;box-shadow:0 5px 10px -3px #00000080;height:auto;opacity:1;overflow:visible;padding:.5rem;visibility:visible}.header-menu-container .hs-menu-depth-1>.hs-menu-children-wrapper{right:0;top:100%}.header-menu-container .hs-menu-depth-1{align-items:center;display:flex;height:3rem;margin-bottom:0}.header-menu-container .hs-menu-depth-1>a{align-items:center;border-radius:2rem;display:inline-flex;font-size:.875rem;line-height:1rem;padding:.5rem 1rem;position:relative;transition:all .3s ease}.header-menu-container .hs-menu-depth-1:hover>a{background-color:var(--bg-color-menu-hover);color:#000}.header-menu-container li.hs-menu-depth-2,.header-menu-container li.hs-menu-depth-3{line-height:1;margin-bottom:.5rem}.header-menu-container li.hs-menu-depth-2:last-of-type,.header-menu-container li.hs-menu-depth-3:last-of-type{margin-bottom:0}.header-menu-container .hs-menu-depth-2>a,.header-menu-container .hs-menu-depth-3>a{display:inline-block;font-size:.875rem;line-height:1rem;text-wrap:nowrap;color:var(--text-color-base)!important;padding:.5rem .75rem .5rem 1rem;transition:all .3s ease;white-space:nowrap;min-width:130px;min-height:36px}.header-menu-container .hs-menu-depth-2>a:hover,.header-menu-container .hs-menu-depth-3>a:hover{text-shadow:0 0 10px rgba(0,0,0,.6)}.header-menu-container .hs-menu-depth-2>.hs-menu-children-wrapper{left:100%;top:-1rem}}@media screen and (max-width: 767px){.header-container{align-items:center;justify-content:flex-start;padding:.5rem 0;display:none}.modal-footer img{width:137px;height:44px}.modal-footer{width:102%;justify-content:center}.modal-content{width:90%;padding:24px}.header-container>div{flex-grow:1;width:0}.header-cta{margin-left:auto}.language-switcher{padding-right:1.5rem;position:relative}.language-switcher ul{bottom:100%;right:1.5rem}.language-switcher ul li:last-of-type{margin-bottom:0}#hs_menu_wrapper_header_menu{width:100%}.header-menu-container{background-color:#111113;left:-1rem;position:absolute;top:46px;transition:all .3s ease;width:320px;height:100vh}.tooltip{background-color:#111113;border:1px solid var(--Colors-Border-secondary, #363a3f);top:47px}.tooltip li{background-color:#111113!important;height:48px;padding-left:16px;padding-right:16px;border-radius:8px 8px 0 0;border-bottom:1px solid var(--Colors-Border-secondary, #363a3f)!important;color:var(--Colors-Text-primary, #edeef0);text-overflow:ellipsis;font-family:var(--Typography-Font-family-text, "SF Pro");font-size:var(--Typography-Font-size-4, 16px);font-style:normal;font-weight:400;line-height:var(--Typography-Line-height-4, 24px);letter-spacing:var(--Typography-Letter-spacing-4, 0px)}.tooltip li:last-child{border-radius:0 0 8px 8px;border-bottom:none!important}.header-menu-container:not(.open){height:0;opacity:0;visibility:hidden}.header-menu-container .hs-menu-wrapper ul{flex-direction:column}.header-menu-container .hs-menu-depth-1>a{line-height:1rem;padding:.5rem 1rem;transition:all .3s ease}.downtips{bottom:16px;right:16px;width:214px;display:none}.header-menu-container .hs-menu-wrapper ul li a{color:#edeef0;display:block;height:60px;padding:16px;display:flex;justify-content:flex-start;align-items:center;border-bottom:#212225 1px solid;color:var(--Colors-Text-primary, #edeef0);font-family:var(--Typography-Font-family-text, "SF Pro");font-size:var(--Typography-Font-size-4, 16px);font-style:normal;font-weight:510;line-height:var(--Typography-Line-height-4, 24px);letter-spacing:var(--Typography-Letter-spacing-4, 0px);gap:7px}.header-menu-container .hs-menu-wrapper ul li a svg{float:right;position:absolute;right:16px}.header-menu-container .hs-item-has-children{width:100%}.header-menu-container .hs-item-has-children.open .hs-menu-children-wrapper{background-color:#111113;height:auto;left:100%;opacity:1;visibility:visible}.header-menu-container .hs-item-has-children.open .hs-menu-children-wrapper a{padding:.5rem 1rem;white-space:nowrap}.child-trigger{align-items:center;cursor:pointer;display:inline-flex;justify-content:center;margin-left:.5rem;min-width:30px!important;padding:0!important;position:relative;right:0;text-align:center;top:0;width:33px!important}.child-trigger:hover{text-decoration:none}.child-trigger:before{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMiIgaGVpZ2h0PSI4IiBmaWxsPSJub25lIj48cGF0aCBzdHJva2U9IiNmZmYiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIxLjUiIGQ9Im0xIDEuNSA1IDUgNS01Ii8+PC9zdmc+);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;filter:brightness(0);height:8px;position:relative;transform:rotate(270deg);width:12px}#mobile-menu-trigger{color:#fff;cursor:pointer;font-size:1.5rem;height:1.5rem;margin-right:1rem;position:relative;width:1.5rem}#mobile-menu-trigger span{background:#fff;border-radius:0;display:block;height:2px;left:0;opacity:1;position:absolute;transform:rotate(0);transition:.25s ease-in-out;width:100%}#mobile-menu-trigger span:first-child{top:0}#mobile-menu-trigger span:first-child,#mobile-menu-trigger span:nth-child(2){transform-origin:left center}#mobile-menu-trigger span:nth-child(2){top:11px}#mobile-menu-trigger span:nth-child(3){top:22px;transform-origin:left center}#mobile-menu-trigger.open span:first-child{left:0;top:0;transform:rotate(45deg)}#mobile-menu-trigger.open span:nth-child(2){opacity:0;width:0}#mobile-menu-trigger.open span:nth-child(3){left:0;top:18px;transform:rotate(-45deg)}}.container{box-sizing:border-box;float:none;margin-left:auto;margin-right:auto;max-width:var(--max-width);position:relative;z-index:100;padding:0 80px}.container-half{max-width:calc(var(--max-width) / 2)}.container.container-full-width{max-width:100%;padding:0;width:100%}.container.container-stretch-left{margin-left:0;max-width:calc(100vw - (100vw - var(--max-width)) / 2)}.container.container-stretch-right{margin-right:0;max-width:calc(100vw - (100vw - var(--max-width)) / 2)}@media screen and (max-width: 1430px){.container{padding:0 40px}}@font-face{font-family:DM Sans;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/dm-sans-latin-ext-400-normal-04ba2df2.woff2) format("woff2"),url(/assets/dm-sans-latin-ext-400-normal-4fc3eb50.woff) format("woff");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:DM Sans;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/dm-sans-latin-400-normal-a71e519e.woff2) format("woff2"),url(/assets/dm-sans-latin-400-normal-90a38b7b.woff) format("woff");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:DM Sans;font-style:italic;font-display:swap;font-weight:400;src:url(/assets/dm-sans-latin-ext-400-italic-2e1bd16f.woff2) format("woff2"),url(/assets/dm-sans-latin-ext-400-italic-eedb947c.woff) format("woff");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:DM Sans;font-style:italic;font-display:swap;font-weight:400;src:url(/assets/dm-sans-latin-400-italic-a458047b.woff2) format("woff2"),url(/assets/dm-sans-latin-400-italic-344dbf7f.woff) format("woff");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:DM Sans;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/dm-sans-latin-ext-400-normal-04ba2df2.woff2) format("woff2"),url(/assets/dm-sans-latin-ext-400-normal-4fc3eb50.woff) format("woff");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:DM Sans;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/dm-sans-latin-400-normal-a71e519e.woff2) format("woff2"),url(/assets/dm-sans-latin-400-normal-90a38b7b.woff) format("woff");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Noto Sans;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/noto-sans-cyrillic-ext-400-normal-fa833149.woff2) format("woff2"),url(/assets/noto-sans-cyrillic-ext-400-normal-f5a9e0d2.woff) format("woff");unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Noto Sans;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/noto-sans-cyrillic-400-normal-05af9e70.woff2) format("woff2"),url(/assets/noto-sans-cyrillic-400-normal-e199c2ac.woff) format("woff");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:Noto Sans;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/noto-sans-devanagari-400-normal-1ccb7201.woff2) format("woff2"),url(/assets/noto-sans-devanagari-400-normal-b6818997.woff) format("woff");unicode-range:U+0900-097F,U+1CD0-1CF9,U+200C-200D,U+20A8,U+20B9,U+20F0,U+25CC,U+A830-A839,U+A8E0-A8FF,U+11B00-11B09}@font-face{font-family:Noto Sans;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/noto-sans-greek-ext-400-normal-cf966942.woff2) format("woff2"),url(/assets/noto-sans-greek-ext-400-normal-93fb912e.woff) format("woff");unicode-range:U+1F00-1FFF}@font-face{font-family:Noto Sans;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/noto-sans-greek-400-normal-c7c42b4b.woff2) format("woff2"),url(/assets/noto-sans-greek-400-normal-4c5ed886.woff) format("woff");unicode-range:U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF}@font-face{font-family:Noto Sans;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/noto-sans-vietnamese-400-normal-0f0c8a48.woff2) format("woff2"),url(/assets/noto-sans-vietnamese-400-normal-d2e10579.woff) format("woff");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Noto Sans;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/noto-sans-latin-ext-400-normal-c8e6bf92.woff2) format("woff2"),url(/assets/noto-sans-latin-ext-400-normal-7d1342e0.woff) format("woff");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Noto Sans;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/noto-sans-latin-400-normal-0d352d8a.woff2) format("woff2"),url(/assets/noto-sans-latin-400-normal-eb7d7834.woff) format("woff");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Noto Sans;font-style:italic;font-display:swap;font-weight:400;src:url(/assets/noto-sans-cyrillic-ext-400-italic-74c34f5c.woff2) format("woff2"),url(/assets/noto-sans-cyrillic-ext-400-italic-a9f65506.woff) format("woff");unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Noto Sans;font-style:italic;font-display:swap;font-weight:400;src:url(/assets/noto-sans-cyrillic-400-italic-8d37eb62.woff2) format("woff2"),url(/assets/noto-sans-cyrillic-400-italic-5efd8b60.woff) format("woff");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:Noto Sans;font-style:italic;font-display:swap;font-weight:400;src:url(/assets/noto-sans-devanagari-400-italic-39e78b40.woff2) format("woff2"),url(/assets/noto-sans-devanagari-400-italic-44d50bed.woff) format("woff");unicode-range:U+0900-097F,U+1CD0-1CF9,U+200C-200D,U+20A8,U+20B9,U+20F0,U+25CC,U+A830-A839,U+A8E0-A8FF,U+11B00-11B09}@font-face{font-family:Noto Sans;font-style:italic;font-display:swap;font-weight:400;src:url(/assets/noto-sans-greek-ext-400-italic-f0930cae.woff2) format("woff2"),url(/assets/noto-sans-greek-ext-400-italic-9105c802.woff) format("woff");unicode-range:U+1F00-1FFF}@font-face{font-family:Noto Sans;font-style:italic;font-display:swap;font-weight:400;src:url(/assets/noto-sans-greek-400-italic-083cf480.woff2) format("woff2"),url(/assets/noto-sans-greek-400-italic-a83f8617.woff) format("woff");unicode-range:U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF}@font-face{font-family:Noto Sans;font-style:italic;font-display:swap;font-weight:400;src:url(/assets/noto-sans-vietnamese-400-italic-36e30fbf.woff2) format("woff2"),url(/assets/noto-sans-vietnamese-400-italic-5ea75c24.woff) format("woff");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Noto Sans;font-style:italic;font-display:swap;font-weight:400;src:url(/assets/noto-sans-latin-ext-400-italic-8931874d.woff2) format("woff2"),url(/assets/noto-sans-latin-ext-400-italic-3e0f6950.woff) format("woff");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Noto Sans;font-style:italic;font-display:swap;font-weight:400;src:url(/assets/noto-sans-latin-400-italic-051ddbef.woff2) format("woff2"),url(/assets/noto-sans-latin-400-italic-7d72d82e.woff) format("woff");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Noto Sans;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/noto-sans-cyrillic-ext-400-normal-fa833149.woff2) format("woff2"),url(/assets/noto-sans-cyrillic-ext-400-normal-f5a9e0d2.woff) format("woff");unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Noto Sans;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/noto-sans-cyrillic-400-normal-05af9e70.woff2) format("woff2"),url(/assets/noto-sans-cyrillic-400-normal-e199c2ac.woff) format("woff");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:Noto Sans;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/noto-sans-devanagari-400-normal-1ccb7201.woff2) format("woff2"),url(/assets/noto-sans-devanagari-400-normal-b6818997.woff) format("woff");unicode-range:U+0900-097F,U+1CD0-1CF9,U+200C-200D,U+20A8,U+20B9,U+20F0,U+25CC,U+A830-A839,U+A8E0-A8FF,U+11B00-11B09}@font-face{font-family:Noto Sans;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/noto-sans-greek-ext-400-normal-cf966942.woff2) format("woff2"),url(/assets/noto-sans-greek-ext-400-normal-93fb912e.woff) format("woff");unicode-range:U+1F00-1FFF}@font-face{font-family:Noto Sans;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/noto-sans-greek-400-normal-c7c42b4b.woff2) format("woff2"),url(/assets/noto-sans-greek-400-normal-4c5ed886.woff) format("woff");unicode-range:U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF}@font-face{font-family:Noto Sans;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/noto-sans-vietnamese-400-normal-0f0c8a48.woff2) format("woff2"),url(/assets/noto-sans-vietnamese-400-normal-d2e10579.woff) format("woff");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Noto Sans;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/noto-sans-latin-ext-400-normal-c8e6bf92.woff2) format("woff2"),url(/assets/noto-sans-latin-ext-400-normal-7d1342e0.woff) format("woff");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Noto Sans;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/noto-sans-latin-400-normal-0d352d8a.woff2) format("woff2"),url(/assets/noto-sans-latin-400-normal-eb7d7834.woff) format("woff");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Staatliches;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/staatliches-latin-ext-400-normal-29ec5571.woff2) format("woff2"),url(/assets/staatliches-latin-ext-400-normal-61046e16.woff) format("woff");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Staatliches;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/staatliches-latin-400-normal-8f3a39ac.woff2) format("woff2"),url(/assets/staatliches-latin-400-normal-e3ef13b4.woff) format("woff");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Staatliches;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/staatliches-latin-ext-400-normal-29ec5571.woff2) format("woff2"),url(/assets/staatliches-latin-ext-400-normal-61046e16.woff) format("woff");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Staatliches;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/staatliches-latin-400-normal-8f3a39ac.woff2) format("woff2"),url(/assets/staatliches-latin-400-normal-e3ef13b4.woff) format("woff");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}.DraftEditor-root{position:absolute!important;height:40px;max-height:68px;overflow:auto!important;width:80%;margin-top:53px;margin-left:17px;font-size:15px}@media (max-width: 768px){.DraftEditor-root{width:90%;margin-top:47px}}.post-container .DraftEditor-root{position:relative!important;min-height:72px;max-height:initial;height:auto;width:100%;margin:0;font-size:17px}.post-container .public-DraftEditorPlaceholder-inner{font-weight:510;text-indent:5px}.post-container img{display:inline;vertical-align:top}.ql-editor{font-weight:400!important}.ql-editor a{font-size:17px;font-weight:510;line-height:24px;color:#3e63dd}.post-container .public-DraftEditorPlaceholder-root{font-style:initial}.ql-container>.ql-container>.ql-editor.ql-blank:before{font-size:17px;font-weight:510;line-height:24px;left:0;right:auto}.ql-editor.ql-blank:focus:before{content:"";font-style:italic}:root[theme=light] .ql-container>.ql-container>.ql-editor.ql-blank:before{color:#60646c;font-style:normal}:root[theme=dark] .ql-container>.ql-container>.ql-editor.ql-blank:before{color:#b0b4ba;font-style:normal}.ql-editor{padding:0;min-height:72px;font-size:17px;font-weight:510;line-height:24px;font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji"}:root[theme=light] .ql-editor{color:#1c2024}:root[theme=dark] .ql-editor{color:#edeef0}.post-container .DraftEditor-root figure{display:inline-block}.rich-input .DraftEditor-root{position:static!important;min-height:24px;max-height:initial;height:auto;width:100%;margin:0;font-size:17px}.rich-input .public-DraftEditorPlaceholder-inner{font-weight:510}.chat-container .ql-container>.ql-container>.ql-editor.ql-blank:before{font-size:16px;font-weight:400;line-height:24px;left:0;right:auto}:root[theme=light] .chat-container .ql-container>.ql-container>.ql-editor.ql-blank:before{color:#8b8d98;font-style:normal}:root[theme=dark] .chat-container .ql-container>.ql-container>.ql-editor.ql-blank:before{color:#696e77;font-style:normal}.chat-container .ql-container{min-height:24px;height:auto;width:100%}.chat-container .ql-container .ql-editor{padding:0;min-height:24px;font-size:16px;font-weight:400;line-height:24px;font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji"}.chat-container .ql-container .ql-editor p{word-break:break-word}.chat-container .ql-editor a{font-size:16px;font-weight:400;line-height:24px}:root[theme=light] .chat-container .ql-editor a{color:#3e63dd}:root[theme=dark] .chat-container .ql-editor a{color:#5686f4}:root[theme=dark] .airdropreview .text1{font-size:20px;color:#111113;font-weight:700}:root[theme=dark] .airdropreview .text2{font-size:16px;color:#111113;font-weight:400;line-height:27px}:root[theme=dark] .airdropreview .limitBtn{height:44px;background:#212225;color:#edeef0}:root[theme=dark] .airdropreview .limitBtn:hover{background-color:#60646c;color:#fff}:root[theme=dark] .airdropreview .limitList{display:flex;padding:2px 8px;align-items:flex-start;gap:10px;border-radius:4px;background:#212225;cursor:pointer;color:"#EDEEF0"}:root[theme=dark] .airdropreview .invite{display:flex;width:343px;padding:var(--Spacing-5, 24px);flex-direction:column;align-items:center;gap:32px;border-radius:8px;background:#000;margin:0 auto}:root[theme=dark] .airdropreview .userIn{color:var(--Colors-Text-primary, #edeef0);text-align:center;font-size:var(--Typography-Font-size-3, 14px);font-weight:700;display:flex;align-items:center;gap:var(--Spacing-2, 8px);align-self:stretch;position:relative}:root[theme=dark] .airdropreview .bigDesc{color:#fff;text-align:center;font-size:var(--Typography-Font-size-5, 18px);font-style:normal;font-weight:700;line-height:var(--Typography-Line-height-5, 26px);letter-spacing:var(--Typography-Letter-spacing-5, -.04px)}:root[theme=dark] .airdropreview .desca{text-align:left;color:var(--Colors-Text-secondary, #b0b4ba);font-size:var(--Typography-Font-size-2, 12px);font-style:normal;font-weight:400;line-height:var(--Typography-Line-height-2, 16px);letter-spacing:var(--Typography-Letter-spacing-2, .04px)}:root[theme=dark] .airdropreview .inviteFooter{display:flex;padding:var(--Spacing-5, 24px) 0px;gap:10px;width:343px;margin:0 auto;align-items:center;justify-content:space-between}:root[theme=dark] .airdropreview .inviteFooter div{width:32px;height:32px;border-radius:32.593px;display:flex;background:var(--Colors-Text-primary, #1c2024);align-items:center;justify-content:center;cursor:pointer}@media (max-width: 768px){:root[theme=dark] .airdropreview .box1{gap:10px!important}:root[theme=dark] .airdropreview .boxItem{align-items:center!important}}.airdropreview{font-family:SF Pro,SF,PingFang SC,Helvetica Neue,Arial,sans-serif}.airdropreview .text1{font-size:20px;color:#fff;font-weight:700}.airdropreview .text2{font-size:16px;color:#fff;font-weight:400;line-height:27px}.airdropreview .limitBtn{height:44px;background:#f0f0f3;color:#1c2024}.airdropreview .limitBtn:hover{background-color:#b0b4ba;color:#1c2024}.airdropreview .limitList{display:flex;padding:2px 8px;align-items:flex-start;gap:10px;border-radius:4px;background:#f0f0f3;cursor:pointer;color:"#1C2024"}@media (max-width: 768px){.airdropreview .box1{gap:10px!important}.airdropreview .boxItem{align-items:center!important}}[theme=dark]:root .incentive .space{border:1px solid #212225;min-height:100vh}[theme=dark]:root .incentive .header{color:#edeef0;border-color:#212225}[theme=dark]:root .incentive .title{color:#edeef0}[theme=dark]:root .incentive .title div{color:#111113}[theme=dark]:root .incentive .div1{color:#696e77}[theme=dark]:root .incentive .div1 .btn{border-color:#363a3f}[theme=dark]:root .incentive .div1 button{color:#edeef0}[theme=dark]:root .incentive .tab{border-top-color:#212225;border-bottom-color:#212225}[theme=dark]:root .incentive .MuiTabs-indicator{background-color:#ffc53d}[theme=dark]:root .incentive .tab .Mui-selected{color:#edeef0!important}[theme=dark]:root .incentive .tab button:hover{background-color:#212225}[theme=dark]:root .incentive .item,[theme=dark]:root .incentive .item2,[theme=dark]:root .incentive .item3,[theme=dark]:root .incentive .item4{background:#212225}[theme=dark]:root .incentive .txt{color:#edeef0}[theme=dark]:root .incentive .yuan{background-color:#edeef0}[theme=dark]:root .incentive .numberSmile{color:#fff!important}[theme=dark]:root .incentive .mouth,[theme=dark]:root .incentive .day{color:#edeef0}[theme=dark]:root .incentive .operBtn span{color:#111113}[theme=dark]:root .incentive .total span{color:#60646c}[theme=dark]:root .incentive .tometwo{background-color:#111113}[theme=dark]:root .incentive .timeItemTwo .active{color:#ffd60a!important}[theme=dark]:root .incentive .txt3 button{background-color:#fff;color:#111113}[theme=dark]:root .incentive .emptyData{color:#696e77}[theme=dark]:root .incentive .footerTitle{color:#edeef0}[theme=dark]:root .incentive .earn{width:50%!important;font-weight:400;font-size:16px;margin-top:16px;color:#edeef0!important}[theme=dark]:root .incentive .earnArea button{background-color:#fff;color:#111113}[theme=dark]:root .incentive .rank{display:flex;padding:12px 24px;justify-content:center;align-items:center;gap:24px;align-self:stretch;border-radius:16px;border:1px solid #212225;justify-content:space-between;height:72px;margin-bottom:24px}[theme=dark]:root .incentive .rankDataT{color:var(--Colors-Text-primary, #edeef0);font-family:var(--Typography-Font-family-text, "SF Pro");font-size:var(--Typography-Font-size-5, 18px);font-style:normal;font-weight:510;line-height:var(--Typography-Line-height-5, 26px);letter-spacing:var(--Typography-Letter-spacing-5, -.04px)}[theme=dark]:root .incentive .rankTitle{width:100%;position:relative;color:var(--Colors-Text-white-to-dark, #fff);text-align:center;font-family:var(--Typography-Font-family-text, "SF Pro");font-size:var(--Typography-Font-size-1, 10px);font-style:normal;font-weight:510;padding-left:4px;padding-top:3px}[theme=dark]:root .incentive .rankNft{display:flex;width:28px;height:14px;justify-content:center;align-items:center;gap:7.412px;position:absolute;left:10px;bottom:-5px}[theme=dark]:root .incentive .rankUserNick{color:var(--Colors-Text-primary, #edeef0);font-family:var(--Typography-Font-family-text, "SF Pro");font-size:var(--Typography-Font-size-4, 16px);font-style:normal;font-weight:700;line-height:24px}[theme=dark]:root .incentive .rankTitle2{color:var(--Colors-Text-monetary, #ffba18);font-family:var(--Typography-Font-family-text, "SF Pro");font-size:12px;font-style:normal;font-weight:510;display:flex;flex-direction:column;justify-content:space-around}[theme=dark]:root .incentive .rankTitle3{color:var(--Colors-Text-monetary, #b0b4ba);font-family:var(--Typography-Font-family-text, "SF Pro");font-size:12px;font-style:normal;font-weight:510;display:flex;flex-direction:column;justify-content:space-around}[theme=dark]:root .incentive .rankResTop{color:var(--Colors-Text-monetary, #edeef0);font-family:var(--Typography-Font-family-text, "SF Pro");font-size:var(--Typography-Font-size-4, 16px);font-style:normal;font-weight:700;line-height:var(--Typography-Line-height-4, 24px);letter-spacing:var(--Typography-Letter-spacing-4, 0px)}[theme=dark]:root .incentive .rankRes{width:3%;text-align:right;color:#fff;font-family:var(--Typography-Font-family-text, "SF Pro");font-size:var(--Typography-Font-size-4, 16px);font-style:normal;font-weight:700;line-height:var(--Typography-Line-height-4, 24px);letter-spacing:var(--Typography-Letter-spacing-4, 0px)}[theme=dark]:root .incentive .rankNo{color:#fff;font-family:var(--Typography-Font-family-text, "SF Pro");font-size:var(--Typography-Font-size-3, 14px);font-style:normal;font-weight:700;line-height:var(--Typography-Line-height-3, 20px);letter-spacing:var(--Typography-Letter-spacing-3, 0px)}.incentive .space{border:1px solid #f0f0f3;min-height:100vh}.incentive .pop{position:relative}.incentive .time{background:#8b8d98;height:2px;position:absolute;top:20px;left:0;z-index:1;width:100%}.incentive .timeItem{margin-top:14px;position:relative;z-index:11;width:25%}.incentive .timeItem .yuan{width:14px;height:14px;background:#1c2024;border:2px solid #fff;border-radius:99999px;margin-bottom:14px}.incentive .timeItem .mouth{color:#1c2024;font-family:SF Pro,PingFang SC,Helvetica Neue,Arial,sans-serif;font-size:17px;font-style:normal;font-weight:700;line-height:25px}.incentive .timeItem .day{color:#1c2024;font-family:SF Pro,PingFang SC,Helvetica Neue,Arial,sans-serif;font-size:13px;font-style:normal;font-weight:400;line-height:18px;margin-top:3px}.incentive .end{justify-content:flex-end;display:flex;flex-direction:column;align-items:flex-end}.incentive .item2 .txt{color:#1c2024;text-align:center;font-family:SF Pro,PingFang SC,Helvetica Neue,Arial,sans-serif;font-size:16px;font-style:normal;font-weight:700;line-height:24px;letter-spacing:0px}.incentive .item .txt{color:#1c2024;text-align:center;font-family:SF Pro,PingFang SC,Helvetica Neue,Arial,sans-serif;font-size:16px;font-style:normal;font-weight:700;line-height:24px;letter-spacing:0px;text-align:left}.incentive .item3 .txt{color:#1c2024;text-align:center;font-family:SF Pro,PingFang SC,Helvetica Neue,Arial,sans-serif;font-size:16px;font-style:normal;font-weight:700;line-height:24px;letter-spacing:0px;text-align:left;margin-bottom:20px}.incentive .item2 .txt2{color:#60646c;text-align:center;font-family:SF Pro,PingFang SC,Helvetica Neue,Arial,sans-serif;font-size:13px;font-style:normal;font-weight:400;line-height:18px;margin-top:12px;margin-bottom:20px}.incentive .item2 .txt3{color:#60646c;font-family:SF Pro,PingFang SC,Helvetica Neue,Arial,sans-serif;font-size:15px;font-style:normal;font-weight:510;line-height:22px}.incentive .numberSmile{font-size:16px!important;font-weight:700!important}.incentive .item2 .txt3 span{color:#1c2024;font-family:SF Pro,PingFang SC,Helvetica Neue,Arial,sans-serif;font-size:15px;font-style:normal;font-weight:510;line-height:25px}.incentive .item3 .txt3{color:#60646c;font-family:SF Pro,PingFang SC,Helvetica Neue,Arial,sans-serif;font-size:15px;font-style:normal;line-height:22px}.incentive .number{color:#ffba18;text-align:center;font-family:SF Pro,PingFang SC,Helvetica Neue,Arial,sans-serif;font-size:24px;font-style:normal;font-weight:700;line-height:30px;letter-spacing:-.1px;margin-left:5px}.incentive .yello{color:#ffba18!important}.incentive .item3 .txt3 span{color:#60646c;font-family:SF Pro,PingFang SC,Helvetica Neue,Arial,sans-serif;font-size:15px;font-style:normal;font-weight:510;line-height:25px}.incentive .item3 .txt3 .flex{margin-bottom:8px;gap:16px}.incentive .item3 .txt3 div div{width:170px}.incentive .item2 .txt3 div{margin-right:32px}.incentive .item4 .txt{color:#1c2024;text-align:center;font-family:SF Pro,PingFang SC,Helvetica Neue,Arial,sans-serif;font-size:16px;font-style:normal;font-weight:700;line-height:24px;letter-spacing:0px}.incentive .item4{margin-bottom:100px}.incentive .item4 .txt p{color:#60646c;text-align:center;font-family:SF Pro,PingFang SC,Helvetica Neue,Arial,sans-serif;font-size:13px;font-style:normal;font-weight:400;line-height:18px;margin-top:8px}.incentive .item4 .txt3{width:50%;border-radius:80px;background:#212225;text-align:center;display:flex;justify-content:center;align-items:center}.incentive .empty{display:flex;width:100%;margin-top:20px;justify-content:center;flex-direction:column;flex-wrap:nowrap;align-items:center;gap:16px}.incentive .empty img{width:182px;height:120px}.incentive .item4 .txt3 button{font-size:16px;font-weight:700;width:100%;color:#fff}.incentive .child{width:80%;background:#ffc53d;position:absolute;top:0;left:0;z-index:11;height:100%;border-radius:14px}.incentive .ptxt{color:#60646c;font-family:SF Pro,PingFang SC,Helvetica Neue,Arial,sans-serif;font-size:12px;font-style:normal;font-weight:400;line-height:16px;letter-spacing:.04px;margin-top:19px;margin-bottom:8px}.incentive .timeItemTwo{margin-top:2px}.incentive .timeItemTwo .mouth{color:#8b8d98;font-family:SF Pro,PingFang SC,Helvetica Neue,Arial,sans-serif;font-size:17px;font-style:normal;font-weight:400;line-height:25px}.incentive .timeItemTwo .day{color:#8b8d98;font-family:SF Pro,PingFang SC,Helvetica Neue,Arial,sans-serif;font-size:17px;font-style:normal;font-weight:400;line-height:25px;margin-top:15px}.incentive .timeItemTwo .active{color:#ffba18}.incentive .tometwo{width:100%;height:8px;flex-shrink:0;border-radius:14px;background:#fff;top:30px}.incentive .item,.incentive .item2,.incentive .item3,.incentive .item4{padding:24px;gap:19px;border-radius:12px;background:#f0f0f3}.incentive .curr{cursor:pointer}.incentive .w98{width:99%;margin-left:auto;margin-right:auto}.incentive .item2,.incentive .item,.incentive .item3,.incentive .item4{margin-top:24px;margin-left:24px;margin-right:24px}.incentive .tc{text-align:center}.incentive .header{display:flex;height:56px;padding:0 24px;align-items:center;flex-shrink:0;align-self:stretch;border:1px solid #f0f0f3;color:var(--Colors-Text-primary, #1c2024);font-family:SF Pro,PingFang SC,Helvetica Neue,Arial,sans-serif;font-size:20px;font-style:normal;font-weight:700;line-height:28px;letter-spacing:-.08px}.incentive .header img{margin-right:24px;cursor:pointer}.incentive .title{color:#1c2024;text-align:center;font-family:SF Pro,PingFang SC,Helvetica Neue,Arial,sans-serif;font-size:40px;font-style:normal;font-weight:700;line-height:normal;letter-spacing:-.12px;margin-top:58px}.incentive .title img{margin-right:16px}.incentive .title div{display:flex;padding:2px 6px;align-items:center;gap:1.161px;border-radius:12.328px;border:.145px solid #ffc53d;background:#ffc53d;color:#fff;font-family:SF Pro,PingFang SC,Helvetica Neue,Arial,sans-serif;font-size:14px;font-style:normal;font-weight:510;line-height:20px;letter-spacing:0px;margin-left:8px;align-self:flex-start}.incentive .w48{width:50%}.incentive .div1{display:flex;padding:24px 32px;border-radius:12px;border:.5px solid #ffba18;width:800px;margin-left:auto;margin-right:auto;margin-top:24px;color:#8b8d98;text-align:center;font-family:SF Pro,PingFang SC,Helvetica Neue,Arial,sans-serif;font-size:15px;font-style:normal;font-weight:510;line-height:22px}.incentive .div1 .btn{border-radius:80px;border:1.5px solid #d9d9e0;padding:10px 16px;justify-content:center;align-items:center;gap:8px;box-sizing:border-box;flex:1 0 0;width:90%;margin-top:24px}.incentive .div1 button{color:#1c2024;font-family:SF Pro,PingFang SC,Helvetica Neue,Arial,sans-serif;font-size:14px;font-style:normal;font-weight:700;line-height:20px;letter-spacing:0px}.incentive .tab{margin-top:24px;border-top:1px solid #f0f0f3;border-bottom:1px solid #f0f0f3}.incentive .tab .Mui-selected{color:#1c2024!important;text-align:center;font-family:SF Pro,PingFang SC,Helvetica Neue,Arial,sans-serif;font-size:20px;font-style:normal;font-weight:700;line-height:28px;letter-spacing:-.08px}.incentive .tab button:hover{background-color:#f0f0f3}.incentive .MuiTabs-indicator{background:rgba(255,197,61,1)}.incentive .earn{width:50%!important;font-weight:400;font-size:16px;margin-top:16px;color:#1c2024!important;display:flex;gap:8px}.incentive .rank{display:flex;padding:12px 24px;justify-content:center;align-items:center;gap:24px;align-self:stretch;border-radius:16px;border:1px solid var(--Colors-Text-monetary, #f0f0f3);justify-content:space-between;height:72px;margin-bottom:24px}.incentive .rankData{display:flex;padding:0 24px;justify-content:center;align-items:center;gap:24px;align-self:stretch;justify-content:space-between;margin-bottom:32px}.incentive .rankData2{display:flex;padding:0 20px;justify-content:center;align-items:center;gap:24px;align-self:stretch;justify-content:flex-start;margin-bottom:32px}.incentive .rankDataT{color:var(--Colors-Text-primary, #1c2024);font-family:var(--Typography-Font-family-text, "SF Pro");font-size:var(--Typography-Font-size-5, 18px);font-style:normal;font-weight:510;line-height:var(--Typography-Line-height-5, 26px);letter-spacing:var(--Typography-Letter-spacing-5, -.04px)}.incentive .rankTop{position:absolute;top:0;left:2px;width:24px;height:22px}.incentive .rankTitle{width:100%;position:relative;z-index:9;color:var(--Colors-Text-white-to-dark, #fff);text-align:center;font-family:var(--Typography-Font-family-text, "SF Pro");font-size:var(--Typography-Font-size-1, 10px);font-style:normal;font-weight:510;padding-left:4px;padding-top:3px}.incentive .rankUser{display:flex;width:48px;height:48px;align-items:center;gap:1px;border-radius:24px}.incentive .rankNft{display:flex;width:28px;height:14px;justify-content:center;align-items:center;gap:7.412px;position:absolute;left:10px;bottom:-5px}.incentive .rankUserNick{color:var(--Colors-Text-primary, #1c2024);font-family:var(--Typography-Font-family-text, "SF Pro");font-size:var(--Typography-Font-size-4, 16px);font-style:normal;font-weight:700;line-height:24px}.incentive .rankTitle2{color:var(--Colors-Text-monetary, #ffba18);font-family:var(--Typography-Font-family-text, "SF Pro");font-size:12px;font-style:normal;font-weight:510;display:flex;flex-direction:column;justify-content:space-around}.incentive .rankTitle3{color:var(--Colors-Text-monetary, #1c2024);font-family:var(--Typography-Font-family-text, "SF Pro");font-size:12px;font-style:normal;font-weight:510;display:flex;flex-direction:column;justify-content:space-around}.incentive .rankResTop{color:var(--Colors-Text-monetary, #1c2024);font-family:var(--Typography-Font-family-text, "SF Pro");font-size:var(--Typography-Font-size-4, 16px);font-style:normal;font-weight:700;line-height:var(--Typography-Line-height-4, 24px);letter-spacing:var(--Typography-Letter-spacing-4, 0px)}.incentive .rankRes{width:3%;text-align:right;color:#000;font-family:var(--Typography-Font-family-text, "SF Pro");font-size:var(--Typography-Font-size-4, 16px);font-style:normal;font-weight:700;line-height:var(--Typography-Line-height-4, 24px);letter-spacing:var(--Typography-Letter-spacing-4, 0px)}.incentive .rankNo{color:#000;font-family:var(--Typography-Font-family-text, "SF Pro");font-size:var(--Typography-Font-size-3, 14px);font-style:normal;font-weight:700;line-height:var(--Typography-Line-height-3, 20px);letter-spacing:var(--Typography-Letter-spacing-3, 0px)}.incentive .p24{padding:24px}@media (max-width: 768px){.incentive .title{font-size:20px;margin-top:32px}.incentive .header{justify-content:center;font-size:18px}.incentive .div1{width:auto;padding:16px;flex-wrap:wrap;margin-left:16px;margin-right:16px}.incentive .div1 div span,.incentive .mb24{font-size:15px}.incentive .w48{width:100%}.incentive .mobileBtn{display:flex;gap:16px;flex-direction:row-reverse}.incentive .tab{margin-top:32px}.incentive .tab .Mui-selected{font-size:16px;background:none}.incentive .tab button:hover{background:none}.incentive .task .tab2{width:100%;height:36px;padding-top:0}.incentive .tab-web{height:36px}.incentive div.active{height:32px}.incentive .item2,.incentive .item,.incentive .item3,.incentive .item4{margin-top:16px;margin-left:16px;margin-right:16px;padding-bottom:16px;padding-top:16px}.incentive .timeItem .day{font-size:10px;margin-top:0}.incentive .timeItem .mouth{font-size:15px}.incentive .item2 .txt2{text-align:left}.incentive .txt3{flex-wrap:wrap}.incentive .txt3 div{margin-right:0!important}.incentive .total{margin-bottom:16px}.incentive .ptxt{margin-top:3px}.incentive .timeItemTwo .mouth,.incentive .timeItemTwo .day{font-size:13px;height:32px}.incentive .sumOper{flex-wrap:wrap}.incentive .operBtn{width:100%!important}.incentive .txt3 button{height:44px}.incentive .footerTitle{color:#1c2024;font-family:SF Pro,PingFang SC,Helvetica Neue,Arial,sans-serif;font-size:12px;font-style:normal;font-weight:400;width:100%;text-align:center;padding-bottom:24px;margin-top:90px}.incentive .item2 .txt3 span{font-size:15px}.incentive .rankUser{width:32px;height:32px}.incentive .rankNft{left:3px!important;bottom:-1px!important}.incentive .p24{padding:12px!important}.incentive .rankData{padding:0 12px!important;margin-bottom:20px!important}.incentive .rankData2{padding:0 12px!important;margin-bottom:16px!important;justify-content:space-between!important}.incentive .rank{padding:12px!important}.incentive .rankDataT{font-size:14px!important}.incentive .rankUserNick{font-size:12px!important}.incentive .rankRes{text-align:right;width:10%!important}}:root[theme=dark] .detailslist .totalPanel{font-size:20px}@media (max-width: 768px){:root[theme=dark] .detailslist .box1{gap:10px!important}:root[theme=dark] .detailslist .boxItem{align-items:center!important}:root[theme=dark] .detailslist .totalPanel{font-size:medium}}.detailslist{font-family:SF Pro,SF,PingFang SC,Helvetica Neue,Arial,sans-serif}.detailslist .invite{display:flex;width:343px;padding:var(--Spacing-5, 24px);flex-direction:column;align-items:center;gap:32px;border-radius:8px;background:#000;margin:0 auto}.detailslist .userIn{color:var(--Colors-Text-primary, #edeef0);text-align:center;font-size:var(--Typography-Font-size-3, 14px);font-weight:700;display:flex;align-items:center;gap:var(--Spacing-2, 8px);align-self:stretch;position:relative}.detailslist .bigDesc{color:#fff;text-align:center;font-size:var(--Typography-Font-size-5, 18px);font-style:normal;font-weight:700;line-height:var(--Typography-Line-height-5, 26px);letter-spacing:var(--Typography-Letter-spacing-5, -.04px)}.detailslist .desca{text-align:left;color:var(--Colors-Text-secondary, #b0b4ba);font-size:var(--Typography-Font-size-2, 12px);font-style:normal;font-weight:400;line-height:var(--Typography-Line-height-2, 16px);letter-spacing:var(--Typography-Letter-spacing-2, .04px)}.detailslist .inviteFooter{display:flex;padding:var(--Spacing-5, 24px) 0px;gap:10px;width:343px;margin:0 auto;align-items:center;justify-content:space-between}.detailslist .inviteFooter div{width:32px;height:32px;border-radius:32.593px;display:flex;background:var(--Colors-Text-primary, #1c2024);align-items:center;justify-content:center;cursor:pointer}.detailslist .totalPanel{font-size:20px}@media (max-width: 768px){.detailslist .box1{gap:10px!important}.detailslist .boxItem{align-items:center!important}.detailslist .totalPanel{font-size:medium}}
