@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap);: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:#ffffffb3;--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error)}.Toastify__toast-container{box-sizing:border-box;color:#fff;padding:4px;position:fixed;-webkit-transform:translateZ(9999);-webkit-transform:translateZ(var(--toastify-z-index));width:320px;width:var(--toastify-toast-width);z-index:9999;z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:1em;top:1em}.Toastify__toast-container--top-center{left:50%;top:1em;transform:translateX(-50%)}.Toastify__toast-container--top-right{right:1em;top:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{left:0;margin:0;padding:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:0}}.Toastify__toast{border-radius:4px;box-shadow:0 1px 10px 0 #0000001a,0 2px 15px 0 #0000000d;box-sizing:border-box;cursor:default;direction:ltr;display:flex;font-family:sans-serif;font-family:var(--toastify-font-family);justify-content:space-between;margin-bottom:1rem;max-height:800px;max-height:var(--toastify-toast-max-height);min-height:64px;min-height:var(--toastify-toast-min-height);overflow:hidden;padding:8px;position:relative;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{align-items:center;display:flex;flex:1 1 auto;margin:auto 0;padding:6px}.Toastify__toast-body>div:last-child{flex:1 1;word-break:break-word}.Toastify__toast-icon{display:flex;flex-shrink:0;margin-inline-end:10px;width:20px}.Toastify--animate{animation-duration:.7s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}@media only screen and (max-width:480px){.Toastify__toast{border-radius:0;margin-bottom:0}}.Toastify__toast-theme--dark{background:#121212;background:var(--toastify-color-dark);color:#fff;color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:#fff;background:var(--toastify-color-light);color:#757575;color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{background:#3498db;background:var(--toastify-color-info);color:#fff;color:var(--toastify-text-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{background:#07bc0c;background:var(--toastify-color-success);color:#fff;color:var(--toastify-text-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{background:#f1c40f;background:var(--toastify-color-warning);color:#fff;color:var(--toastify-text-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{background:#e74c3c;background:var(--toastify-color-error);color:#fff;color:var(--toastify-text-color-error)}.Toastify__progress-bar-theme--light{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:#bb86fc;background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:#3498db;background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:#07bc0c;background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:#f1c40f;background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:#e74c3c;background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--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{background:#ffffffb3;background:var(--toastify-color-transparent)}.Toastify__close-button{align-self:flex-start;background:#0000;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;transition:.3s ease}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{bottom:0;height:5px;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:9999;z-index:var(--toastify-z-index)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{left:auto;right:0;transform-origin:right}.Toastify__spinner{animation:Toastify__spin .65s linear infinite;border:2px solid #e0e0e0;border-color:var(--toastify-spinner-color-empty-area);border-radius:100%;border-right-color:#616161;border-right-color:var(--toastify-spinner-color);box-sizing:border-box;height:20px;width:20px}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-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--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{opacity:1;transform:perspective(400px) rotateX(-20deg)}to{opacity:0;transform:perspective(400px) rotateX(90deg)}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{transform:translate3d(110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{transform:translate3d(-110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-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--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}#--buttons{display:flex;flex-wrap:wrap;margin-left:-.75rem;margin-right:-.75rem}@media(max-width:48rem){#--buttons{flex-direction:column;margin-left:0;margin-right:0}}#--buttons>*{margin-bottom:1.5rem;margin-left:.75rem;margin-right:.75rem;width:calc(50% - 3.5rem)}@media(max-width:48rem){#--buttons>*{margin-left:0;margin-right:0;width:auto}}#--buttons h4{font-weight:500;margin-bottom:.25rem}#--buttons article{margin-bottom:.75rem}#--buttons .row,#--buttons .sizes{display:flex;flex-wrap:wrap;margin-bottom:.75rem}#--buttons .row>:not(:last-child),#--buttons .sizes>:not(:last-child){margin-right:.75rem}#--buttons .sizes{margin-bottom:0}#--buttons .sizes.last{margin-bottom:.75rem}#--buttons .sizes.align-center{align-items:center}body .MuiPaper-elevation24{box-shadow:none}.modal-root{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;overflow-x:hidden}.modal-root>.header{align-items:center;background:#fff;border-bottom:.0625rem solid #0000001f;display:flex;margin-bottom:0;padding:1rem 1.5rem;position:-webkit-sticky;position:sticky;top:0;z-index:2}.modal-root>.header h2{font-size:1.5rem;font-weight:500;margin:0}.modal-root>.header button{background-color:#0000;border:0;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;margin-left:auto;padding:0}.modal-root .loading,.modal-root>.header button{align-items:center;display:flex;justify-content:center}.modal-root .loading{background:#0000000a;height:100%;position:absolute;width:100%}.skeleton{background-color:#d5d5d5!important;border-radius:.25rem;display:block;opacity:.2;overflow:hidden;position:relative;width:100%}.skeleton>*{visibility:hidden}.skeleton:before{animation:load 2s cubic-bezier(.4,0,.2,1) infinite;background:linear-gradient(90deg,#0000 0,#eee 50%,#0000);content:"";display:block;height:100%;left:-9.375rem;position:absolute;top:0;width:9.375rem}@keyframes load{0%{left:-9.375rem}to{left:100%}}.w-loader.center{align-items:center;display:flex;height:100vh;justify-content:center}.btn-root{align-items:center;background-color:#0000;border:.0625rem solid #0000;border-radius:2rem;box-sizing:border-box;cursor:pointer;display:inline-flex;display:flex;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;justify-content:center;letter-spacing:.02857em;min-width:4rem;outline:0;overflow:hidden;transition:.2s}.btn-root span{color:#000000de;font-size:.875rem;font-weight:700;width:100%}.btn-root.default{background-color:#e0e0e0}.btn-root.default:hover{background-color:#d5d5d5}.btn-root.default path,.btn-root.default svg{fill:#110c1a}.btn-root.default.outline{background:#fff;border:.0625rem solid #0000003b}.btn-root.default.outline:hover{background-color:#0000000a}.btn-root.default.outline path,.btn-root.default.outline svg{fill:#110c1a}.btn-root.primary{background-color:#ee0045}.btn-root.primary span{color:#fff}.btn-root.primary path,.btn-root.primary svg{fill:#fff}.btn-root.primary:hover{background-color:rgba(238,0,67,.839)}.btn-root.primary.outline{background:#fff;border:.0625rem solid #000000de}.btn-root.primary.outline span{color:#000000de}.btn-root.primary.outline path,.btn-root.primary.outline svg{fill:#110c1a}.btn-root.primary.outline:hover{background-color:hsla(0,0%,95%,.725);border:.0625rem solid #110c1a}.btn-root.secondary{background-color:#4caf50}.btn-root.secondary span{color:#fff}.btn-root.secondary path,.btn-root.secondary svg{fill:#fff}.btn-root.secondary:hover{background-color:#39a73c}.btn-root.secondary.outline{background:#fff;border:.0625rem solid #4caf50}.btn-root.secondary.outline span{color:#4caf50}.btn-root.secondary.outline path,.btn-root.secondary.outline svg{fill:#4caf50}.btn-root.secondary.outline:hover{background-color:#4caf501a;border:.0625rem solid #4caf50cc}.btn-root.danger{background-color:#f44336}.btn-root.danger span{color:#fff}.btn-root.danger path,.btn-root.danger svg{fill:#fff}.btn-root.danger:hover{background-color:#e2271a}.btn-root.danger.outline{background:#fff;border:.0625rem solid #f4433699}.btn-root.danger.outline span{color:#f44336}.btn-root.danger.outline path,.btn-root.danger.outline svg{fill:#f44336}.btn-root.danger.outline:hover{background-color:#f443361a;border:.0625rem solid #f4433699}.btn-root[disabled]{background-color:hsla(0,0%,95%,.725);pointer-events:none}.btn-root[disabled] span{color:#aaa}.btn-root[disabled] path,.btn-root[disabled] svg{fill:#aaa}.btn-root[disabled].outline{background:#fff;border:.0625rem solid hsla(0,0%,95%,.725)}.btn-root[disabled].outline span{color:#aaa}.btn-root[disabled].outline path,.btn-root[disabled].outline svg{fill:#aaa}.btn-root .opacity{opacity:.2}.btn-root .loading{display:flex;position:absolute}.btn-root .loading>div{align-items:center;display:flex;justify-content:center}.btn-root .icon{align-items:center;display:flex;height:0}.btn-root .icon.right{padding-left:.5rem}.btn-root .icon.left{padding-right:.5rem;transform:translateY(1.6px)}.btn-root.small{padding:.375rem 1rem}.btn-root.small svg{height:1.125rem;width:1.125rem}.btn-root.medium{padding:.5rem 1.5rem}.btn-root.medium svg{height:1.375rem;width:1.375rem}.btn-root.large{padding:1.125rem 2rem}.btn-root.large svg{height:1.625rem;width:1.625rem}.paper{background-color:#fff;border-radius:.875rem;box-shadow:0 .0625rem .1875rem -.0625rem #0000001f;color:#000000de;overflow:hidden;padding:1.25rem 1.25rem 1.5rem}.paper[disabled]{pointer-events:none}.paper.shadow-disable{box-shadow:none}.toggle{align-items:center;background-color:#0000;border:none;cursor:pointer;display:flex;margin:0 0 0 -.5625rem;outline:none;padding:.125rem 0;text-align:left}.toggle[disabled]{opacity:.4;pointer-events:none}.toggle:active{background-color:#0000;color:inherit}.radio-button{align-items:center;background-color:#0000;border:none;cursor:pointer;display:flex;margin:0 0 0 -.5625rem;outline:none;padding:0}.radio-button[disabled]{opacity:.4;pointer-events:none}.checkbox .custom-checkbox{height:1.5rem;opacity:0;position:absolute;width:1.5rem;z-index:-1}.checkbox .custom-checkbox+label{align-items:center;display:inline-flex;font-size:16px;font-weight:400;line-height:20px;-webkit-user-select:none;user-select:none}.checkbox .custom-checkbox+label:before{background-color:#c8c6cc;background-position:50%;background-repeat:no-repeat;background-size:50% 50%;border:.09375rem solid #949199;border-radius:.25em;border-radius:50%;content:"";display:inline-block;flex-grow:0;flex-shrink:0;height:1em;height:1.5rem;margin-right:.5em;opacity:.3;width:1em;width:1.5rem}.checkbox .custom-checkbox:checked+label:before{background-color:#ee0045;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='m6.564.75-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3E%3C/svg%3E");border:.09375rem solid #ee0045;opacity:1}.checkbox .custom-checkbox:disabled+label:before{background-color:#e9ecef}.table-container.secondary{border:.0625rem solid #0000001f;box-shadow:none}.table-container.secondary tr>td:not(:last-child){border-right:.0625rem solid #0000001f}.table-container.secondary tr>td:first-child{background-color:#0000000a}.table-container aside{margin:-1rem -1rem -1.5rem;overflow-x:auto}@media(max-width:62rem){.table-container aside{overflow-x:auto;overflow-y:hidden}}.table-container aside table{border-collapse:collapse;border-spacing:0;display:table;width:100%}@media(max-width:62rem){.table-container aside table{min-width:68.75rem}}.table-container aside table>thead{display:table-header-group}.table-container aside table>thead>tr>td{color:#000000de;font-weight:400}.table-container aside table tbody>tr>td,.table-container aside table thead>tr>td{border-bottom:.0625rem solid #eee;display:table-cell;font-size:.875rem;font-weight:300;line-height:1.2;padding:1rem;vertical-align:inherit}.table-container aside table thead>tr>td{font-weight:400;padding:1.375rem 1rem;vertical-align:initial}.table-container aside table tbody>tr,.table-container aside table thead>tr{color:inherit;display:table-row;outline:0;vertical-align:middle}.table-container aside table tbody>tr:last-child>td{border:0}body .MuiDrawer-paperAnchorRight{box-shadow:-.1875rem 0 .5rem #0000001f}.input-container{align-items:center;background:#fff;border:0;border-radius:.75rem;box-sizing:border-box;display:flex;position:relative;width:100%;z-index:1}.input-container input{background-color:#0000;border:none;color:#110c1a;font-family:Roboto;font-size:1rem;font-weight:300;line-height:1.25rem;outline:none;padding:0 2rem 0 .75rem;transition:.2s;width:100%;z-index:2}.input-container input.password{font-size:1.125rem;font-weight:900;letter-spacing:.25rem}.input-container input:focus{height:50%;outline:none;transform:translateY(40%)}.input-container input:focus+label{border-radius:0;color:#949199;font-size:.875rem;font-weight:400;transform:translateY(-40%)}.input-container input:not(:placeholder-shown){height:50%;transform:translateY(40%)}.input-container input:not(:placeholder-shown)+label{border-radius:0;color:#949199;font-size:.875rem;font-weight:400;transform:translateY(-40%)}.input-container label{border-radius:0;font-size:16px;font-weight:400;left:.75rem;line-height:20px;overflow:hidden;position:absolute;text-overflow:ellipsis;transition:.2s;white-space:nowrap;z-index:1}.input-container>.is-danger{display:flex;position:absolute;right:.625rem}.input-container>.is-valid{display:flex;position:absolute;right:.75rem}.input-container .right-icon{display:flex;position:relative;right:.625rem;z-index:10}.input-container.default{border:.0625rem solid #c8c6cc}.input-container.default>label{color:#c8c6cc}.input-container.primary{border:.0625rem solid #000000de}.input-container.primary>label{color:#000000de}.input-container.secondary{border:.0625rem solid #4caf50}.input-container.secondary>label{color:#4caf50}.input-container.danger{border:.0625rem solid #f44336}.input-container.danger>label{color:#f44336}.input-container[disabled]{border:.0625rem solid #9e9e9e}.input-container[disabled]>label{color:#9e9e9e}.input-container[disabled] input{color:#9e9e9e;pointer-events:none}.input-container.small{height:2.125rem}.input-container.small>label{top:.5rem}.input-container.medium{height:2.375rem}.input-container.medium>label{top:.625rem}.input-container.large{height:3.5rem}.square-button{align-items:center;background:#376fd0;border:0;border-radius:.25rem;box-sizing:border-box;cursor:pointer;display:flex;height:100%;justify-content:center;outline:0;padding:0;transition:.2s;width:100%}.square-button.default{background-color:#e0e0e0}.square-button.default:hover{background-color:#d5d5d5}.square-button.default.outline{background:#fff;border:.0625rem solid #0000003b}.square-button.default.outline:hover{background-color:#0000000a}.square-button.primary{background-color:#110c1a;transition:.2s}.square-button.primary span,.square-button.primary svg{color:#fff;transition:.2s}.square-button.primary:hover{background-color:#000000de}.square-button.primary.outline{background:#fff;border:.0625rem solid #000000de}.square-button.primary.outline:hover{background-color:hsla(0,0%,95%,.725);border:.0625rem solid #110c1a}.square-button.primary.outline span,.square-button.primary.outline svg,.square-button.primary.outline:hover span,.square-button.primary.outline:hover svg{color:#000000de}.square-button.secondary{background-color:#4caf50}.square-button.secondary span,.square-button.secondary svg{color:#fff;transition:.2s}.square-button.secondary:hover{background-color:#39a73c}.square-button.secondary.outline{background:#fff;border:.0625rem solid #4caf50}.square-button.secondary.outline span,.square-button.secondary.outline svg{color:#4caf50}.square-button.secondary.outline:hover{background-color:#4caf501a;border:.0625rem solid #4caf50cc}.square-button.danger{background-color:#f44336}.square-button.danger span,.square-button.danger svg{color:#fff}.square-button.danger.outline{background:#fff;border:.0625rem solid #f4433699}.square-button.danger.outline span,.square-button.danger.outline svg{color:#f44336}.square-button.danger.outline:hover{background-color:#f443361a;border:.0625rem solid #f4433699}.square-button[disabled]{background-color:hsla(0,0%,95%,.725);pointer-events:none}.square-button[disabled]>svg{color:#aaa}.square-button[disabled].outline{background:#fff;border:.0625rem solid hsla(0,0%,95%,.725)}.square-button.small{height:2rem;width:2rem}.square-button.small svg{height:.75rem;width:.75rem}.square-button.medium{height:2.25rem;width:2.25rem}.square-button.medium svg{height:1rem;width:1rem}.square-button.large{height:2.5rem;width:2.5rem}.square-button.large svg{height:1.25rem;width:1.25rem}.square-button.circle{border-radius:3.125rem}.select-container{align-items:center;background:#fff;border:0;border-radius:.5rem;box-sizing:border-box;display:flex;position:relative;z-index:1}.select-container select{-webkit-appearance:none;-moz-appearance:none;background-color:#0000;border:0;border-radius:.25rem;display:inline-block;font:inherit;height:inherit;margin:0;padding-left:.75rem;padding-right:3.75rem;width:100%}.select-container select option:disabled{background:#d5d5d5;color:#fff}.select-container select:focus~label,.select-container select:not(:placeholder-shown)~label{background:#fff;font-size:.75rem;left:.5rem;padding:0 .25rem;top:-.625rem}.select-container select+label{border-radius:.25rem;font-size:.8125rem;font-weight:300;left:0;left:.75rem;overflow:hidden;position:absolute;text-overflow:ellipsis;top:.75rem;transition:.2s;white-space:nowrap;z-index:1}.select-container .icons{align-items:center;display:flex;position:absolute;right:.75rem}.select-container .icons .arrow{display:flex}.select-container .icons .is-valid{border-left:.0625rem solid #9e9e9e;display:flex;margin-left:.75rem;padding:.375rem 0 .375rem .75rem}.select-container.default{border:.0625rem solid #c8c6cc}.select-container.default>label{color:#9e9e9e}.select-container.primary{border:.0625rem solid #000000de}.select-container.primary>label{color:#000000de}.select-container.secondary{border:.0625rem solid #4caf50}.select-container.secondary>label{color:#4caf50}.select-container[disabled]{border:.0625rem solid #9e9e9e}.select-container[disabled]>label{color:#9e9e9e}.select-container[disabled]>select{background:#0000;color:#9e9e9e;pointer-events:none}.select-container.small{height:2.125rem}.select-container.medium{height:2.375rem}.select-container.large{height:2.625rem}.textarea-container{background:#fff;border:0;border-radius:.8125rem;display:flex;position:relative;width:100%;z-index:1}.textarea-container textarea{background-color:#0000;border:none;color:#110c1a;font-family:Roboto;font-size:1rem;font-weight:300;height:5rem;line-height:1.25rem;margin-top:.9375rem;max-height:37.5rem;min-height:3.25rem;outline:none;padding:0 2rem 0 .75rem;width:100%;z-index:2}.textarea-container textarea.autosize{max-height:inherit;min-height:auto;padding-bottom:.5rem}.textarea-container textarea:focus{outline:none}.textarea-container textarea:focus+label,.textarea-container textarea:not(:placeholder-shown)+label{border-radius:0;color:#949199;font-size:.875rem;font-weight:400;transform:translateY(-40%)}.textarea-container label{border-radius:0;font-size:16px;font-weight:400;left:.75rem;line-height:20px;overflow:hidden;position:absolute;text-overflow:ellipsis;top:.75rem;transition:.2s;white-space:nowrap;z-index:1}.textarea-container .is-valid{display:flex;position:absolute;right:.75rem;top:.5rem}.textarea-container .is-danger{display:flex;position:absolute;right:.625rem;top:.5rem}.textarea-container.default{border:.0625rem solid #c8c6cc}.textarea-container.default label{color:#c8c6cc}.textarea-container.primary{border:.0625rem solid #c8c6cc;color:#110c1a;min-height:3.125rem}.textarea-container.primary label{color:#949199;font-size:.875rem;font-weight:400}.textarea-container.secondary{border:.0625rem solid #4caf50}.textarea-container.secondary label{color:#4caf50}.textarea-container.danger{border:.0625rem solid #f44336}.textarea-container.danger label{color:#f44336}.textarea-container[disabled]{border:.0625rem solid #9e9e9e}.textarea-container[disabled]>label{color:#9e9e9e}.textarea-container[disabled] textarea{color:#9e9e9e;pointer-events:none}.time-picker,.time-picker input{cursor:pointer}.uploading-files{border:.0625rem solid #f6f6f6;border-radius:.25rem;box-shadow:0 0 .25rem 0 #0000000a;height:11.25rem}.uploading-files[disabled] *,.uploading-files[disabled]+aside{pointer-events:none}.uploading-files[disabled] .dropzone,.uploading-files[disabled]+aside{opacity:.8}.uploading-files .dropzone{align-items:center;box-sizing:border-box;cursor:pointer;display:flex;flex-direction:column;height:inherit;justify-content:center;padding:1rem;text-align:center}.uploading-files .dropzone>.circle{border-radius:3.125rem}.uploading-files .dropzone>.description{margin-top:.5rem}.uploading-files .dropzone>.description p{margin-top:0}.uploading-files .dropzone>p{margin-top:.5rem}.uploading-files .dropzone>p strong{font-weight:400}.uploading-files+aside{display:flex;flex-wrap:wrap;margin:-.5rem}.uploading-files+aside>div{border-radius:.25rem;box-shadow:0 0 .25rem 0 #0000001f;display:flex;flex-direction:column;margin:.5rem;overflow:hidden;width:calc(33.33% - 1rem)}.uploading-files+aside>div p{overflow:hidden;padding:1rem;text-align:center;text-overflow:ellipsis;white-space:nowrap}.uploading-files+aside>div figure{background-position:50%;background-repeat:no-repeat;background-size:cover;border-bottom:.0625rem solid #f6f6f6;box-sizing:border-box;position:relative}.uploading-files+aside>div figure.doc,.uploading-files+aside>div figure.docx,.uploading-files+aside>div figure.pdf{background-size:70%}.uploading-files+aside>div figure.docx{background-image:url(/static/media/docx.234ba9f4cae375ee97ff.svg)}.uploading-files+aside>div figure.doc{background-image:url(/static/media/doc.c07ef116efbd684f33cc.svg)}.uploading-files+aside>div figure.pdf{background-image:url(/static/media/pdf.534bd7c2f25d3962eda8.svg)}.uploading-files+aside>div figure:after{content:"";display:block;padding-bottom:100%}.uploading-files+aside>div figure:hover>.hidden-section{opacity:1}.uploading-files+aside>div figure .hidden-section{align-items:center;background:#0000003b;display:flex;height:100%;justify-content:flex-end;opacity:0;position:absolute;transition:.2s;width:100%}.uploading-files+aside>div figure .hidden-section button{align-items:center;background-color:#0000;border:0;display:flex;justify-content:center;position:absolute;top:.75rem}.uploading-files+aside>div figure .hidden-section button svg{transition:.2s}.uploading-files+aside>div figure .hidden-section button:hover svg{fill:#fff}
/*!
 * Quill Editor v1.3.7
 * https://quilljs.com/
 * 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.ql-disabled .ql-editor ul[data-checked]>li:before{pointer-events:none}.ql-clipboard{height:1px;left:-100000px;overflow-y:hidden;position:absolute;top:50%}.ql-clipboard p{margin:0;padding:0}.ql-editor{word-wrap:break-word;box-sizing:border-box;height:100%;line-height:1.42;outline:none;overflow-y:auto;padding:12px 15px;tab-size:4;-moz-tab-size:4;text-align:left;white-space:pre-wrap}.ql-editor>*{cursor:text}.ql-editor blockquote,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6,.ql-editor ol,.ql-editor p,.ql-editor pre,.ql-editor ul{counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;margin:0;padding:0}.ql-editor ol,.ql-editor ul{padding-left:1.5em}.ql-editor ol>li,.ql-editor ul>li{list-style-type:none}.ql-editor ul>li:before{content:"\2022"}.ql-editor ul[data-checked=false],.ql-editor ul[data-checked=true]{pointer-events:none}.ql-editor ul[data-checked=false]>li *,.ql-editor ul[data-checked=true]>li *{pointer-events:all}.ql-editor ul[data-checked=false]>li:before,.ql-editor ul[data-checked=true]>li:before{color:#777;cursor:pointer;pointer-events:all}.ql-editor ul[data-checked=true]>li:before{content:"\2611"}.ql-editor ul[data-checked=false]>li:before{content:"\2610"}.ql-editor li:before{display:inline-block;white-space:nowrap;width:1.2em}.ql-editor li:not(.ql-direction-rtl):before{margin-left:-1.5em;margin-right:.3em;text-align:right}.ql-editor li.ql-direction-rtl:before{margin-left:.3em;margin-right:-1.5em}.ql-editor ol li:not(.ql-direction-rtl),.ql-editor ul li:not(.ql-direction-rtl){padding-left:1.5em}.ql-editor ol li.ql-direction-rtl,.ql-editor ul li.ql-direction-rtl{padding-right:1.5em}.ql-editor ol li{counter-increment:list-0;counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li:before{content:counter(list-0,decimal) ". "}.ql-editor ol li.ql-indent-1{counter-increment:list-1}.ql-editor ol li.ql-indent-1:before{content:counter(list-1,lower-alpha) ". "}.ql-editor ol li.ql-indent-1{counter-reset:list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-2{counter-increment:list-2}.ql-editor ol li.ql-indent-2:before{content:counter(list-2,lower-roman) ". "}.ql-editor ol li.ql-indent-2{counter-reset:list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-3{counter-increment:list-3}.ql-editor ol li.ql-indent-3:before{content:counter(list-3,decimal) ". "}.ql-editor ol li.ql-indent-3{counter-reset:list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-4{counter-increment:list-4}.ql-editor ol li.ql-indent-4:before{content:counter(list-4,lower-alpha) ". "}.ql-editor ol li.ql-indent-4{counter-reset:list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-5{counter-increment:list-5}.ql-editor ol li.ql-indent-5:before{content:counter(list-5,lower-roman) ". "}.ql-editor ol li.ql-indent-5{counter-reset:list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-6{counter-increment:list-6}.ql-editor ol li.ql-indent-6:before{content:counter(list-6,decimal) ". "}.ql-editor ol li.ql-indent-6{counter-reset:list-7 list-8 list-9}.ql-editor ol li.ql-indent-7{counter-increment:list-7}.ql-editor ol li.ql-indent-7:before{content:counter(list-7,lower-alpha) ". "}.ql-editor ol li.ql-indent-7{counter-reset:list-8 list-9}.ql-editor ol li.ql-indent-8{counter-increment:list-8}.ql-editor ol li.ql-indent-8:before{content:counter(list-8,lower-roman) ". "}.ql-editor ol li.ql-indent-8{counter-reset:list-9}.ql-editor ol li.ql-indent-9{counter-increment:list-9}.ql-editor ol li.ql-indent-9: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 .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-blank:before{color:#0009;content:attr(data-placeholder);font-style:italic;left:15px;pointer-events:none;position:absolute;right:15px}.ql-snow .ql-toolbar:after,.ql-snow.ql-toolbar:after{clear:both;content:"";display:table}.ql-snow .ql-toolbar button,.ql-snow.ql-toolbar button{background:none;border:none;cursor:pointer;display:inline-block;float:left;height:24px;padding:3px 5px;width:28px}.ql-snow .ql-toolbar button svg,.ql-snow.ql-toolbar button svg{float:left;height:100%}.ql-snow .ql-toolbar button:active:hover,.ql-snow.ql-toolbar button:active:hover{outline:none}.ql-snow .ql-toolbar input.ql-image[type=file],.ql-snow.ql-toolbar input.ql-image[type=file]{display:none}.ql-snow .ql-toolbar .ql-picker-item.ql-selected,.ql-snow .ql-toolbar .ql-picker-item:hover,.ql-snow .ql-toolbar .ql-picker-label.ql-active,.ql-snow .ql-toolbar .ql-picker-label:hover,.ql-snow .ql-toolbar button.ql-active,.ql-snow .ql-toolbar button:focus,.ql-snow .ql-toolbar button:hover,.ql-snow.ql-toolbar .ql-picker-item.ql-selected,.ql-snow.ql-toolbar .ql-picker-item:hover,.ql-snow.ql-toolbar .ql-picker-label.ql-active,.ql-snow.ql-toolbar .ql-picker-label:hover,.ql-snow.ql-toolbar button.ql-active,.ql-snow.ql-toolbar button:focus,.ql-snow.ql-toolbar button:hover{color:#06c}.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:focus .ql-fill,.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:hover .ql-fill,.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar button:focus .ql-fill,.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow.ql-toolbar button:hover .ql-fill,.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill{fill:#06c}.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow .ql-toolbar button.ql-active .ql-stroke,.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar button:focus .ql-stroke,.ql-snow .ql-toolbar button:focus .ql-stroke-miter,.ql-snow .ql-toolbar button:hover .ql-stroke,.ql-snow .ql-toolbar button:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow.ql-toolbar button.ql-active .ql-stroke,.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar button:focus .ql-stroke,.ql-snow.ql-toolbar button:focus .ql-stroke-miter,.ql-snow.ql-toolbar button:hover .ql-stroke,.ql-snow.ql-toolbar button:hover .ql-stroke-miter{stroke:#06c}@media (pointer:coarse){.ql-snow .ql-toolbar button:hover:not(.ql-active),.ql-snow.ql-toolbar button:hover:not(.ql-active){color:#444}.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill{fill:#444}.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter{stroke:#444}}.ql-snow,.ql-snow *{box-sizing:border-box}.ql-snow .ql-hidden{display:none}.ql-snow .ql-out-bottom,.ql-snow .ql-out-top{visibility:hidden}.ql-snow .ql-tooltip{position:absolute;transform:translateY(10px)}.ql-snow .ql-tooltip a{cursor:pointer;text-decoration:none}.ql-snow .ql-tooltip.ql-flip{transform:translateY(-10px)}.ql-snow .ql-formats{display:inline-block;vertical-align:middle}.ql-snow .ql-formats:after{clear:both;content:"";display:table}.ql-snow .ql-stroke{fill:none;stroke:#444;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.ql-snow .ql-stroke-miter{fill:none;stroke:#444;stroke-miterlimit:10;stroke-width:2}.ql-snow .ql-fill,.ql-snow .ql-stroke.ql-fill{fill:#444}.ql-snow .ql-empty{fill:none}.ql-snow .ql-even{fill-rule:evenodd}.ql-snow .ql-stroke.ql-thin,.ql-snow .ql-thin{stroke-width:1}.ql-snow .ql-transparent{opacity:.4}.ql-snow .ql-direction svg:last-child{display:none}.ql-snow .ql-direction.ql-active svg:last-child{display:inline}.ql-snow .ql-direction.ql-active svg:first-child{display:none}.ql-snow .ql-editor h1{font-size:2em}.ql-snow .ql-editor h2{font-size:1.5em}.ql-snow .ql-editor h3{font-size:1.17em}.ql-snow .ql-editor h4{font-size:1em}.ql-snow .ql-editor h5{font-size:.83em}.ql-snow .ql-editor h6{font-size:.67em}.ql-snow .ql-editor a{text-decoration:underline}.ql-snow .ql-editor blockquote{border-left:4px solid #ccc;margin-bottom:5px;margin-top:5px;padding-left:16px}.ql-snow .ql-editor code,.ql-snow .ql-editor pre{background-color:#f0f0f0;border-radius:3px}.ql-snow .ql-editor pre{margin-bottom:5px;margin-top:5px;padding:5px 10px;white-space:pre-wrap}.ql-snow .ql-editor code{font-size:85%;padding:2px 4px}.ql-snow .ql-editor pre.ql-syntax{background-color:#23241f;color:#f8f8f2;overflow:visible}.ql-snow .ql-editor img{max-width:100%}.ql-snow .ql-picker{color:#444;display:inline-block;float:left;font-size:14px;font-weight:500;height:24px;position:relative;vertical-align:middle}.ql-snow .ql-picker-label{cursor:pointer;display:inline-block;height:100%;padding-left:8px;padding-right:2px;position:relative;width:100%}.ql-snow .ql-picker-label:before{display:inline-block;line-height:22px}.ql-snow .ql-picker-options{background-color:#fff;display:none;min-width:100%;padding:4px 8px;position:absolute;white-space:nowrap}.ql-snow .ql-picker-options .ql-picker-item{cursor:pointer;display:block;padding-bottom:5px;padding-top:5px}.ql-snow .ql-picker.ql-expanded .ql-picker-label{color:#ccc;z-index:2}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill{fill:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke{stroke:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-options{display:block;margin-top:-1px;top:100%;z-index:1}.ql-snow .ql-color-picker,.ql-snow .ql-icon-picker{width:28px}.ql-snow .ql-color-picker .ql-picker-label,.ql-snow .ql-icon-picker .ql-picker-label{padding:2px 4px}.ql-snow .ql-color-picker .ql-picker-label svg,.ql-snow .ql-icon-picker .ql-picker-label svg{right:4px}.ql-snow .ql-icon-picker .ql-picker-options{padding:4px 0}.ql-snow .ql-icon-picker .ql-picker-item{height:24px;padding:2px 4px;width:24px}.ql-snow .ql-color-picker .ql-picker-options{padding:3px 5px;width:152px}.ql-snow .ql-color-picker .ql-picker-item{border:1px solid #0000;float:left;height:16px;margin:2px;padding:0;width:16px}.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg{margin-top:-9px;position:absolute;right:0;top:50%;width:18px}.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=""]):before{content:attr(data-label)}.ql-snow .ql-picker.ql-header{width:98px}.ql-snow .ql-picker.ql-header .ql-picker-item:before,.ql-snow .ql-picker.ql-header .ql-picker-label:before{content:"Normal"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]:before{content:"Heading 1"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]:before{content:"Heading 2"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]:before{content:"Heading 3"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]:before{content:"Heading 4"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]:before{content:"Heading 5"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]:before{content:"Heading 6"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before{font-size:2em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before{font-size:1.5em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before{font-size:1.17em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before{font-size:1em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before{font-size:.83em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before{font-size:.67em}.ql-snow .ql-picker.ql-font{width:108px}.ql-snow .ql-picker.ql-font .ql-picker-item:before,.ql-snow .ql-picker.ql-font .ql-picker-label:before{content:"Sans Serif"}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before,.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]:before{content:"Serif"}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before,.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]:before{content:"Monospace"}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before{font-family:Georgia,Times New Roman,serif}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before{font-family:Monaco,Courier New,monospace}.ql-snow .ql-picker.ql-size{width:98px}.ql-snow .ql-picker.ql-size .ql-picker-item:before,.ql-snow .ql-picker.ql-size .ql-picker-label:before{content:"Normal"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]:before{content:"Small"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]:before{content:"Large"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]:before{content:"Huge"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before{font-size:10px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before{font-size:18px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before{font-size:32px}.ql-snow .ql-color-picker.ql-background .ql-picker-item{background-color:#fff}.ql-snow .ql-color-picker.ql-color .ql-picker-item{background-color:#000}.ql-toolbar.ql-snow{border:1px solid #ccc;box-sizing:border-box;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;padding:8px}.ql-toolbar.ql-snow .ql-formats{margin-right:15px}.ql-toolbar.ql-snow .ql-picker-label{border:1px solid #0000}.ql-toolbar.ql-snow .ql-picker-options{border:1px solid #0000;box-shadow:0 2px 8px #0003}.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label,.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options{border-color:#ccc}.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover{border-color:#000}.ql-toolbar.ql-snow+.ql-container.ql-snow{border-top:0}.ql-snow .ql-tooltip{background-color:#fff;border:1px solid #ccc;box-shadow:0 0 5px #ddd;color:#444;padding:5px 12px;white-space:nowrap}.ql-snow .ql-tooltip:before{content:"Visit URL:";line-height:26px;margin-right:8px}.ql-snow .ql-tooltip input[type=text]{border:1px solid #ccc;display:none;font-size:13px;height:26px;margin:0;padding:3px 5px;width:170px}.ql-snow .ql-tooltip a.ql-preview{display:inline-block;max-width:200px;overflow-x:hidden;text-overflow:ellipsis;vertical-align:top}.ql-snow .ql-tooltip a.ql-action:after{border-right:1px solid #ccc;content:"Edit";margin-left:16px;padding-right:8px}.ql-snow .ql-tooltip a.ql-remove:before{content:"Remove";margin-left:8px}.ql-snow .ql-tooltip a{line-height:26px}.ql-snow .ql-tooltip.ql-editing a.ql-preview,.ql-snow .ql-tooltip.ql-editing a.ql-remove{display:none}.ql-snow .ql-tooltip.ql-editing input[type=text]{display:inline-block}.ql-snow .ql-tooltip.ql-editing a.ql-action:after{border-right:0;content:"Save";padding-right:0}.ql-snow .ql-tooltip[data-mode=link]:before{content:"Enter link:"}.ql-snow .ql-tooltip[data-mode=formula]:before{content:"Enter formula:"}.ql-snow .ql-tooltip[data-mode=video]:before{content:"Enter video:"}.ql-snow a{color:#06c}.ql-container.ql-snow{border:1px solid #ccc}.editable-textarea-container{width:100%}.editable-textarea-container .quill>div:first-child{background:none;border:none;margin-bottom:15px}.editable-textarea-container .quill>div:last-child{background:#fff;border:.0625rem solid #c8c6cc!important;border-radius:.75rem;font-family:Roboto;min-height:10rem}.editable-textarea-container .quill>div:last-child.ql-disabled{background:#f7f9fc;border:.0625rem solid #f7f9fc!important;border-radius:.75rem}.editable-textarea-container .quill>div:last-child em,.editable-textarea-container .quill>div:last-child p,.editable-textarea-container .quill>div:last-child strong{font-size:1rem}.editable-textarea-container .ql-snow.ql-toolbar button{height:1.875rem;width:1.875rem}.editable-textarea-container .ql-snow.ql-toolbar button:focus svg *,.editable-textarea-container .ql-snow.ql-toolbar button:hover svg *{stroke:#ee0045}.editable-textarea-container[disabled]>label{color:#9e9e9e}.editable-textarea-container[disabled] input{color:#9e9e9e;pointer-events:none}.editable-textarea-container[disabled] .ql-snow.ql-toolbar button:focus svg *,.editable-textarea-container[disabled] .ql-snow.ql-toolbar button:hover svg *{stroke:#444}.title-container{display:flex;justify-content:space-between}.title-container .title{color:#949199;font-weight:400;padding-left:.625rem}.title-container .counter-simbols{color:#949199;font-weight:400;padding-right:.625rem}.cust-title-container,.cust-title-container .title{margin-bottom:1rem}.cust-title-container .required{color:#d5d5d5;margin-bottom:1rem}.cust-uploading-files{border:.0625rem solid #c8c6cc;border-radius:.25rem;height:10rem;position:relative;width:100%}.cust-uploading-files.warning{border:1px solid #e2271a}.cust-uploading-files[disabled] *,.cust-uploading-files[disabled]+aside{pointer-events:none}.cust-uploading-files[disabled] .dropzone,.cust-uploading-files[disabled]+aside{opacity:.8}.cust-uploading-files .dropzone{align-items:center;box-sizing:border-box;cursor:pointer;display:flex;flex-direction:column;height:inherit;justify-content:center;text-align:center;width:inherit}.cust-uploading-files .dropzone>.circle{border-radius:3.125rem}.cust-uploading-files .dropzone>.description{margin-top:.5rem}.cust-uploading-files .dropzone>.description p{margin-top:0}.cust-uploading-files .dropzone>p{margin-top:.5rem}.cust-uploading-files .dropzone>p strong{font-weight:400}.cust-uploading-files+aside{display:flex;flex-wrap:wrap;margin:-.5rem}.cust-uploading-files+aside>div{border-radius:.25rem;box-shadow:0 0 .25rem 0 #0000001f;display:flex;flex-direction:column;margin:.5rem;overflow:hidden;width:calc(33.33% - 1rem)}.cust-uploading-files+aside>div p{overflow:hidden;padding:1rem;text-align:center;text-overflow:ellipsis;white-space:nowrap}.cust-uploading-files+aside>div figure{background-position:50%;background-repeat:no-repeat;border-bottom:.0625rem solid #f6f6f6;box-sizing:border-box;position:relative}.cust-uploading-files+aside>div figure.doc,.cust-uploading-files+aside>div figure.docx,.cust-uploading-files+aside>div figure.pdf{background-size:70%}.cust-uploading-files+aside>div figure.docx{background-image:url(/static/media/docx.234ba9f4cae375ee97ff.svg)}.cust-uploading-files+aside>div figure.doc{background-image:url(/static/media/doc.c07ef116efbd684f33cc.svg)}.cust-uploading-files+aside>div figure.pdf{background-image:url(/static/media/pdf.534bd7c2f25d3962eda8.svg)}.cust-uploading-files+aside>div figure:after{content:"";display:block;padding-bottom:100%}.cust-uploading-files+aside>div figure:hover>.hidden-section{opacity:1}.cust-uploading-files+aside>div figure .hidden-section{align-items:center;background:#0000003b;display:flex;height:100%;justify-content:flex-end;opacity:0;position:absolute;transition:.2s;width:100%}.cust-uploading-files+aside>div figure .hidden-section button{align-items:center;background-color:#0000;border:0;display:flex;justify-content:center;position:absolute;top:.75rem}.cust-uploading-files+aside>div figure .hidden-section button svg{transition:.2s}.cust-uploading-files+aside>div figure .hidden-section button:hover svg{fill:#fff}.cust-uploading-files .container-description{align-items:center;display:flex;justify-content:center}.cust-uploading-files .container-description .span-color-gray{align-items:center;color:#9e9e9e;display:flex;justify-content:center;width:inherit}.cust-uploading-files .container-description .container-for-icon{align-items:center;display:flex;justify-content:center}.cust-uploading-files>div{height:100%}.buttons-container{align-items:center;background-color:#e3e3e3;border-radius:50%;display:flex;height:1.25rem;justify-content:center;margin-left:2.25rem;position:absolute;right:-.625rem;top:-.625rem;width:1.25rem}.buttons-container:hover{cursor:pointer}.buttons-container .button{background-color:#0000;border:none;cursor:pointer}.buttons-container .delete{color:#ee0045;font-size:.875rem;font-weight:400}.buttons-container .delete:hover{color:#000000de;color:#f44336;font-weight:400;margin-bottom:.25rem;transition-duration:.2s;transition-property:margin-bottom;transition-timing-function:ease}.buttons-container .delete[disabled]{color:#e0e0e0}.file-information-container{align-items:center;display:flex;height:100%;justify-content:center;width:inherit}.file-information-container .file-container{display:flex;gap:1rem;height:100%;width:100%}.file-information-container .file-container .image-container{height:100%;max-height:100%;max-width:100%;width:100%}.file-information-container .file-container .image-container .image{background-position:50%;background-repeat:no-repeat;background-size:contain;border-radius:.5rem;height:100%;width:100%}.file-information-container .file-container .image-container .delete{height:.5rem;position:absolute;width:2.5rem}.file-information-container .file-container .image-container .delete:hover{background-color:#e2271a;height:.5rem;position:absolute;width:2.5rem}.float-menu_modal__Z0IFm{position:relative;z-index:9}.float-menu_modalContent__kL2JA{background-color:#d5d5d5;border-radius:.625rem;bottom:0;opacity:0;pointer-events:none;position:absolute;right:110%;transform:translateX(50px);transition:all .2s linear;width:100%}.float-menu_modalContent__kL2JA[data-visible=true]{opacity:1;pointer-events:all;transform:translateX(0)}.float-menu_modalButton__fCDv1{cursor:pointer;padding:.375rem 0;transition:all .15s linear}.float-menu_modalButton__fCDv1:hover{background-color:hsla(0,0%,95%,.725)}#--selection-controls{display:flex;flex-wrap:wrap;margin-left:-.75rem;margin-right:-.75rem}@media(max-width:48rem){#--selection-controls{flex-direction:column;margin-left:0;margin-right:0}}#--selection-controls>*{margin-bottom:1.5rem;margin-left:.75rem;margin-right:.75rem;width:calc(50% - 3.5rem)}@media(max-width:48rem){#--selection-controls>*{margin-left:0;margin-right:0;width:auto}}#--selection-controls h4{font-weight:500;margin-bottom:.25rem}#--selection-controls article{margin-bottom:.75rem}#--date-pickers{display:flex;flex-wrap:wrap;margin-left:-.75rem;margin-right:-.75rem}@media(max-width:48rem){#--date-pickers{flex-direction:column;margin-left:0;margin-right:0}}#--date-pickers>*{margin-bottom:1.5rem;margin-left:.75rem;margin-right:.75rem;width:calc(50% - 3.5rem)}@media(max-width:48rem){#--date-pickers>*{margin-left:0;margin-right:0;width:auto}}#--date-pickers h4{font-weight:500;margin-bottom:.25rem}#--date-pickers article{margin-bottom:.75rem}#--date-pickers .date-pickers-size aside>:not(:last-child),#--date-pickers .date-pickers-types aside>:not(:last-child),#--date-pickers .time-pickers-types aside>:not(:last-child){margin-bottom:1rem}#--dropdowns{display:flex;flex-wrap:wrap;margin-left:-.75rem;margin-right:-.75rem}@media(max-width:48rem){#--dropdowns{flex-direction:column;margin-left:0;margin-right:0}}#--dropdowns>*{margin-bottom:1.5rem;margin-left:.75rem;margin-right:.75rem;width:calc(50% - 3.5rem)}@media(max-width:48rem){#--dropdowns>*{margin-left:0;margin-right:0;width:auto}}#--dropdowns h4{font-weight:500;margin-bottom:.25rem}#--dropdowns article{margin-bottom:.75rem}#--dropdowns .dropdown-sizes aside>:not(:last-child),#--dropdowns .dropdown-types aside>:not(:last-child){margin-bottom:1rem}#--text-fields{display:flex;flex-wrap:wrap;margin-left:-.75rem;margin-right:-.75rem}@media(max-width:48rem){#--text-fields{flex-direction:column;margin-left:0;margin-right:0}}#--text-fields>*{margin-bottom:1.5rem;margin-left:.75rem;margin-right:.75rem;width:calc(50% - 3.5rem)}@media(max-width:48rem){#--text-fields>*{margin-left:0;margin-right:0;width:auto}}#--text-fields h4{font-weight:500;margin-bottom:.25rem}#--text-fields article{margin-bottom:.75rem}#--text-fields .text-area-box aside>:not(:last-child),#--text-fields .text-field-validation aside>:not(:last-child),#--text-fields .text-fields aside>:not(:last-child),#--text-fields .text-fields-sizes aside>:not(:last-child){margin-bottom:1rem}#--skeleton{display:flex;flex-wrap:wrap;margin-left:-.75rem;margin-right:-.75rem}@media(max-width:48rem){#--skeleton{flex-direction:column;margin-left:0;margin-right:0}}#--skeleton>*{margin-bottom:1.5rem;margin-left:.75rem;margin-right:.75rem;width:calc(50% - 3.5rem)}@media(max-width:48rem){#--skeleton>*{margin-left:0;margin-right:0;width:auto}}#--skeleton h4{font-weight:500;margin-bottom:.25rem}#--skeleton article{margin-bottom:.75rem}#--skeleton .skelet-example aside>:not(:last-child){margin-bottom:1rem}#--toasts{display:flex;flex-wrap:wrap;margin-left:-.75rem;margin-right:-.75rem}@media(max-width:48rem){#--toasts{flex-direction:column;margin-left:0;margin-right:0}}#--toasts>*{margin-bottom:1.5rem;margin-left:.75rem;margin-right:.75rem;width:calc(50% - 3.5rem)}@media(max-width:48rem){#--toasts>*{margin-left:0;margin-right:0;width:auto}}#--toasts h4{font-weight:500;margin-bottom:.25rem}#--toasts article{margin-bottom:.75rem}#--toasts .toasts-example aside{display:flex}#--toasts .toasts-example aside :not(:last-child){margin-right:1rem}#--drawer{display:flex;flex-wrap:wrap;margin-left:-.75rem;margin-right:-.75rem}@media(max-width:48rem){#--drawer{flex-direction:column;margin-left:0;margin-right:0}}#--drawer>*{margin-bottom:1.5rem;margin-left:.75rem;margin-right:.75rem;width:calc(50% - 3.5rem)}@media(max-width:48rem){#--drawer>*{margin-left:0;margin-right:0;width:auto}}#--drawer h4{font-weight:500;margin-bottom:.25rem}#--drawer article{margin-bottom:.75rem}#--drawer .drawer-example aside{display:flex}#--drawer .drawer-example aside>:first-child{border-bottom-right-radius:0;border-top-right-radius:0}#--drawer .drawer-example aside>:last-child{border-bottom-left-radius:0;border-top-left-radius:0}#--drawer-left-example-content,#--drawer-right-example-content{box-sizing:border-box;height:100vh;padding:1.5rem;width:26.25rem}#--drawer-left-example-content h2,#--drawer-right-example-content h2{border-bottom:.0625rem solid #d5d5d5;font-size:1.25rem;font-weight:500;margin:-1.5rem -1.5rem 0;padding:1rem 1.5rem}#--drawer-left-example-content button,#--drawer-right-example-content button{width:100%}#--drawer-left-example-content>:not(:last-child),#--drawer-right-example-content>:not(:last-child){margin-bottom:1.5rem}#--icons-root{display:flex;flex-wrap:wrap;margin-left:-.75rem;margin-right:-.75rem}#--icons-root .icon-container{align-items:center;display:flex;flex-direction:column;margin-bottom:1.5rem;margin-left:.75rem;margin-right:.75rem;padding-bottom:1rem;padding-left:.5rem;padding-right:.5rem;width:calc(11.11% - 2.5rem)}#--icons-root .icon-container>*{display:block}#--icons-root .icon-container>input{border:0;cursor:copy;display:block;font-size:.75rem;margin-top:.75rem;overflow:hidden;text-align:center;text-overflow:ellipsis;white-space:nowrap;width:100%}#--modals{display:flex;flex-wrap:wrap;margin-left:-.75rem;margin-right:-.75rem}@media(max-width:48rem){#--modals{flex-direction:column;margin-left:0;margin-right:0}}#--modals>*{margin-bottom:1.5rem;margin-left:.75rem;margin-right:.75rem;width:calc(50% - 3.5rem)}@media(max-width:48rem){#--modals>*{margin-left:0;margin-right:0;width:auto}}#--modals h4{font-weight:500;margin-bottom:.25rem}#--modals article{margin-bottom:.75rem}#--modals .confirm-modal aside>:not(:last-child){margin-bottom:1rem}#--modal-example{box-sizing:border-box;padding:1.5rem}#--modal-example .bottom{background:#fff;border-top:.0625rem solid #e0e0e0;bottom:0;margin-bottom:-1.5rem;margin-left:-1.5rem;margin-right:-1.5rem;padding:1.5rem;position:-webkit-sticky;position:sticky}#--dropzone{display:flex;flex-wrap:wrap;margin-left:-.75rem;margin-right:-.75rem}@media(max-width:48rem){#--dropzone{flex-direction:column;margin-left:0;margin-right:0}}#--dropzone>*{margin-bottom:1.5rem;margin-left:.75rem;margin-right:.75rem;width:calc(50% - 3.5rem)}@media(max-width:48rem){#--dropzone>*{margin-left:0;margin-right:0;width:auto}}#--dropzone h4{font-weight:500;margin-bottom:.25rem}#--dropzone article{margin-bottom:.75rem}#--dropzone .dropzone-example aside>:not(:last-child){margin-bottom:1rem}#--auth-root{display:flex}#--auth-root .container{align-items:center;display:flex;flex-direction:column;height:100vh;justify-content:center;width:57%}@media(max-width:62rem){#--auth-root .container{width:100%}}#--auth-root .container .auth-box{margin-top:.75rem;padding:1.25rem;width:25rem}#--auth-root .container .auth-box h1{font-size:1.5rem;font-weight:400;margin-bottom:.5rem}@media(max-width:36rem){#--auth-root .container .auth-box{min-width:auto;width:calc(100% - 3rem)}}#--auth-root .container .auth-box.disabled{pointer-events:none}#--auth-root .container .auth-box .fields{margin-top:1rem}#--auth-root .container .auth-box .fields>div{margin-bottom:1rem}#--auth-root .container .auth-box .error{color:#ee0045}#--auth-root .container .auth-box .enter{margin-top:1.125rem}#--auth-root .container .auth-box .enter button,#--auth-root .container .auth-box .enter div{width:100%}#--auth-root .container .auth-box~#--auth-languages{display:flex;gap:.75rem;justify-content:center;margin-top:.75rem;width:57%}#--auth-root .container .auth-box~#--auth-languages .language-box{background-color:#ebeff2;border:.0625rem solid #ebeff2;border-radius:3.125rem;cursor:pointer;height:2.75rem;outline:none;transition:.2s;width:2.75rem}#--auth-root .container .auth-box~#--auth-languages .language-box>span{align-items:center;font-size:1.125rem;font-weight:400;vertical-align:middle}#--auth-root .container .auth-box~#--auth-languages .language-box:hover{background-color:hsla(0,0%,95%,.725)}#--auth-root .container .auth-box~#--auth-languages .language-box .language-basic{background-position:50%;background-size:160%;border-radius:1.25rem;height:1.375rem;opacity:.4;transition:.2s;width:1.375rem}#--auth-root .container .auth-box~#--auth-languages .selected{background-color:#ee0045;color:#fff;opacity:1}#--auth-root .container .forgot-password{cursor:pointer;font-size:.875rem;margin-top:.5rem;opacity:.8;padding-right:1rem;text-align:right;width:25rem}#--auth-root .container .forgot-password:hover{opacity:1}#--auth-root .background{height:100vh;overflow:hidden;position:relative;width:43%}#--auth-root .background>img{height:100%}#--auth-root .background .title{bottom:5.625rem;left:5.625rem;line-height:3.75rem;position:absolute}#--auth-root .background .title h1{font-size:400%;line-height:4.375rem}#--auth-root .background .title img{width:400px}.modal,.modal>.footer{max-width:100vw;width:25rem}.radius{max-width:100%}.radius_heading{align-items:center;border-bottom:.0625rem solid #e0e0e0;display:flex;justify-content:space-between;width:100%}@media(max-width:36rem){.radius_heading{flex-direction:column}}.radius_heading h1{margin-bottom:1rem}.radius_heading_subheading{color:#ebeff2}.radius_heading_users{color:#9e9e9e}@media(max-width:36rem){.radius_button{margin-top:1rem}}.radius_table{width:clamp(17.5rem,100%,35rem)}@media(max-width:48rem){.radius_table_paper{max-width:100vw;overflow-x:scroll}}.radius_table.radius{margin-bottom:2.25rem}.radius_table_wrapper{background-color:#fff;border-radius:.375rem;margin-top:1rem;max-width:100%;overflow-x:auto;padding-bottom:.5rem}.radius_table_heading{border-bottom:.0625rem solid #f6f6f6}.radius_table_heading th{font-weight:400;padding:1.25rem 1rem;text-align:center}.radius_table_heading .skeleton{margin:auto}.radius_table_heading_sort{color:#d5d5d5;cursor:pointer;font-weight:400;margin-left:.5rem;opacity:0;transition:all .3s}.radius_table_heading_sort_active{opacity:1}.radius_table_heading_arrow{display:flex}.radius_table_heading_arrow_active{display:flex;transform:rotate(180deg)}.radius_table_heading_cell>div{align-items:center;display:flex;position:inherit;transition:all .3s}.radius_table_heading_cell:hover .summary_table_heading_sort{opacity:1}.radius_table_body{border-bottom:.0625rem solid #f6f6f6}.radius_table_body:last-child{border-bottom:none}.radius_table_body .align-right{text-align:right}.radius_table_body td{word-wrap:break-word;display:table-cell;min-width:3.125rem;padding:1rem 0;text-align:center;vertical-align:middle}.radius_table_body td .skeleton{margin:auto}.radius_table .radius_table_edit{cursor:pointer;min-width:6.875rem;width:10%}.radius_table .radius_table_edit_wrapper{align-items:center;display:flex;justify-content:space-around}.radius_table_iconWrapper{display:flex}.radius_table_iconWrapper:hover svg{fill:#ee0045}#--splash{background-color:#f7f9fc}#--splash,#--splash>div{align-items:center;display:flex;justify-content:center}#--splash>div{height:100vh}#--splash>div svg{animation:logo 1.3s ease-in-out infinite;transform:rotate(1turn)}@keyframes logo{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.alerts-page .container-for-header{display:flex;flex-direction:row;left:0;margin-bottom:1.875rem;position:-webkit-sticky;position:sticky;right:0;top:0;width:95%;z-index:1000}@media(max-width:90rem){.alerts-page .container-for-header{padding-right:3.75rem}}@media(max-width:62rem){.alerts-page .container-for-header{padding-left:3.75rem}}.alerts-page .container-for-header .active-bottom{border-bottom:.125rem solid #ee0045}.alerts-page .container-for-header .active-bottom,.alerts-page .container-for-header .not-active-bottom{align-items:center;display:flex;flex-direction:row;gap:.5rem;padding:.625rem}.alerts-page .filter{margin-bottom:.625rem}.alerts-page .container-for-alerts{display:flex;flex-wrap:wrap;width:100%}@media(max-width:48rem){.alerts-page .container-for-alerts{flex-direction:column;margin-left:0;margin-right:0}}.alerts-page .container-for-alerts>*{margin-bottom:.75rem;margin-right:.75rem;width:calc(50% - 1.25rem)}@media(max-width:48rem){.alerts-page .container-for-alerts>*{margin-left:0;margin-right:0;width:auto}}.alerts-page .container-for-alerts .paper{padding:.75rem 0;position:relative}.alerts-page .container-for-alerts .paper .alert__img{border-radius:.625rem;margin:.9375rem 0 .3125rem;min-height:150px;width:100%}.alerts-page .container-for-alerts .paper .delete{border:none;border-radius:.625rem;height:1.875rem;opacity:.5;position:absolute;right:.3125rem;top:.3125rem}.alerts-page .container-for-alerts .paper .delete .icon{display:block;margin-left:auto;margin-right:auto}.alerts-page .container-for-alerts .paper .content-all{padding:0 2.5rem .625rem 1rem}.alerts-page .container-for-alerts .paper .content-all span{opacity:.8}.alerts-page .container-for-alerts .paper .content-all a{color:#000000de;opacity:.8}.alerts-page .container-for-alerts .paper .content-all h4{margin-top:.9375rem}.alerts-page .container-for-alerts .paper .content-report-alert{margin-bottom:3.125rem;padding-left:1rem;padding-right:2.5rem}.alerts-page .container-for-alerts .paper .content-report-alert a{color:#000000de;opacity:.8}.alerts-page .container-for-alerts .paper .content-report-alert .style-for-span{opacity:.8}.alerts-page .container-for-alerts .paper .content-report-alert .text{margin-top:.9375rem}.alerts-page .container-for-alerts .paper .button{bottom:.4375rem;display:flex;position:absolute}.alerts-page .container-for-alerts .paper .button .openReports{justify-content:center;margin-left:.625rem}.alerts-page .paper-skeleton-for-alert{height:16.25rem}.alerts-page .border{border-bottom:1px solid #0000001a;margin-bottom:2.5rem}.drawer-alerts{width:21.875rem}@media(max-width:36rem){.drawer-alerts{width:100vw}}.drawer-alerts h1{border-bottom:1px solid #e3e3e5;font-size:1.5rem;font-weight:500;line-height:2.25rem;padding:1.5rem}.drawer-alerts .container-for-reports{padding:0 1.25rem .625rem}.drawer-alerts .text{border-bottom:1px solid #e3e3e5;margin-top:.625rem}.drawer-alerts>.footer{align-items:center;background:#fff;bottom:0;display:flex;height:5rem;justify-content:space-between;padding:0 1.5rem;position:fixed;width:inherit}#--sidebar-root{background:#fff;border-right:1px solid #f6f6f6;flex-shrink:0;height:100vh;overflow-y:auto;position:-webkit-sticky;position:sticky;top:0;width:16.125rem;z-index:1}#--sidebar-root::-webkit-scrollbar,#--sidebar-root::-webkit-scrollbar-track{display:none}#--sidebar-root::-webkit-scrollbar-thumb{display:none}#--sidebar-root p{color:#110c1a;margin:0;opacity:.9}#--sidebar-root .sidebar-logo{align-items:center;color:#000;display:flex;font-family:Roboto;font-size:1.875rem;font-weight:700;justify-content:center;padding:.5rem 1.5rem;text-decoration:none}#--sidebar-root>div{margin-bottom:4rem}#--sidebar-root>div>p{font-size:.875rem;padding:.625rem 1.75rem}#--sidebar-root .navigation-manager{align-items:center;background:#ee0045;bottom:0;display:flex;padding:.625rem 1rem;position:fixed;text-decoration:none;width:16.125rem;z-index:0}#--sidebar-root .navigation-manager .avatar{display:flex;position:relative}#--sidebar-root .navigation-manager .avatar>div{align-items:center;background-color:#0000003b;background-position:50%;background-size:cover;border-radius:2.5rem;color:#fff;display:flex;height:2rem;justify-content:center;padding:.25rem;width:2rem;z-index:-1}#--sidebar-root .navigation-manager .user-data{display:flex;flex-direction:column;margin-left:.5rem;margin-right:1rem;overflow:hidden;padding:.25rem}#--sidebar-root .navigation-manager .user-data .mail,#--sidebar-root .navigation-manager .user-data .name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}#--sidebar-root .navigation-manager .user-data .name{color:#fff;font-size:.875rem}#--sidebar-root .navigation-manager .user-data .mail{color:#fff;font-size:.75rem}#--header-root{align-items:center;background-color:#fff;box-shadow:0 .125rem .1875rem #0000000a;display:flex;justify-content:space-between;max-height:3.0625rem;padding:.5rem 1.25rem;position:-webkit-sticky;position:sticky;top:0;z-index:20}@media(max-width:62rem){#--header-root{padding:.5rem 1.25rem}}@media(max-width:36rem){#--header-root{padding:.5rem .25rem}}#--header-root .burger button{background-color:#0000;border:none;border-radius:3.125rem;cursor:pointer;display:flex;outline:none;padding:.75rem;transition:.2s}#--header-root .burger button:hover{background-color:hsla(0,0%,95%,.725)}@media(min-width:62rem){#--header-root .burger button{display:none}}#--header-root .content{align-items:center;display:flex;justify-content:space-between;width:100%}@media(max-width:62rem){#--header-root .content{justify-content:flex-end}}#--header-root .content .actions{align-items:center;display:flex;justify-content:flex-end}#--header-root .content .actions .language{background-color:#0000;border:none;border-radius:3.125rem;cursor:pointer;display:flex;outline:none;padding:.75rem;transition:.2s}#--header-root .content .actions .language:hover{background-color:hsla(0,0%,95%,.725)}#--header-root .content .actions .language .en{background-image:url(/static/media/uk.b67ba79ae580ddfc806d.png)}#--header-root .content .actions .language .language-image{background-position:50%;background-size:160%;border-radius:1.25rem;height:1.375rem;width:1.375rem}#--header-root .content .actions .logout{background-color:#0000;border:none;border-radius:3.125rem;cursor:pointer;display:flex;outline:none;padding:.75rem;transition:.2s}#--header-root .content .actions .logout:hover{background-color:hsla(0,0%,95%,.725)}.create-notification-container{padding:1.5rem;position:relative;width:35rem}@media(max-width:36rem){.create-notification-container{width:100vw}}.create-notification-container .input{margin:.625rem 0}.create-notification-container .input-text-message{margin-top:.625rem}.create-notification-container>.footer{align-items:center;background:#fff;bottom:0;display:flex;height:5rem;justify-content:space-between;position:fixed;width:32rem}@media(max-width:36rem){.create-notification-container>.footer{width:88vw}}.sidebar-row-link{align-items:center;display:flex;justify-content:space-between;padding:.625rem 1.75rem;position:relative;text-decoration:none;transition:.1s}.sidebar-row-link:hover,.sidebar-row-link[data-active=true]{background:#ebeff2}.sidebar-row-link span{color:#110c1a;font-size:.875rem;padding:0 1rem}.sidebar-row-link .row{align-items:center;display:flex}.sidebar-row-link .analytics-box{align-items:center;background-color:#0000003b;border-radius:.25rem;display:flex;height:1.625rem;justify-content:center;position:absolute;right:1.75rem}.sidebar-row-link .analytics-box span{padding:.5rem}#--header-search{position:relative}#--header-search .text-field-box{align-items:center;border-radius:.25rem;display:flex;padding:0 .75rem;transition:.3s}#--header-search .text-field-box:hover{background-color:#f6f6f6}@media(max-width:36rem){#--header-search .text-field-box{display:none}}#--header-search .text-field-box input{background:#0000;border:none;color:#110c1a;font-size:.875rem;margin-left:-1.875rem;margin-right:-.625rem;outline:none;padding:.625rem .625rem .625rem 3rem;transition:.3s}#--header-search .text-field-box input::placeholder{color:#9e9e9e}#--header-search .filled{background-color:#f6f6f6}#--header-search+.dropdown{background-color:#fff;border-bottom-left-radius:.25rem;border-bottom-right-radius:.25rem;border-top:.0625rem solid #f6f6f6;box-shadow:0 .375rem .4375rem 0 #0000000a;padding:.125rem 0;position:absolute;top:3.0625rem;width:18.75rem}#--header-search+.dropdown button{background-color:#0000;border:none;padding:.375rem .75rem;text-align:left;transition:.2s;width:100%}#--header-search+.dropdown button:hover{background:#f6f6f6}#--header-search+.dropdown .loading{align-items:center;display:flex;justify-content:center;padding-top:.3125rem}#--header-search+.dropdown .empty{background-color:#0000;border:none;padding:.375rem 0;text-align:left;text-align:center;transition:.2s;width:100%}#--header-search+.dropdown .triangle{left:.625rem;position:absolute;top:-.8125rem}#--header-search~.btn-root{margin-left:.75rem}.sidebar-dropdown-list button{align-items:center;background-color:#0000;border:none;cursor:pointer;display:flex;justify-content:space-between;outline:none;padding:.625rem 1.75rem;transition:.1s;width:100%}.sidebar-dropdown-list button:hover{background:#ebeff2}.sidebar-dropdown-list button>div{align-items:center;display:flex}.sidebar-dropdown-list button span{color:#110c1a;font-size:.875rem;padding:0 1rem}.sidebar-dropdown-list .dropdown-arrow{height:1rem;transition:.3s}.sidebar-dropdown-list .dropdown-arrow-up{transform:rotate(180deg)}.sidebar-dropdown-list .dropdown-children{display:none;margin:0;padding:0}.sidebar-dropdown-list .dropdown-children a{display:flex;padding-bottom:.5rem;padding-left:4.3125rem;padding-top:.5rem;text-decoration:none;transition:.1s}.sidebar-dropdown-list .dropdown-children a:hover,.sidebar-dropdown-list .dropdown-children a[data-active=true]{background:#ebeff2}.sidebar-dropdown-list .dropdown-children a span{color:#110c1a;font-size:.875rem}.sidebar-dropdown-list .dropdown-children-visible{display:block}.date-picker{min-width:220px}.date-picker,.date-picker input{cursor:pointer}.container-for-header{width:89%}.container-for-header .button{bottom:.1875rem;position:absolute;right:0;width:100px}.container-for-notifications{display:flex;flex-wrap:wrap;width:95%}@media(max-width:48rem){.container-for-notifications{flex-direction:column;margin-left:0;margin-right:0}}.container-for-notifications>*{margin-bottom:.75rem;margin-right:.75rem;width:calc(50% - 2.5rem)}@media(max-width:48rem){.container-for-notifications>*{margin-left:0;margin-right:0;width:auto}}.container-for-notifications .paper{overflow:none;padding:.75rem 0;position:relative}.container-for-notifications .paper .delete{right:.3125rem}.container-for-notifications .paper .delete,.container-for-notifications .paper .edit{border:none;border-radius:.625rem;height:1.875rem;opacity:.5;position:absolute;top:.3125rem}.container-for-notifications .paper .edit{right:2.75rem}.container-for-notifications .paper>div{margin-right:2.75rem;padding-left:1rem}.container-for-notifications .paper>div span{opacity:.8;overflow-wrap:break-word}.container-for-notifications .paper>div h4{margin-top:.9375rem}.container-for-notifications .paper .button{border-top:1px solid #0000001a;bottom:.625rem;display:flex;padding-top:.625rem;position:absolute;width:100%}.drawer h1{border-bottom:1px solid #e3e3e5;font-size:1.5rem;font-weight:500;line-height:2.25rem;padding:1.5rem}.paper-skeleton-for-notification-sms{height:6.25rem}.paper-skeleton-for-notification-other{height:9.375rem}.modal.promotion_modal{width:35rem}@media(max-width:36rem){.modal.promotion_modal{width:100vw}}.modal.promotion_modal>.header{border-bottom:1px solid #e3e3e5;padding:1.5rem}.modal.promotion_modal>.header>span{font-size:1.5rem;font-weight:500}.modal.promotion_modal>.body{background-color:#fff;display:flex;flex-wrap:wrap;gap:.75rem;justify-content:flex-start;padding:1.5rem 1.5rem 6.25rem}.modal.promotion_modal>.body>div{width:100%}.modal.promotion_modal>.body .container_fullwidth{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between;width:100%}.modal.promotion_modal>.body .container_fullwidth_half{margin-top:0;width:15.25rem}.modal.promotion_modal>.body .container_fullwidth_half_first{margin-bottom:.75rem;width:15.25rem}.modal.promotion_modal>.body .container_fullwidth input{font-size:.875rem}.modal.promotion_modal>.body .picture-block{display:flex;flex-direction:column;width:100%}.modal.promotion_modal>.body .picture-block .subtitle{color:#949199;font-weight:500;margin-bottom:.5rem}.modal.promotion_modal>.footer{align-items:center;background:#fff;bottom:0;display:flex;height:5rem;justify-content:space-between;padding:0 1.5rem;position:fixed;width:35rem}@media(max-width:36rem){.modal.promotion_modal>.footer{width:100vw}}.promotions_table{max-width:100%}@media(max-width:48rem){.promotions_table .promotions_paper{max-width:100vw;overflow-x:scroll}}.promotions_table table{min-width:100%}.promotions_table .empty td{height:12.5rem;text-align:center;vertical-align:middle}.promotions_table_heading{border-bottom:.0625rem solid #f6f6f6;margin-bottom:1.5rem;padding-bottom:.75rem;width:100%}.promotions_table_heading th{font-weight:400;padding:1.25rem 1rem;text-align:center}.promotions_table_heading th.name{max-width:5.625rem}.promotions_table_heading th.title{max-width:13.5rem}.promotions_table_heading th.status{width:9.5rem}.promotions_table_heading th.edit{width:5rem}.promotions_table_heading th .skeleton{margin:0 auto}@media(max-width:36rem){.promotions_table_heading{flex-direction:column}}.promotions_table_body:hover{background-color:hsla(0,0%,95%,.725)}.promotions_table_body:not(:last-child){border-bottom:.0625rem solid #f6f6f6}.promotions_table_body td{padding:1.25rem 1rem;text-align:center}.promotions_table_body td button{width:100%}.promotions_table_body td .photo{width:100px}.promotions_table_body td.name{max-width:6.25rem;overflow-wrap:break-word}.promotions_table_body td .skeleton{margin:0 auto}.promotions_table_edit{vertical-align:inherit}.promotions_table_edit_wrapper{display:flex;gap:1rem;justify-content:space-between;width:100%}.promotions_table_edit_iconWrapper{align-items:center;display:flex;justify-content:center}.promotions_table_edit_iconWrapper:hover svg{fill:#ee0045}.dashboard-page .container-for-header{border-bottom:1px solid #0000001a;display:flex;flex-direction:row;justify-content:flex-start;left:0;margin-bottom:1.875rem;position:relative;right:0}.container-for-content{display:flex;flex-wrap:wrap;gap:20px;justify-content:flex-start;left:0;right:0}.container-for-content .container{display:flex;flex-direction:column;flex-wrap:nowrap;height:7.5rem;padding:1rem;width:11.875rem}.container-for-content .container h4{color:#949199;font-weight:400;width:revert}.container-for-content .container h1{color:#110c1a;font-size:2.8125rem;width:revert}.container-for-dashboard{display:flex;flex-wrap:wrap;width:95%}.paper-skeleton-for-dashboard{height:3.125rem}.we-remember-you-page .container-for-header{border-bottom:1px solid #0000001a;display:flex;flex-direction:"row";left:0;margin-bottom:1.875rem;position:relative;right:0;width:98%}.we-remember-you-page .container-for-header .active-bottom{border-bottom:.125rem solid #ee0045;padding:.625rem}.we-remember-you-page .container-for-header .not-active-bottom{padding:.625rem}.container{display:flex;flex-wrap:wrap;gap:1.25rem;justify-content:space-between;width:100%}.container .paper-skeleton-for-post{height:18.75rem}@media(max-width:48rem){.container{flex-direction:column;margin-left:0;margin-right:0}}.container>*{margin-right:1.25rem;width:calc(50% - 1.875rem)}.container>:last-child{margin-right:0}@media(max-width:48rem){.container>*{margin-left:0;margin-right:0;width:auto}}.container .paper{padding:.75rem 0;position:relative}.container .paper .delete{border:none;border-radius:.625rem;height:1.875rem;opacity:.5;position:absolute;right:.3125rem;top:.3125rem}.container .paper .button{bottom:.4375rem;display:flex;padding-top:.625rem;position:absolute;width:100%}.container .paper .button .approve{justify-content:center;margin-left:.625rem}.container .content-posts-for-approval{align-items:center;border-bottom:1px solid #0000001a;display:flex;flex-wrap:wrap;justify-content:center;margin-bottom:2.5rem;padding:0 1rem .625rem}.container .content-posts-for-approval span{opacity:.8}.container .content-posts-for-approval h4{margin-top:.9375rem}.container .content-posts-for-approval .container-for-photo{align-items:center;display:flex;height:15.625rem;justify-content:center;padding-right:.9375rem;width:16.875rem}.container .content-posts-for-approval .container-for-photo .photo{border-radius:.4375rem;max-height:15.625rem;max-width:16.875rem}.container .content-posts-for-approval .paper-skeleton-for-post{height:12.5rem}.container .content-posts-for-approval .container-for-text{display:flex;flex-wrap:wrap;gap:.625rem;justify-content:center;width:100%}.container .content-posts-for-approval .container-for-text .flex{align-items:center;display:flex;flex-direction:column;gap:.3125rem;justify-content:center}.settings .modal .settings_input_wrapper{align-items:center}.settings .modal .settings_input_wrapper .settings_icon_wrapper{align-items:center;display:flex;justify-content:center;margin-left:.75rem}.settings .modal .settings_input_wrapper .settings_icon_wrapper:hover svg{fill:#ee0045}.our-story-container{width:100%}.our-story-container .footer{margin-top:1.25rem}.privacy-policy-container{width:100%}.privacy-policy-container .footer{margin-top:1.25rem}.copyright-policy-container{width:100%}.copyright-policy-container .footer{margin-top:1.25rem}.terms-container{width:100%}.terms-container .footer{margin-top:1.25rem}.notice-container{width:100%}.notice-container .footer{margin-top:1.25rem}@media(max-width:62rem){.users-page{max-width:100vw}}.users-page .tables_body{overflow-x:scroll}.users_table table{width:100%}.users_table_heading{border-bottom:.0625rem solid #f6f6f6;margin-bottom:1.5rem;padding-bottom:.75rem}.users_table_heading th{font-weight:400;padding:1.25rem 1rem;text-align:center}.users_table_heading th.username{text-align:start}.users_table_heading th .skeleton{margin:0 auto}@media(max-width:36rem){.users_table_heading{flex-direction:column}}.users_table_body:hover{background-color:hsla(0,0%,95%,.725)}.users_table_body:not(:last-child){border-bottom:.0625rem solid #f6f6f6}.users_table_body td{min-width:7.5rem;padding:1.25rem 1rem;text-align:center}.users_table_body td.username{text-align:start}.users_table_body td button{width:100%}.users_table_body td .skeleton{margin:0 auto}.users_table_edit{align-items:center;display:flex;justify-content:space-between}.users_table_edit_wrapper{display:flex;justify-content:space-between;width:100%}.users_table_edit_iconWrapper:hover svg{fill:#ee0045}.users-filter{margin-bottom:.5rem}.user_container{width:100%}.user_container .row{display:flex;gap:.5rem;margin-bottom:1.25rem}.user_container .row span:last-child{opacity:.8}.user_container .user_table,.user_container .user_table table{width:100%}.user_container .user_table .empty td{height:12.5rem;text-align:center;vertical-align:middle}.user_container .user_table_heading{border-bottom:.0625rem solid #f6f6f6;margin-bottom:1.5rem;padding-bottom:.75rem}.user_container .user_table_heading th{font-weight:400;padding:1.25rem 1rem;text-align:center}@media(max-width:36rem){.user_container .user_table_heading{flex-direction:column}}.user_container .user_table_body:not(:last-child){border-bottom:.0625rem solid #f6f6f6}.user_container .user_table_body td{padding:1.25rem 1rem;text-align:center}.user_container .user_table_body td:not(:last-child){min-width:10rem}.user_container .user_table_body td:last-child{width:100%}.user_container .user_table_body td .link{color:#000000de;opacity:.8}.user_container .user_table_edit{align-items:center;display:flex;justify-content:space-between}.user_container .user_table_edit_wrapper{align-items:center;display:flex;justify-content:flex-end;width:100%}.user_container .user_table_edit_wrapper button{margin-right:.5rem}.user_container .user_table_edit_wrapper span{white-space:nowrap}.user_container .user_table_edit_iconWrapper{align-items:center;display:flex}.user_container .user_table_edit_iconWrapper:hover svg{fill:#ee0045}.drawer-user .title-for-drawer{border-bottom:1px solid #e3e3e5;font-size:1.5rem;font-weight:500;line-height:2.25rem;padding:1.5rem}.drawer-user .container-for-survey{overflow:scroll;padding:1.25rem}.drawer-user .container-for-survey .text-survey{margin-top:.9375rem}.drawer-user .container-for-reports{padding:0 1.25rem .625rem}.drawer-user .text{border-bottom:1px solid #e3e3e5;margin-top:.625rem}.drawer-user>.footer{align-items:center;background:#fff;bottom:0;display:flex;height:5rem;justify-content:space-between;padding:0 1.5rem;position:fixed;width:35rem}.container-for-header{border-bottom:1px solid #0000001a;cursor:pointer;flex-direction:"row";left:0;position:relative;right:0;width:100%}@media(max-width:48rem){.user_page_paper{overflow-x:scroll}}.settings{min-width:200px;padding:1.25rem;width:65%}@media(max-width:48rem){.settings{width:85%}}@media(max-width:36rem){.settings{width:100%}}.settings .modal{width:100%}.settings .modal .setting_alert{color:rgba(238,0,67,.839);margin:0 1.25rem 1.25rem;opacity:.8;text-align:center}.settings .modal .settings_input_wrapper{display:flex;flex-direction:column;gap:1.25rem;margin-bottom:1.25rem}*{box-sizing:border-box}.modal{width:35rem}.modal>.header{border-bottom:1px solid #e3e3e5;padding:1.5rem}.modal>.header>span{font-size:1.5rem;font-weight:500}.modal>.body{background-color:#fff;display:flex;flex-wrap:wrap;gap:.75rem;justify-content:flex-start;padding:1.5rem}.modal>.body>div{width:100%}.modal>.body textarea{min-height:13.75rem}.modal>.body .container_fullwidth{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between;width:100%}.modal>.body .container_fullwidth_half{margin-top:1rem;width:15.25rem}.modal>.body .container_fullwidth_half_first{margin-top:0;width:15.25rem}.modal>.body .container_fullwidth input{font-size:.875rem}.modal>.footer{align-items:center;background:#fff;bottom:0;display:flex;height:5rem;justify-content:space-between;padding:0 1.5rem;position:fixed;width:35rem}#faq-container{display:flex;flex-wrap:wrap;gap:.75rem;width:80%}@media(max-width:48rem){#faq-container{flex-direction:column;margin-left:0;margin-right:0;width:100%}}#faq-container>*{width:100%}@media(max-width:48rem){#faq-container>*{margin-left:0;margin-right:0}}#faq-container .paper{overflow:none;padding:.75rem 0;position:relative}#faq-container .paper .delete{right:.3125rem}#faq-container .paper .delete,#faq-container .paper .edit{border:none;border-radius:.625rem;height:1.875rem;opacity:.5;position:absolute;top:.3125rem}#faq-container .paper .edit{right:2.75rem}#faq-container .paper .drag{border:none;border-radius:.625rem;bottom:.3125rem;left:.3125rem;opacity:.2;position:absolute;top:.3125rem;width:2.5rem}#faq-container .paper .questions-button{border-radius:.625rem;height:1.875rem;opacity:.2;position:absolute;width:1.5rem}#faq-container .paper .questions-button.delete{right:.3125rem;top:.3125rem;width:1.5rem}#faq-container .paper .questions-button.edit{right:2.75rem;top:.3125rem;width:1.5rem}#faq-container .paper .content-all{margin-right:2.5rem;padding-left:3.5rem}#faq-container .paper .content-all .text{opacity:.8;overflow-wrap:break-word}#faq-container .paper .content-all .link{color:#000000de;opacity:.8}#faq-container .paper .content-all .skeleton,#faq-container .paper .content-all .title{margin-top:1rem}#faq-container .paper .button{border-top:1px solid #0000001a;bottom:.625rem;display:flex;padding-top:.625rem;position:absolute;width:100%}#faq-container .paper .button .openReports{justify-content:center;margin-left:.625rem}.main-title{font-size:1.75rem;font-weight:500;line-height:2.25rem;margin-bottom:1.5rem;padding-bottom:.75rem}.container-for-header{align-items:flex-end;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between;margin-bottom:1.875rem}.container-for-header>div{margin-bottom:.625rem;margin-right:.625rem}.container-for-header .flex{display:flex;flex-wrap:wrap;gap:.625rem}.container-for-header .input-date{margin-right:.625rem}.container-for-header .active-bottom{border-bottom:.125rem solid #ee0045;padding:.625rem}.container-for-header .not-active-bottom{padding:.625rem}.container-for-header .button{align-self:center;margin:.625rem 0;position:relative;text-align:center;width:116px}#button{display:flex;flex-direction:row;flex-wrap:wrap;position:relative}#button .button-all{margin:1.4375rem;width:42%}#button .button-reported{margin:1.4375rem 1.4375rem 1.4375rem 2.0625rem;width:40%}#button .filter{border:none;opacity:.5;position:absolute;right:5rem;top:1.5625rem}.container-for-survey{display:flex;flex-wrap:wrap;margin-top:.75rem}@media(max-width:48rem){.container-for-survey{flex-direction:column;margin-left:0;margin-right:0}}.container-for-survey>*{margin-bottom:.75rem;margin-right:.75rem;width:calc(50% - 2.5rem)}@media(max-width:48rem){.container-for-survey>*{margin-left:0;margin-right:0;width:auto}}.container-for-survey .paper{padding:0;position:relative}.container-for-survey .paper .delete{border:none;border-radius:.625rem;height:1.875rem;opacity:.5;position:absolute;right:.3125rem;top:.3125rem}.container-for-survey .paper .content-all{padding-bottom:.625rem;padding-left:1rem;padding-right:2.5rem}.container-for-survey .paper .content-all .info{border-bottom:1px solid #e3e3e5}.container-for-survey .paper .content-all .style-for-span{opacity:.8}.container-for-survey .paper .content-all .link{color:#000000de;margin-bottom:.625rem;opacity:.8}.container-for-survey .paper .content-all .text{margin-top:.625rem}.paper-skeleton-for-survey{height:25rem}.border{border-bottom:1px solid #0000001a;margin-bottom:2.5rem}.cookie-policy-container{width:100%}.cookie-policy-container .footer{margin-top:1.25rem}.coyote-resources-container{width:100%}.coyote-resources-container .footer{margin-top:1.25rem}a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{border:0;font-size:.875rem;margin:0;padding:0;vertical-align:initial}input::-webkit-inner-spin-button,input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}:focus{outline:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:"";content:none}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration,input[type=search]::-webkit-search-results-button,input[type=search]::-webkit-search-results-decoration{-webkit-appearance:none;-moz-appearance:none}input[type=search]{-webkit-appearance:none;-moz-appearance:none}audio,canvas,video{*zoom:1;display:inline-block;*display:inline;max-width:100%}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;font-size:100%}a:active,a:focus,a:hover{outline:0}img{-ms-interpolation-mode:bicubic;border:0}figure,form{margin:0}fieldset{border:.0625rem solid silver;margin:0 .125rem;padding:.35em .625em .75em}legend{border:0;*margin-left:-.4375rem;padding:0;white-space:normal}button,input,select,textarea{font-family:Roboto;font-size:100%;font-weight:300;margin:0;vertical-align:initial;*vertical-align:middle}button,input{line-height:normal}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer;*overflow:visible}button[disabled],html input[disabled]{cursor:default}input[type=checkbox],input[type=radio]{box-sizing:border-box;*height:.8125rem;padding:0;*width:.8125rem}input[type=search]{-webkit-appearance:textfield;box-sizing:initial}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}button,html,input,select,textarea{color:#222}::selection{background:#b3d4fc;text-shadow:none}img{vertical-align:middle}fieldset{border:0;margin:0;padding:0}textarea{resize:vertical}.chromeframe{background:#ccc;color:#000;margin:.2em 0;padding:.2em 0}body{background:#f7f9fc;color:#110c1a;font-family:Roboto;font-size:16;font-weight:300;line-height:1.43;margin:0}code{background-color:hsla(0,0%,95%,.725);border-radius:.25rem;color:#000000de;line-height:1.5rem;padding:.125rem .25rem;word-break:break-all}button{font-family:Roboto;font-weight:300;line-height:1.43}#main{display:flex;min-height:100vh}.root-container{background:#f7f9fc;width:100%;z-index:1}.root-content{margin:auto;max-width:73.875rem;padding:.75rem .25rem}.Toastify__toast--info{background-color:#110c1a}.Toastify__toast--success{background-color:#4caf50}.Toastify__toast--error{background-color:#f44336}@media(max-width:62rem){#main{padding:0}.root-content{margin:auto;padding:.75rem .25rem}}@media(max-width:36rem){.root-content{padding:.75rem .25rem}}
/*# sourceMappingURL=main.ae4531e6.css.map*/