[class^="adp-icon-"],[class*=" adp-icon-"]{font-family:"advanced-popups-icons" !important;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;}.adp-icon-x:before{content:"";}.adp-popup{--adp-popup-wrap-scrollbar-width:.625rem;--adp-popup-wrap-scrollbar-track-background:#f1f1f1;--adp-popup-wrap-scrollbar-thumb-background:#888;--adp-popup-wrap-scrollbar-thumb-hover-background:#555;--adp-popup-wrap-box-shadow:0 0 40px 0 rgba(0,0,0,.075);--adp-popup-container-background:#fff;--adp-popup-close-font-size:1.25rem;--adp-popup-close-color:#000;--adp-popup-close-hover-color:#777;--adp-popup-close-light-color:rgba(255,255,255,1);--adp-popup-close-light-hover-color:rgba(255,255,255,.75);--adp-popup-type-content-close-font-size:1.5rem;--adp-popup-type-notification-text-font-size:90%;--adp-popup-type-notification-text-color:#777;--adp-popup-type-notification-text-link-color:#000;--adp-popup-type-notification-button-background:#282828;--adp-popup-type-notification-button-color:#fff;--adp-popup-type-notification-button-border-radius:0;}.adp-popup-overlay{--adp-popup-overlay-background:rgba(0,0,0,.25);}.adp-popup-scroll-hidden{overflow:hidden;width:100%;}.adp-popup-animated{-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-fill-mode:both;animation-fill-mode:both;overflow:hidden !important;}@-webkit-keyframes popupOpenFade{from{opacity:0;}to{opacity:1;}}@keyframes popupOpenFade{from{opacity:0;}to{opacity:1;}}@-webkit-keyframes popupExitFade{from{opacity:1;}to{opacity:0;}}@keyframes popupExitFade{from{opacity:1;}to{opacity:0;}}@-webkit-keyframes popupOpenSlide{from{transform:translate3d(0,100vh,0);visibility:visible;}to{transform:translate3d(0,0,0);}}@keyframes popupOpenSlide{from{transform:translate3d(0,100vh,0);visibility:visible;}to{transform:translate3d(0,0,0);}}@-webkit-keyframes popupExitSlide{from{transform:translate3d(0,0,0);}to{visibility:hidden;transform:translate3d(0,100vh,0);}}@keyframes popupExitSlide{from{transform:translate3d(0,0,0);}to{visibility:hidden;transform:translate3d(0,100vh,0);}}@-webkit-keyframes popupOpenZoom{from{opacity:0;transform:scale(1.1);}to{opacity:1;transform:scale(1);}}@keyframes popupOpenZoom{from{opacity:0;transform:scale(1.1);}to{opacity:1;transform:scale(1);}}@-webkit-keyframes popupExitZoom{from{opacity:1;transform:scale(1);}to{opacity:0;transform:scale(1.1);}}@keyframes popupExitZoom{from{opacity:1;transform:scale(1);}to{opacity:0;transform:scale(1.1);}}@-webkit-keyframes popupOpenSlideFade{from{opacity:0;transform:translate3d(0,40px,0);visibility:visible;}to{opacity:1;transform:translate3d(0,0,0);}}@keyframes popupOpenSlideFade{from{opacity:0;transform:translate3d(0,40px,0);visibility:visible;}to{opacity:1;transform:translate3d(0,0,0);}}@-webkit-keyframes popupExitSlideFade{from{opacity:1;transform:translate3d(0,0,0);}to{opacity:0;visibility:hidden;transform:translate3d(0,40px,0);}}@keyframes popupExitSlideFade{from{opacity:1;transform:translate3d(0,0,0);}to{opacity:0;visibility:hidden;transform:translate3d(0,40px,0);}}.popupOpenFade{-webkit-animation-name:popupOpenFade;animation-name:popupOpenFade;}.popupExitFade{-webkit-animation-name:popupExitFade;animation-name:popupExitFade;}.popupOpenSlide{-webkit-animation-name:popupOpenSlide;animation-name:popupOpenSlide;}.popupExitSlide{-webkit-animation-name:popupExitSlide;animation-name:popupExitSlide;}.popupOpenZoom{-webkit-animation-name:popupOpenZoom;animation-name:popupOpenZoom;}.popupExitZoom{-webkit-animation-name:popupExitZoom;animation-name:popupExitZoom;}.popupOpenSlideFade{-webkit-animation-name:popupOpenSlideFade;animation-name:popupOpenSlideFade;}.popupExitSlideFade{-webkit-animation-name:popupExitSlideFade;animation-name:popupExitSlideFade;}.adp-popup{display:none;position:fixed;z-index:999999;max-width:calc(100vw - 1.5rem);max-height:calc(100vh - 1.5rem);-webkit-backface-visibility:hidden;}@media (min-width: 720px){.adp-popup{max-width:calc(100vw - 6rem);max-height:calc(100vh - 6rem);}}.adp-popup.adp-popup-location-top{top:20px;left:50%;transform:translate3d(-50%,0,0);}.adp-popup.adp-popup-location-top-left{top:20px;left:20px;}.adp-popup.adp-popup-location-top-right{top:20px;right:20px;}.adp-popup.adp-popup-location-bottom{bottom:20px;left:50%;transform:translate3d(-50%,0,0);}.adp-popup.adp-popup-location-bottom-left{left:20px;bottom:20px;}.adp-popup.adp-popup-location-bottom-right{right:20px;bottom:20px;}.adp-popup.adp-popup-location-left{top:50%;left:20px;transform:translate3d(0,-50%,0);}.adp-popup.adp-popup-location-right{top:50%;right:20px;transform:translate3d(0,-50%,0);}.adp-popup.adp-popup-location-center{top:50%;left:50%;transform:translate3d(-50%,-50%,0);}.adp-popup .adp-popup-wrap{position:relative;overflow-x:hidden;overflow-y:auto;width:100%;box-shadow:var(--adp-popup-wrap-box-shadow);}.adp-popup .adp-popup-wrap::-webkit-scrollbar{width:var(--adp-popup-wrap-scrollbar-width);}.adp-popup .adp-popup-wrap::-webkit-scrollbar-track{background:var(--adp-popup-wrap-scrollbar-track-background);}.adp-popup .adp-popup-wrap::-webkit-scrollbar-thumb{background:var(--adp-popup-wrap-scrollbar-thumb-background);}.adp-popup .adp-popup-wrap::-webkit-scrollbar-thumb:hover{background:var(--adp-popup-wrap-scrollbar-thumb-hover-background);}.adp-popup .adp-popup-container{background:var(--adp-popup-container-background);width:100%;}.adp-popup .adp-popup-outer{position:relative;display:flex;flex-direction:column;}.adp-popup .adp-popup-thumbnail img{width:100%;}.adp-popup .adp-popup-close{position:absolute;background:transparent;color:var(--adp-popup-close-color);padding:0;line-height:1;font-size:var(--adp-popup-close-font-size);top:20px;right:20px;z-index:2;}.adp-popup .adp-popup-close:before{font-family:"advanced-popups-icons";transition:color .25s ease;content:"";}.adp-popup .adp-popup-close:hover:before{color:var(--adp-popup-close-hover-color);}.adp-popup.adp-popup-open[data-light-close="true"] .adp-popup-close{color:var(--adp-popup-close-light-color);}.adp-popup.adp-popup-open[data-light-close="true"] .adp-popup-close:hover:before{color:var(--adp-popup-close-light-hover-color);}.adp-popup.adp-popup-open{display:flex;}@media (max-width: 720px){.adp-popup.adp-popup-open[data-mobile-disable="true"]{display:none;}}.adp-popup-overlay{background:var(--adp-popup-overlay-background);position:fixed;display:none;top:0;bottom:0;right:0;left:0;width:100%;height:100%;z-index:999998;}.adp-popup-overlay .adp-popup-wrap{box-shadow:none;}.adp-popup-open + .adp-popup-overlay{display:block;}@media (max-width: 719.98px){.adp-popup-type-content{max-width:100vw;max-height:100vh;}}.adp-popup-type-content .adp-popup-content{padding:40px;}.adp-popup-type-content .adp-popup-close{font-size:var(--adp-popup-type-content-close-font-size);}.adp-popup-type-content .wp-block-cover:first-child:last-child{margin:-40px;width:initial;}.adp-popup-type-content.adp-preview-image-yes .adp-popup-close{color:var(--adp-popup-close-light-color);}.adp-popup-type-content.adp-preview-image-yes .adp-popup-close:hover:before{color:var(--adp-popup-close-light-hover-color);}@media (min-width: 1024px){.adp-popup-type-content .adp-popup-outer{flex-direction:row;}.adp-popup-type-content.adp-preview-image-left .adp-popup-close,.adp-popup-type-content.adp-preview-image-bottom .adp-popup-close{color:var(--adp-popup-close-color);}.adp-popup-type-content.adp-preview-image-left .adp-popup-close:hover:before,.adp-popup-type-content.adp-preview-image-bottom .adp-popup-close:hover:before{color:var(--adp-popup-close-hover-color);}.adp-popup-type-content.adp-preview-image-left .adp-popup-thumbnail{order:1;}.adp-popup-type-content.adp-preview-image-right .adp-popup-thumbnail{order:3;}.adp-popup-type-content.adp-preview-image-top .adp-popup-outer{flex-direction:column;}.adp-popup-type-content.adp-preview-image-top .adp-popup-thumbnail img{position:relative;top:initial;bottom:initial;right:initial;left:initial;width:initial;height:initial;}.adp-popup-type-content.adp-preview-image-bottom .adp-popup-outer{flex-direction:column;}.adp-popup-type-content.adp-preview-image-bottom .adp-popup-thumbnail{order:3;}.adp-popup-type-content.adp-preview-image-bottom .adp-popup-thumbnail img{position:relative;top:initial;bottom:initial;right:initial;left:initial;width:initial;height:initial;}.adp-popup-type-content .adp-popup-thumbnail{position:relative;flex:1 0 50%;order:1;}.adp-popup-type-content .adp-popup-thumbnail img{position:absolute;display:block;top:0;bottom:0;right:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;}.adp-popup-type-content .adp-popup-content{padding:80px;flex:1 0 50%;order:2;}.adp-popup-type-content .adp-popup-content:first-child:last-child{flex:1 0 100%;}.adp-popup-type-content .wp-block-cover:first-child:last-child{margin:-80px;}}.adp-popup-type-notification-box .adp-popup-outer,.adp-popup-type-notification-bar .adp-popup-outer{padding:30px;}.adp-popup-type-notification-box .adp-popup-text,.adp-popup-type-notification-bar .adp-popup-text{padding-right:10px;font-size:var(--adp-popup-type-notification-text-font-size);color:var(--adp-popup-type-notification-text-color);}.adp-popup-type-notification-box .adp-popup-text a,.adp-popup-type-notification-bar .adp-popup-text a{color:var(--adp-popup-type-notification-text-link-color);text-decoration:underline;}.adp-popup-type-notification-box .adp-popup-text a:hover,.adp-popup-type-notification-bar .adp-popup-text a:hover{text-decoration:none;}.adp-popup-type-notification-box .adp-popup-button,.adp-popup-type-notification-bar .adp-popup-button{background:var(--adp-popup-type-notification-button-background);margin-top:1.5rem;width:100%;color:var(--adp-popup-type-notification-button-color);border-radius:var(--adp-popup-type-notification-button-border-radius);}.adp-popup-type-notification-box .adp-popup-close{top:15px;right:15px;}.adp-popup-type-notification-bar.adp-popup-location-top{width:100%;max-width:100%;top:0;left:0;bottom:auto;transform:none;}.adp-popup-type-notification-bar.adp-popup-location-bottom{width:100%;max-width:100%;top:auto;left:0;bottom:0;transform:none;}.adp-popup-type-notification-bar .adp-popup-outer{padding-top:20px;padding-bottom:20px;padding-left:60px;padding-right:60px;}@media (min-width: 720px){.adp-popup-type-notification-bar .adp-popup-outer{justify-content:center;align-items:center;flex-direction:row;flex-wrap:wrap;margin:0 auto;padding-left:40px;padding-right:40px;}.adp-popup-type-notification-bar .adp-popup-close{top:50%;transform:translateY(-50%);}.adp-popup-type-notification-bar .adp-button{margin-left:1rem;margin-top:0;width:auto;}}.wpcf7 .screen-reader-response{position:absolute;overflow:hidden;clip:rect(1px,1px,1px,1px);clip-path:inset(50%);height:1px;width:1px;margin:-1px;padding:0;border:0;word-wrap:normal !important;}.wpcf7 form .wpcf7-response-output{margin:2em .5em 1em;padding:.2em 1em;border:2px solid #00a0d2;}.wpcf7 form.init .wpcf7-response-output,.wpcf7 form.resetting .wpcf7-response-output,.wpcf7 form.submitting .wpcf7-response-output{display:none;}.wpcf7 form.sent .wpcf7-response-output{border-color:#46b450;}.wpcf7 form.failed .wpcf7-response-output,.wpcf7 form.aborted .wpcf7-response-output{border-color:#dc3232;}.wpcf7 form.spam .wpcf7-response-output{border-color:#f56e28;}.wpcf7 form.invalid .wpcf7-response-output,.wpcf7 form.unaccepted .wpcf7-response-output,.wpcf7 form.payment-required .wpcf7-response-output{border-color:#ffb900;}.wpcf7-form-control-wrap{position:relative;}.wpcf7-not-valid-tip{color:#dc3232;font-size:1em;font-weight:normal;display:block;}.use-floating-validation-tip .wpcf7-not-valid-tip{position:relative;top:-2ex;left:1em;z-index:100;border:1px solid #dc3232;background:#fff;padding:.2em .8em;width:24em;}.wpcf7-list-item{display:inline-block;margin:0 0 0 1em;}.wpcf7-list-item-label::before,.wpcf7-list-item-label::after{content:" ";}.wpcf7-spinner{visibility:hidden;display:inline-block;background-color:#23282d;opacity:.75;width:24px;height:24px;border:none;border-radius:100%;padding:0;margin:0 24px;position:relative;}form.submitting .wpcf7-spinner{visibility:visible;}.wpcf7-spinner::before{content:"";position:absolute;background-color:#fbfbfc;top:4px;left:4px;width:6px;height:6px;border:none;border-radius:100%;transform-origin:8px 8px;animation-name:spin;animation-duration:1000ms;animation-timing-function:linear;animation-iteration-count:infinite;}@media (prefers-reduced-motion: reduce){.wpcf7-spinner::before{animation-name:blink;animation-duration:2000ms;}}@keyframes spin{from{transform:rotate(0deg);}to{transform:rotate(360deg);}}@keyframes blink{from{opacity:0;}50%{opacity:1;}to{opacity:0;}}.wpcf7 [inert]{opacity:.5;}.wpcf7 input[type="file"]{cursor:pointer;}.wpcf7 input[type="file"]:disabled{cursor:default;}.wpcf7 .wpcf7-submit:disabled{cursor:not-allowed;}.wpcf7 input[type="url"],.wpcf7 input[type="email"],.wpcf7 input[type="tel"]{direction:ltr;}.wpcf7-reflection > output{display:list-item;list-style:none;}.wpcf7-reflection > output[hidden]{display:none;}.mfp-bg{top:0;left:0;width:100%;height:100%;z-index:1042;overflow:hidden;position:fixed;background:#0b0b0b;opacity:.8;}.mfp-wrap{top:0;left:0;width:100%;height:100%;z-index:1043;position:fixed;outline:none !important;-webkit-backface-visibility:hidden;}.mfp-container{text-align:center;position:absolute;width:100%;height:100%;left:0;top:0;padding:0 8px;box-sizing:border-box;}.mfp-container:before{content:"";display:inline-block;height:100%;vertical-align:middle;}.mfp-align-top .mfp-container:before{display:none;}.mfp-content{position:relative;display:inline-block;vertical-align:middle;margin:0 auto;text-align:left;z-index:1045;}.mfp-inline-holder .mfp-content,.mfp-ajax-holder .mfp-content{width:100%;cursor:auto;}.mfp-ajax-cur{cursor:progress;}.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close{cursor:zoom-out;}.mfp-zoom{cursor:zoom-in;}.mfp-auto-cursor .mfp-content{cursor:auto;}.mfp-close,.mfp-arrow,.mfp-preloader,.mfp-counter{-webkit-user-select:none;-moz-user-select:none;user-select:none;}.mfp-loading.mfp-figure{display:none;}.mfp-hide{display:none !important;}.mfp-preloader{color:#ccc;position:absolute;top:50%;width:auto;text-align:center;margin-top:-.8em;left:8px;right:8px;z-index:1044;}.mfp-preloader a{color:#ccc;}.mfp-preloader a:hover{color:#fff;}.mfp-s-ready .mfp-preloader{display:none;}.mfp-s-error .mfp-content{display:none;}button.mfp-close,button.mfp-arrow{overflow:visible;cursor:pointer;background:transparent;border:0;-webkit-appearance:none;display:block;outline:0;padding:0;z-index:1046;box-shadow:none;touch-action:manipulation;}button::-moz-focus-inner{padding:0;border:0;}.mfp-close{width:44px;height:44px;line-height:44px;position:absolute;right:0;top:0;text-decoration:none;text-align:center;opacity:.65;padding:0 0 18px 10px;color:#fff;font-style:normal;font-size:28px;font-family:Arial,Baskerville,monospace;}.mfp-close:hover,.mfp-close:focus{opacity:1;}.mfp-close:active{top:1px;}.mfp-close-btn-in .mfp-close{color:#333;}.mfp-image-holder .mfp-close,.mfp-iframe-holder .mfp-close{color:#fff;right:-6px;text-align:right;padding-right:6px;width:100%;}.mfp-counter{position:absolute;top:0;right:0;color:#ccc;font-size:12px;line-height:18px;white-space:nowrap;}.mfp-arrow{position:absolute;opacity:.65;margin:0;top:50%;margin-top:-55px;padding:0;width:90px;height:110px;-webkit-tap-highlight-color:transparent;}.mfp-arrow:active{margin-top:-54px;}.mfp-arrow:hover,.mfp-arrow:focus{opacity:1;}.mfp-arrow:before,.mfp-arrow:after{content:"";display:block;width:0;height:0;position:absolute;left:0;top:0;margin-top:35px;margin-left:35px;border:medium inset transparent;}.mfp-arrow:after{border-top-width:13px;border-bottom-width:13px;top:8px;}.mfp-arrow:before{border-top-width:21px;border-bottom-width:21px;opacity:.7;}.mfp-arrow-left{left:0;}.mfp-arrow-left:after{border-right:17px solid #fff;margin-left:31px;}.mfp-arrow-left:before{margin-left:25px;border-right:27px solid #3f3f3f;}.mfp-arrow-right{right:0;}.mfp-arrow-right:after{border-left:17px solid #fff;margin-left:39px;}.mfp-arrow-right:before{border-left:27px solid #3f3f3f;}.mfp-iframe-holder{padding-top:40px;padding-bottom:40px;}.mfp-iframe-holder .mfp-content{line-height:0;width:100%;max-width:900px;}.mfp-iframe-holder .mfp-close{top:-40px;}.mfp-iframe-scaler{width:100%;height:0;overflow:hidden;padding-top:56.25%;}.mfp-iframe-scaler iframe{position:absolute;display:block;top:0;left:0;width:100%;height:100%;box-shadow:0 0 8px rgba(0,0,0,.6);background:#000;}img.mfp-img{width:auto;max-width:100%;height:auto;display:block;line-height:0;box-sizing:border-box;padding:40px 0 40px;margin:0 auto;}.mfp-figure{line-height:0;}.mfp-figure:after{content:"";position:absolute;left:0;top:40px;bottom:40px;display:block;right:0;width:auto;height:auto;z-index:-1;box-shadow:0 0 8px rgba(0,0,0,.6);background:#444;}.mfp-figure small{color:#bdbdbd;display:block;font-size:12px;line-height:14px;}.mfp-figure figure{margin:0;}.mfp-bottom-bar{margin-top:-36px;position:absolute;top:100%;left:0;width:100%;cursor:auto;}.mfp-title{text-align:left;line-height:18px;color:#f3f3f3;word-wrap:break-word;padding-right:36px;}.mfp-image-holder .mfp-content{max-width:100%;}.mfp-gallery .mfp-image-holder .mfp-figure{cursor:pointer;}@media screen and (max-width:800px) and (orientation:landscape),screen and (max-height:300px){.mfp-img-mobile .mfp-image-holder{padding-left:0;padding-right:0;}.mfp-img-mobile img.mfp-img{padding:0;}.mfp-img-mobile .mfp-figure:after{top:0;bottom:0;}.mfp-img-mobile .mfp-figure small{display:inline;margin-left:5px;}.mfp-img-mobile .mfp-bottom-bar{background:rgba(0,0,0,.6);bottom:0;margin:0;top:auto;padding:3px 5px;position:fixed;box-sizing:border-box;}.mfp-img-mobile .mfp-bottom-bar:empty{padding:0;}.mfp-img-mobile .mfp-counter{right:5px;top:3px;}.mfp-img-mobile .mfp-close{top:0;right:0;width:35px;height:35px;line-height:35px;background:rgba(0,0,0,.6);position:fixed;text-align:center;padding:0;}}@media all and (max-width:900px){.mfp-arrow{-webkit-transform:scale(.75);transform:scale(.75);}.mfp-arrow-left{-webkit-transform-origin:0 0;transform-origin:0 0;}.mfp-arrow-right{-webkit-transform-origin:100%;transform-origin:100%;}.mfp-container{padding-left:6px;padding-right:6px;}}.dashicons,.dashicons-before:before{font-family:dashicons;display:inline-block;line-height:1;font-weight:400;font-style:normal;speak:never;text-decoration:inherit;text-transform:none;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:20px;height:20px;font-size:20px;vertical-align:top;text-align:center;transition:color .1s ease-in;}.dashicons-admin-appearance:before{content:"";}.dashicons-admin-collapse:before{content:"";}.dashicons-admin-comments:before{content:"";}.dashicons-admin-customizer:before{content:"";}.dashicons-admin-generic:before{content:"";}.dashicons-admin-home:before{content:"";}.dashicons-admin-links:before{content:"";}.dashicons-admin-media:before{content:"";}.dashicons-admin-multisite:before{content:"";}.dashicons-admin-network:before{content:"";}.dashicons-admin-page:before{content:"";}.dashicons-admin-plugins:before{content:"";}.dashicons-admin-post:before{content:"";}.dashicons-admin-settings:before{content:"";}.dashicons-admin-site-alt:before{content:"";}.dashicons-admin-site-alt2:before{content:"";}.dashicons-admin-site-alt3:before{content:"";}.dashicons-admin-site:before{content:"";}.dashicons-admin-tools:before{content:"";}.dashicons-admin-users:before{content:"";}.dashicons-airplane:before{content:"";}.dashicons-album:before{content:"";}.dashicons-align-center:before{content:"";}.dashicons-align-full-width:before{content:"";}.dashicons-align-left:before{content:"";}.dashicons-align-none:before{content:"";}.dashicons-align-pull-left:before{content:"";}.dashicons-align-pull-right:before{content:"";}.dashicons-align-right:before{content:"";}.dashicons-align-wide:before{content:"";}.dashicons-amazon:before{content:"";}.dashicons-analytics:before{content:"";}.dashicons-archive:before{content:"";}.dashicons-arrow-down-alt:before{content:"";}.dashicons-arrow-down-alt2:before{content:"";}.dashicons-arrow-down:before{content:"";}.dashicons-arrow-left-alt:before{content:"";}.dashicons-arrow-left-alt2:before{content:"";}.dashicons-arrow-left:before{content:"";}.dashicons-arrow-right-alt:before{content:"";}.dashicons-arrow-right-alt2:before{content:"";}.dashicons-arrow-right:before{content:"";}.dashicons-arrow-up-alt:before{content:"";}.dashicons-arrow-up-alt2:before{content:"";}.dashicons-arrow-up-duplicate:before{content:"";}.dashicons-arrow-up:before{content:"";}.dashicons-art:before{content:"";}.dashicons-awards:before{content:"";}.dashicons-backup:before{content:"";}.dashicons-bank:before{content:"";}.dashicons-beer:before{content:"";}.dashicons-bell:before{content:"";}.dashicons-block-default:before{content:"";}.dashicons-book-alt:before{content:"";}.dashicons-book:before{content:"";}.dashicons-buddicons-activity:before{content:"";}.dashicons-buddicons-bbpress-logo:before{content:"";}.dashicons-buddicons-buddypress-logo:before{content:"";}.dashicons-buddicons-community:before{content:"";}.dashicons-buddicons-forums:before{content:"";}.dashicons-buddicons-friends:before{content:"";}.dashicons-buddicons-groups:before{content:"";}.dashicons-buddicons-pm:before{content:"";}.dashicons-buddicons-replies:before{content:"";}.dashicons-buddicons-topics:before{content:"";}.dashicons-buddicons-tracking:before{content:"";}.dashicons-building:before{content:"";}.dashicons-businessman:before{content:"";}.dashicons-businessperson:before{content:"";}.dashicons-businesswoman:before{content:"";}.dashicons-button:before{content:"";}.dashicons-calculator:before{content:"";}.dashicons-calendar-alt:before{content:"";}.dashicons-calendar:before{content:"";}.dashicons-camera-alt:before{content:"";}.dashicons-camera:before{content:"";}.dashicons-car:before{content:"";}.dashicons-carrot:before{content:"";}.dashicons-cart:before{content:"";}.dashicons-category:before{content:"";}.dashicons-chart-area:before{content:"";}.dashicons-chart-bar:before{content:"";}.dashicons-chart-line:before{content:"";}.dashicons-chart-pie:before{content:"";}.dashicons-clipboard:before{content:"";}.dashicons-clock:before{content:"";}.dashicons-cloud-saved:before{content:"";}.dashicons-cloud-upload:before{content:"";}.dashicons-cloud:before{content:"";}.dashicons-code-standards:before{content:"";}.dashicons-coffee:before{content:"";}.dashicons-color-picker:before{content:"";}.dashicons-columns:before{content:"";}.dashicons-controls-back:before{content:"";}.dashicons-controls-forward:before{content:"";}.dashicons-controls-pause:before{content:"";}.dashicons-controls-play:before{content:"";}.dashicons-controls-repeat:before{content:"";}.dashicons-controls-skipback:before{content:"";}.dashicons-controls-skipforward:before{content:"";}.dashicons-controls-volumeoff:before{content:"";}.dashicons-controls-volumeon:before{content:"";}.dashicons-cover-image:before{content:"";}.dashicons-dashboard:before{content:"";}.dashicons-database-add:before{content:"";}.dashicons-database-export:before{content:"";}.dashicons-database-import:before{content:"";}.dashicons-database-remove:before{content:"";}.dashicons-database-view:before{content:"";}.dashicons-database:before{content:"";}.dashicons-desktop:before{content:"";}.dashicons-dismiss:before{content:"";}.dashicons-download:before{content:"";}.dashicons-drumstick:before{content:"";}.dashicons-edit-large:before{content:"";}.dashicons-edit-page:before{content:"";}.dashicons-edit:before{content:"";}.dashicons-editor-aligncenter:before{content:"";}.dashicons-editor-alignleft:before{content:"";}.dashicons-editor-alignright:before{content:"";}.dashicons-editor-bold:before{content:"";}.dashicons-editor-break:before{content:"";}.dashicons-editor-code-duplicate:before{content:"";}.dashicons-editor-code:before{content:"";}.dashicons-editor-contract:before{content:"";}.dashicons-editor-customchar:before{content:"";}.dashicons-editor-expand:before{content:"";}.dashicons-editor-help:before{content:"";}.dashicons-editor-indent:before{content:"";}.dashicons-editor-insertmore:before{content:"";}.dashicons-editor-italic:before{content:"";}.dashicons-editor-justify:before{content:"";}.dashicons-editor-kitchensink:before{content:"";}.dashicons-editor-ltr:before{content:"";}.dashicons-editor-ol-rtl:before{content:"";}.dashicons-editor-ol:before{content:"";}.dashicons-editor-outdent:before{content:"";}.dashicons-editor-paragraph:before{content:"";}.dashicons-editor-paste-text:before{content:"";}.dashicons-editor-paste-word:before{content:"";}.dashicons-editor-quote:before{content:"";}.dashicons-editor-removeformatting:before{content:"";}.dashicons-editor-rtl:before{content:"";}.dashicons-editor-spellcheck:before{content:"";}.dashicons-editor-strikethrough:before{content:"";}.dashicons-editor-table:before{content:"";}.dashicons-editor-textcolor:before{content:"";}.dashicons-editor-ul:before{content:"";}.dashicons-editor-underline:before{content:"";}.dashicons-editor-unlink:before{content:"";}.dashicons-editor-video:before{content:"";}.dashicons-ellipsis:before{content:"";}.dashicons-email-alt:before{content:"";}.dashicons-email-alt2:before{content:"";}.dashicons-email:before{content:"";}.dashicons-embed-audio:before{content:"";}.dashicons-embed-generic:before{content:"";}.dashicons-embed-photo:before{content:"";}.dashicons-embed-post:before{content:"";}.dashicons-embed-video:before{content:"";}.dashicons-excerpt-view:before{content:"";}.dashicons-exit:before{content:"";}.dashicons-external:before{content:"";}.dashicons-facebook-alt:before{content:"";}.dashicons-facebook:before{content:"";}.dashicons-feedback:before{content:"";}.dashicons-filter:before{content:"";}.dashicons-flag:before{content:"";}.dashicons-food:before{content:"";}.dashicons-format-aside:before{content:"";}.dashicons-format-audio:before{content:"";}.dashicons-format-chat:before{content:"";}.dashicons-format-gallery:before{content:"";}.dashicons-format-image:before{content:"";}.dashicons-format-quote:before{content:"";}.dashicons-format-status:before{content:"";}.dashicons-format-video:before{content:"";}.dashicons-forms:before{content:"";}.dashicons-fullscreen-alt:before{content:"";}.dashicons-fullscreen-exit-alt:before{content:"";}.dashicons-games:before{content:"";}.dashicons-google:before{content:"";}.dashicons-googleplus:before{content:"";}.dashicons-grid-view:before{content:"";}.dashicons-groups:before{content:"";}.dashicons-hammer:before{content:"";}.dashicons-heading:before{content:"";}.dashicons-heart:before{content:"";}.dashicons-hidden:before{content:"";}.dashicons-hourglass:before{content:"";}.dashicons-html:before{content:"";}.dashicons-id-alt:before{content:"";}.dashicons-id:before{content:"";}.dashicons-image-crop:before{content:"";}.dashicons-image-filter:before{content:"";}.dashicons-image-flip-horizontal:before{content:"";}.dashicons-image-flip-vertical:before{content:"";}.dashicons-image-rotate-left:before{content:"";}.dashicons-image-rotate-right:before{content:"";}.dashicons-image-rotate:before{content:"";}.dashicons-images-alt:before{content:"";}.dashicons-images-alt2:before{content:"";}.dashicons-index-card:before{content:"";}.dashicons-info-outline:before{content:"";}.dashicons-info:before{content:"";}.dashicons-insert-after:before{content:"";}.dashicons-insert-before:before{content:"";}.dashicons-insert:before{content:"";}.dashicons-instagram:before{content:"";}.dashicons-laptop:before{content:"";}.dashicons-layout:before{content:"";}.dashicons-leftright:before{content:"";}.dashicons-lightbulb:before{content:"";}.dashicons-linkedin:before{content:"";}.dashicons-list-view:before{content:"";}.dashicons-location-alt:before{content:"";}.dashicons-location:before{content:"";}.dashicons-lock-duplicate:before{content:"";}.dashicons-lock:before{content:"";}.dashicons-marker:before{content:"";}.dashicons-media-archive:before{content:"";}.dashicons-media-audio:before{content:"";}.dashicons-media-code:before{content:"";}.dashicons-media-default:before{content:"";}.dashicons-media-document:before{content:"";}.dashicons-media-interactive:before{content:"";}.dashicons-media-spreadsheet:before{content:"";}.dashicons-media-text:before{content:"";}.dashicons-media-video:before{content:"";}.dashicons-megaphone:before{content:"";}.dashicons-menu-alt:before{content:"";}.dashicons-menu-alt2:before{content:"";}.dashicons-menu-alt3:before{content:"";}.dashicons-menu:before{content:"";}.dashicons-microphone:before{content:"";}.dashicons-migrate:before{content:"";}.dashicons-minus:before{content:"";}.dashicons-money-alt:before{content:"";}.dashicons-money:before{content:"";}.dashicons-move:before{content:"";}.dashicons-nametag:before{content:"";}.dashicons-networking:before{content:"";}.dashicons-no-alt:before{content:"";}.dashicons-no:before{content:"";}.dashicons-open-folder:before{content:"";}.dashicons-palmtree:before{content:"";}.dashicons-paperclip:before{content:"";}.dashicons-pdf:before{content:"";}.dashicons-performance:before{content:"";}.dashicons-pets:before{content:"";}.dashicons-phone:before{content:"";}.dashicons-pinterest:before{content:"";}.dashicons-playlist-audio:before{content:"";}.dashicons-playlist-video:before{content:"";}.dashicons-plugins-checked:before{content:"";}.dashicons-plus-alt:before{content:"";}.dashicons-plus-alt2:before{content:"";}.dashicons-plus:before{content:"";}.dashicons-podio:before{content:"";}.dashicons-portfolio:before{content:"";}.dashicons-post-status:before{content:"";}.dashicons-pressthis:before{content:"";}.dashicons-printer:before{content:"";}.dashicons-privacy:before{content:"";}.dashicons-products:before{content:"";}.dashicons-randomize:before{content:"";}.dashicons-reddit:before{content:"";}.dashicons-redo:before{content:"";}.dashicons-remove:before{content:"";}.dashicons-rest-api:before{content:"";}.dashicons-rss:before{content:"";}.dashicons-saved:before{content:"";}.dashicons-schedule:before{content:"";}.dashicons-screenoptions:before{content:"";}.dashicons-search:before{content:"";}.dashicons-share-alt:before{content:"";}.dashicons-share-alt2:before{content:"";}.dashicons-share:before{content:"";}.dashicons-shield-alt:before{content:"";}.dashicons-shield:before{content:"";}.dashicons-shortcode:before{content:"";}.dashicons-slides:before{content:"";}.dashicons-smartphone:before{content:"";}.dashicons-smiley:before{content:"";}.dashicons-sort:before{content:"";}.dashicons-sos:before{content:"";}.dashicons-spotify:before{content:"";}.dashicons-star-empty:before{content:"";}.dashicons-star-filled:before{content:"";}.dashicons-star-half:before{content:"";}.dashicons-sticky:before{content:"";}.dashicons-store:before{content:"";}.dashicons-superhero-alt:before{content:"";}.dashicons-superhero:before{content:"";}.dashicons-table-col-after:before{content:"";}.dashicons-table-col-before:before{content:"";}.dashicons-table-col-delete:before{content:"";}.dashicons-table-row-after:before{content:"";}.dashicons-table-row-before:before{content:"";}.dashicons-table-row-delete:before{content:"";}.dashicons-tablet:before{content:"";}.dashicons-tag:before{content:"";}.dashicons-tagcloud:before{content:"";}.dashicons-testimonial:before{content:"";}.dashicons-text-page:before{content:"";}.dashicons-text:before{content:"";}.dashicons-thumbs-down:before{content:"";}.dashicons-thumbs-up:before{content:"";}.dashicons-tickets-alt:before{content:"";}.dashicons-tickets:before{content:"";}.dashicons-tide:before{content:"";}.dashicons-translation:before{content:"";}.dashicons-trash:before{content:"";}.dashicons-twitch:before{content:"";}.dashicons-twitter-alt:before{content:"";}.dashicons-twitter:before{content:"";}.dashicons-undo:before{content:"";}.dashicons-universal-access-alt:before{content:"";}.dashicons-universal-access:before{content:"";}.dashicons-unlock:before{content:"";}.dashicons-update-alt:before{content:"";}.dashicons-update:before{content:"";}.dashicons-upload:before{content:"";}.dashicons-vault:before{content:"";}.dashicons-video-alt:before{content:"";}.dashicons-video-alt2:before{content:"";}.dashicons-video-alt3:before{content:"";}.dashicons-visibility:before{content:"";}.dashicons-warning:before{content:"";}.dashicons-welcome-add-page:before{content:"";}.dashicons-welcome-comments:before{content:"";}.dashicons-welcome-learn-more:before{content:"";}.dashicons-welcome-view-site:before{content:"";}.dashicons-welcome-widgets-menus:before{content:"";}.dashicons-welcome-write-blog:before{content:"";}.dashicons-whatsapp:before{content:"";}.dashicons-wordpress-alt:before{content:"";}.dashicons-wordpress:before{content:"";}.dashicons-xing:before{content:"";}.dashicons-yes-alt:before{content:"";}.dashicons-yes:before{content:"";}.dashicons-youtube:before{content:"";}.dashicons-editor-distractionfree:before{content:"";}.dashicons-exerpt-view:before{content:"";}.dashicons-format-links:before{content:"";}.dashicons-format-standard:before{content:"";}.dashicons-post-trash:before{content:"";}.dashicons-share1:before{content:"";}.dashicons-welcome-edit-page:before{content:"";}#wp-chatbot-shortcode-template-container img,#wp-chatbot-chat-container img{max-width:100%;height:auto;box-shadow:none !important;}.clear{width:100%;clear:both;float:none;}.wp-chatbot-chat-container,.wp-chatbot-shortcode-template-container{font-size:14px;line-height:1.8;}.wp-chatbot-chat-container a,.wp-chatbot-shortcode-template-container a{text-decoration:none;border:none;outline:none;color:inherit;background:none;box-shadow:none;}.wp-chatbot-chat-container a:active,.wp-chatbot-chat-container a:hover,.wp-chatbot-shortcode-template-container a:active,.wp-chatbot-shortcode-template-container a:hover{outline:0;}.wp-chatbot-chat-container p,.wp-chatbot-shortcode-template-container p{background:none;font-weight:normal;line-height:1.8;letter-spacing:0;margin:10px 0;padding:0;}.wp-chatbot-chat-container h1,.wp-chatbot-chat-container h2,.wp-chatbot-chat-container h3,.wp-chatbot-chat-container h4,.wp-chatbot-chat-container h5,.wp-chatbot-chat-container h6,.wp-chatbot-shortcode-template-container h1,.wp-chatbot-shortcode-template-container h2,.wp-chatbot-shortcode-template-container h3,.wp-chatbot-shortcode-template-container h4,.wp-chatbot-shortcode-template-container h5,.wp-chatbot-shortcode-template-container h6{color:inherit;background:none;font-weight:normal;line-height:1.1;letter-spacing:0;padding:0;}.wp-chatbot-chat-container h1,.wp-chatbot-chat-container h2,.wp-chatbot-chat-container h3,.wp-chatbot-shortcode-template-container h1,.wp-chatbot-shortcode-template-container h2,.wp-chatbot-shortcode-template-container h3{margin-top:20px;margin-bottom:10px;}.wp-chatbot-chat-container h4,.wp-chatbot-chat-container h5,.wp-chatbot-chat-container h6,.wp-chatbot-shortcode-template-container h4,.wp-chatbot-shortcode-template-container h5,.wp-chatbot-shortcode-template-container h6{margin-top:10px;margin-bottom:10px;}.wp-chatbot-chat-container h1,.wp-chatbot-shortcode-template-container h1{font-size:42px;}.wp-chatbot-chat-container h2,.wp-chatbot-shortcode-template-container h2{font-size:28px;}.wp-chatbot-chat-container h3,.wp-chatbot-shortcode-template-container h3{font-size:24px;}.wp-chatbot-chat-container h4,.wp-chatbot-shortcode-template-container h4{font-size:18px;}.wp-chatbot-chat-container h5,.wp-chatbot-shortcode-template-container h5{font-size:14px;}.wp-chatbot-chat-container h6,.wp-chatbot-shortcode-template-container h6{font-size:12px;}.wp-chatbot-chat-container button,.wp-chatbot-chat-container input,.wp-chatbot-chat-container optgroup,.wp-chatbot-chat-container select,.wp-chatbot-chat-container textarea,.wp-chatbot-shortcode-template-container button,.wp-chatbot-shortcode-template-container input,.wp-chatbot-shortcode-template-container optgroup,.wp-chatbot-shortcode-template-container select,.wp-chatbot-shortcode-template-container textarea{color:inherit;margin:0;box-shadow:none;border:none;background:inherit;}.wp-chatbot-chat-container button:focus,.wp-chatbot-chat-container input:focus,.wp-chatbot-chat-container optgroup:focus,.wp-chatbot-chat-container select:focus,.wp-chatbot-chat-container textarea:focus,.wp-chatbot-shortcode-template-container button:focus,.wp-chatbot-shortcode-template-container input:focus,.wp-chatbot-shortcode-template-container optgroup:focus,.wp-chatbot-shortcode-template-container select:focus,.wp-chatbot-shortcode-template-container textarea:focus{outline:none;}#wp-chatbot-chat-container{position:fixed;z-index:999998;}.wp-chatbot-ball{float:right;position:relative;cursor:pointer;background:#fff;box-shadow:0 0 15px #ccc;box-shadow:#767580 0px 4px 20px;width:60px;height:60px;border-radius:50%;margin-top:10px;}#wp-chatbot-ball .wp-chatbot-ball img{width:56px !important;height:56px !important;display:block;border-radius:50%;margin:2px;}.wp-chatbot-ball-animator{position:relative;border-radius:50%;}.wp-chatbot-animation-active .wp-chatbot-ball-animation-switch{opacity:1;width:100%;height:100%;position:absolute;animation:spin 2s linear infinite;border:3px solid transparent;border-top-color:#9370db;}.wp-chatbot-animation-active .wp-chatbot-ball-animation-switch:before{content:"";position:absolute;top:-9px;left:-9px;right:-9px;bottom:-9px;border-radius:50%;border:3px solid transparent;border-top-color:#ba55d3;animation:spin 3s linear infinite;}.wp-chatbot-animation-active .wp-chatbot-ball-animation-switch:after{content:"";position:absolute;top:-15px;left:-15px;right:-15px;bottom:-15px;border-radius:50%;border:3px solid transparent;border-top-color:#f0f;animation:spin 1.5s linear infinite;}.wp-chatbot-footer div#wp-chatbot-editor-container{display:flex;}@keyframes spin{0%{-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg);}100%{-webkit-transform:rotate(360deg);-ms-transform:rotate(360deg);transform:rotate(360deg);}}@keyframes spinHide{0%{opacity:0;}100%{opacity:0;}}.wp-chatbot-board-container{display:none;font-family:"quicksandregular","Helvetica Neue",Helvetica,Aria;height:auto;width:370px;position:relative;box-sizing:border-box;}.wp-chatbot-board-container.active-chat-board{display:inline-block;vertical-align:top;}.wp-chatbot-header{border-radius:5px 5px 0 0;margin:0;padding:15px 15px;box-sizing:border-box;text-align:center;position:relative;}.wp-chatbot-header h3{margin:0 !important;padding:0 !important;}.wp-chatbot-content{height:calc(100vh - 277px);position:relative;padding:15px;box-sizing:border-box;max-height:564px;}.wp-chatbot-product-reload.wp-chatbot-product-loading{display:block;position:absolute;background:rgba(255,255,255,.5);padding:3px;border-radius:5px;top:0;bottom:0;left:0;right:0;z-index:999;}.wp-chatbot-product-loading img{display:table;left:50%;top:50%;position:absolute;margin:-10px -45px;}ul.wp-chatbot-messages-container{padding:0 !important;margin:0 !important;overflow:hidden;}@keyframes messageAnim{0%{transform:translateY(80px) scaleX(.5);opacity:0;}100%{transform:translateY(0) scaleX(1);opacity:1;}}ul.wp-chatbot-messages-container > li{position:relative;box-sizing:border-box;word-wrap:break-word;list-style:none;display:block;clear:both;line-height:150%;min-height:50px;margin:0 0 10px 0;animation:messageAnim .5s;opacity:1;}ul.wp-chatbot-messages-container > li > .wp-chatbot-paragraph h3{padding:0 0 5px !important;margin:0 !important;font-weight:bold;font-size:16px;}ul.wp-chatbot-messages-container > li.wp-chatbot-msg::before{left:19px;}ul.wp-chatbot-messages-container > li.wp-chat-user-msg::before{right:19px;}ul.wp-chatbot-messages-container > li:before{content:"";display:block;width:5px;height:5px;background:red;top:19px;z-index:999;position:absolute;border-radius:50%;box-shadow:-38px 0 #f35b5c,-28px 8px #88bfc9,-14px 35px #f35b5c,-4px 28px #88bfc9,30px 32px #f35b5c,28px 22px #88bfc9,43px 0px #f35b5c,35px -5px #88bfc9,20px -30px #f35b5c,10px -22px #88bfc9,-18px -30px #f35b5c,-14px -22px #88bfc9;animation:.9s bang ease-out backwards,.9s linear dothide;opacity:0;animation-duration:.5s,.5s;}@keyframes dothide{0%{opacity:1;}90%{opacity:1;}100%{opacity:1;}}@keyframes bang{from{box-shadow:0 0 white,0 0 white,0 0 white,0 0 white,0 0 white,0 0 white,0 0 white,0 0 white,0 0 white,0 0 white,0 0 white,0 0 white;}}ul.wp-chatbot-messages-container > li:first-child .wp-chatbot-avatar,ul.wp-chatbot-messages-container > li:first-child .wp-chatbot-agent{display:none;overflow:hidden;}ul.wp-chatbot-messages-container > li.wp-chat-user-msg:after,ul.wp-chatbot-messages-container > li .wp-chatbot-products:after{clear:both;display:block;content:"";height:1px;}ul.wp-chatbot-messages-container > li .wp-chatbot-agent,.wp-chatbot-agent-profile .wp-chatbot-widget-agent{display:none;}#wp-chatbot-messages-container .wp-chatbot-avatar img,.wp-chatbot-agent-profile .wp-chatbot-widget-avatar img{width:40px !important;height:40px !important;}.wp-chatbot-footer{border-radius:5px;}.wp-chatbot-tab-nav{padding:15px 5px;}.wp-chatbot-tab-nav ul{margin:0 !important;padding:0 !important;list-style:none;text-align:center;display:flex;justify-content:space-around;vertical-align:bottom;}.wp-chatbot-tab-nav ul li{display:inline-block;vertical-align:middle;position:relative;transition:.2s;margin:0 !important;padding:0 !important;}.wp-chatbot-tab-nav ul li a{display:block;width:24px;height:24px;margin:5px;background:url("https://cdn-ildfohb.nitrocdn.com/KrLzUlzOznSqCFFhRVBZSREDVOdusYmU/assets/images/optimized/www.tnbglobal.co.za/wp-content/plugins/chatbot/images/tab-btn-icon.png") no-repeat;border-radius:50%;position:relative;border-bottom:none;}.wp-chatbot-tab-nav ul li a:focus{outline:none;}.wp-chatbot-tab-nav ul li a.nitro-lazy{background-image:none !important;}.wp-chatbot-tab-nav ul li a[data-option="recent"]{background-position:-7px -7px;}.wp-chatbot-tab-nav ul li a[data-option="cart"]{background-position:-47px -7px;}.wp-chatbot-tab-nav ul li a[data-option="chat"]{background-position:-82px -2px;width:35px;height:35px;margin:0;}.wp-chatbot-tab-nav ul li a[data-option="help"]{background-position:-129px -7px;}.wp-chatbot-tab-nav ul li a[data-option="support"]{background-position:-169px -49px;}.wp-chatbot-tab-nav ul li:before{content:"";display:block;width:74px;background-size:200%,100%;transition:all .2s linear;height:26px;position:absolute;left:0;top:-25px;margin-left:-20px;border-radius:50%;}.wp-chatbot-tab-nav ul li a[data-option="chat"]:after{content:"";position:absolute;border-radius:50%;border:3px solid #fff;left:-9px;right:-9px;bottom:-9px;top:-9px;}.wp-chatbot-tab-nav ul li.wp-chatbot-operation-active a:before,.wp-chatbot-tab-nav ul li:hover a:before{content:"";position:absolute;left:-4px;right:-4px;bottom:-4px;top:-4px;border-radius:50%;border:3px solid #fff;transition:.2s;}.wp-chatbot-tab-nav ul li:hover:before,.wp-chatbot-tab-nav ul li.wp-chatbot-operation-active:before{background-position:bottom;}.wp-chatbot-tab-nav ul li a span#wp-chatbot-cart-numbers{position:absolute;top:-6px;right:-11px;background:#da165d;color:#fff;display:block;width:16px;height:16px;border-radius:50%;font-size:10px;line-height:16px;}.wp-chatbot-editor-container{border-radius:0 0 5px 5px;margin:0;padding:4px 15px;position:relative;}.wp-chatbot-editor-container input{display:inline-block;border:none;box-shadow:none;height:40px;font-family:"Montserrat",sans-serif;width:80%;background-color:transparent;font-size:14px;margin:0;padding:0;outline:none;}.wp-chatbot-editor-container input:focus{outline:none;border:none;box-shadow:none;background:none;}.wp-chatbot-editor-container button{display:inline-block;height:40px;background:transparent url("https://cdn-ildfohb.nitrocdn.com/KrLzUlzOznSqCFFhRVBZSREDVOdusYmU/assets/images/optimized/www.tnbglobal.co.za/wp-content/plugins/chatbot/images/send-button.png") no-repeat right !important;color:transparent !important;width:20%;cursor:pointer;margin:0 0 0 -8px;padding:0;border:none;outline:none;}.wp-chatbot-editor-container button.nitro-lazy{background-image:none !important;}.wp-chatbot-editor-container button:hover{background:transparent url("https://cdn-ildfohb.nitrocdn.com/KrLzUlzOznSqCFFhRVBZSREDVOdusYmU/assets/images/optimized/www.tnbglobal.co.za/wp-content/plugins/chatbot/images/send-button.png") no-repeat center;color:transparent;}.wp-chatbot-editor-container button:hover.nitro-lazy{background-image:none !important;}.wp-chatbot-editor-container button:focus{outline:none;border:none;box-shadow:none;background:transparent url("https://cdn-ildfohb.nitrocdn.com/KrLzUlzOznSqCFFhRVBZSREDVOdusYmU/assets/images/optimized/www.tnbglobal.co.za/wp-content/plugins/chatbot/images/send-button.png") no-repeat center;}.wp-chatbot-editor-container button:focus.nitro-lazy{background-image:none !important;}#wp-chatbot-loadmore{display:table;margin:0 auto;padding:8px 20px !important;}.qcld-chatbot-support-or{text-align:center;font-weight:700;color:#1f8ceb;}.qcld-chatbot-user-confirmation{color:#494949;}span.qcld-chatbot-product-category,span.qcld-chatbot-support-items,span.qcld-chatbot-wildcard,span.qcld-chatbot-suggest-email,span.qcld-chatbot-site-search,span.qcld-chatbot-suggest-phone,span.qcld-chat-common{display:block;margin:8px auto;padding:12px 30px;}.qcld-chatbot-reset-btn{display:inline-block;padding:5px 12px;min-width:100px;}span.qcld-chatbot-product-category,span.qcld-chatbot-support-items,span.qcld-chatbot-wildcard,span.qcld-chatbot-suggest-email,span.qcld-chatbot-site-search,span.qcld-chatbot-suggest-phone,span.qcld-chatbot-reset-btn,#wp-chatbot-loadmore,span.qcld-chat-common{font-weight:bold;cursor:pointer;text-align:center;border-radius:50px;transition:.2s linear;}.wp-chatbot-products-area{clear:both;height:auto;margin-bottom:15px;}.wp-chatbot-products-area ul{margin:0 !important;padding:0 !important;font-size:0;}.wp-chatbot-products-area ul li{position:relative;display:inline-block;width:48%;margin:2% 0;box-sizing:border-box;padding:2px;background-color:#eee;border-radius:5px;}.wp-chatbot-products-area ul li:nth-child(2n+2){margin-left:4%;}.wp-chatbot-products-area ul li img{display:block;box-shadow:none;}.wp-chatbot-products-area ul li .wp-chatbot-product-summary{background:rgba(0,0,0,.51);bottom:0;left:0;position:absolute;right:0;text-align:center;top:0;z-index:999;visibility:hidden;font-size:12px;}.wp-chatbot-products-area ul li:hover .wp-chatbot-product-summary{visibility:visible;}.wp-chatbot-products-area ul li .wp-chatbot-product-summary .wp-chatbot-product-table{display:table;height:100%;width:100%;}.wp-chatbot-products-area ul li .wp-chatbot-product-summary .wp-chatbot-product-table .wp-chatbot-product-table-cell{display:table-cell;vertical-align:middle;}.wp-chatbot-products-area ul li .wp-chatbot-product-summary h3.wp-chatbot-product-title{padding:0;margin:0 0 10px 0;font-size:16px;line-height:1.2;}.wp-chatbot-products-area ul li .wp-chatbot-product-summary h3.wp-chatbot-product-title{color:#fff;text-decoration:none;}.wp-chatbot-products-area ul li .wp-chatbot-product-summary .price,.wp-chatbot-products-area ul li .wp-chatbot-product-summary .price span,.wp-chatbot-products-area ul li .wp-chatbot-product-summary .price ins,.wp-chatbot-products-area ul li .wp-chatbot-product-summary .price del{background-color:transparent !important;color:#fff;font-size:14px;}.wp-chatbot-orders-container,.wp-chatbot-cart-container{width:100%;}.wp-chatbot-orders-single,.wp-chatbot-orders-header,.wp-chatbot-cart-header,.wp-chatbot-cart-single{display:block;font-size:0;}.wp-chatbot-orders-single div,.wp-chatbot-orders-header div,.wp-chatbot-cart-header div,.wp-chatbot-cart-single div{display:inline-block;font-size:10px;padding:8px;vertical-align:middle;min-height:30px;box-sizing:border-box;}.wp-chatbot-cart-header div,.wp-chatbot-cart-single div{width:20%;}.wp-chatbot-cart-header div:nth-child(1),.wp-chatbot-cart-single div:nth-child(1){width:45%;}.wp-chatbot-cart-header div:nth-child(3),.wp-chatbot-cart-single div:nth-child(3){text-align:right;}.wp-chatbot-cart-header div:nth-child(4),.wp-chatbot-cart-single div:nth-child(4){width:15%;text-align:right;}.wp-chatbot-orders-single div,.wp-chatbot-orders-header div{width:25%;}.wp-chatbot-orders-single div:nth-child(1),.wp-chatbot-orders-header div:nth-child(1){width:15%;}.wp-chatbot-orders-single div:nth-child(3),.wp-chatbot-orders-header div:nth-child(3){width:35%;}.wp-chatbot-orders-container .order-items p{margin:2px 0;padding:0;line-height:14px;}.wp-chatbot-cart-container h3{font-size:12px !important;margin:0 !important;padding:0 !important;}.wp-chatbot-cart-container input[type="number"]{width:100%;height:20px;padding:0;margin:0;text-align:center;}.wp-chatbot-cart-single div:last-child span.wp-chatbot-cart-price,.wp-chatbot-cart-single div:last-child span.wp-chatbot-remove-cart-item{vertical-align:middle;}.wp-chatbot-remove-cart-item{display:inline-block;font-size:14px;width:20px;height:20px;line-height:20px;text-align:center;cursor:pointer;border-radius:50%;}.wp-chatbot-remove-cart-item:hover{background-color:red;color:#fff;}.wp-chatbot-cart-title,.wp-chatbot-recent-view-title{margin:0 0 10px;text-align:center;font-size:18px;}.wp-chatbot-cart-footer{clear:both;font-size:0;}.wp-chatbot-cart-footer div{display:inline-block;font-size:14px;width:50%;min-height:1px;}.wp-chatbot-cart-footer div a{display:block;text-align:center;font-size:14px;padding:8px 20px;}.wp-chatbot-no-cart-item{margin:10px auto;text-align:center;}.wp-chatbot-product-container{margin-top:50px;display:none;z-index:9999999;}.wp-chatbot-product-container.active-chatbot-product-details{display:inline-block;vertical-align:top;}.wp-chatbot-product-details{width:600px;position:relative;margin:50px auto;font-size:0;min-height:300px;padding:15px;}.wp-chatbot-product-image-col,.wp-chatbot-product-info-col{display:inline-block;vertical-align:top;width:50%;font-size:15px;box-sizing:border-box;padding:15px;}#wp-chatbot-product-image{text-align:center;}.wp-chatbot-product-image-large:hover a{cursor:zoom-in;}.wp-chatbot-product-image-large a:focus{outline:none;}.wp-chatbot-product-image-thumbs{overflow-x:auto;text-align:left;padding:5px 0;}.wp-chatbot-product-image-thumbs ul{margin:0;padding:0;white-space:nowrap;}.wp-chatbot-product-image-thumbs ul li{list-style:none;display:inline-table;max-width:80px;margin:0 2px;background-color:#000;}.wp-chatbot-product-image-thumbs ul li img{display:block;}.wp-chatbot-product-image-thumbs ul li a{display:block;opacity:.5;}.wp-chatbot-product-image-thumbs ul li a:focus{outline:none;}.wp-chatbot-product-image-thumbs ul li.wp-chatbot-product-active-image-thumbs a{opacity:1;}.wp-chatbot-product-title h2{margin:0 0 5px;font-size:24px;}.wp-chatbot-product-price p{margin:5px 0 10px;padding:0;}.wp-chatbot-product-price ins,.wp-chatbot-product-price del{background:transparent;color:inherit;}.wp-chatbot-product-description{max-height:150px;overflow-x:auto;}.wp-chatbot-product-description,.wp-chatbot-product-description p{font-size:12px;line-height:1.8;color:#999;margin:5px 0;padding:0;}.wp-chatbot-product-quantity,.wp-chatbot-product-variable > div{margin:10px 0;font-size:0;}.wp-chatbot-product-quantity label,.wp-chatbot-product-variable label{display:inline-block;width:90px;text-transform:uppercase;font-size:14px;margin-right:10px;}.wp-chatbot-product-quantity input,.wp-chatbot-product-variable select{display:inline-block;width:140px;box-sizing:border-box;padding:5px 10px;height:35px;border:1px solid #eee;margin:0;font-size:14px !important;}.wp-chatbot-product-quantity input:focus,.wp-chatbot-product-variable select:focus{outline:none;}.wp-chatbot-product-cart-button input[type="button"]{display:table;padding:8px 20px;text-transform:uppercase;font-size:14px;margin:20px 0 0;}.wp-chatbot-product-cart-button input[type="button"]:focus{box-shadow:none !important;}a.wp-chatbot-product-close{position:absolute;top:0;right:0;background:rgba(252,67,3,.8) url("https://cdn-ildfohb.nitrocdn.com/KrLzUlzOznSqCFFhRVBZSREDVOdusYmU/assets/images/optimized/www.tnbglobal.co.za/wp-content/plugins/chatbot/images/wp-boat-product-close-icon.png") no-repeat center;width:30px;height:30px;cursor:pointer;}a.wp-chatbot-product-close.nitro-lazy{background-image:none !important;}.wp-chatbot-board-container{display:none;}@keyframes chatbotProductAnimation{0%{transform:translate(200px);}95%{transform:translate(-10px);}100%{transform:translate(0);}}.active-chatbot-product-details{display:block;position:absolute;right:100%;animation:.5s chatbotProductAnimation;z-index:-1;}.wp-chatbot-shortcode-template-container .wp-chatbot-product-container{position:fixed;animation:none;right:0;left:0;top:0;border:0;width:100%;height:100%;background-color:rgba(1,1,1,.79);z-index:99999999;margin:0;}#wp-chatbot-chat-app-shortcode-container{position:fixed;z-index:99999999;top:0;bottom:0;left:0;right:0;background:#fff;}#wp-chatbot-chat-app-shortcode-container .wp-chatbot-board-container,#wp-chatbot-chat-app-shortcode-container .wp-chatbot-container{width:100% !important;}#wp-chatbot-chat-app-shortcode-container .wp-chatbot-board-container:after{display:none;}#wp-chatbot-chat-app-shortcode-container .wp-chatbot-header,#wp-chatbot-chat-app-shortcode-container .wp-chatbot-footer,#wp-chatbot-chat-app-shortcode-container .wp-chatbot-container{border-radius:0;}#wp-chatbot-chat-app-shortcode-container .wp-chatbot-header{display:none;}#wp-chatbot-chat-app-shortcode-container .wp-chatbot-product img{margin:0 auto;}#wp-chatbot-chat-app-shortcode-container .wp-chatbot-product-container{margin-top:0;}#wp-chatbot-chat-app-shortcode-container .active-chatbot-product-details{left:0;right:0;top:0;bottom:0;z-index:999999999;background:rgba(0,0,0,.8);margin:0;}#wp-chatbot-chat-app-shortcode-container .wp-chatbot-product-details{margin:0 auto;}#wp-chatbot-chat-app-shortcode-container #wp-chatbot-cart-short-code .wp-chatbot-comment-loader,#wp-chatbot-chat-app-shortcode-container #wp-chatbot-checkout-short-code .wp-chatbot-comment-loader{position:absolute;top:50%;left:50%;margin-left:-45px;}.wpchatbot-app-order-confirmation .wpchatbot-wpcommerce-order,#wp-chatbot-app-checkout-container{font-size:14px;box-sizing:border-box;padding:15px;position:absolute;left:0;right:0;top:0;z-index:999999;background:#fff;}.wpchatbot-wpcommerce-order .wpcommerce-notice{padding:10px;border:1px solid #ccc;color:#fff;}.wpchatbot-wpcommerce-order .wpcommerce-notice.wpcommerce-thankyou-order-received{background:#58a093;}.wpchatbot-wpcommerce-order .wpcommerce-notice.wpcommerce-thankyou-order-failed{background:#db4771;}.wpchatbot-wpcommerce-order .wpcommerce-order-details,.wpchatbot-wpcommerce-order .wpcommerce-customer-details{padding:20px 0;}.wpchatbot-app-order-confirmation #wp-chatbot-chat-container,.wpchatbot-app-checkout #wp-chatbot-chat-container{display:none;}.wpchatbot-wpcommerce-order table{width:100%;}.wpchatbot-wpcommerce-order .wpcommerce-table.order_details tbody tr td,.wpchatbot-wpcommerce-order .wpcommerce-table.order_details tfoot tr th,.wpchatbot-wpcommerce-order .wpcommerce-table.order_details tfoot tr td{text-align:left;}.wpchatbot-app-order-confirmation .wpcommerce-thankyou-order-details{margin:0;padding:0;}.wpchatbot-app-home-back{display:table;padding:8px 20px;background:#9a3a87;color:white;font-size:14px;text-transform:uppercase;border:none;}.wpchatbot-app-order-confirmation .wpcommerce-thankyou-order-details li{list-style:none;padding:5px 0;border-bottom:1px solid #eaeaea;}.wpchatbot-app-order-confirmation .wpcommerce-thankyou-order-details li:last-child{border-bottom:none;}#wp-chatbot-cart-short-code .coupon{width:100%;max-width:400px;text-align:left;}#wp-chatbot-cart-short-code .coupon input[type="text"],#wp-chatbot-cart-short-code .coupon input[type="submit"]{width:45%;height:50px;box-sizing:border-box;padding:5px;margin-right:4%;vertical-align:middle;font-size:16px;}#wp-chatbot-cart-short-code .cart_totals table,#wp-chatbot-cart-short-code .cart_totals table tr,#wp-chatbot-cart-short-code .cart_totals table td,#wp-chatbot-cart-short-code .cart_totals table th{width:100%;max-width:100% !important;margin:0 !important;}#wp-chatbot-cart-short-code .cross-sells{display:none;}#wp-chatbot-cart-short-code .wc-proceed-to-checkout{margin:15px 0;}.wp-chatbot-shortcode-template-container .wp-chatbot-content{height:452px;}.wp-chatbot-shortcode-template-container{}.wp-chatbot-shortcode-template-container span.qcld-chatbot-product-category,.wp-chatbot-shortcode-template-container span.qcld-chatbot-support-items,.wp-chatbot-shortcode-template-container span.qcld-chatbot-wildcard,.wp-chatbot-shortcode-template-container span.qcld-chatbot-suggest-email,span.qcld-chatbot-site-search,span.qcld-chatbot-suggest-phone,.wp-chatbot-shortcode-template-container span.qcld-chatbot-reset-btn,.wp-chatbot-shortcode-template-container #wp-chatbot-loadmore,span.qcld-chat-common{color:#000;background-size:200% auto;background-color:rgba(255,255,255,.49);border:1px solid #fff;display:inline-block;margin:3px auto;padding:6px 11px;margin-right:4px;}.wp-chatbot-shortcode-template-container span.qcld-chatbot-product-category:hover,.wp-chatbot-shortcode-template-container span.qcld-chatbot-support-items:hover,.wp-chatbot-shortcode-template-container span.qcld-chatbot-wildcard:hover,.wp-chatbot-shortcode-template-container span.qcld-chatbot-suggest-email:hover,span.qcld-chatbot-site-search:hover,span.qcld-chatbot-suggest-phone:hover,.wp-chatbot-shortcode-template-container span.qcld-chatbot-reset-btn:hover,.wp-chatbot-shortcode-template-container #wp-chatbot-loadmore:hover,span.qcld-chat-common:hover{background-position:right center;box-shadow:none;background-color:#a1c4fd;}.wp-chatbot-notification-container{position:relative;padding:35px 15px 10px;box-shadow:0 0 5px #d5d5d5;transition:.8s;background-color:#fff;font-size:14px;line-height:1.5;transform:translateX(500px);opacity:.1;border-radius:5px;width:320px;}.wp-chatbot-notification-container.wp-chatbot-notification-container-sliding{opacity:.9;transform:translateX(0);}.wp-chatbot-notification-container-disable{display:none;}.wp-chatbot-notification-agent-profile{position:absolute;top:-40px;left:15px;right:15px;}.wp-chatbot-notification-widget-avatar,.wp-chatbot-notification-welcome{display:inline-block;}.wp-chatbot-notification-widget-avatar{width:60px;height:60px;background-color:#fff;border-radius:50%;overflow:hidden;box-shadow:0 5px 5px #d5d5d5;}.wp-chatbot-notification-welcome{font-size:12px;}.wp-chatbot-notification-message{transition:opacity .5s;}div#wp-chatbot-desktop-reload{background:transparent;width:30px;height:30px;border-radius:50%;position:absolute;top:-21px;right:25px;color:#fff;cursor:pointer;text-align:center;box-sizing:border-box;transition:.2s;transform:translateY(20px);}div#wp-chatbot-desktop-close span{position:relative;}div#wp-chatbot-desktop-reload span{position:relative;top:6px;}#wp-chatbot-desktop-close{display:block;position:absolute;right:3px;padding:5px;font-size:14px;font-family:"Arial";line-height:20px;top:-20px;width:30px;height:30px;background-color:transparent;border-radius:50%;color:#fff;cursor:pointer;text-align:center;box-sizing:border-box;transition:.2s;transform:translateY(20px);}span.chatbot_intent_reload{position:absolute;left:80%;-webkit-transform:translate(-80%,-50%);transform:translate(-80%,-50%);top:50%;color:#9a9a9a;cursor:pointer;line-height:normal;}.wp-chatbot-notification-close{display:block;position:absolute;right:0;padding:5px;font-size:14px;font-family:"Arial";line-height:20px;top:-35px;width:30px;height:30px;background-color:#7d8999;border-radius:50%;color:#fff;cursor:pointer;text-align:center;box-sizing:border-box;transition:.2s;visibility:hidden;transform:translateY(20px);}.wp-chatbot-notification-close:hover{background-color:#5f6a76;}.wp-chatbot-notification-container:hover .wp-chatbot-notification-close{visibility:visible;transform:translateY(0px);}ul.wp-chatbot-messages-container > li > .wp-chatbot-paragraph{display:block !important;}.wp-chatbot-ball-cart-items{bottom:-8px;left:-11px;position:absolute;width:22px;height:22px;line-height:22px;font-size:14px;background-color:#43c0ed;color:#fff;display:block;border-radius:50%;text-align:center;}.wp-chatbot-rtl ul li.wp-chatbot-msg:after,.wp-chatbot-rtl ul li.wp-chat-user-msg:after{content:"";display:table;clear:both;width:100%;height:3px;}.wp-chatbot-rtl .wp-chatbot-notification-close{right:auto;left:0;}#wp-chatbot-product-title h2 a{color:#2ea3f2;}.wp-chatbot-integration-button-container{position:absolute;left:-35px;top:100px;z-index:-1;}.wp-chatbot-integration-button-container span{cursor:pointer;width:40px;height:40px;background-image:url("https://cdn-ildfohb.nitrocdn.com/KrLzUlzOznSqCFFhRVBZSREDVOdusYmU/assets/images/optimized/www.tnbglobal.co.za/wp-content/plugins/chatbot/images/tab-btn-icon.png");background-repeat:no-repeat;border-radius:50%;display:block;}.wp-chatbot-integration-button-container span.nitro-lazy{background-image:none !important;}.wp-chatbot-messages-container .wp-chatbot-msg-flat .facebook-messenger-chat{cursor:pointer;width:40px;height:40px;background-image:url("https://cdn-ildfohb.nitrocdn.com/KrLzUlzOznSqCFFhRVBZSREDVOdusYmU/assets/images/optimized/www.tnbglobal.co.za/wp-content/plugins/chatbot/images/tab-btn-icon.png");background-repeat:no-repeat;background-size:auto;border-radius:50%;display:table;margin:0 auto;background-position:0 -80px;border:none !important;box-shadow:none !important;}.wp-chatbot-messages-container .wp-chatbot-msg-flat .facebook-messenger-chat.nitro-lazy{background-image:none !important;}.swal2-container{z-index:99999999;}.facebook-messenger{background-position:0 -80px;}.intergration-weblink{background-position:-120px -80px;}.intergration-phone{background-position:-81px -80px;}.inetegration-skype-btn{background-position:-162px -80px;}.intergration-whats{background-position:-40px -80px;}.intergration-viber{background-position:0px -120px;}.fb_dialog{visibility:hidden;width:35px !important;height:35px !important;background:#017cff url("https://cdn-ildfohb.nitrocdn.com/KrLzUlzOznSqCFFhRVBZSREDVOdusYmU/assets/images/optimized/www.tnbglobal.co.za/wp-content/plugins/chatbot/images/tab-btn-icon.png") no-repeat -43px -122px !important;}.fb_dialog.nitro-lazy{background-image:none !important;}.fb_dialog > .fb_dialog_content{opacity:.01;}@media screen and (max-width: 1200px){#wp-chatbot-ball-container .wp-chatbot-product-container{position:absolute;animation:none;right:0;left:0;top:0;bottom:0;width:100%;height:100%;background-color:rgba(1,1,1,.79);z-index:9999;margin:0;}.wp-chatbot-shortcode-template-container .wp-chatbot-product-container{overflow-y:scroll;}.wp-chatbot-products-area .slimScrollDiv,.wp-chatbot-products-area .wp-chatbot-products{height:auto !important;}#wp-chatbot-ball-container .wp-chatbot-product-container{overflow-x:auto;}.wp-chatbot-product-details{width:100%;box-sizing:border-box;}.wp-chatbot-product-image-col,.wp-chatbot-product-info-col{width:100%;box-sizing:border-box;}}@media screen and (max-width: 767px){body div#wp-chatbot-ball-container{max-width:98%;margin:0 auto 3px auto;}.wp-chatbot-header{padding-left:50px;padding-right:50px;}.wp-chatbot-board-container{width:310px;}.wp-chatbot-mobile-full-screen .wp-chatbot-board-container{width:100%;}#wp-chatbot-mobile-close{position:absolute;right:12px;top:9px;display:table;background:rgba(252,67,3,.8) url("https://cdn-ildfohb.nitrocdn.com/KrLzUlzOznSqCFFhRVBZSREDVOdusYmU/assets/images/optimized/www.tnbglobal.co.za/wp-content/plugins/chatbot/images/wp-boat-product-close-icon.png") no-repeat center;width:30px;height:30px;cursor:pointer;color:transparent;}#wp-chatbot-mobile-close.nitro-lazy{background-image:none !important;}#wp-chatbot-mobile-close{display:none;}.wp-chatbot-notification-close{visibility:visible;}.chatbot-sidebar{display:none !important;}}@media screen and (max-width: 500px){.wp-chatbot-integration-button-container{position:absolute;left:15px;top:5px;right:43px;text-align:center;}.wp-chatbot-integration-button-container span{display:inline-block !important;}.wp-chatbot-header{padding-top:15px;}#wp-chatbot-chat-container{right:30px;bottom:30px;}.fb_dialog{z-index:21999 !important;right:46px !important;bottom:3px !important;}}@media screen and (max-width: 400px){.wp-chatbot-notification-container{width:250px;padding-top:55px;}.wp-chatbot-mobile-full-screen .wp-chatbot-header{padding-top:15px !important;}}.wpb-search-result a{display:block;background:#fff;margin-bottom:0;padding:5px;}@media screen and (-webkit-min-device-pixel-ratio:0){.qcwp-chatbot-search-article input:focus,.qcwp-chatbot-search-article input{font-size:14px;}input#wp-chatbot-editor:focus,input#wp-chatbot-editor{font-size:14px;}}.plugin-card{width:77% !important;height:186px;}.plugin-action-buttons li a{font-size:13px;}.name a{text-decoration:none !important;}.cxsc-settings-blocks-addon{width:100% !important;}.plugin-card{width:100% !important;}span.chatbotquote-info{font-size:38px;padding:20px 0 0 0;position:absolute;left:0;top:32px;}.wp-chatbot-textanimation{position:relative;}ul.wp-chatbot-messages-container > li > .wp-chatbot-paragraph .wp-chatbot-textanimation h3{padding:0 0 0 22px !important;}span.chatbotquote-info-foot{font-size:38px;padding:0px 0 0 130px;position:static;bottom:-20px;display:grid;line-height:0;}wp-chatbot-editor-container input::placeholder{color:#181818 !important;}.wp-chatbot-editor-container input::-ms-input-placeholder{color:#181818 !important;}.wpb-search-result a{display:block;background:rgba(238,238,238,0) !important;padding:4px 5px;line-height:20px;padding-left:0px !important;margin-bottom:0;color:#222 !important;}.wpb-search-result a p{margin-bottom:0;}.wpb-search-result a{color:#222;}.wpbot_card_caption p{color:#222;}