.Toastify__toast-container{z-index:9999;position:fixed;padding:4px;width:320px;box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:1em;left:1em}.Toastify__toast-container--top-center{top:1em;left:50%;margin-left:-160px}.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%;margin-left:-160px}.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-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0}.Toastify__toast-container--rtl{right:0;left:auto}}.Toastify__toast{position:relative;min-height:64px;box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:1px;box-shadow:0 1px 10px 0 rgba(0,0,0,.1),0 2px 15px 0 rgba(0,0,0,.05);display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;max-height:800px;overflow:hidden;font-family:sans-serif;cursor:pointer;direction:ltr}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--default{background:#fff;color:#aaa}.Toastify__toast--info{background:#3498db}.Toastify__toast--success{background:#07bc0c}.Toastify__toast--warning{background:#f1c40f}.Toastify__toast--error{background:#e74c3c}.Toastify__toast-body{margin:auto 0;-ms-flex:1;flex:1}@media only screen and (max-width:480px){.Toastify__toast{margin-bottom:0}}.Toastify__close-button{color:#fff;font-weight:700;font-size:14px;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--default{color:#000;opacity:.3}.Toastify__close-button:focus,.Toastify__close-button:hover{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:9999;opacity:.7;background-color:hsla(0,0%,100%,.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:auto;transform-origin:right}.Toastify__progress-bar--default{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55)}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{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--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}.Toast .Toastify__body{font-size:14px;font-weight:400}.Toastify__toast-container{z-index:9000}.Toast{background-color:rgba(0,0,0,.8);padding:8px 16px;color:#fff}.Toast-actions{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row}.Toast-actions .btn{margin-left:16px}.Toast-actions .btn:first-of-type{margin-left:0}.Toast-actions .btn--icon{width:inherit}.Toast-progress{height:4px}.Toast-progress.Toastify__progress-bar--default{background:hsla(0,0%,100%,.7)}.badge-root{position:relative;display:-ms-inline-flexbox;display:inline-flex;vertical-align:middle;box-sizing:inherit}.badge-root .badge{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:center;justify-content:center;-ms-flex-line-pack:center;align-content:center;-ms-flex-align:center;align-items:center;position:absolute;top:0;right:0;transform:translate(50%,-50%) scale(1)}.badge-root .badge--invisible{transform:translate(50%,-50%) scale(0);transform-origin:50% 50%;transition:transform 225ms cubic-bezier(.4,0,.2,1)}.badge-root .icon+.badge{transform:translate(calc(50% - 2px),calc(-50% + 2px)) scale(1)}.badge-root .icon+.badge--invisible{transform:translate(calc(50% - 2px),calc(-50% + 2px)) scale(0);transform-origin:50% 50%;transition:transform 225ms cubic-bezier(.4,0,.2,1)}.badge-root .badge--light{background-color:#f5f5f5}.DrawerListItem--subitem .DrawerListItem-text{font-size:14px;font-weight:400}.DrawerListItem-text{font-size:14px;font-weight:500}.DrawerListItem{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;width:264px;height:48px;padding-right:8px;background-color:transparent;cursor:pointer;transition:background-color .2s ease}.DrawerListItem a{color:rgba(0,0,0,.8)}.DrawerListItem a:hover{color:#0091ea;transition:color .2s ease}.DrawerListItem-icon{padding:0 24px 0 16px}.DrawerListItem-icon .icon:before{color:rgba(0,0,0,.6)}.DrawerListItem-text{-ms-flex-positive:3;flex-grow:3;color:rgba(0,0,0,.8);text-transform:uppercase;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;transition:color .2s ease}.DrawerListItem-text--active{color:#0091ea}.DrawerListItem-counter{padding-left:8px}.DrawerListItem--subitem{background-color:#f5f5f5;height:32px}.DrawerListItem--subitem .DrawerListItem-text{text-transform:none;padding-left:64px}.DrawerListItem--subitem:hover{background-color:#eee}.DrawerListItem:hover .DrawerListItem-text{color:#0091ea}.Drawer-docked{-ms-flex:0 0 auto;flex:0 0 auto}.Drawer-paper{box-shadow:none;background-color:#fff;overflow-y:auto;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;height:100%;-ms-flex:1 0 auto;flex:1 0 auto;z-index:1200;-webkit-overflow-scrolling:"touch"}.Drawer-paper-anchor-left{left:0;right:auto}.Drawer-paper-anchor-right{left:auto;right:0}.Drawer-paper-anchor-top{top:0;left:0;bottom:auto;right:0;height:auto;max-height:100%}.Drawer-paper-anchor-bottom{top:auto;left:0;bottom:0;right:0;height:auto;max-height:100%}.Drawer-paper-anchor-docked-left{border-right:1px solid rgba(0,0,0,.12)}.Drawer-paper-anchor-docked-top{border-bottom:1px solid rgba(0,0,0,.12)}.Drawer-paper-anchor-docked-right{border-left:1px solid rgba(0,0,0,.12)}.Drawer-paper-anchor-docked-bottom{border-top:1px solid rgba(0,0,0,.12)}.Collapse-container{height:0;overflow:hidden;transition:height .3s cubic-bezier(.4,0,.2,1) 0ms}.Collapse-entered{height:auto;overflow:visible}.Collapse-wrapper{display:-ms-flexbox;display:flex}.Collapse-wrapper-inner{width:100%}.Image--with-background{background-color:#fff}.Image--with-border,.Image--with-border amp-img{box-shadow:0 0 3px 0 rgba(0,0,0,.2),0 0 0 2px #fff}.Image-fallback{display:inline-block;text-align:center;width:32px;height:32px;color:#fff;text-transform:uppercase;font-size:16px;line-height:32px;font-weight:200;vertical-align:middle}.Image-fallback--yellow{background-color:#f9ca06}.Image-fallback--blue{background-color:#0091ea}.Image-fallback--green{background-color:#7cb342}.Image-fallback--orange{background-color:#fb8c00}.Image-fallback--red{background-color:#f83c00}.Image-fallback--gray{background-color:#9e9e9e}.Image-fallback--bluegray{background-color:#607d8b}.Image-fallback.avatar--xs{line-height:16px;font-size:8px}.Image-fallback.avatar--sm{line-height:24px;font-size:12px}.Image-fallback.avatar--lg{line-height:48px;font-size:24px}.Image-fallback.avatar--xl{line-height:96px;font-size:48px}.Image-fallback.avatar--xxl{line-height:192px;font-size:96px}.UploadButton-file-input{position:fixed;top:-1000px}.WithMetricsDispatcher{display:inline}.AvatarEditForm{padding:24px 16px;display:table}.AvatarEditForm-preview{display:inline-block}.AvatarEditForm-avatar{text-align:right;padding-right:16px}.AvatarEditForm-button{margin:8px 0}@media (min-width:1024px){.AvatarEditForm-avatar,.AvatarEditForm-avatar-options{float:none;display:table-cell}.AvatarEditForm-avatar-options{vertical-align:middle}}@media (max-width:767px){.AvatarEditForm-buttons{display:table}.AvatarEditForm-button{display:table;margin:8px auto}}.NewOrganizationInquireForm-domain{font-size:14px;font-weight:700}.NewOrganizationInquireForm{padding:24px 16px 0;min-height:304px}.NewOrganizationInquireForm .row{margin-bottom:16px}.NewOrganizationInquireForm .control-message{height:unset;margin-top:4px}.NewOrganizationInquireForm-label{display:block;line-height:19px;color:rgba(0,0,0,.6)}.NewOrganizationInquireForm-username{display:inline-block;width:calc(100% - 144px)}.NewOrganizationInquireForm-domain{margin-left:8px}.NewOrganizationInquireForm-oab-field+.NewOrganizationInquireForm-oab-field{padding-left:0}.NewOrganizationInquireAvatar .avatar{border-radius:8px}.Spinner-label{font-size:14px;font-weight:400}.Spinner{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.Spinner-loader{position:relative;margin:0 auto}.Spinner-loader:before{content:"";display:block;padding-top:100%}.Spinner-circular{animation:rotate 2s linear infinite;height:100%;transform-origin:center center;width:100%;position:absolute;top:0;bottom:0;left:0;right:0;margin:auto}.Spinner-path{stroke-dasharray:1,200;stroke-dashoffset:0;stroke-linecap:round;animation:dash 1.5s ease-in-out infinite,colors 4.5s ease-in-out infinite}.Spinner-label{display:inline-block;margin-left:16px}.Spinner--dark{color:rgba(0,0,0,.6)}.Spinner--dark .Spinner-path{animation:dash 1.5s ease-in-out infinite,dark 4.5s ease-in-out infinite}.Spinner--light{color:#fff}.Spinner--light .Spinner-path{animation:dash 1.5s ease-in-out infinite,light 4.5s ease-in-out infinite}@keyframes rotate{to{transform:rotate(1turn)}}@keyframes dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-15px}to{stroke-dasharray:89,200;stroke-dashoffset:-40px}}@keyframes colors{0%,to{stroke:#0091ea}55%{stroke:#7cb342}80%,90%{stroke:#f9ca06}}@keyframes dark{0%,55%,80%,90%,to{stroke:rgba(0,0,0,.6)}}@keyframes light{0%,55%,80%,90%,to{stroke:hsla(0,0%,100%,.7)}}.CreateOrgMultiStep-footer{font-size:12px;font-weight:400}.CreateOrgMultiStep-description{font-size:14px;font-weight:400}.CreateOrgMultiStep-finish-subtitle{font-size:16px;font-weight:400}.CreateOrgMultiStep-finish-title{font-size:24px;font-weight:400}.CreateOrgMultiStep-opened{background:rgba(0,0,0,.6)}.CreateOrgMultiStep .modal-body{padding:0;max-height:100%;color:rgba(0,0,0,.6)}.CreateOrgMultiStep-cancel{margin:0 16px}.CreateOrgMultiStep-body{background-color:#fafafa}.CreateOrgMultiStep-header{padding:16px;background-color:#fff;text-align:center}.CreateOrgMultiStep-buttons-wrapper{padding:16px;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:justify;justify-content:space-between}.CreateOrgMultiStep-buttons-right{-ms-flex-positive:1;flex-grow:1;text-align:right}.CreateOrgMultiStep-footer{padding:16px;text-align:center}.CreateOrgMultiStep-image{margin-bottom:24px}.CreateOrgMultiStep-title{color:rgba(0,0,0,.8);line-height:32px}.CreateOrgMultiStep-description{line-height:18px}.CreateOrgMultiStep-finish{min-height:176px}.CreateOrgMultiStep-finish-header{min-width:264px;padding:40px 72px}.CreateOrgMultiStep-finish-body{-ms-flex-positive:1;flex-grow:1;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:justify;justify-content:space-between}.CreateOrgMultiStep-finish-msg{padding:64px 32px 32px}.CreateOrgMultiStep-finish-title{line-height:24px;padding-bottom:8px;color:rgba(0,0,0,.8)}.CreateOrgMultiStep-finish-subtitle{line-height:20px;padding-bottom:8px;color:rgba(0,0,0,.6)}.CreateOrgMultiStep-header{padding:24px 32px}.CreateOrgMultiStep-loading.modal-body{text-align:center;padding:48px}@media (min-width:768px){.CreateOrgMultiStep .modal-dialog{max-width:736px;width:736px}.CreateOrgMultiStep-withSideView .modal-body{display:-ms-flexbox;display:flex}.CreateOrgMultiStep-withSideView .CreateOrgMultiStep-header{padding:24px 32px}.CreateOrgMultiStep-withSideView .CreateOrgMultiStep-body,.CreateOrgMultiStep-withSideView .CreateOrgMultiStep-header{width:50%}}.OrganizationListItem-text{font-size:14px;font-weight:500}.OrganizationListItem{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;width:264px;height:48px;padding-right:8px;background-color:#f5f5f5;cursor:pointer;transition:background-color .2s ease}.OrganizationListItem-text{-ms-flex-positive:3;flex-grow:3;color:rgba(0,0,0,.8);text-transform:uppercase;padding-left:8px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;transition:color .2s ease}.OrganizationListItem-text--active,.OrganizationListItem-text:hover{color:#0091ea}.OrganizationListItem-profile{margin-left:32px}.OrganizationListItem-create{width:24px;height:24px;margin-left:32px;border-radius:3px;border:1px dashed #9e9e9e;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}.OrganizationListItem--create .OrganizationListItem-text{padding-left:8px;color:#9e9e9e}.OrganizationListItem--create .OrganizationListItem-text:hover{color:#757575}.PopeyeNavSidebar-drawer-content,.scrollbar--hidden{scrollbar-width:none;-ms-overflow-style:none}.PopeyeNavSidebar-drawer-content::-webkit-scrollbar,.scrollbar--hidden::-webkit-scrollbar{display:none}.PopeyeNavSidebar{position:fixed;-ms-flex-order:0;order:0;top:0;left:0;z-index:5000}.PopeyeNavSidebar--shift{position:relative;top:0;left:0}.PopeyeNavSidebar--shift-opened{width:264px;height:100%}.PopeyeNavSidebar--shift-closed{width:0}.PopeyeNavSidebar--block{display:-ms-flexbox;display:flex}.PopeyeNavSidebar-appbar{width:calc(100% - 264px);margin-left:264px}.PopeyeNavSidebar-drawer{width:264px;-ms-flex-negative:0;flex-shrink:0}.PopeyeNavSidebar-drawer-paper{width:264px}.PopeyeNavSidebar-drawer-content{overflow-x:hidden;height:calc(100vh - 64px);background-color:#fafafa;padding-top:8px}.PopeyeNavSidebar-drawer--mini-opened .PopeyeNavSidebar-drawer-paper{transition:width 225ms cubic-bezier(.4,0,.6,1) 0ms}.PopeyeNavSidebar-drawer--mini-closed{width:56px}.PopeyeNavSidebar-drawer--mini-closed .PopeyeNavSidebar-drawer-paper{width:56px;transition:width 195ms cubic-bezier(.4,0,.6,1) 0ms}.PopeyeNavSidebar-toolbar{background-color:#fafafa;min-height:64px}@media (min-width:0px) and (orientation:landscape){.PopeyeNavSidebar--block-toolbar{height:48px}}@media (min-width:600px){.PopeyeNavSidebar--block-toolbar{height:48px}}.FactsForReferenceModal-CopyMessage{font-size:12px;font-weight:400}.FactsForReferenceModal-body{font-size:20px;font-weight:400}.FactsForReferenceModal-head .modal-header{position:relative}.FactsForReferenceModal-head .modal-header .FactsForReferenceModal-Copy{position:absolute;top:0;right:48px}.FactsForReferenceModal-body{padding:0;border:none;color:rgba(0,0,0,.6);font-family:Georgia,Times New Roman,Times,serif;line-height:1.6;letter-spacing:.1px;word-wrap:break-word;-webkit-font-smoothing:antialiased;width:100%;height:376px}.FactsForReferenceModal-body .FactsForReference-overlay{position:absolute;width:100%;height:100%;opacity:0;top:0;right:0}.FactsForReferenceModal-Copy{float:right}.FactsForReferenceModal-Copy button.btn-icon-left{margin:8px}.FactsForReferenceModal-CopyMessage{margin-right:16px}.FactsForReferenceModal-CopyMessage.copied{color:#0091ea}.JurisprudenceDecisionTabs-item .label{font-size:10px;font-weight:400}.JurisprudenceDecisionTabs{margin:16px 0 0;padding:0}.JurisprudenceDecisionTabs--alignOnTop{margin:8px 0}.JurisprudenceDecisionTabs-itemWrapper{list-style:none;display:inline-block;margin:4px 8px 4px 0}.JurisprudenceDecisionTabs-itemWrapper:last-child{margin-right:0}.JurisprudenceDecisionTabs-itemWrapper--left,.JurisprudenceDecisionTabs-itemWrapper--left:last-child{float:left;margin-right:8px}.JurisprudenceDecisionTabs-item .label{margin-left:8px}.JurisprudenceDecisionTabs-item.active{cursor:default}@media screen and (max-width:768px){.JurisprudenceDecisionTabs{overflow-x:auto;white-space:nowrap}.JurisprudenceDecisionTabs-itemWrapper{margin:0 8px 0 0}.JurisprudenceDecisionTabs-itemWrapper:last-child{margin-right:0}}.LoginRequired{display:inline}.DownloadDocTrigger{padding:8px;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between}.DownloadDocTrigger-wrapper{margin-bottom:24px}.DownloadDocTrigger-file{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-align:center;align-items:center;color:rgba(0,0,0,.6);max-width:calc(100% - 184px)}.DownloadDocTrigger-file-title{margin-left:4px}.DownloadDocTrigger-error{margin-top:16px}.ProfileInfo-info-description{font-size:12px;font-weight:500}.ProfileInfo-small .ProfileInfo-info-title{font-size:14px;font-weight:500}.ProfileInfo-info-title{font-size:16px;font-weight:500}.ProfileInfo-badge.chip{margin:0 0 0 8px;max-width:48px}.ProfileInfo-title{line-height:normal}a.ProfileInfo-title-text,a.ProfileInfo-title-text:active,a.ProfileInfo-title-text:hover,a.ProfileInfo-title-text:visited{color:rgba(0,0,0,.8)}.ProfileInfo-wrapper{margin:8px 0}.ProfileInfo{display:-ms-flexbox;display:flex;display:-ms-flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:100%;height:48px}.ProfileInfo-small{height:32px}.ProfileInfo-small .ProfileInfo-info-description{margin-top:0}.ProfileInfo-image{-ms-flex:0 0 auto;flex:0 0 auto}.ProfileInfo-info{-ms-flex:1 1 auto;flex:1 1 auto;padding-left:8px;min-width:0}.ProfileInfo-info-title{color:rgba(0,0,0,.8);max-width:100%}.ProfileInfo-info-title:hover{text-decoration:none;color:rgba(0,0,0,.8)}.ProfileInfo-info-description{color:rgba(0,0,0,.38);margin-top:4px}.ProfileInfo-info-description-title .ProfileInfo-info-description,.ProfileInfo-info-description:focus,.ProfileInfo-info-description:hover{color:rgba(0,0,0,.38)}.ProfileInfo-info-title{width:100%}.ProfileInfo-info-title .ProfileInfo-title-text{display:inline-block;max-width:calc(100% - 48px);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;word-wrap:normal;vertical-align:top}.ProfileInfo-info-description,.ProfileInfo-info-title{float:left;clear:both;display:inline-block;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;word-wrap:normal}.ProfileInfo-action{-ms-flex:0 0 auto;flex:0 0 auto;margin-left:16px}.VerticalCounter-label{font-size:12px;font-weight:400}.VerticalCounter-value{font-size:16px;font-weight:500}.VerticalCounter{text-align:center;display:inline-block}.VerticalCounter-value{color:rgba(0,0,0,.8)}.VerticalCounter-label{text-transform:uppercase;margin-top:2px}.VerticalCounter-label,.VerticalCounter-label .VerticalCounter-link{color:rgba(0,0,0,.6)}.FollowButton:not(.btn--green){background-color:#fff}.FollowButton-transparent.btn--white{background:transparent}.FollowButton-follow.icon{color:#7cb342}.FollowButton-following.icon{color:#fff}.FollowButton-profile{min-width:50px}@media (max-width:544px){.FollowButton-label{display:none}.FollowButton .icon{margin:0;line-height:20px}}.DocumentFooter{background-color:#fafafa}.DocumentFooter-content{margin:0 auto;max-width:700px;padding:32px 16px 24px}.DocumentFooter-bio{padding-top:16px;font-size:14px;font-weight:400;line-height:1.5;color:rgba(0,0,0,.6);padding-bottom:20px}.DocumentFooter-bottom{margin:0;border-top:1px solid rgba(0,0,0,.12);height:48px;padding-top:8px}.DocumentFooter-bottom .VerticalCounter{height:36px;display:table-cell;vertical-align:middle}.DocumentFooter-bottom>:first-child{padding-left:0}.DocumentFooter-bottom>:last-child{padding-right:0}.DocumentInfo{font-size:12px;font-weight:400}.DocumentInfo-publisherName{font-size:12px;font-weight:500}.DocumentInfo{width:100%;color:rgba(0,0,0,.6);height:40px}.DocumentInfo:after{clear:both;content:"";display:table}.DocumentInfo-publisherLabel{line-height:40px;display:inline-block;max-width:calc(100% - 280px);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;word-wrap:normal}.DocumentInfo-publisherName a{color:rgba(0,0,0,.6)}.DocumentInfo-publisherName a:hover{text-decoration:underline}.DocumentInfo-publisherImage{line-height:40px;width:32px;height:32px;margin-right:8px}.DocumentInfo-publishedDate,.DocumentInfo-viewStats{color:rgba(0,0,0,.38)}.DocumentInfo-content{float:right;line-height:40px;max-width:240px}.DocumentInfo-viewStats{display:block;float:right;margin-left:24px}.DocumentInfo-viewStats .icon{color:rgba(0,0,0,.12);display:block;line-height:40px;margin-right:4px;float:left}@media (max-width:768px){.DocumentInfo-content{float:none;line-height:normal;max-width:100%}.DocumentInfo-viewStats .icon{line-height:16px}.DocumentInfo-publisherLabel{margin-top:4px;line-height:normal;display:inline-block;max-width:calc(100% - 40px);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;word-wrap:normal}}.DocumentInfoMobile .DocumentInfo-content{float:none;line-height:normal;max-width:100%}.DocumentInfoMobile .DocumentInfo-viewStats .icon{line-height:16px}.DocumentInfoMobile .DocumentInfo-publisherLabel{margin-top:4px;line-height:normal;display:inline-block;max-width:calc(100% - 40px);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;word-wrap:normal}.ModalInquireViewer-title{font-size:24px;font-weight:400}.ModalInquireViewer .modal-body{min-height:400px}.ModalInquireViewer-back{outline:none}.ModalInquireViewer-body-loading{display:table;text-align:center;width:100%}.ModalInquireViewer-body-loading-spinner{display:table-cell;vertical-align:middle}.ModalInquireViewer-title{color:rgba(0,0,0,.6);text-align:center;margin-bottom:32px}.ModalInquireViewer-footer,.ModalInquireViewer-header{background:none;border-top:none;border-bottom:none}.ModalInquireViewer-footer{padding:16px}.ModalInquireViewer-footer .btn--block{max-width:calc(100% - 32px)}.ModalInquireViewer-logo{width:auto;height:20px;margin:16px auto;position:absolute;left:0;right:0}.ModalInquireViewer-header .modal-title{padding-right:0}.DocumentModerationModal-radio{font-size:14px;font-weight:400}.DocumentModerationModal-body,.DocumentModerationModal-label{font-size:16px;font-weight:400}.DocumentModerationModal-title{font-size:20px;font-weight:500;margin-bottom:12px}.DocumentModerationModal-body{padding:16px}.DocumentModerationModal-body .approved-label,.DocumentModerationModal-body .disapproved-label,.DocumentModerationModal-body .review-label{margin-bottom:0}.DocumentModerationModal-body .btn{margin-right:8px}.DocumentModerationModal-radio{margin:8px 0}.DocumentModerationModal-footer{padding-top:16px}.DocumentModerationModal-label--approve,.DocumentModerationModal-message{margin-bottom:16px}.ModerationMessage-button,.ModerationMessage-content{font-size:14px;font-weight:400}.ModerationMessage-title{font-size:16px;font-weight:500}.ModerationMessage-review{background-color:#fdf0bb}.ModerationMessage-reproved{background-color:#feede7}.ModerationMessage-container{max-width:700px;padding:24px 0;margin:0 auto}.ModerationMessage-title{color:rgba(0,0,0,.8);margin:0}.ModerationMessage-content{color:rgba(0,0,0,.6);margin:8px 0 0}.ModerationMessage-button{text-transform:uppercase;margin-top:8px}@media (max-width:768px){.ModerationMessage-container{padding:24px 16px}}.DocumentHighlightModal-body{padding:16px 16px 24px}.DocumentHighlightMetaInfo{margin-top:16px}.DocumentHighlightMetaInfo-title{margin-bottom:8px;cursor:pointer}.DocumentHighlightMetaInfo table{font-size:12px}.DocumentHighlightMetaInfo table .metainfo-separator{background-color:#9e9e9e;font-weight:700}.DocumentHighlightTime{margin-top:16px;padding-bottom:24px;border-bottom:1px solid rgba(0,0,0,.12)}.DocumentHighlightTime-title{margin-bottom:8px}.DocumentHighlightTimeConfirmation-confirm{margin-right:8px}.DocumentHighlightScore{padding-bottom:24px;border-bottom:1px solid rgba(0,0,0,.12)}.DocumentHighlightScore-title{margin-bottom:8px}.DocumentHighlightScore-update-input.form-control{width:64px;display:inline-block;margin-right:8px;text-align:center}.DocumentHighlightScore-update-input.form-control::-webkit-inner-spin-button,.DocumentHighlightScore-update-input.form-control::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.DocumentReport-content{font-size:14px;font-weight:400}.DocumentReport-title{font-size:20px;font-weight:500;margin-bottom:12px}.DocumentReport-content-radio{min-height:32px;margin-bottom:8px}.DocumentReport-footer{margin-top:8px}.DocumentReport-footer-btn{margin-right:24px}.DocumentSave-label--mobile{font-size:12px;font-weight:400}.DocumentSave{white-space:nowrap}.DocumentSave-flex{-ms-flex:1 1 auto;flex:1 1 auto;min-width:48px}.DocumentSave-block{display:block;width:100%}.DocumentSave-button--mobile{line-height:1;height:48px}.DocumentSave-button--saved,.DocumentSave-button--saved:hover{border-color:#7cb342;background-color:#fff;color:#7cb342}.DocumentSave .DocumentSave-icon--mobile{line-height:32px}.DocumentSave-label{display:inline-block}.DocumentSave-label--mobile{display:block;text-transform:none;line-height:16px}.Dropdown{display:inline-block;outline:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.Dropdown>button.btn--rightIcon:after{content:""}.SocialShareButtons-mobileLabel{font-size:12px;font-weight:400}.SocialShareButtons{-ms-flex:1 1 auto;flex:1 1 auto;min-width:48px;white-space:nowrap}.SocialShareButtons--mobile{width:48px}.SocialShareButtons-button,.SocialShareButtons-dropdown{display:block;width:100%}.SocialShareButtons-button--mobile{line-height:1;height:48px}.SocialShareButtons-spacer{display:inline;margin-left:8px}.SocialShareButtons .SocialShareButtons-icon{line-height:32px}.SocialShareButtons-mobileLabel{display:inline-block;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;word-wrap:normal;display:block;line-height:16px;text-transform:none}.ListItem-wrapper{margin:8px 0}.ListItem{display:-ms-flexbox;display:flex;display:-ms-flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:100%;height:48px}.ListItem-content{-ms-flex:1 0 auto;flex:1 0 auto}.ListItem-action{-ms-flex:0 0 auto;flex:0 0 auto;margin-left:16px}.ProfileListItem-badge.label{margin:0 0 0 8px}.ProfileListItem-title{line-height:normal}.RecommendationModal-button{font-size:14px;font-weight:500}.RecommendationModal-header{display:inline-block}.modal-title{overflow:visible}.RecommendationModal-button{text-transform:none;height:48px;line-height:50px;border-bottom:3px solid transparent;border-radius:0;cursor:pointer}.RecommendationModal-button.navbar-item{padding:0 16px}.RecommendationModal-button--positive{margin-left:-16px}.RecommendationModal-button--positive.active,.RecommendationModal-button--positive:hover{border-bottom:3px solid #7cb342}.RecommendationModal-button--negative.active,.RecommendationModal-button--negative:hover{border-bottom:3px solid #f83c00}.RecommendationModal-button--negative.without-votesAmout{margin-left:-16px}.RecommendationModal-list .ProfileListItem:last-child .ListItem-wrapper{margin:0}.RecommendationModal-list .ListItem-wrapper{margin-top:0;margin-bottom:16px}.RecommendationModal-list .ListItem-content{width:calc(100% - 128px)}@media (max-width:544px){.RecommendationModal-list .ListItem-content{width:calc(100% - 56px)}}.RecommendationsCounter-button.RecommendationsCounter-button--mobile{font-size:12px;font-weight:400}.RecommendationsCounter-button{font-size:14px;font-weight:500}.RecommendationsCounter{width:100%}.RecommendationsCounter-button{display:block;outline:none;text-align:center;color:rgba(0,0,0,.6);line-height:16px}.RecommendationsCounter-button--has-votes:hover{background-color:#fafafa}.RecommendationsCounter-amount-liked--active{color:#7cb342}.RecommendationsCounter-amount-disliked--active{color:#f83c00}@media (max-width:768px){.RecommendationsCounter-button:after,.RecommendationsCounter-button:before{display:none}}.RecommendButton{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;white-space:nowrap}.RecommendButton-flex{-ms-flex:1 1 auto;flex:1 1 auto;min-width:48px}.RecommendButton-block--mobile{display:block;width:100%}.RecommendButton--mobile{-ms-flex-direction:column;flex-direction:column;height:48px}.RecommendButton-disliked-icon,.RecommendButton-disliked-icon:focus,.RecommendButton-liked-icon,.RecommendButton-liked-icon:focus{color:rgba(0,0,0,.6)}.RecommendButton-liked-icon.RecommendButton-liked-icon--active,.RecommendButton-liked-icon:hover{color:#7cb342}.RecommendButton-disliked-icon.RecommendButton-disliked-icon--active,.RecommendButton-disliked-icon:hover{color:#f83c00}.RecommendButton-button{text-transform:none}.RecommendButton-button.animated .icon{animation:heartbeat .5s}.RecommendButton-button--mobile{height:32px;min-height:32px;line-height:32px}@keyframes heartbeat{0%{transform:scale(1)}50%{transform:scale(1.4)}to{transform:scale(1)}}@media (max-width:768px){.RecommendButton-button:after,.RecommendButton-button:before{display:none}}.DocumentTools-mobileLabel{font-size:12px;font-weight:400}.DocumentTools-commentsButton{font-size:14px;font-weight:500}.DocumentTools{width:100%;height:48px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;line-height:1}.DocumentTools .MoreDropdown{-ms-flex:1 1 auto;flex:1 1 auto;min-width:48px}.DocumentTools .MoreDropdown-button{text-transform:none;width:100%;white-space:nowrap}.DocumentTools .MoreDropdown-button--mobile{line-height:1;height:48px}.DocumentTools-comments{-ms-flex:1 1 auto;flex:1 1 auto;text-transform:none;line-height:36px;height:36px;margin-left:24px;white-space:nowrap}.DocumentTools-commentsCount{color:rgba(0,0,0,.38);margin-left:8px;min-width:32px;text-align:center}.DocumentTools-commentsCount:before{margin-right:8px;color:rgba(0,0,0,.38);content:"|"}.DocumentTools-commentsButton{display:inline;color:rgba(0,0,0,.38)}.DocumentTools-commentsButton.icon{float:none}.DocumentTools-editLabel,.DocumentTools-highlightLabel,.DocumentTools-moderateLabel{color:#fb8c00}.DocumentTools-deleteLabel{color:#f83c00}.DocumentTools-Placeholder{display:table;width:100%;height:48px;padding:16px 8px 0 0}.DocumentTools-Placeholder>span{height:24px;width:24px;border-radius:2px;background-color:rgba(0,0,0,.12)}.DocumentTools-Placeholder>:not(:first-child){margin-left:11.2px}.DocumentTools-networkActions,.DocumentTools-rightActions{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.DocumentTools-spacer{-ms-flex:1 1 auto;flex:1 1 auto;min-width:48px;margin-left:8px}.DocumentTools .DocumentTools-icon--mobile{line-height:32px}.DocumentTools-mobileLabel{line-height:16px}@media (max-width:768px){.DocumentTools-delete:after,.DocumentTools-delete:before,.DocumentTools-edit:after,.DocumentTools-edit:before,.DocumentTools-print:after,.DocumentTools-print:before{display:none}}.AmpRecommendButton-recommendationsCounter{font-size:12px;font-weight:400}.AmpRecommendButton{-ms-flex:1 1 auto;flex:1 1 auto;line-height:1;height:48px;min-width:48px}.AmpRecommendButton .AmpRecommendButton-icon{color:rgba(0,0,0,.6);line-height:32px}.AmpRecommendButton .AmpRecommendButton-disliked-icon--active{color:#f83c00}.AmpRecommendButton .AmpRecommendButton-liked-icon--active{color:#7cb342}.AmpRecommendButton-recommendationsCounter{display:inline-block;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;word-wrap:normal;display:block;color:rgba(0,0,0,.6);text-transform:none;line-height:16px}.AmpRecommendButton-recommendationsCounter-liked--active{color:#7cb342}.AmpRecommendButton-recommendationsCounter-disliked--active{color:#f83c00}.AmpShareButton .icon-facebook{color:#3b5998}.AmpShareButton .icon-whatsapp{color:#4dc247}.AmpShareButton .icon-twitter{color:#55acee}.AmpShareButton .icon-linkedin{color:#007bb5}.AmpShareButton .icon-email{color:rgba(0,0,0,.6)}.AmpShareLightbox-popup{border-radius:3px;box-shadow:0 1px 3px 0 rgba(0,0,0,.12)}.AmpShareLightbox-popup-content{font-size:14px;font-weight:400}.AmpShareLightbox-overlay{position:absolute;top:0;left:0;height:100%;width:100%;background-color:rgba(0,0,0,.6)}.AmpShareLightbox-popup{position:relative;top:50%;transform:translateY(-50%);margin:16px;background-color:#fff}.AmpShareLightbox-popup-header{padding:8px;text-align:right}.AmpShareLightbox-popup-header .icon-close{color:rgba(0,0,0,.38)}.AmpShareLightbox-popup-header .icon-close:hover{color:rgba(0,0,0,.6)}.AmpShareLightbox-popup-content{color:rgba(0,0,0,.6);padding:16px}.AmpShareLightbox-popup-content-label{text-align:center}.AmpShareLightbox-popup-content-links{width:100%;text-align:center;margin:16px 0 32px}.AmpShareLightbox-popup-content .AmpShareButton-wrapper{display:inline-block;width:20%}.AmpDocumentTools-label{font-size:12px;font-weight:400}.AmpDocumentTools{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;line-height:1;height:48px;width:100%}.AmpDocumentTools-button{-ms-flex:1 1 auto;flex:1 1 auto;line-height:1;height:48px;min-width:48px}.AmpDocumentTools .AmpDocumentTools-icon{line-height:32px}.AmpDocumentTools-label{display:inline-block;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;word-wrap:normal;display:block;color:rgba(0,0,0,.38);text-transform:none;line-height:16px}.TopicLabel{margin:0 8px 8px 0}.TopicLabel:hover{background-color:#eee}.TopicLabel-item{margin:4px 0;text-overflow:ellipsis;max-width:100%;overflow:hidden;color:#000}.TopicLabel-item:hover{color:#000}.TopicLabel-item:focus{color:#000;outline:none;text-decoration:none}.TopicLabel-item-title{display:inline-block;max-width:400px;margin:0}.TopicLabel-remove{cursor:pointer}.TopicLabel-remove .icon:hover{color:#858585}@media (max-width:544px){.TopicLabel-edit{min-width:40px;max-width:calc(100% - 32px)}}.TopicLabelList{margin:0;padding:0}.TopicLabelList-label--block,.TopicLabelList-label--inline{list-style:none;max-width:100%}.TopicLabelList-label--inline{display:inline-block}@keyframes placeHolderShimmer{0%{background-position:-100vw 0}to{background-position:100vw 0}}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.Autocomplete .autocomplete-suggestions .autocomplete-suggestion--loading .autocomplete-suggestion-text-description,.Autocomplete .autocomplete-suggestions .autocomplete-suggestion--loading .autocomplete-suggestion-text-title,.Autocomplete .autocomplete-suggestions .autocomplete-suggestion--loading .autocomplete-thumb{animation:placeHolderShimmer 2.5s linear infinite normal forwards;background:linear-gradient(90deg,rgba(0,0,0,.12) 0,rgba(0,0,0,.38) 50%,rgba(0,0,0,.12) 0);background-size:100vw 48px}.Autocomplete input.form-control[type=number],.Autocomplete input.form-control[type=number]::-webkit-inner-spin-button,.Autocomplete input.form-control[type=number]::-webkit-outer-spin-button{-webkit-appearance:none}.Autocomplete .autocomplete-suggestions{padding:0;overflow:auto;max-height:337px}.Autocomplete .autocomplete-suggestions .autocomplete-suggestion:hover:not(.autocomplete-suggestion--focused){background:none}.Autocomplete .autocomplete-suggestions .autocomplete-suggestion--focused{background-color:#fafafa}.Autocomplete .autocomplete-suggestions .autocomplete-suggestion--loading{-webkit-backface-visibility:hidden}.Autocomplete .autocomplete-suggestions .autocomplete-suggestion--loading .autocomplete-suggestion-text-description,.Autocomplete .autocomplete-suggestions .autocomplete-suggestion--loading .autocomplete-suggestion-text-title{margin-top:4px}.Autocomplete .autocomplete-suggestions .autocomplete-suggestion--loading .autocomplete-suggestion-text-title{height:12px}.Autocomplete .autocomplete-suggestions .autocomplete-suggestion--loading .autocomplete-suggestion-text-description{width:60%;height:10px}.Autocomplete .autocomplete-suggestions::-webkit-scrollbar{-webkit-appearance:none;width:7px}.Autocomplete .autocomplete-suggestions::-webkit-scrollbar-thumb{border-radius:4px;background-color:rgba(0,0,0,.5);-webkit-box-shadow:0 0 1px hsla(0,0%,100%,.5)}.Autocomplete-icon-rotate.icon{display:inline-block;animation:spin 2s infinite linear}.TopicCreator,.TopicCreator:hover{background-color:transparent}.TopicCreator:hover{cursor:default}.TopicCreator-query{color:rgba(0,0,0,.6);max-width:calc(100% - 120px);text-overflow:ellipsis;overflow:hidden;white-space:nowrap;display:inline-block;line-height:24px}.TopicCreator-button{vertical-align:top;margin-left:16px;text-transform:uppercase}.DocumentTopicsModal-label{font-size:14px;font-weight:400}.DocumentTopics{margin-bottom:16px}.DocumentTopics-list{width:100%;margin-bottom:10px}.DocumentTopics-list:after{clear:both;content:"";display:table}.DocumentTopics-edit,.DocumentTopics .TopicLabelList-label--inline{float:left}.DocumentTopics-edit{color:rgba(0,0,0,.38);cursor:pointer}.DocumentTopics-edit.chip{color:rgba(0,0,0,.6)}.DocumentTopics-edit.chip:hover{background-color:#eee}.DocumentTopicsModal{min-height:296px;-webkit-backface-visibility:hidden}.DocumentTopicsModal-autoComplete,.DocumentTopicsModal-list{width:100%}.DocumentTopicsModal-autoComplete:after,.DocumentTopicsModal-list:after{clear:both;content:"";display:table}.DocumentTopicsModal-list{height:260px;overflow:auto;padding:8px 16px}.DocumentTopicsModal-cover{display:block;margin:24px auto}.DocumentTopicsModal-label{margin:0 auto;text-align:center;color:rgba(0,0,0,.6)}.DocumentTopicsModal-alert{margin-bottom:8px}.DocumentTopicsModal-autoComplete-button{margin:4px 8px}.DocumentTopicsModal-autoComplete .input-group .form-control{padding-left:0}.DocumentTopicsModal-autoComplete .input-group .form-control,.DocumentTopicsModal-autoComplete .input-group .input-group-icon{border-radius:0}.DocumentTopicsModal-autoComplete .input-group .form-control:focus,.DocumentTopicsModal-autoComplete .input-group .form-control:focus~.input-group-icon{border-color:rgba(0,0,0,.12)}.DocumentTopicsModal-autoComplete .input-group .autocomplete-suggestions{top:100%;max-height:inherit;border-top-left-radius:0;border-top-right-radius:0;border:0}.DocumentTopicsModal-autoComplete .input-group .autocomplete-suggestions .autocomplete-suggestion{padding:8px 16px}.DocumentTopicsModal-autoComplete .input-group .autocomplete-suggestions .autocomplete-suggestion-text{max-width:100%}.DocumentTopicsModal-autoComplete .input-group .autocomplete-suggestions .autocomplete-suggestion-text-description{padding-top:4px}.DocumentTopicsModal-autoComplete .input-group .autocomplete-suggestions .autocomplete-suggestion-followersAmounts{padding-right:4px}.DocumentTopicsModal-autoComplete .input-group .autocomplete-suggestions-wrapper{height:216px;overflow:auto}.DocumentTopicsModal-autoComplete .input-group .autocomplete-suggestions .TopicCreator{border-top:1px solid rgba(0,0,0,.12)}.TopicSuggestionItemRenderer-synonimous-bullet:before{content:"\2022";margin:0 4px}@media (max-width:768px){.DocumentTopics-list{height:40px;padding:4px 0;overflow-y:hidden;overflow-x:scroll;-webkit-overflow-scrolling:touch;white-space:nowrap}.DocumentTopics-list::-webkit-scrollbar{display:none}.DocumentTopics-edit,.DocumentTopics .TopicLabelList{display:inline-block}.DocumentTopics-edit,.DocumentTopics .TopicLabelList-label--inline{float:none}}.adspot-hidden{display:none}.AsideAdunits{position:absolute;top:0;right:0}.AsideAdunits[class*=adsize200x]{width:200px;margin-right:-200px}.AsideAdunits[class*=adsize250x]{width:250px;margin-right:-250px}.AsideAdunits[class*=adsize300x]{width:300px;margin-right:-300px}.AsideAdunits .adspot:not(.adspot-hidden){margin-bottom:8px}.RelatedDocumentCard-description.document-content p{font-size:16px;font-weight:400}.RelatedDocumentCard-title.document-title{font-size:24px;font-weight:400}.RelatedDocumentCard{max-width:312px;height:296px;padding:16px}.RelatedDocumentCard-title.document-title{max-height:56px;overflow:hidden}.RelatedDocumentCard-link{color:rgba(0,0,0,.8);cursor:pointer}.RelatedDocumentCard-link:hover{text-decoration:none;color:rgba(0,0,0,.6)}.RelatedDocumentCard-description.document-content{max-height:152px;overflow:hidden;color:rgba(0,0,0,.8)}@media (max-width:768px){.RelatedDocumentCard{max-width:100%;height:auto;margin-bottom:16px}}.RelatedDocumentList-title{font-size:24px;font-weight:400}.RelatedDocumentList{display:-ms-flexbox;display:flex;-ms-flex-flow:row nowrap;flex-flow:row nowrap}.RelatedDocumentList-title{color:rgba(0,0,0,.6);margin:40px 0 24px 16px}.RelatedDocumentList-loading{height:352px;margin-top:24px;padding-top:176px}.RelatedDocumentList-search .RelatedDocumentList-title{text-align:center;margin:40px auto 16px}.RelatedDocumentList-search-button{width:192px;margin:0 auto}@media (min-width:768px){.RelatedDocumentList-item:nth-child(2){margin:0 16px}}@media (max-width:768px){.RelatedDocumentList{-ms-flex-flow:column wrap;flex-flow:column wrap}}.DocumentPage{position:relative;margin-top:40px;margin-bottom:40px}.DocumentPage a{word-wrap:break-word}.amp .DocumentPage-content-wrap{padding:32px 16px 0}.DocumentPage-openSource{margin:16px 0}.DocumentPage-content-wrap{padding:32px 0 40px;max-width:700px;margin:0 auto}.DocumentPage-content-wrap amp-img,.DocumentPage-content-wrap img{max-height:700px}.DocumentPage-content-wrap amp-img{max-width:100%}.DocumentPage-content-wrap iframe.embed-video{display:block;border:none;margin:32px auto;max-width:100%}.DocumentPage-content-wrap .DocumentInfo{margin:8px 0 24px}.DocumentPage-navbar-wrapper,.DocumentPage-tools{border-bottom:1px solid rgba(0,0,0,.12);margin:32px 0 8px;height:48px}.DocumentPage-navbar-wrapper.sticky,.DocumentPage-tools.sticky{top:-50px;position:fixed;background:#fff;width:700px;margin:0;transition:transform .3s ease-in-out;transform:translateY(50px);z-index:1000}.DocumentPage-tools--mobile{height:56px}.DocumentPage-navbar-wrapper{border-bottom:0;height:auto}.DocumentPage-navbar-wrapper.sticky{width:702px;margin-left:-1px;padding:8px 0;border-bottom:1px solid rgba(0,0,0,.12)}.DocumentPage-navbar-wrapper.sticky .JurisprudenceDecisionTabs{margin:0}.DocumentPage-footer-tools{padding:32px 0}.DocumentPage.amp{margin-bottom:0}@media (max-width:768px){.DocumentPage{margin-top:8px}.DocumentPage-tools{margin:24px 0 8px}.DocumentPage-tools.sticky{left:0;width:100%;padding:0 16px}.DocumentPage-content-wrap{padding:16px 16px 40px}.DocumentPage .DocumentInfo{margin:8px 0 16px}.container{max-width:100%;padding-left:0;padding-right:0}}.TopAdunits[class*=adsize]+.DocumentPage,.TopAdunits[class*=adsize]+span>.DocumentPage{margin-top:0}@media (min-width:1024px){.DocumentPage[class*=adsize],body[class*=adsize] .comments-component-container{margin-left:calc(50vw - 505.75px)}}@media (max-width:1411.5px) and (min-width:1024px){.DocumentPage[class*=adsize200x],body[class*=adsize200x] .comments-component-container,body[class*=adsize200x] .related-document-container{max-width:calc(50vw + 289.75px)}body[class*=adsize200x] .related-document-container .RelatedDocumentCard{width:calc(15vw + 96.58333px)}.DocumentPage[class*=adsize200x] .DocumentPage-card .DocumentPage-content-wrap,.DocumentPage[class*=adsize200x] .DocumentPage-card .ModerationMessage-container{padding:auto 32px}.DocumentPage[class*=adsize200x] .DocumentPage-card .DocumentPage-tools.sticky{max-width:calc(50vw + 225.75px - 1.875rem)}}@media (max-width:1511.5px) and (min-width:1024px){.DocumentPage[class*=adsize250x],body[class*=adsize250x] .comments-component-container,body[class*=adsize250x] .related-document-container{max-width:calc(50vw + 239.75px)}body[class*=adsize250x] .related-document-container .RelatedDocumentCard{width:calc(15vw + 79.91667px)}.DocumentPage[class*=adsize250x] .DocumentPage-card .DocumentPage-content-wrap,.DocumentPage[class*=adsize250x] .DocumentPage-card .ModerationMessage-container{padding:auto 32px}.DocumentPage[class*=adsize250x] .DocumentPage-card .DocumentPage-tools.sticky{max-width:calc(50vw + 175.75px - 1.875rem)}}@media (max-width:1611.5px) and (min-width:1024px){.DocumentPage[class*=adsize300x],body[class*=adsize300x] .comments-component-container,body[class*=adsize300x] .related-document-container{max-width:calc(50vw + 189.75px)}body[class*=adsize300x] .related-document-container .RelatedDocumentCard{width:calc(15vw + 63.25px)}.DocumentPage[class*=adsize300x] .DocumentPage-card .DocumentPage-content-wrap,.DocumentPage[class*=adsize300x] .DocumentPage-card .ModerationMessage-container{padding:auto 32px}.DocumentPage[class*=adsize300x] .DocumentPage-card .DocumentPage-tools.sticky{max-width:calc(50vw + 125.75px - 1.875rem)}}.CommentPage-preTitle{font-size:14px;font-weight:500}.CommentPage-title{font-size:20px;font-weight:500}.CommentPage{position:relative;margin-top:40px;margin-bottom:40px}.CommentPage-preTitle{color:rgba(0,0,0,.6);margin-bottom:2px}.CommentPage-title{line-height:32px;padding-bottom:8px;margin-bottom:48px;border-bottom:1px solid rgba(0,0,0,.12)}.CommentPage-title a,.CommentPage-title a:hover{color:rgba(0,0,0,.8)}.CommentPage-author{margin-bottom:24px}.CommentPage-content-wrap{padding:48px 16px 16px;margin-top:40px;margin-bottom:24px;max-width:700px;margin:0 auto}.CommentPage-tools{border-top:1px solid rgba(0,0,0,.12);margin:32px 0 8px}@media (max-width:992px){.CommentPage{margin-top:8px}.CommentPage-title{margin-bottom:24px}.CommentPage-content-wrap{padding-top:16px;padding-bottom:0}.container{max-width:100%;padding-left:0;padding-right:0}}.JurisprudencePage .JurisprudencePage-title{margin-top:32px}.JurisprudencePage h2.document-subtitle{font-size:12px;font-weight:300}.JurisprudencePage .document-content ul.list-unstyled li{margin-left:0}.JurisprudencePage .anon-content{overflow-y:hidden}@media (max-width:768px){.JurisprudencePage .anon-content{max-height:600px}}@media (min-width:1200px){.JurisprudencePage .DocumentPage-content-wrap{padding-bottom:124px}}.DownloadFileButton-filename{font-size:14px;font-weight:400}.DownloadFileButton-download{font-size:14px;font-weight:500}.DownloadFileButton{padding:8px 16px 8px 8px;transition:box-shadow .3s ease-in;outline:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.DownloadFileButton:after{clear:both;content:"";display:table}.DownloadFileButton--disabled,.DownloadFileButton--disabled .btn,.DownloadFileButton--disabled .btn:hover{cursor:not-allowed;color:rgba(0,0,0,.38)}.DownloadFileButton:hover:not(.DownloadFileButton--disabled){box-shadow:0 3px 14px 2px rgba(0,0,0,.12)!important}.DownloadFileButton-filename{max-width:calc(100% - 112px);color:rgba(0,0,0,.8);float:left}.DownloadFileButton--downloading .DownloadFileButton-filename,.DownloadFileButton-filename{display:inline-block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;word-wrap:normal}.DownloadFileButton--downloading .DownloadFileButton-filename{max-width:calc(100% - 160px)}.DownloadFileButton-download{color:#0091ea;float:right}.DownloadFileButton-downloading-dot1{animation:1s linear 0s infinite normal downloading-dot1;opacity:0}@keyframes downloading-dot1{25%,to{opacity:1}}.DownloadFileButton-downloading-dot2{animation:1s linear 0s infinite normal downloading-dot2;opacity:0}@keyframes downloading-dot2{50%,to{opacity:1}}.DownloadFileButton-downloading-dot3{animation:1s linear 0s infinite normal downloading-dot3;opacity:0}@keyframes downloading-dot3{75%,to{opacity:1}}.DownloadFileButton-icon{margin-right:8px}.DownloadFileButton-icon.icon-file-word{color:#0091ea}.DownloadFileButton-icon.icon-file-document{color:#9e9e9e}.DownloadFileButton-icon.icon-file-image{color:#e3b806}.DownloadFileButton-icon.icon-file-pdf{color:#e23700}.DownloadFileButton-label{vertical-align:middle}.JurisprudenceFilesDownload{margin:16px 0}.JurisprudenceFilesDownload-button{margin-top:8px}.JurisprudenceGeneralData{font-size:14px;font-weight:400}.JurisprudenceGeneralData-partName{font-size:14px;font-weight:500}.JurisprudenceGeneralData-title{font-size:14px;font-weight:700}.JurisprudenceGeneralData{color:rgba(0,0,0,.6);padding:16px;margin-top:32px}.JurisprudenceGeneralData-content{margin-bottom:16px}.JurisprudenceGeneralData-description,.JurisprudenceGeneralData-title{position:static}.JurisprudenceContent-DecisionFactsButton{margin:0 0 12px 24px}.JurisprudenceContent>h3:first-child{margin-top:32px}.liveAlert{z-index:0;margin-top:24px}.liveAlert.alert a,.liveAlert.alert a:hover{color:#fff}.TopAdunits{text-align:center}.TopAdunits:after{clear:both;content:"";display:table}.TopAdunits[class*=adsize]{margin:16px auto}.TopAdunits[class*=adsize]+.DocumentPage{margin-top:0}.Popover-content{border-radius:3px}.modal-open .popover{z-index:9000}.Popover{display:none;top:0;left:0}.Popover-open{position:absolute;display:block}.Popover-loading{padding:16px}.Popover-content{overflow:hidden}.ProfileCover-inner{background:#fafafa 50%/cover}.ProfileOccupation{margin:0;padding:0}.ProfileOccupation .chip{margin-right:8px}.ProfileOccupation .chip:last-child{margin-right:0}.ProfileOccupation-lawyer-list-label,.ProfileOccupation-pro-label{padding:0;margin:0}.ProfileOccupation-lawyer-list-label,.ProfileOccupation-lawyer-list-label:hover,.ProfileOccupation-pro-label,.ProfileOccupation-pro-label:hover{color:#fff;text-decoration:none}.OABVerifiedBadge-content-header-text{font-size:14px;font-weight:400}.OABVerifiedBadge-content-header-title{font-size:14px;font-weight:500}.OABVerifiedBadge-trigger{display:inline-block;vertical-align:top}.OABVerifiedBadge-content{width:240px;height:92px;padding:16px;text-align:left}.OABVerifiedBadge-content-header-title{margin-left:32px;color:#7cb342}.OABVerifiedBadge-content-header-text{display:inline-block;margin:4px 0 0 32px;color:rgba(0,0,0,.6);line-height:1.43}.OABVerifiedBadge-content-header svg{float:left;position:absolute;margin-right:8px}.OABVerifiedLabel-content{font-size:14px;font-weight:400}.OABVerifiedLabel-trigger{cursor:default;vertical-align:middle;margin:0 0 0 4px}.OABVerifiedLabel-content{color:rgba(0,0,0,.8);white-space:normal;width:240px;padding:16px;line-height:1.43}.OABVerifiedLabel-content-link{display:block;margin:4px 0 0}.StarsWall .icon{color:#f9ca06;margin-right:4px}.StarsWall .icon:last-child{margin-right:0}.StarsWall [class^=text-]{vertical-align:text-bottom}.ProfileHomeLocation-title{vertical-align:text-bottom;margin-left:2px}.ProfilePopover-link{font-size:20px;font-weight:400}.ProfilePopover-coverImage{width:320px;height:112px}.ProfilePopover-main{text-align:center}.ProfilePopover-name{max-width:320px;padding:8px 8px 0}.ProfilePopover-link,.ProfilePopover-link:focus,.ProfilePopover-link:hover{color:rgba(0,0,0,.8)}.ProfilePopover-verifiedIcon{margin-left:4px}.ProfilePopover-image{display:block;margin:-48px auto 0;width:96px}.ProfilePopover-occupation{text-transform:uppercase;margin-top:16px}.ProfilePopover-secondaryInfo{color:rgba(0,0,0,.6);margin:8px 0 0}.ProfilePopover-ratings,.ProfilePopover-ratings:hover{margin:0;text-decoration:none;color:rgba(0,0,0,.38)}.ProfilePopover-location{margin:4px 0 0}.ProfilePopover-footer{margin-top:24px;padding:8px;background-color:#fafafa;border-top:1px solid rgba(0,0,0,.12)}.ProfilePopover-footer:after{clear:both;content:"";display:table}.ProfilePopover-followers,.ProfilePopover-following{margin:4px 8px 0;float:left}.ProfilePopover-followButton{margin:4px 0 0;float:right}.AlertButton{text-transform:uppercase}.AlertButton-transparent.btn--white{background:transparent}.AlertButton-icon{color:#fb8c00}.AlertButton-label:after{content:ndo}.TopicPopover-footer-followers,.TopicPopover-revoked:after{font-size:12px;font-weight:400}.TopicPopover-common{font-size:14px;font-weight:400}.TopicPopover-definition,.TopicPopover-legislation,.TopicPopoverAmbiguous-title{font-size:16px;font-weight:400}.TopicPopoverAmbiguous-law{font-size:16px;font-weight:700}.TopicPopover-title{font-size:24px;font-weight:700}.TopicPopover-wrapper{overflow-y:auto}.TopicPopover-content{margin-bottom:16px}.TopicPopover-common,.TopicPopover-definition{width:320px;max-height:228px;padding:16px 16px 0}.TopicPopover-legislation{width:472px;max-height:316px;padding:16px 16px 0;margin-bottom:0}.TopicPopover-common{line-height:1.5;color:rgba(0,0,0,.6)}.TopicPopover-definition,.TopicPopover-legislation{font-family:Georgia,Times New Roman,Times,serif;line-height:1.5;color:rgba(0,0,0,.8)}.TopicPopover-title{font-family:Roboto,-apple-system,BlinkMacSystemFont,Segoe UI,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;line-height:1.2}.TopicPopover-title,.TopicPopover-title:focus,.TopicPopover-title:hover{color:rgba(0,0,0,.8)}.TopicPopover-description{margin-top:8px;min-width:288px}.TopicPopover-description-item{margin:0 0 20px}.TopicPopover-description-item:last-child{margin-bottom:0}.TopicPopover-law{padding:16px}.TopicPopover-law .icon{margin-left:4px}.TopicPopover-image{width:100%}.TopicPopover-revoked{color:rgba(0,0,0,.38)}.TopicPopover-revoked:after{content:" (REVOGADO)";font-family:Roboto,-apple-system,BlinkMacSystemFont,Segoe UI,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;color:#fdc9b9}.TopicPopover-revoked:hover{color:rgba(0,0,0,.6)}.TopicPopover-revoked:hover:after{color:#e23700}.TopicPopover-footer{padding:8px 8px 8px 16px;background-color:#fafafa;border-top:1px solid rgba(0,0,0,.12)}.TopicPopover-footer:after{clear:both;content:"";display:table}.TopicPopover-footer-followers{color:rgba(0,0,0,.6);line-height:16px;margin-top:8px;float:left}.TopicPopover-footer-followButton{float:right;margin-right:8px}.TopicPopover-footer-alertButton{float:right}.TopicPopoverAmbiguous{padding:16px;width:472px}.TopicPopoverAmbiguous-title{margin-bottom:16px;color:rgba(0,0,0,.6)}.TopicPopoverAmbiguous-law{margin-top:8px}.AmpViewCommentsButton.btn,.AmpViewCommentsButton.btn:active,.AmpViewCommentsButton.btn:focus,.AmpViewCommentsButton.btn:hover,.AmpViewCommentsButton.btn:visited{text-transform:uppercase;color:#9e9e9e;border:1px solid #9e9e9e;background-color:transparent;box-shadow:none}.ProfileLawStudentModal-start-description{font-size:16px;font-weight:400}.ProfileLawStudentModal-other-header{font-size:16px;font-weight:500}.ProfileLawStudentModal-other-title,.ProfileLawStudentModal-success-title{font-size:20px;font-weight:500}.ProfileLawStudentModal-start-title{font-size:24px;font-weight:500}.ProfileLawStudentModal-start .modal-body{padding:32px 16px}.ProfileLawStudentModal-start-bg{width:100%;height:128px;background-image:url(https://az.jusbr.com/images/online-office/boy-girl-office@2x.png);background-size:184px 128px;background-repeat:no-repeat;background-position:50%}.ProfileLawStudentModal-start-title{text-align:center;margin-top:16px}.ProfileLawStudentModal-start-description{text-align:center;line-height:1.4;margin:8px 0 24px;padding:0 64px}.ProfileLawStudentModal-start-btn-group{margin:0 96px;border:1px solid #cfd8dc;border-radius:2px}.ProfileLawStudentModal-start-btn-group .btn{border-bottom:1px solid #cfd8dc;border-radius:0}.ProfileLawStudentModal-start-btn-group .btn:last-child{border-bottom:0}.ProfileLawStudentModal-other .modal-body{padding:0}.ProfileLawStudentModal-other-header{padding:16px;text-align:center;border-bottom:1px solid rgba(0,0,0,.12)}.ProfileLawStudentModal-other-header .icon-arrow-left{position:fixed;left:16px;cursor:pointer}.ProfileLawStudentModal-other-body{padding:24px 16px 96px;background-color:#fafafa}.ProfileLawStudentModal-other-body .alert--error{margin:0 0 16px}.ProfileLawStudentModal-other-title{text-align:center;margin-bottom:16px}.ProfileLawStudentModal-other-form{padding:0 96px}.ProfileLawStudentModal-other-form-group,.ProfileLawStudentModal-other-form .btn{margin:16px 0 0}.ProfileLawStudentModal-bachelor .modal-body,.ProfileLawStudentModal-graduation .modal-body,.ProfileLawStudentModal-oab .modal-body{padding:0}.ProfileLawStudentModal-bachelor .ProfileLawStudentModal-other-body,.ProfileLawStudentModal-graduation .ProfileLawStudentModal-other-body,.ProfileLawStudentModal-oab .ProfileLawStudentModal-other-body{padding:24px 16px}.ProfileLawStudentModal-success .modal-body{padding:32px 16px}.ProfileLawStudentModal-success-bg{width:100%;height:136px;background-image:url(https://az.jusbr.com/images/online-office/approve@2x.png);background-size:128px 136px;background-repeat:no-repeat;background-position:50%}.ProfileLawStudentModal-success-title{margin-top:16px;text-align:center}.ProfileLawStudentModal-capitalize{text-transform:uppercase}.ProfileLawStudentModal-lock-scroll{overflow:hidden}@media screen and (max-width:544px){.ProfileLawStudentModal .modal-dialog{margin:32px 8px 8px}.ProfileLawStudentModal .modal-body{max-height:unset}.ProfileLawStudentModal-start .modal-body{padding:16px}.ProfileLawStudentModal-start-description{line-height:1.2;padding:0}.ProfileLawStudentModal-start-btn-group{margin:0}.ProfileLawStudentModal-other-form{padding:0}.ProfileLawStudentModal-lock-scroll{position:fixed;width:100%;height:100%;left:0;margin:0;padding:0}}.comment-options .dropdown-item-occult{display:none!important}.comment-options .dropdown-item-moderate{display:block!important}@media (max-width:768px){.comments-component-container .commentList-count{padding-left:16px}}.commentList-wrapper .form-group{margin-bottom:16px}.commentList-wrapper .btn-success{background-color:#7cb342;color:#fff}.commentList-wrapper .avatar{border-radius:50%}.commentList-wrapper .comments-new-profile-header .avatar{width:48px!important;height:48px!important;object-fit:cover;overflow:hidden}.commentList-wrapper .label{font-size:13px;padding:0 6px;height:20px;line-height:21px;margin:4px}.commentList-wrapper .label-primary{background-color:#0091ea}.commentList-wrapper .comment-options .dropdown>.btn:after{content:none}.commentList-wrapper .comment-options .btn:hover{box-shadow:none}.commentList-wrapper .comment-options .btn .icon{margin:0;padding:0;width:36px;height:36px;font-size:24px}body{background:#fafafa}body .ContextMenu{z-index:999999}body .document-footer-ads{text-align:center}body .document-footer-ads[class*=adsize]{margin-bottom:24px}.print{display:none}@media print{*{background:transparent!important;color:#000!important;text-shadow:none!important;filter:none!important;-ms-filter:none!important}html body{margin:0;padding:0!important;line-height:1.4em}@page{size:A4;margin:.5cm}.print{display:block}.print-header{margin-bottom:40px}.print-header-title{font-size:40px}.print-header hr{border-top:2px solid #000;margin:8px 0 4px}.print-footer{margin-top:40px}.adspot,.AsideAdunits,.CasesSidebar,.Chat,.chatlike,.comment-container,.commentList-wrapper,.DocumentFooter,.DocumentInfo,.DocumentPage-tools,.DocumentTools,.DocumentTopics,.JB-2 topbar.topbar-desktop,.JB-2 topbar.topbar-mobile,.JurisprudenceDecisionTabs,.JurisprudenceFilesDownload,.TopAdunits,.topbar,.topbar-wrapper-bg,.unprintable{display:none}.container{max-width:100%}.AppRoot,.DocumentPage,.DocumentPage-content{margin:0;padding:0}.DocumentPage{padding:2cm;margin:1cm auto}h1.document-title{font-family:Georgia,Times New Roman,Times,serif!important;font-size:1.35em;line-height:1.4em;text-align:start;-webkit-hyphens:manual;margin-bottom:1em}h2.document-subtitle{font-size:1.25em;color:rgba(0,0,0,.6)!important;margin-bottom:1em}article.document-content blockquote,article.document-content ol,article.document-content p,article.document-content ul{font-size:18px;line-height:29px;font-family:Georgia,Times New Roman,Times,serif}article.document-content img{margin:.5em auto;display:block;width:auto;height:auto}article.document-content blockquote{border:0;border-left:3px solid rgba(0,0,0,.12)}article.document-content blockquote,article.document-content blockquote p{color:rgba(0,0,0,.6)!important}}