#couponDialog{justify-content:start;padding:0;border:0;word-break:break-word;top:48px;height:calc(100% - 48px);background-color:#fff}#couponDialog[open]{display:block;animation:show 1s ease normal}#couponDialog[open]::backdrop{animation:backdrop-fade 2s ease forwards}#couponDialog.hide{animation:hide 1s ease normal}#couponDialog.hide::backdrop{animation:backdrop-fade 3s ease backwards;animation-direction:reverse}#couponDialog .modal__head,#couponDialog .modal__content{width:100%}#couponDialog .modal__head{text-align:center;height:44px;padding:0 0 0 40px}
#couponDialog .modal__head p{flex:1 0 auto;font-size:1.3125rem;line-height:1.375rem;letter-spacing:.02375rem}#couponDialog .modal__content{padding:0;margin:0;height:calc(100% - 44px)}#couponDialog .modal__content iframe{width:100%;height:100%;overflow:hidden}@keyframes show{from{transform:translateY(110%)}to{transform:translateY(0)}}@keyframes hide{to{transform:translateY(110%)}}@keyframes backdrop-fade{from{background:transparent}to{background:rgba(0,0,0,0.5)}}