body{overflow-x:hidden}body.noscroll{overflow:hidden}#chatwidget{position:relative;z-index:99999;}.chatwidget{position:relative;z-index:99999999}#main_wrapper{float:left;width:100%;height:100%;display:block;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}#main_wrapper #main_innerwrapper{float:left;width:600px;height:440px;display:-ms-flexbox;display:flex;position:relative}#main_wrapper #main_innerwrapper #home_page{float:left;height:440px;width:300px;-webkit-transition:all .6s;-o-transition:all .6s;transition:all .6s;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-align:start;align-items:flex-start;-ms-flex-line-pack:start;align-content:flex-start;overflow-y:auto;position:relative}#home_page:after{position:absolute;content:"";left:0;top:0;height:180px;width:100%;z-index:0;background-color:#fea316}#main_wrapper #main_innerwrapper #chatpages_wrapper{float:left;height:440px;width:300px;position:relative;-webkit-transition:all .6s;-o-transition:all .6s;transition:all .6s;display:-ms-flexbox;-ms-flex-direction:column;flex-direction:column;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-align:start;align-items:flex-start;-ms-flex-line-pack:start;align-content:flex-start;display:flex}.widget-container{font-family:Open Sans,sans-serif;background:#fff;position:absolute;display:-ms-flexbox;display:flex;-ms-flex-flow:column nowrap;flex-flow:column nowrap;width:100%;height:100%;visibility:hidden;transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;position:relative;-webkit-overflow-scrolling:touch}.widget-container input{outline-width:0}.widget-container *,.widget-container :after,.widget-container :before{-webkit-box-sizing:border-box;box-sizing:border-box;font-family:Open Sans,sans-serif}.widget-container.normal{width:300px;bottom:100px;height:440px;left:10px;border-radius:5px;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-animation-iteration-count:1;animation-iteration-count:1;-ms-transform-origin:50% 50%;transform-origin:50% 50%;-webkit-transform-origin:50% 50%}.widget-container.docked,.widget-container.normal{position:fixed;overflow:hidden;-webkit-box-shadow:0 5px 40px rgba(0,0,0,.16);box-shadow:0 5px 40px rgba(0,0,0,.16)}.widget-container.docked{max-width:350px;bottom:20px;top:0;left:0}.widget-container:not(.visible){-webkit-transform:translateY(30%);-ms-transform:translateY(30%);transform:translateY(30%);visibility:hidden;opacity:0}.widget-container.visible,.widget-container:not(.visible){transition:all .1s ease-in-out;-o-transition:all .1s ease-in-out;-moz-transition:all .1s ease-in-out;-webkit-transition:all .1s ease-in-out;-ms-transition:all .1s ease-in-out}.widget-container.visible{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);visibility:visible;opacity:1;z-index:99999;overflow-x:hidden!important}#chatwidget svg{display:block;margin:auto;height:100%}.chat-button{position:fixed;bottom:0;left:0;cursor:pointer;width:60px;height:60px;margin:16px;padding:10px;border-radius:100px;background-color:#fea316;-webkit-box-shadow:0 0 8px 0 rgba(0,0,0,.3);box-shadow:0 0 8px 0 rgba(0,0,0,.3);display:none;opacity:1;-webkit-animation:widget-show-grow .5s backwards;animation:widget-show-grow .5s backwards}.chat-button.visible{-webkit-animation:widget-hide-shrink .5s forwards;animation:widget-hide-shrink .5s forwards}.chat-button #chatbtn_cloud{opacity:.4}.chat-button #acc_status{display:block;width:13px;height:13px;right:0;top:0;display:none}.chat-button #acc_status,.chat-button #msgcounter{background-color:#73c850;border:2px solid #fff;border-radius:100px;position:absolute;z-index:2}.chat-button #msgcounter{min-width:25px;max-width:45px;height:25px;padding:0 3px;color:#fff;right:-9px;top:-6px;font-size:14px;text-align:center;line-height:21px;display:none}.chat-button svg{position:absolute;left:0;right:0;top:0}.chat-button #chatbutton_close,.chat-button #chatbutton_icon{transition:all .1s ease-in-out;-o-transition:all .1s ease-in-out;-moz-transition:all .1s ease-in-out;-webkit-transition:all .1s ease-in-out;-ms-transition:all .1s ease-in-out}.chat-button #chatbutton_close{opacity:0;color:#fff;font-size:120px;text-align:center;font-weight:100;line-height:14px}#chat_notifmsgs{background-color:#f9f9f9;min-width:200px;max-width:290px;min-height:90px;max-height:200px;position:fixed;left:25px;bottom:110px;z-index:99998;padding:10px 14px;border-radius:10px;-webkit-box-shadow:0 0 10px 1px #a5a5a5;box-shadow:0 0 10px 1px #a5a5a5;cursor:pointer;display:none}#chat_notifmsgs #pmsg_profile img{float:left;width:40px;height:40px;border-radius:100px;-webkit-filter:grayscale(70%);filter:grayscale(70%);border:2px solid #e7e7e7;display:block}#chat_notifmsgs #pmsg_profile h4{margin:12px 0 0 10px;float:left;color:#333}#chat_notifmsgs p{float:left;width:100%;margin:10px 0 0;color:#000;font-size:13px}.send-button{cursor:pointer;width:30px;height:30px;margin-right:12px}.send-button #sendmsg_btn{transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out}.message-svg path,.send-button:hover #sendmsg_btn{fill:#fea316}.input-container{background-color:#fff;-ms-flex-negative:0;flex-shrink:0;z-index:4;border-bottom-right-radius:5px;border-bottom-left-radius:5px;max-height:200px;height:auto;float:left;width:100%}.input-container.drag-drop-zone{outline:3px dashed grey;outline-offset:-3px}.input-container .input-form{max-height:200px;height:auto}.input-container .input-form #input_msg{resize:none;width:100%;max-height:200px;min-height:50px;height:50px;padding:14px 10px;overflow:auto}.input-form{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;border-top:1px solid #ddd;line-height:48px}.input-form #attachment{display:none}.input-form #uploadbtn_wrapper{height:34px}.input-form #upload_icon{cursor:pointer;margin-right:8px;margin-top:2px}.input-form #upload_icon #upload_svgicon{transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out}.input-form #upload_icon:hover #upload_svgicon{fill:#fea316}.input{border-style:none;height:48px;padding:0 10px;font-size:13px;outline-width:0;-ms-flex-positive:1;flex-grow:1}.input:focus::-webkit-input-placeholder{color:transparent}.input:focus:-ms-input-placeholder,.input:focus::-ms-input-placeholder{color:transparent}.input:focus::placeholder{color:transparent}.input::-webkit-input-placeholder{color:#7d7d7d}.input:-ms-input-placeholder,.input::-ms-input-placeholder{color:#7d7d7d}.input::placeholder{color:#7d7d7d}.status-container{text-align:center;z-index:999;line-height:40px;min-height:64px;max-height:120px;-ms-flex-negative:0;flex-shrink:0;color:#fff;position:relative;z-index:6;width:100%;padding:4px 0;background-color:#fea316;border-top-right-radius:5px;border-top-left-radius:5px;-webkit-box-shadow:1px 1px 9px 0 hsla(0,0%,44%,.18);box-shadow:1px 1px 9px 0 hsla(0,0%,44%,.18)}.status-container .left-arrow{background:transparent;border:none;border-top:2px solid #fff;border-left:2px solid #fff;width:10px;height:15px;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);display:block;float:left;cursor:pointer;margin:28px 2px 28px 12px}.status-container .left-arrow:focus{outline:none}.status-container .agent-info{float:left;padding-left:5px;width:199px}.status-container .agent-info .avatar{float:left;margin-right:5px;width:50px;height:50px;margin-top:7px}.status-container .agent-info .avatar img{border-radius:100px;width:100%;height:100%;-webkit-filter:grayscale(70%);filter:grayscale(70%)}.status-container .agent-info .desc-wrapper{float:left;padding:12px 0 10px 5px;text-align:left;width:139px}.status-container .agent-info h4{font-size:14px;line-height:16px;font-weight:400;margin:3px 0;text-transform:capitalize;color:#fff}.status-container .agent-info p{font-size:12px;line-height:14px;font-weight:400;line-height:16px;margin:0;opacity:.5;color:#fff;word-break:break-word}.status-container #agentinfo_p .avatar{width:80px;height:80px;position:absolute;left:0;right:0;margin:auto;top:40px}.status-container #agentinfo_p .avatar img{width:80px;height:80px;border-radius:100px;-webkit-filter:grayscale(70%);filter:grayscale(70%);border:2px solid #e7e7e7;background-color:#fff}.status-container .agent-info#agentinfo_r{display:none}#helpcenter_topbar .minimize_btn,.status-container .minimize_btn{width:34px;height:34px;background-color:rgba(0,0,0,.1);border-radius:100px;font-size:55px;font-weight:100;color:#fff;text-align:center;cursor:pointer;display:block;line-height:23px;float:right;margin:18px 5px 0 0;transition:all .4s ease-in-out;-o-transition:all .4s ease-in-out;-moz-transition:all .4s ease-in-out;-webkit-transition:all .4s ease-in-out;-ms-transition:all .4s ease-in-out}.status-container .minimize_btn:focus{outline:none}.status-container .minimize_btn:hover{background-color:rgba(0,0,0,.2)}.status-container #actions-menu-trigger{float:right;background:transparent;border:none;text-align:center;cursor:pointer;margin:22px 5px 0 0;width:25px;padding:0}.status-container #actions-menu-trigger span{display:block;width:5px;height:5px;border-radius:100px;background-color:#fff;margin:0 auto 5px}.status-container #actions-menu-trigger:focus{outline:none}.status-container #actions-menu{width:190px;position:absolute;right:10px;bottom:-47px;background-color:#fff;border-radius:10px;border:1px solid #d6d6d6;display:none;z-index:99999}.status-container #actions-menu ul{float:left;padding-left:20px;margin:8px 0}.status-container #actions-menu ul li{float:left;width:100%;line-height:25px;text-align:left}.status-container #actions-menu ul li a{color:#fea316;font-weight:600;font-size:12px;cursor:pointer}.status-container #actions-menu ul li a:hover{text-decoration:none}.minimize-button{position:absolute;width:48px;top:0;left:0;height:100%;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;cursor:pointer}.minimize-button-bar{height:2px;background:#fff;width:16px;top:50%;position:absolute}.message-list-container{padding:0;overflow-y:auto;height:100%;width:100%;padding-top:45px}.message-list-container .inner-wrapper{margin-top:5px}.message-list-container.noheader-page{margin-top:-90px;height:120%;position:relative;z-index:99999;overflow:hidden}#emptybox_msg{position:absolute;left:0;top:50%;text-align:center;font-size:12px;line-height:16px;padding:5px 15px;color:#a2a2a2;display:none}.chat-msg-container{margin-bottom:16px;position:relative}.chat-msg-container.proactive_msg .chat-msg-wrapper{margin-left:0}.chat-msg-container.visitor{text-align:left;padding-right:10px;float:right;width:100%}.chat-msg-container.visitor .chat-msg-wrapper{float:right}.chat-msg-container.agent{padding-left:10px;float:left;width:100%}.chat-msg-container.sibling{margin-top:-12px}.chat-msg-container.sibling .avatar{display:none}.chat-msg-wrapper{display:inline-block;word-wrap:break-word;margin-left:45px;max-width:230px}.chat-msg,.chat-msg-wrapper .chat-msg{font-weight:400}.chat-msg{padding:15px;border-radius:8px;line-height:20px;font-size:13px;color:#555;float:left}.visitor .chat-msg{background-color:#fea316;color:#fff;font-weight:400}.agent .chat-msg{background:#f2f5f6}.chat-msg .msg_time{margin:0;float:right;margin-top:15px;margin-right:-8px;opacity:.5;font-size:11px}.chat-media-container{border-radius:10px;border:1px solid #ddd;overflow:hidden}.chat-img{min-width:180px;min-height:120px;background-position:50%;background-size:cover}.avatar-container{display:inline-block;position:absolute;padding-bottom:1px}.visitor .avatar-container{left:0;display:none}.avatar{width:40px;height:40px;border-radius:100px;color:#fff;background-position:50%;background-size:cover;background-repeat:no-repeat}.agent .avatar{left:10px;background-color:#e05432}.visitor .avatar{left:10px;background-color:#fea316}.visitor-avatar{display:block;margin:auto;height:100%}.system-msg-container{text-align:center;margin-bottom:5px;float:left;width:100%;padding:0 12px}#useremail_input_wrapper{color:#555;background:#f2f5f6;padding:15px;border-radius:8px;line-height:20px;font-size:14px;text-align:left;width:85%;margin-left:10px;margin-top:10px}#useremail_input_wrapper p{margin-top:0;font-size:12px;line-height:16px;margin-bottom:5px}#useremail_input_wrapper .input_wrapper{position:relative}#useremail_input_wrapper input[type=email]{padding:7px 10px;font-size:12px;color:#666;border:1px solid #e7e7c8;border-radius:5px;width:100%}#useremail_input_wrapper #useremail_submit{background:transparent;border:none;position:absolute;right:3px;top:9px;z-index:1;cursor:pointer}#useremail_input_wrapper #useremail_submit svg{height:16px}#useremail_input_wrapper #useremail_submit #useremail_submit_btn{transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out}#useremail_input_wrapper #useremail_submit:hover #useremail_submit_btn{fill:#fea316}.system-msg{font-size:12px;color:#999;line-height:16px}.card-container{position:relative}.card-title{text-align:center;color:#fea316;margin-bottom:8px}.card-icon{width:32px;height:32px;position:relative;background-color:#fff;border:1px solid #e0e0e0;border-radius:50%;-webkit-box-shadow:0 2px 4px 0 rgba(0,0,0,.1);box-shadow:0 2px 4px 0 rgba(0,0,0,.1);margin:-16px auto;z-index:999}.buttons-container{display:-ms-flexbox;display:flex;-ms-flex-flow:row nowrap;flex-flow:row nowrap}.buttons-container .button{-ms-flex-positive:1;flex-grow:1}.buttons-container .button:not(:last-child){margin-left:8px}.offline-shrink-enter{opacity:.01;position:relative;top:100px}.offline-shrink-enter.offline-shrink-enter-active{position:relative;top:0;opacity:1;-webkit-transition:opacity .5s,top .5s;-o-transition:opacity .5s,top .5s;transition:opacity .5s,top .5s;-webkit-transition-delay:.5s;-o-transition-delay:.5s;transition-delay:.5s}.offline-shrink-leave{opacity:.5;position:relative;top:0}.offline-shrink-leave.offline-shrink-leave-active{top:-200px;opacity:.01;-webkit-transition:top .5s,opacity .5s;-o-transition:top .5s,opacity .5s;transition:top .5s,opacity .5s}.offline-grow-enter{opacity:.5;position:relative;top:-200px}.offline-grow-enter.offline-grow-enter-active{position:relative;top:0;opacity:1;-webkit-transition:opacity .5s,top .5s;-o-transition:opacity .5s,top .5s;transition:opacity .5s,top .5s}.offline-grow-leave{opacity:.5;position:relative;top:0;height:50px}.offline-grow-leave.offline-grow-leave-active{top:-100px;height:0;opacity:.01;-webkit-transition:top .5s,opacity .5s,height .5s;-o-transition:top .5s,opacity .5s,height .5s;transition:top .5s,opacity .5s,height .5s}.offline-card{background-color:#fdfdfd;position:relative;height:100%}.offline-card .content{color:#fff}.card-content{color:#555;border-radius:8px;padding:10px 15px;font-size:14px}.card-content .minimize_btn{width:34px;height:34px;background-color:rgba(0,0,0,.04);border-radius:100px;font-size:55px;font-weight:100;color:#fff;text-align:center;cursor:pointer;display:block;line-height:23px;position:absolute;right:5px;top:-5px;z-index:99999;transition:all .4s ease-in-out;-o-transition:all .4s ease-in-out;-moz-transition:all .4s ease-in-out;-webkit-transition:all .4s ease-in-out;-ms-transition:all .4s ease-in-out}.card-content .minimize_btn:focus{outline:none}.card-content .minimize_btn:hover{background-color:rgba(0,0,0,.2)}.card-content h2{margin:5px 0;font-size:22px;line-height:28px;color:#fff;margin-top:0}.card-content p{font-size:13px;line-height:18px;color:#fff}.card-content p.bottom-desc{margin-top:15px;margin-bottom:15px;font-size:13px;line-height:18px}.card-content .inner-wrapper{margin-top:0;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-line-pack:stretch;padding-bottom:30px;padding:0 8px}.card-content .avatars-wrapper,.card-content .inner-wrapper{display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-align:stretch;align-items:stretch;align-content:stretch}.card-content .avatars-wrapper{-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:center;justify-content:center;-ms-flex-line-pack:stretch;margin-bottom:30px}.card-content .avatars-wrapper .avatars{margin:0 5px;width:50px;height:50px}.card-content .avatars-wrapper .avatars img{width:100%;height:100%;border-radius:100px;background-color:#fff;-webkit-filter:grayscale(70%);filter:grayscale(70%)}.offline-card{width:100%}.offline-card .inner-wrapper{padding:0;position:relative;margin-top:5px}.offline-card .inner-wrapper:after{content:"";position:absolute;left:0;z-index:1;bottom:0;width:100%;height:1px;-webkit-box-shadow:1px 1px 1px hsla(0,0%,100%,.2);box-shadow:1px 1px 1px hsla(0,0%,100%,.2)}.offline-card .inner-wrapper p{font-size:13px;line-height:18px;margin:5px 0 15px}.offline-card .section{margin-bottom:16px}.offline-card .label{display:block;margin-bottom:4px;color:#fea316}.offline-card input{height:32px;padding:0 10px;font-size:14px}.offline-card input,.offline-card textarea{border:1px solid #ddd;border-radius:4px;outline-width:0;width:100%}.offline-card textarea{padding:8px 10px;min-height:100px;resize:none;font-size:13px;overflow-y:auto}.offline-card .button-send{width:100%;background-color:#fea316;color:#fff}.offline-card #questions_dropdown{width:100%;height:37px;border:none;font-size:12px;font-weight:600;text-indent:5px;color:#fea316;border:1px solid #ddd;-webkit-box-shadow:0 0 10px 1px #00000012;box-shadow:0 0 10px 1px #00000012;margin-bottom:5px;margin-top:2px}.offline-card #questions_dropdown:focus{outline:0;-webkit-box-shadow:none;box-shadow:none}.offline-card #startchat_questions{display:none;background-color:#fea316;font-size:14px;border:2px solid #fff;width:100%;height:40px;float:left;margin-top:5px;text-align:left;color:#fff;border-radius:4px;padding:8px 12px;cursor:pointer}.offline-card #startchat_questions svg{float:right}#homepage_inner{position:relative;z-index:1}#homepage_inner .inner-wrapper .boxes_wrapper .home_boxes{background-color:#fff;float:left;width:100%;padding:10px 15px;color:#666;border-radius:5px;border:1px solid #e7e7e7;font-size:13px;margin-bottom:10px;-webkit-box-shadow:0 0 10px 1px #00000012;box-shadow:0 0 10px 1px #00000012}#homepage_inner .inner-wrapper .boxes_wrapper .conversations_box p{margin:0 0 10px;color:#666}#homepage_inner .inner-wrapper .boxes_wrapper .avatars-wrapper{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-pack:left;justify-content:left;-ms-flex-align:stretch;align-items:stretch;-ms-flex-line-pack:stretch;align-content:stretch;margin-bottom:8px}#homepage_inner .inner-wrapper .boxes_wrapper .avatars-wrapper .avatars{margin:0 -7px;width:60px;height:60px}#homepage_inner .inner-wrapper .boxes_wrapper .avatars-wrapper .avatars img{width:100%;height:100%;border-radius:100px;border:2px solid #e7e7e7}#homepage_inner .inner-wrapper .boxes_wrapper #startchat_btn{position:static;width:100%;text-align:left;color:#fff;background-color:#fea316;font-size:13px;font-weight:600;line-height:16px;padding:10px 12px;border-radius:4px;cursor:pointer;-webkit-box-shadow:none;box-shadow:none;border:none}#homepage_inner .inner-wrapper .boxes_wrapper #startchat_btn:disabled{background-color:#f7f7f7!important;background-image:none!important;color:#7d7d7d}#homepage_inner .inner-wrapper .boxes_wrapper #startchat_btn:disabled svg #startchat_svg{fill:#ddd}#homepage_inner .inner-wrapper .boxes_wrapper #startchat_btn svg{float:right;margin-right:0;margin-top:1px;width:18px;height:16px}#homepage_inner .inner-wrapper .boxes_wrapper #startchat_btn svg #startchat_svg{fill:#fff}#chatcontinue_btn{display:none;position:static;width:100%;text-align:left;color:#fff;background-color:#fea316;font-size:13px;font-weight:600;line-height:16px;padding:10px 12px;border-radius:4px;cursor:pointer;-webkit-box-shadow:none;box-shadow:none;border:none}#chatcontinue_btn #homepage_notification{background:#fff;color:#fea316;padding:2px 5px;float:right;border-radius:4px}#homepage_inner .inner-wrapper .boxes_wrapper .help_box{padding:10px 15px 15px}#homepage_inner .inner-wrapper .boxes_wrapper .help_box p{margin:0 0 12px;color:#666}#homepage_inner .inner-wrapper .boxes_wrapper .help_box input[type=text]{background-color:#f2f5f6;font-size:13px;padding-right:36px}#homepage_inner .inner-wrapper .boxes_wrapper .help_box input[type=text]::-webkit-input-placeholder{font-style:italic}#homepage_inner .inner-wrapper .boxes_wrapper .help_box input[type=text]:-ms-input-placeholder,#homepage_inner .inner-wrapper .boxes_wrapper .help_box input[type=text]::-ms-input-placeholder{font-style:italic}#homepage_inner .inner-wrapper .boxes_wrapper .help_box input[type=text]::placeholder{font-style:italic}#homepage_inner .inner-wrapper .boxes_wrapper .help_box #help_trigger{width:36px;height:32px;border:none;background:#fea316;border-top-right-radius:4px;border-bottom-right-radius:4px;margin-left:-36px;vertical-align:bottom;cursor:pointer;padding:0}#homepage_inner .inner-wrapper .boxes_wrapper .help_box #help_trigger svg{fill:#fff}#homepage_inner .inner-wrapper .boxes_wrapper .help_box #searchresults_wrapper{float:left;height:0;overflow:hidden;-webkit-transition:all .6s ease-in-out;-o-transition:all .6s ease-in-out;transition:all .6s ease-in-out}#homepage_inner .inner-wrapper .boxes_wrapper .help_box #searchresults_wrapper h4{font-size:13px;font-weight:700;color:#666;margin:20px 0}#homepage_inner .inner-wrapper .boxes_wrapper .help_box #searchresults_wrapper ul{padding-left:0;list-style-type:none;margin-bottom:0}#homepage_inner .inner-wrapper .boxes_wrapper .help_box #searchresults_wrapper ul li{border-bottom:1px solid #e7e7e7;float:left;width:100%;padding:0 0 10px}#homepage_inner .inner-wrapper .boxes_wrapper .help_box #searchresults_wrapper ul li:first-child{border-top:1px solid #e7e7e7}#homepage_inner .inner-wrapper .boxes_wrapper .help_box #searchresults_wrapper ul li:last-child{border-bottom:none}#homepage_inner .inner-wrapper .boxes_wrapper .help_box #searchresults_wrapper ul li a{text-decoration:none;color:#6ea7e9;font-size:13px;font-weight:400;padding:15px 0;display:block;cursor:pointer}#homepage_inner .inner-wrapper .boxes_wrapper .help_box #searchresults_wrapper ul li p{float:left;width:90%;color:#6ea7e9;margin:0}#homepage_inner .inner-wrapper .boxes_wrapper .help_box #searchresults_wrapper ul li a svg{fill:#6ea7e9;float:right;width:10%;height:24px}.offline-sent .button-resend{width:100%;margin-top:16px;background-color:#fea316;color:#fff}.action-button{font-size:14px;padding:8px;border:1px solid #ddd;border-radius:4px;text-align:center;opacity:1}.action-button:hover{opacity:.8;cursor:pointer}@-webkit-keyframes typing-animation{0%{opacity:1}28%{opacity:.7}44%{opacity:.5}}@keyframes typing-animation{0%{opacity:1}28%{opacity:.7}44%{opacity:.5}}.typing-indicator-part:first-child{-webkit-animation-delay:.2s;animation-delay:.2s}.typing-indicator-part:nth-child(2){-webkit-animation-delay:.3s;animation-delay:.3s}.typing-indicator-part:nth-child(3){-webkit-animation-delay:.4s;animation-delay:.4s}.typing-indicator-part{display:inline-block;width:7px;height:7px;margin:0 3px 5px;background-color:#c9c9c9;border-radius:100px;-webkit-animation:typing-animation 1.5s infinite ease-in-out;animation:typing-animation 1.5s infinite ease-in-out}#rating_page{position:absolute;left:0;top:0;background-color:#fff;z-index:5;width:100%;height:100%;padding-top:15px;display:none}#rating_page h3{text-align:center;color:#666;font-size:14px;font-weight:300;line-height:20px;padding:0 40px;margin-bottom:15px;margin-top:120px}#rating_page ul{list-style-type:none;padding-left:0;float:none;width:204px;display:block;margin:0 auto}#rating_page ul li{float:left;margin:0 1%;width:48%}#rating_page ul li button{background:transparent;border:none;font-size:50px;cursor:pointer;border:1px solid #e7e7e7;border-radius:10px;padding:0 15px;width:100%}#rating_page ul li p{font-size:14px;margin-top:40px;color:#666;text-align:center;margin:10px 0 0}#rating_page p.transcript_trigger{text-align:center;float:left;width:100%;margin-top:40px;padding:0 50px}#rating_page p.transcript_trigger a{text-align:center;color:#fea316;font-size:16px;font-weight:300}#offline_page{position:absolute;left:0;top:0;z-index:99999;height:440px;width:300px;background-color:#fea316;padding:5px 10px;display:none;border-radius:5px}#offline_page .inner_wrapper{margin-top:10px;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-align:stretch;align-items:stretch;-ms-flex-line-pack:stretch;align-content:stretch;padding-bottom:30px;padding:0 8px}#offline_page .inner_wrapper h2{margin:5px 0;font-size:26px;line-height:28px;color:#fff;margin-top:5px}#offline_page .inner_wrapper p{font-size:15px;line-height:24px;margin:5px 0 35px;color:#fff}#offline_page .inner_wrapper .minimize_btn{width:34px;height:34px;background-color:rgba(0,0,0,.1);border-radius:100px;font-size:55px;font-weight:100;color:#fff;text-align:center;cursor:pointer;display:block;line-height:22px;margin:9px 5px 0 0;-webkit-transition:all .4s ease-in-out;-o-transition:all .4s ease-in-out;transition:all .4s ease-in-out;position:absolute;right:10px;top:5px}#offline_page .inner_wrapper .minimize_btn:focus{outline:none}#offline_page .inner_wrapper .minimize_btn:hover{background-color:rgba(0,0,0,.2)}@-webkit-keyframes widget-show{0%{visibility:hidden;opacity:0}1%{visibility:visible;opacity:0;-webkit-transform:translateY(50%);transform:translateY(50%)}to{visibility:visible;opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes widget-show{0%{visibility:hidden;opacity:0}1%{visibility:visible;opacity:0;-webkit-transform:translateY(50%);transform:translateY(50%)}to{visibility:visible;opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@-webkit-keyframes widget-hide{0%{-webkit-transform:translateY(0);transform:translateY(0)}99%{opacity:0;-webkit-transform:translateY(50%);transform:translateY(50%)}to{visibility:hidden;opacity:0}}@keyframes widget-hide{0%{-webkit-transform:translateY(0);transform:translateY(0)}99%{opacity:0;-webkit-transform:translateY(50%);transform:translateY(50%)}to{visibility:hidden;opacity:0}}@-webkit-keyframes widget-show-grow{0%{visibility:hidden;opacity:0}1%{visibility:visible;opacity:0;-webkit-transform:scale(.5);transform:scale(.5)}to{visibility:visible;opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes widget-show-grow{0%{visibility:hidden;opacity:0}1%{visibility:visible;opacity:0;-webkit-transform:scale(.5);transform:scale(.5)}to{visibility:visible;opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@-webkit-keyframes widget-hide-shrink{0%{visibility:visible;opacity:1;-webkit-transform:scale(1);transform:scale(1)}99%{visibility:visible;opacity:0;-webkit-transform:scale(.5);transform:scale(.5)}to{visibility:hidden;opacity:0}}@keyframes widget-hide-shrink{0%{visibility:visible;opacity:1;-webkit-transform:scale(1);transform:scale(1)}99%{visibility:visible;opacity:0;-webkit-transform:scale(.5);transform:scale(.5)}to{visibility:hidden;opacity:0}}.spinner-container{z-index:1000;position:absolute;width:100%;height:100%;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;background:#fff;-webkit-transition:visibility .5s,opacity .5s;-o-transition:visibility .5s,opacity .5s;transition:visibility .5s,opacity .5s;visibility:hidden;opacity:0;top:0;left:0}.spinner-container.visible{visibility:visible;opacity:1}.spinner{width:40px;height:40px;margin:100px auto;background-color:#fea316;border-radius:100%;-webkit-animation:sk-scaleout 1s infinite ease-in-out;animation:sk-scaleout 1s infinite ease-in-out}@-webkit-keyframes sk-scaleout{0%{-webkit-transform:scale(0);transform:scale(0)}to{-webkit-transform:scale(1);transform:scale(1);opacity:0}}@keyframes sk-scaleout{0%{-webkit-transform:scale(0);transform:scale(0)}to{-webkit-transform:scale(1);transform:scale(1);opacity:0}}#helpcenter_wrapper{position:absolute;left:0;top:100%;height:440px;width:300px;background-color:#fff;z-index:999999;-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;overflow:auto;display:none}#helpcenter_wrapper.closed{top:100%}#helpcenter_wrapper.active,#helpcenter_wrapper.closed{-webkit-transition:all 50ms ease-in-out;-o-transition:all 50ms ease-in-out;transition:all 50ms ease-in-out}#helpcenter_wrapper.active{top:0}#helpcenter_wrapper #inner_wrapper{min-height:100%;position:relative}#helpcenter_wrapper #inner_wrapper #helpcenter_topbar{background-color:#fea316;float:left;width:100%;height:64px;position:-webkit-sticky;position:sticky;top:0;left:0;z-index:99999;-webkit-box-shadow:1px 4px 20px #d0d0d0;box-shadow:1px 4px 20px #d0d0d0}@media (-ms-high-contrast:none){#helpcenter_wrapper #inner_wrapper #helpcenter_topbar,::-ms-backdrop{position:absolute}}#helpcenter_wrapper #inner_wrapper #helpcenter_topbar h2{text-align:center;color:#fff;font-size:16px;font-weight:400;margin:25px 0}.topbar_closebtn{background:transparent;color:#fff;width:30px;height:30px;border:none;position:absolute;left:8px;top:19px;z-index:1;cursor:pointer;padding:0}.topbar_closebtn.active,.topbar_closebtn:active,.topbar_closebtn:focus{background-image:none;outline:0;-webkit-box-shadow:none;box-shadow:none}#helpcenter_topbar .minimize_btn{position:absolute;right:0;top:1px;margin:14px 20px 0 0;display:none}#helpcenter_topbar .minimize_btn:hover{background-color:rgba(0,0,0,.2)}#helpcenter_wrapper .content_wrapper{float:left;width:100%;text-align:left;position:relative;padding:0 0 50px}#helpcenter_wrapper .content_wrapper .article_title{font-size:14px;line-height:22px;margin-bottom:15px}#helpcenter_wrapper .content_wrapper>div{padding:0 12px}#helpcenter_wrapper .content_wrapper h3{color:#666;font-size:15px;margin:5px 0;padding:0 12px}#helpcenter_wrapper .content_wrapper h4{color:#666;font-size:13px;margin:10px 0}#helpcenter_wrapper .content_wrapper p{font-size:13px;color:#555;margin:5px 0}#helpcenter_wrapper .content_wrapper,#helpcenter_wrapper .content_wrapper ol li,#helpcenter_wrapper .content_wrapper ul li{font-size:13px;color:#555;line-height:17px}#helpcenter_wrapper .content_wrapper ol,#helpcenter_wrapper .content_wrapper ul{padding-left:15px}#helpcenter_wrapper .content_wrapper table{float:left;width:100%!important;margin:15px 0}#helpcenter_wrapper .content_wrapper a{color:#6ea7e9}#helpcenter_wrapper .content_wrapper img{max-width:100%;height:auto}.helpcenter_rating{float:left;width:100%;background-color:#f2f5f6;margin:10px 0;border-radius:10px;padding:10px 0 20px}.helpcenter_rating h4{text-align:center}.helpcenter_rating ul{padding-left:0;list-style-type:none;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;-ms-flex-line-pack:center;align-content:center}.helpcenter_rating ul li{float:left}.helpcenter_rating ul li button{border:none;background:transparent;font-size:40px;cursor:pointer;background-color:#fff;border:1px solid #e7e7e7;border-radius:10px;padding:8px 18px;margin:0 5px}#helpcenter_notification{background-color:#fea316;color:#fff;border:none;font-size:13px;font-weight:400;position:-webkit-sticky;position:sticky;bottom:20px;right:0;z-index:10;margin:auto;text-align:center;border-radius:4px;padding:10px 20px;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);display:none}#helpcenter_notification span{background-color:#fff;color:#fea316;padding:2px 5px;border-radius:4px;margin-left:3px}#transcript_page{position:absolute;left:50%;top:79px;height:360px;width:300px;background-color:#fff;z-index:4;overflow:auto;display:none}#transcript_page,#transcript_page.closed{-webkit-transition:all .4s ease-in-out;-o-transition:all .4s ease-in-out;transition:all .4s ease-in-out}#transcript_page.closed{top:100%}#transcript_page.active{top:0;-webkit-transition:all .4s ease-in-out;-o-transition:all .4s ease-in-out;transition:all .4s ease-in-out}#transcript_page .inner_wrapper{float:left;width:100%;padding:35px 12px 50px;text-align:left}#transcript_page .inner_wrapper h4{text-align:center;font-size:16px;font-weight:600;margin:15px 0;color:#666}#transcript_page .inner_wrapper #useremail_input_wrapper{width:95%}#transcript_page .inner_wrapper #transcript_submit{background:#0000;border:none;position:absolute;right:3px;top:9px;z-index:1;cursor:pointer}#transcript_page .inner_wrapper #success_msg{display:none;text-align:center;margin:15px auto 0;font-weight:600;font-size:17px;fill:#ffc503;width:36px}.chatwidget.orange-scheme .input-form #upload_icon:hover #upload_svgicon,.chatwidget.orange-scheme .send-button:hover #sendmsg_btn{fill:#fd7746}.chatwidget.orange-scheme .status-container{background-image:-webkit-gradient(linear,left top,right top,color-stop(15%,#fd7746),color-stop(84%,#fc6251));background-image:-webkit-linear-gradient(left,#fd7746 15%,#fc6251 84%);background-image:-o-linear-gradient(left,#fd7746 15%,#fc6251 84%);background-image:linear-gradient(90deg,#fd7746 15%,#fc6251 84%);background-color:#fd7746}.chatwidget.orange-scheme #rating_page p.transcript_trigger a,.chatwidget.orange-scheme .status-container #actions-menu ul li a{color:#fd7746}.chatwidget.orange-scheme .offline-card #startchat_questions,.chatwidget.orange-scheme .offline-card .button-send{background:#fd7746}.chatwidget.orange-scheme .offline-card .label{color:#fd7746}.chatwidget.orange-scheme .chat-button{background-color:#fd7746}.chatwidget.orange-scheme .visitor .chat-msg{background:#fd7746}.chatwidget.orange-scheme #questions_dropdown{color:#fd7746}.chatwidget.orange-scheme #offline_page{background-color:#fd7746}.chat-button.orange-scheme,.chatwidget.orange-scheme #homepage_inner .inner-wrapper .boxes_wrapper #startchat_btn{background-color:#fd7746;background-image:-webkit-gradient(linear,left top,right top,color-stop(15%,#fd7746),color-stop(84%,#fc6251));background-image:-webkit-linear-gradient(left,#fd7746 15%,#fc6251 84%);background-image:-o-linear-gradient(left,#fd7746 15%,#fc6251 84%);background-image:linear-gradient(90deg,#fd7746 15%,#fc6251 84%)}.chatwidget.orange-scheme #chatcontinue_btn{background-color:#fd7746}.chatwidget.orange-scheme #chatcontinue_btn #homepage_notification{color:#fd7746}.chatwidget.orange-scheme #helpcenter_notification{background-color:#fd7746;color:#fff}.chatwidget.orange-scheme #helpcenter_notification span{color:#fd7746}.chatwidget.orange-scheme #helpcenter_wrapper #inner_wrapper #helpcenter_topbar,.chatwidget.orange-scheme #home_page:after,.chatwidget.orange-scheme #homepage_inner .inner-wrapper .boxes_wrapper .help_box #help_trigger{background-image:-webkit-gradient(linear,left top,right top,color-stop(15%,#fd7746),color-stop(84%,#fc6251));background-image:-webkit-linear-gradient(left,#fd7746 15%,#fc6251 84%);background-image:-o-linear-gradient(left,#fd7746 15%,#fc6251 84%);background-image:linear-gradient(90deg,#fd7746 15%,#fc6251 84%);background-color:#fd7746}@media only screen and (max-width:480px){.widget-container.normal{width:100%!important;height:100%!important;left:0!important;top:0;border-radius:0}.widget-container.normal .status-container{border-top-right-radius:0;border-top-left-radius:0}.widget-container.normal .offline-card{border-radius:0}.widget-container.normal .offline-card .inner-wrapper p{margin:5px 0 20px}.widget-container.normal .card-content p.bottom-desc{margin-top:25px;margin-bottom:25px}#helpcenter_topbar .minimize_btn{display:block}#main_wrapper #main_innerwrapper #chatpages_wrapper{width:100%;height:100%}#main_wrapper #main_innerwrapper{width:200%;height:100%}#main_wrapper #main_innerwrapper #home_page{width:100%;height:100%}#helpcenter_wrapper{width:50%;height:100%}}@media only screen and (min-device-width:320px) and (max-device-width:480px) and (-webkit-min-device-pixel-ratio:2){.widget-container.normal{width:100%!important;height:100%!important;left:0!important;top:0;border-radius:0}.widget-container.normal .status-container{border-top-right-radius:0;border-top-left-radius:0}.widget-container.normal .offline-card{border-radius:0}.widget-container.normal .offline-card .inner-wrapper p{margin:5px 0 20px}.widget-container.normal .card-content p.bottom-desc{margin-top:25px;margin-bottom:25px}#helpcenter_topbar .minimize_btn{display:block}#main_wrapper #main_innerwrapper #chatpages_wrapper{width:100%;height:100%}#main_wrapper #main_innerwrapper{width:200%;height:100%}#main_wrapper #main_innerwrapper #home_page{width:100%;height:100%}#helpcenter_wrapper{width:50%;height:100%}}@media only screen and (min-device-width:320px) and (max-device-width:480px) and (-webkit-min-device-pixel-ratio:2) and (orientation:portrait){.widget-container.normal{width:100%!important;height:100%!important;left:0!important;top:0;border-radius:0}.widget-container.normal .status-container{border-top-right-radius:0;border-top-left-radius:0}.widget-container.normal .offline-card{border-radius:0}.widget-container.normal .offline-card .inner-wrapper p{margin:5px 0 20px}.widget-container.normal .card-content p.bottom-desc{margin-top:25px;margin-bottom:25px}#helpcenter_topbar .minimize_btn{display:block}#main_wrapper #main_innerwrapper #chatpages_wrapper{width:100%;height:100%}#main_wrapper #main_innerwrapper{width:200%;height:100%}#main_wrapper #main_innerwrapper #home_page{width:100%;height:100%}#helpcenter_wrapper{width:50%;height:100%}}@media only screen and (min-device-width:320px) and (max-device-width:480px) and (-webkit-min-device-pixel-ratio:2) and (orientation:landscape){.widget-container.normal{width:100%!important;height:100%!important;left:0!important;top:0;border-radius:0}.widget-container.normal .status-container{border-top-right-radius:0;border-top-left-radius:0}.widget-container.normal .offline-card{border-radius:0}.widget-container.normal .offline-card .inner-wrapper p{margin:5px 0 20px}.widget-container.normal .card-content p.bottom-desc{margin-top:25px;margin-bottom:25px}#helpcenter_topbar .minimize_btn{display:block}#main_wrapper #main_innerwrapper #chatpages_wrapper{width:100%;height:100%}#main_wrapper #main_innerwrapper{width:200%;height:100%}#main_wrapper #main_innerwrapper #home_page{width:100%;height:100%}#helpcenter_wrapper{width:50%;height:100%}}@media only screen and (min-device-width:320px) and (max-device-width:568px) and (-webkit-min-device-pixel-ratio:2){.widget-container.normal{width:100%!important;height:100%!important;left:0!important;top:0;border-radius:0}.widget-container.normal .status-container{border-top-right-radius:0;border-top-left-radius:0}.widget-container.normal .offline-card{border-radius:0}.widget-container.normal .offline-card .inner-wrapper p{margin:5px 0 20px}.widget-container.normal .card-content p.bottom-desc{margin-top:25px;margin-bottom:25px}#helpcenter_topbar .minimize_btn{display:block}#main_wrapper #main_innerwrapper #chatpages_wrapper{width:100%;height:100%}#main_wrapper #main_innerwrapper{width:200%;height:100%}#main_wrapper #main_innerwrapper #home_page{width:100%;height:100%}#helpcenter_wrapper{width:50%;height:100%}}@media only screen and (min-device-width:320px) and (max-device-width:568px) and (-webkit-min-device-pixel-ratio:2) and (orientation:portrait){.widget-container.normal{width:100%!important;height:100%!important;left:0!important;top:0;border-radius:0}.widget-container.normal .status-container{border-top-right-radius:0;border-top-left-radius:0}.widget-container.normal .offline-card{border-radius:0}.widget-container.normal .offline-card .inner-wrapper p{margin:5px 0 20px}.widget-container.normal .card-content p.bottom-desc{margin-top:25px;margin-bottom:25px}#helpcenter_topbar .minimize_btn{display:block}#main_wrapper #main_innerwrapper #chatpages_wrapper{width:100%;height:100%}#main_wrapper #main_innerwrapper{width:200%;height:100%}#main_wrapper #main_innerwrapper #home_page{width:100%;height:100%}#helpcenter_wrapper{width:50%;height:100%}}@media only screen and (min-device-width:320px) and (max-device-width:568px) and (-webkit-min-device-pixel-ratio:2) and (orientation:landscape){.widget-container.normal{width:100%!important;height:100%!important;left:0!important;top:0;border-radius:0}.widget-container.normal .status-container{border-top-right-radius:0;border-top-left-radius:0}.widget-container.normal .offline-card{border-radius:0}.widget-container.normal .offline-card .inner-wrapper p{margin:5px 0 20px}.widget-container.normal .card-content p.bottom-desc{margin-top:25px;margin-bottom:25px}#helpcenter_topbar .minimize_btn{display:block}#main_wrapper #main_innerwrapper #chatpages_wrapper{width:100%;height:100%}#main_wrapper #main_innerwrapper{width:200%;height:100%}#main_wrapper #main_innerwrapper #home_page{width:100%;height:100%}#helpcenter_wrapper{width:50%;height:100%}}@media only screen and (min-device-width:375px) and (max-device-width:667px) and (-webkit-min-device-pixel-ratio:2){.widget-container.normal{width:100%!important;height:100%!important;left:0!important;top:0;border-radius:0}.widget-container.normal .status-container{border-top-right-radius:0;border-top-left-radius:0}.widget-container.normal .offline-card{border-radius:0}.widget-container.normal .offline-card .inner-wrapper p{margin:5px 0 20px}.widget-container.normal .card-content p.bottom-desc{margin-top:25px;margin-bottom:25px}#helpcenter_topbar .minimize_btn{display:block}#main_wrapper #main_innerwrapper #chatpages_wrapper{width:100%;height:100%}#main_wrapper #main_innerwrapper{width:200%;height:100%}#main_wrapper #main_innerwrapper #home_page{width:100%;height:100%}#helpcenter_wrapper{width:50%;height:100%}}@media only screen and (min-device-width:375px) and (max-device-width:667px) and (-webkit-min-device-pixel-ratio:2) and (orientation:portrait){.widget-container.normal{width:100%!important;height:100%!important;left:0!important;top:0;border-radius:0}.widget-container.normal .status-container{border-top-right-radius:0;border-top-left-radius:0}.widget-container.normal .offline-card{border-radius:0}.widget-container.normal .offline-card .inner-wrapper p{margin:5px 0 20px}.widget-container.normal .card-content p.bottom-desc{margin-top:25px;margin-bottom:25px}#helpcenter_topbar .minimize_btn{display:block}#main_wrapper #main_innerwrapper #chatpages_wrapper{width:100%;height:100%}#main_wrapper #main_innerwrapper{width:200%;height:100%}#main_wrapper #main_innerwrapper #home_page{width:100%;height:100%}#helpcenter_wrapper{width:50%;height:100%}}@media only screen and (min-device-width:375px) and (max-device-width:667px) and (-webkit-min-device-pixel-ratio:2) and (orientation:landscape){.widget-container.normal{width:100%!important;height:100%!important;left:0!important;top:0;border-radius:0}.widget-container.normal .status-container{border-top-right-radius:0;border-top-left-radius:0}.widget-container.normal .offline-card{border-radius:0}.widget-container.normal .offline-card .inner-wrapper p{margin:5px 0 20px}.widget-container.normal .card-content p.bottom-desc{margin-top:25px;margin-bottom:25px}#helpcenter_topbar .minimize_btn{display:block}#main_wrapper #main_innerwrapper #chatpages_wrapper{width:100%;height:100%}#main_wrapper #main_innerwrapper{width:200%;height:100%}#main_wrapper #main_innerwrapper #home_page{width:100%;height:100%}#helpcenter_wrapper{width:50%;height:100%}}@media only screen and (min-device-width:414px) and (max-device-width:736px) and (-webkit-min-device-pixel-ratio:3){.widget-container.normal{width:100%!important;height:100%!important;left:0!important;top:0;border-radius:0}.widget-container.normal .status-container{border-top-right-radius:0;border-top-left-radius:0}.widget-container.normal .offline-card{border-radius:0}.widget-container.normal .offline-card .inner-wrapper p{margin:5px 0 20px}.widget-container.normal .card-content p.bottom-desc{margin-top:25px;margin-bottom:25px}#helpcenter_topbar .minimize_btn{display:block}#main_wrapper #main_innerwrapper #chatpages_wrapper{width:100%;height:100%}#main_wrapper #main_innerwrapper{width:200%;height:100%}#main_wrapper #main_innerwrapper #home_page{width:100%;height:100%}#helpcenter_wrapper{width:50%;height:100%}}@media only screen and (min-device-width:414px) and (max-device-width:736px) and (-webkit-min-device-pixel-ratio:3) and (orientation:portrait){.widget-container.normal{width:100%!important;height:100%!important;left:0!important;top:0;border-radius:0}.widget-container.normal .status-container{border-top-right-radius:0;border-top-left-radius:0}.widget-container.normal .offline-card{border-radius:0}.widget-container.normal .offline-card .inner-wrapper p{margin:5px 0 20px}.widget-container.normal .card-content p.bottom-desc{margin-top:25px;margin-bottom:25px}#helpcenter_topbar .minimize_btn{display:block}#main_wrapper #main_innerwrapper #chatpages_wrapper{width:100%;height:100%}#main_wrapper #main_innerwrapper{width:200%;height:100%}#main_wrapper #main_innerwrapper #home_page{width:100%;height:100%}#helpcenter_wrapper{width:50%;height:100%}}@media only screen and (min-device-width:414px) and (max-device-width:736px) and (-webkit-min-device-pixel-ratio:3) and (orientation:landscape){.widget-container.normal{width:100%!important;height:100%!important;left:0!important;top:0;border-radius:0}.widget-container.normal .status-container{border-top-right-radius:0;border-top-left-radius:0}.widget-container.normal .offline-card{border-radius:0}.widget-container.normal .offline-card .inner-wrapper p{margin:5px 0 20px}.widget-container.normal .card-content p.bottom-desc{margin-top:25px;margin-bottom:25px}#helpcenter_topbar .minimize_btn{display:block}#main_wrapper #main_innerwrapper #chatpages_wrapper{width:100%;height:100%}#main_wrapper #main_innerwrapper{width:200%;height:100%}#main_wrapper #main_innerwrapper #home_page{width:100%;height:100%}#helpcenter_wrapper{width:50%;height:100%}}@media only screen and (min-device-width:375px) and (max-device-width:812px) and (-webkit-min-device-pixel-ratio:3){.widget-container.normal{width:100%!important;height:100%!important;left:0!important;top:0;border-radius:0}.widget-container.normal .status-container{border-top-right-radius:0;border-top-left-radius:0}.widget-container.normal .offline-card{border-radius:0}.widget-container.normal .offline-card .inner-wrapper p{margin:5px 0 20px}.widget-container.normal .card-content p.bottom-desc{margin-top:25px;margin-bottom:25px}#helpcenter_topbar .minimize_btn{display:block}#main_wrapper #main_innerwrapper #chatpages_wrapper{width:100%;height:100%}#main_wrapper #main_innerwrapper{width:200%;height:100%}#main_wrapper #main_innerwrapper #home_page{width:100%;height:100%}#helpcenter_wrapper{width:50%;height:100%}}@media only screen and (min-device-width:375px) and (max-device-width:812px) and (-webkit-min-device-pixel-ratio:3) and (orientation:portrait){.widget-container.normal{width:100%!important;height:100%!important;left:0!important;top:0;border-radius:0}.widget-container.normal .status-container{border-top-right-radius:0;border-top-left-radius:0}.widget-container.normal .offline-card{border-radius:0}.widget-container.normal .offline-card .inner-wrapper p{margin:5px 0 20px}.widget-container.normal .card-content p.bottom-desc{margin-top:25px;margin-bottom:25px}#helpcenter_topbar .minimize_btn{display:block}#main_wrapper #main_innerwrapper #chatpages_wrapper{width:100%;height:100%}#main_wrapper #main_innerwrapper{width:200%;height:100%}#main_wrapper #main_innerwrapper #home_page{width:100%;height:100%}#helpcenter_wrapper{width:50%;height:100%}}@media only screen and (min-device-width:375px) and (max-device-width:812px) and (-webkit-min-device-pixel-ratio:3) and (orientation:landscape){.widget-container.normal{width:100%!important;height:100%!important;left:0!important;top:0;border-radius:0}.widget-container.normal .status-container{border-top-right-radius:0;border-top-left-radius:0}.widget-container.normal .offline-card{border-radius:0}.widget-container.normal .offline-card .inner-wrapper p{margin:5px 0 20px}.widget-container.normal .card-content p.bottom-desc{margin-top:25px;margin-bottom:25px}#helpcenter_topbar .minimize_btn{display:block}#main_wrapper #main_innerwrapper #chatpages_wrapper{width:100%;height:100%}#main_wrapper #main_innerwrapper{width:200%;height:100%}#main_wrapper #main_innerwrapper #home_page{width:100%;height:100%}#helpcenter_wrapper{width:50%;height:100%}}@media screen and (device-width:320px) and (device-height:640px) and (-webkit-device-pixel-ratio:2){.widget-container.normal{width:100%!important;height:100%!important;left:0!important;top:0;border-radius:0}.widget-container.normal .status-container{border-top-right-radius:0;border-top-left-radius:0}.widget-container.normal .offline-card{border-radius:0}.widget-container.normal .offline-card .inner-wrapper p{margin:5px 0 20px}.widget-container.normal .card-content p.bottom-desc{margin-top:25px;margin-bottom:25px}#helpcenter_topbar .minimize_btn{display:block}#main_wrapper #main_innerwrapper #chatpages_wrapper{width:100%;height:100%}#main_wrapper #main_innerwrapper{width:200%;height:100%}#main_wrapper #main_innerwrapper #home_page{width:100%;height:100%}#helpcenter_wrapper{width:50%;height:100%}}@media screen and (device-width:320px) and (device-height:640px) and (-webkit-device-pixel-ratio:2) and (orientation:portrait){.widget-container.normal{width:100%!important;height:100%!important;left:0!important;top:0;border-radius:0}.widget-container.normal .status-container{border-top-right-radius:0;border-top-left-radius:0}.widget-container.normal .offline-card{border-radius:0}.widget-container.normal .offline-card .inner-wrapper p{margin:5px 0 20px}.widget-container.normal .card-content p.bottom-desc{margin-top:25px;margin-bottom:25px}#helpcenter_topbar .minimize_btn{display:block}#main_wrapper #main_innerwrapper #chatpages_wrapper{width:100%;height:100%}#main_wrapper #main_innerwrapper{width:200%;height:100%}#main_wrapper #main_innerwrapper #home_page{width:100%;height:100%}#helpcenter_wrapper{width:50%;height:100%}}@media screen and (device-width:320px) and (device-height:640px) and (-webkit-device-pixel-ratio:2) and (orientation:landscape){.widget-container.normal{width:100%!important;height:100%!important;left:0!important;top:0;border-radius:0}.widget-container.normal .status-container{border-top-right-radius:0;border-top-left-radius:0}.widget-container.normal .offline-card{border-radius:0}.widget-container.normal .offline-card .inner-wrapper p{margin:5px 0 20px}.widget-container.normal .card-content p.bottom-desc{margin-top:25px;margin-bottom:25px}#helpcenter_topbar .minimize_btn{display:block}#main_wrapper #main_innerwrapper #chatpages_wrapper{width:100%;height:100%}#main_wrapper #main_innerwrapper{width:200%;height:100%}#main_wrapper #main_innerwrapper #home_page{width:100%;height:100%}#helpcenter_wrapper{width:50%;height:100%}}@media screen and (device-width:320px) and (device-height:640px) and (-webkit-device-pixel-ratio:3){.widget-container.normal{width:100%!important;height:100%!important;left:0!important;top:0;border-radius:0}.widget-container.normal .status-container{border-top-right-radius:0;border-top-left-radius:0}.widget-container.normal .offline-card{border-radius:0}.widget-container.normal .offline-card .inner-wrapper p{margin:5px 0 20px}.widget-container.normal .card-content p.bottom-desc{margin-top:25px;margin-bottom:25px}#helpcenter_topbar .minimize_btn{display:block}#main_wrapper #main_innerwrapper #chatpages_wrapper{width:100%;height:100%}#main_wrapper #main_innerwrapper{width:200%;height:100%}#main_wrapper #main_innerwrapper #home_page{width:100%;height:100%}#helpcenter_wrapper{width:50%;height:100%}}@media screen and (device-width:320px) and (device-height:640px) and (-webkit-device-pixel-ratio:3) and (orientation:portrait){.widget-container.normal{width:100%!important;height:100%!important;left:0!important;top:0;border-radius:0}.widget-container.normal .status-container{border-top-right-radius:0;border-top-left-radius:0}.widget-container.normal .offline-card{border-radius:0}.widget-container.normal .offline-card .inner-wrapper p{margin:5px 0 20px}.widget-container.normal .card-content p.bottom-desc{margin-top:25px;margin-bottom:25px}#helpcenter_topbar .minimize_btn{display:block}#main_wrapper #main_innerwrapper #chatpages_wrapper{width:100%;height:100%}#main_wrapper #main_innerwrapper{width:200%;height:100%}#main_wrapper #main_innerwrapper #home_page{width:100%;height:100%}#helpcenter_wrapper{width:50%;height:100%}}@media screen and (device-width:320px) and (device-height:640px) and (-webkit-device-pixel-ratio:3) and (orientation:landscape){.widget-container.normal{width:100%!important;height:100%!important;left:0!important;top:0;border-radius:0}.widget-container.normal .status-container{border-top-right-radius:0;border-top-left-radius:0}.widget-container.normal .offline-card{border-radius:0}.widget-container.normal .offline-card .inner-wrapper p{margin:5px 0 20px}.widget-container.normal .card-content p.bottom-desc{margin-top:25px;margin-bottom:25px}#helpcenter_topbar .minimize_btn{display:block}#main_wrapper #main_innerwrapper #chatpages_wrapper{width:100%;height:100%}#main_wrapper #main_innerwrapper{width:200%;height:100%}#main_wrapper #main_innerwrapper #home_page{width:100%;height:100%}#helpcenter_wrapper{width:50%;height:100%}}@media screen and (device-width:360px) and (device-height:640px) and (-webkit-device-pixel-ratio:4){.widget-container.normal{width:100%!important;height:100%!important;left:0!important;top:0;border-radius:0}.widget-container.normal .status-container{border-top-right-radius:0;border-top-left-radius:0}.widget-container.normal .offline-card{border-radius:0}.widget-container.normal .offline-card .inner-wrapper p{margin:5px 0 20px}.widget-container.normal .card-content p.bottom-desc{margin-top:25px;margin-bottom:25px}#helpcenter_topbar .minimize_btn{display:block}#main_wrapper #main_innerwrapper #chatpages_wrapper{width:100%;height:100%}#main_wrapper #main_innerwrapper{width:200%;height:100%}#main_wrapper #main_innerwrapper #home_page{width:100%;height:100%}#helpcenter_wrapper{width:50%;height:100%}}@media screen and (device-width:360px) and (device-height:640px) and (-webkit-device-pixel-ratio:4) and (orientation:portrait){.widget-container.normal{width:100%!important;height:100%!important;left:0!important;top:0;border-radius:0}.widget-container.normal .status-container{border-top-right-radius:0;border-top-left-radius:0}.widget-container.normal .offline-card{border-radius:0}.widget-container.normal .offline-card .inner-wrapper p{margin:5px 0 20px}.widget-container.normal .card-content p.bottom-desc{margin-top:25px;margin-bottom:25px}#helpcenter_topbar .minimize_btn{display:block}#main_wrapper #main_innerwrapper #chatpages_wrapper{width:100%;height:100%}#main_wrapper #main_innerwrapper{width:200%;height:100%}#main_wrapper #main_innerwrapper #home_page{width:100%;height:100%}#helpcenter_wrapper{width:50%;height:100%}}@media screen and (device-width:360px) and (device-height:640px) and (-webkit-device-pixel-ratio:4) and (orientation:landscape){.widget-container.normal{width:100%!important;height:100%!important;left:0!important;top:0;border-radius:0}.widget-container.normal .status-container{border-top-right-radius:0;border-top-left-radius:0}.widget-container.normal .offline-card{border-radius:0}.widget-container.normal .offline-card .inner-wrapper p{margin:5px 0 20px}.widget-container.normal .card-content p.bottom-desc{margin-top:25px;margin-bottom:25px}#helpcenter_topbar .minimize_btn{display:block}#main_wrapper #main_innerwrapper #chatpages_wrapper{width:100%;height:100%}#main_wrapper #main_innerwrapper{width:200%;height:100%}#main_wrapper #main_innerwrapper #home_page{width:100%;height:100%}#helpcenter_wrapper{width:50%;height:100%}}@media screen and (device-width:360px) and (device-height:640px) and (-webkit-device-pixel-ratio:3){.widget-container.normal{width:100%!important;height:100%!important;left:0!important;top:0;border-radius:0}.widget-container.normal .status-container{border-top-right-radius:0;border-top-left-radius:0}.widget-container.normal .offline-card{border-radius:0}.widget-container.normal .offline-card .inner-wrapper p{margin:5px 0 20px}.widget-container.normal .card-content p.bottom-desc{margin-top:25px;margin-bottom:25px}#helpcenter_topbar .minimize_btn{display:block}#main_wrapper #main_innerwrapper #chatpages_wrapper{width:100%;height:100%}#main_wrapper #main_innerwrapper{width:200%;height:100%}#main_wrapper #main_innerwrapper #home_page{width:100%;height:100%}#helpcenter_wrapper{width:50%;height:100%}}@media screen and (device-width:360px) and (device-height:640px) and (-webkit-device-pixel-ratio:3) and (orientation:portrait){.widget-container.normal{width:100%!important;height:100%!important;left:0!important;top:0;border-radius:0}.widget-container.normal .status-container{border-top-right-radius:0;border-top-left-radius:0}.widget-container.normal .offline-card{border-radius:0}.widget-container.normal .offline-card .inner-wrapper p{margin:5px 0 20px}.widget-container.normal .card-content p.bottom-desc{margin-top:25px;margin-bottom:25px}#helpcenter_topbar .minimize_btn{display:block}#main_wrapper #main_innerwrapper #chatpages_wrapper{width:100%;height:100%}#main_wrapper #main_innerwrapper{width:200%;height:100%}#main_wrapper #main_innerwrapper #home_page{width:100%;height:100%}#helpcenter_wrapper{width:50%;height:100%}}@media screen and (device-width:360px) and (device-height:640px) and (-webkit-device-pixel-ratio:3) and (orientation:landscape){.widget-container.normal{width:100%!important;height:100%!important;left:0!important;top:0;border-radius:0}.widget-container.normal .status-container{border-top-right-radius:0;border-top-left-radius:0}.widget-container.normal .offline-card{border-radius:0}.widget-container.normal .offline-card .inner-wrapper p{margin:5px 0 20px}.widget-container.normal .card-content p.bottom-desc{margin-top:25px;margin-bottom:25px}#helpcenter_topbar .minimize_btn{display:block}#main_wrapper #main_innerwrapper #chatpages_wrapper{width:100%;height:100%}#main_wrapper #main_innerwrapper{width:200%;height:100%}#main_wrapper #main_innerwrapper #home_page{width:100%;height:100%}#helpcenter_wrapper{width:50%;height:100%}}@media screen and (device-width:480px) and (device-height:800px){.widget-container.normal{width:100%!important;height:100%!important;left:0!important;top:0;border-radius:0}.widget-container.normal .status-container{border-top-right-radius:0;border-top-left-radius:0}.widget-container.normal .offline-card{border-radius:0}.widget-container.normal .offline-card .inner-wrapper p{margin:5px 0 20px}.widget-container.normal .card-content p.bottom-desc{margin-top:25px;margin-bottom:25px}#helpcenter_topbar .minimize_btn{display:block}#main_wrapper #main_innerwrapper #chatpages_wrapper{width:100%;height:100%}#main_wrapper #main_innerwrapper{width:200%;height:100%}#main_wrapper #main_innerwrapper #home_page{width:100%;height:100%}#helpcenter_wrapper{width:50%;height:100%}}@media screen and (device-width:480px) and (device-height:800px) and (orientation:portrait){.widget-container.normal{width:100%!important;height:100%!important;left:0!important;top:0;border-radius:0}.widget-container.normal .status-container{border-top-right-radius:0;border-top-left-radius:0}.widget-container.normal .offline-card{border-radius:0}.widget-container.normal .offline-card .inner-wrapper p{margin:5px 0 20px}.widget-container.normal .card-content p.bottom-desc{margin-top:25px;margin-bottom:25px}#helpcenter_topbar .minimize_btn{display:block}#main_wrapper #main_innerwrapper #chatpages_wrapper{width:100%;height:100%}#main_wrapper #main_innerwrapper{width:200%;height:100%}#main_wrapper #main_innerwrapper #home_page{width:100%;height:100%}#helpcenter_wrapper{width:50%;height:100%}}@media screen and (device-width:480px) and (device-height:800px) and (orientation:landscape){.widget-container.normal{width:100%!important;height:100%!important;left:0!important;top:0;border-radius:0}.widget-container.normal .status-container{border-top-right-radius:0;border-top-left-radius:0}.widget-container.normal .offline-card{border-radius:0}.widget-container.normal .offline-card .inner-wrapper p{margin:5px 0 20px}.widget-container.normal .card-content p.bottom-desc{margin-top:25px;margin-bottom:25px}#helpcenter_topbar .minimize_btn{display:block}#main_wrapper #main_innerwrapper #chatpages_wrapper{width:100%;height:100%}#main_wrapper #main_innerwrapper{width:200%;height:100%}#main_wrapper #main_innerwrapper #home_page{width:100%;height:100%}#helpcenter_wrapper{width:50%;height:100%}}
