.faq{z-index:100;position:fixed;bottom:20px;right:20px;display:flex}.faq-teaser{color:#fff;padding:16px 32px;border-radius:32px;background-color:#0b3752;box-shadow:0 0 6px 0 #000;cursor:pointer;display:none;margin-left:auto}.faq-teaser--shown{display:inline-block}.faq-box{width:400px;display:none;background-color:#fff;border-radius:8px;overflow:hidden}@media (max-width:640px){.faq{left:20px}.faq-box{width:100%}}.faq-box__header{background-color:#0b3752;padding:20px;display:flex;align-items:center;font-weight:700;font-size:18px;color:#fff}.faq-box__header-text{flex-grow:1}.faq-box__header-returnButton{cursor:pointer;display:none;margin-right:16px;width:20px;height:20px;min-width:initial;max-height:initial;flex-shrink:0}.faq-box__header-returnButton--shown{display:inline-block}.faq-box__header-closeButton{margin-left:16px;cursor:pointer;width:20px;height:20px;min-width:initial;max-height:initial;flex-shrink:0}.faq-box__header--shown{display:block}.faq-box__question{padding:20px;display:flex;align-items:center;border-bottom:1px solid #333;cursor:pointer;color:#000;font-weight:700}.faq-box__question-button{margin-left:auto;margin-right:-6px;width:30px;height:30px;min-width:initial;max-height:initial;flex-shrink:0;pointer-events:none}.faq-box__question-wrapper{display:none}.faq-box__question-wrapper--shown{display:block}.faq-box__answer{padding:20px;border-bottom:1px #333 solid;display:none;color:#000}.faq-box--shown,.faq-box__answer--shown{display:block}.faq-box__footer{padding:16px 20px;display:flex;align-items:center}.faq-box__footerLink{margin-right:16px}.faq-box__footerButton{padding:16px 32px;border:0;color:#fff;border-radius:32px;margin-left:auto;text-decoration:none;background-color:#0b3752;font-weight:700;min-width:135px;outline:0}.faq .chat-out-of-hours-box{display:none;z-index:+1000;overflow:hidden;border-radius:8px;background-color:#fff;box-shadow:rgba(0,0,0,.156863) 0 0 25px;-webkit-box-shadow:rgba(0,0,0,.156863) 0 0 25px;color:#000;font-size:13px;font-weight:300;font-family:'Open Sans',sans-serif;right:-20px;bottom:-20px;width:300px;height:100vh;max-height:580px;position:absolute}@media (max-width:640px){.faq .chat-out-of-hours-box{right:0;bottom:0;width:100%;height:100%;max-height:initial;position:fixed}}.faq .chat-out-of-hours-box__header{height:46px;background-color:#0b3752;display:flex;align-items:center;flex-direction:row;justify-content:flex-end;padding:5px}.faq .chat-out-of-hours-box__header .button{color:#fff;width:34px;height:34px}.faq .chat-out-of-hours-box__header .button.is-icon{border:0;display:flex;padding:0;align-items:center;border-radius:0;justify-content:center;background-color:transparent}.faq .chat-out-of-hours-box__header .button .icon{width:20px;height:20px;stroke:#fff}.faq .chat-out-of-hours-box__content{padding:30px;text-align:center}.faq .chat-out-of-hours-box__content h2{font-size:16px;margin:6px 0;font-weight:700}.faq .chat-out-of-hours-box__content p{line-height:initial}.faq .chat-out-of-hours-box--shown{display:block}