:root{--header-height: 115px;--zoom: .9;--primary: #f8585c;--pink: #f5658c;--yellow: #fdb258;--text: #666666;--black: #111111}*{box-sizing:border-box}html{zoom:var(--zoom)}body{margin:0;font-family:Poppins,sans-serif}.tooltip{font-family:Poppins,sans-serif}.tooltip.show{opacity:1}.tooltip-inner{padding:14px 17px;font-family:Poppins;font-size:16px;font-weight:500;line-height:16px;text-align:center;border-radius:8px}.bs-tooltip-top .tooltip-arrow{left:15px!important;transform:scale(1.5)!important}@media (max-width: 1919px){:root{--zoom: .85}.tooltip{pointer-events:none!important;visibility:hidden}.modal-backdrop{width:100%;height:100%;transform:none!important}}@media (max-width: 1599px){:root{--zoom: .75}}@media (max-width: 1439px){:root{--zoom: .75}}@media (max-width: 1279px){:root{--zoom: .55}}@media (max-width: 768px){:root{--zoom: 1}}:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: #e74c3c;--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-toast-width: 320px;--toastify-toast-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( to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55 );--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error)}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:1em;left:1em}.Toastify__toast-container--top-center{top:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:1em;right:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width : 480px){.Toastify__toast-container{width:100vw;padding:0;left:0;margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:0;transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:0;transform:translate(0)}.Toastify__toast-container--rtl{right:0;left:initial}}.Toastify__toast{position:relative;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:4px;box-shadow:0 1px 10px #0000001a,0 2px 15px #0000000d;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;max-height:var(--toastify-toast-max-height);overflow:hidden;font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;-ms-flex:1 1 auto;flex:1 1 auto;padding:6px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;-ms-flex:1;flex:1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;-ms-flex-negative:0;flex-shrink:0;display:-ms-flexbox;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.7s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width : 480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;-ms-flex-item-align:start;align-self:flex-start}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:5px;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(110%,0,0)}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-110%,0,0)}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.rdw-option-wrapper{border:1px solid #F1F1F1;padding:5px;min-width:25px;height:20px;border-radius:2px;margin:0 4px;display:flex;justify-content:center;align-items:center;cursor:pointer;background:#fff;text-transform:capitalize}.rdw-option-wrapper:hover{box-shadow:1px 1px #bfbdbd}.rdw-option-wrapper:active,.rdw-option-active{box-shadow:1px 1px #bfbdbd inset}.rdw-option-disabled{opacity:.3;cursor:default}.rdw-dropdown-wrapper{height:30px;cursor:pointer;border:1px solid #F1F1F1;border-radius:2px;margin:0 3px;text-transform:capitalize;background:#fff}.rdw-dropdown-wrapper:focus{outline:none}.rdw-dropdown-wrapper:hover{box-shadow:1px 1px #bfbdbd;background-color:#fff}.rdw-dropdown-wrapper:active{box-shadow:1px 1px #bfbdbd inset}.rdw-dropdown-carettoopen{height:0px;width:0px;position:absolute;top:35%;right:10%;border-top:6px solid black;border-left:5px solid transparent;border-right:5px solid transparent}.rdw-dropdown-carettoclose{height:0px;width:0px;position:absolute;top:35%;right:10%;border-bottom:6px solid black;border-left:5px solid transparent;border-right:5px solid transparent}.rdw-dropdown-selectedtext{display:flex;position:relative;height:100%;align-items:center;padding:0 5px}.rdw-dropdown-optionwrapper{z-index:100;position:relative;border:1px solid #F1F1F1;width:98%;background:#fff;border-radius:2px;margin:0;padding:0;max-height:250px;overflow-y:scroll}.rdw-dropdown-optionwrapper:hover{box-shadow:1px 1px #bfbdbd;background-color:#fff}.rdw-dropdownoption-default{min-height:25px;display:flex;align-items:center;padding:0 5px}.rdw-dropdownoption-highlighted{background:#f1f1f1}.rdw-dropdownoption-active{background:#f5f5f5}.rdw-dropdownoption-disabled{opacity:.3;cursor:default}.rdw-inline-wrapper{display:flex;align-items:center;margin-bottom:6px;flex-wrap:wrap}.rdw-inline-dropdown{width:50px}.rdw-inline-dropdownoption{height:40px;display:flex;justify-content:center}.rdw-block-wrapper{display:flex;align-items:center;margin-bottom:6px;flex-wrap:wrap}.rdw-block-dropdown{width:110px}.rdw-fontsize-wrapper{display:flex;align-items:center;margin-bottom:6px;flex-wrap:wrap}.rdw-fontsize-dropdown{min-width:40px}.rdw-fontsize-option{display:flex;justify-content:center}.rdw-fontfamily-wrapper{display:flex;align-items:center;margin-bottom:6px;flex-wrap:wrap}.rdw-fontfamily-dropdown{width:115px}.rdw-fontfamily-placeholder{white-space:nowrap;max-width:90px;overflow:hidden;text-overflow:ellipsis}.rdw-fontfamily-optionwrapper{width:140px}.rdw-list-wrapper{display:flex;align-items:center;margin-bottom:6px;flex-wrap:wrap}.rdw-list-dropdown{width:50px;z-index:90}.rdw-list-dropdownOption{height:40px;display:flex;justify-content:center}.rdw-text-align-wrapper{display:flex;align-items:center;margin-bottom:6px;flex-wrap:wrap}.rdw-text-align-dropdown{width:50px;z-index:90}.rdw-text-align-dropdownOption{height:40px;display:flex;justify-content:center}.rdw-right-aligned-block{text-align:right}.rdw-left-aligned-block{text-align:left!important}.rdw-center-aligned-block{text-align:center!important}.rdw-justify-aligned-block{text-align:justify!important}.rdw-right-aligned-block>div{display:inline-block}.rdw-left-aligned-block>div{display:inline-block}.rdw-center-aligned-block>div{display:inline-block}.rdw-justify-aligned-block>div{display:inline-block}.rdw-colorpicker-wrapper{display:flex;align-items:center;margin-bottom:6px;position:relative;flex-wrap:wrap}.rdw-colorpicker-modal{position:absolute;top:35px;left:5px;display:flex;flex-direction:column;width:175px;height:175px;border:1px solid #F1F1F1;padding:15px;border-radius:2px;z-index:100;background:#fff;box-shadow:3px 3px 5px #bfbdbd}.rdw-colorpicker-modal-header{display:flex;padding-bottom:5px}.rdw-colorpicker-modal-style-label{font-size:15px;width:50%;text-align:center;cursor:pointer;padding:0 10px 5px}.rdw-colorpicker-modal-style-label-active{border-bottom:2px solid #0a66b7}.rdw-colorpicker-modal-options{margin:5px auto;display:flex;width:100%;height:100%;flex-wrap:wrap;overflow:scroll}.rdw-colorpicker-cube{width:22px;height:22px;border:1px solid #F1F1F1}.rdw-colorpicker-option{margin:3px;padding:0;min-height:20px;border:none;width:22px;height:22px;min-width:22px;box-shadow:1px 2px 1px #bfbdbd inset}.rdw-colorpicker-option:hover{box-shadow:1px 2px 1px #bfbdbd}.rdw-colorpicker-option:active{box-shadow:-1px -2px 1px #bfbdbd}.rdw-colorpicker-option-active{box-shadow:0 0 2px 2px #bfbdbd}.rdw-link-wrapper{display:flex;align-items:center;margin-bottom:6px;position:relative;flex-wrap:wrap}.rdw-link-dropdown{width:50px}.rdw-link-dropdownOption{height:40px;display:flex;justify-content:center}.rdw-link-dropdownPlaceholder{margin-left:8px}.rdw-link-modal{position:absolute;top:35px;left:5px;display:flex;flex-direction:column;width:235px;height:205px;border:1px solid #F1F1F1;padding:15px;border-radius:2px;z-index:100;background:#fff;box-shadow:3px 3px 5px #bfbdbd}.rdw-link-modal-label{font-size:15px}.rdw-link-modal-input{margin-top:5px;border-radius:2px;border:1px solid #F1F1F1;height:25px;margin-bottom:15px;padding:0 5px}.rdw-link-modal-input:focus{outline:none}.rdw-link-modal-buttonsection{margin:0 auto}.rdw-link-modal-target-option{margin-bottom:20px}.rdw-link-modal-target-option>span{margin-left:5px}.rdw-link-modal-btn{margin-left:10px;width:75px;height:30px;border:1px solid #F1F1F1;border-radius:2px;cursor:pointer;background:#fff;text-transform:capitalize}.rdw-link-modal-btn:hover{box-shadow:1px 1px #bfbdbd}.rdw-link-modal-btn:active{box-shadow:1px 1px #bfbdbd inset}.rdw-link-modal-btn:focus{outline:none!important}.rdw-link-modal-btn:disabled{background:#ece9e9}.rdw-link-dropdownoption{height:40px;display:flex;justify-content:center}.rdw-embedded-wrapper{display:flex;align-items:center;margin-bottom:6px;position:relative;flex-wrap:wrap}.rdw-embedded-modal{position:absolute;top:35px;left:5px;display:flex;flex-direction:column;width:235px;height:180px;border:1px solid #F1F1F1;padding:15px;border-radius:2px;z-index:100;background:#fff;justify-content:space-between;box-shadow:3px 3px 5px #bfbdbd}.rdw-embedded-modal-header{font-size:15px;display:flex}.rdw-embedded-modal-header-option{width:50%;cursor:pointer;display:flex;justify-content:center;align-items:center;flex-direction:column}.rdw-embedded-modal-header-label{width:95px;border:1px solid #f1f1f1;margin-top:5px;background:#6eb8d4;border-bottom:2px solid #0a66b7}.rdw-embedded-modal-link-section{display:flex;flex-direction:column}.rdw-embedded-modal-link-input{width:88%;height:35px;margin:10px 0;border:1px solid #F1F1F1;border-radius:2px;font-size:15px;padding:0 5px}.rdw-embedded-modal-link-input-wrapper{display:flex;align-items:center}.rdw-embedded-modal-link-input:focus{outline:none}.rdw-embedded-modal-btn-section{display:flex;justify-content:center}.rdw-embedded-modal-btn{margin:0 3px;width:75px;height:30px;border:1px solid #F1F1F1;border-radius:2px;cursor:pointer;background:#fff;text-transform:capitalize}.rdw-embedded-modal-btn:hover{box-shadow:1px 1px #bfbdbd}.rdw-embedded-modal-btn:active{box-shadow:1px 1px #bfbdbd inset}.rdw-embedded-modal-btn:focus{outline:none!important}.rdw-embedded-modal-btn:disabled{background:#ece9e9}.rdw-embedded-modal-size{align-items:center;display:flex;margin:8px 0;justify-content:space-between}.rdw-embedded-modal-size-input{width:80%;height:20px;border:1px solid #F1F1F1;border-radius:2px;font-size:12px}.rdw-embedded-modal-size-input:focus{outline:none}.rdw-emoji-wrapper{display:flex;align-items:center;margin-bottom:6px;position:relative;flex-wrap:wrap}.rdw-emoji-modal{overflow:auto;position:absolute;top:35px;left:5px;display:flex;flex-wrap:wrap;width:235px;height:180px;border:1px solid #F1F1F1;padding:15px;border-radius:2px;z-index:100;background:#fff;box-shadow:3px 3px 5px #bfbdbd}.rdw-emoji-icon{margin:2.5px;height:24px;width:24px;cursor:pointer;font-size:22px;display:flex;justify-content:center;align-items:center}.rdw-spinner{display:flex;align-items:center;justify-content:center;height:100%;width:100%}.rdw-spinner>div{width:12px;height:12px;background-color:#333;border-radius:100%;display:inline-block;-webkit-animation:sk-bouncedelay 1.4s infinite ease-in-out both;animation:sk-bouncedelay 1.4s infinite ease-in-out both}.rdw-spinner .rdw-bounce1{-webkit-animation-delay:-.32s;animation-delay:-.32s}.rdw-spinner .rdw-bounce2{-webkit-animation-delay:-.16s;animation-delay:-.16s}@-webkit-keyframes sk-bouncedelay{0%,80%,to{-webkit-transform:scale(0)}40%{-webkit-transform:scale(1)}}@keyframes sk-bouncedelay{0%,80%,to{-webkit-transform:scale(0);transform:scale(0)}40%{-webkit-transform:scale(1);transform:scale(1)}}.rdw-image-wrapper{display:flex;align-items:center;margin-bottom:6px;position:relative;flex-wrap:wrap}.rdw-image-modal{position:absolute;top:35px;left:5px;display:flex;flex-direction:column;width:235px;border:1px solid #F1F1F1;padding:15px;border-radius:2px;z-index:100;background:#fff;box-shadow:3px 3px 5px #bfbdbd}.rdw-image-modal-header{font-size:15px;margin:10px 0;display:flex}.rdw-image-modal-header-option{width:50%;cursor:pointer;display:flex;justify-content:center;align-items:center;flex-direction:column}.rdw-image-modal-header-label{width:80px;background:#f1f1f1;border:1px solid #f1f1f1;margin-top:5px}.rdw-image-modal-header-label-highlighted{background:#6eb8d4;border-bottom:2px solid #0a66b7}.rdw-image-modal-upload-option{width:100%;color:gray;cursor:pointer;display:flex;border:none;font-size:15px;align-items:center;justify-content:center;background-color:#f1f1f1;outline:2px dashed gray;outline-offset:-10px;margin:10px 0;padding:9px 0}.rdw-image-modal-upload-option-highlighted{outline:2px dashed #0a66b7}.rdw-image-modal-upload-option-label{cursor:pointer;height:100%;width:100%;display:flex;justify-content:center;align-items:center;padding:15px}.rdw-image-modal-upload-option-label span{padding:0 20px}.rdw-image-modal-upload-option-image-preview{max-width:100%;max-height:200px}.rdw-image-modal-upload-option-input{width:.1px;height:.1px;opacity:0;overflow:hidden;position:absolute;z-index:-1}.rdw-image-modal-url-section{display:flex;align-items:center}.rdw-image-modal-url-input{width:90%;height:35px;margin:15px 0 12px;border:1px solid #F1F1F1;border-radius:2px;font-size:15px;padding:0 5px}.rdw-image-modal-btn-section{margin:10px auto 0}.rdw-image-modal-url-input:focus{outline:none}.rdw-image-modal-btn{margin:0 5px;width:75px;height:30px;border:1px solid #F1F1F1;border-radius:2px;cursor:pointer;background:#fff;text-transform:capitalize}.rdw-image-modal-btn:hover{box-shadow:1px 1px #bfbdbd}.rdw-image-modal-btn:active{box-shadow:1px 1px #bfbdbd inset}.rdw-image-modal-btn:focus{outline:none!important}.rdw-image-modal-btn:disabled{background:#ece9e9}.rdw-image-modal-spinner{position:absolute;top:-3px;left:0;width:100%;height:100%;opacity:.5}.rdw-image-modal-alt-input{width:70%;height:20px;border:1px solid #F1F1F1;border-radius:2px;font-size:12px;margin-left:5px}.rdw-image-modal-alt-input:focus{outline:none}.rdw-image-modal-alt-lbl{font-size:12px}.rdw-image-modal-size{align-items:center;display:flex;margin:8px 0;justify-content:space-between}.rdw-image-modal-size-input{width:40%;height:20px;border:1px solid #F1F1F1;border-radius:2px;font-size:12px}.rdw-image-modal-size-input:focus{outline:none}.rdw-image-mandatory-sign{color:red;margin-left:3px;margin-right:3px}.rdw-remove-wrapper{display:flex;align-items:center;margin-bottom:6px;position:relative;flex-wrap:wrap}.rdw-history-wrapper{display:flex;align-items:center;margin-bottom:6px;flex-wrap:wrap}.rdw-history-dropdownoption{height:40px;display:flex;justify-content:center}.rdw-history-dropdown{width:50px}.rdw-link-decorator-wrapper{position:relative}.rdw-link-decorator-icon{position:absolute;left:40%;top:0;cursor:pointer;background-color:#fff}.rdw-mention-link{text-decoration:none;color:#1236ff;background-color:#f0fbff;padding:1px 2px;border-radius:2px}.rdw-suggestion-wrapper{position:relative}.rdw-suggestion-dropdown{position:absolute;display:flex;flex-direction:column;border:1px solid #F1F1F1;min-width:100px;max-height:150px;overflow:auto;background:#fff;z-index:100}.rdw-suggestion-option{padding:7px 5px;border-bottom:1px solid #f1f1f1}.rdw-suggestion-option-active{background-color:#f1f1f1}.rdw-hashtag-link{text-decoration:none;color:#1236ff;background-color:#f0fbff;padding:1px 2px;border-radius:2px}.rdw-image-alignment-options-popup{position:absolute;background:#fff;display:flex;padding:5px 2px;border-radius:2px;border:1px solid #F1F1F1;width:105px;cursor:pointer;z-index:100}.rdw-alignment-option-left{justify-content:flex-start}.rdw-image-alignment-option{height:15px;width:15px;min-width:15px}.rdw-image-alignment,.rdw-image-imagewrapper{position:relative}.rdw-image-center{display:flex;justify-content:center}.rdw-image-left{display:flex}.rdw-image-right{display:flex;justify-content:flex-end}.rdw-image-alignment-options-popup-right{right:0}.rdw-editor-main{height:100%;overflow:auto;box-sizing:border-box}.rdw-editor-toolbar{padding:6px 5px 0;border-radius:2px;border:1px solid #F1F1F1;display:flex;justify-content:flex-start;background:#fff;flex-wrap:wrap;font-size:15px;margin-bottom:5px;user-select:none}.public-DraftStyleDefault-block{margin:1em 0}.rdw-editor-wrapper:focus{outline:none}.rdw-editor-wrapper{box-sizing:content-box}.rdw-editor-main blockquote{border-left:5px solid #f1f1f1;padding-left:5px}.rdw-editor-main pre{background:#f1f1f1;border-radius:3px;padding:1px 10px}.DraftEditor-editorContainer,.DraftEditor-root,.public-DraftEditor-content{height:inherit;text-align:initial}.public-DraftEditor-content[contenteditable=true]{-webkit-user-modify:read-write-plaintext-only}.DraftEditor-root{position:relative}.DraftEditor-editorContainer{background-color:#fff0;border-left:.1px solid transparent;position:relative;z-index:1}.public-DraftEditor-block{position:relative}.DraftEditor-alignLeft .public-DraftStyleDefault-block{text-align:left}.DraftEditor-alignLeft .public-DraftEditorPlaceholder-root{left:0;text-align:left}.DraftEditor-alignCenter .public-DraftStyleDefault-block{text-align:center}.DraftEditor-alignCenter .public-DraftEditorPlaceholder-root{margin:0 auto;text-align:center;width:100%}.DraftEditor-alignRight .public-DraftStyleDefault-block{text-align:right}.DraftEditor-alignRight .public-DraftEditorPlaceholder-root{right:0;text-align:right}.public-DraftEditorPlaceholder-root{color:#9197a3;position:absolute;z-index:0}.public-DraftEditorPlaceholder-hasFocus{color:#bdc1c9}.DraftEditorPlaceholder-hidden{display:none}.public-DraftStyleDefault-block{position:relative;white-space:pre-wrap}.public-DraftStyleDefault-ltr{direction:ltr;text-align:left}.public-DraftStyleDefault-rtl{direction:rtl;text-align:right}.public-DraftStyleDefault-listLTR{direction:ltr}.public-DraftStyleDefault-listRTL{direction:rtl}.public-DraftStyleDefault-ol,.public-DraftStyleDefault-ul{margin:16px 0;padding:0}.public-DraftStyleDefault-depth0.public-DraftStyleDefault-listLTR{margin-left:1.5em}.public-DraftStyleDefault-depth0.public-DraftStyleDefault-listRTL{margin-right:1.5em}.public-DraftStyleDefault-depth1.public-DraftStyleDefault-listLTR{margin-left:3em}.public-DraftStyleDefault-depth1.public-DraftStyleDefault-listRTL{margin-right:3em}.public-DraftStyleDefault-depth2.public-DraftStyleDefault-listLTR{margin-left:4.5em}.public-DraftStyleDefault-depth2.public-DraftStyleDefault-listRTL{margin-right:4.5em}.public-DraftStyleDefault-depth3.public-DraftStyleDefault-listLTR{margin-left:6em}.public-DraftStyleDefault-depth3.public-DraftStyleDefault-listRTL{margin-right:6em}.public-DraftStyleDefault-depth4.public-DraftStyleDefault-listLTR{margin-left:7.5em}.public-DraftStyleDefault-depth4.public-DraftStyleDefault-listRTL{margin-right:7.5em}.public-DraftStyleDefault-unorderedListItem{list-style-type:square;position:relative}.public-DraftStyleDefault-unorderedListItem.public-DraftStyleDefault-depth0{list-style-type:disc}.public-DraftStyleDefault-unorderedListItem.public-DraftStyleDefault-depth1{list-style-type:circle}.public-DraftStyleDefault-orderedListItem{list-style-type:none;position:relative}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-listLTR:before{left:-36px;position:absolute;text-align:right;width:30px}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-listRTL:before{position:absolute;right:-36px;text-align:left;width:30px}.public-DraftStyleDefault-orderedListItem:before{content:counter(ol0) ". ";counter-increment:ol0}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth1:before{content:counter(ol1) ". ";counter-increment:ol1}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth2:before{content:counter(ol2) ". ";counter-increment:ol2}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth3:before{content:counter(ol3) ". ";counter-increment:ol3}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth4:before{content:counter(ol4) ". ";counter-increment:ol4}.public-DraftStyleDefault-depth0.public-DraftStyleDefault-reset{counter-reset:ol0}.public-DraftStyleDefault-depth1.public-DraftStyleDefault-reset{counter-reset:ol1}.public-DraftStyleDefault-depth2.public-DraftStyleDefault-reset{counter-reset:ol2}.public-DraftStyleDefault-depth3.public-DraftStyleDefault-reset{counter-reset:ol3}.public-DraftStyleDefault-depth4.public-DraftStyleDefault-reset{counter-reset:ol4}.styles-module__ConfirmButton__ReyiC{position:relative;border:none;border-radius:50%;overflow:hidden;background-color:#fff;box-shadow:0 34px 34px -18px #004cbd14;transition:opacity .2s}.styles-module__ConfirmButton__ReyiC.styles-module__withWidth__MxHKl{padding:0}.styles-module__ConfirmButton__ReyiC.styles-module__withWidth__MxHKl img{width:100%;height:100%}.styles-module__ConfirmButton__ReyiC:focus{outline:none}.styles-module__ConfirmButton__ReyiC:disabled{opacity:.5;cursor:not-allowed}.styles-module__backdrop__jxg19{min-width:calc(100vw / var(--zoom));min-height:calc(100vh / var(--zoom))}div:has(.styles-module__dialog__kMH0d){z-index:99999}.styles-module__dialog__kMH0d{max-width:1100px}@media (max-width: 768px){.styles-module__dialog__kMH0d{z-index:99999!important;margin:0}}.styles-module__ViewerNotesModal__rwUbQ{display:flex;flex-direction:column;justify-content:space-between;position:relative;border-radius:25px;height:700px;padding:60px 60px 40px}@media (max-width: 768px){.styles-module__ViewerNotesModal__rwUbQ{justify-content:unset;height:100dvh;padding-top:81px;padding-left:20px;padding-right:20px;border-radius:0}}.styles-module__ViewerNotesModal__rwUbQ .styles-module__closeButton__1azFK{position:absolute;top:22px;right:20px;padding:0;background-color:transparent;border:none}.styles-module__ViewerNotesModal__rwUbQ .styles-module__notesContainer__beEuZ{display:flex;flex-direction:column;align-items:center}.styles-module__ViewerNotesModal__rwUbQ .styles-module__notesContainer__beEuZ .styles-module__notes__xhJMc{width:100%;height:474px;padding-top:20px;padding-left:20px;padding-right:20px;overflow-y:auto;background-color:#f5f6f7;box-shadow:0 16px 34px -18px #004cbd14;border-radius:20px}@media (max-width: 768px){.styles-module__ViewerNotesModal__rwUbQ .styles-module__notesContainer__beEuZ .styles-module__notes__xhJMc{height:255px;margin-bottom:16px;padding:16px 20px;font-size:18px;border-radius:18px}}.styles-module__ViewerNotesModal__rwUbQ .styles-module__footer__KYqv7{display:flex;justify-content:flex-end}.rdw-dropdown-selectedtext{display:unset;padding:0}.rdw-dropdown-selectedtext .rdw-dropdown-carettoopen,.rdw-dropdown-selectedtext .rdw-dropdown-carettoclose{display:none}.rdw-option-active{box-shadow:none}.rdw-option-wrapper{border:2px solid #000000;border-radius:8px;overflow:hidden}.rdw-option-wrapper:hover{box-shadow:none}.rdw-dropdown-optionwrapper{overflow:visible}.rdw-editor-toolbar{display:flex;gap:24px;align-items:center;height:57px;margin-bottom:0;padding:0;position:absolute;bottom:51px;border:none}.rdw-editor-toolbar .rdw-inline-wrapper{position:relative;top:5px;height:100%;gap:23px}.rdw-editor-toolbar .rdw-history-wrapper{display:flex;gap:16px;padding-top:5px;height:55px}.rdw-editor-toolbar .rdw-history-wrapper>div{width:55px;max-height:55px}.rdw-editor-toolbar .rdw-history-wrapper>div img{width:100%;height:100%}.rdw-link-wrapper{width:55px;height:55px;margin:0;padding:1px;position:relative;border-radius:50%;overflow:hidden}.rdw-link-wrapper>div img{width:100%;height:100%}.rdw-link-modal{height:unset;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%)}.rdw-link-modal-target-option{display:none}.rdw-dropdown-wrapper:has(a[title="Text Align"]){position:relative;top:-2px;left:-2px;width:26px;height:21px;border-radius:0}.rdw-dropdown-wrapper:has(a[title="Text Align"]) img{border-radius:0}.rdw-dropdown-wrapper{height:55px;width:55px;border-radius:8px;border:none}.rdw-dropdown-wrapper:hover{box-shadow:none}.rdw-dropdown-wrapper img{width:100%;border-radius:8px;overflow:hidden}.public-DraftEditor-content{border:1px solid transparent}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-listLTR:before{bottom:0}.public-DraftStyleDefault-ltr{margin:0}.DraftEditor-root{height:100%}.rdw-editor-main{padding:20px}.rdw-center-aligned-block>div{text-align:center;word-break:break-all}.rdw-left-aligned-block>div{word-break:break-all}.rdw-fontsize-wrapper{position:relative;top:10px;width:100px}.rdw-dropdown-selectedtext[title="Font Size"]{display:flex;width:100px;height:47px;padding-left:17px;font-family:Poppins;font-size:22px;font-weight:500;line-height:33px;color:#000;text-decoration:none;background-color:#f8f8f8;border-radius:5px}.rdw-dropdown-selectedtext[title="Font Size"]:after{content:"";display:block;width:14px;height:8px;margin-left:9px;background-image:url("data:image/svg+xml,%3Csvg width='14' height='8' viewBox='0 0 14 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.90944 4.98645L11.8594 0.0364532L13.2734 1.45045L6.90944 7.81445L0.545437 1.45045L1.95944 0.0364532L6.90944 4.98645Z' fill='%23666666'/%3E%3C/svg%3E%0A")}.styles-module__dialog__jWQER{max-width:937px}.styles-module__backdrop__zR3CK{min-width:calc(100vw / var(--zoom));min-height:calc(100vh / var(--zoom))}.styles-module__MeetingNotesModal__Vd5gU{position:relative;border-radius:10px;height:748px}.styles-module__MeetingNotesModal__Vd5gU .styles-module__header__JTlB8{padding-top:31px;padding-left:49px;padding-right:49px;margin-bottom:27px}.styles-module__MeetingNotesModal__Vd5gU .styles-module__header__JTlB8 .styles-module__closeIcon__uA887{position:absolute;top:45px;right:49px;width:28px;height:28px;display:block;font-size:0;background-image:url("data:image/svg+xml,%3csvg%20width='28'%20height='28'%20viewBox='0%200%2028%2028'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20opacity='0.2'%20d='M14.0526%2010.651L24.605%200.0986328L27.6194%203.113L17.067%2013.6654L27.6194%2024.2178L24.605%2027.2322L14.0526%2016.6798L3.5002%2027.2322L0.48584%2024.2178L11.0382%2013.6654L0.48584%203.113L3.5002%200.0986328L14.0526%2010.651Z'%20fill='%23666666'/%3e%3c/svg%3e");background-size:cover;cursor:pointer}.styles-module__MeetingNotesModal__Vd5gU .styles-module__header__JTlB8 h1{margin:0;font-size:48px;font-weight:600;line-height:72px;color:var(--black)}.styles-module__MeetingNotesModal__Vd5gU .styles-module__editorContainer__BUkkS{display:flex;flex-direction:column;align-items:center;padding-left:49px;padding-right:49px}.styles-module__MeetingNotesModal__Vd5gU .styles-module__editorContainer__BUkkS .styles-module__label__hlpA4{width:100%;margin-bottom:13px;font-size:24px;font-weight:400;line-height:36px;color:var(--black)}.styles-module__MeetingNotesModal__Vd5gU .styles-module__editorContainer__BUkkS .styles-module__editorWrapper__D-VQA{width:100%}.styles-module__MeetingNotesModal__Vd5gU .styles-module__editorContainer__BUkkS .styles-module__editorWrapper__D-VQA .styles-module__toolbarIcon__eklL0{height:unset;margin:0;padding:0;border:none}.styles-module__MeetingNotesModal__Vd5gU .styles-module__editorContainer__BUkkS .styles-module__editorWrapper__D-VQA .styles-module__toolbarIcon__eklL0.styles-module__left__vSRHi{transform:scale(.7)}.styles-module__MeetingNotesModal__Vd5gU .styles-module__editorContainer__BUkkS .styles-module__editorWrapper__D-VQA .styles-module__fontSizeDropdown__4ns-X{width:100px;overflow-y:auto}.styles-module__MeetingNotesModal__Vd5gU .styles-module__editorContainer__BUkkS .styles-module__editorWrapper__D-VQA .styles-module__editor__dSP6Q{height:422px;padding:26px 38px;border:1px solid #666666;border-radius:18px}.styles-module__MeetingNotesModal__Vd5gU .styles-module__editorContainer__BUkkS .styles-module__editorWrapper__D-VQA .styles-module__editor__dSP6Q li span{line-height:100%}.styles-module__MeetingNotesModal__Vd5gU .styles-module__footer__KB4Ir{display:flex;justify-content:flex-end}.styles-module__MeetingNotesModal__Vd5gU .styles-module__footer__KB4Ir .styles-module__saveButton__vW-EA{position:absolute;right:74px;bottom:43px;width:70px;height:70px;background-color:var(--primary);border-radius:50%;border:none}.styles-module__MeetingNotesModal__Vd5gU .styles-module__footer__KB4Ir .styles-module__saveButton__vW-EA img{width:29px}.styles-module__CancelButton__R4MB4{width:85px;height:85px;position:relative;top:5px;border:none;border-radius:50%;overflow:hidden;background-color:#fff;box-shadow:0 34px 34px -18px #004cbd14;transition:opacity .2s;transform:scale(1.1)}.styles-module__CancelButton__R4MB4:focus{outline:none}.styles-module__CancelButton__R4MB4:disabled{opacity:.5;cursor:not-allowed}.styles-module__CancelButton__R4MB4 svg{position:absolute;top:0;left:-18px;pointer-events:none}.styles-module__dialog__14xRs{max-width:746px;max-height:652px}@media (max-width: 768px){.styles-module__dialog__14xRs{max-width:100%;max-height:100%}}.styles-module__backdrop__I7XT3{min-width:calc(100vw / var(--zoom));min-height:calc(100vh / var(--zoom))}.styles-module__ConfirmActionModal__Sn0DZ{padding:40px 106px 48px 48px;position:relative;border-radius:15px}@media (max-width: 768px){.styles-module__ConfirmActionModal__Sn0DZ{padding:32px 24px}}.styles-module__ConfirmActionModal__Sn0DZ .styles-module__closeIcon__P0H4r{position:absolute;top:36px;right:36px;cursor:pointer}@media (max-width: 768px){.styles-module__ConfirmActionModal__Sn0DZ .styles-module__closeIcon__P0H4r{top:24px;right:24px}}.styles-module__ConfirmActionModal__Sn0DZ .styles-module__content__ZhNUs{display:flex;flex-direction:column;align-items:center;text-align:center}.styles-module__ConfirmActionModal__Sn0DZ .styles-module__content__ZhNUs h3{margin-bottom:24px;font-family:Inter;font-style:normal;font-weight:700;font-size:48px;line-height:133%;color:#444}@media (max-width: 768px){.styles-module__ConfirmActionModal__Sn0DZ .styles-module__content__ZhNUs h3{font-size:32px}}.styles-module__ConfirmActionModal__Sn0DZ .styles-module__content__ZhNUs p{margin-bottom:40px;font-size:24px;line-height:100%;color:#444;text-align:center}@media (max-width: 768px){.styles-module__ConfirmActionModal__Sn0DZ .styles-module__content__ZhNUs p{margin-bottom:24px;font-size:20px}}.styles-module__ConfirmActionModal__Sn0DZ .styles-module__content__ZhNUs .styles-module__buttons__DLNkT{display:flex;column-gap:48px;align-self:flex-end}@media (max-width: 768px){.styles-module__ConfirmActionModal__Sn0DZ .styles-module__content__ZhNUs .styles-module__buttons__DLNkT{gap:24px}}.styles-module__FilledButton__QGmXJ{min-width:120px;height:66px;padding:20px;display:flex;justify-content:center;align-items:center;border:none;border-radius:7px;font-weight:600;font-size:24px;line-height:36px;background-color:#f8585c;color:#fff}@media (max-width: 768px){.styles-module__FilledButton__QGmXJ{min-width:100px;height:52px;padding:12px;font-size:18px}}.styles-module__FilledButton__QGmXJ:disabled{opacity:.5;cursor:not-allowed}.styles-module__dialog__G7h32{max-width:640px}.styles-module__ShareMeetingSuccessModal__J0NFF{padding:12px;position:relative;border-radius:15px}.styles-module__ShareMeetingSuccessModal__J0NFF .styles-module__content__rl-kA{display:flex;flex-direction:column;align-items:center;padding-top:40px;padding-bottom:40px}.styles-module__ShareMeetingSuccessModal__J0NFF .styles-module__content__rl-kA .styles-module__closeIcon__ZnI73{position:absolute;top:15px;right:15px;cursor:pointer}.styles-module__ShareMeetingSuccessModal__J0NFF .styles-module__content__rl-kA h1{margin:0;text-align:center;font-size:22px;font-weight:700}.styles-module__ShareMeetingSuccessModal__J0NFF .styles-module__content__rl-kA p{margin:0 0 20px;text-align:center;font-size:22px}.styles-module__ShareMeetingSuccessModal__J0NFF .styles-module__content__rl-kA .styles-module__buttons__Grrmi{display:flex;flex-direction:column;gap:20px;margin-top:30px}.styles-module__SplitTemplate__zTPBI{min-height:calc(100vh / var(--zoom));display:flex}.styles-module__SplitTemplate__zTPBI .styles-module__rightSide__zMaNo{width:50%;padding:40px 80px 40px 156px;display:flex;flex-direction:column;align-items:center;box-sizing:border-box}@media (max-width: 768px){.styles-module__SplitTemplate__zTPBI .styles-module__rightSide__zMaNo{width:100%;padding:45px 20px}}.styles-module__SplitTemplate__zTPBI .styles-module__leftSide__EStUv{width:50%;display:flex;justify-content:center;position:relative;background-image:url(/assets/background-6Bpk3J-Z.jpg);background-size:cover;background-position:center;background-color:#0000008c;background-blend-mode:multiply}@media (max-width: 768px){.styles-module__SplitTemplate__zTPBI .styles-module__leftSide__EStUv{display:none}}.styles-module__SplitTemplate__zTPBI .styles-module__leftSide__EStUv img{max-height:calc(100vh / var(--zoom));width:30%}.styles-module__UnderlinedInput__5cLLD{flex:1 1;position:relative;background-repeat:no-repeat;background-position:top right;border-bottom:1px solid #111111}.styles-module__UnderlinedInput__5cLLD.styles-module__email__7GQRk{background-image:url("data:image/svg+xml,%3csvg%20width='31'%20height='25'%20viewBox='0%200%2031%2025'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M3.50781%204.57155L12.857%2011.5834C14.4655%2012.7897%2016.6771%2012.7897%2018.2856%2011.5834L27.6348%204.57147'%20stroke='%23DDDDDD'%20stroke-width='3'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M26.127%201.55557H5.01587C3.35025%201.55557%202%202.90582%202%204.57145V19.6508C2%2021.3164%203.35025%2022.6667%205.01587%2022.6667H26.127C27.7926%2022.6667%2029.1429%2021.3164%2029.1429%2019.6508V4.57145C29.1429%202.90582%2027.7926%201.55557%2026.127%201.55557Z'%20stroke='%23DDDDDD'%20stroke-width='3'%20stroke-linecap='round'/%3e%3c/svg%3e");background-size:27px;padding-right:37px}.styles-module__UnderlinedInput__5cLLD.styles-module__password__-NTRr{background-image:url("data:image/svg+xml,%3csvg%20width='36'%20height='26'%20viewBox='0%200%2036%2026'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M18%200C26.9709%200%2034.4344%205.60444%2036%2013C34.4361%2020.3956%2026.9709%2026%2018%2026C9.02912%2026%201.56558%2020.3956%200%2013C1.56392%205.60444%209.02912%200%2018%200ZM18%2023.1111C21.3931%2023.1105%2024.6855%2022.1098%2027.3383%2020.273C29.9911%2018.4362%2031.8471%2015.872%2032.6026%2013C31.8444%2010.1303%2029.9871%207.56889%2027.3346%205.73448C24.6821%203.90007%2021.3912%202.90121%2018%202.90121C14.6088%202.90121%2011.3179%203.90007%208.66538%205.73448C6.01286%207.56889%204.15563%2010.1303%203.39736%2013C4.15285%2015.872%206.00889%2018.4362%208.66167%2020.273C11.3145%2022.1098%2014.6069%2023.1105%2018%2023.1111ZM18%2019.5C16.0144%2019.5%2014.1101%2018.8152%2012.706%2017.5962C11.302%2016.3772%2010.5132%2014.7239%2010.5132%2013C10.5132%2011.2761%2011.302%209.62279%2012.706%208.40381C14.1101%207.18482%2016.0144%206.5%2018%206.5C19.9856%206.5%2021.8899%207.18482%2023.294%208.40381C24.698%209.62279%2025.4868%2011.2761%2025.4868%2013C25.4868%2014.7239%2024.698%2016.3772%2023.294%2017.5962C21.8899%2018.8152%2019.9856%2019.5%2018%2019.5ZM18%2016.6111C19.1031%2016.6111%2020.1611%2016.2307%2020.9411%2015.5534C21.7211%2014.8762%2022.1593%2013.9577%2022.1593%2013C22.1593%2012.0423%2021.7211%2011.1238%2020.9411%2010.4466C20.1611%209.76934%2019.1031%209.38889%2018%209.38889C16.8969%209.38889%2015.8389%209.76934%2015.0589%2010.4466C14.2789%2011.1238%2013.8407%2012.0423%2013.8407%2013C13.8407%2013.9577%2014.2789%2014.8762%2015.0589%2015.5534C15.8389%2016.2307%2016.8969%2016.6111%2018%2016.6111Z'%20fill='%23D9D9D9'/%3e%3c/svg%3e");background-size:31px;padding-right:37px}.styles-module__UnderlinedInput__5cLLD input{width:100%;height:46px;padding-bottom:12px;border:none;font-weight:400;font-size:23px;line-height:48px;color:#444;transition:border-bottom-color .2s}@media (max-width: 768px){.styles-module__UnderlinedInput__5cLLD input{height:40px;padding-bottom:8px;font-size:24px}}.styles-module__UnderlinedInput__5cLLD input:-webkit-autofill{-webkit-box-shadow:0 0 0 30px #ffffff inset}.styles-module__UnderlinedInput__5cLLD input:focus{outline:none}.styles-module__UnderlinedInput__5cLLD input:-webkit-autofill~label,.styles-module__UnderlinedInput__5cLLD input:focus~label,.styles-module__UnderlinedInput__5cLLD input.styles-module__active__15juO~label,.styles-module__UnderlinedInput__5cLLD input.styles-module__error__7iupk~label{font-size:20px;line-height:30px;transform:translateY(-36px);color:#666}.styles-module__UnderlinedInput__5cLLD input.styles-module__error__7iupk~label{font-size:20px;line-height:30px;color:#fdb258}.styles-module__UnderlinedInput__5cLLD input.styles-module__error__7iupk{border-bottom-color:#fdb258}.styles-module__UnderlinedInput__5cLLD input:focus~.styles-module__passwordStrength__Lquco{opacity:100%}.styles-module__UnderlinedInput__5cLLD label{position:absolute;left:2px;bottom:10px;pointer-events:none;font-weight:400;font-size:36px;line-height:100%;color:#0003;transition:all .2s}@media (max-width: 768px){.styles-module__UnderlinedInput__5cLLD label{font-size:24px}}.styles-module__UnderlinedInput__5cLLD .styles-module__passwordStrength__Lquco{display:flex;column-gap:8px;position:absolute;top:0;right:0;transform:translateY(-100%);opacity:0;transition:opacity .2s}.styles-module__UnderlinedInput__5cLLD .styles-module__passwordStrength__Lquco span{line-height:112%;color:#d9d9d9}.styles-module__UnderlinedInput__5cLLD .styles-module__passwordStrength__Lquco span.styles-module__error__7iupk{color:#fdb258}.styles-module__UnderlinedInput__5cLLD .styles-module__passwordStrength__Lquco span.styles-module__success__fq6og{color:#00d32f}.styles-module__SignInPage__zL3mJ .styles-module__content__9gW1Q{display:flex;flex-direction:column;justify-content:center;align-self:flex-start;width:100%;max-width:702px;height:100%}@media (max-width: 768px){.styles-module__SignInPage__zL3mJ .styles-module__content__9gW1Q{height:100%}}.styles-module__SignInPage__zL3mJ .styles-module__logoContainer__mTeSG{display:none}@media (max-width: 768px){.styles-module__SignInPage__zL3mJ .styles-module__logoContainer__mTeSG{display:flex;justify-content:center;align-items:center;padding-left:12px;padding-right:12px}}.styles-module__SignInPage__zL3mJ .styles-module__logoContainer__mTeSG .styles-module__logo__hzTOs{display:block;width:100%;height:auto}.styles-module__SignInPage__zL3mJ .styles-module__signUp__hwJyY{margin-bottom:64px;align-self:flex-end}@media (max-width: 768px){.styles-module__SignInPage__zL3mJ .styles-module__signUp__hwJyY{display:none}}.styles-module__SignInPage__zL3mJ .styles-module__signUp__hwJyY a{font-weight:500;font-size:24px;line-height:100%;text-align:right;text-decoration:none;color:#f5658c}.styles-module__SignInPage__zL3mJ h1{margin-bottom:72px;align-self:flex-start;font-weight:700;font-size:72px;line-height:108px;color:#111}@media (max-width: 768px){.styles-module__SignInPage__zL3mJ h1{margin:0 0 40px;font-size:48px}}.styles-module__SignInPage__zL3mJ form{width:100%;max-width:702px;align-self:flex-start}.styles-module__SignInPage__zL3mJ form .styles-module__inputs__L7ItO{display:flex;flex-direction:column;row-gap:84px;margin-bottom:80px}@media (max-width: 768px){.styles-module__SignInPage__zL3mJ form .styles-module__inputs__L7ItO{margin-bottom:27px}}.styles-module__SignInPage__zL3mJ form .styles-module__row__3V5V0{height:46px;display:flex;align-items:center;justify-content:space-between}@media (max-width: 768px){.styles-module__SignInPage__zL3mJ form .styles-module__row__3V5V0{gap:16px;height:auto}}.styles-module__SignInPage__zL3mJ form .styles-module__row__3V5V0 .styles-module__forgotPassword__zcBEb{margin:-21px 0 0;align-self:flex-start;font-size:20px;line-height:30px;color:#888}@media (max-width: 768px){.styles-module__SignInPage__zL3mJ form .styles-module__row__3V5V0 .styles-module__forgotPassword__zcBEb{margin:0;text-align:center;align-self:center}}.styles-module__SignInPage__zL3mJ form .styles-module__row__3V5V0 .styles-module__forgotPassword__zcBEb a{color:#f5658c;text-decoration:none}@media (max-width: 768px){.styles-module__SignInPage__zL3mJ form .styles-module__row__3V5V0 .styles-module__forgotPassword__zcBEb a{font-size:18px;font-weight:500}}.styles-module__ForgotPasswordPage__-0ji6 .styles-module__content__PWK44{display:flex;flex-direction:column;justify-content:center;align-self:flex-start;width:100%;max-width:702px;height:100%}.styles-module__ForgotPasswordPage__-0ji6 .styles-module__content__PWK44 .styles-module__buttonContainer__-CKgW{display:flex;justify-content:flex-end}.styles-module__ForgotPasswordPage__-0ji6 .styles-module__signIn__44Vj1{margin-bottom:64px;align-self:flex-end}.styles-module__ForgotPasswordPage__-0ji6 .styles-module__signIn__44Vj1 a{font-weight:500;font-size:24px;line-height:100%;text-align:right;text-decoration:none;color:#f5658c}.styles-module__ForgotPasswordPage__-0ji6 h1{margin-bottom:82px;align-self:flex-start;font-weight:700;font-size:72px;line-height:108px;color:#111}.styles-module__ForgotPasswordPage__-0ji6 form{width:100%;display:flex;flex-direction:column;row-gap:56px}.styles-module__ForgotPasswordPage__-0ji6 form .styles-module__row__GzzTC{height:46px;display:flex;align-items:center;justify-content:space-between}.styles-module__ForgotPasswordPage__-0ji6 form .styles-module__row__GzzTC .styles-module__forgotPassword__z-0UK{margin:-21px 0 0;align-self:flex-start;font-size:20px;line-height:35px;color:#888}.styles-module__ForgotPasswordPage__-0ji6 .styles-module__info__MOAun{margin-top:-32px;font-weight:500;font-size:24px;line-height:150%}.styles-module__ForgotPasswordPage__-0ji6 .styles-module__info__MOAun .styles-module__email__fyI5Y{display:block;margin-bottom:32px;color:#f5658c}.styles-module__ForgotPasswordPage__-0ji6 .styles-module__info__MOAun p{margin:0}.styles-module__ForgotPasswordPage__-0ji6 .styles-module__info__MOAun p span{color:#f5658c;cursor:pointer}.styles-module__SearchBar__Xr85e{position:relative;height:65px}@media (max-width: 768px){.styles-module__SearchBar__Xr85e{width:100%;height:46px}}.styles-module__SearchBar__Xr85e.styles-module__active__DFRZB input{width:531px}.styles-module__SearchBar__Xr85e.styles-module__active__DFRZB input::placeholder{opacity:1;color:var(--black)}@media (max-width: 768px){.styles-module__SearchBar__Xr85e.styles-module__active__DFRZB input::placeholder{color:#fff}}@media (max-width: 768px){.styles-module__SearchBar__Xr85e.styles-module__active__DFRZB input{width:100%}.styles-module__SearchBar__Xr85e.styles-module__active__DFRZB input:focus::placeholder{visibility:hidden}}.styles-module__SearchBar__Xr85e input{height:65px;width:46px;padding-left:76px;padding-right:29px;border:1px solid black;border-radius:45px;font-style:normal;font-weight:400;font-size:23px;line-height:33px;color:var(--black);outline:none;transition:width .3s}@media (max-width: 768px){.styles-module__SearchBar__Xr85e input{width:100%;height:46px;padding-left:20px;padding-right:60px;font-family:Poppins;font-size:18px;line-height:27px;color:#fff;background-color:transparent;border:none;border-radius:0}}.styles-module__SearchBar__Xr85e input::placeholder{opacity:0;color:#fff;transition:opacity .3s}.styles-module__SearchBar__Xr85e .styles-module__icon__LInfY{background-color:transparent;border:none;cursor:pointer;position:absolute;top:50%;left:29px;transform:translateY(-50%);transition:transform .3s}@media (max-width: 768px){.styles-module__SearchBar__Xr85e .styles-module__icon__LInfY{transform:translateY(-50%);left:unset;right:20px}}.styles-module__UserBlock__Xq5iF{display:flex;align-items:center;cursor:pointer}@media (max-width: 768px){.styles-module__UserBlock__Xq5iF{margin-left:auto}}.styles-module__UserBlock__Xq5iF svg{margin-left:13px}@media (max-width: 768px){.styles-module__UserBlock__Xq5iF svg{display:none}}.styles-module__UserBlock__Xq5iF .styles-module__username__g8zO4{margin-right:18px;font-weight:500;font-size:20px;line-height:89%;color:#000}@media (max-width: 768px){.styles-module__UserBlock__Xq5iF .styles-module__username__g8zO4{display:none}}.styles-module__UserBlock__Xq5iF .styles-module__userMenuContainer__kRzr2{position:relative;z-index:3}.styles-module__UserBlock__Xq5iF .styles-module__userIcon__VZ87K,.styles-module__UserBlock__Xq5iF .styles-module__userPhoto__rsPOU{width:40px;height:40px;border-radius:50%;cursor:pointer}@media (max-width: 768px){.styles-module__UserBlock__Xq5iF .styles-module__userIcon__VZ87K,.styles-module__UserBlock__Xq5iF .styles-module__userPhoto__rsPOU{height:36px;width:36px;background:#fff}}.styles-module__UserBlock__Xq5iF .styles-module__userIcon__VZ87K img,.styles-module__UserBlock__Xq5iF .styles-module__userPhoto__rsPOU img{width:100%;height:100%;border-radius:50%;object-fit:cover}.styles-module__userMenu__BdpIh{width:296px;margin:0;padding:32px;display:none;flex-direction:column;row-gap:16px;position:fixed;z-index:1111111111;top:85px;right:100px;border-radius:16px;list-style:none;background-color:#fff;box-shadow:0 4px 16px #0000001a}.styles-module__userMenu__BdpIh.styles-module__isVisible__di1z3{display:flex}@media (max-width: 768px){.styles-module__userMenu__BdpIh{position:fixed;padding:16px;top:70px;right:20px;z-index:9999999991}.styles-module__userMenu__BdpIh .styles-module__profileButton__7hkIi{display:none}.styles-module__userMenu__BdpIh .styles-module__logoutButton__8DkYM{width:100%;justify-content:unset}}.styles-module__userMenu__BdpIh li button{height:48px;padding:0;display:flex;flex:1 1 100%;column-gap:16px;justify-content:space-between;align-items:center;font-size:24px;line-height:100%;border:none;background-color:transparent;color:#444}.styles-module__backdrop__gaszT{display:none}@media (max-width: 768px){.styles-module__backdrop__gaszT{display:block;position:fixed}.styles-module__backdrop__gaszT.styles-module__isVisible__di1z3{content:"";inset:0;background-color:#000c;z-index:999999999}}.styles-module__DesktopHeader__lw1fd{width:100%;height:90px;padding-top:15px;padding-right:46px;padding-bottom:10px;display:flex;justify-content:flex-end;align-items:center}@media (max-width: 768px){.styles-module__DesktopHeader__lw1fd{height:90px;padding:14px 16px;justify-content:center;align-items:center;gap:16px;background:#f8585c;border-bottom-left-radius:16px;border-bottom-right-radius:16px}}.styles-module__DesktopHeader__lw1fd .styles-module__searchBarContainer__H6H5G{margin-right:55px;align-self:flex-end}@media (max-width: 768px){.styles-module__DesktopHeader__lw1fd .styles-module__searchBarContainer__H6H5G{margin-right:unset}}.styles-module__DesktopHeader__lw1fd .styles-module__logo__ECgH5{height:100%}@media (max-width: 768px){.styles-module__DesktopHeader__lw1fd .styles-module__logo__ECgH5{display:none}}.styles-module__NavBar__hRNqe{display:flex;flex-direction:column;list-style:none;gap:10px;margin:0;padding:0}@media (max-width: 768px){.styles-module__NavBar__hRNqe{gap:4px}}.styles-module__NavBar__hRNqe .styles-module__title__gJoBN{transition:all .3s}.styles-module__NavBar__hRNqe.styles-module__collapsed__lQbkJ .styles-module__title__gJoBN{opacity:0}.styles-module__NavBar__hRNqe a{display:flex;align-items:center;font-family:Poppins;font-size:26px;font-weight:600;line-height:39px;text-decoration:none;color:#666;white-space:nowrap}@media (max-width: 768px){.styles-module__NavBar__hRNqe a{font-size:18px;line-height:27px}}.styles-module__NavBar__hRNqe a.styles-module__active__xy7-0{color:#f8585c;background-color:#f8f8f8}.styles-module__NavBar__hRNqe a.styles-module__active__xy7-0 .styles-module__iconContainer__-AnOa{background:linear-gradient(160.04deg,#fdb258 -65.33%,#f5658c,#f8585c 233.04%);border:none}.styles-module__NavBar__hRNqe a.styles-module__impersonating__vN0f6{color:#f59e0b;background-color:#f8f8f8}.styles-module__NavBar__hRNqe a.styles-module__impersonating__vN0f6 .styles-module__iconContainer__-AnOa{background-color:#fef3c7;border-color:#f59e0b}.styles-module__NavBar__hRNqe a.styles-module__impersonating__vN0f6.styles-module__active__xy7-0{color:#f59e0b}.styles-module__NavBar__hRNqe a.styles-module__impersonating__vN0f6.styles-module__active__xy7-0 .styles-module__iconContainer__-AnOa{background-color:#fef3c7;border-color:#f59e0b}.styles-module__NavBar__hRNqe a:hover{background-color:#f8f8f8}.styles-module__NavBar__hRNqe a li{display:flex;align-items:center;gap:20px;height:86px;padding-left:29px}@media (max-width: 768px){.styles-module__NavBar__hRNqe a li{height:64px;gap:14px;padding-left:15px}}.styles-module__NavBar__hRNqe a .styles-module__iconContainer__-AnOa{display:flex;justify-content:center;align-items:center;width:52px;min-width:52px;max-width:52px;height:52px;border:2px solid #666666;border-radius:50%}.styles-module__NavBar__hRNqe a .styles-module__iconContainer__-AnOa.styles-module__TrainingPaths__t6nnM{border-width:2.5px;border-color:#4d4d4d}@media (max-width: 768px){.styles-module__NavBar__hRNqe a .styles-module__iconContainer__-AnOa{width:40px;min-width:40px;max-width:40px;height:40px;border-width:1.2px}.styles-module__NavBar__hRNqe a .styles-module__iconContainer__-AnOa.styles-module__TrainingPaths__t6nnM{border-width:1.6px;border-color:#4d4d4d}.styles-module__NavBar__hRNqe a .styles-module__iconContainer__-AnOa.styles-module__MyVideos__bFNOr,.styles-module__NavBar__hRNqe a .styles-module__iconContainer__-AnOa.styles-module__Settings__ZpBlO{border:none}.styles-module__NavBar__hRNqe a .styles-module__iconContainer__-AnOa.styles-module__MyVideos__bFNOr img,.styles-module__NavBar__hRNqe a .styles-module__iconContainer__-AnOa.styles-module__Settings__ZpBlO img{width:40px;height:40px}}@media (max-width: 768px){.styles-module__NavBar__hRNqe a .styles-module__iconContainer__-AnOa img{width:20px;height:20px}}.styles-module__NavBar__hRNqe a .styles-module__iconContainer__-AnOa.styles-module__impersonatingIcon__I4krd svg{width:44px;height:44px;color:#f59e0b}@media (max-width: 768px){.styles-module__NavBar__hRNqe a .styles-module__iconContainer__-AnOa.styles-module__impersonatingIcon__I4krd svg{width:36px;height:36px}}.styles-module__OutlinedButton__0J1nB{min-width:120px;height:56px;font-weight:700;font-size:18px;background-color:transparent;color:#f8585c;border:3px solid #f8585c;border-radius:16px}.styles-module__sidebar__61Bll{flex:1;display:flex;flex-direction:column;width:100%;background-color:#fff;border-radius:8px;margin:0 16px;overflow:hidden;transition:all .3s ease}.styles-module__sidebar__61Bll.styles-module__mobile__MlKEU{margin:0;height:100%;border-radius:0;overflow-y:auto}.styles-module__sidebar__61Bll.styles-module__mobile__MlKEU .styles-module__content__Rfu3K{height:100%;overflow-y:auto}.styles-module__sidebar__61Bll.styles-module__collapsed__cRX59{width:80px;margin:0 8px}.styles-module__sidebar__61Bll.styles-module__collapsed__cRX59 .styles-module__header__GKoar .styles-module__title__nZZSl,.styles-module__sidebar__61Bll.styles-module__collapsed__cRX59 .styles-module__header__GKoar .styles-module__subtitle__m-tH3{opacity:0}.styles-module__sidebar__61Bll.styles-module__collapsed__cRX59 .styles-module__header__GKoar .styles-module__exitButton__9dRcc{opacity:0;pointer-events:none}.styles-module__sidebar__61Bll.styles-module__collapsed__cRX59 .styles-module__videoList__ZotIN{gap:16px}.styles-module__sidebar__61Bll.styles-module__collapsed__cRX59 .styles-module__videoItem__fCMLm{padding:8px;flex-direction:column;align-items:center;gap:4px}.styles-module__sidebar__61Bll.styles-module__collapsed__cRX59 .styles-module__videoItem__fCMLm .styles-module__videoNumber__qYrQ1{font-size:24px;width:32px;height:32px;line-height:32px}.styles-module__content__Rfu3K{flex:1;overflow-y:auto;padding:16px;display:flex;flex-direction:column}.styles-module__header__GKoar{margin-bottom:24px;padding-bottom:16px;border-bottom:1px solid rgba(0,0,0,.05)}.styles-module__headerTop__sOade{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.styles-module__title__nZZSl{margin:0;font-size:24px;line-height:32px;font-weight:600;color:var(--black)}.styles-module__exitButton__9dRcc{font-size:14px!important;padding:6px 10px!important;height:auto!important;min-height:30px!important}.styles-module__subtitle__m-tH3{margin:0;font-size:18px;line-height:24px;color:#666}.styles-module__videoList__ZotIN{flex:1;display:flex;flex-direction:column;gap:24px}.styles-module__section__IfAHH{display:flex;flex-direction:column;gap:12px}.styles-module__sectionTitle__TLsV0{margin:0;font-size:14px;line-height:20px;font-weight:600;color:#666;text-transform:uppercase;letter-spacing:.5px}.styles-module__videoItem__fCMLm{display:flex;align-items:center;gap:12px;padding:12px;border-radius:8px;cursor:pointer;transition:background-color .2s ease}.styles-module__videoItem__fCMLm:not(:first-child){position:relative}.styles-module__videoItem__fCMLm:not(:first-child):before{content:"";position:absolute;top:-6px;left:50%;right:50%;height:1px;background-color:#0000000d;transform:translate(-50%);width:calc(100% - 24px)}.styles-module__videoItem__fCMLm:hover{background-color:#f9f9f9}.styles-module__videoItem__fCMLm.styles-module__currentVideo__e4ZUr{background-color:#7ab2ff1a;border:1px solid rgba(122,178,255,.3)}.styles-module__videoItem__fCMLm.styles-module__currentVideo__e4ZUr .styles-module__videoNumber__qYrQ1{background-color:#7ab2ffcc;color:#fff}.styles-module__videoItem__fCMLm.styles-module__currentVideo__e4ZUr .styles-module__videoTitle__caKJT{font-weight:600;color:var(--black)}.styles-module__videoItem__fCMLm.styles-module__currentVideo__e4ZUr .styles-module__progressFill__rQnLJ{background-color:#2196f3}.styles-module__videoItem__fCMLm.styles-module__disabled__z1BkN{opacity:.5;cursor:default;pointer-events:none}.styles-module__videoItem__fCMLm.styles-module__disabled__z1BkN:hover{background-color:transparent}.styles-module__videoNumber__qYrQ1{display:flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:50%;background-color:#0000000d;color:var(--text);font-size:12px;font-weight:600;flex-shrink:0}.styles-module__videoContent__TTcgG{flex:1;display:flex;flex-direction:column;gap:4px}.styles-module__videoTitle__caKJT{font-size:22px;line-height:28px;color:var(--text);font-weight:500}.styles-module__progressContainer__uJCHm{display:flex;align-items:center;gap:8px}.styles-module__progressBar__lqFfy{flex:1;height:4px;background-color:#0000001a;border-radius:2px;overflow:hidden}.styles-module__progressFill__rQnLJ{height:100%;background-color:#4caf50;border-radius:2px;transition:width .3s ease}.styles-module__progressText__7yqVO{font-size:15px;color:#666;font-weight:500;min-width:32px;text-align:right}.styles-module__collapsedVideoContent__5xzBN{display:flex;flex-direction:column;align-items:center;gap:4px;width:100%}.styles-module__progressIndicator__eZE3C{width:32px;height:32px;display:flex;align-items:center;justify-content:center}.styles-module__collapsedProgressBar__asnnt{width:24px;height:4px;background-color:#0000001a;border-radius:2px;overflow:hidden}.styles-module__emptyState__vqzQu{padding:24px;text-align:center;color:#666;font-size:18px;line-height:24px}.styles-module__MobileHeader__mCLqj .styles-module__row__IVCqg{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:6px 16px}.styles-module__MobileHeader__mCLqj .styles-module__row__IVCqg:last-child{padding:0}.styles-module__MobileHeader__mCLqj .styles-module__mobileMenusTitle__J0T9t{font-size:18px;line-height:24px;margin-bottom:0;font-weight:600;color:var(--black);text-transform:uppercase}.styles-module__MobileHeader__mCLqj .styles-module__burgerButton__z2VAl{width:20px;padding:0;background-color:transparent;border:none}.styles-module__MobileHeader__mCLqj .styles-module__burgerButton__z2VAl img{width:100%;height:auto}.styles-module__MobileHeader__mCLqj .styles-module__searchBarContainer__EmxQq{display:flex;align-items:center;width:100%;height:61px;background-color:var(--primary)}.styles-module__MobileHeader__mCLqj .styles-module__logo__ieFjO{width:100%;max-width:140px;height:auto}.styles-module__MobileHeader__mCLqj .styles-module__mobileNavBar__SYljJ{position:fixed;z-index:99999999;top:56px;left:0;right:0;height:calc(100dvh - 56px);background-color:#fff}.styles-module__Sidebar__ofKNt{position:sticky;top:0;display:flex;flex-direction:column;width:373px;min-width:373px;padding-top:33px;padding-bottom:30px;border-right:1px solid #dddddd;transition:all .3s;background-color:#fff}@media (max-width: 768px){.styles-module__Sidebar__ofKNt{display:none}}.styles-module__Sidebar__ofKNt.styles-module__collapsed__XmB1k{width:126px;min-width:126px;padding-top:66px;overflow:hidden}.styles-module__Sidebar__ofKNt.styles-module__collapsed__XmB1k .styles-module__logoContainer__N2hSB{display:flex;justify-content:center;padding-left:0;margin-bottom:59px}.styles-module__Sidebar__ofKNt.styles-module__collapsed__XmB1k .styles-module__logoContainer__N2hSB img{width:100px}.styles-module__Sidebar__ofKNt.styles-module__collapsed__XmB1k .styles-module__title__XAvc0{opacity:0}.styles-module__Sidebar__ofKNt .styles-module__collapseButtonContainer__C6WAP{display:flex;justify-content:flex-end;margin-top:auto;padding-right:51px}.styles-module__Sidebar__ofKNt .styles-module__collapseButtonContainer__C6WAP .styles-module__collapseButton__4ZGBz{width:36px;padding:0;background-color:transparent;border:none}.styles-module__Sidebar__ofKNt .styles-module__collapseButtonContainer__C6WAP .styles-module__collapseButton__4ZGBz img{width:100%}.styles-module__Sidebar__ofKNt .styles-module__title__XAvc0{transition:all .3s}.styles-module__Sidebar__ofKNt .styles-module__logoContainer__N2hSB{height:53px;margin-bottom:92px;padding-left:31px;transition:all .3s}.styles-module__Sidebar__ofKNt .styles-module__logoContainer__N2hSB .styles-module__logo__cmD9e{width:254px}.styles-module__Sidebar__ofKNt .styles-module__list__VqmHY{display:flex;flex-direction:column;list-style:none;gap:10px;margin:0;padding:0}.styles-module__Sidebar__ofKNt .styles-module__list__VqmHY a{display:flex;align-items:center;font-family:Poppins;font-size:26px;font-weight:600;line-height:39px;text-decoration:none;color:#666;white-space:nowrap}.styles-module__Sidebar__ofKNt .styles-module__list__VqmHY a.styles-module__active__l-DGW{color:#f8585c;background-color:#f8f8f8}.styles-module__Sidebar__ofKNt .styles-module__list__VqmHY a.styles-module__active__l-DGW .styles-module__iconContainer__pymNm{background:linear-gradient(160.04deg,#fdb258 -65.33%,#f5658c,#f8585c 233.04%);border:none}.styles-module__Sidebar__ofKNt .styles-module__list__VqmHY a:hover{background-color:#f8f8f8}.styles-module__Sidebar__ofKNt .styles-module__list__VqmHY a li{display:flex;align-items:center;gap:20px;height:86px;padding-left:29px}.styles-module__Sidebar__ofKNt .styles-module__list__VqmHY a .styles-module__iconContainer__pymNm{display:flex;justify-content:center;align-items:center;width:52px;min-width:52px;max-width:52px;height:52px;border:2px solid #666666;border-radius:50%}.styles-module__Layout__rx3Or{display:flex;overflow-y:auto;height:calc(100vh / var(--zoom))}.styles-module__Layout__rx3Or .styles-module__container__wCq-Q{flex:1}.styles-module__UserSearchSuggestion__4M08G{position:absolute;z-index:1;left:50%;transform:translate(-50%);display:flex;align-items:center;gap:15px;width:90%;height:85px;padding:15px;background-color:#f9dbe3;cursor:pointer}.styles-module__UserSearchSuggestion__4M08G .styles-module__avatarContainer__vVvMV img{width:55px;height:55px;object-fit:cover;border-radius:50%}.styles-module__UserSearchSuggestion__4M08G .styles-module__details__tnIoe .styles-module__title__gUVJr{margin-bottom:0;font-size:16px;line-height:100%;font-weight:700}.styles-module__UserSearchSuggestion__4M08G .styles-module__emptySuggestion__wwwSG{font-size:16px;font-weight:600;color:var(--black)}.styles-module__Tooltip__rvavP{position:relative;display:inline-flex;align-items:center;justify-content:center}.styles-module__Tooltip__rvavP.styles-module__topLeft__Zwq1E .styles-module__hiddenTooltip__tLmA3{left:unset;right:0;transform:translateY(calc(-100% - 15px))}.styles-module__Tooltip__rvavP.styles-module__topRight__5HITo .styles-module__hiddenTooltip__tLmA3{left:0;right:unset;transform:translateY(calc(-100% - 15px))}.styles-module__Tooltip__rvavP.styles-module__bottom__vkl92 .styles-module__hiddenTooltip__tLmA3{top:unset;bottom:0;transform:translate(-50%,calc(100% + 15px))}.styles-module__Tooltip__rvavP.styles-module__left__q2e3D .styles-module__hiddenTooltip__tLmA3{top:50%;left:unset;right:calc(100% + 15px);transform:translateY(-50%)}.styles-module__hiddenTooltip__tLmA3{display:inline-flex;max-width:360px;top:0;left:50%;transform:translate(-50%,calc(-100% - 20px));visibility:hidden;white-space:normal;overflow-wrap:break-word}.styles-module__hiddenTooltip__tLmA3,.styles-module__visibleTooltip__KR8CK{position:absolute;z-index:3;display:inline-flex;max-width:360px;padding:10px 13px;border-radius:8px;font-size:16px;line-height:1.1;background-color:#000;color:#fff;text-align:center;font-weight:500;white-space:normal;overflow-wrap:break-word}.styles-module__visibleTooltip__KR8CK{position:fixed;z-index:100000!important;width:calc(var(--tooltip-width) / var(--zoom));top:calc(var(--tooltip-top) / var(--zoom));left:calc(var(--tooltip-left) / var(--zoom))}.styles-module__visibleTooltip__KR8CK.styles-module__topLeft__Zwq1E:after{left:unset;right:10px;transform:none}.styles-module__visibleTooltip__KR8CK.styles-module__topRight__5HITo:after{left:10px;transform:none}.styles-module__visibleTooltip__KR8CK.styles-module__bottom__vkl92:after{top:-6px;transform:translate(-50%) rotate(180deg);bottom:unset}.styles-module__visibleTooltip__KR8CK.styles-module__left__q2e3D:after{bottom:unset;left:unset;top:calc(50% - 4px);right:-10px;transform:rotate(-90deg)}.styles-module__visibleTooltip__KR8CK:after{content:"";position:absolute;bottom:-6px;left:50%;transform:translate(-50%);border-width:8px 8px 0;border-style:solid;border-color:rgb(0,0,0) transparent transparent transparent}.styles-module__RoundedInput__4bz6i{width:100%;position:relative}.styles-module__RoundedInput__4bz6i.styles-module__readOnly__A1S6C label{transform:translateY(-54px);font-weight:500;font-size:14px;line-height:171%}.styles-module__RoundedInput__4bz6i.styles-module__readOnly__A1S6C input{background-color:#f5f5f5;color:var(--black);border-color:#e0e0e0;cursor:not-allowed}.styles-module__RoundedInput__4bz6i.styles-module__readOnly__A1S6C input::placeholder{color:var(--black);opacity:.4}.styles-module__RoundedInput__4bz6i input{width:100%;height:77px;padding-left:33px;padding-right:33px;border:none;border-radius:60px;font-size:22px;line-height:33px;color:var(--black);border:1px solid var(--text)}@media (max-width: 768px){.styles-module__RoundedInput__4bz6i input{height:50px;font-size:16px}}.styles-module__RoundedInput__4bz6i input:-webkit-autofill{-webkit-box-shadow:0 0 0 60px white inset}.styles-module__RoundedInput__4bz6i input::placeholder{color:var(--black);opacity:.4}.styles-module__RoundedInput__4bz6i input:disabled{text-align:center;background-color:#fff}.styles-module__RoundedInput__4bz6i input:focus{outline:none}.styles-module__RoundedInput__4bz6i input:focus~label,.styles-module__RoundedInput__4bz6i input.styles-module__active__R2msv~label,.styles-module__RoundedInput__4bz6i input.styles-module__error__ZJios~label{font-size:20px;line-height:30px;transform:translateY(-54px)}@media (max-width: 768px){.styles-module__RoundedInput__4bz6i input:focus~label,.styles-module__RoundedInput__4bz6i input.styles-module__active__R2msv~label,.styles-module__RoundedInput__4bz6i input.styles-module__error__ZJios~label{transform:translateY(-34px)}}.styles-module__RoundedInput__4bz6i input.styles-module__error__ZJios~label{color:#fdb258}.styles-module__RoundedInput__4bz6i input.styles-module__error__ZJios{border-color:#fdb258}.styles-module__RoundedInput__4bz6i label{position:absolute;top:50%;left:22.5px;transform:translateY(-50%);display:inline-block;padding-left:11px;padding-right:11px;font-weight:500;font-size:24px;line-height:36px;color:#6666664d;background-color:#fff;pointer-events:none;transition:all .2s ease;opacity:1}@media (max-width: 768px){.styles-module__RoundedInput__4bz6i label{font-size:14px!important;line-height:16px!important}}.styles-module__ProfilePage__aBHCu{min-height:calc(100vh / var(--zoom) - var(--header-height))}@media (max-width: 768px){.styles-module__ProfilePage__aBHCu{min-height:unset}}.styles-module__ProfilePage__aBHCu .styles-module__container__wkem0{display:flex;height:calc(100vh / var(--zoom) - var(--header-height))}@media (max-width: 768px){.styles-module__ProfilePage__aBHCu .styles-module__container__wkem0{height:unset}}.styles-module__ProfilePage__aBHCu .styles-module__container__wkem0 .styles-module__main__mveNC{width:100%;padding-top:16px;padding-left:46px;padding-right:46px}@media (max-width: 768px){.styles-module__ProfilePage__aBHCu .styles-module__container__wkem0 .styles-module__main__mveNC{padding-left:20px;padding-right:20px}}.styles-module__ProfilePage__aBHCu .styles-module__container__wkem0 .styles-module__main__mveNC .styles-module__fakeBreadCrumb__dRX0p{margin-bottom:22px;font-size:24px;font-weight:500;line-height:36px;color:var(--black)}.styles-module__ProfilePage__aBHCu .styles-module__container__wkem0 .styles-module__main__mveNC .styles-module__account__VQDP8{display:flex;column-gap:102px}@media (max-width: 768px){.styles-module__ProfilePage__aBHCu .styles-module__container__wkem0 .styles-module__main__mveNC .styles-module__account__VQDP8{flex-direction:column;gap:32px}}.styles-module__ProfilePage__aBHCu .styles-module__container__wkem0 .styles-module__main__mveNC .styles-module__account__VQDP8 .styles-module__passwordHint__c2IpP{position:absolute;margin-top:10px;padding-left:32px;color:var(--pink)}@media (max-width: 768px){.styles-module__ProfilePage__aBHCu .styles-module__container__wkem0 .styles-module__main__mveNC .styles-module__account__VQDP8 .styles-module__passwordHint__c2IpP{display:inline-block;position:static}}.styles-module__ProfilePage__aBHCu .styles-module__container__wkem0 .styles-module__main__mveNC .styles-module__account__VQDP8 .styles-module__userPhoto__43a6I{display:flex;flex-direction:column;align-items:center;row-gap:36px;padding-top:27px}@media (max-width: 768px){.styles-module__ProfilePage__aBHCu .styles-module__container__wkem0 .styles-module__main__mveNC .styles-module__account__VQDP8 .styles-module__userPhoto__43a6I{row-gap:20px;padding-top:10px}}.styles-module__ProfilePage__aBHCu .styles-module__container__wkem0 .styles-module__main__mveNC .styles-module__account__VQDP8 .styles-module__userPhoto__43a6I img{width:106px;height:106px;border-radius:50%;background-color:transparent;object-fit:cover}.styles-module__ProfilePage__aBHCu .styles-module__container__wkem0 .styles-module__main__mveNC .styles-module__account__VQDP8 .styles-module__userPhoto__43a6I ul{margin:0;padding:0;display:flex;flex-direction:column;align-items:center;row-gap:16px;list-style:none}.styles-module__ProfilePage__aBHCu .styles-module__container__wkem0 .styles-module__main__mveNC .styles-module__account__VQDP8 .styles-module__userPhoto__43a6I ul li .styles-module__removeButton__B1Cnp{padding:0;font-weight:400;font-size:20px;line-height:30px;border:none;background-color:transparent;color:var(--text)}.styles-module__ProfilePage__aBHCu .styles-module__container__wkem0 .styles-module__main__mveNC .styles-module__account__VQDP8 .styles-module__userPhoto__43a6I ul li .styles-module__removeButton__B1Cnp:disabled{opacity:.6;cursor:not-allowed}.styles-module__ProfilePage__aBHCu .styles-module__container__wkem0 .styles-module__main__mveNC .styles-module__account__VQDP8 h1{margin-bottom:18px;font-size:48px;font-weight:600;line-height:72px;color:var(--black-color)}@media (max-width: 768px){.styles-module__ProfilePage__aBHCu .styles-module__container__wkem0 .styles-module__main__mveNC .styles-module__account__VQDP8 h1{margin-bottom:0;font-size:24px;line-height:36px}}.styles-module__ProfilePage__aBHCu .styles-module__container__wkem0 .styles-module__main__mveNC .styles-module__account__VQDP8 form{max-width:786px;display:flex;flex-direction:column;row-gap:31px;padding-bottom:114px}@media (max-width: 768px){.styles-module__ProfilePage__aBHCu .styles-module__container__wkem0 .styles-module__main__mveNC .styles-module__account__VQDP8 form{padding-bottom:60px}}.styles-module__ProfilePage__aBHCu .styles-module__container__wkem0 .styles-module__main__mveNC .styles-module__account__VQDP8 form .styles-module__row__Ik47G{display:flex;align-items:center;column-gap:19px}@media (max-width: 768px){.styles-module__ProfilePage__aBHCu .styles-module__container__wkem0 .styles-module__main__mveNC .styles-module__account__VQDP8 form .styles-module__row__Ik47G{flex-direction:column;gap:31px}}.styles-module__ProfilePage__aBHCu .styles-module__container__wkem0 .styles-module__main__mveNC .styles-module__account__VQDP8 form .styles-module__confirmButtonContainer__Holj8{align-self:flex-end;margin-top:47px}@media (max-width: 768px){.styles-module__ProfilePage__aBHCu .styles-module__container__wkem0 .styles-module__main__mveNC .styles-module__account__VQDP8 form .styles-module__confirmButtonContainer__Holj8{margin-top:0}}.styles-module__ProfilePage__aBHCu .styles-module__container__wkem0 .styles-module__main__mveNC .styles-module__notificationPreferences__F3g8u{display:flex;flex-direction:column}.styles-module__ProfilePage__aBHCu .styles-module__container__wkem0 .styles-module__main__mveNC .styles-module__notificationPreferences__F3g8u h1{margin-bottom:10px;font-style:normal;font-weight:700;font-size:32px;line-height:75%;color:#444}.styles-module__ProfilePage__aBHCu .styles-module__container__wkem0 .styles-module__main__mveNC .styles-module__notificationPreferences__F3g8u .styles-module__list__syJpy{display:flex;flex-direction:column;row-gap:8px}.styles-module__ProfilePage__aBHCu .styles-module__container__wkem0 .styles-module__main__mveNC .styles-module__notificationPreferences__F3g8u .styles-module__list__syJpy .styles-module__hint__fz7CZ{margin-bottom:16px;text-align:right;font-weight:700;font-size:24px;line-height:100%;color:#444}.styles-module__ProfilePage__aBHCu .styles-module__container__wkem0 .styles-module__main__mveNC .styles-module__notificationPreferences__F3g8u .styles-module__list__syJpy .styles-module__item__e4-hs{padding:28px 40px;display:flex;column-gap:40px;justify-content:space-between;align-items:center;border-radius:60px;background-color:#fff;box-shadow:0 16px 34px -18px #004cbd14}.styles-module__ProfilePage__aBHCu .styles-module__container__wkem0 .styles-module__main__mveNC .styles-module__notificationPreferences__F3g8u .styles-module__list__syJpy .styles-module__item__e4-hs p{margin:0;font-size:24px;line-height:100%;color:#444}.styles-module__Navigation__vZAWt{width:100%;padding:32px 0;display:none;justify-content:center;position:relative;background:#f9f9f9}@media (max-width: 768px){.styles-module__Navigation__vZAWt{display:flex;padding-top:26px;padding-bottom:30px;background-color:#fff}}.styles-module__Navigation__vZAWt .styles-module__linksContainer__V2AZl{display:flex;column-gap:48px}@media (max-width: 768px){.styles-module__Navigation__vZAWt .styles-module__linksContainer__V2AZl{width:100%;max-width:305px;padding-left:32px;padding-right:32px;justify-content:space-between;column-gap:24px}}.styles-module__Navigation__vZAWt .styles-module__linksContainer__V2AZl a{width:180px;position:relative;text-align:center;font-weight:600;font-size:22px;line-height:64%;text-transform:uppercase;color:#ccc;text-decoration:none}@media (max-width: 768px){.styles-module__Navigation__vZAWt .styles-module__linksContainer__V2AZl a{width:auto;font-size:18px;line-height:24px}}.styles-module__Navigation__vZAWt .styles-module__linksContainer__V2AZl a.styles-module__active__-Cb-H{color:#f8585c}.styles-module__Navigation__vZAWt .styles-module__linksContainer__V2AZl a.styles-module__active__-Cb-H:after{content:"";height:2px;width:100%;display:block;position:absolute;bottom:-8px;background:#f8585c;opacity:.8}.styles-module__Breadcrumbs__VpNlL{display:flex;align-items:center;column-gap:40px}.styles-module__Breadcrumbs__VpNlL.styles-module__hasOptions__f0qa4 .styles-module__link__n-LMO:last-child{color:var(--text)}.styles-module__Breadcrumbs__VpNlL .styles-module__link__n-LMO{position:relative;color:var(--black);font-size:24px;line-height:36px;font-weight:500;text-decoration:none}@media (max-width: 768px){.styles-module__Breadcrumbs__VpNlL .styles-module__link__n-LMO{color:#666;font-size:16px;line-height:24px;font-weight:600}.styles-module__Breadcrumbs__VpNlL .styles-module__link__n-LMO.styles-module__linkWithPrev__u4TNT:before{content:"< "}}.styles-module__Breadcrumbs__VpNlL .styles-module__link__n-LMO:not(:last-child):after{content:">";color:var(--text);position:absolute;top:50%;right:-26px;transform:translateY(-50%)}.styles-module__Breadcrumbs__VpNlL .styles-module__backButton__71AAO{padding:0;display:flex;align-items:center;gap:8px;border:none;background:transparent}.styles-module__DropdownMenu__4tPaN{position:relative}.styles-module__DropdownMenu__4tPaN.styles-module__trashBin__yCY3I .styles-module__menu__o3dyD{width:374px}@media (max-width: 768px){.styles-module__DropdownMenu__4tPaN.styles-module__trashBin__yCY3I .styles-module__menu__o3dyD{width:250px}}@media (max-width: 768px){.styles-module__DropdownMenu__4tPaN{display:flex;justify-content:flex-end}}.styles-module__DropdownMenu__4tPaN .styles-module__button__Gf0n6{display:flex;justify-content:center;align-items:center;width:30px;background-color:transparent;border:none}.styles-module__DropdownMenu__4tPaN .styles-module__menu__o3dyD{width:299px;padding:24px 28px 25px 32px;display:none;position:absolute;bottom:-132px;right:100%;z-index:111111;box-shadow:0 4px 24px #0000001c;border-radius:10px;background-color:#fff}.styles-module__DropdownMenu__4tPaN .styles-module__menu__o3dyD.styles-module__isVisible__NVXbB{display:block}@media (max-width: 768px){.styles-module__DropdownMenu__4tPaN .styles-module__menu__o3dyD{width:202px;padding:14px 11px 14px 17px;bottom:-55px}}.styles-module__DropdownMenu__4tPaN .styles-module__menu__o3dyD ul{margin:0;padding:0;display:flex;flex-direction:column;gap:29px;list-style:none}@media (max-width: 768px){.styles-module__DropdownMenu__4tPaN .styles-module__menu__o3dyD ul{gap:16px}}.styles-module__DropdownMenu__4tPaN .styles-module__menu__o3dyD ul li button{display:flex;align-items:center;justify-content:space-between;width:100%;font-size:22px;line-height:33px;color:var(--text)}@media (max-width: 768px){.styles-module__DropdownMenu__4tPaN .styles-module__menu__o3dyD ul li button{font-size:18px;line-height:27px}}.styles-module__DropdownMenu__4tPaN .styles-module__menu__o3dyD ul li button img{position:relative}.styles-module__DropdownMenu__4tPaN .styles-module__menu__o3dyD ul li button:disabled{cursor:not-allowed}.styles-module__ReportHeader__P6XUw{padding-top:46px;padding-left:68px;padding-right:68px;border-radius:64px}.styles-module__ReportHeader__P6XUw .styles-module__closeButton__Z-MPV{position:absolute;top:58px;right:68px;padding:0;background-color:transparent;border:none;cursor:pointer}.styles-module__ReportHeader__P6XUw .styles-module__container__z7Dw7{display:flex;justify-content:space-between;margin-bottom:14px}.styles-module__ReportHeader__P6XUw .styles-module__container__z7Dw7 .styles-module__title__XfxI5{margin-bottom:0;font-style:normal;font-weight:600;font-size:46px;line-height:72px;color:#111}.styles-module__ReportHeader__P6XUw .styles-module__reportInfo__iR49-{display:flex;justify-content:space-between;align-items:center;margin-bottom:77px}.styles-module__ReportHeader__P6XUw .styles-module__reportInfo__iR49- .styles-module__infoContainer__ZqjdG{display:flex;align-items:flex-start;gap:41px}.styles-module__ReportHeader__P6XUw .styles-module__reportInfo__iR49- .styles-module__infoContainer__ZqjdG .styles-module__info__XnJHa{font-size:24px;font-weight:500;line-height:36px;color:var(--text)}.styles-module__ReportHeader__P6XUw .styles-module__reportInfo__iR49- .styles-module__infoContainer__ZqjdG .styles-module__info__XnJHa:first-child{padding-right:41px;border-right:1.5px solid #d9d9d9}.styles-module__ReportHeader__P6XUw .styles-module__reportInfo__iR49- .styles-module__infoContainer__ZqjdG .styles-module__info__XnJHa .styles-module__title__XfxI5{color:var(--black)}.styles-module__ReportHeader__P6XUw .styles-module__reportInfo__iR49- p{margin-bottom:8px;font-weight:400;font-size:24px;line-height:150%;color:#444}.styles-module__ReportHeader__P6XUw .styles-module__reportInfo__iR49- .styles-module__completionRate__LnN4J{margin-bottom:0}.styles-module__ReportHeader__P6XUw .styles-module__buttonContainer__lL2v5 .styles-module__exportIcon__5mRKr{margin-left:12px}@media print{.styles-module__ReportHeader__P6XUw .styles-module__reportInfo__iR49- .styles-module__infoContainer__ZqjdG .styles-module__info__XnJHa{padding-left:20px}.styles-module__ReportHeader__P6XUw .styles-module__reportInfo__iR49- .styles-module__infoContainer__ZqjdG .styles-module__info__XnJHa:first-child{padding-right:20px;padding-left:0;border-right:none}}.styles-module__Th__e-mHt{padding:0 6px 28px;font-style:normal;font-weight:500;font-size:24px;line-height:36px;color:var(--black);cursor:pointer}.styles-module__Th__e-mHt:first-of-type{padding-left:0}.styles-module__Th__e-mHt .styles-module__report__McDMI{padding:0;font-style:normal;font-weight:500;font-size:24px;line-height:36px;text-align:left;color:var(--black);cursor:pointer}.styles-module__Th__e-mHt .styles-module__report__McDMI:not(.styles-module__sortable__ilSSO){cursor:default}.styles-module__Th__e-mHt .styles-module__report__McDMI .styles-module__sortOrder__9H1t2 .styles-module__chevron__eYkoM{width:15px;margin-left:2px}.styles-module__Th__e-mHt .styles-module__report__McDMI .styles-module__sortOrder__9H1t2.styles-module__asc__gW-Z3 .styles-module__chevron__eYkoM{transform:rotate(180deg)}.styles-module__Th__e-mHt .styles-module__sortOrder__9H1t2 .styles-module__chevron__eYkoM{width:15px;margin-left:7px}.styles-module__Th__e-mHt .styles-module__sortOrder__9H1t2.styles-module__asc__gW-Z3 .styles-module__chevron__eYkoM{transform:rotate(180deg)}.styles-module__ViewStatus__-ToYZ{display:flex;justify-content:center;align-items:center;width:148px;height:43px;font-size:18px;font-weight:600;line-height:27px;color:#fff;background-color:#666;border-radius:7px}.styles-module__ViewStatus__-ToYZ.styles-module__viewed__hdTkJ{background-color:var(--primary)}.styles-module__UsersTable__cXysC{width:100%}.styles-module__UsersTable__cXysC thead{position:sticky;top:0;height:50px;background-color:#fff}.styles-module__UsersTable__cXysC thead tr{box-shadow:inset 0 -1px #d9d9d9}.styles-module__UsersTable__cXysC thead tr th{padding:0 0 25px;font-size:24px;line-height:36px}.styles-module__UsersTable__cXysC tbody tr{height:100px}.styles-module__UsersTable__cXysC tbody tr td{font-weight:500;font-size:24px;line-height:36px;color:var(--text);text-align:left;border-bottom:1px solid #d9d9d9}.styles-module__SummaryReport__Pl4Mq{height:832px;max-height:calc(100vh / var(--zoom) - 100px);background-color:#fff;padding-bottom:30px}.styles-module__SummaryReport__Pl4Mq.styles-module__export__STUyf{min-height:calc(100vh / var(--zoom));height:unset;max-height:unset}.styles-module__SummaryReport__Pl4Mq .styles-module__tableContainer__eI1kI{max-height:calc(100% - 275px);padding-left:68px;padding-right:68px;overflow-y:auto}.styles-module__SummaryReport__Pl4Mq .styles-module__container__a3kim{padding:20px 40px;border-radius:64px}.styles-module__SummaryReport__Pl4Mq .styles-module__container__a3kim header{display:flex;justify-content:space-between}.styles-module__SummaryReport__Pl4Mq .styles-module__container__a3kim header h1{font-style:normal;font-weight:700;font-size:48px;line-height:133%;color:#111}.styles-module__SummaryReport__Pl4Mq .styles-module__container__a3kim header .styles-module__title__wXVuX{font-style:normal;font-weight:700;font-size:36px;line-height:133%;text-transform:uppercase;color:#111}.styles-module__SummaryReport__Pl4Mq .styles-module__container__a3kim .styles-module__reportInfo__Mbe57{display:flex;justify-content:space-between;margin-bottom:28px}.styles-module__SummaryReport__Pl4Mq .styles-module__container__a3kim .styles-module__reportInfo__Mbe57 .styles-module__titleContainer__Fl2X8{position:relative;left:-10px;display:flex;align-items:center}.styles-module__SummaryReport__Pl4Mq .styles-module__container__a3kim .styles-module__reportInfo__Mbe57 .styles-module__contentTitle__Wa0UR,.styles-module__SummaryReport__Pl4Mq .styles-module__container__a3kim .styles-module__reportInfo__Mbe57 .styles-module__reportDate__SYVR3{margin-bottom:0;font-style:normal;font-weight:400;font-size:24px;line-height:133%;color:#444}.styles-module__SummaryReport__Pl4Mq .styles-module__container__a3kim .styles-module__reportInfo__Mbe57 p{margin-bottom:8px;font-weight:400;font-size:24px;line-height:150%;color:#444}.styles-module__SummaryReport__Pl4Mq .styles-module__container__a3kim .styles-module__reportInfo__Mbe57 .styles-module__completionRate__BMN2P{margin-bottom:0}.styles-module__SummaryReport__Pl4Mq .styles-module__container__a3kim .styles-module__reportInfo__Mbe57 .styles-module__buttonContainer__J6rtu{display:flex;align-items:flex-end}.styles-module__backdrop__JB-1L{min-width:calc(100vw / var(--zoom));min-height:calc(100vh / var(--zoom));background-color:var(--black)!important;opacity:.7!important}.styles-module__dialog__eB2i5{max-width:min(100vw / var(--zoom) - 80px,1435px);padding-right:0!important}.styles-module__contentContainer__DPLne{border-radius:10px;overflow:hidden}.styles-module__SummaryViewerReportModal__C3sda{padding-right:0!important}.styles-module__EditableTitle__h6cEF{display:flex;align-items:center;position:relative;cursor:pointer}.styles-module__EditableTitle__h6cEF span{padding-right:10px;overflow:hidden;max-width:280px}@media (max-width: 768px){.styles-module__EditableTitle__h6cEF span{font-size:18px;font-weight:600}}.styles-module__EditableTitle__h6cEF .styles-module__editButton__j5jmw{width:20px;height:20px;display:block;position:absolute;right:10px;top:-6px;transform:translate(100%);background-image:url("data:image/svg+xml,%3csvg%20width='48'%20height='48'%20xmlns='http://www.w3.org/2000/svg'%20id='a'%20viewBox='0%200%20128%20128'%3e%3cpath%20d='M64,122.88c-32.46,0-58.88-26.41-58.88-58.88S31.54,5.12,64,5.12s58.88,26.41,58.88,58.88-26.41,58.88-58.88,58.88Zm0-113.75c-30.26,0-54.88,24.62-54.88,54.88s24.62,54.88,54.88,54.88,54.88-24.62,54.88-54.88S94.26,9.12,64,9.12Z'%3e%3c/path%3e%3cg%3e%3cpath%20d='M43.32,91.66c-1.81,0-3.56-.71-4.92-2.07-2-2-2.6-4.88-1.57-7.51l2.51-6.38c.91-2.32,2.27-4.39,4.03-6.15l23.85-23.85c.75-.75,2.08-.75,2.83,0l12.26,12.26c.78,.78,.78,2.05,0,2.83l-23.85,23.85c-1.76,1.76-3.83,3.12-6.15,4.03h0l-6.38,2.51c-.85,.33-1.73,.5-2.6,.5Zm25.31-41.72l-22.44,22.44c-1.37,1.37-2.42,2.98-3.13,4.78l-2.51,6.38c-.45,1.15-.2,2.35,.67,3.22,.87,.87,2.08,1.12,3.22,.67l6.38-2.5c1.81-.71,3.42-1.76,4.79-3.13l22.44-22.44-9.43-9.43Zm-17.06,36.86h0Z'%3e%3c/path%3e%3cpath%20d='M85.62,56.64c-.51,0-1.02-.2-1.41-.59l-12.26-12.26c-.78-.78-.78-2.05,0-2.83l8.7-8.7c.78-.78,2.05-.78,2.83,0l12.26,12.26c.78,.78,.78,2.05,0,2.83l-8.7,8.7c-.39,.39-.9,.59-1.41,.59Zm-9.43-14.26l9.43,9.43,5.87-5.87-9.43-9.43-5.87,5.87Z'%3e%3c/path%3e%3c/g%3e%3c/svg%3e");background-repeat:no-repeat;background-size:contain;background-color:unset;border:none}.styles-module__EditableTitle__h6cEF input{width:100%;margin-bottom:-2px;padding:0;outline:none;border:none;border-bottom:2px dashed #111111;background-color:transparent}@keyframes styles-module__dots-loader__hQbgI{to{opacity:.1}}.styles-module__DotsLoader__FiMNs{display:flex;justify-content:center}.styles-module__DotsLoader__FiMNs.styles-module__pink__tA7uv>div{background-color:#f8585c}.styles-module__DotsLoader__FiMNs>div{width:12px;height:12px;margin:3px 6px;border-radius:50%;background-color:#898989;opacity:1;animation:styles-module__dots-loader__hQbgI .6s infinite alternate}.styles-module__DotsLoader__FiMNs>div:nth-child(2){animation-delay:.2s}.styles-module__DotsLoader__FiMNs>div:nth-child(3){animation-delay:.4s}.styles-module__Progress__XA-oG{display:flex;align-items:center;gap:5px;width:200px}@media (max-width: 768px){.styles-module__Progress__XA-oG{width:unset}}.styles-module__Progress__XA-oG .styles-module__loaderContainer__MlGB6{padding-top:5px;transform:scale(.8)}.styles-module__Progress__XA-oG .styles-module__bar__EfIZh{height:100%;background:#f8585c}.styles-module__Progress__XA-oG .styles-module__step__YawnE{text-transform:capitalize;font-size:15px}@media (max-width: 768px){.styles-module__Progress__XA-oG .styles-module__step__YawnE{line-height:18px}}.styles-module__TableRowAction__Bc1b-{display:flex;gap:29px}.styles-module__TableRowAction__Bc1b- button{display:flex;justify-content:center;align-items:center}.styles-module__TableRowAction__Bc1b- .styles-module__newEditButton__nNs-V img{filter:brightness(0) saturate(100%) invert(45%) sepia(93%) saturate(1352%) hue-rotate(325deg) brightness(98%) contrast(97%)}.styles-module__MeetingThumbnail__fqRcd{position:relative;display:flex;justify-content:center;align-items:center;width:80px;height:55px;margin-right:16px;border-radius:6px;overflow:hidden}.styles-module__MeetingThumbnail__fqRcd.styles-module__published__jYSRO{cursor:pointer}.styles-module__MeetingThumbnail__fqRcd.styles-module__withThumbnail__f5ieD .styles-module__image__4Wt4j{object-fit:cover!important}.styles-module__MeetingThumbnail__fqRcd .styles-module__image__4Wt4j{width:100%!important;height:100%!important}.styles-module__MeetingThumbnail__fqRcd .styles-module__playIcon__b7POb{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.styles-module__emojiPickerContainer__Fn5qD{position:absolute;right:0;z-index:2}.styles-module__EmojiPickerWithButton__8nfe-{position:absolute}.styles-module__EmojiPickerWithButton__8nfe- .styles-module__emojiButton__7nHDK{width:48px;height:48px;background-color:transparent;border:none;cursor:pointer}@media (max-width: 768px){.styles-module__EmojiPickerWithButton__8nfe- .styles-module__emojiButton__7nHDK{position:relative;width:24px;height:24px}.styles-module__EmojiPickerWithButton__8nfe- .styles-module__emojiButton__7nHDK img{position:absolute;left:0;top:0}}.styles-module__EmojiPickerWithButton__8nfe- .styles-module__emojiButton__7nHDK:after{content:"";position:absolute;z-index:1;right:1px;bottom:3px;width:16px;height:16px;background-image:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M14.5938%206.59375H9.40625V1.40625C9.40625%200.629594%208.77666%200%208%200C7.22334%200%206.59375%200.629594%206.59375%201.40625V6.59375H1.40625C0.629594%206.59375%200%207.22334%200%208C0%208.77666%200.629594%209.40625%201.40625%209.40625H6.59375V14.5938C6.59375%2015.3704%207.22334%2016%208%2016C8.77666%2016%209.40625%2015.3704%209.40625%2014.5938V9.40625H14.5938C15.3704%209.40625%2016%208.77666%2016%208C16%207.22334%2015.3704%206.59375%2014.5938%206.59375Z'%20fill='%23F5658C'/%3e%3c/svg%3e");background-size:contain;background-repeat:no-repeat}@media (max-width: 768px){.styles-module__EmojiPickerWithButton__8nfe- .styles-module__emojiButton__7nHDK:after{width:12px;height:12px;bottom:-6px;right:-6px}}.styles-module__Textarea__KHddP{width:100%;height:145px;padding:20px 75px 20px 25px;font-size:24px;line-height:normal;background-color:#fff;border:none;box-shadow:0 16px 34px -18px #004cbd14;border:1px solid #666666;border-radius:18px;resize:none}.styles-module__Textarea__KHddP:focus{outline:none}.styles-module__Textarea__KHddP:disabled{line-height:86px;text-align:center;background-color:#fff;color:var(--black);font-size:22px;line-height:33px;font-weight:700;cursor:auto}.styles-module__Textarea__KHddP::placeholder{color:var(--black);opacity:.4}.styles-module__Dropdown__RG-MC{width:100%;height:64px;margin-bottom:38px;position:relative}.styles-module__Dropdown__RG-MC .styles-module__selector__d10JZ{display:flex;align-items:center;height:100%;padding-left:33px;border-radius:60px;font-size:24px;line-height:100%;color:#444;border:1px solid #666666;cursor:pointer}.styles-module__Dropdown__RG-MC .styles-module__selector__d10JZ.styles-module__hasIcon__pok0e{padding-left:71px}.styles-module__Dropdown__RG-MC .styles-module__selector__d10JZ.styles-module__open__huthl .styles-module__chevron__C88XH{transform:translateY(-50%) rotate(180deg)}.styles-module__Dropdown__RG-MC .styles-module__selector__d10JZ .styles-module__placeholder__aePOZ{color:var(--black);opacity:.4}.styles-module__Dropdown__RG-MC .styles-module__selector__d10JZ .styles-module__chevron__C88XH{position:absolute;right:32px;top:50%;transform:translateY(-50%);width:32px;height:32px;background-image:url("data:image/svg+xml,%3csvg%20width='24'%20height='13'%20viewBox='0%200%2024%2013'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M13.4878%2010.7699L23.9998%201.33584L22.5113%200L11.9993%209.43407L1.48822%200.000771046L-0.000244141%201.33661L11.9998%2012.1061L13.4882%2010.7703L13.4878%2010.7699Z'%20fill='black'%20fill-opacity='0.8'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:center;transition:transform .1s}.styles-module__Dropdown__RG-MC .styles-module__iconContainer__ro2MP{position:absolute;left:32px;display:flex;justify-content:center;align-items:center;width:32px;height:32px}.styles-module__Dropdown__RG-MC .styles-module__iconBackground__r47La{width:48px;height:48px;display:flex;align-items:center;justify-content:center;border-radius:50%;box-shadow:0 2px 4px #0000000d}.styles-module__Dropdown__RG-MC .styles-module__iconBackground__r47La img{position:absolute}.styles-module__Dropdown__RG-MC .styles-module__optionsList__-Od8A{bottom:-8px;z-index:2;transform:translateY(100%);display:flex;flex-direction:column;width:100%;position:absolute;right:0;margin:0;row-gap:40px;padding:44px 32px 44px 0;list-style:none;background-color:#fff;box-shadow:0 34px 34px -18px #00000014;border-radius:60px}.styles-module__Dropdown__RG-MC .styles-module__optionsList__-Od8A li{position:relative;display:flex;align-items:center;width:100%;font-size:24px;line-height:100%;color:#0006;padding-left:44px;cursor:pointer;transition:color .2s}.styles-module__Dropdown__RG-MC .styles-module__optionsList__-Od8A li:hover{color:#444}.styles-module__Dropdown__RG-MC .styles-module__optionsList__-Od8A li.styles-module__hasIcon__pok0e{padding-left:94px}.react-calendar{width:350px;max-width:100%;background:#fff;border:1px solid #a0a096;font-family:Arial,Helvetica,sans-serif;line-height:1.125em}.react-calendar--doubleView{width:700px}.react-calendar--doubleView .react-calendar__viewContainer{display:flex;margin:-.5em}.react-calendar--doubleView .react-calendar__viewContainer>*{width:50%;margin:.5em}.react-calendar,.react-calendar *,.react-calendar *:before,.react-calendar *:after{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}.react-calendar button{margin:0;border:0;outline:none}.react-calendar button:enabled:hover{cursor:pointer}.react-calendar__navigation{display:flex;height:44px;margin-bottom:1em}.react-calendar__navigation button{min-width:44px;background:none}.react-calendar__navigation button:disabled{background-color:#f0f0f0}.react-calendar__navigation button:enabled:hover,.react-calendar__navigation button:enabled:focus{background-color:#e6e6e6}.react-calendar__month-view__weekdays{text-align:center;text-transform:uppercase;font:inherit;font-size:.75em;font-weight:700}.react-calendar__month-view__weekdays__weekday{padding:.5em}.react-calendar__month-view__weekNumbers .react-calendar__tile{display:flex;align-items:center;justify-content:center;font:inherit;font-size:.75em;font-weight:700}.react-calendar__month-view__days__day--weekend{color:#d10000}.react-calendar__month-view__days__day--neighboringMonth{color:#757575}.react-calendar__year-view .react-calendar__tile,.react-calendar__decade-view .react-calendar__tile,.react-calendar__century-view .react-calendar__tile{padding:2em .5em}.react-calendar__tile{max-width:100%;padding:10px 6.6667px;background:none;text-align:center;line-height:16px;font:inherit;font-size:.833em}.react-calendar__tile:disabled{background-color:#f0f0f0}.react-calendar__tile:enabled:hover,.react-calendar__tile:enabled:focus{background-color:#e6e6e6}.react-calendar__tile--now{background:#ffff76}.react-calendar__tile--now:enabled:hover,.react-calendar__tile--now:enabled:focus{background:#ffffa9}.react-calendar__tile--hasActive{background:#76baff}.react-calendar__tile--hasActive:enabled:hover,.react-calendar__tile--hasActive:enabled:focus{background:#a9d4ff}.react-calendar__tile--active{background:#006edc;color:#fff}.react-calendar__tile--active:enabled:hover,.react-calendar__tile--active:enabled:focus{background:#1087ff}.react-calendar--selectRange .react-calendar__tile--hover{background-color:#e6e6e6}.styles-module__DatePicker__jeBCk{position:relative;flex:1;width:100%;height:64px;margin-bottom:38px}.styles-module__DatePicker__jeBCk .styles-module__selector__zyzbe{display:flex;align-items:center;height:100%;padding-left:33px;border-radius:60px;font-size:24px;line-height:100%;color:#444;background-image:url("data:image/svg+xml,%3csvg%20width='28'%20height='27'%20viewBox='0%200%2028%2027'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M1.52344%2013.3051C1.52344%208.66361%201.52344%206.34286%202.96537%204.90092C4.40731%203.45898%206.72806%203.45898%2011.3696%203.45898H16.2927C20.9341%203.45898%2023.255%203.45898%2024.6969%204.90092C26.1388%206.34286%2026.1388%208.66361%2026.1388%2013.3051V15.7667C26.1388%2020.4082%2026.1388%2022.729%2024.6969%2024.1709C23.255%2025.6128%2020.9341%2025.6128%2016.2927%2025.6128H11.3696C6.72806%2025.6128%204.40731%2025.6128%202.96537%2024.1709C1.52344%2022.729%201.52344%2020.4082%201.52344%2015.7667V13.3051Z'%20stroke='%23666666'%20stroke-width='2'/%3e%3cpath%20d='M7.67725%203.45944V1.61328'%20stroke='%23666666'%20stroke-width='2'%20stroke-linecap='round'/%3e%3cpath%20d='M19.9849%203.45944V1.61328'%20stroke='%23666666'%20stroke-width='2'%20stroke-linecap='round'/%3e%3cpath%20d='M2.13867%209.61328H25.5233'%20stroke='%23666666'%20stroke-width='2'%20stroke-linecap='round'/%3e%3cpath%20d='M19.9844%2019.2285C20.1117%2019.2285%2020.2157%2019.3317%2020.2158%2019.459C20.2158%2019.5865%2020.1118%2019.6904%2019.9844%2019.6904C19.857%2019.6903%2019.7539%2019.5864%2019.7539%2019.459C19.7541%2019.3318%2019.8571%2019.2287%2019.9844%2019.2285Z'%20fill='%23666666'%20stroke='%23666666'%20stroke-width='2'/%3e%3cpath%20d='M19.9844%2014.3066C20.1117%2014.3066%2020.2157%2014.4098%2020.2158%2014.5371C20.2158%2014.6646%2020.1118%2014.7686%2019.9844%2014.7686C19.857%2014.7684%2019.7539%2014.6645%2019.7539%2014.5371C19.7541%2014.4099%2019.8571%2014.3068%2019.9844%2014.3066Z'%20fill='%23666666'%20stroke='%23666666'%20stroke-width='2'/%3e%3cpath%20d='M13.8306%2019.2285C13.9579%2019.2285%2014.0618%2019.3317%2014.062%2019.459C14.062%2019.5865%2013.958%2019.6904%2013.8306%2019.6904C13.7032%2019.6903%2013.6001%2019.5864%2013.6001%2019.459C13.6003%2019.3318%2013.7033%2019.2287%2013.8306%2019.2285Z'%20fill='%23666666'%20stroke='%23666666'%20stroke-width='2'/%3e%3cpath%20d='M13.8306%2014.3066C13.9579%2014.3066%2014.0618%2014.4098%2014.062%2014.5371C14.062%2014.6646%2013.958%2014.7686%2013.8306%2014.7686C13.7032%2014.7684%2013.6001%2014.6645%2013.6001%2014.5371C13.6003%2014.4099%2013.7033%2014.3068%2013.8306%2014.3066Z'%20fill='%23666666'%20stroke='%23666666'%20stroke-width='2'/%3e%3cpath%20d='M7.67676%2019.2285C7.80412%2019.2285%207.90804%2019.3317%207.9082%2019.459C7.9082%2019.5864%207.80422%2019.6904%207.67676%2019.6904C7.54944%2019.6903%207.44629%2019.5863%207.44629%2019.459C7.44645%2019.3318%207.54954%2019.2287%207.67676%2019.2285Z'%20fill='%23666666'%20stroke='%23666666'%20stroke-width='2'/%3e%3cpath%20d='M7.67676%2014.3066C7.80412%2014.3066%207.90804%2014.4098%207.9082%2014.5371C7.9082%2014.6646%207.80422%2014.7686%207.67676%2014.7686C7.54944%2014.7684%207.44629%2014.6645%207.44629%2014.5371C7.44645%2014.4099%207.54954%2014.3068%207.67676%2014.3066Z'%20fill='%23666666'%20stroke='%23666666'%20stroke-width='2'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:center right 30px;border:1px solid #666666;cursor:pointer}.styles-module__DatePicker__jeBCk .styles-module__selector__zyzbe.styles-module__disabled__T10FG{background-color:#fff;cursor:auto}.styles-module__DatePicker__jeBCk .styles-module__calendarContainer__9WNN8{position:absolute;z-index:1;bottom:-10px;transform:translateY(100%)}.styles-module__InfoIcon__JzeBl{display:inline-flex;align-items:center;cursor:pointer}.styles-module__dialog__DiM-J{max-width:754px}.styles-module__backdrop__j-spW{min-width:calc(100vw / var(--zoom));min-height:calc(100vh / var(--zoom));background-color:var(--black)!important;opacity:.7!important}.styles-module__SetReminderModal__h7tDs{position:relative;padding:40px;border-radius:10px;background-color:#fff}.styles-module__SetReminderModal__h7tDs .styles-module__closeIcon__QwXD9{position:absolute;top:61px;right:59px;cursor:pointer}.styles-module__SetReminderModal__h7tDs header{margin-bottom:16px}.styles-module__SetReminderModal__h7tDs header h1{margin:0;font-weight:600;font-size:48px;line-height:72px;color:var(--black)}.styles-module__SetReminderModal__h7tDs header .styles-module__subtitle__WqMPX{margin:2px 0 0;font-weight:500;font-size:18px;line-height:28px;color:#444}.styles-module__SetReminderModal__h7tDs .styles-module__form__MgKCn{margin-bottom:38px}.styles-module__SetReminderModal__h7tDs .styles-module__form__MgKCn .styles-module__reminderList__seU8J{display:flex;flex-direction:column;gap:12px;margin-top:8px}.styles-module__SetReminderModal__h7tDs .styles-module__form__MgKCn .styles-module__reminderCard__fbXU1{border:1px solid #e5e7eb;border-radius:10px;padding:12px 14px;background:#f9fafb}.styles-module__SetReminderModal__h7tDs .styles-module__form__MgKCn .styles-module__emptyState__XkIti{padding:12px 14px;border:1px dashed #d1d5db;border-radius:10px;color:#6b7280;background:#f9fafb}.styles-module__SetReminderModal__h7tDs .styles-module__form__MgKCn .styles-module__row__Grvcs{display:flex}.styles-module__SetReminderModal__h7tDs .styles-module__form__MgKCn .styles-module__row__Grvcs.styles-module__inviteRow__A8-9n{margin-bottom:45px;gap:38px}.styles-module__SetReminderModal__h7tDs .styles-module__form__MgKCn .styles-module__row__Grvcs .styles-module__col__aoISg{flex:1}.styles-module__SetReminderModal__h7tDs .styles-module__form__MgKCn .styles-module__row__Grvcs .styles-module__col__aoISg .styles-module__title__qr5qh h2{margin-bottom:10px;display:flex;gap:10px;font-size:24px;line-height:36px;color:var(--black)}.styles-module__SetReminderModal__h7tDs .styles-module__form__MgKCn .styles-module__row__Grvcs .styles-module__col__aoISg .styles-module__title__qr5qh h2 .styles-module__infoIconContainer__ZWYZG{font-weight:400;font-size:unset}.styles-module__SetReminderModal__h7tDs .styles-module__form__MgKCn .styles-module__row__Grvcs .styles-module__col__aoISg .styles-module__title__qr5qh hr{margin:0 0 12px}.styles-module__SetReminderModal__h7tDs .styles-module__form__MgKCn .styles-module__row__Grvcs .styles-module__error__LpyqZ{padding-left:5px;color:#f8585c}.styles-module__SetReminderModal__h7tDs .styles-module__form__MgKCn .styles-module__messageContainer__8h37u{position:relative}.styles-module__SetReminderModal__h7tDs .styles-module__form__MgKCn .styles-module__actionsRow__AJdhQ{display:flex;justify-content:flex-end;margin-top:16px}.styles-module__SetReminderModal__h7tDs .styles-module__divider__-6G7u{display:flex;justify-content:space-between;align-items:center;width:100%;height:32px;margin-bottom:28px;font-family:Poppins;font-weight:400;font-size:24px;line-height:100%;letter-spacing:0%;text-align:center}.styles-module__SetReminderModal__h7tDs .styles-module__divider__-6G7u div{width:290px;height:1px;background-color:#d9d9d9}.styles-module__SetReminderModal__h7tDs footer{display:flex;justify-content:flex-end;align-items:center;gap:20px}.styles-module__SetReminderModal__h7tDs .styles-module__secondaryLink__ct7-W{border:none;background:transparent;color:var(--primary);font-weight:600;cursor:pointer;padding:0;text-decoration:underline}.styles-module__SetReminderModal__h7tDs .styles-module__usersSection__aZ1cI{margin-top:12px}.styles-module__SetReminderModal__h7tDs .styles-module__usersSection__aZ1cI .styles-module__sectionHeader__EJTQG{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.styles-module__SetReminderModal__h7tDs .styles-module__usersSection__aZ1cI .styles-module__sectionHeader__EJTQG h2{margin:0;font-size:20px;line-height:28px;color:var(--black)}.styles-module__SetReminderModal__h7tDs .styles-module__usersSection__aZ1cI .styles-module__usersList__JRYI-{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:12px}.styles-module__SetReminderModal__h7tDs .styles-module__usersSection__aZ1cI .styles-module__usersList__JRYI- .styles-module__userItem__TBeTE{display:flex;padding:12px 14px;border:1px solid #e5e7eb;border-radius:12px;background:#fff;box-shadow:0 4px 12px #0000000a}.styles-module__SetReminderModal__h7tDs .styles-module__usersSection__aZ1cI .styles-module__usersList__JRYI- .styles-module__userItem__TBeTE .styles-module__userInfo__81BeO{display:flex;flex:1}.styles-module__SetReminderModal__h7tDs .styles-module__usersSection__aZ1cI .styles-module__usersList__JRYI- .styles-module__userItem__TBeTE .styles-module__userInfo__81BeO .styles-module__userDetails__3gzVP{display:flex;flex-direction:column;gap:4px}.styles-module__SetReminderModal__h7tDs .styles-module__usersSection__aZ1cI .styles-module__usersList__JRYI- .styles-module__userItem__TBeTE .styles-module__userInfo__81BeO .styles-module__userDetails__3gzVP .styles-module__userName__Tp2ft{font-size:18px;font-weight:600;color:var(--black)}.styles-module__SetReminderModal__h7tDs .styles-module__usersSection__aZ1cI .styles-module__usersList__JRYI- .styles-module__userItem__TBeTE .styles-module__userInfo__81BeO .styles-module__userDetails__3gzVP .styles-module__userEmail__Wi--B{font-size:14px;color:#374151}.styles-module__SetReminderModal__h7tDs .styles-module__usersSection__aZ1cI .styles-module__usersList__JRYI- .styles-module__userItem__TBeTE .styles-module__userInfo__81BeO .styles-module__userDetails__3gzVP .styles-module__userTitle__oRWZL{font-size:14px;color:#6b7280}.styles-module__SetReminderModal__h7tDs .styles-module__usersSection__aZ1cI .styles-module__usersList__JRYI- .styles-module__userItem__TBeTE .styles-module__userInfo__81BeO .styles-module__userDetails__3gzVP .styles-module__userNote__CuGIF{font-size:14px;color:#4b5563;white-space:pre-wrap}.styles-module__UploadButton__aKhQ5{display:none}@media (max-width: 768px){.styles-module__UploadButton__aKhQ5{display:block;position:fixed;z-index:100;bottom:34px;right:17px;width:60px;height:60px;background-color:var(--primary)!important;border:none;border-radius:50%}}.styles-module__EmptyFolderMessage__8Hbz3{display:flex;flex-direction:column;gap:15px;align-items:center;height:100%;padding-top:128px}.styles-module__EmptyFolderMessage__8Hbz3 .styles-module__emptyFolderIconContainer__0NdSM{display:flex;justify-content:center;align-items:center;width:126px;height:126px;background-color:#f8f8f8;border-radius:50%}.styles-module__EmptyFolderMessage__8Hbz3 .styles-module__message__yKwco{font-size:18px;line-height:27px;color:var(--black)}.styles-module__Pagination__4FQa7{display:flex;justify-content:center}.styles-module__Pagination__4FQa7 .styles-module__buttonsList__xBTtN{margin:0;padding:0;display:flex;list-style:none}@media (max-width: 768px){.styles-module__Pagination__4FQa7 .styles-module__buttonsList__xBTtN{flex-wrap:wrap}}.styles-module__Pagination__4FQa7 .styles-module__button__BqpE1{display:flex;justify-content:center;align-items:center;width:44px;height:44px}.styles-module__Pagination__4FQa7 .styles-module__button__BqpE1.styles-module__disabled__DzUI1{opacity:.4}.styles-module__Pagination__4FQa7 .styles-module__button__BqpE1.styles-module__disabled__DzUI1 a{cursor:not-allowed}.styles-module__Pagination__4FQa7 .styles-module__button__BqpE1.styles-module__active__6G9dp a{width:24px;text-align:center;font-family:Inter;line-height:125%;border-radius:4px;background-color:#f5658c;color:#fff}.styles-module__Pagination__4FQa7 .styles-module__button__BqpE1 a{font-family:Inter;font-style:normal;font-weight:400;font-size:20px;line-height:125%;text-decoration:none;color:#444}.styles-module__dialog__RwJRj{max-width:937px}.styles-module__backdrop__wjQpO{min-width:calc(100vw / var(--zoom));min-height:calc(100vh / var(--zoom));background-color:var(--black)!important;opacity:.7!important}.styles-module__RequestReviewModal__9Gg6x{position:relative;padding:44px 58px 55px;border-radius:10px;background-color:#fff}.styles-module__RequestReviewModal__9Gg6x .styles-module__closeIcon__Hu4Vr{position:absolute;top:61px;right:59px;cursor:pointer}.styles-module__RequestReviewModal__9Gg6x header{margin-bottom:22px}.styles-module__RequestReviewModal__9Gg6x header h1{margin:0;font-weight:600;font-size:48px;line-height:72px;color:var(--black)}.styles-module__RequestReviewModal__9Gg6x .styles-module__form__ucoCB{margin-bottom:38px}.styles-module__RequestReviewModal__9Gg6x .styles-module__form__ucoCB .styles-module__row__IBcKS{display:flex}.styles-module__RequestReviewModal__9Gg6x .styles-module__form__ucoCB .styles-module__row__IBcKS.styles-module__inviteRow__u-ScD{margin-bottom:45px;gap:38px}.styles-module__RequestReviewModal__9Gg6x .styles-module__form__ucoCB .styles-module__row__IBcKS .styles-module__col__brmRE{flex:1}.styles-module__RequestReviewModal__9Gg6x .styles-module__form__ucoCB .styles-module__row__IBcKS .styles-module__col__brmRE .styles-module__title__wqguQ h2{margin-bottom:10px;display:flex;gap:10px;font-size:24px;line-height:36px;color:var(--black)}.styles-module__RequestReviewModal__9Gg6x .styles-module__form__ucoCB .styles-module__row__IBcKS .styles-module__col__brmRE .styles-module__title__wqguQ h2 .styles-module__infoIconContainer__4xdn8{font-weight:400;font-size:unset}.styles-module__RequestReviewModal__9Gg6x .styles-module__form__ucoCB .styles-module__row__IBcKS .styles-module__col__brmRE .styles-module__title__wqguQ hr{margin:0 0 12px}.styles-module__RequestReviewModal__9Gg6x .styles-module__form__ucoCB .styles-module__row__IBcKS .styles-module__error__IDg9w{padding-left:5px;color:#f8585c}.styles-module__RequestReviewModal__9Gg6x .styles-module__form__ucoCB .styles-module__messageContainer__ruiKD{position:relative}.styles-module__Option__cX4TT{display:flex;gap:10px;margin-bottom:8px;padding-left:37px;font-size:22px;line-height:33px;color:#444;background-image:url("data:image/svg+xml,%3csvg%20width='27'%20height='27'%20viewBox='0%200%2027%2027'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3ccircle%20cx='13.2696'%20cy='13.5477'%20r='11.94'%20fill='white'%20stroke='%23666666'%20stroke-width='2'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:center left 0;cursor:pointer}@media (max-width: 768px){.styles-module__Option__cX4TT{margin-bottom:0;padding-left:30px;font-size:18px;line-height:27px;background-size:21px}}.styles-module__Option__cX4TT.styles-module__active__-HbT7{background-image:url("data:image/svg+xml,%3csvg%20width='27'%20height='27'%20viewBox='0%200%2027%2027'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3ccircle%20cx='13.2683'%20cy='13.5234'%20r='11.9387'%20fill='white'%20stroke='%23F8585C'%20stroke-width='2'/%3e%3ccircle%20cx='13.2683'%20cy='13.5234'%20r='4.44604'%20fill='%23F8585C'%20stroke='%23F8585C'%20stroke-width='2'/%3e%3c/svg%3e")}.styles-module__Checkbox__V-W5A.styles-module__big__xhDV- .styles-module__checkmark__xfDiG{transform:scale(1.6)}.styles-module__Checkbox__V-W5A .styles-module__label__56KkR{color:var(--text)}.styles-module__Checkbox__V-W5A .styles-module__container__gCCnD{position:relative;padding-left:35px;cursor:pointer;user-select:none;white-space:nowrap}@media (max-width: 768px){.styles-module__Checkbox__V-W5A .styles-module__container__gCCnD{padding-left:33px}}.styles-module__Checkbox__V-W5A .styles-module__container__gCCnD.styles-module__disabled__3D5to{cursor:not-allowed}.styles-module__Checkbox__V-W5A .styles-module__container__gCCnD input{position:absolute;opacity:0;cursor:pointer;height:0;width:0}.styles-module__Checkbox__V-W5A .styles-module__checkmark__xfDiG{position:absolute;top:calc(50% - 12.5px);left:0;height:25px;width:25px;background-image:url("data:image/svg+xml,%3csvg%20width='18'%20height='18'%20viewBox='0%200%2018%2018'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M0%204C0%201.79086%201.79086%200%204%200H14C16.2091%200%2018%201.79086%2018%204V14C18%2016.2091%2016.2091%2018%2014%2018H4C1.79086%2018%200%2016.2091%200%2014V4Z'%20fill='white'/%3e%3cpath%20d='M0.5%204C0.5%202.067%202.067%200.5%204%200.5H14C15.933%200.5%2017.5%202.067%2017.5%204V14C17.5%2015.933%2015.933%2017.5%2014%2017.5H4C2.067%2017.5%200.5%2015.933%200.5%2014V4Z'%20stroke='black'%20stroke-opacity='0.8'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:center;transition:opacity .15s ease}@media (max-width: 768px){.styles-module__Checkbox__V-W5A .styles-module__checkmark__xfDiG{width:21px;height:21px;top:calc(50% - 10.5px)}}.styles-module__Checkbox__V-W5A .styles-module__container__gCCnD input:checked~.styles-module__checkmark__xfDiG{background-image:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M3%207C3%204.79086%204.79086%203%207%203H17C19.2091%203%2021%204.79086%2021%207V17C21%2019.2091%2019.2091%2021%2017%2021H7C4.79086%2021%203%2019.2091%203%2017V7Z'%20fill='white'/%3e%3cpath%20d='M3.5%207C3.5%205.067%205.067%203.5%207%203.5H17C18.933%203.5%2020.5%205.067%2020.5%207V17C20.5%2018.933%2018.933%2020.5%2017%2020.5H7C5.067%2020.5%203.5%2018.933%203.5%2017V7Z'%20stroke='black'%20stroke-opacity='0.12'/%3e%3cpath%20d='M3.5%207C3.5%205.067%205.067%203.5%207%203.5H17C18.933%203.5%2020.5%205.067%2020.5%207V17C20.5%2018.933%2018.933%2020.5%2017%2020.5H7C5.067%2020.5%203.5%2018.933%203.5%2017V7Z'%20fill='%23f8585c'%20stroke='%23f8585c'/%3e%3cpath%20d='M6%2012.7778L7.41431%2011.3636L10.2427%2014.1921L16.6064%207.82812L18.0208%209.24237L10.2427%2017.0205L6%2012.7778Z'%20fill='white'/%3e%3c/svg%3e")}.styles-module__Checkbox__V-W5A .styles-module__container__gCCnD input:checked~.styles-module__checkmark__xfDiG.styles-module__disabled__3D5to{opacity:.6;cursor:not-allowed}.styles-module__backdrop__rKZBX{background-color:var(--black)!important;opacity:.7!important;min-width:calc(100vw / var(--zoom))!important;min-height:calc(100vh / var(--zoom))!important}.styles-module__dialog__hAgcl{max-width:937px}.styles-module__PermissionManager__YrhjL{position:relative;padding:44px 58px 46px;border-radius:10px;background-color:#fff}.styles-module__PermissionManager__YrhjL .styles-module__closeIcon__KYVYw{position:absolute;top:36px;right:36px;cursor:pointer}.styles-module__PermissionManager__YrhjL header{margin-bottom:22px}.styles-module__PermissionManager__YrhjL header h1{margin:0 0 8px;font-weight:600;font-size:40px;line-height:60px;color:var(--black)}.styles-module__PermissionManager__YrhjL header .styles-module__subtitle__peeTQ{margin:0;font-size:18px;line-height:27px;color:#666;font-weight:400}.styles-module__PermissionManager__YrhjL .styles-module__content__XkqtI .styles-module__currentUserStatus__Dq5U9{margin-bottom:20px;padding:10px 14px 6px;border:1px solid rgba(245,101,140,.3);border-radius:12px;background-color:#f5658c14;cursor:pointer}.styles-module__PermissionManager__YrhjL .styles-module__content__XkqtI .styles-module__currentUserStatus__Dq5U9.styles-module__currentUserStatusExpanded__tB1K4{background-color:#f5658c1f}.styles-module__PermissionManager__YrhjL .styles-module__content__XkqtI .styles-module__currentUserStatus__Dq5U9 .styles-module__statusHeader__hBwPG{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:8px}.styles-module__PermissionManager__YrhjL .styles-module__content__XkqtI .styles-module__currentUserStatus__Dq5U9 .styles-module__statusHeader__hBwPG .styles-module__statusIdentityRow__AH7E3{display:flex;align-items:center;gap:10px}.styles-module__PermissionManager__YrhjL .styles-module__content__XkqtI .styles-module__currentUserStatus__Dq5U9 .styles-module__statusHeader__hBwPG .styles-module__statusIdentityRow__AH7E3 .styles-module__statusIdentity__ze4hx{display:flex;flex-direction:column;gap:2px}.styles-module__PermissionManager__YrhjL .styles-module__content__XkqtI .styles-module__currentUserStatus__Dq5U9 .styles-module__statusHeader__hBwPG .styles-module__statusIdentityRow__AH7E3 .styles-module__statusLockIcon__SegMK{width:36px;height:36px}.styles-module__PermissionManager__YrhjL .styles-module__content__XkqtI .styles-module__currentUserStatus__Dq5U9 .styles-module__statusHeader__hBwPG .styles-module__statusBadges__jP0-D{display:flex;flex-wrap:wrap;gap:8px;align-items:center}.styles-module__PermissionManager__YrhjL .styles-module__content__XkqtI .styles-module__currentUserStatus__Dq5U9 .styles-module__statusHeader__hBwPG .styles-module__statusLabel__EbI12{font-size:12px;letter-spacing:.08em;text-transform:uppercase;color:#666}.styles-module__PermissionManager__YrhjL .styles-module__content__XkqtI .styles-module__currentUserStatus__Dq5U9 .styles-module__statusHeader__hBwPG .styles-module__statusName__YGljI{font-size:18px;font-weight:600;color:var(--black)}.styles-module__PermissionManager__YrhjL .styles-module__content__XkqtI .styles-module__currentUserStatus__Dq5U9 .styles-module__statusHeader__hBwPG .styles-module__statusEmail__-Ge-G{font-size:12px;color:#444}.styles-module__PermissionManager__YrhjL .styles-module__content__XkqtI .styles-module__currentUserStatus__Dq5U9 .styles-module__statusHeader__hBwPG .styles-module__statusRoleBadge__dZ7w-{align-self:flex-start;padding:6px 14px;border-radius:999px;background-color:#f5658c;font-size:14px;font-weight:600;text-transform:capitalize;color:#fff;border:none}.styles-module__PermissionManager__YrhjL .styles-module__content__XkqtI .styles-module__currentUserStatus__Dq5U9 .styles-module__statusHeader__hBwPG .styles-module__primaryRoleBadge__-aiNt{background-color:#fff;color:#f5658c}.styles-module__PermissionManager__YrhjL .styles-module__content__XkqtI .styles-module__currentUserStatus__Dq5U9 .styles-module__statusDescription__dUQbm{margin:0;font-size:13px;line-height:18px;color:#444}.styles-module__PermissionManager__YrhjL .styles-module__content__XkqtI .styles-module__currentUserStatus__Dq5U9 .styles-module__statusDescription__dUQbm.styles-module__statusDescriptionExpanded__-2VSQ{font-size:16px;line-height:24px}.styles-module__PermissionManager__YrhjL .styles-module__content__XkqtI .styles-module__usersSection__4EXTQ{margin-bottom:40px}.styles-module__PermissionManager__YrhjL .styles-module__content__XkqtI .styles-module__usersSection__4EXTQ .styles-module__sectionHeader__rv0oK{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.styles-module__PermissionManager__YrhjL .styles-module__content__XkqtI .styles-module__usersSection__4EXTQ .styles-module__sectionHeader__rv0oK h2{margin:0;font-size:24px;line-height:36px;color:var(--black)}.styles-module__PermissionManager__YrhjL .styles-module__content__XkqtI .styles-module__usersSection__4EXTQ .styles-module__loading__MKHYp,.styles-module__PermissionManager__YrhjL .styles-module__content__XkqtI .styles-module__usersSection__4EXTQ .styles-module__emptyState__PZaw3{padding:40px 20px;text-align:center;color:#666;font-size:18px}.styles-module__PermissionManager__YrhjL .styles-module__content__XkqtI .styles-module__usersSection__4EXTQ .styles-module__usersList__4xIGF{height:400px;margin:0;padding:0 20px 0 0;display:flex;flex-direction:column;gap:20px;overflow-y:auto;list-style:none}.styles-module__PermissionManager__YrhjL .styles-module__content__XkqtI .styles-module__usersSection__4EXTQ .styles-module__usersList__4xIGF .styles-module__userItem__H8I27{display:flex;justify-content:space-between;align-items:center;padding:12px 0;border-bottom:1px solid #f0f0f0}.styles-module__PermissionManager__YrhjL .styles-module__content__XkqtI .styles-module__usersSection__4EXTQ .styles-module__usersList__4xIGF .styles-module__userItem__H8I27:last-child{border-bottom:none}.styles-module__PermissionManager__YrhjL .styles-module__content__XkqtI .styles-module__usersSection__4EXTQ .styles-module__usersList__4xIGF .styles-module__userItem__H8I27 .styles-module__userInfo__s-y8l{display:flex;align-items:center;flex:1}.styles-module__PermissionManager__YrhjL .styles-module__content__XkqtI .styles-module__usersSection__4EXTQ .styles-module__usersList__4xIGF .styles-module__userItem__H8I27 .styles-module__userInfo__s-y8l .styles-module__userAvatar__V0XrL{height:64px;width:64px;margin-right:20px;border-radius:50%;object-fit:cover}.styles-module__PermissionManager__YrhjL .styles-module__content__XkqtI .styles-module__usersSection__4EXTQ .styles-module__usersList__4xIGF .styles-module__userItem__H8I27 .styles-module__userInfo__s-y8l .styles-module__userDetails__lmdoj{display:flex;flex-direction:column;gap:4px}.styles-module__PermissionManager__YrhjL .styles-module__content__XkqtI .styles-module__usersSection__4EXTQ .styles-module__usersList__4xIGF .styles-module__userItem__H8I27 .styles-module__userInfo__s-y8l .styles-module__userDetails__lmdoj .styles-module__userName__1FkBR{font-size:18px;font-weight:700;color:var(--black)}.styles-module__PermissionManager__YrhjL .styles-module__content__XkqtI .styles-module__usersSection__4EXTQ .styles-module__usersList__4xIGF .styles-module__userItem__H8I27 .styles-module__userInfo__s-y8l .styles-module__userDetails__lmdoj .styles-module__userTitle__JAY2n{font-size:16px;font-weight:500;color:#444}.styles-module__PermissionManager__YrhjL .styles-module__content__XkqtI .styles-module__usersSection__4EXTQ .styles-module__usersList__4xIGF .styles-module__userItem__H8I27 .styles-module__userInfo__s-y8l .styles-module__userDetails__lmdoj .styles-module__userEmail__m8esd{font-size:14px;color:#444;text-decoration:none}.styles-module__PermissionManager__YrhjL .styles-module__content__XkqtI .styles-module__usersSection__4EXTQ .styles-module__usersList__4xIGF .styles-module__userItem__H8I27 .styles-module__userInfo__s-y8l .styles-module__userDetails__lmdoj .styles-module__userEmail__m8esd:hover{text-decoration:underline}.styles-module__PermissionManager__YrhjL .styles-module__content__XkqtI .styles-module__usersSection__4EXTQ .styles-module__usersList__4xIGF .styles-module__userItem__H8I27 .styles-module__userActions__dv2hC{display:flex;align-items:center;gap:12px}.styles-module__PermissionManager__YrhjL .styles-module__content__XkqtI .styles-module__usersSection__4EXTQ .styles-module__usersList__4xIGF .styles-module__userItem__H8I27 .styles-module__userActions__dv2hC .styles-module__roleSelect__lYrxN{padding:8px 16px;border:1px solid #cccccc;border-radius:5px;font-size:16px;font-weight:700;background-color:#fff;cursor:pointer;text-transform:capitalize}.styles-module__PermissionManager__YrhjL .styles-module__content__XkqtI .styles-module__usersSection__4EXTQ .styles-module__usersList__4xIGF .styles-module__userItem__H8I27 .styles-module__userActions__dv2hC .styles-module__roleSelect__lYrxN:hover{border-color:#111}.styles-module__PermissionManager__YrhjL .styles-module__content__XkqtI .styles-module__usersSection__4EXTQ .styles-module__usersList__4xIGF .styles-module__userItem__H8I27 .styles-module__userActions__dv2hC .styles-module__removeButton__BDbeX,.styles-module__PermissionManager__YrhjL .styles-module__content__XkqtI .styles-module__usersSection__4EXTQ .styles-module__usersList__4xIGF .styles-module__userItem__H8I27 .styles-module__userActions__dv2hC .styles-module__transferButton__cy7Lz{padding:8px 16px;border:1px solid #f8585c;border-radius:5px;background-color:#fff;color:#f8585c;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s}.styles-module__PermissionManager__YrhjL .styles-module__content__XkqtI .styles-module__usersSection__4EXTQ .styles-module__usersList__4xIGF .styles-module__userItem__H8I27 .styles-module__userActions__dv2hC .styles-module__removeButton__BDbeX:hover,.styles-module__PermissionManager__YrhjL .styles-module__content__XkqtI .styles-module__usersSection__4EXTQ .styles-module__usersList__4xIGF .styles-module__userItem__H8I27 .styles-module__userActions__dv2hC .styles-module__transferButton__cy7Lz:hover{background-color:#f8585c;color:#fff}.styles-module__PermissionManager__YrhjL .styles-module__content__XkqtI .styles-module__usersSection__4EXTQ .styles-module__usersList__4xIGF .styles-module__userItem__H8I27 .styles-module__userActions__dv2hC .styles-module__transferButton__cy7Lz{border-color:#111;color:#111}.styles-module__PermissionManager__YrhjL .styles-module__content__XkqtI .styles-module__usersSection__4EXTQ .styles-module__usersList__4xIGF .styles-module__userItem__H8I27 .styles-module__userActions__dv2hC .styles-module__transferButton__cy7Lz:hover{background-color:#111;color:#fff}.styles-module__PermissionManager__YrhjL .styles-module__content__XkqtI .styles-module__usersSection__4EXTQ .styles-module__usersList__4xIGF .styles-module__userItem__H8I27 .styles-module__roleBadge__qWgG7{padding:8px 16px;background-color:#f9f9f9;border-radius:5px;font-size:16px;font-weight:700;text-transform:capitalize;color:#444}.styles-module__PermissionManager__YrhjL .styles-module__content__XkqtI .styles-module__usersSection__4EXTQ .styles-module__usersList__4xIGF .styles-module__userItem__H8I27 .styles-module__ownerBadge__dHNBd{display:inline-flex;align-items:center;padding:6px 14px;border-radius:999px;font-size:14px;font-weight:600;letter-spacing:.05em;text-transform:uppercase;color:#f5658c;background-color:#f5658c1f}.styles-module__PermissionManager__YrhjL .styles-module__content__XkqtI .styles-module__addUsersSection__siSUR{margin-top:0;padding-top:0}.styles-module__PermissionManager__YrhjL .styles-module__content__XkqtI .styles-module__addUsersSection__siSUR .styles-module__sectionHeader__rv0oK{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px}.styles-module__PermissionManager__YrhjL .styles-module__content__XkqtI .styles-module__addUsersSection__siSUR .styles-module__sectionHeader__rv0oK h2{margin:0;font-size:24px;line-height:36px;color:var(--black)}.styles-module__PermissionManager__YrhjL .styles-module__content__XkqtI .styles-module__addUsersSection__siSUR .styles-module__sectionHeader__rv0oK .styles-module__cancelButton__3gnna{padding:8px 16px;border:1px solid #cccccc;border-radius:5px;background-color:#fff;color:#444;font-size:16px;font-weight:500;cursor:pointer}.styles-module__PermissionManager__YrhjL .styles-module__content__XkqtI .styles-module__addUsersSection__siSUR .styles-module__sectionHeader__rv0oK .styles-module__cancelButton__3gnna:hover{background-color:#f9f9f9}.styles-module__PermissionManager__YrhjL .styles-module__content__XkqtI .styles-module__addUsersSection__siSUR .styles-module__addForm__actmt .styles-module__formRow__j-tQL{display:flex;gap:38px;margin-bottom:45px}.styles-module__PermissionManager__YrhjL .styles-module__content__XkqtI .styles-module__addUsersSection__siSUR .styles-module__addForm__actmt .styles-module__formRow__j-tQL.styles-module__tightSpacing__U-rgu{margin-top:-20px;margin-bottom:25px}.styles-module__PermissionManager__YrhjL .styles-module__content__XkqtI .styles-module__addUsersSection__siSUR .styles-module__addForm__actmt .styles-module__formRow__j-tQL .styles-module__formCol__rGY2a{flex:1}.styles-module__PermissionManager__YrhjL .styles-module__content__XkqtI .styles-module__addUsersSection__siSUR .styles-module__addForm__actmt .styles-module__formRow__j-tQL .styles-module__formCol__rGY2a .styles-module__formTitle__dbOEd{margin-bottom:10px;display:flex;justify-content:space-between;align-items:center}.styles-module__PermissionManager__YrhjL .styles-module__content__XkqtI .styles-module__addUsersSection__siSUR .styles-module__addForm__actmt .styles-module__formRow__j-tQL .styles-module__formCol__rGY2a .styles-module__formTitle__dbOEd h3{margin:0;display:flex;gap:10px;align-items:center;font-size:24px;line-height:36px;color:var(--black)}.styles-module__PermissionManager__YrhjL .styles-module__content__XkqtI .styles-module__addUsersSection__siSUR .styles-module__addForm__actmt .styles-module__formRow__j-tQL .styles-module__formCol__rGY2a .styles-module__formTitle__dbOEd h3 .styles-module__infoIconContainer__WRc1P{font-weight:400;font-size:unset}.styles-module__PermissionManager__YrhjL .styles-module__content__XkqtI .styles-module__addUsersSection__siSUR .styles-module__addForm__actmt .styles-module__formRow__j-tQL .styles-module__formCol__rGY2a .styles-module__formTitle__dbOEd .styles-module__folderCount__-PFWG{font-size:14px;color:#666;font-weight:400}.styles-module__PermissionManager__YrhjL .styles-module__content__XkqtI .styles-module__addUsersSection__siSUR .styles-module__addForm__actmt .styles-module__roleOptions__2YSP7{display:flex;flex-direction:column;gap:8px}.styles-module__PermissionManager__YrhjL .styles-module__content__XkqtI .styles-module__addUsersSection__siSUR .styles-module__addForm__actmt .styles-module__roleOptionsInline__JmS8g{display:flex;gap:12px;flex-wrap:wrap}.styles-module__PermissionManager__YrhjL .styles-module__content__XkqtI .styles-module__addUsersSection__siSUR .styles-module__addForm__actmt .styles-module__roleWarning__ohX9b{margin-top:12px;padding:12px 16px;border-radius:8px;background-color:#f5658c1f;color:#444;font-size:14px;line-height:150%}.styles-module__PermissionManager__YrhjL .styles-module__content__XkqtI .styles-module__addUsersSection__siSUR .styles-module__addForm__actmt .styles-module__roleWarning__ohX9b strong{display:block;margin-bottom:4px;color:#f5658c}.styles-module__PermissionManager__YrhjL .styles-module__content__XkqtI .styles-module__addUsersSection__siSUR .styles-module__addForm__actmt .styles-module__ownerRoleBanner__he0dZ{padding:16px 20px;border-radius:8px;background-color:#f5658c1f;color:#444;font-size:14px;line-height:150%}.styles-module__PermissionManager__YrhjL .styles-module__content__XkqtI .styles-module__addUsersSection__siSUR .styles-module__addForm__actmt .styles-module__ownerRoleBanner__he0dZ strong{display:block;margin-bottom:8px;font-size:16px;color:#f5658c}.styles-module__PermissionManager__YrhjL .styles-module__content__XkqtI .styles-module__addUsersSection__siSUR .styles-module__addForm__actmt .styles-module__ownerRoleBanner__he0dZ p{margin:0;color:#444}.styles-module__PermissionManager__YrhjL .styles-module__content__XkqtI .styles-module__addUsersSection__siSUR .styles-module__addForm__actmt .styles-module__messageContainer__ugrNr{position:relative}.styles-module__PermissionManager__YrhjL .styles-module__content__XkqtI .styles-module__addUsersSection__siSUR .styles-module__addForm__actmt .styles-module__error__P18ba{padding-left:5px;color:#f8585c;font-size:14px;margin-top:5px}.styles-module__PermissionManager__YrhjL .styles-module__content__XkqtI .styles-module__addUsersSection__siSUR .styles-module__addForm__actmt .styles-module__folderSelection__Fl2QU{display:flex;flex-direction:column;gap:12px;max-height:300px;overflow-y:auto;padding:8px;border:1px solid #f0f0f0;border-radius:8px;background-color:#fafafa}.styles-module__PermissionManager__YrhjL .styles-module__content__XkqtI .styles-module__addUsersSection__siSUR .styles-module__addForm__actmt .styles-module__folderSelection__Fl2QU .styles-module__folderSelectAll__9I4zU{padding-bottom:8px;border-bottom:1px solid #e0e0e0;margin-bottom:4px}.styles-module__PermissionManager__YrhjL .styles-module__content__XkqtI .styles-module__addUsersSection__siSUR .styles-module__addForm__actmt .styles-module__folderSelection__Fl2QU .styles-module__folderList__Vr-RI{display:flex;flex-direction:column;gap:8px}.styles-module__PermissionManager__YrhjL .styles-module__content__XkqtI .styles-module__addUsersSection__siSUR .styles-module__addForm__actmt .styles-module__formActions__lny6D{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-top:20px}.styles-module__PermissionManager__YrhjL .styles-module__content__XkqtI .styles-module__addUsersSection__siSUR .styles-module__addForm__actmt .styles-module__formActions__lny6D .styles-module__formActionsRight__Go3n0{display:flex;gap:12px;align-items:center}.styles-module__PermissionManager__YrhjL .styles-module__content__XkqtI .styles-module__addUsersSection__siSUR .styles-module__addForm__actmt .styles-module__formActions__lny6D .styles-module__cancelFormButton__AWfuq{min-width:192px;height:66px;padding:20px;display:flex;justify-content:center;align-items:center;border:1px solid #cccccc;border-radius:7px;font-weight:600;font-size:24px;line-height:36px;background-color:#fff;color:#444;cursor:pointer;transition:all .2s}.styles-module__PermissionManager__YrhjL .styles-module__content__XkqtI .styles-module__addUsersSection__siSUR .styles-module__addForm__actmt .styles-module__formActions__lny6D .styles-module__cancelFormButton__AWfuq:hover{background-color:#f9f9f9;border-color:#111}.styles-module__PermissionManager__YrhjL .styles-module__content__XkqtI .styles-module__addUsersSection__siSUR .styles-module__addForm__actmt .styles-module__formActions__lny6D .styles-module__createUserLink__arrw4{min-width:192px;height:66px;border:none;background:transparent;font-weight:600;font-size:18px;color:#111;cursor:pointer;text-decoration:underline}.styles-module__PermissionManager__YrhjL .styles-module__content__XkqtI .styles-module__sectionDescription__AKu-A{margin:10px 0 25px;font-size:16px;line-height:24px;color:#444;max-width:560px}.styles-module__PermissionManager__YrhjL .styles-module__content__XkqtI .styles-module__singleColumnRow__LJaNk{flex-direction:column}.styles-module__dialog__me1XO{max-width:937px}.styles-module__backdrop__Hukph{min-width:calc(100vw / var(--zoom));min-height:calc(100vh / var(--zoom))}.styles-module__MeetingDetailsModal__RDhzf{padding:36px 33px 27px 55px;position:relative;border-radius:15px;background-color:#f9f9f9}.styles-module__MeetingDetailsModal__RDhzf .styles-module__header__ecl1E{display:flex;justify-content:space-between;align-items:center;margin-bottom:54px}.styles-module__MeetingDetailsModal__RDhzf .styles-module__header__ecl1E .styles-module__title__307lq{margin:0;font-family:Poppins;font-size:48px;font-weight:600;line-height:72px;color:var(--black)}.styles-module__MeetingDetailsModal__RDhzf .styles-module__content__8-VR9{display:flex;flex-direction:column;gap:8px}.styles-module__MeetingDetailsModal__RDhzf .styles-module__content__8-VR9 p{display:grid;grid-template-columns:1.5fr 1fr;justify-content:space-between;margin-bottom:0;padding-bottom:26px;padding-top:26px;font-weight:500;font-size:24px;line-height:36px;color:var(--text);border-bottom:1px solid #d9d9d9}.styles-module__MeetingDetailsModal__RDhzf .styles-module__content__8-VR9 p .styles-module__owner__-Hwya{display:flex;flex-direction:column}.styles-module__MeetingDetailsModal__RDhzf .styles-module__content__8-VR9 p .styles-module__owner__-Hwya .styles-module__ownerTitle__tEg8g{font-weight:400;font-size:18px;line-height:27px}.styles-module__MeetingDetailsModal__RDhzf .styles-module__content__8-VR9 p .styles-module__label__Hmj3b{color:var(--black)}.styles-module__Subfolder__-F2Wg{height:92px;width:100%;padding-left:27px;padding-right:11px;display:flex;align-items:center;border:1px solid #dddddd;border-radius:5px;cursor:pointer}@media (max-width: 768px){.styles-module__Subfolder__-F2Wg{height:unset;padding:8px 6px 8px 12px}}.styles-module__Subfolder__-F2Wg:hover{background:#f8f8f8}@media (max-width: 768px){.styles-module__Subfolder__-F2Wg:hover{background:unset}}.styles-module__Subfolder__-F2Wg .styles-module__titleContainer__TGHHG{display:flex;align-items:center;font-weight:500;font-size:22px;line-height:33px;color:var(--black)}.styles-module__Subfolder__-F2Wg .styles-module__titleContainer__TGHHG .styles-module__textContainer__G1aGV{display:flex;flex-direction:column;align-items:flex-start;gap:4px}.styles-module__Subfolder__-F2Wg .styles-module__titleContainer__TGHHG .styles-module__newVideosAdded__jfJ9g{font-size:14px;font-weight:700;color:#fdb258;line-height:1.3}.styles-module__Subfolder__-F2Wg .styles-module__titleContainer__TGHHG .styles-module__icon__6QiyO{display:flex;justify-content:center;align-items:center;min-width:52px;width:52px;height:52px;margin-right:13px;background:linear-gradient(160.04deg,#fdb258 -65.33%,#f5658c,#f8585c 233.04%);border-radius:50%}@media (max-width: 768px){.styles-module__Subfolder__-F2Wg .styles-module__titleContainer__TGHHG .styles-module__icon__6QiyO{min-width:36px;width:36px;height:36px;background:linear-gradient(160.04deg,#fdb258,#f5658c 83.85%,#f8585c)}}@media (max-width: 768px){.styles-module__Subfolder__-F2Wg .styles-module__titleContainer__TGHHG .styles-module__icon__6QiyO img{width:20px;height:20px}}.styles-module__Subfolder__-F2Wg .styles-module__titleContainer__TGHHG .styles-module__publishedDate__bAksZ{display:none}.styles-module__Subfolder__-F2Wg .styles-module__actionsContainer__LClr8{display:flex;margin-left:auto}.styles-module__MeetingsPage__Q2aLz{min-height:calc(100vh / var(--zoom) - var(--header-height))}.styles-module__MeetingsPage__Q2aLz .styles-module__breadcrumbsContainer__CMjve{margin-bottom:52px}@media (max-width: 768px){.styles-module__MeetingsPage__Q2aLz .styles-module__breadcrumbsContainer__CMjve{margin-bottom:0;padding-bottom:16px}}.styles-module__MeetingsPage__Q2aLz .styles-module__breadcrumbsContainer__CMjve .styles-module__title__YgiTz{margin:0;font-weight:600;font-size:26px;line-height:125%;color:#444}@media (max-width: 768px){.styles-module__MeetingsPage__Q2aLz .styles-module__breadcrumbsContainer__CMjve .styles-module__title__YgiTz{display:none}}.styles-module__MeetingsPage__Q2aLz .styles-module__container__hYk9d{min-height:calc(100vh / var(--zoom) - 204px);padding:16px 42px}@media (max-width: 768px){.styles-module__MeetingsPage__Q2aLz .styles-module__container__hYk9d{min-height:calc(100vh / var(--zoom) - 244px);padding-left:20px;padding-right:20px}}.styles-module__MeetingsPage__Q2aLz .styles-module__container__hYk9d button{padding:0;background-color:transparent;border:none}.styles-module__MeetingsPage__Q2aLz .styles-module__container__hYk9d button:disabled{cursor:not-allowed;opacity:.5}.styles-module__MeetingsPage__Q2aLz .styles-module__container__hYk9d .styles-module__foldersContainer__4RbHG{display:flex;gap:0;margin-bottom:64px}@media (max-width: 768px){.styles-module__MeetingsPage__Q2aLz .styles-module__container__hYk9d .styles-module__foldersContainer__4RbHG{flex-direction:column;gap:13px;margin-bottom:15px}}.styles-module__MeetingsPage__Q2aLz .styles-module__container__hYk9d .styles-module__tableContainer__unaj-{display:flex;justify-content:center}.styles-module__MeetingsPage__Q2aLz .styles-module__container__hYk9d .styles-module__tableContainer__unaj- .styles-module__table__gh8QS{width:100%}.styles-module__MeetingsPage__Q2aLz .styles-module__container__hYk9d .styles-module__tableContainer__unaj- .styles-module__table__gh8QS tr{position:relative}.styles-module__MeetingsPage__Q2aLz .styles-module__container__hYk9d .styles-module__tableContainer__unaj- .styles-module__table__gh8QS thead tr:not(:hover):after,.styles-module__MeetingsPage__Q2aLz .styles-module__container__hYk9d .styles-module__tableContainer__unaj- .styles-module__table__gh8QS tbody tr:not(:last-of-type):not(:hover):after{content:"";height:1px;display:block;position:absolute;left:8px;right:8px;bottom:0;background-color:#0000000d}@media (max-width: 768px){.styles-module__MeetingsPage__Q2aLz .styles-module__container__hYk9d .styles-module__tableContainer__unaj- .styles-module__table__gh8QS thead tr:not(:hover):after,.styles-module__MeetingsPage__Q2aLz .styles-module__container__hYk9d .styles-module__tableContainer__unaj- .styles-module__table__gh8QS tbody tr:not(:last-of-type):not(:hover):after{display:none}}.styles-module__MeetingsPage__Q2aLz .styles-module__container__hYk9d .styles-module__tableContainer__unaj- .styles-module__table__gh8QS thead{height:50px}@media (max-width: 768px){.styles-module__MeetingsPage__Q2aLz .styles-module__container__hYk9d .styles-module__tableContainer__unaj- .styles-module__table__gh8QS thead{display:none}}.styles-module__MeetingsPage__Q2aLz .styles-module__container__hYk9d .styles-module__tableContainer__unaj- .styles-module__table__gh8QS thead tr .styles-module__searchBarContainer__xNuJM{padding-right:20px;display:flex;flex-direction:row-reverse}.styles-module__MeetingsPage__Q2aLz .styles-module__container__hYk9d .styles-module__tableContainer__unaj- .styles-module__table__gh8QS tbody tr{position:relative}.styles-module__MeetingsPage__Q2aLz .styles-module__container__hYk9d .styles-module__tableContainer__unaj- .styles-module__table__gh8QS tbody tr:hover:after{content:"";width:100%;display:block;position:absolute;top:0;left:0;bottom:0;background-color:#f9f9f9;z-index:-1}.styles-module__MeetingsPage__Q2aLz .styles-module__container__hYk9d .styles-module__tableContainer__unaj- .styles-module__table__gh8QS tbody tr td{position:relative;min-height:120px;padding:8px 6px;font-weight:500;font-size:24px;line-height:36px;color:var(--text)}@media (max-width: 768px){.styles-module__MeetingsPage__Q2aLz .styles-module__container__hYk9d .styles-module__tableContainer__unaj- .styles-module__table__gh8QS tbody tr td{height:unset;padding:25px 0;border-bottom:1px solid #d9d9d9}}.styles-module__MeetingsPage__Q2aLz .styles-module__container__hYk9d .styles-module__tableContainer__unaj- .styles-module__table__gh8QS tbody tr td.styles-module__capitalize__h28Wl{text-transform:capitalize}.styles-module__MeetingsPage__Q2aLz .styles-module__container__hYk9d .styles-module__tableContainer__unaj- .styles-module__table__gh8QS tbody tr td.styles-module__mobileActionsMenu__zuIUl{width:20px;padding-left:15px}.styles-module__MeetingsPage__Q2aLz .styles-module__container__hYk9d .styles-module__tableContainer__unaj- .styles-module__table__gh8QS tbody tr td.styles-module__title__YgiTz{height:100%;padding-left:15px;margin-left:32px}@media (max-width: 768px){.styles-module__MeetingsPage__Q2aLz .styles-module__container__hYk9d .styles-module__tableContainer__unaj- .styles-module__table__gh8QS tbody tr td.styles-module__title__YgiTz{min-height:70px;margin:0;padding-left:0;padding-right:0;display:flex;justify-content:space-between}}.styles-module__MeetingsPage__Q2aLz .styles-module__container__hYk9d .styles-module__tableContainer__unaj- .styles-module__table__gh8QS tbody tr td.styles-module__title__YgiTz div{display:flex;align-items:center}.styles-module__MeetingsPage__Q2aLz .styles-module__container__hYk9d .styles-module__tableContainer__unaj- .styles-module__table__gh8QS tbody tr td.styles-module__title__YgiTz a{text-decoration:none;color:#444}@media (max-width: 768px){.styles-module__MeetingsPage__Q2aLz .styles-module__container__hYk9d .styles-module__tableContainer__unaj- .styles-module__table__gh8QS tbody tr td.styles-module__title__YgiTz a{font-weight:600;font-size:18px}}.styles-module__MeetingsPage__Q2aLz .styles-module__container__hYk9d .styles-module__tableContainer__unaj- .styles-module__table__gh8QS tbody tr td.styles-module__title__YgiTz a:hover{text-decoration-line:underline;color:#f5658c}@media (max-width: 768px){.styles-module__MeetingsPage__Q2aLz .styles-module__container__hYk9d .styles-module__tableContainer__unaj- .styles-module__table__gh8QS tbody tr td.styles-module__title__YgiTz a:hover{text-decoration-line:none;color:unset}}@media (max-width: 768px){.styles-module__MeetingsPage__Q2aLz .styles-module__container__hYk9d .styles-module__tableContainer__unaj- .styles-module__table__gh8QS tbody tr td.styles-module__title__YgiTz .styles-module__titleText__hxFH4{font-weight:600;font-size:18px;line-height:25px}}.styles-module__MeetingsPage__Q2aLz .styles-module__container__hYk9d .styles-module__tableContainer__unaj- .styles-module__table__gh8QS tbody tr td.styles-module__title__YgiTz .styles-module__roundIcon__yDmSr{display:flex;justify-content:center;align-items:center;width:55px;height:55px;min-width:55px;border-radius:50%;border:2px solid black}@media (max-width: 768px){.styles-module__MeetingsPage__Q2aLz .styles-module__container__hYk9d .styles-module__tableContainer__unaj- .styles-module__table__gh8QS tbody tr td.styles-module__title__YgiTz .styles-module__roundIcon__yDmSr{width:36px;height:36px;min-width:36px;border-width:1.5px}.styles-module__MeetingsPage__Q2aLz .styles-module__container__hYk9d .styles-module__tableContainer__unaj- .styles-module__table__gh8QS tbody tr td.styles-module__title__YgiTz .styles-module__roundIcon__yDmSr img{width:70%;height:70%}}.styles-module__MeetingsPage__Q2aLz .styles-module__container__hYk9d .styles-module__tableContainer__unaj- .styles-module__table__gh8QS tbody tr td.styles-module__title__YgiTz .styles-module__videoIcon__2C4yD{margin-right:0!important}@media (max-width: 768px){.styles-module__MeetingsPage__Q2aLz .styles-module__container__hYk9d .styles-module__tableContainer__unaj- .styles-module__table__gh8QS tbody tr td.styles-module__title__YgiTz .styles-module__videoIcon__2C4yD{display:table-cell;height:36px;width:36px;margin-right:8px}}.styles-module__MeetingsPage__Q2aLz .styles-module__container__hYk9d .styles-module__tableContainer__unaj- .styles-module__table__gh8QS tbody tr td.styles-module__title__YgiTz .styles-module__left__HerjJ{display:flex;gap:16px}@media (max-width: 768px){.styles-module__MeetingsPage__Q2aLz .styles-module__container__hYk9d .styles-module__tableContainer__unaj- .styles-module__table__gh8QS tbody tr td.styles-module__title__YgiTz .styles-module__left__HerjJ{width:100%}.styles-module__MeetingsPage__Q2aLz .styles-module__container__hYk9d .styles-module__tableContainer__unaj- .styles-module__table__gh8QS tbody tr td.styles-module__title__YgiTz .styles-module__left__HerjJ .styles-module__titleContainer__XQ-DH{display:flex;flex-direction:column;align-items:flex-start}}.styles-module__MeetingsPage__Q2aLz .styles-module__container__hYk9d .styles-module__tableContainer__unaj- .styles-module__table__gh8QS tbody tr td.styles-module__title__YgiTz .styles-module__right__8AuOp{display:flex;gap:4px}.styles-module__MeetingsPage__Q2aLz .styles-module__container__hYk9d .styles-module__tableContainer__unaj- .styles-module__table__gh8QS tbody tr td.styles-module__title__YgiTz .styles-module__right__8AuOp button{display:none}@media (max-width: 768px){.styles-module__MeetingsPage__Q2aLz .styles-module__container__hYk9d .styles-module__tableContainer__unaj- .styles-module__table__gh8QS tbody tr td.styles-module__title__YgiTz .styles-module__right__8AuOp button{display:flex;margin-left:auto;background:transparent;border:none}.styles-module__MeetingsPage__Q2aLz .styles-module__container__hYk9d .styles-module__tableContainer__unaj- .styles-module__table__gh8QS tbody tr td.styles-module__title__YgiTz .styles-module__right__8AuOp button img{width:36px;height:36px}}.styles-module__MeetingsPage__Q2aLz .styles-module__container__hYk9d .styles-module__tableContainer__unaj- .styles-module__table__gh8QS tbody tr td.styles-module__title__YgiTz .styles-module__publishedDate__8QSUX{display:none}@media (max-width: 768px){.styles-module__MeetingsPage__Q2aLz .styles-module__container__hYk9d .styles-module__tableContainer__unaj- .styles-module__table__gh8QS tbody tr td.styles-module__title__YgiTz .styles-module__publishedDate__8QSUX{display:block;padding-left:0!important;font-size:14px;line-height:18px}}.styles-module__MeetingsPage__Q2aLz .styles-module__container__hYk9d .styles-module__tableContainer__unaj- .styles-module__table__gh8QS tbody tr td.styles-module__duration__Yllag{text-align:left;min-width:80px}.styles-module__MeetingsPage__Q2aLz .styles-module__container__hYk9d .styles-module__tableContainer__unaj- .styles-module__table__gh8QS tbody tr td.styles-module__duration__Yllag button{width:57px;height:57px;margin-right:16px}.styles-module__MeetingsPage__Q2aLz .styles-module__container__hYk9d .styles-module__tableContainer__unaj- .styles-module__table__gh8QS tbody tr td.styles-module__duration__Yllag button img{width:100%;height:100%}.styles-module__MeetingsPage__Q2aLz .styles-module__container__hYk9d .styles-module__tableContainer__unaj- .styles-module__table__gh8QS tbody tr td.styles-module__duration__Yllag .styles-module__noDuration__bUjAL{opacity:.3}@media (max-width: 768px){.styles-module__MeetingsPage__Q2aLz .styles-module__container__hYk9d .styles-module__tableContainer__unaj- .styles-module__table__gh8QS tbody tr td.styles-module__duration__Yllag{display:none}}@media (max-width: 768px){.styles-module__MeetingsPage__Q2aLz .styles-module__container__hYk9d .styles-module__tableContainer__unaj- .styles-module__table__gh8QS tbody tr td.styles-module__owner__9bVNZ{display:none}}@media (max-width: 768px){.styles-module__MeetingsPage__Q2aLz .styles-module__container__hYk9d .styles-module__tableContainer__unaj- .styles-module__table__gh8QS tbody tr td.styles-module__status__7PfbA{display:none}}.styles-module__MeetingsPage__Q2aLz .styles-module__container__hYk9d .styles-module__tableContainer__unaj- .styles-module__table__gh8QS tbody tr td.styles-module__comment__lmyfi{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media (max-width: 768px){.styles-module__MeetingsPage__Q2aLz .styles-module__container__hYk9d .styles-module__tableContainer__unaj- .styles-module__table__gh8QS tbody tr td.styles-module__comment__lmyfi{display:none}}.styles-module__MeetingsPage__Q2aLz .styles-module__container__hYk9d .styles-module__tableContainer__unaj- .styles-module__table__gh8QS tbody tr td.styles-module__buttons__HlT8Y{display:flex;align-items:center;flex-direction:row-reverse;justify-content:flex-end;gap:17px}@media (max-width: 768px){.styles-module__MeetingsPage__Q2aLz .styles-module__container__hYk9d .styles-module__tableContainer__unaj- .styles-module__table__gh8QS tbody tr td.styles-module__buttons__HlT8Y{display:initial}}.styles-module__MeetingsPage__Q2aLz .styles-module__container__hYk9d .styles-module__tableContainer__unaj- .styles-module__table__gh8QS tbody tr td.styles-module__buttons__HlT8Y .styles-module__button__4jopG{display:flex;align-items:center;justify-content:center;min-width:55px;width:55px;height:55px;border:2px solid black;border-radius:50%}.styles-module__MeetingsPage__Q2aLz .styles-module__container__hYk9d .styles-module__tableContainer__unaj- .styles-module__table__gh8QS tbody tr td.styles-module__buttons__HlT8Y .styles-module__actionButton__JiTcZ:not(.styles-module__button__4jopG){min-width:57px;width:57px;height:57px}.styles-module__MeetingsPage__Q2aLz .styles-module__container__hYk9d .styles-module__tableContainer__unaj- .styles-module__table__gh8QS tbody tr td.styles-module__buttons__HlT8Y .styles-module__actionButton__JiTcZ:not(.styles-module__button__4jopG) img{width:100%;height:100%}.styles-module__MeetingsPage__Q2aLz .styles-module__container__hYk9d .styles-module__tableContainer__unaj- .styles-module__table__gh8QS tbody tr td.styles-module__buttons__HlT8Y .styles-module__buttonsContainer__dfbk3{display:flex;flex-direction:row-reverse;align-items:center;gap:24px}.styles-module__MeetingsPage__Q2aLz .styles-module__container__hYk9d .styles-module__tableContainer__unaj- .styles-module__table__gh8QS tbody tr.styles-module__clickable__-I28y{cursor:pointer}.styles-module__MeetingsPage__Q2aLz .styles-module__container__hYk9d .styles-module__tableContainer__unaj- .styles-module__table__gh8QS tbody tr:hover:after{content:"";height:100px;display:block;position:absolute;top:10px;left:-30px;right:0;background-color:#f9f9f9;z-index:-1}@media (max-width: 768px){.styles-module__MeetingsPage__Q2aLz .styles-module__container__hYk9d .styles-module__tableContainer__unaj- .styles-module__table__gh8QS tbody tr:hover:after{display:none}}.styles-module__MeetingsPage__Q2aLz .styles-module__container__hYk9d .styles-module__noMeetings__xXKnV{margin:0;position:absolute;top:65%;right:50%;transform:translate(50%);text-align:center;font-weight:400;font-size:42px;line-height:114%;color:#444}@media (max-width: 768px){.styles-module__MeetingsPage__Q2aLz .styles-module__container__hYk9d .styles-module__noMeetings__xXKnV{position:unset;top:unset;right:unset;transform:unset;margin:32px 0;font-size:32px}}.styles-module__WaveForm__zb3zU{height:calc(100vh / var(--zoom) - 342px - 91px - var(--header-height) + 100px);padding-left:40px;padding-right:40px}.styles-module__Header__piqf1{display:flex;justify-content:space-between;width:100%;padding-top:24px;padding-left:32px;padding-right:35px}@media (max-width: 768px){.styles-module__Header__piqf1{padding-top:16px;padding-left:18px;padding-right:20px}}.styles-module__Header__piqf1 .styles-module__buttonContainer__-8oLm{display:flex;align-items:center;gap:19px}@media (max-width: 768px){.styles-module__Header__piqf1 .styles-module__buttonContainer__-8oLm{gap:12px}}.styles-module__Header__piqf1 .styles-module__title__Eq4hc,.styles-module__Header__piqf1 button{margin-bottom:0;font-size:24px;font-weight:500;line-height:36px;color:#fff}.styles-module__Header__piqf1 .styles-module__title__Eq4hc.styles-module__shareButton__DCEBU,.styles-module__Header__piqf1 button.styles-module__shareButton__DCEBU{display:flex;align-items:center;font-size:18px;line-height:24px}.styles-module__Header__piqf1 .styles-module__title__Eq4hc.styles-module__shareButton__DCEBU img,.styles-module__Header__piqf1 button.styles-module__shareButton__DCEBU img{height:18px}@media (max-width: 768px){.styles-module__Header__piqf1 .styles-module__title__Eq4hc,.styles-module__Header__piqf1 button{font-size:16px;line-height:24px}.styles-module__Header__piqf1 .styles-module__title__Eq4hc img,.styles-module__Header__piqf1 button img{height:16px}.styles-module__Header__piqf1 .styles-module__title__Eq4hc.styles-module__shareButton__DCEBU,.styles-module__Header__piqf1 button.styles-module__shareButton__DCEBU{display:none}}.styles-module__Header__piqf1 button{display:flex;gap:14px;padding:0;background-color:transparent;border:none}.styles-module__Header__piqf1 button.styles-module__shareButton__DCEBU{gap:8px}.styles-module__ControlsHeader__FFlxo{display:flex;justify-content:space-between;align-items:center;margin-bottom:6px}@media (max-width: 768px){.styles-module__ControlsHeader__FFlxo{margin-bottom:0}}.styles-module__ControlsHeader__FFlxo .styles-module__title__uTqZA{margin-bottom:0;font-size:24px;font-weight:500;line-height:36px;text-align:left;color:#fff}@media (max-width: 768px){.styles-module__ControlsHeader__FFlxo .styles-module__title__uTqZA{display:none}}.styles-module__ControlsHeader__FFlxo .styles-module__time__mUIbn{font-size:16px;font-weight:400;line-height:16px;color:#fff}@media (max-width: 768px){.styles-module__ControlsHeader__FFlxo .styles-module__time__mUIbn{font-size:12px;line-height:12px}}.styles-module__Progress__LCuNn{position:relative;margin-bottom:6px;padding-top:10px;padding-bottom:10px;z-index:2;transition:transform .2s;cursor:pointer}.styles-module__Progress__LCuNn.styles-module__dragging__4Cqfd .styles-module__progressBar__lUVXO,.styles-module__Progress__LCuNn:hover .styles-module__progressBar__lUVXO{transform:scaleY(2)}.styles-module__Progress__LCuNn.styles-module__dragging__4Cqfd .styles-module__progressBar__lUVXO .styles-module__progress__oeZXt:after,.styles-module__Progress__LCuNn:hover .styles-module__progressBar__lUVXO .styles-module__progress__oeZXt:after{opacity:1;transform:scaleY(.5)}.styles-module__Progress__LCuNn .styles-module__progressBar__lUVXO{width:100%;height:2px;background-color:#d9d9d966;transition:transform .2s;border-radius:20px}.styles-module__Progress__LCuNn .styles-module__progressBar__lUVXO .styles-module__progress__oeZXt{position:absolute;width:0;height:2px;background-color:#fff;border-radius:20px}.styles-module__Progress__LCuNn .styles-module__progressBar__lUVXO .styles-module__progress__oeZXt:after{content:"";position:absolute;height:20px;width:20px;border-radius:50%;background-color:#fff;right:-10px;top:-9px;transform:scale(.2);opacity:0;transition:transform .2s,opacity .2s}.styles-module__Buttons__lHoPE{position:relative}.styles-module__Buttons__lHoPE.styles-module__chrome__jcFdY ul li .styles-module__recordControl__ds8DY{position:relative;top:-4px}.styles-module__Buttons__lHoPE ul{display:flex;align-items:center;gap:8px;margin:0;padding:0;list-style:none}@media (max-width: 768px){.styles-module__Buttons__lHoPE ul{gap:20px}}.styles-module__Buttons__lHoPE ul li{padding:0;cursor:pointer}@media (max-width: 768px){.styles-module__Buttons__lHoPE ul li:first-child button{width:12px}}.styles-module__Buttons__lHoPE ul li.styles-module__mute__2KCv4.styles-module__edit__ctdkS,.styles-module__Buttons__lHoPE ul li.styles-module__fullscreen__D0n22{margin-left:auto}.styles-module__Buttons__lHoPE ul li.styles-module__fullscreen__D0n22 img{width:24px;height:24px}@media (max-width: 768px){.styles-module__Buttons__lHoPE ul li.styles-module__fullscreen__D0n22 img{width:14px;height:14px}}.styles-module__Buttons__lHoPE ul li.styles-module__subtitles__buBgt button img.styles-module__disabled__lbyy1{position:relative;top:5px;opacity:.7}.styles-module__Buttons__lHoPE ul li button{width:48px;height:48px;padding:0;border:none;background-color:transparent}@media (max-width: 768px){.styles-module__Buttons__lHoPE ul li button{width:unset;height:unset}.styles-module__Buttons__lHoPE ul li button img{width:auto;height:14px}}.styles-module__Buttons__lHoPE ul li .styles-module__recordControl__ds8DY{display:flex;align-self:center;align-items:center;gap:5px;padding:5px 10px;font-size:22px;line-height:109%;color:#fff;border:2px solid white;border-radius:5px}.styles-module__Buttons__lHoPE ul li .styles-module__recordControl__ds8DY .styles-module__stopButton__kAShM{width:18px;height:18px}.styles-module__Buttons__lHoPE ul li .styles-module__recordButton__rfauP{width:20px;height:20px;background-color:#f8585c;border-radius:50%}.styles-module__Buttons__lHoPE ul li .styles-module__stopButton__kAShM{width:22px;height:22px;background-color:#fff}.styles-module__Controls__T06pX{position:relative;z-index:1;padding-left:40px;padding-right:40px;padding-bottom:12px;background:linear-gradient(180deg,#08090d00,#08090de6 80.37%)}@media (max-width: 768px){.styles-module__Controls__T06pX{padding-left:18px;padding-right:21px;padding-bottom:20px}}.styles-module__Loader__Ungrb{transform:scale(.6)}.styles-module__Loader__Ungrb,.styles-module__Loader__Ungrb div,.styles-module__Loader__Ungrb div:after{box-sizing:border-box}.styles-module__Loader__Ungrb{color:currentColor;display:inline-block;position:relative;width:80px;height:80px}.styles-module__Loader__Ungrb div{transform-origin:40px 40px;animation:styles-module__Loader__Ungrb 1.2s linear infinite}.styles-module__Loader__Ungrb div:after{content:" ";display:block;position:absolute;top:3.2px;left:36.8px;width:6.4px;height:17.6px;border-radius:20%;background:#fff}.styles-module__Loader__Ungrb div:nth-child(1){transform:rotate(0);animation-delay:-1.1s}.styles-module__Loader__Ungrb div:nth-child(2){transform:rotate(30deg);animation-delay:-1s}.styles-module__Loader__Ungrb div:nth-child(3){transform:rotate(60deg);animation-delay:-.9s}.styles-module__Loader__Ungrb div:nth-child(4){transform:rotate(90deg);animation-delay:-.8s}.styles-module__Loader__Ungrb div:nth-child(5){transform:rotate(120deg);animation-delay:-.7s}.styles-module__Loader__Ungrb div:nth-child(6){transform:rotate(150deg);animation-delay:-.6s}.styles-module__Loader__Ungrb div:nth-child(7){transform:rotate(180deg);animation-delay:-.5s}.styles-module__Loader__Ungrb div:nth-child(8){transform:rotate(210deg);animation-delay:-.4s}.styles-module__Loader__Ungrb div:nth-child(9){transform:rotate(240deg);animation-delay:-.3s}.styles-module__Loader__Ungrb div:nth-child(10){transform:rotate(270deg);animation-delay:-.2s}.styles-module__Loader__Ungrb div:nth-child(11){transform:rotate(300deg);animation-delay:-.1s}.styles-module__Loader__Ungrb div:nth-child(12){transform:rotate(330deg);animation-delay:0s}@keyframes styles-module__Loader__Ungrb{0%{opacity:1}to{opacity:0}}.styles-module__PublishingOverlay__EjYla{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:10px}.styles-module__PublishingOverlay__EjYla .styles-module__overlay__GPO5k{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#d9d9d9;filter:brightness(75%);border-radius:10px}.styles-module__PublishingOverlay__EjYla .styles-module__text__nqSP1{position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%}.styles-module__PublishingOverlay__EjYla .styles-module__text__nqSP1 .styles-module__title__sOz9R{margin-bottom:17px;font-size:24px;font-weight:600;line-height:36px;color:#fff}.styles-module__PublishingOverlay__EjYla .styles-module__text__nqSP1 .styles-module__info__2OKGJ{max-width:627px;margin:0;font-size:18px;font-weight:400;line-height:27px;text-align:center;color:#fff}.styles-module__Subtitles__wdrZV{position:absolute;bottom:103px;left:50%;transform:translate(-50%);max-width:80%;padding:14px 42px;font-family:Poppins;font-weight:500;font-size:22px;line-height:100%;letter-spacing:0%;color:#fff;background-color:var(--black);border-radius:5px}@media (max-width: 768px){.styles-module__Subtitles__wdrZV{bottom:74px;padding:6px 36px 6px 10px;font-size:14px}}.styles-module__Subtitles__wdrZV .styles-module__closeButton__cwB0x{position:absolute;top:11px;right:16px;display:flex;height:10px;padding:0;background-color:transparent;border:none}@media (max-width: 768px){.styles-module__Subtitles__wdrZV .styles-module__closeButton__cwB0x{top:50%;right:13px;transform:translateY(-50%)}}.styles-module__VideoPlayerOverlay__8nVzK{position:absolute;inset:0;z-index:1000}@media (max-width: 768px){.styles-module__VideoPlayerOverlay__8nVzK{background-color:transparent;border-radius:0}}.styles-module__VideoPlayerOverlay__8nVzK:hover .styles-module__container__doP8N,.styles-module__VideoPlayerOverlay__8nVzK.styles-module__publishing__1uk9j .styles-module__container__doP8N{display:flex}.styles-module__VideoPlayerOverlay__8nVzK .styles-module__container__doP8N{position:relative;display:none;flex-direction:column;justify-content:space-between;width:100%;height:100%;background-color:#1116;border-radius:10px;overflow:hidden}@media (max-width: 768px){.styles-module__VideoPlayerOverlay__8nVzK .styles-module__container__doP8N{display:flex}}.styles-module__MeetingVideoPlayer__nu-67{position:relative;display:flex;flex-direction:column;width:100%;height:calc(100vh / var(--zoom) - var(--header-height) - 63px - 70px - 300px + 80px);border-radius:10px;overflow:hidden}@media (max-width: 1024px){.styles-module__MeetingVideoPlayer__nu-67{width:100%;height:auto;aspect-ratio:16/9;border-radius:0}}.styles-module__MeetingVideoPlayer__nu-67.styles-module__fixed__pf9l4{position:fixed;z-index:3;inset:0;height:unset;aspect-ratio:unset}.styles-module__MeetingVideoPlayer__nu-67.styles-module__mobileUpload__PIHjQ{margin-bottom:40px}@media (max-width: 768px){.styles-module__MeetingVideoPlayer__nu-67.styles-module__mobileUpload__PIHjQ{margin-bottom:0}}.styles-module__MeetingVideoPlayer__nu-67:hover .styles-module__controlsOverlay__-IRP1{display:flex}.styles-module__MeetingVideoPlayer__nu-67 .styles-module__controlsOverlay__-IRP1{display:flex;position:absolute;inset:0;z-index:10;width:100%;height:100%}@media (max-width: 768px){.styles-module__MeetingVideoPlayer__nu-67 .styles-module__controlsOverlay__-IRP1{display:flex}}.styles-module__MeetingVideoPlayer__nu-67 header{display:flex;column-gap:20px;position:absolute;top:16px;left:18px;z-index:2}.styles-module__MeetingVideoPlayer__nu-67 header .styles-module__backButton__1MsON{display:flex;align-items:center;padding:0;background-color:transparent;border:none}.styles-module__MeetingVideoPlayer__nu-67 header h1{margin-bottom:0;color:#fff;font-size:24px}.styles-module__MeetingVideoPlayer__nu-67 .styles-module__sectionsVisibilityButton__sFtGe{position:absolute;bottom:25px;padding:0;font-family:Outfit;font-style:normal;font-weight:500;font-size:24px;line-height:24px;color:#fff;background-color:transparent;border:none}@media (max-width: 768px){.styles-module__MeetingVideoPlayer__nu-67 .styles-module__sectionsVisibilityButton__sFtGe{display:none}}.styles-module__MeetingVideoPlayer__nu-67 video{display:block;width:100%;height:100%;object-fit:contain;background-color:#000}@media (max-width: 768px){.styles-module__MeetingVideoPlayer__nu-67 video{height:100%;width:100%}}.styles-module__MeetingVideoPlayer__nu-67 .styles-module__waveFormContainer__cNjyY{position:absolute;inset:0;background-color:#111;z-index:1}div:has(.styles-module__dialog__ZHh4H){z-index:99999}.styles-module__dialog__ZHh4H{max-width:1332px}@media (max-width: 768px){.styles-module__dialog__ZHh4H{max-width:100%;margin:0}}.styles-module__dialog__ZHh4H.styles-module__multipleChoice__9NQSf{max-width:937px}.styles-module__dialog__ZHh4H.styles-module__submitted__2Y6Vp{max-width:548px}@media (max-width: 768px){.styles-module__dialog__ZHh4H.styles-module__submitted__2Y6Vp{max-width:100%}}.styles-module__backdrop__8ogLa{opacity:1!important;min-width:calc(100vw / var(--zoom));min-height:calc(100vh / var(--zoom))}.styles-module__QuestionModal__yJmzp{position:relative;padding:67px 77px 66px;border-radius:10px}@media (max-width: 768px){.styles-module__QuestionModal__yJmzp{min-height:100dvh!important;padding:81px 20px 20px!important;border-radius:0}}.styles-module__QuestionModal__yJmzp.styles-module__submitted__2Y6Vp{border-radius:20px}@media (max-width: 768px){.styles-module__QuestionModal__yJmzp.styles-module__submitted__2Y6Vp{border-radius:0}}.styles-module__QuestionModal__yJmzp.styles-module__multipleChoice__9NQSf{padding:50px 51px 60px}.styles-module__QuestionModal__yJmzp.styles-module__multipleChoice__9NQSf .styles-module__question__FZ0rZ{max-width:758px}.styles-module__QuestionModal__yJmzp.styles-module__multipleChoice__9NQSf .styles-module__buttons__XuUb7{justify-content:space-between}.styles-module__QuestionModal__yJmzp .styles-module__closeIcon__AJAkO{position:absolute;z-index:1;top:86px;right:76px;display:block;width:27px;height:27px;font-size:0;background-image:url("data:image/svg+xml,%3csvg%20width='28'%20height='28'%20viewBox='0%200%2028%2028'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20opacity='0.2'%20d='M14.0526%2010.651L24.605%200.0986328L27.6194%203.113L17.067%2013.6654L27.6194%2024.2178L24.605%2027.2322L14.0526%2016.6798L3.5002%2027.2322L0.48584%2024.2178L11.0382%2013.6654L0.48584%203.113L3.5002%200.0986328L14.0526%2010.651Z'%20fill='%23666666'/%3e%3c/svg%3e");background-size:contain;cursor:pointer}@media (max-width: 768px){.styles-module__QuestionModal__yJmzp .styles-module__closeIcon__AJAkO{top:27px;right:20px;width:17px;height:17px;background-image:url("data:image/svg+xml,%3csvg%20width='17'%20height='17'%20viewBox='0%200%2017%2017'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M8.5%206.61141L15.1114%200L17%201.88859L10.3886%208.5L17%2015.1114L15.1114%2017L8.5%2010.3886L1.88859%2017L0%2015.1114L6.61141%208.5L0%201.88859L1.88859%200L8.5%206.61141Z'%20fill='%23111111'/%3e%3c/svg%3e")}}.styles-module__QuestionModal__yJmzp .styles-module__submitMessage__BNmKE{position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center;padding-top:50px;padding-bottom:50px}@media (max-width: 768px){.styles-module__QuestionModal__yJmzp .styles-module__submitMessage__BNmKE{padding-left:20px;padding-right:20px}}.styles-module__QuestionModal__yJmzp .styles-module__submitMessage__BNmKE p{width:380px;text-align:center;font-size:20px;margin:0}@media (max-width: 768px){.styles-module__QuestionModal__yJmzp .styles-module__submitMessage__BNmKE p{width:unset}}.styles-module__QuestionModal__yJmzp .styles-module__submitMessage__BNmKE p.styles-module__title__t5g2Z{font-weight:700}.styles-module__QuestionModal__yJmzp .styles-module__question__FZ0rZ{margin-bottom:55px;font-size:48px;font-weight:600;line-height:65px;text-align:left;color:var(--black)}@media (max-width: 768px){.styles-module__QuestionModal__yJmzp .styles-module__question__FZ0rZ{margin-bottom:31px;font-size:28px;line-height:42px}}.styles-module__QuestionModal__yJmzp .styles-module__requiredInfo__rEPtY{margin:20px 0;padding-left:50px;color:#898989}.styles-module__QuestionModal__yJmzp .styles-module__form__tK4Dk{display:flex;justify-content:space-between;gap:31px;margin-bottom:51px;position:relative}@media (max-width: 768px){.styles-module__QuestionModal__yJmzp .styles-module__form__tK4Dk{flex-direction:column;gap:17px;margin-bottom:31px}}.styles-module__QuestionModal__yJmzp .styles-module__form__tK4Dk .styles-module__userpic__jmaYx{display:flex;flex-direction:column;justify-content:space-between;align-items:center;width:129px;height:104px;border-radius:50%}@media (max-width: 768px){.styles-module__QuestionModal__yJmzp .styles-module__form__tK4Dk .styles-module__userpic__jmaYx{height:unset}}.styles-module__QuestionModal__yJmzp .styles-module__form__tK4Dk .styles-module__userpic__jmaYx img{width:75px;height:75px;min-height:75px;margin-bottom:14px;object-fit:cover;border-radius:50%}@media (max-width: 768px){.styles-module__QuestionModal__yJmzp .styles-module__form__tK4Dk .styles-module__userpic__jmaYx img{margin-bottom:8px}}.styles-module__QuestionModal__yJmzp .styles-module__form__tK4Dk .styles-module__userpic__jmaYx .styles-module__username__8u7ks{width:100%;margin:0;font-family:Poppins;font-size:24px;font-weight:500;line-height:36px;text-align:center;color:var(--black)}@media (max-width: 768px){.styles-module__QuestionModal__yJmzp .styles-module__form__tK4Dk .styles-module__userpic__jmaYx .styles-module__username__8u7ks{font-size:18px;line-height:27px}}.styles-module__QuestionModal__yJmzp .styles-module__form__tK4Dk textarea{width:100%;height:254px;padding:20px 42px 20px 28px;font-family:Outfit;font-style:normal;font-weight:400;font-size:24px;line-height:24px;background-color:#fff;border-radius:18px;border:1px solid #666666;resize:none}@media (max-width: 768px){.styles-module__QuestionModal__yJmzp .styles-module__form__tK4Dk textarea{height:173px;padding-left:24px;font-size:18px}}.styles-module__QuestionModal__yJmzp .styles-module__form__tK4Dk textarea:focus{outline:none}.styles-module__QuestionModal__yJmzp .styles-module__form__tK4Dk textarea::placeholder{color:#0000004d}.styles-module__QuestionModal__yJmzp .styles-module__form__tK4Dk .styles-module__emojiIcon__YgU4z{position:absolute;top:16px;right:23px;cursor:pointer}.styles-module__QuestionModal__yJmzp ul{display:flex;flex-direction:column;gap:16px;margin:0 0 51px;padding:0;list-style:none}@media (max-width: 768px){.styles-module__QuestionModal__yJmzp ul{margin-bottom:31px}}.styles-module__QuestionModal__yJmzp ul li label{font-family:Outfit;font-style:normal;font-weight:400;font-size:24px;line-height:24px;color:#444}.styles-module__QuestionModal__yJmzp .styles-module__buttons__XuUb7{display:flex;justify-content:flex-end;gap:22px}@media (max-width: 768px){.styles-module__QuestionModal__yJmzp .styles-module__buttons__XuUb7{flex-direction:column;gap:13px}.styles-module__QuestionModal__yJmzp .styles-module__buttons__XuUb7 button{width:100%!important}}.styles-module__QuestionModal__yJmzp .styles-module__buttons__XuUb7 .styles-module__messageContainer__m7XX2 p{margin:0;font-family:Inter;font-style:normal;font-size:20px;line-height:29px;color:#444}.styles-module__QuestionModal__yJmzp .styles-module__buttons__XuUb7 .styles-module__messageContainer__m7XX2 p:first-of-type{font-weight:600}.styles-module__Thumbnail__2vt4I{width:70px;height:70px;padding:0;border:none;border-radius:50%;overflow:hidden}@media (max-width: 768px){.styles-module__Thumbnail__2vt4I{width:60px;min-width:60px;height:60px;min-height:60px}}.styles-module__Thumbnail__2vt4I.styles-module__active__91l8d{border:2px solid var(--primary)}.styles-module__Thumbnail__2vt4I .styles-module__thumbnail__E9c2V{width:100%;height:100%;object-fit:cover}.styles-module__Thumbnails__yTrQ3{display:flex;justify-content:center;gap:27px}@media (max-width: 768px){.styles-module__Thumbnails__yTrQ3{position:absolute;top:301px;left:0;padding-left:20px;justify-content:unset;gap:7px;width:100%;overflow-x:auto;scrollbar-width:none}}.styles-module__backdrop__uRTmJ{min-width:calc(100vw / var(--zoom));min-height:calc(100vh / var(--zoom))}div:has(.styles-module__dialog__TF42O){z-index:99999}.styles-module__dialog__TF42O{max-width:1225px}@media (max-width: 768px){.styles-module__dialog__TF42O{z-index:99999!important;margin:0}}.styles-module__ViewImageSectionModal__jGrIi{display:flex;flex-direction:column;justify-content:space-between;position:relative;border-radius:25px;background-color:transparent;padding:0}@media (max-width: 768px){.styles-module__ViewImageSectionModal__jGrIi{background-color:#fff}}@media (max-width: 768px){.styles-module__ViewImageSectionModal__jGrIi{justify-content:unset;height:100dvh;padding:81px 20px 20px;border-radius:0}}.styles-module__ViewImageSectionModal__jGrIi .styles-module__closeButton__LaUKz{position:absolute;top:-11px;right:-255px;transform:translateY(-100%);padding:0;background-color:transparent;border:none}@media (max-width: 768px){.styles-module__ViewImageSectionModal__jGrIi .styles-module__closeButton__LaUKz{top:22px;right:20px;transform:translateY(0)}}.styles-module__ViewImageSectionModal__jGrIi .styles-module__container__k0fD2{position:relative;margin-bottom:39px;background-color:#fff;border-radius:10px}@media (max-width: 768px){.styles-module__ViewImageSectionModal__jGrIi .styles-module__container__k0fD2{position:static;display:flex;flex-direction:column;align-items:center}}.styles-module__ViewImageSectionModal__jGrIi .styles-module__container__k0fD2 .styles-module__imageContainer__-a7yU{display:flex;flex-direction:column;align-items:center;margin-bottom:25px;background-color:#000;border-top-left-radius:10px;border-top-right-radius:10px}@media (max-width: 768px){.styles-module__ViewImageSectionModal__jGrIi .styles-module__container__k0fD2 .styles-module__imageContainer__-a7yU{position:relative;width:100%;margin-bottom:108px;background-color:#000;border-radius:8px;overflow:hidden}}.styles-module__ViewImageSectionModal__jGrIi .styles-module__container__k0fD2 .styles-module__imageContainer__-a7yU .styles-module__switchButton__IYmGb{position:absolute;top:50%;left:-240px;transform:translateY(-50%);padding:0;background-color:transparent;border:none}@media (max-width: 768px){.styles-module__ViewImageSectionModal__jGrIi .styles-module__container__k0fD2 .styles-module__imageContainer__-a7yU .styles-module__switchButton__IYmGb{left:36px;height:20px}.styles-module__ViewImageSectionModal__jGrIi .styles-module__container__k0fD2 .styles-module__imageContainer__-a7yU .styles-module__switchButton__IYmGb svg{height:100%}}.styles-module__ViewImageSectionModal__jGrIi .styles-module__container__k0fD2 .styles-module__imageContainer__-a7yU .styles-module__switchButton__IYmGb:last-child{top:calc(50% + 6px);left:auto;right:-240px;transform:translateY(-50%) rotate(180deg)}@media (max-width: 768px){.styles-module__ViewImageSectionModal__jGrIi .styles-module__container__k0fD2 .styles-module__imageContainer__-a7yU .styles-module__switchButton__IYmGb:last-child{right:36px}}.styles-module__ViewImageSectionModal__jGrIi .styles-module__container__k0fD2 .styles-module__imageContainer__-a7yU .styles-module__image__N9kM-{width:100%;height:572px;object-fit:contain}@media (max-width: 768px){.styles-module__ViewImageSectionModal__jGrIi .styles-module__container__k0fD2 .styles-module__imageContainer__-a7yU .styles-module__image__N9kM-{height:206px;border-radius:8px}}.styles-module__ViewImageSectionModal__jGrIi .styles-module__container__k0fD2 .styles-module__footer__PoZmU{display:flex;justify-content:space-between;align-items:center;gap:10px;padding:21px}@media (max-width: 768px){.styles-module__ViewImageSectionModal__jGrIi .styles-module__container__k0fD2 .styles-module__footer__PoZmU{flex-direction:column;width:100%;padding:0}}@media (max-width: 768px){.styles-module__ViewImageSectionModal__jGrIi .styles-module__container__k0fD2 .styles-module__footer__PoZmU .styles-module__buttons__5ZkPh{display:flex;justify-content:flex-end;width:100%;margin-top:0}}.styles-module__ViewImageSectionModal__jGrIi .styles-module__container__k0fD2 .styles-module__footer__PoZmU .styles-module__textContainer__40Ht-{display:flex;flex:1;flex-direction:column;overflow-y:auto;padding-bottom:10px}@media (max-width: 768px){.styles-module__ViewImageSectionModal__jGrIi .styles-module__container__k0fD2 .styles-module__footer__PoZmU .styles-module__textContainer__40Ht-{width:100%;max-height:calc(100dvh - 486px)}}.styles-module__ViewImageSectionModal__jGrIi .styles-module__container__k0fD2 .styles-module__footer__PoZmU .styles-module__textContainer__40Ht- .styles-module__filename__JFlnb{margin:0;font-family:Poppins;font-weight:600;font-style:SemiBold;font-size:26px;leading-trim:NONE;line-height:100%;letter-spacing:0%;color:var(--black)}@media (max-width: 768px){.styles-module__ViewImageSectionModal__jGrIi .styles-module__container__k0fD2 .styles-module__footer__PoZmU .styles-module__textContainer__40Ht- .styles-module__filename__JFlnb{font-size:24px}}.styles-module__ViewImageSectionModal__jGrIi .styles-module__container__k0fD2 .styles-module__footer__PoZmU .styles-module__textContainer__40Ht- .styles-module__text__To1yw{margin:10px 0 0;font-family:Poppins;font-weight:400;font-style:Regular;font-size:18px;leading-trim:NONE;line-height:100%;letter-spacing:0%;color:var(--text)}@media (max-width: 768px){.styles-module__ViewImageSectionModal__jGrIi .styles-module__container__k0fD2 .styles-module__footer__PoZmU .styles-module__textContainer__40Ht- .styles-module__text__To1yw{margin-top:8px;font-size:16px}}:root{--rpv-core__annotation--link-hover-background-color: rgba(255, 255, 0, .2);--rpv-core__annotation-popup-wrapper-background-color: #faf089;--rpv-core__annotation-popup-wrapper-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05);--rpv-core__annotation-popup-content-border-top-color: #1a202c;--rpv-core__arrow-border-color: rgba(0, 0, 0, .3);--rpv-core__asking-password-color: #000;--rpv-core__asking-password-wrapper-background-color: #fff;--rpv-core__asking-password-wrapper-border-color: rgba(0, 0, 0, .3);--rpv-core__button-background-color: rgba(0, 0, 0, .3);--rpv-core__button-color: #000;--rpv-core__doc-error-background-color: #fff;--rpv-core__doc-error-text-background-color: #c02424;--rpv-core__doc-error-text-color: #fff;--rpv-core__doc-loading-background-color: #fff;--rpv-core__full-screen-target-background-color: #fff;--rpv-core__inner-page-background-color: #fff;--rpv-core__menu-divider-border-bottom-color: rgba(0, 0, 0, .3);--rpv-core__menu-item-color: #000;--rpv-core__menu-item--hover-background-color: rgba(0, 0, 0, .1);--rpv-core__menu-item--disabled-color: rgba(0, 0, 0, .3);--rpv-core__minimal-button-color: #000;--rpv-core__minimal-button--hover-background-color: rgba(0, 0, 0, .1);--rpv-core__minimal-button--disabled-color: rgba(0, 0, 0, .3);--rpv-core__minimal-button--selected-background-color: rgba(0, 0, 0, .1);--rpv-core__modal-body-background-color: #fff;--rpv-core__modal-body-border-color: rgba(0, 0, 0, .3);--rpv-core__modal-overlay-background-color: rgba(0, 0, 0, .5);--rpv-core__page-layer-box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, .2);--rpv-core__popover-body-background-color: #fff;--rpv-core__popover-body-border-color: rgba(0, 0, 0, .3);--rpv-core__popover-body-color: #000;--rpv-core__primary-button-background-color: #2566e8;--rpv-core__primary-button-color: #fff;--rpv-core__progress-bar-background-color: rgba(0, 0, 0, .1);--rpv-core__progress-bar-progress-background-color: #2566e8;--rpv-core__progress-bar-progress-color: #fff;--rpv-core__separator-border-bottom-color: rgba(0, 0, 0, .3);--rpv-core__spinner-border-color: rgba(0, 0, 0, .4);--rpv-core__spinner-border-transparent-color: transparent;--rpv-core__splitter-background-color: transparent;--rpv-core__splitter--hover-background-color: rgba(0, 0, 0, .2);--rpv-core__text-layer-text--selection-background-color: rgb(0, 0, 255, 1);--rpv-core__text-layer-text--selection-color: transparent;--rpv-core__textbox-background-color: #fff;--rpv-core__textbox-border-color: rgba(0, 0, 0, .2);--rpv-core__textbox-color: #000;--rpv-core__tooltip-body-background-color: #000;--rpv-core__tooltip-body-color: #fff}.rpv-core__viewer--dark{--rpv-core__asking-password-background-color: #363636;--rpv-core__asking-password-color: #fff;--rpv-core__asking-password-wrapper-border-color: #191919;--rpv-core__asking-password-wrapper-background-color: #191919;--rpv-core__button-background-color: #171717;--rpv-core__button-color: #fff;--rpv-core__doc-error-background-color: #191919;--rpv-core__doc-error-text-background-color: #c02323;--rpv-core__doc-error-text-color: #fff;--rpv-core__doc-loading-background-color: #191919;--rpv-core__full-screen-target-background-color: #1a1a1a;--rpv-core__inner-page-background-color: #1a1a1a;--rpv-core__menu-divider-border-bottom-color: #000;--rpv-core__menu-item-color: #fff;--rpv-core__menu-item--hover-background-color: #2566e8;--rpv-core__menu-item--disabled-color: #5e5e5e;--rpv-core__minimal-button-color: #fff;--rpv-core__minimal-button--disabled-color: #5e5e5e;--rpv-core__minimal-button--hover-background-color: #191919;--rpv-core__minimal-button--selected-background-color: #1657bb;--rpv-core__modal-body-background-color: #363636;--rpv-core__primary-button-background-color: #2566e8;--rpv-core__popover-body-background-color: #363636;--rpv-core__popover-body-color: #fff;--rpv-core__progress-bar-background-color: #000;--rpv-core__separator-border-bottom-color: #000;--rpv-core__spinner-border-color: #fff;--rpv-core__splitter-background-color: #1a1a1a;--rpv-core__splitter--hover-background-color: #2566e8;--rpv-core__textbox-background-color: #121212;--rpv-core__textbox-border-color: #121212;--rpv-core__textbox-color: #fff;--rpv-core__tooltip-body-background-color: #414141;--rpv-core__tooltip-body-color: #fff}.rpv-core__annotation{position:absolute}.rpv-core__annotation-layer{z-index:1}.rpv-core__arrow{border-bottom:1px solid var(--rpv-core__arrow-border-color);border-left-color:var(--rpv-core__arrow-border-color);border-right:1px solid var(--rpv-core__arrow-border-color);border-top-color:var(--rpv-core__arrow-border-color);height:10px;position:absolute;width:10px;z-index:0}.rpv-core__arrow--tl{bottom:0;left:0;transform:translate(50%,50%) rotate(45deg)}.rpv-core__arrow--tc{bottom:0;left:50%;transform:translate(-50%,50%) rotate(45deg)}.rpv-core__arrow--tr{bottom:0;right:0;transform:translate(-50%,50%) rotate(45deg)}.rpv-core__arrow--rt{left:0;top:0;transform:translate(-50%,50%) rotate(135deg)}.rpv-core__arrow--rc{left:0;top:50%;transform:translate(-50%,-50%) rotate(135deg)}.rpv-core__arrow--rb{bottom:0;left:0;transform:translate(-50%,-50%) rotate(135deg)}.rpv-core__arrow--bl{left:0;top:0;transform:translate(50%,-50%) rotate(225deg)}.rpv-core__arrow--bc{left:50%;top:0;transform:translate(-50%,-50%) rotate(225deg)}.rpv-core__arrow--br{right:0;top:0;transform:translate(-50%,-50%) rotate(225deg)}.rpv-core__arrow--lt{right:0;top:0;transform:translate(50%,50%) rotate(315deg)}.rpv-core__arrow--lc{right:0;top:50%;transform:translate(50%,-50%) rotate(315deg)}.rpv-core__arrow--lb{bottom:0;right:0;transform:translate(50%,-50%) rotate(315deg)}.rpv-core__asking-password{background-color:var(--rpv-core__asking-password-background-color);border-radius:.25rem;color:var(--rpv-core__asking-password-color);padding:2rem}.rpv-core__asking-password--rtl{direction:rtl}.rpv-core__asking-password-wrapper{align-items:center;background-color:var(--rpv-core__asking-password-wrapper-background-color);border:1px solid var(--rpv-core__asking-password-wrapper-border-color);display:flex;height:100%;justify-content:center;width:100%}.rpv-core__asking-password-message{margin:.5rem 0}.rpv-core__asking-password-body{align-items:center;display:flex;justify-content:center}.rpv-core__asking-password-input{width:15rem}.rpv-core__asking-password-input--ltr{margin-right:.5rem}.rpv-core__asking-password-input--rtl{margin-left:.5rem}.rpv-core__button{background-color:var(--rpv-core__button-background-color);border:none;border-radius:.25rem;color:var(--rpv-core__button-color);cursor:pointer;height:2rem;padding:0 1rem}.rpv-core__button--rtl{direction:rtl}.rpv-core__canvas-layer{direction:ltr;left:0;position:absolute;overflow:hidden;top:0}.rpv-core__doc-error{align-items:center;background-color:var(--rpv-core__doc-error-background-color);display:flex;justify-content:center;height:100%}.rpv-core__doc-error--rtl{direction:rtl}.rpv-core__doc-error-text{background-color:var(--rpv-core__doc-error-text-background-color);border-radius:.25rem;color:var(--rpv-core__doc-error-text-color);line-height:1.5;max-width:50%;padding:.5rem}.rpv-core__doc-loading{background-color:var(--rpv-core__doc-loading-background-color);align-items:center;display:flex;justify-content:center;height:100%;width:100%;min-height:inherit}.rpv-core__doc-loading--rtl{direction:rtl}.rpv-core__icon{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1;text-align:center}.rpv-core__icon--rtl{transform:scaleX(-1)}.rpv-core__inner-container{min-height:inherit}.rpv-core__inner-pages{overflow:auto}.rpv-core__inner-pages--rtl{direction:rtl}.rpv-core__inner-pages--single{overflow:hidden}.rpv-core__inner-page-container--single{overflow:auto}.rpv-core__inner-page{background-color:var(--rpv-core__inner-page-background-color)}.rpv-core__inner-page--single{display:flex;align-items:center;justify-content:center}.rpv-core__inner-page--dual-even{display:flex;align-items:center;justify-content:flex-end}.rpv-core__inner-page--dual-odd{display:flex;align-items:center;justify-content:flex-start}.rpv-core__inner-page--dual-cover{display:flex;align-items:center;justify-content:center}.rpv-core__inner-page--dual-cover-odd{display:flex;align-items:center;justify-content:flex-end}.rpv-core__inner-page--dual-cover-even{display:flex;align-items:center;justify-content:flex-start}.rpv-core__annotation--link a{height:100%;left:0;position:absolute;top:0;width:100%}.rpv-core__annotation--link a:hover{background-color:var(--rpv-core__annotation--link-hover-background-color)}.rpv-core__menu{display:flex;flex-direction:column}.rpv-core__menu--rtl{direction:rtl;text-align:right}.rpv-core__menu-divider{border-bottom:1px solid var(--rpv-core__menu-divider-border-bottom-color);margin:.25rem 0}.rpv-core__menu-item{align-items:center;background-color:#0000;color:var(--rpv-core__menu-item-color);border:none;cursor:pointer;display:flex;justify-content:center;padding:.25rem 0;width:100%}.rpv-core__menu-item:focus{background-color:var(--rpv-core__menu-item--hover-background-color);outline:0}.rpv-core__menu-item:hover{background-color:var(--rpv-core__menu-item--hover-background-color)}.rpv-core__menu-item-icon{align-items:center;display:flex}.rpv-core__menu-item-icon--ltr{padding-left:1rem;padding-right:.5rem}.rpv-core__menu-item-icon--rtl{padding-left:.5rem;padding-right:1rem}.rpv-core__menu-item-label{flex-grow:1;flex-shrink:1;white-space:nowrap}.rpv-core__menu-item-label--ltr{padding-right:2rem}.rpv-core__menu-item-label--rtl{padding-left:2rem}.rpv-core__menu-item-check--ltr{padding-right:1rem}.rpv-core__menu-item-check--rtl{padding-left:1rem}.rpv-core__menu-item--disabled{color:var(--rpv-core__menu-item--disabled-color)}.rpv-core__menu-item--disabled:hover{background-color:#0000}.rpv-core__menu-item--ltr{text-align:left}.rpv-core__menu-item--rtl{direction:rtl;text-align:right}.rpv-core__minimal-button{background-color:#0000;border:none;border-radius:.25rem;color:var(--rpv-core__minimal-button-color);cursor:pointer;height:2rem;padding:0 .5rem}.rpv-core__minimal-button:hover{background-color:var(--rpv-core__minimal-button--hover-background-color)}.rpv-core__minimal-button--disabled{color:var(--rpv-core__minimal-button--disabled-color)}.rpv-core__minimal-button--rtl{direction:rtl}.rpv-core__minimal-button--selected{background-color:var(--rpv-core__minimal-button--selected-background-color)}.rpv-core__modal-body{background-color:var(--rpv-core__modal-body-background-color);border:1px solid var(--rpv-core__modal-body-border-color);border-radius:.25rem;margin:1rem;max-width:32rem;overflow:auto}.rpv-core__modal-body--rtl{direction:rtl}.rpv-core__modal-overlay{background-color:var(--rpv-core__modal-overlay-background-color);inset:0;position:fixed;z-index:9999;align-items:center;display:flex;justify-content:center}.rpv-core__page-layer{align-items:center;display:flex;justify-content:center;overflow:visible;position:relative}.rpv-core__page-layer:after{content:"";position:absolute;inset:.25rem;box-shadow:var(--rpv-core__page-layer-box-shadow)}.rpv-core__page-layer--single{margin:0 auto}.rpv-core__page-size-calculator{align-items:center;display:flex;height:100%;justify-content:center;width:100%}.rpv-core__popover-body{background-color:var(--rpv-core__popover-body-background-color);border:1px solid var(--rpv-core__popover-body-border-color);border-radius:.25rem;color:var(--rpv-core__popover-body-color);left:0;padding:.5rem 0;position:absolute;top:-9999px;z-index:9999}.rpv-core__popover-body-arrow{background-color:var(--rpv-core__popover-body-background-color)}.rpv-core__popover-body--rtl{direction:rtl}.rpv-core__popover-overlay{inset:0;position:fixed}.rpv-core__annotation-popup-wrapper{background-color:var(--rpv-core__annotation-popup-wrapper-background-color);box-shadow:var(--rpv-core__annotation-popup-wrapper-box-shadow);font-size:.75rem;padding:.25rem;word-break:break-word}.rpv-core__annotation-popup-wrapper--rtl{direction:rtl}.rpv-core__annotation-popup-title{font-weight:600;margin-bottom:.25rem}.rpv-core__annotation-popup-date{font-size:.5rem}.rpv-core__annotation-popup-content{border-top:1px solid var(--rpv-core__annotation-popup-content-border-top-color);padding:.25rem;max-height:16rem;overflow:auto}.rpv-core__primary-button{background-color:var(--rpv-core__primary-button-background-color);border:none;border-radius:.25rem;color:var(--rpv-core__primary-button-color);cursor:pointer;height:2rem;padding:0 1rem}.rpv-core__primary-button--rtl{direction:rtl}.rpv-core__progress-bar{background-color:var(--rpv-core__progress-bar-background-color);border-radius:9999px;padding:.125rem}.rpv-core__progress-bar--rtl{direction:rtl}.rpv-core__progress-bar-progress{align-items:center;background-color:var(--rpv-core__progress-bar-progress-background-color);border-radius:9999px;color:var(--rpv-core__progress-bar-progress-color);display:flex;font-size:.75rem;justify-content:center;height:.75rem}.rpv-core__separator{border-bottom:1px solid var(--rpv-core__separator-border-bottom-color)}.rpv-core__spinner{border-bottom:2px solid var(--rpv-core__spinner-border-transparent-color);border-left:2px solid var(--rpv-core__spinner-border-transparent-color);border-right:2px solid var(--rpv-core__spinner-border-color);border-top:2px solid var(--rpv-core__spinner-border-color);border-radius:9999px}.rpv-core__spinner--animating{animation-duration:.4s;animation-name:rpv-core__spinner-transform;animation-iteration-count:infinite;animation-timing-function:linear}@keyframes rpv-core__spinner-transform{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.rpv-core__splitter{background-color:var(--rpv-core__splitter-background-color);cursor:ew-resize;height:100%;width:.25rem}.rpv-core__splitter:hover,.rpv-core__splitter--resizing{cursor:col-resize;background-color:var(--rpv-core__splitter--hover-background-color)}.rpv-core__splitter-body--resizing{cursor:col-resize}.rpv-core__splitter-sibling--resizing{pointer-events:none;user-select:none}.rpv-core__textbox{background-color:var(--rpv-core__textbox-background-color);border:1px solid var(--rpv-core__textbox-border-color);box-sizing:border-box;border-radius:.25rem;color:var(--rpv-core__textbox-color);padding:0 .5rem;height:2rem;width:100%}.rpv-core__textbox--rtl{direction:rtl}.rpv-core__text-layer{left:0;position:absolute;top:0;height:100%;width:100%;opacity:.2;line-height:1;z-index:1}.rpv-core__text-layer span::selection{background-color:var(--rpv-core__text-layer-text--selection-background-color);color:var(--rpv-core__text-layer-text--selection-color)}.rpv-core__text-layer br::selection{color:#0000}.rpv-core__text-layer-text{color:#0000;cursor:text;position:absolute;transform-origin:0% 0%;white-space:pre}.rpv-core__tooltip-body{background-color:var(--rpv-core__tooltip-body-background-color);border-radius:.25rem;color:var(--rpv-core__tooltip-body-color);left:0;max-width:20rem;position:absolute;text-align:center;top:-9999px;z-index:9999}.rpv-core__tooltip-body--rtl{direction:rtl}.rpv-core__tooltip-body-arrow{background-color:var(--rpv-core__tooltip-body-background-color)}.rpv-core__tooltip-body-content{padding:.5rem}.rpv-core__display--block{display:block}.rpv-core__display--hidden{display:none}@media (min-width: 640px){.rpv-core__display--hidden-small{display:none}.rpv-core__display--block-small{display:block}}@media (min-width: 768px){.rpv-core__display--hidden-medium{display:none}.rpv-core__display--block-medium{display:block}}@media (min-width: 1024px){.rpv-core__display--hidden-large{display:none}.rpv-core__display--block-large{display:block}}.rpv-core__viewer{min-height:inherit}.styles-module__File__XF9P2{position:relative;display:inline-flex;flex-direction:column;align-items:center;align-self:flex-start;gap:10px;width:calc(174px / var(--zoom));padding-top:25px}@media (max-width: 768px){.styles-module__File__XF9P2{width:90px;padding-top:17px}}.styles-module__File__XF9P2.styles-module__readOnly__5Ihi5{cursor:pointer}.styles-module__File__XF9P2 .styles-module__deleteIcon__se-IF{position:absolute;top:12px;right:18px;cursor:pointer;width:calc(24px / var(--zoom));height:calc(24px / var(--zoom));border-radius:50%;box-shadow:0 4px 8px #0000001a;transition:all .2s ease-in-out}.styles-module__File__XF9P2 .styles-module__deleteIcon__se-IF:hover{background-color:var(--primary);box-shadow:0 4px 8px #0003}.styles-module__File__XF9P2 .styles-module__image__dSsc-{width:calc(119px / var(--zoom));height:calc(119px / var(--zoom));object-fit:cover}@media (max-width: 768px){.styles-module__File__XF9P2 .styles-module__image__dSsc-{width:47px;height:47px}}.styles-module__File__XF9P2 .styles-module__fileName__SKx-g{width:90%;font-family:Poppins;font-weight:400;font-size:18px;letter-spacing:0%;color:var(--text);white-space:nowrap;text-align:center;overflow:hidden;text-overflow:ellipsis}@media (max-width: 768px){.styles-module__File__XF9P2 .styles-module__fileName__SKx-g{width:100%;font-size:12px;text-align:center}}.styles-module__backdrop__qdXmm{min-width:calc(100vw / var(--zoom));min-height:calc(100vh / var(--zoom))}div:has(.styles-module__dialog__Qu3Gz){z-index:99999}.styles-module__dialog__Qu3Gz{max-width:1524px}@media (max-width: 768px){.styles-module__dialog__Qu3Gz{max-width:100%;padding-left:0;margin:0}}.styles-module__UploadDocumentsModal__kAzj6{position:relative;border-radius:10px;padding:48px 75px 49px 76px}@media (max-width: 768px){.styles-module__UploadDocumentsModal__kAzj6{height:100dvh;padding:20px 0 0;border-radius:0;display:flex;flex-direction:column}}.styles-module__UploadDocumentsModal__kAzj6 .styles-module__header__-KM5s{display:flex;justify-content:space-between;align-items:center;margin-bottom:46px}@media (max-width: 768px){.styles-module__UploadDocumentsModal__kAzj6 .styles-module__header__-KM5s{margin-bottom:16px;padding-left:20px;padding-right:20px}}.styles-module__UploadDocumentsModal__kAzj6 .styles-module__header__-KM5s .styles-module__headerContent__GUW4A{flex:1;display:flex;flex-direction:column;width:100%}@media (max-width: 768px){.styles-module__UploadDocumentsModal__kAzj6 .styles-module__header__-KM5s .styles-module__headerContent__GUW4A{gap:4px}}.styles-module__UploadDocumentsModal__kAzj6 .styles-module__header__-KM5s .styles-module__titleRow__Vba1a{display:flex;justify-content:space-between;align-items:center;width:100%}@media (max-width: 768px){.styles-module__UploadDocumentsModal__kAzj6 .styles-module__header__-KM5s .styles-module__titleRow__Vba1a{align-items:center}}.styles-module__UploadDocumentsModal__kAzj6 .styles-module__header__-KM5s .styles-module__closeButton__B5Hd0{padding:0;background-color:transparent;border:none}.styles-module__UploadDocumentsModal__kAzj6 .styles-module__header__-KM5s .styles-module__closeButton__B5Hd0.styles-module__closeButtonMobile__iLfZU{display:none}@media (max-width: 768px){.styles-module__UploadDocumentsModal__kAzj6 .styles-module__header__-KM5s .styles-module__closeButton__B5Hd0.styles-module__closeButtonMobile__iLfZU{display:block;position:static;width:17px;height:17px;flex-shrink:0}.styles-module__UploadDocumentsModal__kAzj6 .styles-module__header__-KM5s .styles-module__closeButton__B5Hd0.styles-module__closeButtonMobile__iLfZU img{width:100%;height:100%}}@media (max-width: 768px){.styles-module__UploadDocumentsModal__kAzj6 .styles-module__header__-KM5s .styles-module__closeButton__B5Hd0.styles-module__closeButtonDesktop__suF2O{display:none}}.styles-module__UploadDocumentsModal__kAzj6 .styles-module__header__-KM5s .styles-module__title__Ita5M{font-weight:600;font-size:48px;line-height:100%;letter-spacing:0%;color:var(--black);margin:0 0 8px}@media (max-width: 768px){.styles-module__UploadDocumentsModal__kAzj6 .styles-module__header__-KM5s .styles-module__title__Ita5M{font-size:20px;margin-bottom:0}}.styles-module__UploadDocumentsModal__kAzj6 .styles-module__header__-KM5s .styles-module__fileName__2lKvY{font-weight:600;font-size:32px;line-height:100%;letter-spacing:0%;color:var(--black);margin:0}@media (max-width: 768px){.styles-module__UploadDocumentsModal__kAzj6 .styles-module__header__-KM5s .styles-module__fileName__2lKvY{font-size:14px;margin-top:4px}}.styles-module__UploadDocumentsModal__kAzj6 .styles-module__header__-KM5s .styles-module__fileName__2lKvY a{color:var(--black);text-decoration:none;transition:opacity .2s}.styles-module__UploadDocumentsModal__kAzj6 .styles-module__header__-KM5s .styles-module__fileName__2lKvY a:hover{opacity:.7;text-decoration:underline}.styles-module__UploadDocumentsModal__kAzj6 .styles-module__attachments__CH3Ak{display:block;flex-wrap:wrap;width:100%;height:calc(554px / var(--zoom));margin-bottom:40px;padding-bottom:28px;padding-left:20px;padding-right:20px;border:1px solid var(--text);border-radius:18px;overflow-y:auto}.styles-module__UploadDocumentsModal__kAzj6 .styles-module__attachments__CH3Ak.styles-module__hasPdf__IfxGt{padding:0;overflow:hidden}@media (max-width: 768px){.styles-module__UploadDocumentsModal__kAzj6 .styles-module__attachments__CH3Ak{display:grid;grid-template-columns:1fr 1fr 1fr;grid-auto-rows:min-content;justify-items:center;flex:1;min-height:0;margin-bottom:24px;border-left:none;border-right:none;border-radius:0}.styles-module__UploadDocumentsModal__kAzj6 .styles-module__attachments__CH3Ak.styles-module__hasNoFiles__YDCKu{display:block}.styles-module__UploadDocumentsModal__kAzj6 .styles-module__attachments__CH3Ak.styles-module__hasPdf__IfxGt{display:flex;padding:0;overflow:hidden;flex:1;min-height:0}}.styles-module__UploadDocumentsModal__kAzj6 .styles-module__attachments__CH3Ak .styles-module__loadMore__zT5nJ{display:none;justify-content:center;align-items:center;width:100%;height:46px;margin-top:4px;grid-column:span 3}@media (max-width: 768px){.styles-module__UploadDocumentsModal__kAzj6 .styles-module__attachments__CH3Ak .styles-module__loadMore__zT5nJ{display:flex}}.styles-module__UploadDocumentsModal__kAzj6 .styles-module__attachments__CH3Ak .styles-module__loadMore__zT5nJ button{display:flex;justify-content:center;align-items:center;gap:7px;padding:0;font-family:Poppins;font-weight:500;font-size:16px;line-height:100%;letter-spacing:0%;color:#f8585c;background-color:transparent;border:none}.styles-module__UploadDocumentsModal__kAzj6 .styles-module__attachments__CH3Ak .styles-module__uploader__Rd3H6{display:flex;flex-direction:column;gap:21px;justify-content:center;align-items:center;width:100%;height:100%;cursor:pointer}.styles-module__UploadDocumentsModal__kAzj6 .styles-module__attachments__CH3Ak .styles-module__uploader__Rd3H6 p{margin:0;font-weight:400;font-size:22px;line-height:100%;letter-spacing:0%;color:var(--black);opacity:.4}.styles-module__UploadDocumentsModal__kAzj6 .styles-module__pdfEnlarged__TTkut .rpv-core__viewer{overflow:auto!important;-webkit-overflow-scrolling:touch}.styles-module__UploadDocumentsModal__kAzj6 .styles-module__pdfEnlarged__TTkut .rpv-core__inner-pages,.styles-module__UploadDocumentsModal__kAzj6 .styles-module__pdfEnlarged__TTkut .rpv-core__page-layer{overflow:visible!important}.styles-module__UploadDocumentsModal__kAzj6 .styles-module__inputContainer__VK53r{margin-bottom:40px}.styles-module__UploadDocumentsModal__kAzj6 .styles-module__footer__c-mB8{display:flex;justify-content:space-between;align-items:center}@media (max-width: 768px){.styles-module__UploadDocumentsModal__kAzj6 .styles-module__footer__c-mB8{padding-left:20px;padding-right:20px;padding-bottom:20px}}.styles-module__UploadDocumentsModal__kAzj6 .styles-module__footer__c-mB8 .styles-module__info__vEyjV{margin:0;font-weight:400;font-size:24px;line-height:100%;letter-spacing:0%;color:var(--black)}@media (max-width: 768px){.styles-module__UploadDocumentsModal__kAzj6 .styles-module__footer__c-mB8 .styles-module__info__vEyjV{display:none}}.styles-module__UploadDocumentsModal__kAzj6 .styles-module__footer__c-mB8 .styles-module__buttons__ouN4j{display:flex;align-items:center;gap:40px}@media (max-width: 768px){.styles-module__UploadDocumentsModal__kAzj6 .styles-module__footer__c-mB8 .styles-module__buttons__ouN4j{width:100%}}.styles-module__UploadDocumentsModal__kAzj6 .styles-module__footer__c-mB8 .styles-module__buttons__ouN4j .styles-module__importButton__7sJ0S{width:calc(192px / var(--zoom));height:calc(66px / var(--zoom));font-weight:600;font-size:24px;line-height:100%;letter-spacing:0%;color:#fff;background-color:var(--black);border-radius:7px}@media (min-width: 769px){.styles-module__Section__D1axt{position:relative;width:235px;min-width:235px;height:148px;border-radius:20px;cursor:pointer}.styles-module__Section__D1axt.styles-module__current__tOv0X{border:3px solid #f8585c}.styles-module__Section__D1axt.styles-module__current__tOv0X .styles-module__title__5cBUF{bottom:-53px}.styles-module__Section__D1axt .styles-module__titleContainer__XhDuK{position:absolute;z-index:1;left:0;bottom:-50px;display:flex;justify-content:center;width:100%}.styles-module__Section__D1axt .styles-module__titleContainer__XhDuK .styles-module__title__5cBUF{display:flex;align-items:center;width:100%;height:24px;padding-left:18px;padding-right:18px;border-radius:16px}.styles-module__Section__D1axt .styles-module__titleContainer__XhDuK .styles-module__title__5cBUF span{width:100%;font-family:Poppins;font-size:22px;font-weight:500;line-height:33px;text-align:center;color:#000;background-color:transparent;border:none;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.styles-module__Section__D1axt .styles-module__sectionContent__DnAsc{height:100%;display:flex;justify-content:center;align-items:center;border-radius:17px}.styles-module__Section__D1axt .styles-module__sectionContent__DnAsc.styles-module__document__OOKRp{background-color:#000}.styles-module__Section__D1axt .styles-module__sectionContent__DnAsc.styles-module__document__OOKRp img{width:100px;height:100px;object-fit:contain}.styles-module__Section__D1axt .styles-module__noteSectionContent__NxnY8{background-color:#efede9}.styles-module__Section__D1axt .styles-module__audioImageBackground__vxzom,.styles-module__Section__D1axt video,.styles-module__Section__D1axt img{width:100%;height:100%;object-fit:cover;border-radius:17px}.styles-module__Section__D1axt .styles-module__audioImageBackground__vxzom{display:flex;justify-content:center;align-items:center}}@media (max-width: 768px){.styles-module__sectionContent__DnAsc{display:flex;justify-content:center;align-items:center;width:98px;height:68px}.styles-module__sectionContent__DnAsc.styles-module__document__OOKRp{background-color:#000}.styles-module__sectionContent__DnAsc.styles-module__document__OOKRp img{width:40px;height:40px;object-fit:contain}.styles-module__sectionContent__DnAsc video,.styles-module__sectionContent__DnAsc img{width:100%;height:100%;object-fit:cover}.styles-module__title__5cBUF{margin-top:7px;text-align:center;font-weight:500;font-size:12px;line-height:18px}.styles-module__title__5cBUF.styles-module__current__tOv0X{color:var(--primary)}}.styles-module__sections__rnbmW{position:relative;width:100%;margin-bottom:20px}.styles-module__sections__rnbmW .styles-module__switch__yUA8G{position:absolute;z-index:1;top:70px;left:-30px;width:48px;height:48px;background-size:24px;background-repeat:no-repeat;background-position:center;background-color:#fff;border-radius:50%;cursor:pointer}.styles-module__sections__rnbmW .styles-module__switch__yUA8G.styles-module__switchRight__6eGHS{left:unset;top:100px;right:-30px;transform:scale(-1)}.styles-module__sections__rnbmW .styles-module__sectionsListContainer__bZISP{position:relative;height:100%;display:flex;justify-content:center}.styles-module__sections__rnbmW .styles-module__sectionsListContainer__bZISP .styles-module__sectionsList__ObJhV{position:relative;left:20px;width:100%;height:200px;margin:0;padding:0;display:flex;align-items:center;list-style:none;overflow:hidden}.styles-module__sections__rnbmW .styles-module__sectionsListContainer__bZISP .styles-module__sectionsList__ObJhV .styles-module__inner__qtLtF{position:absolute;top:33px;display:flex;gap:40px;transition:left .2s}.styles-module__sections__rnbmW .styles-module__sectionsListContainer__bZISP .styles-module__sectionsList__ObJhV .styles-module__inner__qtLtF li{padding:0;margin:0}.styles-module__sections__rnbmW .styles-module__sectionsListContainer__bZISP .styles-module__sectionsList__ObJhV .styles-module__inner__qtLtF li.styles-module__sectionItem__eMQaS{position:relative;width:235px;min-width:235px;height:120px;border-radius:20px;cursor:pointer}.styles-module__sections__rnbmW .styles-module__sectionsListContainer__bZISP .styles-module__sectionsList__ObJhV .styles-module__inner__qtLtF li.styles-module__sectionItem__eMQaS .styles-module__title__1Vm4J{position:absolute;left:0;bottom:-50px;display:flex;align-items:center;width:100%;height:24px;padding-left:18px;padding-right:18px;border-radius:16px}.styles-module__sections__rnbmW .styles-module__sectionsListContainer__bZISP .styles-module__sectionsList__ObJhV .styles-module__inner__qtLtF li.styles-module__sectionItem__eMQaS .styles-module__title__1Vm4J span{width:100%;font-family:Poppins;font-size:22px;font-weight:500;line-height:33px;text-align:center;color:#000;background-color:transparent;border:none;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.styles-module__sections__rnbmW .styles-module__sectionsListContainer__bZISP .styles-module__sectionsList__ObJhV .styles-module__inner__qtLtF li.styles-module__sectionItem__eMQaS .styles-module__sectionContent__G0jVc{height:100%;display:flex;justify-content:center;align-items:center;border-radius:17px}.styles-module__sections__rnbmW .styles-module__sectionsListContainer__bZISP .styles-module__sectionsList__ObJhV .styles-module__inner__qtLtF li.styles-module__sectionItem__eMQaS .styles-module__noteSectionContent__YloZc{background-color:#efede9}.styles-module__sections__rnbmW .styles-module__sectionsListContainer__bZISP .styles-module__sectionsList__ObJhV .styles-module__inner__qtLtF li.styles-module__sectionItem__eMQaS .styles-module__audioImageBackground__JZGNj,.styles-module__sections__rnbmW .styles-module__sectionsListContainer__bZISP .styles-module__sectionsList__ObJhV .styles-module__inner__qtLtF li.styles-module__sectionItem__eMQaS video,.styles-module__sections__rnbmW .styles-module__sectionsListContainer__bZISP .styles-module__sectionsList__ObJhV .styles-module__inner__qtLtF li.styles-module__sectionItem__eMQaS img{width:100%;height:100%;object-fit:cover;border-radius:17px}.styles-module__sections__rnbmW .styles-module__sectionsListContainer__bZISP .styles-module__sectionsList__ObJhV .styles-module__inner__qtLtF li.styles-module__sectionItem__eMQaS .styles-module__audioImageBackground__JZGNj{display:flex;justify-content:center;align-items:center}.styles-module__sections__rnbmW .styles-module__sectionsListContainer__bZISP .styles-module__sectionsList__ObJhV .styles-module__inner__qtLtF li.styles-module__current__xj5kp{border:3px solid #f8585c}.styles-module__sections__rnbmW .styles-module__sectionsListContainer__bZISP .styles-module__sectionsList__ObJhV .styles-module__inner__qtLtF li.styles-module__current__xj5kp .styles-module__title__1Vm4J{bottom:-53px}.styles-module__Answer__UVwN-{display:flex;flex-direction:column;gap:22px}.styles-module__Answer__UVwN- .styles-module__header__WKJXI{display:flex}.styles-module__Answer__UVwN- .styles-module__header__WKJXI h1{margin-bottom:0;font-size:24px;font-weight:500;line-height:36px;text-align:left;color:var(--black)}.styles-module__Answer__UVwN- .styles-module__header__WKJXI h2{margin-bottom:0;font-size:18px;font-weight:400;line-height:27px;color:var(--text)}.styles-module__Answer__UVwN- .styles-module__userpic__L0VcZ{width:62px;min-width:62px;height:62px;margin-right:16px;border-radius:50%;overflow:hidden}.styles-module__Answer__UVwN- .styles-module__userpic__L0VcZ img{width:100%;height:100%;object-fit:cover}.styles-module__Answer__UVwN- p{margin:0;font-size:20px;font-weight:400;line-height:30px;text-align:left;color:var(--black)}.styles-module__Question__HRP31{width:100%;padding:34px 44px 42px;background-color:#f8f8f8;border-radius:18px}@media (max-width: 768px){.styles-module__Question__HRP31{padding:27px 22px 34px 23px}}.styles-module__Question__HRP31 .styles-module__questionContainer__RGZ88{display:flex;flex-direction:column}.styles-module__Question__HRP31 .styles-module__questionContainer__RGZ88 .styles-module__responseCount__L3Fgi{font-size:18px;font-weight:500;line-height:27px;text-align:left;color:var(--black)}@media (max-width: 768px){.styles-module__Question__HRP31 .styles-module__questionContainer__RGZ88 .styles-module__responseCount__L3Fgi{font-size:16px;line-height:24px;cursor:pointer}}.styles-module__Question__HRP31 .styles-module__questionContainer__RGZ88 p{margin-bottom:26px;font-size:26px;font-weight:600;line-height:39px;text-align:left;text-underline-position:from-font;text-decoration-skip-ink:none;columns:var(--black)}@media (max-width: 768px){.styles-module__Question__HRP31 .styles-module__questionContainer__RGZ88 p{margin-bottom:14px;font-size:24px;line-height:33px}}.styles-module__Question__HRP31 .styles-module__answers__l8FWg{display:flex;flex-direction:column;gap:26px;padding-top:48px}@media (max-width: 768px){.styles-module__Question__HRP31 .styles-module__answers__l8FWg{padding-top:24px}}.styles-module__ReplyBox__y3mQV{position:relative;display:flex;align-items:stretch;width:100%;margin-bottom:53px}@media (max-width: 768px){.styles-module__ReplyBox__y3mQV{align-items:center;gap:13px;margin-bottom:27px;padding-left:20px;padding-right:20px}}.styles-module__ReplyBox__y3mQV .styles-module__emojiButton__cIBgE{position:absolute;z-index:1;right:180px;top:50%;transform:translateY(-50%);width:48px;height:48px;background-color:#fff;border-radius:50%;border:none;box-shadow:0 2px 4px #0000000d;cursor:pointer}@media (max-width: 768px){.styles-module__ReplyBox__y3mQV .styles-module__emojiButton__cIBgE{width:24px;height:24px;right:20px;top:calc(50% - 7px);z-index:2222}}.styles-module__ReplyBox__y3mQV .styles-module__emojiButton__cIBgE:after{content:"";position:absolute;z-index:1;right:1px;bottom:3px;width:16px;height:16px;background-image:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M14.5938%206.59375H9.40625V1.40625C9.40625%200.629594%208.77666%200%208%200C7.22334%200%206.59375%200.629594%206.59375%201.40625V6.59375H1.40625C0.629594%206.59375%200%207.22334%200%208C0%208.77666%200.629594%209.40625%201.40625%209.40625H6.59375V14.5938C6.59375%2015.3704%207.22334%2016%208%2016C8.77666%2016%209.40625%2015.3704%209.40625%2014.5938V9.40625H14.5938C15.3704%209.40625%2016%208.77666%2016%208C16%207.22334%2015.3704%206.59375%2014.5938%206.59375Z'%20fill='%23F5658C'/%3e%3c/svg%3e");background-size:contain;background-repeat:no-repeat}@media (max-width: 768px){.styles-module__ReplyBox__y3mQV .styles-module__emojiButton__cIBgE:after{display:none}}.styles-module__ReplyBox__y3mQV .styles-module__userPhoto__Fsjlh{display:none}@media (max-width: 768px){.styles-module__ReplyBox__y3mQV .styles-module__userPhoto__Fsjlh{display:block;width:39px;height:39px;min-width:39px;min-height:39px}.styles-module__ReplyBox__y3mQV .styles-module__userPhoto__Fsjlh img{width:100%;height:100%;border-radius:50%;object-fit:cover}}.styles-module__ReplyBox__y3mQV .styles-module__submitButton__whdW5{display:block;width:180px;font-family:Poppins;font-size:24px;font-weight:600;line-height:36px;color:#fff;background-color:var(--primary);border-radius:0 7px 7px 0;border:none}@media (max-width: 768px){.styles-module__ReplyBox__y3mQV .styles-module__submitButton__whdW5{display:none}}.styles-module__ReplyBox__y3mQV .styles-module__textarea__nAorY{box-sizing:border-box;width:100%;min-height:66px;padding:16px 62px 15px 22px;overflow:hidden;font-size:22px;font-weight:400;line-height:33px;text-align:left;background-color:#fff;border-radius:8px 0 0 8px;border:none;resize:none;border:1px solid #666666;border-right:none}@media (max-width: 768px){.styles-module__ReplyBox__y3mQV .styles-module__textarea__nAorY{min-height:33px;padding:3px 30px 8px 0;font-size:16px;line-height:24px;border:none;border-bottom:1px solid #ddd}}.styles-module__ReplyBox__y3mQV .styles-module__textarea__nAorY::placeholder{color:#0000004d}.styles-module__ReplyBox__y3mQV .styles-module__textarea__nAorY:focus{outline:none}.styles-module__replyBoxContainer__tI4EN,.styles-module__replies__f2XIv{margin-left:70px}@media (max-width: 768px){.styles-module__replyBoxContainer__tI4EN,.styles-module__replies__f2XIv{margin-left:21px}}.styles-module__Comment__FaCa8{position:relative;display:flex;margin-bottom:82px}@media (max-width: 768px){.styles-module__Comment__FaCa8{margin-bottom:68px}}.styles-module__Comment__FaCa8 .styles-module__commentActions__pdFLE{position:absolute;left:40px;right:0;bottom:-43px;display:flex;align-items:center;gap:8px}@media (max-width: 768px){.styles-module__Comment__FaCa8 .styles-module__commentActions__pdFLE{left:65px;bottom:-40px}}.styles-module__Comment__FaCa8 .styles-module__commentActions__pdFLE .styles-module__saveButton__VJvTM{position:absolute;top:calc(50% - 16px);right:0;display:flex;justify-content:center;width:191px;height:48px;font-family:Outfit;font-style:normal;font-weight:500;font-size:24px;line-height:24px;text-align:center;color:#fff;background-color:var(--primary);border-radius:16px;border:none}.styles-module__Comment__FaCa8 .styles-module__commentActions__pdFLE .styles-module__replyCount__tPOF4{font-size:18px;font-weight:400;line-height:27px;color:var(--text)}@media (max-width: 768px){.styles-module__Comment__FaCa8 .styles-module__commentActions__pdFLE .styles-module__replyCount__tPOF4{position:relative;top:1px;font-size:16px;line-height:24px}}.styles-module__Comment__FaCa8 .styles-module__commentActions__pdFLE .styles-module__likesContainer__OT50W{display:flex;align-items:center;gap:7px}@media (max-width: 768px){.styles-module__Comment__FaCa8 .styles-module__commentActions__pdFLE .styles-module__likesContainer__OT50W{gap:5px}}.styles-module__Comment__FaCa8 .styles-module__commentActions__pdFLE .styles-module__likesContainer__OT50W.styles-module__liked__vrv0r .styles-module__likeText__FO824{font-weight:600}.styles-module__Comment__FaCa8 .styles-module__commentActions__pdFLE .styles-module__likesContainer__OT50W .styles-module__likeIcon__a45U1{display:flex;justify-content:center;align-items:center;width:20px;height:20px}.styles-module__Comment__FaCa8 .styles-module__commentActions__pdFLE button{display:flex;align-items:center;gap:5px;padding:0;background-color:transparent;border:none}.styles-module__Comment__FaCa8 .styles-module__commentActions__pdFLE button,.styles-module__Comment__FaCa8 .styles-module__commentActions__pdFLE .styles-module__divider__jrARH{font-family:Outfit;font-style:normal;font-weight:400;font-size:16px;line-height:24px;color:#444}.styles-module__Comment__FaCa8 .styles-module__userpic__6SftA{position:absolute;left:11px;width:63px;min-width:63px;height:63px;margin-right:16px;border-radius:50%}@media (max-width: 768px){.styles-module__Comment__FaCa8 .styles-module__userpic__6SftA{left:18px;width:39px;min-width:39px;height:39px}}.styles-module__Comment__FaCa8 .styles-module__userpic__6SftA img{width:100%;height:100%;object-fit:cover;border-radius:50%}.styles-module__Comment__FaCa8 .styles-module__content__gWgu7{width:100%;min-height:130px;padding-left:89px;padding-right:32px;font-size:20px;background-color:#fff}@media (max-width: 768px){.styles-module__Comment__FaCa8 .styles-module__content__gWgu7{min-height:unset;padding-left:65px;padding-right:20px;font-size:16px;line-height:24px}}.styles-module__Comment__FaCa8 .styles-module__content__gWgu7 header{position:relative;display:flex;justify-content:space-between;margin-bottom:28px}@media (max-width: 768px){.styles-module__Comment__FaCa8 .styles-module__content__gWgu7 header{margin-bottom:8px}}.styles-module__Comment__FaCa8 .styles-module__content__gWgu7 header .styles-module__userInfo__uUhW8{display:flex;justify-content:space-between;gap:25px;align-items:center;width:100%;padding-right:20px;margin-bottom:6px}.styles-module__Comment__FaCa8 .styles-module__content__gWgu7 header .styles-module__userInfo__uUhW8 h1{margin-bottom:0;font-size:24px;font-weight:500;line-height:36px;color:var(--black)}@media (max-width: 768px){.styles-module__Comment__FaCa8 .styles-module__content__gWgu7 header .styles-module__userInfo__uUhW8 h1{font-size:16px;line-height:24px}}.styles-module__Comment__FaCa8 .styles-module__content__gWgu7 header .styles-module__userInfo__uUhW8 .styles-module__userTitle__OmHs3{position:relative;top:-5px;font-size:18px;font-weight:400;line-height:27px;color:var(--text)}@media (max-width: 768px){.styles-module__Comment__FaCa8 .styles-module__content__gWgu7 header .styles-module__userInfo__uUhW8 .styles-module__userTitle__OmHs3{font-size:14px;line-height:20px}}.styles-module__Comment__FaCa8 .styles-module__content__gWgu7 header .styles-module__userInfo__uUhW8 h2{margin:0;font-family:Outfit;font-style:normal;font-weight:400;font-size:16px;line-height:24px;color:#444}.styles-module__Comment__FaCa8 .styles-module__content__gWgu7 header .styles-module__headerRight__4ltLu{display:flex;column-gap:7px;font-family:Outfit;font-style:normal;font-weight:400;font-size:24px;line-height:24px;color:#444}.styles-module__Comment__FaCa8 .styles-module__content__gWgu7 header .styles-module__timestamps__n-kP-{font-family:Poppins;font-size:18px;font-weight:400;line-height:27px;color:var(--text)}@media (max-width: 768px){.styles-module__Comment__FaCa8 .styles-module__content__gWgu7 header .styles-module__timestamps__n-kP-{font-size:16px;line-height:24px}}.styles-module__Comment__FaCa8 .styles-module__content__gWgu7 header .styles-module__timestamps__n-kP- .styles-module__meetingTime__-M1nz{cursor:pointer}.styles-module__Comment__FaCa8 .styles-module__content__gWgu7 header .styles-module__menuToggle__zmcYN{user-select:none;cursor:pointer}@media (max-width: 768px){.styles-module__Comment__FaCa8 .styles-module__content__gWgu7 header .styles-module__menuToggle__zmcYN{position:relative;top:-6px;right:5px}}.styles-module__Comment__FaCa8 .styles-module__content__gWgu7 header .styles-module__commentMenu__kKZ7-{position:absolute;z-index:1;width:300px;height:176px;right:0;backdrop-filter:blur(2px);background-color:#fff;border-radius:16px;filter:drop-shadow(0px 2px 4px rgba(0,0,0,.05));transform:translateY(26px)}.styles-module__Comment__FaCa8 .styles-module__content__gWgu7 header .styles-module__commentMenu__kKZ7- ul{display:flex;flex-direction:column;justify-content:center;gap:16px;height:100%;margin:0;padding:0;background-color:transparent;list-style:none}.styles-module__Comment__FaCa8 .styles-module__content__gWgu7 header .styles-module__commentMenu__kKZ7- ul li{gap:16px;padding:0 0 0 32px;margin:0}.styles-module__Comment__FaCa8 .styles-module__content__gWgu7 header .styles-module__commentMenu__kKZ7- ul li button{display:flex;align-items:center;gap:16px;width:48px;height:48px;font-family:Outfit;font-style:normal;font-weight:400;font-size:24px;line-height:24px;color:#444;padding:0;background-color:transparent;border:none;cursor:pointer}.styles-module__Comment__FaCa8 .styles-module__content__gWgu7 header .styles-module__commentMenu__kKZ7- ul li button .styles-module__iconContainer__Zhe2G{display:flex;justify-content:center;align-items:center;min-width:48px;height:48px;background-color:#fff;border-radius:50%;border:none;box-shadow:0 2px 4px #0000000d}.styles-module__Comment__FaCa8 .styles-module__content__gWgu7 .styles-module__textContent__xmTkn{position:relative;word-break:break-word}.styles-module__Comment__FaCa8 .styles-module__content__gWgu7 .styles-module__textContent__xmTkn.styles-module__editable__XnSx9 div:focus{outline:0px solid transparent}.styles-module__Switch__rFxu0{position:relative;display:inline-flex;align-items:center;height:37px;padding-right:51px;cursor:pointer}@media (max-width: 768px){.styles-module__Switch__rFxu0{height:25px}}.styles-module__Switch__rFxu0.styles-module__withTooltip__iLXve .styles-module__label__zfj4q{padding-left:5px;white-space:nowrap}.styles-module__Switch__rFxu0 input{opacity:0;width:0;height:0}.styles-module__Switch__rFxu0 input:checked+.styles-module__slider__VIgqS{background-color:var(--primary)}.styles-module__Switch__rFxu0 input:checked+.styles-module__slider__VIgqS:before{transform:translate(calc(var(--width) - 27px - 5px))}@media (max-width: 768px){.styles-module__Switch__rFxu0 input:checked+.styles-module__slider__VIgqS:before{transform:translate(calc(var(--width) - 18px - 5px))}}.styles-module__Switch__rFxu0 .styles-module__onLabel__zSoIq{position:absolute;font-size:22px;font-weight:600;line-height:33px;color:#fff;right:calc(var(--width) - 40px - 5px);opacity:1;transition:all .2s ease}.styles-module__Switch__rFxu0 .styles-module__onLabel__zSoIq.styles-module__hidden__VFUeT{opacity:0}@media (max-width: 768px){.styles-module__Switch__rFxu0 .styles-module__onLabel__zSoIq{font-size:12px;line-height:18px;right:calc(var(--width) - 24px - 5px)}}.styles-module__Switch__rFxu0 .styles-module__label__zfj4q{padding-right:14px;font-size:22px;font-weight:600;line-height:33px;color:var(--text)}@media (max-width: 768px){.styles-module__Switch__rFxu0 .styles-module__label__zfj4q{padding-right:7px;font-size:14px;line-height:25px;font-weight:500}}.styles-module__Switch__rFxu0 .styles-module__slider__VIgqS{position:absolute;top:0;right:0;bottom:0;width:51px;border-radius:34px;background:#78788052;transition:all .2s ease}.styles-module__Switch__rFxu0 .styles-module__slider__VIgqS:before{content:"";width:23px;height:23px;position:absolute;left:0;transform:translate(5px);top:calc(50% - 11.5px);border-radius:50%;background-color:#fff;border:.5px solid rgba(0,0,0,.04);box-shadow:0 4px 4px #00000040;transition:all .2s ease}@media (max-width: 768px){.styles-module__Switch__rFxu0 .styles-module__slider__VIgqS:before{width:18px;height:18px;top:calc(50% - 9.5px)}}.styles-module__Segment__Qf7HU{display:flex;gap:14px;padding:21px 30px 21px 12px;background-color:#f8f8f8;border-radius:8px;cursor:pointer;transition:background-color .3s ease}.styles-module__Segment__Qf7HU.styles-module__active__2VOMO,.styles-module__Segment__Qf7HU:hover{background-color:#fff9c4}@media (max-width: 768px){.styles-module__Segment__Qf7HU{gap:16px;padding:11px 15px 11px 16px}}.styles-module__Segment__Qf7HU p{margin:0;font-family:Poppins;font-weight:400;font-size:18px;line-height:100%;letter-spacing:0%;color:var(--text)}@media (max-width: 768px){.styles-module__Segment__Qf7HU p{padding-top:2px;font-size:14px}}.styles-module__Segment__Qf7HU .styles-module__timestamp__wWRTV{display:flex;align-items:center;height:32px;padding-left:12px;padding-right:12px;font-family:Poppins;font-weight:400;font-size:18px;line-height:100%;letter-spacing:0%;color:#000;background-color:#f8585c4d;border-radius:3px}@media (max-width: 768px){.styles-module__Segment__Qf7HU .styles-module__timestamp__wWRTV{min-width:53px;height:26px;font-size:14px}}.styles-module__DeleteSectionIcon__U1FBZ{position:absolute;z-index:22222;top:-16px;right:-16px;font-size:0;cursor:pointer}.styles-module__DeleteSectionIcon__U1FBZ svg path{transform:translate(12px,10px)}.styles-module__MiniPlayer__yGzCd{position:relative;width:466px;height:262px;background-color:#000}.styles-module__MiniPlayer__yGzCd .styles-module__waveFormContainer__RaDoX{position:absolute;inset:0;background-color:#111;z-index:1}.styles-module__MiniPlayer__yGzCd video{width:100%;height:100%}@media (max-width: 768px){.styles-module__Transcript__QyIJz{flex:1;position:relative;z-index:1;bottom:245px;min-height:calc(100dvh - 82px - var(--video-player-height));margin-bottom:-245px;padding-top:9px;padding-left:19px;padding-right:17px;background-color:var(--black);overflow:hidden}}@media (max-width: 768px){.styles-module__Transcript__QyIJz .styles-module__container__E3au1{background-color:#fff;border-top-left-radius:10px;border-top-right-radius:10px}}.styles-module__Transcript__QyIJz .styles-module__container__E3au1 .styles-module__header__F-O6x{display:flex;align-items:center;justify-content:space-between;margin-bottom:41px}@media (max-width: 768px){.styles-module__Transcript__QyIJz .styles-module__container__E3au1 .styles-module__header__F-O6x{height:69px;margin-bottom:0;padding-left:16px;padding-right:17px}}@media (max-width: 768px){.styles-module__Transcript__QyIJz .styles-module__container__E3au1 .styles-module__header__F-O6x button{padding:0;background-color:transparent;border:none}}.styles-module__Transcript__QyIJz .styles-module__container__E3au1 .styles-module__header__F-O6x .styles-module__title__M1x1k{margin:0;font-family:Poppins;font-weight:500;font-size:32px;line-height:100%;letter-spacing:0%;color:var(--black)}@media (max-width: 768px){.styles-module__Transcript__QyIJz .styles-module__container__E3au1 .styles-module__header__F-O6x .styles-module__title__M1x1k{font-size:20px}}.styles-module__Transcript__QyIJz .styles-module__container__E3au1 .styles-module__header__F-O6x .styles-module__downloadButtonContainer__VgxHt{display:flex;flex-direction:row-reverse}.styles-module__Transcript__QyIJz .styles-module__container__E3au1 .styles-module__header__F-O6x .styles-module__downloadButtonContainer__VgxHt button{display:flex;gap:10px}.styles-module__Transcript__QyIJz .styles-module__container__E3au1 .styles-module__content__TOvTq{display:flex;gap:44px}@media (max-width: 768px){.styles-module__Transcript__QyIJz .styles-module__container__E3au1 .styles-module__content__TOvTq{min-height:calc(100dvh - 82px - var(--video-player-height) - 9px - 69px)}}.styles-module__Transcript__QyIJz .styles-module__container__E3au1 .styles-module__content__TOvTq .styles-module__list__MMA8k{display:flex;flex-direction:column;gap:19px;width:100%;max-height:832px;list-style:none;padding:0 24px 0 0;margin:0;overflow-y:auto;scrollbar-width:thin}@media (max-width: 768px){.styles-module__Transcript__QyIJz .styles-module__container__E3au1 .styles-module__content__TOvTq .styles-module__list__MMA8k{gap:0;max-height:100%;min-height:100%;padding-top:13px;padding-bottom:29px;padding-right:0;background-color:#f8f8f8;overflow:hidden}}.styles-module__Transcript__QyIJz .styles-module__container__E3au1 .styles-module__content__TOvTq .styles-module__videoPlayerContainer__TK-Z7{width:466px}@media (max-width: 768px){.styles-module__Transcript__QyIJz .styles-module__container__E3au1 .styles-module__content__TOvTq .styles-module__videoPlayerContainer__TK-Z7{display:none}}.styles-module__Comments__f8UjI{position:relative;display:flex;flex-direction:column;align-items:center;width:100%;padding-bottom:80px}@media (max-width: 768px){.styles-module__Comments__f8UjI{overflow:visible}.styles-module__Comments__f8UjI.styles-module__transcript__t3clg{padding-bottom:0}}.styles-module__Comments__f8UjI .styles-module__switchContainer__grIhy{display:flex;flex-direction:row-reverse;width:100%}@media (max-width: 768px){.styles-module__Comments__f8UjI .styles-module__switchContainer__grIhy{justify-content:space-between;align-items:center;gap:20px;padding-bottom:28px;padding-left:18px;padding-right:12px;font-family:Poppins;font-weight:500;font-size:16px;line-height:100%;letter-spacing:0%;color:var(--black);border-bottom:1px solid #dddddd}}.styles-module__Comments__f8UjI .styles-module__switchContainer__grIhy .styles-module__showTranscriptButton__v1kSf{width:100%;max-width:196px;height:52px;background-color:#f8f8f8;border:none;border-radius:7px}.styles-module__Comments__f8UjI .styles-module__container__vvQkk{width:100%}.styles-module__Comments__f8UjI .styles-module__container__vvQkk .styles-module__header__jzkrV{display:flex;justify-content:space-between;margin-bottom:57px}@media (max-width: 768px){.styles-module__Comments__f8UjI .styles-module__container__vvQkk .styles-module__header__jzkrV{padding-top:21px;flex-direction:column-reverse;margin-bottom:38px}}.styles-module__Comments__f8UjI .styles-module__container__vvQkk .styles-module__header__jzkrV .styles-module__tabs__5LBPB{display:flex;gap:44px}@media (max-width: 768px){.styles-module__Comments__f8UjI .styles-module__container__vvQkk .styles-module__header__jzkrV .styles-module__tabs__5LBPB{justify-content:center;gap:22px;padding-top:29px}}.styles-module__Comments__f8UjI .styles-module__container__vvQkk .styles-module__header__jzkrV .styles-module__tabs__5LBPB .styles-module__tab__WwxzY{font-size:26px;font-weight:600;line-height:39px;text-align:left;color:var(--text);white-space:nowrap;cursor:pointer}@media (max-width: 768px){.styles-module__Comments__f8UjI .styles-module__container__vvQkk .styles-module__header__jzkrV .styles-module__tabs__5LBPB .styles-module__tab__WwxzY{font-size:16px;line-height:24px;font-weight:500}}.styles-module__Comments__f8UjI .styles-module__container__vvQkk .styles-module__header__jzkrV .styles-module__tabs__5LBPB .styles-module__tab__WwxzY.styles-module__active__7Oj-v{position:relative;color:var(--primary)}.styles-module__Comments__f8UjI .styles-module__container__vvQkk .styles-module__header__jzkrV .styles-module__tabs__5LBPB .styles-module__tab__WwxzY.styles-module__active__7Oj-v:after{content:"";position:absolute;left:0;bottom:-14px;width:100%;height:4px;background-color:var(--primary)}@media (max-width: 768px){.styles-module__Comments__f8UjI .styles-module__container__vvQkk .styles-module__header__jzkrV .styles-module__tabs__5LBPB .styles-module__tab__WwxzY.styles-module__active__7Oj-v:after{height:3px;bottom:-10px}}.styles-module__Comments__f8UjI .styles-module__container__vvQkk .styles-module__questionsList__FoFVh{display:flex;flex-direction:column;gap:40px;width:100%;padding-bottom:40px}@media (max-width: 768px){.styles-module__Comments__f8UjI .styles-module__container__vvQkk .styles-module__questionsList__FoFVh{padding-left:18px;padding-right:20px}}.styles-module__Comments__f8UjI .styles-module__container__vvQkk .styles-module__questionsList__FoFVh .styles-module__downloadButtonContainer__UuQs3{display:flex;flex-direction:row-reverse}.styles-module__Comments__f8UjI .styles-module__container__vvQkk .styles-module__questionsList__FoFVh .styles-module__downloadButtonContainer__UuQs3 button{display:flex;gap:10px}.styles-module__Comments__f8UjI .styles-module__container__vvQkk .styles-module__commentsList__ptyze{position:relative;display:flex;flex-direction:column;width:100%}.styles-module__Comments__f8UjI .styles-module__container__vvQkk .styles-module__commentsList__ptyze .styles-module__scrollButtonContainer__DlrHN{position:absolute;z-index:4;top:60px;right:-84px;display:none;flex-direction:column}.styles-module__Comments__f8UjI .styles-module__container__vvQkk .styles-module__commentsList__ptyze .styles-module__scrollButtonContainer__DlrHN span{color:#f8585c;font-weight:700}.styles-module__Comments__f8UjI .styles-module__container__vvQkk .styles-module__commentsList__ptyze .styles-module__scrollButtonContainer__DlrHN button{display:flex;flex-direction:column-reverse;align-items:center;width:80px;height:94px;margin-bottom:19px;padding-bottom:10px;background-color:#f8585c;border-radius:50%;border:3px solid #111111}.styles-module__Comments__f8UjI .styles-module__container__vvQkk .styles-module__commentsList__ptyze .styles-module__scrollButtonContainer__DlrHN button svg{width:75%}.styles-module__Comments__f8UjI .styles-module__container__vvQkk .styles-module__noQuestions__9FcQ2{margin:40px 0 0;font-size:24px;font-weight:700}@media (max-width: 768px){.styles-module__Comments__f8UjI .styles-module__container__vvQkk .styles-module__noQuestions__9FcQ2{padding-left:18px;padding-right:20px;font-size:16px;font-weight:500;text-align:center}}.styles-module__SignIn__0vFYh .styles-module__signUp__pJiqd{margin-bottom:64px;align-self:flex-end}.styles-module__SignIn__0vFYh .styles-module__signUp__pJiqd a{font-weight:500;font-size:24px;line-height:100%;text-align:right;text-decoration:none;color:#f5658c}.styles-module__SignIn__0vFYh h1{margin:64px 0 0;align-self:flex-start;font-style:normal;font-weight:700;font-size:42px;line-height:108%;color:#444}.styles-module__SignIn__0vFYh h2{margin-bottom:72px;align-self:flex-start;font-style:normal;font-weight:400;font-size:24px;line-height:190%;color:#444}.styles-module__SignIn__0vFYh form{width:100%;margin-bottom:32px;display:flex;flex-direction:column;row-gap:56px}.styles-module__SignIn__0vFYh form .styles-module__row__1ZtbC{margin-bottom:32px;height:46px;display:flex;align-items:center;justify-content:space-between}.styles-module__SignIn__0vFYh form .styles-module__row__1ZtbC .styles-module__forgotPassword__T4TiB{margin:-21px 0 0;align-self:flex-start;line-height:112%;color:#444}.styles-module__SignIn__0vFYh form .styles-module__row__1ZtbC .styles-module__forgotPassword__T4TiB a{color:#f5658c;text-decoration:none}.styles-module__SignIn__0vFYh form .styles-module__row__1ZtbC button{width:220px;height:74px;font-weight:500;font-size:24px;line-height:100%}.styles-module__SignIn__0vFYh .styles-module__close__Idypx{align-self:flex-end;font-weight:500;font-size:24px;line-height:100%;text-decoration-line:underline;color:#f5658c;cursor:pointer}.styles-module__dialog__PHON-{max-width:1120px}.styles-module__ConfirmReviewModal__xmMtH{position:relative;padding:88px 60px 60px;border-radius:15px;background-color:#f9f9f9}.styles-module__ConfirmReviewModal__xmMtH .styles-module__closeIcon__fkqD8{position:absolute;top:36px;right:36px;cursor:pointer}.styles-module__ConfirmReviewModal__xmMtH header{margin-bottom:15px}.styles-module__ConfirmReviewModal__xmMtH header h1{margin:0;font-family:Inter;font-style:normal;font-weight:700;font-size:48px;line-height:133%;color:#444;text-transform:capitalize}.styles-module__ConfirmReviewModal__xmMtH .styles-module__form__QSEkp{margin-bottom:32px}.styles-module__ConfirmReviewModal__xmMtH .styles-module__form__QSEkp .styles-module__title__moyJT h2{margin-bottom:4px;display:flex;gap:10px;font-size:24px;line-height:100%;color:#0006}.styles-module__ConfirmReviewModal__xmMtH .styles-module__form__QSEkp .styles-module__title__moyJT hr{margin:0 0 12px}.styles-module__ConfirmReviewModal__xmMtH .styles-module__form__QSEkp .styles-module__messageContainer__FA7QE{position:relative}.styles-module__ConfirmReviewModal__xmMtH footer{display:flex;justify-content:flex-end}.styles-module__VideoApproval__4-6eZ{height:100px;padding-right:60px;display:flex;justify-content:flex-end;align-items:center;background-color:#111;opacity:80%}.styles-module__VideoApproval__4-6eZ .styles-module__buttons__rXrL3{height:50%;display:flex;column-gap:60px}.styles-module__VideoApproval__4-6eZ .styles-module__buttons__rXrL3 button{width:200px;border-radius:34px}.styles-module__inline__lSIV1{height:auto;padding:0;background-color:transparent}.styles-module__inline__lSIV1 .styles-module__buttons__rXrL3{column-gap:12px}.styles-module__inline__lSIV1 .styles-module__buttons__rXrL3 button{width:auto;min-width:140px;height:40px;border-radius:24px}.styles-module__PreviewSectionsMobile__TpwRa{width:100vw;display:flex;gap:6px;margin:0;padding:5px 5px 7px;list-style:none;overflow-x:auto}.styles-module__Meeting__MRHpo{max-width:calc(100vw / var(--zoom) - var(--sidebar-width));position:relative;display:flex;flex-direction:column;align-items:center;padding-left:42px;padding-right:46px;overflow-x:hidden;transition:all .3s}@media (max-width: 768px){.styles-module__Meeting__MRHpo{max-width:unset;min-height:calc(100dvh - 82px);padding:0;overflow:hidden}}.styles-module__Meeting__MRHpo .styles-module__editButtonContainer__EZPWy{display:flex;justify-content:flex-end;width:100%;gap:30px;margin-bottom:0}.styles-module__Meeting__MRHpo .styles-module__breadcrumbsContainer__sexQE{display:flex;justify-content:space-between;align-items:center;width:100%;margin-bottom:10px}@media (max-width: 768px){.styles-module__Meeting__MRHpo .styles-module__breadcrumbsContainer__sexQE{display:none}}.styles-module__Meeting__MRHpo .styles-module__headerContainer__ayqfR{width:100%}.styles-module__Meeting__MRHpo .styles-module__headerContainer__ayqfR header{width:100%}.styles-module__dialog__CFUNK{max-width:1153px}@media (max-width: 768px){.styles-module__dialog__CFUNK{max-width:100%;margin:0}}.styles-module__backdrop__SZegL{min-width:calc(100vw / var(--zoom));min-height:calc(100vh / var(--zoom))}.styles-module__MultiButtonDialogModal__OsaeS{position:relative;border-radius:15px}@media (max-width: 768px){.styles-module__MultiButtonDialogModal__OsaeS{border-radius:0;min-height:100dvh}}.styles-module__MultiButtonDialogModal__OsaeS .styles-module__closeIcon__L1K4u{position:absolute;top:48px;right:48px;cursor:pointer;z-index:1}@media (max-width: 768px){.styles-module__MultiButtonDialogModal__OsaeS .styles-module__closeIcon__L1K4u{top:24px;right:20px;width:24px;height:24px}.styles-module__MultiButtonDialogModal__OsaeS .styles-module__closeIcon__L1K4u img{width:100%;height:100%}}.styles-module__MultiButtonDialogModal__OsaeS .styles-module__content__E1vjK{display:flex;flex-direction:column;align-items:center;padding:73px 40px 85px}@media (max-width: 768px){.styles-module__MultiButtonDialogModal__OsaeS .styles-module__content__E1vjK{padding:60px 20px 40px}}.styles-module__MultiButtonDialogModal__OsaeS .styles-module__content__E1vjK .styles-module__title__vzmrc{margin-bottom:47px;font-family:Poppins;font-size:48px;font-weight:600;line-height:72px;color:var(--black);text-align:center}@media (max-width: 768px){.styles-module__MultiButtonDialogModal__OsaeS .styles-module__content__E1vjK .styles-module__title__vzmrc{font-size:32px;line-height:48px;margin-bottom:24px}}.styles-module__MultiButtonDialogModal__OsaeS .styles-module__content__E1vjK .styles-module__description__IqD3y{margin-bottom:47px;font-family:Poppins;font-size:24px;font-weight:400;line-height:36px;color:var(--black);text-align:center;max-width:800px}@media (max-width: 768px){.styles-module__MultiButtonDialogModal__OsaeS .styles-module__content__E1vjK .styles-module__description__IqD3y{font-size:18px;line-height:28px;margin-bottom:32px;max-width:100%}}.styles-module__MultiButtonDialogModal__OsaeS .styles-module__content__E1vjK .styles-module__buttonsContainer__JYbRx{width:100%;display:flex;justify-content:center;gap:24px}@media (max-width: 768px){.styles-module__MultiButtonDialogModal__OsaeS .styles-module__content__E1vjK .styles-module__buttonsContainer__JYbRx{flex-direction:column;align-items:stretch;gap:16px;padding:0}}@media (max-width: 768px){.styles-module__MultiButtonDialogModal__OsaeS .styles-module__content__E1vjK .styles-module__buttonsContainer__JYbRx .styles-module__button__SGwDa{width:100%!important;max-width:100%!important}}.styles-module__previewContainer__VRNhj{width:100%;max-width:100%;background:#0b0b0b;border-radius:12px;border:1px solid #1f2937;display:flex;flex-direction:column;color:#d1d5db;position:relative;overflow:hidden;margin-bottom:20px}@media (max-width: 768px){.styles-module__previewContainer__VRNhj{border-radius:0}}.styles-module__reviewerBanner__a8sPb{padding:12px 24px;border-radius:12px;background-color:#fdb258d9;display:flex;align-items:center;justify-content:space-between;gap:24px}.styles-module__reviewerBanner__a8sPb .Breadcrumbs,.styles-module__reviewerBanner__a8sPb .Breadcrumbs a{color:#fff}.styles-module__topActions__gwYQO{display:flex;align-items:center;gap:16px}.styles-module__previewHeader__FbJPT{position:absolute;top:0;left:0;right:0;z-index:10;background:transparent}@media (max-width: 768px){.styles-module__previewHeader__FbJPT{display:block}}@media (min-width: 769px){.styles-module__previewHeader__FbJPT{display:none}}.styles-module__previewContent__nQaTt{width:100%;height:100%;display:flex;align-items:center;justify-content:center;position:relative;z-index:2}.styles-module__viewerLayout__38YW9{width:100%;display:flex;gap:0;align-items:stretch}.styles-module__sideRail__j5J-l{display:flex;flex-direction:column;flex-shrink:0}.styles-module__contentWrapper__KhCC5{flex:1;min-width:0;display:flex;flex-direction:column}.styles-module__previewSection__JsJGu{width:100%;flex:1;min-height:0}.styles-module__timelineSection__tal2N{width:100%;margin-top:12px}.styles-module__mobileTimeline__26zef{width:100%}@media (max-width: 768px){.styles-module__viewerLayout__38YW9{flex-direction:column;gap:8px}.styles-module__contentWrapper__KhCC5{display:flex;flex-direction:column;gap:8px}.styles-module__previewSection__JsJGu{flex:0 0 70vh}.styles-module__timelineSection__tal2N{flex:0 0 30vh;margin-top:0}.styles-module__mobileTimeline__26zef{display:flex!important;height:100%;padding:0 16px}.styles-module__mobileTimeline__26zef>div{height:100%}.styles-module__mobileTimeline__26zef>div>div{height:100%}.styles-module__mobileTimeline__26zef ul{height:100%}}@keyframes PreviewRenderers-module__pulse__97f4a{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.05);opacity:.9}}.PreviewRenderers-module__continueButtonContainer__MDOJt{animation:PreviewRenderers-module__pulse__97f4a .333s ease-in-out;animation-iteration-count:3}.PreviewRenderers-module__pdfViewerContainer__uwCB5 .rpv-core__viewer{background-color:#fff}.PreviewRenderers-module__pdfViewerContainer__uwCB5 .rpv-core__toolbar{background-color:#1f2937;border-bottom:1px solid #374151}.PreviewRenderers-module__pdfViewerContainer__uwCB5 .rpv-core__toolbar button{color:#e5e7eb}.PreviewRenderers-module__pdfViewerContainer__uwCB5 .rpv-core__toolbar button:hover{background-color:#374151}.PreviewRenderers-module__pdfEnlarged__WXkN7 .rpv-core__viewer{overflow:auto!important;-webkit-overflow-scrolling:touch}.PreviewRenderers-module__pdfEnlarged__WXkN7 .rpv-core__inner-pages,.PreviewRenderers-module__pdfEnlarged__WXkN7 .rpv-core__page-layer{overflow:visible!important}.styles-module__CreateMeetingFooter__mpEWt{position:relative;display:flex;flex-direction:column;align-items:center;width:100%;height:250px;padding-left:20px;padding-right:40px}@media (max-width: 768px){.styles-module__CreateMeetingFooter__mpEWt{display:none}}.styles-module__CreateMeetingFooter__mpEWt .styles-module__footerContainer__1rAp4{flex:1;width:100%}.styles-module__CreateMeetingFooter__mpEWt .styles-module__footerContainer__1rAp4 .styles-module__sectionsListContainer__AfwDA{position:relative;display:flex;justify-content:center;width:100%;height:100%}.styles-module__CreateMeetingFooter__mpEWt .styles-module__footerContainer__1rAp4 .styles-module__sectionsListContainer__AfwDA .styles-module__switch__YhHWy{position:absolute;top:63px;left:-10px;z-index:1;cursor:pointer}.styles-module__CreateMeetingFooter__mpEWt .styles-module__footerContainer__1rAp4 .styles-module__sectionsListContainer__AfwDA .styles-module__switch__YhHWy.styles-module__switchRight__6jv3P{top:56px;left:unset;right:-30px;transform:rotate(180deg)}.styles-module__CreateMeetingFooter__mpEWt .styles-module__footerContainer__1rAp4 .styles-module__sectionsListContainer__AfwDA .styles-module__sectionsList__qJ0pZ{position:relative;display:flex;width:100%;height:100%;margin:0;padding:10px 0 0;list-style:none;overflow:hidden}.styles-module__CreateMeetingFooter__mpEWt .styles-module__footerContainer__1rAp4 .styles-module__sectionsListContainer__AfwDA .styles-module__sectionsList__qJ0pZ .styles-module__inner__O3I9z{position:absolute;height:180px;display:flex;align-items:center;padding-left:30px;transition:all .2s}.styles-module__CreateMeetingFooter__mpEWt .styles-module__footerContainer__1rAp4 .styles-module__sectionsListContainer__AfwDA .styles-module__sectionsList__qJ0pZ .styles-module__inner__O3I9z li{padding:0;margin:0}.styles-module__CreateMeetingFooter__mpEWt .styles-module__footerContainer__1rAp4 .styles-module__sectionsListContainer__AfwDA .styles-module__sectionsList__qJ0pZ .styles-module__inner__O3I9z li.styles-module__section__APhZG{position:relative;width:235px;min-width:235px;height:120px;cursor:pointer}.styles-module__CreateMeetingFooter__mpEWt .styles-module__footerContainer__1rAp4 .styles-module__sectionsListContainer__AfwDA .styles-module__sectionsList__qJ0pZ .styles-module__inner__O3I9z li.styles-module__section__APhZG .styles-module__playIcon__Gvp-k{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:55px;height:55px}.styles-module__CreateMeetingFooter__mpEWt .styles-module__footerContainer__1rAp4 .styles-module__sectionsListContainer__AfwDA .styles-module__sectionsList__qJ0pZ .styles-module__inner__O3I9z li.styles-module__section__APhZG.styles-module__active__gxOnT:after{content:"";position:absolute;top:0;left:0;display:block;width:235px;height:120px;border:5px solid #f8585c;border-radius:16px;pointer-events:none}.styles-module__CreateMeetingFooter__mpEWt .styles-module__footerContainer__1rAp4 .styles-module__sectionsListContainer__AfwDA .styles-module__sectionsList__qJ0pZ .styles-module__inner__O3I9z li.styles-module__section__APhZG .styles-module__username__xlpOk{position:absolute;z-index:1;color:#fff;background-color:#111;padding-left:15px;padding-right:15px;border-radius:15px;white-space:nowrap}.styles-module__CreateMeetingFooter__mpEWt .styles-module__footerContainer__1rAp4 .styles-module__sectionsListContainer__AfwDA .styles-module__sectionsList__qJ0pZ .styles-module__inner__O3I9z li.styles-module__section__APhZG .styles-module__username__xlpOk.styles-module__defaultIcon__VMphY{filter:invert(100%)}.styles-module__CreateMeetingFooter__mpEWt .styles-module__footerContainer__1rAp4 .styles-module__sectionsListContainer__AfwDA .styles-module__sectionsList__qJ0pZ .styles-module__inner__O3I9z li.styles-module__section__APhZG .styles-module__sectionContentContainer__0ulkZ{height:100%;display:flex;justify-content:center;align-items:center;background:#111;border-radius:16px}.styles-module__CreateMeetingFooter__mpEWt .styles-module__footerContainer__1rAp4 .styles-module__sectionsListContainer__AfwDA .styles-module__sectionsList__qJ0pZ .styles-module__inner__O3I9z li.styles-module__section__APhZG .styles-module__title__EZ4Cg{position:absolute;left:0;bottom:-50px;display:flex;align-items:center;width:100%;height:24px;padding-left:18px;padding-right:18px;border-radius:16px}.styles-module__CreateMeetingFooter__mpEWt .styles-module__footerContainer__1rAp4 .styles-module__sectionsListContainer__AfwDA .styles-module__sectionsList__qJ0pZ .styles-module__inner__O3I9z li.styles-module__section__APhZG .styles-module__title__EZ4Cg h1{width:100%;margin:0;color:#444;font-size:16px;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.styles-module__CreateMeetingFooter__mpEWt .styles-module__footerContainer__1rAp4 .styles-module__sectionsListContainer__AfwDA .styles-module__sectionsList__qJ0pZ .styles-module__inner__O3I9z li.styles-module__section__APhZG .styles-module__title__EZ4Cg input{width:100%;font-family:Poppins;font-size:22px;font-weight:500;line-height:33px;text-align:center;color:#000;background-color:transparent;border:none}.styles-module__CreateMeetingFooter__mpEWt .styles-module__footerContainer__1rAp4 .styles-module__sectionsListContainer__AfwDA .styles-module__sectionsList__qJ0pZ .styles-module__inner__O3I9z li.styles-module__section__APhZG .styles-module__title__EZ4Cg input:focus{outline:none}.styles-module__CreateMeetingFooter__mpEWt .styles-module__footerContainer__1rAp4 .styles-module__sectionsListContainer__AfwDA .styles-module__sectionsList__qJ0pZ .styles-module__inner__O3I9z li.styles-module__section__APhZG .styles-module__audioBackgroundContainer__xE2pH{width:100%;height:100%;background-color:#111;border-radius:16px}.styles-module__CreateMeetingFooter__mpEWt .styles-module__footerContainer__1rAp4 .styles-module__sectionsListContainer__AfwDA .styles-module__sectionsList__qJ0pZ .styles-module__inner__O3I9z li.styles-module__section__APhZG .styles-module__audioBackgroundContainer__xE2pH span{width:100%;line-height:140px;display:block;text-align:center;font-weight:700;color:#fff}.styles-module__CreateMeetingFooter__mpEWt .styles-module__footerContainer__1rAp4 .styles-module__sectionsListContainer__AfwDA .styles-module__sectionsList__qJ0pZ .styles-module__inner__O3I9z li.styles-module__section__APhZG.styles-module__contributed__q8P5M .styles-module__usericon__UmlxU{position:absolute;bottom:-10px;right:-10px;width:60px;display:flex;justify-content:center;align-items:center;height:60px;background-color:#fff;border-radius:50%;filter:invert(100%);z-index:2}.styles-module__CreateMeetingFooter__mpEWt .styles-module__footerContainer__1rAp4 .styles-module__sectionsListContainer__AfwDA .styles-module__sectionsList__qJ0pZ .styles-module__inner__O3I9z li.styles-module__section__APhZG.styles-module__contributed__q8P5M .styles-module__usericon__UmlxU.styles-module__withAvatar__YXSf-{filter:none}.styles-module__CreateMeetingFooter__mpEWt .styles-module__footerContainer__1rAp4 .styles-module__sectionsListContainer__AfwDA .styles-module__sectionsList__qJ0pZ .styles-module__inner__O3I9z li.styles-module__section__APhZG.styles-module__contributed__q8P5M .styles-module__usericon__UmlxU img{width:50px;height:50px;border-radius:50%;object-fit:cover}.styles-module__CreateMeetingFooter__mpEWt .styles-module__footerContainer__1rAp4 .styles-module__sectionsListContainer__AfwDA .styles-module__sectionsList__qJ0pZ .styles-module__inner__O3I9z li.styles-module__section__APhZG .styles-module__noteSectionContent__Z549V{display:flex;justify-content:center;align-items:center;width:100%;height:100%;background-color:#efede9;border-radius:16px}.styles-module__CreateMeetingFooter__mpEWt .styles-module__footerContainer__1rAp4 .styles-module__sectionsListContainer__AfwDA .styles-module__sectionsList__qJ0pZ .styles-module__inner__O3I9z li.styles-module__section__APhZG .styles-module__noteSectionContent__Z549V img{width:100px;height:auto}.styles-module__CreateMeetingFooter__mpEWt .styles-module__footerContainer__1rAp4 .styles-module__sectionsListContainer__AfwDA .styles-module__sectionsList__qJ0pZ .styles-module__inner__O3I9z li.styles-module__section__APhZG .styles-module__questionSectionContent__L67I2,.styles-module__CreateMeetingFooter__mpEWt .styles-module__footerContainer__1rAp4 .styles-module__sectionsListContainer__AfwDA .styles-module__sectionsList__qJ0pZ .styles-module__inner__O3I9z li.styles-module__section__APhZG .styles-module__assignedSectionContent__j0mel{display:flex;justify-content:center;align-items:center;font-size:56px;font-weight:700;height:100%;width:100%;border-radius:16px;background-color:#efefef}.styles-module__CreateMeetingFooter__mpEWt .styles-module__footerContainer__1rAp4 .styles-module__sectionsListContainer__AfwDA .styles-module__sectionsList__qJ0pZ .styles-module__inner__O3I9z li.styles-module__section__APhZG .styles-module__assignedSectionContent__j0mel span{position:absolute;font-size:16px;font-weight:700}.styles-module__CreateMeetingFooter__mpEWt .styles-module__footerContainer__1rAp4 .styles-module__sectionsListContainer__AfwDA .styles-module__sectionsList__qJ0pZ .styles-module__inner__O3I9z li.styles-module__section__APhZG .styles-module__processingSectionContent__u9nbG{height:100%;width:100%;padding:0 40px;display:flex;justify-content:center;align-items:center;background:#111;border-radius:16px}.styles-module__CreateMeetingFooter__mpEWt .styles-module__footerContainer__1rAp4 .styles-module__sectionsListContainer__AfwDA .styles-module__sectionsList__qJ0pZ .styles-module__inner__O3I9z li.styles-module__section__APhZG .styles-module__processingSectionContent__u9nbG .styles-module__progressBarOuter__pXqTz{position:relative;width:100%;height:4px;border-radius:16px;overflow:hidden;background:#fff}.styles-module__CreateMeetingFooter__mpEWt .styles-module__footerContainer__1rAp4 .styles-module__sectionsListContainer__AfwDA .styles-module__sectionsList__qJ0pZ .styles-module__inner__O3I9z li.styles-module__section__APhZG .styles-module__processingSectionContent__u9nbG .styles-module__progressBarOuter__pXqTz .styles-module__progressBarInner__bXd49{position:absolute;top:0;left:0;height:100%;background-color:#f8585c}.styles-module__CreateMeetingFooter__mpEWt .styles-module__footerContainer__1rAp4 .styles-module__sectionsListContainer__AfwDA .styles-module__sectionsList__qJ0pZ .styles-module__inner__O3I9z li.styles-module__section__APhZG.styles-module__placeholder__zb-yT{display:flex;justify-content:center;align-items:center;border-radius:16px;background-color:#efefef}.styles-module__CreateMeetingFooter__mpEWt .styles-module__footerContainer__1rAp4 .styles-module__sectionsListContainer__AfwDA .styles-module__sectionsList__qJ0pZ .styles-module__inner__O3I9z li.styles-module__section__APhZG.styles-module__placeholder__zb-yT span{font-weight:700;position:absolute;white-space:nowrap}.styles-module__CreateMeetingFooter__mpEWt .styles-module__footerContainer__1rAp4 .styles-module__sectionsListContainer__AfwDA .styles-module__sectionsList__qJ0pZ .styles-module__inner__O3I9z li.styles-module__section__APhZG .styles-module__saveIcon__TRkhN{position:absolute;z-index:1;top:12px;left:16px}.styles-module__CreateMeetingFooter__mpEWt .styles-module__footerContainer__1rAp4 .styles-module__sectionsListContainer__AfwDA .styles-module__sectionsList__qJ0pZ .styles-module__inner__O3I9z li.styles-module__section__APhZG .styles-module__editButton__bJJOm{position:absolute;z-index:1;right:24px;bottom:24px;padding:0;background-color:transparent;border:none}.styles-module__CreateMeetingFooter__mpEWt .styles-module__footerContainer__1rAp4 .styles-module__sectionsListContainer__AfwDA .styles-module__sectionsList__qJ0pZ .styles-module__inner__O3I9z li.styles-module__section__APhZG video,.styles-module__CreateMeetingFooter__mpEWt .styles-module__footerContainer__1rAp4 .styles-module__sectionsListContainer__AfwDA .styles-module__sectionsList__qJ0pZ .styles-module__inner__O3I9z li.styles-module__section__APhZG img{width:100%;height:100%;object-fit:cover;border-radius:16px}.styles-module__CreateMeetingFooter__mpEWt .styles-module__footerContainer__1rAp4 .styles-module__sectionsListContainer__AfwDA .styles-module__sectionsList__qJ0pZ .styles-module__inner__O3I9z li.styles-module__section__APhZG video.styles-module__pdfIcon__VSPwD,.styles-module__CreateMeetingFooter__mpEWt .styles-module__footerContainer__1rAp4 .styles-module__sectionsListContainer__AfwDA .styles-module__sectionsList__qJ0pZ .styles-module__inner__O3I9z li.styles-module__section__APhZG img.styles-module__pdfIcon__VSPwD{width:100px;height:100px;object-fit:contain}.styles-module__CreateMeetingFooter__mpEWt .styles-module__footerContainer__1rAp4 .styles-module__sectionsListContainer__AfwDA .styles-module__sectionsList__qJ0pZ .styles-module__inner__O3I9z li .styles-module__sectionMenuContainer__3tGZa{display:flex;justify-content:center;align-items:center;width:235px;min-width:235px;max-width:235px;height:120px}.styles-module__SectionMenu__J-XJB{position:relative;display:flex;justify-content:center;align-items:center;width:100%;height:100%}.styles-module__SectionMenu__J-XJB .styles-module__toggle__9yCIR{display:flex;flex-direction:column;align-items:center;gap:20px;cursor:pointer}.styles-module__SectionMenu__J-XJB .styles-module__toggle__9yCIR span{font-family:Poppins;font-size:26px;font-weight:600;line-height:39px}.styles-module__SectionMenu__J-XJB .styles-module__fileInput__lIUhf{display:none}.styles-module__backdrop__cP-8u{min-width:calc(100vw / var(--zoom));min-height:calc(100vh / var(--zoom))}.styles-module__dialog__djKER{max-width:746px}.styles-module__AlertModal__3y1S5{position:relative;border-radius:15px}.styles-module__AlertModal__3y1S5 .styles-module__closeIcon__qR7Po{position:absolute;top:20px;right:20px;cursor:pointer}.styles-module__AlertModal__3y1S5 .styles-module__content__IIblR{display:flex;flex-direction:column;align-items:center;padding:88px 80px 60px}.styles-module__AlertModal__3y1S5 .styles-module__content__IIblR h3{margin-bottom:24px;font-family:Inter;font-style:normal;font-weight:700;font-size:48px;line-height:133%;text-align:center;color:#444}.styles-module__AlertModal__3y1S5 .styles-module__content__IIblR p{margin-bottom:24px;font-family:Inter;font-style:normal;font-weight:400;font-size:24px;line-height:127%;text-align:center}.styles-module__AlertModal__3y1S5 .styles-module__content__IIblR button{padding:25px 72px;font-weight:500;font-size:24px;line-height:100%;border-radius:16px;color:#fff}.styles-module__SharedMeetingPage__Rjv22{min-height:calc(100vh / var(--zoom));padding:40px;display:flex;justify-content:center;align-items:center;background-color:#0003}.styles-module__SharedMeetingPage__Rjv22 .styles-module__main__9Gw7o{max-width:1200px;max-height:780px;width:100%;padding:72px 72px 24px;display:flex;flex-direction:column;justify-content:center;align-items:center;background-color:#f9f9f9;border-radius:15px}.styles-module__SharedMeetingPage__Rjv22 .styles-module__main__9Gw7o h1{margin-bottom:48px;text-align:center}.styles-module__SharedMeetingPage__Rjv22 .styles-module__main__9Gw7o h1 span:first-of-type{margin-bottom:18px;font-family:Inter;font-style:normal;font-weight:700;font-size:48px;line-height:64px;color:#000c}.styles-module__SharedMeetingPage__Rjv22 .styles-module__main__9Gw7o h1 span:last-of-type{font-family:Inter;font-style:normal;font-weight:500;font-size:24px;line-height:156%;text-align:center;color:#0006}.styles-module__SharedMeetingPage__Rjv22 .styles-module__main__9Gw7o .styles-module__hint__mg2V6{margin-bottom:16px;text-align:center;font-family:Inter;font-style:normal;font-weight:500;font-size:24px;line-height:156%;color:#000c}.styles-module__SharedMeetingPage__Rjv22 .styles-module__main__9Gw7o form{margin-bottom:60px;display:flex;flex-direction:column;align-items:center;row-gap:20px}.styles-module__SharedMeetingPage__Rjv22 .styles-module__main__9Gw7o form label{width:600px}.styles-module__SharedMeetingPage__Rjv22 .styles-module__main__9Gw7o form label input{text-align:center}.styles-module__SharedMeetingPage__Rjv22 .styles-module__main__9Gw7o form .styles-module__error__nbJbz{margin-top:5px;color:#f8585c}.styles-module__SharedMeetingPage__Rjv22 .styles-module__main__9Gw7o form button{margin-bottom:24px;padding:25px 72px;font-weight:500;font-size:24px;line-height:100%}.styles-module__SharedMeetingPage__Rjv22 .styles-module__main__9Gw7o .styles-module__processingContainer__n-IYq{height:56px;margin-bottom:46px;display:flex;flex-direction:column;align-items:center;column-gap:4px}.styles-module__SharedMeetingPage__Rjv22 .styles-module__main__9Gw7o .styles-module__processingContainer__n-IYq span{margin:0;font-family:Inter;font-style:normal;font-weight:500;font-size:24px;line-height:156%;text-align:center;color:#444}.styles-module__SharedMeetingPage__Rjv22 .styles-module__main__9Gw7o .styles-module__expirationInfo__T1zTo{margin:0}.styles-module__SharedMeetingPage__Rjv22 .styles-module__main__9Gw7o .styles-module__expirationInfo__T1zTo span:first-of-type{font-family:Inter;font-style:normal;font-weight:500;font-size:24px;line-height:156%;text-align:center;color:#444}.styles-module__SharedMeetingPage__Rjv22 .styles-module__main__9Gw7o .styles-module__expirationInfo__T1zTo span:last-of-type{font-family:Inter;font-style:normal;font-weight:500;font-size:24px;line-height:156%;text-align:center;color:#444}.styles-module__ChangePasswordPage__QmQ1Z .styles-module__resetPassword__bHI12{margin-bottom:64px;align-self:flex-end}.styles-module__ChangePasswordPage__QmQ1Z .styles-module__resetPassword__bHI12 a{font-weight:500;font-size:24px;line-height:100%;text-align:right;text-decoration:none;color:#f5658c}.styles-module__ChangePasswordPage__QmQ1Z h1{margin:16px 0 32px;align-self:flex-start;font-weight:700;font-size:56px;line-height:100%;color:#444}.styles-module__ChangePasswordPage__QmQ1Z form{width:100%;margin-bottom:16px;display:flex;flex-direction:column;row-gap:56px}.styles-module__ChangePasswordPage__QmQ1Z form button{align-self:flex-end}.styles-module__ChangePasswordPage__QmQ1Z p{margin:0;align-self:flex-start;font-weight:500;font-size:24px;line-height:150%;color:#444}.styles-module__ChangePasswordPage__QmQ1Z .styles-module__welcomeMessage__UZV-P{width:100%;margin-bottom:32px;padding:32px;border-radius:16px;border:1px solid rgba(0,0,0,.08);background-color:#fff;box-shadow:0 16px 34px -18px #004cbd14}@media (max-width: 768px){.styles-module__ChangePasswordPage__QmQ1Z .styles-module__welcomeMessage__UZV-P{padding:24px}}.styles-module__ChangePasswordPage__QmQ1Z .styles-module__welcomeMessage__UZV-P h2{margin:0;font-weight:700;font-size:40px;line-height:120%;color:#444}.styles-module__ChangePasswordPage__QmQ1Z .styles-module__welcomeHeader__5Qfwk{display:flex;justify-content:space-between;align-items:flex-start;gap:24px;margin-bottom:24px}@media (max-width: 768px){.styles-module__ChangePasswordPage__QmQ1Z .styles-module__welcomeHeader__5Qfwk{flex-direction:column;gap:16px}}.styles-module__ChangePasswordPage__QmQ1Z .styles-module__inviteBadge__VC7nr{display:inline-flex;align-items:center;padding:4px 12px;border-radius:999px;font-size:12px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:#f5658c;background-color:#ffd9e3}.styles-module__ChangePasswordPage__QmQ1Z .styles-module__logoBadge__Zj7rh{padding:8px 12px;border-radius:12px;border:1px solid rgba(0,0,0,.05);background-color:#fff;display:flex;align-items:center;justify-content:center}.styles-module__ChangePasswordPage__QmQ1Z .styles-module__logoBadge__Zj7rh img{width:140px;height:auto;display:block}.styles-module__ChangePasswordPage__QmQ1Z .styles-module__welcomeDescription__4yNFM{margin:0 0 24px;font-weight:400;font-size:20px;line-height:150%;color:#444444d9}.styles-module__ChangePasswordPage__QmQ1Z .styles-module__welcomeHighlights__0ADbE{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:16px}.styles-module__ChangePasswordPage__QmQ1Z .styles-module__welcomeHighlights__0ADbE li{display:flex;flex-direction:column;gap:4px}.styles-module__ChangePasswordPage__QmQ1Z .styles-module__welcomeHighlights__0ADbE li strong{font-size:18px;font-weight:600;color:#444}.styles-module__ChangePasswordPage__QmQ1Z .styles-module__welcomeHighlights__0ADbE li span{font-size:16px;line-height:150%;color:#444c}.styles-module__ChangePasswordPage__QmQ1Z .styles-module__greeting__YhC4u{margin:12px 0 8px;font-weight:600;font-size:32px;line-height:130%;color:#444}.styles-module__CreateFolderMenu__1NfpW{max-width:524px;min-width:285px;padding:24px 28px 34px 32px;position:absolute;top:calc(100% + 20px);right:0;z-index:1;box-shadow:0 4px 24px #0000001c;border-radius:10px;background-color:#fff}.styles-module__CreateFolderMenu__1NfpW .styles-module__optionsList__yu4cK ul{display:flex;flex-direction:column;gap:29px;margin:0;padding:0;list-style:none}.styles-module__CreateFolderMenu__1NfpW .styles-module__optionsList__yu4cK ul li button{width:100%;display:flex;justify-content:space-between;align-items:center;font-weight:500;font-size:22px;line-height:33px;color:var(--text);border:none;background-color:transparent}.styles-module__CreateFolderMenu__1NfpW .styles-module__optionsList__yu4cK ul li button img{margin-right:8px}.styles-module__CreateFolderMenu__1NfpW .styles-module__optionsList__yu4cK ul li button:disabled{cursor:not-allowed;opacity:.4}.styles-module__CreateFolderMenu__1NfpW .styles-module__departmentFolder__n5FW7 h5{margin-bottom:16px;color:var(--black);font-weight:500;font-size:24px;line-height:36px}.styles-module__CreateFolderMenu__1NfpW .styles-module__departmentFolder__n5FW7 .styles-module__or__1CpQi{margin-top:11px;margin-bottom:7px}.styles-module__CreateFolderMenu__1NfpW .styles-module__departmentFolder__n5FW7 label{display:flex;flex-direction:column;gap:4px}.styles-module__CreateFolderMenu__1NfpW .styles-module__departmentFolder__n5FW7 label span{margin-bottom:10px;font-size:18px;line-height:27px}.styles-module__CreateFolderMenu__1NfpW .styles-module__departmentFolder__n5FW7 label .styles-module__assignFolder__eO0bA{display:flex;gap:8px}.styles-module__CreateFolderMenu__1NfpW .styles-module__departmentFolder__n5FW7 form{display:flex;flex-direction:column;gap:16px}.styles-module__CreateFolderMenu__1NfpW .styles-module__departmentFolder__n5FW7 form .styles-module__assignFolderContainer__JNSYq{display:flex;flex-direction:column;gap:6px}.styles-module__CreateFolderMenu__1NfpW .styles-module__subfolder__RQft8{display:flex;flex-direction:column}.styles-module__CreateFolderMenu__1NfpW .styles-module__subfolder__RQft8 label{display:flex;flex-direction:column;gap:4px}.styles-module__CreateFolderMenu__1NfpW .styles-module__subfolder__RQft8 .styles-module__nameContainer__ipMEx{margin-bottom:8px}.styles-module__CreateFolderMenu__1NfpW .styles-module__buttonContainer__aBloR{margin-top:12px}.styles-module__CreateFolderMenu__1NfpW input{padding:8px 12px;border:1px solid #d4d4d4;border-radius:60px;line-height:100%;color:#444;outline:none}.styles-module__FolderRow__MLDcd{position:relative;height:100%}.styles-module__FolderRow__MLDcd td{position:relative;min-height:120px;padding:8px 6px;font-weight:500;font-size:24px;line-height:36px;color:var(--text)}@media (max-width: 768px){.styles-module__FolderRow__MLDcd td{height:unset;min-height:70px;padding:25px 0;border-bottom:1px solid #d9d9d9}}@media (max-width: 768px){.styles-module__FolderRow__MLDcd td .styles-module__count__oktDx{font-size:18px;line-height:27px;color:var(--text)}}.styles-module__FolderRow__MLDcd td .styles-module__viewedContainer__5rM6H{display:flex;align-items:center}@media (max-width: 768px){.styles-module__FolderRow__MLDcd td .styles-module__viewedContainer__5rM6H{gap:19px}}.styles-module__FolderRow__MLDcd td .styles-module__viewedMark__tppmT{position:absolute;left:125px}@media (max-width: 768px){.styles-module__FolderRow__MLDcd td .styles-module__viewedMark__tppmT{position:static;margin-top:2px}}.styles-module__FolderRow__MLDcd td .styles-module__viewButtonContainer__vlLQ9{position:relative}.styles-module__FolderRow__MLDcd td .styles-module__viewButtonContainer__vlLQ9 .styles-module__viewedButtonIcon__OJ4gY{position:absolute;bottom:0;right:0}.styles-module__FolderRow__MLDcd td .styles-module__imagesContainer__0nLp5{position:relative}.styles-module__FolderRow__MLDcd td .styles-module__imagesContainer__0nLp5 .styles-module__newIcon__wXE5o{position:absolute;top:-36px}.styles-module__FolderRow__MLDcd td button{padding:0;background-color:transparent;border:none}.styles-module__FolderRow__MLDcd td button:disabled{cursor:not-allowed;opacity:.5}.styles-module__FolderRow__MLDcd td.styles-module__capitalize__wXZzR{text-transform:capitalize}@media (max-width: 768px){.styles-module__FolderRow__MLDcd td.styles-module__actionMenu__lyFQ6{width:20px;padding-left:15px}}.styles-module__FolderRow__MLDcd td.styles-module__title__epDF3{padding-left:15px;display:flex;align-items:center}@media (max-width: 768px){.styles-module__FolderRow__MLDcd td.styles-module__title__epDF3{min-height:70px;padding-right:0;padding-left:0;margin-left:0;justify-content:space-between;font-size:18px;line-height:25px;font-weight:600}}.styles-module__FolderRow__MLDcd td.styles-module__title__epDF3 .styles-module__newVideosAdded__OcqY0{position:absolute;font-size:14px;font-weight:700;color:#fdb258}.styles-module__FolderRow__MLDcd td.styles-module__title__epDF3 .styles-module__innerContainer__el124{display:flex;justify-content:space-between;align-items:center;padding-top:28px;padding-bottom:28px}@media (max-width: 768px){.styles-module__FolderRow__MLDcd td.styles-module__title__epDF3 .styles-module__innerContainer__el124{padding-top:0;padding-bottom:0}}.styles-module__FolderRow__MLDcd td.styles-module__title__epDF3 .styles-module__innerContainer__el124 .styles-module__titleContainer__muOEy{display:flex}@media (max-width: 768px){.styles-module__FolderRow__MLDcd td.styles-module__title__epDF3 .styles-module__innerContainer__el124 .styles-module__titleContainer__muOEy{font-weight:600;font-family:18px;line-height:25px}}.styles-module__FolderRow__MLDcd td.styles-module__title__epDF3 .styles-module__innerContainer__el124 .styles-module__titleContainer__muOEy .styles-module__new__B9sNC{display:flex;justify-content:center;min-width:58px;height:29px;font-size:18px;font-weight:500;line-height:27px;color:#fff;background-color:var(--primary);border-radius:2px}.styles-module__FolderRow__MLDcd td.styles-module__title__epDF3 .styles-module__innerContainer__el124 .styles-module__icon__zVLGZ{display:flex;justify-content:center;align-items:center;min-width:50px;width:50px;height:50px;margin-right:16px;border:2px solid black;border-radius:50%}@media (max-width: 768px){.styles-module__FolderRow__MLDcd td.styles-module__title__epDF3 .styles-module__innerContainer__el124 .styles-module__icon__zVLGZ{width:36px;height:36px;min-width:36px;border-width:1.5px}.styles-module__FolderRow__MLDcd td.styles-module__title__epDF3 .styles-module__innerContainer__el124 .styles-module__icon__zVLGZ img{width:20px!important}}.styles-module__FolderRow__MLDcd td.styles-module__title__epDF3 .styles-module__innerContainer__el124 .styles-module__icon__zVLGZ img{width:31px}.styles-module__FolderRow__MLDcd td.styles-module__title__epDF3 .styles-module__innerContainer__el124 .styles-module__publishedDate__qyBpX{display:none}@media (max-width: 768px){.styles-module__FolderRow__MLDcd td.styles-module__title__epDF3 .styles-module__innerContainer__el124 .styles-module__publishedDate__qyBpX{display:block;margin-top:1px;font-size:14px;line-height:18px;color:#666;font-weight:400}}.styles-module__FolderRow__MLDcd td.styles-module__title__epDF3 img{width:48px;height:48px}@media (max-width: 768px){.styles-module__FolderRow__MLDcd td.styles-module__title__epDF3 img{width:36px;height:36px}}.styles-module__FolderRow__MLDcd td.styles-module__title__epDF3 .styles-module__playButton__vlIds{display:none}@media (max-width: 768px){.styles-module__FolderRow__MLDcd td.styles-module__title__epDF3 .styles-module__playButton__vlIds{display:flex;align-items:center}}@media (max-width: 768px){.styles-module__FolderRow__MLDcd td.styles-module__owner__htir6{display:none}}@media (max-width: 768px){.styles-module__FolderRow__MLDcd td.styles-module__publishedDate__qyBpX{display:none}}@media (max-width: 768px){.styles-module__FolderRow__MLDcd td.styles-module__actions__0-5yf{display:none}}@media (max-width: 768px){.styles-module__FolderRow__MLDcd td.styles-module__viewedCount__IDEBS{height:unset;padding:0 0 0 20px;font-size:20px;line-height:125%;white-space:nowrap}}@media (max-width: 768px){.styles-module__FolderRow__MLDcd td.styles-module__buttons__1PiGl{display:none}}@media (max-width: 768px){.styles-module__FolderRow__MLDcd td.styles-module__buttons__1PiGl.styles-module__actions__0-5yf{display:block;height:unset;padding:0;display:table-cell}}.styles-module__FolderRow__MLDcd td.styles-module__buttons__1PiGl .styles-module__buttonsContainer__vM8Ss{display:flex;flex-direction:row-reverse;align-items:center;justify-content:flex-end;gap:24px}.styles-module__FolderRow__MLDcd td.styles-module__buttons__1PiGl .styles-module__duration__VFVk3{text-align:center;min-width:80px}.styles-module__FolderRow__MLDcd:hover:before{content:"";width:100%;display:block;position:absolute;top:0;left:0;bottom:0;background-color:#f9f9f9;z-index:-1}@media (max-width: 768px){.styles-module__FolderRow__MLDcd:hover:before{display:none}}thead .styles-module__FolderRow__MLDcd:after,tbody tr:not(:last-of-type):after{content:"";height:1px;display:block;position:absolute;left:8px;right:8px;bottom:0;background-color:#0000000d}@media (max-width: 768px){thead .styles-module__FolderRow__MLDcd:after,tbody tr:not(:last-of-type):after{display:none}}.styles-module__MeetingRow__PBl6W{position:relative;height:100%}.styles-module__MeetingRow__PBl6W td{position:relative;min-height:120px;padding:8px 6px;font-weight:500;font-size:24px;line-height:36px;color:var(--text)}@media (max-width: 768px){.styles-module__MeetingRow__PBl6W td{height:unset;min-height:70px;padding:25px 0;border-bottom:1px solid #d9d9d9}}@media (max-width: 768px){.styles-module__MeetingRow__PBl6W td .styles-module__count__KQJUN{font-size:18px;line-height:27px;color:var(--text)}}.styles-module__MeetingRow__PBl6W td .styles-module__viewedContainer__odDFK{display:flex;align-items:center}@media (max-width: 768px){.styles-module__MeetingRow__PBl6W td .styles-module__viewedContainer__odDFK{gap:19px}}.styles-module__MeetingRow__PBl6W td .styles-module__viewedMark__3ZG7u{position:absolute;left:125px}@media (max-width: 768px){.styles-module__MeetingRow__PBl6W td .styles-module__viewedMark__3ZG7u{position:static;margin-top:2px}}.styles-module__MeetingRow__PBl6W td .styles-module__viewButtonContainer__ObY-s{position:relative}.styles-module__MeetingRow__PBl6W td .styles-module__viewButtonContainer__ObY-s .styles-module__viewedButtonIcon__2elrM{position:absolute;bottom:0;right:0}.styles-module__MeetingRow__PBl6W td .styles-module__imagesContainer__LXoZi{position:relative}.styles-module__MeetingRow__PBl6W td .styles-module__imagesContainer__LXoZi .styles-module__newIcon__uTIAs{position:absolute;top:-36px}.styles-module__MeetingRow__PBl6W td button{padding:0;background-color:transparent;border:none}.styles-module__MeetingRow__PBl6W td button:disabled{cursor:not-allowed;opacity:.5}.styles-module__MeetingRow__PBl6W td.styles-module__capitalize__-BxmB{text-transform:capitalize}@media (max-width: 768px){.styles-module__MeetingRow__PBl6W td.styles-module__actionMenu__ce-W1{width:20px;padding-left:15px}}.styles-module__MeetingRow__PBl6W td.styles-module__title__-t7E-{padding-left:15px;display:flex;align-items:center}@media (max-width: 768px){.styles-module__MeetingRow__PBl6W td.styles-module__title__-t7E-{min-height:70px;padding-right:0;padding-left:0;margin-left:0;justify-content:space-between;font-size:18px;line-height:25px;font-weight:600}}.styles-module__MeetingRow__PBl6W td.styles-module__title__-t7E- .styles-module__newVideosAdded__v2A6h{position:absolute;font-size:14px;font-weight:700;color:#fdb258}.styles-module__MeetingRow__PBl6W td.styles-module__title__-t7E- .styles-module__innerContainer__7WJk9{display:flex;justify-content:space-between;align-items:center;padding-top:28px;padding-bottom:28px}@media (max-width: 768px){.styles-module__MeetingRow__PBl6W td.styles-module__title__-t7E- .styles-module__innerContainer__7WJk9{padding-top:0;padding-bottom:0}}.styles-module__MeetingRow__PBl6W td.styles-module__title__-t7E- .styles-module__innerContainer__7WJk9 .styles-module__titleContainer__TlXUU{display:flex}@media (max-width: 768px){.styles-module__MeetingRow__PBl6W td.styles-module__title__-t7E- .styles-module__innerContainer__7WJk9 .styles-module__titleContainer__TlXUU{font-weight:600;font-family:18px;line-height:25px}}.styles-module__MeetingRow__PBl6W td.styles-module__title__-t7E- .styles-module__innerContainer__7WJk9 .styles-module__titleContainer__TlXUU .styles-module__new__QDpe8{display:flex;justify-content:center;min-width:58px;height:29px;font-size:18px;font-weight:500;line-height:27px;color:#fff;background-color:var(--primary);border-radius:2px}.styles-module__MeetingRow__PBl6W td.styles-module__title__-t7E- .styles-module__innerContainer__7WJk9 .styles-module__icon__-HyMY{display:flex;justify-content:center;align-items:center;min-width:50px;width:50px;height:50px;margin-right:16px;border:2px solid black;border-radius:50%}@media (max-width: 768px){.styles-module__MeetingRow__PBl6W td.styles-module__title__-t7E- .styles-module__innerContainer__7WJk9 .styles-module__icon__-HyMY{width:36px;height:36px;min-width:36px;border-width:1.5px}.styles-module__MeetingRow__PBl6W td.styles-module__title__-t7E- .styles-module__innerContainer__7WJk9 .styles-module__icon__-HyMY img{width:20px!important}}.styles-module__MeetingRow__PBl6W td.styles-module__title__-t7E- .styles-module__innerContainer__7WJk9 .styles-module__icon__-HyMY img{width:31px}.styles-module__MeetingRow__PBl6W td.styles-module__title__-t7E- .styles-module__innerContainer__7WJk9 .styles-module__publishedDate__SiL1v{display:none}@media (max-width: 768px){.styles-module__MeetingRow__PBl6W td.styles-module__title__-t7E- .styles-module__innerContainer__7WJk9 .styles-module__publishedDate__SiL1v{display:block;margin-top:1px;font-size:14px;line-height:18px;color:#666;font-weight:400}}.styles-module__MeetingRow__PBl6W td.styles-module__title__-t7E- img{width:48px;height:48px}@media (max-width: 768px){.styles-module__MeetingRow__PBl6W td.styles-module__title__-t7E- img{width:36px;height:36px}}.styles-module__MeetingRow__PBl6W td.styles-module__title__-t7E- .styles-module__playButton__ZiEtc{display:none}@media (max-width: 768px){.styles-module__MeetingRow__PBl6W td.styles-module__title__-t7E- .styles-module__playButton__ZiEtc{display:flex;align-items:center}}@media (max-width: 768px){.styles-module__MeetingRow__PBl6W td.styles-module__owner__OKXi6{display:none}}@media (max-width: 768px){.styles-module__MeetingRow__PBl6W td.styles-module__publishedDate__SiL1v{display:none}}@media (max-width: 768px){.styles-module__MeetingRow__PBl6W td.styles-module__actions__0JBj-{display:none}}@media (max-width: 768px){.styles-module__MeetingRow__PBl6W td.styles-module__viewedCount__v-mb1{height:unset;padding:0 0 0 20px;font-size:20px;line-height:125%;white-space:nowrap}}@media (max-width: 768px){.styles-module__MeetingRow__PBl6W td.styles-module__buttons__lVD35{display:none}}@media (max-width: 768px){.styles-module__MeetingRow__PBl6W td.styles-module__buttons__lVD35.styles-module__actions__0JBj-{display:block;height:unset;padding:0;display:table-cell}}.styles-module__MeetingRow__PBl6W td.styles-module__buttons__lVD35 .styles-module__buttonsContainer__L3RSs{display:flex;flex-direction:row-reverse;align-items:center;justify-content:flex-end;gap:24px}.styles-module__MeetingRow__PBl6W td.styles-module__buttons__lVD35 .styles-module__duration__vfBMJ{text-align:center;min-width:80px}.styles-module__MeetingRow__PBl6W:hover:before{content:"";width:100%;display:block;position:absolute;top:0;left:0;bottom:0;background-color:#f9f9f9;z-index:-1}@media (max-width: 768px){.styles-module__MeetingRow__PBl6W:hover:before{display:none}}thead .styles-module__MeetingRow__PBl6W:after,tbody tr:not(:last-of-type):after{content:"";height:1px;display:block;position:absolute;left:8px;right:8px;bottom:0;background-color:#0000000d}@media (max-width: 768px){thead .styles-module__MeetingRow__PBl6W:after,tbody tr:not(:last-of-type):after{display:none}}.styles-module__backdrop__ag9ic{background-color:var(--black)!important;opacity:.7!important}.styles-module__dialog__gYMYn{max-width:937px}.styles-module__ShareModal__rigBk{position:relative;padding:44px 58px 46px;border-radius:10px;background-color:#fff}.styles-module__ShareModal__rigBk .styles-module__closeIcon__Okl6e{position:absolute;top:36px;right:36px;cursor:pointer}.styles-module__ShareModal__rigBk header{margin-bottom:22px}.styles-module__ShareModal__rigBk header h1{margin:0;font-weight:600;font-size:48px;line-height:72ox;color:var(--black)}.styles-module__ShareModal__rigBk .styles-module__form__rGEEe{margin-bottom:42px}.styles-module__ShareModal__rigBk .styles-module__form__rGEEe .styles-module__row__LXRtp{display:flex}.styles-module__ShareModal__rigBk .styles-module__form__rGEEe .styles-module__row__LXRtp.styles-module__inviteRow__26xn0{flex-direction:column;margin-bottom:45px;gap:38px}.styles-module__ShareModal__rigBk .styles-module__form__rGEEe .styles-module__row__LXRtp .styles-module__col__QXYAk{flex:1}.styles-module__ShareModal__rigBk .styles-module__form__rGEEe .styles-module__row__LXRtp .styles-module__col__QXYAk .styles-module__title__20KzS h2{margin-bottom:10px;display:flex;gap:10px;font-size:24px;line-height:36px;color:var(--black)}.styles-module__ShareModal__rigBk .styles-module__form__rGEEe .styles-module__row__LXRtp .styles-module__col__QXYAk .styles-module__title__20KzS h2 .styles-module__infoIconContainer__AIsbv{font-weight:400;font-size:unset}.styles-module__ShareModal__rigBk .styles-module__form__rGEEe .styles-module__row__LXRtp .styles-module__col__QXYAk .styles-module__title__20KzS hr{margin:0 0 12px}.styles-module__ShareModal__rigBk .styles-module__form__rGEEe .styles-module__row__LXRtp .styles-module__inviteUsersContainer__2gwuk{flex-grow:2}.styles-module__ShareModal__rigBk .styles-module__form__rGEEe .styles-module__row__LXRtp .styles-module__roleOptionsContainer__VSG9R{display:flex;flex-direction:column;width:100%}.styles-module__ShareModal__rigBk .styles-module__form__rGEEe .styles-module__row__LXRtp .styles-module__error__7Zn0Y{padding-left:5px;color:#f8585c}.styles-module__ShareModal__rigBk .styles-module__form__rGEEe .styles-module__messageContainer__4u4-0{position:relative}.styles-module__ShareModal__rigBk footer{display:flex;flex-direction:column-reverse;gap:21px}.styles-module__ShareModal__rigBk footer .styles-module__message__kEQgp{margin:0;font-size:20px;font-weight:500;line-height:30px;color:#888}.styles-module__ManageUsersMenu__fBWBc{position:relative}.styles-module__ManageUsersMenu__fBWBc .styles-module__toggleButton__K9Nkx{width:160px;padding:12px 20px;position:relative;text-transform:capitalize;text-align:left;border:none;font-weight:700;background:transparent;font-size:18px}.styles-module__ManageUsersMenu__fBWBc .styles-module__toggleButton__K9Nkx.styles-module__active__toM8F{background:#f9f9f9}.styles-module__ManageUsersMenu__fBWBc .styles-module__toggleButton__K9Nkx:after{content:"";height:0;width:0;display:inline-block;position:absolute;right:20px;top:50%;margin-left:10px;vertical-align:middle;border-top:5px solid;border-right:5px solid transparent;border-left:5px solid transparent}.styles-module__ManageUsersMenu__fBWBc .styles-module__menu__6FXqm{width:400px;padding:40px 40px 40px 60px;position:fixed;z-index:1;box-shadow:0 4px 16px #0003;border-radius:20px;background-color:#fff}.styles-module__ManageUsersMenu__fBWBc .styles-module__menu__6FXqm .styles-module__optionsList__MELOX{margin:0;padding:0;display:flex;flex-direction:column;gap:16px;list-style:none}.styles-module__ManageUsersMenu__fBWBc .styles-module__menu__6FXqm .styles-module__optionsList__MELOX .styles-module__option__fbCEU{display:flex;flex-direction:column}.styles-module__ManageUsersMenu__fBWBc .styles-module__menu__6FXqm .styles-module__optionsList__MELOX .styles-module__option__fbCEU button{padding:0;text-align:start;border:none;background-color:transparent;font-weight:700;font-size:18px}.styles-module__ManageUsersMenu__fBWBc .styles-module__menu__6FXqm .styles-module__optionsList__MELOX .styles-module__option__fbCEU button.styles-module__active__toM8F{position:relative}.styles-module__ManageUsersMenu__fBWBc .styles-module__menu__6FXqm .styles-module__optionsList__MELOX .styles-module__option__fbCEU button.styles-module__active__toM8F:after{content:"";width:24px;height:24px;display:inline-block;position:absolute;left:-40px;top:4px;background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='%23F5658C'%20%3e%3cpath%20d='M20.285%202l-11.285%2011.567-5.286-5.011-3.714%203.716%209%208.728%2015-15.285z'%20/%3e%3c/svg%3e")}.styles-module__dialog__HNZOp{max-width:860px;max-height:1000px}.styles-module__FolderUsersModal__jWBRr{padding:48px;position:relative;border-radius:15px}.styles-module__FolderUsersModal__jWBRr .styles-module__closeIcon__ZEPfc{position:absolute;top:36px;right:36px;cursor:pointer}.styles-module__FolderUsersModal__jWBRr .styles-module__content__6wF0x h2{margin-bottom:40px;font-size:36px}.styles-module__FolderUsersModal__jWBRr .styles-module__content__6wF0x .styles-module__usersContainer__MkNWT h3{margin-bottom:20px;color:#00000080;font-size:22px}.styles-module__FolderUsersModal__jWBRr .styles-module__content__6wF0x .styles-module__usersContainer__MkNWT .styles-module__usersList__m-K9N{height:274px;margin:0 0 20px;padding:0 20px 0 0;display:flex;flex-direction:column;gap:20px;overflow-y:auto;list-style:none}.styles-module__FolderUsersModal__jWBRr .styles-module__content__6wF0x .styles-module__usersContainer__MkNWT .styles-module__usersList__m-K9N .styles-module__userItem__-ouG5{display:flex;justify-content:space-between;align-items:center}.styles-module__FolderUsersModal__jWBRr .styles-module__content__6wF0x .styles-module__usersContainer__MkNWT .styles-module__usersList__m-K9N .styles-module__userItem__-ouG5 .styles-module__userInfoContainer__Lw5lQ{display:flex;align-items:center}.styles-module__FolderUsersModal__jWBRr .styles-module__content__6wF0x .styles-module__usersContainer__MkNWT .styles-module__usersList__m-K9N .styles-module__userItem__-ouG5 .styles-module__userInfoContainer__Lw5lQ img{height:64px;width:64px;margin-right:20px;border-radius:50%}.styles-module__FolderUsersModal__jWBRr .styles-module__content__6wF0x .styles-module__usersContainer__MkNWT .styles-module__usersList__m-K9N .styles-module__userItem__-ouG5 .styles-module__userInfoContainer__Lw5lQ .styles-module__userInfo__--s4A{display:flex;flex-direction:column}.styles-module__FolderUsersModal__jWBRr .styles-module__content__6wF0x .styles-module__usersContainer__MkNWT .styles-module__usersList__m-K9N .styles-module__userItem__-ouG5 .styles-module__userInfoContainer__Lw5lQ .styles-module__userInfo__--s4A .styles-module__userName__UYaB1,.styles-module__FolderUsersModal__jWBRr .styles-module__content__6wF0x .styles-module__usersContainer__MkNWT .styles-module__usersList__m-K9N .styles-module__userItem__-ouG5 .styles-module__userInfoContainer__Lw5lQ .styles-module__userInfo__--s4A .styles-module__userTitle__NV7ud{font-size:18px;font-weight:700}.styles-module__FolderUsersModal__jWBRr .styles-module__content__6wF0x .styles-module__usersContainer__MkNWT .styles-module__usersList__m-K9N .styles-module__userItem__-ouG5 .styles-module__userInfoContainer__Lw5lQ .styles-module__userInfo__--s4A .styles-module__userEmail__87YK-{color:#444;text-decoration:none}.styles-module__treeContainer__Hi8mZ{width:100%}.styles-module__loaderContainer__XNx2p{display:flex;justify-content:center;padding:20px}.styles-module__emptyState__7KzUa{color:#666;font-size:16px;line-height:24px;padding:20px;text-align:center}.styles-module__tree__9LHf6{list-style:none;padding:0;margin:0}.styles-module__nodeItem__2gAFA{margin-bottom:4px}.styles-module__nodeRow__7Oj2u{display:flex;align-items:center;gap:8px;min-height:40px}.styles-module__nodeRow__7Oj2u>*{display:flex;align-items:center}.styles-module__nodeRow__7Oj2u .Checkbox{display:flex;align-items:center}.styles-module__folderIconButton__rWuLH{background:none;border:none;padding:0;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0;width:28px;height:28px;transition:opacity .2s ease}.styles-module__folderIconButton__rWuLH:hover{opacity:.7}.styles-module__folderIconButton__rWuLH:active{opacity:.5}.styles-module__folderIcon__rtUbT{width:28px;height:28px;flex-shrink:0;display:flex;align-items:center;justify-content:center}.styles-module__nodeLabel__FyCmm{background:none;border:none;text-align:left;color:var(--black);font-weight:500;font-size:22px;line-height:32px;cursor:pointer;padding:0;display:flex;align-items:center;height:100%}@media (max-width: 768px){.styles-module__nodeLabel__FyCmm{font-size:20px;line-height:28px}}.styles-module__nodeLabel__FyCmm:hover{color:var(--primary)}.styles-module__nodeLabel__FyCmm.styles-module__selectedFolder__Vg5-B{font-weight:600;color:var(--primary)}.styles-module__nodeLabel__FyCmm:disabled{cursor:not-allowed}.styles-module__childrenList__F1atU{list-style:none;margin:6px 0 0;padding-left:0}.styles-module__emptyFolderMessage__P9sZq{color:#666;font-size:16px;line-height:24px;padding:8px 0 8px 32px;font-style:italic}.styles-module__dialog__IxZvz{max-width:600px;max-height:80vh}.styles-module__MoveModal__vLQei{padding:48px;position:relative;border-radius:15px}.styles-module__MoveModal__vLQei .styles-module__closeIcon__nOeTM{position:absolute;top:36px;right:36px;cursor:pointer;z-index:1}.styles-module__MoveModal__vLQei .styles-module__content__FbNRT h2{margin-bottom:24px;font-size:36px;font-weight:600;color:var(--black)}.styles-module__MoveModal__vLQei .styles-module__content__FbNRT .styles-module__warning__km4pW{margin-bottom:16px;padding:12px 16px;border-radius:8px;background:#ffe8a3;color:#7a4b00;font-size:14px;font-weight:600;line-height:1.4}.styles-module__MoveModal__vLQei .styles-module__content__FbNRT .styles-module__locationInfo__2JpMf{margin-bottom:24px}.styles-module__MoveModal__vLQei .styles-module__content__FbNRT .styles-module__locationItem__jEJQX{padding:12px 16px;background:#00000005;border-radius:8px;display:flex;flex-wrap:wrap;gap:8px 16px;align-items:center}.styles-module__MoveModal__vLQei .styles-module__content__FbNRT .styles-module__locationItem__jEJQX .styles-module__locationLabel__peh9Z{font-size:16px;color:#0009;font-weight:500}.styles-module__MoveModal__vLQei .styles-module__content__FbNRT .styles-module__locationItem__jEJQX .styles-module__locationValue__qYdV-{font-size:18px;color:var(--black);font-weight:600}.styles-module__MoveModal__vLQei .styles-module__content__FbNRT .styles-module__treeContainer__jGoBZ{max-height:400px;overflow-y:auto;margin-bottom:24px;padding:16px;border:1px solid rgba(0,0,0,.05);border-radius:8px}.styles-module__MoveModal__vLQei .styles-module__content__FbNRT .styles-module__actions__77vjt{display:flex;justify-content:flex-end;gap:12px}.styles-module__Library__nOrSV{min-height:calc(100vh / var(--zoom) - var(--header-height))}.styles-module__Library__nOrSV img{vertical-align:unset}.styles-module__Library__nOrSV .styles-module__container__JvRwp{padding:25px 42px 16px}@media (max-width: 768px){.styles-module__Library__nOrSV .styles-module__container__JvRwp{padding-top:0;padding-left:20px;padding-right:20px}}.styles-module__Library__nOrSV .styles-module__container__JvRwp .styles-module__libraryHeader__df0qZ{margin-bottom:52px;display:flex;align-items:center;position:relative;line-break:anywhere}@media (max-width: 768px){.styles-module__Library__nOrSV .styles-module__container__JvRwp .styles-module__libraryHeader__df0qZ{height:unset;margin-bottom:13px}.styles-module__Library__nOrSV .styles-module__container__JvRwp .styles-module__libraryHeader__df0qZ.styles-module__trash__nOUj3{padding-top:20px}}.styles-module__Library__nOrSV .styles-module__container__JvRwp .styles-module__libraryHeader__df0qZ .styles-module__warning__A1sOh{color:var(--text)}@media (max-width: 768px){.styles-module__Library__nOrSV .styles-module__container__JvRwp .styles-module__libraryHeader__df0qZ .styles-module__warning__A1sOh{line-break:initial}}.styles-module__Library__nOrSV .styles-module__container__JvRwp .styles-module__libraryHeader__df0qZ h2{margin-bottom:0}@media (max-width: 768px){.styles-module__Library__nOrSV .styles-module__container__JvRwp .styles-module__libraryHeader__df0qZ h2{display:none}}.styles-module__Library__nOrSV .styles-module__container__JvRwp .styles-module__libraryHeader__df0qZ .styles-module__buttonsContainer__9DV2n{margin-left:auto;display:flex;align-items:center;gap:20px}@media (max-width: 768px){.styles-module__Library__nOrSV .styles-module__container__JvRwp .styles-module__libraryHeader__df0qZ .styles-module__buttonsContainer__9DV2n{display:none}}.styles-module__Library__nOrSV .styles-module__container__JvRwp .styles-module__subfolders__XhPqH{margin-bottom:80px;display:flex;gap:20px;flex-wrap:wrap;list-style:none;padding:0}@media (max-width: 768px){.styles-module__Library__nOrSV .styles-module__container__JvRwp .styles-module__subfolders__XhPqH{margin-bottom:0;flex-direction:column;gap:0}}.styles-module__Library__nOrSV .styles-module__container__JvRwp .styles-module__subfolders__XhPqH .styles-module__subfolderContainer__ugRyp{display:flex;flex-basis:calc(33% - 12px);align-items:center}@media (max-width: 768px){.styles-module__Library__nOrSV .styles-module__container__JvRwp .styles-module__subfolders__XhPqH .styles-module__subfolderContainer__ugRyp{margin-bottom:14px;padding-top:18px}}.styles-module__Library__nOrSV .styles-module__container__JvRwp .styles-module__tableContainer__PEQ-X{display:flex;justify-content:center}.styles-module__Library__nOrSV .styles-module__container__JvRwp .styles-module__tableContainer__PEQ-X .styles-module__table__TqjkE{width:100%;table-layout:auto}.styles-module__Library__nOrSV .styles-module__container__JvRwp .styles-module__tableContainer__PEQ-X .styles-module__table__TqjkE thead{height:50px}@media (max-width: 768px){.styles-module__Library__nOrSV .styles-module__container__JvRwp .styles-module__tableContainer__PEQ-X .styles-module__table__TqjkE thead{display:none}}.styles-module__Library__nOrSV .styles-module__container__JvRwp .styles-module__empty__5Frqy{margin:0;position:absolute;top:50%;right:50%;transform:translate(50%);text-align:center;font-weight:400;font-size:42px;line-height:114%;color:#444}@media (max-width: 768px){.styles-module__Library__nOrSV .styles-module__container__JvRwp .styles-module__empty__5Frqy{position:unset;top:unset;right:unset;transform:unset;margin:32px 0;font-size:32px}}.styles-module__RequestFolderAccessPage__mDOsx{min-height:calc(100vh / var(--zoom));padding:60px 80px;background-color:#f9f9f9}.styles-module__RequestFolderAccessPage__mDOsx header h1{margin:0 0 20px;font-style:normal;font-weight:700;font-size:48px;line-height:133%;color:#444}.styles-module__RequestFolderAccessPage__mDOsx h2{margin:0 0 16px;font-style:normal;font-weight:500;font-size:36px;line-height:133%;color:#444}.styles-module__RequestFolderAccessPage__mDOsx p{margin:0 0 24px;font-weight:400;font-size:24px;line-height:150%;color:#444}.styles-module__RequestFolderAccessPage__mDOsx .styles-module__form__0w7Wd{margin-bottom:20px}.styles-module__RequestFolderAccessPage__mDOsx .styles-module__form__0w7Wd .styles-module__row__3VCNX{display:flex}.styles-module__RequestFolderAccessPage__mDOsx .styles-module__form__0w7Wd .styles-module__row__3VCNX.styles-module__emailRow__4taNL{margin-bottom:45px}.styles-module__RequestFolderAccessPage__mDOsx .styles-module__form__0w7Wd .styles-module__row__3VCNX .styles-module__col__yBg9o{flex:1}.styles-module__RequestFolderAccessPage__mDOsx .styles-module__form__0w7Wd .styles-module__row__3VCNX .styles-module__col__yBg9o .styles-module__title__9C7hw h3{margin-bottom:4px;display:flex;gap:10px;font-size:24px;line-height:100%;color:#444}.styles-module__RequestFolderAccessPage__mDOsx .styles-module__form__0w7Wd .styles-module__row__3VCNX .styles-module__col__yBg9o .styles-module__title__9C7hw hr{margin:0 0 16px}.styles-module__RequestFolderAccessPage__mDOsx .styles-module__form__0w7Wd .styles-module__row__3VCNX .styles-module__error__L6woS{padding-left:5px;color:#f8585c}.styles-module__RequestFolderAccessPage__mDOsx .styles-module__form__0w7Wd .styles-module__emailContainer__qt4cr{width:40%}.styles-module__RequestFolderAccessPage__mDOsx .styles-module__form__0w7Wd .styles-module__messageContainer__qrIze{width:80%;position:relative}.styles-module__RequestFolderAccessPage__mDOsx .styles-module__form__0w7Wd .styles-module__messageContainer__qrIze textarea{height:200px}.styles-module__FolderReportHeader__vUFZU{display:inline-flex;justify-content:flex-start;gap:41px;margin-bottom:71px;padding:34px 85px 39px 35px;border:1px solid #dddddd;border-radius:5px}.styles-module__FolderReportHeader__vUFZU.styles-module__export__hrWA3 .styles-module__info__COiMY{font-size:36px;line-height:54px}.styles-module__FolderReportHeader__vUFZU .styles-module__info__COiMY{font-size:24px;font-weight:500;line-height:36px;color:var(--text)}.styles-module__FolderReportHeader__vUFZU .styles-module__info__COiMY:first-child{padding-right:41px;border-right:1.5px solid #d9d9d9}.styles-module__FolderReportHeader__vUFZU .styles-module__info__COiMY .styles-module__title__4t88T{color:var(--black)}@media print{.styles-module__FolderReportHeader__vUFZU{display:flex;justify-content:space-between}.styles-module__FolderReportHeader__vUFZU .styles-module__info__COiMY{flex:1;padding-left:20px}.styles-module__FolderReportHeader__vUFZU .styles-module__info__COiMY:first-child{padding-right:20px;padding-left:0;border-right:none}}.styles-module__Tab__6Livg{padding:0;font-size:26px;font-weight:600;line-height:39px;color:var(--text);background-color:transparent;border:none}.styles-module__Tab__6Livg.styles-module__active__rjmZJ{color:var(--primary)}.styles-module__ReportTabs__jQioI{position:relative;display:flex;gap:44px;margin-bottom:50px}.styles-module__ReportTabs__jQioI .styles-module__line__RFkSh{position:absolute;bottom:-15px;width:50px;height:5px;background-color:var(--primary);transition:all .1s ease}.styles-module__Stat__idw0-{min-height:263px;padding:29px 36px 31px;background-color:#f8f8f8;border-radius:16px}.styles-module__Stat__idw0- p,.styles-module__Stat__idw0- h4{margin:0}.styles-module__Stat__idw0- .styles-module__title__tCmYk{font-size:24px;line-height:36px;font-weight:600}.styles-module__Stat__idw0- .styles-module__value__LyIyA{margin-bottom:10px;font-size:48px;line-height:72px;font-weight:600;color:var(--primary)}.styles-module__Stat__idw0- .styles-module__description__MBPwF,.styles-module__Stat__idw0- li{font-size:18px;line-height:27px;font-weight:400;color:var(--text)}.styles-module__Stat__idw0- ul{margin:9px 0 0;padding:0}.styles-module__TabContentTitle__sPzC2{margin-bottom:51px;font-size:48px;font-weight:600;line-height:72px;text-align:left;color:var(--black)}.styles-module__TabContentTitle__sPzC2.styles-module__export__nhQXm{font-size:36px;line-height:54px}.styles-module__FolderStats__wz9rr .styles-module__stats__-aT3c{display:flex;justify-content:space-between;gap:33px}.styles-module__VideosReport__2w8e0{padding-bottom:40px}.styles-module__VideosReport__2w8e0 table{width:100%}.styles-module__VideosReport__2w8e0 table thead{height:50px}.styles-module__VideosReport__2w8e0 table thead tr{border-bottom:1px solid rgba(0,0,0,.05)}.styles-module__VideosReport__2w8e0 table thead tr th{padding:0 10px 26px 0;font-size:24px;line-height:36px;font-weight:500;color:var(--black)}.styles-module__VideosReport__2w8e0 table tbody tr{height:120px}.styles-module__VideosReport__2w8e0 table tbody tr td{padding-right:10px;font-size:24px;font-weight:500;line-height:36px;color:var(--text);text-align:left;border-bottom:1px solid rgba(0,0,0,.05)}.styles-module__InfoButton__wyFWQ{display:flex;justify-content:center;align-items:center;color:gray;background-color:transparent;border-radius:50%;width:25px;height:25px;border:1px solid gray}.styles-module__FolderRow__Qb-Vs .styles-module__imgContainer__1uEDH .styles-module__innerContainer__TECxf{position:relative;display:flex;align-items:center}.styles-module__FolderRow__Qb-Vs img,.styles-module__FolderRow__Qb-Vs .styles-module__name__-pmKU{position:relative;left:-12px}.styles-module__FolderRow__Qb-Vs img{width:55px}.styles-module__FolderRow__Qb-Vs.styles-module__isSubfolder__3i-yZ{cursor:pointer}.styles-module__FolderRow__Qb-Vs.styles-module__isSubfolder__3i-yZ.styles-module__isExpanded__lbLYo .styles-module__chevron__7xixG{top:40%;transform:rotate(180deg)}.styles-module__FolderRow__Qb-Vs.styles-module__isSubfolder__3i-yZ .styles-module__chevron__7xixG{position:absolute;top:55%;left:-20px;transform:translateY(-50%);width:10px}.styles-module__header__akUZA{display:flex;justify-content:space-between;align-items:center;margin-bottom:23px;padding-left:42px;padding-right:46px}.styles-module__header__akUZA .styles-module__exportIcon__xJ7zh{margin-left:12px}.styles-module__ViewerReportPage__jaIh8{min-height:calc(100vh / var(--zoom) - var(--header-height) - 89px);padding-left:42px;padding-right:46px;background-color:#fff}.styles-module__ViewerReportPage__jaIh8 .styles-module__tableContainer__NXVLB h4{padding-left:40px;padding-right:40px;padding-top:20px;margin-bottom:20px}.styles-module__ViewerReportPage__jaIh8 .styles-module__container__wfaMD{padding:20px 40px}.styles-module__ViewerReportPage__jaIh8 .styles-module__container__wfaMD header{display:flex;justify-content:space-between}.styles-module__ViewerReportPage__jaIh8 .styles-module__container__wfaMD header h1{font-style:normal;font-weight:700;font-size:48px;line-height:133%;color:#444}.styles-module__ViewerReportPage__jaIh8 .styles-module__container__wfaMD header h2{font-style:normal;font-weight:500;font-size:36px;line-height:133%;color:#444}.styles-module__ViewerReportPage__jaIh8 .styles-module__container__wfaMD .styles-module__reportInfo__-THhO{display:flex;justify-content:space-between}.styles-module__ViewerReportPage__jaIh8 .styles-module__container__wfaMD .styles-module__reportInfo__-THhO .styles-module__meetingTitle__-5003{margin-bottom:28px}.styles-module__ViewerReportPage__jaIh8 .styles-module__container__wfaMD .styles-module__reportInfo__-THhO p{margin-bottom:8px;font-weight:400;font-size:24px;line-height:150%;color:#444}.styles-module__ViewerReportPage__jaIh8 .styles-module__container__wfaMD .styles-module__reportInfo__-THhO .styles-module__completionRate__35yIx{margin-bottom:0}.styles-module__ViewerReportPage__jaIh8 .styles-module__container__wfaMD .styles-module__reportInfo__-THhO .styles-module__buttonContainer__c0qEa{display:flex;align-items:flex-end}@media print{.styles-module__ViewerReportPage__jaIh8{padding-top:40px}}.styles-module__MenuItem__gckAs{height:48px;position:relative;display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:center;gap:16px;margin:0;padding:0;font-size:22px;line-height:33px;color:var(--text);white-space:nowrap;user-select:none;cursor:pointer;transition:color .2s}.styles-module__MenuItem__gckAs:hover{color:var(--black)}.styles-module__MenuItem__gckAs.styles-module__disabled__DKxGT{opacity:.2;cursor:auto}.styles-module__MenuItem__gckAs .styles-module__nameContainer__a7Gut{display:flex;align-items:center;flex:1;gap:10px;justify-content:space-between}.styles-module__MenuItem__gckAs img{width:36px;height:36px;object-fit:contain}.styles-module__MenuItem__gckAs .styles-module__subMenu__kCB4l{position:absolute;left:0;top:0;transform:translate(-100%);padding-right:40px}.styles-module__MenuItem__gckAs .styles-module__subMenu__kCB4l.styles-module__right__pMVM3{left:auto;right:0;transform:translate(100%);padding-left:40px}.styles-module__MenuItem__gckAs .styles-module__subMenu__kCB4l ul{margin:0;padding:21px 21px 27px 26px;background-color:#fff;border-radius:10px;box-shadow:0 4px 24px #0000001c}.styles-module__menu__5mqZu{position:fixed;z-index:11;left:20px;bottom:25px;padding:21px 29px 34px 26px;background-color:#fff;border-radius:16px;box-shadow:0 4px 24px #0000001c;transform:translate(calc(-100% - 15px))}.styles-module__menu__5mqZu ul{display:flex;flex-direction:column;gap:16px;margin:0;padding:0;list-style:none}.styles-module__FileDescriptions__KTQip{display:flex;flex-direction:column;gap:50px;margin-bottom:40px}.styles-module__File__fcUwo{position:relative;display:inline-flex;flex-direction:column;align-items:center;align-self:flex-start;gap:10px;width:calc(174px / var(--zoom));padding-top:25px;cursor:pointer}.styles-module__File__fcUwo.styles-module__selected__DisW0 .styles-module__image__Vx9SF{border:2px solid var(--primary);box-shadow:0 4px 8px #0000001a}.styles-module__File__fcUwo .styles-module__deleteIcon__iaQvV{position:absolute;top:12px;right:18px;cursor:pointer;width:calc(24px / var(--zoom));height:calc(24px / var(--zoom));border-radius:50%;box-shadow:0 4px 8px #0000001a;transition:all .2s ease-in-out}.styles-module__File__fcUwo .styles-module__deleteIcon__iaQvV:hover{background-color:var(--primary);box-shadow:0 4px 8px #0003}.styles-module__File__fcUwo .styles-module__image__Vx9SF{width:calc(119px / var(--zoom));height:calc(119px / var(--zoom));object-fit:cover}.styles-module__File__fcUwo .styles-module__fileName__RU1Nv{font-family:Poppins;font-weight:400;font-size:18px;line-height:100%;letter-spacing:0%;color:var(--text)}.styles-module__Files__5xZ3R{display:block;flex-wrap:wrap;width:100%;height:calc(554px / var(--zoom));margin-bottom:50px;padding-bottom:28px;padding-left:20px;padding-right:20px;border:1px solid var(--text);border-radius:18px;overflow-y:auto}.styles-module__Files__5xZ3R.styles-module__withText__CcuPT{height:calc(449px / var(--zoom))}.styles-module__Files__5xZ3R .styles-module__placeholder__An565{display:inline-flex;flex-direction:column;align-items:center;align-self:flex-start;gap:10px;width:calc(174px / var(--zoom));padding:25px 0 0;background-color:transparent;border:none}.styles-module__Files__5xZ3R .styles-module__placeholder__An565 img{width:calc(119px / var(--zoom));height:calc(119px / var(--zoom))}.styles-module__Files__5xZ3R .styles-module__placeholder__An565 span{font-family:Poppins;font-weight:700;font-size:18px;line-height:100%;letter-spacing:0%;color:var(--text)}.styles-module__Files__5xZ3R .styles-module__uploader__pArNk{display:flex;flex-direction:column;gap:21px;justify-content:center;align-items:center;width:100%;height:100%;cursor:pointer}.styles-module__Files__5xZ3R .styles-module__uploader__pArNk p{margin:0;font-weight:400;font-size:22px;line-height:100%;letter-spacing:0%;color:var(--black);opacity:.4}.styles-module__backdrop__oH8CS{min-width:calc(100vw / var(--zoom));min-height:calc(100vh / var(--zoom))}.styles-module__dialog__NTmPk{max-width:1524px}.styles-module__UploadFilesModal__nN6Tb{position:relative;border-radius:10px;padding:48px 75px 49px 76px}.styles-module__UploadFilesModal__nN6Tb .styles-module__header__VyrlU{display:flex;justify-content:space-between;align-items:center;margin-bottom:46px}.styles-module__UploadFilesModal__nN6Tb .styles-module__header__VyrlU .styles-module__closeButton__rtrrI{padding:0;background-color:transparent;border:none}.styles-module__UploadFilesModal__nN6Tb .styles-module__header__VyrlU .styles-module__title__-s77T{font-weight:600;font-size:48px;line-height:100%;letter-spacing:0%;color:var(--black)}.styles-module__UploadFilesModal__nN6Tb .styles-module__footer__ZFMhl{display:flex;justify-content:space-between;align-items:center}.styles-module__UploadFilesModal__nN6Tb .styles-module__footer__ZFMhl .styles-module__info__AsdYN{margin:0;font-weight:400;font-size:24px;line-height:100%;letter-spacing:0%;color:var(--black)}.styles-module__UploadFilesModal__nN6Tb .styles-module__footer__ZFMhl .styles-module__buttons__cxskN{display:flex;align-items:center;gap:40px}.styles-module__UploadFilesModal__nN6Tb .styles-module__footer__ZFMhl .styles-module__buttons__cxskN .styles-module__importButton__rBSZy{width:calc(192px / var(--zoom));height:calc(66px / var(--zoom));font-weight:600;font-size:24px;line-height:100%;letter-spacing:0%;color:#fff;background-color:var(--black);border-radius:7px}.styles-module__ChooseFromLibraryModal__eszHn{background:#fff;border-radius:16px}.styles-module__dialog__54HbX{max-width:75vw;width:75vw}.styles-module__header__vKlfq{padding:16px 20px;border-bottom:1px solid #e5e7eb;display:flex;align-items:center;justify-content:space-between}.styles-module__title__qymN2{margin:0;font-size:calc(18px / var(--z, 1));font-weight:600}.styles-module__tabs__equx-{display:flex;gap:8px}.styles-module__tabs__equx- button{border:1px solid #e5e7eb;background:#f9fafb;border-radius:8px;padding:calc(8px / var(--z, 1)) calc(12px / var(--z, 1));cursor:pointer;font-size:calc(14px / var(--z, 1))}.styles-module__tabs__equx- .styles-module__active__XQrMy{background:#111;color:#fff;border-color:#111}.styles-module__body__uL4OC{padding:16px 20px;max-height:60vh;overflow:auto}.styles-module__grid__5i7Xk{display:grid;grid-template-columns:repeat(auto-fill,minmax(calc(220px / var(--z, 1)),1fr));gap:12px}.styles-module__card__vYMG0{display:block;border:1px solid #e5e7eb;border-radius:10px;overflow:hidden}.styles-module__card__vYMG0 input{margin:8px;width:14px;height:14px}.styles-module__labelArea__QVi-4{display:block;cursor:pointer}.styles-module__thumb__Wcdiz{width:100%;aspect-ratio:16/9;background:#111;display:flex;align-items:center;justify-content:center}.styles-module__thumb__Wcdiz img{width:100%;height:100%;object-fit:cover}.styles-module__meta__7nlfP{padding:8px 10px}.styles-module__title__qymN2{font-size:calc(14px / var(--z, 1));font-weight:600;color:#111827;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.styles-module__sub__GB4pQ{font-size:calc(12px / var(--z, 1));color:#6b7280}.styles-module__empty__KTK22{color:#6b7280;padding:12px}.styles-module__footer__J72Xw{padding:16px 20px;border-top:1px solid #e5e7eb;display:flex;justify-content:flex-end;align-items:center;gap:12px}.styles-module__cancel__Zboij{background:transparent;border:1px solid #e5e7eb;border-radius:8px;padding:calc(10px / var(--z, 1)) calc(14px / var(--z, 1));cursor:pointer;color:#111827;font-size:calc(14px / var(--z, 1))}.styles-module__backdrop__qUYmV{position:fixed;inset:0;background:#000000f2;z-index:9999;display:flex;align-items:center;justify-content:center}.styles-module__modal__4Hm1N{position:relative;width:100%;height:100%;max-width:100vw;max-height:100vh;display:flex;flex-direction:column;background:#000}.styles-module__closeButton__g37rR{position:absolute;top:24px;right:24px;z-index:10000;background:#ffffff1a;border:none;border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s}.styles-module__closeButton__g37rR:hover{background:#fff3}.styles-module__closeButton__g37rR img{width:20px;height:20px;filter:brightness(0) invert(1)}.styles-module__previewContainer__4466Z{width:100%;height:100%;display:flex;flex-direction:column;background:#000}.styles-module__previewArea__Dkb43{flex:1;display:flex;flex-direction:column;position:relative;overflow:hidden}.styles-module__previewContent__HALnE{flex:1;display:flex;align-items:center;justify-content:center;padding:48px;min-height:0}.styles-module__seekingBarContainer__miGrk{position:absolute;bottom:0;left:0;right:0}.styles-module__VideoPlayer__dJRBU{display:flex;flex-direction:column;align-items:center;width:100%}.styles-module__VideoPlayer__dJRBU .styles-module__videoContainer__iBpJJ{position:relative;width:960px;height:380px}.styles-module__VideoPlayer__dJRBU .styles-module__videoContainer__iBpJJ .styles-module__video__cTsDI{width:100%;height:100%;object-fit:contain;background-color:#000;border-radius:8px;overflow:hidden}.styles-module__VideoPlayer__dJRBU .styles-module__videoContainer__iBpJJ .styles-module__playIcon__Af42n{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:72px;height:72px}.styles-module__Frame__JA5Ok img{height:65px;user-select:none}.styles-module__Timestamp__MLboA{min-width:190px;height:35px;font-family:Poppins;font-weight:400;font-size:16px;line-height:100%;letter-spacing:0%;color:#666}.styles-module__Timestamp__MLboA:last-child{position:absolute;width:unset;min-width:unset;right:0;text-align:right}.styles-module__Timestamp__MLboA:last-child span{position:absolute;right:0}.styles-module__Timestamps__bKvnF{display:flex;position:absolute;top:0;left:0;width:100%;overflow:hidden}.styles-module__Timestamps__bKvnF.styles-module__single__EJOKh .styles-module__timestamp__dtr6X{min-width:0;left:unset!important}.styles-module__Timestamps__bKvnF .styles-module__timestamp__dtr6X{min-width:190px;height:35px;font-family:Poppins;font-weight:400;font-size:16px;line-height:100%;letter-spacing:0%;color:#666;border:1px solid red}.styles-module__Timestamps__bKvnF .styles-module__timestamp__dtr6X:last-child{position:absolute;width:unset;min-width:unset;right:0;text-align:right}.styles-module__Timestamps__bKvnF .styles-module__timestamp__dtr6X:last-child span{position:absolute;right:0}.styles-module__Timeline__7ukt2{width:100%;padding-left:42px;padding-right:42px}.styles-module__Timeline__7ukt2 .styles-module__timelineContainer__gagsX{position:relative;display:flex;align-items:center;height:178px;padding-left:38px;padding-right:38px;background-color:#f6f6f6;border-radius:10px}.styles-module__Timeline__7ukt2 .styles-module__timelineContainer__gagsX .styles-module__scrollContainer__d86mQ{position:relative;top:-15px;height:112px;padding-top:36px;overflow-y:visible;overflow-x:scroll;scrollbar-width:thin}.styles-module__Timeline__7ukt2 .styles-module__timelineContainer__gagsX .styles-module__scrollContainer__d86mQ .styles-module__framesList__ub8sN{display:flex;margin:0;padding:0;list-style:none}.styles-module__Timeline__7ukt2 .styles-module__timelineContainer__gagsX .styles-module__timelineOverlay__CnbaZ{position:absolute;top:0;left:0;width:100%;height:100%;background:#f6f6f6eb;border-radius:10px;display:flex;align-items:center;justify-content:center;z-index:2;flex-direction:column;gap:12px;font-weight:600;font-size:16px;color:#6b6b6b;letter-spacing:.02em}.styles-module__Timeline__7ukt2 .styles-module__timelineContainer__gagsX .styles-module__timelineOverlay__CnbaZ .styles-module__timelineOverlayText__O8XoC{font-size:15px;font-weight:500;text-transform:uppercase;letter-spacing:.08em;text-align:center}.styles-module__Timeline__7ukt2 .styles-module__timelineContainer__gagsX .styles-module__timelineOverlay__CnbaZ.styles-module__errorOverlay__97pe0{background:#ffebebf2;border:1px solid rgba(220,53,69,.25);color:#b11836}.styles-module__Timeline__7ukt2 .styles-module__timelineContainer__gagsX .styles-module__timelineOverlay__CnbaZ.styles-module__errorOverlay__97pe0 .styles-module__timelineOverlayText__O8XoC{text-transform:none;letter-spacing:.02em;font-weight:600}.styles-module__Zoom__gmi1U{display:flex;align-items:center;gap:16px}.styles-module__Zoom__gmi1U .styles-module__input__XsasH{-webkit-appearance:none;appearance:none;margin:0;width:167px;height:4px;direction:rtl}.styles-module__Zoom__gmi1U .styles-module__input__XsasH::-webkit-slider-runnable-track{height:4px;background-color:#d9d9d9;border-radius:2px}.styles-module__Zoom__gmi1U .styles-module__input__XsasH::-moz-range-track{height:4px;background-color:#d9d9d9;border-radius:2px}.styles-module__Zoom__gmi1U .styles-module__input__XsasH::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:18px;height:18px;margin-top:-7px;background-color:#fff;box-shadow:0 4px 14px #0000002e;border-radius:50%;cursor:pointer}.styles-module__Zoom__gmi1U .styles-module__input__XsasH::-moz-range-thumb{width:18px;height:18px;background-color:#fff;box-shadow:0 4px 14px #0000002e;border:none;border-radius:50%;cursor:pointer}.styles-module__Zoom__gmi1U .styles-module__zoomButton__VJY-E{padding:0;font-family:Poppins;font-weight:400;font-size:16px;line-height:100%;letter-spacing:0%;text-align:center;background-color:transparent;border:none}.styles-module__Playback__gnnGA{position:absolute;left:50%;transform:translate(-50%);display:flex;align-items:center;gap:17px}.styles-module__Playback__gnnGA .styles-module__button__SoC0n{background-color:transparent;border:none;cursor:pointer;padding:6px;display:flex;align-items:center;justify-content:center;min-width:30px;min-height:35px}.styles-module__Playback__gnnGA .styles-module__button__SoC0n img{display:block;width:30px;height:35px;object-fit:contain}.styles-module__Playback__gnnGA .styles-module__button__SoC0n img.styles-module__fastForward__bWjtn{transform:rotate(180deg)}.styles-module__Playback__gnnGA .styles-module__pauseButton__Os5j- img{filter:invert(1)}.styles-module__Mute__Q20Tl{position:relative;padding:0;background-color:transparent;border:none}.styles-module__Mute__Q20Tl.styles-module__muted__ZKyV0:after{content:"";position:absolute;top:-5px;left:10px;width:2px;height:130%;background-color:#000;transform:rotate(-45deg)}.styles-module__Controls__vW5kH{display:flex;justify-content:space-between;align-items:center;width:100%;height:96px;padding-left:42px;padding-right:42px;border-top:1px solid #d9d9d9}.styles-module__Controls__vW5kH .styles-module__rightControls__8jWof{display:flex;align-items:center;gap:20px}.styles-module__Controls__vW5kH .styles-module__timestamp__LLnVK{display:flex;align-items:center;font-family:Poppins;font-weight:500;font-size:24px;line-height:100%;letter-spacing:0%;text-align:right;white-space:nowrap;color:#000}.styles-module__Controls__vW5kH .styles-module__timestamp__LLnVK span{display:inline-block}.styles-module__TrimHandle__vNFFt{position:absolute;top:0;bottom:0;width:8px;cursor:ew-resize;z-index:20;transition:all .2s}.styles-module__TrimHandle__vNFFt.styles-module__left__yItEG{left:0}.styles-module__TrimHandle__vNFFt.styles-module__right__nboLS{right:0}.styles-module__TrimHandle__vNFFt:hover .styles-module__bracketContainer__40SKk .styles-module__verticalLine__ICZYV,.styles-module__TrimHandle__vNFFt:hover .styles-module__bracketContainer__40SKk .styles-module__topBracket__WwiV-,.styles-module__TrimHandle__vNFFt:hover .styles-module__bracketContainer__40SKk .styles-module__bottomBracket__bJoDD,.styles-module__TrimHandle__vNFFt:hover .styles-module__bracketContainer__40SKk .styles-module__gripIndicator__lginf{opacity:1}.styles-module__TrimHandle__vNFFt.styles-module__dragging__GN0ZP .styles-module__bracketContainer__40SKk .styles-module__verticalLine__ICZYV,.styles-module__TrimHandle__vNFFt.styles-module__dragging__GN0ZP .styles-module__bracketContainer__40SKk .styles-module__topBracket__WwiV-,.styles-module__TrimHandle__vNFFt.styles-module__dragging__GN0ZP .styles-module__bracketContainer__40SKk .styles-module__bottomBracket__bJoDD{opacity:1;background-color:#facc15}.styles-module__TrimHandle__vNFFt.styles-module__dragging__GN0ZP .styles-module__bracketContainer__40SKk .styles-module__gripIndicator__lginf{opacity:1}.styles-module__TrimHandle__vNFFt.styles-module__dragging__GN0ZP .styles-module__bracketContainer__40SKk .styles-module__gripIndicator__lginf .styles-module__gripDot__PSVuV{background-color:#facc15}.styles-module__bracketContainer__40SKk{position:absolute;inset:0;display:flex;align-items:center;justify-content:center}.styles-module__verticalLine__ICZYV{position:absolute;top:0;bottom:0;width:4px;background-color:#000;opacity:.3;transition:all .2s}.styles-module__verticalLine__ICZYV.styles-module__left__yItEG{left:0}.styles-module__verticalLine__ICZYV.styles-module__right__nboLS{right:0}.styles-module__verticalLine__ICZYV.styles-module__dragging__GN0ZP{background-color:#facc15;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;opacity:1}.styles-module__topBracket__WwiV-{position:absolute;top:0;height:4px;background-color:#000;opacity:.3;transition:all .2s;width:8px}.styles-module__topBracket__WwiV-.styles-module__left__yItEG{left:0}.styles-module__topBracket__WwiV-.styles-module__right__nboLS{right:0}.styles-module__topBracket__WwiV-.styles-module__dragging__GN0ZP{background-color:#facc15;width:12px;opacity:1}.styles-module__bottomBracket__bJoDD{position:absolute;bottom:0;height:4px;background-color:#000;opacity:.3;transition:all .2s;width:8px}.styles-module__bottomBracket__bJoDD.styles-module__left__yItEG{left:0}.styles-module__bottomBracket__bJoDD.styles-module__right__nboLS{right:0}.styles-module__bottomBracket__bJoDD.styles-module__dragging__GN0ZP{background-color:#facc15;width:12px;opacity:1}.styles-module__gripIndicator__lginf{position:absolute;top:50%;transform:translateY(-50%);display:flex;flex-direction:column;gap:2px;opacity:.5;transition:opacity .2s}.styles-module__gripIndicator__lginf.styles-module__left__yItEG{left:2px}.styles-module__gripIndicator__lginf.styles-module__right__nboLS{right:2px}.styles-module__gripIndicator__lginf.styles-module__visible__-ZSHD{opacity:1}.styles-module__gripDot__PSVuV{width:2px;height:2px;border-radius:50%;background-color:#fff;transition:background-color .2s}.styles-module__dragArea__6cjQH{position:absolute;inset:0 -8px}.styles-module__TrimHandle__vNFFt:hover .styles-module__verticalLine__ICZYV{opacity:1;background-color:#374151}.styles-module__TrimHandle__vNFFt:hover .styles-module__topBracket__WwiV-,.styles-module__TrimHandle__vNFFt:hover .styles-module__bottomBracket__bJoDD{opacity:1;background-color:#374151;width:12px}.styles-module__TrimVideo__b7WDH{display:flex;flex-direction:column;align-items:center;width:100%}.styles-module__TrimVideo__b7WDH .styles-module__videoContainer__VjDtX{margin-bottom:51px}.styles-module__TrimVideo__b7WDH .styles-module__timelineWrapper__P7id4{position:relative;width:100%;margin-top:10px;overflow:hidden}.styles-module__TrimVideo__b7WDH .styles-module__timelineContainerWrapper__R3xKC{position:relative;width:calc(100% + 100px);margin-left:-50px;margin-right:-50px;overflow:visible}.styles-module__TrimVideo__b7WDH .styles-module__trimHandlesContainer__AkIJs{position:absolute;top:0;left:50px;right:50px;height:178px;pointer-events:none}.styles-module__TrimVideo__b7WDH .styles-module__disabledOverlay__EV7pa{position:absolute;top:0;bottom:0;background-color:#00000080;pointer-events:none;z-index:5}.styles-module__TrimVideo__b7WDH .styles-module__trimHandleWrapper__aeiAu{position:absolute;top:25px;bottom:25px;width:8px;pointer-events:auto;display:flex;flex-direction:column;align-items:center}.styles-module__TrimVideo__b7WDH .styles-module__trimTimeBadge__Xckh2{position:absolute;top:-25px;left:50%;transform:translate(-50%);background-color:#000000bf;color:#fff;padding:2px 6px;border-radius:4px;font-family:Poppins;font-size:12px;font-weight:400;white-space:nowrap;pointer-events:none;z-index:10}.styles-module__TrimVideo__b7WDH .styles-module__playhead__ulJV9{position:absolute;top:25px;bottom:25px;width:3px;pointer-events:auto;z-index:15;display:flex;flex-direction:column;align-items:center;cursor:pointer}.styles-module__TrimVideo__b7WDH .styles-module__playhead__ulJV9:active .styles-module__playheadCircle__v26Kd,.styles-module__TrimVideo__b7WDH .styles-module__playhead__ulJV9.styles-module__dragging__YH0Lt .styles-module__playheadCircle__v26Kd{width:20px;height:20px;box-shadow:0 4px 8px #0006;cursor:grabbing}.styles-module__TrimVideo__b7WDH .styles-module__playhead__ulJV9:hover .styles-module__playheadCircle__v26Kd{width:18px;height:18px}.styles-module__TrimVideo__b7WDH .styles-module__playhead__ulJV9:hover .styles-module__playheadLine__nHJaR{width:5px;background:repeating-linear-gradient(to bottom,#F8585C 0,#F8585C 8px,transparent 8px,transparent 16px)}.styles-module__TrimVideo__b7WDH .styles-module__playheadLine__nHJaR{position:absolute;top:0;bottom:0;width:3px;background-color:#f8585c;z-index:1;pointer-events:auto;cursor:pointer;transition:width .15s ease,background .15s ease}.styles-module__TrimVideo__b7WDH .styles-module__playheadCircle__v26Kd{position:absolute;top:0;width:16px;height:16px;background-color:#f8585c;border:2px solid #ffffff;border-radius:50%;box-shadow:0 2px 4px #0000004d;transform:translateY(-50%);z-index:2;pointer-events:auto;cursor:pointer;transition:width .15s ease,height .15s ease,box-shadow .15s ease}.styles-module__TrimVideo__b7WDH .styles-module__playheadCircle__v26Kd:hover{cursor:pointer}.styles-module__TrimVideo__b7WDH .styles-module__playheadCircle__v26Kd:active{cursor:grabbing}.styles-module__TrimVideo__b7WDH .styles-module__buttons__MBhtG{margin-top:51px}.styles-module__TrimVideo__b7WDH .styles-module__contextMenu__tETFW{position:fixed;background-color:#fff;border:1px solid #e5e7eb;border-radius:6px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;z-index:10000;min-width:160px;padding:4px 0;pointer-events:auto}.styles-module__TrimVideo__b7WDH .styles-module__contextMenuItem__RnlLh{width:100%;padding:8px 16px;text-align:left;background:none;border:none;cursor:pointer;font-family:inherit;font-size:14px;color:#374151;transition:background-color .15s ease}.styles-module__TrimVideo__b7WDH .styles-module__contextMenuItem__RnlLh:hover{background-color:#f3f4f6}.styles-module__TrimVideo__b7WDH .styles-module__contextMenuItem__RnlLh:active{background-color:#e5e7eb}.styles-module__dialog__o6B52{max-width:1153px}.styles-module__backdrop__X5cjq{min-width:calc(100vw / var(--zoom));min-height:calc(100vh / var(--zoom))}.styles-module__EditSectionModal__PYcQ2{position:relative;border-radius:15px}.styles-module__EditSectionModal__PYcQ2 .styles-module__closeIcon__rOot-{position:absolute;top:33px;right:33px;cursor:pointer}.styles-module__EditSectionModal__PYcQ2 .styles-module__content__52CDG{display:flex;flex-direction:column;align-items:center;padding-top:40px;padding-bottom:98px}.styles-module__EditSectionModal__PYcQ2 .styles-module__content__52CDG .styles-module__title__4H0Jh{margin-top:0;margin-bottom:12px;font-family:Poppins;font-size:48px;font-weight:600;line-height:72px;color:var(--black);text-align:center}.styles-module__EditSectionModal__PYcQ2 .styles-module__loaderContainer__TS-oD{position:absolute;inset:0;display:flex;flex-direction:column;justify-content:center;align-items:center}.styles-module__EditSectionModal__PYcQ2 .styles-module__loaderContainer__TS-oD .styles-module__info__CAyVl{margin-top:10px;font-family:Poppins;font-size:24px;color:var(--text)}.styles-module__backdrop__lAtZi{min-width:calc(100vw / var(--zoom));min-height:calc(100vh / var(--zoom))}.styles-module__dialog__N0ESr{max-width:672px;max-height:264px}.styles-module__UpdateMeetingTitleModal__07ewI{padding:32px 24px 24px;position:relative;border-radius:16px;background-color:#f9f9f9}.styles-module__UpdateMeetingTitleModal__07ewI .styles-module__content__xjb2e{display:flex;flex-direction:column;align-items:center;row-gap:40px}@media (max-width: 768px){.styles-module__UpdateMeetingTitleModal__07ewI .styles-module__content__xjb2e{row-gap:24px}}.styles-module__UpdateMeetingTitleModal__07ewI .styles-module__content__xjb2e .styles-module__title__bRp2H{display:none}@media (max-width: 768px){.styles-module__UpdateMeetingTitleModal__07ewI .styles-module__content__xjb2e .styles-module__title__bRp2H{display:flex;margin:0 auto 0 0;font-size:20px}}.styles-module__UpdateMeetingTitleModal__07ewI .styles-module__content__xjb2e .styles-module__buttons__cGRi2{width:100%;display:flex;justify-content:flex-end;column-gap:48px}@media (max-width: 768px){.styles-module__UpdateMeetingTitleModal__07ewI .styles-module__content__xjb2e .styles-module__buttons__cGRi2{column-gap:24px}}.styles-module__backdrop__Xr4DD{min-width:calc(100vw / var(--zoom));min-height:calc(100vh / var(--zoom))}.styles-module__dialog__yjZkf{max-width:940px}.styles-module__PublishMeetingModal__Lo6uu{position:relative;padding:44px 60px 61px;border-radius:10px}.styles-module__PublishMeetingModal__Lo6uu .styles-module__closeIcon__sZXsz{position:absolute;top:60px;right:60px;cursor:pointer}.styles-module__PublishMeetingModal__Lo6uu .styles-module__form__NMy5r{display:flex;flex-direction:column}.styles-module__PublishMeetingModal__Lo6uu .styles-module__form__NMy5r h1{margin-bottom:47px;font-size:48px;font-weight:600;line-height:72px;text-align:left;color:var(--black)}.styles-module__PublishMeetingModal__Lo6uu .styles-module__form__NMy5r .styles-module__commentContainer__DVoML{margin-bottom:31px;position:relative}.styles-module__PublishMeetingModal__Lo6uu .styles-module__form__NMy5r .styles-module__commentContainer__DVoML textarea{height:172px;font-size:22px}.styles-module__Dropdown__AAMbT{width:100%;height:64px;margin-bottom:38px;position:relative}.styles-module__Dropdown__AAMbT .styles-module__selector__QCD1d{padding-left:71px;display:flex;align-items:center;height:100%;border-radius:60px;font-size:24px;line-height:100%;color:#444;background-image:url("data:image/svg+xml,%3csvg%20width='24'%20height='13'%20viewBox='0%200%2024%2013'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M13.4878%2010.7699L23.9998%201.33584L22.5113%200L11.9993%209.43407L1.48822%200.000771046L-0.000244141%201.33661L11.9998%2012.1061L13.4882%2010.7703L13.4878%2010.7699Z'%20fill='black'%20fill-opacity='0.8'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:calc(100% - 32px) center;border:1px solid #666666;cursor:pointer}.styles-module__Dropdown__AAMbT .styles-module__iconContainer__Agiqe{position:absolute;left:32px;display:flex;justify-content:center;align-items:center;width:32px;height:32px}.styles-module__Dropdown__AAMbT .styles-module__iconBackground__kty7j{width:48px;height:48px;display:flex;align-items:center;justify-content:center;border-radius:50%;box-shadow:0 2px 4px #0000000d}.styles-module__Dropdown__AAMbT .styles-module__iconBackground__kty7j img{position:absolute}.styles-module__Dropdown__AAMbT .styles-module__optionsList__VXyBb{bottom:-8px;z-index:2;transform:translateY(100%);display:flex;flex-direction:column;width:100%;position:absolute;right:0;margin:0;row-gap:40px;padding:44px 32px 44px 0;list-style:none;background-color:#fff;box-shadow:0 34px 34px -18px #00000014;border-radius:60px}.styles-module__Dropdown__AAMbT .styles-module__optionsList__VXyBb li{position:relative;display:flex;align-items:center;width:100%;font-size:24px;line-height:100%;color:#0006;padding-left:94px;cursor:pointer;transition:color .2s}.styles-module__Dropdown__AAMbT .styles-module__optionsList__VXyBb li:hover{color:#444}.styles-module__checkbox__aLDgN{width:26px;height:26px;border-radius:5px;border:2px solid #666666}.styles-module__Options__3K0Gt{width:100%}.styles-module__Options__3K0Gt .styles-module__info__FkDW0{margin-top:18px;margin-left:10px;padding:0;background-color:transparent;line-height:150%;font-size:18px;font-weight:400;line-height:27px;color:var(--text);border:none}.styles-module__Options__3K0Gt .styles-module__list__-U1HN{position:relative;display:flex;flex-direction:column;list-style:none;gap:16px;margin:0;padding:0;overflow-y:auto}.styles-module__Options__3K0Gt .styles-module__list__-U1HN li{display:flex;justify-content:space-between;align-items:center;padding-right:10px;padding-left:10px}.styles-module__Options__3K0Gt .styles-module__list__-U1HN li .styles-module__deleteIcon__5ZAd1{cursor:pointer}.styles-module__Options__3K0Gt .styles-module__list__-U1HN li .styles-module__optionTitleContainer__jyPLq{display:flex;justify-content:center;align-items:center;gap:11px;flex:1;font-weight:700}.styles-module__Options__3K0Gt .styles-module__list__-U1HN li .styles-module__optionTitleContainer__jyPLq img{width:26px;height:26px}.styles-module__Options__3K0Gt .styles-module__list__-U1HN li .styles-module__optionTitleContainer__jyPLq .styles-module__optionInput__SmY5r{width:100%;padding:0 10px 0 0;font-size:22px;font-weight:400;line-height:33px;text-align:left;color:var(--black);border:none;background-color:transparent}.styles-module__Options__3K0Gt .styles-module__list__-U1HN li .styles-module__optionTitleContainer__jyPLq .styles-module__optionInput__SmY5r:focus{outline:none}.styles-module__dialog__9ZSgS{max-width:937px}.styles-module__backdrop__OZPur{min-width:calc(100vw / var(--zoom));min-height:calc(100vh / var(--zoom))}.styles-module__CreateQuestionModal__thrRn{padding:36px 52px 33px 59px;position:relative;border-radius:15px;background-color:#fff}.styles-module__CreateQuestionModal__thrRn .styles-module__closeIcon__Ey2YM{position:absolute;top:58px;right:59px;cursor:pointer}.styles-module__CreateQuestionModal__thrRn .styles-module__content__FBdt9{display:flex;flex-direction:column}.styles-module__CreateQuestionModal__thrRn .styles-module__content__FBdt9 h3{margin-bottom:34px;font-size:48px;font-weight:600;line-height:72px;text-align:left;color:var(--black)}.styles-module__CreateQuestionModal__thrRn .styles-module__content__FBdt9 .styles-module__form__jv0uB{width:100%}.styles-module__CreateQuestionModal__thrRn .styles-module__content__FBdt9 .styles-module__form__jv0uB .styles-module__label__9CIO7{display:flex;align-items:center;gap:9px;margin-bottom:10px;font-size:24px;font-weight:400;line-height:36px;color:var(--black)}.styles-module__CreateQuestionModal__thrRn .styles-module__content__FBdt9 .styles-module__form__jv0uB .styles-module__questionContainer__K0rKL{position:relative}.styles-module__CreateQuestionModal__thrRn .styles-module__content__FBdt9 .styles-module__form__jv0uB .styles-module__questionContainer__K0rKL textarea{width:100%;height:172px;padding:16px 27px;font-size:22px;line-height:33px;border:1px solid #666666;border-radius:20px;resize:none}.styles-module__CreateQuestionModal__thrRn .styles-module__content__FBdt9 .styles-module__form__jv0uB .styles-module__questionContainer__K0rKL textarea::placeholder{color:#1116}.styles-module__CreateQuestionModal__thrRn .styles-module__content__FBdt9 .styles-module__form__jv0uB .styles-module__questionContainer__K0rKL textarea:focus{outline:none}.styles-module__CreateQuestionModal__thrRn .styles-module__content__FBdt9 .styles-module__form__jv0uB .styles-module__questionContainer__K0rKL textarea:focus::placeholder{color:transparent}.styles-module__CreateQuestionModal__thrRn .styles-module__content__FBdt9 .styles-module__form__jv0uB .styles-module__optionsContainer__d74BC{padding-top:20px;padding-left:16px;display:flex;align-self:flex-start}.styles-module__CreateQuestionModal__thrRn .styles-module__content__FBdt9 .styles-module__footer__2cigk{width:100%;margin-top:16px;display:flex;justify-content:space-between;align-items:center}.styles-module__dialog__49GZS{max-width:746px;max-height:652px}@media (max-width: 768px){.styles-module__dialog__49GZS{max-width:100%;max-height:100%}}.styles-module__backdrop__CCWHN{min-width:calc(100vw / var(--zoom));min-height:calc(100vh / var(--zoom))}.styles-module__FileUploadProgressModal__n7uL7{padding:48px;position:relative;border-radius:15px}@media (max-width: 768px){.styles-module__FileUploadProgressModal__n7uL7{padding:32px 24px}}.styles-module__FileUploadProgressModal__n7uL7 .styles-module__closeIcon__2E786{display:none;position:absolute;top:36px;right:36px;cursor:pointer}@media (max-width: 768px){.styles-module__FileUploadProgressModal__n7uL7 .styles-module__closeIcon__2E786{display:block;top:14px;right:18px}}.styles-module__FileUploadProgressModal__n7uL7 .styles-module__content__LEngk{display:flex;flex-direction:column;align-items:center}.styles-module__FileUploadProgressModal__n7uL7 .styles-module__content__LEngk h3{margin-bottom:24px;font-family:Inter;font-style:normal;font-weight:700;font-size:48px;line-height:133%;color:#444}@media (max-width: 768px){.styles-module__FileUploadProgressModal__n7uL7 .styles-module__content__LEngk h3{font-size:32px}}.styles-module__FileUploadProgressModal__n7uL7 .styles-module__content__LEngk p{margin-bottom:40px;font-size:24px;line-height:100%;color:#444}@media (max-width: 768px){.styles-module__FileUploadProgressModal__n7uL7 .styles-module__content__LEngk p{margin-bottom:24px;font-size:20px}}.styles-module__FileUploadProgressModal__n7uL7 .styles-module__content__LEngk .styles-module__progressContainer__f-JUG{display:flex;flex-direction:column;align-items:center;gap:5px;width:232px}.styles-module__FileUploadProgressModal__n7uL7 .styles-module__content__LEngk .styles-module__progressContainer__f-JUG .styles-module__progressBackground__xeYMc{width:100%;height:16px;background:#f0f0f0;border-radius:10px;position:relative;overflow:hidden}.styles-module__FileUploadProgressModal__n7uL7 .styles-module__content__LEngk .styles-module__progressContainer__f-JUG .styles-module__progressBar__QOtp1{position:absolute;left:0;z-index:1;height:16px;background-color:#f8585c;transition:width .1s ease}.styles-module__FileUploadProgressModal__n7uL7 .styles-module__content__LEngk .styles-module__progressContainer__f-JUG .styles-module__percentage__kgB-h{font-size:18px}.styles-module__dialog__TWh3u{max-width:746px;max-height:652px}@media (max-width: 768px){.styles-module__dialog__TWh3u{max-width:100%;max-height:100%}}.styles-module__backdrop__5c4xL{min-width:calc(100vw / var(--zoom));min-height:calc(100vh / var(--zoom))}.styles-module__SaveProgressModal__KFzlR{padding:48px;position:relative;border-radius:15px}@media (max-width: 768px){.styles-module__SaveProgressModal__KFzlR{padding:32px 24px}}.styles-module__SaveProgressModal__KFzlR .styles-module__closeIcon__vcKkY{display:none;position:absolute;top:36px;right:36px;cursor:pointer}@media (max-width: 768px){.styles-module__SaveProgressModal__KFzlR .styles-module__closeIcon__vcKkY{display:block;top:14px;right:18px}}.styles-module__SaveProgressModal__KFzlR .styles-module__content__-y3ui{display:flex;flex-direction:column;align-items:center}.styles-module__SaveProgressModal__KFzlR .styles-module__content__-y3ui h3{margin-bottom:24px;font-family:Inter;font-style:normal;font-weight:700;font-size:48px;line-height:133%;color:#444}@media (max-width: 768px){.styles-module__SaveProgressModal__KFzlR .styles-module__content__-y3ui h3{font-size:32px;margin-bottom:16px}}.styles-module__SaveProgressModal__KFzlR .styles-module__content__-y3ui .styles-module__sectionCounter__Kb6ty{margin-bottom:8px;font-size:20px;line-height:100%;color:#444;font-weight:500}@media (max-width: 768px){.styles-module__SaveProgressModal__KFzlR .styles-module__content__-y3ui .styles-module__sectionCounter__Kb6ty{font-size:18px;margin-bottom:6px}}.styles-module__SaveProgressModal__KFzlR .styles-module__content__-y3ui .styles-module__operation__y9JuC{margin-bottom:40px;font-size:24px;line-height:100%;color:#444}@media (max-width: 768px){.styles-module__SaveProgressModal__KFzlR .styles-module__content__-y3ui .styles-module__operation__y9JuC{margin-bottom:24px;font-size:20px}}.styles-module__SaveProgressModal__KFzlR .styles-module__content__-y3ui .styles-module__progressContainer__tmqYq{display:flex;flex-direction:column;align-items:center;gap:5px;width:232px}.styles-module__SaveProgressModal__KFzlR .styles-module__content__-y3ui .styles-module__progressContainer__tmqYq .styles-module__progressBackground__huf22{width:100%;height:16px;background:#f0f0f0;border-radius:10px;position:relative;overflow:hidden}.styles-module__SaveProgressModal__KFzlR .styles-module__content__-y3ui .styles-module__progressContainer__tmqYq .styles-module__progressBar__QYFn-{position:absolute;left:0;z-index:1;height:16px;background-color:#f8585c;transition:width .1s ease}.styles-module__SaveProgressModal__KFzlR .styles-module__content__-y3ui .styles-module__progressContainer__tmqYq .styles-module__percentage__eMlVY{font-size:18px;color:#444}.styles-module__dialog__31NJX{max-width:1016px;max-height:698px}.styles-module__backdrop__HF-A4{min-width:calc(100vw / var(--zoom));min-height:calc(100vh / var(--zoom))}.styles-module__AssignSectionModal__ueoCp{padding:72px 110px 36px 74px;position:relative;border-radius:15px;background-color:#f9f9f9}.styles-module__AssignSectionModal__ueoCp .styles-module__closeIcon__Aovnn{position:absolute;top:36px;right:36px;cursor:pointer}.styles-module__AssignSectionModal__ueoCp .styles-module__successOverlay__nIPaI{position:absolute;z-index:2;inset:0;display:flex;justify-content:center;align-items:center;background-color:#0006;border-radius:15px}.styles-module__AssignSectionModal__ueoCp .styles-module__successOverlay__nIPaI .styles-module__popup__eg3-L{position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center;width:430px;padding:40px;font-size:20px;background-color:#fff;border-radius:15px}.styles-module__AssignSectionModal__ueoCp .styles-module__successOverlay__nIPaI .styles-module__popup__eg3-L span{text-align:center}.styles-module__AssignSectionModal__ueoCp .styles-module__successOverlay__nIPaI .styles-module__popup__eg3-L .styles-module__closeIcon__Aovnn{position:absolute;top:8px;right:8px;cursor:pointer}.styles-module__AssignSectionModal__ueoCp .styles-module__form__unV6m{display:flex;flex-direction:column}.styles-module__AssignSectionModal__ueoCp .styles-module__form__unV6m h1{margin-bottom:20px;font-family:Inter;font-style:normal;font-weight:700;font-size:48px;line-height:133%;text-align:center;color:#444}.styles-module__AssignSectionModal__ueoCp .styles-module__form__unV6m input{margin-bottom:24px}.styles-module__AssignSectionModal__ueoCp .styles-module__form__unV6m .styles-module__messageContainer__nuud-{margin-bottom:42px;position:relative}.styles-module__AssignSectionModal__ueoCp .styles-module__form__unV6m .styles-module__error__-Qj40{padding-left:5px;font-size:14px;color:#f8585c}.styles-module__AssignSectionModal__ueoCp .styles-module__form__unV6m .styles-module__footer__hnLTX{display:flex;justify-content:flex-end}.styles-module__dialog__Q3Nl-{max-width:937px}.styles-module__backdrop__uvMXf{background-color:var(--black)!important;opacity:.7!important}.styles-module__SelectShareOptionModal__E7vi4{position:relative;border-radius:15px}.styles-module__SelectShareOptionModal__E7vi4 .styles-module__closeIcon__Tkat0{position:absolute;top:53px;right:29px;cursor:pointer}.styles-module__SelectShareOptionModal__E7vi4 .styles-module__content__NPTDI{display:flex;flex-direction:column;align-items:center;padding:64px 40px 78px}.styles-module__SelectShareOptionModal__E7vi4 .styles-module__content__NPTDI h3{margin-bottom:43px;font-weight:600;font-size:48px;line-height:72px;text-align:center;color:var(--black)}.styles-module__SelectShareOptionModal__E7vi4 .styles-module__content__NPTDI .styles-module__buttons__AS6-q{display:flex;column-gap:40px}.styles-module__SelectShareOptionModal__E7vi4 .styles-module__content__NPTDI .styles-module__buttons__AS6-q button{padding:25px 50px;font-weight:500;font-size:24px;line-height:100%;color:#fff}.styles-module__CreateMeetingButtons__c0oSs{display:flex;align-items:center;gap:23px}.styles-module__CreateMeetingButtons__c0oSs .styles-module__roundButton__T-ln5{width:52px;height:52px;padding:0;background-color:transparent;border-radius:50%;border:1px solid #666666}.styles-module__CreateMeetingButtons__c0oSs .styles-module__roundButton__T-ln5:disabled{opacity:.4;cursor:not-allowed}.styles-module__CreateMeetingButtons__c0oSs .styles-module__roundButton__T-ln5:disabled img{opacity:.5}.styles-module__CreateMeetingButtons__c0oSs .styles-module__roundButton__T-ln5.styles-module__undo__4DuKG img{width:50%;height:50%}.styles-module__UploadMenu__C4JSI{display:none}@media (max-width: 768px){.styles-module__UploadMenu__C4JSI{padding:41px 0 0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:15px;background:transparent;border:none}.styles-module__UploadMenu__C4JSI .styles-module__outerButtonContainer__M61YZ{display:flex;justify-content:center;align-items:center;min-width:102px;width:102px;height:102px;background-color:#f8585c0a;border-radius:50%}.styles-module__UploadMenu__C4JSI .styles-module__outerButtonContainer__M61YZ .styles-module__innerButtonContainer__n4rQq{display:flex;justify-content:center;align-items:center;width:78px;height:78px;background-color:#f8585c1a;border-radius:50%}.styles-module__UploadMenu__C4JSI span{font-size:18px;line-height:27px;color:#444}}.styles-module__CreateOrUpdateMeetingPage__34TsD{display:flex;flex-direction:column;align-items:center;height:100%;min-height:calc(100vh / var(--zoom) - var(--header-height) - 50px)}.styles-module__CreateOrUpdateMeetingPage__34TsD.styles-module__editorPageRoot__ANd-U{min-height:calc(100vh / var(--zoom) - var(--header-height));flex:1;width:100%;display:flex;flex-direction:column}.styles-module__CreateOrUpdateMeetingPage__34TsD .styles-module__editorWorkspace__6wCOe{flex:1;width:100%;display:flex;flex-direction:column;min-height:0}.styles-module__CreateOrUpdateMeetingPage__34TsD .styles-module__editorBody__F9vPX{flex:1;display:flex;flex-direction:column;min-height:0}.styles-module__CreateOrUpdateMeetingPage__34TsD .styles-module__desktopFooterWrapper__Mt9-w{flex-shrink:0;margin-top:4px}.styles-module__CreateOrUpdateMeetingPage__34TsD .styles-module__overlay__pAqiT{position:fixed;z-index:1;inset:86px 0 0;display:flex;justify-content:center;align-items:center;background-color:#00000080}.styles-module__CreateOrUpdateMeetingPage__34TsD .styles-module__overlay__pAqiT .styles-module__message__uvysX{position:relative;top:-86px;padding:30px;font-weight:700;background-color:#fff;border-radius:10px}.styles-module__CreateOrUpdateMeetingPage__34TsD .styles-module__navigationContainer__54amo{width:100%}.styles-module__CreateOrUpdateMeetingPage__34TsD .styles-module__container__fHr0X{display:flex;flex-direction:column;width:100%;padding-left:42px;padding-right:46px}@media (max-width: 768px){.styles-module__CreateOrUpdateMeetingPage__34TsD .styles-module__container__fHr0X{background:#fff}}.styles-module__CreateOrUpdateMeetingPage__34TsD .styles-module__container__fHr0X .styles-module__innerContainer__PY1yY{display:flex;flex-direction:column}@media (max-width: 768px){.styles-module__CreateOrUpdateMeetingPage__34TsD .styles-module__container__fHr0X .styles-module__innerContainer__PY1yY{display:none}}.styles-module__CreateOrUpdateMeetingPage__34TsD .styles-module__container__fHr0X .styles-module__innerContainer__PY1yY .styles-module__header__0-4oD{display:flex;justify-content:space-between;gap:30px;margin-bottom:10px;padding-top:0}.styles-module__CreateOrUpdateMeetingPage__34TsD .styles-module__container__fHr0X .styles-module__innerContainer__PY1yY .styles-module__mediaContainerContainer__zjiVz{position:relative;flex:1;display:flex;flex-direction:column;min-height:0}.styles-module__CreateOrUpdateMeetingPage__34TsD .styles-module__container__fHr0X .styles-module__innerContainer__PY1yY .styles-module__mediaContainerContainer__zjiVz .styles-module__autoSaveToggleContainer__fxVa5{position:absolute;top:-35px;display:flex;justify-content:center;align-items:center;gap:10px;width:100%;padding-right:120px}.styles-module__CreateOrUpdateMeetingPage__34TsD .styles-module__container__fHr0X .styles-module__innerContainer__PY1yY .styles-module__meetingForm__Gx5af{display:flex;flex-direction:column}.styles-module__CreateOrUpdateMeetingPage__34TsD .styles-module__container__fHr0X .styles-module__innerContainer__PY1yY .styles-module__meetingForm__Gx5af .styles-module__meetingInfo__hUxy9{margin-bottom:12px;display:flex;flex-direction:column;row-gap:10px;position:relative;left:-40px}.styles-module__CreateOrUpdateMeetingPage__34TsD .styles-module__container__fHr0X .styles-module__innerContainer__PY1yY .styles-module__meetingForm__Gx5af .styles-module__meetingInfo__hUxy9 h2{width:100%;margin:0;display:flex;align-items:center;justify-content:center;font-family:Outfit;font-style:normal;font-weight:400;line-height:75%;color:#444}.styles-module__CreateOrUpdateMeetingPage__34TsD .styles-module__container__fHr0X .styles-module__innerContainer__PY1yY .styles-module__meetingForm__Gx5af .styles-module__meetingInfo__hUxy9 .styles-module__meetingTitle__3qAbd{position:relative;display:flex;gap:25px}.styles-module__CreateOrUpdateMeetingPage__34TsD .styles-module__container__fHr0X .styles-module__innerContainer__PY1yY .styles-module__meetingForm__Gx5af .styles-module__meetingInfo__hUxy9 .styles-module__meetingTitle__3qAbd .styles-module__undoButton__TZMIM{width:48px;height:48px;background-color:#111;border-radius:12px;border:none}.styles-module__CreateOrUpdateMeetingPage__34TsD .styles-module__container__fHr0X .styles-module__innerContainer__PY1yY .styles-module__meetingForm__Gx5af .styles-module__meetingInfo__hUxy9 .styles-module__meetingTitle__3qAbd .styles-module__undoButton__TZMIM:disabled{background-color:#ccc;cursor:not-allowed}.styles-module__CreateOrUpdateMeetingPage__34TsD .styles-module__container__fHr0X .styles-module__innerContainer__PY1yY .styles-module__meetingForm__Gx5af .styles-module__meetingInfo__hUxy9 .styles-module__meetingTitle__3qAbd .styles-module__undoButton__TZMIM img{width:80%;height:80%}.styles-module__CreateOrUpdateMeetingPage__34TsD .styles-module__container__fHr0X .styles-module__innerContainer__PY1yY .styles-module__meetingForm__Gx5af .styles-module__meetingInfo__hUxy9 .styles-module__meetingTitle__3qAbd .styles-module__titleContainer__OdD6U{max-width:319px;padding:0 16px;display:flex;flex-grow:1;gap:10px;position:relative;background-color:#fff;border-radius:10px;overflow:hidden}.styles-module__CreateOrUpdateMeetingPage__34TsD .styles-module__container__fHr0X .styles-module__innerContainer__PY1yY .styles-module__meetingForm__Gx5af .styles-module__meetingInfo__hUxy9 .styles-module__meetingTitle__3qAbd h2{display:inline;text-align:center;line-height:48px;font-size:28px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.styles-module__CreateOrUpdateMeetingPage__34TsD .styles-module__container__fHr0X .styles-module__innerContainer__PY1yY .styles-module__meetingForm__Gx5af .styles-module__meetingInfo__hUxy9 .styles-module__meetingTitle__3qAbd .styles-module__updateTitle__RMSJz{padding:0;position:absolute;top:-12px;right:-6px;border:none;background-color:transparent}.styles-module__CreateOrUpdateMeetingPage__34TsD .styles-module__container__fHr0X .styles-module__innerContainer__PY1yY .styles-module__meetingForm__Gx5af .styles-module__meetingInfo__hUxy9 .styles-module__meetingTitle__3qAbd .styles-module__updateTitle__RMSJz img{height:24px;width:24px}.styles-module__CreateOrUpdateMeetingPage__34TsD .styles-module__container__fHr0X .styles-module__innerContainer__PY1yY .styles-module__meetingForm__Gx5af .styles-module__meetingInfo__hUxy9 .styles-module__meetingVersion__Gint6{display:flex;column-gap:8px;padding-left:73px}.styles-module__CreateOrUpdateMeetingPage__34TsD .styles-module__container__fHr0X .styles-module__innerContainer__PY1yY .styles-module__meetingForm__Gx5af .styles-module__meetingInfo__hUxy9 .styles-module__meetingVersion__Gint6 h2{width:unset;font-size:18px;font-weight:700}.styles-module__dialog__w3JOF{max-width:746px}.styles-module__CopyLinkModal__TsSC6{position:relative;border-radius:25px}.styles-module__CopyLinkModal__TsSC6 .styles-module__closeIcon__a65Kk{position:absolute;top:20px;right:20px;cursor:pointer}.styles-module__CopyLinkModal__TsSC6 .styles-module__content__EcTlm{padding:80px 80px 60px;display:flex;flex-direction:column}.styles-module__CopyLinkModal__TsSC6 .styles-module__content__EcTlm h3{margin:0;font-family:Inter;font-style:normal;font-weight:700;font-size:48px;line-height:133%;color:#444}.styles-module__CopyLinkModal__TsSC6 .styles-module__content__EcTlm p{margin:0;font-family:Outfit;font-style:normal;font-weight:400;font-size:24px;line-height:100%;color:#444}.styles-module__CopyLinkModal__TsSC6 .styles-module__content__EcTlm p:last-of-type{margin-bottom:20px}.styles-module__CopyLinkModal__TsSC6 .styles-module__content__EcTlm .styles-module__infoContainer__-p2-l{display:flex;column-gap:16px}.styles-module__CopyLinkModal__TsSC6 .styles-module__content__EcTlm .styles-module__infoContainer__-p2-l .styles-module__info__GwyF4{display:flex;flex-direction:column;justify-content:center}.styles-module__CopyLinkModal__TsSC6 .styles-module__content__EcTlm .styles-module__infoContainer__-p2-l .styles-module__info__GwyF4 a{font-family:Inter;font-style:normal;font-weight:600;font-size:24px;line-height:121%;color:#f5658c}.styles-module__CopyLinkModal__TsSC6 .styles-module__content__EcTlm .styles-module__infoContainer__-p2-l .styles-module__info__GwyF4 span{font-family:Inter;font-style:normal;font-size:24px;line-height:121%}.styles-module__CopyLinkModal__TsSC6 .styles-module__content__EcTlm .styles-module__infoContainer__-p2-l .styles-module__copyIcon__pMFL7{display:flex;justify-content:center;align-items:center;cursor:pointer}.styles-module__CopyLinkModal__TsSC6 .styles-module__content__EcTlm .styles-module__infoContainer__-p2-l .styles-module__copyIcon__pMFL7 svg{width:32px;height:32px}.styles-module__root__pwoJ3{position:relative}.styles-module__root__pwoJ3 .styles-module__select__xJaN9{width:100%;display:flex;align-items:center;height:70px;padding-left:30px;padding-right:30px;font-size:24px;line-height:100%;color:#444;background-color:#fff;box-shadow:0 16px 34px -18px #004cbd14;border-radius:60px;border:none;cursor:pointer}.styles-module__root__pwoJ3 .styles-module__select__xJaN9.styles-module__disabled__A1ppA{background-color:#fff;cursor:auto}.styles-module__root__pwoJ3 .styles-module__options__CWz--{position:absolute;z-index:1;bottom:-10px;transform:translateY(100%);width:100%;height:200px;margin:0;padding:0;list-style:none;background-color:#fff;box-shadow:#64646f33 0 7px 29px;border-radius:10px;overflow-y:auto}.styles-module__root__pwoJ3 .styles-module__options__CWz-- li{padding:0 30px;display:flex;align-items:center;height:40px;line-height:100%;color:#444;cursor:pointer}.styles-module__root__pwoJ3 .styles-module__options__CWz-- li:hover{background-color:#f9f9f9}.styles-module__dialog__cNoLM{max-width:700px}.styles-module__SelectTimeZoneModal__IrDkO{position:relative;border-radius:15px;background-color:#f9f9f9}.styles-module__SelectTimeZoneModal__IrDkO .styles-module__closeIcon__TITLW{position:absolute;top:20px;right:15px;cursor:pointer}.styles-module__SelectTimeZoneModal__IrDkO .styles-module__content__o2iAc{display:flex;flex-direction:column;padding:20px 35px 35px}.styles-module__SelectTimeZoneModal__IrDkO .styles-module__content__o2iAc p{width:350px;margin-bottom:28px;align-self:flex-start;font-size:22px;font-weight:700}.styles-module__SelectTimeZoneModal__IrDkO .styles-module__content__o2iAc .styles-module__buttons__XZ1hD{width:100%;margin-top:40px;display:flex;justify-content:space-between}.styles-module__SelectTimeZoneModal__IrDkO .styles-module__content__o2iAc .styles-module__buttons__XZ1hD button{border:none;background-color:transparent}.styles-module__SelectTimeZoneModal__IrDkO .styles-module__content__o2iAc .styles-module__buttons__XZ1hD .styles-module__confirmContainer__iAM7d{display:flex;align-self:flex-end}.styles-module__PlaceholderSection__FMI54{position:relative}.styles-module__PlaceholderSection__FMI54 .styles-module__sectionContainer__U3xHf{display:flex;justify-content:center;align-items:center;width:235px;height:148px}.styles-module__PlaceholderSection__FMI54 .styles-module__title__00-nL{visibility:hidden;position:absolute;left:0;bottom:-50px;display:flex;justify-content:center;align-items:center;width:100%;height:24px;padding-left:18px;padding-right:18px;font-family:Poppins;font-size:22px;font-weight:500;line-height:33px;text-align:center;color:#000;border-radius:16px;user-select:none}.styles-module__FavoritedPopup__SUPUU{position:fixed;z-index:2000;top:0;left:0;width:380px;padding:20px;transform:translate(-50%,calc(-100% - 10px));background-color:#fff;border-radius:15px;box-shadow:0 4px 16px #0000001a;opacity:0;pointer-events:none;transition:opacity .3s ease-in-out}.styles-module__FavoritedPopup__SUPUU.styles-module__visible__CQWZd{opacity:1}.styles-module__SectionGap__ZJNk5{min-width:40px;height:100%;cursor:pointer}.styles-module__SectionGap__ZJNk5.styles-module__disabled__UHSH0{pointer-events:none;cursor:auto}.styles-module__SectionGap__ZJNk5 .styles-module__addButtonContainer__MpL9l{display:flex;align-items:center;height:100%;padding-left:20px;padding-right:20px}.styles-module__SectionGap__ZJNk5 .styles-module__addButtonContainer__MpL9l .styles-module__addButton__m-yRH{width:80px;height:80px;padding:0;background-color:#f8585c;border-radius:50%;border:none}.styles-module__placeholderContainer__j1PyF{margin-left:40px;margin-right:40px}.styles-module__ConfirmSectionRemoval__ogb00{position:absolute;z-index:2;left:50%;top:50%;transform:translate(-50%,-50%);width:500px;background-color:#fff;border-radius:15px}.styles-module__ConfirmSectionRemoval__ogb00 .styles-module__closeIcon__Q71uP{position:absolute;top:10px;right:10px;cursor:pointer}.styles-module__ConfirmSectionRemoval__ogb00 .styles-module__content__TtF3B{display:flex;flex-direction:column;align-items:center;padding:72px 72px 44px}.styles-module__ConfirmSectionRemoval__ogb00 .styles-module__content__TtF3B p{margin:0;font-family:Inter;font-style:normal;font-weight:700;font-size:28px;line-height:133%;color:#444}.styles-module__ConfirmSectionRemoval__ogb00 .styles-module__content__TtF3B .styles-module__buttons__hagyt{width:100%;display:flex;justify-content:flex-end;gap:35px;margin-top:48px}.styles-module__MediaContainer__jcBRe{position:relative;border-radius:8px}.styles-module__MediaContainer__jcBRe:hover .styles-module__controlsOverlay__RuhqP{display:flex}.styles-module__MediaContainer__jcBRe.styles-module__mobileUpload__SzzTO .styles-module__player__kRQOI video{height:calc(100vh / var(--zoom) - 80px - 91px - var(--header-height) + 80px)}.styles-module__MediaContainer__jcBRe .styles-module__saveSectionSuccess__3G9xE,.styles-module__MediaContainer__jcBRe .styles-module__confirmSectionRemoval__Uv24-{position:absolute;z-index:12;inset:0}.styles-module__MediaContainer__jcBRe .styles-module__saveSectionSuccess__3G9xE .styles-module__backdrop__t89eP,.styles-module__MediaContainer__jcBRe .styles-module__confirmSectionRemoval__Uv24- .styles-module__backdrop__t89eP{position:absolute;inset:0;border-radius:8px;background-color:#0000004d}.styles-module__MediaContainer__jcBRe .styles-module__saveSectionSuccess__3G9xE .styles-module__popup__iTp7M,.styles-module__MediaContainer__jcBRe .styles-module__confirmSectionRemoval__Uv24- .styles-module__popup__iTp7M{position:absolute;top:calc(50% - 42px);left:calc(50% - 208px);width:417px;height:84px;display:flex;justify-content:center;align-items:center;font-size:20px;font-weight:700;background-color:#fff;border-radius:10px}.styles-module__MediaContainer__jcBRe .styles-module__saveSectionSuccess__3G9xE .styles-module__popup__iTp7M .styles-module__closeIcon__rsY5u,.styles-module__MediaContainer__jcBRe .styles-module__confirmSectionRemoval__Uv24- .styles-module__popup__iTp7M .styles-module__closeIcon__rsY5u{position:absolute;top:10px;left:10px;font-size:0;width:25px;height:25px;background-image:url(/assets/closeIcon-Cq1Gvc0A.png);background-size:contain;background-repeat:no-repeat;cursor:pointer}.styles-module__MediaContainer__jcBRe .styles-module__controlsOverlay__RuhqP{display:none;position:absolute;inset:0;z-index:10;width:100%;height:100%}.styles-module__MediaContainer__jcBRe .styles-module__controlsOverlay__RuhqP.styles-module__publishing__qPdgs{display:flex}.styles-module__MediaContainer__jcBRe .styles-module__player__kRQOI{position:relative;display:flex;flex-direction:column;width:100%;background-color:#111;z-index:2;border-radius:8px}.styles-module__MediaContainer__jcBRe .styles-module__player__kRQOI.styles-module__screenRecording__K5P2j:after{content:"Screen recording in progress";position:absolute;z-index:0;left:0;right:0;top:0;bottom:var(--bottom);display:flex;justify-content:center;align-items:center;padding-top:27.5px;font-weight:700;font-size:36px;color:#fff;background-color:#111;border-radius:16px}.styles-module__MediaContainer__jcBRe .styles-module__player__kRQOI.styles-module__audio__LfcR2{background-image:none}.styles-module__MediaContainer__jcBRe .styles-module__player__kRQOI .styles-module__saveSectionSuccess__3G9xE .styles-module__popup__iTp7M{flex-direction:column;height:auto;padding-top:25px;padding-bottom:25px}.styles-module__MediaContainer__jcBRe .styles-module__player__kRQOI .styles-module__saveSectionSuccess__3G9xE .styles-module__popup__iTp7M span{display:block;max-width:300px}.styles-module__MediaContainer__jcBRe .styles-module__player__kRQOI .styles-module__timerOverlay__tEzw1{position:absolute;z-index:9999;inset:0;display:flex;justify-content:center;align-items:center;border-radius:8px;background-color:#0000004d}.styles-module__MediaContainer__jcBRe .styles-module__player__kRQOI .styles-module__timerOverlay__tEzw1 .styles-module__timer__6SdbX{display:flex;justify-content:center;align-items:center;width:183px;font-size:100px;color:#fff;font-weight:700;border:15px solid white;border-radius:50%}.styles-module__MediaContainer__jcBRe .styles-module__player__kRQOI video{position:relative;width:100%;height:calc(100vh / var(--zoom) - 342px - 91px - var(--header-height) + 80px);min-height:440px;object-fit:cover;object-fit:contain;border-radius:8px}.styles-module__MediaContainer__jcBRe .styles-module__player__kRQOI video.styles-module__absolute__Z8LTS{position:absolute;visibility:hidden}.styles-module__MediaContainer__jcBRe .styles-module__player__kRQOI .styles-module__audioRecorder__InU-C{width:100%;height:calc(100% - 45px);background-image:url(/assets/audio-background-Q7rzYEmI.png);background-size:cover;background-position:center}.styles-module__MediaContainer__jcBRe .styles-module__player__kRQOI .styles-module__recordingTime__YFNk9{position:absolute;z-index:1;bottom:19px;right:60px;color:#fff;font-weight:700}.styles-module__MediaContainer__jcBRe .styles-module__player__kRQOI .styles-module__recordIcon__Ihk60{position:absolute;z-index:1;top:40px;right:60px;display:flex;align-items:center;justify-content:space-between;width:53px;height:25px;padding-right:2px;padding-left:2px;color:#fff;text-align:right;font-weight:700;border:1px solid white}.styles-module__MediaContainer__jcBRe .styles-module__player__kRQOI .styles-module__recordIcon__Ihk60 .styles-module__red__t9f39{width:15px;height:15px;background-color:#f8585c;border-radius:50%;animation:styles-module__blink-animation__V9jMe 1s steps(2,start) infinite}@keyframes styles-module__blink-animation__V9jMe{to{visibility:hidden}}.styles-module__BigPopup__NePlh{position:absolute;z-index:2;inset:0;display:flex;justify-content:center;align-items:center}.styles-module__BigPopup__NePlh .styles-module__backdrop__PrTum{position:absolute;inset:0;background-color:#0000004d;border-radius:16px}.styles-module__BigPopup__NePlh .styles-module__popup__4uVlt{position:absolute;width:417px;height:auto;display:flex;flex-direction:column;justify-content:center;align-items:center;padding-top:25px;padding-bottom:25px;font-size:20px;font-weight:700;background-color:#fff;border-radius:10px}.styles-module__BigPopup__NePlh .styles-module__popup__4uVlt .styles-module__confirmButtonsContainer__Rr3Vl{display:flex;justify-content:flex-end;align-items:center;gap:24px;width:100%;margin-top:auto;padding-left:35px;padding-right:35px}.styles-module__BigPopup__NePlh .styles-module__popup__4uVlt .styles-module__confirmButtonsContainer__Rr3Vl button{width:178px;height:60px;font-weight:700;border-radius:10px;border:none}.styles-module__BigPopup__NePlh .styles-module__popup__4uVlt .styles-module__confirmButtonsContainer__Rr3Vl button.styles-module__confirmButton__VjEmR{background-color:#f8585c;color:#fff}.styles-module__BigPopup__NePlh .styles-module__popup__4uVlt .styles-module__confirmButtonsContainer__Rr3Vl button.styles-module__cancelButton__wfbJ7{background-color:transparent;border:1px solid #111111}.styles-module__BigPopup__NePlh .styles-module__popup__4uVlt .styles-module__singleButtonContainer__smSS5{width:100%;margin-top:auto;padding-left:35px;padding-right:35px}.styles-module__BigPopup__NePlh .styles-module__popup__4uVlt .styles-module__singleButtonContainer__smSS5 .styles-module__singleButton__z93L2{width:100%;height:60px;color:#fff;font-weight:700;background-color:#f8585c;border-radius:10px;border:none}.styles-module__BigPopup__NePlh .styles-module__popup__4uVlt .styles-module__closeIcon__fguZ-{position:absolute;right:10px;top:10px;cursor:pointer}.styles-module__BigPopup__NePlh .styles-module__popup__4uVlt span{display:block;max-width:300px}.styles-module__BigPopup__NePlh .styles-module__popup__4uVlt p{display:flex;justify-content:center;width:300px;margin:0;font-weight:400;text-align:center}.styles-module__BigPopup__NePlh .styles-module__popup__4uVlt .styles-module__loaderContainer__Ylksw{padding-top:10px}.styles-module__NoTitleWarningPopup__0wBsz{position:absolute;z-index:1;inset:0;display:flex;justify-content:center;align-items:center}.styles-module__NoTitleWarningPopup__0wBsz .styles-module__backdrop__rJ7Gg{position:absolute;inset:0;background-color:#0000004d}.styles-module__NoTitleWarningPopup__0wBsz .styles-module__popup__31q5s{position:absolute;width:417px;height:auto;display:flex;flex-direction:column;justify-content:center;align-items:center;padding-top:35px;padding-bottom:35px;font-size:20px;font-weight:700;background-color:#fff;border-radius:25px}.styles-module__NoTitleWarningPopup__0wBsz .styles-module__popup__31q5s .styles-module__closeIcon__-ELkM{position:absolute;top:20px;right:20px;cursor:pointer}.styles-module__NoTitleWarningPopup__0wBsz .styles-module__popup__31q5s span{display:block;max-width:300px}.styles-module__NoTitleWarningPopup__0wBsz .styles-module__popup__31q5s p{width:300px;margin:0;font-weight:400;text-align:center}.styles-module__NotePreview__6lckk{width:100%;height:calc(100vh / var(--zoom) - 342px - 91px - var(--header-height) + 100px);padding:20px;background-color:#000;overflow-y:auto;border-radius:6px}.styles-module__NotAllowedToDeleteSectionMessage__eeKZa{position:absolute;z-index:2;left:50%;top:50%;transform:translate(-50%,-50%);width:500px;background-color:#fff;border-radius:15px}.styles-module__NotAllowedToDeleteSectionMessage__eeKZa .styles-module__closeIcon__7AEz1{position:absolute;top:10px;right:10px;cursor:pointer}.styles-module__NotAllowedToDeleteSectionMessage__eeKZa .styles-module__content__s6P0O{display:flex;flex-direction:column;align-items:center;padding:72px 72px 44px}.styles-module__NotAllowedToDeleteSectionMessage__eeKZa .styles-module__content__s6P0O p{margin:0;font-family:Inter;font-style:normal;font-weight:700;font-size:28px;line-height:133%;color:#444}.styles-module__UserManagementPage__GXk7b .styles-module__errorMessage__GXguq,.styles-module__UserManagementPage__GXk7b .styles-module__loading__Ju9-4{padding:40px;text-align:center;color:#f8585c;font-size:18px}.styles-module__UserManagementPage__GXk7b .styles-module__loading__Ju9-4{color:#666}.styles-module__UserManagementPage__GXk7b .styles-module__header__SkDKz{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:18px;gap:20px}@media (max-width: 768px){.styles-module__UserManagementPage__GXk7b .styles-module__header__SkDKz{flex-direction:column;align-items:flex-start;gap:16px}}.styles-module__UserManagementPage__GXk7b .styles-module__header__SkDKz h1{margin:0;font-size:48px;font-weight:600;line-height:48px;color:var(--black-color)}@media (max-width: 768px){.styles-module__UserManagementPage__GXk7b .styles-module__header__SkDKz h1{font-size:24px;line-height:24px}}.styles-module__UserManagementPage__GXk7b .styles-module__searchContainer__U51V7{display:flex;justify-content:flex-end;align-items:center;margin-bottom:20px}.styles-module__UserManagementPage__GXk7b .styles-module__tableContainer__L3Y-O{display:flex;justify-content:center;overflow-x:auto;width:100%}@media (max-width: 768px){.styles-module__UserManagementPage__GXk7b .styles-module__tableContainer__L3Y-O{overflow-x:visible}}.styles-module__UserManagementPage__GXk7b .styles-module__loading__Ju9-4,.styles-module__UserManagementPage__GXk7b .styles-module__emptyState__zbFp1{padding:48px 0;text-align:center;color:#666;font-size:18px}.styles-module__UserManagementPage__GXk7b .styles-module__emptyState__zbFp1{display:flex;justify-content:center;align-items:center;width:100%;min-height:140px;text-align:center;flex-direction:column}.styles-module__UserManagementPage__GXk7b .styles-module__emptyRow__i3LsL td{padding:40px 12px;text-align:center;color:#666;font-size:18px}.styles-module__UserManagementPage__GXk7b .styles-module__table__GEbHr{width:100%;border-collapse:collapse}.styles-module__UserManagementPage__GXk7b .styles-module__table__GEbHr thead{height:50px}@media (max-width: 768px){.styles-module__UserManagementPage__GXk7b .styles-module__table__GEbHr thead{display:none}}.styles-module__UserManagementPage__GXk7b .styles-module__table__GEbHr thead th{padding:0 6px 20px;font-weight:600;font-size:24px;line-height:36px;color:var(--black);text-align:left}.styles-module__UserManagementPage__GXk7b .styles-module__table__GEbHr thead th:first-of-type{padding-left:0;width:30%}.styles-module__UserManagementPage__GXk7b .styles-module__table__GEbHr tbody tr{cursor:pointer}.styles-module__UserManagementPage__GXk7b .styles-module__table__GEbHr tbody tr:not(:last-of-type) td{border-bottom:1px solid rgba(0,0,0,.05)}@media (max-width: 768px){.styles-module__UserManagementPage__GXk7b .styles-module__table__GEbHr tbody tr:not(:last-of-type) td{border-bottom:none}}.styles-module__UserManagementPage__GXk7b .styles-module__table__GEbHr tbody tr:hover td{background-color:#f9f9f9}@media (max-width: 768px){.styles-module__UserManagementPage__GXk7b .styles-module__table__GEbHr tbody tr:hover td{background-color:transparent}}@media (max-width: 768px){.styles-module__UserManagementPage__GXk7b .styles-module__table__GEbHr tbody tr{display:block;padding:14px 16px;margin-bottom:12px;background-color:#fff;border:1px solid rgba(0,0,0,.05);border-radius:12px;transition:box-shadow .2s ease}.styles-module__UserManagementPage__GXk7b .styles-module__table__GEbHr tbody tr:active{box-shadow:0 2px 8px #0000001a}}.styles-module__UserManagementPage__GXk7b .styles-module__table__GEbHr tbody td{padding:12px 6px;font-weight:500;font-size:24px;line-height:36px;color:var(--text);transition:background-color .15s ease}.styles-module__UserManagementPage__GXk7b .styles-module__table__GEbHr tbody td:first-of-type{padding-left:0;width:30%}.styles-module__UserManagementPage__GXk7b .styles-module__table__GEbHr tbody td:last-of-type{min-width:280px}@media (max-width: 768px){.styles-module__UserManagementPage__GXk7b .styles-module__table__GEbHr tbody td:last-of-type{min-width:0}}@media (max-width: 768px){.styles-module__UserManagementPage__GXk7b .styles-module__table__GEbHr tbody td{display:flex;width:100%;padding:8px 0;border-bottom:1px solid rgba(0,0,0,.05);font-size:14px;line-height:20px}.styles-module__UserManagementPage__GXk7b .styles-module__table__GEbHr tbody td:first-of-type{padding-top:0;border-bottom:none;margin-bottom:6px}.styles-module__UserManagementPage__GXk7b .styles-module__table__GEbHr tbody td:last-of-type{padding-bottom:0;border-bottom:none;margin-top:8px}.styles-module__UserManagementPage__GXk7b .styles-module__table__GEbHr tbody td[data-label]:not([data-label=""]):before{content:attr(data-label) ": ";font-weight:600;color:#666;margin-right:6px;flex-shrink:0;min-width:85px;font-size:13px}.styles-module__UserManagementPage__GXk7b .styles-module__table__GEbHr tbody td[data-label=""]{border-bottom:none}}.styles-module__UserManagementPage__GXk7b .styles-module__userRow__QrkLg.styles-module__clickableRow__PH0cW{cursor:pointer}.styles-module__UserManagementPage__GXk7b .styles-module__nameCell__BY5Fi{width:26%}.styles-module__UserManagementPage__GXk7b .styles-module__emailCell__24DGL,.styles-module__UserManagementPage__GXk7b .styles-module__titleCell__oBC61,.styles-module__UserManagementPage__GXk7b .styles-module__roleCell__XW2AB,.styles-module__UserManagementPage__GXk7b .styles-module__actionsCell__fDE94{width:18%}.styles-module__UserManagementPage__GXk7b .styles-module__userInfo__TswXb{display:flex;align-items:center;gap:12px}.styles-module__UserManagementPage__GXk7b .styles-module__userAvatar__6ls8q{width:44px;height:44px;border-radius:50%;object-fit:cover;border:3px solid rgba(245,101,140,.18)}.styles-module__UserManagementPage__GXk7b .styles-module__roleSelect__i94ll{padding:10px 12px;border:1px solid #cccccc;border-radius:8px;font-size:16px;font-weight:500;background-color:#fff;cursor:pointer;text-transform:capitalize;min-width:170px}.styles-module__UserManagementPage__GXk7b .styles-module__roleSelect__i94ll:hover{border-color:#111}.styles-module__UserManagementPage__GXk7b .styles-module__roleBadge__-heJi{padding:8px 12px;background-color:#f3f4f6;border-radius:8px;font-size:16px;font-weight:600;text-transform:capitalize;color:#444}.styles-module__UserManagementPage__GXk7b .styles-module__actions__S921R{display:flex;gap:12px;align-items:center;flex-wrap:nowrap}.styles-module__UserManagementPage__GXk7b .styles-module__actions__S921R button{min-width:auto;white-space:nowrap}.styles-module__UserManagementPage__GXk7b .styles-module__actions__S921R .styles-module__reactivateButton__4T-B3{background-color:#000;border-color:#000;color:#fff}.styles-module__UserManagementPage__GXk7b .styles-module__actions__S921R .styles-module__reactivateButton__4T-B3:hover:not(:disabled){background-color:#111;border-color:#111}.styles-module__UserManagementPage__GXk7b .styles-module__actions__S921R .styles-module__reactivateButton__4T-B3:disabled{opacity:.6}.styles-module__UserManagementPage__GXk7b .styles-module__paginationContainer__Nhyl0{margin-top:24px}.styles-module__UserManagementPage__GXk7b .styles-module__userInfoCard__yxB4T{padding:28px 32px;margin-bottom:32px;border-radius:24px;background-color:#fff;width:100%;max-width:100%;box-sizing:border-box}@media (max-width: 768px){.styles-module__UserManagementPage__GXk7b .styles-module__userInfoCard__yxB4T{padding:20px}}.styles-module__UserManagementPage__GXk7b .styles-module__userInfoHeader__I048x{display:flex;justify-content:space-between;align-items:flex-start;gap:24px}@media (max-width: 768px){.styles-module__UserManagementPage__GXk7b .styles-module__userInfoHeader__I048x{flex-direction:column;gap:16px}}.styles-module__UserManagementPage__GXk7b .styles-module__userInfoContent__zjneq{display:flex;align-items:center;gap:18px;flex:1}.styles-module__UserManagementPage__GXk7b .styles-module__userInfoAvatar__1196m{width:76px;height:76px;border-radius:50%;object-fit:cover;border:3px solid rgba(245,101,140,.18);flex-shrink:0}.styles-module__UserManagementPage__GXk7b .styles-module__userInfoDetails__pNGIy{display:flex;flex-direction:column;gap:6px;flex:1}.styles-module__UserManagementPage__GXk7b .styles-module__userInfoName__VSIk4{margin:0;font-size:28px;font-weight:600;line-height:34px;color:var(--black)}.styles-module__UserManagementPage__GXk7b .styles-module__userInfoEmail__bIcqL{font-size:16px;color:#444;text-decoration:none;transition:color .2s}.styles-module__UserManagementPage__GXk7b .styles-module__userInfoEmail__bIcqL:hover{color:#111;text-decoration:underline}.styles-module__UserManagementPage__GXk7b .styles-module__userInfoTitle__sTfs1{font-size:15px;color:#666}.styles-module__UserManagementPage__GXk7b .styles-module__userInfoRole__CwfCu{display:flex;align-items:center;flex-shrink:0}.styles-module__UserManagementPage__GXk7b .styles-module__permissionsRoleSelect__68vuY{display:flex;flex-direction:column;align-items:flex-end;gap:8px;min-width:200px}@media (max-width: 768px){.styles-module__UserManagementPage__GXk7b .styles-module__permissionsRoleSelect__68vuY{align-items:flex-start;width:100%}}.styles-module__UserManagementPage__GXk7b .styles-module__permissionsRoleSelect__68vuY .styles-module__roleSelect__i94ll{padding:8px 12px;border:1px solid #cccccc;border-radius:8px;font-size:16px;font-weight:500;background-color:#fff;cursor:pointer;text-transform:capitalize;width:100%;min-width:200px;height:52px;box-sizing:border-box}.styles-module__UserManagementPage__GXk7b .styles-module__permissionsRoleSelect__68vuY .styles-module__roleSelect__i94ll:hover{border-color:#111}.styles-module__UserManagementPage__GXk7b .styles-module__permissionsRoleSelect__68vuY .styles-module__roleSelect__i94ll.styles-module__error__d7V6I{border-color:#f8585c}.styles-module__UserManagementPage__GXk7b .styles-module__permissionsRoleSelect__68vuY .styles-module__errorText__IYuy4{font-size:13px;color:#f8585c;margin-top:4px}.styles-module__UserManagementPage__GXk7b .styles-module__permissionsLoading__G1BxJ{padding:48px 20px;text-align:center;border-radius:14px;background-color:#fafafa;font-size:16px;color:#444}.styles-module__UserManagementPage__GXk7b .styles-module__permissionsPagination__vI1j-{margin-top:16px;display:flex;justify-content:center}.styles-module__UserManagementPage__GXk7b .styles-module__errorMessage__GXguq{padding:40px;text-align:center;color:#f8585c;font-size:18px}.styles-module__UserManagementPage__GXk7b .styles-module__permissionGroup__26sgW{padding:28px 32px;margin-bottom:32px;border-radius:24px;background-color:#fff;width:100%;max-width:100%;box-sizing:border-box}@media (max-width: 768px){.styles-module__UserManagementPage__GXk7b .styles-module__permissionGroup__26sgW{padding:20px}}.styles-module__UserManagementPage__GXk7b .styles-module__permissionGroupHeader__Vwcnd{display:flex;justify-content:space-between;gap:12px;align-items:baseline;margin-bottom:20px}.styles-module__UserManagementPage__GXk7b .styles-module__permissionGroupHeader__Vwcnd h3{margin:0;font-size:24px;font-weight:600;line-height:30px;color:var(--black)}.styles-module__UserManagementPage__GXk7b .styles-module__permissionGroupHeader__Vwcnd .styles-module__permissionGroupCount__QWaq-{font-size:14px;color:#666;font-weight:500}.styles-module__UserManagementPage__GXk7b .styles-module__permissionInfoBanner__2kWGM{margin-bottom:20px;padding:16px 20px;background-color:#f0f9ff;border:1px solid rgba(59,130,246,.2);border-radius:12px;font-size:14px;line-height:1.6;color:#1e40af}.styles-module__UserManagementPage__GXk7b .styles-module__permissionInfoBanner__2kWGM .styles-module__infoBannerContent__fz-Hd strong{font-weight:600;color:#1e40af}.styles-module__UserManagementPage__GXk7b .styles-module__permissionsEmpty__J-UX-,.styles-module__UserManagementPage__GXk7b .styles-module__permissionsError__Eyq3c{margin:0;padding:24px 0;font-size:16px;color:#666;text-align:center}.styles-module__UserManagementPage__GXk7b .styles-module__permissionsError__Eyq3c{color:#f8585c}.styles-module__UserManagementPage__GXk7b .styles-module__permissionItems__cT-jw{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:0}.styles-module__UserManagementPage__GXk7b .styles-module__permissionItem__E2PvG{display:flex;justify-content:space-between;align-items:center;gap:24px;padding:16px 0;border-bottom:1px solid rgba(0,0,0,.05)}.styles-module__UserManagementPage__GXk7b .styles-module__permissionItem__E2PvG:first-child{padding-top:0}.styles-module__UserManagementPage__GXk7b .styles-module__permissionItem__E2PvG:last-child{border-bottom:none;padding-bottom:0}@media (max-width: 768px){.styles-module__UserManagementPage__GXk7b .styles-module__permissionItem__E2PvG{flex-direction:column;align-items:flex-start;gap:12px;padding:16px 0}}.styles-module__UserManagementPage__GXk7b .styles-module__permissionItemDetails__e9iSt{display:flex;flex-direction:column;gap:6px;flex:1}.styles-module__UserManagementPage__GXk7b .styles-module__permissionResourceName__JBsjI{font-size:18px;font-weight:600;line-height:24px;color:var(--black)}.styles-module__UserManagementPage__GXk7b .styles-module__permissionHint__KkNGt{margin:0;font-size:14px;line-height:20px;color:#666}.styles-module__UserManagementPage__GXk7b .styles-module__permissionBadge__Mx6j6{padding:8px 18px;border-radius:999px;font-size:14px;font-weight:600;text-transform:capitalize;background-color:#f5658c1f;color:#f5658c;white-space:nowrap;flex-shrink:0}@media (max-width: 768px){.styles-module__UserManagementPage__GXk7b .styles-module__permissionBadge__Mx6j6{align-self:flex-start}}.styles-module__UserManagementPage__GXk7b .styles-module__permissionBadgePrimary__chAOk{background-color:#f5658c;color:#fff;border:none}.styles-module__UserManagementPage__GXk7b .styles-module__editForm__bMxc0{margin-top:28px}.styles-module__UserManagementPage__GXk7b .styles-module__editFormRow__QNIXb{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-bottom:24px}@media (max-width: 768px){.styles-module__UserManagementPage__GXk7b .styles-module__editFormRow__QNIXb{grid-template-columns:1fr;gap:16px}}.styles-module__UserManagementPage__GXk7b .styles-module__editFormCol__KlN5n{display:flex;flex-direction:column;gap:8px}.styles-module__UserManagementPage__GXk7b .styles-module__formTitle__S8vj6{margin-bottom:8px}.styles-module__UserManagementPage__GXk7b .styles-module__formTitle__S8vj6 h3{margin:0;font-size:16px;font-weight:500;color:var(--black)}.styles-module__UserManagementPage__GXk7b .styles-module__formTitle__S8vj6 .styles-module__errorText__IYuy4{color:#f8585c;font-weight:400}.styles-module__UserManagementPage__GXk7b .styles-module__editFormActions__DVRa9{display:flex;justify-content:flex-end;align-items:center;gap:12px;margin-top:32px;padding-top:24px;border-top:1px solid #f0f0f0}@media (max-width: 768px){.styles-module__UserManagementPage__GXk7b .styles-module__editFormActions__DVRa9{flex-direction:column-reverse;gap:12px}}.styles-module__UserManagementPage__GXk7b .styles-module__cancelFormButton__-vlg0{padding:12px 24px;border:1px solid #e6e6e6;border-radius:7px;background-color:#fff;color:#444;font-size:16px;font-weight:500;cursor:pointer;transition:all .2s}.styles-module__UserManagementPage__GXk7b .styles-module__cancelFormButton__-vlg0:hover:not(:disabled){border-color:#f5658c;color:#f5658c}.styles-module__UserManagementPage__GXk7b .styles-module__cancelFormButton__-vlg0:disabled{opacity:.5;cursor:not-allowed}.styles-module__OrganizationProfilePage__QmAxF .styles-module__errorMessage__Rpxkt,.styles-module__OrganizationProfilePage__QmAxF .styles-module__loading__1l30L{padding:40px;text-align:center;color:#f8585c;font-size:18px}.styles-module__OrganizationProfilePage__QmAxF .styles-module__loading__1l30L{color:#666}.styles-module__OrganizationProfilePage__QmAxF form{max-width:786px;display:flex;flex-direction:column;row-gap:31px;padding-bottom:114px}@media (max-width: 768px){.styles-module__OrganizationProfilePage__QmAxF form{padding-bottom:60px}}.styles-module__OrganizationProfilePage__QmAxF form h1{margin-bottom:18px;font-size:48px;font-weight:600;line-height:48px;color:var(--black-color)}@media (max-width: 768px){.styles-module__OrganizationProfilePage__QmAxF form h1{margin-bottom:0;font-size:24px;line-height:24px}}.styles-module__OrganizationProfilePage__QmAxF form .styles-module__row__2mu7c{display:flex;align-items:center;column-gap:19px}@media (max-width: 768px){.styles-module__OrganizationProfilePage__QmAxF form .styles-module__row__2mu7c{flex-direction:column;gap:31px}}.styles-module__OrganizationProfilePage__QmAxF form .styles-module__confirmButtonContainer__KhXAE{align-self:flex-end;margin-top:47px}@media (max-width: 768px){.styles-module__OrganizationProfilePage__QmAxF form .styles-module__confirmButtonContainer__KhXAE{margin-top:0}}.styles-module__OrganizationSettingsPage__0ITce{min-height:calc(100vh / var(--zoom) - var(--header-height))}.styles-module__OrganizationSettingsPage__0ITce .styles-module__container__spOLj{display:flex;gap:40px;padding:25px 42px 16px}@media (max-width: 768px){.styles-module__OrganizationSettingsPage__0ITce .styles-module__container__spOLj{padding-top:0;padding-left:20px;padding-right:20px;flex-direction:column}}.styles-module__OrganizationSettingsPage__0ITce .styles-module__container__spOLj .styles-module__sidebar__C3i-a{min-width:250px;padding:0;margin:0}.styles-module__OrganizationSettingsPage__0ITce .styles-module__container__spOLj .styles-module__sidebar__C3i-a .styles-module__pageTitle__Lp4bJ{margin:0 0 30px;font-size:24px;font-weight:500;line-height:36px;color:var(--black)}.styles-module__OrganizationSettingsPage__0ITce .styles-module__container__spOLj .styles-module__sidebar__C3i-a .styles-module__submenu__UO7Jw{display:flex;flex-direction:column;gap:0;list-style:none;padding:0;margin-top:50px}.styles-module__OrganizationSettingsPage__0ITce .styles-module__container__spOLj .styles-module__sidebar__C3i-a .styles-module__submenu__UO7Jw .styles-module__separator__WQgXC{height:1px;background-color:#e0e0e0;margin:8px 0}.styles-module__OrganizationSettingsPage__0ITce .styles-module__container__spOLj .styles-module__sidebar__C3i-a .styles-module__submenu__UO7Jw .styles-module__submenuItem__ZwfgK{display:flex;align-items:center;gap:12px;padding:12px;text-align:left;border:none;background:none;font-size:20px;font-weight:300;line-height:30px;color:#666;cursor:pointer;border-radius:5px;transition:all .2s}.styles-module__OrganizationSettingsPage__0ITce .styles-module__container__spOLj .styles-module__sidebar__C3i-a .styles-module__submenu__UO7Jw .styles-module__submenuItem__ZwfgK .styles-module__menuIcon__pyqSY{width:20px;height:20px;flex-shrink:0;transition:filter .2s}.styles-module__OrganizationSettingsPage__0ITce .styles-module__container__spOLj .styles-module__sidebar__C3i-a .styles-module__submenu__UO7Jw .styles-module__submenuItem__ZwfgK:hover{background-color:#f8f8f8;color:var(--black)}.styles-module__OrganizationSettingsPage__0ITce .styles-module__container__spOLj .styles-module__sidebar__C3i-a .styles-module__submenu__UO7Jw .styles-module__submenuItem__ZwfgK.styles-module__active__zhcLy{background-color:#f8f8f8;color:#f8585c;font-weight:400}.styles-module__OrganizationSettingsPage__0ITce .styles-module__container__spOLj .styles-module__sidebar__C3i-a .styles-module__submenu__UO7Jw .styles-module__submenuItem__ZwfgK.styles-module__active__zhcLy .styles-module__userManagementIcon__5Gc0C{filter:brightness(0) saturate(100%) invert(27%) sepia(95%) saturate(7471%) hue-rotate(346deg) brightness(95%) contrast(89%)}.styles-module__OrganizationSettingsPage__0ITce .styles-module__container__spOLj .styles-module__content__f7ZOo{flex:1;min-width:0}.styles-module__SuperAdminPage__uNcsd{min-height:calc(100vh / var(--zoom) - var(--header-height));display:flex}.styles-module__container__pZG0s{flex:1;min-height:calc(100vh / var(--zoom) - 204px);padding:16px 42px;display:flex;flex-direction:column}@media (max-width: 768px){.styles-module__container__pZG0s{min-height:calc(100vh / var(--zoom) - 244px);padding-left:20px;padding-right:20px}}.styles-module__breadcrumbsContainer__R0FpD{margin-bottom:32px}@media (max-width: 768px){.styles-module__breadcrumbsContainer__R0FpD{margin-bottom:16px}}.styles-module__subtitle__jVJle{margin:8px 0 0;font-weight:500;font-size:18px;line-height:28px;color:#444}@media (max-width: 768px){.styles-module__subtitle__jVJle{font-size:16px;line-height:24px}}.styles-module__actionsRow__hRRIY{display:flex;justify-content:flex-end;margin-bottom:24px}.styles-module__sectionCard__adzzO{padding:28px 32px;margin-bottom:32px;border:1px solid rgba(0,0,0,.05);border-radius:24px;background-color:#fff;width:100%;max-width:100%;box-sizing:border-box}@media (max-width: 768px){.styles-module__sectionCard__adzzO{padding:20px}}.styles-module__sectionHeader__yAI8U{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:24px;gap:24px;flex-wrap:wrap}.styles-module__sectionHeader__yAI8U h3{margin:4px 0 0;font-size:28px;line-height:34px;font-weight:600;color:var(--black)}.styles-module__sectionHeader__yAI8U p{margin:4px 0 0;color:#666;font-size:14px}@media (max-width: 768px){.styles-module__sectionHeader__yAI8U{flex-direction:column;align-items:flex-start;gap:12px}}.styles-module__impersonationBanner__QwVFe{background:#fffbe6;border:1px solid #ffe58f;color:#8b6b00;padding:14px 20px;border-radius:16px;display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;flex-wrap:wrap;gap:12px;font-size:27px;line-height:1.2}@media (max-width: 768px){.styles-module__impersonationBanner__QwVFe{font-size:21px}}.styles-module__impersonationBanner__QwVFe strong{font-weight:600}.styles-module__bannerButton__Bkdwb{background:transparent;border:1px solid #8b6b00;color:#8b6b00;border-radius:999px;padding:8px 18px;font-weight:600;cursor:pointer}.styles-module__bannerButton__Bkdwb:disabled{opacity:.6;cursor:not-allowed}.styles-module__tableContainer__Jmsjq{display:flex;justify-content:center;overflow-x:auto;width:100%}@media (max-width: 768px){.styles-module__tableContainer__Jmsjq{overflow-x:visible}}.styles-module__table__GbQk8{width:100%;border-collapse:collapse}.styles-module__table__GbQk8 thead{height:50px}@media (max-width: 768px){.styles-module__table__GbQk8 thead{display:none}}.styles-module__table__GbQk8 thead th{padding:0 6px 28px;font-weight:500;font-size:24px;line-height:36px;color:var(--black);text-align:left}.styles-module__table__GbQk8 thead th:first-of-type{padding-left:0}.styles-module__table__GbQk8 tbody tr{position:relative;cursor:pointer;z-index:0}.styles-module__table__GbQk8 tbody tr:not(:last-of-type):not(:hover):after{content:"";position:absolute;left:8px;right:8px;bottom:0;height:1px;background-color:#0000000d}@media (max-width: 768px){.styles-module__table__GbQk8 tbody tr:not(:last-of-type):not(:hover):after{display:none}}@media (max-width: 768px){.styles-module__table__GbQk8 tbody tr{display:block;padding:14px 16px;margin-bottom:12px;background-color:#fff;border:1px solid rgba(0,0,0,.05);border-radius:12px;cursor:pointer;transition:box-shadow .2s ease}.styles-module__table__GbQk8 tbody tr:active{box-shadow:0 2px 8px #0000001a}}.styles-module__table__GbQk8 tbody td{position:relative;padding:12px 6px;font-weight:500;font-size:24px;line-height:36px;color:var(--text)}.styles-module__table__GbQk8 tbody td:first-of-type{padding-left:0}@media (max-width: 768px){.styles-module__table__GbQk8 tbody td{padding:8px 0;font-size:18px;line-height:26px;display:block;border-bottom:none}.styles-module__table__GbQk8 tbody td:not(:last-of-type){margin-bottom:8px}}.styles-module__nameCell__6pERf{width:40%;padding-left:0}@media (max-width: 768px){.styles-module__nameCell__6pERf{width:100%}}.styles-module__nameCell__6pERf .styles-module__nameContent__PUAgf{display:flex;flex-direction:column;gap:6px}.styles-module__nameCell__6pERf .styles-module__nameContent__PUAgf h3{margin:0;font-size:24px;font-weight:600;line-height:36px;color:var(--black)}@media (max-width: 768px){.styles-module__nameCell__6pERf .styles-module__nameContent__PUAgf h3{font-size:18px;line-height:26px}}.styles-module__locationCell__5R4-S{width:35%}@media (max-width: 768px){.styles-module__locationCell__5R4-S{width:100%;padding-top:8px}}.styles-module__dateCell__ogBwk{width:20%}@media (max-width: 768px){.styles-module__dateCell__ogBwk{width:100%;padding-top:8px}}.styles-module__actionsCell__sgauE{width:25%}@media (max-width: 768px){.styles-module__actionsCell__sgauE{width:100%;padding-top:12px}}.styles-module__actionsButtons__nVztu{display:flex;gap:12px;align-items:center}@media (max-width: 768px){.styles-module__actionsButtons__nVztu{flex-direction:column;width:100%}.styles-module__actionsButtons__nVztu button{width:100%}}.styles-module__loadingState__Ai-P6,.styles-module__emptyState__abVWw{text-align:center;padding:60px 20px;color:#666;font-size:16px}@media (max-width: 768px){.styles-module__loadingState__Ai-P6,.styles-module__emptyState__abVWw{padding:40px 20px;font-size:14px}}.styles-module__pagination__vC41I{display:flex;justify-content:flex-end;margin-top:16px}.styles-module__detailEyebrow__HXtD9{margin:0;font-size:14px;font-weight:500;text-transform:uppercase;letter-spacing:.5px;color:#666}.styles-module__detailAddress__vs-m-{margin:4px 0 0;color:#666;font-size:16px;line-height:24px}.styles-module__detailMeta__UHPFh{min-width:160px;padding:12px 16px;border-radius:16px;background:#f5f5fb;text-align:right}.styles-module__formGrid__wRDQ2{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px}.styles-module__actions__QM-Pc{display:flex;flex-wrap:wrap;gap:16px}.styles-module__ownerSection__gHKrv{margin-top:16px;padding-top:16px;border-top:1px solid rgba(0,0,0,.05)}.styles-module__ownerPlaceholder__hlFbh{color:#666;font-size:14px}.styles-module__ownerHeader__zn3le{display:flex;justify-content:space-between;align-items:center}.styles-module__ownerName__pyDwM{font-weight:600;color:var(--black)}.styles-module__ownerList__86OSU{list-style:none;margin:16px 0 0;padding:0;display:flex;flex-direction:column;gap:12px}.styles-module__ownerList__86OSU li{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;border:1px solid rgba(0,0,0,.05);border-radius:12px;background:#fafafd}.styles-module__statusBadge__aY-bp{display:inline-flex;align-items:center;padding:6px 18px;border-radius:999px;font-size:16px;line-height:24px;text-transform:capitalize;font-weight:500}.styles-module__statusBadge__aY-bp[data-status=owner]{background-color:#6cc0732e;color:#1f7a2e}.styles-module__statusBadge__aY-bp[data-status=active]{background-color:#fdb25826;color:#c05500}.styles-module__ownerForm__doGJT{margin-top:16px;padding:16px;border:1px solid rgba(0,0,0,.05);border-radius:16px;background:#fefefe}.styles-module__ownerForm__doGJT h5{margin:0}.styles-module__ownerForm__doGJT p{color:#666;margin:6px 0 12px;font-size:14px}.styles-module__OrganizationDetailPage__cdvTR{min-height:calc(100vh / var(--zoom) - var(--header-height));display:flex}.styles-module__container__TpJZZ{flex:1;min-height:calc(100vh / var(--zoom) - 204px);padding:16px 42px;display:flex;flex-direction:column}@media (max-width: 768px){.styles-module__container__TpJZZ{min-height:calc(100vh / var(--zoom) - 244px);padding-left:20px;padding-right:20px}}.styles-module__breadcrumbsContainer__0x8oT{margin-bottom:16px}.styles-module__headerCard__uC-39{display:flex;flex-direction:column;gap:20px;padding:28px 32px;border-radius:24px;background-color:#fff;margin-bottom:32px;width:100%;max-width:100%;box-sizing:border-box}@media (max-width: 768px){.styles-module__headerCard__uC-39{padding:22px;gap:16px}}.styles-module__headerTop__4JnTU{display:flex;align-items:flex-start;justify-content:space-between;gap:20px}@media (max-width: 768px){.styles-module__headerTop__4JnTU{flex-direction:column;align-items:flex-start}}.styles-module__headerInfo__FHtbu{display:flex;flex-direction:column;gap:10px}.styles-module__headerInfo__FHtbu h1{margin:0;font-size:48px;line-height:72px;color:var(--black)}@media (max-width: 768px){.styles-module__headerInfo__FHtbu h1{font-size:32px;line-height:48px}}.styles-module__headerInfo__FHtbu .styles-module__subtitle__--LbH{margin:0;font-size:16px;line-height:24px;color:#6b6b6b}.styles-module__headerActions__F8deM{display:flex;gap:12px}.styles-module__headerActions__F8deM button{white-space:nowrap}@media (max-width: 768px){.styles-module__headerActions__F8deM,.styles-module__headerActions__F8deM button{width:100%}}.styles-module__sectionCard__KpbCc{padding:28px 32px;margin-bottom:32px;border-radius:24px;background-color:#fff;width:100%;max-width:100%;box-sizing:border-box}@media (max-width: 768px){.styles-module__sectionCard__KpbCc{padding:20px}}.styles-module__sectionHeader__PMS9-{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.styles-module__sectionHeader__PMS9- h3{margin:0;font-size:28px;line-height:34px}@media (max-width: 768px){.styles-module__sectionHeader__PMS9-{flex-direction:column;align-items:flex-start;gap:12px}.styles-module__sectionHeader__PMS9- button{width:100%}}.styles-module__sectionTitle__cPWde{display:inline-flex;align-items:center;gap:12px}.styles-module__sectionIcon__vY-uv{display:inline-flex;align-items:center;justify-content:center}.styles-module__sectionIcon__vY-uv img{width:24px;height:24px}.styles-module__tableContainer__4VqQk{display:flex;justify-content:center;overflow-x:auto;width:100%}@media (max-width: 768px){.styles-module__tableContainer__4VqQk{overflow-x:visible}}.styles-module__table__l3XgM{width:100%;border-collapse:collapse}.styles-module__table__l3XgM thead{height:50px}@media (max-width: 768px){.styles-module__table__l3XgM thead{display:none}}.styles-module__table__l3XgM thead th{padding:0 6px 28px;font-weight:500;font-size:24px;line-height:36px;color:var(--black);text-align:left}.styles-module__table__l3XgM thead th:first-of-type{padding-left:0}.styles-module__table__l3XgM tbody tr{cursor:pointer}.styles-module__table__l3XgM tbody tr:not(:last-of-type) td{border-bottom:1px solid rgba(0,0,0,.05)}@media (max-width: 768px){.styles-module__table__l3XgM tbody tr:not(:last-of-type) td{border-bottom:none}}.styles-module__table__l3XgM tbody tr:hover td{background-color:#f9f9f9}@media (max-width: 768px){.styles-module__table__l3XgM tbody tr:hover td{background-color:transparent}}@media (max-width: 768px){.styles-module__table__l3XgM tbody tr{display:block;padding:14px 16px;margin-bottom:12px;background-color:#fff;border:1px solid rgba(0,0,0,.05);border-radius:12px;cursor:pointer;transition:box-shadow .2s ease}.styles-module__table__l3XgM tbody tr:active{box-shadow:0 2px 8px #0000001a}}.styles-module__table__l3XgM tbody td{padding:12px 6px;font-weight:500;font-size:24px;line-height:36px;color:var(--text);transition:background-color .15s ease}.styles-module__table__l3XgM tbody td:first-of-type{padding-left:0;width:35%}@media (max-width: 768px){.styles-module__table__l3XgM tbody td{display:flex;width:100%;padding:8px 0;border-bottom:1px solid rgba(0,0,0,.05);font-size:14px;line-height:20px}.styles-module__table__l3XgM tbody td:first-of-type{padding-top:0;border-bottom:none;margin-bottom:6px}.styles-module__table__l3XgM tbody td:last-of-type{padding-bottom:0;border-bottom:none;margin-top:8px}.styles-module__table__l3XgM tbody td[data-label]:not([data-label=""]):before{content:attr(data-label) ": ";font-weight:600;color:#666;margin-right:6px;flex-shrink:0;min-width:85px;font-size:13px}.styles-module__table__l3XgM tbody td[data-label=""]{border-bottom:none}}.styles-module__detailMeta__MnNMv{min-width:160px;padding:12px 16px;border-radius:16px;background:#f5f5fb;text-align:right}.styles-module__detailMeta__MnNMv span{display:block;font-size:12px;color:#666;margin-bottom:4px}.styles-module__detailMeta__MnNMv strong{display:block;font-size:16px;font-weight:600;color:var(--black)}.styles-module__infoGrid__gai9x{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:24px}@media (max-width: 768px){.styles-module__infoGrid__gai9x{grid-template-columns:1fr;gap:16px}}.styles-module__infoItem__cOLjH{display:flex;flex-direction:column;gap:8px}.styles-module__infoLabel__YeZ8f{font-size:14px;font-weight:500;color:#666;text-transform:uppercase;letter-spacing:.5px}.styles-module__infoValue__Oi8Vb{font-size:18px;font-weight:500;color:var(--black)}.styles-module__actions__eQGTz{display:flex;gap:16px;flex-wrap:wrap;justify-content:flex-end}@media (max-width: 768px){.styles-module__actions__eQGTz{flex-direction:column}.styles-module__actions__eQGTz button{width:100%}}.styles-module__statusBadge__Y38ki{display:inline-flex;align-items:center;padding:6px 18px;border-radius:999px;font-size:16px;line-height:24px;text-transform:capitalize;font-weight:500}.styles-module__statusBadge__Y38ki[data-status=owner]{background-color:#6cc0732e;color:#1f7a2e}.styles-module__statusBadge__Y38ki[data-status=active]{background-color:#fdb25826;color:#c05500}.styles-module__ownerPlaceholder__38p18{color:#666;font-size:14px;padding:20px 0}.styles-module__ownerForm__zyzoU{margin-top:16px;padding:16px;border:1px solid rgba(0,0,0,.05);border-radius:16px;background:#fefefe}.styles-module__ownerForm__zyzoU h5{margin:0 0 8px;font-size:18px;font-weight:600}.styles-module__ownerForm__zyzoU p{color:#666;margin:0 0 16px;font-size:14px}.styles-module__formGrid__Z0i2s{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px;margin-bottom:24px}@media (max-width: 768px){.styles-module__formGrid__Z0i2s{grid-template-columns:1fr;gap:16px}}.styles-module__loaderContainer__RvxHL{display:flex;justify-content:center;align-items:center;min-height:400px}.styles-module__emptyState__R4Cu3{text-align:center;padding:60px 20px;color:#666;font-size:16px}.styles-module__metricsGrid__Pi5jK{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;width:100%}@media (max-width: 768px){.styles-module__metricsGrid__Pi5jK{grid-template-columns:1fr;gap:12px}}.styles-module__metricCard__RoRfu{border:none;border-radius:16px;padding:29px 36px 31px;display:flex;flex-direction:column;gap:10px;background-color:#f8f8f8;min-height:263px;justify-content:flex-start}@media (max-width: 768px){.styles-module__metricCard__RoRfu[style*="grid-column: span 2"]{grid-column:span 1!important}}.styles-module__metricValue__DrKNi{font-size:48px;line-height:72px;font-weight:600;color:var(--primary)}.styles-module__metricLabel__7SFyO{font-size:24px;line-height:36px;font-weight:600;color:var(--black)}.styles-module__metricDescription__GDw-u{margin:0;font-size:18px;line-height:27px;color:var(--text)}.styles-module__sectionCard__LBOOS{padding:28px 32px;margin-bottom:32px;border:1px solid rgba(0,0,0,.05);border-radius:24px;background-color:#fff;width:100%;max-width:100%;box-sizing:border-box}@media (max-width: 768px){.styles-module__sectionCard__LBOOS{padding:20px}}.styles-module__sectionHeader__QnNsF{margin-bottom:32px}.styles-module__sectionHeader__QnNsF h3{margin:0;font-size:36px;line-height:44px;font-weight:600;color:var(--black)}@media (max-width: 768px){.styles-module__sectionHeader__QnNsF h3{font-size:28px;line-height:34px}}.styles-module__formGrid__oq83i{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px;margin-bottom:32px}@media (max-width: 768px){.styles-module__formGrid__oq83i{grid-template-columns:1fr;gap:16px}}.styles-module__featureFlagsGrid__Q3DHb{display:flex;flex-direction:column;gap:24px}.styles-module__featureFlagItem__kvtWg{display:flex;justify-content:space-between;align-items:center;padding:16px 0;border-bottom:1px solid rgba(0,0,0,.05)}.styles-module__featureFlagItem__kvtWg:last-child{border-bottom:none}@media (max-width: 768px){.styles-module__featureFlagItem__kvtWg{flex-direction:column;align-items:flex-start;gap:12px}}.styles-module__featureFlagInfo__9I3mA{flex:1}.styles-module__featureFlagInfo__9I3mA h4{margin:0 0 4px;font-size:18px;font-weight:600;color:var(--black)}.styles-module__featureFlagInfo__9I3mA p{margin:0;font-size:14px;color:#666;line-height:1.4}.styles-module__storageQuotaContainer__RPQqN{display:flex;flex-direction:column;gap:16px}@media (max-width: 768px){.styles-module__storageQuotaContainer__RPQqN{gap:12px}}.styles-module__storageQuotaInfo__MH2Lz h4{margin:0 0 8px;font-size:18px;font-weight:600;color:var(--black)}.styles-module__storageQuotaInfo__MH2Lz p{margin:0;font-size:14px;color:#666;line-height:1.4}.styles-module__OrganizationEditPage__aK1fF{min-height:calc(100vh / var(--zoom) - var(--header-height));display:flex}.styles-module__container__jlSbp{flex:1;min-height:calc(100vh / var(--zoom) - 204px);padding:16px 42px;display:flex;flex-direction:column}@media (max-width: 768px){.styles-module__container__jlSbp{min-height:calc(100vh / var(--zoom) - 244px);padding-left:20px;padding-right:20px}}.styles-module__breadcrumbsContainer__bkdGk{margin-bottom:32px}@media (max-width: 768px){.styles-module__breadcrumbsContainer__bkdGk{margin-bottom:16px}}.styles-module__sectionCard__taacg{padding:28px 32px;margin-bottom:32px;border:1px solid rgba(0,0,0,.05);border-radius:24px;background-color:#fff;width:100%;max-width:100%;box-sizing:border-box}@media (max-width: 768px){.styles-module__sectionCard__taacg{padding:20px}}.styles-module__sectionHeader__z9FXZ{margin-bottom:32px}.styles-module__sectionHeader__z9FXZ h3{margin:0;font-size:36px;line-height:44px;font-weight:600;color:var(--black)}@media (max-width: 768px){.styles-module__sectionHeader__z9FXZ h3{font-size:28px;line-height:34px}}.styles-module__formGrid__I9lG2{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px;margin-bottom:32px}@media (max-width: 768px){.styles-module__formGrid__I9lG2{grid-template-columns:1fr;gap:16px}}.styles-module__actions__aCfN7{display:flex;gap:16px;flex-wrap:wrap;justify-content:flex-end}@media (max-width: 768px){.styles-module__actions__aCfN7{flex-direction:column}.styles-module__actions__aCfN7 button{width:100%}}.styles-module__loaderContainer__ty2XJ{display:flex;justify-content:center;align-items:center;min-height:400px}.styles-module__emptyState__OtIrF{text-align:center;padding:60px 20px;color:#666;font-size:16px}.styles-module__featureFlagsGrid__q93ot{display:flex;flex-direction:column;gap:24px}.styles-module__featureFlagItem__ILjD0{display:flex;justify-content:space-between;align-items:center;padding:16px 0;border-bottom:1px solid rgba(0,0,0,.05)}.styles-module__featureFlagItem__ILjD0:last-child{border-bottom:none}@media (max-width: 768px){.styles-module__featureFlagItem__ILjD0{flex-direction:column;align-items:flex-start;gap:12px}}.styles-module__featureFlagInfo__pgDZl{flex:1}.styles-module__featureFlagInfo__pgDZl h4{margin:0 0 4px;font-size:18px;font-weight:600;color:var(--black)}.styles-module__featureFlagInfo__pgDZl p{margin:0;font-size:14px;color:#666;line-height:1.4}.styles-module__storageQuotaContainer__HWzO2{display:flex;flex-direction:column;gap:16px}@media (max-width: 768px){.styles-module__storageQuotaContainer__HWzO2{gap:12px}}.styles-module__storageQuotaInfo__AE-AK h4{margin:0 0 8px;font-size:18px;font-weight:600;color:var(--black)}.styles-module__storageQuotaInfo__AE-AK p{margin:0;font-size:14px;color:#666;line-height:1.4}.styles-module__OrganizationNewPage__suptL{min-height:calc(100vh / var(--zoom) - var(--header-height));display:flex}.styles-module__container__dklNq{flex:1;min-height:calc(100vh / var(--zoom) - 204px);padding:16px 42px;display:flex;flex-direction:column}@media (max-width: 768px){.styles-module__container__dklNq{min-height:calc(100vh / var(--zoom) - 244px);padding-left:20px;padding-right:20px}}.styles-module__breadcrumbsContainer__mV3oo{margin-bottom:32px}@media (max-width: 768px){.styles-module__breadcrumbsContainer__mV3oo{margin-bottom:16px}}.styles-module__sectionCard__7EjfQ{padding:28px 32px;margin-bottom:32px;border:1px solid rgba(0,0,0,.05);border-radius:24px;background-color:#fff;width:100%;max-width:100%;box-sizing:border-box}@media (max-width: 768px){.styles-module__sectionCard__7EjfQ{padding:20px}}.styles-module__sectionHeader__7BhzO{margin-bottom:32px}.styles-module__sectionHeader__7BhzO h3{margin:0;font-size:36px;line-height:44px;font-weight:600;color:var(--black)}@media (max-width: 768px){.styles-module__sectionHeader__7BhzO h3{font-size:28px;line-height:34px}}.styles-module__formGrid__gcpEj{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px;margin-bottom:32px}@media (max-width: 768px){.styles-module__formGrid__gcpEj{grid-template-columns:1fr;gap:16px}}.styles-module__actions__PfCeo{display:flex;gap:16px;flex-wrap:wrap;justify-content:flex-end}@media (max-width: 768px){.styles-module__actions__PfCeo{flex-direction:column}.styles-module__actions__PfCeo button{width:100%}}.styles-module__loaderContainer__-J4XR{display:flex;justify-content:center;align-items:center;min-height:400px}.styles-module__featureFlagsGrid__oqHQo{display:flex;flex-direction:column;gap:24px}.styles-module__featureFlagItem__2cC2M{display:flex;justify-content:space-between;align-items:center;padding:16px 0;border-bottom:1px solid rgba(0,0,0,.05)}.styles-module__featureFlagItem__2cC2M:last-child{border-bottom:none}@media (max-width: 768px){.styles-module__featureFlagItem__2cC2M{flex-direction:column;align-items:flex-start;gap:12px}}.styles-module__featureFlagInfo__pe1BC{flex:1}.styles-module__featureFlagInfo__pe1BC h4{margin:0 0 4px;font-size:18px;font-weight:600;color:var(--black)}.styles-module__featureFlagInfo__pe1BC p{margin:0;font-size:14px;color:#666;line-height:1.4}.styles-module__storageQuotaContainer__QxjlP{display:flex;flex-direction:column;gap:16px}@media (max-width: 768px){.styles-module__storageQuotaContainer__QxjlP{gap:12px}}.styles-module__storageQuotaInfo__fsVhS h4{margin:0 0 8px;font-size:18px;font-weight:600;color:var(--black)}.styles-module__storageQuotaInfo__fsVhS p{margin:0;font-size:14px;color:#666;line-height:1.4}.styles-module__TrainingPathsPage__noT30{min-height:calc(100vh / var(--zoom) - var(--header-height))}.styles-module__TrainingPathsPage__noT30 .styles-module__container__QH7od{min-height:calc(100vh / var(--zoom) - 204px);padding:16px 42px}@media (max-width: 768px){.styles-module__TrainingPathsPage__noT30 .styles-module__container__QH7od{min-height:calc(100vh / var(--zoom) - 244px);padding-left:20px;padding-right:20px}}.styles-module__TrainingPathsPage__noT30 .styles-module__breadcrumbsContainer__wEQRs{margin-bottom:32px}@media (max-width: 768px){.styles-module__TrainingPathsPage__noT30 .styles-module__breadcrumbsContainer__wEQRs{margin-bottom:16px}}.styles-module__TrainingPathsPage__noT30 .styles-module__breadcrumbsContainer__wEQRs .styles-module__subtitle__JZcam{margin:8px 0 0;font-weight:500;font-size:18px;line-height:28px;color:#444}@media (max-width: 768px){.styles-module__TrainingPathsPage__noT30 .styles-module__breadcrumbsContainer__wEQRs .styles-module__subtitle__JZcam{font-size:16px;line-height:24px}}.styles-module__TrainingPathsPage__noT30 .styles-module__actionsRow__0-fyJ{display:flex;justify-content:flex-end;gap:16px;margin-bottom:32px}@media (max-width: 768px){.styles-module__TrainingPathsPage__noT30 .styles-module__actionsRow__0-fyJ{flex-direction:column;align-items:stretch}.styles-module__TrainingPathsPage__noT30 .styles-module__actionsRow__0-fyJ button{width:100%}}.styles-module__TrainingPathsPage__noT30 .styles-module__tableContainer__Sls6F{display:flex;justify-content:center}.styles-module__TrainingPathsPage__noT30 .styles-module__table__4mlgJ{width:100%;border-collapse:collapse}.styles-module__TrainingPathsPage__noT30 .styles-module__table__4mlgJ thead{height:50px}@media (max-width: 768px){.styles-module__TrainingPathsPage__noT30 .styles-module__table__4mlgJ thead{display:none}}.styles-module__TrainingPathsPage__noT30 .styles-module__table__4mlgJ thead th{padding:0 6px 28px;font-weight:500;font-size:24px;line-height:36px;color:var(--black);text-align:left}.styles-module__TrainingPathsPage__noT30 .styles-module__table__4mlgJ thead th:first-of-type{padding-left:0}.styles-module__TrainingPathsPage__noT30 .styles-module__table__4mlgJ tbody tr{cursor:pointer}.styles-module__TrainingPathsPage__noT30 .styles-module__table__4mlgJ tbody tr:not(:last-of-type) td{border-bottom:1px solid rgba(0,0,0,.05)}@media (max-width: 768px){.styles-module__TrainingPathsPage__noT30 .styles-module__table__4mlgJ tbody tr:not(:last-of-type) td{border-bottom:none}}.styles-module__TrainingPathsPage__noT30 .styles-module__table__4mlgJ tbody tr:hover td{background-color:#f9f9f9}@media (max-width: 768px){.styles-module__TrainingPathsPage__noT30 .styles-module__table__4mlgJ tbody tr:hover td{background-color:transparent}}.styles-module__TrainingPathsPage__noT30 .styles-module__table__4mlgJ tbody td{padding:12px 6px;font-weight:500;font-size:24px;line-height:36px;color:var(--text);transition:background-color .15s ease}@media (max-width: 768px){.styles-module__TrainingPathsPage__noT30 .styles-module__table__4mlgJ tbody td{padding:20px 0;font-size:18px;line-height:26px;border-bottom:1px solid #d9d9d9}}.styles-module__TrainingPathsPage__noT30 .styles-module__nameCell__Vhnin{width:40%;padding-left:0}@media (max-width: 768px){.styles-module__TrainingPathsPage__noT30 .styles-module__nameCell__Vhnin{width:100%}}.styles-module__TrainingPathsPage__noT30 .styles-module__nameCell__Vhnin .styles-module__nameContent__qqz4R{display:flex;flex-direction:column;gap:6px}.styles-module__TrainingPathsPage__noT30 .styles-module__nameCell__Vhnin .styles-module__nameContent__qqz4R h3{margin:0;font-size:24px;font-weight:600;line-height:32px;color:var(--black)}@media (max-width: 768px){.styles-module__TrainingPathsPage__noT30 .styles-module__nameCell__Vhnin .styles-module__nameContent__qqz4R h3{font-size:18px}}.styles-module__TrainingPathsPage__noT30 .styles-module__nameCell__Vhnin .styles-module__nameContent__qqz4R p{margin:0;font-size:18px;line-height:26px;color:#666}.styles-module__TrainingPathsPage__noT30 .styles-module__statusCell__J2JO3,.styles-module__TrainingPathsPage__noT30 .styles-module__traineeCell__ZLY8W,.styles-module__TrainingPathsPage__noT30 .styles-module__dateCell__kScN-{white-space:nowrap}@media (max-width: 768px){.styles-module__TrainingPathsPage__noT30 .styles-module__statusCell__J2JO3,.styles-module__TrainingPathsPage__noT30 .styles-module__traineeCell__ZLY8W,.styles-module__TrainingPathsPage__noT30 .styles-module__dateCell__kScN-{display:none}}.styles-module__TrainingPathsPage__noT30 .styles-module__statusBadge__d8v5l{display:inline-flex;align-items:center;padding:6px 18px;border-radius:999px;font-size:16px;line-height:24px;text-transform:capitalize}.styles-module__TrainingPathsPage__noT30 .styles-module__statusBadge__d8v5l[data-status=published],.styles-module__TrainingPathsPage__noT30 .styles-module__statusBadge__d8v5l[data-status=active],.styles-module__TrainingPathsPage__noT30 .styles-module__statusBadge__d8v5l[data-status=approved]{background-color:#6cc0732e;color:#1f7a2e}.styles-module__TrainingPathsPage__noT30 .styles-module__statusBadge__d8v5l[data-status=assigned]{background-color:#fdb25826;color:#c05500}.styles-module__TrainingPathsPage__noT30 .styles-module__statusBadge__d8v5l[data-status=in-progress],.styles-module__TrainingPathsPage__noT30 .styles-module__statusBadge__d8v5l[data-status=processing]{background-color:#7ab2ff33;color:#1b56b6}.styles-module__TrainingPathsPage__noT30 .styles-module__statusBadge__d8v5l[data-status=completed]{background-color:#6cc0732e;color:#1f7a2e}.styles-module__TrainingPathsPage__noT30 .styles-module__statusBadge__d8v5l[data-status=inactive],.styles-module__TrainingPathsPage__noT30 .styles-module__statusBadge__d8v5l[data-status=canceled]{background-color:#6666661f;color:#4a4a4a}.styles-module__TrainingPathsPage__noT30 .styles-module__countBadge__vFiWH{display:inline-flex;align-items:center;justify-content:center;min-width:55px;height:55px;border:2px solid var(--black);border-radius:50%}.styles-module__TrainingPathsPage__noT30 .styles-module__actionsCell__jXPbQ{width:1%;text-align:right}@media (max-width: 768px){.styles-module__TrainingPathsPage__noT30 .styles-module__actionsCell__jXPbQ{display:none}}.styles-module__TrainingPathsPage__noT30 .styles-module__actionsContainer__2CyC2{display:flex;gap:29px;justify-content:flex-end;align-items:center}.styles-module__TrainingPathsPage__noT30 .styles-module__actionsContainer__2CyC2 .styles-module__actionButton__bKiHa{padding:0;background:transparent;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;width:24px;height:24px}.styles-module__TrainingPathsPage__noT30 .styles-module__actionsContainer__2CyC2 .styles-module__actionButton__bKiHa img{width:100%;height:100%}.styles-module__TrainingPathsPage__noT30 .styles-module__actionsContainer__2CyC2 .styles-module__actionButton__bKiHa:hover{opacity:.7}.styles-module__TrainingPathsPage__noT30 .styles-module__actionsContainer__2CyC2 .styles-module__actionButton__bKiHa:active{opacity:.5}.styles-module__TrainingPathsPage__noT30 .styles-module__loaderContainer__Pj6eC{padding:64px 0}.styles-module__TrainingPathsPage__noT30 .styles-module__emptyState__-frqp{padding:48px 0;font-size:24px;line-height:32px;color:#666;text-align:center}.styles-module__TrainingPathsPage__noT30 .styles-module__pagination__VJHWf{margin-top:32px;display:flex;justify-content:flex-end}.styles-module__CreateTrainingPathPage__e0fMs{min-height:calc(100vh / var(--zoom) - var(--header-height))}.styles-module__CreateTrainingPathPage__e0fMs .styles-module__container__1yoCR{min-height:calc(100vh / var(--zoom) - 204px);padding:16px 42px;display:flex;flex-direction:column;gap:32px}@media (max-width: 768px){.styles-module__CreateTrainingPathPage__e0fMs .styles-module__container__1yoCR{min-height:calc(100vh / var(--zoom) - 244px);padding-left:20px;padding-right:20px;gap:24px}}.styles-module__CreateTrainingPathPage__e0fMs .styles-module__header__2sQoe{display:flex;flex-direction:column;gap:0;margin-bottom:0}.styles-module__CreateTrainingPathPage__e0fMs .styles-module__header__2sQoe .styles-module__headerTop__zeDa8{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:4px}@media (max-width: 768px){.styles-module__CreateTrainingPathPage__e0fMs .styles-module__header__2sQoe .styles-module__headerTop__zeDa8{flex-direction:column;align-items:flex-start;gap:8px}}.styles-module__CreateTrainingPathPage__e0fMs .styles-module__header__2sQoe .styles-module__headerMeta__IHhC-{display:flex;flex-direction:column;gap:4px}.styles-module__CreateTrainingPathPage__e0fMs .styles-module__header__2sQoe .styles-module__subtitle__rAFAX{margin:0;font-weight:500;font-size:18px;line-height:28px;color:#444}@media (max-width: 768px){.styles-module__CreateTrainingPathPage__e0fMs .styles-module__header__2sQoe .styles-module__subtitle__rAFAX{font-size:16px;line-height:24px}}.styles-module__CreateTrainingPathPage__e0fMs .styles-module__layout__fzSZ7{display:grid;grid-template-columns:550px 1fr;gap:32px}@media (max-width: 1024px){.styles-module__CreateTrainingPathPage__e0fMs .styles-module__layout__fzSZ7{grid-template-columns:1fr;gap:24px}}.styles-module__CreateTrainingPathPage__e0fMs .styles-module__form__-Y6-F{background:#fff;border:1px solid rgba(0,0,0,.05);border-radius:24px;padding:28px 32px;display:flex;flex-direction:column;gap:20px}@media (max-width: 768px){.styles-module__CreateTrainingPathPage__e0fMs .styles-module__form__-Y6-F{padding:20px}}.styles-module__CreateTrainingPathPage__e0fMs .styles-module__fieldGroup__bZT1x{display:flex;flex-direction:column;gap:8px}.styles-module__CreateTrainingPathPage__e0fMs .styles-module__fieldTitle__6AQEY{font-weight:600;color:var(--black);font-size:28px;line-height:34px}@media (max-width: 768px){.styles-module__CreateTrainingPathPage__e0fMs .styles-module__fieldTitle__6AQEY{font-size:24px;line-height:30px}}.styles-module__CreateTrainingPathPage__e0fMs .styles-module__form__-Y6-F input,.styles-module__CreateTrainingPathPage__e0fMs .styles-module__form__-Y6-F textarea{border:1px solid var(--text);border-radius:12px;padding:12px 16px;font-size:20px;line-height:28px;transition:border-color .2s ease;font-family:inherit;color:var(--black)}@media (max-width: 768px){.styles-module__CreateTrainingPathPage__e0fMs .styles-module__form__-Y6-F input,.styles-module__CreateTrainingPathPage__e0fMs .styles-module__form__-Y6-F textarea{font-size:18px;line-height:26px}}.styles-module__CreateTrainingPathPage__e0fMs .styles-module__form__-Y6-F input::placeholder,.styles-module__CreateTrainingPathPage__e0fMs .styles-module__form__-Y6-F textarea::placeholder{color:#666}.styles-module__CreateTrainingPathPage__e0fMs .styles-module__form__-Y6-F input:focus,.styles-module__CreateTrainingPathPage__e0fMs .styles-module__form__-Y6-F textarea:focus{outline:none;border-color:var(--primary)}.styles-module__CreateTrainingPathPage__e0fMs .styles-module__treePanel__NP0GF{background:#fff;border:1px solid rgba(0,0,0,.05);border-radius:24px;display:flex;flex-direction:row;gap:0}@media (max-width: 1024px){.styles-module__CreateTrainingPathPage__e0fMs .styles-module__treePanel__NP0GF{flex-direction:column}}@media (max-width: 768px){.styles-module__CreateTrainingPathPage__e0fMs .styles-module__treePanel__NP0GF{min-height:auto}}.styles-module__CreateTrainingPathPage__e0fMs .styles-module__treeSection__T8FwI{display:flex;flex-direction:column;flex:1;min-width:0}.styles-module__CreateTrainingPathPage__e0fMs .styles-module__playlistOrderSection__SpRve{border-left:1px solid rgba(0,0,0,.05);display:flex;flex-direction:column;flex:1;min-width:0}@media (max-width: 1024px){.styles-module__CreateTrainingPathPage__e0fMs .styles-module__playlistOrderSection__SpRve{border-left:none;border-top:1px solid rgba(0,0,0,.05)}}.styles-module__CreateTrainingPathPage__e0fMs .styles-module__treeHeader__9mBaP{display:flex;justify-content:space-between;padding:28px 32px;border-bottom:1px solid rgba(0,0,0,.05);align-items:center}@media (max-width: 768px){.styles-module__CreateTrainingPathPage__e0fMs .styles-module__treeHeader__9mBaP{padding:20px}}.styles-module__CreateTrainingPathPage__e0fMs .styles-module__treeHeader__9mBaP h3{margin:0;font-size:28px;line-height:34px;font-weight:600;color:var(--black)}@media (max-width: 768px){.styles-module__CreateTrainingPathPage__e0fMs .styles-module__treeHeader__9mBaP h3{font-size:24px;line-height:30px}}.styles-module__CreateTrainingPathPage__e0fMs .styles-module__treeBody__MjFLJ{padding:20px 32px 32px;overflow-y:auto;flex:1}@media (max-width: 768px){.styles-module__CreateTrainingPathPage__e0fMs .styles-module__treeBody__MjFLJ{padding:16px 20px 20px;max-height:none}}.styles-module__CreateTrainingPathPage__e0fMs .styles-module__playlistOrderHeader__8yYHs{padding:28px 32px;border-bottom:1px solid rgba(0,0,0,.05);display:flex;flex-direction:column;gap:4px}@media (max-width: 768px){.styles-module__CreateTrainingPathPage__e0fMs .styles-module__playlistOrderHeader__8yYHs{padding:20px}}.styles-module__CreateTrainingPathPage__e0fMs .styles-module__playlistOrderTitle__1ztgp{margin:0;font-size:28px;line-height:34px;font-weight:600;color:var(--black)}@media (max-width: 768px){.styles-module__CreateTrainingPathPage__e0fMs .styles-module__playlistOrderTitle__1ztgp{font-size:24px;line-height:30px}}.styles-module__CreateTrainingPathPage__e0fMs .styles-module__playlistOrderSubtitle__RuH-9{margin:0;font-size:16px;line-height:24px;color:#666}.styles-module__CreateTrainingPathPage__e0fMs .styles-module__playlistOrderBody__pNBNJ{padding:20px 32px 32px;flex:1;overflow-y:auto}@media (max-width: 768px){.styles-module__CreateTrainingPathPage__e0fMs .styles-module__playlistOrderBody__pNBNJ{padding:16px 20px 20px;max-height:none}}.styles-module__CreateTrainingPathPage__e0fMs .styles-module__emptyPlaylist__3nh0v{padding:12px 0;color:#666;font-size:16px;line-height:24px}.styles-module__CreateTrainingPathPage__e0fMs .styles-module__tree__ce6TZ{list-style:none;padding:0;margin:0}.styles-module__CreateTrainingPathPage__e0fMs .styles-module__nodeItem__C2JFl{margin-bottom:4px}.styles-module__CreateTrainingPathPage__e0fMs .styles-module__nodeRow__8XUg8{display:flex;align-items:center;gap:8px;min-height:40px}.styles-module__CreateTrainingPathPage__e0fMs .styles-module__nodeRow__8XUg8>*{display:flex;align-items:center}.styles-module__CreateTrainingPathPage__e0fMs .styles-module__nodeRow__8XUg8 .Checkbox{display:flex;align-items:center}.styles-module__CreateTrainingPathPage__e0fMs .styles-module__expandButton__qP-Um{border:none;background:transparent;font-size:22px;width:28px;height:28px;min-width:28px;cursor:pointer;color:#666;display:flex;align-items:center;justify-content:center;padding:0;flex-shrink:0}.styles-module__CreateTrainingPathPage__e0fMs .styles-module__expandButton__qP-Um:hover{color:var(--black)}.styles-module__CreateTrainingPathPage__e0fMs .styles-module__folderIconButton__iBbb3{background:none;border:none;padding:0;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0;width:28px;height:28px;transition:opacity .2s ease}.styles-module__CreateTrainingPathPage__e0fMs .styles-module__folderIconButton__iBbb3:hover{opacity:.7}.styles-module__CreateTrainingPathPage__e0fMs .styles-module__folderIconButton__iBbb3:active{opacity:.5}.styles-module__CreateTrainingPathPage__e0fMs .styles-module__folderIcon__njFbn{width:28px;height:28px;flex-shrink:0;display:flex;align-items:center;justify-content:center}.styles-module__CreateTrainingPathPage__e0fMs .styles-module__nodeLabel__GuQ-l{background:none;border:none;text-align:left;color:var(--black);font-weight:500;font-size:22px;line-height:32px;cursor:pointer;padding:0;display:flex;align-items:center;height:100%}@media (max-width: 768px){.styles-module__CreateTrainingPathPage__e0fMs .styles-module__nodeLabel__GuQ-l{font-size:20px;line-height:28px}}.styles-module__CreateTrainingPathPage__e0fMs .styles-module__nodeLabel__GuQ-l:hover{color:var(--primary)}.styles-module__CreateTrainingPathPage__e0fMs .styles-module__childrenList__ECcff{list-style:none;margin:6px 0 0;padding-left:0}.styles-module__CreateTrainingPathPage__e0fMs .styles-module__emptyFolderMessage__gFcIH{color:#666;font-size:16px;line-height:24px;padding:12px 0 12px 32px;font-style:italic}@media (max-width: 768px){.styles-module__CreateTrainingPathPage__e0fMs .styles-module__emptyFolderMessage__gFcIH{font-size:14px;line-height:20px;padding-left:20px}}.styles-module__CreateTrainingPathPage__e0fMs .styles-module__emptyState__wdThf{color:#666;font-size:20px;line-height:28px;text-align:center;padding:40px 0}@media (max-width: 768px){.styles-module__CreateTrainingPathPage__e0fMs .styles-module__emptyState__wdThf{font-size:18px;line-height:26px}}.styles-module__CreateTrainingPathPage__e0fMs .styles-module__selectionSummary__bY-3x{font-size:16px;line-height:24px;color:#666;padding:0;margin-top:4px;text-align:left;font-weight:400}@media (max-width: 768px){.styles-module__CreateTrainingPathPage__e0fMs .styles-module__selectionSummary__bY-3x{font-size:14px;line-height:20px;margin-top:2px}}.styles-module__CreateTrainingPathPage__e0fMs .styles-module__helperText__OuJ2t{font-size:16px;line-height:24px;color:#f8585c}@media (max-width: 768px){.styles-module__CreateTrainingPathPage__e0fMs .styles-module__helperText__OuJ2t{font-size:14px;line-height:20px}}.styles-module__CreateTrainingPathPage__e0fMs .styles-module__orderHelperText__dG0Cp{font-size:16px;line-height:24px;color:#666;margin:0 0 16px}@media (max-width: 768px){.styles-module__CreateTrainingPathPage__e0fMs .styles-module__orderHelperText__dG0Cp{font-size:14px;line-height:20px;margin:0 0 12px}}.styles-module__CreateTrainingPathPage__e0fMs .styles-module__orderedList__xUBfR{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:8px}.styles-module__CreateTrainingPathPage__e0fMs .styles-module__orderedItem__ghx3b{background:#f9fafb;border:1px solid rgba(0,0,0,.05);border-radius:12px;padding:12px 16px;transition:all .2s ease;user-select:none;position:relative}.styles-module__CreateTrainingPathPage__e0fMs .styles-module__orderedItem__ghx3b:hover{background:#f3f4f6;border-color:#0000001a}.styles-module__CreateTrainingPathPage__e0fMs .styles-module__orderedItem__ghx3b:active{cursor:grabbing}.styles-module__CreateTrainingPathPage__e0fMs .styles-module__orderedItemContent__0mCdh{display:flex;align-items:center;gap:12px}.styles-module__CreateTrainingPathPage__e0fMs .styles-module__dragHandle__MEtlS{display:flex;align-items:center;justify-content:center;width:24px;height:24px;flex-shrink:0;cursor:grab;color:#666;opacity:.6;transition:opacity .2s ease}.styles-module__orderedItem__ghx3b:hover .styles-module__CreateTrainingPathPage__e0fMs .styles-module__dragHandle__MEtlS{opacity:1}.styles-module__CreateTrainingPathPage__e0fMs .styles-module__dragHandle__MEtlS:active{cursor:grabbing}.styles-module__CreateTrainingPathPage__e0fMs .styles-module__dragIcon__4TjkU{font-size:18px;line-height:1;font-weight:700;letter-spacing:-2px;display:block}.styles-module__CreateTrainingPathPage__e0fMs .styles-module__orderedItemIcon__PYg6j{width:24px;height:24px;flex-shrink:0}.styles-module__CreateTrainingPathPage__e0fMs .styles-module__orderedItemName__h-EIx{flex:1;font-size:18px;line-height:26px;font-weight:500;color:var(--black);min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media (max-width: 768px){.styles-module__CreateTrainingPathPage__e0fMs .styles-module__orderedItemName__h-EIx{font-size:16px;line-height:24px}}.styles-module__CreateTrainingPathPage__e0fMs .styles-module__orderedItemType__r7cro{font-size:14px;line-height:20px;color:#666;padding:4px 12px;background:#fff;border-radius:8px;border:1px solid rgba(0,0,0,.05);flex-shrink:0}@media (max-width: 768px){.styles-module__CreateTrainingPathPage__e0fMs .styles-module__orderedItemType__r7cro{font-size:12px;line-height:18px;padding:3px 10px}}.styles-module__CreateTrainingPathPage__e0fMs .styles-module__orderedChildList__J6vPF{list-style:none;padding:8px 0 0 44px;margin:0;display:flex;flex-direction:column;gap:4px;max-height:260px;overflow-y:auto}.styles-module__CreateTrainingPathPage__e0fMs .styles-module__orderedChildItem__q7SoV{display:flex;align-items:center;gap:8px;font-size:16px;line-height:22px;color:var(--black)}.styles-module__CreateTrainingPathPage__e0fMs .styles-module__orderedChildBullet__NQIVs{color:#666;font-size:14px;line-height:1}.styles-module__CreateTrainingPathPage__e0fMs .styles-module__orderedChildName__kBxAm{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.styles-module__CreateTrainingPathPage__e0fMs .styles-module__orderedChildItemMuted__fKi8K{color:#666;font-size:14px;line-height:20px}.styles-module__TraineesPage__CsXt8{min-height:calc(100vh / var(--zoom) - var(--header-height))}.styles-module__TraineesPage__CsXt8 .styles-module__container__Aorb8{min-height:calc(100vh / var(--zoom) - 204px);padding:16px 42px;display:flex;flex-direction:column;gap:32px}@media (max-width: 768px){.styles-module__TraineesPage__CsXt8 .styles-module__container__Aorb8{min-height:calc(100vh / var(--zoom) - 244px);padding-left:20px;padding-right:20px;gap:24px}}.styles-module__TraineesPage__CsXt8 .styles-module__breadcrumbsContainer__4qojV{margin-bottom:0}.styles-module__TraineesPage__CsXt8 .styles-module__breadcrumbsContainer__4qojV p{margin:8px 0 0;font-weight:500;font-size:18px;line-height:28px;color:#444}@media (max-width: 768px){.styles-module__TraineesPage__CsXt8 .styles-module__breadcrumbsContainer__4qojV p{font-size:16px;line-height:24px}}.styles-module__TraineesPage__CsXt8 .styles-module__actionsRow__aLx8e{display:flex;justify-content:flex-end;gap:16px;margin-bottom:0}@media (max-width: 768px){.styles-module__TraineesPage__CsXt8 .styles-module__actionsRow__aLx8e{flex-direction:column;align-items:stretch}.styles-module__TraineesPage__CsXt8 .styles-module__actionsRow__aLx8e button{width:100%}}.styles-module__TraineesPage__CsXt8 .styles-module__tableCard__5EEPz{background:#fff;border:1px solid rgba(0,0,0,.05);border-radius:24px;padding:28px 32px}@media (max-width: 768px){.styles-module__TraineesPage__CsXt8 .styles-module__tableCard__5EEPz{padding:20px;overflow-x:auto}}.styles-module__TraineesPage__CsXt8 .styles-module__table__rqd-H{width:100%;border-collapse:collapse}.styles-module__TraineesPage__CsXt8 .styles-module__table__rqd-H thead{height:50px}@media (max-width: 768px){.styles-module__TraineesPage__CsXt8 .styles-module__table__rqd-H thead{display:none}}.styles-module__TraineesPage__CsXt8 .styles-module__table__rqd-H thead th{padding:0 6px 28px;font-weight:500;font-size:24px;line-height:36px;color:var(--black);text-align:left}.styles-module__TraineesPage__CsXt8 .styles-module__table__rqd-H thead th:first-of-type{padding-left:0}.styles-module__TraineesPage__CsXt8 .styles-module__table__rqd-H tbody tr:not(:last-of-type) td{border-bottom:1px solid rgba(0,0,0,.05)}@media (max-width: 768px){.styles-module__TraineesPage__CsXt8 .styles-module__table__rqd-H tbody tr:not(:last-of-type) td{border-bottom:none}}.styles-module__TraineesPage__CsXt8 .styles-module__table__rqd-H tbody tr:hover td{background-color:#f9f9f9}@media (max-width: 768px){.styles-module__TraineesPage__CsXt8 .styles-module__table__rqd-H tbody tr:hover td{background-color:transparent}}.styles-module__TraineesPage__CsXt8 .styles-module__table__rqd-H tbody td{padding:12px 6px;font-weight:500;font-size:24px;line-height:36px;color:var(--text);vertical-align:bottom;transition:background-color .15s ease}.styles-module__TraineesPage__CsXt8 .styles-module__table__rqd-H tbody td:first-of-type{padding-left:0;vertical-align:top}@media (max-width: 768px){.styles-module__TraineesPage__CsXt8 .styles-module__table__rqd-H tbody td{display:block;width:100%;padding:16px 0;border-bottom:1px solid #d9d9d9;vertical-align:top}}.styles-module__TraineesPage__CsXt8 .styles-module__userCell__y7wIV{display:flex;align-items:center;gap:12px}.styles-module__TraineesPage__CsXt8 .styles-module__avatar__6HuGG{width:55px;height:55px;min-width:55px;border-radius:50%;background:#7ab2ff33;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:20px;line-height:28px;color:#2460b9;flex-shrink:0}@media (max-width: 768px){.styles-module__TraineesPage__CsXt8 .styles-module__avatar__6HuGG{width:45px;height:45px;min-width:45px;font-size:18px}}.styles-module__TraineesPage__CsXt8 .styles-module__userName__Q9vBK{font-weight:600;font-size:24px;line-height:32px;color:var(--black);margin:0}@media (max-width: 768px){.styles-module__TraineesPage__CsXt8 .styles-module__userName__Q9vBK{font-size:20px;line-height:28px}}.styles-module__TraineesPage__CsXt8 .styles-module__userTitle__rbLtJ{font-size:18px;line-height:26px;color:#666;margin-top:4px}@media (max-width: 768px){.styles-module__TraineesPage__CsXt8 .styles-module__userTitle__rbLtJ{font-size:16px;line-height:24px}}.styles-module__TraineesPage__CsXt8 .styles-module__table__rqd-H tbody td:last-of-type{text-align:left;white-space:nowrap}.styles-module__TraineesPage__CsXt8 .styles-module__table__rqd-H tbody td:last-of-type button{min-width:200px;font-size:18px}@media (max-width: 768px){.styles-module__TraineesPage__CsXt8 .styles-module__table__rqd-H tbody td:last-of-type button{width:100%;min-width:unset}}.styles-module__TraineesPage__CsXt8 .styles-module__trainingPathsCell__-W6OU{display:flex;flex-direction:column;justify-content:flex-end;min-height:56px;height:100%}.styles-module__TraineesPage__CsXt8 .styles-module__badgesContainer__wKmVA{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:12px}.styles-module__TraineesPage__CsXt8 .styles-module__selectWrapper__MaNZy{flex-shrink:0}.styles-module__TraineesPage__CsXt8 .styles-module__badge__zT-uh{display:inline-flex;align-items:center;gap:8px;padding:6px 12px;border-radius:8px;font-size:18px;line-height:26px;font-weight:500;background-color:#43b0cf33;color:#0d6b89}.styles-module__TraineesPage__CsXt8 .styles-module__badge__zT-uh[data-status=published],.styles-module__TraineesPage__CsXt8 .styles-module__badge__zT-uh[data-status=active],.styles-module__TraineesPage__CsXt8 .styles-module__badge__zT-uh[data-status=approved]{background-color:#6cc0732e;color:#1f7a2e}.styles-module__TraineesPage__CsXt8 .styles-module__badge__zT-uh[data-status=assigned]{background-color:#fdb25826;color:#c05500}.styles-module__TraineesPage__CsXt8 .styles-module__badge__zT-uh[data-status=in-progress],.styles-module__TraineesPage__CsXt8 .styles-module__badge__zT-uh[data-status=processing]{background-color:#7ab2ff33;color:#1b56b6}.styles-module__TraineesPage__CsXt8 .styles-module__badge__zT-uh[data-status=completed]{background-color:#6cc0732e;color:#1f7a2e}.styles-module__TraineesPage__CsXt8 .styles-module__badge__zT-uh[data-status=inactive],.styles-module__TraineesPage__CsXt8 .styles-module__badge__zT-uh[data-status=canceled]{background-color:#6666661f;color:#4a4a4a}.styles-module__TraineesPage__CsXt8 .styles-module__badgeLabel__nMeKj{font-weight:500}.styles-module__TraineesPage__CsXt8 .styles-module__badgeCheckmark__xizH8{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;flex-shrink:0}.styles-module__TraineesPage__CsXt8 .styles-module__badgeCheckmark__xizH8 img{width:18px;height:18px;filter:brightness(0) saturate(100%) invert(48%) sepia(79%) saturate(2476%) hue-rotate(86deg) brightness(118%) contrast(119%)}.styles-module__TraineesPage__CsXt8 .styles-module__badgeClose__5-wnS{display:flex;align-items:center;justify-content:center;border:none;background:none;cursor:pointer;padding:0;width:20px;height:20px;flex-shrink:0;border-radius:4px;transition:background-color .2s ease}.styles-module__TraineesPage__CsXt8 .styles-module__badgeClose__5-wnS:hover{background-color:#ef444433}.styles-module__TraineesPage__CsXt8 .styles-module__badgeClose__5-wnS img{width:14px;height:14px;filter:brightness(0) saturate(100%)}.styles-module__AssignModal__HTcG7{position:relative;border-radius:24px;padding:32px;box-shadow:0 30px 80px #0f172a3d;border:1px solid rgba(0,0,0,.05)}@media (max-width: 768px){.styles-module__AssignModal__HTcG7{padding:24px}}.styles-module__dialog__ULfK5{max-width:640px}.styles-module__backdrop__2ymvP{background:#0f172a73;backdrop-filter:blur(3px)}.styles-module__closeButton__474J1{position:absolute;right:24px;top:24px;border:none;background:none;cursor:pointer;padding:8px;display:flex;align-items:center;justify-content:center}.styles-module__closeButton__474J1 img{width:24px;height:24px}@media (max-width: 768px){.styles-module__closeButton__474J1{right:20px;top:20px}}.styles-module__content__da21b{display:flex;flex-direction:column;gap:24px}.styles-module__content__da21b h3{margin:0;font-size:28px;line-height:34px;font-weight:600;color:var(--black)}@media (max-width: 768px){.styles-module__content__da21b h3{font-size:24px;line-height:30px}}.styles-module__content__da21b p{margin:0;font-weight:500;font-size:18px;line-height:28px;color:#444}@media (max-width: 768px){.styles-module__content__da21b p{font-size:16px;line-height:24px}}.styles-module__field__A2KVt{display:flex;flex-direction:column;gap:8px}.styles-module__field__A2KVt span{font-weight:600;font-size:20px;line-height:28px;color:var(--black)}@media (max-width: 768px){.styles-module__field__A2KVt span{font-size:18px;line-height:26px}}.styles-module__footer__oBMvP{display:flex;justify-content:flex-end;gap:16px;margin-top:8px}@media (max-width: 768px){.styles-module__footer__oBMvP{flex-direction:column-reverse;align-items:stretch}.styles-module__footer__oBMvP button{width:100%}}.styles-module__TrainingPathDetailPage__0lL1r{min-height:calc(100vh / var(--zoom) - var(--header-height));overflow-x:hidden;width:100%}.styles-module__TrainingPathDetailPage__0lL1r .styles-module__container__8UGcD{min-height:calc(100vh / var(--zoom) - 204px);padding:16px 42px;width:100%;max-width:100%;box-sizing:border-box}@media (max-width: 768px){.styles-module__TrainingPathDetailPage__0lL1r .styles-module__container__8UGcD{min-height:calc(100vh / var(--zoom) - 244px);padding-left:20px;padding-right:20px}}.styles-module__TrainingPathDetailPage__0lL1r .styles-module__breadcrumbsContainer__VUvgS{margin-bottom:16px}.styles-module__TrainingPathDetailPage__0lL1r .styles-module__headerCard__UAIVk{display:flex;flex-direction:column;gap:20px;padding:28px 32px;border-radius:24px;background-color:#fff;margin-bottom:32px;width:100%;max-width:100%;box-sizing:border-box}@media (max-width: 768px){.styles-module__TrainingPathDetailPage__0lL1r .styles-module__headerCard__UAIVk{padding:22px;gap:16px}}.styles-module__TrainingPathDetailPage__0lL1r .styles-module__headerTop__xpgyV{display:flex;align-items:flex-start;justify-content:space-between;gap:20px}@media (max-width: 768px){.styles-module__TrainingPathDetailPage__0lL1r .styles-module__headerTop__xpgyV{flex-direction:column;align-items:flex-start}}.styles-module__TrainingPathDetailPage__0lL1r .styles-module__headerInfo__pLttO{display:flex;flex-direction:column;gap:10px}.styles-module__TrainingPathDetailPage__0lL1r .styles-module__headerInfo__pLttO h1{margin:0;font-size:48px;line-height:72px;color:var(--black)}@media (max-width: 768px){.styles-module__TrainingPathDetailPage__0lL1r .styles-module__headerInfo__pLttO h1{font-size:32px;line-height:48px}}.styles-module__TrainingPathDetailPage__0lL1r .styles-module__headerInfo__pLttO .styles-module__subtitle__eu6GO{margin:0;font-size:16px;line-height:24px;color:#6b6b6b}.styles-module__TrainingPathDetailPage__0lL1r .styles-module__headerActions__cYtUG{display:flex;gap:12px}.styles-module__TrainingPathDetailPage__0lL1r .styles-module__headerActions__cYtUG button{white-space:nowrap}@media (max-width: 768px){.styles-module__TrainingPathDetailPage__0lL1r .styles-module__headerActions__cYtUG,.styles-module__TrainingPathDetailPage__0lL1r .styles-module__headerActions__cYtUG button{width:100%}}.styles-module__TrainingPathDetailPage__0lL1r .styles-module__statusRow__11f5C{display:inline-flex;align-items:center;gap:10px}.styles-module__TrainingPathDetailPage__0lL1r .styles-module__resumeRow__bg6z1{display:flex;align-items:center;gap:12px}.styles-module__TrainingPathDetailPage__0lL1r .styles-module__resumeRow__bg6z1 button,.styles-module__TrainingPathDetailPage__0lL1r .styles-module__resumeRow__bg6z1 .styles-module__statusBadge__RkiWn,.styles-module__TrainingPathDetailPage__0lL1r .styles-module__resumeRow__bg6z1 .styles-module__certificationBadge__VlK2J{width:100%}@media (max-width: 768px){.styles-module__TrainingPathDetailPage__0lL1r .styles-module__resumeRow__bg6z1{flex-direction:column;align-items:stretch}}.styles-module__TrainingPathDetailPage__0lL1r .styles-module__resumeRow__bg6z1 .styles-module__statusBadge__RkiWn{padding:16px 32px;border-radius:8px;background-color:#f3f4f6;border:1px solid #e5e7eb;color:#6b7280;font-size:18px;font-weight:600;text-align:center;display:flex;align-items:center;justify-content:center;min-height:56px}.styles-module__TrainingPathDetailPage__0lL1r .styles-module__certificationBadge__VlK2J{width:100%;padding:18px 24px;border-radius:12px;background-color:#f9fafb;border:1px solid #e5e7eb;display:flex;align-items:center;justify-content:center;min-height:72px}.styles-module__TrainingPathDetailPage__0lL1r .styles-module__certificationBadge__VlK2J .styles-module__certificationText__LhooY{text-align:center;color:#000}.styles-module__TrainingPathDetailPage__0lL1r .styles-module__certificationBadge__VlK2J .styles-module__certificationText__LhooY .styles-module__certificationLabel__ux3Kn{font-size:14px;font-weight:500;margin-bottom:4px;opacity:.8}.styles-module__TrainingPathDetailPage__0lL1r .styles-module__certificationBadge__VlK2J .styles-module__certificationText__LhooY .styles-module__certificationTitle__MP2T1{font-size:22px;font-weight:700;line-height:1.2}.styles-module__TrainingPathDetailPage__0lL1r .styles-module__completionBanner__HuFEq{margin-bottom:32px;padding:24px;border:1px solid rgba(0,0,0,.05);border-radius:16px;background:linear-gradient(135deg,#f0f9ff,#e0f2fe);width:100%;max-width:100%;box-sizing:border-box}.styles-module__TrainingPathDetailPage__0lL1r .styles-module__completionBanner__HuFEq .styles-module__completionBannerContent__iEfZz{text-align:center;display:flex;flex-direction:column;align-items:center;gap:12px}.styles-module__TrainingPathDetailPage__0lL1r .styles-module__completionBanner__HuFEq .styles-module__completionBannerContent__iEfZz .styles-module__trophyEmoji__1g7Lv{font-size:48px;margin-bottom:8px}.styles-module__TrainingPathDetailPage__0lL1r .styles-module__completionBanner__HuFEq .styles-module__completionBannerContent__iEfZz h4{margin:0;color:#0c4a6e;font-size:24px;font-weight:600}.styles-module__TrainingPathDetailPage__0lL1r .styles-module__completionBanner__HuFEq .styles-module__completionBannerContent__iEfZz p{margin:0;color:#0c4a6e;font-size:18px;opacity:.9;max-width:500px}.styles-module__TrainingPathDetailPage__0lL1r .styles-module__approvedBanner__OlbVf{margin-bottom:32px;padding:24px;border:1px solid rgba(0,0,0,.05);border-radius:16px;background:linear-gradient(135deg,#fef3c7,#fde68a);width:100%;max-width:100%;box-sizing:border-box}.styles-module__TrainingPathDetailPage__0lL1r .styles-module__approvedBanner__OlbVf .styles-module__approvedBannerContent__www4M{text-align:center;display:flex;flex-direction:column;align-items:center;gap:12px}.styles-module__TrainingPathDetailPage__0lL1r .styles-module__approvedBanner__OlbVf .styles-module__approvedBannerContent__www4M .styles-module__trophyEmoji__1g7Lv{font-size:48px;margin-bottom:8px}.styles-module__TrainingPathDetailPage__0lL1r .styles-module__approvedBanner__OlbVf .styles-module__approvedBannerContent__www4M h4{margin:0;color:#dc2626;font-size:24px;font-weight:600}.styles-module__TrainingPathDetailPage__0lL1r .styles-module__approvedBanner__OlbVf .styles-module__approvedBannerContent__www4M .styles-module__approvedText__W8hrd{display:flex;flex-direction:column;align-items:center;gap:8px}.styles-module__TrainingPathDetailPage__0lL1r .styles-module__approvedBanner__OlbVf .styles-module__approvedBannerContent__www4M .styles-module__approvedText__W8hrd .styles-module__approvedLabel__Rx2Je{color:#dc2626;font-size:18px;opacity:.9}.styles-module__TrainingPathDetailPage__0lL1r .styles-module__approvedBanner__OlbVf .styles-module__approvedBannerContent__www4M .styles-module__approvedText__W8hrd .styles-module__approvedName__HWHHf{color:#000;font-size:48px;font-weight:700;line-height:1.1;word-break:break-word}@media (max-width: 768px){.styles-module__TrainingPathDetailPage__0lL1r .styles-module__approvedBanner__OlbVf .styles-module__approvedBannerContent__www4M .styles-module__approvedText__W8hrd .styles-module__approvedName__HWHHf{font-size:32px}}.styles-module__TrainingPathDetailPage__0lL1r .styles-module__approvedBanner__OlbVf .styles-module__approvedBannerContent__www4M .styles-module__approvedText__W8hrd .styles-module__certificationDate__qP9T1{color:#dc2626;font-size:16px;opacity:.8;margin-top:8px}.styles-module__TrainingPathDetailPage__0lL1r .styles-module__certificationBanner__sDZrv{margin-bottom:32px;padding:24px;border:1px solid rgba(0,0,0,.05);border-radius:16px;background:linear-gradient(135deg,#dcfce7,#bbf7d0)}.styles-module__TrainingPathDetailPage__0lL1r .styles-module__certificationBanner__sDZrv .styles-module__certificationBannerContent__Dbg1Z{text-align:center;display:flex;flex-direction:column;align-items:center;gap:12px}.styles-module__TrainingPathDetailPage__0lL1r .styles-module__certificationBanner__sDZrv .styles-module__certificationBannerContent__Dbg1Z .styles-module__certificationEmoji__b7QBW{font-size:48px;margin-bottom:8px}.styles-module__TrainingPathDetailPage__0lL1r .styles-module__certificationBanner__sDZrv .styles-module__certificationBannerContent__Dbg1Z h4{margin:0;color:#166534;font-size:24px;font-weight:600}.styles-module__TrainingPathDetailPage__0lL1r .styles-module__certificationBanner__sDZrv .styles-module__certificationBannerContent__Dbg1Z .styles-module__approvedText__W8hrd{display:flex;flex-direction:column;align-items:center;gap:8px}.styles-module__TrainingPathDetailPage__0lL1r .styles-module__certificationBanner__sDZrv .styles-module__certificationBannerContent__Dbg1Z .styles-module__approvedText__W8hrd .styles-module__approvedLabel__Rx2Je{color:#166534;font-size:18px;opacity:.9}.styles-module__TrainingPathDetailPage__0lL1r .styles-module__certificationBanner__sDZrv .styles-module__certificationBannerContent__Dbg1Z .styles-module__approvedText__W8hrd .styles-module__approvedName__HWHHf{color:#166534;font-size:48px;font-weight:700;line-height:1.1}.styles-module__TrainingPathDetailPage__0lL1r .styles-module__certificationBanner__sDZrv .styles-module__certificationBannerContent__Dbg1Z .styles-module__approvedText__W8hrd .styles-module__certificationDate__qP9T1{color:#166534;font-size:16px;opacity:.8;margin-top:8px}.styles-module__TrainingPathDetailPage__0lL1r .styles-module__heroContent__6tpPq{display:flex;flex-direction:column;gap:16px}.styles-module__TrainingPathDetailPage__0lL1r .styles-module__heroContent__6tpPq h1{margin:0;font-size:40px;line-height:48px}@media (max-width: 768px){.styles-module__TrainingPathDetailPage__0lL1r .styles-module__heroContent__6tpPq h1{font-size:28px;line-height:34px}}.styles-module__TrainingPathDetailPage__0lL1r .styles-module__statusLabel__506fb{margin:0;font-size:14px;text-transform:uppercase;letter-spacing:.08em;color:#666}.styles-module__TrainingPathDetailPage__0lL1r .styles-module__statusBadge__RkiWn{display:inline-flex;align-items:center;padding:6px 18px;border-radius:999px;font-size:16px;line-height:24px;text-transform:capitalize}.styles-module__TrainingPathDetailPage__0lL1r .styles-module__statusBadge__RkiWn[data-status=published],.styles-module__TrainingPathDetailPage__0lL1r .styles-module__statusBadge__RkiWn[data-status=active],.styles-module__TrainingPathDetailPage__0lL1r .styles-module__statusBadge__RkiWn[data-status=approved]{background-color:#6cc0732e;color:#1f7a2e}.styles-module__TrainingPathDetailPage__0lL1r .styles-module__statusBadge__RkiWn[data-status=assigned]{background-color:#fdb25826;color:#c05500}.styles-module__TrainingPathDetailPage__0lL1r .styles-module__statusBadge__RkiWn[data-status=in-progress],.styles-module__TrainingPathDetailPage__0lL1r .styles-module__statusBadge__RkiWn[data-status=processing]{background-color:#7ab2ff33;color:#1b56b6}.styles-module__TrainingPathDetailPage__0lL1r .styles-module__statusBadge__RkiWn[data-status=completed]{background-color:#6cc0732e;color:#1f7a2e}.styles-module__TrainingPathDetailPage__0lL1r .styles-module__statusBadge__RkiWn[data-status=inactive],.styles-module__TrainingPathDetailPage__0lL1r .styles-module__statusBadge__RkiWn[data-status=canceled]{background-color:#6666661f;color:#4a4a4a}.styles-module__TrainingPathDetailPage__0lL1r .styles-module__metricsGrid__SZc1Z{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px;width:100%}@media (max-width: 768px){.styles-module__TrainingPathDetailPage__0lL1r .styles-module__metricsGrid__SZc1Z{grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:12px}}.styles-module__TrainingPathDetailPage__0lL1r .styles-module__metricCard__5Paq2{border:none;border-radius:16px;padding:29px 36px 31px;display:flex;flex-direction:column;gap:10px;background-color:#f8f8f8;min-height:263px;justify-content:flex-start}.styles-module__TrainingPathDetailPage__0lL1r .styles-module__metricValue__Cnlou{font-size:48px;line-height:72px;font-weight:600;color:var(--primary)}.styles-module__TrainingPathDetailPage__0lL1r .styles-module__metricLabel__3WeMU{font-size:24px;line-height:36px;font-weight:600;color:var(--black)}.styles-module__TrainingPathDetailPage__0lL1r .styles-module__metricDescription__CCJvH{margin:0;font-size:18px;line-height:27px;color:var(--text)}.styles-module__TrainingPathDetailPage__0lL1r .styles-module__progressCell__kcKd6{display:flex;align-items:center;gap:12px;width:200px;min-width:200px}@media (max-width: 768px){.styles-module__TrainingPathDetailPage__0lL1r .styles-module__progressCell__kcKd6{width:100%;min-width:0;gap:8px}}.styles-module__TrainingPathDetailPage__0lL1r .styles-module__progressCell__kcKd6 span{min-width:48px;text-align:right}@media (max-width: 768px){.styles-module__TrainingPathDetailPage__0lL1r .styles-module__progressCell__kcKd6 span{min-width:40px;font-size:14px}}.styles-module__TrainingPathDetailPage__0lL1r .styles-module__progressBar__rBT87{flex:1;height:8px;border-radius:999px;background-color:#00000014;overflow:hidden}@media (max-width: 768px){.styles-module__TrainingPathDetailPage__0lL1r .styles-module__progressBar__rBT87{height:6px}}.styles-module__TrainingPathDetailPage__0lL1r .styles-module__progressFill__uYBIG{height:100%;border-radius:999px;background:linear-gradient(160deg,#fdb258 -65%,#f5658c,#f8585c 233%)}.styles-module__TrainingPathDetailPage__0lL1r .styles-module__sectionCard__PdYsk{padding:28px 32px;margin-bottom:32px;border-radius:24px;background-color:#fff;width:100%;max-width:100%;box-sizing:border-box}@media (max-width: 768px){.styles-module__TrainingPathDetailPage__0lL1r .styles-module__sectionCard__PdYsk{padding:20px}}.styles-module__TrainingPathDetailPage__0lL1r .styles-module__sectionHeader__nav5t{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.styles-module__TrainingPathDetailPage__0lL1r .styles-module__sectionHeader__nav5t h3{margin:0;font-size:28px;line-height:34px}@media (max-width: 768px){.styles-module__TrainingPathDetailPage__0lL1r .styles-module__sectionHeader__nav5t{flex-direction:column;align-items:flex-start;gap:12px}.styles-module__TrainingPathDetailPage__0lL1r .styles-module__sectionHeader__nav5t button{width:100%}}.styles-module__TrainingPathDetailPage__0lL1r .styles-module__sectionTitle__7vcnI{display:inline-flex;align-items:center;gap:12px}.styles-module__TrainingPathDetailPage__0lL1r .styles-module__sectionIcon__yHlsQ{display:inline-flex;align-items:center;justify-content:center}.styles-module__TrainingPathDetailPage__0lL1r .styles-module__sectionIcon__yHlsQ img{width:24px;height:24px}.styles-module__TrainingPathDetailPage__0lL1r .styles-module__tableContainer__tXjqA{display:flex;justify-content:center;overflow-x:auto;width:100%}@media (max-width: 768px){.styles-module__TrainingPathDetailPage__0lL1r .styles-module__tableContainer__tXjqA{overflow-x:visible}}.styles-module__TrainingPathDetailPage__0lL1r .styles-module__table__9ISHd{width:100%;border-collapse:collapse}.styles-module__TrainingPathDetailPage__0lL1r .styles-module__table__9ISHd thead{height:50px}@media (max-width: 768px){.styles-module__TrainingPathDetailPage__0lL1r .styles-module__table__9ISHd thead{display:none}}.styles-module__TrainingPathDetailPage__0lL1r .styles-module__table__9ISHd thead th{padding:0 6px 28px;font-weight:500;font-size:24px;line-height:36px;color:var(--black);text-align:left}.styles-module__TrainingPathDetailPage__0lL1r .styles-module__table__9ISHd thead th:first-of-type{padding-left:0;width:35%}.styles-module__TrainingPathDetailPage__0lL1r .styles-module__table__9ISHd tbody tr{cursor:pointer}.styles-module__TrainingPathDetailPage__0lL1r .styles-module__table__9ISHd tbody tr:not(:last-of-type) td{border-bottom:1px solid rgba(0,0,0,.05)}@media (max-width: 768px){.styles-module__TrainingPathDetailPage__0lL1r .styles-module__table__9ISHd tbody tr:not(:last-of-type) td{border-bottom:none}}.styles-module__TrainingPathDetailPage__0lL1r .styles-module__table__9ISHd tbody tr:hover td{background-color:#f9f9f9}@media (max-width: 768px){.styles-module__TrainingPathDetailPage__0lL1r .styles-module__table__9ISHd tbody tr:hover td{background-color:transparent}}@media (max-width: 768px){.styles-module__TrainingPathDetailPage__0lL1r .styles-module__table__9ISHd tbody tr{display:block;padding:14px 16px;margin-bottom:12px;background-color:#fff;border:1px solid rgba(0,0,0,.05);border-radius:12px;cursor:pointer;transition:box-shadow .2s ease}.styles-module__TrainingPathDetailPage__0lL1r .styles-module__table__9ISHd tbody tr:active{box-shadow:0 2px 8px #0000001a}}.styles-module__TrainingPathDetailPage__0lL1r .styles-module__table__9ISHd tbody td{padding:12px 6px;font-weight:500;font-size:24px;line-height:36px;color:var(--text);transition:background-color .15s ease}.styles-module__TrainingPathDetailPage__0lL1r .styles-module__table__9ISHd tbody td:first-of-type{padding-left:0;width:35%}.styles-module__TrainingPathDetailPage__0lL1r .styles-module__table__9ISHd tbody td:nth-of-type(4){width:200px;min-width:200px}@media (max-width: 768px){.styles-module__TrainingPathDetailPage__0lL1r .styles-module__table__9ISHd tbody td:nth-of-type(4){width:100%;min-width:0}}.styles-module__TrainingPathDetailPage__0lL1r .styles-module__table__9ISHd tbody td:last-of-type{min-width:450px}@media (max-width: 768px){.styles-module__TrainingPathDetailPage__0lL1r .styles-module__table__9ISHd tbody td:last-of-type{min-width:0}}@media (max-width: 768px){.styles-module__TrainingPathDetailPage__0lL1r .styles-module__table__9ISHd tbody td{display:flex;width:100%;padding:8px 0;border-bottom:1px solid rgba(0,0,0,.05);font-size:14px;line-height:20px}.styles-module__TrainingPathDetailPage__0lL1r .styles-module__table__9ISHd tbody td:first-of-type{padding-top:0;border-bottom:none;margin-bottom:6px}.styles-module__TrainingPathDetailPage__0lL1r .styles-module__table__9ISHd tbody td:last-of-type{padding-bottom:0;border-bottom:none;margin-top:8px}.styles-module__TrainingPathDetailPage__0lL1r .styles-module__table__9ISHd tbody td[data-label]:not([data-label=""]):before{content:attr(data-label) ": ";font-weight:600;color:#666;margin-right:6px;flex-shrink:0;min-width:85px;font-size:13px}.styles-module__TrainingPathDetailPage__0lL1r .styles-module__table__9ISHd tbody td[data-label=""]{border-bottom:none}}.styles-module__viewCell__S41bW{width:120px;text-align:center;white-space:nowrap}.styles-module__viewCell__S41bW .styles-module__playButton__8yPq6{padding:0;background-color:transparent;border:none;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;margin:0 auto}.styles-module__viewCell__S41bW .styles-module__playButton__8yPq6 img{width:48px;height:48px}@media (max-width: 768px){.styles-module__viewCell__S41bW{text-align:center;padding-top:6px;margin-top:4px}.styles-module__viewCell__S41bW .styles-module__playButton__8yPq6{width:auto;justify-content:center;margin:0 auto}.styles-module__viewCell__S41bW .styles-module__playButton__8yPq6 img{width:36px;height:36px}}.styles-module__itemTitle__vXhfw{margin:0;font-weight:600;font-size:24px;line-height:32px;color:var(--black)}@media (max-width: 768px){.styles-module__itemTitle__vXhfw{font-size:18px;line-height:24px}}@media (max-width: 768px){.styles-module__itemTitleWrapper__yBTtz{gap:8px}}.styles-module__statusIcon__gnk4V{display:inline-flex;justify-content:center;align-items:center;width:24px;height:24px;flex-shrink:0}@media (max-width: 768px){.styles-module__statusIcon__gnk4V{width:20px;height:20px}}.styles-module__statusIcon__gnk4V img{width:20px;height:20px;filter:grayscale(100%) opacity(.5)}@media (max-width: 768px){.styles-module__statusIcon__gnk4V img{width:16px;height:16px}}.styles-module__statusIcon__gnk4V.styles-module__statusIconComplete__JU-tx img{filter:brightness(0) saturate(100%) invert(48%) sepia(79%) saturate(2476%) hue-rotate(86deg) brightness(118%) contrast(119%)}.styles-module__itemTitleWrapper__yBTtz{display:flex;align-items:center;gap:10px}.styles-module__statusIcon__gnk4V{display:inline-flex;justify-content:center;align-items:center;width:20px;height:20px;border-radius:50%;border:2px solid #cccccc;background-color:transparent}.styles-module__statusIcon__gnk4V img{width:12px;height:12px;opacity:.6}.styles-module__statusIconComplete__JU-tx{border-color:#37a172;background-color:#37a17226}.styles-module__statusIconComplete__JU-tx img{opacity:1;filter:brightness(0) saturate(100%) hue-rotate(-60deg)}.styles-module__rowActions__lh7-s{display:flex;justify-content:flex-end;gap:12px;align-items:center}.styles-module__rowActions__lh7-s button{min-width:auto;min-height:48px;height:auto;padding:12px 20px;font-size:18px;line-height:1.2;display:flex;align-items:center;justify-content:center;white-space:nowrap}@media (max-width: 768px){.styles-module__rowActions__lh7-s{flex-direction:column;align-items:stretch;gap:8px;padding-top:0}.styles-module__rowActions__lh7-s button{width:100%;font-size:16px;padding:10px 16px}}.styles-module__loaderContainer__ZiAee{padding:64px 0;display:flex;justify-content:center}.styles-module__emptyState__fDYEe{padding:64px 0;text-align:center;color:#666;font-size:20px}.styles-module__emptyState__fDYEe h2{margin:0 0 16px;font-size:28px;line-height:34px;font-weight:600;color:var(--black)}.styles-module__emptyState__fDYEe p{margin:0;font-size:18px;line-height:26px;color:#666}
