/*!
 * Copyright 2019-2020 ForgeRock AS. All Rights Reserved 
 *  Use of this code requires a commercial software license with ForgeRock AS. or with one of its affiliates. All use shall be exclusively subject to such license between the licensee and ForgeRock AS.
 */@-webkit-keyframes nudge{0%,to{-webkit-transform:translate(0);transform:translate(0)}25%{-webkit-transform:translate(15px,5px);transform:translate(15px,5px)}50%{-webkit-transform:translate(20px);transform:translate(20px)}80%{-webkit-transform:translate(10px,5px);transform:translate(10px,5px)}90%{-webkit-transform:translate(-10px);transform:translate(-10px)}}@keyframes nudge{0%,to{-webkit-transform:translate(0);transform:translate(0)}25%{-webkit-transform:translate(15px,5px);transform:translate(15px,5px)}50%{-webkit-transform:translate(20px);transform:translate(20px)}80%{-webkit-transform:translate(10px,5px);transform:translate(10px,5px)}90%{-webkit-transform:translate(-10px);transform:translate(-10px)}}#notFoundContainer .fr-ghost,#notFoundContainer .fr-shadow{cursor:pointer}#notFoundContainer .fr-ghost,#notFoundContainer .fr-shadow,#notFoundContainer .fr-speech-bubble{-webkit-animation:nudge 5s linear infinite alternate;animation:nudge 5s linear infinite alternate}#notFoundContainer .fr-speech-bubble{font-size:20px;font-weight:300;background:#fff;border:1px solid #a7a7a7;border-radius:4px;-webkit-box-shadow:4px 4px 0 rgba(0,0,0,.2);box-shadow:4px 4px 0 rgba(0,0,0,.2);line-height:1.3;margin:0 auto 15px;max-width:110px;padding:15px;position:relative;right:70px}#notFoundContainer .fr-speech-bubble p{margin-bottom:10px}#notFoundContainer .fr-speech-bubble p:last-of-type{margin-bottom:0}#notFoundContainer .fr-speech-bubble .fr-speech-arrow{border-left:21px solid transparent;border-top:20px solid rgba(0,0,0,.2);bottom:-25px;position:absolute;right:15px}#notFoundContainer .fr-speech-bubble .fr-speech-arrow:before{border-left:23px solid transparent;border-top:23px solid #fff;bottom:2px;content:"";position:absolute;right:5px}#notFoundContainer .fr-speech-bubble .fr-speech-arrow:after{border-left:21px solid transparent;border-top:21px solid #fff;bottom:4px;content:"";position:absolute;right:6px}