.speedbump__modal{position:relative;width:90%;max-width:1000px;margin:25vh auto;padding:32px;box-shadow:#222 0 2px 2px;background:#e8e8e8;overflow:hidden}.speedbump__modal__container{position:fixed;top:0;left:0;width:100%;height:100vh;background:rgba(0,0,0,.6);z-index:10000}.speedbump__modal .speedbump__modal__header{position:absolute;height:100px;top:0;left:0;padding:16px 32px;background-color:#f5f5f5;width:100%;box-shadow:rgba(0,0,0,.25) 0 0 10px;display:flex;place-items:center}.speedbump__modal .speedbump__modal__header img{height:100%}.speedbump__modal .speedbump__modal__header>div{margin-left:16px}.speedbump__modal .speedbump__modal__header__title{font-size:1.3rem;font-weight:600}.speedbump__modal .speedbump__modal__header__subheader{font-size:1.75rem;font-weight:700}.speedbump__modal .speedbump__modal__message{overflow-y:auto;padding-top:100px;padding-bottom:75px;font-size:1.2rem}.speedbump__modal .speedbump__modal__buttons{position:absolute;width:100%;padding:24px;bottom:0;left:5px}.speedbump__modal .speedbump__modal__buttons a{margin:0 32px 16px 0}.speedbump__modal .speedbump__modal__buttons .btn.btn-quaternary{background:#f5f5f5;color:#222!important;text-transform:none}.speedbump__modal .speedbump__modal__buttons .btn.btn-quaternary:hover{cursor:pointer;background-color:#e8e8e8}@media (max-width:768px){.speedbump__modal__message{padding-bottom:144px}}