@keyframes slideRight{0%{right:-50vw}to{right:0}}.modal__root{background-color:#ffffff;position:fixed;width:100vw;height:100vh;top:0;right:-50vw;box-shadow:0 .4rem .4rem rgba(31,31,31,.02);z-index:70;height:100%;animation:slideRight .5s cubic-bezier(.165,.84,.44,1) forwards}@media (min-width:1024px){.modal__root{width:35vw}}.modal__content{height:100%;margin:0 .8rem}@media (min-width:768px){.modal__content{margin:0 2.4rem}}@media (min-width:1024px){.modal__content{margin:0 2.4rem 0 1.6rem}}@media (min-width:1224px){.modal__content{margin:0 2.4rem}}@media (min-width:1600px){.modal__content{max-width:calc(infinity * 1px - 4rem);margin:0 2rem 0 4rem}}.modal__content h3 :focus{outline-offset:-2px}.modal__body{position:relative;font-family:Porto Roobert;padding-bottom:5rem;overflow:scroll;height:calc(75% - 50px);overflow-x:hidden}@media (min-width:1024px){.modal__body{height:calc(82% - 40px)}}@media (min-width:1224px){.modal__body{height:calc(82% - 30px)}}@media (min-width:1600px){.modal__body{height:calc(82% - 30px)}}.modal__body::-webkit-scrollbar-track{background:#f7f7f7}.modal__body::-webkit-scrollbar-thumb{background:#e0e0e0;width:16px;height:40px}.modal__body::-webkit-scrollbar-thumb:hover{background:#c8c8c8}.modal__body p{font-weight:400;font-size:1.4rem;line-height:1.8rem;margin-bottom:1rem}.modal__content-icon-close{position:absolute;top:2rem;right:.8rem;cursor:pointer;border:none;background-color:transparent}.modal__content-icon-close :focus:not(:active){outline:2px solid #0046c0}@media (min-width:768px){.modal__content-icon-close{right:2rem}}@media (min-width:1024px){.modal__content-icon-close{right:2.4rem}}.modal__content-title{display:flex;margin:2rem 0 2.4rem}.modal__content-title i{margin-right:2.4rem}@media (min-width:1024px){.modal__content-title{margin:3.2rem 0}}.modal__header{width:100%;margin:1.6rem 0}@keyframes fadeIn{0%{background:rgba(0,0,0,0)}to{background:rgba(0,0,0,.4)}}.modal__overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;z-index:60;animation:fadeIn .6s cubic-bezier(.165,.84,.44,1) forwards}.modal__title{display:-webkit-box;-webkit-line-clamp:1;line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;max-width:calc(100% - 2.8rem)}@media (min-width:768px){.modal__title{max-width:100%}}