#sticky-notice{background:#f5f5fa;bottom:0;color:#3a5eaa;display:-webkit-box;display:-ms-flexbox;display:flex;font-size:16px;font-weight:500;left:0;padding:10px 24px;position:fixed;text-align:center;width:100%;z-index:9999;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;max-height:60px;opacity:1;overflow:hidden;-webkit-transition:opacity .4s ease,max-height .4s ease;transition:opacity .4s ease,max-height .4s ease}#sticky-notice.is-hidden{max-height:0;opacity:0;padding-bottom:0;padding-top:0}#sticky-notice .sticky-notice__message{color:#3a5eaa;margin-right:10px}#sticky-notice .sticky-notice__message a{color:#3a5eaa;font-weight:500;text-decoration:underline}#sticky-notice .sticky-notice__message p{display:inline;margin:0}#sticky-notice .sticky-notice__close{background:transparent;border:2px solid #3a5eaa;border-radius:50%;color:#3a5eaa;cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;font-size:16px;font-weight:700;height:24px;width:24px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:0;-webkit-transition:background .2s,color .2s;transition:background .2s,color .2s}#sticky-notice .sticky-notice__close:focus,#sticky-notice .sticky-notice__close:hover{background:#3a5eaa;color:#f5f5fa;outline:none}@media(max-width:600px){#sticky-notice{font-size:14px;padding:8px}#sticky-notice .sticky-notice__message{font-size:14px;margin-right:8px;max-width:75vw;word-break:break-word}#sticky-notice .sticky-notice__close{font-size:22px;height:36px;margin-left:4px;width:36px}}@media(max-width:400px){#sticky-notice{font-size:14px;max-height:90px;padding:5px 2px}#sticky-notice .sticky-notice__message{font-size:13px;margin-right:6px;max-width:70vw}#sticky-notice .sticky-notice__close{font-size:18px;height:28px;margin-left:4px;width:28px}}