.modal-history-module{display:-webkit-box;display:-ms-flexbox;display:flex;position:fixed;z-index:20000;-webkit-box-pack:end;-ms-flex-pack:end;background-repeat:no-repeat;height:0;justify-content:flex-end;overflow:hidden;right:0;top:0;width:100vw;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.modal-history-module.open{height:100vh}.modal-history-module.open:before{opacity:1}.modal-history-module .close-button{margin:0;padding:0}.modal-history-module .wrapper__text{display:grid;gap:2.4rem;grid-template-columns:1fr auto;margin-bottom:3.2rem;position:relative}.modal-history-module .wrapper__text>div{padding-left:2.4rem;padding-top:2.15rem}.modal-history-module .wrapper__text:after{background-color:rgba(0,0,0,.08);bottom:0;content:"";height:1px;left:0;position:absolute;width:100%}.modal-history-module:before{backdrop-filter:blur(0);background:rgba(0,0,0,.5);content:"";height:100vh;left:0;opacity:0;pointer-events:none;position:fixed;top:0;-webkit-transition:all .3s linear;transition:all .3s linear;width:100vw;z-index:9999;z-index:-1}.modal-history-module .inner-wrapper{background-color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;height:100%;max-width:65vw;overflow-y:auto;padding-left:0;padding-right:0;position:relative;-webkit-transform:translate(100%);transform:translate(100%);-webkit-transition:all .3s linear;transition:all .3s linear;width:100%;z-index:5}@media(max-width:992px){.modal-history-module .inner-wrapper{max-width:85vw}}@media(max-width:640px){.modal-history-module .inner-wrapper{max-width:100vw}}.modal-history-module .inner-wrapper.animate{-webkit-transform:translate(0);transform:translate(0)}.modal-history-module .wrapper__history{display:grid;grid-template-columns:-webkit-max-content 1fr;grid-template-columns:max-content 1fr;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:3.2rem;overflow-y:auto;width:100%}@media(max-width:640px){.modal-history-module .wrapper__history{gap:2.4rem;grid-template-columns:1fr}}.modal-history-module .wrapper__history .history__item{display:contents}@media(max-width:640px){.modal-history-module .wrapper__history .history__item{display:block}}.modal-history-module .wrapper__history .history__item__date{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;padding:1.6rem 1.6rem 1.6rem 4.8rem;-webkit-box-pack:end;-ms-flex-pack:end;background-color:var(--color-brand-100);grid-column:1;justify-content:flex-end;text-align:right}@media(max-width:640px){.modal-history-module .wrapper__history .history__item__date{text-align:left;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-bottom:2.4rem;padding:1.6rem 3.2rem}}.modal-history-module .wrapper__history .history__item__content{grid-column:2;padding-right:6.4rem}@media(max-width:640px){.modal-history-module .wrapper__history .history__item__content{grid-column:1;padding:0 3.2rem}}