@keyframes slide-right{0%{margin-left:-100%}to{margin-left:0}}@keyframes placeholder-gradient{0%{left:0}to{left:100%}}@keyframes slideaway{0%{display:block}to{transform:translateY(40px);opacity:0}}@keyframes slidein{0%{display:none}to{transform:translateY(40px);opacity:1}}@keyframes fadeInAnimation{0%{opacity:0}to{opacity:1}}@keyframes fadeInUp{0%{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes fadeIn{0%{scale:.8;opacity:0}to{scale:1;opacity:1}}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(359deg)}}.pf-howto-modal-wrap{display:none;position:relative;z-index:999}.pf-howto-modal-wrap .pf-howto-modal-bg{position:fixed;top:0;right:0;bottom:0;left:0;opacity:.5;background-color:#444;transition:opacity .4s}.pf-howto-modal-wrap .pf-howto-modal-container-wrap{display:flex;position:fixed;top:0;right:0;bottom:0;left:0;align-items:center;z-index:999;width:100%;height:100vh}.pf-howto-modal-wrap .pf-howto-modal-container-wrap.pf-howto-modal-center{top:50%;left:50%;justify-content:center;transform:translate(-50%,-50%)}@media only screen and (max-width:480px){.pf-howto-modal-wrap .pf-howto-modal-container-wrap{width:90%}}.pf-howto-modal-wrap .pf-howto-modal-container-wrap .pf-howto-modal-container{display:flex;flex-direction:column;container-name:aimodalcontainer;container-type:inline-size;border-radius:5px;background-color:#fff;min-width:400px;max-width:95%;min-height:30vh;max-height:80vh}.pf-howto-modal-wrap .pf-howto-modal-container-wrap .pf-howto-modal-container.howto-modal-min-width{min-width:50%}@media only screen and (max-width:650px){.pf-howto-modal-wrap .pf-howto-modal-container-wrap .pf-howto-modal-container.howto-modal-min-width{width:90%}}@media only screen and (max-device-width:1024px){.pf-howto-modal-wrap .pf-howto-modal-container-wrap .pf-howto-modal-container.howto-modal-min-width{width:80%}}@media only screen and (max-device-width:480px){.pf-howto-modal-wrap .pf-howto-modal-container-wrap .pf-howto-modal-container.howto-modal-min-width{width:90%}}@media only screen and (max-width:480px){.pf-howto-modal-wrap .pf-howto-modal-container-wrap .pf-howto-modal-container{width:95%}}.pf-howto-modal-wrap .pf-howto-modal-container-wrap .pf-howto-modal-container .pf-howto-modal-title-wrap{display:flex;justify-content:space-between;align-items:center;align-self:flex-start;border-bottom:1px solid #e5e7eb;border-radius:5px 5px 0 0;background-color:#003c44;padding:8px 8px 8px 16px;width:100%;color:#fff}.pf-howto-modal-wrap .pf-howto-modal-container-wrap .pf-howto-modal-container .pf-howto-modal-title-wrap .pf-howto-modal-title{font-weight:700;font-size:16px}.pf-howto-modal-wrap .pf-howto-modal-container-wrap .pf-howto-modal-container .pf-howto-modal-title-wrap .pf-howto-modal-dialog-actions{display:flex;justify-content:center;align-items:center}.pf-howto-modal-wrap .pf-howto-modal-container-wrap .pf-howto-modal-container .pf-howto-modal-title-wrap .pf-howto-modal-dialog-actions .pf-howto-modal-close-btn{cursor:pointer;height:22px}.pf-howto-modal-wrap .pf-howto-modal-container-wrap .pf-howto-modal-container .pf-howto-modal-title-wrap .pf-howto-modal-dialog-actions .pf-howto-modal-close-btn:hover{color:#ccc}.pf-howto-modal-wrap .pf-howto-modal-container-wrap .pf-howto-modal-container .pf-howto-modal-title-wrap .pf-howto-modal-dialog-actions .pf-howto-modal-close-btn img{width:22px;height:22px}.pf-howto-modal-wrap .pf-howto-modal-container-wrap .pf-howto-modal-container .pf-howto-modal-body{flex-grow:1;padding:10px;width:100%;min-height:300px;max-height:calc(90vh - 160px);overflow-y:auto}@media only screen and (max-device-width:640px) and (orientation:landscape){.pf-howto-modal-wrap .pf-howto-modal-container-wrap .pf-howto-modal-container .pf-howto-modal-body{min-height:140px;max-height:calc(75vh - 160px)}}@media only screen and (max-height:575.98px) and (orientation:landscape){.pf-howto-modal-wrap .pf-howto-modal-container-wrap .pf-howto-modal-container .pf-howto-modal-body{min-height:100px}}@media only screen and (max-width:480px){.pf-howto-modal-wrap .pf-howto-modal-container-wrap .pf-howto-modal-container .pf-howto-modal-body{min-height:75px;max-height:calc(75vh - 250px)}}.pf-howto-modal-wrap .pf-howto-modal-container-wrap .pf-howto-modal-container .pf-howto-modal-body .pf-howto-video-body video{border:1px solid #f1f1f1;border-radius:5px;width:100%;height:auto;min-height:275px}