: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:hsla(0,0%,100%,.7);--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(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;-webkit-transform:translateX(-50%);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%;-webkit-transform:translateX(-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;-webkit-transform:translateX(0);transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;-webkit-transform:translateX(0);transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:0}}.Toastify__toast{border-radius:4px;box-shadow:0 1px 10px 0 rgba(0,0,0,.1),0 2px 15px 0 rgba(0,0,0,.05);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{-webkit-margin-end:10px;display:flex;flex-shrink:0;margin-inline-end:10px;width:20px}.Toastify--animate{-webkit-animation-duration:.7s;animation-duration:.7s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.Toastify--animate-icon{-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-fill-mode:both;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:hsla(0,0%,100%,.7);background:var(--toastify-color-transparent)}.Toastify__close-button{align-self:flex-start;background:transparent;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}@-webkit-keyframes Toastify__trackProgress{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}to{-webkit-transform:scaleX(0);transform:scaleX(0)}}@keyframes Toastify__trackProgress{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}to{-webkit-transform:scaleX(0);transform:scaleX(0)}}.Toastify__progress-bar{bottom:0;height:5px;left:0;opacity:.7;position:absolute;-webkit-transform-origin:left;transform-origin:left;width:100%;z-index:9999;z-index:var(--toastify-z-index)}.Toastify__progress-bar--animated{-webkit-animation:Toastify__trackProgress linear 1 forwards;animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:-webkit-transform .2s;transition:transform .2s;transition:transform .2s,-webkit-transform .2s}.Toastify__progress-bar--rtl{left:auto;right:0;-webkit-transform-origin:right;transform-origin:right}.Toastify__spinner{-webkit-animation:Toastify__spin .65s linear infinite;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}@-webkit-keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:none;transform:none}}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:none;transform:none}}@-webkit-keyframes Toastify__bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@-webkit-keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:none;transform:none}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:none;transform:none}}@-webkit-keyframes Toastify__bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@-webkit-keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes Toastify__bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@-webkit-keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:none;transform:none}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:none;transform:none}}@-webkit-keyframes Toastify__bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes Toastify__bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{-webkit-animation-name:Toastify__bounceInLeft;animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{-webkit-animation-name:Toastify__bounceInRight;animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{-webkit-animation-name:Toastify__bounceInDown;animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{-webkit-animation-name:Toastify__bounceInUp;animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{-webkit-animation-name:Toastify__bounceOutLeft;animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{-webkit-animation-name:Toastify__bounceOutRight;animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{-webkit-animation-name:Toastify__bounceOutUp;animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{-webkit-animation-name:Toastify__bounceOutDown;animation-name:Toastify__bounceOutDown}@-webkit-keyframes Toastify__zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@-webkit-keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{-webkit-animation-name:Toastify__zoomIn;animation-name:Toastify__zoomIn}.Toastify__zoom-exit{-webkit-animation-name:Toastify__zoomOut;animation-name:Toastify__zoomOut}@-webkit-keyframes Toastify__flipIn{0%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0;-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg)}40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg)}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes Toastify__flipIn{0%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0;-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg)}40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg)}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@-webkit-keyframes Toastify__flipOut{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{opacity:1;-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}to{opacity:0;-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg)}}@keyframes Toastify__flipOut{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{opacity:1;-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}to{opacity:0;-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg)}}.Toastify__flip-enter{-webkit-animation-name:Toastify__flipIn;animation-name:Toastify__flipIn}.Toastify__flip-exit{-webkit-animation-name:Toastify__flipOut;animation-name:Toastify__flipOut}@-webkit-keyframes Toastify__slideInRight{0%{-webkit-transform:translate3d(110%,0,0);transform:translate3d(110%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes Toastify__slideInRight{0%{-webkit-transform:translate3d(110%,0,0);transform:translate3d(110%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes Toastify__slideInLeft{0%{-webkit-transform:translate3d(-110%,0,0);transform:translate3d(-110%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{-webkit-transform:translate3d(-110%,0,0);transform:translate3d(-110%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes Toastify__slideInUp{0%{-webkit-transform:translate3d(0,110%,0);transform:translate3d(0,110%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{-webkit-transform:translate3d(0,110%,0);transform:translate3d(0,110%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes Toastify__slideInDown{0%{-webkit-transform:translate3d(0,-110%,0);transform:translate3d(0,-110%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{-webkit-transform:translate3d(0,-110%,0);transform:translate3d(0,-110%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes Toastify__slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(110%,0,0);transform:translate3d(110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(110%,0,0);transform:translate3d(110%,0,0);visibility:hidden}}@-webkit-keyframes Toastify__slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(-110%,0,0);transform:translate3d(-110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(-110%,0,0);transform:translate3d(-110%,0,0);visibility:hidden}}@-webkit-keyframes Toastify__slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,500px,0);transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,500px,0);transform:translate3d(0,500px,0);visibility:hidden}}@-webkit-keyframes Toastify__slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,-500px,0);transform:translate3d(0,-500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,-500px,0);transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{-webkit-animation-name:Toastify__slideInLeft;animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{-webkit-animation-name:Toastify__slideInRight;animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{-webkit-animation-name:Toastify__slideInDown;animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{-webkit-animation-name:Toastify__slideInUp;animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{-webkit-animation-name:Toastify__slideOutLeft;animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{-webkit-animation-name:Toastify__slideOutRight;animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{-webkit-animation-name:Toastify__slideOutUp;animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{-webkit-animation-name:Toastify__slideOutDown;animation-name:Toastify__slideOutDown}@-webkit-keyframes Toastify__spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes Toastify__spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.Layout_layout__\+nPRX{position:relative}.Layout_header__TyB9T{align-items:center;box-shadow:0 2px 4px rgba(0,0,0,.2);display:flex;height:4rem;justify-content:space-between;padding:0 1.25rem 0 5rem}.Layout_header__TyB9T svg{height:40px;width:40px}.Layout_header__TyB9T .Layout_languages__9uOCE,.Layout_header__TyB9T .Layout_right__HPbIu{align-items:center;display:flex}.Layout_header__TyB9T .Layout_languages__9uOCE li{align-items:center;border:1px solid #8d8d8d;border-radius:100%;color:#8d8d8d;cursor:pointer;display:flex;font-size:14px;height:2rem;justify-content:center;margin-left:1rem;padding:.5rem;text-transform:uppercase;width:2rem}.Layout_header__TyB9T .Layout_languages__9uOCE .Layout_active__ypKso,.Layout_header__TyB9T .Layout_languages__9uOCE li:hover{border-color:#29394d;color:#29394d}.Layout_header__TyB9T .Layout_userAvatar__sSC8K{border-radius:100%;margin-left:1.5rem;position:relative}.Layout_header__TyB9T .Layout_userAvatar__sSC8K .Layout_avatar__AQaUD{align-items:center;background-color:#8d8d8d;background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:100%;color:#fff;display:flex;font-size:1.5rem;height:3.25rem;justify-content:center;letter-spacing:1.5px;width:3.25rem}.Layout_header__TyB9T .Layout_userAvatar__sSC8K .Layout_popup__NSHMZ{background-color:#fff;bottom:0;box-shadow:0 2px 4px rgba(0,0,0,.2);display:none;height:-webkit-max-content;height:max-content;padding:1rem .75rem;position:absolute;right:2%;-webkit-transform:translateY(100%);transform:translateY(100%);width:-webkit-max-content;width:max-content;z-index:99}.Layout_header__TyB9T .Layout_userAvatar__sSC8K .Layout_popup__NSHMZ .Layout_languages__9uOCE{border-bottom:1px solid #b2bcc6;border-top:1px solid #b2bcc6;justify-content:center;margin:1rem 0;padding:1rem 0}.Layout_header__TyB9T .Layout_userAvatar__sSC8K .Layout_popup__NSHMZ .Layout_logout__J2z0s{align-items:center;color:#18a0fb;cursor:pointer;display:flex;font-weight:500;justify-content:center;text-transform:capitalize}.Layout_header__TyB9T .Layout_userAvatar__sSC8K:hover .Layout_popup__NSHMZ{display:block}.AppLoader_loader__ABbe9{align-items:center;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:9999}.AppLoader_loader__ABbe9 svg{height:120px;width:120px}.LoginPage_loginPage__aF1Sx{align-items:center;background-position:50%;background-repeat:no-repeat;background-size:cover;display:flex;flex-direction:column;font-weight:300;height:calc(100vh - 4rem);padding-top:3.75rem;position:relative;width:100%}.LoginPage_loginPage__aF1Sx:after{background:rgba(60,96,142,.4);content:"";height:100%;left:0;position:absolute;top:0;width:100%}.LoginPage_loginPage__aF1Sx .LoginPage_content__CrAXl{align-items:center;display:flex;flex-direction:column;position:relative;z-index:1}.LoginPage_loginPage__aF1Sx h1{color:hsla(0,0%,100%,.8);font-size:2.625rem;font-weight:300;line-height:200%;text-align:center!important}.LoginPage_loginPage__aF1Sx .LoginPage_button__gZk2H{align-items:center;background-color:#375e8f;border:1px solid #b9cde5;color:#fff;display:flex;font-size:12px;height:40px;justify-content:center;letter-spacing:1.5px;margin-top:1rem;padding:0 .5rem;text-transform:uppercase}.HomePage_homePage__Z9VOd{padding:2rem 8rem 8rem;position:relative}.HomePage_title__PqBN-{font-size:3rem;font-weight:300;margin-bottom:2.813rem}.HomePage_actions_search__o5iDB{align-items:flex-end;display:flex;justify-content:space-between;margin-bottom:1rem}.HomePage_actions__4buiS{align-items:center;display:flex}.HomePage_actions__4buiS .HomePage_disabled__UroCF{cursor:not-allowed;opacity:.7}.HomePage_actions__4buiS .HomePage_disabled__UroCF:hover,.HomePage_btn__tCmuV{background-color:transparent;color:#5081be}.HomePage_btn__tCmuV{align-items:center;border:1px solid rgba(80,129,190,.8);border-radius:2px;display:flex;font-size:.9rem;font-weight:300;height:38px;letter-spacing:.085rem;margin-right:.25rem;padding-left:10px;padding-right:10px;transition:background-color .2s ease-out,color .2s ease-out}.HomePage_btn__tCmuV svg{margin-right:.5rem}.HomePage_btn__tCmuV:hover{background-color:#5081be;color:#fff}.HomePage_search__kzUI8{background:transparent;border:none;border-bottom:1px solid #8d8d8d;font-size:1.25rem;height:38px;outline:none;padding:.25rem;width:25rem}.HomePage_search__kzUI8:focus{border-color:#18a0fb}.HomePage_filters_container__FWl7J{align-items:flex-end;display:flex;flex-direction:column;width:100%}.HomePage_filters_container__FWl7J .HomePage_actions__4buiS{align-items:center;background-color:#f6f9fc;display:flex;margin-left:auto}.HomePage_filters_container__FWl7J .HomePage_actions__4buiS div{cursor:pointer;padding:.5rem .75rem 0}.HomePage_filters_container__FWl7J .HomePage_actions__4buiS svg{height:1rem}.HomePage_filters_container__FWl7J .HomePage_actions__4buiS .HomePage_close__6qN4R svg{height:1.3rem}.HomePage_filters__Gi8aW{background-color:#f6f9fc;display:flex;margin-bottom:2rem;padding:1rem;width:100%}.HomePage_filters__Gi8aW .HomePage_filter__bm3CM{align-items:center;display:flex;margin-right:1.5rem}.HomePage_filters__Gi8aW .HomePage_filter__bm3CM:last-child{margin-bottom:0}.HomePage_filters__Gi8aW .HomePage_filter__bm3CM input,.HomePage_filters__Gi8aW .HomePage_filter__bm3CM label{cursor:pointer}.HomePage_filters__Gi8aW .HomePage_filter__bm3CM input{margin-right:.25rem}.HomePage_table_data__-NICN{display:flex;flex-direction:column}.HomePage_table_data__-NICN .HomePage_limit__RlIux{font-size:1rem;margin-bottom:1rem;margin-left:auto;width:8rem}.HomePage_table_data__-NICN .HomePage_tags_table__-WmWm thead{background-color:#f6f9fc}.HomePage_table_data__-NICN .HomePage_tags_table__-WmWm thead th{font-size:14px;font-weight:500;padding:1rem 0;text-align:center!important;text-transform:capitalize}.HomePage_table_data__-NICN .HomePage_tags_table__-WmWm tbody tr:hover{background-color:rgba(80,129,190,.1)}.HomePage_table_data__-NICN .HomePage_tags_table__-WmWm .HomePage_cell__gndn6{font-weight:500;padding:.75rem .5rem;text-align:center!important}.HomePage_table_data__-NICN .HomePage_tags_table__-WmWm .HomePage_cell__gndn6 .HomePage_namesList__eKmlZ li:first-child{color:#3a87ad}.HomePage_table_data__-NICN .HomePage_tags_table__-WmWm .HomePage_cell__gndn6 .HomePage_namesList__eKmlZ li:nth-child(2){color:#acc460}.HomePage_table_data__-NICN .HomePage_tags_table__-WmWm .HomePage_cell__gndn6 .HomePage_namesList__eKmlZ li:nth-child(3){color:#f90}.HomePage_table_data__-NICN .HomePage_tags_table__-WmWm .HomePage_cell__gndn6 svg{color:#5081be;height:1rem;margin:0 .5rem}.HomePage_fetchingMask__NA\+o6{background-color:hsla(0,0%,100%,.388);height:100%;left:0;position:absolute;top:0;width:100%;z-index:9999}.HomePage_not_found__V2llU{display:flex;font-weight:500;justify-content:center;padding:.5rem 0;width:100%}.HomePage_pagination_container__\+fcgV{align-items:center;display:flex;justify-content:center;margin-top:1rem;position:relative}.HomePage_pagination_container__\+fcgV .HomePage_text_span__QKq8D{font-size:14px;left:0;position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.HomePage_pagination_container__\+fcgV .HomePage_pagination__Szy\+8{align-items:center;display:flex;margin-left:1rem}.HomePage_pagination_container__\+fcgV .HomePage_pagination__Szy\+8 li{margin:0 .1rem}.HomePage_pagination_container__\+fcgV .HomePage_pagination__Szy\+8 li button{background-color:transparent;border:none;border-radius:4px;color:#3a87ad;font-size:14px;font-weight:600;letter-spacing:.085rem;padding:.5rem .75rem;text-transform:uppercase;transition:background-color .2s ease-out,color .2s ease-out}.HomePage_pagination_container__\+fcgV .HomePage_pagination__Szy\+8 li .HomePage_active__DgSeZ,.HomePage_pagination_container__\+fcgV .HomePage_pagination__Szy\+8 li button:hover{background-color:#3a87ad;box-shadow:0 0 10px #d5d5d5;color:#fff}.HomePage_pagination_container__\+fcgV .HomePage_pagination__Szy\+8 li .HomePage_disabled__UroCF{cursor:not-allowed;opacity:.7}.HomePage_pagination_container__\+fcgV .HomePage_pagination__Szy\+8 li .HomePage_disabled__UroCF:hover{background:transparent;box-shadow:none;color:#3a87ad;cursor:not-allowed;opacity:.7}.HomePage_synonym_btn__TArlM{align-items:center;background:transparent;border:none;display:flex;justify-content:center;margin:auto;outline:none}.HomePage_synonym_btn__TArlM svg{color:#5081be!important;height:1rem!important}.HomePage_associate__BZWBb{align-items:center;display:flex;margin:1rem 0 -1rem}.HomePage_associate__BZWBb span{margin-right:1rem}.HomePage_associate__BZWBb .HomePage_select_container__LyAnN{width:25%}.HomePage_associate__BZWBb .HomePage_btn__tCmuV{margin-left:.5rem}.SynonymsModal_modal__HMYWp{width:60vw!important}.SynonymsModal_content__oHmPd{max-height:60vh;overflow-y:scroll;width:100%}.SynonymsModal_table__KaPhx{width:100%}.SynonymsModal_table__KaPhx thead{background-color:#f6f9fc}.SynonymsModal_table__KaPhx thead th{font-size:14px;font-weight:500;padding:1rem 0;text-align:center!important;text-transform:capitalize}.SynonymsModal_table__KaPhx tbody tr:hover{background-color:rgba(80,129,190,.1)}.SynonymsModal_table__KaPhx .SynonymsModal_cell__DSxFC{font-weight:500;padding:.75rem .5rem;text-align:center!important}.MergeModal_modal__zxE5Z{width:40vw!important}.MergeModal_question__xednk{font-size:1.25rem;margin:1rem 0}select{font-size:1rem;margin-bottom:.5rem;padding:.5rem}.MergeModal_inputForm__SLHG7{align-items:center;display:flex;font-size:1rem}.MergeModal_inputForm__SLHG7 input{cursor:pointer;margin-right:.5rem}.MergeModal_inputForm__SLHG7 label{cursor:pointer}.MergeModal_actions__EVUwU{align-items:center;display:flex;justify-content:flex-end;margin-top:1.5rem}.MergeModal_actions__EVUwU .MergeModal_btn__Z8wGz{align-items:center;background-color:transparent;border:1px solid rgba(80,129,190,.8);border-radius:2px;color:#5081be;display:flex;font-size:.9rem;font-weight:300;height:38px;letter-spacing:.085rem;margin-left:.5rem;padding-left:10px;padding-right:10px;transition:background-color .2s ease-out,color .2s ease-out}.MergeModal_actions__EVUwU .MergeModal_btn__Z8wGz:hover{background-color:#5081be;color:#fff}.VerificationModal_modal__9SN6T{width:60vw!important}.VerificationModal_content__rrddB{width:100%}.VerificationModal_table__Mu\+30 thead{background-color:#f6f9fc}.VerificationModal_table__Mu\+30 thead th{font-size:14px;font-weight:500;padding:1rem 0;text-align:center!important;text-transform:capitalize}.VerificationModal_table__Mu\+30 tbody tr:hover{background-color:rgba(80,129,190,.1)}.VerificationModal_table__Mu\+30 .VerificationModal_cell__JVRS1{font-weight:500;padding:.75rem .5rem;text-align:center!important}.VerificationModal_table__Mu\+30 .VerificationModal_cell__JVRS1 .VerificationModal_namesList__Q7Ao7 li:first-child{color:#3a87ad}.VerificationModal_table__Mu\+30 .VerificationModal_cell__JVRS1 .VerificationModal_namesList__Q7Ao7 li:nth-child(2){color:#acc460}.VerificationModal_table__Mu\+30 .VerificationModal_cell__JVRS1 .VerificationModal_namesList__Q7Ao7 li:nth-child(3){color:#f90}.VerificationModal_table__Mu\+30 .VerificationModal_cell__JVRS1 svg{color:#5081be;height:1rem;margin:0 .5rem}.VerificationModal_table__Mu\+30 tbody{display:block;max-height:50vh;overflow:auto}.VerificationModal_table__Mu\+30 tbody tr,.VerificationModal_table__Mu\+30 thead{display:table;table-layout:fixed;width:100%}.VerificationModal_btn__OEx6R{align-items:center;background-color:transparent;border:1px solid rgba(80,129,190,.8);border-radius:2px;color:#5081be;display:flex;font-size:.9rem;font-weight:300;height:38px;letter-spacing:.085rem;padding-left:10px;padding-right:10px;transition:background-color .2s ease-out,color .2s ease-out}.VerificationModal_btn__OEx6R:hover{background-color:#5081be;color:#fff}.VerificationModal_bottom_actions__yK9VE,.VerificationModal_top_actions__wTzBH{align-items:center;display:flex;margin:1.5rem 0}.VerificationModal_bottom_actions__yK9VE .VerificationModal_disabled__jkzQQ,.VerificationModal_top_actions__wTzBH .VerificationModal_disabled__jkzQQ{cursor:not-allowed;opacity:.7}.VerificationModal_bottom_actions__yK9VE .VerificationModal_disabled__jkzQQ:hover,.VerificationModal_top_actions__wTzBH .VerificationModal_disabled__jkzQQ:hover{background-color:transparent;color:#5081be}.VerificationModal_bottom_actions__yK9VE .VerificationModal_active__vWQf7,.VerificationModal_top_actions__wTzBH .VerificationModal_active__vWQf7{background-color:#5081be;color:#fff}.VerificationModal_top_actions__wTzBH .VerificationModal_btn__OEx6R{margin-right:.5rem}.VerificationModal_bottom_actions__yK9VE{justify-content:flex-end;margin-bottom:0}.VerificationModal_bottom_actions__yK9VE .VerificationModal_btn__OEx6R{margin-left:.5rem}.VerificationModal_not_found__YPmF5{display:flex;font-weight:500;justify-content:center;padding:.5rem 0;width:100%}.VerificationModal_fetchingMask__ZRm1y{background-color:hsla(0,0%,100%,.388);height:100%;left:0;position:absolute;top:0;width:100%;z-index:9999}.CreateTagModal_modal__hAGkB{width:50vw!important}.CreateTagModal_content__qC9ej{height:82vh;overflow:scroll;position:relative;width:100%}.CreateTagModal_loadingCover__wRYk1{background-color:hsla(0,0%,100%,.388);height:100%;left:0;position:absolute;top:0;width:100%;z-index:9999}.CreateTagModal_btn__Nh41Y{align-items:center;background-color:transparent;border:1px solid rgba(80,129,190,.8);border-radius:2px;color:#5081be;display:flex;font-size:.9rem;font-weight:300;height:38px;letter-spacing:.085rem;padding-left:10px;padding-right:10px;transition:background-color .2s ease-out,color .2s ease-out}.CreateTagModal_btn__Nh41Y:hover{background-color:#5081be;color:#fff}.CreateTagModal_actions__GFf27{align-items:center;display:flex;justify-content:flex-end;margin-bottom:2rem}.CreateTagModal_actions__GFf27 .CreateTagModal_btn__Nh41Y{margin-left:.25rem}.CreateTagModal_tags_inputs__tig3m{align-items:center;display:flex;justify-content:space-between;margin-bottom:1rem}.CreateTagModal_tags_inputs__tig3m .CreateTagModal_formInput__UN\+x2{display:flex;flex-direction:column;font-size:14px;width:30%}.CreateTagModal_tags_inputs__tig3m .CreateTagModal_formInput__UN\+x2 label{color:rgba(0,0,0,.4);display:block;text-transform:uppercase}.CreateTagModal_tags_inputs__tig3m .CreateTagModal_formInput__UN\+x2 input{background:transparent;border:none;border-bottom:1px solid #8d8d8d;outline:none;padding:.25rem;width:100%}.CreateTagModal_tags_inputs__tig3m .CreateTagModal_formInput__UN\+x2 input:focus{border-color:#18a0fb}.CreateTagModal_tags_inputs__tig3m .CreateTagModal_formInput__UN\+x2 .CreateTagModal_err__rloRr{border-color:red}.CreateTagModal_synonyms_area__xyTJD{border:1px solid rgba(0,0,0,.125);border-radius:.25rem;display:flex;flex-direction:column;width:100%}.CreateTagModal_synonyms_area__xyTJD .CreateTagModal_title__xbqGn{align-items:center;background-color:#f7f7f7;color:rgba(0,0,0,.54);display:flex;font-size:1.75rem;justify-content:center;margin-bottom:1rem;padding:.5rem 0}.CreateTagModal_synonyms_area__xyTJD .CreateTagModal_add_btn__6Crvr{margin-bottom:1.5rem;margin-left:auto;margin-right:1rem}.CreateTagModal_synonyms_area__xyTJD .CreateTagModal_add_btn__6Crvr svg{height:1rem;margin-right:1rem}.CreateTagModal_synonyms_area__xyTJD .CreateTagModal_table__z3kDq thead{background-color:#f6f9fc}.CreateTagModal_synonyms_area__xyTJD .CreateTagModal_table__z3kDq thead th{font-size:14px;font-weight:500;padding:1rem;text-align:center!important;text-transform:capitalize}.CreateTagModal_synonyms_area__xyTJD .CreateTagModal_table__z3kDq .CreateTagModal_grey__SGqEd{background-color:#f2f2f2}.CreateTagModal_synonyms_area__xyTJD .CreateTagModal_table__z3kDq td{font-weight:500;text-align:center!important}.CreateTagModal_synonyms_area__xyTJD .CreateTagModal_table__z3kDq td svg{color:#5081be;height:1rem;margin:0 1rem}.CreateTagModal_synonyms_area__xyTJD .CreateTagModal_table__z3kDq td input{background:transparent;border:none;font-size:1rem;height:100%;padding:1rem .5rem;width:100%}.CreateTagModal_settings__kmtPB{align-items:flex-start;display:flex;margin-top:1.5rem}.CreateTagModal_settings__kmtPB .CreateTagModal_selectInput__hqOFD{display:flex;flex-direction:column;margin-right:1.5rem}.CreateTagModal_settings__kmtPB .CreateTagModal_selectInput__hqOFD label{color:rgba(0,0,0,.54);display:block;font-weight:400;margin-bottom:.5rem;text-transform:capitalize}.CreateTagModal_settings__kmtPB .CreateTagModal_formInput__UN\+x2{display:flex;flex-direction:column;flex-grow:1;position:relative}.CreateTagModal_settings__kmtPB .CreateTagModal_formInput__UN\+x2 label{color:rgba(0,0,0,.54);display:block;font-weight:400;margin-bottom:.5rem;text-transform:capitalize}.CreateTagModal_settings__kmtPB .CreateTagModal_formInput__UN\+x2 input{background:transparent;border:none;border-bottom:1px solid #8d8d8d;font-size:1rem;outline:none;padding:.25rem;width:100%}.CreateTagModal_settings__kmtPB .CreateTagModal_formInput__UN\+x2 input:focus{border-color:#18a0fb}.CreateTagModal_settings__kmtPB .CreateTagModal_formInput__UN\+x2 .CreateTagModal_list__1H2SH{background:#fff;border:1px solid rgba(80,129,190,.8);box-shadow:0 4px 10px 0 rgba(41,57,77,.1);left:0;max-height:300px;overflow-y:scroll;position:absolute;top:100%;width:100%;z-index:1}.CreateTagModal_settings__kmtPB .CreateTagModal_formInput__UN\+x2 .CreateTagModal_list__1H2SH .CreateTagModal_loading__qpyM3{align-items:center;display:flex;justify-content:center;width:100%}.CreateTagModal_settings__kmtPB .CreateTagModal_formInput__UN\+x2 .CreateTagModal_list__1H2SH li{border-bottom:1px solid rgba(80,129,190,.8);cursor:pointer;padding:1rem .5rem}.CreateTagModal_settings__kmtPB .CreateTagModal_formInput__UN\+x2 .CreateTagModal_list__1H2SH li:last-child{border-bottom:none}.CreateTagModal_settings__kmtPB .CreateTagModal_synonymOf__6jkxi{display:flex;flex-direction:column;flex-grow:1}.CreateTagModal_settings__kmtPB .CreateTagModal_synonymOf__6jkxi label{color:rgba(0,0,0,.54);display:block;font-weight:400;margin-bottom:.5rem;text-transform:capitalize}.CreateTagModal_settings__kmtPB .CreateTagModal_synonymOf__6jkxi .CreateTagModal_flex__HTMlu{align-items:center;border:1px solid rgba(80,129,190,.8);display:flex;padding:.5rem;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.CreateTagModal_settings__kmtPB .CreateTagModal_synonymOf__6jkxi .CreateTagModal_flex__HTMlu svg{height:1rem;margin-left:1rem}.CreateTagModal_extra_settings__7BFg5{margin-top:1.5rem}.CreateTagModal_extra_settings__7BFg5 .CreateTagModal_formInput__UN\+x2{align-items:center;display:flex;font-size:1rem}.CreateTagModal_extra_settings__7BFg5 .CreateTagModal_formInput__UN\+x2 input{cursor:pointer;margin-right:.5rem}.CreateTagModal_extra_settings__7BFg5 .CreateTagModal_formInput__UN\+x2 label{cursor:pointer}.CreateTagModal_bottom__zUO8n{margin-bottom:0}.CreateTagModal_nameErr__sWzcE{color:red;margin-bottom:.5rem;margin-top:-.5rem}.CreateTagModal_errorBanner__A41R\+{align-items:center;background-color:#f8d7db;border:1px solid #721c24;border-radius:4px;color:#721c24;display:flex;font-size:1rem;justify-content:center;margin-bottom:1rem;margin-top:-1rem;padding:1rem;width:100%}.CreateTagModal_flex__HTMlu{align-items:center;display:flex;justify-content:space-between;margin:.5rem 0}.CreateTagModal_flex__HTMlu .CreateTagModal_themeSelect__3zGpL{align-items:flex-start;display:flex;flex-direction:column;width:48%}.CreateTagModal_flex__HTMlu .CreateTagModal_themeSelect__3zGpL label{color:rgba(0,0,0,.54)}.CreateTagModal_flex__HTMlu .CreateTagModal_select_container__k-5m0{margin-top:.25rem;width:100%}.CreateTagModal_associate__4dvEo{align-items:center;display:flex;margin:1rem 0 -1rem}.CreateTagModal_associate__4dvEo span{margin-right:1rem}.CreateTagModal_associate__4dvEo .CreateTagModal_select_container__k-5m0{flex-grow:1}.grid-container{margin-left:auto;margin-right:auto;max-width:75rem;padding-left:.625rem;padding-right:.625rem}@media print,screen and (min-width:40em){.grid-container{padding-left:.9375rem;padding-right:.9375rem}}.grid-container.fluid{margin-left:auto;margin-right:auto;max-width:100%;padding-left:.625rem;padding-right:.625rem}@media print,screen and (min-width:40em){.grid-container.fluid{padding-left:.9375rem;padding-right:.9375rem}}.grid-container.full{margin-left:auto;margin-right:auto;max-width:100%;padding-left:0;padding-right:0}.grid-x{display:flex;flex-flow:row wrap}.cell{flex:0 0 auto;min-height:0;min-width:0;width:100%}.cell.auto{flex:1 1}.cell.shrink{flex:0 0 auto}.grid-x>.auto,.grid-x>.shrink{width:auto}.grid-x>.small-1,.grid-x>.small-10,.grid-x>.small-11,.grid-x>.small-12,.grid-x>.small-2,.grid-x>.small-3,.grid-x>.small-4,.grid-x>.small-5,.grid-x>.small-6,.grid-x>.small-7,.grid-x>.small-8,.grid-x>.small-9,.grid-x>.small-full,.grid-x>.small-shrink{flex-basis:auto}@media print,screen and (min-width:40em){.grid-x>.medium-1,.grid-x>.medium-10,.grid-x>.medium-11,.grid-x>.medium-12,.grid-x>.medium-2,.grid-x>.medium-3,.grid-x>.medium-4,.grid-x>.medium-5,.grid-x>.medium-6,.grid-x>.medium-7,.grid-x>.medium-8,.grid-x>.medium-9,.grid-x>.medium-full,.grid-x>.medium-shrink{flex-basis:auto}}@media print,screen and (min-width:64em){.grid-x>.large-1,.grid-x>.large-10,.grid-x>.large-11,.grid-x>.large-12,.grid-x>.large-2,.grid-x>.large-3,.grid-x>.large-4,.grid-x>.large-5,.grid-x>.large-6,.grid-x>.large-7,.grid-x>.large-8,.grid-x>.large-9,.grid-x>.large-full,.grid-x>.large-shrink{flex-basis:auto}}.grid-x>.small-1,.grid-x>.small-10,.grid-x>.small-11,.grid-x>.small-12,.grid-x>.small-2,.grid-x>.small-3,.grid-x>.small-4,.grid-x>.small-5,.grid-x>.small-6,.grid-x>.small-7,.grid-x>.small-8,.grid-x>.small-9{flex:0 0 auto}.grid-x>.small-1{width:8.33333%}.grid-x>.small-2{width:16.66667%}.grid-x>.small-3{width:25%}.grid-x>.small-4{width:33.33333%}.grid-x>.small-5{width:41.66667%}.grid-x>.small-6{width:50%}.grid-x>.small-7{width:58.33333%}.grid-x>.small-8{width:66.66667%}.grid-x>.small-9{width:75%}.grid-x>.small-10{width:83.33333%}.grid-x>.small-11{width:91.66667%}.grid-x>.small-12{width:100%}@media print,screen and (min-width:40em){.grid-x>.medium-auto{flex:1 1;width:auto}.grid-x>.medium-1,.grid-x>.medium-10,.grid-x>.medium-11,.grid-x>.medium-12,.grid-x>.medium-2,.grid-x>.medium-3,.grid-x>.medium-4,.grid-x>.medium-5,.grid-x>.medium-6,.grid-x>.medium-7,.grid-x>.medium-8,.grid-x>.medium-9,.grid-x>.medium-shrink{flex:0 0 auto}.grid-x>.medium-shrink{width:auto}.grid-x>.medium-1{width:8.33333%}.grid-x>.medium-2{width:16.66667%}.grid-x>.medium-3{width:25%}.grid-x>.medium-4{width:33.33333%}.grid-x>.medium-5{width:41.66667%}.grid-x>.medium-6{width:50%}.grid-x>.medium-7{width:58.33333%}.grid-x>.medium-8{width:66.66667%}.grid-x>.medium-9{width:75%}.grid-x>.medium-10{width:83.33333%}.grid-x>.medium-11{width:91.66667%}.grid-x>.medium-12{width:100%}}@media print,screen and (min-width:64em){.grid-x>.large-auto{flex:1 1;width:auto}.grid-x>.large-1,.grid-x>.large-10,.grid-x>.large-11,.grid-x>.large-12,.grid-x>.large-2,.grid-x>.large-3,.grid-x>.large-4,.grid-x>.large-5,.grid-x>.large-6,.grid-x>.large-7,.grid-x>.large-8,.grid-x>.large-9,.grid-x>.large-shrink{flex:0 0 auto}.grid-x>.large-shrink{width:auto}.grid-x>.large-1{width:8.33333%}.grid-x>.large-2{width:16.66667%}.grid-x>.large-3{width:25%}.grid-x>.large-4{width:33.33333%}.grid-x>.large-5{width:41.66667%}.grid-x>.large-6{width:50%}.grid-x>.large-7{width:58.33333%}.grid-x>.large-8{width:66.66667%}.grid-x>.large-9{width:75%}.grid-x>.large-10{width:83.33333%}.grid-x>.large-11{width:91.66667%}.grid-x>.large-12{width:100%}}.grid-margin-x:not(.grid-x)>.cell{width:auto}.grid-margin-y:not(.grid-y)>.cell{height:auto}.grid-margin-x{margin-left:-.625rem;margin-right:-.625rem}@media print,screen and (min-width:40em){.grid-margin-x{margin-left:-.9375rem;margin-right:-.9375rem}}.grid-margin-x>.cell{margin-left:.625rem;margin-right:.625rem;width:calc(100% - 1.25rem)}@media print,screen and (min-width:40em){.grid-margin-x>.cell{margin-left:.9375rem;margin-right:.9375rem;width:calc(100% - 1.875rem)}}.grid-margin-x>.auto,.grid-margin-x>.shrink{width:auto}.grid-margin-x>.small-1{width:calc(8.33333% - 1.25rem)}.grid-margin-x>.small-2{width:calc(16.66667% - 1.25rem)}.grid-margin-x>.small-3{width:calc(25% - 1.25rem)}.grid-margin-x>.small-4{width:calc(33.33333% - 1.25rem)}.grid-margin-x>.small-5{width:calc(41.66667% - 1.25rem)}.grid-margin-x>.small-6{width:calc(50% - 1.25rem)}.grid-margin-x>.small-7{width:calc(58.33333% - 1.25rem)}.grid-margin-x>.small-8{width:calc(66.66667% - 1.25rem)}.grid-margin-x>.small-9{width:calc(75% - 1.25rem)}.grid-margin-x>.small-10{width:calc(83.33333% - 1.25rem)}.grid-margin-x>.small-11{width:calc(91.66667% - 1.25rem)}.grid-margin-x>.small-12{width:calc(100% - 1.25rem)}@media print,screen and (min-width:40em){.grid-margin-x>.auto,.grid-margin-x>.shrink{width:auto}.grid-margin-x>.small-1{width:calc(8.33333% - 1.875rem)}.grid-margin-x>.small-2{width:calc(16.66667% - 1.875rem)}.grid-margin-x>.small-3{width:calc(25% - 1.875rem)}.grid-margin-x>.small-4{width:calc(33.33333% - 1.875rem)}.grid-margin-x>.small-5{width:calc(41.66667% - 1.875rem)}.grid-margin-x>.small-6{width:calc(50% - 1.875rem)}.grid-margin-x>.small-7{width:calc(58.33333% - 1.875rem)}.grid-margin-x>.small-8{width:calc(66.66667% - 1.875rem)}.grid-margin-x>.small-9{width:calc(75% - 1.875rem)}.grid-margin-x>.small-10{width:calc(83.33333% - 1.875rem)}.grid-margin-x>.small-11{width:calc(91.66667% - 1.875rem)}.grid-margin-x>.small-12{width:calc(100% - 1.875rem)}.grid-margin-x>.medium-auto,.grid-margin-x>.medium-shrink{width:auto}.grid-margin-x>.medium-1{width:calc(8.33333% - 1.875rem)}.grid-margin-x>.medium-2{width:calc(16.66667% - 1.875rem)}.grid-margin-x>.medium-3{width:calc(25% - 1.875rem)}.grid-margin-x>.medium-4{width:calc(33.33333% - 1.875rem)}.grid-margin-x>.medium-5{width:calc(41.66667% - 1.875rem)}.grid-margin-x>.medium-6{width:calc(50% - 1.875rem)}.grid-margin-x>.medium-7{width:calc(58.33333% - 1.875rem)}.grid-margin-x>.medium-8{width:calc(66.66667% - 1.875rem)}.grid-margin-x>.medium-9{width:calc(75% - 1.875rem)}.grid-margin-x>.medium-10{width:calc(83.33333% - 1.875rem)}.grid-margin-x>.medium-11{width:calc(91.66667% - 1.875rem)}.grid-margin-x>.medium-12{width:calc(100% - 1.875rem)}}@media print,screen and (min-width:64em){.grid-margin-x>.large-auto,.grid-margin-x>.large-shrink{width:auto}.grid-margin-x>.large-1{width:calc(8.33333% - 1.875rem)}.grid-margin-x>.large-2{width:calc(16.66667% - 1.875rem)}.grid-margin-x>.large-3{width:calc(25% - 1.875rem)}.grid-margin-x>.large-4{width:calc(33.33333% - 1.875rem)}.grid-margin-x>.large-5{width:calc(41.66667% - 1.875rem)}.grid-margin-x>.large-6{width:calc(50% - 1.875rem)}.grid-margin-x>.large-7{width:calc(58.33333% - 1.875rem)}.grid-margin-x>.large-8{width:calc(66.66667% - 1.875rem)}.grid-margin-x>.large-9{width:calc(75% - 1.875rem)}.grid-margin-x>.large-10{width:calc(83.33333% - 1.875rem)}.grid-margin-x>.large-11{width:calc(91.66667% - 1.875rem)}.grid-margin-x>.large-12{width:calc(100% - 1.875rem)}}.grid-padding-x .grid-padding-x{margin-left:-.625rem;margin-right:-.625rem}@media print,screen and (min-width:40em){.grid-padding-x .grid-padding-x{margin-left:-.9375rem;margin-right:-.9375rem}}.grid-container:not(.full)>.grid-padding-x{margin-left:-.625rem;margin-right:-.625rem}@media print,screen and (min-width:40em){.grid-container:not(.full)>.grid-padding-x{margin-left:-.9375rem;margin-right:-.9375rem}}.grid-padding-x>.cell{padding-left:.625rem;padding-right:.625rem}@media print,screen and (min-width:40em){.grid-padding-x>.cell{padding-left:.9375rem;padding-right:.9375rem}}.small-up-1>.cell{width:100%}.small-up-2>.cell{width:50%}.small-up-3>.cell{width:33.33333%}.small-up-4>.cell{width:25%}.small-up-5>.cell{width:20%}.small-up-6>.cell{width:16.66667%}.small-up-7>.cell{width:14.28571%}.small-up-8>.cell{width:12.5%}@media print,screen and (min-width:40em){.medium-up-1>.cell{width:100%}.medium-up-2>.cell{width:50%}.medium-up-3>.cell{width:33.33333%}.medium-up-4>.cell{width:25%}.medium-up-5>.cell{width:20%}.medium-up-6>.cell{width:16.66667%}.medium-up-7>.cell{width:14.28571%}.medium-up-8>.cell{width:12.5%}}@media print,screen and (min-width:64em){.large-up-1>.cell{width:100%}.large-up-2>.cell{width:50%}.large-up-3>.cell{width:33.33333%}.large-up-4>.cell{width:25%}.large-up-5>.cell{width:20%}.large-up-6>.cell{width:16.66667%}.large-up-7>.cell{width:14.28571%}.large-up-8>.cell{width:12.5%}}.grid-margin-x.small-up-1>.cell{width:calc(100% - 1.25rem)}.grid-margin-x.small-up-2>.cell{width:calc(50% - 1.25rem)}.grid-margin-x.small-up-3>.cell{width:calc(33.33333% - 1.25rem)}.grid-margin-x.small-up-4>.cell{width:calc(25% - 1.25rem)}.grid-margin-x.small-up-5>.cell{width:calc(20% - 1.25rem)}.grid-margin-x.small-up-6>.cell{width:calc(16.66667% - 1.25rem)}.grid-margin-x.small-up-7>.cell{width:calc(14.28571% - 1.25rem)}.grid-margin-x.small-up-8>.cell{width:calc(12.5% - 1.25rem)}@media print,screen and (min-width:40em){.grid-margin-x.small-up-1>.cell{width:calc(100% - 1.875rem)}.grid-margin-x.small-up-2>.cell{width:calc(50% - 1.875rem)}.grid-margin-x.small-up-3>.cell{width:calc(33.33333% - 1.875rem)}.grid-margin-x.small-up-4>.cell{width:calc(25% - 1.875rem)}.grid-margin-x.small-up-5>.cell{width:calc(20% - 1.875rem)}.grid-margin-x.small-up-6>.cell{width:calc(16.66667% - 1.875rem)}.grid-margin-x.small-up-7>.cell{width:calc(14.28571% - 1.875rem)}.grid-margin-x.small-up-8>.cell{width:calc(12.5% - 1.875rem)}.grid-margin-x.medium-up-1>.cell{width:calc(100% - 1.875rem)}.grid-margin-x.medium-up-2>.cell{width:calc(50% - 1.875rem)}.grid-margin-x.medium-up-3>.cell{width:calc(33.33333% - 1.875rem)}.grid-margin-x.medium-up-4>.cell{width:calc(25% - 1.875rem)}.grid-margin-x.medium-up-5>.cell{width:calc(20% - 1.875rem)}.grid-margin-x.medium-up-6>.cell{width:calc(16.66667% - 1.875rem)}.grid-margin-x.medium-up-7>.cell{width:calc(14.28571% - 1.875rem)}.grid-margin-x.medium-up-8>.cell{width:calc(12.5% - 1.875rem)}}@media print,screen and (min-width:64em){.grid-margin-x.large-up-1>.cell{width:calc(100% - 1.875rem)}.grid-margin-x.large-up-2>.cell{width:calc(50% - 1.875rem)}.grid-margin-x.large-up-3>.cell{width:calc(33.33333% - 1.875rem)}.grid-margin-x.large-up-4>.cell{width:calc(25% - 1.875rem)}.grid-margin-x.large-up-5>.cell{width:calc(20% - 1.875rem)}.grid-margin-x.large-up-6>.cell{width:calc(16.66667% - 1.875rem)}.grid-margin-x.large-up-7>.cell{width:calc(14.28571% - 1.875rem)}.grid-margin-x.large-up-8>.cell{width:calc(12.5% - 1.875rem)}}.small-margin-collapse,.small-margin-collapse>.cell{margin-left:0;margin-right:0}.small-margin-collapse>.small-1{width:8.33333%}.small-margin-collapse>.small-2{width:16.66667%}.small-margin-collapse>.small-3{width:25%}.small-margin-collapse>.small-4{width:33.33333%}.small-margin-collapse>.small-5{width:41.66667%}.small-margin-collapse>.small-6{width:50%}.small-margin-collapse>.small-7{width:58.33333%}.small-margin-collapse>.small-8{width:66.66667%}.small-margin-collapse>.small-9{width:75%}.small-margin-collapse>.small-10{width:83.33333%}.small-margin-collapse>.small-11{width:91.66667%}.small-margin-collapse>.small-12{width:100%}@media print,screen and (min-width:40em){.small-margin-collapse>.medium-1{width:8.33333%}.small-margin-collapse>.medium-2{width:16.66667%}.small-margin-collapse>.medium-3{width:25%}.small-margin-collapse>.medium-4{width:33.33333%}.small-margin-collapse>.medium-5{width:41.66667%}.small-margin-collapse>.medium-6{width:50%}.small-margin-collapse>.medium-7{width:58.33333%}.small-margin-collapse>.medium-8{width:66.66667%}.small-margin-collapse>.medium-9{width:75%}.small-margin-collapse>.medium-10{width:83.33333%}.small-margin-collapse>.medium-11{width:91.66667%}.small-margin-collapse>.medium-12{width:100%}}@media print,screen and (min-width:64em){.small-margin-collapse>.large-1{width:8.33333%}.small-margin-collapse>.large-2{width:16.66667%}.small-margin-collapse>.large-3{width:25%}.small-margin-collapse>.large-4{width:33.33333%}.small-margin-collapse>.large-5{width:41.66667%}.small-margin-collapse>.large-6{width:50%}.small-margin-collapse>.large-7{width:58.33333%}.small-margin-collapse>.large-8{width:66.66667%}.small-margin-collapse>.large-9{width:75%}.small-margin-collapse>.large-10{width:83.33333%}.small-margin-collapse>.large-11{width:91.66667%}.small-margin-collapse>.large-12{width:100%}}.small-padding-collapse{margin-left:0;margin-right:0}.small-padding-collapse>.cell{padding-left:0;padding-right:0}@media print,screen and (min-width:40em){.medium-margin-collapse,.medium-margin-collapse>.cell{margin-left:0;margin-right:0}.medium-margin-collapse>.small-1{width:8.33333%}.medium-margin-collapse>.small-2{width:16.66667%}.medium-margin-collapse>.small-3{width:25%}.medium-margin-collapse>.small-4{width:33.33333%}.medium-margin-collapse>.small-5{width:41.66667%}.medium-margin-collapse>.small-6{width:50%}.medium-margin-collapse>.small-7{width:58.33333%}.medium-margin-collapse>.small-8{width:66.66667%}.medium-margin-collapse>.small-9{width:75%}.medium-margin-collapse>.small-10{width:83.33333%}.medium-margin-collapse>.small-11{width:91.66667%}.medium-margin-collapse>.small-12{width:100%}.medium-margin-collapse>.medium-1{width:8.33333%}.medium-margin-collapse>.medium-2{width:16.66667%}.medium-margin-collapse>.medium-3{width:25%}.medium-margin-collapse>.medium-4{width:33.33333%}.medium-margin-collapse>.medium-5{width:41.66667%}.medium-margin-collapse>.medium-6{width:50%}.medium-margin-collapse>.medium-7{width:58.33333%}.medium-margin-collapse>.medium-8{width:66.66667%}.medium-margin-collapse>.medium-9{width:75%}.medium-margin-collapse>.medium-10{width:83.33333%}.medium-margin-collapse>.medium-11{width:91.66667%}.medium-margin-collapse>.medium-12{width:100%}}@media print,screen and (min-width:64em){.medium-margin-collapse>.large-1{width:8.33333%}.medium-margin-collapse>.large-2{width:16.66667%}.medium-margin-collapse>.large-3{width:25%}.medium-margin-collapse>.large-4{width:33.33333%}.medium-margin-collapse>.large-5{width:41.66667%}.medium-margin-collapse>.large-6{width:50%}.medium-margin-collapse>.large-7{width:58.33333%}.medium-margin-collapse>.large-8{width:66.66667%}.medium-margin-collapse>.large-9{width:75%}.medium-margin-collapse>.large-10{width:83.33333%}.medium-margin-collapse>.large-11{width:91.66667%}.medium-margin-collapse>.large-12{width:100%}}@media print,screen and (min-width:40em){.medium-padding-collapse{margin-left:0;margin-right:0}.medium-padding-collapse>.cell{padding-left:0;padding-right:0}}@media print,screen and (min-width:64em){.large-margin-collapse,.large-margin-collapse>.cell{margin-left:0;margin-right:0}.large-margin-collapse>.small-1{width:8.33333%}.large-margin-collapse>.small-2{width:16.66667%}.large-margin-collapse>.small-3{width:25%}.large-margin-collapse>.small-4{width:33.33333%}.large-margin-collapse>.small-5{width:41.66667%}.large-margin-collapse>.small-6{width:50%}.large-margin-collapse>.small-7{width:58.33333%}.large-margin-collapse>.small-8{width:66.66667%}.large-margin-collapse>.small-9{width:75%}.large-margin-collapse>.small-10{width:83.33333%}.large-margin-collapse>.small-11{width:91.66667%}.large-margin-collapse>.small-12{width:100%}.large-margin-collapse>.medium-1{width:8.33333%}.large-margin-collapse>.medium-2{width:16.66667%}.large-margin-collapse>.medium-3{width:25%}.large-margin-collapse>.medium-4{width:33.33333%}.large-margin-collapse>.medium-5{width:41.66667%}.large-margin-collapse>.medium-6{width:50%}.large-margin-collapse>.medium-7{width:58.33333%}.large-margin-collapse>.medium-8{width:66.66667%}.large-margin-collapse>.medium-9{width:75%}.large-margin-collapse>.medium-10{width:83.33333%}.large-margin-collapse>.medium-11{width:91.66667%}.large-margin-collapse>.medium-12{width:100%}.large-margin-collapse>.large-1{width:8.33333%}.large-margin-collapse>.large-2{width:16.66667%}.large-margin-collapse>.large-3{width:25%}.large-margin-collapse>.large-4{width:33.33333%}.large-margin-collapse>.large-5{width:41.66667%}.large-margin-collapse>.large-6{width:50%}.large-margin-collapse>.large-7{width:58.33333%}.large-margin-collapse>.large-8{width:66.66667%}.large-margin-collapse>.large-9{width:75%}.large-margin-collapse>.large-10{width:83.33333%}.large-margin-collapse>.large-11{width:91.66667%}.large-margin-collapse>.large-12{width:100%}.large-padding-collapse{margin-left:0;margin-right:0}.large-padding-collapse>.cell{padding-left:0;padding-right:0}}.small-offset-0{margin-left:0}.grid-margin-x>.small-offset-0{margin-left:.625rem}.small-offset-1{margin-left:8.33333%}.grid-margin-x>.small-offset-1{margin-left:calc(8.33333% + .625rem)}.small-offset-2{margin-left:16.66667%}.grid-margin-x>.small-offset-2{margin-left:calc(16.66667% + .625rem)}.small-offset-3{margin-left:25%}.grid-margin-x>.small-offset-3{margin-left:calc(25% + .625rem)}.small-offset-4{margin-left:33.33333%}.grid-margin-x>.small-offset-4{margin-left:calc(33.33333% + .625rem)}.small-offset-5{margin-left:41.66667%}.grid-margin-x>.small-offset-5{margin-left:calc(41.66667% + .625rem)}.small-offset-6{margin-left:50%}.grid-margin-x>.small-offset-6{margin-left:calc(50% + .625rem)}.small-offset-7{margin-left:58.33333%}.grid-margin-x>.small-offset-7{margin-left:calc(58.33333% + .625rem)}.small-offset-8{margin-left:66.66667%}.grid-margin-x>.small-offset-8{margin-left:calc(66.66667% + .625rem)}.small-offset-9{margin-left:75%}.grid-margin-x>.small-offset-9{margin-left:calc(75% + .625rem)}.small-offset-10{margin-left:83.33333%}.grid-margin-x>.small-offset-10{margin-left:calc(83.33333% + .625rem)}.small-offset-11{margin-left:91.66667%}.grid-margin-x>.small-offset-11{margin-left:calc(91.66667% + .625rem)}@media print,screen and (min-width:40em){.medium-offset-0{margin-left:0}.grid-margin-x>.medium-offset-0{margin-left:.9375rem}.medium-offset-1{margin-left:8.33333%}.grid-margin-x>.medium-offset-1{margin-left:calc(8.33333% + .9375rem)}.medium-offset-2{margin-left:16.66667%}.grid-margin-x>.medium-offset-2{margin-left:calc(16.66667% + .9375rem)}.medium-offset-3{margin-left:25%}.grid-margin-x>.medium-offset-3{margin-left:calc(25% + .9375rem)}.medium-offset-4{margin-left:33.33333%}.grid-margin-x>.medium-offset-4{margin-left:calc(33.33333% + .9375rem)}.medium-offset-5{margin-left:41.66667%}.grid-margin-x>.medium-offset-5{margin-left:calc(41.66667% + .9375rem)}.medium-offset-6{margin-left:50%}.grid-margin-x>.medium-offset-6{margin-left:calc(50% + .9375rem)}.medium-offset-7{margin-left:58.33333%}.grid-margin-x>.medium-offset-7{margin-left:calc(58.33333% + .9375rem)}.medium-offset-8{margin-left:66.66667%}.grid-margin-x>.medium-offset-8{margin-left:calc(66.66667% + .9375rem)}.medium-offset-9{margin-left:75%}.grid-margin-x>.medium-offset-9{margin-left:calc(75% + .9375rem)}.medium-offset-10{margin-left:83.33333%}.grid-margin-x>.medium-offset-10{margin-left:calc(83.33333% + .9375rem)}.medium-offset-11{margin-left:91.66667%}.grid-margin-x>.medium-offset-11{margin-left:calc(91.66667% + .9375rem)}}@media print,screen and (min-width:64em){.large-offset-0{margin-left:0}.grid-margin-x>.large-offset-0{margin-left:.9375rem}.large-offset-1{margin-left:8.33333%}.grid-margin-x>.large-offset-1{margin-left:calc(8.33333% + .9375rem)}.large-offset-2{margin-left:16.66667%}.grid-margin-x>.large-offset-2{margin-left:calc(16.66667% + .9375rem)}.large-offset-3{margin-left:25%}.grid-margin-x>.large-offset-3{margin-left:calc(25% + .9375rem)}.large-offset-4{margin-left:33.33333%}.grid-margin-x>.large-offset-4{margin-left:calc(33.33333% + .9375rem)}.large-offset-5{margin-left:41.66667%}.grid-margin-x>.large-offset-5{margin-left:calc(41.66667% + .9375rem)}.large-offset-6{margin-left:50%}.grid-margin-x>.large-offset-6{margin-left:calc(50% + .9375rem)}.large-offset-7{margin-left:58.33333%}.grid-margin-x>.large-offset-7{margin-left:calc(58.33333% + .9375rem)}.large-offset-8{margin-left:66.66667%}.grid-margin-x>.large-offset-8{margin-left:calc(66.66667% + .9375rem)}.large-offset-9{margin-left:75%}.grid-margin-x>.large-offset-9{margin-left:calc(75% + .9375rem)}.large-offset-10{margin-left:83.33333%}.grid-margin-x>.large-offset-10{margin-left:calc(83.33333% + .9375rem)}.large-offset-11{margin-left:91.66667%}.grid-margin-x>.large-offset-11{margin-left:calc(91.66667% + .9375rem)}}.grid-y{display:flex;flex-flow:column nowrap}.grid-y>.cell{height:auto;max-height:none}.grid-y>.auto,.grid-y>.shrink{height:auto}.grid-y>.small-1,.grid-y>.small-10,.grid-y>.small-11,.grid-y>.small-12,.grid-y>.small-2,.grid-y>.small-3,.grid-y>.small-4,.grid-y>.small-5,.grid-y>.small-6,.grid-y>.small-7,.grid-y>.small-8,.grid-y>.small-9,.grid-y>.small-full,.grid-y>.small-shrink{flex-basis:auto}@media print,screen and (min-width:40em){.grid-y>.medium-1,.grid-y>.medium-10,.grid-y>.medium-11,.grid-y>.medium-12,.grid-y>.medium-2,.grid-y>.medium-3,.grid-y>.medium-4,.grid-y>.medium-5,.grid-y>.medium-6,.grid-y>.medium-7,.grid-y>.medium-8,.grid-y>.medium-9,.grid-y>.medium-full,.grid-y>.medium-shrink{flex-basis:auto}}@media print,screen and (min-width:64em){.grid-y>.large-1,.grid-y>.large-10,.grid-y>.large-11,.grid-y>.large-12,.grid-y>.large-2,.grid-y>.large-3,.grid-y>.large-4,.grid-y>.large-5,.grid-y>.large-6,.grid-y>.large-7,.grid-y>.large-8,.grid-y>.large-9,.grid-y>.large-full,.grid-y>.large-shrink{flex-basis:auto}}.grid-y>.small-1,.grid-y>.small-10,.grid-y>.small-11,.grid-y>.small-12,.grid-y>.small-2,.grid-y>.small-3,.grid-y>.small-4,.grid-y>.small-5,.grid-y>.small-6,.grid-y>.small-7,.grid-y>.small-8,.grid-y>.small-9{flex:0 0 auto}.grid-y>.small-1{height:8.33333%}.grid-y>.small-2{height:16.66667%}.grid-y>.small-3{height:25%}.grid-y>.small-4{height:33.33333%}.grid-y>.small-5{height:41.66667%}.grid-y>.small-6{height:50%}.grid-y>.small-7{height:58.33333%}.grid-y>.small-8{height:66.66667%}.grid-y>.small-9{height:75%}.grid-y>.small-10{height:83.33333%}.grid-y>.small-11{height:91.66667%}.grid-y>.small-12{height:100%}@media print,screen and (min-width:40em){.grid-y>.medium-auto{flex:1 1;height:auto}.grid-y>.medium-1,.grid-y>.medium-10,.grid-y>.medium-11,.grid-y>.medium-12,.grid-y>.medium-2,.grid-y>.medium-3,.grid-y>.medium-4,.grid-y>.medium-5,.grid-y>.medium-6,.grid-y>.medium-7,.grid-y>.medium-8,.grid-y>.medium-9,.grid-y>.medium-shrink{flex:0 0 auto}.grid-y>.medium-shrink{height:auto}.grid-y>.medium-1{height:8.33333%}.grid-y>.medium-2{height:16.66667%}.grid-y>.medium-3{height:25%}.grid-y>.medium-4{height:33.33333%}.grid-y>.medium-5{height:41.66667%}.grid-y>.medium-6{height:50%}.grid-y>.medium-7{height:58.33333%}.grid-y>.medium-8{height:66.66667%}.grid-y>.medium-9{height:75%}.grid-y>.medium-10{height:83.33333%}.grid-y>.medium-11{height:91.66667%}.grid-y>.medium-12{height:100%}}@media print,screen and (min-width:64em){.grid-y>.large-auto{flex:1 1;height:auto}.grid-y>.large-1,.grid-y>.large-10,.grid-y>.large-11,.grid-y>.large-12,.grid-y>.large-2,.grid-y>.large-3,.grid-y>.large-4,.grid-y>.large-5,.grid-y>.large-6,.grid-y>.large-7,.grid-y>.large-8,.grid-y>.large-9,.grid-y>.large-shrink{flex:0 0 auto}.grid-y>.large-shrink{height:auto}.grid-y>.large-1{height:8.33333%}.grid-y>.large-2{height:16.66667%}.grid-y>.large-3{height:25%}.grid-y>.large-4{height:33.33333%}.grid-y>.large-5{height:41.66667%}.grid-y>.large-6{height:50%}.grid-y>.large-7{height:58.33333%}.grid-y>.large-8{height:66.66667%}.grid-y>.large-9{height:75%}.grid-y>.large-10{height:83.33333%}.grid-y>.large-11{height:91.66667%}.grid-y>.large-12{height:100%}}.grid-padding-y .grid-padding-y{margin-bottom:-.625rem;margin-top:-.625rem}@media print,screen and (min-width:40em){.grid-padding-y .grid-padding-y{margin-bottom:-.9375rem;margin-top:-.9375rem}}.grid-padding-y>.cell{padding-bottom:.625rem;padding-top:.625rem}@media print,screen and (min-width:40em){.grid-padding-y>.cell{padding-bottom:.9375rem;padding-top:.9375rem}}.grid-frame{align-items:stretch;flex-wrap:nowrap;overflow:hidden;position:relative;width:100vw}.cell .grid-frame{width:100%}.cell-block{max-width:100%;overflow-x:auto}.cell-block,.cell-block-y{-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.cell-block-y{max-height:100%;min-height:100%;overflow-y:auto}.cell-block-container{display:flex;flex-direction:column;max-height:100%}.cell-block-container>.grid-x{flex-wrap:nowrap;max-height:100%}@media print,screen and (min-width:40em){.medium-grid-frame{align-items:stretch;flex-wrap:nowrap;overflow:hidden;position:relative;width:100vw}.cell .medium-grid-frame{width:100%}.medium-cell-block{-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;max-width:100%;overflow-x:auto}.medium-cell-block-container{display:flex;flex-direction:column;max-height:100%}.medium-cell-block-container>.grid-x{flex-wrap:nowrap;max-height:100%}.medium-cell-block-y{-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;max-height:100%;min-height:100%;overflow-y:auto}}@media print,screen and (min-width:64em){.large-grid-frame{align-items:stretch;flex-wrap:nowrap;overflow:hidden;position:relative;width:100vw}.cell .large-grid-frame{width:100%}.large-cell-block{-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;max-width:100%;overflow-x:auto}.large-cell-block-container{display:flex;flex-direction:column;max-height:100%}.large-cell-block-container>.grid-x{flex-wrap:nowrap;max-height:100%}.large-cell-block-y{-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;max-height:100%;min-height:100%;overflow-y:auto}}.grid-y.grid-frame{align-items:stretch;flex-wrap:nowrap;height:100vh;overflow:hidden;position:relative;width:auto}@media print,screen and (min-width:40em){.grid-y.medium-grid-frame{align-items:stretch;flex-wrap:nowrap;height:100vh;overflow:hidden;position:relative;width:auto}}@media print,screen and (min-width:64em){.grid-y.large-grid-frame{align-items:stretch;flex-wrap:nowrap;height:100vh;overflow:hidden;position:relative;width:auto}}.cell .grid-y.grid-frame{height:100%}@media print,screen and (min-width:40em){.cell .grid-y.medium-grid-frame{height:100%}}@media print,screen and (min-width:64em){.cell .grid-y.large-grid-frame{height:100%}}.grid-margin-y{margin-bottom:-.625rem;margin-top:-.625rem}@media print,screen and (min-width:40em){.grid-margin-y{margin-bottom:-.9375rem;margin-top:-.9375rem}}.grid-margin-y>.cell{height:calc(100% - 1.25rem);margin-bottom:.625rem;margin-top:.625rem}@media print,screen and (min-width:40em){.grid-margin-y>.cell{height:calc(100% - 1.875rem);margin-bottom:.9375rem;margin-top:.9375rem}}.grid-margin-y>.auto,.grid-margin-y>.shrink{height:auto}.grid-margin-y>.small-1{height:calc(8.33333% - 1.25rem)}.grid-margin-y>.small-2{height:calc(16.66667% - 1.25rem)}.grid-margin-y>.small-3{height:calc(25% - 1.25rem)}.grid-margin-y>.small-4{height:calc(33.33333% - 1.25rem)}.grid-margin-y>.small-5{height:calc(41.66667% - 1.25rem)}.grid-margin-y>.small-6{height:calc(50% - 1.25rem)}.grid-margin-y>.small-7{height:calc(58.33333% - 1.25rem)}.grid-margin-y>.small-8{height:calc(66.66667% - 1.25rem)}.grid-margin-y>.small-9{height:calc(75% - 1.25rem)}.grid-margin-y>.small-10{height:calc(83.33333% - 1.25rem)}.grid-margin-y>.small-11{height:calc(91.66667% - 1.25rem)}.grid-margin-y>.small-12{height:calc(100% - 1.25rem)}@media print,screen and (min-width:40em){.grid-margin-y>.auto,.grid-margin-y>.shrink{height:auto}.grid-margin-y>.small-1{height:calc(8.33333% - 1.875rem)}.grid-margin-y>.small-2{height:calc(16.66667% - 1.875rem)}.grid-margin-y>.small-3{height:calc(25% - 1.875rem)}.grid-margin-y>.small-4{height:calc(33.33333% - 1.875rem)}.grid-margin-y>.small-5{height:calc(41.66667% - 1.875rem)}.grid-margin-y>.small-6{height:calc(50% - 1.875rem)}.grid-margin-y>.small-7{height:calc(58.33333% - 1.875rem)}.grid-margin-y>.small-8{height:calc(66.66667% - 1.875rem)}.grid-margin-y>.small-9{height:calc(75% - 1.875rem)}.grid-margin-y>.small-10{height:calc(83.33333% - 1.875rem)}.grid-margin-y>.small-11{height:calc(91.66667% - 1.875rem)}.grid-margin-y>.small-12{height:calc(100% - 1.875rem)}.grid-margin-y>.medium-auto,.grid-margin-y>.medium-shrink{height:auto}.grid-margin-y>.medium-1{height:calc(8.33333% - 1.875rem)}.grid-margin-y>.medium-2{height:calc(16.66667% - 1.875rem)}.grid-margin-y>.medium-3{height:calc(25% - 1.875rem)}.grid-margin-y>.medium-4{height:calc(33.33333% - 1.875rem)}.grid-margin-y>.medium-5{height:calc(41.66667% - 1.875rem)}.grid-margin-y>.medium-6{height:calc(50% - 1.875rem)}.grid-margin-y>.medium-7{height:calc(58.33333% - 1.875rem)}.grid-margin-y>.medium-8{height:calc(66.66667% - 1.875rem)}.grid-margin-y>.medium-9{height:calc(75% - 1.875rem)}.grid-margin-y>.medium-10{height:calc(83.33333% - 1.875rem)}.grid-margin-y>.medium-11{height:calc(91.66667% - 1.875rem)}.grid-margin-y>.medium-12{height:calc(100% - 1.875rem)}}@media print,screen and (min-width:64em){.grid-margin-y>.large-auto,.grid-margin-y>.large-shrink{height:auto}.grid-margin-y>.large-1{height:calc(8.33333% - 1.875rem)}.grid-margin-y>.large-2{height:calc(16.66667% - 1.875rem)}.grid-margin-y>.large-3{height:calc(25% - 1.875rem)}.grid-margin-y>.large-4{height:calc(33.33333% - 1.875rem)}.grid-margin-y>.large-5{height:calc(41.66667% - 1.875rem)}.grid-margin-y>.large-6{height:calc(50% - 1.875rem)}.grid-margin-y>.large-7{height:calc(58.33333% - 1.875rem)}.grid-margin-y>.large-8{height:calc(66.66667% - 1.875rem)}.grid-margin-y>.large-9{height:calc(75% - 1.875rem)}.grid-margin-y>.large-10{height:calc(83.33333% - 1.875rem)}.grid-margin-y>.large-11{height:calc(91.66667% - 1.875rem)}.grid-margin-y>.large-12{height:calc(100% - 1.875rem)}}.grid-frame.grid-margin-y{height:calc(100vh + 1.25rem)}@media print,screen and (min-width:40em){.grid-frame.grid-margin-y{height:calc(100vh + 1.875rem)}}@media print,screen and (min-width:64em){.grid-frame.grid-margin-y{height:calc(100vh + 1.875rem)}}@media print,screen and (min-width:40em){.grid-margin-y.medium-grid-frame{height:calc(100vh + 1.875rem)}}@media print,screen and (min-width:64em){.grid-margin-y.large-grid-frame{height:calc(100vh + 1.875rem)}}@media screen and (max-width:39.9375em){.hide-for-small-only{display:none!important}}@media screen and (max-width:0em),screen and (min-width:40em){.show-for-small-only{display:none!important}}@font-face{font-display:block;font-family:tamtam-sb;font-style:normal;font-weight:400;src:url(https://tamtam.s3.eu-west-1.amazonaws.com/cdn/img/storybook/static/fonts/tamtam-sb.eot?5ha11c=);src:url(https://tamtam.s3.eu-west-1.amazonaws.com/cdn/img/storybook/static/fonts/tamtam-sb.eot?5ha11c=#iefix) format("embedded-opentype"),url(https://tamtam.s3.eu-west-1.amazonaws.com/cdn/img/storybook/static/fonts/tamtam-sb.ttf?5ha11c=) format("truetype"),url(https://tamtam.s3.eu-west-1.amazonaws.com/cdn/img/storybook/static/fonts/tamtam-sb.woff?5ha11c=) format("woff"),url(https://tamtam.s3.eu-west-1.amazonaws.com/cdn/img/storybook/static/fonts/tamtam-sb.svg?5ha11c=#tamtam-sb) format("svg")}[class*=" icon-sb-"],[class^=icon-sb-]{speak:never;-webkit-font-feature-settings:normal;font-feature-settings:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:tamtam-sb!important;font-style:normal;font-variant:normal;font-weight:400;line-height:1;text-transform:none}.icon-sb-premium:before{content:""}.icon-sb-arrow-down:before{content:""}.icon-sb-stats:before{content:""}.icon-sb-article-edit:before{content:""}.icon-sb-print:before{content:""}.icon-sb-instagram:before{content:""}.icon-sb-timetable-1:before{content:""}.icon-sb-share:before{content:""}.icon-sb-email:before{content:""}.icon-sb-chevron-up:before{content:""}.icon-sb-chevron-down:before{content:""}.icon-sb-feather:before{content:""}.icon-sb-article:before{content:""}.icon-sb-newspaper:before{content:""}.icon-sb-author:before{content:""}.icon-sb-facebook:before{color:#3b5998;content:""}.icon-sb-linkedin:before{color:#007ab9;content:""}.icon-sb-twitter:before{color:#55acee;content:""}.icon-sb-magnifier:before{content:""}.icon-sb-eye:before{content:""}.icon-sb-edit:before{content:""}.icon-sb-megaphone:before{content:""}.icon-sb-trash:before{content:""}.icon-sb-paper-airplane:before{content:""}.icon-sb-earth:before{content:""}.icon-sb-thumb-up:before{content:""}.icon-sb-thumb-down:before{content:""}.icon-sb-comment:before{content:""}.icon-sb-medias:before{content:""}.icon-sb-three-dots:before{content:""}.icon-sb-plus:before{content:""}.icon-sb-close:before{content:""}.icon-sb-check-outline:before{content:""}.icon-sb-close-outline:before{content:""}.icon-sb-plus-outline:before{content:""}.icon-sb-filter:before{content:""}.icon-sb-tools:before{content:""}.icon-sb-check:before{content:""}.icon-sb-settings:before{content:""}.icon-sb-folder:before{content:""}.icon-sb-star:before{content:""}.icon-sb-star-o:before{content:""}.icon-sb-spinner:before{content:""}.icon-sb-briefcase:before{content:""}.icon-sb-menu:before{content:""}.icon-sb-more-vertical:before{content:""}html{box-sizing:border-box}.hide{display:none!important}*,:after,:before{box-sizing:border-box}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-backface-visibility:hidden;backface-visibility:hidden;color:#8d8d8d;margin:0;padding:0}body,h1,h2,h3,h4,h5,h6{font-family:Roboto,Helvetica Neue,Helvetica,Arial,sans-serif}blockquote,dd,div,dl,dt,form,h1,h2,h3,h4,h5,h6,li,ol,p,pre,td,th,ul{margin:0;padding:0;text-align:left!important}a{color:#1779ba;cursor:pointer;line-height:inherit;outline:none;text-decoration:none}ul{list-style-type:none}@-webkit-keyframes rotation{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes rotation{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.rotating{-webkit-animation:rotation 1s linear infinite;animation:rotation 1s linear infinite}@-webkit-keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__bounceIn{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-name:bounceIn;animation-name:bounceIn}.sun-editor .se-tooltip .se-tooltip-inner{z-index:9999!important}.sun-editor-editable{padding:16px 10px!important}.editorBox,.sun-editor-editable{background-color:transparent!important;color:#29394d!important;font-family:Roboto,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica Neue,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji!important;font-size:16px!important;line-height:22px!important}.editorBox p,.sun-editor-editable p{margin-bottom:16px!important}.editorBox h2,.editorBox h3,.editorBox h4,.editorBox h5,.editorBox h6,.sun-editor-editable h2,.sun-editor-editable h3,.sun-editor-editable h4,.sun-editor-editable h5,.sun-editor-editable h6{font-weight:500;margin:1rem 0!important}.editorBox h2,.sun-editor-editable h2{font-size:22px;line-height:28px}.editorBox h3,.sun-editor-editable h3{font-size:20px;line-height:26px}.editorBox h4,.sun-editor-editable h4{font-size:18px;line-height:24px}.editorBox h5,.sun-editor-editable h5{font-size:16px;line-height:22px}.editorBox h6,.sun-editor-editable h6{font-size:14px;line-height:20px}.editorBox table,.sun-editor-editable table{width:100%!important}.editorBox blockquote,.sun-editor-editable blockquote{border-color:#cacaca;border-width:0 0 0 1px;color:#8a8a8a!important}#ttp-adeditor .sun-editor-editable{background-color:transparent!important;color:#29394d!important;font-family:Roboto,Helvetica Neue,Helvetica,Arial,sans-serif!important;font-size:16px!important;line-height:22px!important;padding:1.5rem!important}#ttp-adeditor .sun-editor-editable p{margin-bottom:16px!important}#ttp-adeditor .sun-editor-editable h2,#ttp-adeditor .sun-editor-editable h3,#ttp-adeditor .sun-editor-editable h4,#ttp-adeditor .sun-editor-editable h5,#ttp-adeditor .sun-editor-editable h6{font-weight:500;margin:1rem 0!important}#ttp-adeditor .sun-editor-editable h2{font-size:22px;line-height:28px}#ttp-adeditor .sun-editor-editable h3{font-size:20px;line-height:26px}#ttp-adeditor .sun-editor-editable h4{font-size:18px;line-height:24px}#ttp-adeditor .sun-editor-editable h5{font-size:16px;line-height:22px}#ttp-adeditor .sun-editor-editable h6{font-size:14px;line-height:20px}#ttp-adeditor .sun-editor-editable table{width:100%!important}#ttp-adeditor .sun-editor-editable blockquote{border-color:#cacaca;border-width:0 0 0 1px;color:#8a8a8a!important}#ttp-adeditor .sun-editor-editable li{font-weight:400}.styled-tabs{margin-top:1rem;position:relative}.styled-tabs__header{cursor:pointer;display:flex;justify-content:space-between;margin-bottom:13px;overflow:hidden;position:relative}.styled-tabs__header .control{align-items:center;background:#fff;border:1px solid rgba(109,127,146,.2);border-radius:50%;display:flex;height:36px;justify-content:center;width:36px}.styled-tabs__header .control svg path{fill:#29394d}.styled-tabs__header .control.next{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.styled-tabs__header .control.previous{-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}.styled-tabs__header-items{display:flex;height:36px;overflow:hidden}.styled-tabs__header .control-1{max-width:calc(100% - 46px)}.styled-tabs__header .control-2{max-width:calc(100% - 82px)}.styled-tabs__header .tab{align-items:center;background:#fff;border:1px solid rgba(109,127,146,.2);border-radius:50px;box-sizing:border-box;color:#6d7f92;display:flex;font-size:12px;font-style:normal;font-weight:400;justify-items:center;line-height:14px;margin-right:8px;padding:10px 18px;text-transform:uppercase;transition:all .3s ease-in;white-space:nowrap}.styled-tabs__header .tab.active,.styled-tabs__header .tab:hover{background:#6d7f92;box-sizing:border-box;color:#fff;font-size:12px;font-weight:500;line-height:14px;text-shadow:0 4px 4px rgba(60,78,100,.3);text-transform:uppercase}.styled-tabs__content{background:#fff;border:.5px solid #f1f2f4;border-radius:0 4px 4px 4px;box-sizing:border-box;display:flex;padding:25px}.styled-tabs.light{margin:0}.styled-tabs.light .styled-tabs__header .tab{background:#f1f2f4;border:none;border-radius:2px;color:#6d7f92;padding:6px 18px;text-transform:capitalize}.styled-tabs.light .styled-tabs__header .tab.active,.styled-tabs.light .styled-tabs__header .tab:hover{background:#6d7f92;color:#fff}.styled-tabs.light .styled-tabs__header .control-1{max-width:calc(100% - 36px)}.styled-tabs.light .styled-tabs__header .control-2{max-width:calc(100% - 62px)}.styled-tabs.light .styled-tabs__header .control{background:#f1f2f4;border:none;border-radius:2px;height:26px;width:26px}.styled-tabs.light .styled-tabs__header-items{height:auto}.tab-slider{align-items:center;background:#f1f2f4;height:32px;max-width:240px;position:relative}.tab-slider,.tab-slider__item{border-radius:16px;display:flex}.tab-slider__item{color:#3c4e64;cursor:pointer;font-size:12px;font-weight:500;line-height:14px;padding:9px 25px;text-transform:capitalize;width:120px}.tab-slider__item svg{margin-right:10px}.tab-slider__item svg path{fill:#3c4e64}.tab-slider .active{background:#3c4e64;color:#fff;position:relative;transition:all .5s ease-in}.tab-slider .active svg path{fill:#fff}.fields-selector{background:#fafbfb;height:100%}.fields-selector__items{display:flex;flex-wrap:wrap}.fields-selector__items span{background:#f3faff;border:1px solid #c7e8fe;border-radius:3px;box-shadow:0 4px 10px rgba(41,57,77,.1);box-sizing:border-box;color:#29394d;cursor:pointer;font-size:14px;font-style:normal;font-weight:500;line-height:16px;margin:.4rem;padding:10px 15px;text-transform:uppercase}.fields-selector__items span:hover{background:#2495e1;box-shadow:none;color:#fff}.Header_m-t-xxs__Umd_f{margin-top:.25rem!important}.Header_p-t-xxs__1cMfa{padding-top:.25rem!important}.Header_m-b-xxs__2A_9-{margin-bottom:.25rem!important}.Header_p-b-xxs__1vsWr{padding-bottom:.25rem!important}.Header_m-l-xxs__1xwvc{margin-left:.25rem!important}.Header_p-l-xxs__29Y0F{padding-left:.25rem!important}.Header_m-r-xxs__2_aK2{margin-right:.25rem!important}.Header_p-r-xxs__3VJeP{padding-right:.25rem!important}.Header_m-x-xxs__31BLE{margin-left:.25rem!important;margin-right:.25rem!important}.Header_p-x-xxs__3vEtB{padding-left:.25rem!important;padding-right:.25rem!important}.Header_m-y-xxs__3FF7Q{margin-bottom:.25rem!important;margin-top:.25rem!important}.Header_p-y-xxs__2G-Jh{padding-bottom:.25rem!important;padding-top:.25rem!important}.Header_m-xxs__gUqnj{margin:.25rem!important}.Header_p-xxs__1QV8y{padding:.25rem!important}.Header_m-t-xs__2RWQS{margin-top:.5rem!important}.Header_p-t-xs__3jk6e{padding-top:.5rem!important}.Header_m-b-xs__28BRz{margin-bottom:.5rem!important}.Header_p-b-xs__2sZQf{padding-bottom:.5rem!important}.Header_m-l-xs__3O8ls{margin-left:.5rem!important}.Header_p-l-xs__3-pv9{padding-left:.5rem!important}.Header_m-r-xs__OHxVx{margin-right:.5rem!important}.Header_p-r-xs__2eN-M{padding-right:.5rem!important}.Header_m-x-xs__1ESR_{margin-left:.5rem!important;margin-right:.5rem!important}.Header_p-x-xs__2Vi8r{padding-left:.5rem!important;padding-right:.5rem!important}.Header_m-y-xs__2WsJy{margin-bottom:.5rem!important;margin-top:.5rem!important}.Header_p-y-xs__1P5At{padding-bottom:.5rem!important;padding-top:.5rem!important}.Header_m-xs__2B4Ht{margin:.5rem!important}.Header_p-xs__1xr5h{padding:.5rem!important}.Header_m-t-s__2CUKT{margin-top:1rem!important}.Header_p-t-s__2w-lz{padding-top:1rem!important}.Header_m-b-s__1lF6K{margin-bottom:1rem!important}.Header_p-b-s__2FJHT{padding-bottom:1rem!important}.Header_m-l-s__1YKXc{margin-left:1rem!important}.Header_p-l-s__6D5jN{padding-left:1rem!important}.Header_m-r-s__2jCQY{margin-right:1rem!important}.Header_p-r-s__2fd3L{padding-right:1rem!important}.Header_m-x-s__1TQos{margin-left:1rem!important;margin-right:1rem!important}.Header_p-x-s__3qX1d{padding-left:1rem!important;padding-right:1rem!important}.Header_m-y-s__3XelU{margin-bottom:1rem!important;margin-top:1rem!important}.Header_p-y-s__3QAJi{padding-bottom:1rem!important;padding-top:1rem!important}.Header_m-s__15ktl{margin:1rem!important}.Header_p-s__2Eh0V{padding:1rem!important}.Header_m-t-m__1Hmeb{margin-top:1.5rem!important}.Header_p-t-m__1JAoL{padding-top:1.5rem!important}.Header_m-b-m__VDbQv{margin-bottom:1.5rem!important}.Header_p-b-m__3hMHd{padding-bottom:1.5rem!important}.Header_m-l-m__8lu0f{margin-left:1.5rem!important}.Header_p-l-m__1m-Hg{padding-left:1.5rem!important}.Header_m-r-m__3ExW8{margin-right:1.5rem!important}.Header_p-r-m__2EhBW{padding-right:1.5rem!important}.Header_m-x-m__oBd8C{margin-left:1.5rem!important;margin-right:1.5rem!important}.Header_p-x-m__2EijM{padding-left:1.5rem!important;padding-right:1.5rem!important}.Header_m-y-m__FLqze{margin-bottom:1.5rem!important;margin-top:1.5rem!important}.Header_p-y-m__VnTn0{padding-bottom:1.5rem!important;padding-top:1.5rem!important}.Header_m-m__CR-VF{margin:1.5rem!important}.Header_p-m__1py_4{padding:1.5rem!important}.Header_m-t-l__unnPz{margin-top:2rem!important}.Header_p-t-l__3Izi3{padding-top:2rem!important}.Header_m-b-l__1f69-{margin-bottom:2rem!important}.Header_p-b-l__2-GYn{padding-bottom:2rem!important}.Header_m-l-l__30ugQ{margin-left:2rem!important}.Header_p-l-l__3OMTL{padding-left:2rem!important}.Header_m-r-l__159_K{margin-right:2rem!important}.Header_p-r-l__158-P{padding-right:2rem!important}.Header_m-x-l__1D-fe{margin-left:2rem!important;margin-right:2rem!important}.Header_p-x-l__8viG1{padding-left:2rem!important;padding-right:2rem!important}.Header_m-y-l__38Y-g{margin-bottom:2rem!important;margin-top:2rem!important}.Header_p-y-l__27PON{padding-bottom:2rem!important;padding-top:2rem!important}.Header_m-l__2JAW_{margin:2rem!important}.Header_p-l__2bhb-{padding:2rem!important}.Header_m-t-xl__inC-R{margin-top:3rem!important}.Header_p-t-xl__3qHh_{padding-top:3rem!important}.Header_m-b-xl__19lmR{margin-bottom:3rem!important}.Header_p-b-xl__1tqvY{padding-bottom:3rem!important}.Header_m-l-xl__1kNNs{margin-left:3rem!important}.Header_p-l-xl__3YTIs{padding-left:3rem!important}.Header_m-r-xl__3_Ezz{margin-right:3rem!important}.Header_p-r-xl__3cIEV{padding-right:3rem!important}.Header_m-x-xl__33Bq4{margin-left:3rem!important;margin-right:3rem!important}.Header_p-x-xl__3InoZ{padding-left:3rem!important;padding-right:3rem!important}.Header_m-y-xl__1TIYm{margin-bottom:3rem!important;margin-top:3rem!important}.Header_p-y-xl__128Iu{padding-bottom:3rem!important;padding-top:3rem!important}.Header_m-xl__kIDah{margin:3rem!important}.Header_p-xl__32qx5{padding:3rem!important}.Header_m-t-xxl__3NpWJ{margin-top:4rem!important}.Header_p-t-xxl__1hOLF{padding-top:4rem!important}.Header_m-b-xxl__25Syt{margin-bottom:4rem!important}.Header_p-b-xxl__37RVY{padding-bottom:4rem!important}.Header_m-l-xxl__2183b{margin-left:4rem!important}.Header_p-l-xxl__3430c{padding-left:4rem!important}.Header_m-r-xxl__2Xn-i{margin-right:4rem!important}.Header_p-r-xxl__TIhFd{padding-right:4rem!important}.Header_m-x-xxl__3YUvd{margin-left:4rem!important;margin-right:4rem!important}.Header_p-x-xxl__1XA1M{padding-left:4rem!important;padding-right:4rem!important}.Header_m-y-xxl__GXLI_{margin-bottom:4rem!important;margin-top:4rem!important}.Header_p-y-xxl__X9xHI{padding-bottom:4rem!important;padding-top:4rem!important}.Header_m-xxl__3Ta4p{margin:4rem!important}.Header_p-xxl__7W5eT{padding:4rem!important}.Header_no-padding__IVPhv{padding:0!important}.Header_no-padding--top__3AVfT{padding-top:0!important}.Header_no-padding--left__khLM1{padding-left:0!important}.Header_no-padding--bottom__gjU-Z{padding-bottom:0!important}.Header_no-padding--right__3iyhw{padding-right:0!important}.Header_no-margin__2lTzB{margin:0!important}.Header_no-margin--top__Hg4Kf{margin-top:0!important}.Header_no-margin--left__12dQn{margin-left:0!important}.Header_no-margin--bottom__320fc{margin-bottom:0!important}.Header_no-margin--right__2SBT9{margin-right:0!important}.Header_header__1v0yI{align-items:center;background-color:#fff;box-shadow:0 1px 15px rgba(0,0,0,.04),0 1px 6px rgba(0,0,0,.04);box-sizing:border-box;color:#29394d;display:flex;flex-wrap:wrap;font-weight:500;position:relative;text-transform:uppercase}.Header_header__1v0yI a{color:#29394d}.Header_headerLeft__3xOD1{display:flex;position:relative;z-index:105}.Header_headerRight__2f-DD{background-color:#fff;display:flex;margin-left:auto}.Header_appInfo__2HO-X{align-items:center;color:#29394d;cursor:pointer;display:flex;font-family:Roboto,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:18px;padding:.45rem 0;position:relative;text-transform:none;transition:box-shadow .3s ease-in-out;width:12rem;z-index:1}.Header_appLogo__280F5{height:3rem;margin:0 .75rem}.Header_appName__1A8x5{font-family:Roboto,Segoe UI,Helvetica,sans-serif;font-size:18px;text-transform:none}.Header_expandable__3HSQz{position:relative}.Header_expandable__3HSQz:before{background:transparent;border-bottom:.5rem solid #f1f2f4;border-left:.5rem solid transparent;border-right:.5rem solid transparent;bottom:-.6rem;left:calc(50% - .5rem);position:absolute;z-index:6}.Header_expandable__3HSQz:hover:before{content:""}.Header_dropdown__8OMp8{background:#f1f2f4;border-radius:0 0 4px 4px;box-shadow:0 4px 4px rgba(41,57,77,.1);cursor:default;margin:0;opacity:0;padding:0;position:absolute;right:1rem;top:100%;transition:all .2s ease-in-out;visibility:hidden;width:20rem;z-index:1005}.Header_menuLink__q-HUb{align-items:center;border-radius:50%;cursor:pointer;display:flex;font-size:1.3rem;height:2.8rem;justify-content:center;margin:0 .1rem;transition:all .2s ease-in-out;width:2.8rem}.Header_menuLink__q-HUb:hover{background-color:#f1f2f4}.Header_menuLink__q-HUb a,.Header_menuLink__q-HUb span{display:flex}.Header_headerLanguages__2Beea{align-items:center;color:#fff;display:flex;font-weight:500;justify-content:center;margin:0 .5rem 0 0}.Header_headerLanguages__2Beea li{align-items:center;border:1px solid #c7e8fe;border-radius:50%;color:#18a0fb;cursor:pointer;display:flex;height:2.5rem;justify-content:center;margin:0 .5rem;transition:font-size .2s ease-in-out;width:2.5rem}.Header_headerLanguages__2Beea li.Header_headerLanguageSelected__2-iLG,.Header_headerLanguages__2Beea li:hover{background-color:#18a0fb;color:#fff}.Header_signIn__Cnjfk{align-items:center;color:#29394d;cursor:pointer;display:flex;font-size:.9rem;font-weight:600;font-weight:500;line-height:1;padding:0 2rem;text-transform:none;text-transform:uppercase;transition:color .2s ease-in-out;transition:all .2s ease-in-out}.Header_signIn__Cnjfk:hover{color:#18a0fb}.Header_boxes__box__logo__1MlpH{background-position:50%;background-repeat:no-repeat;background-size:contain;height:5rem;margin-bottom:10px;width:90%}nav li .Header_menu__link__19aHQ{background-color:#f8f9fa;color:#373c54;padding:0 1rem}nav li:hover .Header_menu__link__19aHQ{color:#2c2b3f}.Header_menuLogo__1N04m{align-items:center;cursor:pointer;display:flex;min-height:64px;padding:0;position:relative;-webkit-user-select:none;user-select:none;width:15rem;z-index:2}.Header_menuLogo__1N04m .Header_settingsIcon__Qgwhs{color:#29394d;font-size:1.5rem;padding:20px 16px 16px 14px}.Header_menuLogo__1N04m img{height:2.8rem;margin:0 10px}.Header_menuLogo__1N04m .Header_name__38InR{color:#29394d;font-family:Roboto,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:18px;text-transform:none}.Header_menuLogo__1N04m.Header_shadow__21OYT{transition:all .2s ease-in-out}.Header_menuLogo__1N04m .Header_iconOptions__3VCDF{cursor:pointer;margin-right:1rem;-webkit-transform:rotate(90deg);transform:rotate(90deg)}.Header_menuLogo__1N04m .Header_menuDropdown__uwYY6{color:#29394d;font-family:Roboto,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:12px;font-weight:500;left:0;padding-left:0;padding-right:0;text-align:center;width:100%}.Header_menuLogo__1N04m .Header_menuDropdown__uwYY6 li{position:relative}.Header_menuLogo__1N04m .Header_menuDropdown__uwYY6 li a{align-items:center;color:#29394d;display:flex;justify-content:center;line-height:1.6;padding:1rem 0}.Header_menuLogo__1N04m .Header_menuDropdown__uwYY6 li:after{background:#f8f9fa;content:"";display:block;height:1px;left:.75rem;position:absolute;right:.75rem;top:0}.Header_menuLogo__1N04m .Header_menuDropdown__uwYY6 li:hover{background:#f8f9fa}.Header_menuLogo__1N04m .Header_menuDropdown__uwYY6 li:hover a{color:#18a0fb}.Header_menuLogo__1N04m .Header_menuDropdown__uwYY6.Header_show__3Dvp-{opacity:1;visibility:visible}.Header_menuDropdown__uwYY6{background:#fff;border-radius:0 0 4px 4px;box-shadow:0 4px 4px rgba(41,57,77,.1);margin:0;opacity:0;padding:0 2rem 1rem;position:absolute;right:0;top:100%;visibility:hidden;width:24rem;z-index:1005}.Header_menu__Zy7KP a{display:block;line-height:1;padding:.7rem 1rem;text-decoration:none}.Header_menu__Zy7KP{align-items:center;margin:0 1.3rem!important}.Header_menu__Zy7KP .Header_menuImg__3jX35{padding:.5rem}.Header_menu__Zy7KP .Header_e-box-li__36ZMR{align-items:center!important;border-radius:2rem!important;display:flex!important;height:2.8rem;justify-content:center!important;overflow:hidden;padding:0!important;width:2.8rem}.Header_menu__Zy7KP .Header_e-box-li__36ZMR:hover:before{position:relative!important}.Header_menu__Zy7KP .Header_e-box-li__36ZMR.Header_active-e-box__1bEtp{background-color:#e1e1e4}.Header_menu__Zy7KP .Header_e-box-li__36ZMR .Header_badge-new__2XUZ_{border-bottom-right-radius:0;margin-bottom:.75rem;margin-left:-3.7rem}.Header_menu__Zy7KP .Header_e-box-li__36ZMR img{margin:0;width:1.6rem}.Header_menu__Zy7KP>li{align-items:center;border-radius:2rem 2rem 0 0;border-radius:50%;cursor:pointer;display:flex;height:2.8rem;justify-content:center;padding:.8rem 1rem;transition:all .2s ease-in-out;width:2.8rem}.Header_menu__Zy7KP>li a img{margin-right:0}.Header_menu__Zy7KP>li .Header_icon__1sL6t{margin-right:.4rem}.Header_menu__Zy7KP>li>span{font-size:1.3rem}.Header_menu__Zy7KP>li>span.Header_dotted__1LYGN:before{right:27%;top:21%}.Header_menu__Zy7KP>li:hover{background-color:#f1f2f4}.Header_menu__Zy7KP>li:hover img{opacity:.85}.Header_menu__Zy7KP>li:hover .Header_badge__mZeQt{visibility:hidden}.Header_menu__Zy7KP>li:hover.Header_expandable__3HSQz:after{background:transparent;border-bottom:7px solid #f1f2f4;border-left:7px solid transparent;border-right:7px solid transparent;bottom:0;bottom:-.6rem;content:" ";left:calc(50% - 7px);position:absolute;z-index:6}.Header_menu__Zy7KP>li:hover .Header_menuDropdown__uwYY6,.Header_menu__Zy7KP>li:hover .Header_socialLinksWrapper__11zjG{opacity:1;visibility:visible}.Header_menu__Zy7KP>li .Header_badge__mZeQt{background:#fe3745;border-radius:50%;bottom:0;color:#fefefe;display:inline-block;font-family:Roboto,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:.7rem;font-weight:700;line-height:1.4;min-width:1.3rem;padding:.2rem;position:absolute;right:0;text-align:center;transition:visibility .2s ease-in-out}.Header_buttons__2pq8T{align-items:center;display:flex;font-size:1.5rem;margin:0 3px 0 0!important}.Header_buttons__2pq8T .Header_buttonLink__rLQWh{background-color:#fff;border:1px solid #29394d;border-radius:5px;font-size:14px;font-weight:500;height:36px;margin-right:.6rem;text-transform:uppercase;width:auto}.Header_buttons__2pq8T .Header_buttonLink__rLQWh.Header_back_office_clicked__2Yy4r{background-color:#29394d}.Header_buttons__2pq8T .Header_buttonLink__rLQWh.Header_back_office_clicked__2Yy4r a{color:#fff}.Header_buttons__2pq8T .Header_buttonLink__rLQWh.Header_back_office_clicked__2Yy4r a svg path{fill:#fff}.Header_buttons__2pq8T .Header_buttonLink__rLQWh svg{height:14px;margin-right:5px;width:14px}.Header_buttons__2pq8T .Header_notif__ardeF .Header_menuDropdown__uwYY6,.Header_buttons__2pq8T .Header_notif__ardeF .Header_socialLinksWrapper__11zjG{right:-75px}.Header_buttons__2pq8T .Header_notif__ardeF .Header_menuDropdown__uwYY6 a,.Header_buttons__2pq8T .Header_notif__ardeF .Header_socialLinksWrapper__11zjG a{display:block}.Header_buttons__2pq8T .Header_notif__ardeF.Header_notifDot__SzABI:before{background-color:#2495e1;border:2px solid #fff;border-radius:50%;content:"";display:block;height:14px;position:absolute;right:8px;top:9px;width:14px}.Header_buttons__2pq8T .Header_ebox__24NzR .Header_menuDropdown__uwYY6,.Header_buttons__2pq8T .Header_ebox__24NzR .Header_socialLinksWrapper__11zjG{right:-173px}.Header_buttons__2pq8T .Header_apps__3BGh1 .Header_menuDropdown__uwYY6,.Header_buttons__2pq8T .Header_apps__3BGh1 .Header_socialLinksWrapper__11zjG{right:-75px}.Header_buttons__2pq8T .Header_apps__3BGh1 .Header_socialLinksBody__jvGeY>ul{display:flex;flex-wrap:wrap;overflow:scroll;padding:1rem}.Header_buttons__2pq8T .Header_apps__3BGh1 .Header_socialLinksBody__jvGeY>ul li{margin:.5rem 0;padding:0 .5rem}.Header_buttons__2pq8T .Header_apps__3BGh1 .Header_socialLinksBody__jvGeY>ul li a{color:#6d7f92}.Header_buttons__2pq8T .Header_apps__3BGh1 .Header_socialLinksBody__jvGeY>ul .Header_appWrapper__yMt6j{border:.5px solid #eef6ff;border-radius:4px;box-shadow:0 0 10px rgba(41,57,77,.05);box-sizing:border-box;cursor:pointer;display:block;padding:.5rem;text-align:center;text-transform:none}.Header_buttons__2pq8T .Header_apps__3BGh1 .Header_socialLinksBody__jvGeY>ul .Header_appWrapper__yMt6j img{height:42px;margin-bottom:.5rem;width:42px}.Header_buttons__2pq8T .Header_apps__3BGh1 .Header_socialLinksBody__jvGeY>ul .Header_appWrapper__yMt6j .Header_appName__1A8x5{color:#3c4e64;font-family:Roboto,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:12px;font-style:normal;font-weight:400;line-height:14px;text-align:center}.Header_buttons__2pq8T .Header_apps__3BGh1 .Header_socialLinksBody__jvGeY>ul .Header_appWrapper__yMt6j:hover{background:#f3faff;border:none;box-shadow:none}.Header_buttons__2pq8T .Header_apps__3BGh1 .Header_socialLinksBody__jvGeY>ul .Header_appWrapper__yMt6j:hover .Header_appName__1A8x5{color:#18a0fb}.Header_buttons__2pq8T .Header_apps__3BGh1 .Header_socialLinksBody__jvGeY>ul .Header_appWrapper__yMt6j.Header_disabled__mjS1C{cursor:inherit;opacity:.35}.Header_buttons__2pq8T a{display:flex;padding:0}.Header_buttons__2pq8T .Header_socialLinksHeader__mzzAA{background:#f1f2f4;color:#2495e1;font-family:Roboto,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:14px;font-weight:400;line-height:.2rem;padding:1.5rem 1rem;text-align:center;text-transform:none}.Header_buttons__2pq8T .Header_socialLinksHeader_admin__1pFnR{align-items:center;display:flex;justify-content:space-between}.Header_buttons__2pq8T .Header_socialLinksHeader_edit__2RIIQ{cursor:pointer}.Header_buttons__2pq8T .Header_socialLinksHeader_edit__2RIIQ i{font-size:18px}.Header_buttons__2pq8T .Header_socialLinksBody__jvGeY{background:#f1f2f4}.Header_buttons__2pq8T .Header_socialLinksBody__jvGeY>ul{border-top:2px solid #fff;margin:0 .25rem .25rem;max-height:36rem;overflow-y:auto}.Header_buttons__2pq8T .Header_socialLinksWrapper__11zjG{background:#f1f2f4;border-radius:0 0 4px 4px;box-shadow:0 4px 4px rgba(41,57,77,.1);cursor:default;margin:0;opacity:0;padding:0;position:absolute;top:45px;visibility:hidden;width:20rem;z-index:1005}.Header_buttons__2pq8T>.Header_socialLinks__2r2wb{margin:0 .12rem;padding:0 .6rem;position:relative}.Header_buttons__2pq8T>.Header_socialLinks__2r2wb .Header_active__3GX0s:after{background-color:red;border:1px solid #fff;border-radius:50%;bottom:8px;content:" ";height:8px;position:absolute;right:12px;width:8px}.Header_buttons__2pq8T>.Header_socialLinks__2r2wb .Header_subMenuDropdown__QE9BO span{font-size:.75rem;text-transform:none}.Header_buttons__2pq8T>.Header_socialLinks__2r2wb .Header_subMenuDropdown__QE9BO>li{background:#fff;color:#29394d;font-family:Roboto,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:12px;font-weight:400;line-height:.2rem;padding:1.5rem 1rem .25rem;position:relative;text-transform:none}.Header_buttons__2pq8T>.Header_socialLinks__2r2wb .Header_subMenuDropdown__QE9BO>li:hover{background:#f8f9fa}.Header_buttons__2pq8T>.Header_socialLinks__2r2wb .Header_subMenuDropdown__QE9BO>li:hover a{color:#18a0fb}.Header_buttons__2pq8T>.Header_socialLinks__2r2wb .Header_subMenuDropdown__QE9BO>li:not(:last-child){border-bottom:1px solid #f8f9fa}.Header_buttons__2pq8T>.Header_socialLinks__2r2wb .Header_subMenuDropdown__QE9BO>li a{font-size:.75rem;line-height:1.1rem;text-transform:none}.Header_buttons__2pq8T>.Header_socialLinks__2r2wb .Header_subMenuDropdown__QE9BO>li:last-child{border-bottom:none}.Header_buttons__2pq8T>.Header_socialLinks__2r2wb .Header_subMenuDropdown__QE9BO>li.Header_read__3yWbQ a{color:#6d7f92!important}.Header_buttons__2pq8T>.Header_socialLinks__2r2wb .Header_subMenuDropdown__QE9BO>li.Header_notRead__3Nw_u{padding:1.5rem 1.5rem .25rem}.Header_buttons__2pq8T>.Header_socialLinks__2r2wb .Header_subMenuDropdown__QE9BO>li.Header_notRead__3Nw_u a{color:#29394d}.Header_buttons__2pq8T>.Header_socialLinks__2r2wb .Header_subMenuDropdown__QE9BO>li .Header_infos__335Sf{color:#6d7f92;font-family:Roboto,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:10px;font-style:normal;font-weight:300;padding-top:.5rem;text-align:right}.Header_buttons__2pq8T>.Header_socialLinks__2r2wb .Header_e-box-icon__Fp5v7{height:2rem;padding-bottom:.3rem;padding-left:.2rem;width:2rem!important}.Header_buttons__2pq8T li{padding:0 .6rem}.Header_buttons__2pq8T li:hover:after{background-color:inherit}.Header_buttons__2pq8T li:hover a{border:0;color:#3c4e64}.Header_buttons__2pq8T .Header_back_office_button__37Ehu:hover{cursor:pointer}.Header_buttons__2pq8T .Header_back_office_button__37Ehu li{align-items:center;display:flex;justify-content:center}.Header_notifContent__PX_Gw{color:#6d7f92;font-size:12px;line-height:14px;word-break:break-word}.Header_notReadPoint__1C69X{background-color:#2495e1;border-radius:50%;display:block;height:10px;position:absolute;right:1rem;top:50%;width:10px}.Header_appsContainer__VFG1n{background-color:#fff}.Header_appsContainer__VFG1n .Header_appsColumn__2-XsD{flex:0 0 33.33333%;max-width:33.33333%;min-width:0}.Header_menuImgWrap__2-kC7{background-position:50%;background-size:cover;border-radius:3rem;flex-shrink:0;height:2.8rem;overflow:hidden;width:2.8rem}.Header_profile__yHIKp{margin:0}.Header_profile__yHIKp .Header_menuDropdown__uwYY6{background:#f1f2f4!important;cursor:auto;padding:0;right:-5px;top:45px;width:20rem}.Header_profile__yHIKp .Header_menuDropdown__uwYY6>li{margin:1.1rem .25rem}.Header_profile__yHIKp .Header_menuDropdown__uwYY6 .Header_profileContainer__B7woW{display:flex;padding:0 1rem}.Header_profile__yHIKp .Header_menuDropdown__uwYY6 .Header_menuImgWrap__2-kC7{height:2.5rem;margin-left:.5rem;margin-right:.5rem;width:2.5rem}.Header_profile__yHIKp .Header_menuDropdown__uwYY6 .Header_infos__335Sf{color:#29394d;display:flex;flex-direction:column;font-family:Roboto,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:14px;font-weight:500;text-transform:none}.Header_profile__yHIKp .Header_menuDropdown__uwYY6 .Header_infos__335Sf .Header_email__3UNxe{color:#6d7f92;font-size:12px;font-weight:300;line-height:14px}.Header_profile__yHIKp .Header_menuDropdown__uwYY6 .Header_social__fGD7W{background:#fff;cursor:default;margin-top:0!important;position:relative}.Header_profile__yHIKp .Header_menuDropdown__uwYY6 .Header_social__fGD7W ul{align-items:center;display:flex;justify-content:center;margin:0}.Header_profile__yHIKp .Header_menuDropdown__uwYY6 .Header_social__fGD7W ul li{color:#6d7f92;cursor:pointer;font-size:22px;margin:1rem 0}.Header_profile__yHIKp .Header_menuDropdown__uwYY6 .Header_social__fGD7W ul li:not(:last-child){margin-right:.5rem}.Header_profile__yHIKp .Header_menuDropdown__uwYY6 .Header_social__fGD7W ul li a{color:#6d7f92}.Header_profile__yHIKp .Header_menuDropdown__uwYY6 .Header_social__fGD7W ul i{padding:.5rem}.Header_profile__yHIKp .Header_menuDropdown__uwYY6 .Header_social__fGD7W ul i:hover{background:#f1f2f4;border-radius:50%;line-height:1}.Header_profile__yHIKp .Header_menuDropdown__uwYY6 .Header_social__fGD7W:before{background:#f8f9fa;content:"";display:block;height:1px;left:5%;position:absolute;width:90%}.Header_profile__yHIKp .Header_menuDropdown__uwYY6 .Header_logout__28K7C{color:#18a0fb;cursor:pointer;padding:.25rem;text-align:center}.Header_profile__yHIKp .Header_menuDropdown__uwYY6 .Header_logout__28K7C:hover{color:#2495e1}.Header_menuLanguage__3U-IP{background:#fff;cursor:default;margin:0;margin-bottom:0!important;padding:1.5rem 1rem}.Header_menuLanguage__3U-IP ul{align-items:center;color:#fff;display:flex;font-weight:700;height:2rem;justify-content:center;margin:0}.Header_menuLanguage__3U-IP ul li{align-items:center;border:1px solid #c7e8fe;border-radius:50%;color:#18a0fb;cursor:pointer;display:flex;font-family:Roboto,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:14px;font-weight:400;height:40px;justify-content:center;margin:0 .5rem;transition:font-size .2s ease-in-out;width:40px}.Header_menuLanguage__3U-IP ul li.Header_selected__1d-Lj,.Header_menuLanguage__3U-IP ul li:hover{background-color:#18a0fb;color:#fff}.Header_menuProfile__1MMyK{background:#fff;margin:0}.Header_menuProfile__1MMyK,.Header_menuProfile__1MMyK a{font-family:Roboto,Helvetica Neue,Helvetica,Arial,sans-serif}.Header_menuProfile__1MMyK a{align-items:center;color:#29394d;display:flex;font-size:12px;justify-content:center;padding:1.5rem 1rem;white-space:normal}.Header_menuProfile__1MMyK a:hover{background:#f8f9fa;color:#18a0fb}.Header_menuProfile__1MMyK:before{background:#f8f9fa;content:"";display:block;height:1px;left:0;position:absolute;right:0;top:4rem}.Header_menuProfile__1MMyK ul{align-items:center;color:#fff;display:flex;font-weight:700;height:.5rem;justify-content:center;margin:0}.Header_menuProfile__1MMyK ul li{align-items:center;display:flex;height:40px;justify-content:center;padding:1.7rem 9.7rem;transition:font-size .2s ease-in-out;width:40px}.Header_menuProfile__1MMyK ul li:hover{background:#f8f9fa}.Header_menuProfile__1MMyK ul li:hover a{color:#18a0fb}.Header_menuProfile__1MMyK ul li a{font-size:12px}.Header_personalData___CeYh{background:#fff;color:#6d7f92;font-size:12px;font-weight:400;line-height:14px;margin:0;padding:1rem;text-align:center;text-transform:none}.Header_personalData_title__2ebfP{font-weight:700;margin-bottom:5px}.Header_personalData___CeYh span{display:block}.Header_personalData_edit__3anWn{cursor:pointer;margin-top:5px;text-decoration:underline}.Header_personalData_actions__1LwLy{align-items:center;display:flex;font-weight:700;justify-content:space-between;margin-top:20px}.Header_personalData_cancel__ECgv0{background:transparent;border:1px solid #b2bcc6;border-radius:5px;color:#6d7f92;cursor:pointer;padding:10px;width:40%}.Header_personalData_cancel__ECgv0:hover{background-color:#d8dde2}.Header_personalData_save__2z5jE{background:#06d9b1;border-radius:5px;color:#fff;cursor:pointer;padding:10px;width:40%}.Header_personalData_save__2z5jE:hover{background-color:#02af8e}.Header_input__3sc1D{background:#f8f9fa;border:1px solid #b2bcc6;border-radius:4px;box-sizing:border-box;font-size:12px;font-weight:400;line-height:14px;padding:9px 15px;width:100%}.Header_input__3sc1D:focus{border-color:#18a0fb}.Header_input__3sc1D.Header_error__1eWde{border-color:#d50000}.Header_footerItems__3o7KW{background:#fff;margin:0;padding:1rem}.Header_footerItems__3o7KW .Header_section__3l3LZ{border-bottom:1px solid #f1f2f4;padding-bottom:.5rem;padding-top:.688rem}.Header_footerItems__3o7KW .Header_section__3l3LZ ul li{align-items:center;cursor:pointer;display:flex;font-size:.875rem;font-weight:400;height:1rem;margin-bottom:.625rem;text-transform:lowercase;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.Header_footerItems__3o7KW .Header_section__3l3LZ ul li span:first-letter{text-transform:uppercase}.Header_footerItems__3o7KW .Header_section__3l3LZ ul li:last-child{margin-bottom:0}.Header_footerItems__3o7KW .Header_section__3l3LZ ul li:hover{color:#18a0fb}.Header_footerItems__3o7KW .Header_section__3l3LZ ul li:hover .Header_block__2yZu2{background-color:#18a0fb}.Header_footerItems__3o7KW .Header_section__3l3LZ:last-child{border-bottom:none}.Header_footerItems__3o7KW .Header_block__2yZu2{background:#d8dde2;border-radius:0 3px 3px 0;height:6px;margin-right:1.25rem;width:10px}.Header_menu__dropdown__2GK7k{background:#fff;border-radius:.2rem;border-top-right-radius:0;box-shadow:0 4px 4px rgba(41,57,77,.1);margin:0;opacity:0;position:absolute;right:0;top:100%;visibility:hidden;width:24rem;z-index:1005}.Header_menu__dropdown__2GK7k .Header_menu__dropdown-top__ivYMC{border-bottom:1px solid rgba(44,43,63,.1);display:flex;justify-content:space-between;padding:1rem 0}.Header_menu__dropdown__2GK7k .Header_menu__dropdown-top__ivYMC span{color:#2c2b3f;margin:0}.Header_menu__dropdown__2GK7k .Header_menu__dropdown-top__ivYMC .Header_seeAll__2tPYn{color:#95959f;cursor:pointer;font-size:.7rem;transition:all .2s ease-in-out}.Header_menu__dropdown__2GK7k .Header_menu__dropdown-top__ivYMC .Header_seeAll__2tPYn:hover{color:#2c2b3f}.Header_menu__hasChild__1ldsf .Header_menu__link__19aHQ,.Header_menu__img__osW0s .Header_menu__link__19aHQ{align-items:center;display:flex;height:62px;justify-content:space-between;line-height:1;padding:0 1rem;width:15rem}.Header_menu__hasChild__1ldsf .Header_menu__dropdown__2GK7k,.Header_menu__img__osW0s .Header_menu__dropdown__2GK7k{width:15rem}.Header_menu__hasChild__1ldsf .Header_menu__dropdown__2GK7k li:hover>a,.Header_menu__img__osW0s .Header_menu__dropdown__2GK7k li:hover>a{color:#2c2b3f}.Header_menu__hasChild__1ldsf{background-color:#f8f9fa;position:relative}.Header_menu__hasChild__1ldsf:hover{background-color:#fff}.Header_menu__hasChild__1ldsf.Header_menu__community__oCQup:hover>span{background-color:#fff;box-shadow:0 4px 4px rgba(41,57,77,.1);color:#18a0fb}.Header_menu__hasChild__1ldsf.Header_menu__community__oCQup:hover i{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.Header_menu__hasChild__1ldsf.Header_menu__community__oCQup .Header_menu__subChild__2OvLs{border-bottom:1px solid rgba(44,43,63,.1);padding:.75rem 0;text-align:center}.Header_menu__hasChild__1ldsf.Header_menu__community__oCQup .Header_menu__subChild__2OvLs:hover{background-color:#f8f9fa}.Header_menu__hasChild__1ldsf.Header_menu__community__oCQup .Header_menu__subChild__2OvLs:hover a{color:#18a0fb;font-weight:600}.Header_menu__hasChild__1ldsf.Header_menu__community__oCQup .Header_menu__subChild__2OvLs a{align-items:center;display:flex;flex-direction:column;justify-content:center}.Header_menu__hasChild__1ldsf .Header_menu__dropdown__2GK7k{border-top-left-radius:0;font-size:16px;font-weight:400}.Header_menu__hasChild__1ldsf .Header_menu__dropdown__2GK7k .Header_menu__dropdown-top__ivYMC{border-bottom:none;border-top:1px solid rgba(44,43,63,.1)}.Header_menu__hasChild__1ldsf .Header_menu__subChild__2OvLs{display:flex}.Header_menu__hasChild__1ldsf .Header_menu__subChild__2OvLs.Header_hidedItem__HkPwd{display:none;transition:none}.Header_menu__hasChild__1ldsf .Header_menu__subChild__2OvLs .Header_first-letter__JAxB6{font-size:1.2rem;font-weight:500}.Header_menu__hasChild__1ldsf .Header_menu__seeAll__1irWJ{border-bottom:1px solid rgba(44,43,63,.1);color:#95959f;cursor:pointer;font-size:.7rem!important;letter-spacing:.06rem;padding:.75rem 1.5rem;text-align:right;text-transform:uppercase}.Header_menu__hasChild__1ldsf .Header_menu__seeAll__1irWJ a{color:#95959f;font-size:.7rem!important}.Header_menu__hasChild__1ldsf:hover .Header_menu__dropdown__2GK7k{opacity:1;visibility:visible}.Header_menu__community__oCQup{align-items:center;display:flex;font-size:16px;font-weight:400}.Header_menu__community__oCQup .Header_menu__dropdown__2GK7k{max-height:36rem;overflow-y:auto}.Header_menu__community__oCQup i{transition:-webkit-transform .2s ease-in-out;transition:transform .2s ease-in-out;transition:transform .2s ease-in-out,-webkit-transform .2s ease-in-out}.Header_menu__category__1AHNS .Header_menu__dropdown__2GK7k ul,.Header_menu__community__oCQup .Header_menu__dropdown__2GK7k ul{border-radius:0 0 5px 5px;margin:0;text-transform:none}.Header_menu__category__1AHNS .Header_menu__dropdown__2GK7k ul a,.Header_menu__community__oCQup .Header_menu__dropdown__2GK7k ul a{display:inline-block;font-family:Roboto,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:16px;font-weight:400;letter-spacing:.06rem;padding:0;text-transform:uppercase;width:100%}@media screen and (max-width:63.9375em){.Header_header__1v0yI{height:100%;padding:0}.Header_expandable__3HSQz{position:static}.Header_expandable__3HSQz:after,.Header_expandable__3HSQz:before{display:none}.Header_headerLeft__3xOD1{justify-content:space-between;width:100%}.Header_buttons__2pq8T .Header_socialLinks__2r2wb{position:static}.Header_headerRight__2f-DD{justify-content:flex-end;margin-left:0;padding:.5rem 0;width:100%}.Header_headerRight__2f-DD .Header_socialLinksWrapper__11zjG{height:100%;top:100%;width:100%}.Header_headerRight__2f-DD .Header_apps__3BGh1 .Header_menuDropdown__uwYY6,.Header_headerRight__2f-DD .Header_apps__3BGh1 .Header_socialLinksWrapper__11zjG,.Header_headerRight__2f-DD .Header_notif__ardeF .Header_menuDropdown__uwYY6,.Header_headerRight__2f-DD .Header_notif__ardeF .Header_socialLinksWrapper__11zjG{right:0}.Header_headerRight__2f-DD .Header_profile__yHIKp .Header_menuDropdown__uwYY6{margin-left:-100px;right:0;top:100%;width:100%}}@media screen and (max-width:39.9375em){.Header_menuLogo__1N04m{width:50%}.Header_menu__hasChild__1ldsf{position:inherit;width:46%}.Header_menu__hasChild__1ldsf.Header_menu__community__oCQup .Header_menu__link__19aHQ{font-size:.9rem}.Header_menu__hasChild__1ldsf.Header_menu__community__oCQup .Header_menu__dropdown__2GK7k{top:100%;width:100%}.Header_menu__hasChild__1ldsf.Header_menu__community__oCQup .Header_menu__subChild__2OvLs{border-bottom:0;border-top:1px solid rgba(44,43,63,.1);height:140px;overflow:scroll}.Header_menu__hasChild__1ldsf.Header_menu__community__oCQup .Header_menu__subChild__2OvLs a{font-size:10px;text-align:center}.Header_menu__hasChild__1ldsf.Header_menu__community__oCQup .Header_menu__subChild__2OvLs a span{margin-right:10px}.Header_signIn__Cnjfk{padding:0 1rem 0 0;text-align:center}.Header_settings__2A8wl{color:#29394d;font-family:Roboto,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:12px;font-weight:500;left:0;padding-left:0;padding-right:0;text-align:center;width:100%}.Header_settings__2A8wl li{position:relative}.Header_switchSpace__1_0dS{display:none!important}}.Header_modalOverlay__3WohI{background-color:rgba(41,57,77,.6);bottom:0;left:0;opacity:0;position:fixed;right:0;top:0;transition:opacity .3s ease-in-out;z-index:1000}.Header_modalOverlayAfterOpen__28XsP{opacity:1}.Header_modalOverlayBeforeClose__1ko11{opacity:0}.Header_modalContent__2mKnW{align-items:center;background:transparent;border:none;bottom:0;display:flex;justify-content:center;left:0;outline:none;overflow:none;padding:0;position:absolute;right:-100%;top:0;transition:right .3s ease-in-out}.Header_modalContentAfterOpen__3Vm6T{right:0}.Header_modalContentBeforeClose___6gjw{right:-100%}.Header_modal__1d7No{display:flex;flex-flow:row wrap;height:100%;overflow:hidden;width:100%}.Header_modal_body__2tJNW{background-color:#fff;color:#29394d;font-family:Roboto,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:14px;font-style:normal;font-weight:400;height:100%;line-height:20px;margin-left:auto;overflow:scroll;width:100%}.Header_modal_header__WALCt{background-color:#f1f2f4;display:flex;height:90px;justify-content:space-between;padding:1.5rem 2% 1.5rem 3%}.Header_modal_header_title__kGl2_{color:#29394d;font-size:18px;font-style:normal;font-weight:500;line-height:1.25;margin:0 0 .5rem;text-transform:uppercase}.Header_modal_header__WALCt p{color:#6d7f92;font-size:12px;line-height:14px;margin:0}.Header_modal_close__1lFLh{cursor:pointer;height:17px}.Header_modal_content__2ZMpS{padding:1.5rem}@media screen and (min-width:992px){.Header_modal_body__2tJNW{width:50%}}.Header_switchSpace__1_0dS{align-items:center;display:flex;left:1.25rem;position:relative}.Header_switchSpace__1_0dS span{background:#f1f2f4;border-radius:2rem;cursor:pointer;font-size:12px;line-height:14px;position:relative;text-transform:none;transition:color .2s ease-in}.Header_switchSpace_left__2WBKD{left:2.5rem;padding:.6rem 4rem .6rem 1.5rem}.Header_switchSpace_right__1UkyU{padding:.6rem 1.5em .6rem 4rem;right:2.5rem}.Header_switchSpace_active__33WnL{background:#29394d!important;color:#fff;font-weight:500;z-index:1}.Header_switchSpace__1_0dS svg{position:relative;z-index:2}.Header_switchSpace__1_0dS svg path{fill:#fff}.Header_iconLoading__1oSV7 a{cursor:auto}.Header_iconLoading__1oSV7 svg path{fill:#e8eaed}.Header_linkLoading__3J9Qi{color:#ccc;cursor:auto!important}.Header_portalSwitch__3FGfV{align-items:center;background:#f1f2f4;border-radius:50px;cursor:pointer;display:flex;font-size:14px;line-height:16px;margin-left:15px;padding-left:45px;position:relative;width:255px}.Header_portalSwitch_iconPortal__Q4qUP{align-items:center;display:flex;height:100%;left:10px;position:absolute;top:0}.Header_portalSwitch_iconArrow__oAF2E{align-items:center;display:flex;height:100%;position:absolute;right:10px;top:0}.Header_portalSwitch_dropdown__2D0n8{background:#fff;border-radius:.2rem;border-top-right-radius:0;box-shadow:0 4px 4px rgba(41,57,77,.1);margin:0;max-height:24rem;opacity:0;overflow-y:auto;position:absolute;right:0;top:100%;transition:all .2s ease-in-out;visibility:hidden;width:100%;z-index:1005}.Header_portalSwitch__3FGfV i{transition:-webkit-transform .2s ease-in-out;transition:transform .2s ease-in-out;transition:transform .2s ease-in-out,-webkit-transform .2s ease-in-out}.Header_portalSwitch__3FGfV:hover .Header_portalSwitch_dropdown__2D0n8{opacity:1;visibility:visible}.Header_portalSwitch__3FGfV:hover .Header_portalSwitch_icon__3xbuJ i{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.Header_portalSwitch_item__29bka{border-bottom:1px solid rgba(44,43,63,.1);cursor:pointer;padding:1rem 0;text-align:center}.Header_portalSwitch_item__29bka:hover{background-color:#f8f9fa}.Header_menu__ua_folder__2P1mS{align-items:center;background-color:#f8f9fa;display:flex;justify-content:center;padding:0 20px}.Header_menu__ua_folder__2P1mS img{height:62px}.Header_buttonLinkImg__2xg9a{border:1px solid #b2bcc6;border-radius:50px!important;font-size:14px;font-weight:500;height:36px!important;margin-right:.6rem;padding:0 1rem!important;text-transform:capitalize;width:auto!important}.Header_buttonLinkImg__2xg9a a{align-items:center}.Header_buttonLinkImg__2xg9a img{height:22px;margin-right:8px!important;width:22px}.Header_error__1eWde{color:#d50000!important;display:block;font-size:12px;line-height:16px;margin-top:4px;text-align:left}.Avatar_avatarContainer__2koem{display:flex}.Avatar_avatar_bg__AOSXV{background:linear-gradient(180deg,#18a0fb,#06d9b1);border-radius:50%;margin-right:10px;padding:2px}.Avatar_avatar__33rUO{background-color:#fff;background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:50%;height:34px;width:34px}.Avatar_avatar_nomargin__1uJg6{margin-right:0}.Avatar_avatar_large__mxjBA{height:46px;width:46px}.Avatar_avatarSvg__23fEQ{border-radius:50%;height:34px;margin-right:6px;width:34px}.Avatar_emptyAvatar__2ljda{background-color:#6d7f92;color:#fff;text-align:center}.Avatar_avatarInfo__2tDuK,.Avatar_emptyAvatar__2ljda{display:flex;flex-direction:column;justify-content:center}.Avatar_avatarName__LEC_t{color:#3c4e64;font-size:12px;line-height:14px;margin-bottom:2px}.Avatar_avatarSignature__36chN{color:#6d7f92;font-size:10px;font-weight:300;line-height:12px}.AgreationNumber_inline__282oe{display:flex}.AgreationNumber_inline_right__2InNF{width:100%}.AgreationNumber_select_group__1ofcT{margin-bottom:10px}.AgreationNumber_select_group_large__2X0jR{margin-bottom:12px}.AgreationNumber_select_group_large__2X0jR .AgreationNumber_select__1PaBr button{height:44px!important}.AgreationNumber_select_group__1ofcT .AgreationNumber_select__1PaBr{position:relative}.AgreationNumber_select_group__1ofcT .AgreationNumber_select__1PaBr button{align-items:center;background:#f8f9fa;border:1px solid #b2bcc6;border-radius:4px;cursor:pointer;display:flex;font-size:.75rem;font-weight:400;height:2.125rem;justify-content:space-between;padding:0 .813rem 0 .75rem;width:100%}.AgreationNumber_select_group__1ofcT .AgreationNumber_select__1PaBr .AgreationNumber_active_btn__1NZTy{background:#fff;border:1px solid #18a0fb}.AgreationNumber_select_group__1ofcT .AgreationNumber_select__1PaBr .AgreationNumber_active_btn__1NZTy svg{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.AgreationNumber_select_group__1ofcT .AgreationNumber_select__1PaBr .AgreationNumber_list__mkcMJ{background:#fff;border:1px solid #b2bcc6;border-radius:4px;box-shadow:0 4px 10px rgba(41,57,77,.1);left:0;margin:0;max-height:300px;overflow:scroll;padding:.625rem 0;position:absolute;text-align:left;width:100%;z-index:10}.AgreationNumber_select_group__1ofcT .AgreationNumber_select__1PaBr .AgreationNumber_list_option__2bpND{align-items:center;cursor:pointer;display:flex;font-size:.75rem;font-weight:700;height:1.875rem;padding-left:1.313rem}.AgreationNumber_select_group__1ofcT .AgreationNumber_select__1PaBr .AgreationNumber_list_option__2bpND:hover{background-color:#f3faff}.AgreationNumber_select_group__1ofcT .AgreationNumber_select__1PaBr .AgreationNumber_list_optgroup__3ymKs{margin-top:5px;padding-left:10px}.AgreationNumber_input__3NtMj{background:#f8f9fa;border:1px solid #b2bcc6;border-radius:4px;box-sizing:border-box;font-size:12px;font-weight:400;line-height:14px;padding:9px 15px;width:100%}.AgreationNumber_input_large__2VgJj{padding:14px 15px}.AgreationNumber_input__3NtMj:focus{border-color:#18a0fb}.AgreationNumber_input__3NtMj.AgreationNumber_error__hLGrK{border:1px solid #d50000}.AgreationNumber_codeInput__38qS- input::-webkit-inner-spin-button{-webkit-appearance:none!important;margin:0}.AgreationNumber_codeInput__38qS- input:nth-child(3),.AgreationNumber_codeInput__38qS- input:nth-child(6){margin-left:.5rem}.AgreationNumber_error__hLGrK{color:#d50000!important;display:block;font-size:12px;line-height:16px;margin-top:4px;text-align:left}.AgreationNumber_agreation__2fn02{align-items:center;background:#f8f9fa;border:1px solid #b2bcc6;border-radius:4px;box-sizing:border-box;display:flex;font-size:12px;font-weight:400;height:34px;line-height:14px;margin-bottom:10px;padding:0 .75rem;width:100%}.AgreationNumber_agreation__2fn02>div{border-right:1px solid #b2bcc6;margin-right:20px;padding:0 40px 0 20px}.AgreationNumber_agreation__2fn02 input{background:transparent;border:none;flex:2 1;font-size:14px}.SubMenu_m-t-xxs__3BjiT{margin-top:.25rem!important}.SubMenu_p-t-xxs__6y44Y{padding-top:.25rem!important}.SubMenu_m-b-xxs__3eRw2{margin-bottom:.25rem!important}.SubMenu_p-b-xxs__3AnI0{padding-bottom:.25rem!important}.SubMenu_m-l-xxs__cQaDi{margin-left:.25rem!important}.SubMenu_p-l-xxs__1Vghh{padding-left:.25rem!important}.SubMenu_m-r-xxs__2AL0E{margin-right:.25rem!important}.SubMenu_p-r-xxs__2isSC{padding-right:.25rem!important}.SubMenu_m-x-xxs__3yAhK{margin-left:.25rem!important;margin-right:.25rem!important}.SubMenu_p-x-xxs__uE8GF{padding-left:.25rem!important;padding-right:.25rem!important}.SubMenu_m-y-xxs__1HhL1{margin-bottom:.25rem!important;margin-top:.25rem!important}.SubMenu_p-y-xxs__178V_{padding-bottom:.25rem!important;padding-top:.25rem!important}.SubMenu_m-xxs__2DcYp{margin:.25rem!important}.SubMenu_p-xxs__3KURg{padding:.25rem!important}.SubMenu_m-t-xs__2vbLC{margin-top:.5rem!important}.SubMenu_p-t-xs__1YlY4{padding-top:.5rem!important}.SubMenu_m-b-xs__3ORBi{margin-bottom:.5rem!important}.SubMenu_p-b-xs__31-TA{padding-bottom:.5rem!important}.SubMenu_m-l-xs__3qK-U{margin-left:.5rem!important}.SubMenu_p-l-xs__3eOAa{padding-left:.5rem!important}.SubMenu_m-r-xs__TI-2y{margin-right:.5rem!important}.SubMenu_p-r-xs__1QMI9{padding-right:.5rem!important}.SubMenu_m-x-xs__6KhUC{margin-left:.5rem!important;margin-right:.5rem!important}.SubMenu_p-x-xs__x9SEh{padding-left:.5rem!important;padding-right:.5rem!important}.SubMenu_m-y-xs__1U_Dq{margin-bottom:.5rem!important;margin-top:.5rem!important}.SubMenu_p-y-xs__nuvnP{padding-bottom:.5rem!important;padding-top:.5rem!important}.SubMenu_m-xs__3shBC{margin:.5rem!important}.SubMenu_p-xs__2bA8f{padding:.5rem!important}.SubMenu_m-t-s__YXQHf{margin-top:1rem!important}.SubMenu_p-t-s__3-WrL{padding-top:1rem!important}.SubMenu_m-b-s__2AEX0{margin-bottom:1rem!important}.SubMenu_p-b-s__VUtg8{padding-bottom:1rem!important}.SubMenu_m-l-s__1NibR{margin-left:1rem!important}.SubMenu_p-l-s__2GY2b{padding-left:1rem!important}.SubMenu_m-r-s__3CHNe{margin-right:1rem!important}.SubMenu_p-r-s__1UCaZ{padding-right:1rem!important}.SubMenu_m-x-s__yaFmL{margin-left:1rem!important;margin-right:1rem!important}.SubMenu_p-x-s__3OUOR{padding-left:1rem!important;padding-right:1rem!important}.SubMenu_m-y-s__9k4zO{margin-bottom:1rem!important;margin-top:1rem!important}.SubMenu_p-y-s__Nm9NH{padding-bottom:1rem!important;padding-top:1rem!important}.SubMenu_m-s__1v5pR{margin:1rem!important}.SubMenu_p-s__16FHx{padding:1rem!important}.SubMenu_m-t-m__1sInB{margin-top:1.5rem!important}.SubMenu_p-t-m__2v2Vg{padding-top:1.5rem!important}.SubMenu_m-b-m__1p8Ne{margin-bottom:1.5rem!important}.SubMenu_p-b-m__F8NDJ{padding-bottom:1.5rem!important}.SubMenu_m-l-m__3p-eK{margin-left:1.5rem!important}.SubMenu_p-l-m__dPMl6{padding-left:1.5rem!important}.SubMenu_m-r-m__-AXev{margin-right:1.5rem!important}.SubMenu_p-r-m__rrXtJ{padding-right:1.5rem!important}.SubMenu_m-x-m__2A3fi{margin-left:1.5rem!important;margin-right:1.5rem!important}.SubMenu_p-x-m__1QbJu{padding-left:1.5rem!important;padding-right:1.5rem!important}.SubMenu_m-y-m__2to6a{margin-bottom:1.5rem!important;margin-top:1.5rem!important}.SubMenu_p-y-m__1zKNP{padding-bottom:1.5rem!important;padding-top:1.5rem!important}.SubMenu_m-m__3Bg6Z{margin:1.5rem!important}.SubMenu_p-m__3ZFTk{padding:1.5rem!important}.SubMenu_m-t-l__EY6WF{margin-top:2rem!important}.SubMenu_p-t-l__2q1Az{padding-top:2rem!important}.SubMenu_m-b-l__3FJBA{margin-bottom:2rem!important}.SubMenu_p-b-l__N2h2M{padding-bottom:2rem!important}.SubMenu_m-l-l__2HCIr{margin-left:2rem!important}.SubMenu_p-l-l__5TcFi{padding-left:2rem!important}.SubMenu_m-r-l__3gWwM{margin-right:2rem!important}.SubMenu_p-r-l__3JRGK{padding-right:2rem!important}.SubMenu_m-x-l__1ixO1{margin-left:2rem!important;margin-right:2rem!important}.SubMenu_p-x-l__ltB7n{padding-left:2rem!important;padding-right:2rem!important}.SubMenu_m-y-l__WQ_Ph{margin-bottom:2rem!important;margin-top:2rem!important}.SubMenu_p-y-l__F9mWu{padding-bottom:2rem!important;padding-top:2rem!important}.SubMenu_m-l__3vsSB{margin:2rem!important}.SubMenu_p-l__2cWxd{padding:2rem!important}.SubMenu_m-t-xl__1mS8i{margin-top:3rem!important}.SubMenu_p-t-xl__1f30-{padding-top:3rem!important}.SubMenu_m-b-xl__19WCS{margin-bottom:3rem!important}.SubMenu_p-b-xl__1Mt7z{padding-bottom:3rem!important}.SubMenu_m-l-xl__3Oaft{margin-left:3rem!important}.SubMenu_p-l-xl__3WKtC{padding-left:3rem!important}.SubMenu_m-r-xl__3CbhP{margin-right:3rem!important}.SubMenu_p-r-xl__2fvDv{padding-right:3rem!important}.SubMenu_m-x-xl__22Kv9{margin-left:3rem!important;margin-right:3rem!important}.SubMenu_p-x-xl__3aOPU{padding-left:3rem!important;padding-right:3rem!important}.SubMenu_m-y-xl__2D-Bo{margin-bottom:3rem!important;margin-top:3rem!important}.SubMenu_p-y-xl__1xN2r{padding-bottom:3rem!important;padding-top:3rem!important}.SubMenu_m-xl__3p6cc{margin:3rem!important}.SubMenu_p-xl__3oIw7{padding:3rem!important}.SubMenu_m-t-xxl__1rmsW{margin-top:4rem!important}.SubMenu_p-t-xxl__2ORbf{padding-top:4rem!important}.SubMenu_m-b-xxl__29hr1{margin-bottom:4rem!important}.SubMenu_p-b-xxl__3fdSf{padding-bottom:4rem!important}.SubMenu_m-l-xxl__1IkON{margin-left:4rem!important}.SubMenu_p-l-xxl__1dY7x{padding-left:4rem!important}.SubMenu_m-r-xxl__38SG2{margin-right:4rem!important}.SubMenu_p-r-xxl__2RJyO{padding-right:4rem!important}.SubMenu_m-x-xxl__3owX2{margin-left:4rem!important;margin-right:4rem!important}.SubMenu_p-x-xxl__3DXGU{padding-left:4rem!important;padding-right:4rem!important}.SubMenu_m-y-xxl__gRyN9{margin-bottom:4rem!important;margin-top:4rem!important}.SubMenu_p-y-xxl__3SfC3{padding-bottom:4rem!important;padding-top:4rem!important}.SubMenu_m-xxl__30HwQ{margin:4rem!important}.SubMenu_p-xxl__1rR77{padding:4rem!important}.SubMenu_no-padding__U8jVa{padding:0!important}.SubMenu_no-padding--top__2QY0V{padding-top:0!important}.SubMenu_no-padding--left__26HcD{padding-left:0!important}.SubMenu_no-padding--bottom__1GBCd{padding-bottom:0!important}.SubMenu_no-padding--right__3yqV7{padding-right:0!important}.SubMenu_no-margin__21zo_{margin:0!important}.SubMenu_no-margin--top__2yYXk{margin-top:0!important}.SubMenu_no-margin--left__2EJfE{margin-left:0!important}.SubMenu_no-margin--bottom__2vODl{margin-bottom:0!important}.SubMenu_no-margin--right__1VZDq{margin-right:0!important}.SubMenu_nav__GCkPQ{height:100%;width:100%}.SubMenu_container__3g8Nt{align-items:center;background:#29394d;color:#c7e8fe;display:flex;justify-content:space-between;padding-left:60px;position:relative}.SubMenu_vertical__157Ky{display:flex;flex-direction:row}.SubMenu_vertical__157Ky .SubMenu_container__3g8Nt{height:9000px;padding-left:0;transition:width .5s cubic-bezier(0,0,.2,1);width:3.7rem}.SubMenu_vertical__157Ky .SubMenu_container__3g8Nt .SubMenu_control__3c9Iq{visibility:hidden}.SubMenu_vertical__157Ky .SubMenu_container__3g8Nt .SubMenu_item__3TISq a{visibility:hidden;white-space:nowrap}.SubMenu_vertical__157Ky .SubMenu_container__3g8Nt:hover{width:20rem}.SubMenu_vertical__157Ky .SubMenu_container__3g8Nt:hover .SubMenu_item__3TISq{width:92%}.SubMenu_vertical__157Ky .SubMenu_container__3g8Nt:hover .SubMenu_item__3TISq div{display:inline-block;opacity:1;visibility:visible}.SubMenu_vertical__157Ky .SubMenu_container__3g8Nt:hover .SubMenu_item__3TISq a{visibility:visible}.SubMenu_vertical__157Ky .SubMenu_container__3g8Nt:hover .SubMenu_subitemvertical__3cuJ_{align-items:center;display:flex;margin-left:6%;padding:15px 20px;width:86%}.SubMenu_vertical__157Ky .SubMenu_container__3g8Nt:hover .SubMenu_subitemvertical__3cuJ_:hover{background-color:#3c4e64}.SubMenu_vertical__157Ky .SubMenu_container__3g8Nt:hover .SubMenu_subitemvertical__3cuJ_ a{color:#c7e8fe;display:flex;font-size:.8rem;margin-left:15px;text-transform:uppercase}.SubMenu_vertical__157Ky .SubMenu_container__3g8Nt:hover .SubMenu_control__3c9Iq{visibility:visible}.SubMenu_vertical__157Ky .SubMenu_control__3c9Iq{border-radius:15px;bottom:auto;left:auto;right:-15px;top:15px}.SubMenu_vertical__157Ky .SubMenu_control__3c9Iq i{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.SubMenu_vertical__157Ky .SubMenu_control__3c9Iq:hover i{-webkit-transform:rotate(0deg);transform:rotate(0deg)}.SubMenu_vertical__157Ky .SubMenu_item__3TISq div{display:none;opacity:0;visibility:hidden;white-space:nowrap}.SubMenu_vertical__157Ky .SubMenu_menu__1WNFI{flex-direction:column;height:100%;margin-top:30px;overflow:hidden}.SubMenu_vertical__157Ky .SubMenu_dropdown__2U3Am>div{position:relative;width:auto}.SubMenu_control__3c9Iq{align-items:center;background:#29394d;border:2px solid #fff;border-radius:15px;bottom:-15px;box-sizing:border-box;cursor:pointer;display:flex;font-size:16px;height:30px;justify-content:center;left:15px;line-height:12px;position:absolute;width:30px;z-index:99}.SubMenu_control__3c9Iq i{transition:.7s}.SubMenu_control__3c9Iq:hover i{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.SubMenu_menu__1WNFI{display:flex;margin:0}.SubMenu_dropdown__2U3Am{margin:0}.SubMenu_dropdown__2U3Am>.SubMenu_more__2R16m{font-size:.9rem}.SubMenu_dropdown__2U3Am>.SubMenu_more__2R16m,.SubMenu_more__2R16m{color:#95959f!important;cursor:pointer;float:right;margin:0;padding:15px;text-align:right;text-transform:uppercase}.SubMenu_more__2R16m{font-size:.7rem}.SubMenu_item__3TISq{align-items:center;background:#29394d;color:#c7e8fe;display:flex;padding:0 20px}.SubMenu_item__3TISq:hover{background:#3c4e64;color:#c7e8fe}.SubMenu_item__3TISq img{margin-right:10px}.SubMenu_item__3TISq i{margin-left:2rem;transition:transform .2s,-webkit-transform .2s}.SubMenu_item__3TISq a{color:#c7e8fe;font-size:14px;line-height:14px;padding:15px 0;text-transform:uppercase}.SubMenu_subitem__1H4wW{align-items:center;display:flex;padding:15px 20px}.SubMenu_subitem__1H4wW:hover{background-color:#3c4e64}.SubMenu_subitem__1H4wW a{color:#c7e8fe;display:flex;font-size:.8rem;margin-left:15px;text-transform:uppercase}.SubMenu_dropdown__2U3Am>div{background:#29394d;display:none;left:0;padding:0;position:absolute;right:0;z-index:101}.SubMenu_dropdown__2U3Am>div ul{margin:0}.SubMenu_dropdown__2U3Am:hover{position:relative}.SubMenu_dropdown__2U3Am:hover i{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.SubMenu_dropdown__2U3Am:hover>div{display:block}.SubMenu_avatar__2_n5a{background-color:#6d7f92;background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:50%;height:44px;margin-right:6px;width:44px}.SubMenu_vertical__157Ky>div{flex:1 1}.SubMenu_sharePremium__11dwU{align-items:center;background-color:#fb1e5b;border-radius:5px;color:#fff;display:block;display:flex;font-size:.875rem;font-weight:500;height:2.25rem;justify-content:space-between;margin-right:5rem;padding:0 1rem;text-transform:uppercase}.SubMenu_sharePremium__11dwU svg{margin-right:.75rem}@media screen and (max-width:39.9375em){.SubMenu_container__3g8Nt{padding-left:0;padding-right:1rem}.SubMenu_menu__1WNFI{display:none}.SubMenu_control__3c9Iq{bottom:15px}.SubMenu_vertical__157Ky{display:block;position:relative}.SubMenu_vertical__157Ky .SubMenu_menu__1WNFI{display:flex}.SubMenu_vertical__157Ky .SubMenu_container__3g8Nt{left:0;padding-bottom:1rem;position:absolute;width:100%!important;z-index:9991}.SubMenu_vertical__157Ky .SubMenu_container__3g8Nt .SubMenu_item__3TISq a{display:inline-block;opacity:1;visibility:visible}.SubMenu_vertical__157Ky .SubMenu_control__3c9Iq{right:15px}}.Header_m-t-xxs__1tG4R{margin-top:.25rem!important}.Header_p-t-xxs__3vvO2{padding-top:.25rem!important}.Header_m-b-xxs__ekz0-{margin-bottom:.25rem!important}.Header_p-b-xxs__2g_lp{padding-bottom:.25rem!important}.Header_m-l-xxs__3lhHg{margin-left:.25rem!important}.Header_p-l-xxs__ki2-k{padding-left:.25rem!important}.Header_m-r-xxs__3Z-RL{margin-right:.25rem!important}.Header_p-r-xxs__2Uq5W{padding-right:.25rem!important}.Header_m-x-xxs__2_voD{margin-left:.25rem!important;margin-right:.25rem!important}.Header_p-x-xxs__2m7ax{padding-left:.25rem!important;padding-right:.25rem!important}.Header_m-y-xxs__2pGdy{margin-bottom:.25rem!important;margin-top:.25rem!important}.Header_p-y-xxs__2BuJ2{padding-bottom:.25rem!important;padding-top:.25rem!important}.Header_m-xxs__15PW0{margin:.25rem!important}.Header_p-xxs__3IMuf{padding:.25rem!important}.Header_m-t-xs__2YJF8{margin-top:.5rem!important}.Header_p-t-xs__1b3ag{padding-top:.5rem!important}.Header_m-b-xs__2B5Cd{margin-bottom:.5rem!important}.Header_p-b-xs__2MbEL{padding-bottom:.5rem!important}.Header_m-l-xs__rxEOm{margin-left:.5rem!important}.Header_p-l-xs__37hH-{padding-left:.5rem!important}.Header_m-r-xs__3SSMQ{margin-right:.5rem!important}.Header_p-r-xs__3Hvnm{padding-right:.5rem!important}.Header_m-x-xs__233E8{margin-left:.5rem!important;margin-right:.5rem!important}.Header_p-x-xs__25-xl{padding-left:.5rem!important;padding-right:.5rem!important}.Header_m-y-xs__1ByXt{margin-bottom:.5rem!important;margin-top:.5rem!important}.Header_p-y-xs___zTXo{padding-bottom:.5rem!important;padding-top:.5rem!important}.Header_m-xs__1136d{margin:.5rem!important}.Header_p-xs__V8lpd{padding:.5rem!important}.Header_m-t-s__RT3LQ{margin-top:1rem!important}.Header_p-t-s__39yQZ{padding-top:1rem!important}.Header_m-b-s__1MQZO{margin-bottom:1rem!important}.Header_p-b-s__3GPy7{padding-bottom:1rem!important}.Header_m-l-s__1P7rM{margin-left:1rem!important}.Header_p-l-s__1v1zF{padding-left:1rem!important}.Header_m-r-s__1kHCJ{margin-right:1rem!important}.Header_p-r-s__1y8Kf{padding-right:1rem!important}.Header_m-x-s__2_i25{margin-left:1rem!important;margin-right:1rem!important}.Header_p-x-s__1ldze{padding-left:1rem!important;padding-right:1rem!important}.Header_m-y-s__3qHUc{margin-bottom:1rem!important;margin-top:1rem!important}.Header_p-y-s__37ujG{padding-bottom:1rem!important;padding-top:1rem!important}.Header_m-s__fZ1QF{margin:1rem!important}.Header_p-s__3UTbN{padding:1rem!important}.Header_m-t-m__XN1Bi{margin-top:1.5rem!important}.Header_p-t-m__162T-{padding-top:1.5rem!important}.Header_m-b-m__2npz_{margin-bottom:1.5rem!important}.Header_p-b-m__w5EPu{padding-bottom:1.5rem!important}.Header_m-l-m__1A7Cb{margin-left:1.5rem!important}.Header_p-l-m__1LHqn{padding-left:1.5rem!important}.Header_m-r-m__1NWTL{margin-right:1.5rem!important}.Header_p-r-m__1AFjk{padding-right:1.5rem!important}.Header_m-x-m__KtsqZ{margin-left:1.5rem!important;margin-right:1.5rem!important}.Header_p-x-m__--EjL{padding-left:1.5rem!important;padding-right:1.5rem!important}.Header_m-y-m__3OWMi{margin-bottom:1.5rem!important;margin-top:1.5rem!important}.Header_p-y-m__1nMQd{padding-bottom:1.5rem!important;padding-top:1.5rem!important}.Header_m-m__inIbJ{margin:1.5rem!important}.Header_p-m__2aqt_{padding:1.5rem!important}.Header_m-t-l__17k7K{margin-top:2rem!important}.Header_p-t-l__1ACIV{padding-top:2rem!important}.Header_m-b-l__s3L02{margin-bottom:2rem!important}.Header_p-b-l__17oTH{padding-bottom:2rem!important}.Header_m-l-l__3k7iq{margin-left:2rem!important}.Header_p-l-l__3ZbLj{padding-left:2rem!important}.Header_m-r-l__3DQJM{margin-right:2rem!important}.Header_p-r-l__1nlzI{padding-right:2rem!important}.Header_m-x-l__20bUZ{margin-left:2rem!important;margin-right:2rem!important}.Header_p-x-l__2FWPS{padding-left:2rem!important;padding-right:2rem!important}.Header_m-y-l__1xZIJ{margin-bottom:2rem!important;margin-top:2rem!important}.Header_p-y-l__tFMr4{padding-bottom:2rem!important;padding-top:2rem!important}.Header_m-l__3LE2E{margin:2rem!important}.Header_p-l__1reEA{padding:2rem!important}.Header_m-t-xl__1JVp1{margin-top:3rem!important}.Header_p-t-xl__EdUpx{padding-top:3rem!important}.Header_m-b-xl__1PS2e{margin-bottom:3rem!important}.Header_p-b-xl__1W_pG{padding-bottom:3rem!important}.Header_m-l-xl__2Q36l{margin-left:3rem!important}.Header_p-l-xl__28mOQ{padding-left:3rem!important}.Header_m-r-xl__9-ri_{margin-right:3rem!important}.Header_p-r-xl__vMpEb{padding-right:3rem!important}.Header_m-x-xl__U6LCk{margin-left:3rem!important;margin-right:3rem!important}.Header_p-x-xl__68MdR{padding-left:3rem!important;padding-right:3rem!important}.Header_m-y-xl__3eULt{margin-bottom:3rem!important;margin-top:3rem!important}.Header_p-y-xl__3827O{padding-bottom:3rem!important;padding-top:3rem!important}.Header_m-xl__13H9E{margin:3rem!important}.Header_p-xl__2SwsJ{padding:3rem!important}.Header_m-t-xxl__2rAs5{margin-top:4rem!important}.Header_p-t-xxl__1ru2K{padding-top:4rem!important}.Header_m-b-xxl__1wxPW{margin-bottom:4rem!important}.Header_p-b-xxl__2jRwW{padding-bottom:4rem!important}.Header_m-l-xxl__3gXZt{margin-left:4rem!important}.Header_p-l-xxl__3NVE1{padding-left:4rem!important}.Header_m-r-xxl__2C_3K{margin-right:4rem!important}.Header_p-r-xxl__3Eq5y{padding-right:4rem!important}.Header_m-x-xxl__vWmuV{margin-left:4rem!important;margin-right:4rem!important}.Header_p-x-xxl__2kaxR{padding-left:4rem!important;padding-right:4rem!important}.Header_m-y-xxl__3ap8a{margin-bottom:4rem!important;margin-top:4rem!important}.Header_p-y-xxl__2Ql8u{padding-bottom:4rem!important;padding-top:4rem!important}.Header_m-xxl__3DAV_{margin:4rem!important}.Header_p-xxl__1EPiv{padding:4rem!important}.Header_no-padding__2_5r2{padding:0!important}.Header_no-padding--top__3GOSC{padding-top:0!important}.Header_no-padding--left__1-32-{padding-left:0!important}.Header_no-padding--bottom__26Zkk{padding-bottom:0!important}.Header_no-padding--right__1mQ4A{padding-right:0!important}.Header_no-margin__1ysHA{margin:0!important}.Header_no-margin--top__10rtQ{margin-top:0!important}.Header_no-margin--left__AHnzb{margin-left:0!important}.Header_no-margin--bottom__1dBpc{margin-bottom:0!important}.Header_no-margin--right__1N-bv{margin-right:0!important}.Header_header__3RgV8{align-items:center;background-color:#fff;box-shadow:0 1px 15px rgba(0,0,0,.04),0 1px 6px rgba(0,0,0,.04);box-sizing:border-box;color:#29394d;display:flex;flex-wrap:wrap;font-weight:500;position:relative;text-transform:uppercase}.Header_header__3RgV8 a{color:#29394d}.Header_headerLeft__3oaCk{display:flex;position:relative;z-index:105}.Header_headerRight__1JvJI{background-color:#fff;display:flex;margin-left:auto}.Header_appInfo__3VmrD{align-items:center;color:#29394d;cursor:pointer;display:flex;font-family:Roboto,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:18px;padding:.45rem 0;position:relative;text-transform:none;transition:box-shadow .3s ease-in-out;width:12rem;z-index:1}.Header_appLogo__rQpNE{height:3rem;margin:0 .75rem}.Header_appName__1IHFL{font-family:Roboto,Segoe UI,Helvetica,sans-serif;font-size:18px;text-transform:none}.Header_headerLinks__3ZXMZ{align-items:center;display:flex}.Header_headerLinks__3ZXMZ li{cursor:pointer;font-size:14px;font-weight:500;line-height:16px;padding:0 2rem;text-transform:capitalize}.Header_headerLinks__3ZXMZ .Header_register__kmWFL{border-left:1px solid #d8dde2;text-align:right}.Header_expandable__2JEor{position:relative}.Header_expandable__2JEor:before{background:transparent;border-bottom:.5rem solid #f1f2f4;border-left:.5rem solid transparent;border-right:.5rem solid transparent;bottom:-.6rem;left:calc(50% - .5rem);position:absolute;z-index:6}.Header_expandable__2JEor:hover:before{content:""}.Header_dropdown__2UKQI{background:#f1f2f4;border-radius:0 0 4px 4px;box-shadow:0 4px 4px rgba(41,57,77,.1);cursor:default;margin:0;opacity:0;padding:0;position:absolute;right:1rem;top:100%;transition:all .2s ease-in-out;visibility:hidden;width:20rem;z-index:1005}.Header_menuLink__21DEj{align-items:center;border-radius:50%;cursor:pointer;display:flex;font-size:1.3rem;height:2.8rem;justify-content:center;margin:0 .1rem;transition:all .2s ease-in-out;width:2.8rem}.Header_menuLink__21DEj:hover{background-color:#f1f2f4}.Header_menuLink__21DEj a,.Header_menuLink__21DEj span{display:flex}.Header_headerLanguages__rGD3m{align-items:center;color:#fff;display:flex;font-weight:500;justify-content:center;margin:0 .5rem 0 0}.Header_headerLanguages__rGD3m li{align-items:center;border:1px solid #c7e8fe;border-radius:50%;color:#18a0fb;cursor:pointer;display:flex;height:2.5rem;justify-content:center;margin:0 .5rem;transition:font-size .2s ease-in-out;width:2.5rem}.Header_headerLanguages__rGD3m li.Header_headerLanguageSelected__1Wcpt,.Header_headerLanguages__rGD3m li:hover{background-color:#18a0fb;color:#fff}.Header_signIn__1ZpCa{align-items:center;color:#29394d;cursor:pointer;display:flex;font-size:.9rem;font-weight:600;font-weight:500;line-height:1;padding:0 2rem;text-transform:none;text-transform:uppercase;transition:color .2s ease-in-out;transition:all .2s ease-in-out}.Header_signIn__1ZpCa:hover{color:#18a0fb}.Header_boxes__box__logo__s_1Jb{background-position:50%;background-repeat:no-repeat;background-size:contain;height:5rem;margin-bottom:10px;width:90%}nav li{cursor:pointer}nav li .Header_menu__link__3t0zU{background-color:#f8f9fa;color:#373c54;padding:0 1rem}nav li:hover .Header_menu__link__3t0zU{color:#2c2b3f}.Header_menuLogo__3PE58{align-items:center;cursor:pointer;display:flex;min-height:64px;padding:0;position:relative;-webkit-user-select:none;user-select:none;width:15rem;z-index:2}.Header_menuLogo__3PE58 .Header_settingsIcon__1bb7N{color:#29394d;font-size:1.5rem;padding:20px 16px 16px 14px}.Header_menuLogo__3PE58 img{height:38px;margin:0 10px}.Header_menuLogo__3PE58 .Header_name__5fx_I{color:#29394d;font-family:Roboto,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:18px;text-transform:none}.Header_menuLogo__3PE58.Header_shadow__3R6YZ{transition:all .2s ease-in-out}.Header_menuLogo__3PE58 .Header_iconOptions__lLLQY{cursor:pointer;margin-right:1rem;-webkit-transform:rotate(90deg);transform:rotate(90deg)}.Header_menuLogo__3PE58 .Header_menuDropdown__1GUVJ{color:#29394d;font-family:Roboto,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:12px;font-weight:500;left:0;padding-left:0;padding-right:0;text-align:center;width:100%}.Header_menuLogo__3PE58 .Header_menuDropdown__1GUVJ li{position:relative}.Header_menuLogo__3PE58 .Header_menuDropdown__1GUVJ li a{align-items:center;color:#29394d;display:flex;justify-content:center;line-height:1.6;padding:1rem 0}.Header_menuLogo__3PE58 .Header_menuDropdown__1GUVJ li:after{background:#f8f9fa;content:"";display:block;height:1px;left:.75rem;position:absolute;right:.75rem;top:0}.Header_menuLogo__3PE58 .Header_menuDropdown__1GUVJ li:hover{background:#f8f9fa}.Header_menuLogo__3PE58 .Header_menuDropdown__1GUVJ li:hover a{color:#18a0fb}.Header_menuLogo__3PE58 .Header_menuDropdown__1GUVJ.Header_show__2Pm4A{opacity:1;visibility:visible}.Header_menuDropdown__1GUVJ{background:#fff;border-radius:0 0 4px 4px;box-shadow:0 4px 4px rgba(41,57,77,.1);margin:0;opacity:0;padding:0 2rem 1rem;position:absolute;right:0;top:100%;visibility:hidden;width:24rem;z-index:1005}.Header_menu__2G8yY a{display:block;line-height:1;padding:.7rem 1rem;text-decoration:none}.Header_menu__2G8yY{align-items:center;margin:0 1.3rem!important}.Header_menu__2G8yY .Header_menuImg__1VBMD{padding:.5rem}.Header_menu__2G8yY .Header_e-box-li__3ipq3{align-items:center!important;border-radius:2rem!important;display:flex!important;height:2.8rem;justify-content:center!important;overflow:hidden;padding:0!important;width:2.8rem}.Header_menu__2G8yY .Header_e-box-li__3ipq3:hover:before{position:relative!important}.Header_menu__2G8yY .Header_e-box-li__3ipq3.Header_active-e-box__3MbAl{background-color:#e1e1e4}.Header_menu__2G8yY .Header_e-box-li__3ipq3 .Header_badge-new__2CXTy{border-bottom-right-radius:0;margin-bottom:.75rem;margin-left:-3.7rem}.Header_menu__2G8yY .Header_e-box-li__3ipq3 img{margin:0;width:1.6rem}.Header_menu__2G8yY>li{align-items:center;border-radius:2rem 2rem 0 0;border-radius:50%;cursor:pointer;display:flex;height:2.8rem;justify-content:center;padding:.8rem 1rem;transition:all .2s ease-in-out;width:2.8rem}.Header_menu__2G8yY>li a img{margin-right:0}.Header_menu__2G8yY>li .Header_icon__pIyuJ{margin-right:.4rem}.Header_menu__2G8yY>li>span{font-size:1.3rem}.Header_menu__2G8yY>li>span.Header_dotted__3iI0p:before{right:27%;top:21%}.Header_menu__2G8yY>li:hover{background-color:#f1f2f4}.Header_menu__2G8yY>li:hover img{opacity:.85}.Header_menu__2G8yY>li:hover .Header_badge__3bv4V{visibility:hidden}.Header_menu__2G8yY>li:hover.Header_expandable__2JEor:after{background:transparent;border-bottom:7px solid #f1f2f4;border-left:7px solid transparent;border-right:7px solid transparent;bottom:0;bottom:-.6rem;content:" ";left:calc(50% - 7px);position:absolute;z-index:6}.Header_menu__2G8yY>li:hover .Header_menuDropdown__1GUVJ,.Header_menu__2G8yY>li:hover .Header_socialLinksWrapper___4dvz{opacity:1;visibility:visible}.Header_menu__2G8yY>li .Header_badge__3bv4V{background:#fe3745;border-radius:50%;bottom:0;color:#fefefe;display:inline-block;font-family:Roboto,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:.7rem;font-weight:700;line-height:1.4;min-width:1.3rem;padding:.2rem;position:absolute;right:0;text-align:center;transition:visibility .2s ease-in-out}.Header_buttons__2t1Mb{align-items:center;display:flex;font-size:1.5rem;margin:0 3px 0 0!important}.Header_buttons__2t1Mb .Header_buttonLink__2aVm3{border:1px solid #29394d;border-radius:5px;font-size:14px;font-weight:500;height:36px;margin-right:.6rem;text-transform:uppercase;width:auto}.Header_buttons__2t1Mb .Header_buttonLink__2aVm3 svg{height:14px;margin-right:5px;width:14px}.Header_buttons__2t1Mb .Header_notif__3vNXY .Header_menuDropdown__1GUVJ,.Header_buttons__2t1Mb .Header_notif__3vNXY .Header_socialLinksWrapper___4dvz{right:-75px}.Header_buttons__2t1Mb .Header_notif__3vNXY .Header_menuDropdown__1GUVJ a,.Header_buttons__2t1Mb .Header_notif__3vNXY .Header_socialLinksWrapper___4dvz a{display:block}.Header_buttons__2t1Mb .Header_notif__3vNXY.Header_notifDot__2eRO9:before{background-color:#2495e1;border:2px solid #fff;border-radius:50%;content:"";display:block;height:14px;position:absolute;right:8px;top:9px;width:14px}.Header_buttons__2t1Mb .Header_ebox__mf1CP .Header_menuDropdown__1GUVJ,.Header_buttons__2t1Mb .Header_ebox__mf1CP .Header_socialLinksWrapper___4dvz{right:-173px}.Header_buttons__2t1Mb .Header_apps__15VGu .Header_menuDropdown__1GUVJ,.Header_buttons__2t1Mb .Header_apps__15VGu .Header_socialLinksWrapper___4dvz{right:-75px}.Header_buttons__2t1Mb .Header_apps__15VGu .Header_socialLinksBody__1NC_m>ul{display:flex;flex-wrap:wrap;overflow:scroll;padding:1rem}.Header_buttons__2t1Mb .Header_apps__15VGu .Header_socialLinksBody__1NC_m>ul li{margin:.5rem 0;padding:0 .5rem}.Header_buttons__2t1Mb .Header_apps__15VGu .Header_socialLinksBody__1NC_m>ul li a{color:#6d7f92}.Header_buttons__2t1Mb .Header_apps__15VGu .Header_socialLinksBody__1NC_m>ul .Header_appWrapper__143SS{border:.5px solid #eef6ff;border-radius:4px;box-shadow:0 0 10px rgba(41,57,77,.05);box-sizing:border-box;cursor:pointer;display:block;padding:.5rem;text-align:center;text-transform:none}.Header_buttons__2t1Mb .Header_apps__15VGu .Header_socialLinksBody__1NC_m>ul .Header_appWrapper__143SS img{height:42px;margin-bottom:.5rem;width:42px}.Header_buttons__2t1Mb .Header_apps__15VGu .Header_socialLinksBody__1NC_m>ul .Header_appWrapper__143SS .Header_appName__1IHFL{color:#3c4e64;font-family:Roboto,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:12px;font-style:normal;font-weight:400;line-height:14px;text-align:center}.Header_buttons__2t1Mb .Header_apps__15VGu .Header_socialLinksBody__1NC_m>ul .Header_appWrapper__143SS:hover{background:#f3faff;border:none;box-shadow:none}.Header_buttons__2t1Mb .Header_apps__15VGu .Header_socialLinksBody__1NC_m>ul .Header_appWrapper__143SS:hover .Header_appName__1IHFL{color:#18a0fb}.Header_buttons__2t1Mb .Header_apps__15VGu .Header_socialLinksBody__1NC_m>ul .Header_appWrapper__143SS.Header_disabled__3B4lT{cursor:inherit;opacity:.35}.Header_buttons__2t1Mb a{display:flex;padding:0}.Header_buttons__2t1Mb .Header_socialLinksHeader__2KT3i{background:#f1f2f4;color:#2495e1;font-family:Roboto,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:14px;font-weight:400;line-height:.2rem;padding:1.5rem 1rem;text-align:center;text-transform:none}.Header_buttons__2t1Mb .Header_socialLinksHeader_admin__1tSiq{align-items:center;display:flex;justify-content:space-between}.Header_buttons__2t1Mb .Header_socialLinksHeader_edit__2orSs{cursor:pointer}.Header_buttons__2t1Mb .Header_socialLinksHeader_edit__2orSs i{font-size:18px}.Header_buttons__2t1Mb .Header_socialLinksBody__1NC_m{background:#f1f2f4}.Header_buttons__2t1Mb .Header_socialLinksBody__1NC_m>ul{border-top:2px solid #fff;margin:0 .25rem .25rem;max-height:36rem;overflow-y:auto}.Header_buttons__2t1Mb .Header_socialLinksWrapper___4dvz{background:#f1f2f4;border-radius:0 0 4px 4px;box-shadow:0 4px 4px rgba(41,57,77,.1);cursor:default;margin:0;opacity:0;padding:0;position:absolute;top:45px;visibility:hidden;width:20rem;z-index:1005}.Header_buttons__2t1Mb>.Header_socialLinks__vmTWv{margin:0 .12rem;padding:0 .6rem;position:relative}.Header_buttons__2t1Mb>.Header_socialLinks__vmTWv .Header_active__1L8I9:after{background-color:red;border:1px solid #fff;border-radius:50%;bottom:8px;content:" ";height:8px;position:absolute;right:12px;width:8px}.Header_buttons__2t1Mb>.Header_socialLinks__vmTWv .Header_subMenuDropdown__3gur- span{font-size:.75rem;text-transform:none}.Header_buttons__2t1Mb>.Header_socialLinks__vmTWv .Header_subMenuDropdown__3gur->li{background:#fff;color:#29394d;font-family:Roboto,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:12px;font-weight:400;line-height:.2rem;padding:1.5rem 1rem .25rem;position:relative;text-transform:none}.Header_buttons__2t1Mb>.Header_socialLinks__vmTWv .Header_subMenuDropdown__3gur->li:hover{background:#f8f9fa}.Header_buttons__2t1Mb>.Header_socialLinks__vmTWv .Header_subMenuDropdown__3gur->li:hover a{color:#18a0fb}.Header_buttons__2t1Mb>.Header_socialLinks__vmTWv .Header_subMenuDropdown__3gur->li:not(:last-child){border-bottom:1px solid #f8f9fa}.Header_buttons__2t1Mb>.Header_socialLinks__vmTWv .Header_subMenuDropdown__3gur->li a{font-size:.75rem;line-height:1.1rem;text-transform:none}.Header_buttons__2t1Mb>.Header_socialLinks__vmTWv .Header_subMenuDropdown__3gur->li:last-child{border-bottom:none}.Header_buttons__2t1Mb>.Header_socialLinks__vmTWv .Header_subMenuDropdown__3gur->li.Header_read__2ZQFy a{color:#6d7f92!important}.Header_buttons__2t1Mb>.Header_socialLinks__vmTWv .Header_subMenuDropdown__3gur->li.Header_notRead__2INDp{padding:1.5rem 1.5rem .25rem}.Header_buttons__2t1Mb>.Header_socialLinks__vmTWv .Header_subMenuDropdown__3gur->li.Header_notRead__2INDp a{color:#29394d}.Header_buttons__2t1Mb>.Header_socialLinks__vmTWv .Header_subMenuDropdown__3gur->li .Header_infos__2KFz8{color:#6d7f92;font-family:Roboto,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:10px;font-style:normal;font-weight:300;padding-top:.5rem;text-align:right}.Header_buttons__2t1Mb>.Header_socialLinks__vmTWv .Header_e-box-icon__2dfOc{height:2rem;padding-bottom:.3rem;padding-left:.2rem;width:2rem!important}.Header_buttons__2t1Mb li{padding:0 .6rem;transition:all .3s ease-in-out}.Header_buttons__2t1Mb li:hover:after{background-color:inherit}.Header_buttons__2t1Mb li:hover a{border:0;color:#3c4e64}.Header_notifContent__gaNS3{color:#6d7f92;font-size:12px;line-height:14px;word-break:break-word}.Header_notReadPoint__tmXM-{background-color:#2495e1;border-radius:50%;display:block;height:10px;position:absolute;right:1rem;top:50%;width:10px}.Header_appsContainer__3qSXx{background-color:#fff}.Header_appsContainer__3qSXx .Header_appsColumn__2n7bL{flex:0 0 33.33333%;max-width:33.33333%;min-width:0}.Header_menuImgWrap__3Oa7H{background-position:50%;background-size:cover;border-radius:3rem;flex-shrink:0;height:2.8rem;overflow:hidden;width:2.8rem}.Header_profile__2erGW{margin:0}.Header_profile__2erGW .Header_menuDropdown__1GUVJ{background:#f1f2f4!important;cursor:auto;padding:0;right:-5px;top:45px;width:20rem}.Header_profile__2erGW .Header_menuDropdown__1GUVJ>li{margin:1.1rem .25rem}.Header_profile__2erGW .Header_menuDropdown__1GUVJ .Header_profileContainer__2PQzq{display:flex;padding:0 1rem}.Header_profile__2erGW .Header_menuDropdown__1GUVJ .Header_menuImgWrap__3Oa7H{height:2.5rem;margin-left:.5rem;margin-right:.5rem;width:2.5rem}.Header_profile__2erGW .Header_menuDropdown__1GUVJ .Header_infos__2KFz8{color:#29394d;display:flex;flex-direction:column;font-family:Roboto,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:14px;font-weight:500;text-transform:none}.Header_profile__2erGW .Header_menuDropdown__1GUVJ .Header_infos__2KFz8 .Header_email__1Sk5X{color:#6d7f92;font-size:12px;font-weight:300;line-height:14px}.Header_profile__2erGW .Header_menuDropdown__1GUVJ .Header_social__3HkPo{background:#fff;cursor:default;margin-top:0!important;position:relative}.Header_profile__2erGW .Header_menuDropdown__1GUVJ .Header_social__3HkPo ul{align-items:center;display:flex;justify-content:center;margin:0}.Header_profile__2erGW .Header_menuDropdown__1GUVJ .Header_social__3HkPo ul li{color:#6d7f92;cursor:pointer;font-size:22px;margin:1rem 0}.Header_profile__2erGW .Header_menuDropdown__1GUVJ .Header_social__3HkPo ul li:not(:last-child){margin-right:.5rem}.Header_profile__2erGW .Header_menuDropdown__1GUVJ .Header_social__3HkPo ul li a{color:#6d7f92}.Header_profile__2erGW .Header_menuDropdown__1GUVJ .Header_social__3HkPo ul i{padding:.5rem}.Header_profile__2erGW .Header_menuDropdown__1GUVJ .Header_social__3HkPo ul i:hover{background:#f1f2f4;border-radius:50%;line-height:1}.Header_profile__2erGW .Header_menuDropdown__1GUVJ .Header_social__3HkPo:before{background:#f8f9fa;content:"";display:block;height:1px;left:5%;position:absolute;width:90%}.Header_profile__2erGW .Header_menuDropdown__1GUVJ .Header_logout__3VWYK{color:#18a0fb;cursor:pointer;padding:.25rem;text-align:center}.Header_profile__2erGW .Header_menuDropdown__1GUVJ .Header_logout__3VWYK:hover{color:#2495e1}.Header_menuLanguage__3gGCL{background:#fff;cursor:default;margin:0;margin-bottom:0!important;padding:1.5rem 1rem}.Header_menuLanguage__3gGCL ul{align-items:center;color:#fff;display:flex;font-weight:700;height:2rem;justify-content:center;margin:0}.Header_menuLanguage__3gGCL ul li{align-items:center;border:1px solid #c7e8fe;border-radius:50%;color:#18a0fb;cursor:pointer;display:flex;font-family:Roboto,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:14px;font-weight:400;height:40px;justify-content:center;margin:0 .5rem;transition:font-size .2s ease-in-out;width:40px}.Header_menuLanguage__3gGCL ul li.Header_selected__1d2SF,.Header_menuLanguage__3gGCL ul li:hover{background-color:#18a0fb;color:#fff}.Header_menuProfile__3fhV0{background:#fff;margin:0}.Header_menuProfile__3fhV0,.Header_menuProfile__3fhV0 a{font-family:Roboto,Helvetica Neue,Helvetica,Arial,sans-serif}.Header_menuProfile__3fhV0 a{align-items:center;color:#29394d;display:flex;font-size:12px;justify-content:center;padding:1.5rem 1rem;white-space:normal}.Header_menuProfile__3fhV0 a:hover{background:#f8f9fa;color:#18a0fb}.Header_menuProfile__3fhV0:before{background:#f8f9fa;content:"";display:block;height:1px;left:0;position:absolute;right:0;top:4rem}.Header_menuProfile__3fhV0 ul{align-items:center;color:#fff;display:flex;font-weight:700;height:.5rem;justify-content:center;margin:0}.Header_menuProfile__3fhV0 ul li{align-items:center;display:flex;height:40px;justify-content:center;padding:1.7rem 9.7rem;transition:font-size .2s ease-in-out;width:40px}.Header_menuProfile__3fhV0 ul li:hover{background:#f8f9fa}.Header_menuProfile__3fhV0 ul li:hover a{color:#18a0fb}.Header_menuProfile__3fhV0 ul li a{font-size:12px}.Header_personalData__14SRk{background:#fff;color:#6d7f92;font-size:12px;font-weight:400;line-height:14px;margin:0;padding:1rem;text-align:center;text-transform:none}.Header_personalData_title__3aLJu{font-weight:700;margin-bottom:5px}.Header_personalData__14SRk span{display:block}.Header_personalData_edit__2zJnz{cursor:pointer;margin-top:5px;text-decoration:underline}.Header_personalData_actions__14mKa{align-items:center;display:flex;font-weight:700;justify-content:space-between;margin-top:20px}.Header_personalData_cancel__DSpmz{background:transparent;border:1px solid #b2bcc6;border-radius:5px;color:#6d7f92;cursor:pointer;padding:10px;width:40%}.Header_personalData_cancel__DSpmz:hover{background-color:#d8dde2}.Header_personalData_save__1RhBU{background:#06d9b1;border-radius:5px;color:#fff;cursor:pointer;padding:10px;width:40%}.Header_personalData_save__1RhBU:hover{background-color:#02af8e}.Header_input__3JfFg{background:#f8f9fa;border:1px solid #b2bcc6;border-radius:4px;box-sizing:border-box;font-size:12px;font-weight:400;line-height:14px;padding:9px 15px;width:100%}.Header_input__3JfFg:focus{border-color:#18a0fb}.Header_input__3JfFg.Header_error__2Tyws{border-color:#d50000}.Header_footerItems__goBGo{background:#fff;margin:0;padding:1rem}.Header_footerItems__goBGo .Header_section__1h0UG{border-bottom:1px solid #f1f2f4;padding-bottom:.5rem;padding-top:.688rem}.Header_footerItems__goBGo .Header_section__1h0UG ul li{align-items:center;cursor:pointer;display:flex;font-size:.875rem;font-weight:400;height:1rem;margin-bottom:.625rem;text-transform:lowercase;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.Header_footerItems__goBGo .Header_section__1h0UG ul li span:first-letter{text-transform:uppercase}.Header_footerItems__goBGo .Header_section__1h0UG ul li:last-child{margin-bottom:0}.Header_footerItems__goBGo .Header_section__1h0UG ul li:hover{color:#18a0fb}.Header_footerItems__goBGo .Header_section__1h0UG ul li:hover .Header_block__20mXk{background-color:#18a0fb}.Header_footerItems__goBGo .Header_section__1h0UG:last-child{border-bottom:none}.Header_footerItems__goBGo .Header_block__20mXk{background:#d8dde2;border-radius:0 3px 3px 0;height:6px;margin-right:1.25rem;width:10px}.Header_menu__dropdown__3s7J5{background:#fff;border-radius:.2rem;border-top-right-radius:0;box-shadow:0 4px 4px rgba(41,57,77,.1);margin:0;opacity:0;position:absolute;right:0;top:100%;transition:all .2s ease-in-out;visibility:hidden;width:24rem;z-index:1005}.Header_menu__dropdown__3s7J5 .Header_menu__dropdown-top__U19R2{border-bottom:1px solid rgba(44,43,63,.1);display:flex;justify-content:space-between;padding:1rem 0}.Header_menu__dropdown__3s7J5 .Header_menu__dropdown-top__U19R2 span{color:#2c2b3f;margin:0}.Header_menu__dropdown__3s7J5 .Header_menu__dropdown-top__U19R2 .Header_seeAll__bmk4z{color:#95959f;cursor:pointer;font-size:.7rem;transition:all .2s ease-in-out}.Header_menu__dropdown__3s7J5 .Header_menu__dropdown-top__U19R2 .Header_seeAll__bmk4z:hover{color:#2c2b3f}.Header_menu__hasChild__Legya .Header_menu__link__3t0zU,.Header_menu__img__298Qm .Header_menu__link__3t0zU{align-items:center;display:flex;height:62px;justify-content:space-between;line-height:1;padding:0 1rem;width:15rem}.Header_menu__hasChild__Legya .Header_menu__dropdown__3s7J5,.Header_menu__img__298Qm .Header_menu__dropdown__3s7J5{width:15rem}.Header_menu__hasChild__Legya .Header_menu__dropdown__3s7J5 li,.Header_menu__img__298Qm .Header_menu__dropdown__3s7J5 li{transition:all .2s ease-in-out}.Header_menu__hasChild__Legya .Header_menu__dropdown__3s7J5 li:hover>a,.Header_menu__img__298Qm .Header_menu__dropdown__3s7J5 li:hover>a{color:#2c2b3f}.Header_menu__hasChild__Legya{background-color:#f8f9fa;position:relative}.Header_menu__hasChild__Legya:hover{background-color:#fff}.Header_menu__hasChild__Legya.Header_menu__community__3G2nl:hover>span{background-color:#fff;box-shadow:0 4px 4px rgba(41,57,77,.1);color:#18a0fb}.Header_menu__hasChild__Legya.Header_menu__community__3G2nl:hover i{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.Header_menu__hasChild__Legya.Header_menu__community__3G2nl .Header_menu__subChild__2OBPG{border-bottom:1px solid rgba(44,43,63,.1);padding:.75rem 0;text-align:center}.Header_menu__hasChild__Legya.Header_menu__community__3G2nl .Header_menu__subChild__2OBPG:hover{background-color:#f8f9fa}.Header_menu__hasChild__Legya.Header_menu__community__3G2nl .Header_menu__subChild__2OBPG:hover a{color:#18a0fb;font-weight:600}.Header_menu__hasChild__Legya.Header_menu__community__3G2nl .Header_menu__subChild__2OBPG a{align-items:center;display:flex;flex-direction:column;justify-content:center}.Header_menu__hasChild__Legya .Header_menu__dropdown__3s7J5{border-top-left-radius:0;font-size:16px;font-weight:400}.Header_menu__hasChild__Legya .Header_menu__dropdown__3s7J5 .Header_menu__dropdown-top__U19R2{border-bottom:none;border-top:1px solid rgba(44,43,63,.1)}.Header_menu__hasChild__Legya .Header_menu__subChild__2OBPG{display:flex}.Header_menu__hasChild__Legya .Header_menu__subChild__2OBPG.Header_hidedItem__1GOEq{display:none;transition:none}.Header_menu__hasChild__Legya .Header_menu__subChild__2OBPG .Header_first-letter__KgQgo{font-size:1.2rem;font-weight:500}.Header_menu__hasChild__Legya .Header_menu__seeAll__1sNNN{border-bottom:1px solid rgba(44,43,63,.1);color:#95959f;cursor:pointer;font-size:.7rem!important;letter-spacing:.06rem;padding:.75rem 1.5rem;text-align:right;text-transform:uppercase}.Header_menu__hasChild__Legya .Header_menu__seeAll__1sNNN a{color:#95959f;font-size:.7rem!important}.Header_menu__hasChild__Legya:hover .Header_menu__dropdown__3s7J5{opacity:1;visibility:visible}.Header_menu__community__3G2nl{align-items:center;display:flex;font-size:16px;font-weight:400}.Header_menu__community__3G2nl .Header_menu__dropdown__3s7J5{max-height:36rem;overflow-y:auto}.Header_menu__community__3G2nl i{transition:-webkit-transform .2s ease-in-out;transition:transform .2s ease-in-out;transition:transform .2s ease-in-out,-webkit-transform .2s ease-in-out}.Header_menu__category__20Av3 .Header_menu__dropdown__3s7J5 ul,.Header_menu__community__3G2nl .Header_menu__dropdown__3s7J5 ul{border-radius:0 0 5px 5px;margin:0;text-transform:none}.Header_menu__category__20Av3 .Header_menu__dropdown__3s7J5 ul a,.Header_menu__community__3G2nl .Header_menu__dropdown__3s7J5 ul a{display:inline-block;font-family:Roboto,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:16px;font-weight:400;letter-spacing:.06rem;padding:0;text-transform:uppercase;width:100%}@media screen and (max-width:63.9375em){.Header_header__3RgV8{height:100%;padding:0}.Header_expandable__2JEor{position:static}.Header_expandable__2JEor:after,.Header_expandable__2JEor:before{display:none}.Header_headerLeft__3oaCk{justify-content:space-between;width:100%}.Header_buttons__2t1Mb .Header_socialLinks__vmTWv{position:static}.Header_headerRight__1JvJI{justify-content:flex-end;margin-left:0;padding:.5rem 0;width:100%}.Header_headerRight__1JvJI .Header_socialLinksWrapper___4dvz{height:100%;top:100%;width:100%}.Header_headerRight__1JvJI .Header_apps__15VGu .Header_menuDropdown__1GUVJ,.Header_headerRight__1JvJI .Header_apps__15VGu .Header_socialLinksWrapper___4dvz,.Header_headerRight__1JvJI .Header_notif__3vNXY .Header_menuDropdown__1GUVJ,.Header_headerRight__1JvJI .Header_notif__3vNXY .Header_socialLinksWrapper___4dvz{right:0}.Header_headerRight__1JvJI .Header_profile__2erGW .Header_menuDropdown__1GUVJ{margin-left:-100px;right:0;top:100%;width:100%}}@media screen and (max-width:39.9375em){.Header_menuLogo__3PE58{width:50%}.Header_menu__hasChild__Legya{position:inherit;width:46%}.Header_menu__hasChild__Legya.Header_menu__community__3G2nl .Header_menu__link__3t0zU{font-size:.9rem}.Header_menu__hasChild__Legya.Header_menu__community__3G2nl .Header_menu__dropdown__3s7J5{top:100%;width:100%}.Header_menu__hasChild__Legya.Header_menu__community__3G2nl .Header_menu__subChild__2OBPG{border-bottom:0;border-top:1px solid rgba(44,43,63,.1);height:140px;overflow:scroll}.Header_menu__hasChild__Legya.Header_menu__community__3G2nl .Header_menu__subChild__2OBPG a{font-size:10px;text-align:center}.Header_menu__hasChild__Legya.Header_menu__community__3G2nl .Header_menu__subChild__2OBPG a span{margin-right:10px}.Header_signIn__1ZpCa{padding:0 1rem 0 0;text-align:center}.Header_settings__psId1{color:#29394d;font-family:Roboto,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:12px;font-weight:500;left:0;padding-left:0;padding-right:0;text-align:center;width:100%}.Header_settings__psId1 li{position:relative}.Header_switchSpace__TnCUX{display:none!important}}.Header_modalOverlay__14usP{background-color:rgba(41,57,77,.6);bottom:0;left:0;opacity:0;position:fixed;right:0;top:0;transition:opacity .3s ease-in-out;z-index:1000}.Header_modalOverlayAfterOpen__1rhQ3{opacity:1}.Header_modalOverlayBeforeClose__6BdU3{opacity:0}.Header_modalContent__SaX_j{align-items:center;background:transparent;border:none;bottom:0;display:flex;justify-content:center;left:0;outline:none;overflow:none;padding:0;position:absolute;right:-100%;top:0;transition:right .3s ease-in-out}.Header_modalContentAfterOpen__2C-F8{right:0}.Header_modalContentBeforeClose__YvY7t{right:-100%}.Header_modal__3c5jP{display:flex;flex-flow:row wrap;height:100%;overflow:hidden;width:100%}.Header_modal_body__1ad9R{background-color:#fff;color:#29394d;font-family:Roboto,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:14px;font-style:normal;font-weight:400;height:100%;line-height:20px;margin-left:auto;overflow:scroll;width:100%}.Header_modal_header__V6f0I{background-color:#f1f2f4;display:flex;height:90px;justify-content:space-between;padding:1.5rem 2% 1.5rem 3%}.Header_modal_header_title__3EvLC{color:#29394d;font-size:18px;font-style:normal;font-weight:500;line-height:1.25;margin:0 0 .5rem;text-transform:uppercase}.Header_modal_header__V6f0I p{color:#6d7f92;font-size:12px;line-height:14px;margin:0}.Header_modal_close__glmiv{cursor:pointer;height:17px}.Header_modal_content__23eLz{padding:1.5rem}@media screen and (min-width:992px){.Header_modal_body__1ad9R{width:50%}}.Header_switchSpace__TnCUX{align-items:center;display:flex;left:1.25rem;position:relative}.Header_switchSpace__TnCUX span{background:#f1f2f4;border-radius:2rem;cursor:pointer;font-size:12px;line-height:14px;position:relative;text-transform:none;transition:color .2s ease-in}.Header_switchSpace_left__3GVlC{left:2.5rem;padding:.6rem 4rem .6rem 1.5rem}.Header_switchSpace_right__3t0Gt{padding:.6rem 1.5em .6rem 4rem;right:2.5rem}.Header_switchSpace_active__1PFRK{background:#29394d!important;color:#fff;font-weight:500;z-index:1}.Header_switchSpace__TnCUX svg{position:relative;z-index:2}.Header_switchSpace__TnCUX svg path{fill:#fff}.Header_iconLoading__39JS9 a{cursor:auto}.Header_iconLoading__39JS9 svg path{fill:#e8eaed}.Header_linkLoading__1WFdo{color:#ccc;cursor:auto!important}.Header_portalSwitch__3TMWV{align-items:center;background:#f1f2f4;border-radius:50px;cursor:pointer;display:flex;font-size:14px;line-height:16px;margin-left:15px;padding-left:45px;position:relative;width:255px}.Header_portalSwitch_iconPortal__1Q21w{align-items:center;display:flex;height:100%;left:10px;position:absolute;top:0}.Header_portalSwitch_iconArrow__3tFzh{align-items:center;display:flex;height:100%;position:absolute;right:10px;top:0}.Header_portalSwitch_dropdown__gqfd9{background:#fff;border-radius:.2rem;border-top-right-radius:0;box-shadow:0 4px 4px rgba(41,57,77,.1);margin:0;max-height:24rem;opacity:0;overflow-y:auto;position:absolute;right:0;top:100%;transition:all .2s ease-in-out;visibility:hidden;width:100%;z-index:1005}.Header_portalSwitch__3TMWV i{transition:-webkit-transform .2s ease-in-out;transition:transform .2s ease-in-out;transition:transform .2s ease-in-out,-webkit-transform .2s ease-in-out}.Header_portalSwitch__3TMWV:hover .Header_portalSwitch_dropdown__gqfd9{opacity:1;visibility:visible}.Header_portalSwitch__3TMWV:hover .Header_portalSwitch_icon__3O-xg i{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.Header_portalSwitch_item__UEXdD{border-bottom:1px solid rgba(44,43,63,.1);cursor:pointer;padding:1rem 0;text-align:center}.Header_portalSwitch_item__UEXdD:hover{background-color:#f8f9fa}.Header_menu__ua_folder__bnMJ2{align-items:center;background-color:#f8f9fa;display:flex;justify-content:center;padding:0 20px}.Header_menu__ua_folder__bnMJ2 img{height:62px}.Header_buttonLinkImg__1TIbj{border:1px solid #b2bcc6;border-radius:50px!important;font-size:14px;font-weight:500;height:36px!important;margin-right:.6rem;padding:0 1rem!important;text-transform:capitalize;width:auto!important}.Header_buttonLinkImg__1TIbj a{align-items:center}.Header_buttonLinkImg__1TIbj img{height:22px;margin-right:8px!important;width:22px}.Header_progress__KcG-J{align-items:center;color:#6d7f92;display:flex;font-size:14px;font-weight:500;line-height:16px;min-width:50px;text-transform:none}.Header_progress_top_value__9Hdt5{margin-left:10px}.Header_progress_bar__2A5CJ{background:#c4c4c4;border-radius:20px;height:4px;margin-top:5px;position:relative;width:100%}.Header_progress_value__114xj{background:#18a0fb;border-radius:20px;height:4px;left:0;position:absolute;top:0}.Header_error__2Tyws{color:#d50000!important;display:block;font-size:12px;line-height:16px;margin-top:4px;text-align:left}.AgreationNumber_inline__3kf14{display:flex}.AgreationNumber_inline_right__3g4li{width:100%}.AgreationNumber_select_group__1ehHj{margin-bottom:10px}.AgreationNumber_select_group_large__3Ejlz{margin-bottom:12px}.AgreationNumber_select_group_large__3Ejlz .AgreationNumber_select__Bc3KP button{height:44px!important}.AgreationNumber_select_group__1ehHj .AgreationNumber_select__Bc3KP{position:relative}.AgreationNumber_select_group__1ehHj .AgreationNumber_select__Bc3KP button{align-items:center;background:#f8f9fa;border:1px solid #b2bcc6;border-radius:4px;cursor:pointer;display:flex;font-size:.75rem;font-weight:400;height:2.125rem;justify-content:space-between;padding:0 .813rem 0 .75rem;width:100%}.AgreationNumber_select_group__1ehHj .AgreationNumber_select__Bc3KP .AgreationNumber_active_btn__2rF0n{background:#fff;border:1px solid #18a0fb}.AgreationNumber_select_group__1ehHj .AgreationNumber_select__Bc3KP .AgreationNumber_active_btn__2rF0n svg{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.AgreationNumber_select_group__1ehHj .AgreationNumber_select__Bc3KP .AgreationNumber_list__1K5Lf{background:#fff;border:1px solid #b2bcc6;border-radius:4px;box-shadow:0 4px 10px rgba(41,57,77,.1);left:0;margin:0;max-height:300px;overflow:scroll;padding:.625rem 0;position:absolute;text-align:left;width:100%;z-index:10}.AgreationNumber_select_group__1ehHj .AgreationNumber_select__Bc3KP .AgreationNumber_list_option__1FG6K{align-items:center;cursor:pointer;display:flex;font-size:.75rem;font-weight:700;height:1.875rem;padding-left:1.313rem}.AgreationNumber_select_group__1ehHj .AgreationNumber_select__Bc3KP .AgreationNumber_list_option__1FG6K:hover{background-color:#f3faff}.AgreationNumber_select_group__1ehHj .AgreationNumber_select__Bc3KP .AgreationNumber_list_optgroup__Upzzk{margin-top:5px;padding-left:10px}.AgreationNumber_input__2fN6F{background:#f8f9fa;border:1px solid #b2bcc6;border-radius:4px;box-sizing:border-box;font-size:12px;font-weight:400;line-height:14px;padding:9px 15px;width:100%}.AgreationNumber_input_large__Y4YxV{padding:14px 15px}.AgreationNumber_input__2fN6F:focus{border-color:#18a0fb}.AgreationNumber_input__2fN6F.AgreationNumber_error__-PvoP{border:1px solid #d50000}.AgreationNumber_codeInput__2GAxI input::-webkit-inner-spin-button{-webkit-appearance:none!important;margin:0}.AgreationNumber_codeInput__2GAxI input:nth-child(3),.AgreationNumber_codeInput__2GAxI input:nth-child(6){margin-left:.5rem}.AgreationNumber_error__-PvoP{color:#d50000!important;display:block;font-size:12px;line-height:16px;margin-top:4px;text-align:left}.AgreationNumber_agreation__ZjNQz{align-items:center;background:#f8f9fa;border:1px solid #b2bcc6;border-radius:4px;box-sizing:border-box;display:flex;font-size:12px;font-weight:400;height:34px;line-height:14px;margin-bottom:10px;padding:0 .75rem;width:100%}.AgreationNumber_agreation__ZjNQz>div{border-right:1px solid #b2bcc6;margin-right:20px;padding:0 40px 0 20px}.AgreationNumber_agreation__ZjNQz input{background:transparent;border:none;flex:2 1;font-size:14px}.FooterUA_footer__1jT7-{margin-top:2rem}.FooterUA_copyright__2F5sS{align-items:center;color:#6d7f92;display:flex;font-size:.75rem;height:2.75rem;justify-content:center}.FooterUA_content__tqWgc{background-color:#fff;min-height:12.5rem;padding:2.5rem 5rem}.FooterUA_logos__3zB6V{height:100%;padding-top:.563rem}.FooterUA_uaLogo__3gmtC{background-position:50%;background-repeat:no-repeat;background-size:cover;height:2.375rem;margin-bottom:1.75rem;width:8.813rem}.FooterUA_communityLogoLarge__h03fX,.FooterUA_communityLogo__2felm{background-position:50%;background-repeat:no-repeat;background-size:contain;height:2.375rem;width:6.25rem}.FooterUA_communityLogoLarge__h03fX{height:6.375rem;width:15.625rem}.FooterUA_section__3ZDaR{border-left:1px solid #f1f2f4;padding-top:.688rem}.FooterUA_section__3ZDaR ul li{align-items:center;cursor:pointer;display:flex;font-size:.875rem;height:1rem;line-height:100%;margin-bottom:.625rem;text-transform:lowercase;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.FooterUA_section__3ZDaR ul li span:first-letter{text-transform:uppercase}.FooterUA_section__3ZDaR ul li:last-child{margin-bottom:0}.FooterUA_section__3ZDaR ul li:hover{color:#18a0fb}.FooterUA_section__3ZDaR ul li:hover .FooterUA_block__29Sgp{background-color:#18a0fb}.FooterUA_block__29Sgp{background:#d8dde2;border-radius:0 3px 3px 0;height:6px;margin-right:1.25rem;width:10px}.Article_m-t-xxs__3Udjf{margin-top:.25rem!important}.Article_p-t-xxs__pZQLy{padding-top:.25rem!important}.Article_m-b-xxs__1Z2zD{margin-bottom:.25rem!important}.Article_p-b-xxs__3SUOq{padding-bottom:.25rem!important}.Article_m-l-xxs__wx-2j{margin-left:.25rem!important}.Article_p-l-xxs__1pVMX{padding-left:.25rem!important}.Article_m-r-xxs__2JcNC{margin-right:.25rem!important}.Article_p-r-xxs__1BPAx{padding-right:.25rem!important}.Article_m-x-xxs__3aZ8z{margin-left:.25rem!important;margin-right:.25rem!important}.Article_p-x-xxs__2dJWJ{padding-left:.25rem!important;padding-right:.25rem!important}.Article_m-y-xxs__GiDVV{margin-bottom:.25rem!important;margin-top:.25rem!important}.Article_p-y-xxs__-2bUv{padding-bottom:.25rem!important;padding-top:.25rem!important}.Article_m-xxs__YjAmc{margin:.25rem!important}.Article_p-xxs__26dg-{padding:.25rem!important}.Article_m-t-xs__2-9Q1{margin-top:.5rem!important}.Article_p-t-xs__2UeDo{padding-top:.5rem!important}.Article_m-b-xs__3w4jk{margin-bottom:.5rem!important}.Article_p-b-xs__cmElD{padding-bottom:.5rem!important}.Article_m-l-xs__2np0J{margin-left:.5rem!important}.Article_p-l-xs__3D1ke{padding-left:.5rem!important}.Article_m-r-xs__33Hl0{margin-right:.5rem!important}.Article_p-r-xs__OXzEW{padding-right:.5rem!important}.Article_m-x-xs__3tOdc{margin-left:.5rem!important;margin-right:.5rem!important}.Article_p-x-xs__R22bY{padding-left:.5rem!important;padding-right:.5rem!important}.Article_m-y-xs__2a7Sa{margin-bottom:.5rem!important;margin-top:.5rem!important}.Article_p-y-xs__1wVxq{padding-bottom:.5rem!important;padding-top:.5rem!important}.Article_m-xs__1Te1J{margin:.5rem!important}.Article_p-xs__1yC89{padding:.5rem!important}.Article_m-t-s__2vln2{margin-top:1rem!important}.Article_p-t-s__gbn3B{padding-top:1rem!important}.Article_m-b-s__3pWiu{margin-bottom:1rem!important}.Article_p-b-s__3qmpE{padding-bottom:1rem!important}.Article_m-l-s__14LJx{margin-left:1rem!important}.Article_p-l-s__8W9dy{padding-left:1rem!important}.Article_m-r-s__39-sl{margin-right:1rem!important}.Article_p-r-s__3_04I{padding-right:1rem!important}.Article_m-x-s__3UrFE{margin-left:1rem!important;margin-right:1rem!important}.Article_p-x-s__1uYu8{padding-left:1rem!important;padding-right:1rem!important}.Article_m-y-s__lqLW-{margin-bottom:1rem!important;margin-top:1rem!important}.Article_p-y-s__1M6NO{padding-bottom:1rem!important;padding-top:1rem!important}.Article_m-s__1qe5J{margin:1rem!important}.Article_p-s__60EXM{padding:1rem!important}.Article_m-t-m__2s0sD{margin-top:1.5rem!important}.Article_p-t-m__ptJ4n{padding-top:1.5rem!important}.Article_m-b-m__2gPYE{margin-bottom:1.5rem!important}.Article_p-b-m__2HGlJ{padding-bottom:1.5rem!important}.Article_m-l-m__1PUM4{margin-left:1.5rem!important}.Article_p-l-m__2k5E5{padding-left:1.5rem!important}.Article_m-r-m__HSmMC{margin-right:1.5rem!important}.Article_p-r-m__3XNdh{padding-right:1.5rem!important}.Article_m-x-m__2KdD6{margin-left:1.5rem!important;margin-right:1.5rem!important}.Article_p-x-m__1W6b1{padding-left:1.5rem!important;padding-right:1.5rem!important}.Article_m-y-m__3Fd9v{margin-bottom:1.5rem!important;margin-top:1.5rem!important}.Article_p-y-m__1O5KW{padding-bottom:1.5rem!important;padding-top:1.5rem!important}.Article_m-m__3hNCw{margin:1.5rem!important}.Article_p-m__1-t4I{padding:1.5rem!important}.Article_m-t-l__3ShD4{margin-top:2rem!important}.Article_p-t-l__2QiEk{padding-top:2rem!important}.Article_m-b-l__3JGdC{margin-bottom:2rem!important}.Article_p-b-l__kw9xu{padding-bottom:2rem!important}.Article_m-l-l__1kR3g{margin-left:2rem!important}.Article_p-l-l__3SkNn{padding-left:2rem!important}.Article_m-r-l__1KE_V{margin-right:2rem!important}.Article_p-r-l__1KJnP{padding-right:2rem!important}.Article_m-x-l__2ltAe{margin-left:2rem!important;margin-right:2rem!important}.Article_p-x-l__3oQTV{padding-left:2rem!important;padding-right:2rem!important}.Article_m-y-l__2hGEI{margin-bottom:2rem!important;margin-top:2rem!important}.Article_p-y-l__1xTve{padding-bottom:2rem!important;padding-top:2rem!important}.Article_m-l__1Ciak{margin:2rem!important}.Article_p-l__3FjNq{padding:2rem!important}.Article_m-t-xl__36NYX{margin-top:3rem!important}.Article_p-t-xl__3la73{padding-top:3rem!important}.Article_m-b-xl__3-RKS{margin-bottom:3rem!important}.Article_p-b-xl__1z3tt{padding-bottom:3rem!important}.Article_m-l-xl__Jq6YU{margin-left:3rem!important}.Article_p-l-xl__Z9RJE{padding-left:3rem!important}.Article_m-r-xl__3mtgG{margin-right:3rem!important}.Article_p-r-xl__2k-j7{padding-right:3rem!important}.Article_m-x-xl__1eV83{margin-left:3rem!important;margin-right:3rem!important}.Article_p-x-xl__3W28N{padding-left:3rem!important;padding-right:3rem!important}.Article_m-y-xl__2oX-H{margin-bottom:3rem!important;margin-top:3rem!important}.Article_p-y-xl__3rFtW{padding-bottom:3rem!important;padding-top:3rem!important}.Article_m-xl__1Y5Cw{margin:3rem!important}.Article_p-xl__jLD0U{padding:3rem!important}.Article_m-t-xxl__2KbX6{margin-top:4rem!important}.Article_p-t-xxl__3ybry{padding-top:4rem!important}.Article_m-b-xxl__2Ma0V{margin-bottom:4rem!important}.Article_p-b-xxl__1jZab{padding-bottom:4rem!important}.Article_m-l-xxl__23nf7{margin-left:4rem!important}.Article_p-l-xxl__3eQ0Q{padding-left:4rem!important}.Article_m-r-xxl__1ZZgm{margin-right:4rem!important}.Article_p-r-xxl__xXLV7{padding-right:4rem!important}.Article_m-x-xxl__2ETLB{margin-left:4rem!important;margin-right:4rem!important}.Article_p-x-xxl__11jqb{padding-left:4rem!important;padding-right:4rem!important}.Article_m-y-xxl__24icN{margin-bottom:4rem!important;margin-top:4rem!important}.Article_p-y-xxl__2uvOR{padding-bottom:4rem!important;padding-top:4rem!important}.Article_m-xxl__1SeLE{margin:4rem!important}.Article_p-xxl__2mBE6{padding:4rem!important}.Article_no-padding__XKmiS{padding:0!important}.Article_no-padding--top__3Wtv7{padding-top:0!important}.Article_no-padding--left__2mHwE{padding-left:0!important}.Article_no-padding--bottom__2ZKPE{padding-bottom:0!important}.Article_no-padding--right__10_PO{padding-right:0!important}.Article_no-margin__2TrN5{margin:0!important}.Article_no-margin--top__3GMUV{margin-top:0!important}.Article_no-margin--left__s7doE{margin-left:0!important}.Article_no-margin--bottom__1klOX{margin-bottom:0!important}.Article_no-margin--right__2kBIG{margin-right:0!important}.Article_version__1mg91{background-color:#f3faff;border-color:#c7e8fe;border-radius:5px;color:#2495e1;display:flex;font-size:14px;padding:5px 10px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;z-index:1}.Article_version__1mg91 span{height:24px;margin:0 4px}.Article_article__rASSv{font-family:Roboto}.Article_article__rASSv .Article_fetching_content__1NPP9{position:relative}.Article_article__rASSv .Article_content__PObyl{background-color:rgba(41,57,77,.72);background-position:50%;background-repeat:no-repeat;background-size:cover;border:1px solid #f8f9fa;border-radius:5px;box-sizing:border-box;display:flex;flex-direction:column;justify-content:flex-end;padding:14px;position:relative}.Article_article__rASSv .Article_content__PObyl:before{background:linear-gradient(0deg,rgba(41,57,77,.9),rgba(41,57,77,.72) 35.42%,rgba(85,85,85,.09) 67.71%,rgba(41,57,77,0));border-radius:5px;bottom:0;content:"";left:0;position:absolute;right:0;top:0;z-index:0}.Article_article__rASSv .Article_category__3WH9a{background:#7da0fb;border-radius:2px;color:#fff;font-size:12px;height:20px;letter-spacing:.02em;line-height:20px;margin-bottom:auto;margin-left:auto;max-width:100%;padding:0 14px;text-align:center;white-space:nowrap}.Article_article__rASSv .Article_category__3WH9a,.Article_article__rASSv .Article_title__3YpDd{font-family:Roboto;overflow:hidden;position:relative;text-overflow:ellipsis;text-shadow:0 4px 4px rgba(41,57,77,.1);z-index:1}.Article_article__rASSv .Article_title__3YpDd{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:block;display:-webkit-box;margin-bottom:20px;max-height:45.576px;width:100%}.Article_article__rASSv .Article_title__3YpDd h3{color:#fff;font-size:18px;font-weight:500;line-height:1.266;text-align:left}.Article_article__rASSv .Article_title__3YpDd h3 i{color:#f7953e;font-weight:700}.Article_meta__1KJ0A{align-items:center;display:flex;margin-bottom:7px;position:relative}.Article_meta__1KJ0A span{align-items:center;background-color:#fd2727;border-radius:2px;color:#fff;display:flex;font-size:12px;font-weight:500;height:18px;margin-right:5px;padding:0 .25rem}.Article_meta__1KJ0A .Article_community__3D-vB{border-left:3px solid #7da0fb;color:#f8f9fa;font-size:14px;height:20px;line-height:20px;max-width:100%;overflow:hidden;padding-left:6px;position:relative;text-overflow:ellipsis;white-space:nowrap;z-index:1}.Article_default__K_5wT .Article_authorsContainer__2PRnQ{margin-bottom:4px}.Article_default__K_5wT .Article_actionsContainer__3OAe-{color:#fff}.Article_default__K_5wT .Article_actions__9WA8x{border-top:1px solid rgba(109,127,146,.4)}.Article_default__K_5wT .Article_content__PObyl{min-height:216px}.Article_default__K_5wT.Article_large__2iz5A .Article_title__3YpDd{margin-bottom:14px;max-height:55.704px}.Article_default__K_5wT.Article_large__2iz5A .Article_title__3YpDd h3{font-size:20px}.Article_status__2LE0q{background:#fafbfb;border-radius:30px;box-shadow:0 4px 10px rgba(41,57,77,.1);font-size:10px;height:22px;letter-spacing:.02em;line-height:22px;padding-left:30px;position:absolute;right:15px;text-transform:uppercase;top:17px;width:100px}.Article_status__2LE0q:before{background:rgba(109,127,146,.5);border-radius:10px;content:"";height:8px;left:14px;position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:8px}.Article_status__2LE0q.Article_published__2txQs:before{background:#2495e1}.Article_status__2LE0q.Article_ready__3pGQ1:before{background:#ffaf10}.Article_status__2LE0q.Article_scheduled__20tEK:before{background:#62deb0}.Article_buttons__3LlKS{display:none;left:50%;position:absolute;text-align:center;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:104px;z-index:10}.Article_buttons__3LlKS button{background:#18a0fb;border:0;border-radius:40px;box-shadow:0 4px 4px rgba(0,0,0,.25);color:#fff;cursor:pointer;height:40px;margin:6px;outline:none;width:40px}.Article_btn-delete__2EKjw{background:#ff636e!important}.Article_fetching_img__2KG6q{height:216px}.Article_fetching_category__30D2q{position:absolute;right:0;top:0}.Article_fetching_avatar__13nhE{align-items:center;display:flex;height:30px}.Article_fetching_avatar__13nhE>*{margin-right:5px}.Article_publishedAt__24Qz6{color:#6d7f92;font-family:Roboto;font-size:10px;font-style:normal;font-weight:300;line-height:12px;position:absolute;right:0;text-align:right;top:-20px}.Article_actionsContainer__3OAe->div{display:flex;position:relative}.Article_actions__9WA8x{border-top:1px solid rgba(109,127,146,.1);padding-top:10px;z-index:1}.Article_stat__dOW0s{align-items:center;cursor:pointer;display:flex;font-size:10px;justify-content:center;line-height:11px;margin:0 15px 5px 0}.Article_stat__dOW0s i{font-size:12px}.Article_stat__dOW0s span{margin-left:6px}.Article_sharePopup__3MgKS{background:#f1f2f4;border:1px solid #fff;border-radius:5px;display:flex;left:50%;padding:5px 10px;position:absolute;top:-50px;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.Article_sharePopup__3MgKS .Article_action__3NVWV{background-color:#fff;border-radius:50px;height:32px;width:32px!important}.Article_action__3NVWV{align-items:center;background:rgba(41,57,77,.3);border-radius:5px;color:#f1f2f4;cursor:pointer;display:flex;font-size:10px;height:30px;justify-content:center;line-height:11px;position:relative;width:20%}.Article_action__3NVWV:not(:last-child){margin-right:14px}.Article_action__3NVWV i{font-size:14px}.Article_activeAction__qX9Fa{background:#29394d;border:.5px solid rgba(199,232,254,.1);color:#18a0fb;cursor:pointer}.Article_activeAction__qX9Fa .Article_actionCount__1nnCO,.Article_activeAction__qX9Fa svg{opacity:1}.Article_isExternal__1nogw{margin-bottom:4px}.Article_isExternal__1nogw i{background:#eee;border-radius:34px;display:block;font-size:20px;height:40px;position:relative;width:40px}.Article_isExternal__1nogw i:before{left:50%;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.Article_authorsContainer__2PRnQ{margin-bottom:15px;overflow-x:auto;overflow-y:hidden;position:relative;width:calc(100% - 100px)}.Article_authorsContainer__2PRnQ::-webkit-scrollbar{display:none}.Article_authorsContainer_width__2ms5s{width:100%}.Article_authorsContainer__2PRnQ ul{display:flex;width:-webkit-max-content;width:max-content}.Article_authorsContainer__2PRnQ li{padding-right:10px}.Article_smallBH__1f35T .Article_content__PObyl{height:318px}.Article_smallBH__1f35T .Article_action__3NVWV{width:45px}.Article_medium__2pcBA{height:100%;width:100%}.Article_medium__2pcBA .Article_content__PObyl{height:20rem;width:100%}.Article_medium__2pcBA .Article_action__3NVWV{width:45px}.Article_large__2iz5A{width:100%}.Article_large__2iz5A .Article_fetching_img__2KG6q{height:485px}.Article_large__2iz5A .Article_content__PObyl{height:485px;width:100%}.Article_large__2iz5A .Article_community__3D-vB{font-size:16px}.Article_large__2iz5A .Article_summary__saB5Z{-webkit-line-clamp:3;-webkit-box-orient:vertical;color:#f8f9fa;display:block;display:-webkit-box;font-size:12px;font-weight:300;line-height:1.4;margin-bottom:14px;max-height:50.4px;overflow:hidden;position:relative;text-overflow:ellipsis}.Article_large__2iz5A .Article_action__3NVWV{width:45px}.Article_articleTemplate2__1_ucr .Article_hasActions__2NH7K:hover:before{background:rgba(41,57,77,.05);height:65%;left:0;top:35%;width:100%}.Article_articleTemplate2__1_ucr .Article_content__PObyl,.Article_articleTemplate4__1dUX4 .Article_content__PObyl{background-color:#fff;height:20rem;padding:1rem;position:relative}.Article_articleTemplate2__1_ucr .Article_category__3WH9a,.Article_articleTemplate4__1dUX4 .Article_category__3WH9a{background:#eee;border-radius:2px;color:#fff;font-size:12px;letter-spacing:.02em;margin-bottom:auto;margin-left:auto;overflow:hidden;padding:4px 14px;position:absolute;right:0;text-overflow:ellipsis;text-shadow:0 4px 4px rgba(41,57,77,.1);top:0;white-space:nowrap;z-index:1}.Article_articleTemplate2__1_ucr .Article_meta__1KJ0A,.Article_articleTemplate4__1dUX4 .Article_meta__1KJ0A{margin:20px 0}.Article_articleTemplate2__1_ucr .Article_meta__1KJ0A .Article_community__3D-vB,.Article_articleTemplate4__1dUX4 .Article_meta__1KJ0A .Article_community__3D-vB{color:#3c4e64}.Article_articleTemplate2__1_ucr .Article_title__3YpDd,.Article_articleTemplate4__1dUX4 .Article_title__3YpDd{-webkit-line-clamp:4;-webkit-box-orient:vertical;display:block;display:-webkit-box;font-family:Roboto;margin-bottom:20px;max-height:90px;overflow:hidden;text-overflow:ellipsis}.Article_articleTemplate2__1_ucr .Article_title__3YpDd h3,.Article_articleTemplate4__1dUX4 .Article_title__3YpDd h3{color:#29394d;font-size:18px;font-weight:500;line-height:1.266;text-align:left}.Article_articleTemplate2__1_ucr .Article_title__3YpDd h3 i,.Article_articleTemplate4__1dUX4 .Article_title__3YpDd h3 i{color:#f7953e;font-weight:700}.Article_articleTemplate2__1_ucr .Article_summary__saB5Z,.Article_articleTemplate4__1dUX4 .Article_summary__saB5Z{-webkit-line-clamp:3;-webkit-box-orient:vertical;color:#3c4e64;display:block;display:-webkit-box;font-size:12px;font-weight:300;height:5rem;line-height:1.4;margin-bottom:14px;overflow-y:auto;position:relative;text-overflow:ellipsis}.Article_articleTemplate2__1_ucr .Article_action__3NVWV,.Article_articleTemplate4__1dUX4 .Article_action__3NVWV{background-color:#f8f9fa;color:#6d7f92}.Article_articleTemplate2__1_ucr .Article_activeAction__qX9Fa,.Article_articleTemplate4__1dUX4 .Article_activeAction__qX9Fa{background:#f3faff;border:.5px solid rgba(199,232,254,.5);color:#18a0fb}.Article_articleTemplate2__1_ucr .Article_authorsContainer__2PRnQ,.Article_articleTemplate4__1dUX4 .Article_authorsContainer__2PRnQ{margin-bottom:4px}.Article_articleTemplate3__2Fl42 .Article_row__yGVDl{display:flex}.Article_articleTemplate3__2Fl42 .Article_col6__2g1YA{width:50%}.Article_articleTemplate3__2Fl42 .Article_contentImg__1n2Xq{background-color:#eee;background-position:50%;background-repeat:no-repeat;background-size:cover;position:relative}.Article_hasActions__2NH7K:hover:before{background:rgba(41,57,77,.4);content:"";height:100%;left:0;position:absolute;top:0;width:100%}.Article_hasActions__2NH7K:hover .Article_buttons__3LlKS{display:block}.Article_articleContainer__1pdb6{position:relative}.Article_articleTemplate4__1dUX4 .Article_contentImg__1n2Xq{background-color:#eee;background-position:50%;background-repeat:no-repeat;background-size:cover;height:216px;position:relative;width:100%}.Article_articleTemplate5__2kgVz.Article_smallImg1__1Xh_V .Article_articleContainer__1pdb6 .Article_contentImg__1n2Xq{height:230px}.Article_articleTemplate5__2kgVz.Article_smallImg1__1Xh_V .Article_articleContainer__1pdb6 .Article_content__PObyl .Article_title__3YpDd h3{font-size:19px}.Article_articleTemplate5__2kgVz.Article_smallImg2__2PaWF .Article_articleContainer__1pdb6 .Article_contentImg__1n2Xq{height:210px}.Article_articleTemplate5__2kgVz.Article_smallImg2__2PaWF .Article_articleContainer__1pdb6 .Article_content__PObyl .Article_title__3YpDd h3{font-size:19px}.Article_articleTemplate5__2kgVz.Article_smallImg3__Pw2HF .Article_articleContainer__1pdb6 .Article_contentImg__1n2Xq{height:190px}.Article_articleTemplate5__2kgVz.Article_smallImg3__Pw2HF .Article_articleContainer__1pdb6 .Article_content__PObyl .Article_title__3YpDd h3{font-size:19px}.Article_articleTemplate5__2kgVz .Article_version__1mg91{border-radius:5px 0 0 5px;bottom:0;position:absolute;right:0;-webkit-transform:translateY(50%);transform:translateY(50%)}.Article_articleTemplate5__2kgVz .Article_articleContainer__1pdb6{background-color:#fff;border-radius:5px;height:528px}.Article_articleTemplate5__2kgVz .Article_articleContainer__1pdb6 .Article_contentImg__1n2Xq{background-color:#eee;background-position:50%;background-repeat:no-repeat;background-size:cover;border-top-left-radius:5px;border-top-right-radius:5px;height:266px;padding:5% 4%;position:relative;width:100%}.Article_articleTemplate5__2kgVz .Article_articleContainer__1pdb6 .Article_content__PObyl{align-items:flex-start;display:flex;flex-direction:column;height:calc(100% - 266px);overflow:scroll;padding:5%}.Article_articleTemplate5__2kgVz .Article_articleContainer__1pdb6 .Article_content__PObyl .Article_meta__1KJ0A span{background-color:transparent;color:#6d7f92;font-size:12px;font-weight:700;line-height:14px;text-transform:uppercase}.Article_articleTemplate5__2kgVz .Article_articleContainer__1pdb6 .Article_content__PObyl .Article_meta__1KJ0A .Article_community__3D-vB{align-items:center;color:#6d7f92;display:flex;font-size:12px;font-weight:700;line-height:14px}.Article_articleTemplate5__2kgVz .Article_articleContainer__1pdb6 .Article_content__PObyl .Article_title__3YpDd h3{color:#29394d;font-size:20px;font-weight:600;line-height:23px;text-align:left}.Article_articleTemplate5__2kgVz .Article_publishedAtReadTime__3zVqa{margin:0 0 10px}.Article_articleTemplate5__2kgVz .Article_bottomAction__2pPlD{bottom:0;left:0;padding:5%;position:absolute;width:100%}.Article_categoryChannel__1VRMN{align-items:flex-start;display:flex;justify-content:space-between;width:100%}.Article_categoryChannel__1VRMN .Article_category__3WH9a{border-radius:2px;color:#fff;font-size:12px;height:20px;letter-spacing:.02em;line-height:20px;overflow:hidden;padding:0 14px;position:relative;text-align:center;text-overflow:ellipsis;text-shadow:0 4px 4px rgba(41,57,77,.1);white-space:nowrap;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;z-index:1}.Article_categoryChannel__1VRMN .Article_channel__bzRJA{background-color:#faf9fa;background-position:50%;background-repeat:no-repeat;background-size:contain;border-radius:5px;height:34px;width:58px}.Article_publishedAtReadTime__3zVqa{color:#6d7f92;display:flex;font-size:10px;line-height:12px;margin:10px 0;position:relative;width:100%}.Article_publishedAtReadTime__3zVqa .Article_readTime__2UZ4D{align-items:center;display:flex;padding-left:2%}.Article_publishedAtReadTime__3zVqa .Article_readTime__2UZ4D .Article_dot__RjmUX{background-color:#6d7f92;border-radius:50%;height:5px;margin:0 5% 0 2%;width:5px}.Article_publishedAtReadTime__3zVqa .Article_readTime__2UZ4D span{width:90px}.Article_userActions__2XhKm{width:100%}.Article_userActions__2XhKm hr{background-color:rgba(216,221,226,.51);border:0;height:1px;margin:0}.Article_userActions__2XhKm .Article_actions__9WA8x{align-items:center;border:none;display:flex}.Article_userActions__2XhKm .Article_actions__9WA8x .Article_likesActive__2hT4w svg{color:#c70039!important}.Article_userActions__2XhKm .Article_actions__9WA8x .Article_comments__8u_FT,.Article_userActions__2XhKm .Article_actions__9WA8x .Article_likes__U994N{align-items:center;cursor:pointer;display:flex;font-size:12px;font-weight:700;justify-content:space-between;line-height:14px;margin-right:20px}.Article_userActions__2XhKm .Article_actions__9WA8x .Article_comments__8u_FT svg,.Article_userActions__2XhKm .Article_actions__9WA8x .Article_likes__U994N svg{color:#d8dde2}.Article_userActions__2XhKm .Article_actions__9WA8x .Article_comments__8u_FT:hover svg,.Article_userActions__2XhKm .Article_actions__9WA8x .Article_likes__U994N:hover svg{color:#6d7f92}.Article_userActions__2XhKm .Article_actions__9WA8x svg{margin-right:4px}.Article_userActions__2XhKm .Article_actions__9WA8x .Article_share__UwgEl{margin-left:auto;position:relative}.Article_userActions__2XhKm .Article_actions__9WA8x .Article_share__UwgEl span{color:#6d7f92;cursor:pointer;font-size:12px;font-weight:700;line-height:14px}.Article_userActions__2XhKm .Article_actions__9WA8x .Article_share__UwgEl .Article_sharePopup__3MgKS{background:#f1f2f4;border:1px solid #fff;border-radius:5px;display:flex;left:-50%;padding:5px 10px;position:absolute;top:-50px;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.Article_userActions__2XhKm .Article_actions__9WA8x .Article_share__UwgEl .Article_sharePopup__3MgKS .Article_action__3NVWV{background-color:#fff;border-radius:50px;height:32px;width:32px!important}.Article_articleTemplate6__3fKRX .Article_articleContainer__1pdb6{background-color:#fff;border-radius:5px;display:flex;height:528px}.Article_articleTemplate6__3fKRX .Article_articleContainer__1pdb6 .Article_contentImg__1n2Xq{background-color:#eee;background-position:50%;background-repeat:no-repeat;background-size:cover;border-bottom-right-radius:5px;border-top-right-radius:5px;height:100%;position:relative;width:46%}.Article_articleTemplate6__3fKRX .Article_articleContainer__1pdb6 .Article_content__PObyl{align-items:flex-start;display:flex;flex-direction:column;padding:2%;width:54%}.Article_articleTemplate6__3fKRX .Article_articleContainer__1pdb6 .Article_content__PObyl .Article_meta__1KJ0A{margin-top:auto}.Article_articleTemplate6__3fKRX .Article_articleContainer__1pdb6 .Article_content__PObyl .Article_meta__1KJ0A span{background-color:transparent;color:#6d7f92;font-size:12px;font-weight:700;line-height:14px;text-transform:uppercase}.Article_articleTemplate6__3fKRX .Article_articleContainer__1pdb6 .Article_content__PObyl .Article_meta__1KJ0A .Article_community__3D-vB{align-items:center;color:#6d7f92;display:flex;font-size:12px;font-weight:700;line-height:14px}.Article_articleTemplate6__3fKRX .Article_articleContainer__1pdb6 .Article_content__PObyl .Article_title__3YpDd h3{color:#29394d;font-size:20px;font-weight:600;line-height:23px;margin:4% 0;text-align:left}.Article_articleTemplate6__3fKRX .Article_articleContainer__1pdb6 .Article_content__PObyl .Article_summary__saB5Z{color:#6d7f92;font-size:14px;font-weight:400;line-height:16px;margin-bottom:6%;max-height:20%;overflow:scroll;padding-bottom:3%}.Article_articleTemplate7__3Kdx8 .Article_articleContainer__1pdb6{background-color:#fff;border-radius:5px;display:flex;height:528px}.Article_articleTemplate7__3Kdx8 .Article_articleContainer__1pdb6 .Article_contentImg__1n2Xq{background-color:#eee;background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:5px;display:flex;flex-direction:column;height:100%;padding:1rem;position:relative;width:100%}.Article_articleTemplate7__3Kdx8 .Article_articleContainer__1pdb6 .Article_contentImg__1n2Xq .Article_authorsContainer__2PRnQ,.Article_articleTemplate7__3Kdx8 .Article_articleContainer__1pdb6 .Article_contentImg__1n2Xq .Article_categoryChannel__1VRMN,.Article_articleTemplate7__3Kdx8 .Article_articleContainer__1pdb6 .Article_contentImg__1n2Xq .Article_meta__1KJ0A,.Article_articleTemplate7__3Kdx8 .Article_articleContainer__1pdb6 .Article_contentImg__1n2Xq .Article_publishedAtReadTime__3zVqa,.Article_articleTemplate7__3Kdx8 .Article_articleContainer__1pdb6 .Article_contentImg__1n2Xq .Article_title__3YpDd,.Article_articleTemplate7__3Kdx8 .Article_articleContainer__1pdb6 .Article_contentImg__1n2Xq .Article_userActions__2XhKm{position:relative}.Article_articleTemplate7__3Kdx8 .Article_articleContainer__1pdb6 .Article_contentImg__1n2Xq .Article_meta__1KJ0A{margin-top:10rem}.Article_articleTemplate7__3Kdx8 .Article_articleContainer__1pdb6 .Article_contentImg__1n2Xq .Article_meta__1KJ0A span{background-color:transparent;color:#f1f2f4;font-size:12px;font-weight:700;line-height:14px;text-transform:uppercase}.Article_articleTemplate7__3Kdx8 .Article_articleContainer__1pdb6 .Article_contentImg__1n2Xq .Article_meta__1KJ0A .Article_community__3D-vB{align-items:center;color:#f1f2f4;display:flex;font-size:12px;font-weight:700;line-height:14px}.Article_articleTemplate7__3Kdx8 .Article_articleContainer__1pdb6 .Article_contentImg__1n2Xq .Article_title__3YpDd h3{-webkit-line-clamp:6;-webkit-box-orient:vertical;color:#fff;display:-webkit-box;font-size:20px;font-weight:600;line-height:23px;overflow:hidden;text-align:left}.Article_articleTemplate7__3Kdx8 .Article_articleContainer__1pdb6 .Article_contentImg__1n2Xq .Article_authorsContainer__2PRnQ ul li .Article_avatarContainer__2-mPq .Article_avatarInfo__3nhVT .Article_avatarName__2GLkP{display:none}.Article_articleTemplate7__3Kdx8 .Article_articleContainer__1pdb6 .Article_contentImg__1n2Xq .Article_publishedAtReadTime__3zVqa{color:#f1f2f4}.Article_articleTemplate7__3Kdx8 .Article_articleContainer__1pdb6 .Article_contentImg__1n2Xq .Article_publishedAtReadTime__3zVqa .Article_readTime__2UZ4D .Article_dot__RjmUX{background-color:#f1f2f4}.Article_articleTemplate7__3Kdx8 .Article_articleContainer__1pdb6 .Article_contentImg__1n2Xq .Article_userActions__2XhKm hr{border-color:#d8dde2}.Article_articleTemplate7__3Kdx8 .Article_articleContainer__1pdb6 .Article_contentImg__1n2Xq .Article_userActions__2XhKm .Article_actions__9WA8x .Article_comments__8u_FT,.Article_articleTemplate7__3Kdx8 .Article_articleContainer__1pdb6 .Article_contentImg__1n2Xq .Article_userActions__2XhKm .Article_actions__9WA8x .Article_likes__U994N,.Article_articleTemplate7__3Kdx8 .Article_articleContainer__1pdb6 .Article_contentImg__1n2Xq .Article_userActions__2XhKm .Article_actions__9WA8x .Article_share__UwgEl span{color:#f1f2f4}.Article_articleTemplate7__3Kdx8 .Article_articleContainer__1pdb6 .Article_contentImg__1n2Xq:before{background:linear-gradient(0deg,rgba(9,22,38,.6),rgba(9,22,38,.6));border-radius:5px;bottom:0;content:"";left:0;position:absolute;right:0;top:0}.Article_articleTemplate7__3Kdx8 .Article_bottomAction__2pPlD{bottom:0;left:0;padding:1rem;position:absolute;width:100%}.Article_articleTemplate7__3Kdx8 .Article_version__1mg91{display:none;position:absolute;top:50px}.Article_articleTemplate7__3Kdx8 .Article_buttons__3LlKS{left:0;top:20%;-webkit-transform:none;transform:none;width:100%}.Article_articleTemplate7__3Kdx8 .Article_hasActions__2NH7K:hover .Article_buttons__3LlKS{align-items:center;display:flex;justify-content:center}.Article_articleTemplate7__3Kdx8.Article_large__2iz5A .Article_articleContainer__1pdb6 .Article_contentImg__1n2Xq .Article_title__3YpDd h3{-webkit-line-clamp:5;font-size:28px;line-height:33px}.Article_expert__Ap8Jd,.Article_expert__Ap8Jd .Article_articleContainer__1pdb6{height:100%}.Article_expert__Ap8Jd .Article_articleContainer__1pdb6 .Article_contentImg__1n2Xq .Article_meta__1KJ0A{margin-top:1.313rem}.Article_articleTemplate8__3F7x1 .Article_articleContainer__1pdb6{background-color:#fff;border-radius:5px;display:flex;height:296px}.Article_articleTemplate8__3F7x1 .Article_articleContainer__1pdb6 .Article_contentImg__1n2Xq{background-color:#eee;background-position:50%;background-repeat:no-repeat;background-size:cover;border-bottom-left-radius:5px;border-top-left-radius:5px;height:100%;position:relative;width:25%}.Article_articleTemplate8__3F7x1 .Article_articleContainer__1pdb6 .Article_content__PObyl{align-items:flex-start;display:flex;flex-direction:column;padding:2%;width:75%}.Article_articleTemplate8__3F7x1 .Article_articleContainer__1pdb6 .Article_content__PObyl .Article_meta__1KJ0A span{background-color:transparent;color:#6d7f92;font-size:12px;font-weight:700;line-height:14px;text-transform:uppercase}.Article_articleTemplate8__3F7x1 .Article_articleContainer__1pdb6 .Article_content__PObyl .Article_meta__1KJ0A .Article_community__3D-vB{align-items:center;color:#6d7f92;display:flex;font-size:12px;font-weight:700;line-height:14px}.Article_articleTemplate8__3F7x1 .Article_articleContainer__1pdb6 .Article_content__PObyl .Article_title__3YpDd h3{-webkit-line-clamp:3;-webkit-box-orient:vertical;color:#29394d;display:-webkit-box;font-size:20px;font-weight:600;line-height:23px;margin:5px 0;overflow:hidden;text-align:left;text-overflow:ellipsis}.Article_articleTemplate8__3F7x1 .Article_articleContainer__1pdb6 .Article_content__PObyl .Article_authorsContainer__2PRnQ{margin-top:auto}.Article_articleTemplate8__3F7x1 .Article_articleContainer__1pdb6 .Article_content__PObyl .Article_publishedAtReadTime__3zVqa{margin:2% 0}.Article_articleTemplate8__3F7x1 .Article_articleContainer__1pdb6 .Article_content__PObyl .Article_userActions__2XhKm .Article_comments__8u_FT,.Article_articleTemplate8__3F7x1 .Article_articleContainer__1pdb6 .Article_content__PObyl .Article_userActions__2XhKm .Article_likes__U994N{width:10%}.Article_articleFeatured__2dJlu .Article_articleContainer__1pdb6{background-color:#fff;border-radius:5px;display:flex;height:528px}.Article_articleFeatured__2dJlu .Article_articleContainer__1pdb6 .Article_contentImg__1n2Xq{background-color:#eee;background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:5px;display:flex;flex-direction:column;height:100%;padding:1rem;position:relative;width:100%}.Article_articleFeatured__2dJlu .Article_articleContainer__1pdb6 .Article_contentImg__1n2Xq .Article_authorsContainer__2PRnQ,.Article_articleFeatured__2dJlu .Article_articleContainer__1pdb6 .Article_contentImg__1n2Xq .Article_categoryChannel__1VRMN,.Article_articleFeatured__2dJlu .Article_articleContainer__1pdb6 .Article_contentImg__1n2Xq .Article_meta__1KJ0A,.Article_articleFeatured__2dJlu .Article_articleContainer__1pdb6 .Article_contentImg__1n2Xq .Article_publishedAtReadTime__3zVqa,.Article_articleFeatured__2dJlu .Article_articleContainer__1pdb6 .Article_contentImg__1n2Xq .Article_title__3YpDd,.Article_articleFeatured__2dJlu .Article_articleContainer__1pdb6 .Article_contentImg__1n2Xq .Article_userActions__2XhKm{position:relative}.Article_articleFeatured__2dJlu .Article_articleContainer__1pdb6 .Article_contentImg__1n2Xq .Article_metaBox__3UEOi{bottom:170px;position:absolute;width:70%}.Article_articleFeatured__2dJlu .Article_articleContainer__1pdb6 .Article_contentImg__1n2Xq .Article_meta__1KJ0A{margin-top:10rem}.Article_articleFeatured__2dJlu .Article_articleContainer__1pdb6 .Article_contentImg__1n2Xq .Article_meta__1KJ0A span{background-color:transparent;color:#f1f2f4;font-size:12px;font-weight:700;line-height:14px;text-transform:uppercase}.Article_articleFeatured__2dJlu .Article_articleContainer__1pdb6 .Article_contentImg__1n2Xq .Article_meta__1KJ0A .Article_community__3D-vB{align-items:center;color:#f1f2f4;display:flex;font-size:12px;font-weight:700;line-height:14px}.Article_articleFeatured__2dJlu .Article_articleContainer__1pdb6 .Article_contentImg__1n2Xq .Article_title__3YpDd h3{-webkit-line-clamp:5;-webkit-line-clamp:6;-webkit-box-orient:vertical;color:#fff;display:-webkit-box;font-size:28px;font-weight:600;line-height:33px;overflow:hidden;text-align:left}.Article_articleFeatured__2dJlu .Article_articleContainer__1pdb6 .Article_contentImg__1n2Xq .Article_authorsContainer__2PRnQ ul li .Article_avatarContainer__2-mPq .Article_avatarInfo__3nhVT .Article_avatarName__2GLkP{display:none}.Article_articleFeatured__2dJlu .Article_articleContainer__1pdb6 .Article_contentImg__1n2Xq .Article_publishedAtReadTime__3zVqa{color:#f1f2f4}.Article_articleFeatured__2dJlu .Article_articleContainer__1pdb6 .Article_contentImg__1n2Xq .Article_publishedAtReadTime__3zVqa .Article_readTime__2UZ4D .Article_dot__RjmUX{background-color:#f1f2f4}.Article_articleFeatured__2dJlu .Article_articleContainer__1pdb6 .Article_contentImg__1n2Xq .Article_userActions__2XhKm hr{border-color:#d8dde2}.Article_articleFeatured__2dJlu .Article_articleContainer__1pdb6 .Article_contentImg__1n2Xq .Article_userActions__2XhKm .Article_actions__9WA8x .Article_comments__8u_FT,.Article_articleFeatured__2dJlu .Article_articleContainer__1pdb6 .Article_contentImg__1n2Xq .Article_userActions__2XhKm .Article_actions__9WA8x .Article_likes__U994N,.Article_articleFeatured__2dJlu .Article_articleContainer__1pdb6 .Article_contentImg__1n2Xq .Article_userActions__2XhKm .Article_actions__9WA8x .Article_share__UwgEl span{color:#f1f2f4}.Article_articleFeatured__2dJlu .Article_articleContainer__1pdb6 .Article_contentImg__1n2Xq:before{background:linear-gradient(0deg,rgba(9,22,38,.6),rgba(9,22,38,.6));border-radius:5px;bottom:0;content:"";left:0;position:absolute;right:0;top:0}.Article_articleFeatured__2dJlu .Article_bottomAction__2pPlD{bottom:0;left:0;padding:1rem;position:absolute;width:100%}.Article_articleFeatured__2dJlu .Article_version__1mg91{display:none;position:absolute;top:50px}.Article_articleFeatured__2dJlu .Article_buttons__3LlKS{left:0;top:20%;-webkit-transform:none;transform:none;width:100%}.Article_articleFeatured__2dJlu .Article_buttons__3LlKS button,.Article_articleFeatured__2dJlu .Article_hasActions__2NH7K:hover .Article_buttons__3LlKS{align-items:center;display:flex;justify-content:center}@media screen and (max-width:39.9375em){.Article_articleTemplate3__2Fl42 .Article_row__yGVDl{flex-direction:column}.Article_articleTemplate3__2Fl42 .Article_contentImg__1n2Xq{height:216px}.Article_articleTemplate3__2Fl42 .Article_col6__2g1YA{width:100%}.Article_articleTemplate2__1_ucr .Article_content__PObyl,.Article_articleTemplate4__1dUX4 .Article_content__PObyl{height:100%}.Article_articleTemplate2__1_ucr,.Article_articleTemplate3__2Fl42,.Article_articleTemplate4__1dUX4,.Article_article__rASSv{margin-bottom:1.625rem}.Article_articleTemplate3__2Fl42 .Article_articleTemplate2__1_ucr{margin-bottom:0}}@media screen and (max-width:1024px){.Article_articleTemplate6__3fKRX .Article_articleContainer__1pdb6 .Article_content__PObyl{padding-bottom:3%}.Article_articleTemplate6__3fKRX .Article_articleContainer__1pdb6 .Article_contentImg__1n2Xq{display:none}.Article_articleTemplate6__3fKRX .Article_articleContainer__1pdb6 .Article_content__PObyl{height:100%;width:100%}.Article_articleTemplate6__3fKRX .Article_articleContainer__1pdb6 .Article_content__PObyl .Article_summary__saB5Z{max-height:30%}.Article_articleTemplate8__3F7x1 .Article_articleContainer__1pdb6{flex-direction:column;height:528px}.Article_articleTemplate8__3F7x1 .Article_articleContainer__1pdb6 .Article_contentImg__1n2Xq{height:40%;width:100%}.Article_articleTemplate8__3F7x1 .Article_articleContainer__1pdb6 .Article_content__PObyl{height:60%;width:100%}.Article_articleTemplate8__3F7x1 .Article_articleContainer__1pdb6 .Article_content__PObyl .Article_userActions__2XhKm .Article_comments__8u_FT,.Article_articleTemplate8__3F7x1 .Article_articleContainer__1pdb6 .Article_content__PObyl .Article_userActions__2XhKm .Article_likes__U994N{width:13%}.Article_userActions__2XhKm .Article_actions__9WA8x{padding:2%}}@media screen and (max-width:768px){.Article_articleTemplate6__3fKRX .Article_articleContainer__1pdb6 .Article_content__PObyl{padding-bottom:3%}.Article_articleTemplate6__3fKRX .Article_articleContainer__1pdb6 .Article_contentImg__1n2Xq{display:none}.Article_articleTemplate6__3fKRX .Article_articleContainer__1pdb6 .Article_content__PObyl{height:100%;width:100%}.Article_articleTemplate6__3fKRX .Article_articleContainer__1pdb6 .Article_content__PObyl .Article_summary__saB5Z{max-height:30%}.Article_articleTemplate8__3F7x1 .Article_articleContainer__1pdb6{flex-direction:column;height:528px}.Article_articleTemplate8__3F7x1 .Article_articleContainer__1pdb6 .Article_contentImg__1n2Xq{height:40%;width:100%}.Article_articleTemplate8__3F7x1 .Article_articleContainer__1pdb6 .Article_content__PObyl{height:60%;width:100%}.Article_articleTemplate8__3F7x1 .Article_articleContainer__1pdb6 .Article_content__PObyl .Article_userActions__2XhKm .Article_comments__8u_FT,.Article_articleTemplate8__3F7x1 .Article_articleContainer__1pdb6 .Article_content__PObyl .Article_userActions__2XhKm .Article_likes__U994N{width:13%}.Article_userActions__2XhKm .Article_actions__9WA8x{padding:2%}}@media screen and (max-width:440px){.Article_articleTemplate6__3fKRX .Article_articleContainer__1pdb6 .Article_contentImg__1n2Xq{display:none}.Article_articleTemplate6__3fKRX .Article_articleContainer__1pdb6 .Article_content__PObyl{height:100%;width:100%}.Article_articleTemplate6__3fKRX .Article_articleContainer__1pdb6 .Article_content__PObyl .Article_summary__saB5Z{max-height:30%}.Article_articleTemplate8__3F7x1 .Article_articleContainer__1pdb6{flex-direction:column;height:528px}.Article_articleTemplate8__3F7x1 .Article_articleContainer__1pdb6 .Article_contentImg__1n2Xq{height:40%;width:100%}.Article_articleTemplate8__3F7x1 .Article_articleContainer__1pdb6 .Article_content__PObyl{height:60%;width:100%}.Article_articleTemplate8__3F7x1 .Article_articleContainer__1pdb6 .Article_content__PObyl .Article_userActions__2XhKm .Article_comments__8u_FT,.Article_articleTemplate8__3F7x1 .Article_articleContainer__1pdb6 .Article_content__PObyl .Article_userActions__2XhKm .Article_likes__U994N{width:13%}.Article_userActions__2XhKm .Article_actions__9WA8x{padding:2%}}@-webkit-keyframes react-loading-skeleton{to{-webkit-transform:translateX(100%);transform:translateX(100%)}}@keyframes react-loading-skeleton{to{-webkit-transform:translateX(100%);transform:translateX(100%)}}.react-loading-skeleton{--base-color:#ebebeb;--highlight-color:#f5f5f5;--animation-duration:1.5s;--animation-direction:normal;--pseudo-element-display:block;background-color:var(--base-color);border-radius:.25rem;display:inline-flex;line-height:1;overflow:hidden;position:relative;width:100%;z-index:1}.react-loading-skeleton:after{-webkit-animation-direction:var(--animation-direction);animation-direction:var(--animation-direction);-webkit-animation-duration:var(--animation-duration);animation-duration:var(--animation-duration);-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-name:react-loading-skeleton;animation-name:react-loading-skeleton;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;background-image:linear-gradient(90deg,var(--base-color),var(--highlight-color),var(--base-color));background-repeat:no-repeat;content:" ";display:var(--pseudo-element-display);height:100%;left:0;position:absolute;right:0;-webkit-transform:translateX(-100%);transform:translateX(-100%)}.ArticleList_articleList1__3rLm9{margin-bottom:1.625rem}.ArticleList_articleList1__3rLm9 .ArticleList_articleTpl1__3CSwJ{padding-left:.75rem}.ArticleList_articleTpl1_btm__3Sqs1{margin-bottom:.95rem}.ArticleList_articleTpl2__2ECvu{display:flex;flex-direction:column;justify-content:space-between}@media screen and (max-width:39.9375em){.ArticleList_articleList1__3rLm9{margin-bottom:0}.ArticleList_articleList1__3rLm9 .ArticleList_articleTpl1__3CSwJ{padding-left:0}}.m-t-xxs{margin-top:.25rem!important}.p-t-xxs{padding-top:.25rem!important}.m-b-xxs{margin-bottom:.25rem!important}.p-b-xxs{padding-bottom:.25rem!important}.m-l-xxs{margin-left:.25rem!important}.p-l-xxs{padding-left:.25rem!important}.m-r-xxs{margin-right:.25rem!important}.p-r-xxs{padding-right:.25rem!important}.m-x-xxs{margin-left:.25rem!important;margin-right:.25rem!important}.p-x-xxs{padding-left:.25rem!important;padding-right:.25rem!important}.m-y-xxs{margin-bottom:.25rem!important;margin-top:.25rem!important}.p-y-xxs{padding-bottom:.25rem!important;padding-top:.25rem!important}.m-xxs{margin:.25rem!important}.p-xxs{padding:.25rem!important}.m-t-xs{margin-top:.5rem!important}.p-t-xs{padding-top:.5rem!important}.m-b-xs{margin-bottom:.5rem!important}.p-b-xs{padding-bottom:.5rem!important}.m-l-xs{margin-left:.5rem!important}.p-l-xs{padding-left:.5rem!important}.m-r-xs{margin-right:.5rem!important}.p-r-xs{padding-right:.5rem!important}.m-x-xs{margin-left:.5rem!important;margin-right:.5rem!important}.p-x-xs{padding-left:.5rem!important;padding-right:.5rem!important}.m-y-xs{margin-bottom:.5rem!important;margin-top:.5rem!important}.p-y-xs{padding-bottom:.5rem!important;padding-top:.5rem!important}.m-xs{margin:.5rem!important}.p-xs{padding:.5rem!important}.m-t-s{margin-top:1rem!important}.p-t-s{padding-top:1rem!important}.m-b-s{margin-bottom:1rem!important}.p-b-s{padding-bottom:1rem!important}.m-l-s{margin-left:1rem!important}.p-l-s{padding-left:1rem!important}.m-r-s{margin-right:1rem!important}.p-r-s{padding-right:1rem!important}.m-x-s{margin-left:1rem!important;margin-right:1rem!important}.p-x-s{padding-left:1rem!important;padding-right:1rem!important}.m-y-s{margin-bottom:1rem!important;margin-top:1rem!important}.p-y-s{padding-bottom:1rem!important;padding-top:1rem!important}.m-s{margin:1rem!important}.p-s{padding:1rem!important}.m-t-m{margin-top:1.5rem!important}.p-t-m{padding-top:1.5rem!important}.m-b-m{margin-bottom:1.5rem!important}.p-b-m{padding-bottom:1.5rem!important}.m-l-m{margin-left:1.5rem!important}.p-l-m{padding-left:1.5rem!important}.m-r-m{margin-right:1.5rem!important}.p-r-m{padding-right:1.5rem!important}.m-x-m{margin-left:1.5rem!important;margin-right:1.5rem!important}.p-x-m{padding-left:1.5rem!important;padding-right:1.5rem!important}.m-y-m{margin-bottom:1.5rem!important;margin-top:1.5rem!important}.p-y-m{padding-bottom:1.5rem!important;padding-top:1.5rem!important}.m-m{margin:1.5rem!important}.p-m{padding:1.5rem!important}.m-t-l{margin-top:2rem!important}.p-t-l{padding-top:2rem!important}.m-b-l{margin-bottom:2rem!important}.p-b-l{padding-bottom:2rem!important}.m-l-l{margin-left:2rem!important}.p-l-l{padding-left:2rem!important}.m-r-l{margin-right:2rem!important}.p-r-l{padding-right:2rem!important}.m-x-l{margin-left:2rem!important;margin-right:2rem!important}.p-x-l{padding-left:2rem!important;padding-right:2rem!important}.m-y-l{margin-bottom:2rem!important;margin-top:2rem!important}.p-y-l{padding-bottom:2rem!important;padding-top:2rem!important}.m-l{margin:2rem!important}.p-l{padding:2rem!important}.m-t-xl{margin-top:3rem!important}.p-t-xl{padding-top:3rem!important}.m-b-xl{margin-bottom:3rem!important}.p-b-xl{padding-bottom:3rem!important}.m-l-xl{margin-left:3rem!important}.p-l-xl{padding-left:3rem!important}.m-r-xl{margin-right:3rem!important}.p-r-xl{padding-right:3rem!important}.m-x-xl{margin-left:3rem!important;margin-right:3rem!important}.p-x-xl{padding-left:3rem!important;padding-right:3rem!important}.m-y-xl{margin-bottom:3rem!important;margin-top:3rem!important}.p-y-xl{padding-bottom:3rem!important;padding-top:3rem!important}.m-xl{margin:3rem!important}.p-xl{padding:3rem!important}.m-t-xxl{margin-top:4rem!important}.p-t-xxl{padding-top:4rem!important}.m-b-xxl{margin-bottom:4rem!important}.p-b-xxl{padding-bottom:4rem!important}.m-l-xxl{margin-left:4rem!important}.p-l-xxl{padding-left:4rem!important}.m-r-xxl{margin-right:4rem!important}.p-r-xxl{padding-right:4rem!important}.m-x-xxl{margin-left:4rem!important;margin-right:4rem!important}.p-x-xxl{padding-left:4rem!important;padding-right:4rem!important}.m-y-xxl{margin-bottom:4rem!important;margin-top:4rem!important}.p-y-xxl{padding-bottom:4rem!important;padding-top:4rem!important}.m-xxl{margin:4rem!important}.p-xxl{padding:4rem!important}.no-padding{padding:0!important}.no-padding--top{padding-top:0!important}.no-padding--left{padding-left:0!important}.no-padding--bottom{padding-bottom:0!important}.no-padding--right{padding-right:0!important}.no-margin{margin:0!important}.no-margin--top{margin-top:0!important}.no-margin--left{margin-left:0!important}.no-margin--bottom{margin-bottom:0!important}.no-margin--right{margin-right:0!important}.slick-slider{-webkit-touch-callout:none;-webkit-tap-highlight-color:rgba(0,0,0,0);box-sizing:border-box;touch-action:pan-y;-webkit-user-select:none;user-select:none;-khtml-user-select:none}.slick-list,.slick-slider{display:block;position:relative}.slick-list{margin:0;overflow:hidden;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{-webkit-transform:translateZ(0);transform:translateZ(0)}.slick-track{display:block;left:0;margin-left:auto;margin-right:auto;position:relative;top:0}.slick-track:after,.slick-track:before{content:"";display:table}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{border:1px solid transparent;display:block;height:auto}.slick-arrow.slick-hidden{display:none}.slick-loading .slick-list{background-color:#fff}.slick-next,.slick-prev{border:none;cursor:pointer;display:block;font-size:0;height:4rem;line-height:0;padding:0;position:absolute;top:40%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:4rem;z-index:10}.slick-next,.slick-next:focus,.slick-next:hover,.slick-prev,.slick-prev:focus,.slick-prev:hover{background:transparent;color:transparent;outline:none}.slick-next:focus:before,.slick-next:hover:before,.slick-prev:focus:before,.slick-prev:hover:before{opacity:1}.slick-next.slick-disabled:before,.slick-prev.slick-disabled:before{opacity:.25}.slick-next:before,.slick-prev:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#3f3f3f;font-family:Roboto,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:4rem;line-height:1;opacity:.75}.slick-prev{left:0}[dir=rtl] .slick-prev{left:auto;right:0}.slick-prev:before{content:"<"}[dir=rtl] .slick-prev:before{content:">"}.slick-next{right:0}[dir=rtl] .slick-next{left:0;right:auto}.slick-next:before{content:">"}[dir=rtl] .slick-next:before{content:"<"}.slick-dotted.slick-slider{margin-bottom:30px}.slick-dots{bottom:0;display:block;list-style:none;margin:0;padding:0;position:absolute;text-align:center;width:100%}.slick-dots li{cursor:pointer;display:inline-block;height:20px;margin:0 5px;padding:0;position:relative;width:20px}.slick-dots li button{background:transparent;background-color:#9a9a9a;border:0;border-radius:50%;box-shadow:0 2px 4px 1px rgba(0,0,0,.1);color:transparent;cursor:pointer;display:block;font-size:0;height:12px;line-height:0;outline:none;padding:5px;width:12px}.slick-dots li button:focus,.slick-dots li button:hover{outline:none}.slick-dots li button:focus:before,.slick-dots li button:hover:before{opacity:1}.slick-dots li button:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#000;content:"";font-family:Roboto,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:4rem;height:20px;left:0;line-height:20px;opacity:.25;position:absolute;text-align:center;top:0;width:20px}.slick-dots li.slick-active button{background-color:#18a0fb;box-shadow:none}.UserCard_m-t-xxs__1G2-D{margin-top:.25rem!important}.UserCard_p-t-xxs__3REcI{padding-top:.25rem!important}.UserCard_m-b-xxs__1VXtz{margin-bottom:.25rem!important}.UserCard_p-b-xxs__eZSJJ{padding-bottom:.25rem!important}.UserCard_m-l-xxs__1bUCM{margin-left:.25rem!important}.UserCard_p-l-xxs__29VCK{padding-left:.25rem!important}.UserCard_m-r-xxs__Q2Vcj{margin-right:.25rem!important}.UserCard_p-r-xxs__1S7Du{padding-right:.25rem!important}.UserCard_m-x-xxs__3AGu0{margin-left:.25rem!important;margin-right:.25rem!important}.UserCard_p-x-xxs__1N9J_{padding-left:.25rem!important;padding-right:.25rem!important}.UserCard_m-y-xxs__2BmNE{margin-bottom:.25rem!important;margin-top:.25rem!important}.UserCard_p-y-xxs__oFZ-U{padding-bottom:.25rem!important;padding-top:.25rem!important}.UserCard_m-xxs__1K11R{margin:.25rem!important}.UserCard_p-xxs__28t7i{padding:.25rem!important}.UserCard_m-t-xs__1PsMc{margin-top:.5rem!important}.UserCard_p-t-xs__ZPTkA{padding-top:.5rem!important}.UserCard_m-b-xs__3p-8k{margin-bottom:.5rem!important}.UserCard_p-b-xs__nyHeh{padding-bottom:.5rem!important}.UserCard_m-l-xs__3bLU8{margin-left:.5rem!important}.UserCard_p-l-xs__ad_Dr{padding-left:.5rem!important}.UserCard_m-r-xs__3Bjrt{margin-right:.5rem!important}.UserCard_p-r-xs__2--gw{padding-right:.5rem!important}.UserCard_m-x-xs__1B-ty{margin-left:.5rem!important;margin-right:.5rem!important}.UserCard_p-x-xs__MPk5T{padding-left:.5rem!important;padding-right:.5rem!important}.UserCard_m-y-xs__3luSE{margin-bottom:.5rem!important;margin-top:.5rem!important}.UserCard_p-y-xs__16daJ{padding-bottom:.5rem!important;padding-top:.5rem!important}.UserCard_m-xs__1KUgh{margin:.5rem!important}.UserCard_p-xs__1YviM{padding:.5rem!important}.UserCard_m-t-s__3YlYs{margin-top:1rem!important}.UserCard_p-t-s__1oBRX{padding-top:1rem!important}.UserCard_m-b-s__3k19x{margin-bottom:1rem!important}.UserCard_p-b-s__3pp6V{padding-bottom:1rem!important}.UserCard_m-l-s__1hh5y{margin-left:1rem!important}.UserCard_p-l-s__1BP6M{padding-left:1rem!important}.UserCard_m-r-s__NhoP5{margin-right:1rem!important}.UserCard_p-r-s__3JwNt{padding-right:1rem!important}.UserCard_m-x-s__XSo9W{margin-left:1rem!important;margin-right:1rem!important}.UserCard_p-x-s__2ROAX{padding-left:1rem!important;padding-right:1rem!important}.UserCard_m-y-s__2KlXC{margin-bottom:1rem!important;margin-top:1rem!important}.UserCard_p-y-s__2nm1H{padding-bottom:1rem!important;padding-top:1rem!important}.UserCard_m-s__2s-W6{margin:1rem!important}.UserCard_p-s__1tN35{padding:1rem!important}.UserCard_m-t-m__1PUQZ{margin-top:1.5rem!important}.UserCard_p-t-m__2ZtZp{padding-top:1.5rem!important}.UserCard_m-b-m__382xL{margin-bottom:1.5rem!important}.UserCard_p-b-m__1B4aa{padding-bottom:1.5rem!important}.UserCard_m-l-m__25jH4{margin-left:1.5rem!important}.UserCard_p-l-m__3R6Od{padding-left:1.5rem!important}.UserCard_m-r-m__1fcTx{margin-right:1.5rem!important}.UserCard_p-r-m__PrC7u{padding-right:1.5rem!important}.UserCard_m-x-m__2TPQ5{margin-left:1.5rem!important;margin-right:1.5rem!important}.UserCard_p-x-m__npuqJ{padding-left:1.5rem!important;padding-right:1.5rem!important}.UserCard_m-y-m__3CJfs{margin-bottom:1.5rem!important;margin-top:1.5rem!important}.UserCard_p-y-m__2bDPu{padding-bottom:1.5rem!important;padding-top:1.5rem!important}.UserCard_m-m__3Zn87{margin:1.5rem!important}.UserCard_p-m__1TCWW{padding:1.5rem!important}.UserCard_m-t-l__1tRfY{margin-top:2rem!important}.UserCard_p-t-l__54gPI{padding-top:2rem!important}.UserCard_m-b-l__3cxLp{margin-bottom:2rem!important}.UserCard_p-b-l__2QmHQ{padding-bottom:2rem!important}.UserCard_m-l-l__1t1wX{margin-left:2rem!important}.UserCard_p-l-l__2J8xI{padding-left:2rem!important}.UserCard_m-r-l__1Ufz3{margin-right:2rem!important}.UserCard_p-r-l__3_59i{padding-right:2rem!important}.UserCard_m-x-l__3Q8_k{margin-left:2rem!important;margin-right:2rem!important}.UserCard_p-x-l__3QuzT{padding-left:2rem!important;padding-right:2rem!important}.UserCard_m-y-l__3fi_0{margin-bottom:2rem!important;margin-top:2rem!important}.UserCard_p-y-l__3HMFy{padding-bottom:2rem!important;padding-top:2rem!important}.UserCard_m-l__30cVr{margin:2rem!important}.UserCard_p-l__G66z-{padding:2rem!important}.UserCard_m-t-xl__27y_X{margin-top:3rem!important}.UserCard_p-t-xl__1ovXQ{padding-top:3rem!important}.UserCard_m-b-xl__Wvvyk{margin-bottom:3rem!important}.UserCard_p-b-xl__1W4wo{padding-bottom:3rem!important}.UserCard_m-l-xl__37r1A{margin-left:3rem!important}.UserCard_p-l-xl__Qg50e{padding-left:3rem!important}.UserCard_m-r-xl__2Rl3C{margin-right:3rem!important}.UserCard_p-r-xl__JrnM4{padding-right:3rem!important}.UserCard_m-x-xl__2vyn-{margin-left:3rem!important;margin-right:3rem!important}.UserCard_p-x-xl__33p9F{padding-left:3rem!important;padding-right:3rem!important}.UserCard_m-y-xl__FhwNP{margin-bottom:3rem!important;margin-top:3rem!important}.UserCard_p-y-xl__pFl-l{padding-bottom:3rem!important;padding-top:3rem!important}.UserCard_m-xl__1AqQm{margin:3rem!important}.UserCard_p-xl__1jxUT{padding:3rem!important}.UserCard_m-t-xxl__2ZAB4{margin-top:4rem!important}.UserCard_p-t-xxl__1rMrt{padding-top:4rem!important}.UserCard_m-b-xxl__2Ru0G{margin-bottom:4rem!important}.UserCard_p-b-xxl__3P04i{padding-bottom:4rem!important}.UserCard_m-l-xxl__3y6q6{margin-left:4rem!important}.UserCard_p-l-xxl__1-dvj{padding-left:4rem!important}.UserCard_m-r-xxl__2caGG{margin-right:4rem!important}.UserCard_p-r-xxl__6Vs-M{padding-right:4rem!important}.UserCard_m-x-xxl__3qWYe{margin-left:4rem!important;margin-right:4rem!important}.UserCard_p-x-xxl__1JcV2{padding-left:4rem!important;padding-right:4rem!important}.UserCard_m-y-xxl__cou6Y{margin-bottom:4rem!important;margin-top:4rem!important}.UserCard_p-y-xxl__3pk0S{padding-bottom:4rem!important;padding-top:4rem!important}.UserCard_m-xxl__2K_wH{margin:4rem!important}.UserCard_p-xxl__4QaUq{padding:4rem!important}.UserCard_no-padding__vVEMm{padding:0!important}.UserCard_no-padding--top__1i48W{padding-top:0!important}.UserCard_no-padding--left__zvQGF{padding-left:0!important}.UserCard_no-padding--bottom__11DVk{padding-bottom:0!important}.UserCard_no-padding--right__1uBOh{padding-right:0!important}.UserCard_no-margin__2PXBt{margin:0!important}.UserCard_no-margin--top__2jcE3{margin-top:0!important}.UserCard_no-margin--left__2WacO{margin-left:0!important}.UserCard_no-margin--bottom__28owr{margin-bottom:0!important}.UserCard_no-margin--right__249RH{margin-right:0!important}.UserCard_userCard__1rdTK{border-radius:20px;height:200px;margin:80px 7px 44px;padding-top:90px;position:relative}.UserCard_userCard__1rdTK.UserCard_light__3kcs6{background-color:#f4f5f6}.UserCard_userCard__1rdTK.UserCard_light__3kcs6 h3{color:#29394d}.UserCard_userCard__1rdTK.UserCard_dark__22Qp0{background-color:#3a4c62}.UserCard_userCard__1rdTK .UserCard_header__1sEYg{align-items:center;color:#b2bcc6;display:flex;flex-direction:column;height:100%;justify-content:space-between;margin:0 .75rem;text-align:center}.UserCard_userCard__1rdTK p{text-align:center}.UserCard_userCard__1rdTK .UserCard_profile__social-link__VrSg9:last-child{margin-right:0}.UserCard_userCard__1rdTK h3{color:#b2bcc6;font-size:1.125rem;font-weight:700;margin:0}.UserCard_userCard__1rdTK h4{align-items:center;display:flex;flex-direction:column;font-size:.8rem;line-height:1rem;margin:.2rem 0 .3rem;text-align:center;text-transform:uppercase}.UserCard_userCard__1rdTK h5{border-top:1px solid rgba(109,127,146,.1);color:#18a0fb;font-size:.875rem;font-weight:500;line-height:1.25rem;margin:0;padding:.875rem 0;text-align:center;text-transform:uppercase;width:100%}.UserCard_userCard__1rdTK h5>span>span{color:#b2bcc6;margin-left:.5rem}.UserCard_userCard__1rdTK .UserCard_check__Dhfmc{align-items:center;background-color:#fff;border-radius:50%;color:#6d7f92;cursor:pointer;display:flex;font-size:1.7rem;height:2.2rem;justify-content:center;left:2px;position:absolute;top:18px;width:2.05rem;z-index:1}.UserCard_userCard__1rdTK .UserCard_check__Dhfmc path{fill:#6d7f92}.UserCard_userCard__1rdTK .UserCard_check__Dhfmc.UserCard_active__3byjE{background:#18a0fb}.UserCard_userCard__1rdTK .UserCard_check__Dhfmc.UserCard_active__3byjE path{fill:#fff;transition:all .3s ease-in-out}.UserCard_userCard__1rdTK .UserCard_loading-bar__1_di_{background-color:#18a0fb;background:linear-gradient(90deg,#30609b,#18a0fb,#7cb5f9);box-shadow:0 0 10px rgba(119,182,255,.7);height:.2rem;position:fixed;z-index:2}.UserCard_userCard__1rdTK .UserCard_emptyAvatar__3toat{align-items:center;background:linear-gradient(to bottom right,#ddd,#ccc,#c5c5c5,#bbb,#b5b5b5,#aaa);box-shadow:0 3px 12px 1px rgba(44,43,63,.1),0 0 0 1px rgba(44,43,63,.13);display:flex;justify-content:center}.UserCard_userCard__1rdTK .UserCard_emptyAvatar__3toat span{color:#fff;font-size:2rem;font-weight:700}.UserCard_avatar__22xhF{background-color:#eee;background-position:50%;background-size:cover;border-radius:50%;cursor:pointer;height:160px;left:50%;margin-bottom:1rem;opacity:.9;position:absolute;top:0;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:160px}.UserCard_avatar__22xhF.UserCard_selected__1CXK3,.UserCard_avatar__22xhF:hover{opacity:1}.UserCard_avatar__22xhF:after,.UserCard_avatar__22xhF:before{border-radius:100%;content:"";height:100%;left:0;position:absolute;top:0;width:100%;z-index:0}.UserCard_avatar__22xhF:before{border:.2rem solid #fff}.UserCard_avatar__22xhF.UserCard_selected__1CXK3:before{border-bottom-color:#18a0fb;border-right-color:#18a0fb;border-top-color:#18a0fb;transition:border-top-color .15s linear,border-right-color .15s linear .1s,border-bottom-color .15s linear .2s}.UserCard_avatar__22xhF:after{border:0 solid transparent}.UserCard_avatar__22xhF.UserCard_selected__1CXK3:after{border-left-width:.2rem;border-right-width:.2rem;border-top:.2rem solid #18a0fb;-webkit-transform:rotate(255deg);transform:rotate(255deg);transition:border-left-width 0s linear .35s,-webkit-transform .4s linear 0s;transition:transform .4s linear 0s,border-left-width 0s linear .35s;transition:transform .4s linear 0s,border-left-width 0s linear .35s,-webkit-transform .4s linear 0s}.UserCard_avatar__22xhF .UserCard_updateButton__3Q5LO,.UserCard_avatar__22xhF span{transition:opacity 1s ease-in-out;-moz-transition:opacity 1s ease-in-out;-webkit-transition:opacity 1s ease-in-out}.UserCard_avatar__22xhF .UserCard_updateButton__3Q5LO{cursor:pointer;left:44%;opacity:0;position:absolute;top:42%;z-index:99}.UserCard_avatar__22xhF .UserCard_updateButton__3Q5LO i.UserCard_icon__2R0E0{color:#fff;font-size:25px;font-weight:700}.UserCard_avatar__22xhF.UserCard_editAvatar__QvG7Q:hover .UserCard_updateButton__3Q5LO{opacity:1}.UserCard_avatar__22xhF.UserCard_editAvatar__QvG7Q:hover span{opacity:0}.UserCard_extraInfos__1Jwy7{align-items:center;background-color:#fff;border:1.6px solid #ccc;border-radius:5rem;bottom:20px;cursor:pointer;display:flex;height:2.5rem;justify-content:center;position:absolute;right:-2px;width:2.5rem;z-index:100}.UserCard_extraInfos__logo__2cuKy{background-size:cover;border-radius:5rem;height:2rem;width:2rem}.UserCard_extraInfos__1Jwy7 i{color:#ccc;font-size:1.5rem}.CustumedMatrix_matrix__10BiN{font-family:Roboto;font-style:normal;padding:20px}.CustumedMatrix_matrix_header__1M7t3{display:flex;justify-content:end}.CustumedMatrix_matrix_header_column__3PsQr{align-items:center;border:solid #29394d;border-radius:5px 5px 0 0;border-width:1px 1px 0;display:flex;height:10px;justify-content:center;margin:0 0 0 8px}.CustumedMatrix_matrix_header_column__3PsQr>div{color:#29394d;font-size:14px;font-weight:600;line-height:16px;margin:-19px 5px 0;padding:3px 4px;text-align:center}.CustumedMatrix_matrix_header__1M7t3 .CustumedMatrix_disabled__2HPgc{border-color:#d8dde2}.CustumedMatrix_matrix_header__1M7t3 .CustumedMatrix_disabled__2HPgc>div{color:#6d7f92}.CustumedMatrix_matrix_body_line__11lbb{border-bottom:1px solid #d8dde2;color:#29394d;display:flex;font-size:14px;justify-content:end;line-height:16px}.CustumedMatrix_matrix_body_line__11lbb>div{border:solid #29394d;border-width:0 1px;margin:0 0 0 8px;padding:5px}.CustumedMatrix_matrix_body_line__11lbb>div:first-child{border:0;text-align:start}.CustumedMatrix_matrix_body_line__11lbb .CustumedMatrix_disabled__2HPgc{border-color:#d8dde2}.CustumedMatrix_matrix_body_line__11lbb:first-child{border-bottom:1px solid #29394d}.CustumedMatrix_matrix_footer__37NPC{display:flex;justify-content:end}.CustumedMatrix_matrix_footer_column__2n85l{align-items:center;border:1px solid #29394d;border-radius:0 0 5px 5px;border-top:0 solid #29394d;display:flex;height:10px;justify-content:center;margin:0 0 0 8px}.CustumedMatrix_matrix_footer__37NPC .CustumedMatrix_disabled__2HPgc{border-color:#d8dde2}.EventCard_m-t-xxs__2v56F{margin-top:.25rem!important}.EventCard_p-t-xxs__9Hn7v{padding-top:.25rem!important}.EventCard_m-b-xxs__1Bi1K{margin-bottom:.25rem!important}.EventCard_p-b-xxs__1U9iP{padding-bottom:.25rem!important}.EventCard_m-l-xxs__2xOnq{margin-left:.25rem!important}.EventCard_p-l-xxs__3Tzrj{padding-left:.25rem!important}.EventCard_m-r-xxs__Bzmc3{margin-right:.25rem!important}.EventCard_p-r-xxs__rwbGw{padding-right:.25rem!important}.EventCard_m-x-xxs__35ffS{margin-left:.25rem!important;margin-right:.25rem!important}.EventCard_p-x-xxs__262wZ{padding-left:.25rem!important;padding-right:.25rem!important}.EventCard_m-y-xxs__2kDXA{margin-bottom:.25rem!important;margin-top:.25rem!important}.EventCard_p-y-xxs__1EyMC{padding-bottom:.25rem!important;padding-top:.25rem!important}.EventCard_m-xxs__1FGAc{margin:.25rem!important}.EventCard_p-xxs__3Uu50{padding:.25rem!important}.EventCard_m-t-xs__2hx3e{margin-top:.5rem!important}.EventCard_p-t-xs__NGJHs{padding-top:.5rem!important}.EventCard_m-b-xs__x6Biu{margin-bottom:.5rem!important}.EventCard_p-b-xs__3KyCV{padding-bottom:.5rem!important}.EventCard_m-l-xs__2HBqu{margin-left:.5rem!important}.EventCard_p-l-xs__3ilgn{padding-left:.5rem!important}.EventCard_m-r-xs__1lBHU{margin-right:.5rem!important}.EventCard_p-r-xs__1sW4J{padding-right:.5rem!important}.EventCard_m-x-xs__18jfS{margin-left:.5rem!important;margin-right:.5rem!important}.EventCard_p-x-xs__2JR3N{padding-left:.5rem!important;padding-right:.5rem!important}.EventCard_m-y-xs__2vUA_{margin-bottom:.5rem!important;margin-top:.5rem!important}.EventCard_p-y-xs__3R7oi{padding-bottom:.5rem!important;padding-top:.5rem!important}.EventCard_m-xs__2BDLK{margin:.5rem!important}.EventCard_p-xs__osFp0{padding:.5rem!important}.EventCard_m-t-s__34293{margin-top:1rem!important}.EventCard_p-t-s__2EVqZ{padding-top:1rem!important}.EventCard_m-b-s__2R4yk{margin-bottom:1rem!important}.EventCard_p-b-s__2pC_y{padding-bottom:1rem!important}.EventCard_m-l-s__2MIA8{margin-left:1rem!important}.EventCard_p-l-s__3Qfs7{padding-left:1rem!important}.EventCard_m-r-s__39Qze{margin-right:1rem!important}.EventCard_p-r-s__lVokK{padding-right:1rem!important}.EventCard_m-x-s__2Ozz7{margin-left:1rem!important;margin-right:1rem!important}.EventCard_p-x-s__15FtZ{padding-left:1rem!important;padding-right:1rem!important}.EventCard_m-y-s__2dfju{margin-bottom:1rem!important;margin-top:1rem!important}.EventCard_p-y-s__lfRPA{padding-bottom:1rem!important;padding-top:1rem!important}.EventCard_m-s__3m594{margin:1rem!important}.EventCard_p-s__1pG1n{padding:1rem!important}.EventCard_m-t-m__1t9L_{margin-top:1.5rem!important}.EventCard_p-t-m__3HqxG{padding-top:1.5rem!important}.EventCard_m-b-m__3fF33{margin-bottom:1.5rem!important}.EventCard_p-b-m__1auBN{padding-bottom:1.5rem!important}.EventCard_m-l-m__3GOng{margin-left:1.5rem!important}.EventCard_p-l-m__amsJr{padding-left:1.5rem!important}.EventCard_m-r-m__36B4F{margin-right:1.5rem!important}.EventCard_p-r-m__2qWuI{padding-right:1.5rem!important}.EventCard_m-x-m__1eJPE{margin-left:1.5rem!important;margin-right:1.5rem!important}.EventCard_p-x-m__3xgXk{padding-left:1.5rem!important;padding-right:1.5rem!important}.EventCard_m-y-m__g7wYf{margin-bottom:1.5rem!important;margin-top:1.5rem!important}.EventCard_p-y-m__1PAbe{padding-bottom:1.5rem!important;padding-top:1.5rem!important}.EventCard_m-m__1luZH{margin:1.5rem!important}.EventCard_p-m__1HnQ6{padding:1.5rem!important}.EventCard_m-t-l__59InD{margin-top:2rem!important}.EventCard_p-t-l__1h_KV{padding-top:2rem!important}.EventCard_m-b-l__3x_5j{margin-bottom:2rem!important}.EventCard_p-b-l__2GSjw{padding-bottom:2rem!important}.EventCard_m-l-l__7QjaC{margin-left:2rem!important}.EventCard_p-l-l__25ASn{padding-left:2rem!important}.EventCard_m-r-l__2CufQ{margin-right:2rem!important}.EventCard_p-r-l__2Mxu6{padding-right:2rem!important}.EventCard_m-x-l__byWeJ{margin-left:2rem!important;margin-right:2rem!important}.EventCard_p-x-l__CJVe6{padding-left:2rem!important;padding-right:2rem!important}.EventCard_m-y-l__CMmsv{margin-bottom:2rem!important;margin-top:2rem!important}.EventCard_p-y-l__2O2Z3{padding-bottom:2rem!important;padding-top:2rem!important}.EventCard_m-l__3hXJz{margin:2rem!important}.EventCard_p-l__3RqH8{padding:2rem!important}.EventCard_m-t-xl__3EFxe{margin-top:3rem!important}.EventCard_p-t-xl__1eNJH{padding-top:3rem!important}.EventCard_m-b-xl__Oi-_K{margin-bottom:3rem!important}.EventCard_p-b-xl__zGyPy{padding-bottom:3rem!important}.EventCard_m-l-xl__1BxoR{margin-left:3rem!important}.EventCard_p-l-xl__yTiIO{padding-left:3rem!important}.EventCard_m-r-xl__1jR8y{margin-right:3rem!important}.EventCard_p-r-xl__35OFz{padding-right:3rem!important}.EventCard_m-x-xl__3-4sk{margin-left:3rem!important;margin-right:3rem!important}.EventCard_p-x-xl__2AiPT{padding-left:3rem!important;padding-right:3rem!important}.EventCard_m-y-xl__3qzZp{margin-bottom:3rem!important;margin-top:3rem!important}.EventCard_p-y-xl__nXC8Q{padding-bottom:3rem!important;padding-top:3rem!important}.EventCard_m-xl__2j3bm{margin:3rem!important}.EventCard_p-xl__3vNKB{padding:3rem!important}.EventCard_m-t-xxl__dQeQr{margin-top:4rem!important}.EventCard_p-t-xxl__3GpyM{padding-top:4rem!important}.EventCard_m-b-xxl__2yrDV{margin-bottom:4rem!important}.EventCard_p-b-xxl__lLmia{padding-bottom:4rem!important}.EventCard_m-l-xxl__-R4ic{margin-left:4rem!important}.EventCard_p-l-xxl__3aZQ0{padding-left:4rem!important}.EventCard_m-r-xxl__mRp2F{margin-right:4rem!important}.EventCard_p-r-xxl__2nkLa{padding-right:4rem!important}.EventCard_m-x-xxl__2JFnM{margin-left:4rem!important;margin-right:4rem!important}.EventCard_p-x-xxl__12z4d{padding-left:4rem!important;padding-right:4rem!important}.EventCard_m-y-xxl__1H4W-{margin-bottom:4rem!important;margin-top:4rem!important}.EventCard_p-y-xxl__340L2{padding-bottom:4rem!important;padding-top:4rem!important}.EventCard_m-xxl__37BOT{margin:4rem!important}.EventCard_p-xxl__1z2ma{padding:4rem!important}.EventCard_no-padding__1KY_C{padding:0!important}.EventCard_no-padding--top__4wnGi{padding-top:0!important}.EventCard_no-padding--left__38McM{padding-left:0!important}.EventCard_no-padding--bottom__60rDd{padding-bottom:0!important}.EventCard_no-padding--right__14QRn{padding-right:0!important}.EventCard_no-margin__1ZjDB{margin:0!important}.EventCard_no-margin--top__25ymA{margin-top:0!important}.EventCard_no-margin--left__12jAz{margin-left:0!important}.EventCard_no-margin--bottom__15sPu{margin-bottom:0!important}.EventCard_no-margin--right__29UJH{margin-right:0!important}.EventCard_event__3m_tz{background:#fff;border:1px solid #f1f2f4;border-radius:5px;color:#29394d;font-size:.75rem;height:25.25rem;padding:.688rem}.EventCard_event__3m_tz h3{font-size:1rem;font-weight:500;height:2.75rem;margin-bottom:.25rem;overflow:hidden;text-align:left}.EventCard_event__3m_tz p{margin:0}.EventCard_event__3m_tz h4{color:#6d7f92;font-size:.75rem;font-weight:400;margin-bottom:.829rem}.EventCard_event__3m_tz.EventCard_fromCycle__6aDAF h3{margin-bottom:.5rem}.EventCard_event__3m_tz.EventCard_fromCycle__6aDAF .EventCard_controls__3Ca32{margin-top:1.625rem}.EventCard_event__3m_tz.EventCard_mine__2ZYXa{background:#edfaf5;border-color:#dcf5ec}.EventCard_event__3m_tz.EventCard_mine__2ZYXa h3{margin-bottom:1rem}.EventCard_event__3m_tz.EventCard_mine__2ZYXa h4{margin-bottom:.5rem}.EventCard_event__3m_tz.EventCard_mine__2ZYXa .EventCard_infos__3lOCG{height:auto;margin-bottom:1.625rem}.EventCard_expert__I2BhQ{height:100%}.EventCard_expert__I2BhQ h3{font-size:1rem;font-weight:500;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;margin-bottom:1.375rem;text-align:left}.EventCard_expert__I2BhQ .EventCard_infos__3lOCG{margin-bottom:0;margin-top:1.125rem}.EventCard_expert__I2BhQ .EventCard_speaker__1aOwG{margin-top:auto}.EventCard_noMargin__3OfLk{margin-left:0}.EventCard_eventContent__HjSkZ{display:flex;flex-direction:column;height:100%}.EventCard_banner__3smHl{background-repeat:no-repeat;background-size:cover;border-radius:5px;display:flex;height:8.75rem;position:relative;width:100%}.EventCard_actions__Up3gW{align-items:center;display:flex;padding:0 .5rem;position:relative;top:-11px}.EventCard_actions__Up3gW .EventCard_btn__2UNo2{align-items:center;border-radius:4px;box-shadow:0 4px 10px rgba(41,57,77,.1);color:#fff;display:flex;font-size:.75rem;height:2rem;justify-content:center;width:9.25rem}.EventCard_actions__Up3gW .EventCard_btn__2UNo2.EventCard_blue__1VNNa{background-color:#18a0fb}.EventCard_actions__Up3gW .EventCard_btn__2UNo2.EventCard_expiresBtn__390ko{background-color:#fb1e5b}.EventCard_eventType__3LMPn{align-items:center;background-color:#fff;border-radius:5px;display:flex;font-size:.75rem;font-weight:500;height:1.375rem;justify-content:center;margin-right:.25rem;padding:0 1rem}.EventCard_eventType__3LMPn .EventCard_barred__23qzV{margin-left:.5rem;position:relative}.EventCard_eventType__3LMPn .EventCard_barred__23qzV:after{background:#fe3745;border-radius:2px;content:"";height:2px;left:0;position:absolute;top:40%;-webkit-transform:rotate(-25deg);transform:rotate(-25deg);width:100%}.EventCard_infos__3lOCG{font-size:.75rem;margin-bottom:1.25rem}.EventCard_infos__3lOCG li{display:flex;margin-top:.313rem}.EventCard_infos__3lOCG li:first-child{margin-top:0}.EventCard_infos__3lOCG li span{line-height:1.25}.EventCard_infos__3lOCG i{display:flex;font-size:.875rem;margin-right:.5rem;margin-top:.125rem}.EventCard_infos__3lOCG .EventCard_pending__6PCLE{background:#fe3745;border-radius:50%;box-shadow:0 0 2px 2px rgba(254,55,69,.3);height:10px;width:10px}.EventCard_communityLogo__TJoqu{background-color:hsla(0,0%,100%,.85);border:1px solid #f1f2f4;border-radius:5px;height:2.25rem;margin:.5rem;padding:.2rem;width:3.5rem}.EventCard_communityLogo__TJoqu span{background-position:50%;background-repeat:no-repeat;background-size:contain;display:flex;height:100%;width:100%}.EventCard_controls__3Ca32{align-items:center;display:flex;justify-content:space-between;margin-top:auto}.EventCard_controls__3Ca32 a{width:49%}.EventCard_btn__2UNo2{align-items:center;border-radius:5px;display:flex;font-weight:500;height:2rem;justify-content:center}.EventCard_btnPrimary__3rV6H{background-color:#06d9b1;color:#fff!important}.EventCard_btnPrimary__3rV6H:hover{background-color:#02af8e}.EventCard_btnSecondary__2ddsc{background-color:#f1f2f4;color:#6d7f92!important}.EventCard_btnSecondary__2ddsc:hover{background-color:#d8dde2}.EventCard_btnBlue__3e4al{background-color:#18a0fb;color:#fff!important}.EventCard_btnBlue__3e4al:hover{background-color:#0980cf}.EventCard_btnBlue__3e4al i{margin-right:.5rem}.EventCard_btn100__1OjAF{width:100%!important}.EventCard_lable__2afDR{align-items:center;background:#18a0fb;border-radius:50px;bottom:1rem;color:#fff;display:flex;font-size:.75rem;font-weight:400;height:26px;justify-content:center;padding:0 .75rem;position:absolute;right:.5rem}.EventCard_lable__2afDR i{margin-right:.5rem}.EventCard_bagde__1v3gd{align-items:center;background-position:50%;background-repeat:no-repeat;background-size:cover;display:flex;height:44px;justify-content:center;position:absolute;right:.25rem;top:.25rem;width:36px}.EventCard_dark_mode__2PETt{background-color:#3c4e64;border:1px solid #3c4e64;color:#fff}.EventCard_dark_mode__2PETt .EventCard_eventType__3LMPn{background-color:#3c4e64}.EventCard_dark_mode__2PETt h3{color:#fff}.ModalConfirm_m-t-xxs__1MEBF{margin-top:.25rem!important}.ModalConfirm_p-t-xxs__-WQTm{padding-top:.25rem!important}.ModalConfirm_m-b-xxs__1qjsv{margin-bottom:.25rem!important}.ModalConfirm_p-b-xxs__2Ew3P{padding-bottom:.25rem!important}.ModalConfirm_m-l-xxs__RHs61{margin-left:.25rem!important}.ModalConfirm_p-l-xxs__1DjAy{padding-left:.25rem!important}.ModalConfirm_m-r-xxs__2jFKJ{margin-right:.25rem!important}.ModalConfirm_p-r-xxs__zK2_O{padding-right:.25rem!important}.ModalConfirm_m-x-xxs__gJJb-{margin-left:.25rem!important;margin-right:.25rem!important}.ModalConfirm_p-x-xxs__333ai{padding-left:.25rem!important;padding-right:.25rem!important}.ModalConfirm_m-y-xxs__Jv2FI{margin-bottom:.25rem!important;margin-top:.25rem!important}.ModalConfirm_p-y-xxs__2pc_X{padding-bottom:.25rem!important;padding-top:.25rem!important}.ModalConfirm_m-xxs__3hebz{margin:.25rem!important}.ModalConfirm_p-xxs__mTVv2{padding:.25rem!important}.ModalConfirm_m-t-xs__1K1Ku{margin-top:.5rem!important}.ModalConfirm_p-t-xs__2dXIA{padding-top:.5rem!important}.ModalConfirm_m-b-xs__2iBDN{margin-bottom:.5rem!important}.ModalConfirm_p-b-xs__1q9Qg{padding-bottom:.5rem!important}.ModalConfirm_m-l-xs__3eKFG{margin-left:.5rem!important}.ModalConfirm_p-l-xs__jT_7n{padding-left:.5rem!important}.ModalConfirm_m-r-xs__cdORS{margin-right:.5rem!important}.ModalConfirm_p-r-xs__3dIHs{padding-right:.5rem!important}.ModalConfirm_m-x-xs___QN_J{margin-left:.5rem!important;margin-right:.5rem!important}.ModalConfirm_p-x-xs__3taZa{padding-left:.5rem!important;padding-right:.5rem!important}.ModalConfirm_m-y-xs__27jVB{margin-bottom:.5rem!important;margin-top:.5rem!important}.ModalConfirm_p-y-xs__cxw2v{padding-bottom:.5rem!important;padding-top:.5rem!important}.ModalConfirm_m-xs__3kdCS{margin:.5rem!important}.ModalConfirm_p-xs__3tsgF{padding:.5rem!important}.ModalConfirm_m-t-s__Xy1ws{margin-top:1rem!important}.ModalConfirm_p-t-s__1zOK_{padding-top:1rem!important}.ModalConfirm_m-b-s__2rz59{margin-bottom:1rem!important}.ModalConfirm_p-b-s__1OaD5{padding-bottom:1rem!important}.ModalConfirm_m-l-s__2tVzs{margin-left:1rem!important}.ModalConfirm_p-l-s__1u3P0{padding-left:1rem!important}.ModalConfirm_m-r-s__2mcl3{margin-right:1rem!important}.ModalConfirm_p-r-s__3NjsX{padding-right:1rem!important}.ModalConfirm_m-x-s__lxF6f{margin-left:1rem!important;margin-right:1rem!important}.ModalConfirm_p-x-s__dHb9a{padding-left:1rem!important;padding-right:1rem!important}.ModalConfirm_m-y-s__3rapb{margin-bottom:1rem!important;margin-top:1rem!important}.ModalConfirm_p-y-s__1v-qK{padding-bottom:1rem!important;padding-top:1rem!important}.ModalConfirm_m-s__1rTUM{margin:1rem!important}.ModalConfirm_p-s__2l43S{padding:1rem!important}.ModalConfirm_m-t-m__2QxWy{margin-top:1.5rem!important}.ModalConfirm_p-t-m__3WYqd{padding-top:1.5rem!important}.ModalConfirm_m-b-m__2G0UC{margin-bottom:1.5rem!important}.ModalConfirm_p-b-m__nbIfe{padding-bottom:1.5rem!important}.ModalConfirm_m-l-m__3173R{margin-left:1.5rem!important}.ModalConfirm_p-l-m__Msd4z{padding-left:1.5rem!important}.ModalConfirm_m-r-m__15p4e{margin-right:1.5rem!important}.ModalConfirm_p-r-m__3do_x{padding-right:1.5rem!important}.ModalConfirm_m-x-m__lyF4r{margin-left:1.5rem!important;margin-right:1.5rem!important}.ModalConfirm_p-x-m__2ICX-{padding-left:1.5rem!important;padding-right:1.5rem!important}.ModalConfirm_m-y-m__3gPLp{margin-bottom:1.5rem!important;margin-top:1.5rem!important}.ModalConfirm_p-y-m__2nUcZ{padding-bottom:1.5rem!important;padding-top:1.5rem!important}.ModalConfirm_m-m__3LnSC{margin:1.5rem!important}.ModalConfirm_p-m__34671{padding:1.5rem!important}.ModalConfirm_m-t-l__3pIX_{margin-top:2rem!important}.ModalConfirm_p-t-l__2xx63{padding-top:2rem!important}.ModalConfirm_m-b-l__3MQSN{margin-bottom:2rem!important}.ModalConfirm_p-b-l__3nNJF{padding-bottom:2rem!important}.ModalConfirm_m-l-l__1_lSo{margin-left:2rem!important}.ModalConfirm_p-l-l__3jwoA{padding-left:2rem!important}.ModalConfirm_m-r-l__3mrEi{margin-right:2rem!important}.ModalConfirm_p-r-l__3Lo-n{padding-right:2rem!important}.ModalConfirm_m-x-l__3JRUH{margin-left:2rem!important;margin-right:2rem!important}.ModalConfirm_p-x-l__35nL5{padding-left:2rem!important;padding-right:2rem!important}.ModalConfirm_m-y-l__Tl1TD{margin-bottom:2rem!important;margin-top:2rem!important}.ModalConfirm_p-y-l__35C-7{padding-bottom:2rem!important;padding-top:2rem!important}.ModalConfirm_m-l__1Y-5-{margin:2rem!important}.ModalConfirm_p-l__dr4gm{padding:2rem!important}.ModalConfirm_m-t-xl__2ILTD{margin-top:3rem!important}.ModalConfirm_p-t-xl__2e63w{padding-top:3rem!important}.ModalConfirm_m-b-xl__3f5lR{margin-bottom:3rem!important}.ModalConfirm_p-b-xl__ly7iX{padding-bottom:3rem!important}.ModalConfirm_m-l-xl__mit14{margin-left:3rem!important}.ModalConfirm_p-l-xl__3LDlP{padding-left:3rem!important}.ModalConfirm_m-r-xl__20HXc{margin-right:3rem!important}.ModalConfirm_p-r-xl__3Lz5e{padding-right:3rem!important}.ModalConfirm_m-x-xl__1y-aj{margin-left:3rem!important;margin-right:3rem!important}.ModalConfirm_p-x-xl__25DoY{padding-left:3rem!important;padding-right:3rem!important}.ModalConfirm_m-y-xl__3F9rR{margin-bottom:3rem!important;margin-top:3rem!important}.ModalConfirm_p-y-xl__2ryM2{padding-bottom:3rem!important;padding-top:3rem!important}.ModalConfirm_m-xl__1eP8m{margin:3rem!important}.ModalConfirm_p-xl__2NsBu{padding:3rem!important}.ModalConfirm_m-t-xxl__3xZvt{margin-top:4rem!important}.ModalConfirm_p-t-xxl__15r7W{padding-top:4rem!important}.ModalConfirm_m-b-xxl__uN-VV{margin-bottom:4rem!important}.ModalConfirm_p-b-xxl__2iqMQ{padding-bottom:4rem!important}.ModalConfirm_m-l-xxl__1YOtu{margin-left:4rem!important}.ModalConfirm_p-l-xxl__2tUis{padding-left:4rem!important}.ModalConfirm_m-r-xxl__3QBYR{margin-right:4rem!important}.ModalConfirm_p-r-xxl__1ZslX{padding-right:4rem!important}.ModalConfirm_m-x-xxl__2t6d2{margin-left:4rem!important;margin-right:4rem!important}.ModalConfirm_p-x-xxl__1hhlP{padding-left:4rem!important;padding-right:4rem!important}.ModalConfirm_m-y-xxl__3oOg7{margin-bottom:4rem!important;margin-top:4rem!important}.ModalConfirm_p-y-xxl__jUi5a{padding-bottom:4rem!important;padding-top:4rem!important}.ModalConfirm_m-xxl__2Csqm{margin:4rem!important}.ModalConfirm_p-xxl__3DsvG{padding:4rem!important}.ModalConfirm_no-padding__1xN9l{padding:0!important}.ModalConfirm_no-padding--top__jGeyo{padding-top:0!important}.ModalConfirm_no-padding--left__cSTig{padding-left:0!important}.ModalConfirm_no-padding--bottom__3v6pJ{padding-bottom:0!important}.ModalConfirm_no-padding--right__2-Wfx{padding-right:0!important}.ModalConfirm_no-margin__vNg4T{margin:0!important}.ModalConfirm_no-margin--top__16fN-{margin-top:0!important}.ModalConfirm_no-margin--left__3d9TD{margin-left:0!important}.ModalConfirm_no-margin--bottom__2umFT{margin-bottom:0!important}.ModalConfirm_no-margin--right__2yV3m{margin-right:0!important}.ModalConfirm_modalOverlay__2jX55{background-color:rgba(41,57,77,.4);bottom:0;left:0;position:fixed;right:0;top:0;z-index:99999}.ModalConfirm_modalContent__3Gjhu{align-items:center;background:transparent;border:none;border-radius:4px;bottom:0;display:flex;justify-content:center;left:0;outline:none;padding:0;position:absolute;right:0;top:0}.ModalConfirm_modalContentAfterOpen__bRgig .ModalConfirm_confirm__35WkV{opacity:1;top:0}.ModalConfirm_modalContentBeforeClose__35cd5 .ModalConfirm_confirm__35WkV{opacity:0;top:50%}.ModalConfirm_confirm__35WkV{background:#f8f9fa;border-radius:5px;box-shadow:0 0 10px rgba(41,57,77,.25);height:307px;max-width:90%;opacity:0;position:relative;top:50%;transition:all .2s ease-in-out;width:632px}.ModalConfirm_close__1gVK0{align-items:center;background:#fff;border:1px solid #f1f2f4;border-radius:50%;color:#3c4e64;cursor:pointer;display:flex;height:36px;justify-content:center;position:absolute;right:-18px;top:-18px;width:36px;z-index:1}.ModalConfirm_header__M1cCW{align-items:center;border-radius:5px 5px 0 0;display:flex;font-size:22px;height:60px;justify-content:center;line-height:26px;position:relative;width:100%}.ModalConfirm_header__M1cCW .ModalConfirm_icon__3h_Sx{align-items:flex-start;border-bottom-left-radius:45px;border-bottom-right-radius:45px;border-top:none!important;bottom:-45px;display:flex;height:45px;justify-content:center;position:absolute;right:50%;-webkit-transform:translateX(50%);transform:translateX(50%);width:90px}.ModalConfirm_body__1Mr-S{border-bottom:1px solid #f1f2f4;color:#29394d;font-size:18px;height:152px;line-height:21px;padding:82px 20px 20px;text-align:center;width:100%}.ModalConfirm_body__1Mr-S.ModalConfirm_with_switch__2NqW3{padding:73px 20px 20px}.ModalConfirm_body__1Mr-S .ModalConfirm_item__3HSbf{align-items:center;display:flex;padding-left:34%;padding-right:34%}.ModalConfirm_body__1Mr-S .ModalConfirm_item__3HSbf .ModalConfirm_itemLabel__3j0V4{font-family:Roboto;font-size:14px;font-style:normal;font-weight:400;line-height:16px;margin-bottom:20px;margin-right:auto;margin-top:15px;text-transform:capitalize}.ModalConfirm_body__1Mr-S .ModalConfirm_item__3HSbf .ModalConfirm_switch__2TyXa{opacity:0;position:absolute}.ModalConfirm_body__1Mr-S .ModalConfirm_item__3HSbf .ModalConfirm_switch__2TyXa+div{background-color:#dbe0e5;border-radius:20px;cursor:pointer;height:16px;transition-duration:.4s;transition-property:background-color,box-shadow;vertical-align:middle;width:40px}.ModalConfirm_body__1Mr-S .ModalConfirm_item__3HSbf .ModalConfirm_switch__2TyXa+div>div{background:#b6bfc8;border:1px solid #fff;border-radius:50%;box-shadow:0 4px 10px rgba(41,57,77,.1);height:24px;left:0;pointer-events:none;position:relative;top:-25%;transition-duration:.4s;transition-property:background-color,-webkit-transform;transition-property:transform,background-color;transition-property:transform,background-color,-webkit-transform;transition-timing-function:cubic-bezier(1,0,0,1);width:24px}.ModalConfirm_body__1Mr-S .ModalConfirm_item__3HSbf .ModalConfirm_switch__2TyXa:checked+div{background-color:#c7e8fe}.ModalConfirm_body__1Mr-S .ModalConfirm_item__3HSbf .ModalConfirm_switch__2TyXa:checked+div>div{background-color:#18a0fb;-webkit-transform:translate3d(16px,0,0);transform:translate3d(16px,0,0)}.ModalConfirm_footer__3GRCS{align-items:center;display:flex;height:95px;justify-content:center;width:100%}.ModalConfirm_deleting__3vgrz,.ModalConfirm_no__mG2tQ,.ModalConfirm_yes__44qeg{align-items:center;border:0;border-radius:5px;color:#fff;cursor:pointer;display:flex;font-size:16px;font-weight:500;height:44px;justify-content:center;line-height:19px;text-transform:uppercase;transition:opacity .3s ease-in-out}.ModalConfirm_deleting__3vgrz:hover,.ModalConfirm_no__mG2tQ:hover,.ModalConfirm_yes__44qeg:hover{opacity:.8}.ModalConfirm_no__mG2tQ{background:rgba(109,127,146,.6);margin-right:10px;width:126px}.ModalConfirm_deleting__3vgrz,.ModalConfirm_yes__44qeg{width:294px}.ModalConfirm_delete__2V8bw .ModalConfirm_header__M1cCW{background:#fff5f6;border-bottom:1px solid #ffdbdd;color:#f4515d}.ModalConfirm_delete__2V8bw .ModalConfirm_header__M1cCW .ModalConfirm_icon__3h_Sx{background:#fff5f6;border:1px solid #ffdbdd}.ModalConfirm_delete__2V8bw .ModalConfirm_deleting__3vgrz,.ModalConfirm_delete__2V8bw .ModalConfirm_yes__44qeg{background-color:#ff636e}.ModalConfirm_publish__3kLl5 .ModalConfirm_header__M1cCW{background:#f3faff;border-bottom:1px solid #c7e8fe;color:#2495e1}.ModalConfirm_publish__3kLl5 .ModalConfirm_header__M1cCW .ModalConfirm_icon__3h_Sx{background:#f3faff;border:1px solid #c7e8fe}.ModalConfirm_publish__3kLl5 .ModalConfirm_deleting__3vgrz,.ModalConfirm_publish__3kLl5 .ModalConfirm_yes__44qeg{background-color:#2495e1}.ModalConfirm_send__3qHbC .ModalConfirm_header__M1cCW{background:#f1fbf9;border-bottom:1px solid #c7e8fe;color:#02af8e}.ModalConfirm_send__3qHbC .ModalConfirm_header__M1cCW .ModalConfirm_icon__3h_Sx{background:#f1fbf9;border:1px solid rgba(98,222,176,.3)}.ModalConfirm_send__3qHbC .ModalConfirm_deleting__3vgrz,.ModalConfirm_send__3qHbC .ModalConfirm_yes__44qeg{background-color:#06d9b1}.ModalConfirm_duplicate__3xSMy .ModalConfirm_header__M1cCW{background:#f3faff;border-bottom:1px solid #c7e8fe;color:#2495e1}.ModalConfirm_duplicate__3xSMy .ModalConfirm_header__M1cCW .ModalConfirm_icon__3h_Sx{background:#f3faff;border:1px solid #c7e8fe}.ModalConfirm_duplicate__3xSMy .ModalConfirm_deleting__3vgrz,.ModalConfirm_duplicate__3xSMy .ModalConfirm_yes__44qeg{background-color:#2495e1}.ModalConfirm_return__3xl1q .ModalConfirm_header__M1cCW{background:#fff5f6;border-bottom:1px solid #ffdbdd;color:#f4515d}.ModalConfirm_return__3xl1q .ModalConfirm_header__M1cCW .ModalConfirm_icon__3h_Sx{background:#fff5f6;border:1px solid #ffdbdd}.ModalConfirm_return__3xl1q .ModalConfirm_deleting__3vgrz,.ModalConfirm_return__3xl1q .ModalConfirm_yes__44qeg{background-color:#ff636e}.ModalConfirm_share__221ER .ModalConfirm_header__M1cCW{background:#f1fbf9;border-bottom:1px solid #c7e8fe;color:#02af8e}.ModalConfirm_share__221ER .ModalConfirm_header__M1cCW .ModalConfirm_icon__3h_Sx{background:#f1fbf9;border:1px solid rgba(98,222,176,.3)}.ModalConfirm_share__221ER .ModalConfirm_deleting__3vgrz,.ModalConfirm_share__221ER .ModalConfirm_yes__44qeg{background-color:#06d9b1}.ModalConfirm_add__1Luid .ModalConfirm_header__M1cCW{background:#f3faff;border-bottom:1px solid #c7e8fe;color:#2495e1}.ModalConfirm_add__1Luid .ModalConfirm_header__M1cCW .ModalConfirm_icon__3h_Sx{background:#f3faff;border:1px solid #c7e8fe}.ModalConfirm_add__1Luid .ModalConfirm_deleting__3vgrz,.ModalConfirm_add__1Luid .ModalConfirm_yes__44qeg{background-color:#2495e1}.ModalConfirm_privatize__270xv .ModalConfirm_header__M1cCW{background:#fff5f6;border-bottom:1px solid #ffdbdd;color:#ff7f3f}.ModalConfirm_privatize__270xv .ModalConfirm_header__M1cCW .ModalConfirm_icon__3h_Sx{background:#fff5f6;border:1px solid #ffdbdd}.ModalConfirm_privatize__270xv .ModalConfirm_deleting__3vgrz,.ModalConfirm_privatize__270xv .ModalConfirm_yes__44qeg{background-color:rgba(255,127,63,.639)}.ModalConfirm_deleting__3vgrz{cursor:not-allowed}.ModalConfirm_deleting__3vgrz:hover{opacity:1}@media screen and (max-width:39.9375em){.ModalConfirm_body__1Mr-S,.ModalConfirm_footer__3GRCS{padding-left:1rem;padding-right:1rem}}.Switch_ttp-switch__2vgdb{opacity:0;position:absolute}.Switch_ttp-switch__2vgdb+div{background-color:#dbe0e5;border-radius:20px;cursor:pointer;height:16px;transition-duration:.4s;transition-property:background-color,box-shadow;vertical-align:middle;width:40px}.Switch_ttp-switch__2vgdb+div>div{background:#b6bfc8;border:1px solid #fff;border-radius:50%;box-shadow:0 4px 10px rgba(41,57,77,.1);height:24px;left:0;pointer-events:none;position:relative;top:-25%;transition-duration:.4s;transition-property:background-color,-webkit-transform;transition-property:transform,background-color;transition-property:transform,background-color,-webkit-transform;transition-timing-function:cubic-bezier(1,0,0,1);width:24px}.Switch_ttp-switch__2vgdb+div span{color:#fff;font-size:1.6rem;margin-top:12px;position:absolute}.Switch_ttp-switch__2vgdb+div span:first-child{margin-left:15px}.Switch_ttp-switch__2vgdb+div span :nth-child(2){margin-left:55px}.Switch_ttp-switch__2vgdb:checked+div{background-color:#c7e8fe}.Switch_ttp-switch__2vgdb:checked+div>div{background-color:#18a0fb;-webkit-transform:translate3d(16px,0,0);transform:translate3d(16px,0,0)}.CookieConsent_container__24hif{background:#fff;border-radius:9px;bottom:24px;box-shadow:0 0 10px 5px rgba(41,57,77,.1);font-family:Roboto;left:24px;max-width:500px;padding:18px;position:fixed;z-index:9999}.CookieConsent_container_active__gx-Bj{max-width:800px}.CookieConsent_container__24hif .CookieConsent_title__3J-Fz{color:#29394d;font-size:1.2rem;font-weight:500}.CookieConsent_container__24hif .CookieConsent_text__3M0EC{color:#8d8d8d;font-size:14px;margin:1rem 0}.CookieConsent_container__24hif .CookieConsent_text__3M0EC p{text-align:left}.CookieConsent_container__24hif .CookieConsent_info__3DbyA{display:none;margin:1.5rem 0 1rem;transition:all 1s}.CookieConsent_container__24hif .CookieConsent_info_active__1Tq7a{display:block}.CookieConsent_container__24hif .CookieConsent_info__3DbyA .CookieConsent_cookiesDetails__XQLzU{max-height:400px;overflow:scroll}.CookieConsent_container__24hif .CookieConsent_info__3DbyA .CookieConsent_cookiesDetails__XQLzU .CookieConsent_section__F_GhE p{margin:0;text-align:left}.CookieConsent_container__24hif .CookieConsent_info__3DbyA .CookieConsent_cookiesDetails__XQLzU .CookieConsent_section_header__1pUhb{align-items:center;display:flex;justify-content:space-between;padding:1rem 1.5rem;position:relative}.CookieConsent_container__24hif .CookieConsent_info__3DbyA .CookieConsent_cookiesDetails__XQLzU .CookieConsent_section_header__1pUhb h2{color:#29394d;font-size:1.125rem;font-weight:500}.CookieConsent_container__24hif .CookieConsent_info__3DbyA .CookieConsent_cookiesDetails__XQLzU .CookieConsent_section_header__1pUhb .CookieConsent_disable__1rwxW{background-color:hsla(0,0%,100%,.553);height:100%;position:absolute;right:0;top:0;width:100px}.CookieConsent_container__24hif .CookieConsent_info__3DbyA .CookieConsent_cookiesDetails__XQLzU .CookieConsent_section__F_GhE .CookieConsent_description__1vm0t{font-size:.875rem;line-height:1.25rem;padding:0 1.5rem}.CookieConsent_container__24hif .CookieConsent_actions__2TH7v{align-items:center;display:flex}.CookieConsent_container__24hif .CookieConsent_button__1GM-h{background:#18a0fb;border:1px solid #18a0fb;border-radius:4px;color:#fff}.CookieConsent_container__24hif .CookieConsent_buttonInfo__ILNfN,.CookieConsent_container__24hif .CookieConsent_button__1GM-h{cursor:pointer;display:inline-block;font-family:Roboto;font-size:1rem;font-weight:500;line-height:1.5;padding:.5rem 1.5rem;text-align:center;text-decoration:none}.CookieConsent_container__24hif .CookieConsent_buttonInfo__ILNfN{background:#f8f9fa;border:1px solid #b2bcc6;border-radius:4px;color:#8d8d8d;margin-right:10px;min-width:160px}.CookieConsent_detail_box__1bd4W{background:#fff;border:1px solid rgba(0,0,0,.04);border-radius:8px;margin:10px 0 20px}.CookieConsent_detail_box__1bd4W li{border-bottom:1px solid rgba(0,0,0,.04);padding:10px}.CookieConsent_detail_box__1bd4W li:last-child{border-bottom:none}.CookieConsent_detail_title__7NceG{align-items:center;color:#29394d;display:flex;font-weight:500;margin-bottom:5px}.CookieConsent_detail_title__7NceG img{margin-right:10px}.CookieConsent_detail_text__161d_{color:#8d8d8d;font-size:14px;text-align:left}@media screen and (max-width:393px){.CookieConsent_container__24hif{bottom:10vh;left:0}.CookieConsent_container__24hif .CookieConsent_text__3M0EC{height:100px;overflow:scroll}.CookieConsent_container__24hif .CookieConsent_info__3DbyA .CookieConsent_cookiesDetails__XQLzU{max-height:200px}.CookieConsent_container__24hif .CookieConsent_buttonInfo__ILNfN,.CookieConsent_container__24hif .CookieConsent_button__1GM-h{padding:.5rem}}@media screen and (max-height:393px){.CookieConsent_container__24hif{bottom:20vh;left:0;max-width:750px}.CookieConsent_container__24hif .CookieConsent_text__3M0EC{height:100px;overflow:scroll}.CookieConsent_container__24hif .CookieConsent_info__3DbyA .CookieConsent_cookiesDetails__XQLzU{max-height:98px}.CookieConsent_container__24hif .CookieConsent_buttonInfo__ILNfN,.CookieConsent_container__24hif .CookieConsent_button__1GM-h{padding:.5rem}}.CardTool_m-t-xxs__2XyGx{margin-top:.25rem!important}.CardTool_p-t-xxs__rWcfZ{padding-top:.25rem!important}.CardTool_m-b-xxs__ZzTEG{margin-bottom:.25rem!important}.CardTool_p-b-xxs__20pdS{padding-bottom:.25rem!important}.CardTool_m-l-xxs__2-rGV{margin-left:.25rem!important}.CardTool_p-l-xxs__2jSaY{padding-left:.25rem!important}.CardTool_m-r-xxs__1sAwy{margin-right:.25rem!important}.CardTool_p-r-xxs__1mCJE{padding-right:.25rem!important}.CardTool_m-x-xxs__3VqNs{margin-left:.25rem!important;margin-right:.25rem!important}.CardTool_p-x-xxs__3PZ_m{padding-left:.25rem!important;padding-right:.25rem!important}.CardTool_m-y-xxs__2G8oS{margin-bottom:.25rem!important;margin-top:.25rem!important}.CardTool_p-y-xxs__2auqG{padding-bottom:.25rem!important;padding-top:.25rem!important}.CardTool_m-xxs__157iM{margin:.25rem!important}.CardTool_p-xxs__19prz{padding:.25rem!important}.CardTool_m-t-xs__22p3t{margin-top:.5rem!important}.CardTool_p-t-xs__11FMx{padding-top:.5rem!important}.CardTool_m-b-xs__1w7QE{margin-bottom:.5rem!important}.CardTool_p-b-xs__oAsbS{padding-bottom:.5rem!important}.CardTool_m-l-xs__2g_JZ{margin-left:.5rem!important}.CardTool_p-l-xs__3G3oB{padding-left:.5rem!important}.CardTool_m-r-xs__3pRkI{margin-right:.5rem!important}.CardTool_p-r-xs__-jxIx{padding-right:.5rem!important}.CardTool_m-x-xs__3Y3hz{margin-left:.5rem!important;margin-right:.5rem!important}.CardTool_p-x-xs__az8sS{padding-left:.5rem!important;padding-right:.5rem!important}.CardTool_m-y-xs__12iXW{margin-bottom:.5rem!important;margin-top:.5rem!important}.CardTool_p-y-xs__1hvHt{padding-bottom:.5rem!important;padding-top:.5rem!important}.CardTool_m-xs__1BccQ{margin:.5rem!important}.CardTool_p-xs__mEyJO{padding:.5rem!important}.CardTool_m-t-s__24ZTc{margin-top:1rem!important}.CardTool_p-t-s__kBMpj{padding-top:1rem!important}.CardTool_m-b-s__3UriF{margin-bottom:1rem!important}.CardTool_p-b-s__1r14k{padding-bottom:1rem!important}.CardTool_m-l-s__3zlES{margin-left:1rem!important}.CardTool_p-l-s__3pWEn{padding-left:1rem!important}.CardTool_m-r-s__371lR{margin-right:1rem!important}.CardTool_p-r-s__2yMgd{padding-right:1rem!important}.CardTool_m-x-s__2NV7M{margin-left:1rem!important;margin-right:1rem!important}.CardTool_p-x-s__3DP0i{padding-left:1rem!important;padding-right:1rem!important}.CardTool_m-y-s__3vswC{margin-bottom:1rem!important;margin-top:1rem!important}.CardTool_p-y-s__tu5xd{padding-bottom:1rem!important;padding-top:1rem!important}.CardTool_m-s__8Ram7{margin:1rem!important}.CardTool_p-s__cxlr-{padding:1rem!important}.CardTool_m-t-m__ZqORz{margin-top:1.5rem!important}.CardTool_p-t-m__HiWQD{padding-top:1.5rem!important}.CardTool_m-b-m__3PEFZ{margin-bottom:1.5rem!important}.CardTool_p-b-m__AesmI{padding-bottom:1.5rem!important}.CardTool_m-l-m__3VMgg{margin-left:1.5rem!important}.CardTool_p-l-m__3ZQY4{padding-left:1.5rem!important}.CardTool_m-r-m__3B2OW{margin-right:1.5rem!important}.CardTool_p-r-m__2kjON{padding-right:1.5rem!important}.CardTool_m-x-m__2D-_9{margin-left:1.5rem!important;margin-right:1.5rem!important}.CardTool_p-x-m__1ZOmq{padding-left:1.5rem!important;padding-right:1.5rem!important}.CardTool_m-y-m__3IAsM{margin-bottom:1.5rem!important;margin-top:1.5rem!important}.CardTool_p-y-m__lu-6B{padding-bottom:1.5rem!important;padding-top:1.5rem!important}.CardTool_m-m__1vggs{margin:1.5rem!important}.CardTool_p-m__pTGEw{padding:1.5rem!important}.CardTool_m-t-l__3Yc_y{margin-top:2rem!important}.CardTool_p-t-l__SaqhN{padding-top:2rem!important}.CardTool_m-b-l__1LpvC{margin-bottom:2rem!important}.CardTool_p-b-l__2UpsJ{padding-bottom:2rem!important}.CardTool_m-l-l__2eP4B{margin-left:2rem!important}.CardTool_p-l-l__3iOqQ{padding-left:2rem!important}.CardTool_m-r-l__2YMO3{margin-right:2rem!important}.CardTool_p-r-l__2Rrwl{padding-right:2rem!important}.CardTool_m-x-l__2ivRD{margin-left:2rem!important;margin-right:2rem!important}.CardTool_p-x-l__2Tl6P{padding-left:2rem!important;padding-right:2rem!important}.CardTool_m-y-l__3hBgz{margin-bottom:2rem!important;margin-top:2rem!important}.CardTool_p-y-l__1ygnE{padding-bottom:2rem!important;padding-top:2rem!important}.CardTool_m-l__1b03c{margin:2rem!important}.CardTool_p-l__1-dlu{padding:2rem!important}.CardTool_m-t-xl__2mD5f{margin-top:3rem!important}.CardTool_p-t-xl__85qNf{padding-top:3rem!important}.CardTool_m-b-xl__31klk{margin-bottom:3rem!important}.CardTool_p-b-xl__MzWTy{padding-bottom:3rem!important}.CardTool_m-l-xl__cu-n4{margin-left:3rem!important}.CardTool_p-l-xl__4iy6e{padding-left:3rem!important}.CardTool_m-r-xl__2Z5Wl{margin-right:3rem!important}.CardTool_p-r-xl__3ZKFb{padding-right:3rem!important}.CardTool_m-x-xl__rWYzi{margin-left:3rem!important;margin-right:3rem!important}.CardTool_p-x-xl__c6PsH{padding-left:3rem!important;padding-right:3rem!important}.CardTool_m-y-xl__1iIlg{margin-bottom:3rem!important;margin-top:3rem!important}.CardTool_p-y-xl__3Zk6N{padding-bottom:3rem!important;padding-top:3rem!important}.CardTool_m-xl__3vSiR{margin:3rem!important}.CardTool_p-xl__2UHlL{padding:3rem!important}.CardTool_m-t-xxl__3xAro{margin-top:4rem!important}.CardTool_p-t-xxl__1WtxM{padding-top:4rem!important}.CardTool_m-b-xxl__1XBlx{margin-bottom:4rem!important}.CardTool_p-b-xxl__3qZGf{padding-bottom:4rem!important}.CardTool_m-l-xxl__2wJDv{margin-left:4rem!important}.CardTool_p-l-xxl__2KTry{padding-left:4rem!important}.CardTool_m-r-xxl__1lbua{margin-right:4rem!important}.CardTool_p-r-xxl__27il5{padding-right:4rem!important}.CardTool_m-x-xxl__2gdW1{margin-left:4rem!important;margin-right:4rem!important}.CardTool_p-x-xxl__3rEvZ{padding-left:4rem!important;padding-right:4rem!important}.CardTool_m-y-xxl__3NDCX{margin-bottom:4rem!important;margin-top:4rem!important}.CardTool_p-y-xxl__1xghR{padding-bottom:4rem!important;padding-top:4rem!important}.CardTool_m-xxl__3gYYp{margin:4rem!important}.CardTool_p-xxl__OIS0C{padding:4rem!important}.CardTool_no-padding__6DWK4{padding:0!important}.CardTool_no-padding--top__2vP7o{padding-top:0!important}.CardTool_no-padding--left__-QymE{padding-left:0!important}.CardTool_no-padding--bottom__1iQOW{padding-bottom:0!important}.CardTool_no-padding--right__1XlIX{padding-right:0!important}.CardTool_no-margin__2lcoX{margin:0!important}.CardTool_no-margin--top__9PBE5{margin-top:0!important}.CardTool_no-margin--left__2Yz2L{margin-left:0!important}.CardTool_no-margin--bottom__1Jm6m{margin-bottom:0!important}.CardTool_no-margin--right__GSoMw{margin-right:0!important}.CardTool_card_frame__2yCS2{background:#fff;border:1px solid #f1f2f4;border-radius:5px 3px 5px 5px;display:flex;height:192px;position:relative;width:305px}.CardTool_card_frame_transparent__1UVSE,.CardTool_card_frame_transparent__1UVSE:hover{background:transparent!important;border:none!important}.CardTool_card_frame_transparent__1UVSE:hover{box-shadow:none!important}.CardTool_card_frame_transparent__1UVSE:hover .CardTool_card_actions__2hNuH{opacity:0!important}.CardTool_card_frame_show_actions__2xKhc .CardTool_card_actions__2hNuH{opacity:1!important}.CardTool_card_frame__2yCS2:hover{background:#f3faff;border:1px solid #c7e8fe;box-shadow:0 4px 10px rgba(41,57,77,.1)}.CardTool_card_frame__2yCS2:hover .CardTool_card_actions__2hNuH{opacity:1}.CardTool_card_content__3NaZt{width:84%}.CardTool_card_header__2AoMu{align-items:center;display:flex;margin:15px 0 0 16px}.CardTool_card_header__2AoMu>i{font-size:1.7rem;min-width:32px!important}.CardTool_card_info__3SL_2{font-family:Roboto;font-style:normal;margin-left:5px}.CardTool_card_info_title__3Eivh{color:#29394d;font-size:16px;font-weight:500;line-height:15px;margin-bottom:5px}.CardTool_card_info_link__3BZmZ{align-items:center;display:flex;font-size:12px;font-weight:400;line-height:15px}.CardTool_card_info_link__3BZmZ>svg{margin-right:5px;min-width:12px!important}.CardTool_card_info_link__3BZmZ span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:190px}.CardTool_card_body__YNIun{-webkit-line-clamp:3;-webkit-box-orient:vertical;bottom:55px;display:-webkit-box;height:44px;margin:9px 0 20px 12px;overflow:hidden;text-overflow:ellipsis;width:255px}.CardTool_card_body__YNIun,.CardTool_card_footer__OedYZ{color:#6d7f92;font-family:Roboto;font-size:12px;font-style:normal;font-weight:400;line-height:14px;position:absolute}.CardTool_card_footer__OedYZ{bottom:8px;display:flex;flex-direction:column;letter-spacing:.02em;margin:0 10px;width:285px}.CardTool_card_footer_tags__2miLy{align-items:center;display:flex;justify-content:space-between;margin-top:10px}.CardTool_card_footer_tags_scoop__2aNoE{align-items:center;border:1px solid #d8dde2;border-radius:5px 3px 5px 5px;display:flex;height:22px;justify-content:space-around;margin:0 2px;padding:2px 5px}.CardTool_card_footer_tags_scoop__2aNoE>svg{margin-right:3px}.CardTool_card_footer_tags_tag__pTa1x{border-radius:5px;color:#fff;height:20px;margin-right:5px;padding:2px 5px}.CardTool_card_actions__2hNuH{opacity:0;padding:13px 0;transition:opacity 1s}.CardTool_card_actions__2hNuH .CardTool_card_action__1MC8R{align-items:center;background:#fff;border:.5px solid #c7e8fe;border-radius:50%;box-shadow:0 4px 10px rgba(41,57,77,.1);cursor:pointer;display:flex;height:40px;justify-content:center;position:relative;width:40px}.CardTool_card_actions__2hNuH .CardTool_card_action_activated__aMv_H{background:#18a0fb}.CardTool_card_actions__2hNuH .CardTool_card_action_activated__aMv_H * fill{color:#d8dde2}.CardTool_card_actions__2hNuH .CardTool_card_action_danger__2DBAU{border:.5px solid #feb5bb}.CardTool_card_actions__2hNuH .CardTool_card_action_danger__2DBAU svg path{fill:red}.CardTool_card_actions__2hNuH>:first-child{z-index:6}.CardTool_card_actions__2hNuH>:first-child svg{z-index:7}.CardTool_card_actions__2hNuH>:nth-child(2){top:-9px;z-index:5}.CardTool_card_actions__2hNuH>:nth-child(2) svg{z-index:6}.CardTool_card_actions__2hNuH>:nth-child(3){top:-15px;z-index:4}.CardTool_card_actions__2hNuH>:nth-child(3) svg{z-index:5}.CardTool_card_actions__2hNuH>:nth-child(4){top:-25px;z-index:3}.CardTool_card_actions__2hNuH>:nth-child(4) svg{z-index:4}.CardTool_card_actions__2hNuH>:nth-child(5){top:-35px;z-index:2}.CardTool_card_actions__2hNuH>:nth-child(5) svg{z-index:3}.CardTool_card_tooltip__32Xd0{position:absolute;right:55px;z-index:8}.CardTool_card_tooltip__32Xd0 span{color:#2495e1;font-size:12px;line-height:13px;text-transform:uppercase}.CardTool_card_tooltip_options__2xeLx{color:#29394d;font-size:14px;font-weight:500;line-height:13px}.CardTool_card_tooltip_options__2xeLx div{border-bottom:1px solid #f1f2f4;margin:.35rem 0}.CardTool_card_tooltip_options__2xeLx div label{margin:0 0 0 5px}.CardTool_card_tooltip__32Xd0 .CardTool_no_options__24TCB{margin:30px 0}.CardTool_card_tooltip__32Xd0 button{align-items:center;background:#18a0fb linear-gradient(180deg,#3baefc,#18a0fb) repeat-x;border:1px solid transparent;border-radius:5px!important;color:#fff;cursor:pointer;display:flex;height:27px;justify-content:center;margin:1rem auto 0;width:90%}.TableBorderedColumns_table__3P9xS{align-items:center;border-bottom:1px solid rgba(109,127,146,.3);display:flex;height:40px}.TableBorderedColumns_table__3P9xS .TableBorderedColumns_table_item__2jXT2{color:#29394d;font-family:Roboto;font-size:12px;font-style:normal;font-weight:400;line-height:14px}.TableBorderedColumns_table__3P9xS .TableBorderedColumns_total_line_percentage__3sZnC{width:7%}.TableBorderedColumns_table__3P9xS .TableBorderedColumns_bordered_columns__l6f4w{display:flex;height:100%;margin-left:auto}.TableBorderedColumns_table__3P9xS .TableBorderedColumns_bordered_columns__l6f4w .TableBorderedColumns_item__10CeG{height:100%;width:150px}.TableBorderedColumns_table__3P9xS .TableBorderedColumns_bordered_columns__l6f4w .TableBorderedColumns_bordered_item__3Z6SG{height:100%;width:auto}.TableBorderedColumns_table__3P9xS .TableBorderedColumns_columns__Kw2X5{align-items:center;display:flex;justify-content:flex-end;width:97px}.TableBorderedColumns_table__3P9xS .TableBorderedColumns_columns__Kw2X5 .TableBorderedColumns_bordered_column__198y5{align-items:center;border-left:1px solid #29394d;border-right:1px solid #29394d;display:flex;height:100%;margin-left:auto;width:90%}.TableBorderedColumns_table__3P9xS .TableBorderedColumns_columns__Kw2X5 .TableBorderedColumns_bordered_column__198y5 .TableBorderedColumns_title__Zzv84{background:#f8f9fa!important;border-radius:5px;justify-content:center;margin:-12px auto auto!important;width:81%!important}.TableBorderedColumns_table__3P9xS .TableBorderedColumns_columns__Kw2X5 .TableBorderedColumns_header_table__1S_nM{border-top:1px solid #29394d;border-top-left-radius:5px!important;border-top-right-radius:5px!important;height:62%!important;margin-top:16.5%}.TableBorderedColumns_table__3P9xS .TableBorderedColumns_value__-UBIv{align-items:center;background:#f1f2f4;border-radius:5px;box-sizing:border-box;display:flex;font-family:Roboto;font-size:12px;font-style:normal;font-weight:500;height:22px;line-height:14px;margin:auto;text-align:right;width:54px}.TableBorderedColumns_table__3P9xS .TableBorderedColumns_not_edited_bordered_column__2Ayev{border-left:1px solid rgba(109,127,146,.3)!important;border-right:1px solid rgba(109,127,146,.3)!important}.TableBorderedColumns_table__3P9xS .TableBorderedColumns_not_edited_bordered_footer__J1lEP{border-bottom:1px solid rgba(109,127,146,.3)!important}.TableBorderedColumns_table__3P9xS .TableBorderedColumns_total_header__1bFbF{border-top:1px solid rgba(109,127,146,.3)!important}.TableBorderedColumns_table__3P9xS .TableBorderedColumns_footer_bottom__1PGiI{border-bottom:1px solid rgba(109,127,146,.3)}.TableBorderedColumns_table__3P9xS .TableBorderedColumns_footer__3T7Ah{border-bottom:1px solid #29394d;border-bottom-left-radius:5px!important;border-bottom-right-radius:5px!important;height:25%!important;margin-top:-44px!important}.TableBorderedColumns_table__3P9xS .TableBorderedColumns_total_title__3EnEC{align-items:center;color:#29394d!important;display:flex;font-family:Roboto;font-size:14px!important;font-style:normal;font-weight:500!important;line-height:16px}.TableBorderedColumns_table__3P9xS .TableBorderedColumns_item_percentage__1Rx-E{align-items:center;background:#f1f2f4;border-radius:5px;display:flex;height:100%;height:61px;justify-content:center;margin:auto;width:42px}.TableBorderedColumns_line_buttom__xqZBS{border-bottom:1px solid #29394d!important}.TableBorderedColumns_input_box__1rnEE{background:#fff;border:1px solid #b2bcc6;border-radius:4px;box-shadow:none;box-sizing:border-box;color:#3c4e64;font-size:12px;font-weight:500;height:28px;line-height:14px;margin:0 5px 3px;padding:5px;text-align:right;width:72.15px}.sun-editor{background-color:#fff;border:1px solid #dadada;box-sizing:border-box;color:#000;font-family:Helvetica Neue;height:auto;user-select:none;-o-user-select:none;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-ms-user-select:none;width:auto}.sun-editor *{-webkit-user-drag:none;box-sizing:border-box;overflow:visible}.sun-editor-common button,.sun-editor-common input,.sun-editor-common select,.sun-editor-common textarea{font-size:14px;line-height:1.5}.sun-editor-common blockquote,.sun-editor-common body,.sun-editor-common button,.sun-editor-common code,.sun-editor-common dd,.sun-editor-common div,.sun-editor-common dl,.sun-editor-common dt,.sun-editor-common fieldset,.sun-editor-common form,.sun-editor-common h1,.sun-editor-common h2,.sun-editor-common h3,.sun-editor-common h4,.sun-editor-common h5,.sun-editor-common h6,.sun-editor-common input,.sun-editor-common legend,.sun-editor-common li,.sun-editor-common ol,.sun-editor-common p,.sun-editor-common pre,.sun-editor-common select,.sun-editor-common td,.sun-editor-common textarea,.sun-editor-common th,.sun-editor-common ul{border:0;margin:0;padding:0}.sun-editor-common dl,.sun-editor-common li,.sun-editor-common menu,.sun-editor-common ol,.sun-editor-common ul{list-style:none!important}.sun-editor-common hr{margin:6px 0!important}.sun-editor textarea{border:0;padding:0;resize:none}.sun-editor button{background-color:transparent;border:0;cursor:pointer;outline:none;touch-action:manipulation}.sun-editor button,.sun-editor input,.sun-editor select,.sun-editor textarea{vertical-align:middle}.sun-editor button span{display:block;margin:0;padding:0}.sun-editor button .txt{display:block;margin-top:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sun-editor button *{backface-visibility:hidden;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;pointer-events:none}.sun-editor svg{fill:currentColor}.sun-editor .se-svg,.sun-editor button>svg{fill:currentColor;display:block;float:none;height:16px;margin:auto;text-align:center;width:16px}.sun-editor .close>svg,.sun-editor .se-dialog-close>svg{height:10px;width:10px}.sun-editor .se-btn-select>svg{float:right;height:10px;width:10px}.sun-editor .se-btn-list>.se-list-icon{display:inline-block;height:16px;margin:-1px 10px 0 0;vertical-align:middle;width:16px}.sun-editor .se-line-breaker>button>svg{height:24px;width:24px}.sun-editor button>i:before{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;-webkit-font-feature-settings:normal;font-feature-settings:normal;display:inline-block;font-size:15px;font-style:normal;font-variant:normal;line-height:2;text-rendering:auto}.sun-editor button>[class=se-icon-text]{font-size:20px;line-height:1}.sun-editor .se-arrow,.sun-editor .se-arrow:after{border:11px solid transparent;display:block;height:0;position:absolute;width:0}.sun-editor .se-arrow.se-arrow-up{border-bottom-color:#dadada;border-top-width:0;left:20px;margin-left:-11px;top:-11px}.sun-editor .se-arrow.se-arrow-up:after{border-bottom-color:#fff;border-top-width:0;content:" ";margin-left:-11px;top:1px}.sun-editor .se-toolbar .se-arrow.se-arrow-up:after{border-bottom-color:#fafafa}.sun-editor .se-arrow.se-arrow-down{border-bottom-width:0;border-top-color:#dadada;left:0;margin-left:-11px;top:0}.sun-editor .se-arrow.se-arrow-down:after{border-bottom-width:0;border-top-color:#fff;content:" ";margin-left:-11px;top:-12px}.sun-editor .se-toolbar .se-arrow.se-arrow-down:after{border-top-color:#fafafa}.sun-editor .se-container{height:100%;position:relative;width:100%}.sun-editor button{color:#000}.sun-editor .se-btn{border:0;border-radius:4px;float:left;font-size:12px;height:34px;line-height:27px;margin:1px!important;padding:0;width:34px}.sun-editor .se-btn:enabled:focus,.sun-editor .se-btn:enabled:hover{background-color:#e1e1e1;border-color:#d1d1d1;outline:0 none}.sun-editor .se-btn:enabled:active{background-color:#d1d1d1;border-color:#c1c1c1;box-shadow:inset 0 3px 5px #c1c1c1}.sun-editor .se-btn-primary{background-color:#c7deff;border:1px solid #80bdff;border-radius:4px;color:#000}.sun-editor .se-btn-primary:focus,.sun-editor .se-btn-primary:hover{background-color:#80bdff;border-color:#3f9dff;color:#000;outline:0 none}.sun-editor .se-btn-primary:active{background-color:#3f9dff;border-color:#4592ff;box-shadow:inset 0 3px 5px #4592ff;color:#fff}.sun-editor input,.sun-editor select,.sun-editor textarea{border:1px solid #ccc;border-radius:4px;color:#000}.sun-editor input:focus,.sun-editor select:focus,.sun-editor textarea:focus{border:1px solid #80bdff;box-shadow:0 0 0 .2rem #c7deff;outline:0;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}.sun-editor .se-btn:enabled.active{color:#4592ff;outline:0 none}.sun-editor .se-btn:enabled.active:focus,.sun-editor .se-btn:enabled.active:hover{background-color:#e1e1e1;border-color:#d1d1d1;outline:0 none}.sun-editor .se-btn:enabled.active:active{background-color:#d1d1d1;border-color:#c1c1c1;box-shadow:inset 0 3px 5px #c1c1c1}.sun-editor .se-btn:enabled.on{background-color:#e1e1e1;border-color:#d1d1d1;outline:0 none}.sun-editor .se-btn:enabled.on:focus,.sun-editor .se-btn:enabled.on:hover{background-color:#d1d1d1;border-color:#c1c1c1;outline:0 none}.sun-editor .se-btn:enabled.on:active{background-color:#c1c1c1;border-color:#b1b1b1;box-shadow:inset 0 3px 5px #b1b1b1}.sun-editor .se-btn-list:disabled,.sun-editor .se-btn:disabled,.sun-editor button:disabled{background-color:inherit;color:#bdbdbd;cursor:not-allowed}.sun-editor .se-loading-box{background-color:#fff;display:none;filter:alpha(opacity=70);height:100%;left:0;opacity:.7;position:absolute;top:0;width:100%;z-index:2147483647}.sun-editor .se-loading-box .se-loading-effect{-webkit-animation:spinner .8s linear infinite;animation:spinner .8s linear infinite;border-radius:50%;border-right:2px solid transparent;border-top:2px solid #07d;display:block;height:25px;left:50%;margin:-25px 0 0 -25px;position:absolute;top:50%;width:25px}.sun-editor .se-line-breaker{border-top:1px solid #3288ff;cursor:text;display:none;height:1px;position:absolute;width:100%;z-index:7}.sun-editor .se-line-breaker>button.se-btn{background-color:#fff;border:1px solid #0c2240;cursor:pointer;display:inline-block;float:none;height:30px;left:-50%;opacity:.6;position:relative;top:-15px;width:30px}.sun-editor .se-line-breaker>button.se-btn:hover{background-color:#fff;border-color:#041b39;opacity:.9}.sun-editor .se-line-breaker-component{background-color:#fff;border:1px solid #0c2240;border-radius:4px;cursor:pointer;display:none;height:24px;opacity:.6;position:absolute;width:24px;z-index:7}.sun-editor .se-line-breaker-component:hover{opacity:.9}.sun-editor .se-toolbar{background-color:#fafafa;display:block;height:auto;margin:0;outline:1px solid #dadada;overflow:visible;padding:0;position:relative;width:100%;z-index:5}.sun-editor .se-toolbar-shadow{background-color:transparent!important;border:none!important;display:block!important;height:0!important;margin:0!important;outline:none!important;padding:0!important;z-index:0!important}.sun-editor .se-toolbar-cover{background-color:#fefefe;cursor:not-allowed;display:none;filter:alpha(opacity=50);font-size:36px;height:100%;left:0;opacity:.5;position:absolute;top:0;width:100%;z-index:4}.sun-editor .se-toolbar-separator-vertical{display:inline-block;height:0;margin:0;vertical-align:top;width:0}.sun-editor .se-toolbar.se-toolbar-balloon,.sun-editor .se-toolbar.se-toolbar-inline{box-shadow:0 3px 9px rgba(0,0,0,.5);-webkit-box-shadow:0 3px 9px rgba(0,0,0,.5);display:none;position:absolute}.sun-editor .se-toolbar.se-toolbar-balloon{width:auto;z-index:2147483647}.sun-editor .se-toolbar.se-toolbar-sticky{position:fixed;top:0}.sun-editor .se-toolbar-sticky-dummy{display:none;position:static;z-index:-1}.sun-editor .se-btn-module{display:inline-block}.sun-editor .se-btn-module-border{border:1px solid #dadada;border-radius:4px;margin-left:1px;margin-right:1px}.sun-editor .se-btn-module-enter{background-color:transparent;display:block;height:0;margin:0;padding:0;width:100%}.sun-editor .se-toolbar-more-layer{background-color:#fafafa;margin:0 -3px}.sun-editor .se-toolbar-more-layer .se-more-layer{border-top:1px solid #dadada;display:none}.sun-editor .se-toolbar-more-layer .se-more-layer .se-more-form{display:inline-block;height:auto;padding:4px 3px 0;width:100%}.sun-editor .se-btn-module .se-btn-more.se-btn-more-text{padding:0 4px;width:auto}.sun-editor .se-btn-module .se-btn-more:focus,.sun-editor .se-btn-module .se-btn-more:hover{background-color:#d1d1d1;border-color:#c1c1c1;color:#000;outline:0 none}.sun-editor .se-btn-module .se-btn-more.on{background-color:#d1d1d1;border-color:#c1c1c1;color:#333;outline:0 none}.sun-editor .se-btn-module .se-btn-more.on:hover{background-color:#c1c1c1;border-color:#b1b1b1;color:#000;outline:0 none}.sun-editor .se-menu-list,.sun-editor .se-menu-list li{float:left;margin:0;padding:0}.sun-editor .se-menu-list li{position:relative}.sun-editor .se-btn-select{display:flex;padding:4px 6px;width:auto}.sun-editor .se-btn-select .txt{flex:auto;text-align:left}.sun-editor .se-btn-select.se-btn-tool-font{width:100px}.sun-editor .se-btn-select.se-btn-tool-format{width:82px}.sun-editor .se-btn-select.se-btn-tool-size{width:78px}.sun-editor .se-btn-tray{height:auto;margin:0;padding:4px 3px 0;position:relative;width:100%}.sun-editor .se-menu-tray{height:0;left:0;position:absolute;top:0;width:100%}.sun-editor .se-submenu{overflow-x:hidden;overflow-y:auto}.sun-editor .se-menu-container{overflow-x:visible;overflow-x:initial;overflow-y:visible;overflow-y:initial}.sun-editor .se-list-layer{background-color:#fff;border:1px solid #bababa;border-radius:4px;box-shadow:0 3px 9px rgba(0,0,0,.5);display:none;height:auto;left:0;outline:0 none;padding:6px 0;position:absolute;top:0;z-index:5}.sun-editor .se-list-layer .se-list-inner{margin:0;overflow-x:visible;overflow-x:initial;overflow-y:visible;overflow-y:initial;overflow:visible;padding:0}.sun-editor .se-list-layer button{margin:0;width:100%}.sun-editor .se-list-inner ul{padding:0;width:100%}.sun-editor .se-list-inner li>button{min-width:100%;width:-webkit-max-content;width:max-content}.sun-editor .se-list-inner .se-list-basic li{width:100%}.sun-editor .se-list-inner .se-list-basic li button.active{background-color:#80bdff;border:1px solid #3f9dff;border-left:0;border-right:0}.sun-editor .se-list-inner .se-list-basic li button.active:hover{background-color:#3f9dff;border:1px solid #4592ff;border-left:0;border-right:0}.sun-editor .se-list-inner .se-list-basic li button.active:active{background-color:#4592ff;border:1px solid #407dd1;border-left:0;border-right:0;box-shadow:inset 0 3px 5px #407dd1}.sun-editor .se-list-inner .se-list-checked li button>.se-svg{float:left;padding:6px 6px 0 0}.sun-editor .se-list-inner .se-list-checked li button>.se-svg>svg{display:none}.sun-editor .se-list-inner .se-list-checked li button.se-checked{color:#4592ff}.sun-editor .se-list-inner .se-list-checked li button.se-checked>.se-svg>svg{display:block}.sun-editor .se-btn-list{cursor:pointer;font-size:12px;height:auto;line-height:normal;min-height:32px;padding:0 14px;text-align:left;text-decoration:none;text-indent:0;width:100%}.sun-editor .se-btn-list.default_value{background-color:#f3f3f3;border-bottom:1px dotted #b1b1b1;border-top:1px dotted #b1b1b1}.sun-editor .se-btn-list:focus,.sun-editor .se-btn-list:hover{background-color:#e1e1e1;border-color:#d1d1d1;outline:0 none}.sun-editor .se-btn-list:active{background-color:#d1d1d1;border-color:#c1c1c1;box-shadow:inset 0 3px 5px #c1c1c1}.sun-editor .se-list-layer.se-list-font-size{max-height:300px;min-width:140px}.sun-editor .se-list-layer.se-list-font-family{min-width:156px}.sun-editor .se-list-layer.se-list-font-family .default{border-bottom:1px solid #ccc}.sun-editor .se-list-layer.se-list-line{width:125px}.sun-editor .se-list-layer.se-list-line hr{border-width:1px 0 0;height:1px}.sun-editor .se-list-layer.se-list-align .se-list-inner{left:9px}.sun-editor .se-list-layer.se-list-format{min-width:156px}.sun-editor .se-list-layer.se-list-format li{padding:0;width:100%}.sun-editor .se-list-layer.se-list-format ul .se-btn-list{line-height:100%}.sun-editor .se-list-layer.se-list-format ul .se-btn-list[data-value=h1]{height:40px}.sun-editor .se-list-layer.se-list-format ul .se-btn-list[data-value=h2]{height:34px}.sun-editor .se-list-layer.se-list-format ul p{font-size:13px}.sun-editor .se-list-layer.se-list-format ul div{font-size:13px;padding:4px 2px}.sun-editor .se-list-layer.se-list-format ul h1{color:#333;font-size:2em;font-weight:700}.sun-editor .se-list-layer.se-list-format ul h2{color:#333;font-size:1.5em;font-weight:700}.sun-editor .se-list-layer.se-list-format ul h3{color:#333;font-size:1.17em;font-weight:700}.sun-editor .se-list-layer.se-list-format ul h4{color:#333;font-size:1em;font-weight:700}.sun-editor .se-list-layer.se-list-format ul h5{color:#333;font-size:.83em;font-weight:700}.sun-editor .se-list-layer.se-list-format ul h6{color:#333;font-size:.67em;font-weight:700}.sun-editor .se-list-layer.se-list-format ul blockquote{background-color:transparent;border-color:#b1b1b1;border-left:5px #b1b1b1;border-style:solid;color:#999;font-size:13px;height:22px;line-height:1.5;margin:0;padding:0 0 0 7px}.sun-editor .se-list-layer.se-list-format ul pre{background-color:#f9f9f9;border:1px solid #e1e1e1;border-radius:4px;color:#666;font-size:13px;margin:0;padding:4px 11px}.sun-editor .se-selector-table{-webkit-background-clip:padding-box;background-clip:padding-box;background-color:#fff;border:1px solid #ccc;border-radius:4px;box-shadow:0 6px 12px rgba(0,0,0,.175);display:none;float:left;font-size:14px;left:1px;list-style:none;margin:2px 0 0;padding:5px 0;position:absolute;text-align:left;top:34px;z-index:5}.sun-editor .se-selector-table .se-table-size{font-size:18px;padding:0 5px}.sun-editor .se-selector-table .se-table-size-picker{cursor:pointer;font-size:18px;height:10em;position:absolute!important;width:10em;z-index:3}.sun-editor .se-selector-table .se-table-size-highlighted{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsQAAA7EAZUrDhsAAAAZdEVYdFNvZnR3YXJlAEFkb2JlIEltYWdlUmVhZHlxyWU8AAADJmlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxNDIgNzkuMTYwOTI0LCAyMDE3LzA3LzEzLTAxOjA2OjM5ICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo4QTZCNzMzN0I3RUYxMUU4ODcwQ0QwMjM1NTgzRTJDNyIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo4QTZCNzMzNkI3RUYxMUU4ODcwQ0QwMjM1NTgzRTJDNyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxOCAoV2luZG93cykiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0MzYyNEUxRUI3RUUxMUU4ODZGQzgwRjNBODgyNTdFOSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0MzYyNEUxRkI3RUUxMUU4ODZGQzgwRjNBODgyNTdFOSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pl0yAuwAAABBSURBVDhPY/wPBAxUAGCDGvdBeWSAeicIDTfIXREiQArYeR9hEBOEohyMGkQYjBpEGAxjg6ib+yFMygCVvMbAAABj0hwMTNeKJwAAAABJRU5ErkJggg==) repeat;font-size:18px;height:1em;position:absolute!important;width:1em;z-index:2}.sun-editor .se-selector-table .se-table-size-unhighlighted{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASAgMAAAAroGbEAAAACVBMVEUAAIj4+Pjp6ekKlAqjAAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfYAR0BKhmnaJzPAAAAG0lEQVQI12NgAAOtVatWMTCohoaGUY+EmIkEAEruEzK2J7tvAAAAAElFTkSuQmCC) repeat;font-size:18px;height:10em;position:relative!important;width:10em;z-index:1}.sun-editor .se-selector-table .se-table-size-display{padding-left:5px}.sun-editor .se-list-layer.se-table-split{top:36px}.sun-editor .se-list-layer .se-selector-color{display:flex;height:auto;margin:auto;max-width:270px;padding:0;width:-webkit-max-content;width:max-content}.sun-editor .se-list-layer .se-selector-color .se-color-pallet{height:100%;padding:0;width:100%}.sun-editor .se-list-layer .se-selector-color .se-color-pallet li{display:flex;float:left;margin:0;position:relative}.sun-editor .se-list-layer .se-selector-color .se-color-pallet button{cursor:default;display:block;height:30px;text-indent:-9999px;width:30px}.sun-editor .se-list-layer .se-selector-color .se-color-pallet button.active,.sun-editor .se-list-layer .se-selector-color .se-color-pallet button:focus,.sun-editor .se-list-layer .se-selector-color .se-color-pallet button:hover{border:3px solid #fff}.sun-editor .se-form-group{display:flex;height:auto;min-height:40px;padding:4px;width:100%}.sun-editor .se-form-group input{border:1px solid #ccc;border-radius:.25rem;display:inline-block;flex:auto;font-size:12px;height:33px;margin:1px 0;padding:0;width:auto}.sun-editor .se-form-group button,.sun-editor .se-submenu-form-group button{float:right;height:34px;margin:0 2px!important;width:34px}.sun-editor .se-form-group button.se-btn{border:1px solid #ccc}.sun-editor .se-form-group>div{position:relative}.sun-editor .se-form-group label{display:inline-block;font-weight:700;margin-bottom:5px;max-width:100%}.sun-editor .se-form-group-label{height:auto;padding:0 4px;width:100%}.sun-editor .se-form-group-label label{font-size:13px;font-weight:700}.sun-editor .se-submenu .se-form-group input{color:#555;height:33px;width:auto}.sun-editor .se-submenu .se-form-group .se-color-input{border:none;border-bottom:2px solid #b1b1b1;outline:none;text-transform:uppercase;width:72px}.sun-editor .se-submenu .se-form-group .se-color-input:focus{border-bottom:3px solid #b1b1b1}.sun-editor .se-wrapper{height:auto;overflow:hidden;position:relative!important;width:100%;z-index:1}.sun-editor .se-wrapper .se-wrapper-inner{-webkit-overflow-scrolling:touch;height:100%;min-height:65px;overflow-x:auto;overflow-y:auto;user-select:auto;-o-user-select:auto;-moz-user-select:auto;-khtml-user-select:auto;-webkit-user-select:auto;-ms-user-select:auto;width:100%}.sun-editor .se-wrapper .se-wrapper-inner:focus{outline:none}.sun-editor .se-wrapper .se-wrapper-code{background-color:#191919;color:#fff;font-size:13px;margin:0;padding:4px;resize:none!important;word-break:break-all}.sun-editor .se-wrapper .se-wrapper-wysiwyg{display:block}.sun-editor .se-wrapper .se-wrapper-code-mirror{font-size:13px}.sun-editor .se-wrapper .se-placeholder{backface-visibility:hidden;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;color:#b1b1b1;display:none;font-size:13px;left:0;line-height:1.5;margin-left:0;margin-right:0;margin-top:0;overflow:hidden;padding-left:16px;padding-right:16px;padding-top:16px;pointer-events:none;position:absolute;right:0;text-overflow:ellipsis;top:0;white-space:nowrap;z-index:1}.sun-editor .se-resizing-bar{background-color:#fafafa;border-top:1px solid #dadada;cursor:ns-resize;display:flex;height:auto;min-height:16px;padding:0 4px;width:auto}.sun-editor .se-resizing-bar.se-resizing-none{cursor:default}.sun-editor .se-resizing-back{cursor:default;display:none;height:100%;left:0;position:absolute;top:0;width:100%;z-index:2147483647}.sun-editor .se-resizing-bar .se-navigation{background:transparent;color:#666;flex:auto;font-size:10px;height:auto;line-height:1.5;margin:0;padding:0;position:relative;width:auto}.sun-editor .se-resizing-bar .se-char-counter-wrapper{background:transparent;color:#999;display:block;flex:none;font-size:13px;height:auto;margin:0;padding:0;position:relative;width:auto}.sun-editor .se-resizing-bar .se-char-counter-wrapper.se-blink{-webkit-animation:blinker .2s linear infinite;animation:blinker .2s linear infinite;color:#b94a48}.sun-editor .se-resizing-bar .se-char-counter-wrapper .se-char-label{margin-right:4px}.sun-editor .se-dialog{display:none;height:100%;left:0;position:absolute;top:0;width:100%;z-index:2147483647}.sun-editor .se-dialog button,.sun-editor .se-dialog input,.sun-editor .se-dialog label{color:#111;font-size:14px;line-height:1.5;margin:0}.sun-editor .se-dialog .se-dialog-back{background-color:#222;opacity:.5}.sun-editor .se-dialog .se-dialog-back,.sun-editor .se-dialog .se-dialog-inner{height:100%;left:0;position:absolute;top:0;width:100%}.sun-editor .se-dialog .se-dialog-inner .se-dialog-content{-webkit-background-clip:padding-box;background-clip:padding-box;background-color:#fff;border:1px solid rgba(0,0,0,.2);border-radius:4px;box-shadow:0 3px 9px rgba(0,0,0,.5);margin:1.75rem auto;max-width:500px;outline:0;position:relative;width:auto}@media screen and (max-width:509px){.sun-editor .se-dialog .se-dialog-inner .se-dialog-content{width:100%}}.sun-editor .se-dialog .se-dialog-inner .se-dialog-content label{display:inline-block;font-weight:700;margin-bottom:5px;max-width:100%}.sun-editor .se-dialog .se-dialog-inner .se-dialog-content .se-btn-primary{border-radius:4px;display:inline-block;font-size:14px;font-weight:400;line-height:1.42857143;margin:0 0 10px!important;padding:6px 12px;text-align:center;touch-action:manipulation;vertical-align:middle;white-space:nowrap}.sun-editor .se-dialog .se-dialog-inner .se-dialog-header{border-bottom:1px solid #e5e5e5;height:50px;padding:6px 15px}.sun-editor .se-dialog .se-dialog-inner .se-dialog-header .se-dialog-close{-webkit-appearance:none;filter:alpha(opacity=100);float:right;font-weight:700;opacity:1;text-shadow:0 1px 0 #fff}.sun-editor .se-dialog .se-dialog-inner .se-dialog-header .se-modal-title{float:left;font-size:14px;font-weight:700;line-height:2.5;margin:0;padding:0}.sun-editor .se-dialog .se-dialog-inner .se-dialog-body{padding:15px 15px 5px;position:relative}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form{margin-bottom:10px}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form-footer{margin-bottom:0;margin-top:10px}.sun-editor .se-dialog .se-dialog-inner input:disabled{background-color:#f3f3f3}.sun-editor .se-dialog .se-dialog-inner .se-dialog-size-text{width:100%}.sun-editor .se-dialog .se-dialog-inner .se-dialog-size-text .size-h,.sun-editor .se-dialog .se-dialog-inner .se-dialog-size-text .size-w{text-align:center;width:70px}.sun-editor .se-dialog .se-dialog-inner .se-dialog-size-x{margin:0 8px;text-align:center;width:25px}.sun-editor .se-dialog .se-dialog-inner .se-dialog-footer{border-top:1px solid #e5e5e5;height:auto;min-height:55px;padding:10px 15px 0;text-align:right}.sun-editor .se-dialog .se-dialog-inner .se-dialog-footer>div{float:left}.sun-editor .se-dialog .se-dialog-inner .se-dialog-footer>div>label{margin:0 5px 0 0}.sun-editor .se-dialog .se-dialog-inner .se-dialog-btn-radio{margin-left:12px;margin-right:6px}.sun-editor .se-dialog .se-dialog-inner .se-dialog-btn-check{margin-left:12px;margin-right:4px}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form-footer .se-dialog-btn-check{margin-left:0;margin-right:4px}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form-footer label:first-child{margin-left:0;margin-right:16px}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-dialog-form-files{align-items:center;display:flex;position:relative}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-dialog-form-files>input{flex:auto}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-dialog-form-files .se-dialog-files-edge-button{border:1px solid #ccc;flex:auto;opacity:.8}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-dialog-form-files .se-dialog-files-edge-button.se-file-remove>svg{height:8px;width:8px}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-dialog-form-files .se-dialog-files-edge-button:hover{background-color:#f0f0f0;outline:0 none}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-dialog-form-files .se-dialog-files-edge-button:active{background-color:#e9e9e9;box-shadow:inset 0 3px 5px #d6d6d6}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-input-select{display:inline-block;font-size:14px;height:34px;line-height:1.42857143;text-align:center;width:auto}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-input-control{display:inline-block;font-size:14px;height:34px;line-height:1.42857143;text-align:center;width:70px}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-input-form{display:block;font-size:14px;height:34px;line-height:1.42857143;padding:0 4px;width:100%}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-input-form.se-input-url{direction:ltr}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-input-form.se-input-url:disabled{color:#999;text-decoration:line-through}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-video-ratio{margin-left:4px;width:70px}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form a{color:#004cff}.sun-editor .se-dialog .se-dialog-inner .se-dialog-btn-revert{border:1px solid #ccc}.sun-editor .se-dialog .se-dialog-inner .se-dialog-btn-revert:hover{background-color:#e1e1e1;border-color:#d1d1d1;outline:0 none}.sun-editor .se-dialog .se-dialog-inner .se-dialog-btn-revert:active{background-color:#d1d1d1;border-color:#c1c1c1;box-shadow:inset 0 3px 5px #c1c1c1}.sun-editor .se-dialog-tabs{border-bottom:1px solid #e5e5e5;height:25px;width:100%}.sun-editor .se-dialog-tabs button{background-color:#e5e5e5;border-right:1px solid #e5e5e5;float:left;outline:none;padding:2px 13px;transition:.3s}.sun-editor .se-dialog-tabs button:hover{background-color:#fff}.sun-editor .se-dialog-tabs button.active{background-color:#fff;border-bottom:0}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-input-form.se-math-exp{border:1px solid #ccc;direction:ltr;font-size:13px;height:14em;padding:4px;resize:vertical}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-input-select.se-math-size{height:28px;margin-left:1em;width:6em}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-math-preview{font-size:13px}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-math-preview>span{box-shadow:0 0 0 .1rem #c7deff;display:inline-block}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-math-preview>span *{direction:ltr}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-math-preview>.se-math-katex-error{box-shadow:0 0 0 .1rem #f2dede;color:#b94a48}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-math-preview>.se-math-katex-error svg{color:#b94a48;height:30px;width:auto}.sun-editor .se-dialog .se-dialog-inner .se-link-preview{background-color:transparent;color:#666;display:block;font-family:inherit;font-size:13px;font-weight:400;height:auto;max-height:18px;overflow:hidden;text-overflow:ellipsis;white-space:pre;word-break:break-all}.sun-editor .se-dialog .se-dialog-inner .se-anchor-preview-form{display:flex;margin-top:4px;width:100%}.sun-editor .se-dialog .se-dialog-inner .se-anchor-preview-form .se-svg.se-anchor-preview-icon{color:#4592ff;display:none;flex:initial;line-height:1.5}.sun-editor .se-dialog .se-dialog-inner .se-anchor-preview-form .se-link-preview{flex:auto;margin:0}.sun-editor .se-dialog .se-dialog-inner .se-anchor-rel{height:34px}.sun-editor .se-dialog .se-dialog-inner .se-anchor-rel-btn{color:#3f9dff;width:46px}.sun-editor .se-dialog .se-dialog-inner .se-anchor-rel-wrapper{display:flex;line-height:1.5;padding-top:6px}.sun-editor .se-dialog .se-dialog-inner .se-anchor-rel-preview{text-align:left}.sun-editor .se-controller .se-arrow.se-arrow-up{border-bottom-color:rgba(0,0,0,.25)}.sun-editor .se-controller{word-wrap:normal;-webkit-background-clip:padding-box;background-clip:padding-box;background-color:#fff;border:1px solid rgba(0,0,0,.25);border-radius:4px;box-shadow:0 5px 10px rgba(0,0,0,.2);display:none;letter-spacing:normal;line-break:auto;overflow:visible;position:absolute;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;white-space:normal;word-break:normal;word-spacing:normal;z-index:6}.sun-editor .se-controller .se-btn-group{display:flex;left:0;padding:2px;position:relative;top:0;vertical-align:middle}.sun-editor .se-controller .se-btn-group .se-btn-group-sub{display:none;left:50%;min-width:auto;width:-webkit-max-content;width:max-content}.sun-editor .se-controller .se-btn-group .se-btn-group-sub button{margin:0;min-width:72px}.sun-editor .se-controller .se-btn-group button{border:none;border-radius:4px;display:inline-block;font-size:12px;font-weight:400;height:auto;line-height:1.5;margin:1px;min-height:34px;padding:5px 10px;position:relative;text-align:center;touch-action:manipulation;vertical-align:middle;white-space:nowrap}.sun-editor .se-controller .se-btn-group button:focus:enabled,.sun-editor .se-controller .se-btn-group button:hover:enabled{background-color:#e1e1e1;border-color:#d1d1d1;outline:0 none}.sun-editor .se-controller .se-btn-group button:active:enabled{background-color:#d1d1d1;border-color:#c1c1c1;box-shadow:inset 0 3px 5px #c1c1c1}.sun-editor .se-controller .se-btn-group button span{display:block;margin:0;padding:0}.sun-editor .se-controller .se-btn-group button:enabled.active{color:#4592ff;outline:0 none}.sun-editor .se-controller .se-btn-group button:enabled.active:focus,.sun-editor .se-controller .se-btn-group button:enabled.active:hover{background-color:#e1e1e1;border-color:#d1d1d1;outline:0 none}.sun-editor .se-controller .se-btn-group button:enabled.active:active{background-color:#d1d1d1;border-color:#c1c1c1;box-shadow:inset 0 3px 5px #c1c1c1}.sun-editor .se-controller .se-btn-group button:enabled.on{background-color:#e1e1e1;border-color:#d1d1d1;outline:0 none}.sun-editor .se-controller .se-btn-group button:enabled.on:focus,.sun-editor .se-controller .se-btn-group button:enabled.on:hover{background-color:#d1d1d1;border-color:#c1c1c1;outline:0 none}.sun-editor .se-controller .se-btn-group button:enabled.on:active{background-color:#c1c1c1;border-color:#b1b1b1;box-shadow:inset 0 3px 5px #b1b1b1}.sun-editor .se-controller .se-form-group input{min-width:120px}.sun-editor .se-controller-resizing{font-size:14px;font-style:normal;font-weight:400;line-height:1.42857143;margin-top:-50px!important;padding:0}.sun-editor .se-controller-resizing .se-btn-group .se-btn-group-sub.se-resizing-align-list{width:74px}.sun-editor .se-resizing-container{background-color:transparent;display:none;outline:1px solid #3f9dff;position:absolute}.sun-editor .se-resizing-container .se-modal-resize{background-color:#3f9dff;display:inline-block;opacity:.3;position:absolute}.sun-editor .se-resizing-container .se-resize-dot{height:100%;left:0;position:absolute;top:0;width:100%}.sun-editor .se-resizing-container .se-resize-dot>span{background-color:#3f9dff;border:1px solid #4592ff;height:7px;position:absolute;width:7px}.sun-editor .se-resizing-container .se-resize-dot>span.tl{cursor:nw-resize;left:-5px;top:-5px}.sun-editor .se-resizing-container .se-resize-dot>span.tr{cursor:ne-resize;right:-5px;top:-5px}.sun-editor .se-resizing-container .se-resize-dot>span.bl{bottom:-5px;cursor:sw-resize;left:-5px}.sun-editor .se-resizing-container .se-resize-dot>span.br{bottom:-5px;cursor:se-resize;right:-5px}.sun-editor .se-resizing-container .se-resize-dot>span.lw{bottom:50%;cursor:w-resize;left:-7px}.sun-editor .se-resizing-container .se-resize-dot>span.th{cursor:n-resize;left:50%;top:-7px}.sun-editor .se-resizing-container .se-resize-dot>span.rw{bottom:50%;cursor:e-resize;right:-7px}.sun-editor .se-resizing-container .se-resize-dot>span.bh{bottom:-7px;cursor:s-resize;right:50%}.sun-editor .se-resizing-container .se-resize-display{background-color:#333;border-radius:4px;bottom:0;color:#fff;font-size:12px;margin:5px;padding:5px;position:absolute;right:0}.sun-editor .se-controller-table,.sun-editor .se-controller-table-cell{width:auto}.sun-editor .se-controller-link,.sun-editor .se-controller-table,.sun-editor .se-controller-table-cell{font-size:14px;font-style:normal;font-weight:400;line-height:1.42857143;padding:0}.sun-editor .se-controller-link:after,.sun-editor .se-controller-link:before{box-sizing:border-box}.sun-editor .se-controller-link .link-content{margin:0;padding:0}.sun-editor .se-controller-link .link-content a{color:#4592ff;display:inline-block;margin-left:5px;max-width:200px;overflow:hidden;text-overflow:ellipsis;vertical-align:middle;white-space:nowrap}.sun-editor .se-select-list{background-color:#fff;border:1px solid #bababa;box-shadow:0 3px 9px rgba(0,0,0,.5);display:none;left:0;margin:0;max-width:100%;outline:0 none;padding:0;position:absolute;top:0;width:auto}.sun-editor .se-select-list .se-select-item{cursor:pointer;font-size:13px;line-height:28px;margin:2px 0;min-height:28px;padding:0 5px}.sun-editor .se-select-list.__se_select-menu-mouse-move .se-select-item:hover,.sun-editor .se-select-list:not(.__se_select-menu-mouse-move) .se-select-item.active{background-color:#e1e1e1}.sun-editor .se-dialog-form-files .se-select-list{width:100%}.sun-editor .se-file-browser{display:none;height:100%;left:0;position:absolute;top:0;width:100%;z-index:2147483647}.sun-editor .se-file-browser button,.sun-editor .se-file-browser input,.sun-editor .se-file-browser label{color:#111;font-size:14px;line-height:1.5;margin:0}.sun-editor .se-file-browser .se-file-browser-back{background-color:#222;opacity:.5}.sun-editor .se-file-browser .se-file-browser-back,.sun-editor .se-file-browser .se-file-browser-inner{display:block;height:100%;left:0;position:absolute;top:0;width:100%}.sun-editor .se-file-browser .se-file-browser-inner .se-file-browser-content{-webkit-background-clip:padding-box;background-clip:padding-box;background-color:#fff;border:1px solid rgba(0,0,0,.2);border-radius:4px;box-shadow:0 3px 9px rgba(0,0,0,.5);margin:20px auto;max-width:100%;outline:0;position:relative;width:960px}.sun-editor .se-file-browser .se-file-browser-header{border-bottom:1px solid #e5e5e5;height:auto;min-height:50px;padding:6px 15px}.sun-editor .se-file-browser .se-file-browser-header .se-file-browser-close{-webkit-appearance:none;filter:alpha(opacity=100);float:right;font-weight:700;opacity:1;text-shadow:0 1px 0 #fff}.sun-editor .se-file-browser .se-file-browser-header .se-file-browser-close>svg{height:12px;width:12px}.sun-editor .se-file-browser .se-file-browser-header .se-file-browser-title{font-size:16px;font-weight:700;line-height:2.2;margin:0;padding:0}.sun-editor .se-file-browser .se-file-browser-tags{display:block;margin:0 -15px;padding:0;text-align:left;width:100%}.sun-editor .se-file-browser .se-file-browser-tags a{-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;background-color:#f5f5f5;border-radius:32px;-moz-border-radius:32px;-webkit-border-radius:32px;color:#333;cursor:pointer;display:inline-block;margin:8px 0 8px 8px;padding:6px 12px;text-decoration:none}.sun-editor .se-file-browser .se-file-browser-tags a:hover{background-color:#e1e1e1}.sun-editor .se-file-browser .se-file-browser-tags a:active{background-color:#d1d1d1}.sun-editor .se-file-browser .se-file-browser-tags a.on{background-color:#ebf3fe;color:#4592ff}.sun-editor .se-file-browser .se-file-browser-tags a.on:hover{background-color:#d8e8fe}.sun-editor .se-file-browser .se-file-browser-tags a.on:active{background-color:#c7deff}.sun-editor .se-file-browser .se-file-browser-body{height:auto;min-height:350px;overflow-y:auto;padding:20px;position:relative}.sun-editor .se-file-browser .se-file-browser-body .se-file-browser-list{position:relative;width:100%}@media screen and (max-width:992px){.sun-editor .se-file-browser .se-file-browser-inner .se-file-browser-content{width:748px}}@media screen and (max-width:768px){.sun-editor .se-file-browser .se-file-browser-inner .se-file-browser-content{width:600px}}.sun-editor .se-file-browser .se-file-browser-list .se-file-item-column{display:block;float:left;height:auto;position:relative}.sun-editor .se-file-browser .se-file-browser-list.se-image-list .se-file-item-column{margin:0 10px;width:calc(25% - 20px)}@media screen and (max-width:992px){.sun-editor .se-file-browser .se-file-browser-list.se-image-list .se-file-item-column{width:calc(33% - 20px)}}@media screen and (max-width:768px){.sun-editor .se-file-browser .se-file-browser-list.se-image-list .se-file-item-column{width:calc(50% - 20px)}}.sun-editor .se-file-browser .se-file-browser-list.se-image-list .se-file-item-img{border-radius:4px;cursor:pointer;display:block;height:auto;margin:10px 0;outline:0;position:relative;width:100%}.sun-editor .se-file-browser .se-file-browser-list.se-image-list .se-file-item-img:hover{box-shadow:0 0 0 .2rem #3288ff;opacity:.8}.sun-editor .se-file-browser .se-file-browser-list.se-image-list .se-file-item-img>img{border-radius:4px;display:block;height:auto;outline:0;position:relative;width:100%}.sun-editor .se-file-browser .se-file-browser-list.se-image-list .se-file-item-img>.se-file-img-name{background-color:transparent;border-bottom-left-radius:4px;border-bottom-right-radius:4px;bottom:0;color:#fff;font-size:13px;height:30px;left:0;padding:5px 10px;position:absolute;width:100%;z-index:1}.sun-editor .se-file-browser .se-file-browser-list.se-image-list .se-file-item-img>.se-file-img-name.se-file-name-back{background-color:#333;opacity:.6}.sun-editor .se-notice{background-color:#f2dede;border:1px solid #eed3d7;color:#b94a48;display:none;font-size:13px;height:auto;margin:0;padding:15px;position:absolute;top:0;user-select:auto;-o-user-select:auto;-moz-user-select:auto;-khtml-user-select:auto;-webkit-user-select:auto;-ms-user-select:auto;width:100%;word-break:break-all;z-index:7}.sun-editor .se-notice button{float:right;padding:7px}.sun-editor .se-tooltip{overflow:visible;position:relative}.sun-editor .se-tooltip .se-tooltip-inner{backface-visibility:hidden;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;background:transparent;bottom:auto;display:block;float:none;height:auto;left:50%;line-height:1.5;margin:0;opacity:0;padding:0;pointer-events:none;position:absolute;top:120%;transition:opacity .5s;visibility:hidden;width:auto;z-index:1}.sun-editor .se-tooltip .se-tooltip-inner .se-tooltip-text{background-color:#333;border-radius:2px;color:#fff;cursor:auto;display:inline-block;font-size:.9em;height:auto;left:-50%;line-height:inherit;margin:0;padding:4px 6px;position:relative;text-align:center;white-space:nowrap;width:auto}.sun-editor .se-tooltip .se-tooltip-inner .se-tooltip-text:after{border:5px solid transparent;border-bottom-color:#333;bottom:100%;content:"";left:50%;margin-left:-5px;position:absolute}.sun-editor .se-tooltip:hover .se-tooltip-inner{opacity:1;visibility:visible}.sun-editor .se-tooltip .se-tooltip-inner .se-tooltip-text .se-shortcut{display:block!important}.sun-editor .se-tooltip .se-tooltip-inner .se-tooltip-text .se-shortcut>.se-shortcut-key{display:inline;font-weight:700}.sun-editor.se-rtl .se-btn-tray{direction:rtl}.sun-editor.se-rtl .se-btn-select svg{margin:auto 1px}.sun-editor.se-rtl .se-btn-select .txt{direction:rtl;flex:auto;text-align:right}.sun-editor.se-rtl .se-btn-list{text-align:right}.sun-editor.se-rtl .se-btn-list>.se-list-icon{margin:-1px 0 0 10px}.sun-editor.se-rtl .se-menu-list:not(.se-menu-dir-fix),.sun-editor.se-rtl .se-menu-list:not(.se-menu-dir-fix) li{float:right}.sun-editor.se-rtl .se-list-layer *{direction:rtl}.sun-editor.se-rtl .se-list-layer.se-list-format ul blockquote{border-left-width:0;border-right-width:5px;padding:0 7px 0 0}.sun-editor.se-rtl .se-list-layer .se-selector-color .se-color-pallet li{float:right}.sun-editor.se-rtl .se-list-inner .se-list-checked li button>.se-svg{float:right;padding:6px 0 0 6px}.sun-editor.se-rtl .se-tooltip .se-tooltip-inner .se-tooltip-text,.sun-editor.se-rtl .se-wrapper .se-placeholder{direction:rtl}.sun-editor.se-rtl .se-tooltip .se-tooltip-inner .se-tooltip-text .se-shortcut{direction:ltr}.sun-editor.se-rtl .se-dialog *{direction:rtl}.sun-editor.se-rtl .se-dialog .se-dialog-inner .se-dialog-form .se-video-ratio{margin-left:0;margin-right:4px}.sun-editor.se-rtl .se-dialog .se-dialog-inner .se-dialog-header .se-dialog-close{float:left}.sun-editor.se-rtl .se-dialog .se-dialog-inner .se-dialog-header .se-modal-title,.sun-editor.se-rtl .se-dialog-tabs button{float:right}.sun-editor.se-rtl .se-dialog .se-dialog-inner .se-dialog-size-text{padding-right:34px}.sun-editor.se-rtl .se-dialog .se-dialog-inner .se-dialog-footer .se-btn-primary{float:left}.sun-editor.se-rtl .se-dialog .se-dialog-inner .se-dialog-footer>div{float:right}.sun-editor.se-rtl .se-dialog .se-dialog-inner .se-dialog-footer>div>label{margin:0 0 0 5px}.sun-editor.se-rtl .se-dialog .se-dialog-inner .se-dialog-form-footer label:first-child{margin-left:16px;margin-right:0}.sun-editor.se-rtl .se-dialog .se-dialog-inner .se-anchor-rel-preview{margin-left:4px;text-align:right}.sun-editor.se-rtl .se-dialog .se-dialog-inner .se-anchor-rel-btn{float:right}.sun-editor.se-rtl .se-file-browser *{direction:rtl}.sun-editor.se-rtl .se-file-browser .se-file-browser-tags{text-align:right}.sun-editor.se-rtl .se-file-browser .se-file-browser-tags a{margin:8px 8px 0}.sun-editor.se-rtl .se-file-browser .se-file-browser-header .se-file-browser-close{float:left}.sun-editor.se-rtl .se-controller .se-btn-group,.sun-editor.se-rtl .se-resizing-container .se-resize-display{direction:rtl}.sun-editor .se-btn-module-border.module-float-left{float:left}.sun-editor .se-btn-module-border.module-float-right{float:right}.sun-editor .se-error{color:#d9534f}.sun-editor input.se-error:focus,select.se-error:focus,textarea.se-error:focus{border:1px solid #f2dede;box-shadow:0 0 0 .2rem #eed3d7;outline:0;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}.sun-editor hr.__se__solid{border-style:solid none none}.sun-editor hr.__se__dotted{border-style:dotted none none}.sun-editor hr.__se__dashed{border-style:dashed none none}@-webkit-keyframes blinker{50%{opacity:0}}@keyframes blinker{50%{opacity:0}}@-webkit-keyframes spinner{to{-webkit-transform:rotate(361deg);transform:rotate(361deg)}}@keyframes spinner{to{-webkit-transform:rotate(361deg);transform:rotate(361deg)}}.sun-editor-editable{word-wrap:break-word;background-color:#fff;color:#333;font-family:Helvetica Neue;font-size:13px;line-height:1.5;margin:0;padding:16px;word-break:normal}.sun-editor-editable *{box-sizing:border-box;color:inherit;font-family:inherit;font-size:inherit}.sun-editor-editable.se-rtl *{direction:rtl}.sun-editor-editable .se-component>figure{direction:ltr}.sun-editor-editable audio,.sun-editor-editable figcaption,.sun-editor-editable figure,.sun-editor-editable iframe,.sun-editor-editable img,.sun-editor-editable td,.sun-editor-editable th,.sun-editor-editable video{position:relative}.sun-editor-editable span{display:inline;margin:0;padding:0;vertical-align:initial}.sun-editor-editable span.katex{display:inline-block}.sun-editor-editable span.katex *{direction:ltr}.sun-editor-editable a{color:#004cff;text-decoration:none}.sun-editor-editable span[style~="color:"] a{color:inherit}.sun-editor-editable a:focus,.sun-editor-editable a:hover{color:#0093ff;cursor:pointer;text-decoration:underline}.sun-editor-editable a.on{background-color:#e8f7ff;color:#0093ff}.sun-editor-editable pre{word-wrap:break-word;background-color:#f9f9f9;border:1px solid #e1e1e1;border-radius:2px;color:#666;display:block;font-family:monospace;line-height:1.45;margin:0 0 10px;overflow:visible;padding:8px;white-space:pre-wrap!important}.sun-editor-editable ol{list-style-type:decimal}.sun-editor-editable ol,.sun-editor-editable ul{-webkit-margin-before:1em;-webkit-margin-after:1em;-webkit-margin-start:0;-webkit-margin-end:0;-webkit-padding-start:40px;display:block;list-style-position:outside;margin-block-end:1em;margin-block-start:1em;margin-inline-end:0;margin-inline-start:0;padding-inline-start:40px}.sun-editor-editable ul{list-style-type:disc}.sun-editor-editable li{display:list-item;margin-bottom:5px;text-align:-webkit-match-parent}.sun-editor-editable ol ol,.sun-editor-editable ol ul,.sun-editor-editable ul ol,.sun-editor-editable ul ul{margin:0}.sun-editor-editable ol ol,.sun-editor-editable ul ol{list-style-type:lower-alpha}.sun-editor-editable ol ol ol,.sun-editor-editable ul ol ol,.sun-editor-editable ul ul ol{list-style-type:upper-roman}.sun-editor-editable ol ul,.sun-editor-editable ul ul{list-style-type:circle}.sun-editor-editable ol ol ul,.sun-editor-editable ol ul ul,.sun-editor-editable ul ul ul{list-style-type:square}.sun-editor-editable sub,.sun-editor-editable sup{font-size:75%;line-height:0}.sun-editor-editable sub{vertical-align:sub}.sun-editor-editable sup{vertical-align:super}.sun-editor-editable p{display:block;margin:0 0 10px}.sun-editor-editable div{display:block;margin:0;padding:0}.sun-editor-editable blockquote{-webkit-margin-before:1em;-webkit-margin-after:1em;-webkit-margin-start:0;-webkit-margin-end:0;border:solid #b1b1b1;border-width:0 0 0 5px;color:#999;display:block;font-family:inherit;font-size:inherit;margin-block-end:1em;margin-block-start:1em;margin-inline-end:0;margin-inline-start:0;padding:0 5px 0 20px}.sun-editor-editable blockquote blockquote{border-color:#c1c1c1}.sun-editor-editable blockquote blockquote blockquote{border-color:#d1d1d1}.sun-editor-editable blockquote blockquote blockquote blockquote{border-color:#e1e1e1}.sun-editor-editable.se-rtl blockquote{border-left-width:0;border-right-width:5px;padding-left:5px;padding-right:20px}.sun-editor-editable h1{-webkit-margin-before:.67em;-webkit-margin-after:.67em;font-size:2em;margin-block-end:.67em;margin-block-start:.67em}.sun-editor-editable h1,.sun-editor-editable h2{-webkit-margin-start:0;-webkit-margin-end:0;display:block;font-weight:700;margin-inline-end:0;margin-inline-start:0}.sun-editor-editable h2{-webkit-margin-before:.83em;-webkit-margin-after:.83em;font-size:1.5em;margin-block-end:.83em;margin-block-start:.83em}.sun-editor-editable h3{-webkit-margin-before:1em;-webkit-margin-after:1em;font-size:1.17em;margin-block-end:1em;margin-block-start:1em}.sun-editor-editable h3,.sun-editor-editable h4{-webkit-margin-start:0;-webkit-margin-end:0;display:block;font-weight:700;margin-inline-end:0;margin-inline-start:0}.sun-editor-editable h4{-webkit-margin-before:1.33em;-webkit-margin-after:1.33em;font-size:1em;margin-block-end:1.33em;margin-block-start:1.33em}.sun-editor-editable h5{-webkit-margin-before:1.67em;-webkit-margin-after:1.67em;font-size:.83em;margin-block-end:1.67em;margin-block-start:1.67em}.sun-editor-editable h5,.sun-editor-editable h6{-webkit-margin-start:0;-webkit-margin-end:0;display:block;font-weight:700;margin-inline-end:0;margin-inline-start:0}.sun-editor-editable h6{-webkit-margin-before:2.33em;-webkit-margin-after:2.33em;font-size:.67em;margin-block-end:2.33em;margin-block-start:2.33em}.sun-editor-editable hr{border-color:#000;border-image:none;border-image:initial;border-width:1px 0 0;display:flex;height:1px}.sun-editor-editable hr.__se__solid{border-style:solid none none}.sun-editor-editable hr.__se__dotted{border-style:dotted none none}.sun-editor-editable hr.__se__dashed{border-style:dashed none none}.sun-editor-editable hr.on{border-color:#4592ff;box-shadow:0 0 0 .1rem #c7deff}.sun-editor-editable table{background-color:transparent;border:1px solid #ccc;border-collapse:collapse;border-spacing:0;display:table;margin:0 0 10px;max-width:100%;table-layout:auto!important;width:100%}.sun-editor-editable.se-rtl table{margin:0 0 10px auto}.sun-editor-editable table thead{border-bottom:2px solid #333}.sun-editor-editable table tr{border:1px solid #efefef}.sun-editor-editable table th{background-color:#f3f3f3}.sun-editor-editable table td,.sun-editor-editable table th{background-clip:padding-box;border:1px solid #e1e1e1;padding:.4em}.sun-editor-editable table.se-table-size-auto{width:auto!important}.sun-editor-editable table.se-table-size-100{width:100%!important}.sun-editor-editable table.se-table-layout-auto{table-layout:auto!important}.sun-editor-editable table.se-table-layout-fixed{table-layout:fixed!important}.sun-editor-editable table td.se-table-selected-cell,.sun-editor-editable table th.se-table-selected-cell{outline:1px double #4592ff}.sun-editor-editable.se-disabled *{user-select:none;-o-user-select:none;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-ms-user-select:none}.sun-editor-editable .se-component{display:flex;margin:0 0 10px;padding:1px}.sun-editor-editable[contenteditable=true] .se-component{outline:1px dashed #e1e1e1}.sun-editor-editable[contenteditable=true] .se-component.se-component-copy{box-shadow:0 0 0 .2rem #3f9dff;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}.sun-editor-editable .__se__float-left{float:left;margin-right:4px}.sun-editor-editable .__se__float-right{float:right;margin-left:4px}.sun-editor-editable .__se__float-center{float:center}.sun-editor-editable .__se__float-none{float:none}.sun-editor-editable audio,.sun-editor-editable iframe,.sun-editor-editable img,.sun-editor-editable video{display:block;height:auto;margin:0;max-width:100%;padding:0;width:auto}.sun-editor-editable[contenteditable=true]:not(.se-read-only) figure:after{background:transparent;bottom:0;content:"";cursor:default;display:block;left:0;position:absolute;right:0;top:0;z-index:1}.sun-editor-editable[contenteditable=true] figure a,.sun-editor-editable[contenteditable=true] figure iframe,.sun-editor-editable[contenteditable=true] figure img,.sun-editor-editable[contenteditable=true] figure video{z-index:0}.sun-editor-editable[contenteditable=true] figure figcaption{display:block;z-index:2}.sun-editor-editable[contenteditable=true] figure figcaption:focus{border-color:#80bdff;box-shadow:0 0 0 .2rem #c7deff;outline:0}.sun-editor-editable .se-image-container,.sun-editor-editable .se-video-container{height:auto;max-width:100%;width:auto}.sun-editor-editable figure{display:block;margin:0;outline:none;padding:0}.sun-editor-editable .__se__float-center figure,.sun-editor-editable .__se__float-left figure,.sun-editor-editable .__se__float-right figure{margin:auto!important}.sun-editor-editable figure figcaption{background-color:#f9f9f9;margin:0;outline:none;padding:1em .5em}.sun-editor-editable figure figcaption p{line-height:2;margin:0}.sun-editor-editable .se-image-container a img{margin:1px;outline:1px solid #4592ff;padding:1px}.sun-editor-editable .se-video-container iframe,.sun-editor-editable .se-video-container video{border:0;height:100%;left:0;outline:1px solid #9e9e9e;position:absolute;top:0;width:100%}.sun-editor-editable .se-video-container figure{left:0;max-width:100%;width:100%}.sun-editor-editable audio{height:54px;width:300px}.sun-editor-editable audio.active{outline:2px solid #80bdff}.sun-editor-editable.se-show-block div,.sun-editor-editable.se-show-block h1,.sun-editor-editable.se-show-block h2,.sun-editor-editable.se-show-block h3,.sun-editor-editable.se-show-block h4,.sun-editor-editable.se-show-block h5,.sun-editor-editable.se-show-block h6,.sun-editor-editable.se-show-block li,.sun-editor-editable.se-show-block ol,.sun-editor-editable.se-show-block p,.sun-editor-editable.se-show-block pre,.sun-editor-editable.se-show-block ul{border:1px dashed #3f9dff!important;padding:14px 8px 8px!important}.sun-editor-editable.se-show-block ol,.sun-editor-editable.se-show-block ul{border:1px dashed #d539ff!important}.sun-editor-editable.se-show-block pre{border:1px dashed #27c022!important}.se-show-block p{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAPAQMAAAAF7dc0AAAABlBMVEWAgID////n1o2sAAAAAnRSTlP/AOW3MEoAAAAaSURBVAjXY/j/gwGCPvxg+F4BQiAGDP1HQQByxxw0gqOzIwAAAABJRU5ErkJggg==) no-repeat}.se-show-block div{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAPAQMAAAAxlBYoAAAABlBMVEWAgID////n1o2sAAAAAnRSTlP/AOW3MEoAAAAmSURBVAjXY/j//wcDDH+8XsHwDYi/hwNx1A8w/nYLKH4XoQYJAwCXnSgcl2MOPgAAAABJRU5ErkJggg==) no-repeat}.se-show-block h1{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAPAQMAAAA4f7ZSAAAABlBMVEWAgID////n1o2sAAAAAnRSTlP/AOW3MEoAAAAfSURBVAjXY/j/v4EBhr+9B+LzEPrDeygfhI8j1CBhAEhmJGY4Rf6uAAAAAElFTkSuQmCC) no-repeat}.se-show-block h2{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAPAQMAAAA4f7ZSAAAABlBMVEWAgID////n1o2sAAAAAnRSTlP/AOW3MEoAAAAmSURBVAjXY/j/v4EBhr+dB+LtQPy9geEDEH97D8T3gbgdoQYJAwA51iPuD2haEAAAAABJRU5ErkJggg==) no-repeat}.se-show-block h3{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAPAQMAAAA4f7ZSAAAABlBMVEWAgID////n1o2sAAAAAnRSTlP/AOW3MEoAAAAiSURBVAjXY/j/v4EBhr+dB+LtQPy9geHDeQgN5p9HqEHCADeWI+69VG2MAAAAAElFTkSuQmCC) no-repeat}.se-show-block h4{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAPAQMAAADTSA1RAAAABlBMVEWAgID////n1o2sAAAAAnRSTlP/AOW3MEoAAAAiSURBVAjXY/j//wADDH97DsTXIfjDdiDdDMTfIRhZHRQDAKJOJ6L+K3y7AAAAAElFTkSuQmCC) no-repeat}.se-show-block h5{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAPAQMAAAA4f7ZSAAAABlBMVEWAgID////n1o2sAAAAAnRSTlP/AOW3MEoAAAAlSURBVAjXY/j/v4EBhr+1A/F+IO5vYPiwHUh/B2IQfR6hBgkDABlWIy5uM+9GAAAAAElFTkSuQmCC) no-repeat}.se-show-block h6{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAPAQMAAAA4f7ZSAAAABlBMVEWAgID////n1o2sAAAAAnRSTlP/AOW3MEoAAAAiSURBVAjXY/j/v4EBhr+dB+LtQLy/geFDP5S9HSKOrA6KAR9GIza1ptJnAAAAAElFTkSuQmCC) no-repeat}.se-show-block li{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAPCAYAAADkmO9VAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAA7SURBVDhPYxgFcNDQ0PAfykQBIHEYhgoRB/BpwCfHBKWpBkaggYxQGgOgBzyQD1aLLA4TGwWDGjAwAACR3RcEU9Ui+wAAAABJRU5ErkJggg==) no-repeat}.se-show-block ol{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAMCAYAAABiDJ37AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAABHSURBVDhPYxgFcNDQ0PAfhKFcFIBLHCdA1oBNM0kGEmMAPgOZoDTVANUNxAqQvURMECADRiiNAWCagDSGGhyW4DRrMAEGBgAu0SX6WpGgjAAAAABJRU5ErkJggg==) no-repeat}.se-show-block ul{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAMCAYAAABiDJ37AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAA1SURBVDhPYxgFDA0NDf+hTBSALI5LDQgwQWmqgVEDKQcsUBoF4ItFGEBXA+QzQpmDGjAwAAA8DQ4Lni6gdAAAAABJRU5ErkJggg==) no-repeat}.sun-editor .__se__p-bordered,.sun-editor-editable .__se__p-bordered{border-bottom:1px solid #b1b1b1;border-top:1px solid #b1b1b1;padding:4px 0}.sun-editor .__se__p-spaced,.sun-editor-editable .__se__p-spaced{letter-spacing:1px}.sun-editor .__se__p-neon,.sun-editor-editable .__se__p-neon{-webkit-animation:neonFlicker 1.5s infinite alternate;animation:neonFlicker 1.5s infinite alternate;background:#000;border:2px solid #fff;border-radius:6px;color:#fff;font-style:italic;font-weight:200;padding:6px 4px;text-transform:uppercase}@-webkit-keyframes neonFlicker{0%,19%,21%,23%,25%,54%,56%,to{box-shadow:0 0 .5px #fff,inset 0 0 .5px #fff,0 0 2px #08f,inset 0 0 2px #08f,0 0 4px #08f,inset 0 0 4px #08f;text-shadow:-.2rem -.2rem 1rem #fff,.2rem .2rem 1rem #fff,0 0 2px #f40,0 0 4px #f40,0 0 6px #f40,0 0 8px #f40,0 0 10px #f40}20%,24%,55%{box-shadow:none;text-shadow:none}}@keyframes neonFlicker{0%,19%,21%,23%,25%,54%,56%,to{box-shadow:0 0 .5px #fff,inset 0 0 .5px #fff,0 0 2px #08f,inset 0 0 2px #08f,0 0 4px #08f,inset 0 0 4px #08f;text-shadow:-.2rem -.2rem 1rem #fff,.2rem .2rem 1rem #fff,0 0 2px #f40,0 0 4px #f40,0 0 6px #f40,0 0 8px #f40,0 0 10px #f40}20%,24%,55%{box-shadow:none;text-shadow:none}}.sun-editor .__se__t-shadow,.sun-editor-editable .__se__t-shadow{text-shadow:-.2rem -.2rem 1rem #fff,.2rem .2rem 1rem #fff,0 0 .2rem #999,0 0 .4rem #888,0 0 .6rem #777,0 0 .8rem #666,0 0 1rem #555}.sun-editor .__se__t-code,.sun-editor-editable .__se__t-code{background-color:rgba(27,31,35,.05);border-radius:6px;color:#666;font-family:monospace;padding:.2em .4em}.FieldsSelector_m-t-xxs__1WaKz{margin-top:.25rem!important}.FieldsSelector_p-t-xxs__2TEE9{padding-top:.25rem!important}.FieldsSelector_m-b-xxs__SzwJI{margin-bottom:.25rem!important}.FieldsSelector_p-b-xxs__3hxUJ{padding-bottom:.25rem!important}.FieldsSelector_m-l-xxs__yTf7y{margin-left:.25rem!important}.FieldsSelector_p-l-xxs__3vR4h{padding-left:.25rem!important}.FieldsSelector_m-r-xxs__gdmH4{margin-right:.25rem!important}.FieldsSelector_p-r-xxs__3kE-1{padding-right:.25rem!important}.FieldsSelector_m-x-xxs__1mmc5{margin-left:.25rem!important;margin-right:.25rem!important}.FieldsSelector_p-x-xxs__1jfih{padding-left:.25rem!important;padding-right:.25rem!important}.FieldsSelector_m-y-xxs__390Fd{margin-bottom:.25rem!important;margin-top:.25rem!important}.FieldsSelector_p-y-xxs__2cyX7{padding-bottom:.25rem!important;padding-top:.25rem!important}.FieldsSelector_m-xxs__1BMj4{margin:.25rem!important}.FieldsSelector_p-xxs__36y6s{padding:.25rem!important}.FieldsSelector_m-t-xs__3iDoE{margin-top:.5rem!important}.FieldsSelector_p-t-xs__2kVHc{padding-top:.5rem!important}.FieldsSelector_m-b-xs__13MPF{margin-bottom:.5rem!important}.FieldsSelector_p-b-xs__3Scke{padding-bottom:.5rem!important}.FieldsSelector_m-l-xs__10xmQ{margin-left:.5rem!important}.FieldsSelector_p-l-xs__Cuskq{padding-left:.5rem!important}.FieldsSelector_m-r-xs__1F9y8{margin-right:.5rem!important}.FieldsSelector_p-r-xs__wKrwG{padding-right:.5rem!important}.FieldsSelector_m-x-xs__1nx1i{margin-left:.5rem!important;margin-right:.5rem!important}.FieldsSelector_p-x-xs__1IfC6{padding-left:.5rem!important;padding-right:.5rem!important}.FieldsSelector_m-y-xs__2tVBV{margin-bottom:.5rem!important;margin-top:.5rem!important}.FieldsSelector_p-y-xs__1STBs{padding-bottom:.5rem!important;padding-top:.5rem!important}.FieldsSelector_m-xs__3OEzo{margin:.5rem!important}.FieldsSelector_p-xs__1h-fo{padding:.5rem!important}.FieldsSelector_m-t-s__kVIQV{margin-top:1rem!important}.FieldsSelector_p-t-s__QXhky{padding-top:1rem!important}.FieldsSelector_m-b-s__2JHbd{margin-bottom:1rem!important}.FieldsSelector_p-b-s__3WaXD{padding-bottom:1rem!important}.FieldsSelector_m-l-s__2uEJb{margin-left:1rem!important}.FieldsSelector_p-l-s__35aVS{padding-left:1rem!important}.FieldsSelector_m-r-s__1MwrL{margin-right:1rem!important}.FieldsSelector_p-r-s__1Zm_J{padding-right:1rem!important}.FieldsSelector_m-x-s__X48-L{margin-left:1rem!important;margin-right:1rem!important}.FieldsSelector_p-x-s__2oDEE{padding-left:1rem!important;padding-right:1rem!important}.FieldsSelector_m-y-s__2rKXn{margin-bottom:1rem!important;margin-top:1rem!important}.FieldsSelector_p-y-s__1uLbl{padding-bottom:1rem!important;padding-top:1rem!important}.FieldsSelector_m-s__1m69v{margin:1rem!important}.FieldsSelector_p-s__2f0Jp{padding:1rem!important}.FieldsSelector_m-t-m__ctzFh{margin-top:1.5rem!important}.FieldsSelector_p-t-m__nKRpd{padding-top:1.5rem!important}.FieldsSelector_m-b-m__37rXe{margin-bottom:1.5rem!important}.FieldsSelector_p-b-m__3_1oH{padding-bottom:1.5rem!important}.FieldsSelector_m-l-m__1skVE{margin-left:1.5rem!important}.FieldsSelector_p-l-m__qD-50{padding-left:1.5rem!important}.FieldsSelector_m-r-m__1VvXA{margin-right:1.5rem!important}.FieldsSelector_p-r-m__1qGWX{padding-right:1.5rem!important}.FieldsSelector_m-x-m__2GmzK{margin-left:1.5rem!important;margin-right:1.5rem!important}.FieldsSelector_p-x-m__3iRu9{padding-left:1.5rem!important;padding-right:1.5rem!important}.FieldsSelector_m-y-m__122Kl{margin-bottom:1.5rem!important;margin-top:1.5rem!important}.FieldsSelector_p-y-m__-SzA7{padding-bottom:1.5rem!important;padding-top:1.5rem!important}.FieldsSelector_m-m__dgZOs{margin:1.5rem!important}.FieldsSelector_p-m__FhBjM{padding:1.5rem!important}.FieldsSelector_m-t-l__2TEVp{margin-top:2rem!important}.FieldsSelector_p-t-l__3GpvU{padding-top:2rem!important}.FieldsSelector_m-b-l__Ncraq{margin-bottom:2rem!important}.FieldsSelector_p-b-l__bkk-F{padding-bottom:2rem!important}.FieldsSelector_m-l-l__k-Jfw{margin-left:2rem!important}.FieldsSelector_p-l-l__2JPim{padding-left:2rem!important}.FieldsSelector_m-r-l__3bebv{margin-right:2rem!important}.FieldsSelector_p-r-l__2XAGv{padding-right:2rem!important}.FieldsSelector_m-x-l__1-9tk{margin-left:2rem!important;margin-right:2rem!important}.FieldsSelector_p-x-l__2BRxw{padding-left:2rem!important;padding-right:2rem!important}.FieldsSelector_m-y-l__lgVVs{margin-bottom:2rem!important;margin-top:2rem!important}.FieldsSelector_p-y-l__3e8Zo{padding-bottom:2rem!important;padding-top:2rem!important}.FieldsSelector_m-l__2yUvj{margin:2rem!important}.FieldsSelector_p-l__3pTd-{padding:2rem!important}.FieldsSelector_m-t-xl__3fYmz{margin-top:3rem!important}.FieldsSelector_p-t-xl__3XJiF{padding-top:3rem!important}.FieldsSelector_m-b-xl__1iJKD{margin-bottom:3rem!important}.FieldsSelector_p-b-xl__2wPJQ{padding-bottom:3rem!important}.FieldsSelector_m-l-xl__26KPf{margin-left:3rem!important}.FieldsSelector_p-l-xl__t6B0r{padding-left:3rem!important}.FieldsSelector_m-r-xl__3f5gE{margin-right:3rem!important}.FieldsSelector_p-r-xl__4zQil{padding-right:3rem!important}.FieldsSelector_m-x-xl__1BDlx{margin-left:3rem!important;margin-right:3rem!important}.FieldsSelector_p-x-xl__1i4AK{padding-left:3rem!important;padding-right:3rem!important}.FieldsSelector_m-y-xl__2CmRf{margin-bottom:3rem!important;margin-top:3rem!important}.FieldsSelector_p-y-xl__10yxz{padding-bottom:3rem!important;padding-top:3rem!important}.FieldsSelector_m-xl__1j58W{margin:3rem!important}.FieldsSelector_p-xl__1Rbn5{padding:3rem!important}.FieldsSelector_m-t-xxl__2vRmD{margin-top:4rem!important}.FieldsSelector_p-t-xxl__2LDIb{padding-top:4rem!important}.FieldsSelector_m-b-xxl__1BrIx{margin-bottom:4rem!important}.FieldsSelector_p-b-xxl__3PELe{padding-bottom:4rem!important}.FieldsSelector_m-l-xxl__3O-ru{margin-left:4rem!important}.FieldsSelector_p-l-xxl__3Oqn7{padding-left:4rem!important}.FieldsSelector_m-r-xxl__31KhG{margin-right:4rem!important}.FieldsSelector_p-r-xxl__2z3x9{padding-right:4rem!important}.FieldsSelector_m-x-xxl__3nQ8r{margin-left:4rem!important;margin-right:4rem!important}.FieldsSelector_p-x-xxl__3tVem{padding-left:4rem!important;padding-right:4rem!important}.FieldsSelector_m-y-xxl__tTGaf{margin-bottom:4rem!important;margin-top:4rem!important}.FieldsSelector_p-y-xxl__rVF9G{padding-bottom:4rem!important;padding-top:4rem!important}.FieldsSelector_m-xxl__1uY-M{margin:4rem!important}.FieldsSelector_p-xxl__52cvz{padding:4rem!important}.FieldsSelector_no-padding__ourKo{padding:0!important}.FieldsSelector_no-padding--top__2IjF7{padding-top:0!important}.FieldsSelector_no-padding--left__1BQFw{padding-left:0!important}.FieldsSelector_no-padding--bottom__1FreG{padding-bottom:0!important}.FieldsSelector_no-padding--right__2bIAX{padding-right:0!important}.FieldsSelector_no-margin__9pAPV{margin:0!important}.FieldsSelector_no-margin--top__1fnz5{margin-top:0!important}.FieldsSelector_no-margin--left__3E21U{margin-left:0!important}.FieldsSelector_no-margin--bottom__2WjQ-{margin-bottom:0!important}.FieldsSelector_no-margin--right__3ErKb{margin-right:0!important}.FieldsSelector_modalOverlay__273gg{background-color:rgba(41,57,77,.4);bottom:0;left:0;position:fixed;right:0;top:0;z-index:99999}.FieldsSelector_modalContent__2xB8G{align-items:center;background:transparent;border:none;border-radius:4px;bottom:0;display:flex;justify-content:center;left:0;outline:none;padding:0;position:absolute;right:0;top:0}.FieldsSelector_modalContentAfterOpen__28BHV .FieldsSelector_confirm__1hqIR{opacity:1;top:0}.FieldsSelector_modalContentBeforeClose__2LSTB .FieldsSelector_confirm__1hqIR{opacity:0;top:50%}.FieldsSelector_confirm__1hqIR{background:#f8f9fa;border-radius:5px;box-shadow:0 0 10px rgba(41,57,77,.25);max-width:90%;opacity:0;position:relative;top:50%;transition:all .2s ease-in-out;width:632px}.FieldsSelector_close__37v9u{align-items:center;background:#fff;border:1px solid #f1f2f4;border-radius:50%;color:#3c4e64;cursor:pointer;display:flex;height:36px;justify-content:center;position:absolute;right:-18px;top:-18px;width:36px;z-index:1}.FieldsSelector_header__18ofU{align-items:center;background:#f3faff;border-bottom:1px solid #c7e8fe;border-radius:5px 5px 0 0;color:#2495e1;display:flex;font-size:22px;height:60px;justify-content:center;line-height:26px;position:relative;width:100%}.FieldsSelector_header__18ofU .FieldsSelector_icon__1sXc0{align-items:flex-start;background:#f3faff;border-bottom-left-radius:45px;border-bottom-right-radius:45px;border-top:none!important;border:1px solid #c7e8fe;bottom:-45px;display:flex;height:45px;justify-content:center;position:absolute;right:50%;-webkit-transform:translateX(50%);transform:translateX(50%);width:90px}.FieldsSelector_body__32tBu{border-bottom:1px solid #f1f2f4;color:#29394d;font-size:18px;line-height:21px;padding:20px;width:100%}@media screen and (max-width:39.9375em){.FieldsSelector_body__32tBu{padding-left:1rem;padding-right:1rem}}.QuizLayout_m-t-xxs__no8ta{margin-top:.25rem!important}.QuizLayout_p-t-xxs__3kpZ2{padding-top:.25rem!important}.QuizLayout_m-b-xxs__Z1UT6{margin-bottom:.25rem!important}.QuizLayout_p-b-xxs__3P5IW{padding-bottom:.25rem!important}.QuizLayout_m-l-xxs__-K5KO{margin-left:.25rem!important}.QuizLayout_p-l-xxs__1G-uG{padding-left:.25rem!important}.QuizLayout_m-r-xxs__14o6d{margin-right:.25rem!important}.QuizLayout_p-r-xxs__l4VwX{padding-right:.25rem!important}.QuizLayout_m-x-xxs__2z3Vo{margin-left:.25rem!important;margin-right:.25rem!important}.QuizLayout_p-x-xxs__YMj7P{padding-left:.25rem!important;padding-right:.25rem!important}.QuizLayout_m-y-xxs__21IJa{margin-bottom:.25rem!important;margin-top:.25rem!important}.QuizLayout_p-y-xxs__XtD-_{padding-bottom:.25rem!important;padding-top:.25rem!important}.QuizLayout_m-xxs__1NaJu{margin:.25rem!important}.QuizLayout_p-xxs__2GyB_{padding:.25rem!important}.QuizLayout_m-t-xs__1BzeB{margin-top:.5rem!important}.QuizLayout_p-t-xs__36EdO{padding-top:.5rem!important}.QuizLayout_m-b-xs__2SzSP{margin-bottom:.5rem!important}.QuizLayout_p-b-xs__ir5cF{padding-bottom:.5rem!important}.QuizLayout_m-l-xs__gwWO6{margin-left:.5rem!important}.QuizLayout_p-l-xs__2inud{padding-left:.5rem!important}.QuizLayout_m-r-xs__234RP{margin-right:.5rem!important}.QuizLayout_p-r-xs__2Nbjh{padding-right:.5rem!important}.QuizLayout_m-x-xs__1e8C9{margin-left:.5rem!important;margin-right:.5rem!important}.QuizLayout_p-x-xs__2RfG2{padding-left:.5rem!important;padding-right:.5rem!important}.QuizLayout_m-y-xs__1YUk5{margin-bottom:.5rem!important;margin-top:.5rem!important}.QuizLayout_p-y-xs__gycYo{padding-bottom:.5rem!important;padding-top:.5rem!important}.QuizLayout_m-xs__2gLzg{margin:.5rem!important}.QuizLayout_p-xs__3K34g{padding:.5rem!important}.QuizLayout_m-t-s__2MI7P{margin-top:1rem!important}.QuizLayout_p-t-s__2PVhc{padding-top:1rem!important}.QuizLayout_m-b-s__2BbrZ{margin-bottom:1rem!important}.QuizLayout_p-b-s__3JeGe{padding-bottom:1rem!important}.QuizLayout_m-l-s__n7wbs{margin-left:1rem!important}.QuizLayout_p-l-s__2KyvL{padding-left:1rem!important}.QuizLayout_m-r-s__2U464{margin-right:1rem!important}.QuizLayout_p-r-s__3314K{padding-right:1rem!important}.QuizLayout_m-x-s__1qfUa{margin-left:1rem!important;margin-right:1rem!important}.QuizLayout_p-x-s__1JYUt{padding-left:1rem!important;padding-right:1rem!important}.QuizLayout_m-y-s__2j68i{margin-bottom:1rem!important;margin-top:1rem!important}.QuizLayout_p-y-s__abMFa{padding-bottom:1rem!important;padding-top:1rem!important}.QuizLayout_m-s__1PH5A{margin:1rem!important}.QuizLayout_p-s__1Yn8o{padding:1rem!important}.QuizLayout_m-t-m__3jedM{margin-top:1.5rem!important}.QuizLayout_p-t-m__3HAxv{padding-top:1.5rem!important}.QuizLayout_m-b-m__3T8hp{margin-bottom:1.5rem!important}.QuizLayout_p-b-m__rLQ3P{padding-bottom:1.5rem!important}.QuizLayout_m-l-m__2ym6i{margin-left:1.5rem!important}.QuizLayout_p-l-m__2vPR5{padding-left:1.5rem!important}.QuizLayout_m-r-m__-u_OE{margin-right:1.5rem!important}.QuizLayout_p-r-m__2HCUa{padding-right:1.5rem!important}.QuizLayout_m-x-m__8b1qd{margin-left:1.5rem!important;margin-right:1.5rem!important}.QuizLayout_p-x-m__1QI4-{padding-left:1.5rem!important;padding-right:1.5rem!important}.QuizLayout_m-y-m__3ZgGI{margin-bottom:1.5rem!important;margin-top:1.5rem!important}.QuizLayout_p-y-m__2e_gF{padding-bottom:1.5rem!important;padding-top:1.5rem!important}.QuizLayout_m-m__3hKdR{margin:1.5rem!important}.QuizLayout_p-m__3KTrK{padding:1.5rem!important}.QuizLayout_m-t-l__2HLUD{margin-top:2rem!important}.QuizLayout_p-t-l__1_a9N{padding-top:2rem!important}.QuizLayout_m-b-l__2wgRi{margin-bottom:2rem!important}.QuizLayout_p-b-l__2ljvE{padding-bottom:2rem!important}.QuizLayout_m-l-l__2ZiBA{margin-left:2rem!important}.QuizLayout_p-l-l__3NNjc{padding-left:2rem!important}.QuizLayout_m-r-l__3iAFA{margin-right:2rem!important}.QuizLayout_p-r-l__3a8Sg{padding-right:2rem!important}.QuizLayout_m-x-l__1b0jM{margin-left:2rem!important;margin-right:2rem!important}.QuizLayout_p-x-l__2q3u4{padding-left:2rem!important;padding-right:2rem!important}.QuizLayout_m-y-l__32OnH{margin-bottom:2rem!important;margin-top:2rem!important}.QuizLayout_p-y-l__2clZc{padding-bottom:2rem!important;padding-top:2rem!important}.QuizLayout_m-l__2dg8n{margin:2rem!important}.QuizLayout_p-l__14Ypr{padding:2rem!important}.QuizLayout_m-t-xl__2rnhN{margin-top:3rem!important}.QuizLayout_p-t-xl__l7Gj6{padding-top:3rem!important}.QuizLayout_m-b-xl__3MtMB{margin-bottom:3rem!important}.QuizLayout_p-b-xl__Sg6mu{padding-bottom:3rem!important}.QuizLayout_m-l-xl__1C8J-{margin-left:3rem!important}.QuizLayout_p-l-xl__p4gid{padding-left:3rem!important}.QuizLayout_m-r-xl__1SZ9T{margin-right:3rem!important}.QuizLayout_p-r-xl__13Du2{padding-right:3rem!important}.QuizLayout_m-x-xl__3Gkde{margin-left:3rem!important;margin-right:3rem!important}.QuizLayout_p-x-xl__2_-Xj{padding-left:3rem!important;padding-right:3rem!important}.QuizLayout_m-y-xl__14z4w{margin-bottom:3rem!important;margin-top:3rem!important}.QuizLayout_p-y-xl__2ooka{padding-bottom:3rem!important;padding-top:3rem!important}.QuizLayout_m-xl__3p_V6{margin:3rem!important}.QuizLayout_p-xl___mBux{padding:3rem!important}.QuizLayout_m-t-xxl__3qetZ{margin-top:4rem!important}.QuizLayout_p-t-xxl__30GCR{padding-top:4rem!important}.QuizLayout_m-b-xxl__2mL-u{margin-bottom:4rem!important}.QuizLayout_p-b-xxl__3F-HX{padding-bottom:4rem!important}.QuizLayout_m-l-xxl__6VXYf{margin-left:4rem!important}.QuizLayout_p-l-xxl__1Yadj{padding-left:4rem!important}.QuizLayout_m-r-xxl__3ej18{margin-right:4rem!important}.QuizLayout_p-r-xxl__x_xpS{padding-right:4rem!important}.QuizLayout_m-x-xxl__FdP2f{margin-left:4rem!important;margin-right:4rem!important}.QuizLayout_p-x-xxl__cZAbi{padding-left:4rem!important;padding-right:4rem!important}.QuizLayout_m-y-xxl__1M44g{margin-bottom:4rem!important;margin-top:4rem!important}.QuizLayout_p-y-xxl__eEMJ_{padding-bottom:4rem!important;padding-top:4rem!important}.QuizLayout_m-xxl__S5F6X{margin:4rem!important}.QuizLayout_p-xxl__26O2t{padding:4rem!important}.QuizLayout_no-padding__2mXeY{padding:0!important}.QuizLayout_no-padding--top__3CKh8{padding-top:0!important}.QuizLayout_no-padding--left__wmPyg{padding-left:0!important}.QuizLayout_no-padding--bottom__1Ohxn{padding-bottom:0!important}.QuizLayout_no-padding--right__3waXi{padding-right:0!important}.QuizLayout_no-margin__10VYH{margin:0!important}.QuizLayout_no-margin--top__28X31{margin-top:0!important}.QuizLayout_no-margin--left__gXdu8{margin-left:0!important}.QuizLayout_no-margin--bottom__2L0Pb{margin-bottom:0!important}.QuizLayout_no-margin--right__O3kCM{margin-right:0!important}.QuizLayout_modalOverlay__1CGJO{background-color:rgba(41,57,77,.4);bottom:0;left:0;position:fixed;right:0;top:0;z-index:99999}.QuizLayout_modalContent__3eYHA{align-items:center;background:transparent;border:none;border-radius:4px;bottom:0;display:flex;justify-content:center;left:0;outline:none;padding:0;position:absolute;right:0;top:0}.QuizLayout_modalContentAfterOpen__1Iour .QuizLayout_confirm__s0xui{opacity:1;top:0}.QuizLayout_modalContentBeforeClose__1ZVu9 .QuizLayout_confirm__s0xui{opacity:0;top:50%}.QuizLayout_confirm__s0xui{background:#f8f9fa;border-radius:5px;box-shadow:0 0 10px rgba(41,57,77,.25);height:90%;max-width:90%;opacity:0;overflow:scroll;position:relative;top:50%;transition:all .2s ease-in-out;width:90%}.QuizLayout_close__jaAFr{background:#fff;border:1px solid #f1f2f4;border-radius:50%;color:#3c4e64;cursor:pointer;height:36px;position:absolute;right:5px;top:5px;width:36px;z-index:1}.QuizLayout_close__jaAFr,.QuizLayout_header__3k-2E{align-items:center;display:flex;justify-content:center}.QuizLayout_header__3k-2E{background:#f3faff;border-bottom:1px solid #c7e8fe;border-radius:5px 5px 0 0;color:#2495e1;font-size:22px;height:60px;line-height:26px;position:relative;width:100%}.QuizLayout_header__3k-2E .QuizLayout_icon__iDqpC{align-items:flex-start;background:#f3faff;border-bottom-left-radius:45px;border-bottom-right-radius:45px;border-top:none!important;border:1px solid #c7e8fe;bottom:-45px;display:flex;height:45px;justify-content:center;position:absolute;right:50%;-webkit-transform:translateX(50%);transform:translateX(50%);width:90px}.QuizLayout_body__12iHz{border-bottom:1px solid #f1f2f4;color:#29394d;font-size:18px;line-height:21px;padding:20px;width:100%}.QuizLayout_body__12iHz p{text-align:left}.QuizLayout_question__SLYq7{border-bottom:1px solid #f1f2f4;margin-bottom:1rem;padding-bottom:1rem}.QuizLayout_question__SLYq7 li{margin-bottom:10px}.QuizLayout_question__SLYq7 li label{cursor:pointer}.QuizLayout_question_title__OvQ8j{margin-bottom:1rem}.QuizLayout_footer__2pdA4{height:95px;width:100%}.QuizLayout_footer__2pdA4,.QuizLayout_yes__rVTb1{align-items:center;display:flex;justify-content:center}.QuizLayout_yes__rVTb1{background-color:#2495e1;border:0;border-radius:5px;color:#fff;cursor:pointer;font-size:16px;font-weight:500;height:44px;line-height:19px;text-transform:uppercase;transition:opacity .3s ease-in-out;width:294px}.QuizLayout_yes__rVTb1:hover{opacity:.8}@media screen and (max-width:39.9375em){.QuizLayout_body__12iHz{padding-left:1rem;padding-right:1rem}}#adjuster{background-color:#fff;cursor:row-resize;display:flex;height:1rem;justify-content:center;position:absolute;top:0;width:100%}.sun-editor{border:none!important}#ttp-editor .sun-editor-editable{color:#29394d!important;font-size:16px!important;line-height:22px!important;padding:16px 10px!important;text-align:left}#ttp-editor .sun-editor-editable p{margin-bottom:16px!important}#ttp-editor .sun-editor-editable h2,#ttp-editor .sun-editor-editable h3,#ttp-editor .sun-editor-editable h4,#ttp-editor .sun-editor-editable h5,#ttp-editor .sun-editor-editable h6{font-weight:500;margin:1rem 0!important}#ttp-editor .sun-editor-editable h2{font-size:22px;line-height:28px}#ttp-editor .sun-editor-editable h3{font-size:20px;line-height:26px}#ttp-editor .sun-editor-editable h4{font-size:18px;line-height:24px}#ttp-editor .sun-editor-editable h5{font-size:16px;line-height:22px}#ttp-editor .sun-editor-editable h6{font-size:14px;line-height:20px}#ttp-editor .sun-editor-editable table{width:100%!important}#ttp-editor .sun-editor-editable blockquote{border-color:#cacaca;border-width:0 0 0 1px;color:#8a8a8a!important}#ttp-editor .sun-editor .se-wrapper{border:1px solid rgba(109,127,146,.3);border-radius:4px;margin-top:10px}#ttp-editor .sun-editor .se-toolbar{background-color:#fff!important;outline:none!important}#ttp-editor .sun-editor .se-wrapper .se-placeholder{padding-left:10px!important}#ttp-editor .sun-editor .se-btn:enabled:focus,#ttp-editor .sun-editor .se-btn:enabled:hover{background-color:rgba(109,127,146,.21)!important}#ttp-editor .sun-editor .se-btn-module-border{background-color:#f1f2f4!important}#ttp-editor .sun-editor .se-menu-list li{margin:0 2px!important}#ttp-editor .sun-editor .se-btn{background-color:#f1f2f4!important;color:#6d7f92!important}#ttp-editor .sun-editor .se-btn:enabled.active{color:#4592ff!important}#ttp-editor .sun-editor .se-btn-list:disabled,#ttp-editor .sun-editor .se-btn:disabled,#ttp-editor .sun-editor button:disabled{background-color:#fafafa!important}#ttp-editor .DraftEditor-root{color:#29394d!important}#ttp-editor .editor-img{margin:.5rem!important}#ttp-editor .editor-toolbar{border:none!important}#ttp-editor .editor-toolbar>div{margin-right:10px!important}#ttp-editor .editor-toolbar .rdw-option-wrapper{background:#f1f2f4;border:none;border-radius:2px;height:31px;margin:0;min-width:31px}#ttp-editor .editor-toolbar .rdw-option-wrapper.rdw-option-active,#ttp-editor .editor-toolbar .rdw-option-wrapper:hover{background-color:rgba(109,127,146,.21);box-shadow:none}#ttp-editor .editor-toolbar .rdw-history-wrapper>div,#ttp-editor .editor-toolbar .rdw-list-wrapper>div{margin-right:4px}#ttp-editor .editor-toolbar .rdw-link-wrapper .rdw-link-modal{height:auto;left:auto;right:calc(100% - 60px)}#ttp-editor .editor-toolbar .rdw-link-wrapper .rdw-link-modal-label{color:#3c4e64;font-size:12px;font-weight:500;line-height:14px}#ttp-editor .editor-toolbar .rdw-link-wrapper .rdw-link-modal-input{color:#29394d;font-size:14px;font-weight:500;height:auto;line-height:16px;min-height:30px;padding:5px}#ttp-editor .editor-toolbar .rdw-link-wrapper .rdw-link-modal-target-option{align-items:center;display:flex}#ttp-editor .editor-toolbar .rdw-link-wrapper .rdw-link-modal-target-option span{font-size:12px;line-height:14px}#ttp-editor .editor-toolbar .rdw-link-wrapper .rdw-link-modal-btn{background:#18a0fb linear-gradient(180deg,#3baefc,#18a0fb) repeat-x;border-color:#18a0fb;box-shadow:0 1px 0 hsla(0,0%,100%,.15),0 1px 1px rgba(0,0,0,.075);color:#fff}#ttp-editor .editor-toolbar .rdw-link-wrapper .rdw-link-modal-btn:disabled{background:#ececec linear-gradient(180deg,#efefef,#ececec) repeat-x;border-color:#e6e6e6;color:#999}#ttp-editor .editor-toolbar .rdw-link-wrapper .rdw-link-modal-btn:nth-child(2){background:#fff linear-gradient(180deg,#fff,#fff) repeat-x;border-color:#fff;box-shadow:0 1px 0 hsla(0,0%,100%,.15),0 1px 1px rgba(0,0,0,.075);color:#212529}#ttp-editor .DraftEditor-editorContainer,#ttp-editor .public-DraftEditorPlaceholder-root{padding-left:10px}#ttp-editor .DraftEditor-editorContainer{margin-top:1rem}#ttp-editor .public-DraftStyleDefault-block{margin:0}#ttp-editor .editor-iframeContainer{height:360px;margin:0 auto;width:640px}#ttp-editor .editor-viframe{height:100%;width:100%}#ttp-editor .se-custom-quote{width:300px}#ttp-editor .sun-editor .se-list-layer{margin-top:5px;padding:6px!important}#ttp-editor .sun-editor .se-submenu .se-form-group input{padding:5px}#ttp-editor .se-plugin-btn{background:#18a0fb linear-gradient(180deg,#3baefc,#18a0fb) repeat-x;border-color:#18a0fb;border-radius:5px;color:#fff!important;width:100%!important}@-webkit-keyframes imgRotation{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes imgRotation{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.ed-img-rotating{-webkit-animation:imgRotation 1s linear infinite;animation:imgRotation 1s linear infinite}.se-article-embed{border:none!important;border-radius:8px;box-shadow:0 4px 10px rgba(41,57,77,.1);display:flex!important;margin-bottom:10px!important;outline:none!important;width:100%}.article-embed-img{background-color:#eee;background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:8px 0 0 8px;color:transparent;display:block;height:220px;position:relative;width:40%}.article-embed-tmpl{background-color:#fff;display:flex!important;flex-direction:column;height:220px;justify-content:center;margin:0!important;padding:1rem!important;position:relative;width:60%}.article-embed-tmpl a{text-decoration:none!important}.article-embed-tmpl .article-embed-cat{background:#eee;border-radius:2px 8px 2px 2px;color:#fff;font-size:12px;letter-spacing:.02em;margin-bottom:auto;margin-left:auto;overflow:hidden;padding:4px 14px;position:absolute;right:0;text-overflow:ellipsis;text-shadow:0 4px 4px rgba(41,57,77,.1);top:0;white-space:nowrap;z-index:1}.article-embed-tmpl .article-embed-com{border-left:3px solid #eee;color:#3c4e64;font-size:14px;height:20px;line-height:20px;margin-bottom:20px;margin-top:10px;max-width:100%;overflow:hidden;padding-left:6px;position:relative;text-overflow:ellipsis;white-space:nowrap;z-index:1}.article-embed-tmpl .title{-webkit-line-clamp:4;-webkit-box-orient:vertical;color:#29394d;display:block;display:-webkit-box;font-family:Roboto;font-size:18px;font-weight:500;line-height:1.266;margin-bottom:20px;max-height:90px;overflow:hidden;text-align:left;text-overflow:ellipsis}.ttp-quote{border:none!important;color:#6d7f92;font-size:18px;font-style:italic;font-weight:300;line-height:25px;padding-left:100px!important;position:relative}.ttp-quote:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='54' height='38' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.446 19.375c2.083 2.103 3.124 4.656 3.124 7.66 0 3.004-1.041 5.607-3.124 7.81C16.364 36.948 13.835 38 10.86 38c-2.975 0-5.553-1.05-7.735-3.154C1.041 32.642 0 30.04 0 27.035c0-4.906 2.132-10.063 6.397-15.47 4.088-5.067 9.745-8.77 16.968-11.112a1.7 1.7 0 0 1 2.082.97c.396.933-.088 2.004-1.037 2.36-3.71 1.394-6.938 3.086-9.683 5.078-3.074 2.203-5.058 4.055-5.95 5.557-.428.768.458 1.874 1.335 1.824.24-.014.49-.021.748-.021 2.975 0 5.504 1.051 7.586 3.154zm27.818 0c2.083 2.103 3.124 4.656 3.124 7.66 0 3.004-1.04 5.607-3.123 7.81C44.181 36.948 41.652 38 38.677 38c-2.975 0-5.554-1.05-7.736-3.154-2.082-2.203-3.124-4.806-3.124-7.81 0-4.906 2.132-10.063 6.397-15.47C38.304 6.498 43.96 2.795 51.183.453a1.7 1.7 0 0 1 2.082.97c.397.933-.087 2.004-1.037 2.36-3.71 1.394-6.937 3.086-9.683 5.078-3.074 2.203-5.057 4.055-5.95 5.557-.428.768.458 1.874 1.335 1.824.24-.014.49-.021.748-.021 2.975 0 5.504 1.051 7.587 3.154z' fill='%236D7F92' fill-opacity='.2'/%3E%3C/svg%3E");content:"";height:38px;left:20px;position:absolute;top:20%;width:54px}.ttp-quote .ttp-author{display:block;font-size:12px;font-style:normal;text-transform:uppercase}*{box-sizing:border-box;margin:0;padding:0}body{color:#29394d;font-family:Roboto;font-size:16px;font-weight:400;line-height:22px}body a{color:inherit;text-decoration:none}body ul{list-style-type:none;margin:0}body button{cursor:pointer}
/*# sourceMappingURL=main.e306efdb.css.map*/